@openmrs/esm-framework 3.4.1-pre.112 → 3.4.1-pre.122
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/.turbo/turbo-build.log +43 -11
- package/dist/openmrs-esm-framework.js +1 -1
- package/dist/openmrs-esm-framework.js.map +1 -1
- package/docs/API.md +321 -66
- package/docs/interfaces/ConfigurableLinkProps.md +12 -1
- package/docs/interfaces/ErrorStateProps.md +30 -0
- package/docs/interfaces/FHIRCode.md +13 -2
- package/docs/interfaces/FHIRResource.md +3 -0
- package/docs/interfaces/NavigateOptions.md +12 -1
- package/docs/interfaces/OfflinePatientArgs.md +4 -6
- package/docs/interfaces/OfflinePatientDataSyncHandler.md +7 -14
- package/docs/interfaces/OfflinePatientDataSyncState.md +8 -24
- package/docs/interfaces/OfflinePatientDataSyncStore.md +3 -8
- package/docs/interfaces/QueueItemDescriptor.md +4 -4
- package/docs/interfaces/SyncItem.md +7 -7
- package/docs/interfaces/SyncProcessOptions.md +5 -5
- package/package.json +13 -13
|
@@ -12,14 +12,25 @@
|
|
|
12
12
|
|
|
13
13
|
### Navigation Properties
|
|
14
14
|
|
|
15
|
+
- [templateParams](ConfigurableLinkProps.md#templateparams)
|
|
15
16
|
- [to](ConfigurableLinkProps.md#to)
|
|
16
17
|
|
|
17
18
|
## Navigation Properties
|
|
18
19
|
|
|
20
|
+
### templateParams
|
|
21
|
+
|
|
22
|
+
• `Optional` **templateParams**: [`TemplateParams`](../API.md#templateparams)
|
|
23
|
+
|
|
24
|
+
#### Defined in
|
|
25
|
+
|
|
26
|
+
[packages/framework/esm-react-utils/src/ConfigurableLink.tsx:27](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L27)
|
|
27
|
+
|
|
28
|
+
___
|
|
29
|
+
|
|
19
30
|
### to
|
|
20
31
|
|
|
21
32
|
• **to**: `string`
|
|
22
33
|
|
|
23
34
|
#### Defined in
|
|
24
35
|
|
|
25
|
-
[packages/framework/esm-react-utils/src/ConfigurableLink.tsx:
|
|
36
|
+
[packages/framework/esm-react-utils/src/ConfigurableLink.tsx:26](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L26)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
[@openmrs/esm-framework](../API.md) / ErrorStateProps
|
|
2
|
+
|
|
3
|
+
# Interface: ErrorStateProps
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [error](ErrorStateProps.md#error)
|
|
10
|
+
- [headerTitle](ErrorStateProps.md#headertitle)
|
|
11
|
+
|
|
12
|
+
## Properties
|
|
13
|
+
|
|
14
|
+
### error
|
|
15
|
+
|
|
16
|
+
• **error**: `any`
|
|
17
|
+
|
|
18
|
+
#### Defined in
|
|
19
|
+
|
|
20
|
+
[packages/framework/esm-styleguide/src/error-state/error-state.component.tsx:8](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-styleguide/src/error-state/error-state.component.tsx#L8)
|
|
21
|
+
|
|
22
|
+
___
|
|
23
|
+
|
|
24
|
+
### headerTitle
|
|
25
|
+
|
|
26
|
+
• **headerTitle**: `string`
|
|
27
|
+
|
|
28
|
+
#### Defined in
|
|
29
|
+
|
|
30
|
+
[packages/framework/esm-styleguide/src/error-state/error-state.component.tsx:9](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-styleguide/src/error-state/error-state.component.tsx#L9)
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
### Properties
|
|
8
8
|
|
|
9
9
|
- [code](FHIRCode.md#code)
|
|
10
|
+
- [display](FHIRCode.md#display)
|
|
10
11
|
- [system](FHIRCode.md#system)
|
|
11
12
|
|
|
12
13
|
## Properties
|
|
@@ -17,7 +18,17 @@
|
|
|
17
18
|
|
|
18
19
|
#### Defined in
|
|
19
20
|
|
|
20
|
-
[packages/framework/esm-api/src/types/fhir-resource.ts:
|
|
21
|
+
[packages/framework/esm-api/src/types/fhir-resource.ts:29](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/fhir-resource.ts#L29)
|
|
22
|
+
|
|
23
|
+
___
|
|
24
|
+
|
|
25
|
+
### display
|
|
26
|
+
|
|
27
|
+
• `Optional` **display**: `string`
|
|
28
|
+
|
|
29
|
+
#### Defined in
|
|
30
|
+
|
|
31
|
+
[packages/framework/esm-api/src/types/fhir-resource.ts:31](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/fhir-resource.ts#L31)
|
|
21
32
|
|
|
22
33
|
___
|
|
23
34
|
|
|
@@ -27,4 +38,4 @@ ___
|
|
|
27
38
|
|
|
28
39
|
#### Defined in
|
|
29
40
|
|
|
30
|
-
[packages/framework/esm-api/src/types/fhir-resource.ts:
|
|
41
|
+
[packages/framework/esm-api/src/types/fhir-resource.ts:30](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/fhir-resource.ts#L30)
|
|
@@ -38,8 +38,11 @@
|
|
|
38
38
|
| `subject.identifier.value` | `string` |
|
|
39
39
|
| `subject.reference` | `string` |
|
|
40
40
|
| `subject.type` | `string` |
|
|
41
|
+
| `valueCodeableConcept` | { `coding`: [`FHIRCode`](FHIRCode.md)[] } |
|
|
42
|
+
| `valueCodeableConcept.coding` | [`FHIRCode`](FHIRCode.md)[] |
|
|
41
43
|
| `valueQuantity` | { `value`: `number` } |
|
|
42
44
|
| `valueQuantity.value` | `number` |
|
|
45
|
+
| `valueString` | `string` |
|
|
43
46
|
|
|
44
47
|
#### Defined in
|
|
45
48
|
|
|
@@ -6,14 +6,25 @@
|
|
|
6
6
|
|
|
7
7
|
### Navigation Properties
|
|
8
8
|
|
|
9
|
+
- [templateParams](NavigateOptions.md#templateparams)
|
|
9
10
|
- [to](NavigateOptions.md#to)
|
|
10
11
|
|
|
11
12
|
## Navigation Properties
|
|
12
13
|
|
|
14
|
+
### templateParams
|
|
15
|
+
|
|
16
|
+
• `Optional` **templateParams**: [`TemplateParams`](../API.md#templateparams)
|
|
17
|
+
|
|
18
|
+
#### Defined in
|
|
19
|
+
|
|
20
|
+
[packages/framework/esm-config/src/navigation/navigate.ts:14](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/navigation/navigate.ts#L14)
|
|
21
|
+
|
|
22
|
+
___
|
|
23
|
+
|
|
13
24
|
### to
|
|
14
25
|
|
|
15
26
|
• **to**: `string`
|
|
16
27
|
|
|
17
28
|
#### Defined in
|
|
18
29
|
|
|
19
|
-
[packages/framework/esm-config/src/navigation/navigate.ts:
|
|
30
|
+
[packages/framework/esm-config/src/navigation/navigate.ts:13](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/navigation/navigate.ts#L13)
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
# Interface: OfflinePatientArgs
|
|
4
4
|
|
|
5
|
+
**`deprecated`** Will be removed once all modules have been migrated to the new dynamic offline data API.
|
|
6
|
+
|
|
5
7
|
## Table of contents
|
|
6
8
|
|
|
7
9
|
### Offline Properties
|
|
@@ -15,11 +17,9 @@
|
|
|
15
17
|
|
|
16
18
|
• **patientUuid**: `string`
|
|
17
19
|
|
|
18
|
-
The UUID of the patient that should be made available offline.
|
|
19
|
-
|
|
20
20
|
#### Defined in
|
|
21
21
|
|
|
22
|
-
[packages/framework/esm-offline/src/offline-patient-data.ts:
|
|
22
|
+
[packages/framework/esm-offline/src/offline-patient-data.ts:32](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/offline-patient-data.ts#L32)
|
|
23
23
|
|
|
24
24
|
___
|
|
25
25
|
|
|
@@ -27,8 +27,6 @@ ___
|
|
|
27
27
|
|
|
28
28
|
• **signal**: `AbortSignal`
|
|
29
29
|
|
|
30
|
-
An {@link AbortSignal} which notifies about the cancellation of the operation.
|
|
31
|
-
|
|
32
30
|
#### Defined in
|
|
33
31
|
|
|
34
|
-
[packages/framework/esm-offline/src/offline-patient-data.ts:
|
|
32
|
+
[packages/framework/esm-offline/src/offline-patient-data.ts:33](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/offline-patient-data.ts#L33)
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
# Interface: OfflinePatientDataSyncHandler
|
|
4
4
|
|
|
5
|
+
**`deprecated`** Will be removed once all modules have been migrated to the new dynamic offline data API.
|
|
6
|
+
|
|
5
7
|
## Table of contents
|
|
6
8
|
|
|
7
9
|
### Offline Properties
|
|
@@ -18,12 +20,9 @@
|
|
|
18
20
|
|
|
19
21
|
• `Readonly` **displayName**: `string`
|
|
20
22
|
|
|
21
|
-
A name of the handler registration which can be displayed to the user.
|
|
22
|
-
This is ideally translated.
|
|
23
|
-
|
|
24
23
|
#### Defined in
|
|
25
24
|
|
|
26
|
-
[packages/framework/esm-offline/src/offline-patient-data.ts:
|
|
25
|
+
[packages/framework/esm-offline/src/offline-patient-data.ts:26](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/offline-patient-data.ts#L26)
|
|
27
26
|
|
|
28
27
|
## Methods
|
|
29
28
|
|
|
@@ -31,22 +30,16 @@ This is ideally translated.
|
|
|
31
30
|
|
|
32
31
|
▸ **onOfflinePatientAdded**(`args`): `Promise`<`void`\>
|
|
33
32
|
|
|
34
|
-
A function which is invoked when a patient is added to the app's offline patient cache.
|
|
35
|
-
Signals to the handler that the patient's data must be made available offline.
|
|
36
|
-
|
|
37
33
|
#### Parameters
|
|
38
34
|
|
|
39
|
-
| Name | Type |
|
|
40
|
-
| :------ | :------ |
|
|
41
|
-
| `args` | [`OfflinePatientArgs`](OfflinePatientArgs.md) |
|
|
35
|
+
| Name | Type |
|
|
36
|
+
| :------ | :------ |
|
|
37
|
+
| `args` | [`OfflinePatientArgs`](OfflinePatientArgs.md) |
|
|
42
38
|
|
|
43
39
|
#### Returns
|
|
44
40
|
|
|
45
41
|
`Promise`<`void`\>
|
|
46
42
|
|
|
47
|
-
A promise which should resolve if all data could be cached and reject when there was an issue
|
|
48
|
-
caching the data.
|
|
49
|
-
|
|
50
43
|
#### Defined in
|
|
51
44
|
|
|
52
|
-
[packages/framework/esm-offline/src/offline-patient-data.ts:
|
|
45
|
+
[packages/framework/esm-offline/src/offline-patient-data.ts:27](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/offline-patient-data.ts#L27)
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
# Interface: OfflinePatientDataSyncState
|
|
4
4
|
|
|
5
|
+
**`deprecated`** Will be removed once all modules have been migrated to the new dynamic offline data API.
|
|
6
|
+
|
|
5
7
|
## Table of contents
|
|
6
8
|
|
|
7
9
|
### Offline Properties
|
|
@@ -22,11 +24,9 @@
|
|
|
22
24
|
|
|
23
25
|
• `Readonly` **errors**: `Record`<`string`, `string`\>
|
|
24
26
|
|
|
25
|
-
A set of error messages associated with the identifers of the failed handlers.
|
|
26
|
-
|
|
27
27
|
#### Defined in
|
|
28
28
|
|
|
29
|
-
[packages/framework/esm-offline/src/offline-patient-data.ts:
|
|
29
|
+
[packages/framework/esm-offline/src/offline-patient-data.ts:20](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/offline-patient-data.ts#L20)
|
|
30
30
|
|
|
31
31
|
___
|
|
32
32
|
|
|
@@ -34,12 +34,9 @@ ___
|
|
|
34
34
|
|
|
35
35
|
• `Readonly` **failedHandlers**: `string`[]
|
|
36
36
|
|
|
37
|
-
A list of the data sync handler registration identifiers which failed to synchronize the
|
|
38
|
-
patient's data.
|
|
39
|
-
|
|
40
37
|
#### Defined in
|
|
41
38
|
|
|
42
|
-
[packages/framework/esm-offline/src/offline-patient-data.ts:
|
|
39
|
+
[packages/framework/esm-offline/src/offline-patient-data.ts:19](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/offline-patient-data.ts#L19)
|
|
43
40
|
|
|
44
41
|
___
|
|
45
42
|
|
|
@@ -47,12 +44,9 @@ ___
|
|
|
47
44
|
|
|
48
45
|
• `Readonly` **syncedHandlers**: `string`[]
|
|
49
46
|
|
|
50
|
-
A list of the data sync handler registration identifiers which successfully synchronized the
|
|
51
|
-
patient's data.
|
|
52
|
-
|
|
53
47
|
#### Defined in
|
|
54
48
|
|
|
55
|
-
[packages/framework/esm-offline/src/offline-patient-data.ts:
|
|
49
|
+
[packages/framework/esm-offline/src/offline-patient-data.ts:18](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/offline-patient-data.ts#L18)
|
|
56
50
|
|
|
57
51
|
___
|
|
58
52
|
|
|
@@ -60,12 +54,9 @@ ___
|
|
|
60
54
|
|
|
61
55
|
• `Readonly` **syncingHandlers**: `string`[]
|
|
62
56
|
|
|
63
|
-
A list of the data sync handler registration identifiers which are still in the process
|
|
64
|
-
of synchronizing the patient's data.
|
|
65
|
-
|
|
66
57
|
#### Defined in
|
|
67
58
|
|
|
68
|
-
[packages/framework/esm-offline/src/offline-patient-data.ts:
|
|
59
|
+
[packages/framework/esm-offline/src/offline-patient-data.ts:17](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/offline-patient-data.ts#L17)
|
|
69
60
|
|
|
70
61
|
___
|
|
71
62
|
|
|
@@ -73,11 +64,9 @@ ___
|
|
|
73
64
|
|
|
74
65
|
• `Readonly` **timestamp**: `Date`
|
|
75
66
|
|
|
76
|
-
The time when this state snapshot was initially created.
|
|
77
|
-
|
|
78
67
|
#### Defined in
|
|
79
68
|
|
|
80
|
-
[packages/framework/esm-offline/src/offline-patient-data.ts:
|
|
69
|
+
[packages/framework/esm-offline/src/offline-patient-data.ts:16](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/offline-patient-data.ts#L16)
|
|
81
70
|
|
|
82
71
|
## Methods
|
|
83
72
|
|
|
@@ -85,15 +74,10 @@ The time when this state snapshot was initially created.
|
|
|
85
74
|
|
|
86
75
|
▸ **abort**(): `boolean`
|
|
87
76
|
|
|
88
|
-
Aborts the process of downloading data.
|
|
89
|
-
|
|
90
77
|
#### Returns
|
|
91
78
|
|
|
92
79
|
`boolean`
|
|
93
80
|
|
|
94
|
-
`true` if the cancellation could be triggered (that is, if there were any syncing handlers);
|
|
95
|
-
`false` if not.
|
|
96
|
-
|
|
97
81
|
#### Defined in
|
|
98
82
|
|
|
99
|
-
[packages/framework/esm-offline/src/offline-patient-data.ts:
|
|
83
|
+
[packages/framework/esm-offline/src/offline-patient-data.ts:21](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/offline-patient-data.ts#L21)
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
# Interface: OfflinePatientDataSyncStore
|
|
4
4
|
|
|
5
|
+
**`deprecated`** Will be removed once all modules have been migrated to the new dynamic offline data API.
|
|
6
|
+
|
|
5
7
|
## Table of contents
|
|
6
8
|
|
|
7
9
|
### Offline Properties
|
|
@@ -15,13 +17,9 @@
|
|
|
15
17
|
|
|
16
18
|
• **handlers**: `Record`<`string`, [`OfflinePatientDataSyncHandler`](OfflinePatientDataSyncHandler.md)\>
|
|
17
19
|
|
|
18
|
-
Holds the list of currently registered handlers which deal with patients that should be available offline.
|
|
19
|
-
The key is a unique identifier which, once defined, should never change as it gives identity to
|
|
20
|
-
the handler registration.
|
|
21
|
-
|
|
22
20
|
#### Defined in
|
|
23
21
|
|
|
24
|
-
[packages/framework/esm-offline/src/offline-patient-data.ts:
|
|
22
|
+
[packages/framework/esm-offline/src/offline-patient-data.ts:11](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/offline-patient-data.ts#L11)
|
|
25
23
|
|
|
26
24
|
___
|
|
27
25
|
|
|
@@ -29,9 +27,6 @@ ___
|
|
|
29
27
|
|
|
30
28
|
• **offlinePatientDataSyncState**: `Record`<`string`, [`OfflinePatientDataSyncState`](OfflinePatientDataSyncState.md)\>
|
|
31
29
|
|
|
32
|
-
For each patient ID of the patients whose data is currently made available offline, provides
|
|
33
|
-
the current data synchronizaton state.
|
|
34
|
-
|
|
35
30
|
#### Defined in
|
|
36
31
|
|
|
37
32
|
[packages/framework/esm-offline/src/offline-patient-data.ts:10](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/offline-patient-data.ts#L10)
|
|
@@ -24,7 +24,7 @@ locations to better represent the sync item, e.g. in the UI.
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[packages/framework/esm-offline/src/sync.ts:
|
|
27
|
+
[packages/framework/esm-offline/src/sync.ts:33](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/sync.ts#L33)
|
|
28
28
|
|
|
29
29
|
___
|
|
30
30
|
|
|
@@ -34,7 +34,7 @@ ___
|
|
|
34
34
|
|
|
35
35
|
#### Defined in
|
|
36
36
|
|
|
37
|
-
[packages/framework/esm-offline/src/sync.ts:
|
|
37
|
+
[packages/framework/esm-offline/src/sync.ts:38](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/sync.ts#L38)
|
|
38
38
|
|
|
39
39
|
___
|
|
40
40
|
|
|
@@ -44,7 +44,7 @@ ___
|
|
|
44
44
|
|
|
45
45
|
#### Defined in
|
|
46
46
|
|
|
47
|
-
[packages/framework/esm-offline/src/sync.ts:
|
|
47
|
+
[packages/framework/esm-offline/src/sync.ts:32](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/sync.ts#L32)
|
|
48
48
|
|
|
49
49
|
___
|
|
50
50
|
|
|
@@ -54,4 +54,4 @@ ___
|
|
|
54
54
|
|
|
55
55
|
#### Defined in
|
|
56
56
|
|
|
57
|
-
[packages/framework/esm-offline/src/sync.ts:
|
|
57
|
+
[packages/framework/esm-offline/src/sync.ts:37](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/sync.ts#L37)
|
|
@@ -32,7 +32,7 @@ actual data to be synchronized (i.e. the item's `content`).
|
|
|
32
32
|
|
|
33
33
|
#### Defined in
|
|
34
34
|
|
|
35
|
-
[packages/framework/esm-offline/src/sync.ts:
|
|
35
|
+
[packages/framework/esm-offline/src/sync.ts:16](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/sync.ts#L16)
|
|
36
36
|
|
|
37
37
|
___
|
|
38
38
|
|
|
@@ -42,7 +42,7 @@ ___
|
|
|
42
42
|
|
|
43
43
|
#### Defined in
|
|
44
44
|
|
|
45
|
-
[packages/framework/esm-offline/src/sync.ts:
|
|
45
|
+
[packages/framework/esm-offline/src/sync.ts:17](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/sync.ts#L17)
|
|
46
46
|
|
|
47
47
|
___
|
|
48
48
|
|
|
@@ -52,7 +52,7 @@ ___
|
|
|
52
52
|
|
|
53
53
|
#### Defined in
|
|
54
54
|
|
|
55
|
-
[packages/framework/esm-offline/src/sync.ts:
|
|
55
|
+
[packages/framework/esm-offline/src/sync.ts:18](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/sync.ts#L18)
|
|
56
56
|
|
|
57
57
|
___
|
|
58
58
|
|
|
@@ -62,7 +62,7 @@ ___
|
|
|
62
62
|
|
|
63
63
|
#### Defined in
|
|
64
64
|
|
|
65
|
-
[packages/framework/esm-offline/src/sync.ts:
|
|
65
|
+
[packages/framework/esm-offline/src/sync.ts:13](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/sync.ts#L13)
|
|
66
66
|
|
|
67
67
|
___
|
|
68
68
|
|
|
@@ -79,7 +79,7 @@ ___
|
|
|
79
79
|
|
|
80
80
|
#### Defined in
|
|
81
81
|
|
|
82
|
-
[packages/framework/esm-offline/src/sync.ts:
|
|
82
|
+
[packages/framework/esm-offline/src/sync.ts:19](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/sync.ts#L19)
|
|
83
83
|
|
|
84
84
|
___
|
|
85
85
|
|
|
@@ -89,7 +89,7 @@ ___
|
|
|
89
89
|
|
|
90
90
|
#### Defined in
|
|
91
91
|
|
|
92
|
-
[packages/framework/esm-offline/src/sync.ts:
|
|
92
|
+
[packages/framework/esm-offline/src/sync.ts:15](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/sync.ts#L15)
|
|
93
93
|
|
|
94
94
|
___
|
|
95
95
|
|
|
@@ -99,4 +99,4 @@ ___
|
|
|
99
99
|
|
|
100
100
|
#### Defined in
|
|
101
101
|
|
|
102
|
-
[packages/framework/esm-offline/src/sync.ts:
|
|
102
|
+
[packages/framework/esm-offline/src/sync.ts:14](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/sync.ts#L14)
|
|
@@ -28,7 +28,7 @@ Additional data which can be used for synchronizing data in a {@link ProcessSync
|
|
|
28
28
|
|
|
29
29
|
#### Defined in
|
|
30
30
|
|
|
31
|
-
[packages/framework/esm-offline/src/sync.ts:
|
|
31
|
+
[packages/framework/esm-offline/src/sync.ts:56](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/sync.ts#L56)
|
|
32
32
|
|
|
33
33
|
___
|
|
34
34
|
|
|
@@ -38,7 +38,7 @@ ___
|
|
|
38
38
|
|
|
39
39
|
#### Defined in
|
|
40
40
|
|
|
41
|
-
[packages/framework/esm-offline/src/sync.ts:
|
|
41
|
+
[packages/framework/esm-offline/src/sync.ts:60](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/sync.ts#L60)
|
|
42
42
|
|
|
43
43
|
___
|
|
44
44
|
|
|
@@ -48,7 +48,7 @@ ___
|
|
|
48
48
|
|
|
49
49
|
#### Defined in
|
|
50
50
|
|
|
51
|
-
[packages/framework/esm-offline/src/sync.ts:
|
|
51
|
+
[packages/framework/esm-offline/src/sync.ts:58](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/sync.ts#L58)
|
|
52
52
|
|
|
53
53
|
___
|
|
54
54
|
|
|
@@ -58,7 +58,7 @@ ___
|
|
|
58
58
|
|
|
59
59
|
#### Defined in
|
|
60
60
|
|
|
61
|
-
[packages/framework/esm-offline/src/sync.ts:
|
|
61
|
+
[packages/framework/esm-offline/src/sync.ts:59](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/sync.ts#L59)
|
|
62
62
|
|
|
63
63
|
___
|
|
64
64
|
|
|
@@ -68,4 +68,4 @@ ___
|
|
|
68
68
|
|
|
69
69
|
#### Defined in
|
|
70
70
|
|
|
71
|
-
[packages/framework/esm-offline/src/sync.ts:
|
|
71
|
+
[packages/framework/esm-offline/src/sync.ts:57](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-offline/src/sync.ts#L57)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-framework",
|
|
3
|
-
"version": "3.4.1-pre.
|
|
3
|
+
"version": "3.4.1-pre.122",
|
|
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.4.1-pre.
|
|
39
|
-
"@openmrs/esm-breadcrumbs": "^3.4.1-pre.
|
|
40
|
-
"@openmrs/esm-config": "^3.4.1-pre.
|
|
41
|
-
"@openmrs/esm-error-handling": "^3.4.1-pre.
|
|
42
|
-
"@openmrs/esm-extensions": "^3.4.1-pre.
|
|
43
|
-
"@openmrs/esm-globals": "^3.4.1-pre.
|
|
44
|
-
"@openmrs/esm-offline": "^3.4.1-pre.
|
|
45
|
-
"@openmrs/esm-react-utils": "^3.4.1-pre.
|
|
46
|
-
"@openmrs/esm-state": "^3.4.1-pre.
|
|
47
|
-
"@openmrs/esm-styleguide": "^3.4.1-pre.
|
|
48
|
-
"@openmrs/esm-utils": "^3.4.1-pre.
|
|
38
|
+
"@openmrs/esm-api": "^3.4.1-pre.122",
|
|
39
|
+
"@openmrs/esm-breadcrumbs": "^3.4.1-pre.122",
|
|
40
|
+
"@openmrs/esm-config": "^3.4.1-pre.122",
|
|
41
|
+
"@openmrs/esm-error-handling": "^3.4.1-pre.122",
|
|
42
|
+
"@openmrs/esm-extensions": "^3.4.1-pre.122",
|
|
43
|
+
"@openmrs/esm-globals": "^3.4.1-pre.122",
|
|
44
|
+
"@openmrs/esm-offline": "^3.4.1-pre.122",
|
|
45
|
+
"@openmrs/esm-react-utils": "^3.4.1-pre.122",
|
|
46
|
+
"@openmrs/esm-state": "^3.4.1-pre.122",
|
|
47
|
+
"@openmrs/esm-styleguide": "^3.4.1-pre.122",
|
|
48
|
+
"@openmrs/esm-utils": "^3.4.1-pre.122",
|
|
49
49
|
"dayjs": "^1.10.7"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "03abefab43a361b1224df404d4dccf9cbbc14997"
|
|
52
52
|
}
|