dfh-ui-library 1.12.165 → 1.12.167

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) => Promise<any>;
15
+ toggleDashboardTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
16
16
  }
17
17
  declare const Todos: React.FC<todosProps>;
18
18
  export default Todos;
@@ -4,7 +4,7 @@ import { ITodoToggleRequestParams } from "../SideBarListView/todos";
4
4
  interface NoteViewProps {
5
5
  notes?: NoteItemProps[];
6
6
  addtionalClassesCheckboxLabel?: string;
7
- toggleDashboardTodoCheckbox?: (req: ITodoToggleRequestParams) => Promise<any>;
7
+ toggleDashboardTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
8
8
  }
9
9
  declare const NotesView: React.FC<NoteViewProps>;
10
10
  export default NotesView;
@@ -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) => Promise<any>;
15
+ toggleDashboardTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
16
16
  }
17
17
  declare const Todos: React.FC<todosProps>;
18
18
  export default Todos;
@@ -4,7 +4,7 @@ import { ITodoToggleRequestParams } from "../SideBarListView/todos";
4
4
  interface NoteViewProps {
5
5
  notes?: NoteItemProps[];
6
6
  addtionalClassesCheckboxLabel?: string;
7
- toggleDashboardTodoCheckbox?: (req: ITodoToggleRequestParams) => Promise<any>;
7
+ toggleDashboardTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
8
8
  }
9
9
  declare const NotesView: React.FC<NoteViewProps>;
10
10
  export default NotesView;
package/dist/index.d.ts CHANGED
@@ -1456,7 +1456,7 @@ interface todosProps {
1456
1456
  listMasterData?: ListMasterDataProps;
1457
1457
  detailAction?: (rowId: string | undefined) => void;
1458
1458
  handleNameClick?: (id?: string) => void;
1459
- toggleDashboardTodoCheckbox?: (req: ITodoToggleRequestParams) => Promise<any>;
1459
+ toggleDashboardTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
1460
1460
  }
1461
1461
  declare const Todos: React__default.FC<todosProps>;
1462
1462
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.165",
3
+ "version": "1.12.167",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",