@bahmni/home-app 0.0.1-dev.316 → 0.0.1-dev.318

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,5 +1,5 @@
1
- import { jsx as r, jsxs as h, Fragment as G } from "react/jsx-runtime";
2
- import { n as Q, u as Y, o as W, U as J, a as X, g as Z, O as ee, h as te } from "./index-CRmPO075.js";
1
+ import { jsx as r, jsxs as h, Fragment as x } from "react/jsx-runtime";
2
+ import { n as G, u as W, o as Y, U as J, a as X, g as Z, O as ee, h as te } from "./index-Chke9vnt.js";
3
3
  import { useQuery as ae } from "@tanstack/react-query";
4
4
  import { useState as l, useCallback as _, useEffect as N, useMemo as p } from "react";
5
5
  const ne = "DocumentsTable-module_documentsTableBody__6iR3w", oe = "DocumentsTable-module_viewAttachmentsLink__aQ1on", re = "DocumentsTable-module_documentViewerContainer__F5m8D", de = "DocumentsTable-module_attachmentItem__17KA7", se = "DocumentsTable-module_attachmentCounter__WFiI3", me = "DocumentsTable-module_attachmentError__RI4U2", ce = "DocumentsTable-module_documentIframe__ptq5I", le = "DocumentsTable-module_documentImage__KQVgS", d = {
@@ -38,7 +38,7 @@ const Te = [
38
38
  null
39
39
  ), [$, D] = l(
40
40
  /* @__PURE__ */ new Set()
41
- ), E = Q(), { t: n } = Y(), { addNotification: M } = W(), k = Number(a?.pageSize) || 5, [I, C] = l(1), [u, V] = l(k), [F, A] = l(void 0), L = _((e) => {
41
+ ), E = G(), { t: n } = W(), { addNotification: M } = Y(), k = Number(a?.pageSize) || 5, [I, C] = l(1), [u, V] = l(k), [F, A] = l(void 0), L = _((e) => {
42
42
  w(e), U(!0);
43
43
  }, []), H = _(() => {
44
44
  U(!1), w(null), D(/* @__PURE__ */ new Set());
@@ -106,7 +106,7 @@ const Te = [
106
106
  ), T = p(
107
107
  () => o ? B(o) : [],
108
108
  [o]
109
- ), x = _(
109
+ ), Q = _(
110
110
  (e, t) => {
111
111
  switch (t) {
112
112
  case "documentIdentifier":
@@ -137,7 +137,7 @@ const Te = [
137
137
  },
138
138
  [L, n]
139
139
  );
140
- return /* @__PURE__ */ h(G, { children: [
140
+ return /* @__PURE__ */ h(x, { children: [
141
141
  /* @__PURE__ */ r("div", { "data-testid": "documents-table", children: /* @__PURE__ */ r(
142
142
  ee,
143
143
  {
@@ -148,7 +148,7 @@ const Te = [
148
148
  errorStateMessage: b ? y?.message : null,
149
149
  sortable: K,
150
150
  emptyStateMessage: n("DOCUMENTS_NO_RECORDS"),
151
- renderCell: x,
151
+ renderCell: Q,
152
152
  className: d.documentsTableBody,
153
153
  dataTestId: "documents-table",
154
154
  pageSize: u,
@@ -1,5 +1,5 @@
1
- import { jsx as i, jsxs as re, Fragment as oe } from "react/jsx-runtime";
2
- import { u as ae, n as se, x as te, j as ne, B as de, F as ie, P as le, b as ue, D as q, g as me, a as ce, O as j, w as fe, v as ye, h as he, Q as be, $ as ge } from "./index-CRmPO075.js";
1
+ import { jsx as i, jsxs as re, Fragment as ae } from "react/jsx-runtime";
2
+ import { u as te, n as oe, x as se, j as ne, B as de, F as ie, P as le, b as ue, D as q, g as me, a as ce, O as j, w as fe, v as ye, h as he, Q as be, $ as ge } from "./index-Chke9vnt.js";
3
3
  import { useQueryClient as pe, useQuery as h } from "@tanstack/react-query";
4
4
  import { useState as w, useMemo as d, useCallback as b } from "react";
5
5
  const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_customAccordianItem__isszs", M = {
@@ -7,47 +7,47 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
7
7
  customAccordianItem: Oe
8
8
  }, Ae = (m) => m ? m.extension?.find(
9
9
  (l) => l.url === ge
10
- )?.valueString : void 0, Ie = ({
10
+ )?.valueString : void 0, Te = ({
11
11
  episodeOfCareUuids: m,
12
12
  encounterUuids: l,
13
13
  config: k
14
14
  }) => {
15
- const { t: n } = ae(), c = se(), [f, T] = w(!1), [s, v] = w(null), {
15
+ const { t: n } = te(), c = oe(), [f, v] = w(!1), [o, F] = w(null), {
16
16
  numberOfVisits: x,
17
17
  hideThumbnail: $ = !1,
18
18
  forms: y
19
- } = k ?? {}, F = te(
19
+ } = k ?? {}, I = se(
20
20
  m,
21
21
  l
22
- ), K = pe(), {
23
- data: I = [],
22
+ ), H = pe(), {
23
+ data: T = [],
24
24
  isLoading: B,
25
- isError: E,
26
- error: Q,
27
- refetch: V
25
+ isError: D,
26
+ error: K,
27
+ refetch: Q
28
28
  } = h({
29
29
  queryKey: ["forms", c, m],
30
30
  queryFn: () => ne(c, void 0, x),
31
- enabled: !!c && !F
32
- }), L = d(() => {
33
- let e = I;
31
+ enabled: !!c && !I
32
+ }), E = d(() => {
33
+ let e = T;
34
34
  return l && l.length > 0 && (e = e.filter(
35
35
  (r) => l.includes(r.encounterUuid)
36
36
  )), Array.isArray(y) && y.length > 0 && (e = e.filter(
37
- (r) => y.some((o) => o.toLowerCase() === r.formName.toLowerCase())
37
+ (r) => y.some((a) => a.toLowerCase() === r.formName.toLowerCase())
38
38
  )), e;
39
- }, [I, l, y]), { data: D = [] } = h({
39
+ }, [T, l, y]), { data: L = [] } = h({
40
40
  queryKey: ["observationForms"],
41
41
  queryFn: () => de()
42
42
  }), S = b(
43
- (e) => D.find((r) => r.name === e)?.uuid,
44
- [D]
43
+ (e) => L.find((r) => r.name === e)?.uuid,
44
+ [L]
45
45
  ), g = d(() => {
46
- if (s)
47
- return S(s.formName);
48
- }, [s, S]), {
46
+ if (o)
47
+ return S(o.formName);
48
+ }, [o, S]), {
49
49
  data: u,
50
- isLoading: H,
50
+ isLoading: V,
51
51
  isError: z,
52
52
  error: p
53
53
  } = h({
@@ -60,25 +60,25 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
60
60
  isError: P,
61
61
  error: O
62
62
  } = h({
63
- queryKey: ["formsEncounterFHIR", s?.encounterUuid],
64
- queryFn: () => le(s.encounterUuid),
65
- enabled: !!s?.encounterUuid && f
63
+ queryKey: ["formsEncounterFHIR", o?.encounterUuid],
64
+ queryFn: () => le(o.encounterUuid),
65
+ enabled: !!o?.encounterUuid && f
66
66
  });
67
67
  ue(
68
68
  (e) => {
69
- e.patientUUID === c && e.updatedConcepts.size > 0 && (V(), K.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
69
+ e.patientUUID === c && e.updatedConcepts.size > 0 && (Q(), H.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
70
70
  },
71
71
  [c]
72
72
  );
73
- const Y = d(() => !N?.entry || !s?.formName ? [] : N.entry.filter((e) => e.resource?.resourceType === "Observation").map((e) => e.resource).filter((e) => {
73
+ const Y = d(() => !N?.entry || !o?.formName ? [] : N.entry.filter((e) => e.resource?.resourceType === "Observation").map((e) => e.resource).filter((e) => {
74
74
  const r = Ae(e);
75
- return !r || r.includes(s.formName);
76
- }), [N, s?.formName]), J = d(() => {
75
+ return !r || r.includes(o.formName);
76
+ }), [N, o?.formName]), J = d(() => {
77
77
  if (!u?.schema) return;
78
- const e = [], r = (o) => {
79
- (o ?? []).forEach((t) => {
80
- const a = t;
81
- a.id != null && e.push(String(a.id)), a.controls && r(a.controls);
78
+ const e = [], r = (a) => {
79
+ (a ?? []).forEach((s) => {
80
+ const t = s;
81
+ t.id != null && e.push(String(t.id)), t.controls && r(t.controls);
82
82
  });
83
83
  };
84
84
  return r(
@@ -86,13 +86,13 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
86
86
  ), e.length > 0 ? e : void 0;
87
87
  }, [u]), W = d(() => {
88
88
  if (!u?.schema) return;
89
- const e = {}, r = (o, t) => {
90
- for (const a of o)
91
- if (a.type === "section") {
92
- const A = a.label?.value ?? "Section";
93
- r(a.controls ?? [], A);
89
+ const e = {}, r = (a, s) => {
90
+ for (const t of a)
91
+ if (t.type === "section") {
92
+ const A = t.label?.value ?? "Section";
93
+ r(t.controls ?? [], A);
94
94
  } else
95
- a.id != null && t && (e[String(a.id)] = t), a.controls && r(a.controls, t);
95
+ t.id != null && s && (e[String(t.id)] = s), t.controls && r(t.controls, s);
96
96
  };
97
97
  return r(
98
98
  u.schema.controls ?? [],
@@ -116,34 +116,34 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
116
116
  ],
117
117
  []
118
118
  ), C = d(() => {
119
- const e = L.reduce(
120
- (r, o) => {
121
- const t = o.formName;
122
- r[t] ??= [];
123
- const a = o.providers.map((A) => A.providerName).filter(Boolean).join(", ");
124
- return r[t].push({
125
- id: o.encounterUuid,
126
- formName: o.formName,
127
- recordedOn: me(o.encounterDateTime, n, !0).formattedResult,
128
- recordedBy: a ?? "--",
129
- encounterDateTime: o.encounterDateTime,
130
- encounterUuid: o.encounterUuid
119
+ const e = E.reduce(
120
+ (r, a) => {
121
+ const s = a.formName;
122
+ r[s] ??= [];
123
+ const t = a.providers.map((A) => A.providerName).filter(Boolean).join(", ");
124
+ return r[s].push({
125
+ id: a.encounterUuid,
126
+ formName: a.formName,
127
+ recordedOn: me(a.encounterDateTime, n, !0).formattedResult,
128
+ recordedBy: t ?? "--",
129
+ encounterDateTime: a.encounterDateTime,
130
+ encounterUuid: a.encounterUuid
131
131
  }), r;
132
132
  },
133
133
  {}
134
134
  );
135
135
  return Object.entries(e).map(
136
- ([r, o]) => ({
136
+ ([r, a]) => ({
137
137
  formName: r,
138
- records: o.sort(
139
- (t, a) => a.encounterDateTime - t.encounterDateTime
138
+ records: a.sort(
139
+ (s, t) => t.encounterDateTime - s.encounterDateTime
140
140
  )
141
141
  })
142
- ).sort((r, o) => r.formName.localeCompare(o.formName));
143
- }, [L, n]), R = b((e) => {
144
- v(e), T(!0);
142
+ ).sort((r, a) => r.formName.localeCompare(a.formName));
143
+ }, [E, n]), R = b((e) => {
144
+ F(e), v(!0);
145
145
  }, []), ee = b(() => {
146
- T(!1), v(null);
146
+ v(!1), F(null);
147
147
  }, []), U = b(
148
148
  (e, r) => {
149
149
  switch (r) {
@@ -157,57 +157,57 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
157
157
  },
158
158
  [R]
159
159
  );
160
- return /* @__PURE__ */ re(oe, { children: [
161
- /* @__PURE__ */ i("div", { id: "forms-table", "data-testid": "forms-table", children: B || E || C.length === 0 || F ? /* @__PURE__ */ i(
160
+ return /* @__PURE__ */ re(ae, { children: [
161
+ /* @__PURE__ */ i("div", { id: "forms-table", "data-testid": "forms-table", children: B || D || C.length === 0 || I ? /* @__PURE__ */ i(
162
162
  j,
163
163
  {
164
164
  headers: _,
165
165
  ariaLabel: n("FORMS_HEADING"),
166
166
  rows: [],
167
167
  loading: B,
168
- errorStateMessage: E ? Q?.message : void 0,
168
+ errorStateMessage: D ? K?.message : void 0,
169
169
  emptyStateMessage: n("FORMS_UNAVAILABLE"),
170
170
  renderCell: U,
171
171
  className: M.formsTableBody,
172
172
  dataTestId: "forms-table"
173
173
  }
174
174
  ) : /* @__PURE__ */ i(fe, { align: "start", children: C.map((e, r) => {
175
- const { formName: o, records: t } = e;
175
+ const { formName: a, records: s } = e;
176
176
  return /* @__PURE__ */ i(
177
177
  ye,
178
178
  {
179
- title: o,
179
+ title: a,
180
180
  className: M.customAccordianItem,
181
- testId: `accordian-title-${o}`,
181
+ testId: `accordian-title-${a}`,
182
182
  open: r === 0,
183
183
  children: /* @__PURE__ */ i(
184
184
  j,
185
185
  {
186
186
  headers: _,
187
187
  ariaLabel: n("FORMS_HEADING"),
188
- rows: t,
188
+ rows: s,
189
189
  loading: !1,
190
190
  errorStateMessage: "",
191
191
  sortable: Z,
192
192
  emptyStateMessage: n("FORMS_UNAVAILABLE"),
193
193
  renderCell: U,
194
194
  className: M.formsTableBody,
195
- dataTestId: `forms-table-${o}`
195
+ dataTestId: `forms-table-${a}`
196
196
  }
197
197
  )
198
198
  },
199
- o
199
+ a
200
200
  );
201
201
  }) }) }),
202
- f && s && /* @__PURE__ */ i(
202
+ f && o && /* @__PURE__ */ i(
203
203
  he,
204
204
  {
205
205
  id: "modalIdForActionAreaLayout",
206
206
  portalId: "main-display-area",
207
207
  open: f,
208
208
  onRequestClose: ee,
209
- modalHeading: s.formName,
210
- modalLabel: `${s.recordedOn} | ${s.recordedBy}`,
209
+ modalHeading: o.formName,
210
+ modalLabel: `${o.recordedOn} | ${o.recordedBy}`,
211
211
  passiveModal: !0,
212
212
  size: "md",
213
213
  testId: "form-details-modal",
@@ -215,11 +215,11 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
215
215
  be,
216
216
  {
217
217
  observations: Y,
218
- isLoading: H || G,
218
+ isLoading: V || G,
219
219
  isError: z || P,
220
220
  errorMessage: X,
221
221
  emptyStateMessage: n("NO_FORM_DATA_AVAILABLE"),
222
- testIdPrefix: s.formName,
222
+ testIdPrefix: o.formName,
223
223
  hideThumbnail: $,
224
224
  controlOrder: J,
225
225
  sectionMap: W
@@ -230,5 +230,5 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
230
230
  ] });
231
231
  };
232
232
  export {
233
- Ie as default
233
+ Te as default
234
234
  };
@@ -1,5 +1,5 @@
1
- import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-DFLufJaw.js";
2
- import { R as d, T as f, V as e } from "./index-CRmPO075.js";
1
+ import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-DfA4hA9M.js";
2
+ import { R as d, T as f, V as e } from "./index-Chke9vnt.js";
3
3
  var p = (a) => {
4
4
  const [r, t] = c({
5
5
  prefix: "TanstackQueryDevtools"
@@ -1,5 +1,5 @@
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-DFLufJaw.js";
2
- import { R as v, T as C, V as e } from "./index-CRmPO075.js";
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-DfA4hA9M.js";
2
+ import { R as v, T as C, V as e } from "./index-Chke9vnt.js";
3
3
  var h = (t) => {
4
4
  const [r, o] = s({
5
5
  prefix: "TanstackQueryDevtools"
@@ -1,5 +1,5 @@
1
1
  import { jsxs as I, jsx as u } from "react/jsx-runtime";
2
- import { n as k, o as K, u as N, k as Q, Z as q, b as G, J as x, X as z, c as w, d as H, O as J, G as Y, E as M, Y as j, e as P, f as X, M as Z, S as W, z as ee } from "./index-CRmPO075.js";
2
+ import { n as k, o as K, u as N, k as Q, Z as q, b as G, J as x, X as z, c as w, d as H, O as J, G as Y, E as M, Y as j, e as P, f as X, M as Z, S as W, z as ee } from "./index-Chke9vnt.js";
3
3
  import { useQueries as te, useQuery as ae } from "@tanstack/react-query";
4
4
  import { useRef as se, useEffect as $, useMemo as O } from "react";
5
5
  const D = (t, n, d, l, b, r) => {
@@ -1,4 +1,4 @@
1
- import { W as we, _ as z, a0 as xt, a1 as B, T as q, V as y, a2 as Ro, a3 as ye, a4 as R, a5 as _, a6 as k, a7 as N, a8 as A, a9 as bs, aa as ir, ab as $e, ac as G, ad as Hn, ae as Vn, af as dt, ag as D, ah as xs, ai as cn, aj as Be, ak as ws, al as qt, am as zt, an as $s, ao as Cs, ap as $n, aq as Ss, ar as Nr, as as Bt, at as zo, au as ks, av as Es, aw as j, ax as Gr, ay as Ms, az as Ds, aA as sr, aB as As, aC as Ts, aD as zn, aE as Fs, aF as Is, aG as Z, aH as Ps, aI as Ls } from "./index-CRmPO075.js";
1
+ import { W as we, _ as z, a0 as xt, a1 as B, T as q, V as y, a2 as Ro, a3 as ye, a4 as R, a5 as _, a6 as k, a7 as N, a8 as A, a9 as bs, aa as ir, ab as $e, ac as G, ad as Hn, ae as Vn, af as dt, ag as D, ah as xs, ai as cn, aj as Be, ak as ws, al as qt, am as zt, an as $s, ao as Cs, ap as $n, aq as Ss, ar as Nr, as as Bt, at as zo, au as ks, av as Es, aw as j, ax as Gr, ay as Ms, az as Ds, aA as sr, aB as As, aC as Ts, aD as zn, aE as Fs, aF as Is, aG as Z, aH as Ps, aI as Ls } from "./index-Chke9vnt.js";
2
2
  var Os = (e) => e != null, qs = (e) => e.filter(Os);
3
3
  function _s(e) {
4
4
  return (...t) => {
@@ -91402,7 +91402,8 @@ class vj2 {
91402
91402
  appointmentNumber: e.appointmentNumber,
91403
91403
  appointmentDate: r2(e.startDateTime, r, !0).formattedResult,
91404
91404
  appointmentReason: this.getAppointmentReasons(e),
91405
- appointmentStatus: e.status
91405
+ appointmentStatus: e.status,
91406
+ appointmentServiceUuid: e.service?.uuid
91406
91407
  });
91407
91408
  /**
91408
91409
  * Extract and format appointment reasons
@@ -95084,7 +95085,7 @@ const Qrt = () => {
95084
95085
  );
95085
95086
  return t;
95086
95087
  };
95087
- L0(() => Promise.resolve().then(() => HI2)), L0(() => Promise.resolve().then(() => JI2)), L0(() => Promise.resolve().then(() => AB2)), L0(() => Promise.resolve().then(() => SB2)), L0(() => import("./DocumentsTable-CGQkFmPv-CBM5B5BQ.js")), L0(() => Promise.resolve().then(() => Rj2)), L0(() => import("./FormsTable-H67oOCKk-rPkSqL43.js")), L0(() => Promise.resolve().then(() => gj2)), L0(() => import("./Observations-BLNBreYi-CyFbPeXF.js")), L0(
95088
+ L0(() => Promise.resolve().then(() => HI2)), L0(() => Promise.resolve().then(() => JI2)), L0(() => Promise.resolve().then(() => AB2)), L0(() => Promise.resolve().then(() => SB2)), L0(() => import("./DocumentsTable-N3KZd9ZV-CzDL43yK.js")), L0(() => Promise.resolve().then(() => Rj2)), L0(() => import("./FormsTable-F1FaoFiu-B0TMz7Pw.js")), L0(() => Promise.resolve().then(() => gj2)), L0(() => import("./Observations-HyR2_B59-BPoNWXgS.js")), L0(
95088
95089
  () => Promise.resolve().then(() => iq2)
95089
95090
  ), L0(
95090
95091
  () => Promise.resolve().then(() => ZF2)
@@ -176929,7 +176930,7 @@ var l3t = (t, e = !1) => {
176929
176930
  const e = sK1(() => {
176930
176931
  const r = this, [o] = this.#n, [a] = this.#o, [c] = this.#a, [l] = this.#c, [i] = this.#p, [s] = this.#t;
176931
176932
  let d;
176932
- return this.#l ? d = this.#l : (d = lK1(() => import("./LNWAZHJI-C20iySWQ.js")), this.#l = d), LK1(this.#h, this.#r), aK1(d, cK1({
176933
+ return this.#l ? d = this.#l : (d = lK1(() => import("./LNWAZHJI-CTdkaomI.js")), this.#l = d), LK1(this.#h, this.#r), aK1(d, cK1({
176933
176934
  get queryFlavor() {
176934
176935
  return r.#d;
176935
176936
  },
@@ -177027,7 +177028,7 @@ var l3t = (t, e = !1) => {
177027
177028
  const e = sK1(() => {
177028
177029
  const r = this, [o] = this.#n, [a] = this.#o, [c] = this.#a, [l] = this.#c, [i] = this.#p, [s] = this.#t, [d] = this.#l;
177029
177030
  let u;
177030
- return this.#i ? u = this.#i : (u = lK1(() => import("./MWZ6AO7Z-Bm0nJE0K.js")), this.#i = u), LK1(this.#h, this.#r), aK1(u, cK1({
177031
+ return this.#i ? u = this.#i : (u = lK1(() => import("./MWZ6AO7Z-CKe2rDSR.js")), this.#i = u), LK1(this.#h, this.#r), aK1(u, cK1({
177031
177032
  get queryFlavor() {
177032
177033
  return r.#d;
177033
177034
  },
@@ -177157,7 +177158,7 @@ const trt = {
177157
177158
  }
177158
177159
  }
177159
177160
  }, rrt = "home", h3t = "/bahmni/home/index.html#/login", p3t = "/bahmni/home/index.html#/changePassword", f3t = 6, nrt = L0(
177160
- () => import("./index-B28DfD9I.js").then((t) => ({
177161
+ () => import("./index-ClVgCX_R.js").then((t) => ({
177161
177162
  default: t.HomePage
177162
177163
  }))
177163
177164
  ), ort = [
@@ -177190,7 +177191,7 @@ export {
177190
177191
  Srt as $,
177191
177192
  RC0 as A,
177192
177193
  Brt as B,
177193
- p3t as C,
177194
+ Tnt as C,
177194
177195
  et as D,
177195
177196
  mrt as E,
177196
177197
  Prt as F,
@@ -177276,9 +177277,9 @@ export {
177276
177277
  rE as m,
177277
177278
  Ft as n,
177278
177279
  Nr as o,
177279
- Tnt as p,
177280
- Snt as q,
177281
- Qrt as r,
177280
+ Snt as p,
177281
+ Qrt as q,
177282
+ p3t as r,
177282
177283
  _nt as s,
177283
177284
  Ont as t,
177284
177285
  Z2 as u,