@bahmni/widgets 0.0.1-dev.204 → 0.0.1-dev.206

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/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a3 as s, a1 as t, C as o, a0 as r, E as n, $ as g, H as l, I as P, O as c, N as d, M as v, U as T, X as b, P as A, Q as C, T as p, L as f, K as I, S as u, _ as S, V as W, a5 as m, a4 as N, ab as R, aa as U, a7 as D, a8 as y, a9 as L, a6 as h, ac as x, a2 as E, Z as H, a as O, u as V, Y as _ } from "./index-juFovBb5.js";
1
+ import { a3 as s, a1 as t, B as o, a0 as r, C as n, $ as g, D as l, E as P, N as c, K as d, M as v, T, U as b, P as A, O as C, Q as p, I as f, H as I, S as u, _ as S, V as W, a5 as m, a4 as D, ab as N, aa as R, a7 as U, a8 as y, a9 as h, a6 as x, ac as E, a2 as H, Z as L, a as O, u as V, Y as _ } from "./index-CsIK0Mfk.js";
2
2
  import "react";
3
3
  export {
4
4
  s as ActivePractitionerContext,
@@ -23,16 +23,16 @@ export {
23
23
  S as UserPrivilegeProvider,
24
24
  W as VitalFlowSheet,
25
25
  m as createConfigHook,
26
- N as createConfigProvider,
27
- R as getAllWidgetConfigs,
28
- U as getAllWidgetTypes,
29
- D as getWidget,
26
+ D as createConfigProvider,
27
+ N as getAllWidgetConfigs,
28
+ R as getAllWidgetTypes,
29
+ U as getWidget,
30
30
  y as getWidgetConfig,
31
- L as hasWidget,
32
- h as registerWidget,
33
- x as resetWidgetRegistry,
34
- E as useActivePractitioner,
35
- H as useHasPrivilege,
31
+ h as hasWidget,
32
+ x as registerWidget,
33
+ E as resetWidgetRegistry,
34
+ H as useActivePractitioner,
35
+ L as useHasPrivilege,
36
36
  O as useNotification,
37
37
  V as usePatientUUID,
38
38
  _ as useUserPrivilege
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/widgets",
3
- "version": "0.0.1-dev.204",
3
+ "version": "0.0.1-dev.206",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -1,204 +0,0 @@
1
- import { jsx as s, jsxs as l, Fragment as k } from "react/jsx-runtime";
2
- import { u as V, a as H, v as P, F as q, W as z, c as G, y as W } from "./index-juFovBb5.js";
3
- import { useQuery as Y } from "@tanstack/react-query";
4
- import { useState as C, useCallback as E, useEffect as L, useMemo as f } from "react";
5
- import { useTranslation as K } from "react-i18next";
6
- const Q = "_documentsTableBody_1voj8_1", X = "_viewAttachmentsLink_1voj8_11", J = "_documentViewerContainer_1voj8_15", Z = "_attachmentItem_1voj8_23", x = "_attachmentCounter_1voj8_27", ee = "_attachmentError_1voj8_36", te = "_documentIframe_1voj8_44", ne = "_documentImage_1voj8_50", c = {
7
- documentsTableBody: Q,
8
- viewAttachmentsLink: X,
9
- documentViewerContainer: J,
10
- attachmentItem: Z,
11
- attachmentCounter: x,
12
- attachmentError: ee,
13
- documentIframe: te,
14
- documentImage: ne
15
- }, ae = {
16
- documentIdentifier: "DOCUMENTS_DOCUMENT_IDENTIFIER",
17
- documentType: "DOCUMENTS_TYPE",
18
- uploadedOn: "DOCUMENTS_UPLOADED_ON",
19
- uploadedBy: "DOCUMENTS_UPLOADED_BY",
20
- action: "DOCUMENTS_ACTION"
21
- };
22
- function M(t) {
23
- return !t || t.includes(":") ? "#" : `/openmrs/auth?requested_document=/document_images/${t}`;
24
- }
25
- function oe(t, u) {
26
- return t.map((d) => ({
27
- key: d,
28
- header: u(ae[d])
29
- }));
30
- }
31
- const re = [
32
- "documentIdentifier",
33
- "documentType",
34
- "uploadedOn",
35
- "uploadedBy",
36
- "action"
37
- ], se = /\.(jpg|jpeg|png|gif|webp|bmp|svg)$/i, U = (t) => t.attachments.length > 0 ? t.attachments : t.documentUrl ? [{ url: t.documentUrl, contentType: t.contentType }] : [], ue = ({ config: t, encounterUuids: u }) => {
38
- const [d, g] = C(!1), [a, O] = C(
39
- null
40
- ), [w, T] = C(
41
- /* @__PURE__ */ new Set()
42
- ), p = V(), { t: n } = K(), { addNotification: y } = H(), S = E((e) => {
43
- O(e), g(!0);
44
- }, []), b = E(() => {
45
- g(!1), O(null), T(/* @__PURE__ */ new Set());
46
- }, []), v = E((e) => {
47
- T((o) => new Set(o).add(e));
48
- }, []), { data: B, isLoading: j, isError: I, error: A } = Y({
49
- queryKey: ["documents", p, u],
50
- enabled: !!p,
51
- queryFn: () => P(p, u)
52
- });
53
- L(() => {
54
- I && y({
55
- title: n("ERROR_DEFAULT_TITLE"),
56
- message: A?.message ?? "",
57
- type: "error"
58
- });
59
- }, [I, A, y, n]), L(() => {
60
- const e = new AbortController();
61
- return (async () => {
62
- if (!d || !a) return;
63
- const r = /* @__PURE__ */ new Set(), _ = U(a);
64
- for (let m = 0; m < _.length; m++) {
65
- const N = M(_[m].url);
66
- try {
67
- (await fetch(N, {
68
- method: "HEAD",
69
- signal: e.signal
70
- })).ok || r.add(m);
71
- } catch (D) {
72
- D instanceof Error && D.name !== "AbortError" && r.add(m);
73
- }
74
- }
75
- e.signal.aborted || T(r);
76
- })(), () => e.abort();
77
- }, [d, a]);
78
- const h = f(
79
- () => t?.fields ?? re,
80
- [t?.fields]
81
- ), F = f(() => oe(h, n), [h, n]), R = f(
82
- () => h.map((e) => ({
83
- key: e,
84
- sortable: e !== "action"
85
- })),
86
- [h]
87
- ), i = f(
88
- () => a ? U(a) : [],
89
- [a]
90
- ), $ = E(
91
- (e, o) => {
92
- switch (o) {
93
- case "documentIdentifier":
94
- return /* @__PURE__ */ s("span", { children: e.documentIdentifier });
95
- case "documentType":
96
- return e.documentType ?? n("DOCUMENTS_NOT_AVAILABLE");
97
- case "uploadedOn":
98
- return z(
99
- e.uploadedOn,
100
- n,
101
- !0
102
- ).formattedResult || n("DOCUMENTS_NOT_AVAILABLE");
103
- case "uploadedBy":
104
- return e.uploadedBy ?? n("DOCUMENTS_NOT_AVAILABLE");
105
- case "action":
106
- return e.attachments.length > 0 || !!e.documentUrl ? /* @__PURE__ */ s(
107
- q,
108
- {
109
- onClick: () => S(e),
110
- className: c.viewAttachmentsLink,
111
- "data-testid": `view-attachments-${e.id}`,
112
- children: n("DOCUMENTS_VIEW_ATTACHMENTS")
113
- }
114
- ) : "--";
115
- default:
116
- return null;
117
- }
118
- },
119
- [S, n]
120
- );
121
- return /* @__PURE__ */ l(k, { children: [
122
- /* @__PURE__ */ s("div", { "data-testid": "documents-table", children: /* @__PURE__ */ s(
123
- G,
124
- {
125
- headers: F,
126
- ariaLabel: n("DOCUMENTS_TABLE_HEADING"),
127
- rows: B ?? [],
128
- loading: j,
129
- errorStateMessage: I ? A?.message : null,
130
- sortable: R,
131
- emptyStateMessage: n("DOCUMENTS_NO_RECORDS"),
132
- renderCell: $,
133
- className: c.documentsTableBody,
134
- dataTestId: "documents-table"
135
- }
136
- ) }),
137
- d && a && /* @__PURE__ */ s(
138
- W,
139
- {
140
- id: "modalIdForActionAreaLayout",
141
- portalId: "main-display-area",
142
- open: d,
143
- onRequestClose: b,
144
- modalHeading: a.documentIdentifier,
145
- passiveModal: !0,
146
- size: "lg",
147
- testId: "document-view-modal",
148
- children: /* @__PURE__ */ s("div", { className: c.documentViewerContainer, children: i.map((e, o) => {
149
- const r = M(e.url), _ = e.contentType?.toLowerCase().includes("pdf"), m = (e.contentType?.toLowerCase().includes("image") ?? !1) || se.test(e.url ?? ""), N = w.has(o);
150
- return r === "#" || N ? /* @__PURE__ */ l(
151
- "div",
152
- {
153
- className: c.attachmentError,
154
- "data-testid": `attachment-error-${o}`,
155
- children: [
156
- i.length > 1 && /* @__PURE__ */ l("p", { className: c.attachmentCounter, children: [
157
- o + 1,
158
- "/",
159
- i.length
160
- ] }),
161
- /* @__PURE__ */ s("p", { children: n("DOCUMENTS_ERROR_LOADING_ATTACHMENT") })
162
- ]
163
- },
164
- `${a.id}-${e.url}`
165
- ) : /* @__PURE__ */ l(
166
- "div",
167
- {
168
- className: c.attachmentItem,
169
- "data-testid": `attachment-item-${o}`,
170
- children: [
171
- i.length > 1 && /* @__PURE__ */ l("p", { className: c.attachmentCounter, children: [
172
- o + 1,
173
- "/",
174
- i.length
175
- ] }),
176
- m ? /* @__PURE__ */ s(
177
- "img",
178
- {
179
- src: r,
180
- alt: a.documentIdentifier,
181
- className: c.documentImage,
182
- onError: () => v(o)
183
- }
184
- ) : /* @__PURE__ */ s(
185
- "iframe",
186
- {
187
- src: _ ? `${r}#toolbar=0` : r,
188
- className: c.documentIframe,
189
- title: a.documentIdentifier,
190
- onError: () => v(o)
191
- }
192
- )
193
- ]
194
- },
195
- `${a.id}-${e.url}`
196
- );
197
- }) })
198
- }
199
- )
200
- ] });
201
- };
202
- export {
203
- ue as default
204
- };