@ltht-react/diagnosis-summary 2.0.154 → 2.0.157
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.
|
@@ -6,7 +6,7 @@ interface Props extends HTMLAttributes<HTMLDivElement> {
|
|
|
6
6
|
condition: Condition;
|
|
7
7
|
extendedTemplateDisplayName?: string | undefined;
|
|
8
8
|
extensionTemplateDisplayName?: string | undefined;
|
|
9
|
-
isReadOnly
|
|
9
|
+
isReadOnly?: boolean;
|
|
10
10
|
dateOnlyView?: boolean;
|
|
11
11
|
displaySource?: boolean;
|
|
12
12
|
controls?: ButtonProps[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ltht-react/diagnosis-summary",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.157",
|
|
4
4
|
"description": "ltht-react clinical DiagnosisSummary component.",
|
|
5
5
|
"author": "LTHT",
|
|
6
6
|
"homepage": "",
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@emotion/react": "^11.0.0",
|
|
30
30
|
"@emotion/styled": "^11.0.0",
|
|
31
|
-
"@ltht-react/button": "^2.0.
|
|
32
|
-
"@ltht-react/hooks": "^2.0.
|
|
33
|
-
"@ltht-react/icon": "^2.0.
|
|
34
|
-
"@ltht-react/list": "^2.0.
|
|
35
|
-
"@ltht-react/styles": "^2.0.
|
|
36
|
-
"@ltht-react/type-summary": "^2.0.
|
|
37
|
-
"@ltht-react/types": "^2.0.
|
|
38
|
-
"@ltht-react/utils": "^2.0.
|
|
31
|
+
"@ltht-react/button": "^2.0.157",
|
|
32
|
+
"@ltht-react/hooks": "^2.0.157",
|
|
33
|
+
"@ltht-react/icon": "^2.0.157",
|
|
34
|
+
"@ltht-react/list": "^2.0.157",
|
|
35
|
+
"@ltht-react/styles": "^2.0.157",
|
|
36
|
+
"@ltht-react/type-summary": "^2.0.157",
|
|
37
|
+
"@ltht-react/types": "^2.0.157",
|
|
38
|
+
"@ltht-react/utils": "^2.0.157",
|
|
39
39
|
"react": "^18.2.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "21869e098a2ce54845ba38dc840a398aab38d122"
|
|
42
42
|
}
|
|
@@ -236,7 +236,7 @@ interface Props extends HTMLAttributes<HTMLDivElement> {
|
|
|
236
236
|
condition: Condition
|
|
237
237
|
extendedTemplateDisplayName?: string | undefined
|
|
238
238
|
extensionTemplateDisplayName?: string | undefined
|
|
239
|
-
isReadOnly
|
|
239
|
+
isReadOnly?: boolean
|
|
240
240
|
dateOnlyView?: boolean
|
|
241
241
|
displaySource?: boolean
|
|
242
242
|
controls?: ButtonProps[]
|