dfh-ui-library 1.12.185 → 1.12.186

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.
@@ -12,7 +12,7 @@ interface todosProps {
12
12
  listMasterData?: ListMasterDataProps;
13
13
  detailAction?: (rowId: string | undefined) => void;
14
14
  handleNameClick?: (id?: string) => void;
15
- toggleDashboardTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
15
+ toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
16
16
  }
17
17
  declare const Todos: React.FC<todosProps>;
18
18
  export default Todos;
@@ -687,7 +687,7 @@ export interface SideBarListProps {
687
687
  detailAction?: (value: string | undefined) => void;
688
688
  handleNameClick?: (id?: string) => void;
689
689
  handleChallengeHeaderClick?: (patientId?: string, challengeId?: string) => void;
690
- toggleDashboardTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
690
+ toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
691
691
  }
692
692
  export interface UrgentDataProps {
693
693
  fullName?: string | undefined;