@bahmni/widgets 0.0.1-dev.173 → 0.0.1-dev.175

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.
Files changed (26) hide show
  1. package/dist/{DocumentsTable-C_dpd5SN.js → DocumentsTable-r0rZJVUl.js} +1 -1
  2. package/dist/{FormsTable-DR6F54J3.js → FormsTable-CUdJBL4f.js} +55 -55
  3. package/dist/{Observations-ByELAXH-.js → Observations-C4CKGW4B.js} +14 -14
  4. package/dist/appointments/AppointmentsTable.d.ts.map +1 -1
  5. package/dist/appointments/components/AppointmentTabContent.d.ts +19 -0
  6. package/dist/appointments/components/AppointmentTabContent.d.ts.map +1 -0
  7. package/dist/appointments/components/PastAppointments.d.ts +18 -0
  8. package/dist/appointments/components/PastAppointments.d.ts.map +1 -0
  9. package/dist/appointments/components/UpcomingAppointments.d.ts +17 -0
  10. package/dist/appointments/components/UpcomingAppointments.d.ts.map +1 -0
  11. package/dist/appointments/components/__tests__/appointmentComponentTestHelper.d.ts +19 -0
  12. package/dist/appointments/components/__tests__/appointmentComponentTestHelper.d.ts.map +1 -0
  13. package/dist/appointments/constants.d.ts +4 -11
  14. package/dist/appointments/constants.d.ts.map +1 -1
  15. package/dist/appointments/hooks/useAppointmentQuery.d.ts +10 -0
  16. package/dist/appointments/hooks/useAppointmentQuery.d.ts.map +1 -0
  17. package/dist/appointments/hooks/useFormattedAppointments.d.ts +9 -0
  18. package/dist/appointments/hooks/useFormattedAppointments.d.ts.map +1 -0
  19. package/dist/appointments/models.d.ts +12 -0
  20. package/dist/appointments/models.d.ts.map +1 -0
  21. package/dist/appointments/utils.d.ts +4 -12
  22. package/dist/appointments/utils.d.ts.map +1 -1
  23. package/dist/{index-qhCmLUh7.js → index-ISsJ4Q8I.js} +10831 -10841
  24. package/dist/index.css +1 -1
  25. package/dist/index.js +13 -13
  26. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a0 as t, W as s, A as o, p as r, q as n, D as g, z as l, w as c, r as d, I as v, J as P, n as b, E as T, F as f, v as p, R as A, y as W, U as C, V as m, a2 as u, a1 as R, a8 as y, a7 as D, a4 as I, a5 as U, a6 as S, a3 as h, a9 as N, X as q, a as w, u as x, Q as F } from "./index-qhCmLUh7.js";
1
+ import { a0 as t, X as s, n as o, p as r, r as n, D as g, G as l, y as c, v as d, F as v, I as P, l as b, z as T, E as f, x as p, w as W, S as A, W as C, V as m, a2 as u, a1 as y, a8 as D, a7 as I, a4 as R, a5 as S, a6 as U, a3 as h, a9 as x, Z as N, a as w, u as F, U as G } from "./index-ISsJ4Q8I.js";
2
2
  import "react";
3
3
  export {
4
4
  t as ActivePractitionerContext,
@@ -16,21 +16,21 @@ export {
16
16
  T as PatientProgramsTable,
17
17
  f as ProgramDetails,
18
18
  p as RadiologyInvestigationReport,
19
- A as RadiologyInvestigationTable,
20
- W as SearchPatient,
19
+ W as RadiologyInvestigationTable,
20
+ A as SearchPatient,
21
21
  C as UserPrivilegeProvider,
22
22
  m as VitalFlowSheet,
23
23
  u as createConfigHook,
24
- R as createConfigProvider,
25
- y as getAllWidgetConfigs,
26
- D as getAllWidgetTypes,
27
- I as getWidget,
28
- U as getWidgetConfig,
29
- S as hasWidget,
24
+ y as createConfigProvider,
25
+ D as getAllWidgetConfigs,
26
+ I as getAllWidgetTypes,
27
+ R as getWidget,
28
+ S as getWidgetConfig,
29
+ U as hasWidget,
30
30
  h as registerWidget,
31
- N as resetWidgetRegistry,
32
- q as useActivePractitioner,
31
+ x as resetWidgetRegistry,
32
+ N as useActivePractitioner,
33
33
  w as useNotification,
34
- x as usePatientUUID,
35
- F as useUserPrivilege
34
+ F as usePatientUUID,
35
+ G as useUserPrivilege
36
36
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/widgets",
3
- "version": "0.0.1-dev.173",
3
+ "version": "0.0.1-dev.175",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",