@openmrs/esm-framework 9.0.3-pre.4413 → 9.0.3-pre.4422

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.
@@ -1,3 +1,3 @@
1
- [0] Successfully compiled: 3 files with swc (114.05ms)
1
+ [0] Successfully compiled: 3 files with swc (131.54ms)
2
2
  [0] swc --strip-leading-paths src -d dist exited with code 0
3
3
  [1] tsc --project tsconfig.build.json exited with code 0
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **closeWorkspace**(`name`, `options`): `boolean`
6
6
 
7
- Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:448](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L448)
7
+ Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:453](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L453)
8
8
 
9
9
  Function to close an opened workspace
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **navigateAndLaunchWorkspace**(`options`): `void`
6
6
 
7
- Defined in: [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)
7
+ Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:407](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L407)
8
8
 
9
9
  Use this function to navigate to a new page and launch a workspace on that page.
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **useWorkspaces**(): [`WorkspacesInfo`](../interfaces/WorkspacesInfo.md)
6
6
 
7
- Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:563](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L563)
7
+ Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:568](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L568)
8
8
 
9
9
  ## Returns
10
10
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Interface: WorkspacesInfo
4
4
 
5
- Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:551](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L551)
5
+ Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:556](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L556)
6
6
 
7
7
  ## Properties
8
8
 
@@ -10,7 +10,7 @@ Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:551]
10
10
 
11
11
  > **active**: `boolean`
12
12
 
13
- Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:552](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L552)
13
+ Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:557](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L557)
14
14
 
15
15
  ***
16
16
 
@@ -18,7 +18,7 @@ Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:552]
18
18
 
19
19
  > **prompt**: `null` \| [`Prompt`](Prompt.md)
20
20
 
21
- Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:553](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L553)
21
+ Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:558](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L558)
22
22
 
23
23
  ***
24
24
 
@@ -26,7 +26,7 @@ Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:553]
26
26
 
27
27
  > `optional` **workspaceGroup**: `object`
28
28
 
29
- Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:556](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L556)
29
+ Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:561](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L561)
30
30
 
31
31
  #### cleanup()?
32
32
 
@@ -50,7 +50,7 @@ Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:556]
50
50
 
51
51
  > **workspaces**: [`OpenWorkspace`](OpenWorkspace.md)[]
52
52
 
53
- Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:555](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L555)
53
+ Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:560](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L560)
54
54
 
55
55
  ***
56
56
 
@@ -58,4 +58,4 @@ Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:555]
58
58
 
59
59
  > **workspaceWindowState**: [`WorkspaceWindowState`](../type-aliases/WorkspaceWindowState.md)
60
60
 
61
- Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:554](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L554)
61
+ Defined in: [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:559](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L559)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-framework",
3
- "version": "9.0.3-pre.4413",
3
+ "version": "9.0.3-pre.4422",
4
4
  "license": "MPL-2.0",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -59,24 +59,24 @@
59
59
  "access": "public"
60
60
  },
61
61
  "dependencies": {
62
- "@openmrs/esm-api": "9.0.3-pre.4413",
63
- "@openmrs/esm-config": "9.0.3-pre.4413",
64
- "@openmrs/esm-context": "9.0.3-pre.4413",
65
- "@openmrs/esm-dynamic-loading": "9.0.3-pre.4413",
66
- "@openmrs/esm-emr-api": "9.0.3-pre.4413",
67
- "@openmrs/esm-error-handling": "9.0.3-pre.4413",
68
- "@openmrs/esm-expression-evaluator": "9.0.3-pre.4413",
69
- "@openmrs/esm-extensions": "9.0.3-pre.4413",
70
- "@openmrs/esm-feature-flags": "9.0.3-pre.4413",
71
- "@openmrs/esm-globals": "9.0.3-pre.4413",
72
- "@openmrs/esm-navigation": "9.0.3-pre.4413",
73
- "@openmrs/esm-offline": "9.0.3-pre.4413",
74
- "@openmrs/esm-react-utils": "9.0.3-pre.4413",
75
- "@openmrs/esm-routes": "9.0.3-pre.4413",
76
- "@openmrs/esm-state": "9.0.3-pre.4413",
77
- "@openmrs/esm-styleguide": "9.0.3-pre.4413",
78
- "@openmrs/esm-translations": "9.0.3-pre.4413",
79
- "@openmrs/esm-utils": "9.0.3-pre.4413"
62
+ "@openmrs/esm-api": "9.0.3-pre.4422",
63
+ "@openmrs/esm-config": "9.0.3-pre.4422",
64
+ "@openmrs/esm-context": "9.0.3-pre.4422",
65
+ "@openmrs/esm-dynamic-loading": "9.0.3-pre.4422",
66
+ "@openmrs/esm-emr-api": "9.0.3-pre.4422",
67
+ "@openmrs/esm-error-handling": "9.0.3-pre.4422",
68
+ "@openmrs/esm-expression-evaluator": "9.0.3-pre.4422",
69
+ "@openmrs/esm-extensions": "9.0.3-pre.4422",
70
+ "@openmrs/esm-feature-flags": "9.0.3-pre.4422",
71
+ "@openmrs/esm-globals": "9.0.3-pre.4422",
72
+ "@openmrs/esm-navigation": "9.0.3-pre.4422",
73
+ "@openmrs/esm-offline": "9.0.3-pre.4422",
74
+ "@openmrs/esm-react-utils": "9.0.3-pre.4422",
75
+ "@openmrs/esm-routes": "9.0.3-pre.4422",
76
+ "@openmrs/esm-state": "9.0.3-pre.4422",
77
+ "@openmrs/esm-styleguide": "9.0.3-pre.4422",
78
+ "@openmrs/esm-translations": "9.0.3-pre.4422",
79
+ "@openmrs/esm-utils": "9.0.3-pre.4422"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "dayjs": "1.x",
@@ -89,7 +89,7 @@
89
89
  "swr": "2.x"
90
90
  },
91
91
  "devDependencies": {
92
- "@openmrs/typedoc-plugin-file-categories": "9.0.3-pre.4413",
92
+ "@openmrs/typedoc-plugin-file-categories": "9.0.3-pre.4422",
93
93
  "@swc/cli": "0.8.0",
94
94
  "@swc/core": "1.15.18",
95
95
  "@vitest/coverage-v8": "^4.0.18",