@openmrs/esm-framework 8.0.1-pre.3830 → 8.0.1-pre.3835
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
CHANGED
|
@@ -4,16 +4,18 @@
|
|
|
4
4
|
|
|
5
5
|
> `const` **ActionMenuButton2**: `React.FC`\<`ActionMenuButtonProps2`\>
|
|
6
6
|
|
|
7
|
-
Defined in: [packages/framework/esm-styleguide/src/workspaces2/action-menu2/action-menu-button2.component.tsx:
|
|
7
|
+
Defined in: [packages/framework/esm-styleguide/src/workspaces2/action-menu2/action-menu-button2.component.tsx:67](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/action-menu2/action-menu-button2.component.tsx#L67)
|
|
8
8
|
|
|
9
9
|
**`Experimental`**
|
|
10
10
|
|
|
11
11
|
The ActionMenuButton2 component is used to render a button in the action menu of a workspace group.
|
|
12
12
|
The button is associated with a specific workspace window, defined in routes.json of the app with the button.
|
|
13
|
-
When one or more workspaces within the window are opened, the button will be highlighted
|
|
14
|
-
|
|
13
|
+
When one or more workspaces within the window are opened, the button will be highlighted:
|
|
14
|
+
bold blue when the window is focused (un-minimized and in front), green when unfocused.
|
|
15
|
+
If any workspace in the window has unsaved changes, an exclamation mark will be displayed
|
|
15
16
|
on top of the icon.
|
|
16
17
|
|
|
17
18
|
On clicked, The button either:
|
|
18
|
-
1.
|
|
19
|
-
2.
|
|
19
|
+
1. hides the workspace window if it is opened and focused; or
|
|
20
|
+
2. restores the workspace window if it is opened and unfocused; or
|
|
21
|
+
3. launches a workspace from within that window, if the window is not opened.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-framework",
|
|
3
|
-
"version": "8.0.1-pre.
|
|
3
|
+
"version": "8.0.1-pre.3835",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/openmrs-esm-framework.js",
|
|
@@ -60,24 +60,24 @@
|
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@openmrs/esm-api": "8.0.1-pre.
|
|
64
|
-
"@openmrs/esm-config": "8.0.1-pre.
|
|
65
|
-
"@openmrs/esm-context": "8.0.1-pre.
|
|
66
|
-
"@openmrs/esm-dynamic-loading": "8.0.1-pre.
|
|
67
|
-
"@openmrs/esm-emr-api": "8.0.1-pre.
|
|
68
|
-
"@openmrs/esm-error-handling": "8.0.1-pre.
|
|
69
|
-
"@openmrs/esm-expression-evaluator": "8.0.1-pre.
|
|
70
|
-
"@openmrs/esm-extensions": "8.0.1-pre.
|
|
71
|
-
"@openmrs/esm-feature-flags": "8.0.1-pre.
|
|
72
|
-
"@openmrs/esm-globals": "8.0.1-pre.
|
|
73
|
-
"@openmrs/esm-navigation": "8.0.1-pre.
|
|
74
|
-
"@openmrs/esm-offline": "8.0.1-pre.
|
|
75
|
-
"@openmrs/esm-react-utils": "8.0.1-pre.
|
|
76
|
-
"@openmrs/esm-routes": "8.0.1-pre.
|
|
77
|
-
"@openmrs/esm-state": "8.0.1-pre.
|
|
78
|
-
"@openmrs/esm-styleguide": "8.0.1-pre.
|
|
79
|
-
"@openmrs/esm-translations": "8.0.1-pre.
|
|
80
|
-
"@openmrs/esm-utils": "8.0.1-pre.
|
|
63
|
+
"@openmrs/esm-api": "8.0.1-pre.3835",
|
|
64
|
+
"@openmrs/esm-config": "8.0.1-pre.3835",
|
|
65
|
+
"@openmrs/esm-context": "8.0.1-pre.3835",
|
|
66
|
+
"@openmrs/esm-dynamic-loading": "8.0.1-pre.3835",
|
|
67
|
+
"@openmrs/esm-emr-api": "8.0.1-pre.3835",
|
|
68
|
+
"@openmrs/esm-error-handling": "8.0.1-pre.3835",
|
|
69
|
+
"@openmrs/esm-expression-evaluator": "8.0.1-pre.3835",
|
|
70
|
+
"@openmrs/esm-extensions": "8.0.1-pre.3835",
|
|
71
|
+
"@openmrs/esm-feature-flags": "8.0.1-pre.3835",
|
|
72
|
+
"@openmrs/esm-globals": "8.0.1-pre.3835",
|
|
73
|
+
"@openmrs/esm-navigation": "8.0.1-pre.3835",
|
|
74
|
+
"@openmrs/esm-offline": "8.0.1-pre.3835",
|
|
75
|
+
"@openmrs/esm-react-utils": "8.0.1-pre.3835",
|
|
76
|
+
"@openmrs/esm-routes": "8.0.1-pre.3835",
|
|
77
|
+
"@openmrs/esm-state": "8.0.1-pre.3835",
|
|
78
|
+
"@openmrs/esm-styleguide": "8.0.1-pre.3835",
|
|
79
|
+
"@openmrs/esm-translations": "8.0.1-pre.3835",
|
|
80
|
+
"@openmrs/esm-utils": "8.0.1-pre.3835"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"dayjs": "1.x",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"swr": "2.x"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@openmrs/typedoc-plugin-file-categories": "8.0.1-pre.
|
|
93
|
+
"@openmrs/typedoc-plugin-file-categories": "8.0.1-pre.3835",
|
|
94
94
|
"@rspack/cli": "^1.3.11",
|
|
95
95
|
"@rspack/core": "^1.3.11",
|
|
96
96
|
"@vitest/coverage-v8": "^4.0.7",
|