dfh-ui-library 1.12.435 → 1.12.437

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { ISolutionvalues, NoteProps, TimelineEventProps } from "../../shared/models/components/common.model";
3
3
  import { ITodoToggleRequestParams } from "../SideBarListView/todos";
4
- export declare const getTimeLineCards: (eventData: TimelineEventProps, setShowCompleteNote: (isShow: boolean) => void, showCompleteNote: boolean, handleEditItemTimeLine: any, navigateAction?: (timeLineNavReq?: ISolutionvalues, type?: string) => void, surveyId?: string, showNote?: boolean, setShowNote?: (isSet: boolean) => void, enableEdit?: boolean, toggleEdit?: (isShow: boolean) => void, viewNoteHistory?: any, lastModified?: string, saveNoteValues?: any, setEnableEdit?: (isEnable: boolean) => void, surveyDate?: string, type?: string[], showAll?: boolean, isChallengeTimeline?: boolean, handlePrevChallengeData?: (note: NoteProps) => void) => React.JSX.Element;
4
+ export declare const getTimeLineCards: (eventData: TimelineEventProps, setShowCompleteNote: (isShow: boolean) => void, showCompleteNote: boolean, handleEditItemTimeLine: any, navigateAction?: (timeLineNavReq?: ISolutionvalues, type?: string) => void, surveyId?: string, showNote?: boolean, setShowNote?: (isSet: boolean) => void, enableEdit?: boolean, toggleEdit?: (isShow: boolean) => void, viewNoteHistory?: any, lastModified?: string, saveNoteValues?: any, setEnableEdit?: (isEnable: boolean) => void, surveyDate?: string, type?: string[], showAll?: boolean, isChallengeTimeline?: boolean, handleCopyCurrentNote?: (note: NoteProps) => void) => React.JSX.Element;
5
5
  export declare const NoteCard: React.FC<{
6
6
  eventData?: TimelineEventProps;
7
7
  note?: NoteProps;
@@ -17,5 +17,5 @@ export declare const NoteCard: React.FC<{
17
17
  showAll?: boolean;
18
18
  toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
19
19
  isChallengeTimeline?: boolean;
20
- handlePrevChallengeData?: (note: NoteProps) => void;
20
+ handleCopyCurrentNote?: (note: NoteProps) => void;
21
21
  }>;
@@ -674,7 +674,7 @@ export interface TimelineProps {
674
674
  type?: string[];
675
675
  toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
676
676
  isChallengeTimeline?: boolean;
677
- handlePrevChallengeData?: (note: NoteProps) => void;
677
+ handleCopyCurrentNote?: (note: NoteProps) => void;
678
678
  }
679
679
  export interface SideBarListProps {
680
680
  filterLeftLabel?: string;
@@ -734,7 +734,7 @@ export interface TimelineEventProps {
734
734
  navigateAction?: (timeLineNavReq?: ISolutionvalues, type?: string) => void;
735
735
  toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
736
736
  isChallengeTimeline?: boolean;
737
- handlePrevChallengeData?: (note: NoteProps) => void;
737
+ handleCopyCurrentNote?: (note: NoteProps) => void;
738
738
  }
739
739
  export interface IVariant {
740
740
  pdfMetaData?: PDFMeta;
package/dist/index.d.ts CHANGED
@@ -564,7 +564,7 @@ interface TimelineProps {
564
564
  type?: string[];
565
565
  toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
566
566
  isChallengeTimeline?: boolean;
567
- handlePrevChallengeData?: (note: NoteProps) => void;
567
+ handleCopyCurrentNote?: (note: NoteProps) => void;
568
568
  }
569
569
  interface SideBarListProps {
570
570
  filterLeftLabel?: string;
@@ -624,7 +624,7 @@ interface TimelineEventProps {
624
624
  navigateAction?: (timeLineNavReq?: ISolutionvalues, type?: string) => void;
625
625
  toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
626
626
  isChallengeTimeline?: boolean;
627
- handlePrevChallengeData?: (note: NoteProps) => void;
627
+ handleCopyCurrentNote?: (note: NoteProps) => void;
628
628
  }
629
629
  interface IVariant {
630
630
  pdfMetaData?: PDFMeta;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.435",
3
+ "version": "1.12.437",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",