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;
package/dist/index.d.ts CHANGED
@@ -16,7 +16,7 @@ interface todosProps {
16
16
  listMasterData?: ListMasterDataProps;
17
17
  detailAction?: (rowId: string | undefined) => void;
18
18
  handleNameClick?: (id?: string) => void;
19
- toggleDashboardTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
19
+ toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
20
20
  }
21
21
  declare const Todos: React__default.FC<todosProps>;
22
22
 
@@ -576,7 +576,7 @@ interface SideBarListProps {
576
576
  detailAction?: (value: string | undefined) => void;
577
577
  handleNameClick?: (id?: string) => void;
578
578
  handleChallengeHeaderClick?: (patientId?: string, challengeId?: string) => void;
579
- toggleDashboardTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
579
+ toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
580
580
  }
581
581
  interface UrgentDataProps {
582
582
  fullName?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.185",
3
+ "version": "1.12.186",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",