@openmrs/esm-framework 6.3.1-pre.2961 → 6.3.1-pre.2965

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
@@ -713,7 +713,7 @@ ___
713
713
 
714
714
  #### Defined in
715
715
 
716
- [packages/framework/esm-styleguide/src/pictograms/pictograms.tsx:102](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/pictograms/pictograms.tsx#L102)
716
+ [packages/framework/esm-styleguide/src/pictograms/pictograms.tsx:108](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/pictograms/pictograms.tsx#L108)
717
717
 
718
718
  ___
719
719
 
@@ -1822,7 +1822,7 @@ is available. The goal is to make it easier to conditionally render configuratio
1822
1822
 
1823
1823
  #### Defined in
1824
1824
 
1825
- [packages/framework/esm-styleguide/src/pictograms/pictograms.tsx:69](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/pictograms/pictograms.tsx#L69)
1825
+ [packages/framework/esm-styleguide/src/pictograms/pictograms.tsx:75](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/pictograms/pictograms.tsx#L75)
1826
1826
 
1827
1827
  ___
1828
1828
 
@@ -1978,7 +1978,7 @@ This is a utility type for custom pictograms. Please maintain alphabetical order
1978
1978
 
1979
1979
  #### Defined in
1980
1980
 
1981
- [packages/framework/esm-styleguide/src/pictograms/pictograms.tsx:112](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/pictograms/pictograms.tsx#L112)
1981
+ [packages/framework/esm-styleguide/src/pictograms/pictograms.tsx:118](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/pictograms/pictograms.tsx#L118)
1982
1982
 
1983
1983
  ___
1984
1984
 
@@ -2177,6 +2177,16 @@ Used as action button to open ward in-patient note workspace
2177
2177
 
2178
2178
  ___
2179
2179
 
2180
+ ### StockManagementPictogram
2181
+
2182
+ • `Const` **StockManagementPictogram**: `MemoExoticComponent`<`ForwardRefExoticComponent`<[`PictogramProps`](API.md#pictogramprops) & `RefAttributes`<`SVGSVGElement`\>\>\>
2183
+
2184
+ #### Defined in
2185
+
2186
+ [packages/framework/esm-styleguide/src/pictograms/pictograms.tsx:60](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/pictograms/pictograms.tsx#L60)
2187
+
2188
+ ___
2189
+
2180
2190
  ### SwitcherIcon
2181
2191
 
2182
2192
  • `Const` **SwitcherIcon**: `MemoExoticComponent`<`ForwardRefExoticComponent`<[`IconProps`](API.md#iconprops) & `RefAttributes`<`SVGSVGElement`\>\>\>
@@ -6597,7 +6607,7 @@ ___
6597
6607
 
6598
6608
  ### useVisitContextStore
6599
6609
 
6600
- ▸ **useVisitContextStore**(`mutateVisitCallback?`): [`VisitStoreState`](interfaces/VisitStoreState.md) & `BindFunctionsIn`<{ `mutateVisit`: (`currState`: [`VisitStoreState`](interfaces/VisitStoreState.md)) => {} ; `setVisitContext`: (`_`: [`VisitStoreState`](interfaces/VisitStoreState.md), `newSelectedVisit`: ``null`` \| [`Visit`](interfaces/Visit.md)) => { `manuallySetVisitUuid`: ``null`` \| `string` ; `patientUuid`: `undefined` \| ``null`` \| `string` } }\>
6610
+ ▸ **useVisitContextStore**(`mutateVisitCallback?`): [`VisitStoreState`](interfaces/VisitStoreState.md) & `BindFunctionsIn`<{ `mutateVisit`: (`currState`: [`VisitStoreState`](interfaces/VisitStoreState.md)) => {} ; `setVisitContext`: (`_`: [`VisitStoreState`](interfaces/VisitStoreState.md), `newSelectedVisit`: ``null`` \| [`Visit`](interfaces/Visit.md)) => { `manuallySetVisitUuid`: ``null`` \| `string` ; `patientUuid`: ``null`` \| `string` } }\>
6601
6611
 
6602
6612
  A hook to return the visit context store and corresponding actions.
6603
6613
 
@@ -6609,7 +6619,7 @@ A hook to return the visit context store and corresponding actions.
6609
6619
 
6610
6620
  #### Returns
6611
6621
 
6612
- [`VisitStoreState`](interfaces/VisitStoreState.md) & `BindFunctionsIn`<{ `mutateVisit`: (`currState`: [`VisitStoreState`](interfaces/VisitStoreState.md)) => {} ; `setVisitContext`: (`_`: [`VisitStoreState`](interfaces/VisitStoreState.md), `newSelectedVisit`: ``null`` \| [`Visit`](interfaces/Visit.md)) => { `manuallySetVisitUuid`: ``null`` \| `string` ; `patientUuid`: `undefined` \| ``null`` \| `string` } }\>
6622
+ [`VisitStoreState`](interfaces/VisitStoreState.md) & `BindFunctionsIn`<{ `mutateVisit`: (`currState`: [`VisitStoreState`](interfaces/VisitStoreState.md)) => {} ; `setVisitContext`: (`_`: [`VisitStoreState`](interfaces/VisitStoreState.md), `newSelectedVisit`: ``null`` \| [`Visit`](interfaces/Visit.md)) => { `manuallySetVisitUuid`: ``null`` \| `string` ; `patientUuid`: ``null`` \| `string` } }\>
6613
6623
 
6614
6624
  #### Defined in
6615
6625
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-framework",
3
- "version": "6.3.1-pre.2961",
3
+ "version": "6.3.1-pre.2965",
4
4
  "license": "MPL-2.0",
5
5
  "browser": "dist/openmrs-esm-framework.js",
6
6
  "main": "src/index.ts",
@@ -37,23 +37,23 @@
37
37
  "access": "public"
38
38
  },
39
39
  "dependencies": {
40
- "@openmrs/esm-api": "6.3.1-pre.2961",
41
- "@openmrs/esm-config": "6.3.1-pre.2961",
42
- "@openmrs/esm-context": "6.3.1-pre.2961",
43
- "@openmrs/esm-dynamic-loading": "6.3.1-pre.2961",
44
- "@openmrs/esm-error-handling": "6.3.1-pre.2961",
45
- "@openmrs/esm-expression-evaluator": "6.3.1-pre.2961",
46
- "@openmrs/esm-extensions": "6.3.1-pre.2961",
47
- "@openmrs/esm-feature-flags": "6.3.1-pre.2961",
48
- "@openmrs/esm-globals": "6.3.1-pre.2961",
49
- "@openmrs/esm-navigation": "6.3.1-pre.2961",
50
- "@openmrs/esm-offline": "6.3.1-pre.2961",
51
- "@openmrs/esm-react-utils": "6.3.1-pre.2961",
52
- "@openmrs/esm-routes": "6.3.1-pre.2961",
53
- "@openmrs/esm-state": "6.3.1-pre.2961",
54
- "@openmrs/esm-styleguide": "6.3.1-pre.2961",
55
- "@openmrs/esm-translations": "6.3.1-pre.2961",
56
- "@openmrs/esm-utils": "6.3.1-pre.2961",
40
+ "@openmrs/esm-api": "6.3.1-pre.2965",
41
+ "@openmrs/esm-config": "6.3.1-pre.2965",
42
+ "@openmrs/esm-context": "6.3.1-pre.2965",
43
+ "@openmrs/esm-dynamic-loading": "6.3.1-pre.2965",
44
+ "@openmrs/esm-error-handling": "6.3.1-pre.2965",
45
+ "@openmrs/esm-expression-evaluator": "6.3.1-pre.2965",
46
+ "@openmrs/esm-extensions": "6.3.1-pre.2965",
47
+ "@openmrs/esm-feature-flags": "6.3.1-pre.2965",
48
+ "@openmrs/esm-globals": "6.3.1-pre.2965",
49
+ "@openmrs/esm-navigation": "6.3.1-pre.2965",
50
+ "@openmrs/esm-offline": "6.3.1-pre.2965",
51
+ "@openmrs/esm-react-utils": "6.3.1-pre.2965",
52
+ "@openmrs/esm-routes": "6.3.1-pre.2965",
53
+ "@openmrs/esm-state": "6.3.1-pre.2965",
54
+ "@openmrs/esm-styleguide": "6.3.1-pre.2965",
55
+ "@openmrs/esm-translations": "6.3.1-pre.2965",
56
+ "@openmrs/esm-utils": "6.3.1-pre.2965",
57
57
  "dayjs": "^1.10.7"
58
58
  },
59
59
  "peerDependencies": {