Skip to content

Commit bee8a48

Browse files
committed
chore(datetime):Add leftover descriptions API#6271
1 parent 84e8812 commit bee8a48

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

projects/igniteui-angular/src/lib/directives/date-time-editor/date-time-editor.common.ts

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ export interface IgxDateTimeEditorEventArgs {
33
newValue: Date | string;
44
}
55

6+
/**
7+
* An @Enum that allows you to specify a particular date, time or AmPm part.
8+
*/
69
export enum DatePart {
710
Date = 'date',
811
Month = 'month',

projects/igniteui-angular/src/lib/directives/date-time-editor/date-time-editor.directive.ts

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { IgxDateTimeEditorEventArgs, DatePartInfo, DatePart } from './date-time-
1717
*
1818
* @igxModule IgxDateTimeEditorModule
1919
*
20+
* @igxParent IgxInputGroup
21+
*
22+
* @igxTheme igx-input-theme
23+
*
2024
* @igxKeywords date, time, editor
2125
*
2226
* @igxGroup Scheduling

0 commit comments

Comments
 (0)