@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.
@@ -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:270](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/openmrs-fetch.ts#L270)
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
- ### message
57
-
58
- • **message**: `string`
59
-
60
- #### Inherited from
59
+ ### response
61
60
 
62
- Error.message
61
+ • **response**: `Response`
63
62
 
64
63
  #### Defined in
65
64
 
66
- node_modules/typescript/lib/lib.es5.d.ts:1023
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
- ### name
71
-
72
- • **name**: `string`
73
-
74
- #### Inherited from
69
+ ### responseBody
75
70
 
76
- Error.name
71
+ • **responseBody**: ``null`` \| `string` \| `FetchResponseJson`
77
72
 
78
73
  #### Defined in
79
74
 
80
- node_modules/typescript/lib/lib.es5.d.ts:1022
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
- ### response
79
+ ## Other Properties
85
80
 
86
- **response**: `Response`
81
+ ### message
82
+
83
+ • **message**: `string`
84
+
85
+ #### Inherited from
86
+
87
+ Error.message
87
88
 
88
89
  #### Defined in
89
90
 
90
- [packages/framework/esm-api/src/openmrs-fetch.ts:283](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/openmrs-fetch.ts#L283)
91
+ node_modules/typescript/lib/lib.es5.d.ts:1023
91
92
 
92
93
  ___
93
94
 
94
- ### responseBody
95
+ ### name
95
96
 
96
- • **responseBody**: ``null`` \| `string` \| `FetchResponseJson`
97
+ • **name**: `string`
98
+
99
+ #### Inherited from
100
+
101
+ Error.name
97
102
 
98
103
  #### Defined in
99
104
 
100
- [packages/framework/esm-api/src/openmrs-fetch.ts:284](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/openmrs-fetch.ts#L284)
105
+ node_modules/typescript/lib/lib.es5.d.ts:1022
101
106
 
102
107
  ___
103
108
 
@@ -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:95](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L95)
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:96](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L96)
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:94](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L94)
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:100](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L100)
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:101](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L101)
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:7](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/current-patient.ts#L7)
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:49](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/fhir.ts#L49)
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:48](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/fhir.ts#L48)
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:47](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/fhir.ts#L47)
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:15](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/current-patient.ts#L15)
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:11](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/current-patient.ts#L11)
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:90](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L90)
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:87](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L87)
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:89](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L89)
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:88](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/visit-utils.ts#L88)
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.950",
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.950",
39
- "@openmrs/esm-breadcrumbs": "^3.2.1-pre.950",
40
- "@openmrs/esm-config": "^3.2.1-pre.950",
41
- "@openmrs/esm-error-handling": "^3.2.1-pre.950",
42
- "@openmrs/esm-extensions": "^3.2.1-pre.950",
43
- "@openmrs/esm-globals": "^3.2.1-pre.950",
44
- "@openmrs/esm-offline": "^3.2.1-pre.950",
45
- "@openmrs/esm-react-utils": "^3.2.1-pre.950",
46
- "@openmrs/esm-state": "^3.2.1-pre.950",
47
- "@openmrs/esm-styleguide": "^3.2.1-pre.950",
48
- "@openmrs/esm-utils": "^3.2.1-pre.950",
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": "b498e8a5c456a9ec5c7c9aa1da1d95b1f80fa829"
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)