@openmrs/esm-framework 3.1.10-pre.92 → 3.1.11-pre.597

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.
Files changed (105) hide show
  1. package/README.md +2 -8
  2. package/dist/openmrs-esm-framework.js +2 -21
  3. package/dist/openmrs-esm-framework.js.LICENSE.txt +16 -0
  4. package/dist/openmrs-esm-framework.js.map +1 -1
  5. package/docs/API.md +4381 -0
  6. package/docs/classes/OpenmrsFetchError.md +186 -0
  7. package/docs/enums/Type.md +85 -0
  8. package/docs/enums/VisitMode.md +41 -0
  9. package/docs/enums/VisitStatus.md +30 -0
  10. package/docs/interfaces/AppState.md +3 -0
  11. package/docs/interfaces/BreadcrumbRegistration.md +30 -0
  12. package/docs/interfaces/BreadcrumbSettings.md +70 -0
  13. package/docs/interfaces/CancelLoading.md +17 -0
  14. package/docs/interfaces/ClearDynamicRoutesMessage.md +29 -0
  15. package/docs/interfaces/ComponentConfig.md +30 -0
  16. package/docs/interfaces/ComponentDecoratorOptions.md +52 -0
  17. package/docs/interfaces/ComponentDefinition.md +101 -0
  18. package/docs/interfaces/Config.md +182 -0
  19. package/docs/interfaces/ConfigObject.md +182 -0
  20. package/docs/interfaces/ConfigSchema.md +45 -0
  21. package/docs/interfaces/ConfigStore.md +34 -0
  22. package/docs/interfaces/ConfigurableLinkProps.md +25 -0
  23. package/docs/interfaces/ConnectivityChangedEvent.md +19 -0
  24. package/docs/interfaces/CurrentPatientOptions.md +27 -0
  25. package/docs/interfaces/CurrentUserOptions.md +27 -0
  26. package/docs/interfaces/CurrentUserWithResponseOption.md +29 -0
  27. package/docs/interfaces/CurrentUserWithoutResponseOption.md +29 -0
  28. package/docs/interfaces/ExtensionComponentDefinition.md +153 -0
  29. package/docs/interfaces/ExtensionData.md +41 -0
  30. package/docs/interfaces/ExtensionDetails.md +81 -0
  31. package/docs/interfaces/ExtensionInfo.md +140 -0
  32. package/docs/interfaces/ExtensionInstance.md +19 -0
  33. package/docs/interfaces/ExtensionMeta.md +7 -0
  34. package/docs/interfaces/ExtensionProps.md +44 -0
  35. package/docs/interfaces/ExtensionRegistration.md +98 -0
  36. package/docs/interfaces/ExtensionSlotBaseProps.md +54 -0
  37. package/docs/interfaces/ExtensionSlotConfig.md +52 -0
  38. package/docs/interfaces/ExtensionSlotConfigObject.md +41 -0
  39. package/docs/interfaces/ExtensionSlotConfigsStore.md +32 -0
  40. package/docs/interfaces/ExtensionSlotConfigureValueObject.md +7 -0
  41. package/docs/interfaces/ExtensionSlotInfo.md +50 -0
  42. package/docs/interfaces/ExtensionSlotInstance.md +51 -0
  43. package/docs/interfaces/ExtensionStore.md +34 -0
  44. package/docs/interfaces/FHIRCode.md +30 -0
  45. package/docs/interfaces/FHIRRequestObj.md +41 -0
  46. package/docs/interfaces/FHIRResource.md +46 -0
  47. package/docs/interfaces/FetchHeaders.md +7 -0
  48. package/docs/interfaces/FetchResponse.md +285 -0
  49. package/docs/interfaces/ImplementerToolsConfigStore.md +19 -0
  50. package/docs/interfaces/ImportMap.md +19 -0
  51. package/docs/interfaces/LegacyAppExtensionDefinition.md +170 -0
  52. package/docs/interfaces/Lifecycle.md +68 -0
  53. package/docs/interfaces/Location.md +41 -0
  54. package/docs/interfaces/LoggedInUser.md +133 -0
  55. package/docs/interfaces/LoggedInUserFetchResponse.md +281 -0
  56. package/docs/interfaces/MessageServiceWorkerResult.md +47 -0
  57. package/docs/interfaces/ModernAppExtensionDefinition.md +196 -0
  58. package/docs/interfaces/NavigateOptions.md +19 -0
  59. package/docs/interfaces/NavigationContext.md +50 -0
  60. package/docs/interfaces/NetworkRequestFailedEvent.md +49 -0
  61. package/docs/interfaces/NewVisitPayload.md +74 -0
  62. package/docs/interfaces/OfflinePatientArgs.md +34 -0
  63. package/docs/interfaces/OfflinePatientDataSyncHandler.md +52 -0
  64. package/docs/interfaces/OfflinePatientDataSyncState.md +99 -0
  65. package/docs/interfaces/OfflinePatientDataSyncStore.md +37 -0
  66. package/docs/interfaces/OfflineSynchronizationStore.md +27 -0
  67. package/docs/interfaces/OmrsServiceWorkerEvent.md +31 -0
  68. package/docs/interfaces/OmrsServiceWorkerMessage.md +35 -0
  69. package/docs/interfaces/OnImportMapChangedMessage.md +40 -0
  70. package/docs/interfaces/OnlyThePatient.md +29 -0
  71. package/docs/interfaces/OpenmrsReactComponentProps.md +19 -0
  72. package/docs/interfaces/OpenmrsReactComponentState.md +41 -0
  73. package/docs/interfaces/OpenmrsResource.md +34 -0
  74. package/docs/interfaces/PageDefinition.md +149 -0
  75. package/docs/interfaces/PatientWithFullResponse.md +29 -0
  76. package/docs/interfaces/Person.md +41 -0
  77. package/docs/interfaces/PrecacheStaticDependenciesEvent.md +3 -0
  78. package/docs/interfaces/Privilege.md +41 -0
  79. package/docs/interfaces/QueueItemDescriptor.md +52 -0
  80. package/docs/interfaces/RegisterDynamicRouteMessage.md +51 -0
  81. package/docs/interfaces/ResourceLoader.md +23 -0
  82. package/docs/interfaces/RetryOptions.md +83 -0
  83. package/docs/interfaces/Role.md +41 -0
  84. package/docs/interfaces/SessionLocation.md +41 -0
  85. package/docs/interfaces/SessionUser.md +92 -0
  86. package/docs/interfaces/ShowNotificationEvent.md +63 -0
  87. package/docs/interfaces/ShowToastEvent.md +52 -0
  88. package/docs/interfaces/SpaConfig.md +77 -0
  89. package/docs/interfaces/SyncItem.md +92 -0
  90. package/docs/interfaces/SyncProcessOptions.md +69 -0
  91. package/docs/interfaces/UnauthenticatedUser.md +52 -0
  92. package/docs/interfaces/User.md +107 -0
  93. package/docs/interfaces/UserHasAccessProps.md +19 -0
  94. package/docs/interfaces/Visit.md +111 -0
  95. package/docs/interfaces/VisitItem.md +52 -0
  96. package/docs/interfaces/VisitType.md +41 -0
  97. package/docs/interfaces/WorkspaceItem.md +74 -0
  98. package/mock.tsx +253 -0
  99. package/package.json +15 -12
  100. package/src/index.ts +3 -1
  101. package/tsconfig.json +1 -0
  102. package/typedoc.json +7 -0
  103. package/webpack.config.js +4 -10
  104. package/src/set-public-path.ts +0 -3
  105. package/src/types.ts +0 -19
