vuetify 3.0.7 → 3.1.1
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/_settings.scss +1 -0
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +452 -4
- package/dist/json/importMap-labs.json +28 -0
- package/dist/json/importMap.json +92 -92
- package/dist/json/tags.json +154 -8
- package/dist/json/web-types.json +1578 -18
- package/dist/vuetify-labs.css +25743 -0
- package/dist/vuetify-labs.d.ts +26770 -0
- package/dist/vuetify-labs.esm.js +20101 -0
- package/dist/vuetify-labs.esm.js.map +1 -0
- package/dist/vuetify-labs.js +20116 -0
- package/dist/vuetify-labs.min.css +12 -0
- package/dist/vuetify.css +92 -113
- package/dist/vuetify.d.ts +182 -204
- package/dist/vuetify.esm.js +213 -136
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +212 -135
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +790 -784
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +3 -2
- package/lib/blueprints/md1.d.ts +3 -2
- package/lib/blueprints/md2.d.ts +3 -2
- package/lib/blueprints/md3.d.ts +3 -2
- package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +1 -0
- package/lib/components/VAppBar/VAppBarTitle.mjs +4 -4
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +23 -16
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +4 -12
- package/lib/components/VAvatar/VAvatar.mjs +2 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +23 -20
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +21 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +4 -15
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -0
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +23 -16
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +4 -12
- package/lib/components/VDivider/VDivider.css +1 -1
- package/lib/components/VDivider/VDivider.sass +1 -0
- package/lib/components/VDivider/_variables.scss +2 -1
- package/lib/components/VField/VField.mjs +3 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +1 -0
- package/lib/components/VFileInput/VFileInput.mjs +2 -0
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +1 -0
- package/lib/components/VIcon/VIcon.mjs +25 -20
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.ts +4 -8
- package/lib/components/VInput/VInput.mjs +3 -0
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +1 -0
- package/lib/components/VList/VListItem.css +0 -4
- package/lib/components/VList/VListItem.sass +12 -6
- package/lib/components/VMessages/VMessages.mjs +3 -1
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +10 -2
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.ts +11 -3
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -0
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +29 -17
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +1 -0
- package/lib/components/VSlider/VSlider.mjs +4 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +2 -0
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VTable/VTable.css +12 -29
- package/lib/components/VTable/VTable.mjs +3 -3
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/VTable.sass +10 -17
- package/lib/components/VTable/_variables.scss +4 -2
- package/lib/components/VTextField/index.d.ts +1 -0
- package/lib/components/VTextarea/index.d.ts +1 -0
- package/lib/components/index.d.ts +27 -50
- package/lib/components/transitions/dialog-transition.mjs +3 -9
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/composables/filter.mjs +18 -10
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/icons.mjs +12 -7
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.ts +3 -2
- package/lib/iconsets/fa.d.ts +3 -2
- package/lib/iconsets/fa.mjs +2 -1
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.d.ts +3 -2
- package/lib/iconsets/fa4.mjs +2 -1
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.d.ts +3 -2
- package/lib/iconsets/md.mjs +2 -1
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.d.ts +3 -2
- package/lib/iconsets/mdi-svg.mjs +2 -1
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.d.ts +3 -2
- package/lib/iconsets/mdi.mjs +2 -1
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.ts +28 -27
- package/lib/labs/VDataTable/VDataTable.css +119 -0
- package/lib/labs/VDataTable/VDataTable.mjs +146 -0
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -0
- package/lib/labs/VDataTable/VDataTable.sass +106 -0
- package/lib/labs/VDataTable/VDataTableColumn.mjs +37 -0
- package/lib/labs/VDataTable/VDataTableColumn.mjs.map +1 -0
- package/lib/labs/VDataTable/VDataTableFooter.css +22 -0
- package/lib/labs/VDataTable/VDataTableFooter.mjs +105 -0
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -0
- package/lib/labs/VDataTable/VDataTableFooter.sass +23 -0
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +88 -0
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -0
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +143 -0
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs +75 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -0
- package/lib/labs/VDataTable/VDataTableRows.mjs +87 -0
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -0
- package/lib/labs/VDataTable/VDataTableServer.mjs +124 -0
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -0
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +154 -0
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -0
- package/lib/labs/VDataTable/_variables.scss +6 -0
- package/lib/labs/VDataTable/composables/expand.mjs +51 -0
- package/lib/labs/VDataTable/composables/expand.mjs.map +1 -0
- package/lib/labs/VDataTable/composables/group.mjs +124 -0
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -0
- package/lib/labs/VDataTable/composables/headers.mjs +152 -0
- package/lib/labs/VDataTable/composables/headers.mjs.map +1 -0
- package/lib/labs/VDataTable/composables/items.mjs +30 -0
- package/lib/labs/VDataTable/composables/items.mjs.map +1 -0
- package/lib/labs/VDataTable/composables/options.mjs +44 -0
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -0
- package/lib/labs/VDataTable/composables/paginate.mjs +62 -0
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -0
- package/lib/labs/VDataTable/composables/select.mjs +57 -0
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -0
- package/lib/labs/VDataTable/composables/sort.mjs +109 -0
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -0
- package/lib/labs/VDataTable/composables/virtual.mjs +77 -0
- package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -0
- package/lib/labs/VDataTable/index.d.ts +705 -0
- package/lib/labs/VDataTable/index.mjs +6 -0
- package/lib/labs/VDataTable/index.mjs.map +1 -0
- package/lib/labs/VDataTable/types.mjs +2 -0
- package/lib/labs/VDataTable/types.mjs.map +1 -0
- package/lib/labs/VVirtualScroll/VVirtualScroll.css +11 -0
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +118 -0
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -0
- package/lib/{components → labs}/VVirtualScroll/VVirtualScroll.sass +0 -5
- package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs +35 -0
- package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -0
- package/lib/labs/VVirtualScroll/index.d.ts +154 -0
- package/lib/labs/VVirtualScroll/index.mjs +2 -0
- package/lib/labs/VVirtualScroll/index.mjs.map +1 -0
- package/lib/labs/allComponents.mjs +3 -0
- package/lib/labs/allComponents.mjs.map +1 -0
- package/lib/labs/components.d.ts +856 -0
- package/lib/labs/components.mjs +3 -0
- package/lib/labs/components.mjs.map +1 -0
- package/lib/labs/entry-bundler.mjs +14 -0
- package/lib/labs/entry-bundler.mjs.map +1 -0
- package/lib/labs/index.mjs +3 -0
- package/lib/labs/index.mjs.map +1 -0
- package/lib/util/defineComponent.mjs +5 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +0 -38
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +4 -2
- package/lib/components/VDataTable/MobileRow.mjs +0 -63
- package/lib/components/VDataTable/MobileRow.mjs.map +0 -1
- package/lib/components/VDataTable/Row.mjs +0 -57
- package/lib/components/VDataTable/Row.mjs.map +0 -1
- package/lib/components/VDataTable/RowGroup.mjs +0 -48
- package/lib/components/VDataTable/RowGroup.mjs.map +0 -1
- package/lib/components/VDataTable/VDataTable.mjs +0 -577
- package/lib/components/VDataTable/VDataTable.mjs.map +0 -1
- package/lib/components/VDataTable/VDataTable.sass +0 -98
- package/lib/components/VDataTable/VDataTableHeader.mjs +0 -42
- package/lib/components/VDataTable/VDataTableHeader.mjs.map +0 -1
- package/lib/components/VDataTable/VDataTableHeader.sass +0 -80
- package/lib/components/VDataTable/VDataTableHeaderDesktop.mjs +0 -96
- package/lib/components/VDataTable/VDataTableHeaderDesktop.mjs.map +0 -1
- package/lib/components/VDataTable/VDataTableHeaderMobile.mjs +0 -89
- package/lib/components/VDataTable/VDataTableHeaderMobile.mjs.map +0 -1
- package/lib/components/VDataTable/VEditDialog.mjs +0 -127
- package/lib/components/VDataTable/VEditDialog.mjs.map +0 -1
- package/lib/components/VDataTable/VEditDialog.sass +0 -22
- package/lib/components/VDataTable/VVirtualTable.mjs +0 -132
- package/lib/components/VDataTable/VVirtualTable.mjs.map +0 -1
- package/lib/components/VDataTable/VVirtualTable.sass +0 -13
- package/lib/components/VDataTable/_variables.scss +0 -24
- package/lib/components/VDataTable/index.mjs +0 -21
- package/lib/components/VDataTable/index.mjs.map +0 -1
- package/lib/components/VDataTable/mixins/header.mjs +0 -71
- package/lib/components/VDataTable/mixins/header.mjs.map +0 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +0 -108
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +0 -1
- package/lib/components/VVirtualScroll/index.mjs +0 -4
- package/lib/components/VVirtualScroll/index.mjs.map +0 -1
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.
|
|
5
|
+
"version": "3.1.1",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -643,7 +643,18 @@
|
|
|
643
643
|
},
|
|
644
644
|
"description": "",
|
|
645
645
|
"doc-url": "https://vuetifyjs.com/api/v-alert-title",
|
|
646
|
-
"attributes": [
|
|
646
|
+
"attributes": [
|
|
647
|
+
{
|
|
648
|
+
"name": "tag",
|
|
649
|
+
"description": "MISSING DESCRIPTION",
|
|
650
|
+
"doc-url": "https://vuetifyjs.com/api/v-alert-title#props",
|
|
651
|
+
"default": "'div'",
|
|
652
|
+
"value": {
|
|
653
|
+
"kind": "expression",
|
|
654
|
+
"type": "string"
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
],
|
|
647
658
|
"events": [],
|
|
648
659
|
"slots": [],
|
|
649
660
|
"vue-model": {
|
|
@@ -1424,6 +1435,10 @@
|
|
|
1424
1435
|
"name": "id",
|
|
1425
1436
|
"type": "ComputedRef<string>"
|
|
1426
1437
|
},
|
|
1438
|
+
{
|
|
1439
|
+
"name": "messagesId",
|
|
1440
|
+
"type": "ComputedRef<string>"
|
|
1441
|
+
},
|
|
1427
1442
|
{
|
|
1428
1443
|
"name": "isDirty",
|
|
1429
1444
|
"type": "ComputedRef<boolean>"
|
|
@@ -1471,6 +1486,10 @@
|
|
|
1471
1486
|
"name": "id",
|
|
1472
1487
|
"type": "ComputedRef<string>"
|
|
1473
1488
|
},
|
|
1489
|
+
{
|
|
1490
|
+
"name": "messagesId",
|
|
1491
|
+
"type": "ComputedRef<string>"
|
|
1492
|
+
},
|
|
1474
1493
|
{
|
|
1475
1494
|
"name": "isDirty",
|
|
1476
1495
|
"type": "ComputedRef<boolean>"
|
|
@@ -1518,6 +1537,10 @@
|
|
|
1518
1537
|
"name": "id",
|
|
1519
1538
|
"type": "ComputedRef<string>"
|
|
1520
1539
|
},
|
|
1540
|
+
{
|
|
1541
|
+
"name": "messagesId",
|
|
1542
|
+
"type": "ComputedRef<string>"
|
|
1543
|
+
},
|
|
1521
1544
|
{
|
|
1522
1545
|
"name": "isDirty",
|
|
1523
1546
|
"type": "ComputedRef<boolean>"
|
|
@@ -2795,18 +2818,7 @@
|
|
|
2795
2818
|
},
|
|
2796
2819
|
"description": "",
|
|
2797
2820
|
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-divider",
|
|
2798
|
-
"attributes": [
|
|
2799
|
-
{
|
|
2800
|
-
"name": "tag",
|
|
2801
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-breadcrumbs-divider.json))",
|
|
2802
|
-
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-divider#props",
|
|
2803
|
-
"default": "'li'",
|
|
2804
|
-
"value": {
|
|
2805
|
-
"kind": "expression",
|
|
2806
|
-
"type": "string"
|
|
2807
|
-
}
|
|
2808
|
-
}
|
|
2809
|
-
],
|
|
2821
|
+
"attributes": [],
|
|
2810
2822
|
"events": [],
|
|
2811
2823
|
"slots": [],
|
|
2812
2824
|
"vue-model": {
|
|
@@ -6260,6 +6272,10 @@
|
|
|
6260
6272
|
"name": "id",
|
|
6261
6273
|
"type": "ComputedRef<string>"
|
|
6262
6274
|
},
|
|
6275
|
+
{
|
|
6276
|
+
"name": "messagesId",
|
|
6277
|
+
"type": "ComputedRef<string>"
|
|
6278
|
+
},
|
|
6263
6279
|
{
|
|
6264
6280
|
"name": "isDirty",
|
|
6265
6281
|
"type": "ComputedRef<boolean>"
|
|
@@ -6307,6 +6323,10 @@
|
|
|
6307
6323
|
"name": "id",
|
|
6308
6324
|
"type": "ComputedRef<string>"
|
|
6309
6325
|
},
|
|
6326
|
+
{
|
|
6327
|
+
"name": "messagesId",
|
|
6328
|
+
"type": "ComputedRef<string>"
|
|
6329
|
+
},
|
|
6310
6330
|
{
|
|
6311
6331
|
"name": "isDirty",
|
|
6312
6332
|
"type": "ComputedRef<boolean>"
|
|
@@ -6354,6 +6374,10 @@
|
|
|
6354
6374
|
"name": "id",
|
|
6355
6375
|
"type": "ComputedRef<string>"
|
|
6356
6376
|
},
|
|
6377
|
+
{
|
|
6378
|
+
"name": "messagesId",
|
|
6379
|
+
"type": "ComputedRef<string>"
|
|
6380
|
+
},
|
|
6357
6381
|
{
|
|
6358
6382
|
"name": "isDirty",
|
|
6359
6383
|
"type": "ComputedRef<boolean>"
|
|
@@ -9047,7 +9071,26 @@
|
|
|
9047
9071
|
},
|
|
9048
9072
|
"description": "",
|
|
9049
9073
|
"doc-url": "https://vuetifyjs.com/api/v-component-icon",
|
|
9050
|
-
"attributes": [
|
|
9074
|
+
"attributes": [
|
|
9075
|
+
{
|
|
9076
|
+
"name": "icon",
|
|
9077
|
+
"description": "MISSING DESCRIPTION",
|
|
9078
|
+
"doc-url": "https://vuetifyjs.com/api/v-component-icon#props",
|
|
9079
|
+
"value": {
|
|
9080
|
+
"kind": "expression",
|
|
9081
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
9082
|
+
}
|
|
9083
|
+
},
|
|
9084
|
+
{
|
|
9085
|
+
"name": "tag",
|
|
9086
|
+
"description": "MISSING DESCRIPTION",
|
|
9087
|
+
"doc-url": "https://vuetifyjs.com/api/v-component-icon#props",
|
|
9088
|
+
"value": {
|
|
9089
|
+
"kind": "expression",
|
|
9090
|
+
"type": "string"
|
|
9091
|
+
}
|
|
9092
|
+
}
|
|
9093
|
+
],
|
|
9051
9094
|
"events": [],
|
|
9052
9095
|
"slots": [],
|
|
9053
9096
|
"vue-model": {
|
|
@@ -9063,7 +9106,26 @@
|
|
|
9063
9106
|
},
|
|
9064
9107
|
"description": "",
|
|
9065
9108
|
"doc-url": "https://vuetifyjs.com/api/v-svg-icon",
|
|
9066
|
-
"attributes": [
|
|
9109
|
+
"attributes": [
|
|
9110
|
+
{
|
|
9111
|
+
"name": "icon",
|
|
9112
|
+
"description": "MISSING DESCRIPTION",
|
|
9113
|
+
"doc-url": "https://vuetifyjs.com/api/v-svg-icon#props",
|
|
9114
|
+
"value": {
|
|
9115
|
+
"kind": "expression",
|
|
9116
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
9117
|
+
}
|
|
9118
|
+
},
|
|
9119
|
+
{
|
|
9120
|
+
"name": "tag",
|
|
9121
|
+
"description": "MISSING DESCRIPTION",
|
|
9122
|
+
"doc-url": "https://vuetifyjs.com/api/v-svg-icon#props",
|
|
9123
|
+
"value": {
|
|
9124
|
+
"kind": "expression",
|
|
9125
|
+
"type": "string"
|
|
9126
|
+
}
|
|
9127
|
+
}
|
|
9128
|
+
],
|
|
9067
9129
|
"events": [],
|
|
9068
9130
|
"slots": [],
|
|
9069
9131
|
"vue-model": {
|
|
@@ -9079,7 +9141,26 @@
|
|
|
9079
9141
|
},
|
|
9080
9142
|
"description": "",
|
|
9081
9143
|
"doc-url": "https://vuetifyjs.com/api/v-ligature-icon",
|
|
9082
|
-
"attributes": [
|
|
9144
|
+
"attributes": [
|
|
9145
|
+
{
|
|
9146
|
+
"name": "icon",
|
|
9147
|
+
"description": "MISSING DESCRIPTION",
|
|
9148
|
+
"doc-url": "https://vuetifyjs.com/api/v-ligature-icon#props",
|
|
9149
|
+
"value": {
|
|
9150
|
+
"kind": "expression",
|
|
9151
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
9152
|
+
}
|
|
9153
|
+
},
|
|
9154
|
+
{
|
|
9155
|
+
"name": "tag",
|
|
9156
|
+
"description": "MISSING DESCRIPTION",
|
|
9157
|
+
"doc-url": "https://vuetifyjs.com/api/v-ligature-icon#props",
|
|
9158
|
+
"value": {
|
|
9159
|
+
"kind": "expression",
|
|
9160
|
+
"type": "string"
|
|
9161
|
+
}
|
|
9162
|
+
}
|
|
9163
|
+
],
|
|
9083
9164
|
"events": [],
|
|
9084
9165
|
"slots": [],
|
|
9085
9166
|
"vue-model": {
|
|
@@ -9095,7 +9176,26 @@
|
|
|
9095
9176
|
},
|
|
9096
9177
|
"description": "",
|
|
9097
9178
|
"doc-url": "https://vuetifyjs.com/api/v-class-icon",
|
|
9098
|
-
"attributes": [
|
|
9179
|
+
"attributes": [
|
|
9180
|
+
{
|
|
9181
|
+
"name": "icon",
|
|
9182
|
+
"description": "MISSING DESCRIPTION",
|
|
9183
|
+
"doc-url": "https://vuetifyjs.com/api/v-class-icon#props",
|
|
9184
|
+
"value": {
|
|
9185
|
+
"kind": "expression",
|
|
9186
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
9187
|
+
}
|
|
9188
|
+
},
|
|
9189
|
+
{
|
|
9190
|
+
"name": "tag",
|
|
9191
|
+
"description": "MISSING DESCRIPTION",
|
|
9192
|
+
"doc-url": "https://vuetifyjs.com/api/v-class-icon#props",
|
|
9193
|
+
"value": {
|
|
9194
|
+
"kind": "expression",
|
|
9195
|
+
"type": "string"
|
|
9196
|
+
}
|
|
9197
|
+
}
|
|
9198
|
+
],
|
|
9099
9199
|
"events": [],
|
|
9100
9200
|
"slots": [],
|
|
9101
9201
|
"vue-model": {
|
|
@@ -9510,6 +9610,10 @@
|
|
|
9510
9610
|
"name": "id",
|
|
9511
9611
|
"type": "ComputedRef<string>"
|
|
9512
9612
|
},
|
|
9613
|
+
{
|
|
9614
|
+
"name": "messagesId",
|
|
9615
|
+
"type": "ComputedRef<string>"
|
|
9616
|
+
},
|
|
9513
9617
|
{
|
|
9514
9618
|
"name": "isDirty",
|
|
9515
9619
|
"type": "ComputedRef<boolean>"
|
|
@@ -9557,6 +9661,10 @@
|
|
|
9557
9661
|
"name": "id",
|
|
9558
9662
|
"type": "ComputedRef<string>"
|
|
9559
9663
|
},
|
|
9664
|
+
{
|
|
9665
|
+
"name": "messagesId",
|
|
9666
|
+
"type": "ComputedRef<string>"
|
|
9667
|
+
},
|
|
9560
9668
|
{
|
|
9561
9669
|
"name": "isDirty",
|
|
9562
9670
|
"type": "ComputedRef<boolean>"
|
|
@@ -9604,6 +9712,10 @@
|
|
|
9604
9712
|
"name": "id",
|
|
9605
9713
|
"type": "ComputedRef<string>"
|
|
9606
9714
|
},
|
|
9715
|
+
{
|
|
9716
|
+
"name": "messagesId",
|
|
9717
|
+
"type": "ComputedRef<string>"
|
|
9718
|
+
},
|
|
9607
9719
|
{
|
|
9608
9720
|
"name": "isDirty",
|
|
9609
9721
|
"type": "ComputedRef<boolean>"
|
|
@@ -9651,6 +9763,10 @@
|
|
|
9651
9763
|
"name": "id",
|
|
9652
9764
|
"type": "ComputedRef<string>"
|
|
9653
9765
|
},
|
|
9766
|
+
{
|
|
9767
|
+
"name": "messagesId",
|
|
9768
|
+
"type": "ComputedRef<string>"
|
|
9769
|
+
},
|
|
9654
9770
|
{
|
|
9655
9771
|
"name": "isDirty",
|
|
9656
9772
|
"type": "ComputedRef<boolean>"
|
|
@@ -12253,6 +12369,17 @@
|
|
|
12253
12369
|
"type": "[boolean]"
|
|
12254
12370
|
}
|
|
12255
12371
|
]
|
|
12372
|
+
},
|
|
12373
|
+
{
|
|
12374
|
+
"name": "update:rail",
|
|
12375
|
+
"description": "MISSING DESCRIPTION",
|
|
12376
|
+
"doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#events",
|
|
12377
|
+
"arguments": [
|
|
12378
|
+
{
|
|
12379
|
+
"name": "argument",
|
|
12380
|
+
"type": "[boolean]"
|
|
12381
|
+
}
|
|
12382
|
+
]
|
|
12256
12383
|
}
|
|
12257
12384
|
],
|
|
12258
12385
|
"slots": [],
|
|
@@ -15408,6 +15535,10 @@
|
|
|
15408
15535
|
"name": "id",
|
|
15409
15536
|
"type": "ComputedRef<string>"
|
|
15410
15537
|
},
|
|
15538
|
+
{
|
|
15539
|
+
"name": "messagesId",
|
|
15540
|
+
"type": "ComputedRef<string>"
|
|
15541
|
+
},
|
|
15411
15542
|
{
|
|
15412
15543
|
"name": "isDirty",
|
|
15413
15544
|
"type": "ComputedRef<boolean>"
|
|
@@ -15455,6 +15586,10 @@
|
|
|
15455
15586
|
"name": "id",
|
|
15456
15587
|
"type": "ComputedRef<string>"
|
|
15457
15588
|
},
|
|
15589
|
+
{
|
|
15590
|
+
"name": "messagesId",
|
|
15591
|
+
"type": "ComputedRef<string>"
|
|
15592
|
+
},
|
|
15458
15593
|
{
|
|
15459
15594
|
"name": "isDirty",
|
|
15460
15595
|
"type": "ComputedRef<boolean>"
|
|
@@ -15502,6 +15637,10 @@
|
|
|
15502
15637
|
"name": "id",
|
|
15503
15638
|
"type": "ComputedRef<string>"
|
|
15504
15639
|
},
|
|
15640
|
+
{
|
|
15641
|
+
"name": "messagesId",
|
|
15642
|
+
"type": "ComputedRef<string>"
|
|
15643
|
+
},
|
|
15505
15644
|
{
|
|
15506
15645
|
"name": "isDirty",
|
|
15507
15646
|
"type": "ComputedRef<boolean>"
|
|
@@ -19521,6 +19660,10 @@
|
|
|
19521
19660
|
"name": "id",
|
|
19522
19661
|
"type": "ComputedRef<string>"
|
|
19523
19662
|
},
|
|
19663
|
+
{
|
|
19664
|
+
"name": "messagesId",
|
|
19665
|
+
"type": "ComputedRef<string>"
|
|
19666
|
+
},
|
|
19524
19667
|
{
|
|
19525
19668
|
"name": "isDirty",
|
|
19526
19669
|
"type": "ComputedRef<boolean>"
|
|
@@ -19568,6 +19711,10 @@
|
|
|
19568
19711
|
"name": "id",
|
|
19569
19712
|
"type": "ComputedRef<string>"
|
|
19570
19713
|
},
|
|
19714
|
+
{
|
|
19715
|
+
"name": "messagesId",
|
|
19716
|
+
"type": "ComputedRef<string>"
|
|
19717
|
+
},
|
|
19571
19718
|
{
|
|
19572
19719
|
"name": "isDirty",
|
|
19573
19720
|
"type": "ComputedRef<boolean>"
|
|
@@ -19615,6 +19762,10 @@
|
|
|
19615
19762
|
"name": "id",
|
|
19616
19763
|
"type": "ComputedRef<string>"
|
|
19617
19764
|
},
|
|
19765
|
+
{
|
|
19766
|
+
"name": "messagesId",
|
|
19767
|
+
"type": "ComputedRef<string>"
|
|
19768
|
+
},
|
|
19618
19769
|
{
|
|
19619
19770
|
"name": "isDirty",
|
|
19620
19771
|
"type": "ComputedRef<boolean>"
|
|
@@ -22149,6 +22300,1415 @@
|
|
|
22149
22300
|
"prop": "modelValue",
|
|
22150
22301
|
"event": "update:modelValue"
|
|
22151
22302
|
}
|
|
22303
|
+
},
|
|
22304
|
+
{
|
|
22305
|
+
"name": "VDataTable",
|
|
22306
|
+
"source": {
|
|
22307
|
+
"module": "./src/components/index.ts",
|
|
22308
|
+
"symbol": "VDataTable"
|
|
22309
|
+
},
|
|
22310
|
+
"description": "",
|
|
22311
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table",
|
|
22312
|
+
"attributes": [
|
|
22313
|
+
{
|
|
22314
|
+
"name": "items",
|
|
22315
|
+
"description": "The array of items to display",
|
|
22316
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22317
|
+
"default": "[]",
|
|
22318
|
+
"value": {
|
|
22319
|
+
"kind": "expression",
|
|
22320
|
+
"type": "any[]"
|
|
22321
|
+
}
|
|
22322
|
+
},
|
|
22323
|
+
{
|
|
22324
|
+
"name": "itemTitle",
|
|
22325
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
22326
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22327
|
+
"default": "'title'",
|
|
22328
|
+
"value": {
|
|
22329
|
+
"kind": "expression",
|
|
22330
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
22331
|
+
}
|
|
22332
|
+
},
|
|
22333
|
+
{
|
|
22334
|
+
"name": "itemValue",
|
|
22335
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
22336
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22337
|
+
"default": "'id'",
|
|
22338
|
+
"value": {
|
|
22339
|
+
"kind": "expression",
|
|
22340
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
22341
|
+
}
|
|
22342
|
+
},
|
|
22343
|
+
{
|
|
22344
|
+
"name": "itemChildren",
|
|
22345
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
22346
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22347
|
+
"default": "'children'",
|
|
22348
|
+
"value": {
|
|
22349
|
+
"kind": "expression",
|
|
22350
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
22351
|
+
}
|
|
22352
|
+
},
|
|
22353
|
+
{
|
|
22354
|
+
"name": "itemProps",
|
|
22355
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
22356
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22357
|
+
"default": "'props'",
|
|
22358
|
+
"value": {
|
|
22359
|
+
"kind": "expression",
|
|
22360
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
22361
|
+
}
|
|
22362
|
+
},
|
|
22363
|
+
{
|
|
22364
|
+
"name": "returnObject",
|
|
22365
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
22366
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22367
|
+
"default": "false",
|
|
22368
|
+
"value": {
|
|
22369
|
+
"kind": "expression",
|
|
22370
|
+
"type": "boolean"
|
|
22371
|
+
},
|
|
22372
|
+
"type": "boolean"
|
|
22373
|
+
},
|
|
22374
|
+
{
|
|
22375
|
+
"name": "headers",
|
|
22376
|
+
"description": "An array of objects that each describe a header column. See the example below for a definition of all properties",
|
|
22377
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22378
|
+
"default": "[]",
|
|
22379
|
+
"value": {
|
|
22380
|
+
"kind": "expression",
|
|
22381
|
+
"type": "{ key: string; value: <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>; title: string; colspan: number; rowspan: number; fixed: boolean; align: \"start\" | \"end\"; width: number; minWidth: string; maxWidth: string; sortable: boolean; sort: (a: any, b: any) => number }[] | DataTableHeader[][]"
|
|
22382
|
+
}
|
|
22383
|
+
},
|
|
22384
|
+
{
|
|
22385
|
+
"name": "hideNoData",
|
|
22386
|
+
"description": "MISSING DESCRIPTION",
|
|
22387
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22388
|
+
"default": "false",
|
|
22389
|
+
"value": {
|
|
22390
|
+
"kind": "expression",
|
|
22391
|
+
"type": "boolean"
|
|
22392
|
+
},
|
|
22393
|
+
"type": "boolean"
|
|
22394
|
+
},
|
|
22395
|
+
{
|
|
22396
|
+
"name": "noDataText",
|
|
22397
|
+
"description": "MISSING DESCRIPTION",
|
|
22398
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22399
|
+
"default": "'$vuetify.noDataText'",
|
|
22400
|
+
"value": {
|
|
22401
|
+
"kind": "expression",
|
|
22402
|
+
"type": "string"
|
|
22403
|
+
}
|
|
22404
|
+
},
|
|
22405
|
+
{
|
|
22406
|
+
"name": "height",
|
|
22407
|
+
"description": "Set an explicit height of table",
|
|
22408
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22409
|
+
"value": {
|
|
22410
|
+
"kind": "expression",
|
|
22411
|
+
"type": "string | number"
|
|
22412
|
+
}
|
|
22413
|
+
},
|
|
22414
|
+
{
|
|
22415
|
+
"name": "width",
|
|
22416
|
+
"description": "Sets the width for the component.",
|
|
22417
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22418
|
+
"value": {
|
|
22419
|
+
"kind": "expression",
|
|
22420
|
+
"type": "string | number"
|
|
22421
|
+
}
|
|
22422
|
+
},
|
|
22423
|
+
{
|
|
22424
|
+
"name": "fixedHeader",
|
|
22425
|
+
"description": "Fixed header to top of table",
|
|
22426
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22427
|
+
"default": "false",
|
|
22428
|
+
"value": {
|
|
22429
|
+
"kind": "expression",
|
|
22430
|
+
"type": "boolean"
|
|
22431
|
+
},
|
|
22432
|
+
"type": "boolean"
|
|
22433
|
+
},
|
|
22434
|
+
{
|
|
22435
|
+
"name": "fixedFooter",
|
|
22436
|
+
"description": "MISSING DESCRIPTION",
|
|
22437
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22438
|
+
"default": "false",
|
|
22439
|
+
"value": {
|
|
22440
|
+
"kind": "expression",
|
|
22441
|
+
"type": "boolean"
|
|
22442
|
+
},
|
|
22443
|
+
"type": "boolean"
|
|
22444
|
+
},
|
|
22445
|
+
{
|
|
22446
|
+
"name": "expandOnClick",
|
|
22447
|
+
"description": "MISSING DESCRIPTION",
|
|
22448
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22449
|
+
"default": "false",
|
|
22450
|
+
"value": {
|
|
22451
|
+
"kind": "expression",
|
|
22452
|
+
"type": "boolean"
|
|
22453
|
+
},
|
|
22454
|
+
"type": "boolean"
|
|
22455
|
+
},
|
|
22456
|
+
{
|
|
22457
|
+
"name": "showExpand",
|
|
22458
|
+
"description": "Shows the expand toggle in default rows",
|
|
22459
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22460
|
+
"default": "false",
|
|
22461
|
+
"value": {
|
|
22462
|
+
"kind": "expression",
|
|
22463
|
+
"type": "boolean"
|
|
22464
|
+
},
|
|
22465
|
+
"type": "boolean"
|
|
22466
|
+
},
|
|
22467
|
+
{
|
|
22468
|
+
"name": "expanded",
|
|
22469
|
+
"description": "MISSING DESCRIPTION",
|
|
22470
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22471
|
+
"default": "[]",
|
|
22472
|
+
"value": {
|
|
22473
|
+
"kind": "expression",
|
|
22474
|
+
"type": "string[]"
|
|
22475
|
+
}
|
|
22476
|
+
},
|
|
22477
|
+
{
|
|
22478
|
+
"name": "groupBy",
|
|
22479
|
+
"description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier",
|
|
22480
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22481
|
+
"default": "[]",
|
|
22482
|
+
"value": {
|
|
22483
|
+
"kind": "expression",
|
|
22484
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]"
|
|
22485
|
+
}
|
|
22486
|
+
},
|
|
22487
|
+
{
|
|
22488
|
+
"name": "showSelect",
|
|
22489
|
+
"description": "Shows the select checkboxes in both the header and rows (if using default rows)",
|
|
22490
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22491
|
+
"default": "false",
|
|
22492
|
+
"value": {
|
|
22493
|
+
"kind": "expression",
|
|
22494
|
+
"type": "boolean"
|
|
22495
|
+
},
|
|
22496
|
+
"type": "boolean"
|
|
22497
|
+
},
|
|
22498
|
+
{
|
|
22499
|
+
"name": "modelValue",
|
|
22500
|
+
"description": "MISSING DESCRIPTION",
|
|
22501
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22502
|
+
"default": "[]",
|
|
22503
|
+
"value": {
|
|
22504
|
+
"kind": "expression",
|
|
22505
|
+
"type": "any[]"
|
|
22506
|
+
}
|
|
22507
|
+
},
|
|
22508
|
+
{
|
|
22509
|
+
"name": "sortBy",
|
|
22510
|
+
"description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier",
|
|
22511
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22512
|
+
"default": "[]",
|
|
22513
|
+
"value": {
|
|
22514
|
+
"kind": "expression",
|
|
22515
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]"
|
|
22516
|
+
}
|
|
22517
|
+
},
|
|
22518
|
+
{
|
|
22519
|
+
"name": "multiSort",
|
|
22520
|
+
"description": "If `true` then one can sort on multiple properties",
|
|
22521
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22522
|
+
"default": "false",
|
|
22523
|
+
"value": {
|
|
22524
|
+
"kind": "expression",
|
|
22525
|
+
"type": "boolean"
|
|
22526
|
+
},
|
|
22527
|
+
"type": "boolean"
|
|
22528
|
+
},
|
|
22529
|
+
{
|
|
22530
|
+
"name": "mustSort",
|
|
22531
|
+
"description": "If `true` then one can not disable sorting, it will always switch between ascending and descending",
|
|
22532
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22533
|
+
"default": "false",
|
|
22534
|
+
"value": {
|
|
22535
|
+
"kind": "expression",
|
|
22536
|
+
"type": "boolean"
|
|
22537
|
+
},
|
|
22538
|
+
"type": "boolean"
|
|
22539
|
+
},
|
|
22540
|
+
{
|
|
22541
|
+
"name": "page",
|
|
22542
|
+
"description": "The current displayed page number (1-indexed)",
|
|
22543
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22544
|
+
"default": "1",
|
|
22545
|
+
"value": {
|
|
22546
|
+
"kind": "expression",
|
|
22547
|
+
"type": "string | number"
|
|
22548
|
+
}
|
|
22549
|
+
},
|
|
22550
|
+
{
|
|
22551
|
+
"name": "itemsPerPage",
|
|
22552
|
+
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page",
|
|
22553
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22554
|
+
"default": "10",
|
|
22555
|
+
"value": {
|
|
22556
|
+
"kind": "expression",
|
|
22557
|
+
"type": "string | number"
|
|
22558
|
+
}
|
|
22559
|
+
},
|
|
22560
|
+
{
|
|
22561
|
+
"name": "filterMode",
|
|
22562
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/filter.json))",
|
|
22563
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22564
|
+
"default": "'intersection'",
|
|
22565
|
+
"value": {
|
|
22566
|
+
"kind": "expression",
|
|
22567
|
+
"type": "\"every\" | \"some\" | \"union\" | \"intersection\""
|
|
22568
|
+
}
|
|
22569
|
+
},
|
|
22570
|
+
{
|
|
22571
|
+
"name": "noFilter",
|
|
22572
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/filter.json))",
|
|
22573
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22574
|
+
"default": "false",
|
|
22575
|
+
"value": {
|
|
22576
|
+
"kind": "expression",
|
|
22577
|
+
"type": "boolean"
|
|
22578
|
+
},
|
|
22579
|
+
"type": "boolean"
|
|
22580
|
+
},
|
|
22581
|
+
{
|
|
22582
|
+
"name": "customFilter",
|
|
22583
|
+
"description": "Function to filter items",
|
|
22584
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22585
|
+
"value": {
|
|
22586
|
+
"kind": "expression",
|
|
22587
|
+
"type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]"
|
|
22588
|
+
}
|
|
22589
|
+
},
|
|
22590
|
+
{
|
|
22591
|
+
"name": "customKeyFilter",
|
|
22592
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/filter.json))",
|
|
22593
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22594
|
+
"value": {
|
|
22595
|
+
"kind": "expression",
|
|
22596
|
+
"type": "{ }"
|
|
22597
|
+
}
|
|
22598
|
+
},
|
|
22599
|
+
{
|
|
22600
|
+
"name": "filterKeys",
|
|
22601
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/filter.json))",
|
|
22602
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22603
|
+
"value": {
|
|
22604
|
+
"kind": "expression",
|
|
22605
|
+
"type": "string | string[]"
|
|
22606
|
+
}
|
|
22607
|
+
},
|
|
22608
|
+
{
|
|
22609
|
+
"name": "search",
|
|
22610
|
+
"description": "Text input used to filter items",
|
|
22611
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
22612
|
+
"value": {
|
|
22613
|
+
"kind": "expression",
|
|
22614
|
+
"type": "string"
|
|
22615
|
+
}
|
|
22616
|
+
}
|
|
22617
|
+
],
|
|
22618
|
+
"events": [
|
|
22619
|
+
{
|
|
22620
|
+
"name": "update:modelValue",
|
|
22621
|
+
"description": "MISSING DESCRIPTION",
|
|
22622
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#events",
|
|
22623
|
+
"arguments": [
|
|
22624
|
+
{
|
|
22625
|
+
"name": "argument",
|
|
22626
|
+
"type": "[any[]]"
|
|
22627
|
+
}
|
|
22628
|
+
]
|
|
22629
|
+
},
|
|
22630
|
+
{
|
|
22631
|
+
"name": "update:page",
|
|
22632
|
+
"description": "Emits when the **page** property of the **options** prop is updated",
|
|
22633
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#events",
|
|
22634
|
+
"arguments": [
|
|
22635
|
+
{
|
|
22636
|
+
"name": "argument",
|
|
22637
|
+
"type": "[number]"
|
|
22638
|
+
}
|
|
22639
|
+
]
|
|
22640
|
+
},
|
|
22641
|
+
{
|
|
22642
|
+
"name": "update:itemsPerPage",
|
|
22643
|
+
"description": "MISSING DESCRIPTION",
|
|
22644
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#events",
|
|
22645
|
+
"arguments": [
|
|
22646
|
+
{
|
|
22647
|
+
"name": "argument",
|
|
22648
|
+
"type": "[number]"
|
|
22649
|
+
}
|
|
22650
|
+
]
|
|
22651
|
+
},
|
|
22652
|
+
{
|
|
22653
|
+
"name": "update:sortBy",
|
|
22654
|
+
"description": "MISSING DESCRIPTION",
|
|
22655
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#events",
|
|
22656
|
+
"arguments": [
|
|
22657
|
+
{
|
|
22658
|
+
"name": "argument",
|
|
22659
|
+
"type": "[any]"
|
|
22660
|
+
}
|
|
22661
|
+
]
|
|
22662
|
+
},
|
|
22663
|
+
{
|
|
22664
|
+
"name": "update:options",
|
|
22665
|
+
"description": "Emits when one of the **options** properties is updated",
|
|
22666
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#events",
|
|
22667
|
+
"arguments": [
|
|
22668
|
+
{
|
|
22669
|
+
"name": "argument",
|
|
22670
|
+
"type": "[any]"
|
|
22671
|
+
}
|
|
22672
|
+
]
|
|
22673
|
+
},
|
|
22674
|
+
{
|
|
22675
|
+
"name": "update:groupBy",
|
|
22676
|
+
"description": "MISSING DESCRIPTION",
|
|
22677
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#events",
|
|
22678
|
+
"arguments": [
|
|
22679
|
+
{
|
|
22680
|
+
"name": "argument",
|
|
22681
|
+
"type": "[any]"
|
|
22682
|
+
}
|
|
22683
|
+
]
|
|
22684
|
+
},
|
|
22685
|
+
{
|
|
22686
|
+
"name": "update:expanded",
|
|
22687
|
+
"description": "MISSING DESCRIPTION",
|
|
22688
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#events",
|
|
22689
|
+
"arguments": [
|
|
22690
|
+
{
|
|
22691
|
+
"name": "argument",
|
|
22692
|
+
"type": "[any]"
|
|
22693
|
+
}
|
|
22694
|
+
]
|
|
22695
|
+
},
|
|
22696
|
+
{
|
|
22697
|
+
"name": "click:row",
|
|
22698
|
+
"description": "Emits when a table row is clicked. This event provides 2 arguments: the first is the item data that was clicked and the second is the other related data provided by the `item` slot. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
|
|
22699
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#events",
|
|
22700
|
+
"arguments": [
|
|
22701
|
+
{
|
|
22702
|
+
"name": "argument",
|
|
22703
|
+
"type": "[Event, { item: { title: string; value: any; props: { title: string; value: any }; children: InternalItem<any>[]; raw: any } & { type: \"item\"; columns: Record<string, unknown> } }]"
|
|
22704
|
+
}
|
|
22705
|
+
]
|
|
22706
|
+
}
|
|
22707
|
+
],
|
|
22708
|
+
"slots": [],
|
|
22709
|
+
"vue-model": {
|
|
22710
|
+
"prop": "modelValue",
|
|
22711
|
+
"event": "update:modelValue"
|
|
22712
|
+
}
|
|
22713
|
+
},
|
|
22714
|
+
{
|
|
22715
|
+
"name": "VDataTableRows",
|
|
22716
|
+
"source": {
|
|
22717
|
+
"module": "./src/components/index.ts",
|
|
22718
|
+
"symbol": "VDataTableRows"
|
|
22719
|
+
},
|
|
22720
|
+
"description": "",
|
|
22721
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows",
|
|
22722
|
+
"attributes": [
|
|
22723
|
+
{
|
|
22724
|
+
"name": "loading",
|
|
22725
|
+
"description": "MISSING DESCRIPTION",
|
|
22726
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#props",
|
|
22727
|
+
"default": "false",
|
|
22728
|
+
"value": {
|
|
22729
|
+
"kind": "expression",
|
|
22730
|
+
"type": "string | boolean"
|
|
22731
|
+
}
|
|
22732
|
+
},
|
|
22733
|
+
{
|
|
22734
|
+
"name": "loadingText",
|
|
22735
|
+
"description": "MISSING DESCRIPTION",
|
|
22736
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#props",
|
|
22737
|
+
"default": "'$vuetify.dataIterator.loadingText'",
|
|
22738
|
+
"value": {
|
|
22739
|
+
"kind": "expression",
|
|
22740
|
+
"type": "string"
|
|
22741
|
+
}
|
|
22742
|
+
},
|
|
22743
|
+
{
|
|
22744
|
+
"name": "hideNoData",
|
|
22745
|
+
"description": "MISSING DESCRIPTION",
|
|
22746
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#props",
|
|
22747
|
+
"default": "false",
|
|
22748
|
+
"value": {
|
|
22749
|
+
"kind": "expression",
|
|
22750
|
+
"type": "boolean"
|
|
22751
|
+
},
|
|
22752
|
+
"type": "boolean"
|
|
22753
|
+
},
|
|
22754
|
+
{
|
|
22755
|
+
"name": "items",
|
|
22756
|
+
"description": "MISSING DESCRIPTION",
|
|
22757
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#props",
|
|
22758
|
+
"default": "[]",
|
|
22759
|
+
"value": {
|
|
22760
|
+
"kind": "expression",
|
|
22761
|
+
"type": "(DataTableItem | GroupHeaderItem)[]"
|
|
22762
|
+
}
|
|
22763
|
+
},
|
|
22764
|
+
{
|
|
22765
|
+
"name": "noDataText",
|
|
22766
|
+
"description": "MISSING DESCRIPTION",
|
|
22767
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#props",
|
|
22768
|
+
"default": "'$vuetify.noDataText'",
|
|
22769
|
+
"value": {
|
|
22770
|
+
"kind": "expression",
|
|
22771
|
+
"type": "string"
|
|
22772
|
+
}
|
|
22773
|
+
},
|
|
22774
|
+
{
|
|
22775
|
+
"name": "rowHeight",
|
|
22776
|
+
"description": "MISSING DESCRIPTION",
|
|
22777
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#props",
|
|
22778
|
+
"value": {
|
|
22779
|
+
"kind": "expression",
|
|
22780
|
+
"type": "number"
|
|
22781
|
+
}
|
|
22782
|
+
}
|
|
22783
|
+
],
|
|
22784
|
+
"events": [
|
|
22785
|
+
{
|
|
22786
|
+
"name": "click:row",
|
|
22787
|
+
"description": "MISSING DESCRIPTION",
|
|
22788
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#events",
|
|
22789
|
+
"arguments": [
|
|
22790
|
+
{
|
|
22791
|
+
"name": "argument",
|
|
22792
|
+
"type": "[Event, { item: { title: string; value: any; props: { title: string; value: any }; children: InternalItem<any>[]; raw: any } & { type: \"item\"; columns: Record<string, unknown> } }]"
|
|
22793
|
+
}
|
|
22794
|
+
]
|
|
22795
|
+
}
|
|
22796
|
+
],
|
|
22797
|
+
"slots": [],
|
|
22798
|
+
"vue-model": {
|
|
22799
|
+
"prop": "modelValue",
|
|
22800
|
+
"event": "update:modelValue"
|
|
22801
|
+
}
|
|
22802
|
+
},
|
|
22803
|
+
{
|
|
22804
|
+
"name": "VDataTableRow",
|
|
22805
|
+
"source": {
|
|
22806
|
+
"module": "./src/components/index.ts",
|
|
22807
|
+
"symbol": "VDataTableRow"
|
|
22808
|
+
},
|
|
22809
|
+
"description": "",
|
|
22810
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-row",
|
|
22811
|
+
"attributes": [
|
|
22812
|
+
{
|
|
22813
|
+
"name": "item",
|
|
22814
|
+
"description": "MISSING DESCRIPTION",
|
|
22815
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#props",
|
|
22816
|
+
"value": {
|
|
22817
|
+
"kind": "expression",
|
|
22818
|
+
"type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<any>[]; raw: any } & { type: \"item\"; columns: Record<string, unknown> }"
|
|
22819
|
+
}
|
|
22820
|
+
}
|
|
22821
|
+
],
|
|
22822
|
+
"events": [],
|
|
22823
|
+
"slots": [],
|
|
22824
|
+
"vue-model": {
|
|
22825
|
+
"prop": "modelValue",
|
|
22826
|
+
"event": "update:modelValue"
|
|
22827
|
+
}
|
|
22828
|
+
},
|
|
22829
|
+
{
|
|
22830
|
+
"name": "VDataTableVirtual",
|
|
22831
|
+
"source": {
|
|
22832
|
+
"module": "./src/components/index.ts",
|
|
22833
|
+
"symbol": "VDataTableVirtual"
|
|
22834
|
+
},
|
|
22835
|
+
"description": "",
|
|
22836
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual",
|
|
22837
|
+
"attributes": [
|
|
22838
|
+
{
|
|
22839
|
+
"name": "items",
|
|
22840
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
22841
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
22842
|
+
"default": "[]",
|
|
22843
|
+
"value": {
|
|
22844
|
+
"kind": "expression",
|
|
22845
|
+
"type": "any[]"
|
|
22846
|
+
}
|
|
22847
|
+
},
|
|
22848
|
+
{
|
|
22849
|
+
"name": "itemTitle",
|
|
22850
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
22851
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
22852
|
+
"default": "'title'",
|
|
22853
|
+
"value": {
|
|
22854
|
+
"kind": "expression",
|
|
22855
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
22856
|
+
}
|
|
22857
|
+
},
|
|
22858
|
+
{
|
|
22859
|
+
"name": "itemValue",
|
|
22860
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
22861
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
22862
|
+
"default": "'id'",
|
|
22863
|
+
"value": {
|
|
22864
|
+
"kind": "expression",
|
|
22865
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
22866
|
+
}
|
|
22867
|
+
},
|
|
22868
|
+
{
|
|
22869
|
+
"name": "itemChildren",
|
|
22870
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
22871
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
22872
|
+
"default": "'children'",
|
|
22873
|
+
"value": {
|
|
22874
|
+
"kind": "expression",
|
|
22875
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
22876
|
+
}
|
|
22877
|
+
},
|
|
22878
|
+
{
|
|
22879
|
+
"name": "itemProps",
|
|
22880
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
22881
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
22882
|
+
"default": "'props'",
|
|
22883
|
+
"value": {
|
|
22884
|
+
"kind": "expression",
|
|
22885
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
22886
|
+
}
|
|
22887
|
+
},
|
|
22888
|
+
{
|
|
22889
|
+
"name": "returnObject",
|
|
22890
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
22891
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
22892
|
+
"default": "false",
|
|
22893
|
+
"value": {
|
|
22894
|
+
"kind": "expression",
|
|
22895
|
+
"type": "boolean"
|
|
22896
|
+
},
|
|
22897
|
+
"type": "boolean"
|
|
22898
|
+
},
|
|
22899
|
+
{
|
|
22900
|
+
"name": "headers",
|
|
22901
|
+
"description": "Array of header items to display",
|
|
22902
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
22903
|
+
"default": "[]",
|
|
22904
|
+
"value": {
|
|
22905
|
+
"kind": "expression",
|
|
22906
|
+
"type": "{ key: string; value: <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>; title: string; colspan: number; rowspan: number; fixed: boolean; align: \"start\" | \"end\"; width: number; minWidth: string; maxWidth: string; sortable: boolean; sort: (a: any, b: any) => number }[] | DataTableHeader[][]"
|
|
22907
|
+
}
|
|
22908
|
+
},
|
|
22909
|
+
{
|
|
22910
|
+
"name": "hideNoData",
|
|
22911
|
+
"description": "MISSING DESCRIPTION",
|
|
22912
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
22913
|
+
"default": "false",
|
|
22914
|
+
"value": {
|
|
22915
|
+
"kind": "expression",
|
|
22916
|
+
"type": "boolean"
|
|
22917
|
+
},
|
|
22918
|
+
"type": "boolean"
|
|
22919
|
+
},
|
|
22920
|
+
{
|
|
22921
|
+
"name": "noDataText",
|
|
22922
|
+
"description": "MISSING DESCRIPTION",
|
|
22923
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
22924
|
+
"default": "'$vuetify.noDataText'",
|
|
22925
|
+
"value": {
|
|
22926
|
+
"kind": "expression",
|
|
22927
|
+
"type": "string"
|
|
22928
|
+
}
|
|
22929
|
+
},
|
|
22930
|
+
{
|
|
22931
|
+
"name": "height",
|
|
22932
|
+
"description": "Set an explicit height of table",
|
|
22933
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
22934
|
+
"value": {
|
|
22935
|
+
"kind": "expression",
|
|
22936
|
+
"type": "string | number"
|
|
22937
|
+
}
|
|
22938
|
+
},
|
|
22939
|
+
{
|
|
22940
|
+
"name": "width",
|
|
22941
|
+
"description": "Sets the width for the component.",
|
|
22942
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
22943
|
+
"value": {
|
|
22944
|
+
"kind": "expression",
|
|
22945
|
+
"type": "string | number"
|
|
22946
|
+
}
|
|
22947
|
+
},
|
|
22948
|
+
{
|
|
22949
|
+
"name": "fixedHeader",
|
|
22950
|
+
"description": "Fixed header to top of table",
|
|
22951
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
22952
|
+
"default": "false",
|
|
22953
|
+
"value": {
|
|
22954
|
+
"kind": "expression",
|
|
22955
|
+
"type": "boolean"
|
|
22956
|
+
},
|
|
22957
|
+
"type": "boolean"
|
|
22958
|
+
},
|
|
22959
|
+
{
|
|
22960
|
+
"name": "fixedFooter",
|
|
22961
|
+
"description": "MISSING DESCRIPTION",
|
|
22962
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
22963
|
+
"default": "false",
|
|
22964
|
+
"value": {
|
|
22965
|
+
"kind": "expression",
|
|
22966
|
+
"type": "boolean"
|
|
22967
|
+
},
|
|
22968
|
+
"type": "boolean"
|
|
22969
|
+
},
|
|
22970
|
+
{
|
|
22971
|
+
"name": "groupBy",
|
|
22972
|
+
"description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier",
|
|
22973
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
22974
|
+
"default": "[]",
|
|
22975
|
+
"value": {
|
|
22976
|
+
"kind": "expression",
|
|
22977
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]"
|
|
22978
|
+
}
|
|
22979
|
+
},
|
|
22980
|
+
{
|
|
22981
|
+
"name": "expandOnClick",
|
|
22982
|
+
"description": "MISSING DESCRIPTION",
|
|
22983
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
22984
|
+
"default": "false",
|
|
22985
|
+
"value": {
|
|
22986
|
+
"kind": "expression",
|
|
22987
|
+
"type": "boolean"
|
|
22988
|
+
},
|
|
22989
|
+
"type": "boolean"
|
|
22990
|
+
},
|
|
22991
|
+
{
|
|
22992
|
+
"name": "showExpand",
|
|
22993
|
+
"description": "Shows the expand toggle in default rows",
|
|
22994
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
22995
|
+
"default": "false",
|
|
22996
|
+
"value": {
|
|
22997
|
+
"kind": "expression",
|
|
22998
|
+
"type": "boolean"
|
|
22999
|
+
},
|
|
23000
|
+
"type": "boolean"
|
|
23001
|
+
},
|
|
23002
|
+
{
|
|
23003
|
+
"name": "expanded",
|
|
23004
|
+
"description": "MISSING DESCRIPTION",
|
|
23005
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
23006
|
+
"default": "[]",
|
|
23007
|
+
"value": {
|
|
23008
|
+
"kind": "expression",
|
|
23009
|
+
"type": "string[]"
|
|
23010
|
+
}
|
|
23011
|
+
},
|
|
23012
|
+
{
|
|
23013
|
+
"name": "showSelect",
|
|
23014
|
+
"description": "Shows the select checkboxes in both the header and rows (if using default rows)",
|
|
23015
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
23016
|
+
"default": "false",
|
|
23017
|
+
"value": {
|
|
23018
|
+
"kind": "expression",
|
|
23019
|
+
"type": "boolean"
|
|
23020
|
+
},
|
|
23021
|
+
"type": "boolean"
|
|
23022
|
+
},
|
|
23023
|
+
{
|
|
23024
|
+
"name": "modelValue",
|
|
23025
|
+
"description": "MISSING DESCRIPTION",
|
|
23026
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
23027
|
+
"default": "[]",
|
|
23028
|
+
"value": {
|
|
23029
|
+
"kind": "expression",
|
|
23030
|
+
"type": "any[]"
|
|
23031
|
+
}
|
|
23032
|
+
},
|
|
23033
|
+
{
|
|
23034
|
+
"name": "sortBy",
|
|
23035
|
+
"description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier",
|
|
23036
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
23037
|
+
"default": "[]",
|
|
23038
|
+
"value": {
|
|
23039
|
+
"kind": "expression",
|
|
23040
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]"
|
|
23041
|
+
}
|
|
23042
|
+
},
|
|
23043
|
+
{
|
|
23044
|
+
"name": "multiSort",
|
|
23045
|
+
"description": "If `true` then one can sort on multiple properties",
|
|
23046
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
23047
|
+
"default": "false",
|
|
23048
|
+
"value": {
|
|
23049
|
+
"kind": "expression",
|
|
23050
|
+
"type": "boolean"
|
|
23051
|
+
},
|
|
23052
|
+
"type": "boolean"
|
|
23053
|
+
},
|
|
23054
|
+
{
|
|
23055
|
+
"name": "mustSort",
|
|
23056
|
+
"description": "If `true` then one can not disable sorting, it will always switch between ascending and descending",
|
|
23057
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
23058
|
+
"default": "false",
|
|
23059
|
+
"value": {
|
|
23060
|
+
"kind": "expression",
|
|
23061
|
+
"type": "boolean"
|
|
23062
|
+
},
|
|
23063
|
+
"type": "boolean"
|
|
23064
|
+
},
|
|
23065
|
+
{
|
|
23066
|
+
"name": "visibleItems",
|
|
23067
|
+
"description": "MISSING DESCRIPTION",
|
|
23068
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
23069
|
+
"default": "20",
|
|
23070
|
+
"value": {
|
|
23071
|
+
"kind": "expression",
|
|
23072
|
+
"type": "string | number"
|
|
23073
|
+
}
|
|
23074
|
+
},
|
|
23075
|
+
{
|
|
23076
|
+
"name": "itemHeight",
|
|
23077
|
+
"description": "MISSING DESCRIPTION",
|
|
23078
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
23079
|
+
"default": "52",
|
|
23080
|
+
"value": {
|
|
23081
|
+
"kind": "expression",
|
|
23082
|
+
"type": "string | number"
|
|
23083
|
+
}
|
|
23084
|
+
},
|
|
23085
|
+
{
|
|
23086
|
+
"name": "filterMode",
|
|
23087
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/filter.json))",
|
|
23088
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
23089
|
+
"default": "'intersection'",
|
|
23090
|
+
"value": {
|
|
23091
|
+
"kind": "expression",
|
|
23092
|
+
"type": "\"every\" | \"some\" | \"union\" | \"intersection\""
|
|
23093
|
+
}
|
|
23094
|
+
},
|
|
23095
|
+
{
|
|
23096
|
+
"name": "noFilter",
|
|
23097
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/filter.json))",
|
|
23098
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
23099
|
+
"default": "false",
|
|
23100
|
+
"value": {
|
|
23101
|
+
"kind": "expression",
|
|
23102
|
+
"type": "boolean"
|
|
23103
|
+
},
|
|
23104
|
+
"type": "boolean"
|
|
23105
|
+
},
|
|
23106
|
+
{
|
|
23107
|
+
"name": "customFilter",
|
|
23108
|
+
"description": "Function to filter items",
|
|
23109
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
23110
|
+
"value": {
|
|
23111
|
+
"kind": "expression",
|
|
23112
|
+
"type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]"
|
|
23113
|
+
}
|
|
23114
|
+
},
|
|
23115
|
+
{
|
|
23116
|
+
"name": "customKeyFilter",
|
|
23117
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/filter.json))",
|
|
23118
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
23119
|
+
"value": {
|
|
23120
|
+
"kind": "expression",
|
|
23121
|
+
"type": "{ }"
|
|
23122
|
+
}
|
|
23123
|
+
},
|
|
23124
|
+
{
|
|
23125
|
+
"name": "filterKeys",
|
|
23126
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/filter.json))",
|
|
23127
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
23128
|
+
"value": {
|
|
23129
|
+
"kind": "expression",
|
|
23130
|
+
"type": "string | string[]"
|
|
23131
|
+
}
|
|
23132
|
+
},
|
|
23133
|
+
{
|
|
23134
|
+
"name": "search",
|
|
23135
|
+
"description": "Text input used to filter items",
|
|
23136
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
23137
|
+
"value": {
|
|
23138
|
+
"kind": "expression",
|
|
23139
|
+
"type": "string"
|
|
23140
|
+
}
|
|
23141
|
+
}
|
|
23142
|
+
],
|
|
23143
|
+
"events": [
|
|
23144
|
+
{
|
|
23145
|
+
"name": "update:modelValue",
|
|
23146
|
+
"description": "MISSING DESCRIPTION",
|
|
23147
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
|
|
23148
|
+
"arguments": [
|
|
23149
|
+
{
|
|
23150
|
+
"name": "argument",
|
|
23151
|
+
"type": "[any[]]"
|
|
23152
|
+
}
|
|
23153
|
+
]
|
|
23154
|
+
},
|
|
23155
|
+
{
|
|
23156
|
+
"name": "update:sortBy",
|
|
23157
|
+
"description": "MISSING DESCRIPTION",
|
|
23158
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
|
|
23159
|
+
"arguments": [
|
|
23160
|
+
{
|
|
23161
|
+
"name": "argument",
|
|
23162
|
+
"type": "[any]"
|
|
23163
|
+
}
|
|
23164
|
+
]
|
|
23165
|
+
},
|
|
23166
|
+
{
|
|
23167
|
+
"name": "update:options",
|
|
23168
|
+
"description": "Emits when one of the **options** properties is updated",
|
|
23169
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
|
|
23170
|
+
"arguments": [
|
|
23171
|
+
{
|
|
23172
|
+
"name": "argument",
|
|
23173
|
+
"type": "[any]"
|
|
23174
|
+
}
|
|
23175
|
+
]
|
|
23176
|
+
},
|
|
23177
|
+
{
|
|
23178
|
+
"name": "update:groupBy",
|
|
23179
|
+
"description": "MISSING DESCRIPTION",
|
|
23180
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
|
|
23181
|
+
"arguments": [
|
|
23182
|
+
{
|
|
23183
|
+
"name": "argument",
|
|
23184
|
+
"type": "[any]"
|
|
23185
|
+
}
|
|
23186
|
+
]
|
|
23187
|
+
},
|
|
23188
|
+
{
|
|
23189
|
+
"name": "update:expanded",
|
|
23190
|
+
"description": "MISSING DESCRIPTION",
|
|
23191
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
|
|
23192
|
+
"arguments": [
|
|
23193
|
+
{
|
|
23194
|
+
"name": "argument",
|
|
23195
|
+
"type": "[any]"
|
|
23196
|
+
}
|
|
23197
|
+
]
|
|
23198
|
+
},
|
|
23199
|
+
{
|
|
23200
|
+
"name": "click:row",
|
|
23201
|
+
"description": "Emits when a table row is clicked. This event provides 2 arguments: the first is the item data that was clicked and the second is the other related data provided by the `item` slot. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
|
|
23202
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
|
|
23203
|
+
"arguments": [
|
|
23204
|
+
{
|
|
23205
|
+
"name": "argument",
|
|
23206
|
+
"type": "[Event, { item: { title: string; value: any; props: { title: string; value: any }; children: InternalItem<any>[]; raw: any } & { type: \"item\"; columns: Record<string, unknown> } }]"
|
|
23207
|
+
}
|
|
23208
|
+
]
|
|
23209
|
+
}
|
|
23210
|
+
],
|
|
23211
|
+
"slots": [],
|
|
23212
|
+
"vue-model": {
|
|
23213
|
+
"prop": "modelValue",
|
|
23214
|
+
"event": "update:modelValue"
|
|
23215
|
+
}
|
|
23216
|
+
},
|
|
23217
|
+
{
|
|
23218
|
+
"name": "VDataTableServer",
|
|
23219
|
+
"source": {
|
|
23220
|
+
"module": "./src/components/index.ts",
|
|
23221
|
+
"symbol": "VDataTableServer"
|
|
23222
|
+
},
|
|
23223
|
+
"description": "",
|
|
23224
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server",
|
|
23225
|
+
"attributes": [
|
|
23226
|
+
{
|
|
23227
|
+
"name": "items",
|
|
23228
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
23229
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23230
|
+
"default": "[]",
|
|
23231
|
+
"value": {
|
|
23232
|
+
"kind": "expression",
|
|
23233
|
+
"type": "any[]"
|
|
23234
|
+
}
|
|
23235
|
+
},
|
|
23236
|
+
{
|
|
23237
|
+
"name": "itemTitle",
|
|
23238
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
23239
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23240
|
+
"default": "'title'",
|
|
23241
|
+
"value": {
|
|
23242
|
+
"kind": "expression",
|
|
23243
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
23244
|
+
}
|
|
23245
|
+
},
|
|
23246
|
+
{
|
|
23247
|
+
"name": "itemValue",
|
|
23248
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
23249
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23250
|
+
"default": "'id'",
|
|
23251
|
+
"value": {
|
|
23252
|
+
"kind": "expression",
|
|
23253
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
23254
|
+
}
|
|
23255
|
+
},
|
|
23256
|
+
{
|
|
23257
|
+
"name": "itemChildren",
|
|
23258
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
23259
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23260
|
+
"default": "'children'",
|
|
23261
|
+
"value": {
|
|
23262
|
+
"kind": "expression",
|
|
23263
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
23264
|
+
}
|
|
23265
|
+
},
|
|
23266
|
+
{
|
|
23267
|
+
"name": "itemProps",
|
|
23268
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
23269
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23270
|
+
"default": "'props'",
|
|
23271
|
+
"value": {
|
|
23272
|
+
"kind": "expression",
|
|
23273
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
23274
|
+
}
|
|
23275
|
+
},
|
|
23276
|
+
{
|
|
23277
|
+
"name": "returnObject",
|
|
23278
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))",
|
|
23279
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23280
|
+
"default": "false",
|
|
23281
|
+
"value": {
|
|
23282
|
+
"kind": "expression",
|
|
23283
|
+
"type": "boolean"
|
|
23284
|
+
},
|
|
23285
|
+
"type": "boolean"
|
|
23286
|
+
},
|
|
23287
|
+
{
|
|
23288
|
+
"name": "headers",
|
|
23289
|
+
"description": "Array of header items to display",
|
|
23290
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23291
|
+
"default": "[]",
|
|
23292
|
+
"value": {
|
|
23293
|
+
"kind": "expression",
|
|
23294
|
+
"type": "{ key: string; value: <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>; title: string; colspan: number; rowspan: number; fixed: boolean; align: \"start\" | \"end\"; width: number; minWidth: string; maxWidth: string; sortable: boolean; sort: (a: any, b: any) => number }[] | DataTableHeader[][]"
|
|
23295
|
+
}
|
|
23296
|
+
},
|
|
23297
|
+
{
|
|
23298
|
+
"name": "hideNoData",
|
|
23299
|
+
"description": "MISSING DESCRIPTION",
|
|
23300
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23301
|
+
"default": "false",
|
|
23302
|
+
"value": {
|
|
23303
|
+
"kind": "expression",
|
|
23304
|
+
"type": "boolean"
|
|
23305
|
+
},
|
|
23306
|
+
"type": "boolean"
|
|
23307
|
+
},
|
|
23308
|
+
{
|
|
23309
|
+
"name": "noDataText",
|
|
23310
|
+
"description": "MISSING DESCRIPTION",
|
|
23311
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23312
|
+
"default": "'$vuetify.noDataText'",
|
|
23313
|
+
"value": {
|
|
23314
|
+
"kind": "expression",
|
|
23315
|
+
"type": "string"
|
|
23316
|
+
}
|
|
23317
|
+
},
|
|
23318
|
+
{
|
|
23319
|
+
"name": "height",
|
|
23320
|
+
"description": "Set an explicit height of table",
|
|
23321
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23322
|
+
"value": {
|
|
23323
|
+
"kind": "expression",
|
|
23324
|
+
"type": "string | number"
|
|
23325
|
+
}
|
|
23326
|
+
},
|
|
23327
|
+
{
|
|
23328
|
+
"name": "width",
|
|
23329
|
+
"description": "Sets the width for the component.",
|
|
23330
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23331
|
+
"value": {
|
|
23332
|
+
"kind": "expression",
|
|
23333
|
+
"type": "string | number"
|
|
23334
|
+
}
|
|
23335
|
+
},
|
|
23336
|
+
{
|
|
23337
|
+
"name": "fixedHeader",
|
|
23338
|
+
"description": "Fixed header to top of table",
|
|
23339
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23340
|
+
"default": "false",
|
|
23341
|
+
"value": {
|
|
23342
|
+
"kind": "expression",
|
|
23343
|
+
"type": "boolean"
|
|
23344
|
+
},
|
|
23345
|
+
"type": "boolean"
|
|
23346
|
+
},
|
|
23347
|
+
{
|
|
23348
|
+
"name": "fixedFooter",
|
|
23349
|
+
"description": "MISSING DESCRIPTION",
|
|
23350
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23351
|
+
"default": "false",
|
|
23352
|
+
"value": {
|
|
23353
|
+
"kind": "expression",
|
|
23354
|
+
"type": "boolean"
|
|
23355
|
+
},
|
|
23356
|
+
"type": "boolean"
|
|
23357
|
+
},
|
|
23358
|
+
{
|
|
23359
|
+
"name": "expandOnClick",
|
|
23360
|
+
"description": "MISSING DESCRIPTION",
|
|
23361
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23362
|
+
"default": "false",
|
|
23363
|
+
"value": {
|
|
23364
|
+
"kind": "expression",
|
|
23365
|
+
"type": "boolean"
|
|
23366
|
+
},
|
|
23367
|
+
"type": "boolean"
|
|
23368
|
+
},
|
|
23369
|
+
{
|
|
23370
|
+
"name": "showExpand",
|
|
23371
|
+
"description": "Shows the expand toggle in default rows",
|
|
23372
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23373
|
+
"default": "false",
|
|
23374
|
+
"value": {
|
|
23375
|
+
"kind": "expression",
|
|
23376
|
+
"type": "boolean"
|
|
23377
|
+
},
|
|
23378
|
+
"type": "boolean"
|
|
23379
|
+
},
|
|
23380
|
+
{
|
|
23381
|
+
"name": "expanded",
|
|
23382
|
+
"description": "MISSING DESCRIPTION",
|
|
23383
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23384
|
+
"default": "[]",
|
|
23385
|
+
"value": {
|
|
23386
|
+
"kind": "expression",
|
|
23387
|
+
"type": "string[]"
|
|
23388
|
+
}
|
|
23389
|
+
},
|
|
23390
|
+
{
|
|
23391
|
+
"name": "showSelect",
|
|
23392
|
+
"description": "Shows the select checkboxes in both the header and rows (if using default rows)",
|
|
23393
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23394
|
+
"default": "false",
|
|
23395
|
+
"value": {
|
|
23396
|
+
"kind": "expression",
|
|
23397
|
+
"type": "boolean"
|
|
23398
|
+
},
|
|
23399
|
+
"type": "boolean"
|
|
23400
|
+
},
|
|
23401
|
+
{
|
|
23402
|
+
"name": "modelValue",
|
|
23403
|
+
"description": "MISSING DESCRIPTION",
|
|
23404
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23405
|
+
"default": "[]",
|
|
23406
|
+
"value": {
|
|
23407
|
+
"kind": "expression",
|
|
23408
|
+
"type": "any[]"
|
|
23409
|
+
}
|
|
23410
|
+
},
|
|
23411
|
+
{
|
|
23412
|
+
"name": "sortBy",
|
|
23413
|
+
"description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier",
|
|
23414
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23415
|
+
"default": "[]",
|
|
23416
|
+
"value": {
|
|
23417
|
+
"kind": "expression",
|
|
23418
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]"
|
|
23419
|
+
}
|
|
23420
|
+
},
|
|
23421
|
+
{
|
|
23422
|
+
"name": "multiSort",
|
|
23423
|
+
"description": "If `true` then one can sort on multiple properties",
|
|
23424
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23425
|
+
"default": "false",
|
|
23426
|
+
"value": {
|
|
23427
|
+
"kind": "expression",
|
|
23428
|
+
"type": "boolean"
|
|
23429
|
+
},
|
|
23430
|
+
"type": "boolean"
|
|
23431
|
+
},
|
|
23432
|
+
{
|
|
23433
|
+
"name": "mustSort",
|
|
23434
|
+
"description": "If `true` then one can not disable sorting, it will always switch between ascending and descending",
|
|
23435
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23436
|
+
"default": "false",
|
|
23437
|
+
"value": {
|
|
23438
|
+
"kind": "expression",
|
|
23439
|
+
"type": "boolean"
|
|
23440
|
+
},
|
|
23441
|
+
"type": "boolean"
|
|
23442
|
+
},
|
|
23443
|
+
{
|
|
23444
|
+
"name": "page",
|
|
23445
|
+
"description": "The current displayed page number (1-indexed)",
|
|
23446
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23447
|
+
"default": "1",
|
|
23448
|
+
"value": {
|
|
23449
|
+
"kind": "expression",
|
|
23450
|
+
"type": "string | number"
|
|
23451
|
+
}
|
|
23452
|
+
},
|
|
23453
|
+
{
|
|
23454
|
+
"name": "itemsPerPage",
|
|
23455
|
+
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page",
|
|
23456
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23457
|
+
"default": "10",
|
|
23458
|
+
"value": {
|
|
23459
|
+
"kind": "expression",
|
|
23460
|
+
"type": "string | number"
|
|
23461
|
+
}
|
|
23462
|
+
},
|
|
23463
|
+
{
|
|
23464
|
+
"name": "color",
|
|
23465
|
+
"description": "MISSING DESCRIPTION",
|
|
23466
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23467
|
+
"value": {
|
|
23468
|
+
"kind": "expression",
|
|
23469
|
+
"type": "string"
|
|
23470
|
+
}
|
|
23471
|
+
},
|
|
23472
|
+
{
|
|
23473
|
+
"name": "loading",
|
|
23474
|
+
"description": "MISSING DESCRIPTION",
|
|
23475
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23476
|
+
"default": "false",
|
|
23477
|
+
"value": {
|
|
23478
|
+
"kind": "expression",
|
|
23479
|
+
"type": "string | boolean"
|
|
23480
|
+
}
|
|
23481
|
+
},
|
|
23482
|
+
{
|
|
23483
|
+
"name": "loadingText",
|
|
23484
|
+
"description": "MISSING DESCRIPTION",
|
|
23485
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23486
|
+
"default": "'$vuetify.dataIterator.loadingText'",
|
|
23487
|
+
"value": {
|
|
23488
|
+
"kind": "expression",
|
|
23489
|
+
"type": "string"
|
|
23490
|
+
}
|
|
23491
|
+
},
|
|
23492
|
+
{
|
|
23493
|
+
"name": "itemsLength",
|
|
23494
|
+
"description": "MISSING DESCRIPTION",
|
|
23495
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
23496
|
+
"value": {
|
|
23497
|
+
"kind": "expression",
|
|
23498
|
+
"type": "string | number"
|
|
23499
|
+
}
|
|
23500
|
+
}
|
|
23501
|
+
],
|
|
23502
|
+
"events": [
|
|
23503
|
+
{
|
|
23504
|
+
"name": "update:modelValue",
|
|
23505
|
+
"description": "MISSING DESCRIPTION",
|
|
23506
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#events",
|
|
23507
|
+
"arguments": [
|
|
23508
|
+
{
|
|
23509
|
+
"name": "argument",
|
|
23510
|
+
"type": "[any[]]"
|
|
23511
|
+
}
|
|
23512
|
+
]
|
|
23513
|
+
},
|
|
23514
|
+
{
|
|
23515
|
+
"name": "update:page",
|
|
23516
|
+
"description": "Emits when the **page** property of the **options** prop is updated",
|
|
23517
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#events",
|
|
23518
|
+
"arguments": [
|
|
23519
|
+
{
|
|
23520
|
+
"name": "argument",
|
|
23521
|
+
"type": "[number]"
|
|
23522
|
+
}
|
|
23523
|
+
]
|
|
23524
|
+
},
|
|
23525
|
+
{
|
|
23526
|
+
"name": "update:itemsPerPage",
|
|
23527
|
+
"description": "MISSING DESCRIPTION",
|
|
23528
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#events",
|
|
23529
|
+
"arguments": [
|
|
23530
|
+
{
|
|
23531
|
+
"name": "argument",
|
|
23532
|
+
"type": "[number]"
|
|
23533
|
+
}
|
|
23534
|
+
]
|
|
23535
|
+
},
|
|
23536
|
+
{
|
|
23537
|
+
"name": "update:sortBy",
|
|
23538
|
+
"description": "MISSING DESCRIPTION",
|
|
23539
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#events",
|
|
23540
|
+
"arguments": [
|
|
23541
|
+
{
|
|
23542
|
+
"name": "argument",
|
|
23543
|
+
"type": "[any]"
|
|
23544
|
+
}
|
|
23545
|
+
]
|
|
23546
|
+
},
|
|
23547
|
+
{
|
|
23548
|
+
"name": "update:options",
|
|
23549
|
+
"description": "Emits when one of the **options** properties is updated",
|
|
23550
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#events",
|
|
23551
|
+
"arguments": [
|
|
23552
|
+
{
|
|
23553
|
+
"name": "argument",
|
|
23554
|
+
"type": "[any]"
|
|
23555
|
+
}
|
|
23556
|
+
]
|
|
23557
|
+
},
|
|
23558
|
+
{
|
|
23559
|
+
"name": "update:expanded",
|
|
23560
|
+
"description": "MISSING DESCRIPTION",
|
|
23561
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#events",
|
|
23562
|
+
"arguments": [
|
|
23563
|
+
{
|
|
23564
|
+
"name": "argument",
|
|
23565
|
+
"type": "[any]"
|
|
23566
|
+
}
|
|
23567
|
+
]
|
|
23568
|
+
},
|
|
23569
|
+
{
|
|
23570
|
+
"name": "click:row",
|
|
23571
|
+
"description": "Emits when a table row is clicked. This event provides 2 arguments: the first is the item data that was clicked and the second is the other related data provided by the `item` slot. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
|
|
23572
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#events",
|
|
23573
|
+
"arguments": [
|
|
23574
|
+
{
|
|
23575
|
+
"name": "argument",
|
|
23576
|
+
"type": "[Event, { item: { title: string; value: any; props: { title: string; value: any }; children: InternalItem<any>[]; raw: any } & { type: \"item\"; columns: Record<string, unknown> } }]"
|
|
23577
|
+
}
|
|
23578
|
+
]
|
|
23579
|
+
}
|
|
23580
|
+
],
|
|
23581
|
+
"slots": [],
|
|
23582
|
+
"vue-model": {
|
|
23583
|
+
"prop": "modelValue",
|
|
23584
|
+
"event": "update:modelValue"
|
|
23585
|
+
}
|
|
23586
|
+
},
|
|
23587
|
+
{
|
|
23588
|
+
"name": "VVirtualScroll",
|
|
23589
|
+
"source": {
|
|
23590
|
+
"module": "./src/components/index.ts",
|
|
23591
|
+
"symbol": "VVirtualScroll"
|
|
23592
|
+
},
|
|
23593
|
+
"description": "",
|
|
23594
|
+
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll",
|
|
23595
|
+
"attributes": [
|
|
23596
|
+
{
|
|
23597
|
+
"name": "items",
|
|
23598
|
+
"description": "The array of items to display",
|
|
23599
|
+
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
|
|
23600
|
+
"default": "[]",
|
|
23601
|
+
"value": {
|
|
23602
|
+
"kind": "expression",
|
|
23603
|
+
"type": "unknown[]"
|
|
23604
|
+
}
|
|
23605
|
+
},
|
|
23606
|
+
{
|
|
23607
|
+
"name": "itemKey",
|
|
23608
|
+
"description": "Required when using **dynamic-item-height** together with object items. Should point to a property with a unique value for each item.",
|
|
23609
|
+
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
|
|
23610
|
+
"default": "'value'",
|
|
23611
|
+
"value": {
|
|
23612
|
+
"kind": "expression",
|
|
23613
|
+
"type": "string"
|
|
23614
|
+
}
|
|
23615
|
+
},
|
|
23616
|
+
{
|
|
23617
|
+
"name": "itemHeight",
|
|
23618
|
+
"description": "Height in pixels of each item to display. When using **dynamic-item-height** this should be an average initial size.",
|
|
23619
|
+
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
|
|
23620
|
+
"value": {
|
|
23621
|
+
"kind": "expression",
|
|
23622
|
+
"type": "string | number"
|
|
23623
|
+
}
|
|
23624
|
+
},
|
|
23625
|
+
{
|
|
23626
|
+
"name": "visibleItems",
|
|
23627
|
+
"description": "MISSING DESCRIPTION",
|
|
23628
|
+
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
|
|
23629
|
+
"default": "30",
|
|
23630
|
+
"value": {
|
|
23631
|
+
"kind": "expression",
|
|
23632
|
+
"type": "string | number"
|
|
23633
|
+
}
|
|
23634
|
+
},
|
|
23635
|
+
{
|
|
23636
|
+
"name": "height",
|
|
23637
|
+
"description": "Height of the component as a css value",
|
|
23638
|
+
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
|
|
23639
|
+
"value": {
|
|
23640
|
+
"kind": "expression",
|
|
23641
|
+
"type": "string | number"
|
|
23642
|
+
}
|
|
23643
|
+
},
|
|
23644
|
+
{
|
|
23645
|
+
"name": "maxHeight",
|
|
23646
|
+
"description": "Sets the maximum height for the component.",
|
|
23647
|
+
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
|
|
23648
|
+
"value": {
|
|
23649
|
+
"kind": "expression",
|
|
23650
|
+
"type": "string | number"
|
|
23651
|
+
}
|
|
23652
|
+
},
|
|
23653
|
+
{
|
|
23654
|
+
"name": "maxWidth",
|
|
23655
|
+
"description": "Sets the maximum width for the component.",
|
|
23656
|
+
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
|
|
23657
|
+
"value": {
|
|
23658
|
+
"kind": "expression",
|
|
23659
|
+
"type": "string | number"
|
|
23660
|
+
}
|
|
23661
|
+
},
|
|
23662
|
+
{
|
|
23663
|
+
"name": "minHeight",
|
|
23664
|
+
"description": "Sets the minimum height for the component.",
|
|
23665
|
+
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
|
|
23666
|
+
"value": {
|
|
23667
|
+
"kind": "expression",
|
|
23668
|
+
"type": "string | number"
|
|
23669
|
+
}
|
|
23670
|
+
},
|
|
23671
|
+
{
|
|
23672
|
+
"name": "minWidth",
|
|
23673
|
+
"description": "Sets the minimum width for the component.",
|
|
23674
|
+
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
|
|
23675
|
+
"value": {
|
|
23676
|
+
"kind": "expression",
|
|
23677
|
+
"type": "string | number"
|
|
23678
|
+
}
|
|
23679
|
+
},
|
|
23680
|
+
{
|
|
23681
|
+
"name": "width",
|
|
23682
|
+
"description": "Sets the width for the component.",
|
|
23683
|
+
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
|
|
23684
|
+
"value": {
|
|
23685
|
+
"kind": "expression",
|
|
23686
|
+
"type": "string | number"
|
|
23687
|
+
}
|
|
23688
|
+
}
|
|
23689
|
+
],
|
|
23690
|
+
"events": [],
|
|
23691
|
+
"slots": [
|
|
23692
|
+
{
|
|
23693
|
+
"name": "default",
|
|
23694
|
+
"description": "Default slot to render a single item",
|
|
23695
|
+
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#slots",
|
|
23696
|
+
"vue-properties": [
|
|
23697
|
+
{
|
|
23698
|
+
"name": "item",
|
|
23699
|
+
"type": "unknown"
|
|
23700
|
+
},
|
|
23701
|
+
{
|
|
23702
|
+
"name": "index",
|
|
23703
|
+
"type": "number"
|
|
23704
|
+
}
|
|
23705
|
+
]
|
|
23706
|
+
}
|
|
23707
|
+
],
|
|
23708
|
+
"vue-model": {
|
|
23709
|
+
"prop": "modelValue",
|
|
23710
|
+
"event": "update:modelValue"
|
|
23711
|
+
}
|
|
22152
23712
|
}
|
|
22153
23713
|
],
|
|
22154
23714
|
"attributes": [
|