@bahmni/services 0.0.1-dev.165 → 0.0.1-dev.166
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,5 +1,5 @@
|
|
|
1
1
|
import { initReactI18next as Ri } from "react-i18next";
|
|
2
|
-
import { useTranslation as
|
|
2
|
+
import { useTranslation as Cw } from "react-i18next";
|
|
3
3
|
import { useRef as _n, useCallback as Xr, useEffect as Sn } from "react";
|
|
4
4
|
function fo(e, t) {
|
|
5
5
|
return function() {
|
|
@@ -35,7 +35,7 @@ const Oi = Mr("string"), Se = Mr("function"), mo = Mr("number"), Ot = (e) => e !
|
|
|
35
35
|
let t;
|
|
36
36
|
return e && (typeof FormData == "function" && e instanceof FormData || Se(e.append) && ((t = kr(e)) === "formdata" || // detect form-data instance
|
|
37
37
|
t === "object" && Se(e.toString) && e.toString() === "[object FormData]"));
|
|
38
|
-
}, Mi = De("URLSearchParams"), [xi,
|
|
38
|
+
}, Mi = De("URLSearchParams"), [xi, Ui, qi, ji] = [
|
|
39
39
|
"ReadableStream",
|
|
40
40
|
"Request",
|
|
41
41
|
"Response",
|
|
@@ -68,7 +68,7 @@ function go(e, t) {
|
|
|
68
68
|
return s;
|
|
69
69
|
return null;
|
|
70
70
|
}
|
|
71
|
-
const
|
|
71
|
+
const Ke = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, yo = (e) => !ct(e) && e !== Ke;
|
|
72
72
|
function Rn() {
|
|
73
73
|
const { caseless: e, skipUndefined: t } = yo(this) && this || {}, r = {}, n = (s, a) => {
|
|
74
74
|
if (a === "__proto__" || a === "constructor" || a === "prototype")
|
|
@@ -198,15 +198,15 @@ const ac = (e) => {
|
|
|
198
198
|
return n;
|
|
199
199
|
};
|
|
200
200
|
return r(e, 0);
|
|
201
|
-
}, oc = De("AsyncFunction"), ic = (e) => e && (Ot(e) || Se(e)) && Se(e.then) && Se(e.catch), bo = ((e, t) => e ? setImmediate : t ? ((r, n) => (
|
|
201
|
+
}, oc = De("AsyncFunction"), ic = (e) => e && (Ot(e) || Se(e)) && Se(e.then) && Se(e.catch), bo = ((e, t) => e ? setImmediate : t ? ((r, n) => (Ke.addEventListener(
|
|
202
202
|
"message",
|
|
203
203
|
({ source: s, data: a }) => {
|
|
204
|
-
s ===
|
|
204
|
+
s === Ke && a === r && n.length && n.shift()();
|
|
205
205
|
},
|
|
206
206
|
!1
|
|
207
207
|
), (s) => {
|
|
208
|
-
n.push(s),
|
|
209
|
-
}))(`axios@${Math.random()}`, []) : (r) => setTimeout(r))(typeof setImmediate == "function", Se(
|
|
208
|
+
n.push(s), Ke.postMessage(r, "*");
|
|
209
|
+
}))(`axios@${Math.random()}`, []) : (r) => setTimeout(r))(typeof setImmediate == "function", Se(Ke.postMessage)), cc = typeof queueMicrotask < "u" ? queueMicrotask.bind(Ke) : typeof process < "u" && process.nextTick || bo, uc = (e) => e != null && Se(e[Lr]), I = {
|
|
210
210
|
isArray: ft,
|
|
211
211
|
isArrayBuffer: ho,
|
|
212
212
|
isBuffer: At,
|
|
@@ -219,8 +219,8 @@ const ac = (e) => {
|
|
|
219
219
|
isPlainObject: Er,
|
|
220
220
|
isEmptyObject: $i,
|
|
221
221
|
isReadableStream: xi,
|
|
222
|
-
isRequest:
|
|
223
|
-
isResponse:
|
|
222
|
+
isRequest: Ui,
|
|
223
|
+
isResponse: qi,
|
|
224
224
|
isHeaders: ji,
|
|
225
225
|
isUndefined: ct,
|
|
226
226
|
isDate: Ni,
|
|
@@ -256,7 +256,7 @@ const ac = (e) => {
|
|
|
256
256
|
noop: rc,
|
|
257
257
|
toFiniteNumber: nc,
|
|
258
258
|
findKey: go,
|
|
259
|
-
global:
|
|
259
|
+
global: Ke,
|
|
260
260
|
isContextDefined: yo,
|
|
261
261
|
isSpecCompliantForm: sc,
|
|
262
262
|
toJSONObject: ac,
|
|
@@ -965,15 +965,15 @@ const Ar = (e, t, r = 3) => {
|
|
|
965
965
|
function xc(e) {
|
|
966
966
|
return typeof e != "string" ? !1 : /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
|
|
967
967
|
}
|
|
968
|
-
function
|
|
968
|
+
function Uc(e, t) {
|
|
969
969
|
return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
|
|
970
970
|
}
|
|
971
971
|
function Oo(e, t, r) {
|
|
972
972
|
let n = !xc(t);
|
|
973
|
-
return e && (n || r == !1) ?
|
|
973
|
+
return e && (n || r == !1) ? Uc(e, t) : t;
|
|
974
974
|
}
|
|
975
975
|
const as = (e) => e instanceof Re ? { ...e } : e;
|
|
976
|
-
function
|
|
976
|
+
function Je(e, t) {
|
|
977
977
|
t = t || {};
|
|
978
978
|
const r = {};
|
|
979
979
|
function n(l, d, m, y) {
|
|
@@ -1043,7 +1043,7 @@ function Ye(e, t) {
|
|
|
1043
1043
|
), r;
|
|
1044
1044
|
}
|
|
1045
1045
|
const Po = (e) => {
|
|
1046
|
-
const t =
|
|
1046
|
+
const t = Je({}, e);
|
|
1047
1047
|
let { data: r, withXSRFToken: n, xsrfHeaderName: s, xsrfCookieName: a, headers: o, auth: i } = t;
|
|
1048
1048
|
if (t.headers = o = Re.from(o), t.url = So(Oo(t.baseURL, t.url, t.allowAbsoluteUrls), e.params, e.paramsSerializer), i && o.set(
|
|
1049
1049
|
"Authorization",
|
|
@@ -1063,7 +1063,7 @@ const Po = (e) => {
|
|
|
1063
1063
|
c && o.set(s, c);
|
|
1064
1064
|
}
|
|
1065
1065
|
return t;
|
|
1066
|
-
},
|
|
1066
|
+
}, qc = typeof XMLHttpRequest < "u", jc = qc && function(e) {
|
|
1067
1067
|
return new Promise(function(r, n) {
|
|
1068
1068
|
const s = Po(e);
|
|
1069
1069
|
let a = s.data;
|
|
@@ -1272,8 +1272,8 @@ const Po = (e) => {
|
|
|
1272
1272
|
responseType: R,
|
|
1273
1273
|
headers: P,
|
|
1274
1274
|
withCredentials: k = "same-origin",
|
|
1275
|
-
fetchOptions:
|
|
1276
|
-
} = Po(v),
|
|
1275
|
+
fetchOptions: q
|
|
1276
|
+
} = Po(v), U = t || fetch;
|
|
1277
1277
|
R = R ? (R + "").toLowerCase() : "text";
|
|
1278
1278
|
let j = Fc([u, h && h.toAbortSignal()], w), V = null;
|
|
1279
1279
|
const W = j && j.unsubscribe && (() => {
|
|
@@ -1297,7 +1297,7 @@ const Po = (e) => {
|
|
|
1297
1297
|
}
|
|
1298
1298
|
I.isString(k) || (k = k ? "include" : "omit");
|
|
1299
1299
|
const ne = a && "credentials" in r.prototype, he = {
|
|
1300
|
-
...
|
|
1300
|
+
...q,
|
|
1301
1301
|
signal: j,
|
|
1302
1302
|
method: f.toUpperCase(),
|
|
1303
1303
|
headers: P.normalize().toJSON(),
|
|
@@ -1306,7 +1306,7 @@ const Po = (e) => {
|
|
|
1306
1306
|
credentials: ne ? k : void 0
|
|
1307
1307
|
};
|
|
1308
1308
|
V = a && new r(g, he);
|
|
1309
|
-
let J = await (a ?
|
|
1309
|
+
let J = await (a ? U(V, q) : U(g, he));
|
|
1310
1310
|
const ce = d && (R === "stream" || R === "response");
|
|
1311
1311
|
if (d && (_ || ce && W)) {
|
|
1312
1312
|
const O = {};
|
|
@@ -1358,14 +1358,14 @@ const Po = (e) => {
|
|
|
1358
1358
|
return l;
|
|
1359
1359
|
};
|
|
1360
1360
|
$o();
|
|
1361
|
-
const
|
|
1361
|
+
const Un = {
|
|
1362
1362
|
http: lc,
|
|
1363
1363
|
xhr: jc,
|
|
1364
1364
|
fetch: {
|
|
1365
1365
|
get: $o
|
|
1366
1366
|
}
|
|
1367
1367
|
};
|
|
1368
|
-
I.forEach(
|
|
1368
|
+
I.forEach(Un, (e, t) => {
|
|
1369
1369
|
if (e) {
|
|
1370
1370
|
try {
|
|
1371
1371
|
Object.defineProperty(e, "name", { value: t });
|
|
@@ -1383,7 +1383,7 @@ function Yc(e, t) {
|
|
|
1383
1383
|
for (let o = 0; o < r; o++) {
|
|
1384
1384
|
n = e[o];
|
|
1385
1385
|
let i;
|
|
1386
|
-
if (s = n, !Kc(n) && (s =
|
|
1386
|
+
if (s = n, !Kc(n) && (s = Un[(i = String(n)).toLowerCase()], s === void 0))
|
|
1387
1387
|
throw new G(`Unknown adapter '${i}'`);
|
|
1388
1388
|
if (s && (I.isFunction(s) || (s = s.get(t))))
|
|
1389
1389
|
break;
|
|
@@ -1413,7 +1413,7 @@ const No = {
|
|
|
1413
1413
|
* Exposes all known adapters
|
|
1414
1414
|
* @type {Object<string, Function|Object>}
|
|
1415
1415
|
*/
|
|
1416
|
-
adapters:
|
|
1416
|
+
adapters: Un
|
|
1417
1417
|
};
|
|
1418
1418
|
function en(e) {
|
|
1419
1419
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
@@ -1437,14 +1437,14 @@ function fs(e) {
|
|
|
1437
1437
|
), n.response.headers = Re.from(n.response.headers))), Promise.reject(n);
|
|
1438
1438
|
});
|
|
1439
1439
|
}
|
|
1440
|
-
const Io = "1.13.5",
|
|
1440
|
+
const Io = "1.13.5", Ur = {};
|
|
1441
1441
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
|
|
1442
|
-
|
|
1442
|
+
Ur[e] = function(n) {
|
|
1443
1443
|
return typeof n === e || "a" + (t < 1 ? "n " : " ") + e;
|
|
1444
1444
|
};
|
|
1445
1445
|
});
|
|
1446
1446
|
const ps = {};
|
|
1447
|
-
|
|
1447
|
+
Ur.transitional = function(t, r, n) {
|
|
1448
1448
|
function s(a, o) {
|
|
1449
1449
|
return "[Axios v" + Io + "] Transitional option '" + a + "'" + o + (n ? ". " + n : "");
|
|
1450
1450
|
}
|
|
@@ -1462,7 +1462,7 @@ qr.transitional = function(t, r, n) {
|
|
|
1462
1462
|
)), t ? t(a, o, i) : !0;
|
|
1463
1463
|
};
|
|
1464
1464
|
};
|
|
1465
|
-
|
|
1465
|
+
Ur.spelling = function(t) {
|
|
1466
1466
|
return (r, n) => (console.warn(`${n} is likely a misspelling of ${t}`), !0);
|
|
1467
1467
|
};
|
|
1468
1468
|
function Jc(e, t, r) {
|
|
@@ -1484,9 +1484,9 @@ function Jc(e, t, r) {
|
|
|
1484
1484
|
}
|
|
1485
1485
|
const Sr = {
|
|
1486
1486
|
assertOptions: Jc,
|
|
1487
|
-
validators:
|
|
1487
|
+
validators: Ur
|
|
1488
1488
|
}, Oe = Sr.validators;
|
|
1489
|
-
let
|
|
1489
|
+
let Ye = class {
|
|
1490
1490
|
constructor(t) {
|
|
1491
1491
|
this.defaults = t || {}, this.interceptors = {
|
|
1492
1492
|
request: new ts(),
|
|
@@ -1519,7 +1519,7 @@ let Ke = class {
|
|
|
1519
1519
|
}
|
|
1520
1520
|
}
|
|
1521
1521
|
_request(t, r) {
|
|
1522
|
-
typeof t == "string" ? (r = r || {}, r.url = t) : r = t || {}, r =
|
|
1522
|
+
typeof t == "string" ? (r = r || {}, r.url = t) : r = t || {}, r = Je(this.defaults, r);
|
|
1523
1523
|
const { transitional: n, paramsSerializer: s, headers: a } = r;
|
|
1524
1524
|
n !== void 0 && Sr.assertOptions(n, {
|
|
1525
1525
|
silentJSONParsing: Oe.transitional(Oe.boolean),
|
|
@@ -1586,14 +1586,14 @@ let Ke = class {
|
|
|
1586
1586
|
return d;
|
|
1587
1587
|
}
|
|
1588
1588
|
getUri(t) {
|
|
1589
|
-
t =
|
|
1589
|
+
t = Je(this.defaults, t);
|
|
1590
1590
|
const r = Oo(t.baseURL, t.url, t.allowAbsoluteUrls);
|
|
1591
1591
|
return So(r, t.params, t.paramsSerializer);
|
|
1592
1592
|
}
|
|
1593
1593
|
};
|
|
1594
1594
|
I.forEach(["delete", "get", "head", "options"], function(t) {
|
|
1595
|
-
|
|
1596
|
-
return this.request(
|
|
1595
|
+
Ye.prototype[t] = function(r, n) {
|
|
1596
|
+
return this.request(Je(n || {}, {
|
|
1597
1597
|
method: t,
|
|
1598
1598
|
url: r,
|
|
1599
1599
|
data: (n || {}).data
|
|
@@ -1603,7 +1603,7 @@ I.forEach(["delete", "get", "head", "options"], function(t) {
|
|
|
1603
1603
|
I.forEach(["post", "put", "patch"], function(t) {
|
|
1604
1604
|
function r(n) {
|
|
1605
1605
|
return function(a, o, i) {
|
|
1606
|
-
return this.request(
|
|
1606
|
+
return this.request(Je(i || {}, {
|
|
1607
1607
|
method: t,
|
|
1608
1608
|
headers: n ? {
|
|
1609
1609
|
"Content-Type": "multipart/form-data"
|
|
@@ -1613,7 +1613,7 @@ I.forEach(["post", "put", "patch"], function(t) {
|
|
|
1613
1613
|
}));
|
|
1614
1614
|
};
|
|
1615
1615
|
}
|
|
1616
|
-
|
|
1616
|
+
Ye.prototype[t] = r(), Ye.prototype[t + "Form"] = r(!0);
|
|
1617
1617
|
});
|
|
1618
1618
|
let Xc = class Do {
|
|
1619
1619
|
constructor(t) {
|
|
@@ -1771,13 +1771,13 @@ Object.entries(On).forEach(([e, t]) => {
|
|
|
1771
1771
|
On[t] = e;
|
|
1772
1772
|
});
|
|
1773
1773
|
function Co(e) {
|
|
1774
|
-
const t = new
|
|
1775
|
-
return I.extend(r,
|
|
1776
|
-
return Co(
|
|
1774
|
+
const t = new Ye(e), r = fo(Ye.prototype.request, t);
|
|
1775
|
+
return I.extend(r, Ye.prototype, t, { allOwnKeys: !0 }), I.extend(r, t, null, { allOwnKeys: !0 }), r.create = function(s) {
|
|
1776
|
+
return Co(Je(e, s));
|
|
1777
1777
|
}, r;
|
|
1778
1778
|
}
|
|
1779
1779
|
const ue = Co($t);
|
|
1780
|
-
ue.Axios =
|
|
1780
|
+
ue.Axios = Ye;
|
|
1781
1781
|
ue.CanceledError = Nt;
|
|
1782
1782
|
ue.CancelToken = Xc;
|
|
1783
1783
|
ue.isCancel = To;
|
|
@@ -1790,29 +1790,29 @@ ue.all = function(t) {
|
|
|
1790
1790
|
};
|
|
1791
1791
|
ue.spread = Qc;
|
|
1792
1792
|
ue.isAxiosError = Zc;
|
|
1793
|
-
ue.mergeConfig =
|
|
1793
|
+
ue.mergeConfig = Je;
|
|
1794
1794
|
ue.AxiosHeaders = Re;
|
|
1795
1795
|
ue.formToJSON = (e) => Ro(I.isHTMLForm(e) ? new FormData(e) : e);
|
|
1796
1796
|
ue.getAdapter = No.getAdapter;
|
|
1797
1797
|
ue.HttpStatusCode = On;
|
|
1798
1798
|
ue.default = ue;
|
|
1799
1799
|
const {
|
|
1800
|
-
Axios:
|
|
1801
|
-
AxiosError:
|
|
1802
|
-
CanceledError:
|
|
1803
|
-
isCancel:
|
|
1804
|
-
CancelToken:
|
|
1805
|
-
VERSION:
|
|
1806
|
-
all:
|
|
1807
|
-
Cancel:
|
|
1808
|
-
isAxiosError:
|
|
1809
|
-
spread:
|
|
1810
|
-
toFormData:
|
|
1811
|
-
AxiosHeaders:
|
|
1812
|
-
HttpStatusCode:
|
|
1813
|
-
formToJSON:
|
|
1814
|
-
getAdapter:
|
|
1815
|
-
mergeConfig:
|
|
1800
|
+
Axios: By,
|
|
1801
|
+
AxiosError: Wy,
|
|
1802
|
+
CanceledError: zy,
|
|
1803
|
+
isCancel: Gy,
|
|
1804
|
+
CancelToken: Ky,
|
|
1805
|
+
VERSION: Yy,
|
|
1806
|
+
all: Jy,
|
|
1807
|
+
Cancel: Xy,
|
|
1808
|
+
isAxiosError: Qy,
|
|
1809
|
+
spread: Zy,
|
|
1810
|
+
toFormData: ev,
|
|
1811
|
+
AxiosHeaders: tv,
|
|
1812
|
+
HttpStatusCode: rv,
|
|
1813
|
+
formToJSON: nv,
|
|
1814
|
+
getAdapter: sv,
|
|
1815
|
+
mergeConfig: av
|
|
1816
1816
|
} = ue, eu = (e) => typeof e == "object" && e !== null && "resourceType" in e && e.resourceType === "OperationOutcome", tu = (e) => {
|
|
1817
1817
|
if (!e.issue || !Array.isArray(e.issue))
|
|
1818
1818
|
return null;
|
|
@@ -1874,7 +1874,7 @@ var it = function() {
|
|
|
1874
1874
|
return e;
|
|
1875
1875
|
}, it.apply(this, arguments);
|
|
1876
1876
|
}, nu = "~", su = "~~";
|
|
1877
|
-
function
|
|
1877
|
+
function qn(e, t) {
|
|
1878
1878
|
for (var r = {}, n = {}, s = e.split(su), a = !1, o = 0; s.length > o; o++) {
|
|
1879
1879
|
for (var i = s[o].split(nu), c = 0; c < i.length; c += 2) {
|
|
1880
1880
|
var l = i[c], d = i[c + 1], m = "&" + l + ";";
|
|
@@ -1889,9 +1889,9 @@ var tn = {
|
|
|
1889
1889
|
html4: /∉|&(?:nbsp|iexcl|cent|pound|curren|yen|brvbar|sect|uml|copy|ordf|laquo|not|shy|reg|macr|deg|plusmn|sup2|sup3|acute|micro|para|middot|cedil|sup1|ordm|raquo|frac14|frac12|frac34|iquest|Agrave|Aacute|Acirc|Atilde|Auml|Aring|AElig|Ccedil|Egrave|Eacute|Ecirc|Euml|Igrave|Iacute|Icirc|Iuml|ETH|Ntilde|Ograve|Oacute|Ocirc|Otilde|Ouml|times|Oslash|Ugrave|Uacute|Ucirc|Uuml|Yacute|THORN|szlig|agrave|aacute|acirc|atilde|auml|aring|aelig|ccedil|egrave|eacute|ecirc|euml|igrave|iacute|icirc|iuml|eth|ntilde|ograve|oacute|ocirc|otilde|ouml|divide|oslash|ugrave|uacute|ucirc|uuml|yacute|thorn|yuml|quot|amp|lt|gt|#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g,
|
|
1890
1890
|
html5: /·|℗|⋇|⪧|⩺|⋗|⦕|⩼|⪆|⥸|⋗|⋛|⪌|≷|≳|⪦|⩹|⋖|⋋|⋉|⥶|⩻|⦖|◃|⊴|◂|∉|⋹̸|⋵̸|∉|⋷|⋶|∌|∌|⋾|⋽|∥|⊠|⨱|⨰|&(?:AElig|AMP|Aacute|Acirc|Agrave|Aring|Atilde|Auml|COPY|Ccedil|ETH|Eacute|Ecirc|Egrave|Euml|GT|Iacute|Icirc|Igrave|Iuml|LT|Ntilde|Oacute|Ocirc|Ograve|Oslash|Otilde|Ouml|QUOT|REG|THORN|Uacute|Ucirc|Ugrave|Uuml|Yacute|aacute|acirc|acute|aelig|agrave|amp|aring|atilde|auml|brvbar|ccedil|cedil|cent|copy|curren|deg|divide|eacute|ecirc|egrave|eth|euml|frac12|frac14|frac34|gt|iacute|icirc|iexcl|igrave|iquest|iuml|laquo|lt|macr|micro|middot|nbsp|not|ntilde|oacute|ocirc|ograve|ordf|ordm|oslash|otilde|ouml|para|plusmn|pound|quot|raquo|reg|sect|shy|sup1|sup2|sup3|szlig|thorn|times|uacute|ucirc|ugrave|uml|uuml|yacute|yen|yuml|#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g
|
|
1891
1891
|
}, lt = {};
|
|
1892
|
-
lt.xml =
|
|
1893
|
-
lt.html4 =
|
|
1894
|
-
lt.html5 = Un('Abreve~Ă~Acy~А~Afr~𝔄~Amacr~Ā~And~⩓~Aogon~Ą~Aopf~𝔸~ApplyFunction~~Ascr~𝒜~Assign~≔~Backslash~∖~Barv~⫧~Barwed~⌆~Bcy~Б~Because~∵~Bernoullis~ℬ~Bfr~𝔅~Bopf~𝔹~Breve~˘~Bscr~ℬ~Bumpeq~≎~CHcy~Ч~Cacute~Ć~Cap~⋒~CapitalDifferentialD~ⅅ~Cayleys~ℭ~Ccaron~Č~Ccirc~Ĉ~Cconint~∰~Cdot~Ċ~Cedilla~¸~CenterDot~·~Cfr~ℭ~CircleDot~⊙~CircleMinus~⊖~CirclePlus~⊕~CircleTimes~⊗~ClockwiseContourIntegral~∲~CloseCurlyDoubleQuote~”~CloseCurlyQuote~’~Colon~∷~Colone~⩴~Congruent~≡~Conint~∯~ContourIntegral~∮~Copf~ℂ~Coproduct~∐~CounterClockwiseContourIntegral~∳~Cross~⨯~Cscr~𝒞~Cup~⋓~CupCap~≍~DD~ⅅ~DDotrahd~⤑~DJcy~Ђ~DScy~Ѕ~DZcy~Џ~Darr~↡~Dashv~⫤~Dcaron~Ď~Dcy~Д~Del~∇~Dfr~𝔇~DiacriticalAcute~´~DiacriticalDot~˙~DiacriticalDoubleAcute~˝~DiacriticalGrave~`~DiacriticalTilde~˜~Diamond~⋄~DifferentialD~ⅆ~Dopf~𝔻~Dot~¨~DotDot~⃜~DotEqual~≐~DoubleContourIntegral~∯~DoubleDot~¨~DoubleDownArrow~⇓~DoubleLeftArrow~⇐~DoubleLeftRightArrow~⇔~DoubleLeftTee~⫤~DoubleLongLeftArrow~⟸~DoubleLongLeftRightArrow~⟺~DoubleLongRightArrow~⟹~DoubleRightArrow~⇒~DoubleRightTee~⊨~DoubleUpArrow~⇑~DoubleUpDownArrow~⇕~DoubleVerticalBar~∥~DownArrow~↓~DownArrowBar~⤓~DownArrowUpArrow~⇵~DownBreve~̑~DownLeftRightVector~⥐~DownLeftTeeVector~⥞~DownLeftVector~↽~DownLeftVectorBar~⥖~DownRightTeeVector~⥟~DownRightVector~⇁~DownRightVectorBar~⥗~DownTee~⊤~DownTeeArrow~↧~Downarrow~⇓~Dscr~𝒟~Dstrok~Đ~ENG~Ŋ~Ecaron~Ě~Ecy~Э~Edot~Ė~Efr~𝔈~Element~∈~Emacr~Ē~EmptySmallSquare~◻~EmptyVerySmallSquare~▫~Eogon~Ę~Eopf~𝔼~Equal~⩵~EqualTilde~≂~Equilibrium~⇌~Escr~ℰ~Esim~⩳~Exists~∃~ExponentialE~ⅇ~Fcy~Ф~Ffr~𝔉~FilledSmallSquare~◼~FilledVerySmallSquare~▪~Fopf~𝔽~ForAll~∀~Fouriertrf~ℱ~Fscr~ℱ~GJcy~Ѓ~Gammad~Ϝ~Gbreve~Ğ~Gcedil~Ģ~Gcirc~Ĝ~Gcy~Г~Gdot~Ġ~Gfr~𝔊~Gg~⋙~Gopf~𝔾~GreaterEqual~≥~GreaterEqualLess~⋛~GreaterFullEqual~≧~GreaterGreater~⪢~GreaterLess~≷~GreaterSlantEqual~⩾~GreaterTilde~≳~Gscr~𝒢~Gt~≫~HARDcy~Ъ~Hacek~ˇ~Hat~^~Hcirc~Ĥ~Hfr~ℌ~HilbertSpace~ℋ~Hopf~ℍ~HorizontalLine~─~Hscr~ℋ~Hstrok~Ħ~HumpDownHump~≎~HumpEqual~≏~IEcy~Е~IJlig~IJ~IOcy~Ё~Icy~И~Idot~İ~Ifr~ℑ~Im~ℑ~Imacr~Ī~ImaginaryI~ⅈ~Implies~⇒~Int~∬~Integral~∫~Intersection~⋂~InvisibleComma~~InvisibleTimes~~Iogon~Į~Iopf~𝕀~Iscr~ℐ~Itilde~Ĩ~Iukcy~І~Jcirc~Ĵ~Jcy~Й~Jfr~𝔍~Jopf~𝕁~Jscr~𝒥~Jsercy~Ј~Jukcy~Є~KHcy~Х~KJcy~Ќ~Kcedil~Ķ~Kcy~К~Kfr~𝔎~Kopf~𝕂~Kscr~𝒦~LJcy~Љ~Lacute~Ĺ~Lang~⟪~Laplacetrf~ℒ~Larr~↞~Lcaron~Ľ~Lcedil~Ļ~Lcy~Л~LeftAngleBracket~⟨~LeftArrow~←~LeftArrowBar~⇤~LeftArrowRightArrow~⇆~LeftCeiling~⌈~LeftDoubleBracket~⟦~LeftDownTeeVector~⥡~LeftDownVector~⇃~LeftDownVectorBar~⥙~LeftFloor~⌊~LeftRightArrow~↔~LeftRightVector~⥎~LeftTee~⊣~LeftTeeArrow~↤~LeftTeeVector~⥚~LeftTriangle~⊲~LeftTriangleBar~⧏~LeftTriangleEqual~⊴~LeftUpDownVector~⥑~LeftUpTeeVector~⥠~LeftUpVector~↿~LeftUpVectorBar~⥘~LeftVector~↼~LeftVectorBar~⥒~Leftarrow~⇐~Leftrightarrow~⇔~LessEqualGreater~⋚~LessFullEqual~≦~LessGreater~≶~LessLess~⪡~LessSlantEqual~⩽~LessTilde~≲~Lfr~𝔏~Ll~⋘~Lleftarrow~⇚~Lmidot~Ŀ~LongLeftArrow~⟵~LongLeftRightArrow~⟷~LongRightArrow~⟶~Longleftarrow~⟸~Longleftrightarrow~⟺~Longrightarrow~⟹~Lopf~𝕃~LowerLeftArrow~↙~LowerRightArrow~↘~Lscr~ℒ~Lsh~↰~Lstrok~Ł~Lt~≪~Map~⤅~Mcy~М~MediumSpace~ ~Mellintrf~ℳ~Mfr~𝔐~MinusPlus~∓~Mopf~𝕄~Mscr~ℳ~NJcy~Њ~Nacute~Ń~Ncaron~Ň~Ncedil~Ņ~Ncy~Н~NegativeMediumSpace~~NegativeThickSpace~~NegativeThinSpace~~NegativeVeryThinSpace~~NestedGreaterGreater~≫~NestedLessLess~≪~NewLine~\n~Nfr~𝔑~NoBreak~~NonBreakingSpace~ ~Nopf~ℕ~Not~⫬~NotCongruent~≢~NotCupCap~≭~NotDoubleVerticalBar~∦~NotElement~∉~NotEqual~≠~NotEqualTilde~≂̸~NotExists~∄~NotGreater~≯~NotGreaterEqual~≱~NotGreaterFullEqual~≧̸~NotGreaterGreater~≫̸~NotGreaterLess~≹~NotGreaterSlantEqual~⩾̸~NotGreaterTilde~≵~NotHumpDownHump~≎̸~NotHumpEqual~≏̸~NotLeftTriangle~⋪~NotLeftTriangleBar~⧏̸~NotLeftTriangleEqual~⋬~NotLess~≮~NotLessEqual~≰~NotLessGreater~≸~NotLessLess~≪̸~NotLessSlantEqual~⩽̸~NotLessTilde~≴~NotNestedGreaterGreater~⪢̸~NotNestedLessLess~⪡̸~NotPrecedes~⊀~NotPrecedesEqual~⪯̸~NotPrecedesSlantEqual~⋠~NotReverseElement~∌~NotRightTriangle~⋫~NotRightTriangleBar~⧐̸~NotRightTriangleEqual~⋭~NotSquareSubset~⊏̸~NotSquareSubsetEqual~⋢~NotSquareSuperset~⊐̸~NotSquareSupersetEqual~⋣~NotSubset~⊂⃒~NotSubsetEqual~⊈~NotSucceeds~⊁~NotSucceedsEqual~⪰̸~NotSucceedsSlantEqual~⋡~NotSucceedsTilde~≿̸~NotSuperset~⊃⃒~NotSupersetEqual~⊉~NotTilde~≁~NotTildeEqual~≄~NotTildeFullEqual~≇~NotTildeTilde~≉~NotVerticalBar~∤~Nscr~𝒩~Ocy~О~Odblac~Ő~Ofr~𝔒~Omacr~Ō~Oopf~𝕆~OpenCurlyDoubleQuote~“~OpenCurlyQuote~‘~Or~⩔~Oscr~𝒪~Otimes~⨷~OverBar~‾~OverBrace~⏞~OverBracket~⎴~OverParenthesis~⏜~PartialD~∂~Pcy~П~Pfr~𝔓~PlusMinus~±~Poincareplane~ℌ~Popf~ℙ~Pr~⪻~Precedes~≺~PrecedesEqual~⪯~PrecedesSlantEqual~≼~PrecedesTilde~≾~Product~∏~Proportion~∷~Proportional~∝~Pscr~𝒫~Qfr~𝔔~Qopf~ℚ~Qscr~𝒬~RBarr~⤐~Racute~Ŕ~Rang~⟫~Rarr~↠~Rarrtl~⤖~Rcaron~Ř~Rcedil~Ŗ~Rcy~Р~Re~ℜ~ReverseElement~∋~ReverseEquilibrium~⇋~ReverseUpEquilibrium~⥯~Rfr~ℜ~RightAngleBracket~⟩~RightArrow~→~RightArrowBar~⇥~RightArrowLeftArrow~⇄~RightCeiling~⌉~RightDoubleBracket~⟧~RightDownTeeVector~⥝~RightDownVector~⇂~RightDownVectorBar~⥕~RightFloor~⌋~RightTee~⊢~RightTeeArrow~↦~RightTeeVector~⥛~RightTriangle~⊳~RightTriangleBar~⧐~RightTriangleEqual~⊵~RightUpDownVector~⥏~RightUpTeeVector~⥜~RightUpVector~↾~RightUpVectorBar~⥔~RightVector~⇀~RightVectorBar~⥓~Rightarrow~⇒~Ropf~ℝ~RoundImplies~⥰~Rrightarrow~⇛~Rscr~ℛ~Rsh~↱~RuleDelayed~⧴~SHCHcy~Щ~SHcy~Ш~SOFTcy~Ь~Sacute~Ś~Sc~⪼~Scedil~Ş~Scirc~Ŝ~Scy~С~Sfr~𝔖~ShortDownArrow~↓~ShortLeftArrow~←~ShortRightArrow~→~ShortUpArrow~↑~SmallCircle~∘~Sopf~𝕊~Sqrt~√~Square~□~SquareIntersection~⊓~SquareSubset~⊏~SquareSubsetEqual~⊑~SquareSuperset~⊐~SquareSupersetEqual~⊒~SquareUnion~⊔~Sscr~𝒮~Star~⋆~Sub~⋐~Subset~⋐~SubsetEqual~⊆~Succeeds~≻~SucceedsEqual~⪰~SucceedsSlantEqual~≽~SucceedsTilde~≿~SuchThat~∋~Sum~∑~Sup~⋑~Superset~⊃~SupersetEqual~⊇~Supset~⋑~TRADE~™~TSHcy~Ћ~TScy~Ц~Tab~ ~Tcaron~Ť~Tcedil~Ţ~Tcy~Т~Tfr~𝔗~Therefore~∴~ThickSpace~ ~ThinSpace~ ~Tilde~∼~TildeEqual~≃~TildeFullEqual~≅~TildeTilde~≈~Topf~𝕋~TripleDot~⃛~Tscr~𝒯~Tstrok~Ŧ~Uarr~↟~Uarrocir~⥉~Ubrcy~Ў~Ubreve~Ŭ~Ucy~У~Udblac~Ű~Ufr~𝔘~Umacr~Ū~UnderBar~_~UnderBrace~⏟~UnderBracket~⎵~UnderParenthesis~⏝~Union~⋃~UnionPlus~⊎~Uogon~Ų~Uopf~𝕌~UpArrow~↑~UpArrowBar~⤒~UpArrowDownArrow~⇅~UpDownArrow~↕~UpEquilibrium~⥮~UpTee~⊥~UpTeeArrow~↥~Uparrow~⇑~Updownarrow~⇕~UpperLeftArrow~↖~UpperRightArrow~↗~Upsi~ϒ~Uring~Ů~Uscr~𝒰~Utilde~Ũ~VDash~⊫~Vbar~⫫~Vcy~В~Vdash~⊩~Vdashl~⫦~Vee~⋁~Verbar~‖~Vert~‖~VerticalBar~∣~VerticalLine~|~VerticalSeparator~❘~VerticalTilde~≀~VeryThinSpace~ ~Vfr~𝔙~Vopf~𝕍~Vscr~𝒱~Vvdash~⊪~Wcirc~Ŵ~Wedge~⋀~Wfr~𝔚~Wopf~𝕎~Wscr~𝒲~Xfr~𝔛~Xopf~𝕏~Xscr~𝒳~YAcy~Я~YIcy~Ї~YUcy~Ю~Ycirc~Ŷ~Ycy~Ы~Yfr~𝔜~Yopf~𝕐~Yscr~𝒴~ZHcy~Ж~Zacute~Ź~Zcaron~Ž~Zcy~З~Zdot~Ż~ZeroWidthSpace~~Zfr~ℨ~Zopf~ℤ~Zscr~𝒵~abreve~ă~ac~∾~acE~∾̳~acd~∿~acy~а~af~~afr~𝔞~aleph~ℵ~amacr~ā~amalg~⨿~andand~⩕~andd~⩜~andslope~⩘~andv~⩚~ange~⦤~angle~∠~angmsd~∡~angmsdaa~⦨~angmsdab~⦩~angmsdac~⦪~angmsdad~⦫~angmsdae~⦬~angmsdaf~⦭~angmsdag~⦮~angmsdah~⦯~angrt~∟~angrtvb~⊾~angrtvbd~⦝~angsph~∢~angst~Å~angzarr~⍼~aogon~ą~aopf~𝕒~ap~≈~apE~⩰~apacir~⩯~ape~≊~apid~≋~approx~≈~approxeq~≊~ascr~𝒶~ast~*~asympeq~≍~awconint~∳~awint~⨑~bNot~⫭~backcong~≌~backepsilon~϶~backprime~‵~backsim~∽~backsimeq~⋍~barvee~⊽~barwed~⌅~barwedge~⌅~bbrk~⎵~bbrktbrk~⎶~bcong~≌~bcy~б~becaus~∵~because~∵~bemptyv~⦰~bepsi~϶~bernou~ℬ~beth~ℶ~between~≬~bfr~𝔟~bigcap~⋂~bigcirc~◯~bigcup~⋃~bigodot~⨀~bigoplus~⨁~bigotimes~⨂~bigsqcup~⨆~bigstar~★~bigtriangledown~▽~bigtriangleup~△~biguplus~⨄~bigvee~⋁~bigwedge~⋀~bkarow~⤍~blacklozenge~⧫~blacksquare~▪~blacktriangle~▴~blacktriangledown~▾~blacktriangleleft~◂~blacktriangleright~▸~blank~␣~blk12~▒~blk14~░~blk34~▓~block~█~bne~=⃥~bnequiv~≡⃥~bnot~⌐~bopf~𝕓~bot~⊥~bottom~⊥~bowtie~⋈~boxDL~╗~boxDR~╔~boxDl~╖~boxDr~╓~boxH~═~boxHD~╦~boxHU~╩~boxHd~╤~boxHu~╧~boxUL~╝~boxUR~╚~boxUl~╜~boxUr~╙~boxV~║~boxVH~╬~boxVL~╣~boxVR~╠~boxVh~╫~boxVl~╢~boxVr~╟~boxbox~⧉~boxdL~╕~boxdR~╒~boxdl~┐~boxdr~┌~boxh~─~boxhD~╥~boxhU~╨~boxhd~┬~boxhu~┴~boxminus~⊟~boxplus~⊞~boxtimes~⊠~boxuL~╛~boxuR~╘~boxul~┘~boxur~└~boxv~│~boxvH~╪~boxvL~╡~boxvR~╞~boxvh~┼~boxvl~┤~boxvr~├~bprime~‵~breve~˘~bscr~𝒷~bsemi~⁏~bsim~∽~bsime~⋍~bsol~\\~bsolb~⧅~bsolhsub~⟈~bullet~•~bump~≎~bumpE~⪮~bumpe~≏~bumpeq~≏~cacute~ć~capand~⩄~capbrcup~⩉~capcap~⩋~capcup~⩇~capdot~⩀~caps~∩︀~caret~⁁~caron~ˇ~ccaps~⩍~ccaron~č~ccirc~ĉ~ccups~⩌~ccupssm~⩐~cdot~ċ~cemptyv~⦲~centerdot~·~cfr~𝔠~chcy~ч~check~✓~checkmark~✓~cir~○~cirE~⧃~circeq~≗~circlearrowleft~↺~circlearrowright~↻~circledR~®~circledS~Ⓢ~circledast~⊛~circledcirc~⊚~circleddash~⊝~cire~≗~cirfnint~⨐~cirmid~⫯~cirscir~⧂~clubsuit~♣~colon~:~colone~≔~coloneq~≔~comma~,~commat~@~comp~∁~compfn~∘~complement~∁~complexes~ℂ~congdot~⩭~conint~∮~copf~𝕔~coprod~∐~copysr~℗~cross~✗~cscr~𝒸~csub~⫏~csube~⫑~csup~⫐~csupe~⫒~ctdot~⋯~cudarrl~⤸~cudarrr~⤵~cuepr~⋞~cuesc~⋟~cularr~↶~cularrp~⤽~cupbrcap~⩈~cupcap~⩆~cupcup~⩊~cupdot~⊍~cupor~⩅~cups~∪︀~curarr~↷~curarrm~⤼~curlyeqprec~⋞~curlyeqsucc~⋟~curlyvee~⋎~curlywedge~⋏~curvearrowleft~↶~curvearrowright~↷~cuvee~⋎~cuwed~⋏~cwconint~∲~cwint~∱~cylcty~⌭~dHar~⥥~daleth~ℸ~dash~‐~dashv~⊣~dbkarow~⤏~dblac~˝~dcaron~ď~dcy~д~dd~ⅆ~ddagger~‡~ddarr~⇊~ddotseq~⩷~demptyv~⦱~dfisht~⥿~dfr~𝔡~dharl~⇃~dharr~⇂~diam~⋄~diamond~⋄~diamondsuit~♦~die~¨~digamma~ϝ~disin~⋲~div~÷~divideontimes~⋇~divonx~⋇~djcy~ђ~dlcorn~⌞~dlcrop~⌍~dollar~$~dopf~𝕕~dot~˙~doteq~≐~doteqdot~≑~dotminus~∸~dotplus~∔~dotsquare~⊡~doublebarwedge~⌆~downarrow~↓~downdownarrows~⇊~downharpoonleft~⇃~downharpoonright~⇂~drbkarow~⤐~drcorn~⌟~drcrop~⌌~dscr~𝒹~dscy~ѕ~dsol~⧶~dstrok~đ~dtdot~⋱~dtri~▿~dtrif~▾~duarr~⇵~duhar~⥯~dwangle~⦦~dzcy~џ~dzigrarr~⟿~eDDot~⩷~eDot~≑~easter~⩮~ecaron~ě~ecir~≖~ecolon~≕~ecy~э~edot~ė~ee~ⅇ~efDot~≒~efr~𝔢~eg~⪚~egs~⪖~egsdot~⪘~el~⪙~elinters~⏧~ell~ℓ~els~⪕~elsdot~⪗~emacr~ē~emptyset~∅~emptyv~∅~emsp13~ ~emsp14~ ~eng~ŋ~eogon~ę~eopf~𝕖~epar~⋕~eparsl~⧣~eplus~⩱~epsi~ε~epsiv~ϵ~eqcirc~≖~eqcolon~≕~eqsim~≂~eqslantgtr~⪖~eqslantless~⪕~equals~=~equest~≟~equivDD~⩸~eqvparsl~⧥~erDot~≓~erarr~⥱~escr~ℯ~esdot~≐~esim~≂~excl~!~expectation~ℰ~exponentiale~ⅇ~fallingdotseq~≒~fcy~ф~female~♀~ffilig~ffi~fflig~ff~ffllig~ffl~ffr~𝔣~filig~fi~fjlig~fj~flat~♭~fllig~fl~fltns~▱~fopf~𝕗~fork~⋔~forkv~⫙~fpartint~⨍~frac13~⅓~frac15~⅕~frac16~⅙~frac18~⅛~frac23~⅔~frac25~⅖~frac35~⅗~frac38~⅜~frac45~⅘~frac56~⅚~frac58~⅝~frac78~⅞~frown~⌢~fscr~𝒻~gE~≧~gEl~⪌~gacute~ǵ~gammad~ϝ~gap~⪆~gbreve~ğ~gcirc~ĝ~gcy~г~gdot~ġ~gel~⋛~geq~≥~geqq~≧~geqslant~⩾~ges~⩾~gescc~⪩~gesdot~⪀~gesdoto~⪂~gesdotol~⪄~gesl~⋛︀~gesles~⪔~gfr~𝔤~gg~≫~ggg~⋙~gimel~ℷ~gjcy~ѓ~gl~≷~glE~⪒~gla~⪥~glj~⪤~gnE~≩~gnap~⪊~gnapprox~⪊~gne~⪈~gneq~⪈~gneqq~≩~gnsim~⋧~gopf~𝕘~grave~`~gscr~ℊ~gsim~≳~gsime~⪎~gsiml~⪐~gtcc~⪧~gtcir~⩺~gtdot~⋗~gtlPar~⦕~gtquest~⩼~gtrapprox~⪆~gtrarr~⥸~gtrdot~⋗~gtreqless~⋛~gtreqqless~⪌~gtrless~≷~gtrsim~≳~gvertneqq~≩︀~gvnE~≩︀~hairsp~ ~half~½~hamilt~ℋ~hardcy~ъ~harrcir~⥈~harrw~↭~hbar~ℏ~hcirc~ĥ~heartsuit~♥~hercon~⊹~hfr~𝔥~hksearow~⤥~hkswarow~⤦~hoarr~⇿~homtht~∻~hookleftarrow~↩~hookrightarrow~↪~hopf~𝕙~horbar~―~hscr~𝒽~hslash~ℏ~hstrok~ħ~hybull~⁃~hyphen~‐~ic~~icy~и~iecy~е~iff~⇔~ifr~𝔦~ii~ⅈ~iiiint~⨌~iiint~∭~iinfin~⧜~iiota~℩~ijlig~ij~imacr~ī~imagline~ℐ~imagpart~ℑ~imath~ı~imof~⊷~imped~Ƶ~in~∈~incare~℅~infintie~⧝~inodot~ı~intcal~⊺~integers~ℤ~intercal~⊺~intlarhk~⨗~intprod~⨼~iocy~ё~iogon~į~iopf~𝕚~iprod~⨼~iscr~𝒾~isinE~⋹~isindot~⋵~isins~⋴~isinsv~⋳~isinv~∈~it~~itilde~ĩ~iukcy~і~jcirc~ĵ~jcy~й~jfr~𝔧~jmath~ȷ~jopf~𝕛~jscr~𝒿~jsercy~ј~jukcy~є~kappav~ϰ~kcedil~ķ~kcy~к~kfr~𝔨~kgreen~ĸ~khcy~х~kjcy~ќ~kopf~𝕜~kscr~𝓀~lAarr~⇚~lAtail~⤛~lBarr~⤎~lE~≦~lEg~⪋~lHar~⥢~lacute~ĺ~laemptyv~⦴~lagran~ℒ~langd~⦑~langle~⟨~lap~⪅~larrb~⇤~larrbfs~⤟~larrfs~⤝~larrhk~↩~larrlp~↫~larrpl~⤹~larrsim~⥳~larrtl~↢~lat~⪫~latail~⤙~late~⪭~lates~⪭︀~lbarr~⤌~lbbrk~❲~lbrace~{~lbrack~[~lbrke~⦋~lbrksld~⦏~lbrkslu~⦍~lcaron~ľ~lcedil~ļ~lcub~{~lcy~л~ldca~⤶~ldquor~„~ldrdhar~⥧~ldrushar~⥋~ldsh~↲~leftarrow~←~leftarrowtail~↢~leftharpoondown~↽~leftharpoonup~↼~leftleftarrows~⇇~leftrightarrow~↔~leftrightarrows~⇆~leftrightharpoons~⇋~leftrightsquigarrow~↭~leftthreetimes~⋋~leg~⋚~leq~≤~leqq~≦~leqslant~⩽~les~⩽~lescc~⪨~lesdot~⩿~lesdoto~⪁~lesdotor~⪃~lesg~⋚︀~lesges~⪓~lessapprox~⪅~lessdot~⋖~lesseqgtr~⋚~lesseqqgtr~⪋~lessgtr~≶~lesssim~≲~lfisht~⥼~lfr~𝔩~lg~≶~lgE~⪑~lhard~↽~lharu~↼~lharul~⥪~lhblk~▄~ljcy~љ~ll~≪~llarr~⇇~llcorner~⌞~llhard~⥫~lltri~◺~lmidot~ŀ~lmoust~⎰~lmoustache~⎰~lnE~≨~lnap~⪉~lnapprox~⪉~lne~⪇~lneq~⪇~lneqq~≨~lnsim~⋦~loang~⟬~loarr~⇽~lobrk~⟦~longleftarrow~⟵~longleftrightarrow~⟷~longmapsto~⟼~longrightarrow~⟶~looparrowleft~↫~looparrowright~↬~lopar~⦅~lopf~𝕝~loplus~⨭~lotimes~⨴~lowbar~_~lozenge~◊~lozf~⧫~lpar~(~lparlt~⦓~lrarr~⇆~lrcorner~⌟~lrhar~⇋~lrhard~⥭~lrtri~⊿~lscr~𝓁~lsh~↰~lsim~≲~lsime~⪍~lsimg~⪏~lsqb~[~lsquor~‚~lstrok~ł~ltcc~⪦~ltcir~⩹~ltdot~⋖~lthree~⋋~ltimes~⋉~ltlarr~⥶~ltquest~⩻~ltrPar~⦖~ltri~◃~ltrie~⊴~ltrif~◂~lurdshar~⥊~luruhar~⥦~lvertneqq~≨︀~lvnE~≨︀~mDDot~∺~male~♂~malt~✠~maltese~✠~map~↦~mapsto~↦~mapstodown~↧~mapstoleft~↤~mapstoup~↥~marker~▮~mcomma~⨩~mcy~м~measuredangle~∡~mfr~𝔪~mho~℧~mid~∣~midast~*~midcir~⫰~minusb~⊟~minusd~∸~minusdu~⨪~mlcp~⫛~mldr~…~mnplus~∓~models~⊧~mopf~𝕞~mp~∓~mscr~𝓂~mstpos~∾~multimap~⊸~mumap~⊸~nGg~⋙̸~nGt~≫⃒~nGtv~≫̸~nLeftarrow~⇍~nLeftrightarrow~⇎~nLl~⋘̸~nLt~≪⃒~nLtv~≪̸~nRightarrow~⇏~nVDash~⊯~nVdash~⊮~nacute~ń~nang~∠⃒~nap~≉~napE~⩰̸~napid~≋̸~napos~ʼn~napprox~≉~natur~♮~natural~♮~naturals~ℕ~nbump~≎̸~nbumpe~≏̸~ncap~⩃~ncaron~ň~ncedil~ņ~ncong~≇~ncongdot~⩭̸~ncup~⩂~ncy~н~neArr~⇗~nearhk~⤤~nearr~↗~nearrow~↗~nedot~≐̸~nequiv~≢~nesear~⤨~nesim~≂̸~nexist~∄~nexists~∄~nfr~𝔫~ngE~≧̸~nge~≱~ngeq~≱~ngeqq~≧̸~ngeqslant~⩾̸~nges~⩾̸~ngsim~≵~ngt~≯~ngtr~≯~nhArr~⇎~nharr~↮~nhpar~⫲~nis~⋼~nisd~⋺~niv~∋~njcy~њ~nlArr~⇍~nlE~≦̸~nlarr~↚~nldr~‥~nle~≰~nleftarrow~↚~nleftrightarrow~↮~nleq~≰~nleqq~≦̸~nleqslant~⩽̸~nles~⩽̸~nless~≮~nlsim~≴~nlt~≮~nltri~⋪~nltrie~⋬~nmid~∤~nopf~𝕟~notinE~⋹̸~notindot~⋵̸~notinva~∉~notinvb~⋷~notinvc~⋶~notni~∌~notniva~∌~notnivb~⋾~notnivc~⋽~npar~∦~nparallel~∦~nparsl~⫽⃥~npart~∂̸~npolint~⨔~npr~⊀~nprcue~⋠~npre~⪯̸~nprec~⊀~npreceq~⪯̸~nrArr~⇏~nrarr~↛~nrarrc~⤳̸~nrarrw~↝̸~nrightarrow~↛~nrtri~⋫~nrtrie~⋭~nsc~⊁~nsccue~⋡~nsce~⪰̸~nscr~𝓃~nshortmid~∤~nshortparallel~∦~nsim~≁~nsime~≄~nsimeq~≄~nsmid~∤~nspar~∦~nsqsube~⋢~nsqsupe~⋣~nsubE~⫅̸~nsube~⊈~nsubset~⊂⃒~nsubseteq~⊈~nsubseteqq~⫅̸~nsucc~⊁~nsucceq~⪰̸~nsup~⊅~nsupE~⫆̸~nsupe~⊉~nsupset~⊃⃒~nsupseteq~⊉~nsupseteqq~⫆̸~ntgl~≹~ntlg~≸~ntriangleleft~⋪~ntrianglelefteq~⋬~ntriangleright~⋫~ntrianglerighteq~⋭~num~#~numero~№~numsp~ ~nvDash~⊭~nvHarr~⤄~nvap~≍⃒~nvdash~⊬~nvge~≥⃒~nvgt~>⃒~nvinfin~⧞~nvlArr~⤂~nvle~≤⃒~nvlt~<⃒~nvltrie~⊴⃒~nvrArr~⤃~nvrtrie~⊵⃒~nvsim~∼⃒~nwArr~⇖~nwarhk~⤣~nwarr~↖~nwarrow~↖~nwnear~⤧~oS~Ⓢ~oast~⊛~ocir~⊚~ocy~о~odash~⊝~odblac~ő~odiv~⨸~odot~⊙~odsold~⦼~ofcir~⦿~ofr~𝔬~ogon~˛~ogt~⧁~ohbar~⦵~ohm~Ω~oint~∮~olarr~↺~olcir~⦾~olcross~⦻~olt~⧀~omacr~ō~omid~⦶~ominus~⊖~oopf~𝕠~opar~⦷~operp~⦹~orarr~↻~ord~⩝~order~ℴ~orderof~ℴ~origof~⊶~oror~⩖~orslope~⩗~orv~⩛~oscr~ℴ~osol~⊘~otimesas~⨶~ovbar~⌽~par~∥~parallel~∥~parsim~⫳~parsl~⫽~pcy~п~percnt~%~period~.~pertenk~‱~pfr~𝔭~phiv~ϕ~phmmat~ℳ~phone~☎~pitchfork~⋔~planck~ℏ~planckh~ℎ~plankv~ℏ~plus~+~plusacir~⨣~plusb~⊞~pluscir~⨢~plusdo~∔~plusdu~⨥~pluse~⩲~plussim~⨦~plustwo~⨧~pm~±~pointint~⨕~popf~𝕡~pr~≺~prE~⪳~prap~⪷~prcue~≼~pre~⪯~prec~≺~precapprox~⪷~preccurlyeq~≼~preceq~⪯~precnapprox~⪹~precneqq~⪵~precnsim~⋨~precsim~≾~primes~ℙ~prnE~⪵~prnap~⪹~prnsim~⋨~profalar~⌮~profline~⌒~profsurf~⌓~propto~∝~prsim~≾~prurel~⊰~pscr~𝓅~puncsp~ ~qfr~𝔮~qint~⨌~qopf~𝕢~qprime~⁗~qscr~𝓆~quaternions~ℍ~quatint~⨖~quest~?~questeq~≟~rAarr~⇛~rAtail~⤜~rBarr~⤏~rHar~⥤~race~∽̱~racute~ŕ~raemptyv~⦳~rangd~⦒~range~⦥~rangle~⟩~rarrap~⥵~rarrb~⇥~rarrbfs~⤠~rarrc~⤳~rarrfs~⤞~rarrhk~↪~rarrlp~↬~rarrpl~⥅~rarrsim~⥴~rarrtl~↣~rarrw~↝~ratail~⤚~ratio~∶~rationals~ℚ~rbarr~⤍~rbbrk~❳~rbrace~}~rbrack~]~rbrke~⦌~rbrksld~⦎~rbrkslu~⦐~rcaron~ř~rcedil~ŗ~rcub~}~rcy~р~rdca~⤷~rdldhar~⥩~rdquor~”~rdsh~↳~realine~ℛ~realpart~ℜ~reals~ℝ~rect~▭~rfisht~⥽~rfr~𝔯~rhard~⇁~rharu~⇀~rharul~⥬~rhov~ϱ~rightarrow~→~rightarrowtail~↣~rightharpoondown~⇁~rightharpoonup~⇀~rightleftarrows~⇄~rightleftharpoons~⇌~rightrightarrows~⇉~rightsquigarrow~↝~rightthreetimes~⋌~ring~˚~risingdotseq~≓~rlarr~⇄~rlhar~⇌~rmoust~⎱~rmoustache~⎱~rnmid~⫮~roang~⟭~roarr~⇾~robrk~⟧~ropar~⦆~ropf~𝕣~roplus~⨮~rotimes~⨵~rpar~)~rpargt~⦔~rppolint~⨒~rrarr~⇉~rscr~𝓇~rsh~↱~rsqb~]~rsquor~’~rthree~⋌~rtimes~⋊~rtri~▹~rtrie~⊵~rtrif~▸~rtriltri~⧎~ruluhar~⥨~rx~℞~sacute~ś~sc~≻~scE~⪴~scap~⪸~sccue~≽~sce~⪰~scedil~ş~scirc~ŝ~scnE~⪶~scnap~⪺~scnsim~⋩~scpolint~⨓~scsim~≿~scy~с~sdotb~⊡~sdote~⩦~seArr~⇘~searhk~⤥~searr~↘~searrow~↘~semi~;~seswar~⤩~setminus~∖~setmn~∖~sext~✶~sfr~𝔰~sfrown~⌢~sharp~♯~shchcy~щ~shcy~ш~shortmid~∣~shortparallel~∥~sigmav~ς~simdot~⩪~sime~≃~simeq~≃~simg~⪞~simgE~⪠~siml~⪝~simlE~⪟~simne~≆~simplus~⨤~simrarr~⥲~slarr~←~smallsetminus~∖~smashp~⨳~smeparsl~⧤~smid~∣~smile~⌣~smt~⪪~smte~⪬~smtes~⪬︀~softcy~ь~sol~/~solb~⧄~solbar~⌿~sopf~𝕤~spadesuit~♠~spar~∥~sqcap~⊓~sqcaps~⊓︀~sqcup~⊔~sqcups~⊔︀~sqsub~⊏~sqsube~⊑~sqsubset~⊏~sqsubseteq~⊑~sqsup~⊐~sqsupe~⊒~sqsupset~⊐~sqsupseteq~⊒~squ~□~square~□~squarf~▪~squf~▪~srarr~→~sscr~𝓈~ssetmn~∖~ssmile~⌣~sstarf~⋆~star~☆~starf~★~straightepsilon~ϵ~straightphi~ϕ~strns~¯~subE~⫅~subdot~⪽~subedot~⫃~submult~⫁~subnE~⫋~subne~⊊~subplus~⪿~subrarr~⥹~subset~⊂~subseteq~⊆~subseteqq~⫅~subsetneq~⊊~subsetneqq~⫋~subsim~⫇~subsub~⫕~subsup~⫓~succ~≻~succapprox~⪸~succcurlyeq~≽~succeq~⪰~succnapprox~⪺~succneqq~⪶~succnsim~⋩~succsim~≿~sung~♪~supE~⫆~supdot~⪾~supdsub~⫘~supedot~⫄~suphsol~⟉~suphsub~⫗~suplarr~⥻~supmult~⫂~supnE~⫌~supne~⊋~supplus~⫀~supset~⊃~supseteq~⊇~supseteqq~⫆~supsetneq~⊋~supsetneqq~⫌~supsim~⫈~supsub~⫔~supsup~⫖~swArr~⇙~swarhk~⤦~swarr~↙~swarrow~↙~swnwar~⤪~target~⌖~tbrk~⎴~tcaron~ť~tcedil~ţ~tcy~т~tdot~⃛~telrec~⌕~tfr~𝔱~therefore~∴~thetav~ϑ~thickapprox~≈~thicksim~∼~thkap~≈~thksim~∼~timesb~⊠~timesbar~⨱~timesd~⨰~tint~∭~toea~⤨~top~⊤~topbot~⌶~topcir~⫱~topf~𝕥~topfork~⫚~tosa~⤩~tprime~‴~triangle~▵~triangledown~▿~triangleleft~◃~trianglelefteq~⊴~triangleq~≜~triangleright~▹~trianglerighteq~⊵~tridot~◬~trie~≜~triminus~⨺~triplus~⨹~trisb~⧍~tritime~⨻~trpezium~⏢~tscr~𝓉~tscy~ц~tshcy~ћ~tstrok~ŧ~twixt~≬~twoheadleftarrow~↞~twoheadrightarrow~↠~uHar~⥣~ubrcy~ў~ubreve~ŭ~ucy~у~udarr~⇅~udblac~ű~udhar~⥮~ufisht~⥾~ufr~𝔲~uharl~↿~uharr~↾~uhblk~▀~ulcorn~⌜~ulcorner~⌜~ulcrop~⌏~ultri~◸~umacr~ū~uogon~ų~uopf~𝕦~uparrow~↑~updownarrow~↕~upharpoonleft~↿~upharpoonright~↾~uplus~⊎~upsi~υ~upuparrows~⇈~urcorn~⌝~urcorner~⌝~urcrop~⌎~uring~ů~urtri~◹~uscr~𝓊~utdot~⋰~utilde~ũ~utri~▵~utrif~▴~uuarr~⇈~uwangle~⦧~vArr~⇕~vBar~⫨~vBarv~⫩~vDash~⊨~vangrt~⦜~varepsilon~ϵ~varkappa~ϰ~varnothing~∅~varphi~ϕ~varpi~ϖ~varpropto~∝~varr~↕~varrho~ϱ~varsigma~ς~varsubsetneq~⊊︀~varsubsetneqq~⫋︀~varsupsetneq~⊋︀~varsupsetneqq~⫌︀~vartheta~ϑ~vartriangleleft~⊲~vartriangleright~⊳~vcy~в~vdash~⊢~vee~∨~veebar~⊻~veeeq~≚~vellip~⋮~verbar~|~vert~|~vfr~𝔳~vltri~⊲~vnsub~⊂⃒~vnsup~⊃⃒~vopf~𝕧~vprop~∝~vrtri~⊳~vscr~𝓋~vsubnE~⫋︀~vsubne~⊊︀~vsupnE~⫌︀~vsupne~⊋︀~vzigzag~⦚~wcirc~ŵ~wedbar~⩟~wedge~∧~wedgeq~≙~wfr~𝔴~wopf~𝕨~wp~℘~wr~≀~wreath~≀~wscr~𝓌~xcap~⋂~xcirc~◯~xcup~⋃~xdtri~▽~xfr~𝔵~xhArr~⟺~xharr~⟷~xlArr~⟸~xlarr~⟵~xmap~⟼~xnis~⋻~xodot~⨀~xopf~𝕩~xoplus~⨁~xotime~⨂~xrArr~⟹~xrarr~⟶~xscr~𝓍~xsqcup~⨆~xuplus~⨄~xutri~△~xvee~⋁~xwedge~⋀~yacy~я~ycirc~ŷ~ycy~ы~yfr~𝔶~yicy~ї~yopf~𝕪~yscr~𝓎~yucy~ю~zacute~ź~zcaron~ž~zcy~з~zdot~ż~zeetrf~ℨ~zfr~𝔷~zhcy~ж~zigrarr~⇝~zopf~𝕫~zscr~𝓏~~AMP~&~COPY~©~GT~>~LT~<~QUOT~"~REG~®', lt.html4);
|
|
1892
|
+
lt.xml = qn(`lt~<~gt~>~quot~"~apos~'~amp~&`);
|
|
1893
|
+
lt.html4 = qn(`apos~'~OElig~Œ~oelig~œ~Scaron~Š~scaron~š~Yuml~Ÿ~circ~ˆ~tilde~˜~ensp~ ~emsp~ ~thinsp~ ~zwnj~~zwj~~lrm~~rlm~~ndash~–~mdash~—~lsquo~‘~rsquo~’~sbquo~‚~ldquo~“~rdquo~”~bdquo~„~dagger~†~Dagger~‡~permil~‰~lsaquo~‹~rsaquo~›~euro~€~fnof~ƒ~Alpha~Α~Beta~Β~Gamma~Γ~Delta~Δ~Epsilon~Ε~Zeta~Ζ~Eta~Η~Theta~Θ~Iota~Ι~Kappa~Κ~Lambda~Λ~Mu~Μ~Nu~Ν~Xi~Ξ~Omicron~Ο~Pi~Π~Rho~Ρ~Sigma~Σ~Tau~Τ~Upsilon~Υ~Phi~Φ~Chi~Χ~Psi~Ψ~Omega~Ω~alpha~α~beta~β~gamma~γ~delta~δ~epsilon~ε~zeta~ζ~eta~η~theta~θ~iota~ι~kappa~κ~lambda~λ~mu~μ~nu~ν~xi~ξ~omicron~ο~pi~π~rho~ρ~sigmaf~ς~sigma~σ~tau~τ~upsilon~υ~phi~φ~chi~χ~psi~ψ~omega~ω~thetasym~ϑ~upsih~ϒ~piv~ϖ~bull~•~hellip~…~prime~′~Prime~″~oline~‾~frasl~⁄~weierp~℘~image~ℑ~real~ℜ~trade~™~alefsym~ℵ~larr~←~uarr~↑~rarr~→~darr~↓~harr~↔~crarr~↵~lArr~⇐~uArr~⇑~rArr~⇒~dArr~⇓~hArr~⇔~forall~∀~part~∂~exist~∃~empty~∅~nabla~∇~isin~∈~notin~∉~ni~∋~prod~∏~sum~∑~minus~−~lowast~∗~radic~√~prop~∝~infin~∞~ang~∠~and~∧~or~∨~cap~∩~cup~∪~int~∫~there4~∴~sim~∼~cong~≅~asymp~≈~ne~≠~equiv~≡~le~≤~ge~≥~sub~⊂~sup~⊃~nsub~⊄~sube~⊆~supe~⊇~oplus~⊕~otimes~⊗~perp~⊥~sdot~⋅~lceil~⌈~rceil~⌉~lfloor~⌊~rfloor~⌋~lang~〈~rang~〉~loz~◊~spades~♠~clubs~♣~hearts~♥~diams~♦~~nbsp~ ~iexcl~¡~cent~¢~pound~£~curren~¤~yen~¥~brvbar~¦~sect~§~uml~¨~copy~©~ordf~ª~laquo~«~not~¬~shy~~reg~®~macr~¯~deg~°~plusmn~±~sup2~²~sup3~³~acute~´~micro~µ~para~¶~middot~·~cedil~¸~sup1~¹~ordm~º~raquo~»~frac14~¼~frac12~½~frac34~¾~iquest~¿~Agrave~À~Aacute~Á~Acirc~Â~Atilde~Ã~Auml~Ä~Aring~Å~AElig~Æ~Ccedil~Ç~Egrave~È~Eacute~É~Ecirc~Ê~Euml~Ë~Igrave~Ì~Iacute~Í~Icirc~Î~Iuml~Ï~ETH~Ð~Ntilde~Ñ~Ograve~Ò~Oacute~Ó~Ocirc~Ô~Otilde~Õ~Ouml~Ö~times~×~Oslash~Ø~Ugrave~Ù~Uacute~Ú~Ucirc~Û~Uuml~Ü~Yacute~Ý~THORN~Þ~szlig~ß~agrave~à~aacute~á~acirc~â~atilde~ã~auml~ä~aring~å~aelig~æ~ccedil~ç~egrave~è~eacute~é~ecirc~ê~euml~ë~igrave~ì~iacute~í~icirc~î~iuml~ï~eth~ð~ntilde~ñ~ograve~ò~oacute~ó~ocirc~ô~otilde~õ~ouml~ö~divide~÷~oslash~ø~ugrave~ù~uacute~ú~ucirc~û~uuml~ü~yacute~ý~thorn~þ~yuml~ÿ~quot~"~amp~&~lt~<~gt~>`);
|
|
1894
|
+
lt.html5 = qn('Abreve~Ă~Acy~А~Afr~𝔄~Amacr~Ā~And~⩓~Aogon~Ą~Aopf~𝔸~ApplyFunction~~Ascr~𝒜~Assign~≔~Backslash~∖~Barv~⫧~Barwed~⌆~Bcy~Б~Because~∵~Bernoullis~ℬ~Bfr~𝔅~Bopf~𝔹~Breve~˘~Bscr~ℬ~Bumpeq~≎~CHcy~Ч~Cacute~Ć~Cap~⋒~CapitalDifferentialD~ⅅ~Cayleys~ℭ~Ccaron~Č~Ccirc~Ĉ~Cconint~∰~Cdot~Ċ~Cedilla~¸~CenterDot~·~Cfr~ℭ~CircleDot~⊙~CircleMinus~⊖~CirclePlus~⊕~CircleTimes~⊗~ClockwiseContourIntegral~∲~CloseCurlyDoubleQuote~”~CloseCurlyQuote~’~Colon~∷~Colone~⩴~Congruent~≡~Conint~∯~ContourIntegral~∮~Copf~ℂ~Coproduct~∐~CounterClockwiseContourIntegral~∳~Cross~⨯~Cscr~𝒞~Cup~⋓~CupCap~≍~DD~ⅅ~DDotrahd~⤑~DJcy~Ђ~DScy~Ѕ~DZcy~Џ~Darr~↡~Dashv~⫤~Dcaron~Ď~Dcy~Д~Del~∇~Dfr~𝔇~DiacriticalAcute~´~DiacriticalDot~˙~DiacriticalDoubleAcute~˝~DiacriticalGrave~`~DiacriticalTilde~˜~Diamond~⋄~DifferentialD~ⅆ~Dopf~𝔻~Dot~¨~DotDot~⃜~DotEqual~≐~DoubleContourIntegral~∯~DoubleDot~¨~DoubleDownArrow~⇓~DoubleLeftArrow~⇐~DoubleLeftRightArrow~⇔~DoubleLeftTee~⫤~DoubleLongLeftArrow~⟸~DoubleLongLeftRightArrow~⟺~DoubleLongRightArrow~⟹~DoubleRightArrow~⇒~DoubleRightTee~⊨~DoubleUpArrow~⇑~DoubleUpDownArrow~⇕~DoubleVerticalBar~∥~DownArrow~↓~DownArrowBar~⤓~DownArrowUpArrow~⇵~DownBreve~̑~DownLeftRightVector~⥐~DownLeftTeeVector~⥞~DownLeftVector~↽~DownLeftVectorBar~⥖~DownRightTeeVector~⥟~DownRightVector~⇁~DownRightVectorBar~⥗~DownTee~⊤~DownTeeArrow~↧~Downarrow~⇓~Dscr~𝒟~Dstrok~Đ~ENG~Ŋ~Ecaron~Ě~Ecy~Э~Edot~Ė~Efr~𝔈~Element~∈~Emacr~Ē~EmptySmallSquare~◻~EmptyVerySmallSquare~▫~Eogon~Ę~Eopf~𝔼~Equal~⩵~EqualTilde~≂~Equilibrium~⇌~Escr~ℰ~Esim~⩳~Exists~∃~ExponentialE~ⅇ~Fcy~Ф~Ffr~𝔉~FilledSmallSquare~◼~FilledVerySmallSquare~▪~Fopf~𝔽~ForAll~∀~Fouriertrf~ℱ~Fscr~ℱ~GJcy~Ѓ~Gammad~Ϝ~Gbreve~Ğ~Gcedil~Ģ~Gcirc~Ĝ~Gcy~Г~Gdot~Ġ~Gfr~𝔊~Gg~⋙~Gopf~𝔾~GreaterEqual~≥~GreaterEqualLess~⋛~GreaterFullEqual~≧~GreaterGreater~⪢~GreaterLess~≷~GreaterSlantEqual~⩾~GreaterTilde~≳~Gscr~𝒢~Gt~≫~HARDcy~Ъ~Hacek~ˇ~Hat~^~Hcirc~Ĥ~Hfr~ℌ~HilbertSpace~ℋ~Hopf~ℍ~HorizontalLine~─~Hscr~ℋ~Hstrok~Ħ~HumpDownHump~≎~HumpEqual~≏~IEcy~Е~IJlig~IJ~IOcy~Ё~Icy~И~Idot~İ~Ifr~ℑ~Im~ℑ~Imacr~Ī~ImaginaryI~ⅈ~Implies~⇒~Int~∬~Integral~∫~Intersection~⋂~InvisibleComma~~InvisibleTimes~~Iogon~Į~Iopf~𝕀~Iscr~ℐ~Itilde~Ĩ~Iukcy~І~Jcirc~Ĵ~Jcy~Й~Jfr~𝔍~Jopf~𝕁~Jscr~𝒥~Jsercy~Ј~Jukcy~Є~KHcy~Х~KJcy~Ќ~Kcedil~Ķ~Kcy~К~Kfr~𝔎~Kopf~𝕂~Kscr~𝒦~LJcy~Љ~Lacute~Ĺ~Lang~⟪~Laplacetrf~ℒ~Larr~↞~Lcaron~Ľ~Lcedil~Ļ~Lcy~Л~LeftAngleBracket~⟨~LeftArrow~←~LeftArrowBar~⇤~LeftArrowRightArrow~⇆~LeftCeiling~⌈~LeftDoubleBracket~⟦~LeftDownTeeVector~⥡~LeftDownVector~⇃~LeftDownVectorBar~⥙~LeftFloor~⌊~LeftRightArrow~↔~LeftRightVector~⥎~LeftTee~⊣~LeftTeeArrow~↤~LeftTeeVector~⥚~LeftTriangle~⊲~LeftTriangleBar~⧏~LeftTriangleEqual~⊴~LeftUpDownVector~⥑~LeftUpTeeVector~⥠~LeftUpVector~↿~LeftUpVectorBar~⥘~LeftVector~↼~LeftVectorBar~⥒~Leftarrow~⇐~Leftrightarrow~⇔~LessEqualGreater~⋚~LessFullEqual~≦~LessGreater~≶~LessLess~⪡~LessSlantEqual~⩽~LessTilde~≲~Lfr~𝔏~Ll~⋘~Lleftarrow~⇚~Lmidot~Ŀ~LongLeftArrow~⟵~LongLeftRightArrow~⟷~LongRightArrow~⟶~Longleftarrow~⟸~Longleftrightarrow~⟺~Longrightarrow~⟹~Lopf~𝕃~LowerLeftArrow~↙~LowerRightArrow~↘~Lscr~ℒ~Lsh~↰~Lstrok~Ł~Lt~≪~Map~⤅~Mcy~М~MediumSpace~ ~Mellintrf~ℳ~Mfr~𝔐~MinusPlus~∓~Mopf~𝕄~Mscr~ℳ~NJcy~Њ~Nacute~Ń~Ncaron~Ň~Ncedil~Ņ~Ncy~Н~NegativeMediumSpace~~NegativeThickSpace~~NegativeThinSpace~~NegativeVeryThinSpace~~NestedGreaterGreater~≫~NestedLessLess~≪~NewLine~\n~Nfr~𝔑~NoBreak~~NonBreakingSpace~ ~Nopf~ℕ~Not~⫬~NotCongruent~≢~NotCupCap~≭~NotDoubleVerticalBar~∦~NotElement~∉~NotEqual~≠~NotEqualTilde~≂̸~NotExists~∄~NotGreater~≯~NotGreaterEqual~≱~NotGreaterFullEqual~≧̸~NotGreaterGreater~≫̸~NotGreaterLess~≹~NotGreaterSlantEqual~⩾̸~NotGreaterTilde~≵~NotHumpDownHump~≎̸~NotHumpEqual~≏̸~NotLeftTriangle~⋪~NotLeftTriangleBar~⧏̸~NotLeftTriangleEqual~⋬~NotLess~≮~NotLessEqual~≰~NotLessGreater~≸~NotLessLess~≪̸~NotLessSlantEqual~⩽̸~NotLessTilde~≴~NotNestedGreaterGreater~⪢̸~NotNestedLessLess~⪡̸~NotPrecedes~⊀~NotPrecedesEqual~⪯̸~NotPrecedesSlantEqual~⋠~NotReverseElement~∌~NotRightTriangle~⋫~NotRightTriangleBar~⧐̸~NotRightTriangleEqual~⋭~NotSquareSubset~⊏̸~NotSquareSubsetEqual~⋢~NotSquareSuperset~⊐̸~NotSquareSupersetEqual~⋣~NotSubset~⊂⃒~NotSubsetEqual~⊈~NotSucceeds~⊁~NotSucceedsEqual~⪰̸~NotSucceedsSlantEqual~⋡~NotSucceedsTilde~≿̸~NotSuperset~⊃⃒~NotSupersetEqual~⊉~NotTilde~≁~NotTildeEqual~≄~NotTildeFullEqual~≇~NotTildeTilde~≉~NotVerticalBar~∤~Nscr~𝒩~Ocy~О~Odblac~Ő~Ofr~𝔒~Omacr~Ō~Oopf~𝕆~OpenCurlyDoubleQuote~“~OpenCurlyQuote~‘~Or~⩔~Oscr~𝒪~Otimes~⨷~OverBar~‾~OverBrace~⏞~OverBracket~⎴~OverParenthesis~⏜~PartialD~∂~Pcy~П~Pfr~𝔓~PlusMinus~±~Poincareplane~ℌ~Popf~ℙ~Pr~⪻~Precedes~≺~PrecedesEqual~⪯~PrecedesSlantEqual~≼~PrecedesTilde~≾~Product~∏~Proportion~∷~Proportional~∝~Pscr~𝒫~Qfr~𝔔~Qopf~ℚ~Qscr~𝒬~RBarr~⤐~Racute~Ŕ~Rang~⟫~Rarr~↠~Rarrtl~⤖~Rcaron~Ř~Rcedil~Ŗ~Rcy~Р~Re~ℜ~ReverseElement~∋~ReverseEquilibrium~⇋~ReverseUpEquilibrium~⥯~Rfr~ℜ~RightAngleBracket~⟩~RightArrow~→~RightArrowBar~⇥~RightArrowLeftArrow~⇄~RightCeiling~⌉~RightDoubleBracket~⟧~RightDownTeeVector~⥝~RightDownVector~⇂~RightDownVectorBar~⥕~RightFloor~⌋~RightTee~⊢~RightTeeArrow~↦~RightTeeVector~⥛~RightTriangle~⊳~RightTriangleBar~⧐~RightTriangleEqual~⊵~RightUpDownVector~⥏~RightUpTeeVector~⥜~RightUpVector~↾~RightUpVectorBar~⥔~RightVector~⇀~RightVectorBar~⥓~Rightarrow~⇒~Ropf~ℝ~RoundImplies~⥰~Rrightarrow~⇛~Rscr~ℛ~Rsh~↱~RuleDelayed~⧴~SHCHcy~Щ~SHcy~Ш~SOFTcy~Ь~Sacute~Ś~Sc~⪼~Scedil~Ş~Scirc~Ŝ~Scy~С~Sfr~𝔖~ShortDownArrow~↓~ShortLeftArrow~←~ShortRightArrow~→~ShortUpArrow~↑~SmallCircle~∘~Sopf~𝕊~Sqrt~√~Square~□~SquareIntersection~⊓~SquareSubset~⊏~SquareSubsetEqual~⊑~SquareSuperset~⊐~SquareSupersetEqual~⊒~SquareUnion~⊔~Sscr~𝒮~Star~⋆~Sub~⋐~Subset~⋐~SubsetEqual~⊆~Succeeds~≻~SucceedsEqual~⪰~SucceedsSlantEqual~≽~SucceedsTilde~≿~SuchThat~∋~Sum~∑~Sup~⋑~Superset~⊃~SupersetEqual~⊇~Supset~⋑~TRADE~™~TSHcy~Ћ~TScy~Ц~Tab~ ~Tcaron~Ť~Tcedil~Ţ~Tcy~Т~Tfr~𝔗~Therefore~∴~ThickSpace~ ~ThinSpace~ ~Tilde~∼~TildeEqual~≃~TildeFullEqual~≅~TildeTilde~≈~Topf~𝕋~TripleDot~⃛~Tscr~𝒯~Tstrok~Ŧ~Uarr~↟~Uarrocir~⥉~Ubrcy~Ў~Ubreve~Ŭ~Ucy~У~Udblac~Ű~Ufr~𝔘~Umacr~Ū~UnderBar~_~UnderBrace~⏟~UnderBracket~⎵~UnderParenthesis~⏝~Union~⋃~UnionPlus~⊎~Uogon~Ų~Uopf~𝕌~UpArrow~↑~UpArrowBar~⤒~UpArrowDownArrow~⇅~UpDownArrow~↕~UpEquilibrium~⥮~UpTee~⊥~UpTeeArrow~↥~Uparrow~⇑~Updownarrow~⇕~UpperLeftArrow~↖~UpperRightArrow~↗~Upsi~ϒ~Uring~Ů~Uscr~𝒰~Utilde~Ũ~VDash~⊫~Vbar~⫫~Vcy~В~Vdash~⊩~Vdashl~⫦~Vee~⋁~Verbar~‖~Vert~‖~VerticalBar~∣~VerticalLine~|~VerticalSeparator~❘~VerticalTilde~≀~VeryThinSpace~ ~Vfr~𝔙~Vopf~𝕍~Vscr~𝒱~Vvdash~⊪~Wcirc~Ŵ~Wedge~⋀~Wfr~𝔚~Wopf~𝕎~Wscr~𝒲~Xfr~𝔛~Xopf~𝕏~Xscr~𝒳~YAcy~Я~YIcy~Ї~YUcy~Ю~Ycirc~Ŷ~Ycy~Ы~Yfr~𝔜~Yopf~𝕐~Yscr~𝒴~ZHcy~Ж~Zacute~Ź~Zcaron~Ž~Zcy~З~Zdot~Ż~ZeroWidthSpace~~Zfr~ℨ~Zopf~ℤ~Zscr~𝒵~abreve~ă~ac~∾~acE~∾̳~acd~∿~acy~а~af~~afr~𝔞~aleph~ℵ~amacr~ā~amalg~⨿~andand~⩕~andd~⩜~andslope~⩘~andv~⩚~ange~⦤~angle~∠~angmsd~∡~angmsdaa~⦨~angmsdab~⦩~angmsdac~⦪~angmsdad~⦫~angmsdae~⦬~angmsdaf~⦭~angmsdag~⦮~angmsdah~⦯~angrt~∟~angrtvb~⊾~angrtvbd~⦝~angsph~∢~angst~Å~angzarr~⍼~aogon~ą~aopf~𝕒~ap~≈~apE~⩰~apacir~⩯~ape~≊~apid~≋~approx~≈~approxeq~≊~ascr~𝒶~ast~*~asympeq~≍~awconint~∳~awint~⨑~bNot~⫭~backcong~≌~backepsilon~϶~backprime~‵~backsim~∽~backsimeq~⋍~barvee~⊽~barwed~⌅~barwedge~⌅~bbrk~⎵~bbrktbrk~⎶~bcong~≌~bcy~б~becaus~∵~because~∵~bemptyv~⦰~bepsi~϶~bernou~ℬ~beth~ℶ~between~≬~bfr~𝔟~bigcap~⋂~bigcirc~◯~bigcup~⋃~bigodot~⨀~bigoplus~⨁~bigotimes~⨂~bigsqcup~⨆~bigstar~★~bigtriangledown~▽~bigtriangleup~△~biguplus~⨄~bigvee~⋁~bigwedge~⋀~bkarow~⤍~blacklozenge~⧫~blacksquare~▪~blacktriangle~▴~blacktriangledown~▾~blacktriangleleft~◂~blacktriangleright~▸~blank~␣~blk12~▒~blk14~░~blk34~▓~block~█~bne~=⃥~bnequiv~≡⃥~bnot~⌐~bopf~𝕓~bot~⊥~bottom~⊥~bowtie~⋈~boxDL~╗~boxDR~╔~boxDl~╖~boxDr~╓~boxH~═~boxHD~╦~boxHU~╩~boxHd~╤~boxHu~╧~boxUL~╝~boxUR~╚~boxUl~╜~boxUr~╙~boxV~║~boxVH~╬~boxVL~╣~boxVR~╠~boxVh~╫~boxVl~╢~boxVr~╟~boxbox~⧉~boxdL~╕~boxdR~╒~boxdl~┐~boxdr~┌~boxh~─~boxhD~╥~boxhU~╨~boxhd~┬~boxhu~┴~boxminus~⊟~boxplus~⊞~boxtimes~⊠~boxuL~╛~boxuR~╘~boxul~┘~boxur~└~boxv~│~boxvH~╪~boxvL~╡~boxvR~╞~boxvh~┼~boxvl~┤~boxvr~├~bprime~‵~breve~˘~bscr~𝒷~bsemi~⁏~bsim~∽~bsime~⋍~bsol~\\~bsolb~⧅~bsolhsub~⟈~bullet~•~bump~≎~bumpE~⪮~bumpe~≏~bumpeq~≏~cacute~ć~capand~⩄~capbrcup~⩉~capcap~⩋~capcup~⩇~capdot~⩀~caps~∩︀~caret~⁁~caron~ˇ~ccaps~⩍~ccaron~č~ccirc~ĉ~ccups~⩌~ccupssm~⩐~cdot~ċ~cemptyv~⦲~centerdot~·~cfr~𝔠~chcy~ч~check~✓~checkmark~✓~cir~○~cirE~⧃~circeq~≗~circlearrowleft~↺~circlearrowright~↻~circledR~®~circledS~Ⓢ~circledast~⊛~circledcirc~⊚~circleddash~⊝~cire~≗~cirfnint~⨐~cirmid~⫯~cirscir~⧂~clubsuit~♣~colon~:~colone~≔~coloneq~≔~comma~,~commat~@~comp~∁~compfn~∘~complement~∁~complexes~ℂ~congdot~⩭~conint~∮~copf~𝕔~coprod~∐~copysr~℗~cross~✗~cscr~𝒸~csub~⫏~csube~⫑~csup~⫐~csupe~⫒~ctdot~⋯~cudarrl~⤸~cudarrr~⤵~cuepr~⋞~cuesc~⋟~cularr~↶~cularrp~⤽~cupbrcap~⩈~cupcap~⩆~cupcup~⩊~cupdot~⊍~cupor~⩅~cups~∪︀~curarr~↷~curarrm~⤼~curlyeqprec~⋞~curlyeqsucc~⋟~curlyvee~⋎~curlywedge~⋏~curvearrowleft~↶~curvearrowright~↷~cuvee~⋎~cuwed~⋏~cwconint~∲~cwint~∱~cylcty~⌭~dHar~⥥~daleth~ℸ~dash~‐~dashv~⊣~dbkarow~⤏~dblac~˝~dcaron~ď~dcy~д~dd~ⅆ~ddagger~‡~ddarr~⇊~ddotseq~⩷~demptyv~⦱~dfisht~⥿~dfr~𝔡~dharl~⇃~dharr~⇂~diam~⋄~diamond~⋄~diamondsuit~♦~die~¨~digamma~ϝ~disin~⋲~div~÷~divideontimes~⋇~divonx~⋇~djcy~ђ~dlcorn~⌞~dlcrop~⌍~dollar~$~dopf~𝕕~dot~˙~doteq~≐~doteqdot~≑~dotminus~∸~dotplus~∔~dotsquare~⊡~doublebarwedge~⌆~downarrow~↓~downdownarrows~⇊~downharpoonleft~⇃~downharpoonright~⇂~drbkarow~⤐~drcorn~⌟~drcrop~⌌~dscr~𝒹~dscy~ѕ~dsol~⧶~dstrok~đ~dtdot~⋱~dtri~▿~dtrif~▾~duarr~⇵~duhar~⥯~dwangle~⦦~dzcy~џ~dzigrarr~⟿~eDDot~⩷~eDot~≑~easter~⩮~ecaron~ě~ecir~≖~ecolon~≕~ecy~э~edot~ė~ee~ⅇ~efDot~≒~efr~𝔢~eg~⪚~egs~⪖~egsdot~⪘~el~⪙~elinters~⏧~ell~ℓ~els~⪕~elsdot~⪗~emacr~ē~emptyset~∅~emptyv~∅~emsp13~ ~emsp14~ ~eng~ŋ~eogon~ę~eopf~𝕖~epar~⋕~eparsl~⧣~eplus~⩱~epsi~ε~epsiv~ϵ~eqcirc~≖~eqcolon~≕~eqsim~≂~eqslantgtr~⪖~eqslantless~⪕~equals~=~equest~≟~equivDD~⩸~eqvparsl~⧥~erDot~≓~erarr~⥱~escr~ℯ~esdot~≐~esim~≂~excl~!~expectation~ℰ~exponentiale~ⅇ~fallingdotseq~≒~fcy~ф~female~♀~ffilig~ffi~fflig~ff~ffllig~ffl~ffr~𝔣~filig~fi~fjlig~fj~flat~♭~fllig~fl~fltns~▱~fopf~𝕗~fork~⋔~forkv~⫙~fpartint~⨍~frac13~⅓~frac15~⅕~frac16~⅙~frac18~⅛~frac23~⅔~frac25~⅖~frac35~⅗~frac38~⅜~frac45~⅘~frac56~⅚~frac58~⅝~frac78~⅞~frown~⌢~fscr~𝒻~gE~≧~gEl~⪌~gacute~ǵ~gammad~ϝ~gap~⪆~gbreve~ğ~gcirc~ĝ~gcy~г~gdot~ġ~gel~⋛~geq~≥~geqq~≧~geqslant~⩾~ges~⩾~gescc~⪩~gesdot~⪀~gesdoto~⪂~gesdotol~⪄~gesl~⋛︀~gesles~⪔~gfr~𝔤~gg~≫~ggg~⋙~gimel~ℷ~gjcy~ѓ~gl~≷~glE~⪒~gla~⪥~glj~⪤~gnE~≩~gnap~⪊~gnapprox~⪊~gne~⪈~gneq~⪈~gneqq~≩~gnsim~⋧~gopf~𝕘~grave~`~gscr~ℊ~gsim~≳~gsime~⪎~gsiml~⪐~gtcc~⪧~gtcir~⩺~gtdot~⋗~gtlPar~⦕~gtquest~⩼~gtrapprox~⪆~gtrarr~⥸~gtrdot~⋗~gtreqless~⋛~gtreqqless~⪌~gtrless~≷~gtrsim~≳~gvertneqq~≩︀~gvnE~≩︀~hairsp~ ~half~½~hamilt~ℋ~hardcy~ъ~harrcir~⥈~harrw~↭~hbar~ℏ~hcirc~ĥ~heartsuit~♥~hercon~⊹~hfr~𝔥~hksearow~⤥~hkswarow~⤦~hoarr~⇿~homtht~∻~hookleftarrow~↩~hookrightarrow~↪~hopf~𝕙~horbar~―~hscr~𝒽~hslash~ℏ~hstrok~ħ~hybull~⁃~hyphen~‐~ic~~icy~и~iecy~е~iff~⇔~ifr~𝔦~ii~ⅈ~iiiint~⨌~iiint~∭~iinfin~⧜~iiota~℩~ijlig~ij~imacr~ī~imagline~ℐ~imagpart~ℑ~imath~ı~imof~⊷~imped~Ƶ~in~∈~incare~℅~infintie~⧝~inodot~ı~intcal~⊺~integers~ℤ~intercal~⊺~intlarhk~⨗~intprod~⨼~iocy~ё~iogon~į~iopf~𝕚~iprod~⨼~iscr~𝒾~isinE~⋹~isindot~⋵~isins~⋴~isinsv~⋳~isinv~∈~it~~itilde~ĩ~iukcy~і~jcirc~ĵ~jcy~й~jfr~𝔧~jmath~ȷ~jopf~𝕛~jscr~𝒿~jsercy~ј~jukcy~є~kappav~ϰ~kcedil~ķ~kcy~к~kfr~𝔨~kgreen~ĸ~khcy~х~kjcy~ќ~kopf~𝕜~kscr~𝓀~lAarr~⇚~lAtail~⤛~lBarr~⤎~lE~≦~lEg~⪋~lHar~⥢~lacute~ĺ~laemptyv~⦴~lagran~ℒ~langd~⦑~langle~⟨~lap~⪅~larrb~⇤~larrbfs~⤟~larrfs~⤝~larrhk~↩~larrlp~↫~larrpl~⤹~larrsim~⥳~larrtl~↢~lat~⪫~latail~⤙~late~⪭~lates~⪭︀~lbarr~⤌~lbbrk~❲~lbrace~{~lbrack~[~lbrke~⦋~lbrksld~⦏~lbrkslu~⦍~lcaron~ľ~lcedil~ļ~lcub~{~lcy~л~ldca~⤶~ldquor~„~ldrdhar~⥧~ldrushar~⥋~ldsh~↲~leftarrow~←~leftarrowtail~↢~leftharpoondown~↽~leftharpoonup~↼~leftleftarrows~⇇~leftrightarrow~↔~leftrightarrows~⇆~leftrightharpoons~⇋~leftrightsquigarrow~↭~leftthreetimes~⋋~leg~⋚~leq~≤~leqq~≦~leqslant~⩽~les~⩽~lescc~⪨~lesdot~⩿~lesdoto~⪁~lesdotor~⪃~lesg~⋚︀~lesges~⪓~lessapprox~⪅~lessdot~⋖~lesseqgtr~⋚~lesseqqgtr~⪋~lessgtr~≶~lesssim~≲~lfisht~⥼~lfr~𝔩~lg~≶~lgE~⪑~lhard~↽~lharu~↼~lharul~⥪~lhblk~▄~ljcy~љ~ll~≪~llarr~⇇~llcorner~⌞~llhard~⥫~lltri~◺~lmidot~ŀ~lmoust~⎰~lmoustache~⎰~lnE~≨~lnap~⪉~lnapprox~⪉~lne~⪇~lneq~⪇~lneqq~≨~lnsim~⋦~loang~⟬~loarr~⇽~lobrk~⟦~longleftarrow~⟵~longleftrightarrow~⟷~longmapsto~⟼~longrightarrow~⟶~looparrowleft~↫~looparrowright~↬~lopar~⦅~lopf~𝕝~loplus~⨭~lotimes~⨴~lowbar~_~lozenge~◊~lozf~⧫~lpar~(~lparlt~⦓~lrarr~⇆~lrcorner~⌟~lrhar~⇋~lrhard~⥭~lrtri~⊿~lscr~𝓁~lsh~↰~lsim~≲~lsime~⪍~lsimg~⪏~lsqb~[~lsquor~‚~lstrok~ł~ltcc~⪦~ltcir~⩹~ltdot~⋖~lthree~⋋~ltimes~⋉~ltlarr~⥶~ltquest~⩻~ltrPar~⦖~ltri~◃~ltrie~⊴~ltrif~◂~lurdshar~⥊~luruhar~⥦~lvertneqq~≨︀~lvnE~≨︀~mDDot~∺~male~♂~malt~✠~maltese~✠~map~↦~mapsto~↦~mapstodown~↧~mapstoleft~↤~mapstoup~↥~marker~▮~mcomma~⨩~mcy~м~measuredangle~∡~mfr~𝔪~mho~℧~mid~∣~midast~*~midcir~⫰~minusb~⊟~minusd~∸~minusdu~⨪~mlcp~⫛~mldr~…~mnplus~∓~models~⊧~mopf~𝕞~mp~∓~mscr~𝓂~mstpos~∾~multimap~⊸~mumap~⊸~nGg~⋙̸~nGt~≫⃒~nGtv~≫̸~nLeftarrow~⇍~nLeftrightarrow~⇎~nLl~⋘̸~nLt~≪⃒~nLtv~≪̸~nRightarrow~⇏~nVDash~⊯~nVdash~⊮~nacute~ń~nang~∠⃒~nap~≉~napE~⩰̸~napid~≋̸~napos~ʼn~napprox~≉~natur~♮~natural~♮~naturals~ℕ~nbump~≎̸~nbumpe~≏̸~ncap~⩃~ncaron~ň~ncedil~ņ~ncong~≇~ncongdot~⩭̸~ncup~⩂~ncy~н~neArr~⇗~nearhk~⤤~nearr~↗~nearrow~↗~nedot~≐̸~nequiv~≢~nesear~⤨~nesim~≂̸~nexist~∄~nexists~∄~nfr~𝔫~ngE~≧̸~nge~≱~ngeq~≱~ngeqq~≧̸~ngeqslant~⩾̸~nges~⩾̸~ngsim~≵~ngt~≯~ngtr~≯~nhArr~⇎~nharr~↮~nhpar~⫲~nis~⋼~nisd~⋺~niv~∋~njcy~њ~nlArr~⇍~nlE~≦̸~nlarr~↚~nldr~‥~nle~≰~nleftarrow~↚~nleftrightarrow~↮~nleq~≰~nleqq~≦̸~nleqslant~⩽̸~nles~⩽̸~nless~≮~nlsim~≴~nlt~≮~nltri~⋪~nltrie~⋬~nmid~∤~nopf~𝕟~notinE~⋹̸~notindot~⋵̸~notinva~∉~notinvb~⋷~notinvc~⋶~notni~∌~notniva~∌~notnivb~⋾~notnivc~⋽~npar~∦~nparallel~∦~nparsl~⫽⃥~npart~∂̸~npolint~⨔~npr~⊀~nprcue~⋠~npre~⪯̸~nprec~⊀~npreceq~⪯̸~nrArr~⇏~nrarr~↛~nrarrc~⤳̸~nrarrw~↝̸~nrightarrow~↛~nrtri~⋫~nrtrie~⋭~nsc~⊁~nsccue~⋡~nsce~⪰̸~nscr~𝓃~nshortmid~∤~nshortparallel~∦~nsim~≁~nsime~≄~nsimeq~≄~nsmid~∤~nspar~∦~nsqsube~⋢~nsqsupe~⋣~nsubE~⫅̸~nsube~⊈~nsubset~⊂⃒~nsubseteq~⊈~nsubseteqq~⫅̸~nsucc~⊁~nsucceq~⪰̸~nsup~⊅~nsupE~⫆̸~nsupe~⊉~nsupset~⊃⃒~nsupseteq~⊉~nsupseteqq~⫆̸~ntgl~≹~ntlg~≸~ntriangleleft~⋪~ntrianglelefteq~⋬~ntriangleright~⋫~ntrianglerighteq~⋭~num~#~numero~№~numsp~ ~nvDash~⊭~nvHarr~⤄~nvap~≍⃒~nvdash~⊬~nvge~≥⃒~nvgt~>⃒~nvinfin~⧞~nvlArr~⤂~nvle~≤⃒~nvlt~<⃒~nvltrie~⊴⃒~nvrArr~⤃~nvrtrie~⊵⃒~nvsim~∼⃒~nwArr~⇖~nwarhk~⤣~nwarr~↖~nwarrow~↖~nwnear~⤧~oS~Ⓢ~oast~⊛~ocir~⊚~ocy~о~odash~⊝~odblac~ő~odiv~⨸~odot~⊙~odsold~⦼~ofcir~⦿~ofr~𝔬~ogon~˛~ogt~⧁~ohbar~⦵~ohm~Ω~oint~∮~olarr~↺~olcir~⦾~olcross~⦻~olt~⧀~omacr~ō~omid~⦶~ominus~⊖~oopf~𝕠~opar~⦷~operp~⦹~orarr~↻~ord~⩝~order~ℴ~orderof~ℴ~origof~⊶~oror~⩖~orslope~⩗~orv~⩛~oscr~ℴ~osol~⊘~otimesas~⨶~ovbar~⌽~par~∥~parallel~∥~parsim~⫳~parsl~⫽~pcy~п~percnt~%~period~.~pertenk~‱~pfr~𝔭~phiv~ϕ~phmmat~ℳ~phone~☎~pitchfork~⋔~planck~ℏ~planckh~ℎ~plankv~ℏ~plus~+~plusacir~⨣~plusb~⊞~pluscir~⨢~plusdo~∔~plusdu~⨥~pluse~⩲~plussim~⨦~plustwo~⨧~pm~±~pointint~⨕~popf~𝕡~pr~≺~prE~⪳~prap~⪷~prcue~≼~pre~⪯~prec~≺~precapprox~⪷~preccurlyeq~≼~preceq~⪯~precnapprox~⪹~precneqq~⪵~precnsim~⋨~precsim~≾~primes~ℙ~prnE~⪵~prnap~⪹~prnsim~⋨~profalar~⌮~profline~⌒~profsurf~⌓~propto~∝~prsim~≾~prurel~⊰~pscr~𝓅~puncsp~ ~qfr~𝔮~qint~⨌~qopf~𝕢~qprime~⁗~qscr~𝓆~quaternions~ℍ~quatint~⨖~quest~?~questeq~≟~rAarr~⇛~rAtail~⤜~rBarr~⤏~rHar~⥤~race~∽̱~racute~ŕ~raemptyv~⦳~rangd~⦒~range~⦥~rangle~⟩~rarrap~⥵~rarrb~⇥~rarrbfs~⤠~rarrc~⤳~rarrfs~⤞~rarrhk~↪~rarrlp~↬~rarrpl~⥅~rarrsim~⥴~rarrtl~↣~rarrw~↝~ratail~⤚~ratio~∶~rationals~ℚ~rbarr~⤍~rbbrk~❳~rbrace~}~rbrack~]~rbrke~⦌~rbrksld~⦎~rbrkslu~⦐~rcaron~ř~rcedil~ŗ~rcub~}~rcy~р~rdca~⤷~rdldhar~⥩~rdquor~”~rdsh~↳~realine~ℛ~realpart~ℜ~reals~ℝ~rect~▭~rfisht~⥽~rfr~𝔯~rhard~⇁~rharu~⇀~rharul~⥬~rhov~ϱ~rightarrow~→~rightarrowtail~↣~rightharpoondown~⇁~rightharpoonup~⇀~rightleftarrows~⇄~rightleftharpoons~⇌~rightrightarrows~⇉~rightsquigarrow~↝~rightthreetimes~⋌~ring~˚~risingdotseq~≓~rlarr~⇄~rlhar~⇌~rmoust~⎱~rmoustache~⎱~rnmid~⫮~roang~⟭~roarr~⇾~robrk~⟧~ropar~⦆~ropf~𝕣~roplus~⨮~rotimes~⨵~rpar~)~rpargt~⦔~rppolint~⨒~rrarr~⇉~rscr~𝓇~rsh~↱~rsqb~]~rsquor~’~rthree~⋌~rtimes~⋊~rtri~▹~rtrie~⊵~rtrif~▸~rtriltri~⧎~ruluhar~⥨~rx~℞~sacute~ś~sc~≻~scE~⪴~scap~⪸~sccue~≽~sce~⪰~scedil~ş~scirc~ŝ~scnE~⪶~scnap~⪺~scnsim~⋩~scpolint~⨓~scsim~≿~scy~с~sdotb~⊡~sdote~⩦~seArr~⇘~searhk~⤥~searr~↘~searrow~↘~semi~;~seswar~⤩~setminus~∖~setmn~∖~sext~✶~sfr~𝔰~sfrown~⌢~sharp~♯~shchcy~щ~shcy~ш~shortmid~∣~shortparallel~∥~sigmav~ς~simdot~⩪~sime~≃~simeq~≃~simg~⪞~simgE~⪠~siml~⪝~simlE~⪟~simne~≆~simplus~⨤~simrarr~⥲~slarr~←~smallsetminus~∖~smashp~⨳~smeparsl~⧤~smid~∣~smile~⌣~smt~⪪~smte~⪬~smtes~⪬︀~softcy~ь~sol~/~solb~⧄~solbar~⌿~sopf~𝕤~spadesuit~♠~spar~∥~sqcap~⊓~sqcaps~⊓︀~sqcup~⊔~sqcups~⊔︀~sqsub~⊏~sqsube~⊑~sqsubset~⊏~sqsubseteq~⊑~sqsup~⊐~sqsupe~⊒~sqsupset~⊐~sqsupseteq~⊒~squ~□~square~□~squarf~▪~squf~▪~srarr~→~sscr~𝓈~ssetmn~∖~ssmile~⌣~sstarf~⋆~star~☆~starf~★~straightepsilon~ϵ~straightphi~ϕ~strns~¯~subE~⫅~subdot~⪽~subedot~⫃~submult~⫁~subnE~⫋~subne~⊊~subplus~⪿~subrarr~⥹~subset~⊂~subseteq~⊆~subseteqq~⫅~subsetneq~⊊~subsetneqq~⫋~subsim~⫇~subsub~⫕~subsup~⫓~succ~≻~succapprox~⪸~succcurlyeq~≽~succeq~⪰~succnapprox~⪺~succneqq~⪶~succnsim~⋩~succsim~≿~sung~♪~supE~⫆~supdot~⪾~supdsub~⫘~supedot~⫄~suphsol~⟉~suphsub~⫗~suplarr~⥻~supmult~⫂~supnE~⫌~supne~⊋~supplus~⫀~supset~⊃~supseteq~⊇~supseteqq~⫆~supsetneq~⊋~supsetneqq~⫌~supsim~⫈~supsub~⫔~supsup~⫖~swArr~⇙~swarhk~⤦~swarr~↙~swarrow~↙~swnwar~⤪~target~⌖~tbrk~⎴~tcaron~ť~tcedil~ţ~tcy~т~tdot~⃛~telrec~⌕~tfr~𝔱~therefore~∴~thetav~ϑ~thickapprox~≈~thicksim~∼~thkap~≈~thksim~∼~timesb~⊠~timesbar~⨱~timesd~⨰~tint~∭~toea~⤨~top~⊤~topbot~⌶~topcir~⫱~topf~𝕥~topfork~⫚~tosa~⤩~tprime~‴~triangle~▵~triangledown~▿~triangleleft~◃~trianglelefteq~⊴~triangleq~≜~triangleright~▹~trianglerighteq~⊵~tridot~◬~trie~≜~triminus~⨺~triplus~⨹~trisb~⧍~tritime~⨻~trpezium~⏢~tscr~𝓉~tscy~ц~tshcy~ћ~tstrok~ŧ~twixt~≬~twoheadleftarrow~↞~twoheadrightarrow~↠~uHar~⥣~ubrcy~ў~ubreve~ŭ~ucy~у~udarr~⇅~udblac~ű~udhar~⥮~ufisht~⥾~ufr~𝔲~uharl~↿~uharr~↾~uhblk~▀~ulcorn~⌜~ulcorner~⌜~ulcrop~⌏~ultri~◸~umacr~ū~uogon~ų~uopf~𝕦~uparrow~↑~updownarrow~↕~upharpoonleft~↿~upharpoonright~↾~uplus~⊎~upsi~υ~upuparrows~⇈~urcorn~⌝~urcorner~⌝~urcrop~⌎~uring~ů~urtri~◹~uscr~𝓊~utdot~⋰~utilde~ũ~utri~▵~utrif~▴~uuarr~⇈~uwangle~⦧~vArr~⇕~vBar~⫨~vBarv~⫩~vDash~⊨~vangrt~⦜~varepsilon~ϵ~varkappa~ϰ~varnothing~∅~varphi~ϕ~varpi~ϖ~varpropto~∝~varr~↕~varrho~ϱ~varsigma~ς~varsubsetneq~⊊︀~varsubsetneqq~⫋︀~varsupsetneq~⊋︀~varsupsetneqq~⫌︀~vartheta~ϑ~vartriangleleft~⊲~vartriangleright~⊳~vcy~в~vdash~⊢~vee~∨~veebar~⊻~veeeq~≚~vellip~⋮~verbar~|~vert~|~vfr~𝔳~vltri~⊲~vnsub~⊂⃒~vnsup~⊃⃒~vopf~𝕧~vprop~∝~vrtri~⊳~vscr~𝓋~vsubnE~⫋︀~vsubne~⊊︀~vsupnE~⫌︀~vsupne~⊋︀~vzigzag~⦚~wcirc~ŵ~wedbar~⩟~wedge~∧~wedgeq~≙~wfr~𝔴~wopf~𝕨~wp~℘~wr~≀~wreath~≀~wscr~𝓌~xcap~⋂~xcirc~◯~xcup~⋃~xdtri~▽~xfr~𝔵~xhArr~⟺~xharr~⟷~xlArr~⟸~xlarr~⟵~xmap~⟼~xnis~⋻~xodot~⨀~xopf~𝕩~xoplus~⨁~xotime~⨂~xrArr~⟹~xrarr~⟶~xscr~𝓍~xsqcup~⨆~xuplus~⨄~xutri~△~xvee~⋁~xwedge~⋀~yacy~я~ycirc~ŷ~ycy~ы~yfr~𝔶~yicy~ї~yopf~𝕪~yscr~𝓎~yucy~ю~zacute~ź~zcaron~ž~zcy~з~zdot~ż~zeetrf~ℨ~zfr~𝔷~zhcy~ж~zigrarr~⇝~zopf~𝕫~zscr~𝓏~~AMP~&~COPY~©~GT~>~LT~<~QUOT~"~REG~®', lt.html4);
|
|
1895
1895
|
var au = {
|
|
1896
1896
|
0: 65533,
|
|
1897
1897
|
128: 8364,
|
|
@@ -2017,7 +2017,7 @@ Fe.interceptors.response.use(
|
|
|
2017
2017
|
return r.startsWith("ERROR_") || /^[A-Z_]+$/.test(r) ? Promise.reject(new Error(r)) : Promise.reject(`${t}: ${r}`);
|
|
2018
2018
|
}
|
|
2019
2019
|
);
|
|
2020
|
-
const z = async (e) => (await Fe.get(e)).data,
|
|
2020
|
+
const z = async (e) => (await Fe.get(e)).data, Ve = async (e, t) => (await Fe.post(e, t)).data, ov = async (e, t) => (await Fe.put(e, t)).data, iv = async (e, t) => (await Fe.patch(e, t)).data, cv = async (e) => (await Fe.delete(e)).data, K = (e) => typeof e == "string", gt = () => {
|
|
2021
2021
|
let e, t;
|
|
2022
2022
|
const r = new Promise((n, s) => {
|
|
2023
2023
|
e = n, t = s;
|
|
@@ -2184,7 +2184,7 @@ class $r {
|
|
|
2184
2184
|
}
|
|
2185
2185
|
}
|
|
2186
2186
|
var Le = new $r();
|
|
2187
|
-
class
|
|
2187
|
+
class qr {
|
|
2188
2188
|
constructor() {
|
|
2189
2189
|
this.observers = {};
|
|
2190
2190
|
}
|
|
@@ -2218,7 +2218,7 @@ class Ur {
|
|
|
2218
2218
|
});
|
|
2219
2219
|
}
|
|
2220
2220
|
}
|
|
2221
|
-
class bs extends
|
|
2221
|
+
class bs extends qr {
|
|
2222
2222
|
constructor(t) {
|
|
2223
2223
|
let r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
|
|
2224
2224
|
ns: ["translation"],
|
|
@@ -2303,7 +2303,7 @@ var Mo = {
|
|
|
2303
2303
|
}
|
|
2304
2304
|
};
|
|
2305
2305
|
const ws = {}, Es = (e) => !K(e) && typeof e != "boolean" && typeof e != "number";
|
|
2306
|
-
class Nr extends
|
|
2306
|
+
class Nr extends qr {
|
|
2307
2307
|
constructor(t) {
|
|
2308
2308
|
let r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
2309
2309
|
super(), mu(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], t, this), this.options = r, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = Le.create("translator");
|
|
@@ -2349,15 +2349,15 @@ class Nr extends Ur {
|
|
|
2349
2349
|
} = this.extractFromKey(t[t.length - 1], r), c = i[i.length - 1], l = r.lng || this.language, d = r.appendNamespaceToCIMode || this.options.appendNamespaceToCIMode;
|
|
2350
2350
|
if (l?.toLowerCase() === "cimode") {
|
|
2351
2351
|
if (d) {
|
|
2352
|
-
const
|
|
2352
|
+
const U = r.nsSeparator || this.options.nsSeparator;
|
|
2353
2353
|
return s ? {
|
|
2354
|
-
res: `${c}${
|
|
2354
|
+
res: `${c}${U}${o}`,
|
|
2355
2355
|
usedKey: o,
|
|
2356
2356
|
exactUsedKey: o,
|
|
2357
2357
|
usedLng: l,
|
|
2358
2358
|
usedNS: c,
|
|
2359
2359
|
usedParams: this.getUsedParamsDetails(r)
|
|
2360
|
-
} : `${c}${
|
|
2360
|
+
} : `${c}${U}${o}`;
|
|
2361
2361
|
}
|
|
2362
2362
|
return s ? {
|
|
2363
2363
|
res: o,
|
|
@@ -2375,18 +2375,18 @@ class Nr extends Ur {
|
|
|
2375
2375
|
}) : "", E = u && !r.ordinal && r.count === 0, R = E && r[`defaultValue${this.options.pluralSeparator}zero`] || r[`defaultValue${w}`] || r[`defaultValue${_}`] || r.defaultValue;
|
|
2376
2376
|
let P = y;
|
|
2377
2377
|
p && !y && h && (P = R);
|
|
2378
|
-
const k = Es(P),
|
|
2379
|
-
if (p && P && k && g.indexOf(
|
|
2378
|
+
const k = Es(P), q = Object.prototype.toString.apply(P);
|
|
2379
|
+
if (p && P && k && g.indexOf(q) < 0 && !(K(f) && Array.isArray(P))) {
|
|
2380
2380
|
if (!r.returnObjects && !this.options.returnObjects) {
|
|
2381
2381
|
this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
|
|
2382
|
-
const
|
|
2382
|
+
const U = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(S, P, {
|
|
2383
2383
|
...r,
|
|
2384
2384
|
ns: i
|
|
2385
2385
|
}) : `key '${o} (${this.language})' returned an object instead of string.`;
|
|
2386
|
-
return s ? (m.res =
|
|
2386
|
+
return s ? (m.res = U, m.usedParams = this.getUsedParamsDetails(r), m) : U;
|
|
2387
2387
|
}
|
|
2388
2388
|
if (a) {
|
|
2389
|
-
const
|
|
2389
|
+
const U = Array.isArray(P), j = U ? [] : {}, V = U ? v : S;
|
|
2390
2390
|
for (const W in P)
|
|
2391
2391
|
if (Object.prototype.hasOwnProperty.call(P, W)) {
|
|
2392
2392
|
const re = `${V}${a}${W}`;
|
|
@@ -2406,10 +2406,10 @@ class Nr extends Ur {
|
|
|
2406
2406
|
} else if (p && K(f) && Array.isArray(y))
|
|
2407
2407
|
y = y.join(f), y && (y = this.extendTranslation(y, t, r, n));
|
|
2408
2408
|
else {
|
|
2409
|
-
let
|
|
2410
|
-
!this.isValidLookup(y) && h && (
|
|
2409
|
+
let U = !1, j = !1;
|
|
2410
|
+
!this.isValidLookup(y) && h && (U = !0, y = R), this.isValidLookup(y) || (j = !0, y = o);
|
|
2411
2411
|
const W = (r.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && j ? void 0 : y, re = h && R !== y && this.options.updateMissing;
|
|
2412
|
-
if (j ||
|
|
2412
|
+
if (j || U || re) {
|
|
2413
2413
|
if (this.logger.log(re ? "updateKey" : "missingKey", l, c, o, re ? R : y), a) {
|
|
2414
2414
|
const ce = this.resolve(o, {
|
|
2415
2415
|
...r,
|
|
@@ -2434,7 +2434,7 @@ class Nr extends Ur {
|
|
|
2434
2434
|
});
|
|
2435
2435
|
}) : J(ne, o, R));
|
|
2436
2436
|
}
|
|
2437
|
-
y = this.extendTranslation(y, t, r, m, n), j && y === o && this.options.appendNamespaceToMissingKey && (y = `${c}:${o}`), (j ||
|
|
2437
|
+
y = this.extendTranslation(y, t, r, m, n), j && y === o && this.options.appendNamespaceToMissingKey && (y = `${c}:${o}`), (j || U) && this.options.parseMissingKeyHandler && (y = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${c}:${o}` : o, U ? y : void 0));
|
|
2438
2438
|
}
|
|
2439
2439
|
return s ? (m.res = y, m.usedParams = this.getUsedParamsDetails(r), m) : y;
|
|
2440
2440
|
}
|
|
@@ -2921,7 +2921,7 @@ class $u {
|
|
|
2921
2921
|
const Nu = (e, t) => {
|
|
2922
2922
|
e.pending[t] !== void 0 && (delete e.pending[t], e.pendingCount--);
|
|
2923
2923
|
};
|
|
2924
|
-
class Iu extends
|
|
2924
|
+
class Iu extends qr {
|
|
2925
2925
|
constructor(t, r, n) {
|
|
2926
2926
|
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
2927
2927
|
super(), this.backend = t, this.store = r, this.services = n, this.languageUtils = n.languageUtils, this.options = s, this.logger = Le.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = s.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = s.maxRetries >= 0 ? s.maxRetries : 5, this.retryTimeout = s.retryTimeout >= 1 ? s.retryTimeout : 350, this.state = {}, this.queue = [], this.backend?.init?.(n, s.backend, s);
|
|
@@ -3118,7 +3118,7 @@ const As = () => ({
|
|
|
3118
3118
|
typeof e[r] == "function" && (e[r] = e[r].bind(e));
|
|
3119
3119
|
});
|
|
3120
3120
|
};
|
|
3121
|
-
class Rt extends
|
|
3121
|
+
class Rt extends qr {
|
|
3122
3122
|
constructor() {
|
|
3123
3123
|
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r = arguments.length > 1 ? arguments[1] : void 0;
|
|
3124
3124
|
if (super(), this.options = Os(t), this.services = {}, this.logger = Le, this.modules = {
|
|
@@ -3461,7 +3461,7 @@ const Ps = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/, xu = function(e, t) {
|
|
|
3461
3461
|
this.create(e, "", -1, t);
|
|
3462
3462
|
}
|
|
3463
3463
|
};
|
|
3464
|
-
var
|
|
3464
|
+
var Uu = {
|
|
3465
3465
|
name: "cookie",
|
|
3466
3466
|
// Deconstruct the options object and extract the lookupCookie property
|
|
3467
3467
|
lookup(e) {
|
|
@@ -3481,7 +3481,7 @@ var qu = {
|
|
|
3481
3481
|
} = t;
|
|
3482
3482
|
r && typeof document < "u" && $s.create(r, e, n, s, a);
|
|
3483
3483
|
}
|
|
3484
|
-
},
|
|
3484
|
+
}, qu = {
|
|
3485
3485
|
name: "querystring",
|
|
3486
3486
|
// Deconstruct the options object and extract the lookupQuerystring property
|
|
3487
3487
|
lookup(e) {
|
|
@@ -3645,10 +3645,10 @@ try {
|
|
|
3645
3645
|
document.cookie, xo = !0;
|
|
3646
3646
|
} catch {
|
|
3647
3647
|
}
|
|
3648
|
-
const
|
|
3649
|
-
xo ||
|
|
3648
|
+
const Uo = ["querystring", "cookie", "localStorage", "sessionStorage", "navigator", "htmlTag"];
|
|
3649
|
+
xo || Uo.splice(1, 1);
|
|
3650
3650
|
const Gu = () => ({
|
|
3651
|
-
order:
|
|
3651
|
+
order: Uo,
|
|
3652
3652
|
lookupQuerystring: "lng",
|
|
3653
3653
|
lookupCookie: "i18next",
|
|
3654
3654
|
lookupLocalStorage: "i18nextLng",
|
|
@@ -3660,7 +3660,7 @@ const Gu = () => ({
|
|
|
3660
3660
|
// cookieDomain: 'myDomain'
|
|
3661
3661
|
convertDetectedLanguage: (e) => e
|
|
3662
3662
|
});
|
|
3663
|
-
class
|
|
3663
|
+
class qo {
|
|
3664
3664
|
constructor(t) {
|
|
3665
3665
|
let r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
3666
3666
|
this.type = "languageDetector", this.detectors = {}, this.init(t, r);
|
|
@@ -3669,7 +3669,7 @@ class Uo {
|
|
|
3669
3669
|
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {
|
|
3670
3670
|
languageUtils: {}
|
|
3671
3671
|
}, r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
3672
|
-
this.services = t, this.options = ku(r, this.options || {}, Gu()), typeof this.options.convertDetectedLanguage == "string" && this.options.convertDetectedLanguage.indexOf("15897") > -1 && (this.options.convertDetectedLanguage = (s) => s.replace("-", "_")), this.options.lookupFromUrlIndex && (this.options.lookupFromPathIndex = this.options.lookupFromUrlIndex), this.i18nOptions = n, this.addDetector(
|
|
3672
|
+
this.services = t, this.options = ku(r, this.options || {}, Gu()), typeof this.options.convertDetectedLanguage == "string" && this.options.convertDetectedLanguage.indexOf("15897") > -1 && (this.options.convertDetectedLanguage = (s) => s.replace("-", "_")), this.options.lookupFromUrlIndex && (this.options.lookupFromPathIndex = this.options.lookupFromUrlIndex), this.i18nOptions = n, this.addDetector(Uu), this.addDetector(qu), this.addDetector(Fu), this.addDetector(Vu), this.addDetector(Hu), this.addDetector(Bu), this.addDetector(Wu), this.addDetector(zu), this.addDetector(ju);
|
|
3673
3673
|
}
|
|
3674
3674
|
addDetector(t) {
|
|
3675
3675
|
return this.detectors[t.name] = t, this;
|
|
@@ -3690,8 +3690,8 @@ class Uo {
|
|
|
3690
3690
|
}));
|
|
3691
3691
|
}
|
|
3692
3692
|
}
|
|
3693
|
-
|
|
3694
|
-
const Ku = process.env.PUBLIC_URL ?? "/", pe = "/openmrs/ws/fhir2/R4", ee = "/openmrs/ws/rest/v1", Yu = "/openmrs/ws/rest/v2", Ju = "bahmni.user",
|
|
3693
|
+
qo.type = "languageDetector";
|
|
3694
|
+
const Ku = process.env.PUBLIC_URL ?? "/", pe = "/openmrs/ws/fhir2/R4", ee = "/openmrs/ws/rest/v1", Yu = "/openmrs/ws/rest/v2", Ju = "bahmni.user", uv = "/bahmni/home/index.html", Xu = ee + "/bahmnicore/whoami", jo = ee + "/bahmnicore/sql", Qu = "en", Fo = "NG_TRANSLATE_LANG_KEY", Zu = (e, t) => Ku + `${e}/locales/locale_${t}.json`, el = (e, t) => `/bahmni_config/openmrs/i18n/${e}/locale_${t}.json`, It = () => localStorage.getItem(Fo) ?? Qu, Ds = async (e) => {
|
|
3695
3695
|
try {
|
|
3696
3696
|
const t = await z(e);
|
|
3697
3697
|
return t || (console.error(`Invalid response from ${e}`), {});
|
|
@@ -3715,7 +3715,7 @@ const Ku = process.env.PUBLIC_URL ?? "/", pe = "/openmrs/ws/fhir2/R4", ee = "/op
|
|
|
3715
3715
|
}, e !== "en" && (r.en = {
|
|
3716
3716
|
[t]: await Cs(t, "en")
|
|
3717
3717
|
}), r;
|
|
3718
|
-
},
|
|
3718
|
+
}, lv = (e, t) => {
|
|
3719
3719
|
const r = e.toUpperCase(), n = t.toUpperCase().replace(/\s+/g, "_").replace(/[^A-Z0-9_]/g, "");
|
|
3720
3720
|
return `${r}_${n}`;
|
|
3721
3721
|
}, rl = (e, t) => {
|
|
@@ -3732,9 +3732,9 @@ const Ku = process.env.PUBLIC_URL ?? "/", pe = "/openmrs/ws/fhir2/R4", ee = "/op
|
|
|
3732
3732
|
labels: n.labels ?? {},
|
|
3733
3733
|
concepts: n.concepts ?? {}
|
|
3734
3734
|
};
|
|
3735
|
-
},
|
|
3735
|
+
}, dv = async (e) => {
|
|
3736
3736
|
const t = It(), r = await tl(t, e);
|
|
3737
|
-
return await ie.use(
|
|
3737
|
+
return await ie.use(qo).use(Ri).init({
|
|
3738
3738
|
fallbackLng: "en",
|
|
3739
3739
|
ns: [e],
|
|
3740
3740
|
defaultNS: e,
|
|
@@ -3751,7 +3751,7 @@ const Ku = process.env.PUBLIC_URL ?? "/", pe = "/openmrs/ws/fhir2/R4", ee = "/op
|
|
|
3751
3751
|
}
|
|
3752
3752
|
}), ie;
|
|
3753
3753
|
};
|
|
3754
|
-
function
|
|
3754
|
+
function fv() {
|
|
3755
3755
|
const e = _n(null), t = _n(null), r = Xr(async () => {
|
|
3756
3756
|
t.current && (t.current.getTracks().forEach((o) => o.stop()), t.current = null);
|
|
3757
3757
|
const a = await navigator.mediaDevices.getUserMedia({
|
|
@@ -4307,10 +4307,10 @@ const $l = /^(\d+)(th|st|nd|rd)?/i, Nl = /\d+/i, Il = {
|
|
|
4307
4307
|
short: /^(su|mo|tu|we|th|fr|sa)/i,
|
|
4308
4308
|
abbreviated: /^(sun|mon|tue|wed|thu|fri|sat)/i,
|
|
4309
4309
|
wide: /^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i
|
|
4310
|
-
},
|
|
4310
|
+
}, Ul = {
|
|
4311
4311
|
narrow: [/^s/i, /^m/i, /^t/i, /^w/i, /^t/i, /^f/i, /^s/i],
|
|
4312
4312
|
any: [/^su/i, /^m/i, /^tu/i, /^w/i, /^th/i, /^f/i, /^sa/i]
|
|
4313
|
-
},
|
|
4313
|
+
}, ql = {
|
|
4314
4314
|
narrow: /^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,
|
|
4315
4315
|
any: /^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i
|
|
4316
4316
|
}, jl = {
|
|
@@ -4352,11 +4352,11 @@ const $l = /^(\d+)(th|st|nd|rd)?/i, Nl = /\d+/i, Il = {
|
|
|
4352
4352
|
day: de({
|
|
4353
4353
|
matchPatterns: xl,
|
|
4354
4354
|
defaultMatchWidth: "wide",
|
|
4355
|
-
parsePatterns:
|
|
4355
|
+
parsePatterns: Ul,
|
|
4356
4356
|
defaultParseWidth: "any"
|
|
4357
4357
|
}),
|
|
4358
4358
|
dayPeriod: de({
|
|
4359
|
-
matchPatterns:
|
|
4359
|
+
matchPatterns: ql,
|
|
4360
4360
|
defaultMatchWidth: "any",
|
|
4361
4361
|
parsePatterns: jl,
|
|
4362
4362
|
defaultParseWidth: "any"
|
|
@@ -4401,7 +4401,7 @@ function oe(e, t) {
|
|
|
4401
4401
|
const r = e < 0 ? "-" : "", n = Math.abs(e).toString().padStart(t, "0");
|
|
4402
4402
|
return r + n;
|
|
4403
4403
|
}
|
|
4404
|
-
const
|
|
4404
|
+
const qe = {
|
|
4405
4405
|
// Year
|
|
4406
4406
|
y(e, t) {
|
|
4407
4407
|
const r = e.getFullYear(), n = r > 0 ? r : 1 - r;
|
|
@@ -4461,7 +4461,7 @@ const Ue = {
|
|
|
4461
4461
|
afternoon: "afternoon",
|
|
4462
4462
|
evening: "evening",
|
|
4463
4463
|
night: "night"
|
|
4464
|
-
},
|
|
4464
|
+
}, Us = {
|
|
4465
4465
|
// Era
|
|
4466
4466
|
G: function(e, t, r) {
|
|
4467
4467
|
const n = e.getFullYear() > 0 ? 1 : 0;
|
|
@@ -4484,7 +4484,7 @@ const Ue = {
|
|
|
4484
4484
|
const n = e.getFullYear(), s = n > 0 ? n : 1 - n;
|
|
4485
4485
|
return r.ordinalNumber(s, { unit: "year" });
|
|
4486
4486
|
}
|
|
4487
|
-
return
|
|
4487
|
+
return qe.y(e, t);
|
|
4488
4488
|
},
|
|
4489
4489
|
// Local week-numbering year
|
|
4490
4490
|
Y: function(e, t, r, n) {
|
|
@@ -4583,7 +4583,7 @@ const Ue = {
|
|
|
4583
4583
|
switch (t) {
|
|
4584
4584
|
case "M":
|
|
4585
4585
|
case "MM":
|
|
4586
|
-
return
|
|
4586
|
+
return qe.M(e, t);
|
|
4587
4587
|
// 1st, 2nd, ..., 12th
|
|
4588
4588
|
case "Mo":
|
|
4589
4589
|
return r.ordinalNumber(n + 1, { unit: "month" });
|
|
@@ -4644,7 +4644,7 @@ const Ue = {
|
|
|
4644
4644
|
},
|
|
4645
4645
|
// Day of the month
|
|
4646
4646
|
d: function(e, t, r) {
|
|
4647
|
-
return t === "do" ? r.ordinalNumber(e.getDate(), { unit: "date" }) :
|
|
4647
|
+
return t === "do" ? r.ordinalNumber(e.getDate(), { unit: "date" }) : qe.d(e, t);
|
|
4648
4648
|
},
|
|
4649
4649
|
// Day of year
|
|
4650
4650
|
D: function(e, t, r) {
|
|
@@ -4879,11 +4879,11 @@ const Ue = {
|
|
|
4879
4879
|
let n = e.getHours() % 12;
|
|
4880
4880
|
return n === 0 && (n = 12), r.ordinalNumber(n, { unit: "hour" });
|
|
4881
4881
|
}
|
|
4882
|
-
return
|
|
4882
|
+
return qe.h(e, t);
|
|
4883
4883
|
},
|
|
4884
4884
|
// Hour [0-23]
|
|
4885
4885
|
H: function(e, t, r) {
|
|
4886
|
-
return t === "Ho" ? r.ordinalNumber(e.getHours(), { unit: "hour" }) :
|
|
4886
|
+
return t === "Ho" ? r.ordinalNumber(e.getHours(), { unit: "hour" }) : qe.H(e, t);
|
|
4887
4887
|
},
|
|
4888
4888
|
// Hour [0-11]
|
|
4889
4889
|
K: function(e, t, r) {
|
|
@@ -4897,15 +4897,15 @@ const Ue = {
|
|
|
4897
4897
|
},
|
|
4898
4898
|
// Minute
|
|
4899
4899
|
m: function(e, t, r) {
|
|
4900
|
-
return t === "mo" ? r.ordinalNumber(e.getMinutes(), { unit: "minute" }) :
|
|
4900
|
+
return t === "mo" ? r.ordinalNumber(e.getMinutes(), { unit: "minute" }) : qe.m(e, t);
|
|
4901
4901
|
},
|
|
4902
4902
|
// Second
|
|
4903
4903
|
s: function(e, t, r) {
|
|
4904
|
-
return t === "so" ? r.ordinalNumber(e.getSeconds(), { unit: "second" }) :
|
|
4904
|
+
return t === "so" ? r.ordinalNumber(e.getSeconds(), { unit: "second" }) : qe.s(e, t);
|
|
4905
4905
|
},
|
|
4906
4906
|
// Fraction of second
|
|
4907
4907
|
S: function(e, t) {
|
|
4908
|
-
return
|
|
4908
|
+
return qe.S(e, t);
|
|
4909
4909
|
},
|
|
4910
4910
|
// Timezone (ISO-8601. If offset is 0, output is always `'Z'`)
|
|
4911
4911
|
X: function(e, t, r) {
|
|
@@ -4921,10 +4921,10 @@ const Ue = {
|
|
|
4921
4921
|
// so this token always has the same output as `XX`
|
|
4922
4922
|
case "XXXX":
|
|
4923
4923
|
case "XX":
|
|
4924
|
-
return
|
|
4924
|
+
return Ge(n);
|
|
4925
4925
|
// Hours and minutes with `:` delimiter
|
|
4926
4926
|
default:
|
|
4927
|
-
return
|
|
4927
|
+
return Ge(n, ":");
|
|
4928
4928
|
}
|
|
4929
4929
|
},
|
|
4930
4930
|
// Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
|
|
@@ -4939,10 +4939,10 @@ const Ue = {
|
|
|
4939
4939
|
// so this token always has the same output as `xx`
|
|
4940
4940
|
case "xxxx":
|
|
4941
4941
|
case "xx":
|
|
4942
|
-
return
|
|
4942
|
+
return Ge(n);
|
|
4943
4943
|
// Hours and minutes with `:` delimiter
|
|
4944
4944
|
default:
|
|
4945
|
-
return
|
|
4945
|
+
return Ge(n, ":");
|
|
4946
4946
|
}
|
|
4947
4947
|
},
|
|
4948
4948
|
// Timezone (GMT)
|
|
@@ -4953,9 +4953,9 @@ const Ue = {
|
|
|
4953
4953
|
case "O":
|
|
4954
4954
|
case "OO":
|
|
4955
4955
|
case "OOO":
|
|
4956
|
-
return "GMT" +
|
|
4956
|
+
return "GMT" + qs(n, ":");
|
|
4957
4957
|
default:
|
|
4958
|
-
return "GMT" +
|
|
4958
|
+
return "GMT" + Ge(n, ":");
|
|
4959
4959
|
}
|
|
4960
4960
|
},
|
|
4961
4961
|
// Timezone (specific non-location)
|
|
@@ -4966,9 +4966,9 @@ const Ue = {
|
|
|
4966
4966
|
case "z":
|
|
4967
4967
|
case "zz":
|
|
4968
4968
|
case "zzz":
|
|
4969
|
-
return "GMT" +
|
|
4969
|
+
return "GMT" + qs(n, ":");
|
|
4970
4970
|
default:
|
|
4971
|
-
return "GMT" +
|
|
4971
|
+
return "GMT" + Ge(n, ":");
|
|
4972
4972
|
}
|
|
4973
4973
|
},
|
|
4974
4974
|
// Seconds timestamp
|
|
@@ -4981,14 +4981,14 @@ const Ue = {
|
|
|
4981
4981
|
return oe(+e, t.length);
|
|
4982
4982
|
}
|
|
4983
4983
|
};
|
|
4984
|
-
function
|
|
4984
|
+
function qs(e, t = "") {
|
|
4985
4985
|
const r = e > 0 ? "-" : "+", n = Math.abs(e), s = Math.trunc(n / 60), a = n % 60;
|
|
4986
4986
|
return a === 0 ? r + String(s) : r + String(s) + t + oe(a, 2);
|
|
4987
4987
|
}
|
|
4988
4988
|
function js(e, t) {
|
|
4989
|
-
return e % 60 === 0 ? (e > 0 ? "-" : "+") + oe(Math.abs(e) / 60, 2) :
|
|
4989
|
+
return e % 60 === 0 ? (e > 0 ? "-" : "+") + oe(Math.abs(e) / 60, 2) : Ge(e, t);
|
|
4990
4990
|
}
|
|
4991
|
-
function
|
|
4991
|
+
function Ge(e, t = "") {
|
|
4992
4992
|
const r = e > 0 ? "-" : "+", n = Math.abs(e), s = oe(Math.trunc(n / 60), 2), a = oe(n % 60, 2);
|
|
4993
4993
|
return r + s + t + a;
|
|
4994
4994
|
}
|
|
@@ -5070,7 +5070,7 @@ function ad(e, t, r) {
|
|
|
5070
5070
|
const m = d[0];
|
|
5071
5071
|
if (m === "'")
|
|
5072
5072
|
return { isToken: !1, value: od(d) };
|
|
5073
|
-
if (
|
|
5073
|
+
if (Us[m])
|
|
5074
5074
|
return { isToken: !0, value: d };
|
|
5075
5075
|
if (m.match(sd))
|
|
5076
5076
|
throw new RangeError(
|
|
@@ -5088,7 +5088,7 @@ function ad(e, t, r) {
|
|
|
5088
5088
|
if (!d.isToken) return d.value;
|
|
5089
5089
|
const m = d.value;
|
|
5090
5090
|
(!r?.useAdditionalWeekYearTokens && Xl(m) || !r?.useAdditionalDayOfYearTokens && Jl(m)) && Ql(m, t, String(e));
|
|
5091
|
-
const y =
|
|
5091
|
+
const y = Us[m[0]];
|
|
5092
5092
|
return y(i, m, s.localize, l);
|
|
5093
5093
|
}).join("");
|
|
5094
5094
|
}
|
|
@@ -5548,8 +5548,8 @@ const Vs = {
|
|
|
5548
5548
|
evening: "abends",
|
|
5549
5549
|
night: "nachts"
|
|
5550
5550
|
}
|
|
5551
|
-
},
|
|
5552
|
-
ordinalNumber:
|
|
5551
|
+
}, Ud = (e) => Number(e) + ".", qd = {
|
|
5552
|
+
ordinalNumber: Ud,
|
|
5553
5553
|
era: le({
|
|
5554
5554
|
values: Dd,
|
|
5555
5555
|
defaultWidth: "wide"
|
|
@@ -5685,7 +5685,7 @@ const Vs = {
|
|
|
5685
5685
|
formatDistance: Td,
|
|
5686
5686
|
formatLong: $d,
|
|
5687
5687
|
formatRelative: Id,
|
|
5688
|
-
localize:
|
|
5688
|
+
localize: qd,
|
|
5689
5689
|
match: Qd,
|
|
5690
5690
|
options: {
|
|
5691
5691
|
weekStartsOn: 1,
|
|
@@ -6173,12 +6173,12 @@ const Vs = {
|
|
|
6173
6173
|
long: "HH:mm:ss z",
|
|
6174
6174
|
medium: "HH:mm:ss",
|
|
6175
6175
|
short: "HH:mm"
|
|
6176
|
-
},
|
|
6176
|
+
}, Uf = {
|
|
6177
6177
|
full: "{{date}} 'à' {{time}}",
|
|
6178
6178
|
long: "{{date}} 'à' {{time}}",
|
|
6179
6179
|
medium: "{{date}}, {{time}}",
|
|
6180
6180
|
short: "{{date}}, {{time}}"
|
|
6181
|
-
},
|
|
6181
|
+
}, qf = {
|
|
6182
6182
|
date: we({
|
|
6183
6183
|
formats: Mf,
|
|
6184
6184
|
defaultWidth: "full"
|
|
@@ -6188,7 +6188,7 @@ const Vs = {
|
|
|
6188
6188
|
defaultWidth: "full"
|
|
6189
6189
|
}),
|
|
6190
6190
|
dateTime: we({
|
|
6191
|
-
formats:
|
|
6191
|
+
formats: Uf,
|
|
6192
6192
|
defaultWidth: "full"
|
|
6193
6193
|
})
|
|
6194
6194
|
}, jf = {
|
|
@@ -6421,7 +6421,7 @@ const Vs = {
|
|
|
6421
6421
|
}, zs = {
|
|
6422
6422
|
code: "fr",
|
|
6423
6423
|
formatDistance: kf,
|
|
6424
|
-
formatLong:
|
|
6424
|
+
formatLong: qf,
|
|
6425
6425
|
formatRelative: Ff,
|
|
6426
6426
|
localize: Yf,
|
|
6427
6427
|
match: cp,
|
|
@@ -6429,7 +6429,7 @@ const Vs = {
|
|
|
6429
6429
|
weekStartsOn: 1,
|
|
6430
6430
|
firstWeekContainsDate: 4
|
|
6431
6431
|
}
|
|
6432
|
-
}, up = "dd/MM/yyyy",
|
|
6432
|
+
}, up = "dd/MM/yyyy", pv = "MMMM dd, yyyy", hv = "do MMM, yyyy", lp = "dd/MM/yyyy HH:mm", mv = "yyyy-MM-dd", gv = "d/m/Y", Pe = {
|
|
6433
6433
|
PARSE_ERROR: "DATE_ERROR_PARSE",
|
|
6434
6434
|
FORMAT_ERROR: "DATE_ERROR_FORMAT",
|
|
6435
6435
|
EMPTY_OR_INVALID: "DATE_ERROR_EMPTY_OR_INVALID",
|
|
@@ -6509,13 +6509,13 @@ function ai(e, t, r) {
|
|
|
6509
6509
|
const s = dp();
|
|
6510
6510
|
return { formattedResult: ad(n, t, { locale: s }) };
|
|
6511
6511
|
}
|
|
6512
|
-
function
|
|
6512
|
+
function yv(e, t) {
|
|
6513
6513
|
return ai(e, lp, t);
|
|
6514
6514
|
}
|
|
6515
|
-
function
|
|
6515
|
+
function vv(e, t, r = up) {
|
|
6516
6516
|
return ai(e, r, t);
|
|
6517
6517
|
}
|
|
6518
|
-
function
|
|
6518
|
+
function bv(e, t, r) {
|
|
6519
6519
|
if (!e || !Dt(e) || t === null || t === void 0 || !r || typeof t != "number")
|
|
6520
6520
|
return;
|
|
6521
6521
|
const n = new Date(e);
|
|
@@ -6530,7 +6530,7 @@ function vv(e, t, r) {
|
|
|
6530
6530
|
return;
|
|
6531
6531
|
}
|
|
6532
6532
|
}
|
|
6533
|
-
function
|
|
6533
|
+
function wv(e, t) {
|
|
6534
6534
|
if (e == null)
|
|
6535
6535
|
return {
|
|
6536
6536
|
formattedResult: "",
|
|
@@ -6582,11 +6582,11 @@ function bv(e, t) {
|
|
|
6582
6582
|
}
|
|
6583
6583
|
return { formattedResult: c };
|
|
6584
6584
|
}
|
|
6585
|
-
const
|
|
6585
|
+
const Ev = () => {
|
|
6586
6586
|
const e = /* @__PURE__ */ new Date();
|
|
6587
6587
|
return e.setHours(0, 0, 0, 0), e;
|
|
6588
6588
|
};
|
|
6589
|
-
function
|
|
6589
|
+
function _v(e, t) {
|
|
6590
6590
|
const r = new Date(e), s = new Intl.DateTimeFormat("en-US", {
|
|
6591
6591
|
day: "2-digit",
|
|
6592
6592
|
month: "short",
|
|
@@ -6602,7 +6602,7 @@ function Ev(e, t) {
|
|
|
6602
6602
|
}
|
|
6603
6603
|
return c;
|
|
6604
6604
|
}
|
|
6605
|
-
function
|
|
6605
|
+
function Sv(e, t) {
|
|
6606
6606
|
const r = new Date(e), n = /* @__PURE__ */ new Date(), s = Vn(n, r), a = jn(r, s), o = Fn(n, a), i = jr(a, o), c = Nn(n, i);
|
|
6607
6607
|
if (s === 0 && o < 3) {
|
|
6608
6608
|
const m = Nn(n, r);
|
|
@@ -6625,14 +6625,14 @@ const pp = {
|
|
|
6625
6625
|
h: 1 / 24,
|
|
6626
6626
|
min: 1 / 1440,
|
|
6627
6627
|
s: 1 / 86400
|
|
6628
|
-
},
|
|
6628
|
+
}, Rv = (e, t, r) => {
|
|
6629
6629
|
const n = typeof e == "string" ? new Date(e) : e;
|
|
6630
6630
|
if (isNaN(n.getTime()))
|
|
6631
6631
|
throw new Error(`Invalid date: ${e}`);
|
|
6632
6632
|
const s = pp[r] ?? 1, a = t * s;
|
|
6633
6633
|
return zo(n, a);
|
|
6634
|
-
},
|
|
6635
|
-
function
|
|
6634
|
+
}, Tv = (e, t, r, n) => e <= n && r <= t;
|
|
6635
|
+
function Av(e, t, r = !1) {
|
|
6636
6636
|
return !e || !Array.isArray(e) ? [] : e.sort((n, s) => {
|
|
6637
6637
|
const a = new Date(n[t]), o = new Date(s[t]);
|
|
6638
6638
|
if (isNaN(a.getTime()) && isNaN(o.getTime())) return 0;
|
|
@@ -6642,11 +6642,11 @@ function Tv(e, t, r = !1) {
|
|
|
6642
6642
|
return r ? i : -i;
|
|
6643
6643
|
});
|
|
6644
6644
|
}
|
|
6645
|
-
const
|
|
6645
|
+
const Ov = async (e, t, r) => {
|
|
6646
6646
|
const { exact: n = !0, refetchActiveNow: s = !0 } = r ?? {};
|
|
6647
6647
|
await e.cancelQueries({ queryKey: t, exact: n }), await e.removeQueries({ queryKey: t, exact: n }), await e.invalidateQueries({ queryKey: t, exact: n }), s && await e.refetchQueries({ queryKey: t, exact: n, type: "active" });
|
|
6648
6648
|
}, hp = () => Math.random().toString(36).substring(2, 9);
|
|
6649
|
-
function
|
|
6649
|
+
function Pv(e, t = " -") {
|
|
6650
6650
|
return e ? e.toLowerCase().split(new RegExp(`[${t}]+`)).map((n) => n.charAt(0).toUpperCase() + n.slice(1)).join(" ") : "";
|
|
6651
6651
|
}
|
|
6652
6652
|
function oi(e) {
|
|
@@ -6658,7 +6658,7 @@ function oi(e) {
|
|
|
6658
6658
|
}
|
|
6659
6659
|
return "";
|
|
6660
6660
|
}
|
|
6661
|
-
const
|
|
6661
|
+
const $v = (e) => !e || e.trim().length === 0, Nv = (e, t) => {
|
|
6662
6662
|
if (!e || !t || t.length === 0)
|
|
6663
6663
|
return 999;
|
|
6664
6664
|
const r = t.findIndex(
|
|
@@ -6666,7 +6666,7 @@ const Pv = (e) => !e || e.trim().length === 0, $v = (e, t) => {
|
|
|
6666
6666
|
);
|
|
6667
6667
|
return r === -1 ? 999 : r;
|
|
6668
6668
|
};
|
|
6669
|
-
function
|
|
6669
|
+
function Iv(e, t) {
|
|
6670
6670
|
if (!e || e.length === 0)
|
|
6671
6671
|
return [];
|
|
6672
6672
|
const r = /* @__PURE__ */ new Map();
|
|
@@ -6678,7 +6678,7 @@ function Nv(e, t) {
|
|
|
6678
6678
|
items: s
|
|
6679
6679
|
}));
|
|
6680
6680
|
}
|
|
6681
|
-
function
|
|
6681
|
+
function Dv(e, t, r) {
|
|
6682
6682
|
if (!e || e.length === 0)
|
|
6683
6683
|
return [];
|
|
6684
6684
|
const n = /* @__PURE__ */ new Set(), s = /* @__PURE__ */ new Set();
|
|
@@ -6699,7 +6699,7 @@ function mp(e) {
|
|
|
6699
6699
|
a[n(o[1])] = n(o[2]);
|
|
6700
6700
|
return a;
|
|
6701
6701
|
}
|
|
6702
|
-
function
|
|
6702
|
+
function Cv(e, t, r) {
|
|
6703
6703
|
const n = /{{([^}]*)}}/g, s = e.match(n);
|
|
6704
6704
|
let a = e;
|
|
6705
6705
|
const o = r ?? !1, i = o ? mp() : {};
|
|
@@ -6712,7 +6712,7 @@ function Dv(e, t, r) {
|
|
|
6712
6712
|
const gp = (e) => new Promise((t, r) => {
|
|
6713
6713
|
const n = new FileReader();
|
|
6714
6714
|
n.onloadend = () => t(n.result), n.onerror = r, n.readAsDataURL(e);
|
|
6715
|
-
}),
|
|
6715
|
+
}), Lv = (e) => {
|
|
6716
6716
|
if (typeof e == "number" && !isNaN(e))
|
|
6717
6717
|
return "number";
|
|
6718
6718
|
if (typeof e != "string")
|
|
@@ -6720,11 +6720,11 @@ const gp = (e) => new Promise((t, r) => {
|
|
|
6720
6720
|
const t = e.toLowerCase();
|
|
6721
6721
|
return t.endsWith(".pdf") ? "PDF" : [".png", ".jpg", ".jpeg", ".gif", ".bmp", ".svg"].some((s) => t.endsWith(s)) ? "Image" : [".mp4", ".ogg", ".webm", ".mkv", ".flv"].some((s) => t.endsWith(s)) ? "Video" : typeof e == "string" ? "string" : "object";
|
|
6722
6722
|
};
|
|
6723
|
-
function
|
|
6723
|
+
function kv(e) {
|
|
6724
6724
|
return e.replace(/\s+/g, "_").replace(/([a-z])([A-Z])/g, "$1_$2").replace(/([A-Z])([A-Z][a-z])/g, "$1_$2").toUpperCase();
|
|
6725
6725
|
}
|
|
6726
6726
|
const yp = (e) => ee + `/user?username=${e}&v=custom:(username,uuid)`, vp = "bahmni.user.location";
|
|
6727
|
-
async function
|
|
6727
|
+
async function Mv() {
|
|
6728
6728
|
const e = oi(Ju);
|
|
6729
6729
|
if (!e)
|
|
6730
6730
|
return null;
|
|
@@ -6794,18 +6794,18 @@ const Hn = () => {
|
|
|
6794
6794
|
}, ii = ee + "/idgen/identifiertype", Sp = (e) => ee + `/bahmni/app/setting?module=${e}`, Rp = "bahmni.primaryIdentifierType", Tp = ee + "/bahmnicore/patientprofile", Ap = (e) => ee + `/bahmnicore/patientprofile/${e}`, Op = (e) => ee + `/patientprofile/${e}?v=full`, Pp = (e, t, r = 20, n) => {
|
|
6795
6795
|
let s = `/openmrs/module/addresshierarchy/ajax/getPossibleAddressHierarchyEntriesWithParents.form?addressField=${e}&limit=${r}&searchString=${encodeURIComponent(t)}`;
|
|
6796
6796
|
return n && (s += `&parent=${n}`), s;
|
|
6797
|
-
}, $p = "/openmrs/module/addresshierarchy/ajax/getOrderedAddressHierarchyLevels.form", Np = ee + "/relationshiptype?v=custom:(aIsToB,bIsToA,uuid)&limit=150", Ip = 20, Dp = 2,
|
|
6797
|
+
}, $p = "/openmrs/module/addresshierarchy/ajax/getOrderedAddressHierarchyLevels.form", Np = ee + "/relationshiptype?v=custom:(aIsToB,bIsToA,uuid)&limit=150", Ip = 20, Dp = 2, xv = 120, Uv = 50, qv = 15, Cp = /^[a-f0-9-]{36}$/i, Lp = (e) => Yu + `/patientImage?patientUuid=${e}`, kp = ee + "/personattributetype?v=custom:(uuid,name,sortWeight,description,format,concept:(uuid,display,answers:(uuid,name)))", Mp = async (e) => {
|
|
6798
6798
|
if (!e || e.trim() === "")
|
|
6799
6799
|
throw new Error("Invalid patient UUID: UUID cannot be empty");
|
|
6800
6800
|
if (!Cp.test(e))
|
|
6801
6801
|
throw new Error(`Invalid patient UUID format: ${e}`);
|
|
6802
6802
|
return z(wp(e));
|
|
6803
|
-
}, xp = (e) => !e.extension || !Array.isArray(e.extension) ? [] : e.extension.flatMap((t) => t.extension && Array.isArray(t.extension) ? t.extension.filter((r) => r.valueString).map((r) => r.valueString) : []),
|
|
6803
|
+
}, xp = (e) => !e.extension || !Array.isArray(e.extension) ? [] : e.extension.flatMap((t) => t.extension && Array.isArray(t.extension) ? t.extension.filter((r) => r.valueString).map((r) => r.valueString) : []), Up = (e) => {
|
|
6804
6804
|
if (!e.name || e.name.length === 0)
|
|
6805
6805
|
return null;
|
|
6806
6806
|
const t = e.name[0], r = t.given?.join(" ") ?? "", n = t.family ?? "";
|
|
6807
6807
|
return !r && !n ? null : `${r} ${n}`.trim();
|
|
6808
|
-
},
|
|
6808
|
+
}, qp = (e) => {
|
|
6809
6809
|
if (!e) return null;
|
|
6810
6810
|
const t = [
|
|
6811
6811
|
...e.line ?? [],
|
|
@@ -6815,14 +6815,14 @@ const Hn = () => {
|
|
|
6815
6815
|
], r = e.city ?? "", n = e.state ?? "", s = e.postalCode ?? "", a = t.filter(Boolean);
|
|
6816
6816
|
return r && a.push(r), n && s ? a.push(`${n} ${s}`) : n ? a.push(n) : s && a.push(s), a.length > 0 ? a.join(", ").trim() : null;
|
|
6817
6817
|
}, jp = (e) => !e?.system || !e.value ? null : `${e.system}: ${e.value}`, Fp = (e) => {
|
|
6818
|
-
const t = e.address && e.address.length > 0 ?
|
|
6818
|
+
const t = e.address && e.address.length > 0 ? qp(e.address[0]) : null, r = e.telecom && e.telecom.length > 0 ? jp(e.telecom[0]) : null, n = e.identifier ?? [], s = /* @__PURE__ */ new Map();
|
|
6819
6819
|
n.length > 0 && n.forEach((o) => {
|
|
6820
6820
|
!o.type?.text || !o.value || s.set(o.type.text, o.value);
|
|
6821
6821
|
});
|
|
6822
6822
|
const a = e.birthDate ? fp(e.birthDate) : null;
|
|
6823
6823
|
return {
|
|
6824
6824
|
id: e.id ?? "",
|
|
6825
|
-
fullName:
|
|
6825
|
+
fullName: Up(e),
|
|
6826
6826
|
gender: e.gender ?? null,
|
|
6827
6827
|
birthDate: e.birthDate ?? null,
|
|
6828
6828
|
formattedAddress: t,
|
|
@@ -6830,20 +6830,20 @@ const Hn = () => {
|
|
|
6830
6830
|
identifiers: s,
|
|
6831
6831
|
age: a
|
|
6832
6832
|
};
|
|
6833
|
-
},
|
|
6833
|
+
}, jv = async (e) => {
|
|
6834
6834
|
const t = await Mp(e);
|
|
6835
6835
|
return Fp(t);
|
|
6836
|
-
},
|
|
6836
|
+
}, Fv = async (e) => {
|
|
6837
6837
|
const t = await fetch(Lp(e));
|
|
6838
6838
|
if (!t.ok) return null;
|
|
6839
6839
|
const r = await t.blob();
|
|
6840
6840
|
return await gp(r);
|
|
6841
|
-
},
|
|
6841
|
+
}, Vv = async (e, t) => {
|
|
6842
6842
|
const r = Hn();
|
|
6843
6843
|
return await z(
|
|
6844
6844
|
Ep(e, r.uuid, t)
|
|
6845
6845
|
);
|
|
6846
|
-
},
|
|
6846
|
+
}, Hv = async (e, t, r, n, s) => {
|
|
6847
6847
|
const a = Hn();
|
|
6848
6848
|
return await z(
|
|
6849
6849
|
_p(
|
|
@@ -6854,9 +6854,9 @@ const Hn = () => {
|
|
|
6854
6854
|
a.uuid
|
|
6855
6855
|
)
|
|
6856
6856
|
);
|
|
6857
|
-
},
|
|
6857
|
+
}, Bv = async () => z(ii), Vp = async () => (await z(Sp("core"))).find(
|
|
6858
6858
|
(r) => r.property === Rp
|
|
6859
|
-
)?.value ?? null,
|
|
6859
|
+
)?.value ?? null, Wv = async () => {
|
|
6860
6860
|
const [e, t] = await Promise.all([
|
|
6861
6861
|
z(ii),
|
|
6862
6862
|
Vp()
|
|
@@ -6873,10 +6873,10 @@ const Hn = () => {
|
|
|
6873
6873
|
sourcesByPrefix: n,
|
|
6874
6874
|
primaryIdentifierTypeUuid: t
|
|
6875
6875
|
}) : { prefixes: r, sourcesByPrefix: n, primaryIdentifierTypeUuid: t };
|
|
6876
|
-
},
|
|
6876
|
+
}, zv = async (e) => Ve(Tp, e), Gv = async (e, t) => Ve(
|
|
6877
6877
|
Ap(e),
|
|
6878
6878
|
t
|
|
6879
|
-
),
|
|
6879
|
+
), Kv = async () => z(Vo("mrs.genders")), Yv = async (e, t, r = Ip, n) => {
|
|
6880
6880
|
if (!t || t.length < Dp)
|
|
6881
6881
|
return [];
|
|
6882
6882
|
try {
|
|
@@ -6888,7 +6888,7 @@ const Hn = () => {
|
|
|
6888
6888
|
`Failed to fetch address hierarchy for field "${e}": ${s instanceof Error ? s.message : "Unknown error"}`
|
|
6889
6889
|
);
|
|
6890
6890
|
}
|
|
6891
|
-
},
|
|
6891
|
+
}, Jv = async () => z($p), Xv = async (e) => z(Op(e)), Qv = async () => {
|
|
6892
6892
|
try {
|
|
6893
6893
|
return (await z(
|
|
6894
6894
|
Np
|
|
@@ -6902,9 +6902,9 @@ const Hn = () => {
|
|
|
6902
6902
|
`Failed to fetch relationship types: ${e instanceof Error ? e.message : "Unknown error"}`
|
|
6903
6903
|
);
|
|
6904
6904
|
}
|
|
6905
|
-
},
|
|
6905
|
+
}, Zv = async () => z(kp);
|
|
6906
6906
|
var Hp = /* @__PURE__ */ ((e) => (e.BOOLEAN = "java.lang.Boolean", e.BOOLEAN_DATATYPE = "org.openmrs.customdatatype.datatype.BooleanDatatype", e.CONCEPT = "org.openmrs.Concept", e.CODED_CONCEPT = "org.bahmni.module.bahmnicore.customdatatype.datatype.CodedConceptDatatype", e.CONCEPT_DATATYPE = "org.openmrs.customdatatype.datatype.ConceptDatatype", e.STRING = "java.lang.String", e.FREE_TEXT = "org.openmrs.customdatatype.datatype.FreeTextDatatype", e.REGEX_VALIDATED_TEXT = "org.openmrs.customdatatype.datatype.RegexValidatedTextDatatype", e.INTEGER = "java.lang.Integer", e.FLOAT = "java.lang.Float", e.ATTRIBUTABLE_DATE = "org.openmrs.util.AttributableDate", e.DATE_DATATYPE = "org.openmrs.customdatatype.datatype.DateDatatype", e))(Hp || {}), Bp = /* @__PURE__ */ ((e) => (e.CHECKBOX = "checkbox", e.DROPDOWN = "dropdown", e.TEXT = "text", e.NUMBER = "number", e.DATE = "date", e))(Bp || {});
|
|
6907
|
-
const
|
|
6907
|
+
const eb = (e) => e === "java.lang.Boolean" || e === "org.openmrs.customdatatype.datatype.BooleanDatatype" ? "checkbox" : e === "org.openmrs.Concept" || e === "org.bahmni.module.bahmnicore.customdatatype.datatype.CodedConceptDatatype" || e === "org.openmrs.customdatatype.datatype.ConceptDatatype" ? "dropdown" : e === "java.lang.Integer" || e === "java.lang.Float" ? "number" : e === "org.openmrs.util.AttributableDate" || e === "org.openmrs.customdatatype.datatype.DateDatatype" ? "date" : "text", tb = (e) => e === "java.lang.Boolean" || e === "org.openmrs.customdatatype.datatype.BooleanDatatype", rb = (e) => e === "org.openmrs.Concept" || e === "org.bahmni.module.bahmnicore.customdatatype.datatype.CodedConceptDatatype" || e === "org.openmrs.customdatatype.datatype.ConceptDatatype", nb = (e) => e === "java.lang.Integer" || e === "java.lang.Float", sb = (e) => e === "org.openmrs.util.AttributableDate" || e === "org.openmrs.customdatatype.datatype.DateDatatype", ab = (e) => e === "java.lang.String" || e === "org.openmrs.customdatatype.datatype.FreeTextDatatype" || e === "org.openmrs.customdatatype.datatype.RegexValidatedTextDatatype", Wp = (e) => {
|
|
6908
6908
|
const t = new CustomEvent("bahmni-audit-log", { detail: e });
|
|
6909
6909
|
window.dispatchEvent(t);
|
|
6910
6910
|
}, zp = (e) => {
|
|
@@ -6957,10 +6957,10 @@ const Zv = (e) => e === "java.lang.Boolean" || e === "org.openmrs.customdatatype
|
|
|
6957
6957
|
}
|
|
6958
6958
|
}, Gp = ee + "/auditlog", Kp = {
|
|
6959
6959
|
UNKNOWN_EVENT_TYPE: "AUDIT_LOG_ERROR_UNKNOWN_EVENT_TYPE"
|
|
6960
|
-
}, Yp = () => ee + "/bahmnicore/config/bahmniencounter?callerContext=REGISTRATION_CONCEPTS", Jp = ee + "/visit", Xp = (e) => ee + `/visit?patient=${e}&includeInactive=false&v=custom:(uuid,visitType,startDatetime,stopDatetime)`, Qp = (e) => ee + `/bahmnicore/visitLocation/${e}`,
|
|
6960
|
+
}, Yp = () => ee + "/bahmnicore/config/bahmniencounter?callerContext=REGISTRATION_CONCEPTS", Jp = ee + "/visit", Xp = (e) => ee + `/visit?patient=${e}&includeInactive=false&v=custom:(uuid,visitType,startDatetime,stopDatetime)`, Qp = (e) => ee + `/bahmnicore/visitLocation/${e}`, ob = async () => z(Yp()), Zp = async (e) => z(Xp(e)), eh = async (e) => z(Qp(e)), th = async (e) => Ve(Jp, e), ib = async (e) => {
|
|
6961
6961
|
const t = await Zp(e);
|
|
6962
6962
|
return t?.results && t.results.length > 0;
|
|
6963
|
-
},
|
|
6963
|
+
}, cb = async (e, t) => {
|
|
6964
6964
|
const r = await eh(
|
|
6965
6965
|
Hn().uuid
|
|
6966
6966
|
), n = {
|
|
@@ -6974,7 +6974,7 @@ const Zv = (e) => e === "java.lang.Boolean" || e === "org.openmrs.customdatatype
|
|
|
6974
6974
|
messageParams: { visitType: t.name },
|
|
6975
6975
|
module: Dn.OPEN_VISIT.module
|
|
6976
6976
|
}), s;
|
|
6977
|
-
}, rh = ee + "/appointments/search", ci = ee + "/appointments", nh = "bahmni.sqlGet.upComingAppointments", sh = "bahmni.sqlGet.pastAppointments", ah = (e) => `${ci}/${e}`, oh = (e) => `${jo}?patientUuid=${e}&q=${nh}&v=full`, ih = (e) => `${jo}?patientUuid=${e}&q=${sh}&v=full`, ch = (e) => `${ci}/${e}/status-change`,
|
|
6977
|
+
}, rh = ee + "/appointments/search", ci = ee + "/appointments", nh = "bahmni.sqlGet.upComingAppointments", sh = "bahmni.sqlGet.pastAppointments", ah = (e) => `${ci}/${e}`, oh = (e) => `${jo}?patientUuid=${e}&q=${nh}&v=full`, ih = (e) => `${jo}?patientUuid=${e}&q=${sh}&v=full`, ch = (e) => `${ci}/${e}/status-change`, ub = async (e) => await Ve(
|
|
6978
6978
|
rh,
|
|
6979
6979
|
e
|
|
6980
6980
|
), ui = (e) => {
|
|
@@ -7032,15 +7032,15 @@ const Zv = (e) => e === "java.lang.Boolean" || e === "org.openmrs.customdatatype
|
|
|
7032
7032
|
customAttributes: []
|
|
7033
7033
|
}
|
|
7034
7034
|
};
|
|
7035
|
-
},
|
|
7035
|
+
}, lb = async (e) => (await z(
|
|
7036
7036
|
oh(e)
|
|
7037
|
-
) || []).map(ui),
|
|
7037
|
+
) || []).map(ui), db = async (e) => (await z(
|
|
7038
7038
|
ih(e)
|
|
7039
|
-
) || []).map(ui),
|
|
7039
|
+
) || []).map(ui), fb = async (e, t, r) => await Ve(
|
|
7040
7040
|
ch(e),
|
|
7041
7041
|
{ toStatus: t, onDate: r }
|
|
7042
7042
|
);
|
|
7043
|
-
async function
|
|
7043
|
+
async function pb(e) {
|
|
7044
7044
|
return await z(ah(e));
|
|
7045
7045
|
}
|
|
7046
7046
|
const uh = () => {
|
|
@@ -7072,7 +7072,7 @@ const uh = () => {
|
|
|
7072
7072
|
);
|
|
7073
7073
|
}
|
|
7074
7074
|
};
|
|
7075
|
-
}, on = uh(), lh = (e) => pe + `/ValueSet/${e}/$expand`, dh = (e) => pe + `/ValueSet/$expand?filter=${encodeURIComponent(e)}`, fh = (e, t, r) => ee + `/bahmni/terminologies/concepts?limit=${t}&locale=${r}&term=${e}`, ph = (e) => ee + `/concept/${e}`, hh = (e) => `${ee}/concept?s=byFullySpecifiedName&name=${encodeURIComponent(e)}`, mh = "SHORT", gh = "FULLY_SPECIFIED",
|
|
7075
|
+
}, on = uh(), lh = (e) => pe + `/ValueSet/${e}/$expand`, dh = (e) => pe + `/ValueSet/$expand?filter=${encodeURIComponent(e)}`, fh = (e, t, r) => ee + `/bahmni/terminologies/concepts?limit=${t}&locale=${r}&term=${e}`, ph = (e) => ee + `/concept/${e}`, hh = (e) => `${ee}/concept?s=byFullySpecifiedName&name=${encodeURIComponent(e)}`, mh = "SHORT", gh = "FULLY_SPECIFIED", hb = async (e, t = 20) => {
|
|
7076
7076
|
const r = It(), n = fh(e, t, r);
|
|
7077
7077
|
return z(n);
|
|
7078
7078
|
}, Rr = async (e) => {
|
|
@@ -7082,10 +7082,10 @@ const uh = () => {
|
|
|
7082
7082
|
const t = `${dh(e)}`;
|
|
7083
7083
|
return z(t);
|
|
7084
7084
|
};
|
|
7085
|
-
async function
|
|
7085
|
+
async function mb(e) {
|
|
7086
7086
|
return await z(ph(e));
|
|
7087
7087
|
}
|
|
7088
|
-
async function
|
|
7088
|
+
async function gb(e) {
|
|
7089
7089
|
const t = hh(e), r = await z(t);
|
|
7090
7090
|
return !r.results || r.results.length === 0 ? null : r.results[0];
|
|
7091
7091
|
}
|
|
@@ -7121,7 +7121,7 @@ const bh = (e) => pe + `/AllergyIntolerance?patient=${e}&_count=100&_sort=-_last
|
|
|
7121
7121
|
}), cn = (e, t) => {
|
|
7122
7122
|
const r = e.expansion?.contains ?? [];
|
|
7123
7123
|
return Eh(r).map((s) => _h(s, t));
|
|
7124
|
-
},
|
|
7124
|
+
}, yb = async (e, t, r) => {
|
|
7125
7125
|
const n = e ?? nt.MEDICATION.code, s = t ?? nt.FOOD.code, a = r ?? nt.ENVIRONMENT.code, [o, i, c] = await Promise.all([
|
|
7126
7126
|
Rr(n),
|
|
7127
7127
|
Rr(s),
|
|
@@ -7141,7 +7141,7 @@ const bh = (e) => pe + `/AllergyIntolerance?patient=${e}&_count=100&_sort=-_last
|
|
|
7141
7141
|
nt.ENVIRONMENT.display
|
|
7142
7142
|
)
|
|
7143
7143
|
];
|
|
7144
|
-
},
|
|
7144
|
+
}, vb = async (e) => {
|
|
7145
7145
|
const t = e ?? wh.code;
|
|
7146
7146
|
return (await Rr(t)).compose?.include[0]?.concept ?? [];
|
|
7147
7147
|
};
|
|
@@ -7175,19 +7175,19 @@ function Th(e) {
|
|
|
7175
7175
|
};
|
|
7176
7176
|
});
|
|
7177
7177
|
}
|
|
7178
|
-
async function
|
|
7178
|
+
async function bb(e) {
|
|
7179
7179
|
const t = await Rh(e);
|
|
7180
7180
|
return Th(t);
|
|
7181
7181
|
}
|
|
7182
7182
|
var Ah = /* @__PURE__ */ ((e) => (e.Active = "Active", e.Inactive = "Inactive", e))(Ah || {}), Oh = /* @__PURE__ */ ((e) => (e.mild = "mild", e.moderate = "moderate", e.severe = "severe", e))(Oh || {});
|
|
7183
|
-
const
|
|
7183
|
+
const wb = "http://fhir.openmrs.org/code-system/encounter-type", Ph = "problem-list-item", Eb = "http://terminology.hl7.org/CodeSystem/condition-ver-status", $h = "encounter-diagnosis", _b = "http://terminology.hl7.org/CodeSystem/condition-clinical", Sb = "http://terminology.hl7.org/CodeSystem/condition-category", Rb = "http://fhir.bahmni.org/ext/lab-order-concept-type", Tb = "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", Ab = "http://fhir.bahmni.org/ext/observation/form-namespace-path", Ob = "http://fhir.bahmni.org/ext/observation/obs-value-attachment", Pb = "Numeric", $b = "Complex", Nb = "final", Ib = "Observation", Db = /^\d{4}-\d{2}-\d{2}/, Nh = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}/, Cb = {
|
|
7184
7184
|
ABNORMAL: { code: "A", display: "Abnormal" },
|
|
7185
7185
|
NORMAL: { code: "N", display: "Normal" }
|
|
7186
7186
|
}, Ih = (e) => pe + `/Condition?category=${Ph}&patient=${e}&_count=100&_sort=-_lastUpdated`;
|
|
7187
7187
|
async function Dh(e) {
|
|
7188
7188
|
return await z(`${Ih(e)}`);
|
|
7189
7189
|
}
|
|
7190
|
-
async function
|
|
7190
|
+
async function Lb(e) {
|
|
7191
7191
|
return (await Dh(e)).entry?.filter((n) => n.resource?.resourceType === "Condition").map((n) => n.resource) ?? [];
|
|
7192
7192
|
}
|
|
7193
7193
|
const Ch = (e) => pe + `/Condition?category=${$h}&patient=${e}&_count=100&_sort=-_lastUpdated`, un = [
|
|
@@ -7215,10 +7215,10 @@ const xh = (e) => {
|
|
|
7215
7215
|
default:
|
|
7216
7216
|
return un[1];
|
|
7217
7217
|
}
|
|
7218
|
-
},
|
|
7219
|
-
function
|
|
7218
|
+
}, Uh = (e) => !!(e.id && e.code && e.recordedDate);
|
|
7219
|
+
function qh(e) {
|
|
7220
7220
|
return (e.entry?.filter((r) => r.resource?.resourceType === "Condition").map((r) => r.resource) ?? []).map((r) => {
|
|
7221
|
-
if (!
|
|
7221
|
+
if (!Uh(r))
|
|
7222
7222
|
throw new Error("Incomplete diagnosis data");
|
|
7223
7223
|
const n = xh(r), s = r.recordedDate;
|
|
7224
7224
|
return {
|
|
@@ -7243,11 +7243,11 @@ function jh(e) {
|
|
|
7243
7243
|
}
|
|
7244
7244
|
return Array.from(t.values());
|
|
7245
7245
|
}
|
|
7246
|
-
async function
|
|
7247
|
-
const t = await Mh(e), r =
|
|
7246
|
+
async function kb(e) {
|
|
7247
|
+
const t = await Mh(e), r = qh(t);
|
|
7248
7248
|
return jh(r);
|
|
7249
7249
|
}
|
|
7250
|
-
var
|
|
7250
|
+
var Ue = /* @__PURE__ */ ((e) => (e.Active = "active", e.OnHold = "on-hold", e.Completed = "completed", e.Stopped = "stopped", e.Cancelled = "cancelled", e.EnteredInError = "entered-in-error", e.Draft = "draft", e.Unknown = "unknown", e))(Ue || {});
|
|
7251
7251
|
const St = {
|
|
7252
7252
|
// Base parameters for all medication request queries
|
|
7253
7253
|
SORT: "_sort=-_lastUpdated",
|
|
@@ -7265,21 +7265,21 @@ const St = {
|
|
|
7265
7265
|
}, Hh = ee + "/bahmnicore/config/drugOrders", Bh = (e, t) => pe + `/Medication?name=${encodeURIComponent(e)}&_count=${t}&_sort=-_lastUpdated`, Wh = pe + "/Medication?code=http://hl7.org/fhir/sid/cvx|&_count=100", zh = (e) => {
|
|
7266
7266
|
switch (e.status) {
|
|
7267
7267
|
case "active":
|
|
7268
|
-
return
|
|
7268
|
+
return Ue.Active;
|
|
7269
7269
|
case "on-hold":
|
|
7270
|
-
return
|
|
7270
|
+
return Ue.OnHold;
|
|
7271
7271
|
case "cancelled":
|
|
7272
|
-
return
|
|
7272
|
+
return Ue.Cancelled;
|
|
7273
7273
|
case "completed":
|
|
7274
|
-
return
|
|
7274
|
+
return Ue.Completed;
|
|
7275
7275
|
case "entered-in-error":
|
|
7276
|
-
return
|
|
7276
|
+
return Ue.EnteredInError;
|
|
7277
7277
|
case "stopped":
|
|
7278
|
-
return
|
|
7278
|
+
return Ue.Stopped;
|
|
7279
7279
|
case "draft":
|
|
7280
|
-
return
|
|
7280
|
+
return Ue.Draft;
|
|
7281
7281
|
case "unknown":
|
|
7282
|
-
return
|
|
7282
|
+
return Ue.Unknown;
|
|
7283
7283
|
}
|
|
7284
7284
|
};
|
|
7285
7285
|
async function Gh(e, t, r, n = !1) {
|
|
@@ -7410,7 +7410,7 @@ function sm(e) {
|
|
|
7410
7410
|
});
|
|
7411
7411
|
}
|
|
7412
7412
|
const Ks = (e) => e.priority === "stat" || e.dosageInstruction?.[0]?.timing?.code?.text === "Immediately" || !1;
|
|
7413
|
-
async function
|
|
7413
|
+
async function Mb(e, t, r, n = !1) {
|
|
7414
7414
|
const s = await Gh(
|
|
7415
7415
|
e,
|
|
7416
7416
|
t,
|
|
@@ -7419,12 +7419,12 @@ async function kb(e, t, r, n = !1) {
|
|
|
7419
7419
|
);
|
|
7420
7420
|
return sm(s);
|
|
7421
7421
|
}
|
|
7422
|
-
async function
|
|
7422
|
+
async function xb() {
|
|
7423
7423
|
return await z(
|
|
7424
7424
|
Hh
|
|
7425
7425
|
);
|
|
7426
7426
|
}
|
|
7427
|
-
async function
|
|
7427
|
+
async function Ub(e, t = 20) {
|
|
7428
7428
|
return await z(
|
|
7429
7429
|
Bh(e, t)
|
|
7430
7430
|
);
|
|
@@ -7462,7 +7462,7 @@ async function Ct(e, t, r, n, s) {
|
|
|
7462
7462
|
);
|
|
7463
7463
|
return o.entry && (o.entry = om(o.entry), o.total = o.entry.length), o;
|
|
7464
7464
|
}
|
|
7465
|
-
async function
|
|
7465
|
+
async function jb(e, t, r, n) {
|
|
7466
7466
|
return await Ct(
|
|
7467
7467
|
t,
|
|
7468
7468
|
e,
|
|
@@ -7470,7 +7470,7 @@ async function Ub(e, t, r, n) {
|
|
|
7470
7470
|
n
|
|
7471
7471
|
);
|
|
7472
7472
|
}
|
|
7473
|
-
async function
|
|
7473
|
+
async function Fb(e, t, r, n) {
|
|
7474
7474
|
return await Ct(
|
|
7475
7475
|
t,
|
|
7476
7476
|
e,
|
|
@@ -7479,7 +7479,7 @@ async function jb(e, t, r, n) {
|
|
|
7479
7479
|
"ImagingStudy:basedon"
|
|
7480
7480
|
);
|
|
7481
7481
|
}
|
|
7482
|
-
async function
|
|
7482
|
+
async function Vb(e, t, r, n) {
|
|
7483
7483
|
return (await Ct(
|
|
7484
7484
|
t,
|
|
7485
7485
|
e,
|
|
@@ -7487,7 +7487,7 @@ async function Fb(e, t, r, n) {
|
|
|
7487
7487
|
n
|
|
7488
7488
|
)).entry?.filter((o) => o.resource?.resourceType === "ServiceRequest").map((o) => o.resource) ?? [];
|
|
7489
7489
|
}
|
|
7490
|
-
async function
|
|
7490
|
+
async function Hb(e, t, r, n) {
|
|
7491
7491
|
return await Ct(
|
|
7492
7492
|
t,
|
|
7493
7493
|
e,
|
|
@@ -7498,29 +7498,33 @@ async function Vb(e, t, r, n) {
|
|
|
7498
7498
|
const im = (e, t) => {
|
|
7499
7499
|
const r = `${pe}/DiagnosticReport?patient=${e}`;
|
|
7500
7500
|
return t ? `${r}&based-on=${t}` : r;
|
|
7501
|
-
}, cm = (e) => `${pe}/DiagnosticReport/${e}/$fetch-bundle`;
|
|
7502
|
-
async function
|
|
7501
|
+
}, cm = (e) => `${pe}/DiagnosticReport/${e}/$fetch-bundle`, um = (e) => `${pe}/DiagnosticReport/${e}/$update-bundle`;
|
|
7502
|
+
async function Bb(e, t = []) {
|
|
7503
7503
|
const r = t.length > 0 ? t.join(",") : void 0, n = im(e, r);
|
|
7504
7504
|
return await z(n);
|
|
7505
7505
|
}
|
|
7506
|
-
async function
|
|
7506
|
+
async function Wb(e) {
|
|
7507
7507
|
const t = cm(e);
|
|
7508
7508
|
return await z(t);
|
|
7509
7509
|
}
|
|
7510
|
-
|
|
7510
|
+
async function zb(e, t) {
|
|
7511
|
+
const r = um(e);
|
|
7512
|
+
return await Ve(r, t);
|
|
7513
|
+
}
|
|
7514
|
+
const Gb = [
|
|
7511
7515
|
"preliminary",
|
|
7512
7516
|
"final",
|
|
7513
7517
|
"amended",
|
|
7514
7518
|
"corrected",
|
|
7515
7519
|
"appended"
|
|
7516
|
-
],
|
|
7520
|
+
], Kb = [
|
|
7517
7521
|
"registered",
|
|
7518
7522
|
"unknown",
|
|
7519
7523
|
"partial"
|
|
7520
|
-
],
|
|
7524
|
+
], lm = "All Orderables", dm = "/openmrs/ws/rest/v1/ordertype?v=custom:(uuid,display,conceptClasses:(uuid,name))", fm = "LabSet", pm = "http://fhir.bahmni.org/ext/ValueSet/concept-class", Yb = ["orderTypes"], hm = async () => await yh(lm), Wn = async () => await z(dm), mm = (e) => {
|
|
7521
7525
|
let t = e.display ?? "Unknown investigation";
|
|
7522
|
-
return li(e) ===
|
|
7523
|
-
},
|
|
7526
|
+
return li(e) === fm && (t += ` (${ie.t("INVESTIGATION_PANEL")})`), t;
|
|
7527
|
+
}, gm = (e) => {
|
|
7524
7528
|
const t = /* @__PURE__ */ new Map();
|
|
7525
7529
|
return e.results.forEach((r) => {
|
|
7526
7530
|
r.conceptClasses.forEach((n) => {
|
|
@@ -7529,10 +7533,10 @@ const Wb = [
|
|
|
7529
7533
|
}), t;
|
|
7530
7534
|
}, li = (e) => {
|
|
7531
7535
|
const t = e.extension?.find(
|
|
7532
|
-
(r) => r.url ===
|
|
7536
|
+
(r) => r.url === pm
|
|
7533
7537
|
);
|
|
7534
7538
|
return t ? t.valueString ?? "" : "";
|
|
7535
|
-
},
|
|
7539
|
+
}, ym = (e, t) => {
|
|
7536
7540
|
const r = [];
|
|
7537
7541
|
return !e.expansion?.contains || e.expansion.contains.length === 0 || t.size === 0 || e.expansion.contains.forEach((n) => {
|
|
7538
7542
|
n.contains?.forEach((s) => {
|
|
@@ -7542,19 +7546,19 @@ const Wb = [
|
|
|
7542
7546
|
return;
|
|
7543
7547
|
r.filter((l) => l.code === a.code && l.categoryCode === i.uuid).length > 0 || r.push({
|
|
7544
7548
|
code: a.code ?? "",
|
|
7545
|
-
display:
|
|
7549
|
+
display: mm(a),
|
|
7546
7550
|
category: i.display,
|
|
7547
7551
|
categoryCode: i.uuid
|
|
7548
7552
|
});
|
|
7549
7553
|
});
|
|
7550
7554
|
});
|
|
7551
7555
|
}), r;
|
|
7552
|
-
},
|
|
7553
|
-
const e = await
|
|
7554
|
-
return
|
|
7555
|
-
},
|
|
7556
|
+
}, Jb = async () => {
|
|
7557
|
+
const e = await hm(), t = await Wn();
|
|
7558
|
+
return ym(e, gm(t));
|
|
7559
|
+
}, Xb = async (e) => e ? (await Wn()).results.find(
|
|
7556
7560
|
(n) => n.display.toLowerCase() === e.toLowerCase()
|
|
7557
|
-
)?.uuid : void 0,
|
|
7561
|
+
)?.uuid : void 0, Qb = async () => (await Wn()).results.map((t) => t.display), Zb = async (e, t, r) => {
|
|
7558
7562
|
const n = [];
|
|
7559
7563
|
for (const s of e) {
|
|
7560
7564
|
const a = s.uuid;
|
|
@@ -7574,10 +7578,10 @@ const Wb = [
|
|
|
7574
7578
|
}
|
|
7575
7579
|
return n;
|
|
7576
7580
|
};
|
|
7577
|
-
function
|
|
7581
|
+
function vm(e) {
|
|
7578
7582
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
7579
7583
|
}
|
|
7580
|
-
var xt = { exports: {} }, ln = {}, ke = {},
|
|
7584
|
+
var xt = { exports: {} }, ln = {}, ke = {}, Be = {}, dn = {}, fn = {}, pn = {}, Ys;
|
|
7581
7585
|
function Dr() {
|
|
7582
7586
|
return Ys || (Ys = 1, (function(e) {
|
|
7583
7587
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.regexpCode = e.getEsmExportName = e.getProperty = e.safeStringify = e.stringify = e.strConcat = e.addCodeArg = e.str = e._ = e.nil = e._Code = e.Name = e.IDENTIFIER = e._CodeOrName = void 0;
|
|
@@ -8120,13 +8124,13 @@ function Q() {
|
|
|
8120
8124
|
}
|
|
8121
8125
|
}
|
|
8122
8126
|
k.kind = "catch";
|
|
8123
|
-
class
|
|
8127
|
+
class q extends v {
|
|
8124
8128
|
render(b) {
|
|
8125
8129
|
return "finally" + super.render(b);
|
|
8126
8130
|
}
|
|
8127
8131
|
}
|
|
8128
|
-
|
|
8129
|
-
class
|
|
8132
|
+
q.kind = "finally";
|
|
8133
|
+
class U {
|
|
8130
8134
|
constructor(b, T = {}) {
|
|
8131
8135
|
this._values = {}, this._blockStarts = [], this._constants = {}, this.opts = { ...T, _n: T.lines ? `
|
|
8132
8136
|
` : "" }, this._extScope = b, this._scope = new r.Scope({ parent: b }), this._nodes = [new g()];
|
|
@@ -8274,7 +8278,7 @@ function Q() {
|
|
|
8274
8278
|
const B = this.name("e");
|
|
8275
8279
|
this._currNode = F.catch = new k(B), T(B);
|
|
8276
8280
|
}
|
|
8277
|
-
return D && (this._currNode = F.finally = new
|
|
8281
|
+
return D && (this._currNode = F.finally = new q(), this.code(D)), this._endBlockNode(k, q);
|
|
8278
8282
|
}
|
|
8279
8283
|
// `throw` statement
|
|
8280
8284
|
throw(b) {
|
|
@@ -8336,7 +8340,7 @@ function Q() {
|
|
|
8336
8340
|
T[T.length - 1] = b;
|
|
8337
8341
|
}
|
|
8338
8342
|
}
|
|
8339
|
-
e.CodeGen =
|
|
8343
|
+
e.CodeGen = U;
|
|
8340
8344
|
function j(N, b) {
|
|
8341
8345
|
for (const T in b)
|
|
8342
8346
|
N[T] = (N[T] || 0) + (b[T] || 0);
|
|
@@ -8406,8 +8410,8 @@ function te() {
|
|
|
8406
8410
|
if (!R.strictSchema || typeof E == "boolean")
|
|
8407
8411
|
return;
|
|
8408
8412
|
const k = P.RULES.keywords;
|
|
8409
|
-
for (const
|
|
8410
|
-
k[
|
|
8413
|
+
for (const q in E)
|
|
8414
|
+
k[q] || w(_, `unknown keyword: "${q}"`);
|
|
8411
8415
|
}
|
|
8412
8416
|
Y.checkUnknownRules = s;
|
|
8413
8417
|
function a(_, E) {
|
|
@@ -8463,8 +8467,8 @@ function te() {
|
|
|
8463
8467
|
}
|
|
8464
8468
|
Y.eachItem = y;
|
|
8465
8469
|
function S({ mergeNames: _, mergeToName: E, mergeValues: R, resultToName: P }) {
|
|
8466
|
-
return (k,
|
|
8467
|
-
const V =
|
|
8470
|
+
return (k, q, U, j) => {
|
|
8471
|
+
const V = U === void 0 ? q : U instanceof e.Name ? (q instanceof e.Name ? _(k, q, U) : E(k, q, U), U) : q instanceof e.Name ? (E(k, U, q), q) : R(q, U);
|
|
8468
8472
|
return j === e.Name && !(V instanceof e.Name) ? P(k, V) : V;
|
|
8469
8473
|
};
|
|
8470
8474
|
}
|
|
@@ -8526,10 +8530,10 @@ function te() {
|
|
|
8526
8530
|
}
|
|
8527
8531
|
return Y.checkStrictMode = w, Y;
|
|
8528
8532
|
}
|
|
8529
|
-
var
|
|
8530
|
-
function
|
|
8531
|
-
if (ea) return
|
|
8532
|
-
ea = 1, Object.defineProperty(
|
|
8533
|
+
var Ut = {}, ea;
|
|
8534
|
+
function He() {
|
|
8535
|
+
if (ea) return Ut;
|
|
8536
|
+
ea = 1, Object.defineProperty(Ut, "__esModule", { value: !0 });
|
|
8533
8537
|
const e = Q(), t = {
|
|
8534
8538
|
// validation function arguments
|
|
8535
8539
|
data: new e.Name("data"),
|
|
@@ -8559,13 +8563,13 @@ function Ve() {
|
|
|
8559
8563
|
jsonLen: new e.Name("jsonLen"),
|
|
8560
8564
|
jsonPart: new e.Name("jsonPart")
|
|
8561
8565
|
};
|
|
8562
|
-
return
|
|
8566
|
+
return Ut.default = t, Ut;
|
|
8563
8567
|
}
|
|
8564
8568
|
var ta;
|
|
8565
8569
|
function Hr() {
|
|
8566
8570
|
return ta || (ta = 1, (function(e) {
|
|
8567
8571
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.extendErrors = e.resetErrorsCount = e.reportExtraError = e.reportError = e.keyword$DataError = e.keywordError = void 0;
|
|
8568
|
-
const t = Q(), r = te(), n =
|
|
8572
|
+
const t = Q(), r = te(), n = He();
|
|
8569
8573
|
e.keywordError = {
|
|
8570
8574
|
message: ({ keyword: f }) => (0, t.str)`must pass "${f}" keyword validation`
|
|
8571
8575
|
}, e.keyword$DataError = {
|
|
@@ -8632,28 +8636,28 @@ function Hr() {
|
|
|
8632
8636
|
return u && (w = (0, t.str)`${w}${(0, r.getErrorPath)(u, r.Type.Str)}`), [d.schemaPath, w];
|
|
8633
8637
|
}
|
|
8634
8638
|
function g(f, { params: p, message: u }, h) {
|
|
8635
|
-
const { keyword: w, data: _, schemaValue: E, it: R } = f, { opts: P, propertyName: k, topSchemaRef:
|
|
8636
|
-
h.push([d.keyword, w], [d.params, typeof p == "function" ? p(f) : p || (0, t._)`{}`]), P.messages && h.push([d.message, typeof u == "function" ? u(f) : u]), P.verbose && h.push([d.schema, E], [d.parentSchema, (0, t._)`${
|
|
8639
|
+
const { keyword: w, data: _, schemaValue: E, it: R } = f, { opts: P, propertyName: k, topSchemaRef: q, schemaPath: U } = R;
|
|
8640
|
+
h.push([d.keyword, w], [d.params, typeof p == "function" ? p(f) : p || (0, t._)`{}`]), P.messages && h.push([d.message, typeof u == "function" ? u(f) : u]), P.verbose && h.push([d.schema, E], [d.parentSchema, (0, t._)`${q}${U}`], [n.default.data, _]), k && h.push([d.propertyName, k]);
|
|
8637
8641
|
}
|
|
8638
8642
|
})(dn)), dn;
|
|
8639
8643
|
}
|
|
8640
8644
|
var ra;
|
|
8641
|
-
function
|
|
8642
|
-
if (ra) return
|
|
8643
|
-
ra = 1, Object.defineProperty(
|
|
8644
|
-
const e = Hr(), t = Q(), r =
|
|
8645
|
+
function bm() {
|
|
8646
|
+
if (ra) return Be;
|
|
8647
|
+
ra = 1, Object.defineProperty(Be, "__esModule", { value: !0 }), Be.boolOrEmptySchema = Be.topBoolOrEmptySchema = void 0;
|
|
8648
|
+
const e = Hr(), t = Q(), r = He(), n = {
|
|
8645
8649
|
message: "boolean schema is false"
|
|
8646
8650
|
};
|
|
8647
8651
|
function s(i) {
|
|
8648
8652
|
const { gen: c, schema: l, validateName: d } = i;
|
|
8649
8653
|
l === !1 ? o(i, !1) : typeof l == "object" && l.$async === !0 ? c.return(r.default.data) : (c.assign((0, t._)`${d}.errors`, null), c.return(!0));
|
|
8650
8654
|
}
|
|
8651
|
-
|
|
8655
|
+
Be.topBoolOrEmptySchema = s;
|
|
8652
8656
|
function a(i, c) {
|
|
8653
8657
|
const { gen: l, schema: d } = i;
|
|
8654
8658
|
d === !1 ? (l.var(c, !1), o(i)) : l.var(c, !0);
|
|
8655
8659
|
}
|
|
8656
|
-
|
|
8660
|
+
Be.boolOrEmptySchema = a;
|
|
8657
8661
|
function o(i, c) {
|
|
8658
8662
|
const { gen: l, data: d } = i, m = {
|
|
8659
8663
|
gen: l,
|
|
@@ -8667,17 +8671,17 @@ function vm() {
|
|
|
8667
8671
|
};
|
|
8668
8672
|
(0, e.reportError)(m, n, void 0, c);
|
|
8669
8673
|
}
|
|
8670
|
-
return
|
|
8674
|
+
return Be;
|
|
8671
8675
|
}
|
|
8672
|
-
var ye = {},
|
|
8676
|
+
var ye = {}, We = {}, na;
|
|
8673
8677
|
function di() {
|
|
8674
|
-
if (na) return
|
|
8675
|
-
na = 1, Object.defineProperty(
|
|
8678
|
+
if (na) return We;
|
|
8679
|
+
na = 1, Object.defineProperty(We, "__esModule", { value: !0 }), We.getRules = We.isJSONType = void 0;
|
|
8676
8680
|
const e = ["string", "number", "integer", "boolean", "null", "object", "array"], t = new Set(e);
|
|
8677
8681
|
function r(s) {
|
|
8678
8682
|
return typeof s == "string" && t.has(s);
|
|
8679
8683
|
}
|
|
8680
|
-
|
|
8684
|
+
We.isJSONType = r;
|
|
8681
8685
|
function n() {
|
|
8682
8686
|
const s = {
|
|
8683
8687
|
number: { type: "number", rules: [] },
|
|
@@ -8693,7 +8697,7 @@ function di() {
|
|
|
8693
8697
|
keywords: {}
|
|
8694
8698
|
};
|
|
8695
8699
|
}
|
|
8696
|
-
return
|
|
8700
|
+
return We.getRules = n, We;
|
|
8697
8701
|
}
|
|
8698
8702
|
var Me = {}, sa;
|
|
8699
8703
|
function fi() {
|
|
@@ -8761,13 +8765,13 @@ function Cr() {
|
|
|
8761
8765
|
function m(u, h, w) {
|
|
8762
8766
|
const { gen: _, data: E, opts: R } = u, P = _.let("dataType", (0, n._)`typeof ${E}`), k = _.let("coerced", (0, n._)`undefined`);
|
|
8763
8767
|
R.coerceTypes === "array" && _.if((0, n._)`${P} == 'object' && Array.isArray(${E}) && ${E}.length == 1`, () => _.assign(E, (0, n._)`${E}[0]`).assign(P, (0, n._)`typeof ${E}`).if(v(h, E, R.strictNumbers), () => _.assign(k, E))), _.if((0, n._)`${k} !== undefined`);
|
|
8764
|
-
for (const
|
|
8765
|
-
(l.has(
|
|
8768
|
+
for (const U of w)
|
|
8769
|
+
(l.has(U) || U === "array" && R.coerceTypes === "array") && q(U);
|
|
8766
8770
|
_.else(), f(u), _.endIf(), _.if((0, n._)`${k} !== undefined`, () => {
|
|
8767
8771
|
_.assign(E, k), y(u, k);
|
|
8768
8772
|
});
|
|
8769
|
-
function U
|
|
8770
|
-
switch (
|
|
8773
|
+
function q(U) {
|
|
8774
|
+
switch (U) {
|
|
8771
8775
|
case "string":
|
|
8772
8776
|
_.elseIf((0, n._)`${P} == "number" || ${P} == "boolean"`).assign(k, (0, n._)`"" + ${E}`).elseIf((0, n._)`${E} === null`).assign(k, (0, n._)`""`);
|
|
8773
8777
|
return;
|
|
@@ -8863,7 +8867,7 @@ function Cr() {
|
|
|
8863
8867
|
return ye;
|
|
8864
8868
|
}
|
|
8865
8869
|
var vt = {}, oa;
|
|
8866
|
-
function
|
|
8870
|
+
function wm() {
|
|
8867
8871
|
if (oa) return vt;
|
|
8868
8872
|
oa = 1, Object.defineProperty(vt, "__esModule", { value: !0 }), vt.assignDefaults = void 0;
|
|
8869
8873
|
const e = Q(), t = te();
|
|
@@ -8893,7 +8897,7 @@ var Ie = {}, ae = {}, ia;
|
|
|
8893
8897
|
function Ce() {
|
|
8894
8898
|
if (ia) return ae;
|
|
8895
8899
|
ia = 1, Object.defineProperty(ae, "__esModule", { value: !0 }), ae.validateUnion = ae.validateArray = ae.usePattern = ae.callValidateCode = ae.schemaProperties = ae.allSchemaProperties = ae.noPropertyInData = ae.propertyInData = ae.isOwnProperty = ae.hasPropFunc = ae.reportMissingProp = ae.checkMissingProp = ae.checkReportMissingProp = void 0;
|
|
8896
|
-
const e = Q(), t = te(), r =
|
|
8900
|
+
const e = Q(), t = te(), r = He(), n = te();
|
|
8897
8901
|
function s(u, h) {
|
|
8898
8902
|
const { gen: w, data: _, it: E } = u;
|
|
8899
8903
|
w.if(d(w, _, h, E.opts.ownProperties), () => {
|
|
@@ -8939,8 +8943,8 @@ function Ce() {
|
|
|
8939
8943
|
return m(h).filter((w) => !(0, t.alwaysValidSchema)(u, h[w]));
|
|
8940
8944
|
}
|
|
8941
8945
|
ae.schemaProperties = y;
|
|
8942
|
-
function S({ schemaCode: u, data: h, it: { gen: w, topSchemaRef: _, schemaPath: E, errorPath: R }, it: P }, k,
|
|
8943
|
-
const j =
|
|
8946
|
+
function S({ schemaCode: u, data: h, it: { gen: w, topSchemaRef: _, schemaPath: E, errorPath: R }, it: P }, k, q, U) {
|
|
8947
|
+
const j = U ? (0, e._)`${u}, ${h}, ${_}${E}` : h, V = [
|
|
8944
8948
|
[r.default.instancePath, (0, e.strConcat)(r.default.instancePath, R)],
|
|
8945
8949
|
[r.default.parentData, P.parentData],
|
|
8946
8950
|
[r.default.parentDataProperty, P.parentDataProperty],
|
|
@@ -8948,7 +8952,7 @@ function Ce() {
|
|
|
8948
8952
|
];
|
|
8949
8953
|
P.opts.dynamicRef && V.push([r.default.dynamicAnchors, r.default.dynamicAnchors]);
|
|
8950
8954
|
const W = (0, e._)`${j}, ${w.object(...V)}`;
|
|
8951
|
-
return
|
|
8955
|
+
return q !== e.nil ? (0, e._)`${k}.call(${q}, ${W})` : (0, e._)`${k}(${W})`;
|
|
8952
8956
|
}
|
|
8953
8957
|
ae.callValidateCode = S;
|
|
8954
8958
|
const v = (0, e._)`new RegExp`;
|
|
@@ -8969,11 +8973,11 @@ function Ce() {
|
|
|
8969
8973
|
}
|
|
8970
8974
|
return h.var(R, !0), P(() => h.break()), R;
|
|
8971
8975
|
function P(k) {
|
|
8972
|
-
const
|
|
8973
|
-
h.forRange("i", 0,
|
|
8976
|
+
const q = h.const("len", (0, e._)`${w}.length`);
|
|
8977
|
+
h.forRange("i", 0, q, (U) => {
|
|
8974
8978
|
u.subschema({
|
|
8975
8979
|
keyword: _,
|
|
8976
|
-
dataProp:
|
|
8980
|
+
dataProp: U,
|
|
8977
8981
|
dataPropType: t.Type.Num
|
|
8978
8982
|
}, R), h.if((0, e.not)(R), k);
|
|
8979
8983
|
});
|
|
@@ -8984,13 +8988,13 @@ function Ce() {
|
|
|
8984
8988
|
const { gen: h, schema: w, keyword: _, it: E } = u;
|
|
8985
8989
|
if (!Array.isArray(w))
|
|
8986
8990
|
throw new Error("ajv implementation error");
|
|
8987
|
-
if (w.some((
|
|
8991
|
+
if (w.some((q) => (0, t.alwaysValidSchema)(E, q)) && !E.opts.unevaluated)
|
|
8988
8992
|
return;
|
|
8989
8993
|
const P = h.let("valid", !1), k = h.name("_valid");
|
|
8990
|
-
h.block(() => w.forEach((
|
|
8994
|
+
h.block(() => w.forEach((q, U) => {
|
|
8991
8995
|
const j = u.subschema({
|
|
8992
8996
|
keyword: _,
|
|
8993
|
-
schemaProp:
|
|
8997
|
+
schemaProp: U,
|
|
8994
8998
|
compositeRule: !0
|
|
8995
8999
|
}, k);
|
|
8996
9000
|
h.assign(P, (0, e._)`${P} || ${k}`), u.mergeValidEvaluated(j, k) || h.if((0, e.not)(P));
|
|
@@ -8999,10 +9003,10 @@ function Ce() {
|
|
|
8999
9003
|
return ae.validateUnion = p, ae;
|
|
9000
9004
|
}
|
|
9001
9005
|
var ca;
|
|
9002
|
-
function
|
|
9006
|
+
function Em() {
|
|
9003
9007
|
if (ca) return Ie;
|
|
9004
9008
|
ca = 1, Object.defineProperty(Ie, "__esModule", { value: !0 }), Ie.validateKeywordUsage = Ie.validSchemaType = Ie.funcKeywordCode = Ie.macroKeywordCode = void 0;
|
|
9005
|
-
const e = Q(), t =
|
|
9009
|
+
const e = Q(), t = He(), r = Ce(), n = Hr();
|
|
9006
9010
|
function s(y, S) {
|
|
9007
9011
|
const { gen: v, keyword: g, schema: f, parentSchema: p, it: u } = y, h = S.macro.call(u.self, f, p, u), w = l(v, g, h);
|
|
9008
9012
|
u.opts.validateSchema !== !1 && u.self.validateSchema(h, !0);
|
|
@@ -9024,21 +9028,21 @@ function wm() {
|
|
|
9024
9028
|
y.block$data(R, P), y.ok((v = S.valid) !== null && v !== void 0 ? v : R);
|
|
9025
9029
|
function P() {
|
|
9026
9030
|
if (S.errors === !1)
|
|
9027
|
-
|
|
9031
|
+
U(), S.modifying && o(y), j(() => y.error());
|
|
9028
9032
|
else {
|
|
9029
|
-
const V = S.async ? k() :
|
|
9033
|
+
const V = S.async ? k() : q();
|
|
9030
9034
|
S.modifying && o(y), j(() => i(y, V));
|
|
9031
9035
|
}
|
|
9032
9036
|
}
|
|
9033
9037
|
function k() {
|
|
9034
9038
|
const V = g.let("ruleErrs", null);
|
|
9035
|
-
return g.try(() =>
|
|
9039
|
+
return g.try(() => U((0, e._)`await `), (W) => g.assign(R, !1).if((0, e._)`${W} instanceof ${w.ValidationError}`, () => g.assign(V, (0, e._)`${W}.errors`), () => g.throw(W))), V;
|
|
9036
9040
|
}
|
|
9037
|
-
function
|
|
9041
|
+
function q() {
|
|
9038
9042
|
const V = (0, e._)`${E}.errors`;
|
|
9039
|
-
return g.assign(V, null),
|
|
9043
|
+
return g.assign(V, null), U(e.nil), V;
|
|
9040
9044
|
}
|
|
9041
|
-
function
|
|
9045
|
+
function U(V = S.async ? (0, e._)`await ` : e.nil) {
|
|
9042
9046
|
const W = w.opts.passContext ? t.default.this : t.default.self, re = !("compile" in S && !h || S.schema === !1);
|
|
9043
9047
|
g.assign(R, (0, e._)`${V}${(0, r.callValidateCode)(y, E, W, re)}`, S.modifying);
|
|
9044
9048
|
}
|
|
@@ -9088,7 +9092,7 @@ function wm() {
|
|
|
9088
9092
|
return Ie.validateKeywordUsage = m, Ie;
|
|
9089
9093
|
}
|
|
9090
9094
|
var xe = {}, ua;
|
|
9091
|
-
function
|
|
9095
|
+
function _m() {
|
|
9092
9096
|
if (ua) return xe;
|
|
9093
9097
|
ua = 1, Object.defineProperty(xe, "__esModule", { value: !0 }), xe.extendSubschemaMode = xe.extendSubschemaData = xe.getSubschema = void 0;
|
|
9094
9098
|
const e = Q(), t = te();
|
|
@@ -9172,7 +9176,7 @@ function pi() {
|
|
|
9172
9176
|
}), mn;
|
|
9173
9177
|
}
|
|
9174
9178
|
var gn = { exports: {} }, da;
|
|
9175
|
-
function
|
|
9179
|
+
function Sm() {
|
|
9176
9180
|
if (da) return gn.exports;
|
|
9177
9181
|
da = 1;
|
|
9178
9182
|
var e = gn.exports = function(n, s, a) {
|
|
@@ -9250,7 +9254,7 @@ var fa;
|
|
|
9250
9254
|
function Br() {
|
|
9251
9255
|
if (fa) return be;
|
|
9252
9256
|
fa = 1, Object.defineProperty(be, "__esModule", { value: !0 }), be.getSchemaRefs = be.resolveUrl = be.normalizeId = be._getFullPath = be.getFullPath = be.inlineRef = void 0;
|
|
9253
|
-
const e = te(), t = pi(), r =
|
|
9257
|
+
const e = te(), t = pi(), r = Sm(), n = /* @__PURE__ */ new Set([
|
|
9254
9258
|
"type",
|
|
9255
9259
|
"format",
|
|
9256
9260
|
"pattern",
|
|
@@ -9323,19 +9327,19 @@ function Br() {
|
|
|
9323
9327
|
if (typeof g == "boolean")
|
|
9324
9328
|
return {};
|
|
9325
9329
|
const { schemaId: p, uriResolver: u } = this.opts, h = m(g[p] || f), w = { "": h }, _ = c(u, h, !1), E = {}, R = /* @__PURE__ */ new Set();
|
|
9326
|
-
return r(g, { allKeys: !0 }, (
|
|
9330
|
+
return r(g, { allKeys: !0 }, (q, U, j, V) => {
|
|
9327
9331
|
if (V === void 0)
|
|
9328
9332
|
return;
|
|
9329
|
-
const W = _ +
|
|
9333
|
+
const W = _ + U;
|
|
9330
9334
|
let re = w[V];
|
|
9331
|
-
typeof
|
|
9335
|
+
typeof q[p] == "string" && (re = ne.call(this, q[p])), he.call(this, q.$anchor), he.call(this, q.$dynamicAnchor), w[U] = re;
|
|
9332
9336
|
function ne(J) {
|
|
9333
9337
|
const ce = this.opts.uriResolver.resolve;
|
|
9334
9338
|
if (J = m(re ? ce(re, J) : J), R.has(J))
|
|
9335
9339
|
throw k(J);
|
|
9336
9340
|
R.add(J);
|
|
9337
9341
|
let M = this.refs[J];
|
|
9338
|
-
return typeof M == "string" && (M = this.refs[M]), typeof M == "object" ? P(
|
|
9342
|
+
return typeof M == "string" && (M = this.refs[M]), typeof M == "object" ? P(q, M.schema, J) : J !== m(W) && (J[0] === "#" ? (P(q, E[J], J), E[J] = q) : this.refs[J] = W), J;
|
|
9339
9343
|
}
|
|
9340
9344
|
function he(J) {
|
|
9341
9345
|
if (typeof J == "string") {
|
|
@@ -9345,12 +9349,12 @@ function Br() {
|
|
|
9345
9349
|
}
|
|
9346
9350
|
}
|
|
9347
9351
|
}), E;
|
|
9348
|
-
function P(
|
|
9349
|
-
if (
|
|
9352
|
+
function P(q, U, j) {
|
|
9353
|
+
if (U !== void 0 && !t(q, U))
|
|
9350
9354
|
throw k(j);
|
|
9351
9355
|
}
|
|
9352
|
-
function k(
|
|
9353
|
-
return new Error(`reference "${
|
|
9356
|
+
function k(q) {
|
|
9357
|
+
return new Error(`reference "${q}" resolves to more than one schema`);
|
|
9354
9358
|
}
|
|
9355
9359
|
}
|
|
9356
9360
|
return be.getSchemaRefs = v, be;
|
|
@@ -9359,7 +9363,7 @@ var pa;
|
|
|
9359
9363
|
function Wr() {
|
|
9360
9364
|
if (pa) return ke;
|
|
9361
9365
|
pa = 1, Object.defineProperty(ke, "__esModule", { value: !0 }), ke.getData = ke.KeywordCxt = ke.validateFunctionCode = void 0;
|
|
9362
|
-
const e =
|
|
9366
|
+
const e = bm(), t = Cr(), r = fi(), n = Cr(), s = wm(), a = Em(), o = _m(), i = Q(), c = He(), l = Br(), d = te(), m = Hr();
|
|
9363
9367
|
function y(A) {
|
|
9364
9368
|
if (_(A) && (R(A), w(A))) {
|
|
9365
9369
|
f(A);
|
|
@@ -9386,7 +9390,7 @@ function Wr() {
|
|
|
9386
9390
|
function f(A) {
|
|
9387
9391
|
const { schema: $, opts: L, gen: x } = A;
|
|
9388
9392
|
S(A, () => {
|
|
9389
|
-
L.$comment && $.$comment && V(A),
|
|
9393
|
+
L.$comment && $.$comment && V(A), q(A), x.let(c.default.vErrors, null), x.let(c.default.errors, 0), L.unevaluated && p(A), P(A), W(A);
|
|
9390
9394
|
});
|
|
9391
9395
|
}
|
|
9392
9396
|
function p(A) {
|
|
@@ -9417,7 +9421,7 @@ function Wr() {
|
|
|
9417
9421
|
}
|
|
9418
9422
|
function E(A, $) {
|
|
9419
9423
|
const { schema: L, gen: x, opts: H } = A;
|
|
9420
|
-
H.$comment && L.$comment && V(A),
|
|
9424
|
+
H.$comment && L.$comment && V(A), U(A), j(A);
|
|
9421
9425
|
const X = x.const("_errs", c.default.errors);
|
|
9422
9426
|
P(A, X), x.var($, (0, i._)`${X} === ${c.default.errors}`);
|
|
9423
9427
|
}
|
|
@@ -9434,11 +9438,11 @@ function Wr() {
|
|
|
9434
9438
|
const { schema: $, errSchemaPath: L, opts: x, self: H } = A;
|
|
9435
9439
|
$.$ref && x.ignoreKeywordsWithRef && (0, d.schemaHasRulesButRef)($, H.RULES) && H.logger.warn(`$ref: keywords ignored in schema at path "${L}"`);
|
|
9436
9440
|
}
|
|
9437
|
-
function
|
|
9441
|
+
function q(A) {
|
|
9438
9442
|
const { schema: $, opts: L } = A;
|
|
9439
9443
|
$.default !== void 0 && L.useDefaults && L.strictSchema && (0, d.checkStrictMode)(A, "default is ignored in the schema root");
|
|
9440
9444
|
}
|
|
9441
|
-
function
|
|
9445
|
+
function U(A) {
|
|
9442
9446
|
const $ = A.schema[A.opts.schemaId];
|
|
9443
9447
|
$ && (A.baseId = (0, l.resolveUrl)(A.opts.uriResolver, A.baseId, $));
|
|
9444
9448
|
}
|
|
@@ -9668,16 +9672,16 @@ function Wr() {
|
|
|
9668
9672
|
}
|
|
9669
9673
|
return ke.getData = Z, ke;
|
|
9670
9674
|
}
|
|
9671
|
-
var
|
|
9675
|
+
var qt = {}, ha;
|
|
9672
9676
|
function zn() {
|
|
9673
|
-
if (ha) return
|
|
9674
|
-
ha = 1, Object.defineProperty(
|
|
9677
|
+
if (ha) return qt;
|
|
9678
|
+
ha = 1, Object.defineProperty(qt, "__esModule", { value: !0 });
|
|
9675
9679
|
class e extends Error {
|
|
9676
9680
|
constructor(r) {
|
|
9677
9681
|
super("validation failed"), this.errors = r, this.ajv = this.validation = !0;
|
|
9678
9682
|
}
|
|
9679
9683
|
}
|
|
9680
|
-
return
|
|
9684
|
+
return qt.default = e, qt;
|
|
9681
9685
|
}
|
|
9682
9686
|
var jt = {}, ma;
|
|
9683
9687
|
function zr() {
|
|
@@ -9695,7 +9699,7 @@ var Te = {}, ga;
|
|
|
9695
9699
|
function Gn() {
|
|
9696
9700
|
if (ga) return Te;
|
|
9697
9701
|
ga = 1, Object.defineProperty(Te, "__esModule", { value: !0 }), Te.resolveSchema = Te.getCompilingSchema = Te.resolveRef = Te.compileSchema = Te.SchemaEnv = void 0;
|
|
9698
|
-
const e = Q(), t = zn(), r =
|
|
9702
|
+
const e = Q(), t = zn(), r = He(), n = Br(), s = te(), a = Wr();
|
|
9699
9703
|
class o {
|
|
9700
9704
|
constructor(p) {
|
|
9701
9705
|
var u;
|
|
@@ -9742,13 +9746,13 @@ function Gn() {
|
|
|
9742
9746
|
opts: this.opts,
|
|
9743
9747
|
self: this
|
|
9744
9748
|
};
|
|
9745
|
-
let
|
|
9749
|
+
let q;
|
|
9746
9750
|
try {
|
|
9747
9751
|
this._compilations.add(f), (0, a.validateFunctionCode)(k), E.optimize(this.opts.code.optimize);
|
|
9748
|
-
const
|
|
9749
|
-
|
|
9750
|
-
const V = new Function(`${r.default.self}`, `${r.default.scope}`,
|
|
9751
|
-
if (this.scope.value(P, { ref: V }), V.errors = null, V.schema = f.schema, V.schemaEnv = f, f.$async && (V.$async = !0), this.opts.code.source === !0 && (V.source = { validateName: P, validateCode:
|
|
9752
|
+
const U = E.toString();
|
|
9753
|
+
q = `${E.scopeRefs(r.default.scope)}return ${U}`, this.opts.code.process && (q = this.opts.code.process(q, f));
|
|
9754
|
+
const V = new Function(`${r.default.self}`, `${r.default.scope}`, q)(this, this.scope.get());
|
|
9755
|
+
if (this.scope.value(P, { ref: V }), V.errors = null, V.schema = f.schema, V.schemaEnv = f, f.$async && (V.$async = !0), this.opts.code.source === !0 && (V.source = { validateName: P, validateCode: U, scopeValues: E._values }), this.opts.unevaluated) {
|
|
9752
9756
|
const { props: W, items: re } = k;
|
|
9753
9757
|
V.evaluated = {
|
|
9754
9758
|
props: W instanceof e.Name ? void 0 : W,
|
|
@@ -9758,8 +9762,8 @@ function Gn() {
|
|
|
9758
9762
|
}, V.source && (V.source.evaluated = (0, e.stringify)(V.evaluated));
|
|
9759
9763
|
}
|
|
9760
9764
|
return f.validate = V, f;
|
|
9761
|
-
} catch (
|
|
9762
|
-
throw delete f.validate, delete f.validateName,
|
|
9765
|
+
} catch (U) {
|
|
9766
|
+
throw delete f.validate, delete f.validateName, q && this.logger.error("Error compiling schema, function code:", q), U;
|
|
9763
9767
|
} finally {
|
|
9764
9768
|
this._compilations.delete(f);
|
|
9765
9769
|
}
|
|
@@ -9849,16 +9853,16 @@ function Gn() {
|
|
|
9849
9853
|
}
|
|
9850
9854
|
return Te;
|
|
9851
9855
|
}
|
|
9852
|
-
const
|
|
9853
|
-
$id:
|
|
9854
|
-
description:
|
|
9855
|
-
type:
|
|
9856
|
-
required:
|
|
9857
|
-
properties:
|
|
9858
|
-
additionalProperties:
|
|
9856
|
+
const Rm = "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#", Tm = "Meta-schema for $data reference (JSON AnySchema extension proposal)", Am = "object", Om = ["$data"], Pm = { $data: { type: "string", anyOf: [{ format: "relative-json-pointer" }, { format: "json-pointer" }] } }, $m = !1, Nm = {
|
|
9857
|
+
$id: Rm,
|
|
9858
|
+
description: Tm,
|
|
9859
|
+
type: Am,
|
|
9860
|
+
required: Om,
|
|
9861
|
+
properties: Pm,
|
|
9862
|
+
additionalProperties: $m
|
|
9859
9863
|
};
|
|
9860
9864
|
var Ft = {}, bt = { exports: {} }, yn, ya;
|
|
9861
|
-
function
|
|
9865
|
+
function Im() {
|
|
9862
9866
|
return ya || (ya = 1, yn = {
|
|
9863
9867
|
HEX: {
|
|
9864
9868
|
0: 0,
|
|
@@ -9887,10 +9891,10 @@ function Nm() {
|
|
|
9887
9891
|
}), yn;
|
|
9888
9892
|
}
|
|
9889
9893
|
var vn, va;
|
|
9890
|
-
function
|
|
9894
|
+
function Dm() {
|
|
9891
9895
|
if (va) return vn;
|
|
9892
9896
|
va = 1;
|
|
9893
|
-
const { HEX: e } =
|
|
9897
|
+
const { HEX: e } = Im(), t = /^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u;
|
|
9894
9898
|
function r(g) {
|
|
9895
9899
|
if (i(g, ".") < 3)
|
|
9896
9900
|
return { host: g, isIPV4: !1 };
|
|
@@ -10022,7 +10026,7 @@ function Im() {
|
|
|
10022
10026
|
}, vn;
|
|
10023
10027
|
}
|
|
10024
10028
|
var bn, ba;
|
|
10025
|
-
function
|
|
10029
|
+
function Cm() {
|
|
10026
10030
|
if (ba) return bn;
|
|
10027
10031
|
ba = 1;
|
|
10028
10032
|
const e = /^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu, t = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;
|
|
@@ -10114,10 +10118,10 @@ function Dm() {
|
|
|
10114
10118
|
return bn = p, bn;
|
|
10115
10119
|
}
|
|
10116
10120
|
var wa;
|
|
10117
|
-
function
|
|
10121
|
+
function Lm() {
|
|
10118
10122
|
if (wa) return bt.exports;
|
|
10119
10123
|
wa = 1;
|
|
10120
|
-
const { normalizeIPv6: e, normalizeIPv4: t, removeDotSegments: r, recomposeAuthority: n, normalizeComponentEncoding: s } =
|
|
10124
|
+
const { normalizeIPv6: e, normalizeIPv4: t, removeDotSegments: r, recomposeAuthority: n, normalizeComponentEncoding: s } = Dm(), a = Cm();
|
|
10121
10125
|
function o(f, p) {
|
|
10122
10126
|
return typeof f == "string" ? f = d(v(f, p), p) : typeof f == "object" && (f = v(d(f, p), p)), f;
|
|
10123
10127
|
}
|
|
@@ -10213,14 +10217,14 @@ function Cm() {
|
|
|
10213
10217
|
return bt.exports = g, bt.exports.default = g, bt.exports.fastUri = g, bt.exports;
|
|
10214
10218
|
}
|
|
10215
10219
|
var Ea;
|
|
10216
|
-
function
|
|
10220
|
+
function km() {
|
|
10217
10221
|
if (Ea) return Ft;
|
|
10218
10222
|
Ea = 1, Object.defineProperty(Ft, "__esModule", { value: !0 });
|
|
10219
|
-
const e =
|
|
10223
|
+
const e = Lm();
|
|
10220
10224
|
return e.code = 'require("ajv/dist/runtime/uri").default', Ft.default = e, Ft;
|
|
10221
10225
|
}
|
|
10222
10226
|
var _a;
|
|
10223
|
-
function
|
|
10227
|
+
function Mm() {
|
|
10224
10228
|
return _a || (_a = 1, (function(e) {
|
|
10225
10229
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.CodeGen = e.Name = e.nil = e.stringify = e.str = e._ = e.KeywordCxt = void 0;
|
|
10226
10230
|
var t = Wr();
|
|
@@ -10241,7 +10245,7 @@ function km() {
|
|
|
10241
10245
|
} }), Object.defineProperty(e, "CodeGen", { enumerable: !0, get: function() {
|
|
10242
10246
|
return r.CodeGen;
|
|
10243
10247
|
} });
|
|
10244
|
-
const n = zn(), s = zr(), a = di(), o = Gn(), i = Q(), c = Br(), l = Cr(), d = te(), m =
|
|
10248
|
+
const n = zn(), s = zr(), a = di(), o = Gn(), i = Q(), c = Br(), l = Cr(), d = te(), m = Nm, y = km(), S = (M, O) => new RegExp(M, O);
|
|
10245
10249
|
S.code = "new RegExp";
|
|
10246
10250
|
const v = ["removeAdditional", "useDefaults", "coerceTypes"], g = /* @__PURE__ */ new Set([
|
|
10247
10251
|
"validate",
|
|
@@ -10308,7 +10312,7 @@ function km() {
|
|
|
10308
10312
|
const { es5: C, lines: N } = this.opts.code;
|
|
10309
10313
|
this.scope = new i.ValueScope({ scope: {}, prefixes: g, es5: C, lines: N }), this.logger = j(O.logger);
|
|
10310
10314
|
const b = O.validateFormats;
|
|
10311
|
-
O.validateFormats = !1, this.RULES = (0, a.getRules)(), _.call(this, f, O, "NOT SUPPORTED"), _.call(this, p, O, "DEPRECATED", "warn"), this._metaOpts =
|
|
10315
|
+
O.validateFormats = !1, this.RULES = (0, a.getRules)(), _.call(this, f, O, "NOT SUPPORTED"), _.call(this, p, O, "DEPRECATED", "warn"), this._metaOpts = q.call(this), O.formats && P.call(this), this._addVocabularies(), this._addDefaultMetaSchema(), O.keywords && k.call(this, O.keywords), typeof O.meta == "object" && this.addMetaSchema(O.meta), R.call(this), O.validateFormats = b;
|
|
10312
10316
|
}
|
|
10313
10317
|
_addVocabularies() {
|
|
10314
10318
|
this.addKeyword("$async");
|
|
@@ -10597,19 +10601,19 @@ function km() {
|
|
|
10597
10601
|
C.keyword || (C.keyword = O), this.addKeyword(C);
|
|
10598
10602
|
}
|
|
10599
10603
|
}
|
|
10600
|
-
function
|
|
10604
|
+
function q() {
|
|
10601
10605
|
const M = { ...this.opts };
|
|
10602
10606
|
for (const O of v)
|
|
10603
10607
|
delete M[O];
|
|
10604
10608
|
return M;
|
|
10605
10609
|
}
|
|
10606
|
-
const
|
|
10610
|
+
const U = { log() {
|
|
10607
10611
|
}, warn() {
|
|
10608
10612
|
}, error() {
|
|
10609
10613
|
} };
|
|
10610
10614
|
function j(M) {
|
|
10611
10615
|
if (M === !1)
|
|
10612
|
-
return
|
|
10616
|
+
return U;
|
|
10613
10617
|
if (M === void 0)
|
|
10614
10618
|
return console;
|
|
10615
10619
|
if (M.log && M.warn && M.error)
|
|
@@ -10663,7 +10667,7 @@ function km() {
|
|
|
10663
10667
|
})(ln)), ln;
|
|
10664
10668
|
}
|
|
10665
10669
|
var Vt = {}, Ht = {}, Bt = {}, Sa;
|
|
10666
|
-
function
|
|
10670
|
+
function xm() {
|
|
10667
10671
|
if (Sa) return Bt;
|
|
10668
10672
|
Sa = 1, Object.defineProperty(Bt, "__esModule", { value: !0 });
|
|
10669
10673
|
const e = {
|
|
@@ -10675,10 +10679,10 @@ function Mm() {
|
|
|
10675
10679
|
return Bt.default = e, Bt;
|
|
10676
10680
|
}
|
|
10677
10681
|
var je = {}, Ra;
|
|
10678
|
-
function
|
|
10682
|
+
function Um() {
|
|
10679
10683
|
if (Ra) return je;
|
|
10680
10684
|
Ra = 1, Object.defineProperty(je, "__esModule", { value: !0 }), je.callRef = je.getValidate = void 0;
|
|
10681
|
-
const e = zr(), t = Ce(), r = Q(), n =
|
|
10685
|
+
const e = zr(), t = Ce(), r = Q(), n = He(), s = Gn(), a = te(), o = {
|
|
10682
10686
|
keyword: "$ref",
|
|
10683
10687
|
schemaType: "string",
|
|
10684
10688
|
code(l) {
|
|
@@ -10702,14 +10706,14 @@ function xm() {
|
|
|
10702
10706
|
c(l, P, R, R.$async);
|
|
10703
10707
|
}
|
|
10704
10708
|
function E(R) {
|
|
10705
|
-
const P = d.scopeValue("schema", f.code.source === !0 ? { ref: R, code: (0, r.stringify)(R) } : { ref: R }), k = d.name("valid"),
|
|
10709
|
+
const P = d.scopeValue("schema", f.code.source === !0 ? { ref: R, code: (0, r.stringify)(R) } : { ref: R }), k = d.name("valid"), q = l.subschema({
|
|
10706
10710
|
schema: R,
|
|
10707
10711
|
dataTypes: [],
|
|
10708
10712
|
schemaPath: r.nil,
|
|
10709
10713
|
topSchemaRef: P,
|
|
10710
10714
|
errSchemaPath: m
|
|
10711
10715
|
}, k);
|
|
10712
|
-
l.mergeEvaluated(
|
|
10716
|
+
l.mergeEvaluated(q), l.ok(k);
|
|
10713
10717
|
}
|
|
10714
10718
|
}
|
|
10715
10719
|
};
|
|
@@ -10747,15 +10751,15 @@ function xm() {
|
|
|
10747
10751
|
if (k && !k.dynamicProps)
|
|
10748
10752
|
k.props !== void 0 && (v.props = a.mergeEvaluated.props(S, k.props, v.props));
|
|
10749
10753
|
else {
|
|
10750
|
-
const
|
|
10751
|
-
v.props = a.mergeEvaluated.props(S,
|
|
10754
|
+
const q = S.var("props", (0, r._)`${R}.evaluated.props`);
|
|
10755
|
+
v.props = a.mergeEvaluated.props(S, q, v.props, r.Name);
|
|
10752
10756
|
}
|
|
10753
10757
|
if (v.items !== !0)
|
|
10754
10758
|
if (k && !k.dynamicItems)
|
|
10755
10759
|
k.items !== void 0 && (v.items = a.mergeEvaluated.items(S, k.items, v.items));
|
|
10756
10760
|
else {
|
|
10757
|
-
const
|
|
10758
|
-
v.items = a.mergeEvaluated.items(S,
|
|
10761
|
+
const q = S.var("items", (0, r._)`${R}.evaluated.items`);
|
|
10762
|
+
v.items = a.mergeEvaluated.items(S, q, v.items, r.Name);
|
|
10759
10763
|
}
|
|
10760
10764
|
}
|
|
10761
10765
|
}
|
|
@@ -10765,7 +10769,7 @@ var Ta;
|
|
|
10765
10769
|
function qm() {
|
|
10766
10770
|
if (Ta) return Ht;
|
|
10767
10771
|
Ta = 1, Object.defineProperty(Ht, "__esModule", { value: !0 });
|
|
10768
|
-
const e =
|
|
10772
|
+
const e = xm(), t = Um(), r = [
|
|
10769
10773
|
"$schema",
|
|
10770
10774
|
"$id",
|
|
10771
10775
|
"$defs",
|
|
@@ -10778,7 +10782,7 @@ function qm() {
|
|
|
10778
10782
|
return Ht.default = r, Ht;
|
|
10779
10783
|
}
|
|
10780
10784
|
var Wt = {}, zt = {}, Aa;
|
|
10781
|
-
function
|
|
10785
|
+
function jm() {
|
|
10782
10786
|
if (Aa) return zt;
|
|
10783
10787
|
Aa = 1, Object.defineProperty(zt, "__esModule", { value: !0 });
|
|
10784
10788
|
const e = Q(), t = e.operators, r = {
|
|
@@ -10803,7 +10807,7 @@ function Um() {
|
|
|
10803
10807
|
return zt.default = s, zt;
|
|
10804
10808
|
}
|
|
10805
10809
|
var Gt = {}, Oa;
|
|
10806
|
-
function
|
|
10810
|
+
function Fm() {
|
|
10807
10811
|
if (Oa) return Gt;
|
|
10808
10812
|
Oa = 1, Object.defineProperty(Gt, "__esModule", { value: !0 });
|
|
10809
10813
|
const e = Q(), r = {
|
|
@@ -10823,7 +10827,7 @@ function jm() {
|
|
|
10823
10827
|
return Gt.default = r, Gt;
|
|
10824
10828
|
}
|
|
10825
10829
|
var Kt = {}, Yt = {}, Pa;
|
|
10826
|
-
function
|
|
10830
|
+
function Vm() {
|
|
10827
10831
|
if (Pa) return Yt;
|
|
10828
10832
|
Pa = 1, Object.defineProperty(Yt, "__esModule", { value: !0 });
|
|
10829
10833
|
function e(t) {
|
|
@@ -10836,10 +10840,10 @@ function Fm() {
|
|
|
10836
10840
|
return Yt.default = e, e.code = 'require("ajv/dist/runtime/ucs2length").default', Yt;
|
|
10837
10841
|
}
|
|
10838
10842
|
var $a;
|
|
10839
|
-
function
|
|
10843
|
+
function Hm() {
|
|
10840
10844
|
if ($a) return Kt;
|
|
10841
10845
|
$a = 1, Object.defineProperty(Kt, "__esModule", { value: !0 });
|
|
10842
|
-
const e = Q(), t = te(), r =
|
|
10846
|
+
const e = Q(), t = te(), r = Vm(), s = {
|
|
10843
10847
|
keyword: ["maxLength", "minLength"],
|
|
10844
10848
|
type: "string",
|
|
10845
10849
|
schemaType: "number",
|
|
@@ -10859,7 +10863,7 @@ function Vm() {
|
|
|
10859
10863
|
return Kt.default = s, Kt;
|
|
10860
10864
|
}
|
|
10861
10865
|
var Jt = {}, Na;
|
|
10862
|
-
function
|
|
10866
|
+
function Bm() {
|
|
10863
10867
|
if (Na) return Jt;
|
|
10864
10868
|
Na = 1, Object.defineProperty(Jt, "__esModule", { value: !0 });
|
|
10865
10869
|
const e = Ce(), t = Q(), n = {
|
|
@@ -10879,7 +10883,7 @@ function Hm() {
|
|
|
10879
10883
|
return Jt.default = n, Jt;
|
|
10880
10884
|
}
|
|
10881
10885
|
var Xt = {}, Ia;
|
|
10882
|
-
function
|
|
10886
|
+
function Wm() {
|
|
10883
10887
|
if (Ia) return Xt;
|
|
10884
10888
|
Ia = 1, Object.defineProperty(Xt, "__esModule", { value: !0 });
|
|
10885
10889
|
const e = Q(), r = {
|
|
@@ -10902,7 +10906,7 @@ function Bm() {
|
|
|
10902
10906
|
return Xt.default = r, Xt;
|
|
10903
10907
|
}
|
|
10904
10908
|
var Qt = {}, Da;
|
|
10905
|
-
function
|
|
10909
|
+
function zm() {
|
|
10906
10910
|
if (Da) return Qt;
|
|
10907
10911
|
Da = 1, Object.defineProperty(Qt, "__esModule", { value: !0 });
|
|
10908
10912
|
const e = Ce(), t = Q(), r = te(), s = {
|
|
@@ -10959,7 +10963,7 @@ function Wm() {
|
|
|
10959
10963
|
return Qt.default = s, Qt;
|
|
10960
10964
|
}
|
|
10961
10965
|
var Zt = {}, Ca;
|
|
10962
|
-
function
|
|
10966
|
+
function Gm() {
|
|
10963
10967
|
if (Ca) return Zt;
|
|
10964
10968
|
Ca = 1, Object.defineProperty(Zt, "__esModule", { value: !0 });
|
|
10965
10969
|
const e = Q(), r = {
|
|
@@ -10989,7 +10993,7 @@ function Kn() {
|
|
|
10989
10993
|
return e.code = 'require("ajv/dist/runtime/equal").default', tr.default = e, tr;
|
|
10990
10994
|
}
|
|
10991
10995
|
var ka;
|
|
10992
|
-
function
|
|
10996
|
+
function Km() {
|
|
10993
10997
|
if (ka) return er;
|
|
10994
10998
|
ka = 1, Object.defineProperty(er, "__esModule", { value: !0 });
|
|
10995
10999
|
const e = Cr(), t = Q(), r = te(), n = Kn(), a = {
|
|
@@ -11033,7 +11037,7 @@ function Gm() {
|
|
|
11033
11037
|
return er.default = a, er;
|
|
11034
11038
|
}
|
|
11035
11039
|
var rr = {}, Ma;
|
|
11036
|
-
function
|
|
11040
|
+
function Ym() {
|
|
11037
11041
|
if (Ma) return rr;
|
|
11038
11042
|
Ma = 1, Object.defineProperty(rr, "__esModule", { value: !0 });
|
|
11039
11043
|
const e = Q(), t = te(), r = Kn(), s = {
|
|
@@ -11051,7 +11055,7 @@ function Km() {
|
|
|
11051
11055
|
return rr.default = s, rr;
|
|
11052
11056
|
}
|
|
11053
11057
|
var nr = {}, xa;
|
|
11054
|
-
function
|
|
11058
|
+
function Jm() {
|
|
11055
11059
|
if (xa) return nr;
|
|
11056
11060
|
xa = 1, Object.defineProperty(nr, "__esModule", { value: !0 });
|
|
11057
11061
|
const e = Q(), t = te(), r = Kn(), s = {
|
|
@@ -11090,11 +11094,11 @@ function Ym() {
|
|
|
11090
11094
|
};
|
|
11091
11095
|
return nr.default = s, nr;
|
|
11092
11096
|
}
|
|
11093
|
-
var
|
|
11094
|
-
function
|
|
11095
|
-
if (
|
|
11096
|
-
|
|
11097
|
-
const e =
|
|
11097
|
+
var Ua;
|
|
11098
|
+
function Xm() {
|
|
11099
|
+
if (Ua) return Wt;
|
|
11100
|
+
Ua = 1, Object.defineProperty(Wt, "__esModule", { value: !0 });
|
|
11101
|
+
const e = jm(), t = Fm(), r = Hm(), n = Bm(), s = Wm(), a = zm(), o = Gm(), i = Km(), c = Ym(), l = Jm(), d = [
|
|
11098
11102
|
// number
|
|
11099
11103
|
e.default,
|
|
11100
11104
|
t.default,
|
|
@@ -11115,10 +11119,10 @@ function Jm() {
|
|
|
11115
11119
|
];
|
|
11116
11120
|
return Wt.default = d, Wt;
|
|
11117
11121
|
}
|
|
11118
|
-
var sr = {}, st = {},
|
|
11122
|
+
var sr = {}, st = {}, qa;
|
|
11119
11123
|
function hi() {
|
|
11120
|
-
if (
|
|
11121
|
-
|
|
11124
|
+
if (qa) return st;
|
|
11125
|
+
qa = 1, Object.defineProperty(st, "__esModule", { value: !0 }), st.validateAdditionalItems = void 0;
|
|
11122
11126
|
const e = Q(), t = te(), n = {
|
|
11123
11127
|
keyword: "additionalItems",
|
|
11124
11128
|
type: "array",
|
|
@@ -11193,7 +11197,7 @@ function mi() {
|
|
|
11193
11197
|
return at.validateTuple = s, at.default = n, at;
|
|
11194
11198
|
}
|
|
11195
11199
|
var Fa;
|
|
11196
|
-
function
|
|
11200
|
+
function Qm() {
|
|
11197
11201
|
if (Fa) return ar;
|
|
11198
11202
|
Fa = 1, Object.defineProperty(ar, "__esModule", { value: !0 });
|
|
11199
11203
|
const e = mi(), t = {
|
|
@@ -11206,7 +11210,7 @@ function Xm() {
|
|
|
11206
11210
|
return ar.default = t, ar;
|
|
11207
11211
|
}
|
|
11208
11212
|
var or = {}, Va;
|
|
11209
|
-
function
|
|
11213
|
+
function Zm() {
|
|
11210
11214
|
if (Va) return or;
|
|
11211
11215
|
Va = 1, Object.defineProperty(or, "__esModule", { value: !0 });
|
|
11212
11216
|
const e = Q(), t = te(), r = Ce(), n = hi(), a = {
|
|
@@ -11226,7 +11230,7 @@ function Qm() {
|
|
|
11226
11230
|
return or.default = a, or;
|
|
11227
11231
|
}
|
|
11228
11232
|
var ir = {}, Ha;
|
|
11229
|
-
function
|
|
11233
|
+
function eg() {
|
|
11230
11234
|
if (Ha) return ir;
|
|
11231
11235
|
Ha = 1, Object.defineProperty(ir, "__esModule", { value: !0 });
|
|
11232
11236
|
const e = Q(), t = te(), n = {
|
|
@@ -11283,7 +11287,7 @@ function Zm() {
|
|
|
11283
11287
|
return ir.default = n, ir;
|
|
11284
11288
|
}
|
|
11285
11289
|
var wn = {}, Ba;
|
|
11286
|
-
function
|
|
11290
|
+
function tg() {
|
|
11287
11291
|
return Ba || (Ba = 1, (function(e) {
|
|
11288
11292
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.validateSchemaDeps = e.validatePropertyDeps = e.error = void 0;
|
|
11289
11293
|
const t = Q(), r = te(), n = Ce();
|
|
@@ -11356,7 +11360,7 @@ function eg() {
|
|
|
11356
11360
|
})(wn)), wn;
|
|
11357
11361
|
}
|
|
11358
11362
|
var cr = {}, Wa;
|
|
11359
|
-
function
|
|
11363
|
+
function rg() {
|
|
11360
11364
|
if (Wa) return cr;
|
|
11361
11365
|
Wa = 1, Object.defineProperty(cr, "__esModule", { value: !0 });
|
|
11362
11366
|
const e = Q(), t = te(), n = {
|
|
@@ -11391,7 +11395,7 @@ var ur = {}, za;
|
|
|
11391
11395
|
function gi() {
|
|
11392
11396
|
if (za) return ur;
|
|
11393
11397
|
za = 1, Object.defineProperty(ur, "__esModule", { value: !0 });
|
|
11394
|
-
const e = Ce(), t = Q(), r =
|
|
11398
|
+
const e = Ce(), t = Q(), r = He(), n = te(), a = {
|
|
11395
11399
|
keyword: "additionalProperties",
|
|
11396
11400
|
type: ["object"],
|
|
11397
11401
|
schemaType: ["boolean", "object"],
|
|
@@ -11459,7 +11463,7 @@ function gi() {
|
|
|
11459
11463
|
return ur.default = a, ur;
|
|
11460
11464
|
}
|
|
11461
11465
|
var lr = {}, Ga;
|
|
11462
|
-
function
|
|
11466
|
+
function ng() {
|
|
11463
11467
|
if (Ga) return lr;
|
|
11464
11468
|
Ga = 1, Object.defineProperty(lr, "__esModule", { value: !0 });
|
|
11465
11469
|
const e = Wr(), t = Ce(), r = te(), n = gi(), s = {
|
|
@@ -11494,7 +11498,7 @@ function rg() {
|
|
|
11494
11498
|
return lr.default = s, lr;
|
|
11495
11499
|
}
|
|
11496
11500
|
var dr = {}, Ka;
|
|
11497
|
-
function
|
|
11501
|
+
function sg() {
|
|
11498
11502
|
if (Ka) return dr;
|
|
11499
11503
|
Ka = 1, Object.defineProperty(dr, "__esModule", { value: !0 });
|
|
11500
11504
|
const e = Ce(), t = Q(), r = te(), n = te(), s = {
|
|
@@ -11535,7 +11539,7 @@ function ng() {
|
|
|
11535
11539
|
return dr.default = s, dr;
|
|
11536
11540
|
}
|
|
11537
11541
|
var fr = {}, Ya;
|
|
11538
|
-
function
|
|
11542
|
+
function ag() {
|
|
11539
11543
|
if (Ya) return fr;
|
|
11540
11544
|
Ya = 1, Object.defineProperty(fr, "__esModule", { value: !0 });
|
|
11541
11545
|
const e = te(), t = {
|
|
@@ -11561,7 +11565,7 @@ function sg() {
|
|
|
11561
11565
|
return fr.default = t, fr;
|
|
11562
11566
|
}
|
|
11563
11567
|
var pr = {}, Ja;
|
|
11564
|
-
function
|
|
11568
|
+
function og() {
|
|
11565
11569
|
if (Ja) return pr;
|
|
11566
11570
|
Ja = 1, Object.defineProperty(pr, "__esModule", { value: !0 });
|
|
11567
11571
|
const t = {
|
|
@@ -11574,7 +11578,7 @@ function ag() {
|
|
|
11574
11578
|
return pr.default = t, pr;
|
|
11575
11579
|
}
|
|
11576
11580
|
var hr = {}, Xa;
|
|
11577
|
-
function
|
|
11581
|
+
function ig() {
|
|
11578
11582
|
if (Xa) return hr;
|
|
11579
11583
|
Xa = 1, Object.defineProperty(hr, "__esModule", { value: !0 });
|
|
11580
11584
|
const e = Q(), t = te(), n = {
|
|
@@ -11610,7 +11614,7 @@ function og() {
|
|
|
11610
11614
|
return hr.default = n, hr;
|
|
11611
11615
|
}
|
|
11612
11616
|
var mr = {}, Qa;
|
|
11613
|
-
function
|
|
11617
|
+
function cg() {
|
|
11614
11618
|
if (Qa) return mr;
|
|
11615
11619
|
Qa = 1, Object.defineProperty(mr, "__esModule", { value: !0 });
|
|
11616
11620
|
const e = te(), t = {
|
|
@@ -11632,7 +11636,7 @@ function ig() {
|
|
|
11632
11636
|
return mr.default = t, mr;
|
|
11633
11637
|
}
|
|
11634
11638
|
var gr = {}, Za;
|
|
11635
|
-
function
|
|
11639
|
+
function ug() {
|
|
11636
11640
|
if (Za) return gr;
|
|
11637
11641
|
Za = 1, Object.defineProperty(gr, "__esModule", { value: !0 });
|
|
11638
11642
|
const e = Q(), t = te(), n = {
|
|
@@ -11679,7 +11683,7 @@ function cg() {
|
|
|
11679
11683
|
return gr.default = n, gr;
|
|
11680
11684
|
}
|
|
11681
11685
|
var yr = {}, eo;
|
|
11682
|
-
function
|
|
11686
|
+
function lg() {
|
|
11683
11687
|
if (eo) return yr;
|
|
11684
11688
|
eo = 1, Object.defineProperty(yr, "__esModule", { value: !0 });
|
|
11685
11689
|
const e = te(), t = {
|
|
@@ -11692,10 +11696,10 @@ function ug() {
|
|
|
11692
11696
|
return yr.default = t, yr;
|
|
11693
11697
|
}
|
|
11694
11698
|
var to;
|
|
11695
|
-
function
|
|
11699
|
+
function dg() {
|
|
11696
11700
|
if (to) return sr;
|
|
11697
11701
|
to = 1, Object.defineProperty(sr, "__esModule", { value: !0 });
|
|
11698
|
-
const e = hi(), t =
|
|
11702
|
+
const e = hi(), t = Qm(), r = mi(), n = Zm(), s = eg(), a = tg(), o = rg(), i = gi(), c = ng(), l = sg(), d = ag(), m = og(), y = ig(), S = cg(), v = ug(), g = lg();
|
|
11699
11703
|
function f(p = !1) {
|
|
11700
11704
|
const u = [
|
|
11701
11705
|
// any
|
|
@@ -11717,7 +11721,7 @@ function lg() {
|
|
|
11717
11721
|
return sr.default = f, sr;
|
|
11718
11722
|
}
|
|
11719
11723
|
var vr = {}, br = {}, ro;
|
|
11720
|
-
function
|
|
11724
|
+
function fg() {
|
|
11721
11725
|
if (ro) return br;
|
|
11722
11726
|
ro = 1, Object.defineProperty(br, "__esModule", { value: !0 });
|
|
11723
11727
|
const e = Q(), r = {
|
|
@@ -11769,8 +11773,8 @@ function dg() {
|
|
|
11769
11773
|
}
|
|
11770
11774
|
}
|
|
11771
11775
|
function E(P) {
|
|
11772
|
-
const k = P instanceof RegExp ? (0, e.regexpCode)(P) : m.code.formats ? (0, e._)`${m.code.formats}${(0, e.getProperty)(c)}` : void 0,
|
|
11773
|
-
return typeof P == "object" && !(P instanceof RegExp) ? [P.type || "string", P.validate, (0, e._)`${
|
|
11776
|
+
const k = P instanceof RegExp ? (0, e.regexpCode)(P) : m.code.formats ? (0, e._)`${m.code.formats}${(0, e.getProperty)(c)}` : void 0, q = a.scopeValue("formats", { key: c, ref: P, code: k });
|
|
11777
|
+
return typeof P == "object" && !(P instanceof RegExp) ? [P.type || "string", P.validate, (0, e._)`${q}.validate`] : ["string", P, q];
|
|
11774
11778
|
}
|
|
11775
11779
|
function R() {
|
|
11776
11780
|
if (typeof p == "object" && !(p instanceof RegExp) && p.async) {
|
|
@@ -11786,15 +11790,15 @@ function dg() {
|
|
|
11786
11790
|
return br.default = r, br;
|
|
11787
11791
|
}
|
|
11788
11792
|
var no;
|
|
11789
|
-
function
|
|
11793
|
+
function pg() {
|
|
11790
11794
|
if (no) return vr;
|
|
11791
11795
|
no = 1, Object.defineProperty(vr, "__esModule", { value: !0 });
|
|
11792
|
-
const t = [
|
|
11796
|
+
const t = [fg().default];
|
|
11793
11797
|
return vr.default = t, vr;
|
|
11794
11798
|
}
|
|
11795
|
-
var
|
|
11796
|
-
function
|
|
11797
|
-
return so || (so = 1, Object.defineProperty(
|
|
11799
|
+
var ze = {}, so;
|
|
11800
|
+
function hg() {
|
|
11801
|
+
return so || (so = 1, Object.defineProperty(ze, "__esModule", { value: !0 }), ze.contentVocabulary = ze.metadataVocabulary = void 0, ze.metadataVocabulary = [
|
|
11798
11802
|
"title",
|
|
11799
11803
|
"description",
|
|
11800
11804
|
"default",
|
|
@@ -11802,17 +11806,17 @@ function pg() {
|
|
|
11802
11806
|
"readOnly",
|
|
11803
11807
|
"writeOnly",
|
|
11804
11808
|
"examples"
|
|
11805
|
-
],
|
|
11809
|
+
], ze.contentVocabulary = [
|
|
11806
11810
|
"contentMediaType",
|
|
11807
11811
|
"contentEncoding",
|
|
11808
11812
|
"contentSchema"
|
|
11809
|
-
]),
|
|
11813
|
+
]), ze;
|
|
11810
11814
|
}
|
|
11811
11815
|
var ao;
|
|
11812
|
-
function
|
|
11816
|
+
function mg() {
|
|
11813
11817
|
if (ao) return Vt;
|
|
11814
11818
|
ao = 1, Object.defineProperty(Vt, "__esModule", { value: !0 });
|
|
11815
|
-
const e = qm(), t =
|
|
11819
|
+
const e = qm(), t = Xm(), r = dg(), n = pg(), s = hg(), a = [
|
|
11816
11820
|
e.default,
|
|
11817
11821
|
t.default,
|
|
11818
11822
|
(0, r.default)(),
|
|
@@ -11823,7 +11827,7 @@ function hg() {
|
|
|
11823
11827
|
return Vt.default = a, Vt;
|
|
11824
11828
|
}
|
|
11825
11829
|
var wr = {}, wt = {}, oo;
|
|
11826
|
-
function
|
|
11830
|
+
function gg() {
|
|
11827
11831
|
if (oo) return wt;
|
|
11828
11832
|
oo = 1, Object.defineProperty(wt, "__esModule", { value: !0 }), wt.DiscrError = void 0;
|
|
11829
11833
|
var e;
|
|
@@ -11832,10 +11836,10 @@ function mg() {
|
|
|
11832
11836
|
})(e || (wt.DiscrError = e = {})), wt;
|
|
11833
11837
|
}
|
|
11834
11838
|
var io;
|
|
11835
|
-
function
|
|
11839
|
+
function yg() {
|
|
11836
11840
|
if (io) return wr;
|
|
11837
11841
|
io = 1, Object.defineProperty(wr, "__esModule", { value: !0 });
|
|
11838
|
-
const e = Q(), t =
|
|
11842
|
+
const e = Q(), t = gg(), r = Gn(), n = zr(), s = te(), o = {
|
|
11839
11843
|
keyword: "discriminator",
|
|
11840
11844
|
type: "object",
|
|
11841
11845
|
schemaType: "object",
|
|
@@ -11871,8 +11875,8 @@ function gg() {
|
|
|
11871
11875
|
var w;
|
|
11872
11876
|
const _ = {}, E = P(m);
|
|
11873
11877
|
let R = !0;
|
|
11874
|
-
for (let
|
|
11875
|
-
let j = S[
|
|
11878
|
+
for (let U = 0; U < S.length; U++) {
|
|
11879
|
+
let j = S[U];
|
|
11876
11880
|
if (j?.$ref && !(0, s.schemaHasRulesButRef)(j, y.self.RULES)) {
|
|
11877
11881
|
const W = j.$ref;
|
|
11878
11882
|
if (j = r.resolveRef.call(y.self, y.schemaEnv.root, y.baseId, W), j instanceof r.SchemaEnv && (j = j.schema), j === void 0)
|
|
@@ -11881,47 +11885,47 @@ function gg() {
|
|
|
11881
11885
|
const V = (w = j?.properties) === null || w === void 0 ? void 0 : w[v];
|
|
11882
11886
|
if (typeof V != "object")
|
|
11883
11887
|
throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${v}"`);
|
|
11884
|
-
R = R && (E || P(j)), k(V,
|
|
11888
|
+
R = R && (E || P(j)), k(V, U);
|
|
11885
11889
|
}
|
|
11886
11890
|
if (!R)
|
|
11887
11891
|
throw new Error(`discriminator: "${v}" must be required`);
|
|
11888
11892
|
return _;
|
|
11889
|
-
function P({ required:
|
|
11890
|
-
return Array.isArray(
|
|
11893
|
+
function P({ required: U }) {
|
|
11894
|
+
return Array.isArray(U) && U.includes(v);
|
|
11891
11895
|
}
|
|
11892
|
-
function k(
|
|
11893
|
-
if (
|
|
11894
|
-
U
|
|
11895
|
-
else if (
|
|
11896
|
-
for (const V of
|
|
11897
|
-
|
|
11896
|
+
function k(U, j) {
|
|
11897
|
+
if (U.const)
|
|
11898
|
+
q(U.const, j);
|
|
11899
|
+
else if (U.enum)
|
|
11900
|
+
for (const V of U.enum)
|
|
11901
|
+
q(V, j);
|
|
11898
11902
|
else
|
|
11899
11903
|
throw new Error(`discriminator: "properties/${v}" must have "const" or "enum"`);
|
|
11900
11904
|
}
|
|
11901
|
-
function U
|
|
11902
|
-
if (typeof
|
|
11905
|
+
function q(U, j) {
|
|
11906
|
+
if (typeof U != "string" || U in _)
|
|
11903
11907
|
throw new Error(`discriminator: "${v}" values must be unique strings`);
|
|
11904
|
-
_[
|
|
11908
|
+
_[U] = j;
|
|
11905
11909
|
}
|
|
11906
11910
|
}
|
|
11907
11911
|
}
|
|
11908
11912
|
};
|
|
11909
11913
|
return wr.default = o, wr;
|
|
11910
11914
|
}
|
|
11911
|
-
const
|
|
11912
|
-
$schema:
|
|
11913
|
-
$id:
|
|
11914
|
-
title:
|
|
11915
|
-
definitions:
|
|
11916
|
-
type:
|
|
11917
|
-
properties:
|
|
11915
|
+
const vg = "http://json-schema.org/draft-07/schema#", bg = "http://json-schema.org/draft-07/schema#", wg = "Core schema meta-schema", Eg = { schemaArray: { type: "array", minItems: 1, items: { $ref: "#" } }, nonNegativeInteger: { type: "integer", minimum: 0 }, nonNegativeIntegerDefault0: { allOf: [{ $ref: "#/definitions/nonNegativeInteger" }, { default: 0 }] }, simpleTypes: { enum: ["array", "boolean", "integer", "null", "number", "object", "string"] }, stringArray: { type: "array", items: { type: "string" }, uniqueItems: !0, default: [] } }, _g = ["object", "boolean"], Sg = { $id: { type: "string", format: "uri-reference" }, $schema: { type: "string", format: "uri" }, $ref: { type: "string", format: "uri-reference" }, $comment: { type: "string" }, title: { type: "string" }, description: { type: "string" }, default: !0, readOnly: { type: "boolean", default: !1 }, examples: { type: "array", items: !0 }, multipleOf: { type: "number", exclusiveMinimum: 0 }, maximum: { type: "number" }, exclusiveMaximum: { type: "number" }, minimum: { type: "number" }, exclusiveMinimum: { type: "number" }, maxLength: { $ref: "#/definitions/nonNegativeInteger" }, minLength: { $ref: "#/definitions/nonNegativeIntegerDefault0" }, pattern: { type: "string", format: "regex" }, additionalItems: { $ref: "#" }, items: { anyOf: [{ $ref: "#" }, { $ref: "#/definitions/schemaArray" }], default: !0 }, maxItems: { $ref: "#/definitions/nonNegativeInteger" }, minItems: { $ref: "#/definitions/nonNegativeIntegerDefault0" }, uniqueItems: { type: "boolean", default: !1 }, contains: { $ref: "#" }, maxProperties: { $ref: "#/definitions/nonNegativeInteger" }, minProperties: { $ref: "#/definitions/nonNegativeIntegerDefault0" }, required: { $ref: "#/definitions/stringArray" }, additionalProperties: { $ref: "#" }, definitions: { type: "object", additionalProperties: { $ref: "#" }, default: {} }, properties: { type: "object", additionalProperties: { $ref: "#" }, default: {} }, patternProperties: { type: "object", additionalProperties: { $ref: "#" }, propertyNames: { format: "regex" }, default: {} }, dependencies: { type: "object", additionalProperties: { anyOf: [{ $ref: "#" }, { $ref: "#/definitions/stringArray" }] } }, propertyNames: { $ref: "#" }, const: !0, enum: { type: "array", items: !0, minItems: 1, uniqueItems: !0 }, type: { anyOf: [{ $ref: "#/definitions/simpleTypes" }, { type: "array", items: { $ref: "#/definitions/simpleTypes" }, minItems: 1, uniqueItems: !0 }] }, format: { type: "string" }, contentMediaType: { type: "string" }, contentEncoding: { type: "string" }, if: { $ref: "#" }, then: { $ref: "#" }, else: { $ref: "#" }, allOf: { $ref: "#/definitions/schemaArray" }, anyOf: { $ref: "#/definitions/schemaArray" }, oneOf: { $ref: "#/definitions/schemaArray" }, not: { $ref: "#" } }, Rg = {
|
|
11916
|
+
$schema: vg,
|
|
11917
|
+
$id: bg,
|
|
11918
|
+
title: wg,
|
|
11919
|
+
definitions: Eg,
|
|
11920
|
+
type: _g,
|
|
11921
|
+
properties: Sg,
|
|
11918
11922
|
default: !0
|
|
11919
11923
|
};
|
|
11920
11924
|
var co;
|
|
11921
|
-
function
|
|
11925
|
+
function Tg() {
|
|
11922
11926
|
return co || (co = 1, (function(e, t) {
|
|
11923
11927
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.MissingRefError = t.ValidationError = t.CodeGen = t.Name = t.nil = t.stringify = t.str = t._ = t.KeywordCxt = t.Ajv = void 0;
|
|
11924
|
-
const r =
|
|
11928
|
+
const r = Mm(), n = mg(), s = yg(), a = Rg, o = ["/properties"], i = "http://json-schema.org/draft-07/schema";
|
|
11925
11929
|
class c extends r.default {
|
|
11926
11930
|
_addVocabularies() {
|
|
11927
11931
|
super._addVocabularies(), n.default.forEach((v) => this.addVocabulary(v)), this.opts.discriminator && this.addKeyword(s.default);
|
|
@@ -11965,8 +11969,8 @@ function Rg() {
|
|
|
11965
11969
|
} });
|
|
11966
11970
|
})(xt, xt.exports)), xt.exports;
|
|
11967
11971
|
}
|
|
11968
|
-
var
|
|
11969
|
-
const
|
|
11972
|
+
var Ag = Tg();
|
|
11973
|
+
const Og = /* @__PURE__ */ vm(Ag), Yn = "/bahmni_config/openmrs/apps/clinical/v2", Pg = "/bahmni_config/openmrs/apps/registration/v2", $g = Yn + "/app.json", Ng = Pg + "/app.json", Ig = Yn + "/medication.json", Dg = (e) => `${Yn}/dashboards/${e}`, uo = {
|
|
11970
11974
|
CONFIG_NOT_FOUND: "CONFIG_ERROR_NOT_FOUND",
|
|
11971
11975
|
VALIDATION_FAILED: "CONFIG_ERROR_VALIDATION_FAILED",
|
|
11972
11976
|
SCHEMA_VALIDATION_FAILED: "CONFIG_ERROR_SCHEMA_VALIDATION_FAILED"
|
|
@@ -11974,54 +11978,54 @@ const Ag = /* @__PURE__ */ ym(Tg), Yn = "/bahmni_config/openmrs/apps/clinical/v2
|
|
|
11974
11978
|
CONFIG_ERROR: "ERROR_CONFIG_TITLE",
|
|
11975
11979
|
VALIDATION_ERROR: "ERROR_VALIDATION_TITLE",
|
|
11976
11980
|
DASHBOARD_ERROR: "ERROR_DASHBOARD_CONFIG_TITLE"
|
|
11977
|
-
},
|
|
11978
|
-
$schema:
|
|
11979
|
-
title:
|
|
11980
|
-
description:
|
|
11981
|
-
type:
|
|
11982
|
-
required:
|
|
11983
|
-
additionalProperties:
|
|
11981
|
+
}, Cg = "http://json-schema.org/draft-07/schema#", Lg = "Clinical App Configuration Schema", kg = "Schema for global clinical app configuration including patient information, actions and available dashboards", Mg = "object", xg = ["patientInformation", "actions", "dashboards", "consultationPad"], Ug = !1, qg = { patientInformation: { type: "object", description: "Patient information configuration", additionalProperties: !1 }, contextInformation: { type: "object", description: "Context information configuration for displaying additional patient context", additionalProperties: !1, properties: { program: { type: "object", description: "Program details configuration", required: ["fields"], additionalProperties: !1, properties: { fields: { type: "array", description: "List of fields to display in program details", items: { type: "string" } } } } } }, actions: { type: "array", description: "List of available actions" }, dashboards: { type: "array", description: "List of available dashboards", items: { type: "object", required: ["name", "requiredPrivileges", "url"], additionalProperties: !1, properties: { name: { type: "string", description: "Display name of the dashboard" }, requiredPrivileges: { type: "array", items: { type: "string" }, description: "List of permissions required to access this dashboard" }, icon: { type: "string", description: "Icon class name for the dashboard" }, default: { type: "boolean", description: "Whether this is the default dashboard" }, url: { type: "string", description: "URL to access the dashboard data" } } } }, consultationPad: { type: "object", description: "Configuration for consultation pad forms", required: ["allergyConceptMap"], additionalProperties: !0, properties: { allergyConceptMap: { type: "object", description: "UUID mappings for allergy concepts", required: ["medicationAllergenUuid", "foodAllergenUuid", "environmentalAllergenUuid", "allergyReactionUuid"], additionalProperties: !0, properties: { medicationAllergenUuid: { type: "string", description: "UUID for medication allergen concept" }, foodAllergenUuid: { type: "string", description: "UUID for food allergen concept" }, environmentalAllergenUuid: { type: "string", description: "UUID for environmental allergen concept" }, allergyReactionUuid: { type: "string", description: "UUID for allergy reaction concept" } } }, statDurationInHours: { type: "number", description: "Duration in hours for which a STAT order is valid" } } } }, jg = {
|
|
11982
|
+
$schema: Cg,
|
|
11983
|
+
title: Lg,
|
|
11984
|
+
description: kg,
|
|
11985
|
+
type: Mg,
|
|
11986
|
+
required: xg,
|
|
11987
|
+
additionalProperties: Ug,
|
|
11984
11988
|
properties: qg
|
|
11985
|
-
},
|
|
11986
|
-
$schema:
|
|
11987
|
-
title:
|
|
11988
|
-
description:
|
|
11989
|
-
type:
|
|
11990
|
-
additionalProperties:
|
|
11991
|
-
required:
|
|
11992
|
-
properties:
|
|
11993
|
-
},
|
|
11994
|
-
$schema:
|
|
11995
|
-
title:
|
|
11996
|
-
type:
|
|
11997
|
-
additionalProperties:
|
|
11998
|
-
properties:
|
|
11999
|
-
},
|
|
12000
|
-
$schema:
|
|
12001
|
-
title:
|
|
12002
|
-
description:
|
|
12003
|
-
type:
|
|
12004
|
-
additionalProperties:
|
|
12005
|
-
properties:
|
|
12006
|
-
},
|
|
11989
|
+
}, Fg = "http://json-schema.org/draft-07/schema#", Vg = "Clinical Dashboard Configuration Schema", Hg = "Schema for dashboards in clinical app which contains sections and associated controls", Bg = "object", Wg = !1, zg = ["sections"], Gg = { sections: { type: "array", description: "Section in a dashboard", items: { type: "object", additionalProperties: !1, required: ["name", "icon", "controls"], properties: { name: { type: "string", description: "Display name of the section" }, translationKey: { type: "string", description: "Translation key for the section name" }, icon: { type: "string", description: "Fontawesome Icon name for the section" }, controls: { type: "array", description: "List of controls in the section", items: [{ type: "object", additionalProperties: !1, required: ["type"], properties: { type: { type: "string", description: "Type of the control" }, config: { type: "object", description: "Configuration for the control" } } }] } } } } }, Kg = {
|
|
11990
|
+
$schema: Fg,
|
|
11991
|
+
title: Vg,
|
|
11992
|
+
description: Hg,
|
|
11993
|
+
type: Bg,
|
|
11994
|
+
additionalProperties: Wg,
|
|
11995
|
+
required: zg,
|
|
11996
|
+
properties: Gg
|
|
11997
|
+
}, Yg = "http://json-schema.org/draft-07/schema#", Jg = "Medication Configuration Schema", Xg = "object", Qg = !1, Zg = { defaultDurationUnit: { type: "string", enum: ["min", "h", "d", "wk", "mo"], description: "Default unit for medication duration" }, defaultInstructions: { type: "string", description: "Default instructions for medication" }, drugFormDefaults: { type: "object", description: "Default dose units and routes for different drug forms", patternProperties: { "^.*$": { type: "object", additionalProperties: !1, properties: { doseUnits: { type: "string", description: "Default dose units for this drug form" }, route: { type: "string", description: "Default route of administration for this drug form" } } } } } }, ey = {
|
|
11998
|
+
$schema: Yg,
|
|
11999
|
+
title: Jg,
|
|
12000
|
+
type: Xg,
|
|
12001
|
+
additionalProperties: Qg,
|
|
12002
|
+
properties: Zg
|
|
12003
|
+
}, ty = "http://json-schema.org/draft-07/schema#", ry = "Registration Configuration Schema", ny = "Schema for validating registration app configuration", sy = "object", ay = !1, oy = { id: { type: "string", description: "Unique identifier for the registration configuration" }, contextModel: { type: "array", description: "Array of context model configurations", items: { type: "string" } }, patientSearch: { type: "object", description: "Patient search configuration", additionalProperties: !1, properties: { customAttributes: { type: "array", description: "Array of available search fields", items: { type: "object", additionalProperties: !1, properties: { translationKey: { type: "string", description: "Translation key for the dropdown label" }, fields: { type: "array", description: "Array of field names to search against", items: { type: "string" } }, expectedFields: { type: "array", description: "Array of fields configurations with translation keys to display on table headers", items: { type: "object", additionalProperties: !1, properties: { field: { type: "string", description: "field corresponding to table header" }, translationKey: { type: "string", description: "Translation key for the table header" } } } }, type: { type: "string", enum: ["person", "address", "program", "appointment"], description: "Type of the search field (person, address, program, appointment)" } } } }, appointment: { type: "array", description: "Array of available search fields for appointments", items: { type: "object", additionalProperties: !0, required: ["translationKey", "fields"], properties: { translationKey: { type: "string", description: "Translation key for the field label" }, fields: { type: "array", description: "Array of field names to search against", items: { type: "string" } }, expectedFields: { type: "array", description: "Array of expected fields with optional types", items: { type: "object", required: ["field", "translationKey"], properties: { field: { type: "string", description: "The field name (e.g., apptNumber, apptDate)" }, translationKey: { type: "string", description: "Translation key for the field's display label" }, type: { type: "string", description: "Optional field type (e.g., date, string)" } } } }, type: { type: "string", enum: ["appointment"], description: "Type of the search field (appointment)" }, actions: { type: "array", description: "Array of actions allowed on this search field", items: { type: "object", required: ["translationKey", "type", "enabledRule", "onAction"], properties: { translationKey: { type: "string", description: "Translation key for the action button label" }, type: { type: "string", enum: ["changeStatus", "navigate"], description: "Type of action to perform" }, enabledRule: { type: "array", description: "Conditions to enable this action (rules)", items: { type: "object", properties: { type: { type: "string", enum: ["privilegeCheck", "statusCheck", "appDateCheck"], description: "Type of rule to evaluate" }, values: { type: "array", items: { type: "string" }, description: "Values to check against for the rule" } } } }, onAction: { type: "object", description: "What happens when action is triggered", additionalProperties: !0, properties: { status: { type: "string", description: "Status to set (for changeStatus type)" }, navigation: { type: "string", description: "URL path to navigate to (for navigate type)" } } }, onSuccess: { type: "object", description: "Notification or other success response", additionalProperties: !0, properties: { notification: { type: "string", description: "Translation key for success notification message" } } } } } } } } } } }, defaultVisitType: { type: "string", description: "Default visit type for patient registration" }, patientInformation: { type: "object", description: "Patient name related fields configuration", additionalProperties: !0, properties: { defaultIdentifierPrefix: { type: "string", description: "Default prefix for patient identifiers" }, showEnterManually: { type: "boolean" }, showMiddleName: { type: "boolean" }, showLastName: { type: "boolean" }, isFirstNameMandatory: { type: "boolean" }, isMiddleNameMandatory: { type: "boolean" }, isGenderMandatory: { type: "boolean" }, isDateOfBirthMandatory: { type: "boolean" }, isLastNameMandatory: { type: "boolean" }, patientNameDisplayOrder: { type: "array", description: "Order in which patient name fields should be displayed", items: { type: "string" } }, showBirthTime: { type: "boolean" }, showDOBEstimated: { type: "boolean" }, addressHierarchy: { type: "object", description: "Address hierarchy levels to be displayed", additionalProperties: !1, properties: { showAddressFieldsTopDown: { type: "boolean" }, strictAutocompleteFromLevel: { type: "string" }, expectedFields: { type: "array", description: "Array of expected fields with translation keys", items: { type: "object", properties: { addressField: { type: "string", description: "Field name" }, translationKey: { type: "string", description: "Translation key for the field label" } } } } } }, additionalPatientInformation: { type: "object", description: "Additional patient information configuration", additionalProperties: !0, properties: { translationKey: { type: "string", description: "Translation key for the section title" }, attributes: { type: "array", description: "Array of attribute fields with translation keys", items: { type: "object", required: ["field", "translationKey"], properties: { field: { type: "string", description: "Field name" }, translationKey: { type: "string", description: "Translation key for the field label" } } } } } }, contactInformation: { type: "object", additionalProperties: !0, properties: { translationKey: { type: "string", description: "Translation key for the section title" }, attributes: { type: "array", description: "Array of attribute fields with translation keys", items: { type: "object", required: ["field", "translationKey"], properties: { field: { type: "string", description: "Field name" }, translationKey: { type: "string", description: "Translation key for the field label" } } } } } }, showExtraPatientIdentifiersSection: { type: "boolean", description: "Whether to show extra patient identifiers section" } } }, fieldValidation: { type: "object", description: "Field validation rules with regex patterns and error messages", additionalProperties: !0, patternProperties: { "^.*$": { type: "object", properties: { pattern: { type: "string", description: "Regular expression pattern for field validation" }, errorMessage: { type: "string", description: "Error message to display when validation fails" } } } } }, extensionPoints: { type: "array", description: "Array of extension point definitions that extensions can attach to", items: { type: "object", required: ["id"], additionalProperties: !1, properties: { id: { type: "string", description: "Unique identifier for the extension point (e.g., 'org.bahmni.registration.navigation')" }, description: { type: "string", description: "Human-readable description of what this extension point is for" } } } }, registrationAppExtensions: { type: "array", description: "Array of app extension configurations for registration", items: { type: "object", description: "Extension configuration", additionalProperties: !1, required: ["id", "extensionPointId", "type", "requiredPrivilege"], properties: { id: { type: "string", description: "Unique identifier for the extension" }, extensionPointId: { type: "string", description: "Extension point identifier this extension attaches to" }, type: { type: "string", enum: ["link", "startVisit"], description: "Type of extension (e.g., 'link', 'startVisit')" }, translationKey: { type: "string", description: "Translation key for the extension label" }, url: { type: "string", description: "URL path for the extension" }, shortcutKey: { type: "string", description: "Keyboard shortcut key for the extension" }, icon: { type: "string", description: "Icon class name (e.g., FontAwesome class like 'fa-search')" }, order: { type: "number", description: "Display order of the extension" }, kind: { type: "string", enum: ["primary", "secondary", "tertiary", "ghost", "danger"], description: "Button kind/variant (defaults to 'primary' if not specified)" }, requiredPrivilege: { type: "string", description: "Required privilege to access this extension" } } } } }, iy = {
|
|
12004
|
+
$schema: ty,
|
|
12005
|
+
title: ry,
|
|
12006
|
+
description: ny,
|
|
12007
|
+
type: sy,
|
|
12008
|
+
additionalProperties: ay,
|
|
12009
|
+
properties: oy
|
|
12010
|
+
}, ew = async () => Gr($g, jg), tw = async (e) => {
|
|
12007
12011
|
const t = await Gr(
|
|
12008
|
-
|
|
12009
|
-
|
|
12012
|
+
Dg(e),
|
|
12013
|
+
Kg
|
|
12010
12014
|
);
|
|
12011
12015
|
return t && t.sections && t.sections.length > 0 && (t.sections = t.sections.map((r) => r.id ? r : {
|
|
12012
12016
|
...r,
|
|
12013
12017
|
id: hp()
|
|
12014
12018
|
})), t;
|
|
12015
|
-
},
|
|
12019
|
+
}, rw = async () => Gr(
|
|
12020
|
+
Ig,
|
|
12021
|
+
ey
|
|
12022
|
+
), nw = async () => Gr(
|
|
12016
12023
|
Ng,
|
|
12017
|
-
|
|
12018
|
-
), tw = async () => Gr(
|
|
12019
|
-
$g,
|
|
12020
|
-
oy
|
|
12024
|
+
iy
|
|
12021
12025
|
), Gr = async (e, t) => {
|
|
12022
12026
|
try {
|
|
12023
|
-
const r = await
|
|
12024
|
-
return r ? await
|
|
12027
|
+
const r = await cy(e);
|
|
12028
|
+
return r ? await uy(r, t) ? r : (on.showError(
|
|
12025
12029
|
ie.t(lo.VALIDATION_ERROR),
|
|
12026
12030
|
ie.t(uo.VALIDATION_FAILED)
|
|
12027
12031
|
), null) : (on.showError(
|
|
@@ -12032,80 +12036,80 @@ const Ag = /* @__PURE__ */ ym(Tg), Yn = "/bahmni_config/openmrs/apps/clinical/v2
|
|
|
12032
12036
|
const { title: n, message: s } = ut(r);
|
|
12033
12037
|
return on.showError(n, s), null;
|
|
12034
12038
|
}
|
|
12035
|
-
},
|
|
12039
|
+
}, cy = async (e) => {
|
|
12036
12040
|
try {
|
|
12037
12041
|
return await z(e);
|
|
12038
12042
|
} catch (t) {
|
|
12039
12043
|
const { message: r } = ut(t);
|
|
12040
12044
|
throw new Error(r);
|
|
12041
12045
|
}
|
|
12042
|
-
},
|
|
12046
|
+
}, uy = async (e, t) => new Og().compile(t)(e), ly = (e) => ee + `/form/${e}?v=custom:(resources:(value))`, dy = (e) => {
|
|
12043
12047
|
const t = ee + "/bahmniie/form/latestPublishedForms";
|
|
12044
12048
|
return e ? t + `?episodeUuid=${e}` : t;
|
|
12045
|
-
},
|
|
12049
|
+
}, sw = (e) => ee + `/user/${e}?v=full`, fy = (e, t, r, n) => ee + `/bahmniie/form/translations?formName=${encodeURIComponent(e)}&formUuid=${t}&formVersion=${r}&locale=${n}`, Tr = "Bahmni", py = (e, t, r) => {
|
|
12046
12050
|
let s = ee + "/bahmnicore/patient/" + e + "/forms";
|
|
12047
12051
|
return r ? s += `?patientProgramUuid=${r}` : t && (s += `?numberOfVisits=${t}`), s;
|
|
12048
|
-
},
|
|
12052
|
+
}, hy = (e, t) => {
|
|
12049
12053
|
const r = t.join(",");
|
|
12050
12054
|
return `${pe}/Observation?patient=${e}&code=${r}&_include=Observation:has-member&_sort=-_lastUpdated`;
|
|
12051
|
-
},
|
|
12055
|
+
}, my = (e, t) => {
|
|
12052
12056
|
const r = t.join(",");
|
|
12053
12057
|
return `${pe}/Observation?patient=${e}&code=${r}&_include=Observation:has-member&_include=Observation:encounter&_sort=-_lastUpdated`;
|
|
12054
12058
|
};
|
|
12055
|
-
async function
|
|
12056
|
-
const r =
|
|
12059
|
+
async function gy(e, t) {
|
|
12060
|
+
const r = hy(e, t);
|
|
12057
12061
|
return await z(r);
|
|
12058
12062
|
}
|
|
12059
|
-
async function
|
|
12060
|
-
const r =
|
|
12063
|
+
async function aw(e, t) {
|
|
12064
|
+
const r = my(e, t);
|
|
12061
12065
|
return await z(r);
|
|
12062
12066
|
}
|
|
12063
|
-
async function
|
|
12064
|
-
return (await
|
|
12067
|
+
async function ow(e, t) {
|
|
12068
|
+
return (await gy(e, t)).entry?.filter((s) => s.resource?.resourceType === "Observation").map((s) => s.resource) ?? [];
|
|
12065
12069
|
}
|
|
12066
|
-
const
|
|
12067
|
-
async function
|
|
12070
|
+
const yy = (e) => ee + `/provider?user=${e}&v=custom:(uuid,display,person)`;
|
|
12071
|
+
async function iw(e) {
|
|
12068
12072
|
const t = await z(
|
|
12069
|
-
|
|
12073
|
+
yy(e)
|
|
12070
12074
|
);
|
|
12071
12075
|
return !t.results || t.results.length === 0 ? null : t.results[0];
|
|
12072
12076
|
}
|
|
12073
|
-
const
|
|
12074
|
-
async function by(e) {
|
|
12075
|
-
return await z(yy(e));
|
|
12076
|
-
}
|
|
12077
|
+
const vy = (e) => pe + `/Encounter?subject:Patient=${e}&_tag=visit`, by = (e) => `${pe}/Observation?encounter=${e}`;
|
|
12077
12078
|
async function wy(e) {
|
|
12078
|
-
return
|
|
12079
|
+
return await z(vy(e));
|
|
12079
12080
|
}
|
|
12080
12081
|
async function Ey(e) {
|
|
12081
|
-
return (await wy(e)).
|
|
12082
|
+
return (await wy(e)).entry?.map((r) => r.resource).filter((r) => r !== void 0) ?? [];
|
|
12082
12083
|
}
|
|
12083
|
-
async function
|
|
12084
|
-
return await
|
|
12084
|
+
async function _y(e) {
|
|
12085
|
+
return (await Ey(e)).find((r) => !r.period?.end) ?? null;
|
|
12085
12086
|
}
|
|
12086
|
-
|
|
12087
|
-
|
|
12087
|
+
async function cw(e) {
|
|
12088
|
+
return await z(by(e));
|
|
12089
|
+
}
|
|
12090
|
+
const uw = (e, t) => e?.length === 0 ? !1 : t?.length === 0, Sy = pe + "/Encounter", Ry = ee + "/systemsetting/bahmni.encountersession.duration", Ty = "d34fe3ab-5e07-11ef-8f7c-0242ac120002";
|
|
12091
|
+
async function Ay(e) {
|
|
12088
12092
|
const t = new URLSearchParams();
|
|
12089
12093
|
Object.entries(e).forEach(([s, a]) => {
|
|
12090
12094
|
a && t.append(s, a);
|
|
12091
12095
|
});
|
|
12092
|
-
const r = `${
|
|
12096
|
+
const r = `${Sy}?${t.toString()}`;
|
|
12093
12097
|
return (await z(r)).entry?.map((s) => s.resource).filter((s) => s !== void 0) ?? [];
|
|
12094
12098
|
}
|
|
12095
|
-
async function
|
|
12099
|
+
async function Oy() {
|
|
12096
12100
|
try {
|
|
12097
12101
|
const e = await z(
|
|
12098
|
-
|
|
12102
|
+
Ry
|
|
12099
12103
|
), t = Number(e.value);
|
|
12100
12104
|
return !isNaN(t) && t > 0 ? t : 60;
|
|
12101
12105
|
} catch {
|
|
12102
12106
|
return 30;
|
|
12103
12107
|
}
|
|
12104
12108
|
}
|
|
12105
|
-
async function
|
|
12109
|
+
async function Py(e, t) {
|
|
12106
12110
|
if (!e.length) return null;
|
|
12107
12111
|
try {
|
|
12108
|
-
const r = await
|
|
12112
|
+
const r = await _y(t);
|
|
12109
12113
|
return r ? e.find((n) => {
|
|
12110
12114
|
const s = n.partOf?.reference?.split("/")[1];
|
|
12111
12115
|
return r.id === s;
|
|
@@ -12114,25 +12118,25 @@ async function Oy(e, t) {
|
|
|
12114
12118
|
return null;
|
|
12115
12119
|
}
|
|
12116
12120
|
}
|
|
12117
|
-
async function
|
|
12121
|
+
async function lw(e, t, r) {
|
|
12118
12122
|
try {
|
|
12119
12123
|
if (!e) return null;
|
|
12120
|
-
const n = r ?? await
|
|
12124
|
+
const n = r ?? await Oy(), a = `ge${new Date(Date.now() - n * 60 * 1e3).toISOString()}`, o = {
|
|
12121
12125
|
patient: e,
|
|
12122
12126
|
_tag: "encounter",
|
|
12123
12127
|
_lastUpdated: a,
|
|
12124
|
-
type:
|
|
12128
|
+
type: Ty
|
|
12125
12129
|
};
|
|
12126
12130
|
t && (o.participant = t);
|
|
12127
|
-
const i = await
|
|
12128
|
-
return i.length === 0 ? null : await
|
|
12131
|
+
const i = await Ay(o);
|
|
12132
|
+
return i.length === 0 ? null : await Py(i, e);
|
|
12129
12133
|
} catch {
|
|
12130
12134
|
return null;
|
|
12131
12135
|
}
|
|
12132
12136
|
}
|
|
12133
|
-
const
|
|
12134
|
-
async function
|
|
12135
|
-
const t = e.join(","), r = await z(
|
|
12137
|
+
const $y = (e) => pe + `/EpisodeOfCare?_revinclude=Encounter:episode-of-care&_id=${e}`;
|
|
12138
|
+
async function dw(e) {
|
|
12139
|
+
const t = e.join(","), r = await z($y(t));
|
|
12136
12140
|
if (r.total === 0)
|
|
12137
12141
|
throw new Error(
|
|
12138
12142
|
"No episode of care found for the provided UUIDs: " + e.join(", ")
|
|
@@ -12144,13 +12148,13 @@ async function uw(e) {
|
|
|
12144
12148
|
c && s.add(c);
|
|
12145
12149
|
}), { visitUuids: Array.from(s), encounterUuids: a };
|
|
12146
12150
|
}
|
|
12147
|
-
const En = /* @__PURE__ */ new Map(),
|
|
12151
|
+
const En = /* @__PURE__ */ new Map(), Ny = async (e) => {
|
|
12148
12152
|
if (En.has(e))
|
|
12149
12153
|
return En.get(e) ?? null;
|
|
12150
12154
|
const t = await z(Vo(e)), r = t ? String(t) : null;
|
|
12151
12155
|
return En.set(e, r), r;
|
|
12152
|
-
},
|
|
12153
|
-
if (!await
|
|
12156
|
+
}, Iy = async () => await Ny(nl) === "true", Dy = async (e, t, r, n = ot.CLINICAL) => {
|
|
12157
|
+
if (!await Iy())
|
|
12154
12158
|
return { logged: !1 };
|
|
12155
12159
|
const a = Dn[t];
|
|
12156
12160
|
if (!a)
|
|
@@ -12166,32 +12170,32 @@ const En = /* @__PURE__ */ new Map(), $y = async (e) => {
|
|
|
12166
12170
|
message: r ? `${a.message}~${JSON.stringify(r)}` : a.message,
|
|
12167
12171
|
module: n
|
|
12168
12172
|
};
|
|
12169
|
-
return await
|
|
12170
|
-
},
|
|
12171
|
-
await
|
|
12173
|
+
return await Ve(Gp, o), { logged: !0 };
|
|
12174
|
+
}, fw = () => zp(async (t) => {
|
|
12175
|
+
await Dy(
|
|
12172
12176
|
t.patientUuid,
|
|
12173
12177
|
t.eventType,
|
|
12174
12178
|
t.messageParams,
|
|
12175
12179
|
t.module
|
|
12176
12180
|
);
|
|
12177
|
-
}),
|
|
12181
|
+
}), pw = async () => {
|
|
12178
12182
|
try {
|
|
12179
12183
|
return await z(Xu);
|
|
12180
12184
|
} catch (e) {
|
|
12181
12185
|
const { message: t } = ut(e);
|
|
12182
12186
|
throw new Error(t);
|
|
12183
12187
|
}
|
|
12184
|
-
},
|
|
12188
|
+
}, hw = (e, t) => !e || e.length === 0 ? !1 : e.some((r) => r.name === t), Cy = async (e) => {
|
|
12185
12189
|
let t;
|
|
12186
12190
|
e && e.length > 0 && (t = e.join(","));
|
|
12187
|
-
const r = await fetch(
|
|
12191
|
+
const r = await fetch(dy(t));
|
|
12188
12192
|
if (!r.ok)
|
|
12189
12193
|
throw new Error(
|
|
12190
12194
|
`HTTP error! status for latestPublishedForms: ${r.status}`
|
|
12191
12195
|
);
|
|
12192
12196
|
const n = await r.json();
|
|
12193
12197
|
return Array.isArray(n) ? n : [];
|
|
12194
|
-
},
|
|
12198
|
+
}, Ly = (e, t) => {
|
|
12195
12199
|
const r = JSON.parse(e.nameTranslation);
|
|
12196
12200
|
if (Array.isArray(r) && r.length > 0) {
|
|
12197
12201
|
const n = r.find(
|
|
@@ -12201,8 +12205,8 @@ const En = /* @__PURE__ */ new Map(), $y = async (e) => {
|
|
|
12201
12205
|
return n.display;
|
|
12202
12206
|
}
|
|
12203
12207
|
return e.name;
|
|
12204
|
-
},
|
|
12205
|
-
const r =
|
|
12208
|
+
}, ky = (e, t) => {
|
|
12209
|
+
const r = Ly(e, t);
|
|
12206
12210
|
return {
|
|
12207
12211
|
uuid: e.uuid,
|
|
12208
12212
|
name: r,
|
|
@@ -12212,13 +12216,13 @@ const En = /* @__PURE__ */ new Map(), $y = async (e) => {
|
|
|
12212
12216
|
editable: n.editable
|
|
12213
12217
|
}))
|
|
12214
12218
|
};
|
|
12215
|
-
},
|
|
12216
|
-
const t = await
|
|
12219
|
+
}, mw = async (e) => {
|
|
12220
|
+
const t = await Cy(e), r = It();
|
|
12217
12221
|
return t.map(
|
|
12218
|
-
(n) =>
|
|
12222
|
+
(n) => ky(n, r)
|
|
12219
12223
|
);
|
|
12220
|
-
},
|
|
12221
|
-
const t = await fetch(
|
|
12224
|
+
}, gw = async (e) => {
|
|
12225
|
+
const t = await fetch(ly(e));
|
|
12222
12226
|
if (!t.ok)
|
|
12223
12227
|
throw new Error(
|
|
12224
12228
|
`Failed to fetch form metadata for ${e}: ${t.status}`
|
|
@@ -12229,7 +12233,7 @@ const En = /* @__PURE__ */ new Map(), $y = async (e) => {
|
|
|
12229
12233
|
const n = JSON.parse(r.resources[0].value), s = It(), a = r.name ?? n.name, o = r.uuid ?? n.uuid, i = r.version ?? n.version ?? "1", c = r.published ?? !1;
|
|
12230
12234
|
let l = { labels: {}, concepts: {} };
|
|
12231
12235
|
if (n && typeof n == "object" && "translationsUrl" in n && typeof n.translationsUrl == "string") {
|
|
12232
|
-
const d =
|
|
12236
|
+
const d = fy(
|
|
12233
12237
|
a,
|
|
12234
12238
|
o,
|
|
12235
12239
|
i,
|
|
@@ -12251,10 +12255,10 @@ const En = /* @__PURE__ */ new Map(), $y = async (e) => {
|
|
|
12251
12255
|
schema: n,
|
|
12252
12256
|
translations: l
|
|
12253
12257
|
};
|
|
12254
|
-
},
|
|
12258
|
+
}, yw = async (e, t, r) => {
|
|
12255
12259
|
let n;
|
|
12256
12260
|
t && t.length > 0 && (n = t.join(","));
|
|
12257
|
-
const s =
|
|
12261
|
+
const s = py(e, r, n), a = await z(s);
|
|
12258
12262
|
return Array.isArray(a) ? a : [];
|
|
12259
12263
|
};
|
|
12260
12264
|
function yi(e) {
|
|
@@ -12296,7 +12300,7 @@ function bi(e, t) {
|
|
|
12296
12300
|
};
|
|
12297
12301
|
return n(r.controls);
|
|
12298
12302
|
}
|
|
12299
|
-
function
|
|
12303
|
+
function vw(e, t) {
|
|
12300
12304
|
if (!e.controls || e.controls.length === 0)
|
|
12301
12305
|
return [];
|
|
12302
12306
|
const r = [], n = (/* @__PURE__ */ new Date()).toISOString();
|
|
@@ -12341,7 +12345,7 @@ function gw(e, t) {
|
|
|
12341
12345
|
s.interpretation && (o.interpretation = s.interpretation), s.comment && (o.comment = s.comment), r.push(o);
|
|
12342
12346
|
}), r;
|
|
12343
12347
|
}
|
|
12344
|
-
function
|
|
12348
|
+
function bw(e, t) {
|
|
12345
12349
|
if (!e || e.length === 0)
|
|
12346
12350
|
return {
|
|
12347
12351
|
controls: [],
|
|
@@ -12374,7 +12378,7 @@ function yw(e, t) {
|
|
|
12374
12378
|
metadata: { formMetadata: t }
|
|
12375
12379
|
};
|
|
12376
12380
|
}
|
|
12377
|
-
function
|
|
12381
|
+
function ww(e) {
|
|
12378
12382
|
const t = (n) => {
|
|
12379
12383
|
const s = (l) => l == null ? null : typeof l == "string" || typeof l == "number" || typeof l == "boolean" || typeof l == "object" ? l : null, a = n.concept, o = typeof a == "object" && a !== null && "uuid" in a ? a.uuid : a, i = typeof a == "object" && a !== null && "datatype" in a ? a.datatype : void 0, c = {
|
|
12380
12384
|
concept: {
|
|
@@ -12394,11 +12398,11 @@ function vw(e) {
|
|
|
12394
12398
|
};
|
|
12395
12399
|
return (e?.filter((n) => n.uuid && n.voided ? !0 : !(!n.uuid && n.voided || n.value && typeof n.value == "string" && n.value.endsWith("voided"))) ?? []).map(t);
|
|
12396
12400
|
}
|
|
12397
|
-
function
|
|
12401
|
+
function Ew(e) {
|
|
12398
12402
|
if (!(!e || typeof e != "object"))
|
|
12399
12403
|
return "toJS" in e && typeof e.toJS == "function" ? e.toJS() : e;
|
|
12400
12404
|
}
|
|
12401
|
-
function
|
|
12405
|
+
function _w(e, t) {
|
|
12402
12406
|
!e || !Array.isArray(e.children) || e.children.forEach((r) => {
|
|
12403
12407
|
r && typeof r == "object" && wi(
|
|
12404
12408
|
r,
|
|
@@ -12428,7 +12432,7 @@ function wi(e, t) {
|
|
|
12428
12432
|
);
|
|
12429
12433
|
});
|
|
12430
12434
|
}
|
|
12431
|
-
const
|
|
12435
|
+
const My = ee + "/bahmnicore/diseaseSummaryData?", Sw = async (e, t, r, n) => {
|
|
12432
12436
|
const s = new URLSearchParams({
|
|
12433
12437
|
groupBy: n,
|
|
12434
12438
|
latestCount: t.toString(),
|
|
@@ -12437,9 +12441,9 @@ const ky = ee + "/bahmnicore/diseaseSummaryData?", Ew = async (e, t, r, n) => {
|
|
|
12437
12441
|
r.forEach((o) => {
|
|
12438
12442
|
s.append("obsConcepts", o);
|
|
12439
12443
|
});
|
|
12440
|
-
const a =
|
|
12444
|
+
const a = My + s.toString();
|
|
12441
12445
|
return z(a);
|
|
12442
|
-
}, Ei = "custom:(uuid,episodeUuid,patient,program,display,dateEnrolled,dateCompleted,location,voided,allowedStates,outcome,states:(uuid,startDate,endDate,voided,state:(uuid,concept:(uuid,display,name,names)),auditInfo),auditInfo,attributes)",
|
|
12446
|
+
}, Ei = "custom:(uuid,episodeUuid,patient,program,display,dateEnrolled,dateCompleted,location,voided,allowedStates,outcome,states:(uuid,startDate,endDate,voided,state:(uuid,concept:(uuid,display,name,names)),auditInfo),auditInfo,attributes)", xy = (e) => `${ee}/bahmniprogramenrollment?patient=${e}&v=${Ei}`, _i = (e) => `${ee}/bahmniprogramenrollment/${e}`, Uy = (e) => `${_i(e)}?v=${Ei}`, Rw = async (e) => await z(xy(e)), Tw = async (e) => await z(Uy(e)), Aw = async (e, t) => {
|
|
12443
12447
|
const r = {
|
|
12444
12448
|
uuid: e,
|
|
12445
12449
|
states: [
|
|
@@ -12448,12 +12452,12 @@ const ky = ee + "/bahmnicore/diseaseSummaryData?", Ew = async (e, t, r, n) => {
|
|
|
12448
12452
|
}
|
|
12449
12453
|
]
|
|
12450
12454
|
};
|
|
12451
|
-
return await
|
|
12455
|
+
return await Ve(
|
|
12452
12456
|
_i(e),
|
|
12453
12457
|
r
|
|
12454
12458
|
);
|
|
12455
12459
|
};
|
|
12456
|
-
function
|
|
12460
|
+
function Ow(e) {
|
|
12457
12461
|
if (e.states.length === 0)
|
|
12458
12462
|
return null;
|
|
12459
12463
|
let t;
|
|
@@ -12469,7 +12473,7 @@ function Tw(e) {
|
|
|
12469
12473
|
t = e.states.find((r) => r.endDate === null);
|
|
12470
12474
|
return t ? vh(t.state.concept.names) ?? t.state.concept.display : null;
|
|
12471
12475
|
}
|
|
12472
|
-
function
|
|
12476
|
+
function Pw(e, t) {
|
|
12473
12477
|
if (t.length === 0)
|
|
12474
12478
|
return {};
|
|
12475
12479
|
const r = {};
|
|
@@ -12481,12 +12485,12 @@ function Aw(e, t) {
|
|
|
12481
12485
|
}
|
|
12482
12486
|
return r;
|
|
12483
12487
|
}
|
|
12484
|
-
const Cn = "consultation:saved",
|
|
12488
|
+
const Cn = "consultation:saved", $w = (e) => {
|
|
12485
12489
|
const t = new CustomEvent(Cn, {
|
|
12486
12490
|
detail: e
|
|
12487
12491
|
});
|
|
12488
12492
|
window.dispatchEvent(t);
|
|
12489
|
-
},
|
|
12493
|
+
}, Nw = (e, t = []) => {
|
|
12490
12494
|
const r = _n(e);
|
|
12491
12495
|
Sn(() => {
|
|
12492
12496
|
r.current = e;
|
|
@@ -12506,170 +12510,171 @@ export {
|
|
|
12506
12510
|
Ah as AllergyStatus,
|
|
12507
12511
|
Hp as AttributeFormat,
|
|
12508
12512
|
Bp as AttributeInputType,
|
|
12509
|
-
|
|
12510
|
-
|
|
12511
|
-
|
|
12513
|
+
uv as BAHMNI_HOME_PATH,
|
|
12514
|
+
$b as CONCEPT_DATATYPE_COMPLEX,
|
|
12515
|
+
Pb as CONCEPT_DATATYPE_NUMERIC,
|
|
12512
12516
|
Cn as CONSULTATION_SAVED_EVENT,
|
|
12513
12517
|
Nh as DATETIME_REGEX_PATTERN,
|
|
12514
12518
|
up as DATE_FORMAT,
|
|
12515
|
-
|
|
12516
|
-
|
|
12519
|
+
gv as DATE_PICKER_INPUT_FORMAT,
|
|
12520
|
+
Db as DATE_REGEX_PATTERN,
|
|
12517
12521
|
lp as DATE_TIME_FORMAT,
|
|
12518
12522
|
pp as DURATION_UNIT_TO_DAYS,
|
|
12519
|
-
|
|
12520
|
-
|
|
12521
|
-
|
|
12522
|
-
|
|
12523
|
-
|
|
12524
|
-
|
|
12525
|
-
|
|
12526
|
-
|
|
12527
|
-
|
|
12523
|
+
wb as FHIR_ENCOUNTER_TYPE_CODE_SYSTEM,
|
|
12524
|
+
Rb as FHIR_LAB_ORDER_CONCEPT_TYPE_EXTENSION_URL,
|
|
12525
|
+
Ab as FHIR_OBSERVATION_FORM_NAMESPACE_PATH_URL,
|
|
12526
|
+
Tb as FHIR_OBSERVATION_INTERPRETATION_SYSTEM,
|
|
12527
|
+
Nb as FHIR_OBSERVATION_STATUS_FINAL,
|
|
12528
|
+
Ob as FHIR_OBSERVATION_VALUE_ATTACHMENT_URL,
|
|
12529
|
+
Ib as FHIR_RESOURCE_TYPE_OBSERVATION,
|
|
12530
|
+
pv as FULL_MONTH_DATE_FORMAT,
|
|
12531
|
+
Sb as HL7_CONDITION_CATEGORY_CODE_SYSTEM,
|
|
12528
12532
|
Ph as HL7_CONDITION_CATEGORY_CONDITION_CODE,
|
|
12529
12533
|
$h as HL7_CONDITION_CATEGORY_DIAGNOSIS_CODE,
|
|
12530
|
-
|
|
12531
|
-
|
|
12532
|
-
|
|
12533
|
-
|
|
12534
|
-
|
|
12535
|
-
|
|
12534
|
+
_b as HL7_CONDITION_CLINICAL_STATUS_CODE_SYSTEM,
|
|
12535
|
+
Eb as HL7_CONDITION_VERIFICATION_STATUS_CODE_SYSTEM,
|
|
12536
|
+
Cb as INTERPRETATION_TO_CODE,
|
|
12537
|
+
mv as ISO_DATE_FORMAT,
|
|
12538
|
+
Uv as MAX_NAME_LENGTH,
|
|
12539
|
+
xv as MAX_PATIENT_AGE_YEARS,
|
|
12536
12540
|
qv as MAX_PHONE_NUMBER_LENGTH,
|
|
12537
|
-
|
|
12541
|
+
Ue as MedicationStatus,
|
|
12538
12542
|
pe as OPENMRS_FHIR_R4,
|
|
12539
12543
|
ee as OPENMRS_REST_V1,
|
|
12540
|
-
|
|
12541
|
-
|
|
12542
|
-
|
|
12543
|
-
|
|
12544
|
-
|
|
12544
|
+
Yb as ORDER_TYPE_QUERY_KEY,
|
|
12545
|
+
Kb as PENDING_REPORT_STATUSES,
|
|
12546
|
+
Gb as PROCESSED_REPORT_STATUSES,
|
|
12547
|
+
hv as REGISTRATION_DATE_FORMAT,
|
|
12548
|
+
sw as USER_PINNED_PREFERENCE_URL,
|
|
12545
12549
|
fp as calculateAge,
|
|
12546
|
-
|
|
12547
|
-
|
|
12548
|
-
|
|
12549
|
-
|
|
12550
|
-
|
|
12551
|
-
|
|
12552
|
-
|
|
12553
|
-
|
|
12554
|
-
|
|
12555
|
-
|
|
12550
|
+
Sv as calculateAgeinYearsAndMonths,
|
|
12551
|
+
Rv as calculateEndDate,
|
|
12552
|
+
bv as calculateOnsetDate,
|
|
12553
|
+
kv as camelToScreamingSnakeCase,
|
|
12554
|
+
Pv as capitalize,
|
|
12555
|
+
ib as checkIfActiveVisitExists,
|
|
12556
|
+
Ew as convertImmutableToPlainObject,
|
|
12557
|
+
zv as createPatient,
|
|
12558
|
+
cb as createVisitForPatient,
|
|
12559
|
+
cv as del,
|
|
12556
12560
|
Wp as dispatchAuditEvent,
|
|
12557
|
-
|
|
12558
|
-
|
|
12559
|
-
|
|
12560
|
-
|
|
12561
|
-
|
|
12562
|
-
|
|
12563
|
-
|
|
12564
|
-
|
|
12565
|
-
|
|
12566
|
-
|
|
12567
|
-
|
|
12568
|
-
|
|
12569
|
-
|
|
12570
|
-
|
|
12571
|
-
|
|
12572
|
-
|
|
12561
|
+
$w as dispatchConsultationSaved,
|
|
12562
|
+
Tv as doDateRangesOverlap,
|
|
12563
|
+
Pw as extractAttributes,
|
|
12564
|
+
_w as extractNotesFromFormData,
|
|
12565
|
+
yb as fetchAndFormatAllergenConcepts,
|
|
12566
|
+
gw as fetchFormMetadata,
|
|
12567
|
+
xb as fetchMedicationOrdersMetadata,
|
|
12568
|
+
mw as fetchObservationForms,
|
|
12569
|
+
vb as fetchReactionConcepts,
|
|
12570
|
+
Dv as filterReplacementEntries,
|
|
12571
|
+
lw as findActiveEncounterInSession,
|
|
12572
|
+
vv as formatDate,
|
|
12573
|
+
_v as formatDateAndTime,
|
|
12574
|
+
wv as formatDateDistance,
|
|
12575
|
+
yv as formatDateTime,
|
|
12576
|
+
Cv as formatUrl,
|
|
12573
12577
|
hp as generateId,
|
|
12574
12578
|
z as get,
|
|
12575
|
-
|
|
12579
|
+
_y as getActiveVisit,
|
|
12576
12580
|
Zp as getActiveVisitByPatient,
|
|
12577
|
-
|
|
12581
|
+
Yv as getAddressHierarchyEntries,
|
|
12578
12582
|
Rh as getAllergies,
|
|
12579
|
-
|
|
12580
|
-
|
|
12581
|
-
|
|
12582
|
-
|
|
12583
|
-
|
|
12583
|
+
pb as getAppointmentById,
|
|
12584
|
+
Xb as getCategoryUuidFromOrderTypes,
|
|
12585
|
+
ew as getClinicalConfig,
|
|
12586
|
+
mb as getConceptById,
|
|
12587
|
+
Lb as getConditions,
|
|
12584
12588
|
oi as getCookieByName,
|
|
12585
|
-
|
|
12586
|
-
|
|
12587
|
-
|
|
12588
|
-
|
|
12589
|
-
|
|
12590
|
-
|
|
12591
|
-
|
|
12592
|
-
|
|
12593
|
-
|
|
12594
|
-
|
|
12595
|
-
|
|
12589
|
+
iw as getCurrentProvider,
|
|
12590
|
+
Ow as getCurrentStateName,
|
|
12591
|
+
Mv as getCurrentUser,
|
|
12592
|
+
pw as getCurrentUserPrivileges,
|
|
12593
|
+
tw as getDashboardConfig,
|
|
12594
|
+
Wb as getDiagnosticReportBundle,
|
|
12595
|
+
Bb as getDiagnosticReports,
|
|
12596
|
+
dw as getEncountersAndVisitsForEOC,
|
|
12597
|
+
Zb as getExistingServiceRequestsForAllCategories,
|
|
12598
|
+
Jb as getFlattenedInvestigations,
|
|
12599
|
+
bb as getFormattedAllergies,
|
|
12596
12600
|
ut as getFormattedError,
|
|
12597
|
-
|
|
12598
|
-
|
|
12599
|
-
|
|
12600
|
-
|
|
12601
|
-
|
|
12602
|
-
|
|
12603
|
-
|
|
12604
|
-
|
|
12605
|
-
|
|
12601
|
+
jv as getFormattedPatientById,
|
|
12602
|
+
Kv as getGenders,
|
|
12603
|
+
Wv as getIdentifierData,
|
|
12604
|
+
Bv as getIdentifierTypes,
|
|
12605
|
+
eb as getInputTypeForFormat,
|
|
12606
|
+
Hb as getLabInvestigationsBundle,
|
|
12607
|
+
rw as getMedicationConfig,
|
|
12608
|
+
cw as getObservationsBundleByEncounterUuid,
|
|
12609
|
+
Qb as getOrderTypeNames,
|
|
12606
12610
|
Wn as getOrderTypes,
|
|
12607
|
-
|
|
12608
|
-
|
|
12611
|
+
Jv as getOrderedAddressHierarchyLevels,
|
|
12612
|
+
db as getPastAppointments,
|
|
12609
12613
|
Mp as getPatientById,
|
|
12610
|
-
|
|
12611
|
-
|
|
12612
|
-
|
|
12614
|
+
kb as getPatientDiagnoses,
|
|
12615
|
+
yw as getPatientFormData,
|
|
12616
|
+
Fv as getPatientImageAsDataUrl,
|
|
12613
12617
|
Gh as getPatientMedicationBundle,
|
|
12614
|
-
|
|
12615
|
-
|
|
12616
|
-
|
|
12617
|
-
|
|
12618
|
-
|
|
12619
|
-
|
|
12620
|
-
|
|
12621
|
-
|
|
12622
|
-
|
|
12623
|
-
|
|
12618
|
+
Mb as getPatientMedications,
|
|
12619
|
+
ow as getPatientObservations,
|
|
12620
|
+
gy as getPatientObservationsBundle,
|
|
12621
|
+
aw as getPatientObservationsWithEncounterBundle,
|
|
12622
|
+
Xv as getPatientProfile,
|
|
12623
|
+
Rw as getPatientPrograms,
|
|
12624
|
+
jb as getPatientRadiologyInvestigationBundle,
|
|
12625
|
+
Fb as getPatientRadiologyInvestigationBundleWithImagingStudy,
|
|
12626
|
+
Vb as getPatientRadiologyInvestigations,
|
|
12627
|
+
Zv as getPersonAttributeTypes,
|
|
12624
12628
|
Vp as getPrimaryIdentifierType,
|
|
12625
|
-
|
|
12626
|
-
|
|
12627
|
-
|
|
12628
|
-
|
|
12629
|
+
Nv as getPriorityByOrder,
|
|
12630
|
+
Tw as getProgramByUUID,
|
|
12631
|
+
nw as getRegistrationConfig,
|
|
12632
|
+
Qv as getRelationshipTypes,
|
|
12629
12633
|
Ct as getServiceRequests,
|
|
12630
|
-
|
|
12631
|
-
|
|
12634
|
+
Ev as getTodayDate,
|
|
12635
|
+
lb as getUpcomingAppointments,
|
|
12632
12636
|
Hn as getUserLoginLocation,
|
|
12633
12637
|
It as getUserPreferredLocale,
|
|
12634
12638
|
qb as getVaccinations,
|
|
12635
|
-
|
|
12636
|
-
|
|
12637
|
-
|
|
12638
|
-
|
|
12639
|
-
|
|
12640
|
-
|
|
12641
|
-
|
|
12642
|
-
|
|
12643
|
-
|
|
12644
|
-
|
|
12645
|
-
|
|
12646
|
-
|
|
12647
|
-
|
|
12648
|
-
|
|
12649
|
-
|
|
12639
|
+
Lv as getValueType,
|
|
12640
|
+
ob as getVisitTypes,
|
|
12641
|
+
Sw as getVitalFlowSheetData,
|
|
12642
|
+
Iv as groupByDate,
|
|
12643
|
+
hw as hasPrivilege,
|
|
12644
|
+
dv as initAppI18n,
|
|
12645
|
+
fw as initializeAuditListener,
|
|
12646
|
+
tb as isBooleanFormat,
|
|
12647
|
+
rb as isConceptFormat,
|
|
12648
|
+
sb as isDateFormat,
|
|
12649
|
+
nb as isNumberFormat,
|
|
12650
|
+
$v as isStringEmpty,
|
|
12651
|
+
ab as isTextFormat,
|
|
12652
|
+
Dy as logAuditEvent,
|
|
12653
|
+
lv as normalizeTranslationKey,
|
|
12650
12654
|
on as notificationService,
|
|
12651
12655
|
mp as parseQueryParams,
|
|
12652
|
-
|
|
12653
|
-
|
|
12654
|
-
|
|
12655
|
-
|
|
12656
|
-
|
|
12657
|
-
|
|
12658
|
-
|
|
12656
|
+
iv as patch,
|
|
12657
|
+
Ve as post,
|
|
12658
|
+
ov as put,
|
|
12659
|
+
Ov as refreshQueries,
|
|
12660
|
+
ub as searchAppointmentsByAttribute,
|
|
12661
|
+
gb as searchConceptByName,
|
|
12662
|
+
hb as searchConcepts,
|
|
12659
12663
|
Rr as searchFHIRConcepts,
|
|
12660
12664
|
yh as searchFHIRConceptsByName,
|
|
12661
|
-
|
|
12662
|
-
|
|
12663
|
-
|
|
12664
|
-
|
|
12665
|
-
|
|
12666
|
-
|
|
12667
|
-
|
|
12668
|
-
|
|
12669
|
-
|
|
12670
|
-
|
|
12671
|
-
|
|
12672
|
-
|
|
12673
|
-
|
|
12674
|
-
|
|
12665
|
+
Ub as searchMedications,
|
|
12666
|
+
Hv as searchPatientByCustomAttribute,
|
|
12667
|
+
Vv as searchPatientByNameOrId,
|
|
12668
|
+
uw as shouldEnableEncounterFilter,
|
|
12669
|
+
Av as sortByDate,
|
|
12670
|
+
ww as transformContainerObservationsToForm2Observations,
|
|
12671
|
+
vw as transformFormDataToObservations,
|
|
12672
|
+
bw as transformObservationsToFormData,
|
|
12673
|
+
fb as updateAppointmentStatus,
|
|
12674
|
+
zb as updateDiagnosticReportBundle,
|
|
12675
|
+
Gv as updatePatient,
|
|
12676
|
+
Aw as updateProgramState,
|
|
12677
|
+
fv as useCamera,
|
|
12678
|
+
Nw as useSubscribeConsultationSaved,
|
|
12679
|
+
Cw as useTranslation
|
|
12675
12680
|
};
|