@ampath/esm-patient-registration-app 6.0.1-pre.6 → 6.0.1-pre.66
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/.turbo/turbo-build.log +23 -24
- package/dist/132.js +1 -0
- package/dist/197.js +1 -0
- package/dist/236.js +1 -0
- package/dist/{735.js.map → 236.js.map} +1 -1
- package/dist/300.js +1 -0
- package/dist/335.js +1 -0
- package/dist/372.js +1 -0
- package/dist/372.js.map +1 -0
- package/dist/41.js +2 -0
- package/dist/41.js.map +1 -0
- package/dist/449.js +1 -0
- package/dist/449.js.map +1 -0
- package/dist/464.js +1 -0
- package/dist/464.js.map +1 -0
- package/dist/495.js +1 -0
- package/dist/495.js.map +1 -0
- package/dist/55.js +1 -0
- package/dist/56.js +1 -0
- package/dist/56.js.map +1 -0
- package/dist/621.js +1 -1
- package/dist/621.js.map +1 -1
- package/dist/629.js +2 -0
- package/dist/629.js.LICENSE.txt +24 -0
- package/dist/629.js.map +1 -0
- package/dist/652.js +1 -0
- package/dist/661.js +1 -0
- package/dist/757.js +1 -1
- package/dist/757.js.map +1 -0
- package/dist/828.js +1 -0
- package/dist/828.js.map +1 -0
- package/dist/830.js +1 -0
- package/dist/830.js.map +1 -0
- package/dist/831.js +2 -0
- package/dist/831.js.map +1 -0
- package/dist/876.js +2 -0
- package/dist/876.js.map +1 -0
- package/dist/879.js +1 -1
- package/dist/913.js +2 -0
- package/dist/{591.js.LICENSE.txt → 913.js.LICENSE.txt} +23 -3
- package/dist/913.js.map +1 -0
- package/dist/927.js +1 -0
- package/dist/927.js.map +1 -0
- package/dist/99.js +1 -0
- package/dist/ampath-esm-patient-registration-app.js +1 -1
- package/dist/ampath-esm-patient-registration-app.js.buildmanifest.json +236 -191
- package/dist/ampath-esm-patient-registration-app.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +0 -32
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +6 -9
- package/src/config-schema.ts +19 -10
- package/src/constants.ts +1 -1
- package/src/index.ts +11 -4
- package/src/offline.resources.ts +13 -18
- package/src/offline.ts +6 -4
- package/src/patient-photo.extension.tsx +9 -0
- package/src/patient-registration/field/address/custom-address-field.component.tsx +1 -0
- package/src/patient-registration/field/custom-field.component.tsx +6 -0
- package/src/patient-registration/field/dob/dob.component.tsx +17 -14
- package/src/patient-registration/field/field.resource.ts +3 -3
- package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +4 -0
- package/src/patient-registration/field/person-attributes/custom-person-attribute-field.component.tsx +56 -0
- package/src/patient-registration/field/person-attributes/person-attribute-field.component.tsx +22 -7
- package/src/patient-registration/field/person-attributes/person-attributes.resource.ts +2 -2
- package/src/patient-registration/field/phone/phone-field.component.tsx +1 -0
- package/src/patient-registration/form-manager.ts +13 -6
- package/src/patient-registration/patient-registration-hooks.ts +91 -9
- package/src/patient-registration/patient-registration.component.tsx +55 -13
- package/src/patient-registration/{patient-registration.resource.test.tsx → patient-registration.resource.testt.tsx} +3 -3
- package/src/patient-registration/patient-registration.resource.ts +14 -74
- package/src/patient-registration/patient-registration.scss +0 -8
- package/src/patient-registration/patient-registration.types.ts +7 -1
- package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +5 -1
- package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +2 -2
- package/src/patient-verification/assets/counties.json +236 -0
- package/src/patient-verification/assets/verification-assets.ts +11 -0
- package/src/patient-verification/patient-verification-hook.tsx +176 -0
- package/src/patient-verification/patient-verification-utils.ts +179 -0
- package/src/patient-verification/patient-verification.component.tsx +124 -0
- package/src/patient-verification/patient-verification.scss +25 -0
- package/src/patient-verification/verification-modal/confirm-prompt.component.tsx +72 -0
- package/src/patient-verification/verification-modal/empty-prompt.component.tsx +35 -0
- package/src/patient-verification/verification-types.ts +50 -0
- package/src/routes.json +12 -3
- package/translations/am.json +26 -12
- package/translations/ar.json +26 -12
- package/translations/en.json +19 -5
- package/translations/es.json +10 -0
- package/translations/fr.json +6 -0
- package/translations/he.json +18 -0
- package/translations/km.json +18 -0
- package/translations/zh.json +30 -22
- package/translations/zh_CN.json +30 -22
- package/dist/130.js +0 -2
- package/dist/130.js.map +0 -1
- package/dist/152.js +0 -1
- package/dist/152.js.map +0 -1
- package/dist/249.js +0 -2
- package/dist/249.js.LICENSE.txt +0 -46
- package/dist/249.js.map +0 -1
- package/dist/255.js +0 -2
- package/dist/255.js.map +0 -1
- package/dist/271.js +0 -1
- package/dist/303.js +0 -1
- package/dist/303.js.map +0 -1
- package/dist/319.js +0 -1
- package/dist/365.js +0 -1
- package/dist/365.js.map +0 -1
- package/dist/460.js +0 -1
- package/dist/525.js +0 -1
- package/dist/525.js.map +0 -1
- package/dist/537.js +0 -1
- package/dist/537.js.map +0 -1
- package/dist/574.js +0 -1
- package/dist/591.js +0 -2
- package/dist/591.js.map +0 -1
- package/dist/644.js +0 -1
- package/dist/729.js +0 -1
- package/dist/729.js.map +0 -1
- package/dist/735.js +0 -1
- package/dist/784.js +0 -2
- package/dist/784.js.map +0 -1
- package/dist/788.js +0 -1
- package/dist/807.js +0 -1
- package/dist/833.js +0 -1
- package/dist/879.js.map +0 -1
- package/src/patient-registration/field/address/tests/address-hierarchy.test.tsx +0 -214
- package/src/patient-registration/field/address/tests/address-search-component.test.tsx +0 -135
- package/src/patient-registration/field/dob/dob.test.tsx +0 -75
- package/src/patient-registration/field/field.test.tsx +0 -294
- package/src/patient-registration/field/id/id-field.test.tsx +0 -107
- package/src/patient-registration/field/person-attributes/coded-attributes.component.tsx +0 -60
- package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +0 -127
- package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +0 -187
- package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +0 -88
- package/src/patient-registration/form-manager.test.ts +0 -67
- package/src/patient-registration/input/basic-input/select/select-input.test.tsx +0 -49
- package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +0 -132
- package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +0 -107
- package/src/patient-registration/patient-registration.test.tsx +0 -471
- package/src/patient-registration/section/death-info/death-info-section.test.tsx +0 -64
- package/src/patient-registration/section/demographics/demographics-section.test.tsx +0 -83
- package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +0 -100
- package/src/patient-verification/client-registry-constants.ts +0 -13
- package/src/patient-verification/client-registry.component.tsx +0 -66
- package/src/patient-verification/client-registry.scss +0 -1
- package/src/patient-verification/utils.tsx +0 -56
- package/src/patient-verification/verification-modal.scss +0 -20
- package/src/patient-verification/verification.component.tsx +0 -48
- package/src/root.test.tsx +0 -32
- package/src/widgets/cancel-patient-edit.test.tsx +0 -27
- package/src/widgets/display-photo.component.tsx +0 -30
- package/src/widgets/display-photo.test.tsx +0 -37
- package/src/widgets/edit-patient-details-button.test.tsx +0 -41
- /package/dist/{784.js.LICENSE.txt → 41.js.LICENSE.txt} +0 -0
- /package/dist/{130.js.LICENSE.txt → 831.js.LICENSE.txt} +0 -0
- /package/dist/{255.js.LICENSE.txt → 876.js.LICENSE.txt} +0 -0
- /package/src/patient-registration/input/custom-input/identifier/{utils.test.ts → utils.testt.ts} +0 -0
- /package/src/widgets/{delete-identifier-confirmation-modal.test.tsx → delete-identifier-confirmation-modal.testt.tsx} +0 -0
package/dist/831.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see 831.js.LICENSE.txt */
|
|
2
|
+
(globalThis.webpackChunk_ampath_esm_patient_registration_app=globalThis.webpackChunk_ampath_esm_patient_registration_app||[]).push([[831],{6747:(t,e,n)=>{function r(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function i(t,e){return null!=e&&"undefined"!=typeof Symbol&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function a(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}System.register(["@openmrs/esm-config","@openmrs/esm-navigation","@openmrs/esm-error-handling","@openmrs/esm-offline"],(function(t,e){var u={},s={},c={},l={};return{setters:[function(t){u.Type=t.Type,u.defineConfigSchema=t.defineConfigSchema,u.getConfig=t.getConfig,u.validators=t.validators},function(t){s.navigate=t.navigate},function(t){c.reportError=t.reportError},function(t){l.getSynchronizationItems=t.getSynchronizationItems}],execute:function(){t(function(){var t={385:function(){System.register([],(function(t,e){return{execute:function(){t(function(){"use strict";var t=function(t,e){var n=s[t];if(n)return n.active?console.error("Cannot override an existing store. Make sure that stores are only created once."):n.value.setState(e,!0),n.active=!0,n.value;var r=u()((function(){return e}));return s[t]={value:r,active:!0},r},e=function(t,e){var n=s[t];return n?(n.active?console.error("Cannot override an existing store. Make sure that stores are only created once."):n.value=e,n.active=!0,n.value):(s[t]={value:e,active:!0},e)},n=function(t,e){var n=s[t];if(!n){var r=u()((function(){return null!=e?e:{}}));return s[t]={value:r,active:!1},r}return n.value},r=function(t,e,n){var r=e(t.getState());return t.subscribe((function(t){var o=e(t);o!==r&&(r=o,n(o))}))},o={d:function(t,e){for(var n in e)o.o(e,n)&&!o.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o:function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r:function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},i={};o.r(i),o.d(i,{createGlobalStore:function(){return t},getGlobalStore:function(){return n},registerGlobalStore:function(){return e},subscribeTo:function(){return r}});var a=function(t){var e,n=new Set,r=function(t,r){var o="function"==typeof t?t(e):t;if(!Object.is(o,e)){var i=e;e=(null!=r?r:"object"!=typeof o)?o:Object.assign({},e,o),n.forEach((function(t){return t(e,i)}))}},o=function(){return e},i={setState:r,getState:o,subscribe:function(t){return n.add(t),function(){return n.delete(t)}},destroy:function(){console.warn("[DEPRECATED] The `destroy` method will be unsupported in a future version. Instead use unsubscribe function returned by subscribe. Everything will be garbage-collected if store is garbage-collected."),n.clear()}};return e=t(r,o,i),i},u=function(t){return t?a(t):a},s={};return setTimeout((function(){"development"===window.spaEnv&&(window.stores=s)}),1e3),i}())}}}))},824:function(t){"use strict";t.exports=u},254:function(t){"use strict";t.exports=c},513:function(t){"use strict";t.exports=s},738:function(t){"use strict";t.exports=l}},e={};function f(n){var r=e[n];if(void 0!==r)return r.exports;var o=e[n]={exports:{}};return t[n](o,o.exports,f),o.exports}f.d=function(t,e){for(var n in e)f.o(e,n)&&!f.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},f.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},f.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var p={};return function(){"use strict";var t=function(t,e){function n(){this.constructor=t}se(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},e=function(t){return"function"==typeof t},u=function(t){setTimeout((function(){throw t}),0)},s=function(t){return null!==t&&"object"==typeof t},c=function(t){return t.reduce((function(t,e){return t.concat(i(e,de)?e.errors:e)}),[])},l=function(t){return t},h=function(t){if(t||(t=le.Promise||Promise),!t)throw new Error("no Promise impl found");return t},d=function(t,e,n){var r=g(t,e,n);Ke.length?Ke.forEach((function(t){return t(r)})):setTimeout((function(){throw r}))},v=function(t){if("function"!=typeof t)throw Error(m(28,!1));Ke.push(t)},y=function(t){if("function"!=typeof t)throw Error(m(29,!1));var e=!1;return Ke=Ke.filter((function(n){var r=n===t;return e=e||r,!r})),e},m=function(t,e){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];return"single-spa minified message #".concat(t,": ").concat(e?e+" ":"","See https://single-spa.js.org/error/?code=").concat(t).concat(r.length?"&arg=".concat(r.join("&arg=")):"")},g=function(t,e,n){var r,o="".concat(E(e)," '").concat(S(e),"' died in status ").concat(e.status,": ");if(i(t,Error)){try{t.message=o+t.message}catch(t){}r=t}else{console.warn(m(30,!1,e.status,S(e)));try{r=Error(o+JSON.stringify(t))}catch(e){r=t}}return r.appOrParcelName=S(e),e.status=n,r},b=function(t){return t.status===Qe},w=function(t){try{return t.activeWhen(window.location)}catch(e){return d(e,t,nn),!1}},S=function(t){return t.name},O=function(t){return Boolean(t.unmountThisParcel)},E=function(t){return O(t)?"parcel":"application"},j=function(){for(var t=arguments.length-1;t>0;t--)for(var e in arguments[t])"__proto__"!==e&&(arguments[t-1][e]=arguments[t][e]);return arguments[0]},x=function(t,e){for(var n=0;n<t.length;n++)if(e(t[n]))return t[n];return null},P=function(t){return t&&("function"==typeof t||(e=t,Array.isArray(e)&&!x(e,(function(t){return"function"!=typeof t}))));var e},_=function(t,e){var n=t[e]||[];0===(n=Array.isArray(n)?n:[n]).length&&(n=[function(){return Promise.resolve()}]);var r=E(t),o=S(t);return function(t){return n.reduce((function(n,i,a){return n.then((function(){var n=i(t);return A(n)?n:Promise.reject(m(15,!1,r,o,e,a))}))}),Promise.resolve())}},A=function(t){return t&&"function"==typeof t.then&&"function"==typeof t.catch},k=function(t,e){return Promise.resolve().then((function(){return t.status!==$e?t:(t.status=qe,t.bootstrap?F(t,"bootstrap").then(n).catch((function(n){if(e)throw g(n,t,nn);return d(n,t,nn),t})):Promise.resolve().then(n))}));function n(){return t.status=Je,t}},T=function(t,e){return Promise.resolve().then((function(){var n=function(){return F(t,"unmount").then((function(){t.status=Je}),(function(n){if(e)throw g(n,t,nn);d(n,t,nn)}))};if(t.status!==Qe)return t;t.status=Ze;var r=Object.keys(t.parcels).map((function(e){return t.parcels[e].unmountThisParcel()}));return Promise.all(r).then(n,(function(r){return n().then((function(){var n=Error(r.message);if(e)throw g(n,t,nn);d(n,t,nn)}))})).then((function(){return t}))}))},C=function(t,e){return Promise.resolve().then((function(){return t.status!==Je?t:(on||(window.dispatchEvent(new We("single-spa:before-first-mount")),on=!0),t.status=Ye,F(t,"mount").then((function(){return t.status=Qe,an||(window.dispatchEvent(new We("single-spa:first-mount")),an=!0),t})).catch((function(n){var r=function(){if(e)throw g(n,t,nn);return d(n,t,nn),t};return t.status=Qe,T(t,!0).then(r,r)})))}))},I=function(){return D.apply(sn,arguments)},D=function(t,e){var n=this;if(!t||"object"!=typeof t&&"function"!=typeof t)throw Error(m(2,!1));if(t.name&&"string"!=typeof t.name)throw Error(m(3,!1,a(t.name)));var r=un++,o=t.name||"parcel-".concat(r);if("object"!=typeof e)throw Error(m(4,!1,o,void 0===e?"undefined":a(e)));if(!e.domElement)throw Error(m(5,!1,o));var i,u="function"==typeof t,s=u?t:function(){return Promise.resolve(t)},c={id:r,parcels:{},status:u?He:$e,customProps:e,parentName:S(n),unmountThisParcel:function(){return d.then((function(){if(c.status!==Qe)throw Error(m(6,!1,o,c.status));return T(c,!0)})).then((function(t){return c.parentName&&delete n.parcels[c.id],t})).then((function(t){return f(t),t})).catch((function(t){throw c.status=nn,p(t),t}))}};n.parcels[r]=c;var l=s();if(!l||"function"!=typeof l.then)throw Error(m(7,!1));l=l.then((function(t){if(!t)throw Error(m(8,!1));if(o=t.name||"parcel-".concat(r),Object.prototype.hasOwnProperty.call(t,"bootstrap")&&!P(t.bootstrap))throw Error(m(9,!1,o));if(!P(t.mount))throw Error(m(10,!1,o));if(!P(t.unmount))throw Error(m(11,!1,o));if(t.update&&!P(t.update))throw Error(m(12,!1,o));var e=_(t,"bootstrap"),n=_(t,"mount"),a=_(t,"unmount");c.status=$e,c.name=o,c.bootstrap=e,c.mount=n,c.unmount=a,c.timeouts=V(t.timeouts),t.update&&(c.update=_(t,"update"),i.update=function(t){return c.customProps=t,M((e=c,Promise.resolve().then((function(){if(e.status!==Qe)throw Error(m(32,!1,S(e)));return e.status=Xe,F(e,"update").then((function(){return e.status=Qe,e})).catch((function(t){throw g(t,e,nn)}))}))));var e})}));var f,p,h=l.then((function(){return k(c,!0)})),d=h.then((function(){return C(c,!0)})),v=new Promise((function(t,e){f=t,p=e}));return i={mount:function(){return M(Promise.resolve().then((function(){if(c.status!==Je)throw Error(m(13,!1,o,c.status));return n.parcels[r]=c,C(c)})))},unmount:function(){return M(c.unmountThisParcel())},getStatus:function(){return c.status},loadPromise:M(l),bootstrapPromise:M(h),mountPromise:M(d),unmountPromise:M(v)}},M=function(t){return t.then((function(){return null}))},R=function(t){var e=S(t),n="function"==typeof t.customProps?t.customProps(e,window.location):t.customProps;("object"!=typeof n||null===n||Array.isArray(n))&&(n={},console.warn(m(40,!1),e,n));var r=j({},n,{name:e,mountParcel:D.bind(t),singleSpa:Ve});return O(t)&&(r.unmountSelf=t.unmountThisParcel),r},N=function(t,e,n){if("number"!=typeof t||t<=0)throw Error(m(16,!1));cn.bootstrap={millis:t,dieOnTimeout:e,warningMillis:n||1e3}},L=function(t,e,n){if("number"!=typeof t||t<=0)throw Error(m(17,!1));cn.mount={millis:t,dieOnTimeout:e,warningMillis:n||1e3}},U=function(t,e,n){if("number"!=typeof t||t<=0)throw Error(m(18,!1));cn.unmount={millis:t,dieOnTimeout:e,warningMillis:n||1e3}},B=function(t,e,n){if("number"!=typeof t||t<=0)throw Error(m(19,!1));cn.unload={millis:t,dieOnTimeout:e,warningMillis:n||1e3}},F=function(t,e){var n=t.timeouts[e],r=n.warningMillis,o=E(t);return new Promise((function(i,a){var u=!1,s=!1;t[e](R(t)).then((function(t){u=!0,i(t)})).catch((function(t){u=!0,a(t)})),setTimeout((function(){return l(1)}),r),setTimeout((function(){return l(!0)}),n.millis);var c=m(31,!1,e,o,S(t),n.millis);function l(t){if(!u)if(!0===t)s=!0,n.dieOnTimeout?a(Error(c)):console.error(c);else if(!s){var e=t,o=e*r;console.warn(c),o+r<n.millis&&setTimeout((function(){return l(e+1)}),r)}}}))},V=function(t){var e={};for(var n in cn)e[n]=j({},cn[n],t&&t[n]||{});return e},G=function(t){return Promise.resolve().then((function(){return t.loadPromise?t.loadPromise:t.status!==ze&&t.status!==en?t:(t.status=He,t.loadPromise=Promise.resolve().then((function(){var r=t.loadApp(R(t));if(!A(r))throw n=!0,Error(m(33,!1,S(t)));return r.then((function(n){var r;t.loadErrorTime=null,"object"!=typeof(e=n)&&(r=34),Object.prototype.hasOwnProperty.call(e,"bootstrap")&&!P(e.bootstrap)&&(r=35),P(e.mount)||(r=36),P(e.unmount)||(r=37);var o=E(e);if(r){var i;try{i=JSON.stringify(e)}catch(t){}return console.error(m(r,!1,o,S(t),i),e),d(void 0,t,nn),t}return e.devtools&&e.devtools.overlays&&(t.devtools.overlays=j({},t.devtools.overlays,e.devtools.overlays)),t.status=$e,t.bootstrap=_(e,"bootstrap"),t.mount=_(e,"mount"),t.unmount=_(e,"unmount"),t.unload=_(e,"unload"),t.timeouts=V(e.timeouts),delete t.loadPromise,t}))})).catch((function(e){var r;return delete t.loadPromise,n?r=nn:(r=en,t.loadErrorTime=(new Date).getTime()),d(e,t,r),t})));var e,n}))},W=function(t){var e;if("string"==typeof t)e=t;else if(this&&this.href)e=this.href;else{if(!(t&&t.currentTarget&&t.currentTarget.href&&t.preventDefault))throw Error(m(14,!1));e=t.currentTarget.href,t.preventDefault()}var n=q(window.location.href),r=q(e);0===e.indexOf("#")?window.location.hash=r.hash:n.host!==r.host&&r.host?window.location.href=e:r.pathname===n.pathname&&r.search===n.search?window.location.hash=r.hash:window.history.pushState(null,null,e)},K=function(t){var e=this;if(t){var n=t[0].type;pn.indexOf(n)>=0&&fn[n].forEach((function(n){try{n.apply(e,t)}catch(t){setTimeout((function(){throw t}))}}))}},z=function(){On([],arguments)},H=function(t,e){return function(){var n=window.location.href,r=t.apply(this,arguments),o=window.location.href;return Fe&&n===o||window.dispatchEvent(function(t,e){var n;try{n=new PopStateEvent("popstate",{state:t})}catch(e){(n=document.createEvent("PopStateEvent")).initPopStateEvent("popstate",!1,!1,t)}return n.singleSpa=!0,n.singleSpaTrigger=e,n}(window.history.state,e)),r}},$=function(t){if(dn)throw Error(m(43,!1));Fe=!t||!t.hasOwnProperty("urlRerouteOnly")||t.urlRerouteOnly,dn=!0,hn=window.history.replaceState,window.addEventListener("hashchange",z),window.addEventListener("popstate",z);var e=window.addEventListener,n=window.removeEventListener;window.addEventListener=function(t,n){if(!("function"==typeof n&&pn.indexOf(t)>=0)||x(fn[t],(function(t){return t===n})))return e.apply(this,arguments);fn[t].push(n)},window.removeEventListener=function(t,e){if(!("function"==typeof e&&pn.indexOf(t)>=0))return n.apply(this,arguments);fn[t]=fn[t].filter((function(t){return t!==e}))},window.history.pushState=H(window.history.pushState,"pushState"),window.history.replaceState=H(hn,"replaceState")},q=function(t){var e=document.createElement("a");return e.href=t,e},J=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.jQuery;if(t||window.$&&window.$.fn&&window.$.fn.jquery&&(t=window.$),t&&!vn){var e=t.fn.on,n=t.fn.off;t.fn.on=function(t,n){return Y.call(this,e,window.addEventListener,t,n,arguments)},t.fn.off=function(t,e){return Y.call(this,n,window.removeEventListener,t,e,arguments)},vn=!0}},Y=function(t,e,n,r,o){return"string"!=typeof n?t.apply(this,o):(n.split(/\s+/).forEach((function(t){pn.indexOf(t)>=0&&(e(t,r),n=n.replace(t,""))})),""===n.trim()?this:t.apply(this,o))},Q=function(t){return Promise.resolve().then((function(){var e=yn[S(t)];if(!e)return t;if(t.status===ze)return X(t,e),t;if(t.status===tn)return e.promise.then((function(){return t}));if(t.status!==Je&&t.status!==en)return t;var n=t.status===en?Promise.resolve():F(t,"unload");return t.status=tn,n.then((function(){return X(t,e),t})).catch((function(n){return function(t,e,n){delete yn[S(t)],delete t.bootstrap,delete t.mount,delete t.unmount,delete t.unload,d(n,t,nn),e.reject(n)}(t,e,n),t}))}))},X=function(t,e){delete yn[S(t)],delete t.bootstrap,delete t.mount,delete t.unmount,delete t.unload,t.status=ze,e.resolve()},Z=function(t,e,n,r){yn[S(t)]={app:t,resolve:n,reject:r},Object.defineProperty(yn[S(t)],"promise",{get:e})},tt=function(t){return yn[t]},et=function(){return mn.filter(b).map(S)},nt=function(){return mn.map(S)},rt=function(t){var e=x(mn,(function(e){return S(e)===t}));return e?e.status:null},ot=function(t,e,n,r){var o=function(t,e,n,r){var o,i={name:null,loadApp:null,activeWhen:null,customProps:null};return"object"==typeof t?(function(t){if(Array.isArray(t)||null===t)throw Error(m(39,!1));var e=["name","app","activeWhen","customProps"],n=Object.keys(t).reduce((function(t,n){return e.indexOf(n)>=0?t:t.concat(n)}),[]);if(0!==n.length)throw Error(m(38,!1,e.join(", "),n.join(", ")));if("string"!=typeof t.name||0===t.name.length)throw Error(m(20,!1));if("object"!=typeof t.app&&"function"!=typeof t.app)throw Error(m(20,!1));var r=function(t){return"string"==typeof t||"function"==typeof t};if(!(r(t.activeWhen)||Array.isArray(t.activeWhen)&&t.activeWhen.every(r)))throw Error(m(24,!1));if(!ct(t.customProps))throw Error(m(22,!1))}(t),i.name=t.name,i.loadApp=t.app,i.activeWhen=t.activeWhen,i.customProps=t.customProps):(function(t,e,n,r){if("string"!=typeof t||0===t.length)throw Error(m(20,!1));if(!e)throw Error(m(23,!1));if("function"!=typeof n)throw Error(m(24,!1));if(!ct(r))throw Error(m(22,!1))}(t,e,n,r),i.name=t,i.loadApp=e,i.activeWhen=n,i.customProps=r),i.loadApp="function"!=typeof(o=i.loadApp)?function(){return Promise.resolve(o)}:o,i.customProps=function(t){return t||{}}(i.customProps),i.activeWhen=function(t){var e=Array.isArray(t)?t:[t];return e=e.map((function(t){return"function"==typeof t?t:lt(t)})),function(t){return e.some((function(e){return e(t)}))}}(i.activeWhen),i}(t,e,n,r);if(dt()||gn||(gn=!0,setTimeout((function(){dt()||console.warn(m(1,!1))}),5e3)),-1!==nt().indexOf(o.name))throw Error(m(21,!1,o.name));mn.push(j({loadErrorTime:null,status:ze,parcels:{},devtools:{overlays:{options:{},selectors:[]}}},o)),ln&&(J(),On())},it=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.location;return mn.filter((function(e){return e.activeWhen(t)})).map(S)},at=function(t){if(0===mn.filter((function(e){return S(e)===t})).length)throw Error(m(25,!1,t));return(ln?ut(t,{waitForUnmount:!1}):Promise.resolve()).then((function(){var e=mn.map(S).indexOf(t);mn.splice(e,1)}))},ut=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{waitForUnmount:!1};if("string"!=typeof t)throw Error(m(26,!1));var n=x(mn,(function(e){return S(e)===t}));if(!n)throw Error(m(27,!1,t));var r,o=tt(S(n));if(e&&e.waitForUnmount){if(o)return o.promise;var i=new Promise((function(t,e){Z(n,(function(){return i}),t,e)}));return i}return o?(r=o.promise,st(n,o.resolve,o.reject)):r=new Promise((function(t,e){Z(n,(function(){return r}),t,e),st(n,t,e)})),r},st=function(t,e,n){Promise.resolve().then((function(){if(x(it(),(function(e){return e===S(t)})))return ft()})).then((function(){return T(t).then(Q).then((function(){e(),setTimeout((function(){On()}))}))})).catch(n)},ct=function(t){return!t||"function"==typeof t||"object"==typeof t&&null!==t&&!Array.isArray(t)},lt=function(t,e){var n=function(t,e){var n=0,r=!1,o="^";"/"!==t[0]&&(t="/"+t);for(var i=0;i<t.length;i++){var a=t[i];(!r&&":"===a||r&&"/"===a)&&u(i)}return u(t.length),new RegExp(o,"i");function u(i){var a=t.slice(n,i).replace(/[|\\{}()[\]^$+*?.]/g,"\\$&");if(o+=r?"[^/]+/?":a,i===t.length)if(r)e&&(o+="$");else{var u=e?"":".*";o="/"===o.charAt(o.length-1)?"".concat(o).concat(u,"$"):"".concat(o,"(/").concat(u,")?(#.*)?$")}r=!r,n=i}}(t,e);return function(t){var e=t.origin;e||(e="".concat(t.protocol,"//").concat(t.host));var r=t.href.replace(e,"").replace(t.search,"").split("?")[0];return n.test(r)}},ft=function(){return On()},pt=function(t,e){return w(t)?k(t).then((function(t){return e.then((function(){return w(t)?C(t):t}))})):e.then((function(){return t}))},ht=function(t){En=!0,ln&&($(t),On())},dt=function(){return En},vt=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t},yt=function(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)},mt=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},gt=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}},bt=function(t){return t&&t.startsWith("http")?t:("/"!==t[0]&&(t="/"+t),window.openmrsBase+t)},wt=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if("string"!=typeof t)throw Error("The first argument to @openmrs/api's openmrsFetch function must be a url string");if("object"!=typeof e)throw Error("The second argument to @openmrs/api's openmrsFetch function must be a plain object.");if(!window.openmrsBase)throw Error("@openmrs/api is running in a browser that doesn't have window.openmrsBase, which is provided by openmrs-module-spa's HTML file.");var n=bt(t);if(e.headers||(e.headers={}),Ne(e.body)&&(e.body=JSON.stringify(e.body)),void 0===e.headers.Accept&&(e.headers.Accept="application/json"),null===e.headers.Accept&&delete e.headers.Accept,t.startsWith(Tn)&&void 0===e.headers["Disable-WWW-Authenticate"]&&(e.headers["Disable-WWW-Authenticate"]="true"),t.startsWith(Cn)){var r=new URL(n,window.location.toString());r.searchParams.has("_summary")||(r.searchParams.set("_summary","data"),n=r.toString())}var o,i,a=Error();return window.fetch(n,e).then((o=function(t){var e,r;return function(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}}(this,(function(o){switch(o.label){case 0:return(e=t).ok?204===e.status?(e.data=null,[2,e]):[2,e.clone().text().then((function(t){try{t&&(e.data=JSON.parse(t))}catch(t){}return e}))]:[3,1];case 1:return[4,(0,Le.getConfig)("@openmrs/esm-api")];case 2:return r=o.sent().redirectAuthFailure,n===bt(In)&&403===e.status||r.enabled&&r.errors.includes(e.status)?(sessionStorage.removeItem(xn),(0,Ue.navigate)({to:r.url}),[2,r.resolvePromise?Promise.resolve():new Promise((function(){}))]):[2,e.clone().text().then((function(t){var r=t;try{r=JSON.parse(t)}catch(t){}throw new Dn(n,e,r,a)}),(function(t){throw new Dn(n,e,null,a)}))];case 3:return[2]}}))},i=function(){var t=this,e=arguments;return new Promise((function(n,r){var i=o.apply(t,e);function a(t){yt(i,n,r,a,u,"next",t)}function u(t){yt(i,n,r,a,u,"throw",t)}a(void 0)}))},function(t){return i.apply(this,arguments)}))},St=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if("object"!=typeof e)throw Error("The second argument to openmrsObservableFetch must be either omitted or an object");var n=new AbortController;return e.signal=n.signal,new we((function(r){var o=!1;return wt(t,e).then((function(t){o=!0,r.next(t),r.complete()}),(function(t){o=!0,r.error(t)})),function(){o||n.abort()}}))},Ot=function(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)},Et=function(t,e){return wt("".concat(Mn,"/").concat(t),{signal:e.signal})},jt=function(t,e,n){return wt("".concat(Mn,"?patient=").concat(t,"&includeEncounterless=").concat(e),{signal:n.signal})},xt=function(t,e){return Rn.apply(this,arguments)},Pt=function(t,e){return wt("".concat(Mn,"/").concat(t),{method:"DELETE",signal:e.signal})},_t=function(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)},At=function(t){return function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){_t(i,r,o,a,u,"next",t)}function u(t){_t(i,r,o,a,u,"throw",t)}a(void 0)}))}},kt=function(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}},Tt=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{includeAuthStatus:!0};return(Bn<Date.now()-6e4||!Un.getState().loaded)&&Dt(),new we((function(e){var n=function(n){var r;n.loaded&&(t.includeAuthStatus?e.next(n.session):e.next(null===(r=n.session)||void 0===r?void 0:r.user))};return n(Un.getState()),Un.subscribe(n)}))},Ct=function(){return(Bn<Date.now()-6e4||!Un.getState().loaded)&&Dt(),Un},It=function(t){var e,n,r,o=null!==(r=null==t||null===(e=t.user)||void 0===e||null===(n=e.userProperties)||void 0===n?void 0:n.defaultLocale)&&void 0!==r?r:t.locale,i=document.documentElement.getAttribute("lang");(function(t){if(void 0===t||"string"!=typeof t)return!1;try{new Intl.Locale(t)}catch(t){return!1}return!0})(o)&&o!==i&&document.documentElement.setAttribute("lang",o)},Dt=function(t,e){Bn=Date.now();var n={};return t&&e&&(n.Authorization="Basic ".concat(window.btoa("".concat(t,":").concat(e)))),Ft(wt(In,{headers:n}))},Mt=function(){Un.setState({loaded:!0,session:{authenticated:!1,sessionId:""}})},Rt=function(t,e){return void 0===e?Boolean(t):!Boolean(t)||function(t,e){return"string"==typeof t?!Ln(e.privileges.find((function(e){return t===e.display}))):Array.isArray(t)?t.every((function(t){return!Ln(e.privileges.find((function(e){return t===e.display})))})):(Ln(t)||console.error('Could not understand privileges "'.concat(t,'"')),!0)}(t,e)||function(t){return!Ln(t.roles.find((function(t){return"System Developer"===t.display})))}(e)},Nt=function(){var t,e;return new Promise((function(n){var r=function(r){r.loaded&&r.session.user&&(t=r.session.user,n(r.session.user),e&&e())};r(Un.getState()),t||(e=Un.subscribe(r))}))},Lt=function(){return new Promise((function(t,e){Tt().subscribe((function(e){t(e.sessionLocation)}),e).unsubscribe()}))},Ut=function(t,e){return Fn.apply(this,arguments)},Bt=function(t,e,n){return Vn.apply(this,arguments)},Ft=function(t){return new Promise((function(e,n){t.then((function(t){var r;"object"==typeof(null==t?void 0:t.data)?(r={loaded:!0,session:t.data},Un.setState(r),e(r)):(r={loaded:!1,session:null},Un.setState(r),n(r))})).catch((function(t){(0,Nn.reportError)("Failed to fetch new session information: ".concat(t));var e={loaded:!1,session:null};Un.setState(e),n(e)}))}))},Vt=function(){(0,Le.defineConfigSchema)("@openmrs/esm-api",{redirectAuthFailure:{enabled:{_type:Le.Type.Boolean,_default:!0,_description:"Whether to redirect logged-out users to `redirectAuthFailure.url`"},url:{_type:Le.Type.String,_default:"${openmrsSpaBase}/login",_validators:[Le.validators.isUrl]},errors:{_type:Le.Type.Array,_default:[401],_elements:{_type:Le.Type.Number,_validators:[Le.validators.inRange(100,600)]},_description:"The HTTP error codes for which users will be redirected"},resolvePromise:{_type:Le.Type.Boolean,_default:!1,_description:"Changes how requests that fail authentication are handled. Try messing with this if redirects to the login page aren't working correctly."}}}),Dt()},Gt=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},Wt=function(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)},Kt=function(t){return function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){Wt(i,r,o,a,u,"next",t)}function u(t){Wt(i,r,o,a,u,"throw",t)}a(void 0)}))}},zt=function(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t,e)||function(t,e){if(t){if("string"==typeof t)return Gt(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Gt(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()},Ht=function(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}},$t=function(t,e){return Wn.apply(this,arguments)},qt=function(t){return Kn.apply(this,arguments)},Jt=function(t){return function(e){return 0===t?Xn:e.lift(new Zn(t))}},Yt=function(t,e){return function(n){if("function"!=typeof t)throw new TypeError("argument is not a function. Are you looking for `mapTo()`?");return n.lift(new er(t,e))}},Qt=function(){return(0,Be.getGlobalStore)("visit",or)},Xt=function(t,e){Qt().setState({patientUuid:t,manuallySetVisitUuid:e})},Zt=function(t,e,n){var r=null!=n?n:rr;return St("".concat(Tn,"/visit?patient=").concat(t,"&v=").concat(r),{signal:e.signal,method:"GET",headers:{"Content-type":"application/json"}}).pipe(Jt(1)).pipe(Yt((function(t){return t})))},te=function(t,e){return St("".concat(Tn,"/visit"),{signal:e.signal,method:"POST",headers:{"Content-type":"application/json"},body:t})},ee=function(t,e,n){return St("".concat(Tn,"/visit/").concat(t),{signal:n.signal,method:"POST",headers:{"Content-type":"application/json"},body:e})},ne=function(t){return{uuid:t.uuid,display:t.display,name:t.name}},re=function(){return St("".concat(Tn,"/visittype")).pipe(Yt((function(t){return t.data.results.map(ne)}))).pipe(Jt(1))},oe=function(t){return{uuid:t.uuid,display:t.display}},ie=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return St("".concat(Tn,"/location")+(t?"?tag="+t:"")).pipe(Yt((function(t){return t.data.results.map(oe)}))).pipe(Jt(1))};f.r(p),f.d(p,{OpenmrsFetchError:function(){return Dn},VisitMode:function(){return ir},VisitStatus:function(){return ar},attachmentUrl:function(){return Mn},backendDependencies:function(){return sr},clearCurrentUser:function(){return Mt},createAttachment:function(){return xt},defaultVisitCustomRepresentation:function(){return rr},deleteAttachmentPermanently:function(){return Pt},fetchCurrentPatient:function(){return $t},fhirBaseUrl:function(){return Cn},getAttachmentByUuid:function(){return Et},getAttachments:function(){return jt},getCurrentUser:function(){return Tt},getLocations:function(){return ie},getLoggedInUser:function(){return Nt},getSessionLocation:function(){return Lt},getSessionStore:function(){return Ct},getStartedVisit:function(){return ur},getVisitStore:function(){return Qt},getVisitTypes:function(){return re},getVisitsForPatient:function(){return Zt},makeUrl:function(){return bt},openmrsFetch:function(){return wt},openmrsObservableFetch:function(){return St},refetchCurrentUser:function(){return Dt},restBaseUrl:function(){return Tn},saveVisit:function(){return te},sessionEndpoint:function(){return In},setCurrentVisit:function(){return Xt},setSessionLocation:function(){return Ut},setUserLanguage:function(){return It},setUserProperties:function(){return Bt},setupApiModule:function(){return Vt},toLocationObject:function(){return oe},toVisitTypeObject:function(){return ne},updateVisit:function(){return ee},userHasAccess:function(){return Rt}});var ae,ue,se=function(t,e){return se=Object.setPrototypeOf||i({__proto__:[]},Array)&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},se(t,e)},ce=!1,le={Promise:void 0,set useDeprecatedSynchronousErrorHandling(t){t&&(new Error).stack,ce=t},get useDeprecatedSynchronousErrorHandling(){return ce}},fe={closed:!0,next:function(t){},error:function(t){if(le.useDeprecatedSynchronousErrorHandling)throw t;u(t)},complete:function(){}},pe=Array.isArray||function(t){return t&&"number"==typeof t.length},he=function(){function t(t){return Error.call(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map((function(t,e){return e+1+") "+t.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=t,this}return t.prototype=Object.create(Error.prototype),t}(),de=he,ve=function(){function t(t){this.closed=!1,this._parentOrParents=null,this._subscriptions=null,t&&(this._ctorUnsubscribe=!0,this._unsubscribe=t)}return t.prototype.unsubscribe=function(){var n;if(!this.closed){var r=this,o=r._parentOrParents,a=r._ctorUnsubscribe,u=r._unsubscribe,l=r._subscriptions;if(this.closed=!0,this._parentOrParents=null,this._subscriptions=null,i(o,t))o.remove(this);else if(null!==o)for(var f=0;f<o.length;++f)o[f].remove(this);if(e(u)){a&&(this._unsubscribe=void 0);try{u.call(this)}catch(t){n=i(t,de)?c(t.errors):[t]}}if(pe(l)){f=-1;for(var p=l.length;++f<p;){var h=l[f];if(s(h))try{h.unsubscribe()}catch(t){n=n||[],i(t,de)?n=n.concat(c(t.errors)):n.push(t)}}}if(n)throw new de(n)}},t.prototype.add=function(e){var n=e;if(!e)return t.EMPTY;switch(void 0===e?"undefined":a(e)){case"function":n=new t(e);case"object":if(n===this||n.closed||"function"!=typeof n.unsubscribe)return n;if(this.closed)return n.unsubscribe(),n;if(!i(n,t)){var r=n;(n=new t)._subscriptions=[r]}break;default:throw new Error("unrecognized teardown "+e+" added to Subscription.")}var o=n._parentOrParents;if(null===o)n._parentOrParents=this;else if(i(o,t)){if(o===this)return n;n._parentOrParents=[o,this]}else{if(-1!==o.indexOf(this))return n;o.push(this)}var u=this._subscriptions;return null===u?this._subscriptions=[n]:u.push(n),n},t.prototype.remove=function(t){var e=this._subscriptions;if(e){var n=e.indexOf(t);-1!==n&&e.splice(n,1)}},t.EMPTY=function(t){return t.closed=!0,t}(new t),t}(),ye="function"==typeof Symbol?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random(),me=function(e){function n(t,r,o){var a=e.call(this)||this;switch(a.syncErrorValue=null,a.syncErrorThrown=!1,a.syncErrorThrowable=!1,a.isStopped=!1,arguments.length){case 0:a.destination=fe;break;case 1:if(!t){a.destination=fe;break}if("object"==typeof t){i(t,n)?(a.syncErrorThrowable=t.syncErrorThrowable,a.destination=t,t.add(a)):(a.syncErrorThrowable=!0,a.destination=new ge(a,t));break}default:a.syncErrorThrowable=!0,a.destination=new ge(a,t,r,o)}return a}return t(n,e),n.prototype[ye]=function(){return this},n.create=function(t,e,r){var o=new n(t,e,r);return o.syncErrorThrowable=!1,o},n.prototype.next=function(t){this.isStopped||this._next(t)},n.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},n.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},n.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this))},n.prototype._next=function(t){this.destination.next(t)},n.prototype._error=function(t){this.destination.error(t),this.unsubscribe()},n.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},n.prototype._unsubscribeAndRecycle=function(){var t=this._parentOrParents;return this._parentOrParents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parentOrParents=t,this},n}(ve),ge=function(n){function r(t,r,o,i){var a,u=n.call(this)||this;u._parentSubscriber=t;var s=u;return e(r)?a=r:r&&(a=r.next,o=r.error,i=r.complete,r!==fe&&(e((s=Object.create(r)).unsubscribe)&&u.add(s.unsubscribe.bind(s)),s.unsubscribe=u.unsubscribe.bind(u))),u._context=s,u._next=a,u._error=o,u._complete=i,u}return t(r,n),r.prototype.next=function(t){if(!this.isStopped&&this._next){var e=this._parentSubscriber;le.useDeprecatedSynchronousErrorHandling&&e.syncErrorThrowable?this.__tryOrSetError(e,this._next,t)&&this.unsubscribe():this.__tryOrUnsub(this._next,t)}},r.prototype.error=function(t){if(!this.isStopped){var e=this._parentSubscriber,n=le.useDeprecatedSynchronousErrorHandling;if(this._error)n&&e.syncErrorThrowable?(this.__tryOrSetError(e,this._error,t),this.unsubscribe()):(this.__tryOrUnsub(this._error,t),this.unsubscribe());else if(e.syncErrorThrowable)n?(e.syncErrorValue=t,e.syncErrorThrown=!0):u(t),this.unsubscribe();else{if(this.unsubscribe(),n)throw t;u(t)}}},r.prototype.complete=function(){var t=this;if(!this.isStopped){var e=this._parentSubscriber;if(this._complete){var n=function(){return t._complete.call(t._context)};le.useDeprecatedSynchronousErrorHandling&&e.syncErrorThrowable?(this.__tryOrSetError(e,n),this.unsubscribe()):(this.__tryOrUnsub(n),this.unsubscribe())}else this.unsubscribe()}},r.prototype.__tryOrUnsub=function(t,e){try{t.call(this._context,e)}catch(t){if(this.unsubscribe(),le.useDeprecatedSynchronousErrorHandling)throw t;u(t)}},r.prototype.__tryOrSetError=function(t,e,n){if(!le.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{e.call(this._context,n)}catch(e){return le.useDeprecatedSynchronousErrorHandling?(t.syncErrorValue=e,t.syncErrorThrown=!0,!0):(u(e),!0)}return!1},r.prototype._unsubscribe=function(){var t=this._parentSubscriber;this._context=null,this._parentSubscriber=null,t.unsubscribe()},r}(me),be="function"==typeof Symbol&&Symbol.observable||"@@observable",we=function(){function t(t){this._isScalar=!1,t&&(this._subscribe=t)}return t.prototype.lift=function(e){var n=new t;return n.source=this,n.operator=e,n},t.prototype.subscribe=function(t,e,n){var r=this.operator,o=function(t,e,n){if(t){if(i(t,me))return t;if(t[ye])return t[ye]()}return t||e||n?new me(t,e,n):new me(fe)}(t,e,n);if(r?o.add(r.call(o,this.source)):o.add(this.source||le.useDeprecatedSynchronousErrorHandling&&!o.syncErrorThrowable?this._subscribe(o):this._trySubscribe(o)),le.useDeprecatedSynchronousErrorHandling&&o.syncErrorThrowable&&(o.syncErrorThrowable=!1,o.syncErrorThrown))throw o.syncErrorValue;return o},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){le.useDeprecatedSynchronousErrorHandling&&(t.syncErrorThrown=!0,t.syncErrorValue=e),function(t){for(;t;){var e=t,n=e.closed,r=e.destination,o=e.isStopped;if(n||o)return!1;t=r&&i(r,me)?r:null}return!0}(t)?t.error(e):console.warn(e)}},t.prototype.forEach=function(t,e){var n=this;return new(e=h(e))((function(e,r){var o;o=n.subscribe((function(e){try{t(e)}catch(t){r(t),o&&o.unsubscribe()}}),r,e)}))},t.prototype._subscribe=function(t){var e=this.source;return e&&e.subscribe(t)},t.prototype[be]=function(){return this},t.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 0===t.length?this:(0===(n=t).length?l:1===n.length?n[0]:function(t){return n.reduce((function(t,e){return e(t)}),t)})(this);var n},t.prototype.toPromise=function(t){var e=this;return new(t=h(t))((function(t,n){var r;e.subscribe((function(t){return r=t}),(function(t){return n(t)}),(function(){return t(r)}))}))},t.create=function(e){return new t(e)},t}(),Se="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,Oe="object"==typeof self&&self&&self.Object===Object&&self,Ee=(Se||Oe||Function("return this")()).Symbol,je=Object.prototype,xe=je.hasOwnProperty,Pe=je.toString,_e=Ee?Ee.toStringTag:void 0,Ae=Object.prototype.toString,ke=Ee?Ee.toStringTag:void 0,Te=(ae=Object.getPrototypeOf,ue=Object,function(t){return ae(ue(t))}),Ce=Function.prototype,Ie=Object.prototype,De=Ce.toString,Me=Ie.hasOwnProperty,Re=De.call(Object),Ne=function(t){if(!function(t){return null!=t&&"object"==typeof t}(t)||"[object Object]"!=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ke&&ke in Object(t)?function(t){var e=xe.call(t,_e),n=t[_e];try{t[_e]=void 0;var r=!0}catch(t){}var o=Pe.call(t);return r&&(e?t[_e]=n:delete t[_e]),o}(t):function(t){return Ae.call(t)}(t)}(t))return!1;var e=Te(t);if(null===e)return!0;var n=Me.call(e,"constructor")&&e.constructor;return"function"==typeof n&&i(n,n)&&De.call(n)==Re},Le=f(824),Ue=f(513),Be=f(385);(0,Be.createGlobalStore)("breadcrumbs",[]);var Fe,Ve=Object.freeze({__proto__:null,get start(){return ht},get ensureJQuerySupport(){return J},get setBootstrapMaxTime(){return N},get setMountMaxTime(){return L},get setUnmountMaxTime(){return U},get setUnloadMaxTime(){return B},get registerApplication(){return ot},get unregisterApplication(){return at},get getMountedApps(){return et},get getAppStatus(){return rt},get unloadApplication(){return ut},get checkActivityFunctions(){return it},get getAppNames(){return nt},get pathToActiveWhen(){return lt},get navigateToUrl(){return W},get patchHistoryApi(){return $},get triggerAppChange(){return ft},get addErrorHandler(){return v},get removeErrorHandler(){return y},get mountRootParcel(){return I},get NOT_LOADED(){return ze},get LOADING_SOURCE_CODE(){return He},get NOT_BOOTSTRAPPED(){return $e},get BOOTSTRAPPING(){return qe},get NOT_MOUNTED(){return Je},get MOUNTING(){return Ye},get UPDATING(){return Xe},get LOAD_ERROR(){return en},get MOUNTED(){return Qe},get UNLOADING(){return tn},get UNMOUNTING(){return Ze},get SKIP_BECAUSE_BROKEN(){return nn}}),Ge=("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==n.g?n.g:"undefined"!=typeof self?self:{}).CustomEvent,We=function(){try{var t=new Ge("cat",{detail:{foo:"bar"}});return"cat"===t.type&&"bar"===t.detail.foo}catch(t){}return!1}()?Ge:"undefined"!=typeof document&&"function"==typeof document.createEvent?function(t,e){var n=document.createEvent("CustomEvent");return e?n.initCustomEvent(t,e.bubbles,e.cancelable,e.detail):n.initCustomEvent(t,!1,!1,void 0),n}:function(t,e){var n=document.createEventObject();return n.type=t,e?(n.bubbles=Boolean(e.bubbles),n.cancelable=Boolean(e.cancelable),n.detail=e.detail):(n.bubbles=!1,n.cancelable=!1,n.detail=void 0),n},Ke=[],ze="NOT_LOADED",He="LOADING_SOURCE_CODE",$e="NOT_BOOTSTRAPPED",qe="BOOTSTRAPPING",Je="NOT_MOUNTED",Ye="MOUNTING",Qe="MOUNTED",Xe="UPDATING",Ze="UNMOUNTING",tn="UNLOADING",en="LOAD_ERROR",nn="SKIP_BECAUSE_BROKEN",rn=[],on=!1,an=!1,un=0,sn={parcels:{}},cn={bootstrap:{millis:4e3,dieOnTimeout:!1,warningMillis:1e3},mount:{millis:3e3,dieOnTimeout:!1,warningMillis:1e3},unmount:{millis:3e3,dieOnTimeout:!1,warningMillis:1e3},unload:{millis:3e3,dieOnTimeout:!1,warningMillis:1e3},update:{millis:3e3,dieOnTimeout:!1,warningMillis:1e3}},ln="undefined"!=typeof window,fn={hashchange:[],popstate:[]},pn=["hashchange","popstate"],hn=null,dn=!1;ln&&(window.singleSpaNavigate?console.warn(m(41,!1)):window.singleSpaNavigate=W);var vn=!1,yn={},mn=[],gn=!1,bn=!1,wn=[],Sn=ln&&window.location.href;function On(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(bn)return new Promise((function(t,n){wn.push({resolve:t,reject:n,eventArguments:e})}));var r,i=function(){var t=[],e=[],n=[],r=[],o=(new Date).getTime();return mn.forEach((function(i){var a=i.status!==nn&&w(i);switch(i.status){case en:a&&o-i.loadErrorTime>=200&&n.push(i);break;case ze:case He:a&&n.push(i);break;case $e:case Je:!a&&tt(S(i))?t.push(i):a&&r.push(i);break;case Qe:a||e.push(i)}})),{appsToUnload:t,appsToUnmount:e,appsToLoad:n,appsToMount:r}}(),a=i.appsToUnload,u=i.appsToUnmount,s=i.appsToLoad,c=i.appsToMount,l=[],f=Sn,p=Sn=window.location.href;return dt()?(bn=!0,r=a.concat(s,u,c),Promise.resolve().then((function(){return g(0===r.length?"before-no-app-change":"before-app-change",y(!0)),g("before-routing-event",y(!0,{cancelNavigation:h})),Promise.all(l).then((function(n){if(n.some((function(t){return t})))return hn.call(window.history,history.state,"",f.substring(location.origin.length)),Sn=location.href,bn=!1,On(t,e,!0);var r=a.map(Q),o=u.map(T).map((function(t){return t.then(Q)})).concat(r),i=Promise.all(o);i.then((function(){g("before-mount-routing-event",y(!0))}),(function(t){throw t}));var l=s.map((function(t){return G(t).then((function(t){return pt(t,i)}))})),p=c.filter((function(t){return s.indexOf(t)<0})).map((function(t){return pt(t,i)}));return i.catch((function(t){throw v(),t})).then((function(){return v(),Promise.all(l.concat(p)).catch((function(e){throw t.forEach((function(t){return t.reject(e)})),e})).then(d).then((function(){}),(function(t){throw t}))}))}))}))):(r=s,Promise.resolve().then((function(){var t=s.map(G);return Promise.all(t).then(v).then((function(){return[]})).catch((function(t){throw v(),t})).finally((function(){}))})));function h(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],e="function"==typeof(null==t?void 0:t.then)?t:Promise.resolve(t);l.push(e.catch((function(t){return console.warn(Error(m(42,!1))),console.warn(t),!1})))}function d(){var e=et();t.forEach((function(t){return t.resolve(e)}));try{g(0===r.length?"no-app-change":"app-change",y()),g("routing-event",y())}catch(t){setTimeout((function(){throw t}))}if(bn=!1,wn.length>0){var n=wn;wn=[],On(n)}return e}function v(){n||(t.forEach((function(t){K(t.eventArguments)})),K(e))}function y(){var t,n=arguments.length>0&&void 0!==arguments[0]&&arguments[0],i=arguments.length>1?arguments[1]:void 0,l={},h=(o(t={},Qe,[]),o(t,Je,[]),o(t,ze,[]),o(t,nn,[]),t);n?(s.concat(c).forEach((function(t,e){v(t,Qe)})),a.forEach((function(t){v(t,ze)})),u.forEach((function(t){v(t,Je)}))):r.forEach((function(t){v(t)}));var d={detail:{newAppStatuses:l,appsByNewStatus:h,totalAppChanges:r.length,originalEvent:null==e?void 0:e[0],oldUrl:f,newUrl:p}};return i&&j(d.detail,i),d;function v(t,e){var n=S(t);e=e||rt(n),l[n]=e,(h[e]=h[e]||[]).push(n)}}function g(t,e){n||window.dispatchEvent(new We("single-spa:".concat(t),e))}}var En=!1,jn={getRawAppData:function(){return function(t){if(Array.isArray(t))return r(t)}(t=mn)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return r(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}();var t},reroute:On,NOT_LOADED:ze,toLoadPromise:G,toBootstrapPromise:k,unregisterApplication:at,getProfilerData:function(){return rn}};ln&&window.__SINGLE_SPA_DEVTOOLS__&&(window.__SINGLE_SPA_DEVTOOLS__.exposedMethods=jn);var xn="openmrs:history";function Pn(t,e,n){return Pn=gt()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&An(o,n.prototype),o},Pn.apply(null,arguments)}function _n(t){return _n=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},_n(t)}function An(t,e){return An=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},An(t,e)}function kn(t){var e="function"==typeof Map?new Map:void 0;return kn=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return Pn(t,arguments,_n(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),An(r,t)},kn(t)}var Tn="/ws/rest/v1",Cn="/ws/fhir2/R4",In="".concat(Tn,"/session"),Dn=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&An(t,e)}(o,t);var e,n,r=(e=o,n=gt(),function(){var t,r=_n(e);if(n){var o=_n(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return function(t,e){return!e||"object"!=((n=e)&&"undefined"!=typeof Symbol&&n.constructor===Symbol?"symbol":void 0===n?"undefined":a(n))&&"function"!=typeof e?vt(t):e;var n}(this,t)});function o(t,e,n,a){var u;return function(t,e){if(!i(t,e))throw new TypeError("Cannot call a class as a function")}(this,o),mt(vt(u=r.call(this)),"response",void 0),mt(vt(u),"responseBody",void 0),u.message="Server responded with ".concat(e.status," (").concat(e.statusText,") for url ").concat(t,". Check err.responseBody or network tab in dev tools for more info"),a.message=u.message,u.responseBody=n,u.response=e,u.stack="Stacktrace for outgoing request:\n".concat(a.stack,"\nStacktrace for incoming response:\n").concat(u.stack),u}return o}(kn(Error)),Mn="".concat(Tn,"/attachment");function Rn(){var t;return t=function(t,e){var n;return function(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}}(this,(function(r){return(n=new FormData).append("fileCaption",e.fileDescription),n.append("patient",t),e.file?n.append("file",e.file):(n.append("file",new File([""],e.fileName),e.fileName),n.append("base64Content",e.base64Content)),[2,wt("".concat(Mn),{method:"POST",body:n})]}))},Rn=function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){Ot(i,r,o,a,u,"next",t)}function u(t){Ot(i,r,o,a,u,"throw",t)}a(void 0)}))},Rn.apply(this,arguments)}var Nn=f(254),Ln=function(t){return void 0===t},Un=(0,Be.createGlobalStore)("session",{loaded:!1,session:null}),Bn=0;function Fn(){return(Fn=At((function(t,e){return kt(this,(function(n){return[2,Ft(wt(In,{method:"POST",body:{sessionLocation:t},headers:{"Content-Type":"application/json"},signal:e.signal}))]}))}))).apply(this,arguments)}function Vn(){return(Vn=At((function(t,e,n){return kt(this,(function(r){switch(r.label){case 0:return n||(n=new AbortController),[4,wt("".concat(Tn,"/user/").concat(t),{method:"POST",body:{userProperties:e},headers:{"Content-Type":"application/json"},signal:n.signal})];case 1:return r.sent(),[2,Dt()]}}))}))).apply(this,arguments)}Un.subscribe((function(t){return t.session&&It(t.session)}));var Gn=f(738);function Wn(){return Wn=Kt((function(t,e){var n,r,o,i,a,u=arguments;return Ht(this,(function(s){switch(s.label){case 0:return n=!(u.length>2&&void 0!==u[2])||u[2],t?(r=null,[4,Promise.all([wt("".concat(Cn,"/Patient/").concat(t),e).catch((function(t){return r=t})),n?qt(t):Promise.resolve(null)])]):[3,2];case 1:if(o=zt.apply(void 0,[s.sent(),2]),i=o[0],a=o[1],i.ok)return[2,i.data];if(a)return[2,a];if(r)throw r;s.label=2;case 2:return[2,null]}}))})),Wn.apply(this,arguments)}function Kn(){return(Kn=Kt((function(t){var e,n,r;return Ht(this,(function(o){switch(o.label){case 0:return[4,(0,Gn.getSynchronizationItems)("patient-registration")];case 1:return e=o.sent(),n=e.find((function(e){return e.fhirPatient.id===t})),[2,null!==(r=null==n?void 0:n.fhirPatient)&&void 0!==r?r:null]}}))}))).apply(this,arguments)}var zn=function(){function t(){return Error.call(this),this.message="object unsubscribed",this.name="ObjectUnsubscribedError",this}return t.prototype=Object.create(Error.prototype),t}(),Hn=function(e){function n(t,n){var r=e.call(this)||this;return r.subject=t,r.subscriber=n,r.closed=!1,r}return t(n,e),n.prototype.unsubscribe=function(){if(!this.closed){this.closed=!0;var t=this.subject,e=t.observers;if(this.subject=null,e&&0!==e.length&&!t.isStopped&&!t.closed){var n=e.indexOf(this.subscriber);-1!==n&&e.splice(n,1)}}},n}(ve),$n=function(e){function n(t){var n=e.call(this,t)||this;return n.destination=t,n}return t(n,e),n}(me),qn=function(e){function n(){var t=e.call(this)||this;return t.observers=[],t.closed=!1,t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return t(n,e),n.prototype[ye]=function(){return new $n(this)},n.prototype.lift=function(t){var e=new Jn(this,this);return e.operator=t,e},n.prototype.next=function(t){if(this.closed)throw new zn;if(!this.isStopped)for(var e=this.observers,n=e.length,r=e.slice(),o=0;o<n;o++)r[o].next(t)},n.prototype.error=function(t){if(this.closed)throw new zn;this.hasError=!0,this.thrownError=t,this.isStopped=!0;for(var e=this.observers,n=e.length,r=e.slice(),o=0;o<n;o++)r[o].error(t);this.observers.length=0},n.prototype.complete=function(){if(this.closed)throw new zn;this.isStopped=!0;for(var t=this.observers,e=t.length,n=t.slice(),r=0;r<e;r++)n[r].complete();this.observers.length=0},n.prototype.unsubscribe=function(){this.isStopped=!0,this.closed=!0,this.observers=null},n.prototype._trySubscribe=function(t){if(this.closed)throw new zn;return e.prototype._trySubscribe.call(this,t)},n.prototype._subscribe=function(t){if(this.closed)throw new zn;return this.hasError?(t.error(this.thrownError),ve.EMPTY):this.isStopped?(t.complete(),ve.EMPTY):(this.observers.push(t),new Hn(this,t))},n.prototype.asObservable=function(){var t=new we;return t.source=this,t},n.create=function(t,e){return new Jn(t,e)},n}(we),Jn=function(e){function n(t,n){var r=e.call(this)||this;return r.destination=t,r.source=n,r}return t(n,e),n.prototype.next=function(t){var e=this.destination;e&&e.next&&e.next(t)},n.prototype.error=function(t){var e=this.destination;e&&e.error&&this.destination.error(t)},n.prototype.complete=function(){var t=this.destination;t&&t.complete&&this.destination.complete()},n.prototype._subscribe=function(t){return this.source?this.source.subscribe(t):ve.EMPTY},n}(qn),Yn=function(e){function n(t){var n=e.call(this)||this;return n._value=t,n}return t(n,e),Object.defineProperty(n.prototype,"value",{get:function(){return this.getValue()},enumerable:!0,configurable:!0}),n.prototype._subscribe=function(t){var n=e.prototype._subscribe.call(this,t);return n&&!n.closed&&t.next(this._value),n},n.prototype.getValue=function(){if(this.hasError)throw this.thrownError;if(this.closed)throw new zn;return this._value},n.prototype.next=function(t){e.prototype.next.call(this,this._value=t)},n}(qn),Qn=function(){function t(){return Error.call(this),this.message="argument out of range",this.name="ArgumentOutOfRangeError",this}return t.prototype=Object.create(Error.prototype),t}(),Xn=new we((function(t){return t.complete()})),Zn=function(){function t(t){if(this.total=t,this.total<0)throw new Qn}return t.prototype.call=function(t,e){return e.subscribe(new tr(t,this.total))},t}(),tr=function(e){function n(t,n){var r=e.call(this,t)||this;return r.total=n,r.count=0,r}return t(n,e),n.prototype._next=function(t){var e=this.total,n=++this.count;n<=e&&(this.destination.next(t),n===e&&(this.destination.complete(),this.unsubscribe()))},n}(me),er=function(){function t(t,e){this.project=t,this.thisArg=e}return t.prototype.call=function(t,e){return e.subscribe(new nr(t,this.project,this.thisArg))},t}(),nr=function(e){function n(t,n,r){var o=e.call(this,t)||this;return o.project=n,o.count=0,o.thisArg=r||o,o}return t(n,e),n.prototype._next=function(t){var e;try{e=this.project.call(this.thisArg,t,this.count++)}catch(t){return void this.destination.error(t)}this.destination.next(e)},n}(me),rr="custom:(uuid,encounters:(uuid,encounterDatetime,form:(uuid,name),location:ref,encounterType:ref,encounterProviders:(uuid,display,provider:(uuid,display))),patient:(uuid,uuid),visitType:(uuid,name,display),attributes:(uuid,display,attributeType:(name,datatypeClassname,uuid),value),location:(uuid,name,display),startDatetime,stopDatetime)",or=function(){try{return JSON.parse(localStorage.getItem("openmrs:visitStoreState")||"null")}catch(t){return null}}()||{patientUuid:null,manuallySetVisitUuid:null};Qt().subscribe((function(t){var e;e=t,localStorage.setItem("openmrs:visitStoreState",JSON.stringify(e))}));var ir,ar,ur=new Yn(null);!function(t){t.NEWVISIT="startVisit",t.EDITVISIT="editVisit",t.LOADING="loadingVisit"}(ir||(ir={})),function(t){t.NOTSTARTED="notStarted",t.ONGOING="ongoing"}(ar||(ar={}));var sr={"webservices.rest":"2.24.0",fhir2:"1.0.0-SNAPSHOT"}}(),p}())}}}))},7274:()=>{function t(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}System.register(["@openmrs/esm-state"],(function(e,n){var r={};return{setters:[function(t){r.createGlobalStore=t.createGlobalStore,r.getGlobalStore=t.getGlobalStore}],execute:function(){e(function(){"use strict";var e={685:function(t){t.exports=r}},n={};function o(t){var r=n[t];if(void 0!==r)return r.exports;var i=n[t]={exports:{}};return e[t](i,i.exports,o),i.exports}o.d=function(t,e){for(var n in e)o.o(e,n)&&!o.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};return function(){var e=function(t){return null!=t&&"object"==typeof t&&!0===t["@@functional/placeholder"]},n=function(t){return function n(r){return 0===arguments.length||e(r)?n:t.apply(this,arguments)}},r=function(t){return function r(o,i){switch(arguments.length){case 0:return r;case 1:return e(o)?r:n((function(e){return t(o,e)}));default:return e(o)&&e(i)?r:e(o)?n((function(e){return t(e,i)})):e(i)?n((function(e){return t(o,e)})):t(o,i)}}},a=function(t){for(var e,n=[];!(e=t.next()).done;)n.push(e.value);return n},u=function(t,e,n){for(var r=0,o=n.length;r<o;){if(t(e,n[r]))return!0;r+=1}return!1},s=function(t,e){return Object.prototype.hasOwnProperty.call(e,t)},c=function(t,e,n,r){var o=a(t);function i(t,e){return ft(t,e,n.slice(),r.slice())}return!u((function(t,e){return!u(i,e,t)}),a(e),o)},l=function(t){return function o(i,a,u){switch(arguments.length){case 0:return o;case 1:return e(i)?o:r((function(e,n){return t(i,e,n)}));case 2:return e(i)&&e(a)?o:e(i)?r((function(e,n){return t(e,a,n)})):e(a)?r((function(e,n){return t(i,e,n)})):n((function(e){return t(i,a,e)}));default:return e(i)&&e(a)&&e(u)?o:e(i)&&e(a)?r((function(e,n){return t(e,n,u)})):e(i)&&e(u)?r((function(e,n){return t(e,a,n)})):e(a)&&e(u)?r((function(e,n){return t(i,e,n)})):e(i)?n((function(e){return t(e,a,u)})):e(a)?n((function(e){return t(i,e,u)})):e(u)?n((function(e){return t(i,a,e)})):t(i,a,u)}}},f=function(t){return"[object Object]"===Object.prototype.toString.call(t)},p=function(t,e,n){for(var r=n.next();!r.done;){if((e=t["@@transducer/step"](e,r.value))&&e["@@transducer/reduced"]){e=e["@@transducer/value"];break}r=n.next()}return t["@@transducer/result"](e)},h=function(t,e,n,r){return t["@@transducer/result"](n[r](jt(t["@@transducer/step"],t),e))},d=function(t,e){return function(n){if(!t(n))return"function"==typeof e?e(n):e}},v=function(t){return(0,Dt.getGlobalStore)("config-module-".concat(t),{config:null,loaded:!1,translationOverridesLoaded:!1})},y=function(){return(0,Dt.getGlobalStore)("config-extension-slots",{slots:{}})},m=function(t){return g(y().getState(),t)},g=function(t,e){var n=t.slots[e];return null!=n?n:{loaded:!1,config:{}}},b=function(){return(0,Dt.getGlobalStore)("config-extensions",{configs:{}})},w=function(t,e){var n=Object.assign({},S(b().getState(),t,e));return n.config=yt(["Display conditions","Translation overrides"],n.config),n},S=function(t,e,n){var r,o=null===(r=t.configs[e])||void 0===r?void 0:r[n];return null!=o?o:{loaded:!1,config:null}},O=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},E=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},j=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){E(t,e,n[e])}))}return t},x=function(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n.push.apply(n,r)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},P=function(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t,e)||A(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()},_=function(t){return function(t){if(Array.isArray(t))return O(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||A(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()},A=function(t,e){if(t){if("string"==typeof t)return O(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?O(t,e):void 0}},k=function(t,e){var n=!0,r=!1,o=void 0;try{for(var i,a=Object.keys(t.schemas)[Symbol.iterator]();!(n=(i=a.next()).done);n=!0){var u=i.value,s=v(u);if(t.moduleLoaded[u]){var c=K(u,t,e);s.setState({translationOverridesLoaded:!0,loaded:!0,config:c})}else{var l=z(u,t,e);s.setState({translationOverridesLoaded:!0,loaded:!1,config:l})}}}catch(t){r=!0,o=t}finally{try{n||null==a.return||a.return()}finally{if(r)throw o}}},T=function(t,e){var n,r,o=(n=$(W(t,e)),function(t){var e=!0,n=!1,r=void 0;try{for(var o,i=Object.entries(t)[Symbol.iterator]();!(e=(o=i.next()).done);e=!0){var a=P(o.value,2),u=a[0],s=a[1],c=!0,l=!1,f=void 0;try{for(var p,h=Object.entries(s)[Symbol.iterator]();!(c=(p=h.next()).done);c=!0){var d=P(p.value,2),v=d[0];G(d[1],u,v)}}catch(t){l=!0,f=t}finally{try{c||null==h.return||h.return()}finally{if(l)throw f}}}}catch(t){n=!0,r=t}finally{try{e||null==i.return||i.return()}finally{if(n)throw r}}}(r=Object.keys(n).reduce((function(t,e){var r,o;return(null===(r=n[e])||void 0===r?void 0:r.extensionSlots)&&(t[e]=null===(o=n[e])||void 0===o?void 0:o.extensionSlots),t}),{})),Object.keys(r).reduce((function(t,e){return j({},t,r[e])}),{})),i=Object.fromEntries(Object.entries(o).map((function(t){var e=P(t,2);return[e[0],{loaded:!0,config:e[1]}]}))),a=y(),u=a.getState(),s={slots:j({},u.slots,i)};pt(u,s)||a.setState(s)},C=function(t,e){var n=function(t,e){var n=Ut(bt(t.schemas)),r=_(t.providedConfigs.map((function(t){return[t.config,t.source]}))).concat([[e.config,"temporary config"]]),o=!0,i=!1,a=void 0;try{for(var u,s=r[Symbol.iterator]();!(o=(u=s.next()).done);o=!0){var c=P(u.value,2);n=$([n,Bt(c[0],c[1])])}}catch(t){i=!0,a=t}finally{try{o||null==s.return||s.return()}finally{if(i)throw a}}return n}(t,e);Lt.setState({config:n})},I=function(t,e,n){var r={},o=!0,i=!1,a=void 0;try{for(var u,s=e.mountedExtensions[Symbol.iterator]();!(o=(u=s.next()).done);o=!0){var c=u.value,l=V(c.slotModuleName,c.extensionModuleName,c.slotName,c.extensionId,t,n);r[c.slotName]=x(j({},r[c.slotName]),E({},c.extensionId,{config:l,loaded:!0}))}}catch(t){i=!0,a=t}finally{try{o||null==s.return||s.return()}finally{if(i)throw a}}b().setState({configs:r})},D=function(t,e){Ft(t,e);var n=vt(e,Ht),r=Mt.getState();Mt.setState({schemas:x(j({},r.schemas),E({},t,n)),moduleLoaded:x(j({},r.moduleLoaded),E({},t,!0))})},M=function(t){var e=Mt.getState();Mt.setState({schemas:x(j({},e.schemas),E({},t,Ht))})},R=function(t){var e=Mt.getState();Mt.setState({schemas:x(j({},e.schemas),E({},t,zt))})},N=function(t,e){Ft(t,e);var n=vt(e,Ht),r=Mt.getState();r.schemas[t]&&console.error("Config schema for extension ".concat(t," already exists. If there are multiple extensions with this same name, one will probably crash.")),Mt.setState({schemas:x(j({},r.schemas),E({},t,n))})},L=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"provided",n=Mt.getState();Mt.setState({providedConfigs:_(n.providedConfigs).concat([{source:e,config:t}])})},U=function(t){return new Promise((function(e){var n=function(t){if(t.loaded&&t.config){var n=yt(["Display conditions","Translation overrides"],t.config);e(n),o&&o()}},r=v(t);n(r.getState());var o=r.subscribe(n)}))},B=function(t){return new Promise((function(e){var n=function(t){if(t.translationOverridesLoaded&&t.config){var n,r=null!==(n=t.config["Translation overrides"])&&void 0!==n?n:{};e(r),o&&o()}},r=v(t);n(r.getState());var o=r.subscribe(n)}))},F=function(t,e,n){q(t,e,n);var r=Wt(t,e);return Gt(t,r,n),r},V=function(t,e,n,r,o,i){var a,u,s,c,l=function(t){return P(t.split("#"),1)[0]}(r),f=o.schemas[l],p=f?l:e,h=W(o,i),d=H(t,h),v=null!==(c=null==d||null===(a=d.extensionSlots)||void 0===a||null===(u=a[n])||void 0===u||null===(s=u.configure)||void 0===s?void 0:s[r])&&void 0!==c?c:{},y=$([H(p,h),v]),m=null!=f?f:o.schemas[e];q(m,y,p);var g=Wt(m,y);return Gt(m,g,p),delete g.extensionSlots,g},G=function(t,e,n){var r="".concat(e,".extensionSlots.").concat(n),o="Extension slot config '".concat(r,"'"),i=Object.keys(t).filter((function(t){return!["add","remove","order","configure"].includes(t)}));i.length&&Z(r,o+"' contains invalid keys '".concat(i.join("', '"),"'")),t.add&&(Array.isArray(t.add)&&t.add.every((function(t){return"string"==typeof t}))||Z(r,o+".add' is invalid. Must be an array of strings (extension IDs)")),t.remove&&(Array.isArray(t.remove)&&t.remove.every((function(t){return"string"==typeof t}))||Z(r,o+".remove' is invalid. Must be an array of strings (extension IDs)")),t.order&&(Array.isArray(t.order)&&t.order.every((function(t){return"string"==typeof t}))||Z(r,o+".order' is invalid. Must be an array of strings (extension IDs)")),t.configure&&(X(t.configure)||Z(r,o+".configure' is invalid. Must be an object with extension IDs for keys"))},W=function(t,e){return _(t.providedConfigs.map((function(t){return t.config}))).concat([e.config])},K=function(t,e,n){var r=e.schemas[t],o=H(t,W(e,n));q(r,o,t);var i=Wt(r,o);return Gt(r,i,t),delete i.extensionSlots,i},z=function(t,e,n){var r=H(t,W(e,n)),o=Wt(Ht,r);return Gt(Ht,o,t),delete o.extensionSlots,o},H=function(t,e){return $(e.map((function(e){return e[t]})).filter((function(t){return!!t})))},$=function(t){return Pt(vt)({},t)},q=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=!0,o=!1,i=void 0;try{for(var a,u=Object.keys(e)[Symbol.iterator]();!(r=(a=u.next()).done);r=!0){var s=a.value,c=e[s],l=n+"."+s,f=t[s];t.hasOwnProperty(s)?Vt(f,c,l):"extensionSlots"===s&&""!==n||Z(l,"Unknown config key '".concat(l,"' provided. Ignoring."))}}catch(t){o=!0,i=t}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}},J=function(t,e,n){e&&Y(t,[{Array:_t,Boolean:At,ConceptUuid:It,Number:kt,Object:Ct,String:Tt,UUID:It,PersonAttributeTypeUuid:It,PatientIdentifierTypeUuid:It}[e]],n)},Y=function(t,e,n){if(e)try{var r=!0,o=!1,i=void 0;try{for(var a,u=e[Symbol.iterator]();!(r=(a=u.next()).done);r=!0){var s=(0,a.value)(n);"string"==typeof s&&Z(t,"object"==typeof n?"Invalid configuration for ".concat(t,": ").concat(s):"Invalid configuration value ".concat(n," for ").concat(t,": ").concat(s))}}catch(t){o=!0,i=t}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}}catch(e){console.error('Skipping invalid validator at "'.concat(t,'". Encountered error\n\t').concat(e))}},Q=function(t){return!!t&&Object.keys(t).filter((function(t){return!["_default","_validators"].includes(t)})).length>0},X=function(t){return"object"==typeof t&&!Array.isArray(t)&&null!==t},Z=function(t,e){var n="".concat(t,":::").concat(e);Kt.has(n)||(console.error(e),Kt.add(n))},tt=function(t){t?Kt.forEach((function(e){e.startsWith(t)&&Kt.delete(e)})):Kt.clear()};o.r(i),o.d(i,{Type:function(){return gt},clearConfigErrors:function(){return tt},configExtensionStore:function(){return Nt},configInternalStore:function(){return Mt},defineConfigSchema:function(){return D},defineExtensionConfigSchema:function(){return N},getConfig:function(){return U},getConfigStore:function(){return v},getExtensionConfig:function(){return w},getExtensionConfigFromStore:function(){return S},getExtensionSlotConfig:function(){return m},getExtensionSlotConfigFromStore:function(){return g},getExtensionSlotsConfigStore:function(){return y},getExtensionsConfigStore:function(){return b},getTranslationOverrides:function(){return B},implementerToolsConfigStore:function(){return Lt},inRange:function(){return $t},isUrl:function(){return Jt},isUrlWithTemplateParameters:function(){return qt},oneOf:function(){return Yt},processConfig:function(){return F},provide:function(){return L},registerModuleWithConfigSystem:function(){return M},registerTranslationNamespace:function(){return R},temporaryConfigStore:function(){return Rt},validator:function(){return d},validators:function(){return Qt}});var et="function"==typeof Object.is?Object.is:function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e},nt=Object.prototype.toString,rt=function(){return"[object Arguments]"===nt.call(arguments)?function(t){return"[object Arguments]"===nt.call(t)}:function(t){return s("callee",t)}}(),ot=rt,it=!{toString:null}.propertyIsEnumerable("toString"),at=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],ut=function(){return arguments.propertyIsEnumerable("length")}(),st=function(t,e){for(var n=0;n<t.length;){if(t[n]===e)return!0;n+=1}return!1},ct="function"!=typeof Object.keys||ut?n((function(t){if(Object(t)!==t)return[];var e,n,r=[],o=ut&&ot(t);for(e in t)!s(e,t)||o&&"length"===e||(r[r.length]=e);if(it)for(n=at.length-1;n>=0;)s(e=at[n],t)&&!st(r,e)&&(r[r.length]=e),n-=1;return r})):n((function(t){return Object(t)!==t?[]:Object.keys(t)})),lt=n((function(t){return null===t?"Null":void 0===t?"Undefined":Object.prototype.toString.call(t).slice(8,-1)}));function ft(e,n,r,o){if(et(e,n))return!0;var i,a,u=lt(e);if(u!==lt(n))return!1;if(null==e||null==n)return!1;if("function"==typeof e["fantasy-land/equals"]||"function"==typeof n["fantasy-land/equals"])return"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](n)&&"function"==typeof n["fantasy-land/equals"]&&n["fantasy-land/equals"](e);if("function"==typeof e.equals||"function"==typeof n.equals)return"function"==typeof e.equals&&e.equals(n)&&"function"==typeof n.equals&&n.equals(e);switch(u){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===(i=e.constructor,null==(a=String(i).match(/^function (\w*)/))?"":a[1]))return e===n;break;case"Boolean":case"Number":case"String":if((void 0===e?"undefined":t(e))!=(void 0===n?"undefined":t(n))||!et(e.valueOf(),n.valueOf()))return!1;break;case"Date":if(!et(e.valueOf(),n.valueOf()))return!1;break;case"Error":return e.name===n.name&&e.message===n.message;case"RegExp":if(e.source!==n.source||e.global!==n.global||e.ignoreCase!==n.ignoreCase||e.multiline!==n.multiline||e.sticky!==n.sticky||e.unicode!==n.unicode)return!1}for(var l=r.length-1;l>=0;){if(r[l]===e)return o[l]===n;l-=1}switch(u){case"Map":return e.size===n.size&&c(e.entries(),n.entries(),r.concat([e]),o.concat([n]));case"Set":return e.size===n.size&&c(e.values(),n.values(),r.concat([e]),o.concat([n]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var f=ct(e);if(f.length!==ct(n).length)return!1;var p=r.concat([e]),h=o.concat([n]);for(l=f.length-1;l>=0;){var d=f[l];if(!s(d,n)||!ft(n[d],e[d],p,h))return!1;l-=1}return!0}var pt=r((function(t,e){return ft(t,e,[],[])})),ht=l((function(t,e,n){var r,o={};for(r in e)s(r,e)&&(o[r]=s(r,n)?t(r,e[r],n[r]):e[r]);for(r in n)s(r,n)&&!s(r,o)&&(o[r]=n[r]);return o})),dt=l((function t(e,n,r){return ht((function(n,r,o){return f(r)&&f(o)?t(e,r,o):e(n,r,o)}),n,r)})),vt=r((function(t,e){return dt((function(t,e,n){return n}),t,e)})),yt=r((function(t,e){for(var n={},r={},o=0,i=t.length;o<i;)r[t[o]]=1,o+=1;for(var a in e)r.hasOwnProperty(a)||(n[a]=e[a]);return n}));function mt(t,e,n,r){var o,i=function(o){for(var i=e.length,a=0;a<i;){if(t===e[a])return n[a];a+=1}for(var u in e[a+1]=t,n[a+1]=o,t)o[u]=r?mt(t[u],e,n,!0):t[u];return o};switch(lt(t)){case"Object":return i({});case"Array":return i([]);case"Date":return new Date(t.valueOf());case"RegExp":return o=t,new RegExp(o.source,(o.global?"g":"")+(o.ignoreCase?"i":"")+(o.multiline?"m":"")+(o.sticky?"y":"")+(o.unicode?"u":""));default:return t}}var gt,bt=n((function(t){return null!=t&&"function"==typeof t.clone?t.clone():mt(t,[],[],!0)})),wt=Array.isArray||function(t){return null!=t&&t.length>=0&&"[object Array]"===Object.prototype.toString.call(t)},St=n((function(t){return!!wt(t)||!!t&&"object"==typeof t&&!function(t){return"[object String]"===Object.prototype.toString.call(t)}(t)&&(1===t.nodeType?!!t.length:0===t.length||t.length>0&&t.hasOwnProperty(0)&&t.hasOwnProperty(t.length-1))})),Ot=function(){function t(t){this.f=t}return t.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},t.prototype["@@transducer/result"]=function(t){return t},t.prototype["@@transducer/step"]=function(t,e){return this.f(t,e)},t}(),Et=r((function(t,e){return function(t,e){switch(t){case 0:return function(){return e.apply(this,arguments)};case 1:return function(t){return e.apply(this,arguments)};case 2:return function(t,n){return e.apply(this,arguments)};case 3:return function(t,n,r){return e.apply(this,arguments)};case 4:return function(t,n,r,o){return e.apply(this,arguments)};case 5:return function(t,n,r,o,i){return e.apply(this,arguments)};case 6:return function(t,n,r,o,i,a){return e.apply(this,arguments)};case 7:return function(t,n,r,o,i,a,u){return e.apply(this,arguments)};case 8:return function(t,n,r,o,i,a,u,s){return e.apply(this,arguments)};case 9:return function(t,n,r,o,i,a,u,s,c){return e.apply(this,arguments)};case 10:return function(t,n,r,o,i,a,u,s,c,l){return e.apply(this,arguments)};default:throw new Error("First argument to _arity must be a non-negative integer no greater than ten")}}(t.length,(function(){return t.apply(e,arguments)}))})),jt=Et,xt="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator",Pt=l((function(t,e,n){if("function"==typeof t&&(t=function(t){return new Ot(t)}(t)),St(n))return function(t,e,n){for(var r=0,o=n.length;r<o;){if((e=t["@@transducer/step"](e,n[r]))&&e["@@transducer/reduced"]){e=e["@@transducer/value"];break}r+=1}return t["@@transducer/result"](e)}(t,e,n);if("function"==typeof n["fantasy-land/reduce"])return h(t,e,n,"fantasy-land/reduce");if(null!=n[xt])return p(t,e,n[xt]());if("function"==typeof n.next)return p(t,e,n);if("function"==typeof n.reduce)return h(t,e,n,"reduce");throw new TypeError("reduce: list must be array or iterable")}));!function(t){t.Array="Array",t.Boolean="Boolean",t.ConceptUuid="ConceptUuid",t.Number="Number",t.Object="Object",t.String="String",t.UUID="UUID",t.PersonAttributeTypeUuid="PersonAttributeTypeUuid",t.PatientIdentifierTypeUuid="PatientIdentifierTypeUuid"}(gt||(gt={}));var _t=d((function(t){return Array.isArray(t)}),"must be an array"),At=d((function(t){return"boolean"==typeof t}),"must be a boolean"),kt=d((function(t){return"number"==typeof t}),"must be a number"),Tt=d((function(t){return"string"==typeof t}),"must be a string"),Ct=d((function(t){return"object"==typeof t&&!Array.isArray(t)&&null!==t}),"must be an object (not an array or null)"),It=d((function(t){return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(t)||/^[0-9a-f]{36}$/i.test(t)}),"must be a valid UUID or a 36-character hexadecimal string"),Dt=o(685),Mt=(0,Dt.createGlobalStore)("config-internal",{providedConfigs:[],schemas:{},moduleLoaded:{}}),Rt=(0,Dt.createGlobalStore)("temporary-config",{config:function(){try{return JSON.parse(localStorage.getItem("openmrs:temporaryConfig")||"{}")}catch(t){return{}}}()});Rt.subscribe((function(t){var e;e=t.config,localStorage.setItem("openmrs:temporaryConfig",JSON.stringify(e))}));var Nt=(0,Dt.createGlobalStore)("config-store-of-extension-state",{mountedExtensions:[]}),Lt=(0,Dt.createGlobalStore)("config-implementer-tools",{config:{}});function Ut(t){return t.hasOwnProperty("_default")?x(j({},t),{_value:t._default,_source:"default"}):X(t)?Object.keys(t).reduce((function(e,n){return e[n]=Ut(t[n]),e}),{}):{}}function Bt(t,e){return X(t)?Object.keys(t).reduce((function(n,r){return n[r]=Bt(t[r],e),n}),{}):{_value:t,_source:e}}function Ft(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r="Please verify that you are running the latest version and, if so, alert the maintainer.",o=!0,i=!1,a=void 0;try{for(var u,s=function(){var o=u.value,i=n+(n&&".")+o,a=e[o];if("Display conditions"===i&&console.error("".concat(t,' declares a configuration option called "Display conditions"; the "Display conditions" option is a reserved name. ').concat(r)),"Translation overrides"===i&&console.error("".concat(t,' declares a configuration option called "Translation overrides"; the "Translation overrides" option is a reserved name. ').concat(r)),!X(a))return console.error("".concat(t," has bad config schema definition for key '").concat(i,"'. ").concat(r)),"continue";a.hasOwnProperty("_default")||Ft(t,a,i);var s=a._elements;if(Q(s)&&Ft(t,s,i+"._elements"),a._validators){var c=!0,l=!1,f=void 0;try{for(var p,h=a._validators[Symbol.iterator]();!(c=(p=h.next()).done);c=!0){var d=p.value;"function"!=typeof d&&console.error("".concat(t," has invalid validator for key '").concat(i,"' ").concat(r,".")+"\n\nIf you're the maintainer: validators must be functions that return either "+"undefined or an error string. Received ".concat(d,"."))}}catch(t){l=!0,f=t}finally{try{c||null==h.return||h.return()}finally{if(l)throw f}}}var v=a._type;v&&!Object.values(gt).includes(v)&&console.error("".concat(t," has invalid type for key '").concat(i,"' ").concat(r,".")+"\n\nIf you're the maintainer: the allowed types are ".concat(Object.values(gt).join(", "),". ")+"Received '".concat(v,"'")),Object.keys(a).every((function(t){return["_description","_validators","_elements","_type"].includes(t)}))&&!n.includes("._elements")&&console.error("".concat(t," has bad config schema definition for key '").concat(i,"'. ").concat(r,".")+"\n\nIf you're the maintainer: all config elements must have a default. "+"Received ".concat(JSON.stringify(a))),s&&v&&![gt.Array,gt.Object].includes(v)&&console.error("".concat(t," has bad config schema definition for key '").concat(i,"'. ").concat(r,".")+"\n\nIf you're the maintainer: the 'elements' key only works with '_type' equal to 'Array' or 'Object'. "+"Received ".concat(JSON.stringify(v)))},c=Object.keys(e).filter((function(t){return!t.startsWith("_")}))[Symbol.iterator]();!(o=(u=c.next()).done);o=!0)s()}catch(t){i=!0,a=t}finally{try{o||null==c.return||c.return()}finally{if(i)throw a}}}function Vt(t,e,n){J(n,t._type,e),X(e)?t._type===gt.Object?function(t,e,n){if(t._elements){var r=!0,o=!1,i=void 0;try{for(var a,u=Object.keys(e)[Symbol.iterator]();!(r=(a=u.next()).done);r=!0){var s=a.value,c=e[s];q(t._elements,c,"".concat(n,".").concat(s))}}catch(t){o=!0,i=t}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}}}(t,e,n):t.hasOwnProperty("_default")||q(t,e,n):t._type===gt.Array&&function(t,e,n){if(Q(t._elements))for(var r=0;r<e.length;r++)Vt(t._elements,e[r],"".concat(n,"[").concat(r,"]"));for(var o=0;o<e.length;o++){var i;J("".concat(n,"[").concat(o,"]"),null===(i=t._elements)||void 0===i?void 0:i._type,e[o])}}(t,e,n)}function Gt(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";if(t)if(e!==t._default&&Y(n,t._validators,e),X(e)){var r=!0,o=!1,i=void 0;try{for(var a,u=Object.keys(e)[Symbol.iterator]();!(r=(a=u.next()).done);r=!0){var s=a.value,c=e[s],l=n+"."+s,f=t[s];t._type===gt.Object&&t._elements?Gt(t._elements,c,l):Gt(f,c,l)}}catch(t){o=!0,i=t}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}}else if(Array.isArray(e)&&t._elements)for(var p=0;p<e.length;p++)Gt(t._elements,e[p],"".concat(n,"[").concat(p,"]"))}k(Mt.getState(),Rt.getState()),Mt.subscribe((function(t){return k(t,Rt.getState())})),Rt.subscribe((function(t){return k(Mt.getState(),t)})),C(Mt.getState(),Rt.getState()),Mt.subscribe((function(t){return C(t,Rt.getState())})),Rt.subscribe((function(t){return C(Mt.getState(),t)})),T(Mt.getState(),Rt.getState()),Mt.subscribe((function(t){return T(t,Rt.getState())})),Rt.subscribe((function(t){return T(Mt.getState(),t)})),I(Mt.getState(),Nt.getState(),Rt.getState()),Mt.subscribe((function(t){I(t,Nt.getState(),Rt.getState())})),Nt.subscribe((function(t){I(Mt.getState(),t,Rt.getState())})),Rt.subscribe((function(t){I(Mt.getState(),Nt.getState(),t)}));var Wt=function(t,e){var n=bt(e);if(!t)return n;var r=!0,o=!1,i=void 0;try{for(var a,u=function(){var e=a.value,r=n[e],o=t[e];if(o&&o.hasOwnProperty("_default")){n.hasOwnProperty(e)||(n[e]=o._default);var i=o._elements;if(r&&Q(i))if(o._type===gt.Array&&Array.isArray(r)){var u=r.map((function(t){return Wt(i,t)}));n[e]=u}else if(o._type===gt.Object){var s=!0,c=!1,l=void 0;try{for(var f,p=Object.keys(r)[Symbol.iterator]();!(s=(f=p.next()).done);s=!0){var h=f.value;r[h]=Wt(i,r[h])}}catch(t){c=!0,l=t}finally{try{s||null==p.return||p.return()}finally{if(c)throw l}}}}else if(X(o)){var d=n.hasOwnProperty(e)?r:{};X(d)&&(n[e]=Wt(o,d))}},s=Object.keys(t)[Symbol.iterator]();!(r=(a=s.next()).done);r=!0)u()}catch(t){o=!0,i=t}finally{try{r||null==s.return||s.return()}finally{if(o)throw i}}return n},Kt=new Set,zt={"Translation overrides":{_description:"Per-language overrides for frontend translations should be keyed by language code and each language dictionary contains the translation key and the display value",_type:gt.Object,_default:{},_validators:[d((function(t){return Object.keys(t).every((function(t){return/^[a-z]{2,3}(-[A-Z]{2,3})?$/.test(t)}))}),(function(t){var e=Object.keys(t).filter((function(t){return!/^[a-z]{2,3}(-[A-Z]{2,3})?$/.test(t)}));return"The 'Translation overrides' object should have language codes for keys. Language codes must be in the form of a two-to-three letter language code optionally followed by a hyphen and a two-to-three letter country code. The following keys do not conform: ".concat(e.join(", "),".")}))]}},Ht=j({"Display conditions":{privileges:{_description:"The privilege(s) the user must have to use this extension",_type:gt.Array,_default:[]}}},zt),$t=function(t,e){return d((function(n){return t<=n&&n<=e}),"must be between ".concat(t," and ").concat(e))},qt=function(t){var e=t.concat(["openmrsBase","openmrsSpaBase"]);return d((function(t){if(!t||"string"!=typeof t)return!1;for(var n=/\${(.*?)}/g,r=n.exec(t);r;){if(!e.includes(r[1]))return!1;r=n.exec(t)}return!0}),"Should be a URL or path. The allowed template parameters are "+e.map((function(t){return"${"+t+"}"})).join(", "))},Jt=qt([]),Yt=function(t){return d((function(e){return t.includes(e)}),"Must be one of the following: '".concat(t.join("', '"),"'."))},Qt={inRange:$t,isUrl:Jt,isUrlWithTemplateParameters:qt,oneOf:Yt}}(),i}())}}}))},5863:()=>{System.register(["@openmrs/esm-globals"],(function(t,e){var n={};return{setters:[function(t){n.dispatchToastShown=t.dispatchToastShown}],execute:function(){t(function(){"use strict";var t={728:function(t){t.exports=n}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={exports:{}};return t[n](i,i.exports,r),i.exports}r.d=function(t,e){for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},function(){r.S={};var t={},e={};r.I=function(n,o){o||(o=[]);var i=e[n];if(i||(i=e[n]={}),!(o.indexOf(i)>=0)){if(o.push(i),t[n])return t[n];r.o(r.S,n)||(r.S[n]={}),r.S[n];var a=[];return t[n]=a.length?Promise.all(a).then((function(){return t[n]=1})):1}}}();var o={};return function(){var t=function(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)},e=function(e){return function(){var n=this,r=arguments;return new Promise((function(o,i){var a=e.apply(n,r);function u(e){t(a,o,i,u,s,"next",e)}function s(e){t(a,o,i,u,s,"throw",e)}u(void 0)}))}},n=function(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}},i=function(t){return t.replace(/[\/\-@]/g,"_")},a=function(t){return l.apply(this,arguments)},u=function(t,e){return f.apply(this,arguments)},s=function(){return p.apply(this,arguments)};r.r(o),r.d(o,{getCurrentImportMap:function(){return s},importDynamic:function(){return a},preloadImport:function(){return u},slugify:function(){return i}});var c=r(728);function l(){return l=e((function(t){var e,o,a,s,c,l,f,p,h,d,v=arguments;return n(this,(function(n){switch(n.label){case 0:return e=v.length>1&&void 0!==v[1]?v[1]:"./start",a=!(null==(o=v.length>2?v[2]:void 0)?void 0:o.maxLoadingTime)||o.maxLoadingTime<=0?6e5:o.maxLoadingTime,s=void 0,[4,Promise.race([u(t,null==o?void 0:o.importMap),new Promise((function(e,n){s=setTimeout((function(){var e;n(new Error("Could not resolve requested script, ".concat(t,", within ").concat((e=a)<1e3?"".concat(e," milliseconds"):e<6e4?"".concat(Math.floor(e/1e3)," seconds"):e<36e5?"".concat(Math.floor(e/6e4)," minutes"):e<864e5?"".concat(Math.floor(e/36e5)," hours"):"".concat(Math.floor(e/864e5)," days"),".")))}),a)}))])];case 1:if(n.sent(),s&&clearTimeout(s),c=i(t),"object"!=typeof(y=l=window[c])||null===y||!("init"in y)||"function"!=typeof y.init||!("get"in y)||"function"!=typeof y.get)throw f="The global variable ".concat(c," does not refer to a federated module"),console.error(f),new Error(f);return l.init(r.S.default),[4,l.get(e)];case 2:if(p=n.sent(),"object"!=typeof(h=p())||null===h)throw d="Container for ".concat(t," did not return an ESM module as expected"),console.error(d),new Error(d);return[2,h]}var y}))})),l.apply(this,arguments)}function f(){return(f=e((function(t,e){var r,o,a,u,l,f,p,d;return n(this,(function(n){switch(n.label){case 0:if("string"!=typeof t||0===t.trim().length)throw r="Attempted to call importDynamic() without supplying a package to load",console.error(r),new Error(r);return o=i(t),window[o]?[3,7]:null==e?[3,1]:(u=e,[3,3]);case 1:return[4,s()];case 2:u=n.sent(),n.label=3;case 3:if(!(a=u).imports.hasOwnProperty(t))throw l="Could not find the package ".concat(t," defined in the current importmap"),console.error(l),new Error(l);(f=a.imports[t]).startsWith("./")&&(f=window.spaBase+f.substring(1)),p=!!window.localStorage.getItem("import-map-override:".concat(t)),n.label=4;case 4:return n.trys.push([4,6,,7]),[4,new Promise((function(t,e){!function(t,e,n){var r=document.head.querySelector('script[src="'.concat(t,'"]')),o=window[h];if(o||(o=window[h]=new Set([])),r){var i,a,u;o.has(t)?(u=function(){i&&r.removeEventListener("load",i),a&&r.removeEventListener("error",a)},i=function(){u(),e(null)},a=function(t){u(),n(t.message)},r.addEventListener("load",i),r.addEventListener("error",a)):(console.warn("Script at ".concat(t," already loaded. Not loading it again.")),e(null))}else{o.add(t);var s=document.createElement("script");s.src=t,s.type="text/javascript",s.async=!0;var c,l,f,p=setTimeout((function(){console.error("The script at ".concat(t," did not load within 5 seconds. This may indicate an issue with the imports in the script's entry-point file or with the script's bundler configuration."))}),5e3);f=function(){clearTimeout(p),o.delete(t),c&&s.removeEventListener("load",c),l&&s.removeEventListener("error",l)},c=function(){f(),e(null)},l=function(e){f();var r,o="Failed to load script from ".concat(t);console.error(o,e),n(null!==(r=e.message)&&void 0!==r?r:o)},s.addEventListener("load",c),s.addEventListener("error",l),document.head.appendChild(s)}}(f,t,e)}))];case 5:return[2,n.sent()];case 6:return d=n.sent(),p&&(0,c.dispatchToastShown)({kind:"error",title:"Error loading script",description:"Failed to load overridden script from ".concat(f,". Click below to reset all overrides."),actionButtonLabel:"Reload",onActionButtonClick:function(){window.importMapOverrides.resetOverrides(),window.location.reload()}}),[2,Promise.reject(d)];case 7:return[2,Promise.resolve()]}}))}))).apply(this,arguments)}function p(){return(p=e((function(){return n(this,(function(t){return[2,window.importMapOverrides.getCurrentPageMap()]}))}))).apply(this,arguments)}var h=Symbol("__openmrs_script_loading")}(),o}())}}}))},9425:()=>{System.register(["@openmrs/esm-globals"],(function(t,e){var n={};return{setters:[function(t){n.dispatchToastShown=t.dispatchToastShown}],execute:function(){t(function(){"use strict";var t={728:function(t){t.exports=n}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={exports:{}};return t[n](i,i.exports,r),i.exports}r.d=function(t,e){for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};return function(){var t=function(t){var e=n(t);setTimeout((function(){throw e}))},e=function(){var e=Error();return function(r){n(r).stack+="\nAsync stacktrace:\n".concat(e.stack),t(r)}},n=function(t){var e,n,r,o,i;if(n=t,null!=(r=Error)&&"undefined"!=typeof Symbol&&r[Symbol.hasInstance]?r[Symbol.hasInstance](n):(o=n,null!=(i=r)&&"undefined"!=typeof Symbol&&i[Symbol.hasInstance]?i[Symbol.hasInstance](o):o instanceof i))return t;if(null===t)return Error("'null' was thrown as an error");if("object"==typeof t){try{e="Object thrown as error: ".concat(JSON.stringify(t))}catch(n){e="Object thrown as error with the following properties: ".concat(Object.keys(t))}return Error(e)}return void 0===t?Error("'undefined' was thrown as an error"):Error(t.toString())};r.r(o),r.d(o,{createErrorHandler:function(){return e},reportError:function(){return t}});var i=r(728);window.onerror=function(t){return console.error("Unexpected error: ",t),(0,i.dispatchToastShown)({description:null!=t?t:"Oops! An unexpected error occurred.",kind:"error",title:"Error"}),!1},window.onunhandledrejection=function(t){var e;console.error("Unhandled rejection: ",t.reason),(0,i.dispatchToastShown)({description:null!==(e=t.reason)&&void 0!==e?e:"Oops! An unhandled promise rejection occurred.",kind:"error",title:"Error"})}}(),o}())}}}))},6133:(t,e,n)=>{function r(t,e){return null!=e&&"undefined"!=typeof Symbol&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function o(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}t=n.nmd(t),System.register(["@openmrs/esm-config","@openmrs/esm-state","@openmrs/esm-api","@openmrs/esm-feature-flags","@openmrs/esm-utils","single-spa"],(function(i,a){var u={},s={},c={},l={},f={},p={};return{setters:[function(t){u.configExtensionStore=t.configExtensionStore,u.getExtensionConfigFromStore=t.getExtensionConfigFromStore,u.getExtensionSlotConfig=t.getExtensionSlotConfig,u.getExtensionSlotConfigFromStore=t.getExtensionSlotConfigFromStore,u.getExtensionSlotsConfigStore=t.getExtensionSlotsConfigStore,u.getExtensionsConfigStore=t.getExtensionsConfigStore},function(t){s.createGlobalStore=t.createGlobalStore,s.getGlobalStore=t.getGlobalStore},function(t){c.getSessionStore=t.getSessionStore,c.userHasAccess=t.userHasAccess},function(t){l.featureFlagsStore=t.featureFlagsStore},function(t){f.isOnline=t.isOnline},function(t){p.mountRootParcel=t.mountRootParcel}],execute:function(){i(function(){"use strict";var i={766:function(t){t.exports=c},824:function(t){t.exports=u},708:function(t){t.exports=l},685:function(t){t.exports=s},618:function(t){t.exports=f},645:function(t){t.exports=p}},a={};function h(t){var e=a[t];if(void 0!==e)return e.exports;var n=a[t]={exports:{}};return i[t](n,n.exports,h),n.exports}h.d=function(t,e){for(var n in e)h.o(e,n)&&!h.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},h.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},h.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var d={};return function(){var i=function(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}},a=function(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}},u=function(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}},s=function(t){var e=this.__data__=new z(t);this.size=e.size},c=function(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Ot;++e<n;)this.add(t[e])},l=function(t){var e=Re.getState(),n=t(e);n!==e&&Re.setState(n)},f=function(t){var e=[],n=!0,r=!1,o=void 0;try{for(var i,a=Object.values(t.extensions)[Symbol.iterator]();!(n=(i=a.next()).done);n=!0){var u=i.value,s=!0,c=!1,l=void 0;try{for(var f,p=u.instances[Symbol.iterator]();!(s=(f=p.next()).done);s=!0){var h=f.value;e.push({slotModuleName:h.slotModuleName,extensionModuleName:u.moduleName,slotName:h.slotName,extensionId:h.id})}}catch(t){c=!0,l=t}finally{try{s||null==p.return||p.return()}finally{if(c)throw l}}}}catch(t){r=!0,o=t}finally{try{n||null==a.return||a.return()}finally{if(r)throw o}}Ie(De.configExtensionStore.getState().mountedExtensions,e)||De.configExtensionStore.setState({mountedExtensions:e})},p=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},v=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},y=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){v(t,e,n[e])}))}return t},m=function(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n.push.apply(n,r)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},g=function(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t,e)||w(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()},b=function(t){return function(t){if(Array.isArray(t))return p(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||w(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()},w=function(t,e){if(t){if("string"==typeof t)return p(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?p(t,e):void 0}},S=function(t,e,n){var r={},o=!0,i=!1,a=void 0;try{for(var u,s=Object.entries(t.slots)[Symbol.iterator]();!(o=(u=s.next()).done);o=!0){var c=g(u.value,2),l=c[0],f=c[1],p=C(l,t,(0,De.getExtensionSlotConfigFromStore)(e,f.name).config,n);r[l]={moduleName:f.moduleName,assignedExtensions:p}}}catch(t){i=!0,a=t}finally{try{o||null==s.return||s.return()}finally{if(i)throw a}}Ie(We.getState().slots,r)||We.setState({slots:r})},O=function(t,e){return{moduleName:e,name:t,attachedIds:[],config:null}},E=function(t){return g(t.split("#"),1)[0]},j=function(t,e){var n=E(e);return t.extensions[n]},x=function(t){return j(Ge.getState(),t)},P=function(t,e){l((function(n){var r=n.slots[t];return m(y({},n),r?{slots:m(y({},n.slots),v({},t,m(y({},r),{attachedIds:b(r.attachedIds).concat([e])})))}:{slots:m(y({},n.slots),v({},t,m(y({},O(t)),{attachedIds:[e]})))})}))},_=function(t,e){l((function(n){var r=n.slots[t];return r&&r.attachedIds.includes(e)?m(y({},n),{slots:m(y({},n.slots),v({},t,m(y({},r),{attachedIds:r.attachedIds.filter((function(t){return t!==e}))})))}):n}))},A=function(t){l((function(e){var n=e.slots[t];return n?m(y({},e),{slots:m(y({},e.slots),v({},t,m(y({},n),{attachedIds:[]})))}):e}))},k=function(t,e,n,r){var o=e.indexOf(t);if(-1!==o)return o;if(void 0!==n)return 1e3+n;var i=r.indexOf(t);return-1!==i?2e3+i:-1},T=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=(0,Fe.isOnline)(null!=e?e:void 0),o=null!=n?n:Object.entries(Be.featureFlagsStore.getState().flags).filter((function(t){return g(t,2)[1].enabled})).map((function(t){return g(t,1)[0]}));return t.filter((function(t){return!window.offlineEnabled||M(r,t.online,t.offline)})).filter((function(t){return void 0===t.featureFlag||(null==o?void 0:o.includes(t.featureFlag))}))},C=function(t,e,n,r){var o=function(t,e){var n=t.add||[],r=t.remove||[],o=t.order||[],i=Ge.getState().extensions;return b(e).concat(b(n)).filter((function(t){return!r.includes(t)})).sort((function(t,n){var r,a,u=k(t,o,null===(r=i[E(t)])||void 0===r?void 0:r.order,e),s=k(n,o,null===(a=i[E(n)])||void 0===a?void 0:a.order,e);return-1===s?-1:-1===u?1:u-s}))}(n,e.slots[t].attachedIds),i=[],a=void 0,u=!0,s=!1,c=void 0;try{for(var l,f=o[Symbol.iterator]();!(u=(l=f.next()).done);u=!0){var p=l.value,h=(0,De.getExtensionConfigFromStore)(r,t,p).config,d=E(p),v=e.extensions[d];if(v){var y,m,g,w,S,O,j,x,P,_=null!==(S=null!==(w=null==h||null===(y=h["Display conditions"])||void 0===y?void 0:y.privileges)&&void 0!==w?w:v.privileges)&&void 0!==S?S:[];if(_&&("string"==typeof _||Array.isArray(_)&&_.length>0)){var A;if(Ve(a)&&(a=null===(A=(0,Ue.getSessionStore)().getState().session)||void 0===A?void 0:A.user),!a)continue;if(!(0,Ue.userHasAccess)(_,a))continue}i.push({id:p,name:d,moduleName:v.moduleName,config:h,featureFlag:v.featureFlag,meta:v.meta,online:null===(j=null!==(O=null==h||null===(m=h["Display conditions"])||void 0===m?void 0:m.online)&&void 0!==O?O:v.online)||void 0===j||j,offline:null!==(P=null!==(x=null==h||null===(g=h["Display conditions"])||void 0===g?void 0:g.offline)&&void 0!==x?x:v.offline)&&void 0!==P&&P})}}}catch(t){s=!0,c=t}finally{try{u||null==f.return||f.return()}finally{if(s)throw c}}return i},I=function(t){return C(t,Ge.getState(),(0,De.getExtensionSlotConfig)(t).config,ze.getState())},D=function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return M((0,Fe.isOnline)(),t,e)},M=function(t){return Boolean(t?!(arguments.length>1&&void 0!==arguments[1])||arguments[1]:arguments.length>2&&void 0!==arguments[2]&&arguments[2])},R=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},N=function(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)},L=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},U=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){L(t,e,n[e])}))}return t},B=function(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n.push.apply(n,r)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},F=function(t,e,n,r){return Qe.apply(this,arguments)};h.r(d),h.d(d,{attach:function(){return P},checkStatus:function(){return D},checkStatusFor:function(){return M},detach:function(){return _},detachAll:function(){return A},extensionStore:function(){return Xe},getAssignedExtensions:function(){return I},getConnectedExtensions:function(){return T},getExtensionInternalStore:function(){return Ne},getExtensionNameFromId:function(){return E},getExtensionRegistration:function(){return x},getExtensionRegistrationFrom:function(){return j},getExtensionStore:function(){return Le},registerExtension:function(){return He},registerExtensionSlot:function(){return $e},renderExtension:function(){return F},reset:function(){return qe},updateInternalExtensionStore:function(){return l}});var V=function(t,e){return t===e||t!=t&&e!=e},G=function(t,e){for(var n=t.length;n--;)if(V(t[n][0],e))return n;return-1},W=Array.prototype.splice;i.prototype.clear=function(){this.__data__=[],this.size=0},i.prototype.delete=function(t){var e=this.__data__,n=G(e,t);return!(n<0||(n==e.length-1?e.pop():W.call(e,n,1),--this.size,0))},i.prototype.get=function(t){var e=this.__data__,n=G(e,t);return n<0?void 0:e[n][1]},i.prototype.has=function(t){return G(this.__data__,t)>-1},i.prototype.set=function(t,e){var n=this.__data__,r=G(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};var K,z=i,H="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,$="object"==typeof self&&self&&self.Object===Object&&self,q=H||$||Function("return this")(),J=q.Symbol,Y=Object.prototype,Q=Y.hasOwnProperty,X=Y.toString,Z=J?J.toStringTag:void 0,tt=Object.prototype.toString,et=J?J.toStringTag:void 0,nt=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":et&&et in Object(t)?function(t){var e=Q.call(t,Z),n=t[Z];try{t[Z]=void 0;var r=!0}catch(t){}var o=X.call(t);return r&&(e?t[Z]=n:delete t[Z]),o}(t):function(t){return tt.call(t)}(t)},rt=function(t){var e=void 0===t?"undefined":o(t);return null!=t&&("object"==e||"function"==e)},ot=function(t){if(!rt(t))return!1;var e=nt(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e},it=q["__core-js_shared__"],at=(K=/[^.]+$/.exec(it&&it.keys&&it.keys.IE_PROTO||""))?"Symbol(src)_1."+K:"",ut=Function.prototype.toString,st=function(t){if(null!=t){try{return ut.call(t)}catch(t){}try{return t+""}catch(t){}}return""},ct=/^\[object .+?Constructor\]$/,lt=Function.prototype,ft=Object.prototype,pt=lt.toString,ht=ft.hasOwnProperty,dt=RegExp("^"+pt.call(ht).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),vt=function(t,e){var n=function(t,e){return null==t?void 0:t[e]}(t,e);return function(t){return!(!rt(t)||(e=t,at&&at in e))&&(ot(t)?dt:ct).test(st(t));var e}(n)?n:void 0},yt=vt(q,"Map"),mt=vt(Object,"create"),gt=Object.prototype.hasOwnProperty,bt=Object.prototype.hasOwnProperty;a.prototype.clear=function(){this.__data__=mt?mt(null):{},this.size=0},a.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},a.prototype.get=function(t){var e=this.__data__;if(mt){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return gt.call(e,t)?e[t]:void 0},a.prototype.has=function(t){var e=this.__data__;return mt?void 0!==e[t]:bt.call(e,t)},a.prototype.set=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=mt&&void 0===e?"__lodash_hash_undefined__":e,this};var wt=a,St=function(t,e){var n,r,i=t.__data__;return("string"==(r=o(n=e))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?i["string"==typeof e?"string":"hash"]:i.map};u.prototype.clear=function(){this.size=0,this.__data__={hash:new wt,map:new(yt||z),string:new wt}},u.prototype.delete=function(t){var e=St(this,t).delete(t);return this.size-=e?1:0,e},u.prototype.get=function(t){return St(this,t).get(t)},u.prototype.has=function(t){return St(this,t).has(t)},u.prototype.set=function(t,e){var n=St(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};var Ot=u;s.prototype.clear=function(){this.__data__=new z,this.size=0},s.prototype.delete=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n},s.prototype.get=function(t){return this.__data__.get(t)},s.prototype.has=function(t){return this.__data__.has(t)},s.prototype.set=function(t,e){var n=this.__data__;if(r(n,z)){var o=n.__data__;if(!yt||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new Ot(o)}return n.set(t,e),this.size=n.size,this};var Et=s;c.prototype.add=c.prototype.push=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this},c.prototype.has=function(t){return this.__data__.has(t)};var jt=c,xt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1},Pt=function(t,e,n,r,o,i){var a=1&n,u=t.length,s=e.length;if(u!=s&&!(a&&s>u))return!1;var c=i.get(t),l=i.get(e);if(c&&l)return c==e&&l==t;var f=-1,p=!0,h=2&n?new jt:void 0;for(i.set(t,e),i.set(e,t);++f<u;){var d=t[f],v=e[f];if(r)var y=a?r(v,d,f,e,t,i):r(d,v,f,t,e,i);if(void 0!==y){if(y)continue;p=!1;break}if(h){if(!xt(e,(function(t,e){if(a=e,!h.has(a)&&(d===t||o(d,t,n,r,i)))return h.push(e);var a}))){p=!1;break}}else if(d!==v&&!o(d,v,n,r,i)){p=!1;break}}return i.delete(t),i.delete(e),p},_t=q.Uint8Array,At=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n},kt=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n},Tt=J?J.prototype:void 0,Ct=Tt?Tt.valueOf:void 0,It=Array.isArray,Dt=Object.prototype.propertyIsEnumerable,Mt=Object.getOwnPropertySymbols,Rt=Mt?function(t){return null==t?[]:(t=Object(t),function(t,e){for(var n=-1,r=null==t?0:t.length,o=0,i=[];++n<r;){var a=t[n];e(a)&&(i[o++]=a)}return i}(Mt(t),(function(e){return Dt.call(t,e)})))}:function(){return[]},Nt=function(t){return null!=t&&"object"==typeof t},Lt=function(t){return Nt(t)&&"[object Arguments]"==nt(t)},Ut=Object.prototype,Bt=Ut.hasOwnProperty,Ft=Ut.propertyIsEnumerable,Vt=Lt(function(){return arguments}())?Lt:function(t){return Nt(t)&&Bt.call(t,"callee")&&!Ft.call(t,"callee")},Gt=Vt,Wt=e&&!e.nodeType&&e,Kt=Wt&&t&&!t.nodeType&&t,zt=Kt&&Kt.exports===Wt?q.Buffer:void 0,Ht=(zt?zt.isBuffer:void 0)||function(){return!1},$t=/^(?:0|[1-9]\d*)$/,qt=function(t,e){var n=void 0===t?"undefined":o(t);return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&$t.test(t))&&t>-1&&t%1==0&&t<e},Jt=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991},Yt={};Yt["[object Float32Array]"]=Yt["[object Float64Array]"]=Yt["[object Int8Array]"]=Yt["[object Int16Array]"]=Yt["[object Int32Array]"]=Yt["[object Uint8Array]"]=Yt["[object Uint8ClampedArray]"]=Yt["[object Uint16Array]"]=Yt["[object Uint32Array]"]=!0,Yt["[object Arguments]"]=Yt["[object Array]"]=Yt["[object ArrayBuffer]"]=Yt["[object Boolean]"]=Yt["[object DataView]"]=Yt["[object Date]"]=Yt["[object Error]"]=Yt["[object Function]"]=Yt["[object Map]"]=Yt["[object Number]"]=Yt["[object Object]"]=Yt["[object RegExp]"]=Yt["[object Set]"]=Yt["[object String]"]=Yt["[object WeakMap]"]=!1;var Qt,Xt=e&&!e.nodeType&&e,Zt=Xt&&t&&!t.nodeType&&t,te=Zt&&Zt.exports===Xt&&H.process,ee=function(){try{return Zt&&Zt.require&&Zt.require("util").types||te&&te.binding&&te.binding("util")}catch(t){}}(),ne=ee&&ee.isTypedArray,re=ne?(Qt=ne,function(t){return Qt(t)}):function(t){return Nt(t)&&Jt(t.length)&&!!Yt[nt(t)]},oe=Object.prototype.hasOwnProperty,ie=Object.prototype,ae=function(t,e){return function(n){return t(e(n))}}(Object.keys,Object),ue=Object.prototype.hasOwnProperty,se=function(t){return null!=(e=t)&&Jt(e.length)&&!ot(e)?function(t,e){var n=It(t),r=!n&&Gt(t),o=!n&&!r&&Ht(t),i=!n&&!r&&!o&&re(t),a=n||r||o||i,u=a?function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r}(t.length,String):[],s=u.length;for(var c in t)!oe.call(t,c)||a&&("length"==c||o&&("offset"==c||"parent"==c)||i&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||qt(c,s))||u.push(c);return u}(t):function(t){if(n=(e=t)&&e.constructor,e!==("function"==typeof n&&n.prototype||ie))return ae(t);var e,n,r=[];for(var o in Object(t))ue.call(t,o)&&"constructor"!=o&&r.push(o);return r}(t);var e},ce=function(t){return function(t,e,n){var r=e(t);return It(t)?r:function(t,e){for(var n=-1,r=e.length,o=t.length;++n<r;)t[o+n]=e[n];return t}(r,n(t))}(t,se,Rt)},le=Object.prototype.hasOwnProperty,fe=vt(q,"DataView"),pe=vt(q,"Promise"),he=vt(q,"Set"),de=vt(q,"WeakMap"),ve="[object Map]",ye="[object Promise]",me="[object Set]",ge="[object WeakMap]",be="[object DataView]",we=st(fe),Se=st(yt),Oe=st(pe),Ee=st(he),je=st(de),xe=nt;(fe&&xe(new fe(new ArrayBuffer(1)))!=be||yt&&xe(new yt)!=ve||pe&&xe(pe.resolve())!=ye||he&&xe(new he)!=me||de&&xe(new de)!=ge)&&(xe=function(t){var e=nt(t),n="[object Object]"==e?t.constructor:void 0,r=n?st(n):"";if(r)switch(r){case we:return be;case Se:return ve;case Oe:return ye;case Ee:return me;case je:return ge}return e});var Pe=xe,_e="[object Arguments]",Ae="[object Array]",ke="[object Object]",Te=Object.prototype.hasOwnProperty,Ce=function t(e,n,o,i,a){return e===n||(null==e||null==n||!Nt(e)&&!Nt(n)?e!=e&&n!=n:function(t,e,n,o,i,a){var u=It(t),s=It(e),c=u?Ae:Pe(t),l=s?Ae:Pe(e),f=(c=c==_e?ke:c)==ke,p=(l=l==_e?ke:l)==ke,h=c==l;if(h&&Ht(t)){if(!Ht(e))return!1;u=!0,f=!1}if(h&&!f)return a||(a=new Et),u||re(t)?Pt(t,e,n,o,i,a):function(t,e,n,r,o,i,a){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!i(new _t(t),new _t(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return V(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var u=At;case"[object Set]":var s=1&r;if(u||(u=kt),t.size!=e.size&&!s)return!1;var c=a.get(t);if(c)return c==e;r|=2,a.set(t,e);var l=Pt(u(t),u(e),r,o,i,a);return a.delete(t),l;case"[object Symbol]":if(Ct)return Ct.call(t)==Ct.call(e)}return!1}(t,e,c,n,o,i,a);if(!(1&n)){var d=f&&Te.call(t,"__wrapped__"),v=p&&Te.call(e,"__wrapped__");if(d||v){var y=d?t.value():t,m=v?e.value():e;return a||(a=new Et),i(y,m,n,o,a)}}return!!h&&(a||(a=new Et),function(t,e,n,o,i,a){var u=1&n,s=ce(t),c=s.length;if(c!=ce(e).length&&!u)return!1;for(var l=c;l--;){var f=s[l];if(!(u?f in e:le.call(e,f)))return!1}var p=a.get(t),h=a.get(e);if(p&&h)return p==e&&h==t;var d=!0;a.set(t,e),a.set(e,t);for(var v=u;++l<c;){var y=t[f=s[l]],m=e[f];if(o)var g=u?o(m,y,f,e,t,a):o(y,m,f,t,e,a);if(!(void 0===g?y===m||i(y,m,n,o,a):g)){d=!1;break}v||(v="constructor"==f)}if(d&&!v){var b=t.constructor,w=e.constructor;b==w||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&r(b,b)&&"function"==typeof w&&r(w,w)||(d=!1)}return a.delete(t),a.delete(e),d}(t,e,n,o,i,a))}(e,n,o,i,t,a))},Ie=function(t,e){return Ce(t,e)},De=h(824),Me=h(685),Re=(0,Me.createGlobalStore)("extensionsInternal",{slots:{},extensions:{}}),Ne=function(){return(0,Me.getGlobalStore)("extensionsInternal",{slots:{},extensions:{}})},Le=function(){return(0,Me.getGlobalStore)("extensions",{slots:{}})};f(Re.getState()),Re.subscribe(f);var Ue=h(766),Be=h(708),Fe=h(618),Ve=function(t){return void 0===t},Ge=Ne(),We=Le(),Ke=(0,De.getExtensionSlotsConfigStore)(),ze=(0,De.getExtensionsConfigStore)();Ge.subscribe((function(t){S(t,Ke.getState(),ze.getState())})),Ke.subscribe((function(t){S(Ge.getState(),t,ze.getState())})),ze.subscribe((function(t){S(Ge.getState(),Ke.getState(),t)}));var He=function(t){return Ge.setState((function(e){return e.extensions[t.name]=m(y({},t),{instances:[]}),e}))},$e=function(t,e){return Ge.setState((function(n){var r,o=null===(r=n.slots[e])||void 0===r?void 0:r.moduleName;if(o&&o!=t)return console.warn("An extension slot with the name '".concat(e,'\' already exists. Refusing to register the same slot name twice (in "registerExtensionSlot"). The existing one is from module ').concat(o,".")),n;if(o&&o==t)return n;if(n.slots[e])return m(y({},n),{slots:m(y({},n.slots),v({},e,m(y({},n.slots[e]),{moduleName:t})))});var i=O(e,t);return m(y({},n),{slots:m(y({},n.slots),v({},e,i))})}))},qe=function(){return We.setState((function(){return{slots:{},extensions:{}}}))},Je=h(645),Ye=0;function Qe(){var t;return t=function(t,e,n,r){var o,i,a,u,s,c,f,p,h,d,v,y,m,g,b=arguments;return function(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}}(this,(function(w){switch(w.label){case 0:if(o=b.length>4&&void 0!==b[4]?b[4]:function(t){return t},i=b.length>5&&void 0!==b[5]?b[5]:{},a=E(r),u=x(r),s=null,!t)return[3,3];if(!u)throw Error("Couldn't find extension '".concat(a,"' to attach to '").concat(e,"'"));return c=u.load,f=u.meta,p=u.moduleName,h=u.online,d=u.offline,D(h,d)?(l((function(o){var i,u={domElement:t,id:r,slotName:e,slotModuleName:n};return B(U({},o),{extensions:B(U({},o.extensions),L({},a,B(U({},o.extensions[a]),{instances:(i=o.extensions[a].instances,function(t){if(Array.isArray(t))return R(t)}(i)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(i)||function(t,e){if(t){if("string"==typeof t)return R(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?R(t,e):void 0}}(i)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()).concat([u])})))})})),[4,c()]):[3,2];case 1:v=w.sent(),y=v.default,m=function(t,e){if(null==t)return{};var n,r,o=function(t,e){if(null==t)return{};var n,r,o={},i=Object.keys(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||(o[n]=t[n]);return o}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(o[n]=t[n])}return o}(v,["default"]),g=Ye++,s=(0,Je.mountRootParcel)(o(B(U({},null!=y?y:m),{name:"".concat(e,"/").concat(a,"-").concat(g)})),B(U({},i),{_meta:f,_extensionContext:{extensionId:r,extensionSlotName:e,extensionSlotModuleName:n,extensionModuleName:p},domElement:t})),w.label=2;case 2:return[3,4];case 3:console.warn("Tried to render ".concat(r," into ").concat(e," but no DOM element was available.")),w.label=4;case 4:return[2,s]}}))},Qe=function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){N(i,r,o,a,u,"next",t)}function u(t){N(i,r,o,a,u,"throw",t)}a(void 0)}))},Qe.apply(this,arguments)}var Xe=Ne()}(),d}())}}}))},2223:()=>{System.register(["@openmrs/esm-state"],(function(t,e){var n={};return{setters:[function(t){n.getGlobalStore=t.getGlobalStore}],execute:function(){t(function(){"use strict";var t={685:function(t){t.exports=n}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={exports:{}};return t[n](i,i.exports,r),i.exports}r.d=function(t,e){for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};return function(){var t=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},e=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},n=function(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{},o=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(r).filter((function(t){return Object.getOwnPropertyDescriptor(r,t).enumerable})))),o.forEach((function(n){e(t,n,r[n])}))}return t},i=function(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n.push.apply(n,r)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},a=function(t,r,o){var a;p.setState((function(u){var s;return{flags:i(n({},u.flags),e({},t,{enabled:null!==(a=null===(s=u.flags[t])||void 0===s?void 0:s.enabled)&&void 0!==a&&a,label:r,description:o}))}}))},u=function(t){return p.getState().flags[t].enabled},s=function(t,e){p.subscribe((function(n){e(n.flags[t].enabled)}))},c=function(t,r){p.setState((function(o){return{flags:i(n({},o.flags),e({},t,i(n({},o.flags[t]),{enabled:r})))}}))};r.r(o),r.d(o,{featureFlagsStore:function(){return p},getFeatureFlag:function(){return u},registerFeatureFlag:function(){return a},setFeatureFlag:function(){return c},subscribeToFeatureFlag:function(){return s}});var l=r(685),f={flags:function(){var t={},e=!0,r=!1,o=void 0;try{for(var i,a=Object.keys(localStorage)[Symbol.iterator]();!(e=(i=a.next()).done);e=!0){var u=i.value;if(u.startsWith("openmrs:feature-flag:")){var s=u.replace("openmrs:feature-flag:",""),c=JSON.parse(localStorage.getItem("openmrs:feature-flag-meta:".concat(s))||"{}");t[s]=n({enabled:"true"===localStorage.getItem(u)},c)}}}catch(t){r=!0,o=t}finally{try{e||null==a.return||a.return()}finally{if(r)throw o}}return t}()},p=(0,l.getGlobalStore)("feature-flags",f);p.subscribe((function(e){var n,r=!0,o=!1,i=void 0;try{for(var a,u=Object.entries(e.flags)[Symbol.iterator]();!(r=(a=u.next()).done);r=!0){var s=function(t){if(Array.isArray(t))return t}(n=a.value)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),2!==i.length);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(n)||function(e,n){if(e){if("string"==typeof e)return t(e,2);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(r):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?t(e,2):void 0}}(n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),c=s[0],l=s[1];localStorage.setItem("openmrs:feature-flag:".concat(c),l.enabled.toString()),localStorage.setItem("openmrs:feature-flag-meta:".concat(c),JSON.stringify({label:l.label,description:l.description}))}}catch(e){o=!0,i=e}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}}))}(),o}())}}}))},831:(t,e,n)=>{"use strict";n.r(e),n.d(e,{addRoutesOverride:()=>d.Ay,getCoreTranslation:()=>m.V,isOpenmrsAppRoutes:()=>d.Uz,isOpenmrsRoutes:()=>d.nX,localStorageRoutesPrefix:()=>d.ll,removeRoutesOverride:()=>d.p9,resetAllRoutesOverrides:()=>d.gM,translateFrom:()=>m.t});var r=n(6747),o={};for(const t in r)"default"!==t&&(o[t]=()=>r[t]);n.d(e,o);var i=n(7274);o={};for(const t in i)"default"!==t&&(o[t]=()=>i[t]);n.d(e,o);var a=n(5863);o={};for(const t in a)"default"!==t&&(o[t]=()=>a[t]);n.d(e,o);var u=n(9425);o={};for(const t in u)"default"!==t&&(o[t]=()=>u[t]);n.d(e,o);var s=n(6133);o={};for(const t in s)"default"!==t&&(o[t]=()=>s[t]);n.d(e,o);var c=n(2223);o={};for(const t in c)"default"!==t&&(o[t]=()=>c[t]);n.d(e,o);var l=n(2207);o={};for(const t in l)"default"!==t&&(o[t]=()=>l[t]);n.d(e,o);var f=n(4757);o={};for(const t in f)"default"!==t&&(o[t]=()=>f[t]);n.d(e,o);var p=n(6641);o={};for(const t in p)"default"!==t&&(o[t]=()=>p[t]);n.d(e,o);var h=n(973);o={};for(const t in h)"default"!==t&&(o[t]=()=>h[t]);n.d(e,o);var d=n(4999),v=n(5297);o={};for(const t in v)["default","addRoutesOverride","isOpenmrsAppRoutes","isOpenmrsRoutes","localStorageRoutesPrefix","removeRoutesOverride","resetAllRoutesOverrides"].indexOf(t)<0&&(o[t]=()=>v[t]);n.d(e,o);var y=n(5961);o={};for(const t in y)["default","addRoutesOverride","isOpenmrsAppRoutes","isOpenmrsRoutes","localStorageRoutesPrefix","removeRoutesOverride","resetAllRoutesOverrides"].indexOf(t)<0&&(o[t]=()=>y[t]);n.d(e,o);var m=n(8834),g=n(2238);o={};for(const t in g)["default","addRoutesOverride","isOpenmrsAppRoutes","isOpenmrsRoutes","localStorageRoutesPrefix","removeRoutesOverride","resetAllRoutesOverrides","getCoreTranslation","translateFrom"].indexOf(t)<0&&(o[t]=()=>g[t]);n.d(e,o)},2207:()=>{System.register([],(function(t,e){return{execute:function(){t(function(){"use strict";var t=function(t){window.dispatchEvent(new CustomEvent(v,{detail:{online:t}}))},e=function(t){if(!window.offlineEnabled)return function(){};var e=function(e){return t(e.detail)};return window.addEventListener(v,e),function(){return window.removeEventListener(v,e)}},n=function(t){return t({online:!window.offlineEnabled||navigator.onLine}),e(t)},r=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};window.dispatchEvent(new CustomEvent(y,{detail:t}))},o=function(t){var e=function(e){return t(e.detail)};return window.addEventListener(y,e),function(){return window.removeEventListener(y,e)}},i=function(t){window.dispatchEvent(new CustomEvent(m,{detail:t}))},a=function(t){window.dispatchEvent(new CustomEvent(g,{detail:t}))},u=function(t){window.dispatchEvent(new CustomEvent(w,{detail:t}))},s=function(t){window.dispatchEvent(new CustomEvent(b,{detail:t}))},c=function(t){var e=function(e){return t(e.detail)};return window.addEventListener(m,e),function(){return window.removeEventListener(m,e)}},l=function(t){var e=function(e){return t(e.detail)};return window.addEventListener(g,e),function(){return window.removeEventListener(g,e)}},f=function(t){var e=function(e){return t(e.detail)};return window.addEventListener(b,e),function(){return window.removeEventListener(b,e)}},p=function(t){var e=function(e){return t(e.detail)};return window.addEventListener(w,e),function(){return window.removeEventListener(w,e)}},h={d:function(t,e){for(var n in e)h.o(e,n)&&!h.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o:function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r:function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},d={};h.r(d),h.d(d,{dispatchActionableNotificationShown:function(){return a},dispatchConnectivityChanged:function(){return t},dispatchNotificationShown:function(){return i},dispatchPrecacheStaticDependencies:function(){return r},dispatchSnackbarShown:function(){return u},dispatchToastShown:function(){return s},subscribeActionableNotificationShown:function(){return l},subscribeConnectivity:function(){return n},subscribeConnectivityChanged:function(){return e},subscribeNotificationShown:function(){return c},subscribePrecacheStaticDependencies:function(){return o},subscribeSnackbarShown:function(){return p},subscribeToastShown:function(){return f}});var v="openmrs:connectivity-changed",y="openmrs:precache-static-dependencies",m="openmrs:notification-shown",g="openmrs:actionable-notification-shown",b="openmrs:toast-shown",w="openmrs:snack-bar-shown";return d}())}}}))},4757:(t,e,n)=>{function r(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function i(t,e){return null!=e&&"undefined"!=typeof Symbol&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function a(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}System.register(["@openmrs/esm-state"],(function(t,e){var u={};return{setters:[function(t){u.createGlobalStore=t.createGlobalStore}],execute:function(){t(function(){"use strict";var t={685:function(t){t.exports=u}},e={};function s(n){var r=e[n];if(void 0!==r)return r.exports;var o=e[n]={exports:{}};return t[n](o,o.exports,s),o.exports}s.d=function(t,e){for(var n in e)s.o(e,n)&&!s.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},s.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},s.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var c={};return function(){var t=function(t){return t.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")},e=function(t){return t&&t.sensitive?"":"i"},u=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},l=function(t){return function(t){if(Array.isArray(t))return u(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()},f=function(t){return e=t.matcher,(null!=(n=RegExp)&&"undefined"!=typeof Symbol&&n[Symbol.hasInstance]?n[Symbol.hasInstance](e):i(e,n))?t.matcher:"string"==typeof t.matcher?At(t.matcher):At(t.path);var e,n},p=function(t){return h([t])},h=function(t){var e=d(),n=t.map((function(t){return{matcher:f(t),settings:t}})),r=l(e).concat(l(n));kt.setState(r,!0)},d=function(){return kt.getState()},v=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},y=function(t,e){if(t.length>0){var n=Tt(t,e);if(n){for(var r=[n],o=Tt(t,n.settings.parent);void 0!==o;)r.push(o),o=Tt(t,o.settings.parent);return r.reverse()}}return[]},m=function(t){return y(d(),t)},g=function(t,e,n){var r=O(t,e,n);Rt.length?Rt.forEach((function(t){return t(r)})):setTimeout((function(){throw r}))},b=function(t){if("function"!=typeof t)throw Error(S(28,!1));Rt.push(t)},w=function(t){if("function"!=typeof t)throw Error(S(29,!1));var e=!1;return Rt=Rt.filter((function(n){var r=n===t;return e=e||r,!r})),e},S=function(t,e){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];return"single-spa minified message #".concat(t,": ").concat(e?e+" ":"","See https://single-spa.js.org/error/?code=").concat(t).concat(r.length?"&arg=".concat(r.join("&arg=")):"")},O=function(t,e,n){var r,o="".concat(_(e)," '").concat(x(e),"' died in status ").concat(e.status,": ");if(i(t,Error)){try{t.message=o+t.message}catch(t){}r=t}else{console.warn(S(30,!1,e.status,x(e)));try{r=Error(o+JSON.stringify(t))}catch(e){r=t}}return r.appOrParcelName=x(e),e.status=n,r},E=function(t){return t.status===Gt},j=function(t){try{return t.activeWhen(window.location)}catch(e){return g(e,t,$t),!1}},x=function(t){return t.name},P=function(t){return Boolean(t.unmountThisParcel)},_=function(t){return P(t)?"parcel":"application"},A=function(){for(var t=arguments.length-1;t>0;t--)for(var e in arguments[t])"__proto__"!==e&&(arguments[t-1][e]=arguments[t][e]);return arguments[0]},k=function(t,e){for(var n=0;n<t.length;n++)if(e(t[n]))return t[n];return null},T=function(t){return t&&("function"==typeof t||(e=t,Array.isArray(e)&&!k(e,(function(t){return"function"!=typeof t}))));var e},C=function(t,e){var n=t[e]||[];0===(n=Array.isArray(n)?n:[n]).length&&(n=[function(){return Promise.resolve()}]);var r=_(t),o=x(t);return function(t){return n.reduce((function(n,i,a){return n.then((function(){var n=i(t);return I(n)?n:Promise.reject(S(15,!1,r,o,e,a))}))}),Promise.resolve())}},I=function(t){return t&&"function"==typeof t.then&&"function"==typeof t.catch},D=function(t,e){return Promise.resolve().then((function(){return t.status!==Ut?t:(t.status=Bt,t.bootstrap?K(t,"bootstrap").then(n).catch((function(n){if(e)throw O(n,t,$t);return g(n,t,$t),t})):Promise.resolve().then(n))}));function n(){return t.status=Ft,t}},M=function(t,e){return Promise.resolve().then((function(){var n=function(){return K(t,"unmount").then((function(){t.status=Ft}),(function(n){if(e)throw O(n,t,$t);g(n,t,$t)}))};if(t.status!==Gt)return t;t.status=Kt;var r=Object.keys(t.parcels).map((function(e){return t.parcels[e].unmountThisParcel()}));return Promise.all(r).then(n,(function(r){return n().then((function(){var n=Error(r.message);if(e)throw O(n,t,$t);g(n,t,$t)}))})).then((function(){return t}))}))},R=function(t,e){return Promise.resolve().then((function(){return t.status!==Ft?t:(Jt||(window.dispatchEvent(new Mt("single-spa:before-first-mount")),Jt=!0),t.status=Vt,K(t,"mount").then((function(){return t.status=Gt,Yt||(window.dispatchEvent(new Mt("single-spa:first-mount")),Yt=!0),t})).catch((function(n){var r=function(){if(e)throw O(n,t,$t);return g(n,t,$t),t};return t.status=Gt,M(t,!0).then(r,r)})))}))},N=function(){return L.apply(Xt,arguments)},L=function(t,e){var n=this;if(!t||"object"!=typeof t&&"function"!=typeof t)throw Error(S(2,!1));if(t.name&&"string"!=typeof t.name)throw Error(S(3,!1,a(t.name)));var r=Qt++,o=t.name||"parcel-".concat(r);if("object"!=typeof e)throw Error(S(4,!1,o,void 0===e?"undefined":a(e)));if(!e.domElement)throw Error(S(5,!1,o));var i,u="function"==typeof t,s=u?t:function(){return Promise.resolve(t)},c={id:r,parcels:{},status:u?Lt:Ut,customProps:e,parentName:x(n),unmountThisParcel:function(){return d.then((function(){if(c.status!==Gt)throw Error(S(6,!1,o,c.status));return M(c,!0)})).then((function(t){return c.parentName&&delete n.parcels[c.id],t})).then((function(t){return f(t),t})).catch((function(t){throw c.status=$t,p(t),t}))}};n.parcels[r]=c;var l=s();if(!l||"function"!=typeof l.then)throw Error(S(7,!1));l=l.then((function(t){if(!t)throw Error(S(8,!1));if(o=t.name||"parcel-".concat(r),Object.prototype.hasOwnProperty.call(t,"bootstrap")&&!T(t.bootstrap))throw Error(S(9,!1,o));if(!T(t.mount))throw Error(S(10,!1,o));if(!T(t.unmount))throw Error(S(11,!1,o));if(t.update&&!T(t.update))throw Error(S(12,!1,o));var e=C(t,"bootstrap"),n=C(t,"mount"),a=C(t,"unmount");c.status=Ut,c.name=o,c.bootstrap=e,c.mount=n,c.unmount=a,c.timeouts=z(t.timeouts),t.update&&(c.update=C(t,"update"),i.update=function(t){return c.customProps=t,U((e=c,Promise.resolve().then((function(){if(e.status!==Gt)throw Error(S(32,!1,x(e)));return e.status=Wt,K(e,"update").then((function(){return e.status=Gt,e})).catch((function(t){throw O(t,e,$t)}))}))));var e})}));var f,p,h=l.then((function(){return D(c,!0)})),d=h.then((function(){return R(c,!0)})),v=new Promise((function(t,e){f=t,p=e}));return i={mount:function(){return U(Promise.resolve().then((function(){if(c.status!==Ft)throw Error(S(13,!1,o,c.status));return n.parcels[r]=c,R(c)})))},unmount:function(){return U(c.unmountThisParcel())},getStatus:function(){return c.status},loadPromise:U(l),bootstrapPromise:U(h),mountPromise:U(d),unmountPromise:U(v)}},U=function(t){return t.then((function(){return null}))},B=function(t){var e=x(t),n="function"==typeof t.customProps?t.customProps(e,window.location):t.customProps;("object"!=typeof n||null===n||Array.isArray(n))&&(n={},console.warn(S(40,!1),e,n));var r=A({},n,{name:e,mountParcel:L.bind(t),singleSpa:It});return P(t)&&(r.unmountSelf=t.unmountThisParcel),r},F=function(t,e,n){if("number"!=typeof t||t<=0)throw Error(S(16,!1));Zt.bootstrap={millis:t,dieOnTimeout:e,warningMillis:n||1e3}},V=function(t,e,n){if("number"!=typeof t||t<=0)throw Error(S(17,!1));Zt.mount={millis:t,dieOnTimeout:e,warningMillis:n||1e3}},G=function(t,e,n){if("number"!=typeof t||t<=0)throw Error(S(18,!1));Zt.unmount={millis:t,dieOnTimeout:e,warningMillis:n||1e3}},W=function(t,e,n){if("number"!=typeof t||t<=0)throw Error(S(19,!1));Zt.unload={millis:t,dieOnTimeout:e,warningMillis:n||1e3}},K=function(t,e){var n=t.timeouts[e],r=n.warningMillis,o=_(t);return new Promise((function(i,a){var u=!1,s=!1;t[e](B(t)).then((function(t){u=!0,i(t)})).catch((function(t){u=!0,a(t)})),setTimeout((function(){return l(1)}),r),setTimeout((function(){return l(!0)}),n.millis);var c=S(31,!1,e,o,x(t),n.millis);function l(t){if(!u)if(!0===t)s=!0,n.dieOnTimeout?a(Error(c)):console.error(c);else if(!s){var e=t,o=e*r;console.warn(c),o+r<n.millis&&setTimeout((function(){return l(e+1)}),r)}}}))},z=function(t){var e={};for(var n in Zt)e[n]=A({},Zt[n],t&&t[n]||{});return e},H=function(t){return Promise.resolve().then((function(){return t.loadPromise?t.loadPromise:t.status!==Nt&&t.status!==Ht?t:(t.status=Lt,t.loadPromise=Promise.resolve().then((function(){var r=t.loadApp(B(t));if(!I(r))throw n=!0,Error(S(33,!1,x(t)));return r.then((function(n){var r;t.loadErrorTime=null,"object"!=typeof(e=n)&&(r=34),Object.prototype.hasOwnProperty.call(e,"bootstrap")&&!T(e.bootstrap)&&(r=35),T(e.mount)||(r=36),T(e.unmount)||(r=37);var o=_(e);if(r){var i;try{i=JSON.stringify(e)}catch(t){}return console.error(S(r,!1,o,x(t),i),e),g(void 0,t,$t),t}return e.devtools&&e.devtools.overlays&&(t.devtools.overlays=A({},t.devtools.overlays,e.devtools.overlays)),t.status=Ut,t.bootstrap=C(e,"bootstrap"),t.mount=C(e,"mount"),t.unmount=C(e,"unmount"),t.unload=C(e,"unload"),t.timeouts=z(e.timeouts),delete t.loadPromise,t}))})).catch((function(e){var r;return delete t.loadPromise,n?r=$t:(r=Ht,t.loadErrorTime=(new Date).getTime()),g(e,t,r),t})));var e,n}))},$=function(t){var e;if("string"==typeof t)e=t;else if(this&&this.href)e=this.href;else{if(!(t&&t.currentTarget&&t.currentTarget.href&&t.preventDefault))throw Error(S(14,!1));e=t.currentTarget.href,t.preventDefault()}var n=X(window.location.href),r=X(e);0===e.indexOf("#")?window.location.hash=r.hash:n.host!==r.host&&r.host?window.location.href=e:r.pathname===n.pathname&&r.search===n.search?window.location.hash=r.hash:window.history.pushState(null,null,e)},q=function(t){var e=this;if(t){var n=t[0].type;ne.indexOf(n)>=0&&ee[n].forEach((function(n){try{n.apply(e,t)}catch(t){setTimeout((function(){throw t}))}}))}},J=function(){pe([],arguments)},Y=function(t,e){return function(){var n=window.location.href,r=t.apply(this,arguments),o=window.location.href;return Ct&&n===o||window.dispatchEvent(function(t,e){var n;try{n=new PopStateEvent("popstate",{state:t})}catch(e){(n=document.createEvent("PopStateEvent")).initPopStateEvent("popstate",!1,!1,t)}return n.singleSpa=!0,n.singleSpaTrigger=e,n}(window.history.state,e)),r}},Q=function(t){if(oe)throw Error(S(43,!1));Ct=!t||!t.hasOwnProperty("urlRerouteOnly")||t.urlRerouteOnly,oe=!0,re=window.history.replaceState,window.addEventListener("hashchange",J),window.addEventListener("popstate",J);var e=window.addEventListener,n=window.removeEventListener;window.addEventListener=function(t,n){if(!("function"==typeof n&&ne.indexOf(t)>=0)||k(ee[t],(function(t){return t===n})))return e.apply(this,arguments);ee[t].push(n)},window.removeEventListener=function(t,e){if(!("function"==typeof e&&ne.indexOf(t)>=0))return n.apply(this,arguments);ee[t]=ee[t].filter((function(t){return t!==e}))},window.history.pushState=Y(window.history.pushState,"pushState"),window.history.replaceState=Y(re,"replaceState")},X=function(t){var e=document.createElement("a");return e.href=t,e},Z=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.jQuery;if(t||window.$&&window.$.fn&&window.$.fn.jquery&&(t=window.$),t&&!ie){var e=t.fn.on,n=t.fn.off;t.fn.on=function(t,n){return tt.call(this,e,window.addEventListener,t,n,arguments)},t.fn.off=function(t,e){return tt.call(this,n,window.removeEventListener,t,e,arguments)},ie=!0}},tt=function(t,e,n,r,o){return"string"!=typeof n?t.apply(this,o):(n.split(/\s+/).forEach((function(t){ne.indexOf(t)>=0&&(e(t,r),n=n.replace(t,""))})),""===n.trim()?this:t.apply(this,o))},et=function(t){return Promise.resolve().then((function(){var e=ae[x(t)];if(!e)return t;if(t.status===Nt)return nt(t,e),t;if(t.status===zt)return e.promise.then((function(){return t}));if(t.status!==Ft&&t.status!==Ht)return t;var n=t.status===Ht?Promise.resolve():K(t,"unload");return t.status=zt,n.then((function(){return nt(t,e),t})).catch((function(n){return function(t,e,n){delete ae[x(t)],delete t.bootstrap,delete t.mount,delete t.unmount,delete t.unload,g(n,t,$t),e.reject(n)}(t,e,n),t}))}))},nt=function(t,e){delete ae[x(t)],delete t.bootstrap,delete t.mount,delete t.unmount,delete t.unload,t.status=Nt,e.resolve()},rt=function(t,e,n,r){ae[x(t)]={app:t,resolve:n,reject:r},Object.defineProperty(ae[x(t)],"promise",{get:e})},ot=function(t){return ae[t]},it=function(){return ue.filter(E).map(x)},at=function(){return ue.map(x)},ut=function(t){var e=k(ue,(function(e){return x(e)===t}));return e?e.status:null},st=function(t,e,n,r){var o=function(t,e,n,r){var o,i={name:null,loadApp:null,activeWhen:null,customProps:null};return"object"==typeof t?(function(t){if(Array.isArray(t)||null===t)throw Error(S(39,!1));var e=["name","app","activeWhen","customProps"],n=Object.keys(t).reduce((function(t,n){return e.indexOf(n)>=0?t:t.concat(n)}),[]);if(0!==n.length)throw Error(S(38,!1,e.join(", "),n.join(", ")));if("string"!=typeof t.name||0===t.name.length)throw Error(S(20,!1));if("object"!=typeof t.app&&"function"!=typeof t.app)throw Error(S(20,!1));var r=function(t){return"string"==typeof t||"function"==typeof t};if(!(r(t.activeWhen)||Array.isArray(t.activeWhen)&&t.activeWhen.every(r)))throw Error(S(24,!1));if(!ht(t.customProps))throw Error(S(22,!1))}(t),i.name=t.name,i.loadApp=t.app,i.activeWhen=t.activeWhen,i.customProps=t.customProps):(function(t,e,n,r){if("string"!=typeof t||0===t.length)throw Error(S(20,!1));if(!e)throw Error(S(23,!1));if("function"!=typeof n)throw Error(S(24,!1));if(!ht(r))throw Error(S(22,!1))}(t,e,n,r),i.name=t,i.loadApp=e,i.activeWhen=n,i.customProps=r),i.loadApp="function"!=typeof(o=i.loadApp)?function(){return Promise.resolve(o)}:o,i.customProps=function(t){return t||{}}(i.customProps),i.activeWhen=function(t){var e=Array.isArray(t)?t:[t];return e=e.map((function(t){return"function"==typeof t?t:dt(t)})),function(t){return e.some((function(e){return e(t)}))}}(i.activeWhen),i}(t,e,n,r);if(gt()||se||(se=!0,setTimeout((function(){gt()||console.warn(S(1,!1))}),5e3)),-1!==at().indexOf(o.name))throw Error(S(21,!1,o.name));ue.push(A({loadErrorTime:null,status:Nt,parcels:{},devtools:{overlays:{options:{},selectors:[]}}},o)),te&&(Z(),pe())},ct=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.location;return ue.filter((function(e){return e.activeWhen(t)})).map(x)},lt=function(t){if(0===ue.filter((function(e){return x(e)===t})).length)throw Error(S(25,!1,t));return(te?ft(t,{waitForUnmount:!1}):Promise.resolve()).then((function(){var e=ue.map(x).indexOf(t);ue.splice(e,1)}))},ft=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{waitForUnmount:!1};if("string"!=typeof t)throw Error(S(26,!1));var n=k(ue,(function(e){return x(e)===t}));if(!n)throw Error(S(27,!1,t));var r,o=ot(x(n));if(e&&e.waitForUnmount){if(o)return o.promise;var i=new Promise((function(t,e){rt(n,(function(){return i}),t,e)}));return i}return o?(r=o.promise,pt(n,o.resolve,o.reject)):r=new Promise((function(t,e){rt(n,(function(){return r}),t,e),pt(n,t,e)})),r},pt=function(t,e,n){Promise.resolve().then((function(){if(k(ct(),(function(e){return e===x(t)})))return vt()})).then((function(){return M(t).then(et).then((function(){e(),setTimeout((function(){pe()}))}))})).catch(n)},ht=function(t){return!t||"function"==typeof t||"object"==typeof t&&null!==t&&!Array.isArray(t)},dt=function(t,e){var n=function(t,e){var n=0,r=!1,o="^";"/"!==t[0]&&(t="/"+t);for(var i=0;i<t.length;i++){var a=t[i];(!r&&":"===a||r&&"/"===a)&&u(i)}return u(t.length),new RegExp(o,"i");function u(i){var a=t.slice(n,i).replace(/[|\\{}()[\]^$+*?.]/g,"\\$&");if(o+=r?"[^/]+/?":a,i===t.length)if(r)e&&(o+="$");else{var u=e?"":".*";o="/"===o.charAt(o.length-1)?"".concat(o).concat(u,"$"):"".concat(o,"(/").concat(u,")?(#.*)?$")}r=!r,n=i}}(t,e);return function(t){var e=t.origin;e||(e="".concat(t.protocol,"//").concat(t.host));var r=t.href.replace(e,"").replace(t.search,"").split("?")[0];return n.test(r)}},vt=function(){return pe()},yt=function(t,e){return j(t)?D(t).then((function(t){return e.then((function(){return j(t)?R(t):t}))})):e.then((function(){return t}))},mt=function(t){he=!0,te&&(Q(t),pe())},gt=function(){return he},bt=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},wt=function(t,e){var n=window.getOpenmrsSpaBase().replace(/\/$/,"");return St(t,function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){bt(t,e,n[e])}))}return t}({openmrsBase:window.openmrsBase,openmrsSpaBase:n},e)).replace(/^\/\//,"/")},St=function(t,e){return Object.keys(e).reduce((function(t,n){return t.split("${"+n+"}").join(e[n])}),t)},Ot=function(t){var e=t.to,n=t.templateParams,r=window.getOpenmrsSpaBase().replace(/\/$/,""),o=wt(e,n).replace(window.location.origin,"");o.startsWith(r)?$(o):window.location.assign(o)},Et=function(t){var e,n=JSON.parse(null!==(e=sessionStorage.getItem(ve))&&void 0!==e?e:"[]")||[];n.push(t),n.length>50&&(n=n.slice(-50)),sessionStorage.setItem(ve,JSON.stringify(n))},jt=function(){var t;0===JSON.parse(null!==(t=sessionStorage.getItem(ve))&&void 0!==t?t:"[]").length&&document.referrer&&Et(document.referrer),window.addEventListener("single-spa:routing-event",(function(t){var e,n,r=xt();"replaceState"==(null===(e=t.detail.originalEvent)||void 0===e?void 0:e.singleSpaTrigger)?(r[r.length-1]=window.location.href,sessionStorage.setItem(ve,JSON.stringify(r))):!(null===(n=t.detail.originalEvent)||void 0===n?void 0:n.singleSpa)&&r.includes(window.location.href)?Pt({toUrl:window.location.href}):r[r.length-1]!==window.location.href&&Et(window.location.href)}))},xt=function(){var t;return JSON.parse(null!==(t=sessionStorage.getItem(ve))&&void 0!==t?t:"[]")},Pt=function(t){var e=t.toUrl,n=xt(),r=n.lastIndexOf(e);if(-1==r)throw new Error("URL ".concat(e," not found in history; cannot go back to it."));var o=n.slice(0,r+1);Ot({to:n[r]}),sessionStorage.setItem(ve,JSON.stringify(o))},_t=function(){sessionStorage.removeItem(ve)};function At(n,r,o){return i(n,RegExp)?function(t,e){if(!e)return t;var n=t.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)e.push({name:r,prefix:"",suffix:"",modifier:"",pattern:""});return t}(n,r):Array.isArray(n)?function(t,n,r){var o=t.map((function(t){return At(t,n,r).source}));return new RegExp("(?:"+o.join("|")+")",e(r))}(n,r,o):function(n,r,o){return function(n,r,o){void 0===o&&(o={});for(var i=o.strict,a=void 0!==i&&i,u=o.start,s=void 0===u||u,c=o.end,l=void 0===c||c,f=o.encode,p=void 0===f?function(t){return t}:f,h="["+t(o.endsWith||"")+"]|$",d="["+t(o.delimiter||"/#?")+"]",v=s?"^":"",y=0,m=n;y<m.length;y++){var g=m[y];if("string"==typeof g)v+=t(p(g));else{var b=t(p(g.prefix)),w=t(p(g.suffix));if(g.pattern)if(r&&r.push(g),b||w)if("+"===g.modifier||"*"===g.modifier){var S="*"===g.modifier?"?":"";v+="(?:"+b+"((?:"+g.pattern+")(?:"+w+b+"(?:"+g.pattern+"))*)"+w+")"+S}else v+="(?:"+b+"("+g.pattern+")"+w+")"+g.modifier;else v+="("+g.pattern+")"+g.modifier;else v+="(?:"+b+w+")"+g.modifier}}if(l)a||(v+=d+"?"),v+=o.endsWith?"(?="+h+")":"$";else{var O=n[n.length-1],E="string"==typeof O?d.indexOf(O[O.length-1])>-1:void 0===O;a||(v+="(?:"+d+"(?="+h+"))?"),E||(v+="(?="+d+"|"+h+")")}return new RegExp(v,e(o))}(function(e,n){void 0===n&&(n={});for(var r=function(t){for(var e=[],n=0;n<t.length;){var r=t[n];if("*"!==r&&"+"!==r&&"?"!==r)if("\\"!==r)if("{"!==r)if("}"!==r)if(":"!==r)if("("!==r)e.push({type:"CHAR",index:n,value:t[n++]});else{var o=1,i="";if("?"===t[u=n+1])throw new TypeError('Pattern cannot start with "?" at '+u);for(;u<t.length;)if("\\"!==t[u]){if(")"===t[u]){if(0==--o){u++;break}}else if("("===t[u]&&(o++,"?"!==t[u+1]))throw new TypeError("Capturing groups are not allowed at "+u);i+=t[u++]}else i+=t[u++]+t[u++];if(o)throw new TypeError("Unbalanced pattern at "+n);if(!i)throw new TypeError("Missing pattern at "+n);e.push({type:"PATTERN",index:n,value:i}),n=u}else{for(var a="",u=n+1;u<t.length;){var s=t.charCodeAt(u);if(!(s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||95===s))break;a+=t[u++]}if(!a)throw new TypeError("Missing parameter name at "+n);e.push({type:"NAME",index:n,value:a}),n=u}else e.push({type:"CLOSE",index:n,value:t[n++]});else e.push({type:"OPEN",index:n,value:t[n++]});else e.push({type:"ESCAPED_CHAR",index:n++,value:t[n++]});else e.push({type:"MODIFIER",index:n,value:t[n++]})}return e.push({type:"END",index:n,value:""}),e}(e),o=n.prefixes,i=void 0===o?"./":o,a="[^"+t(n.delimiter||"/#?")+"]+?",u=[],s=0,c=0,l="",f=function(t){if(c<r.length&&r[c].type===t)return r[c++].value},p=function(t){var e=f(t);if(void 0!==e)return e;var n=r[c],o=n.type,i=n.index;throw new TypeError("Unexpected "+o+" at "+i+", expected "+t)},h=function(){for(var t,e="";t=f("CHAR")||f("ESCAPED_CHAR");)e+=t;return e};c<r.length;){var d=f("CHAR"),v=f("NAME"),y=f("PATTERN");if(v||y){var m=d||"";-1===i.indexOf(m)&&(l+=m,m=""),l&&(u.push(l),l=""),u.push({name:v||s++,prefix:m,suffix:"",pattern:y||a,modifier:f("MODIFIER")||""})}else{var g=d||f("ESCAPED_CHAR");if(g)l+=g;else if(l&&(u.push(l),l=""),f("OPEN")){m=h();var b=f("NAME")||"",w=f("PATTERN")||"",S=h();p("CLOSE"),u.push({name:b||(w?s++:""),pattern:b&&!w?a:w,prefix:m,suffix:S,modifier:f("MODIFIER")||""})}else p("END")}}return u}(n,o),r,o)}(n,r,o)}s.r(c),s.d(c,{clearHistory:function(){return _t},filterBreadcrumbs:function(){return y},getBreadcrumbs:function(){return d},getBreadcrumbsFor:function(){return m},getHistory:function(){return xt},goBackInHistory:function(){return Pt},interpolateString:function(){return St},interpolateUrl:function(){return wt},navigate:function(){return Ot},registerBreadcrumb:function(){return p},registerBreadcrumbs:function(){return h},setupHistory:function(){return jt}});var kt=(0,s(685).createGlobalStore)("breadcrumbs",[]);function Tt(t,e){if(e)return function(t,e){var n=function(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),1!==i.length);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t)||function(t,e){if(t){if("string"==typeof t)return v(t,1);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?v(t,1):void 0}}(t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}(t.filter((function(t){return t.matcher.test(e)})));return n[0]}(t,e)||function(t,e){for(var n=e.split("/");n.length>1;){n.pop();var r=Tt(t,n.join("/"));if(r)return r}}(t,e)}var Ct,It=Object.freeze({__proto__:null,get start(){return mt},get ensureJQuerySupport(){return Z},get setBootstrapMaxTime(){return F},get setMountMaxTime(){return V},get setUnmountMaxTime(){return G},get setUnloadMaxTime(){return W},get registerApplication(){return st},get unregisterApplication(){return lt},get getMountedApps(){return it},get getAppStatus(){return ut},get unloadApplication(){return ft},get checkActivityFunctions(){return ct},get getAppNames(){return at},get pathToActiveWhen(){return dt},get navigateToUrl(){return $},get patchHistoryApi(){return Q},get triggerAppChange(){return vt},get addErrorHandler(){return b},get removeErrorHandler(){return w},get mountRootParcel(){return N},get NOT_LOADED(){return Nt},get LOADING_SOURCE_CODE(){return Lt},get NOT_BOOTSTRAPPED(){return Ut},get BOOTSTRAPPING(){return Bt},get NOT_MOUNTED(){return Ft},get MOUNTING(){return Vt},get UPDATING(){return Wt},get LOAD_ERROR(){return Ht},get MOUNTED(){return Gt},get UNLOADING(){return zt},get UNMOUNTING(){return Kt},get SKIP_BECAUSE_BROKEN(){return $t}}),Dt=("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==n.g?n.g:"undefined"!=typeof self?self:{}).CustomEvent,Mt=function(){try{var t=new Dt("cat",{detail:{foo:"bar"}});return"cat"===t.type&&"bar"===t.detail.foo}catch(t){}return!1}()?Dt:"undefined"!=typeof document&&"function"==typeof document.createEvent?function(t,e){var n=document.createEvent("CustomEvent");return e?n.initCustomEvent(t,e.bubbles,e.cancelable,e.detail):n.initCustomEvent(t,!1,!1,void 0),n}:function(t,e){var n=document.createEventObject();return n.type=t,e?(n.bubbles=Boolean(e.bubbles),n.cancelable=Boolean(e.cancelable),n.detail=e.detail):(n.bubbles=!1,n.cancelable=!1,n.detail=void 0),n},Rt=[],Nt="NOT_LOADED",Lt="LOADING_SOURCE_CODE",Ut="NOT_BOOTSTRAPPED",Bt="BOOTSTRAPPING",Ft="NOT_MOUNTED",Vt="MOUNTING",Gt="MOUNTED",Wt="UPDATING",Kt="UNMOUNTING",zt="UNLOADING",Ht="LOAD_ERROR",$t="SKIP_BECAUSE_BROKEN",qt=[],Jt=!1,Yt=!1,Qt=0,Xt={parcels:{}},Zt={bootstrap:{millis:4e3,dieOnTimeout:!1,warningMillis:1e3},mount:{millis:3e3,dieOnTimeout:!1,warningMillis:1e3},unmount:{millis:3e3,dieOnTimeout:!1,warningMillis:1e3},unload:{millis:3e3,dieOnTimeout:!1,warningMillis:1e3},update:{millis:3e3,dieOnTimeout:!1,warningMillis:1e3}},te="undefined"!=typeof window,ee={hashchange:[],popstate:[]},ne=["hashchange","popstate"],re=null,oe=!1;te&&(window.singleSpaNavigate?console.warn(S(41,!1)):window.singleSpaNavigate=$);var ie=!1,ae={},ue=[],se=!1,ce=!1,le=[],fe=te&&window.location.href;function pe(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(ce)return new Promise((function(t,n){le.push({resolve:t,reject:n,eventArguments:e})}));var r,i=function(){var t=[],e=[],n=[],r=[],o=(new Date).getTime();return ue.forEach((function(i){var a=i.status!==$t&&j(i);switch(i.status){case Ht:a&&o-i.loadErrorTime>=200&&n.push(i);break;case Nt:case Lt:a&&n.push(i);break;case Ut:case Ft:!a&&ot(x(i))?t.push(i):a&&r.push(i);break;case Gt:a||e.push(i)}})),{appsToUnload:t,appsToUnmount:e,appsToLoad:n,appsToMount:r}}(),a=i.appsToUnload,u=i.appsToUnmount,s=i.appsToLoad,c=i.appsToMount,l=[],f=fe,p=fe=window.location.href;return gt()?(ce=!0,r=a.concat(s,u,c),Promise.resolve().then((function(){return m(0===r.length?"before-no-app-change":"before-app-change",y(!0)),m("before-routing-event",y(!0,{cancelNavigation:h})),Promise.all(l).then((function(n){if(n.some((function(t){return t})))return re.call(window.history,history.state,"",f.substring(location.origin.length)),fe=location.href,ce=!1,pe(t,e,!0);var r=a.map(et),o=u.map(M).map((function(t){return t.then(et)})).concat(r),i=Promise.all(o);i.then((function(){m("before-mount-routing-event",y(!0))}),(function(t){throw t}));var l=s.map((function(t){return H(t).then((function(t){return yt(t,i)}))})),p=c.filter((function(t){return s.indexOf(t)<0})).map((function(t){return yt(t,i)}));return i.catch((function(t){throw v(),t})).then((function(){return v(),Promise.all(l.concat(p)).catch((function(e){throw t.forEach((function(t){return t.reject(e)})),e})).then(d).then((function(){}),(function(t){throw t}))}))}))}))):(r=s,Promise.resolve().then((function(){var t=s.map(H);return Promise.all(t).then(v).then((function(){return[]})).catch((function(t){throw v(),t})).finally((function(){}))})));function h(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],e="function"==typeof(null==t?void 0:t.then)?t:Promise.resolve(t);l.push(e.catch((function(t){return console.warn(Error(S(42,!1))),console.warn(t),!1})))}function d(){var e=it();t.forEach((function(t){return t.resolve(e)}));try{m(0===r.length?"no-app-change":"app-change",y()),m("routing-event",y())}catch(t){setTimeout((function(){throw t}))}if(ce=!1,le.length>0){var n=le;le=[],pe(n)}return e}function v(){n||(t.forEach((function(t){q(t.eventArguments)})),q(e))}function y(){var t,n=arguments.length>0&&void 0!==arguments[0]&&arguments[0],i=arguments.length>1?arguments[1]:void 0,l={},h=(o(t={},Gt,[]),o(t,Ft,[]),o(t,Nt,[]),o(t,$t,[]),t);n?(s.concat(c).forEach((function(t,e){v(t,Gt)})),a.forEach((function(t){v(t,Nt)})),u.forEach((function(t){v(t,Ft)}))):r.forEach((function(t){v(t)}));var d={detail:{newAppStatuses:l,appsByNewStatus:h,totalAppChanges:r.length,originalEvent:null==e?void 0:e[0],oldUrl:f,newUrl:p}};return i&&A(d.detail,i),d;function v(t,e){var n=x(t);e=e||ut(n),l[n]=e,(h[e]=h[e]||[]).push(n)}}function m(t,e){n||window.dispatchEvent(new Mt("single-spa:".concat(t),e))}}var he=!1,de={getRawAppData:function(){return function(t){if(Array.isArray(t))return r(t)}(t=ue)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return r(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}();var t},reroute:pe,NOT_LOADED:Nt,toLoadPromise:H,toBootstrapPromise:D,unregisterApplication:lt,getProfilerData:function(){return qt}};te&&window.__SINGLE_SPA_DEVTOOLS__&&(window.__SINGLE_SPA_DEVTOOLS__.exposedMethods=de);var ve="openmrs:history"}(),c}())}}}))},6641:(t,e,n)=>{function r(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function a(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t}function u(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function s(t,e){return null!=e&&"undefined"!=typeof Symbol&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function c(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){u(t,e,n[e])}))}return t}function l(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n.push.apply(n,r)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t}function f(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t,e)||d(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(t){return function(t){if(Array.isArray(t))return r(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||d(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function h(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}function d(t,e){if(t){if("string"==typeof t)return r(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(t,e):void 0}}System.register(["@openmrs/esm-api","@openmrs/esm-state"],(function(t,e){var r={},i={};return{setters:[function(t){r.getLoggedInUser=t.getLoggedInUser},function(t){i.createGlobalStore=t.createGlobalStore}],execute:function(){t(function(){"use strict";var t={766:function(t){t.exports=r},685:function(t){t.exports=i}},e={};function d(n){var r=e[n];if(void 0!==r)return r.exports;var o=e[n]={exports:{}};return t[n](o,o.exports,d),o.exports}d.d=function(t,e){for(var n in e)d.o(e,n)&&!d.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},d.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},d.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var v={};return function(){var t=function(t,e){return new Promise((function(n){var r=new MessageChannel;r.port1.onmessage=function(t){n(t.data)},t.postMessage(e,[r.port2])}))},e=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},r=function(t,n){var r;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(r=function(t,n){if(t){if("string"==typeof t)return e(t,n);var r=Object.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?e(t,n):void 0}}(t))||n&&t&&"number"==typeof t.length){r&&(t=r);var o=0;return function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(r=t[Symbol.iterator]()).next.bind(r)},i=function(t,e){var n=location.href;return new URL(t,n).href===new URL(e,n).href},y=function(t,e,n){return n?e?e(t):t:(t&&t.then||(t=Promise.resolve(t)),e?t.then(e):t)},m=function(){},g=function(t,e){if(!e)return t&&t.then?t.then(m):Promise.resolve()},b=function(t,e){if(void 0!==Dn)return console.warn("The application's Service Worker has already been registered. The new service worker at ".concat(t," will not be registered.")),Dn;if(!("serviceWorker"in navigator))throw new Error("Registering the Service Worker is not possible due to missing browser capabilities.");var n=new In(t,e);return Dn=n.register().then((function(){return n.controlling.then((function(){return n}))}))},w=function(){return null!=Dn?Dn:Promise.resolve(void 0)},S=function(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)},O=function(t){return Ln.apply(this,arguments)},E=function(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)},j=function(t){return function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){E(i,r,o,a,u,"next",t)}function u(t){E(i,r,o,a,u,"throw",t)}a(void 0)}))}},x=function(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}},P=function(){return Un.apply(this,arguments)},A=function(){return Bn.apply(this,arguments)},k=function(){return Fn.apply(this,arguments)},T=function(){return Vn.apply(this,arguments)},C=function(){return{current:Wn,notAvailable:"unavailable"===Wn,active:"on"===Wn}},I=function(t){"unavailable"!==Wn&&"unavailable"!==t&&(localStorage.setItem(Gn,"on"===t?"active":"disabled"),Wn=t)},D=function(){return Kn.apply(this,arguments)},M=function(t,e){return"object"!=typeof e||Hn(e).forEach((function(n){t[n]=e[n]})),t},R=function(t,e){return Jn.call(t,e)},N=function(t,e){"function"==typeof e&&(e=e(qn(t))),("undefined"==typeof Reflect?Hn:Reflect.ownKeys)(e).forEach((function(n){L(t,n,e[n])}))},L=function(t,e,n,r){Yn(t,e,M(n&&R(n,"get")&&"function"==typeof n.get?{get:n.get,set:n.set,configurable:!0}:{value:n,configurable:!0,writable:!0},r))},U=function(t){return{from:function(e){return t.prototype=Object.create(e.prototype),L(t.prototype,"constructor",t),{extend:N.bind(null,t.prototype)}}}},B=function(t,e,n){return Zn.call(t,e,n)},F=function(t,e){return e(t)},V=function(t){if(!t)throw new Error("Assertion Failed")},G=function(t){zn.setImmediate?setImmediate(t):setTimeout(t,0)},W=function(t,e){return t.reduce((function(t,n,r){var o=e(n,r);return o&&(t[o[0]]=o[1]),t}),{})},K=function(t){var e={};for(var n in t)R(t,n)&&(e[n]=t[n]);return e},z=function(t){return nr.apply([],t)},H=function(t){ir="undefined"!=typeof WeakMap&&new WeakMap;var e=ar(t);return ir=null,e},$=function(t){return ur.call(t).slice(8,-1)},q=function(t){var e,n,r,o;if(1===arguments.length){if($n(t))return t.slice();if(this===lr&&"string"==typeof t)return[t];if(o=cr(t)){for(n=[];!(r=o.next()).done;)n.push(r.value);return n}if(null==t)return[t];if("number"==typeof(e=t.length)){for(n=new Array(e);e--;)n[e]=t[e];return n}return[t]}for(e=arguments.length,n=new Array(e);e--;)n[e]=arguments[e];return n},J=function(t,e){pr=t,hr=e},Y=function(t,e){var n=t.stack;return n?(e=e||0,0===n.indexOf(t.name)&&(e+=(t.name+t.message).split("\n").length),n.split("\n").slice(e).filter(hr).map((function(t){return"\n"+t})).join("")):""},Q=function(t,e){this._e=vr(),this.name=t,this.message=e},X=function(t,e){return t+". Errors: "+Object.keys(e).map((function(t){return e[t].toString()})).filter((function(t,e,n){return n.indexOf(t)===e})).join("\n")},Z=function(t,e,n,r){this._e=vr(),this.failures=e,this.failedKeys=r,this.successCount=n,this.message=X(t,e)},tt=function(t,e){this._e=vr(),this.name="BulkError",this.failures=Object.keys(e).map((function(t){return e[t]})),this.failuresByPos=e,this.message=X(t,e)},et=function(){},nt=function(t){return t},rt=function(t,e){return null==t||t===nt?e:function(n){return e(t(n))}},ot=function(t,e){return function(){t.apply(this,arguments),e.apply(this,arguments)}},it=function(t,e){return t===et?e:function(){var n=t.apply(this,arguments);void 0!==n&&(arguments[0]=n);var r=this.onsuccess,o=this.onerror;this.onsuccess=null,this.onerror=null;var i=e.apply(this,arguments);return r&&(this.onsuccess=this.onsuccess?ot(r,this.onsuccess):r),o&&(this.onerror=this.onerror?ot(o,this.onerror):o),void 0!==i?i:n}},at=function(t,e){return t===et?e:function(){t.apply(this,arguments);var n=this.onsuccess,r=this.onerror;this.onsuccess=this.onerror=null,e.apply(this,arguments),n&&(this.onsuccess=this.onsuccess?ot(n,this.onsuccess):n),r&&(this.onerror=this.onerror?ot(r,this.onerror):r)}},ut=function(t,e){return t===et?e:function(n){var r=t.apply(this,arguments);M(n,r);var o=this.onsuccess,i=this.onerror;this.onsuccess=null,this.onerror=null;var a=e.apply(this,arguments);return o&&(this.onsuccess=this.onsuccess?ot(o,this.onsuccess):o),i&&(this.onerror=this.onerror?ot(i,this.onerror):i),void 0===r?void 0===a?void 0:a:M(r,a)}},st=function(t,e){return t===et?e:function(){return!1!==e.apply(this,arguments)&&t.apply(this,arguments)}},ct=function(t,e){return t===et?e:function(){var n=t.apply(this,arguments);if(n&&"function"==typeof n.then){for(var r=this,o=arguments.length,i=new Array(o);o--;)i[o]=arguments[o];return n.then((function(){return e.apply(r,i)}))}return e.apply(this,arguments)}},lt=function(t){if("object"!=typeof this)throw new TypeError("Promises must be constructed via new");this._listeners=[],this.onuncatched=et,this._lib=!1;var e=this._PSD=Gr;if(pr&&(this._stackHolder=vr(),this._prev=null,this._numPrev=0),"function"!=typeof t){if(t!==jr)throw new TypeError("Not a function");return this._state=arguments[1],this._value=arguments[2],void(!1===this._state&&pt(this,this._value))}this._state=null,this._value=null,++e.ref,$r(this,t)},ft=function(t,e,n,r,o){this.onFulfilled="function"==typeof t?t:null,this.onRejected="function"==typeof e?e:null,this.resolve=n,this.reject=r,this.psd=o},pt=function(t,e){if(Ur.push(e),null===t._state){var n=t._lib&>();e=Fr(e),t._state=!1,t._value=e,pr&&null!==e&&"object"==typeof e&&!e._promise&&function(t,e,n){try{t.apply(null,void 0)}catch(t){}}((function(){var n=Xn(e,"stack");e._promise=t,L(e,"stack",{get:function(){return Ir?n&&(n.get?n.get.apply(e):n.value):t.stack}})})),function(t){Lr.some((function(e){return e._value===t._value}))||Lr.push(t)}(t),ht(t),n&&bt()}},ht=function(t){var e=t._listeners;t._listeners=[];for(var n=0,r=e.length;n<r;++n)dt(t,e[n]);var o=t._PSD;--o.ref||o.finalize(),0===Kr&&(++Kr,Mr((function(){0==--Kr&&wt()}),[]))},dt=function(t,e){if(null!==t._state){var n=t._state?e.onFulfilled:e.onRejected;if(null===n)return(t._state?e.resolve:e.reject)(t._value);++e.psd.ref,++Kr,Mr(vt,[n,t,e])}else t._listeners.push(e)},vt=function(t,e,n){try{Br=e;var r,o=e._value;e._state?r=t(o):(Ur.length&&(Ur=[]),r=t(o),-1===Ur.indexOf(o)&&function(t){for(var e=Lr.length;e;)if(Lr[--e]._value===t._value)return void Lr.splice(e,1)}(e)),n.resolve(r)}catch(t){n.reject(t)}finally{Br=null,0==--Kr&&wt(),--n.psd.ref||n.psd.finalize()}},yt=function(t,e){var n=e?e._numPrev+1:0;n<100&&(t._prev=e,t._numPrev=n)},mt=function(){gt()&&bt()},gt=function(){var t=Rr;return Rr=!1,Nr=!1,t},bt=function(){var t,e,n;do{for(;Wr.length>0;)for(t=Wr,Wr=[],n=t.length,e=0;e<n;++e){var r=t[e];r[0].apply(null,r[1])}}while(Wr.length>0);Rr=!0,Nr=!0},wt=function(){var t=Lr;Lr=[],t.forEach((function(t){t._PSD.onunhandled.call(null,t._value,t)}));for(var e=zr.slice(0),n=e.length;n;)e[--n]()},St=function(t){return new lt(jr,!1,t)},Ot=function(t,e){var n=Gr;return function(){var r=gt(),o=Gr;try{return kt(n,!0),t.apply(this,arguments)}catch(t){e&&e(t)}finally{kt(o,!1),r&&bt()}}},Et=function(t,e,n,r){var o=Gr,i=Object.create(o);i.parent=o,i.ref=0,i.global=!1,i.id=++to;var a=Vr.env;i.env=Cr?{Promise:lt,PromiseProp:{value:lt,configurable:!0,writable:!0},all:lt.all,race:lt.race,allSettled:lt.allSettled,any:lt.any,resolve:lt.resolve,reject:lt.reject,nthen:Mt(a.nthen,i),gthen:Mt(a.gthen,i)}:{},e&&M(i,e),++o.ref,i.finalize=function(){--this.parent.ref||this.parent.finalize()};var u=Ct(i,t,n,r);return 0===i.ref&&i.finalize(),u},jt=function(){return Jr.id||(Jr.id=++Yr),++Jr.awaits,Jr.echoes+=100,Jr.id},xt=function(){return!!Jr.awaits&&(0==--Jr.awaits&&(Jr.id=0),Jr.echoes=100*Jr.awaits,!0)},Pt=function(t){return Jr.echoes&&t&&t.constructor===Tr?(jt(),t.then((function(t){return xt(),t}),(function(t){return xt(),eo(t)}))):t},_t=function(t){++Zr,Jr.echoes&&0!=--Jr.echoes||(Jr.echoes=Jr.id=0),Qr.push(Gr),kt(t,!0)},At=function(){var t=Qr[Qr.length-1];Qr.pop(),kt(t,!1)},kt=function(t,e){var n=Gr;if((e?!Jr.echoes||Xr++&&t===Gr:!Xr||--Xr&&t===Gr)||It(e?_t.bind(null,t):At),t!==Gr&&(Gr=t,n===Vr&&(Vr.env=Tt()),Cr)){var r=Vr.env.Promise,o=t.env;_r.then=o.nthen,r.prototype.then=o.gthen,(n.global||t.global)&&(Object.defineProperty(zn,"Promise",o.PromiseProp),r.all=o.all,r.race=o.race,r.resolve=o.resolve,r.reject=o.reject,o.allSettled&&(r.allSettled=o.allSettled),o.any&&(r.any=o.any))}},Tt=function(){var t=zn.Promise;return Cr?{Promise:t,PromiseProp:Object.getOwnPropertyDescriptor(zn,"Promise"),all:t.all,race:t.race,allSettled:t.allSettled,any:t.any,resolve:t.resolve,reject:t.reject,nthen:_r.then,gthen:t.prototype.then}:{}},Ct=function(t,e,n,r,o){var i=Gr;try{return kt(t,!0),e(n,r,o)}finally{kt(i,!1)}},It=function(t){kr.call(Pr,t)},Dt=function(t,e,n,r){return"function"!=typeof t?t:function(){var o=Gr;n&&jt(),kt(e,!0);try{return t.apply(this,arguments)}finally{kt(o,!1),r&&It(xt)}}},Mt=function(t,e){return function(n,r){return t.call(this,Dt(n,e),Dt(r,e))}},Rt=function(t,e){var n;try{n=e.onuncatched(t)}catch(t){}if(!1!==n)try{var r,o={promise:e,reason:t};if(zn.document&&document.createEvent?((r=document.createEvent("Event")).initEvent("unhandledrejection",!0,!0),M(r,o)):zn.CustomEvent&&M(r=new CustomEvent("unhandledrejection",{detail:o}),o),r&&zn.dispatchEvent&&(dispatchEvent(r),!zn.PromiseRejectionEvent&&zn.onunhandledrejection))try{zn.onunhandledrejection(r)}catch(t){}pr&&r&&!r.defaultPrevented&&console.warn("Unhandled rejection: ".concat(t.stack||t))}catch(t){}},Nt=function(t,e){return t?e?function(){return t.apply(this,arguments)&&e.apply(this,arguments)}:t:e},Lt=function(t){return"string"!=typeof t||/\./.test(t)?function(t){return t}:function(e){return void 0===e[t]&&t in e&&delete(e=H(e))[t],e}},Ut=function(t){var e={},n=function(n,r){if(r){for(var o=arguments.length,i=new Array(o-1);--o;)i[o-1]=arguments[o];return e[n].subscribe.apply(null,i),t}if("string"==typeof n)return e[n]};n.addEventType=i;for(var r=1,o=arguments.length;r<o;++r)i(arguments[r]);return n;function i(t,r,o){if("object"==typeof t)return function(t){Hn(t).forEach((function(e){var n=t[e];if($n(n))i(e,t[e][0],t[e][1]);else{if("asap"!==n)throw new Sr.InvalidArgument("Invalid event config");var r=i(e,nt,(function(){for(var t=arguments.length,e=new Array(t);t--;)e[t]=arguments[t];r.subscribers.forEach((function(t){G((function(){t.apply(null,e)}))}))}))}}))}(t);r||(r=st),o||(o=et);var a={subscribers:[],fire:o,subscribe:function(t){-1===a.subscribers.indexOf(t)&&(a.subscribers.push(t),a.fire=r(a.fire,t))},unsubscribe:function(t){a.subscribers=a.subscribers.filter((function(e){return e!==t})),a.fire=a.subscribers.reduce(r,o)}};return e[t]=n[t]=a,a}},Bt=function(t,e){return U(e).from({prototype:t}),e},Ft=function(t,e){return!(t.filter||t.algorithm||t.or)&&(e?t.justLimit:!t.replayFilter)},Vt=function(t,e){t.filter=Nt(t.filter,e)},Gt=function(t,e,n){var r=t.replayFilter;t.replayFilter=r?function(){return Nt(r(),e())}:e,t.justLimit=n&&!r},Wt=function(t,e){if(t.isPrimKey)return e.primaryKey;var n=e.getIndexByKeyPath(t.index);if(!n)throw new Sr.Schema("KeyPath "+t.index+" on object store "+e.name+" is not indexed");return n},Kt=function(t,e,n){var r=Wt(t,e.schema);return e.openCursor({trans:n,values:!t.keysOnly,reverse:"prev"===t.dir,unique:!!t.unique,query:{index:r,range:t.range}})},zt=function(t,e,n,r){var o=t.replayFilter?Nt(t.filter,t.replayFilter()):t.filter;if(t.or){var i={},a=function(t,n,r){if(!o||o(n,r,(function(t){return n.stop(t)}),(function(t){return n.fail(t)}))){var a=n.primaryKey,u=""+a;"[object ArrayBuffer]"===u&&(u=""+new Uint8Array(a)),R(i,u)||(i[u]=!0,e(t,n,r))}};return Promise.all([t.or._iterate(a,n),Ht(Kt(t,r,n),t.algorithm,a,!t.keysOnly&&t.valueMapper)])}return Ht(Kt(t,r,n),Nt(t.algorithm,o),e,!t.keysOnly&&t.valueMapper)},Ht=function(t,e,n,r){var o=Ot(r?function(t,e,o){return n(r(t),e,o)}:n);return t.then((function(t){if(t)return t.start((function(){var n=function(){return t.continue()};e&&!e(t,(function(t){return n=t}),(function(e){t.stop(e),n=et}),(function(e){t.fail(e),n=et}))||o(t.value,t,(function(t){return n=t})),n()}))}))},$t=function(t){var e=void 0===t?"undefined":h(t);if("object"!==e)return e;if(ArrayBuffer.isView(t))return"binary";var n=$(t);return"ArrayBuffer"===n?"binary":n},qt=function(t){return s(t,Uint8Array)?t:ArrayBuffer.isView(t)?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):new Uint8Array(t)},Jt=function(t,e){return t<e?-1:t===e?0:1},Yt=function(t,e){return t>e?-1:t===e?0:1},Qt=function(t,e,n){var r=s(t,yo)?new t.Collection(t):t;return r._ctx.error=n?new n(e):new TypeError(e),r},Xt=function(t){return new t.Collection(t,(function(){return ne("")})).limit(0)},Zt=function(t,e,n,r,o,i){for(var a=Math.min(t.length,r.length),u=-1,s=0;s<a;++s){var c=e[s];if(c!==r[s])return o(t[s],n[s])<0?t.substr(0,s)+n[s]+n.substr(s+1):o(t[s],r[s])<0?t.substr(0,s)+r[s]+n.substr(s+1):u>=0?t.substr(0,u)+e[u]+n.substr(u+1):null;o(t[s],c)<0&&(u=s)}return a<r.length&&"next"===i?t+n.substr(t.length):a<t.length&&"prev"===i?t.substr(0,n.length):u<0?null:t.substr(0,u)+r[u]+n.substr(u+1)},te=function(t,e,n,r){var o,i,a,u,s,c,l,f=n.length;if(!n.every((function(t){return"string"==typeof t})))return Qt(t,"String expected.");function p(t){o=function(t){return"next"===t?function(t){return t.toUpperCase()}:function(t){return t.toLowerCase()}}(t),i=function(t){return"next"===t?function(t){return t.toLowerCase()}:function(t){return t.toUpperCase()}}(t),a="next"===t?Jt:Yt;var e=n.map((function(t){return{lower:i(t),upper:o(t)}})).sort((function(t,e){return a(t.lower,e.lower)}));u=e.map((function(t){return t.upper})),s=e.map((function(t){return t.lower})),c=t,l="next"===t?"":r}p("next");var h=new t.Collection(t,(function(){return ee(u[0],s[f-1]+r)}));h._ondirectionchange=function(t){p(t)};var d=0;return h._addAlgorithm((function(t,n,r){var o=t.key;if("string"!=typeof o)return!1;var p=i(o);if(e(p,s,d))return!0;for(var h=null,v=d;v<f;++v){var y=Zt(o,p,u[v],s[v],a,c);null===y&&null===h?d=v+1:(null===h||a(h,y)>0)&&(h=y)}return n(null!==h?function(){t.continue(h+l)}:r),!1})),h},ee=function(t,e,n,r){return{type:2,lower:t,upper:e,lowerOpen:n,upperOpen:r}},ne=function(t){return{type:1,lower:t,upper:t}},re=function(t){return Ot((function(e){return oe(e),t(e.target.error),!1}))},oe=function(t){t.stopPropagation&&t.stopPropagation(),t.preventDefault&&t.preventDefault()},ie=function(t,e,n,r,o,i,a){return{name:t,keyPath:e,unique:n,multi:r,auto:o,compound:i,src:(n&&!a?"&":"")+(r?"*":"")+(o?"++":"")+ae(e)}},ae=function(t){return"string"==typeof t?t:t?"["+[].join.call(t,"+")+"]":""},ue=function(t,e,n){return{name:t,primKey:e,indexes:n,mappedClass:null,idxByName:W(n,(function(t){return[t.name,t]}))}},se=function(t){return null==t?function(){}:"string"==typeof t?function(t){return 1===t.split(".").length?function(e){return e[t]}:function(e){return tr(e,t)}}(t):function(e){return tr(e,t)}},ce=function(t){return[].slice.call(t)},le=function(t){return null==t?":id":"string"==typeof t?t:"[".concat(t.join("+"),"]")},fe=function(t,e){var n=t._novip,r=e.db,o=function(t,e,n,r){var o=n.IDBKeyRange,i=(n.indexedDB,function(t,e){return e.reduce((function(t,e){return c({},t,(0,e.create)(t))}),t)}(function(t,e,n){function r(t){if(3===t.type)return null;if(4===t.type)throw new Error("Cannot convert never type to IDBKeyRange");var n=t.lower,r=t.upper,o=t.lowerOpen,i=t.upperOpen;return void 0===n?void 0===r?null:e.upperBound(r,!!i):void 0===r?e.lowerBound(n,!!o):e.bound(n,r,!!o,!!i)}var o=function(t,e){var n=ce(t.objectStoreNames);return{schema:{name:t.name,tables:n.map((function(t){return e.objectStore(t)})).map((function(t){var e=t.keyPath,n=t.autoIncrement,r=$n(e),o=null==e,i={},a={name:t.name,primaryKey:{name:null,isPrimaryKey:!0,outbound:o,compound:r,keyPath:e,autoIncrement:n,unique:!0,extractKey:se(e)},indexes:ce(t.indexNames).map((function(e){return t.index(e)})).map((function(t){var e=t.name,n=t.unique,r=t.multiEntry,o=t.keyPath,a={name:e,compound:$n(o),keyPath:o,unique:n,multiEntry:r,extractKey:se(o)};return i[le(o)]=a,a})),getIndexByKeyPath:function(t){return i[le(t)]}};return i[":id"]=a.primaryKey,null!=e&&(i[le(e)]=a.primaryKey),a}))},hasGetAll:n.length>0&&"getAll"in e.objectStore(n[0])&&!("undefined"!=typeof navigator&&/Safari/.test(navigator.userAgent)&&!/(Chrome\/|Edge\/)/.test(navigator.userAgent)&&[].concat(navigator.userAgent.match(/Safari\/(\d*)/))[1]<604)}}(t,n),i=o.schema,a=o.hasGetAll,u=i.tables.map((function(t){return function(t){var e=t.name;return{name:e,schema:t,mutate:function(t){var n=t.trans,o=t.type,i=t.keys,a=t.values,u=t.range;return new Promise((function(t,s){t=Ot(t);var c=n.objectStore(e),l=null==c.keyPath,p="put"===o||"add"===o;if(!p&&"delete"!==o&&"deleteRange"!==o)throw new Error("Invalid operation type: "+o);var h,d=(i||a||{length:1}).length;if(i&&a&&i.length!==a.length)throw new Error("Given keys array must have same length as given values array.");if(0===d)return t({numFailures:0,failures:{},results:[],lastResult:void 0});var v=[],y=[],m=0,g=function(t){++m,oe(t)};if("deleteRange"===o){if(4===u.type)return t({numFailures:m,failures:y,results:[],lastResult:void 0});3===u.type?v.push(h=c.clear()):v.push(h=c.delete(r(u)))}else{var b=f(p?l?[a,i]:[a,null]:[i,null],2),w=b[0],S=b[1];if(p)for(var O=0;O<d;++O)v.push(h=S&&void 0!==S[O]?c[o](w[O],S[O]):c[o](w[O])),h.onerror=g;else for(var E=0;E<d;++E)v.push(h=c[o](w[E])),h.onerror=g}var j=function(e){var n=e.target.result;v.forEach((function(t,e){return null!=t.error&&(y[e]=t.error)})),t({numFailures:m,failures:y,results:"delete"===o?i:v.map((function(t){return t.result})),lastResult:n})};h.onerror=function(t){g(t),j(t)},h.onsuccess=j}))},getMany:function(t){var n=t.trans,r=t.keys;return new Promise((function(t,o){t=Ot(t);for(var i,a=n.objectStore(e),u=r.length,s=new Array(u),c=0,l=0,f=function(e){var n=e.target;s[n._pos]=n.result,++l===c&&t(s)},p=re(o),h=0;h<u;++h)null!=r[h]&&((i=a.get(r[h]))._pos=h,i.onsuccess=f,i.onerror=p,++c);0===c&&t(s)}))},get:function(t){var n=t.trans,r=t.key;return new Promise((function(t,o){t=Ot(t);var i=n.objectStore(e).get(r);i.onsuccess=function(e){return t(e.target.result)},i.onerror=re(o)}))},query:function(t){return function(n){return new Promise((function(o,i){o=Ot(o);var a=n.trans,u=n.values,s=n.limit,c=n.query,l=s===1/0?void 0:s,f=c.index,p=c.range,h=a.objectStore(e),d=f.isPrimaryKey?h:h.index(f.name),v=r(p);if(0===s)return o({result:[]});if(t){var y=u?d.getAll(v,l):d.getAllKeys(v,l);y.onsuccess=function(t){return o({result:t.target.result})},y.onerror=re(i)}else{var m=0,g=u||!("openKeyCursor"in d)?d.openCursor(v):d.openKeyCursor(v),b=[];g.onsuccess=function(t){var e=g.result;return e?(b.push(u?e.value:e.primaryKey),++m===s?o({result:b}):void e.continue()):o({result:b})},g.onerror=re(i)}}))}}(a),openCursor:function(t){var n=t.trans,o=t.values,i=t.query,a=t.reverse,u=t.unique;return new Promise((function(t,s){t=Ot(t);var c=i.index,l=i.range,f=n.objectStore(e),p=c.isPrimaryKey?f:f.index(c.name),h=a?u?"prevunique":"prev":u?"nextunique":"next",d=o||!("openKeyCursor"in p)?p.openCursor(r(l),h):p.openKeyCursor(r(l),h);d.onerror=re(s),d.onsuccess=Ot((function(e){var r=d.result;if(r){r.___id=++wo,r.done=!1;var o=r.continue.bind(r),i=r.continuePrimaryKey;i&&(i=i.bind(r));var a=r.advance.bind(r),u=function(){throw new Error("Cursor not stopped")};r.trans=n,r.stop=r.continue=r.continuePrimaryKey=r.advance=function(){throw new Error("Cursor not started")},r.fail=Ot(s),r.next=function(){var t=this,e=1;return this.start((function(){return e--?t.continue():t.stop()})).then((function(){return t}))},r.start=function(t){var e=new Promise((function(t,e){t=Ot(t),d.onerror=re(e),r.fail=e,r.stop=function(e){r.stop=r.continue=r.continuePrimaryKey=r.advance=u,t(e)}})),n=function(){if(d.result)try{t()}catch(t){r.fail(t)}else r.done=!0,r.start=function(){throw new Error("Cursor behind last entry")},r.stop()};return d.onsuccess=Ot((function(t){d.onsuccess=n,n()})),r.continue=o,r.continuePrimaryKey=i,r.advance=a,n(),e},t(r)}else t(null)}),s)}))},count:function(t){var n=t.query,o=t.trans,i=n.index,a=n.range;return new Promise((function(t,n){var u=o.objectStore(e),s=i.isPrimaryKey?u:u.index(i.name),c=r(a),l=c?s.count(c):s.count();l.onsuccess=Ot((function(e){return t(e.target.result)})),l.onerror=re(n)}))}}}(t)})),s={};return u.forEach((function(t){return s[t.name]=t})),{stack:"dbcore",transaction:t.transaction.bind(t),table:function(t){if(!s[t])throw new Error("Table '".concat(t,"' not found"));return s[t]},MIN_KEY:-1/0,MAX_KEY:bo(e),schema:i}}(e,o,r),t.dbcore));return{dbcore:i}}(n._middlewares,r,n._deps,e);n.core=o.dbcore,n.tables.forEach((function(t){var e=t.name;n.core.schema.tables.some((function(t){return t.name===e}))&&(t.core=n.core.table(e),s(n[e],n.Table)&&(n[e].core=t.core))}))},pe=function(t,e,n,r){var o=t._novip;n.forEach((function(t){var n=r[t];e.forEach((function(e){var r=Xn(e,t);(!r||"value"in r&&void 0===r.value)&&(e===o.Transaction.prototype||s(e,o.Transaction)?L(e,t,{get:function(){return this.table(t)},set:function(e){Yn(this,t,{value:e,writable:!0,configurable:!0,enumerable:!0})}}):e[t]=new o.Table(t,n))}))}))},he=function(t,e){var n=t._novip;e.forEach((function(t){for(var e in t)s(t[e],n.Table)&&delete t[e]}))},de=function(t,e){return t._cfg.version-e._cfg.version},ve=function(t,e){var n,r={del:[],add:[],change:[]};for(n in t)e[n]||r.del.push(n);for(n in e){var o=t[n],i=e[n];if(o){var a={name:n,def:i,recreate:!1,del:[],add:[],change:[]};if(""+(o.primKey.keyPath||"")!=""+(i.primKey.keyPath||"")||o.primKey.auto!==i.primKey.auto&&!ao)a.recreate=!0,r.change.push(a);else{var u=o.idxByName,s=i.idxByName,c=void 0;for(c in u)s[c]||a.del.push(c);for(c in s){var l=u[c],f=s[c];l?l.src!==f.src&&a.change.push(f):a.add.push(f)}(a.del.length>0||a.add.length>0||a.change.length>0)&&r.change.push(a)}}else r.add.push([n,i])}return r},ye=function(t,e,n,r){var o=t.db.createObjectStore(e,n.keyPath?{keyPath:n.keyPath,autoIncrement:n.auto}:{autoIncrement:n.auto});return r.forEach((function(t){return me(o,t)})),o},me=function(t,e){t.createIndex(e.name,e.keyPath,{unique:e.unique,multiEntry:e.multi})},ge=function(t,e,n){var r={};return B(e.objectStoreNames,0).forEach((function(t){for(var e=n.objectStore(t),o=e.keyPath,i=ie(ae(o),o||"",!1,!1,!!e.autoIncrement,o&&"string"!=typeof o,!0),a=[],u=0;u<e.indexNames.length;++u){var s=e.index(e.indexNames[u]);o=s.keyPath;var c=ie(s.name,o,!!s.unique,!!s.multiEntry,!1,o&&"string"!=typeof o,!1);a.push(c)}r[t]=ue(t,i,a)})),r},be=function(t,e,n){for(var r=t._novip,o=n.db.objectStoreNames,i=0;i<o.length;++i){var a=o[i],u=n.objectStore(a);r._hasGetAll="getAll"in u;for(var c=0;c<u.indexNames.length;++c){var l=u.indexNames[c],f=u.index(l).keyPath,p="string"==typeof f?f:"["+B(f).join("+")+"]";if(e[a]){var h=e[a].idxByName[p];h&&(h.name=l,delete e[a].idxByName[p],e[a].idxByName[l]=h)}}}"undefined"!=typeof navigator&&/Safari/.test(navigator.userAgent)&&!/(Chrome\/|Edge\/)/.test(navigator.userAgent)&&zn.WorkerGlobalScope&&s(zn,zn.WorkerGlobalScope)&&[].concat(navigator.userAgent.match(/Safari\/(\d*)/))[1]<604&&(r._hasGetAll=!1)},we=function(t,e){var n=t._dbNamesDB;return n||(n=t._dbNamesDB=new Co("__dbnames",{addons:[],indexedDB:t,IDBKeyRange:e})).version(1).stores({dbnames:"name"}),n.table("dbnames")},Se=function(t){return t&&"function"==typeof t.databases},Oe=function(t){return Et((function(){return Gr.letThrough=!0,t()}))},Ee=function(){var t;return!navigator.userAgentData&&/Safari\//.test(navigator.userAgent)&&!/Chrom(e|ium)\//.test(navigator.userAgent)&&indexedDB.databases?new Promise((function(e){var n=function(){return indexedDB.databases().finally(e)};t=setInterval(n,100),n()})).finally((function(){return clearInterval(t)})):Promise.resolve()},je=function(t){var e=function(e){return t.next(e)},n=o(e),r=o((function(e){return t.throw(e)}));function o(t){return function(e){var o=t(e),i=o.value;return o.done?i:i&&"function"==typeof i.then?i.then(n,r):$n(i)?Promise.all(i).then(n,r):n(i)}}return o(e)()},xe=function(t,e,n){var r=arguments.length;if(r<2)throw new Sr.InvalidArgument("Too few arguments");for(var o=new Array(r-1);--r;)o[r-1]=arguments[r];return n=o.pop(),[t,z(o),n]},Pe=function(t,e,n){for(var r=$n(t)?t.slice():[t],o=0;o<n;++o)r.push(e);return r},_e=function(t,e,n){try{if(!e)return null;if(e.keys.length<t.length)return null;for(var r=[],o=0,i=0;o<e.keys.length&&i<t.length;++o)0===po(e.keys[o],t[i])&&(r.push(n?H(e.values[o]):e.values[o]),++i);return r.length===t.length?r:null}catch(t){return null}},Ae=function(t){return!("from"in t)},ke=function(t,e){Ae(e)||function t(e,n){var r=n.from,o=n.to,i=n.l,a=n.r;Ao(e,r,o),i&&t(e,i),a&&t(e,a)}(t,e)},Te=function(t){var e=Ae(t)?null:{s:0,n:t};return{next:function(t){for(var n=arguments.length>0;e;)switch(e.s){case 0:if(e.s=1,n)for(;e.n.l&&po(t,e.n.from)<0;)e={up:e,n:e.n.l,s:1};else for(;e.n.l;)e={up:e,n:e.n.l,s:1};case 1:if(e.s=2,!n||po(t,e.n.to)<=0)return{value:e.n,done:!1};case 2:if(e.n.r){e.s=3,e={up:e,n:e.n.r,s:0};continue}case 3:e=e.up}return{done:!0}}}},Ce=function(t){var e,n,r=((null===(e=t.r)||void 0===e?void 0:e.d)||0)-((null===(n=t.l)||void 0===n?void 0:n.d)||0),o=r>1?"r":r<-1?"l":"";if(o){var i="r"===o?"l":"r",a=c({},t),u=t[o];t.from=u.from,t.to=u.to,t[o]=u[o],a[o]=u[i],t[i]=a,a.d=Ie(a)}t.d=Ie(t)},Ie=function(t){var e=t.r,n=t.l;return(e?n?Math.max(e.d,n.d):e.d:n?n.d:0)+1},De=function(t,e){return Hn(e).forEach((function(n){ke(t[n]||(t[n]=new _o),e[n])})),t},Me=function(t){var e=Ro;try{Ro=!0,mo.storagemutated.fire(t)}finally{Ro=e}},Re=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t},Ne=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},Le=function(){return new Go},Ue=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},Be=function(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)},Fe=function(t){return function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){Be(i,r,o,a,u,"next",t)}function u(t){Be(i,r,o,a,u,"throw",t)}a(void 0)}))}},Ve=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},Ge=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){Ve(t,e,n[e])}))}return t},We=function(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t,e)||function(t,e){if(t){if("string"==typeof t)return Ue(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ue(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()},Ke=function(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}},ze=function(){return zo},He=function(){return Ho.apply(this,arguments)},$e=function(){return qo.apply(this,arguments)},qe=function(t,e,n,r){return Jo.apply(this,arguments)},Je=function(t,e,n){return Yo.apply(this,arguments)},Ye=function(t,e){return Qo.apply(this,arguments)},Qe=function(t,e){return Xo.apply(this,arguments)},Xe=function(t){return Zo.apply(this,arguments)},Ze=function(t){return ti.apply(this,arguments)},tn=function(t){return ei.apply(this,arguments)},en=function(t){var e;return!!(null===(e=Ko[t])||void 0===e?void 0:e.options.onBeginEditSyncItem)},nn=function(t){return ni.apply(this,arguments)},rn=function(t){return ri.apply(this,arguments)},on=function(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};Ko[t]={type:t,dependsOn:e,process:n,options:r}},an=function(){if(!oi&&!(oi="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return oi(ai)},un=function(){return li+ci()},sn=function(t){return t.startsWith(li)},cn=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},ln=function(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)},fn=function(t){return function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){ln(i,r,o,a,u,"next",t)}function u(t){ln(i,r,o,a,u,"throw",t)}a(void 0)}))}},pn=function(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}},hn=function(){return Object.values(fi)},dn=function(t){fi[t.id]&&console.warn('[setupDynamicOfflineDataHandler] Another second handler with the ID "'.concat(t.id,'" was registered. This handler will override the previous one. This could be unintended as the previous handler might run different flows than the newly registered one. If this is the case, ensure that you are setting up the handlers with different IDs.')),fi[t.id]=t},vn=function(t){return pi.apply(this,arguments)},yn=function(t,e){return hi.apply(this,arguments)},mn=function(t,e){return di.apply(this,arguments)},gn=function(t,e,n){return vi.apply(this,arguments)},bn=function(t,e){return yi.apply(this,arguments)},wn=function(t,e,n){return mi.apply(this,arguments)},Sn=function(t,e){return gi.apply(this,arguments)},On=function(t,e,n){return bi.apply(this,arguments)},En=function(){return wi.apply(this,arguments)},jn=function(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)},xn=function(){return An(),Si},Pn=function(t,e){An(),dn({type:"patient",displayName:e.displayName,id:t,isSynced:function(){return Promise.resolve(!0)},sync:function(t,n){return e.onOfflinePatientAdded({patientUuid:t,signal:null!=n?n:(new AbortController).signal})}})},_n=function(t){return Oi.apply(this,arguments)},An=function(){console.warn("The offline patient API has been deprecated and will be removed in a future release. To prevent future crashes, the functions remain available for the moment, but any invocations should be migrated ASAP.")};d.r(v),d.d(v,{activateOfflineCapability:function(){return D},beginEditSynchronizationItem:function(){return nn},canBeginEditSynchronizationItemsOfType:function(){return en},deleteSynchronizationItem:function(){return rn},generateOfflineUuid:function(){return un},getCurrentOfflineMode:function(){return C},getDynamicOfflineDataEntries:function(){return vn},getDynamicOfflineDataEntriesFor:function(){return yn},getDynamicOfflineDataHandlers:function(){return hn},getFullSynchronizationItems:function(){return Ze},getFullSynchronizationItemsFor:function(){return Qe},getOfflineDb:function(){return Le},getOfflinePatientDataStore:function(){return xn},getOfflineSynchronizationStore:function(){return ze},getOmrsServiceWorker:function(){return w},getSynchronizationItem:function(){return tn},getSynchronizationItems:function(){return Xe},getSynchronizationItemsFor:function(){return Ye},isOfflineUuid:function(){return sn},messageOmrsServiceWorker:function(){return O},offlineUuidPrefix:function(){return li},omrsOfflineCachingStrategyHttpHeaderName:function(){return Nn},omrsOfflineResponseBodyHttpHeaderName:function(){return Mn},omrsOfflineResponseStatusHttpHeaderName:function(){return Rn},putDynamicOfflineData:function(){return mn},putDynamicOfflineDataFor:function(){return gn},queueSynchronizationItem:function(){return Je},queueSynchronizationItemFor:function(){return qe},registerOfflinePatientHandler:function(){return Pn},registerOmrsServiceWorker:function(){return b},removeDynamicOfflineData:function(){return bn},removeDynamicOfflineDataFor:function(){return wn},runSynchronization:function(){return He},setCurrentOfflineMode:function(){return I},setupDynamicOfflineDataHandler:function(){return dn},setupOfflineSync:function(){return on},syncAllDynamicOfflineData:function(){return Sn},syncDynamicOfflineData:function(){return On},syncOfflinePatientData:function(){return _n}});try{self["workbox:window:6.5.4"]&&_()}catch(t){}try{self["workbox:core:6.5.4"]&&_()}catch(t){}var kn=function(){var t=this;this.promise=new Promise((function(e,n){t.resolve=e,t.reject=n}))},Tn=function(t,e){this.type=t,Object.assign(this,e)},Cn={type:"SKIP_WAITING"},In=function(e){var n,r;function o(t,n){var r,o;return void 0===n&&(n={}),(r=e.call(this)||this).nn={},r.tn=0,r.rn=new kn,r.en=new kn,r.on=new kn,r.un=0,r.an=new Set,r.cn=function(){var t=r.fn,e=t.installing;r.tn>0||!i(e.scriptURL,r.sn.toString())||performance.now()>r.un+6e4?(r.vn=e,t.removeEventListener("updatefound",r.cn)):(r.hn=e,r.an.add(e),r.rn.resolve(e)),++r.tn,e.addEventListener("statechange",r.ln)},r.ln=function(t){var e=r.fn,n=t.target,o=n.state,i=n===r.vn,a={sw:n,isExternal:i,originalEvent:t};!i&&r.mn&&(a.isUpdate=!0),r.dispatchEvent(new Tn(o,a)),"installed"===o?r.wn=self.setTimeout((function(){"installed"===o&&e.waiting===n&&r.dispatchEvent(new Tn("waiting",a))}),200):"activating"===o&&(clearTimeout(r.wn),i||r.en.resolve(n))},r.dn=function(t){var e=r.hn,n=e!==navigator.serviceWorker.controller;r.dispatchEvent(new Tn("controlling",{isExternal:n,originalEvent:t,sw:e,isUpdate:r.mn})),n||r.on.resolve(e)},r.gn=(o=function(t){var e=t.data,n=t.ports,o=t.source;return y(r.getSW(),(function(){r.an.has(o)&&r.dispatchEvent(new Tn("message",{data:e,originalEvent:t,ports:n,sw:o}))}))},function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];try{return Promise.resolve(o.apply(this,t))}catch(t){return Promise.reject(t)}}),r.sn=t,r.nn=n,navigator.serviceWorker.addEventListener("message",r.gn),r}r=e,(n=o).prototype=Object.create(r.prototype),n.prototype.constructor=n,n.__proto__=r;var a,u=o.prototype;return u.register=function(t){var e=(void 0===t?{}:t).immediate,n=void 0!==e&&e;try{var r=this;return function(t,e){var n=t();return n&&n.then?n.then(e):e()}((function(){if(!n&&"complete"!==document.readyState)return g(new Promise((function(t){return window.addEventListener("load",t)})))}),(function(){return r.mn=Boolean(navigator.serviceWorker.controller),r.yn=r.pn(),y(r.bn(),(function(t){r.fn=t,r.yn&&(r.hn=r.yn,r.en.resolve(r.yn),r.on.resolve(r.yn),r.yn.addEventListener("statechange",r.ln,{once:!0}));var e=r.fn.waiting;return e&&i(e.scriptURL,r.sn.toString())&&(r.hn=e,Promise.resolve().then((function(){r.dispatchEvent(new Tn("waiting",{sw:e,wasWaitingBeforeRegister:!0}))})).then((function(){}))),r.hn&&(r.rn.resolve(r.hn),r.an.add(r.hn)),r.fn.addEventListener("updatefound",r.cn),navigator.serviceWorker.addEventListener("controllerchange",r.dn),r.fn}))}))}catch(t){return Promise.reject(t)}},u.update=function(){try{return this.fn?g(this.fn.update()):void 0}catch(t){return Promise.reject(t)}},u.getSW=function(){return void 0!==this.hn?Promise.resolve(this.hn):this.rn.promise},u.messageSW=function(e){try{return y(this.getSW(),(function(n){return t(n,e)}))}catch(t){return Promise.reject(t)}},u.messageSkipWaiting=function(){this.fn&&this.fn.waiting&&t(this.fn.waiting,Cn)},u.pn=function(){var t=navigator.serviceWorker.controller;return t&&i(t.scriptURL,this.sn.toString())?t:void 0},u.bn=function(){try{var t=this;return function(e,n){try{var r=y(navigator.serviceWorker.register(t.sn,t.nn),(function(e){return t.un=performance.now(),e}))}catch(e){return n(e)}return r&&r.then?r.then(void 0,n):r}((function(){return y(navigator.serviceWorker.register(t.sn,t.nn),(function(e){return t.un=performance.now(),e}))}),(function(t){throw t}))}catch(t){return Promise.reject(t)}},(a=[{key:"active",get:function(){return this.en.promise}},{key:"controlling",get:function(){return this.on.promise}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(o.prototype,a),o}(function(){function t(){this.Pn=new Map}var e=t.prototype;return e.addEventListener=function(t,e){this.Sn(t).add(e)},e.removeEventListener=function(t,e){this.Sn(t).delete(e)},e.dispatchEvent=function(t){t.target=this;for(var e,n=r(this.Sn(t.type));!(e=n()).done;)(0,e.value)(t)},e.Sn=function(t){return this.Pn.has(t)||this.Pn.set(t,new Set),this.Pn.get(t)},t}()),Dn=void 0,Mn="x-omrs-offline-response-body",Rn="x-omrs-offline-response-status",Nn="x-omrs-offline-caching-strategy";function Ln(){return Ln=function(t){return function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){S(i,r,o,a,u,"next",t)}function u(t){S(i,r,o,a,u,"throw",t)}a(void 0)}))}}((function(t){var e,n;return function(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}}(this,(function(r){switch(r.label){case 0:return[4,w()];case 1:return(e=r.sent())?[4,e.messageSW(t)]:[3,3];case 2:return n=r.sent(),[3,4];case 3:n={success:!1,result:void 0,error:"No service worker has been registered. This is typically the case when the application has been built without offline-related features."},r.label=4;case 4:return[2,n]}}))})),Ln.apply(this,arguments)}function Un(){return Un=j((function(){var t;return x(this,(function(e){t=window.sessionStorage;try{t.setItem("someKeyHere","test"),t.removeItem("someKeyHere")}catch(e){if(e.code===DOMException.QUOTA_EXCEEDED_ERR&&0===t.length)return[2,!0]}return[2,!1]}))})),Un.apply(this,arguments)}function Bn(){return(Bn=j((function(){return x(this,(function(t){return[2,!window.indexedDB]}))}))).apply(this,arguments)}function Fn(){return Fn=j((function(){return x(this,(function(t){return[2,new Promise((function(t){var e=indexedDB.open("test");e.onerror=function(){return t(!0)},e.onsuccess=function(){return t(!1)}}))]}))})),Fn.apply(this,arguments)}function Vn(){return(Vn=j((function(){var t,e;return x(this,(function(n){switch(n.label){case 0:return[4,k()];case 1:return(e=n.sent())?[3,3]:[4,A()];case 2:e=n.sent(),n.label=3;case 3:return(t=e)?[3,5]:[4,P()];case 4:t=n.sent(),n.label=5;case 5:return[2,t]}}))}))).apply(this,arguments)}var Gn="openmrs3:offline-mode",Wn="unavailable";function Kn(){return(Kn=j((function(){return x(this,(function(t){switch(t.label){case 0:return[4,T()];case 1:return t.sent()||(Wn="active"===localStorage.getItem(Gn)?"on":"off"),navigator.onLine,[2]}}))}))).apply(this,arguments)}var zn="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:n.g,Hn=Object.keys,$n=Array.isArray;"undefined"==typeof Promise||zn.Promise||(zn.Promise=Promise);var qn=Object.getPrototypeOf,Jn={}.hasOwnProperty,Yn=Object.defineProperty,Qn=Object.getOwnPropertyDescriptor;function Xn(t,e){var n;return Qn(t,e)||(n=qn(t))&&Xn(n,e)}var Zn=[].slice;function tr(t,e){if(R(t,e))return t[e];if(!e)return t;if("string"!=typeof e){for(var n=[],r=0,o=e.length;r<o;++r){var i=tr(t,e[r]);n.push(i)}return n}var a=e.indexOf(".");if(-1!==a){var u=t[e.substr(0,a)];return void 0===u?void 0:tr(u,e.substr(a+1))}}function er(t,e,n){if(t&&void 0!==e&&(!("isFrozen"in Object)||!Object.isFrozen(t)))if("string"!=typeof e&&"length"in e){V("string"!=typeof n&&"length"in n);for(var r=0,o=e.length;r<o;++r)er(t,e[r],n[r])}else{var i=e.indexOf(".");if(-1!==i){var a=e.substr(0,i),u=e.substr(i+1);if(""===u)void 0===n?$n(t)&&!isNaN(parseInt(a))?t.splice(a,1):delete t[a]:t[a]=n;else{var s=t[a];s&&R(t,a)||(s=t[a]={}),er(s,u,n)}}else void 0===n?$n(t)&&!isNaN(parseInt(e))?t.splice(e,1):delete t[e]:t[e]=n}}var nr=[].concat,rr="Boolean,String,Date,RegExp,Blob,File,FileList,FileSystemFileHandle,ArrayBuffer,DataView,Uint8ClampedArray,ImageBitmap,ImageData,Map,Set,CryptoKey".split(",").concat(z([8,16,32,64].map((function(t){return["Int","Uint","Float"].map((function(e){return e+t+"Array"}))})))).filter((function(t){return zn[t]})),or=rr.map((function(t){return zn[t]}));W(rr,(function(t){return[t,!0]}));var ir=null;function ar(t){if(!t||"object"!=typeof t)return t;var e=ir&&ir.get(t);if(e)return e;if($n(t)){e=[],ir&&ir.set(t,e);for(var n=0,r=t.length;n<r;++n)e.push(ar(t[n]))}else if(or.indexOf(t.constructor)>=0)e=t;else{var o=qn(t);for(var i in e=o===Object.prototype?{}:Object.create(o),ir&&ir.set(t,e),t)R(t,i)&&(e[i]=ar(t[i]))}return e}var ur={}.toString,sr="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator",cr="symbol"==(void 0===sr?"undefined":h(sr))?function(t){var e;return null!=t&&(e=t[sr])&&e.apply(t)}:function(){return null},lr={},fr="undefined"!=typeof Symbol?function(t){return"AsyncFunction"===t[Symbol.toStringTag]}:function(){return!1},pr="undefined"!=typeof location&&/^(http|https):\/\/(localhost|127\.0\.0\.1)/.test(location.href),hr=function(){return!0},dr=!new Error("").stack;function vr(){if(dr)try{throw vr.arguments,new Error}catch(t){return t}return new Error}var yr=["Unknown","Constraint","Data","TransactionInactive","ReadOnly","Version","NotFound","InvalidState","InvalidAccess","Abort","Timeout","QuotaExceeded","Syntax","DataClone"],mr=["Modify","Bulk","OpenFailed","VersionChange","Schema","Upgrade","InvalidTable","MissingAPI","NoSuchDatabase","InvalidArgument","SubTransaction","Unsupported","Internal","DatabaseClosed","PrematureCommit","ForeignAwait"].concat(yr),gr={VersionChanged:"Database version changed by other database connection",DatabaseClosed:"Database has been closed",Abort:"Transaction aborted",TransactionInactive:"Transaction has already completed or failed",MissingAPI:"IndexedDB API missing. Please visit https://tinyurl.com/y2uuvskb"};U(Q).from(Error).extend({stack:{get:function(){return this._stack||(this._stack=this.name+": "+this.message+Y(this._e,2))}},toString:function(){return this.name+": "+this.message}}),U(Z).from(Q),U(tt).from(Q);var br=mr.reduce((function(t,e){return t[e]=e+"Error",t}),{}),wr=Q,Sr=mr.reduce((function(t,e){var n=function(t,n){this._e=vr(),this.name=r,t?"string"==typeof t?(this.message="".concat(t).concat(n?"\n "+n:""),this.inner=n||null):"object"==typeof t&&(this.message="".concat(t.name," ").concat(t.message),this.inner=t):(this.message=gr[e]||r,this.inner=null)},r=e+"Error";return U(n).from(wr),t[e]=n,t}),{});Sr.Syntax=SyntaxError,Sr.Type=TypeError,Sr.Range=RangeError;var Or=yr.reduce((function(t,e){return t[e+"Error"]=Sr[e],t}),{}),Er=mr.reduce((function(t,e){return-1===["Syntax","Type","Range"].indexOf(e)&&(t[e+"Error"]=Sr[e]),t}),{});Er.ModifyError=Z,Er.DexieError=Q,Er.BulkError=tt;var jr={},xr=f("undefined"==typeof Promise?[]:function(){var t=Promise.resolve();if("undefined"==typeof crypto||!crypto.subtle)return[t,qn(t),t];var e=crypto.subtle.digest("SHA-512",new Uint8Array([0]));return[e,qn(e),t]}(),3),Pr=xr[0],_r=xr[1],Ar=xr[2],kr=_r&&_r.then,Tr=Pr&&Pr.constructor,Cr=!!Ar,Ir=!1,Dr=Ar?function(){Ar.then(mt)}:zn.setImmediate?setImmediate.bind(null,mt):zn.MutationObserver?function(){var t=document.createElement("div");new MutationObserver((function(){mt(),t=null})).observe(t,{attributes:!0}),t.setAttribute("i","1")}:function(){setTimeout(mt,0)},Mr=function(t,e){Wr.push([t,e]),Nr&&(Dr(),Nr=!1)},Rr=!0,Nr=!0,Lr=[],Ur=[],Br=null,Fr=nt,Vr={id:"global",global:!0,ref:0,unhandleds:[],onunhandled:Rt,pgp:!1,env:{},finalize:function(){this.unhandleds.forEach((function(t){try{Rt(t[0],t[1])}catch(t){}}))}},Gr=Vr,Wr=[],Kr=0,zr=[],Hr={get:function(){var t=Gr,e=Zr;function n(n,r){var o=this,i=!t.global&&(t!==Gr||e!==Zr),a=i&&!xt(),u=new lt((function(e,u){dt(o,new ft(Dt(n,t,i,a),Dt(r,t,i,a),e,u,t))}));return pr&&yt(u,this),u}return n.prototype=jr,n},set:function(t){L(this,"then",t&&t.prototype===jr?Hr:{get:function(){return t},set:Hr.set})}};function $r(t,e){try{e((function(e){if(null===t._state){if(e===t)throw new TypeError("A promise cannot be resolved with itself.");var n=t._lib&>();e&&"function"==typeof e.then?$r(t,(function(t,n){s(e,lt)?e._then(t,n):e.then(t,n)})):(t._state=!0,t._value=e,ht(t)),n&&bt()}}),pt.bind(null,t))}catch(e){pt(t,e)}}function qr(t,e,n){if(e.length===n)return e;var r="";if(!1===t._state){var o,i,a=t._value;null!=a?(o=a.name||"Error",i=a.message||a,r=Y(a,0)):(o=a,i=""),e.push(o+(i?": "+i:"")+r)}return pr&&((r=Y(t._stackHolder,2))&&-1===e.indexOf(r)&&e.push(r),t._prev&&qr(t._prev,e,n)),e}N(lt.prototype,{then:Hr,_then:function(t,e){dt(this,new ft(null,null,t,e,Gr))},catch:function(t){if(1===arguments.length)return this.then(null,t);var e=arguments[0],n=arguments[1];return"function"==typeof e?this.then(null,(function(t){return s(t,e)?n(t):St(t)})):this.then(null,(function(t){return t&&t.name===e?n(t):St(t)}))},finally:function(t){return this.then((function(e){return t(),e}),(function(e){return t(),St(e)}))},stack:{get:function(){if(this._stack)return this._stack;try{Ir=!0;var t=qr(this,[],20).join("\nFrom previous: ");return null!==this._state&&(this._stack=t),t}finally{Ir=!1}}},timeout:function(t,e){var n=this;return t<1/0?new lt((function(r,o){var i=setTimeout((function(){return o(new Sr.Timeout(e))}),t);n.then(r,o).finally(clearTimeout.bind(null,i))})):this}}),"undefined"!=typeof Symbol&&Symbol.toStringTag&&L(lt.prototype,Symbol.toStringTag,"Dexie.Promise"),Vr.env=Tt(),N(lt,{all:function(){var t=q.apply(null,arguments).map(Pt);return new lt((function(e,n){0===t.length&&e([]);var r=t.length;t.forEach((function(o,i){return lt.resolve(o).then((function(n){t[i]=n,--r||e(t)}),n)}))}))},resolve:function(t){if(s(t,lt))return t;if(t&&"function"==typeof t.then)return new lt((function(e,n){t.then(e,n)}));var e=new lt(jr,!0,t);return yt(e,Br),e},reject:St,race:function(){var t=q.apply(null,arguments).map(Pt);return new lt((function(e,n){t.map((function(t){return lt.resolve(t).then(e,n)}))}))},PSD:{get:function(){return Gr},set:function(t){return Gr=t}},totalEchoes:{get:function(){return Zr}},newPSD:Et,usePSD:Ct,scheduler:{get:function(){return Mr},set:function(t){Mr=t}},rejectionMapper:{get:function(){return Fr},set:function(t){Fr=t}},follow:function(t,e){return new lt((function(n,r){return Et((function(e,n){var r=Gr;r.unhandleds=[],r.onunhandled=n,r.finalize=ot((function(){var t=this;!function(t){zr.push((function e(){t(),zr.splice(zr.indexOf(e),1)})),++Kr,Mr((function(){0==--Kr&&wt()}),[])}((function(){0===t.unhandleds.length?e():n(t.unhandleds[0])}))}),r.finalize),t()}),e,n,r)}))}}),Tr&&(Tr.allSettled&&L(lt,"allSettled",(function(){var t=q.apply(null,arguments).map(Pt);return new lt((function(e){0===t.length&&e([]);var n=t.length,r=new Array(n);t.forEach((function(t,o){return lt.resolve(t).then((function(t){return r[o]={status:"fulfilled",value:t}}),(function(t){return r[o]={status:"rejected",reason:t}})).then((function(){return--n||e(r)}))}))}))})),Tr.any&&"undefined"!=typeof AggregateError&&L(lt,"any",(function(){var t=q.apply(null,arguments).map(Pt);return new lt((function(e,n){0===t.length&&n(new AggregateError([]));var r=t.length,o=new Array(r);t.forEach((function(t,i){return lt.resolve(t).then((function(t){return e(t)}),(function(t){o[i]=t,--r||n(new AggregateError(o))}))}))}))})));var Jr={awaits:0,echoes:0,id:0},Yr=0,Qr=[],Xr=0,Zr=0,to=0;-1===(""+kr).indexOf("[native code]")&&(jt=xt=et);var eo=lt.reject;function no(t,e,n,r){if(t.idbdb&&(t._state.openComplete||Gr.letThrough||t._vip)){var o=t._createTransaction(e,n,t._dbSchema);try{o.create(),t._state.PR1398_maxLoop=3}catch(o){return o.name===br.InvalidState&&t.isOpen()&&--t._state.PR1398_maxLoop>0?(console.warn("Dexie: Need to reopen db"),t._close(),t.open().then((function(){return no(t,e,n,r)}))):eo(o)}return o._promise(e,(function(t,e){return Et((function(){return Gr.trans=o,r(t,e,o)}))})).then((function(t){return o._completion.then((function(){return t}))}))}if(t._state.openComplete)return eo(new Sr.DatabaseClosed(t._state.dbOpenError));if(!t._state.isBeingOpened){if(!t._options.autoOpen)return eo(new Sr.DatabaseClosed);t.open().catch(et)}return t._state.dbReadyPromise.then((function(){return no(t,e,n,r)}))}var ro=String.fromCharCode(65535),oo="Invalid key provided. Keys must be of type string, number, Date or Array<string | number | Date>.",io=[],ao="undefined"!=typeof navigator&&/(MSIE|Trident|Edge)/.test(navigator.userAgent),uo=ao,so=ao,co=function(t){return!/(dexie\.js|dexie\.min\.js)/.test(t)},lo={type:3,lower:-1/0,lowerOpen:!1,upper:[[]],upperOpen:!1},fo=function(){function t(){o(this,t)}return a(t,[{key:"_trans",value:function(t,e,n){var r=this._tx||Gr.trans,o=this.name;function i(t,n,r){if(!r.schema[o])throw new Sr.NotFound("Table "+o+" not part of transaction");return e(r.idbtrans,r)}var a=gt();try{return r&&r.db===this.db?r===Gr.trans?r._promise(t,i,n):Et((function(){return r._promise(t,i,n)}),{trans:r,transless:Gr.transless||Gr}):no(this.db,t,[this.name],i)}finally{a&&bt()}}},{key:"get",value:function(t,e){var n=this;return t&&t.constructor===Object?this.where(t).first(e):this._trans("readonly",(function(e){return n.core.get({trans:e,key:t}).then((function(t){return n.hook.reading.fire(t)}))})).then(e)}},{key:"where",value:function(t){if("string"==typeof t)return new this.db.WhereClause(this,t);if($n(t))return new this.db.WhereClause(this,"[".concat(t.join("+"),"]"));var e=Hn(t);if(1===e.length)return this.where(e[0]).equals(t[e[0]]);var n=this.schema.indexes.concat(this.schema.primKey).filter((function(t){return t.compound&&e.every((function(e){return t.keyPath.indexOf(e)>=0}))&&t.keyPath.every((function(t){return e.indexOf(t)>=0}))}))[0];if(n&&this.db._maxKey!==ro)return this.where(n.name).equals(n.keyPath.map((function(e){return t[e]})));!n&&pr&&console.warn("The query ".concat(JSON.stringify(t)," on ").concat(this.name," would benefit of a compound index [").concat(e.join("+"),"]"));var r=this.schema.idxByName,o=this.db._deps.indexedDB;function i(t,e){try{return 0===o.cmp(t,e)}catch(t){return!1}}var a=f(e.reduce((function(e,n){var o=f(e,2),a=o[0],u=o[1],s=r[n],c=t[n];return[a||s,a||!s?Nt(u,s&&s.multi?function(t){var e=tr(t,n);return $n(e)&&e.some((function(t){return i(c,t)}))}:function(t){return i(c,tr(t,n))}):u]}),[null,null]),2),u=a[0],s=a[1];return u?this.where(u.name).equals(t[u.keyPath]).filter(s):n?this.filter(s):this.where(e).equals("")}},{key:"filter",value:function(t){return this.toCollection().and(t)}},{key:"count",value:function(t){return this.toCollection().count(t)}},{key:"offset",value:function(t){return this.toCollection().offset(t)}},{key:"limit",value:function(t){return this.toCollection().limit(t)}},{key:"each",value:function(t){return this.toCollection().each(t)}},{key:"toArray",value:function(t){return this.toCollection().toArray(t)}},{key:"toCollection",value:function(){return new this.db.Collection(new this.db.WhereClause(this))}},{key:"orderBy",value:function(t){return new this.db.Collection(new this.db.WhereClause(this,$n(t)?"[".concat(t.join("+"),"]"):t))}},{key:"reverse",value:function(){return this.toCollection().reverse()}},{key:"mapToClass",value:function(t){this.schema.mappedClass=t;var e=function(e){if(!e)return e;var n=Object.create(t.prototype);for(var r in e)if(R(e,r))try{n[r]=e[r]}catch(t){}return n};return this.schema.readHook&&this.hook.reading.unsubscribe(this.schema.readHook),this.schema.readHook=e,this.hook("reading",e),t}},{key:"defineClass",value:function(){return this.mapToClass((function(t){M(this,t)}))}},{key:"add",value:function(t,e){var n=this,r=this.schema.primKey,o=r.auto,i=r.keyPath,a=t;return i&&o&&(a=Lt(i)(t)),this._trans("readwrite",(function(t){return n.core.mutate({trans:t,type:"add",keys:null!=e?[e]:null,values:[a]})})).then((function(t){return t.numFailures?lt.reject(t.failures[0]):t.lastResult})).then((function(e){if(i)try{er(t,i,e)}catch(t){}return e}))}},{key:"update",value:function(t,e){if("object"!=typeof t||$n(t))return this.where(":id").equals(t).modify(e);var n=tr(t,this.schema.primKey.keyPath);if(void 0===n)return eo(new Sr.InvalidArgument("Given object does not contain its primary key"));try{"function"!=typeof e?Hn(e).forEach((function(n){er(t,n,e[n])})):e(t,{value:t,primKey:n})}catch(t){}return this.where(":id").equals(n).modify(e)}},{key:"put",value:function(t,e){var n=this,r=this.schema.primKey,o=r.auto,i=r.keyPath,a=t;return i&&o&&(a=Lt(i)(t)),this._trans("readwrite",(function(t){return n.core.mutate({trans:t,type:"put",values:[a],keys:null!=e?[e]:null})})).then((function(t){return t.numFailures?lt.reject(t.failures[0]):t.lastResult})).then((function(e){if(i)try{er(t,i,e)}catch(t){}return e}))}},{key:"delete",value:function(t){var e=this;return this._trans("readwrite",(function(n){return e.core.mutate({trans:n,type:"delete",keys:[t]})})).then((function(t){return t.numFailures?lt.reject(t.failures[0]):void 0}))}},{key:"clear",value:function(){var t=this;return this._trans("readwrite",(function(e){return t.core.mutate({trans:e,type:"deleteRange",range:lo})})).then((function(t){return t.numFailures?lt.reject(t.failures[0]):void 0}))}},{key:"bulkGet",value:function(t){var e=this;return this._trans("readonly",(function(n){return e.core.getMany({keys:t,trans:n}).then((function(t){return t.map((function(t){return e.hook.reading.fire(t)}))}))}))}},{key:"bulkAdd",value:function(t,e,n){var r=this,o=Array.isArray(e)?e:void 0,i=(n=n||(o?void 0:e))?n.allKeys:void 0;return this._trans("readwrite",(function(e){var n=r.schema.primKey,a=n.auto,u=n.keyPath;if(u&&o)throw new Sr.InvalidArgument("bulkAdd(): keys argument invalid on tables with inbound keys");if(o&&o.length!==t.length)throw new Sr.InvalidArgument("Arguments objects and keys must have the same length");var s=t.length,c=u&&a?t.map(Lt(u)):t;return r.core.mutate({trans:e,type:"add",keys:o,values:c,wantResults:i}).then((function(t){var e=t.numFailures,n=t.results,o=t.lastResult,a=t.failures;if(0===e)return i?n:o;throw new tt("".concat(r.name,".bulkAdd(): ").concat(e," of ").concat(s," operations failed"),a)}))}))}},{key:"bulkPut",value:function(t,e,n){var r=this,o=Array.isArray(e)?e:void 0,i=(n=n||(o?void 0:e))?n.allKeys:void 0;return this._trans("readwrite",(function(e){var n=r.schema.primKey,a=n.auto,u=n.keyPath;if(u&&o)throw new Sr.InvalidArgument("bulkPut(): keys argument invalid on tables with inbound keys");if(o&&o.length!==t.length)throw new Sr.InvalidArgument("Arguments objects and keys must have the same length");var s=t.length,c=u&&a?t.map(Lt(u)):t;return r.core.mutate({trans:e,type:"put",keys:o,values:c,wantResults:i}).then((function(t){var e=t.numFailures,n=t.results,o=t.lastResult,a=t.failures;if(0===e)return i?n:o;throw new tt("".concat(r.name,".bulkPut(): ").concat(e," of ").concat(s," operations failed"),a)}))}))}},{key:"bulkDelete",value:function(t){var e=this,n=t.length;return this._trans("readwrite",(function(n){return e.core.mutate({trans:n,type:"delete",keys:t})})).then((function(t){var r=t.numFailures,o=t.lastResult,i=t.failures;if(0===r)return o;throw new tt("".concat(e.name,".bulkDelete(): ").concat(r," of ").concat(n," operations failed"),i)}))}}]),t}();function po(t,e){try{var n=$t(t),r=$t(e);if(n!==r)return"Array"===n?1:"Array"===r?-1:"binary"===n?1:"binary"===r?-1:"string"===n?1:"string"===r?-1:"Date"===n?1:"Date"!==r?NaN:-1;switch(n){case"number":case"Date":case"string":return t>e?1:t<e?-1:0;case"binary":return function(t,e){for(var n=t.length,r=e.length,o=n<r?n:r,i=0;i<o;++i)if(t[i]!==e[i])return t[i]<e[i]?-1:1;return n===r?0:n<r?-1:1}(qt(t),qt(e));case"Array":return function(t,e){for(var n=t.length,r=e.length,o=n<r?n:r,i=0;i<o;++i){var a=po(t[i],e[i]);if(0!==a)return a}return n===r?0:n<r?-1:1}(t,e)}}catch(t){}return NaN}var ho=function(){function t(){o(this,t)}return a(t,[{key:"_read",value:function(t,e){var n=this._ctx;return n.error?n.table._trans(null,eo.bind(null,n.error)):n.table._trans("readonly",t).then(e)}},{key:"_write",value:function(t){var e=this._ctx;return e.error?e.table._trans(null,eo.bind(null,e.error)):e.table._trans("readwrite",t,"locked")}},{key:"_addAlgorithm",value:function(t){var e=this._ctx;e.algorithm=Nt(e.algorithm,t)}},{key:"_iterate",value:function(t,e){return zt(this._ctx,t,e,this._ctx.table.core)}},{key:"clone",value:function(t){var e=Object.create(this.constructor.prototype),n=Object.create(this._ctx);return t&&M(n,t),e._ctx=n,e}},{key:"raw",value:function(){return this._ctx.valueMapper=null,this}},{key:"each",value:function(t){var e=this._ctx;return this._read((function(n){return zt(e,t,n,e.table.core)}))}},{key:"count",value:function(t){var e=this;return this._read((function(t){var n=e._ctx,r=n.table.core;if(Ft(n,!0))return r.count({trans:t,query:{index:Wt(n,r.schema),range:n.range}}).then((function(t){return Math.min(t,n.limit)}));var o=0;return zt(n,(function(){return++o,!1}),t,r).then((function(){return o}))})).then(t)}},{key:"sortBy",value:function(t,e){var n=t.split(".").reverse(),r=n[0],o=n.length-1;function i(t,e){return e?i(t[n[e]],e-1):t[r]}var a="next"===this._ctx.dir?1:-1;function u(t,e){var n=i(t,o),r=i(e,o);return n<r?-a:n>r?a:0}return this.toArray((function(t){return t.sort(u)})).then(e)}},{key:"toArray",value:function(t){var e=this;return this._read((function(t){var n=e._ctx;if("next"===n.dir&&Ft(n,!0)&&n.limit>0){var r=n.valueMapper,o=Wt(n,n.table.core.schema);return n.table.core.query({trans:t,limit:n.limit,values:!0,query:{index:o,range:n.range}}).then((function(t){var e=t.result;return r?e.map(r):e}))}var i=[];return zt(n,(function(t){return i.push(t)}),t,n.table.core).then((function(){return i}))}),t)}},{key:"offset",value:function(t){var e=this._ctx;return t<=0||(e.offset+=t,Ft(e)?Gt(e,(function(){var e=t;return function(t,n){return 0===e||(1===e?(--e,!1):(n((function(){t.advance(e),e=0})),!1))}})):Gt(e,(function(){var e=t;return function(){return--e<0}}))),this}},{key:"limit",value:function(t){return this._ctx.limit=Math.min(this._ctx.limit,t),Gt(this._ctx,(function(){var e=t;return function(t,n,r){return--e<=0&&n(r),e>=0}}),!0),this}},{key:"until",value:function(t,e){return Vt(this._ctx,(function(n,r,o){return!t(n.value)||(r(o),e)})),this}},{key:"first",value:function(t){return this.limit(1).toArray((function(t){return t[0]})).then(t)}},{key:"last",value:function(t){return this.reverse().first(t)}},{key:"filter",value:function(t){var e,n;return Vt(this._ctx,(function(e){return t(e.value)})),e=this._ctx,n=t,e.isMatch=Nt(e.isMatch,n),this}},{key:"and",value:function(t){return this.filter(t)}},{key:"or",value:function(t){return new this.db.WhereClause(this._ctx.table,t,this)}},{key:"reverse",value:function(){return this._ctx.dir="prev"===this._ctx.dir?"next":"prev",this._ondirectionchange&&this._ondirectionchange(this._ctx.dir),this}},{key:"desc",value:function(){return this.reverse()}},{key:"eachKey",value:function(t){var e=this._ctx;return e.keysOnly=!e.isMatch,this.each((function(e,n){t(n.key,n)}))}},{key:"eachUniqueKey",value:function(t){return this._ctx.unique="unique",this.eachKey(t)}},{key:"eachPrimaryKey",value:function(t){var e=this._ctx;return e.keysOnly=!e.isMatch,this.each((function(e,n){t(n.primaryKey,n)}))}},{key:"keys",value:function(t){var e=this._ctx;e.keysOnly=!e.isMatch;var n=[];return this.each((function(t,e){n.push(e.key)})).then((function(){return n})).then(t)}},{key:"primaryKeys",value:function(t){var e=this._ctx;if("next"===e.dir&&Ft(e,!0)&&e.limit>0)return this._read((function(t){var n=Wt(e,e.table.core.schema);return e.table.core.query({trans:t,values:!1,limit:e.limit,query:{index:n,range:e.range}})})).then((function(t){return t.result})).then(t);e.keysOnly=!e.isMatch;var n=[];return this.each((function(t,e){n.push(e.primaryKey)})).then((function(){return n})).then(t)}},{key:"uniqueKeys",value:function(t){return this._ctx.unique="unique",this.keys(t)}},{key:"firstKey",value:function(t){return this.limit(1).keys((function(t){return t[0]})).then(t)}},{key:"lastKey",value:function(t){return this.reverse().firstKey(t)}},{key:"distinct",value:function(){var t=this._ctx,e=t.index&&t.table.schema.idxByName[t.index];if(!e||!e.multi)return this;var n={};return Vt(this._ctx,(function(t){var e=t.primaryKey.toString(),r=R(n,e);return n[e]=!0,!r})),this}},{key:"modify",value:function(t){var e=this,n=this._ctx;return this._write((function(r){var o;if("function"==typeof t)o=t;else{var i=Hn(t),a=i.length;o=function(e){for(var n=!1,r=0;r<a;++r){var o=i[r],u=t[o];tr(e,o)!==u&&(er(e,o,u),n=!0)}return n}}var u=n.table.core,s=u.schema.primaryKey,c=s.outbound,l=s.extractKey,f=e.db._options.modifyChunkSize||200,p=[],h=0,d=[],v=function(t,e){var n=e.failures,r=e.numFailures;h+=t-r;var o=!0,i=!1,a=void 0;try{for(var u,s=Hn(n)[Symbol.iterator]();!(o=(u=s.next()).done);o=!0){var c=u.value;p.push(n[c])}}catch(t){i=!0,a=t}finally{try{o||null==s.return||s.return()}finally{if(i)throw a}}};return e.clone().primaryKeys().then((function(e){var i=function(a){var s=Math.min(f,e.length-a);return u.getMany({trans:r,keys:e.slice(a,a+s),cache:"immutable"}).then((function(p){for(var h=[],d=[],y=c?[]:null,m=[],g=0;g<s;++g){var b=p[g],w={value:H(b),primKey:e[a+g]};!1!==o.call(w,w.value,w)&&(null==w.value?m.push(e[a+g]):c||0===po(l(b),l(w.value))?(d.push(w.value),c&&y.push(e[a+g])):(m.push(e[a+g]),h.push(w.value)))}var S=Ft(n)&&n.limit===1/0&&("function"!=typeof t||t===vo)&&{index:n.index,range:n.range};return Promise.resolve(h.length>0&&u.mutate({trans:r,type:"add",values:h}).then((function(t){for(var e in t.failures)m.splice(parseInt(e),1);v(h.length,t)}))).then((function(){return(d.length>0||S&&"object"==typeof t)&&u.mutate({trans:r,type:"put",keys:y,values:d,criteria:S,changeSpec:"function"!=typeof t&&t}).then((function(t){return v(d.length,t)}))})).then((function(){return(m.length>0||S&&t===vo)&&u.mutate({trans:r,type:"delete",keys:m,criteria:S}).then((function(t){return v(m.length,t)}))})).then((function(){return e.length>a+s&&i(a+f)}))}))};return i(0).then((function(){if(p.length>0)throw new Z("Error modifying one or more objects",p,h,d);return e.length}))}))}))}},{key:"delete",value:function(){var t=this._ctx,e=t.range;return Ft(t)&&(t.isPrimKey&&!so||3===e.type)?this._write((function(n){var r=t.table.core.schema.primaryKey,o=e;return t.table.core.count({trans:n,query:{index:r,range:o}}).then((function(e){return t.table.core.mutate({trans:n,type:"deleteRange",range:o}).then((function(t){var n=t.failures,r=(t.lastResult,t.results,t.numFailures);if(r)throw new Z("Could not delete some values",Object.keys(n).map((function(t){return n[t]})),e-r);return e-r}))}))})):this.modify(vo)}}]),t}(),vo=function(t,e){return e.value=null},yo=function(){function t(){o(this,t)}return a(t,[{key:"Collection",get:function(){return this._ctx.table.db.Collection}},{key:"between",value:function(t,e,n,r){n=!1!==n,r=!0===r;try{return this._cmp(t,e)>0||0===this._cmp(t,e)&&(n||r)&&(!n||!r)?Xt(this):new this.Collection(this,(function(){return ee(t,e,!n,!r)}))}catch(t){return Qt(this,oo)}}},{key:"equals",value:function(t){return null==t?Qt(this,oo):new this.Collection(this,(function(){return ne(t)}))}},{key:"above",value:function(t){return null==t?Qt(this,oo):new this.Collection(this,(function(){return ee(t,void 0,!0)}))}},{key:"aboveOrEqual",value:function(t){return null==t?Qt(this,oo):new this.Collection(this,(function(){return ee(t,void 0,!1)}))}},{key:"below",value:function(t){return null==t?Qt(this,oo):new this.Collection(this,(function(){return ee(void 0,t,!1,!0)}))}},{key:"belowOrEqual",value:function(t){return null==t?Qt(this,oo):new this.Collection(this,(function(){return ee(void 0,t)}))}},{key:"startsWith",value:function(t){return"string"!=typeof t?Qt(this,"String expected."):this.between(t,t+ro,!0,!0)}},{key:"startsWithIgnoreCase",value:function(t){return""===t?this.startsWith(t):te(this,(function(t,e){return 0===t.indexOf(e[0])}),[t],ro)}},{key:"equalsIgnoreCase",value:function(t){return te(this,(function(t,e){return t===e[0]}),[t],"")}},{key:"anyOfIgnoreCase",value:function(){var t=q.apply(lr,arguments);return 0===t.length?Xt(this):te(this,(function(t,e){return-1!==e.indexOf(t)}),t,"")}},{key:"startsWithAnyOfIgnoreCase",value:function(){var t=q.apply(lr,arguments);return 0===t.length?Xt(this):te(this,(function(t,e){return e.some((function(e){return 0===t.indexOf(e)}))}),t,ro)}},{key:"anyOf",value:function(){var t=this,e=q.apply(lr,arguments),n=this._cmp;try{e.sort(n)}catch(t){return Qt(this,oo)}if(0===e.length)return Xt(this);var r=new this.Collection(this,(function(){return ee(e[0],e[e.length-1])}));r._ondirectionchange=function(r){n="next"===r?t._ascending:t._descending,e.sort(n)};var o=0;return r._addAlgorithm((function(t,r,i){for(var a=t.key;n(a,e[o])>0;)if(++o===e.length)return r(i),!1;return 0===n(a,e[o])||(r((function(){t.continue(e[o])})),!1)})),r}},{key:"notEqual",value:function(t){return this.inAnyRange([[-1/0,t],[t,this.db._maxKey]],{includeLowers:!1,includeUppers:!1})}},{key:"noneOf",value:function(){var t=q.apply(lr,arguments);if(0===t.length)return new this.Collection(this);try{t.sort(this._ascending)}catch(t){return Qt(this,oo)}var e=t.reduce((function(t,e){return t?t.concat([[t[t.length-1][1],e]]):[[-1/0,e]]}),null);return e.push([t[t.length-1],this.db._maxKey]),this.inAnyRange(e,{includeLowers:!1,includeUppers:!1})}},{key:"inAnyRange",value:function(t,e){var n=this,r=this._cmp,o=this._ascending,i=this._descending,a=this._min,u=this._max;if(0===t.length)return Xt(this);if(!t.every((function(t){return void 0!==t[0]&&void 0!==t[1]&&o(t[0],t[1])<=0})))return Qt(this,"First argument to inAnyRange() must be an Array of two-value Arrays [lower,upper] where upper must not be lower than lower",Sr.InvalidArgument);var s,c=!e||!1!==e.includeLowers,l=e&&!0===e.includeUppers,f=o;function p(t,e){return f(t[0],e[0])}try{s=t.reduce((function(t,e){for(var n=0,o=t.length;n<o;++n){var i=t[n];if(r(e[0],i[1])<0&&r(e[1],i[0])>0){i[0]=a(i[0],e[0]),i[1]=u(i[1],e[1]);break}}return n===o&&t.push(e),t}),[]),s.sort(p)}catch(t){return Qt(this,oo)}var h=0,d=l?function(t){return o(t,s[h][1])>0}:function(t){return o(t,s[h][1])>=0},v=c?function(t){return i(t,s[h][0])>0}:function(t){return i(t,s[h][0])>=0},y=d,m=new this.Collection(this,(function(){return ee(s[0][0],s[s.length-1][1],!c,!l)}));return m._ondirectionchange=function(t){"next"===t?(y=d,f=o):(y=v,f=i),s.sort(p)},m._addAlgorithm((function(t,e,r){for(var i=t.key;y(i);)if(++h===s.length)return e(r),!1;return!!function(t){return!d(t)&&!v(t)}(i)||(0===n._cmp(i,s[h][1])||0===n._cmp(i,s[h][0])||e((function(){f===o?t.continue(s[h][0]):t.continue(s[h][1])})),!1)})),m}},{key:"startsWithAnyOf",value:function(){var t=q.apply(lr,arguments);return t.every((function(t){return"string"==typeof t}))?0===t.length?Xt(this):this.inAnyRange(t.map((function(t){return[t,t+ro]}))):Qt(this,"startsWithAnyOf() only works with strings")}}]),t}(),mo=Ut(null,"storagemutated"),go=function(){function t(){o(this,t)}return a(t,[{key:"_lock",value:function(){return V(!Gr.global),++this._reculock,1!==this._reculock||Gr.global||(Gr.lockOwnerFor=this),this}},{key:"_unlock",value:function(){if(V(!Gr.global),0==--this._reculock)for(Gr.global||(Gr.lockOwnerFor=null);this._blockedFuncs.length>0&&!this._locked();){var t=this._blockedFuncs.shift();try{Ct(t[1],t[0])}catch(t){}}return this}},{key:"_locked",value:function(){return this._reculock&&Gr.lockOwnerFor!==this}},{key:"create",value:function(t){var e=this;if(!this.mode)return this;var n=this.db.idbdb,r=this.db._state.dbOpenError;if(V(!this.idbtrans),!t&&!n)switch(r&&r.name){case"DatabaseClosedError":throw new Sr.DatabaseClosed(r);case"MissingAPIError":throw new Sr.MissingAPI(r.message,r);default:throw new Sr.OpenFailed(r)}if(!this.active)throw new Sr.TransactionInactive;return V(null===this._completion._state),(t=this.idbtrans=t||(this.db.core?this.db.core.transaction(this.storeNames,this.mode,{durability:this.chromeTransactionDurability}):n.transaction(this.storeNames,this.mode,{durability:this.chromeTransactionDurability}))).onerror=Ot((function(n){oe(n),e._reject(t.error)})),t.onabort=Ot((function(n){oe(n),e.active&&e._reject(new Sr.Abort(t.error)),e.active=!1,e.on("abort").fire(n)})),t.oncomplete=Ot((function(){e.active=!1,e._resolve(),"mutatedParts"in t&&mo.storagemutated.fire(t.mutatedParts)})),this}},{key:"_promise",value:function(t,e,n){var r=this;if("readwrite"===t&&"readwrite"!==this.mode)return eo(new Sr.ReadOnly("Transaction is readonly"));if(!this.active)return eo(new Sr.TransactionInactive);if(this._locked())return new lt((function(o,i){r._blockedFuncs.push([function(){r._promise(t,e,n).then(o,i)},Gr])}));if(n)return Et((function(){var t=new lt((function(t,n){r._lock();var o=e(t,n,r);o&&o.then&&o.then(t,n)}));return t.finally((function(){return r._unlock()})),t._lib=!0,t}));var o=new lt((function(t,n){var o=e(t,n,r);o&&o.then&&o.then(t,n)}));return o._lib=!0,o}},{key:"_root",value:function(){return this.parent?this.parent._root():this}},{key:"waitFor",value:function(t){var e=this._root(),n=lt.resolve(t);if(e._waitingFor)e._waitingFor=e._waitingFor.then((function(){return n}));else{e._waitingFor=n,e._waitingQueue=[];var r=e.idbtrans.objectStore(e.storeNames[0]);!function t(){for(++e._spinCount;e._waitingQueue.length;)e._waitingQueue.shift()();e._waitingFor&&(r.get(-1/0).onsuccess=t)}()}var o=e._waitingFor;return new lt((function(t,r){n.then((function(n){return e._waitingQueue.push(Ot(t.bind(null,n)))}),(function(t){return e._waitingQueue.push(Ot(r.bind(null,t)))})).finally((function(){e._waitingFor===o&&(e._waitingFor=null)}))}))}},{key:"abort",value:function(){this.active&&(this.active=!1,this.idbtrans&&this.idbtrans.abort(),this._reject(new Sr.Abort))}},{key:"table",value:function(t){var e=this._memoizedTables||(this._memoizedTables={});if(R(e,t))return e[t];var n=this.schema[t];if(!n)throw new Sr.NotFound("Table "+t+" not part of transaction");var r=new this.db.Table(t,n,this);return r.core=this.db.core.table(t),e[t]=r,r}}]),t}(),bo=function(t){try{return t.only([[]]),bo=function(){return[[]]},[[]]}catch(t){return bo=function(){return ro},ro}},wo=0,So=function(){function t(){o(this,t)}return a(t,[{key:"_parseStoresSpec",value:function(t,e){Hn(t).forEach((function(n){if(null!==t[n]){var r=t[n].split(",").map((function(t,e){var n=(t=t.trim()).replace(/([&*]|\+\+)/g,""),r=/^\[/.test(n)?n.match(/^\[(.*)\]$/)[1].split("+"):n;return ie(n,r||null,/\&/.test(t),/\*/.test(t),/\+\+/.test(t),$n(r),0===e)})),o=r.shift();if(o.multi)throw new Sr.Schema("Primary key cannot be multi-valued");r.forEach((function(t){if(t.auto)throw new Sr.Schema("Only primary key can be marked as autoIncrement (++)");if(!t.keyPath)throw new Sr.Schema("Index must have a name and cannot be an empty string")})),e[n]=ue(n,o,r)}}))}},{key:"stores",value:function(t){var e=this.db;this._cfg.storesSource=this._cfg.storesSource?M(this._cfg.storesSource,t):t;var n=e._versions,r={},o={};return n.forEach((function(t){M(r,t._cfg.storesSource),o=t._cfg.dbschema={},t._parseStoresSpec(r,o)})),e._dbSchema=o,he(e,[e._allTables,e,e.Transaction.prototype]),pe(e,[e._allTables,e,e.Transaction.prototype,this._cfg.tables],Hn(o),o),e._storeNames=Hn(o),this}},{key:"upgrade",value:function(t){return this._cfg.contentUpgrade=ct(this._cfg.contentUpgrade||et,t),this}}]),t}();function Oo(t,e,n,r,o){return lt.resolve().then((function(){var i=Gr.transless||Gr,a=t._createTransaction(e,n,t._dbSchema,r),u={trans:a,transless:i};if(r)a.idbtrans=r.idbtrans;else try{a.create(),t._state.PR1398_maxLoop=3}catch(r){return r.name===br.InvalidState&&t.isOpen()&&--t._state.PR1398_maxLoop>0?(console.warn("Dexie: Need to reopen db"),t._close(),t.open().then((function(){return Oo(t,e,n,null,o)}))):eo(r)}var s,c=fr(o);c&&jt();var l=lt.follow((function(){if(s=o.call(a,a))if(c){var t=xt.bind(null,null);s.then(t,t)}else"function"==typeof s.next&&"function"==typeof s.throw&&(s=je(s))}),u);return(s&&"function"==typeof s.then?lt.resolve(s).then((function(t){return a.active?t:eo(new Sr.PrematureCommit("Transaction committed too early. See http://bit.ly/2kdckMn"))})):l.then((function(){return s}))).then((function(t){return r&&a._resolve(),a._completion.then((function(){return t}))})).catch((function(t){return a._reject(t),eo(t)}))}))}var Eo={stack:"dbcore",name:"VirtualIndexMiddleware",level:1,create:function(t){return l(c({},t),{table:function(e){var n=t.table(e),r=n.schema,o={},i=[];function a(t,e,n){var r=le(t),u=o[r]=o[r]||[],s=null==t?0:"string"==typeof t?1:t.length,f=e>0,p=l(c({},n),{isVirtual:f,keyTail:e,keyLength:s,extractKey:se(t),unique:!f&&n.unique});return u.push(p),p.isPrimaryKey||i.push(p),s>1&&a(2===s?t[0]:t.slice(0,s-1),e+1,n),u.sort((function(t,e){return t.keyTail-e.keyTail})),p}var u=a(r.primaryKey.keyPath,0,r.primaryKey);o[":id"]=[u];var s=!0,f=!1,p=void 0;try{for(var h,d=r.indexes[Symbol.iterator]();!(s=(h=d.next()).done);s=!0){var v=h.value;a(v.keyPath,0,v)}}catch(t){f=!0,p=t}finally{try{s||null==d.return||d.return()}finally{if(f)throw p}}function y(e){var n,r,o=e.query.index;return o.isVirtual?l(c({},e),{query:{index:o,range:(n=e.query.range,r=o.keyTail,{type:1===n.type?2:n.type,lower:Pe(n.lower,n.lowerOpen?t.MAX_KEY:t.MIN_KEY,r),lowerOpen:!0,upper:Pe(n.upper,n.upperOpen?t.MIN_KEY:t.MAX_KEY,r),upperOpen:!0})}}):e}var m=l(c({},n),{schema:l(c({},r),{primaryKey:u,indexes:i,getIndexByKeyPath:function(t){var e=o[le(t)];return e&&e[0]}}),count:function(t){return n.count(y(t))},query:function(t){return n.query(y(t))},openCursor:function(e){var r=e.query.index,o=r.keyTail,i=r.isVirtual,a=r.keyLength;return i?n.openCursor(y(e)).then((function(n){return n&&function(n){var r=Object.create(n,{continue:{value:function(r){null!=r?n.continue(Pe(r,e.reverse?t.MAX_KEY:t.MIN_KEY,o)):e.unique?n.continue(n.key.slice(0,a).concat(e.reverse?t.MIN_KEY:t.MAX_KEY,o)):n.continue()}},continuePrimaryKey:{value:function(e,r){n.continuePrimaryKey(Pe(e,t.MAX_KEY,o),r)}},primaryKey:{get:function(){return n.primaryKey}},key:{get:function(){var t=n.key;return 1===a?t[0]:t.slice(0,a)}},value:{get:function(){return n.value}}});return r}(n)})):n.openCursor(e)}});return m}})}};function jo(t,e,n,r){return n=n||{},r=r||"",Hn(t).forEach((function(o){if(R(e,o)){var i=t[o],a=e[o];if("object"==typeof i&&"object"==typeof a&&i&&a){var u=$(i);u!==$(a)?n[r+o]=e[o]:"Object"===u?jo(i,a,n,r+o+"."):i!==a&&(n[r+o]=e[o])}else i!==a&&(n[r+o]=e[o])}else n[r+o]=void 0})),Hn(e).forEach((function(o){R(t,o)||(n[r+o]=e[o])})),n}var xo={stack:"dbcore",name:"HooksMiddleware",level:2,create:function(t){return l(c({},t),{table:function(e){var n=t.table(e),r=n.schema.primaryKey,o=l(c({},n),{mutate:function(t){var o=Gr.trans,i=o.table(e).hook,a=i.deleting,u=i.creating,s=i.updating;switch(t.type){case"add":if(u.fire===et)break;return o._promise("readwrite",(function(){return f(t)}),!0);case"put":if(u.fire===et&&s.fire===et)break;return o._promise("readwrite",(function(){return f(t)}),!0);case"delete":if(a.fire===et)break;return o._promise("readwrite",(function(){return f(t)}),!0);case"deleteRange":if(a.fire===et)break;return o._promise("readwrite",(function(){return function(t){return h(t.trans,t.range,1e4)}(t)}),!0)}return n.mutate(t);function f(t){var e=Gr.trans,o=t.keys||function(t,e){return"delete"===e.type?e.keys:e.keys||e.values.map(t.extractKey)}(r,t);if(!o)throw new Error("Keys missing");return"delete"!==(t="add"===t.type||"put"===t.type?l(c({},t),{keys:o}):c({},t)).type&&(t.values=p(t.values)),t.keys&&(t.keys=p(t.keys)),function(t,e,n){return"add"===e.type?Promise.resolve([]):t.getMany({trans:e.trans,keys:n,cache:"immutable"})}(n,t,o).then((function(i){var c=o.map((function(n,o){var c=i[o],l={onerror:null,onsuccess:null};if("delete"===t.type)a.fire.call(l,n,c,e);else if("add"===t.type||void 0===c){var f=u.fire.call(l,n,t.values[o],e);null==n&&null!=f&&(n=f,t.keys[o]=n,r.outbound||er(t.values[o],r.keyPath,n))}else{var p=jo(c,t.values[o]),h=s.fire.call(l,p,n,c,e);if(h){var d=t.values[o];Object.keys(h).forEach((function(t){R(d,t)?d[t]=h[t]:er(d,t,h[t])}))}}return l}));return n.mutate(t).then((function(e){for(var n=e.failures,r=e.results,a=e.numFailures,u=e.lastResult,s=0;s<o.length;++s){var l=r?r[s]:o[s],f=c[s];null==l?f.onerror&&f.onerror(n[s]):f.onsuccess&&f.onsuccess("put"===t.type&&i[s]?t.values[s]:l)}return{failures:n,results:r,numFailures:a,lastResult:u}})).catch((function(t){return c.forEach((function(e){return e.onerror&&e.onerror(t)})),Promise.reject(t)}))}))}function h(t,e,o){return n.query({trans:t,values:!1,query:{index:r,range:e},limit:o}).then((function(n){var r=n.result;return f({type:"delete",keys:r,trans:t}).then((function(n){return n.numFailures>0?Promise.reject(n.failures[0]):r.length<o?{failures:[],numFailures:0,lastResult:void 0}:h(t,l(c({},e),{lower:r[r.length-1],lowerOpen:!0}),o)}))}))}}});return o}})}},Po={stack:"dbcore",level:-1,create:function(t){return{table:function(e){var n=t.table(e);return l(c({},n),{getMany:function(t){if(!t.cache)return n.getMany(t);var e=_e(t.keys,t.trans._cache,"clone"===t.cache);return e?lt.resolve(e):n.getMany(t).then((function(e){return t.trans._cache={keys:t.keys,values:"clone"===t.cache?H(e):e},e}))},mutate:function(t){return"add"!==t.type&&(t.trans._cache=null),n.mutate(t)}})}}}},_o=function(t,e){if(!this){var n=new _o;return t&&"d"in t&&M(n,t),n}M(this,arguments.length?{d:1,from:t,to:arguments.length>1?e:t}:{d:0})};function Ao(t,e,n){var r=po(e,n);if(!isNaN(r)){if(r>0)throw RangeError();if(Ae(t))return M(t,{from:e,to:n,d:1});var o=t.l,i=t.r;if(po(n,t.from)<0)return o?Ao(o,e,n):t.l={from:e,to:n,d:1,l:null,r:null},Ce(t);if(po(e,t.to)>0)return i?Ao(i,e,n):t.r={from:e,to:n,d:1,l:null,r:null},Ce(t);po(e,t.from)<0&&(t.from=e,t.l=null,t.d=i?i.d+1:1),po(n,t.to)>0&&(t.to=n,t.r=null,t.d=t.l?t.l.d+1:1);var a=!t.r;o&&!t.l&&ke(t,o),i&&a&&ke(t,i)}}N(_o.prototype,u({add:function(t){return ke(this,t),this},addKey:function(t){return Ao(this,t,t),this},addKeys:function(t){var e=this;return t.forEach((function(t){return Ao(e,t,t)})),this}},sr,(function(){return Te(this)})));var ko,To={stack:"dbcore",level:0,create:function(t){var e=t.schema.name,n=new _o(t.MIN_KEY,t.MAX_KEY);return l(c({},t),{table:function(r){var o=t.table(r),i=o.schema,a=i.primaryKey,u=a.extractKey,s=a.outbound,p=l(c({},o),{mutate:function(t){var a=t.trans,u=a.mutatedParts||(a.mutatedParts={}),s=function(t){var n="idb://".concat(e,"/").concat(r,"/").concat(t);return u[n]||(u[n]=new _o)},c=s(""),l=s(":dels"),p=t.type,h=f("deleteRange"===t.type?[t.range]:"delete"===t.type?[t.keys]:t.values.length<50?[[],t.values]:[],2),d=h[0],v=h[1],y=t.trans._cache;return o.mutate(t).then((function(t){if($n(d)){"delete"!==p&&(d=t.results),c.addKeys(d);var e=_e(d,y);e||"add"===p||l.addKeys(d),(e||v)&&function(t,e,n,r){e.indexes.forEach((function(e){var o=t(e.name||"");function i(t){return null!=t?e.extractKey(t):null}var a=function(t){return e.multiEntry&&$n(t)?t.forEach((function(t){return o.addKey(t)})):o.addKey(t)};(n||r).forEach((function(t,e){var o=n&&i(n[e]),u=r&&i(r[e]);0!==po(o,u)&&(null!=o&&a(o),null!=u&&a(u))}))}))}(s,i,e,v)}else if(d){var r={from:d.lower,to:d.upper};l.add(r),c.add(r)}else c.add(n),l.add(n),i.indexes.forEach((function(t){return s(t.name).add(n)}));return t}))}}),h=function(e){var n,r,o=e.query,i=o.index,a=o.range;return[i,new _o(null!==(n=a.lower)&&void 0!==n?n:t.MIN_KEY,null!==(r=a.upper)&&void 0!==r?r:t.MAX_KEY)]},d={get:function(t){return[a,new _o(t.key)]},getMany:function(t){return[a,(new _o).addKeys(t.keys)]},count:h,query:h,openCursor:h};return Hn(d).forEach((function(t){p[t]=function(i){var a=Gr.subscr;if(a){var p=function(t){var n="idb://".concat(e,"/").concat(r,"/").concat(t);return a[n]||(a[n]=new _o)},h=p(""),v=p(":dels"),y=f(d[t](i),2),m=y[0],g=y[1];if(p(m.name||"").add(g),!m.isPrimaryKey){if("count"!==t){var b="query"===t&&s&&i.values&&o.query(l(c({},i),{values:!1}));return o[t].apply(this,arguments).then((function(e){if("query"===t){if(s&&i.values)return b.then((function(t){var n=t.result;return h.addKeys(n),e}));var n=i.values?e.result.map(u):e.result;i.values?h.addKeys(n):v.addKeys(n)}else if("openCursor"===t){var r=e,o=i.values;return r&&Object.create(r,{key:{get:function(){return v.addKey(r.primaryKey),r.key}},primaryKey:{get:function(){var t=r.primaryKey;return v.addKey(t),t}},value:{get:function(){return o&&h.addKey(r.primaryKey),r.value}}})}return e}))}v.add(n)}}return o[t].apply(this,arguments)}})),p}})}},Co=function(){function t(e,n){var r=this;o(this,t),this._middlewares={},this.verno=0;var i=t.dependencies;this._options=n=c({addons:t.addons,autoOpen:!0,indexedDB:i.indexedDB,IDBKeyRange:i.IDBKeyRange},n),this._deps={indexedDB:n.indexedDB,IDBKeyRange:n.IDBKeyRange};var a=n.addons;this._dbSchema={},this._versions=[],this._storeNames=[],this._allTables={},this.idbdb=null,this._novip=this;var u,s={dbOpenError:null,isBeingOpened:!1,onReadyBeingFired:null,openComplete:!1,dbReadyResolve:et,dbReadyPromise:null,cancelOpen:et,openCanceller:null,autoSchema:!0,PR1398_maxLoop:3};s.dbReadyPromise=new lt((function(t){s.dbReadyResolve=t})),s.openCanceller=new lt((function(t,e){s.cancelOpen=e})),this._state=s,this.name=e,this.on=Ut(this,"populate","blocked","versionchange","close",{ready:[ct,et]}),this.on.ready.subscribe=F(this.on.ready.subscribe,(function(e){return function(n,o){t.vip((function(){var t=r._state;if(t.openComplete)t.dbOpenError||lt.resolve().then(n),o&&e(n);else if(t.onReadyBeingFired)t.onReadyBeingFired.push(n),o&&e(n);else{e(n);var i=r;o||e((function t(){i.on.ready.unsubscribe(n),i.on.ready.unsubscribe(t)}))}}))}})),this.Collection=(u=this,Bt(ho.prototype,(function(t,e){this.db=u;var n=lo,r=null;if(e)try{n=e()}catch(t){r=t}var o=t._ctx,i=o.table,a=i.hook.reading.fire;this._ctx={table:i,index:o.index,isPrimKey:!o.index||i.schema.primKey.keyPath&&o.index===i.schema.primKey.name,range:n,keysOnly:!1,dir:"next",unique:"",algorithm:null,filter:null,replayFilter:null,justLimit:!0,isMatch:null,offset:0,limit:1/0,error:r,or:o.or,valueMapper:a!==nt?a:null}}))),this.Table=function(t){return Bt(fo.prototype,(function(e,n,r){this.db=t,this._tx=r,this.name=e,this.schema=n,this.hook=t._allTables[e]?t._allTables[e].hook:Ut(null,{creating:[it,et],reading:[rt,nt],updating:[ut,et],deleting:[at,et]})}))}(this),this.Transaction=function(t){return Bt(go.prototype,(function(e,n,r,o,i){var a=this;this.db=t,this.mode=e,this.storeNames=n,this.schema=r,this.chromeTransactionDurability=o,this.idbtrans=null,this.on=Ut(this,"complete","error","abort"),this.parent=i||null,this.active=!0,this._reculock=0,this._blockedFuncs=[],this._resolve=null,this._reject=null,this._waitingFor=null,this._waitingQueue=null,this._spinCount=0,this._completion=new lt((function(t,e){a._resolve=t,a._reject=e})),this._completion.then((function(){a.active=!1,a.on.complete.fire()}),(function(t){var e=a.active;return a.active=!1,a.on.error.fire(t),a.parent?a.parent._reject(t):e&&a.idbtrans&&a.idbtrans.abort(),eo(t)}))}))}(this),this.Version=function(t){return Bt(So.prototype,(function(e){this.db=t,this._cfg={version:e,storesSource:null,dbschema:{},tables:{},contentUpgrade:null}}))}(this),this.WhereClause=function(t){return Bt(yo.prototype,(function(e,n,r){this.db=t,this._ctx={table:e,index:":id"===n?null:n,or:r};var o=t._deps.indexedDB;if(!o)throw new Sr.MissingAPI;this._cmp=this._ascending=o.cmp.bind(o),this._descending=function(t,e){return o.cmp(e,t)},this._max=function(t,e){return o.cmp(t,e)>0?t:e},this._min=function(t,e){return o.cmp(t,e)<0?t:e},this._IDBKeyRange=t._deps.IDBKeyRange}))}(this),this.on("versionchange",(function(t){t.newVersion>0?console.warn("Another connection wants to upgrade database '".concat(r.name,"'. Closing db now to resume the upgrade.")):console.warn("Another connection wants to delete database '".concat(r.name,"'. Closing db now to resume the delete request.")),r.close()})),this.on("blocked",(function(t){!t.newVersion||t.newVersion<t.oldVersion?console.warn("Dexie.delete('".concat(r.name,"') was blocked")):console.warn("Upgrade '".concat(r.name,"' blocked by other connection holding version ").concat(t.oldVersion/10))})),this._maxKey=bo(n.IDBKeyRange),this._createTransaction=function(t,e,n,o){return new r.Transaction(t,e,n,r._options.chromeTransactionDurability,o)},this._fireOnBlocked=function(t){r.on("blocked").fire(t),io.filter((function(t){return t.name===r.name&&t!==r&&!t._state.vcFired})).map((function(e){return e.on("versionchange").fire(t)}))},this.use(Eo),this.use(xo),this.use(To),this.use(Po),this.vip=Object.create(this,{_vip:{value:!0}}),a.forEach((function(t){return t(r)}))}return a(t,[{key:"version",value:function(t){if(isNaN(t)||t<.1)throw new Sr.Type("Given version is not a positive number");if(t=Math.round(10*t)/10,this.idbdb||this._state.isBeingOpened)throw new Sr.Schema("Cannot add version when database is open");this.verno=Math.max(this.verno,t);var e=this._versions,n=e.filter((function(e){return e._cfg.version===t}))[0];return n||(n=new this.Version(t),e.push(n),e.sort(de),n.stores({}),this._state.autoSchema=!1,n)}},{key:"_whenReady",value:function(t){var e=this;return this.idbdb&&(this._state.openComplete||Gr.letThrough||this._vip)?t():new lt((function(t,n){if(e._state.openComplete)return n(new Sr.DatabaseClosed(e._state.dbOpenError));if(!e._state.isBeingOpened){if(!e._options.autoOpen)return void n(new Sr.DatabaseClosed);e.open().catch(et)}e._state.dbReadyPromise.then(t,n)})).then(t)}},{key:"use",value:function(t){var e=t.stack,n=t.create,r=t.level,o=t.name;o&&this.unuse({stack:e,name:o});var i=this._middlewares[e]||(this._middlewares[e]=[]);return i.push({stack:e,create:n,level:null==r?10:r,name:o}),i.sort((function(t,e){return t.level-e.level})),this}},{key:"unuse",value:function(t){var e=t.stack,n=t.name,r=t.create;return e&&this._middlewares[e]&&(this._middlewares[e]=this._middlewares[e].filter((function(t){return r?t.create!==r:!!n&&t.name!==n}))),this}},{key:"open",value:function(){return function(t){var e=t._state,n=t._deps.indexedDB;if(e.isBeingOpened||t.idbdb)return e.dbReadyPromise.then((function(){return e.dbOpenError?eo(e.dbOpenError):t}));pr&&(e.openCanceller._stackHolder=vr()),e.isBeingOpened=!0,e.dbOpenError=null,e.openComplete=!1;var r=e.openCanceller;function o(){if(e.openCanceller!==r)throw new Sr.DatabaseClosed("db.open() was cancelled")}var i=e.dbReadyResolve,a=null,u=!1;return lt.race([r,("undefined"==typeof navigator?lt.resolve():Ee()).then((function(){return new lt((function(r,i){if(o(),!n)throw new Sr.MissingAPI;var s=t.name,c=e.autoSchema?n.open(s):n.open(s,Math.round(10*t.verno));if(!c)throw new Sr.MissingAPI;c.onerror=re(i),c.onblocked=Ot(t._fireOnBlocked),c.onupgradeneeded=Ot((function(r){if(a=c.transaction,e.autoSchema&&!t._options.allowEmptyDB){c.onerror=oe,a.abort(),c.result.close();var o=n.deleteDatabase(s);o.onsuccess=o.onerror=Ot((function(){i(new Sr.NoSuchDatabase("Database ".concat(s," doesnt exist")))}))}else{a.onerror=re(i);var l=r.oldVersion>Math.pow(2,62)?0:r.oldVersion;u=l<1,t._novip.idbdb=c.result,function(t,e,n,r){var o=t._dbSchema,i=t._createTransaction("readwrite",t._storeNames,o);i.create(n),i._completion.catch(r);var a=i._reject.bind(i),u=Gr.transless||Gr;Et((function(){Gr.trans=i,Gr.transless=u,0===e?(Hn(o).forEach((function(t){ye(n,t,o[t].primKey,o[t].indexes)})),fe(t,n),lt.follow((function(){return t.on.populate.fire(i)})).catch(a)):function(t,e,n,r){var o=t._novip,i=[],a=o._versions,u=o._dbSchema=ge(0,o.idbdb,r),s=!1;return a.filter((function(t){return t._cfg.version>=e})).forEach((function(t){i.push((function(){var i=u,a=t._cfg.dbschema;be(o,i,r),be(o,a,r),u=o._dbSchema=a;var c=ve(i,a);c.add.forEach((function(t){ye(r,t[0],t[1].primKey,t[1].indexes)})),c.change.forEach((function(t){if(t.recreate)throw new Sr.Upgrade("Not yet support for changing primary key");var e=r.objectStore(t.name);t.add.forEach((function(t){return me(e,t)})),t.change.forEach((function(t){e.deleteIndex(t.name),me(e,t)})),t.del.forEach((function(t){return e.deleteIndex(t)}))}));var l=t._cfg.contentUpgrade;if(l&&t._cfg.version>e){fe(o,r),n._memoizedTables={},s=!0;var f=K(a);c.del.forEach((function(t){f[t]=i[t]})),he(o,[o.Transaction.prototype]),pe(o,[o.Transaction.prototype],Hn(f),f),n.schema=f;var p,h=fr(l);h&&jt();var d=lt.follow((function(){if((p=l(n))&&h){var t=xt.bind(null,null);p.then(t,t)}}));return p&&"function"==typeof p.then?lt.resolve(p):d.then((function(){return p}))}})),i.push((function(e){s&&uo||function(t,e){[].slice.call(e.db.objectStoreNames).forEach((function(n){return null==t[n]&&e.db.deleteObjectStore(n)}))}(t._cfg.dbschema,e),he(o,[o.Transaction.prototype]),pe(o,[o.Transaction.prototype],o._storeNames,o._dbSchema),n.schema=o._dbSchema}))})),function t(){return i.length?lt.resolve(i.shift()(n.idbtrans)).then(t):lt.resolve()}().then((function(){var t,e;e=r,Hn(t=u).forEach((function(n){e.db.objectStoreNames.contains(n)||ye(e,n,t[n].primKey,t[n].indexes)}))}))}(t,e,i,n).catch(a)}))}(t,l/10,a,i)}}),i),c.onsuccess=Ot((function(){a=null;var n,o=t._novip.idbdb=c.result,i=B(o.objectStoreNames);if(i.length>0)try{var l=o.transaction(1===(n=i).length?n[0]:n,"readonly");e.autoSchema?function(t,e,n){var r=t._novip;r.verno=e.version/10;var o=r._dbSchema=ge(0,e,n);r._storeNames=B(e.objectStoreNames,0),pe(r,[r._allTables],Hn(o),o)}(t,o,l):(be(t,t._dbSchema,l),function(t,e){var n=ve(ge(0,t.idbdb,e),t._dbSchema);return!(n.add.length||n.change.some((function(t){return t.add.length||t.change.length})))}(t,l)||console.warn("Dexie SchemaDiff: Schema was extended without increasing the number passed to db.version(). Some queries may fail.")),fe(t,l)}catch(t){}io.push(t),o.onversionchange=Ot((function(n){e.vcFired=!0,t.on("versionchange").fire(n)})),o.onclose=Ot((function(e){t.on("close").fire(e)})),u&&function(t,e){var n=t.indexedDB,r=t.IDBKeyRange;!Se(n)&&"__dbnames"!==e&&we(n,r).put({name:e}).catch(et)}(t._deps,s),r()}),i)}))}))]).then((function(){return o(),e.onReadyBeingFired=[],lt.resolve(Oe((function(){return t.on.ready.fire(t.vip)}))).then((function n(){if(e.onReadyBeingFired.length>0){var r=e.onReadyBeingFired.reduce(ct,et);return e.onReadyBeingFired=[],lt.resolve(Oe((function(){return r(t.vip)}))).then(n)}}))})).finally((function(){e.onReadyBeingFired=null,e.isBeingOpened=!1})).then((function(){return t})).catch((function(n){e.dbOpenError=n;try{a&&a.abort()}catch(t){}return r===e.openCanceller&&t._close(),eo(n)})).finally((function(){e.openComplete=!0,i()}))}(this)}},{key:"_close",value:function(){var t=this._state,e=io.indexOf(this);if(e>=0&&io.splice(e,1),this.idbdb){try{this.idbdb.close()}catch(t){}this._novip.idbdb=null}t.dbReadyPromise=new lt((function(e){t.dbReadyResolve=e})),t.openCanceller=new lt((function(e,n){t.cancelOpen=n}))}},{key:"close",value:function(){this._close();var t=this._state;this._options.autoOpen=!1,t.dbOpenError=new Sr.DatabaseClosed,t.isBeingOpened&&t.cancelOpen(t.dbOpenError)}},{key:"delete",value:function(){var t=this,e=arguments.length>0,n=this._state;return new lt((function(r,o){var i=function(){t.close();var e=t._deps.indexedDB.deleteDatabase(t.name);e.onsuccess=Ot((function(){!function(t,e){var n=t.indexedDB,r=t.IDBKeyRange;!Se(n)&&"__dbnames"!==e&&we(n,r).delete(e).catch(et)}(t._deps,t.name),r()})),e.onerror=re(o),e.onblocked=t._fireOnBlocked};if(e)throw new Sr.InvalidArgument("Arguments not allowed in db.delete()");n.isBeingOpened?n.dbReadyPromise.then(i):i()}))}},{key:"backendDB",value:function(){return this.idbdb}},{key:"isOpen",value:function(){return null!==this.idbdb}},{key:"hasBeenClosed",value:function(){var t=this._state.dbOpenError;return t&&"DatabaseClosed"===t.name}},{key:"hasFailed",value:function(){return null!==this._state.dbOpenError}},{key:"dynamicallyOpened",value:function(){return this._state.autoSchema}},{key:"tables",get:function(){var t=this;return Hn(this._allTables).map((function(e){return t._allTables[e]}))}},{key:"transaction",value:function(){var t=xe.apply(this,arguments);return this._transaction.apply(this,t)}},{key:"_transaction",value:function(t,e,n){var r=this,o=Gr.trans;o&&o.db===this&&-1===t.indexOf("!")||(o=null);var i,a,u=-1!==t.indexOf("?");t=t.replace("!","").replace("?","");try{if(a=e.map((function(t){var e=s(t,r.Table)?t.name:t;if("string"!=typeof e)throw new TypeError("Invalid table argument to Dexie.transaction(). Only Table or String are allowed");return e})),"r"==t||"readonly"===t)i="readonly";else{if("rw"!=t&&"readwrite"!=t)throw new Sr.InvalidArgument("Invalid transaction mode: "+t);i="readwrite"}if(o){if("readonly"===o.mode&&"readwrite"===i){if(!u)throw new Sr.SubTransaction("Cannot enter a sub-transaction with READWRITE mode when parent transaction is READONLY");o=null}o&&a.forEach((function(t){if(o&&-1===o.storeNames.indexOf(t)){if(!u)throw new Sr.SubTransaction("Table "+t+" not included in parent transaction.");o=null}})),u&&o&&!o.active&&(o=null)}}catch(t){return o?o._promise(null,(function(e,n){n(t)})):eo(t)}var c=Oo.bind(null,this,i,a,o,n);return o?o._promise(i,c,"lock"):Gr.trans?Ct(Gr.transless,(function(){return r._whenReady(c)})):this._whenReady(c)}},{key:"table",value:function(t){if(!R(this._allTables,t))throw new Sr.InvalidTable("Table ".concat(t," does not exist"));return this._allTables[t]}}]),t}(),Io="undefined"!=typeof Symbol&&"observable"in Symbol?Symbol.observable:"@@observable",Do=function(){function t(e){o(this,t),this._subscribe=e}return a(t,[{key:"subscribe",value:function(t,e,n){return this._subscribe(t&&"function"!=typeof t?t:{next:t,error:e,complete:n})}},{key:Io,value:function(){return this}}]),t}();try{ko={indexedDB:zn.indexedDB||zn.mozIndexedDB||zn.webkitIndexedDB||zn.msIndexedDB,IDBKeyRange:zn.IDBKeyRange||zn.webkitIDBKeyRange}}catch(r){ko={indexedDB:null,IDBKeyRange:null}}var Mo=Co;N(Mo,l(c({},Er),{delete:function(t){return new Mo(t,{addons:[]}).delete()},exists:function(t){return new Mo(t,{addons:[]}).open().then((function(t){return t.close(),!0})).catch("NoSuchDatabaseError",(function(){return!1}))},getDatabaseNames:function(t){try{return function(t){var e=t.indexedDB,n=t.IDBKeyRange;return Se(e)?Promise.resolve(e.databases()).then((function(t){return t.map((function(t){return t.name})).filter((function(t){return"__dbnames"!==t}))})):we(e,n).toCollection().primaryKeys()}(Mo.dependencies).then(t)}catch(t){return eo(new Sr.MissingAPI)}},defineClass:function(){return function(t){M(this,t)}},ignoreTransaction:function(t){return Gr.trans?Ct(Gr.transless,t):t()},vip:Oe,async:function(t){return function(){try{var e=je(t.apply(this,arguments));return e&&"function"==typeof e.then?e:lt.resolve(e)}catch(t){return eo(t)}}},spawn:function(t,e,n){try{var r=je(t.apply(n,e||[]));return r&&"function"==typeof r.then?r:lt.resolve(r)}catch(t){return eo(t)}},currentTransaction:{get:function(){return Gr.trans||null}},waitFor:function(t,e){var n=lt.resolve("function"==typeof t?Mo.ignoreTransaction(t):t).timeout(e||6e4);return Gr.trans?Gr.trans.waitFor(n):n},Promise:lt,debug:{get:function(){return pr},set:function(t){J(t,"dexie"===t?function(){return!0}:co)}},derive:U,extend:M,props:N,override:F,Events:Ut,on:mo,liveQuery:function(t){return new Do((function(e){var n=function(){return Hn(a).some((function(t){return i[t]&&function(t,e){var n=Te(e),r=n.next();if(r.done)return!1;for(var o=r.value,i=Te(t),a=i.next(o.from),u=a.value;!r.done&&!a.done;){if(po(u.from,o.to)<=0&&po(u.to,o.from)>=0)return!0;po(o.from,u.from)<0?o=(r=n.next(u.from)).value:u=(a=i.next(o.from)).value}return!1}(i[t],a[t])}))},r=fr(t),o=!1,i={},a={},u={get closed(){return o},unsubscribe:function(){o=!0,mo.storagemutated.unsubscribe(l)}};e.start&&e.start(u);var s=!1,c=!1,l=function(t){De(i,t),n()&&f()},f=function(){if(!s&&!o){i={};var p={},h=function(e){r&&jt();var n=function(){return Et(t,{subscr:e,trans:null})},o=Gr.trans?Ct(Gr.transless,n):n();return r&&o.then(xt,xt),o}(p);c||(mo("storagemutated",l),c=!0),s=!0,Promise.resolve(h).then((function(t){s=!1,o||(n()?f():(i={},a=p,e.next&&e.next(t)))}),(function(t){s=!1,e.error&&e.error(t),u.unsubscribe()}))}};return f(),u}))},extendObservabilitySet:De,getByKeyPath:tr,setByKeyPath:er,delByKeyPath:function(t,e){"string"==typeof e?er(t,e,void 0):"length"in e&&[].map.call(e,(function(e){er(t,e,void 0)}))},shallowClone:K,deepClone:H,getObjectDiff:jo,cmp:po,asap:G,minKey:-1/0,addons:[],connections:io,errnames:br,dependencies:ko,semVer:"3.2.3",version:"3.2.3".split(".").map((function(t){return parseInt(t)})).reduce((function(t,e,n){return t+e/Math.pow(10,2*n)}))})),Mo.maxKey=bo(Mo.dependencies.IDBKeyRange),"undefined"!=typeof dispatchEvent&&"undefined"!=typeof addEventListener&&(mo("storagemutated",(function(t){var e;Ro||(ao?(e=document.createEvent("CustomEvent")).initCustomEvent("x-storagemutated-1",!0,!0,t):e=new CustomEvent("x-storagemutated-1",{detail:t}),Ro=!0,dispatchEvent(e),Ro=!1)})),addEventListener("x-storagemutated-1",(function(t){var e=t.detail;Ro||Me(e)})));var Ro=!1;if("undefined"!=typeof BroadcastChannel){var No=new BroadcastChannel("x-storagemutated-1");"function"==typeof No.unref&&No.unref(),mo("storagemutated",(function(t){Ro||No.postMessage(t)})),No.onmessage=function(t){t.data&&Me(t.data)}}else if("undefined"!=typeof self&&"undefined"!=typeof navigator){mo("storagemutated",(function(t){try{Ro||("undefined"!=typeof localStorage&&localStorage.setItem("x-storagemutated-1",JSON.stringify({trig:Math.random(),changedParts:t})),"object"==typeof self.clients&&p(self.clients.matchAll({includeUncontrolled:!0})).forEach((function(e){return e.postMessage({type:"x-storagemutated-1",changedParts:t})})))}catch(t){}})),"undefined"!=typeof addEventListener&&addEventListener("storage",(function(t){if("x-storagemutated-1"===t.key){var e=JSON.parse(t.newValue);e&&Me(e.changedParts)}}));var Lo=self.document&&navigator.serviceWorker;Lo&&Lo.addEventListener("message",(function(t){var e=t.data;e&&"x-storagemutated-1"===e.type&&Me(e.changedParts)}))}lt.rejectionMapper=function(t,e){if(!t||s(t,Q)||s(t,TypeError)||s(t,SyntaxError)||!t.name||!Or[t.name])return t;var n=new Or[t.name](e||t.message,t);return"stack"in t&&L(n,"stack",{get:function(){return this.inner.stack}}),n},J(pr,co);var Uo=d(766),Bo=d(685);function Fo(t){return Fo=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},Fo(t)}function Vo(t,e){return Vo=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},Vo(t,e)}var Go=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Vo(t,e)}(n,t);var e=function(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=Fo(t);if(e){var o=Fo(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return function(t,e){return!e||"object"!=((n=e)&&"undefined"!=typeof Symbol&&n.constructor===Symbol?"symbol":void 0===n?"undefined":h(n))&&"function"!=typeof e?Re(t):e;var n}(this,n)}}(n);function n(){var t;return function(t,e){if(!s(t,e))throw new TypeError("Cannot call a class as a function")}(this,n),Ne(Re(t=e.call(this,"EsmOffline")),"syncQueue",void 0),Ne(Re(t),"dynamicOfflineData",void 0),t.version(4).stores({syncQueue:"++id,userId,type,[userId+type]",dynamicOfflineData:"++id,type,identifier,*users,&[type+identifier]"}),t.syncQueue=t.table("syncQueue"),t.dynamicOfflineData=t.table("dynamicOfflineData"),t}return n}(Co),Wo=new Go,Ko={},zo=(0,Bo.createGlobalStore)("offline-synchronization",{});function Ho(){return Ho=Fe((function(){var t,e,n,r,o,i,a,u,s,c,l,f,p;return Ke(this,(function(h){switch(h.label){case 0:return zo.getState().synchronization?[2]:[4,Wo.syncQueue.count()];case 1:t=h.sent(),e={},n=Object.entries(Ko),r=n.length,o={},i=new AbortController,a=function(){var t,e,n=zo.getState().synchronization;zo.setState({synchronization:(t=Ge({},n),e={pendingCount:n.pendingCount-1},e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n.push.apply(n,r)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t)})},h.label=2;case 2:h.trys.push([2,,10,11]),zo.setState({synchronization:{totalCount:t,pendingCount:t,abortController:i}}),u=0,h.label=3;case 3:if(!(u<r&&n.length>0))return[3,8];s=n.length,h.label=4;case 4:return s--?(c=We(n[s],2),l=c[0],f=c[1],(p=f.dependsOn.map((function(t){return e[t]}))).every(Boolean)?(o[l]={},[4,Promise.all(p)]):[3,6]):[3,7];case 5:h.sent(),e[l]=function(t,e,n,r){return $o.apply(this,arguments)}(f,o,i,a),n.splice(s,1),h.label=6;case 6:return[3,4];case 7:return u++,[3,3];case 8:return[4,Promise.allSettled(Object.values(e))];case 9:return h.sent(),[3,11];case 10:return zo.setState({synchronization:void 0}),[7];case 11:return[2]}}))})),Ho.apply(this,arguments)}function $o(){return $o=Fe((function(t,e,n,r){var o,i,a,u,s,c,l,f,p,h,d,v,y,m,g,b,w;return Ke(this,(function(S){switch(S.label){case 0:return o=t.type,i=t.dependsOn,a=t.process,u=[],s=[],[4,$e()];case 1:return c=S.sent(),[4,Wo.syncQueue.where({type:o,userId:c}).each((function(t,e){u.push([e.primaryKey,t.content,t.descriptor]),s.push(t.content)}))];case 2:S.sent(),l=0,S.label=3;case 3:if(!(l<u.length))return[3,11];f=We(u[l],3),p=f[0],h=f[1],d=f[2],v=d.id,y=d.dependencies,m=void 0===y?[]:y,S.label=4;case 4:return S.trys.push([4,7,9,10]),[4,a(h,{abort:n,index:l,items:s,userId:c,dependencies:m.map((function(t){var n=t.id,r=t.type;return i.includes(r)?e[r][n]:void 0}))})];case 5:return g=S.sent(),void 0!==v&&(e[o][v]=g),[4,Wo.syncQueue.delete(p)];case 6:return S.sent(),[3,10];case 7:return b=S.sent(),[4,Wo.syncQueue.update(p,{lastError:{name:null==b?void 0:b.name,message:null!==(w=null==b?void 0:b.message)&&void 0!==w?w:null==b?void 0:b.toString()}})];case 8:return S.sent(),[3,10];case 9:return r(),[7];case 10:return l++,[3,3];case 11:return[2]}}))})),$o.apply(this,arguments)}function qo(){return(qo=Fe((function(){var t;return Ke(this,(function(e){switch(e.label){case 0:return[4,(0,Uo.getLoggedInUser)()];case 1:return[2,(null==(t=e.sent())?void 0:t.uuid)||"*"]}}))}))).apply(this,arguments)}function Jo(){return(Jo=Fe((function(t,e,n,r){var o;return Ke(this,(function(i){switch(i.label){case 0:return void 0===(o=r&&r.id)?[3,2]:[4,Wo.syncQueue.where({type:e,userId:t}).filter((function(t){return(null==t?void 0:t.descriptor.id)===o})).delete().catch(Co.errnames.DatabaseClosed)];case 1:i.sent(),i.label=2;case 2:return[4,Wo.syncQueue.add({type:e,content:n,userId:t,descriptor:r||{},createdOn:new Date}).catch(Co.errnames.DatabaseClosed,(function(){return-1}))];case 3:return[2,i.sent()]}}))}))).apply(this,arguments)}function Yo(){return(Yo=Fe((function(t,e,n){return Ke(this,(function(r){switch(r.label){case 0:return[4,$e()];case 1:return[4,qe(r.sent(),t,e,n)];case 2:return[2,r.sent()]}}))}))).apply(this,arguments)}function Qo(){return(Qo=Fe((function(t,e){return Ke(this,(function(n){switch(n.label){case 0:return[4,Qe(t,e)];case 1:return[2,n.sent().map((function(t){return t.content}))]}}))}))).apply(this,arguments)}function Xo(){return(Xo=Fe((function(t,e){var n;return Ke(this,(function(r){switch(r.label){case 0:return n=e?{type:e,userId:t}:{userId:t},[4,Wo.syncQueue.where(n).toArray().catch(Co.errnames.DatabaseClosed,(function(){return[]}))];case 1:return[2,r.sent()]}}))}))).apply(this,arguments)}function Zo(){return(Zo=Fe((function(t){return Ke(this,(function(e){switch(e.label){case 0:return[4,$e()];case 1:return[4,Ye(e.sent(),t)];case 2:return[2,e.sent()]}}))}))).apply(this,arguments)}function ti(){return(ti=Fe((function(t){return Ke(this,(function(e){switch(e.label){case 0:return[4,$e()];case 1:return[4,Qe(e.sent(),t)];case 2:return[2,e.sent()]}}))}))).apply(this,arguments)}function ei(){return(ei=Fe((function(t){return Ke(this,(function(e){switch(e.label){case 0:return[4,Wo.syncQueue.get(t).catch(Co.errnames.DatabaseClosed,(function(){}))];case 1:return[2,e.sent()]}}))}))).apply(this,arguments)}function ni(){return(ni=Fe((function(t){var e,n,r;return Ke(this,(function(o){switch(o.label){case 0:return[4,tn(t)];case 1:if(!(n=o.sent()))throw new Error("No sync item with the ID ".concat(t," exists."));if(!(r=null===(e=Ko[n.type])||void 0===e?void 0:e.options.onBeginEditSyncItem))throw new Error("A sync item with the ID ".concat(t,' exists, but the associated handler (if one exists) doesn\'t support editing the item. You can avoid this error by either verifying that sync items of this type can be edited via the "canEditSynchronizationItemsOfType(type: string)" function or alternatively ensure that the synchronizaton handler for sync items of type "').concat(n.type,'" supports editing items.'));return r(n),[2]}}))}))).apply(this,arguments)}function ri(){return(ri=Fe((function(t){return Ke(this,(function(e){switch(e.label){case 0:return[4,Wo.syncQueue.delete(t).catch(Co.errnames.DatabaseClosed)];case 1:return e.sent(),[2]}}))}))).apply(this,arguments)}for(var oi,ii={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)},ai=new Uint8Array(16),ui=[],si=0;si<256;++si)ui.push((si+256).toString(16).slice(1));var ci=function(t,e,n){if(ii.randomUUID&&!e&&!t)return ii.randomUUID();var r=(t=t||{}).random||(t.rng||an)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,e){n=n||0;for(var o=0;o<16;++o)e[n+o]=r[o];return e}return function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return(ui[t[e+0]]+ui[t[e+1]]+ui[t[e+2]]+ui[t[e+3]]+"-"+ui[t[e+4]]+ui[t[e+5]]+"-"+ui[t[e+6]]+ui[t[e+7]]+"-"+ui[t[e+8]]+ui[t[e+9]]+"-"+ui[t[e+10]]+ui[t[e+11]]+ui[t[e+12]]+ui[t[e+13]]+ui[t[e+14]]+ui[t[e+15]]).toLowerCase()}(r)},li="OFFLINE+",fi={};function pi(){return(pi=fn((function(t){return pn(this,(function(e){switch(e.label){case 0:return[4,En()];case 1:return[4,yn(e.sent(),t)];case 2:return[2,e.sent()]}}))}))).apply(this,arguments)}function hi(){return(hi=fn((function(t,e){var n;return pn(this,(function(r){switch(r.label){case 0:return n=e?{type:e,users:t}:{users:t},[4,(new Go).dynamicOfflineData.where(n).toArray().catch(Co.errnames.DatabaseClosed,(function(){return[]}))];case 1:return[2,r.sent()]}}))}))).apply(this,arguments)}function di(){return(di=fn((function(t,e){return pn(this,(function(n){switch(n.label){case 0:return[4,En()];case 1:return[4,gn(n.sent(),t,e)];case 2:return[2,n.sent()]}}))}))).apply(this,arguments)}function vi(){return vi=fn((function(t,e,n){var r,o;return pn(this,(function(i){switch(i.label){case 0:return[4,(r=new Go).dynamicOfflineData.get({type:e,identifier:n}).catch(Co.errnames.DatabaseClosed,(function(){}))];case 1:return(o=i.sent())?[3,3]:[4,r.dynamicOfflineData.add({users:[t],type:e,identifier:n}).catch(Co.errnames.DatabaseClosed)];case 2:return i.sent(),[3,5];case 3:return o.users.includes(t)?[3,5]:[4,r.dynamicOfflineData.update(o.id,{users:(a=o.users,function(t){if(Array.isArray(t))return cn(t)}(a)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(a)||function(t,e){if(t){if("string"==typeof t)return cn(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?cn(t,e):void 0}}(a)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()).concat([t])}).catch(Co.errnames.DatabaseClosed)];case 4:i.sent(),i.label=5;case 5:return[2]}var a}))})),vi.apply(this,arguments)}function yi(){return(yi=fn((function(t,e){return pn(this,(function(n){switch(n.label){case 0:return[4,En()];case 1:return[4,wn(n.sent(),t,e)];case 2:return[2,n.sent()]}}))}))).apply(this,arguments)}function mi(){return mi=fn((function(t,e,n){var r,o;return pn(this,(function(i){switch(i.label){case 0:return[4,(r=new Go).dynamicOfflineData.get({type:e,identifier:n,users:t}).catch(Co.errnames.DatabaseClosed,(function(){}))];case 1:return(o=i.sent())?o.users.length>1?[4,r.dynamicOfflineData.update(o.id,{users:o.users.filter((function(e){return e!==t}))}).catch(Co.errnames.DatabaseClosed)]:[3,3]:[3,5];case 2:return i.sent(),[3,5];case 3:return[4,r.dynamicOfflineData.delete(o.id).catch(Co.errnames.DatabaseClosed)];case 4:i.sent(),i.label=5;case 5:return[2]}}))})),mi.apply(this,arguments)}function gi(){return gi=fn((function(t,e){var n;return pn(this,(function(r){switch(r.label){case 0:return[4,vn(t)];case 1:return n=r.sent(),[4,Promise.all(n.map((o=fn((function(t){return pn(this,(function(n){return[2,On(t.type,t.identifier,e)]}))})),function(t){return o.apply(this,arguments)})))];case 2:return r.sent(),[2]}var o}))})),gi.apply(this,arguments)}function bi(){return bi=fn((function(t,e,n){var r,o,i,a,u,s,c,l,f;return pn(this,(function(p){switch(p.label){case 0:return[4,mn(t,e)];case 1:return p.sent(),r=new Go,[4,En()];case 2:return o=p.sent(),[4,r.dynamicOfflineData.get({type:t,identifier:e}).catch(Co.errnames.DatabaseClosed,(function(){}))];case 3:return i=p.sent(),a=hn().filter((function(e){return e.type===t})),i?[4,Promise.all(a.map((h=fn((function(t){var r,o,i;return pn(this,(function(a){try{return t.sync(e,n),[2,{id:t.id,error:void 0}]}catch(e){return i=null!==(o=null===(r=e.message)||void 0===r?void 0:r.toString())&&void 0!==o?o:e.toString(),[2,{id:t.id,error:i}]}return[2]}))})),function(t){return h.apply(this,arguments)})))]:[2];case 4:return u=p.sent(),s=u.filter((function(t){return!t.error})).map((function(t){return t.id})),c=u.filter((function(t){return t.error})).map((function(t){return t.id})),l=u.filter((function(t){return t.error})).map((function(t){return{handlerId:t.id,message:t.error}})),f={syncedOn:new Date,syncedBy:o,succeededHandlers:s,erroredHandlers:c,errors:l},i.id?[4,r.dynamicOfflineData.update(i.id,{syncState:f}).catch(Co.errnames.DatabaseClosed)]:[3,6];case 5:p.sent(),p.label=6;case 6:return[2]}var h}))})),bi.apply(this,arguments)}function wi(){return(wi=fn((function(){var t;return pn(this,(function(e){switch(e.label){case 0:return[4,(0,Uo.getLoggedInUser)()];case 1:if(!(t=e.sent().uuid))throw new Error("Using the dynamic offline data API requires a logged in user.");return[2,t]}}))}))).apply(this,arguments)}var Si=(0,Bo.createGlobalStore)("offline-patients",{offlinePatientDataSyncState:{},handlers:{}});function Oi(){return Oi=function(t){return function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){jn(i,r,o,a,u,"next",t)}function u(t){jn(i,r,o,a,u,"throw",t)}a(void 0)}))}}((function(t){return function(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}}(this,(function(e){switch(e.label){case 0:return An(),[4,On("patient",t)];case 1:return e.sent(),[2]}}))})),Oi.apply(this,arguments)}}(),v}())}}}))},973:(t,e,n)=>{function r(t,e){return null!=e&&"undefined"!=typeof Symbol&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function o(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}t=n.nmd(t),System.register(["react","@openmrs/esm-navigation","@openmrs/esm-extensions","@openmrs/esm-globals","@openmrs/esm-utils","@openmrs/esm-feature-flags","@openmrs/esm-api","react-dom","react-i18next","swr","@openmrs/esm-context","@openmrs/esm-config","dayjs"],(function(i,a){var u={},s={},c={},l={},f={},p={},h={},d={},v={},y={},m={},g={},b={};return Object.defineProperty(d,"__esModule",{value:!0}),{setters:[function(t){u.Suspense=t.Suspense,u.default=t.default,u.useCallback=t.useCallback,u.useContext=t.useContext,u.useEffect=t.useEffect,u.useMemo=t.useMemo,u.useReducer=t.useReducer,u.useRef=t.useRef,u.useState=t.useState},function(t){s.interpolateUrl=t.interpolateUrl,s.navigate=t.navigate},function(t){c.getConnectedExtensions=t.getConnectedExtensions,c.getExtensionInternalStore=t.getExtensionInternalStore,c.getExtensionStore=t.getExtensionStore,c.registerExtensionSlot=t.registerExtensionSlot,c.renderExtension=t.renderExtension},function(t){l.subscribeConnectivityChanged=t.subscribeConnectivityChanged},function(t){f.isOnline=t.isOnline,f.shallowEqual=t.shallowEqual},function(t){p.featureFlagsStore=t.featureFlagsStore},function(t){h.attachmentUrl=t.attachmentUrl,h.defaultVisitCustomRepresentation=t.defaultVisitCustomRepresentation,h.fetchCurrentPatient=t.fetchCurrentPatient,h.getCurrentUser=t.getCurrentUser,h.getLocations=t.getLocations,h.getSessionStore=t.getSessionStore,h.getVisitStore=t.getVisitStore,h.getVisitTypes=t.getVisitTypes,h.openmrsFetch=t.openmrsFetch,h.restBaseUrl=t.restBaseUrl,h.userHasAccess=t.userHasAccess},function(t){Object.keys(t).forEach((function(e){d[e]=t[e]}))},function(t){v.I18nextProvider=t.I18nextProvider},function(t){y.SWRConfig=t.SWRConfig,y.default=t.default},function(t){m.registerContext=t.registerContext,m.subscribeToContext=t.subscribeToContext,m.unregisterContext=t.unregisterContext,m.updateContext=t.updateContext},function(t){g.getConfigStore=t.getConfigStore,g.getExtensionConfigFromStore=t.getExtensionConfigFromStore,g.getExtensionsConfigStore=t.getExtensionsConfigStore},function(t){b.default=t.default}],execute:function(){i(function(){var i={332:function(t){t.exports=function(){"use strict";return function(t,e,n){e.prototype.isToday=function(){var t="YYYY-MM-DD",e=n();return this.format(t)===e.format(t)}}}()},645:function(t,e,n){"use strict";var r=n(493);e.createRoot=r.createRoot,e.hydrateRoot=r.hydrateRoot},385:function(){System.register([],(function(t,e){return{execute:function(){t(function(){"use strict";var t=function(t,e){var n=s[t];if(n)return n.active?console.error("Cannot override an existing store. Make sure that stores are only created once."):n.value.setState(e,!0),n.active=!0,n.value;var r=u()((function(){return e}));return s[t]={value:r,active:!0},r},e=function(t,e){var n=s[t];return n?(n.active?console.error("Cannot override an existing store. Make sure that stores are only created once."):n.value=e,n.active=!0,n.value):(s[t]={value:e,active:!0},e)},n=function(t,e){var n=s[t];if(!n){var r=u()((function(){return null!=e?e:{}}));return s[t]={value:r,active:!1},r}return n.value},r=function(t,e,n){var r=e(t.getState());return t.subscribe((function(t){var o=e(t);o!==r&&(r=o,n(o))}))},o={d:function(t,e){for(var n in e)o.o(e,n)&&!o.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o:function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r:function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},i={};o.r(i),o.d(i,{createGlobalStore:function(){return t},getGlobalStore:function(){return n},registerGlobalStore:function(){return e},subscribeTo:function(){return r}});var a=function(t){var e,n=new Set,r=function(t,r){var o="function"==typeof t?t(e):t;if(!Object.is(o,e)){var i=e;e=(null!=r?r:"object"!=typeof o)?o:Object.assign({},e,o),n.forEach((function(t){return t(e,i)}))}},o=function(){return e},i={setState:r,getState:o,subscribe:function(t){return n.add(t),function(){return n.delete(t)}},destroy:function(){console.warn("[DEPRECATED] The `destroy` method will be unsupported in a future version. Instead use unsubscribe function returned by subscribe. Everything will be garbage-collected if store is garbage-collected."),n.clear()}};return e=t(r,o,i),i},u=function(t){return t?a(t):a},s={};return setTimeout((function(){"development"===window.spaEnv&&(window.stores=s)}),1e3),i}())}}}))},766:function(t){"use strict";t.exports=h},824:function(t){"use strict";t.exports=g},743:function(t){"use strict";t.exports=m},45:function(t){"use strict";t.exports=c},708:function(t){"use strict";t.exports=p},728:function(t){"use strict";t.exports=l},513:function(t){"use strict";t.exports=s},618:function(t){"use strict";t.exports=f},688:function(t){"use strict";t.exports=b},954:function(t){"use strict";t.exports=u},493:function(t){"use strict";t.exports=d},281:function(t){"use strict";t.exports=v},725:function(t){"use strict";t.exports=y}},a={};function w(t){var e=a[t];if(void 0!==e)return e.exports;var n=a[t]={exports:{}};return i[t].call(n.exports,n,n.exports,w),n.exports}w.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return w.d(e,{a:e}),e},w.d=function(t,e){for(var n in e)w.o(e,n)&&!w.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},w.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},w.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var S={};return function(){"use strict";var i=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},a=function(t){var e=t.to,n=t.templateParams,r=t.onBeforeNavigate,o=t.children,a=function(t,e){if(null==t)return{};var n,r,o=function(t,e){if(null==t)return{};var n,r,o={},i=Object.keys(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||(o[n]=t[n]);return o}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(o[n]=t[n])}return o}(t,["to","templateParams","onBeforeNavigate","children"]);return(0,Wt.useEffect)((function(){a.href&&console.warn("ConfigurableLink does not support the href prop. Use the 'to' prop instead. The provided href value is '".concat(a.href,"'")),a.onClick&&console.warn("ConfigurableLink does not support the onClick prop. Use the 'onBeforeNavigate' prop instead. The 'to' prop of the offending link is ".concat(e))}),[]),Wt.default.createElement("a",function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){i(t,e,n[e])}))}return t}({onClick:function(t){return function(t,e,n,r){0!==t.button||t.ctrlKey||t.shiftKey||t.altKey||t.metaKey||(t.preventDefault(),null==r||r(t),(0,zt.navigate)({to:e,templateParams:n})),0===t.button&&(t.ctrlKey||t.metaKey)&&(null==r||r(t)),0===t.button&&t.shiftKey&&(null==r||r(t)),1===t.button&&(null==r||r(t))}(t,e,n,r)},href:(0,zt.interpolateUrl)(e,n)},a),o)},u=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},s=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},c=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){s(t,e,n[e])}))}return t},l=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},f=function(){var t,e=function(t){if(Array.isArray(t))return t}(t=(0,Wt.useState)((0,Jt.isOnline)()))||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),2!==i.length);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t)||function(t,e){if(t){if("string"==typeof t)return l(t,2);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(t,2):void 0}}(t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),n=e[0],r=e[1];return(0,Wt.useEffect)((function(){return(0,qt.subscribeConnectivityChanged)((function(t){var e=t.online;return r(e)}))}),[]),n},p=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},h=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},d=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){h(t,e,n[e])}))}return t},v=function(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t,e)||m(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()},y=function(t){return function(t){if(Array.isArray(t))return p(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||m(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()},m=function(t,e){if(t){if("string"==typeof t)return p(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?p(t,e):void 0}},g=function(t,e){var n=function(n){r[n]=function(){for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];t.setState((function(t){var r,i=[t].concat(y(o));return(r=e)[n].apply(r,y(i))}))}};"function"==typeof e&&(e=e(t));var r={};for(var o in e)n(o);return r},b=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Qt,n=arguments.length>2?arguments[2]:void 0,r=v((0,Wt.useState)((function(){return e(t.getState())})),2),o=r[0],i=r[1];return(0,Wt.useEffect)((function(){return(0,Yt.subscribeTo)(t,e,i)}),[t,e]),d({},o,(0,Wt.useMemo)((function(){return n?g(t,n):{}}),[t,n]))},O=function(t,e){return b(t,Qt,e)},E=function(t){return function(e){var n=v((0,Wt.useState)(t.getState()),2),r=n[0],o=n[1];return(0,Wt.useEffect)((function(){return t.subscribe((function(t){return o(t)}))}),[]),d({},r,(0,Wt.useMemo)((function(){return e?g(t,e):{}}),[e]))}},j=function(t){var e=Xt().slots;return(0,Wt.useMemo)((function(){var n,r;return null!==(r=null===(n=e[t])||void 0===n?void 0:n.assignedExtensions)&&void 0!==r?r:[]}),[e,t])},x=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},P=function(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t,e)||function(t,e){if(t){if("string"==typeof t)return x(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?x(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()},_=function(t){var e=f(),n=j(t),r=b(Zt.featureFlagsStore),o=(0,Wt.useMemo)((function(){return Object.entries(r.flags).filter((function(t){return P(t,2)[1].enabled})).map((function(t){return P(t,1)[0]}))}),[r.flags]);return(0,Wt.useMemo)((function(){return(0,Ht.getConnectedExtensions)(n,e,o)}),[n,e,o])},A=function(t){var e=(0,Wt.useContext)(Kt).moduleName;if(!e)throw Error("ComponentContext has not been provided. This should come from @openmrs/esm-react-utils.");return(0,Wt.useEffect)((function(){(0,Ht.registerExtensionSlot)(e,t)}),[]),{extensions:_(t),extensionSlotName:t,extensionSlotModuleName:e}},k=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},T=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){k(t,e,n[e])}))}return t},C=function(t){return t},I=function(t){var e=t.name,n=t.extensionSlotName,r=t.select,o=void 0===r?C:r,i=t.children,a=t.state,u=t.style,s=function(t,e){if(null==t)return{};var n,r,o=function(t,e){if(null==t)return{};var n,r,o={},i=Object.keys(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||(o[n]=t[n]);return o}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(o[n]=t[n])}return o}(t,["name","extensionSlotName","select","children","state","style"]);if(i&&a)throw new Error("Both children and state have been provided. If children are provided, the state must be passed as a prop to the `Extension` component.");var c,l,f,p,h=null!=e?e:n,d=(0,Wt.useRef)(null),v=A(h),y=v.extensions,m=v.extensionSlotModuleName,g=(0,Wt.useMemo)((function(){return o(y)}),[o,y]),b=(0,Wt.useMemo)((function(){if("function"==typeof i&&!Wt.default.isValidElement(i))return g.map((function(t){return i(t)}))}),[i,g]);return Wt.default.createElement("div",T({ref:d,"data-extension-slot-name":h,"data-extension-slot-module-name":m,style:(f=T({},u),p={position:"relative"},p=null!=p?p:{},Object.getOwnPropertyDescriptors?Object.defineProperties(f,Object.getOwnPropertyDescriptors(p)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n.push.apply(n,r)}return n}(Object(p)).forEach((function(t){Object.defineProperty(f,t,Object.getOwnPropertyDescriptor(p,t))})),f)},s),h&&g.map((function(t,e){return Wt.default.createElement(Kt.Provider,{key:t.id,value:{moduleName:m,featureName:"",extension:{extensionId:t.id,extensionSlotName:h,extensionSlotModuleName:m}}},null!==(l=null!==(c=null==b?void 0:b[e])&&void 0!==c?c:"function"!=typeof i?i:null)&&void 0!==l?l:Wt.default.createElement($t,{state:a}))})))},D=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},M=function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n},R=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?M(Object(n),!0).forEach((function(e){N(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):M(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t},N=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},L=function(t,e){var n;if("function"!=typeof(n=e.domElement?function(){return e.domElement}:e.domElementGetter?e.domElementGetter:t.domElementGetter?t.domElementGetter:function(t){var e=t.appName||t.name;if(!e)throw Error("single-spa's dom-element-getter-helpers was not given an application name as a prop, so it can't make a unique dom element container for the react application");var n="single-spa-application:".concat(e);return function(){var t=document.getElementById(n);return t||((t=document.createElement("div")).id=n,document.body.appendChild(t)),t}}(e)))throw Error("single-spa's dom-element-getter-helpers was given an invalid domElementGetter for application or parcel '".concat(e.name,"'. Expected a function, received ").concat(oe(n)));return function(){var t=n(e);if(!r(t,HTMLElement))throw Error("single-spa's dom-element-getter-helpers: domElementGetter returned an invalid dom element for application or parcel '".concat(e.name,"'. Expected HTMLElement, received ").concat(oe(t)));return t}},U=function(t,e){return t.rootComponent?Promise.resolve():t.loadRootComponent(e).then((function(e){t.rootComponent=e}))},B=function(t,e){return new Promise((function(n,r){t.suppressComponentDidCatchWarning||!function(t){if(!(t&&"string"==typeof t.version&&t.version.indexOf(".")>=0))return!1;var e=t.version.slice(0,t.version.indexOf("."));try{return Number(e)>=16}catch(t){return!1}}(t.React)||t.errorBoundary||t.errorBoundaryClass||(t.rootComponent.prototype?t.rootComponent.prototype.componentDidCatch||console.warn("single-spa-react: ".concat(e.name||e.appName||e.childAppName,"'s rootComponent should implement componentDidCatch to avoid accidentally unmounting the entire single-spa application.")):console.warn("single-spa-react: ".concat(e.name||e.appName||e.childAppName,"'s rootComponent does not implement an error boundary. If using a functional component, consider providing an opts.errorBoundary to singleSpaReact(opts).")));var o=K(t,e,(function(){n(this)})),i=L(t,e)(),a=function(t){var e=t.renderType,n=t.elementToRender,r=t.domElement,o=t.reactDom[e];if("function"!=typeof o)throw new Error('renderType "'.concat(e,'" did not return a function.'));switch(e){case"createRoot":case"unstable_createRoot":case"createBlockingRoot":case"unstable_createBlockingRoot":var i=o(r);return i.render(n),i;case"hydrateRoot":return o(r,n);default:return o(n,r),null}}({elementToRender:o,domElement:i,reactDom:G(t),renderType:W(t)});t.domElements[e.name]=i,t.renderResults[e.name]=a}))},F=function(t,e){return new Promise((function(n){t.unmountResolves[e.name]=n;var r=t.renderResults[e.name];r&&r.unmount?r.unmount():G(t).unmountComponentAtNode(t.domElements[e.name]),delete t.domElements[e.name],delete t.renderResults[e.name]}))},V=function(t,e){return new Promise((function(n){t.updateResolves[e.name]||(t.updateResolves[e.name]=[]),t.updateResolves[e.name].push(n);var r=K(t,e,null),o=t.renderResults[e.name];if(o&&o.render)o.render(r);else{var i=L(t,e)();G(t).render(r,i)}}))},G=function(t){return t.ReactDOMClient||t.ReactDOM},W=function(t){return"function"==typeof t.renderType?t.renderType():t.renderType},K=function(t,e,n){var r=t.React.createElement(t.rootComponent,e),o=ie?t.React.createElement(ie.Provider,{value:e},r):r;return(t.errorBoundary||e.errorBoundary||t.errorBoundaryClass||e.errorBoundaryClass)&&(t.errorBoundaryClass=t.errorBoundaryClass||e.errorBoundaryClass||function(t,e){function n(e){t.React.Component.apply(this,arguments),this.state={caughtError:null,caughtErrorInfo:null},n.displayName="SingleSpaReactErrorBoundary(".concat(e.name,")")}return n.prototype=Object.create(t.React.Component.prototype),n.prototype.render=function(){return this.state.caughtError?(t.errorBoundary||e.errorBoundary)(this.state.caughtError,this.state.caughtErrorInfo,this.props):this.props.children},n.prototype.componentDidCatch=function(t,e){this.setState({caughtError:t,caughtErrorInfo:e})},n}(t,e),o=t.React.createElement(t.errorBoundaryClass,e,o)),t.React.createElement(t.SingleSpaRoot,R(R({},e),{},{mountFinished:n,updateFinished:function(){t.updateResolves[e.name]&&(t.updateResolves[e.name].forEach((function(t){return t()})),delete t.updateResolves[e.name])},unmountFinished:function(){t.unmountResolves[e.name]&&(t.unmountResolves[e.name](),delete t.unmountResolves[e.name])}}),o)},z=function(t){if("object"!=typeof t||"string"!=typeof t.featureName||"string"!=typeof t.moduleName)throw new Error("Invalid options");var e=Object.assign({},fe,t);return function(t){var n,i,a,u;return i=n=function(n){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&le(t,e)}(u,n);var i,a=function(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=ce(t);if(e){var i=ce(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return function(t,e){return!e||"object"!=((n=e)&&"undefined"!=typeof Symbol&&n.constructor===Symbol?"symbol":void 0===n?"undefined":o(n))&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e;var n}(this,n)}}(u);function u(t){var n;return function(t,e){if(!r(t,e))throw new TypeError("Cannot call a class as a function")}(this,u),(n=a.call(this,t)).state={caughtError:null,caughtErrorInfo:null,config:{moduleName:e.moduleName,featureName:e.featureName,extension:t._extensionContext}},n}return(i=[{key:"componentDidCatch",value:function(t,n){n&&n.componentStack&&(t.extra=Object.assign(t.extra||{},{componentStack:n.componentStack})),e.throwErrorsToConsole&&setTimeout((function(){throw t})),this.setState({caughtError:t,caughtErrorInfo:n})}},{key:"render",value:function(){if(this.state.caughtError)return Wt.default.createElement("div",null,"An error has occurred. Please try reloading the page.");var n=Wt.default.createElement(Wt.Suspense,{fallback:null},Wt.default.createElement(se.SWRConfig,{value:pe},Wt.default.createElement(Kt.Provider,{value:this.state.config},e.disableTranslations?Wt.default.createElement(t,this.props):Wt.default.createElement(ue.I18nextProvider,{i18n:window.i18next,defaultNS:e.moduleName},Wt.default.createElement(t,this.props)))));return e.strictMode||!Wt.default.StrictMode?n:Wt.default.createElement(Wt.default.StrictMode,null,n)}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(u.prototype,i),u}(Wt.default.Component),a="displayName",u="OpenmrsReactComponent(".concat(e.featureName,")"),a in i?Object.defineProperty(i,a,{value:u,enumerable:!0,configurable:!0,writable:!0}):i[a]=u,n}},H=function(t,e){return function(t){if("object"!==re(t))throw new Error("single-spa-react requires a configuration object");var e,n=R(R({},ae),t);if(!n.React)throw new Error("single-spa-react must be passed opts.React");if(!n.ReactDOM&&!n.ReactDOMClient)throw new Error("single-spa-react must be passed opts.ReactDOM or opts.ReactDOMClient");if(n.renderType||(null!==(e=n.ReactDOMClient)&&void 0!==e&&e.createRoot?n.renderType="createRoot":n.renderType="render"),!n.rootComponent&&!n.loadRootComponent)throw new Error("single-spa-react must be passed opts.rootComponent or opts.loadRootComponent");if(n.errorBoundary&&"function"!=typeof n.errorBoundary)throw Error("The errorBoundary opt for single-spa-react must either be omitted or be a function that returns React elements");!ie&&n.React.createContext&&(ie=n.React.createContext()),n.SingleSpaRoot=function(t){function e(t){e.displayName="SingleSpaRoot(".concat(t.name,")")}return e.prototype=Object.create(t.React.Component.prototype),e.prototype.componentDidMount=function(){setTimeout(this.props.mountFinished)},e.prototype.componentWillUnmount=function(){setTimeout(this.props.unmountFinished)},e.prototype.render=function(){return setTimeout(this.props.updateFinished),this.props.children},e}(n);var r={bootstrap:U.bind(null,n),mount:B.bind(null,n),unmount:F.bind(null,n)};return n.parcelCanUpdate&&(r.update=V.bind(null,n)),r}({React:Wt.default,ReactDOMClient:ne,rootComponent:z(e)(t)})},$=function(t,e){return function(){return t().then((function(t){return H(t.default,e)}))}},q=function(t,e){return function(){return Promise.resolve(H(t,e))}},J=function(t,e){var n=(0,Wt.useRef)(null!=e?e:{}),r=(0,Wt.useRef)((function(e){return(0,de.updateContext)(t,e)}));return(0,Wt.useEffect)((function(){return(0,de.registerContext)(t,null!=e?e:{}),function(){(0,de.unregisterContext)(t)}}),[t]),(0,Wt.useEffect)((function(){var r=null!=e?e:{};(0,Jt.shallowEqual)(n.current,r)||((0,de.updateContext)(t,(function(){return r})),n.current=r)}),[e]),r.current},Y=function(t){return J(t.namespace,t.value),null},Q=function(){var t=(0,Wt.useRef)();return t.current&&!t.current.signal.aborted||(t.current=new AbortController),(0,Wt.useEffect)((function(){var e=t.current;return function(){return null==e?void 0:e.abort()}}),[]),t.current},X=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},Z=function(t){var e,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(t){return null!=t?t:{}},r=function(t){if(Array.isArray(t))return t}(e=(0,Wt.useState)())||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),2!==i.length);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(e)||function(t,e){if(t){if("string"==typeof t)return X(t,2);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?X(t,2):void 0}}(e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),o=r[0],i=r[1];return(0,Wt.useEffect)((function(){if(null==t||""===t.replace(" ",""))throw new Error('The namespace supplied to useAppContext must be a non-empty string, but was "'.concat(t,'".'))}),[t]),(0,Wt.useEffect)((function(){return(0,de.subscribeToContext)(t,(function(t){if(void 0!==t){var e=n?n(t):null!=t?t:{};(0,Jt.shallowEqual)(o,e)||i(e)}}))}),[]),o},tt=function(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}},et=function(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}},nt=function(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}},rt=function(t){var e=this.__data__=new we(t);this.size=e.size},ot=function(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Qe;++e<n;)this.add(t[e])},it=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},at=function(t){var e,n=function(t){if(Array.isArray(t))return t}(e=(0,Wt.useState)([]))||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),2!==i.length);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(e)||function(t,e){if(t){if("string"==typeof t)return it(t,2);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?it(t,2):void 0}}(e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),r=n[0],o=n[1];return(0,Wt.useEffect)((function(){return(0,Ht.getExtensionStore)().subscribe((function(e){var n,i,a=null!==(i=null===(n=e.slots[t])||void 0===n?void 0:n.assignedExtensions.map((function(t){return t.id})))&&void 0!==i?i:[];cr(a,r)||o(a)}))}),[]),r},ut=function(t,e){var n,r=(0,se.default)("".concat(te.attachmentUrl,"?patient=").concat(t,"&includeEncounterless=").concat(e),te.openmrsFetch),o=r.data,i=r.error,a=r.mutate,u=r.isLoading,s=r.isValidating;return(0,Wt.useMemo)((function(){return{isLoading:u,data:null!==(n=null==o?void 0:o.data.results)&&void 0!==n?n:[],error:i,mutate:a,isValidating:s}}),[o,i,u,s,a])},st=function(t){(0,Wt.useEffect)((function(){if(t){var e=window.getComputedStyle(document.body).overflow;return document.body.style.overflow="hidden",function(){document.body.style.overflow=e}}}),[t])},ct=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},lt=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},ft=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){lt(t,e,n[e])}))}return t},pt=function(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t,e)||function(t,e){if(t){if("string"==typeof t)return ct(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?ct(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()},ht=function(t){var e,n=(0,Wt.useContext)(Kt),r=n.moduleName,o=n.extension,i=null!==(e=null==t?void 0:t.externalModuleName)&&void 0!==e?e:r;if(!i&&!o)throw Error(pr);var a=function(t){var e=(0,Wt.useMemo)((function(){return(0,lr.getConfigStore)(t)}),[t]),n=t,r=function(t){var e=pt((0,Wt.useState)(function(t){return function(){var e=t.getState();return e.loaded&&e.config?e.config:null}}(t)),2),n=e[0],r=e[1];return(0,Wt.useEffect)((function(){return null==t?void 0:t.subscribe((function(t){t.loaded&&t.config&&r(t.config)}))}),[t]),n}(e);if(!r)throw fr[n]||(fr[n]=function(t){return new Promise((function(e){var n=t.subscribe((function(t){t.loaded&&t.config&&(e(t.config),n())}))}))}(e)),fr[n];return r}(i),u=function(t){var e=(0,Wt.useMemo)(lr.getExtensionsConfigStore,[]),n=function(t,e){var n=pt((0,Wt.useState)(function(t,e){return e?function(){var n=t.getState(),r=(0,lr.getExtensionConfigFromStore)(n,e.extensionSlotName,e.extensionId);if(r.loaded&&r.config)return r.config}:null}(t,e)),2),r=n[0],o=n[1];return(0,Wt.useEffect)((function(){if(e)return t.subscribe((function(t){var n=(0,lr.getExtensionConfigFromStore)(t,e.extensionSlotName,e.extensionId);n.loaded&&n.config&&!cr(n.config,r)&&o(n.config)}))}),[t,e,r]),r}(e,t);if(!n&&t){var r="".concat(t.extensionSlotName,"-").concat(t.extensionId);throw!fr[r]&&e&&(fr[r]=function(t,e){return new Promise((function(n){var r=t.subscribe((function(t){var o=(0,lr.getExtensionConfigFromStore)(t,e.extensionSlotName,e.extensionId);o.loaded&&o.config&&(n(o.config),r())}))}))}(e,t)),fr[r]}return n||{}}(o);return(0,Wt.useMemo)((function(){return(null==t?void 0:t.externalModuleName)&&i===t.externalModuleName?ft({},a):ft({},a,u)}),[i,null==t?void 0:t.externalModuleName,a,u])},dt=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},vt=function(t){var e,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:300,r=function(t){if(Array.isArray(t))return t}(e=(0,Wt.useState)(t))||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),2!==i.length);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(e)||function(t,e){if(t){if("string"==typeof t)return dt(t,2);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?dt(t,2):void 0}}(e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),o=r[0],i=r[1];return(0,Wt.useEffect)((function(){var e=setTimeout((function(){i(t)}),n);return function(){clearTimeout(e)}}),[t,n]),o},yt=function(t){var e=_(t);return(0,Wt.useMemo)((function(){return Object.fromEntries(e.map((function(t){return[t.name,t.meta]})))}),[e])},mt=function(t){var e,n=b(Zt.featureFlagsStore).flags;return(0,Wt.useEffect)((function(){n[t]||console.error('useFeatureFlag: Attempted to get value of non-existent flag "'.concat(t,'". Did you forget to call registerFeatureFlag?'))}),[n[t]]),null===(e=n[t])||void 0===e?void 0:e.enabled},gt=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},bt=function(){var t,e=(t=(0,Wt.useState)(0),function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),2!==i.length);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t)||function(t,e){if(t){if("string"==typeof t)return gt(t,2);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?gt(t,2):void 0}}(t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}())[1];return(0,Wt.useCallback)((function(){e((function(t){return t+1}))}),[])},wt=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},St=function(){var t="tablet";return document.body.classList.forEach((function(e){switch(e){case"omrs-breakpoint-lt-tablet":t="phone";break;case"omrs-breakpoint-gt-small-desktop":t="large-desktop";break;case"omrs-breakpoint-gt-tablet":t="small-desktop"}})),t},Ot=function(){var t,e=function(t){if(Array.isArray(t))return t}(t=(0,Wt.useState)(St))||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),2!==i.length);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t)||function(t,e){if(t){if("string"==typeof t)return wt(t,2);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?wt(t,2):void 0}}(t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),n=e[0],r=e[1];return(0,Wt.useEffect)((function(){var t=function(){r(St())};return window.addEventListener("resize",t),function(){return window.removeEventListener("resize",t)}}),[]),n},Et=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},jt=function(){var t,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=function(t){if(Array.isArray(t))return t}(t=(0,Wt.useState)([]))||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),2!==i.length);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t)||function(t,e){if(t){if("string"==typeof t)return Et(t,2);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Et(t,2):void 0}}(t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),r=n[0],o=n[1];return(0,Wt.useEffect)((function(){var t=(0,te.getLocations)(e).subscribe((function(t){o(t)}),(function(t){console.error(t)}));return function(){return t.unsubscribe()}}),[]),r},xt=function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=(0,Wt.useRef)(null);return(0,Wt.useEffect)((function(){var r=function(r){e&&n.current&&!n.current.contains(r.target)&&t(r)};return window.addEventListener("mousedown",r),window.addEventListener("touchstart",r),function(){window.removeEventListener("mousedown",r),window.removeEventListener("touchstart",r)}}),[t,e]),n},Pt=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},_t=function(t){var e,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=r.abortController,i=r.fetchInit,a=r.url,u=r.swrConfig,s=ve(),c=(0,Wt.useMemo)((function(){return null!==(n=null!==(e=null==i?void 0:i.signal)&&void 0!==e?e:null==o?void 0:o.signal)&&void 0!==n?n:s.signal}),[null==o?void 0:o.signal,null==i?void 0:i.signal,s.signal]),l=(0,Wt.useCallback)((function(t){var e,n,r=function(t,e){if(e)return"function"==typeof e?e(t):e;if("string"==typeof t)return t;throw new Error("When using useOpenmrsSWR with a key that is not a string, you must provide a url() function that converts the key to a valid url. The key for this hook is ".concat(t,"."))}(t,a);return(0,te.openmrsFetch)(r,(e=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){Pt(t,e,n[e])}))}return t}({},i),n=null!=(n={signal:c})?n:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n.push.apply(n,r)}return n}(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})),e))}),[c,i,a]);return(0,se.default)(t,l,u)},At=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},kt=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},Tt=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){kt(t,e,n[e])}))}return t},Ct=function(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n.push.apply(n,r)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},It=function(){var t=/\/patient\/([a-zA-Z0-9\-]+)\/?/.exec(location.pathname);return t&&t[1]},Dt=function(t,e){switch(e.type){case nr.loadPatient:return Ct(Tt({},t),{patientUuid:e.patientUuid,patient:null,isPendingUuid:!1,isLoadingPatient:!0,err:null});case nr.newPatient:return Ct(Tt({},t),{patient:e.patient,isPendingUuid:!1,isLoadingPatient:!1,err:null});case nr.loadError:return Ct(Tt({},t),{patient:null,isPendingUuid:!1,isLoadingPatient:!1,err:e.err});default:return t}},Mt=function(t){var e,n=function(t){if(Array.isArray(t))return t}(e=(0,Wt.useReducer)(Dt,Ct(Tt({},yr),{patientUuid:null!=t?t:null,isPendingUuid:!t,isLoadingPatient:!!t})))||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),2!==i.length);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(e)||function(t,e){if(t){if("string"==typeof t)return At(t,2);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?At(t,2):void 0}}(e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),r=n[0],o=n[1];return(0,Wt.useEffect)((function(){if(r.isPendingUuid){var t=It();o(t?{type:nr.loadPatient,patientUuid:t}:{type:nr.newPatient,patient:null})}var e=!0;return r.isLoadingPatient&&r.patientUuid&&(0,te.fetchCurrentPatient)(r.patientUuid).then((function(t){return e&&o({patient:t,type:nr.newPatient})}),(function(t){return e&&o({err:t,type:nr.loadError})})),function(){e=!1}}),[r.isPendingUuid,r.isLoadingPatient,r.patientUuid]),(0,Wt.useEffect)((function(){var t=function(t){var e=It();e!=r.patientUuid&&o({type:nr.loadPatient,patientUuid:e})};return window.addEventListener("single-spa:routing-event",t),function(){return window.removeEventListener("single-spa:routing-event",t)}}),[r.patientUuid]),{isLoading:r.isPendingUuid||r.isLoadingPatient,patient:r.patient,patientUuid:null!=t?t:r.patientUuid,error:r.err}},Rt=function(t){var e=A(t),n=e.extensions,r=e.extensionSlotModuleName;return t?n.map((function(e){return function(n){var o=n.state;return Wt.default.createElement(Kt.Provider,{value:{moduleName:r,featureName:"",extension:{extensionId:e.id,extensionSlotName:t,extensionSlotModuleName:r}}},Wt.default.createElement($t,{state:o}))}})):[]},Nt=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},Lt=function(){var t,e=(0,Wt.useRef)(),n=function(t){if(Array.isArray(t))return t}(t=(0,Wt.useState)(null))||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),2!==i.length);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t)||function(t,e){if(t){if("string"==typeof t)return Nt(t,2);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Nt(t,2):void 0}}(t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),r=n[0],o=n[1],i=null;if(!r){if(vr){var a=(0,te.getSessionStore)().getState();a.loaded&&(i=a.session)}else vr=new Promise((function(t){var n=function(n){var r=n.loaded,o=n.session;r&&(t(o),i=o,e.current&&e.current(),e.current=void 0)};n((0,te.getSessionStore)().getState()),i||(e.current=(0,te.getSessionStore)().subscribe(n))}));if(!i)throw vr;o(i)}(0,Wt.useEffect)((function(){return e.current||(e.current=(0,te.getSessionStore)().subscribe((function(t){var e=t.loaded,n=t.session;e&&(i=n,o(n))}))),function(){e.current&&e.current(),e.current=void 0}}),[]);var u=r||i;if(!u)throw vr?(console.warn("useSession is in an unexpected state. Attempting to recover."),vr):Error("useSession is in an invalid state.");return u},Ut=function(t){var e,n=b((0,te.getVisitStore)()),r=n.patientUuid,o=n.manuallySetVisitUuid,i=t&&r==t?o:null,a="?patient=".concat(t,"&v=").concat(te.defaultVisitCustomRepresentation,"&includeInactive=false"),u="/".concat(i),s=(0,se.default)(t?"".concat(te.restBaseUrl,"/visit").concat(a):null,te.openmrsFetch),c=s.data,l=s.error,f=s.mutate,p=s.isValidating,h=(0,se.default)(t&&i?"".concat(te.restBaseUrl,"/visit").concat(u):null,te.openmrsFetch),d=h.data,v=h.error,y=h.mutate,m=h.isValidating,g=(0,Wt.useMemo)((function(){return null!==(e=null==c?void 0:c.data.results.find((function(t){return null===t.stopDatetime})))&&void 0!==e?e:null}),[c]),w=(0,Wt.useMemo)((function(){return i?null==d?void 0:d.data:null!=g?g:null}),[d,g,i]);return{error:l||v,mutate:function(){f(),y()},isValidating:p||m,activeVisit:g,currentVisit:w,currentVisitIsRetrospective:Boolean(i),isLoading:Boolean((!c||i&&!d)&&(!l||!v))}},Bt=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},Ft=function(){var t,e=function(t){if(Array.isArray(t))return t}(t=(0,Wt.useState)([]))||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),2!==i.length);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t)||function(t,e){if(t){if("string"==typeof t)return Bt(t,2);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Bt(t,2):void 0}}(t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),n=e[0],r=e[1];return(0,Wt.useEffect)((function(){var t=(0,te.getVisitTypes)().subscribe((function(t){r(t)}),(function(t){return console.error(t)}));return function(){return t.unsubscribe()}}),[]),n},Vt=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},Gt=function(){var t,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:wr,r=function(t){if(Array.isArray(t))return t}(t=(0,Wt.useState)(1))||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),2!==i.length);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t)||function(t,e){if(t){if("string"==typeof t)return Vt(t,2);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Vt(t,2):void 0}}(t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),o=r[0],i=r[1],a=(0,Wt.useMemo)((function(){return"number"==typeof n&&n>0?Math.max(1,Math.ceil(e.length/n)):1}),[e.length,n]),u=(0,Wt.useMemo)((function(){var t=(o-1)*n,r=(o+0)*n;return e.slice(t,r)}),[e,o,n]),s=(0,Wt.useCallback)((function(t){i(Math.max(1,Math.min(a,t)))}),[i,a]),c=(0,Wt.useCallback)((function(){o<a&&i(o+1)}),[o,a,i]),l=(0,Wt.useCallback)((function(){o>1&&i(o-1)}),[o,i]);return(0,Wt.useMemo)((function(){return{results:u,totalPages:a,currentPage:o,paginated:e.length>n,showNextButton:o<a,showPreviousButton:o>1,goTo:s,goToNext:c,goToPrevious:l}}),[u,a,e.length,n,o,s,c,l])};w.r(S),w.d(S,{ComponentContext:function(){return Kt},ConfigurableLink:function(){return a},Extension:function(){return $t},ExtensionSlot:function(){return I},OpenmrsAppContext:function(){return Y},UserHasAccess:function(){return ee},createUseStore:function(){return E},getAsyncExtensionLifecycle:function(){return he},getAsyncLifecycle:function(){return $},getLifecycle:function(){return H},getSyncLifecycle:function(){return q},isDesktop:function(){return dr},openmrsComponentDecorator:function(){return z},useAbortController:function(){return Q},useAppContext:function(){return Z},useAssignedExtensionIds:function(){return at},useAssignedExtensions:function(){return j},useAttachments:function(){return ut},useBodyScrollLock:function(){return st},useConfig:function(){return ht},useConnectedExtensions:function(){return _},useConnectivity:function(){return f},useDebounce:function(){return vt},useDefineAppContext:function(){return J},useExtensionInternalStore:function(){return hr},useExtensionSlot:function(){return A},useExtensionSlotMeta:function(){return yt},useExtensionStore:function(){return Xt},useFeatureFlag:function(){return mt},useForceUpdate:function(){return bt},useLayoutType:function(){return Ot},useLocations:function(){return jt},useOnClickOutside:function(){return xt},useOpenmrsSWR:function(){return _t},usePagination:function(){return Gt},usePatient:function(){return Mt},useRenderableExtensions:function(){return Rt},useSession:function(){return Lt},useStore:function(){return b},useStoreWithActions:function(){return O},useVisit:function(){return Ut},useVisitTypes:function(){return Ft}});var Wt=w(954),Kt=Wt.default.createContext({moduleName:"",featureName:""}),zt=w(513),Ht=w(45),$t=function(t){var e,n=t.state,o=t.children,i=t.wrap,a=function(t,e){if(null==t)return{};var n,r,o=function(t,e){if(null==t)return{};var n,r,o={},i=Object.keys(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||(o[n]=t[n]);return o}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(o[n]=t[n])}return o}(t,["state","children","wrap"]),s=function(t){if(Array.isArray(t))return t}(e=(0,Wt.useState)())||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),2!==i.length);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(e)||function(t,e){if(t){if("string"==typeof t)return u(t,2);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,2):void 0}}(e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),l=s[0],f=s[1],p=(0,Wt.useContext)(Kt).extension,h=(0,Wt.useRef)(null),d=(0,Wt.useRef)(Promise.resolve()),v=(0,Wt.useRef)(!1);(0,Wt.useEffect)((function(){i&&console.warn("'wrap' prop of Extension is being used ".concat((null==p?void 0:p.extensionId)?"by ".concat(p.extensionId," in ").concat(p.extensionSlotName):"",". This will be removed in a future release."))}),[]);var y=(0,Wt.useCallback)((function(t){f(t)}),[f]);(0,Wt.useEffect)((function(){if(null!=l&&(null==p?void 0:p.extensionSlotName)&&p.extensionSlotModuleName&&p.extensionSlotModuleName&&!h.current&&!v.current)return v.current=!0,(0,Ht.renderExtension)(l,p.extensionSlotName,p.extensionSlotModuleName,p.extensionId,void 0,n).then((function(t){h.current=t,v.current=!1})),function(){if(h&&h.current)switch(h.current.getStatus()){case"MOUNTING":h.current.mountPromise.then((function(){var t;"MOUNTED"===(null===(t=h.current)||void 0===t?void 0:t.getStatus())&&h.current.unmount()}));break;case"MOUNTED":h.current.unmount();break;case"UPDATING":d.current&&d.current.then((function(){var t;"MOUNTED"===(null===(t=h.current)||void 0===t?void 0:t.getStatus())&&h.current.unmount()}))}}}),[null==p?void 0:p.extensionSlotName,null==p?void 0:p.extensionId,null==p?void 0:p.extensionSlotModuleName,l]),(0,Wt.useEffect)((function(){h.current&&h.current.update&&"UNMOUNTING"!==h.current.getStatus()&&Promise.all([h.current.mountPromise,d.current]).then((function(){var t;"MOUNTED"===(null==h||null===(t=h.current)||void 0===t?void 0:t.getStatus())&&h.current.update&&(d.current=h.current.update(c({},n)).catch((function(t){var e,n,o;if(n=t,!(null!=(o=Error)&&"undefined"!=typeof Symbol&&o[Symbol.hasInstance]?o[Symbol.hasInstance](n):r(n,o))||!t.message.includes("minified message #32")||"MOUNTED"===(null===(e=h.current)||void 0===e?void 0:e.getStatus()))throw t})))}))}),[n]);var m=Wt.default.createElement("div",c({ref:y,"data-extension-id":null==p?void 0:p.extensionId,style:{position:"relative"}},a));return"function"!=typeof o||Wt.default.isValidElement(o)?p&&i?i(m,p):m:Wt.default.createElement(Wt.default.Fragment,null,o(m,p))},qt=w(728),Jt=w(618),Yt=w(385),Qt=function(t){return t},Xt=E((0,Ht.getExtensionStore)()),Zt=w(708),te=w(766),ee=function(t){var e,n=t.privilege,r=t.fallback,o=t.children,i=function(t){if(Array.isArray(t))return t}(e=(0,Wt.useState)(null))||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),2!==i.length);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(e)||function(t,e){if(t){if("string"==typeof t)return D(t,2);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?D(t,2):void 0}}(e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),a=i[0],u=i[1];return(0,Wt.useEffect)((function(){var t=(0,te.getCurrentUser)({includeAuthStatus:!1}).subscribe(u);return function(){return t.unsubscribe()}}),[]),a&&(0,te.userHasAccess)(n,a)?Wt.default.createElement(Wt.default.Fragment,null,o):r?Wt.default.createElement(Wt.default.Fragment,null,r):null},ne=w(645);function re(t){return(re="function"==typeof Symbol&&"symbol"==o(Symbol.iterator)?function(t){return void 0===t?"undefined":o(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":void 0===t?"undefined":o(t)})(t)}function oe(t){return(oe="function"==typeof Symbol&&"symbol"==o(Symbol.iterator)?function(t){return void 0===t?"undefined":o(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":void 0===t?"undefined":o(t)})(t)}var ie=null;try{ie=n(1343).createContext()}catch(M){}var ae={React:null,ReactDOM:null,ReactDOMClient:null,rootComponent:null,loadRootComponent:null,errorBoundary:null,errorBoundaryClass:null,domElementGetter:null,parcelCanUpdate:!0,suppressComponentDidCatchWarning:!1,domElements:{},renderResults:{},updateResolves:{},unmountResolves:{}},ue=w(281),se=w(725);function ce(t){return ce=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},ce(t)}function le(t,e){return le=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},le(t,e)}var fe={strictMode:!0,throwErrorsToConsole:!0,disableTranslations:!1},pe={errorRetryCount:3,fetcher:te.openmrsFetch,focusThrottleInterval:3e4},he=$,de=w(743),ve=Q,ye=function(t,e){return t===e||t!=t&&e!=e},me=function(t,e){for(var n=t.length;n--;)if(ye(t[n][0],e))return n;return-1},ge=Array.prototype.splice;tt.prototype.clear=function(){this.__data__=[],this.size=0},tt.prototype.delete=function(t){var e=this.__data__,n=me(e,t);return!(n<0||(n==e.length-1?e.pop():ge.call(e,n,1),--this.size,0))},tt.prototype.get=function(t){var e=this.__data__,n=me(e,t);return n<0?void 0:e[n][1]},tt.prototype.has=function(t){return me(this.__data__,t)>-1},tt.prototype.set=function(t,e){var n=this.__data__,r=me(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};var be,we=tt,Se="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,Oe="object"==typeof self&&self&&self.Object===Object&&self,Ee=Se||Oe||Function("return this")(),je=Ee.Symbol,xe=Object.prototype,Pe=xe.hasOwnProperty,_e=xe.toString,Ae=je?je.toStringTag:void 0,ke=Object.prototype.toString,Te=je?je.toStringTag:void 0,Ce=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":Te&&Te in Object(t)?function(t){var e=Pe.call(t,Ae),n=t[Ae];try{t[Ae]=void 0;var r=!0}catch(t){}var o=_e.call(t);return r&&(e?t[Ae]=n:delete t[Ae]),o}(t):function(t){return ke.call(t)}(t)},Ie=function(t){var e=void 0===t?"undefined":o(t);return null!=t&&("object"==e||"function"==e)},De=function(t){if(!Ie(t))return!1;var e=Ce(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e},Me=Ee["__core-js_shared__"],Re=(be=/[^.]+$/.exec(Me&&Me.keys&&Me.keys.IE_PROTO||""))?"Symbol(src)_1."+be:"",Ne=Function.prototype.toString,Le=function(t){if(null!=t){try{return Ne.call(t)}catch(t){}try{return t+""}catch(t){}}return""},Ue=/^\[object .+?Constructor\]$/,Be=Function.prototype,Fe=Object.prototype,Ve=Be.toString,Ge=Fe.hasOwnProperty,We=RegExp("^"+Ve.call(Ge).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ke=function(t,e){var n=function(t,e){return null==t?void 0:t[e]}(t,e);return function(t){return!(!Ie(t)||(e=t,Re&&Re in e))&&(De(t)?We:Ue).test(Le(t));var e}(n)?n:void 0},ze=Ke(Ee,"Map"),He=Ke(Object,"create"),$e=Object.prototype.hasOwnProperty,qe=Object.prototype.hasOwnProperty;et.prototype.clear=function(){this.__data__=He?He(null):{},this.size=0},et.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},et.prototype.get=function(t){var e=this.__data__;if(He){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return $e.call(e,t)?e[t]:void 0},et.prototype.has=function(t){var e=this.__data__;return He?void 0!==e[t]:qe.call(e,t)},et.prototype.set=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=He&&void 0===e?"__lodash_hash_undefined__":e,this};var Je=et,Ye=function(t,e){var n,r,i=t.__data__;return("string"==(r=o(n=e))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?i["string"==typeof e?"string":"hash"]:i.map};nt.prototype.clear=function(){this.size=0,this.__data__={hash:new Je,map:new(ze||we),string:new Je}},nt.prototype.delete=function(t){var e=Ye(this,t).delete(t);return this.size-=e?1:0,e},nt.prototype.get=function(t){return Ye(this,t).get(t)},nt.prototype.has=function(t){return Ye(this,t).has(t)},nt.prototype.set=function(t,e){var n=Ye(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};var Qe=nt;rt.prototype.clear=function(){this.__data__=new we,this.size=0},rt.prototype.delete=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n},rt.prototype.get=function(t){return this.__data__.get(t)},rt.prototype.has=function(t){return this.__data__.has(t)},rt.prototype.set=function(t,e){var n=this.__data__;if(r(n,we)){var o=n.__data__;if(!ze||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new Qe(o)}return n.set(t,e),this.size=n.size,this};var Xe=rt;ot.prototype.add=ot.prototype.push=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this},ot.prototype.has=function(t){return this.__data__.has(t)};var Ze=ot,tn=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1},en=function(t,e,n,r,o,i){var a=1&n,u=t.length,s=e.length;if(u!=s&&!(a&&s>u))return!1;var c=i.get(t),l=i.get(e);if(c&&l)return c==e&&l==t;var f=-1,p=!0,h=2&n?new Ze:void 0;for(i.set(t,e),i.set(e,t);++f<u;){var d=t[f],v=e[f];if(r)var y=a?r(v,d,f,e,t,i):r(d,v,f,t,e,i);if(void 0!==y){if(y)continue;p=!1;break}if(h){if(!tn(e,(function(t,e){if(a=e,!h.has(a)&&(d===t||o(d,t,n,r,i)))return h.push(e);var a}))){p=!1;break}}else if(d!==v&&!o(d,v,n,r,i)){p=!1;break}}return i.delete(t),i.delete(e),p},nn=Ee.Uint8Array,rn=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n},on=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n},an=je?je.prototype:void 0,un=an?an.valueOf:void 0,sn=Array.isArray,cn=Object.prototype.propertyIsEnumerable,ln=Object.getOwnPropertySymbols,fn=ln?function(t){return null==t?[]:(t=Object(t),function(t,e){for(var n=-1,r=null==t?0:t.length,o=0,i=[];++n<r;){var a=t[n];e(a)&&(i[o++]=a)}return i}(ln(t),(function(e){return cn.call(t,e)})))}:function(){return[]},pn=function(t){return null!=t&&"object"==typeof t},hn=function(t){return pn(t)&&"[object Arguments]"==Ce(t)},dn=Object.prototype,vn=dn.hasOwnProperty,yn=dn.propertyIsEnumerable,mn=hn(function(){return arguments}())?hn:function(t){return pn(t)&&vn.call(t,"callee")&&!yn.call(t,"callee")},gn=mn,bn=e&&!e.nodeType&&e,wn=bn&&t&&!t.nodeType&&t,Sn=wn&&wn.exports===bn?Ee.Buffer:void 0,On=(Sn?Sn.isBuffer:void 0)||function(){return!1},En=/^(?:0|[1-9]\d*)$/,jn=function(t,e){var n=void 0===t?"undefined":o(t);return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&En.test(t))&&t>-1&&t%1==0&&t<e},xn=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991},Pn={};Pn["[object Float32Array]"]=Pn["[object Float64Array]"]=Pn["[object Int8Array]"]=Pn["[object Int16Array]"]=Pn["[object Int32Array]"]=Pn["[object Uint8Array]"]=Pn["[object Uint8ClampedArray]"]=Pn["[object Uint16Array]"]=Pn["[object Uint32Array]"]=!0,Pn["[object Arguments]"]=Pn["[object Array]"]=Pn["[object ArrayBuffer]"]=Pn["[object Boolean]"]=Pn["[object DataView]"]=Pn["[object Date]"]=Pn["[object Error]"]=Pn["[object Function]"]=Pn["[object Map]"]=Pn["[object Number]"]=Pn["[object Object]"]=Pn["[object RegExp]"]=Pn["[object Set]"]=Pn["[object String]"]=Pn["[object WeakMap]"]=!1;var _n,An=e&&!e.nodeType&&e,kn=An&&t&&!t.nodeType&&t,Tn=kn&&kn.exports===An&&Se.process,Cn=function(){try{return kn&&kn.require&&kn.require("util").types||Tn&&Tn.binding&&Tn.binding("util")}catch(t){}}(),In=Cn&&Cn.isTypedArray,Dn=In?(_n=In,function(t){return _n(t)}):function(t){return pn(t)&&xn(t.length)&&!!Pn[Ce(t)]},Mn=Object.prototype.hasOwnProperty,Rn=Object.prototype,Nn=function(t,e){return function(n){return t(e(n))}}(Object.keys,Object),Ln=Object.prototype.hasOwnProperty,Un=function(t){return null!=(e=t)&&xn(e.length)&&!De(e)?function(t,e){var n=sn(t),r=!n&&gn(t),o=!n&&!r&&On(t),i=!n&&!r&&!o&&Dn(t),a=n||r||o||i,u=a?function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r}(t.length,String):[],s=u.length;for(var c in t)!Mn.call(t,c)||a&&("length"==c||o&&("offset"==c||"parent"==c)||i&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||jn(c,s))||u.push(c);return u}(t):function(t){if(n=(e=t)&&e.constructor,e!==("function"==typeof n&&n.prototype||Rn))return Nn(t);var e,n,r=[];for(var o in Object(t))Ln.call(t,o)&&"constructor"!=o&&r.push(o);return r}(t);var e},Bn=function(t){return function(t,e,n){var r=e(t);return sn(t)?r:function(t,e){for(var n=-1,r=e.length,o=t.length;++n<r;)t[o+n]=e[n];return t}(r,n(t))}(t,Un,fn)},Fn=Object.prototype.hasOwnProperty,Vn=Ke(Ee,"DataView"),Gn=Ke(Ee,"Promise"),Wn=Ke(Ee,"Set"),Kn=Ke(Ee,"WeakMap"),zn="[object Map]",Hn="[object Promise]",$n="[object Set]",qn="[object WeakMap]",Jn="[object DataView]",Yn=Le(Vn),Qn=Le(ze),Xn=Le(Gn),Zn=Le(Wn),tr=Le(Kn),er=Ce;(Vn&&er(new Vn(new ArrayBuffer(1)))!=Jn||ze&&er(new ze)!=zn||Gn&&er(Gn.resolve())!=Hn||Wn&&er(new Wn)!=$n||Kn&&er(new Kn)!=qn)&&(er=function(t){var e=Ce(t),n="[object Object]"==e?t.constructor:void 0,r=n?Le(n):"";if(r)switch(r){case Yn:return Jn;case Qn:return zn;case Xn:return Hn;case Zn:return $n;case tr:return qn}return e});var nr,rr=er,or="[object Arguments]",ir="[object Array]",ar="[object Object]",ur=Object.prototype.hasOwnProperty,sr=function t(e,n,o,i,a){return e===n||(null==e||null==n||!pn(e)&&!pn(n)?e!=e&&n!=n:function(t,e,n,o,i,a){var u=sn(t),s=sn(e),c=u?ir:rr(t),l=s?ir:rr(e),f=(c=c==or?ar:c)==ar,p=(l=l==or?ar:l)==ar,h=c==l;if(h&&On(t)){if(!On(e))return!1;u=!0,f=!1}if(h&&!f)return a||(a=new Xe),u||Dn(t)?en(t,e,n,o,i,a):function(t,e,n,r,o,i,a){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!i(new nn(t),new nn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return ye(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var u=rn;case"[object Set]":var s=1&r;if(u||(u=on),t.size!=e.size&&!s)return!1;var c=a.get(t);if(c)return c==e;r|=2,a.set(t,e);var l=en(u(t),u(e),r,o,i,a);return a.delete(t),l;case"[object Symbol]":if(un)return un.call(t)==un.call(e)}return!1}(t,e,c,n,o,i,a);if(!(1&n)){var d=f&&ur.call(t,"__wrapped__"),v=p&&ur.call(e,"__wrapped__");if(d||v){var y=d?t.value():t,m=v?e.value():e;return a||(a=new Xe),i(y,m,n,o,a)}}return!!h&&(a||(a=new Xe),function(t,e,n,o,i,a){var u=1&n,s=Bn(t),c=s.length;if(c!=Bn(e).length&&!u)return!1;for(var l=c;l--;){var f=s[l];if(!(u?f in e:Fn.call(e,f)))return!1}var p=a.get(t),h=a.get(e);if(p&&h)return p==e&&h==t;var d=!0;a.set(t,e),a.set(e,t);for(var v=u;++l<c;){var y=t[f=s[l]],m=e[f];if(o)var g=u?o(m,y,f,e,t,a):o(y,m,f,t,e,a);if(!(void 0===g?y===m||i(y,m,n,o,a):g)){d=!1;break}v||(v="constructor"==f)}if(d&&!v){var b=t.constructor,w=e.constructor;b==w||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&r(b,b)&&"function"==typeof w&&r(w,w)||(d=!1)}return a.delete(t),a.delete(e),d}(t,e,n,o,i,a))}(e,n,o,i,t,a))},cr=function(t,e){return sr(t,e)},lr=w(824),fr={},pr='No ComponentContext has been provided. This should come from "openmrsComponentDecorator".\nUsually this is already applied when using "getAsyncLifecycle" or "getSyncLifecycle".',hr=E((0,Ht.getExtensionInternalStore)()),dr=function(t){return"small-desktop"===t||"large-desktop"===t};!function(t){t.loadPatient="loadPatient",t.newPatient="newPatient",t.loadError="patientLoadError"}(nr||(nr={}));var vr,yr={patientUuid:null,patient:null,isPendingUuid:!0,isLoadingPatient:!1,err:null},mr=w(688),gr=w(332),br=w.n(gr);mr.default.extend(br());var wr=10}(),S}())}}}))},4999:(t,e,n)=>{"use strict";n.d(e,{Ay:()=>a,Uz:()=>l,nX:()=>f,ll:()=>r,p9:()=>u,gM:()=>s});var r="openmrs-routes:";function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var i=(0,n(2238).canAccessStorage)();function a(t,e){if(i){if("string"==typeof e){if(e.startsWith("http"))return c(t,e);try{var n=JSON.parse(e);if(l(n))return c(t,n);console.error("The supplied routes for ".concat(t," is not a valid OpenmrsAppRoutes object"),e)}catch(e){console.error("Could not add routes override for ".concat(t,": "),e)}}else{if(r=e,null!=(o=URL)&&"undefined"!=typeof Symbol&&o[Symbol.hasInstance]?o[Symbol.hasInstance](r):r instanceof o)return c(t,e.toString());if(l(e))return c(t,e)}var r,o;console.error("Override for ".concat(t," is not in a valid format. Expected either a Javascript Object, a JSON string of a Javascript object, or a URL"),e)}}function u(t){if(i){var e=r+t;localStorage.removeItem(e)}}function s(){if(i)for(var t=window.localStorage,e=0;e<t.length;e++){var n=t.key(e);(null==n?void 0:n.startsWith(r))&&t.removeItem(n)}}function c(t,e){var n=r+t;localStorage.setItem(n,JSON.stringify(e))}function l(t){if(t&&"object"==typeof t){var e=Object.prototype.hasOwnProperty,n=t;return!!(!e.call(t,"pages")||Boolean(n.pages)&&Array.isArray(n.pages))&&!!(!e.call(t,"extensions")||Boolean(n.extensions)&&Array.isArray(n.extensions))}return!1}function f(t){if(t&&"object"==typeof t){var e=t;return Object.entries(e).every((function(t){var e,n,r=(n=2,function(t){if(Array.isArray(t))return t}(e=t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(e,n)||function(t,e){if(t){if("string"==typeof t)return o(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(t,e):void 0}}(e,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),i=r[0],a=r[1];return"string"==typeof i&&l(a)}))}return!1}},5297:()=>{System.register([],(function(t,e){return{execute:function(){t(function(){"use strict";var t=function(t,e){var n=s[t];if(n)return n.active?console.error("Cannot override an existing store. Make sure that stores are only created once."):n.value.setState(e,!0),n.active=!0,n.value;var r=u()((function(){return e}));return s[t]={value:r,active:!0},r},e=function(t,e){var n=s[t];return n?(n.active?console.error("Cannot override an existing store. Make sure that stores are only created once."):n.value=e,n.active=!0,n.value):(s[t]={value:e,active:!0},e)},n=function(t,e){var n=s[t];if(!n){var r=u()((function(){return null!=e?e:{}}));return s[t]={value:r,active:!1},r}return n.value},r=function(t,e,n){var r=e(t.getState());return t.subscribe((function(t){var o=e(t);o!==r&&(r=o,n(o))}))},o={d:function(t,e){for(var n in e)o.o(e,n)&&!o.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o:function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r:function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},i={};o.r(i),o.d(i,{createGlobalStore:function(){return t},getGlobalStore:function(){return n},registerGlobalStore:function(){return e},subscribeTo:function(){return r}});var a=function(t){var e,n=new Set,r=function(t,r){var o="function"==typeof t?t(e):t;if(!Object.is(o,e)){var i=e;e=(null!=r?r:"object"!=typeof o)?o:Object.assign({},e,o),n.forEach((function(t){return t(e,i)}))}},o=function(){return e},i={setState:r,getState:o,subscribe:function(t){return n.add(t),function(){return n.delete(t)}},destroy:function(){console.warn("[DEPRECATED] The `destroy` method will be unsupported in a future version. Instead use unsubscribe function returned by subscribe. Everything will be garbage-collected if store is garbage-collected."),n.clear()}};return e=t(r,o,i),i},u=function(t){return t?a(t):a},s={};return setTimeout((function(){"development"===window.spaEnv&&(window.stores=s)}),1e3),i}())}}}))},5961:(t,e,n)=>{function r(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function o(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)}function i(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var a=t.apply(e,n);function u(t){o(a,r,i,u,s,"next",t)}function s(t){o(a,r,i,u,s,"throw",t)}u(void 0)}))}}function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function u(t,e){return null!=e&&"undefined"!=typeof Symbol&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function s(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t,e)||f(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(t){return function(t){if(Array.isArray(t))return r(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||f(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}function f(t,e){if(t){if("string"==typeof t)return r(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(t,e):void 0}}function p(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}}System.register(["@openmrs/esm-error-handling","@openmrs/esm-extensions","@openmrs/esm-navigation","@openmrs/esm-react-utils","@openmrs/esm-state","@openmrs/esm-translations","dayjs","react","react-dom","rxjs"],(function(t,e){var r={},o={},f={},h={},d={},v={},y={},m={},g={},b={};return Object.defineProperty(m,"__esModule",{value:!0}),Object.defineProperty(g,"__esModule",{value:!0}),{setters:[function(){},function(){},function(){},function(){},function(t){d.createGlobalStore=t.createGlobalStore},function(){},function(){},function(t){Object.keys(t).forEach((function(e){m[e]=t[e]}))},function(t){Object.keys(t).forEach((function(e){g[e]=t[e]}))},function(t){b.Subject=t.Subject}],execute:function(){t(function(){var t={976:function(t,e){var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var t,e=[],n=0;n<arguments.length;n++){var i=arguments[n];if(i){var a=void 0===i?"undefined":(t=i)&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":void 0===t?"undefined":l(t);if("string"===a||"number"===a)e.push(i);else if(Array.isArray(i)){if(i.length){var u=o.apply(null,i);u&&e.push(u)}}else if("object"===a){if(i.toString!==Object.prototype.toString&&!i.toString.toString().includes("[native code]")){e.push(i.toString());continue}for(var s in i)r.call(i,s)&&i[s]&&e.push(s)}}}return e.join(" ")}t.exports?(o.default=o,t.exports=o):void 0===(n=function(){return o}.apply(e,[]))||(t.exports=n)}()},353:function(t,e,n){!function(e){"use strict";var r=function(t){return function(e,n){return"object"==typeof e&&(n=e,e=null),null==e&&(e=(new Date).toString()),n||(n={}),t.call(this,e,n)}},o=n(42),i=t.exports={generate:r((function(t,e){return new o(t,e)}))};e&&(e.fn.geopattern=r((function(t,n){return this.each((function(){var r=e(this).attr("data-title-sha");r&&(n=e.extend({hash:r},n));var o=i.generate(t,n);e(this).css("background-image",o.toDataUrl())}))})))}("undefined"!=typeof jQuery?jQuery:null)},851:function(t){"use strict";t.exports={hex2rgb:function(t){t=t.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,(function(t,e,n,r){return e+e+n+n+r+r}));var e=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return e?{r:parseInt(e[1],16),g:parseInt(e[2],16),b:parseInt(e[3],16)}:null},rgb2hex:function(t){return"#"+["r","g","b"].map((function(e){return("0"+t[e].toString(16)).slice(-2)})).join("")},rgb2hsl:function(t){var e=t.r,n=t.g,r=t.b;e/=255,n/=255,r/=255;var o,i,a=Math.max(e,n,r),u=Math.min(e,n,r),s=(a+u)/2;if(a===u)o=i=0;else{var c=a-u;switch(i=s>.5?c/(2-a-u):c/(a+u),a){case e:o=(n-r)/c+(n<r?6:0);break;case n:o=(r-e)/c+2;break;case r:o=(e-n)/c+4}o/=6}return{h:o,s:i,l:s}},hsl2rgb:function(t){var e,n,r,o=function(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+6*(e-t)*n:n<.5?e:n<2/3?t+(e-t)*(2/3-n)*6:t},i=t.h,a=t.s,u=t.l;if(0===a)e=n=r=u;else{var s=u<.5?u*(1+a):u+a-u*a,c=2*u-s;e=o(c,s,i+1/3),n=o(c,s,i),r=o(c,s,i-1/3)}return{r:Math.round(255*e),g:Math.round(255*n),b:Math.round(255*r)}},rgb2rgbString:function(t){return"rgb("+[t.r,t.g,t.b].join(",")+")"}}},42:function(t,e,n){"use strict";var r=function(t,e,n){return parseInt(t.substr(e,n||1),16)},o=function(t,e,n,r,o){return(parseFloat(t)-e)*(o-r)/(n-e)+r},i=function(t){return t%2==0?g:m},a=function(t){return o(t,0,15,S,O)},u=function(t){return[[t,0,t,3*t],[0,t,3*t,t]]},s=function(t){return[0,0,t,t,0,t,0,0].join(",")},c=function(t,e,n,r,o){var u=s(r),c=a(o[0]),l=i(o[0]),f={stroke:b,"stroke-opacity":w,"fill-opacity":c,fill:l};t.polyline(u,f).transform({translate:[e+r,n],scale:[-1,1]}),t.polyline(u,f).transform({translate:[e+r,n+2*r],scale:[1,-1]}),c=a(o[1]),l=i(o[1]),f={stroke:b,"stroke-opacity":w,"fill-opacity":c,fill:l},t.polyline(u,f).transform({translate:[e+r,n+2*r],scale:[-1,-1]}),t.polyline(u,f).transform({translate:[e+r,n],scale:[1,1]})},l=function(t,e,n,r,o){var u=a(o),c=i(o),l=s(r),f={stroke:b,"stroke-opacity":w,"fill-opacity":u,fill:c};t.polyline(l,f).transform({translate:[e,n+r],scale:[1,-1]}),t.polyline(l,f).transform({translate:[e+2*r,n+r],scale:[-1,-1]}),t.polyline(l,f).transform({translate:[e,n+r],scale:[1,1]}),t.polyline(l,f).transform({translate:[e+2*r,n+r],scale:[-1,1]})},f=n(495),p=n(851),h=n(451),d=n(138),v={baseColor:"#933c3c"},y=["octogons","overlappingCircles","plusSigns","xes","sineWaves","hexagons","overlappingRings","plaid","triangles","squares","concentricCircles","diamonds","tessellation","nestedSquares","mosaicSquares","chevrons"],m="#222",g="#ddd",b="#000",w=.02,S=.02,O=.15,E=t.exports=function(t,e){return this.opts=f({},v,e),this.hash=e.hash||h(t),this.svg=new d,this.generateBackground(),this.generatePattern(),this};E.prototype.toSvg=function(){return this.svg.toString()},E.prototype.toString=function(){return this.toSvg()},E.prototype.toBase64=function(){var t=this.toSvg();return"undefined"!=typeof window&&"function"==typeof window.btoa?window.btoa(t):new Buffer(t).toString("base64")},E.prototype.toDataUri=function(){return"data:image/svg+xml;base64,"+this.toBase64()},E.prototype.toDataUrl=function(){return'url("'+this.toDataUri()+'")'},E.prototype.generateBackground=function(){var t,e,n,i;this.opts.color?n=p.hex2rgb(this.opts.color):(e=o(r(this.hash,14,3),0,4095,0,359),i=r(this.hash,17),(t=p.rgb2hsl(p.hex2rgb(this.opts.baseColor))).h=(360*t.h-e+360)%360/360,t.s=i%2==0?Math.min(1,(100*t.s+i)/100):Math.max(0,(100*t.s-i)/100),n=p.hsl2rgb(t)),this.color=p.rgb2hex(n),this.svg.rect(0,0,"100%","100%",{fill:p.rgb2rgbString(n)})},E.prototype.generatePattern=function(){var t=this.opts.generator;if(t){if(y.indexOf(t)<0)throw new Error("The generator "+t+" does not exist.")}else t=y[r(this.hash,20)];return this["geo"+t.slice(0,1).toUpperCase()+t.slice(1)]()},E.prototype.geoHexagons=function(){var t,e,n,u,s,c,l,f=o(r(this.hash,0),0,15,8,60),p=f*Math.sqrt(3),h=2*f,d=function(t){var e=t,n=e/2,r=Math.sin(60*Math.PI/180)*e;return[0,r,n,0,n+e,0,2*e,r,n+e,2*r,n,2*r,0,r].join(",")}(f);for(this.svg.setWidth(3*h+3*f),this.svg.setHeight(6*p),e=0,l=0;l<6;l++)for(c=0;c<6;c++)t=c%2==0?l*p:l*p+p/2,n=a(s=r(this.hash,e)),u={fill:i(s),"fill-opacity":n,stroke:b,"stroke-opacity":w},this.svg.polyline(d,u).transform({translate:[c*f*1.5-h/2,t-p/2]}),0===c&&this.svg.polyline(d,u).transform({translate:[6*f*1.5-h/2,t-p/2]}),0===l&&(t=c%2==0?6*p:6*p+p/2,this.svg.polyline(d,u).transform({translate:[c*f*1.5-h/2,t-p/2]})),0===c&&0===l&&this.svg.polyline(d,u).transform({translate:[6*f*1.5-h/2,5*p+p/2]}),e++},E.prototype.geoSineWaves=function(){var t,e,n,u,s,c,l=Math.floor(o(r(this.hash,0),0,15,100,400)),f=Math.floor(o(r(this.hash,1),0,15,30,100)),p=Math.floor(o(r(this.hash,2),0,15,3,30));for(this.svg.setWidth(l),this.svg.setHeight(36*p),t=0;t<36;t++)e=a(s=r(this.hash,t)),u={fill:"none",stroke:i(s),opacity:e,"stroke-width":p+"px"},n="M0 "+f+" C "+(c=l/4*.7)+" 0, "+(l/2-c)+" 0, "+l/2+" "+f+" S "+(l-c)+" "+2*f+", "+l+" "+f+" S "+(1.5*l-c)+" 0, "+1.5*l+", "+f,this.svg.path(n,u).transform({translate:[-l/4,p*t-1.5*f]}),this.svg.path(n,u).transform({translate:[-l/4,p*t-1.5*f+36*p]})},E.prototype.geoChevrons=function(){var t,e,n,u,s,c,l,f,p,h,d=o(r(this.hash,0),0,15,30,80),v=o(r(this.hash,0),0,15,30,80),y=[[0,0,(t=d)/2,(e=v)-(n=.66*e),t/2,e,0,n,0,0],[t/2,e-n,t,0,t,n,t/2,e,t/2,e-n]].map((function(t){return t.join(",")}));for(this.svg.setWidth(6*d),this.svg.setHeight(6*v*.66),s=0,h=0;h<6;h++)for(p=0;p<6;p++)c=a(f=r(this.hash,s)),u=i(f),l={stroke:b,"stroke-opacity":w,fill:u,"fill-opacity":c,"stroke-width":1},this.svg.group(l).transform({translate:[p*d,h*v*.66-v/2]}).polyline(y).end(),0===h&&this.svg.group(l).transform({translate:[p*d,6*v*.66-v/2]}).polyline(y).end(),s+=1},E.prototype.geoPlusSigns=function(){var t,e,n,s,c,l,f,p=o(r(this.hash,0),0,15,10,25),h=3*p,d=u(p);for(this.svg.setWidth(12*p),this.svg.setHeight(12*p),e=0,f=0;f<6;f++)for(l=0;l<6;l++)n=a(c=r(this.hash,e)),t=f%2==0?0:1,s={fill:i(c),stroke:b,"stroke-opacity":w,"fill-opacity":n},this.svg.group(s).transform({translate:[l*h-l*p+t*p-p,f*h-f*p-h/2]}).rect(d).end(),0===l&&this.svg.group(s).transform({translate:[4*h-l*p+t*p-p,f*h-f*p-h/2]}).rect(d).end(),0===f&&this.svg.group(s).transform({translate:[l*h-l*p+t*p-p,4*h-f*p-h/2]}).rect(d).end(),0===l&&0===f&&this.svg.group(s).transform({translate:[4*h-l*p+t*p-p,4*h-f*p-h/2]}).rect(d).end(),e++},E.prototype.geoXes=function(){var t,e,n,s,c,l,f,p=o(r(this.hash,0),0,15,10,25),h=u(p),d=3*p*.943;for(this.svg.setWidth(3*d),this.svg.setHeight(3*d),e=0,f=0;f<6;f++)for(l=0;l<6;l++)n=a(c=r(this.hash,e)),t=l%2==0?f*d-.5*d:f*d-.5*d+d/4,s={fill:i(c),opacity:n},this.svg.group(s).transform({translate:[l*d/2-d/2,t-f*d/2],rotate:[45,d/2,d/2]}).rect(h).end(),0===l&&this.svg.group(s).transform({translate:[6*d/2-d/2,t-f*d/2],rotate:[45,d/2,d/2]}).rect(h).end(),0===f&&(t=l%2==0?6*d-d/2:6*d-d/2+d/4,this.svg.group(s).transform({translate:[l*d/2-d/2,t-6*d/2],rotate:[45,d/2,d/2]}).rect(h).end()),5===f&&this.svg.group(s).transform({translate:[l*d/2-d/2,t-11*d/2],rotate:[45,d/2,d/2]}).rect(h).end(),0===l&&0===f&&this.svg.group(s).transform({translate:[6*d/2-d/2,t-6*d/2],rotate:[45,d/2,d/2]}).rect(h).end(),e++},E.prototype.geoOverlappingCircles=function(){var t,e,n,u,s,c,l=o(r(this.hash,0),0,15,25,200)/2;for(this.svg.setWidth(6*l),this.svg.setHeight(6*l),t=0,c=0;c<6;c++)for(s=0;s<6;s++)e=a(u=r(this.hash,t)),n={fill:i(u),opacity:e},this.svg.circle(s*l,c*l,l,n),0===s&&this.svg.circle(6*l,c*l,l,n),0===c&&this.svg.circle(s*l,6*l,l,n),0===s&&0===c&&this.svg.circle(6*l,6*l,l,n),t++},E.prototype.geoOctogons=function(){var t,e,n,u,s,c,l=o(r(this.hash,0),0,15,10,60),f=function(t){var e=.33*t;return[e,0,t-e,0,t,e,t,t-e,t-e,t,e,t,0,t-e,0,e,e,0].join(",")}(l);for(this.svg.setWidth(6*l),this.svg.setHeight(6*l),e=0,c=0;c<6;c++)for(s=0;s<6;s++)n=a(u=r(this.hash,e)),t=i(u),this.svg.polyline(f,{fill:t,"fill-opacity":n,stroke:b,"stroke-opacity":w}).transform({translate:[s*l,c*l]}),e+=1},E.prototype.geoSquares=function(){var t,e,n,u,s,c,l=o(r(this.hash,0),0,15,10,60);for(this.svg.setWidth(6*l),this.svg.setHeight(6*l),e=0,c=0;c<6;c++)for(s=0;s<6;s++)n=a(u=r(this.hash,e)),t=i(u),this.svg.rect(s*l,c*l,l,l,{fill:t,"fill-opacity":n,stroke:b,"stroke-opacity":w}),e+=1},E.prototype.geoConcentricCircles=function(){var t,e,n,u,s,c,l=o(r(this.hash,0),0,15,10,60),f=l/5;for(this.svg.setWidth(6*(l+f)),this.svg.setHeight(6*(l+f)),e=0,c=0;c<6;c++)for(s=0;s<6;s++)n=a(u=r(this.hash,e)),t=i(u),this.svg.circle(s*l+s*f+(l+f)/2,c*l+c*f+(l+f)/2,l/2,{fill:"none",stroke:t,opacity:n,"stroke-width":f+"px"}),n=a(u=r(this.hash,39-e)),t=i(u),this.svg.circle(s*l+s*f+(l+f)/2,c*l+c*f+(l+f)/2,l/4,{fill:t,"fill-opacity":n}),e+=1},E.prototype.geoOverlappingRings=function(){var t,e,n,u,s,c,l=o(r(this.hash,0),0,15,10,60),f=l/4;for(this.svg.setWidth(6*l),this.svg.setHeight(6*l),t=0,c=0;c<6;c++)for(s=0;s<6;s++)e=a(u=r(this.hash,t)),n={fill:"none",stroke:i(u),opacity:e,"stroke-width":f+"px"},this.svg.circle(s*l,c*l,l-f/2,n),0===s&&this.svg.circle(6*l,c*l,l-f/2,n),0===c&&this.svg.circle(s*l,6*l,l-f/2,n),0===s&&0===c&&this.svg.circle(6*l,6*l,l-f/2,n),t+=1},E.prototype.geoTriangles=function(){var t,e,n,u,s,c,l,f=o(r(this.hash,0),0,15,15,80),p=f/2*Math.sqrt(3),h=function(t,e){var n=t/2;return[n,0,t,e,0,e,n,0].join(",")}(f,p);for(this.svg.setWidth(3*f),this.svg.setHeight(6*p),t=0,l=0;l<6;l++)for(c=0;c<6;c++)e=a(s=r(this.hash,t)),u={fill:i(s),"fill-opacity":e,stroke:b,"stroke-opacity":w},n=l%2==0?c%2==0?180:0:c%2!=0?180:0,this.svg.polyline(h,u).transform({translate:[c*f*.5-f/2,p*l],rotate:[n,f/2,p/2]}),0===c&&this.svg.polyline(h,u).transform({translate:[6*f*.5-f/2,p*l],rotate:[n,f/2,p/2]}),t+=1},E.prototype.geoDiamonds=function(){var t,e,n,u,s,c,l,f,p,h=o(r(this.hash,0),0,15,10,50),d=o(r(this.hash,1),0,15,10,50),v=[(t=h)/2,0,t,(e=d)/2,t/2,e,0,e/2].join(",");for(this.svg.setWidth(6*h),this.svg.setHeight(3*d),u=0,p=0;p<6;p++)for(f=0;f<6;f++)s=a(l=r(this.hash,u)),c={fill:i(l),"fill-opacity":s,stroke:b,"stroke-opacity":w},n=p%2==0?0:h/2,this.svg.polyline(v,c).transform({translate:[f*h-h/2+n,d/2*p-d/2]}),0===f&&this.svg.polyline(v,c).transform({translate:[6*h-h/2+n,d/2*p-d/2]}),0===p&&this.svg.polyline(v,c).transform({translate:[f*h-h/2+n,d/2*6-d/2]}),0===f&&0===p&&this.svg.polyline(v,c).transform({translate:[6*h-h/2+n,d/2*6-d/2]}),u+=1},E.prototype.geoNestedSquares=function(){var t,e,n,u,s,c,l=o(r(this.hash,0),0,15,4,12),f=7*l;for(this.svg.setWidth(6*(f+l)+6*l),this.svg.setHeight(6*(f+l)+6*l),t=0,c=0;c<6;c++)for(s=0;s<6;s++)e=a(u=r(this.hash,t)),n={fill:"none",stroke:i(u),opacity:e,"stroke-width":l+"px"},this.svg.rect(s*f+s*l*2+l/2,c*f+c*l*2+l/2,f,f,n),e=a(u=r(this.hash,39-t)),n={fill:"none",stroke:i(u),opacity:e,"stroke-width":l+"px"},this.svg.rect(s*f+s*l*2+l/2+2*l,c*f+c*l*2+l/2+2*l,3*l,3*l,n),t+=1},E.prototype.geoMosaicSquares=function(){var t,e,n,i=o(r(this.hash,0),0,15,15,50);for(this.svg.setWidth(8*i),this.svg.setHeight(8*i),t=0,n=0;n<4;n++)for(e=0;e<4;e++)e%2==0?n%2==0?l(this.svg,e*i*2,n*i*2,i,r(this.hash,t)):c(this.svg,e*i*2,n*i*2,i,[r(this.hash,t),r(this.hash,t+1)]):n%2==0?c(this.svg,e*i*2,n*i*2,i,[r(this.hash,t),r(this.hash,t+1)]):l(this.svg,e*i*2,n*i*2,i,r(this.hash,t)),t+=1},E.prototype.geoPlaid=function(){var t,e,n,o,u,s,c=0,l=0;for(e=0;e<36;)c+=r(this.hash,e)+5,n=a(s=r(this.hash,e+1)),t=i(s),o=s+5,this.svg.rect(0,c,"100%",o,{opacity:n,fill:t}),c+=o,e+=2;for(e=0;e<36;)l+=r(this.hash,e)+5,n=a(s=r(this.hash,e+1)),t=i(s),u=s+5,this.svg.rect(l,0,u,"100%",{opacity:n,fill:t}),l+=u,e+=2;this.svg.setWidth(l),this.svg.setHeight(c)},E.prototype.geoTessellation=function(){var t,e,n,u,s,c=o(r(this.hash,0),0,15,5,40),l=c*Math.sqrt(3),f=2*c,p=c/2*Math.sqrt(3),h=function(t,e){return[0,0,e,t/2,0,t,0,0].join(",")}(c,p),d=3*c+2*p,v=2*l+2*c;for(this.svg.setWidth(d),this.svg.setHeight(v),e=0;e<20;e++)switch(n=a(s=r(this.hash,e)),t=i(s),u={stroke:b,"stroke-opacity":w,fill:t,"fill-opacity":n,"stroke-width":1},e){case 0:this.svg.rect(-c/2,-c/2,c,c,u),this.svg.rect(d-c/2,-c/2,c,c,u),this.svg.rect(-c/2,v-c/2,c,c,u),this.svg.rect(d-c/2,v-c/2,c,c,u);break;case 1:this.svg.rect(f/2+p,l/2,c,c,u);break;case 2:this.svg.rect(-c/2,v/2-c/2,c,c,u),this.svg.rect(d-c/2,v/2-c/2,c,c,u);break;case 3:this.svg.rect(f/2+p,1.5*l+c,c,c,u);break;case 4:this.svg.polyline(h,u).transform({translate:[c/2,-c/2],rotate:[0,c/2,p/2]}),this.svg.polyline(h,u).transform({translate:[c/2,v- -c/2],rotate:[0,c/2,p/2],scale:[1,-1]});break;case 5:this.svg.polyline(h,u).transform({translate:[d-c/2,-c/2],rotate:[0,c/2,p/2],scale:[-1,1]}),this.svg.polyline(h,u).transform({translate:[d-c/2,v+c/2],rotate:[0,c/2,p/2],scale:[-1,-1]});break;case 6:this.svg.polyline(h,u).transform({translate:[d/2+c/2,l/2]});break;case 7:this.svg.polyline(h,u).transform({translate:[d-d/2-c/2,l/2],scale:[-1,1]});break;case 8:this.svg.polyline(h,u).transform({translate:[d/2+c/2,v-l/2],scale:[1,-1]});break;case 9:this.svg.polyline(h,u).transform({translate:[d-d/2-c/2,v-l/2],scale:[-1,-1]});break;case 10:this.svg.polyline(h,u).transform({translate:[c/2,v/2-c/2]});break;case 11:this.svg.polyline(h,u).transform({translate:[d-c/2,v/2-c/2],scale:[-1,1]});break;case 12:this.svg.rect(0,0,c,c,u).transform({translate:[c/2,c/2],rotate:[-30,0,0]});break;case 13:this.svg.rect(0,0,c,c,u).transform({scale:[-1,1],translate:[c/2-d,c/2],rotate:[-30,0,0]});break;case 14:this.svg.rect(0,0,c,c,u).transform({translate:[c/2,v/2-c/2-c],rotate:[30,0,c]});break;case 15:this.svg.rect(0,0,c,c,u).transform({scale:[-1,1],translate:[c/2-d,v/2-c/2-c],rotate:[30,0,c]});break;case 16:this.svg.rect(0,0,c,c,u).transform({scale:[1,-1],translate:[c/2,v/2-v-c/2-c],rotate:[30,0,c]});break;case 17:this.svg.rect(0,0,c,c,u).transform({scale:[-1,-1],translate:[c/2-d,v/2-v-c/2-c],rotate:[30,0,c]});break;case 18:this.svg.rect(0,0,c,c,u).transform({scale:[1,-1],translate:[c/2,c/2-v],rotate:[-30,0,0]});break;case 19:this.svg.rect(0,0,c,c,u).transform({scale:[-1,-1],translate:[c/2-d,c/2-v],rotate:[-30,0,0]})}}},451:function(t){"use strict";var e=function(){var t=function(){for(var t=16;t<80;t++){var e=s[t-3]^s[t-8]^s[t-14]^s[t-16];s[t]=e<<1|e>>>31}var n,l,f=r,p=o,h=i,d=a,v=u;for(t=0;t<80;t++){t<20?(n=d^p&(h^d),l=1518500249):t<40?(n=p^h^d,l=1859775393):t<60?(n=p&h|d&(p|h),l=2400959708):(n=p^h^d,l=3395469782);var y=(f<<5|f>>>27)+n+v+l+(0|s[t]);v=d,d=h,h=p<<30|p>>>2,p=f,f=y}for(r=r+f|0,o=o+p|0,i=i+h|0,a=a+d|0,u=u+v|0,c=0,t=0;t<16;t++)s[t]=0},e=function(e){s[c]|=(255&e)<<l,l?l-=8:(c++,l=24),16===c&&t()},n=function(t){for(var e="",n=28;n>=0;n-=4)e+=(t>>n&15).toString(16);return e},r=1732584193,o=4023233417,i=2562383102,a=271733878,u=3285377520,s=new Uint32Array(80),c=0,l=24,f=0;return{update:function(t){if("string"==typeof t)return function(t){var n=t.length;f+=8*n;for(var r=0;r<n;r++)e(t.charCodeAt(r))}(t);var n=t.length;f+=8*n;for(var r=0;r<n;r++)e(t[r])},digest:function(){e(128),(c>14||14===c&&l<24)&&t(),c=14,l=24,e(0),e(0),e(f>0xffffffffff?f/1099511627776:0),e(f>4294967295?f/4294967296:0);for(var s=24;s>=0;s-=8)e(f>>s);return n(r)+n(o)+n(i)+n(a)+n(u)}}};t.exports=function(t){if(void 0===t)return e();var n=e();return n.update(t),n.digest()}},138:function(t,e,n){"use strict";var r=function(){return this.width=100,this.height=100,this.svg=i("svg"),this.context=[],this.setAttributes(this.svg,{xmlns:"http://www.w3.org/2000/svg",width:this.width,height:this.height}),this},o=n(495),i=n(97);t.exports=r,r.prototype.currentContext=function(){return this.context[this.context.length-1]||this.svg},r.prototype.end=function(){return this.context.pop(),this},r.prototype.currentNode=function(){var t=this.currentContext();return t.lastChild||t},r.prototype.transform=function(t){return this.currentNode().setAttribute("transform",Object.keys(t).map((function(e){return e+"("+t[e].join(",")+")"})).join(" ")),this},r.prototype.setAttributes=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))},r.prototype.setWidth=function(t){this.svg.setAttribute("width",Math.floor(t))},r.prototype.setHeight=function(t){this.svg.setAttribute("height",Math.floor(t))},r.prototype.toString=function(){return this.svg.toString()},r.prototype.rect=function(t,e,n,r,a){var u=this;if(Array.isArray(t))return t.forEach((function(t){u.rect.apply(u,t.concat(a))})),this;var s=i("rect");return this.currentContext().appendChild(s),this.setAttributes(s,o({x:t,y:e,width:n,height:r},a)),this},r.prototype.circle=function(t,e,n,r){var a=i("circle");return this.currentContext().appendChild(a),this.setAttributes(a,o({cx:t,cy:e,r:n},r)),this},r.prototype.path=function(t,e){var n=i("path");return this.currentContext().appendChild(n),this.setAttributes(n,o({d:t},e)),this},r.prototype.polyline=function(t,e){var n=this;if(Array.isArray(t))return t.forEach((function(t){n.polyline(t,e)})),this;var r=i("polyline");return this.currentContext().appendChild(r),this.setAttributes(r,o({points:t},e)),this},r.prototype.group=function(t){var e=i("g");return this.currentContext().appendChild(e),this.context.push(e),this.setAttributes(e,o({},t)),this}},97:function(t){"use strict";var e=t.exports=function(t){return(null!=(n=e)&&"undefined"!=typeof Symbol&&n[Symbol.hasInstance]?n[Symbol.hasInstance](this):u(this,n))?(this.tagName=t,this.attributes=Object.create(null),this.children=[],this.lastChild=null,this):new e(t);var n};e.prototype.appendChild=function(t){return this.children.push(t),this.lastChild=t,this},e.prototype.setAttribute=function(t,e){return this.attributes[t]=e,this},e.prototype.toString=function(){var t=this;return["<",t.tagName,Object.keys(t.attributes).map((function(e){return[" ",e,'="',t.attributes[e],'"'].join("")})).join(""),">",t.children.map((function(t){return t.toString()})).join(""),"</",t.tagName,">"].join("")}},495:function(t){var e=function(t){if(!t||"[object Object]"!==r.call(t)||t.nodeType||t.setInterval)return!1;var e,o=n.call(t,"constructor"),i=n.call(t.constructor.prototype,"isPrototypeOf");if(t.constructor&&!o&&!i)return!1;for(e in t);return void 0===e||n.call(t,e)},n=Object.prototype.hasOwnProperty,r=Object.prototype.toString;t.exports=function t(){var n,r,o,i,a,u,s=arguments[0]||{},c=1,l=arguments.length,f=!1;for("boolean"==typeof s&&(f=s,s=arguments[1]||{},c=2),"object"!=typeof s&&"function"!=typeof s&&(s={});c<l;c++)if(null!=(n=arguments[c]))for(r in n)o=s[r],s!==(i=n[r])&&(f&&i&&(e(i)||(a=Array.isArray(i)))?(a?(a=!1,u=o&&Array.isArray(o)?o:[]):u=o&&e(o)?o:{},s[r]=t(f,u,i)):void 0!==i&&(s[r]=i));return s}},279:function(t,e,n){"use strict";var r=n(493);r.createRoot,r.hydrateRoot},978:function(t,e,n){"use strict";var r=function(t){var e=t.getSnapshot;t=t.value;try{var n=e();return!i(t,n)}catch(t){return!0}},o=n(954),i="function"==typeof Object.is?Object.is:function(t,e){return t===e&&(0!==t||1/t==1/e)||t!=t&&e!=e},a=o.useState,u=o.useEffect,s=o.useLayoutEffect,c=o.useDebugValue,l="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(t,e){return e()}:function(t,e){var n=e(),o=a({inst:{value:n,getSnapshot:e}}),i=o[0].inst,l=o[1];return s((function(){i.value=n,i.getSnapshot=e,r(i)&&l({inst:i})}),[t,n,e]),u((function(){return r(i)&&l({inst:i}),t((function(){r(i)&&l({inst:i})}))}),[t]),c(n),n};e.useSyncExternalStore=void 0!==o.useSyncExternalStore?o.useSyncExternalStore:l},921:function(t,e,n){"use strict";t.exports=n(978)},641:function(t,e,n){var r=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},o=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},i=function(t,e){return null!=e&&"undefined"!=typeof Symbol&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):u(t,e)},a=function(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":void 0===t?"undefined":l(t)};System.register(["@openmrs/esm-config","@openmrs/esm-navigation","@openmrs/esm-error-handling","@openmrs/esm-offline"],(function(t,e){var u={},s={},c={},l={};return{setters:[function(t){u.Type=t.Type,u.defineConfigSchema=t.defineConfigSchema,u.getConfig=t.getConfig,u.validators=t.validators},function(t){s.navigate=t.navigate},function(t){c.reportError=t.reportError},function(t){l.getSynchronizationItems=t.getSynchronizationItems}],execute:function(){t(function(){var t={385:function(){System.register([],(function(t,e){return{execute:function(){t(function(){"use strict";var t=function(t,e){var n=s[t];if(n)return n.active?console.error("Cannot override an existing store. Make sure that stores are only created once."):n.value.setState(e,!0),n.active=!0,n.value;var r=u()((function(){return e}));return s[t]={value:r,active:!0},r},e=function(t,e){var n=s[t];return n?(n.active?console.error("Cannot override an existing store. Make sure that stores are only created once."):n.value=e,n.active=!0,n.value):(s[t]={value:e,active:!0},e)},n=function(t,e){var n=s[t];if(!n){var r=u()((function(){return null!=e?e:{}}));return s[t]={value:r,active:!1},r}return n.value},r=function(t,e,n){var r=e(t.getState());return t.subscribe((function(t){var o=e(t);o!==r&&(r=o,n(o))}))},o={d:function(t,e){for(var n in e)o.o(e,n)&&!o.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o:function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r:function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},i={};o.r(i),o.d(i,{createGlobalStore:function(){return t},getGlobalStore:function(){return n},registerGlobalStore:function(){return e},subscribeTo:function(){return r}});var a=function(t){var e,n=new Set,r=function(t,r){var o="function"==typeof t?t(e):t;if(!Object.is(o,e)){var i=e;e=(null!=r?r:"object"!=typeof o)?o:Object.assign({},e,o),n.forEach((function(t){return t(e,i)}))}},o=function(){return e},i={setState:r,getState:o,subscribe:function(t){return n.add(t),function(){return n.delete(t)}},destroy:function(){console.warn("[DEPRECATED] The `destroy` method will be unsupported in a future version. Instead use unsubscribe function returned by subscribe. Everything will be garbage-collected if store is garbage-collected."),n.clear()}};return e=t(r,o,i),i},u=function(t){return t?a(t):a},s={};return setTimeout((function(){"development"===window.spaEnv&&(window.stores=s)}),1e3),i}())}}}))},824:function(t){"use strict";t.exports=u},254:function(t){"use strict";t.exports=c},513:function(t){"use strict";t.exports=s},738:function(t){"use strict";t.exports=l}},e={};function f(n){var r=e[n];if(void 0!==r)return r.exports;var o=e[n]={exports:{}};return t[n](o,o.exports,f),o.exports}f.d=function(t,e){for(var n in e)f.o(e,n)&&!f.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},f.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},f.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var p={};return function(){"use strict";var t=function(t,e){function n(){this.constructor=t}se(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},e=function(t){return"function"==typeof t},u=function(t){setTimeout((function(){throw t}),0)},s=function(t){return null!==t&&"object"==typeof t},c=function(t){return t.reduce((function(t,e){return t.concat(i(e,de)?e.errors:e)}),[])},l=function(t){return t},h=function(t){if(t||(t=le.Promise||Promise),!t)throw new Error("no Promise impl found");return t},d=function(t,e,n){var r=g(t,e,n);Ke.length?Ke.forEach((function(t){return t(r)})):setTimeout((function(){throw r}))},v=function(t){if("function"!=typeof t)throw Error(m(28,!1));Ke.push(t)},y=function(t){if("function"!=typeof t)throw Error(m(29,!1));var e=!1;return Ke=Ke.filter((function(n){var r=n===t;return e=e||r,!r})),e},m=function(t,e){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];return"single-spa minified message #".concat(t,": ").concat(e?e+" ":"","See https://single-spa.js.org/error/?code=").concat(t).concat(r.length?"&arg=".concat(r.join("&arg=")):"")},g=function(t,e,n){var r,o="".concat(E(e)," '").concat(S(e),"' died in status ").concat(e.status,": ");if(i(t,Error)){try{t.message=o+t.message}catch(t){}r=t}else{console.warn(m(30,!1,e.status,S(e)));try{r=Error(o+JSON.stringify(t))}catch(e){r=t}}return r.appOrParcelName=S(e),e.status=n,r},b=function(t){return t.status===Qe},w=function(t){try{return t.activeWhen(window.location)}catch(e){return d(e,t,nn),!1}},S=function(t){return t.name},O=function(t){return Boolean(t.unmountThisParcel)},E=function(t){return O(t)?"parcel":"application"},j=function(){for(var t=arguments.length-1;t>0;t--)for(var e in arguments[t])"__proto__"!==e&&(arguments[t-1][e]=arguments[t][e]);return arguments[0]},x=function(t,e){for(var n=0;n<t.length;n++)if(e(t[n]))return t[n];return null},P=function(t){return t&&("function"==typeof t||(e=t,Array.isArray(e)&&!x(e,(function(t){return"function"!=typeof t}))));var e},_=function(t,e){var n=t[e]||[];0===(n=Array.isArray(n)?n:[n]).length&&(n=[function(){return Promise.resolve()}]);var r=E(t),o=S(t);return function(t){return n.reduce((function(n,i,a){return n.then((function(){var n=i(t);return A(n)?n:Promise.reject(m(15,!1,r,o,e,a))}))}),Promise.resolve())}},A=function(t){return t&&"function"==typeof t.then&&"function"==typeof t.catch},k=function(t,e){return Promise.resolve().then((function(){return t.status!==$e?t:(t.status=qe,t.bootstrap?F(t,"bootstrap").then(n).catch((function(n){if(e)throw g(n,t,nn);return d(n,t,nn),t})):Promise.resolve().then(n))}));function n(){return t.status=Je,t}},T=function(t,e){return Promise.resolve().then((function(){if(t.status!==Qe)return t;t.status=Ze;var n=Object.keys(t.parcels).map((function(e){return t.parcels[e].unmountThisParcel()}));return Promise.all(n).then(r,(function(n){return r().then((function(){var r=Error(n.message);if(e)throw g(r,t,nn);d(r,t,nn)}))})).then((function(){return t}));function r(){return F(t,"unmount").then((function(){t.status=Je}),(function(n){if(e)throw g(n,t,nn);d(n,t,nn)}))}}))},C=function(t,e){return Promise.resolve().then((function(){return t.status!==Je?t:(on||(window.dispatchEvent(new We("single-spa:before-first-mount")),on=!0),t.status=Ye,F(t,"mount").then((function(){return t.status=Qe,an||(window.dispatchEvent(new We("single-spa:first-mount")),an=!0),t})).catch((function(n){return t.status=Qe,T(t,!0).then(r,r);function r(){if(e)throw g(n,t,nn);return d(n,t,nn),t}})))}))},I=function(){return D.apply(sn,arguments)},D=function(t,e){var n=this;if(!t||"object"!=typeof t&&"function"!=typeof t)throw Error(m(2,!1));if(t.name&&"string"!=typeof t.name)throw Error(m(3,!1,a(t.name)));var r=un++,o=t.name||"parcel-".concat(r);if("object"!=typeof e)throw Error(m(4,!1,o,void 0===e?"undefined":a(e)));if(!e.domElement)throw Error(m(5,!1,o));var i,u="function"==typeof t,s=u?t:function(){return Promise.resolve(t)},c={id:r,parcels:{},status:u?He:$e,customProps:e,parentName:S(n),unmountThisParcel:function(){return d.then((function(){if(c.status!==Qe)throw Error(m(6,!1,o,c.status));return T(c,!0)})).then((function(t){return c.parentName&&delete n.parcels[c.id],t})).then((function(t){return f(t),t})).catch((function(t){throw c.status=nn,p(t),t}))}};n.parcels[r]=c;var l=s();if(!l||"function"!=typeof l.then)throw Error(m(7,!1));l=l.then((function(t){if(!t)throw Error(m(8,!1));if(o=t.name||"parcel-".concat(r),Object.prototype.hasOwnProperty.call(t,"bootstrap")&&!P(t.bootstrap))throw Error(m(9,!1,o));if(!P(t.mount))throw Error(m(10,!1,o));if(!P(t.unmount))throw Error(m(11,!1,o));if(t.update&&!P(t.update))throw Error(m(12,!1,o));var e=_(t,"bootstrap"),n=_(t,"mount"),a=_(t,"unmount");c.status=$e,c.name=o,c.bootstrap=e,c.mount=n,c.unmount=a,c.timeouts=V(t.timeouts),t.update&&(c.update=_(t,"update"),i.update=function(t){return c.customProps=t,M((e=c,Promise.resolve().then((function(){if(e.status!==Qe)throw Error(m(32,!1,S(e)));return e.status=Xe,F(e,"update").then((function(){return e.status=Qe,e})).catch((function(t){throw g(t,e,nn)}))}))));var e})}));var f,p,h=l.then((function(){return k(c,!0)})),d=h.then((function(){return C(c,!0)})),v=new Promise((function(t,e){f=t,p=e}));return i={mount:function(){return M(Promise.resolve().then((function(){if(c.status!==Je)throw Error(m(13,!1,o,c.status));return n.parcels[r]=c,C(c)})))},unmount:function(){return M(c.unmountThisParcel())},getStatus:function(){return c.status},loadPromise:M(l),bootstrapPromise:M(h),mountPromise:M(d),unmountPromise:M(v)}},M=function(t){return t.then((function(){return null}))},R=function(t){var e=S(t),n="function"==typeof t.customProps?t.customProps(e,window.location):t.customProps;("object"!=typeof n||null===n||Array.isArray(n))&&(n={},console.warn(m(40,!1),e,n));var r=j({},n,{name:e,mountParcel:D.bind(t),singleSpa:Ve});return O(t)&&(r.unmountSelf=t.unmountThisParcel),r},N=function(t,e,n){if("number"!=typeof t||t<=0)throw Error(m(16,!1));cn.bootstrap={millis:t,dieOnTimeout:e,warningMillis:n||1e3}},L=function(t,e,n){if("number"!=typeof t||t<=0)throw Error(m(17,!1));cn.mount={millis:t,dieOnTimeout:e,warningMillis:n||1e3}},U=function(t,e,n){if("number"!=typeof t||t<=0)throw Error(m(18,!1));cn.unmount={millis:t,dieOnTimeout:e,warningMillis:n||1e3}},B=function(t,e,n){if("number"!=typeof t||t<=0)throw Error(m(19,!1));cn.unload={millis:t,dieOnTimeout:e,warningMillis:n||1e3}},F=function(t,e){var n=t.timeouts[e],r=n.warningMillis,o=E(t);return new Promise((function(i,a){var u=!1,s=!1;t[e](R(t)).then((function(t){u=!0,i(t)})).catch((function(t){u=!0,a(t)})),setTimeout((function(){return l(1)}),r),setTimeout((function(){return l(!0)}),n.millis);var c=m(31,!1,e,o,S(t),n.millis);function l(t){if(!u)if(!0===t)s=!0,n.dieOnTimeout?a(Error(c)):console.error(c);else if(!s){var e=t,o=e*r;console.warn(c),o+r<n.millis&&setTimeout((function(){return l(e+1)}),r)}}}))},V=function(t){var e={};for(var n in cn)e[n]=j({},cn[n],t&&t[n]||{});return e},G=function(t){return Promise.resolve().then((function(){return t.loadPromise?t.loadPromise:t.status!==ze&&t.status!==en?t:(t.status=He,t.loadPromise=Promise.resolve().then((function(){var r=t.loadApp(R(t));if(!A(r))throw n=!0,Error(m(33,!1,S(t)));return r.then((function(n){var r;t.loadErrorTime=null,"object"!=typeof(e=n)&&(r=34),Object.prototype.hasOwnProperty.call(e,"bootstrap")&&!P(e.bootstrap)&&(r=35),P(e.mount)||(r=36),P(e.unmount)||(r=37);var o=E(e);if(r){var i;try{i=JSON.stringify(e)}catch(t){}return console.error(m(r,!1,o,S(t),i),e),d(void 0,t,nn),t}return e.devtools&&e.devtools.overlays&&(t.devtools.overlays=j({},t.devtools.overlays,e.devtools.overlays)),t.status=$e,t.bootstrap=_(e,"bootstrap"),t.mount=_(e,"mount"),t.unmount=_(e,"unmount"),t.unload=_(e,"unload"),t.timeouts=V(e.timeouts),delete t.loadPromise,t}))})).catch((function(e){var r;return delete t.loadPromise,n?r=nn:(r=en,t.loadErrorTime=(new Date).getTime()),d(e,t,r),t})));var e,n}))},W=function(t){var e;if("string"==typeof t)e=t;else if(this&&this.href)e=this.href;else{if(!(t&&t.currentTarget&&t.currentTarget.href&&t.preventDefault))throw Error(m(14,!1));e=t.currentTarget.href,t.preventDefault()}var n=q(window.location.href),r=q(e);0===e.indexOf("#")?window.location.hash=r.hash:n.host!==r.host&&r.host?window.location.href=e:r.pathname===n.pathname&&r.search===n.search?window.location.hash=r.hash:window.history.pushState(null,null,e)},K=function(t){var e=this;if(t){var n=t[0].type;pn.indexOf(n)>=0&&fn[n].forEach((function(n){try{n.apply(e,t)}catch(t){setTimeout((function(){throw t}))}}))}},z=function(){On([],arguments)},H=function(t,e){return function(){var n=window.location.href,r=t.apply(this,arguments),o=window.location.href;return Fe&&n===o||window.dispatchEvent(function(t,e){var n;try{n=new PopStateEvent("popstate",{state:t})}catch(e){(n=document.createEvent("PopStateEvent")).initPopStateEvent("popstate",!1,!1,t)}return n.singleSpa=!0,n.singleSpaTrigger=e,n}(window.history.state,e)),r}},$=function(t){if(dn)throw Error(m(43,!1));Fe=!t||!t.hasOwnProperty("urlRerouteOnly")||t.urlRerouteOnly,dn=!0,hn=window.history.replaceState,window.addEventListener("hashchange",z),window.addEventListener("popstate",z);var e=window.addEventListener,n=window.removeEventListener;window.addEventListener=function(t,n){if(!("function"==typeof n&&pn.indexOf(t)>=0)||x(fn[t],(function(t){return t===n})))return e.apply(this,arguments);fn[t].push(n)},window.removeEventListener=function(t,e){if(!("function"==typeof e&&pn.indexOf(t)>=0))return n.apply(this,arguments);fn[t]=fn[t].filter((function(t){return t!==e}))},window.history.pushState=H(window.history.pushState,"pushState"),window.history.replaceState=H(hn,"replaceState")},q=function(t){var e=document.createElement("a");return e.href=t,e},J=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.jQuery;if(t||window.$&&window.$.fn&&window.$.fn.jquery&&(t=window.$),t&&!vn){var e=t.fn.on,n=t.fn.off;t.fn.on=function(t,n){return Y.call(this,e,window.addEventListener,t,n,arguments)},t.fn.off=function(t,e){return Y.call(this,n,window.removeEventListener,t,e,arguments)},vn=!0}},Y=function(t,e,n,r,o){return"string"!=typeof n?t.apply(this,o):(n.split(/\s+/).forEach((function(t){pn.indexOf(t)>=0&&(e(t,r),n=n.replace(t,""))})),""===n.trim()?this:t.apply(this,o))},Q=function(t){return Promise.resolve().then((function(){var e=yn[S(t)];if(!e)return t;if(t.status===ze)return X(t,e),t;if(t.status===tn)return e.promise.then((function(){return t}));if(t.status!==Je&&t.status!==en)return t;var n=t.status===en?Promise.resolve():F(t,"unload");return t.status=tn,n.then((function(){return X(t,e),t})).catch((function(n){return function(t,e,n){delete yn[S(t)],delete t.bootstrap,delete t.mount,delete t.unmount,delete t.unload,d(n,t,nn),e.reject(n)}(t,e,n),t}))}))},X=function(t,e){delete yn[S(t)],delete t.bootstrap,delete t.mount,delete t.unmount,delete t.unload,t.status=ze,e.resolve()},Z=function(t,e,n,r){yn[S(t)]={app:t,resolve:n,reject:r},Object.defineProperty(yn[S(t)],"promise",{get:e})},tt=function(t){return yn[t]},et=function(){return mn.filter(b).map(S)},nt=function(){return mn.map(S)},rt=function(t){var e=x(mn,(function(e){return S(e)===t}));return e?e.status:null},ot=function(t,e,n,r){var o=function(t,e,n,r){var o,i={name:null,loadApp:null,activeWhen:null,customProps:null};return"object"==typeof t?(function(t){if(Array.isArray(t)||null===t)throw Error(m(39,!1));var e=["name","app","activeWhen","customProps"],n=Object.keys(t).reduce((function(t,n){return e.indexOf(n)>=0?t:t.concat(n)}),[]);if(0!==n.length)throw Error(m(38,!1,e.join(", "),n.join(", ")));if("string"!=typeof t.name||0===t.name.length)throw Error(m(20,!1));if("object"!=typeof t.app&&"function"!=typeof t.app)throw Error(m(20,!1));var r=function(t){return"string"==typeof t||"function"==typeof t};if(!(r(t.activeWhen)||Array.isArray(t.activeWhen)&&t.activeWhen.every(r)))throw Error(m(24,!1));if(!ct(t.customProps))throw Error(m(22,!1))}(t),i.name=t.name,i.loadApp=t.app,i.activeWhen=t.activeWhen,i.customProps=t.customProps):(function(t,e,n,r){if("string"!=typeof t||0===t.length)throw Error(m(20,!1));if(!e)throw Error(m(23,!1));if("function"!=typeof n)throw Error(m(24,!1));if(!ct(r))throw Error(m(22,!1))}(t,e,n,r),i.name=t,i.loadApp=e,i.activeWhen=n,i.customProps=r),i.loadApp="function"!=typeof(o=i.loadApp)?function(){return Promise.resolve(o)}:o,i.customProps=function(t){return t||{}}(i.customProps),i.activeWhen=function(t){var e=Array.isArray(t)?t:[t];return e=e.map((function(t){return"function"==typeof t?t:lt(t)})),function(t){return e.some((function(e){return e(t)}))}}(i.activeWhen),i}(t,e,n,r);if(dt()||gn||(gn=!0,setTimeout((function(){dt()||console.warn(m(1,!1))}),5e3)),-1!==nt().indexOf(o.name))throw Error(m(21,!1,o.name));mn.push(j({loadErrorTime:null,status:ze,parcels:{},devtools:{overlays:{options:{},selectors:[]}}},o)),ln&&(J(),On())},it=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.location;return mn.filter((function(e){return e.activeWhen(t)})).map(S)},at=function(t){if(0===mn.filter((function(e){return S(e)===t})).length)throw Error(m(25,!1,t));return(ln?ut(t,{waitForUnmount:!1}):Promise.resolve()).then((function(){var e=mn.map(S).indexOf(t);mn.splice(e,1)}))},ut=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{waitForUnmount:!1};if("string"!=typeof t)throw Error(m(26,!1));var n=x(mn,(function(e){return S(e)===t}));if(!n)throw Error(m(27,!1,t));var r,o=tt(S(n));if(e&&e.waitForUnmount){if(o)return o.promise;var i=new Promise((function(t,e){Z(n,(function(){return i}),t,e)}));return i}return o?(r=o.promise,st(n,o.resolve,o.reject)):r=new Promise((function(t,e){Z(n,(function(){return r}),t,e),st(n,t,e)})),r},st=function(t,e,n){Promise.resolve().then((function(){if(x(it(),(function(e){return e===S(t)})))return ft()})).then((function(){return T(t).then(Q).then((function(){e(),setTimeout((function(){On()}))}))})).catch(n)},ct=function(t){return!t||"function"==typeof t||"object"==typeof t&&null!==t&&!Array.isArray(t)},lt=function(t,e){var n=function(t,e){var n=0,r=!1,o="^";"/"!==t[0]&&(t="/"+t);for(var i=0;i<t.length;i++){var a=t[i];(!r&&":"===a||r&&"/"===a)&&u(i)}return u(t.length),new RegExp(o,"i");function u(i){var a=t.slice(n,i).replace(/[|\\{}()[\]^$+*?.]/g,"\\$&");if(o+=r?"[^/]+/?":a,i===t.length)if(r)e&&(o+="$");else{var u=e?"":".*";o="/"===o.charAt(o.length-1)?"".concat(o).concat(u,"$"):"".concat(o,"(/").concat(u,")?(#.*)?$")}r=!r,n=i}}(t,e);return function(t){var e=t.origin;e||(e="".concat(t.protocol,"//").concat(t.host));var r=t.href.replace(e,"").replace(t.search,"").split("?")[0];return n.test(r)}},ft=function(){return On()},pt=function(t,e){return w(t)?k(t).then((function(t){return e.then((function(){return w(t)?C(t):t}))})):e.then((function(){return t}))},ht=function(t){En=!0,ln&&($(t),On())},dt=function(){return En},vt=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t},yt=function(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)},mt=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},gt=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}},bt=function(t){return t&&t.startsWith("http")?t:("/"!==t[0]&&(t="/"+t),window.openmrsBase+t)},wt=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if("string"!=typeof t)throw Error("The first argument to @openmrs/api's openmrsFetch function must be a url string");if("object"!=typeof e)throw Error("The second argument to @openmrs/api's openmrsFetch function must be a plain object.");if(!window.openmrsBase)throw Error("@openmrs/api is running in a browser that doesn't have window.openmrsBase, which is provided by openmrs-module-spa's HTML file.");var n=bt(t);if(e.headers||(e.headers={}),Ne(e.body)&&(e.body=JSON.stringify(e.body)),void 0===e.headers.Accept&&(e.headers.Accept="application/json"),null===e.headers.Accept&&delete e.headers.Accept,t.startsWith(Tn)&&void 0===e.headers["Disable-WWW-Authenticate"]&&(e.headers["Disable-WWW-Authenticate"]="true"),t.startsWith(Cn)){var r=new URL(n,window.location.toString());r.searchParams.has("_summary")||(r.searchParams.set("_summary","data"),n=r.toString())}var o,i,a=Error();return window.fetch(n,e).then((o=function(t){var e,r;return function(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}}(this,(function(o){switch(o.label){case 0:return(e=t).ok?204===e.status?(e.data=null,[2,e]):[2,e.clone().text().then((function(t){try{t&&(e.data=JSON.parse(t))}catch(t){}return e}))]:[3,1];case 1:return[4,(0,Le.getConfig)("@openmrs/esm-api")];case 2:return r=o.sent().redirectAuthFailure,n===bt(In)&&403===e.status||r.enabled&&r.errors.includes(e.status)?(sessionStorage.removeItem(xn),(0,Ue.navigate)({to:r.url}),[2,r.resolvePromise?Promise.resolve():new Promise((function(){}))]):[2,e.clone().text().then((function(t){var r=t;try{r=JSON.parse(t)}catch(t){}throw new Dn(n,e,r,a)}),(function(t){throw new Dn(n,e,null,a)}))];case 3:return[2]}}))},i=function(){var t=this,e=arguments;return new Promise((function(n,r){var i=o.apply(t,e);function a(t){yt(i,n,r,a,u,"next",t)}function u(t){yt(i,n,r,a,u,"throw",t)}a(void 0)}))},function(t){return i.apply(this,arguments)}))},St=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if("object"!=typeof e)throw Error("The second argument to openmrsObservableFetch must be either omitted or an object");var n=new AbortController;return e.signal=n.signal,new we((function(r){var o=!1;return wt(t,e).then((function(t){o=!0,r.next(t),r.complete()}),(function(t){o=!0,r.error(t)})),function(){o||n.abort()}}))},Ot=function(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)},Et=function(t,e){return wt("".concat(Mn,"/").concat(t),{signal:e.signal})},jt=function(t,e,n){return wt("".concat(Mn,"?patient=").concat(t,"&includeEncounterless=").concat(e),{signal:n.signal})},xt=function(t,e){return Rn.apply(this,arguments)},Pt=function(t,e){return wt("".concat(Mn,"/").concat(t),{method:"DELETE",signal:e.signal})},_t=function(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)},At=function(t){return function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){_t(i,r,o,a,u,"next",t)}function u(t){_t(i,r,o,a,u,"throw",t)}a(void 0)}))}},kt=function(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}},Tt=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{includeAuthStatus:!0};return(Bn<Date.now()-6e4||!Un.getState().loaded)&&Dt(),new we((function(e){var n=function(n){var r;n.loaded&&(t.includeAuthStatus?e.next(n.session):e.next(null===(r=n.session)||void 0===r?void 0:r.user))};return n(Un.getState()),Un.subscribe(n)}))},Ct=function(){return(Bn<Date.now()-6e4||!Un.getState().loaded)&&Dt(),Un},It=function(t){var e,n,r,o=null!==(r=null==t||null===(e=t.user)||void 0===e||null===(n=e.userProperties)||void 0===n?void 0:n.defaultLocale)&&void 0!==r?r:t.locale,i=document.documentElement.getAttribute("lang");(function(t){if(void 0===t||"string"!=typeof t)return!1;try{new Intl.Locale(t)}catch(t){return!1}return!0})(o)&&o!==i&&document.documentElement.setAttribute("lang",o)},Dt=function(t,e){Bn=Date.now();var n={};return t&&e&&(n.Authorization="Basic ".concat(window.btoa("".concat(t,":").concat(e)))),Ft(wt(In,{headers:n}))},Mt=function(){Un.setState({loaded:!0,session:{authenticated:!1,sessionId:""}})},Rt=function(t,e){return void 0===e?Boolean(t):!Boolean(t)||function(t,e){return"string"==typeof t?!Ln(e.privileges.find((function(e){return t===e.display}))):Array.isArray(t)?t.every((function(t){return!Ln(e.privileges.find((function(e){return t===e.display})))})):(Ln(t)||console.error('Could not understand privileges "'.concat(t,'"')),!0)}(t,e)||function(t){return!Ln(t.roles.find((function(t){return"System Developer"===t.display})))}(e)},Nt=function(){var t,e;return new Promise((function(n){var r=function(r){r.loaded&&r.session.user&&(t=r.session.user,n(r.session.user),e&&e())};r(Un.getState()),t||(e=Un.subscribe(r))}))},Lt=function(){return new Promise((function(t,e){Tt().subscribe((function(e){t(e.sessionLocation)}),e).unsubscribe()}))},Ut=function(t,e){return Fn.apply(this,arguments)},Bt=function(t,e,n){return Vn.apply(this,arguments)},Ft=function(t){return new Promise((function(e,n){t.then((function(t){var r;"object"==typeof(null==t?void 0:t.data)?(r={loaded:!0,session:t.data},Un.setState(r),e(r)):(r={loaded:!1,session:null},Un.setState(r),n(r))})).catch((function(t){(0,Nn.reportError)("Failed to fetch new session information: ".concat(t));var e={loaded:!1,session:null};Un.setState(e),n(e)}))}))},Vt=function(){(0,Le.defineConfigSchema)("@openmrs/esm-api",{redirectAuthFailure:{enabled:{_type:Le.Type.Boolean,_default:!0,_description:"Whether to redirect logged-out users to `redirectAuthFailure.url`"},url:{_type:Le.Type.String,_default:"${openmrsSpaBase}/login",_validators:[Le.validators.isUrl]},errors:{_type:Le.Type.Array,_default:[401],_elements:{_type:Le.Type.Number,_validators:[Le.validators.inRange(100,600)]},_description:"The HTTP error codes for which users will be redirected"},resolvePromise:{_type:Le.Type.Boolean,_default:!1,_description:"Changes how requests that fail authentication are handled. Try messing with this if redirects to the login page aren't working correctly."}}}),Dt()},Gt=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},Wt=function(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)},Kt=function(t){return function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){Wt(i,r,o,a,u,"next",t)}function u(t){Wt(i,r,o,a,u,"throw",t)}a(void 0)}))}},zt=function(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t,e)||function(t,e){if(t){if("string"==typeof t)return Gt(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Gt(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()},Ht=function(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}},$t=function(t,e){return Wn.apply(this,arguments)},qt=function(t){return Kn.apply(this,arguments)},Jt=function(t){return function(e){return 0===t?Xn:e.lift(new Zn(t))}},Yt=function(t,e){return function(n){if("function"!=typeof t)throw new TypeError("argument is not a function. Are you looking for `mapTo()`?");return n.lift(new er(t,e))}},Qt=function(){return(0,Be.getGlobalStore)("visit",or)},Xt=function(t,e){Qt().setState({patientUuid:t,manuallySetVisitUuid:e})},Zt=function(t,e,n){var r=null!=n?n:rr;return St("".concat(Tn,"/visit?patient=").concat(t,"&v=").concat(r),{signal:e.signal,method:"GET",headers:{"Content-type":"application/json"}}).pipe(Jt(1)).pipe(Yt((function(t){return t})))},te=function(t,e){return St("".concat(Tn,"/visit"),{signal:e.signal,method:"POST",headers:{"Content-type":"application/json"},body:t})},ee=function(t,e,n){return St("".concat(Tn,"/visit/").concat(t),{signal:n.signal,method:"POST",headers:{"Content-type":"application/json"},body:e})},ne=function(t){return{uuid:t.uuid,display:t.display,name:t.name}},re=function(){return St("".concat(Tn,"/visittype")).pipe(Yt((function(t){return t.data.results.map(ne)}))).pipe(Jt(1))},oe=function(t){return{uuid:t.uuid,display:t.display}},ie=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return St("".concat(Tn,"/location")+(t?"?tag="+t:"")).pipe(Yt((function(t){return t.data.results.map(oe)}))).pipe(Jt(1))};f.r(p),f.d(p,{OpenmrsFetchError:function(){return Dn},VisitMode:function(){return ir},VisitStatus:function(){return ar},attachmentUrl:function(){return Mn},backendDependencies:function(){return sr},clearCurrentUser:function(){return Mt},createAttachment:function(){return xt},defaultVisitCustomRepresentation:function(){return rr},deleteAttachmentPermanently:function(){return Pt},fetchCurrentPatient:function(){return $t},fhirBaseUrl:function(){return Cn},getAttachmentByUuid:function(){return Et},getAttachments:function(){return jt},getCurrentUser:function(){return Tt},getLocations:function(){return ie},getLoggedInUser:function(){return Nt},getSessionLocation:function(){return Lt},getSessionStore:function(){return Ct},getStartedVisit:function(){return ur},getVisitStore:function(){return Qt},getVisitTypes:function(){return re},getVisitsForPatient:function(){return Zt},makeUrl:function(){return bt},openmrsFetch:function(){return wt},openmrsObservableFetch:function(){return St},refetchCurrentUser:function(){return Dt},restBaseUrl:function(){return Tn},saveVisit:function(){return te},sessionEndpoint:function(){return In},setCurrentVisit:function(){return Xt},setSessionLocation:function(){return Ut},setUserLanguage:function(){return It},setUserProperties:function(){return Bt},setupApiModule:function(){return Vt},toLocationObject:function(){return oe},toVisitTypeObject:function(){return ne},updateVisit:function(){return ee},userHasAccess:function(){return Rt}});var ae,ue,se=function(t,e){return se=Object.setPrototypeOf||i({__proto__:[]},Array)&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},se(t,e)},ce=!1,le={Promise:void 0,set useDeprecatedSynchronousErrorHandling(t){t&&(new Error).stack,ce=t},get useDeprecatedSynchronousErrorHandling(){return ce}},fe={closed:!0,next:function(t){},error:function(t){if(le.useDeprecatedSynchronousErrorHandling)throw t;u(t)},complete:function(){}},pe=Array.isArray||function(t){return t&&"number"==typeof t.length},he=function(){var t=function(t){return Error.call(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map((function(t,e){return e+1+") "+t.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=t,this};return t.prototype=Object.create(Error.prototype),t}(),de=he,ve=function(){var t=function(t){this.closed=!1,this._parentOrParents=null,this._subscriptions=null,t&&(this._ctorUnsubscribe=!0,this._unsubscribe=t)};return t.prototype.unsubscribe=function(){var n;if(!this.closed){var r=this,o=r._parentOrParents,a=r._ctorUnsubscribe,u=r._unsubscribe,l=r._subscriptions;if(this.closed=!0,this._parentOrParents=null,this._subscriptions=null,i(o,t))o.remove(this);else if(null!==o)for(var f=0;f<o.length;++f)o[f].remove(this);if(e(u)){a&&(this._unsubscribe=void 0);try{u.call(this)}catch(t){n=i(t,de)?c(t.errors):[t]}}if(pe(l)){f=-1;for(var p=l.length;++f<p;){var h=l[f];if(s(h))try{h.unsubscribe()}catch(t){n=n||[],i(t,de)?n=n.concat(c(t.errors)):n.push(t)}}}if(n)throw new de(n)}},t.prototype.add=function(e){var n=e;if(!e)return t.EMPTY;switch(void 0===e?"undefined":a(e)){case"function":n=new t(e);case"object":if(n===this||n.closed||"function"!=typeof n.unsubscribe)return n;if(this.closed)return n.unsubscribe(),n;if(!i(n,t)){var r=n;(n=new t)._subscriptions=[r]}break;default:throw new Error("unrecognized teardown "+e+" added to Subscription.")}var o=n._parentOrParents;if(null===o)n._parentOrParents=this;else if(i(o,t)){if(o===this)return n;n._parentOrParents=[o,this]}else{if(-1!==o.indexOf(this))return n;o.push(this)}var u=this._subscriptions;return null===u?this._subscriptions=[n]:u.push(n),n},t.prototype.remove=function(t){var e=this._subscriptions;if(e){var n=e.indexOf(t);-1!==n&&e.splice(n,1)}},t.EMPTY=function(t){return t.closed=!0,t}(new t),t}(),ye="function"==typeof Symbol?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random(),me=function(e){function n(t,r,o){var a=e.call(this)||this;switch(a.syncErrorValue=null,a.syncErrorThrown=!1,a.syncErrorThrowable=!1,a.isStopped=!1,arguments.length){case 0:a.destination=fe;break;case 1:if(!t){a.destination=fe;break}if("object"==typeof t){i(t,n)?(a.syncErrorThrowable=t.syncErrorThrowable,a.destination=t,t.add(a)):(a.syncErrorThrowable=!0,a.destination=new ge(a,t));break}default:a.syncErrorThrowable=!0,a.destination=new ge(a,t,r,o)}return a}return t(n,e),n.prototype[ye]=function(){return this},n.create=function(t,e,r){var o=new n(t,e,r);return o.syncErrorThrowable=!1,o},n.prototype.next=function(t){this.isStopped||this._next(t)},n.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},n.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},n.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this))},n.prototype._next=function(t){this.destination.next(t)},n.prototype._error=function(t){this.destination.error(t),this.unsubscribe()},n.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},n.prototype._unsubscribeAndRecycle=function(){var t=this._parentOrParents;return this._parentOrParents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parentOrParents=t,this},n}(ve),ge=function(n){var r=function(t,r,o,i){var a,u=n.call(this)||this;u._parentSubscriber=t;var s=u;return e(r)?a=r:r&&(a=r.next,o=r.error,i=r.complete,r!==fe&&(e((s=Object.create(r)).unsubscribe)&&u.add(s.unsubscribe.bind(s)),s.unsubscribe=u.unsubscribe.bind(u))),u._context=s,u._next=a,u._error=o,u._complete=i,u};return t(r,n),r.prototype.next=function(t){if(!this.isStopped&&this._next){var e=this._parentSubscriber;le.useDeprecatedSynchronousErrorHandling&&e.syncErrorThrowable?this.__tryOrSetError(e,this._next,t)&&this.unsubscribe():this.__tryOrUnsub(this._next,t)}},r.prototype.error=function(t){if(!this.isStopped){var e=this._parentSubscriber,n=le.useDeprecatedSynchronousErrorHandling;if(this._error)n&&e.syncErrorThrowable?(this.__tryOrSetError(e,this._error,t),this.unsubscribe()):(this.__tryOrUnsub(this._error,t),this.unsubscribe());else if(e.syncErrorThrowable)n?(e.syncErrorValue=t,e.syncErrorThrown=!0):u(t),this.unsubscribe();else{if(this.unsubscribe(),n)throw t;u(t)}}},r.prototype.complete=function(){var t=this;if(!this.isStopped){var e=this._parentSubscriber;if(this._complete){var n=function(){return t._complete.call(t._context)};le.useDeprecatedSynchronousErrorHandling&&e.syncErrorThrowable?(this.__tryOrSetError(e,n),this.unsubscribe()):(this.__tryOrUnsub(n),this.unsubscribe())}else this.unsubscribe()}},r.prototype.__tryOrUnsub=function(t,e){try{t.call(this._context,e)}catch(t){if(this.unsubscribe(),le.useDeprecatedSynchronousErrorHandling)throw t;u(t)}},r.prototype.__tryOrSetError=function(t,e,n){if(!le.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{e.call(this._context,n)}catch(e){return le.useDeprecatedSynchronousErrorHandling?(t.syncErrorValue=e,t.syncErrorThrown=!0,!0):(u(e),!0)}return!1},r.prototype._unsubscribe=function(){var t=this._parentSubscriber;this._context=null,this._parentSubscriber=null,t.unsubscribe()},r}(me),be="function"==typeof Symbol&&Symbol.observable||"@@observable",we=function(){var t=function(t){this._isScalar=!1,t&&(this._subscribe=t)};return t.prototype.lift=function(e){var n=new t;return n.source=this,n.operator=e,n},t.prototype.subscribe=function(t,e,n){var r=this.operator,o=function(t,e,n){if(t){if(i(t,me))return t;if(t[ye])return t[ye]()}return t||e||n?new me(t,e,n):new me(fe)}(t,e,n);if(r?o.add(r.call(o,this.source)):o.add(this.source||le.useDeprecatedSynchronousErrorHandling&&!o.syncErrorThrowable?this._subscribe(o):this._trySubscribe(o)),le.useDeprecatedSynchronousErrorHandling&&o.syncErrorThrowable&&(o.syncErrorThrowable=!1,o.syncErrorThrown))throw o.syncErrorValue;return o},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){le.useDeprecatedSynchronousErrorHandling&&(t.syncErrorThrown=!0,t.syncErrorValue=e),function(t){for(;t;){var e=t,n=e.closed,r=e.destination,o=e.isStopped;if(n||o)return!1;t=r&&i(r,me)?r:null}return!0}(t)?t.error(e):console.warn(e)}},t.prototype.forEach=function(t,e){var n=this;return new(e=h(e))((function(e,r){var o;o=n.subscribe((function(e){try{t(e)}catch(t){r(t),o&&o.unsubscribe()}}),r,e)}))},t.prototype._subscribe=function(t){var e=this.source;return e&&e.subscribe(t)},t.prototype[be]=function(){return this},t.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 0===t.length?this:(0===(n=t).length?l:1===n.length?n[0]:function(t){return n.reduce((function(t,e){return e(t)}),t)})(this);var n},t.prototype.toPromise=function(t){var e=this;return new(t=h(t))((function(t,n){var r;e.subscribe((function(t){return r=t}),(function(t){return n(t)}),(function(){return t(r)}))}))},t.create=function(e){return new t(e)},t}(),Se="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,Oe="object"==typeof self&&self&&self.Object===Object&&self,Ee=(Se||Oe||Function("return this")()).Symbol,je=Object.prototype,xe=je.hasOwnProperty,Pe=je.toString,_e=Ee?Ee.toStringTag:void 0,Ae=Object.prototype.toString,ke=Ee?Ee.toStringTag:void 0,Te=(ae=Object.getPrototypeOf,ue=Object,function(t){return ae(ue(t))}),Ce=Function.prototype,Ie=Object.prototype,De=Ce.toString,Me=Ie.hasOwnProperty,Re=De.call(Object),Ne=function(t){if(!function(t){return null!=t&&"object"==typeof t}(t)||"[object Object]"!=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ke&&ke in Object(t)?function(t){var e=xe.call(t,_e),n=t[_e];try{t[_e]=void 0;var r=!0}catch(t){}var o=Pe.call(t);return r&&(e?t[_e]=n:delete t[_e]),o}(t):function(t){return Ae.call(t)}(t)}(t))return!1;var e=Te(t);if(null===e)return!0;var n=Me.call(e,"constructor")&&e.constructor;return"function"==typeof n&&i(n,n)&&De.call(n)==Re},Le=f(824),Ue=f(513),Be=f(385);(0,Be.createGlobalStore)("breadcrumbs",[]);var Fe,Ve=Object.freeze({__proto__:null,get start(){return ht},get ensureJQuerySupport(){return J},get setBootstrapMaxTime(){return N},get setMountMaxTime(){return L},get setUnmountMaxTime(){return U},get setUnloadMaxTime(){return B},get registerApplication(){return ot},get unregisterApplication(){return at},get getMountedApps(){return et},get getAppStatus(){return rt},get unloadApplication(){return ut},get checkActivityFunctions(){return it},get getAppNames(){return nt},get pathToActiveWhen(){return lt},get navigateToUrl(){return W},get patchHistoryApi(){return $},get triggerAppChange(){return ft},get addErrorHandler(){return v},get removeErrorHandler(){return y},get mountRootParcel(){return I},get NOT_LOADED(){return ze},get LOADING_SOURCE_CODE(){return He},get NOT_BOOTSTRAPPED(){return $e},get BOOTSTRAPPING(){return qe},get NOT_MOUNTED(){return Je},get MOUNTING(){return Ye},get UPDATING(){return Xe},get LOAD_ERROR(){return en},get MOUNTED(){return Qe},get UNLOADING(){return tn},get UNMOUNTING(){return Ze},get SKIP_BECAUSE_BROKEN(){return nn}}),Ge=("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==n.g?n.g:"undefined"!=typeof self?self:{}).CustomEvent,We=function(){try{var t=new Ge("cat",{detail:{foo:"bar"}});return"cat"===t.type&&"bar"===t.detail.foo}catch(t){}return!1}()?Ge:"undefined"!=typeof document&&"function"==typeof document.createEvent?function(t,e){var n=document.createEvent("CustomEvent");return e?n.initCustomEvent(t,e.bubbles,e.cancelable,e.detail):n.initCustomEvent(t,!1,!1,void 0),n}:function(t,e){var n=document.createEventObject();return n.type=t,e?(n.bubbles=Boolean(e.bubbles),n.cancelable=Boolean(e.cancelable),n.detail=e.detail):(n.bubbles=!1,n.cancelable=!1,n.detail=void 0),n},Ke=[],ze="NOT_LOADED",He="LOADING_SOURCE_CODE",$e="NOT_BOOTSTRAPPED",qe="BOOTSTRAPPING",Je="NOT_MOUNTED",Ye="MOUNTING",Qe="MOUNTED",Xe="UPDATING",Ze="UNMOUNTING",tn="UNLOADING",en="LOAD_ERROR",nn="SKIP_BECAUSE_BROKEN",rn=[],on=!1,an=!1,un=0,sn={parcels:{}},cn={bootstrap:{millis:4e3,dieOnTimeout:!1,warningMillis:1e3},mount:{millis:3e3,dieOnTimeout:!1,warningMillis:1e3},unmount:{millis:3e3,dieOnTimeout:!1,warningMillis:1e3},unload:{millis:3e3,dieOnTimeout:!1,warningMillis:1e3},update:{millis:3e3,dieOnTimeout:!1,warningMillis:1e3}},ln="undefined"!=typeof window,fn={hashchange:[],popstate:[]},pn=["hashchange","popstate"],hn=null,dn=!1;ln&&(window.singleSpaNavigate?console.warn(m(41,!1)):window.singleSpaNavigate=W);var vn=!1,yn={},mn=[],gn=!1,bn=!1,wn=[],Sn=ln&&window.location.href;function On(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(bn)return new Promise((function(t,n){wn.push({resolve:t,reject:n,eventArguments:e})}));var r,i=function(){var t=[],e=[],n=[],r=[],o=(new Date).getTime();return mn.forEach((function(i){var a=i.status!==nn&&w(i);switch(i.status){case en:a&&o-i.loadErrorTime>=200&&n.push(i);break;case ze:case He:a&&n.push(i);break;case $e:case Je:!a&&tt(S(i))?t.push(i):a&&r.push(i);break;case Qe:a||e.push(i)}})),{appsToUnload:t,appsToUnmount:e,appsToLoad:n,appsToMount:r}}(),a=i.appsToUnload,u=i.appsToUnmount,s=i.appsToLoad,c=i.appsToMount,l=[],f=Sn,p=Sn=window.location.href;return dt()?(bn=!0,r=a.concat(s,u,c),Promise.resolve().then((function(){return g(0===r.length?"before-no-app-change":"before-app-change",y(!0)),g("before-routing-event",y(!0,{cancelNavigation:h})),Promise.all(l).then((function(n){if(n.some((function(t){return t})))return hn.call(window.history,history.state,"",f.substring(location.origin.length)),Sn=location.href,bn=!1,On(t,e,!0);var r=a.map(Q),o=u.map(T).map((function(t){return t.then(Q)})).concat(r),i=Promise.all(o);i.then((function(){g("before-mount-routing-event",y(!0))}),(function(t){throw t}));var l=s.map((function(t){return G(t).then((function(t){return pt(t,i)}))})),p=c.filter((function(t){return s.indexOf(t)<0})).map((function(t){return pt(t,i)}));return i.catch((function(t){throw v(),t})).then((function(){return v(),Promise.all(l.concat(p)).catch((function(e){throw t.forEach((function(t){return t.reject(e)})),e})).then(d).then((function(){}),(function(t){throw t}))}))}))}))):(r=s,Promise.resolve().then((function(){var t=s.map(G);return Promise.all(t).then(v).then((function(){return[]})).catch((function(t){throw v(),t})).finally((function(){}))})));function h(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],e="function"==typeof(null==t?void 0:t.then)?t:Promise.resolve(t);l.push(e.catch((function(t){return console.warn(Error(m(42,!1))),console.warn(t),!1})))}function d(){var e=et();t.forEach((function(t){return t.resolve(e)}));try{g(0===r.length?"no-app-change":"app-change",y()),g("routing-event",y())}catch(t){setTimeout((function(){throw t}))}if(bn=!1,wn.length>0){var n=wn;wn=[],On(n)}return e}function v(){n||(t.forEach((function(t){K(t.eventArguments)})),K(e))}function y(){var t,n=arguments.length>0&&void 0!==arguments[0]&&arguments[0],i=arguments.length>1?arguments[1]:void 0,l={},h=(o(t={},Qe,[]),o(t,Je,[]),o(t,ze,[]),o(t,nn,[]),t);n?(s.concat(c).forEach((function(t,e){v(t,Qe)})),a.forEach((function(t){v(t,ze)})),u.forEach((function(t){v(t,Je)}))):r.forEach((function(t){v(t)}));var d={detail:{newAppStatuses:l,appsByNewStatus:h,totalAppChanges:r.length,originalEvent:null==e?void 0:e[0],oldUrl:f,newUrl:p}};return i&&j(d.detail,i),d;function v(t,e){var n=S(t);e=e||rt(n),l[n]=e,(h[e]=h[e]||[]).push(n)}}function g(t,e){n||window.dispatchEvent(new We("single-spa:".concat(t),e))}}var En=!1,jn={getRawAppData:function(){return function(t){if(Array.isArray(t))return r(t)}(t=mn)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return r(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}();var t},reroute:On,NOT_LOADED:ze,toLoadPromise:G,toBootstrapPromise:k,unregisterApplication:at,getProfilerData:function(){return rn}};ln&&window.__SINGLE_SPA_DEVTOOLS__&&(window.__SINGLE_SPA_DEVTOOLS__.exposedMethods=jn);var xn="openmrs:history";function Pn(t,e,n){return Pn=gt()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&An(o,n.prototype),o},Pn.apply(null,arguments)}function _n(t){return _n=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},_n(t)}function An(t,e){return An=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},An(t,e)}function kn(t){var e="function"==typeof Map?new Map:void 0;return kn=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return Pn(t,arguments,_n(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),An(r,t)},kn(t)}var Tn="/ws/rest/v1",Cn="/ws/fhir2/R4",In="".concat(Tn,"/session"),Dn=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&An(t,e)}(o,t);var e,n,r=(e=o,n=gt(),function(){var t,r=_n(e);if(n){var o=_n(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return function(t,e){return!e||"object"!=((n=e)&&"undefined"!=typeof Symbol&&n.constructor===Symbol?"symbol":void 0===n?"undefined":a(n))&&"function"!=typeof e?vt(t):e;var n}(this,t)});function o(t,e,n,a){var u;return function(t,e){if(!i(t,e))throw new TypeError("Cannot call a class as a function")}(this,o),mt(vt(u=r.call(this)),"response",void 0),mt(vt(u),"responseBody",void 0),u.message="Server responded with ".concat(e.status," (").concat(e.statusText,") for url ").concat(t,". Check err.responseBody or network tab in dev tools for more info"),a.message=u.message,u.responseBody=n,u.response=e,u.stack="Stacktrace for outgoing request:\n".concat(a.stack,"\nStacktrace for incoming response:\n").concat(u.stack),u}return o}(kn(Error)),Mn="".concat(Tn,"/attachment");function Rn(){var t;return t=function(t,e){var n;return function(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}}(this,(function(r){return(n=new FormData).append("fileCaption",e.fileDescription),n.append("patient",t),e.file?n.append("file",e.file):(n.append("file",new File([""],e.fileName),e.fileName),n.append("base64Content",e.base64Content)),[2,wt("".concat(Mn),{method:"POST",body:n})]}))},Rn=function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){Ot(i,r,o,a,u,"next",t)}function u(t){Ot(i,r,o,a,u,"throw",t)}a(void 0)}))},Rn.apply(this,arguments)}var Nn=f(254),Ln=function(t){return void 0===t},Un=(0,Be.createGlobalStore)("session",{loaded:!1,session:null}),Bn=0;function Fn(){return(Fn=At((function(t,e){return kt(this,(function(n){return[2,Ft(wt(In,{method:"POST",body:{sessionLocation:t},headers:{"Content-Type":"application/json"},signal:e.signal}))]}))}))).apply(this,arguments)}function Vn(){return(Vn=At((function(t,e,n){return kt(this,(function(r){switch(r.label){case 0:return n||(n=new AbortController),[4,wt("".concat(Tn,"/user/").concat(t),{method:"POST",body:{userProperties:e},headers:{"Content-Type":"application/json"},signal:n.signal})];case 1:return r.sent(),[2,Dt()]}}))}))).apply(this,arguments)}Un.subscribe((function(t){return t.session&&It(t.session)}));var Gn=f(738);function Wn(){return Wn=Kt((function(t,e){var n,r,o,i,a,u=arguments;return Ht(this,(function(s){switch(s.label){case 0:return n=!(u.length>2&&void 0!==u[2])||u[2],t?(r=null,[4,Promise.all([wt("".concat(Cn,"/Patient/").concat(t),e).catch((function(t){return r=t})),n?qt(t):Promise.resolve(null)])]):[3,2];case 1:if(o=zt.apply(void 0,[s.sent(),2]),i=o[0],a=o[1],i.ok)return[2,i.data];if(a)return[2,a];if(r)throw r;s.label=2;case 2:return[2,null]}}))})),Wn.apply(this,arguments)}function Kn(){return(Kn=Kt((function(t){var e,n,r;return Ht(this,(function(o){switch(o.label){case 0:return[4,(0,Gn.getSynchronizationItems)("patient-registration")];case 1:return e=o.sent(),n=e.find((function(e){return e.fhirPatient.id===t})),[2,null!==(r=null==n?void 0:n.fhirPatient)&&void 0!==r?r:null]}}))}))).apply(this,arguments)}var zn=function(){var t=function(){return Error.call(this),this.message="object unsubscribed",this.name="ObjectUnsubscribedError",this};return t.prototype=Object.create(Error.prototype),t}(),Hn=function(e){var n=function(t,n){var r=e.call(this)||this;return r.subject=t,r.subscriber=n,r.closed=!1,r};return t(n,e),n.prototype.unsubscribe=function(){if(!this.closed){this.closed=!0;var t=this.subject,e=t.observers;if(this.subject=null,e&&0!==e.length&&!t.isStopped&&!t.closed){var n=e.indexOf(this.subscriber);-1!==n&&e.splice(n,1)}}},n}(ve),$n=function(e){var n=function(t){var n=e.call(this,t)||this;return n.destination=t,n};return t(n,e),n}(me),qn=function(e){var n=function(){var t=e.call(this)||this;return t.observers=[],t.closed=!1,t.isStopped=!1,t.hasError=!1,t.thrownError=null,t};return t(n,e),n.prototype[ye]=function(){return new $n(this)},n.prototype.lift=function(t){var e=new Jn(this,this);return e.operator=t,e},n.prototype.next=function(t){if(this.closed)throw new zn;if(!this.isStopped)for(var e=this.observers,n=e.length,r=e.slice(),o=0;o<n;o++)r[o].next(t)},n.prototype.error=function(t){if(this.closed)throw new zn;this.hasError=!0,this.thrownError=t,this.isStopped=!0;for(var e=this.observers,n=e.length,r=e.slice(),o=0;o<n;o++)r[o].error(t);this.observers.length=0},n.prototype.complete=function(){if(this.closed)throw new zn;this.isStopped=!0;for(var t=this.observers,e=t.length,n=t.slice(),r=0;r<e;r++)n[r].complete();this.observers.length=0},n.prototype.unsubscribe=function(){this.isStopped=!0,this.closed=!0,this.observers=null},n.prototype._trySubscribe=function(t){if(this.closed)throw new zn;return e.prototype._trySubscribe.call(this,t)},n.prototype._subscribe=function(t){if(this.closed)throw new zn;return this.hasError?(t.error(this.thrownError),ve.EMPTY):this.isStopped?(t.complete(),ve.EMPTY):(this.observers.push(t),new Hn(this,t))},n.prototype.asObservable=function(){var t=new we;return t.source=this,t},n.create=function(t,e){return new Jn(t,e)},n}(we),Jn=function(e){var n=function(t,n){var r=e.call(this)||this;return r.destination=t,r.source=n,r};return t(n,e),n.prototype.next=function(t){var e=this.destination;e&&e.next&&e.next(t)},n.prototype.error=function(t){var e=this.destination;e&&e.error&&this.destination.error(t)},n.prototype.complete=function(){var t=this.destination;t&&t.complete&&this.destination.complete()},n.prototype._subscribe=function(t){return this.source?this.source.subscribe(t):ve.EMPTY},n}(qn),Yn=function(e){var n=function(t){var n=e.call(this)||this;return n._value=t,n};return t(n,e),Object.defineProperty(n.prototype,"value",{get:function(){return this.getValue()},enumerable:!0,configurable:!0}),n.prototype._subscribe=function(t){var n=e.prototype._subscribe.call(this,t);return n&&!n.closed&&t.next(this._value),n},n.prototype.getValue=function(){if(this.hasError)throw this.thrownError;if(this.closed)throw new zn;return this._value},n.prototype.next=function(t){e.prototype.next.call(this,this._value=t)},n}(qn),Qn=function(){var t=function(){return Error.call(this),this.message="argument out of range",this.name="ArgumentOutOfRangeError",this};return t.prototype=Object.create(Error.prototype),t}(),Xn=new we((function(t){return t.complete()})),Zn=function(){var t=function(t){if(this.total=t,this.total<0)throw new Qn};return t.prototype.call=function(t,e){return e.subscribe(new tr(t,this.total))},t}(),tr=function(e){var n=function(t,n){var r=e.call(this,t)||this;return r.total=n,r.count=0,r};return t(n,e),n.prototype._next=function(t){var e=this.total,n=++this.count;n<=e&&(this.destination.next(t),n===e&&(this.destination.complete(),this.unsubscribe()))},n}(me),er=function(){var t=function(t,e){this.project=t,this.thisArg=e};return t.prototype.call=function(t,e){return e.subscribe(new nr(t,this.project,this.thisArg))},t}(),nr=function(e){var n=function(t,n,r){var o=e.call(this,t)||this;return o.project=n,o.count=0,o.thisArg=r||o,o};return t(n,e),n.prototype._next=function(t){var e;try{e=this.project.call(this.thisArg,t,this.count++)}catch(t){return void this.destination.error(t)}this.destination.next(e)},n}(me),rr="custom:(uuid,encounters:(uuid,encounterDatetime,form:(uuid,name),location:ref,encounterType:ref,encounterProviders:(uuid,display,provider:(uuid,display))),patient:(uuid,uuid),visitType:(uuid,name,display),attributes:(uuid,display,attributeType:(name,datatypeClassname,uuid),value),location:(uuid,name,display),startDatetime,stopDatetime)",or=function(){try{return JSON.parse(localStorage.getItem("openmrs:visitStoreState")||"null")}catch(t){return null}}()||{patientUuid:null,manuallySetVisitUuid:null};Qt().subscribe((function(t){var e;e=t,localStorage.setItem("openmrs:visitStoreState",JSON.stringify(e))}));var ir,ar,ur=new Yn(null);!function(t){t.NEWVISIT="startVisit",t.EDITVISIT="editVisit",t.LOADING="loadingVisit"}(ir||(ir={})),function(t){t.NOTSTARTED="notStarted",t.ONGOING="ongoing"}(ar||(ar={}));var sr={"webservices.rest":"2.24.0",fhir2:"1.0.0-SNAPSHOT"}}(),p}())}}}))},714:function(){var t=function(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":void 0===t?"undefined":l(t)};System.register(["@openmrs/esm-state"],(function(e,n){var r={};return{setters:[function(t){r.createGlobalStore=t.createGlobalStore,r.getGlobalStore=t.getGlobalStore}],execute:function(){e(function(){"use strict";var e={685:function(t){t.exports=r}},n={};function o(t){var r=n[t];if(void 0!==r)return r.exports;var i=n[t]={exports:{}};return e[t](i,i.exports,o),i.exports}o.d=function(t,e){for(var n in e)o.o(e,n)&&!o.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};return function(){var e=function(t){return null!=t&&"object"==typeof t&&!0===t["@@functional/placeholder"]},n=function(t){return function n(r){return 0===arguments.length||e(r)?n:t.apply(this,arguments)}},r=function(t){return function r(o,i){switch(arguments.length){case 0:return r;case 1:return e(o)?r:n((function(e){return t(o,e)}));default:return e(o)&&e(i)?r:e(o)?n((function(e){return t(e,i)})):e(i)?n((function(e){return t(o,e)})):t(o,i)}}},a=function(t){for(var e,n=[];!(e=t.next()).done;)n.push(e.value);return n},u=function(t,e,n){for(var r=0,o=n.length;r<o;){if(t(e,n[r]))return!0;r+=1}return!1},s=function(t,e){return Object.prototype.hasOwnProperty.call(e,t)},c=function(t,e,n,r){var o=a(t);function i(t,e){return ft(t,e,n.slice(),r.slice())}return!u((function(t,e){return!u(i,e,t)}),a(e),o)},l=function(t){return function o(i,a,u){switch(arguments.length){case 0:return o;case 1:return e(i)?o:r((function(e,n){return t(i,e,n)}));case 2:return e(i)&&e(a)?o:e(i)?r((function(e,n){return t(e,a,n)})):e(a)?r((function(e,n){return t(i,e,n)})):n((function(e){return t(i,a,e)}));default:return e(i)&&e(a)&&e(u)?o:e(i)&&e(a)?r((function(e,n){return t(e,n,u)})):e(i)&&e(u)?r((function(e,n){return t(e,a,n)})):e(a)&&e(u)?r((function(e,n){return t(i,e,n)})):e(i)?n((function(e){return t(e,a,u)})):e(a)?n((function(e){return t(i,e,u)})):e(u)?n((function(e){return t(i,a,e)})):t(i,a,u)}}},f=function(t){return"[object Object]"===Object.prototype.toString.call(t)},p=function(t,e,n){for(var r=n.next();!r.done;){if((e=t["@@transducer/step"](e,r.value))&&e["@@transducer/reduced"]){e=e["@@transducer/value"];break}r=n.next()}return t["@@transducer/result"](e)},h=function(t,e,n,r){return t["@@transducer/result"](n[r](jt(t["@@transducer/step"],t),e))},d=function(t,e){return function(n){if(!t(n))return"function"==typeof e?e(n):e}},v=function(t){return(0,Dt.getGlobalStore)("config-module-".concat(t),{config:null,loaded:!1,translationOverridesLoaded:!1})},y=function(){return(0,Dt.getGlobalStore)("config-extension-slots",{slots:{}})},m=function(t){return g(y().getState(),t)},g=function(t,e){var n=t.slots[e];return null!=n?n:{loaded:!1,config:{}}},b=function(){return(0,Dt.getGlobalStore)("config-extensions",{configs:{}})},w=function(t,e){var n=Object.assign({},S(b().getState(),t,e));return n.config=yt(["Display conditions","Translation overrides"],n.config),n},S=function(t,e,n){var r,o=null===(r=t.configs[e])||void 0===r?void 0:r[n];return null!=o?o:{loaded:!1,config:null}},O=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},E=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},j=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){E(t,e,n[e])}))}return t},x=function(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n.push.apply(n,r)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},P=function(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t,e)||A(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()},_=function(t){return function(t){if(Array.isArray(t))return O(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||A(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()},A=function(t,e){if(t){if("string"==typeof t)return O(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?O(t,e):void 0}},k=function(t,e){var n=!0,r=!1,o=void 0;try{for(var i,a=Object.keys(t.schemas)[Symbol.iterator]();!(n=(i=a.next()).done);n=!0){var u=i.value,s=v(u);if(t.moduleLoaded[u]){var c=K(u,t,e);s.setState({translationOverridesLoaded:!0,loaded:!0,config:c})}else{var l=z(u,t,e);s.setState({translationOverridesLoaded:!0,loaded:!1,config:l})}}}catch(t){r=!0,o=t}finally{try{n||null==a.return||a.return()}finally{if(r)throw o}}},T=function(t,e){var n,r,o=(n=$(W(t,e)),function(t){var e=!0,n=!1,r=void 0;try{for(var o,i=Object.entries(t)[Symbol.iterator]();!(e=(o=i.next()).done);e=!0){var a=P(o.value,2),u=a[0],s=a[1],c=!0,l=!1,f=void 0;try{for(var p,h=Object.entries(s)[Symbol.iterator]();!(c=(p=h.next()).done);c=!0){var d=P(p.value,2),v=d[0];G(d[1],u,v)}}catch(t){l=!0,f=t}finally{try{c||null==h.return||h.return()}finally{if(l)throw f}}}}catch(t){n=!0,r=t}finally{try{e||null==i.return||i.return()}finally{if(n)throw r}}}(r=Object.keys(n).reduce((function(t,e){var r,o;return(null===(r=n[e])||void 0===r?void 0:r.extensionSlots)&&(t[e]=null===(o=n[e])||void 0===o?void 0:o.extensionSlots),t}),{})),Object.keys(r).reduce((function(t,e){return j({},t,r[e])}),{})),i=Object.fromEntries(Object.entries(o).map((function(t){var e=P(t,2);return[e[0],{loaded:!0,config:e[1]}]}))),a=y(),u=a.getState(),s={slots:j({},u.slots,i)};pt(u,s)||a.setState(s)},C=function(t,e){var n=function(t,e){var n=Ut(bt(t.schemas)),r=_(t.providedConfigs.map((function(t){return[t.config,t.source]}))).concat([[e.config,"temporary config"]]),o=!0,i=!1,a=void 0;try{for(var u,s=r[Symbol.iterator]();!(o=(u=s.next()).done);o=!0){var c=P(u.value,2);n=$([n,Bt(c[0],c[1])])}}catch(t){i=!0,a=t}finally{try{o||null==s.return||s.return()}finally{if(i)throw a}}return n}(t,e);Lt.setState({config:n})},I=function(t,e,n){var r={},o=!0,i=!1,a=void 0;try{for(var u,s=e.mountedExtensions[Symbol.iterator]();!(o=(u=s.next()).done);o=!0){var c=u.value,l=V(c.slotModuleName,c.extensionModuleName,c.slotName,c.extensionId,t,n);r[c.slotName]=x(j({},r[c.slotName]),E({},c.extensionId,{config:l,loaded:!0}))}}catch(t){i=!0,a=t}finally{try{o||null==s.return||s.return()}finally{if(i)throw a}}b().setState({configs:r})},D=function(t,e){Ft(t,e);var n=vt(e,Ht),r=Mt.getState();Mt.setState({schemas:x(j({},r.schemas),E({},t,n)),moduleLoaded:x(j({},r.moduleLoaded),E({},t,!0))})},M=function(t){var e=Mt.getState();Mt.setState({schemas:x(j({},e.schemas),E({},t,Ht))})},R=function(t){var e=Mt.getState();Mt.setState({schemas:x(j({},e.schemas),E({},t,zt))})},N=function(t,e){Ft(t,e);var n=vt(e,Ht),r=Mt.getState();r.schemas[t]&&console.error("Config schema for extension ".concat(t," already exists. If there are multiple extensions with this same name, one will probably crash.")),Mt.setState({schemas:x(j({},r.schemas),E({},t,n))})},L=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"provided",n=Mt.getState();Mt.setState({providedConfigs:_(n.providedConfigs).concat([{source:e,config:t}])})},U=function(t){return new Promise((function(e){var n=function(t){if(t.loaded&&t.config){var n=yt(["Display conditions","Translation overrides"],t.config);e(n),o&&o()}},r=v(t);n(r.getState());var o=r.subscribe(n)}))},B=function(t){return new Promise((function(e){var n=function(t){if(t.translationOverridesLoaded&&t.config){var n,r=null!==(n=t.config["Translation overrides"])&&void 0!==n?n:{};e(r),o&&o()}},r=v(t);n(r.getState());var o=r.subscribe(n)}))},F=function(t,e,n){q(t,e,n);var r=Wt(t,e);return Gt(t,r,n),r},V=function(t,e,n,r,o,i){var a,u,s,c,l=function(t){return P(t.split("#"),1)[0]}(r),f=o.schemas[l],p=f?l:e,h=W(o,i),d=H(t,h),v=null!==(c=null==d||null===(a=d.extensionSlots)||void 0===a||null===(u=a[n])||void 0===u||null===(s=u.configure)||void 0===s?void 0:s[r])&&void 0!==c?c:{},y=$([H(p,h),v]),m=null!=f?f:o.schemas[e];q(m,y,p);var g=Wt(m,y);return Gt(m,g,p),delete g.extensionSlots,g},G=function(t,e,n){var r="".concat(e,".extensionSlots.").concat(n),o="Extension slot config '".concat(r,"'"),i=Object.keys(t).filter((function(t){return!["add","remove","order","configure"].includes(t)}));i.length&&Z(r,o+"' contains invalid keys '".concat(i.join("', '"),"'")),t.add&&(Array.isArray(t.add)&&t.add.every((function(t){return"string"==typeof t}))||Z(r,o+".add' is invalid. Must be an array of strings (extension IDs)")),t.remove&&(Array.isArray(t.remove)&&t.remove.every((function(t){return"string"==typeof t}))||Z(r,o+".remove' is invalid. Must be an array of strings (extension IDs)")),t.order&&(Array.isArray(t.order)&&t.order.every((function(t){return"string"==typeof t}))||Z(r,o+".order' is invalid. Must be an array of strings (extension IDs)")),t.configure&&(X(t.configure)||Z(r,o+".configure' is invalid. Must be an object with extension IDs for keys"))},W=function(t,e){return _(t.providedConfigs.map((function(t){return t.config}))).concat([e.config])},K=function(t,e,n){var r=e.schemas[t],o=H(t,W(e,n));q(r,o,t);var i=Wt(r,o);return Gt(r,i,t),delete i.extensionSlots,i},z=function(t,e,n){var r=H(t,W(e,n)),o=Wt(Ht,r);return Gt(Ht,o,t),delete o.extensionSlots,o},H=function(t,e){return $(e.map((function(e){return e[t]})).filter((function(t){return!!t})))},$=function(t){return Pt(vt)({},t)},q=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=!0,o=!1,i=void 0;try{for(var a,u=Object.keys(e)[Symbol.iterator]();!(r=(a=u.next()).done);r=!0){var s=a.value,c=e[s],l=n+"."+s,f=t[s];t.hasOwnProperty(s)?Vt(f,c,l):"extensionSlots"===s&&""!==n||Z(l,"Unknown config key '".concat(l,"' provided. Ignoring."))}}catch(t){o=!0,i=t}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}},J=function(t,e,n){e&&Y(t,[{Array:_t,Boolean:At,ConceptUuid:It,Number:kt,Object:Ct,String:Tt,UUID:It,PersonAttributeTypeUuid:It,PatientIdentifierTypeUuid:It}[e]],n)},Y=function(t,e,n){if(e)try{var r=!0,o=!1,i=void 0;try{for(var a,u=e[Symbol.iterator]();!(r=(a=u.next()).done);r=!0){var s=(0,a.value)(n);"string"==typeof s&&Z(t,"object"==typeof n?"Invalid configuration for ".concat(t,": ").concat(s):"Invalid configuration value ".concat(n," for ").concat(t,": ").concat(s))}}catch(t){o=!0,i=t}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}}catch(e){console.error('Skipping invalid validator at "'.concat(t,'". Encountered error\n\t').concat(e))}},Q=function(t){return!!t&&Object.keys(t).filter((function(t){return!["_default","_validators"].includes(t)})).length>0},X=function(t){return"object"==typeof t&&!Array.isArray(t)&&null!==t},Z=function(t,e){var n="".concat(t,":::").concat(e);Kt.has(n)||(console.error(e),Kt.add(n))},tt=function(t){t?Kt.forEach((function(e){e.startsWith(t)&&Kt.delete(e)})):Kt.clear()};o.r(i),o.d(i,{Type:function(){return gt},clearConfigErrors:function(){return tt},configExtensionStore:function(){return Nt},configInternalStore:function(){return Mt},defineConfigSchema:function(){return D},defineExtensionConfigSchema:function(){return N},getConfig:function(){return U},getConfigStore:function(){return v},getExtensionConfig:function(){return w},getExtensionConfigFromStore:function(){return S},getExtensionSlotConfig:function(){return m},getExtensionSlotConfigFromStore:function(){return g},getExtensionSlotsConfigStore:function(){return y},getExtensionsConfigStore:function(){return b},getTranslationOverrides:function(){return B},implementerToolsConfigStore:function(){return Lt},inRange:function(){return $t},isUrl:function(){return Jt},isUrlWithTemplateParameters:function(){return qt},oneOf:function(){return Yt},processConfig:function(){return F},provide:function(){return L},registerModuleWithConfigSystem:function(){return M},registerTranslationNamespace:function(){return R},temporaryConfigStore:function(){return Rt},validator:function(){return d},validators:function(){return Qt}});var et="function"==typeof Object.is?Object.is:function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e},nt=Object.prototype.toString,rt=function(){return"[object Arguments]"===nt.call(arguments)?function(t){return"[object Arguments]"===nt.call(t)}:function(t){return s("callee",t)}}(),ot=rt,it=!{toString:null}.propertyIsEnumerable("toString"),at=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],ut=function(){return arguments.propertyIsEnumerable("length")}(),st=function(t,e){for(var n=0;n<t.length;){if(t[n]===e)return!0;n+=1}return!1},ct="function"!=typeof Object.keys||ut?n((function(t){if(Object(t)!==t)return[];var e,n,r=[],o=ut&&ot(t);for(e in t)!s(e,t)||o&&"length"===e||(r[r.length]=e);if(it)for(n=at.length-1;n>=0;)s(e=at[n],t)&&!st(r,e)&&(r[r.length]=e),n-=1;return r})):n((function(t){return Object(t)!==t?[]:Object.keys(t)})),lt=n((function(t){return null===t?"Null":void 0===t?"Undefined":Object.prototype.toString.call(t).slice(8,-1)}));function ft(e,n,r,o){if(et(e,n))return!0;var i,a,u=lt(e);if(u!==lt(n))return!1;if(null==e||null==n)return!1;if("function"==typeof e["fantasy-land/equals"]||"function"==typeof n["fantasy-land/equals"])return"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](n)&&"function"==typeof n["fantasy-land/equals"]&&n["fantasy-land/equals"](e);if("function"==typeof e.equals||"function"==typeof n.equals)return"function"==typeof e.equals&&e.equals(n)&&"function"==typeof n.equals&&n.equals(e);switch(u){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===(i=e.constructor,null==(a=String(i).match(/^function (\w*)/))?"":a[1]))return e===n;break;case"Boolean":case"Number":case"String":if((void 0===e?"undefined":t(e))!=(void 0===n?"undefined":t(n))||!et(e.valueOf(),n.valueOf()))return!1;break;case"Date":if(!et(e.valueOf(),n.valueOf()))return!1;break;case"Error":return e.name===n.name&&e.message===n.message;case"RegExp":if(e.source!==n.source||e.global!==n.global||e.ignoreCase!==n.ignoreCase||e.multiline!==n.multiline||e.sticky!==n.sticky||e.unicode!==n.unicode)return!1}for(var l=r.length-1;l>=0;){if(r[l]===e)return o[l]===n;l-=1}switch(u){case"Map":return e.size===n.size&&c(e.entries(),n.entries(),r.concat([e]),o.concat([n]));case"Set":return e.size===n.size&&c(e.values(),n.values(),r.concat([e]),o.concat([n]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var f=ct(e);if(f.length!==ct(n).length)return!1;var p=r.concat([e]),h=o.concat([n]);for(l=f.length-1;l>=0;){var d=f[l];if(!s(d,n)||!ft(n[d],e[d],p,h))return!1;l-=1}return!0}var pt=r((function(t,e){return ft(t,e,[],[])})),ht=l((function(t,e,n){var r,o={};for(r in e)s(r,e)&&(o[r]=s(r,n)?t(r,e[r],n[r]):e[r]);for(r in n)s(r,n)&&!s(r,o)&&(o[r]=n[r]);return o})),dt=l((function t(e,n,r){return ht((function(n,r,o){return f(r)&&f(o)?t(e,r,o):e(n,r,o)}),n,r)})),vt=r((function(t,e){return dt((function(t,e,n){return n}),t,e)})),yt=r((function(t,e){for(var n={},r={},o=0,i=t.length;o<i;)r[t[o]]=1,o+=1;for(var a in e)r.hasOwnProperty(a)||(n[a]=e[a]);return n}));function mt(t,e,n,r){var o,i=function(o){for(var i=e.length,a=0;a<i;){if(t===e[a])return n[a];a+=1}for(var u in e[a+1]=t,n[a+1]=o,t)o[u]=r?mt(t[u],e,n,!0):t[u];return o};switch(lt(t)){case"Object":return i({});case"Array":return i([]);case"Date":return new Date(t.valueOf());case"RegExp":return o=t,new RegExp(o.source,(o.global?"g":"")+(o.ignoreCase?"i":"")+(o.multiline?"m":"")+(o.sticky?"y":"")+(o.unicode?"u":""));default:return t}}var gt,bt=n((function(t){return null!=t&&"function"==typeof t.clone?t.clone():mt(t,[],[],!0)})),wt=Array.isArray||function(t){return null!=t&&t.length>=0&&"[object Array]"===Object.prototype.toString.call(t)},St=n((function(t){return!!wt(t)||!!t&&"object"==typeof t&&!function(t){return"[object String]"===Object.prototype.toString.call(t)}(t)&&(1===t.nodeType?!!t.length:0===t.length||t.length>0&&t.hasOwnProperty(0)&&t.hasOwnProperty(t.length-1))})),Ot=function(){var t=function(t){this.f=t};return t.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},t.prototype["@@transducer/result"]=function(t){return t},t.prototype["@@transducer/step"]=function(t,e){return this.f(t,e)},t}(),Et=r((function(t,e){return function(t,e){switch(t){case 0:return function(){return e.apply(this,arguments)};case 1:return function(t){return e.apply(this,arguments)};case 2:return function(t,n){return e.apply(this,arguments)};case 3:return function(t,n,r){return e.apply(this,arguments)};case 4:return function(t,n,r,o){return e.apply(this,arguments)};case 5:return function(t,n,r,o,i){return e.apply(this,arguments)};case 6:return function(t,n,r,o,i,a){return e.apply(this,arguments)};case 7:return function(t,n,r,o,i,a,u){return e.apply(this,arguments)};case 8:return function(t,n,r,o,i,a,u,s){return e.apply(this,arguments)};case 9:return function(t,n,r,o,i,a,u,s,c){return e.apply(this,arguments)};case 10:return function(t,n,r,o,i,a,u,s,c,l){return e.apply(this,arguments)};default:throw new Error("First argument to _arity must be a non-negative integer no greater than ten")}}(t.length,(function(){return t.apply(e,arguments)}))})),jt=Et,xt="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator",Pt=l((function(t,e,n){if("function"==typeof t&&(t=function(t){return new Ot(t)}(t)),St(n))return function(t,e,n){for(var r=0,o=n.length;r<o;){if((e=t["@@transducer/step"](e,n[r]))&&e["@@transducer/reduced"]){e=e["@@transducer/value"];break}r+=1}return t["@@transducer/result"](e)}(t,e,n);if("function"==typeof n["fantasy-land/reduce"])return h(t,e,n,"fantasy-land/reduce");if(null!=n[xt])return p(t,e,n[xt]());if("function"==typeof n.next)return p(t,e,n);if("function"==typeof n.reduce)return h(t,e,n,"reduce");throw new TypeError("reduce: list must be array or iterable")}));!function(t){t.Array="Array",t.Boolean="Boolean",t.ConceptUuid="ConceptUuid",t.Number="Number",t.Object="Object",t.String="String",t.UUID="UUID",t.PersonAttributeTypeUuid="PersonAttributeTypeUuid",t.PatientIdentifierTypeUuid="PatientIdentifierTypeUuid"}(gt||(gt={}));var _t=d((function(t){return Array.isArray(t)}),"must be an array"),At=d((function(t){return"boolean"==typeof t}),"must be a boolean"),kt=d((function(t){return"number"==typeof t}),"must be a number"),Tt=d((function(t){return"string"==typeof t}),"must be a string"),Ct=d((function(t){return"object"==typeof t&&!Array.isArray(t)&&null!==t}),"must be an object (not an array or null)"),It=d((function(t){return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(t)||/^[0-9a-f]{36}$/i.test(t)}),"must be a valid UUID or a 36-character hexadecimal string"),Dt=o(685),Mt=(0,Dt.createGlobalStore)("config-internal",{providedConfigs:[],schemas:{},moduleLoaded:{}}),Rt=(0,Dt.createGlobalStore)("temporary-config",{config:function(){try{return JSON.parse(localStorage.getItem("openmrs:temporaryConfig")||"{}")}catch(t){return{}}}()});Rt.subscribe((function(t){var e;e=t.config,localStorage.setItem("openmrs:temporaryConfig",JSON.stringify(e))}));var Nt=(0,Dt.createGlobalStore)("config-store-of-extension-state",{mountedExtensions:[]}),Lt=(0,Dt.createGlobalStore)("config-implementer-tools",{config:{}});function Ut(t){return t.hasOwnProperty("_default")?x(j({},t),{_value:t._default,_source:"default"}):X(t)?Object.keys(t).reduce((function(e,n){return e[n]=Ut(t[n]),e}),{}):{}}function Bt(t,e){return X(t)?Object.keys(t).reduce((function(n,r){return n[r]=Bt(t[r],e),n}),{}):{_value:t,_source:e}}function Ft(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r="Please verify that you are running the latest version and, if so, alert the maintainer.",o=!0,i=!1,a=void 0;try{for(var u,s=function(){var o=u.value,i=n+(n&&".")+o,a=e[o];if("Display conditions"===i&&console.error("".concat(t,' declares a configuration option called "Display conditions"; the "Display conditions" option is a reserved name. ').concat(r)),"Translation overrides"===i&&console.error("".concat(t,' declares a configuration option called "Translation overrides"; the "Translation overrides" option is a reserved name. ').concat(r)),!X(a))return console.error("".concat(t," has bad config schema definition for key '").concat(i,"'. ").concat(r)),"continue";a.hasOwnProperty("_default")||Ft(t,a,i);var s=a._elements;if(Q(s)&&Ft(t,s,i+"._elements"),a._validators){var c=!0,l=!1,f=void 0;try{for(var p,h=a._validators[Symbol.iterator]();!(c=(p=h.next()).done);c=!0){var d=p.value;"function"!=typeof d&&console.error("".concat(t," has invalid validator for key '").concat(i,"' ").concat(r,".")+"\n\nIf you're the maintainer: validators must be functions that return either "+"undefined or an error string. Received ".concat(d,"."))}}catch(t){l=!0,f=t}finally{try{c||null==h.return||h.return()}finally{if(l)throw f}}}var v=a._type;v&&!Object.values(gt).includes(v)&&console.error("".concat(t," has invalid type for key '").concat(i,"' ").concat(r,".")+"\n\nIf you're the maintainer: the allowed types are ".concat(Object.values(gt).join(", "),". ")+"Received '".concat(v,"'")),Object.keys(a).every((function(t){return["_description","_validators","_elements","_type"].includes(t)}))&&!n.includes("._elements")&&console.error("".concat(t," has bad config schema definition for key '").concat(i,"'. ").concat(r,".")+"\n\nIf you're the maintainer: all config elements must have a default. "+"Received ".concat(JSON.stringify(a))),s&&v&&![gt.Array,gt.Object].includes(v)&&console.error("".concat(t," has bad config schema definition for key '").concat(i,"'. ").concat(r,".")+"\n\nIf you're the maintainer: the 'elements' key only works with '_type' equal to 'Array' or 'Object'. "+"Received ".concat(JSON.stringify(v)))},c=Object.keys(e).filter((function(t){return!t.startsWith("_")}))[Symbol.iterator]();!(o=(u=c.next()).done);o=!0)s()}catch(t){i=!0,a=t}finally{try{o||null==c.return||c.return()}finally{if(i)throw a}}}function Vt(t,e,n){J(n,t._type,e),X(e)?t._type===gt.Object?function(t,e,n){if(t._elements){var r=!0,o=!1,i=void 0;try{for(var a,u=Object.keys(e)[Symbol.iterator]();!(r=(a=u.next()).done);r=!0){var s=a.value,c=e[s];q(t._elements,c,"".concat(n,".").concat(s))}}catch(t){o=!0,i=t}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}}}(t,e,n):t.hasOwnProperty("_default")||q(t,e,n):t._type===gt.Array&&function(t,e,n){if(Q(t._elements))for(var r=0;r<e.length;r++)Vt(t._elements,e[r],"".concat(n,"[").concat(r,"]"));for(var o=0;o<e.length;o++){var i;J("".concat(n,"[").concat(o,"]"),null===(i=t._elements)||void 0===i?void 0:i._type,e[o])}}(t,e,n)}function Gt(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";if(t)if(e!==t._default&&Y(n,t._validators,e),X(e)){var r=!0,o=!1,i=void 0;try{for(var a,u=Object.keys(e)[Symbol.iterator]();!(r=(a=u.next()).done);r=!0){var s=a.value,c=e[s],l=n+"."+s,f=t[s];t._type===gt.Object&&t._elements?Gt(t._elements,c,l):Gt(f,c,l)}}catch(t){o=!0,i=t}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}}else if(Array.isArray(e)&&t._elements)for(var p=0;p<e.length;p++)Gt(t._elements,e[p],"".concat(n,"[").concat(p,"]"))}k(Mt.getState(),Rt.getState()),Mt.subscribe((function(t){return k(t,Rt.getState())})),Rt.subscribe((function(t){return k(Mt.getState(),t)})),C(Mt.getState(),Rt.getState()),Mt.subscribe((function(t){return C(t,Rt.getState())})),Rt.subscribe((function(t){return C(Mt.getState(),t)})),T(Mt.getState(),Rt.getState()),Mt.subscribe((function(t){return T(t,Rt.getState())})),Rt.subscribe((function(t){return T(Mt.getState(),t)})),I(Mt.getState(),Nt.getState(),Rt.getState()),Mt.subscribe((function(t){I(t,Nt.getState(),Rt.getState())})),Nt.subscribe((function(t){I(Mt.getState(),t,Rt.getState())})),Rt.subscribe((function(t){I(Mt.getState(),Nt.getState(),t)}));var Wt=function(t,e){var n=bt(e);if(!t)return n;var r=!0,o=!1,i=void 0;try{for(var a,u=function(){var e=a.value,r=n[e],o=t[e];if(o&&o.hasOwnProperty("_default")){n.hasOwnProperty(e)||(n[e]=o._default);var i=o._elements;if(r&&Q(i))if(o._type===gt.Array&&Array.isArray(r)){var u=r.map((function(t){return Wt(i,t)}));n[e]=u}else if(o._type===gt.Object){var s=!0,c=!1,l=void 0;try{for(var f,p=Object.keys(r)[Symbol.iterator]();!(s=(f=p.next()).done);s=!0){var h=f.value;r[h]=Wt(i,r[h])}}catch(t){c=!0,l=t}finally{try{s||null==p.return||p.return()}finally{if(c)throw l}}}}else if(X(o)){var d=n.hasOwnProperty(e)?r:{};X(d)&&(n[e]=Wt(o,d))}},s=Object.keys(t)[Symbol.iterator]();!(r=(a=s.next()).done);r=!0)u()}catch(t){o=!0,i=t}finally{try{r||null==s.return||s.return()}finally{if(o)throw i}}return n},Kt=new Set,zt={"Translation overrides":{_description:"Per-language overrides for frontend translations should be keyed by language code and each language dictionary contains the translation key and the display value",_type:gt.Object,_default:{},_validators:[d((function(t){return Object.keys(t).every((function(t){return/^[a-z]{2,3}(-[A-Z]{2,3})?$/.test(t)}))}),(function(t){var e=Object.keys(t).filter((function(t){return!/^[a-z]{2,3}(-[A-Z]{2,3})?$/.test(t)}));return"The 'Translation overrides' object should have language codes for keys. Language codes must be in the form of a two-to-three letter language code optionally followed by a hyphen and a two-to-three letter country code. The following keys do not conform: ".concat(e.join(", "),".")}))]}},Ht=j({"Display conditions":{privileges:{_description:"The privilege(s) the user must have to use this extension",_type:gt.Array,_default:[]}}},zt),$t=function(t,e){return d((function(n){return t<=n&&n<=e}),"must be between ".concat(t," and ").concat(e))},qt=function(t){var e=t.concat(["openmrsBase","openmrsSpaBase"]);return d((function(t){if(!t||"string"!=typeof t)return!1;for(var n=/\${(.*?)}/g,r=n.exec(t);r;){if(!e.includes(r[1]))return!1;r=n.exec(t)}return!0}),"Should be a URL or path. The allowed template parameters are "+e.map((function(t){return"${"+t+"}"})).join(", "))},Jt=qt([]),Yt=function(t){return d((function(e){return t.includes(e)}),"Must be one of the following: '".concat(t.join("', '"),"'."))},Qt={inRange:$t,isUrl:Jt,isUrlWithTemplateParameters:qt,oneOf:Yt}}(),i}())}}}))},254:function(t){"use strict";t.exports=r},45:function(t){"use strict";t.exports=o},513:function(t){"use strict";t.exports=f},740:function(t){"use strict";t.exports=h},685:function(t){"use strict";t.exports=d},901:function(t){"use strict";t.exports=v},688:function(t){"use strict";t.exports=y},954:function(t){"use strict";t.exports=m},493:function(t){"use strict";t.exports=g},792:function(t){"use strict";t.exports=b}},e={};function w(n){var r=e[n];if(void 0!==r)return r.exports;var o=e[n]={exports:{}};return t[n](o,o.exports,w),o.exports}w.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),w.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var S={};return function(){"use strict";var t=function(t,e){var n=(new DOMParser).parseFromString(e,"image/svg+xml").querySelector("svg");n&&(n.id=t,Pt.appendChild(n))},e=function(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i,a,u=[],s=!0,c=!1;try{if(i=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;s=!1}else for(;!(s=(r=i.call(n)).done)&&(u.push(r.value),u.length!==e);s=!0);}catch(t){c=!0,o=t}finally{try{if(!s&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(t,e)||r(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()},r=function(t,e){if(t){if("string"==typeof t)return o(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(t,e):void 0}},o=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},f=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},h=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},d=function(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":void 0===t?"undefined":l(t)},v=function(t,e,n){var r=b(t,e,n);Vt.length?Vt.forEach((function(t){return t(r)})):setTimeout((function(){throw r}))},y=function(t){if("function"!=typeof t)throw Error(g(28,!1));Vt.push(t)},m=function(t){if("function"!=typeof t)throw Error(g(29,!1));var e=!1;return Vt=Vt.filter((function(n){var r=n===t;return e=e||r,!r})),e},g=function(t,e){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];return"single-spa minified message #".concat(t,": ").concat(e?e+" ":"","See https://single-spa.js.org/error/?code=").concat(t).concat(r.length?"&arg=".concat(r.join("&arg=")):"")},b=function(t,e,n){var r,o,i,a="".concat(x(e)," '").concat(E(e),"' died in status ").concat(e.status,": ");if(o=t,null!=(i=Error)&&"undefined"!=typeof Symbol&&i[Symbol.hasInstance]?i[Symbol.hasInstance](o):u(o,i)){try{t.message=a+t.message}catch(t){}r=t}else{console.warn(g(30,!1,e.status,E(e)));try{r=Error(a+JSON.stringify(t))}catch(e){r=t}}return r.appOrParcelName=E(e),e.status=n,r},S=function(t){return t.status===qt},O=function(t){try{return t.activeWhen(window.location)}catch(e){return v(e,t,Zt),!1}},E=function(t){return t.name},j=function(t){return Boolean(t.unmountThisParcel)},x=function(t){return j(t)?"parcel":"application"},P=function(){for(var t=arguments.length-1;t>0;t--)for(var e in arguments[t])"__proto__"!==e&&(arguments[t-1][e]=arguments[t][e]);return arguments[0]},_=function(t,e){for(var n=0;n<t.length;n++)if(e(t[n]))return t[n];return null},A=function(t){return t&&("function"==typeof t||(e=t,Array.isArray(e)&&!_(e,(function(t){return"function"!=typeof t}))));var e},k=function(t,e){var n=t[e]||[];0===(n=Array.isArray(n)?n:[n]).length&&(n=[function(){return Promise.resolve()}]);var r=x(t),o=E(t);return function(t){return n.reduce((function(n,i,a){return n.then((function(){var n=i(t);return T(n)?n:Promise.reject(g(15,!1,r,o,e,a))}))}),Promise.resolve())}},T=function(t){return t&&"function"==typeof t.then&&"function"==typeof t.catch},C=function(t,e){var n=function(){return t.status=Ht,t};return Promise.resolve().then((function(){return t.status!==Kt?t:(t.status=zt,t.bootstrap?G(t,"bootstrap").then(n).catch((function(n){if(e)throw b(n,t,Zt);return v(n,t,Zt),t})):Promise.resolve().then(n))}))},I=function(t,e){return Promise.resolve().then((function(){var n=function(){return G(t,"unmount").then((function(){t.status=Ht}),(function(n){if(e)throw b(n,t,Zt);v(n,t,Zt)}))};if(t.status!==qt)return t;t.status=Yt;var r=Object.keys(t.parcels).map((function(e){return t.parcels[e].unmountThisParcel()}));return Promise.all(r).then(n,(function(r){return n().then((function(){var n=Error(r.message);if(e)throw b(n,t,Zt);v(n,t,Zt)}))})).then((function(){return t}))}))},D=function(t,e){return Promise.resolve().then((function(){return t.status!==Ht?t:(ee||(window.dispatchEvent(new Ft("single-spa:before-first-mount")),ee=!0),t.status=$t,G(t,"mount").then((function(){return t.status=qt,ne||(window.dispatchEvent(new Ft("single-spa:first-mount")),ne=!0),t})).catch((function(n){var r=function(){if(e)throw b(n,t,Zt);return v(n,t,Zt),t};return t.status=qt,I(t,!0).then(r,r)})))}))},M=function(){return R.apply(oe,arguments)},R=function(t,e){var n=this;if(!t||"object"!=typeof t&&"function"!=typeof t)throw Error(g(2,!1));if(t.name&&"string"!=typeof t.name)throw Error(g(3,!1,d(t.name)));var r=re++,o=t.name||"parcel-".concat(r);if("object"!=typeof e)throw Error(g(4,!1,o,void 0===e?"undefined":d(e)));if(!e.domElement)throw Error(g(5,!1,o));var i,a="function"==typeof t,u=a?t:function(){return Promise.resolve(t)},s={id:r,parcels:{},status:a?Wt:Kt,customProps:e,parentName:E(n),unmountThisParcel:function(){return h.then((function(){if(s.status!==qt)throw Error(g(6,!1,o,s.status));return I(s,!0)})).then((function(t){return s.parentName&&delete n.parcels[s.id],t})).then((function(t){return l(t),t})).catch((function(t){throw s.status=Zt,f(t),t}))}};n.parcels[r]=s;var c=u();if(!c||"function"!=typeof c.then)throw Error(g(7,!1));c=c.then((function(t){if(!t)throw Error(g(8,!1));if(o=t.name||"parcel-".concat(r),Object.prototype.hasOwnProperty.call(t,"bootstrap")&&!A(t.bootstrap))throw Error(g(9,!1,o));if(!A(t.mount))throw Error(g(10,!1,o));if(!A(t.unmount))throw Error(g(11,!1,o));if(t.update&&!A(t.update))throw Error(g(12,!1,o));var e=k(t,"bootstrap"),n=k(t,"mount"),a=k(t,"unmount");s.status=Kt,s.name=o,s.bootstrap=e,s.mount=n,s.unmount=a,s.timeouts=W(t.timeouts),t.update&&(s.update=k(t,"update"),i.update=function(t){return s.customProps=t,N((e=s,Promise.resolve().then((function(){if(e.status!==qt)throw Error(g(32,!1,E(e)));return e.status=Jt,G(e,"update").then((function(){return e.status=qt,e})).catch((function(t){throw b(t,e,Zt)}))}))));var e})}));var l,f,p=c.then((function(){return C(s,!0)})),h=p.then((function(){return D(s,!0)})),v=new Promise((function(t,e){l=t,f=e}));return i={mount:function(){return N(Promise.resolve().then((function(){if(s.status!==Ht)throw Error(g(13,!1,o,s.status));return n.parcels[r]=s,D(s)})))},unmount:function(){return N(s.unmountThisParcel())},getStatus:function(){return s.status},loadPromise:N(c),bootstrapPromise:N(p),mountPromise:N(h),unmountPromise:N(v)}},N=function(t){return t.then((function(){return null}))},L=function(t){var e=E(t),n="function"==typeof t.customProps?t.customProps(e,window.location):t.customProps;("object"!=typeof n||null===n||Array.isArray(n))&&(n={},console.warn(g(40,!1),e,n));var r=P({},n,{name:e,mountParcel:R.bind(t),singleSpa:Ut});return j(t)&&(r.unmountSelf=t.unmountThisParcel),r},U=function(t,e,n){if("number"!=typeof t||t<=0)throw Error(g(16,!1));ie.bootstrap={millis:t,dieOnTimeout:e,warningMillis:n||1e3}},B=function(t,e,n){if("number"!=typeof t||t<=0)throw Error(g(17,!1));ie.mount={millis:t,dieOnTimeout:e,warningMillis:n||1e3}},F=function(t,e,n){if("number"!=typeof t||t<=0)throw Error(g(18,!1));ie.unmount={millis:t,dieOnTimeout:e,warningMillis:n||1e3}},V=function(t,e,n){if("number"!=typeof t||t<=0)throw Error(g(19,!1));ie.unload={millis:t,dieOnTimeout:e,warningMillis:n||1e3}},G=function(t,e){var n=t.timeouts[e],r=n.warningMillis,o=x(t);return new Promise((function(i,a){var u=!1,s=!1;t[e](L(t)).then((function(t){u=!0,i(t)})).catch((function(t){u=!0,a(t)})),setTimeout((function(){return l(1)}),r),setTimeout((function(){return l(!0)}),n.millis);var c=g(31,!1,e,o,E(t),n.millis);function l(t){if(!u)if(!0===t)s=!0,n.dieOnTimeout?a(Error(c)):console.error(c);else if(!s){var e=t,o=e*r;console.warn(c),o+r<n.millis&&setTimeout((function(){return l(e+1)}),r)}}}))},W=function(t){var e={};for(var n in ie)e[n]=P({},ie[n],t&&t[n]||{});return e},K=function(t){return Promise.resolve().then((function(){return t.loadPromise?t.loadPromise:t.status!==Gt&&t.status!==Xt?t:(t.status=Wt,t.loadPromise=Promise.resolve().then((function(){var r=t.loadApp(L(t));if(!T(r))throw n=!0,Error(g(33,!1,E(t)));return r.then((function(n){var r;t.loadErrorTime=null,"object"!=typeof(e=n)&&(r=34),Object.prototype.hasOwnProperty.call(e,"bootstrap")&&!A(e.bootstrap)&&(r=35),A(e.mount)||(r=36),A(e.unmount)||(r=37);var o=x(e);if(r){var i;try{i=JSON.stringify(e)}catch(t){}return console.error(g(r,!1,o,E(t),i),e),v(void 0,t,Zt),t}return e.devtools&&e.devtools.overlays&&(t.devtools.overlays=P({},t.devtools.overlays,e.devtools.overlays)),t.status=Kt,t.bootstrap=k(e,"bootstrap"),t.mount=k(e,"mount"),t.unmount=k(e,"unmount"),t.unload=k(e,"unload"),t.timeouts=W(e.timeouts),delete t.loadPromise,t}))})).catch((function(e){var r;return delete t.loadPromise,n?r=Zt:(r=Xt,t.loadErrorTime=(new Date).getTime()),v(e,t,r),t})));var e,n}))},z=function(t){var e;if("string"==typeof t)e=t;else if(this&&this.href)e=this.href;else{if(!(t&&t.currentTarget&&t.currentTarget.href&&t.preventDefault))throw Error(g(14,!1));e=t.currentTarget.href,t.preventDefault()}var n=Y(window.location.href),r=Y(e);0===e.indexOf("#")?window.location.hash=r.hash:n.host!==r.host&&r.host?window.location.href=e:r.pathname===n.pathname&&r.search===n.search?window.location.hash=r.hash:window.history.pushState(null,null,e)},H=function(t){var e=this;if(t){var n=t[0].type;se.indexOf(n)>=0&&ue[n].forEach((function(n){try{n.apply(e,t)}catch(t){setTimeout((function(){throw t}))}}))}},$=function(){ge([],arguments)},q=function(t,e){return function(){var n=window.location.href,r=t.apply(this,arguments),o=window.location.href;return Lt&&n===o||window.dispatchEvent(function(t,e){var n;try{n=new PopStateEvent("popstate",{state:t})}catch(e){(n=document.createEvent("PopStateEvent")).initPopStateEvent("popstate",!1,!1,t)}return n.singleSpa=!0,n.singleSpaTrigger=e,n}(window.history.state,e)),r}},J=function(t){if(le)throw Error(g(43,!1));Lt=!t||!t.hasOwnProperty("urlRerouteOnly")||t.urlRerouteOnly,le=!0,ce=window.history.replaceState,window.addEventListener("hashchange",$),window.addEventListener("popstate",$);var e=window.addEventListener,n=window.removeEventListener;window.addEventListener=function(t,n){if(!("function"==typeof n&&se.indexOf(t)>=0)||_(ue[t],(function(t){return t===n})))return e.apply(this,arguments);ue[t].push(n)},window.removeEventListener=function(t,e){if(!("function"==typeof e&&se.indexOf(t)>=0))return n.apply(this,arguments);ue[t]=ue[t].filter((function(t){return t!==e}))},window.history.pushState=q(window.history.pushState,"pushState"),window.history.replaceState=q(ce,"replaceState")},Y=function(t){var e=document.createElement("a");return e.href=t,e},Q=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.jQuery;if(t||window.$&&window.$.fn&&window.$.fn.jquery&&(t=window.$),t&&!fe){var e=t.fn.on,n=t.fn.off;t.fn.on=function(t,n){return X.call(this,e,window.addEventListener,t,n,arguments)},t.fn.off=function(t,e){return X.call(this,n,window.removeEventListener,t,e,arguments)},fe=!0}},X=function(t,e,n,r,o){return"string"!=typeof n?t.apply(this,o):(n.split(/\s+/).forEach((function(t){se.indexOf(t)>=0&&(e(t,r),n=n.replace(t,""))})),""===n.trim()?this:t.apply(this,o))},Z=function(t){return Promise.resolve().then((function(){var e=pe[E(t)];if(!e)return t;if(t.status===Gt)return tt(t,e),t;if(t.status===Qt)return e.promise.then((function(){return t}));if(t.status!==Ht&&t.status!==Xt)return t;var n=t.status===Xt?Promise.resolve():G(t,"unload");return t.status=Qt,n.then((function(){return tt(t,e),t})).catch((function(n){return function(t,e,n){delete pe[E(t)],delete t.bootstrap,delete t.mount,delete t.unmount,delete t.unload,v(n,t,Zt),e.reject(n)}(t,e,n),t}))}))},tt=function(t,e){delete pe[E(t)],delete t.bootstrap,delete t.mount,delete t.unmount,delete t.unload,t.status=Gt,e.resolve()},et=function(t,e,n,r){pe[E(t)]={app:t,resolve:n,reject:r},Object.defineProperty(pe[E(t)],"promise",{get:e})},nt=function(t){return pe[t]},rt=function(){return he.filter(S).map(E)},ot=function(){return he.map(E)},it=function(t){var e=_(he,(function(e){return E(e)===t}));return e?e.status:null},at=function(t,e,n,r){var o=function(t,e,n,r){var o,i={name:null,loadApp:null,activeWhen:null,customProps:null};return"object"==typeof t?(function(t){if(Array.isArray(t)||null===t)throw Error(g(39,!1));var e=["name","app","activeWhen","customProps"],n=Object.keys(t).reduce((function(t,n){return e.indexOf(n)>=0?t:t.concat(n)}),[]);if(0!==n.length)throw Error(g(38,!1,e.join(", "),n.join(", ")));if("string"!=typeof t.name||0===t.name.length)throw Error(g(20,!1));if("object"!=typeof t.app&&"function"!=typeof t.app)throw Error(g(20,!1));var r=function(t){return"string"==typeof t||"function"==typeof t};if(!(r(t.activeWhen)||Array.isArray(t.activeWhen)&&t.activeWhen.every(r)))throw Error(g(24,!1));if(!ft(t.customProps))throw Error(g(22,!1))}(t),i.name=t.name,i.loadApp=t.app,i.activeWhen=t.activeWhen,i.customProps=t.customProps):(function(t,e,n,r){if("string"!=typeof t||0===t.length)throw Error(g(20,!1));if(!e)throw Error(g(23,!1));if("function"!=typeof n)throw Error(g(24,!1));if(!ft(r))throw Error(g(22,!1))}(t,e,n,r),i.name=t,i.loadApp=e,i.activeWhen=n,i.customProps=r),i.loadApp="function"!=typeof(o=i.loadApp)?function(){return Promise.resolve(o)}:o,i.customProps=function(t){return t||{}}(i.customProps),i.activeWhen=function(t){var e=Array.isArray(t)?t:[t];return e=e.map((function(t){return"function"==typeof t?t:pt(t)})),function(t){return e.some((function(e){return e(t)}))}}(i.activeWhen),i}(t,e,n,r);if(yt()||de||(de=!0,setTimeout((function(){yt()||console.warn(g(1,!1))}),5e3)),-1!==ot().indexOf(o.name))throw Error(g(21,!1,o.name));he.push(P({loadErrorTime:null,status:Gt,parcels:{},devtools:{overlays:{options:{},selectors:[]}}},o)),ae&&(Q(),ge())},ut=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.location;return he.filter((function(e){return e.activeWhen(t)})).map(E)},st=function(t){if(0===he.filter((function(e){return E(e)===t})).length)throw Error(g(25,!1,t));return(ae?ct(t,{waitForUnmount:!1}):Promise.resolve()).then((function(){var e=he.map(E).indexOf(t);he.splice(e,1)}))},ct=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{waitForUnmount:!1};if("string"!=typeof t)throw Error(g(26,!1));var n=_(he,(function(e){return E(e)===t}));if(!n)throw Error(g(27,!1,t));var r,o=nt(E(n));if(e&&e.waitForUnmount){if(o)return o.promise;var i=new Promise((function(t,e){et(n,(function(){return i}),t,e)}));return i}return o?(r=o.promise,lt(n,o.resolve,o.reject)):r=new Promise((function(t,e){et(n,(function(){return r}),t,e),lt(n,t,e)})),r},lt=function(t,e,n){Promise.resolve().then((function(){if(_(ut(),(function(e){return e===E(t)})))return ht()})).then((function(){return I(t).then(Z).then((function(){e(),setTimeout((function(){ge()}))}))})).catch(n)},ft=function(t){return!t||"function"==typeof t||"object"==typeof t&&null!==t&&!Array.isArray(t)},pt=function(t,e){var n=function(t,e){var n=function(n){var a=t.slice(r,n).replace(/[|\\{}()[\]^$+*?.]/g,"\\$&");if(i+=o?"[^/]+/?":a,n===t.length)if(o)e&&(i+="$");else{var u=e?"":".*";i="/"===i.charAt(i.length-1)?"".concat(i).concat(u,"$"):"".concat(i,"(/").concat(u,")?(#.*)?$")}o=!o,r=n},r=0,o=!1,i="^";"/"!==t[0]&&(t="/"+t);for(var a=0;a<t.length;a++){var u=t[a];(!o&&":"===u||o&&"/"===u)&&n(a)}return n(t.length),new RegExp(i,"i")}(t,e);return function(t){var e=t.origin;e||(e="".concat(t.protocol,"//").concat(t.host));var r=t.href.replace(e,"").replace(t.search,"").split("?")[0];return n.test(r)}},ht=function(){return ge()},dt=function(t,e){return O(t)?C(t).then((function(t){return e.then((function(){return O(t)?D(t):t}))})):e.then((function(){return t}))},vt=function(t){be=!0,ae&&(J(t),ge())},yt=function(){return be},mt=function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n},gt=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?mt(Object(n),!0).forEach((function(e){bt(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):mt(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t},bt=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},wt=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t},St=function(){return en.apply(this,arguments)},Ot=w(714),Et='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 380 119"><path fill="var(--logo-red)" fill-rule="evenodd" d="M40.29 40.328a27.76 27.76 0 0 1 19.688-8.154c7.669 0 14.613 3.102 19.646 8.116l.021-18.54A42.84 42.84 0 0 0 59.978 17c-7.089 0-13.813 1.93-19.709 4.968z" clip-rule="evenodd"/><path fill="var(--logo-orange)" fill-rule="evenodd" d="M79.645 79.671a27.74 27.74 0 0 1-19.684 8.154c-7.67 0-14.614-3.101-19.651-8.116l-.02 18.54A42.86 42.86 0 0 0 59.96 103a42.8 42.8 0 0 0 19.672-4.751z" clip-rule="evenodd"/><path fill="var(--logo-purple)" fill-rule="evenodd" d="M40.328 79.696c-5.038-5.037-8.154-11.995-8.154-19.685 0-7.669 3.102-14.612 8.116-19.65l-18.54-.02A42.85 42.85 0 0 0 17 60.012a42.8 42.8 0 0 0 4.752 19.672z" clip-rule="evenodd"/><path fill="var(--logo-green)" fill-rule="evenodd" d="M79.634 40.289a27.75 27.75 0 0 1 8.154 19.688 27.74 27.74 0 0 1-8.117 19.646l18.542.02a42.84 42.84 0 0 0 4.749-19.666c0-7.09-1.714-13.779-4.751-19.675z" clip-rule="evenodd"/><path fill="var(--logo-black)" fill-rule="evenodd" d="M156.184 60.003c0-8.749-6.118-15.777-15.025-15.777-8.909 0-15.025 7.028-15.025 15.776s6.116 15.78 15.025 15.78c8.907 0 15.025-7.031 15.025-15.78m-34.881 0c0-11.483 8.318-19.96 19.856-19.96 11.536 0 19.855 8.478 19.855 19.96 0 11.484-8.319 19.964-19.855 19.964-11.538 0-19.856-8.48-19.856-19.964M179.514 75.54c5.507 0 9.05-4.14 9.05-9.482s-3.543-9.483-9.05-9.483c-5.505 0-9.046 4.142-9.046 9.483s3.541 9.482 9.046 9.482M166.22 53.306h4.248v3.704h.11c2.344-2.725 5.449-4.36 9.154-4.36 8.014 0 13.408 5.67 13.408 13.408 0 7.63-5.613 13.406-12.752 13.406-4.58 0-8.231-2.29-9.81-5.178h-.11V90.87h-4.248zM217.773 63.768c-.163-4.305-3-7.193-7.686-7.193-4.685 0-7.79 2.888-8.335 7.193zm3.653 10.412c-3.001 3.868-6.596 5.284-11.339 5.284-8.01 0-12.914-5.993-12.914-13.406 0-7.901 5.559-13.407 13.08-13.407 7.196 0 12.096 4.906 12.096 13.354v1.362h-20.597c.325 4.413 3.704 8.173 8.335 8.173 3.65 0 6.105-1.307 8.12-3.868zM227.854 59.357c0-2.347-.216-4.361-.216-6.05h4.031c0 1.362.11 2.776.11 4.194h.11c1.144-2.505 4.306-4.85 8.5-4.85 6.705 0 9.699 4.252 9.699 10.41v15.748h-4.248v-15.31c0-4.253-1.856-6.924-5.833-6.924-5.503 0-7.903 3.979-7.903 9.811V78.81h-4.25zM259.211 41.009h6.708L278.8 70.79h.107l12.982-29.782h6.549v37.99h-4.506V47.124h-.106L280.192 79h-2.738l-13.629-31.875h-.107V79h-4.507zM312.392 57.752h4.023c4.992 0 11.487 0 11.487-6.282 0-5.47-4.776-6.276-9.177-6.276h-6.333zm-4.506-16.744h9.711c7.352 0 15.132 1.072 15.132 10.462 0 5.527-3.594 9.125-9.495 10.037l10.784 17.492h-5.525l-10.304-17.063h-5.797V79h-4.506zM358.123 47.713c-1.506-2.414-4.187-3.487-6.926-3.487-3.973 0-8.1 1.88-8.1 6.385 0 3.49 1.931 5.047 7.994 6.98 5.903 1.878 11.377 3.809 11.377 11.267 0 7.567-6.495 11.11-13.36 11.11-4.402 0-9.125-1.45-11.7-5.262l3.862-3.165c1.61 2.794 4.83 4.24 8.105 4.24 3.862 0 8.263-2.253 8.263-6.601 0-4.669-3.165-5.474-9.928-7.728-5.366-1.771-9.442-4.134-9.442-10.463 0-7.298 6.277-10.945 12.929-10.945 4.241 0 7.836 1.178 10.625 4.45zM185.885 90.998h1.424l2.734 6.326h.023l2.758-6.326h1.391v8.07h-.957v-6.77h-.024l-2.894 6.77h-.582l-2.894-6.77h-.022v6.77h-.957zM198.386 90.998h5.071v.889h-4.114v2.53h3.841v.89h-3.841v2.871h4.32v.89h-5.277zM207.891 98.178h1.822c1.848 0 3.25-.935 3.25-3.146s-1.402-3.145-3.25-3.145h-1.822zm-.957-7.18h3.1c1.583 0 3.953 1.06 3.953 4.034 0 2.976-2.37 4.036-3.953 4.036h-3.1zM217.007 99.068h.958v-8.07h-.958zM227.105 92.663c-.478-.651-1.242-.981-2.017-.981-1.8 0-3.077 1.584-3.077 3.35 0 1.87 1.266 3.352 3.077 3.352.98 0 1.767-.4 2.337-1.129l.718.603c-.718.97-1.766 1.414-3.055 1.414-2.314 0-4.102-1.79-4.102-4.24 0-2.37 1.709-4.239 4.102-4.239 1.095 0 2.166.377 2.849 1.266zM233.557 92.23h-.024l-1.675 3.965h3.294zm-.434-1.232h.9l3.43 8.07h-1.117l-.82-1.984h-4.034l-.832 1.984h-1.082zM240.006 90.998h.958v7.18h3.692v.89h-4.65zM252.793 94.554h.855c1.06 0 2.439 0 2.439-1.334 0-1.161-1.014-1.333-1.948-1.333h-1.346zm-.957-3.556h2.063c1.561 0 3.214.228 3.214 2.222 0 1.174-.764 1.938-2.018 2.132l2.291 3.716h-1.173l-2.19-3.625h-1.23v3.625h-.957zM260.51 90.998h5.07v.889h-4.112v2.53h3.84v.89h-3.84v2.871h4.318v.89h-5.276zM274.402 92.663c-.479-.651-1.242-.981-2.018-.981-1.8 0-3.077 1.584-3.077 3.35 0 1.87 1.266 3.352 3.077 3.352.98 0 1.767-.4 2.336-1.129l.718.603c-.718.97-1.766 1.414-3.054 1.414-2.313 0-4.102-1.79-4.102-4.24 0-2.37 1.709-4.239 4.102-4.239 1.094 0 2.166.377 2.85 1.266zM284.739 95.032c0-1.857-1.3-3.35-3.191-3.35-1.892 0-3.191 1.493-3.191 3.35 0 1.858 1.299 3.352 3.191 3.352s3.191-1.494 3.191-3.352m-7.409 0c0-2.439 1.767-4.239 4.218-4.239s4.217 1.8 4.217 4.239-1.767 4.24-4.217 4.24c-2.451 0-4.218-1.8-4.218-4.24M289.514 94.554h.855c1.059 0 2.438 0 2.438-1.334 0-1.161-1.014-1.333-1.948-1.333h-1.345zm-.958-3.556h2.062c1.563 0 3.215.228 3.215 2.222 0 1.174-.763 1.938-2.016 2.132l2.289 3.716h-1.173l-2.189-3.625h-1.23v3.625h-.958zM297.81 98.178h1.825c1.845 0 3.246-.935 3.246-3.146s-1.401-3.145-3.246-3.145h-1.825zm-.957-7.18h3.1c1.585 0 3.956 1.06 3.956 4.034 0 2.976-2.371 4.036-3.956 4.036h-3.1zM315.407 92.422c-.318-.513-.89-.74-1.47-.74-.844 0-1.721.4-1.721 1.356 0 .74.41 1.072 1.698 1.482 1.254.399 2.417.81 2.417 2.393 0 1.607-1.38 2.36-2.838 2.36-.935 0-1.938-.309-2.486-1.118l.821-.672c.342.593 1.026.9 1.721.9.821 0 1.754-.478 1.754-1.402 0-.991-.67-1.163-2.107-1.64-1.139-.377-2.006-.878-2.006-2.222 0-1.551 1.333-2.326 2.747-2.326.9 0 1.664.25 2.256.946zM320.844 95.591l-3.009-4.593h1.219l2.269 3.647 2.335-3.647h1.152l-3.01 4.593v3.477h-.956zM330.565 92.422c-.32-.513-.89-.74-1.471-.74-.843 0-1.72.4-1.72 1.356 0 .74.41 1.072 1.698 1.482 1.254.399 2.415.81 2.415 2.393 0 1.607-1.378 2.36-2.837 2.36-.934 0-1.937-.309-2.485-1.118l.821-.672c.342.593 1.026.9 1.721.9.821 0 1.754-.478 1.754-1.402 0-.991-.671-1.163-2.107-1.64-1.139-.377-2.006-.878-2.006-2.222 0-1.551 1.333-2.326 2.746-2.326.901 0 1.665.25 2.257.946zM339.283 91.887h-2.666v7.18h-.958v-7.18h-2.667v-.889h6.291zM341.665 90.998h5.071v.889h-4.113v2.53h3.84v.89h-3.84v2.871h4.319v.89h-5.277zM349.905 90.998h1.424l2.735 6.326h.023l2.758-6.326h1.391v8.07h-.958v-6.77h-.023l-2.894 6.77h-.582l-2.895-6.77h-.021v6.77h-.958z" clip-rule="evenodd"/></svg>',jt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 380 119"><path fill="var(--logo-red)" fill-rule="evenodd" d="M40.29 40.328a27.76 27.76 0 0 1 19.688-8.154c7.669 0 14.613 3.102 19.647 8.116l.02-18.54A42.84 42.84 0 0 0 59.978 17c-7.089 0-13.813 1.93-19.709 4.968z" clip-rule="evenodd"/><path fill="var(--logo-orange)" fill-rule="evenodd" d="M79.645 79.671a27.74 27.74 0 0 1-19.684 8.154c-7.67 0-14.614-3.101-19.651-8.116l-.02 18.54A42.86 42.86 0 0 0 59.96 103a42.8 42.8 0 0 0 19.672-4.751z" clip-rule="evenodd"/><path fill="var(--logo-purple)" fill-rule="evenodd" d="M40.328 79.696c-5.038-5.037-8.154-11.995-8.154-19.685 0-7.669 3.102-14.612 8.116-19.65l-18.54-.02A42.85 42.85 0 0 0 17 60.012a42.8 42.8 0 0 0 4.752 19.672z" clip-rule="evenodd"/><path fill="var(--logo-green)" fill-rule="evenodd" d="M79.634 40.289a27.75 27.75 0 0 1 8.154 19.688 27.74 27.74 0 0 1-8.117 19.646l18.542.02a42.84 42.84 0 0 0 4.749-19.666c0-7.09-1.714-13.779-4.751-19.675z" clip-rule="evenodd"/><path fill="var(--logo-black)" fill-rule="evenodd" d="M156.184 60.003c0-8.749-6.118-15.777-15.025-15.777-8.909 0-15.025 7.028-15.025 15.776s6.116 15.78 15.025 15.78c8.907 0 15.025-7.031 15.025-15.78m-34.881 0c0-11.483 8.318-19.96 19.856-19.96 11.536 0 19.855 8.478 19.855 19.96 0 11.484-8.319 19.964-19.855 19.964-11.538 0-19.856-8.48-19.856-19.964M179.514 75.54c5.507 0 9.05-4.14 9.05-9.482s-3.543-9.483-9.05-9.483c-5.505 0-9.046 4.142-9.046 9.483s3.541 9.482 9.046 9.482M166.22 53.306h4.248v3.704h.11c2.344-2.725 5.449-4.36 9.154-4.36 8.014 0 13.408 5.67 13.408 13.408 0 7.63-5.613 13.406-12.752 13.406-4.58 0-8.231-2.29-9.81-5.178h-.11V90.87h-4.248zM217.773 63.768c-.163-4.305-3-7.193-7.686-7.193-4.685 0-7.79 2.888-8.335 7.193zm3.653 10.412c-3.001 3.868-6.596 5.284-11.339 5.284-8.01 0-12.914-5.993-12.914-13.406 0-7.901 5.559-13.407 13.08-13.407 7.196 0 12.096 4.906 12.096 13.354v1.362h-20.597c.325 4.413 3.704 8.173 8.335 8.173 3.65 0 6.105-1.307 8.12-3.868zM227.854 59.357c0-2.347-.216-4.361-.216-6.05h4.031c0 1.362.11 2.776.11 4.194h.11c1.144-2.505 4.306-4.85 8.5-4.85 6.705 0 9.699 4.252 9.699 10.41v15.748h-4.248v-15.31c0-4.253-1.856-6.924-5.833-6.924-5.503 0-7.903 3.979-7.903 9.811V78.81h-4.25zM259.211 41.009h6.708L278.8 70.79h.107l12.982-29.782h6.549v37.99h-4.506V47.124h-.106L280.192 79h-2.738l-13.629-31.875h-.107V79h-4.507zM312.392 57.752h4.023c4.992 0 11.487 0 11.487-6.282 0-5.47-4.776-6.276-9.177-6.276h-6.333zm-4.506-16.744h9.711c7.352 0 15.132 1.072 15.132 10.462 0 5.527-3.594 9.125-9.495 10.037L334.018 79h-5.525l-10.304-17.063h-5.797V79h-4.506zM358.123 47.713c-1.506-2.414-4.187-3.487-6.926-3.487-3.973 0-8.1 1.88-8.1 6.385 0 3.49 1.931 5.047 7.994 6.98 5.903 1.878 11.377 3.809 11.377 11.267 0 7.567-6.495 11.11-13.36 11.11-4.402 0-9.125-1.45-11.7-5.262l3.862-3.165c1.61 2.794 4.83 4.24 8.105 4.24 3.862 0 8.263-2.253 8.263-6.601 0-4.669-3.165-5.474-9.928-7.728-5.366-1.771-9.442-4.134-9.442-10.463 0-7.298 6.277-10.945 12.929-10.945 4.241 0 7.836 1.178 10.625 4.45z" clip-rule="evenodd"/></svg>',xt='<svg xmlns="http://www.w3.org/2000/svg" width="121" height="118"><path fill="var(--logo-red)" fill-rule="evenodd" d="M40.436 39.474a27.93 27.93 0 0 1 19.811-8.205c7.717 0 14.705 3.122 19.77 8.167l.021-18.656A43.1 43.1 0 0 0 60.247 16c-7.133 0-13.899 1.943-19.832 4.999z" clip-rule="evenodd"/><path fill="var(--logo-orange)" fill-rule="evenodd" d="M80.038 79.064a27.92 27.92 0 0 1-19.808 8.205c-7.717 0-14.705-3.121-19.774-8.167l-.02 18.657a43.1 43.1 0 0 0 19.794 4.78 43.1 43.1 0 0 0 19.794-4.781z" clip-rule="evenodd"/><path fill="var(--logo-purple)" fill-rule="evenodd" d="M40.474 79.089c-5.069-5.069-8.205-12.07-8.205-19.808 0-7.717 3.121-14.704 8.167-19.773l-18.657-.02A43.1 43.1 0 0 0 17 59.281a43.1 43.1 0 0 0 4.782 19.795z" clip-rule="evenodd"/><path fill="var(--logo-green)" fill-rule="evenodd" d="M80.027 39.435a27.93 27.93 0 0 1 8.205 19.811 27.92 27.92 0 0 1-8.168 19.769l18.658.021a43.1 43.1 0 0 0 4.779-19.79 43.1 43.1 0 0 0-4.781-19.798z" clip-rule="evenodd"/></svg>',Pt=document.createElement("div"),_t=function(){document.body.appendChild(Pt)};Pt.id="omrs-svgs-container",Pt.style.display="none","complete"===document.readyState?_t():window.addEventListener("load",_t);var At={"Brand color #1":{_default:"#005d5d",_type:Ot.Type.String},"Brand color #2":{_default:"#004144",_type:Ot.Type.String},"Brand color #3":{_default:"#007d79",_type:Ot.Type.String},patientPhotoConceptUuid:{_type:Ot.Type.ConceptUuid,_default:"736e8771-e501-4615-bfa7-570c03f4bef5",_description:"Used to look up the patient photo, which is stored as an attachment obs. Set to `null` in order to disable the feature and use only generated avatars. To remove the avatars entirely, use extension configuration's `remove` feature."},preferredCalendar:{_type:Ot.Type.Object,_description:"Keys should be locale codes, and values should be the preferred calendar for that locale. For example, {'am': 'ethiopic'}.",_default:{am:"ethiopic"},_elements:{_validators:[Ot.validators.oneOf(["buddhist","chinese","coptic","dangi","ethioaa","ethiopic","gregory","hebrew","indian","islamic","islamic-umalqura","islamic-tbla","islamic-civil","islamic-rgsa","iso8601","japanese","persian","roc","islamicc"])]}}};Number.MAX_SAFE_INTEGER;var kt=w(954),Tt=w(792),Ct={};try{process.env.CARBON_ENABLE_CSS_CUSTOM_PROPERTIES&&"true"===process.env.CARBON_ENABLE_CSS_CUSTOM_PROPERTIES?Ct.enableCssCustomProperties=!0:Ct.enableCssCustomProperties=!1,process.env.CARBON_ENABLE_USE_CONTROLLED_STATE_WITH_VALUE&&"true"===process.env.CARBON_ENABLE_USE_CONTROLLED_STATE_WITH_VALUE?Ct.enableUseControlledStateWithValue=!0:Ct.enableUseControlledStateWithValue=!1,process.env.CARBON_ENABLE_CSS_GRID&&"true"===process.env.CARBON_ENABLE_CSS_GRID?Ct.enableCssGrid=!0:Ct.enableCssGrid=!1,process.env.CARBON_ENABLE_V11_RELEASE?"true"===process.env.CARBON_ENABLE_V11_RELEASE?Ct.enableV11Release=!0:Ct.enableV11Release=!1:Ct.enableV11Release=!0,process.env.CARBON_ENABLE_EXPERIMENTAL_TILE_CONTRAST&&"true"===process.env.CARBON_ENABLE_EXPERIMENTAL_TILE_CONTRAST?Ct.enableExperimentalTileContrast=!0:Ct.enableExperimentalTileContrast=!1,process.env.CARBON_ENABLE_V12_TILE_DEFAULT_ICONS&&"true"===process.env.CARBON_ENABLE_V12_TILE_DEFAULT_ICONS?Ct.enableV12TileDefaultIcons=!0:Ct.enableV12TileDefaultIcons=!1,process.env.CARBON_ENABLE_V12_OVERFLOWMENU&&"true"===process.env.CARBON_ENABLE_V12_OVERFLOWMENU?Ct.enableV12Overflowmenu=!0:Ct.enableV12Overflowmenu=!1}catch(t){Ct.enableCssCustomProperties=!1,Ct.enableUseControlledStateWithValue=!1,Ct.enableCssGrid=!1,Ct.enableV11Release=!0,Ct.enableExperimentalTileContrast=!1,Ct.enableV12TileDefaultIcons=!1,Ct.enableV12Overflowmenu=!1}for(var It=[{name:"enable-css-custom-properties",description:"Describe what the flag does",enabled:Ct.enableCssCustomProperties},{name:"enable-use-controlled-state-with-value",description:"Enable components to be created in either a controlled or uncontrolled mode\n",enabled:Ct.enableUseControlledStateWithValue},{name:"enable-css-grid",description:"Enable CSS Grid Layout in the Grid and Column React components\n",enabled:Ct.enableCssGrid},{name:"enable-v11-release",description:"Enable the features and functionality for the v11 Release\n",enabled:Ct.enableV11Release},{name:"enable-experimental-tile-contrast",description:"Enable the experimental tile improved contrast styles\n",enabled:Ct.enableExperimentalTileContrast},{name:"enable-v12-tile-default-icons",description:"Enable rendering of default icons in the tile components\n",enabled:Ct.enableV12TileDefaultIcons},{name:"enable-v12-overflowmenu",description:"Enable the use of the v12 OverflowMenu leveraging the Menu subcomponents\n",enabled:Ct.enableV12Overflowmenu}],Dt=function(){function t(e){var n=this;(function(t,e){if(n=t,!(null!=(r=e)&&"undefined"!=typeof Symbol&&r[Symbol.hasInstance]?r[Symbol.hasInstance](n):u(n,r)))throw new TypeError("Cannot call a class as a function");var n,r})(this,t),this.flags=new Map,e&&Object.keys(e).forEach((function(t){n.flags.set(t,e[t])}))}var n,o;return n=t,o=[{key:"checkForFlag",value:function(t){if(!this.flags.has(t))throw new Error("Unable to find a feature flag with the name: `".concat(t,"`"))}},{key:"add",value:function(t,e){if(this.flags.has(t))throw new Error("The feature flag: ".concat(t," already exists"));this.flags.set(t,e)}},{key:"enable",value:function(t){this.checkForFlag(t),this.flags.set(t,!0)}},{key:"disable",value:function(t){this.checkForFlag(t),this.flags.set(t,!1)}},{key:"merge",value:function(t){var e=this;Object.keys(t).forEach((function(n){e.flags.set(n,t[n])}))}},{key:"mergeWithScope",value:function(t){var n,o=function(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=r(t))){n&&(t=n);var o=0,i=function(){};return{s:i,n:function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,u=!0,s=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return u=t.done,t},e:function(t){s=!0,a=t},f:function(){try{u||null==n.return||n.return()}finally{if(s)throw a}}}}(t.flags);try{for(o.s();!(n=o.n()).done;){var i=e(n.value,2),a=i[0],u=i[1];this.flags.has(a)||this.flags.set(a,u)}}catch(t){o.e(t)}finally{o.f()}}},{key:"enabled",value:function(t){return this.checkForFlag(t),this.flags.get(t)}}],o&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,"symbol"==(void 0===(i=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,"string");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(r.key))?"undefined":(o=i)&&"undefined"!=typeof Symbol&&o.constructor===Symbol?"symbol":void 0===o?"undefined":l(o))?i:String(i),r)}var o,i}(n.prototype,o),Object.defineProperty(n,"prototype",{writable:!1}),t}(),Mt=new Dt(void 0),Rt=0;Rt<It.length;Rt++){var Nt=It[Rt];Mt.add(Nt.name,Nt.enabled)}!function(){Mt.merge.apply(Mt,arguments)}({"enable-css-custom-properties":!0,"enable-css-grid":!0,"enable-v11-release":!0,"enable-experimental-tile-contrast":!1}),w(279),new Tt.Subject,new Tt.Subject,new Tt.Subject,w(976),new Tt.Subject;var Lt,Ut=Object.freeze({__proto__:null,get start(){return vt},get ensureJQuerySupport(){return Q},get setBootstrapMaxTime(){return U},get setMountMaxTime(){return B},get setUnmountMaxTime(){return F},get setUnloadMaxTime(){return V},get registerApplication(){return at},get unregisterApplication(){return st},get getMountedApps(){return rt},get getAppStatus(){return it},get unloadApplication(){return ct},get checkActivityFunctions(){return ut},get getAppNames(){return ot},get pathToActiveWhen(){return pt},get navigateToUrl(){return z},get patchHistoryApi(){return J},get triggerAppChange(){return ht},get addErrorHandler(){return y},get removeErrorHandler(){return m},get mountRootParcel(){return M},get NOT_LOADED(){return Gt},get LOADING_SOURCE_CODE(){return Wt},get NOT_BOOTSTRAPPED(){return Kt},get BOOTSTRAPPING(){return zt},get NOT_MOUNTED(){return Ht},get MOUNTING(){return $t},get UPDATING(){return Jt},get LOAD_ERROR(){return Xt},get MOUNTED(){return qt},get UNLOADING(){return Qt},get UNMOUNTING(){return Yt},get SKIP_BECAUSE_BROKEN(){return Zt}}),Bt=("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==n.g?n.g:"undefined"!=typeof self?self:{}).CustomEvent,Ft=function(){try{var t=new Bt("cat",{detail:{foo:"bar"}});return"cat"===t.type&&"bar"===t.detail.foo}catch(t){}return!1}()?Bt:"undefined"!=typeof document&&"function"==typeof document.createEvent?function(t,e){var n=document.createEvent("CustomEvent");return e?n.initCustomEvent(t,e.bubbles,e.cancelable,e.detail):n.initCustomEvent(t,!1,!1,void 0),n}:function(t,e){var n=document.createEventObject();return n.type=t,e?(n.bubbles=Boolean(e.bubbles),n.cancelable=Boolean(e.cancelable),n.detail=e.detail):(n.bubbles=!1,n.cancelable=!1,n.detail=void 0),n},Vt=[],Gt="NOT_LOADED",Wt="LOADING_SOURCE_CODE",Kt="NOT_BOOTSTRAPPED",zt="BOOTSTRAPPING",Ht="NOT_MOUNTED",$t="MOUNTING",qt="MOUNTED",Jt="UPDATING",Yt="UNMOUNTING",Qt="UNLOADING",Xt="LOAD_ERROR",Zt="SKIP_BECAUSE_BROKEN",te=[],ee=!1,ne=!1,re=0,oe={parcels:{}},ie={bootstrap:{millis:4e3,dieOnTimeout:!1,warningMillis:1e3},mount:{millis:3e3,dieOnTimeout:!1,warningMillis:1e3},unmount:{millis:3e3,dieOnTimeout:!1,warningMillis:1e3},unload:{millis:3e3,dieOnTimeout:!1,warningMillis:1e3},update:{millis:3e3,dieOnTimeout:!1,warningMillis:1e3}},ae="undefined"!=typeof window,ue={hashchange:[],popstate:[]},se=["hashchange","popstate"],ce=null,le=!1;ae&&(window.singleSpaNavigate?console.warn(g(41,!1)):window.singleSpaNavigate=z);var fe=!1,pe={},he=[],de=!1,ve=!1,ye=[],me=ae&&window.location.href;function ge(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],e="function"==typeof(null==t?void 0:t.then)?t:Promise.resolve(t);v.push(e.catch((function(t){return console.warn(Error(g(42,!1))),console.warn(t),!1})))},o=function(){var e=rt();t.forEach((function(t){return t.resolve(e)}));try{u(0===s.length?"no-app-change":"app-change",a()),u("routing-event",a())}catch(t){setTimeout((function(){throw t}))}if(ve=!1,ye.length>0){var n=ye;ye=[],ge(n)}return e},i=function(){n||(t.forEach((function(t){H(t.eventArguments)})),H(e))},a=function(){var t,n=arguments.length>0&&void 0!==arguments[0]&&arguments[0],r=arguments.length>1?arguments[1]:void 0,o={},i=(h(t={},qt,[]),h(t,Ht,[]),h(t,Gt,[]),h(t,Zt,[]),t);n?(p.concat(d).forEach((function(t,e){u(t,qt)})),l.forEach((function(t){u(t,Gt)})),f.forEach((function(t){u(t,Ht)}))):s.forEach((function(t){u(t)}));var a={detail:{newAppStatuses:o,appsByNewStatus:i,totalAppChanges:s.length,originalEvent:null==e?void 0:e[0],oldUrl:y,newUrl:m}};return r&&P(a.detail,r),a;function u(t,e){var n=E(t);e=e||it(n),o[n]=e,(i[e]=i[e]||[]).push(n)}},u=function(t,e){n||window.dispatchEvent(new Ft("single-spa:".concat(t),e))};if(ve)return new Promise((function(t,n){ye.push({resolve:t,reject:n,eventArguments:e})}));var s,c=function(){var t=[],e=[],n=[],r=[],o=(new Date).getTime();return he.forEach((function(i){var a=i.status!==Zt&&O(i);switch(i.status){case Xt:a&&o-i.loadErrorTime>=200&&n.push(i);break;case Gt:case Wt:a&&n.push(i);break;case Kt:case Ht:!a&&nt(E(i))?t.push(i):a&&r.push(i);break;case qt:a||e.push(i)}})),{appsToUnload:t,appsToUnmount:e,appsToLoad:n,appsToMount:r}}(),l=c.appsToUnload,f=c.appsToUnmount,p=c.appsToLoad,d=c.appsToMount,v=[],y=me,m=me=window.location.href;return yt()?(ve=!0,s=l.concat(p,f,d),Promise.resolve().then((function(){return u(0===s.length?"before-no-app-change":"before-app-change",a(!0)),u("before-routing-event",a(!0,{cancelNavigation:r})),Promise.all(v).then((function(n){if(n.some((function(t){return t})))return ce.call(window.history,history.state,"",y.substring(location.origin.length)),me=location.href,ve=!1,ge(t,e,!0);var r=l.map(Z),s=f.map(I).map((function(t){return t.then(Z)})).concat(r),c=Promise.all(s);c.then((function(){u("before-mount-routing-event",a(!0))}),(function(t){throw t}));var h=p.map((function(t){return K(t).then((function(t){return dt(t,c)}))})),v=d.filter((function(t){return p.indexOf(t)<0})).map((function(t){return dt(t,c)}));return c.catch((function(t){throw i(),t})).then((function(){return i(),Promise.all(h.concat(v)).catch((function(e){throw t.forEach((function(t){return t.reject(e)})),e})).then(o).then((function(){}),(function(t){throw t}))}))}))}))):(s=p,Promise.resolve().then((function(){var t=p.map(K);return Promise.all(t).then(i).then((function(){return[]})).catch((function(t){throw i(),t})).finally((function(){}))})))}var be=!1,we={getRawAppData:function(){return function(t){if(Array.isArray(t))return f(t)}(t=he)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return f(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?f(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}();var t},reroute:ge,NOT_LOADED:Gt,toLoadPromise:K,toBootstrapPromise:C,unregisterApplication:st,getProfilerData:function(){return te}};ae&&window.__SINGLE_SPA_DEVTOOLS__&&(window.__SINGLE_SPA_DEVTOOLS__.exposedMethods=we);var Se=w(685);w(45),(0,Se.createGlobalStore)("modalRegistry",{modals:{}}),w(254),(0,Se.createGlobalStore)("modalState",{modalContainer:null,modalStack:[]}),window.getComputedStyle(document.body).overflow,w(740),w(513),w(901),(0,Se.createGlobalStore)("workspaceRegistrations",{workspaces:{}}),new Set,(0,Se.createGlobalStore)("workspace",{context:"",openWorkspaces:[],prompt:null,workspaceWindowState:"normal"});var Oe=null;try{Oe=n(1343).createContext()}catch(Bt){}function Ee(t){return(Ee=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function je(t,e){return(je=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}var xe=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&je(t,e)}(r,kt.Component);var e,n=function(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=Ee(t);if(e){var o=Ee(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return function(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return wt(t)}(this,n)}}(r);function r(t){var e;if(function(t,e){if(n=t,!(null!=(r=e)&&"undefined"!=typeof Symbol&&r[Symbol.hasInstance]?r[Symbol.hasInstance](n):u(n,r)))throw new TypeError("Cannot call a class as a function");var n,r}(this,r),bt(wt(e=n.call(this,t)),"handleRef",(function(t){e.el=t})),bt(wt(e),"addThingToDo",(function(t,n){e.state.hasError&&"unmount"!==t||(e.nextThingToDo=(e.nextThingToDo||Promise.resolve()).then((function(){if(!e.unmounted||"unmount"===t)return n.apply(void 0,arguments)})).catch((function(n){throw e.nextThingToDo=Promise.resolve(),e.setState({hasError:!0}),n&&n.message&&(n.message="During '".concat(t,"', parcel threw an error: ").concat(n.message)),e.props.handleError?e.props.handleError(n):setTimeout((function(){throw n})),n})))})),bt(wt(e),"getParcelProps",(function(){var t=gt(gt({},e.props),{},{domElement:e.el});return delete t.mountParcel,delete t.config,delete t.wrapWith,delete t.wrapStyle,delete t.appendTo,delete t.handleError,delete t.parcelDidMount,t})),e.state={hasError:!1},!t.config)throw new Error("single-spa-react's Parcel component requires the 'config' prop to either be a parcel config or a loading function that returns a promise. See https://github.com/single-spa/single-spa-react");return e}return(e=[{key:"componentDidMount",value:function(){var t=this;this.addThingToDo("mount",(function(){var e,n=t.props.mountParcel||t.mountParcel;if(!n)throw new Error("\n\t\t\t\t <Parcel /> was not passed a mountParcel prop, nor is it rendered where mountParcel is within the React context.\n\t\t\t\t If you are using <Parcel /> within a module that is not a single-spa application, you will need to import mountRootParcel from single-spa and pass it into <Parcel /> as a mountParcel prop\t\n\t\t\t\t");return t.el?e=t.el:(t.createdDomElement=e=document.createElement(t.props.wrapWith),Object.keys(t.props.wrapStyle).forEach((function(n){e.style[n]=t.props.wrapStyle[n]})),t.props.appendTo.appendChild(e)),t.parcel=n(t.props.config,gt({domElement:e},t.getParcelProps())),t.parcel.mountPromise.then(t.props.parcelDidMount),t.parcel.mountPromise}))}},{key:"componentDidUpdate",value:function(){var t=this;this.addThingToDo("update",(function(){if(t.parcel&&t.parcel.update)return t.parcel.update(t.getParcelProps())}))}},{key:"componentWillUnmount",value:function(){var t=this;this.addThingToDo("unmount",(function(){if(t.parcel&&"MOUNTED"===t.parcel.getStatus())return t.parcel.unmount()})),this.createdDomElement&&this.createdDomElement.parentNode.removeChild(this.createdDomElement),this.unmounted=!0}},{key:"render",value:function(){var t=this;if(this.props.appendTo)return Oe&&Oe.Consumer?kt.createElement(Oe.Consumer,null,(function(e){return t.mountParcel=e?e.mountParcel:null,null})):null;var e=Oe&&Oe.Consumer?kt.createElement(Oe.Consumer,null,(function(e){return t.mountParcel=e?e.mountParcel:null,null})):void 0;return kt.createElement(this.props.wrapWith,{ref:this.handleRef,style:this.props.wrapStyle,className:this.props.wrapClassName},e)}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(r.prototype,e),r}();bt(xe,"defaultProps",{wrapWith:"div",wrapStyle:{},parcelDidMount:function(){}}),(0,Se.createGlobalStore)("left-nav",{slotName:null,basePath:window.spaBase}),w(688),w(353);w(921);var Pe=function(){},_e=void 0,Ae=Object,ke=function(t){return t===_e},Te=function(t){return"function"==typeof t},Ce=function(t,e){return function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){a(t,e,n[e])}))}return t}({},t,e)},Ie=new WeakMap,De=0,Me=function(t){var e,n,r=void 0===t?"undefined":l(t),o=t&&t.constructor,i=o==Date;if(Ae(t)!==t||i||o==RegExp)e=i?t.toJSON():"symbol"==r?t.toString():"string"==r?JSON.stringify(t):""+t;else{if(e=Ie.get(t))return e;if(e=++De+"~",Ie.set(t,e),o==Array){for(e="@",n=0;n<t.length;n++)e+=Me(t[n])+",";Ie.set(t,e)}if(o==Ae){e="#";for(var a=Ae.keys(t).sort();!ke(n=a.pop());)ke(t[n])||(e+=n+":"+Me(t[n])+",");Ie.set(t,e)}}return e},Re=new WeakMap,Ne={},Le={},Ue="undefined",Be=("undefined"==typeof window?"undefined":l(window))!=Ue,Fe=("undefined"==typeof document?"undefined":l(document))!=Ue,Ve=function(t,e){var n=Re.get(t);return[function(){return!ke(e)&&t.get(e)||Ne},function(r){if(!ke(e)){var o=t.get(e);e in Le||(Le[e]=o),n[5](e,Ce(o,r),o||Ne)}},n[6],function(){return!ke(e)&&e in Le?Le[e]:!ke(e)&&t.get(e)||Ne}]},Ge=!0,We=s(Be&&window.addEventListener?[window.addEventListener.bind(window),window.removeEventListener.bind(window)]:[Pe,Pe],2),Ke=We[0],ze=We[1],He={isOnline:function(){return Ge},isVisible:function(){var t=Fe&&document.visibilityState;return ke(t)||"hidden"!==t}},$e={initFocus:function(t){return Fe&&document.addEventListener("visibilitychange",t),Ke("focus",t),function(){Fe&&document.removeEventListener("visibilitychange",t),ze("focus",t)}},initReconnect:function(t){var e=function(){Ge=!0,t()},n=function(){Ge=!1};return Ke("online",e),Ke("offline",n),function(){ze("online",e),ze("offline",n)}}},qe=(kt.default.useId,!Be||"Deno"in window),Je=qe?kt.useEffect:kt.useLayoutEffect,Ye="undefined"!=typeof navigator&&navigator.connection,Qe=!qe&&Ye&&(["slow-2g","2g"].includes(Ye.effectiveType)||Ye.saveData),Xe=function(t){if(Te(t))try{t=t()}catch(e){t=""}var e=t;return[t="string"==typeof t?t:(Array.isArray(t)?t.length:t)?Me(t):"",e]},Ze=0,tn=function(){return++Ze};function en(){return en=i((function(){var t,e,n,r,o,a,u,c,l,f,h,d,v,y,m,g,b,w,S,O,E,j,x,P=arguments;function _(t){return A.apply(this,arguments)}function A(){return A=i((function(t){var n,r,i,a,c,l,m,g,b,w,S,O,E,j,x,P,_,A,k,T;return p(this,(function(p){switch(p.label){case 0:if(n=s(Xe(t),1),!(r=n[0]))return[2];if(i=s(Ve(o,r),2),a=i[0],c=i[1],l=s(Re.get(o),4),m=l[0],g=l[1],b=l[2],w=l[3],S=function(){var t=m[r];return v&&(delete b[r],delete w[r],t&&t[0])?t[0](2).then((function(){return a().data})):a().data},e.length<3)return[2,S()];if(E=u,j=tn(),g[r]=[j,0],x=!ke(d),P=a(),_=P.data,A=P._c,k=ke(A)?_:A,x&&(d=Te(d)?d(k,_):d,c({data:d,_c:k})),Te(E))try{E=E(k)}catch(t){O=t}return E&&function(t){return Te(t.then)}(E)?[4,E.catch((function(t){O=t}))]:[3,2];case 1:if(E=p.sent(),j!==g[r][0]){if(O)throw O;return[2,E]}O&&x&&function(t){return"function"==typeof h?h(t):!1!==h}(O)&&(f=!0,c({data:k,_c:_e})),p.label=2;case 2:if(f&&!O&&(Te(f)?(T=f(E,k),c({data:T,error:_e,_c:_e})):c({data:E,error:_e,_c:_e})),g[r][1]=tn(),Promise.resolve(S()).then((function(){c({_c:_e})})),!O)return[2,E];if(y)throw O;return[2]}}))})),A.apply(this,arguments)}return p(this,(function(i){for(t=P.length,e=new Array(t),n=0;n<t;n++)e[n]=P[n];if(r=s(e,4),o=r[0],a=r[1],u=r[2],c=r[3],l=Ce({populateCache:!0,throwOnError:!0},"boolean"==typeof c?{revalidate:c}:c||{}),f=l.populateCache,h=l.rollbackOnError,d=l.optimisticData,v=!1!==l.revalidate,y=l.throwOnError,Te(a)){m=a,g=[],b=o.keys(),w=!0,S=!1,O=void 0;try{for(E=b[Symbol.iterator]();!(w=(j=E.next()).done);w=!0)x=j.value,!/^\$(inf|sub)\$/.test(x)&&m(o.get(x)._k)&&g.push(x)}catch(t){S=!0,O=t}finally{try{w||null==E.return||E.return()}finally{if(S)throw O}}return[2,Promise.all(g.map(_))]}return[2,_(a)]}))})),en.apply(this,arguments)}var nn=function(t,e){for(var n in t)t[n][0]&&t[n][0](e)},rn=function(t,e){if(!Re.has(t)){var n=Ce($e,e),r={},o=St.bind(_e,t),i=Pe,a={},u=function(t,e){var n=a[t]||[];return a[t]=n,n.push(e),function(){return n.splice(n.indexOf(e),1)}},s=function(e,n,r){t.set(e,n);var o=a[e],i=!0,u=!1,s=void 0;if(o)try{for(var c,l=o[Symbol.iterator]();!(i=(c=l.next()).done);i=!0)(0,c.value)(n,r)}catch(t){u=!0,s=t}finally{try{i||null==l.return||l.return()}finally{if(u)throw s}}},c=function(){if(!Re.has(t)&&(Re.set(t,[r,{},{},{},o,s,u]),!qe)){var e=n.initFocus(setTimeout.bind(_e,nn.bind(_e,r,0))),a=n.initReconnect(setTimeout.bind(_e,nn.bind(_e,r,1)));i=function(){e&&e(),a&&a(),Re.delete(t)}}};return c(),[t,o,c,i]}return[t,Re.get(t)[4]]},on=s(rn(new Map),2),an=on[0],un=on[1],sn=Ce({onLoadingSlow:Pe,onSuccess:Pe,onError:Pe,onErrorRetry:function(t,e,n,r,o){var i=n.errorRetryCount,a=o.retryCount,u=~~((Math.random()+.5)*(1<<(a<8?a:8)))*n.errorRetryInterval;!ke(i)&&a>i||setTimeout(r,u,o)},onDiscarded:Pe,revalidateOnFocus:!0,revalidateOnReconnect:!0,revalidateIfStale:!0,shouldRetryOnError:!0,errorRetryInterval:Qe?1e4:5e3,focusThrottleInterval:5e3,dedupingInterval:2e3,loadingTimeout:Qe?5e3:3e3,compare:function(t,e){return Me(t)==Me(e)},isPaused:function(){return!1},cache:an,mutate:un,fallback:{}},He),cn=(0,kt.createContext)({}),ln=Be&&window.__SWR_DEVTOOLS_USE__;(ln?window.__SWR_DEVTOOLS_USE__:[]).concat((function(t){return function(e,n,r){return t(e,n&&function(){for(var t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];var i=s(Xe(e),1)[0],a=s(Re.get(an),4)[3];if(i.startsWith("$inf$"))return n.apply(void 0,c(r));var u=a[i];return ke(u)?n.apply(void 0,c(r)):(delete a[i],u)},r)}})),ln&&(window.__SWR_DEVTOOLS_REACT__=kt.default);var fn;kt.default.use;Ae.defineProperty((function(t){var e=t.value,n=(0,kt.useContext)(cn),r=Te(e),o=(0,kt.useMemo)((function(){return r?e(n):e}),[r,n,e]),i=(0,kt.useMemo)((function(){return r?o:function(t,e){var n=Ce(t,e);if(e){var r=t.use,o=t.fallback,i=e.use,a=e.fallback;r&&i&&(n.use=r.concat(i)),o&&a&&(n.fallback=Ce(o,a))}return n}(n,o)}),[r,n,o]),a=o&&o.provider,u=(0,kt.useRef)(_e);a&&!u.current&&(u.current=rn(a(i.cache||an),o));var s=u.current;return s&&(i.cache=s[0],i.mutate=s[1]),Je((function(){if(s)return s[2]&&s[2](),s[3]}),[]),(0,kt.createElement)(cn.Provider,Ce(t,{value:i}))}),"defaultValue",{value:sn}),w(641),(0,Ot.defineConfigSchema)("@openmrs/esm-styleguide",At),fn=function(t,e){document.documentElement.style.setProperty(t,e)},(0,Ot.getConfigStore)("@openmrs/esm-styleguide").subscribe((function(t){t.loaded&&t.config&&(fn("--brand-01",t.config["Brand color #1"]),fn("--brand-02",t.config["Brand color #2"]),fn("--brand-03",t.config["Brand color #3"]))})),t("omrs-logo-full-color",Et),t("omrs-logo-full-mono",Et),t("omrs-logo-full-grey",Et),t("omrs-logo-partial-color",jt),t("omrs-logo-partial-mono",jt),t("omrs-logo-partial-grey",jt),t("omrs-logo-icon-color",xt),t("omrs-logo-icon-mono",xt),t("omrs-logo-icon-grey",xt),t("omrs-logo-white",'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 380 119"><path fill="var(--logo-white)" fill-rule="evenodd" d="M40.29 40.328a27.76 27.76 0 0 1 19.688-8.154c7.669 0 14.613 3.102 19.647 8.116l.02-18.54A42.84 42.84 0 0 0 59.978 17c-7.089 0-13.813 1.93-19.709 4.968zM79.645 79.671a27.74 27.74 0 0 1-19.684 8.154c-7.67 0-14.614-3.101-19.651-8.116l-.02 18.54A42.86 42.86 0 0 0 59.96 103a42.8 42.8 0 0 0 19.672-4.751z" clip-rule="evenodd"/><path fill="var(--logo-grey)" fill-rule="evenodd" d="M40.328 79.696c-5.038-5.037-8.154-11.995-8.154-19.685 0-7.669 3.102-14.612 8.116-19.65l-18.54-.02A42.85 42.85 0 0 0 17 60.012a42.8 42.8 0 0 0 4.752 19.672zM79.634 40.289a27.75 27.75 0 0 1 8.154 19.688 27.74 27.74 0 0 1-8.117 19.646l18.542.02a42.84 42.84 0 0 0 4.749-19.666c0-7.09-1.714-13.779-4.751-19.675z" clip-rule="evenodd"/><path fill="var(--logo-white)" fill-rule="evenodd" d="M156.184 60.003c0-8.749-6.118-15.777-15.025-15.777-8.909 0-15.025 7.028-15.025 15.776s6.116 15.78 15.025 15.78c8.907 0 15.025-7.031 15.025-15.78m-34.881 0c0-11.483 8.318-19.96 19.856-19.96 11.536 0 19.855 8.478 19.855 19.96 0 11.484-8.319 19.964-19.855 19.964-11.538 0-19.856-8.48-19.856-19.964M179.514 75.54c5.507 0 9.05-4.14 9.05-9.482s-3.543-9.483-9.05-9.483c-5.505 0-9.046 4.142-9.046 9.483s3.541 9.482 9.046 9.482M166.22 53.306h4.248v3.704h.11c2.344-2.725 5.449-4.36 9.154-4.36 8.014 0 13.408 5.67 13.408 13.408 0 7.63-5.613 13.406-12.752 13.406-4.58 0-8.231-2.29-9.81-5.178h-.11V90.87h-4.248zM217.773 63.768c-.163-4.305-3-7.193-7.686-7.193-4.685 0-7.79 2.888-8.335 7.193zm3.653 10.412c-3.001 3.868-6.596 5.284-11.339 5.284-8.01 0-12.914-5.993-12.914-13.406 0-7.901 5.559-13.407 13.08-13.407 7.196 0 12.096 4.906 12.096 13.354v1.362h-20.597c.325 4.413 3.704 8.173 8.335 8.173 3.65 0 6.105-1.307 8.12-3.868zM227.854 59.357c0-2.347-.216-4.361-.216-6.05h4.031c0 1.362.11 2.776.11 4.194h.11c1.144-2.505 4.306-4.85 8.5-4.85 6.705 0 9.699 4.252 9.699 10.41v15.748h-4.248v-15.31c0-4.253-1.856-6.924-5.833-6.924-5.503 0-7.903 3.979-7.903 9.811V78.81h-4.25zM259.211 41.009h6.708L278.8 70.79h.107l12.982-29.782h6.549v37.99h-4.506V47.124h-.106L280.192 79h-2.738l-13.629-31.875h-.107V79h-4.507zM312.392 57.752h4.023c4.992 0 11.487 0 11.487-6.282 0-5.47-4.776-6.276-9.177-6.276h-6.333zm-4.506-16.744h9.711c7.352 0 15.132 1.072 15.132 10.462 0 5.527-3.594 9.125-9.495 10.037L334.018 79h-5.525l-10.304-17.063h-5.797V79h-4.506zM358.123 47.713c-1.506-2.414-4.187-3.487-6.926-3.487-3.973 0-8.1 1.88-8.1 6.385 0 3.49 1.931 5.047 7.994 6.98 5.903 1.878 11.377 3.809 11.377 11.267 0 7.567-6.495 11.11-13.36 11.11-4.402 0-9.125-1.45-11.7-5.262l3.862-3.165c1.61 2.794 4.83 4.24 8.105 4.24 3.862 0 8.263-2.253 8.263-6.601 0-4.669-3.165-5.474-9.928-7.728-5.366-1.771-9.442-4.134-9.442-10.463 0-7.298 6.277-10.945 12.929-10.945 4.241 0 7.836 1.178 10.625 4.45z" clip-rule="evenodd"/></svg>'),t("omrs-icon-activity",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-add",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-arrow-down",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-arrow-left",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-arrow-right",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-arrow-up",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-chart-average",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-chemistry",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-chevron-down",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-chevron-left",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-chevron-right",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-chevron-up",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-close",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-close-filled",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-close-outline",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-download",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-edit",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-image-medical",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-list-checked",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-location",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-microscope",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-money",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-reset",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-search",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-save",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-shopping-cart",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-shopping-cart--arrow-down",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-switcher",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-time",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-tools",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-translate",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-trash-can",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-user-avatar",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-user-xray",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>'),t("omrs-icon-warning",'<svg xmlns="http://www.w3.org/2000/svg"><path d="M10 13.33H3a1 1 0 0 1-1-1V3.67a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5.66"/><path d="M8.67 10.67a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34M14 13.33 10.67 10"/></svg>')}(),function(){"use strict";w.r(S)}(),S}())}}}))},8834:(t,e,n)=>{"use strict";function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,{V:()=>gt,t:()=>mt});var o,i,a=(o=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),o.forEach((function(e){r(t,e,n[e])}))}return t}({},{address1:"Address line 1",address2:"Address line 2",city:"City",cityVillage:"City",country:"Country",countyDistrict:"District",postalCode:"Postal code",state:"State",stateProvince:"State"},{closeAllOpenedWorkspaces:"Discard changes in {{count}} workspaces",closingAllWorkspacesPromptBody:"There are unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}",closingAllWorkspacesPromptTitle:"You have unsaved changes",discard:"Discard",hide:"Hide",maximize:"Maximize",minimize:"Minimize",openAnyway:"Open Anyway",unsavedChangesInOpenedWorkspace:"You have unsaved changes in the opened workspace. Do you want to discard these changes?",unsavedChangesInWorkspace:"There are unsaved changes in {{workspaceName}}. Please save them before opening another workspace.",unsavedChangesTitleText:"Unsaved Changes",workspaceHeader:"Workspace Header"}),i=null!=(i={actions:"Actions",address:"Address",cancel:"Cancel",change:"Change",close:"Close",confirm:"Confirm",contactDetails:"Contact Details",error:"Error",errorCopy:"Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.",female:"Female",hideDetails:"Hide details",loading:"Loading",male:"Male",other:"Other",patientLists:"Patient Lists",relationships:"Relationships",seeMoreLists:"See {{count}} more lists",showDetails:"Show details",unknown:"Unknown"})?i:{},Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(i)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n.push.apply(n,r)}return n}(Object(i)).forEach((function(t){Object.defineProperty(o,t,Object.getOwnPropertyDescriptor(i,t))})),o),u=n(7545),s=n(5152),c=n(414),l=n(2474),f=n(1087);function p(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&(0,f.A)(t,e)}function h(t,e){if(e&&("object"==(0,u.A)(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return(0,l.A)(t)}function d(t){return d=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},d(t)}var v=n(4586),y=n(6488),m=n(2296),g=n(5405);function b(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function w(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?b(Object(n),!0).forEach((function(e){(0,v.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):b(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var S={type:"logger",log:function(t){this.output("log",t)},warn:function(t){this.output("warn",t)},error:function(t){this.output("error",t)},output:function(t,e){console&&console[t]&&console[t].apply(console,e)}},O=new(function(){function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};(0,s.A)(this,t),this.init(e,n)}return(0,c.A)(t,[{key:"init",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=e.prefix||"i18next:",this.logger=t||S,this.options=e,this.debug=e.debug}},{key:"setDebug",value:function(t){this.debug=t}},{key:"log",value:function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return this.forward(e,"log","",!0)}},{key:"warn",value:function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return this.forward(e,"warn","",!0)}},{key:"error",value:function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return this.forward(e,"error","")}},{key:"deprecate",value:function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return this.forward(e,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(t,e,n,r){return r&&!this.debug?null:("string"==typeof t[0]&&(t[0]="".concat(n).concat(this.prefix," ").concat(t[0])),this.logger[e](t))}},{key:"create",value:function(e){return new t(this.logger,w(w({},{prefix:"".concat(this.prefix,":").concat(e,":")}),this.options))}},{key:"clone",value:function(e){return(e=e||this.options).prefix=e.prefix||this.prefix,new t(this.logger,e)}}]),t}()),E=function(){function t(){(0,s.A)(this,t),this.observers={}}return(0,c.A)(t,[{key:"on",value:function(t,e){var n=this;return t.split(" ").forEach((function(t){n.observers[t]=n.observers[t]||[],n.observers[t].push(e)})),this}},{key:"off",value:function(t,e){this.observers[t]&&(e?this.observers[t]=this.observers[t].filter((function(t){return t!==e})):delete this.observers[t])}},{key:"emit",value:function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];this.observers[t]&&[].concat(this.observers[t]).forEach((function(t){t.apply(void 0,n)})),this.observers["*"]&&[].concat(this.observers["*"]).forEach((function(e){e.apply(e,[t].concat(n))}))}}]),t}();function j(){var t,e,n=new Promise((function(n,r){t=n,e=r}));return n.resolve=t,n.reject=e,n}function x(t){return null==t?"":""+t}function P(t,e,n){function r(t){return t&&t.indexOf("###")>-1?t.replace(/###/g,"."):t}function o(){return!t||"string"==typeof t}for(var i="string"!=typeof e?[].concat(e):e.split(".");i.length>1;){if(o())return{};var a=r(i.shift());!t[a]&&n&&(t[a]=new n),t=Object.prototype.hasOwnProperty.call(t,a)?t[a]:{}}return o()?{}:{obj:t,k:r(i.shift())}}function _(t,e,n){var r=P(t,e,Object);r.obj[r.k]=n}function A(t,e){var n=P(t,e),r=n.obj,o=n.k;if(r)return r[o]}function k(t,e,n){var r=A(t,n);return void 0!==r?r:A(e,n)}function T(t,e,n){for(var r in e)"__proto__"!==r&&"constructor"!==r&&(r in t?"string"==typeof t[r]||t[r]instanceof String||"string"==typeof e[r]||e[r]instanceof String?n&&(t[r]=e[r]):T(t[r],e[r],n):t[r]=e[r]);return t}function C(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var I={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};function D(t){return"string"==typeof t?t.replace(/[&<>"'\/]/g,(function(t){return I[t]})):t}var M="undefined"!=typeof window&&window.navigator&&void 0===window.navigator.userAgentData&&window.navigator.userAgent&&window.navigator.userAgent.indexOf("MSIE")>-1,R=[" ",",","?","!",";"];function N(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function L(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?N(Object(n),!0).forEach((function(e){(0,v.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):N(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function U(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(t){if(t[e])return t[e];for(var r=e.split(n),o=t,i=0;i<r.length;++i){if(!o)return;if("string"==typeof o[r[i]]&&i+1<r.length)return;if(void 0===o[r[i]]){for(var a=2,u=r.slice(i,i+a).join(n),s=o[u];void 0===s&&r.length>i+a;)a++,s=o[u=r.slice(i,i+a).join(n)];if(void 0===s)return;if(null===s)return null;if(e.endsWith(u)){if("string"==typeof s)return s;if(u&&"string"==typeof s[u])return s[u]}var c=r.slice(i+a).join(n);return c?U(s,c,n):void 0}o=o[r[i]]}return o}}var B=function(t){p(o,t);var e,n,r=(e=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}(),function(){var t,r=d(e);if(n){var o=d(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return h(this,t)});function o(t){var e,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};return(0,s.A)(this,o),e=r.call(this),M&&E.call((0,l.A)(e)),e.data=t||{},e.options=n,void 0===e.options.keySeparator&&(e.options.keySeparator="."),void 0===e.options.ignoreJSONStructure&&(e.options.ignoreJSONStructure=!0),e}return(0,c.A)(o,[{key:"addNamespaces",value:function(t){this.options.ns.indexOf(t)<0&&this.options.ns.push(t)}},{key:"removeNamespaces",value:function(t){var e=this.options.ns.indexOf(t);e>-1&&this.options.ns.splice(e,1)}},{key:"getResource",value:function(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=void 0!==r.keySeparator?r.keySeparator:this.options.keySeparator,i=void 0!==r.ignoreJSONStructure?r.ignoreJSONStructure:this.options.ignoreJSONStructure,a=[t,e];n&&"string"!=typeof n&&(a=a.concat(n)),n&&"string"==typeof n&&(a=a.concat(o?n.split(o):n)),t.indexOf(".")>-1&&(a=t.split("."));var u=A(this.data,a);return u||!i||"string"!=typeof n?u:U(this.data&&this.data[t]&&this.data[t][e],n,o)}},{key:"addResource",value:function(t,e,n,r){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1},i=this.options.keySeparator;void 0===i&&(i=".");var a=[t,e];n&&(a=a.concat(i?n.split(i):n)),t.indexOf(".")>-1&&(r=e,e=(a=t.split("."))[1]),this.addNamespaces(e),_(this.data,a,r),o.silent||this.emit("added",t,e,n,r)}},{key:"addResources",value:function(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(var o in n)"string"!=typeof n[o]&&"[object Array]"!==Object.prototype.toString.apply(n[o])||this.addResource(t,e,o,n[o],{silent:!0});r.silent||this.emit("added",t,e,n)}},{key:"addResourceBundle",value:function(t,e,n,r,o){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1},a=[t,e];t.indexOf(".")>-1&&(r=n,n=e,e=(a=t.split("."))[1]),this.addNamespaces(e);var u=A(this.data,a)||{};r?T(u,n,o):u=L(L({},u),n),_(this.data,a,u),i.silent||this.emit("added",t,e,n)}},{key:"removeResourceBundle",value:function(t,e){this.hasResourceBundle(t,e)&&delete this.data[t][e],this.removeNamespaces(e),this.emit("removed",t,e)}},{key:"hasResourceBundle",value:function(t,e){return void 0!==this.getResource(t,e)}},{key:"getResourceBundle",value:function(t,e){return e||(e=this.options.defaultNS),"v1"===this.options.compatibilityAPI?L(L({},{}),this.getResource(t,e)):this.getResource(t,e)}},{key:"getDataByLanguage",value:function(t){return this.data[t]}},{key:"hasLanguageSomeTranslations",value:function(t){var e=this.getDataByLanguage(t);return!!(e&&Object.keys(e)||[]).find((function(t){return e[t]&&Object.keys(e[t]).length>0}))}},{key:"toJSON",value:function(){return this.data}}]),o}(E),F={processors:{},addPostProcessor:function(t){this.processors[t.name]=t},handle:function(t,e,n,r,o){var i=this;return t.forEach((function(t){i.processors[t]&&(e=i.processors[t].process(e,n,r,o))})),e}};function V(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function G(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?V(Object(n),!0).forEach((function(e){(0,v.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):V(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var W={},K=function(t){p(o,t);var e,n,r=(e=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}(),function(){var t,r=d(e);if(n){var o=d(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return h(this,t)});function o(t){var e,n,i,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(0,s.A)(this,o),e=r.call(this),M&&E.call((0,l.A)(e)),n=t,i=(0,l.A)(e),["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"].forEach((function(t){n[t]&&(i[t]=n[t])})),e.options=a,void 0===e.options.keySeparator&&(e.options.keySeparator="."),e.logger=O.create("translator"),e}return(0,c.A)(o,[{key:"changeLanguage",value:function(t){t&&(this.language=t)}},{key:"exists",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};if(null==t)return!1;var n=this.resolve(t,e);return n&&void 0!==n.res}},{key:"extractFromKey",value:function(t,e){var n=void 0!==e.nsSeparator?e.nsSeparator:this.options.nsSeparator;void 0===n&&(n=":");var r=void 0!==e.keySeparator?e.keySeparator:this.options.keySeparator,o=e.ns||this.options.defaultNS||[],i=n&&t.indexOf(n)>-1,a=!(this.options.userDefinedKeySeparator||e.keySeparator||this.options.userDefinedNsSeparator||e.nsSeparator||function(t,e,n){e=e||"",n=n||"";var r=R.filter((function(t){return e.indexOf(t)<0&&n.indexOf(t)<0}));if(0===r.length)return!0;var o=new RegExp("(".concat(r.map((function(t){return"?"===t?"\\?":t})).join("|"),")")),i=!o.test(t);if(!i){var a=t.indexOf(n);a>0&&!o.test(t.substring(0,a))&&(i=!0)}return i}(t,n,r));if(i&&!a){var u=t.match(this.interpolator.nestingRegexp);if(u&&u.length>0)return{key:t,namespaces:o};var s=t.split(n);(n!==r||n===r&&this.options.ns.indexOf(s[0])>-1)&&(o=s.shift()),t=s.join(r)}return"string"==typeof o&&(o=[o]),{key:t,namespaces:o}}},{key:"translate",value:function(t,e,n){var r=this;if("object"!==(0,u.A)(e)&&this.options.overloadTranslationOptionHandler&&(e=this.options.overloadTranslationOptionHandler(arguments)),e||(e={}),null==t)return"";Array.isArray(t)||(t=[String(t)]);var i=void 0!==e.returnDetails?e.returnDetails:this.options.returnDetails,a=void 0!==e.keySeparator?e.keySeparator:this.options.keySeparator,s=this.extractFromKey(t[t.length-1],e),c=s.key,l=s.namespaces,f=l[l.length-1],p=e.lng||this.language,h=e.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(p&&"cimode"===p.toLowerCase()){if(h){var d=e.nsSeparator||this.options.nsSeparator;return i?(v.res="".concat(f).concat(d).concat(c),v):"".concat(f).concat(d).concat(c)}return i?(v.res=c,v):c}var v=this.resolve(t,e),y=v&&v.res,m=v&&v.usedKey||c,g=v&&v.exactUsedKey||c,b=Object.prototype.toString.apply(y),w=void 0!==e.joinArrays?e.joinArrays:this.options.joinArrays,S=!this.i18nFormat||this.i18nFormat.handleAsObject;if(S&&y&&"string"!=typeof y&&"boolean"!=typeof y&&"number"!=typeof y&&["[object Number]","[object Function]","[object RegExp]"].indexOf(b)<0&&("string"!=typeof w||"[object Array]"!==b)){if(!e.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");var O=this.options.returnedObjectHandler?this.options.returnedObjectHandler(m,y,G(G({},e),{},{ns:l})):"key '".concat(c," (").concat(this.language,")' returned an object instead of string.");return i?(v.res=O,v):O}if(a){var E="[object Array]"===b,j=E?[]:{},x=E?g:m;for(var P in y)if(Object.prototype.hasOwnProperty.call(y,P)){var _="".concat(x).concat(a).concat(P);j[P]=this.translate(_,G(G({},e),{joinArrays:!1,ns:l})),j[P]===_&&(j[P]=y[P])}y=j}}else if(S&&"string"==typeof w&&"[object Array]"===b)(y=y.join(w))&&(y=this.extendTranslation(y,t,e,n));else{var A=!1,k=!1,T=void 0!==e.count&&"string"!=typeof e.count,C=o.hasDefaultValue(e),I=T?this.pluralResolver.getSuffix(p,e.count,e):"",D=e["defaultValue".concat(I)]||e.defaultValue;!this.isValidLookup(y)&&C&&(A=!0,y=D),this.isValidLookup(y)||(k=!0,y=c);var M=(e.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&k?void 0:y,R=C&&D!==y&&this.options.updateMissing;if(k||A||R){if(this.logger.log(R?"updateKey":"missingKey",p,f,c,R?D:y),a){var N=this.resolve(c,G(G({},e),{},{keySeparator:!1}));N&&N.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}var L=[],U=this.languageUtils.getFallbackCodes(this.options.fallbackLng,e.lng||this.language);if("fallback"===this.options.saveMissingTo&&U&&U[0])for(var B=0;B<U.length;B++)L.push(U[B]);else"all"===this.options.saveMissingTo?L=this.languageUtils.toResolveHierarchy(e.lng||this.language):L.push(e.lng||this.language);var F=function(t,n,o){var i=C&&o!==y?o:M;r.options.missingKeyHandler?r.options.missingKeyHandler(t,f,n,i,R,e):r.backendConnector&&r.backendConnector.saveMissing&&r.backendConnector.saveMissing(t,f,n,i,R,e),r.emit("missingKey",t,f,n,y)};this.options.saveMissing&&(this.options.saveMissingPlurals&&T?L.forEach((function(t){r.pluralResolver.getSuffixes(t,e).forEach((function(n){F([t],c+n,e["defaultValue".concat(n)]||D)}))})):F(L,c,D))}y=this.extendTranslation(y,t,e,v,n),k&&y===c&&this.options.appendNamespaceToMissingKey&&(y="".concat(f,":").concat(c)),(k||A)&&this.options.parseMissingKeyHandler&&(y="v1"!==this.options.compatibilityAPI?this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?"".concat(f,":").concat(c):c,A?y:void 0):this.options.parseMissingKeyHandler(y))}return i?(v.res=y,v):y}},{key:"extendTranslation",value:function(t,e,n,r,o){var i=this;if(this.i18nFormat&&this.i18nFormat.parse)t=this.i18nFormat.parse(t,G(G({},this.options.interpolation.defaultVariables),n),r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init(G(G({},n),{interpolation:G(G({},this.options.interpolation),n.interpolation)}));var a,u="string"==typeof t&&(n&&n.interpolation&&void 0!==n.interpolation.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);if(u){var s=t.match(this.interpolator.nestingRegexp);a=s&&s.length}var c=n.replace&&"string"!=typeof n.replace?n.replace:n;if(this.options.interpolation.defaultVariables&&(c=G(G({},this.options.interpolation.defaultVariables),c)),t=this.interpolator.interpolate(t,c,n.lng||this.language,n),u){var l=t.match(this.interpolator.nestingRegexp);a<(l&&l.length)&&(n.nest=!1)}!1!==n.nest&&(t=this.interpolator.nest(t,(function(){for(var t=arguments.length,r=new Array(t),a=0;a<t;a++)r[a]=arguments[a];return o&&o[0]===r[0]&&!n.context?(i.logger.warn("It seems you are nesting recursively key: ".concat(r[0]," in key: ").concat(e[0])),null):i.translate.apply(i,r.concat([e]))}),n)),n.interpolation&&this.interpolator.reset()}var f=n.postProcess||this.options.postProcess,p="string"==typeof f?[f]:f;return null!=t&&p&&p.length&&!1!==n.applyPostProcessor&&(t=F.handle(p,t,e,this.options&&this.options.postProcessPassResolved?G({i18nResolved:r},n):n,this)),t}},{key:"resolve",value:function(t){var e,n,r,o,i,a=this,u=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"string"==typeof t&&(t=[t]),t.forEach((function(t){if(!a.isValidLookup(e)){var s=a.extractFromKey(t,u),c=s.key;n=c;var l=s.namespaces;a.options.fallbackNS&&(l=l.concat(a.options.fallbackNS));var f=void 0!==u.count&&"string"!=typeof u.count,p=f&&!u.ordinal&&0===u.count&&a.pluralResolver.shouldUseIntlApi(),h=void 0!==u.context&&("string"==typeof u.context||"number"==typeof u.context)&&""!==u.context,d=u.lngs?u.lngs:a.languageUtils.toResolveHierarchy(u.lng||a.language,u.fallbackLng);l.forEach((function(t){a.isValidLookup(e)||(i=t,!W["".concat(d[0],"-").concat(t)]&&a.utils&&a.utils.hasLoadedNamespace&&!a.utils.hasLoadedNamespace(i)&&(W["".concat(d[0],"-").concat(t)]=!0,a.logger.warn('key "'.concat(n,'" for languages "').concat(d.join(", "),'" won\'t get resolved as namespace "').concat(i,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),d.forEach((function(n){if(!a.isValidLookup(e)){o=n;var i,s=[c];if(a.i18nFormat&&a.i18nFormat.addLookupKeys)a.i18nFormat.addLookupKeys(s,c,n,t,u);else{var l;f&&(l=a.pluralResolver.getSuffix(n,u.count,u));var d="".concat(a.options.pluralSeparator,"zero");if(f&&(s.push(c+l),p&&s.push(c+d)),h){var v="".concat(c).concat(a.options.contextSeparator).concat(u.context);s.push(v),f&&(s.push(v+l),p&&s.push(v+d))}}for(;i=s.pop();)a.isValidLookup(e)||(r=i,e=a.getResource(n,t,i,u))}})))}))}})),{res:e,usedKey:n,exactUsedKey:r,usedLng:o,usedNS:i}}},{key:"isValidLookup",value:function(t){return!(void 0===t||!this.options.returnNull&&null===t||!this.options.returnEmptyString&&""===t)}},{key:"getResource",value:function(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(t,e,n,r):this.resourceStore.getResource(t,e,n,r)}}],[{key:"hasDefaultValue",value:function(t){for(var e in t)if(Object.prototype.hasOwnProperty.call(t,e)&&"defaultValue"===e.substring(0,12)&&void 0!==t[e])return!0;return!1}}]),o}(E);function z(t){return t.charAt(0).toUpperCase()+t.slice(1)}var H=function(){function t(e){(0,s.A)(this,t),this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=O.create("languageUtils")}return(0,c.A)(t,[{key:"getScriptPartFromCode",value:function(t){if(!t||t.indexOf("-")<0)return null;var e=t.split("-");return 2===e.length?null:(e.pop(),"x"===e[e.length-1].toLowerCase()?null:this.formatLanguageCode(e.join("-")))}},{key:"getLanguagePartFromCode",value:function(t){if(!t||t.indexOf("-")<0)return t;var e=t.split("-");return this.formatLanguageCode(e[0])}},{key:"formatLanguageCode",value:function(t){if("string"==typeof t&&t.indexOf("-")>-1){var e=["hans","hant","latn","cyrl","cans","mong","arab"],n=t.split("-");return this.options.lowerCaseLng?n=n.map((function(t){return t.toLowerCase()})):2===n.length?(n[0]=n[0].toLowerCase(),n[1]=n[1].toUpperCase(),e.indexOf(n[1].toLowerCase())>-1&&(n[1]=z(n[1].toLowerCase()))):3===n.length&&(n[0]=n[0].toLowerCase(),2===n[1].length&&(n[1]=n[1].toUpperCase()),"sgn"!==n[0]&&2===n[2].length&&(n[2]=n[2].toUpperCase()),e.indexOf(n[1].toLowerCase())>-1&&(n[1]=z(n[1].toLowerCase())),e.indexOf(n[2].toLowerCase())>-1&&(n[2]=z(n[2].toLowerCase()))),n.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?t.toLowerCase():t}},{key:"isSupportedCode",value:function(t){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(t=this.getLanguagePartFromCode(t)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(t)>-1}},{key:"getBestMatchFromCodes",value:function(t){var e,n=this;return t?(t.forEach((function(t){if(!e){var r=n.formatLanguageCode(t);n.options.supportedLngs&&!n.isSupportedCode(r)||(e=r)}})),!e&&this.options.supportedLngs&&t.forEach((function(t){if(!e){var r=n.getLanguagePartFromCode(t);if(n.isSupportedCode(r))return e=r;e=n.options.supportedLngs.find((function(t){if(0===t.indexOf(r))return t}))}})),e||(e=this.getFallbackCodes(this.options.fallbackLng)[0]),e):null}},{key:"getFallbackCodes",value:function(t,e){if(!t)return[];if("function"==typeof t&&(t=t(e)),"string"==typeof t&&(t=[t]),"[object Array]"===Object.prototype.toString.apply(t))return t;if(!e)return t.default||[];var n=t[e];return n||(n=t[this.getScriptPartFromCode(e)]),n||(n=t[this.formatLanguageCode(e)]),n||(n=t[this.getLanguagePartFromCode(e)]),n||(n=t.default),n||[]}},{key:"toResolveHierarchy",value:function(t,e){var n=this,r=this.getFallbackCodes(e||this.options.fallbackLng||[],t),o=[],i=function(t){t&&(n.isSupportedCode(t)?o.push(t):n.logger.warn("rejecting language code not found in supportedLngs: ".concat(t)))};return"string"==typeof t&&t.indexOf("-")>-1?("languageOnly"!==this.options.load&&i(this.formatLanguageCode(t)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&i(this.getScriptPartFromCode(t)),"currentOnly"!==this.options.load&&i(this.getLanguagePartFromCode(t))):"string"==typeof t&&i(this.formatLanguageCode(t)),r.forEach((function(t){o.indexOf(t)<0&&i(n.formatLanguageCode(t))})),o}}]),t}(),$=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],q={1:function(t){return Number(t>1)},2:function(t){return Number(1!=t)},3:function(t){return 0},4:function(t){return Number(t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2)},5:function(t){return Number(0==t?0:1==t?1:2==t?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5)},6:function(t){return Number(1==t?0:t>=2&&t<=4?1:2)},7:function(t){return Number(1==t?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2)},8:function(t){return Number(1==t?0:2==t?1:8!=t&&11!=t?2:3)},9:function(t){return Number(t>=2)},10:function(t){return Number(1==t?0:2==t?1:t<7?2:t<11?3:4)},11:function(t){return Number(1==t||11==t?0:2==t||12==t?1:t>2&&t<20?2:3)},12:function(t){return Number(t%10!=1||t%100==11)},13:function(t){return Number(0!==t)},14:function(t){return Number(1==t?0:2==t?1:3==t?2:3)},15:function(t){return Number(t%10==1&&t%100!=11?0:t%10>=2&&(t%100<10||t%100>=20)?1:2)},16:function(t){return Number(t%10==1&&t%100!=11?0:0!==t?1:2)},17:function(t){return Number(1==t||t%10==1&&t%100!=11?0:1)},18:function(t){return Number(0==t?0:1==t?1:2)},19:function(t){return Number(1==t?0:0==t||t%100>1&&t%100<11?1:t%100>10&&t%100<20?2:3)},20:function(t){return Number(1==t?0:0==t||t%100>0&&t%100<20?1:2)},21:function(t){return Number(t%100==1?1:t%100==2?2:t%100==3||t%100==4?3:0)},22:function(t){return Number(1==t?0:2==t?1:(t<0||t>10)&&t%10==0?2:3)}},J=["v1","v2","v3"],Y={zero:0,one:1,two:2,few:3,many:4,other:5},Q=function(){function t(e){var n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};(0,s.A)(this,t),this.languageUtils=e,this.options=r,this.logger=O.create("pluralResolver"),this.options.compatibilityJSON&&"v4"!==this.options.compatibilityJSON||"undefined"!=typeof Intl&&Intl.PluralRules||(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=(n={},$.forEach((function(t){t.lngs.forEach((function(e){n[e]={numbers:t.nr,plurals:q[t.fc]}}))})),n)}return(0,c.A)(t,[{key:"addRule",value:function(t,e){this.rules[t]=e}},{key:"getRule",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules(t,{type:e.ordinal?"ordinal":"cardinal"})}catch(t){return}return this.rules[t]||this.rules[this.languageUtils.getLanguagePartFromCode(t)]}},{key:"needsPlural",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(t,e);return this.shouldUseIntlApi()?n&&n.resolvedOptions().pluralCategories.length>1:n&&n.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(t,n).map((function(t){return"".concat(e).concat(t)}))}},{key:"getSuffixes",value:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=this.getRule(t,n);return r?this.shouldUseIntlApi()?r.resolvedOptions().pluralCategories.sort((function(t,e){return Y[t]-Y[e]})).map((function(t){return"".concat(e.options.prepend).concat(t)})):r.numbers.map((function(r){return e.getSuffix(t,r,n)})):[]}},{key:"getSuffix",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=this.getRule(t,n);return r?this.shouldUseIntlApi()?"".concat(this.options.prepend).concat(r.select(e)):this.getSuffixRetroCompatible(r,e):(this.logger.warn("no plural rule found for: ".concat(t)),"")}},{key:"getSuffixRetroCompatible",value:function(t,e){var n=this,r=t.noAbs?t.plurals(e):t.plurals(Math.abs(e)),o=t.numbers[r];this.options.simplifyPluralSuffix&&2===t.numbers.length&&1===t.numbers[0]&&(2===o?o="plural":1===o&&(o=""));var i=function(){return n.options.prepend&&o.toString()?n.options.prepend+o.toString():o.toString()};return"v1"===this.options.compatibilityJSON?1===o?"":"number"==typeof o?"_plural_".concat(o.toString()):i():"v2"===this.options.compatibilityJSON||this.options.simplifyPluralSuffix&&2===t.numbers.length&&1===t.numbers[0]?i():this.options.prepend&&r.toString()?this.options.prepend+r.toString():r.toString()}},{key:"shouldUseIntlApi",value:function(){return!J.includes(this.options.compatibilityJSON)}}]),t}();function X(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Z(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?X(Object(n),!0).forEach((function(e){(0,v.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):X(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var tt=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};(0,s.A)(this,t),this.logger=O.create("interpolator"),this.options=e,this.format=e.interpolation&&e.interpolation.format||function(t){return t},this.init(e)}return(0,c.A)(t,[{key:"init",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};t.interpolation||(t.interpolation={escapeValue:!0});var e=t.interpolation;this.escape=void 0!==e.escape?e.escape:D,this.escapeValue=void 0===e.escapeValue||e.escapeValue,this.useRawValueToEscape=void 0!==e.useRawValueToEscape&&e.useRawValueToEscape,this.prefix=e.prefix?C(e.prefix):e.prefixEscaped||"{{",this.suffix=e.suffix?C(e.suffix):e.suffixEscaped||"}}",this.formatSeparator=e.formatSeparator?e.formatSeparator:e.formatSeparator||",",this.unescapePrefix=e.unescapeSuffix?"":e.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":e.unescapeSuffix||"",this.nestingPrefix=e.nestingPrefix?C(e.nestingPrefix):e.nestingPrefixEscaped||C("$t("),this.nestingSuffix=e.nestingSuffix?C(e.nestingSuffix):e.nestingSuffixEscaped||C(")"),this.nestingOptionsSeparator=e.nestingOptionsSeparator?e.nestingOptionsSeparator:e.nestingOptionsSeparator||",",this.maxReplaces=e.maxReplaces?e.maxReplaces:1e3,this.alwaysFormat=void 0!==e.alwaysFormat&&e.alwaysFormat,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var t="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(t,"g");var e="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(e,"g");var n="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(n,"g")}},{key:"interpolate",value:function(t,e,n,r){var o,i,a,u=this,s=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function c(t){return t.replace(/\$/g,"$$$$")}var l=function(t){if(t.indexOf(u.formatSeparator)<0){var o=k(e,s,t);return u.alwaysFormat?u.format(o,void 0,n,Z(Z(Z({},r),e),{},{interpolationkey:t})):o}var i=t.split(u.formatSeparator),a=i.shift().trim(),c=i.join(u.formatSeparator).trim();return u.format(k(e,s,a),c,n,Z(Z(Z({},r),e),{},{interpolationkey:a}))};this.resetRegExp();var f=r&&r.missingInterpolationHandler||this.options.missingInterpolationHandler,p=r&&r.interpolation&&void 0!==r.interpolation.skipOnVariables?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:function(t){return c(t)}},{regex:this.regexp,safeValue:function(t){return u.escapeValue?c(u.escape(t)):c(t)}}].forEach((function(e){for(a=0;o=e.regex.exec(t);){var n=o[1].trim();if(void 0===(i=l(n)))if("function"==typeof f){var s=f(t,o,r);i="string"==typeof s?s:""}else if(r&&r.hasOwnProperty(n))i="";else{if(p){i=o[0];continue}u.logger.warn("missed to pass in variable ".concat(n," for interpolating ").concat(t)),i=""}else"string"==typeof i||u.useRawValueToEscape||(i=x(i));var c=e.safeValue(i);if(t=t.replace(o[0],c),p?(e.regex.lastIndex+=i.length,e.regex.lastIndex-=o[0].length):e.regex.lastIndex=0,++a>=u.maxReplaces)break}})),t}},{key:"nest",value:function(t,e){var n,r,o=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=Z({},i);function u(t,e){var n=this.nestingOptionsSeparator;if(t.indexOf(n)<0)return t;var r=t.split(new RegExp("".concat(n,"[ ]*{"))),o="{".concat(r[1]);t=r[0];var i=(o=this.interpolate(o,a)).match(/'/g),u=o.match(/"/g);(i&&i.length%2==0&&!u||u.length%2!=0)&&(o=o.replace(/'/g,'"'));try{a=JSON.parse(o),e&&(a=Z(Z({},e),a))}catch(e){return this.logger.warn("failed parsing options string in nesting for key ".concat(t),e),"".concat(t).concat(n).concat(o)}return delete a.defaultValue,t}for(a.applyPostProcessor=!1,delete a.defaultValue;n=this.nestingRegexp.exec(t);){var s=[],c=!1;if(-1!==n[0].indexOf(this.formatSeparator)&&!/{.*}/.test(n[1])){var l=n[1].split(this.formatSeparator).map((function(t){return t.trim()}));n[1]=l.shift(),s=l,c=!0}if((r=e(u.call(this,n[1].trim(),a),a))&&n[0]===t&&"string"!=typeof r)return r;"string"!=typeof r&&(r=x(r)),r||(this.logger.warn("missed to resolve ".concat(n[1]," for nesting ").concat(t)),r=""),c&&(r=s.reduce((function(t,e){return o.format(t,e,i.lng,Z(Z({},i),{},{interpolationkey:n[1].trim()}))}),r.trim())),t=t.replace(n[0],r),this.regexp.lastIndex=0}return t}}]),t}();function et(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function nt(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?et(Object(n),!0).forEach((function(e){(0,v.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):et(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function rt(t){var e={};return function(n,r,o){var i=r+JSON.stringify(o),a=e[i];return a||(a=t(r,o),e[i]=a),a(n)}}var ot=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};(0,s.A)(this,t),this.logger=O.create("formatter"),this.options=e,this.formats={number:rt((function(t,e){var n=new Intl.NumberFormat(t,e);return function(t){return n.format(t)}})),currency:rt((function(t,e){var n=new Intl.NumberFormat(t,nt(nt({},e),{},{style:"currency"}));return function(t){return n.format(t)}})),datetime:rt((function(t,e){var n=new Intl.DateTimeFormat(t,nt({},e));return function(t){return n.format(t)}})),relativetime:rt((function(t,e){var n=new Intl.RelativeTimeFormat(t,nt({},e));return function(t){return n.format(t,e.range||"day")}})),list:rt((function(t,e){var n=new Intl.ListFormat(t,nt({},e));return function(t){return n.format(t)}}))},this.init(e)}return(0,c.A)(t,[{key:"init",value:function(t){var e=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}}).interpolation;this.formatSeparator=e.formatSeparator?e.formatSeparator:e.formatSeparator||","}},{key:"add",value:function(t,e){this.formats[t.toLowerCase().trim()]=e}},{key:"addCached",value:function(t,e){this.formats[t.toLowerCase().trim()]=rt(e)}},{key:"format",value:function(t,e,n,r){var o=this;return e.split(this.formatSeparator).reduce((function(t,e){var i=function(t){var e=t.toLowerCase().trim(),n={};if(t.indexOf("(")>-1){var r=t.split("(");e=r[0].toLowerCase().trim();var o=r[1].substring(0,r[1].length-1);"currency"===e&&o.indexOf(":")<0?n.currency||(n.currency=o.trim()):"relativetime"===e&&o.indexOf(":")<0?n.range||(n.range=o.trim()):o.split(";").forEach((function(t){if(t){var e=(i=t.split(":"),(0,y.A)(i)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(i)||(0,m.A)(i)||(0,g.A)()),r=e[0],o=e.slice(1).join(":").trim().replace(/^'+|'+$/g,"");n[r.trim()]||(n[r.trim()]=o),"false"===o&&(n[r.trim()]=!1),"true"===o&&(n[r.trim()]=!0),isNaN(o)||(n[r.trim()]=parseInt(o,10))}var i}))}return{formatName:e,formatOptions:n}}(e),a=i.formatName,u=i.formatOptions;if(o.formats[a]){var s=t;try{var c=r&&r.formatParams&&r.formatParams[r.interpolationkey]||{},l=c.locale||c.lng||r.locale||r.lng||n;s=o.formats[a](t,l,nt(nt(nt({},u),r),c))}catch(t){o.logger.warn(t)}return s}return o.logger.warn("there was no format function for ".concat(a)),t}),t)}}]),t}();function it(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function at(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?it(Object(n),!0).forEach((function(e){(0,v.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):it(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var ut=function(t){p(o,t);var e,n,r=(e=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}(),function(){var t,r=d(e);if(n){var o=d(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return h(this,t)});function o(t,e,n){var i,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return(0,s.A)(this,o),i=r.call(this),M&&E.call((0,l.A)(i)),i.backend=t,i.store=e,i.services=n,i.languageUtils=n.languageUtils,i.options=a,i.logger=O.create("backendConnector"),i.waitingReads=[],i.maxParallelReads=a.maxParallelReads||10,i.readingCalls=0,i.maxRetries=a.maxRetries>=0?a.maxRetries:5,i.retryTimeout=a.retryTimeout>=1?a.retryTimeout:350,i.state={},i.queue=[],i.backend&&i.backend.init&&i.backend.init(n,a.backend,a),i}return(0,c.A)(o,[{key:"queueLoad",value:function(t,e,n,r){var o=this,i={},a={},u={},s={};return t.forEach((function(t){var r=!0;e.forEach((function(e){var u="".concat(t,"|").concat(e);!n.reload&&o.store.hasResourceBundle(t,e)?o.state[u]=2:o.state[u]<0||(1===o.state[u]?void 0===a[u]&&(a[u]=!0):(o.state[u]=1,r=!1,void 0===a[u]&&(a[u]=!0),void 0===i[u]&&(i[u]=!0),void 0===s[e]&&(s[e]=!0)))})),r||(u[t]=!0)})),(Object.keys(i).length||Object.keys(a).length)&&this.queue.push({pending:a,pendingCount:Object.keys(a).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(i),pending:Object.keys(a),toLoadLanguages:Object.keys(u),toLoadNamespaces:Object.keys(s)}}},{key:"loaded",value:function(t,e,n){var r=t.split("|"),o=r[0],i=r[1];e&&this.emit("failedLoading",o,i,e),n&&this.store.addResourceBundle(o,i,n),this.state[t]=e?-1:2;var a={};this.queue.forEach((function(n){var r,u,s,c,l;r=n.loaded,u=i,(c=(s=P(r,[o],Object)).obj)[l=s.k]=c[l]||[],c[l].push(u),function(t,e){void 0!==t.pending[e]&&(delete t.pending[e],t.pendingCount--)}(n,t),e&&n.errors.push(e),0!==n.pendingCount||n.done||(Object.keys(n.loaded).forEach((function(t){a[t]||(a[t]={});var e=n.loaded[t];e.length&&e.forEach((function(e){void 0===a[t][e]&&(a[t][e]=!0)}))})),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())})),this.emit("loaded",a),this.queue=this.queue.filter((function(t){return!t.done}))}},{key:"read",value:function(t,e,n){var r=this,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,a=arguments.length>5?arguments[5]:void 0;return t.length?this.readingCalls>=this.maxParallelReads?void this.waitingReads.push({lng:t,ns:e,fcName:n,tried:o,wait:i,callback:a}):(this.readingCalls++,this.backend[n](t,e,(function(u,s){if(r.readingCalls--,r.waitingReads.length>0){var c=r.waitingReads.shift();r.read(c.lng,c.ns,c.fcName,c.tried,c.wait,c.callback)}u&&s&&o<r.maxRetries?setTimeout((function(){r.read.call(r,t,e,n,o+1,2*i,a)}),i):a(u,s)}))):a(null,{})}},{key:"prepareLoading",value:function(t,e){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),o&&o();"string"==typeof t&&(t=this.languageUtils.toResolveHierarchy(t)),"string"==typeof e&&(e=[e]);var i=this.queueLoad(t,e,r,o);if(!i.toLoad.length)return i.pending.length||o(),null;i.toLoad.forEach((function(t){n.loadOne(t)}))}},{key:"load",value:function(t,e,n){this.prepareLoading(t,e,{},n)}},{key:"reload",value:function(t,e,n){this.prepareLoading(t,e,{reload:!0},n)}},{key:"loadOne",value:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=t.split("|"),o=r[0],i=r[1];this.read(o,i,"read",void 0,void 0,(function(r,a){r&&e.logger.warn("".concat(n,"loading namespace ").concat(i," for language ").concat(o," failed"),r),!r&&a&&e.logger.log("".concat(n,"loaded namespace ").concat(i," for language ").concat(o),a),e.loaded(t,r,a)}))}},{key:"saveMissing",value:function(t,e,n,r,o){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(e)?this.logger.warn('did not save key "'.concat(n,'" as the namespace "').concat(e,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!"):null!=n&&""!==n&&(this.backend&&this.backend.create&&this.backend.create(t,e,n,r,null,at(at({},i),{},{isUpdate:o})),t&&t[0]&&this.store.addResource(t[0],e,n,r))}}]),o}(E);function st(t){return"string"==typeof t.ns&&(t.ns=[t.ns]),"string"==typeof t.fallbackLng&&(t.fallbackLng=[t.fallbackLng]),"string"==typeof t.fallbackNS&&(t.fallbackNS=[t.fallbackNS]),t.supportedLngs&&t.supportedLngs.indexOf("cimode")<0&&(t.supportedLngs=t.supportedLngs.concat(["cimode"])),t}function ct(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function lt(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?ct(Object(n),!0).forEach((function(e){(0,v.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):ct(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function ft(){}var pt=function(t){p(o,t);var e,n,r=(e=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}(),function(){var t,r=d(e);if(n){var o=d(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return h(this,t)});function o(){var t,e,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=arguments.length>1?arguments[1]:void 0;if((0,s.A)(this,o),t=r.call(this),M&&E.call((0,l.A)(t)),t.options=st(n),t.services={},t.logger=O,t.modules={external:[]},e=(0,l.A)(t),Object.getOwnPropertyNames(Object.getPrototypeOf(e)).forEach((function(t){"function"==typeof e[t]&&(e[t]=e[t].bind(e))})),i&&!t.isInitialized&&!n.isClone){if(!t.options.initImmediate)return t.init(n,i),h(t,(0,l.A)(t));setTimeout((function(){t.init(n,i)}),0)}return t}return(0,c.A)(o,[{key:"init",value:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;"function"==typeof e&&(n=e,e={}),!e.defaultNS&&!1!==e.defaultNS&&e.ns&&("string"==typeof e.ns?e.defaultNS=e.ns:e.ns.indexOf("translation")<0&&(e.defaultNS=e.ns[0]));var r={debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(t){var e={};if("object"===(0,u.A)(t[1])&&(e=t[1]),"string"==typeof t[1]&&(e.defaultValue=t[1]),"string"==typeof t[2]&&(e.tDescription=t[2]),"object"===(0,u.A)(t[2])||"object"===(0,u.A)(t[3])){var n=t[3]||t[2];Object.keys(n).forEach((function(t){e[t]=n[t]}))}return e},interpolation:{escapeValue:!0,format:function(t,e,n,r){return t},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}};function o(t){return t?"function"==typeof t?new t:t:null}if(this.options=lt(lt(lt({},r),this.options),st(e)),"v1"!==this.options.compatibilityAPI&&(this.options.interpolation=lt(lt({},r.interpolation),this.options.interpolation)),void 0!==e.keySeparator&&(this.options.userDefinedKeySeparator=e.keySeparator),void 0!==e.nsSeparator&&(this.options.userDefinedNsSeparator=e.nsSeparator),!this.options.isClone){var i;this.modules.logger?O.init(o(this.modules.logger),this.options):O.init(null,this.options),this.modules.formatter?i=this.modules.formatter:"undefined"!=typeof Intl&&(i=ot);var a=new H(this.options);this.store=new B(this.options.resources,this.options);var s=this.services;s.logger=O,s.resourceStore=this.store,s.languageUtils=a,s.pluralResolver=new Q(a,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!i||this.options.interpolation.format&&this.options.interpolation.format!==r.interpolation.format||(s.formatter=o(i),s.formatter.init(s,this.options),this.options.interpolation.format=s.formatter.format.bind(s.formatter)),s.interpolator=new tt(this.options),s.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},s.backendConnector=new ut(o(this.modules.backend),s.resourceStore,s,this.options),s.backendConnector.on("*",(function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];t.emit.apply(t,[e].concat(r))})),this.modules.languageDetector&&(s.languageDetector=o(this.modules.languageDetector),s.languageDetector.init(s,this.options.detection,this.options)),this.modules.i18nFormat&&(s.i18nFormat=o(this.modules.i18nFormat),s.i18nFormat.init&&s.i18nFormat.init(this)),this.translator=new K(this.services,this.options),this.translator.on("*",(function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];t.emit.apply(t,[e].concat(r))})),this.modules.external.forEach((function(e){e.init&&e.init(t)}))}if(this.format=this.options.interpolation.format,n||(n=ft),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){var c=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);c.length>0&&"dev"!==c[0]&&(this.options.lng=c[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined"),["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach((function(e){t[e]=function(){var n;return(n=t.store)[e].apply(n,arguments)}})),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach((function(e){t[e]=function(){var n;return(n=t.store)[e].apply(n,arguments),t}}));var l=j(),f=function(){var e=function(e,r){t.isInitialized&&!t.initializedStoreOnce&&t.logger.warn("init: i18next is already initialized. You should call init just once!"),t.isInitialized=!0,t.options.isClone||t.logger.log("initialized",t.options),t.emit("initialized",t.options),l.resolve(r),n(e,r)};if(t.languages&&"v1"!==t.options.compatibilityAPI&&!t.isInitialized)return e(null,t.t.bind(t));t.changeLanguage(t.options.lng,e)};return this.options.resources||!this.options.initImmediate?f():setTimeout(f,0),l}},{key:"loadResources",value:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ft,r="string"==typeof t?t:this.language;if("function"==typeof t&&(n=t),!this.options.resources||this.options.partialBundledLanguages){if(r&&"cimode"===r.toLowerCase())return n();var o=[],i=function(t){t&&e.services.languageUtils.toResolveHierarchy(t).forEach((function(t){o.indexOf(t)<0&&o.push(t)}))};r?i(r):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((function(t){return i(t)})),this.options.preload&&this.options.preload.forEach((function(t){return i(t)})),this.services.backendConnector.load(o,this.options.ns,(function(t){t||e.resolvedLanguage||!e.language||e.setResolvedLanguage(e.language),n(t)}))}else n(null)}},{key:"reloadResources",value:function(t,e,n){var r=j();return t||(t=this.languages),e||(e=this.options.ns),n||(n=ft),this.services.backendConnector.reload(t,e,(function(t){r.resolve(),n(t)})),r}},{key:"use",value:function(t){if(!t)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!t.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===t.type&&(this.modules.backend=t),("logger"===t.type||t.log&&t.warn&&t.error)&&(this.modules.logger=t),"languageDetector"===t.type&&(this.modules.languageDetector=t),"i18nFormat"===t.type&&(this.modules.i18nFormat=t),"postProcessor"===t.type&&F.addPostProcessor(t),"formatter"===t.type&&(this.modules.formatter=t),"3rdParty"===t.type&&this.modules.external.push(t),this}},{key:"setResolvedLanguage",value:function(t){if(t&&this.languages&&!(["cimode","dev"].indexOf(t)>-1))for(var e=0;e<this.languages.length;e++){var n=this.languages[e];if(!(["cimode","dev"].indexOf(n)>-1)&&this.store.hasLanguageSomeTranslations(n)){this.resolvedLanguage=n;break}}}},{key:"changeLanguage",value:function(t,e){var n=this;this.isLanguageChangingTo=t;var r=j();this.emit("languageChanging",t);var o=function(t){n.language=t,n.languages=n.services.languageUtils.toResolveHierarchy(t),n.resolvedLanguage=void 0,n.setResolvedLanguage(t)},i=function(i){t||i||!n.services.languageDetector||(i=[]);var a="string"==typeof i?i:n.services.languageUtils.getBestMatchFromCodes(i);a&&(n.language||o(a),n.translator.language||n.translator.changeLanguage(a),n.services.languageDetector&&n.services.languageDetector.cacheUserLanguage(a)),n.loadResources(a,(function(t){!function(t,i){i?(o(i),n.translator.changeLanguage(i),n.isLanguageChangingTo=void 0,n.emit("languageChanged",i),n.logger.log("languageChanged",i)):n.isLanguageChangingTo=void 0,r.resolve((function(){return n.t.apply(n,arguments)})),e&&e(t,(function(){return n.t.apply(n,arguments)}))}(t,a)}))};return t||!this.services.languageDetector||this.services.languageDetector.async?!t&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect(i):i(t):i(this.services.languageDetector.detect()),r}},{key:"getFixedT",value:function(t,e,n){var r=this,o=function t(e,o){var i;if("object"!==(0,u.A)(o)){for(var a=arguments.length,s=new Array(a>2?a-2:0),c=2;c<a;c++)s[c-2]=arguments[c];i=r.options.overloadTranslationOptionHandler([e,o].concat(s))}else i=lt({},o);i.lng=i.lng||t.lng,i.lngs=i.lngs||t.lngs,i.ns=i.ns||t.ns,i.keyPrefix=i.keyPrefix||n||t.keyPrefix;var l=r.options.keySeparator||".",f=i.keyPrefix?"".concat(i.keyPrefix).concat(l).concat(e):e;return r.t(f,i)};return"string"==typeof t?o.lng=t:o.lngs=t,o.ns=e,o.keyPrefix=n,o}},{key:"t",value:function(){var t;return this.translator&&(t=this.translator).translate.apply(t,arguments)}},{key:"exists",value:function(){var t;return this.translator&&(t=this.translator).exists.apply(t,arguments)}},{key:"setDefaultNamespace",value:function(t){this.options.defaultNS=t}},{key:"hasLoadedNamespace",value:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;var r=this.resolvedLanguage||this.languages[0],o=!!this.options&&this.options.fallbackLng,i=this.languages[this.languages.length-1];if("cimode"===r.toLowerCase())return!0;var a=function(t,n){var r=e.services.backendConnector.state["".concat(t,"|").concat(n)];return-1===r||2===r};if(n.precheck){var u=n.precheck(this,a);if(void 0!==u)return u}return!(!this.hasResourceBundle(r,t)&&this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages)&&(!a(r,t)||o&&!a(i,t)))}},{key:"loadNamespaces",value:function(t,e){var n=this,r=j();return this.options.ns?("string"==typeof t&&(t=[t]),t.forEach((function(t){n.options.ns.indexOf(t)<0&&n.options.ns.push(t)})),this.loadResources((function(t){r.resolve(),e&&e(t)})),r):(e&&e(),Promise.resolve())}},{key:"loadLanguages",value:function(t,e){var n=j();"string"==typeof t&&(t=[t]);var r=this.options.preload||[],o=t.filter((function(t){return r.indexOf(t)<0}));return o.length?(this.options.preload=r.concat(o),this.loadResources((function(t){n.resolve(),e&&e(t)})),n):(e&&e(),Promise.resolve())}},{key:"dir",value:function(t){return t||(t=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),t?["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"].indexOf(this.services.languageUtils.getLanguagePartFromCode(t))>-1||t.toLowerCase().indexOf("-arab")>1?"rtl":"ltr":"rtl"}},{key:"cloneInstance",value:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ft,r=lt(lt(lt({},this.options),e),{isClone:!0}),i=new o(r);return void 0===e.debug&&void 0===e.prefix||(i.logger=i.logger.clone(e)),["store","services","language"].forEach((function(e){i[e]=t[e]})),i.services=lt({},this.services),i.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},i.translator=new K(i.services,i.options),i.translator.on("*",(function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];i.emit.apply(i,[t].concat(n))})),i.init(r,n),i.translator.options=i.options,i.translator.backendConnector.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},i}},{key:"toJSON",value:function(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}]),o}(E);(0,v.A)(pt,"createInstance",(function(){return new pt(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)}));var ht=pt.createInstance();ht.createInstance=pt.createInstance,ht.createInstance,ht.init,ht.loadResources,ht.reloadResources,ht.use,ht.changeLanguage,ht.getFixedT,ht.t,ht.exists,ht.setDefaultNamespace,ht.hasLoadedNamespace,ht.loadNamespaces,ht.loadLanguages;const dt=ht;function vt(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var yt=dt.default||dt;function mt(t,e,n,r){return yt.t(e,function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){vt(t,e,n[e])}))}return t}({ns:t,defaultValue:n},r))}function gt(t,e,n){return a[t]?mt("core",t,null!=e?e:a[t],n):(console.error("O3 Core Translations does not provide key '".concat(t,"'. The key itself is being rendered as text.")),t)}yt.on("initialized",(function(){window.i18next.loadNamespaces(["core"])}))},2238:()=>{function t(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(t,e,r){return e&&n(t.prototype,e),r&&n(t,r),t}function o(t,e,n){return o="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var r=function(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=i(t)););return t}(t,e);if(r){var o=Object.getOwnPropertyDescriptor(r,e);return o.get?o.get.call(n||t):o.value}},o(t,e,n||t)}function i(t){return i=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},i(t)}function a(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}function u(t,e){return null!=e&&"undefined"!=typeof Symbol&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function s(t,e){return!e||"object"!==p(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function l(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t,e)||h(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function f(e){return function(e){if(Array.isArray(e))return t(e)}(e)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(e)||h(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}function h(e,n){if(e){if("string"==typeof e)return t(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(r):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?t(e,n):void 0}}function d(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=i(t);if(e){var o=i(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return s(this,n)}}System.register(["dayjs"],(function(t,n){var c={};return{setters:[function(t){c.default=t.default}],execute:function(){t(function(){var t={332:function(t){t.exports=function(){"use strict";return function(t,e,n){e.prototype.isToday=function(){var t="YYYY-MM-DD",e=n();return this.format(t)===e.format(t)}}}()},14:function(t){t.exports=function(){"use strict";var t="minute",e=/[+-]\d\d(?::?\d\d)?/g,n=/([+-]|\d\d)/g;return function(r,o,i){var a=o.prototype;i.utc=function(t){return new o({date:t,utc:!0,args:arguments})},a.utc=function(e){var n=i(this.toDate(),{locale:this.$L,utc:!0});return e?n.add(this.utcOffset(),t):n},a.local=function(){return i(this.toDate(),{locale:this.$L,utc:!1})};var u=a.parse;a.parse=function(t){t.utc&&(this.$u=!0),this.$utils().u(t.$offset)||(this.$offset=t.$offset),u.call(this,t)};var s=a.init;a.init=function(){if(this.$u){var t=this.$d;this.$y=t.getUTCFullYear(),this.$M=t.getUTCMonth(),this.$D=t.getUTCDate(),this.$W=t.getUTCDay(),this.$H=t.getUTCHours(),this.$m=t.getUTCMinutes(),this.$s=t.getUTCSeconds(),this.$ms=t.getUTCMilliseconds()}else s.call(this)};var c=a.utcOffset;a.utcOffset=function(r,o){var i=this.$utils().u;if(i(r))return this.$u?0:i(this.$offset)?c.call(this):this.$offset;if("string"==typeof r&&(r=function(t){void 0===t&&(t="");var r=t.match(e);if(!r)return null;var o=(""+r[0]).match(n)||["-",0,0],i=o[0],a=60*+o[1]+ +o[2];return 0===a?0:"+"===i?a:-a}(r),null===r))return this;var a=Math.abs(r)<=16?60*r:r,u=this;if(o)return u.$offset=a,u.$u=0===r,u;if(0!==r){var s=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(u=this.local().add(a+s,t)).$offset=a,u.$x.$localOffset=s}else u=this.utc();return u};var l=a.format;a.format=function(t){var e=t||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return l.call(this,e)},a.valueOf=function(){var t=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*t},a.isUTC=function(){return!!this.$u},a.toISOString=function(){return this.toDate().toISOString()},a.toString=function(){return this.toDate().toUTCString()};var f=a.toDate;a.toDate=function(t){return"s"===t&&this.$offset?i(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():f.call(this)};var p=a.diff;a.diff=function(t,e,n){if(t&&this.$u===t.$u)return p.call(this,t,e,n);var r=this.local(),o=i(t).local();return p.call(r,o,e,n)}}}()},257:function(t,n,o){var i=Symbol("SemVer ANY"),a=function(){"use strict";function t(n,r){if(e(this,t),r&&"object"==typeof r||(r={loose:!!r,includePrerelease:!1}),u(n,t)){if(n.loose===!!r.loose)return n;n=n.value}p("comparator",n,r),this.options=r,this.loose=!!r.loose,this.parse(n),this.semver===i?this.value="":this.value=this.operator+this.semver.version,p("comp",this)}return r(t,[{key:"parse",value:function(t){var e=this.options.loose?c[l.COMPARATORLOOSE]:c[l.COMPARATOR],n=t.match(e);if(!n)throw new TypeError("Invalid comparator: ".concat(t));this.operator=void 0!==n[1]?n[1]:"","="===this.operator&&(this.operator=""),n[2]?this.semver=new h(n[2],this.options.loose):this.semver=i}},{key:"toString",value:function(){return this.value}},{key:"test",value:function(t){if(p("Comparator.test",t,this.options.loose),this.semver===i||t===i)return!0;if("string"==typeof t)try{t=new h(t,this.options)}catch(t){return!1}return f(t,this.operator,this.semver,this.options)}},{key:"intersects",value:function(e,n){if(!u(e,t))throw new TypeError("a Comparator is required");if(n&&"object"==typeof n||(n={loose:!!n,includePrerelease:!1}),""===this.operator)return""===this.value||new d(e.value,n).test(this.value);if(""===e.operator)return""===e.value||new d(this.value,n).test(e.semver);var r=!(">="!==this.operator&&">"!==this.operator||">="!==e.operator&&">"!==e.operator),o=!("<="!==this.operator&&"<"!==this.operator||"<="!==e.operator&&"<"!==e.operator),i=this.semver.version===e.semver.version,a=!(">="!==this.operator&&"<="!==this.operator||">="!==e.operator&&"<="!==e.operator),s=f(this.semver,"<",e.semver,n)&&(">="===this.operator||">"===this.operator)&&("<="===e.operator||"<"===e.operator),c=f(this.semver,">",e.semver,n)&&("<="===this.operator||"<"===this.operator)&&(">="===e.operator||">"===e.operator);return r||o||i&&a||s||c}}],[{key:"ANY",get:function(){return i}}]),t}();t.exports=a;var s=o(765),c=s.re,l=s.t,f=o(539),p=o(225),h=o(376),d=o(902)},902:function(t,n,o){var i=function(){"use strict";function t(n,r){var o=this;if(e(this,t),r&&"object"==typeof r||(r={loose:!!r,includePrerelease:!1}),u(n,t))return n.loose===!!r.loose&&n.includePrerelease===!!r.includePrerelease?n:new t(n.raw,r);if(u(n,a))return this.raw=n.value,this.set=[[n]],this.format(),this;if(this.options=r,this.loose=!!r.loose,this.includePrerelease=!!r.includePrerelease,this.raw=n,this.set=n.split(/\s*\|\|\s*/).map((function(t){return o.parseRange(t.trim())})).filter((function(t){return t.length})),!this.set.length)throw new TypeError("Invalid SemVer Range: ".concat(n));this.format()}return r(t,[{key:"format",value:function(){return this.range=this.set.map((function(t){return t.join(" ").trim()})).join("||").trim(),this.range}},{key:"toString",value:function(){return this.range}},{key:"parseRange",value:function(t){var e=this,n=this.options.loose;t=t.trim();var r=n?f[p.HYPHENRANGELOOSE]:f[p.HYPHENRANGE];t=t.replace(r,_(this.options.includePrerelease)),s("hyphen replace",t),t=t.replace(f[p.COMPARATORTRIM],h),s("comparator trim",t,f[p.COMPARATORTRIM]),t=(t=(t=t.replace(f[p.TILDETRIM],d)).replace(f[p.CARETTRIM],v)).split(/\s+/).join(" ");var o=n?f[p.COMPARATORLOOSE]:f[p.COMPARATOR];return t.split(" ").map((function(t){return m(t,e.options)})).join(" ").split(/\s+/).map((function(t){return P(t,e.options)})).filter(this.options.loose?function(t){return!!t.match(o)}:function(){return!0}).map((function(t){return new a(t,e.options)}))}},{key:"intersects",value:function(e,n){if(!u(e,t))throw new TypeError("a Range is required");return this.set.some((function(t){return y(t,n)&&e.set.some((function(e){return y(e,n)&&t.every((function(t){return e.every((function(e){return t.intersects(e,n)}))}))}))}))}},{key:"test",value:function(t){if(!t)return!1;if("string"==typeof t)try{t=new c(t,this.options)}catch(t){return!1}for(var e=0;e<this.set.length;e++)if(A(this.set[e],t,this.options))return!0;return!1}}]),t}();t.exports=i;var a=o(257),s=o(225),c=o(376),l=o(765),f=l.re,p=l.t,h=l.comparatorTrimReplace,d=l.tildeTrimReplace,v=l.caretTrimReplace,y=function(t,e){for(var n=!0,r=t.slice(),o=r.pop();n&&r.length;)n=r.every((function(t){return o.intersects(t,e)})),o=r.pop();return n},m=function(t,e){return s("comp",t,e),t=S(t,e),s("caret",t),t=b(t,e),s("tildes",t),t=E(t,e),s("xrange",t),t=x(t,e),s("stars",t),t},g=function(t){return!t||"x"===t.toLowerCase()||"*"===t},b=function(t,e){return t.trim().split(/\s+/).map((function(t){return w(t,e)})).join(" ")},w=function(t,e){var n=e.loose?f[p.TILDELOOSE]:f[p.TILDE];return t.replace(n,(function(e,n,r,o,i){var a;return s("tilde",t,e,n,r,o,i),g(n)?a="":g(r)?a=">=".concat(n,".0.0 <").concat(+n+1,".0.0-0"):g(o)?a=">=".concat(n,".").concat(r,".0 <").concat(n,".").concat(+r+1,".0-0"):i?(s("replaceTilde pr",i),a=">=".concat(n,".").concat(r,".").concat(o,"-").concat(i," <").concat(n,".").concat(+r+1,".0-0")):a=">=".concat(n,".").concat(r,".").concat(o," <").concat(n,".").concat(+r+1,".0-0"),s("tilde return",a),a}))},S=function(t,e){return t.trim().split(/\s+/).map((function(t){return O(t,e)})).join(" ")},O=function(t,e){s("caret",t,e);var n=e.loose?f[p.CARETLOOSE]:f[p.CARET],r=e.includePrerelease?"-0":"";return t.replace(n,(function(e,n,o,i,a){var u;return s("caret",t,e,n,o,i,a),g(n)?u="":g(o)?u=">=".concat(n,".0.0").concat(r," <").concat(+n+1,".0.0-0"):g(i)?u="0"===n?">=".concat(n,".").concat(o,".0").concat(r," <").concat(n,".").concat(+o+1,".0-0"):">=".concat(n,".").concat(o,".0").concat(r," <").concat(+n+1,".0.0-0"):a?(s("replaceCaret pr",a),u="0"===n?"0"===o?">=".concat(n,".").concat(o,".").concat(i,"-").concat(a," <").concat(n,".").concat(o,".").concat(+i+1,"-0"):">=".concat(n,".").concat(o,".").concat(i,"-").concat(a," <").concat(n,".").concat(+o+1,".0-0"):">=".concat(n,".").concat(o,".").concat(i,"-").concat(a," <").concat(+n+1,".0.0-0")):(s("no pr"),u="0"===n?"0"===o?">=".concat(n,".").concat(o,".").concat(i).concat(r," <").concat(n,".").concat(o,".").concat(+i+1,"-0"):">=".concat(n,".").concat(o,".").concat(i).concat(r," <").concat(n,".").concat(+o+1,".0-0"):">=".concat(n,".").concat(o,".").concat(i," <").concat(+n+1,".0.0-0")),s("caret return",u),u}))},E=function(t,e){return s("replaceXRanges",t,e),t.split(/\s+/).map((function(t){return j(t,e)})).join(" ")},j=function(t,e){t=t.trim();var n=e.loose?f[p.XRANGELOOSE]:f[p.XRANGE];return t.replace(n,(function(n,r,o,i,a,u){s("xRange",t,n,r,o,i,a,u);var c=g(o),l=c||g(i),f=l||g(a),p=f;return"="===r&&p&&(r=""),u=e.includePrerelease?"-0":"",c?n=">"===r||"<"===r?"<0.0.0-0":"*":r&&p?(l&&(i=0),a=0,">"===r?(r=">=",l?(o=+o+1,i=0,a=0):(i=+i+1,a=0)):"<="===r&&(r="<",l?o=+o+1:i=+i+1),"<"===r&&(u="-0"),n="".concat(r+o,".").concat(i,".").concat(a).concat(u)):l?n=">=".concat(o,".0.0").concat(u," <").concat(+o+1,".0.0-0"):f&&(n=">=".concat(o,".").concat(i,".0").concat(u," <").concat(o,".").concat(+i+1,".0-0")),s("xRange return",n),n}))},x=function(t,e){return s("replaceStars",t,e),t.trim().replace(f[p.STAR],"")},P=function(t,e){return s("replaceGTE0",t,e),t.trim().replace(f[e.includePrerelease?p.GTE0PRE:p.GTE0],"")},_=function(t){return function(e,n,r,o,i,a,u,s,c,l,f,p,h){return"".concat(n=g(r)?"":g(o)?">=".concat(r,".0.0").concat(t?"-0":""):g(i)?">=".concat(r,".").concat(o,".0").concat(t?"-0":""):a?">=".concat(n):">=".concat(n).concat(t?"-0":"")," ").concat(s=g(c)?"":g(l)?"<".concat(+c+1,".0.0-0"):g(f)?"<".concat(c,".").concat(+l+1,".0-0"):p?"<=".concat(c,".").concat(l,".").concat(f,"-").concat(p):t?"<".concat(c,".").concat(l,".").concat(+f+1,"-0"):"<=".concat(s)).trim()}},A=function(t,e,n){for(var r=0;r<t.length;r++)if(!t[r].test(e))return!1;if(e.prerelease.length&&!n.includePrerelease){for(var o=0;o<t.length;o++)if(s(t[o].semver),t[o].semver!==a.ANY&&t[o].semver.prerelease.length>0){var i=t[o].semver;if(i.major===e.major&&i.minor===e.minor&&i.patch===e.patch)return!0}return!1}return!0}},376:function(t,n,o){var i=o(225),a=o(295),s=a.MAX_LENGTH,c=a.MAX_SAFE_INTEGER,l=o(765),f=l.re,p=l.t,h=o(742).compareIdentifiers,d=function(){"use strict";function t(n,r){if(e(this,t),r&&"object"==typeof r||(r={loose:!!r,includePrerelease:!1}),u(n,t)){if(n.loose===!!r.loose&&n.includePrerelease===!!r.includePrerelease)return n;n=n.version}else if("string"!=typeof n)throw new TypeError("Invalid Version: ".concat(n));if(n.length>s)throw new TypeError("version is longer than ".concat(s," characters"));i("SemVer",n,r),this.options=r,this.loose=!!r.loose,this.includePrerelease=!!r.includePrerelease;var o=n.trim().match(r.loose?f[p.LOOSE]:f[p.FULL]);if(!o)throw new TypeError("Invalid Version: ".concat(n));if(this.raw=n,this.major=+o[1],this.minor=+o[2],this.patch=+o[3],this.major>c||this.major<0)throw new TypeError("Invalid major version");if(this.minor>c||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>c||this.patch<0)throw new TypeError("Invalid patch version");o[4]?this.prerelease=o[4].split(".").map((function(t){if(/^[0-9]+$/.test(t)){var e=+t;if(e>=0&&e<c)return e}return t})):this.prerelease=[],this.build=o[5]?o[5].split("."):[],this.format()}return r(t,[{key:"format",value:function(){return this.version="".concat(this.major,".").concat(this.minor,".").concat(this.patch),this.prerelease.length&&(this.version+="-".concat(this.prerelease.join("."))),this.version}},{key:"toString",value:function(){return this.version}},{key:"compare",value:function(e){if(i("SemVer.compare",this.version,this.options,e),!u(e,t)){if("string"==typeof e&&e===this.version)return 0;e=new t(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}},{key:"compareMain",value:function(e){return u(e,t)||(e=new t(e,this.options)),h(this.major,e.major)||h(this.minor,e.minor)||h(this.patch,e.patch)}},{key:"comparePre",value:function(e){if(u(e,t)||(e=new t(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;var n=0;do{var r=this.prerelease[n],o=e.prerelease[n];if(i("prerelease compare",n,r,o),void 0===r&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===r)return-1;if(r!==o)return h(r,o)}while(++n)}},{key:"compareBuild",value:function(e){u(e,t)||(e=new t(e,this.options));var n=0;do{var r=this.build[n],o=e.build[n];if(i("prerelease compare",n,r,o),void 0===r&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===r)return-1;if(r!==o)return h(r,o)}while(++n)}},{key:"inc",value:function(t,e){switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",e);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",e);break;case"prepatch":this.prerelease.length=0,this.inc("patch",e),this.inc("pre",e);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",e),this.inc("pre",e);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{for(var n=this.prerelease.length;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);-1===n&&this.prerelease.push(0)}e&&(this.prerelease[0]===e?isNaN(this.prerelease[1])&&(this.prerelease=[e,0]):this.prerelease=[e,0]);break;default:throw new Error("invalid increment argument: ".concat(t))}return this.format(),this.raw=this.version,this}}]),t}();t.exports=d},507:function(t,e,n){var r=n(959);t.exports=function(t,e){var n=r(t.trim().replace(/^[=v]+/,""),e);return n?n.version:null}},539:function(t,e,n){var r=n(718),o=n(194),i=n(312),a=n(903),u=n(544),s=n(56);t.exports=function(t,e,n,c){switch(e){case"===":return"object"==typeof t&&(t=t.version),"object"==typeof n&&(n=n.version),t===n;case"!==":return"object"==typeof t&&(t=t.version),"object"==typeof n&&(n=n.version),t!==n;case"":case"=":case"==":return r(t,n,c);case"!=":return o(t,n,c);case">":return i(t,n,c);case">=":return a(t,n,c);case"<":return u(t,n,c);case"<=":return s(t,n,c);default:throw new TypeError("Invalid operator: ".concat(e))}}},38:function(t,e,n){var r=n(376),o=n(959),i=n(765),a=i.re,s=i.t;t.exports=function(t,e){if(u(t,r))return t;if("number"==typeof t&&(t=String(t)),"string"!=typeof t)return null;var n=null;if((e=e||{}).rtl){for(var i;(i=a[s.COERCERTL].exec(t))&&(!n||n.index+n[0].length!==t.length);)n&&i.index+i[0].length===n.index+n[0].length||(n=i),a[s.COERCERTL].lastIndex=i.index+i[1].length+i[2].length;a[s.COERCERTL].lastIndex=-1}else n=t.match(a[s.COERCE]);return null===n?null:o("".concat(n[2],".").concat(n[3]||"0",".").concat(n[4]||"0"),e)}},773:function(t,e,n){var r=n(376);t.exports=function(t,e,n){var o=new r(t,n),i=new r(e,n);return o.compare(i)||o.compareBuild(i)}},880:function(t,e,n){var r=n(269);t.exports=function(t,e){return r(t,e,!0)}},269:function(t,e,n){var r=n(376);t.exports=function(t,e,n){return new r(t,n).compare(new r(e,n))}},378:function(t,e,n){var r=n(959),o=n(718);t.exports=function(t,e){if(o(t,e))return null;var n=r(t),i=r(e),a=n.prerelease.length||i.prerelease.length,u=a?"pre":"",s=a?"prerelease":"";for(var c in n)if(("major"===c||"minor"===c||"patch"===c)&&n[c]!==i[c])return u+c;return s}},718:function(t,e,n){var r=n(269);t.exports=function(t,e,n){return 0===r(t,e,n)}},312:function(t,e,n){var r=n(269);t.exports=function(t,e,n){return r(t,e,n)>0}},903:function(t,e,n){var r=n(269);t.exports=function(t,e,n){return r(t,e,n)>=0}},253:function(t,e,n){var r=n(376);t.exports=function(t,e,n,o){"string"==typeof n&&(o=n,n=void 0);try{return new r(t,n).inc(e,o).version}catch(t){return null}}},544:function(t,e,n){var r=n(269);t.exports=function(t,e,n){return r(t,e,n)<0}},56:function(t,e,n){var r=n(269);t.exports=function(t,e,n){return r(t,e,n)<=0}},679:function(t,e,n){var r=n(376);t.exports=function(t,e){return new r(t,e).major}},789:function(t,e,n){var r=n(376);t.exports=function(t,e){return new r(t,e).minor}},194:function(t,e,n){var r=n(269);t.exports=function(t,e,n){return 0!==r(t,e,n)}},959:function(t,e,n){var r=n(295).MAX_LENGTH,o=n(765),i=o.re,a=o.t,s=n(376);t.exports=function(t,e){if(e&&"object"==typeof e||(e={loose:!!e,includePrerelease:!1}),u(t,s))return t;if("string"!=typeof t)return null;if(t.length>r)return null;if(!(e.loose?i[a.LOOSE]:i[a.FULL]).test(t))return null;try{return new s(t,e)}catch(t){return null}}},358:function(t,e,n){var r=n(376);t.exports=function(t,e){return new r(t,e).patch}},559:function(t,e,n){var r=n(959);t.exports=function(t,e){var n=r(t,e);return n&&n.prerelease.length?n.prerelease:null}},795:function(t,e,n){var r=n(269);t.exports=function(t,e,n){return r(e,t,n)}},657:function(t,e,n){var r=n(773);t.exports=function(t,e){return t.sort((function(t,n){return r(n,t,e)}))}},712:function(t,e,n){var r=n(902);t.exports=function(t,e,n){try{e=new r(e,n)}catch(t){return!1}return e.test(t)}},100:function(t,e,n){var r=n(773);t.exports=function(t,e){return t.sort((function(t,n){return r(t,n,e)}))}},397:function(t,e,n){var r=n(959);t.exports=function(t,e){var n=r(t,e);return n?n.version:null}},249:function(t,e,n){var r=n(765);t.exports={re:r.re,src:r.src,tokens:r.t,SEMVER_SPEC_VERSION:n(295).SEMVER_SPEC_VERSION,SemVer:n(376),compareIdentifiers:n(742).compareIdentifiers,rcompareIdentifiers:n(742).rcompareIdentifiers,parse:n(959),valid:n(397),clean:n(507),inc:n(253),diff:n(378),major:n(679),minor:n(789),patch:n(358),prerelease:n(559),compare:n(269),rcompare:n(795),compareLoose:n(880),compareBuild:n(773),sort:n(100),rsort:n(657),gt:n(312),lt:n(544),eq:n(718),neq:n(194),gte:n(903),lte:n(56),cmp:n(539),coerce:n(38),Comparator:n(257),Range:n(902),satisfies:n(712),toComparators:n(42),maxSatisfying:n(775),minSatisfying:n(649),minVersion:n(316),validRange:n(230),outside:n(826),gtr:n(606),ltr:n(32),intersects:n(937),simplifyRange:n(908),subset:n(799)}},295:function(t){var e=Number.MAX_SAFE_INTEGER||9007199254740991;t.exports={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:e,MAX_SAFE_COMPONENT_LENGTH:16}},225:function(t){var e,n="object"==typeof process&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return(e=console).error.apply(e,["SEMVER"].concat(f(n)))}:function(){};t.exports=n},742:function(t){var e=/^[0-9]+$/,n=function(t,n){var r=e.test(t),o=e.test(n);return r&&o&&(t=+t,n=+n),t===n?0:r&&!o?-1:o&&!r?1:t<n?-1:1};t.exports={compareIdentifiers:n,rcompareIdentifiers:function(t,e){return n(e,t)}}},765:function(t,e,n){var r=n(295).MAX_SAFE_COMPONENT_LENGTH,o=n(225),i=(e=t.exports={}).re=[],a=e.src=[],u=e.t={},s=0,c=function(t,e,n){var r=s++;o(r,e),u[t]=r,a[r]=e,i[r]=new RegExp(e,n?"g":void 0)};c("NUMERICIDENTIFIER","0|[1-9]\\d*"),c("NUMERICIDENTIFIERLOOSE","[0-9]+"),c("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),c("MAINVERSION","(".concat(a[u.NUMERICIDENTIFIER],")\\.(").concat(a[u.NUMERICIDENTIFIER],")\\.(").concat(a[u.NUMERICIDENTIFIER],")")),c("MAINVERSIONLOOSE","(".concat(a[u.NUMERICIDENTIFIERLOOSE],")\\.(").concat(a[u.NUMERICIDENTIFIERLOOSE],")\\.(").concat(a[u.NUMERICIDENTIFIERLOOSE],")")),c("PRERELEASEIDENTIFIER","(?:".concat(a[u.NUMERICIDENTIFIER],"|").concat(a[u.NONNUMERICIDENTIFIER],")")),c("PRERELEASEIDENTIFIERLOOSE","(?:".concat(a[u.NUMERICIDENTIFIERLOOSE],"|").concat(a[u.NONNUMERICIDENTIFIER],")")),c("PRERELEASE","(?:-(".concat(a[u.PRERELEASEIDENTIFIER],"(?:\\.").concat(a[u.PRERELEASEIDENTIFIER],")*))")),c("PRERELEASELOOSE","(?:-?(".concat(a[u.PRERELEASEIDENTIFIERLOOSE],"(?:\\.").concat(a[u.PRERELEASEIDENTIFIERLOOSE],")*))")),c("BUILDIDENTIFIER","[0-9A-Za-z-]+"),c("BUILD","(?:\\+(".concat(a[u.BUILDIDENTIFIER],"(?:\\.").concat(a[u.BUILDIDENTIFIER],")*))")),c("FULLPLAIN","v?".concat(a[u.MAINVERSION]).concat(a[u.PRERELEASE],"?").concat(a[u.BUILD],"?")),c("FULL","^".concat(a[u.FULLPLAIN],"$")),c("LOOSEPLAIN","[v=\\s]*".concat(a[u.MAINVERSIONLOOSE]).concat(a[u.PRERELEASELOOSE],"?").concat(a[u.BUILD],"?")),c("LOOSE","^".concat(a[u.LOOSEPLAIN],"$")),c("GTLT","((?:<|>)?=?)"),c("XRANGEIDENTIFIERLOOSE","".concat(a[u.NUMERICIDENTIFIERLOOSE],"|x|X|\\*")),c("XRANGEIDENTIFIER","".concat(a[u.NUMERICIDENTIFIER],"|x|X|\\*")),c("XRANGEPLAIN","[v=\\s]*(".concat(a[u.XRANGEIDENTIFIER],")(?:\\.(").concat(a[u.XRANGEIDENTIFIER],")(?:\\.(").concat(a[u.XRANGEIDENTIFIER],")(?:").concat(a[u.PRERELEASE],")?").concat(a[u.BUILD],"?)?)?")),c("XRANGEPLAINLOOSE","[v=\\s]*(".concat(a[u.XRANGEIDENTIFIERLOOSE],")(?:\\.(").concat(a[u.XRANGEIDENTIFIERLOOSE],")(?:\\.(").concat(a[u.XRANGEIDENTIFIERLOOSE],")(?:").concat(a[u.PRERELEASELOOSE],")?").concat(a[u.BUILD],"?)?)?")),c("XRANGE","^".concat(a[u.GTLT],"\\s*").concat(a[u.XRANGEPLAIN],"$")),c("XRANGELOOSE","^".concat(a[u.GTLT],"\\s*").concat(a[u.XRANGEPLAINLOOSE],"$")),c("COERCE","(^|[^\\d])(\\d{1,".concat(r,"})(?:\\.(\\d{1,").concat(r,"}))?(?:\\.(\\d{1,").concat(r,"}))?(?:$|[^\\d])")),c("COERCERTL",a[u.COERCE],!0),c("LONETILDE","(?:~>?)"),c("TILDETRIM","(\\s*)".concat(a[u.LONETILDE],"\\s+"),!0),e.tildeTrimReplace="$1~",c("TILDE","^".concat(a[u.LONETILDE]).concat(a[u.XRANGEPLAIN],"$")),c("TILDELOOSE","^".concat(a[u.LONETILDE]).concat(a[u.XRANGEPLAINLOOSE],"$")),c("LONECARET","(?:\\^)"),c("CARETTRIM","(\\s*)".concat(a[u.LONECARET],"\\s+"),!0),e.caretTrimReplace="$1^",c("CARET","^".concat(a[u.LONECARET]).concat(a[u.XRANGEPLAIN],"$")),c("CARETLOOSE","^".concat(a[u.LONECARET]).concat(a[u.XRANGEPLAINLOOSE],"$")),c("COMPARATORLOOSE","^".concat(a[u.GTLT],"\\s*(").concat(a[u.LOOSEPLAIN],")$|^$")),c("COMPARATOR","^".concat(a[u.GTLT],"\\s*(").concat(a[u.FULLPLAIN],")$|^$")),c("COMPARATORTRIM","(\\s*)".concat(a[u.GTLT],"\\s*(").concat(a[u.LOOSEPLAIN],"|").concat(a[u.XRANGEPLAIN],")"),!0),e.comparatorTrimReplace="$1$2$3",c("HYPHENRANGE","^\\s*(".concat(a[u.XRANGEPLAIN],")\\s+-\\s+(").concat(a[u.XRANGEPLAIN],")\\s*$")),c("HYPHENRANGELOOSE","^\\s*(".concat(a[u.XRANGEPLAINLOOSE],")\\s+-\\s+(").concat(a[u.XRANGEPLAINLOOSE],")\\s*$")),c("STAR","(<|>)?=?\\s*\\*"),c("GTE0","^\\s*>=\\s*0.0.0\\s*$"),c("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")},606:function(t,e,n){var r=n(826);t.exports=function(t,e,n){return r(t,e,">",n)}},937:function(t,e,n){var r=n(902);t.exports=function(t,e,n){return t=new r(t,n),e=new r(e,n),t.intersects(e)}},32:function(t,e,n){var r=n(826);t.exports=function(t,e,n){return r(t,e,"<",n)}},775:function(t,e,n){var r=n(376),o=n(902);t.exports=function(t,e,n){var i=null,a=null,u=null;try{u=new o(e,n)}catch(t){return null}return t.forEach((function(t){u.test(t)&&(i&&-1!==a.compare(t)||(a=new r(i=t,n)))})),i}},649:function(t,e,n){var r=n(376),o=n(902);t.exports=function(t,e,n){var i=null,a=null,u=null;try{u=new o(e,n)}catch(t){return null}return t.forEach((function(t){u.test(t)&&(i&&1!==a.compare(t)||(a=new r(i=t,n)))})),i}},316:function(t,e,n){var r=n(376),o=n(902),i=n(312);t.exports=function(t,e){t=new o(t,e);var n=new r("0.0.0");if(t.test(n))return n;if(n=new r("0.0.0-0"),t.test(n))return n;n=null;for(var a=0;a<t.set.length;++a)t.set[a].forEach((function(t){var e=new r(t.semver.version);switch(t.operator){case">":0===e.prerelease.length?e.patch++:e.prerelease.push(0),e.raw=e.format();case"":case">=":n&&!i(n,e)||(n=e);break;case"<":case"<=":break;default:throw new Error("Unexpected operation: ".concat(t.operator))}}));return n&&t.test(n)?n:null}},826:function(t,e,n){var r=n(376),o=n(257),i=o.ANY,a=n(902),u=n(712),s=n(312),c=n(544),l=n(56),f=n(903);t.exports=function(t,e,n,h){var d,v,y,m,g,b=function(n){var r=e.set[n],a=null,u=null;return r.forEach((function(t){t.semver===i&&(t=new o(">=0.0.0")),a=a||t,u=u||t,d(t.semver,a.semver,h)?a=t:y(t.semver,u.semver,h)&&(u=t)})),a.operator===m||a.operator===g?{v:!1}:u.operator&&u.operator!==m||!v(t,u.semver)?u.operator===g&&y(t,u.semver)?{v:!1}:void 0:{v:!1}};switch(t=new r(t,h),e=new a(e,h),n){case">":d=s,v=l,y=c,m=">",g=">=";break;case"<":d=c,v=f,y=s,m="<",g="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(u(t,e,h))return!1;for(var w=0;w<e.set.length;++w){var S=b(w);if("object"===p(S))return S.v}return!0}},908:function(t,e,n){var r=n(712),o=n(269);t.exports=function(t,e,n){var i=[],a=null,u=null,s=t.sort((function(t,e){return o(t,e,n)})),c=!0,f=!1,p=void 0;try{for(var h,d=s[Symbol.iterator]();!(c=(h=d.next()).done);c=!0){var v=h.value;r(v,e,n)?(u=v,a||(a=v)):(u&&i.push([a,u]),u=null,a=null)}}catch(t){f=!0,p=t}finally{try{c||null==d.return||d.return()}finally{if(f)throw p}}a&&i.push([a,null]);var y=[],m=!0,g=!1,b=void 0;try{for(var w,S=i[Symbol.iterator]();!(m=(w=S.next()).done);m=!0){var O=l(w.value,2),E=O[0],j=O[1];E===j?y.push(E):j||E!==s[0]?j?E===s[0]?y.push("<=".concat(j)):y.push("".concat(E," - ").concat(j)):y.push(">=".concat(E)):y.push("*")}}catch(t){g=!0,b=t}finally{try{m||null==S.return||S.return()}finally{if(g)throw b}}var x=y.join(" || "),P="string"==typeof e.raw?e.raw:String(e);return x.length<P.length?x:e}},799:function(t,e,n){var r=n(902),o=n(257).ANY,i=n(712),a=n(269),u=function(t,e,n){if(1===t.length&&t[0].semver===o)return 1===e.length&&e[0].semver===o;var r,u,l,f,p,h=new Set,d=!0,v=!1,y=void 0;try{for(var m,g=t[Symbol.iterator]();!(d=(m=g.next()).done);d=!0){var b=m.value;">"===b.operator||">="===b.operator?r=s(r,b,n):"<"===b.operator||"<="===b.operator?u=c(u,b,n):h.add(b.semver)}}catch(t){v=!0,y=t}finally{try{d||null==g.return||g.return()}finally{if(v)throw y}}if(h.size>1)return null;if(r&&u){if((l=a(r.semver,u.semver,n))>0)return null;if(0===l&&(">="!==r.operator||"<="!==u.operator))return null}var w=!0,S=!1,O=void 0;try{for(var E,j=h[Symbol.iterator]();!(w=(E=j.next()).done);w=!0){var x=E.value;if(r&&!i(x,String(r),n))return null;if(u&&!i(x,String(u),n))return null;var P=!0,_=!1,A=void 0;try{for(var k,T=e[Symbol.iterator]();!(P=(k=T.next()).done);P=!0){var C=k.value;if(!i(x,String(C),n))return!1}}catch(t){_=!0,A=t}finally{try{P||null==T.return||T.return()}finally{if(_)throw A}}return!0}}catch(t){S=!0,O=t}finally{try{w||null==j.return||j.return()}finally{if(S)throw O}}var I=!0,D=!1,M=void 0;try{for(var R,N=e[Symbol.iterator]();!(I=(R=N.next()).done);I=!0){var L=R.value;if(p=p||">"===L.operator||">="===L.operator,f=f||"<"===L.operator||"<="===L.operator,r)if(">"===L.operator||">="===L.operator){if(s(r,L,n)===L)return!1}else if(">="===r.operator&&!i(r.semver,String(L),n))return!1;if(u)if("<"===L.operator||"<="===L.operator){if(c(u,L,n)===L)return!1}else if("<="===u.operator&&!i(u.semver,String(L),n))return!1;if(!L.operator&&(u||r)&&0!==l)return!1}}catch(t){D=!0,M=t}finally{try{I||null==N.return||N.return()}finally{if(D)throw M}}return!(r&&f&&!u&&0!==l||u&&p&&!r&&0!==l)},s=function(t,e,n){if(!t)return e;var r=a(t.semver,e.semver,n);return r>0?t:r<0||">"===e.operator&&">="===t.operator?e:t},c=function(t,e,n){if(!t)return e;var r=a(t.semver,e.semver,n);return r<0?t:r>0||"<"===e.operator&&"<="===t.operator?e:t};t.exports=function(t,e,n){t=new r(t,n),e=new r(e,n);var o=!1,i=!0,a=!1,s=void 0;try{t:for(var c,l=t.set[Symbol.iterator]();!(i=(c=l.next()).done);i=!0){var f=c.value,p=!0,h=!1,d=void 0;try{for(var v,y=e.set[Symbol.iterator]();!(p=(v=y.next()).done);p=!0){var m=v.value,g=u(f,m,n);if(o=o||null!==g,g)continue t}}catch(t){h=!0,d=t}finally{try{p||null==y.return||y.return()}finally{if(h)throw d}}if(o)return!1}}catch(t){a=!0,s=t}finally{try{i||null==l.return||l.return()}finally{if(a)throw s}}return!0}},42:function(t,e,n){var r=n(902);t.exports=function(t,e){return new r(t,e).set.map((function(t){return t.map((function(t){return t.value})).join(" ").trim().split(" ")}))}},230:function(t,e,n){var r=n(902);t.exports=function(t,e){try{return new r(t,e).range||"*"}catch(t){return null}}},688:function(t){"use strict";t.exports=c}},n={};function h(e){var r=n[e];if(void 0!==r)return r.exports;var o=n[e]={exports:{}};return t[e].call(o.exports,o,o.exports,h),o.exports}h.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return h.d(e,{a:e}),e},h.d=function(t,e){for(var n in e)h.o(e,n)&&!h.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},h.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},h.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var v={};return function(){"use strict";var t=function(t,e,n){!function(t,e){if(e.has(t))throw new TypeError("Cannot initialize the same private elements twice on an object")}(t,e),e.set(t,n)},n=function(t,e){return t-e*Math.floor(t/e)},c=function(t,e,n,r){var o=(e=m(t,e))-1,i=-2;return n<=2?i=0:y(e)&&(i=-1),1721425+365*o+Math.floor(o/4)-Math.floor(o/100)+Math.floor(o/400)+Math.floor((367*n-362)/12+i+r)},y=function(t){return t%4==0&&(t%100!=0||t%400==0)},m=function(t,e){return"BC"===t?1-e:e},g=function(t){var e="AD";return t<=0&&(e="BC",t=1-t),[e,t]},b=function(t,e){return t.calendar.toJulianDay(t)-e.calendar.toJulianDay(e)},w=function(t){return 36e5*t.hour+6e4*t.minute+1e3*t.second+t.millisecond},S=function(){return null==Yt&&(Yt=(new Intl.DateTimeFormat).resolvedOptions().timeZone),Yt},O=function(t){return E(m((t=A(t,new Jt)).era,t.year),t.month,t.day,t.hour,t.minute,t.second,t.millisecond)},E=function(t,e,n,r,o,i,a){var u=new Date;return u.setUTCHours(r,o,i,a),u.setUTCFullYear(t,e-1,n),u.getTime()},j=function(t,e){if("UTC"===e)return 0;if(t>0&&e===S())return-6e4*new Date(t).getTimezoneOffset();var n=x(t,e),r=n.year,o=n.month,i=n.day,a=n.hour,u=n.minute,s=n.second;return E(r,o,i,a,u,s,0)-1e3*Math.floor(t/1e3)},x=function(t,e){var n=Zt.get(e);n||(n=new Intl.DateTimeFormat("en-US",{timeZone:e,hour12:!1,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"}),Zt.set(e,n));var r=n.formatToParts(new Date(t)),o={},i=!0,a=!1,u=void 0;try{for(var s,c=r[Symbol.iterator]();!(i=(s=c.next()).done);i=!0){var l=s.value;"literal"!==l.type&&(o[l.type]=l.value)}}catch(t){a=!0,u=t}finally{try{i||null==c.return||c.return()}finally{if(a)throw u}}return{year:"BC"===o.era||"B"===o.era?1-o.year:+o.year,month:+o.month,day:+o.day,hour:"24"===o.hour?0:+o.hour,minute:+o.minute,second:+o.second}},P=function(t,e){return new Date(function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"compatible",r=_(t);if("UTC"===e)return O(r);if(e===S()&&"compatible"===n){r=A(r,new Jt);var o=new Date,i=m(r.era,r.year);return o.setFullYear(i,r.month-1,r.day),o.setHours(r.hour,r.minute,r.second,r.millisecond),o.getTime()}var a=O(r),u=j(a-te,e),s=j(a+te,e),c=function(t,e,n,r){return(n===r?[n]:[n,r]).filter((function(n){return function(t,e,n){var r=x(n,e);return t.year===r.year&&t.month===r.month&&t.day===r.day&&t.hour===r.hour&&t.minute===r.minute&&t.second===r.second}(t,e,n)}))}(r,e,a-u,a-s);if(1===c.length)return c[0];if(c.length>1)switch(n){case"compatible":case"earlier":return c[0];case"later":return c[c.length-1];case"reject":throw new RangeError("Multiple possible absolute times found")}switch(n){case"earlier":return Math.min(a-u,a-s);case"compatible":case"later":return Math.max(a-u,a-s);case"reject":throw new RangeError("No such absolute time found")}}(t,e,arguments.length>2&&void 0!==arguments[2]?arguments[2]:"compatible"))},_=function(t,e){var n,r,o=0,i=0,a=0,u=0;if("timeZone"in t)o=(n=t).hour,i=n.minute,a=n.second,u=n.millisecond;else if("hour"in t&&!e)return t;return e&&(o=(r=e).hour,i=r.minute,a=r.second,u=r.millisecond),new oe(t.calendar,t.era,t.year,t.month,t.day,o,i,a,u)},A=function(t,e){if(t.calendar.identifier===e.identifier)return t;var n=e.fromJulianDay(t.calendar.toJulianDay(t)),r=t.copy();return r.calendar=e,r.era=n.era,r.year=n.year,r.month=n.month,r.day=n.day,D(r),r},k=function(t,e){var n=t.copy(),r="hour"in n?function(t,e){return t.hour+=e.hours||0,t.minute+=e.minutes||0,t.second+=e.seconds||0,t.millisecond+=e.milliseconds||0,function(t){t.second+=Math.floor(t.millisecond/1e3),t.millisecond=N(t.millisecond,1e3),t.minute+=Math.floor(t.second/60),t.second=N(t.second,60),t.hour+=Math.floor(t.minute/60),t.minute=N(t.minute,60);var e=Math.floor(t.hour/24);return t.hour=N(t.hour,24),e}(t)}(n,e):0;T(n,e.years||0),n.calendar.balanceYearMonth&&n.calendar.balanceYearMonth(n,t),n.month+=e.months||0,C(n),I(n),n.day+=7*(e.weeks||0),n.day+=e.days||0,n.day+=r,function(t){for(;t.day<1;)t.month--,C(t),t.day+=t.calendar.getDaysInMonth(t);for(;t.day>t.calendar.getDaysInMonth(t);)t.day-=t.calendar.getDaysInMonth(t),t.month++,C(t)}(n),n.calendar.balanceDate&&n.calendar.balanceDate(n),n.year<1&&(n.year=1,n.month=1,n.day=1);var o=n.calendar.getYearsInEra(n);if(n.year>o){var i,a,u=null===(a=(i=n.calendar).isInverseEra)||void 0===a?void 0:a.call(i,n);n.year=o,n.month=u?1:n.calendar.getMonthsInYear(n),n.day=u?1:n.calendar.getDaysInMonth(n)}n.month<1&&(n.month=1,n.day=1);var s=n.calendar.getMonthsInYear(n);return n.month>s&&(n.month=s,n.day=n.calendar.getDaysInMonth(n)),n.day=Math.max(1,Math.min(n.calendar.getDaysInMonth(n),n.day)),n},T=function(t,e){var n,r;(null===(r=(n=t.calendar).isInverseEra)||void 0===r?void 0:r.call(n,t))&&(e=-e),t.year+=e},C=function(t){for(;t.month<1;)T(t,-1),t.month+=t.calendar.getMonthsInYear(t);for(var e=0;t.month>(e=t.calendar.getMonthsInYear(t));)t.month-=e,T(t,1)},I=function(t){t.month=Math.max(1,Math.min(t.calendar.getMonthsInYear(t),t.month)),t.day=Math.max(1,Math.min(t.calendar.getDaysInMonth(t),t.day))},D=function(t){t.calendar.constrainDate&&t.calendar.constrainDate(t),t.year=Math.max(1,Math.min(t.calendar.getYearsInEra(t),t.year)),I(t)},M=function(t,e){return k(t,function(t){var e={};for(var n in t)"number"==typeof t[n]&&(e[n]=-t[n]);return e}(e))},R=function(t,e){var n=t.copy();return null!=e.era&&(n.era=e.era),null!=e.year&&(n.year=e.year),null!=e.month&&(n.month=e.month),null!=e.day&&(n.day=e.day),D(n),n},N=function(t,e){var n=t%e;return n<0&&(n+=e),n},L=function(t,e,n,r){var o=t.copy();switch(e){case"era":var i=t.calendar.getEras(),a=i.indexOf(t.era);if(a<0)throw new Error("Invalid era: "+t.era);a=U(a,n,0,i.length-1,null==r?void 0:r.round),o.era=i[a],D(o);break;case"year":var u,s;(null===(s=(u=o.calendar).isInverseEra)||void 0===s?void 0:s.call(u,o))&&(n=-n),o.year=U(t.year,n,-1/0,9999,null==r?void 0:r.round),o.year===-1/0&&(o.year=1),o.calendar.balanceYearMonth&&o.calendar.balanceYearMonth(o,t);break;case"month":o.month=U(t.month,n,1,t.calendar.getMonthsInYear(t),null==r?void 0:r.round);break;case"day":o.day=U(t.day,n,1,t.calendar.getDaysInMonth(t),null==r?void 0:r.round);break;default:throw new Error("Unsupported field "+e)}return t.calendar.balanceDate&&t.calendar.balanceDate(o),D(o),o},U=function(t,e,n,r){if(arguments.length>4&&void 0!==arguments[4]&&arguments[4]){(t+=Math.sign(e))<n&&(t=r);var o=Math.abs(e);(t=e>0?Math.ceil(t/o)*o:Math.floor(t/o)*o)>r&&(t=n)}else(t+=e)<n?t=r-(n-t-1):t>r&&(t=n+(t-r-1));return t},B=function(t){var e=A(t,new Jt);return"".concat(String(e.year).padStart(4,"0"),"-").concat(String(e.month).padStart(2,"0"),"-").concat(String(e.day).padStart(2,"0"))},F=function(t){var e,n="object"==typeof t[0]?t.shift():new Jt;if("string"==typeof t[0])e=t.shift();else{var r=n.getEras();e=r[r.length-1]}return[n,e,t.shift(),t.shift(),t.shift()]},V=function(t){var e=ie.findIndex((function(e){var n=l(e,3),r=n[0],o=n[1],i=n[2];return t.year<r||t.year===r&&t.month<o||t.year===r&&t.month===o&&t.day<i}));return-1===e?ie.length-1:0===e?0:e-1},G=function(t){var e=ue[se.indexOf(t.era)];if(!e)throw new Error("Unknown era: "+t.era);return new ne(t.year+e,t.month,t.day)},W=function(t){if(1===t.year){var e=se.indexOf(t.era);return ie[e]}},K=function(t){var e=l(g(t.year+-543),2),n=e[0],r=e[1];return new ne(n,r,t.month,t.day)},z=function(t){return"minguo"===t.era?t.year+fe:1-t.year+fe},H=function(t){var e=t-fe;return e>0?["minguo",e]:["before_minguo",1-e]},$=function(t){var e=l(g(z(t)),2),n=e[0],r=e[1];return new ne(n,r,t.month,t.day)},q=function(t,e,r){var o=t>0?t-474:t-473,i=n(o,2820)+474,a=e<=7?31*(e-1):30*(e-1)+6;return 1948320+1029983*Math.floor(o/2820)+365*(i-1)+Math.floor((31*i-5)/128)+a+r},J=function(t,e,n,r){return r+Math.ceil(29.5*(n-1))+354*(e-1)+Math.floor((3+11*e)/30)+t-1},Y=function(t,e,n){var r=Math.floor((30*(n-e)+10646)/10631),o=Math.min(12,Math.ceil((n-(29+J(e,r,1,1)))/29.5)+1),i=n-J(e,r,o,1)+1;return new ne(t,r,o,i)},Q=function(t){return(14+11*t)%30<11},X=function(t){return be+Xt[t-me]},Z=function(t,e){var n=1<<11-(e-1);return Qt[t-me]&n?30:29},tt=function(t,e){for(var n=X(t),r=1;r<e;r++)n+=Z(t,r);return n},et=function(t){return Xt[t+1-me]-Xt[t-me]},nt=function(t){return n(7*t+1,19)<7},rt=function(t){var e=Math.floor((235*t-234)/19),r=12084+13753*e,o=29*e+Math.floor(r/25920);return n(3*(o+1),7)<3&&(o+=1),o},ot=function(t){return rt(t)+function(t){var e=rt(t-1),n=rt(t);return rt(t+1)-n==356?2:n-e==382?1:0}(t)},it=function(t){return ot(t+1)-ot(t)},at=function(t,e){if(e>=6&&!nt(t)&&e++,4===e||7===e||9===e||11===e||13===e)return 29;var n=function(t){var e=it(t);switch(e>380&&(e-=30),e){case 353:return 0;case 354:return 1;case 355:return 2}}(t);return 2===e?2===n?30:29:3===e?0===n?29:30:6===e?nt(t)?30:0:30},ut=function(t,e,n,r){return t+365*e+Math.floor(e/4)+30*(n-1)+r-1},st=function(t,e){var n=Math.floor(4*(e-t)/1461),r=1+Math.floor((e-ut(t,n,1,1))/30);return[n,r,e+1-ut(t,n,r,1)]},ct=function(t){return Math.floor(t%4/3)},lt=function(t,e){return e%13!=0?30:ct(t)+5},ft=function(t,e){var n=function(t,e,n){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}(t,e);return function(t,e){return e.get?e.get.call(t):e.value}(t,n)},pt=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},ht=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){pt(t,e,n[e])}))}return t},dt=function(t){return null!=t&&28===t.trim().length&&"T"===(t=t.trim())[10]&&":"===t[13]&&":"===t[16]&&"."===t[19]&&("+"===t[23]||"-"===t[23])&&(0,Ce.default)(t,Ne).isValid()},vt=function(t){return(0,Ce.default)(t).isToday()},yt=function(t){return dt(t)?(0,Ce.default)(t,Ne).toDate():null},mt=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=(0,Ce.default)(t);return e&&(n=n.utc()),n.format(Ne)},gt=function(t){return(0,Ce.default)(t).format("HH:mm")},bt=function(t){return Ce.default.utc(t).format("HH:mm A")},wt=function(t){return Ot(t,"DD - MMM - YYYY")},St=function(t){return Ot(t,"DD-MMM")},Ot=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"YYYY-MMM-DD";return(0,Ce.default)(t).format(e)},Et=function(t){return(0,Ce.default)(t).toDate()},jt=function(t,e){Be.register(t,e)},xt=function(t){var e,n,r=null!=t?t:kt();return Be.getCalendar((e=r,(null!=(n=Intl.Locale)&&"undefined"!=typeof Symbol&&n[Symbol.hasInstance]?n[Symbol.hasInstance](e):u(e,n))?r:new Intl.Locale(r)))},Pt=function(t,e){var n,r=kt(),o=new Intl.Locale(r),i=ht({},Le,{noToday:"am"===o.language},e),a=i.calendar,u=i.mode,s=i.time,c=i.day,l=i.year,f=i.noToday,p={calendar:null!=a?a:xt(o),year:l?"numeric":void 0,month:"short",day:c?"2-digit":void 0},h=(0,Ce.default)(t).isToday();if(h&&!f)n=(n=new Intl.RelativeTimeFormat(r,{numeric:"auto"}).format(0,"day"))[0].toLocaleUpperCase(r)+n.slice(1);else{"en"===o.language&&(r="en-GB");var d=new Intl.DateTimeFormat(r,p).formatToParts(t);("en"===o.language||"am"===o.language)&&"standard"==u&&l&&c&&(d=d.map(Fe("-"))),"wide"==u&&(d=d.map(Fe(" — "))),"ethiopic"===p.calendar&&(d=d.filter((function(t,e,n){return!("era"===t.type||"literal"===t.type&&e<n.length-1&&"era"===n[e+1].type)}))),n=d.map((function(t){return t.value})).join("")}return(!0===s||h&&"for today"===s)&&(n+=", ".concat(_t(t))),n},_t=function(t){return t.toLocaleTimeString(kt(),{hour:"2-digit",minute:"2-digit"})},At=function(t,e){return Pt(t,(n=ht({},e),r=null!=(r={time:!0})?r:{},Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(r)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n.push.apply(n,r)}return n}(Object(r)).forEach((function(t){Object.defineProperty(n,t,Object.getOwnPropertyDescriptor(r,t))})),n));var n,r},kt=function(){var t=window.i18next.language;return"ht"===(t=t.replace("_","-"))&&(t="fr-HT"),t},Tt=function(t,e){"string"==typeof e&&new Intl.Locale(e);var n=xt(e);return n?A(t,function(t){switch(t){case"buddhist":return new le;case"ethiopic":return new Ae;case"ethioaa":return new ke;case"coptic":return new Te;case"hebrew":return new je;case"indian":return new de;case"islamic-civil":return new we;case"islamic-tbla":return new Se;case"islamic-umalqura":return new Oe;case"japanese":return new ce;case"persian":return new he;case"roc":return new pe;default:return new Jt}}(n)):t},Ct=function(t){return(Date.UTC(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate())-Date.UTC(t.getUTCFullYear(),0,0))/24/60/60/1e3},It=function(t,e){var n=t.toISOString(),r=e.toISOString();return n.slice(0,n.indexOf("T"))===r.slice(0,r.indexOf("T"))},Dt=function(t){var e=new Date,n=new Date(t),r=e.getUTCMonth()-n.getUTCMonth(),o=e.getUTCDate()-n.getUTCDate(),i=e.getUTCFullYear()-n.getUTCFullYear();(r<0||0===r&&o<0)&&i--;var a=r>=0?r:r+12;o<0&&a--;var u=Ct(e)-Ct(n);u<0&&(u+=365);var s=Math.floor(u/7),c=kt();return 0===i?It(e,n)?new Intl.RelativeTimeFormat(c,{numeric:"auto"}).format(0,"day"):u<31?new Intl.NumberFormat(c,{style:"unit",unit:"day",unitDisplay:"short"}).format(u):new Intl.NumberFormat(c,{style:"unit",unit:"week",unitDisplay:"short"}).format(s):i<2?new Intl.NumberFormat(c,{style:"unit",unit:"month",unitDisplay:"short"}).format(a+12):new Intl.NumberFormat(c,{style:"unit",unit:"year",unitDisplay:"short"}).format(i)},Mt=function(t){return!window.offlineEnabled||(null!=t?t:navigator.onLine)},Rt=function(t){return Nt(Lt(t,"usual","official"))},Nt=function(t){var e;return t?null!==(e=t.text)&&void 0!==e?e:function(t){var e,n=null!==(e=t.given)&&void 0!==e?e:[];return(t.family?n.concat(t.family):n).join(" ")}(t):""},Lt=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];0==n.length&&(n=["usual"]);var o,i=!0,a=!1,u=void 0;try{for(var s,c=function(){var e,n=s.value,r=null===(e=t.name)||void 0===e?void 0:e.find((function(t){return function(t,e){return t.use?t.use===e:"usual"===e}(t,n)}));if(r)return{v:r}},l=n[Symbol.iterator]();!(i=(s=l.next()).done);i=!0){var f=c();if("object"==((o=f)&&"undefined"!=typeof Symbol&&o.constructor===Symbol?"symbol":void 0===o?"undefined":p(o)))return f.v}}catch(t){a=!0,u=t}finally{try{i||null==l.return||l.return()}finally{if(a)throw u}}},Ut=function(t,e){if(t===e||Object.is(t,e))return!0;if(Array.isArray(t)){if(!Array.isArray(e))return!1;if(t.length!==e.length)return!1;for(var n=0;n<t.length;n++)if(t[n]!==e[n])return!1;return!0}if(Array.isArray(e))return!1;if("object"!=typeof t||null===t||"object"!=typeof e||null===e)return!1;var r=Object.getOwnPropertyNames(t),o=Object.getOwnPropertyNames(e);return r.length===o.length&&r.every((function(n){return t[n]===e[n]}))},Bt=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.localStorage;try{return t.getItem("test"),!0}catch(t){return!1}},Ft=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},Vt=function(t){var e,n=function(t){if(Array.isArray(t))return t}(e=t.split("."))||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),3!==i.length);a=!0);}catch(t){u=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(e)||function(t,e){if(t){if("string"==typeof t)return Ft(t,3);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ft(t,3):void 0}}(e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),r=n[0],o=n[1],i=n[2];return"".concat(r,".").concat(o,".").concat(i)},Gt=function(t,e){var n=function(t){var e=t.indexOf("-");if(e>=0){var n=Vt(t.slice(0,e)),r=t.slice(e+1);return"".concat(n,"-").concat(r)}return Vt(t)}(e);return Ge.satisfies(n,t,{includePrerelease:!0})},Wt=function(t,e,n,r,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,o)},Kt=function(t){return function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){Wt(i,r,o,a,u,"next",t)}function u(t){Wt(i,r,o,a,u,"throw",t)}a(void 0)}))}},zt=function(t,e){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}},Ht=function(t){return We.apply(this,arguments)},$t=function(t){return Ke.apply(this,arguments)};h.r(v),h.d(v,{age:function(){return Dt},canAccessStorage:function(){return Bt},convertToLocaleCalendar:function(){return Tt},daysIntoYear:function(){return Ct},displayName:function(){return Rt},formatDate:function(){return Pt},formatDatetime:function(){return At},formatTime:function(){return _t},formattedName:function(){return Nt},getDefaultCalendar:function(){return xt},getDefaultsFromConfigSchema:function(){return Ve},getLocale:function(){return kt},isOmrsDateStrict:function(){return dt},isOmrsDateToday:function(){return vt},isOnline:function(){return Mt},isSameDay:function(){return It},isVersionSatisfied:function(){return Gt},parseDate:function(){return Et},registerDefaultCalendar:function(){return jt},retry:function(){return Ht},selectPreferredName:function(){return Lt},shallowEqual:function(){return Ut},toDateObjectStrict:function(){return yt},toOmrsDateFormat:function(){return Ot},toOmrsDayDateFormat:function(){return wt},toOmrsIsoString:function(){return mt},toOmrsTimeString:function(){return bt},toOmrsTimeString24:function(){return gt},toOmrsYearlessDateFormat:function(){return St}});var qt={standard:[31,28,31,30,31,30,31,31,30,31,30,31],leapyear:[31,29,31,30,31,30,31,31,30,31,30,31]},Jt=function(){function t(){e(this,t),this.identifier="gregory"}return r(t,[{key:"fromJulianDay",value:function(t){var e=t,r=e-1721426,o=Math.floor(r/146097),i=n(r,146097),a=Math.floor(i/36524),u=n(i,36524),s=Math.floor(u/1461),f=n(u,1461),p=Math.floor(f/365),h=l(g(400*o+100*a+4*s+p+(4!==a&&4!==p?1:0)),2),d=h[0],v=h[1],m=e-c(d,v,1,1),b=2;e<c(d,v,3,1)?b=0:y(v)&&(b=1);var w=Math.floor((12*(m+b)+373)/367),S=e-c(d,v,w,1)+1;return new ne(d,v,w,S)}},{key:"toJulianDay",value:function(t){return c(t.era,t.year,t.month,t.day)}},{key:"getDaysInMonth",value:function(t){return qt[y(t.year)?"leapyear":"standard"][t.month-1]}},{key:"getMonthsInYear",value:function(t){return 12}},{key:"getDaysInYear",value:function(t){return y(t.year)?366:365}},{key:"getYearsInEra",value:function(t){return 9999}},{key:"getEras",value:function(){return["BC","AD"]}},{key:"isInverseEra",value:function(t){return"BC"===t.era}},{key:"balanceDate",value:function(t){t.year<=0&&(t.era="BC"===t.era?"AD":"BC",t.year=1-t.year)}}]),t}(),Yt=null;new Map;var Qt,Xt,Zt=new Map,te=864e5,ee=new WeakMap,ne=function(){function n(){for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];e(this,n),t(this,ee,{writable:!0,value:void 0});var a=l(F(o),5),u=a[0],s=a[1],c=a[2],f=a[3],p=a[4];this.calendar=u,this.era=s,this.year=c,this.month=f,this.day=p,D(this)}return r(n,[{key:"copy",value:function(){return this.era?new n(this.calendar,this.era,this.year,this.month,this.day):new n(this.calendar,this.year,this.month,this.day)}},{key:"add",value:function(t){return k(this,t)}},{key:"subtract",value:function(t){return M(this,t)}},{key:"set",value:function(t){return R(this,t)}},{key:"cycle",value:function(t,e,n){return L(this,t,e,n)}},{key:"toDate",value:function(t){return P(this,t)}},{key:"toString",value:function(){return B(this)}},{key:"compare",value:function(t){return b(this,t)}}]),n}(),re=new WeakMap,oe=function(){function n(){for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];e(this,n),t(this,re,{writable:!0,value:void 0});var a=l(F(o),5),u=a[0],s=a[1],c=a[2],f=a[3],p=a[4];this.calendar=u,this.era=s,this.year=c,this.month=f,this.day=p,this.hour=o.shift()||0,this.minute=o.shift()||0,this.second=o.shift()||0,this.millisecond=o.shift()||0,D(this)}return r(n,[{key:"copy",value:function(){return this.era?new n(this.calendar,this.era,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond):new n(this.calendar,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond)}},{key:"add",value:function(t){return k(this,t)}},{key:"subtract",value:function(t){return M(this,t)}},{key:"set",value:function(t){return R(function(t,e){var n,r=t.copy();return null!=e.hour&&(r.hour=e.hour),null!=e.minute&&(r.minute=e.minute),null!=e.second&&(r.second=e.second),null!=e.millisecond&&(r.millisecond=e.millisecond),(n=r).millisecond=Math.max(0,Math.min(n.millisecond,1e3)),n.second=Math.max(0,Math.min(n.second,59)),n.minute=Math.max(0,Math.min(n.minute,59)),n.hour=Math.max(0,Math.min(n.hour,23)),r}(this,t),t)}},{key:"cycle",value:function(t,e,n){switch(t){case"era":case"year":case"month":case"day":return L(this,t,e,n);default:return function(t,e,n,r){var o=t.copy();switch(e){case"hour":var i=t.hour,a=0,u=23;if(12===(null==r?void 0:r.hourCycle)){var s=i>=12;a=s?12:0,u=s?23:11}o.hour=U(i,n,a,u,null==r?void 0:r.round);break;case"minute":o.minute=U(t.minute,n,0,59,null==r?void 0:r.round);break;case"second":o.second=U(t.second,n,0,59,null==r?void 0:r.round);break;case"millisecond":o.millisecond=U(t.millisecond,n,0,999,null==r?void 0:r.round);break;default:throw new Error("Unsupported field "+e)}return o}(this,t,e,n)}}},{key:"toDate",value:function(t,e){return P(this,t,e)}},{key:"toString",value:function(){return function(t){return"".concat(B(t),"T").concat((e=t,"".concat(String(e.hour).padStart(2,"0"),":").concat(String(e.minute).padStart(2,"0"),":").concat(String(e.second).padStart(2,"0")).concat(e.millisecond?String(e.millisecond/1e3).slice(1):"")));var e}(this)}},{key:"compare",value:function(t){var e=b(this,t);return 0===e?function(t,e){return w(t)-w(e)}(this,_(t)):e}}]),n}(),ie=[[1868,9,8],[1912,7,30],[1926,12,25],[1989,1,8],[2019,5,1]],ae=[[1912,7,29],[1926,12,24],[1989,1,7],[2019,4,30]],ue=[1867,1911,1925,1988,2018],se=["meiji","taisho","showa","heisei","reiwa"],ce=function(t){a(u,t);var n=d(u);function u(){for(var t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];var i;return e(this,u),(i=n.call.apply(n,[this].concat(f(r)))).identifier="japanese",s(i)}return r(u,[{key:"fromJulianDay",value:function(t){var e=o(i(u.prototype),"fromJulianDay",this).call(this,t),n=V(e);return new ne(this,se[n],e.year-ue[n],e.month,e.day)}},{key:"toJulianDay",value:function(t){return o(i(u.prototype),"toJulianDay",this).call(this,G(t))}},{key:"balanceDate",value:function(t){var e=G(t),n=V(e);se[n]!==t.era&&(t.era=se[n],t.year=e.year-ue[n]),this.constrainDate(t)}},{key:"constrainDate",value:function(t){var e=se.indexOf(t.era),n=ae[e];if(null!=n){var r=l(n,3),o=r[0],i=r[1],a=r[2],u=o-ue[e];t.year=Math.max(1,Math.min(u,t.year)),t.year===u&&(t.month=Math.min(i,t.month),t.month===i&&(t.day=Math.min(a,t.day)))}if(1===t.year&&e>=0){var s=l(ie[e],3),c=s[1],f=s[2];t.month=Math.max(c,t.month),t.month===c&&(t.day=Math.max(f,t.day))}}},{key:"getEras",value:function(){return se}},{key:"getYearsInEra",value:function(t){var e=se.indexOf(t.era),n=ie[e],r=ie[e+1];if(null==r)return 9999-n[0]+1;var o=r[0]-n[0];return(t.month<r[1]||t.month===r[1]&&t.day<r[2])&&o++,o}},{key:"getDaysInMonth",value:function(t){return o(i(u.prototype),"getDaysInMonth",this).call(this,G(t))}},{key:"getMinimumMonthInYear",value:function(t){var e=W(t);return e?e[1]:1}},{key:"getMinimumDayInMonth",value:function(t){var e=W(t);return e&&t.month===e[1]?e[2]:1}}]),u}(Jt),le=function(t){a(u,t);var n=d(u);function u(){for(var t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];var i;return e(this,u),(i=n.call.apply(n,[this].concat(f(r)))).identifier="buddhist",s(i)}return r(u,[{key:"fromJulianDay",value:function(t){var e=o(i(u.prototype),"fromJulianDay",this).call(this,t),n=m(e.era,e.year);return new ne(this,n- -543,e.month,e.day)}},{key:"toJulianDay",value:function(t){return o(i(u.prototype),"toJulianDay",this).call(this,K(t))}},{key:"getEras",value:function(){return["BE"]}},{key:"getDaysInMonth",value:function(t){return o(i(u.prototype),"getDaysInMonth",this).call(this,K(t))}},{key:"balanceDate",value:function(){}}]),u}(Jt),fe=1911,pe=function(t){a(u,t);var n=d(u);function u(){for(var t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];var i;return e(this,u),(i=n.call.apply(n,[this].concat(f(r)))).identifier="roc",s(i)}return r(u,[{key:"fromJulianDay",value:function(t){var e=o(i(u.prototype),"fromJulianDay",this).call(this,t),n=m(e.era,e.year),r=l(H(n),2),a=r[0],s=r[1];return new ne(this,a,s,e.month,e.day)}},{key:"toJulianDay",value:function(t){return o(i(u.prototype),"toJulianDay",this).call(this,$(t))}},{key:"getEras",value:function(){return["before_minguo","minguo"]}},{key:"balanceDate",value:function(t){var e=l(H(z(t)),2),n=e[0],r=e[1];t.era=n,t.year=r}},{key:"isInverseEra",value:function(t){return"before_minguo"===t.era}},{key:"getDaysInMonth",value:function(t){return o(i(u.prototype),"getDaysInMonth",this).call(this,$(t))}},{key:"getYearsInEra",value:function(t){return"before_minguo"===t.era?9999:9999-fe}}]),u}(Jt),he=function(){function t(){e(this,t),this.identifier="persian"}return r(t,[{key:"fromJulianDay",value:function(t){var e=t-q(475,1,1),r=Math.floor(e/1029983),o=n(e,1029983),i=474+2820*r+(1029982===o?2820:Math.floor((128*o+46878)/46751));i<=0&&i--;var a=t-q(i,1,1)+1,u=a<=186?Math.ceil(a/31):Math.ceil((a-6)/31),s=t-q(i,u,1)+1;return new ne(this,i,u,s)}},{key:"toJulianDay",value:function(t){return q(t.year,t.month,t.day)}},{key:"getMonthsInYear",value:function(){return 12}},{key:"getDaysInMonth",value:function(t){return t.month<=6?31:t.month<=11||function(t){var e=n(t>0?t-474:t-473,2820)+474;return n(31*(e+38),128)<31}(t.year)?30:29}},{key:"getEras",value:function(){return["AP"]}},{key:"getYearsInEra",value:function(){return 9377}}]),t}(),de=function(t){a(u,t);var n=d(u);function u(){for(var t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];var i;return e(this,u),(i=n.call.apply(n,[this].concat(f(r)))).identifier="indian",s(i)}return r(u,[{key:"fromJulianDay",value:function(t){var e,n,r,a=o(i(u.prototype),"fromJulianDay",this).call(this,t),s=a.year-78,l=t-c(a.era,a.year,1,1);if(l<80?(s--,l+=155+(e=y(a.year-1)?31:30)+90+10):(e=y(a.year)?31:30,l-=80),l<e)n=1,r=l+1;else{var f=l-e;f<155?(n=Math.floor(f/31)+2,r=f%31+1):(f-=155,n=Math.floor(f/30)+7,r=f%30+1)}return new ne(this,s,n,r)}},{key:"toJulianDay",value:function(t){var e,n,r=t.year+78,o=l(g(r),2),i=o[0],a=o[1];return y(a)?(e=31,n=c(i,a,3,21)):(e=30,n=c(i,a,3,22)),1===t.month?n+t.day-1:(n+=e+31*Math.min(t.month-2,5),t.month>=8&&(n+=30*(t.month-7)),n+=t.day-1)}},{key:"getDaysInMonth",value:function(t){return 1===t.month&&y(t.year+78)||t.month>=2&&t.month<=6?31:30}},{key:"getYearsInEra",value:function(){return 9919}},{key:"getEras",value:function(){return["saka"]}},{key:"balanceDate",value:function(){}}]),u}(Jt),ve=1948440,ye=1948439,me=1300,ge=1600,be=460322,we=function(){function t(){e(this,t),this.identifier="islamic-civil"}return r(t,[{key:"fromJulianDay",value:function(t){return Y(this,ve,t)}},{key:"toJulianDay",value:function(t){return J(ve,t.year,t.month,t.day)}},{key:"getDaysInMonth",value:function(t){var e=29+t.month%2;return 12===t.month&&Q(t.year)&&e++,e}},{key:"getMonthsInYear",value:function(){return 12}},{key:"getDaysInYear",value:function(t){return Q(t.year)?355:354}},{key:"getYearsInEra",value:function(){return 9665}},{key:"getEras",value:function(){return["AH"]}}]),t}(),Se=function(t){a(o,t);var n=d(o);function o(){for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];var a;return e(this,o),(a=n.call.apply(n,[this].concat(f(r)))).identifier="islamic-tbla",s(a)}return r(o,[{key:"fromJulianDay",value:function(t){return Y(this,ye,t)}},{key:"toJulianDay",value:function(t){return J(ye,t.year,t.month,t.day)}}]),o}(we),Oe=function(t){a(u,t);var n=d(u);function u(){var t;if(e(this,u),(t=n.call(this)).identifier="islamic-umalqura",Qt||(Qt=new Uint16Array(Uint8Array.from(atob("qgpUDckO1AbqBmwDrQpVBakGkgepC9QF2gpcBS0NlQZKB1QLagutBa4ETwoXBYsGpQbVCtYCWwmdBE0KJg2VDawFtgm6AlsKKwWVCsoG6Qr0AnYJtgJWCcoKpAvSC9kF3AJtCU0FpQpSC6ULtAW2CVcFlwJLBaMGUgdlC2oFqworBZUMSg2lDcoF1gpXCasESwmlClILagt1BXYCtwhbBFUFqQW0BdoJ3QRuAjYJqgpUDbIN1QXaAlsJqwRVCkkLZAtxC7QFtQpVCiUNkg7JDtQG6QprCasEkwpJDaQNsg25CroEWworBZUKKgtVC1wFvQQ9Ah0JlQpKC1oLbQW2AjsJmwRVBqkGVAdqC2wFrQpVBSkLkgupC9QF2gpaBasKlQVJB2QHqgu1BbYCVgpNDiULUgtqC60FrgIvCZcESwalBqwG1gpdBZ0ETQoWDZUNqgW1BdoCWwmtBJUFygbkBuoK9QS2AlYJqgpUC9IL2QXqAm0JrQSVCkoLpQuyBbUJ1gSXCkcFkwZJB1ULagVrCisFiwpGDaMNygXWCtsEawJLCaUKUgtpC3UFdgG3CFsCKwVlBbQF2gntBG0BtgimClINqQ3UBdoKWwmrBFMGKQdiB6kLsgW1ClUFJQuSDckO0gbpCmsFqwRVCikNVA2qDbUJugQ7CpsETQqqCtUK2gJdCV4ELgqaDFUNsga5BroEXQotBZUKUguoC7QLuQXaAloJSgukDdEO6AZqC20FNQWVBkoNqA3UDdoGWwWdAisGFQtKC5ULqgWuCi4JjwwnBZUGqgbWCl0FnQI="),(function(t){return t.charCodeAt(0)})).buffer)),!Xt){Xt=new Uint32Array(ge-me+1);for(var r=0,o=me;o<=ge;o++){Xt[o-me]=r;for(var i=1;i<=12;i++)r+=Z(o,i)}}return s(t)}return r(u,[{key:"fromJulianDay",value:function(t){var e=t-ve,n=X(me),r=X(ge);if(e<n||e>r)return o(i(u.prototype),"fromJulianDay",this).call(this,t);for(var a=me-1,s=1,c=1;c>0;){a++,c=e-X(a)+1;var l=et(a);if(c===l){s=12;break}if(c<l){var f=Z(a,s);for(s=1;c>f;)c-=f,s++,f=Z(a,s);break}}return new ne(this,a,s,e-tt(a,s)+1)}},{key:"toJulianDay",value:function(t){return t.year<me||t.year>ge?o(i(u.prototype),"toJulianDay",this).call(this,t):ve+tt(t.year,t.month)+(t.day-1)}},{key:"getDaysInMonth",value:function(t){return t.year<me||t.year>ge?o(i(u.prototype),"getDaysInMonth",this).call(this,t):Z(t.year,t.month)}},{key:"getDaysInYear",value:function(t){return t.year<me||t.year>ge?o(i(u.prototype),"getDaysInYear",this).call(this,t):et(t.year)}}]),u}(we),Ee=347997,je=function(){function t(){e(this,t),this.identifier="hebrew"}return r(t,[{key:"fromJulianDay",value:function(t){for(var e=t-Ee,n=25920*e/765433,r=Math.floor((19*n+234)/235)+1,o=ot(r),i=Math.floor(e-o);i<1;)r--,o=ot(r),i=Math.floor(e-o);for(var a=1,u=0;u<i;)u+=at(r,a),a++;return a--,u-=at(r,a),new ne(this,r,a,i-u)}},{key:"toJulianDay",value:function(t){for(var e=ot(t.year),n=1;n<t.month;n++)e+=at(t.year,n);return e+t.day+Ee}},{key:"getDaysInMonth",value:function(t){return at(t.year,t.month)}},{key:"getMonthsInYear",value:function(t){return nt(t.year)?13:12}},{key:"getDaysInYear",value:function(t){return it(t.year)}},{key:"getYearsInEra",value:function(){return 9999}},{key:"getEras",value:function(){return["AM"]}},{key:"balanceYearMonth",value:function(t,e){e.year!==t.year&&(nt(e.year)&&!nt(t.year)&&e.month>6?t.month--:!nt(e.year)&&nt(t.year)&&e.month>6&&t.month++)}}]),t}(),xe=1723856,Pe=1824665,_e=5500,Ae=function(){function t(){e(this,t),this.identifier="ethiopic"}return r(t,[{key:"fromJulianDay",value:function(t){var e=l(st(xe,t),3),n=e[0],r=e[1],o=e[2],i="AM";return n<=0&&(i="AA",n+=_e),new ne(this,i,n,r,o)}},{key:"toJulianDay",value:function(t){var e=t.year;return"AA"===t.era&&(e-=_e),ut(xe,e,t.month,t.day)}},{key:"getDaysInMonth",value:function(t){return lt(t.year,t.month)}},{key:"getMonthsInYear",value:function(){return 13}},{key:"getDaysInYear",value:function(t){return 365+ct(t.year)}},{key:"getYearsInEra",value:function(t){return"AA"===t.era?9999:9991}},{key:"getEras",value:function(){return["AA","AM"]}}]),t}(),ke=function(t){a(o,t);var n=d(o);function o(){for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];var a;return e(this,o),(a=n.call.apply(n,[this].concat(f(r)))).identifier="ethioaa",s(a)}return r(o,[{key:"fromJulianDay",value:function(t){var e=l(st(xe,t),3),n=e[0],r=e[1],o=e[2];return new ne(this,"AA",n+=_e,r,o)}},{key:"getEras",value:function(){return["AA"]}},{key:"getYearsInEra",value:function(){return 9999}}]),o}(Ae),Te=function(t){a(o,t);var n=d(o);function o(){for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];var a;return e(this,o),(a=n.call.apply(n,[this].concat(f(r)))).identifier="coptic",s(a)}return r(o,[{key:"fromJulianDay",value:function(t){var e=l(st(Pe,t),3),n=e[0],r=e[1],o=e[2],i="CE";return n<=0&&(i="BCE",n=1-n),new ne(this,i,n,r,o)}},{key:"toJulianDay",value:function(t){var e=t.year;return"BCE"===t.era&&(e=1-e),ut(Pe,e,t.month,t.day)}},{key:"getDaysInMonth",value:function(t){var e=t.year;return"BCE"===t.era&&(e=1-e),lt(e,t.month)}},{key:"isInverseEra",value:function(t){return"BCE"===t.era}},{key:"balanceDate",value:function(t){t.year<=0&&(t.era="BCE"===t.era?"CE":"BCE",t.year=1-t.year)}},{key:"getEras",value:function(){return["BCE","CE"]}},{key:"getYearsInEra",value:function(t){return"BCE"===t.era?9999:9715}}]),o}(Ae);new Map;var Ce=h(688),Ie=h(14),De=h.n(Ie),Me=h(332),Re=h.n(Me);Ce.default.extend(De()),Ce.default.extend(Re());var Ne="YYYY-MM-DDTHH:mm:ss.SSSZZ",Le={mode:"standard",time:"for today",day:!0,year:!0,noToday:!1},Ue=new WeakMap,Be=new(function(){function t(){var e,n;!function(t,e){if(!u(t,e))throw new TypeError("Cannot call a class as a function")}(this,t),e=Ue,n={writable:!0,value:new Map},function(t,e){if(e.has(t))throw new TypeError("Cannot initialize the same private elements twice on an object")}(this,e),e.set(this,n),ft(this,Ue).set("am","ethiopic")}var e;return(e=[{key:"register",value:function(t,e){ft(this,Ue).set(t,e)}},{key:"getCalendar",value:function(t){if(Boolean(t)){if(t.calendar)return t.calendar;if(t.region){var e="".concat(t.language,"-").concat(t.region);if(ft(this,Ue).has(e))return ft(this,Ue).get(e)}if(t.language&&ft(this,Ue).has(t.language))return ft(this,Ue).get(t.language);var n=new Intl.DateTimeFormat(t.toString()).resolvedOptions().calendar;return ft(this,Ue).set("".concat(t.language).concat(t.region?"-".concat(t.region):""),n),n}}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(t.prototype,e),t}()),Fe=function(t){return function(e,n,r){return"literal"!==e.type||" "!==e.value||n<r.length-1&&"era"===r[n+1].type?e:{type:"literal",value:t}}};function Ve(t){var e,n={},r=!0,o=!1,i=void 0;try{for(var a,u=Object.keys(t)[Symbol.iterator]();!(r=(a=u.next()).done);r=!0){var s=a.value;if(t[s].hasOwnProperty("_default"))n[s]=t[s]._default;else{if(s.startsWith("_"))continue;(e=t[s])&&e.constructor===Object?n[s]=Ve(t[s]):n[s]=t[s]}}}catch(t){o=!0,i=t}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}return n}var Ge=h(249);function We(){return We=Kt((function(t){var e,n,r,o,i,a,u,s=arguments;return zt(this,(function(c){switch(c.label){case 0:n=(e=s.length>1&&void 0!==s[1]?s[1]:{}).shouldRetry,r=e.getDelay,o=e.onError,n=null!=n?n:function(t){return function(t,e){return t<=5}(t)},r=null!=r?r:function(t){return function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2]?t+1:t;return e*Math.pow(2,n)}(t,1e3)},i=0,a=void 0,c.label=1;case 1:return c.trys.push([1,4,,5]),[4,$t(r(i))];case 2:return c.sent(),[4,t()];case 3:return[2,c.sent()];case 4:return u=c.sent(),null==o||o(u,i),a=u,[3,5];case 5:if(n(i++))return[3,1];c.label=6;case 6:throw a}}))})),We.apply(this,arguments)}function Ke(){return(Ke=Kt((function(t){return zt(this,(function(e){return t<=0?[2]:[2,new Promise((function(e){return setTimeout(e,t)}))]}))}))).apply(this,arguments)}}(),v}())}}}))},6488:(t,e,n)=>{"use strict";function r(t){if(Array.isArray(t))return t}n.d(e,{A:()=>r})},5152:(t,e,n)=>{"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}n.d(e,{A:()=>r})},4586:(t,e,n)=>{"use strict";n.d(e,{A:()=>o});var r=n(8515);function o(t,e,n){return(e=(0,r.A)(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},5405:(t,e,n)=>{"use strict";function r(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}n.d(e,{A:()=>r})},2296:(t,e,n)=>{"use strict";function r(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function o(t,e){if(t){if("string"==typeof t)return r(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(t,e):void 0}}n.d(e,{A:()=>o})}}]);
|