@openmrs/esm-framework 6.0.3-pre.2631 → 6.0.3-pre.2634
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 +2 -2
- package/dist/openmrs-esm-framework.js +1 -1
- package/dist/openmrs-esm-framework.js.map +1 -1
- package/docs/API.md +7 -7
- package/docs/interfaces/CloseWorkspaceOptions.md +3 -3
- package/docs/interfaces/DefaultWorkspaceProps.md +4 -4
- package/docs/interfaces/FeatureFlagDefinition.md +3 -3
- package/docs/interfaces/OpenWorkspace.md +7 -7
- package/docs/interfaces/OpenmrsAppRoutes.md +21 -8
- package/docs/interfaces/Prompt.md +5 -5
- package/docs/interfaces/ResourceLoader.md +1 -1
- package/docs/interfaces/WorkspaceGroupDefinition.md +34 -0
- package/docs/interfaces/WorkspaceRegistration.md +1 -1
- package/docs/interfaces/WorkspacesInfo.md +6 -5
- package/package.json +18 -18
package/docs/API.md
CHANGED
@@ -610,7 +610,7 @@ ___
|
|
610
610
|
|
611
611
|
#### Defined in
|
612
612
|
|
613
|
-
[packages/framework/esm-globals/src/types.ts:
|
613
|
+
[packages/framework/esm-globals/src/types.ts:422](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L422)
|
614
614
|
|
615
615
|
___
|
616
616
|
|
@@ -623,7 +623,7 @@ Basically, this is the same as the app routes, with each routes definition keyed
|
|
623
623
|
|
624
624
|
#### Defined in
|
625
625
|
|
626
|
-
[packages/framework/esm-globals/src/types.ts:
|
626
|
+
[packages/framework/esm-globals/src/types.ts:413](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L413)
|
627
627
|
|
628
628
|
___
|
629
629
|
|
@@ -8231,7 +8231,7 @@ Function to close an opened workspace
|
|
8231
8231
|
|
8232
8232
|
#### Defined in
|
8233
8233
|
|
8234
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
8234
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:433](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L433)
|
8235
8235
|
|
8236
8236
|
___
|
8237
8237
|
|
@@ -8282,7 +8282,7 @@ prop named `workspaceTitle` will override the title of the workspace.
|
|
8282
8282
|
|
8283
8283
|
#### Defined in
|
8284
8284
|
|
8285
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
8285
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:297](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L297)
|
8286
8286
|
|
8287
8287
|
___
|
8288
8288
|
|
@@ -8313,7 +8313,7 @@ launchWorkspaceGroup("myGroup", {
|
|
8313
8313
|
|
8314
8314
|
#### Defined in
|
8315
8315
|
|
8316
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
8316
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:211](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L211)
|
8317
8317
|
|
8318
8318
|
___
|
8319
8319
|
|
@@ -8339,7 +8339,7 @@ Use this function to navigate to a new page and launch a workspace on that page.
|
|
8339
8339
|
|
8340
8340
|
#### Defined in
|
8341
8341
|
|
8342
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
8342
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:390](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L390)
|
8343
8343
|
|
8344
8344
|
___
|
8345
8345
|
|
@@ -8353,4 +8353,4 @@ ___
|
|
8353
8353
|
|
8354
8354
|
#### Defined in
|
8355
8355
|
|
8356
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
8356
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:544](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L544)
|
@@ -27,7 +27,7 @@ Defaults to true except when opening a new workspace of the same group.
|
|
27
27
|
|
28
28
|
#### Defined in
|
29
29
|
|
30
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
30
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:38](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L38)
|
31
31
|
|
32
32
|
___
|
33
33
|
|
@@ -42,7 +42,7 @@ even if the `testFcn` passed to `promptBeforeClosing` returns `true`.
|
|
42
42
|
|
43
43
|
#### Defined in
|
44
44
|
|
45
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
45
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:23](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L23)
|
46
46
|
|
47
47
|
## Workspace Methods
|
48
48
|
|
@@ -62,4 +62,4 @@ void
|
|
62
62
|
|
63
63
|
#### Defined in
|
64
64
|
|
65
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
65
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:30](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L30)
|
@@ -43,7 +43,7 @@ closed, given the user forcefully closes the workspace.
|
|
43
43
|
|
44
44
|
#### Defined in
|
45
45
|
|
46
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
46
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:50](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L50)
|
47
47
|
|
48
48
|
___
|
49
49
|
|
@@ -66,7 +66,7 @@ will directly close the workspace without any prompt
|
|
66
66
|
|
67
67
|
#### Defined in
|
68
68
|
|
69
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
69
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:60](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L60)
|
70
70
|
|
71
71
|
___
|
72
72
|
|
@@ -89,7 +89,7 @@ this workspace is closed; e.g. if there is unsaved data.
|
|
89
89
|
|
90
90
|
#### Defined in
|
91
91
|
|
92
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
92
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:55](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L55)
|
93
93
|
|
94
94
|
___
|
95
95
|
|
@@ -117,4 +117,4 @@ title needs to be set dynamically.
|
|
117
117
|
|
118
118
|
#### Defined in
|
119
119
|
|
120
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
120
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:75](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L75)
|
@@ -22,7 +22,7 @@ An explanation of what the flag does, which will be displayed in the Implementer
|
|
22
22
|
|
23
23
|
#### Defined in
|
24
24
|
|
25
|
-
[packages/framework/esm-globals/src/types.ts:
|
25
|
+
[packages/framework/esm-globals/src/types.ts:374](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L374)
|
26
26
|
|
27
27
|
___
|
28
28
|
|
@@ -34,7 +34,7 @@ A code-friendly name for the flag, which will be used to reference it in code
|
|
34
34
|
|
35
35
|
#### Defined in
|
36
36
|
|
37
|
-
[packages/framework/esm-globals/src/types.ts:
|
37
|
+
[packages/framework/esm-globals/src/types.ts:370](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L370)
|
38
38
|
|
39
39
|
___
|
40
40
|
|
@@ -46,4 +46,4 @@ A human-friendly name which will be displayed in the Implementer Tools
|
|
46
46
|
|
47
47
|
#### Defined in
|
48
48
|
|
49
|
-
[packages/framework/esm-globals/src/types.ts:
|
49
|
+
[packages/framework/esm-globals/src/types.ts:372](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L372)
|
@@ -70,7 +70,7 @@ ___
|
|
70
70
|
|
71
71
|
### groups
|
72
72
|
|
73
|
-
•
|
73
|
+
• **groups**: `string`[]
|
74
74
|
|
75
75
|
#### Inherited from
|
76
76
|
|
@@ -188,7 +188,7 @@ ___
|
|
188
188
|
|
189
189
|
#### Defined in
|
190
190
|
|
191
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
191
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:115](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L115)
|
192
192
|
|
193
193
|
___
|
194
194
|
|
@@ -198,7 +198,7 @@ ___
|
|
198
198
|
|
199
199
|
#### Defined in
|
200
200
|
|
201
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
201
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:116](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L116)
|
202
202
|
|
203
203
|
## Methods
|
204
204
|
|
@@ -228,7 +228,7 @@ closed, given the user forcefully closes the workspace.
|
|
228
228
|
|
229
229
|
#### Defined in
|
230
230
|
|
231
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
231
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:50](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L50)
|
232
232
|
|
233
233
|
___
|
234
234
|
|
@@ -255,7 +255,7 @@ will directly close the workspace without any prompt
|
|
255
255
|
|
256
256
|
#### Defined in
|
257
257
|
|
258
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
258
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:60](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L60)
|
259
259
|
|
260
260
|
___
|
261
261
|
|
@@ -300,7 +300,7 @@ this workspace is closed; e.g. if there is unsaved data.
|
|
300
300
|
|
301
301
|
#### Defined in
|
302
302
|
|
303
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
303
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:55](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L55)
|
304
304
|
|
305
305
|
___
|
306
306
|
|
@@ -332,4 +332,4 @@ title needs to be set dynamically.
|
|
332
332
|
|
333
333
|
#### Defined in
|
334
334
|
|
335
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
335
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:75](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L75)
|
@@ -15,6 +15,7 @@ This interface describes the format of the routes provided by an app
|
|
15
15
|
- [optionalBackendDependencies](OpenmrsAppRoutes.md#optionalbackenddependencies)
|
16
16
|
- [pages](OpenmrsAppRoutes.md#pages)
|
17
17
|
- [version](OpenmrsAppRoutes.md#version)
|
18
|
+
- [workspaceGroups](OpenmrsAppRoutes.md#workspacegroups)
|
18
19
|
- [workspaces](OpenmrsAppRoutes.md#workspaces)
|
19
20
|
|
20
21
|
## Properties
|
@@ -27,7 +28,7 @@ A list of backend modules necessary for this frontend module and the correspondi
|
|
27
28
|
|
28
29
|
#### Defined in
|
29
30
|
|
30
|
-
[packages/framework/esm-globals/src/types.ts:
|
31
|
+
[packages/framework/esm-globals/src/types.ts:382](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L382)
|
31
32
|
|
32
33
|
___
|
33
34
|
|
@@ -39,7 +40,7 @@ An array of all extensions supported by this frontend module. Extensions can be
|
|
39
40
|
|
40
41
|
#### Defined in
|
41
42
|
|
42
|
-
[packages/framework/esm-globals/src/types.ts:
|
43
|
+
[packages/framework/esm-globals/src/types.ts:398](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L398)
|
43
44
|
|
44
45
|
___
|
45
46
|
|
@@ -51,7 +52,7 @@ An array of all feature flags for any beta-stage features this module provides.
|
|
51
52
|
|
52
53
|
#### Defined in
|
53
54
|
|
54
|
-
[packages/framework/esm-globals/src/types.ts:
|
55
|
+
[packages/framework/esm-globals/src/types.ts:400](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L400)
|
55
56
|
|
56
57
|
___
|
57
58
|
|
@@ -63,7 +64,7 @@ An array of all modals supported by this frontend module. Modals can be launched
|
|
63
64
|
|
64
65
|
#### Defined in
|
65
66
|
|
66
|
-
[packages/framework/esm-globals/src/types.ts:
|
67
|
+
[packages/framework/esm-globals/src/types.ts:402](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L402)
|
67
68
|
|
68
69
|
___
|
69
70
|
|
@@ -81,7 +82,7 @@ The name of the backend dependency and either the required version or an object
|
|
81
82
|
|
82
83
|
#### Defined in
|
83
84
|
|
84
|
-
[packages/framework/esm-globals/src/types.ts:
|
85
|
+
[packages/framework/esm-globals/src/types.ts:384](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L384)
|
85
86
|
|
86
87
|
___
|
87
88
|
|
@@ -93,7 +94,7 @@ An array of all pages supported by this frontend module. Pages are automatically
|
|
93
94
|
|
94
95
|
#### Defined in
|
95
96
|
|
96
|
-
[packages/framework/esm-globals/src/types.ts:
|
97
|
+
[packages/framework/esm-globals/src/types.ts:396](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L396)
|
97
98
|
|
98
99
|
___
|
99
100
|
|
@@ -105,7 +106,19 @@ The version of this frontend module.
|
|
105
106
|
|
106
107
|
#### Defined in
|
107
108
|
|
108
|
-
[packages/framework/esm-globals/src/types.ts:
|
109
|
+
[packages/framework/esm-globals/src/types.ts:380](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L380)
|
110
|
+
|
111
|
+
___
|
112
|
+
|
113
|
+
### workspaceGroups
|
114
|
+
|
115
|
+
• `Optional` **workspaceGroups**: [`WorkspaceGroupDefinition`](WorkspaceGroupDefinition.md)[]
|
116
|
+
|
117
|
+
An array of all workspace groups supported by this frontend module.
|
118
|
+
|
119
|
+
#### Defined in
|
120
|
+
|
121
|
+
[packages/framework/esm-globals/src/types.ts:406](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L406)
|
109
122
|
|
110
123
|
___
|
111
124
|
|
@@ -117,4 +130,4 @@ An array of all workspaces supported by this frontend module. Workspaces can be
|
|
117
130
|
|
118
131
|
#### Defined in
|
119
132
|
|
120
|
-
[packages/framework/esm-globals/src/types.ts:
|
133
|
+
[packages/framework/esm-globals/src/types.ts:404](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L404)
|
@@ -23,7 +23,7 @@
|
|
23
23
|
|
24
24
|
#### Defined in
|
25
25
|
|
26
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
26
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:94](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L94)
|
27
27
|
|
28
28
|
___
|
29
29
|
|
@@ -35,7 +35,7 @@ Defaults to "Cancel"
|
|
35
35
|
|
36
36
|
#### Defined in
|
37
37
|
|
38
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
38
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:99](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L99)
|
39
39
|
|
40
40
|
___
|
41
41
|
|
@@ -47,7 +47,7 @@ Defaults to "Confirm"
|
|
47
47
|
|
48
48
|
#### Defined in
|
49
49
|
|
50
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
50
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:96](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L96)
|
51
51
|
|
52
52
|
___
|
53
53
|
|
@@ -57,7 +57,7 @@ ___
|
|
57
57
|
|
58
58
|
#### Defined in
|
59
59
|
|
60
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
60
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:93](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L93)
|
61
61
|
|
62
62
|
## Methods
|
63
63
|
|
@@ -71,4 +71,4 @@ ___
|
|
71
71
|
|
72
72
|
#### Defined in
|
73
73
|
|
74
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
74
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:97](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L97)
|
@@ -20,4 +20,4 @@
|
|
20
20
|
|
21
21
|
#### Defined in
|
22
22
|
|
23
|
-
[packages/framework/esm-globals/src/types.ts:
|
23
|
+
[packages/framework/esm-globals/src/types.ts:416](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L416)
|
@@ -0,0 +1,34 @@
|
|
1
|
+
[@openmrs/esm-framework](../API.md) / WorkspaceGroupDefinition
|
2
|
+
|
3
|
+
# Interface: WorkspaceGroupDefinition
|
4
|
+
|
5
|
+
## Table of contents
|
6
|
+
|
7
|
+
### Properties
|
8
|
+
|
9
|
+
- [members](WorkspaceGroupDefinition.md#members)
|
10
|
+
- [name](WorkspaceGroupDefinition.md#name)
|
11
|
+
|
12
|
+
## Properties
|
13
|
+
|
14
|
+
### members
|
15
|
+
|
16
|
+
• `Optional` **members**: `string`[]
|
17
|
+
|
18
|
+
List of workspace names which are part of the workspace group.
|
19
|
+
|
20
|
+
#### Defined in
|
21
|
+
|
22
|
+
[packages/framework/esm-globals/src/types.ts:362](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L362)
|
23
|
+
|
24
|
+
___
|
25
|
+
|
26
|
+
### name
|
27
|
+
|
28
|
+
• **name**: `string`
|
29
|
+
|
30
|
+
Name of the workspace group. This is used to launch the workspace group
|
31
|
+
|
32
|
+
#### Defined in
|
33
|
+
|
34
|
+
[packages/framework/esm-globals/src/types.ts:358](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L358)
|
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
#### Defined in
|
22
22
|
|
23
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
23
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:537](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L537)
|
24
24
|
|
25
25
|
___
|
26
26
|
|
@@ -30,7 +30,7 @@ ___
|
|
30
30
|
|
31
31
|
#### Defined in
|
32
32
|
|
33
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
33
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:538](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L538)
|
34
34
|
|
35
35
|
___
|
36
36
|
|
@@ -43,11 +43,12 @@ ___
|
|
43
43
|
| Name | Type |
|
44
44
|
| :------ | :------ |
|
45
45
|
| `cleanup?` | `Function` |
|
46
|
+
| `members` | `string`[] |
|
46
47
|
| `name` | `string` |
|
47
48
|
|
48
49
|
#### Defined in
|
49
50
|
|
50
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
51
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:541](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L541)
|
51
52
|
|
52
53
|
___
|
53
54
|
|
@@ -57,7 +58,7 @@ ___
|
|
57
58
|
|
58
59
|
#### Defined in
|
59
60
|
|
60
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
61
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:539](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L539)
|
61
62
|
|
62
63
|
___
|
63
64
|
|
@@ -67,4 +68,4 @@ ___
|
|
67
68
|
|
68
69
|
#### Defined in
|
69
70
|
|
70
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
71
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:540](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L540)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@openmrs/esm-framework",
|
3
|
-
"version": "6.0.3-pre.
|
3
|
+
"version": "6.0.3-pre.2634",
|
4
4
|
"license": "MPL-2.0",
|
5
5
|
"browser": "dist/openmrs-esm-framework.js",
|
6
6
|
"main": "src/index.ts",
|
@@ -37,23 +37,23 @@
|
|
37
37
|
"access": "public"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@openmrs/esm-api": "6.0.3-pre.
|
41
|
-
"@openmrs/esm-config": "6.0.3-pre.
|
42
|
-
"@openmrs/esm-context": "6.0.3-pre.
|
43
|
-
"@openmrs/esm-dynamic-loading": "6.0.3-pre.
|
44
|
-
"@openmrs/esm-error-handling": "6.0.3-pre.
|
45
|
-
"@openmrs/esm-expression-evaluator": "6.0.3-pre.
|
46
|
-
"@openmrs/esm-extensions": "6.0.3-pre.
|
47
|
-
"@openmrs/esm-feature-flags": "6.0.3-pre.
|
48
|
-
"@openmrs/esm-globals": "6.0.3-pre.
|
49
|
-
"@openmrs/esm-navigation": "6.0.3-pre.
|
50
|
-
"@openmrs/esm-offline": "6.0.3-pre.
|
51
|
-
"@openmrs/esm-react-utils": "6.0.3-pre.
|
52
|
-
"@openmrs/esm-routes": "6.0.3-pre.
|
53
|
-
"@openmrs/esm-state": "6.0.3-pre.
|
54
|
-
"@openmrs/esm-styleguide": "6.0.3-pre.
|
55
|
-
"@openmrs/esm-translations": "6.0.3-pre.
|
56
|
-
"@openmrs/esm-utils": "6.0.3-pre.
|
40
|
+
"@openmrs/esm-api": "6.0.3-pre.2634",
|
41
|
+
"@openmrs/esm-config": "6.0.3-pre.2634",
|
42
|
+
"@openmrs/esm-context": "6.0.3-pre.2634",
|
43
|
+
"@openmrs/esm-dynamic-loading": "6.0.3-pre.2634",
|
44
|
+
"@openmrs/esm-error-handling": "6.0.3-pre.2634",
|
45
|
+
"@openmrs/esm-expression-evaluator": "6.0.3-pre.2634",
|
46
|
+
"@openmrs/esm-extensions": "6.0.3-pre.2634",
|
47
|
+
"@openmrs/esm-feature-flags": "6.0.3-pre.2634",
|
48
|
+
"@openmrs/esm-globals": "6.0.3-pre.2634",
|
49
|
+
"@openmrs/esm-navigation": "6.0.3-pre.2634",
|
50
|
+
"@openmrs/esm-offline": "6.0.3-pre.2634",
|
51
|
+
"@openmrs/esm-react-utils": "6.0.3-pre.2634",
|
52
|
+
"@openmrs/esm-routes": "6.0.3-pre.2634",
|
53
|
+
"@openmrs/esm-state": "6.0.3-pre.2634",
|
54
|
+
"@openmrs/esm-styleguide": "6.0.3-pre.2634",
|
55
|
+
"@openmrs/esm-translations": "6.0.3-pre.2634",
|
56
|
+
"@openmrs/esm-utils": "6.0.3-pre.2634",
|
57
57
|
"dayjs": "^1.10.7"
|
58
58
|
},
|
59
59
|
"peerDependencies": {
|