Skip to content

Commit

Permalink
docs: update simple-checkbox to checkbox-btn
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticPotatoe committed May 23, 2024
1 parent 828459d commit 963f853
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/api-generator/src/locale/en/VDataTable.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"group.summary": "Slot to customize the default rendering of group summaries.",
"heading": "Slot to add a custom header.",
"header.<name>": "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.<name>": "Slot to customize a specific column.",
"loading": "Defines content for when `loading` is true and no items are provided.",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-generator/src/locale/en/VDataTableServer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bottom": "Slot to add content below the table.",
"colgroup": "Slot to replace the default rendering of the `<colgroup>` 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.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bottom": "Slot to add content below the table.",
"colgroup": "Slot to replace the default rendering of the `<colgroup>` 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.",
Expand Down

0 comments on commit 963f853

Please sign in to comment.