RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
dfh-ui-library
Versions diffs
1.12.442 → 1.12.443
Page 2
dfh-ui-library 1.12.442 → 1.12.443
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (6)
hide
show
package/dist/cjs/index.js.map
+1
-1
package/dist/cjs/types/components/SideBarListView/todos.d.ts
+0
-2
package/dist/esm/index.js.map
+1
-1
package/dist/esm/types/components/SideBarListView/todos.d.ts
+0
-2
package/dist/index.d.ts
+0
-2
package/package.json
+1
-1
package/dist/cjs/types/components/SideBarListView/todos.d.ts
CHANGED
Viewed
@@ -5,8 +5,6 @@ export interface ITodoToggleRequestParams {
5
5
note?: NoteProps;
6
6
actionedUser?: string;
7
7
patient?: string;
8
-
survey?: string;
9
-
noteType?: string;
10
8
toggleOptions: {
11
9
noteIndex: number;
12
10
check: boolean;
« First
‹ Prev
1
2
3
4
Next ›
Last »