File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import {Moment} from 'moment';
9
9
import { GaService } from '../services/ga/ga.service' ;
10
10
import { ECalendarValue } from '../../lib/common/types/calendar-value-enum' ;
11
11
import { INavEvent } from '../../lib/common/models/navigation-event.model' ;
12
- import { ISelectionEvent } from '../../lib/common/types/selection-evet .model' ;
12
+ import { ISelectionEvent } from '../../lib/common/types/selection-event .model' ;
13
13
14
14
const moment = momentNs ;
15
15
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import { SingleCalendarValue } from './single-calendar-value' ;
2
2
import { unitOfTime } from 'moment' ;
3
- import { SelectEvent } from './selection-evet .enum. ' ;
3
+ import { SelectEvent } from './selection-event .enum' ;
4
4
5
5
export interface ISelectionEvent {
6
6
date : SingleCalendarValue ;
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ import {DateValidator} from '../common/types/validator.type';
50
50
import { MonthCalendarComponent } from '../month-calendar/month-calendar.component' ;
51
51
import { DayTimeCalendarComponent } from '../day-time-calendar/day-time-calendar.component' ;
52
52
import { INavEvent } from '../common/models/navigation-event.model' ;
53
- import { SelectEvent } from '../common/types/selection-evet .enum. ' ;
54
- import { ISelectionEvent } from '../common/types/selection-evet .model' ;
53
+ import { SelectEvent } from '../common/types/selection-event .enum' ;
54
+ import { ISelectionEvent } from '../common/types/selection-event .model' ;
55
55
56
56
@Component ( {
57
57
selector : 'dp-date-picker' ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export {IDayEvent} from './day-calendar/day.model';
10
10
export { IDatePickerConfig } from './date-picker/date-picker-config.model' ;
11
11
export { IDatePickerDirectiveConfig } from './date-picker/date-picker-directive-config.model' ;
12
12
export { IMonthCalendarConfig } from './month-calendar/month-calendar-config' ;
13
- export { ISelectionEvent } from './common/types/selection-evet .model' ;
14
- export { SelectEvent } from './common/types/selection-evet .enum. ' ;
13
+ export { ISelectionEvent } from './common/types/selection-event .model' ;
14
+ export { SelectEvent } from './common/types/selection-event .enum' ;
15
15
16
16
export * from './date-picker.module' ;
You can’t perform that action at this time.
0 commit comments