@@ -0,0 +1,41 @@
1
+ [@openmrs/esm-framework](../API.md) / ExtensionSlotConfigObject
2
+
3
+ # Interface: ExtensionSlotConfigObject
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [add](ExtensionSlotConfigObject.md#add)
10
+ - [order](ExtensionSlotConfigObject.md#order)
11
+ - [remove](ExtensionSlotConfigObject.md#remove)
12
+
13
+ ## Properties
14
+
15
+ ### add
16
+
17
+ • `Optional` **add**: `string`[]
18
+
19
+ #### Defined in
20
+
21
+ [packages/framework/esm-config/src/types.ts:50](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L50)
22
+
23
+ ___
24
+
25
+ ### order
26
+
27
+ • `Optional` **order**: `string`[]
28
+
29
+ #### Defined in
30
+
31
+ [packages/framework/esm-config/src/types.ts:52](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L52)
32
+
33
+ ___
34
+
35
+ ### remove
36
+
37
+ • `Optional` **remove**: `string`[]
38
+
39
+ #### Defined in
40
+
41
+ [packages/framework/esm-config/src/types.ts:51](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L51)
@@ -0,0 +1,32 @@
1
+ [@openmrs/esm-framework](../API.md) / ExtensionSlotConfigsStore
2
+
3
+ # Interface: ExtensionSlotConfigsStore
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [extensionSlotConfigs](ExtensionSlotConfigsStore.md#extensionslotconfigs)
10
+ - [loaded](ExtensionSlotConfigsStore.md#loaded)
11
+
12
+ ## Properties
13
+
14
+ ### extensionSlotConfigs
15
+
16
+ • **extensionSlotConfigs**: `Record`<`string`, [`ExtensionSlotConfigObject`](ExtensionSlotConfigObject.md)\>
17
+
18
+ Configs for each extension slot in the module, indexed by slot name
19
+
20
+ #### Defined in
21
+
22
+ [packages/framework/esm-config/src/module-config/state.ts:152](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/module-config/state.ts#L152)
23
+
24
+ ___
25
+
26
+ ### loaded
27
+
28
+ • **loaded**: `boolean`
29
+
30
+ #### Defined in
31
+
32
+ [packages/framework/esm-config/src/module-config/state.ts:153](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/module-config/state.ts#L153)
@@ -0,0 +1,7 @@
1
+ [@openmrs/esm-framework](../API.md) / ExtensionSlotConfigureValueObject
2
+
3
+ # Interface: ExtensionSlotConfigureValueObject
4
+
5
+ ## Indexable
6
+
7
+ ▪ [key: `string`]: `object`
@@ -0,0 +1,50 @@
1
+ [@openmrs/esm-framework](../API.md) / ExtensionSlotInfo
2
+
3
+ # Interface: ExtensionSlotInfo
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [attachedIds](ExtensionSlotInfo.md#attachedids)
10
+ - [instances](ExtensionSlotInfo.md#instances)
11
+ - [name](ExtensionSlotInfo.md#name)
12
+
13
+ ## Properties
14
+
15
+ ### attachedIds
16
+
17
+ • **attachedIds**: `string`[]
18
+
19
+ The set of extension IDs which have been attached to this slot.
20
+ This is essentially a complete history of `attach` calls to this specific slot.
21
+ However, not all of these extension IDs should be rendered.
22
+ `assignedIds` is the set defining those.
23
+
24
+ #### Defined in
25
+
26
+ [packages/framework/esm-extensions/src/store.ts:74](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-extensions/src/store.ts#L74)
27
+
28
+ ___
29
+
30
+ ### instances
31
+
32
+ • **instances**: `Record`<`string`, [`ExtensionSlotInstance`](ExtensionSlotInstance.md)\>
33
+
34
+ The mapping of modules / extension slot instances where the extension slot has been used.
35
+
36
+ #### Defined in
37
+
38
+ [packages/framework/esm-extensions/src/store.ts:67](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-extensions/src/store.ts#L67)
39
+
40
+ ___
41
+
42
+ ### name
43
+
44
+ • **name**: `string`
45
+
46
+ The name under which the extension slot has been registered.
47
+
48
+ #### Defined in
49
+
50
+ [packages/framework/esm-extensions/src/store.ts:63](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-extensions/src/store.ts#L63)
@@ -0,0 +1,51 @@
1
+ [@openmrs/esm-framework](../API.md) / ExtensionSlotInstance
2
+
3
+ # Interface: ExtensionSlotInstance
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [addedIds](ExtensionSlotInstance.md#addedids)
10
+ - [idOrder](ExtensionSlotInstance.md#idorder)
11
+ - [removedIds](ExtensionSlotInstance.md#removedids)
12
+
13
+ ## Properties
14
+
15
+ ### addedIds
16
+
17
+ • **addedIds**: `string`[]
18
+
19
+ A set of additional extension IDs which have been added to to this slot despite not being
20
+ explicitly `attach`ed to it.
21
+ An example may be an extension which is added to the slot via the configuration.
22
+
23
+ #### Defined in
24
+
25
+ [packages/framework/esm-extensions/src/store.ts:46](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-extensions/src/store.ts#L46)
26
+
27
+ ___
28
+
29
+ ### idOrder
30
+
31
+ • **idOrder**: `string`[]
32
+
33
+ A set allowing explicit ordering of the `assignedIds`.
34
+
35
+ #### Defined in
36
+
37
+ [packages/framework/esm-extensions/src/store.ts:56](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-extensions/src/store.ts#L56)
38
+
39
+ ___
40
+
41
+ ### removedIds
42
+
43
+ • **removedIds**: `string`[]
44
+
45
+ A set of extension IDs which have been removed/hidden from this slot, even though they have
46
+ previously been `attach`ed/added to it.
47
+ An example may be an extension which is removed from the slot via the configuration.
48
+
49
+ #### Defined in
50
+
51
+ [packages/framework/esm-extensions/src/store.ts:52](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-extensions/src/store.ts#L52)
@@ -0,0 +1,34 @@
1
+ [@openmrs/esm-framework](../API.md) / ExtensionStore
2
+
3
+ # Interface: ExtensionStore
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [extensions](ExtensionStore.md#extensions)
10
+ - [slots](ExtensionStore.md#slots)
11
+
12
+ ## Properties
13
+
14
+ ### extensions
15
+
16
+ • **extensions**: `Record`<`string`, [`ExtensionInfo`](ExtensionInfo.md)\>
17
+
18
+ Extensions indexed by name
19
+
20
+ #### Defined in
21
+
22
+ [packages/framework/esm-extensions/src/store.ts:37](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-extensions/src/store.ts#L37)
23
+
24
+ ___
25
+
26
+ ### slots
27
+
28
+ • **slots**: `Record`<`string`, [`ExtensionSlotInfo`](ExtensionSlotInfo.md)\>
29
+
30
+ Slots indexed by name
31
+
32
+ #### Defined in
33
+
34
+ [packages/framework/esm-extensions/src/store.ts:35](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-extensions/src/store.ts#L35)
@@ -0,0 +1,30 @@
1
+ [@openmrs/esm-framework](../API.md) / FHIRCode
2
+
3
+ # Interface: FHIRCode
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [code](FHIRCode.md#code)
10
+ - [system](FHIRCode.md#system)
11
+
12
+ ## Properties
13
+
14
+ ### code
15
+
16
+ • **code**: `string`
17
+
18
+ #### Defined in
19
+
20
+ [packages/framework/esm-api/src/types/fhir-resource.ts:27](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/fhir-resource.ts#L27)
21
+
22
+ ___
23
+
24
+ ### system
25
+
26
+ • **system**: `string`
27
+
28
+ #### Defined in
29
+
30
+ [packages/framework/esm-api/src/types/fhir-resource.ts:28](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/fhir-resource.ts#L28)
@@ -0,0 +1,41 @@
1
+ [@openmrs/esm-framework](../API.md) / FHIRRequestObj
2
+
3
+ # Interface: FHIRRequestObj
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [headers](FHIRRequestObj.md#headers)
10
+ - [method](FHIRRequestObj.md#method)
11
+ - [url](FHIRRequestObj.md#url)
12
+
13
+ ## Properties
14
+
15
+ ### headers
16
+
17
+ • **headers**: [`FetchHeaders`](FetchHeaders.md)
18
+
19
+ #### Defined in
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)
22
+
23
+ ___
24
+
25
+ ### method
26
+
27
+ • **method**: `string`
28
+
29
+ #### Defined in
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)
32
+
33
+ ___
34
+
35
+ ### url
36
+
37
+ • **url**: `string`
38
+
39
+ #### Defined in
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)
@@ -0,0 +1,46 @@
1
+ [@openmrs/esm-framework](../API.md) / FHIRResource
2
+
3
+ # Interface: FHIRResource
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [resource](FHIRResource.md#resource)
10
+
11
+ ## Properties
12
+
13
+ ### resource
14
+
15
+ • **resource**: `Object`
16
+
17
+ #### Type declaration
18
+
19
+ | Name | Type |
20
+ | :------ | :------ |
21
+ | `code` | `Object` |
22
+ | `code.coding` | [`FHIRCode`](FHIRCode.md)[] |
23
+ | `effectiveDateTime` | `Date` |
24
+ | `encounter` | `Object` |
25
+ | `encounter.reference` | `string` |
26
+ | `encounter.type` | `string` |
27
+ | `id` | `string` |
28
+ | `issued` | `Date` |
29
+ | `referenceRange` | `any` |
30
+ | `resourceType` | `string` |
31
+ | `status` | `string` |
32
+ | `subject` | `Object` |
33
+ | `subject.display` | `string` |
34
+ | `subject.identifier` | `Object` |
35
+ | `subject.identifier.id` | `string` |
36
+ | `subject.identifier.system` | `string` |
37
+ | `subject.identifier.use` | `string` |
38
+ | `subject.identifier.value` | `string` |
39
+ | `subject.reference` | `string` |
40
+ | `subject.type` | `string` |
41
+ | `valueQuantity` | `Object` |
42
+ | `valueQuantity.value` | `number` |
43
+
44
+ #### Defined in
45
+
46
+ [packages/framework/esm-api/src/types/fhir-resource.ts:2](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/fhir-resource.ts#L2)
@@ -0,0 +1,7 @@
1
+ [@openmrs/esm-framework](../API.md) / FetchHeaders
2
+
3
+ # Interface: FetchHeaders
4
+
5
+ ## Indexable
6
+
7
+ ▪ [key: `string`]: `string` \| ``null``
@@ -0,0 +1,285 @@
1
+ [@openmrs/esm-framework](../API.md) / FetchResponse
2
+
3
+ # Interface: FetchResponse<T\>
4
+
5
+ ## Type parameters
6
+
7
+ | Name | Type |
8
+ | :------ | :------ |
9
+ | `T` | `any` |
10
+
11
+ ## Hierarchy
12
+
13
+ - `Response`
14
+
15
+ ↳ **`FetchResponse`**
16
+
17
+ ↳↳ [`LoggedInUserFetchResponse`](LoggedInUserFetchResponse.md)
18
+
19
+ ## Table of contents
20
+
21
+ ### Properties
22
+
23
+ - [body](FetchResponse.md#body)
24
+ - [bodyUsed](FetchResponse.md#bodyused)
25
+ - [data](FetchResponse.md#data)
26
+ - [headers](FetchResponse.md#headers)
27
+ - [ok](FetchResponse.md#ok)
28
+ - [redirected](FetchResponse.md#redirected)
29
+ - [status](FetchResponse.md#status)
30
+ - [statusText](FetchResponse.md#statustext)
31
+ - [type](FetchResponse.md#type)
32
+ - [url](FetchResponse.md#url)
33
+
34
+ ### Methods
35
+
36
+ - [arrayBuffer](FetchResponse.md#arraybuffer)
37
+ - [blob](FetchResponse.md#blob)
38
+ - [clone](FetchResponse.md#clone)
39
+ - [formData](FetchResponse.md#formdata)
40
+ - [json](FetchResponse.md#json)
41
+ - [text](FetchResponse.md#text)
42
+
43
+ ## Properties
44
+
45
+ ### body
46
+
47
+ • `Readonly` **body**: ``null`` \| `ReadableStream`<`Uint8Array`\>
48
+
49
+ #### Inherited from
50
+
51
+ Response.body
52
+
53
+ #### Defined in
54
+
55
+ node_modules/typescript/lib/lib.dom.d.ts:2444
56
+
57
+ ___
58
+
59
+ ### bodyUsed
60
+
61
+ • `Readonly` **bodyUsed**: `boolean`
62
+
63
+ #### Inherited from
64
+
65
+ Response.bodyUsed
66
+
67
+ #### Defined in
68
+
69
+ node_modules/typescript/lib/lib.dom.d.ts:2445
70
+
71
+ ___
72
+
73
+ ### data
74
+
75
+ • **data**: `T`
76
+
77
+ #### Defined in
78
+
79
+ [packages/framework/esm-api/src/types/fetch.ts:4](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/fetch.ts#L4)
80
+
81
+ ___
82
+
83
+ ### headers
84
+
85
+ • `Readonly` **headers**: `Headers`
86
+
87
+ #### Inherited from
88
+
89
+ Response.headers
90
+
91
+ #### Defined in
92
+
93
+ node_modules/typescript/lib/lib.dom.d.ts:12143
94
+
95
+ ___
96
+
97
+ ### ok
98
+
99
+ • `Readonly` **ok**: `boolean`
100
+
101
+ #### Inherited from
102
+
103
+ Response.ok
104
+
105
+ #### Defined in
106
+
107
+ node_modules/typescript/lib/lib.dom.d.ts:12144
108
+
109
+ ___
110
+
111
+ ### redirected
112
+
113
+ • `Readonly` **redirected**: `boolean`
114
+
115
+ #### Inherited from
116
+
117
+ Response.redirected
118
+
119
+ #### Defined in
120
+
121
+ node_modules/typescript/lib/lib.dom.d.ts:12145
122
+
123
+ ___
124
+
125
+ ### status
126
+
127
+ • `Readonly` **status**: `number`
128
+
129
+ #### Inherited from
130
+
131
+ Response.status
132
+
133
+ #### Defined in
134
+
135
+ node_modules/typescript/lib/lib.dom.d.ts:12146
136
+
137
+ ___
138
+
139
+ ### statusText
140
+
141
+ • `Readonly` **statusText**: `string`
142
+
143
+ #### Inherited from
144
+
145
+ Response.statusText
146
+
147
+ #### Defined in
148
+
149
+ node_modules/typescript/lib/lib.dom.d.ts:12147
150
+
151
+ ___
152
+
153
+ ### type
154
+
155
+ • `Readonly` **type**: `ResponseType`
156
+
157
+ #### Inherited from
158
+
159
+ Response.type
160
+
161
+ #### Defined in
162
+
163
+ node_modules/typescript/lib/lib.dom.d.ts:12148
164
+
165
+ ___
166
+
167
+ ### url
168
+
169
+ • `Readonly` **url**: `string`
170
+
171
+ #### Inherited from
172
+
173
+ Response.url
174
+
175
+ #### Defined in
176
+
177
+ node_modules/typescript/lib/lib.dom.d.ts:12149
178
+
179
+ ## Methods
180
+
181
+ ### arrayBuffer
182
+
183
+ ▸ **arrayBuffer**(): `Promise`<`ArrayBuffer`\>
184
+
185
+ #### Returns
186
+
187
+ `Promise`<`ArrayBuffer`\>
188
+
189
+ #### Inherited from
190
+
191
+ Response.arrayBuffer
192
+
193
+ #### Defined in
194
+
195
+ node_modules/typescript/lib/lib.dom.d.ts:2446
196
+
197
+ ___
198
+
199
+ ### blob
200
+
201
+ ▸ **blob**(): `Promise`<`Blob`\>
202
+
203
+ #### Returns
204
+
205
+ `Promise`<`Blob`\>
206
+
207
+ #### Inherited from
208
+
209
+ Response.blob
210
+
211
+ #### Defined in
212
+
213
+ node_modules/typescript/lib/lib.dom.d.ts:2447
214
+
215
+ ___
216
+
217
+ ### clone
218
+
219
+ ▸ **clone**(): `Response`
220
+
221
+ #### Returns
222
+
223
+ `Response`
224
+
225
+ #### Inherited from
226
+
227
+ Response.clone
228
+
229
+ #### Defined in
230
+
231
+ node_modules/typescript/lib/lib.dom.d.ts:12150
232
+
233
+ ___
234
+
235
+ ### formData
236
+
237
+ ▸ **formData**(): `Promise`<`FormData`\>
238
+
239
+ #### Returns
240
+
241
+ `Promise`<`FormData`\>
242
+
243
+ #### Inherited from
244
+
245
+ Response.formData
246
+
247
+ #### Defined in
248
+
249
+ node_modules/typescript/lib/lib.dom.d.ts:2448
250
+
251
+ ___
252
+
253
+ ### json
254
+
255
+ ▸ **json**(): `Promise`<`any`\>
256
+
257
+ #### Returns
258
+
259
+ `Promise`<`any`\>
260
+
261
+ #### Inherited from
262
+
263
+ Response.json
264
+
265
+ #### Defined in
266
+
267
+ node_modules/typescript/lib/lib.dom.d.ts:2449
268
+
269
+ ___
270
+
271
+ ### text
272
+
273
+ ▸ **text**(): `Promise`<`string`\>
274
+
275
+ #### Returns
276
+
277
+ `Promise`<`string`\>
278
+
279
+ #### Inherited from
280
+
281
+ Response.text
282
+
283
+ #### Defined in
284
+
285
+ node_modules/typescript/lib/lib.dom.d.ts:2450
@@ -0,0 +1,19 @@
1
+ [@openmrs/esm-framework](../API.md) / ImplementerToolsConfigStore
2
+
3
+ # Interface: ImplementerToolsConfigStore
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [config](ImplementerToolsConfigStore.md#config)
10
+
11
+ ## Properties
12
+
13
+ ### config
14
+
15
+ • **config**: [`Config`](Config.md)
16
+
17
+ #### Defined in
18
+
19
+ [packages/framework/esm-config/src/module-config/state.ts:185](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/module-config/state.ts#L185)
@@ -0,0 +1,19 @@
1
+ [@openmrs/esm-framework](../API.md) / ImportMap
2
+
3
+ # Interface: ImportMap
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [imports](ImportMap.md#imports)
10
+
11
+ ## Properties
12
+
13
+ ### imports
14
+
15
+ • **imports**: `Record`<`string`, `string`\>
16
+
17
+ #### Defined in
18
+
19
+ [packages/framework/esm-globals/src/types.ts:50](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-globals/src/types.ts#L50)