@openmrs/esm-framework 3.2.1-pre.950 → 3.2.1-pre.958
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.
- package/dist/openmrs-esm-framework.js +1 -1
- package/dist/openmrs-esm-framework.js.map +1 -1
- package/docs/API.md +1437 -1652
- package/docs/classes/OpenmrsFetchError.md +32 -27
- package/docs/enums/VisitMode.md +5 -5
- package/docs/enums/VisitStatus.md +4 -4
- package/docs/interfaces/CurrentPatientOptions.md +3 -3
- package/docs/interfaces/FHIRRequestObj.md +5 -5
- package/docs/interfaces/OnlyThePatient.md +3 -3
- package/docs/interfaces/PatientWithFullResponse.md +3 -3
- package/docs/interfaces/VisitItem.md +6 -6
- package/package.json +13 -13
- package/docs/interfaces/WorkspaceItem.md +0 -74
|
@@ -10,16 +10,19 @@
|
|
|
10
10
|
|
|
11
11
|
## Table of contents
|
|
12
12
|
|
|
13
|
-
### Constructors
|
|
13
|
+
### API Constructors
|
|
14
14
|
|
|
15
15
|
- [constructor](OpenmrsFetchError.md#constructor)
|
|
16
16
|
|
|
17
|
-
### Properties
|
|
17
|
+
### API Properties
|
|
18
18
|
|
|
19
|
-
- [message](OpenmrsFetchError.md#message)
|
|
20
|
-
- [name](OpenmrsFetchError.md#name)
|
|
21
19
|
- [response](OpenmrsFetchError.md#response)
|
|
22
20
|
- [responseBody](OpenmrsFetchError.md#responsebody)
|
|
21
|
+
|
|
22
|
+
### Other Properties
|
|
23
|
+
|
|
24
|
+
- [message](OpenmrsFetchError.md#message)
|
|
25
|
+
- [name](OpenmrsFetchError.md#name)
|
|
23
26
|
- [stack](OpenmrsFetchError.md#stack)
|
|
24
27
|
- [prepareStackTrace](OpenmrsFetchError.md#preparestacktrace)
|
|
25
28
|
- [stackTraceLimit](OpenmrsFetchError.md#stacktracelimit)
|
|
@@ -28,7 +31,7 @@
|
|
|
28
31
|
|
|
29
32
|
- [captureStackTrace](OpenmrsFetchError.md#capturestacktrace)
|
|
30
33
|
|
|
31
|
-
## Constructors
|
|
34
|
+
## API Constructors
|
|
32
35
|
|
|
33
36
|
### constructor
|
|
34
37
|
|
|
@@ -49,55 +52,57 @@ Error.constructor
|
|
|
49
52
|
|
|
50
53
|
#### Defined in
|
|
51
54
|
|
|
52
|
-
[packages/framework/esm-api/src/openmrs-fetch.ts:
|
|
55
|
+
[packages/framework/esm-api/src/openmrs-fetch.ts:275](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/openmrs-fetch.ts#L275)
|
|
53
56
|
|
|
54
|
-
## Properties
|
|
57
|
+
## API Properties
|
|
55
58
|
|
|
56
|
-
###
|
|
57
|
-
|
|
58
|
-
• **message**: `string`
|
|
59
|
-
|
|
60
|
-
#### Inherited from
|
|
59
|
+
### response
|
|
61
60
|
|
|
62
|
-
|
|
61
|
+
• **response**: `Response`
|
|
63
62
|
|
|
64
63
|
#### Defined in
|
|
65
64
|
|
|
66
|
-
|
|
65
|
+
[packages/framework/esm-api/src/openmrs-fetch.ts:288](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/openmrs-fetch.ts#L288)
|
|
67
66
|
|
|
68
67
|
___
|
|
69
68
|
|
|
70
|
-
###
|
|
71
|
-
|
|
72
|
-
• **name**: `string`
|
|
73
|
-
|
|
74
|
-
#### Inherited from
|
|
69
|
+
### responseBody
|
|
75
70
|
|
|
76
|
-
|
|
71
|
+
• **responseBody**: ``null`` \| `string` \| `FetchResponseJson`
|
|
77
72
|
|
|
78
73
|
#### Defined in
|
|
79
74
|
|
|
80
|
-
|
|
75
|
+
[packages/framework/esm-api/src/openmrs-fetch.ts:289](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/openmrs-fetch.ts#L289)
|
|
81
76
|
|
|
82
77
|
___
|
|
83
78
|
|
|
84
|
-
|
|
79
|
+
## Other Properties
|
|
85
80
|
|
|
86
|
-
|
|
81
|
+
### message
|
|
82
|
+
|
|
83
|
+
• **message**: `string`
|
|
84
|
+
|
|
85
|
+
#### Inherited from
|
|
86
|
+
|
|
87
|
+
Error.message
|
|
87
88
|
|
|
88
89
|
#### Defined in
|
|
89
90
|
|
|
90
|
-
|
|
91
|
+
node_modules/typescript/lib/lib.es5.d.ts:1023
|
|
91
92
|
|
|
92
93
|
___
|
|
93
94
|
|
|
94
|
-
###
|
|
95
|
+
### name
|
|
95
96
|
|
|
96
|
-
• **
|
|
97
|
+
• **name**: `string`
|
|
98
|
+
|
|
99
|
+
#### Inherited from
|
|
100
|
+
|
|
101
|
+
Error.name
|
|
97
102
|
|
|
98
103
|
#### Defined in
|
|
99
104
|
|
|
100
|
-
|
|
105
|
+
node_modules/typescript/lib/lib.es5.d.ts:1022
|
|
101
106
|
|
|
102
107
|
___
|
|
103
108
|
|
package/docs/enums/VisitMode.md
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration members
|
|
7
|
+
### API Enumeration members
|
|
8
8
|
|
|
9
9
|
- [EDITVISIT](VisitMode.md#editvisit)
|
|
10
10
|
- [LOADING](VisitMode.md#loading)
|
|
11
11
|
- [NEWVISIT](VisitMode.md#newvisit)
|
|
12
12
|
|
|
13
|
-
## Enumeration members
|
|
13
|
+
## API Enumeration members
|
|
14
14
|
|
|
15
15
|
### EDITVISIT
|
|
16
16
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
#### Defined in
|
|
20
20
|
|
|
21
|
-
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:
|
|
21
|
+
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:88](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L88)
|
|
22
22
|
|
|
23
23
|
___
|
|
24
24
|
|
|
@@ -28,7 +28,7 @@ ___
|
|
|
28
28
|
|
|
29
29
|
#### Defined in
|
|
30
30
|
|
|
31
|
-
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:
|
|
31
|
+
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:89](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L89)
|
|
32
32
|
|
|
33
33
|
___
|
|
34
34
|
|
|
@@ -38,4 +38,4 @@ ___
|
|
|
38
38
|
|
|
39
39
|
#### Defined in
|
|
40
40
|
|
|
41
|
-
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:
|
|
41
|
+
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:87](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L87)
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration members
|
|
7
|
+
### API Enumeration members
|
|
8
8
|
|
|
9
9
|
- [NOTSTARTED](VisitStatus.md#notstarted)
|
|
10
10
|
- [ONGOING](VisitStatus.md#ongoing)
|
|
11
11
|
|
|
12
|
-
## Enumeration members
|
|
12
|
+
## API Enumeration members
|
|
13
13
|
|
|
14
14
|
### NOTSTARTED
|
|
15
15
|
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
#### Defined in
|
|
19
19
|
|
|
20
|
-
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:
|
|
20
|
+
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:93](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L93)
|
|
21
21
|
|
|
22
22
|
___
|
|
23
23
|
|
|
@@ -27,4 +27,4 @@ ___
|
|
|
27
27
|
|
|
28
28
|
#### Defined in
|
|
29
29
|
|
|
30
|
-
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:
|
|
30
|
+
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:94](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L94)
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
|
|
13
13
|
## Table of contents
|
|
14
14
|
|
|
15
|
-
### Properties
|
|
15
|
+
### API Properties
|
|
16
16
|
|
|
17
17
|
- [includeConfig](CurrentPatientOptions.md#includeconfig)
|
|
18
18
|
|
|
19
|
-
## Properties
|
|
19
|
+
## API Properties
|
|
20
20
|
|
|
21
21
|
### includeConfig
|
|
22
22
|
|
|
@@ -24,4 +24,4 @@
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[packages/framework/esm-api/src/shared-api-objects/current-patient.ts:
|
|
27
|
+
[packages/framework/esm-api/src/shared-api-objects/current-patient.ts:12](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/current-patient.ts#L12)
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Properties
|
|
7
|
+
### API Properties
|
|
8
8
|
|
|
9
9
|
- [headers](FHIRRequestObj.md#headers)
|
|
10
10
|
- [method](FHIRRequestObj.md#method)
|
|
11
11
|
- [url](FHIRRequestObj.md#url)
|
|
12
12
|
|
|
13
|
-
## Properties
|
|
13
|
+
## API Properties
|
|
14
14
|
|
|
15
15
|
### headers
|
|
16
16
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
#### Defined in
|
|
20
20
|
|
|
21
|
-
[packages/framework/esm-api/src/fhir.ts:
|
|
21
|
+
[packages/framework/esm-api/src/fhir.ts:53](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/fhir.ts#L53)
|
|
22
22
|
|
|
23
23
|
___
|
|
24
24
|
|
|
@@ -28,7 +28,7 @@ ___
|
|
|
28
28
|
|
|
29
29
|
#### Defined in
|
|
30
30
|
|
|
31
|
-
[packages/framework/esm-api/src/fhir.ts:
|
|
31
|
+
[packages/framework/esm-api/src/fhir.ts:52](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/fhir.ts#L52)
|
|
32
32
|
|
|
33
33
|
___
|
|
34
34
|
|
|
@@ -38,4 +38,4 @@ ___
|
|
|
38
38
|
|
|
39
39
|
#### Defined in
|
|
40
40
|
|
|
41
|
-
[packages/framework/esm-api/src/fhir.ts:
|
|
41
|
+
[packages/framework/esm-api/src/fhir.ts:51](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/fhir.ts#L51)
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
|
|
11
11
|
## Table of contents
|
|
12
12
|
|
|
13
|
-
### Properties
|
|
13
|
+
### API Properties
|
|
14
14
|
|
|
15
15
|
- [includeConfig](OnlyThePatient.md#includeconfig)
|
|
16
16
|
|
|
17
|
-
## Properties
|
|
17
|
+
## API Properties
|
|
18
18
|
|
|
19
19
|
### includeConfig
|
|
20
20
|
|
|
@@ -26,4 +26,4 @@
|
|
|
26
26
|
|
|
27
27
|
#### Defined in
|
|
28
28
|
|
|
29
|
-
[packages/framework/esm-api/src/shared-api-objects/current-patient.ts:
|
|
29
|
+
[packages/framework/esm-api/src/shared-api-objects/current-patient.ts:20](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/current-patient.ts#L20)
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
|
|
11
11
|
## Table of contents
|
|
12
12
|
|
|
13
|
-
### Properties
|
|
13
|
+
### API Properties
|
|
14
14
|
|
|
15
15
|
- [includeConfig](PatientWithFullResponse.md#includeconfig)
|
|
16
16
|
|
|
17
|
-
## Properties
|
|
17
|
+
## API Properties
|
|
18
18
|
|
|
19
19
|
### includeConfig
|
|
20
20
|
|
|
@@ -26,4 +26,4 @@
|
|
|
26
26
|
|
|
27
27
|
#### Defined in
|
|
28
28
|
|
|
29
|
-
[packages/framework/esm-api/src/shared-api-objects/current-patient.ts:
|
|
29
|
+
[packages/framework/esm-api/src/shared-api-objects/current-patient.ts:16](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/current-patient.ts#L16)
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Properties
|
|
7
|
+
### API Properties
|
|
8
8
|
|
|
9
9
|
- [anythingElse](VisitItem.md#anythingelse)
|
|
10
10
|
- [mode](VisitItem.md#mode)
|
|
11
11
|
- [status](VisitItem.md#status)
|
|
12
12
|
- [visitData](VisitItem.md#visitdata)
|
|
13
13
|
|
|
14
|
-
## Properties
|
|
14
|
+
## API Properties
|
|
15
15
|
|
|
16
16
|
### anythingElse
|
|
17
17
|
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
#### Defined in
|
|
21
21
|
|
|
22
|
-
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:
|
|
22
|
+
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:83](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L83)
|
|
23
23
|
|
|
24
24
|
___
|
|
25
25
|
|
|
@@ -29,7 +29,7 @@ ___
|
|
|
29
29
|
|
|
30
30
|
#### Defined in
|
|
31
31
|
|
|
32
|
-
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:
|
|
32
|
+
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:80](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L80)
|
|
33
33
|
|
|
34
34
|
___
|
|
35
35
|
|
|
@@ -39,7 +39,7 @@ ___
|
|
|
39
39
|
|
|
40
40
|
#### Defined in
|
|
41
41
|
|
|
42
|
-
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:
|
|
42
|
+
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:82](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L82)
|
|
43
43
|
|
|
44
44
|
___
|
|
45
45
|
|
|
@@ -49,4 +49,4 @@ ___
|
|
|
49
49
|
|
|
50
50
|
#### Defined in
|
|
51
51
|
|
|
52
|
-
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:
|
|
52
|
+
[packages/framework/esm-api/src/shared-api-objects/visit-utils.ts:81](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L81)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-framework",
|
|
3
|
-
"version": "3.2.1-pre.
|
|
3
|
+
"version": "3.2.1-pre.958",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"browser": "dist/openmrs-esm-framework.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@openmrs/esm-api": "^3.2.1-pre.
|
|
39
|
-
"@openmrs/esm-breadcrumbs": "^3.2.1-pre.
|
|
40
|
-
"@openmrs/esm-config": "^3.2.1-pre.
|
|
41
|
-
"@openmrs/esm-error-handling": "^3.2.1-pre.
|
|
42
|
-
"@openmrs/esm-extensions": "^3.2.1-pre.
|
|
43
|
-
"@openmrs/esm-globals": "^3.2.1-pre.
|
|
44
|
-
"@openmrs/esm-offline": "^3.2.1-pre.
|
|
45
|
-
"@openmrs/esm-react-utils": "^3.2.1-pre.
|
|
46
|
-
"@openmrs/esm-state": "^3.2.1-pre.
|
|
47
|
-
"@openmrs/esm-styleguide": "^3.2.1-pre.
|
|
48
|
-
"@openmrs/esm-utils": "^3.2.1-pre.
|
|
38
|
+
"@openmrs/esm-api": "^3.2.1-pre.958",
|
|
39
|
+
"@openmrs/esm-breadcrumbs": "^3.2.1-pre.958",
|
|
40
|
+
"@openmrs/esm-config": "^3.2.1-pre.958",
|
|
41
|
+
"@openmrs/esm-error-handling": "^3.2.1-pre.958",
|
|
42
|
+
"@openmrs/esm-extensions": "^3.2.1-pre.958",
|
|
43
|
+
"@openmrs/esm-globals": "^3.2.1-pre.958",
|
|
44
|
+
"@openmrs/esm-offline": "^3.2.1-pre.958",
|
|
45
|
+
"@openmrs/esm-react-utils": "^3.2.1-pre.958",
|
|
46
|
+
"@openmrs/esm-state": "^3.2.1-pre.958",
|
|
47
|
+
"@openmrs/esm-styleguide": "^3.2.1-pre.958",
|
|
48
|
+
"@openmrs/esm-utils": "^3.2.1-pre.958",
|
|
49
49
|
"dayjs": "^1.10.7"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "9aef53d8a8bcdea8377b416bbe365bbd72ccdaad"
|
|
52
52
|
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
[@openmrs/esm-framework](../API.md) / WorkspaceItem
|
|
2
|
-
|
|
3
|
-
# Interface: WorkspaceItem
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Properties
|
|
8
|
-
|
|
9
|
-
- [component](WorkspaceItem.md#component)
|
|
10
|
-
- [componentClosed](WorkspaceItem.md#componentclosed)
|
|
11
|
-
- [inProgress](WorkspaceItem.md#inprogress)
|
|
12
|
-
- [name](WorkspaceItem.md#name)
|
|
13
|
-
- [props](WorkspaceItem.md#props)
|
|
14
|
-
- [validations](WorkspaceItem.md#validations)
|
|
15
|
-
|
|
16
|
-
## Properties
|
|
17
|
-
|
|
18
|
-
### component
|
|
19
|
-
|
|
20
|
-
• **component**: `any`
|
|
21
|
-
|
|
22
|
-
#### Defined in
|
|
23
|
-
|
|
24
|
-
[packages/framework/esm-api/src/workspace/workspace.resource.tsx:24](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/workspace/workspace.resource.tsx#L24)
|
|
25
|
-
|
|
26
|
-
___
|
|
27
|
-
|
|
28
|
-
### componentClosed
|
|
29
|
-
|
|
30
|
-
• `Optional` **componentClosed**: `Function`
|
|
31
|
-
|
|
32
|
-
#### Defined in
|
|
33
|
-
|
|
34
|
-
[packages/framework/esm-api/src/workspace/workspace.resource.tsx:29](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/workspace/workspace.resource.tsx#L29)
|
|
35
|
-
|
|
36
|
-
___
|
|
37
|
-
|
|
38
|
-
### inProgress
|
|
39
|
-
|
|
40
|
-
• **inProgress**: `boolean`
|
|
41
|
-
|
|
42
|
-
#### Defined in
|
|
43
|
-
|
|
44
|
-
[packages/framework/esm-api/src/workspace/workspace.resource.tsx:28](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/workspace/workspace.resource.tsx#L28)
|
|
45
|
-
|
|
46
|
-
___
|
|
47
|
-
|
|
48
|
-
### name
|
|
49
|
-
|
|
50
|
-
• **name**: `string`
|
|
51
|
-
|
|
52
|
-
#### Defined in
|
|
53
|
-
|
|
54
|
-
[packages/framework/esm-api/src/workspace/workspace.resource.tsx:25](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/workspace/workspace.resource.tsx#L25)
|
|
55
|
-
|
|
56
|
-
___
|
|
57
|
-
|
|
58
|
-
### props
|
|
59
|
-
|
|
60
|
-
• **props**: `any`
|
|
61
|
-
|
|
62
|
-
#### Defined in
|
|
63
|
-
|
|
64
|
-
[packages/framework/esm-api/src/workspace/workspace.resource.tsx:26](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/workspace/workspace.resource.tsx#L26)
|
|
65
|
-
|
|
66
|
-
___
|
|
67
|
-
|
|
68
|
-
### validations
|
|
69
|
-
|
|
70
|
-
• `Optional` **validations**: `Function`
|
|
71
|
-
|
|
72
|
-
#### Defined in
|
|
73
|
-
|
|
74
|
-
[packages/framework/esm-api/src/workspace/workspace.resource.tsx:27](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/workspace/workspace.resource.tsx#L27)
|