@openmrs/esm-framework 5.7.3-pre.2113 → 5.7.3-pre.2123
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 +4 -4
- package/docs/interfaces/CloseWorkspaceOptions.md +2 -2
- package/docs/interfaces/DefaultWorkspaceProps.md +4 -4
- package/docs/interfaces/OpenWorkspace.md +5 -5
- package/docs/interfaces/Prompt.md +5 -5
- package/docs/interfaces/WorkspacesInfo.md +4 -4
- package/package.json +17 -17
package/docs/API.md
CHANGED
|
@@ -7031,7 +7031,7 @@ Function to close an opened workspace
|
|
|
7031
7031
|
|
|
7032
7032
|
#### Defined in
|
|
7033
7033
|
|
|
7034
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
|
7034
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:288](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L288)
|
|
7035
7035
|
|
|
7036
7036
|
___
|
|
7037
7037
|
|
|
@@ -7082,7 +7082,7 @@ prop named `workspaceTitle` will override the title of the workspace.
|
|
|
7082
7082
|
|
|
7083
7083
|
#### Defined in
|
|
7084
7084
|
|
|
7085
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
|
7085
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:166](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L166)
|
|
7086
7086
|
|
|
7087
7087
|
___
|
|
7088
7088
|
|
|
@@ -7108,7 +7108,7 @@ Use this function to navigate to a new page and launch a workspace on that page.
|
|
|
7108
7108
|
|
|
7109
7109
|
#### Defined in
|
|
7110
7110
|
|
|
7111
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
|
7111
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:251](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L251)
|
|
7112
7112
|
|
|
7113
7113
|
___
|
|
7114
7114
|
|
|
@@ -7122,4 +7122,4 @@ ___
|
|
|
7122
7122
|
|
|
7123
7123
|
#### Defined in
|
|
7124
7124
|
|
|
7125
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
|
7125
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:402](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L402)
|
|
@@ -25,7 +25,7 @@ even if the `testFcn` passed to `promptBeforeClosing` returns `true`.
|
|
|
25
25
|
|
|
26
26
|
#### Defined in
|
|
27
27
|
|
|
28
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
|
28
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:19](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L19)
|
|
29
29
|
|
|
30
30
|
## Workspace Methods
|
|
31
31
|
|
|
@@ -45,4 +45,4 @@ void
|
|
|
45
45
|
|
|
46
46
|
#### Defined in
|
|
47
47
|
|
|
48
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
|
48
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:26](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L26)
|
|
@@ -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:38](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L38)
|
|
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:48](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L48)
|
|
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:43](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L43)
|
|
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:63](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L63)
|
|
@@ -202,7 +202,7 @@ ___
|
|
|
202
202
|
|
|
203
203
|
#### Defined in
|
|
204
204
|
|
|
205
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
|
205
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:98](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L98)
|
|
206
206
|
|
|
207
207
|
## Methods
|
|
208
208
|
|
|
@@ -232,7 +232,7 @@ closed, given the user forcefully closes the workspace.
|
|
|
232
232
|
|
|
233
233
|
#### Defined in
|
|
234
234
|
|
|
235
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
|
235
|
+
[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)
|
|
236
236
|
|
|
237
237
|
___
|
|
238
238
|
|
|
@@ -259,7 +259,7 @@ will directly close the workspace without any prompt
|
|
|
259
259
|
|
|
260
260
|
#### Defined in
|
|
261
261
|
|
|
262
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
|
262
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:48](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L48)
|
|
263
263
|
|
|
264
264
|
___
|
|
265
265
|
|
|
@@ -304,7 +304,7 @@ this workspace is closed; e.g. if there is unsaved data.
|
|
|
304
304
|
|
|
305
305
|
#### Defined in
|
|
306
306
|
|
|
307
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
|
307
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:43](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L43)
|
|
308
308
|
|
|
309
309
|
___
|
|
310
310
|
|
|
@@ -336,4 +336,4 @@ title needs to be set dynamically.
|
|
|
336
336
|
|
|
337
337
|
#### Defined in
|
|
338
338
|
|
|
339
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
|
339
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:63](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L63)
|
|
@@ -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:82](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L82)
|
|
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:87](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L87)
|
|
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:84](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L84)
|
|
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:81](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L81)
|
|
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:85](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L85)
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
#### Defined in
|
|
21
21
|
|
|
22
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
|
22
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:396](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L396)
|
|
23
23
|
|
|
24
24
|
___
|
|
25
25
|
|
|
@@ -29,7 +29,7 @@ ___
|
|
|
29
29
|
|
|
30
30
|
#### Defined in
|
|
31
31
|
|
|
32
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
|
32
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:397](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L397)
|
|
33
33
|
|
|
34
34
|
___
|
|
35
35
|
|
|
@@ -39,7 +39,7 @@ ___
|
|
|
39
39
|
|
|
40
40
|
#### Defined in
|
|
41
41
|
|
|
42
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
|
42
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:398](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L398)
|
|
43
43
|
|
|
44
44
|
___
|
|
45
45
|
|
|
@@ -49,4 +49,4 @@ ___
|
|
|
49
49
|
|
|
50
50
|
#### Defined in
|
|
51
51
|
|
|
52
|
-
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:
|
|
52
|
+
[packages/framework/esm-styleguide/src/workspaces/workspaces.ts:399](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L399)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-framework",
|
|
3
|
-
"version": "5.7.3-pre.
|
|
3
|
+
"version": "5.7.3-pre.2123",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"browser": "dist/openmrs-esm-framework.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@openmrs/esm-api": "5.7.3-pre.
|
|
41
|
-
"@openmrs/esm-config": "5.7.3-pre.
|
|
42
|
-
"@openmrs/esm-context": "5.7.3-pre.
|
|
43
|
-
"@openmrs/esm-dynamic-loading": "5.7.3-pre.
|
|
44
|
-
"@openmrs/esm-error-handling": "5.7.3-pre.
|
|
45
|
-
"@openmrs/esm-extensions": "5.7.3-pre.
|
|
46
|
-
"@openmrs/esm-feature-flags": "5.7.3-pre.
|
|
47
|
-
"@openmrs/esm-globals": "5.7.3-pre.
|
|
48
|
-
"@openmrs/esm-navigation": "5.7.3-pre.
|
|
49
|
-
"@openmrs/esm-offline": "5.7.3-pre.
|
|
50
|
-
"@openmrs/esm-react-utils": "5.7.3-pre.
|
|
51
|
-
"@openmrs/esm-routes": "5.7.3-pre.
|
|
52
|
-
"@openmrs/esm-state": "5.7.3-pre.
|
|
53
|
-
"@openmrs/esm-styleguide": "5.7.3-pre.
|
|
54
|
-
"@openmrs/esm-translations": "5.7.3-pre.
|
|
55
|
-
"@openmrs/esm-utils": "5.7.3-pre.
|
|
40
|
+
"@openmrs/esm-api": "5.7.3-pre.2123",
|
|
41
|
+
"@openmrs/esm-config": "5.7.3-pre.2123",
|
|
42
|
+
"@openmrs/esm-context": "5.7.3-pre.2123",
|
|
43
|
+
"@openmrs/esm-dynamic-loading": "5.7.3-pre.2123",
|
|
44
|
+
"@openmrs/esm-error-handling": "5.7.3-pre.2123",
|
|
45
|
+
"@openmrs/esm-extensions": "5.7.3-pre.2123",
|
|
46
|
+
"@openmrs/esm-feature-flags": "5.7.3-pre.2123",
|
|
47
|
+
"@openmrs/esm-globals": "5.7.3-pre.2123",
|
|
48
|
+
"@openmrs/esm-navigation": "5.7.3-pre.2123",
|
|
49
|
+
"@openmrs/esm-offline": "5.7.3-pre.2123",
|
|
50
|
+
"@openmrs/esm-react-utils": "5.7.3-pre.2123",
|
|
51
|
+
"@openmrs/esm-routes": "5.7.3-pre.2123",
|
|
52
|
+
"@openmrs/esm-state": "5.7.3-pre.2123",
|
|
53
|
+
"@openmrs/esm-styleguide": "5.7.3-pre.2123",
|
|
54
|
+
"@openmrs/esm-translations": "5.7.3-pre.2123",
|
|
55
|
+
"@openmrs/esm-utils": "5.7.3-pre.2123",
|
|
56
56
|
"dayjs": "^1.10.7"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|