You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add isDateAvailable property
* Further changes to allow disabling arbitrary dates
Co-authored-by: A.J. Roberts <arobertsbnr@users.noreply.github.com>
* Starting to add tests for isDateAvailable changes
* Add validation and disabled tests
* refactor: Refactoring per review comments
* feat(date-picker): Add disabled function to demo
* feat(date-picker): update month-calendar tests
* feat(date-picker): Update datepicker playground to ensure disabled function returns a true boolean
* feat(date-picker): month-calendar should not use isDateDisabled function for checking if entire month is disabled
* fix(date-picker): change per review.
* feat(date-picker): Update isDateDisabled contract to use DatePickerDate type instead of Date
* feat(date-picker): Update date-picker html demo to provide sample isDateDisabled use
* feat(date-picker): Update keyboard logic for disabled dates
* feat(date-picker): Update date-picker demo
* fix(date-picker): Fix bug in overlay mixin _selectDate function
* fix(date-picker): update disabled dates test to use DatePickerDate type
* feat(date-picker): Add tests for keyboard navigation
* fix(date-picker): Update getDayAriaDisabled logic to account for custom function
* fix(date-picker): update month-calendar tests for disabled date function
* fix(date-picker): fix lint issues
* chore(date-picker): move keyboard-related disabled date tests to keyboard nav suite
* fix(date-picker): update keyboard validation tests
* handle async property update in a Lit test
* fix(date-picker): per review - use dateAllowed helper function instead of dupe logic
* test: align tests with existing tests
* feat(date-picker): Update keyboard test for disabled dates to test ENTER
* test: split cases into separate tests
* test: fix test errors in the console
* chore: update helper import
* Update packages/date-picker/src/vaadin-date-picker-overlay-content-mixin.js
---------
Co-authored-by: David Ethell <dethell@jhacorp.com>
Co-authored-by: A.J. Roberts <arobertsbnr@users.noreply.github.com>
Co-authored-by: Tomi Virkki <virkki@vaadin.com>
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
0 commit comments