RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
dfh-ui-library
Versions diffs
1.12.442 → 1.12.443
Page 4
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/esm/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;
package/dist/index.d.ts
CHANGED
Viewed
@@ -9,8 +9,6 @@ interface ITodoToggleRequestParams {
9
9
note?: NoteProps;
10
10
actionedUser?: string;
11
11
patient?: string;
12
-
survey?: string;
13
-
noteType?: string;
14
12
toggleOptions: {
15
13
noteIndex: number;
16
14
check: boolean;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "dfh-ui-library",
3
-
"version": "1.12.
442
",
3
+
"version": "1.12.
443
",
4
4
"description": "",
5
5
"scripts": {
6
6
"build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",
« First
‹ Prev
1
2
3
4