-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(timepicker): add timepicker component (#2402)
* feat(timepicker): add timepicker component * feat(timepicker): fix styles * feat(timepicker): fix comments * feat(timepicker): fix comments * feat(timepicker): fix comments * feat(timepicker): fix comments, add docs * feat(timepicker): fix comments * feat(timepicker): fix bugs * feat(timepicker): add docs * feat(timepicker): add ControlValueAccessor * feat(timepicker): fix format issue * feat(timepicker): add convertToBoolProperty * feat(timepicker): fix convertToBoolProperty * fix(tabIndex): fix ampm issue * fix(tabIndex): fix linter * fix(tabIndex): fix test * fix(tabIndex): fix comments * fix(tabIndex): fix comments * fix(tabIndex): fix trackBy issue * feat(timePicker): fix issue with trackBy single column * feat(timePicker): update timepicker icon * style: separate big blocks with new lines * refactor: remove redundant assignment * refactor: use common project class setting syntax * refactor: move internal interface to component where it used * refactor: unify am/pm logic * refactor(playground): remove moment adapter * refactor(playground): remove unused modules * revert(timepicker): remove accidentally added new line in time format * feat(timepicker): add form control and ngModel showcases * style: reorder imports as per repo standard * style: reorder class members as per repo standard * refactor: make method protected * feat(timepicker): fix comments * feat(timepicker): fix cell height * feat(timepicker): fix docs * feat(timepicker): fix date-timepicker issue * feat(timepicker): update docs * feat: add comment on `onStable` usage * feat(timepicker): fix comments * style: add semicolon * fix: subscribe to blur events once * fix(timepicker): don't discard value typed input * refactor: use portal outlet to render portal * fix(calendar with time): make cd public As it used outside the component * fix(timepicker): mark for check when date changes * refactor: make date time picker default size * fix: emit change when typing in input * style(docs): add missing dot * refactor: add cell work to cell related theme vars Co-authored-by: Maksim Karatkevich <m.karatkevich@akveo.com> Co-authored-by: Sergey Andrievskiy <yggg@users.noreply.github.com> Co-authored-by: Sergey Andrievskiy <s.andrievskiy@akveo.com>
- Loading branch information
1 parent
4c1f35f
commit 70ee391
Showing
53 changed files
with
2,851 additions
and
25 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
4 changes: 4 additions & 0 deletions
4
...theme/components/calendar-kit/components/calendar-actions/calendar-actions.component.scss
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
:host { | ||
display: flex; | ||
justify-content: space-between; | ||
} |
Oops, something went wrong.