@bahmni/appointments-app 0.0.1-dev.182 → 0.0.1-dev.185
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/{DocumentsTable-Brac8QUc-CnwT5FC8.js → DocumentsTable-8I-Vd16r-D7OejRTq.js} +2076 -2187
- package/dist/{FormsTable-BCm0whan-B2laY7pV.js → FormsTable-BolXVuK_-BgiYYu8o.js} +89 -89
- package/dist/{LNWAZHJI-B3DIczCs.js → LNWAZHJI-DtGAaLKa.js} +4 -4
- package/dist/{MWZ6AO7Z-B9ZTB1DG.js → MWZ6AO7Z-CKJz0pD6.js} +3 -3
- package/dist/Observations-D6R8bXEi-DqXuo3Nk.js +369 -0
- package/dist/{YPM2AS64-BVfplo-Q.js → YPM2AS64-CNFAfFEV.js} +309 -309
- package/dist/{index-DQsWKJhS.js → index-Dxc52lRE.js} +66158 -51575
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/Observations-fJ9mRymz-i5WWJX3h.js +0 -170
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { jsx as s, jsxs as p, Fragment as
|
|
2
|
-
import { u as ee,
|
|
3
|
-
import { useState as
|
|
4
|
-
const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6",
|
|
1
|
+
import { jsx as s, jsxs as p, Fragment as P } from "react/jsx-runtime";
|
|
2
|
+
import { u as ee, M as re, i as ae, c as te, a as A, S as oe, j as ne, C as se, b as U, f as de, m as me, Y as ie, V as le, d as q, e as ce, P as ue, g as F, h as be, y as pe, k as fe, l as _e, F as $e, n as ve, q as ge, K as he, U as ye } from "./index-Dxc52lRE.js";
|
|
3
|
+
import { useState as z, useMemo as h, useCallback as C } from "react";
|
|
4
|
+
const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Ce = "_formContent_1pd36_18", Fe = "_formDetailsContainer_1pd36_25", Re = "_observation_1pd36_30", Le = "_groupContainer_1pd36_39", Me = "_rowContainer_1pd36_43", Oe = "_groupLabel_1pd36_48", Ve = "_rowLabel_1pd36_58", Ie = "_rowValue_1pd36_67", Se = "_groupMembers_1pd36_75", Te = "_memberRow_1pd36_81", De = "_memberLabel_1pd36_86", we = "_memberValue_1pd36_94", Ee = "_abnormalValue_1pd36_102", xe = "_commentSection_1pd36_110", Be = "_commentText_1pd36_116", Ge = "_nestedGroup_1pd36_125", Ue = "_nestedGroupLabel_1pd36_132", qe = "_nestedGroupMembers_1pd36_141", o = {
|
|
5
5
|
formsTableBody: Ne,
|
|
6
6
|
customAccordianItem: Ae,
|
|
7
|
-
formContent:
|
|
8
|
-
formDetailsContainer:
|
|
9
|
-
observation:
|
|
10
|
-
groupContainer:
|
|
11
|
-
rowContainer:
|
|
12
|
-
groupLabel:
|
|
13
|
-
rowLabel:
|
|
14
|
-
rowValue:
|
|
15
|
-
groupMembers:
|
|
16
|
-
memberRow:
|
|
17
|
-
memberLabel:
|
|
18
|
-
memberValue:
|
|
19
|
-
abnormalValue:
|
|
20
|
-
commentSection:
|
|
7
|
+
formContent: Ce,
|
|
8
|
+
formDetailsContainer: Fe,
|
|
9
|
+
observation: Re,
|
|
10
|
+
groupContainer: Le,
|
|
11
|
+
rowContainer: Me,
|
|
12
|
+
groupLabel: Oe,
|
|
13
|
+
rowLabel: Ve,
|
|
14
|
+
rowValue: Ie,
|
|
15
|
+
groupMembers: Se,
|
|
16
|
+
memberRow: Te,
|
|
17
|
+
memberLabel: De,
|
|
18
|
+
memberValue: we,
|
|
19
|
+
abnormalValue: Ee,
|
|
20
|
+
commentSection: xe,
|
|
21
21
|
commentText: Be,
|
|
22
22
|
nestedGroup: Ge,
|
|
23
|
-
nestedGroupLabel:
|
|
24
|
-
nestedGroupMembers:
|
|
25
|
-
},
|
|
23
|
+
nestedGroupLabel: Ue,
|
|
24
|
+
nestedGroupMembers: qe
|
|
25
|
+
}, K = (e) => {
|
|
26
26
|
const r = be(e);
|
|
27
27
|
return r === "Image" ? /* @__PURE__ */ s(
|
|
28
28
|
pe,
|
|
@@ -35,7 +35,7 @@ const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Fe =
|
|
|
35
35
|
}, j = (e) => {
|
|
36
36
|
const r = e.observationValue?.unit, n = e.observationValue?.referenceRange?.low?.value, a = e.observationValue?.referenceRange?.high?.value, d = n != null, c = a != null, m = d && c ? ` (${n} - ${a})` : d ? ` (>${n})` : c ? ` (<${a})` : "", t = e.observationValue?.isAbnormal === !0;
|
|
37
37
|
return { units: r, rangeString: m, isAbnormal: t };
|
|
38
|
-
},
|
|
38
|
+
}, k = ({
|
|
39
39
|
member: e,
|
|
40
40
|
depth: r = 0,
|
|
41
41
|
memberIndex: n = 0,
|
|
@@ -65,7 +65,7 @@ const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Fe =
|
|
|
65
65
|
className: o.nestedGroupMembers,
|
|
66
66
|
"data-testid": `${t}obs-nested-group-members-${m}-${n}`,
|
|
67
67
|
children: e.members?.map((y, N) => /* @__PURE__ */ s(
|
|
68
|
-
|
|
68
|
+
k,
|
|
69
69
|
{
|
|
70
70
|
member: y,
|
|
71
71
|
depth: r + 1,
|
|
@@ -79,8 +79,8 @@ const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Fe =
|
|
|
79
79
|
]
|
|
80
80
|
}
|
|
81
81
|
);
|
|
82
|
-
const { units: b, rangeString: v, isAbnormal: f } = j(e), _ = e.observationValue?.value?.toString(), $ = _ ?
|
|
83
|
-
return /* @__PURE__ */ p(
|
|
82
|
+
const { units: b, rangeString: v, isAbnormal: f } = j(e), _ = e.observationValue?.value?.toString(), $ = _ ? K(_) : null;
|
|
83
|
+
return /* @__PURE__ */ p(P, { children: [
|
|
84
84
|
/* @__PURE__ */ p(
|
|
85
85
|
"div",
|
|
86
86
|
{
|
|
@@ -91,7 +91,7 @@ const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Fe =
|
|
|
91
91
|
/* @__PURE__ */ p(
|
|
92
92
|
"p",
|
|
93
93
|
{
|
|
94
|
-
className:
|
|
94
|
+
className: F(
|
|
95
95
|
o.memberLabel,
|
|
96
96
|
f ? o.abnormalValue : ""
|
|
97
97
|
),
|
|
@@ -105,7 +105,7 @@ const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Fe =
|
|
|
105
105
|
/* @__PURE__ */ p(
|
|
106
106
|
"div",
|
|
107
107
|
{
|
|
108
|
-
className:
|
|
108
|
+
className: F(
|
|
109
109
|
o.memberValue,
|
|
110
110
|
f ? o.abnormalValue : ""
|
|
111
111
|
),
|
|
@@ -132,13 +132,13 @@ const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Fe =
|
|
|
132
132
|
}
|
|
133
133
|
)
|
|
134
134
|
] });
|
|
135
|
-
},
|
|
135
|
+
}, ze = ({
|
|
136
136
|
observation: e,
|
|
137
137
|
index: r,
|
|
138
138
|
formName: n = "",
|
|
139
139
|
comment: a
|
|
140
140
|
}) => {
|
|
141
|
-
const d = e.members && e.members.length > 0, { units: c, rangeString: m, isAbnormal: t } = j(e), b = n ? `${n}-` : "", v = e.observationValue?.value?.toString(), f = v ?
|
|
141
|
+
const d = e.members && e.members.length > 0, { units: c, rangeString: m, isAbnormal: t } = j(e), b = n ? `${n}-` : "", v = e.observationValue?.value?.toString(), f = v ? K(v) : null;
|
|
142
142
|
return /* @__PURE__ */ p(
|
|
143
143
|
"div",
|
|
144
144
|
{
|
|
@@ -154,7 +154,7 @@ const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Fe =
|
|
|
154
154
|
/* @__PURE__ */ p(
|
|
155
155
|
"p",
|
|
156
156
|
{
|
|
157
|
-
className:
|
|
157
|
+
className: F(
|
|
158
158
|
d ? o.groupLabel : o.rowLabel,
|
|
159
159
|
!d && t ? o.abnormalValue : ""
|
|
160
160
|
),
|
|
@@ -171,7 +171,7 @@ const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Fe =
|
|
|
171
171
|
className: o.groupMembers,
|
|
172
172
|
"data-testid": `${b}observation-group-members-${e.display}-${r}`,
|
|
173
173
|
children: e.members?.map((_, $) => /* @__PURE__ */ s(
|
|
174
|
-
|
|
174
|
+
k,
|
|
175
175
|
{
|
|
176
176
|
member: _,
|
|
177
177
|
depth: 0,
|
|
@@ -184,7 +184,7 @@ const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Fe =
|
|
|
184
184
|
) : /* @__PURE__ */ p(
|
|
185
185
|
"div",
|
|
186
186
|
{
|
|
187
|
-
className:
|
|
187
|
+
className: F(
|
|
188
188
|
o.rowValue,
|
|
189
189
|
t ? o.abnormalValue : ""
|
|
190
190
|
),
|
|
@@ -213,76 +213,76 @@ const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Fe =
|
|
|
213
213
|
},
|
|
214
214
|
`${e.id}-${r}`
|
|
215
215
|
);
|
|
216
|
-
},
|
|
216
|
+
}, Pe = (e) => e ? e.extension?.find(
|
|
217
217
|
(r) => r.url === $e
|
|
218
|
-
)?.valueString : void 0,
|
|
218
|
+
)?.valueString : void 0, Ke = (e) => {
|
|
219
219
|
if (e)
|
|
220
220
|
return e.note?.[0]?.text;
|
|
221
|
-
}, je = (e, r) => e.entry?.find((n) => n.resource?.id === r)?.resource,
|
|
221
|
+
}, je = (e, r) => e.entry?.find((n) => n.resource?.id === r)?.resource, O = (e, r) => {
|
|
222
222
|
const n = je(e, r);
|
|
223
223
|
return n ? {
|
|
224
|
-
formFieldPath:
|
|
225
|
-
comment:
|
|
224
|
+
formFieldPath: Pe(n),
|
|
225
|
+
comment: Ke(n)
|
|
226
226
|
} : {};
|
|
227
|
-
},
|
|
227
|
+
}, ke = (e, r) => {
|
|
228
228
|
if (!e?.entry || !r)
|
|
229
229
|
return [];
|
|
230
230
|
const n = ce(e);
|
|
231
231
|
return [
|
|
232
232
|
...n.observations.map((a) => {
|
|
233
|
-
const { formFieldPath: d, comment: c } =
|
|
233
|
+
const { formFieldPath: d, comment: c } = O(
|
|
234
234
|
e,
|
|
235
235
|
a.id
|
|
236
236
|
);
|
|
237
237
|
return { obs: a, formFieldPath: d, comment: c };
|
|
238
238
|
}),
|
|
239
239
|
...n.groupedObservations.flatMap((a) => {
|
|
240
|
-
const { formFieldPath: d } =
|
|
240
|
+
const { formFieldPath: d } = O(e, a.id);
|
|
241
241
|
return (a.members ?? []).map((c) => {
|
|
242
|
-
const { comment: m } =
|
|
242
|
+
const { comment: m } = O(e, c.id);
|
|
243
243
|
return { obs: c, formFieldPath: d, comment: m };
|
|
244
244
|
});
|
|
245
245
|
})
|
|
246
246
|
].filter(
|
|
247
247
|
({ formFieldPath: a }) => !a || a.includes(r)
|
|
248
248
|
);
|
|
249
|
-
},
|
|
249
|
+
}, Ze = ({
|
|
250
250
|
episodeOfCareUuids: e,
|
|
251
251
|
encounterUuids: r,
|
|
252
252
|
config: n
|
|
253
253
|
}) => {
|
|
254
|
-
const { t: a } = ee(), d = re(), [c, m] =
|
|
254
|
+
const { t: a } = ee(), d = re(), [c, m] = z(!1), [t, b] = z(null), v = n?.numberOfVisits, f = ae(
|
|
255
255
|
e,
|
|
256
256
|
r
|
|
257
257
|
), _ = te(), {
|
|
258
258
|
data: $ = [],
|
|
259
259
|
isLoading: y,
|
|
260
260
|
isError: N,
|
|
261
|
-
error:
|
|
261
|
+
error: H,
|
|
262
262
|
refetch: Y
|
|
263
263
|
} = A({
|
|
264
264
|
queryKey: ["forms", d, e],
|
|
265
265
|
queryFn: () => ve(d, void 0, v),
|
|
266
266
|
enabled: !!d && !f
|
|
267
|
-
}),
|
|
267
|
+
}), V = h(() => !r || r.length === 0 ? $ : $.filter(
|
|
268
268
|
(i) => r.includes(i.encounterUuid)
|
|
269
|
-
), [$, r]), { data:
|
|
269
|
+
), [$, r]), { data: I = [] } = A({
|
|
270
270
|
queryKey: ["observationForms"],
|
|
271
|
-
queryFn: () =>
|
|
272
|
-
}),
|
|
273
|
-
(i) =>
|
|
274
|
-
[
|
|
275
|
-
),
|
|
271
|
+
queryFn: () => ge()
|
|
272
|
+
}), S = C(
|
|
273
|
+
(i) => I.find((u) => u.name === i)?.uuid,
|
|
274
|
+
[I]
|
|
275
|
+
), R = h(() => {
|
|
276
276
|
if (t)
|
|
277
|
-
return
|
|
278
|
-
}, [t,
|
|
279
|
-
queryKey: ["formMetadata",
|
|
280
|
-
queryFn: () =>
|
|
281
|
-
enabled: !!
|
|
277
|
+
return S(t.formName);
|
|
278
|
+
}, [t, S]), { isLoading: Q, error: T } = A({
|
|
279
|
+
queryKey: ["formMetadata", R],
|
|
280
|
+
queryFn: () => he(R),
|
|
281
|
+
enabled: !!R && c
|
|
282
282
|
}), {
|
|
283
|
-
data:
|
|
284
|
-
isLoading:
|
|
285
|
-
error:
|
|
283
|
+
data: L,
|
|
284
|
+
isLoading: Z,
|
|
285
|
+
error: D
|
|
286
286
|
} = A({
|
|
287
287
|
queryKey: ["formsEncounterFHIR", t?.encounterUuid],
|
|
288
288
|
queryFn: () => ye(t.encounterUuid),
|
|
@@ -294,32 +294,32 @@ const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Fe =
|
|
|
294
294
|
},
|
|
295
295
|
[d]
|
|
296
296
|
);
|
|
297
|
-
const
|
|
298
|
-
|
|
297
|
+
const w = h(() => !L || !t?.formName ? [] : ke(
|
|
298
|
+
L,
|
|
299
299
|
t.formName
|
|
300
|
-
), [
|
|
300
|
+
), [L, t?.formName]), E = h(
|
|
301
301
|
() => [
|
|
302
302
|
{ key: "recordedOn", header: a("FORM_RECORDED_ON") },
|
|
303
303
|
{ key: "recordedBy", header: a("FORM_RECORDED_BY") }
|
|
304
304
|
],
|
|
305
305
|
[a]
|
|
306
|
-
),
|
|
306
|
+
), J = h(
|
|
307
307
|
() => [
|
|
308
308
|
{ key: "recordedOn", sortable: !0 },
|
|
309
309
|
{ key: "recordedBy", sortable: !0 }
|
|
310
310
|
],
|
|
311
311
|
[]
|
|
312
|
-
),
|
|
313
|
-
const i =
|
|
312
|
+
), x = h(() => {
|
|
313
|
+
const i = V.reduce(
|
|
314
314
|
(u, l) => {
|
|
315
|
-
const
|
|
316
|
-
u[
|
|
317
|
-
const
|
|
318
|
-
return u[
|
|
315
|
+
const g = l.formName;
|
|
316
|
+
u[g] ??= [];
|
|
317
|
+
const M = l.providers.map((X) => X.providerName).filter(Boolean).join(", ");
|
|
318
|
+
return u[g].push({
|
|
319
319
|
id: l.encounterUuid,
|
|
320
320
|
formName: l.formName,
|
|
321
321
|
recordedOn: ne(l.encounterDateTime, a, ue).formattedResult,
|
|
322
|
-
recordedBy:
|
|
322
|
+
recordedBy: M ?? "--",
|
|
323
323
|
encounterDateTime: l.encounterDateTime,
|
|
324
324
|
encounterUuid: l.encounterUuid
|
|
325
325
|
}), u;
|
|
@@ -330,15 +330,15 @@ const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Fe =
|
|
|
330
330
|
([u, l]) => ({
|
|
331
331
|
formName: u,
|
|
332
332
|
records: l.sort(
|
|
333
|
-
(
|
|
333
|
+
(g, M) => M.encounterDateTime - g.encounterDateTime
|
|
334
334
|
)
|
|
335
335
|
})
|
|
336
336
|
).sort((u, l) => u.formName.localeCompare(l.formName));
|
|
337
|
-
}, [
|
|
337
|
+
}, [V, a]), B = C((i) => {
|
|
338
338
|
b(i), m(!0);
|
|
339
|
-
}, []),
|
|
339
|
+
}, []), W = C(() => {
|
|
340
340
|
m(!1), b(null);
|
|
341
|
-
}, []), G =
|
|
341
|
+
}, []), G = C(
|
|
342
342
|
(i, u) => {
|
|
343
343
|
switch (u) {
|
|
344
344
|
case "recordedOn":
|
|
@@ -351,22 +351,22 @@ const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Fe =
|
|
|
351
351
|
},
|
|
352
352
|
[B]
|
|
353
353
|
);
|
|
354
|
-
return /* @__PURE__ */ p(
|
|
355
|
-
/* @__PURE__ */ s("div", { "data-testid": "forms-table", children: y || N ||
|
|
356
|
-
|
|
354
|
+
return /* @__PURE__ */ p(P, { children: [
|
|
355
|
+
/* @__PURE__ */ s("div", { "data-testid": "forms-table", children: y || N || x.length === 0 || f ? /* @__PURE__ */ s(
|
|
356
|
+
U,
|
|
357
357
|
{
|
|
358
|
-
headers:
|
|
358
|
+
headers: E,
|
|
359
359
|
ariaLabel: a("FORMS_HEADING"),
|
|
360
360
|
rows: [],
|
|
361
361
|
loading: y,
|
|
362
|
-
errorStateMessage: N ?
|
|
362
|
+
errorStateMessage: N ? H?.message : void 0,
|
|
363
363
|
emptyStateMessage: a("FORMS_UNAVAILABLE"),
|
|
364
364
|
renderCell: G,
|
|
365
365
|
className: o.formsTableBody,
|
|
366
366
|
dataTestId: "forms-table"
|
|
367
367
|
}
|
|
368
|
-
) : /* @__PURE__ */ s(de, { align: "start", children:
|
|
369
|
-
const { formName: l, records:
|
|
368
|
+
) : /* @__PURE__ */ s(de, { align: "start", children: x.map((i, u) => {
|
|
369
|
+
const { formName: l, records: g } = i;
|
|
370
370
|
return /* @__PURE__ */ s(
|
|
371
371
|
me,
|
|
372
372
|
{
|
|
@@ -375,14 +375,14 @@ const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Fe =
|
|
|
375
375
|
testId: `accordian-title-${l}`,
|
|
376
376
|
open: u === 0,
|
|
377
377
|
children: /* @__PURE__ */ s(
|
|
378
|
-
|
|
378
|
+
U,
|
|
379
379
|
{
|
|
380
|
-
headers:
|
|
380
|
+
headers: E,
|
|
381
381
|
ariaLabel: a("FORMS_HEADING"),
|
|
382
|
-
rows:
|
|
382
|
+
rows: g,
|
|
383
383
|
loading: !1,
|
|
384
384
|
errorStateMessage: "",
|
|
385
|
-
sortable:
|
|
385
|
+
sortable: J,
|
|
386
386
|
emptyStateMessage: a("FORMS_UNAVAILABLE"),
|
|
387
387
|
renderCell: G,
|
|
388
388
|
className: o.formsTableBody,
|
|
@@ -399,14 +399,14 @@ const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Fe =
|
|
|
399
399
|
id: "modalIdForActionAreaLayout",
|
|
400
400
|
portalId: "main-display-area",
|
|
401
401
|
open: c,
|
|
402
|
-
onRequestClose:
|
|
402
|
+
onRequestClose: W,
|
|
403
403
|
modalHeading: t.formName,
|
|
404
404
|
modalLabel: `${t.recordedOn} | ${t.recordedBy}`,
|
|
405
405
|
passiveModal: !0,
|
|
406
406
|
size: "md",
|
|
407
407
|
testId: "form-details-modal",
|
|
408
|
-
children: /* @__PURE__ */ s("div", { className: o.formContent, children:
|
|
409
|
-
|
|
408
|
+
children: /* @__PURE__ */ s("div", { className: o.formContent, children: Q || Z ? /* @__PURE__ */ s(le, { width: "100%", lineCount: 3 }) : T ? /* @__PURE__ */ s("div", { children: q(T).message ?? a("ERROR_FETCHING_FORM_METADATA") }) : D ? /* @__PURE__ */ s("div", { children: q(D).message ?? a("ERROR_FETCHING_FORM_DATA") }) : w.length > 0 ? /* @__PURE__ */ s("div", { className: o.formDetailsContainer, children: w.map(({ obs: i, comment: u }, l) => /* @__PURE__ */ s(
|
|
409
|
+
ze,
|
|
410
410
|
{
|
|
411
411
|
observation: i,
|
|
412
412
|
index: l,
|
|
@@ -420,5 +420,5 @@ const Ne = "_formsTableBody_1pd36_1", Ae = "_customAccordianItem_1pd36_6", Fe =
|
|
|
420
420
|
] });
|
|
421
421
|
};
|
|
422
422
|
export {
|
|
423
|
-
|
|
423
|
+
Ze as default
|
|
424
424
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-
|
|
2
|
-
import {
|
|
1
|
+
import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-CNFAfFEV.js";
|
|
2
|
+
import { $ as d, a0 as f, a1 as e } from "./index-Dxc52lRE.js";
|
|
3
3
|
var p = (a) => {
|
|
4
4
|
const [r, t] = c({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
@@ -27,7 +27,7 @@ var p = (a) => {
|
|
|
27
27
|
});
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
|
-
},
|
|
30
|
+
}, C = p;
|
|
31
31
|
export {
|
|
32
|
-
|
|
32
|
+
C as default
|
|
33
33
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { c as s, T as c, P as u, a as i, b as m, C as P, Q as d } from "./YPM2AS64-
|
|
2
|
-
import {
|
|
1
|
+
import { c as s, T as c, P as u, a as i, b as m, C as P, Q as d } from "./YPM2AS64-CNFAfFEV.js";
|
|
2
|
+
import { $ as v, a0 as C, a1 as e } from "./index-Dxc52lRE.js";
|
|
3
3
|
var h = (t) => {
|
|
4
4
|
const [r, o] = s({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
6
|
-
}), a =
|
|
6
|
+
}), a = v(), l = C(() => {
|
|
7
7
|
const n = r.theme_preference || c;
|
|
8
8
|
return n !== "system" ? n : a();
|
|
9
9
|
});
|