Closed
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
,IgxTimePickerComponent
andIgxDateRangePickerComponent
with 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.