@vuetify/nightly 3.6.0-alpha.2-dev.2024-04-29 → 3.6.1-dev.2024-05-01
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 +2 -100
- package/dist/_component-variables-labs.sass +0 -2
- package/dist/_component-variables.sass +2 -0
- package/dist/json/attributes.json +61 -9
- package/dist/json/importMap-labs.json +30 -46
- package/dist/json/importMap.json +116 -96
- package/dist/json/tags.json +19 -1
- package/dist/json/web-types.json +906 -494
- package/dist/vuetify-labs.css +2122 -2065
- package/dist/vuetify-labs.d.ts +5250 -5026
- package/dist/vuetify-labs.esm.js +3962 -3756
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3962 -3756
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +930 -722
- package/dist/vuetify.d.ts +3309 -968
- package/dist/vuetify.esm.js +1832 -908
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1832 -908
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +624 -564
- package/dist/vuetify.min.js.map +1 -1
- package/lib/{labs → components}/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -0
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +1 -0
- package/lib/components/VConfirmEdit/index.mjs.map +1 -0
- package/lib/components/VDataIterator/index.d.mts +2 -0
- package/lib/components/VDataTable/VDataTable.css +35 -0
- package/lib/components/VDataTable/VDataTable.sass +34 -1
- package/lib/components/VDataTable/VDataTableFooter.css +5 -9
- package/lib/components/VDataTable/VDataTableFooter.sass +21 -21
- package/lib/components/VDataTable/VDataTableHeaders.mjs +66 -7
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +45 -10
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +8 -2
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/_variables.scss +9 -4
- package/lib/components/VDataTable/index.d.mts +263 -217
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +4 -4
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/{labs → components}/VEmptyState/VEmptyState.mjs +4 -4
- package/lib/components/VEmptyState/VEmptyState.mjs.map +1 -0
- package/lib/components/VEmptyState/index.mjs.map +1 -0
- package/lib/{labs → components}/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/VFab.mjs.map +1 -0
- package/lib/components/VFab/index.mjs.map +1 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +12 -5
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSparkline/VBarline.mjs.map +1 -0
- package/lib/components/VSparkline/VSparkline.mjs +44 -320
- package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -0
- package/lib/components/VSparkline/index.mjs +1 -3
- package/lib/components/VSparkline/index.mjs.map +1 -1
- package/lib/components/VSparkline/util/line.mjs.map +1 -0
- package/lib/components/VSparkline/util/path.mjs.map +1 -0
- package/lib/components/VSpeedDial/VSpeedDial.mjs +68 -85
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.sass +20 -72
- package/lib/components/VSpeedDial/index.mjs +1 -3
- package/lib/components/VSpeedDial/index.mjs.map +1 -1
- package/lib/components/index.d.mts +3289 -954
- package/lib/components/index.mjs +6 -2
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +44 -43
- package/lib/labs/VDateInput/VDateInput.mjs +2 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +14 -14
- package/lib/labs/VPullToRefresh/VPullToRefresh.css +27 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +117 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.sass +23 -0
- package/lib/labs/VPullToRefresh/index.d.mts +189 -0
- package/lib/labs/VPullToRefresh/index.mjs +2 -0
- package/lib/labs/VPullToRefresh/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +1505 -3641
- package/lib/labs/components.mjs +1 -5
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/ko.mjs +8 -8
- package/lib/locale/ko.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/components/VSparkline/helpers/core.mjs +0 -49
- package/lib/components/VSparkline/helpers/core.mjs.map +0 -1
- package/lib/components/VSparkline/helpers/math.mjs +0 -34
- package/lib/components/VSparkline/helpers/math.mjs.map +0 -1
- package/lib/components/VSparkline/helpers/path.mjs +0 -27
- package/lib/components/VSparkline/helpers/path.mjs.map +0 -1
- package/lib/components/VSpeedDial/_variables.scss +0 -5
- package/lib/labs/VConfirmEdit/VConfirmEdit.mjs.map +0 -1
- package/lib/labs/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
- package/lib/labs/VConfirmEdit/index.mjs.map +0 -1
- package/lib/labs/VEmptyState/VEmptyState.mjs.map +0 -1
- package/lib/labs/VEmptyState/index.mjs.map +0 -1
- package/lib/labs/VFab/VFab.mjs.map +0 -1
- package/lib/labs/VFab/index.mjs.map +0 -1
- package/lib/labs/VSparkline/VBarline.mjs.map +0 -1
- package/lib/labs/VSparkline/VSparkline.mjs +0 -49
- package/lib/labs/VSparkline/VSparkline.mjs.map +0 -1
- package/lib/labs/VSparkline/VTrendline.mjs.map +0 -1
- package/lib/labs/VSparkline/index.mjs +0 -2
- package/lib/labs/VSparkline/index.mjs.map +0 -1
- package/lib/labs/VSparkline/util/line.mjs.map +0 -1
- package/lib/labs/VSparkline/util/path.mjs.map +0 -1
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +0 -77
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +0 -1
- package/lib/labs/VSpeedDial/VSpeedDial.sass +0 -27
- package/lib/labs/VSpeedDial/index.mjs +0 -2
- package/lib/labs/VSpeedDial/index.mjs.map +0 -1
- /package/lib/{labs → components}/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -0
- /package/lib/{labs → components}/VConfirmEdit/index.d.mts +0 -0
- /package/lib/{labs → components}/VConfirmEdit/index.mjs +0 -0
- /package/lib/{labs → components}/VEmptyState/VEmptyState.css +0 -0
- /package/lib/{labs → components}/VEmptyState/VEmptyState.sass +0 -0
- /package/lib/{labs → components}/VEmptyState/_variables.scss +0 -0
- /package/lib/{labs → components}/VEmptyState/index.d.mts +0 -0
- /package/lib/{labs → components}/VEmptyState/index.mjs +0 -0
- /package/lib/{labs → components}/VFab/VFab.css +0 -0
- /package/lib/{labs → components}/VFab/VFab.sass +0 -0
- /package/lib/{labs → components}/VFab/_mixins.scss +0 -0
- /package/lib/{labs → components}/VFab/_variables.scss +0 -0
- /package/lib/{labs → components}/VFab/index.d.mts +0 -0
- /package/lib/{labs → components}/VFab/index.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/VBarline.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/VTrendline.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/index.d.mts +0 -0
- /package/lib/{labs → components}/VSparkline/util/line.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/util/path.mjs +0 -0
- /package/lib/{labs → components}/VSpeedDial/VSpeedDial.css +0 -0
- /package/lib/{labs → components}/VSpeedDial/index.d.mts +0 -0
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.6.
|
|
5
|
+
"version": "3.6.1-dev.2024-05-01",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -2914,7 +2914,7 @@
|
|
|
2914
2914
|
},
|
|
2915
2915
|
{
|
|
2916
2916
|
"name": "mobileBreakpoint",
|
|
2917
|
-
"description": "
|
|
2917
|
+
"description": "Overrides the display configuration default.",
|
|
2918
2918
|
"doc-url": "https://vuetifyjs.com/api/VBanner#props",
|
|
2919
2919
|
"value": {
|
|
2920
2920
|
"kind": "expression",
|
|
@@ -8647,7 +8647,7 @@
|
|
|
8647
8647
|
},
|
|
8648
8648
|
{
|
|
8649
8649
|
"name": "mobile",
|
|
8650
|
-
"description": "
|
|
8650
|
+
"description": "Explicitly designate as a mobile display configuration.",
|
|
8651
8651
|
"doc-url": "https://vuetifyjs.com/api/VChipGroup#props",
|
|
8652
8652
|
"default": "null",
|
|
8653
8653
|
"value": {
|
|
@@ -11235,7 +11235,7 @@
|
|
|
11235
11235
|
},
|
|
11236
11236
|
{
|
|
11237
11237
|
"name": "toggleSort",
|
|
11238
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
11238
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
11239
11239
|
},
|
|
11240
11240
|
{
|
|
11241
11241
|
"name": "prevPage",
|
|
@@ -11271,11 +11271,11 @@
|
|
|
11271
11271
|
},
|
|
11272
11272
|
{
|
|
11273
11273
|
"name": "isExpanded",
|
|
11274
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
11274
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
11275
11275
|
},
|
|
11276
11276
|
{
|
|
11277
11277
|
"name": "toggleExpand",
|
|
11278
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
11278
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
11279
11279
|
},
|
|
11280
11280
|
{
|
|
11281
11281
|
"name": "isGroupOpen",
|
|
@@ -11318,7 +11318,7 @@
|
|
|
11318
11318
|
},
|
|
11319
11319
|
{
|
|
11320
11320
|
"name": "toggleSort",
|
|
11321
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
11321
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
11322
11322
|
},
|
|
11323
11323
|
{
|
|
11324
11324
|
"name": "prevPage",
|
|
@@ -11354,11 +11354,11 @@
|
|
|
11354
11354
|
},
|
|
11355
11355
|
{
|
|
11356
11356
|
"name": "isExpanded",
|
|
11357
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
11357
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
11358
11358
|
},
|
|
11359
11359
|
{
|
|
11360
11360
|
"name": "toggleExpand",
|
|
11361
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
11361
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
11362
11362
|
},
|
|
11363
11363
|
{
|
|
11364
11364
|
"name": "isGroupOpen",
|
|
@@ -11401,7 +11401,7 @@
|
|
|
11401
11401
|
},
|
|
11402
11402
|
{
|
|
11403
11403
|
"name": "toggleSort",
|
|
11404
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
11404
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
11405
11405
|
},
|
|
11406
11406
|
{
|
|
11407
11407
|
"name": "prevPage",
|
|
@@ -11437,11 +11437,11 @@
|
|
|
11437
11437
|
},
|
|
11438
11438
|
{
|
|
11439
11439
|
"name": "isExpanded",
|
|
11440
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
11440
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
11441
11441
|
},
|
|
11442
11442
|
{
|
|
11443
11443
|
"name": "toggleExpand",
|
|
11444
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
11444
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
11445
11445
|
},
|
|
11446
11446
|
{
|
|
11447
11447
|
"name": "isGroupOpen",
|
|
@@ -11523,6 +11523,16 @@
|
|
|
11523
11523
|
"type": "| Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)"
|
|
11524
11524
|
}
|
|
11525
11525
|
},
|
|
11526
|
+
{
|
|
11527
|
+
"name": "mobile",
|
|
11528
|
+
"description": "Explicitly designate as a mobile display configuration.",
|
|
11529
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTable#props",
|
|
11530
|
+
"default": "null",
|
|
11531
|
+
"value": {
|
|
11532
|
+
"kind": "expression",
|
|
11533
|
+
"type": "boolean"
|
|
11534
|
+
}
|
|
11535
|
+
},
|
|
11526
11536
|
{
|
|
11527
11537
|
"name": "loading",
|
|
11528
11538
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color.",
|
|
@@ -11539,7 +11549,7 @@
|
|
|
11539
11549
|
"doc-url": "https://vuetifyjs.com/api/VDataTable#props",
|
|
11540
11550
|
"value": {
|
|
11541
11551
|
"kind": "expression",
|
|
11542
|
-
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]"
|
|
11552
|
+
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly mobile?: boolean | undefined\n readonly children?: readonly any[] | undefined\n}[]"
|
|
11543
11553
|
}
|
|
11544
11554
|
},
|
|
11545
11555
|
{
|
|
@@ -11602,6 +11612,15 @@
|
|
|
11602
11612
|
"type": "string"
|
|
11603
11613
|
}
|
|
11604
11614
|
},
|
|
11615
|
+
{
|
|
11616
|
+
"name": "mobileBreakpoint",
|
|
11617
|
+
"description": "Overrides the display configuration default.",
|
|
11618
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTable#props",
|
|
11619
|
+
"value": {
|
|
11620
|
+
"kind": "expression",
|
|
11621
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'"
|
|
11622
|
+
}
|
|
11623
|
+
},
|
|
11605
11624
|
{
|
|
11606
11625
|
"name": "rowProps",
|
|
11607
11626
|
"description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row.",
|
|
@@ -12174,6 +12193,84 @@
|
|
|
12174
12193
|
"description": "Slot to replace the default `v-icon` used when expanding rows.",
|
|
12175
12194
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
|
|
12176
12195
|
},
|
|
12196
|
+
{
|
|
12197
|
+
"name": "header.data-table-select",
|
|
12198
|
+
"description": "Slot to replace the default `v-simple-checkbox` in header.",
|
|
12199
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
12200
|
+
"vue-properties": [
|
|
12201
|
+
{
|
|
12202
|
+
"name": "column",
|
|
12203
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
12204
|
+
},
|
|
12205
|
+
{
|
|
12206
|
+
"name": "selectAll",
|
|
12207
|
+
"type": "(value: boolean) => void"
|
|
12208
|
+
},
|
|
12209
|
+
{
|
|
12210
|
+
"name": "isSorted",
|
|
12211
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
12212
|
+
},
|
|
12213
|
+
{
|
|
12214
|
+
"name": "toggleSort",
|
|
12215
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12216
|
+
},
|
|
12217
|
+
{
|
|
12218
|
+
"name": "sortBy",
|
|
12219
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
12220
|
+
},
|
|
12221
|
+
{
|
|
12222
|
+
"name": "someSelected",
|
|
12223
|
+
"type": "boolean"
|
|
12224
|
+
},
|
|
12225
|
+
{
|
|
12226
|
+
"name": "allSelected",
|
|
12227
|
+
"type": "boolean"
|
|
12228
|
+
},
|
|
12229
|
+
{
|
|
12230
|
+
"name": "getSortIcon",
|
|
12231
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
12232
|
+
}
|
|
12233
|
+
]
|
|
12234
|
+
},
|
|
12235
|
+
{
|
|
12236
|
+
"name": "header.data-table-expand",
|
|
12237
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
12238
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
12239
|
+
"vue-properties": [
|
|
12240
|
+
{
|
|
12241
|
+
"name": "column",
|
|
12242
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
12243
|
+
},
|
|
12244
|
+
{
|
|
12245
|
+
"name": "selectAll",
|
|
12246
|
+
"type": "(value: boolean) => void"
|
|
12247
|
+
},
|
|
12248
|
+
{
|
|
12249
|
+
"name": "isSorted",
|
|
12250
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
12251
|
+
},
|
|
12252
|
+
{
|
|
12253
|
+
"name": "toggleSort",
|
|
12254
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12255
|
+
},
|
|
12256
|
+
{
|
|
12257
|
+
"name": "sortBy",
|
|
12258
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
12259
|
+
},
|
|
12260
|
+
{
|
|
12261
|
+
"name": "someSelected",
|
|
12262
|
+
"type": "boolean"
|
|
12263
|
+
},
|
|
12264
|
+
{
|
|
12265
|
+
"name": "allSelected",
|
|
12266
|
+
"type": "boolean"
|
|
12267
|
+
},
|
|
12268
|
+
{
|
|
12269
|
+
"name": "getSortIcon",
|
|
12270
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
12271
|
+
}
|
|
12272
|
+
]
|
|
12273
|
+
},
|
|
12177
12274
|
{
|
|
12178
12275
|
"name": "item",
|
|
12179
12276
|
"description": "Slot to replace the default rendering of a row.",
|
|
@@ -12199,15 +12296,15 @@
|
|
|
12199
12296
|
},
|
|
12200
12297
|
{
|
|
12201
12298
|
"name": "columns",
|
|
12202
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12299
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
12203
12300
|
},
|
|
12204
12301
|
{
|
|
12205
12302
|
"name": "isExpanded",
|
|
12206
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12303
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
12207
12304
|
},
|
|
12208
12305
|
{
|
|
12209
12306
|
"name": "toggleExpand",
|
|
12210
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12307
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
12211
12308
|
},
|
|
12212
12309
|
{
|
|
12213
12310
|
"name": "isSelected",
|
|
@@ -12239,16 +12336,16 @@
|
|
|
12239
12336
|
},
|
|
12240
12337
|
{
|
|
12241
12338
|
"name": "headers",
|
|
12242
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#
|
|
12339
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L30-L40.json))",
|
|
12243
12340
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
12244
12341
|
"vue-properties": [
|
|
12245
12342
|
{
|
|
12246
12343
|
"name": "headers",
|
|
12247
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12344
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
12248
12345
|
},
|
|
12249
12346
|
{
|
|
12250
12347
|
"name": "columns",
|
|
12251
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12348
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
12252
12349
|
},
|
|
12253
12350
|
{
|
|
12254
12351
|
"name": "sortBy",
|
|
@@ -12264,7 +12361,7 @@
|
|
|
12264
12361
|
},
|
|
12265
12362
|
{
|
|
12266
12363
|
"name": "toggleSort",
|
|
12267
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12364
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12268
12365
|
},
|
|
12269
12366
|
{
|
|
12270
12367
|
"name": "selectAll",
|
|
@@ -12272,11 +12369,11 @@
|
|
|
12272
12369
|
},
|
|
12273
12370
|
{
|
|
12274
12371
|
"name": "getSortIcon",
|
|
12275
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12372
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
12276
12373
|
},
|
|
12277
12374
|
{
|
|
12278
12375
|
"name": "isSorted",
|
|
12279
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12376
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
12280
12377
|
}
|
|
12281
12378
|
]
|
|
12282
12379
|
},
|
|
@@ -12295,84 +12392,6 @@
|
|
|
12295
12392
|
}
|
|
12296
12393
|
]
|
|
12297
12394
|
},
|
|
12298
|
-
{
|
|
12299
|
-
"name": "header.data-table-select",
|
|
12300
|
-
"description": "Slot to replace the default `v-simple-checkbox` in header.",
|
|
12301
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
12302
|
-
"vue-properties": [
|
|
12303
|
-
{
|
|
12304
|
-
"name": "column",
|
|
12305
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
12306
|
-
},
|
|
12307
|
-
{
|
|
12308
|
-
"name": "selectAll",
|
|
12309
|
-
"type": "(value: boolean) => void"
|
|
12310
|
-
},
|
|
12311
|
-
{
|
|
12312
|
-
"name": "isSorted",
|
|
12313
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
12314
|
-
},
|
|
12315
|
-
{
|
|
12316
|
-
"name": "toggleSort",
|
|
12317
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12318
|
-
},
|
|
12319
|
-
{
|
|
12320
|
-
"name": "sortBy",
|
|
12321
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
12322
|
-
},
|
|
12323
|
-
{
|
|
12324
|
-
"name": "someSelected",
|
|
12325
|
-
"type": "boolean"
|
|
12326
|
-
},
|
|
12327
|
-
{
|
|
12328
|
-
"name": "allSelected",
|
|
12329
|
-
"type": "boolean"
|
|
12330
|
-
},
|
|
12331
|
-
{
|
|
12332
|
-
"name": "getSortIcon",
|
|
12333
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
12334
|
-
}
|
|
12335
|
-
]
|
|
12336
|
-
},
|
|
12337
|
-
{
|
|
12338
|
-
"name": "header.data-table-expand",
|
|
12339
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L37-L46.json))",
|
|
12340
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
12341
|
-
"vue-properties": [
|
|
12342
|
-
{
|
|
12343
|
-
"name": "column",
|
|
12344
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
12345
|
-
},
|
|
12346
|
-
{
|
|
12347
|
-
"name": "selectAll",
|
|
12348
|
-
"type": "(value: boolean) => void"
|
|
12349
|
-
},
|
|
12350
|
-
{
|
|
12351
|
-
"name": "isSorted",
|
|
12352
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
12353
|
-
},
|
|
12354
|
-
{
|
|
12355
|
-
"name": "toggleSort",
|
|
12356
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12357
|
-
},
|
|
12358
|
-
{
|
|
12359
|
-
"name": "sortBy",
|
|
12360
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
12361
|
-
},
|
|
12362
|
-
{
|
|
12363
|
-
"name": "someSelected",
|
|
12364
|
-
"type": "boolean"
|
|
12365
|
-
},
|
|
12366
|
-
{
|
|
12367
|
-
"name": "allSelected",
|
|
12368
|
-
"type": "boolean"
|
|
12369
|
-
},
|
|
12370
|
-
{
|
|
12371
|
-
"name": "getSortIcon",
|
|
12372
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
12373
|
-
}
|
|
12374
|
-
]
|
|
12375
|
-
},
|
|
12376
12395
|
{
|
|
12377
12396
|
"name": "default",
|
|
12378
12397
|
"description": "The default Vue slot.",
|
|
@@ -12396,7 +12415,7 @@
|
|
|
12396
12415
|
},
|
|
12397
12416
|
{
|
|
12398
12417
|
"name": "toggleSort",
|
|
12399
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12418
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12400
12419
|
},
|
|
12401
12420
|
{
|
|
12402
12421
|
"name": "setItemsPerPage",
|
|
@@ -12428,11 +12447,11 @@
|
|
|
12428
12447
|
},
|
|
12429
12448
|
{
|
|
12430
12449
|
"name": "isExpanded",
|
|
12431
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12450
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
12432
12451
|
},
|
|
12433
12452
|
{
|
|
12434
12453
|
"name": "toggleExpand",
|
|
12435
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12454
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
12436
12455
|
},
|
|
12437
12456
|
{
|
|
12438
12457
|
"name": "isGroupOpen",
|
|
@@ -12448,19 +12467,19 @@
|
|
|
12448
12467
|
},
|
|
12449
12468
|
{
|
|
12450
12469
|
"name": "internalItems",
|
|
12451
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12470
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
12452
12471
|
},
|
|
12453
12472
|
{
|
|
12454
12473
|
"name": "groupedItems",
|
|
12455
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12474
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
12456
12475
|
},
|
|
12457
12476
|
{
|
|
12458
12477
|
"name": "columns",
|
|
12459
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12478
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
12460
12479
|
},
|
|
12461
12480
|
{
|
|
12462
12481
|
"name": "headers",
|
|
12463
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12482
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
12464
12483
|
}
|
|
12465
12484
|
]
|
|
12466
12485
|
},
|
|
@@ -12487,7 +12506,7 @@
|
|
|
12487
12506
|
},
|
|
12488
12507
|
{
|
|
12489
12508
|
"name": "toggleSort",
|
|
12490
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12509
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12491
12510
|
},
|
|
12492
12511
|
{
|
|
12493
12512
|
"name": "setItemsPerPage",
|
|
@@ -12519,11 +12538,11 @@
|
|
|
12519
12538
|
},
|
|
12520
12539
|
{
|
|
12521
12540
|
"name": "isExpanded",
|
|
12522
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12541
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
12523
12542
|
},
|
|
12524
12543
|
{
|
|
12525
12544
|
"name": "toggleExpand",
|
|
12526
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12545
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
12527
12546
|
},
|
|
12528
12547
|
{
|
|
12529
12548
|
"name": "isGroupOpen",
|
|
@@ -12539,19 +12558,19 @@
|
|
|
12539
12558
|
},
|
|
12540
12559
|
{
|
|
12541
12560
|
"name": "internalItems",
|
|
12542
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12561
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
12543
12562
|
},
|
|
12544
12563
|
{
|
|
12545
12564
|
"name": "groupedItems",
|
|
12546
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12565
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
12547
12566
|
},
|
|
12548
12567
|
{
|
|
12549
12568
|
"name": "columns",
|
|
12550
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12569
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
12551
12570
|
},
|
|
12552
12571
|
{
|
|
12553
12572
|
"name": "headers",
|
|
12554
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12573
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
12555
12574
|
}
|
|
12556
12575
|
]
|
|
12557
12576
|
},
|
|
@@ -12578,7 +12597,7 @@
|
|
|
12578
12597
|
},
|
|
12579
12598
|
{
|
|
12580
12599
|
"name": "toggleSort",
|
|
12581
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12600
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12582
12601
|
},
|
|
12583
12602
|
{
|
|
12584
12603
|
"name": "setItemsPerPage",
|
|
@@ -12610,11 +12629,11 @@
|
|
|
12610
12629
|
},
|
|
12611
12630
|
{
|
|
12612
12631
|
"name": "isExpanded",
|
|
12613
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12632
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
12614
12633
|
},
|
|
12615
12634
|
{
|
|
12616
12635
|
"name": "toggleExpand",
|
|
12617
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12636
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
12618
12637
|
},
|
|
12619
12638
|
{
|
|
12620
12639
|
"name": "isGroupOpen",
|
|
@@ -12630,19 +12649,19 @@
|
|
|
12630
12649
|
},
|
|
12631
12650
|
{
|
|
12632
12651
|
"name": "internalItems",
|
|
12633
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12652
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
12634
12653
|
},
|
|
12635
12654
|
{
|
|
12636
12655
|
"name": "groupedItems",
|
|
12637
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12656
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
12638
12657
|
},
|
|
12639
12658
|
{
|
|
12640
12659
|
"name": "columns",
|
|
12641
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12660
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
12642
12661
|
},
|
|
12643
12662
|
{
|
|
12644
12663
|
"name": "headers",
|
|
12645
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12664
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
12646
12665
|
}
|
|
12647
12666
|
]
|
|
12648
12667
|
},
|
|
@@ -12669,7 +12688,7 @@
|
|
|
12669
12688
|
},
|
|
12670
12689
|
{
|
|
12671
12690
|
"name": "toggleSort",
|
|
12672
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12691
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12673
12692
|
},
|
|
12674
12693
|
{
|
|
12675
12694
|
"name": "setItemsPerPage",
|
|
@@ -12701,11 +12720,11 @@
|
|
|
12701
12720
|
},
|
|
12702
12721
|
{
|
|
12703
12722
|
"name": "isExpanded",
|
|
12704
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12723
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
12705
12724
|
},
|
|
12706
12725
|
{
|
|
12707
12726
|
"name": "toggleExpand",
|
|
12708
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12727
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
12709
12728
|
},
|
|
12710
12729
|
{
|
|
12711
12730
|
"name": "isGroupOpen",
|
|
@@ -12721,19 +12740,19 @@
|
|
|
12721
12740
|
},
|
|
12722
12741
|
{
|
|
12723
12742
|
"name": "internalItems",
|
|
12724
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12743
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
12725
12744
|
},
|
|
12726
12745
|
{
|
|
12727
12746
|
"name": "groupedItems",
|
|
12728
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12747
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
12729
12748
|
},
|
|
12730
12749
|
{
|
|
12731
12750
|
"name": "columns",
|
|
12732
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12751
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
12733
12752
|
},
|
|
12734
12753
|
{
|
|
12735
12754
|
"name": "headers",
|
|
12736
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12755
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
12737
12756
|
}
|
|
12738
12757
|
]
|
|
12739
12758
|
},
|
|
@@ -12760,7 +12779,7 @@
|
|
|
12760
12779
|
},
|
|
12761
12780
|
{
|
|
12762
12781
|
"name": "toggleSort",
|
|
12763
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12782
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12764
12783
|
},
|
|
12765
12784
|
{
|
|
12766
12785
|
"name": "setItemsPerPage",
|
|
@@ -12792,11 +12811,11 @@
|
|
|
12792
12811
|
},
|
|
12793
12812
|
{
|
|
12794
12813
|
"name": "isExpanded",
|
|
12795
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12814
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
12796
12815
|
},
|
|
12797
12816
|
{
|
|
12798
12817
|
"name": "toggleExpand",
|
|
12799
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12818
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
12800
12819
|
},
|
|
12801
12820
|
{
|
|
12802
12821
|
"name": "isGroupOpen",
|
|
@@ -12812,19 +12831,19 @@
|
|
|
12812
12831
|
},
|
|
12813
12832
|
{
|
|
12814
12833
|
"name": "internalItems",
|
|
12815
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12834
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
12816
12835
|
},
|
|
12817
12836
|
{
|
|
12818
12837
|
"name": "groupedItems",
|
|
12819
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12838
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
12820
12839
|
},
|
|
12821
12840
|
{
|
|
12822
12841
|
"name": "columns",
|
|
12823
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12842
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
12824
12843
|
},
|
|
12825
12844
|
{
|
|
12826
12845
|
"name": "headers",
|
|
12827
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12846
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
12828
12847
|
}
|
|
12829
12848
|
]
|
|
12830
12849
|
},
|
|
@@ -12851,7 +12870,7 @@
|
|
|
12851
12870
|
},
|
|
12852
12871
|
{
|
|
12853
12872
|
"name": "toggleSort",
|
|
12854
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12873
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12855
12874
|
},
|
|
12856
12875
|
{
|
|
12857
12876
|
"name": "setItemsPerPage",
|
|
@@ -12883,11 +12902,11 @@
|
|
|
12883
12902
|
},
|
|
12884
12903
|
{
|
|
12885
12904
|
"name": "isExpanded",
|
|
12886
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12905
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
12887
12906
|
},
|
|
12888
12907
|
{
|
|
12889
12908
|
"name": "toggleExpand",
|
|
12890
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12909
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
12891
12910
|
},
|
|
12892
12911
|
{
|
|
12893
12912
|
"name": "isGroupOpen",
|
|
@@ -12903,19 +12922,19 @@
|
|
|
12903
12922
|
},
|
|
12904
12923
|
{
|
|
12905
12924
|
"name": "internalItems",
|
|
12906
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12925
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
12907
12926
|
},
|
|
12908
12927
|
{
|
|
12909
12928
|
"name": "groupedItems",
|
|
12910
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12929
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
12911
12930
|
},
|
|
12912
12931
|
{
|
|
12913
12932
|
"name": "columns",
|
|
12914
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12933
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
12915
12934
|
},
|
|
12916
12935
|
{
|
|
12917
12936
|
"name": "headers",
|
|
12918
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12937
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
12919
12938
|
}
|
|
12920
12939
|
]
|
|
12921
12940
|
},
|
|
@@ -12942,7 +12961,7 @@
|
|
|
12942
12961
|
},
|
|
12943
12962
|
{
|
|
12944
12963
|
"name": "toggleSort",
|
|
12945
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12964
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12946
12965
|
},
|
|
12947
12966
|
{
|
|
12948
12967
|
"name": "setItemsPerPage",
|
|
@@ -12974,11 +12993,11 @@
|
|
|
12974
12993
|
},
|
|
12975
12994
|
{
|
|
12976
12995
|
"name": "isExpanded",
|
|
12977
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
12996
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
12978
12997
|
},
|
|
12979
12998
|
{
|
|
12980
12999
|
"name": "toggleExpand",
|
|
12981
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13000
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
12982
13001
|
},
|
|
12983
13002
|
{
|
|
12984
13003
|
"name": "isGroupOpen",
|
|
@@ -12994,19 +13013,19 @@
|
|
|
12994
13013
|
},
|
|
12995
13014
|
{
|
|
12996
13015
|
"name": "internalItems",
|
|
12997
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13016
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
12998
13017
|
},
|
|
12999
13018
|
{
|
|
13000
13019
|
"name": "groupedItems",
|
|
13001
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13020
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
13002
13021
|
},
|
|
13003
13022
|
{
|
|
13004
13023
|
"name": "columns",
|
|
13005
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13024
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
13006
13025
|
},
|
|
13007
13026
|
{
|
|
13008
13027
|
"name": "headers",
|
|
13009
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13028
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
13010
13029
|
}
|
|
13011
13030
|
]
|
|
13012
13031
|
},
|
|
@@ -13033,7 +13052,7 @@
|
|
|
13033
13052
|
},
|
|
13034
13053
|
{
|
|
13035
13054
|
"name": "toggleSort",
|
|
13036
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13055
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13037
13056
|
},
|
|
13038
13057
|
{
|
|
13039
13058
|
"name": "setItemsPerPage",
|
|
@@ -13065,11 +13084,11 @@
|
|
|
13065
13084
|
},
|
|
13066
13085
|
{
|
|
13067
13086
|
"name": "isExpanded",
|
|
13068
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13087
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
13069
13088
|
},
|
|
13070
13089
|
{
|
|
13071
13090
|
"name": "toggleExpand",
|
|
13072
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13091
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
13073
13092
|
},
|
|
13074
13093
|
{
|
|
13075
13094
|
"name": "isGroupOpen",
|
|
@@ -13085,19 +13104,19 @@
|
|
|
13085
13104
|
},
|
|
13086
13105
|
{
|
|
13087
13106
|
"name": "internalItems",
|
|
13088
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13107
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
13089
13108
|
},
|
|
13090
13109
|
{
|
|
13091
13110
|
"name": "groupedItems",
|
|
13092
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13111
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
13093
13112
|
},
|
|
13094
13113
|
{
|
|
13095
13114
|
"name": "columns",
|
|
13096
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13115
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
13097
13116
|
},
|
|
13098
13117
|
{
|
|
13099
13118
|
"name": "headers",
|
|
13100
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13119
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
13101
13120
|
}
|
|
13102
13121
|
]
|
|
13103
13122
|
},
|
|
@@ -13124,7 +13143,7 @@
|
|
|
13124
13143
|
},
|
|
13125
13144
|
{
|
|
13126
13145
|
"name": "toggleSort",
|
|
13127
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13146
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13128
13147
|
},
|
|
13129
13148
|
{
|
|
13130
13149
|
"name": "setItemsPerPage",
|
|
@@ -13156,11 +13175,11 @@
|
|
|
13156
13175
|
},
|
|
13157
13176
|
{
|
|
13158
13177
|
"name": "isExpanded",
|
|
13159
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13178
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
13160
13179
|
},
|
|
13161
13180
|
{
|
|
13162
13181
|
"name": "toggleExpand",
|
|
13163
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13182
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
13164
13183
|
},
|
|
13165
13184
|
{
|
|
13166
13185
|
"name": "isGroupOpen",
|
|
@@ -13176,19 +13195,19 @@
|
|
|
13176
13195
|
},
|
|
13177
13196
|
{
|
|
13178
13197
|
"name": "internalItems",
|
|
13179
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13198
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
13180
13199
|
},
|
|
13181
13200
|
{
|
|
13182
13201
|
"name": "groupedItems",
|
|
13183
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13202
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
13184
13203
|
},
|
|
13185
13204
|
{
|
|
13186
13205
|
"name": "columns",
|
|
13187
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13206
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
13188
13207
|
},
|
|
13189
13208
|
{
|
|
13190
13209
|
"name": "headers",
|
|
13191
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13210
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
13192
13211
|
}
|
|
13193
13212
|
]
|
|
13194
13213
|
},
|
|
@@ -13215,7 +13234,7 @@
|
|
|
13215
13234
|
},
|
|
13216
13235
|
{
|
|
13217
13236
|
"name": "toggleSort",
|
|
13218
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13237
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13219
13238
|
},
|
|
13220
13239
|
{
|
|
13221
13240
|
"name": "setItemsPerPage",
|
|
@@ -13247,11 +13266,11 @@
|
|
|
13247
13266
|
},
|
|
13248
13267
|
{
|
|
13249
13268
|
"name": "isExpanded",
|
|
13250
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13269
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
13251
13270
|
},
|
|
13252
13271
|
{
|
|
13253
13272
|
"name": "toggleExpand",
|
|
13254
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13273
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
13255
13274
|
},
|
|
13256
13275
|
{
|
|
13257
13276
|
"name": "isGroupOpen",
|
|
@@ -13267,19 +13286,19 @@
|
|
|
13267
13286
|
},
|
|
13268
13287
|
{
|
|
13269
13288
|
"name": "internalItems",
|
|
13270
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13289
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
13271
13290
|
},
|
|
13272
13291
|
{
|
|
13273
13292
|
"name": "groupedItems",
|
|
13274
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13293
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
13275
13294
|
},
|
|
13276
13295
|
{
|
|
13277
13296
|
"name": "columns",
|
|
13278
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13297
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
13279
13298
|
},
|
|
13280
13299
|
{
|
|
13281
13300
|
"name": "headers",
|
|
13282
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13301
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
13283
13302
|
}
|
|
13284
13303
|
]
|
|
13285
13304
|
},
|
|
@@ -13295,12 +13314,12 @@
|
|
|
13295
13314
|
},
|
|
13296
13315
|
{
|
|
13297
13316
|
"name": "[`header.${string}`]",
|
|
13298
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#
|
|
13317
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
13299
13318
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
13300
13319
|
"vue-properties": [
|
|
13301
13320
|
{
|
|
13302
13321
|
"name": "column",
|
|
13303
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13322
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
13304
13323
|
},
|
|
13305
13324
|
{
|
|
13306
13325
|
"name": "selectAll",
|
|
@@ -13308,11 +13327,11 @@
|
|
|
13308
13327
|
},
|
|
13309
13328
|
{
|
|
13310
13329
|
"name": "isSorted",
|
|
13311
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13330
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
13312
13331
|
},
|
|
13313
13332
|
{
|
|
13314
13333
|
"name": "toggleSort",
|
|
13315
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13334
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13316
13335
|
},
|
|
13317
13336
|
{
|
|
13318
13337
|
"name": "sortBy",
|
|
@@ -13328,7 +13347,7 @@
|
|
|
13328
13347
|
},
|
|
13329
13348
|
{
|
|
13330
13349
|
"name": "getSortIcon",
|
|
13331
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13350
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
13332
13351
|
}
|
|
13333
13352
|
]
|
|
13334
13353
|
}
|
|
@@ -13427,6 +13446,25 @@
|
|
|
13427
13446
|
"type": "unknown"
|
|
13428
13447
|
}
|
|
13429
13448
|
},
|
|
13449
|
+
{
|
|
13450
|
+
"name": "mobile",
|
|
13451
|
+
"description": "Explicitly designate as a mobile display configuration.",
|
|
13452
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
|
|
13453
|
+
"default": "null",
|
|
13454
|
+
"value": {
|
|
13455
|
+
"kind": "expression",
|
|
13456
|
+
"type": "boolean"
|
|
13457
|
+
}
|
|
13458
|
+
},
|
|
13459
|
+
{
|
|
13460
|
+
"name": "mobileBreakpoint",
|
|
13461
|
+
"description": "Overrides the display configuration default.",
|
|
13462
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
|
|
13463
|
+
"value": {
|
|
13464
|
+
"kind": "expression",
|
|
13465
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'"
|
|
13466
|
+
}
|
|
13467
|
+
},
|
|
13430
13468
|
{
|
|
13431
13469
|
"name": "loading",
|
|
13432
13470
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color.",
|
|
@@ -13442,16 +13480,16 @@
|
|
|
13442
13480
|
"slots": [
|
|
13443
13481
|
{
|
|
13444
13482
|
"name": "headers",
|
|
13445
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#
|
|
13483
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L30-L40.json))",
|
|
13446
13484
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
|
13447
13485
|
"vue-properties": [
|
|
13448
13486
|
{
|
|
13449
13487
|
"name": "headers",
|
|
13450
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13488
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
13451
13489
|
},
|
|
13452
13490
|
{
|
|
13453
13491
|
"name": "columns",
|
|
13454
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13492
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
13455
13493
|
},
|
|
13456
13494
|
{
|
|
13457
13495
|
"name": "sortBy",
|
|
@@ -13467,7 +13505,7 @@
|
|
|
13467
13505
|
},
|
|
13468
13506
|
{
|
|
13469
13507
|
"name": "toggleSort",
|
|
13470
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13508
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13471
13509
|
},
|
|
13472
13510
|
{
|
|
13473
13511
|
"name": "selectAll",
|
|
@@ -13475,11 +13513,11 @@
|
|
|
13475
13513
|
},
|
|
13476
13514
|
{
|
|
13477
13515
|
"name": "getSortIcon",
|
|
13478
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13516
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
13479
13517
|
},
|
|
13480
13518
|
{
|
|
13481
13519
|
"name": "isSorted",
|
|
13482
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13520
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
13483
13521
|
}
|
|
13484
13522
|
]
|
|
13485
13523
|
},
|
|
@@ -13500,12 +13538,12 @@
|
|
|
13500
13538
|
},
|
|
13501
13539
|
{
|
|
13502
13540
|
"name": "header.data-table-select",
|
|
13503
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#
|
|
13541
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
13504
13542
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
|
13505
13543
|
"vue-properties": [
|
|
13506
13544
|
{
|
|
13507
13545
|
"name": "column",
|
|
13508
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13546
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
13509
13547
|
},
|
|
13510
13548
|
{
|
|
13511
13549
|
"name": "selectAll",
|
|
@@ -13513,11 +13551,11 @@
|
|
|
13513
13551
|
},
|
|
13514
13552
|
{
|
|
13515
13553
|
"name": "isSorted",
|
|
13516
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13554
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
13517
13555
|
},
|
|
13518
13556
|
{
|
|
13519
13557
|
"name": "toggleSort",
|
|
13520
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13558
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13521
13559
|
},
|
|
13522
13560
|
{
|
|
13523
13561
|
"name": "sortBy",
|
|
@@ -13533,18 +13571,18 @@
|
|
|
13533
13571
|
},
|
|
13534
13572
|
{
|
|
13535
13573
|
"name": "getSortIcon",
|
|
13536
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13574
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
13537
13575
|
}
|
|
13538
13576
|
]
|
|
13539
13577
|
},
|
|
13540
13578
|
{
|
|
13541
13579
|
"name": "header.data-table-expand",
|
|
13542
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#
|
|
13580
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
13543
13581
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
|
13544
13582
|
"vue-properties": [
|
|
13545
13583
|
{
|
|
13546
13584
|
"name": "column",
|
|
13547
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13585
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
13548
13586
|
},
|
|
13549
13587
|
{
|
|
13550
13588
|
"name": "selectAll",
|
|
@@ -13552,11 +13590,11 @@
|
|
|
13552
13590
|
},
|
|
13553
13591
|
{
|
|
13554
13592
|
"name": "isSorted",
|
|
13555
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13593
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
13556
13594
|
},
|
|
13557
13595
|
{
|
|
13558
13596
|
"name": "toggleSort",
|
|
13559
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13597
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13560
13598
|
},
|
|
13561
13599
|
{
|
|
13562
13600
|
"name": "sortBy",
|
|
@@ -13572,18 +13610,18 @@
|
|
|
13572
13610
|
},
|
|
13573
13611
|
{
|
|
13574
13612
|
"name": "getSortIcon",
|
|
13575
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13613
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
13576
13614
|
}
|
|
13577
13615
|
]
|
|
13578
13616
|
},
|
|
13579
13617
|
{
|
|
13580
13618
|
"name": "[`header.${string}`]",
|
|
13581
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#
|
|
13619
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
13582
13620
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
|
13583
13621
|
"vue-properties": [
|
|
13584
13622
|
{
|
|
13585
13623
|
"name": "column",
|
|
13586
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13624
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
13587
13625
|
},
|
|
13588
13626
|
{
|
|
13589
13627
|
"name": "selectAll",
|
|
@@ -13591,11 +13629,11 @@
|
|
|
13591
13629
|
},
|
|
13592
13630
|
{
|
|
13593
13631
|
"name": "isSorted",
|
|
13594
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13632
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
13595
13633
|
},
|
|
13596
13634
|
{
|
|
13597
13635
|
"name": "toggleSort",
|
|
13598
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13636
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13599
13637
|
},
|
|
13600
13638
|
{
|
|
13601
13639
|
"name": "sortBy",
|
|
@@ -13611,7 +13649,7 @@
|
|
|
13611
13649
|
},
|
|
13612
13650
|
{
|
|
13613
13651
|
"name": "getSortIcon",
|
|
13614
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13652
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
13615
13653
|
}
|
|
13616
13654
|
]
|
|
13617
13655
|
}
|
|
@@ -13639,6 +13677,16 @@
|
|
|
13639
13677
|
"type": "| Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'index' | 'item' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)"
|
|
13640
13678
|
}
|
|
13641
13679
|
},
|
|
13680
|
+
{
|
|
13681
|
+
"name": "mobile",
|
|
13682
|
+
"description": "Explicitly designate as a mobile display configuration.",
|
|
13683
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
|
|
13684
|
+
"default": "null",
|
|
13685
|
+
"value": {
|
|
13686
|
+
"kind": "expression",
|
|
13687
|
+
"type": "boolean"
|
|
13688
|
+
}
|
|
13689
|
+
},
|
|
13642
13690
|
{
|
|
13643
13691
|
"name": "index",
|
|
13644
13692
|
"description": "Row index.",
|
|
@@ -13648,6 +13696,15 @@
|
|
|
13648
13696
|
"type": "number"
|
|
13649
13697
|
}
|
|
13650
13698
|
},
|
|
13699
|
+
{
|
|
13700
|
+
"name": "mobileBreakpoint",
|
|
13701
|
+
"description": "Overrides the display configuration default.",
|
|
13702
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
|
|
13703
|
+
"value": {
|
|
13704
|
+
"kind": "expression",
|
|
13705
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'"
|
|
13706
|
+
}
|
|
13707
|
+
},
|
|
13651
13708
|
{
|
|
13652
13709
|
"name": "item",
|
|
13653
13710
|
"description": "Data (key, index and column values) of the displayed item.",
|
|
@@ -13704,10 +13761,127 @@
|
|
|
13704
13761
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/typescript/lib/lib.es5.d.ts#L6-L6.json))",
|
|
13705
13762
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
|
|
13706
13763
|
},
|
|
13764
|
+
{
|
|
13765
|
+
"name": "header.data-table-select",
|
|
13766
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
13767
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
|
|
13768
|
+
"vue-properties": [
|
|
13769
|
+
{
|
|
13770
|
+
"name": "column",
|
|
13771
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
13772
|
+
},
|
|
13773
|
+
{
|
|
13774
|
+
"name": "selectAll",
|
|
13775
|
+
"type": "(value: boolean) => void"
|
|
13776
|
+
},
|
|
13777
|
+
{
|
|
13778
|
+
"name": "isSorted",
|
|
13779
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
13780
|
+
},
|
|
13781
|
+
{
|
|
13782
|
+
"name": "toggleSort",
|
|
13783
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13784
|
+
},
|
|
13785
|
+
{
|
|
13786
|
+
"name": "sortBy",
|
|
13787
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
13788
|
+
},
|
|
13789
|
+
{
|
|
13790
|
+
"name": "someSelected",
|
|
13791
|
+
"type": "boolean"
|
|
13792
|
+
},
|
|
13793
|
+
{
|
|
13794
|
+
"name": "allSelected",
|
|
13795
|
+
"type": "boolean"
|
|
13796
|
+
},
|
|
13797
|
+
{
|
|
13798
|
+
"name": "getSortIcon",
|
|
13799
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
13800
|
+
}
|
|
13801
|
+
]
|
|
13802
|
+
},
|
|
13803
|
+
{
|
|
13804
|
+
"name": "header.data-table-expand",
|
|
13805
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
13806
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
|
|
13807
|
+
"vue-properties": [
|
|
13808
|
+
{
|
|
13809
|
+
"name": "column",
|
|
13810
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
13811
|
+
},
|
|
13812
|
+
{
|
|
13813
|
+
"name": "selectAll",
|
|
13814
|
+
"type": "(value: boolean) => void"
|
|
13815
|
+
},
|
|
13816
|
+
{
|
|
13817
|
+
"name": "isSorted",
|
|
13818
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
13819
|
+
},
|
|
13820
|
+
{
|
|
13821
|
+
"name": "toggleSort",
|
|
13822
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13823
|
+
},
|
|
13824
|
+
{
|
|
13825
|
+
"name": "sortBy",
|
|
13826
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
13827
|
+
},
|
|
13828
|
+
{
|
|
13829
|
+
"name": "someSelected",
|
|
13830
|
+
"type": "boolean"
|
|
13831
|
+
},
|
|
13832
|
+
{
|
|
13833
|
+
"name": "allSelected",
|
|
13834
|
+
"type": "boolean"
|
|
13835
|
+
},
|
|
13836
|
+
{
|
|
13837
|
+
"name": "getSortIcon",
|
|
13838
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
13839
|
+
}
|
|
13840
|
+
]
|
|
13841
|
+
},
|
|
13707
13842
|
{
|
|
13708
13843
|
"name": "[`item.${string}`]",
|
|
13709
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#
|
|
13844
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#L82-L85.json))",
|
|
13710
13845
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
|
|
13846
|
+
},
|
|
13847
|
+
{
|
|
13848
|
+
"name": "[`header.${string}`]",
|
|
13849
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
13850
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
|
|
13851
|
+
"vue-properties": [
|
|
13852
|
+
{
|
|
13853
|
+
"name": "column",
|
|
13854
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
13855
|
+
},
|
|
13856
|
+
{
|
|
13857
|
+
"name": "selectAll",
|
|
13858
|
+
"type": "(value: boolean) => void"
|
|
13859
|
+
},
|
|
13860
|
+
{
|
|
13861
|
+
"name": "isSorted",
|
|
13862
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
13863
|
+
},
|
|
13864
|
+
{
|
|
13865
|
+
"name": "toggleSort",
|
|
13866
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13867
|
+
},
|
|
13868
|
+
{
|
|
13869
|
+
"name": "sortBy",
|
|
13870
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
13871
|
+
},
|
|
13872
|
+
{
|
|
13873
|
+
"name": "someSelected",
|
|
13874
|
+
"type": "boolean"
|
|
13875
|
+
},
|
|
13876
|
+
{
|
|
13877
|
+
"name": "allSelected",
|
|
13878
|
+
"type": "boolean"
|
|
13879
|
+
},
|
|
13880
|
+
{
|
|
13881
|
+
"name": "getSortIcon",
|
|
13882
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
13883
|
+
}
|
|
13884
|
+
]
|
|
13711
13885
|
}
|
|
13712
13886
|
],
|
|
13713
13887
|
"vue-model": {
|
|
@@ -13733,6 +13907,16 @@
|
|
|
13733
13907
|
"type": "| Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)"
|
|
13734
13908
|
}
|
|
13735
13909
|
},
|
|
13910
|
+
{
|
|
13911
|
+
"name": "mobile",
|
|
13912
|
+
"description": "Explicitly designate as a mobile display configuration.",
|
|
13913
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableRows#props",
|
|
13914
|
+
"default": "null",
|
|
13915
|
+
"value": {
|
|
13916
|
+
"kind": "expression",
|
|
13917
|
+
"type": "boolean"
|
|
13918
|
+
}
|
|
13919
|
+
},
|
|
13736
13920
|
{
|
|
13737
13921
|
"name": "loading",
|
|
13738
13922
|
"description": "Displays `loading` slot if set to `true`",
|
|
@@ -13770,7 +13954,7 @@
|
|
|
13770
13954
|
"default": "[]",
|
|
13771
13955
|
"value": {
|
|
13772
13956
|
"kind": "expression",
|
|
13773
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
13957
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
13774
13958
|
}
|
|
13775
13959
|
},
|
|
13776
13960
|
{
|
|
@@ -13783,6 +13967,15 @@
|
|
|
13783
13967
|
"type": "string"
|
|
13784
13968
|
}
|
|
13785
13969
|
},
|
|
13970
|
+
{
|
|
13971
|
+
"name": "mobileBreakpoint",
|
|
13972
|
+
"description": "Overrides the display configuration default.",
|
|
13973
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableRows#props",
|
|
13974
|
+
"value": {
|
|
13975
|
+
"kind": "expression",
|
|
13976
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'"
|
|
13977
|
+
}
|
|
13978
|
+
},
|
|
13786
13979
|
{
|
|
13787
13980
|
"name": "rowProps",
|
|
13788
13981
|
"description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row.",
|
|
@@ -13835,6 +14028,84 @@
|
|
|
13835
14028
|
"description": "Slot for custom rendering of a row cell with the expand icon.",
|
|
13836
14029
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
|
|
13837
14030
|
},
|
|
14031
|
+
{
|
|
14032
|
+
"name": "header.data-table-select",
|
|
14033
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
14034
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
|
14035
|
+
"vue-properties": [
|
|
14036
|
+
{
|
|
14037
|
+
"name": "column",
|
|
14038
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
14039
|
+
},
|
|
14040
|
+
{
|
|
14041
|
+
"name": "selectAll",
|
|
14042
|
+
"type": "(value: boolean) => void"
|
|
14043
|
+
},
|
|
14044
|
+
{
|
|
14045
|
+
"name": "isSorted",
|
|
14046
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
14047
|
+
},
|
|
14048
|
+
{
|
|
14049
|
+
"name": "toggleSort",
|
|
14050
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14051
|
+
},
|
|
14052
|
+
{
|
|
14053
|
+
"name": "sortBy",
|
|
14054
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
14055
|
+
},
|
|
14056
|
+
{
|
|
14057
|
+
"name": "someSelected",
|
|
14058
|
+
"type": "boolean"
|
|
14059
|
+
},
|
|
14060
|
+
{
|
|
14061
|
+
"name": "allSelected",
|
|
14062
|
+
"type": "boolean"
|
|
14063
|
+
},
|
|
14064
|
+
{
|
|
14065
|
+
"name": "getSortIcon",
|
|
14066
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
14067
|
+
}
|
|
14068
|
+
]
|
|
14069
|
+
},
|
|
14070
|
+
{
|
|
14071
|
+
"name": "header.data-table-expand",
|
|
14072
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
14073
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
|
14074
|
+
"vue-properties": [
|
|
14075
|
+
{
|
|
14076
|
+
"name": "column",
|
|
14077
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
14078
|
+
},
|
|
14079
|
+
{
|
|
14080
|
+
"name": "selectAll",
|
|
14081
|
+
"type": "(value: boolean) => void"
|
|
14082
|
+
},
|
|
14083
|
+
{
|
|
14084
|
+
"name": "isSorted",
|
|
14085
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
14086
|
+
},
|
|
14087
|
+
{
|
|
14088
|
+
"name": "toggleSort",
|
|
14089
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14090
|
+
},
|
|
14091
|
+
{
|
|
14092
|
+
"name": "sortBy",
|
|
14093
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
14094
|
+
},
|
|
14095
|
+
{
|
|
14096
|
+
"name": "someSelected",
|
|
14097
|
+
"type": "boolean"
|
|
14098
|
+
},
|
|
14099
|
+
{
|
|
14100
|
+
"name": "allSelected",
|
|
14101
|
+
"type": "boolean"
|
|
14102
|
+
},
|
|
14103
|
+
{
|
|
14104
|
+
"name": "getSortIcon",
|
|
14105
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
14106
|
+
}
|
|
14107
|
+
]
|
|
14108
|
+
},
|
|
13838
14109
|
{
|
|
13839
14110
|
"name": "item",
|
|
13840
14111
|
"description": "Define a custom item appearance.",
|
|
@@ -13860,15 +14131,15 @@
|
|
|
13860
14131
|
},
|
|
13861
14132
|
{
|
|
13862
14133
|
"name": "columns",
|
|
13863
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
14134
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
13864
14135
|
},
|
|
13865
14136
|
{
|
|
13866
14137
|
"name": "isExpanded",
|
|
13867
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
14138
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
13868
14139
|
},
|
|
13869
14140
|
{
|
|
13870
14141
|
"name": "toggleExpand",
|
|
13871
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
14142
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
13872
14143
|
},
|
|
13873
14144
|
{
|
|
13874
14145
|
"name": "isSelected",
|
|
@@ -13900,8 +14171,47 @@
|
|
|
13900
14171
|
},
|
|
13901
14172
|
{
|
|
13902
14173
|
"name": "[`item.${string}`]",
|
|
13903
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#
|
|
14174
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#L82-L85.json))",
|
|
13904
14175
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
|
|
14176
|
+
},
|
|
14177
|
+
{
|
|
14178
|
+
"name": "[`header.${string}`]",
|
|
14179
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
14180
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
|
14181
|
+
"vue-properties": [
|
|
14182
|
+
{
|
|
14183
|
+
"name": "column",
|
|
14184
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
14185
|
+
},
|
|
14186
|
+
{
|
|
14187
|
+
"name": "selectAll",
|
|
14188
|
+
"type": "(value: boolean) => void"
|
|
14189
|
+
},
|
|
14190
|
+
{
|
|
14191
|
+
"name": "isSorted",
|
|
14192
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
14193
|
+
},
|
|
14194
|
+
{
|
|
14195
|
+
"name": "toggleSort",
|
|
14196
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14197
|
+
},
|
|
14198
|
+
{
|
|
14199
|
+
"name": "sortBy",
|
|
14200
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
14201
|
+
},
|
|
14202
|
+
{
|
|
14203
|
+
"name": "someSelected",
|
|
14204
|
+
"type": "boolean"
|
|
14205
|
+
},
|
|
14206
|
+
{
|
|
14207
|
+
"name": "allSelected",
|
|
14208
|
+
"type": "boolean"
|
|
14209
|
+
},
|
|
14210
|
+
{
|
|
14211
|
+
"name": "getSortIcon",
|
|
14212
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
14213
|
+
}
|
|
14214
|
+
]
|
|
13905
14215
|
}
|
|
13906
14216
|
],
|
|
13907
14217
|
"vue-model": {
|
|
@@ -13945,6 +14255,16 @@
|
|
|
13945
14255
|
"type": "| Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)"
|
|
13946
14256
|
}
|
|
13947
14257
|
},
|
|
14258
|
+
{
|
|
14259
|
+
"name": "mobile",
|
|
14260
|
+
"description": "Explicitly designate as a mobile display configuration.",
|
|
14261
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
|
14262
|
+
"default": "null",
|
|
14263
|
+
"value": {
|
|
14264
|
+
"kind": "expression",
|
|
14265
|
+
"type": "boolean"
|
|
14266
|
+
}
|
|
14267
|
+
},
|
|
13948
14268
|
{
|
|
13949
14269
|
"name": "loading",
|
|
13950
14270
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color.",
|
|
@@ -13961,7 +14281,7 @@
|
|
|
13961
14281
|
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
|
13962
14282
|
"value": {
|
|
13963
14283
|
"kind": "expression",
|
|
13964
|
-
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]"
|
|
14284
|
+
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly mobile?: boolean | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly mobile?: boolean | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]"
|
|
13965
14285
|
}
|
|
13966
14286
|
},
|
|
13967
14287
|
{
|
|
@@ -14033,6 +14353,15 @@
|
|
|
14033
14353
|
"type": "string"
|
|
14034
14354
|
}
|
|
14035
14355
|
},
|
|
14356
|
+
{
|
|
14357
|
+
"name": "mobileBreakpoint",
|
|
14358
|
+
"description": "Overrides the display configuration default.",
|
|
14359
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
|
14360
|
+
"value": {
|
|
14361
|
+
"kind": "expression",
|
|
14362
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'"
|
|
14363
|
+
}
|
|
14364
|
+
},
|
|
14036
14365
|
{
|
|
14037
14366
|
"name": "rowProps",
|
|
14038
14367
|
"description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row.",
|
|
@@ -14547,6 +14876,84 @@
|
|
|
14547
14876
|
"description": "Slot to replace the default `v-icon` used when expanding rows.",
|
|
14548
14877
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
|
|
14549
14878
|
},
|
|
14879
|
+
{
|
|
14880
|
+
"name": "header.data-table-select",
|
|
14881
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
14882
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
14883
|
+
"vue-properties": [
|
|
14884
|
+
{
|
|
14885
|
+
"name": "column",
|
|
14886
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
14887
|
+
},
|
|
14888
|
+
{
|
|
14889
|
+
"name": "selectAll",
|
|
14890
|
+
"type": "(value: boolean) => void"
|
|
14891
|
+
},
|
|
14892
|
+
{
|
|
14893
|
+
"name": "isSorted",
|
|
14894
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
14895
|
+
},
|
|
14896
|
+
{
|
|
14897
|
+
"name": "toggleSort",
|
|
14898
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14899
|
+
},
|
|
14900
|
+
{
|
|
14901
|
+
"name": "sortBy",
|
|
14902
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
14903
|
+
},
|
|
14904
|
+
{
|
|
14905
|
+
"name": "someSelected",
|
|
14906
|
+
"type": "boolean"
|
|
14907
|
+
},
|
|
14908
|
+
{
|
|
14909
|
+
"name": "allSelected",
|
|
14910
|
+
"type": "boolean"
|
|
14911
|
+
},
|
|
14912
|
+
{
|
|
14913
|
+
"name": "getSortIcon",
|
|
14914
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
14915
|
+
}
|
|
14916
|
+
]
|
|
14917
|
+
},
|
|
14918
|
+
{
|
|
14919
|
+
"name": "header.data-table-expand",
|
|
14920
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
14921
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
14922
|
+
"vue-properties": [
|
|
14923
|
+
{
|
|
14924
|
+
"name": "column",
|
|
14925
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
14926
|
+
},
|
|
14927
|
+
{
|
|
14928
|
+
"name": "selectAll",
|
|
14929
|
+
"type": "(value: boolean) => void"
|
|
14930
|
+
},
|
|
14931
|
+
{
|
|
14932
|
+
"name": "isSorted",
|
|
14933
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
14934
|
+
},
|
|
14935
|
+
{
|
|
14936
|
+
"name": "toggleSort",
|
|
14937
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14938
|
+
},
|
|
14939
|
+
{
|
|
14940
|
+
"name": "sortBy",
|
|
14941
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
14942
|
+
},
|
|
14943
|
+
{
|
|
14944
|
+
"name": "someSelected",
|
|
14945
|
+
"type": "boolean"
|
|
14946
|
+
},
|
|
14947
|
+
{
|
|
14948
|
+
"name": "allSelected",
|
|
14949
|
+
"type": "boolean"
|
|
14950
|
+
},
|
|
14951
|
+
{
|
|
14952
|
+
"name": "getSortIcon",
|
|
14953
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
14954
|
+
}
|
|
14955
|
+
]
|
|
14956
|
+
},
|
|
14550
14957
|
{
|
|
14551
14958
|
"name": "item",
|
|
14552
14959
|
"description": "Slot to replace the default rendering of a row.",
|
|
@@ -14572,15 +14979,15 @@
|
|
|
14572
14979
|
},
|
|
14573
14980
|
{
|
|
14574
14981
|
"name": "columns",
|
|
14575
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
14982
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
14576
14983
|
},
|
|
14577
14984
|
{
|
|
14578
14985
|
"name": "isExpanded",
|
|
14579
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
14986
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
14580
14987
|
},
|
|
14581
14988
|
{
|
|
14582
14989
|
"name": "toggleExpand",
|
|
14583
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
14990
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
14584
14991
|
},
|
|
14585
14992
|
{
|
|
14586
14993
|
"name": "isSelected",
|
|
@@ -14617,11 +15024,11 @@
|
|
|
14617
15024
|
"vue-properties": [
|
|
14618
15025
|
{
|
|
14619
15026
|
"name": "headers",
|
|
14620
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15027
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
14621
15028
|
},
|
|
14622
15029
|
{
|
|
14623
15030
|
"name": "columns",
|
|
14624
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15031
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
14625
15032
|
},
|
|
14626
15033
|
{
|
|
14627
15034
|
"name": "sortBy",
|
|
@@ -14637,7 +15044,7 @@
|
|
|
14637
15044
|
},
|
|
14638
15045
|
{
|
|
14639
15046
|
"name": "toggleSort",
|
|
14640
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15047
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14641
15048
|
},
|
|
14642
15049
|
{
|
|
14643
15050
|
"name": "selectAll",
|
|
@@ -14645,11 +15052,11 @@
|
|
|
14645
15052
|
},
|
|
14646
15053
|
{
|
|
14647
15054
|
"name": "getSortIcon",
|
|
14648
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15055
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
14649
15056
|
},
|
|
14650
15057
|
{
|
|
14651
15058
|
"name": "isSorted",
|
|
14652
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15059
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
14653
15060
|
}
|
|
14654
15061
|
]
|
|
14655
15062
|
},
|
|
@@ -14668,84 +15075,6 @@
|
|
|
14668
15075
|
}
|
|
14669
15076
|
]
|
|
14670
15077
|
},
|
|
14671
|
-
{
|
|
14672
|
-
"name": "header.data-table-select",
|
|
14673
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L37-L46.json))",
|
|
14674
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
14675
|
-
"vue-properties": [
|
|
14676
|
-
{
|
|
14677
|
-
"name": "column",
|
|
14678
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
14679
|
-
},
|
|
14680
|
-
{
|
|
14681
|
-
"name": "selectAll",
|
|
14682
|
-
"type": "(value: boolean) => void"
|
|
14683
|
-
},
|
|
14684
|
-
{
|
|
14685
|
-
"name": "isSorted",
|
|
14686
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
14687
|
-
},
|
|
14688
|
-
{
|
|
14689
|
-
"name": "toggleSort",
|
|
14690
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14691
|
-
},
|
|
14692
|
-
{
|
|
14693
|
-
"name": "sortBy",
|
|
14694
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
14695
|
-
},
|
|
14696
|
-
{
|
|
14697
|
-
"name": "someSelected",
|
|
14698
|
-
"type": "boolean"
|
|
14699
|
-
},
|
|
14700
|
-
{
|
|
14701
|
-
"name": "allSelected",
|
|
14702
|
-
"type": "boolean"
|
|
14703
|
-
},
|
|
14704
|
-
{
|
|
14705
|
-
"name": "getSortIcon",
|
|
14706
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
14707
|
-
}
|
|
14708
|
-
]
|
|
14709
|
-
},
|
|
14710
|
-
{
|
|
14711
|
-
"name": "header.data-table-expand",
|
|
14712
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L37-L46.json))",
|
|
14713
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
14714
|
-
"vue-properties": [
|
|
14715
|
-
{
|
|
14716
|
-
"name": "column",
|
|
14717
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
14718
|
-
},
|
|
14719
|
-
{
|
|
14720
|
-
"name": "selectAll",
|
|
14721
|
-
"type": "(value: boolean) => void"
|
|
14722
|
-
},
|
|
14723
|
-
{
|
|
14724
|
-
"name": "isSorted",
|
|
14725
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
14726
|
-
},
|
|
14727
|
-
{
|
|
14728
|
-
"name": "toggleSort",
|
|
14729
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14730
|
-
},
|
|
14731
|
-
{
|
|
14732
|
-
"name": "sortBy",
|
|
14733
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
14734
|
-
},
|
|
14735
|
-
{
|
|
14736
|
-
"name": "someSelected",
|
|
14737
|
-
"type": "boolean"
|
|
14738
|
-
},
|
|
14739
|
-
{
|
|
14740
|
-
"name": "allSelected",
|
|
14741
|
-
"type": "boolean"
|
|
14742
|
-
},
|
|
14743
|
-
{
|
|
14744
|
-
"name": "getSortIcon",
|
|
14745
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
14746
|
-
}
|
|
14747
|
-
]
|
|
14748
|
-
},
|
|
14749
15078
|
{
|
|
14750
15079
|
"name": "default",
|
|
14751
15080
|
"description": "The default Vue slot.",
|
|
@@ -14769,7 +15098,7 @@
|
|
|
14769
15098
|
},
|
|
14770
15099
|
{
|
|
14771
15100
|
"name": "toggleSort",
|
|
14772
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15101
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14773
15102
|
},
|
|
14774
15103
|
{
|
|
14775
15104
|
"name": "setItemsPerPage",
|
|
@@ -14801,11 +15130,11 @@
|
|
|
14801
15130
|
},
|
|
14802
15131
|
{
|
|
14803
15132
|
"name": "isExpanded",
|
|
14804
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15133
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
14805
15134
|
},
|
|
14806
15135
|
{
|
|
14807
15136
|
"name": "toggleExpand",
|
|
14808
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15137
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
14809
15138
|
},
|
|
14810
15139
|
{
|
|
14811
15140
|
"name": "isGroupOpen",
|
|
@@ -14821,19 +15150,19 @@
|
|
|
14821
15150
|
},
|
|
14822
15151
|
{
|
|
14823
15152
|
"name": "internalItems",
|
|
14824
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15153
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
14825
15154
|
},
|
|
14826
15155
|
{
|
|
14827
15156
|
"name": "groupedItems",
|
|
14828
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15157
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
14829
15158
|
},
|
|
14830
15159
|
{
|
|
14831
15160
|
"name": "columns",
|
|
14832
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15161
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
14833
15162
|
},
|
|
14834
15163
|
{
|
|
14835
15164
|
"name": "headers",
|
|
14836
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15165
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
14837
15166
|
}
|
|
14838
15167
|
]
|
|
14839
15168
|
},
|
|
@@ -14860,7 +15189,7 @@
|
|
|
14860
15189
|
},
|
|
14861
15190
|
{
|
|
14862
15191
|
"name": "toggleSort",
|
|
14863
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15192
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14864
15193
|
},
|
|
14865
15194
|
{
|
|
14866
15195
|
"name": "setItemsPerPage",
|
|
@@ -14892,11 +15221,11 @@
|
|
|
14892
15221
|
},
|
|
14893
15222
|
{
|
|
14894
15223
|
"name": "isExpanded",
|
|
14895
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15224
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
14896
15225
|
},
|
|
14897
15226
|
{
|
|
14898
15227
|
"name": "toggleExpand",
|
|
14899
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15228
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
14900
15229
|
},
|
|
14901
15230
|
{
|
|
14902
15231
|
"name": "isGroupOpen",
|
|
@@ -14912,19 +15241,19 @@
|
|
|
14912
15241
|
},
|
|
14913
15242
|
{
|
|
14914
15243
|
"name": "internalItems",
|
|
14915
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15244
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
14916
15245
|
},
|
|
14917
15246
|
{
|
|
14918
15247
|
"name": "groupedItems",
|
|
14919
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15248
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
14920
15249
|
},
|
|
14921
15250
|
{
|
|
14922
15251
|
"name": "columns",
|
|
14923
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15252
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
14924
15253
|
},
|
|
14925
15254
|
{
|
|
14926
15255
|
"name": "headers",
|
|
14927
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15256
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
14928
15257
|
}
|
|
14929
15258
|
]
|
|
14930
15259
|
},
|
|
@@ -14951,7 +15280,7 @@
|
|
|
14951
15280
|
},
|
|
14952
15281
|
{
|
|
14953
15282
|
"name": "toggleSort",
|
|
14954
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15283
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14955
15284
|
},
|
|
14956
15285
|
{
|
|
14957
15286
|
"name": "setItemsPerPage",
|
|
@@ -14983,11 +15312,11 @@
|
|
|
14983
15312
|
},
|
|
14984
15313
|
{
|
|
14985
15314
|
"name": "isExpanded",
|
|
14986
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15315
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
14987
15316
|
},
|
|
14988
15317
|
{
|
|
14989
15318
|
"name": "toggleExpand",
|
|
14990
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15319
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
14991
15320
|
},
|
|
14992
15321
|
{
|
|
14993
15322
|
"name": "isGroupOpen",
|
|
@@ -15003,19 +15332,19 @@
|
|
|
15003
15332
|
},
|
|
15004
15333
|
{
|
|
15005
15334
|
"name": "internalItems",
|
|
15006
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15335
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
15007
15336
|
},
|
|
15008
15337
|
{
|
|
15009
15338
|
"name": "groupedItems",
|
|
15010
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15339
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
15011
15340
|
},
|
|
15012
15341
|
{
|
|
15013
15342
|
"name": "columns",
|
|
15014
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15343
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
15015
15344
|
},
|
|
15016
15345
|
{
|
|
15017
15346
|
"name": "headers",
|
|
15018
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15347
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
15019
15348
|
}
|
|
15020
15349
|
]
|
|
15021
15350
|
},
|
|
@@ -15042,7 +15371,7 @@
|
|
|
15042
15371
|
},
|
|
15043
15372
|
{
|
|
15044
15373
|
"name": "toggleSort",
|
|
15045
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15374
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
15046
15375
|
},
|
|
15047
15376
|
{
|
|
15048
15377
|
"name": "setItemsPerPage",
|
|
@@ -15074,11 +15403,11 @@
|
|
|
15074
15403
|
},
|
|
15075
15404
|
{
|
|
15076
15405
|
"name": "isExpanded",
|
|
15077
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15406
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
15078
15407
|
},
|
|
15079
15408
|
{
|
|
15080
15409
|
"name": "toggleExpand",
|
|
15081
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15410
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
15082
15411
|
},
|
|
15083
15412
|
{
|
|
15084
15413
|
"name": "isGroupOpen",
|
|
@@ -15094,19 +15423,19 @@
|
|
|
15094
15423
|
},
|
|
15095
15424
|
{
|
|
15096
15425
|
"name": "internalItems",
|
|
15097
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15426
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
15098
15427
|
},
|
|
15099
15428
|
{
|
|
15100
15429
|
"name": "groupedItems",
|
|
15101
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15430
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
15102
15431
|
},
|
|
15103
15432
|
{
|
|
15104
15433
|
"name": "columns",
|
|
15105
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15434
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
15106
15435
|
},
|
|
15107
15436
|
{
|
|
15108
15437
|
"name": "headers",
|
|
15109
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15438
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
15110
15439
|
}
|
|
15111
15440
|
]
|
|
15112
15441
|
},
|
|
@@ -15133,7 +15462,7 @@
|
|
|
15133
15462
|
},
|
|
15134
15463
|
{
|
|
15135
15464
|
"name": "toggleSort",
|
|
15136
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15465
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
15137
15466
|
},
|
|
15138
15467
|
{
|
|
15139
15468
|
"name": "setItemsPerPage",
|
|
@@ -15165,11 +15494,11 @@
|
|
|
15165
15494
|
},
|
|
15166
15495
|
{
|
|
15167
15496
|
"name": "isExpanded",
|
|
15168
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15497
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
15169
15498
|
},
|
|
15170
15499
|
{
|
|
15171
15500
|
"name": "toggleExpand",
|
|
15172
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15501
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
15173
15502
|
},
|
|
15174
15503
|
{
|
|
15175
15504
|
"name": "isGroupOpen",
|
|
@@ -15185,19 +15514,19 @@
|
|
|
15185
15514
|
},
|
|
15186
15515
|
{
|
|
15187
15516
|
"name": "internalItems",
|
|
15188
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15517
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
15189
15518
|
},
|
|
15190
15519
|
{
|
|
15191
15520
|
"name": "groupedItems",
|
|
15192
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15521
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
15193
15522
|
},
|
|
15194
15523
|
{
|
|
15195
15524
|
"name": "columns",
|
|
15196
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15525
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
15197
15526
|
},
|
|
15198
15527
|
{
|
|
15199
15528
|
"name": "headers",
|
|
15200
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15529
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
15201
15530
|
}
|
|
15202
15531
|
]
|
|
15203
15532
|
},
|
|
@@ -15224,7 +15553,7 @@
|
|
|
15224
15553
|
},
|
|
15225
15554
|
{
|
|
15226
15555
|
"name": "toggleSort",
|
|
15227
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15556
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
15228
15557
|
},
|
|
15229
15558
|
{
|
|
15230
15559
|
"name": "setItemsPerPage",
|
|
@@ -15256,11 +15585,11 @@
|
|
|
15256
15585
|
},
|
|
15257
15586
|
{
|
|
15258
15587
|
"name": "isExpanded",
|
|
15259
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15588
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
15260
15589
|
},
|
|
15261
15590
|
{
|
|
15262
15591
|
"name": "toggleExpand",
|
|
15263
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15592
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
15264
15593
|
},
|
|
15265
15594
|
{
|
|
15266
15595
|
"name": "isGroupOpen",
|
|
@@ -15276,19 +15605,19 @@
|
|
|
15276
15605
|
},
|
|
15277
15606
|
{
|
|
15278
15607
|
"name": "internalItems",
|
|
15279
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15608
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
15280
15609
|
},
|
|
15281
15610
|
{
|
|
15282
15611
|
"name": "groupedItems",
|
|
15283
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15612
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
15284
15613
|
},
|
|
15285
15614
|
{
|
|
15286
15615
|
"name": "columns",
|
|
15287
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15616
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
15288
15617
|
},
|
|
15289
15618
|
{
|
|
15290
15619
|
"name": "headers",
|
|
15291
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15620
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
15292
15621
|
}
|
|
15293
15622
|
]
|
|
15294
15623
|
},
|
|
@@ -15315,7 +15644,7 @@
|
|
|
15315
15644
|
},
|
|
15316
15645
|
{
|
|
15317
15646
|
"name": "toggleSort",
|
|
15318
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15647
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
15319
15648
|
},
|
|
15320
15649
|
{
|
|
15321
15650
|
"name": "setItemsPerPage",
|
|
@@ -15347,11 +15676,11 @@
|
|
|
15347
15676
|
},
|
|
15348
15677
|
{
|
|
15349
15678
|
"name": "isExpanded",
|
|
15350
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15679
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
15351
15680
|
},
|
|
15352
15681
|
{
|
|
15353
15682
|
"name": "toggleExpand",
|
|
15354
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15683
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
15355
15684
|
},
|
|
15356
15685
|
{
|
|
15357
15686
|
"name": "isGroupOpen",
|
|
@@ -15367,19 +15696,19 @@
|
|
|
15367
15696
|
},
|
|
15368
15697
|
{
|
|
15369
15698
|
"name": "internalItems",
|
|
15370
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15699
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
15371
15700
|
},
|
|
15372
15701
|
{
|
|
15373
15702
|
"name": "groupedItems",
|
|
15374
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15703
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
15375
15704
|
},
|
|
15376
15705
|
{
|
|
15377
15706
|
"name": "columns",
|
|
15378
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15707
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
15379
15708
|
},
|
|
15380
15709
|
{
|
|
15381
15710
|
"name": "headers",
|
|
15382
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15711
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
15383
15712
|
}
|
|
15384
15713
|
]
|
|
15385
15714
|
},
|
|
@@ -15406,7 +15735,7 @@
|
|
|
15406
15735
|
},
|
|
15407
15736
|
{
|
|
15408
15737
|
"name": "toggleSort",
|
|
15409
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15738
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
15410
15739
|
},
|
|
15411
15740
|
{
|
|
15412
15741
|
"name": "setItemsPerPage",
|
|
@@ -15438,11 +15767,11 @@
|
|
|
15438
15767
|
},
|
|
15439
15768
|
{
|
|
15440
15769
|
"name": "isExpanded",
|
|
15441
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15770
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
15442
15771
|
},
|
|
15443
15772
|
{
|
|
15444
15773
|
"name": "toggleExpand",
|
|
15445
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15774
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
15446
15775
|
},
|
|
15447
15776
|
{
|
|
15448
15777
|
"name": "isGroupOpen",
|
|
@@ -15458,19 +15787,19 @@
|
|
|
15458
15787
|
},
|
|
15459
15788
|
{
|
|
15460
15789
|
"name": "internalItems",
|
|
15461
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15790
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
15462
15791
|
},
|
|
15463
15792
|
{
|
|
15464
15793
|
"name": "groupedItems",
|
|
15465
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15794
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
15466
15795
|
},
|
|
15467
15796
|
{
|
|
15468
15797
|
"name": "columns",
|
|
15469
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15798
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
15470
15799
|
},
|
|
15471
15800
|
{
|
|
15472
15801
|
"name": "headers",
|
|
15473
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15802
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
15474
15803
|
}
|
|
15475
15804
|
]
|
|
15476
15805
|
},
|
|
@@ -15497,7 +15826,7 @@
|
|
|
15497
15826
|
},
|
|
15498
15827
|
{
|
|
15499
15828
|
"name": "toggleSort",
|
|
15500
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15829
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
15501
15830
|
},
|
|
15502
15831
|
{
|
|
15503
15832
|
"name": "setItemsPerPage",
|
|
@@ -15529,11 +15858,11 @@
|
|
|
15529
15858
|
},
|
|
15530
15859
|
{
|
|
15531
15860
|
"name": "isExpanded",
|
|
15532
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15861
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
15533
15862
|
},
|
|
15534
15863
|
{
|
|
15535
15864
|
"name": "toggleExpand",
|
|
15536
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15865
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
15537
15866
|
},
|
|
15538
15867
|
{
|
|
15539
15868
|
"name": "isGroupOpen",
|
|
@@ -15549,19 +15878,19 @@
|
|
|
15549
15878
|
},
|
|
15550
15879
|
{
|
|
15551
15880
|
"name": "internalItems",
|
|
15552
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15881
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
15553
15882
|
},
|
|
15554
15883
|
{
|
|
15555
15884
|
"name": "groupedItems",
|
|
15556
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15885
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
15557
15886
|
},
|
|
15558
15887
|
{
|
|
15559
15888
|
"name": "columns",
|
|
15560
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15889
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
15561
15890
|
},
|
|
15562
15891
|
{
|
|
15563
15892
|
"name": "headers",
|
|
15564
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15893
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
15565
15894
|
}
|
|
15566
15895
|
]
|
|
15567
15896
|
},
|
|
@@ -15588,7 +15917,7 @@
|
|
|
15588
15917
|
},
|
|
15589
15918
|
{
|
|
15590
15919
|
"name": "toggleSort",
|
|
15591
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15920
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
15592
15921
|
},
|
|
15593
15922
|
{
|
|
15594
15923
|
"name": "setItemsPerPage",
|
|
@@ -15620,11 +15949,11 @@
|
|
|
15620
15949
|
},
|
|
15621
15950
|
{
|
|
15622
15951
|
"name": "isExpanded",
|
|
15623
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15952
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
15624
15953
|
},
|
|
15625
15954
|
{
|
|
15626
15955
|
"name": "toggleExpand",
|
|
15627
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15956
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
15628
15957
|
},
|
|
15629
15958
|
{
|
|
15630
15959
|
"name": "isGroupOpen",
|
|
@@ -15640,19 +15969,19 @@
|
|
|
15640
15969
|
},
|
|
15641
15970
|
{
|
|
15642
15971
|
"name": "internalItems",
|
|
15643
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15972
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
15644
15973
|
},
|
|
15645
15974
|
{
|
|
15646
15975
|
"name": "groupedItems",
|
|
15647
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15976
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
15648
15977
|
},
|
|
15649
15978
|
{
|
|
15650
15979
|
"name": "columns",
|
|
15651
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15980
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
15652
15981
|
},
|
|
15653
15982
|
{
|
|
15654
15983
|
"name": "headers",
|
|
15655
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
15984
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
15656
15985
|
}
|
|
15657
15986
|
]
|
|
15658
15987
|
},
|
|
@@ -15668,12 +15997,12 @@
|
|
|
15668
15997
|
},
|
|
15669
15998
|
{
|
|
15670
15999
|
"name": "[`header.${string}`]",
|
|
15671
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#
|
|
16000
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
15672
16001
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
15673
16002
|
"vue-properties": [
|
|
15674
16003
|
{
|
|
15675
16004
|
"name": "column",
|
|
15676
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16005
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
15677
16006
|
},
|
|
15678
16007
|
{
|
|
15679
16008
|
"name": "selectAll",
|
|
@@ -15681,11 +16010,11 @@
|
|
|
15681
16010
|
},
|
|
15682
16011
|
{
|
|
15683
16012
|
"name": "isSorted",
|
|
15684
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16013
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
15685
16014
|
},
|
|
15686
16015
|
{
|
|
15687
16016
|
"name": "toggleSort",
|
|
15688
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16017
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
15689
16018
|
},
|
|
15690
16019
|
{
|
|
15691
16020
|
"name": "sortBy",
|
|
@@ -15701,7 +16030,7 @@
|
|
|
15701
16030
|
},
|
|
15702
16031
|
{
|
|
15703
16032
|
"name": "getSortIcon",
|
|
15704
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16033
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
15705
16034
|
}
|
|
15706
16035
|
]
|
|
15707
16036
|
}
|
|
@@ -15747,13 +16076,23 @@
|
|
|
15747
16076
|
"type": "| Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)"
|
|
15748
16077
|
}
|
|
15749
16078
|
},
|
|
16079
|
+
{
|
|
16080
|
+
"name": "mobile",
|
|
16081
|
+
"description": "Explicitly designate as a mobile display configuration.",
|
|
16082
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
|
16083
|
+
"default": "null",
|
|
16084
|
+
"value": {
|
|
16085
|
+
"kind": "expression",
|
|
16086
|
+
"type": "boolean"
|
|
16087
|
+
}
|
|
16088
|
+
},
|
|
15750
16089
|
{
|
|
15751
16090
|
"name": "headers",
|
|
15752
16091
|
"description": "An array of objects that each describe a header column.",
|
|
15753
16092
|
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
|
15754
16093
|
"value": {
|
|
15755
16094
|
"kind": "expression",
|
|
15756
|
-
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]"
|
|
16095
|
+
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly mobile?: boolean | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly mobile?: boolean | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]"
|
|
15757
16096
|
}
|
|
15758
16097
|
},
|
|
15759
16098
|
{
|
|
@@ -15806,6 +16145,15 @@
|
|
|
15806
16145
|
"type": "string"
|
|
15807
16146
|
}
|
|
15808
16147
|
},
|
|
16148
|
+
{
|
|
16149
|
+
"name": "mobileBreakpoint",
|
|
16150
|
+
"description": "Overrides the display configuration default.",
|
|
16151
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
|
16152
|
+
"value": {
|
|
16153
|
+
"kind": "expression",
|
|
16154
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'"
|
|
16155
|
+
}
|
|
16156
|
+
},
|
|
15809
16157
|
{
|
|
15810
16158
|
"name": "rowProps",
|
|
15811
16159
|
"description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row.",
|
|
@@ -16235,6 +16583,84 @@
|
|
|
16235
16583
|
"description": "Slot to replace the default `v-icon` used when expanding rows.",
|
|
16236
16584
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
|
|
16237
16585
|
},
|
|
16586
|
+
{
|
|
16587
|
+
"name": "header.data-table-select",
|
|
16588
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
16589
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
16590
|
+
"vue-properties": [
|
|
16591
|
+
{
|
|
16592
|
+
"name": "column",
|
|
16593
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
16594
|
+
},
|
|
16595
|
+
{
|
|
16596
|
+
"name": "selectAll",
|
|
16597
|
+
"type": "(value: boolean) => void"
|
|
16598
|
+
},
|
|
16599
|
+
{
|
|
16600
|
+
"name": "isSorted",
|
|
16601
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
16602
|
+
},
|
|
16603
|
+
{
|
|
16604
|
+
"name": "toggleSort",
|
|
16605
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
16606
|
+
},
|
|
16607
|
+
{
|
|
16608
|
+
"name": "sortBy",
|
|
16609
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
16610
|
+
},
|
|
16611
|
+
{
|
|
16612
|
+
"name": "someSelected",
|
|
16613
|
+
"type": "boolean"
|
|
16614
|
+
},
|
|
16615
|
+
{
|
|
16616
|
+
"name": "allSelected",
|
|
16617
|
+
"type": "boolean"
|
|
16618
|
+
},
|
|
16619
|
+
{
|
|
16620
|
+
"name": "getSortIcon",
|
|
16621
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
16622
|
+
}
|
|
16623
|
+
]
|
|
16624
|
+
},
|
|
16625
|
+
{
|
|
16626
|
+
"name": "header.data-table-expand",
|
|
16627
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
16628
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
16629
|
+
"vue-properties": [
|
|
16630
|
+
{
|
|
16631
|
+
"name": "column",
|
|
16632
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
16633
|
+
},
|
|
16634
|
+
{
|
|
16635
|
+
"name": "selectAll",
|
|
16636
|
+
"type": "(value: boolean) => void"
|
|
16637
|
+
},
|
|
16638
|
+
{
|
|
16639
|
+
"name": "isSorted",
|
|
16640
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
16641
|
+
},
|
|
16642
|
+
{
|
|
16643
|
+
"name": "toggleSort",
|
|
16644
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
16645
|
+
},
|
|
16646
|
+
{
|
|
16647
|
+
"name": "sortBy",
|
|
16648
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
16649
|
+
},
|
|
16650
|
+
{
|
|
16651
|
+
"name": "someSelected",
|
|
16652
|
+
"type": "boolean"
|
|
16653
|
+
},
|
|
16654
|
+
{
|
|
16655
|
+
"name": "allSelected",
|
|
16656
|
+
"type": "boolean"
|
|
16657
|
+
},
|
|
16658
|
+
{
|
|
16659
|
+
"name": "getSortIcon",
|
|
16660
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
16661
|
+
}
|
|
16662
|
+
]
|
|
16663
|
+
},
|
|
16238
16664
|
{
|
|
16239
16665
|
"name": "item",
|
|
16240
16666
|
"description": "Slot to replace the default rendering of a row.",
|
|
@@ -16260,15 +16686,15 @@
|
|
|
16260
16686
|
},
|
|
16261
16687
|
{
|
|
16262
16688
|
"name": "columns",
|
|
16263
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16689
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
16264
16690
|
},
|
|
16265
16691
|
{
|
|
16266
16692
|
"name": "isExpanded",
|
|
16267
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16693
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
16268
16694
|
},
|
|
16269
16695
|
{
|
|
16270
16696
|
"name": "toggleExpand",
|
|
16271
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16697
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
16272
16698
|
},
|
|
16273
16699
|
{
|
|
16274
16700
|
"name": "isSelected",
|
|
@@ -16305,11 +16731,11 @@
|
|
|
16305
16731
|
"vue-properties": [
|
|
16306
16732
|
{
|
|
16307
16733
|
"name": "headers",
|
|
16308
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16734
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
16309
16735
|
},
|
|
16310
16736
|
{
|
|
16311
16737
|
"name": "columns",
|
|
16312
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16738
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
16313
16739
|
},
|
|
16314
16740
|
{
|
|
16315
16741
|
"name": "sortBy",
|
|
@@ -16325,7 +16751,7 @@
|
|
|
16325
16751
|
},
|
|
16326
16752
|
{
|
|
16327
16753
|
"name": "toggleSort",
|
|
16328
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16754
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
16329
16755
|
},
|
|
16330
16756
|
{
|
|
16331
16757
|
"name": "selectAll",
|
|
@@ -16333,11 +16759,11 @@
|
|
|
16333
16759
|
},
|
|
16334
16760
|
{
|
|
16335
16761
|
"name": "getSortIcon",
|
|
16336
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16762
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
16337
16763
|
},
|
|
16338
16764
|
{
|
|
16339
16765
|
"name": "isSorted",
|
|
16340
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16766
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
16341
16767
|
}
|
|
16342
16768
|
]
|
|
16343
16769
|
},
|
|
@@ -16356,84 +16782,6 @@
|
|
|
16356
16782
|
}
|
|
16357
16783
|
]
|
|
16358
16784
|
},
|
|
16359
|
-
{
|
|
16360
|
-
"name": "header.data-table-select",
|
|
16361
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L37-L46.json))",
|
|
16362
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
16363
|
-
"vue-properties": [
|
|
16364
|
-
{
|
|
16365
|
-
"name": "column",
|
|
16366
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
16367
|
-
},
|
|
16368
|
-
{
|
|
16369
|
-
"name": "selectAll",
|
|
16370
|
-
"type": "(value: boolean) => void"
|
|
16371
|
-
},
|
|
16372
|
-
{
|
|
16373
|
-
"name": "isSorted",
|
|
16374
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
16375
|
-
},
|
|
16376
|
-
{
|
|
16377
|
-
"name": "toggleSort",
|
|
16378
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
16379
|
-
},
|
|
16380
|
-
{
|
|
16381
|
-
"name": "sortBy",
|
|
16382
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
16383
|
-
},
|
|
16384
|
-
{
|
|
16385
|
-
"name": "someSelected",
|
|
16386
|
-
"type": "boolean"
|
|
16387
|
-
},
|
|
16388
|
-
{
|
|
16389
|
-
"name": "allSelected",
|
|
16390
|
-
"type": "boolean"
|
|
16391
|
-
},
|
|
16392
|
-
{
|
|
16393
|
-
"name": "getSortIcon",
|
|
16394
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
16395
|
-
}
|
|
16396
|
-
]
|
|
16397
|
-
},
|
|
16398
|
-
{
|
|
16399
|
-
"name": "header.data-table-expand",
|
|
16400
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L37-L46.json))",
|
|
16401
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
16402
|
-
"vue-properties": [
|
|
16403
|
-
{
|
|
16404
|
-
"name": "column",
|
|
16405
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
16406
|
-
},
|
|
16407
|
-
{
|
|
16408
|
-
"name": "selectAll",
|
|
16409
|
-
"type": "(value: boolean) => void"
|
|
16410
|
-
},
|
|
16411
|
-
{
|
|
16412
|
-
"name": "isSorted",
|
|
16413
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
16414
|
-
},
|
|
16415
|
-
{
|
|
16416
|
-
"name": "toggleSort",
|
|
16417
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
16418
|
-
},
|
|
16419
|
-
{
|
|
16420
|
-
"name": "sortBy",
|
|
16421
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]"
|
|
16422
|
-
},
|
|
16423
|
-
{
|
|
16424
|
-
"name": "someSelected",
|
|
16425
|
-
"type": "boolean"
|
|
16426
|
-
},
|
|
16427
|
-
{
|
|
16428
|
-
"name": "allSelected",
|
|
16429
|
-
"type": "boolean"
|
|
16430
|
-
},
|
|
16431
|
-
{
|
|
16432
|
-
"name": "getSortIcon",
|
|
16433
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L34-L43\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
16434
|
-
}
|
|
16435
|
-
]
|
|
16436
|
-
},
|
|
16437
16785
|
{
|
|
16438
16786
|
"name": "colgroup",
|
|
16439
16787
|
"description": "Slot to replace the default rendering of the `<colgroup>` element.",
|
|
@@ -16441,7 +16789,7 @@
|
|
|
16441
16789
|
"vue-properties": [
|
|
16442
16790
|
{
|
|
16443
16791
|
"name": "headers",
|
|
16444
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16792
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
16445
16793
|
},
|
|
16446
16794
|
{
|
|
16447
16795
|
"name": "items",
|
|
@@ -16453,11 +16801,11 @@
|
|
|
16453
16801
|
},
|
|
16454
16802
|
{
|
|
16455
16803
|
"name": "isExpanded",
|
|
16456
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16804
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
16457
16805
|
},
|
|
16458
16806
|
{
|
|
16459
16807
|
"name": "toggleExpand",
|
|
16460
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16808
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
16461
16809
|
},
|
|
16462
16810
|
{
|
|
16463
16811
|
"name": "isSelected",
|
|
@@ -16469,7 +16817,7 @@
|
|
|
16469
16817
|
},
|
|
16470
16818
|
{
|
|
16471
16819
|
"name": "toggleSort",
|
|
16472
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16820
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
16473
16821
|
},
|
|
16474
16822
|
{
|
|
16475
16823
|
"name": "someSelected",
|
|
@@ -16497,15 +16845,15 @@
|
|
|
16497
16845
|
},
|
|
16498
16846
|
{
|
|
16499
16847
|
"name": "internalItems",
|
|
16500
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16848
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
16501
16849
|
},
|
|
16502
16850
|
{
|
|
16503
16851
|
"name": "groupedItems",
|
|
16504
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16852
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
16505
16853
|
},
|
|
16506
16854
|
{
|
|
16507
16855
|
"name": "columns",
|
|
16508
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16856
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
16509
16857
|
}
|
|
16510
16858
|
]
|
|
16511
16859
|
},
|
|
@@ -16516,7 +16864,7 @@
|
|
|
16516
16864
|
"vue-properties": [
|
|
16517
16865
|
{
|
|
16518
16866
|
"name": "headers",
|
|
16519
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16867
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
16520
16868
|
},
|
|
16521
16869
|
{
|
|
16522
16870
|
"name": "items",
|
|
@@ -16528,11 +16876,11 @@
|
|
|
16528
16876
|
},
|
|
16529
16877
|
{
|
|
16530
16878
|
"name": "isExpanded",
|
|
16531
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16879
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
16532
16880
|
},
|
|
16533
16881
|
{
|
|
16534
16882
|
"name": "toggleExpand",
|
|
16535
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16883
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
16536
16884
|
},
|
|
16537
16885
|
{
|
|
16538
16886
|
"name": "isSelected",
|
|
@@ -16544,7 +16892,7 @@
|
|
|
16544
16892
|
},
|
|
16545
16893
|
{
|
|
16546
16894
|
"name": "toggleSort",
|
|
16547
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16895
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
16548
16896
|
},
|
|
16549
16897
|
{
|
|
16550
16898
|
"name": "someSelected",
|
|
@@ -16572,15 +16920,15 @@
|
|
|
16572
16920
|
},
|
|
16573
16921
|
{
|
|
16574
16922
|
"name": "internalItems",
|
|
16575
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16923
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
16576
16924
|
},
|
|
16577
16925
|
{
|
|
16578
16926
|
"name": "groupedItems",
|
|
16579
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16927
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
16580
16928
|
},
|
|
16581
16929
|
{
|
|
16582
16930
|
"name": "columns",
|
|
16583
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16931
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
16584
16932
|
}
|
|
16585
16933
|
]
|
|
16586
16934
|
},
|
|
@@ -16591,7 +16939,7 @@
|
|
|
16591
16939
|
"vue-properties": [
|
|
16592
16940
|
{
|
|
16593
16941
|
"name": "headers",
|
|
16594
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16942
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
16595
16943
|
},
|
|
16596
16944
|
{
|
|
16597
16945
|
"name": "items",
|
|
@@ -16603,11 +16951,11 @@
|
|
|
16603
16951
|
},
|
|
16604
16952
|
{
|
|
16605
16953
|
"name": "isExpanded",
|
|
16606
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16954
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
16607
16955
|
},
|
|
16608
16956
|
{
|
|
16609
16957
|
"name": "toggleExpand",
|
|
16610
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16958
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
16611
16959
|
},
|
|
16612
16960
|
{
|
|
16613
16961
|
"name": "isSelected",
|
|
@@ -16619,7 +16967,7 @@
|
|
|
16619
16967
|
},
|
|
16620
16968
|
{
|
|
16621
16969
|
"name": "toggleSort",
|
|
16622
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16970
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
16623
16971
|
},
|
|
16624
16972
|
{
|
|
16625
16973
|
"name": "someSelected",
|
|
@@ -16647,15 +16995,15 @@
|
|
|
16647
16995
|
},
|
|
16648
16996
|
{
|
|
16649
16997
|
"name": "internalItems",
|
|
16650
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
16998
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
16651
16999
|
},
|
|
16652
17000
|
{
|
|
16653
17001
|
"name": "groupedItems",
|
|
16654
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17002
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
16655
17003
|
},
|
|
16656
17004
|
{
|
|
16657
17005
|
"name": "columns",
|
|
16658
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17006
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
16659
17007
|
}
|
|
16660
17008
|
]
|
|
16661
17009
|
},
|
|
@@ -16666,7 +17014,7 @@
|
|
|
16666
17014
|
"vue-properties": [
|
|
16667
17015
|
{
|
|
16668
17016
|
"name": "headers",
|
|
16669
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17017
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
16670
17018
|
},
|
|
16671
17019
|
{
|
|
16672
17020
|
"name": "items",
|
|
@@ -16678,11 +17026,11 @@
|
|
|
16678
17026
|
},
|
|
16679
17027
|
{
|
|
16680
17028
|
"name": "isExpanded",
|
|
16681
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17029
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
16682
17030
|
},
|
|
16683
17031
|
{
|
|
16684
17032
|
"name": "toggleExpand",
|
|
16685
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17033
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
16686
17034
|
},
|
|
16687
17035
|
{
|
|
16688
17036
|
"name": "isSelected",
|
|
@@ -16694,7 +17042,7 @@
|
|
|
16694
17042
|
},
|
|
16695
17043
|
{
|
|
16696
17044
|
"name": "toggleSort",
|
|
16697
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17045
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
16698
17046
|
},
|
|
16699
17047
|
{
|
|
16700
17048
|
"name": "someSelected",
|
|
@@ -16722,15 +17070,15 @@
|
|
|
16722
17070
|
},
|
|
16723
17071
|
{
|
|
16724
17072
|
"name": "internalItems",
|
|
16725
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17073
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
16726
17074
|
},
|
|
16727
17075
|
{
|
|
16728
17076
|
"name": "groupedItems",
|
|
16729
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17077
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
16730
17078
|
},
|
|
16731
17079
|
{
|
|
16732
17080
|
"name": "columns",
|
|
16733
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17081
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
16734
17082
|
}
|
|
16735
17083
|
]
|
|
16736
17084
|
},
|
|
@@ -16741,7 +17089,7 @@
|
|
|
16741
17089
|
"vue-properties": [
|
|
16742
17090
|
{
|
|
16743
17091
|
"name": "headers",
|
|
16744
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17092
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
16745
17093
|
},
|
|
16746
17094
|
{
|
|
16747
17095
|
"name": "items",
|
|
@@ -16753,11 +17101,11 @@
|
|
|
16753
17101
|
},
|
|
16754
17102
|
{
|
|
16755
17103
|
"name": "isExpanded",
|
|
16756
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17104
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
16757
17105
|
},
|
|
16758
17106
|
{
|
|
16759
17107
|
"name": "toggleExpand",
|
|
16760
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17108
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>) => void"
|
|
16761
17109
|
},
|
|
16762
17110
|
{
|
|
16763
17111
|
"name": "isSelected",
|
|
@@ -16769,7 +17117,7 @@
|
|
|
16769
17117
|
},
|
|
16770
17118
|
{
|
|
16771
17119
|
"name": "toggleSort",
|
|
16772
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17120
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
16773
17121
|
},
|
|
16774
17122
|
{
|
|
16775
17123
|
"name": "someSelected",
|
|
@@ -16797,15 +17145,15 @@
|
|
|
16797
17145
|
},
|
|
16798
17146
|
{
|
|
16799
17147
|
"name": "internalItems",
|
|
16800
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17148
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a>[]"
|
|
16801
17149
|
},
|
|
16802
17150
|
{
|
|
16803
17151
|
"name": "groupedItems",
|
|
16804
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17152
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
16805
17153
|
},
|
|
16806
17154
|
{
|
|
16807
17155
|
"name": "columns",
|
|
16808
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17156
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
16809
17157
|
}
|
|
16810
17158
|
]
|
|
16811
17159
|
},
|
|
@@ -16816,12 +17164,12 @@
|
|
|
16816
17164
|
},
|
|
16817
17165
|
{
|
|
16818
17166
|
"name": "[`header.${string}`]",
|
|
16819
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#
|
|
17167
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
|
16820
17168
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
16821
17169
|
"vue-properties": [
|
|
16822
17170
|
{
|
|
16823
17171
|
"name": "column",
|
|
16824
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17172
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
16825
17173
|
},
|
|
16826
17174
|
{
|
|
16827
17175
|
"name": "selectAll",
|
|
@@ -16829,11 +17177,11 @@
|
|
|
16829
17177
|
},
|
|
16830
17178
|
{
|
|
16831
17179
|
"name": "isSorted",
|
|
16832
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17180
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
16833
17181
|
},
|
|
16834
17182
|
{
|
|
16835
17183
|
"name": "toggleSort",
|
|
16836
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17184
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
16837
17185
|
},
|
|
16838
17186
|
{
|
|
16839
17187
|
"name": "sortBy",
|
|
@@ -16849,7 +17197,7 @@
|
|
|
16849
17197
|
},
|
|
16850
17198
|
{
|
|
16851
17199
|
"name": "getSortIcon",
|
|
16852
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
17200
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
|
|
16853
17201
|
}
|
|
16854
17202
|
]
|
|
16855
17203
|
}
|
|
@@ -27269,7 +27617,7 @@
|
|
|
27269
27617
|
},
|
|
27270
27618
|
{
|
|
27271
27619
|
"name": "mobile",
|
|
27272
|
-
"description": "
|
|
27620
|
+
"description": "Explicitly designate as a mobile display configuration.",
|
|
27273
27621
|
"doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
|
|
27274
27622
|
"default": "null",
|
|
27275
27623
|
"value": {
|
|
@@ -29864,6 +30212,70 @@
|
|
|
29864
30212
|
"event": "update:modelValue"
|
|
29865
30213
|
}
|
|
29866
30214
|
},
|
|
30215
|
+
{
|
|
30216
|
+
"name": "VPullToRefresh",
|
|
30217
|
+
"source": {
|
|
30218
|
+
"module": "./src/components/index.ts",
|
|
30219
|
+
"symbol": "VPullToRefresh"
|
|
30220
|
+
},
|
|
30221
|
+
"description": "",
|
|
30222
|
+
"doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh",
|
|
30223
|
+
"attributes": [
|
|
30224
|
+
{
|
|
30225
|
+
"name": "pullDownThreshold",
|
|
30226
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))",
|
|
30227
|
+
"doc-url": "https://vuetifyjs.com/api/VPullToRefresh#props",
|
|
30228
|
+
"default": "64",
|
|
30229
|
+
"value": {
|
|
30230
|
+
"kind": "expression",
|
|
30231
|
+
"type": "number"
|
|
30232
|
+
}
|
|
30233
|
+
}
|
|
30234
|
+
],
|
|
30235
|
+
"events": [
|
|
30236
|
+
{
|
|
30237
|
+
"name": "load",
|
|
30238
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))",
|
|
30239
|
+
"doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh#events",
|
|
30240
|
+
"arguments": [
|
|
30241
|
+
{
|
|
30242
|
+
"name": "argument",
|
|
30243
|
+
"type": "[{ done: () => void }]\n"
|
|
30244
|
+
}
|
|
30245
|
+
]
|
|
30246
|
+
}
|
|
30247
|
+
],
|
|
30248
|
+
"slots": [
|
|
30249
|
+
{
|
|
30250
|
+
"name": "default",
|
|
30251
|
+
"description": "The default Vue slot.",
|
|
30252
|
+
"doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh#slots"
|
|
30253
|
+
},
|
|
30254
|
+
{
|
|
30255
|
+
"name": "pullDownPanel",
|
|
30256
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/labs/VPullToRefresh/VPullToRefresh.tsx#L14-L18.json))",
|
|
30257
|
+
"doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh#slots",
|
|
30258
|
+
"vue-properties": [
|
|
30259
|
+
{
|
|
30260
|
+
"name": "canRefresh",
|
|
30261
|
+
"type": "boolean"
|
|
30262
|
+
},
|
|
30263
|
+
{
|
|
30264
|
+
"name": "goingUp",
|
|
30265
|
+
"type": "boolean"
|
|
30266
|
+
},
|
|
30267
|
+
{
|
|
30268
|
+
"name": "refreshing",
|
|
30269
|
+
"type": "boolean"
|
|
30270
|
+
}
|
|
30271
|
+
]
|
|
30272
|
+
}
|
|
30273
|
+
],
|
|
30274
|
+
"vue-model": {
|
|
30275
|
+
"prop": "modelValue",
|
|
30276
|
+
"event": "update:modelValue"
|
|
30277
|
+
}
|
|
30278
|
+
},
|
|
29867
30279
|
{
|
|
29868
30280
|
"name": "VRadio",
|
|
29869
30281
|
"source": {
|
|
@@ -34615,7 +35027,7 @@
|
|
|
34615
35027
|
},
|
|
34616
35028
|
{
|
|
34617
35029
|
"name": "mobile",
|
|
34618
|
-
"description": "
|
|
35030
|
+
"description": "Explicitly designate as a mobile display configuration.",
|
|
34619
35031
|
"doc-url": "https://vuetifyjs.com/api/VSlideGroup#props",
|
|
34620
35032
|
"default": "null",
|
|
34621
35033
|
"value": {
|
|
@@ -40404,7 +40816,7 @@
|
|
|
40404
40816
|
},
|
|
40405
40817
|
{
|
|
40406
40818
|
"name": "mobile",
|
|
40407
|
-
"description": "
|
|
40819
|
+
"description": "Explicitly designate as a mobile display configuration.",
|
|
40408
40820
|
"doc-url": "https://vuetifyjs.com/api/VTabs#props",
|
|
40409
40821
|
"default": "null",
|
|
40410
40822
|
"value": {
|