Skip to content

Commit

Permalink
docs: add missing attribute JSDoc annotations (#3778) (#3781)
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
  • Loading branch information
vaadin-bot and web-padawan committed May 4, 2022
1 parent 005c2d8 commit b40e522
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/date-picker/src/vaadin-date-picker-mixin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export declare class DatePickerMixinClass {
* Date which should be visible when there is no value selected.
*
* The same date formats as for the `value` property are supported.
* @attr {string} initial-position
*/
initialPosition: string | null | undefined;

Expand All @@ -65,13 +66,15 @@ export declare class DatePickerMixinClass {

/**
* Set true to prevent the overlay from opening automatically.
* @attr {boolean} auto-open-disabled
*/
autoOpenDisabled: boolean | null | undefined;

/**
* Set true to display ISO-8601 week numbers in the calendar. Notice that
* displaying week numbers is only supported when `i18n.firstDayOfWeek`
* is 1 (Monday).
* @attr {boolean} show-week-numbers
*/
showWeekNumbers: boolean | null | undefined;

Expand Down

0 comments on commit b40e522

Please sign in to comment.