-
Notifications
You must be signed in to change notification settings - Fork 161
feat(date-time-editor): add option to set spin delta per part #7169 #8987
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
Merged
damyanpetev
merged 9 commits into
pickers-refactoring
from
bpenkov/date-time-editor-spin-delta
Mar 11, 2021
Merged
feat(date-time-editor): add option to set spin delta per part #7169 #8987
damyanpetev
merged 9 commits into
pickers-refactoring
from
bpenkov/date-time-editor-spin-delta
Mar 11, 2021
Conversation
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
…o bpenkov/date-time-editor-spin-delta
Lipata
requested changes
Feb 24, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the new feature to the changelog
damyanpetev
requested changes
Mar 1, 2021
projects/igniteui-angular/src/lib/directives/date-time-editor/date-time-editor.directive.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/directives/date-time-editor/date-time-editor.directive.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/directives/date-time-editor/date-time-editor.directive.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/directives/date-time-editor/date-time-editor.directive.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/directives/date-time-editor/date-time-editor.common.ts
Outdated
Show resolved
Hide resolved
…rement - use default target date part when none is provided
89dcdb7
to
d6f6d0b
Compare
…o bpenkov/date-time-editor-spin-delta
d6f6d0b
to
d3cca45
Compare
7e2c752
to
8e2ef17
Compare
damyanpetev
requested changes
Mar 11, 2021
projects/igniteui-angular/src/lib/directives/date-time-editor/date-time-editor.directive.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/directives/date-time-editor/date-time-editor.directive.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/directives/date-time-editor/date-time-editor.directive.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/directives/date-time-editor/date-time-editor.directive.ts
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/directives/date-time-editor/date-time-editor.directive.ts
Outdated
Show resolved
Hide resolved
…o bpenkov/date-time-editor-spin-delta
damyanpetev
approved these changes
Mar 11, 2021
Lipata
approved these changes
Mar 11, 2021
Lipata
pushed a commit
that referenced
this pull request
Apr 21, 2021
…#6483 (#9160) * feat(*): add PickersBaseDirective * feat(date-time-editor): handling for wheel events * feat(types): add new enum HeaderOrientation * feat(date-time-editor): add preventSpeenOnWheel input * feat(date-time-editor): can be set to suppress focus * feat(DatePickerUtils): add method for min/max validation * refactor(CalendarContainer): move to date-utils * feat(PickersBaseDirective): implements EditorProvider * refactor(picker-icons): move picker icon components to date-common * feat(date-time-editor): add option to set spin delta per part #7169 (#8987) * refactor(date-range): pickers base, overlay service, template buttons, valueChange * refactor(date-editor): rename isSpinLoop to spinLoop * feat(date-time-editor, date-range-picker, date-picker): ISO 8601 support #6994 * feat(date-picker): add readonly prop, close on escape * refactor(advanced-filtering): update date picker template * refactor(filtering-row): update date picker template * refactor(excel-style-date-expr): update date picker template * refactor(input-directive): set disabled using hostbinding * feat(igx-time-picker): refactoring #6482 (#8947) * feat(date-time-editor, pickers): add migrations, changelog, readme #6482, #6483 (#9319) Co-authored-by: Boris <[email protected]> Co-authored-by: plamenamiteva <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #7169
Additional information (check all that apply):
Checklist:
feature/README.MD
updates for the feature docsREADME.MD
CHANGELOG.MD
updates for newly added functionalityng update
migrations for the breaking changes (migrations guidelines)