From 963f85377bdb8df4b82f2a96ce6a26abafb683db Mon Sep 17 00:00:00 2001 From: MajesticPotatoe Date: Wed, 22 May 2024 22:28:00 -0400 Subject: [PATCH] docs: update simple-checkbox to checkbox-btn --- packages/api-generator/src/locale/en/VDataTable.json | 4 ++-- packages/api-generator/src/locale/en/VDataTableServer.json | 2 +- packages/api-generator/src/locale/en/VDataTableVirtual.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/api-generator/src/locale/en/VDataTable.json b/packages/api-generator/src/locale/en/VDataTable.json index 278520e2fe9..c75a6072ae0 100644 --- a/packages/api-generator/src/locale/en/VDataTable.json +++ b/packages/api-generator/src/locale/en/VDataTable.json @@ -54,9 +54,9 @@ "group.summary": "Slot to customize the default rendering of group summaries.", "heading": "Slot to add a custom header.", "header.": "Slot to customize a specific header column.", - "header.data-table-select": "Slot to replace the default `v-simple-checkbox` in header.", + "header.data-table-select": "Slot to replace the default `v-checkbox-btn` in header.", "item": "Slot to replace the default rendering of a row.", - "item.data-table-select": "Slot to replace the default `v-simple-checkbox` used when selecting rows.", + "item.data-table-select": "Slot to replace the default `v-checkbox-btn` used when selecting rows.", "item.data-table-expand": "Slot to replace the default `v-icon` used when expanding rows.", "item.": "Slot to customize a specific column.", "loading": "Defines content for when `loading` is true and no items are provided.", diff --git a/packages/api-generator/src/locale/en/VDataTableServer.json b/packages/api-generator/src/locale/en/VDataTableServer.json index 56c3edfed52..c4c85b60cf3 100644 --- a/packages/api-generator/src/locale/en/VDataTableServer.json +++ b/packages/api-generator/src/locale/en/VDataTableServer.json @@ -9,7 +9,7 @@ "bottom": "Slot to add content below the table.", "colgroup": "Slot to replace the default rendering of the `` element.", "column.data-table-expand": "Slot to replace the default `v-icon` used when expanding rows.", - "column.data-table-select": "Slot to replace the default `v-simple-checkbox` used when selecting rows.", + "column.data-table-select": "Slot to replace the default `v-checkbox-btn` used when selecting rows.", "dataTableGroup": "Slot for custom rendering of a group.", "data-table-select": "Slot for custom rendering of a header cell with the select checkbox.", "disableSort": "Disables sorting completely.", diff --git a/packages/api-generator/src/locale/en/VDataTableVirtual.json b/packages/api-generator/src/locale/en/VDataTableVirtual.json index 56058592aa3..e24b810ffb4 100644 --- a/packages/api-generator/src/locale/en/VDataTableVirtual.json +++ b/packages/api-generator/src/locale/en/VDataTableVirtual.json @@ -6,7 +6,7 @@ "bottom": "Slot to add content below the table.", "colgroup": "Slot to replace the default rendering of the `` element.", "column.data-table-expand": "Slot to replace the default `v-icon` used when expanding rows.", - "column.data-table-select": "Slot to replace the default `v-simple-checkbox` used when selecting rows.", + "column.data-table-select": "Slot to replace the default `v-checkbox-btn` used when selecting rows.", "data-table-group": "Slot for custom rendering of a group.", "data-table-select": "Slot for custom rendering of a header cell with the select checkbox.", "disableSort": "Disables sorting completely.",