-
Notifications
You must be signed in to change notification settings - Fork 843
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
converts all DatePicker family of components to TypeScript (#2891)
* converts all DatePicker family of components to TypeScript * updates ScreenReaderOnly text per review feedback * widens RefCallback usage to just Ref per review feedback * export ReactDatePicker and ReactDatePickerProps from @elastic/eui * Move date picker onChange string argument definition to super date picker * Semi-revert EuiAbsoluteTab's onChange call * Cleaned up aria-describedby in EuiRefreshInteral * makes valueAsMoment usage more consistent/idiomatic * makes optional event arguments consistent * Clean up regressions found in Kibana testing Co-authored-by: Chandler Prall <[email protected]>
- Loading branch information
1 parent
61ffb8a
commit cddaf28
Showing
52 changed files
with
1,252 additions
and
984 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
File renamed without changes.
8 changes: 5 additions & 3 deletions
8
...omponents/date_picker/date_picker.test.js → ...mponents/date_picker/date_picker.test.tsx
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
File renamed without changes.
Oops, something went wrong.