ms-time-sheet 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -853,6 +853,7 @@ export declare class TimeSheetComponent implements OnInit, OnChanges, AfterViewI
|
|
|
853
853
|
deleteClicked: EventEmitter<void>;
|
|
854
854
|
onDeleteClick(): void;
|
|
855
855
|
get areDatesSelectedAndEqual(): boolean;
|
|
856
|
+
get hasAccordionDetails(): boolean;
|
|
856
857
|
isArray(value: any): boolean;
|
|
857
858
|
getTimelineHours(): string[];
|
|
858
859
|
getTimePosition(timeString: string): number;
|