-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
📈 enhancement📅 date-picker📅 date-range-picker📅 date-time-editor✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.program: igniteuiproject managementproject managementversion: 9.1.x
Description
igxDatePicker implements the following interface and igxTimePikcer implements this one. After the IgxDateTimeEditorDirective is created, these interfaces should be revised. There are properties/methods/events (mode, calendar events) that are common for both, as well for the IgxRangeDatePickerComponent, so they should be extracted to a separate interface. Implements IToggleInterface (the latter should be extended and synced within the product)
- Define a common abstract class for the
IgxDatePickerComponent,IgxTimePickerComponentandIgxDateRangePickerComponentwith base functionality (and possible additional extension for each component) - Update specification of
IgxDatePickerComponent - Update specification of
IgxTimePickerComponent
- Refactoring of
IgxDatePickerComponent - Refactoring of
IgxTimePickerComponent
IgxDateTimeEditorDirective needs to be used as the input for all pickers.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
📈 enhancement📅 date-picker📅 date-range-picker📅 date-time-editor✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.program: igniteuiproject managementproject managementversion: 9.1.x