Skip to content

Commit

Permalink
refactor: review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek committed Feb 13, 2025
1 parent 3b63a8a commit 88e090e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/oruga/src/components/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@ In addition, any CSS selector string or an actual DOM node can be used. */
teleport: boolean | object | string;
/** Accessibility next button aria label */
ariaNextLabel: string;
/** Accessibility month select aria label */
ariaSelectMonthLabel: string;
/** Accessibility year select aria label */
ariaSelectYearLabel: string;
/** Class of the root element */
rootClass: ClassDefinition;
/** Class of the Datepicker size */
Expand Down Expand Up @@ -1470,6 +1474,12 @@ In addition, any CSS selector string or an actual DOM node can be used. */
Set `true` to append the component to the body.
In addition, any CSS selector string or an actual DOM node can be used. */
teleport: boolean | object | string;
/** Accessibility seconds select aria label */
ariaSelectSecondLabel: string;
/** Accessibility minutes select aria label */
ariaSelectMinuteLabel: string;
/** Accessibility hours select aria label */
ariaSelectHourLabel: string;
/** Class of the root element */
rootClass: ClassDefinition;
/** Class of the Timepicker component size */
Expand Down

0 comments on commit 88e090e

Please sign in to comment.