@openmrs/esm-framework 8.0.1-pre.3740 → 8.0.1-pre.3745
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.
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
> **PatientBannerActionsMenu**(`__namedParameters`): `Element`
|
|
6
6
|
|
|
7
|
-
Defined in: [packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx:
|
|
7
|
+
Defined in: [packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx:21](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx#L21)
|
|
8
8
|
|
|
9
9
|
## Parameters
|
|
10
10
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Interface: PatientBannerActionsMenuProps
|
|
4
4
|
|
|
5
|
-
Defined in: [packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx:
|
|
5
|
+
Defined in: [packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx:10](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx#L10)
|
|
6
6
|
|
|
7
7
|
## Properties
|
|
8
8
|
|
|
@@ -10,7 +10,7 @@ Defined in: [packages/framework/esm-styleguide/src/patient-banner/actions-menu/p
|
|
|
10
10
|
|
|
11
11
|
> **actionsSlotName**: `string`
|
|
12
12
|
|
|
13
|
-
Defined in: [packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx:
|
|
13
|
+
Defined in: [packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx#L13)
|
|
14
14
|
|
|
15
15
|
***
|
|
16
16
|
|
|
@@ -18,7 +18,7 @@ Defined in: [packages/framework/esm-styleguide/src/patient-banner/actions-menu/p
|
|
|
18
18
|
|
|
19
19
|
> `optional` **additionalActionsSlotState**: `object`
|
|
20
20
|
|
|
21
|
-
Defined in: [packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx:
|
|
21
|
+
Defined in: [packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx#L18)
|
|
22
22
|
|
|
23
23
|
Parts of the actions slot extension state that don't really make sense go in this object,
|
|
24
24
|
so as to keep the PatientBannerActionsMenu API clean.
|
|
@@ -29,7 +29,7 @@ so as to keep the PatientBannerActionsMenu API clean.
|
|
|
29
29
|
|
|
30
30
|
> **patient**: `Patient`
|
|
31
31
|
|
|
32
|
-
Defined in: [packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx:
|
|
32
|
+
Defined in: [packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx:11](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx#L11)
|
|
33
33
|
|
|
34
34
|
***
|
|
35
35
|
|
|
@@ -37,4 +37,4 @@ Defined in: [packages/framework/esm-styleguide/src/patient-banner/actions-menu/p
|
|
|
37
37
|
|
|
38
38
|
> **patientUuid**: `string`
|
|
39
39
|
|
|
40
|
-
Defined in: [packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx:
|
|
40
|
+
Defined in: [packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx:12](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx#L12)
|
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.3745",
|
|
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.3745",
|
|
64
|
+
"@openmrs/esm-config": "8.0.1-pre.3745",
|
|
65
|
+
"@openmrs/esm-context": "8.0.1-pre.3745",
|
|
66
|
+
"@openmrs/esm-dynamic-loading": "8.0.1-pre.3745",
|
|
67
|
+
"@openmrs/esm-emr-api": "8.0.1-pre.3745",
|
|
68
|
+
"@openmrs/esm-error-handling": "8.0.1-pre.3745",
|
|
69
|
+
"@openmrs/esm-expression-evaluator": "8.0.1-pre.3745",
|
|
70
|
+
"@openmrs/esm-extensions": "8.0.1-pre.3745",
|
|
71
|
+
"@openmrs/esm-feature-flags": "8.0.1-pre.3745",
|
|
72
|
+
"@openmrs/esm-globals": "8.0.1-pre.3745",
|
|
73
|
+
"@openmrs/esm-navigation": "8.0.1-pre.3745",
|
|
74
|
+
"@openmrs/esm-offline": "8.0.1-pre.3745",
|
|
75
|
+
"@openmrs/esm-react-utils": "8.0.1-pre.3745",
|
|
76
|
+
"@openmrs/esm-routes": "8.0.1-pre.3745",
|
|
77
|
+
"@openmrs/esm-state": "8.0.1-pre.3745",
|
|
78
|
+
"@openmrs/esm-styleguide": "8.0.1-pre.3745",
|
|
79
|
+
"@openmrs/esm-translations": "8.0.1-pre.3745",
|
|
80
|
+
"@openmrs/esm-utils": "8.0.1-pre.3745"
|
|
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.3745",
|
|
94
94
|
"@rspack/cli": "^1.3.11",
|
|
95
95
|
"@rspack/core": "^1.3.11",
|
|
96
96
|
"@vitest/coverage-v8": "^4.0.7",
|