-
Notifications
You must be signed in to change notification settings - Fork 0
Kds 461 date input #429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
RainerSchmoeger
wants to merge
29
commits into
master
Choose a base branch
from
KDS-461-date-input
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Kds 461 date input #429
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c9a94b4
KDS-461: test 3 types of date picker
RainerSchmoeger a307bc1
KDS-461: use temporal.plaindate
RainerSchmoeger fec9d38
KDS-461: adjust styling
RainerSchmoeger 34ef599
KDS-461: focus date picker when opened
RainerSchmoeger 460b94f
KDS-461: Add play tests
RainerSchmoeger 8554cca
KDS-461: fix focus blinking
RainerSchmoeger 0ac8cb6
KDS-461: remove vcalendar and vuepic variants
RainerSchmoeger cfc6c1f
KDS-461: apply review comments
RainerSchmoeger 1abb47e
KDS-461: apply review comments
RainerSchmoeger ee6864c
KDS-461: fix linter warnings
RainerSchmoeger 0e54705
KDS-461: fix sonar issue
RainerSchmoeger 1956051
KDS-461: css cleanup
RainerSchmoeger 6a27bc0
KDS-461: apply review comments
RainerSchmoeger 561bd20
KDS-461: apply review comments
RainerSchmoeger d1be812
KDS-461: scroll selected year into center when dropdown opens
RainerSchmoeger 2cac795
KDS-461: refactor: update date input min/max logic and enhance year r…
RainerSchmoeger f0e3b71
KDS-461: apply review comments
RainerSchmoeger fa67b7c
KDS-461: improve doc types
RainerSchmoeger 01fbdd3
KDS-461: apply review comments
RainerSchmoeger 5f854e9
KDS-461: apply review comments
RainerSchmoeger 20f3f93
KDS-461: Add day/month/year grids to date picker
ChristianAlbrecht fd5aea0
KDS-461: apply day grid styling
RainerSchmoeger 03ccf01
KDS-461: refactor: enhance date picker accessibility and focus manage…
RainerSchmoeger 713593c
KDS-461: align month and year view styling
RainerSchmoeger f3c25e9
KDS-461: apply review comments
RainerSchmoeger c04ce97
revert styling month and year
RainerSchmoeger d109ef1
KDS-461: allow clicking days of other monts
RainerSchmoeger 75ca8f7
KDS-461: underline current date
RainerSchmoeger 22cdd6a
KDS-461: apply review comments
RainerSchmoeger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 @@ | ||
| --- | ||
| "@knime/kds-components": minor | ||
| --- | ||
|
|
||
| **BREAKING CHANGE:** `KdsDateInput` v-model type changed from `string` to `Temporal.PlainDate | null`. The `datePickerMin`/`datePickerMax` props have been renamed to `minDate`/`maxDate` and their types changed from `string` to `Temporal.PlainDate`. `temporal-polyfill` is shipped as a direct dependency of `@knime/kds-components`; consumers should import `Temporal` from the same `temporal-polyfill` package to ensure type compatibility and avoid duplicate polyfill instances. |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.