-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(api): add missing descriptions (#20609)
Co-authored-by: Kael <[email protected]>
- Loading branch information
1 parent
7d42299
commit 3fde52a
Showing
52 changed files
with
337 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
packages/api-generator/src/locale/en/VDataTableHeader.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
{ | ||
"props": { | ||
"cellProps": "Props to be applied to the cell.", | ||
"index": "Row index.", | ||
"item": "Data (key, index and column values) of the displayed item." | ||
}, | ||
"events": { | ||
"contextmenu": "The event emitted when the user clicks the context menu button.", | ||
"dblclick": "The event emitted when the user double clicks the row.", | ||
"[`item.${string}`]": "The event emitted when the user clicks the item." | ||
}, | ||
"slots": { | ||
"item.data-table-expand": "Slot for the expand button in the row.", | ||
"item.data-table-select": "Slot for the select checkbox in the row." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
packages/api-generator/src/locale/en/VDatePickerControls.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"props": { | ||
"modeIcon": "Icon used for the mode button.", | ||
"nextIcon": "Icon used for the next button.", | ||
"prevIcon": "Icon used for the previous button.", | ||
"viewMode": "Sets the view mode of the date picker." | ||
}, | ||
"events": { | ||
"click:month": "Event fired when clicking on the month.", | ||
"click:next": "Event fired when clicking the next button.", | ||
"click:prev": "Event fired when clicking the previous button.", | ||
"click:year": "Event fired when clicking the date text.", | ||
"click:text": "Event fired when clicking the year." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"props": { | ||
"header": "Sets the header content.", | ||
"transition": "Sets the transition when the header changes." | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
packages/api-generator/src/locale/en/VDatePickerMonth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,21 @@ | ||
{ | ||
"props": { | ||
"allowedDates": "Sets the allowed dates of the month.", | ||
"hideWeekdays": "Hide the days of the week letters.", | ||
"max": "Sets the maximum date of the month.", | ||
"min": "Sets the minimum date of the month.", | ||
"month": "Sets the month.", | ||
"weekdays": "Sets the weekdays of the month.", | ||
"year": "Sets the year.", | ||
"multiple": "Sets the multiple of the month.", | ||
"showAdjacentMonths": "Show adjacent months.", | ||
"showWeek": "Show the week number.", | ||
"transition": "The transition used when changing months into the future", | ||
"reverseTransition": "The transition used when changing months into the past" | ||
}, | ||
"events": { | ||
"update:month": "Fired when the month changes.", | ||
"update:year": "Fired when the year changes.", | ||
"day": "Fired when a day is clicked." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"slots": { | ||
"month": "Slot for the month." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"props": { | ||
"allowedDates": "Sets the allowed dates of the month.", | ||
"hideWeekdays": "Hide the days of the week letters.", | ||
"max": "Sets the maximum date of the month.", | ||
"min": "Sets the minimum date of the month.", | ||
"month": "Sets the month.", | ||
"weekdays": "Sets the weekdays of the month.", | ||
"year": "Sets the year.", | ||
"day": "The current day of the selected date.", | ||
"multiple": "Sets the multiple of the month.", | ||
"showAdjacentMonths": "Show adjacent months.", | ||
"showWeek": "Show the week number.", | ||
"transition": "The transition used when changing months into the future", | ||
"reverseTransition": "The transition used when changing months into the past" | ||
}, | ||
"events": { | ||
"update:month": "Event emitted when the month changes.", | ||
"update:year": "Event emitted when the year changes." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"props": { | ||
"max": "Sets the maximum date of the month.", | ||
"min": "Sets the minimum date of the month.", | ||
"year": "Sets the year." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{} | ||
{ | ||
"props": { | ||
"target": "Sets the target element for the transition." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{} | ||
{ | ||
"props": { | ||
"position": "The position of the item." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
{} | ||
{ | ||
"props": { | ||
"tag": "Specify a custom tag used on the root element.", | ||
"title": "Specify a title text for the component.", | ||
"inset": "Insets the subheader without additional spacing, aligning it flush with the surrounding content.", | ||
"sticky": "Sticks the header to the top of the table." | ||
} | ||
} |
Oops, something went wrong.