-
Notifications
You must be signed in to change notification settings - Fork 161
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
IgxDatePicker refactoring #6483
Labels
📈 enhancement
📅 date-picker
program: igniteui
project management
refactoring
♿ a11y
When the issue or PR is related to accessibility
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
There has been no recent activity and this issue has been marked inactive. |
github-actions
bot
added
the
status: inactive
Used to stale issues and pull requests
label
Jun 23, 2020
There has been no recent activity and this issue has been marked inactive. |
github-actions
bot
added
the
status: inactive
Used to stale issues and pull requests
label
Aug 23, 2020
jackofdiamond5
removed
the
status: inactive
Used to stale issues and pull requests
label
Aug 24, 2020
Closes #6286 |
This was referenced Nov 25, 2020
Closed
Closed
jackofdiamond5
added
🛠️ status: in-development
Issues and PRs with active development on them
and removed
🆕 status: new
labels
Jan 25, 2021
jackofdiamond5
added
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
and removed
🛠️ status: in-development
Issues and PRs with active development on them
labels
Mar 31, 2021
Lipata
added a commit
that referenced
this issue
Apr 14, 2021
Lipata
added a commit
that referenced
this issue
Apr 19, 2021
, #6483 (#9319) Co-authored-by: Boris <[email protected]> Co-authored-by: plamenamiteva <[email protected]>
Lipata
pushed a commit
that referenced
this issue
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
Labels
📈 enhancement
📅 date-picker
program: igniteui
project management
refactoring
♿ a11y
When the issue or PR is related to accessibility
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Dependant on #6271
Related to #7199
Specification
With the new
IgxDateTimeEditorDirective
implemented, we should refactor theIgxDatePicker
to use the new editor to handle mask parsing, spinning, date validation and any other action related to the date picker's input.Tasks during refactoring:
IgxDateTimeEditorDirective
(10 days)IgxDatePickerComponent
CalendarContainer
to global date directoryHave
IgxDateRangePickerComponent
extendPickersBaseDirective
(2 days)Refactoring of
DatePickerUtils
- will be renamed toDateTimeUtils
(4 days)DateTimeUtils
's public methodsIgxDatePickerComponent
(2 days)IgxDatePickerComponent
's documentation and samplesCurrent estimations are purely for development time.
The text was updated successfully, but these errors were encountered: