Skip to content

Commit 2f67dc4

Browse files
docs(VDataTable): description copy correction (#21411)
1 parent 68b52ed commit 2f67dc4

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

packages/api-generator/src/locale/en/VDataTable.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@
7777
"pagination": "Emits when something changed to the `pagination` which can be provided via the `pagination` prop.",
7878
"toggleSelectAll": "Emits when the `select-all` checkbox in table header is clicked. This checkbox is enabled by the **show-select** prop.",
7979
"update:currentItems": "Emits with the items currently being displayed.",
80-
"update:expanded": "Emits when the **expanded** property of the **options** prop is updated.",
81-
"update:groupBy": "Emits when the **group-by** property of the **options** property is updated.",
82-
"update:groupDesc": "Emits when the **group-desc** property of the **options** prop is updated.",
83-
"update:itemsPerPage": "Emits when the **items-per-page** property of the **options** prop is updated.",
80+
"update:expanded": "Emits when the **expanded** prop is updated.",
81+
"update:groupBy": "Emits when the **group-by** prop is updated.",
82+
"update:groupDesc": "Emits when the **group-desc** prop is updated.",
83+
"update:itemsPerPage": "Emits when the **items-per-page** prop is updated.",
8484
"update:modelValue": "Emits when the component's model changes.",
85-
"update:multiSort": "Emits when the **multi-sort** property of the **options** prop is updated.",
86-
"update:mustSort": "Emits when the **must-sort** property of the **options** prop is updated.",
87-
"update:options": "Emits when one of the **options** properties is updated.",
88-
"update:page": "Emits when the **page** property of the **options** prop is updated.",
89-
"update:sortBy": "Emits when the **sortBy** property of the **options** prop is updated.",
90-
"update:sortDesc": "Emits when the **sort-desc** property of the **options** prop is updated."
85+
"update:multiSort": "Emits when the **multi-sort** prop is updated.",
86+
"update:mustSort": "Emits when the **must-sort** prop is updated.",
87+
"update:options": "Emits when pagination related properties (page, itemsPerPage, sortBy, groupBy, search) is updated.",
88+
"update:page": "Emits when the **page** prop is updated.",
89+
"update:sortBy": "Emits when the **sortBy** prop is updated.",
90+
"update:sortDesc": "Emits when the **sort-desc** prop is updated."
9191
}
9292
}

packages/api-generator/src/locale/en/VDataTableServer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
},
3535
"events": {
3636
"click:row": "Emits when a table row is clicked. This event provides 2 arguments: the first is the native click event, and the second is an object containing the corresponding item for that row. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
37-
"update:expanded": "Emits when the **expanded** property of the **options** prop is updated.",
38-
"update:groupBy": "Emits when the **group-by** property of the **options** property is updated.",
39-
"update:itemsPerPage": "Emits when the **items-per-page** property of the **options** prop is updated.",
37+
"update:expanded": "Emits when the **expanded** prop is updated.",
38+
"update:groupBy": "Emits when the **group-by** prop is updated.",
39+
"update:itemsPerPage": "Emits when the **items-per-page** prop is updated.",
4040
"update:modelValue": "Emits when the component's model changes.",
41-
"update:options": "Emits when one of the **options** properties is updated.",
42-
"update:page": "Emits when the **page** property of the **options** prop is updated.",
43-
"update:sortBy": "Emits when the **sort-by** property of the **options** prop is updated."
41+
"update:options": "Emits when pagination related properties (page, itemsPerPage, sortBy, groupBy, search) is updated.",
42+
"update:page": "Emits when the **page** prop is updated.",
43+
"update:sortBy": "Emits when the **sortBy** prop is updated."
4444
}
4545
}

packages/api-generator/src/locale/en/VDataTableVirtual.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
},
3434
"events": {
3535
"click:row": "Emits when a table row is clicked. This event provides 2 arguments: the first is the native click event, and the second is an object containing the corresponding item for that row. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
36-
"update:expanded": "Emits when the **expanded** property of the **options** prop is updated.",
37-
"update:groupBy": "Emits when the **group-by** property of the **options** property is updated.",
36+
"update:expanded": "Emits when the **expanded** prop is updated.",
37+
"update:groupBy": "Emits when the **group-by** prop is updated.",
3838
"update:modelValue": "Emits when the component's model changes.",
39-
"update:options": "Emits when one of the **options** properties is updated.",
40-
"update:sortBy": "Emits when the **sort-by** property of the **options** prop is updated."
39+
"update:options": "Emits when pagination related properties (page, itemsPerPage, sortBy, groupBy, search) is updated.",
40+
"update:sortBy": "Emits when the **sortBy** prop is updated."
4141
},
4242
"exposed": {
4343
"calculateVisibleItems": "Trigger updating the currently rendered items based on scroll position."

0 commit comments

Comments
 (0)