dfh-ui-library 1.11.37 → 1.11.39

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.
@@ -629,7 +629,7 @@ export interface TimelineProps {
629
629
  timelines: TimelineEventProps[];
630
630
  showAll?: string;
631
631
  handleEditItem?: (items: NoteProps, serveyId?: string) => void;
632
- viewNoteHistory?: (show: boolean) => void;
632
+ viewNoteHistory?: (isShow: boolean, noteId: string, eventData?: any) => void;
633
633
  navigationAction?: (solution?: ISolutionvalues, type?: string) => void;
634
634
  }
635
635
  export interface SideBarListProps {
@@ -669,7 +669,7 @@ export interface TimelineEventProps {
669
669
  lastModified?: string;
670
670
  showAll?: string;
671
671
  handleEditItem?: (items: NoteProps, serveyId?: string) => void;
672
- viewNoteHistory?: (show: boolean) => void;
672
+ viewNoteHistory?: (isShow: boolean, noteId: string, eventData?: any) => void;
673
673
  isLocked?: boolean;
674
674
  surveyId?: string;
675
675
  type: string;