@openmrs/esm-framework 8.0.1-pre.3735 → 8.0.1-pre.3744

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/docs/API.md CHANGED
@@ -195,7 +195,9 @@
195
195
  - [useOnClickOutside](functions/useOnClickOutside.md)
196
196
  - [useOnVisible](functions/useOnVisible.md)
197
197
  - [usePagination](functions/usePagination.md)
198
+ - [useCustomOverflowMenu](functions/useCustomOverflowMenu.md)
198
199
  - [CustomOverflowMenu](functions/CustomOverflowMenu.md)
200
+ - [CustomOverflowMenuItem](functions/CustomOverflowMenuItem.md)
199
201
  - [PageHeaderContentProps](interfaces/PageHeaderContentProps.md)
200
202
  - [PageHeaderWrapperProps](interfaces/PageHeaderWrapperProps.md)
201
203
  - [PatientBannerPatientInfo](functions/PatientBannerPatientInfo.md)
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **CustomOverflowMenu**(`__namedParameters`): `Element`
6
6
 
7
- Defined in: [packages/framework/esm-styleguide/src/custom-overflow-menu/custom-overflow-menu.component.tsx:12](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/custom-overflow-menu/custom-overflow-menu.component.tsx#L12)
7
+ Defined in: [packages/framework/esm-styleguide/src/custom-overflow-menu/custom-overflow-menu.component.tsx:27](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/custom-overflow-menu/custom-overflow-menu.component.tsx#L27)
8
8
 
9
9
  ## Parameters
10
10
 
@@ -0,0 +1,17 @@
1
+ [O3 Framework](../API.md) / CustomOverflowMenuItem
2
+
3
+ # Function: CustomOverflowMenuItem()
4
+
5
+ > **CustomOverflowMenuItem**(`props`): `Element`
6
+
7
+ Defined in: [packages/framework/esm-styleguide/src/custom-overflow-menu/custom-overflow-menu.component.tsx:76](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/custom-overflow-menu/custom-overflow-menu.component.tsx#L76)
8
+
9
+ ## Parameters
10
+
11
+ ### props
12
+
13
+ `Omit`\<`OverflowMenuItemProps`, `"closeMenu"`\>
14
+
15
+ ## Returns
16
+
17
+ `Element`
@@ -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:20](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx#L20)
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
 
@@ -0,0 +1,11 @@
1
+ [O3 Framework](../API.md) / useCustomOverflowMenu
2
+
3
+ # Function: useCustomOverflowMenu()
4
+
5
+ > **useCustomOverflowMenu**(): `CustomOverflowMenuContextValue`
6
+
7
+ Defined in: [packages/framework/esm-styleguide/src/custom-overflow-menu/custom-overflow-menu.component.tsx:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/custom-overflow-menu/custom-overflow-menu.component.tsx#L14)
8
+
9
+ ## Returns
10
+
11
+ `CustomOverflowMenuContextValue`
@@ -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:9](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx#L9)
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: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)
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:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx#L17)
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: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)
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: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)
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.3735",
3
+ "version": "8.0.1-pre.3744",
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.3735",
64
- "@openmrs/esm-config": "8.0.1-pre.3735",
65
- "@openmrs/esm-context": "8.0.1-pre.3735",
66
- "@openmrs/esm-dynamic-loading": "8.0.1-pre.3735",
67
- "@openmrs/esm-emr-api": "8.0.1-pre.3735",
68
- "@openmrs/esm-error-handling": "8.0.1-pre.3735",
69
- "@openmrs/esm-expression-evaluator": "8.0.1-pre.3735",
70
- "@openmrs/esm-extensions": "8.0.1-pre.3735",
71
- "@openmrs/esm-feature-flags": "8.0.1-pre.3735",
72
- "@openmrs/esm-globals": "8.0.1-pre.3735",
73
- "@openmrs/esm-navigation": "8.0.1-pre.3735",
74
- "@openmrs/esm-offline": "8.0.1-pre.3735",
75
- "@openmrs/esm-react-utils": "8.0.1-pre.3735",
76
- "@openmrs/esm-routes": "8.0.1-pre.3735",
77
- "@openmrs/esm-state": "8.0.1-pre.3735",
78
- "@openmrs/esm-styleguide": "8.0.1-pre.3735",
79
- "@openmrs/esm-translations": "8.0.1-pre.3735",
80
- "@openmrs/esm-utils": "8.0.1-pre.3735"
63
+ "@openmrs/esm-api": "8.0.1-pre.3744",
64
+ "@openmrs/esm-config": "8.0.1-pre.3744",
65
+ "@openmrs/esm-context": "8.0.1-pre.3744",
66
+ "@openmrs/esm-dynamic-loading": "8.0.1-pre.3744",
67
+ "@openmrs/esm-emr-api": "8.0.1-pre.3744",
68
+ "@openmrs/esm-error-handling": "8.0.1-pre.3744",
69
+ "@openmrs/esm-expression-evaluator": "8.0.1-pre.3744",
70
+ "@openmrs/esm-extensions": "8.0.1-pre.3744",
71
+ "@openmrs/esm-feature-flags": "8.0.1-pre.3744",
72
+ "@openmrs/esm-globals": "8.0.1-pre.3744",
73
+ "@openmrs/esm-navigation": "8.0.1-pre.3744",
74
+ "@openmrs/esm-offline": "8.0.1-pre.3744",
75
+ "@openmrs/esm-react-utils": "8.0.1-pre.3744",
76
+ "@openmrs/esm-routes": "8.0.1-pre.3744",
77
+ "@openmrs/esm-state": "8.0.1-pre.3744",
78
+ "@openmrs/esm-styleguide": "8.0.1-pre.3744",
79
+ "@openmrs/esm-translations": "8.0.1-pre.3744",
80
+ "@openmrs/esm-utils": "8.0.1-pre.3744"
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.3735",
93
+ "@openmrs/typedoc-plugin-file-categories": "8.0.1-pre.3744",
94
94
  "@rspack/cli": "^1.3.11",
95
95
  "@rspack/core": "^1.3.11",
96
96
  "@vitest/coverage-v8": "^4.0.7",