-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(date-picker): Initial changes to support edit field #3034 * refactor(themes): update date-picker theme after refactor * feat(date-picker): Fixes in editable date-picker #3034 * feat(date-picker): Implementing edit mode #3034 * feat(date-picker): More changes #3034 * feat(date-picker): Added spinning of the date parts #3034 * feat(date-picker): Added spinning functionality and other fixes #3034 * feat(date-picker): Spinning issues fixes #3034 * chore(*): Some code changes * feat(date-picker): Resolved merged changes #3034 * feat(date-picker): Reworked parts in editable mode #3034 * fix(igxCalendar): add trackBy for months and years, #3595 If calendar is shown in overlay, the overlay saves a reference to calendar elementRef. Month and Year templates add click event via host listener. However, both templates redraw themselves. As a result of this elements, where the click event was added, are lost. As a result click does not fire. To fix this we added trackBy in ngFor both for Month and Year templates. * feat(date-picker): Added spinning on mouse wheel #3583 * feat(date-picker): Added more functionality #3583 * feat(date-picker): Fixes in editing and spinning date parts #3583 * feat(date-picker): Added infinite loop when spinning #3583 * feat(date-picker): Fixes in editable date-picker #3583 * feat(date-picker): Fixes in edit mode #3583 * feat(date-picker): Fixes, refactoring #3583 * feat(date-picker): Disabled/special dates handling #3583 * feat(date-picker): Fixes in editable mode #3583 * feat(date-picker): Fixes in tests #3583 * feat(date-picker): Calendar and buttons added to new component #3583 * feat(date-picker): Fixed spinning of long months names #3583 * feat(date-picker): Fixed existing tests, refactoring #3583 * feat(date-picker): Reworked code, overlay settings exposed #3583 * feat(date-picker): Fixed styles bindings #3583 * fix(date-picker): Fixes in edit mode #3583 * fix(date-picker): Fixes, added tests for edit mode #3583 * fix(date-picker): Added alt+up key behavior, added tests #3583 * fix(date-picker): Fixed check for days in month #3583 * fix(date-picker): Fixes in edit mode #3583 * fix(date-picker): Changed date-picker mode in grid #3583 * fix(date-picker): Fixes in code and tests #3583 * feat(date-picker): Added some API comments and fixes #3583 * feat(date-picker): Added info in docs, fixed method name #3583 * fix(igx-grid): Add filter-row date-picker in grid's outlet, #3034 * feat(date-picker): fix broken behaviors after calendar merge #3583 * fix(date-picker): Requested changes done #3583 * fix(date-picker): Fixes in date-picker #3583 * fix(date-picker): Fixes in code #3583 * fix(date-picker): Fix in calendar opening #3583 * fix(grid): Enabled key down event for date-picker editor #3583 * fix(grid): failing tests #3583 * fix(grid): Removed not needed brackets #3583 * fix(grid): Removed unused openDialog event argument #3583 * fix(date-picker): Stopped propagation of spinning events #3583 * fix(date-picker): Fixed empty mask #3583 * fix(grid): failing test for locale #3583 * chore(*): try fixing flickering test #3583 * test(date-picker): Added new tests, fixes #3583 * test(date-picker): Fixed failing focus test #3583 * test(grid): remove detectChanges #3583 * test(date-picker): Added tests for editable date-picker #3583 * test(grid): enter edit mode -> update -> exit edit mode -> check #3583 * test(grid): use API calls to methods instead of using shift+tab #3583 * test(date-picker): Added more tests for editable date picker #3583
- Loading branch information
Showing
35 changed files
with
2,602 additions
and
611 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
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
2 changes: 1 addition & 1 deletion
2
projects/igniteui-angular/src/lib/calendar/months-view/months-view.component.html
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
2 changes: 1 addition & 1 deletion
2
projects/igniteui-angular/src/lib/calendar/years-view/years-view.component.html
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
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
Oops, something went wrong.