@bahmni/widgets 0.0.1-dev.85 → 0.0.1-dev.88

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,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
- declare const LabInvestigation: React.FC;
2
+ import { WidgetProps } from '../registry/model';
3
+ declare const LabInvestigation: React.FC<WidgetProps>;
3
4
  export default LabInvestigation;
4
5
  //# sourceMappingURL=LabInvestigation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LabInvestigation.d.ts","sourceRoot":"","sources":["../../src/labinvestigation/LabInvestigation.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAwE7B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"LabInvestigation.d.ts","sourceRoot":"","sources":["../../src/labinvestigation/LabInvestigation.tsx"],"names":[],"mappings":"AAaA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAGlD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAIhD,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA4J3C,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RadiologyInvestigationTable.d.ts","sourceRoot":"","sources":["../../src/radiologyInvestigation/RadiologyInvestigationTable.tsx"],"names":[],"mappings":"AAUA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAQpD;;;GAGG;AACH,QAAA,MAAM,2BAA2B,EAAE,KAAK,CAAC,EA+HxC,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
1
+ {"version":3,"file":"RadiologyInvestigationTable.d.ts","sourceRoot":"","sources":["../../src/radiologyInvestigation/RadiologyInvestigationTable.tsx"],"names":[],"mappings":"AAeA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAQpD;;;GAGG;AACH,QAAA,MAAM,2BAA2B,EAAE,KAAK,CAAC,EAiIxC,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/widgets",
3
- "version": "0.0.1-dev.85",
3
+ "version": "0.0.1-dev.88",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -1,11 +0,0 @@
1
- import { FormattedLabTest } from '@bahmni/services';
2
- /**
3
- * Hook to fetch and manage lab investigations for the current patient
4
- * @returns Object containing lab tests, loading state, and error state
5
- */
6
- export default function useLabInvestigations(): {
7
- labTests: FormattedLabTest[];
8
- isLoading: boolean;
9
- hasError: boolean;
10
- };
11
- //# sourceMappingURL=useLabInvestigations.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useLabInvestigations.d.ts","sourceRoot":"","sources":["../../src/labinvestigation/useLabInvestigations.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,gBAAgB,EAEjB,MAAM,kBAAkB,CAAC;AAI1B;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,oBAAoB;;;;EAqC3C"}