@medplum/app 3.2.20 → 3.2.22

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.
@@ -0,0 +1,582 @@
1
+ function KS(e,t){for(var n=0;n<t.length;n++){const r=t[n];if(typeof r!="string"&&!Array.isArray(r)){for(const o in r)if(o!=="default"&&!(o in e)){const i=Object.getOwnPropertyDescriptor(r,o);i&&Object.defineProperty(e,o,i.get?i:{enumerable:!0,get:()=>r[o]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))r(o);new MutationObserver(o=>{for(const i of o)if(i.type==="childList")for(const a of i.addedNodes)a.tagName==="LINK"&&a.rel==="modulepreload"&&r(a)}).observe(document,{childList:!0,subtree:!0});function n(o){const i={};return o.integrity&&(i.integrity=o.integrity),o.referrerPolicy&&(i.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?i.credentials="include":o.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function r(o){if(o.ep)return;o.ep=!0;const i=n(o);fetch(o.href,i)}})();var V0=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function rv(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var YS={exports:{}},Lf={},XS={exports:{}},Ke={};/**
2
+ * @license React
3
+ * react.production.min.js
4
+ *
5
+ * Copyright (c) Facebook, Inc. and its affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */var Yc=Symbol.for("react.element"),h_=Symbol.for("react.portal"),p_=Symbol.for("react.fragment"),m_=Symbol.for("react.strict_mode"),g_=Symbol.for("react.profiler"),v_=Symbol.for("react.provider"),y_=Symbol.for("react.context"),x_=Symbol.for("react.forward_ref"),b_=Symbol.for("react.suspense"),w_=Symbol.for("react.memo"),S_=Symbol.for("react.lazy"),W0=Symbol.iterator;function j_(e){return e===null||typeof e!="object"?null:(e=W0&&e[W0]||e["@@iterator"],typeof e=="function"?e:null)}var JS={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},ZS=Object.assign,ej={};function ul(e,t,n){this.props=e,this.context=t,this.refs=ej,this.updater=n||JS}ul.prototype.isReactComponent={};ul.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};ul.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function tj(){}tj.prototype=ul.prototype;function ov(e,t,n){this.props=e,this.context=t,this.refs=ej,this.updater=n||JS}var iv=ov.prototype=new tj;iv.constructor=ov;ZS(iv,ul.prototype);iv.isPureReactComponent=!0;var H0=Array.isArray,nj=Object.prototype.hasOwnProperty,sv={current:null},rj={key:!0,ref:!0,__self:!0,__source:!0};function oj(e,t,n){var r,o={},i=null,a=null;if(t!=null)for(r in t.ref!==void 0&&(a=t.ref),t.key!==void 0&&(i=""+t.key),t)nj.call(t,r)&&!rj.hasOwnProperty(r)&&(o[r]=t[r]);var l=arguments.length-2;if(l===1)o.children=n;else if(1<l){for(var c=Array(l),u=0;u<l;u++)c[u]=arguments[u+2];o.children=c}if(e&&e.defaultProps)for(r in l=e.defaultProps,l)o[r]===void 0&&(o[r]=l[r]);return{$$typeof:Yc,type:e,key:i,ref:a,props:o,_owner:sv.current}}function C_(e,t){return{$$typeof:Yc,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function av(e){return typeof e=="object"&&e!==null&&e.$$typeof===Yc}function E_(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(n){return t[n]})}var q0=/\/+/g;function dp(e,t){return typeof e=="object"&&e!==null&&e.key!=null?E_(""+e.key):t.toString(36)}function gd(e,t,n,r,o){var i=typeof e;(i==="undefined"||i==="boolean")&&(e=null);var a=!1;if(e===null)a=!0;else switch(i){case"string":case"number":a=!0;break;case"object":switch(e.$$typeof){case Yc:case h_:a=!0}}if(a)return a=e,o=o(a),e=r===""?"."+dp(a,0):r,H0(o)?(n="",e!=null&&(n=e.replace(q0,"$&/")+"/"),gd(o,t,n,"",function(u){return u})):o!=null&&(av(o)&&(o=C_(o,n+(!o.key||a&&a.key===o.key?"":(""+o.key).replace(q0,"$&/")+"/")+e)),t.push(o)),1;if(a=0,r=r===""?".":r+":",H0(e))for(var l=0;l<e.length;l++){i=e[l];var c=r+dp(i,l);a+=gd(i,t,n,c,o)}else if(c=j_(e),typeof c=="function")for(e=c.call(e),l=0;!(i=e.next()).done;)i=i.value,c=r+dp(i,l++),a+=gd(i,t,n,c,o);else if(i==="object")throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return a}function Lu(e,t,n){if(e==null)return e;var r=[],o=0;return gd(e,r,"","",function(i){return t.call(n,i,o++)}),r}function T_(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(n){(e._status===0||e._status===-1)&&(e._status=1,e._result=n)},function(n){(e._status===0||e._status===-1)&&(e._status=2,e._result=n)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var $n={current:null},vd={transition:null},P_={ReactCurrentDispatcher:$n,ReactCurrentBatchConfig:vd,ReactCurrentOwner:sv};Ke.Children={map:Lu,forEach:function(e,t,n){Lu(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return Lu(e,function(){t++}),t},toArray:function(e){return Lu(e,function(t){return t})||[]},only:function(e){if(!av(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};Ke.Component=ul;Ke.Fragment=p_;Ke.Profiler=g_;Ke.PureComponent=ov;Ke.StrictMode=m_;Ke.Suspense=b_;Ke.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=P_;Ke.cloneElement=function(e,t,n){if(e==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var r=ZS({},e.props),o=e.key,i=e.ref,a=e._owner;if(t!=null){if(t.ref!==void 0&&(i=t.ref,a=sv.current),t.key!==void 0&&(o=""+t.key),e.type&&e.type.defaultProps)var l=e.type.defaultProps;for(c in t)nj.call(t,c)&&!rj.hasOwnProperty(c)&&(r[c]=t[c]===void 0&&l!==void 0?l[c]:t[c])}var c=arguments.length-2;if(c===1)r.children=n;else if(1<c){l=Array(c);for(var u=0;u<c;u++)l[u]=arguments[u+2];r.children=l}return{$$typeof:Yc,type:e.type,key:o,ref:i,props:r,_owner:a}};Ke.createContext=function(e){return e={$$typeof:y_,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},e.Provider={$$typeof:v_,_context:e},e.Consumer=e};Ke.createElement=oj;Ke.createFactory=function(e){var t=oj.bind(null,e);return t.type=e,t};Ke.createRef=function(){return{current:null}};Ke.forwardRef=function(e){return{$$typeof:x_,render:e}};Ke.isValidElement=av;Ke.lazy=function(e){return{$$typeof:S_,_payload:{_status:-1,_result:e},_init:T_}};Ke.memo=function(e,t){return{$$typeof:w_,type:e,compare:t===void 0?null:t}};Ke.startTransition=function(e){var t=vd.transition;vd.transition={};try{e()}finally{vd.transition=t}};Ke.unstable_act=function(){throw Error("act(...) is not supported in production builds of React.")};Ke.useCallback=function(e,t){return $n.current.useCallback(e,t)};Ke.useContext=function(e){return $n.current.useContext(e)};Ke.useDebugValue=function(){};Ke.useDeferredValue=function(e){return $n.current.useDeferredValue(e)};Ke.useEffect=function(e,t){return $n.current.useEffect(e,t)};Ke.useId=function(){return $n.current.useId()};Ke.useImperativeHandle=function(e,t,n){return $n.current.useImperativeHandle(e,t,n)};Ke.useInsertionEffect=function(e,t){return $n.current.useInsertionEffect(e,t)};Ke.useLayoutEffect=function(e,t){return $n.current.useLayoutEffect(e,t)};Ke.useMemo=function(e,t){return $n.current.useMemo(e,t)};Ke.useReducer=function(e,t,n){return $n.current.useReducer(e,t,n)};Ke.useRef=function(e){return $n.current.useRef(e)};Ke.useState=function(e){return $n.current.useState(e)};Ke.useSyncExternalStore=function(e,t,n){return $n.current.useSyncExternalStore(e,t,n)};Ke.useTransition=function(){return $n.current.useTransition()};Ke.version="18.2.0";XS.exports=Ke;var p=XS.exports;const Jt=rv(p),ij=KS({__proto__:null,default:Jt},[p]);/**
10
+ * @license React
11
+ * react-jsx-runtime.production.min.js
12
+ *
13
+ * Copyright (c) Facebook, Inc. and its affiliates.
14
+ *
15
+ * This source code is licensed under the MIT license found in the
16
+ * LICENSE file in the root directory of this source tree.
17
+ */var k_=p,R_=Symbol.for("react.element"),__=Symbol.for("react.fragment"),D_=Object.prototype.hasOwnProperty,I_=k_.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,A_={key:!0,ref:!0,__self:!0,__source:!0};function sj(e,t,n){var r,o={},i=null,a=null;n!==void 0&&(i=""+n),t.key!==void 0&&(i=""+t.key),t.ref!==void 0&&(a=t.ref);for(r in t)D_.call(t,r)&&!A_.hasOwnProperty(r)&&(o[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps,t)o[r]===void 0&&(o[r]=t[r]);return{$$typeof:R_,type:e,key:i,ref:a,props:o,_owner:I_.current}}Lf.Fragment=__;Lf.jsx=sj;Lf.jsxs=sj;YS.exports=Lf;var s=YS.exports,lo=function(){return lo=Object.assign||function(t){for(var n,r=1,o=arguments.length;r<o;r++){n=arguments[r];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t},lo.apply(this,arguments)};function aj(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]]);return n}function N_(e,t,n){if(n||arguments.length===2)for(var r=0,o=t.length,i;r<o;r++)(i||!(r in t))&&(i||(i=Array.prototype.slice.call(t,0,r)),i[r]=t[r]);return e.concat(i||Array.prototype.slice.call(t))}var yd="right-scroll-bar-position",xd="width-before-scroll-bar",M_="with-scroll-bars-hidden",O_="--removed-body-scroll-bar-size";function fp(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function L_(e,t){var n=p.useState(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(r){var o=n.value;o!==r&&(n.value=r,n.callback(r,o))}}}})[0];return n.callback=t,n.facade}var $_=typeof window<"u"?p.useLayoutEffect:p.useEffect,G0=new WeakMap;function F_(e,t){var n=L_(null,function(r){return e.forEach(function(o){return fp(o,r)})});return $_(function(){var r=G0.get(n);if(r){var o=new Set(r),i=new Set(e),a=n.current;o.forEach(function(l){i.has(l)||fp(l,null)}),i.forEach(function(l){o.has(l)||fp(l,a)})}G0.set(n,e)},[e]),n}function z_(e){return e}function U_(e,t){t===void 0&&(t=z_);var n=[],r=!1,o={read:function(){if(r)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(i){var a=t(i,r);return n.push(a),function(){n=n.filter(function(l){return l!==a})}},assignSyncMedium:function(i){for(r=!0;n.length;){var a=n;n=[],a.forEach(i)}n={push:function(l){return i(l)},filter:function(){return n}}},assignMedium:function(i){r=!0;var a=[];if(n.length){var l=n;n=[],l.forEach(i),a=n}var c=function(){var d=a;a=[],d.forEach(i)},u=function(){return Promise.resolve().then(c)};u(),n={push:function(d){a.push(d),u()},filter:function(d){return a=a.filter(d),n}}}};return o}function B_(e){e===void 0&&(e={});var t=U_(null);return t.options=lo({async:!0,ssr:!1},e),t}var lj=function(e){var t=e.sideCar,n=aj(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw new Error("Sidecar medium not found");return p.createElement(r,lo({},n))};lj.isSideCarExport=!0;function V_(e,t){return e.useMedium(t),lj}var cj=B_(),hp=function(){},$f=p.forwardRef(function(e,t){var n=p.useRef(null),r=p.useState({onScrollCapture:hp,onWheelCapture:hp,onTouchMoveCapture:hp}),o=r[0],i=r[1],a=e.forwardProps,l=e.children,c=e.className,u=e.removeScrollBar,d=e.enabled,f=e.shards,h=e.sideCar,m=e.noIsolation,g=e.inert,v=e.allowPinchZoom,S=e.as,b=S===void 0?"div":S,x=e.gapMode,y=aj(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),w=h,C=F_([n,t]),j=lo(lo({},y),o);return p.createElement(p.Fragment,null,d&&p.createElement(w,{sideCar:cj,removeScrollBar:u,shards:f,noIsolation:m,inert:g,setCallbacks:i,allowPinchZoom:!!v,lockRef:n,gapMode:x}),a?p.cloneElement(p.Children.only(l),lo(lo({},j),{ref:C})):p.createElement(b,lo({},j,{className:c,ref:C}),l))});$f.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};$f.classNames={fullWidth:xd,zeroRight:yd};var W_=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function H_(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=W_();return t&&e.setAttribute("nonce",t),e}function q_(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function G_(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var Q_=function(){var e=0,t=null;return{add:function(n){e==0&&(t=H_())&&(q_(t,n),G_(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},K_=function(){var e=Q_();return function(t,n){p.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},uj=function(){var e=K_(),t=function(n){var r=n.styles,o=n.dynamic;return e(r,o),null};return t},Y_={left:0,top:0,right:0,gap:0},pp=function(e){return parseInt(e||"",10)||0},X_=function(e){var t=window.getComputedStyle(document.body),n=t[e==="padding"?"paddingLeft":"marginLeft"],r=t[e==="padding"?"paddingTop":"marginTop"],o=t[e==="padding"?"paddingRight":"marginRight"];return[pp(n),pp(r),pp(o)]},J_=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return Y_;var t=X_(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},Z_=uj(),Ma="data-scroll-locked",eD=function(e,t,n,r){var o=e.left,i=e.top,a=e.right,l=e.gap;return n===void 0&&(n="margin"),`
18
+ .`.concat(M_,` {
19
+ overflow: hidden `).concat(r,`;
20
+ padding-right: `).concat(l,"px ").concat(r,`;
21
+ }
22
+ body[`).concat(Ma,`] {
23
+ overflow: hidden `).concat(r,`;
24
+ overscroll-behavior: contain;
25
+ `).concat([t&&"position: relative ".concat(r,";"),n==="margin"&&`
26
+ padding-left: `.concat(o,`px;
27
+ padding-top: `).concat(i,`px;
28
+ padding-right: `).concat(a,`px;
29
+ margin-left:0;
30
+ margin-top:0;
31
+ margin-right: `).concat(l,"px ").concat(r,`;
32
+ `),n==="padding"&&"padding-right: ".concat(l,"px ").concat(r,";")].filter(Boolean).join(""),`
33
+ }
34
+
35
+ .`).concat(yd,` {
36
+ right: `).concat(l,"px ").concat(r,`;
37
+ }
38
+
39
+ .`).concat(xd,` {
40
+ margin-right: `).concat(l,"px ").concat(r,`;
41
+ }
42
+
43
+ .`).concat(yd," .").concat(yd,` {
44
+ right: 0 `).concat(r,`;
45
+ }
46
+
47
+ .`).concat(xd," .").concat(xd,` {
48
+ margin-right: 0 `).concat(r,`;
49
+ }
50
+
51
+ body[`).concat(Ma,`] {
52
+ `).concat(O_,": ").concat(l,`px;
53
+ }
54
+ `)},Q0=function(){var e=parseInt(document.body.getAttribute(Ma)||"0",10);return isFinite(e)?e:0},tD=function(){p.useEffect(function(){return document.body.setAttribute(Ma,(Q0()+1).toString()),function(){var e=Q0()-1;e<=0?document.body.removeAttribute(Ma):document.body.setAttribute(Ma,e.toString())}},[])},nD=function(e){var t=e.noRelative,n=e.noImportant,r=e.gapMode,o=r===void 0?"margin":r;tD();var i=p.useMemo(function(){return J_(o)},[o]);return p.createElement(Z_,{styles:eD(i,!t,o,n?"":"!important")})},xm=!1;if(typeof window<"u")try{var $u=Object.defineProperty({},"passive",{get:function(){return xm=!0,!0}});window.addEventListener("test",$u,$u),window.removeEventListener("test",$u,$u)}catch{xm=!1}var sa=xm?{passive:!1}:!1,rD=function(e){return e.tagName==="TEXTAREA"},dj=function(e,t){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return n[t]!=="hidden"&&!(n.overflowY===n.overflowX&&!rD(e)&&n[t]==="visible")},oD=function(e){return dj(e,"overflowY")},iD=function(e){return dj(e,"overflowX")},K0=function(e,t){var n=t.ownerDocument,r=t;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var o=fj(e,r);if(o){var i=hj(e,r),a=i[1],l=i[2];if(a>l)return!0}r=r.parentNode}while(r&&r!==n.body);return!1},sD=function(e){var t=e.scrollTop,n=e.scrollHeight,r=e.clientHeight;return[t,n,r]},aD=function(e){var t=e.scrollLeft,n=e.scrollWidth,r=e.clientWidth;return[t,n,r]},fj=function(e,t){return e==="v"?oD(t):iD(t)},hj=function(e,t){return e==="v"?sD(t):aD(t)},lD=function(e,t){return e==="h"&&t==="rtl"?-1:1},cD=function(e,t,n,r,o){var i=lD(e,window.getComputedStyle(t).direction),a=i*r,l=n.target,c=t.contains(l),u=!1,d=a>0,f=0,h=0;do{var m=hj(e,l),g=m[0],v=m[1],S=m[2],b=v-S-i*g;(g||b)&&fj(e,l)&&(f+=b,h+=g),l instanceof ShadowRoot?l=l.host:l=l.parentNode}while(!c&&l!==document.body||c&&(t.contains(l)||t===l));return(d&&(Math.abs(f)<1||!o)||!d&&(Math.abs(h)<1||!o))&&(u=!0),u},Fu=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Y0=function(e){return[e.deltaX,e.deltaY]},X0=function(e){return e&&"current"in e?e.current:e},uD=function(e,t){return e[0]===t[0]&&e[1]===t[1]},dD=function(e){return`
55
+ .block-interactivity-`.concat(e,` {pointer-events: none;}
56
+ .allow-interactivity-`).concat(e,` {pointer-events: all;}
57
+ `)},fD=0,aa=[];function hD(e){var t=p.useRef([]),n=p.useRef([0,0]),r=p.useRef(),o=p.useState(fD++)[0],i=p.useState(uj)[0],a=p.useRef(e);p.useEffect(function(){a.current=e},[e]),p.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(o));var v=N_([e.lockRef.current],(e.shards||[]).map(X0),!0).filter(Boolean);return v.forEach(function(S){return S.classList.add("allow-interactivity-".concat(o))}),function(){document.body.classList.remove("block-interactivity-".concat(o)),v.forEach(function(S){return S.classList.remove("allow-interactivity-".concat(o))})}}},[e.inert,e.lockRef.current,e.shards]);var l=p.useCallback(function(v,S){if("touches"in v&&v.touches.length===2||v.type==="wheel"&&v.ctrlKey)return!a.current.allowPinchZoom;var b=Fu(v),x=n.current,y="deltaX"in v?v.deltaX:x[0]-b[0],w="deltaY"in v?v.deltaY:x[1]-b[1],C,j=v.target,T=Math.abs(y)>Math.abs(w)?"h":"v";if("touches"in v&&T==="h"&&j.type==="range")return!1;var E=K0(T,j);if(!E)return!0;if(E?C=T:(C=T==="v"?"h":"v",E=K0(T,j)),!E)return!1;if(!r.current&&"changedTouches"in v&&(y||w)&&(r.current=C),!C)return!0;var R=r.current||C;return cD(R,S,v,R==="h"?y:w,!0)},[]),c=p.useCallback(function(v){var S=v;if(!(!aa.length||aa[aa.length-1]!==i)){var b="deltaY"in S?Y0(S):Fu(S),x=t.current.filter(function(C){return C.name===S.type&&(C.target===S.target||S.target===C.shadowParent)&&uD(C.delta,b)})[0];if(x&&x.should){S.cancelable&&S.preventDefault();return}if(!x){var y=(a.current.shards||[]).map(X0).filter(Boolean).filter(function(C){return C.contains(S.target)}),w=y.length>0?l(S,y[0]):!a.current.noIsolation;w&&S.cancelable&&S.preventDefault()}}},[]),u=p.useCallback(function(v,S,b,x){var y={name:v,delta:S,target:b,should:x,shadowParent:pD(b)};t.current.push(y),setTimeout(function(){t.current=t.current.filter(function(w){return w!==y})},1)},[]),d=p.useCallback(function(v){n.current=Fu(v),r.current=void 0},[]),f=p.useCallback(function(v){u(v.type,Y0(v),v.target,l(v,e.lockRef.current))},[]),h=p.useCallback(function(v){u(v.type,Fu(v),v.target,l(v,e.lockRef.current))},[]);p.useEffect(function(){return aa.push(i),e.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:h}),document.addEventListener("wheel",c,sa),document.addEventListener("touchmove",c,sa),document.addEventListener("touchstart",d,sa),function(){aa=aa.filter(function(v){return v!==i}),document.removeEventListener("wheel",c,sa),document.removeEventListener("touchmove",c,sa),document.removeEventListener("touchstart",d,sa)}},[]);var m=e.removeScrollBar,g=e.inert;return p.createElement(p.Fragment,null,g?p.createElement(i,{styles:dD(o)}):null,m?p.createElement(nD,{gapMode:e.gapMode}):null)}function pD(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const mD=V_(cj,hD);var Ff=p.forwardRef(function(e,t){return p.createElement($f,lo({},e,{ref:t,sideCar:mD}))});Ff.classNames=$f.classNames;function bt(e){return Object.keys(e)}function mp(e){return e&&typeof e=="object"&&!Array.isArray(e)}function lv(e,t){const n={...e},r=t;return mp(e)&&mp(t)&&Object.keys(t).forEach(o=>{mp(r[o])&&o in e?n[o]=lv(n[o],r[o]):n[o]=r[o]}),n}function gD(e){return e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}function vD(e){var t;return typeof e!="string"||!e.includes("var(--mantine-scale)")?e:(t=e.match(/^calc\((.*?)\)$/))==null?void 0:t[1].split("*")[0].trim()}function pc(e){const t=vD(e);return typeof t=="number"?t:typeof t=="string"?t.includes("calc")||t.includes("var")?t:t.includes("px")?Number(t.replace("px","")):t.includes("rem")?Number(t.replace("rem",""))*16:t.includes("em")?Number(t.replace("em",""))*16:Number(t):NaN}function gp(e){return e==="0rem"?"0rem":`calc(${e} * var(--mantine-scale))`}function pj(e,{shouldScale:t=!1}={}){function n(r){if(r===0||r==="0")return`0${e}`;if(typeof r=="number"){const o=`${r/16}${e}`;return t?gp(o):o}if(typeof r=="string"){if(r===""||r.startsWith("calc(")||r.startsWith("clamp(")||r.includes("rgba("))return r;if(r.includes(","))return r.split(",").map(i=>n(i)).join(",");if(r.includes(" "))return r.split(" ").map(i=>n(i)).join(" ");if(r.includes(e))return t?gp(r):r;const o=r.replace("px","");if(!Number.isNaN(Number(o))){const i=`${Number(o)/16}${e}`;return t?gp(i):i}}return r}return n}const B=pj("rem",{shouldScale:!0}),Od=pj("em");function Oi(e){return Object.keys(e).reduce((t,n)=>(e[n]!==void 0&&(t[n]=e[n]),t),{})}function mj(e){if(typeof e=="number")return!0;if(typeof e=="string"){if(e.startsWith("calc(")||e.startsWith("var(")||e.includes(" ")&&e.trim()!=="")return!0;const t=/^[+-]?[0-9]+(\.[0-9]+)?(px|em|rem|ex|ch|lh|rlh|vw|vh|vmin|vmax|vb|vi|svw|svh|lvw|lvh|dvw|dvh|cm|mm|in|pt|pc|q|cqw|cqh|cqi|cqb|cqmin|cqmax|%)?$/;return e.trim().split(/\s+/).every(r=>t.test(r))}return!1}function qo(e){return Array.isArray(e)||e===null?!1:typeof e=="object"?e.type!==p.Fragment:!1}function Fn(e){const t=p.createContext(null);return[({children:o,value:i})=>s.jsx(t.Provider,{value:i,children:o}),()=>{const o=p.useContext(t);if(o===null)throw new Error(e);return o}]}function Ns(e=null){const t=p.createContext(e);return[({children:o,value:i})=>s.jsx(t.Provider,{value:i,children:o}),()=>p.useContext(t)]}function J0(e,t){return n=>{if(typeof n!="string"||n.trim().length===0)throw new Error(t);return`${e}-${n}`}}function Ld(e,t){let n=e;for(;(n=n.parentElement)&&!n.matches(t););return n}function yD(e,t,n){for(let r=e-1;r>=0;r-=1)if(!t[r].disabled)return r;if(n){for(let r=t.length-1;r>-1;r-=1)if(!t[r].disabled)return r}return e}function xD(e,t,n){for(let r=e+1;r<t.length;r+=1)if(!t[r].disabled)return r;if(n){for(let r=0;r<t.length;r+=1)if(!t[r].disabled)return r}return e}function bD(e,t,n){return Ld(e,n)===Ld(t,n)}function gj({parentSelector:e,siblingSelector:t,onKeyDown:n,loop:r=!0,activateOnFocus:o=!1,dir:i="rtl",orientation:a}){return l=>{var g;n==null||n(l);const c=Array.from(((g=Ld(l.currentTarget,e))==null?void 0:g.querySelectorAll(t))||[]).filter(v=>bD(l.currentTarget,v,e)),u=c.findIndex(v=>l.currentTarget===v),d=xD(u,c,r),f=yD(u,c,r),h=i==="rtl"?f:d,m=i==="rtl"?d:f;switch(l.key){case"ArrowRight":{a==="horizontal"&&(l.stopPropagation(),l.preventDefault(),c[h].focus(),o&&c[h].click());break}case"ArrowLeft":{a==="horizontal"&&(l.stopPropagation(),l.preventDefault(),c[m].focus(),o&&c[m].click());break}case"ArrowUp":{a==="vertical"&&(l.stopPropagation(),l.preventDefault(),c[f].focus(),o&&c[f].click());break}case"ArrowDown":{a==="vertical"&&(l.stopPropagation(),l.preventDefault(),c[d].focus(),o&&c[d].click());break}case"Home":{l.stopPropagation(),l.preventDefault(),!c[0].disabled&&c[0].focus();break}case"End":{l.stopPropagation(),l.preventDefault();const v=c.length-1;!c[v].disabled&&c[v].focus();break}}}}const wD={app:100,modal:200,popover:300,overlay:400,max:9999};function Yr(e){return wD[e]}const SD=()=>{};function jD(e,t={active:!0}){return typeof e!="function"||!t.active?t.onKeyDown||SD:n=>{var r;n.key==="Escape"&&(e(n),(r=t.onTrigger)==null||r.call(t))}}function Me(e,t="size",n=!0){if(e!==void 0)return mj(e)?n?B(e):e:`var(--${t}-${e})`}function Yt(e){return Me(e,"mantine-spacing")}function dt(e){return e===void 0?"var(--mantine-radius-default)":Me(e,"mantine-radius")}function hn(e){return Me(e,"mantine-font-size")}function vj(e){return Me(e,"mantine-line-height",!1)}function cv(e){if(e)return Me(e,"mantine-shadow",!1)}function qn(e,t){return n=>{e==null||e(n),t==null||t(n)}}function uv(e,t){return e in t?pc(t[e]):pc(e)}function mc(e,t){const n=e.map(r=>({value:r,px:uv(r,t)}));return n.sort((r,o)=>r.px-o.px),n}function zr(e){return typeof e=="object"&&e!==null?"base"in e?e.base:void 0:e}function CD(e,t,n){var r;return n?Array.from(((r=Ld(n,t))==null?void 0:r.querySelectorAll(e))||[]).findIndex(o=>o===n):null}function ED(){const[e,t]=p.useState(-1);return[e,{setHovered:t,resetHovered:()=>t(-1)}]}function Nl(e,t,n){return t===void 0&&n===void 0?e:t!==void 0&&n===void 0?Math.max(e,t):Math.min(t===void 0&&n!==void 0?e:Math.max(e,t),n)}function dv(){return`mantine-${Math.random().toString(36).slice(2,11)}`}function Z0(e){return typeof e!="string"?"":e.charAt(0).toUpperCase()+e.slice(1)}function os(e){const t=p.useRef(e);return p.useEffect(()=>{t.current=e}),p.useMemo(()=>(...n)=>{var r;return(r=t.current)==null?void 0:r.call(t,...n)},[])}function zf(e,t){const n=os(e),r=p.useRef(0);return p.useEffect(()=>()=>window.clearTimeout(r.current),[]),p.useCallback((...o)=>{window.clearTimeout(r.current),r.current=window.setTimeout(()=>n(...o),t)},[n,t])}const e1=["mousedown","touchstart"];function TD(e,t,n){const r=p.useRef();return p.useEffect(()=>{const o=i=>{const{target:a}=i??{};if(Array.isArray(n)){const l=(a==null?void 0:a.hasAttribute("data-ignore-outside-clicks"))||!document.body.contains(a)&&a.tagName!=="HTML";n.every(u=>!!u&&!i.composedPath().includes(u))&&!l&&e()}else r.current&&!r.current.contains(a)&&e()};return(t||e1).forEach(i=>document.addEventListener(i,o)),()=>{(t||e1).forEach(i=>document.removeEventListener(i,o))}},[r,e,n]),r}function yj({timeout:e=2e3}={}){const[t,n]=p.useState(null),[r,o]=p.useState(!1),[i,a]=p.useState(null),l=d=>{window.clearTimeout(i),a(window.setTimeout(()=>o(!1),e)),o(d)};return{copy:d=>{"clipboard"in navigator?navigator.clipboard.writeText(d).then(()=>l(!0)).catch(f=>n(f)):n(new Error("useClipboard: navigator.clipboard is not supported"))},reset:()=>{o(!1),n(null),window.clearTimeout(i)},error:t,copied:r}}function PD(e,t){try{return e.addEventListener("change",t),()=>e.removeEventListener("change",t)}catch{return e.addListener(t),()=>e.removeListener(t)}}function kD(e,t){return typeof window<"u"&&"matchMedia"in window?window.matchMedia(e).matches:!1}function xj(e,t,{getInitialValueInEffect:n}={getInitialValueInEffect:!0}){const[r,o]=p.useState(n?t:kD(e)),i=p.useRef();return p.useEffect(()=>{if("matchMedia"in window)return i.current=window.matchMedia(e),o(i.current.matches),PD(i.current,a=>o(a.matches))},[e]),r}function RD(e,t){return xj("(prefers-color-scheme: dark)",e==="dark",t)?"dark":"light"}const dl=typeof document<"u"?p.useLayoutEffect:p.useEffect;function Mo(e,t){const n=p.useRef(!1);p.useEffect(()=>()=>{n.current=!1},[]),p.useEffect(()=>{if(n.current)return e();n.current=!0},t)}function bj({opened:e,shouldReturnFocus:t=!0}){const n=p.useRef(),r=()=>{var o;n.current&&"focus"in n.current&&typeof n.current.focus=="function"&&((o=n.current)==null||o.focus({preventScroll:!0}))};return Mo(()=>{let o=-1;const i=a=>{a.key==="Tab"&&window.clearTimeout(o)};return document.addEventListener("keydown",i),e?n.current=document.activeElement:t&&(o=window.setTimeout(r,10)),()=>{window.clearTimeout(o),document.removeEventListener("keydown",i)}},[e,t]),r}function _D(e,t="body > :not(script)"){const n=dv(),r=Array.from(document.querySelectorAll(t)).map(o=>{var c;if((c=o==null?void 0:o.shadowRoot)!=null&&c.contains(e)||o.contains(e))return;const i=o.getAttribute("aria-hidden"),a=o.getAttribute("data-hidden"),l=o.getAttribute("data-focus-id");return o.setAttribute("data-focus-id",n),i===null||i==="false"?o.setAttribute("aria-hidden","true"):!a&&!l&&o.setAttribute("data-hidden",i),{node:o,ariaHidden:a||null}});return()=>{r.forEach(o=>{!o||n!==o.node.getAttribute("data-focus-id")||(o.ariaHidden===null?o.node.removeAttribute("aria-hidden"):o.node.setAttribute("aria-hidden",o.ariaHidden),o.node.removeAttribute("data-focus-id"),o.node.removeAttribute("data-hidden"))})}}const DD=/input|select|textarea|button|object/,wj="a, input, select, textarea, button, object, [tabindex]";function ID(e){return e.style.display==="none"}function AD(e){if(e.getAttribute("aria-hidden")||e.getAttribute("hidden")||e.getAttribute("type")==="hidden")return!1;let n=e;for(;n&&!(n===document.body||n.nodeType===11);){if(ID(n))return!1;n=n.parentNode}return!0}function Sj(e){let t=e.getAttribute("tabindex");return t===null&&(t=void 0),parseInt(t,10)}function bm(e){const t=e.nodeName.toLowerCase(),n=!Number.isNaN(Sj(e));return(DD.test(t)&&!e.disabled||e instanceof HTMLAnchorElement&&e.href||n)&&AD(e)}function jj(e){const t=Sj(e);return(Number.isNaN(t)||t>=0)&&bm(e)}function ND(e){return Array.from(e.querySelectorAll(wj)).filter(jj)}function MD(e,t){const n=ND(e);if(!n.length){t.preventDefault();return}const r=n[t.shiftKey?0:n.length-1],o=e.getRootNode();let i=r===o.activeElement||e===o.activeElement;const a=o.activeElement;if(a.tagName==="INPUT"&&a.getAttribute("type")==="radio"&&(i=n.filter(d=>d.getAttribute("type")==="radio"&&d.getAttribute("name")===a.getAttribute("name")).includes(r)),!i)return;t.preventDefault();const c=n[t.shiftKey?n.length-1:0];c&&c.focus()}function OD(e=!0){const t=p.useRef(),n=p.useRef(null),r=i=>{let a=i.querySelector("[data-autofocus]");if(!a){const l=Array.from(i.querySelectorAll(wj));a=l.find(jj)||l.find(bm)||null,!a&&bm(i)&&(a=i)}a&&a.focus({preventScroll:!0})},o=p.useCallback(i=>{if(e){if(i===null){n.current&&(n.current(),n.current=null);return}n.current=_D(i),t.current!==i&&(i?(setTimeout(()=>{i.getRootNode()&&r(i)}),t.current=i):t.current=null)}},[e]);return p.useEffect(()=>{if(!e)return;t.current&&setTimeout(()=>r(t.current));const i=a=>{a.key==="Tab"&&t.current&&MD(t.current,a)};return document.addEventListener("keydown",i),()=>{document.removeEventListener("keydown",i),n.current&&n.current()}},[e]),o}const LD=e=>(e+1)%1e6;function $D(){const[,e]=p.useReducer(LD,0);return e}const FD=Jt.useId||(()=>{});function zD(){const e=FD();return e?`mantine-${e.replace(/:/g,"")}`:""}function zn(e){const t=zD(),[n,r]=p.useState(t);return dl(()=>{r(dv())},[]),typeof e=="string"?e:typeof window>"u"?t:n}function Cj(e,t,n){p.useEffect(()=>(window.addEventListener(e,t,n),()=>window.removeEventListener(e,t,n)),[e,t])}function Uf(e,t){typeof e=="function"?e(t):typeof e=="object"&&e!==null&&"current"in e&&(e.current=t)}function UD(...e){return t=>{e.forEach(n=>Uf(n,t))}}function nn(...e){return p.useCallback(UD(...e),e)}function xn({value:e,defaultValue:t,finalValue:n,onChange:r=()=>{}}){const[o,i]=p.useState(t!==void 0?t:n),a=(l,...c)=>{i(l),r==null||r(l,...c)};return e!==void 0?[e,r,!0]:[o,a,!1]}function ii(e,t){const n=t-e+1;return Array.from({length:n},(r,o)=>o+e)}const zu="dots";function BD({total:e,siblings:t=1,boundaries:n=1,page:r,initialPage:o=1,onChange:i}){const a=Math.max(Math.trunc(e),0),[l,c]=xn({value:r,onChange:i,defaultValue:o,finalValue:o}),u=v=>{v<=0?c(1):v>a?c(a):c(v)},d=()=>u(l+1),f=()=>u(l-1),h=()=>u(1),m=()=>u(a);return{range:p.useMemo(()=>{if(t*2+3+n*2>=a)return ii(1,a);const S=Math.max(l-t,n),b=Math.min(l+t,a-n),x=S>n+2,y=b<a-(n+1);if(!x&&y){const w=t*2+n+2;return[...ii(1,w),zu,...ii(a-(n-1),a)]}if(x&&!y){const w=n+1+2*t;return[...ii(1,n),zu,...ii(a-w,a)]}return[...ii(1,n),zu,...ii(S,b),zu,...ii(a-n+1,a)]},[a,t,l]),active:l,setPage:u,next:d,previous:f,first:h,last:m}}function fv(e,t){return xj("(prefers-reduced-motion: reduce)",e,t)}function Bf(e=!1,t){const{onOpen:n,onClose:r}={},[o,i]=p.useState(e),a=p.useCallback(()=>{i(u=>u||(n==null||n(),!0))},[n]),l=p.useCallback(()=>{i(u=>u&&(r==null||r(),!1))},[r]),c=p.useCallback(()=>{o?l():a()},[l,a,o]);return[o,{open:a,close:l,toggle:c}]}function VD(e,t,n={autoInvoke:!1}){const r=p.useRef(null),o=p.useCallback((...a)=>{r.current||(r.current=window.setTimeout(()=>{e(a),r.current=null},t))},[t]),i=p.useCallback(()=>{r.current&&(window.clearTimeout(r.current),r.current=null)},[]);return p.useEffect(()=>(n.autoInvoke&&o(),i),[i,o]),{start:o,clear:i}}function WD(e,t,n){const r=p.useRef(),o=p.useRef(null);return p.useEffect(()=>{const i=typeof n=="function"?n():n;return(i||o.current)&&(r.current=new MutationObserver(e),r.current.observe(i||o.current,t)),()=>{var a;(a=r.current)==null||a.disconnect()}},[e,t]),o}function HD(){const[e,t]=p.useState(!1);return p.useEffect(()=>t(!0),[]),e}var qD={};function Ej(){return typeof process<"u"&&qD?"production":"development"}function Vf(e){var n;const t=Jt.version;return typeof Jt.version!="string"||t.startsWith("18.")?e==null?void 0:e.ref:(n=e==null?void 0:e.props)==null?void 0:n.ref}function Tj(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(n=Tj(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function rt(){for(var e,t,n=0,r="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=Tj(e))&&(r&&(r+=" "),r+=t);return r}const GD={};function QD(e){const t={};return e.forEach(n=>{Object.entries(n).forEach(([r,o])=>{t[r]?t[r]=rt(t[r],o):t[r]=o})}),t}function Wf({theme:e,classNames:t,props:n,stylesCtx:r}){const i=(Array.isArray(t)?t:[t]).map(a=>typeof a=="function"?a(e,n,r):a||GD);return QD(i)}function $d({theme:e,styles:t,props:n,stylesCtx:r}){return(Array.isArray(t)?t:[t]).reduce((i,a)=>typeof a=="function"?{...i,...a(e,n,r)}:{...i,...a},{})}const hv=p.createContext(null);function Li(){const e=p.useContext(hv);if(!e)throw new Error("[@mantine/core] MantineProvider was not found in tree");return e}function KD(){return Li().cssVariablesResolver}function YD(){return Li().classNamesPrefix}function Hf(){return Li().getStyleNonce}function XD(){return Li().withStaticClasses}function JD(){return Li().headless}function ZD(){var e;return(e=Li().stylesTransform)==null?void 0:e.sx}function eI(){var e;return(e=Li().stylesTransform)==null?void 0:e.styles}function tI(e){return/^#?([0-9A-F]{3}){1,2}([0-9A-F]{2})?$/i.test(e)}function nI(e){let t=e.replace("#","");if(t.length===3){const a=t.split("");t=[a[0],a[0],a[1],a[1],a[2],a[2]].join("")}if(t.length===8){const a=parseInt(t.slice(6,8),16)/255;return{r:parseInt(t.slice(0,2),16),g:parseInt(t.slice(2,4),16),b:parseInt(t.slice(4,6),16),a}}const n=parseInt(t,16),r=n>>16&255,o=n>>8&255,i=n&255;return{r,g:o,b:i,a:1}}function rI(e){const[t,n,r,o]=e.replace(/[^0-9,./]/g,"").split(/[/,]/).map(Number);return{r:t,g:n,b:r,a:o||1}}function oI(e){const t=/^hsla?\(\s*(\d+)\s*,\s*(\d+%)\s*,\s*(\d+%)\s*(,\s*(0?\.\d+|\d+(\.\d+)?))?\s*\)$/i,n=e.match(t);if(!n)return{r:0,g:0,b:0,a:1};const r=parseInt(n[1],10),o=parseInt(n[2],10)/100,i=parseInt(n[3],10)/100,a=n[5]?parseFloat(n[5]):void 0,l=(1-Math.abs(2*i-1))*o,c=r/60,u=l*(1-Math.abs(c%2-1)),d=i-l/2;let f,h,m;return c>=0&&c<1?(f=l,h=u,m=0):c>=1&&c<2?(f=u,h=l,m=0):c>=2&&c<3?(f=0,h=l,m=u):c>=3&&c<4?(f=0,h=u,m=l):c>=4&&c<5?(f=u,h=0,m=l):(f=l,h=0,m=u),{r:Math.round((f+d)*255),g:Math.round((h+d)*255),b:Math.round((m+d)*255),a:a||1}}function pv(e){return tI(e)?nI(e):e.startsWith("rgb")?rI(e):e.startsWith("hsl")?oI(e):{r:0,g:0,b:0,a:1}}function Uu(e,t){if(e.startsWith("var("))return`color-mix(in srgb, ${e}, black ${t*100}%)`;const{r:n,g:r,b:o,a:i}=pv(e),a=1-t,l=c=>Math.round(c*a);return`rgba(${l(n)}, ${l(r)}, ${l(o)}, ${i})`}function gc(e,t){return typeof e.primaryShade=="number"?e.primaryShade:t==="dark"?e.primaryShade.dark:e.primaryShade.light}function vp(e){return e<=.03928?e/12.92:((e+.055)/1.055)**2.4}function iI(e){const t=e.match(/oklch\((.*?)%\s/);return t?parseFloat(t[1]):null}function sI(e){if(e.startsWith("oklch("))return(iI(e)||0)/100;const{r:t,g:n,b:r}=pv(e),o=t/255,i=n/255,a=r/255,l=vp(o),c=vp(i),u=vp(a);return .2126*l+.7152*c+.0722*u}function Ml(e,t=.179){return e.startsWith("var(")?!1:sI(e)>t}function Sr({color:e,theme:t,colorScheme:n}){if(typeof e!="string")throw new Error(`[@mantine/core] Failed to parse color. Expected color to be a string, instead got ${typeof e}`);if(e==="bright")return{color:e,value:n==="dark"?t.white:t.black,shade:void 0,isThemeColor:!1,isLight:Ml(n==="dark"?t.white:t.black,t.luminanceThreshold),variable:"--mantine-color-bright"};if(e==="dimmed")return{color:e,value:n==="dark"?t.colors.dark[2]:t.colors.gray[7],shade:void 0,isThemeColor:!1,isLight:Ml(n==="dark"?t.colors.dark[2]:t.colors.gray[6],t.luminanceThreshold),variable:"--mantine-color-dimmed"};if(e==="white"||e==="black")return{color:e,value:e==="white"?t.white:t.black,shade:void 0,isThemeColor:!1,isLight:Ml(e==="white"?t.white:t.black,t.luminanceThreshold),variable:`--mantine-color-${e}`};const[r,o]=e.split("."),i=o?Number(o):void 0,a=r in t.colors;if(a){const l=i!==void 0?t.colors[r][i]:t.colors[r][gc(t,n||"light")];return{color:r,value:l,shade:i,isThemeColor:a,isLight:Ml(l,t.luminanceThreshold),variable:o?`--mantine-color-${r}-${i}`:`--mantine-color-${r}-filled`}}return{color:e,value:e,isThemeColor:a,isLight:Ml(e,t.luminanceThreshold),shade:i,variable:void 0}}function ut(e,t){const n=Sr({color:e||t.primaryColor,theme:t});return n.variable?`var(${n.variable})`:e}function wm(e,t){const n={from:(e==null?void 0:e.from)||t.defaultGradient.from,to:(e==null?void 0:e.to)||t.defaultGradient.to,deg:(e==null?void 0:e.deg)||t.defaultGradient.deg||0},r=ut(n.from,t),o=ut(n.to,t);return`linear-gradient(${n.deg}deg, ${r} 0%, ${o} 100%)`}function gr(e,t){if(typeof e!="string"||t>1||t<0)return"rgba(0, 0, 0, 1)";if(e.startsWith("var(")){const i=(1-t)*100;return`color-mix(in srgb, ${e}, transparent ${i}%)`}if(e.startsWith("oklch"))return e.includes("/")?e.replace(/\/\s*[\d.]+\s*\)/,`/ ${t})`):e.replace(")",` / ${t})`);const{r:n,g:r,b:o}=pv(e);return`rgba(${n}, ${r}, ${o}, ${t})`}const la=gr,aI=({color:e,theme:t,variant:n,gradient:r,autoContrast:o})=>{const i=Sr({color:e,theme:t}),a=typeof o=="boolean"?o:t.autoContrast;if(n==="filled"){const l=a&&i.isLight?"var(--mantine-color-black)":"var(--mantine-color-white)";return i.isThemeColor?i.shade===void 0?{background:`var(--mantine-color-${e}-filled)`,hover:`var(--mantine-color-${e}-filled-hover)`,color:l,border:`${B(1)} solid transparent`}:{background:`var(--mantine-color-${i.color}-${i.shade})`,hover:`var(--mantine-color-${i.color}-${i.shade===9?8:i.shade+1})`,color:l,border:`${B(1)} solid transparent`}:{background:e,hover:Uu(e,.1),color:l,border:`${B(1)} solid transparent`}}if(n==="light"){if(i.isThemeColor){if(i.shade===void 0)return{background:`var(--mantine-color-${e}-light)`,hover:`var(--mantine-color-${e}-light-hover)`,color:`var(--mantine-color-${e}-light-color)`,border:`${B(1)} solid transparent`};const l=t.colors[i.color][i.shade];return{background:gr(l,.1),hover:gr(l,.12),color:`var(--mantine-color-${i.color}-${Math.min(i.shade,6)})`,border:`${B(1)} solid transparent`}}return{background:gr(e,.1),hover:gr(e,.12),color:e,border:`${B(1)} solid transparent`}}if(n==="outline")return i.isThemeColor?i.shade===void 0?{background:"transparent",hover:`var(--mantine-color-${e}-outline-hover)`,color:`var(--mantine-color-${e}-outline)`,border:`${B(1)} solid var(--mantine-color-${e}-outline)`}:{background:"transparent",hover:gr(t.colors[i.color][i.shade],.05),color:`var(--mantine-color-${i.color}-${i.shade})`,border:`${B(1)} solid var(--mantine-color-${i.color}-${i.shade})`}:{background:"transparent",hover:gr(e,.05),color:e,border:`${B(1)} solid ${e}`};if(n==="subtle"){if(i.isThemeColor){if(i.shade===void 0)return{background:"transparent",hover:`var(--mantine-color-${e}-light-hover)`,color:`var(--mantine-color-${e}-light-color)`,border:`${B(1)} solid transparent`};const l=t.colors[i.color][i.shade];return{background:"transparent",hover:gr(l,.12),color:`var(--mantine-color-${i.color}-${Math.min(i.shade,6)})`,border:`${B(1)} solid transparent`}}return{background:"transparent",hover:gr(e,.12),color:e,border:`${B(1)} solid transparent`}}return n==="transparent"?i.isThemeColor?i.shade===void 0?{background:"transparent",hover:"transparent",color:`var(--mantine-color-${e}-light-color)`,border:`${B(1)} solid transparent`}:{background:"transparent",hover:"transparent",color:`var(--mantine-color-${i.color}-${Math.min(i.shade,6)})`,border:`${B(1)} solid transparent`}:{background:"transparent",hover:"transparent",color:e,border:`${B(1)} solid transparent`}:n==="white"?i.isThemeColor?i.shade===void 0?{background:"var(--mantine-color-white)",hover:Uu(t.white,.01),color:`var(--mantine-color-${e}-filled)`,border:`${B(1)} solid transparent`}:{background:"var(--mantine-color-white)",hover:Uu(t.white,.01),color:`var(--mantine-color-${i.color}-${i.shade})`,border:`${B(1)} solid transparent`}:{background:"var(--mantine-color-white)",hover:Uu(t.white,.01),color:e,border:`${B(1)} solid transparent`}:n==="gradient"?{background:wm(r,t),hover:wm(r,t),color:"var(--mantine-color-white)",border:"none"}:n==="default"?{background:"var(--mantine-color-default)",hover:"var(--mantine-color-default-hover)",color:"var(--mantine-color-default-color)",border:`${B(1)} solid var(--mantine-color-default-border)`}:{}},lI={dark:["#C9C9C9","#b8b8b8","#828282","#696969","#424242","#3b3b3b","#2e2e2e","#242424","#1f1f1f","#141414"],gray:["#f8f9fa","#f1f3f5","#e9ecef","#dee2e6","#ced4da","#adb5bd","#868e96","#495057","#343a40","#212529"],red:["#fff5f5","#ffe3e3","#ffc9c9","#ffa8a8","#ff8787","#ff6b6b","#fa5252","#f03e3e","#e03131","#c92a2a"],pink:["#fff0f6","#ffdeeb","#fcc2d7","#faa2c1","#f783ac","#f06595","#e64980","#d6336c","#c2255c","#a61e4d"],grape:["#f8f0fc","#f3d9fa","#eebefa","#e599f7","#da77f2","#cc5de8","#be4bdb","#ae3ec9","#9c36b5","#862e9c"],violet:["#f3f0ff","#e5dbff","#d0bfff","#b197fc","#9775fa","#845ef7","#7950f2","#7048e8","#6741d9","#5f3dc4"],indigo:["#edf2ff","#dbe4ff","#bac8ff","#91a7ff","#748ffc","#5c7cfa","#4c6ef5","#4263eb","#3b5bdb","#364fc7"],blue:["#e7f5ff","#d0ebff","#a5d8ff","#74c0fc","#4dabf7","#339af0","#228be6","#1c7ed6","#1971c2","#1864ab"],cyan:["#e3fafc","#c5f6fa","#99e9f2","#66d9e8","#3bc9db","#22b8cf","#15aabf","#1098ad","#0c8599","#0b7285"],teal:["#e6fcf5","#c3fae8","#96f2d7","#63e6be","#38d9a9","#20c997","#12b886","#0ca678","#099268","#087f5b"],green:["#ebfbee","#d3f9d8","#b2f2bb","#8ce99a","#69db7c","#51cf66","#40c057","#37b24d","#2f9e44","#2b8a3e"],lime:["#f4fce3","#e9fac8","#d8f5a2","#c0eb75","#a9e34b","#94d82d","#82c91e","#74b816","#66a80f","#5c940d"],yellow:["#fff9db","#fff3bf","#ffec99","#ffe066","#ffd43b","#fcc419","#fab005","#f59f00","#f08c00","#e67700"],orange:["#fff4e6","#ffe8cc","#ffd8a8","#ffc078","#ffa94d","#ff922b","#fd7e14","#f76707","#e8590c","#d9480f"]},t1="-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji",mv={scale:1,fontSmoothing:!0,focusRing:"auto",white:"#fff",black:"#000",colors:lI,primaryShade:{light:6,dark:8},primaryColor:"blue",variantColorResolver:aI,autoContrast:!1,luminanceThreshold:.3,fontFamily:t1,fontFamilyMonospace:"ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace",respectReducedMotion:!1,cursorType:"default",defaultGradient:{from:"blue",to:"cyan",deg:45},defaultRadius:"sm",activeClassName:"mantine-active",focusClassName:"",headings:{fontFamily:t1,fontWeight:"700",textWrap:"wrap",sizes:{h1:{fontSize:B(34),lineHeight:"1.3"},h2:{fontSize:B(26),lineHeight:"1.35"},h3:{fontSize:B(22),lineHeight:"1.4"},h4:{fontSize:B(18),lineHeight:"1.45"},h5:{fontSize:B(16),lineHeight:"1.5"},h6:{fontSize:B(14),lineHeight:"1.5"}}},fontSizes:{xs:B(12),sm:B(14),md:B(16),lg:B(18),xl:B(20)},lineHeights:{xs:"1.4",sm:"1.45",md:"1.55",lg:"1.6",xl:"1.65"},radius:{xs:B(2),sm:B(4),md:B(8),lg:B(16),xl:B(32)},spacing:{xs:B(10),sm:B(12),md:B(16),lg:B(20),xl:B(32)},breakpoints:{xs:"36em",sm:"48em",md:"62em",lg:"75em",xl:"88em"},shadows:{xs:`0 ${B(1)} ${B(3)} rgba(0, 0, 0, 0.05), 0 ${B(1)} ${B(2)} rgba(0, 0, 0, 0.1)`,sm:`0 ${B(1)} ${B(3)} rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 ${B(10)} ${B(15)} ${B(-5)}, rgba(0, 0, 0, 0.04) 0 ${B(7)} ${B(7)} ${B(-5)}`,md:`0 ${B(1)} ${B(3)} rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 ${B(20)} ${B(25)} ${B(-5)}, rgba(0, 0, 0, 0.04) 0 ${B(10)} ${B(10)} ${B(-5)}`,lg:`0 ${B(1)} ${B(3)} rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 ${B(28)} ${B(23)} ${B(-7)}, rgba(0, 0, 0, 0.04) 0 ${B(12)} ${B(12)} ${B(-7)}`,xl:`0 ${B(1)} ${B(3)} rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 ${B(36)} ${B(28)} ${B(-7)}, rgba(0, 0, 0, 0.04) 0 ${B(17)} ${B(17)} ${B(-7)}`},other:{},components:{}};function n1(e){return e==="auto"||e==="dark"||e==="light"}function cI({key:e="mantine-color-scheme-value"}={}){let t;return{get:n=>{if(typeof window>"u")return n;try{const r=window.localStorage.getItem(e);return n1(r)?r:n}catch{return n}},set:n=>{try{window.localStorage.setItem(e,n)}catch(r){console.warn("[@mantine/core] Local storage color scheme manager was unable to save color scheme.",r)}},subscribe:n=>{t=r=>{r.storageArea===window.localStorage&&r.key===e&&n1(r.newValue)&&n(r.newValue)},window.addEventListener("storage",t)},unsubscribe:()=>{window.removeEventListener("storage",t)},clear:()=>{window.localStorage.removeItem(e)}}}const uI="[@mantine/core] MantineProvider: Invalid theme.primaryColor, it accepts only key of theme.colors, learn more – https://mantine.dev/theming/colors/#primary-color",r1="[@mantine/core] MantineProvider: Invalid theme.primaryShade, it accepts only 0-9 integers or an object { light: 0-9, dark: 0-9 }";function yp(e){return e<0||e>9?!1:parseInt(e.toString(),10)===e}function o1(e){if(!(e.primaryColor in e.colors))throw new Error(uI);if(typeof e.primaryShade=="object"&&(!yp(e.primaryShade.dark)||!yp(e.primaryShade.light)))throw new Error(r1);if(typeof e.primaryShade=="number"&&!yp(e.primaryShade))throw new Error(r1)}function dI(e,t){var r;if(!t)return o1(e),e;const n=lv(e,t);return t.fontFamily&&!((r=t.headings)!=null&&r.fontFamily)&&(n.headings.fontFamily=t.fontFamily),o1(n),n}const gv=p.createContext(null),fI=()=>p.useContext(gv)||mv;function At(){const e=p.useContext(gv);if(!e)throw new Error("@mantine/core: MantineProvider was not found in component tree, make sure you have it in your app");return e}function Pj({theme:e,children:t,inherit:n=!0}){const r=fI(),o=p.useMemo(()=>dI(n?r:mv,e),[e,r,n]);return s.jsx(gv.Provider,{value:o,children:t})}Pj.displayName="@mantine/core/MantineThemeProvider";function hI(){const e=At(),t=Hf(),n=bt(e.breakpoints).reduce((r,o)=>{const i=e.breakpoints[o].includes("px"),a=pc(e.breakpoints[o]),l=i?`${a-.1}px`:Od(a-.1),c=i?`${a}px`:Od(a);return`${r}@media (max-width: ${l}) {.mantine-visible-from-${o} {display: none !important;}}@media (min-width: ${c}) {.mantine-hidden-from-${o} {display: none !important;}}`},"");return s.jsx("style",{"data-mantine-styles":"classes",nonce:t==null?void 0:t(),dangerouslySetInnerHTML:{__html:n}})}function xp(e){return Object.entries(e).map(([t,n])=>`${t}: ${n};`).join("")}function Ol(e,t){return(Array.isArray(e)?e:[e]).reduce((r,o)=>`${o}{${r}}`,t)}function pI(e,t){const n=xp(e.variables),r=n?Ol(t,n):"",o=xp(e.dark),i=xp(e.light),a=o?Ol(t===":host"?`${t}([data-mantine-color-scheme="dark"])`:`${t}[data-mantine-color-scheme="dark"]`,o):"",l=i?Ol(t===":host"?`${t}([data-mantine-color-scheme="light"])`:`${t}[data-mantine-color-scheme="light"]`,i):"";return`${r}${a}${l}`}function Go({color:e,theme:t,autoContrast:n}){return(typeof n=="boolean"?n:t.autoContrast)&&Sr({color:e||t.primaryColor,theme:t}).isLight?"var(--mantine-color-black)":"var(--mantine-color-white)"}function i1(e,t){return Go({color:e.colors[e.primaryColor][gc(e,t)],theme:e,autoContrast:null})}function Bu({theme:e,color:t,colorScheme:n,name:r=t,withColorValues:o=!0}){if(!e.colors[t])return{};if(n==="light"){const l=gc(e,"light"),c={[`--mantine-color-${r}-text`]:`var(--mantine-color-${r}-filled)`,[`--mantine-color-${r}-filled`]:`var(--mantine-color-${r}-${l})`,[`--mantine-color-${r}-filled-hover`]:`var(--mantine-color-${r}-${l===9?8:l+1})`,[`--mantine-color-${r}-light`]:la(e.colors[t][l],.1),[`--mantine-color-${r}-light-hover`]:la(e.colors[t][l],.12),[`--mantine-color-${r}-light-color`]:`var(--mantine-color-${r}-${l})`,[`--mantine-color-${r}-outline`]:`var(--mantine-color-${r}-${l})`,[`--mantine-color-${r}-outline-hover`]:la(e.colors[t][l],.05)};return o?{[`--mantine-color-${r}-0`]:e.colors[t][0],[`--mantine-color-${r}-1`]:e.colors[t][1],[`--mantine-color-${r}-2`]:e.colors[t][2],[`--mantine-color-${r}-3`]:e.colors[t][3],[`--mantine-color-${r}-4`]:e.colors[t][4],[`--mantine-color-${r}-5`]:e.colors[t][5],[`--mantine-color-${r}-6`]:e.colors[t][6],[`--mantine-color-${r}-7`]:e.colors[t][7],[`--mantine-color-${r}-8`]:e.colors[t][8],[`--mantine-color-${r}-9`]:e.colors[t][9],...c}:c}const i=gc(e,"dark"),a={[`--mantine-color-${r}-text`]:`var(--mantine-color-${r}-4)`,[`--mantine-color-${r}-filled`]:`var(--mantine-color-${r}-${i})`,[`--mantine-color-${r}-filled-hover`]:`var(--mantine-color-${r}-${i===9?8:i+1})`,[`--mantine-color-${r}-light`]:la(e.colors[t][Math.max(0,i-2)],.15),[`--mantine-color-${r}-light-hover`]:la(e.colors[t][Math.max(0,i-2)],.2),[`--mantine-color-${r}-light-color`]:`var(--mantine-color-${r}-${Math.max(i-5,0)})`,[`--mantine-color-${r}-outline`]:`var(--mantine-color-${r}-${Math.max(i-4,0)})`,[`--mantine-color-${r}-outline-hover`]:la(e.colors[t][Math.max(i-4,0)],.05)};return o?{[`--mantine-color-${r}-0`]:e.colors[t][0],[`--mantine-color-${r}-1`]:e.colors[t][1],[`--mantine-color-${r}-2`]:e.colors[t][2],[`--mantine-color-${r}-3`]:e.colors[t][3],[`--mantine-color-${r}-4`]:e.colors[t][4],[`--mantine-color-${r}-5`]:e.colors[t][5],[`--mantine-color-${r}-6`]:e.colors[t][6],[`--mantine-color-${r}-7`]:e.colors[t][7],[`--mantine-color-${r}-8`]:e.colors[t][8],[`--mantine-color-${r}-9`]:e.colors[t][9],...a}:a}function mI(e){return!!e&&typeof e=="object"&&"mantine-virtual-color"in e}function ca(e,t,n){bt(t).forEach(r=>Object.assign(e,{[`--mantine-${n}-${r}`]:t[r]}))}const kj=e=>{const t=gc(e,"light"),n=e.defaultRadius in e.radius?e.radius[e.defaultRadius]:B(e.defaultRadius),r={variables:{"--mantine-scale":e.scale.toString(),"--mantine-cursor-type":e.cursorType,"--mantine-color-scheme":"light dark","--mantine-webkit-font-smoothing":e.fontSmoothing?"antialiased":"unset","--mantine-moz-font-smoothing":e.fontSmoothing?"grayscale":"unset","--mantine-color-white":e.white,"--mantine-color-black":e.black,"--mantine-line-height":e.lineHeights.md,"--mantine-font-family":e.fontFamily,"--mantine-font-family-monospace":e.fontFamilyMonospace,"--mantine-font-family-headings":e.headings.fontFamily,"--mantine-heading-font-weight":e.headings.fontWeight,"--mantine-heading-text-wrap":e.headings.textWrap,"--mantine-radius-default":n,"--mantine-primary-color-filled":`var(--mantine-color-${e.primaryColor}-filled)`,"--mantine-primary-color-filled-hover":`var(--mantine-color-${e.primaryColor}-filled-hover)`,"--mantine-primary-color-light":`var(--mantine-color-${e.primaryColor}-light)`,"--mantine-primary-color-light-hover":`var(--mantine-color-${e.primaryColor}-light-hover)`,"--mantine-primary-color-light-color":`var(--mantine-color-${e.primaryColor}-light-color)`},light:{"--mantine-primary-color-contrast":i1(e,"light"),"--mantine-color-bright":"var(--mantine-color-black)","--mantine-color-text":e.black,"--mantine-color-body":e.white,"--mantine-color-error":"var(--mantine-color-red-6)","--mantine-color-placeholder":"var(--mantine-color-gray-5)","--mantine-color-anchor":`var(--mantine-color-${e.primaryColor}-${t})`,"--mantine-color-default":"var(--mantine-color-white)","--mantine-color-default-hover":"var(--mantine-color-gray-0)","--mantine-color-default-color":"var(--mantine-color-black)","--mantine-color-default-border":"var(--mantine-color-gray-4)","--mantine-color-dimmed":"var(--mantine-color-gray-6)"},dark:{"--mantine-primary-color-contrast":i1(e,"dark"),"--mantine-color-bright":"var(--mantine-color-white)","--mantine-color-text":"var(--mantine-color-dark-0)","--mantine-color-body":"var(--mantine-color-dark-7)","--mantine-color-error":"var(--mantine-color-red-8)","--mantine-color-placeholder":"var(--mantine-color-dark-3)","--mantine-color-anchor":`var(--mantine-color-${e.primaryColor}-4)`,"--mantine-color-default":"var(--mantine-color-dark-6)","--mantine-color-default-hover":"var(--mantine-color-dark-5)","--mantine-color-default-color":"var(--mantine-color-white)","--mantine-color-default-border":"var(--mantine-color-dark-4)","--mantine-color-dimmed":"var(--mantine-color-dark-2)"}};ca(r.variables,e.breakpoints,"breakpoint"),ca(r.variables,e.spacing,"spacing"),ca(r.variables,e.fontSizes,"font-size"),ca(r.variables,e.lineHeights,"line-height"),ca(r.variables,e.shadows,"shadow"),ca(r.variables,e.radius,"radius"),e.colors[e.primaryColor].forEach((i,a)=>{r.variables[`--mantine-primary-color-${a}`]=`var(--mantine-color-${e.primaryColor}-${a})`}),bt(e.colors).forEach(i=>{const a=e.colors[i];if(mI(a)){Object.assign(r.light,Bu({theme:e,name:a.name,color:a.light,colorScheme:"light",withColorValues:!0})),Object.assign(r.dark,Bu({theme:e,name:a.name,color:a.dark,colorScheme:"dark",withColorValues:!0}));return}a.forEach((l,c)=>{r.variables[`--mantine-color-${i}-${c}`]=l}),Object.assign(r.light,Bu({theme:e,color:i,colorScheme:"light",withColorValues:!1})),Object.assign(r.dark,Bu({theme:e,color:i,colorScheme:"dark",withColorValues:!1}))});const o=e.headings.sizes;return bt(o).forEach(i=>{r.variables[`--mantine-${i}-font-size`]=o[i].fontSize,r.variables[`--mantine-${i}-line-height`]=o[i].lineHeight,r.variables[`--mantine-${i}-font-weight`]=o[i].fontWeight||e.headings.fontWeight}),r};function gI({theme:e,generator:t}){const n=kj(e),r=t==null?void 0:t(e);return r?lv(n,r):n}const bp=kj(mv);function vI(e){const t={variables:{},light:{},dark:{}};return bt(e.variables).forEach(n=>{bp.variables[n]!==e.variables[n]&&(t.variables[n]=e.variables[n])}),bt(e.light).forEach(n=>{bp.light[n]!==e.light[n]&&(t.light[n]=e.light[n])}),bt(e.dark).forEach(n=>{bp.dark[n]!==e.dark[n]&&(t.dark[n]=e.dark[n])}),t}function yI(e){return`
58
+ ${e}[data-mantine-color-scheme="dark"] { --mantine-color-scheme: dark; }
59
+ ${e}[data-mantine-color-scheme="light"] { --mantine-color-scheme: light; }
60
+ `}function Rj({cssVariablesSelector:e,deduplicateCssVariables:t}){const n=At(),r=Hf(),o=KD(),i=gI({theme:n,generator:o}),a=e===":root"&&t,l=a?vI(i):i,c=pI(l,e);return c?s.jsx("style",{"data-mantine-styles":!0,nonce:r==null?void 0:r(),dangerouslySetInnerHTML:{__html:`${c}${a?"":yI(e)}`}}):null}Rj.displayName="@mantine/CssVariables";function xI(){const e=console.error;console.error=(...t)=>{t.length>1&&typeof t[0]=="string"&&t[0].toLowerCase().includes("extra attributes from the server")&&typeof t[1]=="string"&&t[1].toLowerCase().includes("data-mantine-color-scheme")||e(...t)}}function ua(e,t){var r;const n=e!=="auto"?e:window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light";(r=t())==null||r.setAttribute("data-mantine-color-scheme",n)}function bI({manager:e,defaultColorScheme:t,getRootElement:n,forceColorScheme:r}){const o=p.useRef(),[i,a]=p.useState(()=>e.get(t)),l=r||i,c=p.useCallback(d=>{r||(ua(d,n),a(d),e.set(d))},[e.set,l,r]),u=p.useCallback(()=>{a(t),ua(t,n),e.clear()},[e.clear,t]);return p.useEffect(()=>(e.subscribe(c),e.unsubscribe),[e.subscribe,e.unsubscribe]),dl(()=>{ua(e.get(t),n)},[]),p.useEffect(()=>{var f;if(r)return ua(r,n),()=>{};r===void 0&&ua(i,n),o.current=window.matchMedia("(prefers-color-scheme: dark)");const d=h=>{i==="auto"&&ua(h.matches?"dark":"light",n)};return(f=o.current)==null||f.addEventListener("change",d),()=>{var h;return(h=o.current)==null?void 0:h.removeEventListener("change",d)}},[i,r]),{colorScheme:l,setColorScheme:c,clearColorScheme:u}}function wI({respectReducedMotion:e,getRootElement:t}){dl(()=>{var n;e&&((n=t())==null||n.setAttribute("data-respect-reduced-motion","true"))},[e])}xI();function _j({theme:e,children:t,getStyleNonce:n,withStaticClasses:r=!0,withGlobalClasses:o=!0,deduplicateCssVariables:i=!0,withCssVariables:a=!0,cssVariablesSelector:l=":root",classNamesPrefix:c="mantine",colorSchemeManager:u=cI(),defaultColorScheme:d="light",getRootElement:f=()=>document.documentElement,cssVariablesResolver:h,forceColorScheme:m,stylesTransform:g}){const{colorScheme:v,setColorScheme:S,clearColorScheme:b}=bI({defaultColorScheme:d,forceColorScheme:m,manager:u,getRootElement:f});return wI({respectReducedMotion:(e==null?void 0:e.respectReducedMotion)||!1,getRootElement:f}),s.jsx(hv.Provider,{value:{colorScheme:v,setColorScheme:S,clearColorScheme:b,getRootElement:f,classNamesPrefix:c,getStyleNonce:n,cssVariablesResolver:h,cssVariablesSelector:l,withStaticClasses:r,stylesTransform:g},children:s.jsxs(Pj,{theme:e,children:[a&&s.jsx(Rj,{cssVariablesSelector:l,deduplicateCssVariables:i}),o&&s.jsx(hI,{}),t]})})}_j.displayName="@mantine/core/MantineProvider";function Xc({classNames:e,styles:t,props:n,stylesCtx:r}){const o=At();return{resolvedClassNames:Wf({theme:o,classNames:e,props:n,stylesCtx:r||void 0}),resolvedStyles:$d({theme:o,styles:t,props:n,stylesCtx:r||void 0})}}const SI={always:"mantine-focus-always",auto:"mantine-focus-auto",never:"mantine-focus-never"};function jI({theme:e,options:t,unstyled:n}){return rt((t==null?void 0:t.focusable)&&!n&&(e.focusClassName||SI[e.focusRing]),(t==null?void 0:t.active)&&!n&&e.activeClassName)}function CI({selector:e,stylesCtx:t,options:n,props:r,theme:o}){return Wf({theme:o,classNames:n==null?void 0:n.classNames,props:(n==null?void 0:n.props)||r,stylesCtx:t})[e]}function s1({selector:e,stylesCtx:t,theme:n,classNames:r,props:o}){return Wf({theme:n,classNames:r,props:o,stylesCtx:t})[e]}function EI({rootSelector:e,selector:t,className:n}){return e===t?n:void 0}function TI({selector:e,classes:t,unstyled:n}){return n?void 0:t[e]}function PI({themeName:e,classNamesPrefix:t,selector:n,withStaticClass:r}){return r===!1?[]:e.map(o=>`${t}-${o}-${n}`)}function kI({themeName:e,theme:t,selector:n,props:r,stylesCtx:o}){return e.map(i=>{var a,l;return(l=Wf({theme:t,classNames:(a=t.components[i])==null?void 0:a.classNames,props:r,stylesCtx:o}))==null?void 0:l[n]})}function RI({options:e,classes:t,selector:n,unstyled:r}){return e!=null&&e.variant&&!r?t[`${n}--${e.variant}`]:void 0}function _I({theme:e,options:t,themeName:n,selector:r,classNamesPrefix:o,classNames:i,classes:a,unstyled:l,className:c,rootSelector:u,props:d,stylesCtx:f,withStaticClasses:h,headless:m,transformedStyles:g}){return rt(jI({theme:e,options:t,unstyled:l||m}),kI({theme:e,themeName:n,selector:r,props:d,stylesCtx:f}),RI({options:t,classes:a,selector:r,unstyled:l}),s1({selector:r,stylesCtx:f,theme:e,classNames:i,props:d}),s1({selector:r,stylesCtx:f,theme:e,classNames:g,props:d}),CI({selector:r,stylesCtx:f,options:t,props:d,theme:e}),EI({rootSelector:u,selector:r,className:c}),TI({selector:r,classes:a,unstyled:l||m}),h&&!m&&PI({themeName:n,classNamesPrefix:o,selector:r,withStaticClass:t==null?void 0:t.withStaticClass}),t==null?void 0:t.className)}function DI({theme:e,themeName:t,props:n,stylesCtx:r,selector:o}){return t.map(i=>{var a;return $d({theme:e,styles:(a=e.components[i])==null?void 0:a.styles,props:n,stylesCtx:r})[o]}).reduce((i,a)=>({...i,...a}),{})}function Sm({style:e,theme:t}){return Array.isArray(e)?[...e].reduce((n,r)=>({...n,...Sm({style:r,theme:t})}),{}):typeof e=="function"?e(t):e??{}}function II(e){return e.reduce((t,n)=>(n&&Object.keys(n).forEach(r=>{t[r]={...t[r],...Oi(n[r])}}),t),{})}function AI({vars:e,varsResolver:t,theme:n,props:r,stylesCtx:o,selector:i,themeName:a,headless:l}){var c;return(c=II([l?{}:t==null?void 0:t(n,r,o),...a.map(u=>{var d,f,h;return(h=(f=(d=n.components)==null?void 0:d[u])==null?void 0:f.vars)==null?void 0:h.call(f,n,r,o)}),e==null?void 0:e(n,r,o)]))==null?void 0:c[i]}function NI({theme:e,themeName:t,selector:n,options:r,props:o,stylesCtx:i,rootSelector:a,styles:l,style:c,vars:u,varsResolver:d,headless:f,withStylesTransform:h}){return{...!h&&DI({theme:e,themeName:t,props:o,stylesCtx:i,selector:n}),...!h&&$d({theme:e,styles:l,props:o,stylesCtx:i})[n],...!h&&$d({theme:e,styles:r==null?void 0:r.styles,props:(r==null?void 0:r.props)||o,stylesCtx:i})[n],...AI({theme:e,props:o,stylesCtx:i,vars:u,varsResolver:d,selector:n,themeName:t,headless:f}),...a===n?Sm({style:c,theme:e}):null,...Sm({style:r==null?void 0:r.style,theme:e})}}function MI({props:e,stylesCtx:t,themeName:n}){var a;const r=At(),o=(a=eI())==null?void 0:a();return{getTransformedStyles:l=>o?[...l.map(u=>o(u,{props:e,theme:r,ctx:t})),...n.map(u=>{var d;return o((d=r.components[u])==null?void 0:d.styles,{props:e,theme:r,ctx:t})})].filter(Boolean):[],withStylesTransform:!!o}}function de({name:e,classes:t,props:n,stylesCtx:r,className:o,style:i,rootSelector:a="root",unstyled:l,classNames:c,styles:u,vars:d,varsResolver:f}){const h=At(),m=YD(),g=XD(),v=JD(),S=(Array.isArray(e)?e:[e]).filter(y=>y),{withStylesTransform:b,getTransformedStyles:x}=MI({props:n,stylesCtx:r,themeName:S});return(y,w)=>({className:_I({theme:h,options:w,themeName:S,selector:y,classNamesPrefix:m,classNames:c,classes:t,unstyled:l,className:o,rootSelector:a,props:n,stylesCtx:r,withStaticClasses:g,headless:v,transformedStyles:x([w==null?void 0:w.styles,u])}),style:NI({theme:h,themeName:S,selector:y,options:w,props:n,stylesCtx:r,rootSelector:a,styles:u,style:i,vars:d,varsResolver:f,headless:v,withStylesTransform:b})})}function Ms(e,t){return typeof e=="boolean"?e:t.autoContrast}function a1(e){const t=document.createElement("style");return t.setAttribute("data-mantine-styles","inline"),t.innerHTML="*, *::before, *::after {transition: none !important;}",t.setAttribute("data-mantine-disable-transition","true"),e&&t.setAttribute("nonce",e),document.head.appendChild(t),()=>document.querySelectorAll("[data-mantine-disable-transition]").forEach(r=>r.remove())}function OI({keepTransitions:e}={}){const t=p.useRef(),n=p.useRef(),r=p.useContext(hv),o=Hf(),i=p.useRef(o==null?void 0:o());if(!r)throw new Error("[@mantine/core] MantineProvider was not found in tree");const a=f=>{r.setColorScheme(f),t.current=e?()=>{}:a1(i.current),window.clearTimeout(n.current),n.current=window.setTimeout(()=>{var h;(h=t.current)==null||h.call(t)},10)},l=()=>{r.clearColorScheme(),t.current=e?()=>{}:a1(i.current),window.clearTimeout(n.current),n.current=window.setTimeout(()=>{var f;(f=t.current)==null||f.call(t)},10)},c=RD("light",{getInitialValueInEffect:!1}),u=r.colorScheme==="auto"?c:r.colorScheme,d=p.useCallback(()=>a(u==="light"?"dark":"light"),[a,u]);return p.useEffect(()=>()=>{var f;(f=t.current)==null||f.call(t),window.clearTimeout(n.current)},[]),{colorScheme:r.colorScheme,setColorScheme:a,clearColorScheme:l,toggleColorScheme:d}}function W(e,t,n){var a;const r=At(),o=(a=r.components[e])==null?void 0:a.defaultProps,i=typeof o=="function"?o(r):o;return{...t,...i,...Oi(n)}}function wp(e){return bt(e).reduce((t,n)=>e[n]!==void 0?`${t}${gD(n)}:${e[n]};`:t,"").trim()}function LI({selector:e,styles:t,media:n,container:r}){const o=t?wp(t):"",i=Array.isArray(n)?n.map(l=>`@media${l.query}{${e}{${wp(l.styles)}}}`):[],a=Array.isArray(r)?r.map(l=>`@container ${l.query}{${e}{${wp(l.styles)}}}`):[];return`${o?`${e}{${o}}`:""}${i.join("")}${a.join("")}`.trim()}function Os(e){const t=Hf();return s.jsx("style",{"data-mantine-styles":"inline",nonce:t==null?void 0:t(),dangerouslySetInnerHTML:{__html:LI(e)}})}function Qo(e){const{m:t,mx:n,my:r,mt:o,mb:i,ml:a,mr:l,me:c,ms:u,p:d,px:f,py:h,pt:m,pb:g,pl:v,pr:S,pe:b,ps:x,bd:y,bg:w,c:C,opacity:j,ff:T,fz:E,fw:R,lts:_,ta:N,lh:O,fs:F,tt:z,td:H,w:D,miw:k,maw:P,h:I,mih:L,mah:$,bgsz:Q,bgp:ue,bgr:Re,bga:me,pos:ge,top:De,left:le,bottom:Ne,right:it,inset:Ue,display:Je,flex:st,hiddenFrom:Be,visibleFrom:Ze,lightHidden:at,darkHidden:ne,sx:X,...ce}=e;return{styleProps:Oi({m:t,mx:n,my:r,mt:o,mb:i,ml:a,mr:l,me:c,ms:u,p:d,px:f,py:h,pt:m,pb:g,pl:v,pr:S,pe:b,ps:x,bd:y,bg:w,c:C,opacity:j,ff:T,fz:E,fw:R,lts:_,ta:N,lh:O,fs:F,tt:z,td:H,w:D,miw:k,maw:P,h:I,mih:L,mah:$,bgsz:Q,bgp:ue,bgr:Re,bga:me,pos:ge,top:De,left:le,bottom:Ne,right:it,inset:Ue,display:Je,flex:st,hiddenFrom:Be,visibleFrom:Ze,lightHidden:at,darkHidden:ne,sx:X}),rest:ce}}const $I={m:{type:"spacing",property:"margin"},mt:{type:"spacing",property:"marginTop"},mb:{type:"spacing",property:"marginBottom"},ml:{type:"spacing",property:"marginLeft"},mr:{type:"spacing",property:"marginRight"},ms:{type:"spacing",property:"marginInlineStart"},me:{type:"spacing",property:"marginInlineEnd"},mx:{type:"spacing",property:"marginInline"},my:{type:"spacing",property:"marginBlock"},p:{type:"spacing",property:"padding"},pt:{type:"spacing",property:"paddingTop"},pb:{type:"spacing",property:"paddingBottom"},pl:{type:"spacing",property:"paddingLeft"},pr:{type:"spacing",property:"paddingRight"},ps:{type:"spacing",property:"paddingInlineStart"},pe:{type:"spacing",property:"paddingInlineEnd"},px:{type:"spacing",property:"paddingInline"},py:{type:"spacing",property:"paddingBlock"},bd:{type:"border",property:"border"},bg:{type:"color",property:"background"},c:{type:"textColor",property:"color"},opacity:{type:"identity",property:"opacity"},ff:{type:"fontFamily",property:"fontFamily"},fz:{type:"fontSize",property:"fontSize"},fw:{type:"identity",property:"fontWeight"},lts:{type:"size",property:"letterSpacing"},ta:{type:"identity",property:"textAlign"},lh:{type:"lineHeight",property:"lineHeight"},fs:{type:"identity",property:"fontStyle"},tt:{type:"identity",property:"textTransform"},td:{type:"identity",property:"textDecoration"},w:{type:"spacing",property:"width"},miw:{type:"spacing",property:"minWidth"},maw:{type:"spacing",property:"maxWidth"},h:{type:"spacing",property:"height"},mih:{type:"spacing",property:"minHeight"},mah:{type:"spacing",property:"maxHeight"},bgsz:{type:"size",property:"backgroundSize"},bgp:{type:"identity",property:"backgroundPosition"},bgr:{type:"identity",property:"backgroundRepeat"},bga:{type:"identity",property:"backgroundAttachment"},pos:{type:"identity",property:"position"},top:{type:"identity",property:"top"},left:{type:"size",property:"left"},bottom:{type:"size",property:"bottom"},right:{type:"size",property:"right"},inset:{type:"size",property:"inset"},display:{type:"identity",property:"display"},flex:{type:"identity",property:"flex"}};function vv(e,t){const n=Sr({color:e,theme:t});return n.color==="dimmed"?"var(--mantine-color-dimmed)":n.color==="bright"?"var(--mantine-color-bright)":n.variable?`var(${n.variable})`:n.color}function FI(e,t){const n=Sr({color:e,theme:t});return n.isThemeColor&&n.shade===void 0?`var(--mantine-color-${n.color}-text)`:vv(e,t)}function zI(e,t){if(typeof e=="number")return B(e);if(typeof e=="string"){const[n,r,...o]=e.split(" ").filter(a=>a.trim()!=="");let i=`${B(n)}`;return r&&(i+=` ${r}`),o.length>0&&(i+=` ${vv(o.join(" "),t)}`),i.trim()}return e}const l1={text:"var(--mantine-font-family)",mono:"var(--mantine-font-family-monospace)",monospace:"var(--mantine-font-family-monospace)",heading:"var(--mantine-font-family-headings)",headings:"var(--mantine-font-family-headings)"};function UI(e){return typeof e=="string"&&e in l1?l1[e]:e}const BI=["h1","h2","h3","h4","h5","h6"];function VI(e,t){return typeof e=="string"&&e in t.fontSizes?`var(--mantine-font-size-${e})`:typeof e=="string"&&BI.includes(e)?`var(--mantine-${e}-font-size)`:typeof e=="number"||typeof e=="string"?B(e):e}function WI(e){return e}const HI=["h1","h2","h3","h4","h5","h6"];function qI(e,t){return typeof e=="string"&&e in t.lineHeights?`var(--mantine-line-height-${e})`:typeof e=="string"&&HI.includes(e)?`var(--mantine-${e}-line-height)`:e}function GI(e){return typeof e=="number"?B(e):e}function QI(e,t){if(typeof e=="number")return B(e);if(typeof e=="string"){const n=e.replace("-","");if(!(n in t.spacing))return B(e);const r=`--mantine-spacing-${n}`;return e.startsWith("-")?`calc(var(${r}) * -1)`:`var(${r})`}return e}const Sp={color:vv,textColor:FI,fontSize:VI,spacing:QI,identity:WI,size:GI,lineHeight:qI,fontFamily:UI,border:zI};function c1(e){return e.replace("(min-width: ","").replace("em)","")}function KI({media:e,...t}){const r=Object.keys(e).sort((o,i)=>Number(c1(o))-Number(c1(i))).map(o=>({query:o,styles:e[o]}));return{...t,media:r}}function YI(e){if(typeof e!="object"||e===null)return!1;const t=Object.keys(e);return!(t.length===1&&t[0]==="base")}function XI(e){return typeof e=="object"&&e!==null?"base"in e?e.base:void 0:e}function JI(e){return typeof e=="object"&&e!==null?bt(e).filter(t=>t!=="base"):[]}function ZI(e,t){return typeof e=="object"&&e!==null&&t in e?e[t]:e}function Dj({styleProps:e,data:t,theme:n}){return KI(bt(e).reduce((r,o)=>{if(o==="hiddenFrom"||o==="visibleFrom"||o==="sx")return r;const i=t[o],a=Array.isArray(i.property)?i.property:[i.property],l=XI(e[o]);if(!YI(e[o]))return a.forEach(u=>{r.inlineStyles[u]=Sp[i.type](l,n)}),r;r.hasResponsiveStyles=!0;const c=JI(e[o]);return a.forEach(u=>{l&&(r.styles[u]=Sp[i.type](l,n)),c.forEach(d=>{const f=`(min-width: ${n.breakpoints[d]})`;r.media[f]={...r.media[f],[u]:Sp[i.type](ZI(e[o],d),n)}})}),r},{hasResponsiveStyles:!1,styles:{},inlineStyles:{},media:{}}))}function Jc(){return`__m__-${p.useId().replace(/:/g,"")}`}function Ij(e,t){return Array.isArray(e)?[...e].reduce((n,r)=>({...n,...Ij(r,t)}),{}):typeof e=="function"?e(t):e??{}}function Aj(e){return e.startsWith("data-")?e:`data-${e}`}function eA(e){return Object.keys(e).reduce((t,n)=>{const r=e[n];return r===void 0||r===""||r===!1||r===null||(t[Aj(n)]=e[n]),t},{})}function Nj(e){return e?typeof e=="string"?{[Aj(e)]:!0}:Array.isArray(e)?[...e].reduce((t,n)=>({...t,...Nj(n)}),{}):eA(e):null}function jm(e,t){return Array.isArray(e)?[...e].reduce((n,r)=>({...n,...jm(r,t)}),{}):typeof e=="function"?e(t):e??{}}function tA({theme:e,style:t,vars:n,styleProps:r}){const o=jm(t,e),i=jm(n,e);return{...o,...i,...r}}const Mj=p.forwardRef(({component:e,style:t,__vars:n,className:r,variant:o,mod:i,size:a,hiddenFrom:l,visibleFrom:c,lightHidden:u,darkHidden:d,renderRoot:f,__size:h,...m},g)=>{var E;const v=At(),S=e||"div",{styleProps:b,rest:x}=Qo(m),y=ZD(),w=(E=y==null?void 0:y())==null?void 0:E(b.sx),C=Jc(),j=Dj({styleProps:b,theme:v,data:$I}),T={ref:g,style:tA({theme:v,style:t,vars:n,styleProps:j.inlineStyles}),className:rt(r,w,{[C]:j.hasResponsiveStyles,"mantine-light-hidden":u,"mantine-dark-hidden":d,[`mantine-hidden-from-${l}`]:l,[`mantine-visible-from-${c}`]:c}),"data-variant":o,"data-size":mj(a)?void 0:a||void 0,size:h,...Nj(i),...x};return s.jsxs(s.Fragment,{children:[j.hasResponsiveStyles&&s.jsx(Os,{selector:`.${C}`,styles:j.styles,media:j.media}),typeof f=="function"?f(T):s.jsx(S,{...T})]})});Mj.displayName="@mantine/core/Box";const q=Mj;function Oj(e){return e}function Y(e){const t=p.forwardRef(e);return t.extend=Oj,t.withProps=n=>{const r=p.forwardRef((o,i)=>s.jsx(t,{...n,...o,ref:i}));return r.extend=t.extend,r.displayName=`WithProps(${t.displayName})`,r},t}function Rn(e){const t=p.forwardRef(e);return t.withProps=n=>{const r=p.forwardRef((o,i)=>s.jsx(t,{...n,...o,ref:i}));return r.extend=t.extend,r.displayName=`WithProps(${t.displayName})`,r},t.extend=Oj,t}const nA=p.createContext({dir:"ltr",toggleDirection:()=>{},setDirection:()=>{}});function Ls(){return p.useContext(nA)}var Lj={exports:{}},fr={},$j={exports:{}},Fj={};/**
61
+ * @license React
62
+ * scheduler.production.min.js
63
+ *
64
+ * Copyright (c) Facebook, Inc. and its affiliates.
65
+ *
66
+ * This source code is licensed under the MIT license found in the
67
+ * LICENSE file in the root directory of this source tree.
68
+ */(function(e){function t(P,I){var L=P.length;P.push(I);e:for(;0<L;){var $=L-1>>>1,Q=P[$];if(0<o(Q,I))P[$]=I,P[L]=Q,L=$;else break e}}function n(P){return P.length===0?null:P[0]}function r(P){if(P.length===0)return null;var I=P[0],L=P.pop();if(L!==I){P[0]=L;e:for(var $=0,Q=P.length,ue=Q>>>1;$<ue;){var Re=2*($+1)-1,me=P[Re],ge=Re+1,De=P[ge];if(0>o(me,L))ge<Q&&0>o(De,me)?(P[$]=De,P[ge]=L,$=ge):(P[$]=me,P[Re]=L,$=Re);else if(ge<Q&&0>o(De,L))P[$]=De,P[ge]=L,$=ge;else break e}}return I}function o(P,I){var L=P.sortIndex-I.sortIndex;return L!==0?L:P.id-I.id}if(typeof performance=="object"&&typeof performance.now=="function"){var i=performance;e.unstable_now=function(){return i.now()}}else{var a=Date,l=a.now();e.unstable_now=function(){return a.now()-l}}var c=[],u=[],d=1,f=null,h=3,m=!1,g=!1,v=!1,S=typeof setTimeout=="function"?setTimeout:null,b=typeof clearTimeout=="function"?clearTimeout:null,x=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function y(P){for(var I=n(u);I!==null;){if(I.callback===null)r(u);else if(I.startTime<=P)r(u),I.sortIndex=I.expirationTime,t(c,I);else break;I=n(u)}}function w(P){if(v=!1,y(P),!g)if(n(c)!==null)g=!0,D(C);else{var I=n(u);I!==null&&k(w,I.startTime-P)}}function C(P,I){g=!1,v&&(v=!1,b(E),E=-1),m=!0;var L=h;try{for(y(I),f=n(c);f!==null&&(!(f.expirationTime>I)||P&&!N());){var $=f.callback;if(typeof $=="function"){f.callback=null,h=f.priorityLevel;var Q=$(f.expirationTime<=I);I=e.unstable_now(),typeof Q=="function"?f.callback=Q:f===n(c)&&r(c),y(I)}else r(c);f=n(c)}if(f!==null)var ue=!0;else{var Re=n(u);Re!==null&&k(w,Re.startTime-I),ue=!1}return ue}finally{f=null,h=L,m=!1}}var j=!1,T=null,E=-1,R=5,_=-1;function N(){return!(e.unstable_now()-_<R)}function O(){if(T!==null){var P=e.unstable_now();_=P;var I=!0;try{I=T(!0,P)}finally{I?F():(j=!1,T=null)}}else j=!1}var F;if(typeof x=="function")F=function(){x(O)};else if(typeof MessageChannel<"u"){var z=new MessageChannel,H=z.port2;z.port1.onmessage=O,F=function(){H.postMessage(null)}}else F=function(){S(O,0)};function D(P){T=P,j||(j=!0,F())}function k(P,I){E=S(function(){P(e.unstable_now())},I)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(P){P.callback=null},e.unstable_continueExecution=function(){g||m||(g=!0,D(C))},e.unstable_forceFrameRate=function(P){0>P||125<P?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):R=0<P?Math.floor(1e3/P):5},e.unstable_getCurrentPriorityLevel=function(){return h},e.unstable_getFirstCallbackNode=function(){return n(c)},e.unstable_next=function(P){switch(h){case 1:case 2:case 3:var I=3;break;default:I=h}var L=h;h=I;try{return P()}finally{h=L}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(P,I){switch(P){case 1:case 2:case 3:case 4:case 5:break;default:P=3}var L=h;h=P;try{return I()}finally{h=L}},e.unstable_scheduleCallback=function(P,I,L){var $=e.unstable_now();switch(typeof L=="object"&&L!==null?(L=L.delay,L=typeof L=="number"&&0<L?$+L:$):L=$,P){case 1:var Q=-1;break;case 2:Q=250;break;case 5:Q=1073741823;break;case 4:Q=1e4;break;default:Q=5e3}return Q=L+Q,P={id:d++,callback:I,priorityLevel:P,startTime:L,expirationTime:Q,sortIndex:-1},L>$?(P.sortIndex=L,t(u,P),n(c)===null&&P===n(u)&&(v?(b(E),E=-1):v=!0,k(w,L-$))):(P.sortIndex=Q,t(c,P),g||m||(g=!0,D(C))),P},e.unstable_shouldYield=N,e.unstable_wrapCallback=function(P){var I=h;return function(){var L=h;h=I;try{return P.apply(this,arguments)}finally{h=L}}}})(Fj);$j.exports=Fj;var rA=$j.exports;/**
69
+ * @license React
70
+ * react-dom.production.min.js
71
+ *
72
+ * Copyright (c) Facebook, Inc. and its affiliates.
73
+ *
74
+ * This source code is licensed under the MIT license found in the
75
+ * LICENSE file in the root directory of this source tree.
76
+ */var zj=p,cr=rA;function te(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var Uj=new Set,vc={};function $s(e,t){qa(e,t),qa(e+"Capture",t)}function qa(e,t){for(vc[e]=t,e=0;e<t.length;e++)Uj.add(t[e])}var Oo=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Cm=Object.prototype.hasOwnProperty,oA=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,u1={},d1={};function iA(e){return Cm.call(d1,e)?!0:Cm.call(u1,e)?!1:oA.test(e)?d1[e]=!0:(u1[e]=!0,!1)}function sA(e,t,n,r){if(n!==null&&n.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return r?!1:n!==null?!n.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function aA(e,t,n,r){if(t===null||typeof t>"u"||sA(e,t,n,r))return!0;if(r)return!1;if(n!==null)switch(n.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function Un(e,t,n,r,o,i,a){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=a}var bn={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){bn[e]=new Un(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];bn[t]=new Un(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){bn[e]=new Un(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){bn[e]=new Un(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){bn[e]=new Un(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){bn[e]=new Un(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){bn[e]=new Un(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){bn[e]=new Un(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){bn[e]=new Un(e,5,!1,e.toLowerCase(),null,!1,!1)});var yv=/[\-:]([a-z])/g;function xv(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(yv,xv);bn[t]=new Un(t,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(yv,xv);bn[t]=new Un(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(yv,xv);bn[t]=new Un(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){bn[e]=new Un(e,1,!1,e.toLowerCase(),null,!1,!1)});bn.xlinkHref=new Un("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){bn[e]=new Un(e,1,!1,e.toLowerCase(),null,!0,!0)});function bv(e,t,n,r){var o=bn.hasOwnProperty(t)?bn[t]:null;(o!==null?o.type!==0:r||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&(aA(t,n,o,r)&&(n=null),r||o===null?iA(t)&&(n===null?e.removeAttribute(t):e.setAttribute(t,""+n)):o.mustUseProperty?e[o.propertyName]=n===null?o.type===3?!1:"":n:(t=o.attributeName,r=o.attributeNamespace,n===null?e.removeAttribute(t):(o=o.type,n=o===3||o===4&&n===!0?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}var Ko=zj.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Vu=Symbol.for("react.element"),ba=Symbol.for("react.portal"),wa=Symbol.for("react.fragment"),wv=Symbol.for("react.strict_mode"),Em=Symbol.for("react.profiler"),Bj=Symbol.for("react.provider"),Vj=Symbol.for("react.context"),Sv=Symbol.for("react.forward_ref"),Tm=Symbol.for("react.suspense"),Pm=Symbol.for("react.suspense_list"),jv=Symbol.for("react.memo"),li=Symbol.for("react.lazy"),Wj=Symbol.for("react.offscreen"),f1=Symbol.iterator;function Ll(e){return e===null||typeof e!="object"?null:(e=f1&&e[f1]||e["@@iterator"],typeof e=="function"?e:null)}var Bt=Object.assign,jp;function Xl(e){if(jp===void 0)try{throw Error()}catch(n){var t=n.stack.trim().match(/\n( *(at )?)/);jp=t&&t[1]||""}return`
77
+ `+jp+e}var Cp=!1;function Ep(e,t){if(!e||Cp)return"";Cp=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(t,[])}catch(u){var r=u}Reflect.construct(e,[],t)}else{try{t.call()}catch(u){r=u}e.call(t.prototype)}else{try{throw Error()}catch(u){r=u}e()}}catch(u){if(u&&r&&typeof u.stack=="string"){for(var o=u.stack.split(`
78
+ `),i=r.stack.split(`
79
+ `),a=o.length-1,l=i.length-1;1<=a&&0<=l&&o[a]!==i[l];)l--;for(;1<=a&&0<=l;a--,l--)if(o[a]!==i[l]){if(a!==1||l!==1)do if(a--,l--,0>l||o[a]!==i[l]){var c=`
80
+ `+o[a].replace(" at new "," at ");return e.displayName&&c.includes("<anonymous>")&&(c=c.replace("<anonymous>",e.displayName)),c}while(1<=a&&0<=l);break}}}finally{Cp=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?Xl(e):""}function lA(e){switch(e.tag){case 5:return Xl(e.type);case 16:return Xl("Lazy");case 13:return Xl("Suspense");case 19:return Xl("SuspenseList");case 0:case 2:case 15:return e=Ep(e.type,!1),e;case 11:return e=Ep(e.type.render,!1),e;case 1:return e=Ep(e.type,!0),e;default:return""}}function km(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case wa:return"Fragment";case ba:return"Portal";case Em:return"Profiler";case wv:return"StrictMode";case Tm:return"Suspense";case Pm:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case Vj:return(e.displayName||"Context")+".Consumer";case Bj:return(e._context.displayName||"Context")+".Provider";case Sv:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case jv:return t=e.displayName||null,t!==null?t:km(e.type)||"Memo";case li:t=e._payload,e=e._init;try{return km(e(t))}catch{}}return null}function cA(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return km(t);case 8:return t===wv?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t}return null}function _i(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function Hj(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function uA(e){var t=Hj(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&typeof n<"u"&&typeof n.get=="function"&&typeof n.set=="function"){var o=n.get,i=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(a){r=""+a,i.call(this,a)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(a){r=""+a},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Wu(e){e._valueTracker||(e._valueTracker=uA(e))}function qj(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=Hj(e)?e.checked?"true":"false":e.value),e=r,e!==n?(t.setValue(e),!0):!1}function Fd(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function Rm(e,t){var n=t.checked;return Bt({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n??e._wrapperState.initialChecked})}function h1(e,t){var n=t.defaultValue==null?"":t.defaultValue,r=t.checked!=null?t.checked:t.defaultChecked;n=_i(t.value!=null?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function Gj(e,t){t=t.checked,t!=null&&bv(e,"checked",t,!1)}function _m(e,t){Gj(e,t);var n=_i(t.value),r=t.type;if(n!=null)r==="number"?(n===0&&e.value===""||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if(r==="submit"||r==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?Dm(e,t.type,n):t.hasOwnProperty("defaultValue")&&Dm(e,t.type,_i(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function p1(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!(r!=="submit"&&r!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}n=e.name,n!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,n!==""&&(e.name=n)}function Dm(e,t,n){(t!=="number"||Fd(e.ownerDocument)!==e)&&(n==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var Jl=Array.isArray;function Oa(e,t,n,r){if(e=e.options,t){t={};for(var o=0;o<n.length;o++)t["$"+n[o]]=!0;for(n=0;n<e.length;n++)o=t.hasOwnProperty("$"+e[n].value),e[n].selected!==o&&(e[n].selected=o),o&&r&&(e[n].defaultSelected=!0)}else{for(n=""+_i(n),t=null,o=0;o<e.length;o++){if(e[o].value===n){e[o].selected=!0,r&&(e[o].defaultSelected=!0);return}t!==null||e[o].disabled||(t=e[o])}t!==null&&(t.selected=!0)}}function Im(e,t){if(t.dangerouslySetInnerHTML!=null)throw Error(te(91));return Bt({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function m1(e,t){var n=t.value;if(n==null){if(n=t.children,t=t.defaultValue,n!=null){if(t!=null)throw Error(te(92));if(Jl(n)){if(1<n.length)throw Error(te(93));n=n[0]}t=n}t==null&&(t=""),n=t}e._wrapperState={initialValue:_i(n)}}function Qj(e,t){var n=_i(t.value),r=_i(t.defaultValue);n!=null&&(n=""+n,n!==e.value&&(e.value=n),t.defaultValue==null&&e.defaultValue!==n&&(e.defaultValue=n)),r!=null&&(e.defaultValue=""+r)}function g1(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}function Kj(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function Am(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?Kj(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var Hu,Yj=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,n,r,o){MSApp.execUnsafeLocalFunction(function(){return e(t,n,r,o)})}:e}(function(e,t){if(e.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in e)e.innerHTML=t;else{for(Hu=Hu||document.createElement("div"),Hu.innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=Hu.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function yc(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&n.nodeType===3){n.nodeValue=t;return}}e.textContent=t}var oc={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},dA=["Webkit","ms","Moz","O"];Object.keys(oc).forEach(function(e){dA.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),oc[t]=oc[e]})});function Xj(e,t,n){return t==null||typeof t=="boolean"||t===""?"":n||typeof t!="number"||t===0||oc.hasOwnProperty(e)&&oc[e]?(""+t).trim():t+"px"}function Jj(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=n.indexOf("--")===0,o=Xj(n,t[n],r);n==="float"&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}var fA=Bt({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Nm(e,t){if(t){if(fA[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(te(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(te(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(te(61))}if(t.style!=null&&typeof t.style!="object")throw Error(te(62))}}function Mm(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Om=null;function Cv(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var Lm=null,La=null,$a=null;function v1(e){if(e=tu(e)){if(typeof Lm!="function")throw Error(te(280));var t=e.stateNode;t&&(t=Yf(t),Lm(e.stateNode,e.type,t))}}function Zj(e){La?$a?$a.push(e):$a=[e]:La=e}function eC(){if(La){var e=La,t=$a;if($a=La=null,v1(e),t)for(e=0;e<t.length;e++)v1(t[e])}}function tC(e,t){return e(t)}function nC(){}var Tp=!1;function rC(e,t,n){if(Tp)return e(t,n);Tp=!0;try{return tC(e,t,n)}finally{Tp=!1,(La!==null||$a!==null)&&(nC(),eC())}}function xc(e,t){var n=e.stateNode;if(n===null)return null;var r=Yf(n);if(r===null)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(e=e.type,r=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!r;break e;default:e=!1}if(e)return null;if(n&&typeof n!="function")throw Error(te(231,t,typeof n));return n}var $m=!1;if(Oo)try{var $l={};Object.defineProperty($l,"passive",{get:function(){$m=!0}}),window.addEventListener("test",$l,$l),window.removeEventListener("test",$l,$l)}catch{$m=!1}function hA(e,t,n,r,o,i,a,l,c){var u=Array.prototype.slice.call(arguments,3);try{t.apply(n,u)}catch(d){this.onError(d)}}var ic=!1,zd=null,Ud=!1,Fm=null,pA={onError:function(e){ic=!0,zd=e}};function mA(e,t,n,r,o,i,a,l,c){ic=!1,zd=null,hA.apply(pA,arguments)}function gA(e,t,n,r,o,i,a,l,c){if(mA.apply(this,arguments),ic){if(ic){var u=zd;ic=!1,zd=null}else throw Error(te(198));Ud||(Ud=!0,Fm=u)}}function Fs(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,t.flags&4098&&(n=t.return),e=t.return;while(e)}return t.tag===3?n:null}function oC(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function y1(e){if(Fs(e)!==e)throw Error(te(188))}function vA(e){var t=e.alternate;if(!t){if(t=Fs(e),t===null)throw Error(te(188));return t!==e?null:e}for(var n=e,r=t;;){var o=n.return;if(o===null)break;var i=o.alternate;if(i===null){if(r=o.return,r!==null){n=r;continue}break}if(o.child===i.child){for(i=o.child;i;){if(i===n)return y1(o),e;if(i===r)return y1(o),t;i=i.sibling}throw Error(te(188))}if(n.return!==r.return)n=o,r=i;else{for(var a=!1,l=o.child;l;){if(l===n){a=!0,n=o,r=i;break}if(l===r){a=!0,r=o,n=i;break}l=l.sibling}if(!a){for(l=i.child;l;){if(l===n){a=!0,n=i,r=o;break}if(l===r){a=!0,r=i,n=o;break}l=l.sibling}if(!a)throw Error(te(189))}}if(n.alternate!==r)throw Error(te(190))}if(n.tag!==3)throw Error(te(188));return n.stateNode.current===n?e:t}function iC(e){return e=vA(e),e!==null?sC(e):null}function sC(e){if(e.tag===5||e.tag===6)return e;for(e=e.child;e!==null;){var t=sC(e);if(t!==null)return t;e=e.sibling}return null}var aC=cr.unstable_scheduleCallback,x1=cr.unstable_cancelCallback,yA=cr.unstable_shouldYield,xA=cr.unstable_requestPaint,Kt=cr.unstable_now,bA=cr.unstable_getCurrentPriorityLevel,Ev=cr.unstable_ImmediatePriority,lC=cr.unstable_UserBlockingPriority,Bd=cr.unstable_NormalPriority,wA=cr.unstable_LowPriority,cC=cr.unstable_IdlePriority,qf=null,uo=null;function SA(e){if(uo&&typeof uo.onCommitFiberRoot=="function")try{uo.onCommitFiberRoot(qf,e,void 0,(e.current.flags&128)===128)}catch{}}var Br=Math.clz32?Math.clz32:EA,jA=Math.log,CA=Math.LN2;function EA(e){return e>>>=0,e===0?32:31-(jA(e)/CA|0)|0}var qu=64,Gu=4194304;function Zl(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function Vd(e,t){var n=e.pendingLanes;if(n===0)return 0;var r=0,o=e.suspendedLanes,i=e.pingedLanes,a=n&268435455;if(a!==0){var l=a&~o;l!==0?r=Zl(l):(i&=a,i!==0&&(r=Zl(i)))}else a=n&~o,a!==0?r=Zl(a):i!==0&&(r=Zl(i));if(r===0)return 0;if(t!==0&&t!==r&&!(t&o)&&(o=r&-r,i=t&-t,o>=i||o===16&&(i&4194240)!==0))return t;if(r&4&&(r|=n&16),t=e.entangledLanes,t!==0)for(e=e.entanglements,t&=r;0<t;)n=31-Br(t),o=1<<n,r|=e[n],t&=~o;return r}function TA(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function PA(e,t){for(var n=e.suspendedLanes,r=e.pingedLanes,o=e.expirationTimes,i=e.pendingLanes;0<i;){var a=31-Br(i),l=1<<a,c=o[a];c===-1?(!(l&n)||l&r)&&(o[a]=TA(l,t)):c<=t&&(e.expiredLanes|=l),i&=~l}}function zm(e){return e=e.pendingLanes&-1073741825,e!==0?e:e&1073741824?1073741824:0}function uC(){var e=qu;return qu<<=1,!(qu&4194240)&&(qu=64),e}function Pp(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function Zc(e,t,n){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-Br(t),e[t]=n}function kA(e,t){var n=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var r=e.eventTimes;for(e=e.expirationTimes;0<n;){var o=31-Br(n),i=1<<o;t[o]=0,r[o]=-1,e[o]=-1,n&=~i}}function Tv(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var r=31-Br(n),o=1<<r;o&t|e[r]&t&&(e[r]|=t),n&=~o}}var pt=0;function dC(e){return e&=-e,1<e?4<e?e&268435455?16:536870912:4:1}var fC,Pv,hC,pC,mC,Um=!1,Qu=[],wi=null,Si=null,ji=null,bc=new Map,wc=new Map,pi=[],RA="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function b1(e,t){switch(e){case"focusin":case"focusout":wi=null;break;case"dragenter":case"dragleave":Si=null;break;case"mouseover":case"mouseout":ji=null;break;case"pointerover":case"pointerout":bc.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":wc.delete(t.pointerId)}}function Fl(e,t,n,r,o,i){return e===null||e.nativeEvent!==i?(e={blockedOn:t,domEventName:n,eventSystemFlags:r,nativeEvent:i,targetContainers:[o]},t!==null&&(t=tu(t),t!==null&&Pv(t)),e):(e.eventSystemFlags|=r,t=e.targetContainers,o!==null&&t.indexOf(o)===-1&&t.push(o),e)}function _A(e,t,n,r,o){switch(t){case"focusin":return wi=Fl(wi,e,t,n,r,o),!0;case"dragenter":return Si=Fl(Si,e,t,n,r,o),!0;case"mouseover":return ji=Fl(ji,e,t,n,r,o),!0;case"pointerover":var i=o.pointerId;return bc.set(i,Fl(bc.get(i)||null,e,t,n,r,o)),!0;case"gotpointercapture":return i=o.pointerId,wc.set(i,Fl(wc.get(i)||null,e,t,n,r,o)),!0}return!1}function gC(e){var t=cs(e.target);if(t!==null){var n=Fs(t);if(n!==null){if(t=n.tag,t===13){if(t=oC(n),t!==null){e.blockedOn=t,mC(e.priority,function(){hC(n)});return}}else if(t===3&&n.stateNode.current.memoizedState.isDehydrated){e.blockedOn=n.tag===3?n.stateNode.containerInfo:null;return}}}e.blockedOn=null}function bd(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var n=Bm(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(n===null){n=e.nativeEvent;var r=new n.constructor(n.type,n);Om=r,n.target.dispatchEvent(r),Om=null}else return t=tu(n),t!==null&&Pv(t),e.blockedOn=n,!1;t.shift()}return!0}function w1(e,t,n){bd(e)&&n.delete(t)}function DA(){Um=!1,wi!==null&&bd(wi)&&(wi=null),Si!==null&&bd(Si)&&(Si=null),ji!==null&&bd(ji)&&(ji=null),bc.forEach(w1),wc.forEach(w1)}function zl(e,t){e.blockedOn===t&&(e.blockedOn=null,Um||(Um=!0,cr.unstable_scheduleCallback(cr.unstable_NormalPriority,DA)))}function Sc(e){function t(o){return zl(o,e)}if(0<Qu.length){zl(Qu[0],e);for(var n=1;n<Qu.length;n++){var r=Qu[n];r.blockedOn===e&&(r.blockedOn=null)}}for(wi!==null&&zl(wi,e),Si!==null&&zl(Si,e),ji!==null&&zl(ji,e),bc.forEach(t),wc.forEach(t),n=0;n<pi.length;n++)r=pi[n],r.blockedOn===e&&(r.blockedOn=null);for(;0<pi.length&&(n=pi[0],n.blockedOn===null);)gC(n),n.blockedOn===null&&pi.shift()}var Fa=Ko.ReactCurrentBatchConfig,Wd=!0;function IA(e,t,n,r){var o=pt,i=Fa.transition;Fa.transition=null;try{pt=1,kv(e,t,n,r)}finally{pt=o,Fa.transition=i}}function AA(e,t,n,r){var o=pt,i=Fa.transition;Fa.transition=null;try{pt=4,kv(e,t,n,r)}finally{pt=o,Fa.transition=i}}function kv(e,t,n,r){if(Wd){var o=Bm(e,t,n,r);if(o===null)Lp(e,t,r,Hd,n),b1(e,r);else if(_A(o,e,t,n,r))r.stopPropagation();else if(b1(e,r),t&4&&-1<RA.indexOf(e)){for(;o!==null;){var i=tu(o);if(i!==null&&fC(i),i=Bm(e,t,n,r),i===null&&Lp(e,t,r,Hd,n),i===o)break;o=i}o!==null&&r.stopPropagation()}else Lp(e,t,r,null,n)}}var Hd=null;function Bm(e,t,n,r){if(Hd=null,e=Cv(r),e=cs(e),e!==null)if(t=Fs(e),t===null)e=null;else if(n=t.tag,n===13){if(e=oC(t),e!==null)return e;e=null}else if(n===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return Hd=e,null}function vC(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(bA()){case Ev:return 1;case lC:return 4;case Bd:case wA:return 16;case cC:return 536870912;default:return 16}default:return 16}}var yi=null,Rv=null,wd=null;function yC(){if(wd)return wd;var e,t=Rv,n=t.length,r,o="value"in yi?yi.value:yi.textContent,i=o.length;for(e=0;e<n&&t[e]===o[e];e++);var a=n-e;for(r=1;r<=a&&t[n-r]===o[i-r];r++);return wd=o.slice(e,1<r?1-r:void 0)}function Sd(e){var t=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}function Ku(){return!0}function S1(){return!1}function hr(e){function t(n,r,o,i,a){this._reactName=n,this._targetInst=o,this.type=r,this.nativeEvent=i,this.target=a,this.currentTarget=null;for(var l in e)e.hasOwnProperty(l)&&(n=e[l],this[l]=n?n(i):i[l]);return this.isDefaultPrevented=(i.defaultPrevented!=null?i.defaultPrevented:i.returnValue===!1)?Ku:S1,this.isPropagationStopped=S1,this}return Bt(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var n=this.nativeEvent;n&&(n.preventDefault?n.preventDefault():typeof n.returnValue!="unknown"&&(n.returnValue=!1),this.isDefaultPrevented=Ku)},stopPropagation:function(){var n=this.nativeEvent;n&&(n.stopPropagation?n.stopPropagation():typeof n.cancelBubble!="unknown"&&(n.cancelBubble=!0),this.isPropagationStopped=Ku)},persist:function(){},isPersistent:Ku}),t}var fl={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},_v=hr(fl),eu=Bt({},fl,{view:0,detail:0}),NA=hr(eu),kp,Rp,Ul,Gf=Bt({},eu,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Dv,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==Ul&&(Ul&&e.type==="mousemove"?(kp=e.screenX-Ul.screenX,Rp=e.screenY-Ul.screenY):Rp=kp=0,Ul=e),kp)},movementY:function(e){return"movementY"in e?e.movementY:Rp}}),j1=hr(Gf),MA=Bt({},Gf,{dataTransfer:0}),OA=hr(MA),LA=Bt({},eu,{relatedTarget:0}),_p=hr(LA),$A=Bt({},fl,{animationName:0,elapsedTime:0,pseudoElement:0}),FA=hr($A),zA=Bt({},fl,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),UA=hr(zA),BA=Bt({},fl,{data:0}),C1=hr(BA),VA={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},WA={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},HA={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function qA(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=HA[e])?!!t[e]:!1}function Dv(){return qA}var GA=Bt({},eu,{key:function(e){if(e.key){var t=VA[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=Sd(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?WA[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Dv,charCode:function(e){return e.type==="keypress"?Sd(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?Sd(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),QA=hr(GA),KA=Bt({},Gf,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),E1=hr(KA),YA=Bt({},eu,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Dv}),XA=hr(YA),JA=Bt({},fl,{propertyName:0,elapsedTime:0,pseudoElement:0}),ZA=hr(JA),eN=Bt({},Gf,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),tN=hr(eN),nN=[9,13,27,32],Iv=Oo&&"CompositionEvent"in window,sc=null;Oo&&"documentMode"in document&&(sc=document.documentMode);var rN=Oo&&"TextEvent"in window&&!sc,xC=Oo&&(!Iv||sc&&8<sc&&11>=sc),T1=" ",P1=!1;function bC(e,t){switch(e){case"keyup":return nN.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function wC(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var Sa=!1;function oN(e,t){switch(e){case"compositionend":return wC(t);case"keypress":return t.which!==32?null:(P1=!0,T1);case"textInput":return e=t.data,e===T1&&P1?null:e;default:return null}}function iN(e,t){if(Sa)return e==="compositionend"||!Iv&&bC(e,t)?(e=yC(),wd=Rv=yi=null,Sa=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return xC&&t.locale!=="ko"?null:t.data;default:return null}}var sN={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function k1(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!sN[e.type]:t==="textarea"}function SC(e,t,n,r){Zj(r),t=qd(t,"onChange"),0<t.length&&(n=new _v("onChange","change",null,n,r),e.push({event:n,listeners:t}))}var ac=null,jc=null;function aN(e){AC(e,0)}function Qf(e){var t=Ea(e);if(qj(t))return e}function lN(e,t){if(e==="change")return t}var jC=!1;if(Oo){var Dp;if(Oo){var Ip="oninput"in document;if(!Ip){var R1=document.createElement("div");R1.setAttribute("oninput","return;"),Ip=typeof R1.oninput=="function"}Dp=Ip}else Dp=!1;jC=Dp&&(!document.documentMode||9<document.documentMode)}function _1(){ac&&(ac.detachEvent("onpropertychange",CC),jc=ac=null)}function CC(e){if(e.propertyName==="value"&&Qf(jc)){var t=[];SC(t,jc,e,Cv(e)),rC(aN,t)}}function cN(e,t,n){e==="focusin"?(_1(),ac=t,jc=n,ac.attachEvent("onpropertychange",CC)):e==="focusout"&&_1()}function uN(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return Qf(jc)}function dN(e,t){if(e==="click")return Qf(t)}function fN(e,t){if(e==="input"||e==="change")return Qf(t)}function hN(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var Hr=typeof Object.is=="function"?Object.is:hN;function Cc(e,t){if(Hr(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++){var o=n[r];if(!Cm.call(t,o)||!Hr(e[o],t[o]))return!1}return!0}function D1(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function I1(e,t){var n=D1(e);e=0;for(var r;n;){if(n.nodeType===3){if(r=e+n.textContent.length,e<=t&&r>=t)return{node:n,offset:t-e};e=r}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=D1(n)}}function EC(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?EC(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function TC(){for(var e=window,t=Fd();t instanceof e.HTMLIFrameElement;){try{var n=typeof t.contentWindow.location.href=="string"}catch{n=!1}if(n)e=t.contentWindow;else break;t=Fd(e.document)}return t}function Av(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function pN(e){var t=TC(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&EC(n.ownerDocument.documentElement,n)){if(r!==null&&Av(n)){if(t=r.start,e=r.end,e===void 0&&(e=t),"selectionStart"in n)n.selectionStart=t,n.selectionEnd=Math.min(e,n.value.length);else if(e=(t=n.ownerDocument||document)&&t.defaultView||window,e.getSelection){e=e.getSelection();var o=n.textContent.length,i=Math.min(r.start,o);r=r.end===void 0?i:Math.min(r.end,o),!e.extend&&i>r&&(o=r,r=i,i=o),o=I1(n,i);var a=I1(n,r);o&&a&&(e.rangeCount!==1||e.anchorNode!==o.node||e.anchorOffset!==o.offset||e.focusNode!==a.node||e.focusOffset!==a.offset)&&(t=t.createRange(),t.setStart(o.node,o.offset),e.removeAllRanges(),i>r?(e.addRange(t),e.extend(a.node,a.offset)):(t.setEnd(a.node,a.offset),e.addRange(t)))}}for(t=[],e=n;e=e.parentNode;)e.nodeType===1&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof n.focus=="function"&&n.focus(),n=0;n<t.length;n++)e=t[n],e.element.scrollLeft=e.left,e.element.scrollTop=e.top}}var mN=Oo&&"documentMode"in document&&11>=document.documentMode,ja=null,Vm=null,lc=null,Wm=!1;function A1(e,t,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;Wm||ja==null||ja!==Fd(r)||(r=ja,"selectionStart"in r&&Av(r)?r={start:r.selectionStart,end:r.selectionEnd}:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection(),r={anchorNode:r.anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset}),lc&&Cc(lc,r)||(lc=r,r=qd(Vm,"onSelect"),0<r.length&&(t=new _v("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=ja)))}function Yu(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var Ca={animationend:Yu("Animation","AnimationEnd"),animationiteration:Yu("Animation","AnimationIteration"),animationstart:Yu("Animation","AnimationStart"),transitionend:Yu("Transition","TransitionEnd")},Ap={},PC={};Oo&&(PC=document.createElement("div").style,"AnimationEvent"in window||(delete Ca.animationend.animation,delete Ca.animationiteration.animation,delete Ca.animationstart.animation),"TransitionEvent"in window||delete Ca.transitionend.transition);function Kf(e){if(Ap[e])return Ap[e];if(!Ca[e])return e;var t=Ca[e],n;for(n in t)if(t.hasOwnProperty(n)&&n in PC)return Ap[e]=t[n];return e}var kC=Kf("animationend"),RC=Kf("animationiteration"),_C=Kf("animationstart"),DC=Kf("transitionend"),IC=new Map,N1="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function $i(e,t){IC.set(e,t),$s(t,[e])}for(var Np=0;Np<N1.length;Np++){var Mp=N1[Np],gN=Mp.toLowerCase(),vN=Mp[0].toUpperCase()+Mp.slice(1);$i(gN,"on"+vN)}$i(kC,"onAnimationEnd");$i(RC,"onAnimationIteration");$i(_C,"onAnimationStart");$i("dblclick","onDoubleClick");$i("focusin","onFocus");$i("focusout","onBlur");$i(DC,"onTransitionEnd");qa("onMouseEnter",["mouseout","mouseover"]);qa("onMouseLeave",["mouseout","mouseover"]);qa("onPointerEnter",["pointerout","pointerover"]);qa("onPointerLeave",["pointerout","pointerover"]);$s("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));$s("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));$s("onBeforeInput",["compositionend","keypress","textInput","paste"]);$s("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));$s("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));$s("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var ec="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),yN=new Set("cancel close invalid load scroll toggle".split(" ").concat(ec));function M1(e,t,n){var r=e.type||"unknown-event";e.currentTarget=n,gA(r,t,void 0,e),e.currentTarget=null}function AC(e,t){t=(t&4)!==0;for(var n=0;n<e.length;n++){var r=e[n],o=r.event;r=r.listeners;e:{var i=void 0;if(t)for(var a=r.length-1;0<=a;a--){var l=r[a],c=l.instance,u=l.currentTarget;if(l=l.listener,c!==i&&o.isPropagationStopped())break e;M1(o,l,u),i=c}else for(a=0;a<r.length;a++){if(l=r[a],c=l.instance,u=l.currentTarget,l=l.listener,c!==i&&o.isPropagationStopped())break e;M1(o,l,u),i=c}}}if(Ud)throw e=Fm,Ud=!1,Fm=null,e}function Rt(e,t){var n=t[Km];n===void 0&&(n=t[Km]=new Set);var r=e+"__bubble";n.has(r)||(NC(t,e,2,!1),n.add(r))}function Op(e,t,n){var r=0;t&&(r|=4),NC(n,e,r,t)}var Xu="_reactListening"+Math.random().toString(36).slice(2);function Ec(e){if(!e[Xu]){e[Xu]=!0,Uj.forEach(function(n){n!=="selectionchange"&&(yN.has(n)||Op(n,!1,e),Op(n,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[Xu]||(t[Xu]=!0,Op("selectionchange",!1,t))}}function NC(e,t,n,r){switch(vC(t)){case 1:var o=IA;break;case 4:o=AA;break;default:o=kv}n=o.bind(null,t,n,e),o=void 0,!$m||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(o=!0),r?o!==void 0?e.addEventListener(t,n,{capture:!0,passive:o}):e.addEventListener(t,n,!0):o!==void 0?e.addEventListener(t,n,{passive:o}):e.addEventListener(t,n,!1)}function Lp(e,t,n,r,o){var i=r;if(!(t&1)&&!(t&2)&&r!==null)e:for(;;){if(r===null)return;var a=r.tag;if(a===3||a===4){var l=r.stateNode.containerInfo;if(l===o||l.nodeType===8&&l.parentNode===o)break;if(a===4)for(a=r.return;a!==null;){var c=a.tag;if((c===3||c===4)&&(c=a.stateNode.containerInfo,c===o||c.nodeType===8&&c.parentNode===o))return;a=a.return}for(;l!==null;){if(a=cs(l),a===null)return;if(c=a.tag,c===5||c===6){r=i=a;continue e}l=l.parentNode}}r=r.return}rC(function(){var u=i,d=Cv(n),f=[];e:{var h=IC.get(e);if(h!==void 0){var m=_v,g=e;switch(e){case"keypress":if(Sd(n)===0)break e;case"keydown":case"keyup":m=QA;break;case"focusin":g="focus",m=_p;break;case"focusout":g="blur",m=_p;break;case"beforeblur":case"afterblur":m=_p;break;case"click":if(n.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":m=j1;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":m=OA;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":m=XA;break;case kC:case RC:case _C:m=FA;break;case DC:m=ZA;break;case"scroll":m=NA;break;case"wheel":m=tN;break;case"copy":case"cut":case"paste":m=UA;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":m=E1}var v=(t&4)!==0,S=!v&&e==="scroll",b=v?h!==null?h+"Capture":null:h;v=[];for(var x=u,y;x!==null;){y=x;var w=y.stateNode;if(y.tag===5&&w!==null&&(y=w,b!==null&&(w=xc(x,b),w!=null&&v.push(Tc(x,w,y)))),S)break;x=x.return}0<v.length&&(h=new m(h,g,null,n,d),f.push({event:h,listeners:v}))}}if(!(t&7)){e:{if(h=e==="mouseover"||e==="pointerover",m=e==="mouseout"||e==="pointerout",h&&n!==Om&&(g=n.relatedTarget||n.fromElement)&&(cs(g)||g[Lo]))break e;if((m||h)&&(h=d.window===d?d:(h=d.ownerDocument)?h.defaultView||h.parentWindow:window,m?(g=n.relatedTarget||n.toElement,m=u,g=g?cs(g):null,g!==null&&(S=Fs(g),g!==S||g.tag!==5&&g.tag!==6)&&(g=null)):(m=null,g=u),m!==g)){if(v=j1,w="onMouseLeave",b="onMouseEnter",x="mouse",(e==="pointerout"||e==="pointerover")&&(v=E1,w="onPointerLeave",b="onPointerEnter",x="pointer"),S=m==null?h:Ea(m),y=g==null?h:Ea(g),h=new v(w,x+"leave",m,n,d),h.target=S,h.relatedTarget=y,w=null,cs(d)===u&&(v=new v(b,x+"enter",g,n,d),v.target=y,v.relatedTarget=S,w=v),S=w,m&&g)t:{for(v=m,b=g,x=0,y=v;y;y=da(y))x++;for(y=0,w=b;w;w=da(w))y++;for(;0<x-y;)v=da(v),x--;for(;0<y-x;)b=da(b),y--;for(;x--;){if(v===b||b!==null&&v===b.alternate)break t;v=da(v),b=da(b)}v=null}else v=null;m!==null&&O1(f,h,m,v,!1),g!==null&&S!==null&&O1(f,S,g,v,!0)}}e:{if(h=u?Ea(u):window,m=h.nodeName&&h.nodeName.toLowerCase(),m==="select"||m==="input"&&h.type==="file")var C=lN;else if(k1(h))if(jC)C=fN;else{C=uN;var j=cN}else(m=h.nodeName)&&m.toLowerCase()==="input"&&(h.type==="checkbox"||h.type==="radio")&&(C=dN);if(C&&(C=C(e,u))){SC(f,C,n,d);break e}j&&j(e,h,u),e==="focusout"&&(j=h._wrapperState)&&j.controlled&&h.type==="number"&&Dm(h,"number",h.value)}switch(j=u?Ea(u):window,e){case"focusin":(k1(j)||j.contentEditable==="true")&&(ja=j,Vm=u,lc=null);break;case"focusout":lc=Vm=ja=null;break;case"mousedown":Wm=!0;break;case"contextmenu":case"mouseup":case"dragend":Wm=!1,A1(f,n,d);break;case"selectionchange":if(mN)break;case"keydown":case"keyup":A1(f,n,d)}var T;if(Iv)e:{switch(e){case"compositionstart":var E="onCompositionStart";break e;case"compositionend":E="onCompositionEnd";break e;case"compositionupdate":E="onCompositionUpdate";break e}E=void 0}else Sa?bC(e,n)&&(E="onCompositionEnd"):e==="keydown"&&n.keyCode===229&&(E="onCompositionStart");E&&(xC&&n.locale!=="ko"&&(Sa||E!=="onCompositionStart"?E==="onCompositionEnd"&&Sa&&(T=yC()):(yi=d,Rv="value"in yi?yi.value:yi.textContent,Sa=!0)),j=qd(u,E),0<j.length&&(E=new C1(E,e,null,n,d),f.push({event:E,listeners:j}),T?E.data=T:(T=wC(n),T!==null&&(E.data=T)))),(T=rN?oN(e,n):iN(e,n))&&(u=qd(u,"onBeforeInput"),0<u.length&&(d=new C1("onBeforeInput","beforeinput",null,n,d),f.push({event:d,listeners:u}),d.data=T))}AC(f,t)})}function Tc(e,t,n){return{instance:e,listener:t,currentTarget:n}}function qd(e,t){for(var n=t+"Capture",r=[];e!==null;){var o=e,i=o.stateNode;o.tag===5&&i!==null&&(o=i,i=xc(e,n),i!=null&&r.unshift(Tc(e,i,o)),i=xc(e,t),i!=null&&r.push(Tc(e,i,o))),e=e.return}return r}function da(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5);return e||null}function O1(e,t,n,r,o){for(var i=t._reactName,a=[];n!==null&&n!==r;){var l=n,c=l.alternate,u=l.stateNode;if(c!==null&&c===r)break;l.tag===5&&u!==null&&(l=u,o?(c=xc(n,i),c!=null&&a.unshift(Tc(n,c,l))):o||(c=xc(n,i),c!=null&&a.push(Tc(n,c,l)))),n=n.return}a.length!==0&&e.push({event:t,listeners:a})}var xN=/\r\n?/g,bN=/\u0000|\uFFFD/g;function L1(e){return(typeof e=="string"?e:""+e).replace(xN,`
81
+ `).replace(bN,"")}function Ju(e,t,n){if(t=L1(t),L1(e)!==t&&n)throw Error(te(425))}function Gd(){}var Hm=null,qm=null;function Gm(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var Qm=typeof setTimeout=="function"?setTimeout:void 0,wN=typeof clearTimeout=="function"?clearTimeout:void 0,$1=typeof Promise=="function"?Promise:void 0,SN=typeof queueMicrotask=="function"?queueMicrotask:typeof $1<"u"?function(e){return $1.resolve(null).then(e).catch(jN)}:Qm;function jN(e){setTimeout(function(){throw e})}function $p(e,t){var n=t,r=0;do{var o=n.nextSibling;if(e.removeChild(n),o&&o.nodeType===8)if(n=o.data,n==="/$"){if(r===0){e.removeChild(o),Sc(t);return}r--}else n!=="$"&&n!=="$?"&&n!=="$!"||r++;n=o}while(n);Sc(t)}function Ci(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t==="$"||t==="$!"||t==="$?")break;if(t==="/$")return null}}return e}function F1(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="$"||n==="$!"||n==="$?"){if(t===0)return e;t--}else n==="/$"&&t++}e=e.previousSibling}return null}var hl=Math.random().toString(36).slice(2),co="__reactFiber$"+hl,Pc="__reactProps$"+hl,Lo="__reactContainer$"+hl,Km="__reactEvents$"+hl,CN="__reactListeners$"+hl,EN="__reactHandles$"+hl;function cs(e){var t=e[co];if(t)return t;for(var n=e.parentNode;n;){if(t=n[Lo]||n[co]){if(n=t.alternate,t.child!==null||n!==null&&n.child!==null)for(e=F1(e);e!==null;){if(n=e[co])return n;e=F1(e)}return t}e=n,n=e.parentNode}return null}function tu(e){return e=e[co]||e[Lo],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function Ea(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(te(33))}function Yf(e){return e[Pc]||null}var Ym=[],Ta=-1;function Fi(e){return{current:e}}function It(e){0>Ta||(e.current=Ym[Ta],Ym[Ta]=null,Ta--)}function Et(e,t){Ta++,Ym[Ta]=e.current,e.current=t}var Di={},Pn=Fi(Di),Qn=Fi(!1),ys=Di;function Ga(e,t){var n=e.type.contextTypes;if(!n)return Di;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o={},i;for(i in n)o[i]=t[i];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=o),o}function Kn(e){return e=e.childContextTypes,e!=null}function Qd(){It(Qn),It(Pn)}function z1(e,t,n){if(Pn.current!==Di)throw Error(te(168));Et(Pn,t),Et(Qn,n)}function MC(e,t,n){var r=e.stateNode;if(t=t.childContextTypes,typeof r.getChildContext!="function")return n;r=r.getChildContext();for(var o in r)if(!(o in t))throw Error(te(108,cA(e)||"Unknown",o));return Bt({},n,r)}function Kd(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Di,ys=Pn.current,Et(Pn,e),Et(Qn,Qn.current),!0}function U1(e,t,n){var r=e.stateNode;if(!r)throw Error(te(169));n?(e=MC(e,t,ys),r.__reactInternalMemoizedMergedChildContext=e,It(Qn),It(Pn),Et(Pn,e)):It(Qn),Et(Qn,n)}var To=null,Xf=!1,Fp=!1;function OC(e){To===null?To=[e]:To.push(e)}function TN(e){Xf=!0,OC(e)}function zi(){if(!Fp&&To!==null){Fp=!0;var e=0,t=pt;try{var n=To;for(pt=1;e<n.length;e++){var r=n[e];do r=r(!0);while(r!==null)}To=null,Xf=!1}catch(o){throw To!==null&&(To=To.slice(e+1)),aC(Ev,zi),o}finally{pt=t,Fp=!1}}return null}var Pa=[],ka=0,Yd=null,Xd=0,vr=[],yr=0,xs=null,ko=1,Ro="";function es(e,t){Pa[ka++]=Xd,Pa[ka++]=Yd,Yd=e,Xd=t}function LC(e,t,n){vr[yr++]=ko,vr[yr++]=Ro,vr[yr++]=xs,xs=e;var r=ko;e=Ro;var o=32-Br(r)-1;r&=~(1<<o),n+=1;var i=32-Br(t)+o;if(30<i){var a=o-o%5;i=(r&(1<<a)-1).toString(32),r>>=a,o-=a,ko=1<<32-Br(t)+o|n<<o|r,Ro=i+e}else ko=1<<i|n<<o|r,Ro=e}function Nv(e){e.return!==null&&(es(e,1),LC(e,1,0))}function Mv(e){for(;e===Yd;)Yd=Pa[--ka],Pa[ka]=null,Xd=Pa[--ka],Pa[ka]=null;for(;e===xs;)xs=vr[--yr],vr[yr]=null,Ro=vr[--yr],vr[yr]=null,ko=vr[--yr],vr[yr]=null}var lr=null,sr=null,Ot=!1,Fr=null;function $C(e,t){var n=xr(5,null,null,0);n.elementType="DELETED",n.stateNode=t,n.return=e,t=e.deletions,t===null?(e.deletions=[n],e.flags|=16):t.push(n)}function B1(e,t){switch(e.tag){case 5:var n=e.type;return t=t.nodeType!==1||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t,t!==null?(e.stateNode=t,lr=e,sr=Ci(t.firstChild),!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,lr=e,sr=null,!0):!1;case 13:return t=t.nodeType!==8?null:t,t!==null?(n=xs!==null?{id:ko,overflow:Ro}:null,e.memoizedState={dehydrated:t,treeContext:n,retryLane:1073741824},n=xr(18,null,null,0),n.stateNode=t,n.return=e,e.child=n,lr=e,sr=null,!0):!1;default:return!1}}function Xm(e){return(e.mode&1)!==0&&(e.flags&128)===0}function Jm(e){if(Ot){var t=sr;if(t){var n=t;if(!B1(e,t)){if(Xm(e))throw Error(te(418));t=Ci(n.nextSibling);var r=lr;t&&B1(e,t)?$C(r,n):(e.flags=e.flags&-4097|2,Ot=!1,lr=e)}}else{if(Xm(e))throw Error(te(418));e.flags=e.flags&-4097|2,Ot=!1,lr=e}}}function V1(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;lr=e}function Zu(e){if(e!==lr)return!1;if(!Ot)return V1(e),Ot=!0,!1;var t;if((t=e.tag!==3)&&!(t=e.tag!==5)&&(t=e.type,t=t!=="head"&&t!=="body"&&!Gm(e.type,e.memoizedProps)),t&&(t=sr)){if(Xm(e))throw FC(),Error(te(418));for(;t;)$C(e,t),t=Ci(t.nextSibling)}if(V1(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(te(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="/$"){if(t===0){sr=Ci(e.nextSibling);break e}t--}else n!=="$"&&n!=="$!"&&n!=="$?"||t++}e=e.nextSibling}sr=null}}else sr=lr?Ci(e.stateNode.nextSibling):null;return!0}function FC(){for(var e=sr;e;)e=Ci(e.nextSibling)}function Qa(){sr=lr=null,Ot=!1}function Ov(e){Fr===null?Fr=[e]:Fr.push(e)}var PN=Ko.ReactCurrentBatchConfig;function Or(e,t){if(e&&e.defaultProps){t=Bt({},t),e=e.defaultProps;for(var n in e)t[n]===void 0&&(t[n]=e[n]);return t}return t}var Jd=Fi(null),Zd=null,Ra=null,Lv=null;function $v(){Lv=Ra=Zd=null}function Fv(e){var t=Jd.current;It(Jd),e._currentValue=t}function Zm(e,t,n){for(;e!==null;){var r=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,r!==null&&(r.childLanes|=t)):r!==null&&(r.childLanes&t)!==t&&(r.childLanes|=t),e===n)break;e=e.return}}function za(e,t){Zd=e,Lv=Ra=null,e=e.dependencies,e!==null&&e.firstContext!==null&&(e.lanes&t&&(Gn=!0),e.firstContext=null)}function jr(e){var t=e._currentValue;if(Lv!==e)if(e={context:e,memoizedValue:t,next:null},Ra===null){if(Zd===null)throw Error(te(308));Ra=e,Zd.dependencies={lanes:0,firstContext:e}}else Ra=Ra.next=e;return t}var us=null;function zv(e){us===null?us=[e]:us.push(e)}function zC(e,t,n,r){var o=t.interleaved;return o===null?(n.next=n,zv(t)):(n.next=o.next,o.next=n),t.interleaved=n,$o(e,r)}function $o(e,t){e.lanes|=t;var n=e.alternate;for(n!==null&&(n.lanes|=t),n=e,e=e.return;e!==null;)e.childLanes|=t,n=e.alternate,n!==null&&(n.childLanes|=t),n=e,e=e.return;return n.tag===3?n.stateNode:null}var ci=!1;function Uv(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function UC(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function Do(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function Ei(e,t,n){var r=e.updateQueue;if(r===null)return null;if(r=r.shared,tt&2){var o=r.pending;return o===null?t.next=t:(t.next=o.next,o.next=t),r.pending=t,$o(e,n)}return o=r.interleaved,o===null?(t.next=t,zv(r)):(t.next=o.next,o.next=t),r.interleaved=t,$o(e,n)}function jd(e,t,n){if(t=t.updateQueue,t!==null&&(t=t.shared,(n&4194240)!==0)){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,Tv(e,n)}}function W1(e,t){var n=e.updateQueue,r=e.alternate;if(r!==null&&(r=r.updateQueue,n===r)){var o=null,i=null;if(n=n.firstBaseUpdate,n!==null){do{var a={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};i===null?o=i=a:i=i.next=a,n=n.next}while(n!==null);i===null?o=i=t:i=i.next=t}else o=i=t;n={baseState:r.baseState,firstBaseUpdate:o,lastBaseUpdate:i,shared:r.shared,effects:r.effects},e.updateQueue=n;return}e=n.lastBaseUpdate,e===null?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function ef(e,t,n,r){var o=e.updateQueue;ci=!1;var i=o.firstBaseUpdate,a=o.lastBaseUpdate,l=o.shared.pending;if(l!==null){o.shared.pending=null;var c=l,u=c.next;c.next=null,a===null?i=u:a.next=u,a=c;var d=e.alternate;d!==null&&(d=d.updateQueue,l=d.lastBaseUpdate,l!==a&&(l===null?d.firstBaseUpdate=u:l.next=u,d.lastBaseUpdate=c))}if(i!==null){var f=o.baseState;a=0,d=u=c=null,l=i;do{var h=l.lane,m=l.eventTime;if((r&h)===h){d!==null&&(d=d.next={eventTime:m,lane:0,tag:l.tag,payload:l.payload,callback:l.callback,next:null});e:{var g=e,v=l;switch(h=t,m=n,v.tag){case 1:if(g=v.payload,typeof g=="function"){f=g.call(m,f,h);break e}f=g;break e;case 3:g.flags=g.flags&-65537|128;case 0:if(g=v.payload,h=typeof g=="function"?g.call(m,f,h):g,h==null)break e;f=Bt({},f,h);break e;case 2:ci=!0}}l.callback!==null&&l.lane!==0&&(e.flags|=64,h=o.effects,h===null?o.effects=[l]:h.push(l))}else m={eventTime:m,lane:h,tag:l.tag,payload:l.payload,callback:l.callback,next:null},d===null?(u=d=m,c=f):d=d.next=m,a|=h;if(l=l.next,l===null){if(l=o.shared.pending,l===null)break;h=l,l=h.next,h.next=null,o.lastBaseUpdate=h,o.shared.pending=null}}while(!0);if(d===null&&(c=f),o.baseState=c,o.firstBaseUpdate=u,o.lastBaseUpdate=d,t=o.shared.interleaved,t!==null){o=t;do a|=o.lane,o=o.next;while(o!==t)}else i===null&&(o.shared.lanes=0);ws|=a,e.lanes=a,e.memoizedState=f}}function H1(e,t,n){if(e=t.effects,t.effects=null,e!==null)for(t=0;t<e.length;t++){var r=e[t],o=r.callback;if(o!==null){if(r.callback=null,r=n,typeof o!="function")throw Error(te(191,o));o.call(r)}}}var BC=new zj.Component().refs;function eg(e,t,n,r){t=e.memoizedState,n=n(r,t),n=n==null?t:Bt({},t,n),e.memoizedState=n,e.lanes===0&&(e.updateQueue.baseState=n)}var Jf={isMounted:function(e){return(e=e._reactInternals)?Fs(e)===e:!1},enqueueSetState:function(e,t,n){e=e._reactInternals;var r=On(),o=Pi(e),i=Do(r,o);i.payload=t,n!=null&&(i.callback=n),t=Ei(e,i,o),t!==null&&(Vr(t,e,o,r),jd(t,e,o))},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var r=On(),o=Pi(e),i=Do(r,o);i.tag=1,i.payload=t,n!=null&&(i.callback=n),t=Ei(e,i,o),t!==null&&(Vr(t,e,o,r),jd(t,e,o))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=On(),r=Pi(e),o=Do(n,r);o.tag=2,t!=null&&(o.callback=t),t=Ei(e,o,r),t!==null&&(Vr(t,e,r,n),jd(t,e,r))}};function q1(e,t,n,r,o,i,a){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(r,i,a):t.prototype&&t.prototype.isPureReactComponent?!Cc(n,r)||!Cc(o,i):!0}function VC(e,t,n){var r=!1,o=Di,i=t.contextType;return typeof i=="object"&&i!==null?i=jr(i):(o=Kn(t)?ys:Pn.current,r=t.contextTypes,i=(r=r!=null)?Ga(e,o):Di),t=new t(n,i),e.memoizedState=t.state!==null&&t.state!==void 0?t.state:null,t.updater=Jf,e.stateNode=t,t._reactInternals=e,r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=i),t}function G1(e,t,n,r){e=t.state,typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(n,r),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&Jf.enqueueReplaceState(t,t.state,null)}function tg(e,t,n,r){var o=e.stateNode;o.props=n,o.state=e.memoizedState,o.refs=BC,Uv(e);var i=t.contextType;typeof i=="object"&&i!==null?o.context=jr(i):(i=Kn(t)?ys:Pn.current,o.context=Ga(e,i)),o.state=e.memoizedState,i=t.getDerivedStateFromProps,typeof i=="function"&&(eg(e,t,i,n),o.state=e.memoizedState),typeof t.getDerivedStateFromProps=="function"||typeof o.getSnapshotBeforeUpdate=="function"||typeof o.UNSAFE_componentWillMount!="function"&&typeof o.componentWillMount!="function"||(t=o.state,typeof o.componentWillMount=="function"&&o.componentWillMount(),typeof o.UNSAFE_componentWillMount=="function"&&o.UNSAFE_componentWillMount(),t!==o.state&&Jf.enqueueReplaceState(o,o.state,null),ef(e,n,o,r),o.state=e.memoizedState),typeof o.componentDidMount=="function"&&(e.flags|=4194308)}function Bl(e,t,n){if(e=n.ref,e!==null&&typeof e!="function"&&typeof e!="object"){if(n._owner){if(n=n._owner,n){if(n.tag!==1)throw Error(te(309));var r=n.stateNode}if(!r)throw Error(te(147,e));var o=r,i=""+e;return t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===i?t.ref:(t=function(a){var l=o.refs;l===BC&&(l=o.refs={}),a===null?delete l[i]:l[i]=a},t._stringRef=i,t)}if(typeof e!="string")throw Error(te(284));if(!n._owner)throw Error(te(290,e))}return e}function ed(e,t){throw e=Object.prototype.toString.call(t),Error(te(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function Q1(e){var t=e._init;return t(e._payload)}function WC(e){function t(b,x){if(e){var y=b.deletions;y===null?(b.deletions=[x],b.flags|=16):y.push(x)}}function n(b,x){if(!e)return null;for(;x!==null;)t(b,x),x=x.sibling;return null}function r(b,x){for(b=new Map;x!==null;)x.key!==null?b.set(x.key,x):b.set(x.index,x),x=x.sibling;return b}function o(b,x){return b=ki(b,x),b.index=0,b.sibling=null,b}function i(b,x,y){return b.index=y,e?(y=b.alternate,y!==null?(y=y.index,y<x?(b.flags|=2,x):y):(b.flags|=2,x)):(b.flags|=1048576,x)}function a(b){return e&&b.alternate===null&&(b.flags|=2),b}function l(b,x,y,w){return x===null||x.tag!==6?(x=qp(y,b.mode,w),x.return=b,x):(x=o(x,y),x.return=b,x)}function c(b,x,y,w){var C=y.type;return C===wa?d(b,x,y.props.children,w,y.key):x!==null&&(x.elementType===C||typeof C=="object"&&C!==null&&C.$$typeof===li&&Q1(C)===x.type)?(w=o(x,y.props),w.ref=Bl(b,x,y),w.return=b,w):(w=Rd(y.type,y.key,y.props,null,b.mode,w),w.ref=Bl(b,x,y),w.return=b,w)}function u(b,x,y,w){return x===null||x.tag!==4||x.stateNode.containerInfo!==y.containerInfo||x.stateNode.implementation!==y.implementation?(x=Gp(y,b.mode,w),x.return=b,x):(x=o(x,y.children||[]),x.return=b,x)}function d(b,x,y,w,C){return x===null||x.tag!==7?(x=gs(y,b.mode,w,C),x.return=b,x):(x=o(x,y),x.return=b,x)}function f(b,x,y){if(typeof x=="string"&&x!==""||typeof x=="number")return x=qp(""+x,b.mode,y),x.return=b,x;if(typeof x=="object"&&x!==null){switch(x.$$typeof){case Vu:return y=Rd(x.type,x.key,x.props,null,b.mode,y),y.ref=Bl(b,null,x),y.return=b,y;case ba:return x=Gp(x,b.mode,y),x.return=b,x;case li:var w=x._init;return f(b,w(x._payload),y)}if(Jl(x)||Ll(x))return x=gs(x,b.mode,y,null),x.return=b,x;ed(b,x)}return null}function h(b,x,y,w){var C=x!==null?x.key:null;if(typeof y=="string"&&y!==""||typeof y=="number")return C!==null?null:l(b,x,""+y,w);if(typeof y=="object"&&y!==null){switch(y.$$typeof){case Vu:return y.key===C?c(b,x,y,w):null;case ba:return y.key===C?u(b,x,y,w):null;case li:return C=y._init,h(b,x,C(y._payload),w)}if(Jl(y)||Ll(y))return C!==null?null:d(b,x,y,w,null);ed(b,y)}return null}function m(b,x,y,w,C){if(typeof w=="string"&&w!==""||typeof w=="number")return b=b.get(y)||null,l(x,b,""+w,C);if(typeof w=="object"&&w!==null){switch(w.$$typeof){case Vu:return b=b.get(w.key===null?y:w.key)||null,c(x,b,w,C);case ba:return b=b.get(w.key===null?y:w.key)||null,u(x,b,w,C);case li:var j=w._init;return m(b,x,y,j(w._payload),C)}if(Jl(w)||Ll(w))return b=b.get(y)||null,d(x,b,w,C,null);ed(x,w)}return null}function g(b,x,y,w){for(var C=null,j=null,T=x,E=x=0,R=null;T!==null&&E<y.length;E++){T.index>E?(R=T,T=null):R=T.sibling;var _=h(b,T,y[E],w);if(_===null){T===null&&(T=R);break}e&&T&&_.alternate===null&&t(b,T),x=i(_,x,E),j===null?C=_:j.sibling=_,j=_,T=R}if(E===y.length)return n(b,T),Ot&&es(b,E),C;if(T===null){for(;E<y.length;E++)T=f(b,y[E],w),T!==null&&(x=i(T,x,E),j===null?C=T:j.sibling=T,j=T);return Ot&&es(b,E),C}for(T=r(b,T);E<y.length;E++)R=m(T,b,E,y[E],w),R!==null&&(e&&R.alternate!==null&&T.delete(R.key===null?E:R.key),x=i(R,x,E),j===null?C=R:j.sibling=R,j=R);return e&&T.forEach(function(N){return t(b,N)}),Ot&&es(b,E),C}function v(b,x,y,w){var C=Ll(y);if(typeof C!="function")throw Error(te(150));if(y=C.call(y),y==null)throw Error(te(151));for(var j=C=null,T=x,E=x=0,R=null,_=y.next();T!==null&&!_.done;E++,_=y.next()){T.index>E?(R=T,T=null):R=T.sibling;var N=h(b,T,_.value,w);if(N===null){T===null&&(T=R);break}e&&T&&N.alternate===null&&t(b,T),x=i(N,x,E),j===null?C=N:j.sibling=N,j=N,T=R}if(_.done)return n(b,T),Ot&&es(b,E),C;if(T===null){for(;!_.done;E++,_=y.next())_=f(b,_.value,w),_!==null&&(x=i(_,x,E),j===null?C=_:j.sibling=_,j=_);return Ot&&es(b,E),C}for(T=r(b,T);!_.done;E++,_=y.next())_=m(T,b,E,_.value,w),_!==null&&(e&&_.alternate!==null&&T.delete(_.key===null?E:_.key),x=i(_,x,E),j===null?C=_:j.sibling=_,j=_);return e&&T.forEach(function(O){return t(b,O)}),Ot&&es(b,E),C}function S(b,x,y,w){if(typeof y=="object"&&y!==null&&y.type===wa&&y.key===null&&(y=y.props.children),typeof y=="object"&&y!==null){switch(y.$$typeof){case Vu:e:{for(var C=y.key,j=x;j!==null;){if(j.key===C){if(C=y.type,C===wa){if(j.tag===7){n(b,j.sibling),x=o(j,y.props.children),x.return=b,b=x;break e}}else if(j.elementType===C||typeof C=="object"&&C!==null&&C.$$typeof===li&&Q1(C)===j.type){n(b,j.sibling),x=o(j,y.props),x.ref=Bl(b,j,y),x.return=b,b=x;break e}n(b,j);break}else t(b,j);j=j.sibling}y.type===wa?(x=gs(y.props.children,b.mode,w,y.key),x.return=b,b=x):(w=Rd(y.type,y.key,y.props,null,b.mode,w),w.ref=Bl(b,x,y),w.return=b,b=w)}return a(b);case ba:e:{for(j=y.key;x!==null;){if(x.key===j)if(x.tag===4&&x.stateNode.containerInfo===y.containerInfo&&x.stateNode.implementation===y.implementation){n(b,x.sibling),x=o(x,y.children||[]),x.return=b,b=x;break e}else{n(b,x);break}else t(b,x);x=x.sibling}x=Gp(y,b.mode,w),x.return=b,b=x}return a(b);case li:return j=y._init,S(b,x,j(y._payload),w)}if(Jl(y))return g(b,x,y,w);if(Ll(y))return v(b,x,y,w);ed(b,y)}return typeof y=="string"&&y!==""||typeof y=="number"?(y=""+y,x!==null&&x.tag===6?(n(b,x.sibling),x=o(x,y),x.return=b,b=x):(n(b,x),x=qp(y,b.mode,w),x.return=b,b=x),a(b)):n(b,x)}return S}var Ka=WC(!0),HC=WC(!1),nu={},fo=Fi(nu),kc=Fi(nu),Rc=Fi(nu);function ds(e){if(e===nu)throw Error(te(174));return e}function Bv(e,t){switch(Et(Rc,t),Et(kc,e),Et(fo,nu),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:Am(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=Am(t,e)}It(fo),Et(fo,t)}function Ya(){It(fo),It(kc),It(Rc)}function qC(e){ds(Rc.current);var t=ds(fo.current),n=Am(t,e.type);t!==n&&(Et(kc,e),Et(fo,n))}function Vv(e){kc.current===e&&(It(fo),It(kc))}var $t=Fi(0);function tf(e){for(var t=e;t!==null;){if(t.tag===13){var n=t.memoizedState;if(n!==null&&(n=n.dehydrated,n===null||n.data==="$?"||n.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if(t.flags&128)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var zp=[];function Wv(){for(var e=0;e<zp.length;e++)zp[e]._workInProgressVersionPrimary=null;zp.length=0}var Cd=Ko.ReactCurrentDispatcher,Up=Ko.ReactCurrentBatchConfig,bs=0,Ut=null,an=null,fn=null,nf=!1,cc=!1,_c=0,kN=0;function Sn(){throw Error(te(321))}function Hv(e,t){if(t===null)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!Hr(e[n],t[n]))return!1;return!0}function qv(e,t,n,r,o,i){if(bs=i,Ut=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,Cd.current=e===null||e.memoizedState===null?IN:AN,e=n(r,o),cc){i=0;do{if(cc=!1,_c=0,25<=i)throw Error(te(301));i+=1,fn=an=null,t.updateQueue=null,Cd.current=NN,e=n(r,o)}while(cc)}if(Cd.current=rf,t=an!==null&&an.next!==null,bs=0,fn=an=Ut=null,nf=!1,t)throw Error(te(300));return e}function Gv(){var e=_c!==0;return _c=0,e}function so(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return fn===null?Ut.memoizedState=fn=e:fn=fn.next=e,fn}function Cr(){if(an===null){var e=Ut.alternate;e=e!==null?e.memoizedState:null}else e=an.next;var t=fn===null?Ut.memoizedState:fn.next;if(t!==null)fn=t,an=e;else{if(e===null)throw Error(te(310));an=e,e={memoizedState:an.memoizedState,baseState:an.baseState,baseQueue:an.baseQueue,queue:an.queue,next:null},fn===null?Ut.memoizedState=fn=e:fn=fn.next=e}return fn}function Dc(e,t){return typeof t=="function"?t(e):t}function Bp(e){var t=Cr(),n=t.queue;if(n===null)throw Error(te(311));n.lastRenderedReducer=e;var r=an,o=r.baseQueue,i=n.pending;if(i!==null){if(o!==null){var a=o.next;o.next=i.next,i.next=a}r.baseQueue=o=i,n.pending=null}if(o!==null){i=o.next,r=r.baseState;var l=a=null,c=null,u=i;do{var d=u.lane;if((bs&d)===d)c!==null&&(c=c.next={lane:0,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null}),r=u.hasEagerState?u.eagerState:e(r,u.action);else{var f={lane:d,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null};c===null?(l=c=f,a=r):c=c.next=f,Ut.lanes|=d,ws|=d}u=u.next}while(u!==null&&u!==i);c===null?a=r:c.next=l,Hr(r,t.memoizedState)||(Gn=!0),t.memoizedState=r,t.baseState=a,t.baseQueue=c,n.lastRenderedState=r}if(e=n.interleaved,e!==null){o=e;do i=o.lane,Ut.lanes|=i,ws|=i,o=o.next;while(o!==e)}else o===null&&(n.lanes=0);return[t.memoizedState,n.dispatch]}function Vp(e){var t=Cr(),n=t.queue;if(n===null)throw Error(te(311));n.lastRenderedReducer=e;var r=n.dispatch,o=n.pending,i=t.memoizedState;if(o!==null){n.pending=null;var a=o=o.next;do i=e(i,a.action),a=a.next;while(a!==o);Hr(i,t.memoizedState)||(Gn=!0),t.memoizedState=i,t.baseQueue===null&&(t.baseState=i),n.lastRenderedState=i}return[i,r]}function GC(){}function QC(e,t){var n=Ut,r=Cr(),o=t(),i=!Hr(r.memoizedState,o);if(i&&(r.memoizedState=o,Gn=!0),r=r.queue,Qv(XC.bind(null,n,r,e),[e]),r.getSnapshot!==t||i||fn!==null&&fn.memoizedState.tag&1){if(n.flags|=2048,Ic(9,YC.bind(null,n,r,o,t),void 0,null),pn===null)throw Error(te(349));bs&30||KC(n,t,o)}return o}function KC(e,t,n){e.flags|=16384,e={getSnapshot:t,value:n},t=Ut.updateQueue,t===null?(t={lastEffect:null,stores:null},Ut.updateQueue=t,t.stores=[e]):(n=t.stores,n===null?t.stores=[e]:n.push(e))}function YC(e,t,n,r){t.value=n,t.getSnapshot=r,JC(t)&&ZC(e)}function XC(e,t,n){return n(function(){JC(t)&&ZC(e)})}function JC(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!Hr(e,n)}catch{return!0}}function ZC(e){var t=$o(e,1);t!==null&&Vr(t,e,1,-1)}function K1(e){var t=so();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Dc,lastRenderedState:e},t.queue=e,e=e.dispatch=DN.bind(null,Ut,e),[t.memoizedState,e]}function Ic(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},t=Ut.updateQueue,t===null?(t={lastEffect:null,stores:null},Ut.updateQueue=t,t.lastEffect=e.next=e):(n=t.lastEffect,n===null?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e)),e}function eE(){return Cr().memoizedState}function Ed(e,t,n,r){var o=so();Ut.flags|=e,o.memoizedState=Ic(1|t,n,void 0,r===void 0?null:r)}function Zf(e,t,n,r){var o=Cr();r=r===void 0?null:r;var i=void 0;if(an!==null){var a=an.memoizedState;if(i=a.destroy,r!==null&&Hv(r,a.deps)){o.memoizedState=Ic(t,n,i,r);return}}Ut.flags|=e,o.memoizedState=Ic(1|t,n,i,r)}function Y1(e,t){return Ed(8390656,8,e,t)}function Qv(e,t){return Zf(2048,8,e,t)}function tE(e,t){return Zf(4,2,e,t)}function nE(e,t){return Zf(4,4,e,t)}function rE(e,t){if(typeof t=="function")return e=e(),t(e),function(){t(null)};if(t!=null)return e=e(),t.current=e,function(){t.current=null}}function oE(e,t,n){return n=n!=null?n.concat([e]):null,Zf(4,4,rE.bind(null,t,e),n)}function Kv(){}function iE(e,t){var n=Cr();t=t===void 0?null:t;var r=n.memoizedState;return r!==null&&t!==null&&Hv(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function sE(e,t){var n=Cr();t=t===void 0?null:t;var r=n.memoizedState;return r!==null&&t!==null&&Hv(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function aE(e,t,n){return bs&21?(Hr(n,t)||(n=uC(),Ut.lanes|=n,ws|=n,e.baseState=!0),t):(e.baseState&&(e.baseState=!1,Gn=!0),e.memoizedState=n)}function RN(e,t){var n=pt;pt=n!==0&&4>n?n:4,e(!0);var r=Up.transition;Up.transition={};try{e(!1),t()}finally{pt=n,Up.transition=r}}function lE(){return Cr().memoizedState}function _N(e,t,n){var r=Pi(e);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},cE(e))uE(t,n);else if(n=zC(e,t,n,r),n!==null){var o=On();Vr(n,e,r,o),dE(n,t,r)}}function DN(e,t,n){var r=Pi(e),o={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(cE(e))uE(t,o);else{var i=e.alternate;if(e.lanes===0&&(i===null||i.lanes===0)&&(i=t.lastRenderedReducer,i!==null))try{var a=t.lastRenderedState,l=i(a,n);if(o.hasEagerState=!0,o.eagerState=l,Hr(l,a)){var c=t.interleaved;c===null?(o.next=o,zv(t)):(o.next=c.next,c.next=o),t.interleaved=o;return}}catch{}finally{}n=zC(e,t,o,r),n!==null&&(o=On(),Vr(n,e,r,o),dE(n,t,r))}}function cE(e){var t=e.alternate;return e===Ut||t!==null&&t===Ut}function uE(e,t){cc=nf=!0;var n=e.pending;n===null?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function dE(e,t,n){if(n&4194240){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,Tv(e,n)}}var rf={readContext:jr,useCallback:Sn,useContext:Sn,useEffect:Sn,useImperativeHandle:Sn,useInsertionEffect:Sn,useLayoutEffect:Sn,useMemo:Sn,useReducer:Sn,useRef:Sn,useState:Sn,useDebugValue:Sn,useDeferredValue:Sn,useTransition:Sn,useMutableSource:Sn,useSyncExternalStore:Sn,useId:Sn,unstable_isNewReconciler:!1},IN={readContext:jr,useCallback:function(e,t){return so().memoizedState=[e,t===void 0?null:t],e},useContext:jr,useEffect:Y1,useImperativeHandle:function(e,t,n){return n=n!=null?n.concat([e]):null,Ed(4194308,4,rE.bind(null,t,e),n)},useLayoutEffect:function(e,t){return Ed(4194308,4,e,t)},useInsertionEffect:function(e,t){return Ed(4,2,e,t)},useMemo:function(e,t){var n=so();return t=t===void 0?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=so();return t=n!==void 0?n(t):t,r.memoizedState=r.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},r.queue=e,e=e.dispatch=_N.bind(null,Ut,e),[r.memoizedState,e]},useRef:function(e){var t=so();return e={current:e},t.memoizedState=e},useState:K1,useDebugValue:Kv,useDeferredValue:function(e){return so().memoizedState=e},useTransition:function(){var e=K1(!1),t=e[0];return e=RN.bind(null,e[1]),so().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var r=Ut,o=so();if(Ot){if(n===void 0)throw Error(te(407));n=n()}else{if(n=t(),pn===null)throw Error(te(349));bs&30||KC(r,t,n)}o.memoizedState=n;var i={value:n,getSnapshot:t};return o.queue=i,Y1(XC.bind(null,r,i,e),[e]),r.flags|=2048,Ic(9,YC.bind(null,r,i,n,t),void 0,null),n},useId:function(){var e=so(),t=pn.identifierPrefix;if(Ot){var n=Ro,r=ko;n=(r&~(1<<32-Br(r)-1)).toString(32)+n,t=":"+t+"R"+n,n=_c++,0<n&&(t+="H"+n.toString(32)),t+=":"}else n=kN++,t=":"+t+"r"+n.toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},AN={readContext:jr,useCallback:iE,useContext:jr,useEffect:Qv,useImperativeHandle:oE,useInsertionEffect:tE,useLayoutEffect:nE,useMemo:sE,useReducer:Bp,useRef:eE,useState:function(){return Bp(Dc)},useDebugValue:Kv,useDeferredValue:function(e){var t=Cr();return aE(t,an.memoizedState,e)},useTransition:function(){var e=Bp(Dc)[0],t=Cr().memoizedState;return[e,t]},useMutableSource:GC,useSyncExternalStore:QC,useId:lE,unstable_isNewReconciler:!1},NN={readContext:jr,useCallback:iE,useContext:jr,useEffect:Qv,useImperativeHandle:oE,useInsertionEffect:tE,useLayoutEffect:nE,useMemo:sE,useReducer:Vp,useRef:eE,useState:function(){return Vp(Dc)},useDebugValue:Kv,useDeferredValue:function(e){var t=Cr();return an===null?t.memoizedState=e:aE(t,an.memoizedState,e)},useTransition:function(){var e=Vp(Dc)[0],t=Cr().memoizedState;return[e,t]},useMutableSource:GC,useSyncExternalStore:QC,useId:lE,unstable_isNewReconciler:!1};function Xa(e,t){try{var n="",r=t;do n+=lA(r),r=r.return;while(r);var o=n}catch(i){o=`
82
+ Error generating stack: `+i.message+`
83
+ `+i.stack}return{value:e,source:t,stack:o,digest:null}}function Wp(e,t,n){return{value:e,source:null,stack:n??null,digest:t??null}}function ng(e,t){try{console.error(t.value)}catch(n){setTimeout(function(){throw n})}}var MN=typeof WeakMap=="function"?WeakMap:Map;function fE(e,t,n){n=Do(-1,n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){sf||(sf=!0,fg=r),ng(e,t)},n}function hE(e,t,n){n=Do(-1,n),n.tag=3;var r=e.type.getDerivedStateFromError;if(typeof r=="function"){var o=t.value;n.payload=function(){return r(o)},n.callback=function(){ng(e,t)}}var i=e.stateNode;return i!==null&&typeof i.componentDidCatch=="function"&&(n.callback=function(){ng(e,t),typeof r!="function"&&(Ti===null?Ti=new Set([this]):Ti.add(this));var a=t.stack;this.componentDidCatch(t.value,{componentStack:a!==null?a:""})}),n}function X1(e,t,n){var r=e.pingCache;if(r===null){r=e.pingCache=new MN;var o=new Set;r.set(t,o)}else o=r.get(t),o===void 0&&(o=new Set,r.set(t,o));o.has(n)||(o.add(n),e=KN.bind(null,e,t,n),t.then(e,e))}function J1(e){do{var t;if((t=e.tag===13)&&(t=e.memoizedState,t=t!==null?t.dehydrated!==null:!0),t)return e;e=e.return}while(e!==null);return null}function Z1(e,t,n,r,o){return e.mode&1?(e.flags|=65536,e.lanes=o,e):(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,n.tag===1&&(n.alternate===null?n.tag=17:(t=Do(-1,1),t.tag=2,Ei(n,t,1))),n.lanes|=1),e)}var ON=Ko.ReactCurrentOwner,Gn=!1;function In(e,t,n,r){t.child=e===null?HC(t,null,n,r):Ka(t,e.child,n,r)}function eb(e,t,n,r,o){n=n.render;var i=t.ref;return za(t,o),r=qv(e,t,n,r,i,o),n=Gv(),e!==null&&!Gn?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Fo(e,t,o)):(Ot&&n&&Nv(t),t.flags|=1,In(e,t,r,o),t.child)}function tb(e,t,n,r,o){if(e===null){var i=n.type;return typeof i=="function"&&!ry(i)&&i.defaultProps===void 0&&n.compare===null&&n.defaultProps===void 0?(t.tag=15,t.type=i,pE(e,t,i,r,o)):(e=Rd(n.type,null,r,t,t.mode,o),e.ref=t.ref,e.return=t,t.child=e)}if(i=e.child,!(e.lanes&o)){var a=i.memoizedProps;if(n=n.compare,n=n!==null?n:Cc,n(a,r)&&e.ref===t.ref)return Fo(e,t,o)}return t.flags|=1,e=ki(i,r),e.ref=t.ref,e.return=t,t.child=e}function pE(e,t,n,r,o){if(e!==null){var i=e.memoizedProps;if(Cc(i,r)&&e.ref===t.ref)if(Gn=!1,t.pendingProps=r=i,(e.lanes&o)!==0)e.flags&131072&&(Gn=!0);else return t.lanes=e.lanes,Fo(e,t,o)}return rg(e,t,n,r,o)}function mE(e,t,n){var r=t.pendingProps,o=r.children,i=e!==null?e.memoizedState:null;if(r.mode==="hidden")if(!(t.mode&1))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},Et(Da,or),or|=n;else{if(!(n&1073741824))return e=i!==null?i.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,Et(Da,or),or|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=i!==null?i.baseLanes:n,Et(Da,or),or|=r}else i!==null?(r=i.baseLanes|n,t.memoizedState=null):r=n,Et(Da,or),or|=r;return In(e,t,o,n),t.child}function gE(e,t){var n=t.ref;(e===null&&n!==null||e!==null&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function rg(e,t,n,r,o){var i=Kn(n)?ys:Pn.current;return i=Ga(t,i),za(t,o),n=qv(e,t,n,r,i,o),r=Gv(),e!==null&&!Gn?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Fo(e,t,o)):(Ot&&r&&Nv(t),t.flags|=1,In(e,t,n,o),t.child)}function nb(e,t,n,r,o){if(Kn(n)){var i=!0;Kd(t)}else i=!1;if(za(t,o),t.stateNode===null)Td(e,t),VC(t,n,r),tg(t,n,r,o),r=!0;else if(e===null){var a=t.stateNode,l=t.memoizedProps;a.props=l;var c=a.context,u=n.contextType;typeof u=="object"&&u!==null?u=jr(u):(u=Kn(n)?ys:Pn.current,u=Ga(t,u));var d=n.getDerivedStateFromProps,f=typeof d=="function"||typeof a.getSnapshotBeforeUpdate=="function";f||typeof a.UNSAFE_componentWillReceiveProps!="function"&&typeof a.componentWillReceiveProps!="function"||(l!==r||c!==u)&&G1(t,a,r,u),ci=!1;var h=t.memoizedState;a.state=h,ef(t,r,a,o),c=t.memoizedState,l!==r||h!==c||Qn.current||ci?(typeof d=="function"&&(eg(t,n,d,r),c=t.memoizedState),(l=ci||q1(t,n,l,r,h,c,u))?(f||typeof a.UNSAFE_componentWillMount!="function"&&typeof a.componentWillMount!="function"||(typeof a.componentWillMount=="function"&&a.componentWillMount(),typeof a.UNSAFE_componentWillMount=="function"&&a.UNSAFE_componentWillMount()),typeof a.componentDidMount=="function"&&(t.flags|=4194308)):(typeof a.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=r,t.memoizedState=c),a.props=r,a.state=c,a.context=u,r=l):(typeof a.componentDidMount=="function"&&(t.flags|=4194308),r=!1)}else{a=t.stateNode,UC(e,t),l=t.memoizedProps,u=t.type===t.elementType?l:Or(t.type,l),a.props=u,f=t.pendingProps,h=a.context,c=n.contextType,typeof c=="object"&&c!==null?c=jr(c):(c=Kn(n)?ys:Pn.current,c=Ga(t,c));var m=n.getDerivedStateFromProps;(d=typeof m=="function"||typeof a.getSnapshotBeforeUpdate=="function")||typeof a.UNSAFE_componentWillReceiveProps!="function"&&typeof a.componentWillReceiveProps!="function"||(l!==f||h!==c)&&G1(t,a,r,c),ci=!1,h=t.memoizedState,a.state=h,ef(t,r,a,o);var g=t.memoizedState;l!==f||h!==g||Qn.current||ci?(typeof m=="function"&&(eg(t,n,m,r),g=t.memoizedState),(u=ci||q1(t,n,u,r,h,g,c)||!1)?(d||typeof a.UNSAFE_componentWillUpdate!="function"&&typeof a.componentWillUpdate!="function"||(typeof a.componentWillUpdate=="function"&&a.componentWillUpdate(r,g,c),typeof a.UNSAFE_componentWillUpdate=="function"&&a.UNSAFE_componentWillUpdate(r,g,c)),typeof a.componentDidUpdate=="function"&&(t.flags|=4),typeof a.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof a.componentDidUpdate!="function"||l===e.memoizedProps&&h===e.memoizedState||(t.flags|=4),typeof a.getSnapshotBeforeUpdate!="function"||l===e.memoizedProps&&h===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=g),a.props=r,a.state=g,a.context=c,r=u):(typeof a.componentDidUpdate!="function"||l===e.memoizedProps&&h===e.memoizedState||(t.flags|=4),typeof a.getSnapshotBeforeUpdate!="function"||l===e.memoizedProps&&h===e.memoizedState||(t.flags|=1024),r=!1)}return og(e,t,n,r,i,o)}function og(e,t,n,r,o,i){gE(e,t);var a=(t.flags&128)!==0;if(!r&&!a)return o&&U1(t,n,!1),Fo(e,t,i);r=t.stateNode,ON.current=t;var l=a&&typeof n.getDerivedStateFromError!="function"?null:r.render();return t.flags|=1,e!==null&&a?(t.child=Ka(t,e.child,null,i),t.child=Ka(t,null,l,i)):In(e,t,l,i),t.memoizedState=r.state,o&&U1(t,n,!0),t.child}function vE(e){var t=e.stateNode;t.pendingContext?z1(e,t.pendingContext,t.pendingContext!==t.context):t.context&&z1(e,t.context,!1),Bv(e,t.containerInfo)}function rb(e,t,n,r,o){return Qa(),Ov(o),t.flags|=256,In(e,t,n,r),t.child}var ig={dehydrated:null,treeContext:null,retryLane:0};function sg(e){return{baseLanes:e,cachePool:null,transitions:null}}function yE(e,t,n){var r=t.pendingProps,o=$t.current,i=!1,a=(t.flags&128)!==0,l;if((l=a)||(l=e!==null&&e.memoizedState===null?!1:(o&2)!==0),l?(i=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(o|=1),Et($t,o&1),e===null)return Jm(t),e=t.memoizedState,e!==null&&(e=e.dehydrated,e!==null)?(t.mode&1?e.data==="$!"?t.lanes=8:t.lanes=1073741824:t.lanes=1,null):(a=r.children,e=r.fallback,i?(r=t.mode,i=t.child,a={mode:"hidden",children:a},!(r&1)&&i!==null?(i.childLanes=0,i.pendingProps=a):i=nh(a,r,0,null),e=gs(e,r,n,null),i.return=t,e.return=t,i.sibling=e,t.child=i,t.child.memoizedState=sg(n),t.memoizedState=ig,e):Yv(t,a));if(o=e.memoizedState,o!==null&&(l=o.dehydrated,l!==null))return LN(e,t,a,r,l,o,n);if(i){i=r.fallback,a=t.mode,o=e.child,l=o.sibling;var c={mode:"hidden",children:r.children};return!(a&1)&&t.child!==o?(r=t.child,r.childLanes=0,r.pendingProps=c,t.deletions=null):(r=ki(o,c),r.subtreeFlags=o.subtreeFlags&14680064),l!==null?i=ki(l,i):(i=gs(i,a,n,null),i.flags|=2),i.return=t,r.return=t,r.sibling=i,t.child=r,r=i,i=t.child,a=e.child.memoizedState,a=a===null?sg(n):{baseLanes:a.baseLanes|n,cachePool:null,transitions:a.transitions},i.memoizedState=a,i.childLanes=e.childLanes&~n,t.memoizedState=ig,r}return i=e.child,e=i.sibling,r=ki(i,{mode:"visible",children:r.children}),!(t.mode&1)&&(r.lanes=n),r.return=t,r.sibling=null,e!==null&&(n=t.deletions,n===null?(t.deletions=[e],t.flags|=16):n.push(e)),t.child=r,t.memoizedState=null,r}function Yv(e,t){return t=nh({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function td(e,t,n,r){return r!==null&&Ov(r),Ka(t,e.child,null,n),e=Yv(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function LN(e,t,n,r,o,i,a){if(n)return t.flags&256?(t.flags&=-257,r=Wp(Error(te(422))),td(e,t,a,r)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(i=r.fallback,o=t.mode,r=nh({mode:"visible",children:r.children},o,0,null),i=gs(i,o,a,null),i.flags|=2,r.return=t,i.return=t,r.sibling=i,t.child=r,t.mode&1&&Ka(t,e.child,null,a),t.child.memoizedState=sg(a),t.memoizedState=ig,i);if(!(t.mode&1))return td(e,t,a,null);if(o.data==="$!"){if(r=o.nextSibling&&o.nextSibling.dataset,r)var l=r.dgst;return r=l,i=Error(te(419)),r=Wp(i,r,void 0),td(e,t,a,r)}if(l=(a&e.childLanes)!==0,Gn||l){if(r=pn,r!==null){switch(a&-a){case 4:o=2;break;case 16:o=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:o=32;break;case 536870912:o=268435456;break;default:o=0}o=o&(r.suspendedLanes|a)?0:o,o!==0&&o!==i.retryLane&&(i.retryLane=o,$o(e,o),Vr(r,e,o,-1))}return ny(),r=Wp(Error(te(421))),td(e,t,a,r)}return o.data==="$?"?(t.flags|=128,t.child=e.child,t=YN.bind(null,e),o._reactRetry=t,null):(e=i.treeContext,sr=Ci(o.nextSibling),lr=t,Ot=!0,Fr=null,e!==null&&(vr[yr++]=ko,vr[yr++]=Ro,vr[yr++]=xs,ko=e.id,Ro=e.overflow,xs=t),t=Yv(t,r.children),t.flags|=4096,t)}function ob(e,t,n){e.lanes|=t;var r=e.alternate;r!==null&&(r.lanes|=t),Zm(e.return,t,n)}function Hp(e,t,n,r,o){var i=e.memoizedState;i===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:o}:(i.isBackwards=t,i.rendering=null,i.renderingStartTime=0,i.last=r,i.tail=n,i.tailMode=o)}function xE(e,t,n){var r=t.pendingProps,o=r.revealOrder,i=r.tail;if(In(e,t,r.children,n),r=$t.current,r&2)r=r&1|2,t.flags|=128;else{if(e!==null&&e.flags&128)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&ob(e,n,t);else if(e.tag===19)ob(e,n,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(Et($t,r),!(t.mode&1))t.memoizedState=null;else switch(o){case"forwards":for(n=t.child,o=null;n!==null;)e=n.alternate,e!==null&&tf(e)===null&&(o=n),n=n.sibling;n=o,n===null?(o=t.child,t.child=null):(o=n.sibling,n.sibling=null),Hp(t,!1,o,n,i);break;case"backwards":for(n=null,o=t.child,t.child=null;o!==null;){if(e=o.alternate,e!==null&&tf(e)===null){t.child=o;break}e=o.sibling,o.sibling=n,n=o,o=e}Hp(t,!0,n,null,i);break;case"together":Hp(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Td(e,t){!(t.mode&1)&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Fo(e,t,n){if(e!==null&&(t.dependencies=e.dependencies),ws|=t.lanes,!(n&t.childLanes))return null;if(e!==null&&t.child!==e.child)throw Error(te(153));if(t.child!==null){for(e=t.child,n=ki(e,e.pendingProps),t.child=n,n.return=t;e.sibling!==null;)e=e.sibling,n=n.sibling=ki(e,e.pendingProps),n.return=t;n.sibling=null}return t.child}function $N(e,t,n){switch(t.tag){case 3:vE(t),Qa();break;case 5:qC(t);break;case 1:Kn(t.type)&&Kd(t);break;case 4:Bv(t,t.stateNode.containerInfo);break;case 10:var r=t.type._context,o=t.memoizedProps.value;Et(Jd,r._currentValue),r._currentValue=o;break;case 13:if(r=t.memoizedState,r!==null)return r.dehydrated!==null?(Et($t,$t.current&1),t.flags|=128,null):n&t.child.childLanes?yE(e,t,n):(Et($t,$t.current&1),e=Fo(e,t,n),e!==null?e.sibling:null);Et($t,$t.current&1);break;case 19:if(r=(n&t.childLanes)!==0,e.flags&128){if(r)return xE(e,t,n);t.flags|=128}if(o=t.memoizedState,o!==null&&(o.rendering=null,o.tail=null,o.lastEffect=null),Et($t,$t.current),r)break;return null;case 22:case 23:return t.lanes=0,mE(e,t,n)}return Fo(e,t,n)}var bE,ag,wE,SE;bE=function(e,t){for(var n=t.child;n!==null;){if(n.tag===5||n.tag===6)e.appendChild(n.stateNode);else if(n.tag!==4&&n.child!==null){n.child.return=n,n=n.child;continue}if(n===t)break;for(;n.sibling===null;){if(n.return===null||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}};ag=function(){};wE=function(e,t,n,r){var o=e.memoizedProps;if(o!==r){e=t.stateNode,ds(fo.current);var i=null;switch(n){case"input":o=Rm(e,o),r=Rm(e,r),i=[];break;case"select":o=Bt({},o,{value:void 0}),r=Bt({},r,{value:void 0}),i=[];break;case"textarea":o=Im(e,o),r=Im(e,r),i=[];break;default:typeof o.onClick!="function"&&typeof r.onClick=="function"&&(e.onclick=Gd)}Nm(n,r);var a;n=null;for(u in o)if(!r.hasOwnProperty(u)&&o.hasOwnProperty(u)&&o[u]!=null)if(u==="style"){var l=o[u];for(a in l)l.hasOwnProperty(a)&&(n||(n={}),n[a]="")}else u!=="dangerouslySetInnerHTML"&&u!=="children"&&u!=="suppressContentEditableWarning"&&u!=="suppressHydrationWarning"&&u!=="autoFocus"&&(vc.hasOwnProperty(u)?i||(i=[]):(i=i||[]).push(u,null));for(u in r){var c=r[u];if(l=o!=null?o[u]:void 0,r.hasOwnProperty(u)&&c!==l&&(c!=null||l!=null))if(u==="style")if(l){for(a in l)!l.hasOwnProperty(a)||c&&c.hasOwnProperty(a)||(n||(n={}),n[a]="");for(a in c)c.hasOwnProperty(a)&&l[a]!==c[a]&&(n||(n={}),n[a]=c[a])}else n||(i||(i=[]),i.push(u,n)),n=c;else u==="dangerouslySetInnerHTML"?(c=c?c.__html:void 0,l=l?l.__html:void 0,c!=null&&l!==c&&(i=i||[]).push(u,c)):u==="children"?typeof c!="string"&&typeof c!="number"||(i=i||[]).push(u,""+c):u!=="suppressContentEditableWarning"&&u!=="suppressHydrationWarning"&&(vc.hasOwnProperty(u)?(c!=null&&u==="onScroll"&&Rt("scroll",e),i||l===c||(i=[])):(i=i||[]).push(u,c))}n&&(i=i||[]).push("style",n);var u=i;(t.updateQueue=u)&&(t.flags|=4)}};SE=function(e,t,n,r){n!==r&&(t.flags|=4)};function Vl(e,t){if(!Ot)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;t!==null;)t.alternate!==null&&(n=t),t=t.sibling;n===null?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;n!==null;)n.alternate!==null&&(r=n),n=n.sibling;r===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:r.sibling=null}}function jn(e){var t=e.alternate!==null&&e.alternate.child===e.child,n=0,r=0;if(t)for(var o=e.child;o!==null;)n|=o.lanes|o.childLanes,r|=o.subtreeFlags&14680064,r|=o.flags&14680064,o.return=e,o=o.sibling;else for(o=e.child;o!==null;)n|=o.lanes|o.childLanes,r|=o.subtreeFlags,r|=o.flags,o.return=e,o=o.sibling;return e.subtreeFlags|=r,e.childLanes=n,t}function FN(e,t,n){var r=t.pendingProps;switch(Mv(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return jn(t),null;case 1:return Kn(t.type)&&Qd(),jn(t),null;case 3:return r=t.stateNode,Ya(),It(Qn),It(Pn),Wv(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(e===null||e.child===null)&&(Zu(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,Fr!==null&&(mg(Fr),Fr=null))),ag(e,t),jn(t),null;case 5:Vv(t);var o=ds(Rc.current);if(n=t.type,e!==null&&t.stateNode!=null)wE(e,t,n,r,o),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!r){if(t.stateNode===null)throw Error(te(166));return jn(t),null}if(e=ds(fo.current),Zu(t)){r=t.stateNode,n=t.type;var i=t.memoizedProps;switch(r[co]=t,r[Pc]=i,e=(t.mode&1)!==0,n){case"dialog":Rt("cancel",r),Rt("close",r);break;case"iframe":case"object":case"embed":Rt("load",r);break;case"video":case"audio":for(o=0;o<ec.length;o++)Rt(ec[o],r);break;case"source":Rt("error",r);break;case"img":case"image":case"link":Rt("error",r),Rt("load",r);break;case"details":Rt("toggle",r);break;case"input":h1(r,i),Rt("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!i.multiple},Rt("invalid",r);break;case"textarea":m1(r,i),Rt("invalid",r)}Nm(n,i),o=null;for(var a in i)if(i.hasOwnProperty(a)){var l=i[a];a==="children"?typeof l=="string"?r.textContent!==l&&(i.suppressHydrationWarning!==!0&&Ju(r.textContent,l,e),o=["children",l]):typeof l=="number"&&r.textContent!==""+l&&(i.suppressHydrationWarning!==!0&&Ju(r.textContent,l,e),o=["children",""+l]):vc.hasOwnProperty(a)&&l!=null&&a==="onScroll"&&Rt("scroll",r)}switch(n){case"input":Wu(r),p1(r,i,!0);break;case"textarea":Wu(r),g1(r);break;case"select":case"option":break;default:typeof i.onClick=="function"&&(r.onclick=Gd)}r=o,t.updateQueue=r,r!==null&&(t.flags|=4)}else{a=o.nodeType===9?o:o.ownerDocument,e==="http://www.w3.org/1999/xhtml"&&(e=Kj(n)),e==="http://www.w3.org/1999/xhtml"?n==="script"?(e=a.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):typeof r.is=="string"?e=a.createElement(n,{is:r.is}):(e=a.createElement(n),n==="select"&&(a=e,r.multiple?a.multiple=!0:r.size&&(a.size=r.size))):e=a.createElementNS(e,n),e[co]=t,e[Pc]=r,bE(e,t,!1,!1),t.stateNode=e;e:{switch(a=Mm(n,r),n){case"dialog":Rt("cancel",e),Rt("close",e),o=r;break;case"iframe":case"object":case"embed":Rt("load",e),o=r;break;case"video":case"audio":for(o=0;o<ec.length;o++)Rt(ec[o],e);o=r;break;case"source":Rt("error",e),o=r;break;case"img":case"image":case"link":Rt("error",e),Rt("load",e),o=r;break;case"details":Rt("toggle",e),o=r;break;case"input":h1(e,r),o=Rm(e,r),Rt("invalid",e);break;case"option":o=r;break;case"select":e._wrapperState={wasMultiple:!!r.multiple},o=Bt({},r,{value:void 0}),Rt("invalid",e);break;case"textarea":m1(e,r),o=Im(e,r),Rt("invalid",e);break;default:o=r}Nm(n,o),l=o;for(i in l)if(l.hasOwnProperty(i)){var c=l[i];i==="style"?Jj(e,c):i==="dangerouslySetInnerHTML"?(c=c?c.__html:void 0,c!=null&&Yj(e,c)):i==="children"?typeof c=="string"?(n!=="textarea"||c!=="")&&yc(e,c):typeof c=="number"&&yc(e,""+c):i!=="suppressContentEditableWarning"&&i!=="suppressHydrationWarning"&&i!=="autoFocus"&&(vc.hasOwnProperty(i)?c!=null&&i==="onScroll"&&Rt("scroll",e):c!=null&&bv(e,i,c,a))}switch(n){case"input":Wu(e),p1(e,r,!1);break;case"textarea":Wu(e),g1(e);break;case"option":r.value!=null&&e.setAttribute("value",""+_i(r.value));break;case"select":e.multiple=!!r.multiple,i=r.value,i!=null?Oa(e,!!r.multiple,i,!1):r.defaultValue!=null&&Oa(e,!!r.multiple,r.defaultValue,!0);break;default:typeof o.onClick=="function"&&(e.onclick=Gd)}switch(n){case"button":case"input":case"select":case"textarea":r=!!r.autoFocus;break e;case"img":r=!0;break e;default:r=!1}}r&&(t.flags|=4)}t.ref!==null&&(t.flags|=512,t.flags|=2097152)}return jn(t),null;case 6:if(e&&t.stateNode!=null)SE(e,t,e.memoizedProps,r);else{if(typeof r!="string"&&t.stateNode===null)throw Error(te(166));if(n=ds(Rc.current),ds(fo.current),Zu(t)){if(r=t.stateNode,n=t.memoizedProps,r[co]=t,(i=r.nodeValue!==n)&&(e=lr,e!==null))switch(e.tag){case 3:Ju(r.nodeValue,n,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&Ju(r.nodeValue,n,(e.mode&1)!==0)}i&&(t.flags|=4)}else r=(n.nodeType===9?n:n.ownerDocument).createTextNode(r),r[co]=t,t.stateNode=r}return jn(t),null;case 13:if(It($t),r=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(Ot&&sr!==null&&t.mode&1&&!(t.flags&128))FC(),Qa(),t.flags|=98560,i=!1;else if(i=Zu(t),r!==null&&r.dehydrated!==null){if(e===null){if(!i)throw Error(te(318));if(i=t.memoizedState,i=i!==null?i.dehydrated:null,!i)throw Error(te(317));i[co]=t}else Qa(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;jn(t),i=!1}else Fr!==null&&(mg(Fr),Fr=null),i=!0;if(!i)return t.flags&65536?t:null}return t.flags&128?(t.lanes=n,t):(r=r!==null,r!==(e!==null&&e.memoizedState!==null)&&r&&(t.child.flags|=8192,t.mode&1&&(e===null||$t.current&1?cn===0&&(cn=3):ny())),t.updateQueue!==null&&(t.flags|=4),jn(t),null);case 4:return Ya(),ag(e,t),e===null&&Ec(t.stateNode.containerInfo),jn(t),null;case 10:return Fv(t.type._context),jn(t),null;case 17:return Kn(t.type)&&Qd(),jn(t),null;case 19:if(It($t),i=t.memoizedState,i===null)return jn(t),null;if(r=(t.flags&128)!==0,a=i.rendering,a===null)if(r)Vl(i,!1);else{if(cn!==0||e!==null&&e.flags&128)for(e=t.child;e!==null;){if(a=tf(e),a!==null){for(t.flags|=128,Vl(i,!1),r=a.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),t.subtreeFlags=0,r=n,n=t.child;n!==null;)i=n,e=r,i.flags&=14680066,a=i.alternate,a===null?(i.childLanes=0,i.lanes=e,i.child=null,i.subtreeFlags=0,i.memoizedProps=null,i.memoizedState=null,i.updateQueue=null,i.dependencies=null,i.stateNode=null):(i.childLanes=a.childLanes,i.lanes=a.lanes,i.child=a.child,i.subtreeFlags=0,i.deletions=null,i.memoizedProps=a.memoizedProps,i.memoizedState=a.memoizedState,i.updateQueue=a.updateQueue,i.type=a.type,e=a.dependencies,i.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return Et($t,$t.current&1|2),t.child}e=e.sibling}i.tail!==null&&Kt()>Ja&&(t.flags|=128,r=!0,Vl(i,!1),t.lanes=4194304)}else{if(!r)if(e=tf(a),e!==null){if(t.flags|=128,r=!0,n=e.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),Vl(i,!0),i.tail===null&&i.tailMode==="hidden"&&!a.alternate&&!Ot)return jn(t),null}else 2*Kt()-i.renderingStartTime>Ja&&n!==1073741824&&(t.flags|=128,r=!0,Vl(i,!1),t.lanes=4194304);i.isBackwards?(a.sibling=t.child,t.child=a):(n=i.last,n!==null?n.sibling=a:t.child=a,i.last=a)}return i.tail!==null?(t=i.tail,i.rendering=t,i.tail=t.sibling,i.renderingStartTime=Kt(),t.sibling=null,n=$t.current,Et($t,r?n&1|2:n&1),t):(jn(t),null);case 22:case 23:return ty(),r=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==r&&(t.flags|=8192),r&&t.mode&1?or&1073741824&&(jn(t),t.subtreeFlags&6&&(t.flags|=8192)):jn(t),null;case 24:return null;case 25:return null}throw Error(te(156,t.tag))}function zN(e,t){switch(Mv(t),t.tag){case 1:return Kn(t.type)&&Qd(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return Ya(),It(Qn),It(Pn),Wv(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return Vv(t),null;case 13:if(It($t),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(te(340));Qa()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return It($t),null;case 4:return Ya(),null;case 10:return Fv(t.type._context),null;case 22:case 23:return ty(),null;case 24:return null;default:return null}}var nd=!1,Cn=!1,UN=typeof WeakSet=="function"?WeakSet:Set,we=null;function _a(e,t){var n=e.ref;if(n!==null)if(typeof n=="function")try{n(null)}catch(r){qt(e,t,r)}else n.current=null}function lg(e,t,n){try{n()}catch(r){qt(e,t,r)}}var ib=!1;function BN(e,t){if(Hm=Wd,e=TC(),Av(e)){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{n=(n=e.ownerDocument)&&n.defaultView||window;var r=n.getSelection&&n.getSelection();if(r&&r.rangeCount!==0){n=r.anchorNode;var o=r.anchorOffset,i=r.focusNode;r=r.focusOffset;try{n.nodeType,i.nodeType}catch{n=null;break e}var a=0,l=-1,c=-1,u=0,d=0,f=e,h=null;t:for(;;){for(var m;f!==n||o!==0&&f.nodeType!==3||(l=a+o),f!==i||r!==0&&f.nodeType!==3||(c=a+r),f.nodeType===3&&(a+=f.nodeValue.length),(m=f.firstChild)!==null;)h=f,f=m;for(;;){if(f===e)break t;if(h===n&&++u===o&&(l=a),h===i&&++d===r&&(c=a),(m=f.nextSibling)!==null)break;f=h,h=f.parentNode}f=m}n=l===-1||c===-1?null:{start:l,end:c}}else n=null}n=n||{start:0,end:0}}else n=null;for(qm={focusedElem:e,selectionRange:n},Wd=!1,we=t;we!==null;)if(t=we,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,we=e;else for(;we!==null;){t=we;try{var g=t.alternate;if(t.flags&1024)switch(t.tag){case 0:case 11:case 15:break;case 1:if(g!==null){var v=g.memoizedProps,S=g.memoizedState,b=t.stateNode,x=b.getSnapshotBeforeUpdate(t.elementType===t.type?v:Or(t.type,v),S);b.__reactInternalSnapshotBeforeUpdate=x}break;case 3:var y=t.stateNode.containerInfo;y.nodeType===1?y.textContent="":y.nodeType===9&&y.documentElement&&y.removeChild(y.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(te(163))}}catch(w){qt(t,t.return,w)}if(e=t.sibling,e!==null){e.return=t.return,we=e;break}we=t.return}return g=ib,ib=!1,g}function uc(e,t,n){var r=t.updateQueue;if(r=r!==null?r.lastEffect:null,r!==null){var o=r=r.next;do{if((o.tag&e)===e){var i=o.destroy;o.destroy=void 0,i!==void 0&&lg(t,n,i)}o=o.next}while(o!==r)}}function eh(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function cg(e){var t=e.ref;if(t!==null){var n=e.stateNode;switch(e.tag){case 5:e=n;break;default:e=n}typeof t=="function"?t(e):t.current=e}}function jE(e){var t=e.alternate;t!==null&&(e.alternate=null,jE(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[co],delete t[Pc],delete t[Km],delete t[CN],delete t[EN])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function CE(e){return e.tag===5||e.tag===3||e.tag===4}function sb(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||CE(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function ug(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.nodeType===8?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(n.nodeType===8?(t=n.parentNode,t.insertBefore(e,n)):(t=n,t.appendChild(e)),n=n._reactRootContainer,n!=null||t.onclick!==null||(t.onclick=Gd));else if(r!==4&&(e=e.child,e!==null))for(ug(e,t,n),e=e.sibling;e!==null;)ug(e,t,n),e=e.sibling}function dg(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(r!==4&&(e=e.child,e!==null))for(dg(e,t,n),e=e.sibling;e!==null;)dg(e,t,n),e=e.sibling}var gn=null,Lr=!1;function si(e,t,n){for(n=n.child;n!==null;)EE(e,t,n),n=n.sibling}function EE(e,t,n){if(uo&&typeof uo.onCommitFiberUnmount=="function")try{uo.onCommitFiberUnmount(qf,n)}catch{}switch(n.tag){case 5:Cn||_a(n,t);case 6:var r=gn,o=Lr;gn=null,si(e,t,n),gn=r,Lr=o,gn!==null&&(Lr?(e=gn,n=n.stateNode,e.nodeType===8?e.parentNode.removeChild(n):e.removeChild(n)):gn.removeChild(n.stateNode));break;case 18:gn!==null&&(Lr?(e=gn,n=n.stateNode,e.nodeType===8?$p(e.parentNode,n):e.nodeType===1&&$p(e,n),Sc(e)):$p(gn,n.stateNode));break;case 4:r=gn,o=Lr,gn=n.stateNode.containerInfo,Lr=!0,si(e,t,n),gn=r,Lr=o;break;case 0:case 11:case 14:case 15:if(!Cn&&(r=n.updateQueue,r!==null&&(r=r.lastEffect,r!==null))){o=r=r.next;do{var i=o,a=i.destroy;i=i.tag,a!==void 0&&(i&2||i&4)&&lg(n,t,a),o=o.next}while(o!==r)}si(e,t,n);break;case 1:if(!Cn&&(_a(n,t),r=n.stateNode,typeof r.componentWillUnmount=="function"))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(l){qt(n,t,l)}si(e,t,n);break;case 21:si(e,t,n);break;case 22:n.mode&1?(Cn=(r=Cn)||n.memoizedState!==null,si(e,t,n),Cn=r):si(e,t,n);break;default:si(e,t,n)}}function ab(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var n=e.stateNode;n===null&&(n=e.stateNode=new UN),t.forEach(function(r){var o=XN.bind(null,e,r);n.has(r)||(n.add(r),r.then(o,o))})}}function Ar(e,t){var n=t.deletions;if(n!==null)for(var r=0;r<n.length;r++){var o=n[r];try{var i=e,a=t,l=a;e:for(;l!==null;){switch(l.tag){case 5:gn=l.stateNode,Lr=!1;break e;case 3:gn=l.stateNode.containerInfo,Lr=!0;break e;case 4:gn=l.stateNode.containerInfo,Lr=!0;break e}l=l.return}if(gn===null)throw Error(te(160));EE(i,a,o),gn=null,Lr=!1;var c=o.alternate;c!==null&&(c.return=null),o.return=null}catch(u){qt(o,t,u)}}if(t.subtreeFlags&12854)for(t=t.child;t!==null;)TE(t,e),t=t.sibling}function TE(e,t){var n=e.alternate,r=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(Ar(t,e),no(e),r&4){try{uc(3,e,e.return),eh(3,e)}catch(v){qt(e,e.return,v)}try{uc(5,e,e.return)}catch(v){qt(e,e.return,v)}}break;case 1:Ar(t,e),no(e),r&512&&n!==null&&_a(n,n.return);break;case 5:if(Ar(t,e),no(e),r&512&&n!==null&&_a(n,n.return),e.flags&32){var o=e.stateNode;try{yc(o,"")}catch(v){qt(e,e.return,v)}}if(r&4&&(o=e.stateNode,o!=null)){var i=e.memoizedProps,a=n!==null?n.memoizedProps:i,l=e.type,c=e.updateQueue;if(e.updateQueue=null,c!==null)try{l==="input"&&i.type==="radio"&&i.name!=null&&Gj(o,i),Mm(l,a);var u=Mm(l,i);for(a=0;a<c.length;a+=2){var d=c[a],f=c[a+1];d==="style"?Jj(o,f):d==="dangerouslySetInnerHTML"?Yj(o,f):d==="children"?yc(o,f):bv(o,d,f,u)}switch(l){case"input":_m(o,i);break;case"textarea":Qj(o,i);break;case"select":var h=o._wrapperState.wasMultiple;o._wrapperState.wasMultiple=!!i.multiple;var m=i.value;m!=null?Oa(o,!!i.multiple,m,!1):h!==!!i.multiple&&(i.defaultValue!=null?Oa(o,!!i.multiple,i.defaultValue,!0):Oa(o,!!i.multiple,i.multiple?[]:"",!1))}o[Pc]=i}catch(v){qt(e,e.return,v)}}break;case 6:if(Ar(t,e),no(e),r&4){if(e.stateNode===null)throw Error(te(162));o=e.stateNode,i=e.memoizedProps;try{o.nodeValue=i}catch(v){qt(e,e.return,v)}}break;case 3:if(Ar(t,e),no(e),r&4&&n!==null&&n.memoizedState.isDehydrated)try{Sc(t.containerInfo)}catch(v){qt(e,e.return,v)}break;case 4:Ar(t,e),no(e);break;case 13:Ar(t,e),no(e),o=e.child,o.flags&8192&&(i=o.memoizedState!==null,o.stateNode.isHidden=i,!i||o.alternate!==null&&o.alternate.memoizedState!==null||(Zv=Kt())),r&4&&ab(e);break;case 22:if(d=n!==null&&n.memoizedState!==null,e.mode&1?(Cn=(u=Cn)||d,Ar(t,e),Cn=u):Ar(t,e),no(e),r&8192){if(u=e.memoizedState!==null,(e.stateNode.isHidden=u)&&!d&&e.mode&1)for(we=e,d=e.child;d!==null;){for(f=we=d;we!==null;){switch(h=we,m=h.child,h.tag){case 0:case 11:case 14:case 15:uc(4,h,h.return);break;case 1:_a(h,h.return);var g=h.stateNode;if(typeof g.componentWillUnmount=="function"){r=h,n=h.return;try{t=r,g.props=t.memoizedProps,g.state=t.memoizedState,g.componentWillUnmount()}catch(v){qt(r,n,v)}}break;case 5:_a(h,h.return);break;case 22:if(h.memoizedState!==null){cb(f);continue}}m!==null?(m.return=h,we=m):cb(f)}d=d.sibling}e:for(d=null,f=e;;){if(f.tag===5){if(d===null){d=f;try{o=f.stateNode,u?(i=o.style,typeof i.setProperty=="function"?i.setProperty("display","none","important"):i.display="none"):(l=f.stateNode,c=f.memoizedProps.style,a=c!=null&&c.hasOwnProperty("display")?c.display:null,l.style.display=Xj("display",a))}catch(v){qt(e,e.return,v)}}}else if(f.tag===6){if(d===null)try{f.stateNode.nodeValue=u?"":f.memoizedProps}catch(v){qt(e,e.return,v)}}else if((f.tag!==22&&f.tag!==23||f.memoizedState===null||f===e)&&f.child!==null){f.child.return=f,f=f.child;continue}if(f===e)break e;for(;f.sibling===null;){if(f.return===null||f.return===e)break e;d===f&&(d=null),f=f.return}d===f&&(d=null),f.sibling.return=f.return,f=f.sibling}}break;case 19:Ar(t,e),no(e),r&4&&ab(e);break;case 21:break;default:Ar(t,e),no(e)}}function no(e){var t=e.flags;if(t&2){try{e:{for(var n=e.return;n!==null;){if(CE(n)){var r=n;break e}n=n.return}throw Error(te(160))}switch(r.tag){case 5:var o=r.stateNode;r.flags&32&&(yc(o,""),r.flags&=-33);var i=sb(e);dg(e,i,o);break;case 3:case 4:var a=r.stateNode.containerInfo,l=sb(e);ug(e,l,a);break;default:throw Error(te(161))}}catch(c){qt(e,e.return,c)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function VN(e,t,n){we=e,PE(e)}function PE(e,t,n){for(var r=(e.mode&1)!==0;we!==null;){var o=we,i=o.child;if(o.tag===22&&r){var a=o.memoizedState!==null||nd;if(!a){var l=o.alternate,c=l!==null&&l.memoizedState!==null||Cn;l=nd;var u=Cn;if(nd=a,(Cn=c)&&!u)for(we=o;we!==null;)a=we,c=a.child,a.tag===22&&a.memoizedState!==null?ub(o):c!==null?(c.return=a,we=c):ub(o);for(;i!==null;)we=i,PE(i),i=i.sibling;we=o,nd=l,Cn=u}lb(e)}else o.subtreeFlags&8772&&i!==null?(i.return=o,we=i):lb(e)}}function lb(e){for(;we!==null;){var t=we;if(t.flags&8772){var n=t.alternate;try{if(t.flags&8772)switch(t.tag){case 0:case 11:case 15:Cn||eh(5,t);break;case 1:var r=t.stateNode;if(t.flags&4&&!Cn)if(n===null)r.componentDidMount();else{var o=t.elementType===t.type?n.memoizedProps:Or(t.type,n.memoizedProps);r.componentDidUpdate(o,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}var i=t.updateQueue;i!==null&&H1(t,i,r);break;case 3:var a=t.updateQueue;if(a!==null){if(n=null,t.child!==null)switch(t.child.tag){case 5:n=t.child.stateNode;break;case 1:n=t.child.stateNode}H1(t,a,n)}break;case 5:var l=t.stateNode;if(n===null&&t.flags&4){n=l;var c=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":c.autoFocus&&n.focus();break;case"img":c.src&&(n.src=c.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(t.memoizedState===null){var u=t.alternate;if(u!==null){var d=u.memoizedState;if(d!==null){var f=d.dehydrated;f!==null&&Sc(f)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(te(163))}Cn||t.flags&512&&cg(t)}catch(h){qt(t,t.return,h)}}if(t===e){we=null;break}if(n=t.sibling,n!==null){n.return=t.return,we=n;break}we=t.return}}function cb(e){for(;we!==null;){var t=we;if(t===e){we=null;break}var n=t.sibling;if(n!==null){n.return=t.return,we=n;break}we=t.return}}function ub(e){for(;we!==null;){var t=we;try{switch(t.tag){case 0:case 11:case 15:var n=t.return;try{eh(4,t)}catch(c){qt(t,n,c)}break;case 1:var r=t.stateNode;if(typeof r.componentDidMount=="function"){var o=t.return;try{r.componentDidMount()}catch(c){qt(t,o,c)}}var i=t.return;try{cg(t)}catch(c){qt(t,i,c)}break;case 5:var a=t.return;try{cg(t)}catch(c){qt(t,a,c)}}}catch(c){qt(t,t.return,c)}if(t===e){we=null;break}var l=t.sibling;if(l!==null){l.return=t.return,we=l;break}we=t.return}}var WN=Math.ceil,of=Ko.ReactCurrentDispatcher,Xv=Ko.ReactCurrentOwner,br=Ko.ReactCurrentBatchConfig,tt=0,pn=null,Zt=null,yn=0,or=0,Da=Fi(0),cn=0,Ac=null,ws=0,th=0,Jv=0,dc=null,Hn=null,Zv=0,Ja=1/0,Eo=null,sf=!1,fg=null,Ti=null,rd=!1,xi=null,af=0,fc=0,hg=null,Pd=-1,kd=0;function On(){return tt&6?Kt():Pd!==-1?Pd:Pd=Kt()}function Pi(e){return e.mode&1?tt&2&&yn!==0?yn&-yn:PN.transition!==null?(kd===0&&(kd=uC()),kd):(e=pt,e!==0||(e=window.event,e=e===void 0?16:vC(e.type)),e):1}function Vr(e,t,n,r){if(50<fc)throw fc=0,hg=null,Error(te(185));Zc(e,n,r),(!(tt&2)||e!==pn)&&(e===pn&&(!(tt&2)&&(th|=n),cn===4&&mi(e,yn)),Yn(e,r),n===1&&tt===0&&!(t.mode&1)&&(Ja=Kt()+500,Xf&&zi()))}function Yn(e,t){var n=e.callbackNode;PA(e,t);var r=Vd(e,e===pn?yn:0);if(r===0)n!==null&&x1(n),e.callbackNode=null,e.callbackPriority=0;else if(t=r&-r,e.callbackPriority!==t){if(n!=null&&x1(n),t===1)e.tag===0?TN(db.bind(null,e)):OC(db.bind(null,e)),SN(function(){!(tt&6)&&zi()}),n=null;else{switch(dC(r)){case 1:n=Ev;break;case 4:n=lC;break;case 16:n=Bd;break;case 536870912:n=cC;break;default:n=Bd}n=ME(n,kE.bind(null,e))}e.callbackPriority=t,e.callbackNode=n}}function kE(e,t){if(Pd=-1,kd=0,tt&6)throw Error(te(327));var n=e.callbackNode;if(Ua()&&e.callbackNode!==n)return null;var r=Vd(e,e===pn?yn:0);if(r===0)return null;if(r&30||r&e.expiredLanes||t)t=lf(e,r);else{t=r;var o=tt;tt|=2;var i=_E();(pn!==e||yn!==t)&&(Eo=null,Ja=Kt()+500,ms(e,t));do try{GN();break}catch(l){RE(e,l)}while(!0);$v(),of.current=i,tt=o,Zt!==null?t=0:(pn=null,yn=0,t=cn)}if(t!==0){if(t===2&&(o=zm(e),o!==0&&(r=o,t=pg(e,o))),t===1)throw n=Ac,ms(e,0),mi(e,r),Yn(e,Kt()),n;if(t===6)mi(e,r);else{if(o=e.current.alternate,!(r&30)&&!HN(o)&&(t=lf(e,r),t===2&&(i=zm(e),i!==0&&(r=i,t=pg(e,i))),t===1))throw n=Ac,ms(e,0),mi(e,r),Yn(e,Kt()),n;switch(e.finishedWork=o,e.finishedLanes=r,t){case 0:case 1:throw Error(te(345));case 2:ts(e,Hn,Eo);break;case 3:if(mi(e,r),(r&130023424)===r&&(t=Zv+500-Kt(),10<t)){if(Vd(e,0)!==0)break;if(o=e.suspendedLanes,(o&r)!==r){On(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=Qm(ts.bind(null,e,Hn,Eo),t);break}ts(e,Hn,Eo);break;case 4:if(mi(e,r),(r&4194240)===r)break;for(t=e.eventTimes,o=-1;0<r;){var a=31-Br(r);i=1<<a,a=t[a],a>o&&(o=a),r&=~i}if(r=o,r=Kt()-r,r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*WN(r/1960))-r,10<r){e.timeoutHandle=Qm(ts.bind(null,e,Hn,Eo),r);break}ts(e,Hn,Eo);break;case 5:ts(e,Hn,Eo);break;default:throw Error(te(329))}}}return Yn(e,Kt()),e.callbackNode===n?kE.bind(null,e):null}function pg(e,t){var n=dc;return e.current.memoizedState.isDehydrated&&(ms(e,t).flags|=256),e=lf(e,t),e!==2&&(t=Hn,Hn=n,t!==null&&mg(t)),e}function mg(e){Hn===null?Hn=e:Hn.push.apply(Hn,e)}function HN(e){for(var t=e;;){if(t.flags&16384){var n=t.updateQueue;if(n!==null&&(n=n.stores,n!==null))for(var r=0;r<n.length;r++){var o=n[r],i=o.getSnapshot;o=o.value;try{if(!Hr(i(),o))return!1}catch{return!1}}}if(n=t.child,t.subtreeFlags&16384&&n!==null)n.return=t,t=n;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function mi(e,t){for(t&=~Jv,t&=~th,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-Br(t),r=1<<n;e[n]=-1,t&=~r}}function db(e){if(tt&6)throw Error(te(327));Ua();var t=Vd(e,0);if(!(t&1))return Yn(e,Kt()),null;var n=lf(e,t);if(e.tag!==0&&n===2){var r=zm(e);r!==0&&(t=r,n=pg(e,r))}if(n===1)throw n=Ac,ms(e,0),mi(e,t),Yn(e,Kt()),n;if(n===6)throw Error(te(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,ts(e,Hn,Eo),Yn(e,Kt()),null}function ey(e,t){var n=tt;tt|=1;try{return e(t)}finally{tt=n,tt===0&&(Ja=Kt()+500,Xf&&zi())}}function Ss(e){xi!==null&&xi.tag===0&&!(tt&6)&&Ua();var t=tt;tt|=1;var n=br.transition,r=pt;try{if(br.transition=null,pt=1,e)return e()}finally{pt=r,br.transition=n,tt=t,!(tt&6)&&zi()}}function ty(){or=Da.current,It(Da)}function ms(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(n!==-1&&(e.timeoutHandle=-1,wN(n)),Zt!==null)for(n=Zt.return;n!==null;){var r=n;switch(Mv(r),r.tag){case 1:r=r.type.childContextTypes,r!=null&&Qd();break;case 3:Ya(),It(Qn),It(Pn),Wv();break;case 5:Vv(r);break;case 4:Ya();break;case 13:It($t);break;case 19:It($t);break;case 10:Fv(r.type._context);break;case 22:case 23:ty()}n=n.return}if(pn=e,Zt=e=ki(e.current,null),yn=or=t,cn=0,Ac=null,Jv=th=ws=0,Hn=dc=null,us!==null){for(t=0;t<us.length;t++)if(n=us[t],r=n.interleaved,r!==null){n.interleaved=null;var o=r.next,i=n.pending;if(i!==null){var a=i.next;i.next=o,r.next=a}n.pending=r}us=null}return e}function RE(e,t){do{var n=Zt;try{if($v(),Cd.current=rf,nf){for(var r=Ut.memoizedState;r!==null;){var o=r.queue;o!==null&&(o.pending=null),r=r.next}nf=!1}if(bs=0,fn=an=Ut=null,cc=!1,_c=0,Xv.current=null,n===null||n.return===null){cn=1,Ac=t,Zt=null;break}e:{var i=e,a=n.return,l=n,c=t;if(t=yn,l.flags|=32768,c!==null&&typeof c=="object"&&typeof c.then=="function"){var u=c,d=l,f=d.tag;if(!(d.mode&1)&&(f===0||f===11||f===15)){var h=d.alternate;h?(d.updateQueue=h.updateQueue,d.memoizedState=h.memoizedState,d.lanes=h.lanes):(d.updateQueue=null,d.memoizedState=null)}var m=J1(a);if(m!==null){m.flags&=-257,Z1(m,a,l,i,t),m.mode&1&&X1(i,u,t),t=m,c=u;var g=t.updateQueue;if(g===null){var v=new Set;v.add(c),t.updateQueue=v}else g.add(c);break e}else{if(!(t&1)){X1(i,u,t),ny();break e}c=Error(te(426))}}else if(Ot&&l.mode&1){var S=J1(a);if(S!==null){!(S.flags&65536)&&(S.flags|=256),Z1(S,a,l,i,t),Ov(Xa(c,l));break e}}i=c=Xa(c,l),cn!==4&&(cn=2),dc===null?dc=[i]:dc.push(i),i=a;do{switch(i.tag){case 3:i.flags|=65536,t&=-t,i.lanes|=t;var b=fE(i,c,t);W1(i,b);break e;case 1:l=c;var x=i.type,y=i.stateNode;if(!(i.flags&128)&&(typeof x.getDerivedStateFromError=="function"||y!==null&&typeof y.componentDidCatch=="function"&&(Ti===null||!Ti.has(y)))){i.flags|=65536,t&=-t,i.lanes|=t;var w=hE(i,l,t);W1(i,w);break e}}i=i.return}while(i!==null)}IE(n)}catch(C){t=C,Zt===n&&n!==null&&(Zt=n=n.return);continue}break}while(!0)}function _E(){var e=of.current;return of.current=rf,e===null?rf:e}function ny(){(cn===0||cn===3||cn===2)&&(cn=4),pn===null||!(ws&268435455)&&!(th&268435455)||mi(pn,yn)}function lf(e,t){var n=tt;tt|=2;var r=_E();(pn!==e||yn!==t)&&(Eo=null,ms(e,t));do try{qN();break}catch(o){RE(e,o)}while(!0);if($v(),tt=n,of.current=r,Zt!==null)throw Error(te(261));return pn=null,yn=0,cn}function qN(){for(;Zt!==null;)DE(Zt)}function GN(){for(;Zt!==null&&!yA();)DE(Zt)}function DE(e){var t=NE(e.alternate,e,or);e.memoizedProps=e.pendingProps,t===null?IE(e):Zt=t,Xv.current=null}function IE(e){var t=e;do{var n=t.alternate;if(e=t.return,t.flags&32768){if(n=zN(n,t),n!==null){n.flags&=32767,Zt=n;return}if(e!==null)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{cn=6,Zt=null;return}}else if(n=FN(n,t,or),n!==null){Zt=n;return}if(t=t.sibling,t!==null){Zt=t;return}Zt=t=e}while(t!==null);cn===0&&(cn=5)}function ts(e,t,n){var r=pt,o=br.transition;try{br.transition=null,pt=1,QN(e,t,n,r)}finally{br.transition=o,pt=r}return null}function QN(e,t,n,r){do Ua();while(xi!==null);if(tt&6)throw Error(te(327));n=e.finishedWork;var o=e.finishedLanes;if(n===null)return null;if(e.finishedWork=null,e.finishedLanes=0,n===e.current)throw Error(te(177));e.callbackNode=null,e.callbackPriority=0;var i=n.lanes|n.childLanes;if(kA(e,i),e===pn&&(Zt=pn=null,yn=0),!(n.subtreeFlags&2064)&&!(n.flags&2064)||rd||(rd=!0,ME(Bd,function(){return Ua(),null})),i=(n.flags&15990)!==0,n.subtreeFlags&15990||i){i=br.transition,br.transition=null;var a=pt;pt=1;var l=tt;tt|=4,Xv.current=null,BN(e,n),TE(n,e),pN(qm),Wd=!!Hm,qm=Hm=null,e.current=n,VN(n),xA(),tt=l,pt=a,br.transition=i}else e.current=n;if(rd&&(rd=!1,xi=e,af=o),i=e.pendingLanes,i===0&&(Ti=null),SA(n.stateNode),Yn(e,Kt()),t!==null)for(r=e.onRecoverableError,n=0;n<t.length;n++)o=t[n],r(o.value,{componentStack:o.stack,digest:o.digest});if(sf)throw sf=!1,e=fg,fg=null,e;return af&1&&e.tag!==0&&Ua(),i=e.pendingLanes,i&1?e===hg?fc++:(fc=0,hg=e):fc=0,zi(),null}function Ua(){if(xi!==null){var e=dC(af),t=br.transition,n=pt;try{if(br.transition=null,pt=16>e?16:e,xi===null)var r=!1;else{if(e=xi,xi=null,af=0,tt&6)throw Error(te(331));var o=tt;for(tt|=4,we=e.current;we!==null;){var i=we,a=i.child;if(we.flags&16){var l=i.deletions;if(l!==null){for(var c=0;c<l.length;c++){var u=l[c];for(we=u;we!==null;){var d=we;switch(d.tag){case 0:case 11:case 15:uc(8,d,i)}var f=d.child;if(f!==null)f.return=d,we=f;else for(;we!==null;){d=we;var h=d.sibling,m=d.return;if(jE(d),d===u){we=null;break}if(h!==null){h.return=m,we=h;break}we=m}}}var g=i.alternate;if(g!==null){var v=g.child;if(v!==null){g.child=null;do{var S=v.sibling;v.sibling=null,v=S}while(v!==null)}}we=i}}if(i.subtreeFlags&2064&&a!==null)a.return=i,we=a;else e:for(;we!==null;){if(i=we,i.flags&2048)switch(i.tag){case 0:case 11:case 15:uc(9,i,i.return)}var b=i.sibling;if(b!==null){b.return=i.return,we=b;break e}we=i.return}}var x=e.current;for(we=x;we!==null;){a=we;var y=a.child;if(a.subtreeFlags&2064&&y!==null)y.return=a,we=y;else e:for(a=x;we!==null;){if(l=we,l.flags&2048)try{switch(l.tag){case 0:case 11:case 15:eh(9,l)}}catch(C){qt(l,l.return,C)}if(l===a){we=null;break e}var w=l.sibling;if(w!==null){w.return=l.return,we=w;break e}we=l.return}}if(tt=o,zi(),uo&&typeof uo.onPostCommitFiberRoot=="function")try{uo.onPostCommitFiberRoot(qf,e)}catch{}r=!0}return r}finally{pt=n,br.transition=t}}return!1}function fb(e,t,n){t=Xa(n,t),t=fE(e,t,1),e=Ei(e,t,1),t=On(),e!==null&&(Zc(e,1,t),Yn(e,t))}function qt(e,t,n){if(e.tag===3)fb(e,e,n);else for(;t!==null;){if(t.tag===3){fb(t,e,n);break}else if(t.tag===1){var r=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof r.componentDidCatch=="function"&&(Ti===null||!Ti.has(r))){e=Xa(n,e),e=hE(t,e,1),t=Ei(t,e,1),e=On(),t!==null&&(Zc(t,1,e),Yn(t,e));break}}t=t.return}}function KN(e,t,n){var r=e.pingCache;r!==null&&r.delete(t),t=On(),e.pingedLanes|=e.suspendedLanes&n,pn===e&&(yn&n)===n&&(cn===4||cn===3&&(yn&130023424)===yn&&500>Kt()-Zv?ms(e,0):Jv|=n),Yn(e,t)}function AE(e,t){t===0&&(e.mode&1?(t=Gu,Gu<<=1,!(Gu&130023424)&&(Gu=4194304)):t=1);var n=On();e=$o(e,t),e!==null&&(Zc(e,t,n),Yn(e,n))}function YN(e){var t=e.memoizedState,n=0;t!==null&&(n=t.retryLane),AE(e,n)}function XN(e,t){var n=0;switch(e.tag){case 13:var r=e.stateNode,o=e.memoizedState;o!==null&&(n=o.retryLane);break;case 19:r=e.stateNode;break;default:throw Error(te(314))}r!==null&&r.delete(t),AE(e,n)}var NE;NE=function(e,t,n){if(e!==null)if(e.memoizedProps!==t.pendingProps||Qn.current)Gn=!0;else{if(!(e.lanes&n)&&!(t.flags&128))return Gn=!1,$N(e,t,n);Gn=!!(e.flags&131072)}else Gn=!1,Ot&&t.flags&1048576&&LC(t,Xd,t.index);switch(t.lanes=0,t.tag){case 2:var r=t.type;Td(e,t),e=t.pendingProps;var o=Ga(t,Pn.current);za(t,n),o=qv(null,t,r,e,o,n);var i=Gv();return t.flags|=1,typeof o=="object"&&o!==null&&typeof o.render=="function"&&o.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,Kn(r)?(i=!0,Kd(t)):i=!1,t.memoizedState=o.state!==null&&o.state!==void 0?o.state:null,Uv(t),o.updater=Jf,t.stateNode=o,o._reactInternals=t,tg(t,r,e,n),t=og(null,t,r,!0,i,n)):(t.tag=0,Ot&&i&&Nv(t),In(null,t,o,n),t=t.child),t;case 16:r=t.elementType;e:{switch(Td(e,t),e=t.pendingProps,o=r._init,r=o(r._payload),t.type=r,o=t.tag=ZN(r),e=Or(r,e),o){case 0:t=rg(null,t,r,e,n);break e;case 1:t=nb(null,t,r,e,n);break e;case 11:t=eb(null,t,r,e,n);break e;case 14:t=tb(null,t,r,Or(r.type,e),n);break e}throw Error(te(306,r,""))}return t;case 0:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Or(r,o),rg(e,t,r,o,n);case 1:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Or(r,o),nb(e,t,r,o,n);case 3:e:{if(vE(t),e===null)throw Error(te(387));r=t.pendingProps,i=t.memoizedState,o=i.element,UC(e,t),ef(t,r,null,n);var a=t.memoizedState;if(r=a.element,i.isDehydrated)if(i={element:r,isDehydrated:!1,cache:a.cache,pendingSuspenseBoundaries:a.pendingSuspenseBoundaries,transitions:a.transitions},t.updateQueue.baseState=i,t.memoizedState=i,t.flags&256){o=Xa(Error(te(423)),t),t=rb(e,t,r,n,o);break e}else if(r!==o){o=Xa(Error(te(424)),t),t=rb(e,t,r,n,o);break e}else for(sr=Ci(t.stateNode.containerInfo.firstChild),lr=t,Ot=!0,Fr=null,n=HC(t,null,r,n),t.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling;else{if(Qa(),r===o){t=Fo(e,t,n);break e}In(e,t,r,n)}t=t.child}return t;case 5:return qC(t),e===null&&Jm(t),r=t.type,o=t.pendingProps,i=e!==null?e.memoizedProps:null,a=o.children,Gm(r,o)?a=null:i!==null&&Gm(r,i)&&(t.flags|=32),gE(e,t),In(e,t,a,n),t.child;case 6:return e===null&&Jm(t),null;case 13:return yE(e,t,n);case 4:return Bv(t,t.stateNode.containerInfo),r=t.pendingProps,e===null?t.child=Ka(t,null,r,n):In(e,t,r,n),t.child;case 11:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Or(r,o),eb(e,t,r,o,n);case 7:return In(e,t,t.pendingProps,n),t.child;case 8:return In(e,t,t.pendingProps.children,n),t.child;case 12:return In(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(r=t.type._context,o=t.pendingProps,i=t.memoizedProps,a=o.value,Et(Jd,r._currentValue),r._currentValue=a,i!==null)if(Hr(i.value,a)){if(i.children===o.children&&!Qn.current){t=Fo(e,t,n);break e}}else for(i=t.child,i!==null&&(i.return=t);i!==null;){var l=i.dependencies;if(l!==null){a=i.child;for(var c=l.firstContext;c!==null;){if(c.context===r){if(i.tag===1){c=Do(-1,n&-n),c.tag=2;var u=i.updateQueue;if(u!==null){u=u.shared;var d=u.pending;d===null?c.next=c:(c.next=d.next,d.next=c),u.pending=c}}i.lanes|=n,c=i.alternate,c!==null&&(c.lanes|=n),Zm(i.return,n,t),l.lanes|=n;break}c=c.next}}else if(i.tag===10)a=i.type===t.type?null:i.child;else if(i.tag===18){if(a=i.return,a===null)throw Error(te(341));a.lanes|=n,l=a.alternate,l!==null&&(l.lanes|=n),Zm(a,n,t),a=i.sibling}else a=i.child;if(a!==null)a.return=i;else for(a=i;a!==null;){if(a===t){a=null;break}if(i=a.sibling,i!==null){i.return=a.return,a=i;break}a=a.return}i=a}In(e,t,o.children,n),t=t.child}return t;case 9:return o=t.type,r=t.pendingProps.children,za(t,n),o=jr(o),r=r(o),t.flags|=1,In(e,t,r,n),t.child;case 14:return r=t.type,o=Or(r,t.pendingProps),o=Or(r.type,o),tb(e,t,r,o,n);case 15:return pE(e,t,t.type,t.pendingProps,n);case 17:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Or(r,o),Td(e,t),t.tag=1,Kn(r)?(e=!0,Kd(t)):e=!1,za(t,n),VC(t,r,o),tg(t,r,o,n),og(null,t,r,!0,e,n);case 19:return xE(e,t,n);case 22:return mE(e,t,n)}throw Error(te(156,t.tag))};function ME(e,t){return aC(e,t)}function JN(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function xr(e,t,n,r){return new JN(e,t,n,r)}function ry(e){return e=e.prototype,!(!e||!e.isReactComponent)}function ZN(e){if(typeof e=="function")return ry(e)?1:0;if(e!=null){if(e=e.$$typeof,e===Sv)return 11;if(e===jv)return 14}return 2}function ki(e,t){var n=e.alternate;return n===null?(n=xr(e.tag,t,e.key,e.mode),n.elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=e.flags&14680064,n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Rd(e,t,n,r,o,i){var a=2;if(r=e,typeof e=="function")ry(e)&&(a=1);else if(typeof e=="string")a=5;else e:switch(e){case wa:return gs(n.children,o,i,t);case wv:a=8,o|=8;break;case Em:return e=xr(12,n,t,o|2),e.elementType=Em,e.lanes=i,e;case Tm:return e=xr(13,n,t,o),e.elementType=Tm,e.lanes=i,e;case Pm:return e=xr(19,n,t,o),e.elementType=Pm,e.lanes=i,e;case Wj:return nh(n,o,i,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case Bj:a=10;break e;case Vj:a=9;break e;case Sv:a=11;break e;case jv:a=14;break e;case li:a=16,r=null;break e}throw Error(te(130,e==null?e:typeof e,""))}return t=xr(a,n,t,o),t.elementType=e,t.type=r,t.lanes=i,t}function gs(e,t,n,r){return e=xr(7,e,r,t),e.lanes=n,e}function nh(e,t,n,r){return e=xr(22,e,r,t),e.elementType=Wj,e.lanes=n,e.stateNode={isHidden:!1},e}function qp(e,t,n){return e=xr(6,e,null,t),e.lanes=n,e}function Gp(e,t,n){return t=xr(4,e.children!==null?e.children:[],e.key,t),t.lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function e4(e,t,n,r,o){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Pp(0),this.expirationTimes=Pp(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Pp(0),this.identifierPrefix=r,this.onRecoverableError=o,this.mutableSourceEagerHydrationData=null}function oy(e,t,n,r,o,i,a,l,c){return e=new e4(e,t,n,l,c),t===1?(t=1,i===!0&&(t|=8)):t=0,i=xr(3,null,null,t),e.current=i,i.stateNode=e,i.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},Uv(i),e}function t4(e,t,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:ba,key:r==null?null:""+r,children:e,containerInfo:t,implementation:n}}function OE(e){if(!e)return Di;e=e._reactInternals;e:{if(Fs(e)!==e||e.tag!==1)throw Error(te(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(Kn(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error(te(171))}if(e.tag===1){var n=e.type;if(Kn(n))return MC(e,n,t)}return t}function LE(e,t,n,r,o,i,a,l,c){return e=oy(n,r,!0,e,o,i,a,l,c),e.context=OE(null),n=e.current,r=On(),o=Pi(n),i=Do(r,o),i.callback=t??null,Ei(n,i,o),e.current.lanes=o,Zc(e,o,r),Yn(e,r),e}function rh(e,t,n,r){var o=t.current,i=On(),a=Pi(o);return n=OE(n),t.context===null?t.context=n:t.pendingContext=n,t=Do(i,a),t.payload={element:e},r=r===void 0?null:r,r!==null&&(t.callback=r),e=Ei(o,t,a),e!==null&&(Vr(e,o,a,i),jd(e,o,a)),a}function cf(e){if(e=e.current,!e.child)return null;switch(e.child.tag){case 5:return e.child.stateNode;default:return e.child.stateNode}}function hb(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var n=e.retryLane;e.retryLane=n!==0&&n<t?n:t}}function iy(e,t){hb(e,t),(e=e.alternate)&&hb(e,t)}function n4(){return null}var $E=typeof reportError=="function"?reportError:function(e){console.error(e)};function sy(e){this._internalRoot=e}oh.prototype.render=sy.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(te(409));rh(e,t,null,null)};oh.prototype.unmount=sy.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;Ss(function(){rh(null,e,null,null)}),t[Lo]=null}};function oh(e){this._internalRoot=e}oh.prototype.unstable_scheduleHydration=function(e){if(e){var t=pC();e={blockedOn:null,target:e,priority:t};for(var n=0;n<pi.length&&t!==0&&t<pi[n].priority;n++);pi.splice(n,0,e),n===0&&gC(e)}};function ay(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function ih(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function pb(){}function r4(e,t,n,r,o){if(o){if(typeof r=="function"){var i=r;r=function(){var u=cf(a);i.call(u)}}var a=LE(t,r,e,0,null,!1,!1,"",pb);return e._reactRootContainer=a,e[Lo]=a.current,Ec(e.nodeType===8?e.parentNode:e),Ss(),a}for(;o=e.lastChild;)e.removeChild(o);if(typeof r=="function"){var l=r;r=function(){var u=cf(c);l.call(u)}}var c=oy(e,0,!1,null,null,!1,!1,"",pb);return e._reactRootContainer=c,e[Lo]=c.current,Ec(e.nodeType===8?e.parentNode:e),Ss(function(){rh(t,c,n,r)}),c}function sh(e,t,n,r,o){var i=n._reactRootContainer;if(i){var a=i;if(typeof o=="function"){var l=o;o=function(){var c=cf(a);l.call(c)}}rh(t,a,e,o)}else a=r4(n,t,e,o,r);return cf(a)}fC=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var n=Zl(t.pendingLanes);n!==0&&(Tv(t,n|1),Yn(t,Kt()),!(tt&6)&&(Ja=Kt()+500,zi()))}break;case 13:Ss(function(){var r=$o(e,1);if(r!==null){var o=On();Vr(r,e,1,o)}}),iy(e,1)}};Pv=function(e){if(e.tag===13){var t=$o(e,134217728);if(t!==null){var n=On();Vr(t,e,134217728,n)}iy(e,134217728)}};hC=function(e){if(e.tag===13){var t=Pi(e),n=$o(e,t);if(n!==null){var r=On();Vr(n,e,t,r)}iy(e,t)}};pC=function(){return pt};mC=function(e,t){var n=pt;try{return pt=e,t()}finally{pt=n}};Lm=function(e,t,n){switch(t){case"input":if(_m(e,n),t=n.name,n.type==="radio"&&t!=null){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var o=Yf(r);if(!o)throw Error(te(90));qj(r),_m(r,o)}}}break;case"textarea":Qj(e,n);break;case"select":t=n.value,t!=null&&Oa(e,!!n.multiple,t,!1)}};tC=ey;nC=Ss;var o4={usingClientEntryPoint:!1,Events:[tu,Ea,Yf,Zj,eC,ey]},Wl={findFiberByHostInstance:cs,bundleType:0,version:"18.2.0",rendererPackageName:"react-dom"},i4={bundleType:Wl.bundleType,version:Wl.version,rendererPackageName:Wl.rendererPackageName,rendererConfig:Wl.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Ko.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return e=iC(e),e===null?null:e.stateNode},findFiberByHostInstance:Wl.findFiberByHostInstance||n4,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.2.0-next-9e3b772b8-20220608"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var od=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!od.isDisabled&&od.supportsFiber)try{qf=od.inject(i4),uo=od}catch{}}fr.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=o4;fr.createPortal=function(e,t){var n=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!ay(t))throw Error(te(200));return t4(e,t,null,n)};fr.createRoot=function(e,t){if(!ay(e))throw Error(te(299));var n=!1,r="",o=$E;return t!=null&&(t.unstable_strictMode===!0&&(n=!0),t.identifierPrefix!==void 0&&(r=t.identifierPrefix),t.onRecoverableError!==void 0&&(o=t.onRecoverableError)),t=oy(e,1,!1,null,null,n,!1,r,o),e[Lo]=t.current,Ec(e.nodeType===8?e.parentNode:e),new sy(t)};fr.findDOMNode=function(e){if(e==null)return null;if(e.nodeType===1)return e;var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error(te(188)):(e=Object.keys(e).join(","),Error(te(268,e)));return e=iC(t),e=e===null?null:e.stateNode,e};fr.flushSync=function(e){return Ss(e)};fr.hydrate=function(e,t,n){if(!ih(t))throw Error(te(200));return sh(null,e,t,!0,n)};fr.hydrateRoot=function(e,t,n){if(!ay(e))throw Error(te(405));var r=n!=null&&n.hydratedSources||null,o=!1,i="",a=$E;if(n!=null&&(n.unstable_strictMode===!0&&(o=!0),n.identifierPrefix!==void 0&&(i=n.identifierPrefix),n.onRecoverableError!==void 0&&(a=n.onRecoverableError)),t=LE(t,null,e,1,n??null,o,!1,i,a),e[Lo]=t.current,Ec(e),r)for(e=0;e<r.length;e++)n=r[e],o=n._getVersion,o=o(n._source),t.mutableSourceEagerHydrationData==null?t.mutableSourceEagerHydrationData=[n,o]:t.mutableSourceEagerHydrationData.push(n,o);return new oh(t)};fr.render=function(e,t,n){if(!ih(t))throw Error(te(200));return sh(null,e,t,!1,n)};fr.unmountComponentAtNode=function(e){if(!ih(e))throw Error(te(40));return e._reactRootContainer?(Ss(function(){sh(null,null,e,!1,function(){e._reactRootContainer=null,e[Lo]=null})}),!0):!1};fr.unstable_batchedUpdates=ey;fr.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!ih(n))throw Error(te(200));if(e==null||e._reactInternals===void 0)throw Error(te(38));return sh(e,t,n,!1,r)};fr.version="18.2.0-next-9e3b772b8-20220608";function FE(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(FE)}catch(e){console.error(e)}}FE(),Lj.exports=fr;var ru=Lj.exports;const Ia=rv(ru),s4=KS({__proto__:null,default:Ia},[ru]),[a4,Pr]=Fn("ScrollArea.Root component was not found in tree");function Za(e,t){const n=os(t);dl(()=>{let r=0;if(e){const o=new ResizeObserver(()=>{cancelAnimationFrame(r),r=window.requestAnimationFrame(n)});return o.observe(e),()=>{window.cancelAnimationFrame(r),o.unobserve(e)}}},[e,n])}const l4=p.forwardRef((e,t)=>{const{style:n,...r}=e,o=Pr(),[i,a]=p.useState(0),[l,c]=p.useState(0),u=!!(i&&l);return Za(o.scrollbarX,()=>{var f;const d=((f=o.scrollbarX)==null?void 0:f.offsetHeight)||0;o.onCornerHeightChange(d),c(d)}),Za(o.scrollbarY,()=>{var f;const d=((f=o.scrollbarY)==null?void 0:f.offsetWidth)||0;o.onCornerWidthChange(d),a(d)}),u?s.jsx("div",{...r,ref:t,style:{...n,width:i,height:l}}):null}),c4=p.forwardRef((e,t)=>{const n=Pr(),r=!!(n.scrollbarX&&n.scrollbarY);return n.type!=="scroll"&&r?s.jsx(l4,{...e,ref:t}):null}),u4={scrollHideDelay:1e3,type:"hover"},zE=p.forwardRef((e,t)=>{const n=W("ScrollAreaRoot",u4,e),{type:r,scrollHideDelay:o,scrollbars:i,...a}=n,[l,c]=p.useState(null),[u,d]=p.useState(null),[f,h]=p.useState(null),[m,g]=p.useState(null),[v,S]=p.useState(null),[b,x]=p.useState(0),[y,w]=p.useState(0),[C,j]=p.useState(!1),[T,E]=p.useState(!1),R=nn(t,_=>c(_));return s.jsx(a4,{value:{type:r,scrollHideDelay:o,scrollArea:l,viewport:u,onViewportChange:d,content:f,onContentChange:h,scrollbarX:m,onScrollbarXChange:g,scrollbarXEnabled:C,onScrollbarXEnabledChange:j,scrollbarY:v,onScrollbarYChange:S,scrollbarYEnabled:T,onScrollbarYEnabledChange:E,onCornerWidthChange:x,onCornerHeightChange:w},children:s.jsx(q,{...a,ref:R,__vars:{"--sa-corner-width":i!=="xy"?"0px":`${b}px`,"--sa-corner-height":i!=="xy"?"0px":`${y}px`}})})});zE.displayName="@mantine/core/ScrollAreaRoot";function UE(e,t){const n=e/t;return Number.isNaN(n)?0:n}function ah(e){const t=UE(e.viewport,e.content),n=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,r=(e.scrollbar.size-n)*t;return Math.max(r,18)}function BE(e,t){return n=>{if(e[0]===e[1]||t[0]===t[1])return t[0];const r=(t[1]-t[0])/(e[1]-e[0]);return t[0]+r*(n-e[0])}}function d4(e,[t,n]){return Math.min(n,Math.max(t,e))}function mb(e,t,n="ltr"){const r=ah(t),o=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,i=t.scrollbar.size-o,a=t.content-t.viewport,l=i-r,c=n==="ltr"?[0,a]:[a*-1,0],u=d4(e,c);return BE([0,a],[0,l])(u)}function f4(e,t,n,r="ltr"){const o=ah(n),i=o/2,a=t||i,l=o-a,c=n.scrollbar.paddingStart+a,u=n.scrollbar.size-n.scrollbar.paddingEnd-l,d=n.content-n.viewport,f=r==="ltr"?[0,d]:[d*-1,0];return BE([c,u],f)(e)}function VE(e,t){return e>0&&e<t}function uf(e){return e?parseInt(e,10):0}function vs(e,t,{checkForDefaultPrevented:n=!0}={}){return r=>{e==null||e(r),(n===!1||!r.defaultPrevented)&&(t==null||t(r))}}const[h4,WE]=Fn("ScrollAreaScrollbar was not found in tree"),HE=p.forwardRef((e,t)=>{const{sizes:n,hasThumb:r,onThumbChange:o,onThumbPointerUp:i,onThumbPointerDown:a,onThumbPositionChange:l,onDragScroll:c,onWheelScroll:u,onResize:d,...f}=e,h=Pr(),[m,g]=p.useState(null),v=nn(t,E=>g(E)),S=p.useRef(null),b=p.useRef(""),{viewport:x}=h,y=n.content-n.viewport,w=os(u),C=os(l),j=zf(d,10),T=E=>{if(S.current){const R=E.clientX-S.current.left,_=E.clientY-S.current.top;c({x:R,y:_})}};return p.useEffect(()=>{const E=R=>{const _=R.target;(m==null?void 0:m.contains(_))&&w(R,y)};return document.addEventListener("wheel",E,{passive:!1}),()=>document.removeEventListener("wheel",E,{passive:!1})},[x,m,y,w]),p.useEffect(C,[n,C]),Za(m,j),Za(h.content,j),s.jsx(h4,{value:{scrollbar:m,hasThumb:r,onThumbChange:os(o),onThumbPointerUp:os(i),onThumbPositionChange:C,onThumbPointerDown:os(a)},children:s.jsx("div",{...f,ref:v,"data-mantine-scrollbar":!0,style:{position:"absolute",...f.style},onPointerDown:vs(e.onPointerDown,E=>{E.preventDefault(),E.button===0&&(E.target.setPointerCapture(E.pointerId),S.current=m.getBoundingClientRect(),b.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",T(E))}),onPointerMove:vs(e.onPointerMove,T),onPointerUp:vs(e.onPointerUp,E=>{E.preventDefault();const R=E.target;R.hasPointerCapture(E.pointerId)&&R.releasePointerCapture(E.pointerId),document.body.style.webkitUserSelect=b.current,S.current=null})})})}),qE=p.forwardRef((e,t)=>{const{sizes:n,onSizesChange:r,style:o,...i}=e,a=Pr(),[l,c]=p.useState(),u=p.useRef(null),d=nn(t,u,a.onScrollbarXChange);return p.useEffect(()=>{u.current&&c(getComputedStyle(u.current))},[u]),s.jsx(HE,{"data-orientation":"horizontal",...i,ref:d,sizes:n,style:{...o,"--sa-thumb-width":`${ah(n)}px`},onThumbPointerDown:f=>e.onThumbPointerDown(f.x),onDragScroll:f=>e.onDragScroll(f.x),onWheelScroll:(f,h)=>{if(a.viewport){const m=a.viewport.scrollLeft+f.deltaX;e.onWheelScroll(m),VE(m,h)&&f.preventDefault()}},onResize:()=>{u.current&&a.viewport&&l&&r({content:a.viewport.scrollWidth,viewport:a.viewport.offsetWidth,scrollbar:{size:u.current.clientWidth,paddingStart:uf(l.paddingLeft),paddingEnd:uf(l.paddingRight)}})}})});qE.displayName="@mantine/core/ScrollAreaScrollbarX";const GE=p.forwardRef((e,t)=>{const{sizes:n,onSizesChange:r,style:o,...i}=e,a=Pr(),[l,c]=p.useState(),u=p.useRef(null),d=nn(t,u,a.onScrollbarYChange);return p.useEffect(()=>{u.current&&c(window.getComputedStyle(u.current))},[]),s.jsx(HE,{...i,"data-orientation":"vertical",ref:d,sizes:n,style:{"--sa-thumb-height":`${ah(n)}px`,...o},onThumbPointerDown:f=>e.onThumbPointerDown(f.y),onDragScroll:f=>e.onDragScroll(f.y),onWheelScroll:(f,h)=>{if(a.viewport){const m=a.viewport.scrollTop+f.deltaY;e.onWheelScroll(m),VE(m,h)&&f.preventDefault()}},onResize:()=>{u.current&&a.viewport&&l&&r({content:a.viewport.scrollHeight,viewport:a.viewport.offsetHeight,scrollbar:{size:u.current.clientHeight,paddingStart:uf(l.paddingTop),paddingEnd:uf(l.paddingBottom)}})}})});GE.displayName="@mantine/core/ScrollAreaScrollbarY";const lh=p.forwardRef((e,t)=>{const{orientation:n="vertical",...r}=e,{dir:o}=Ls(),i=Pr(),a=p.useRef(null),l=p.useRef(0),[c,u]=p.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),d=UE(c.viewport,c.content),f={...r,sizes:c,onSizesChange:u,hasThumb:d>0&&d<1,onThumbChange:m=>{a.current=m},onThumbPointerUp:()=>{l.current=0},onThumbPointerDown:m=>{l.current=m}},h=(m,g)=>f4(m,l.current,c,g);return n==="horizontal"?s.jsx(qE,{...f,ref:t,onThumbPositionChange:()=>{if(i.viewport&&a.current){const m=i.viewport.scrollLeft,g=mb(m,c,o);a.current.style.transform=`translate3d(${g}px, 0, 0)`}},onWheelScroll:m=>{i.viewport&&(i.viewport.scrollLeft=m)},onDragScroll:m=>{i.viewport&&(i.viewport.scrollLeft=h(m,o))}}):n==="vertical"?s.jsx(GE,{...f,ref:t,onThumbPositionChange:()=>{if(i.viewport&&a.current){const m=i.viewport.scrollTop,g=mb(m,c);c.scrollbar.size===0?a.current.style.opacity="0":a.current.style.opacity="1",a.current.style.transform=`translate3d(0, ${g}px, 0)`}},onWheelScroll:m=>{i.viewport&&(i.viewport.scrollTop=m)},onDragScroll:m=>{i.viewport&&(i.viewport.scrollTop=h(m))}}):null});lh.displayName="@mantine/core/ScrollAreaScrollbarVisible";const ly=p.forwardRef((e,t)=>{const n=Pr(),{forceMount:r,...o}=e,[i,a]=p.useState(!1),l=e.orientation==="horizontal",c=zf(()=>{if(n.viewport){const u=n.viewport.offsetWidth<n.viewport.scrollWidth,d=n.viewport.offsetHeight<n.viewport.scrollHeight;a(l?u:d)}},10);return Za(n.viewport,c),Za(n.content,c),r||i?s.jsx(lh,{"data-state":i?"visible":"hidden",...o,ref:t}):null});ly.displayName="@mantine/core/ScrollAreaScrollbarAuto";const QE=p.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=Pr(),[i,a]=p.useState(!1);return p.useEffect(()=>{const{scrollArea:l}=o;let c=0;if(l){const u=()=>{window.clearTimeout(c),a(!0)},d=()=>{c=window.setTimeout(()=>a(!1),o.scrollHideDelay)};return l.addEventListener("pointerenter",u),l.addEventListener("pointerleave",d),()=>{window.clearTimeout(c),l.removeEventListener("pointerenter",u),l.removeEventListener("pointerleave",d)}}},[o.scrollArea,o.scrollHideDelay]),n||i?s.jsx(ly,{"data-state":i?"visible":"hidden",...r,ref:t}):null});QE.displayName="@mantine/core/ScrollAreaScrollbarHover";const p4=p.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=Pr(),i=e.orientation==="horizontal",[a,l]=p.useState("hidden"),c=zf(()=>l("idle"),100);return p.useEffect(()=>{if(a==="idle"){const u=window.setTimeout(()=>l("hidden"),o.scrollHideDelay);return()=>window.clearTimeout(u)}},[a,o.scrollHideDelay]),p.useEffect(()=>{const{viewport:u}=o,d=i?"scrollLeft":"scrollTop";if(u){let f=u[d];const h=()=>{const m=u[d];f!==m&&(l("scrolling"),c()),f=m};return u.addEventListener("scroll",h),()=>u.removeEventListener("scroll",h)}},[o.viewport,i,c]),n||a!=="hidden"?s.jsx(lh,{"data-state":a==="hidden"?"hidden":"visible",...r,ref:t,onPointerEnter:vs(e.onPointerEnter,()=>l("interacting")),onPointerLeave:vs(e.onPointerLeave,()=>l("idle"))}):null}),gg=p.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=Pr(),{onScrollbarXEnabledChange:i,onScrollbarYEnabledChange:a}=o,l=e.orientation==="horizontal";return p.useEffect(()=>(l?i(!0):a(!0),()=>{l?i(!1):a(!1)}),[l,i,a]),o.type==="hover"?s.jsx(QE,{...r,ref:t,forceMount:n}):o.type==="scroll"?s.jsx(p4,{...r,ref:t,forceMount:n}):o.type==="auto"?s.jsx(ly,{...r,ref:t,forceMount:n}):o.type==="always"?s.jsx(lh,{...r,ref:t}):null});gg.displayName="@mantine/core/ScrollAreaScrollbar";function m4(e,t=()=>{}){let n={left:e.scrollLeft,top:e.scrollTop},r=0;return function o(){const i={left:e.scrollLeft,top:e.scrollTop},a=n.left!==i.left,l=n.top!==i.top;(a||l)&&t(),n=i,r=window.requestAnimationFrame(o)}(),()=>window.cancelAnimationFrame(r)}const KE=p.forwardRef((e,t)=>{const{style:n,...r}=e,o=Pr(),i=WE(),{onThumbPositionChange:a}=i,l=nn(t,d=>i.onThumbChange(d)),c=p.useRef(),u=zf(()=>{c.current&&(c.current(),c.current=void 0)},100);return p.useEffect(()=>{const{viewport:d}=o;if(d){const f=()=>{if(u(),!c.current){const h=m4(d,a);c.current=h,a()}};return a(),d.addEventListener("scroll",f),()=>d.removeEventListener("scroll",f)}},[o.viewport,u,a]),s.jsx("div",{"data-state":i.hasThumb?"visible":"hidden",...r,ref:l,style:{width:"var(--sa-thumb-width)",height:"var(--sa-thumb-height)",...n},onPointerDownCapture:vs(e.onPointerDownCapture,d=>{const h=d.target.getBoundingClientRect(),m=d.clientX-h.left,g=d.clientY-h.top;i.onThumbPointerDown({x:m,y:g})}),onPointerUp:vs(e.onPointerUp,i.onThumbPointerUp)})});KE.displayName="@mantine/core/ScrollAreaThumb";const vg=p.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=WE();return n||o.hasThumb?s.jsx(KE,{ref:t,...r}):null});vg.displayName="@mantine/core/ScrollAreaThumb";const YE=p.forwardRef(({children:e,style:t,...n},r)=>{const o=Pr(),i=nn(r,o.onViewportChange);return s.jsx(q,{...n,ref:i,style:{overflowX:o.scrollbarXEnabled?"scroll":"hidden",overflowY:o.scrollbarYEnabled?"scroll":"hidden",...t},children:s.jsx("div",{style:{minWidth:"100%",display:"table"},ref:o.onContentChange,children:e})})});YE.displayName="@mantine/core/ScrollAreaViewport";var cy={root:"m_d57069b5",viewport:"m_c0783ff9",viewportInner:"m_f8f631dd",scrollbar:"m_c44ba933",thumb:"m_d8b5e363",corner:"m_21657268"};const XE={scrollHideDelay:1e3,type:"hover",scrollbars:"xy"},g4=(e,{scrollbarSize:t})=>({root:{"--scrollarea-scrollbar-size":B(t)}}),kr=Y((e,t)=>{const n=W("ScrollArea",XE,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,scrollbarSize:c,vars:u,type:d,scrollHideDelay:f,viewportProps:h,viewportRef:m,onScrollPositionChange:g,children:v,offsetScrollbars:S,scrollbars:b,onBottomReached:x,onTopReached:y,...w}=n,[C,j]=p.useState(!1),T=de({name:"ScrollArea",props:n,classes:cy,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:u,varsResolver:g4});return s.jsxs(zE,{type:d==="never"?"always":d,scrollHideDelay:f,ref:t,scrollbars:b,...T("root"),...w,children:[s.jsx(YE,{...h,...T("viewport",{style:h==null?void 0:h.style}),ref:m,"data-offset-scrollbars":S===!0?"xy":S||void 0,"data-scrollbars":b||void 0,onScroll:E=>{var O;(O=h==null?void 0:h.onScroll)==null||O.call(h,E),g==null||g({x:E.currentTarget.scrollLeft,y:E.currentTarget.scrollTop});const{scrollTop:R,scrollHeight:_,clientHeight:N}=E.currentTarget;R-(_-N)>=0&&(x==null||x()),R===0&&(y==null||y())},children:v}),(b==="xy"||b==="x")&&s.jsx(gg,{...T("scrollbar"),orientation:"horizontal","data-hidden":d==="never"||void 0,forceMount:!0,onMouseEnter:()=>j(!0),onMouseLeave:()=>j(!1),children:s.jsx(vg,{...T("thumb")})}),(b==="xy"||b==="y")&&s.jsx(gg,{...T("scrollbar"),orientation:"vertical","data-hidden":d==="never"||void 0,forceMount:!0,onMouseEnter:()=>j(!0),onMouseLeave:()=>j(!1),children:s.jsx(vg,{...T("thumb")})}),s.jsx(c4,{...T("corner"),"data-hovered":C||void 0,"data-hidden":d==="never"||void 0})]})});kr.displayName="@mantine/core/ScrollArea";const ch=Y((e,t)=>{const{children:n,classNames:r,styles:o,scrollbarSize:i,scrollHideDelay:a,type:l,dir:c,offsetScrollbars:u,viewportRef:d,onScrollPositionChange:f,unstyled:h,variant:m,viewportProps:g,scrollbars:v,style:S,vars:b,onBottomReached:x,onTopReached:y,...w}=W("ScrollAreaAutosize",XE,e);return s.jsx(q,{...w,ref:t,style:[{display:"flex",overflow:"auto"},S],children:s.jsx(q,{style:{display:"flex",flexDirection:"column",flex:1},children:s.jsx(kr,{classNames:r,styles:o,scrollHideDelay:a,scrollbarSize:i,type:l,dir:c,offsetScrollbars:u,viewportRef:d,onScrollPositionChange:f,unstyled:h,variant:m,viewportProps:g,vars:b,scrollbars:v,onBottomReached:x,onTopReached:y,children:n})})})});kr.classes=cy;ch.displayName="@mantine/core/ScrollAreaAutosize";ch.classes=cy;kr.Autosize=ch;var JE={root:"m_87cf2631"};const v4={__staticSelector:"UnstyledButton"},wn=Rn((e,t)=>{const n=W("UnstyledButton",v4,e),{className:r,component:o="button",__staticSelector:i,unstyled:a,classNames:l,styles:c,style:u,...d}=n,f=de({name:i,props:n,classes:JE,className:r,style:u,classNames:l,styles:c,unstyled:a});return s.jsx(q,{...f("root",{focusable:!0}),component:o,ref:t,type:o==="button"?"button":void 0,...d})});wn.classes=JE;wn.displayName="@mantine/core/UnstyledButton";var ZE={root:"m_515a97f8"};const y4={},uy=Y((e,t)=>{const n=W("VisuallyHidden",y4,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,...u}=n,d=de({name:"VisuallyHidden",classes:ZE,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l});return s.jsx(q,{component:"span",ref:t,...d("root"),...u})});uy.classes=ZE;uy.displayName="@mantine/core/VisuallyHidden";var eT={root:"m_1b7284a3"};const x4={},b4=(e,{radius:t,shadow:n})=>({root:{"--paper-radius":t===void 0?void 0:dt(t),"--paper-shadow":cv(n)}}),Xn=Rn((e,t)=>{const n=W("Paper",x4,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,withBorder:c,vars:u,radius:d,shadow:f,variant:h,mod:m,...g}=n,v=de({name:"Paper",props:n,classes:eT,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:u,varsResolver:b4});return s.jsx(q,{ref:t,mod:[{"data-with-border":c},m],...v("root"),variant:h,...g})});Xn.classes=eT;Xn.displayName="@mantine/core/Paper";function uh(){return typeof window<"u"}function pl(e){return tT(e)?(e.nodeName||"").toLowerCase():"#document"}function Jn(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function wo(e){var t;return(t=(tT(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function tT(e){return uh()?e instanceof Node||e instanceof Jn(e).Node:!1}function _t(e){return uh()?e instanceof Element||e instanceof Jn(e).Element:!1}function ur(e){return uh()?e instanceof HTMLElement||e instanceof Jn(e).HTMLElement:!1}function yg(e){return!uh()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Jn(e).ShadowRoot}function ou(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=Er(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(o)}function w4(e){return["table","td","th"].includes(pl(e))}function dh(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function dy(e){const t=fh(),n=_t(e)?Er(e):e;return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(r=>(n.willChange||"").includes(r))||["paint","layout","strict","content"].some(r=>(n.contain||"").includes(r))}function S4(e){let t=zo(e);for(;ur(t)&&!Ii(t);){if(dy(t))return t;if(dh(t))return null;t=zo(t)}return null}function fh(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Ii(e){return["html","body","#document"].includes(pl(e))}function Er(e){return Jn(e).getComputedStyle(e)}function hh(e){return _t(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function zo(e){if(pl(e)==="html")return e;const t=e.assignedSlot||e.parentNode||yg(e)&&e.host||wo(e);return yg(t)?t.host:t}function nT(e){const t=zo(e);return Ii(t)?e.ownerDocument?e.ownerDocument.body:e.body:ur(t)&&ou(t)?t:nT(t)}function Io(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=nT(e),i=o===((r=e.ownerDocument)==null?void 0:r.body),a=Jn(o);if(i){const l=xg(a);return t.concat(a,a.visualViewport||[],ou(o)?o:[],l&&n?Io(l):[])}return t.concat(o,Io(o,[],n))}function xg(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function gb(e){let t=e.activeElement;for(;((n=t)==null||(n=n.shadowRoot)==null?void 0:n.activeElement)!=null;){var n;t=t.shadowRoot.activeElement}return t}function Nc(e,t){if(!e||!t)return!1;const n=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&yg(n)){let r=t;for(;r;){if(e===r)return!0;r=r.parentNode||r.host}}return!1}function rT(){const e=navigator.userAgentData;return e!=null&&e.platform?e.platform:navigator.platform}function oT(){const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?e.brands.map(t=>{let{brand:n,version:r}=t;return n+"/"+r}).join(" "):navigator.userAgent}function j4(e){return T4()?!1:!vb()&&e.width===0&&e.height===0||vb()&&e.width===1&&e.height===1&&e.pressure===0&&e.detail===0&&e.pointerType==="mouse"||e.width<1&&e.height<1&&e.pressure===0&&e.detail===0&&e.pointerType==="touch"}function C4(){return/apple/i.test(navigator.vendor)}function vb(){const e=/android/i;return e.test(rT())||e.test(oT())}function E4(){return rT().toLowerCase().startsWith("mac")&&!navigator.maxTouchPoints}function T4(){return oT().includes("jsdom/")}function bg(e,t){const n=["mouse","pen"];return n.push("",void 0),n.includes(e)}function P4(e){return"nativeEvent"in e}function k4(e){return e.matches("html,body")}function fs(e){return(e==null?void 0:e.ownerDocument)||document}function Qp(e,t){if(t==null)return!1;if("composedPath"in e)return e.composedPath().includes(t);const n=e;return n.target!=null&&t.contains(n.target)}function ya(e){return"composedPath"in e?e.composedPath()[0]:e.target}const R4="input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";function _4(e){return ur(e)&&e.matches(R4)}const qr=Math.min,En=Math.max,df=Math.round,id=Math.floor,ho=e=>({x:e,y:e}),D4={left:"right",right:"left",bottom:"top",top:"bottom"},I4={start:"end",end:"start"};function wg(e,t,n){return En(e,qr(t,n))}function Uo(e,t){return typeof e=="function"?e(t):e}function Gr(e){return e.split("-")[0]}function ml(e){return e.split("-")[1]}function fy(e){return e==="x"?"y":"x"}function hy(e){return e==="y"?"height":"width"}function Bo(e){return["top","bottom"].includes(Gr(e))?"y":"x"}function py(e){return fy(Bo(e))}function A4(e,t,n){n===void 0&&(n=!1);const r=ml(e),o=py(e),i=hy(o);let a=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(a=ff(a)),[a,ff(a)]}function N4(e){const t=ff(e);return[Sg(e),t,Sg(t)]}function Sg(e){return e.replace(/start|end/g,t=>I4[t])}function M4(e,t,n){const r=["left","right"],o=["right","left"],i=["top","bottom"],a=["bottom","top"];switch(e){case"top":case"bottom":return n?t?o:r:t?r:o;case"left":case"right":return t?i:a;default:return[]}}function O4(e,t,n,r){const o=ml(e);let i=M4(Gr(e),n==="start",r);return o&&(i=i.map(a=>a+"-"+o),t&&(i=i.concat(i.map(Sg)))),i}function ff(e){return e.replace(/left|right|bottom|top/g,t=>D4[t])}function L4(e){return{top:0,right:0,bottom:0,left:0,...e}}function my(e){return typeof e!="number"?L4(e):{top:e,right:e,bottom:e,left:e}}function el(e){const{x:t,y:n,width:r,height:o}=e;return{width:r,height:o,top:n,left:t,right:t+r,bottom:n+o,x:t,y:n}}function yb(e,t,n){let{reference:r,floating:o}=e;const i=Bo(t),a=py(t),l=hy(a),c=Gr(t),u=i==="y",d=r.x+r.width/2-o.width/2,f=r.y+r.height/2-o.height/2,h=r[l]/2-o[l]/2;let m;switch(c){case"top":m={x:d,y:r.y-o.height};break;case"bottom":m={x:d,y:r.y+r.height};break;case"right":m={x:r.x+r.width,y:f};break;case"left":m={x:r.x-o.width,y:f};break;default:m={x:r.x,y:r.y}}switch(ml(t)){case"start":m[a]-=h*(n&&u?-1:1);break;case"end":m[a]+=h*(n&&u?-1:1);break}return m}const $4=async(e,t,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:i=[],platform:a}=n,l=i.filter(Boolean),c=await(a.isRTL==null?void 0:a.isRTL(t));let u=await a.getElementRects({reference:e,floating:t,strategy:o}),{x:d,y:f}=yb(u,r,c),h=r,m={},g=0;for(let v=0;v<l.length;v++){const{name:S,fn:b}=l[v],{x,y,data:w,reset:C}=await b({x:d,y:f,initialPlacement:r,placement:h,strategy:o,middlewareData:m,rects:u,platform:a,elements:{reference:e,floating:t}});d=x??d,f=y??f,m={...m,[S]:{...m[S],...w}},C&&g<=50&&(g++,typeof C=="object"&&(C.placement&&(h=C.placement),C.rects&&(u=C.rects===!0?await a.getElementRects({reference:e,floating:t,strategy:o}):C.rects),{x:d,y:f}=yb(u,h,c)),v=-1)}return{x:d,y:f,placement:h,strategy:o,middlewareData:m}};async function gy(e,t){var n;t===void 0&&(t={});const{x:r,y:o,platform:i,rects:a,elements:l,strategy:c}=e,{boundary:u="clippingAncestors",rootBoundary:d="viewport",elementContext:f="floating",altBoundary:h=!1,padding:m=0}=Uo(t,e),g=my(m),S=l[h?f==="floating"?"reference":"floating":f],b=el(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(S)))==null||n?S:S.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:u,rootBoundary:d,strategy:c})),x=f==="floating"?{x:r,y:o,width:a.floating.width,height:a.floating.height}:a.reference,y=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),w=await(i.isElement==null?void 0:i.isElement(y))?await(i.getScale==null?void 0:i.getScale(y))||{x:1,y:1}:{x:1,y:1},C=el(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:x,offsetParent:y,strategy:c}):x);return{top:(b.top-C.top+g.top)/w.y,bottom:(C.bottom-b.bottom+g.bottom)/w.y,left:(b.left-C.left+g.left)/w.x,right:(C.right-b.right+g.right)/w.x}}const F4=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:o,rects:i,platform:a,elements:l,middlewareData:c}=t,{element:u,padding:d=0}=Uo(e,t)||{};if(u==null)return{};const f=my(d),h={x:n,y:r},m=py(o),g=hy(m),v=await a.getDimensions(u),S=m==="y",b=S?"top":"left",x=S?"bottom":"right",y=S?"clientHeight":"clientWidth",w=i.reference[g]+i.reference[m]-h[m]-i.floating[g],C=h[m]-i.reference[m],j=await(a.getOffsetParent==null?void 0:a.getOffsetParent(u));let T=j?j[y]:0;(!T||!await(a.isElement==null?void 0:a.isElement(j)))&&(T=l.floating[y]||i.floating[g]);const E=w/2-C/2,R=T/2-v[g]/2-1,_=qr(f[b],R),N=qr(f[x],R),O=_,F=T-v[g]-N,z=T/2-v[g]/2+E,H=wg(O,z,F),D=!c.arrow&&ml(o)!=null&&z!==H&&i.reference[g]/2-(z<O?_:N)-v[g]/2<0,k=D?z<O?z-O:z-F:0;return{[m]:h[m]+k,data:{[m]:H,centerOffset:z-H-k,...D&&{alignmentOffset:k}},reset:D}}}),z4=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:o,middlewareData:i,rects:a,initialPlacement:l,platform:c,elements:u}=t,{mainAxis:d=!0,crossAxis:f=!0,fallbackPlacements:h,fallbackStrategy:m="bestFit",fallbackAxisSideDirection:g="none",flipAlignment:v=!0,...S}=Uo(e,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};const b=Gr(o),x=Bo(l),y=Gr(l)===l,w=await(c.isRTL==null?void 0:c.isRTL(u.floating)),C=h||(y||!v?[ff(l)]:N4(l)),j=g!=="none";!h&&j&&C.push(...O4(l,v,g,w));const T=[l,...C],E=await gy(t,S),R=[];let _=((r=i.flip)==null?void 0:r.overflows)||[];if(d&&R.push(E[b]),f){const z=A4(o,a,w);R.push(E[z[0]],E[z[1]])}if(_=[..._,{placement:o,overflows:R}],!R.every(z=>z<=0)){var N,O;const z=(((N=i.flip)==null?void 0:N.index)||0)+1,H=T[z];if(H)return{data:{index:z,overflows:_},reset:{placement:H}};let D=(O=_.filter(k=>k.overflows[0]<=0).sort((k,P)=>k.overflows[1]-P.overflows[1])[0])==null?void 0:O.placement;if(!D)switch(m){case"bestFit":{var F;const k=(F=_.filter(P=>{if(j){const I=Bo(P.placement);return I===x||I==="y"}return!0}).map(P=>[P.placement,P.overflows.filter(I=>I>0).reduce((I,L)=>I+L,0)]).sort((P,I)=>P[1]-I[1])[0])==null?void 0:F[0];k&&(D=k);break}case"initialPlacement":D=l;break}if(o!==D)return{reset:{placement:D}}}return{}}}};function iT(e){const t=qr(...e.map(i=>i.left)),n=qr(...e.map(i=>i.top)),r=En(...e.map(i=>i.right)),o=En(...e.map(i=>i.bottom));return{x:t,y:n,width:r-t,height:o-n}}function U4(e){const t=e.slice().sort((o,i)=>o.y-i.y),n=[];let r=null;for(let o=0;o<t.length;o++){const i=t[o];!r||i.y-r.y>r.height/2?n.push([i]):n[n.length-1].push(i),r=i}return n.map(o=>el(iT(o)))}const B4=function(e){return e===void 0&&(e={}),{name:"inline",options:e,async fn(t){const{placement:n,elements:r,rects:o,platform:i,strategy:a}=t,{padding:l=2,x:c,y:u}=Uo(e,t),d=Array.from(await(i.getClientRects==null?void 0:i.getClientRects(r.reference))||[]),f=U4(d),h=el(iT(d)),m=my(l);function g(){if(f.length===2&&f[0].left>f[1].right&&c!=null&&u!=null)return f.find(S=>c>S.left-m.left&&c<S.right+m.right&&u>S.top-m.top&&u<S.bottom+m.bottom)||h;if(f.length>=2){if(Bo(n)==="y"){const _=f[0],N=f[f.length-1],O=Gr(n)==="top",F=_.top,z=N.bottom,H=O?_.left:N.left,D=O?_.right:N.right,k=D-H,P=z-F;return{top:F,bottom:z,left:H,right:D,width:k,height:P,x:H,y:F}}const S=Gr(n)==="left",b=En(...f.map(_=>_.right)),x=qr(...f.map(_=>_.left)),y=f.filter(_=>S?_.left===x:_.right===b),w=y[0].top,C=y[y.length-1].bottom,j=x,T=b,E=T-j,R=C-w;return{top:w,bottom:C,left:j,right:T,width:E,height:R,x:j,y:w}}return h}const v=await i.getElementRects({reference:{getBoundingClientRect:g},floating:r.floating,strategy:a});return o.reference.x!==v.reference.x||o.reference.y!==v.reference.y||o.reference.width!==v.reference.width||o.reference.height!==v.reference.height?{reset:{rects:v}}:{}}}};async function V4(e,t){const{placement:n,platform:r,elements:o}=e,i=await(r.isRTL==null?void 0:r.isRTL(o.floating)),a=Gr(n),l=ml(n),c=Bo(n)==="y",u=["left","top"].includes(a)?-1:1,d=i&&c?-1:1,f=Uo(t,e);let{mainAxis:h,crossAxis:m,alignmentAxis:g}=typeof f=="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:f.mainAxis||0,crossAxis:f.crossAxis||0,alignmentAxis:f.alignmentAxis};return l&&typeof g=="number"&&(m=l==="end"?g*-1:g),c?{x:m*d,y:h*u}:{x:h*u,y:m*d}}const W4=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:o,y:i,placement:a,middlewareData:l}=t,c=await V4(t,e);return a===((n=l.offset)==null?void 0:n.placement)&&(r=l.arrow)!=null&&r.alignmentOffset?{}:{x:o+c.x,y:i+c.y,data:{...c,placement:a}}}}},H4=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:o}=t,{mainAxis:i=!0,crossAxis:a=!1,limiter:l={fn:S=>{let{x:b,y:x}=S;return{x:b,y:x}}},...c}=Uo(e,t),u={x:n,y:r},d=await gy(t,c),f=Bo(Gr(o)),h=fy(f);let m=u[h],g=u[f];if(i){const S=h==="y"?"top":"left",b=h==="y"?"bottom":"right",x=m+d[S],y=m-d[b];m=wg(x,m,y)}if(a){const S=f==="y"?"top":"left",b=f==="y"?"bottom":"right",x=g+d[S],y=g-d[b];g=wg(x,g,y)}const v=l.fn({...t,[h]:m,[f]:g});return{...v,data:{x:v.x-n,y:v.y-r,enabled:{[h]:i,[f]:a}}}}}},q4=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:n,y:r,placement:o,rects:i,middlewareData:a}=t,{offset:l=0,mainAxis:c=!0,crossAxis:u=!0}=Uo(e,t),d={x:n,y:r},f=Bo(o),h=fy(f);let m=d[h],g=d[f];const v=Uo(l,t),S=typeof v=="number"?{mainAxis:v,crossAxis:0}:{mainAxis:0,crossAxis:0,...v};if(c){const y=h==="y"?"height":"width",w=i.reference[h]-i.floating[y]+S.mainAxis,C=i.reference[h]+i.reference[y]-S.mainAxis;m<w?m=w:m>C&&(m=C)}if(u){var b,x;const y=h==="y"?"width":"height",w=["top","left"].includes(Gr(o)),C=i.reference[f]-i.floating[y]+(w&&((b=a.offset)==null?void 0:b[f])||0)+(w?0:S.crossAxis),j=i.reference[f]+i.reference[y]+(w?0:((x=a.offset)==null?void 0:x[f])||0)-(w?S.crossAxis:0);g<C?g=C:g>j&&(g=j)}return{[h]:m,[f]:g}}}},G4=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var n,r;const{placement:o,rects:i,platform:a,elements:l}=t,{apply:c=()=>{},...u}=Uo(e,t),d=await gy(t,u),f=Gr(o),h=ml(o),m=Bo(o)==="y",{width:g,height:v}=i.floating;let S,b;f==="top"||f==="bottom"?(S=f,b=h===(await(a.isRTL==null?void 0:a.isRTL(l.floating))?"start":"end")?"left":"right"):(b=f,S=h==="end"?"top":"bottom");const x=v-d.top-d.bottom,y=g-d.left-d.right,w=qr(v-d[S],x),C=qr(g-d[b],y),j=!t.middlewareData.shift;let T=w,E=C;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(E=y),(r=t.middlewareData.shift)!=null&&r.enabled.y&&(T=x),j&&!h){const _=En(d.left,0),N=En(d.right,0),O=En(d.top,0),F=En(d.bottom,0);m?E=g-2*(_!==0||N!==0?_+N:En(d.left,d.right)):T=v-2*(O!==0||F!==0?O+F:En(d.top,d.bottom))}await c({...t,availableWidth:E,availableHeight:T});const R=await a.getDimensions(l.floating);return g!==R.width||v!==R.height?{reset:{rects:!0}}:{}}}};function sT(e){const t=Er(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=ur(e),i=o?e.offsetWidth:n,a=o?e.offsetHeight:r,l=df(n)!==i||df(r)!==a;return l&&(n=i,r=a),{width:n,height:r,$:l}}function vy(e){return _t(e)?e:e.contextElement}function Ba(e){const t=vy(e);if(!ur(t))return ho(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:i}=sT(t);let a=(i?df(n.width):n.width)/r,l=(i?df(n.height):n.height)/o;return(!a||!Number.isFinite(a))&&(a=1),(!l||!Number.isFinite(l))&&(l=1),{x:a,y:l}}const Q4=ho(0);function aT(e){const t=Jn(e);return!fh()||!t.visualViewport?Q4:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function K4(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==Jn(e)?!1:t}function js(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),i=vy(e);let a=ho(1);t&&(r?_t(r)&&(a=Ba(r)):a=Ba(e));const l=K4(i,n,r)?aT(i):ho(0);let c=(o.left+l.x)/a.x,u=(o.top+l.y)/a.y,d=o.width/a.x,f=o.height/a.y;if(i){const h=Jn(i),m=r&&_t(r)?Jn(r):r;let g=h,v=xg(g);for(;v&&r&&m!==g;){const S=Ba(v),b=v.getBoundingClientRect(),x=Er(v),y=b.left+(v.clientLeft+parseFloat(x.paddingLeft))*S.x,w=b.top+(v.clientTop+parseFloat(x.paddingTop))*S.y;c*=S.x,u*=S.y,d*=S.x,f*=S.y,c+=y,u+=w,g=Jn(v),v=xg(g)}}return el({width:d,height:f,x:c,y:u})}function yy(e,t){const n=hh(e).scrollLeft;return t?t.left+n:js(wo(e)).left+n}function lT(e,t,n){n===void 0&&(n=!1);const r=e.getBoundingClientRect(),o=r.left+t.scrollLeft-(n?0:yy(e,r)),i=r.top+t.scrollTop;return{x:o,y:i}}function Y4(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e;const i=o==="fixed",a=wo(r),l=t?dh(t.floating):!1;if(r===a||l&&i)return n;let c={scrollLeft:0,scrollTop:0},u=ho(1);const d=ho(0),f=ur(r);if((f||!f&&!i)&&((pl(r)!=="body"||ou(a))&&(c=hh(r)),ur(r))){const m=js(r);u=Ba(r),d.x=m.x+r.clientLeft,d.y=m.y+r.clientTop}const h=a&&!f&&!i?lT(a,c,!0):ho(0);return{width:n.width*u.x,height:n.height*u.y,x:n.x*u.x-c.scrollLeft*u.x+d.x+h.x,y:n.y*u.y-c.scrollTop*u.y+d.y+h.y}}function X4(e){return Array.from(e.getClientRects())}function J4(e){const t=wo(e),n=hh(e),r=e.ownerDocument.body,o=En(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),i=En(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let a=-n.scrollLeft+yy(e);const l=-n.scrollTop;return Er(r).direction==="rtl"&&(a+=En(t.clientWidth,r.clientWidth)-o),{width:o,height:i,x:a,y:l}}function Z4(e,t){const n=Jn(e),r=wo(e),o=n.visualViewport;let i=r.clientWidth,a=r.clientHeight,l=0,c=0;if(o){i=o.width,a=o.height;const u=fh();(!u||u&&t==="fixed")&&(l=o.offsetLeft,c=o.offsetTop)}return{width:i,height:a,x:l,y:c}}function e3(e,t){const n=js(e,!0,t==="fixed"),r=n.top+e.clientTop,o=n.left+e.clientLeft,i=ur(e)?Ba(e):ho(1),a=e.clientWidth*i.x,l=e.clientHeight*i.y,c=o*i.x,u=r*i.y;return{width:a,height:l,x:c,y:u}}function xb(e,t,n){let r;if(t==="viewport")r=Z4(e,n);else if(t==="document")r=J4(wo(e));else if(_t(t))r=e3(t,n);else{const o=aT(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return el(r)}function cT(e,t){const n=zo(e);return n===t||!_t(n)||Ii(n)?!1:Er(n).position==="fixed"||cT(n,t)}function t3(e,t){const n=t.get(e);if(n)return n;let r=Io(e,[],!1).filter(l=>_t(l)&&pl(l)!=="body"),o=null;const i=Er(e).position==="fixed";let a=i?zo(e):e;for(;_t(a)&&!Ii(a);){const l=Er(a),c=dy(a);!c&&l.position==="fixed"&&(o=null),(i?!c&&!o:!c&&l.position==="static"&&!!o&&["absolute","fixed"].includes(o.position)||ou(a)&&!c&&cT(e,a))?r=r.filter(d=>d!==a):o=l,a=zo(a)}return t.set(e,r),r}function n3(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const a=[...n==="clippingAncestors"?dh(t)?[]:t3(t,this._c):[].concat(n),r],l=a[0],c=a.reduce((u,d)=>{const f=xb(t,d,o);return u.top=En(f.top,u.top),u.right=qr(f.right,u.right),u.bottom=qr(f.bottom,u.bottom),u.left=En(f.left,u.left),u},xb(t,l,o));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function r3(e){const{width:t,height:n}=sT(e);return{width:t,height:n}}function o3(e,t,n){const r=ur(t),o=wo(t),i=n==="fixed",a=js(e,!0,i,t);let l={scrollLeft:0,scrollTop:0};const c=ho(0);if(r||!r&&!i)if((pl(t)!=="body"||ou(o))&&(l=hh(t)),r){const h=js(t,!0,i,t);c.x=h.x+t.clientLeft,c.y=h.y+t.clientTop}else o&&(c.x=yy(o));const u=o&&!r&&!i?lT(o,l):ho(0),d=a.left+l.scrollLeft-c.x-u.x,f=a.top+l.scrollTop-c.y-u.y;return{x:d,y:f,width:a.width,height:a.height}}function Kp(e){return Er(e).position==="static"}function bb(e,t){if(!ur(e)||Er(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return wo(e)===n&&(n=n.ownerDocument.body),n}function uT(e,t){const n=Jn(e);if(dh(e))return n;if(!ur(e)){let o=zo(e);for(;o&&!Ii(o);){if(_t(o)&&!Kp(o))return o;o=zo(o)}return n}let r=bb(e,t);for(;r&&w4(r)&&Kp(r);)r=bb(r,t);return r&&Ii(r)&&Kp(r)&&!dy(r)?n:r||S4(e)||n}const i3=async function(e){const t=this.getOffsetParent||uT,n=this.getDimensions,r=await n(e.floating);return{reference:o3(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function s3(e){return Er(e).direction==="rtl"}const a3={convertOffsetParentRelativeRectToViewportRelativeRect:Y4,getDocumentElement:wo,getClippingRect:n3,getOffsetParent:uT,getElementRects:i3,getClientRects:X4,getDimensions:r3,getScale:Ba,isElement:_t,isRTL:s3};function l3(e,t){let n=null,r;const o=wo(e);function i(){var l;clearTimeout(r),(l=n)==null||l.disconnect(),n=null}function a(l,c){l===void 0&&(l=!1),c===void 0&&(c=1),i();const{left:u,top:d,width:f,height:h}=e.getBoundingClientRect();if(l||t(),!f||!h)return;const m=id(d),g=id(o.clientWidth-(u+f)),v=id(o.clientHeight-(d+h)),S=id(u),x={rootMargin:-m+"px "+-g+"px "+-v+"px "+-S+"px",threshold:En(0,qr(1,c))||1};let y=!0;function w(C){const j=C[0].intersectionRatio;if(j!==c){if(!y)return a();j?a(!1,j):r=setTimeout(()=>{a(!1,1e-7)},1e3)}y=!1}try{n=new IntersectionObserver(w,{...x,root:o.ownerDocument})}catch{n=new IntersectionObserver(w,x)}n.observe(e)}return a(!0),i}function c3(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:i=!0,elementResize:a=typeof ResizeObserver=="function",layoutShift:l=typeof IntersectionObserver=="function",animationFrame:c=!1}=r,u=vy(e),d=o||i?[...u?Io(u):[],...Io(t)]:[];d.forEach(b=>{o&&b.addEventListener("scroll",n,{passive:!0}),i&&b.addEventListener("resize",n)});const f=u&&l?l3(u,n):null;let h=-1,m=null;a&&(m=new ResizeObserver(b=>{let[x]=b;x&&x.target===u&&m&&(m.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var y;(y=m)==null||y.observe(t)})),n()}),u&&!c&&m.observe(u),m.observe(t));let g,v=c?js(e):null;c&&S();function S(){const b=js(e);v&&(b.x!==v.x||b.y!==v.y||b.width!==v.width||b.height!==v.height)&&n(),v=b,g=requestAnimationFrame(S)}return n(),()=>{var b;d.forEach(x=>{o&&x.removeEventListener("scroll",n),i&&x.removeEventListener("resize",n)}),f==null||f(),(b=m)==null||b.disconnect(),m=null,c&&cancelAnimationFrame(g)}}const u3=W4,d3=H4,f3=z4,h3=G4,wb=F4,p3=B4,m3=q4,g3=(e,t,n)=>{const r=new Map,o={platform:a3,...n},i={...o.platform,_c:r};return $4(e,t,{...o,platform:i})};var _d=typeof document<"u"?p.useLayoutEffect:p.useEffect;function hf(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let n,r,o;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(!hf(e[r],t[r]))return!1;return!0}if(o=Object.keys(e),n=o.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(t,o[r]))return!1;for(r=n;r--!==0;){const i=o[r];if(!(i==="_owner"&&e.$$typeof)&&!hf(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function dT(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Sb(e,t){const n=dT(e);return Math.round(t*n)/n}function Yp(e){const t=p.useRef(e);return _d(()=>{t.current=e}),t}function v3(e){e===void 0&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:r=[],platform:o,elements:{reference:i,floating:a}={},transform:l=!0,whileElementsMounted:c,open:u}=e,[d,f]=p.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[h,m]=p.useState(r);hf(h,r)||m(r);const[g,v]=p.useState(null),[S,b]=p.useState(null),x=p.useCallback(P=>{P!==j.current&&(j.current=P,v(P))},[]),y=p.useCallback(P=>{P!==T.current&&(T.current=P,b(P))},[]),w=i||g,C=a||S,j=p.useRef(null),T=p.useRef(null),E=p.useRef(d),R=c!=null,_=Yp(c),N=Yp(o),O=Yp(u),F=p.useCallback(()=>{if(!j.current||!T.current)return;const P={placement:t,strategy:n,middleware:h};N.current&&(P.platform=N.current),g3(j.current,T.current,P).then(I=>{const L={...I,isPositioned:O.current!==!1};z.current&&!hf(E.current,L)&&(E.current=L,ru.flushSync(()=>{f(L)}))})},[h,t,n,N,O]);_d(()=>{u===!1&&E.current.isPositioned&&(E.current.isPositioned=!1,f(P=>({...P,isPositioned:!1})))},[u]);const z=p.useRef(!1);_d(()=>(z.current=!0,()=>{z.current=!1}),[]),_d(()=>{if(w&&(j.current=w),C&&(T.current=C),w&&C){if(_.current)return _.current(w,C,F);F()}},[w,C,F,_,R]);const H=p.useMemo(()=>({reference:j,floating:T,setReference:x,setFloating:y}),[x,y]),D=p.useMemo(()=>({reference:w,floating:C}),[w,C]),k=p.useMemo(()=>{const P={position:n,left:0,top:0};if(!D.floating)return P;const I=Sb(D.floating,d.x),L=Sb(D.floating,d.y);return l?{...P,transform:"translate("+I+"px, "+L+"px)",...dT(D.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:I,top:L}},[n,l,D.floating,d.x,d.y]);return p.useMemo(()=>({...d,update:F,refs:H,elements:D,floatingStyles:k}),[d,F,H,D,k])}const y3=e=>{function t(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:e,fn(n){const{element:r,padding:o}=typeof e=="function"?e(n):e;return r&&t(r)?r.current!=null?wb({element:r.current,padding:o}).fn(n):{}:r?wb({element:r,padding:o}).fn(n):{}}}},fT=(e,t)=>({...u3(e),options:[e,t]}),xy=(e,t)=>({...d3(e),options:[e,t]}),jb=(e,t)=>({...m3(e),options:[e,t]}),jg=(e,t)=>({...f3(e),options:[e,t]}),x3=(e,t)=>({...h3(e),options:[e,t]}),Cg=(e,t)=>({...p3(e),options:[e,t]}),hT=(e,t)=>({...y3(e),options:[e,t]}),pT={...ij},b3=pT.useInsertionEffect,w3=b3||(e=>e());function gi(e){const t=p.useRef(()=>{});return w3(()=>{t.current=e}),p.useCallback(function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return t.current==null?void 0:t.current(...r)},[])}var po=typeof document<"u"?p.useLayoutEffect:p.useEffect;let Cb=!1,S3=0;const Eb=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+S3++;function j3(){const[e,t]=p.useState(()=>Cb?Eb():void 0);return po(()=>{e==null&&t(Eb())},[]),p.useEffect(()=>{Cb=!0},[]),e}const C3=pT.useId,mT=C3||j3;function E3(){const e=new Map;return{emit(t,n){var r;(r=e.get(t))==null||r.forEach(o=>o(n))},on(t,n){e.set(t,[...e.get(t)||[],n])},off(t,n){var r;e.set(t,((r=e.get(t))==null?void 0:r.filter(o=>o!==n))||[])}}}const T3=p.createContext(null),P3=p.createContext(null),by=()=>{var e;return((e=p.useContext(T3))==null?void 0:e.id)||null},wy=()=>p.useContext(P3);function Sy(e){return"data-floating-ui-"+e}function Xp(e){const t=p.useRef(e);return po(()=>{t.current=e}),t}const Tb=Sy("safe-polygon");function Dd(e,t,n){return n&&!bg(n)?0:typeof e=="number"?e:e==null?void 0:e[t]}function k3(e,t){t===void 0&&(t={});const{open:n,onOpenChange:r,dataRef:o,events:i,elements:a}=e,{enabled:l=!0,delay:c=0,handleClose:u=null,mouseOnly:d=!1,restMs:f=0,move:h=!0}=t,m=wy(),g=by(),v=Xp(u),S=Xp(c),b=Xp(n),x=p.useRef(),y=p.useRef(-1),w=p.useRef(),C=p.useRef(-1),j=p.useRef(!0),T=p.useRef(!1),E=p.useRef(()=>{}),R=p.useRef(!1),_=p.useCallback(()=>{var D;const k=(D=o.current.openEvent)==null?void 0:D.type;return(k==null?void 0:k.includes("mouse"))&&k!=="mousedown"},[o]);p.useEffect(()=>{if(!l)return;function D(k){let{open:P}=k;P||(clearTimeout(y.current),clearTimeout(C.current),j.current=!0,R.current=!1)}return i.on("openchange",D),()=>{i.off("openchange",D)}},[l,i]),p.useEffect(()=>{if(!l||!v.current||!n)return;function D(P){_()&&r(!1,P,"hover")}const k=fs(a.floating).documentElement;return k.addEventListener("mouseleave",D),()=>{k.removeEventListener("mouseleave",D)}},[a.floating,n,r,l,v,_]);const N=p.useCallback(function(D,k,P){k===void 0&&(k=!0),P===void 0&&(P="hover");const I=Dd(S.current,"close",x.current);I&&!w.current?(clearTimeout(y.current),y.current=window.setTimeout(()=>r(!1,D,P),I)):k&&(clearTimeout(y.current),r(!1,D,P))},[S,r]),O=gi(()=>{E.current(),w.current=void 0}),F=gi(()=>{if(T.current){const D=fs(a.floating).body;D.style.pointerEvents="",D.removeAttribute(Tb),T.current=!1}});p.useEffect(()=>{if(!l)return;function D(){return o.current.openEvent?["click","mousedown"].includes(o.current.openEvent.type):!1}function k($){if(clearTimeout(y.current),j.current=!1,d&&!bg(x.current)||f>0&&!Dd(S.current,"open"))return;const Q=Dd(S.current,"open",x.current);Q?y.current=window.setTimeout(()=>{b.current||r(!0,$,"hover")},Q):r(!0,$,"hover")}function P($){if(D())return;E.current();const Q=fs(a.floating);if(clearTimeout(C.current),R.current=!1,v.current&&o.current.floatingContext){n||clearTimeout(y.current),w.current=v.current({...o.current.floatingContext,tree:m,x:$.clientX,y:$.clientY,onClose(){F(),O(),N($,!0,"safe-polygon")}});const Re=w.current;Q.addEventListener("mousemove",Re),E.current=()=>{Q.removeEventListener("mousemove",Re)};return}(x.current==="touch"?!Nc(a.floating,$.relatedTarget):!0)&&N($)}function I($){D()||o.current.floatingContext&&(v.current==null||v.current({...o.current.floatingContext,tree:m,x:$.clientX,y:$.clientY,onClose(){F(),O(),N($)}})($))}if(_t(a.domReference)){var L;const $=a.domReference;return n&&$.addEventListener("mouseleave",I),(L=a.floating)==null||L.addEventListener("mouseleave",I),h&&$.addEventListener("mousemove",k,{once:!0}),$.addEventListener("mouseenter",k),$.addEventListener("mouseleave",P),()=>{var Q;n&&$.removeEventListener("mouseleave",I),(Q=a.floating)==null||Q.removeEventListener("mouseleave",I),h&&$.removeEventListener("mousemove",k),$.removeEventListener("mouseenter",k),$.removeEventListener("mouseleave",P)}}},[a,l,e,d,f,h,N,O,F,r,n,b,m,S,v,o]),po(()=>{var D;if(l&&n&&(D=v.current)!=null&&D.__options.blockPointerEvents&&_()){T.current=!0;const P=a.floating;if(_t(a.domReference)&&P){var k;const I=fs(a.floating).body;I.setAttribute(Tb,"");const L=a.domReference,$=m==null||(k=m.nodesRef.current.find(Q=>Q.id===g))==null||(k=k.context)==null?void 0:k.elements.floating;return $&&($.style.pointerEvents=""),I.style.pointerEvents="none",L.style.pointerEvents="auto",P.style.pointerEvents="auto",()=>{I.style.pointerEvents="",L.style.pointerEvents="",P.style.pointerEvents=""}}}},[l,n,g,a,m,v,_]),po(()=>{n||(x.current=void 0,R.current=!1,O(),F())},[n,O,F]),p.useEffect(()=>()=>{O(),clearTimeout(y.current),clearTimeout(C.current),F()},[l,a.domReference,O,F]);const z=p.useMemo(()=>{function D(k){x.current=k.pointerType}return{onPointerDown:D,onPointerEnter:D,onMouseMove(k){const{nativeEvent:P}=k;function I(){!j.current&&!b.current&&r(!0,P,"hover")}d&&!bg(x.current)||n||f===0||R.current&&k.movementX**2+k.movementY**2<2||(clearTimeout(C.current),x.current==="touch"?I():(R.current=!0,C.current=window.setTimeout(I,f)))}}},[d,r,n,b,f]),H=p.useMemo(()=>({onMouseEnter(){clearTimeout(y.current)},onMouseLeave(D){N(D.nativeEvent,!1)}}),[N]);return p.useMemo(()=>l?{reference:z,floating:H}:{},[l,z,H])}const Eg=()=>{},gT=p.createContext({delay:0,initialDelay:0,timeoutMs:0,currentId:null,setCurrentId:Eg,setState:Eg,isInstantPhase:!1}),vT=()=>p.useContext(gT);function R3(e){const{children:t,delay:n,timeoutMs:r=0}=e,[o,i]=p.useReducer((c,u)=>({...c,...u}),{delay:n,timeoutMs:r,initialDelay:n,currentId:null,isInstantPhase:!1}),a=p.useRef(null),l=p.useCallback(c=>{i({currentId:c})},[]);return po(()=>{o.currentId?a.current===null?a.current=o.currentId:o.isInstantPhase||i({isInstantPhase:!0}):(o.isInstantPhase&&i({isInstantPhase:!1}),a.current=null)},[o.currentId,o.isInstantPhase]),p.createElement(gT.Provider,{value:p.useMemo(()=>({...o,setState:i,setCurrentId:l}),[o,l])},t)}function _3(e,t){t===void 0&&(t={});const{open:n,onOpenChange:r,floatingId:o}=e,{id:i,enabled:a=!0}=t,l=i??o,c=vT(),{currentId:u,setCurrentId:d,initialDelay:f,setState:h,timeoutMs:m}=c;return po(()=>{a&&u&&(h({delay:{open:1,close:Dd(f,"close")}}),u!==l&&r(!1))},[a,l,r,h,u,f]),po(()=>{function g(){r(!1),h({delay:f,currentId:null})}if(a&&u&&!n&&u===l){if(m){const v=window.setTimeout(g,m);return()=>{clearTimeout(v)}}g()}},[a,n,h,u,l,r,f,m]),po(()=>{a&&(d===Eg||!n||d(l))},[a,n,d,l]),c}function Jp(e,t){let n=e.filter(o=>{var i;return o.parentId===t&&((i=o.context)==null?void 0:i.open)}),r=n;for(;r.length;)r=e.filter(o=>{var i;return(i=r)==null?void 0:i.some(a=>{var l;return o.parentId===a.id&&((l=o.context)==null?void 0:l.open)})}),n=n.concat(r);return n}const D3="data-floating-ui-focusable",I3={pointerdown:"onPointerDown",mousedown:"onMouseDown",click:"onClick"},A3={pointerdown:"onPointerDownCapture",mousedown:"onMouseDownCapture",click:"onClickCapture"},Pb=e=>{var t,n;return{escapeKey:typeof e=="boolean"?e:(t=e==null?void 0:e.escapeKey)!=null?t:!1,outsidePress:typeof e=="boolean"?e:(n=e==null?void 0:e.outsidePress)!=null?n:!0}};function N3(e,t){t===void 0&&(t={});const{open:n,onOpenChange:r,elements:o,dataRef:i}=e,{enabled:a=!0,escapeKey:l=!0,outsidePress:c=!0,outsidePressEvent:u="pointerdown",referencePress:d=!1,referencePressEvent:f="pointerdown",ancestorScroll:h=!1,bubbles:m,capture:g}=t,v=wy(),S=gi(typeof c=="function"?c:()=>!1),b=typeof c=="function"?S:c,x=p.useRef(!1),y=p.useRef(!1),{escapeKey:w,outsidePress:C}=Pb(m),{escapeKey:j,outsidePress:T}=Pb(g),E=p.useRef(!1),R=gi(H=>{var D;if(!n||!a||!l||H.key!=="Escape"||E.current)return;const k=(D=i.current.floatingContext)==null?void 0:D.nodeId,P=v?Jp(v.nodesRef.current,k):[];if(!w&&(H.stopPropagation(),P.length>0)){let I=!0;if(P.forEach(L=>{var $;if(($=L.context)!=null&&$.open&&!L.context.dataRef.current.__escapeKeyBubbles){I=!1;return}}),!I)return}r(!1,P4(H)?H.nativeEvent:H,"escape-key")}),_=gi(H=>{var D;const k=()=>{var P;R(H),(P=ya(H))==null||P.removeEventListener("keydown",k)};(D=ya(H))==null||D.addEventListener("keydown",k)}),N=gi(H=>{var D;const k=x.current;x.current=!1;const P=y.current;if(y.current=!1,u==="click"&&P||k||typeof b=="function"&&!b(H))return;const I=ya(H),L="["+Sy("inert")+"]",$=fs(o.floating).querySelectorAll(L);let Q=_t(I)?I:null;for(;Q&&!Ii(Q);){const ge=zo(Q);if(Ii(ge)||!_t(ge))break;Q=ge}if($.length&&_t(I)&&!k4(I)&&!Nc(I,o.floating)&&Array.from($).every(ge=>!Nc(Q,ge)))return;if(ur(I)&&z){const ge=I.clientWidth>0&&I.scrollWidth>I.clientWidth,De=I.clientHeight>0&&I.scrollHeight>I.clientHeight;let le=De&&H.offsetX>I.clientWidth;if(De&&Er(I).direction==="rtl"&&(le=H.offsetX<=I.offsetWidth-I.clientWidth),le||ge&&H.offsetY>I.clientHeight)return}const ue=(D=i.current.floatingContext)==null?void 0:D.nodeId,Re=v&&Jp(v.nodesRef.current,ue).some(ge=>{var De;return Qp(H,(De=ge.context)==null?void 0:De.elements.floating)});if(Qp(H,o.floating)||Qp(H,o.domReference)||Re)return;const me=v?Jp(v.nodesRef.current,ue):[];if(me.length>0){let ge=!0;if(me.forEach(De=>{var le;if((le=De.context)!=null&&le.open&&!De.context.dataRef.current.__outsidePressBubbles){ge=!1;return}}),!ge)return}r(!1,H,"outside-press")}),O=gi(H=>{var D;const k=()=>{var P;N(H),(P=ya(H))==null||P.removeEventListener(u,k)};(D=ya(H))==null||D.addEventListener(u,k)});p.useEffect(()=>{if(!n||!a)return;i.current.__escapeKeyBubbles=w,i.current.__outsidePressBubbles=C;let H=-1;function D($){r(!1,$,"ancestor-scroll")}function k(){window.clearTimeout(H),E.current=!0}function P(){H=window.setTimeout(()=>{E.current=!1},fh()?5:0)}const I=fs(o.floating);l&&(I.addEventListener("keydown",j?_:R,j),I.addEventListener("compositionstart",k),I.addEventListener("compositionend",P)),b&&I.addEventListener(u,T?O:N,T);let L=[];return h&&(_t(o.domReference)&&(L=Io(o.domReference)),_t(o.floating)&&(L=L.concat(Io(o.floating))),!_t(o.reference)&&o.reference&&o.reference.contextElement&&(L=L.concat(Io(o.reference.contextElement)))),L=L.filter($=>{var Q;return $!==((Q=I.defaultView)==null?void 0:Q.visualViewport)}),L.forEach($=>{$.addEventListener("scroll",D,{passive:!0})}),()=>{l&&(I.removeEventListener("keydown",j?_:R,j),I.removeEventListener("compositionstart",k),I.removeEventListener("compositionend",P)),b&&I.removeEventListener(u,T?O:N,T),L.forEach($=>{$.removeEventListener("scroll",D)}),window.clearTimeout(H)}},[i,o,l,b,u,n,r,h,a,w,C,R,j,_,N,T,O]),p.useEffect(()=>{x.current=!1},[b,u]);const F=p.useMemo(()=>({onKeyDown:R,[I3[f]]:H=>{d&&r(!1,H.nativeEvent,"reference-press")}}),[R,r,d,f]),z=p.useMemo(()=>({onKeyDown:R,onMouseDown(){y.current=!0},onMouseUp(){y.current=!0},[A3[u]]:()=>{x.current=!0}}),[R,u]);return p.useMemo(()=>a?{reference:F,floating:z}:{},[a,F,z])}function M3(e){const{open:t=!1,onOpenChange:n,elements:r}=e,o=mT(),i=p.useRef({}),[a]=p.useState(()=>E3()),l=by()!=null,[c,u]=p.useState(r.reference),d=gi((m,g,v)=>{i.current.openEvent=m?g:void 0,a.emit("openchange",{open:m,event:g,reason:v,nested:l}),n==null||n(m,g,v)}),f=p.useMemo(()=>({setPositionReference:u}),[]),h=p.useMemo(()=>({reference:c||r.reference||null,floating:r.floating||null,domReference:r.reference}),[c,r.reference,r.floating]);return p.useMemo(()=>({dataRef:i,open:t,onOpenChange:d,elements:h,events:a,floatingId:o,refs:f}),[t,d,h,a,o,f])}function jy(e){e===void 0&&(e={});const{nodeId:t}=e,n=M3({...e,elements:{reference:null,floating:null,...e.elements}}),r=e.rootContext||n,o=r.elements,[i,a]=p.useState(null),[l,c]=p.useState(null),d=(o==null?void 0:o.domReference)||i,f=p.useRef(null),h=wy();po(()=>{d&&(f.current=d)},[d]);const m=v3({...e,elements:{...o,...l&&{reference:l}}}),g=p.useCallback(y=>{const w=_t(y)?{getBoundingClientRect:()=>y.getBoundingClientRect(),contextElement:y}:y;c(w),m.refs.setReference(w)},[m.refs]),v=p.useCallback(y=>{(_t(y)||y===null)&&(f.current=y,a(y)),(_t(m.refs.reference.current)||m.refs.reference.current===null||y!==null&&!_t(y))&&m.refs.setReference(y)},[m.refs]),S=p.useMemo(()=>({...m.refs,setReference:v,setPositionReference:g,domReference:f}),[m.refs,v,g]),b=p.useMemo(()=>({...m.elements,domReference:d}),[m.elements,d]),x=p.useMemo(()=>({...m,...r,refs:S,elements:b,nodeId:t}),[m,S,b,t,r]);return po(()=>{r.dataRef.current.floatingContext=x;const y=h==null?void 0:h.nodesRef.current.find(w=>w.id===t);y&&(y.context=x)}),p.useMemo(()=>({...m,context:x,refs:S,elements:b}),[m,S,b,x])}function O3(e,t){t===void 0&&(t={});const{open:n,onOpenChange:r,events:o,dataRef:i,elements:a}=e,{enabled:l=!0,visibleOnly:c=!0}=t,u=p.useRef(!1),d=p.useRef(),f=p.useRef(!0);p.useEffect(()=>{if(!l)return;const m=Jn(a.domReference);function g(){!n&&ur(a.domReference)&&a.domReference===gb(fs(a.domReference))&&(u.current=!0)}function v(){f.current=!0}return m.addEventListener("blur",g),m.addEventListener("keydown",v,!0),()=>{m.removeEventListener("blur",g),m.removeEventListener("keydown",v,!0)}},[a.domReference,n,l]),p.useEffect(()=>{if(!l)return;function m(g){let{reason:v}=g;(v==="reference-press"||v==="escape-key")&&(u.current=!0)}return o.on("openchange",m),()=>{o.off("openchange",m)}},[o,l]),p.useEffect(()=>()=>{clearTimeout(d.current)},[]);const h=p.useMemo(()=>({onPointerDown(m){j4(m.nativeEvent)||(f.current=!1)},onMouseLeave(){u.current=!1},onFocus(m){if(u.current)return;const g=ya(m.nativeEvent);if(c&&_t(g))try{if(C4()&&E4())throw Error();if(!g.matches(":focus-visible"))return}catch{if(!f.current&&!_4(g))return}r(!0,m.nativeEvent,"focus")},onBlur(m){u.current=!1;const g=m.relatedTarget,v=m.nativeEvent,S=_t(g)&&g.hasAttribute(Sy("focus-guard"))&&g.getAttribute("data-type")==="outside";d.current=window.setTimeout(()=>{var b;const x=gb(a.domReference?a.domReference.ownerDocument:document);!g&&x===a.domReference||Nc((b=i.current.floatingContext)==null?void 0:b.refs.floating.current,x)||Nc(a.domReference,x)||S||r(!1,v,"focus")})}}),[i,a.domReference,r,c]);return p.useMemo(()=>l?{reference:h}:{},[l,h])}const kb="active",Rb="selected";function Zp(e,t,n){const r=new Map,o=n==="item";let i=e;if(o&&e){const{[kb]:a,[Rb]:l,...c}=e;i=c}return{...n==="floating"&&{tabIndex:-1,[D3]:""},...i,...t.map(a=>{const l=a?a[n]:null;return typeof l=="function"?e?l(e):null:l}).concat(e).reduce((a,l)=>(l&&Object.entries(l).forEach(c=>{let[u,d]=c;if(!(o&&[kb,Rb].includes(u)))if(u.indexOf("on")===0){if(r.has(u)||r.set(u,[]),typeof d=="function"){var f;(f=r.get(u))==null||f.push(d),a[u]=function(){for(var h,m=arguments.length,g=new Array(m),v=0;v<m;v++)g[v]=arguments[v];return(h=r.get(u))==null?void 0:h.map(S=>S(...g)).find(S=>S!==void 0)}}}else a[u]=d}),a),{})}}function L3(e){e===void 0&&(e=[]);const t=e.map(l=>l==null?void 0:l.reference),n=e.map(l=>l==null?void 0:l.floating),r=e.map(l=>l==null?void 0:l.item),o=p.useCallback(l=>Zp(l,e,"reference"),t),i=p.useCallback(l=>Zp(l,e,"floating"),n),a=p.useCallback(l=>Zp(l,e,"item"),r);return p.useMemo(()=>({getReferenceProps:o,getFloatingProps:i,getItemProps:a}),[o,i,a])}const $3=new Map([["select","listbox"],["combobox","listbox"],["label",!1]]);function F3(e,t){var n;t===void 0&&(t={});const{open:r,floatingId:o}=e,{enabled:i=!0,role:a="dialog"}=t,l=(n=$3.get(a))!=null?n:a,c=mT(),d=by()!=null,f=p.useMemo(()=>l==="tooltip"||a==="label"?{["aria-"+(a==="label"?"labelledby":"describedby")]:r?o:void 0}:{"aria-expanded":r?"true":"false","aria-haspopup":l==="alertdialog"?"dialog":l,"aria-controls":r?o:void 0,...l==="listbox"&&{role:"combobox"},...l==="menu"&&{id:c},...l==="menu"&&d&&{role:"menuitem"},...a==="select"&&{"aria-autocomplete":"none"},...a==="combobox"&&{"aria-autocomplete":"list"}},[l,o,d,r,c,a]),h=p.useMemo(()=>{const g={id:o,...l&&{role:l}};return l==="tooltip"||a==="label"?g:{...g,...l==="menu"&&{"aria-labelledby":c}}},[l,o,c,a]),m=p.useCallback(g=>{let{active:v,selected:S}=g;const b={role:"option",...v&&{id:o+"-option"}};switch(a){case"select":return{...b,"aria-selected":v&&S};case"combobox":return{...b,...v&&{"aria-selected":!0}}}return{}},[o,a]);return p.useMemo(()=>i?{reference:f,floating:h,item:m}:{},[i,f,h,m])}function yT(e,t){if(e==="rtl"&&(t.includes("right")||t.includes("left"))){const[n,r]=t.split("-"),o=n==="right"?"left":"right";return r===void 0?o:`${o}-${r}`}return t}function _b(e,t,n,r){return e==="center"||r==="center"?{top:t}:e==="end"?{bottom:n}:e==="start"?{top:n}:{}}function Db(e,t,n,r,o){return e==="center"||r==="center"?{left:t}:e==="end"?{[o==="ltr"?"right":"left"]:n}:e==="start"?{[o==="ltr"?"left":"right"]:n}:{}}const z3={bottom:"borderTopLeftRadius",left:"borderTopRightRadius",right:"borderBottomLeftRadius",top:"borderBottomRightRadius"};function U3({position:e,arrowSize:t,arrowOffset:n,arrowRadius:r,arrowPosition:o,arrowX:i,arrowY:a,dir:l}){const[c,u="center"]=e.split("-"),d={width:t,height:t,transform:"rotate(45deg)",position:"absolute",[z3[c]]:r},f=-t/2;return c==="left"?{...d,..._b(u,a,n,o),right:f,borderLeftColor:"transparent",borderBottomColor:"transparent"}:c==="right"?{...d,..._b(u,a,n,o),left:f,borderRightColor:"transparent",borderTopColor:"transparent"}:c==="top"?{...d,...Db(u,i,n,o,l),bottom:f,borderTopColor:"transparent",borderLeftColor:"transparent"}:c==="bottom"?{...d,...Db(u,i,n,o,l),top:f,borderBottomColor:"transparent",borderRightColor:"transparent"}:{}}const Cy=p.forwardRef(({position:e,arrowSize:t,arrowOffset:n,arrowRadius:r,arrowPosition:o,visible:i,arrowX:a,arrowY:l,style:c,...u},d)=>{const{dir:f}=Ls();return i?s.jsx("div",{...u,ref:d,style:{...c,...U3({position:e,arrowSize:t,arrowOffset:n,arrowRadius:r,arrowPosition:o,dir:f,arrowX:a,arrowY:l})}}):null});Cy.displayName="@mantine/core/FloatingArrow";const[B3,xT]=Fn("Popover component was not found in the tree");function ph({children:e,active:t=!0,refProp:n="ref",innerRef:r}){const o=OD(t),i=nn(o,r);return qo(e)?p.cloneElement(e,{[n]:i}):e}function bT(e){return s.jsx(uy,{tabIndex:-1,"data-autofocus":!0,...e})}ph.displayName="@mantine/core/FocusTrap";bT.displayName="@mantine/core/FocusTrapInitialFocus";ph.InitialFocus=bT;function V3(e){const t=document.createElement("div");return t.setAttribute("data-portal","true"),typeof e.className=="string"&&t.classList.add(...e.className.split(" ").filter(Boolean)),typeof e.style=="object"&&Object.assign(t.style,e.style),typeof e.id=="string"&&t.setAttribute("id",e.id),t}const W3={},wT=p.forwardRef((e,t)=>{const{children:n,target:r,...o}=W("Portal",W3,e),[i,a]=p.useState(!1),l=p.useRef(null);return dl(()=>(a(!0),l.current=r?typeof r=="string"?document.querySelector(r):r:V3(o),Uf(t,l.current),!r&&l.current&&document.body.appendChild(l.current),()=>{!r&&l.current&&document.body.removeChild(l.current)}),[r]),!i||!l.current?null:ru.createPortal(s.jsx(s.Fragment,{children:n}),l.current)});wT.displayName="@mantine/core/Portal";function zs({withinPortal:e=!0,children:t,...n}){return e?s.jsx(wT,{...n,children:t}):s.jsx(s.Fragment,{children:t})}zs.displayName="@mantine/core/OptionalPortal";const Hl=e=>({in:{opacity:1,transform:"scale(1)"},out:{opacity:0,transform:`scale(.9) translateY(${B(e==="bottom"?10:-10)})`},transitionProperty:"transform, opacity"}),sd={fade:{in:{opacity:1},out:{opacity:0},transitionProperty:"opacity"},"fade-up":{in:{opacity:1,transform:"translateY(0)"},out:{opacity:0,transform:`translateY(${B(30)}`},transitionProperty:"opacity, transform"},"fade-down":{in:{opacity:1,transform:"translateY(0)"},out:{opacity:0,transform:`translateY(${B(-30)}`},transitionProperty:"opacity, transform"},"fade-left":{in:{opacity:1,transform:"translateX(0)"},out:{opacity:0,transform:`translateX(${B(30)}`},transitionProperty:"opacity, transform"},"fade-right":{in:{opacity:1,transform:"translateX(0)"},out:{opacity:0,transform:`translateX(${B(-30)}`},transitionProperty:"opacity, transform"},scale:{in:{opacity:1,transform:"scale(1)"},out:{opacity:0,transform:"scale(0)"},common:{transformOrigin:"top"},transitionProperty:"transform, opacity"},"scale-y":{in:{opacity:1,transform:"scaleY(1)"},out:{opacity:0,transform:"scaleY(0)"},common:{transformOrigin:"top"},transitionProperty:"transform, opacity"},"scale-x":{in:{opacity:1,transform:"scaleX(1)"},out:{opacity:0,transform:"scaleX(0)"},common:{transformOrigin:"left"},transitionProperty:"transform, opacity"},"skew-up":{in:{opacity:1,transform:"translateY(0) skew(0deg, 0deg)"},out:{opacity:0,transform:`translateY(${B(-20)}) skew(-10deg, -5deg)`},common:{transformOrigin:"top"},transitionProperty:"transform, opacity"},"skew-down":{in:{opacity:1,transform:"translateY(0) skew(0deg, 0deg)"},out:{opacity:0,transform:`translateY(${B(20)}) skew(-10deg, -5deg)`},common:{transformOrigin:"bottom"},transitionProperty:"transform, opacity"},"rotate-left":{in:{opacity:1,transform:"translateY(0) rotate(0deg)"},out:{opacity:0,transform:`translateY(${B(20)}) rotate(-5deg)`},common:{transformOrigin:"bottom"},transitionProperty:"transform, opacity"},"rotate-right":{in:{opacity:1,transform:"translateY(0) rotate(0deg)"},out:{opacity:0,transform:`translateY(${B(20)}) rotate(5deg)`},common:{transformOrigin:"top"},transitionProperty:"transform, opacity"},"slide-down":{in:{opacity:1,transform:"translateY(0)"},out:{opacity:0,transform:"translateY(-100%)"},common:{transformOrigin:"top"},transitionProperty:"transform, opacity"},"slide-up":{in:{opacity:1,transform:"translateY(0)"},out:{opacity:0,transform:"translateY(100%)"},common:{transformOrigin:"bottom"},transitionProperty:"transform, opacity"},"slide-left":{in:{opacity:1,transform:"translateX(0)"},out:{opacity:0,transform:"translateX(100%)"},common:{transformOrigin:"left"},transitionProperty:"transform, opacity"},"slide-right":{in:{opacity:1,transform:"translateX(0)"},out:{opacity:0,transform:"translateX(-100%)"},common:{transformOrigin:"right"},transitionProperty:"transform, opacity"},pop:{...Hl("bottom"),common:{transformOrigin:"center center"}},"pop-bottom-left":{...Hl("bottom"),common:{transformOrigin:"bottom left"}},"pop-bottom-right":{...Hl("bottom"),common:{transformOrigin:"bottom right"}},"pop-top-left":{...Hl("top"),common:{transformOrigin:"top left"}},"pop-top-right":{...Hl("top"),common:{transformOrigin:"top right"}}},Ib={entering:"in",entered:"in",exiting:"out",exited:"out","pre-exiting":"out","pre-entering":"out"};function H3({transition:e,state:t,duration:n,timingFunction:r}){const o={transitionDuration:`${n}ms`,transitionTimingFunction:r};return typeof e=="string"?e in sd?{transitionProperty:sd[e].transitionProperty,...o,...sd[e].common,...sd[e][Ib[t]]}:{}:{transitionProperty:e.transitionProperty,...o,...e.common,...e[Ib[t]]}}function q3({duration:e,exitDuration:t,timingFunction:n,mounted:r,onEnter:o,onExit:i,onEntered:a,onExited:l,enterDelay:c,exitDelay:u}){const d=At(),f=fv(),h=d.respectReducedMotion?f:!1,[m,g]=p.useState(h?0:e),[v,S]=p.useState(r?"entered":"exited"),b=p.useRef(-1),x=p.useRef(-1),y=p.useRef(-1),w=j=>{const T=j?o:i,E=j?a:l;window.clearTimeout(b.current);const R=h?0:j?e:t;g(R),R===0?(typeof T=="function"&&T(),typeof E=="function"&&E(),S(j?"entered":"exited")):y.current=requestAnimationFrame(()=>{Ia.flushSync(()=>{S(j?"pre-entering":"pre-exiting")}),y.current=requestAnimationFrame(()=>{typeof T=="function"&&T(),S(j?"entering":"exiting"),b.current=window.setTimeout(()=>{typeof E=="function"&&E(),S(j?"entered":"exited")},R)})})},C=j=>{if(window.clearTimeout(x.current),typeof(j?c:u)!="number"){w(j);return}x.current=window.setTimeout(()=>{w(j)},j?c:u)};return Mo(()=>{C(r)},[r]),p.useEffect(()=>()=>{window.clearTimeout(b.current),cancelAnimationFrame(y.current)},[]),{transitionDuration:m,transitionStatus:v,transitionTimingFunction:n||"ease"}}function Yo({keepMounted:e,transition:t="fade",duration:n=250,exitDuration:r=n,mounted:o,children:i,timingFunction:a="ease",onExit:l,onEntered:c,onEnter:u,onExited:d,enterDelay:f,exitDelay:h}){const{transitionDuration:m,transitionStatus:g,transitionTimingFunction:v}=q3({mounted:o,exitDuration:r,duration:n,timingFunction:a,onExit:l,onEntered:c,onEnter:u,onExited:d,enterDelay:f,exitDelay:h});return m===0?o?s.jsx(s.Fragment,{children:i({})}):e?i({display:"none"}):null:g==="exited"?e?i({display:"none"}):null:s.jsx(s.Fragment,{children:i(H3({transition:t,duration:m,state:g,timingFunction:v}))})}Yo.displayName="@mantine/core/Transition";var ST={dropdown:"m_38a85659",arrow:"m_a31dc6c1"};const G3={},Ey=Y((e,t)=>{var S,b,x,y;const n=W("PopoverDropdown",G3,e),{className:r,style:o,vars:i,children:a,onKeyDownCapture:l,variant:c,classNames:u,styles:d,...f}=n,h=xT(),m=bj({opened:h.opened,shouldReturnFocus:h.returnFocus}),g=h.withRoles?{"aria-labelledby":h.getTargetId(),id:h.getDropdownId(),role:"dialog",tabIndex:-1}:{},v=nn(t,h.floating);return h.disabled?null:s.jsx(zs,{...h.portalProps,withinPortal:h.withinPortal,children:s.jsx(Yo,{mounted:h.opened,...h.transitionProps,transition:((S=h.transitionProps)==null?void 0:S.transition)||"fade",duration:((b=h.transitionProps)==null?void 0:b.duration)??150,keepMounted:h.keepMounted,exitDuration:typeof((x=h.transitionProps)==null?void 0:x.exitDuration)=="number"?h.transitionProps.exitDuration:(y=h.transitionProps)==null?void 0:y.duration,children:w=>s.jsx(ph,{active:h.trapFocus&&h.opened,innerRef:v,children:s.jsxs(q,{...g,...f,variant:c,onKeyDownCapture:jD(h.onClose,{active:h.closeOnEscape,onTrigger:m,onKeyDown:l}),"data-position":h.placement,"data-fixed":h.floatingStrategy==="fixed"||void 0,...h.getStyles("dropdown",{className:r,props:n,classNames:u,styles:d,style:[{...w,zIndex:h.zIndex,top:h.y??0,left:h.x??0,width:h.width==="target"?void 0:B(h.width)},o]}),children:[a,s.jsx(Cy,{ref:h.arrowRef,arrowX:h.arrowX,arrowY:h.arrowY,visible:h.withArrow,position:h.placement,arrowSize:h.arrowSize,arrowRadius:h.arrowRadius,arrowOffset:h.arrowOffset,arrowPosition:h.arrowPosition,...h.getStyles("arrow",{props:n,classNames:u,styles:d})})]})})})})});Ey.classes=ST;Ey.displayName="@mantine/core/PopoverDropdown";const Q3={refProp:"ref",popupType:"dialog"},jT=Y((e,t)=>{const{children:n,refProp:r,popupType:o,...i}=W("PopoverTarget",Q3,e);if(!qo(n))throw new Error("Popover.Target component children should be an element or a component that accepts ref. Fragments, strings, numbers and other primitive values are not supported");const a=i,l=xT(),c=nn(l.reference,Vf(n),t),u=l.withRoles?{"aria-haspopup":o,"aria-expanded":l.opened,"aria-controls":l.getDropdownId(),id:l.getTargetId()}:{};return p.cloneElement(n,{...a,...u,...l.targetProps,className:rt(l.targetProps.className,a.className,n.props.className),[r]:c,...l.controlled?null:{onClick:l.onToggle}})});jT.displayName="@mantine/core/PopoverTarget";function CT({opened:e,floating:t,position:n,positionDependencies:r}){const[o,i]=p.useState(0);p.useEffect(()=>{if(t.refs.reference.current&&t.refs.floating.current&&e)return c3(t.refs.reference.current,t.refs.floating.current,t.update)},[t.refs.reference.current,t.refs.floating.current,e,o,n]),Mo(()=>{t.update()},r),Mo(()=>{i(a=>a+1)},[e])}function K3(e){if(e===void 0)return{shift:!0,flip:!0};const t={...e};return e.shift===void 0&&(t.shift=!0),e.flip===void 0&&(t.flip=!0),t}function Y3(e,t){const n=K3(e.middlewares),r=[fT(e.offset)];return n.shift&&r.push(xy(typeof n.shift=="boolean"?{limiter:jb(),padding:5}:{limiter:jb(),padding:5,...n.shift})),n.flip&&r.push(typeof n.flip=="boolean"?jg():jg(n.flip)),n.inline&&r.push(typeof n.inline=="boolean"?Cg():Cg(n.inline)),r.push(hT({element:e.arrowRef,padding:e.arrowOffset})),(n.size||e.width==="target")&&r.push(x3({...typeof n.size=="boolean"?{}:n.size,apply({rects:o,availableWidth:i,availableHeight:a,...l}){var d;const u=((d=t().refs.floating.current)==null?void 0:d.style)??{};n.size&&(typeof n.size=="object"&&n.size.apply?n.size.apply({rects:o,availableWidth:i,availableHeight:a,...l}):Object.assign(u,{maxWidth:`${i}px`,maxHeight:`${a}px`})),e.width==="target"&&Object.assign(u,{width:`${o.reference.width}px`})}})),r}function X3(e){const[t,n]=xn({value:e.opened,defaultValue:e.defaultOpened,finalValue:!1,onChange:e.onChange}),r=()=>{t&&n(!1)},o=()=>n(!t),i=jy({strategy:e.strategy,placement:e.position,middleware:Y3(e,()=>i)});return CT({opened:t,position:e.position,positionDependencies:e.positionDependencies||[],floating:i}),Mo(()=>{var a;(a=e.onPositionChange)==null||a.call(e,i.placement)},[i.placement]),Mo(()=>{var a,l;t?(l=e.onOpen)==null||l.call(e):(a=e.onClose)==null||a.call(e)},[t,e.onClose,e.onOpen]),{floating:i,controlled:typeof e.opened=="boolean",opened:t,onClose:r,onToggle:o}}const J3={position:"bottom",offset:8,positionDependencies:[],transitionProps:{transition:"fade",duration:150},middlewares:{flip:!0,shift:!0,inline:!1},arrowSize:7,arrowOffset:5,arrowRadius:0,arrowPosition:"side",closeOnClickOutside:!0,withinPortal:!0,closeOnEscape:!0,trapFocus:!1,withRoles:!0,returnFocus:!1,clickOutsideEvents:["mousedown","touchstart"],zIndex:Yr("popover"),__staticSelector:"Popover",width:"max-content"},Z3=(e,{radius:t,shadow:n})=>({dropdown:{"--popover-radius":t===void 0?void 0:dt(t),"--popover-shadow":cv(n)}});function Xr(e){var ne,X,ce,ke,J,se;const t=W("Popover",J3,e),{children:n,position:r,offset:o,onPositionChange:i,positionDependencies:a,opened:l,transitionProps:c,width:u,middlewares:d,withArrow:f,arrowSize:h,arrowOffset:m,arrowRadius:g,arrowPosition:v,unstyled:S,classNames:b,styles:x,closeOnClickOutside:y,withinPortal:w,portalProps:C,closeOnEscape:j,clickOutsideEvents:T,trapFocus:E,onClose:R,onOpen:_,onChange:N,zIndex:O,radius:F,shadow:z,id:H,defaultOpened:D,__staticSelector:k,withRoles:P,disabled:I,returnFocus:L,variant:$,keepMounted:Q,vars:ue,floatingStrategy:Re,...me}=t,ge=de({name:k,props:t,classes:ST,classNames:b,styles:x,unstyled:S,rootSelector:"dropdown",vars:ue,varsResolver:Z3}),De=p.useRef(null),[le,Ne]=p.useState(null),[it,Ue]=p.useState(null),{dir:Je}=Ls(),st=zn(H),Be=X3({middlewares:d,width:u,position:yT(Je,r),offset:typeof o=="number"?o+(f?h/2:0):o,arrowRef:De,arrowOffset:m,onPositionChange:i,positionDependencies:a,opened:l,defaultOpened:D,onChange:N,onOpen:_,onClose:R,strategy:Re});TD(()=>y&&Be.onClose(),T,[le,it]);const Ze=p.useCallback(G=>{Ne(G),Be.floating.refs.setReference(G)},[Be.floating.refs.setReference]),at=p.useCallback(G=>{Ue(G),Be.floating.refs.setFloating(G)},[Be.floating.refs.setFloating]);return s.jsx(B3,{value:{returnFocus:L,disabled:I,controlled:Be.controlled,reference:Ze,floating:at,x:Be.floating.x,y:Be.floating.y,arrowX:(ce=(X=(ne=Be.floating)==null?void 0:ne.middlewareData)==null?void 0:X.arrow)==null?void 0:ce.x,arrowY:(se=(J=(ke=Be.floating)==null?void 0:ke.middlewareData)==null?void 0:J.arrow)==null?void 0:se.y,opened:Be.opened,arrowRef:De,transitionProps:c,width:u,withArrow:f,arrowSize:h,arrowOffset:m,arrowRadius:g,arrowPosition:v,placement:Be.floating.placement,trapFocus:E,withinPortal:w,portalProps:C,zIndex:O,radius:F,shadow:z,closeOnEscape:j,onClose:Be.onClose,onToggle:Be.onToggle,getTargetId:()=>`${st}-target`,getDropdownId:()=>`${st}-dropdown`,withRoles:P,targetProps:me,__staticSelector:k,classNames:b,styles:x,unstyled:S,variant:$,keepMounted:Q,getStyles:ge,floatingStrategy:Re},children:n})}Xr.Target=jT;Xr.Dropdown=Ey;Xr.displayName="@mantine/core/Popover";Xr.extend=e=>e;var Ur={root:"m_5ae2e3c",barsLoader:"m_7a2bd4cd",bar:"m_870bb79","bars-loader-animation":"m_5d2b3b9d",dotsLoader:"m_4e3f22d7",dot:"m_870c4af","loader-dots-animation":"m_aac34a1",ovalLoader:"m_b34414df","oval-loader-animation":"m_f8e89c4b"};const ET=p.forwardRef(({className:e,...t},n)=>s.jsxs(q,{component:"span",className:rt(Ur.barsLoader,e),...t,ref:n,children:[s.jsx("span",{className:Ur.bar}),s.jsx("span",{className:Ur.bar}),s.jsx("span",{className:Ur.bar})]}));ET.displayName="@mantine/core/Bars";const TT=p.forwardRef(({className:e,...t},n)=>s.jsxs(q,{component:"span",className:rt(Ur.dotsLoader,e),...t,ref:n,children:[s.jsx("span",{className:Ur.dot}),s.jsx("span",{className:Ur.dot}),s.jsx("span",{className:Ur.dot})]}));TT.displayName="@mantine/core/Dots";const PT=p.forwardRef(({className:e,...t},n)=>s.jsx(q,{component:"span",className:rt(Ur.ovalLoader,e),...t,ref:n}));PT.displayName="@mantine/core/Oval";const kT={bars:ET,oval:PT,dots:TT},eM={loaders:kT,type:"oval"},tM=(e,{size:t,color:n})=>({root:{"--loader-size":Me(t,"loader-size"),"--loader-color":n?ut(n,e):void 0}}),er=Y((e,t)=>{const n=W("Loader",eM,e),{size:r,color:o,type:i,vars:a,className:l,style:c,classNames:u,styles:d,unstyled:f,loaders:h,variant:m,children:g,...v}=n,S=de({name:"Loader",props:n,classes:Ur,className:l,style:c,classNames:u,styles:d,unstyled:f,vars:a,varsResolver:tM});return g?s.jsx(q,{...S("root"),ref:t,...v,children:g}):s.jsx(q,{...S("root"),ref:t,component:h[i],variant:m,size:r,...v})});er.defaultLoaders=kT;er.classes=Ur;er.displayName="@mantine/core/Loader";var mh={root:"m_8d3f4000",icon:"m_8d3afb97",loader:"m_302b9fb1",group:"m_1a0f1b21"};const Ab={orientation:"horizontal"},nM=(e,{borderWidth:t})=>({group:{"--ai-border-width":B(t)}}),Ty=Y((e,t)=>{const n=W("ActionIconGroup",Ab,e),{className:r,style:o,classNames:i,styles:a,unstyled:l,orientation:c,vars:u,borderWidth:d,variant:f,mod:h,...m}=W("ActionIconGroup",Ab,e),g=de({name:"ActionIconGroup",props:n,classes:mh,className:r,style:o,classNames:i,styles:a,unstyled:l,vars:u,varsResolver:nM,rootSelector:"group"});return s.jsx(q,{...g("group"),ref:t,variant:f,mod:[{"data-orientation":c},h],role:"group",...m})});Ty.classes=mh;Ty.displayName="@mantine/core/ActionIconGroup";const rM={},oM=(e,{size:t,radius:n,variant:r,gradient:o,color:i,autoContrast:a})=>{const l=e.variantColorResolver({color:i||e.primaryColor,theme:e,gradient:o,variant:r||"filled",autoContrast:a});return{root:{"--ai-size":Me(t,"ai-size"),"--ai-radius":n===void 0?void 0:dt(n),"--ai-bg":i||r?l.background:void 0,"--ai-hover":i||r?l.hover:void 0,"--ai-hover-color":i||r?l.hoverColor:void 0,"--ai-color":l.color,"--ai-bd":i||r?l.border:void 0}}},en=Rn((e,t)=>{const n=W("ActionIcon",rM,e),{className:r,unstyled:o,variant:i,classNames:a,styles:l,style:c,loading:u,loaderProps:d,size:f,color:h,radius:m,__staticSelector:g,gradient:v,vars:S,children:b,disabled:x,"data-disabled":y,autoContrast:w,mod:C,...j}=n,T=de({name:["ActionIcon",g],props:n,className:r,style:c,classes:mh,classNames:a,styles:l,unstyled:o,vars:S,varsResolver:oM});return s.jsxs(wn,{...T("root",{active:!x&&!u&&!y}),...j,unstyled:o,variant:i,size:f,disabled:x||u,ref:t,mod:[{loading:u,disabled:x||y},C],children:[s.jsx(Yo,{mounted:!!u,transition:"slide-down",duration:150,children:E=>s.jsx(q,{component:"span",...T("loader",{style:E}),"aria-hidden":!0,children:s.jsx(er,{color:"var(--ai-color)",size:"calc(var(--ai-size) * 0.55)",...d})})}),s.jsx(q,{component:"span",mod:{loading:u},...T("icon"),children:b})]})});en.classes=mh;en.displayName="@mantine/core/ActionIcon";en.Group=Ty;const RT=p.forwardRef(({size:e="var(--cb-icon-size, 70%)",style:t,...n},r)=>s.jsx("svg",{viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{...t,width:e,height:e},ref:r,...n,children:s.jsx("path",{d:"M11.7816 4.03157C12.0062 3.80702 12.0062 3.44295 11.7816 3.2184C11.5571 2.99385 11.193 2.99385 10.9685 3.2184L7.50005 6.68682L4.03164 3.2184C3.80708 2.99385 3.44301 2.99385 3.21846 3.2184C2.99391 3.44295 2.99391 3.80702 3.21846 4.03157L6.68688 7.49999L3.21846 10.9684C2.99391 11.193 2.99391 11.557 3.21846 11.7816C3.44301 12.0061 3.80708 12.0061 4.03164 11.7816L7.50005 8.31316L10.9685 11.7816C11.193 12.0061 11.5571 12.0061 11.7816 11.7816C12.0062 11.557 12.0062 11.193 11.7816 10.9684L8.31322 7.49999L11.7816 4.03157Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})}));RT.displayName="@mantine/core/CloseIcon";var _T={root:"m_86a44da5","root--subtle":"m_220c80f2"};const iM={variant:"subtle"},sM=(e,{size:t,radius:n,iconSize:r})=>({root:{"--cb-size":Me(t,"cb-size"),"--cb-radius":n===void 0?void 0:dt(n),"--cb-icon-size":B(r)}}),Us=Rn((e,t)=>{const n=W("CloseButton",iM,e),{iconSize:r,children:o,vars:i,radius:a,className:l,classNames:c,style:u,styles:d,unstyled:f,"data-disabled":h,disabled:m,variant:g,icon:v,mod:S,...b}=n,x=de({name:"CloseButton",props:n,className:l,style:u,classes:_T,classNames:c,styles:d,unstyled:f,vars:i,varsResolver:sM});return s.jsxs(wn,{ref:t,...b,unstyled:f,variant:g,disabled:m,mod:[{disabled:m||h},S],...x("root",{variant:g,active:!m&&!h}),children:[v||s.jsx(RT,{}),o]})});Us.classes=_T;Us.displayName="@mantine/core/CloseButton";function aM(e){return p.Children.toArray(e).filter(Boolean)}var DT={root:"m_4081bf90"};const lM={preventGrowOverflow:!0,gap:"md",align:"center",justify:"flex-start",wrap:"wrap"},cM=(e,{grow:t,preventGrowOverflow:n,gap:r,align:o,justify:i,wrap:a},{childWidth:l})=>({root:{"--group-child-width":t&&n?l:void 0,"--group-gap":Yt(r),"--group-align":o,"--group-justify":i,"--group-wrap":a}}),ee=Y((e,t)=>{const n=W("Group",lM,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,children:c,gap:u,align:d,justify:f,wrap:h,grow:m,preventGrowOverflow:g,vars:v,variant:S,__size:b,mod:x,...y}=n,w=aM(c),C=w.length,j=Yt(u??"md"),E={childWidth:`calc(${100/C}% - (${j} - ${j} / ${C}))`},R=de({name:"Group",props:n,stylesCtx:E,className:o,style:i,classes:DT,classNames:r,styles:a,unstyled:l,vars:v,varsResolver:cM});return s.jsx(q,{...R("root"),ref:t,variant:S,mod:[{grow:m},x],size:b,...y,children:w})});ee.classes=DT;ee.displayName="@mantine/core/Group";var IT={root:"m_9814e45f"};const uM={zIndex:Yr("modal")},dM=(e,{gradient:t,color:n,backgroundOpacity:r,blur:o,radius:i,zIndex:a})=>({root:{"--overlay-bg":t||(n!==void 0||r!==void 0)&&gr(n||"#000",r??.6)||void 0,"--overlay-filter":o?`blur(${B(o)})`:void 0,"--overlay-radius":i===void 0?void 0:dt(i),"--overlay-z-index":a==null?void 0:a.toString()}}),Mc=Rn((e,t)=>{const n=W("Overlay",uM,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,fixed:u,center:d,children:f,radius:h,zIndex:m,gradient:g,blur:v,color:S,backgroundOpacity:b,mod:x,...y}=n,w=de({name:"Overlay",props:n,classes:IT,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:dM});return s.jsx(q,{ref:t,...w("root"),mod:[{center:d,fixed:u},x],...y,children:f})});Mc.classes=IT;Mc.displayName="@mantine/core/Overlay";const[fM,Xo]=Fn("ModalBase component was not found in tree");function hM({opened:e,transitionDuration:t}){const[n,r]=p.useState(e),o=p.useRef(),a=fv()?0:t;return p.useEffect(()=>(e?(r(!0),window.clearTimeout(o.current)):a===0?r(!1):o.current=window.setTimeout(()=>r(!1),a),()=>window.clearTimeout(o.current)),[e,a]),n}function pM({id:e,transitionProps:t,opened:n,trapFocus:r,closeOnEscape:o,onClose:i,returnFocus:a}){const l=zn(e),[c,u]=p.useState(!1),[d,f]=p.useState(!1),h=typeof(t==null?void 0:t.duration)=="number"?t==null?void 0:t.duration:200,m=hM({opened:n,transitionDuration:h});return Cj("keydown",g=>{var v;g.key==="Escape"&&o&&n&&((v=g.target)==null?void 0:v.getAttribute("data-mantine-stop-propagation"))!=="true"&&i()},{capture:!0}),bj({opened:n,shouldReturnFocus:r&&a}),{_id:l,titleMounted:c,bodyMounted:d,shouldLockScroll:m,setTitleMounted:u,setBodyMounted:f}}const AT=p.forwardRef(({keepMounted:e,opened:t,onClose:n,id:r,transitionProps:o,trapFocus:i,closeOnEscape:a,returnFocus:l,closeOnClickOutside:c,withinPortal:u,portalProps:d,lockScroll:f,children:h,zIndex:m,shadow:g,padding:v,__vars:S,unstyled:b,removeScrollProps:x,...y},w)=>{const{_id:C,titleMounted:j,bodyMounted:T,shouldLockScroll:E,setTitleMounted:R,setBodyMounted:_}=pM({id:r,transitionProps:o,opened:t,trapFocus:i,closeOnEscape:a,onClose:n,returnFocus:l}),{key:N,...O}=x||{};return s.jsx(zs,{...d,withinPortal:u,children:s.jsx(fM,{value:{opened:t,onClose:n,closeOnClickOutside:c,transitionProps:{...o,keepMounted:e},getTitleId:()=>`${C}-title`,getBodyId:()=>`${C}-body`,titleMounted:j,bodyMounted:T,setTitleMounted:R,setBodyMounted:_,trapFocus:i,closeOnEscape:a,zIndex:m,unstyled:b},children:s.jsx(Ff,{enabled:E&&f,...O,children:s.jsx(q,{ref:w,...y,__vars:{...S,"--mb-z-index":(m||Yr("modal")).toString(),"--mb-shadow":cv(g),"--mb-padding":Yt(v)},children:h})},N)})})});AT.displayName="@mantine/core/ModalBase";function mM(){const e=Xo();return p.useEffect(()=>(e.setBodyMounted(!0),()=>e.setBodyMounted(!1)),[]),e.getBodyId()}var tl={title:"m_615af6c9",header:"m_b5489c3c",inner:"m_60c222c7",content:"m_fd1ab0aa",close:"m_606cb269",body:"m_5df29311"};const NT=p.forwardRef(({className:e,...t},n)=>{const r=mM(),o=Xo();return s.jsx(q,{ref:n,...t,id:r,className:rt({[tl.body]:!o.unstyled},e)})});NT.displayName="@mantine/core/ModalBaseBody";const MT=p.forwardRef(({className:e,onClick:t,...n},r)=>{const o=Xo();return s.jsx(Us,{ref:r,...n,onClick:i=>{o.onClose(),t==null||t(i)},className:rt({[tl.close]:!o.unstyled},e),unstyled:o.unstyled})});MT.displayName="@mantine/core/ModalBaseCloseButton";const OT=p.forwardRef(({transitionProps:e,className:t,innerProps:n,onKeyDown:r,style:o,...i},a)=>{const l=Xo();return s.jsx(Yo,{mounted:l.opened,transition:"pop",...l.transitionProps,...e,children:c=>s.jsx("div",{...n,className:rt({[tl.inner]:!l.unstyled},n.className),children:s.jsx(ph,{active:l.opened&&l.trapFocus,innerRef:a,children:s.jsx(Xn,{...i,component:"section",role:"dialog",tabIndex:-1,"aria-modal":!0,"aria-describedby":l.bodyMounted?l.getBodyId():void 0,"aria-labelledby":l.titleMounted?l.getTitleId():void 0,style:[o,c],className:rt({[tl.content]:!l.unstyled},t),unstyled:l.unstyled,children:i.children})})})})});OT.displayName="@mantine/core/ModalBaseContent";const LT=p.forwardRef(({className:e,...t},n)=>{const r=Xo();return s.jsx(q,{component:"header",ref:n,className:rt({[tl.header]:!r.unstyled},e),...t})});LT.displayName="@mantine/core/ModalBaseHeader";const gM={duration:200,timingFunction:"ease",transition:"fade"};function vM(e){const t=Xo();return{...gM,...t.transitionProps,...e}}const $T=p.forwardRef(({onClick:e,transitionProps:t,style:n,...r},o)=>{const i=Xo(),a=vM(t);return s.jsx(Yo,{mounted:i.opened,...a,transition:"fade",children:l=>s.jsx(Mc,{ref:o,fixed:!0,style:[n,l],zIndex:i.zIndex,unstyled:i.unstyled,onClick:c=>{e==null||e(c),i.closeOnClickOutside&&i.onClose()},...r})})});$T.displayName="@mantine/core/ModalBaseOverlay";function yM(){const e=Xo();return p.useEffect(()=>(e.setTitleMounted(!0),()=>e.setTitleMounted(!1)),[]),e.getTitleId()}const FT=p.forwardRef(({className:e,...t},n)=>{const r=yM(),o=Xo();return s.jsx(q,{component:"h2",ref:n,className:rt({[tl.title]:!o.unstyled},e),...t,id:r})});FT.displayName="@mantine/core/ModalBaseTitle";function xM({children:e}){return s.jsx(s.Fragment,{children:e})}const[bM,gl]=Ns({offsetBottom:!1,offsetTop:!1,describedBy:void 0,getStyles:null,inputId:void 0,labelId:void 0});var Rr={wrapper:"m_6c018570",input:"m_8fb7ebe7",section:"m_82577fc2",placeholder:"m_88bacfd0",root:"m_46b77525",label:"m_8fdc1311",required:"m_78a94662",error:"m_8f816625",description:"m_fe47ce59"};const Nb={},wM=(e,{size:t})=>({description:{"--input-description-size":t===void 0?void 0:`calc(${hn(t)} - ${B(2)})`}}),gh=Y((e,t)=>{const n=W("InputDescription",Nb,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,size:u,__staticSelector:d,__inheritStyles:f=!0,variant:h,...m}=W("InputDescription",Nb,n),g=gl(),v=de({name:["InputWrapper",d],props:n,classes:Rr,className:o,style:i,classNames:r,styles:a,unstyled:l,rootSelector:"description",vars:c,varsResolver:wM}),S=f&&(g==null?void 0:g.getStyles)||v;return s.jsx(q,{component:"p",ref:t,variant:h,size:u,...S("description",g!=null&&g.getStyles?{className:o,style:i}:void 0),...m})});gh.classes=Rr;gh.displayName="@mantine/core/InputDescription";const SM={},jM=(e,{size:t})=>({error:{"--input-error-size":t===void 0?void 0:`calc(${hn(t)} - ${B(2)})`}}),vh=Y((e,t)=>{const n=W("InputError",SM,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,size:u,__staticSelector:d,__inheritStyles:f=!0,variant:h,...m}=n,g=de({name:["InputWrapper",d],props:n,classes:Rr,className:o,style:i,classNames:r,styles:a,unstyled:l,rootSelector:"error",vars:c,varsResolver:jM}),v=gl(),S=f&&(v==null?void 0:v.getStyles)||g;return s.jsx(q,{component:"p",ref:t,variant:h,size:u,...S("error",v!=null&&v.getStyles?{className:o,style:i}:void 0),...m})});vh.classes=Rr;vh.displayName="@mantine/core/InputError";const Mb={labelElement:"label"},CM=(e,{size:t})=>({label:{"--input-label-size":hn(t),"--input-asterisk-color":void 0}}),iu=Y((e,t)=>{const n=W("InputLabel",Mb,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,labelElement:u,size:d,required:f,htmlFor:h,onMouseDown:m,children:g,__staticSelector:v,variant:S,mod:b,...x}=W("InputLabel",Mb,n),y=de({name:["InputWrapper",v],props:n,classes:Rr,className:o,style:i,classNames:r,styles:a,unstyled:l,rootSelector:"label",vars:c,varsResolver:CM}),w=gl(),C=(w==null?void 0:w.getStyles)||y;return s.jsxs(q,{...C("label",w!=null&&w.getStyles?{className:o,style:i}:void 0),component:u,variant:S,size:d,ref:t,htmlFor:u==="label"?h:void 0,mod:[{required:f},b],onMouseDown:j=>{m==null||m(j),!j.defaultPrevented&&j.detail>1&&j.preventDefault()},...x,children:[g,f&&s.jsx("span",{...C("required"),"aria-hidden":!0,children:" *"})]})});iu.classes=Rr;iu.displayName="@mantine/core/InputLabel";const Ob={},Py=Y((e,t)=>{const n=W("InputPlaceholder",Ob,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,__staticSelector:u,variant:d,error:f,mod:h,...m}=W("InputPlaceholder",Ob,n),g=de({name:["InputPlaceholder",u],props:n,classes:Rr,className:o,style:i,classNames:r,styles:a,unstyled:l,rootSelector:"placeholder"});return s.jsx(q,{...g("placeholder"),mod:[{error:!!f},h],component:"span",variant:d,ref:t,...m})});Py.classes=Rr;Py.displayName="@mantine/core/InputPlaceholder";function EM(e,{hasDescription:t,hasError:n}){const r=e.findIndex(c=>c==="input"),o=e.slice(0,r),i=e.slice(r+1),a=t&&o.includes("description")||n&&o.includes("error");return{offsetBottom:t&&i.includes("description")||n&&i.includes("error"),offsetTop:a}}const TM={labelElement:"label",inputContainer:e=>e,inputWrapperOrder:["label","description","input","error"]},PM=(e,{size:t})=>({label:{"--input-label-size":hn(t),"--input-asterisk-color":void 0},error:{"--input-error-size":t===void 0?void 0:`calc(${hn(t)} - ${B(2)})`},description:{"--input-description-size":t===void 0?void 0:`calc(${hn(t)} - ${B(2)})`}}),ky=Y((e,t)=>{const n=W("InputWrapper",TM,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,size:u,variant:d,__staticSelector:f,inputContainer:h,inputWrapperOrder:m,label:g,error:v,description:S,labelProps:b,descriptionProps:x,errorProps:y,labelElement:w,children:C,withAsterisk:j,id:T,required:E,__stylesApiProps:R,mod:_,...N}=n,O=de({name:["InputWrapper",f],props:R||n,classes:Rr,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:PM}),F={size:u,variant:d,__staticSelector:f},z=zn(T),H=typeof j=="boolean"?j:E,D=(y==null?void 0:y.id)||`${z}-error`,k=(x==null?void 0:x.id)||`${z}-description`,P=z,I=!!v&&typeof v!="boolean",L=!!S,$=`${I?D:""} ${L?k:""}`,Q=$.trim().length>0?$.trim():void 0,ue=(b==null?void 0:b.id)||`${z}-label`,Re=g&&s.jsx(iu,{labelElement:w,id:ue,htmlFor:P,required:H,...F,...b,children:g},"label"),me=L&&s.jsx(gh,{...x,...F,size:(x==null?void 0:x.size)||F.size,id:(x==null?void 0:x.id)||k,children:S},"description"),ge=s.jsx(p.Fragment,{children:h(C)},"input"),De=I&&p.createElement(vh,{...y,...F,size:(y==null?void 0:y.size)||F.size,key:"error",id:(y==null?void 0:y.id)||D},v),le=m.map(Ne=>{switch(Ne){case"label":return Re;case"input":return ge;case"description":return me;case"error":return De;default:return null}});return s.jsx(bM,{value:{getStyles:O,describedBy:Q,inputId:P,labelId:ue,...EM(m,{hasDescription:L,hasError:I})},children:s.jsx(q,{ref:t,variant:d,size:u,mod:[{error:!!v},_],...O("root"),...N,children:le})})});ky.classes=Rr;ky.displayName="@mantine/core/InputWrapper";const kM={variant:"default",leftSectionPointerEvents:"none",rightSectionPointerEvents:"none",withAria:!0,withErrorStyles:!0},RM=(e,t,n)=>({wrapper:{"--input-margin-top":n.offsetTop?"calc(var(--mantine-spacing-xs) / 2)":void 0,"--input-margin-bottom":n.offsetBottom?"calc(var(--mantine-spacing-xs) / 2)":void 0,"--input-height":Me(t.size,"input-height"),"--input-fz":hn(t.size),"--input-radius":t.radius===void 0?void 0:dt(t.radius),"--input-left-section-width":t.leftSectionWidth!==void 0?B(t.leftSectionWidth):void 0,"--input-right-section-width":t.rightSectionWidth!==void 0?B(t.rightSectionWidth):void 0,"--input-padding-y":t.multiline?Me(t.size,"input-padding-y"):void 0,"--input-left-section-pointer-events":t.leftSectionPointerEvents,"--input-right-section-pointer-events":t.rightSectionPointerEvents}}),Lt=Rn((e,t)=>{const n=W("Input",kM,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,required:c,__staticSelector:u,__stylesApiProps:d,size:f,wrapperProps:h,error:m,disabled:g,leftSection:v,leftSectionProps:S,leftSectionWidth:b,rightSection:x,rightSectionProps:y,rightSectionWidth:w,rightSectionPointerEvents:C,leftSectionPointerEvents:j,variant:T,vars:E,pointer:R,multiline:_,radius:N,id:O,withAria:F,withErrorStyles:z,mod:H,inputSize:D,...k}=n,{styleProps:P,rest:I}=Qo(k),L=gl(),$={offsetBottom:L==null?void 0:L.offsetBottom,offsetTop:L==null?void 0:L.offsetTop},Q=de({name:["Input",u],props:d||n,classes:Rr,className:o,style:i,classNames:r,styles:a,unstyled:l,stylesCtx:$,rootSelector:"wrapper",vars:E,varsResolver:RM}),ue=F?{required:c,disabled:g,"aria-invalid":!!m,"aria-describedby":L==null?void 0:L.describedBy,id:(L==null?void 0:L.inputId)||O}:{};return s.jsxs(q,{...Q("wrapper"),...P,...h,mod:[{error:!!m&&z,pointer:R,disabled:g,multiline:_,"data-with-right-section":!!x,"data-with-left-section":!!v},H],variant:T,size:f,children:[v&&s.jsx("div",{...S,"data-position":"left",...Q("section",{className:S==null?void 0:S.className,style:S==null?void 0:S.style}),children:v}),s.jsx(q,{component:"input",...I,...ue,ref:t,required:c,mod:{disabled:g,error:!!m&&z},variant:T,__size:D,...Q("input")}),x&&s.jsx("div",{...y,"data-position":"right",...Q("section",{className:y==null?void 0:y.className,style:y==null?void 0:y.style}),children:x})]})});Lt.classes=Rr;Lt.Wrapper=ky;Lt.Label=iu;Lt.Error=vh;Lt.Description=gh;Lt.Placeholder=Py;Lt.displayName="@mantine/core/Input";function _M(e,t,n){const r=W(e,t,n),{label:o,description:i,error:a,required:l,classNames:c,styles:u,className:d,unstyled:f,__staticSelector:h,__stylesApiProps:m,errorProps:g,labelProps:v,descriptionProps:S,wrapperProps:b,id:x,size:y,style:w,inputContainer:C,inputWrapperOrder:j,withAsterisk:T,variant:E,vars:R,mod:_,...N}=r,{styleProps:O,rest:F}=Qo(N),z={label:o,description:i,error:a,required:l,classNames:c,className:d,__staticSelector:h,__stylesApiProps:m||r,errorProps:g,labelProps:v,descriptionProps:S,unstyled:f,styles:u,size:y,style:w,inputContainer:C,inputWrapperOrder:j,withAsterisk:T,variant:E,id:x,mod:_,...b};return{...F,classNames:c,styles:u,unstyled:f,wrapperProps:{...z,...O},inputProps:{required:l,classNames:c,styles:u,unstyled:f,size:y,__staticSelector:h,__stylesApiProps:m||r,error:a,variant:E,id:x}}}const DM={__staticSelector:"InputBase",withAria:!0},nr=Rn((e,t)=>{const{inputProps:n,wrapperProps:r,...o}=_M("InputBase",DM,e);return s.jsx(Lt.Wrapper,{...r,children:s.jsx(Lt,{...n,...o,ref:t})})});nr.classes={...Lt.classes,...Lt.Wrapper.classes};nr.displayName="@mantine/core/InputBase";const IM={gap:{type:"spacing",property:"gap"},rowGap:{type:"spacing",property:"rowGap"},columnGap:{type:"spacing",property:"columnGap"},align:{type:"identity",property:"alignItems"},justify:{type:"identity",property:"justifyContent"},wrap:{type:"identity",property:"flexWrap"},direction:{type:"identity",property:"flexDirection"}};var zT={root:"m_8bffd616"};const AM={},Cs=Rn((e,t)=>{const n=W("Flex",AM,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,gap:u,rowGap:d,columnGap:f,align:h,justify:m,wrap:g,direction:v,...S}=n,b=de({name:"Flex",classes:zT,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c}),x=At(),y=Jc(),w=Dj({styleProps:{gap:u,rowGap:d,columnGap:f,align:h,justify:m,wrap:g,direction:v},theme:x,data:IM});return s.jsxs(s.Fragment,{children:[w.hasResponsiveStyles&&s.jsx(Os,{selector:`.${y}`,styles:w.styles,media:w.media}),s.jsx(q,{ref:t,...b("root",{className:y,style:Oi(w.inlineStyles)}),...S})]})});Cs.classes=zT;Cs.displayName="@mantine/core/Flex";function NM(e,t){if(!t||!e)return!1;let n=t.parentNode;for(;n!=null;){if(n===e)return!0;n=n.parentNode}return!1}function MM({target:e,parent:t,ref:n,displayAfterTransitionEnd:r}){const o=p.useRef(),[i,a]=p.useState(!1),[l,c]=p.useState(typeof r=="boolean"?r:!1),u=()=>{if(!e||!t)return;const m=e.getBoundingClientRect(),g=t.getBoundingClientRect(),v={top:m.top-g.top,left:m.left-g.left,width:m.width,height:m.height};n.current&&(n.current.style.transform=`translateY(${v.top}px) translateX(${v.left}px)`,n.current.style.width=`${v.width}px`,n.current.style.height=`${v.height}px`)},d=()=>{window.clearTimeout(o.current),n.current&&(n.current.style.transitionDuration="0ms"),u(),o.current=window.setTimeout(()=>{n.current&&(n.current.style.transitionDuration="")},30)},f=p.useRef(),h=p.useRef();return p.useEffect(()=>{if(u(),e)return f.current=new ResizeObserver(d),f.current.observe(e),t&&(h.current=new ResizeObserver(d),h.current.observe(t)),()=>{var m,g;(m=f.current)==null||m.disconnect(),(g=h.current)==null||g.disconnect()}},[t,e]),p.useEffect(()=>{if(t){const m=g=>{NM(g.target,t)&&(d(),c(!1))};return t.addEventListener("transitionend",m),()=>{t.removeEventListener("transitionend",m)}}},[t]),VD(()=>{Ej()!=="test"&&a(!0)},20,{autoInvoke:!0}),WD(m=>{m.forEach(g=>{g.type==="attributes"&&g.attributeName==="dir"&&d()})},{attributes:!0,attributeFilter:["dir"]},()=>document.documentElement),{initialized:i,hidden:l}}var UT={root:"m_96b553a6"};const OM={},LM=(e,{transitionDuration:t})=>({root:{"--transition-duration":typeof t=="number"?`${t}ms`:t}}),Ry=Y((e,t)=>{const n=W("FloatingIndicator",OM,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,target:u,parent:d,transitionDuration:f,mod:h,displayAfterTransitionEnd:m,...g}=n,v=de({name:"FloatingIndicator",classes:UT,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:LM}),S=p.useRef(null),{initialized:b,hidden:x}=MM({target:u,parent:d,ref:S,displayAfterTransitionEnd:m}),y=nn(t,S);return!u||!d?null:s.jsx(q,{ref:y,mod:[{initialized:b,hidden:x},h],...v("root"),...g})});Ry.displayName="@mantine/core/FloatingIndicator";Ry.classes=UT;var BT={root:"m_66836ed3",wrapper:"m_a5d60502",body:"m_667c2793",title:"m_6a03f287",label:"m_698f4f23",icon:"m_667f2a6a",message:"m_7fa78076",closeButton:"m_87f54839"};const $M={},FM=(e,{radius:t,color:n,variant:r,autoContrast:o})=>{const i=e.variantColorResolver({color:n||e.primaryColor,theme:e,variant:r||"light",autoContrast:o});return{root:{"--alert-radius":t===void 0?void 0:dt(t),"--alert-bg":n||r?i.background:void 0,"--alert-color":i.color,"--alert-bd":n||r?i.border:void 0}}},Ui=Y((e,t)=>{const n=W("Alert",$M,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,radius:u,color:d,title:f,children:h,id:m,icon:g,withCloseButton:v,onClose:S,closeButtonLabel:b,variant:x,autoContrast:y,...w}=n,C=de({name:"Alert",classes:BT,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:FM}),j=zn(m),T=f&&`${j}-title`||void 0,E=`${j}-body`;return s.jsx(q,{id:j,...C("root",{variant:x}),variant:x,ref:t,...w,role:"alert","aria-describedby":E,"aria-labelledby":T,children:s.jsxs("div",{...C("wrapper"),children:[g&&s.jsx("div",{...C("icon"),children:g}),s.jsxs("div",{...C("body"),children:[f&&s.jsx("div",{...C("title"),"data-with-close-button":v||void 0,children:s.jsx("span",{id:T,...C("label"),children:f})}),h&&s.jsx("div",{id:E,...C("message"),"data-variant":x,children:h})]}),v&&s.jsx(Us,{...C("closeButton"),onClick:S,variant:"transparent",size:16,iconSize:16,"aria-label":b,unstyled:l})]})})});Ui.classes=BT;Ui.displayName="@mantine/core/Alert";var VT={root:"m_b6d8b162"};function zM(e){if(e==="start")return"start";if(e==="end"||e)return"end"}const UM={inherit:!1},BM=(e,{variant:t,lineClamp:n,gradient:r,size:o,color:i})=>({root:{"--text-fz":hn(o),"--text-lh":vj(o),"--text-gradient":t==="gradient"?wm(r,e):void 0,"--text-line-clamp":typeof n=="number"?n.toString():void 0,"--text-color":i?ut(i,e):void 0}}),he=Rn((e,t)=>{const n=W("Text",UM,e),{lineClamp:r,truncate:o,inline:i,inherit:a,gradient:l,span:c,__staticSelector:u,vars:d,className:f,style:h,classNames:m,styles:g,unstyled:v,variant:S,mod:b,size:x,...y}=n,w=de({name:["Text",u],props:n,classes:VT,className:f,style:h,classNames:m,styles:g,unstyled:v,vars:d,varsResolver:BM});return s.jsx(q,{...w("root",{focusable:!0}),ref:t,component:c?"span":"p",variant:S,mod:[{"data-truncate":zM(o),"data-line-clamp":typeof r=="number","data-inline":i,"data-inherit":a},b],size:x,...y})});he.classes=VT;he.displayName="@mantine/core/Text";var WT={root:"m_849cf0da"};const VM={underline:"hover"},Xe=Rn((e,t)=>{const{underline:n,className:r,unstyled:o,mod:i,...a}=W("Anchor",VM,e);return s.jsx(he,{component:"a",ref:t,className:rt({[WT.root]:!o},r),...a,mod:[{underline:n},i],__staticSelector:"Anchor",unstyled:o})});Xe.classes=WT;Xe.displayName="@mantine/core/Anchor";const[WM,vl]=Fn("AppShell was not found in tree");var Bi={root:"m_89ab340",navbar:"m_45252eee",aside:"m_9cdde9a",header:"m_3b16f56b",main:"m_8983817",footer:"m_3840c879",section:"m_6dcfc7c7"};const HM={},_y=Y((e,t)=>{const n=W("AppShellAside",HM,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,withBorder:u,zIndex:d,mod:f,...h}=n,m=vl();return m.disabled?null:s.jsx(q,{component:"aside",ref:t,mod:[{"with-border":u??m.withBorder},f],...m.getStyles("aside",{className:o,classNames:r,styles:a,style:i}),...h,__vars:{"--app-shell-aside-z-index":`calc(${d??m.zIndex} + 1)`}})});_y.classes=Bi;_y.displayName="@mantine/core/AppShellAside";const qM={},Dy=Y((e,t)=>{var g;const n=W("AppShellFooter",qM,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,withBorder:u,zIndex:d,mod:f,...h}=n,m=vl();return m.disabled?null:s.jsx(q,{component:"footer",ref:t,mod:[{"with-border":u??m.withBorder},f],...m.getStyles("footer",{className:rt({[Ff.classNames.zeroRight]:m.offsetScrollbars},o),classNames:r,styles:a,style:i}),...h,__vars:{"--app-shell-footer-z-index":(g=d??m.zIndex)==null?void 0:g.toString()}})});Dy.classes=Bi;Dy.displayName="@mantine/core/AppShellFooter";const GM={},Iy=Y((e,t)=>{var g;const n=W("AppShellHeader",GM,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,withBorder:u,zIndex:d,mod:f,...h}=n,m=vl();return m.disabled?null:s.jsx(q,{component:"header",ref:t,mod:[{"with-border":u??m.withBorder},f],...m.getStyles("header",{className:rt({[Ff.classNames.zeroRight]:m.offsetScrollbars},o),classNames:r,styles:a,style:i}),...h,__vars:{"--app-shell-header-z-index":(g=d??m.zIndex)==null?void 0:g.toString()}})});Iy.classes=Bi;Iy.displayName="@mantine/core/AppShellHeader";const QM={},Ay=Y((e,t)=>{const n=W("AppShellMain",QM,e),{classNames:r,className:o,style:i,styles:a,vars:l,...c}=n,u=vl();return s.jsx(q,{component:"main",ref:t,...u.getStyles("main",{className:o,style:i,classNames:r,styles:a}),...c})});Ay.classes=Bi;Ay.displayName="@mantine/core/AppShellMain";function su(e){return typeof e=="object"?e.base:e}function au(e){const t=typeof e=="object"&&e!==null&&typeof e.base<"u"&&Object.keys(e).length===1;return typeof e=="number"||typeof e=="string"||t}function lu(e){return!(typeof e!="object"||e===null||Object.keys(e).length===1&&"base"in e)}function KM({baseStyles:e,minMediaStyles:t,maxMediaStyles:n,aside:r,theme:o}){var c,u,d;const i=r==null?void 0:r.width,a="translateX(var(--app-shell-aside-width))",l="translateX(calc(var(--app-shell-aside-width) * -1))";if(r!=null&&r.breakpoint&&!((c=r==null?void 0:r.collapsed)!=null&&c.mobile)&&(n[r==null?void 0:r.breakpoint]=n[r==null?void 0:r.breakpoint]||{},n[r==null?void 0:r.breakpoint]["--app-shell-aside-width"]="100%",n[r==null?void 0:r.breakpoint]["--app-shell-aside-offset"]="0px"),au(i)){const f=B(su(i));e["--app-shell-aside-width"]=f,e["--app-shell-aside-offset"]=f}if(lu(i)&&(typeof i.base<"u"&&(e["--app-shell-aside-width"]=B(i.base),e["--app-shell-aside-offset"]=B(i.base)),bt(i).forEach(f=>{f!=="base"&&(t[f]=t[f]||{},t[f]["--app-shell-aside-width"]=B(i[f]),t[f]["--app-shell-aside-offset"]=B(i[f]))})),(u=r==null?void 0:r.collapsed)!=null&&u.desktop){const f=r.breakpoint;t[f]=t[f]||{},t[f]["--app-shell-aside-transform"]=a,t[f]["--app-shell-aside-transform-rtl"]=l,t[f]["--app-shell-aside-offset"]="0px !important"}if((d=r==null?void 0:r.collapsed)!=null&&d.mobile){const f=uv(r.breakpoint,o.breakpoints)-.1;n[f]=n[f]||{},n[f]["--app-shell-aside-width"]="100%",n[f]["--app-shell-aside-offset"]="0px",n[f]["--app-shell-aside-transform"]=a,n[f]["--app-shell-aside-transform-rtl"]=l}}function YM({baseStyles:e,minMediaStyles:t,footer:n}){const r=n==null?void 0:n.height,o="translateY(var(--app-shell-footer-height))",i=(n==null?void 0:n.offset)??!0;if(au(r)){const a=B(su(r));e["--app-shell-footer-height"]=a,i&&(e["--app-shell-footer-offset"]=a)}lu(r)&&(typeof r.base<"u"&&(e["--app-shell-footer-height"]=B(r.base),i&&(e["--app-shell-footer-offset"]=B(r.base))),bt(r).forEach(a=>{a!=="base"&&(t[a]=t[a]||{},t[a]["--app-shell-footer-height"]=B(r[a]),i&&(t[a]["--app-shell-footer-offset"]=B(r[a])))})),n!=null&&n.collapsed&&(e["--app-shell-footer-transform"]=o,e["--app-shell-footer-offset"]="0px !important")}function XM({baseStyles:e,minMediaStyles:t,header:n}){const r=n==null?void 0:n.height,o="translateY(calc(var(--app-shell-header-height) * -1))",i=(n==null?void 0:n.offset)??!0;if(au(r)){const a=B(su(r));e["--app-shell-header-height"]=a,i&&(e["--app-shell-header-offset"]=a)}lu(r)&&(typeof r.base<"u"&&(e["--app-shell-header-height"]=B(r.base),i&&(e["--app-shell-header-offset"]=B(r.base))),bt(r).forEach(a=>{a!=="base"&&(t[a]=t[a]||{},t[a]["--app-shell-header-height"]=B(r[a]),i&&(t[a]["--app-shell-header-offset"]=B(r[a])))})),n!=null&&n.collapsed&&(e["--app-shell-header-transform"]=o,e["--app-shell-header-offset"]="0px !important")}function JM({baseStyles:e,minMediaStyles:t,maxMediaStyles:n,navbar:r,theme:o}){var c,u,d;const i=r==null?void 0:r.width,a="translateX(calc(var(--app-shell-navbar-width) * -1))",l="translateX(var(--app-shell-navbar-width))";if(r!=null&&r.breakpoint&&!((c=r==null?void 0:r.collapsed)!=null&&c.mobile)&&(n[r==null?void 0:r.breakpoint]=n[r==null?void 0:r.breakpoint]||{},n[r==null?void 0:r.breakpoint]["--app-shell-navbar-width"]="100%",n[r==null?void 0:r.breakpoint]["--app-shell-navbar-offset"]="0px"),au(i)){const f=B(su(i));e["--app-shell-navbar-width"]=f,e["--app-shell-navbar-offset"]=f}if(lu(i)&&(typeof i.base<"u"&&(e["--app-shell-navbar-width"]=B(i.base),e["--app-shell-navbar-offset"]=B(i.base)),bt(i).forEach(f=>{f!=="base"&&(t[f]=t[f]||{},t[f]["--app-shell-navbar-width"]=B(i[f]),t[f]["--app-shell-navbar-offset"]=B(i[f]))})),(u=r==null?void 0:r.collapsed)!=null&&u.desktop){const f=r.breakpoint;t[f]=t[f]||{},t[f]["--app-shell-navbar-transform"]=a,t[f]["--app-shell-navbar-transform-rtl"]=l,t[f]["--app-shell-navbar-offset"]="0px !important"}if((d=r==null?void 0:r.collapsed)!=null&&d.mobile){const f=uv(r.breakpoint,o.breakpoints)-.1;n[f]=n[f]||{},n[f]["--app-shell-navbar-width"]="100%",n[f]["--app-shell-navbar-offset"]="0px",n[f]["--app-shell-navbar-transform"]=a,n[f]["--app-shell-navbar-transform-rtl"]=l}}function em(e){return Number(e)===0?"0px":Yt(e)}function ZM({padding:e,baseStyles:t,minMediaStyles:n}){au(e)&&(t["--app-shell-padding"]=em(su(e))),lu(e)&&(e.base&&(t["--app-shell-padding"]=em(e.base)),bt(e).forEach(r=>{r!=="base"&&(n[r]=n[r]||{},n[r]["--app-shell-padding"]=em(e[r]))}))}function eO({navbar:e,header:t,footer:n,aside:r,padding:o,theme:i}){const a={},l={},c={};JM({baseStyles:c,minMediaStyles:a,maxMediaStyles:l,navbar:e,theme:i}),KM({baseStyles:c,minMediaStyles:a,maxMediaStyles:l,aside:r,theme:i}),XM({baseStyles:c,minMediaStyles:a,header:t}),YM({baseStyles:c,minMediaStyles:a,footer:n}),ZM({baseStyles:c,minMediaStyles:a,padding:o});const u=mc(bt(a),i.breakpoints).map(h=>({query:`(min-width: ${Od(h.px)})`,styles:a[h.value]})),d=mc(bt(l),i.breakpoints).map(h=>({query:`(max-width: ${Od(h.px)})`,styles:l[h.value]})),f=[...u,...d];return{baseStyles:c,media:f}}function tO({navbar:e,header:t,aside:n,footer:r,padding:o}){const i=At(),a=Li(),{media:l,baseStyles:c}=eO({navbar:e,header:t,footer:r,aside:n,padding:o,theme:i});return s.jsx(Os,{media:l,styles:c,selector:a.cssVariablesSelector})}const nO={},Ny=Y((e,t)=>{const n=W("AppShellNavbar",nO,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,withBorder:u,zIndex:d,mod:f,...h}=n,m=vl();return m.disabled?null:s.jsx(q,{component:"nav",ref:t,mod:[{"with-border":u??m.withBorder},f],...m.getStyles("navbar",{className:o,classNames:r,styles:a,style:i}),...h,__vars:{"--app-shell-navbar-z-index":`calc(${d??m.zIndex} + 1)`}})});Ny.classes=Bi;Ny.displayName="@mantine/core/AppShellNavbar";const rO={},My=Rn((e,t)=>{const n=W("AppShellSection",rO,e),{classNames:r,className:o,style:i,styles:a,vars:l,grow:c,mod:u,...d}=n,f=vl();return s.jsx(q,{ref:t,mod:[{grow:c},u],...f.getStyles("section",{className:o,style:i,classNames:r,styles:a}),...d})});My.classes=Bi;My.displayName="@mantine/core/AppShellSection";function oO({transitionDuration:e,disabled:t}){const[n,r]=p.useState(!0),o=p.useRef(),i=p.useRef();return Cj("resize",()=>{r(!0),clearTimeout(o.current),o.current=window.setTimeout(()=>p.startTransition(()=>{r(!1)}),200)}),dl(()=>{r(!0),clearTimeout(i.current),i.current=window.setTimeout(()=>p.startTransition(()=>{r(!1)}),e||0)},[t,e]),n}const iO={withBorder:!0,offsetScrollbars:!0,padding:0,transitionDuration:200,transitionTimingFunction:"ease",zIndex:Yr("app")},sO=(e,{transitionDuration:t,transitionTimingFunction:n})=>({root:{"--app-shell-transition-duration":`${t}ms`,"--app-shell-transition-timing-function":n}}),Zn=Y((e,t)=>{const n=W("AppShell",iO,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,navbar:u,withBorder:d,padding:f,transitionDuration:h,transitionTimingFunction:m,header:g,zIndex:v,layout:S,disabled:b,aside:x,footer:y,offsetScrollbars:w,mod:C,...j}=n,T=de({name:"AppShell",classes:Bi,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:sO}),E=oO({disabled:b,transitionDuration:h});return s.jsxs(WM,{value:{getStyles:T,withBorder:d,zIndex:v,disabled:b,offsetScrollbars:w},children:[s.jsx(tO,{navbar:u,header:g,aside:x,footer:y,padding:f}),s.jsx(q,{ref:t,...T("root"),mod:[{resizing:E,layout:S,disabled:b},C],...j})]})});Zn.classes=Bi;Zn.displayName="@mantine/core/AppShell";Zn.Navbar=Ny;Zn.Header=Iy;Zn.Main=Ay;Zn.Aside=_y;Zn.Footer=Dy;Zn.Section=My;function HT(e){return typeof e=="string"?{value:e,label:e}:"value"in e&&!("label"in e)?{value:e.value,label:e.value,disabled:e.disabled}:typeof e=="number"?{value:e.toString(),label:e.toString()}:"group"in e?{group:e.group,items:e.items.map(t=>HT(t))}:e}function qT(e){return e?e.map(t=>HT(t)):[]}function GT(e){return e.reduce((t,n)=>"group"in n?{...t,...GT(n.items)}:(t[n.value]=n,t),{})}var tr={dropdown:"m_88b62a41",search:"m_985517d8",options:"m_b2821a6e",option:"m_92253aa5",empty:"m_2530cd1d",header:"m_858f94bd",footer:"m_82b967cb",group:"m_254f3e4f",groupLabel:"m_2bb2e9e5",chevron:"m_2943220b",optionsDropdownOption:"m_390b5f4",optionsDropdownCheckIcon:"m_8ee53fc2"};const aO={error:null},lO=(e,{size:t})=>({chevron:{"--combobox-chevron-size":Me(t,"combobox-chevron-size")}}),yh=Y((e,t)=>{const n=W("ComboboxChevron",aO,e),{size:r,error:o,style:i,className:a,classNames:l,styles:c,unstyled:u,vars:d,mod:f,...h}=n,m=de({name:"ComboboxChevron",classes:tr,props:n,style:i,className:a,classNames:l,styles:c,unstyled:u,vars:d,varsResolver:lO,rootSelector:"chevron"});return s.jsx(q,{component:"svg",...h,...m("chevron"),size:r,viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",mod:["combobox-chevron",{error:o},f],ref:t,children:s.jsx("path",{d:"M4.93179 5.43179C4.75605 5.60753 4.75605 5.89245 4.93179 6.06819C5.10753 6.24392 5.39245 6.24392 5.56819 6.06819L7.49999 4.13638L9.43179 6.06819C9.60753 6.24392 9.89245 6.24392 10.0682 6.06819C10.2439 5.89245 10.2439 5.60753 10.0682 5.43179L7.81819 3.18179C7.73379 3.0974 7.61933 3.04999 7.49999 3.04999C7.38064 3.04999 7.26618 3.0974 7.18179 3.18179L4.93179 5.43179ZM10.0682 9.56819C10.2439 9.39245 10.2439 9.10753 10.0682 8.93179C9.89245 8.75606 9.60753 8.75606 9.43179 8.93179L7.49999 10.8636L5.56819 8.93179C5.39245 8.75606 5.10753 8.75606 4.93179 8.93179C4.75605 9.10753 4.75605 9.39245 4.93179 9.56819L7.18179 11.8182C7.35753 11.9939 7.64245 11.9939 7.81819 11.8182L10.0682 9.56819Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})});yh.classes=tr;yh.displayName="@mantine/core/ComboboxChevron";const[cO,_r]=Fn("Combobox component was not found in tree"),QT=p.forwardRef(({size:e,onMouseDown:t,onClick:n,onClear:r,...o},i)=>s.jsx(Us,{ref:i,size:e||"sm",variant:"transparent",tabIndex:-1,"aria-hidden":!0,...o,onMouseDown:a=>{a.preventDefault(),t==null||t(a)},onClick:a=>{r(),n==null||n(a)}}));QT.displayName="@mantine/core/ComboboxClearButton";const uO={},Oy=Y((e,t)=>{const{classNames:n,styles:r,className:o,style:i,hidden:a,...l}=W("ComboboxDropdown",uO,e),c=_r();return s.jsx(Xr.Dropdown,{...l,ref:t,role:"presentation","data-hidden":a||void 0,...c.getStyles("dropdown",{className:o,style:i,classNames:n,styles:r})})});Oy.classes=tr;Oy.displayName="@mantine/core/ComboboxDropdown";const dO={refProp:"ref"},KT=Y((e,t)=>{const{children:n,refProp:r}=W("ComboboxDropdownTarget",dO,e);if(_r(),!qo(n))throw new Error("Combobox.DropdownTarget component children should be an element or a component that accepts ref. Fragments, strings, numbers and other primitive values are not supported");return s.jsx(Xr.Target,{ref:t,refProp:r,children:n})});KT.displayName="@mantine/core/ComboboxDropdownTarget";const fO={},Ly=Y((e,t)=>{const{classNames:n,className:r,style:o,styles:i,vars:a,...l}=W("ComboboxEmpty",fO,e),c=_r();return s.jsx(q,{ref:t,...c.getStyles("empty",{className:r,classNames:n,styles:i,style:o}),...l})});Ly.classes=tr;Ly.displayName="@mantine/core/ComboboxEmpty";function $y({onKeyDown:e,withKeyboardNavigation:t,withAriaAttributes:n,withExpandedAttribute:r,targetType:o,autoComplete:i}){const a=_r(),[l,c]=p.useState(null),u=f=>{if(e==null||e(f),!a.readOnly&&t){if(f.nativeEvent.isComposing)return;if(f.nativeEvent.code==="ArrowDown"&&(f.preventDefault(),a.store.dropdownOpened?c(a.store.selectNextOption()):(a.store.openDropdown("keyboard"),c(a.store.selectActiveOption()),a.store.updateSelectedOptionIndex("selected",{scrollIntoView:!0}))),f.nativeEvent.code==="ArrowUp"&&(f.preventDefault(),a.store.dropdownOpened?c(a.store.selectPreviousOption()):(a.store.openDropdown("keyboard"),c(a.store.selectActiveOption()),a.store.updateSelectedOptionIndex("selected",{scrollIntoView:!0}))),f.nativeEvent.code==="Enter"||f.nativeEvent.code==="NumpadEnter"){if(f.nativeEvent.keyCode===229)return;const h=a.store.getSelectedOptionIndex();a.store.dropdownOpened&&h!==-1?(f.preventDefault(),a.store.clickSelectedOption()):o==="button"&&(f.preventDefault(),a.store.openDropdown("keyboard"))}f.nativeEvent.code==="Escape"&&a.store.closeDropdown("keyboard"),f.nativeEvent.code==="Space"&&o==="button"&&(f.preventDefault(),a.store.toggleDropdown("keyboard"))}};return{...n?{"aria-haspopup":"listbox","aria-expanded":r&&!!(a.store.listId&&a.store.dropdownOpened)||void 0,"aria-controls":a.store.listId,"aria-activedescendant":a.store.dropdownOpened&&l||void 0,autoComplete:i,"data-expanded":a.store.dropdownOpened||void 0,"data-mantine-stop-propagation":a.store.dropdownOpened||void 0}:{},onKeyDown:u}}const hO={refProp:"ref",targetType:"input",withKeyboardNavigation:!0,withAriaAttributes:!0,withExpandedAttribute:!1,autoComplete:"off"},YT=Y((e,t)=>{const{children:n,refProp:r,withKeyboardNavigation:o,withAriaAttributes:i,withExpandedAttribute:a,targetType:l,autoComplete:c,...u}=W("ComboboxEventsTarget",hO,e);if(!qo(n))throw new Error("Combobox.EventsTarget component children should be an element or a component that accepts ref. Fragments, strings, numbers and other primitive values are not supported");const d=_r(),f=$y({targetType:l,withAriaAttributes:i,withKeyboardNavigation:o,withExpandedAttribute:a,onKeyDown:n.props.onKeyDown,autoComplete:c});return p.cloneElement(n,{...f,...u,[r]:nn(t,d.store.targetRef,Vf(n))})});YT.displayName="@mantine/core/ComboboxEventsTarget";const pO={},Fy=Y((e,t)=>{const{classNames:n,className:r,style:o,styles:i,vars:a,...l}=W("ComboboxFooter",pO,e),c=_r();return s.jsx(q,{ref:t,...c.getStyles("footer",{className:r,classNames:n,style:o,styles:i}),...l,onMouseDown:u=>{u.preventDefault()}})});Fy.classes=tr;Fy.displayName="@mantine/core/ComboboxFooter";const mO={},zy=Y((e,t)=>{const{classNames:n,className:r,style:o,styles:i,vars:a,children:l,label:c,...u}=W("ComboboxGroup",mO,e),d=_r();return s.jsxs(q,{ref:t,...d.getStyles("group",{className:r,classNames:n,style:o,styles:i}),...u,children:[c&&s.jsx("div",{...d.getStyles("groupLabel",{classNames:n,styles:i}),children:c}),l]})});zy.classes=tr;zy.displayName="@mantine/core/ComboboxGroup";const gO={},Uy=Y((e,t)=>{const{classNames:n,className:r,style:o,styles:i,vars:a,...l}=W("ComboboxHeader",gO,e),c=_r();return s.jsx(q,{ref:t,...c.getStyles("header",{className:r,classNames:n,style:o,styles:i}),...l,onMouseDown:u=>{u.preventDefault()}})});Uy.classes=tr;Uy.displayName="@mantine/core/ComboboxHeader";function XT({value:e,valuesDivider:t=",",...n}){return s.jsx("input",{type:"hidden",value:Array.isArray(e)?e.join(t):e||"",...n})}XT.displayName="@mantine/core/ComboboxHiddenInput";const vO={},By=Y((e,t)=>{const n=W("ComboboxOption",vO,e),{classNames:r,className:o,style:i,styles:a,vars:l,onClick:c,id:u,active:d,onMouseDown:f,onMouseOver:h,disabled:m,selected:g,mod:v,...S}=n,b=_r(),x=p.useId(),y=u||x;return s.jsx(q,{...b.getStyles("option",{className:o,classNames:r,styles:a,style:i}),...S,ref:t,id:y,mod:["combobox-option",{"combobox-active":d,"combobox-disabled":m,"combobox-selected":g},v],role:"option",onClick:w=>{var C;m?w.preventDefault():((C=b.onOptionSubmit)==null||C.call(b,n.value,n),c==null||c(w))},onMouseDown:w=>{w.preventDefault(),f==null||f(w)},onMouseOver:w=>{b.resetSelectionOnOptionHover&&b.store.resetSelectedOption(),h==null||h(w)}})});By.classes=tr;By.displayName="@mantine/core/ComboboxOption";const yO={},Vy=Y((e,t)=>{const n=W("ComboboxOptions",yO,e),{classNames:r,className:o,style:i,styles:a,id:l,onMouseDown:c,labelledBy:u,...d}=n,f=_r(),h=zn(l);return p.useEffect(()=>{f.store.setListId(h)},[h]),s.jsx(q,{ref:t,...f.getStyles("options",{className:o,style:i,classNames:r,styles:a}),...d,id:h,role:"listbox","aria-labelledby":u,onMouseDown:m=>{m.preventDefault(),c==null||c(m)}})});Vy.classes=tr;Vy.displayName="@mantine/core/ComboboxOptions";const xO={withAriaAttributes:!0,withKeyboardNavigation:!0},Wy=Y((e,t)=>{const n=W("ComboboxSearch",xO,e),{classNames:r,styles:o,unstyled:i,vars:a,withAriaAttributes:l,onKeyDown:c,withKeyboardNavigation:u,size:d,...f}=n,h=_r(),m=h.getStyles("search"),g=$y({targetType:"input",withAriaAttributes:l,withKeyboardNavigation:u,withExpandedAttribute:!1,onKeyDown:c,autoComplete:"off"});return s.jsx(Lt,{ref:nn(t,h.store.searchRef),classNames:[{input:m.className},r],styles:[{input:m.style},o],size:d||h.size,...g,...f,__staticSelector:"Combobox"})});Wy.classes=tr;Wy.displayName="@mantine/core/ComboboxSearch";const bO={refProp:"ref",targetType:"input",withKeyboardNavigation:!0,withAriaAttributes:!0,withExpandedAttribute:!1,autoComplete:"off"},JT=Y((e,t)=>{const{children:n,refProp:r,withKeyboardNavigation:o,withAriaAttributes:i,withExpandedAttribute:a,targetType:l,autoComplete:c,...u}=W("ComboboxTarget",bO,e);if(!qo(n))throw new Error("Combobox.Target component children should be an element or a component that accepts ref. Fragments, strings, numbers and other primitive values are not supported");const d=_r(),f=$y({targetType:l,withAriaAttributes:i,withKeyboardNavigation:o,withExpandedAttribute:a,onKeyDown:n.props.onKeyDown,autoComplete:c}),h=p.cloneElement(n,{...f,...u});return s.jsx(Xr.Target,{ref:nn(t,d.store.targetRef),children:h})});JT.displayName="@mantine/core/ComboboxTarget";function wO(e,t,n){for(let r=e-1;r>=0;r-=1)if(!t[r].hasAttribute("data-combobox-disabled"))return r;if(n){for(let r=t.length-1;r>-1;r-=1)if(!t[r].hasAttribute("data-combobox-disabled"))return r}return e}function SO(e,t,n){for(let r=e+1;r<t.length;r+=1)if(!t[r].hasAttribute("data-combobox-disabled"))return r;if(n){for(let r=0;r<t.length;r+=1)if(!t[r].hasAttribute("data-combobox-disabled"))return r}return e}function jO(e){for(let t=0;t<e.length;t+=1)if(!e[t].hasAttribute("data-combobox-disabled"))return t;return-1}function cu({defaultOpened:e,opened:t,onOpenedChange:n,onDropdownClose:r,onDropdownOpen:o,loop:i=!0,scrollBehavior:a="instant"}={}){const[l,c]=xn({value:t,defaultValue:e,finalValue:!1,onChange:n}),u=p.useRef(null),d=p.useRef(-1),f=p.useRef(null),h=p.useRef(null),m=p.useRef(-1),g=p.useRef(-1),v=p.useRef(-1),S=p.useCallback((D="unknown")=>{l||(c(!0),o==null||o(D))},[c,o,l]),b=p.useCallback((D="unknown")=>{l&&(c(!1),r==null||r(D))},[c,r,l]),x=p.useCallback((D="unknown")=>{l?b(D):S(D)},[b,S,l]),y=p.useCallback(()=>{const D=document.querySelector(`#${u.current} [data-combobox-selected]`);D==null||D.removeAttribute("data-combobox-selected"),D==null||D.removeAttribute("aria-selected")},[]),w=p.useCallback(D=>{const k=document.getElementById(u.current),P=k==null?void 0:k.querySelectorAll("[data-combobox-option]");if(!P)return null;const I=D>=P.length?0:D<0?P.length-1:D;return d.current=I,P!=null&&P[I]&&!P[I].hasAttribute("data-combobox-disabled")?(y(),P[I].setAttribute("data-combobox-selected","true"),P[I].setAttribute("aria-selected","true"),P[I].scrollIntoView({block:"nearest",behavior:a}),P[I].id):null},[a,y]),C=p.useCallback(()=>{const D=document.querySelector(`#${u.current} [data-combobox-active]`);if(D){const k=document.querySelectorAll(`#${u.current} [data-combobox-option]`),P=Array.from(k).findIndex(I=>I===D);return w(P)}return w(0)},[w]),j=p.useCallback(()=>w(SO(d.current,document.querySelectorAll(`#${u.current} [data-combobox-option]`),i)),[w,i]),T=p.useCallback(()=>w(wO(d.current,document.querySelectorAll(`#${u.current} [data-combobox-option]`),i)),[w,i]),E=p.useCallback(()=>w(jO(document.querySelectorAll(`#${u.current} [data-combobox-option]`))),[w]),R=p.useCallback((D="selected",k)=>{v.current=window.setTimeout(()=>{var L;const P=document.querySelectorAll(`#${u.current} [data-combobox-option]`),I=Array.from(P).findIndex($=>$.hasAttribute(`data-combobox-${D}`));d.current=I,k!=null&&k.scrollIntoView&&((L=P[I])==null||L.scrollIntoView({block:"nearest",behavior:a}))},0)},[]),_=p.useCallback(()=>{d.current=-1,y()},[y]),N=p.useCallback(()=>{const D=document.querySelectorAll(`#${u.current} [data-combobox-option]`),k=D==null?void 0:D[d.current];k==null||k.click()},[]),O=p.useCallback(D=>{u.current=D},[]),F=p.useCallback(()=>{m.current=window.setTimeout(()=>f.current.focus(),0)},[]),z=p.useCallback(()=>{g.current=window.setTimeout(()=>h.current.focus(),0)},[]),H=p.useCallback(()=>d.current,[]);return p.useEffect(()=>()=>{window.clearTimeout(m.current),window.clearTimeout(g.current),window.clearTimeout(v.current)},[]),{dropdownOpened:l,openDropdown:S,closeDropdown:b,toggleDropdown:x,selectedOptionIndex:d.current,getSelectedOptionIndex:H,selectOption:w,selectFirstOption:E,selectActiveOption:C,selectNextOption:j,selectPreviousOption:T,resetSelectedOption:_,updateSelectedOptionIndex:R,listId:u.current,setListId:O,clickSelectedOption:N,searchRef:f,focusSearchInput:F,targetRef:h,focusTarget:z}}const CO={keepMounted:!0,withinPortal:!0,resetSelectionOnOptionHover:!1,width:"target",transitionProps:{transition:"fade",duration:0}},EO=(e,{size:t,dropdownPadding:n})=>({options:{"--combobox-option-fz":hn(t),"--combobox-option-padding":Me(t,"combobox-option-padding")},dropdown:{"--combobox-padding":n===void 0?void 0:B(n),"--combobox-option-fz":hn(t),"--combobox-option-padding":Me(t,"combobox-option-padding")}});function Le(e){const t=W("Combobox",CO,e),{classNames:n,styles:r,unstyled:o,children:i,store:a,vars:l,onOptionSubmit:c,onClose:u,size:d,dropdownPadding:f,resetSelectionOnOptionHover:h,__staticSelector:m,readOnly:g,...v}=t,S=cu(),b=a||S,x=de({name:m||"Combobox",classes:tr,props:t,classNames:n,styles:r,unstyled:o,vars:l,varsResolver:EO}),y=()=>{u==null||u(),b.closeDropdown()};return s.jsx(cO,{value:{getStyles:x,store:b,onOptionSubmit:c,size:d,resetSelectionOnOptionHover:h,readOnly:g},children:s.jsx(Xr,{opened:b.dropdownOpened,...v,onChange:w=>!w&&y(),withRoles:!1,unstyled:o,children:i})})}const TO=e=>e;Le.extend=TO;Le.classes=tr;Le.displayName="@mantine/core/Combobox";Le.Target=JT;Le.Dropdown=Oy;Le.Options=Vy;Le.Option=By;Le.Search=Wy;Le.Empty=Ly;Le.Chevron=yh;Le.Footer=Fy;Le.Header=Uy;Le.EventsTarget=YT;Le.DropdownTarget=KT;Le.Group=zy;Le.ClearButton=QT;Le.HiddenInput=XT;var ZT={root:"m_5f75b09e",body:"m_5f6e695e",labelWrapper:"m_d3ea56bb",label:"m_8ee546b8",description:"m_328f68c0",error:"m_8e8a99cc"};const eP=ZT,xh=p.forwardRef(({__staticSelector:e,__stylesApiProps:t,className:n,classNames:r,styles:o,unstyled:i,children:a,label:l,description:c,id:u,disabled:d,error:f,size:h,labelPosition:m="left",bodyElement:g="div",labelElement:v="label",variant:S,style:b,vars:x,mod:y,...w},C)=>{const j=de({name:e,props:t,className:n,style:b,classes:ZT,classNames:r,styles:o,unstyled:i});return s.jsx(q,{...j("root"),ref:C,__vars:{"--label-fz":hn(h),"--label-lh":Me(h,"label-lh")},mod:[{"label-position":m},y],variant:S,size:h,...w,children:s.jsxs(q,{component:g,htmlFor:g==="label"?u:void 0,...j("body"),children:[a,s.jsxs("div",{...j("labelWrapper"),"data-disabled":d||void 0,children:[l&&s.jsx(q,{component:v,htmlFor:v==="label"?u:void 0,...j("label"),"data-disabled":d||void 0,children:l}),c&&s.jsx(Lt.Description,{size:h,__inheritStyles:!1,...j("description"),children:c}),f&&typeof f!="boolean"&&s.jsx(Lt.Error,{size:h,__inheritStyles:!1,...j("error"),children:f})]})]})})});xh.displayName="@mantine/core/InlineInput";const tP=p.createContext(null),PO=tP.Provider,nP=()=>p.useContext(tP),[kO,RO]=Ns();var rP={card:"m_26775b0a"};const _O={withBorder:!0},DO=(e,{radius:t})=>({card:{"--card-radius":dt(t)}}),Hy=Y((e,t)=>{const n=W("CheckboxCard",_O,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,checked:u,mod:d,withBorder:f,value:h,onClick:m,...g}=n,v=de({name:"CheckboxCard",classes:rP,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:DO,rootSelector:"card"}),S=nP(),b=typeof u=="boolean"?u:(S==null?void 0:S.value.includes(h||""))||!1;return s.jsx(kO,{value:{checked:b},children:s.jsx(wn,{ref:t,mod:[{"with-border":f,checked:b},d],...v("card"),...g,role:"checkbox","aria-checked":b,onClick:x=>{m==null||m(x),S==null||S.onChange(h||"")}})})});Hy.displayName="@mantine/core/CheckboxCard";Hy.classes=rP;function qy({children:e,role:t}){const n=gl();return n?s.jsx("div",{role:t,"aria-labelledby":n.labelId,"aria-describedby":n.describedBy,children:e}):s.jsx(s.Fragment,{children:e})}const IO={},Gy=Y((e,t)=>{const{value:n,defaultValue:r,onChange:o,size:i,wrapperProps:a,children:l,readOnly:c,...u}=W("CheckboxGroup",IO,e),[d,f]=xn({value:n,defaultValue:r,finalValue:[],onChange:o}),h=m=>{const g=typeof m=="string"?m:m.currentTarget.value;!c&&f(d.includes(g)?d.filter(v=>v!==g):[...d,g])};return s.jsx(PO,{value:{value:d,onChange:h,size:i},children:s.jsx(Lt.Wrapper,{size:i,ref:t,...a,...u,labelElement:"div",__staticSelector:"CheckboxGroup",children:s.jsx(qy,{role:"group",children:l})})})});Gy.classes=Lt.Wrapper.classes;Gy.displayName="@mantine/core/CheckboxGroup";function bh({size:e,style:t,...n}){const r=e!==void 0?{width:B(e),height:B(e),...t}:t;return s.jsx("svg",{viewBox:"0 0 10 7",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:r,"aria-hidden":!0,...n,children:s.jsx("path",{d:"M4 4.586L1.707 2.293A1 1 0 1 0 .293 3.707l3 3a.997.997 0 0 0 1.414 0l5-5A1 1 0 1 0 8.293.293L4 4.586z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})}function oP({indeterminate:e,...t}){return e?s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 6","aria-hidden":!0,...t,children:s.jsx("rect",{width:"32",height:"6",fill:"currentColor",rx:"3"})}):s.jsx(bh,{...t})}var iP={indicator:"m_5e5256ee",icon:"m_1b1c543a","indicator--outline":"m_76e20374"};const AO={icon:oP},NO=(e,{radius:t,color:n,size:r,iconColor:o,variant:i,autoContrast:a})=>{const l=Sr({color:n||e.primaryColor,theme:e}),c=l.isThemeColor&&l.shade===void 0?`var(--mantine-color-${l.color}-outline)`:l.color;return{indicator:{"--checkbox-size":Me(r,"checkbox-size"),"--checkbox-radius":t===void 0?void 0:dt(t),"--checkbox-color":i==="outline"?c:ut(n,e),"--checkbox-icon-color":o?ut(o,e):Ms(a,e)?Go({color:n,theme:e,autoContrast:a}):void 0}}},Qy=Y((e,t)=>{const n=W("CheckboxIndicator",AO,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,icon:u,indeterminate:d,radius:f,color:h,iconColor:m,autoContrast:g,checked:v,mod:S,variant:b,disabled:x,...y}=n,w=u,C=de({name:"CheckboxIndicator",classes:iP,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:NO,rootSelector:"indicator"}),j=RO(),T=typeof v=="boolean"||typeof d=="boolean"?v||d:(j==null?void 0:j.checked)||!1;return s.jsx(q,{ref:t,...C("indicator",{variant:b}),variant:b,mod:[{checked:T,disabled:x},S],...y,children:s.jsx(w,{indeterminate:d,...C("icon")})})});Qy.displayName="@mantine/core/CheckboxIndicator";Qy.classes=iP;var sP={root:"m_bf2d988c",inner:"m_26062bec",input:"m_26063560",icon:"m_bf295423","input--outline":"m_215c4542"};const MO={labelPosition:"right",icon:oP},OO=(e,{radius:t,color:n,size:r,iconColor:o,variant:i,autoContrast:a})=>{const l=Sr({color:n||e.primaryColor,theme:e}),c=l.isThemeColor&&l.shade===void 0?`var(--mantine-color-${l.color}-outline)`:l.color;return{root:{"--checkbox-size":Me(r,"checkbox-size"),"--checkbox-radius":t===void 0?void 0:dt(t),"--checkbox-color":i==="outline"?c:ut(n,e),"--checkbox-icon-color":o?ut(o,e):Ms(a,e)?Go({color:n,theme:e,autoContrast:a}):void 0}}},kn=Y((e,t)=>{const n=W("Checkbox",MO,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,color:u,label:d,id:f,size:h,radius:m,wrapperProps:g,checked:v,labelPosition:S,description:b,error:x,disabled:y,variant:w,indeterminate:C,icon:j,rootRef:T,iconColor:E,onChange:R,autoContrast:_,mod:N,...O}=n,F=nP(),z=h||(F==null?void 0:F.size),H=j,D=de({name:"Checkbox",props:n,classes:sP,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:OO}),{styleProps:k,rest:P}=Qo(O),I=zn(f),L=F?{checked:F.value.includes(P.value),onChange:$=>{F.onChange($),R==null||R($)}}:{};return s.jsx(xh,{...D("root"),__staticSelector:"Checkbox",__stylesApiProps:n,id:I,size:z,labelPosition:S,label:d,description:b,error:x,disabled:y,classNames:r,styles:a,unstyled:l,"data-checked":L.checked||v||void 0,variant:w,ref:T,mod:N,...k,...g,children:s.jsxs(q,{...D("inner"),mod:{"data-label-position":S},children:[s.jsx(q,{component:"input",id:I,ref:t,checked:v,disabled:y,mod:{error:!!x,indeterminate:C},...D("input",{focusable:!0,variant:w}),onChange:R,...P,...L,type:"checkbox"}),s.jsx(H,{indeterminate:C,...D("icon")})]})})});kn.classes={...sP,...eP};kn.displayName="@mantine/core/Checkbox";kn.Group=Gy;kn.Indicator=Qy;kn.Card=Hy;function nl(e){return"group"in e}function aP({options:e,search:t,limit:n}){const r=t.trim().toLowerCase(),o=[];for(let i=0;i<e.length;i+=1){const a=e[i];if(o.length===n)return o;nl(a)&&o.push({group:a.group,items:aP({options:a.items,search:t,limit:n-o.length})}),nl(a)||a.label.toLowerCase().includes(r)&&o.push(a)}return o}function LO(e){if(e.length===0)return!0;for(const t of e)if(!("group"in t)||t.items.length>0)return!1;return!0}function lP(e,t=new Set){if(Array.isArray(e))for(const n of e)if(nl(n))lP(n.items,t);else{if(typeof n.value>"u")throw new Error("[@mantine/core] Each option must have value property");if(typeof n.value!="string")throw new Error(`[@mantine/core] Option value must be a string, other data formats are not supported, got ${typeof n.value}`);if(t.has(n.value))throw new Error(`[@mantine/core] Duplicate options are not supported. Option with value "${n.value}" was provided more than once`);t.add(n.value)}}function $O(e,t){return Array.isArray(e)?e.includes(t):e===t}function cP({data:e,withCheckIcon:t,value:n,checkIconPosition:r,unstyled:o,renderOption:i}){if(!nl(e)){const l=$O(n,e.value),c=t&&l&&s.jsx(bh,{className:tr.optionsDropdownCheckIcon}),u=s.jsxs(s.Fragment,{children:[r==="left"&&c,s.jsx("span",{children:e.label}),r==="right"&&c]});return s.jsx(Le.Option,{value:e.value,disabled:e.disabled,className:rt({[tr.optionsDropdownOption]:!o}),"data-reverse":r==="right"||void 0,"data-checked":l||void 0,"aria-selected":l,active:l,children:typeof i=="function"?i({option:e,checked:l}):u})}const a=e.items.map(l=>s.jsx(cP,{data:l,value:n,unstyled:o,withCheckIcon:t,checkIconPosition:r,renderOption:i},l.value));return s.jsx(Le.Group,{label:e.group,children:a})}function FO({data:e,hidden:t,hiddenWhenEmpty:n,filter:r,search:o,limit:i,maxDropdownHeight:a,withScrollArea:l=!0,filterOptions:c=!0,withCheckIcon:u=!1,value:d,checkIconPosition:f,nothingFoundMessage:h,unstyled:m,labelId:g,renderOption:v,scrollAreaProps:S,"aria-label":b}){lP(e);const y=typeof o=="string"?(r||aP)({options:e,search:c?o:"",limit:i??1/0}):e,w=LO(y),C=y.map(j=>s.jsx(cP,{data:j,withCheckIcon:u,value:d,checkIconPosition:f,unstyled:m,renderOption:v},nl(j)?j.group:j.value));return s.jsx(Le.Dropdown,{hidden:t||n&&w,children:s.jsxs(Le.Options,{labelledBy:g,"aria-label":b,children:[l?s.jsx(kr.Autosize,{mah:a??220,type:"scroll",scrollbarSize:"var(--combobox-padding)",offsetScrollbars:"y",...S,children:C}):C,w&&h&&s.jsx(Le.Empty,{children:h})]})})}const uP=p.createContext(null),zO=uP.Provider;function UO(){return{withinGroup:!!p.useContext(uP)}}var wh={group:"m_11def92b",root:"m_f85678b6",image:"m_11f8ac07",placeholder:"m_104cd71f"};const BO={},VO=(e,{spacing:t})=>({group:{"--ag-spacing":Yt(t)}}),Ky=Y((e,t)=>{const n=W("AvatarGroup",BO,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,spacing:u,...d}=n,f=de({name:"AvatarGroup",classes:wh,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:VO,rootSelector:"group"});return s.jsx(zO,{value:!0,children:s.jsx(q,{ref:t,...f("group"),...d})})});Ky.classes=wh;Ky.displayName="@mantine/core/AvatarGroup";function WO(e){return s.jsx("svg",{...e,"data-avatar-placeholder-icon":!0,viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:s.jsx("path",{d:"M0.877014 7.49988C0.877014 3.84219 3.84216 0.877045 7.49985 0.877045C11.1575 0.877045 14.1227 3.84219 14.1227 7.49988C14.1227 11.1575 11.1575 14.1227 7.49985 14.1227C3.84216 14.1227 0.877014 11.1575 0.877014 7.49988ZM7.49985 1.82704C4.36683 1.82704 1.82701 4.36686 1.82701 7.49988C1.82701 8.97196 2.38774 10.3131 3.30727 11.3213C4.19074 9.94119 5.73818 9.02499 7.50023 9.02499C9.26206 9.02499 10.8093 9.94097 11.6929 11.3208C12.6121 10.3127 13.1727 8.97172 13.1727 7.49988C13.1727 4.36686 10.6328 1.82704 7.49985 1.82704ZM10.9818 11.9787C10.2839 10.7795 8.9857 9.97499 7.50023 9.97499C6.01458 9.97499 4.71624 10.7797 4.01845 11.9791C4.97952 12.7272 6.18765 13.1727 7.49985 13.1727C8.81227 13.1727 10.0206 12.727 10.9818 11.9787ZM5.14999 6.50487C5.14999 5.207 6.20212 4.15487 7.49999 4.15487C8.79786 4.15487 9.84999 5.207 9.84999 6.50487C9.84999 7.80274 8.79786 8.85487 7.49999 8.85487C6.20212 8.85487 5.14999 7.80274 5.14999 6.50487ZM7.49999 5.10487C6.72679 5.10487 6.09999 5.73167 6.09999 6.50487C6.09999 7.27807 6.72679 7.90487 7.49999 7.90487C8.27319 7.90487 8.89999 7.27807 8.89999 6.50487C8.89999 5.73167 8.27319 5.10487 7.49999 5.10487Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})}function dP(e,t=2){const n=e.split(" ");return n.length===1?e.slice(0,t).toUpperCase():n.map(r=>r[0]).slice(0,t).join("").toUpperCase()}function HO(e){let t=0;for(let n=0;n<e.length;n+=1){const r=e.charCodeAt(n);t=(t<<5)-t+r,t|=0}return t}const qO=["blue","cyan","grape","green","indigo","lime","orange","pink","red","teal","violet"];function GO(e,t=qO){const n=HO(dP(e)),r=Math.abs(n)%t.length;return t[r]}const QO={},KO=(e,{size:t,radius:n,variant:r,gradient:o,color:i,autoContrast:a,name:l,allowedInitialsColors:c})=>{const u=i==="initials"&&typeof l=="string"?GO(l,c):i,d=e.variantColorResolver({color:u||"gray",theme:e,gradient:o,variant:r||"light",autoContrast:a});return{root:{"--avatar-size":Me(t,"avatar-size"),"--avatar-radius":n===void 0?void 0:dt(n),"--avatar-bg":u||r?d.background:void 0,"--avatar-color":u||r?d.color:void 0,"--avatar-bd":u||r?d.border:void 0}}},Es=Rn((e,t)=>{const n=W("Avatar",QO,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,src:u,alt:d,radius:f,color:h,gradient:m,imageProps:g,children:v,autoContrast:S,mod:b,name:x,allowedInitialsColors:y,...w}=n,C=UO(),[j,T]=p.useState(!u),E=de({name:"Avatar",props:n,classes:wh,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:KO});return p.useEffect(()=>T(!u),[u]),s.jsx(q,{...E("root"),mod:[{"within-group":C.withinGroup},b],ref:t,...w,children:j?s.jsx("span",{...E("placeholder"),title:d,children:v||typeof x=="string"&&dP(x)||s.jsx(WO,{})}):s.jsx("img",{...g,...E("image"),src:u,alt:d,onError:R=>{var _;T(!0),(_=g==null?void 0:g.onError)==null||_.call(g,R)}})})});Es.classes=wh;Es.displayName="@mantine/core/Avatar";Es.Group=Ky;var fP={root:"m_347db0ec","root--dot":"m_fbd81e3d",label:"m_5add502a",section:"m_91fdda9b"};const YO={},XO=(e,{radius:t,color:n,gradient:r,variant:o,size:i,autoContrast:a})=>{const l=e.variantColorResolver({color:n||e.primaryColor,theme:e,gradient:r,variant:o||"filled",autoContrast:a});return{root:{"--badge-height":Me(i,"badge-height"),"--badge-padding-x":Me(i,"badge-padding-x"),"--badge-fz":Me(i,"badge-fz"),"--badge-radius":t===void 0?void 0:dt(t),"--badge-bg":n||o?l.background:void 0,"--badge-color":n||o?l.color:void 0,"--badge-bd":n||o?l.border:void 0,"--badge-dot-color":o==="dot"?ut(n,e):void 0}}},uu=Rn((e,t)=>{const n=W("Badge",YO,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,radius:u,color:d,gradient:f,leftSection:h,rightSection:m,children:g,variant:v,fullWidth:S,autoContrast:b,circle:x,mod:y,...w}=n,C=de({name:"Badge",props:n,classes:fP,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:XO});return s.jsxs(q,{variant:v,mod:[{block:S,circle:x,"with-right-section":!!m,"with-left-section":!!h},y],...C("root",{variant:v}),ref:t,...w,children:[h&&s.jsx("span",{...C("section"),"data-position":"left",children:h}),s.jsx("span",{...C("label"),children:g}),m&&s.jsx("span",{...C("section"),"data-position":"right",children:m})]})});uu.classes=fP;uu.displayName="@mantine/core/Badge";var hP={root:"m_ddec01c0",icon:"m_dde7bd57",cite:"m_dde51a35"};const JO={iconSize:48},ZO=(e,{color:t,iconSize:n,radius:r})=>{const o=Sr({color:t||e.primaryColor,theme:e,colorScheme:"dark"}),i=Sr({color:t||e.primaryColor,theme:e,colorScheme:"light"});return{root:{"--bq-bg-light":gr(i.value,.07),"--bq-bg-dark":gr(o.value,.06),"--bq-bd":ut(t,e),"--bq-icon-size":B(n),"--bq-radius":dt(r)}}},Yy=Y((e,t)=>{const n=W("Blockquote",JO,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,children:u,icon:d,iconSize:f,cite:h,...m}=n,g=de({name:"Blockquote",classes:hP,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:ZO});return s.jsxs(q,{component:"blockquote",ref:t,...g("root"),...m,children:[d&&s.jsx("span",{...g("icon"),children:d}),u,h&&s.jsx("cite",{...g("cite"),children:h})]})});Yy.classes=hP;Yy.displayName="@mantine/core/Blockquote";var Sh={root:"m_77c9d27d",inner:"m_80f1301b",label:"m_811560b9",section:"m_a74036a",loader:"m_a25b86ee",group:"m_80d6d844"};const Lb={orientation:"horizontal"},e5=(e,{borderWidth:t})=>({group:{"--button-border-width":B(t)}}),Xy=Y((e,t)=>{const n=W("ButtonGroup",Lb,e),{className:r,style:o,classNames:i,styles:a,unstyled:l,orientation:c,vars:u,borderWidth:d,variant:f,mod:h,...m}=W("ButtonGroup",Lb,e),g=de({name:"ButtonGroup",props:n,classes:Sh,className:r,style:o,classNames:i,styles:a,unstyled:l,vars:u,varsResolver:e5,rootSelector:"group"});return s.jsx(q,{...g("group"),ref:t,variant:f,mod:[{"data-orientation":c},h],role:"group",...m})});Xy.classes=Sh;Xy.displayName="@mantine/core/ButtonGroup";const t5={in:{opacity:1,transform:`translate(-50%, calc(-50% + ${B(1)}))`},out:{opacity:0,transform:"translate(-50%, -200%)"},common:{transformOrigin:"center"},transitionProperty:"transform, opacity"},n5={},r5=(e,{radius:t,color:n,gradient:r,variant:o,size:i,justify:a,autoContrast:l})=>{const c=e.variantColorResolver({color:n||e.primaryColor,theme:e,gradient:r,variant:o||"filled",autoContrast:l});return{root:{"--button-justify":a,"--button-height":Me(i,"button-height"),"--button-padding-x":Me(i,"button-padding-x"),"--button-fz":i!=null&&i.includes("compact")?hn(i.replace("compact-","")):hn(i),"--button-radius":t===void 0?void 0:dt(t),"--button-bg":n||o?c.background:void 0,"--button-hover":n||o?c.hover:void 0,"--button-color":c.color,"--button-bd":n||o?c.border:void 0,"--button-hover-color":n||o?c.hoverColor:void 0}}},ie=Rn((e,t)=>{const n=W("Button",n5,e),{style:r,vars:o,className:i,color:a,disabled:l,children:c,leftSection:u,rightSection:d,fullWidth:f,variant:h,radius:m,loading:g,loaderProps:v,gradient:S,classNames:b,styles:x,unstyled:y,"data-disabled":w,autoContrast:C,mod:j,...T}=n,E=de({name:"Button",props:n,classes:Sh,className:i,style:r,classNames:b,styles:x,unstyled:y,vars:o,varsResolver:r5}),R=!!u,_=!!d;return s.jsxs(wn,{ref:t,...E("root",{active:!l&&!g&&!w}),unstyled:y,variant:h,disabled:l||g,mod:[{disabled:l||w,loading:g,block:f,"with-left-section":R,"with-right-section":_},j],...T,children:[s.jsx(Yo,{mounted:!!g,transition:t5,duration:150,children:N=>s.jsx(q,{component:"span",...E("loader",{style:N}),"aria-hidden":!0,children:s.jsx(er,{color:"var(--button-color)",size:"calc(var(--button-height) / 1.8)",...v})})}),s.jsxs("span",{...E("inner"),children:[u&&s.jsx(q,{component:"span",...E("section"),mod:{position:"left"},children:u}),s.jsx(q,{component:"span",mod:{loading:g},...E("label"),children:c}),d&&s.jsx(q,{component:"span",...E("section"),mod:{position:"right"},children:d})]})]})});ie.classes=Sh;ie.displayName="@mantine/core/Button";ie.Group=Xy;var pP={root:"m_4451eb3a"};const o5={},vn=Rn((e,t)=>{const n=W("Center",o5,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,inline:u,mod:d,...f}=n,h=de({name:"Center",props:n,classes:pP,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c});return s.jsx(q,{ref:t,mod:[{inline:u},d],...h("root"),...f})});vn.classes=pP;vn.displayName="@mantine/core/Center";const[i5,s5]=Ns(),a5={};function mP(e){const{value:t,defaultValue:n,onChange:r,multiple:o,children:i}=W("ChipGroup",a5,e),[a,l]=xn({value:t,defaultValue:n,finalValue:o?[]:null,onChange:r}),c=d=>Array.isArray(a)?a.includes(d):d===a,u=d=>{const f=d.currentTarget.value;Array.isArray(a)?l(a.includes(f)?a.filter(h=>h!==f):[...a,f]):l(f)};return s.jsx(i5,{value:{isChipSelected:c,onChange:u,multiple:o},children:i})}mP.displayName="@mantine/core/ChipGroup";var gP={root:"m_f59ffda3",label:"m_be049a53","label--outline":"m_3904c1af","label--filled":"m_fa109255","label--light":"m_f7e165c3",iconWrapper:"m_9ac86df9",checkIcon:"m_d6d72580",input:"m_bde07329"};const l5={type:"checkbox"},c5=(e,{size:t,radius:n,variant:r,color:o,autoContrast:i})=>{const a=e.variantColorResolver({color:o||e.primaryColor,theme:e,variant:r||"filled",autoContrast:i});return{root:{"--chip-fz":hn(t),"--chip-size":Me(t,"chip-size"),"--chip-radius":n===void 0?void 0:dt(n),"--chip-checked-padding":Me(t,"chip-checked-padding"),"--chip-padding":Me(t,"chip-padding"),"--chip-icon-size":Me(t,"chip-icon-size"),"--chip-bg":o||r?a.background:void 0,"--chip-hover":o||r?a.hover:void 0,"--chip-color":o||r?a.color:void 0,"--chip-bd":o||r?a.border:void 0,"--chip-spacing":Me(t,"chip-spacing")}}},Oc=Y((e,t)=>{const n=W("Chip",l5,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,id:u,checked:d,defaultChecked:f,onChange:h,value:m,wrapperProps:g,type:v,disabled:S,children:b,size:x,variant:y,icon:w,rootRef:C,autoContrast:j,mod:T,...E}=n,R=de({name:"Chip",classes:gP,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:c5}),_=s5(),N=zn(u),{styleProps:O,rest:F}=Qo(E),[z,H]=xn({value:d,defaultValue:f,finalValue:!1,onChange:h}),D=_?{checked:_.isChipSelected(m),onChange:P=>{_.onChange(P),h==null||h(P.currentTarget.checked)},type:_.multiple?"checkbox":"radio"}:{},k=D.checked||z;return s.jsxs(q,{size:x,variant:y,ref:C,mod:T,...R("root"),...O,...g,children:[s.jsx("input",{type:v,...R("input"),checked:k,onChange:P=>H(P.currentTarget.checked),id:N,disabled:S,ref:t,value:m,...D,...F}),s.jsxs("label",{htmlFor:N,"data-checked":k||void 0,"data-disabled":S||void 0,...R("label",{variant:y||"filled"}),children:[k&&s.jsx("span",{...R("iconWrapper"),children:w||s.jsx(bh,{...R("checkIcon")})}),s.jsx("span",{children:b})]})]})});Oc.classes=gP;Oc.displayName="@mantine/core/Chip";Oc.Group=mP;var vP={root:"m_b183c0a2"};const u5={},d5=(e,{color:t})=>({root:{"--code-bg":t?ut(t,e):void 0}}),Jy=Y((e,t)=>{const n=W("Code",u5,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,color:u,block:d,variant:f,mod:h,...m}=n,g=de({name:"Code",props:n,classes:vP,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:d5});return s.jsx(q,{component:d?"pre":"code",variant:f,ref:t,mod:[{block:d},h],...g("root"),...m,dir:"ltr"})});Jy.classes=vP;Jy.displayName="@mantine/core/Code";var yP={root:"m_7485cace"};const f5={},h5=(e,{size:t,fluid:n})=>({root:{"--container-size":n?void 0:Me(t,"container-size")}}),Zy=Y((e,t)=>{const n=W("Container",f5,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,fluid:u,mod:d,...f}=n,h=de({name:"Container",classes:yP,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:h5});return s.jsx(q,{ref:t,mod:[{fluid:u},d],...h("root"),...f})});Zy.classes=yP;Zy.displayName="@mantine/core/Container";const p5={timeout:1e3};function xP(e){const{children:t,timeout:n,value:r,...o}=W("CopyButton",p5,e),i=yj({timeout:n}),a=()=>i.copy(r);return s.jsx(s.Fragment,{children:t({copy:a,copied:i.copied,...o})})}xP.displayName="@mantine/core/CopyButton";var bP={root:"m_3eebeb36",label:"m_9e365f20"};const m5={orientation:"horizontal"},g5=(e,{color:t,variant:n,size:r})=>({root:{"--divider-color":t?ut(t,e):void 0,"--divider-border-style":n,"--divider-size":Me(r,"divider-size")}}),ln=Y((e,t)=>{const n=W("Divider",m5,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,color:u,orientation:d,label:f,labelPosition:h,mod:m,...g}=n,v=de({name:"Divider",classes:bP,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:g5});return s.jsx(q,{ref:t,mod:[{orientation:d,"with-label":!!f},m],...v("root"),...g,role:"separator",children:f&&s.jsx(q,{component:"span",mod:{position:h},...v("label"),children:f})})});ln.classes=bP;ln.displayName="@mantine/core/Divider";function v5({open:e,close:t,openDelay:n,closeDelay:r}){const o=p.useRef(-1),i=p.useRef(-1),a=()=>{window.clearTimeout(o.current),window.clearTimeout(i.current)},l=()=>{a(),n===0||n===void 0?e():o.current=window.setTimeout(e,n)},c=()=>{a(),r===0||r===void 0?t():i.current=window.setTimeout(t,r)};return p.useEffect(()=>a,[]),{openDropdown:l,closeDropdown:c}}const[$b,wP]=Fn("Grid component was not found in tree"),Tg=(e,t)=>e==="content"?"auto":e==="auto"?"0rem":e?`${100/(t/e)}%`:void 0,Fb=(e,t,n)=>n||e==="auto"?"100%":e==="content"?"unset":Tg(e,t),zb=(e,t)=>{if(e)return e==="auto"||t?"1":"auto"},Ub=(e,t)=>e===0?"0":e?`${100/(t/e)}%`:void 0;function y5({span:e,order:t,offset:n,selector:r}){var m;const o=At(),i=wP(),a=i.breakpoints||o.breakpoints,c=zr(e)===void 0?12:zr(e),u=Oi({"--col-order":(m=zr(t))==null?void 0:m.toString(),"--col-flex-grow":zb(c,i.grow),"--col-flex-basis":Tg(c,i.columns),"--col-width":c==="content"?"auto":void 0,"--col-max-width":Fb(c,i.columns,i.grow),"--col-offset":Ub(zr(n),i.columns)}),d=bt(a).reduce((g,v)=>{var S;return g[v]||(g[v]={}),typeof t=="object"&&t[v]!==void 0&&(g[v]["--col-order"]=(S=t[v])==null?void 0:S.toString()),typeof e=="object"&&e[v]!==void 0&&(g[v]["--col-flex-grow"]=zb(e[v],i.grow),g[v]["--col-flex-basis"]=Tg(e[v],i.columns),g[v]["--col-width"]=e[v]==="content"?"auto":void 0,g[v]["--col-max-width"]=Fb(e[v],i.columns,i.grow)),typeof n=="object"&&n[v]!==void 0&&(g[v]["--col-offset"]=Ub(n[v],i.columns)),g},{}),h=mc(bt(d),a).filter(g=>bt(d[g.value]).length>0).map(g=>({query:i.type==="container"?`mantine-grid (min-width: ${a[g.value]})`:`(min-width: ${a[g.value]})`,styles:d[g.value]}));return s.jsx(Os,{styles:u,media:i.type==="container"?void 0:h,container:i.type==="container"?h:void 0,selector:r})}var ex={container:"m_8478a6da",root:"m_410352e9",inner:"m_dee7bd2f",col:"m_96bdd299"};const x5={span:12},tx=Y((e,t)=>{const n=W("GridCol",x5,e),{classNames:r,className:o,style:i,styles:a,vars:l,span:c,order:u,offset:d,...f}=n,h=wP(),m=Jc();return s.jsxs(s.Fragment,{children:[s.jsx(y5,{selector:`.${m}`,span:c,order:u,offset:d}),s.jsx(q,{ref:t,...h.getStyles("col",{className:rt(o,m),style:i,classNames:r,styles:a}),...f})]})});tx.classes=ex;tx.displayName="@mantine/core/GridCol";function Bb({gutter:e,selector:t,breakpoints:n,type:r}){const o=At(),i=n||o.breakpoints,a=Oi({"--grid-gutter":Yt(zr(e))}),l=bt(i).reduce((d,f)=>(d[f]||(d[f]={}),typeof e=="object"&&e[f]!==void 0&&(d[f]["--grid-gutter"]=Yt(e[f])),d),{}),u=mc(bt(l),i).filter(d=>bt(l[d.value]).length>0).map(d=>({query:r==="container"?`mantine-grid (min-width: ${i[d.value]})`:`(min-width: ${i[d.value]})`,styles:l[d.value]}));return s.jsx(Os,{styles:a,media:r==="container"?void 0:u,container:r==="container"?u:void 0,selector:t})}const b5={gutter:"md",grow:!1,columns:12},w5=(e,{justify:t,align:n,overflow:r})=>({root:{"--grid-justify":t,"--grid-align":n,"--grid-overflow":r}}),ar=Y((e,t)=>{const n=W("Grid",b5,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,grow:u,gutter:d,columns:f,align:h,justify:m,children:g,breakpoints:v,type:S,...b}=n,x=de({name:"Grid",classes:ex,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:w5}),y=Jc();return S==="container"&&v?s.jsxs($b,{value:{getStyles:x,grow:u,columns:f||12,breakpoints:v,type:S},children:[s.jsx(Bb,{selector:`.${y}`,...n}),s.jsx("div",{...x("container"),children:s.jsx(q,{ref:t,...x("root",{className:y}),...b,children:s.jsx("div",{...x("inner"),children:g})})})]}):s.jsxs($b,{value:{getStyles:x,grow:u,columns:f||12,breakpoints:v,type:S},children:[s.jsx(Bb,{selector:`.${y}`,...n}),s.jsx(q,{ref:t,...x("root",{className:y}),...b,children:s.jsx("div",{...x("inner"),children:g})})]})});ar.classes=ex;ar.displayName="@mantine/core/Grid";ar.Col=tx;function pf(){return pf=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},pf.apply(null,arguments)}function nx(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.includes(r))continue;n[r]=e[r]}return n}var S5=p.useLayoutEffect,j5=function(t){var n=p.useRef(t);return S5(function(){n.current=t}),n},Vb=function(t,n){if(typeof t=="function"){t(n);return}t.current=n},C5=function(t,n){var r=p.useRef();return p.useCallback(function(o){t.current=o,r.current&&Vb(r.current,null),r.current=n,n&&Vb(n,o)},[n])},Wb={"min-height":"0","max-height":"none",height:"0",visibility:"hidden",overflow:"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0",display:"block"},E5=function(t){Object.keys(Wb).forEach(function(n){t.style.setProperty(n,Wb[n],"important")})},Hb=E5,Dn=null,qb=function(t,n){var r=t.scrollHeight;return n.sizingStyle.boxSizing==="border-box"?r+n.borderSize:r-n.paddingSize};function T5(e,t,n,r){n===void 0&&(n=1),r===void 0&&(r=1/0),Dn||(Dn=document.createElement("textarea"),Dn.setAttribute("tabindex","-1"),Dn.setAttribute("aria-hidden","true"),Hb(Dn)),Dn.parentNode===null&&document.body.appendChild(Dn);var o=e.paddingSize,i=e.borderSize,a=e.sizingStyle,l=a.boxSizing;Object.keys(a).forEach(function(h){var m=h;Dn.style[m]=a[m]}),Hb(Dn),Dn.value=t;var c=qb(Dn,e);Dn.value=t,c=qb(Dn,e),Dn.value="x";var u=Dn.scrollHeight-o,d=u*n;l==="border-box"&&(d=d+o+i),c=Math.max(d,c);var f=u*r;return l==="border-box"&&(f=f+o+i),c=Math.min(f,c),[c,u]}var Gb=function(){},P5=function(t,n){return t.reduce(function(r,o){return r[o]=n[o],r},{})},k5=["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth","boxSizing","fontFamily","fontSize","fontStyle","fontWeight","letterSpacing","lineHeight","paddingBottom","paddingLeft","paddingRight","paddingTop","tabSize","textIndent","textRendering","textTransform","width","wordBreak"],R5=!!document.documentElement.currentStyle,_5=function(t){var n=window.getComputedStyle(t);if(n===null)return null;var r=P5(k5,n),o=r.boxSizing;if(o==="")return null;R5&&o==="border-box"&&(r.width=parseFloat(r.width)+parseFloat(r.borderRightWidth)+parseFloat(r.borderLeftWidth)+parseFloat(r.paddingRight)+parseFloat(r.paddingLeft)+"px");var i=parseFloat(r.paddingBottom)+parseFloat(r.paddingTop),a=parseFloat(r.borderBottomWidth)+parseFloat(r.borderTopWidth);return{sizingStyle:r,paddingSize:i,borderSize:a}},D5=_5;function SP(e,t,n){var r=j5(n);p.useLayoutEffect(function(){var o=function(a){return r.current(a)};if(e)return e.addEventListener(t,o),function(){return e.removeEventListener(t,o)}},[])}var I5=function(t){SP(window,"resize",t)},A5=function(t){SP(document.fonts,"loadingdone",t)},N5=["cacheMeasurements","maxRows","minRows","onChange","onHeightChange"],M5=function(t,n){var r=t.cacheMeasurements,o=t.maxRows,i=t.minRows,a=t.onChange,l=a===void 0?Gb:a,c=t.onHeightChange,u=c===void 0?Gb:c,d=nx(t,N5),f=d.value!==void 0,h=p.useRef(null),m=C5(h,n),g=p.useRef(0),v=p.useRef(),S=function(){var y=h.current,w=r&&v.current?v.current:D5(y);if(w){v.current=w;var C=T5(w,y.value||y.placeholder||"x",i,o),j=C[0],T=C[1];g.current!==j&&(g.current=j,y.style.setProperty("height",j+"px","important"),u(j,{rowHeight:T}))}},b=function(y){f||S(),l(y)};return p.useLayoutEffect(S),I5(S),A5(S),p.createElement("textarea",pf({},d,{onChange:b,ref:m}))},O5=p.forwardRef(M5);const L5={},Bs=Y((e,t)=>{const{autosize:n,maxRows:r,minRows:o,__staticSelector:i,resize:a,...l}=W("Textarea",L5,e),c=n&&Ej()!=="test",u=c?{maxRows:r,minRows:o}:{};return s.jsx(nr,{component:c?O5:"textarea",ref:t,...l,__staticSelector:i||"Textarea",multiline:!0,"data-no-overflow":n&&r===void 0||void 0,__vars:{"--input-resize":a},...u})});Bs.classes=nr.classes;Bs.displayName="@mantine/core/Textarea";function Qb(e,t){if(typeof e=="string"&&e.trim().length===0)return!0;try{return t(e),!0}catch{return!1}}const $5={serialize:JSON.stringify,deserialize:JSON.parse},yl=Y((e,t)=>{const{value:n,defaultValue:r,onChange:o,formatOnBlur:i,validationError:a,serialize:l,deserialize:c,onFocus:u,onBlur:d,readOnly:f,error:h,...m}=W("JsonInput",$5,e),[g,v]=xn({value:n,defaultValue:r,finalValue:"",onChange:o}),[S,b]=p.useState(Qb(g,c)),x=w=>{u==null||u(w),b(!0)},y=w=>{typeof d=="function"&&d(w);const C=Qb(w.currentTarget.value,c);i&&!f&&C&&w.currentTarget.value.trim()!==""&&v(l(c(w.currentTarget.value),null,2)),b(C)};return s.jsx(Bs,{value:g,onChange:w=>v(w.currentTarget.value),onFocus:x,onBlur:y,ref:t,readOnly:f,...m,autoComplete:"off",__staticSelector:"JsonInput",error:S?h:a||!0,"data-monospace":!0})});yl.classes=nr.classes;yl.displayName="@mantine/core/JsonInput";const[F5,z5]=Fn("List component was not found in tree");var rx={root:"m_abbac491",item:"m_abb6bec2",itemWrapper:"m_75cd9f71",itemIcon:"m_60f83e5b"};const U5={},ox=Y((e,t)=>{const n=W("ListItem",U5,e),{classNames:r,className:o,style:i,styles:a,vars:l,icon:c,children:u,mod:d,...f}=n,h=z5(),m=c||h.icon,g={classNames:r,styles:a};return s.jsx(q,{...h.getStyles("item",{...g,className:o,style:i}),component:"li",mod:[{"with-icon":!!m,centered:h.center},d],ref:t,...f,children:s.jsxs("div",{...h.getStyles("itemWrapper",g),children:[m&&s.jsx("span",{...h.getStyles("itemIcon",g),children:m}),s.jsx("span",{...h.getStyles("itemLabel",g),children:u})]})})});ox.classes=rx;ox.displayName="@mantine/core/ListItem";const B5={type:"unordered"},V5=(e,{size:t,spacing:n})=>({root:{"--list-fz":hn(t),"--list-lh":vj(t),"--list-spacing":Yt(n)}}),Mn=Y((e,t)=>{const n=W("List",B5,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,children:u,type:d,withPadding:f,icon:h,spacing:m,center:g,listStyleType:v,mod:S,...b}=n,x=de({name:"List",classes:rx,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:V5});return s.jsx(F5,{value:{center:g,icon:h,getStyles:x},children:s.jsx(q,{...x("root",{style:{listStyleType:v}}),component:d==="unordered"?"ul":"ol",mod:[{"with-padding":f},S],ref:t,...b,children:u})})});Mn.classes=rx;Mn.displayName="@mantine/core/List";Mn.Item=ox;var jP={root:"m_6e45937b",loader:"m_e8eb006c",overlay:"m_df587f17"};const Kb={transitionProps:{transition:"fade",duration:0},overlayProps:{backgroundOpacity:.75},zIndex:Yr("overlay")},W5=(e,{zIndex:t})=>({root:{"--lo-z-index":t==null?void 0:t.toString()}}),ix=Y((e,t)=>{const n=W("LoadingOverlay",Kb,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,transitionProps:u,loaderProps:d,overlayProps:f,visible:h,zIndex:m,...g}=n,v=At(),S=de({name:"LoadingOverlay",classes:jP,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:W5}),b={...Kb.overlayProps,...f};return s.jsx(Yo,{transition:"fade",...u,mounted:!!h,children:x=>s.jsxs(q,{...S("root",{style:x}),ref:t,...g,children:[s.jsx(er,{...S("loader"),unstyled:l,...d}),s.jsx(Mc,{...b,...S("overlay"),darkHidden:!0,unstyled:l,color:(f==null?void 0:f.color)||v.white}),s.jsx(Mc,{...b,...S("overlay"),lightHidden:!0,unstyled:l,color:(f==null?void 0:f.color)||v.colors.dark[5]})]})})});ix.classes=jP;ix.displayName="@mantine/core/LoadingOverlay";const[H5,du]=Fn("Menu component was not found in the tree");var xl={dropdown:"m_dc9b7c9f",label:"m_9bfac126",divider:"m_efdf90cb",item:"m_99ac2aa1",itemLabel:"m_5476e0d3",itemSection:"m_8b75e504"};const q5={},sx=Y((e,t)=>{const{classNames:n,className:r,style:o,styles:i,vars:a,...l}=W("MenuDivider",q5,e),c=du();return s.jsx(q,{ref:t,...c.getStyles("divider",{className:r,style:o,styles:i,classNames:n}),...l})});sx.classes=xl;sx.displayName="@mantine/core/MenuDivider";const G5={},ax=Y((e,t)=>{const{classNames:n,className:r,style:o,styles:i,vars:a,onMouseEnter:l,onMouseLeave:c,onKeyDown:u,children:d,...f}=W("MenuDropdown",G5,e),h=p.useRef(null),m=du(),g=qn(u,b=>{var x,y;(b.key==="ArrowUp"||b.key==="ArrowDown")&&(b.preventDefault(),(y=(x=h.current)==null?void 0:x.querySelectorAll("[data-menu-item]:not(:disabled)")[0])==null||y.focus())}),v=qn(l,()=>(m.trigger==="hover"||m.trigger==="click-hover")&&m.openDropdown()),S=qn(c,()=>(m.trigger==="hover"||m.trigger==="click-hover")&&m.closeDropdown());return s.jsxs(Xr.Dropdown,{...f,onMouseEnter:v,onMouseLeave:S,role:"menu","aria-orientation":"vertical",ref:nn(t,h),...m.getStyles("dropdown",{className:r,style:o,styles:i,classNames:n,withStaticClass:!1}),tabIndex:-1,"data-menu-dropdown":!0,onKeyDown:g,children:[s.jsx("div",{tabIndex:-1,"data-autofocus":!0,"data-mantine-stop-propagation":!0,style:{outline:0}}),d]})});ax.classes=xl;ax.displayName="@mantine/core/MenuDropdown";const Q5={},lx=Rn((e,t)=>{const{classNames:n,className:r,style:o,styles:i,vars:a,color:l,closeMenuOnClick:c,leftSection:u,rightSection:d,children:f,disabled:h,...m}=W("MenuItem",Q5,e),g=du(),v=At(),{dir:S}=Ls(),b=p.useRef(),x=g.getItemIndex(b.current),y=m,w=qn(y.onMouseLeave,()=>g.setHovered(-1)),C=qn(y.onMouseEnter,()=>g.setHovered(g.getItemIndex(b.current))),j=qn(y.onClick,()=>{typeof c=="boolean"?c&&g.closeDropdownImmediately():g.closeOnItemClick&&g.closeDropdownImmediately()}),T=qn(y.onFocus,()=>g.setHovered(g.getItemIndex(b.current))),E=l?v.variantColorResolver({color:l,theme:v,variant:"light"}):void 0,R=l?Sr({color:l,theme:v}):null;return s.jsxs(wn,{...m,unstyled:g.unstyled,tabIndex:g.menuItemTabIndex,onFocus:T,...g.getStyles("item",{className:r,style:o,styles:i,classNames:n}),ref:nn(b,t),role:"menuitem",disabled:h,"data-menu-item":!0,"data-disabled":h||void 0,"data-hovered":g.hovered===x?!0:void 0,"data-mantine-stop-propagation":!0,onMouseEnter:C,onMouseLeave:w,onClick:j,onKeyDown:gj({siblingSelector:"[data-menu-item]",parentSelector:"[data-menu-dropdown]",activateOnFocus:!1,loop:g.loop,dir:S,orientation:"vertical",onKeyDown:y.onKeyDown}),__vars:{"--menu-item-color":R!=null&&R.isThemeColor&&(R==null?void 0:R.shade)===void 0?`var(--mantine-color-${R.color}-6)`:E==null?void 0:E.color,"--menu-item-hover":E==null?void 0:E.hover},children:[u&&s.jsx("div",{...g.getStyles("itemSection",{styles:i,classNames:n}),"data-position":"left",children:u}),f&&s.jsx("div",{...g.getStyles("itemLabel",{styles:i,classNames:n}),children:f}),d&&s.jsx("div",{...g.getStyles("itemSection",{styles:i,classNames:n}),"data-position":"right",children:d})]})});lx.classes=xl;lx.displayName="@mantine/core/MenuItem";const K5={},cx=Y((e,t)=>{const{classNames:n,className:r,style:o,styles:i,vars:a,...l}=W("MenuLabel",K5,e),c=du();return s.jsx(q,{ref:t,...c.getStyles("label",{className:r,style:o,styles:i,classNames:n}),...l})});cx.classes=xl;cx.displayName="@mantine/core/MenuLabel";const Y5={refProp:"ref"},CP=p.forwardRef((e,t)=>{const{children:n,refProp:r,...o}=W("MenuTarget",Y5,e);if(!qo(n))throw new Error("Menu.Target component children should be an element or a component that accepts ref. Fragments, strings, numbers and other primitive values are not supported");const i=du(),a=qn(n.props.onClick,()=>{i.trigger==="click"?i.toggleDropdown():i.trigger==="click-hover"&&(i.setOpenedViaClick(!0),i.opened||i.openDropdown())}),l=qn(n.props.onMouseEnter,()=>(i.trigger==="hover"||i.trigger==="click-hover")&&i.openDropdown()),c=qn(n.props.onMouseLeave,()=>{(i.trigger==="hover"||i.trigger==="click-hover"&&!i.openedViaClick)&&i.closeDropdown()});return s.jsx(Xr.Target,{refProp:r,popupType:"menu",ref:t,...o,children:p.cloneElement(n,{onClick:a,onMouseEnter:l,onMouseLeave:c,"data-expanded":i.opened?!0:void 0})})});CP.displayName="@mantine/core/MenuTarget";const X5={trapFocus:!0,closeOnItemClick:!0,clickOutsideEvents:["mousedown","touchstart","keydown"],loop:!0,trigger:"click",openDelay:0,closeDelay:100,menuItemTabIndex:-1};function Z(e){const t=W("Menu",X5,e),{children:n,onOpen:r,onClose:o,opened:i,defaultOpened:a,trapFocus:l,onChange:c,closeOnItemClick:u,loop:d,closeOnEscape:f,trigger:h,openDelay:m,closeDelay:g,classNames:v,styles:S,unstyled:b,variant:x,vars:y,menuItemTabIndex:w,keepMounted:C,...j}=t,T=de({name:"Menu",classes:xl,props:t,classNames:v,styles:S,unstyled:b}),[E,{setHovered:R,resetHovered:_}]=ED(),[N,O]=xn({value:i,defaultValue:a,finalValue:!1,onChange:c}),[F,z]=p.useState(!1),H=()=>{O(!1),z(!1),N&&(o==null||o())},D=()=>{O(!0),!N&&(r==null||r())},k=()=>{N?H():D()},{openDropdown:P,closeDropdown:I}=v5({open:D,close:H,closeDelay:g,openDelay:m}),L=ue=>CD("[data-menu-item]","[data-menu-dropdown]",ue),{resolvedClassNames:$,resolvedStyles:Q}=Xc({classNames:v,styles:S,props:t});return Mo(()=>{_()},[N]),s.jsx(H5,{value:{getStyles:T,opened:N,toggleDropdown:k,getItemIndex:L,hovered:E,setHovered:R,openedViaClick:F,setOpenedViaClick:z,closeOnItemClick:u,closeDropdown:h==="click"?H:I,openDropdown:h==="click"?D:P,closeDropdownImmediately:H,loop:d,trigger:h,unstyled:b,menuItemTabIndex:w},children:s.jsx(Xr,{...j,opened:N,onChange:k,defaultOpened:a,trapFocus:C?!1:l,closeOnEscape:f,__staticSelector:"Menu",classNames:$,styles:Q,unstyled:b,variant:x,keepMounted:C,children:n})})}Z.extend=e=>e;Z.classes=xl;Z.displayName="@mantine/core/Menu";Z.Item=lx;Z.Label=cx;Z.Dropdown=ax;Z.Target=CP;Z.Divider=sx;const[J5,bl]=Fn("Modal component was not found in tree");var Jo={root:"m_9df02822",content:"m_54c44539",inner:"m_1f958f16",header:"m_d0e2b9cd"};const Z5={},jh=Y((e,t)=>{const n=W("ModalBody",Z5,e),{classNames:r,className:o,style:i,styles:a,vars:l,...c}=n,u=bl();return s.jsx(NT,{ref:t,...u.getStyles("body",{classNames:r,style:i,styles:a,className:o}),...c})});jh.classes=Jo;jh.displayName="@mantine/core/ModalBody";const e9={},Ch=Y((e,t)=>{const n=W("ModalCloseButton",e9,e),{classNames:r,className:o,style:i,styles:a,vars:l,...c}=n,u=bl();return s.jsx(MT,{ref:t,...u.getStyles("close",{classNames:r,style:i,styles:a,className:o}),...c})});Ch.classes=Jo;Ch.displayName="@mantine/core/ModalCloseButton";const t9={},Eh=Y((e,t)=>{const n=W("ModalContent",t9,e),{classNames:r,className:o,style:i,styles:a,vars:l,children:c,...u}=n,d=bl(),f=d.scrollAreaComponent||xM;return s.jsx(OT,{...d.getStyles("content",{className:o,style:i,styles:a,classNames:r}),innerProps:d.getStyles("inner",{className:o,style:i,styles:a,classNames:r}),"data-full-screen":d.fullScreen||void 0,"data-modal-content":!0,ref:t,...u,children:s.jsx(f,{style:{maxHeight:d.fullScreen?"100dvh":`calc(100dvh - (${B(d.yOffset)} * 2))`},children:c})})});Eh.classes=Jo;Eh.displayName="@mantine/core/ModalContent";const n9={},Th=Y((e,t)=>{const n=W("ModalHeader",n9,e),{classNames:r,className:o,style:i,styles:a,vars:l,...c}=n,u=bl();return s.jsx(LT,{ref:t,...u.getStyles("header",{classNames:r,style:i,styles:a,className:o}),...c})});Th.classes=Jo;Th.displayName="@mantine/core/ModalHeader";const r9={},Ph=Y((e,t)=>{const n=W("ModalOverlay",r9,e),{classNames:r,className:o,style:i,styles:a,vars:l,...c}=n,u=bl();return s.jsx($T,{ref:t,...u.getStyles("overlay",{classNames:r,style:i,styles:a,className:o}),...c})});Ph.classes=Jo;Ph.displayName="@mantine/core/ModalOverlay";const o9={__staticSelector:"Modal",closeOnClickOutside:!0,withinPortal:!0,lockScroll:!0,trapFocus:!0,returnFocus:!0,closeOnEscape:!0,keepMounted:!1,zIndex:Yr("modal"),transitionProps:{duration:200,transition:"fade-down"},yOffset:"5dvh"},i9=(e,{radius:t,size:n,yOffset:r,xOffset:o})=>({root:{"--modal-radius":t===void 0?void 0:dt(t),"--modal-size":Me(n,"modal-size"),"--modal-y-offset":B(r),"--modal-x-offset":B(o)}}),kh=Y((e,t)=>{const n=W("ModalRoot",o9,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,yOffset:u,scrollAreaComponent:d,radius:f,fullScreen:h,centered:m,xOffset:g,__staticSelector:v,...S}=n,b=de({name:v,classes:Jo,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:i9});return s.jsx(J5,{value:{yOffset:u,scrollAreaComponent:d,getStyles:b,fullScreen:h},children:s.jsx(AT,{ref:t,...b("root"),"data-full-screen":h||void 0,"data-centered":m||void 0,unstyled:l,...S})})});kh.classes=Jo;kh.displayName="@mantine/core/ModalRoot";const s9={},Rh=Y((e,t)=>{const n=W("ModalTitle",s9,e),{classNames:r,className:o,style:i,styles:a,vars:l,...c}=n,u=bl();return s.jsx(FT,{ref:t,...u.getStyles("title",{classNames:r,style:i,styles:a,className:o}),...c})});Rh.classes=Jo;Rh.displayName="@mantine/core/ModalTitle";const a9={closeOnClickOutside:!0,withinPortal:!0,lockScroll:!0,trapFocus:!0,returnFocus:!0,closeOnEscape:!0,keepMounted:!1,zIndex:Yr("modal"),transitionProps:{duration:200,transition:"fade-down"},withOverlay:!0,withCloseButton:!0},mn=Y((e,t)=>{const{title:n,withOverlay:r,overlayProps:o,withCloseButton:i,closeButtonProps:a,children:l,radius:c,...u}=W("Modal",a9,e),d=!!n||i;return s.jsxs(kh,{ref:t,radius:c,...u,children:[r&&s.jsx(Ph,{...o}),s.jsxs(Eh,{radius:c,children:[d&&s.jsxs(Th,{children:[n&&s.jsx(Rh,{children:n}),i&&s.jsx(Ch,{...a})]}),s.jsx(jh,{children:l})]})]})});mn.classes=Jo;mn.displayName="@mantine/core/Modal";mn.Root=kh;mn.Overlay=Ph;mn.Content=Eh;mn.Body=jh;mn.Header=Th;mn.Title=Rh;mn.CloseButton=Ch;const[l9,ux]=Ns(),[c9,u9]=Ns();var _h={root:"m_7cda1cd6","root--default":"m_44da308b","root--contrast":"m_e3a01f8",label:"m_1e0e6180",remove:"m_ae386778",group:"m_1dcfd90b"};const d9={},f9=(e,{gap:t},{size:n})=>({group:{"--pg-gap":t!==void 0?Me(t):Me(n,"pg-gap")}}),dx=Y((e,t)=>{const n=W("PillGroup",d9,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,size:u,disabled:d,...f}=n,h=ux(),m=(h==null?void 0:h.size)||u||void 0,g=de({name:"PillGroup",classes:_h,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:f9,stylesCtx:{size:m},rootSelector:"group"});return s.jsx(c9,{value:{size:m,disabled:d},children:s.jsx(q,{ref:t,size:m,...g("group"),...f})})});dx.classes=_h;dx.displayName="@mantine/core/PillGroup";const h9={variant:"default"},p9=(e,{radius:t},{size:n})=>({root:{"--pill-fz":Me(n,"pill-fz"),"--pill-height":Me(n,"pill-height"),"--pill-radius":t===void 0?void 0:dt(t)}}),Ts=Y((e,t)=>{const n=W("Pill",h9,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,variant:u,children:d,withRemoveButton:f,onRemove:h,removeButtonProps:m,radius:g,size:v,disabled:S,mod:b,...x}=n,y=u9(),w=ux(),C=v||(y==null?void 0:y.size)||void 0,j=(w==null?void 0:w.variant)==="filled"?"contrast":u||"default",T=de({name:"Pill",classes:_h,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:p9,stylesCtx:{size:C}});return s.jsxs(q,{component:"span",ref:t,variant:j,size:C,...T("root",{variant:j}),mod:[{"with-remove":f&&!S,disabled:S||(y==null?void 0:y.disabled)},b],...x,children:[s.jsx("span",{...T("label"),children:d}),f&&s.jsx(Us,{variant:"transparent",radius:g,tabIndex:-1,"aria-hidden":!0,unstyled:l,...m,...T("remove",{className:m==null?void 0:m.className,style:m==null?void 0:m.style}),onMouseDown:E=>{var R;E.preventDefault(),E.stopPropagation(),(R=m==null?void 0:m.onMouseDown)==null||R.call(m,E)},onClick:E=>{var R;E.stopPropagation(),h==null||h(),(R=m==null?void 0:m.onClick)==null||R.call(m,E)}})]})});Ts.classes=_h;Ts.displayName="@mantine/core/Pill";Ts.Group=dx;var EP={field:"m_45c4369d"};const m9={type:"visible"},fx=Y((e,t)=>{const n=W("PillsInputField",m9,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,type:u,disabled:d,id:f,pointer:h,mod:m,...g}=n,v=ux(),S=gl(),b=de({name:"PillsInputField",classes:EP,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,rootSelector:"field"}),x=d||(v==null?void 0:v.disabled);return s.jsx(q,{component:"input",ref:nn(t,v==null?void 0:v.fieldRef),"data-type":u,disabled:x,mod:[{disabled:x,pointer:h},m],...b("field"),...g,id:(S==null?void 0:S.inputId)||f,"aria-invalid":v==null?void 0:v.hasError,"aria-describedby":S==null?void 0:S.describedBy,type:"text",onMouseDown:y=>!h&&y.stopPropagation()})});fx.classes=EP;fx.displayName="@mantine/core/PillsInputField";const g9={},rl=Y((e,t)=>{const n=W("PillsInput",g9,e),{children:r,onMouseDown:o,onClick:i,size:a,disabled:l,__staticSelector:c,error:u,variant:d,...f}=n,h=p.useRef();return s.jsx(l9,{value:{fieldRef:h,size:a,disabled:l,hasError:!!u,variant:d},children:s.jsx(nr,{size:a,error:u,variant:d,component:"div",ref:t,onMouseDown:m=>{var g;m.preventDefault(),o==null||o(m),(g=h.current)==null||g.focus()},onClick:m=>{var g;m.preventDefault(),i==null||i(m),(g=h.current)==null||g.focus()},...f,multiline:!0,disabled:l,__staticSelector:c||"PillsInput",withAria:!1,children:r})})});rl.displayName="@mantine/core/PillsInput";rl.Field=fx;function v9({data:e,value:t}){const n=t.map(o=>o.trim().toLowerCase());return e.reduce((o,i)=>(nl(i)?o.push({group:i.group,items:i.items.filter(a=>n.indexOf(a.value.toLowerCase().trim())===-1)}):n.indexOf(i.value.toLowerCase().trim())===-1&&o.push(i),o),[])}const y9={maxValues:1/0,withCheckIcon:!0,checkIconPosition:"left",hiddenInputValuesDivider:","},Dh=Y((e,t)=>{const n=W("MultiSelect",y9,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,size:u,value:d,defaultValue:f,onChange:h,onKeyDown:m,variant:g,data:v,dropdownOpened:S,defaultDropdownOpened:b,onDropdownOpen:x,onDropdownClose:y,selectFirstOptionOnChange:w,onOptionSubmit:C,comboboxProps:j,filter:T,limit:E,withScrollArea:R,maxDropdownHeight:_,searchValue:N,defaultSearchValue:O,onSearchChange:F,readOnly:z,disabled:H,onFocus:D,onBlur:k,onPaste:P,radius:I,rightSection:L,rightSectionWidth:$,rightSectionPointerEvents:Q,rightSectionProps:ue,leftSection:Re,leftSectionWidth:me,leftSectionPointerEvents:ge,leftSectionProps:De,inputContainer:le,inputWrapperOrder:Ne,withAsterisk:it,labelProps:Ue,descriptionProps:Je,errorProps:st,wrapperProps:Be,description:Ze,label:at,error:ne,maxValues:X,searchable:ce,nothingFoundMessage:ke,withCheckIcon:J,checkIconPosition:se,hidePickedOptions:G,withErrorStyles:Se,name:He,form:kt,id:lt,clearable:Nt,clearButtonProps:rn,hiddenInputProps:un,placeholder:eo,hiddenInputValuesDivider:Bn,required:Js,mod:Au,renderOption:Nu,onRemove:Ir,onClear:Zs,scrollAreaProps:ea,..._l}=n,Gi=zn(lt),Qi=qT(v),oi=GT(Qi),_n=cu({opened:S,defaultOpened:b,onDropdownOpen:x,onDropdownClose:()=>{y==null||y(),_n.resetSelectedOption()}}),{styleProps:lp,rest:{type:cp,autoComplete:ta,...na}}=Qo(_l),[dn,Ki]=xn({value:d,defaultValue:f,finalValue:[],onChange:h}),[A,M]=xn({value:N,defaultValue:O,finalValue:"",onChange:F}),U=de({name:"MultiSelect",classes:{},props:n,classNames:r,styles:a,unstyled:l}),{resolvedClassNames:K,resolvedStyles:ve}=Xc({props:n,styles:a,classNames:r}),_e=re=>{m==null||m(re),re.key===" "&&!ce&&(re.preventDefault(),_n.toggleDropdown()),re.key==="Backspace"&&A.length===0&&dn.length>0&&(Ir==null||Ir(dn[dn.length-1]),Ki(dn.slice(0,dn.length-1)))},$e=dn.map((re,Pe)=>{var Ve,Ge;return s.jsx(Ts,{withRemoveButton:!z&&!((Ve=oi[re])!=null&&Ve.disabled),onRemove:()=>{Ki(dn.filter(on=>re!==on)),Ir==null||Ir(re)},unstyled:l,disabled:H,...U("pill"),children:((Ge=oi[re])==null?void 0:Ge.label)||re},`${re}-${Pe}`)});p.useEffect(()=>{w&&_n.selectFirstOption()},[w,dn]);const xe=Nt&&dn.length>0&&!H&&!z&&s.jsx(Le.ClearButton,{size:u,...rn,onClear:()=>{Zs==null||Zs(),Ki([]),M("")}}),je=v9({data:Qi,value:dn});return s.jsxs(s.Fragment,{children:[s.jsxs(Le,{store:_n,classNames:K,styles:ve,unstyled:l,size:u,readOnly:z,__staticSelector:"MultiSelect",onOptionSubmit:re=>{C==null||C(re),M(""),_n.updateSelectedOptionIndex("selected"),dn.includes(oi[re].value)?(Ki(dn.filter(Pe=>Pe!==oi[re].value)),Ir==null||Ir(oi[re].value)):dn.length<X&&Ki([...dn,oi[re].value])},...j,children:[s.jsx(Le.DropdownTarget,{children:s.jsx(rl,{...lp,__staticSelector:"MultiSelect",classNames:K,styles:ve,unstyled:l,size:u,className:o,style:i,variant:g,disabled:H,radius:I,rightSection:L||xe||s.jsx(Le.Chevron,{size:u,error:ne,unstyled:l}),rightSectionPointerEvents:Q||(xe?"all":"none"),rightSectionWidth:$,rightSectionProps:ue,leftSection:Re,leftSectionWidth:me,leftSectionPointerEvents:ge,leftSectionProps:De,inputContainer:le,inputWrapperOrder:Ne,withAsterisk:it,labelProps:Ue,descriptionProps:Je,errorProps:st,wrapperProps:Be,description:Ze,label:at,error:ne,multiline:!0,withErrorStyles:Se,__stylesApiProps:{...n,rightSectionPointerEvents:Q||(xe?"all":"none"),multiline:!0},pointer:!ce,onClick:()=>ce?_n.openDropdown():_n.toggleDropdown(),"data-expanded":_n.dropdownOpened||void 0,id:Gi,required:Js,mod:Au,children:s.jsxs(Ts.Group,{disabled:H,unstyled:l,...U("pillsList"),children:[$e,s.jsx(Le.EventsTarget,{autoComplete:ta,children:s.jsx(rl.Field,{...na,ref:t,id:Gi,placeholder:eo,type:!ce&&!eo?"hidden":"visible",...U("inputField"),unstyled:l,onFocus:re=>{D==null||D(re),ce&&_n.openDropdown()},onBlur:re=>{k==null||k(re),_n.closeDropdown(),M("")},onKeyDown:_e,value:A,onChange:re=>{M(re.currentTarget.value),ce&&_n.openDropdown(),w&&_n.selectFirstOption()},disabled:H,readOnly:z||!ce,pointer:!ce})})]})})}),s.jsx(FO,{data:G?je:Qi,hidden:z||H,filter:T,search:A,limit:E,hiddenWhenEmpty:!ke,withScrollArea:R,maxDropdownHeight:_,filterOptions:ce,value:dn,checkIconPosition:se,withCheckIcon:J,nothingFoundMessage:ke,unstyled:l,labelId:at?`${Gi}-label`:void 0,"aria-label":at?void 0:_l["aria-label"],renderOption:Nu,scrollAreaProps:ea})]}),s.jsx(Le.HiddenInput,{name:He,valuesDivider:Bn,value:dn,form:kt,disabled:H,...un})]})});Dh.classes={...nr.classes,...Le.classes};Dh.displayName="@mantine/core/MultiSelect";function x9(e){return"group"in e}function hx({data:e}){if(x9(e)){const o=e.items.map(i=>s.jsx(hx,{data:i},i.value));return s.jsx("optgroup",{label:e.group,children:o})}const{value:t,label:n,...r}=e;return s.jsx("option",{value:e.value,...r,children:e.label},e.value)}hx.displayName="@mantine/core/NativeSelectOption";const b9={rightSectionPointerEvents:"none"},Pt=Y((e,t)=>{const{data:n,children:r,size:o,error:i,rightSection:a,unstyled:l,...c}=W("NativeSelect",b9,e),u=qT(n).map((d,f)=>s.jsx(hx,{data:d},f));return s.jsx(nr,{component:"select",ref:t,...c,__staticSelector:"NativeSelect",size:o,pointer:!0,error:i,unstyled:l,rightSection:a||s.jsx(yh,{size:o,error:i,unstyled:l}),children:r||u})});Pt.classes=nr.classes;Pt.displayName="@mantine/core/NativeSelect";var TP={root:"m_a513464",icon:"m_a4ceffb",loader:"m_b0920b15",body:"m_a49ed24",title:"m_3feedf16",description:"m_3d733a3a",closeButton:"m_919a4d88"};const w9={withCloseButton:!0},S9=(e,{radius:t,color:n})=>({root:{"--notification-radius":t===void 0?void 0:dt(t),"--notification-color":n?ut(n,e):void 0}}),px=Y((e,t)=>{const n=W("Notification",w9,e),{className:r,color:o,radius:i,loading:a,withCloseButton:l,withBorder:c,title:u,icon:d,children:f,onClose:h,closeButtonProps:m,classNames:g,style:v,styles:S,unstyled:b,variant:x,vars:y,mod:w,...C}=n,j=de({name:"Notification",classes:TP,props:n,className:r,style:v,classNames:g,styles:S,unstyled:b,vars:y,varsResolver:S9});return s.jsxs(q,{...j("root"),mod:[{"data-with-icon":!!d||a,"data-with-border":c},w],ref:t,variant:x,...C,role:"alert",children:[d&&!a&&s.jsx("div",{...j("icon"),children:d}),a&&s.jsx(er,{size:28,color:o,...j("loader")}),s.jsxs("div",{...j("body"),children:[u&&s.jsx("div",{...j("title"),children:u}),s.jsx(q,{...j("description"),mod:{"data-with-title":!!u},children:f})]}),l&&s.jsx(Us,{iconSize:16,color:"gray",...m,unstyled:b,onClick:h,...j("closeButton")})]})});px.classes=TP;px.displayName="@mantine/core/Notification";function PP(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]]);return n}var Lc;(function(e){e.event="event",e.props="prop"})(Lc||(Lc={}));function vi(){}function j9(e){var t,n=void 0;return function(){for(var r=[],o=arguments.length;o--;)r[o]=arguments[o];return t&&r.length===t.length&&r.every(function(i,a){return i===t[a]})||(t=r,n=e.apply(void 0,r)),n}}function $c(e){return!!(e||"").match(/\d/)}function Va(e){return e==null}function C9(e){return typeof e=="number"&&isNaN(e)}function kP(e){return Va(e)||C9(e)||typeof e=="number"&&!isFinite(e)}function RP(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}function E9(e){switch(e){case"lakh":return/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/g;case"wan":return/(\d)(?=(\d{4})+(?!\d))/g;case"thousand":default:return/(\d)(?=(\d{3})+(?!\d))/g}}function T9(e,t,n){var r=E9(n),o=e.search(/[1-9]/);return o=o===-1?e.length:o,e.substring(0,o)+e.substring(o,e.length).replace(r,"$1"+t)}function P9(e){var t=p.useRef(e);t.current=e;var n=p.useRef(function(){for(var r=[],o=arguments.length;o--;)r[o]=arguments[o];return t.current.apply(t,r)});return n.current}function mx(e,t){t===void 0&&(t=!0);var n=e[0]==="-",r=n&&t;e=e.replace("-","");var o=e.split("."),i=o[0],a=o[1]||"";return{beforeDecimal:i,afterDecimal:a,hasNegation:n,addNegation:r}}function k9(e){if(!e)return e;var t=e[0]==="-";t&&(e=e.substring(1,e.length));var n=e.split("."),r=n[0].replace(/^0+/,"")||"0",o=n[1]||"";return(t?"-":"")+r+(o?"."+o:"")}function _P(e,t,n){for(var r="",o=n?"0":"",i=0;i<=t-1;i++)r+=e[i]||o;return r}function Yb(e,t){return Array(t+1).join(e)}function DP(e){var t=e+"",n=t[0]==="-"?"-":"";n&&(t=t.substring(1));var r=t.split(/[eE]/g),o=r[0],i=r[1];if(i=Number(i),!i)return n+o;o=o.replace(".","");var a=1+i,l=o.length;return a<0?o="0."+Yb("0",Math.abs(a))+o:a>=l?o=o+Yb("0",a-l):o=(o.substring(0,a)||"0")+"."+o.substring(a),n+o}function Xb(e,t,n){if(["","-"].indexOf(e)!==-1)return e;var r=(e.indexOf(".")!==-1||n)&&t,o=mx(e),i=o.beforeDecimal,a=o.afterDecimal,l=o.hasNegation,c=parseFloat("0."+(a||"0")),u=a.length<=t?"0."+a:c.toFixed(t),d=u.split("."),f=i;i&&Number(d[0])&&(f=i.split("").reverse().reduce(function(v,S,b){return v.length>b?(Number(v[0])+Number(S)).toString()+v.substring(1,v.length):S+v},d[0]));var h=_P(d[1]||"",t,n),m=l?"-":"",g=r?".":"";return""+m+f+g+h}function is(e,t){if(e.value=e.value,e!==null){if(e.createTextRange){var n=e.createTextRange();return n.move("character",t),n.select(),!0}return e.selectionStart||e.selectionStart===0?(e.focus(),e.setSelectionRange(t,t),!0):(e.focus(),!1)}}var IP=j9(function(e,t){for(var n=0,r=0,o=e.length,i=t.length;e[n]===t[n]&&n<o;)n++;for(;e[o-1-r]===t[i-1-r]&&i-r>n&&o-r>n;)r++;return{from:{start:n,end:o-r},to:{start:n,end:i-r}}}),R9=function(e,t){var n=Math.min(e.selectionStart,t);return{from:{start:n,end:e.selectionEnd},to:{start:n,end:t}}};function _9(e,t,n){return Math.min(Math.max(e,t),n)}function tm(e){return Math.max(e.selectionStart,e.selectionEnd)}function D9(){return typeof navigator<"u"&&!(navigator.platform&&/iPhone|iPod/.test(navigator.platform))}function I9(e){return{from:{start:0,end:0},to:{start:0,end:e.length},lastValue:""}}function A9(e){var t=e.currentValue,n=e.formattedValue,r=e.currentValueIndex,o=e.formattedValueIndex;return t[r]===n[o]}function N9(e,t,n,r,o,i,a){a===void 0&&(a=A9);var l=o.findIndex(function(w){return w}),c=e.slice(0,l);!t&&!n.startsWith(c)&&(t=c,n=c+n,r=r+c.length);for(var u=n.length,d=e.length,f={},h=new Array(u),m=0;m<u;m++){h[m]=-1;for(var g=0,v=d;g<v;g++){var S=a({currentValue:n,lastValue:t,formattedValue:e,currentValueIndex:m,formattedValueIndex:g});if(S&&f[g]!==!0){h[m]=g,f[g]=!0;break}}}for(var b=r;b<u&&(h[b]===-1||!i(n[b]));)b++;var x=b===u||h[b]===-1?d:h[b];for(b=r-1;b>0&&h[b]===-1;)b--;var y=b===-1||h[b]===-1?0:h[b]+1;return y>x?x:r-y<x-r?y:x}function Jb(e,t,n,r){var o=e.length;if(t=_9(t,0,o),r==="left"){for(;t>=0&&!n[t];)t--;t===-1&&(t=n.indexOf(!0))}else{for(;t<=o&&!n[t];)t++;t>o&&(t=n.lastIndexOf(!0))}return t===-1&&(t=o),t}function M9(e){for(var t=Array.from({length:e.length+1}).map(function(){return!0}),n=0,r=t.length;n<r;n++)t[n]=!!($c(e[n])||$c(e[n-1]));return t}function AP(e,t,n,r,o,i){i===void 0&&(i=vi);var a=P9(function(g,v){var S,b;return kP(g)?(b="",S=""):typeof g=="number"||v?(b=typeof g=="number"?DP(g):g,S=r(b)):(b=o(g,void 0),S=r(b)),{formattedValue:S,numAsString:b}}),l=p.useState(function(){return a(Va(e)?t:e,n)}),c=l[0],u=l[1],d=function(g,v){g.formattedValue!==c.formattedValue&&u({formattedValue:g.formattedValue,numAsString:g.value}),i(g,v)},f=e,h=n;Va(e)&&(f=c.numAsString,h=!0);var m=a(f,h);return p.useMemo(function(){u(m)},[m.formattedValue]),[c,d]}function O9(e){return e.replace(/[^0-9]/g,"")}function L9(e){return e}function $9(e){var t=e.type;t===void 0&&(t="text");var n=e.displayType;n===void 0&&(n="input");var r=e.customInput,o=e.renderText,i=e.getInputRef,a=e.format;a===void 0&&(a=L9);var l=e.removeFormatting;l===void 0&&(l=O9);var c=e.defaultValue,u=e.valueIsNumericString,d=e.onValueChange,f=e.isAllowed,h=e.onChange;h===void 0&&(h=vi);var m=e.onKeyDown;m===void 0&&(m=vi);var g=e.onMouseUp;g===void 0&&(g=vi);var v=e.onFocus;v===void 0&&(v=vi);var S=e.onBlur;S===void 0&&(S=vi);var b=e.value,x=e.getCaretBoundary;x===void 0&&(x=M9);var y=e.isValidInputCharacter;y===void 0&&(y=$c);var w=e.isCharacterSame,C=PP(e,["type","displayType","customInput","renderText","getInputRef","format","removeFormatting","defaultValue","valueIsNumericString","onValueChange","isAllowed","onChange","onKeyDown","onMouseUp","onFocus","onBlur","value","getCaretBoundary","isValidInputCharacter","isCharacterSame"]),j=AP(b,c,!!u,a,l,d),T=j[0],E=T.formattedValue,R=T.numAsString,_=j[1],N=p.useRef(),O=p.useRef({formattedValue:E,numAsString:R}),F=function(ne,X){O.current={formattedValue:ne.formattedValue,numAsString:ne.value},_(ne,X)},z=p.useState(!1),H=z[0],D=z[1],k=p.useRef(null),P=p.useRef({setCaretTimeout:null,focusTimeout:null});p.useEffect(function(){return D(!0),function(){clearTimeout(P.current.setCaretTimeout),clearTimeout(P.current.focusTimeout)}},[]);var I=a,L=function(ne,X){var ce=parseFloat(X);return{formattedValue:ne,value:X,floatValue:isNaN(ce)?void 0:ce}},$=function(ne,X,ce){ne.selectionStart===0&&ne.selectionEnd===ne.value.length||(is(ne,X),P.current.setCaretTimeout=setTimeout(function(){ne.value===ce&&ne.selectionStart!==X&&is(ne,X)},0))},Q=function(ne,X,ce){return Jb(ne,X,x(ne),ce)},ue=function(ne,X,ce){var ke=x(X),J=N9(X,E,ne,ce,ke,y,w);return J=Jb(X,J,ke),J},Re=function(ne){var X=ne.formattedValue;X===void 0&&(X="");var ce=ne.input,ke=ne.source,J=ne.event,se=ne.numAsString,G;if(ce){var Se=ne.inputValue||ce.value,He=tm(ce);ce.value=X,G=ue(Se,X,He),G!==void 0&&$(ce,G,X)}X!==E&&F(L(X,se),{event:J,source:ke})};p.useEffect(function(){var ne=O.current,X=ne.formattedValue,ce=ne.numAsString;(E!==X||R!==ce)&&F(L(E,R),{event:void 0,source:Lc.props})},[E,R]);var me=k.current?tm(k.current):void 0,ge=typeof window<"u"?p.useLayoutEffect:p.useEffect;ge(function(){var ne=k.current;if(E!==O.current.formattedValue&&ne){var X=ue(O.current.formattedValue,E,me);ne.value=E,$(ne,X,E)}},[E]);var De=function(ne,X,ce){var ke=X.target,J=N.current?R9(N.current,ke.selectionEnd):IP(E,ne),se=Object.assign(Object.assign({},J),{lastValue:E}),G=l(ne,se),Se=I(G);if(G=l(Se,void 0),f&&!f(L(Se,G))){var He=X.target,kt=tm(He),lt=ue(ne,E,kt);return He.value=E,$(He,lt,E),!1}return Re({formattedValue:Se,numAsString:G,inputValue:ne,event:X,source:ce,input:X.target}),!0},le=function(ne,X){X===void 0&&(X=0);var ce=ne.selectionStart,ke=ne.selectionEnd;N.current={selectionStart:ce,selectionEnd:ke+X}},Ne=function(ne){var X=ne.target,ce=X.value,ke=De(ce,ne,Lc.event);ke&&h(ne),N.current=void 0},it=function(ne){var X=ne.target,ce=ne.key,ke=X.selectionStart,J=X.selectionEnd,se=X.value;se===void 0&&(se="");var G;ce==="ArrowLeft"||ce==="Backspace"?G=Math.max(ke-1,0):ce==="ArrowRight"?G=Math.min(ke+1,se.length):ce==="Delete"&&(G=ke);var Se=0;ce==="Delete"&&ke===J&&(Se=1);var He=ce==="ArrowLeft"||ce==="ArrowRight";if(G===void 0||ke!==J&&!He){m(ne),le(X,Se);return}var kt=G;if(He){var lt=ce==="ArrowLeft"?"left":"right";kt=Q(se,G,lt),kt!==G&&ne.preventDefault()}else ce==="Delete"&&!y(se[G])?kt=Q(se,G,"right"):ce==="Backspace"&&!y(se[G])&&(kt=Q(se,G,"left"));kt!==G&&$(X,kt,se),m(ne),le(X,Se)},Ue=function(ne){var X=ne.target,ce=function(){var ke=X.selectionStart,J=X.selectionEnd,se=X.value;if(se===void 0&&(se=""),ke===J){var G=Q(se,ke);G!==ke&&$(X,G,se)}};ce(),requestAnimationFrame(function(){ce()}),g(ne),le(X)},Je=function(ne){ne.persist&&ne.persist();var X=ne.target,ce=ne.currentTarget;k.current=X,P.current.focusTimeout=setTimeout(function(){var ke=X.selectionStart,J=X.selectionEnd,se=X.value;se===void 0&&(se="");var G=Q(se,ke);G!==ke&&!(ke===0&&J===se.length)&&$(X,G,se),v(Object.assign(Object.assign({},ne),{currentTarget:ce}))},0)},st=function(ne){k.current=null,clearTimeout(P.current.focusTimeout),clearTimeout(P.current.setCaretTimeout),S(ne)},Be=H&&D9()?"numeric":void 0,Ze=Object.assign({inputMode:Be},C,{type:t,value:E,onChange:Ne,onKeyDown:it,onMouseUp:Ue,onFocus:Je,onBlur:st});if(n==="text")return o?Jt.createElement(Jt.Fragment,null,o(E,C)||null):Jt.createElement("span",Object.assign({},C,{ref:i}),E);if(r){var at=r;return Jt.createElement(at,Object.assign({},Ze,{ref:i}))}return Jt.createElement("input",Object.assign({},Ze,{ref:i}))}function Zb(e,t){var n=t.decimalScale,r=t.fixedDecimalScale,o=t.prefix;o===void 0&&(o="");var i=t.suffix;i===void 0&&(i="");var a=t.allowNegative,l=t.thousandsGroupStyle;if(l===void 0&&(l="thousand"),e===""||e==="-")return e;var c=Ih(t),u=c.thousandSeparator,d=c.decimalSeparator,f=n!==0&&e.indexOf(".")!==-1||n&&r,h=mx(e,a),m=h.beforeDecimal,g=h.afterDecimal,v=h.addNegation;return n!==void 0&&(g=_P(g,n,!!r)),u&&(m=T9(m,u,l)),o&&(m=o+m),i&&(g=g+i),v&&(m="-"+m),e=m+(f&&d||"")+g,e}function Ih(e){var t=e.decimalSeparator;t===void 0&&(t=".");var n=e.thousandSeparator,r=e.allowedDecimalSeparators;return n===!0&&(n=","),r||(r=[t,"."]),{decimalSeparator:t,thousandSeparator:n,allowedDecimalSeparators:r}}function F9(e,t){e===void 0&&(e="");var n=new RegExp("(-)"),r=new RegExp("(-)(.)*(-)"),o=n.test(e),i=r.test(e);return e=e.replace(/-/g,""),o&&!i&&t&&(e="-"+e),e}function z9(e,t){return new RegExp("(^-)|[0-9]|"+RP(e),"g")}function U9(e,t,n){return e===""?!0:!(t!=null&&t.match(/\d/))&&!(n!=null&&n.match(/\d/))&&typeof e=="string"&&!isNaN(Number(e))}function B9(e,t,n){var r;t===void 0&&(t=I9(e));var o=n.allowNegative,i=n.prefix;i===void 0&&(i="");var a=n.suffix;a===void 0&&(a="");var l=n.decimalScale,c=t.from,u=t.to,d=u.start,f=u.end,h=Ih(n),m=h.allowedDecimalSeparators,g=h.decimalSeparator,v=e[f]===g;if($c(e)&&(e===i||e===a)&&t.lastValue==="")return e;if(f-d===1&&m.indexOf(e[d])!==-1){var S=l===0?"":g;e=e.substring(0,d)+S+e.substring(d+1,e.length)}var b=function(k,P,I){var L=!1,$=!1;i.startsWith("-")?L=!1:k.startsWith("--")?(L=!1,$=!0):a.startsWith("-")&&k.length===a.length?L=!1:k[0]==="-"&&(L=!0);var Q=L?1:0;return $&&(Q=2),Q&&(k=k.substring(Q),P-=Q,I-=Q),{value:k,start:P,end:I,hasNegation:L}},x=b(e,d,f),y=x.hasNegation;r=x,e=r.value,d=r.start,f=r.end;var w=b(t.lastValue,c.start,c.end),C=w.start,j=w.end,T=w.value,E=e.substring(d,f);e.length&&T.length&&(C>T.length-a.length||j<i.length)&&!(E&&a.startsWith(E))&&(e=T);var R=0;e.startsWith(i)?R+=i.length:d<i.length&&(R=d),e=e.substring(R),f-=R;var _=e.length,N=e.length-a.length;e.endsWith(a)?_=N:(f>N||f>e.length-a.length)&&(_=f),e=e.substring(0,_),e=F9(y?"-"+e:e,o),e=(e.match(z9(g))||[]).join("");var O=e.indexOf(g);e=e.replace(new RegExp(RP(g),"g"),function(k,P){return P===O?".":""});var F=mx(e,o),z=F.beforeDecimal,H=F.afterDecimal,D=F.addNegation;return u.end-u.start<c.end-c.start&&z===""&&v&&!parseFloat(H)&&(e=D?"-":""),e}function V9(e,t){var n=t.prefix;n===void 0&&(n="");var r=t.suffix;r===void 0&&(r="");var o=Array.from({length:e.length+1}).map(function(){return!0}),i=e[0]==="-";o.fill(!1,0,n.length+(i?1:0));var a=e.length;return o.fill(!1,a-r.length+1,a+1),o}function W9(e){var t=Ih(e),n=t.thousandSeparator,r=t.decimalSeparator,o=e.prefix;o===void 0&&(o="");var i=e.allowNegative;if(i===void 0&&(i=!0),n===r)throw new Error(`
84
+ Decimal separator can't be same as thousand separator.
85
+ thousandSeparator: `+n+` (thousandSeparator = {true} is same as thousandSeparator = ",")
86
+ decimalSeparator: `+r+` (default value for decimalSeparator is .)
87
+ `);return o.startsWith("-")&&i&&(console.error(`
88
+ Prefix can't start with '-' when allowNegative is true.
89
+ prefix: `+o+`
90
+ allowNegative: `+i+`
91
+ `),i=!1),Object.assign(Object.assign({},e),{allowNegative:i})}function H9(e){e=W9(e),e.decimalSeparator,e.allowedDecimalSeparators,e.thousandsGroupStyle;var t=e.suffix,n=e.allowNegative,r=e.allowLeadingZeros,o=e.onKeyDown;o===void 0&&(o=vi);var i=e.onBlur;i===void 0&&(i=vi);var a=e.thousandSeparator,l=e.decimalScale,c=e.fixedDecimalScale,u=e.prefix;u===void 0&&(u="");var d=e.defaultValue,f=e.value,h=e.valueIsNumericString,m=e.onValueChange,g=PP(e,["decimalSeparator","allowedDecimalSeparators","thousandsGroupStyle","suffix","allowNegative","allowLeadingZeros","onKeyDown","onBlur","thousandSeparator","decimalScale","fixedDecimalScale","prefix","defaultValue","value","valueIsNumericString","onValueChange"]),v=Ih(e),S=v.decimalSeparator,b=v.allowedDecimalSeparators,x=function(D){return Zb(D,e)},y=function(D,k){return B9(D,k,e)},w=Va(f)?d:f,C=h??U9(w,u,t);Va(f)?Va(d)||(C=C||typeof d=="number"):C=C||typeof f=="number";var j=function(D){return kP(D)?D:(typeof D=="number"&&(D=DP(D)),C&&typeof l=="number"?Xb(D,l,!!c):D)},T=AP(j(f),j(d),!!C,x,y,m),E=T[0],R=E.numAsString,_=E.formattedValue,N=T[1],O=function(D){var k=D.target,P=D.key,I=k.selectionStart,L=k.selectionEnd,$=k.value;if($===void 0&&($=""),(P==="Backspace"||P==="Delete")&&L<u.length){D.preventDefault();return}if(I!==L){o(D);return}P==="Backspace"&&$[0]==="-"&&I===u.length+1&&n&&is(k,1),l&&c&&(P==="Backspace"&&$[I-1]===S?(is(k,I-1),D.preventDefault()):P==="Delete"&&$[I]===S&&D.preventDefault()),b!=null&&b.includes(P)&&$[I]===S&&is(k,I+1);var Q=a===!0?",":a;P==="Backspace"&&$[I-1]===Q&&is(k,I-1),P==="Delete"&&$[I]===Q&&is(k,I+1),o(D)},F=function(D){var k=R;if(k.match(/\d/g)||(k=""),r||(k=k9(k)),c&&l&&(k=Xb(k,l,c)),k!==R){var P=Zb(k,e);N({formattedValue:P,value:k,floatValue:parseFloat(k)},{event:D,source:Lc.event})}i(D)},z=function(D){return D===S?!0:$c(D)},H=function(D){var k=D.currentValue,P=D.lastValue,I=D.formattedValue,L=D.currentValueIndex,$=D.formattedValueIndex,Q=k[L],ue=I[$],Re=IP(P,k),me=Re.to,ge=function(De){return y(De).indexOf(".")+u.length};return f===0&&c&&l&&k[me.start]===S&&ge(k)<L&&ge(I)>$?!1:L>=me.start&&L<me.end&&b&&b.includes(Q)&&ue===S?!0:Q===ue};return Object.assign(Object.assign({},g),{value:_,valueIsNumericString:!1,isValidInputCharacter:z,isCharacterSame:H,onValueChange:N,format:x,removeFormatting:y,getCaretBoundary:function(D){return V9(D,e)},onKeyDown:O,onBlur:F})}function q9(e){var t=H9(e);return Jt.createElement($9,Object.assign({},t))}function ew({direction:e,style:t,...n}){return s.jsx("svg",{style:{width:"var(--ni-chevron-size)",height:"var(--ni-chevron-size)",transform:e==="up"?"rotate(180deg)":void 0,...t},viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:s.jsx("path",{d:"M3.13523 6.15803C3.3241 5.95657 3.64052 5.94637 3.84197 6.13523L7.5 9.56464L11.158 6.13523C11.3595 5.94637 11.6759 5.95657 11.8648 6.15803C12.0536 6.35949 12.0434 6.67591 11.842 6.86477L7.84197 10.6148C7.64964 10.7951 7.35036 10.7951 7.15803 10.6148L3.15803 6.86477C2.95657 6.67591 2.94637 6.35949 3.13523 6.15803Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})}var Pg={root:"m_e2f5cd4e",controls:"m_95e17d22",control:"m_80b4b171"};const G9=/^(0\.0*|-0(\.0*)?)$/,Q9=/^-?0\d+(\.\d+)?\.?$/;function K9(e){return e.toString().replace(".","").length}function Y9(e,t){return(typeof e=="number"?e<Number.MAX_SAFE_INTEGER:!Number.isNaN(Number(e)))&&!Number.isNaN(e)&&K9(t)<14&&t!==""}function tw(e,t,n){if(e===void 0)return!0;const r=t===void 0||e>=t,o=n===void 0||e<=n;return r&&o}const X9={step:1,clampBehavior:"blur",allowDecimal:!0,allowNegative:!0,withKeyboardEvents:!0,allowLeadingZeros:!0,trimLeadingZeroesOnBlur:!0,startValue:0},J9=(e,{size:t})=>({controls:{"--ni-chevron-size":Me(t,"ni-chevron-size")}}),gx=Y((e,t)=>{const n=W("NumberInput",X9,e),{className:r,classNames:o,styles:i,unstyled:a,vars:l,onChange:c,onValueChange:u,value:d,defaultValue:f,max:h,min:m,step:g,hideControls:v,rightSection:S,isAllowed:b,clampBehavior:x,onBlur:y,allowDecimal:w,decimalScale:C,onKeyDown:j,onKeyDownCapture:T,handlersRef:E,startValue:R,disabled:_,rightSectionPointerEvents:N,allowNegative:O,readOnly:F,size:z,rightSectionWidth:H,stepHoldInterval:D,stepHoldDelay:k,allowLeadingZeros:P,withKeyboardEvents:I,trimLeadingZeroesOnBlur:L,...$}=n,Q=de({name:"NumberInput",classes:Pg,props:n,classNames:o,styles:i,unstyled:a,vars:l,varsResolver:J9}),{resolvedClassNames:ue,resolvedStyles:Re}=Xc({classNames:o,styles:i,props:n}),[me,ge]=xn({value:d,defaultValue:f,onChange:c}),De=k!==void 0&&D!==void 0,le=p.useRef(null),Ne=p.useRef(null),it=p.useRef(0),Ue=(G,Se)=>{Se.source==="event"&&ge(Y9(G.floatValue,G.value)&&!G9.test(G.value)&&!(P&&Q9.test(G.value))?G.floatValue:G.value),u==null||u(G,Se)},Je=G=>{const Se=String(G).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return Se?Math.max(0,(Se[1]?Se[1].length:0)-(Se[2]?+Se[2]:0)):0},st=G=>{le.current&&typeof G<"u"&&le.current.setSelectionRange(G,G)},Be=p.useRef();Be.current=()=>{let G;const Se=Je(me),He=Je(g),kt=Math.max(Se,He),lt=10**kt;if(typeof me!="number"||Number.isNaN(me))G=Nl(R,m,h);else if(h!==void 0){const rn=(Math.round(me*lt)+Math.round(g*lt))/lt;G=rn<=h?rn:h}else G=(Math.round(me*lt)+Math.round(g*lt))/lt;const Nt=G.toFixed(kt);ge(parseFloat(Nt)),u==null||u({floatValue:parseFloat(Nt),formattedValue:Nt,value:Nt},{source:"increment"}),setTimeout(()=>{var rn;return st((rn=le.current)==null?void 0:rn.value.length)},0)};const Ze=p.useRef();Ze.current=()=>{let G;const Se=m!==void 0?m:O?Number.MIN_SAFE_INTEGER:0,He=Je(me),kt=Je(g),lt=Math.max(He,kt),Nt=10**lt;if(typeof me!="number"||Number.isNaN(me))G=Nl(R,Se,h);else{const un=(Math.round(me*Nt)-Math.round(g*Nt))/Nt;G=Se!==void 0&&un<Se?Se:un}const rn=G.toFixed(lt);ge(parseFloat(rn)),u==null||u({floatValue:parseFloat(rn),formattedValue:rn,value:rn},{source:"decrement"}),setTimeout(()=>{var un;return st((un=le.current)==null?void 0:un.value.length)},0)};const at=G=>{j==null||j(G),!(F||!I)&&(G.key==="ArrowUp"&&(G.preventDefault(),Be.current()),G.key==="ArrowDown"&&(G.preventDefault(),Ze.current()))},ne=G=>{if(T==null||T(G),G.key==="Backspace"){const Se=le.current;Se.selectionStart===0&&Se.selectionStart===Se.selectionEnd&&(G.preventDefault(),window.setTimeout(()=>st(0),0))}};Uf(E,{increment:Be.current,decrement:Ze.current});const X=G=>{G?Be.current():Ze.current(),it.current+=1},ce=G=>{if(X(G),De){const Se=typeof D=="number"?D:D(it.current);Ne.current=window.setTimeout(()=>ce(G),Se)}},ke=(G,Se)=>{var He;G.preventDefault(),(He=le.current)==null||He.focus(),X(Se),De&&(Ne.current=window.setTimeout(()=>ce(Se),k))},J=()=>{Ne.current&&window.clearTimeout(Ne.current),Ne.current=null,it.current=0},se=s.jsxs("div",{...Q("controls"),children:[s.jsx(wn,{...Q("control"),tabIndex:-1,"aria-hidden":!0,disabled:_||typeof me=="number"&&h!==void 0&&me>=h,mod:{direction:"up"},onMouseDown:G=>G.preventDefault(),onPointerDown:G=>{ke(G,!0)},onPointerUp:J,onPointerLeave:J,children:s.jsx(ew,{direction:"up"})}),s.jsx(wn,{...Q("control"),tabIndex:-1,"aria-hidden":!0,disabled:_||typeof me=="number"&&m!==void 0&&me<=m,mod:{direction:"down"},onMouseDown:G=>G.preventDefault(),onPointerDown:G=>{ke(G,!1)},onPointerUp:J,onPointerLeave:J,children:s.jsx(ew,{direction:"down"})})]});return s.jsx(nr,{component:q9,allowNegative:O,className:rt(Pg.root,r),size:z,...$,readOnly:F,disabled:_,value:me,getInputRef:nn(t,le),onValueChange:Ue,rightSection:v||F?S:S||se,classNames:ue,styles:Re,unstyled:a,__staticSelector:"NumberInput",decimalScale:w?C:0,onKeyDown:at,onKeyDownCapture:ne,rightSectionPointerEvents:N??(_?"none":void 0),rightSectionWidth:H??`var(--ni-right-section-width-${z||"sm"})`,allowLeadingZeros:P,onBlur:G=>{if(y==null||y(G),x==="blur"&&typeof me=="number"&&Nl(me,m,h)!==me&&ge(Nl(me,m,h)),L&&typeof me=="string"&&Je(me)<15){const Se=me.replace(/^0+/,""),He=parseFloat(Se);ge(Number.isNaN(He)||He>Number.MAX_SAFE_INTEGER?Se:Nl(He,m,h))}},isAllowed:G=>x==="strict"?b?b(G)&&tw(G.floatValue,m,h):tw(G.floatValue,m,h):b?b(G):!0})});gx.classes={...nr.classes,...Pg};gx.displayName="@mantine/core/NumberInput";const[Z9,Ah]=Fn("Pagination.Root component was not found in tree");var fu={root:"m_4addd315",control:"m_326d024a",dots:"m_4ad7767d"};const eL={withPadding:!0},hu=Y((e,t)=>{const n=W("PaginationControl",eL,e),{classNames:r,className:o,style:i,styles:a,vars:l,active:c,disabled:u,withPadding:d,mod:f,...h}=n,m=Ah(),g=u||m.disabled;return s.jsx(wn,{ref:t,disabled:g,mod:[{active:c,disabled:g,"with-padding":d},f],...m.getStyles("control",{className:o,style:i,classNames:r,styles:a,active:!g}),...h})});hu.classes=fu;hu.displayName="@mantine/core/PaginationControl";function pu({style:e,children:t,path:n,...r}){return s.jsx("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",style:{width:"calc(var(--pagination-control-size) / 1.8)",height:"calc(var(--pagination-control-size) / 1.8)",...e},...r,children:s.jsx("path",{d:n,fill:"currentColor"})})}const tL=e=>s.jsx(pu,{...e,path:"M8.781 8l-3.3-3.3.943-.943L10.667 8l-4.243 4.243-.943-.943 3.3-3.3z"}),nL=e=>s.jsx(pu,{...e,path:"M7.219 8l3.3 3.3-.943.943L5.333 8l4.243-4.243.943.943-3.3 3.3z"}),rL=e=>s.jsx(pu,{...e,path:"M6.85355 3.85355C7.04882 3.65829 7.04882 3.34171 6.85355 3.14645C6.65829 2.95118 6.34171 2.95118 6.14645 3.14645L2.14645 7.14645C1.95118 7.34171 1.95118 7.65829 2.14645 7.85355L6.14645 11.8536C6.34171 12.0488 6.65829 12.0488 6.85355 11.8536C7.04882 11.6583 7.04882 11.3417 6.85355 11.1464L3.20711 7.5L6.85355 3.85355ZM12.8536 3.85355C13.0488 3.65829 13.0488 3.34171 12.8536 3.14645C12.6583 2.95118 12.3417 2.95118 12.1464 3.14645L8.14645 7.14645C7.95118 7.34171 7.95118 7.65829 8.14645 7.85355L12.1464 11.8536C12.3417 12.0488 12.6583 12.0488 12.8536 11.8536C13.0488 11.6583 13.0488 11.3417 12.8536 11.1464L9.20711 7.5L12.8536 3.85355Z"}),oL=e=>s.jsx(pu,{...e,path:"M2.14645 11.1464C1.95118 11.3417 1.95118 11.6583 2.14645 11.8536C2.34171 12.0488 2.65829 12.0488 2.85355 11.8536L6.85355 7.85355C7.04882 7.65829 7.04882 7.34171 6.85355 7.14645L2.85355 3.14645C2.65829 2.95118 2.34171 2.95118 2.14645 3.14645C1.95118 3.34171 1.95118 3.65829 2.14645 3.85355L5.79289 7.5L2.14645 11.1464ZM8.14645 11.1464C7.95118 11.3417 7.95118 11.6583 8.14645 11.8536C8.34171 12.0488 8.65829 12.0488 8.85355 11.8536L12.8536 7.85355C13.0488 7.65829 13.0488 7.34171 12.8536 7.14645L8.85355 3.14645C8.65829 2.95118 8.34171 2.95118 8.14645 3.14645C7.95118 3.34171 7.95118 3.65829 8.14645 3.85355L11.7929 7.5L8.14645 11.1464Z"}),iL=e=>s.jsx(pu,{...e,path:"M2 8c0-.733.6-1.333 1.333-1.333.734 0 1.334.6 1.334 1.333s-.6 1.333-1.334 1.333C2.6 9.333 2 8.733 2 8zm9.333 0c0-.733.6-1.333 1.334-1.333C13.4 6.667 14 7.267 14 8s-.6 1.333-1.333 1.333c-.734 0-1.334-.6-1.334-1.333zM6.667 8c0-.733.6-1.333 1.333-1.333s1.333.6 1.333 1.333S8.733 9.333 8 9.333 6.667 8.733 6.667 8z"}),sL={icon:iL},Nh=Y((e,t)=>{const n=W("PaginationDots",sL,e),{classNames:r,className:o,style:i,styles:a,vars:l,icon:c,...u}=n,d=Ah(),f=c;return s.jsx(q,{ref:t,...d.getStyles("dots",{className:o,style:i,styles:a,classNames:r}),...u,children:s.jsx(f,{style:{width:"calc(var(--pagination-control-size) / 1.8)",height:"calc(var(--pagination-control-size) / 1.8)"}})})});Nh.classes=fu;Nh.displayName="@mantine/core/PaginationDots";function Mh({icon:e,name:t,action:n,type:r}){const o={icon:e},i=p.forwardRef((a,l)=>{const{icon:c,...u}=W(t,o,a),d=c,f=Ah(),h=r==="next"?f.active===f.total:f.active===1;return s.jsx(hu,{disabled:f.disabled||h,ref:l,onClick:f[n],withPadding:!1,...u,children:s.jsx(d,{className:"mantine-rotate-rtl",style:{width:"calc(var(--pagination-control-size) / 1.8)",height:"calc(var(--pagination-control-size) / 1.8)"}})})});return i.displayName=`@mantine/core/${t}`,i}const NP=Mh({icon:tL,name:"PaginationNext",action:"onNext",type:"next"}),MP=Mh({icon:nL,name:"PaginationPrevious",action:"onPrevious",type:"previous"}),OP=Mh({icon:rL,name:"PaginationFirst",action:"onFirst",type:"previous"}),LP=Mh({icon:oL,name:"PaginationLast",action:"onLast",type:"next"});function vx({dotsIcon:e}){const t=Ah(),n=t.range.map((r,o)=>{var i,a,l;return r==="dots"?s.jsx(Nh,{icon:e},o):s.jsx(hu,{active:r===t.active,"aria-current":r===t.active?"page":void 0,onClick:()=>t.onChange(r),disabled:t.disabled,...(i=t.getItemProps)==null?void 0:i.call(t,r),children:((l=(a=t.getItemProps)==null?void 0:a.call(t,r))==null?void 0:l.children)??r},o)});return s.jsx(s.Fragment,{children:n})}vx.displayName="@mantine/core/PaginationItems";const aL={siblings:1,boundaries:1},lL=(e,{size:t,radius:n,color:r,autoContrast:o})=>({root:{"--pagination-control-radius":n===void 0?void 0:dt(n),"--pagination-control-size":Me(t,"pagination-control-size"),"--pagination-control-fz":hn(t),"--pagination-active-bg":r?ut(r,e):void 0,"--pagination-active-color":Ms(o,e)?Go({color:r,theme:e,autoContrast:o}):void 0}}),Oh=Y((e,t)=>{const n=W("PaginationRoot",aL,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,total:u,value:d,defaultValue:f,onChange:h,disabled:m,siblings:g,boundaries:v,color:S,radius:b,onNextPage:x,onPreviousPage:y,onFirstPage:w,onLastPage:C,getItemProps:j,autoContrast:T,...E}=n,R=de({name:"Pagination",classes:fu,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:lL}),{range:_,setPage:N,next:O,previous:F,active:z,first:H,last:D}=BD({page:d,initialPage:f,onChange:h,total:u,siblings:g,boundaries:v}),k=qn(x,O),P=qn(y,F),I=qn(w,H),L=qn(C,D);return s.jsx(Z9,{value:{total:u,range:_,active:z,disabled:m,getItemProps:j,onChange:N,onNext:k,onPrevious:P,onFirst:I,onLast:L,getStyles:R},children:s.jsx(q,{ref:t,...R("root"),...E})})});Oh.classes=fu;Oh.displayName="@mantine/core/PaginationRoot";const cL={withControls:!0,siblings:1,boundaries:1,gap:8},Jr=Y((e,t)=>{const n=W("Pagination",cL,e),{withEdges:r,withControls:o,getControlProps:i,nextIcon:a,previousIcon:l,lastIcon:c,firstIcon:u,dotsIcon:d,total:f,gap:h,hideWithOnePage:m,...g}=n;return f<=0||m&&f===1?null:s.jsx(Oh,{ref:t,total:f,...g,children:s.jsxs(ee,{gap:h,children:[r&&s.jsx(OP,{icon:u,...i==null?void 0:i("first")}),o&&s.jsx(MP,{icon:l,...i==null?void 0:i("previous")}),s.jsx(vx,{dotsIcon:d}),o&&s.jsx(NP,{icon:a,...i==null?void 0:i("next")}),r&&s.jsx(LP,{icon:c,...i==null?void 0:i("last")})]})})});Jr.classes=fu;Jr.displayName="@mantine/core/Pagination";Jr.Root=Oh;Jr.Control=hu;Jr.Dots=Nh;Jr.First=OP;Jr.Last=LP;Jr.Next=NP;Jr.Previous=MP;Jr.Items=vx;const uL=({reveal:e})=>s.jsx("svg",{viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{width:"var(--psi-icon-size)",height:"var(--psi-icon-size)"},children:s.jsx("path",{d:e?"M13.3536 2.35355C13.5488 2.15829 13.5488 1.84171 13.3536 1.64645C13.1583 1.45118 12.8417 1.45118 12.6464 1.64645L10.6828 3.61012C9.70652 3.21671 8.63759 3 7.5 3C4.30786 3 1.65639 4.70638 0.0760002 7.23501C-0.0253338 7.39715 -0.0253334 7.60288 0.0760014 7.76501C0.902945 9.08812 2.02314 10.1861 3.36061 10.9323L1.64645 12.6464C1.45118 12.8417 1.45118 13.1583 1.64645 13.3536C1.84171 13.5488 2.15829 13.5488 2.35355 13.3536L4.31723 11.3899C5.29348 11.7833 6.36241 12 7.5 12C10.6921 12 13.3436 10.2936 14.924 7.76501C15.0253 7.60288 15.0253 7.39715 14.924 7.23501C14.0971 5.9119 12.9769 4.81391 11.6394 4.06771L13.3536 2.35355ZM9.90428 4.38861C9.15332 4.1361 8.34759 4 7.5 4C4.80285 4 2.52952 5.37816 1.09622 7.50001C1.87284 8.6497 2.89609 9.58106 4.09974 10.1931L9.90428 4.38861ZM5.09572 10.6114L10.9003 4.80685C12.1039 5.41894 13.1272 6.35031 13.9038 7.50001C12.4705 9.62183 10.1971 11 7.5 11C6.65241 11 5.84668 10.8639 5.09572 10.6114Z":"M7.5 11C4.80285 11 2.52952 9.62184 1.09622 7.50001C2.52952 5.37816 4.80285 4 7.5 4C10.1971 4 12.4705 5.37816 13.9038 7.50001C12.4705 9.62183 10.1971 11 7.5 11ZM7.5 3C4.30786 3 1.65639 4.70638 0.0760002 7.23501C-0.0253338 7.39715 -0.0253334 7.60288 0.0760014 7.76501C1.65639 10.2936 4.30786 12 7.5 12C10.6921 12 13.3436 10.2936 14.924 7.76501C15.0253 7.60288 15.0253 7.39715 14.924 7.23501C13.3436 4.70638 10.6921 3 7.5 3ZM7.5 9.5C8.60457 9.5 9.5 8.60457 9.5 7.5C9.5 6.39543 8.60457 5.5 7.5 5.5C6.39543 5.5 5.5 6.39543 5.5 7.5C5.5 8.60457 6.39543 9.5 7.5 9.5Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})});var kg={root:"m_f61ca620",input:"m_ccf8da4c",innerInput:"m_f2d85dd2",visibilityToggle:"m_b1072d44"};const dL={visibilityToggleIcon:uL},fL=(e,{size:t})=>({root:{"--psi-icon-size":Me(t,"psi-icon-size"),"--psi-button-size":Me(t,"psi-button-size")}}),Wr=Y((e,t)=>{const n=W("PasswordInput",dL,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,required:u,error:d,leftSection:f,disabled:h,id:m,variant:g,inputContainer:v,description:S,label:b,size:x,errorProps:y,descriptionProps:w,labelProps:C,withAsterisk:j,inputWrapperOrder:T,wrapperProps:E,radius:R,rightSection:_,rightSectionWidth:N,rightSectionPointerEvents:O,leftSectionWidth:F,visible:z,defaultVisible:H,onVisibilityChange:D,visibilityToggleIcon:k,visibilityToggleButtonProps:P,rightSectionProps:I,leftSectionProps:L,leftSectionPointerEvents:$,withErrorStyles:Q,mod:ue,...Re}=n,me=zn(m),[ge,De]=xn({value:z,defaultValue:H,finalValue:!1,onChange:D}),le=()=>De(!ge),Ne=de({name:"PasswordInput",classes:kg,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:fL}),{resolvedClassNames:it,resolvedStyles:Ue}=Xc({classNames:r,styles:a,props:n}),{styleProps:Je,rest:st}=Qo(Re),Be=k,Ze=s.jsx(en,{...Ne("visibilityToggle"),disabled:h,radius:R,"aria-hidden":!P,tabIndex:-1,...P,variant:"subtle",color:"gray",unstyled:l,onTouchEnd:at=>{var ne;at.preventDefault(),(ne=P==null?void 0:P.onTouchEnd)==null||ne.call(P,at),le()},onMouseDown:at=>{var ne;at.preventDefault(),(ne=P==null?void 0:P.onMouseDown)==null||ne.call(P,at),le()},onKeyDown:at=>{var ne;(ne=P==null?void 0:P.onKeyDown)==null||ne.call(P,at),at.key===" "&&(at.preventDefault(),le())},children:s.jsx(Be,{reveal:ge})});return s.jsx(Lt.Wrapper,{required:u,id:me,label:b,error:d,description:S,size:x,classNames:it,styles:Ue,__staticSelector:"PasswordInput",errorProps:y,descriptionProps:w,unstyled:l,withAsterisk:j,inputWrapperOrder:T,inputContainer:v,variant:g,labelProps:{...C,htmlFor:me},mod:ue,...Ne("root"),...Je,...E,children:s.jsx(Lt,{component:"div",error:d,leftSection:f,size:x,classNames:{...it,input:rt(kg.input,it.input)},styles:Ue,radius:R,disabled:h,__staticSelector:"PasswordInput",rightSectionWidth:N,rightSection:_??Ze,variant:g,unstyled:l,leftSectionWidth:F,rightSectionPointerEvents:O||"all",rightSectionProps:I,leftSectionProps:L,leftSectionPointerEvents:$,withAria:!1,withErrorStyles:Q,children:s.jsx("input",{required:u,"data-invalid":!!d||void 0,"data-with-left-section":!!f||void 0,...Ne("innerInput"),disabled:h,id:me,ref:t,...st,autoComplete:st.autoComplete||"off",type:ge?"text":"password"})})})});Wr.classes={...nr.classes,...kg};Wr.displayName="@mantine/core/PasswordInput";const[hL,$P]=Ns(),[pL,mL]=Ns();var FP={card:"m_9dc8ae12"};const gL={withBorder:!0},vL=(e,{radius:t})=>({card:{"--card-radius":dt(t)}}),yx=Y((e,t)=>{const n=W("RadioCard",gL,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,checked:u,mod:d,withBorder:f,value:h,onClick:m,name:g,onKeyDown:v,...S}=n,b=de({name:"RadioCard",classes:FP,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:vL,rootSelector:"card"}),{dir:x}=Ls(),y=$P(),w=typeof u=="boolean"?u:(y==null?void 0:y.value)===h||!1,C=g||(y==null?void 0:y.name),j=T=>{if(v==null||v(T),["ArrowDown","ArrowUp","ArrowLeft","ArrowRight"].includes(T.nativeEvent.code)){T.preventDefault();const E=Array.from(document.querySelectorAll(`[role="radio"][name="${C||"__mantine"}"]`)),R=E.findIndex(O=>O===T.target),_=R+1>=E.length?0:R+1,N=R-1<0?E.length-1:R-1;T.nativeEvent.code==="ArrowDown"&&(E[_].focus(),E[_].click()),T.nativeEvent.code==="ArrowUp"&&(E[N].focus(),E[N].click()),T.nativeEvent.code==="ArrowLeft"&&(E[x==="ltr"?N:_].focus(),E[x==="ltr"?N:_].click()),T.nativeEvent.code==="ArrowRight"&&(E[x==="ltr"?_:N].focus(),E[x==="ltr"?_:N].click())}};return s.jsx(pL,{value:{checked:w},children:s.jsx(wn,{ref:t,mod:[{"with-border":f,checked:w},d],...b("card"),...S,role:"radio","aria-checked":w,name:C,onClick:T=>{m==null||m(T),y==null||y.onChange(h||"")},onKeyDown:j})})});yx.displayName="@mantine/core/RadioCard";yx.classes=FP;const yL={},xx=Y((e,t)=>{const{value:n,defaultValue:r,onChange:o,size:i,wrapperProps:a,children:l,name:c,readOnly:u,...d}=W("RadioGroup",yL,e),f=zn(c),[h,m]=xn({value:n,defaultValue:r,finalValue:"",onChange:o}),g=v=>!u&&m(typeof v=="string"?v:v.currentTarget.value);return s.jsx(hL,{value:{value:h,onChange:g,size:i,name:f},children:s.jsx(Lt.Wrapper,{size:i,ref:t,...a,...d,labelElement:"div",__staticSelector:"RadioGroup",children:s.jsx(qy,{role:"radiogroup",children:l})})})});xx.classes=Lt.Wrapper.classes;xx.displayName="@mantine/core/RadioGroup";function zP({size:e,style:t,...n}){return s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 5 5",style:{width:B(e),height:B(e),...t},"aria-hidden":!0,...n,children:s.jsx("circle",{cx:"2.5",cy:"2.5",r:"2.5",fill:"currentColor"})})}var UP={indicator:"m_717d7ff6",icon:"m_3e4da632","indicator--outline":"m_2980836c"};const xL={icon:zP},bL=(e,{radius:t,color:n,size:r,iconColor:o,variant:i,autoContrast:a})=>{const l=Sr({color:n||e.primaryColor,theme:e}),c=l.isThemeColor&&l.shade===void 0?`var(--mantine-color-${l.color}-outline)`:l.color;return{indicator:{"--radio-size":Me(r,"radio-size"),"--radio-radius":t===void 0?void 0:dt(t),"--radio-color":i==="outline"?c:ut(n,e),"--radio-icon-size":Me(r,"radio-icon-size"),"--radio-icon-color":o?ut(o,e):Ms(a,e)?Go({color:n,theme:e,autoContrast:a}):void 0}}},bx=Y((e,t)=>{const n=W("RadioIndicator",xL,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,icon:u,radius:d,color:f,iconColor:h,autoContrast:m,checked:g,mod:v,variant:S,disabled:b,...x}=n,y=u,w=de({name:"RadioIndicator",classes:UP,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:bL,rootSelector:"indicator"}),C=mL(),j=typeof g=="boolean"?g:(C==null?void 0:C.checked)||!1;return s.jsx(q,{ref:t,...w("indicator",{variant:S}),variant:S,mod:[{checked:j,disabled:b},v],...x,children:s.jsx(y,{...w("icon")})})});bx.displayName="@mantine/core/RadioIndicator";bx.classes=UP;var BP={root:"m_f3f1af94",inner:"m_89c4f5e4",icon:"m_f3ed6b2b",radio:"m_8a3dbb89","radio--outline":"m_1bfe9d39"};const wL={labelPosition:"right"},SL=(e,{size:t,radius:n,color:r,iconColor:o,variant:i,autoContrast:a})=>{const l=Sr({color:r||e.primaryColor,theme:e}),c=l.isThemeColor&&l.shade===void 0?`var(--mantine-color-${l.color}-outline)`:l.color;return{root:{"--radio-size":Me(t,"radio-size"),"--radio-radius":n===void 0?void 0:dt(n),"--radio-color":i==="outline"?c:ut(r,e),"--radio-icon-color":o?ut(o,e):Ms(a,e)?Go({color:r,theme:e,autoContrast:a}):void 0,"--radio-icon-size":Me(t,"radio-icon-size")}}},Ps=Y((e,t)=>{const n=W("Radio",wL,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,id:u,size:d,label:f,labelPosition:h,description:m,error:g,radius:v,color:S,variant:b,disabled:x,wrapperProps:y,icon:w=zP,rootRef:C,iconColor:j,onChange:T,mod:E,...R}=n,_=de({name:"Radio",classes:BP,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:SL}),N=$P(),O=(N==null?void 0:N.size)??d,F=n.size?d:O,{styleProps:z,rest:H}=Qo(R),D=zn(u),k=N?{checked:N.value===H.value,name:H.name??N.name,onChange:P=>{N.onChange(P),T==null||T(P)}}:{};return s.jsx(xh,{..._("root"),__staticSelector:"Radio",__stylesApiProps:n,id:D,size:F,labelPosition:h,label:f,description:m,error:g,disabled:x,classNames:r,styles:a,unstyled:l,"data-checked":k.checked||void 0,variant:b,ref:C,mod:E,...z,...y,children:s.jsxs(q,{..._("inner"),mod:{"label-position":h},children:[s.jsx(q,{..._("radio",{focusable:!0,variant:b}),onChange:T,...H,...k,component:"input",mod:{error:!!g},ref:t,id:D,disabled:x,type:"radio"}),s.jsx(w,{..._("icon"),"aria-hidden":!0})]})})});Ps.classes=BP;Ps.displayName="@mantine/core/Radio";Ps.Group=xx;Ps.Card=yx;Ps.Indicator=bx;const jL={duration:100,transition:"fade"};function CL(e,t){return{...jL,...t,...e}}function EL({offset:e,position:t,defaultOpened:n}){const[r,o]=p.useState(n),i=p.useRef(),{x:a,y:l,elements:c,refs:u,update:d,placement:f}=jy({placement:t,middleware:[xy({crossAxis:!0,padding:5,rootBoundary:"document"})]}),h=f.includes("right")?e:t.includes("left")?e*-1:0,m=f.includes("bottom")?e:t.includes("top")?e*-1:0,g=p.useCallback(({clientX:v,clientY:S})=>{u.setPositionReference({getBoundingClientRect(){return{width:0,height:0,x:v,y:S,left:v+h,top:S+m,right:v,bottom:S}}})},[c.reference]);return p.useEffect(()=>{if(u.floating.current){const v=i.current;v.addEventListener("mousemove",g);const S=Io(u.floating.current);return S.forEach(b=>{b.addEventListener("scroll",d)}),()=>{v.removeEventListener("mousemove",g),S.forEach(b=>{b.removeEventListener("scroll",d)})}}},[c.reference,u.floating.current,d,g,r]),{handleMouseMove:g,x:a,y:l,opened:r,setOpened:o,boundaryRef:i,floating:u.setFloating}}var Lh={tooltip:"m_1b3c8819",arrow:"m_f898399f"};const TL={refProp:"ref",withinPortal:!0,offset:10,defaultOpened:!1,position:"right",zIndex:Yr("popover")},PL=(e,{radius:t,color:n})=>({tooltip:{"--tooltip-radius":t===void 0?void 0:dt(t),"--tooltip-bg":n?ut(n,e):void 0,"--tooltip-color":n?"var(--mantine-color-white)":void 0}}),wx=Y((e,t)=>{const n=W("TooltipFloating",TL,e),{children:r,refProp:o,withinPortal:i,style:a,className:l,classNames:c,styles:u,unstyled:d,radius:f,color:h,label:m,offset:g,position:v,multiline:S,zIndex:b,disabled:x,defaultOpened:y,variant:w,vars:C,portalProps:j,...T}=n,E=At(),R=de({name:"TooltipFloating",props:n,classes:Lh,className:l,style:a,classNames:c,styles:u,unstyled:d,rootSelector:"tooltip",vars:C,varsResolver:PL}),{handleMouseMove:_,x:N,y:O,opened:F,boundaryRef:z,floating:H,setOpened:D}=EL({offset:g,position:v,defaultOpened:y});if(!qo(r))throw new Error("[@mantine/core] Tooltip.Floating component children should be an element or a component that accepts ref, fragments, strings, numbers and other primitive values are not supported");const k=nn(z,Vf(r),t),P=L=>{var $,Q;(Q=($=r.props).onMouseEnter)==null||Q.call($,L),_(L),D(!0)},I=L=>{var $,Q;(Q=($=r.props).onMouseLeave)==null||Q.call($,L),D(!1)};return s.jsxs(s.Fragment,{children:[s.jsx(zs,{...j,withinPortal:i,children:s.jsx(q,{...T,...R("tooltip",{style:{...Ij(a,E),zIndex:b,display:!x&&F?"block":"none",top:(O&&Math.round(O))??"",left:(N&&Math.round(N))??""}}),variant:w,ref:H,mod:{multiline:S},children:m})}),p.cloneElement(r,{...r.props,[o]:k,onMouseEnter:P,onMouseLeave:I})]})});wx.classes=Lh;wx.displayName="@mantine/core/TooltipFloating";const VP=p.createContext(!1),kL=VP.Provider,RL=()=>p.useContext(VP),_L={openDelay:0,closeDelay:0};function Sx(e){const{openDelay:t,closeDelay:n,children:r}=W("TooltipGroup",_L,e);return s.jsx(kL,{value:!0,children:s.jsx(R3,{delay:{open:t,close:n},children:r})})}Sx.displayName="@mantine/core/TooltipGroup";Sx.extend=e=>e;function DL(e){var j,T,E;const[t,n]=p.useState(e.defaultOpened),o=typeof e.opened=="boolean"?e.opened:t,i=RL(),a=zn(),{delay:l,currentId:c,setCurrentId:u}=vT(),d=p.useCallback(R=>{n(R),R&&u(a)},[u,a]),{x:f,y:h,context:m,refs:g,update:v,placement:S,middlewareData:{arrow:{x:b,y:x}={}}}=jy({strategy:e.strategy,placement:e.position,open:o,onOpenChange:d,middleware:[fT(e.offset),xy({padding:8}),jg(),hT({element:e.arrowRef,padding:e.arrowOffset}),...e.inline?[Cg()]:[]]});_3(m,{id:a});const{getReferenceProps:y,getFloatingProps:w}=L3([k3(m,{enabled:(j=e.events)==null?void 0:j.hover,delay:i?l:{open:e.openDelay,close:e.closeDelay},mouseOnly:!((T=e.events)!=null&&T.touch)}),O3(m,{enabled:(E=e.events)==null?void 0:E.focus,visibleOnly:!0}),F3(m,{role:"tooltip"}),N3(m,{enabled:typeof e.opened>"u"})]);CT({opened:o,position:e.position,positionDependencies:e.positionDependencies,floating:{refs:g,update:v}}),Mo(()=>{var R;(R=e.onPositionChange)==null||R.call(e,S)},[S]);const C=o&&c&&c!==a;return{x:f,y:h,arrowX:b,arrowY:x,reference:g.setReference,floating:g.setFloating,getFloatingProps:w,getReferenceProps:y,isGroupPhase:C,opened:o,placement:S}}const nw={position:"top",refProp:"ref",withinPortal:!0,inline:!1,defaultOpened:!1,arrowSize:4,arrowOffset:5,arrowRadius:0,arrowPosition:"side",offset:5,transitionProps:{duration:100,transition:"fade"},events:{hover:!0,focus:!1,touch:!1},zIndex:Yr("popover"),positionDependencies:[]},IL=(e,{radius:t,color:n})=>({tooltip:{"--tooltip-radius":t===void 0?void 0:dt(t),"--tooltip-bg":n?ut(n,e):void 0,"--tooltip-color":n?"var(--mantine-color-white)":void 0}}),Vs=Y((e,t)=>{const n=W("Tooltip",nw,e),{children:r,position:o,refProp:i,label:a,openDelay:l,closeDelay:c,onPositionChange:u,opened:d,defaultOpened:f,withinPortal:h,radius:m,color:g,classNames:v,styles:S,unstyled:b,style:x,className:y,withArrow:w,arrowSize:C,arrowOffset:j,arrowRadius:T,arrowPosition:E,offset:R,transitionProps:_,multiline:N,events:O,zIndex:F,disabled:z,positionDependencies:H,onClick:D,onMouseEnter:k,onMouseLeave:P,inline:I,variant:L,keepMounted:$,vars:Q,portalProps:ue,mod:Re,floatingStrategy:me,...ge}=W("Tooltip",nw,n),{dir:De}=Ls(),le=p.useRef(null),Ne=DL({position:yT(De,o),closeDelay:c,openDelay:l,onPositionChange:u,opened:d,defaultOpened:f,events:O,arrowRef:le,arrowOffset:j,offset:typeof R=="number"?R+(w?C/2:0):R,positionDependencies:[...H,r],inline:I,strategy:me}),it=de({name:"Tooltip",props:n,classes:Lh,className:y,style:x,classNames:v,styles:S,unstyled:b,rootSelector:"tooltip",vars:Q,varsResolver:IL});if(!qo(r))throw new Error("[@mantine/core] Tooltip component children should be an element or a component that accepts ref, fragments, strings, numbers and other primitive values are not supported");const Ue=nn(Ne.reference,Vf(r),t),Je=CL(_,{duration:100,transition:"fade"});return s.jsxs(s.Fragment,{children:[s.jsx(zs,{...ue,withinPortal:h,children:s.jsx(Yo,{...Je,keepMounted:$,mounted:!z&&!!Ne.opened,duration:Ne.isGroupPhase?10:Je.duration,children:st=>s.jsxs(q,{...ge,"data-fixed":me==="fixed"||void 0,variant:L,mod:[{multiline:N},Re],...Ne.getFloatingProps({ref:Ne.floating,className:it("tooltip").className,style:{...it("tooltip").style,...st,zIndex:F,top:Ne.y??0,left:Ne.x??0}}),children:[a,s.jsx(Cy,{ref:le,arrowX:Ne.arrowX,arrowY:Ne.arrowY,visible:w,position:Ne.placement,arrowSize:C,arrowOffset:j,arrowRadius:T,arrowPosition:E,...it("arrow")})]})})}),p.cloneElement(r,Ne.getReferenceProps({onClick:D,onMouseEnter:k,onMouseLeave:P,onMouseMove:n.onMouseMove,onPointerDown:n.onPointerDown,onPointerEnter:n.onPointerEnter,[i]:Ue,className:rt(y,r.props.className),...r.props}))]})});Vs.classes=Lh;Vs.displayName="@mantine/core/Tooltip";Vs.Floating=wx;Vs.Group=Sx;function AL({size:e,thickness:t,sum:n,value:r,root:o,offset:i}){const a=(e*.9-t*2)/2,l=Math.PI*a*2/100,c=o||r===void 0?`${(100-n)*l}, ${n*l}`:`${r*l}, ${(100-r)*l}`;return{strokeWidth:Number.isNaN(t)?12:t,cx:e/2||0,cy:e/2||0,r:a||0,transform:o?`scale(1, -1) translate(0, -${e})`:void 0,strokeDasharray:c,strokeDashoffset:o?0:i||0}}function WP({size:e,value:t,offset:n,sum:r,thickness:o,root:i,color:a,lineRoundCaps:l,tooltip:c,getStyles:u,display:d,...f}){const h=At();return s.jsx(Vs.Floating,{disabled:!c,label:c,children:s.jsx(q,{component:"circle",...f,...u("curve"),__vars:{"--curve-color":a?ut(a,h):void 0},fill:"none",strokeLinecap:l?"round":"butt",...AL({sum:r,size:e,thickness:o,value:t,offset:n,root:i})})})}WP.displayName="@mantine/core/Curve";function NL({size:e,thickness:t,sections:n,renderRoundedLineCaps:r,rootColor:o}){const i=n.reduce((d,f)=>d+f.value,0),a=Math.PI*((e*.9-t*2)/2)*2;let l=a;const c=[],u=[];for(let d=0;d<n.length;d+=1)c.push({sum:i,offset:l,data:n[d],root:!1}),l-=n[d].value/100*a;if(c.push({sum:i,offset:l,data:{color:o},root:!0}),u.push({...c[c.length-1],lineRoundCaps:!1}),c.length>2){u.push({...c[0],lineRoundCaps:r}),u.push({...c[c.length-2],lineRoundCaps:r});for(let d=1;d<=c.length-3;d+=1)u.push({...c[d],lineRoundCaps:!1})}else u.push({...c[0],lineRoundCaps:r});return u}var HP={root:"m_b32e4812",svg:"m_d43b5134",curve:"m_b1ca1fbf",label:"m_b23f9dc4"};function ML(e,t){return Math.min(e||12,(t||120)/4)}const OL={size:120,thickness:12},LL=(e,{size:t,thickness:n})=>({root:{"--rp-size":B(t),"--rp-label-offset":B(n*2)}}),$h=Y((e,t)=>{const n=W("RingProgress",OL,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,label:u,sections:d,size:f,thickness:h,roundCaps:m,rootColor:g,...v}=n,S=de({name:"RingProgress",classes:HP,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:LL}),b=ML(h,f),x=NL({size:f,thickness:b,sections:d,renderRoundedLineCaps:m,rootColor:g}).map(({data:y,sum:w,root:C,lineRoundCaps:j,offset:T},E)=>p.createElement(WP,{...y,key:E,size:f,thickness:b,sum:w,offset:T,color:y==null?void 0:y.color,root:C,lineRoundCaps:j,getStyles:S}));return s.jsxs(q,{...S("root"),size:f,ref:t,...v,children:[s.jsx("svg",{...S("svg"),children:x}),u&&s.jsx("div",{...S("label"),children:u})]})});$h.classes=HP;$h.displayName="@mantine/core/RingProgress";var qP={root:"m_cf365364",indicator:"m_9e182ccd",label:"m_1738fcb2",input:"m_1714d588",control:"m_69686b9b",innerLabel:"m_78882f40"};const $L={withItemsBorders:!0},FL=(e,{radius:t,color:n,transitionDuration:r,size:o,transitionTimingFunction:i})=>({root:{"--sc-radius":t===void 0?void 0:dt(t),"--sc-color":n?ut(n,e):void 0,"--sc-shadow":n?void 0:"var(--mantine-shadow-xs)","--sc-transition-duration":r===void 0?void 0:`${r}ms`,"--sc-transition-timing-function":i,"--sc-padding":Me(o,"sc-padding"),"--sc-font-size":hn(o)}}),jx=Y((e,t)=>{var ge,De;const n=W("SegmentedControl",$L,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,data:u,value:d,defaultValue:f,onChange:h,size:m,name:g,disabled:v,readOnly:S,fullWidth:b,orientation:x,radius:y,color:w,transitionDuration:C,transitionTimingFunction:j,variant:T,autoContrast:E,withItemsBorders:R,mod:_,...N}=n,O=de({name:"SegmentedControl",props:n,classes:qP,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:FL}),F=At(),z=u.map(le=>typeof le=="string"?{label:le,value:le}:le),H=HD(),[D,k]=p.useState(null),[P,I]=p.useState({}),L=(le,Ne)=>{P[Ne]=le,I(P)},[$,Q]=xn({value:d,defaultValue:f,finalValue:Array.isArray(u)?((ge=z.find(le=>!le.disabled))==null?void 0:ge.value)??((De=u[0])==null?void 0:De.value)??null:null,onChange:h}),ue=zn(g),Re=z.map(le=>p.createElement(q,{...O("control"),mod:{active:$===le.value,orientation:x},key:le.value},p.createElement("input",{...O("input"),disabled:v||le.disabled,type:"radio",name:ue,value:le.value,id:`${ue}-${le.value}`,checked:$===le.value,onChange:()=>!S&&Q(le.value),"data-focus-ring":F.focusRing,key:`${le.value}-input`}),p.createElement(q,{component:"label",...O("label"),mod:{active:$===le.value&&!(v||le.disabled),disabled:v||le.disabled,"read-only":S},htmlFor:`${ue}-${le.value}`,ref:Ne=>L(Ne,le.value),__vars:{"--sc-label-color":w!==void 0?Go({color:w,theme:F,autoContrast:E}):void 0},key:`${le.value}-label`},s.jsx("span",{...O("innerLabel"),children:le.label})))),me=nn(t,le=>k(le));return u.length===0?null:s.jsxs(q,{...O("root"),variant:T,size:m,ref:me,mod:[{"full-width":b,orientation:x,initialized:H,"with-items-borders":R},_],...N,role:"radiogroup","data-disabled":v,children:[typeof $=="string"&&s.jsx(Ry,{target:P[$],parent:D,component:"span",transitionDuration:"var(--sc-transition-duration)",...O("indicator")}),Re]})});jx.classes=qP;jx.displayName="@mantine/core/SegmentedControl";function zL({spacing:e,verticalSpacing:t,cols:n,selector:r}){var d;const o=At(),i=t===void 0?e:t,a=Oi({"--sg-spacing-x":Yt(zr(e)),"--sg-spacing-y":Yt(zr(i)),"--sg-cols":(d=zr(n))==null?void 0:d.toString()}),l=bt(o.breakpoints).reduce((f,h)=>(f[h]||(f[h]={}),typeof e=="object"&&e[h]!==void 0&&(f[h]["--sg-spacing-x"]=Yt(e[h])),typeof i=="object"&&i[h]!==void 0&&(f[h]["--sg-spacing-y"]=Yt(i[h])),typeof n=="object"&&n[h]!==void 0&&(f[h]["--sg-cols"]=n[h]),f),{}),u=mc(bt(l),o.breakpoints).filter(f=>bt(l[f.value]).length>0).map(f=>({query:`(min-width: ${o.breakpoints[f.value]})`,styles:l[f.value]}));return s.jsx(Os,{styles:a,media:u,selector:r})}function nm(e){return typeof e=="object"&&e!==null?bt(e):[]}function UL(e){return e.sort((t,n)=>pc(t)-pc(n))}function BL({spacing:e,verticalSpacing:t,cols:n}){const r=Array.from(new Set([...nm(e),...nm(t),...nm(n)]));return UL(r)}function VL({spacing:e,verticalSpacing:t,cols:n,selector:r}){var u;const o=t===void 0?e:t,i=Oi({"--sg-spacing-x":Yt(zr(e)),"--sg-spacing-y":Yt(zr(o)),"--sg-cols":(u=zr(n))==null?void 0:u.toString()}),a=BL({spacing:e,verticalSpacing:t,cols:n}),l=a.reduce((d,f)=>(d[f]||(d[f]={}),typeof e=="object"&&e[f]!==void 0&&(d[f]["--sg-spacing-x"]=Yt(e[f])),typeof o=="object"&&o[f]!==void 0&&(d[f]["--sg-spacing-y"]=Yt(o[f])),typeof n=="object"&&n[f]!==void 0&&(d[f]["--sg-cols"]=n[f]),d),{}),c=a.map(d=>({query:`simple-grid (min-width: ${d})`,styles:l[d]}));return s.jsx(Os,{styles:i,container:c,selector:r})}var GP={container:"m_925c2d2c",root:"m_2415a157"};const WL={cols:1,spacing:"md",type:"media"},Cx=Y((e,t)=>{const n=W("SimpleGrid",WL,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,cols:u,verticalSpacing:d,spacing:f,type:h,...m}=n,g=de({name:"SimpleGrid",classes:GP,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c}),v=Jc();return h==="container"?s.jsxs(s.Fragment,{children:[s.jsx(VL,{...n,selector:`.${v}`}),s.jsx("div",{...g("container"),children:s.jsx(q,{ref:t,...g("root",{className:v}),...m})})]}):s.jsxs(s.Fragment,{children:[s.jsx(zL,{...n,selector:`.${v}`}),s.jsx(q,{ref:t,...g("root",{className:v}),...m})]})});Cx.classes=GP;Cx.displayName="@mantine/core/SimpleGrid";const HL={},Fh=Y((e,t)=>{const{w:n,h:r,miw:o,mih:i,...a}=W("Space",HL,e);return s.jsx(q,{ref:t,...a,w:n,miw:o??n,h:r,mih:i??r})});Fh.displayName="@mantine/core/Space";var QP={root:"m_6d731127"};const qL={gap:"md",align:"stretch",justify:"flex-start"},GL=(e,{gap:t,align:n,justify:r})=>({root:{"--stack-gap":Yt(t),"--stack-align":n,"--stack-justify":r}}),Ae=Y((e,t)=>{const n=W("Stack",qL,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,align:u,justify:d,gap:f,variant:h,...m}=n,g=de({name:"Stack",props:n,classes:QP,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:GL});return s.jsx(q,{ref:t,...g("root"),variant:h,...m})});Ae.classes=QP;Ae.displayName="@mantine/core/Stack";const[QL,KL]=Fn("Stepper component was not found in tree"),mf=()=>null;mf.displayName="@mantine/core/StepperCompleted";var Ex={root:"m_cbb4ea7e",steps:"m_aaf89d0b",separator:"m_2a371ac9",content:"m_78da155d",step:"m_cbb57068","step--horizontal":"m_f56b1e2c","step--vertical":"m_833edb7e",verticalSeparator:"m_6496b3f3",stepWrapper:"m_818e70b",stepIcon:"m_1959ad01",stepCompletedIcon:"m_a79331dc",stepBody:"m_1956aa2a",stepLabel:"m_12051f6c",stepDescription:"m_164eea74"};const ad=(e,t)=>typeof e=="function"?s.jsx(e,{step:t||0}):e,YL={withIcon:!0,allowStepClick:!0,iconPosition:"left"},Tx=Y((e,t)=>{const{classNames:n,className:r,style:o,styles:i,vars:a,step:l,state:c,color:u,icon:d,completedIcon:f,progressIcon:h,label:m,description:g,withIcon:v,iconSize:S,loading:b,allowStepClick:x,allowStepSelect:y,iconPosition:w,orientation:C,mod:j,...T}=W("StepperStep",YL,e),E=KL(),R=At(),_={classNames:n,styles:i},N=c==="stepCompleted"?null:c==="stepProgress"?h:d,O={"data-progress":c==="stepProgress"||void 0,"data-completed":c==="stepCompleted"||void 0};return s.jsxs(wn,{...E.getStyles("step",{className:r,style:o,variant:E.orientation,..._}),mod:[{"icon-position":w||E.iconPosition,"allow-click":x},j],ref:t,...O,...T,__vars:{"--step-color":u?ut(u,R):void 0},tabIndex:x?0:-1,children:[v&&s.jsxs("span",{...E.getStyles("stepWrapper",_),children:[s.jsxs("span",{...E.getStyles("stepIcon",_),...O,children:[s.jsx(Yo,{mounted:c==="stepCompleted",transition:"pop",duration:200,children:F=>s.jsx("span",{...E.getStyles("stepCompletedIcon",{style:F,..._}),children:b?s.jsx(er,{color:"var(--mantine-color-white)",size:"calc(var(--stepper-icon-size) / 2)",...E.getStyles("stepLoader",_)}):ad(f,l)||s.jsx(bh,{size:"60%"})})}),c!=="stepCompleted"?b?s.jsx(er,{...E.getStyles("stepLoader",_),size:"calc(var(--stepper-icon-size) / 2)",color:u}):ad(N||d,l):null]}),C==="vertical"&&s.jsx("span",{...E.getStyles("verticalSeparator",_),"data-active":c==="stepCompleted"||void 0})]}),(m||g)&&s.jsxs("span",{...E.getStyles("stepBody",_),"data-orientation":E.orientation,"data-icon-position":w||E.iconPosition,children:[m&&s.jsx("span",{...E.getStyles("stepLabel",_),children:ad(m,l)}),g&&s.jsx("span",{...E.getStyles("stepDescription",_),children:ad(g,l)})]})]})});Tx.classes=Ex;Tx.displayName="@mantine/core/StepperStep";const XL={orientation:"horizontal",iconPosition:"left",allowNextStepsSelect:!0,wrap:!0},JL=(e,{color:t,iconSize:n,size:r,contentPadding:o,radius:i,autoContrast:a})=>({root:{"--stepper-color":t?ut(t,e):void 0,"--stepper-icon-color":Ms(a,e)?Go({color:t,theme:e,autoContrast:a}):void 0,"--stepper-icon-size":n===void 0?Me(r,"stepper-icon-size"):B(n),"--stepper-content-padding":Yt(o),"--stepper-radius":i===void 0?void 0:dt(i),"--stepper-fz":hn(r),"--stepper-spacing":Yt(r)}}),ol=Y((e,t)=>{var P,I,L;const n=W("Stepper",XL,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,children:u,onStepClick:d,active:f,icon:h,completedIcon:m,progressIcon:g,color:v,iconSize:S,contentPadding:b,orientation:x,iconPosition:y,size:w,radius:C,allowNextStepsSelect:j,wrap:T,autoContrast:E,...R}=n,_=de({name:"Stepper",classes:Ex,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:JL}),N=p.Children.toArray(u),O=N.filter($=>$.type!==mf),F=N.find($=>$.type===mf),z=O.reduce(($,Q,ue)=>{const Re=f===ue?"stepProgress":f>ue?"stepCompleted":"stepInactive",ge=typeof d!="function"?!1:typeof Q.props.allowStepSelect=="boolean"?Q.props.allowStepSelect:Re==="stepCompleted"||j;return $.push(p.cloneElement(Q,{icon:Q.props.icon||h||ue+1,key:ue,step:ue,state:Re,onClick:()=>ge&&(d==null?void 0:d(ue)),allowStepClick:ge,completedIcon:Q.props.completedIcon||m,progressIcon:Q.props.progressIcon||g,color:Q.props.color||v,iconSize:S,radius:C,iconPosition:Q.props.iconPosition||y,orientation:x,unstyled:l})),x==="horizontal"&&ue!==O.length-1&&$.push(p.createElement("div",{..._("separator"),"data-active":ue<f||void 0,"data-orientation":x,key:`separator-${ue}`})),$},[]),H=(I=(P=O[f])==null?void 0:P.props)==null?void 0:I.children,D=(L=F==null?void 0:F.props)==null?void 0:L.children,k=f>O.length-1?D:H;return s.jsx(QL,{value:{getStyles:_,orientation:x,iconPosition:y},children:s.jsxs(q,{..._("root"),ref:t,size:w,...R,children:[s.jsx(q,{..._("steps"),mod:{orientation:x,"icon-position":y,wrap:T&&x!=="vertical"},children:z}),k&&s.jsx("div",{..._("content"),children:k})]})})});ol.classes=Ex;ol.displayName="@mantine/core/Stepper";ol.Completed=mf;ol.Step=Tx;const KP=p.createContext(null),ZL=KP.Provider,e$=()=>p.useContext(KP),t$={},Px=Y((e,t)=>{const{value:n,defaultValue:r,onChange:o,size:i,wrapperProps:a,children:l,readOnly:c,...u}=W("SwitchGroup",t$,e),[d,f]=xn({value:n,defaultValue:r,finalValue:[],onChange:o}),h=m=>{const g=m.currentTarget.value;!c&&f(d.includes(g)?d.filter(v=>v!==g):[...d,g])};return s.jsx(ZL,{value:{value:d,onChange:h,size:i},children:s.jsx(Lt.Wrapper,{size:i,ref:t,...a,...u,labelElement:"div",__staticSelector:"SwitchGroup",children:s.jsx(qy,{role:"group",children:l})})})});Px.classes=Lt.Wrapper.classes;Px.displayName="@mantine/core/SwitchGroup";var YP={root:"m_5f93f3bb",input:"m_926b4011",track:"m_9307d992",thumb:"m_93039a1d",trackLabel:"m_8277e082"};const n$={labelPosition:"right"},r$=(e,{radius:t,color:n,size:r})=>({root:{"--switch-radius":t===void 0?void 0:dt(t),"--switch-height":Me(r,"switch-height"),"--switch-width":Me(r,"switch-width"),"--switch-thumb-size":Me(r,"switch-thumb-size"),"--switch-label-font-size":Me(r,"switch-label-font-size"),"--switch-track-label-padding":Me(r,"switch-track-label-padding"),"--switch-color":n?ut(n,e):void 0}}),mu=Y((e,t)=>{const n=W("Switch",n$,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,color:u,label:d,offLabel:f,onLabel:h,id:m,size:g,radius:v,wrapperProps:S,thumbIcon:b,checked:x,defaultChecked:y,onChange:w,labelPosition:C,description:j,error:T,disabled:E,variant:R,rootRef:_,mod:N,...O}=n,F=e$(),z=g||(F==null?void 0:F.size),H=de({name:"Switch",props:n,classes:YP,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:r$}),{styleProps:D,rest:k}=Qo(O),P=zn(m),I=F?{checked:F.value.includes(k.value),onChange:F.onChange}:{},[L,$]=xn({value:I.checked??x,defaultValue:y,finalValue:!1});return s.jsxs(xh,{...H("root"),__staticSelector:"Switch",__stylesApiProps:n,id:P,size:z,labelPosition:C,label:d,description:j,error:T,disabled:E,bodyElement:"label",labelElement:"span",classNames:r,styles:a,unstyled:l,"data-checked":I.checked||void 0,variant:R,ref:_,mod:N,...D,...S,children:[s.jsx("input",{...k,disabled:E,checked:L,onChange:Q=>{var ue;F?(ue=I.onChange)==null||ue.call(I,Q):w==null||w(Q),$(Q.currentTarget.checked)},id:P,ref:t,type:"checkbox",role:"switch",...H("input")}),s.jsxs(q,{"aria-hidden":"true",mod:{error:T,"label-position":C,"without-labels":!h&&!f},...H("track"),children:[s.jsx(q,{component:"span",mod:"reduce-motion",...H("thumb"),children:b}),s.jsx("span",{...H("trackLabel"),children:L?h:f})]})]})});mu.classes={...YP,...eP};mu.displayName="@mantine/core/Switch";mu.Group=Px;const[o$,i$]=Fn("Table component was not found in the tree");var gu={table:"m_b23fa0ef",th:"m_4e7aa4f3",tr:"m_4e7aa4fd",td:"m_4e7aa4ef",tbody:"m_b2404537",thead:"m_b242d975",caption:"m_9e5a3ac7",scrollContainer:"m_a100c15",scrollContainerInner:"m_62259741"};function s$(e,t){if(!t)return;const n={};return t.columnBorder&&e.withColumnBorders&&(n["data-with-column-border"]=!0),t.rowBorder&&e.withRowBorders&&(n["data-with-row-border"]=!0),t.striped&&e.striped&&(n["data-striped"]=e.striped),t.highlightOnHover&&e.highlightOnHover&&(n["data-hover"]=!0),t.captionSide&&e.captionSide&&(n["data-side"]=e.captionSide),t.stickyHeader&&e.stickyHeader&&(n["data-sticky"]=!0),n}function Ws(e,t){const n=`Table${e.charAt(0).toUpperCase()}${e.slice(1)}`,r=Y((o,i)=>{const a=W(n,{},o),{classNames:l,className:c,style:u,styles:d,...f}=a,h=i$();return s.jsx(q,{component:e,ref:i,...s$(h,t),...h.getStyles(e,{className:c,classNames:l,style:u,styles:d,props:a}),...f})});return r.displayName=`@mantine/core/${n}`,r.classes=gu,r}const Rg=Ws("th",{columnBorder:!0}),XP=Ws("td",{columnBorder:!0}),Id=Ws("tr",{rowBorder:!0,striped:!0,highlightOnHover:!0}),JP=Ws("thead",{stickyHeader:!0}),ZP=Ws("tbody"),ek=Ws("tfoot"),tk=Ws("caption",{captionSide:!0});function kx({data:e}){return s.jsxs(s.Fragment,{children:[e.caption&&s.jsx(tk,{children:e.caption}),e.head&&s.jsx(JP,{children:s.jsx(Id,{children:e.head.map((t,n)=>s.jsx(Rg,{children:t},n))})}),e.body&&s.jsx(ZP,{children:e.body.map((t,n)=>s.jsx(Id,{children:t.map((r,o)=>s.jsx(XP,{children:r},o))},n))}),e.foot&&s.jsx(ek,{children:s.jsx(Id,{children:e.foot.map((t,n)=>s.jsx(Rg,{children:t},n))})})]})}kx.displayName="@mantine/core/TableDataRenderer";const a$={type:"scrollarea"},l$=(e,{minWidth:t,type:n})=>({scrollContainer:{"--table-min-width":B(t),"--table-overflow":n==="native"?"auto":void 0}}),Rx=Y((e,t)=>{const n=W("TableScrollContainer",a$,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,children:u,minWidth:d,type:f,...h}=n,m=de({name:"TableScrollContainer",classes:gu,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:l$,rootSelector:"scrollContainer"});return s.jsx(q,{component:f==="scrollarea"?kr:"div",...f==="scrollarea"?{offsetScrollbars:"x"}:{},ref:t,...m("scrollContainer"),...h,children:s.jsx("div",{...m("scrollContainerInner"),children:u})})});Rx.classes=gu;Rx.displayName="@mantine/core/TableScrollContainer";const c$={withRowBorders:!0,verticalSpacing:7},u$=(e,{layout:t,captionSide:n,horizontalSpacing:r,verticalSpacing:o,borderColor:i,stripedColor:a,highlightOnHoverColor:l,striped:c,highlightOnHover:u,stickyHeaderOffset:d,stickyHeader:f})=>({table:{"--table-layout":t,"--table-caption-side":n,"--table-horizontal-spacing":Yt(r),"--table-vertical-spacing":Yt(o),"--table-border-color":i?ut(i,e):void 0,"--table-striped-color":c&&a?ut(a,e):void 0,"--table-highlight-on-hover-color":u&&l?ut(l,e):void 0,"--table-sticky-header-offset":f?B(d):void 0}}),fe=Y((e,t)=>{const n=W("Table",c$,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,horizontalSpacing:u,verticalSpacing:d,captionSide:f,stripedColor:h,highlightOnHoverColor:m,striped:g,highlightOnHover:v,withColumnBorders:S,withRowBorders:b,withTableBorder:x,borderColor:y,layout:w,variant:C,data:j,children:T,stickyHeader:E,stickyHeaderOffset:R,mod:_,...N}=n,O=de({name:"Table",props:n,className:o,style:i,classes:gu,classNames:r,styles:a,unstyled:l,rootSelector:"table",vars:c,varsResolver:u$});return s.jsx(o$,{value:{getStyles:O,stickyHeader:E,striped:g===!0?"odd":g||void 0,highlightOnHover:v,withColumnBorders:S,withRowBorders:b,captionSide:f||"bottom"},children:s.jsx(q,{component:"table",variant:C,ref:t,mod:[{"data-with-table-border":x},_],...O("table"),...N,children:T||!!j&&s.jsx(kx,{data:j})})})});fe.classes=gu;fe.displayName="@mantine/core/Table";fe.Td=XP;fe.Th=Rg;fe.Tr=Id;fe.Thead=JP;fe.Tbody=ZP;fe.Tfoot=ek;fe.Caption=tk;fe.ScrollContainer=Rx;fe.DataRenderer=kx;const[d$,_x]=Fn("Tabs component was not found in the tree");var vu={root:"m_89d60db1","list--default":"m_576c9d4",list:"m_89d33d6d",panel:"m_b0c91715",tab:"m_4ec4dce6",tabSection:"m_fc420b1f","tab--default":"m_539e827b","list--outline":"m_6772fbd5","tab--outline":"m_b59ab47c","tab--pills":"m_c3381914"};const f$={},Dx=Y((e,t)=>{const n=W("TabsList",f$,e),{children:r,className:o,grow:i,justify:a,classNames:l,styles:c,style:u,mod:d,...f}=n,h=_x();return s.jsx(q,{...f,...h.getStyles("list",{className:o,style:u,classNames:l,styles:c,props:n,variant:h.variant}),ref:t,role:"tablist",variant:h.variant,mod:[{grow:i,orientation:h.orientation,placement:h.orientation==="vertical"&&h.placement,inverted:h.inverted},d],"aria-orientation":h.orientation,__vars:{"--tabs-justify":a},children:r})});Dx.classes=vu;Dx.displayName="@mantine/core/TabsList";const h$={},Ix=Y((e,t)=>{const n=W("TabsPanel",h$,e),{children:r,className:o,value:i,classNames:a,styles:l,style:c,mod:u,keepMounted:d,...f}=n,h=_x(),m=h.value===i,g=h.keepMounted||d||m?r:null;return s.jsx(q,{...f,...h.getStyles("panel",{className:o,classNames:a,styles:l,style:[c,m?void 0:{display:"none"}],props:n}),ref:t,mod:[{orientation:h.orientation},u],role:"tabpanel",id:h.getPanelId(i),"aria-labelledby":h.getTabId(i),children:g})});Ix.classes=vu;Ix.displayName="@mantine/core/TabsPanel";const p$={},Ax=Y((e,t)=>{const n=W("TabsTab",p$,e),{className:r,children:o,rightSection:i,leftSection:a,value:l,onClick:c,onKeyDown:u,disabled:d,color:f,style:h,classNames:m,styles:g,vars:v,mod:S,tabIndex:b,...x}=n,y=At(),{dir:w}=Ls(),C=_x(),j=l===C.value,T=R=>{C.onChange(C.allowTabDeactivation&&l===C.value?null:l),c==null||c(R)},E={classNames:m,styles:g,props:n};return s.jsxs(wn,{...x,...C.getStyles("tab",{className:r,style:h,variant:C.variant,...E}),disabled:d,unstyled:C.unstyled,variant:C.variant,mod:[{active:j,disabled:d,orientation:C.orientation,inverted:C.inverted,placement:C.orientation==="vertical"&&C.placement},S],ref:t,role:"tab",id:C.getTabId(l),"aria-selected":j,tabIndex:b||j||C.value===null?0:-1,"aria-controls":C.getPanelId(l),onClick:T,__vars:{"--tabs-color":f?ut(f,y):void 0},onKeyDown:gj({siblingSelector:'[role="tab"]',parentSelector:'[role="tablist"]',activateOnFocus:C.activateTabWithKeyboard,loop:C.loop,orientation:C.orientation||"horizontal",dir:w,onKeyDown:u}),children:[a&&s.jsx("span",{...C.getStyles("tabSection",E),"data-position":"left",children:a}),o&&s.jsx("span",{...C.getStyles("tabLabel",E),children:o}),i&&s.jsx("span",{...C.getStyles("tabSection",E),"data-position":"right",children:i})]})});Ax.classes=vu;Ax.displayName="@mantine/core/TabsTab";const rw="Tabs.Tab or Tabs.Panel component was rendered with invalid value or without value",m$={keepMounted:!0,orientation:"horizontal",loop:!0,activateTabWithKeyboard:!0,allowTabDeactivation:!1,unstyled:!1,inverted:!1,variant:"default",placement:"left"},g$=(e,{radius:t,color:n,autoContrast:r})=>({root:{"--tabs-radius":dt(t),"--tabs-color":ut(n,e),"--tabs-text-color":Ms(r,e)?Go({color:n,theme:e,autoContrast:r}):void 0}}),et=Y((e,t)=>{const n=W("Tabs",m$,e),{defaultValue:r,value:o,onChange:i,orientation:a,children:l,loop:c,id:u,activateTabWithKeyboard:d,allowTabDeactivation:f,variant:h,color:m,radius:g,inverted:v,placement:S,keepMounted:b,classNames:x,styles:y,unstyled:w,className:C,style:j,vars:T,autoContrast:E,mod:R,..._}=n,N=zn(u),[O,F]=xn({value:o,defaultValue:r,finalValue:null,onChange:i}),z=de({name:"Tabs",props:n,classes:vu,className:C,style:j,classNames:x,styles:y,unstyled:w,vars:T,varsResolver:g$});return s.jsx(d$,{value:{placement:S,value:O,orientation:a,id:N,loop:c,activateTabWithKeyboard:d,getTabId:J0(`${N}-tab`,rw),getPanelId:J0(`${N}-panel`,rw),onChange:F,allowTabDeactivation:f,variant:h,color:m,radius:g,inverted:v,keepMounted:b,unstyled:w,getStyles:z},children:s.jsx(q,{ref:t,id:N,variant:h,mod:[{orientation:a,inverted:a==="horizontal"&&v,placement:a==="vertical"&&S},R],...z("root"),..._,children:l})})});et.classes=vu;et.displayName="@mantine/core/Tabs";et.Tab=Ax;et.Panel=Ix;et.List=Dx;const v$={},ye=Y((e,t)=>{const n=W("TextInput",v$,e);return s.jsx(nr,{component:"input",ref:t,...n,__staticSelector:"TextInput"})});ye.classes=nr.classes;ye.displayName="@mantine/core/TextInput";var nk={root:"m_7341320d"};const y$={},x$=(e,{size:t,radius:n,variant:r,gradient:o,color:i,autoContrast:a})=>{const l=e.variantColorResolver({color:i||e.primaryColor,theme:e,gradient:o,variant:r||"filled",autoContrast:a});return{root:{"--ti-size":Me(t,"ti-size"),"--ti-radius":n===void 0?void 0:dt(n),"--ti-bg":i||r?l.background:void 0,"--ti-color":i||r?l.color:void 0,"--ti-bd":i||r?l.border:void 0}}},Nx=Y((e,t)=>{const n=W("ThemeIcon",y$,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,autoContrast:u,...d}=n,f=de({name:"ThemeIcon",classes:nk,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:x$});return s.jsx(q,{ref:t,...f("root"),...d})});Nx.classes=nk;Nx.displayName="@mantine/core/ThemeIcon";const b$=["h1","h2","h3","h4","h5","h6"],w$=["xs","sm","md","lg","xl"];function S$(e,t){const n=t!==void 0?t:`h${e}`;return b$.includes(n)?{fontSize:`var(--mantine-${n}-font-size)`,fontWeight:`var(--mantine-${n}-font-weight)`,lineHeight:`var(--mantine-${n}-line-height)`}:w$.includes(n)?{fontSize:`var(--mantine-font-size-${n})`,fontWeight:`var(--mantine-h${e}-font-weight)`,lineHeight:`var(--mantine-h${e}-line-height)`}:{fontSize:B(n),fontWeight:`var(--mantine-h${e}-font-weight)`,lineHeight:`var(--mantine-h${e}-line-height)`}}var rk={root:"m_8a5d1357"};const j$={order:1},C$=(e,{order:t,size:n,lineClamp:r,textWrap:o})=>{const i=S$(t,n);return{root:{"--title-fw":i.fontWeight,"--title-lh":i.lineHeight,"--title-fz":i.fontSize,"--title-line-clamp":typeof r=="number"?r.toString():void 0,"--title-text-wrap":o}}},be=Y((e,t)=>{const n=W("Title",j$,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,order:c,vars:u,size:d,variant:f,lineClamp:h,textWrap:m,mod:g,...v}=n,S=de({name:"Title",props:n,classes:rk,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:u,varsResolver:C$});return[1,2,3,4,5,6].includes(c)?s.jsx(q,{...S("root"),component:`h${c}`,variant:f,ref:t,mod:[{order:c,"data-line-clamp":typeof h=="number"},g],size:d,...v}):null});be.classes=rk;be.displayName="@mantine/core/Title";function E$(e){let t=e,n=!1;const r=new Set;return{getState(){return t},updateState(o){t=typeof o=="function"?o(t):o},setState(o){this.updateState(o),r.forEach(i=>i(t))},initialize(o){n||(t=o,n=!0)},subscribe(o){return r.add(o),()=>r.delete(o)}}}function T$(e){return p.useSyncExternalStore(e.subscribe,()=>e.getState(),()=>e.getState())}function P$(e,t,n){const r=[],o=[],i={};for(const a of e){const l=a.position||t;i[l]=i[l]||0,i[l]+=1,i[l]<=n?o.push(a):r.push(a)}return{notifications:o,queue:r}}const k$=()=>E$({notifications:[],queue:[],defaultPosition:"bottom-right",limit:5}),Hs=k$(),R$=(e=Hs)=>T$(e);function wl(e,t){const n=e.getState(),r=t([...n.notifications,...n.queue]),o=P$(r,n.defaultPosition,n.limit);e.setState({notifications:o.notifications,queue:o.queue,limit:n.limit,defaultPosition:n.defaultPosition})}function pe(e,t=Hs){const n=e.id||dv();return wl(t,r=>e.id&&r.some(o=>o.id===e.id)?r:[...r,{...e,id:n}]),n}function ok(e,t=Hs){return wl(t,n=>n.filter(r=>{var o;return r.id===e?((o=r.onClose)==null||o.call(r,r),!1):!0})),e}function tc(e,t=Hs){return wl(t,n=>n.map(r=>r.id===e.id?{...r,...e}:r)),e.id}function _$(e=Hs){wl(e,()=>[])}function D$(e=Hs){wl(e,t=>t.slice(0,e.getState().limit))}const mo={show:pe,hide:ok,update:tc,clean:_$,cleanQueue:D$,updateState:wl};function _g(e,t){return _g=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},_g(e,t)}function ik(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,_g(e,t)}var sk={exports:{}},I$="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",A$=I$,N$=A$;function ak(){}function lk(){}lk.resetWarningCache=ak;var M$=function(){function e(r,o,i,a,l,c){if(c!==N$){var u=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw u.name="Invariant Violation",u}}e.isRequired=e;function t(){return e}var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:lk,resetWarningCache:ak};return n.PropTypes=n,n};sk.exports=M$();var O$=sk.exports;const vt=rv(O$),ow={disabled:!1},gf=Jt.createContext(null);var L$=function(t){return t.scrollTop},nc="unmounted",ns="exited",rs="entering",xa="entered",Dg="exiting",Zo=function(e){ik(t,e);function t(r,o){var i;i=e.call(this,r,o)||this;var a=o,l=a&&!a.isMounting?r.enter:r.appear,c;return i.appearStatus=null,r.in?l?(c=ns,i.appearStatus=rs):c=xa:r.unmountOnExit||r.mountOnEnter?c=nc:c=ns,i.state={status:c},i.nextCallback=null,i}t.getDerivedStateFromProps=function(o,i){var a=o.in;return a&&i.status===nc?{status:ns}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(o){var i=null;if(o!==this.props){var a=this.state.status;this.props.in?a!==rs&&a!==xa&&(i=rs):(a===rs||a===xa)&&(i=Dg)}this.updateStatus(!1,i)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var o=this.props.timeout,i,a,l;return i=a=l=o,o!=null&&typeof o!="number"&&(i=o.exit,a=o.enter,l=o.appear!==void 0?o.appear:a),{exit:i,enter:a,appear:l}},n.updateStatus=function(o,i){if(o===void 0&&(o=!1),i!==null)if(this.cancelNextCallback(),i===rs){if(this.props.unmountOnExit||this.props.mountOnEnter){var a=this.props.nodeRef?this.props.nodeRef.current:Ia.findDOMNode(this);a&&L$(a)}this.performEnter(o)}else this.performExit();else this.props.unmountOnExit&&this.state.status===ns&&this.setState({status:nc})},n.performEnter=function(o){var i=this,a=this.props.enter,l=this.context?this.context.isMounting:o,c=this.props.nodeRef?[l]:[Ia.findDOMNode(this),l],u=c[0],d=c[1],f=this.getTimeouts(),h=l?f.appear:f.enter;if(!o&&!a||ow.disabled){this.safeSetState({status:xa},function(){i.props.onEntered(u)});return}this.props.onEnter(u,d),this.safeSetState({status:rs},function(){i.props.onEntering(u,d),i.onTransitionEnd(h,function(){i.safeSetState({status:xa},function(){i.props.onEntered(u,d)})})})},n.performExit=function(){var o=this,i=this.props.exit,a=this.getTimeouts(),l=this.props.nodeRef?void 0:Ia.findDOMNode(this);if(!i||ow.disabled){this.safeSetState({status:ns},function(){o.props.onExited(l)});return}this.props.onExit(l),this.safeSetState({status:Dg},function(){o.props.onExiting(l),o.onTransitionEnd(a.exit,function(){o.safeSetState({status:ns},function(){o.props.onExited(l)})})})},n.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(o,i){i=this.setNextCallback(i),this.setState(o,i)},n.setNextCallback=function(o){var i=this,a=!0;return this.nextCallback=function(l){a&&(a=!1,i.nextCallback=null,o(l))},this.nextCallback.cancel=function(){a=!1},this.nextCallback},n.onTransitionEnd=function(o,i){this.setNextCallback(i);var a=this.props.nodeRef?this.props.nodeRef.current:Ia.findDOMNode(this),l=o==null&&!this.props.addEndListener;if(!a||l){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var c=this.props.nodeRef?[this.nextCallback]:[a,this.nextCallback],u=c[0],d=c[1];this.props.addEndListener(u,d)}o!=null&&setTimeout(this.nextCallback,o)},n.render=function(){var o=this.state.status;if(o===nc)return null;var i=this.props,a=i.children;i.in,i.mountOnEnter,i.unmountOnExit,i.appear,i.enter,i.exit,i.timeout,i.addEndListener,i.onEnter,i.onEntering,i.onEntered,i.onExit,i.onExiting,i.onExited,i.nodeRef;var l=nx(i,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return Jt.createElement(gf.Provider,{value:null},typeof a=="function"?a(o,l):Jt.cloneElement(Jt.Children.only(a),l))},t}(Jt.Component);Zo.contextType=gf;Zo.propTypes={};function fa(){}Zo.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:fa,onEntering:fa,onEntered:fa,onExit:fa,onExiting:fa,onExited:fa};Zo.UNMOUNTED=nc;Zo.EXITED=ns;Zo.ENTERING=rs;Zo.ENTERED=xa;Zo.EXITING=Dg;function $$(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Mx(e,t){var n=function(i){return t&&p.isValidElement(i)?t(i):i},r=Object.create(null);return e&&p.Children.map(e,function(o){return o}).forEach(function(o){r[o.key]=n(o)}),r}function F$(e,t){e=e||{},t=t||{};function n(d){return d in t?t[d]:e[d]}var r=Object.create(null),o=[];for(var i in e)i in t?o.length&&(r[i]=o,o=[]):o.push(i);var a,l={};for(var c in t){if(r[c])for(a=0;a<r[c].length;a++){var u=r[c][a];l[r[c][a]]=n(u)}l[c]=n(c)}for(a=0;a<o.length;a++)l[o[a]]=n(o[a]);return l}function hs(e,t,n){return n[t]!=null?n[t]:e.props[t]}function z$(e,t){return Mx(e.children,function(n){return p.cloneElement(n,{onExited:t.bind(null,n),in:!0,appear:hs(n,"appear",e),enter:hs(n,"enter",e),exit:hs(n,"exit",e)})})}function U$(e,t,n){var r=Mx(e.children),o=F$(t,r);return Object.keys(o).forEach(function(i){var a=o[i];if(p.isValidElement(a)){var l=i in t,c=i in r,u=t[i],d=p.isValidElement(u)&&!u.props.in;c&&(!l||d)?o[i]=p.cloneElement(a,{onExited:n.bind(null,a),in:!0,exit:hs(a,"exit",e),enter:hs(a,"enter",e)}):!c&&l&&!d?o[i]=p.cloneElement(a,{in:!1}):c&&l&&p.isValidElement(u)&&(o[i]=p.cloneElement(a,{onExited:n.bind(null,a),in:u.props.in,exit:hs(a,"exit",e),enter:hs(a,"enter",e)}))}}),o}var B$=Object.values||function(e){return Object.keys(e).map(function(t){return e[t]})},V$={component:"div",childFactory:function(t){return t}},ui=function(e){ik(t,e);function t(r,o){var i;i=e.call(this,r,o)||this;var a=i.handleExited.bind($$(i));return i.state={contextValue:{isMounting:!0},handleExited:a,firstRender:!0},i}var n=t.prototype;return n.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},n.componentWillUnmount=function(){this.mounted=!1},t.getDerivedStateFromProps=function(o,i){var a=i.children,l=i.handleExited,c=i.firstRender;return{children:c?z$(o,l):U$(o,a,l),firstRender:!1}},n.handleExited=function(o,i){var a=Mx(this.props.children);o.key in a||(o.props.onExited&&o.props.onExited(i),this.mounted&&this.setState(function(l){var c=pf({},l.children);return delete c[o.key],{children:c}}))},n.render=function(){var o=this.props,i=o.component,a=o.childFactory,l=nx(o,["component","childFactory"]),c=this.state.contextValue,u=B$(this.state.children).map(a);return delete l.appear,delete l.enter,delete l.exit,i===null?Jt.createElement(gf.Provider,{value:c},u):Jt.createElement(gf.Provider,{value:c},Jt.createElement(i,l,u))},t}(Jt.Component);ui.propTypes={};ui.defaultProps=V$;const ck=["bottom-center","bottom-left","bottom-right","top-center","top-left","top-right"];function W$(e,t){return e.reduce((n,r)=>(n[r.position||t].push(r),n),ck.reduce((n,r)=>(n[r]=[],n),{}))}const iw={left:"translateX(-100%)",right:"translateX(100%)","top-center":"translateY(-100%)","bottom-center":"translateY(100%)"},H$={left:"translateX(0)",right:"translateX(0)","top-center":"translateY(0)","bottom-center":"translateY(0)"};function q$({state:e,maxHeight:t,position:n,transitionDuration:r}){const[o,i]=n.split("-"),a=i==="center"?`${o}-center`:i,l={opacity:0,maxHeight:t,transform:iw[a],transitionDuration:`${r}ms, ${r}ms, ${r}ms`,transitionTimingFunction:"cubic-bezier(.51,.3,0,1.21), cubic-bezier(.51,.3,0,1.21), linear",transitionProperty:"opacity, transform, max-height"},c={opacity:1,transform:H$[a]},u={opacity:0,maxHeight:0,transform:iw[a]};return{...l,...{entering:c,entered:c,exiting:u,exited:u}[e]}}function G$(e,t){return typeof t=="number"?t:t===!1||e===!1?!1:e}const uk=p.forwardRef(({data:e,onHide:t,autoClose:n,...r},o)=>{const{autoClose:i,message:a,...l}=e,c=G$(n,e.autoClose),u=p.useRef(),d=()=>window.clearTimeout(u.current),f=()=>{t(e.id),d()},h=()=>{typeof c=="number"&&(u.current=window.setTimeout(f,c))};return p.useEffect(()=>{var m;(m=e.onOpen)==null||m.call(e,e)},[]),p.useEffect(()=>(h(),d),[c]),s.jsx(px,{...r,...l,onClose:f,ref:o,onMouseEnter:d,onMouseLeave:h,children:a})});uk.displayName="@mantine/notifications/NotificationContainer";var dk={root:"m_b37d9ac7",notification:"m_5ed0edd0"};const Q$=Zo,K$={position:"bottom-right",autoClose:4e3,transitionDuration:250,containerWidth:440,notificationMaxHeight:200,limit:5,zIndex:Yr("overlay"),store:Hs,withinPortal:!0},Y$=(e,{zIndex:t,containerWidth:n})=>({root:{"--notifications-z-index":t==null?void 0:t.toString(),"--notifications-container-width":B(n)}}),ei=Y((e,t)=>{const n=W("Notifications",K$,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,position:u,autoClose:d,transitionDuration:f,containerWidth:h,notificationMaxHeight:m,limit:g,zIndex:v,store:S,portalProps:b,withinPortal:x,...y}=n,w=At(),C=R$(S),j=$D(),T=fv(),E=p.useRef({}),R=p.useRef(0),N=(w.respectReducedMotion?T:!1)?1:f,O=de({name:"Notifications",classes:dk,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:Y$});p.useEffect(()=>{S==null||S.updateState(H=>({...H,limit:g||5,defaultPosition:u}))},[g,u]),Mo(()=>{C.notifications.length>R.current&&setTimeout(()=>j(),0),R.current=C.notifications.length},[C.notifications]);const F=W$(C.notifications,u),z=ck.reduce((H,D)=>(H[D]=F[D].map(({style:k,...P})=>s.jsx(Q$,{timeout:N,onEnter:()=>E.current[P.id].offsetHeight,nodeRef:{current:E.current[P.id]},children:I=>s.jsx(uk,{ref:L=>{E.current[P.id]=L},data:P,onHide:L=>ok(L,S),autoClose:d,...O("notification",{style:{...q$({state:I,position:D,transitionDuration:N,maxHeight:m}),...k}})})},P.id)),H),{});return s.jsxs(zs,{withinPortal:x,...b,children:[s.jsx(q,{...O("root"),"data-position":"top-center",ref:t,...y,children:s.jsx(ui,{children:z["top-center"]})}),s.jsx(q,{...O("root"),"data-position":"top-left",...y,children:s.jsx(ui,{children:z["top-left"]})}),s.jsx(q,{...O("root"),"data-position":"top-right",...y,children:s.jsx(ui,{children:z["top-right"]})}),s.jsx(q,{...O("root"),"data-position":"bottom-right",...y,children:s.jsx(ui,{children:z["bottom-right"]})}),s.jsx(q,{...O("root"),"data-position":"bottom-left",...y,children:s.jsx(ui,{children:z["bottom-left"]})}),s.jsx(q,{...O("root"),"data-position":"bottom-center",...y,children:s.jsx(ui,{children:z["bottom-center"]})})]})});ei.classes=dk;ei.displayName="@mantine/notifications/Notifications";ei.show=mo.show;ei.hide=mo.hide;ei.update=mo.update;ei.clean=mo.clean;ei.cleanQueue=mo.cleanQueue;ei.updateState=mo.updateState;class X${constructor(t,n){this.operator=t,this.child=n}toString(){return`${this.operator}(${this.child.toString()})`}}class yu{constructor(t,n,r){this.operator=t,this.left=n,this.right=r}toString(){return`${this.left.toString()} ${this.operator} ${this.right.toString()}`}}class J${constructor(){this.prefixParselets={},this.infixParselets={}}registerInfix(t,n){return this.infixParselets[t]=n,this}registerPrefix(t,n){return this.prefixParselets[t]=n,this}prefix(t,n,r){return this.registerPrefix(t,{parse(o,i){const a=o.consumeAndParse(n);return r(i,a)}})}infixLeft(t,n,r){return this.registerInfix(t,{parse(o,i,a){const l=o.consumeAndParse(n);return r(i,a,l)},precedence:n})}construct(t){return new Z$(t,this.prefixParselets,this.infixParselets)}}class Z${constructor(t,n,r){this.tokens=t,this.prefixParselets=n,this.infixParselets=r}hasMore(){return this.tokens.length>0}match(t){const n=this.peek();return(n==null?void 0:n.id)!==t?!1:(this.consume(),!0)}consumeAndParse(t=1/0){const n=this.consume(),r=this.prefixParselets[n.id];if(!r)throw Error(`Parse error at "${n.value}" (line ${n.line}, column ${n.column}). No matching prefix parselet.`);let o=r.parse(this,n);for(;t>this.getPrecedence();){const i=this.consume();o=this.getInfixParselet(i).parse(this,o,i)}return o}getPrecedence(){const t=this.peek();if(!t)return 1/0;const n=this.getInfixParselet(t);return n?n.precedence:1/0}consume(t,n){var r,o;if(!this.tokens.length)throw Error("Cant consume unknown more tokens.");if(t&&((r=this.peek())==null?void 0:r.id)!==t){const i=this.peek();throw Error(`Expected ${t} but got "${i.id}" (${i.value}) at line ${i.line} column ${i.column}.`)}if(n&&((o=this.peek())==null?void 0:o.value)!==n){const i=this.peek();throw Error(`Expected "${n}" but got "${i.value}" at line ${i.line} column ${i.column}.`)}return this.tokens.shift()}peek(){return this.tokens.length>0?this.tokens[0]:void 0}removeComments(){this.tokens=this.tokens.filter(t=>t.id!=="Comment")}getInfixParselet(t){return this.infixParselets[t.id==="Symbol"?t.value:t.id]}}const e7="http://hl7.org",fk="ok",t7="created",n7="gone",r7="not-modified",o7="not-found",i7="unauthorized",s7="forbidden",a7="accepted",l7={resourceType:"OperationOutcome",id:fk,issue:[{severity:"information",code:"informational",details:{text:"All OK"}}]},c7={resourceType:"OperationOutcome",id:o7,issue:[{severity:"error",code:"not-found",details:{text:"Not found"}}]},Fc={resourceType:"OperationOutcome",id:i7,issue:[{severity:"error",code:"login",details:{text:"Unauthorized"}}]},u7={...Fc,issue:[...Fc.issue,{severity:"error",code:"expired",details:{text:"Token expired"}}]},sw={...Fc,issue:[...Fc.issue,{severity:"error",code:"invalid",details:{text:"Token not issued for this audience"}}]},hk={resourceType:"OperationOutcome",id:s7,issue:[{severity:"error",code:"forbidden",details:{text:"Forbidden"}}]};function go(e,t){return{resourceType:"OperationOutcome",issue:[{severity:"error",code:"invalid",details:{text:e},...t?{expression:[t]}:void 0}]}}function Dt(e){return{resourceType:"OperationOutcome",issue:[{severity:"error",code:"structure",details:{text:e}}]}}function d7(e){return{resourceType:"OperationOutcome",issue:[{severity:"error",code:"exception",details:{text:"Internal server error"},diagnostics:e.toString()}]}}function zh(e){return typeof e=="object"&&e!==null&&e.resourceType==="OperationOutcome"}function pk(e){return e.id===fk||e.id===t7||e.id===r7||e.id===a7}function f7(e){return e.id===n7}class Fe extends Error{constructor(t,n){super(mk(t)),this.outcome=t,this.cause=n}}function mt(e){return e instanceof Fe?e.outcome:zh(e)?e:go(Ie(e))}function Ie(e){return e?typeof e=="string"?e:e instanceof Error?e.message:zh(e)?mk(e):typeof e=="object"&&"code"in e&&typeof e.code=="string"?e.code:JSON.stringify(e):"Unknown error"}function mk(e){var n;const t=((n=e.issue)==null?void 0:n.map(gk))??[];return t.length>0?t.join("; "):"Unknown error"}function gk(e){var n,r;let t;return(n=e.details)!=null&&n.text?e.diagnostics?t=`${e.details.text} (${e.diagnostics})`:t=e.details.text:e.diagnostics?t=e.diagnostics:t="Unknown error",(r=e.expression)!=null&&r.length&&(t+=` (${e.expression.join(", ")})`),t}function h7(e,t){const n=t.max&&t.max===Number.MAX_SAFE_INTEGER?Number.POSITIVE_INFINITY:t.max;return{path:e,description:"",type:t.type??[],min:t.min??0,max:n??1,isArray:!!n&&n>1,constraints:[]}}function p7(e){const t=Object.create(null);for(const[n,r]of Object.entries(e))t[n]={name:n,type:n,path:n,elements:Object.fromEntries(Object.entries(r.elements).map(([o,i])=>[o,h7(o,i)])),constraints:[],innerTypes:[]};return t}const m7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]}}},g7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},modifierExtension:{max:9007199254740991,type:[{code:"Extension"}]}}},v7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},use:{type:[{code:"code"}]},type:{type:[{code:"code"}]},text:{type:[{code:"string"}]},line:{max:9007199254740991,type:[{code:"string"}]},city:{type:[{code:"string"}]},district:{type:[{code:"string"}]},state:{type:[{code:"string"}]},postalCode:{type:[{code:"string"}]},country:{type:[{code:"string"}]},period:{type:[{code:"Period"}]}}},y7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},value:{type:[{code:"decimal"}]},comparator:{type:[{code:"code"}]},unit:{type:[{code:"string"}]},system:{type:[{code:"uri"}]},code:{type:[{code:"code"}]}}},x7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},"author[x]":{type:[{code:"Reference",targetProfile:["http://hl7.org/fhir/StructureDefinition/Practitioner","http://hl7.org/fhir/StructureDefinition/Patient","http://hl7.org/fhir/StructureDefinition/RelatedPerson","http://hl7.org/fhir/StructureDefinition/Organization"]},{code:"string"}]},time:{type:[{code:"dateTime"}]},text:{min:1,type:[{code:"markdown"}]}}},b7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},contentType:{type:[{code:"code"}]},language:{type:[{code:"code"}]},data:{type:[{code:"base64Binary"}]},url:{type:[{code:"url"}]},size:{type:[{code:"unsignedInt"}]},hash:{type:[{code:"base64Binary"}]},title:{type:[{code:"string"}]},creation:{type:[{code:"dateTime"}]}}},w7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},coding:{max:9007199254740991,type:[{code:"Coding"}]},text:{type:[{code:"string"}]}}},S7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},system:{type:[{code:"uri"}]},version:{type:[{code:"string"}]},code:{type:[{code:"code"}]},display:{type:[{code:"string"}]},userSelected:{type:[{code:"boolean"}]}}},j7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},name:{type:[{code:"string"}]},telecom:{max:9007199254740991,type:[{code:"ContactPoint"}]}}},C7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},system:{type:[{code:"code"}]},value:{type:[{code:"string"}]},use:{type:[{code:"code"}]},rank:{type:[{code:"positiveInt"}]},period:{type:[{code:"Period"}]}}},E7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},type:{min:1,type:[{code:"code"}]},name:{min:1,type:[{code:"string"}]},contact:{max:9007199254740991,type:[{code:"ContactDetail"}]}}},T7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},value:{type:[{code:"decimal"}]},comparator:{type:[{code:"code"}]},unit:{type:[{code:"string"}]},system:{type:[{code:"uri"}]},code:{type:[{code:"code"}]}}},P7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},type:{min:1,type:[{code:"code"}]},profile:{max:9007199254740991,type:[{code:"canonical",targetProfile:["http://hl7.org/fhir/StructureDefinition/StructureDefinition"]}]},"subject[x]":{type:[{code:"CodeableConcept"},{code:"Reference",targetProfile:["http://hl7.org/fhir/StructureDefinition/Group"]}]},mustSupport:{max:9007199254740991,type:[{code:"string"}]},codeFilter:{max:9007199254740991,type:[{code:"DataRequirementCodeFilter"}]},dateFilter:{max:9007199254740991,type:[{code:"DataRequirementDateFilter"}]},limit:{type:[{code:"positiveInt"}]},sort:{max:9007199254740991,type:[{code:"DataRequirementSort"}]}}},k7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},value:{type:[{code:"decimal"}]},comparator:{type:[{code:"code"}]},unit:{type:[{code:"string"}]},system:{type:[{code:"uri"}]},code:{type:[{code:"code"}]}}},R7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},modifierExtension:{max:9007199254740991,type:[{code:"Extension"}]},sequence:{type:[{code:"integer"}]},text:{type:[{code:"string"}]},additionalInstruction:{max:9007199254740991,type:[{code:"CodeableConcept"}]},patientInstruction:{type:[{code:"string"}]},timing:{type:[{code:"Timing"}]},"asNeeded[x]":{type:[{code:"boolean"},{code:"CodeableConcept"}]},site:{type:[{code:"CodeableConcept"}]},route:{type:[{code:"CodeableConcept"}]},method:{type:[{code:"CodeableConcept"}]},doseAndRate:{max:9007199254740991,type:[{code:"DosageDoseAndRate"}]},maxDosePerPeriod:{type:[{code:"Ratio"}]},maxDosePerAdministration:{type:[{code:"Quantity",profile:["http://hl7.org/fhir/StructureDefinition/SimpleQuantity"]}]},maxDosePerLifetime:{type:[{code:"Quantity",profile:["http://hl7.org/fhir/StructureDefinition/SimpleQuantity"]}]}}},_7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},value:{type:[{code:"decimal"}]},comparator:{type:[{code:"code"}]},unit:{type:[{code:"string"}]},system:{type:[{code:"uri"}]},code:{type:[{code:"code"}]}}},D7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},modifierExtension:{max:9007199254740991,type:[{code:"Extension"}]},path:{min:1,type:[{code:"string"}]},representation:{max:9007199254740991,type:[{code:"code"}]},sliceName:{type:[{code:"string"}]},sliceIsConstraining:{type:[{code:"boolean"}]},label:{type:[{code:"string"}]},code:{max:9007199254740991,type:[{code:"Coding"}]},slicing:{type:[{code:"ElementDefinitionSlicing"}]},short:{type:[{code:"string"}]},definition:{type:[{code:"markdown"}]},comment:{type:[{code:"markdown"}]},requirements:{type:[{code:"markdown"}]},alias:{max:9007199254740991,type:[{code:"string"}]},min:{type:[{code:"unsignedInt"}]},max:{type:[{code:"string"}]},base:{type:[{code:"ElementDefinitionBase"}]},contentReference:{type:[{code:"uri"}]},type:{max:9007199254740991,type:[{code:"ElementDefinitionType"}]},"defaultValue[x]":{type:[{code:"base64Binary"},{code:"boolean"},{code:"canonical"},{code:"code"},{code:"date"},{code:"dateTime"},{code:"decimal"},{code:"id"},{code:"instant"},{code:"integer"},{code:"markdown"},{code:"oid"},{code:"positiveInt"},{code:"string"},{code:"time"},{code:"unsignedInt"},{code:"uri"},{code:"url"},{code:"uuid"},{code:"Address"},{code:"Age"},{code:"Annotation"},{code:"Attachment"},{code:"CodeableConcept"},{code:"Coding"},{code:"ContactPoint"},{code:"Count"},{code:"Distance"},{code:"Duration"},{code:"HumanName"},{code:"Identifier"},{code:"Money"},{code:"Period"},{code:"Quantity"},{code:"Range"},{code:"Ratio"},{code:"Reference"},{code:"SampledData"},{code:"Signature"},{code:"Timing"},{code:"ContactDetail"},{code:"Contributor"},{code:"DataRequirement"},{code:"Expression"},{code:"ParameterDefinition"},{code:"RelatedArtifact"},{code:"TriggerDefinition"},{code:"UsageContext"},{code:"Dosage"},{code:"Meta"}]},meaningWhenMissing:{type:[{code:"markdown"}]},orderMeaning:{type:[{code:"string"}]},"fixed[x]":{type:[{code:"base64Binary"},{code:"boolean"},{code:"canonical"},{code:"code"},{code:"date"},{code:"dateTime"},{code:"decimal"},{code:"id"},{code:"instant"},{code:"integer"},{code:"markdown"},{code:"oid"},{code:"positiveInt"},{code:"string"},{code:"time"},{code:"unsignedInt"},{code:"uri"},{code:"url"},{code:"uuid"},{code:"Address"},{code:"Age"},{code:"Annotation"},{code:"Attachment"},{code:"CodeableConcept"},{code:"Coding"},{code:"ContactPoint"},{code:"Count"},{code:"Distance"},{code:"Duration"},{code:"HumanName"},{code:"Identifier"},{code:"Money"},{code:"Period"},{code:"Quantity"},{code:"Range"},{code:"Ratio"},{code:"Reference"},{code:"SampledData"},{code:"Signature"},{code:"Timing"},{code:"ContactDetail"},{code:"Contributor"},{code:"DataRequirement"},{code:"Expression"},{code:"ParameterDefinition"},{code:"RelatedArtifact"},{code:"TriggerDefinition"},{code:"UsageContext"},{code:"Dosage"},{code:"Meta"}]},"pattern[x]":{type:[{code:"base64Binary"},{code:"boolean"},{code:"canonical"},{code:"code"},{code:"date"},{code:"dateTime"},{code:"decimal"},{code:"id"},{code:"instant"},{code:"integer"},{code:"markdown"},{code:"oid"},{code:"positiveInt"},{code:"string"},{code:"time"},{code:"unsignedInt"},{code:"uri"},{code:"url"},{code:"uuid"},{code:"Address"},{code:"Age"},{code:"Annotation"},{code:"Attachment"},{code:"CodeableConcept"},{code:"Coding"},{code:"ContactPoint"},{code:"Count"},{code:"Distance"},{code:"Duration"},{code:"HumanName"},{code:"Identifier"},{code:"Money"},{code:"Period"},{code:"Quantity"},{code:"Range"},{code:"Ratio"},{code:"Reference"},{code:"SampledData"},{code:"Signature"},{code:"Timing"},{code:"ContactDetail"},{code:"Contributor"},{code:"DataRequirement"},{code:"Expression"},{code:"ParameterDefinition"},{code:"RelatedArtifact"},{code:"TriggerDefinition"},{code:"UsageContext"},{code:"Dosage"},{code:"Meta"}]},example:{max:9007199254740991,type:[{code:"ElementDefinitionExample"}]},"minValue[x]":{type:[{code:"date"},{code:"dateTime"},{code:"instant"},{code:"time"},{code:"decimal"},{code:"integer"},{code:"positiveInt"},{code:"unsignedInt"},{code:"Quantity"}]},"maxValue[x]":{type:[{code:"date"},{code:"dateTime"},{code:"instant"},{code:"time"},{code:"decimal"},{code:"integer"},{code:"positiveInt"},{code:"unsignedInt"},{code:"Quantity"}]},maxLength:{type:[{code:"integer"}]},condition:{max:9007199254740991,type:[{code:"id"}]},constraint:{max:9007199254740991,type:[{code:"ElementDefinitionConstraint"}]},mustSupport:{type:[{code:"boolean"}]},isModifier:{type:[{code:"boolean"}]},isModifierReason:{type:[{code:"string"}]},isSummary:{type:[{code:"boolean"}]},binding:{type:[{code:"ElementDefinitionBinding"}]},mapping:{max:9007199254740991,type:[{code:"ElementDefinitionMapping"}]}}},I7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},description:{type:[{code:"string"}]},name:{type:[{code:"id"}]},language:{min:1,type:[{code:"code"}]},expression:{type:[{code:"string"}]},reference:{type:[{code:"uri"}]}}},A7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},url:{min:1,type:[{code:"uri"}]},"value[x]":{type:[{code:"base64Binary"},{code:"boolean"},{code:"canonical"},{code:"code"},{code:"date"},{code:"dateTime"},{code:"decimal"},{code:"id"},{code:"instant"},{code:"integer"},{code:"markdown"},{code:"oid"},{code:"positiveInt"},{code:"string"},{code:"time"},{code:"unsignedInt"},{code:"uri"},{code:"url"},{code:"uuid"},{code:"Address"},{code:"Age"},{code:"Annotation"},{code:"Attachment"},{code:"CodeableConcept"},{code:"Coding"},{code:"ContactPoint"},{code:"Count"},{code:"Distance"},{code:"Duration"},{code:"HumanName"},{code:"Identifier"},{code:"Money"},{code:"Period"},{code:"Quantity"},{code:"Range"},{code:"Ratio"},{code:"Reference"},{code:"SampledData"},{code:"Signature"},{code:"Timing"},{code:"ContactDetail"},{code:"Contributor"},{code:"DataRequirement"},{code:"Expression"},{code:"ParameterDefinition"},{code:"RelatedArtifact"},{code:"TriggerDefinition"},{code:"UsageContext"},{code:"Dosage"},{code:"Meta"}]}}},N7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},use:{type:[{code:"code"}]},text:{type:[{code:"string"}]},family:{type:[{code:"string"}]},given:{max:9007199254740991,type:[{code:"string"}]},prefix:{max:9007199254740991,type:[{code:"string"}]},suffix:{max:9007199254740991,type:[{code:"string"}]},period:{type:[{code:"Period"}]}}},M7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},use:{type:[{code:"code"}]},type:{type:[{code:"CodeableConcept"}]},system:{type:[{code:"uri"}]},value:{type:[{code:"string"}]},period:{type:[{code:"Period"}]},assigner:{type:[{code:"Reference",targetProfile:["http://hl7.org/fhir/StructureDefinition/Organization"]}]}}},O7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},modifierExtension:{max:9007199254740991,type:[{code:"Extension"}]},country:{min:1,type:[{code:"CodeableConcept"}]},jurisdiction:{type:[{code:"CodeableConcept"}]},status:{min:1,type:[{code:"CodeableConcept"}]},dateRange:{min:1,type:[{code:"Period"}]},restoreDate:{type:[{code:"dateTime"}]}}},L7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},versionId:{type:[{code:"id"}]},lastUpdated:{type:[{code:"instant"}]},source:{type:[{code:"uri"}]},profile:{max:9007199254740991,type:[{code:"canonical",targetProfile:["http://hl7.org/fhir/StructureDefinition/StructureDefinition"]}]},security:{max:9007199254740991,type:[{code:"Coding"}]},tag:{max:9007199254740991,type:[{code:"Coding"}]},project:{type:[{code:"uri"}]},author:{type:[{code:"Reference"}]},onBehalfOf:{type:[{code:"Reference"}]},account:{type:[{code:"Reference"}]},accounts:{max:9007199254740991,type:[{code:"Reference"}]},compartment:{max:9007199254740991,type:[{code:"Reference"}]}}},$7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},value:{type:[{code:"decimal"}]},currency:{type:[{code:"code"}]}}},F7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},status:{min:1,type:[{code:"code"}]},div:{min:1,type:[{code:"xhtml"}]}}},z7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},name:{type:[{code:"code"}]},use:{min:1,type:[{code:"code"}]},min:{type:[{code:"integer"}]},max:{type:[{code:"string"}]},documentation:{type:[{code:"string"}]},type:{min:1,type:[{code:"code"}]},profile:{type:[{code:"canonical",targetProfile:["http://hl7.org/fhir/StructureDefinition/StructureDefinition"]}]}}},U7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},start:{type:[{code:"dateTime"}]},end:{type:[{code:"dateTime"}]}}},B7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},modifierExtension:{max:9007199254740991,type:[{code:"Extension"}]},"age[x]":{type:[{code:"Range"},{code:"CodeableConcept"}]},gender:{type:[{code:"CodeableConcept"}]},race:{type:[{code:"CodeableConcept"}]},physiologicalCondition:{type:[{code:"CodeableConcept"}]}}},V7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},modifierExtension:{max:9007199254740991,type:[{code:"Extension"}]},height:{type:[{code:"Quantity"}]},width:{type:[{code:"Quantity"}]},depth:{type:[{code:"Quantity"}]},weight:{type:[{code:"Quantity"}]},nominalVolume:{type:[{code:"Quantity"}]},externalDiameter:{type:[{code:"Quantity"}]},shape:{type:[{code:"string"}]},color:{max:9007199254740991,type:[{code:"string"}]},imprint:{max:9007199254740991,type:[{code:"string"}]},image:{max:9007199254740991,type:[{code:"Attachment"}]},scoring:{type:[{code:"CodeableConcept"}]}}},W7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},modifierExtension:{max:9007199254740991,type:[{code:"Extension"}]},identifier:{type:[{code:"Identifier"}]},type:{min:1,type:[{code:"CodeableConcept"}]},period:{min:1,type:[{code:"Quantity"}]},specialPrecautionsForStorage:{max:9007199254740991,type:[{code:"CodeableConcept"}]}}},H7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},value:{type:[{code:"decimal"}]},comparator:{type:[{code:"code"}]},unit:{type:[{code:"string"}]},system:{type:[{code:"uri"}]},code:{type:[{code:"code"}]}}},q7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},low:{type:[{code:"Quantity",profile:["http://hl7.org/fhir/StructureDefinition/SimpleQuantity"]}]},high:{type:[{code:"Quantity",profile:["http://hl7.org/fhir/StructureDefinition/SimpleQuantity"]}]}}},G7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},numerator:{type:[{code:"Quantity"}]},denominator:{type:[{code:"Quantity"}]}}},Q7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},reference:{type:[{code:"string"}]},type:{type:[{code:"uri"}]},identifier:{type:[{code:"Identifier"}]},display:{type:[{code:"string"}]}}},K7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},type:{min:1,type:[{code:"code"}]},label:{type:[{code:"string"}]},display:{type:[{code:"string"}]},citation:{type:[{code:"markdown"}]},url:{type:[{code:"url"}]},document:{type:[{code:"Attachment"}]},resource:{type:[{code:"canonical",targetProfile:["http://hl7.org/fhir/StructureDefinition/Resource"]}]}}},Y7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},origin:{min:1,type:[{code:"Quantity",profile:["http://hl7.org/fhir/StructureDefinition/SimpleQuantity"]}]},period:{min:1,type:[{code:"decimal"}]},factor:{type:[{code:"decimal"}]},lowerLimit:{type:[{code:"decimal"}]},upperLimit:{type:[{code:"decimal"}]},dimensions:{min:1,type:[{code:"positiveInt"}]},data:{type:[{code:"string"}]}}},X7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},type:{min:1,max:9007199254740991,type:[{code:"Coding"}]},when:{min:1,type:[{code:"instant"}]},who:{min:1,type:[{code:"Reference",targetProfile:["http://hl7.org/fhir/StructureDefinition/Practitioner","http://hl7.org/fhir/StructureDefinition/PractitionerRole","http://hl7.org/fhir/StructureDefinition/RelatedPerson","http://hl7.org/fhir/StructureDefinition/Patient","http://hl7.org/fhir/StructureDefinition/Device","http://hl7.org/fhir/StructureDefinition/Organization"]}]},onBehalfOf:{type:[{code:"Reference",targetProfile:["http://hl7.org/fhir/StructureDefinition/Practitioner","http://hl7.org/fhir/StructureDefinition/PractitionerRole","http://hl7.org/fhir/StructureDefinition/RelatedPerson","http://hl7.org/fhir/StructureDefinition/Patient","http://hl7.org/fhir/StructureDefinition/Device","http://hl7.org/fhir/StructureDefinition/Organization"]}]},targetFormat:{type:[{code:"code"}]},sigFormat:{type:[{code:"code"}]},data:{type:[{code:"base64Binary"}]}}},J7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},modifierExtension:{max:9007199254740991,type:[{code:"Extension"}]},"amount[x]":{type:[{code:"Quantity"},{code:"Range"},{code:"string"}]},amountType:{type:[{code:"CodeableConcept"}]},amountText:{type:[{code:"string"}]},referenceRange:{type:[{code:"SubstanceAmountReferenceRange"}]}}},Z7={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},modifierExtension:{max:9007199254740991,type:[{code:"Extension"}]},event:{max:9007199254740991,type:[{code:"dateTime"}]},repeat:{type:[{code:"TimingRepeat"}]},code:{type:[{code:"CodeableConcept"}]}}},e6={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},type:{min:1,type:[{code:"code"}]},name:{type:[{code:"string"}]},"timing[x]":{type:[{code:"Timing"},{code:"Reference",targetProfile:["http://hl7.org/fhir/StructureDefinition/Schedule"]},{code:"date"},{code:"dateTime"}]},data:{max:9007199254740991,type:[{code:"DataRequirement"}]},condition:{type:[{code:"Expression"}]}}},t6={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},code:{min:1,type:[{code:"Coding"}]},"value[x]":{min:1,type:[{code:"CodeableConcept"},{code:"Quantity"},{code:"Range"},{code:"Reference",targetProfile:["http://hl7.org/fhir/StructureDefinition/PlanDefinition","http://hl7.org/fhir/StructureDefinition/ResearchStudy","http://hl7.org/fhir/StructureDefinition/InsurancePlan","http://hl7.org/fhir/StructureDefinition/HealthcareService","http://hl7.org/fhir/StructureDefinition/Group","http://hl7.org/fhir/StructureDefinition/Location","http://hl7.org/fhir/StructureDefinition/Organization"]}]}}},n6={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},value:{type:[{code:"decimal"}]},comparator:{type:[{code:"code"}]},unit:{type:[{code:"string"}]},system:{type:[{code:"uri"}]},code:{type:[{code:"code"}]}}},r6={elements:{id:{type:[{code:"string"}]},extension:{max:9007199254740991,type:[{code:"Extension"}]},value:{type:[{code:"decimal"}]},comparator:{max:0,type:[{code:"code"}]},unit:{type:[{code:"string"}]},system:{type:[{code:"uri"}]},code:{type:[{code:"code"}]}}},o6={elements:{authorizeUrl:{min:1,type:[{code:"string"}]},tokenUrl:{min:1,type:[{code:"string"}]},tokenAuthMethod:{type:[{code:"code"}]},userInfoUrl:{min:1,type:[{code:"string"}]},clientId:{min:1,type:[{code:"string"}]},clientSecret:{min:1,type:[{code:"string"}]},usePkce:{type:[{code:"boolean"}]},useSubject:{type:[{code:"boolean"}]}}},i6={Element:m7,BackboneElement:g7,Address:v7,Age:y7,Annotation:x7,Attachment:b7,CodeableConcept:w7,Coding:S7,ContactDetail:j7,ContactPoint:C7,Contributor:E7,Count:T7,DataRequirement:P7,Distance:k7,Dosage:R7,Duration:_7,ElementDefinition:D7,Expression:I7,Extension:A7,HumanName:N7,Identifier:M7,MarketingStatus:O7,Meta:L7,Money:$7,Narrative:F7,ParameterDefinition:z7,Period:U7,Population:B7,ProdCharacteristic:V7,ProductShelfLife:W7,Quantity:H7,Range:q7,Ratio:G7,Reference:Q7,RelatedArtifact:K7,SampledData:Y7,Signature:X7,SubstanceAmount:J7,Timing:Z7,TriggerDefinition:e6,UsageContext:t6,MoneyQuantity:n6,SimpleQuantity:r6,IdentityProvider:o6};function s6(e){return new l6(e).parse()}const vf=p7(i6),Ox=Object.create(null),aw=Object.create(null),a6={"http://hl7.org/fhir/StructureDefinition/MoneyQuantity":"MoneyQuantity","http://hl7.org/fhir/StructureDefinition/SimpleQuantity":"SimpleQuantity","http://hl7.org/fhir/uv/sql-on-fhir/StructureDefinition/ViewDefinition":"ViewDefinition"};function vk(e){let t;return t=aw[e],t||(t=aw[e]=Object.create(null)),t}function lw(e){var n;const t=Array.isArray(e)?e:((n=e.entry)==null?void 0:n.map(r=>r.resource))??[];for(const r of t)yk(r)}function yk(e){var i,a;if(!(e!=null&&e.name))throw new Error("Failed loading StructureDefinition from bundle");if(e.resourceType!=="StructureDefinition")return;const t=s6(e),n=a6[e.url];let r,o;n?(r=vf,o=n):e.url===`http://hl7.org/fhir/StructureDefinition/${e.type}`||e.url===`https://medplum.com/fhir/StructureDefinition/${e.type}`||(i=e.type)!=null&&i.startsWith("http://")||(a=e.type)!=null&&a.startsWith("https://")?(r=vf,o=e.type):(r=vk(e.url),o=e.type),r[o]=t;for(const l of t.innerTypes)l.parentType=t,r[l.name]=l;Ox[e.url]=t}function xk(e){return!!vf[e]}function Uh(e,t){if(t){const n=vk(t)[e];if(n)return n}return vf[e]}function bk(e,t){const n=Uh(e,t);if(!n)throw new Fe(go("Unknown data type: "+e));return n}function Lx(e){return!!Ox[e]}function Sl(e){return Ox[e]}class l6{constructor(t){var n;if(!((n=t.snapshot)!=null&&n.element)||t.snapshot.element.length===0)throw new Error(`No snapshot defined for StructureDefinition '${t.name}'`);this.root=t.snapshot.element[0],this.elements=t.snapshot.element.slice(1),this.elementIndex=Object.create(null),this.index=0,this.resourceSchema={name:t.name,path:this.root.path,title:t.title,type:t.type,url:t.url,kind:t.kind,description:d6(t),elements:{},constraints:this.parseElementDefinition(this.root).constraints,innerTypes:[],summaryProperties:new Set,mandatoryProperties:new Set},this.innerTypes=[]}parse(){var n,r,o,i,a;let t=this.next();for(;t;){if(t.sliceName)this.parseSliceStart(t);else if((n=t.id)!=null&&n.includes(":")){if((r=this.slicingContext)!=null&&r.current){const l=rm(t,this.slicingContext.path);this.slicingContext.current.elements[l]=this.parseElementDefinition(t)}}else{const l=this.parseElementDefinition(t);this.checkFieldEnter(t,l);let c=this.backboneContext;for(;c;){if((o=t.path)!=null&&o.startsWith(c.path+".")){c.type.elements[rm(t,c.path)]=l;break}c=c.parent}if(!c){const u=rm(t,this.root.path);t.isSummary&&((i=this.resourceSchema.summaryProperties)==null||i.add(u.replace("[x]",""))),l.min>0&&((a=this.resourceSchema.mandatoryProperties)==null||a.add(u.replace("[x]",""))),this.resourceSchema.elements[u]=l}this.checkFieldExit(t)}t=this.next()}return this.checkFieldExit(),this.innerTypes.length>0&&(this.resourceSchema.innerTypes=this.innerTypes),this.resourceSchema}checkFieldEnter(t,n){this.isInnerType(t)&&this.enterInnerType(t),this.slicingContext&&!ha(this.slicingContext.path,t==null?void 0:t.path)&&(this.slicingContext=void 0),t.slicing&&!this.slicingContext&&this.enterSlice(t,n)}enterInnerType(t){var r,o,i;for(;this.backboneContext&&!ha((r=this.backboneContext)==null?void 0:r.path,t.path);)this.innerTypes.push(this.backboneContext.type),this.backboneContext=this.backboneContext.parent;const n=vw(t);this.backboneContext={type:{name:n,type:n,path:t.path,title:t.label,description:t.definition,elements:{},constraints:this.parseElementDefinition(t).constraints,innerTypes:[]},path:t.path,parent:ha((o=this.backboneContext)==null?void 0:o.path,t.path)?this.backboneContext:(i=this.backboneContext)==null?void 0:i.parent}}enterSlice(t,n){var r,o,i,a;u6(t)&&!((r=this.peek())!=null&&r.sliceName)||(n.slicing={discriminator:(((o=t.slicing)==null?void 0:o.discriminator)??[]).map(l=>{if(l.type!=="value"&&l.type!=="pattern"&&l.type!=="type")throw new Error(`Unsupported slicing discriminator type: ${l.type}`);return{path:l.path,type:l.type}}),slices:[],ordered:((i=t.slicing)==null?void 0:i.ordered)??!1,rule:(a=t.slicing)==null?void 0:a.rules},this.slicingContext={field:n.slicing,path:t.path??""})}checkFieldExit(t=void 0){if(this.backboneContext&&!ha(this.backboneContext.path,t==null?void 0:t.path))if(this.backboneContext.parent)do this.innerTypes.push(this.backboneContext.type),this.backboneContext=this.backboneContext.parent;while(this.backboneContext&&!ha(this.backboneContext.path,t==null?void 0:t.path));else this.innerTypes.push(this.backboneContext.type),this.backboneContext=void 0}next(){const t=this.peek();if(t)return this.index++,t}peek(){var n,r,o,i,a;const t=this.elements[this.index];if(t){if(this.elementIndex[t.path??""]=t,t.contentReference){const l=t.contentReference.slice(t.contentReference.indexOf("#")+1),c=this.elementIndex[l];return c?{...c,id:t.id,path:t.path,min:t.min??c.min,max:t.max??c.max,base:{path:((n=c.base)==null?void 0:n.path)??l,min:((r=t.base)==null?void 0:r.min)??((o=c.base)==null?void 0:o.min)??c.min,max:((i=t.base)==null?void 0:i.max)??((a=c.base)==null?void 0:a.max)??c.max},contentReference:t.contentReference,definition:t.definition}:void 0}return t}}isInnerType(t){var r;const n=this.peek();return!!(ha(t==null?void 0:t.path,n==null?void 0:n.path)&&((r=t.type)!=null&&r.some(o=>["BackboneElement","Element"].includes(o.code))))}parseSliceStart(t){if(!this.slicingContext)throw new Error(`Invalid slice start before discriminator: ${t.sliceName} (${t.id})`);this.slicingContext.current={...this.parseElementDefinition(t),name:t.sliceName??"",definition:t.definition,elements:{}},this.slicingContext.field.slices.push(this.slicingContext.current)}parseElementDefinitionType(t){return(t.type??[]).map(n=>{var o;let r;return(n.code==="BackboneElement"||n.code==="Element")&&(r=vw(t)),r||(r=(o=jl(n,"http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"))==null?void 0:o.valueUrl),r||(r=n.code??""),{code:r,targetProfile:n.targetProfile,profile:n.profile}})}parseElementDefinition(t){var i,a;const n=cw(t.max),r=(i=t.base)!=null&&i.max?cw(t.base.max):n,o={type:"ElementDefinition",value:t};return{description:t.definition||"",path:t.path||((a=t.base)==null?void 0:a.path)||"",min:t.min??0,max:n,isArray:r>1,constraints:(t.constraint??[]).map(l=>({key:l.key??"",severity:l.severity??"error",expression:l.expression??"",description:l.human??""})),type:this.parseElementDefinitionType(t),fixed:uw(il(o,"fixed[x]")),pattern:uw(il(o,"pattern[x]")),binding:t.binding}}}function cw(e){return e==="*"?Number.POSITIVE_INFINITY:Number.parseInt(e,10)}function rm(e,t=""){return c6(e.path,t)}function c6(e,t){return e?t&&e.startsWith(t)?e.substring(t.length+1):e:""}function ha(e,t){return!e||!t?!1:t.startsWith(e+".")||t===e}function uw(e){return Array.isArray(e)&&e.length>0?e[0]:zt(e)?void 0:e}function u6(e){var n,r;const t=(n=e.slicing)==null?void 0:n.discriminator;return!!((r=e.type)!=null&&r.some(o=>o.code==="Extension")&&(t==null?void 0:t.length)===1&&t[0].type==="value"&&t[0].path==="url")}function d6(e){let t=e.description;return t!=null&&t.startsWith(`Base StructureDefinition for ${e.name} Type: `)&&(t=t.substring(`Base StructureDefinition for ${e.name} Type: `.length)),t}function f6(e,t,n){if(e===void 0)return[void 0];if(t==="$this")return[e];const r=n!=null&&n.withPath?h6:il,[o,...i]=t.split(".");let a=[r(e,o,n)];for(const l of i){const c=[];for(const u of a)if(Array.isArray(u))for(const d of u)c.push(r(d,l,n));else(n!=null&&n.withPath&&u&&u.value!==void 0||!(n!=null&&n.withPath)&&u!==void 0)&&c.push(r(u,l,n));a=c}return a}function h6(e,t,n){const r=e.path;return p6(il(e,t,n),r,t)}function p6(e,t,n){const r=t?t+".":"";return e===void 0?{type:"undefined",value:void 0,path:`${r}${n}`}:Array.isArray(e)?e.map((o,i)=>({...o,path:`${r}${n}[${i}]`})):{...e,path:`${r}${n}`}}const wk={base64Binary:/^([A-Za-z\d+/]{4})*([A-Za-z\d+/]{2}==|[A-Za-z\d+/]{3}=)?$/,canonical:/^\S*$/,code:/^[^\s]+( [^\s]+)*$/,date:/^(\d(\d(\d[1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2]\d|3[0-1]))?)?$/,dateTime:/^(\d(\d(\d[1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2]\d|3[0-1])(T([01]\d|2[0-3])(:[0-5]\d:([0-5]\d|60)(\.\d{1,9})?)?)?)?(Z|[+-]((0\d|1[0-3]):[0-5]\d|14:00)?)?)?$/,id:/^[A-Za-z0-9\-.]{1,64}$/,instant:/^(\d(\d(\d[1-9]|[1-9]0)|[1-9]00)|[1-9]000)-(0[1-9]|1[0-2])-(0[1-9]|[1-2]\d|3[0-1])T([01]\d|2[0-3]):[0-5]\d:([0-5]\d|60)(\.\d{1,9})?(Z|[+-]((0\d|1[0-3]):[0-5]\d|14:00))$/,markdown:/^[\s\S]+$/,oid:/^urn:oid:[0-2](\.(0|[1-9]\d*))+$/,string:/^[\s\S]+$/,time:/^([01]\d|2[0-3]):[0-5]\d:([0-5]\d|60)(\.\d{1,9})?$/,uri:/^\S*$/,url:/^\S*$/,uuid:/^urn:uuid:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/,xhtml:/.*/};function m6(e,t,n,r){var a;if(Array.isArray(e))return!1;let o;t.path==="$this"?o=n:o=(r??n.elements)[t.path];const i=n.type;switch(t.type){case"value":case"pattern":if(!e||!o)return!1;if(o.pattern)return zx(e,o.pattern);if(o.fixed)return Ai(e,o.fixed);if(((a=o.binding)==null?void 0:a.strength)==="required"&&o.binding.valueSet)return!0;break;case"type":return!e||!(i!=null&&i.length)?!1:i.some(l=>l.code===e.type)}return!1}function Te(e){return[{type:V.boolean,value:e}]}function xo(e){return e==null?{type:"undefined",value:void 0}:Number.isSafeInteger(e)?{type:V.integer,value:e}:typeof e=="number"?{type:V.decimal,value:e}:typeof e=="boolean"?{type:V.boolean,value:e}:typeof e=="string"?{type:V.string,value:e}:wr(e)?{type:V.Quantity,value:e}:ti(e)?{type:e.resourceType,value:e}:_k(e)?{type:V.CodeableConcept,value:e}:Rk(e)?{type:V.Coding,value:e}:{type:V.BackboneElement,value:e}}function _o(e){return e.length===0?!1:!!e[0].value}function Vo(e,t){if(e.length!==0){if(e.length===1&&(!t||e[0].type===t))return e[0];throw new Error(`Expected singleton of type ${t}, but found ${JSON.stringify(e)}`)}}function il(e,t,n){if(!e.value)return;const r=Gs(e.type,t,n==null?void 0:n.profileUrl);return r?Sk(e,t,r):xu(e,t)}function Sk(e,t,n){const r=e.value,o=n.type;if(!o||o.length===0)return;let i,a="undefined",l;const c=n.path.lastIndexOf("."),u=n.path.substring(c+1);for(const d of o){const f=u.replace("[x]",tn(d.code));if(i=r[f],l=r["_"+f],i!==void 0||l!==void 0){a=d.code;break}}if(l)if(Array.isArray(i)){i=i.slice();for(let d=0;d<Math.max(i.length,l.length);d++)i[d]=pw(i[d],l[d])}else i=pw(i,l);if(!zt(i))return(a==="Element"||a==="BackboneElement")&&(a=n.type[0].code),Array.isArray(i)?i.map(d=>dw(d,a)):dw(i,a)}function dw(e,t){return t==="Resource"&&ti(e)&&(t=e.resourceType),{type:t,value:e}}function xu(e,t){const n=e.value;if(!n||typeof n!="object")return;let r;if(t in n){const o=n[t];Array.isArray(o)?r=o.map(xo):r=xo(o)}else{const o=t.endsWith("[x]")?t.substring(0,t.length-3):t;for(const i of Object.values(V)){const a=o+tn(i);if(a in n){const l=n[a];Array.isArray(l)?r=l.map(c=>({type:i,value:c})):r={type:i,value:l};break}}}if(Array.isArray(r)){if(r.length===0||zt(r[0]))return}else if(zt(r))return;return r}function jk(e){const t=[];for(const n of e){let r=!1;for(const o of t)if(_o($x(n,o))){r=!0;break}r||t.push(n)}return t}function g6(e){return Te(!_o(e))}function v6(e,t){return e.length===0||t.length===0?[]:e.length!==t.length?Te(!1):Te(e.every((n,r)=>_o($x(n,t[r]))))}function y6(e,t){return e.length===0||t.length===0?[]:e.length!==t.length?Te(!0):Te(e.some((n,r)=>!_o($x(n,t[r]))))}function $x(e,t){var o,i;const n=(o=e.value)==null?void 0:o.valueOf(),r=(i=t.value)==null?void 0:i.valueOf();return typeof n=="number"&&typeof r=="number"?Te(Math.abs(n-r)<1e-8):wr(n)&&wr(r)?Te(Tk(n,r)):Te(typeof n=="object"&&typeof r=="object"?Fx(e,t):n===r)}function Ck(e,t){return e.length===0&&t.length===0?Te(!0):e.length!==t.length?Te(!1):(e.sort(fw),t.sort(fw),Te(e.every((n,r)=>_o(x6(n,t[r])))))}function x6(e,t){const{type:n,value:r}=e,{type:o,value:i}=t,a=r==null?void 0:r.valueOf(),l=i==null?void 0:i.valueOf();return typeof a=="number"&&typeof l=="number"?Te(Math.abs(a-l)<.01):wr(a)&&wr(l)?Te(Tk(a,l)):Te(n==="Coding"&&o==="Coding"?typeof a!="object"||typeof l!="object"?!1:a.code===l.code&&a.system===l.system:typeof a=="object"&&typeof l=="object"?Fx({...a,id:void 0},{...l,id:void 0}):typeof a=="string"&&typeof l=="string"?a.toLowerCase()===l.toLowerCase():a===l)}function fw(e,t){var o,i;const n=(o=e.value)==null?void 0:o.valueOf(),r=(i=t.value)==null?void 0:i.valueOf();return typeof n=="number"&&typeof r=="number"?n-r:typeof n=="string"&&typeof r=="string"?n.localeCompare(r):0}function Ek(e,t){const{value:n}=e;if(n==null)return!1;switch(t){case"Boolean":return typeof n=="boolean";case"Decimal":case"Integer":return typeof n=="number";case"Date":return b6(n);case"DateTime":return yf(n);case"Time":return typeof n=="string"&&!!/^T\d/.exec(n);case"Period":return w6(n);case"Quantity":return wr(n);default:return typeof n=="object"&&(n==null?void 0:n.resourceType)===t}}function b6(e){return typeof e=="string"&&!!wk.date.exec(e)}function yf(e){return typeof e=="string"&&!!wk.dateTime.exec(e)}function w6(e){return!!(e&&typeof e=="object"&&("start"in e&&yf(e.start)||"end"in e&&yf(e.end)))}function wr(e){return!!(e&&typeof e=="object"&&"value"in e&&typeof e.value=="number")}function Tk(e,t){return Math.abs(e.value-t.value)<.01&&(e.unit===t.unit||e.code===t.code||e.unit===t.code||e.code===t.unit)}function Fx(e,t){const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(const o of n){const i=e[o],a=t[o];if(hw(i)&&hw(a)){if(!Fx(i,a))return!1}else if(i!==a)return!1}return!0}function hw(e){return e!==null&&typeof e=="object"}function pw(e,t){if(t){if(typeof t!="object")throw new Error("Primitive extension must be an object");return S6(e??{},t)}return e}function S6(e,t){return delete t.__proto__,delete t.constructor,Object.assign(e,t)}function Tt(e){const t=ct(e),n=Wo(e);return n===t?{reference:t}:{reference:t,display:n}}function ct(e){return Qs(e)?e.reference:`${e.resourceType}/${e.id}`}function sl(e){if(e)return Qs(e)?e.reference.split("/")[1]:e.id}function j6(e){return e.resourceType==="Patient"||e.resourceType==="Practitioner"||e.resourceType==="RelatedPerson"}function Wo(e){if(j6(e)){const t=C6(e);if(t)return t}if(e.resourceType==="Device"){const t=E6(e);if(t)return t}if(e.resourceType==="MedicationRequest"&&e.medicationCodeableConcept)return Ni(e.medicationCodeableConcept);if(e.resourceType==="Subscription"&&e.criteria)return e.criteria;if(e.resourceType==="User"&&e.email)return e.email;if("name"in e&&e.name&&typeof e.name=="string")return e.name;if("code"in e&&e.code){let t=e.code;if(Array.isArray(t)&&(t=t[0]),_k(t))return Ni(t);if(N6(t))return t.text}return ct(e)}function C6(e){const t=e.name;if(t&&t.length>0)return bu(t[0])}function E6(e){const t=e.deviceName;if(t&&t.length>0)return t[0].name}function T6(e){if(!("photo"in e))return;const t=e.photo;if(t)if(Array.isArray(t))for(const n of t){const r=mw(n);if(r)return r}else return mw(t)}function mw(e){var t;if(e.url&&((t=e.contentType)!=null&&t.startsWith("image/")))return e.url}function Pk(e,t){const n=new Date(e);n.setUTCHours(0,0,0,0);const r=t?new Date(t):new Date;r.setUTCHours(0,0,0,0);const o=n.getUTCFullYear(),i=n.getUTCMonth(),a=n.getUTCDate(),l=r.getUTCFullYear(),c=r.getUTCMonth(),u=r.getUTCDate();let d=l-o;(c<i||c===i&&u<a)&&d--;let f=l*12+c-(o*12+i);u<a&&f--;const h=Math.floor((r.getTime()-n.getTime())/(1e3*60*60*24));return{years:d,months:f,days:h}}function P6(e,t){const{years:n,months:r,days:o}=Pk(e,t);return n>=2?n.toString().padStart(3,"0")+"Y":r>=1?r.toString().padStart(3,"0")+"M":o.toString().padStart(3,"0")+"D"}function jl(e,...t){var r;let n=e;for(let o=0;o<t.length&&n;o++)n=(r=n==null?void 0:n.extension)==null?void 0:r.find(i=>i.url===t[o]);return n}function dr(e,t){return JSON.stringify(e,k6,t?2:void 0)}function k6(e,t){return!R6(e)&&zt(t)?void 0:t}function R6(e){return!!/\d+$/.exec(e)}function zt(e){if(e==null)return!0;const t=typeof e;return t==="string"||t==="object"?!Ft(e):!1}function Ft(e){if(e==null)return!1;const t=typeof e;return t==="string"&&e!==""||t==="object"&&("length"in e&&e.length>0||Object.keys(e).length>0)}function Ai(e,t,n){return e===t||zt(e)&&zt(t)?!0:zt(e)||zt(t)?!1:Array.isArray(e)&&Array.isArray(t)?_6(e,t):Array.isArray(e)||Array.isArray(t)?!1:Tn(e)&&Tn(t)?D6(e,t,n):(Tn(e)||Tn(t),!1)}function _6(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(!Ai(e[n],t[n]))return!1;return!0}function D6(e,t,n){const r=new Set;Object.keys(e).forEach(o=>r.add(o)),Object.keys(t).forEach(o=>r.add(o)),n==="meta"&&(r.delete("versionId"),r.delete("lastUpdated"),r.delete("author"));for(const o of r){const i=e[o],a=t[o];if(!Ai(i,a,o))return!1}return!0}function zx(e,t){return zt(e)?!0:zt(t)?!1:Array.isArray(e)&&Array.isArray(t)?I6(e,t):Array.isArray(e)||Array.isArray(t)?!1:Tn(e)&&Tn(t)?A6(e,t):Tn(e)||Tn(t)?!1:e===t}function I6(e,t){return t.every(n=>e.some(r=>zx(r,n)))}function A6(e,t){return Object.entries(t).every(([n,r])=>n in e&&zx(e[n],r))}function Qr(e){return e===void 0?e:JSON.parse(JSON.stringify(e))}function kk(e){return!!/^\w{8}-\w{4}-\w{4}-\w{4}-\w{12}$/i.exec(e)}function Tn(e){return e!==null&&typeof e=="object"}function Rk(e){return Tn(e)&&"code"in e&&typeof e.code=="string"}function _k(e){return Tn(e)&&"coding"in e&&Array.isArray(e.coding)&&e.coding.every(Rk)}function N6(e){return Tn(e)&&"text"in e&&typeof e.text=="string"}const Dk=[];for(let e=0;e<256;e++)Dk.push(e.toString(16).padStart(2,"0"));function M6(e){const t=new Uint8Array(e),n=new Array(t.length);for(let r=0;r<t.length;r++)n[r]=Dk[t[r]];return n.join("")}function O6(e){const t=new Uint8Array(e),n=[];for(let r=0;r<t.length;r++)n[r]=String.fromCharCode(t[r]);return window.btoa(n.join(""))}function tn(e){return e?e.charAt(0).toUpperCase()+e.substring(1):""}function Ux(e){return e.length>0&&e.startsWith(e[0].toUpperCase())}function zc(e,t){const n=e+".";if(t.startsWith(n))return t.slice(n.length)}function L6(e,t){var n,r;return(r=(n=e.coding)==null?void 0:n.find(o=>o.system===t))==null?void 0:r.code}function $6(e){if(e!==void 0)return Array.isArray(e)?e:[e]}const gw=e=>new Promise(t=>{setTimeout(t,e)});function Ig(e,t,n){const r=[];for(let o=0;o<n-1;o++){const i=e.indexOf(t);if(i<0)break;r.push(e.slice(0,i)),e=e.slice(i+t.length)}return r.push(e),r}function F6(e){let t,n=!1;return function(){return n||(t=e(),n=!0),t}}function ql(e,t){return e?(e.push(t),e):[t]}function Uc(e){return e.sort((t,n)=>t.localeCompare(n))}function Ik(e){return e.endsWith("/")?e:e+"/"}function z6(e){return e.startsWith("/")?e.slice(1):e}function io(e,t){return new URL(z6(t),Ik(e.toString())).toString()}function U6(e,t){return io(e,t).toString().replace("http://","ws://").replace("https://","wss://")}function B6(e){return typeof e=="object"&&!Array.isArray(e)&&!(e instanceof URLSearchParams)&&(e=Object.fromEntries(Object.entries(e).filter(t=>t[1]!==void 0))),new URLSearchParams(e).toString()}function Ak(e,t){var n,r;return(r=(n=e==null?void 0:e.meta)==null?void 0:n.profile)!=null&&r.includes(t)||(e.meta=e.meta??{},e.meta.profile=e.meta.profile??[],e.meta.profile.push(t)),e}function V6(e,t){var n,r;if((r=(n=e==null?void 0:e.meta)==null?void 0:n.profile)!=null&&r.includes(t)){const o=e.meta.profile.indexOf(t);e.meta.profile.splice(o,1)}return e}function W6(e,t){const n=[];if(e.line&&n.push(...e.line),e.city||e.state||e.postalCode){const r=[];e.city&&r.push(e.city),e.state&&r.push(e.state),e.postalCode&&r.push(e.postalCode),n.push(r.join(", "))}return e.use&&(t!=null&&t.use)&&n.push("["+e.use+"]"),n.join(", ").trim()}function bu(e,t){const n=[];if(e.prefix&&(t==null?void 0:t.prefix)!==!1&&n.push(...e.prefix),e.given&&n.push(...e.given),e.family&&n.push(e.family),e.suffix&&(t==null?void 0:t.suffix)!==!1&&n.push(...e.suffix),e.use&&(t!=null&&t.all||t!=null&&t.use)&&n.push("["+e.use+"]"),n.length===0){const r=Vc(e.text);if(r)return r}return n.join(" ").trim()}function Bh(e){return e instanceof Date&&!isNaN(e.getTime())}function H6(e,t,n){if(!e)return"";const r=new Date("2000-01-01T"+e+"Z");return Bh(r)?r.toLocaleTimeString(t,n):""}function Ln(e,t,n){if(!e)return"";const r=new Date(e);return Bh(r)?r.toLocaleString(t,n):""}function q6(e,t,n){return!e||!e.start&&!e.end?"":Ln(e.start,t,n)+" - "+Ln(e.end,t,n)}const G6={s:"every second",min:"every minute",h:"hourly",d:"daily",wk:"weekly",mo:"monthly",a:"annually"},Q6={s:"second",min:"minute",h:"hour",d:"day",wk:"week",mo:"month",a:"year"},K6={s:"seconds",min:"minutes",h:"hours",d:"days",wk:"weeks",mo:"months",a:"years"};function Nk(e){if(!e)return"";const t=[];return Y6(t,e.repeat),e.event&&t.push(e.event.map(n=>Ln(n)).join(", ")),tn(t.join(" ").trim())}function Y6(e,t){if(!(t!=null&&t.periodUnit))return;const n=t.frequency??1,r=t.period??1,o=t.periodUnit;n===1&&r===1?e.push(G6[o]):(n===1?e.push("once"):e.push(n+" times"),r===1?e.push("per "+Q6[o]):e.push("per "+r+" "+K6[o])),t.dayOfWeek&&e.push("on "+t.dayOfWeek.map(tn).join(", ")),t.timeOfDay&&e.push("at "+t.timeOfDay.map(i=>H6(i)).join(", "))}function Bc(e,t,n=!1){if(n&&t===void 0)throw new Error("Precision must be specified for exclusive ranges");const r=(e==null?void 0:e.low)&&{...e.low,comparator:void 0},o=(e==null?void 0:e.high)&&{...e.high,comparator:void 0};return(r==null?void 0:r.value)===void 0&&(o==null?void 0:o.value)===void 0?"":(r==null?void 0:r.value)!==void 0&&(o==null?void 0:o.value)===void 0?n&&t!==void 0?(r.value=Z6(r.value,t),`> ${di(r)}`):`>= ${di(r)}`:(r==null?void 0:r.value)===void 0&&(o==null?void 0:o.value)!==void 0?n&&t!==void 0?(o.value=J6(o.value,t),`< ${di(o)}`):`<= ${di(o)}`:((r==null?void 0:r.unit)===(o==null?void 0:o.unit)&&(r==null||delete r.unit),`${di(r)} - ${di(o)}`)}function di(e,t){if(!e)return"";const n=[];return e.comparator&&(n.push(e.comparator),n.push(" ")),e.value!==void 0&&n.push(e.value),e.unit&&(e.unit!=="%"&&n[n.length-1]!==" "&&n.push(" "),n.push(e.unit)),n.join("").trim()}function X6(e){return(e==null?void 0:e.value)===void 0?"":e.value.toLocaleString(void 0,{style:"currency",currency:e.currency??"USD",currencyDisplay:"narrowSymbol"})}function Ni(e){if(!e)return"";const t=Vc(e.text);return t||(e.coding?e.coding.map(n=>qs(n)).join(", "):"")}function qs(e,t){const n=Vc(e==null?void 0:e.display);return n?`${n}`:Vc(e==null?void 0:e.code)??""}function Mk(e){if(!e)return"";const t=[];if(e.valueQuantity)t.push(di(e.valueQuantity));else if(e.valueCodeableConcept)t.push(Ni(e.valueCodeableConcept));else{const n=Vc(e.valueString);n&&t.push(n)}return"component"in e&&t.push(e.component.map(n=>Mk(n)).join(" / ")),t.join(" / ").trim()}function Vc(e){return typeof e=="string"?e:void 0}function J6(e,t,n=1){return(Ok(e)+n)*Math.pow(10,-t)}function Z6(e,t,n=1){return(Ok(e)-n)*Math.pow(10,-t)}function Ok(e,t){return e}const V={Address:"Address",Age:"Age",Annotation:"Annotation",Attachment:"Attachment",BackboneElement:"BackboneElement",CodeableConcept:"CodeableConcept",Coding:"Coding",ContactDetail:"ContactDetail",ContactPoint:"ContactPoint",Contributor:"Contributor",Count:"Count",DataRequirement:"DataRequirement",Distance:"Distance",Dosage:"Dosage",Duration:"Duration",Expression:"Expression",Extension:"Extension",HumanName:"HumanName",Identifier:"Identifier",MarketingStatus:"MarketingStatus",Meta:"Meta",Money:"Money",Narrative:"Narrative",ParameterDefinition:"ParameterDefinition",Period:"Period",Population:"Population",ProdCharacteristic:"ProdCharacteristic",ProductShelfLife:"ProductShelfLife",Quantity:"Quantity",Range:"Range",Ratio:"Ratio",Reference:"Reference",RelatedArtifact:"RelatedArtifact",SampledData:"SampledData",Signature:"Signature",SubstanceAmount:"SubstanceAmount",SystemString:"http://hl7.org/fhirpath/System.String",Timing:"Timing",TriggerDefinition:"TriggerDefinition",UsageContext:"UsageContext",base64Binary:"base64Binary",boolean:"boolean",canonical:"canonical",code:"code",date:"date",dateTime:"dateTime",decimal:"decimal",id:"id",instant:"instant",integer:"integer",markdown:"markdown",oid:"oid",positiveInt:"positiveInt",string:"string",time:"time",unsignedInt:"unsignedInt",uri:"uri",url:"url",uuid:"uuid"};function eF(e){let t=bo.types[e];return t||(t={searchParamsDetails:{}},bo.types[e]=t),t.searchParams||(t.searchParams={_id:{base:[e],code:"_id",type:"token",expression:e+".id"},_lastUpdated:{base:[e],code:"_lastUpdated",type:"date",expression:e+".meta.lastUpdated"},_compartment:{base:[e],code:"_compartment",type:"reference",expression:e+".meta.compartment"},_profile:{base:[e],code:"_profile",type:"uri",expression:e+".meta.profile"},_security:{base:[e],code:"_security",type:"token",expression:e+".meta.security"},_source:{base:[e],code:"_source",type:"uri",expression:e+".meta.source"},_tag:{base:[e],code:"_tag",type:"token",expression:e+".meta.tag"}}),t}function tF(e){for(const t of e.base??[]){const n=eF(t);n.searchParams||(n.searchParams={}),n.searchParams[e.code]=e}}function vw(e){var n,r,o,i;const t=(r=(n=e.type)==null?void 0:n[0])==null?void 0:r.code;return t==="BackboneElement"||t==="Element"?nF((i=((o=e.base)==null?void 0:o.path)??e.path)==null?void 0:i.split(".")):t}function nF(e){return e.length===1?e[0]:e.map(tn).join("")}function Bx(e){var t;return(t=bo.types[e])==null?void 0:t.searchParams}function rF(e,t){var n,r;return(r=(n=bo.types[e])==null?void 0:n.searchParams)==null?void 0:r[t]}function ks(e){const t=e.replaceAll("[x]","").split(".").pop();return Lk(t)}function Lk(e){let t;return e.length<100?t=e.match(/[A-Z]+(?![a-z])|[A-Z]?[a-z]+|\d+/g)??[]:t=e.split(/(?=[A-Z])/),t.map(iF).join(" ").replace("_"," ").replace(/\s+/g," ")}const oF=new Set(["ID","IP","PKCE","JWKS","URI","URL","OMB","UDI"]);function iF(e){const t=e.toUpperCase();return e===t?e:oF.has(t)?t:t.charAt(0)+e.slice(1)}function Gs(e,t,n){const r=Uh(e,n);if(r)return sF(r.elements,t)}function sF(e,t){const n=e[t]??e[t+"[x]"];if(n)return n;for(let r=0;r<t.length;r++){const o=t[r];if(o>="A"&&o<="Z"){const i=t.slice(0,r)+"[x]",a=e[i];if(a)return a}}}function ti(e){return!!(e&&typeof e=="object"&&"resourceType"in e)}function Qs(e){return!!(e&&typeof e=="object"&&"reference"in e&&typeof e.reference=="string")}const bo={types:{}};function Ad(e){if(e.startsWith("T"))return e+"T00:00:00.000Z".substring(e.length);if(e.length<=10)return e;try{return new Date(e).toISOString()}catch{return e}}const jo=()=>[],Vn={empty:(e,t)=>Te(t.length===0||t.every(n=>zt(n.value))),hasValue:(e,t)=>Te(t.length!==0),exists:(e,t,n)=>Te(n?t.filter(r=>_o(n.eval(e,[r]))).length>0:t.length>0&&t.every(r=>!zt(r.value))),all:(e,t,n)=>Te(t.every(r=>_o(n.eval(e,[r])))),allTrue:(e,t)=>{for(const n of t)if(!n.value)return Te(!1);return Te(!0)},anyTrue:(e,t)=>{for(const n of t)if(n.value)return Te(!0);return Te(!1)},allFalse:(e,t)=>{for(const n of t)if(n.value)return Te(!1);return Te(!0)},anyFalse:(e,t)=>{for(const n of t)if(!n.value)return Te(!0);return Te(!1)},subsetOf:(e,t,n)=>{if(t.length===0)return Te(!0);const r=n.eval(e,Xi(e));return r.length===0?Te(!1):Te(t.every(o=>r.some(i=>i.value===o.value)))},supersetOf:(e,t,n)=>{const r=n.eval(e,Xi(e));return r.length===0?Te(!0):t.length===0?Te(!1):Te(r.every(o=>t.some(i=>i.value===o.value)))},count:(e,t)=>[{type:V.integer,value:t.length}],distinct:(e,t)=>{const n=[];for(const r of t)n.some(o=>o.value===r.value)||n.push(r);return n},isDistinct:(e,t)=>Te(t.length===Vn.distinct(e,t).length),where:(e,t,n)=>t.filter(r=>_o(n.eval(e,[r]))),select:(e,t,n)=>t.map(r=>n.eval({parent:e,variables:{$this:r}},[r])).flat(),repeat:jo,ofType:(e,t,n)=>t.filter(r=>r.type===n.name),single:(e,t)=>{if(t.length>1)throw new Error("Expected input length one for single()");return t.length===0?[]:t.slice(0,1)},first:(e,t)=>t.length===0?[]:t.slice(0,1),last:(e,t)=>t.length===0?[]:t.slice(t.length-1,t.length),tail:(e,t)=>t.length===0?[]:t.slice(1,t.length),skip:(e,t,n)=>{var o;const r=(o=n.eval(e,t)[0])==null?void 0:o.value;if(typeof r!="number")throw new Error("Expected a number for skip(num)");return r>=t.length?[]:r<=0?t:t.slice(r,t.length)},take:(e,t,n)=>{var o;const r=(o=n.eval(e,t)[0])==null?void 0:o.value;if(typeof r!="number")throw new Error("Expected a number for take(num)");return r>=t.length?t:r<=0?[]:t.slice(0,r)},intersect:(e,t,n)=>{if(!n)return t;const r=n.eval(e,Xi(e)),o=[];for(const i of t)!o.some(a=>a.value===i.value)&&r.some(a=>a.value===i.value)&&o.push(i);return o},exclude:(e,t,n)=>{if(!n)return t;const r=n.eval(e,Xi(e)),o=[];for(const i of t)r.some(a=>a.value===i.value)||o.push(i);return o},union:(e,t,n)=>{if(!n)return t;const r=n.eval(e,Xi(e));return jk([...t,...r])},combine:(e,t,n)=>{if(!n)return t;const r=n.eval(e,Xi(e));return[...t,...r]},htmlChecks:(e,t,n)=>[xo(!0)],iif:(e,t,n,r,o)=>{const i=n.eval(e,t);if(i.length>1||i.length===1&&typeof i[0].value!="boolean")throw new Error("Expected criterion to evaluate to a Boolean");return _o(i)?r.eval(e,t):o?o.eval(e,t):[]},toBoolean:(e,t)=>{if(t.length===0)return[];const[{value:n}]=ao(t,1);if(typeof n=="boolean")return[{type:V.boolean,value:n}];if(typeof n=="number"&&(n===0||n===1))return Te(!!n);if(typeof n=="string"){const r=n.toLowerCase();if(["true","t","yes","y","1","1.0"].includes(r))return Te(!0);if(["false","f","no","n","0","0.0"].includes(r))return Te(!1)}return[]},convertsToBoolean:(e,t)=>t.length===0?[]:Te(Vn.toBoolean(e,t).length===1),toInteger:(e,t)=>{if(t.length===0)return[];const[{value:n}]=ao(t,1);return typeof n=="number"?[{type:V.integer,value:n}]:typeof n=="string"&&/^[+-]?\d+$/.exec(n)?[{type:V.integer,value:parseInt(n,10)}]:typeof n=="boolean"?[{type:V.integer,value:n?1:0}]:[]},convertsToInteger:(e,t)=>t.length===0?[]:Te(Vn.toInteger(e,t).length===1),toDate:(e,t)=>{if(t.length===0)return[];const[{value:n}]=ao(t,1);return typeof n=="string"&&/^\d{4}(-\d{2}(-\d{2})?)?/.exec(n)?[{type:V.date,value:Ad(n)}]:[]},convertsToDate:(e,t)=>t.length===0?[]:Te(Vn.toDate(e,t).length===1),toDateTime:(e,t)=>{if(t.length===0)return[];const[{value:n}]=ao(t,1);return typeof n=="string"&&/^\d{4}(-\d{2}(-\d{2})?)?/.exec(n)?[{type:V.dateTime,value:Ad(n)}]:[]},convertsToDateTime:(e,t)=>t.length===0?[]:Te(Vn.toDateTime(e,t).length===1),toDecimal:(e,t)=>{if(t.length===0)return[];const[{value:n}]=ao(t,1);return typeof n=="number"?[{type:V.decimal,value:n}]:typeof n=="string"&&/^-?\d{1,9}(\.\d{1,9})?$/.exec(n)?[{type:V.decimal,value:parseFloat(n)}]:typeof n=="boolean"?[{type:V.decimal,value:n?1:0}]:[]},convertsToDecimal:(e,t)=>t.length===0?[]:Te(Vn.toDecimal(e,t).length===1),toQuantity:(e,t)=>{if(t.length===0)return[];const[{value:n}]=ao(t,1);return wr(n)?[{type:V.Quantity,value:n}]:typeof n=="number"?[{type:V.Quantity,value:{value:n,unit:"1"}}]:typeof n=="string"&&/^-?\d{1,9}(\.\d{1,9})?/.exec(n)?[{type:V.Quantity,value:{value:parseFloat(n),unit:"1"}}]:typeof n=="boolean"?[{type:V.Quantity,value:{value:n?1:0,unit:"1"}}]:[]},convertsToQuantity:(e,t)=>t.length===0?[]:Te(Vn.toQuantity(e,t).length===1),toString:(e,t)=>{if(t.length===0)return[];const[{value:n}]=ao(t,1);return n==null?[]:wr(n)?[{type:V.string,value:`${n.value} '${n.unit}'`}]:[{type:V.string,value:n.toString()}]},convertsToString:(e,t)=>t.length===0?[]:Te(Vn.toString(e,t).length===1),toTime:(e,t)=>{if(t.length===0)return[];const[{value:n}]=ao(t,1);if(typeof n=="string"){const r=/^T?(\d{2}(:\d{2}(:\d{2})?)?)/.exec(n);if(r)return[{type:V.time,value:Ad("T"+r[1])}]}return[]},convertsToTime:(e,t)=>t.length===0?[]:Te(Vn.toTime(e,t).length===1),indexOf:(e,t,n)=>pr((r,o)=>r.indexOf(o),e,t,n),substring:(e,t,n,r)=>pr((o,i,a)=>{const l=i,c=a?l+a:o.length;return l<0||l>=o.length?void 0:o.substring(l,c)},e,t,n,r),startsWith:(e,t,n)=>pr((r,o)=>r.startsWith(o),e,t,n),endsWith:(e,t,n)=>pr((r,o)=>r.endsWith(o),e,t,n),contains:(e,t,n)=>pr((r,o)=>r.includes(o),e,t,n),upper:(e,t)=>pr(n=>n.toUpperCase(),e,t),lower:(e,t)=>pr(n=>n.toLowerCase(),e,t),replace:(e,t,n,r)=>pr((o,i,a)=>o.replaceAll(i,a),e,t,n,r),matches:(e,t,n)=>pr((r,o)=>!!new RegExp(o).exec(r),e,t,n),replaceMatches:(e,t,n,r)=>pr((o,i,a)=>o.replaceAll(i,a),e,t,n,r),length:(e,t)=>pr(n=>n.length,e,t),toChars:(e,t)=>pr(n=>n?n.split(""):void 0,e,t),encode:jo,decode:jo,escape:jo,unescape:jo,trim:jo,split:jo,join:(e,t,n)=>{var o;const r=((o=n==null?void 0:n.eval(e,Xi(e))[0])==null?void 0:o.value)??"";if(typeof r!="string")throw new Error("Separator must be a string.");return[{type:V.string,value:t.map(i=>{var a;return((a=i.value)==null?void 0:a.toString())??""}).join(r)}]},abs:(e,t)=>ro(Math.abs,e,t),ceiling:(e,t)=>ro(Math.ceil,e,t),exp:(e,t)=>ro(Math.exp,e,t),floor:(e,t)=>ro(Math.floor,e,t),ln:(e,t)=>ro(Math.log,e,t),log:(e,t,n)=>ro((r,o)=>Math.log(r)/Math.log(o),e,t,n),power:(e,t,n)=>ro(Math.pow,e,t,n),round:(e,t)=>ro(Math.round,e,t),sqrt:(e,t)=>ro(Math.sqrt,e,t),truncate:(e,t)=>ro(n=>n|0,e,t),children:jo,descendants:jo,trace:(e,t,n)=>t,now:()=>[{type:V.dateTime,value:new Date().toISOString()}],timeOfDay:()=>[{type:V.time,value:new Date().toISOString().substring(11)}],today:()=>[{type:V.date,value:new Date().toISOString().substring(0,10)}],between:(e,t,n,r,o)=>{var u;const i=Vn.toDateTime(e,n.eval(e,t));if(i.length===0)throw new Error("Invalid start date");const a=Vn.toDateTime(e,r.eval(e,t));if(a.length===0)throw new Error("Invalid end date");const l=(u=o.eval(e,t)[0])==null?void 0:u.value;if(l!=="years"&&l!=="months"&&l!=="days")throw new Error("Invalid units");const c=Pk(i[0].value,a[0].value);return[{type:V.Quantity,value:{value:c[l],unit:l}}]},is:(e,t,n)=>{let r="";return n instanceof xf?r=n.name:n instanceof Wx&&(r=n.left.name+"."+n.right.name),r?t.map(o=>({type:V.boolean,value:Ek(o,r)})):[]},not:(e,t)=>Vn.toBoolean(e,t).map(n=>({type:V.boolean,value:!n.value})),resolve:(e,t)=>t.map(n=>{const r=n.value;let o;if(typeof r=="string")o=r;else if(typeof r=="object"){const i=r;if(i.resource)return xo(i.resource);i.reference?o=i.reference:i.type&&i.identifier&&(o=`${i.type}?identifier=${i.identifier.system}|${i.identifier.value}`)}if(o!=null&&o.includes("?")){const[i]=o.split("?");return{type:i,value:{resourceType:i}}}if(o!=null&&o.includes("/")){const[i,a]=o.split("/");return{type:i,value:{resourceType:i,id:a}}}return{type:V.BackboneElement,value:void 0}}).filter(n=>!!n.value),as:(e,t)=>t,type:(e,t)=>t.map(({value:n})=>typeof n=="boolean"?{type:V.BackboneElement,value:{namespace:"System",name:"Boolean"}}:typeof n=="number"?{type:V.BackboneElement,value:{namespace:"System",name:"Integer"}}:ti(n)?{type:V.BackboneElement,value:{namespace:"FHIR",name:n.resourceType}}:{type:V.BackboneElement,value:null}),conformsTo:(e,t,n)=>{const r=n.eval(e,t)[0].value;if(!r.startsWith("http://hl7.org/fhir/StructureDefinition/"))throw new Error("Expected a StructureDefinition URL");const o=r.replace("http://hl7.org/fhir/StructureDefinition/","");return t.map(i=>{var a;return{type:V.boolean,value:((a=i.value)==null?void 0:a.resourceType)===o}})},getResourceKey:(e,t)=>{const n=t[0].value;return n!=null&&n.id?[{type:V.id,value:n.id}]:[]},getReferenceKey:(e,t,n)=>{const r=t[0].value;if(!(r!=null&&r.reference))return[];let o="";return n instanceof xf&&(o=n.name),o&&!r.reference.startsWith(o+"/")?[]:[{type:V.id,value:sl(r)}]},extension:(e,t,n)=>{var i;const r=n.eval(e,t)[0].value,o=(i=t==null?void 0:t[0])==null?void 0:i.value;if(o){const a=jl(o,r);if(a)return[{type:V.Extension,value:a}]}return[]}};function pr(e,t,n,...r){if(n.length===0)return[];const[{value:o}]=ao(n,1);if(typeof o!="string")throw new Error("String function cannot be called with non-string");const i=e(o,...r.map(a=>{var l;return(l=a==null?void 0:a.eval(t,n)[0])==null?void 0:l.value}));return i===void 0?[]:Array.isArray(i)?i.map(xo):[xo(i)]}function ro(e,t,n,...r){if(n.length===0)return[];const[{value:o}]=ao(n,1),i=wr(o),a=i?o.value:o;if(typeof a!="number")throw new Error("Math function cannot be called with non-number");const l=e(a,...r.map(d=>{var f;return(f=d.eval(t,n)[0])==null?void 0:f.value})),c=i?V.Quantity:n[0].type,u=i?{...o,value:l}:l;return[{type:c,value:u}]}function ao(e,t){if(e.length!==t)throw new Error(`Expected ${t} arguments`);for(const n of e)if(n==null)throw new Error("Expected non-null argument");return e}function Xi(e){var n;let t=e;for(;(n=t.parent)!=null&&n.variables.$this;)t=t.parent;return[t.variables.$this]}class aF{constructor(t,n){this.original=t,this.child=n}eval(t,n){try{if(n.length>0){const r=[];for(const o of n)r.push(this.child.eval({parent:t,variables:{$this:o}},[o]));return r.flat()}else return this.child.eval(t,[])}catch(r){throw new Error(`FhirPathError on "${this.original}": ${r}`,{cause:r})}}toString(){return this.child.toString()}}class pa{constructor(t){this.value=t}eval(){return[this.value]}toString(){const t=this.value.value;return typeof t=="string"?`'${t}'`:t.toString()}}class xf{constructor(t){this.name=t}eval(t,n){if(this.name==="$this")return n;const r=this.getVariable(t);if(r)return[r];if(this.name.startsWith("%"))throw new Error(`Undefined variable ${this.name}`);return n.flatMap(o=>this.evalValue(o)).filter(o=>(o==null?void 0:o.value)!==void 0)}getVariable(t){const n=t.variables[this.name];if(n!==void 0)return n;if(t.parent)return this.getVariable(t.parent)}evalValue(t){const n=t.value;if(!(!n||typeof n!="object"))return ti(n)&&n.resourceType===this.name?t:il(t,this.name)}toString(){return this.name}}class lF{eval(){return[]}toString(){return"{}"}}class cF extends X${constructor(t,n,r){super(t,n),this.impl=r}eval(t,n){return this.impl(this.child.eval(t,n))}toString(){return this.operator+this.child.toString()}}class Vx extends yu{constructor(t,n){super("as",t,n)}eval(t,n){return Vn.ofType(t,this.left.eval(t,n),this.right)}}class rr extends yu{}class Nr extends rr{constructor(t,n,r,o){super(t,n,r),this.impl=o}eval(t,n){const r=this.left.eval(t,n);if(r.length!==1)return[];const o=this.right.eval(t,n);if(o.length!==1)return[];const i=r[0].value,a=o[0].value,l=wr(i)?i.value:i,c=wr(a)?a.value:a,u=this.impl(l,c);return typeof u=="boolean"?Te(u):wr(i)?[{type:V.Quantity,value:{...i,value:u}}]:[xo(u)]}}class uF extends yu{constructor(t,n){super("&",t,n)}eval(t,n){const r=this.left.eval(t,n),o=this.right.eval(t,n),i=[...r,...o];return i.length>0&&i.every(a=>typeof a.value=="string")?[{type:V.string,value:i.map(a=>a.value).join("")}]:i}}class dF extends rr{constructor(t,n){super("contains",t,n)}eval(t,n){const r=this.left.eval(t,n),o=this.right.eval(t,n);return Te(r.some(i=>i.value===o[0].value))}}class fF extends rr{constructor(t,n){super("in",t,n)}eval(t,n){const r=Vo(this.left.eval(t,n)),o=this.right.eval(t,n);return r?Te(o.some(i=>i.value===r.value)):[]}}class Wx extends yu{constructor(t,n){super(".",t,n)}eval(t,n){return this.right.eval(t,this.left.eval(t,n))}toString(){return`${this.left.toString()}.${this.right.toString()}`}}class $k extends yu{constructor(t,n){super("|",t,n)}eval(t,n){const r=this.left.eval(t,n),o=this.right.eval(t,n);return jk([...r,...o])}}class hF extends rr{constructor(t,n){super("=",t,n)}eval(t,n){const r=this.left.eval(t,n),o=this.right.eval(t,n);return v6(r,o)}}class pF extends rr{constructor(t,n){super("!=",t,n)}eval(t,n){const r=this.left.eval(t,n),o=this.right.eval(t,n);return y6(r,o)}}class mF extends rr{constructor(t,n){super("~",t,n)}eval(t,n){const r=this.left.eval(t,n),o=this.right.eval(t,n);return Ck(r,o)}}class gF extends rr{constructor(t,n){super("!~",t,n)}eval(t,n){const r=this.left.eval(t,n),o=this.right.eval(t,n);return g6(Ck(r,o))}}class Hx extends rr{constructor(t,n){super("is",t,n)}eval(t,n){const r=this.left.eval(t,n);if(r.length!==1)return[];const o=this.right.name;return Te(Ek(r[0],o))}}class vF extends rr{constructor(t,n){super("and",t,n)}eval(t,n){const r=Vo(this.left.eval(t,n),"boolean"),o=Vo(this.right.eval(t,n),"boolean");return(r==null?void 0:r.value)===!0&&(o==null?void 0:o.value)===!0?Te(!0):(r==null?void 0:r.value)===!1||(o==null?void 0:o.value)===!1?Te(!1):[]}}class yF extends rr{constructor(t,n){super("or",t,n)}eval(t,n){const r=Vo(this.left.eval(t,n),"boolean"),o=Vo(this.right.eval(t,n),"boolean");return(r==null?void 0:r.value)===!1&&(o==null?void 0:o.value)===!1?Te(!1):r!=null&&r.value||o!=null&&o.value?Te(!0):[]}}class xF extends rr{constructor(t,n){super("xor",t,n)}eval(t,n){const r=Vo(this.left.eval(t,n),"boolean"),o=Vo(this.right.eval(t,n),"boolean");return!r||!o?[]:Te(r.value!==o.value)}}class bF extends rr{constructor(t,n){super("implies",t,n)}eval(t,n){const r=Vo(this.left.eval(t,n),"boolean"),o=Vo(this.right.eval(t,n),"boolean");return(o==null?void 0:o.value)===!0||(r==null?void 0:r.value)===!1?Te(!0):!r||!o?[]:Te(!1)}}class qx{constructor(t,n){this.name=t,this.args=n}eval(t,n){const r=Vn[this.name];if(!r)throw new Error("Unrecognized function: "+this.name);return r(t,n,...this.args)}toString(){return`${this.name}(${this.args.map(t=>t.toString()).join(", ")})`}}class Gx{constructor(t,n){this.left=t,this.expr=n}eval(t,n){const r=this.expr.eval(t,n);if(r.length!==1)return[];const o=r[0].value;if(typeof o!="number")throw new Error("Invalid indexer expression: should return integer}");const i=this.left.eval(t,n);return o in i?[i[o]]:[]}toString(){return`${this.left.toString()}[${this.expr.toString()}]`}}const wF=["year","years","month","months","week","weeks","day","days","hour","hours","minute","minutes","second","seconds","millisecond","milliseconds"];class SF{constructor(t,n,r,o){this.result=[],this.pos={index:0,line:1,column:0},this.markStack=[],this.str=t,this.keywords=n,this.operators=r,this.dateTimeLiterals=!!(o!=null&&o.dateTimeLiterals),this.symbolRegex=(o==null?void 0:o.symbolRegex)??/[$\w%]/}tokenize(){for(;this.pos.index<this.str.length;){const t=this.consumeToken();t&&this.result.push(t)}return this.result}prevToken(){return this.result.slice(-1)[0]}peekToken(){this.mark();const t=this.consumeToken();return this.reset(),t}consumeToken(){this.consumeWhitespace();const t=this.curr();if(!t)return;this.mark();const n=this.peek();return t==="/"&&n==="*"?this.consumeMultiLineComment():t==="/"&&n==="/"?this.consumeSingleLineComment():t==="'"||t==='"'?this.consumeString(t):t==="`"?this.consumeBacktickSymbol():t==="@"?this.consumeDateTime():/\d/.exec(t)?this.consumeNumber():/\w/.exec(t)?this.consumeSymbol():(t==="$"||t==="%")&&/\w/.exec(n)?this.consumeSymbol():this.consumeOperator()}consumeWhitespace(){this.consumeWhile(()=>/\s/.exec(this.curr()))}consumeMultiLineComment(){const t=this.pos.index;return this.consumeWhile(()=>this.curr()!=="*"||this.peek()!=="/"),this.advance(),this.advance(),this.buildToken("Comment",this.str.substring(t,this.pos.index))}consumeSingleLineComment(){return this.buildToken("Comment",this.consumeWhile(()=>this.curr()!==`
92
+ `))}consumeString(t){this.advance();const n=this.buildToken("String",this.consumeWhile(()=>this.prev()==="\\"||this.curr()!==t));return this.advance(),n}consumeBacktickSymbol(){this.advance();const t=this.buildToken("Symbol",this.consumeWhile(()=>this.curr()!=="`"));return this.advance(),t}consumeDateTime(){this.advance();const t=this.pos.index;this.consumeWhile(()=>/[\d-]/.exec(this.curr()));let n=!1,r=!1;if(this.curr()==="T"&&(n=!0,this.advance(),this.consumeWhile(()=>/[\d:]/.exec(this.curr())),this.curr()==="."&&/\d/.exec(this.peek())&&(this.advance(),this.consumeWhile(()=>/\d/.exec(this.curr()))),this.curr()==="Z"?(r=!0,this.advance()):(this.curr()==="+"||this.curr()==="-")&&(r=!0,this.advance(),this.consumeWhile(()=>/[\d:]/.exec(this.curr())))),this.pos.index===t)throw new Error("Invalid DateTime literal");let o=this.str.substring(t,this.pos.index);return o.endsWith("T")?o=o.substring(0,o.length-1):!o.startsWith("T")&&n&&!r&&(o+="Z"),this.buildToken("DateTime",o)}consumeNumber(){const t=this.pos.index;let n="Number";return this.consumeWhile(()=>/\d/.exec(this.curr())),this.curr()==="."&&/\d/.exec(this.peek())&&(this.advance(),this.consumeWhile(()=>/\d/.exec(this.curr()))),this.curr()==="-"&&this.dateTimeLiterals?(this.pos.index=t-1,this.consumeDateTime()):(this.curr()===" "&&jF(this.peekToken())&&(n="Quantity",this.consumeToken()),this.buildToken(n,this.str.substring(t,this.pos.index)))}consumeSymbol(){var n;const t=this.consumeWhile(()=>this.symbolRegex.exec(this.curr()));return((n=this.prevToken())==null?void 0:n.value)!=="."&&this.keywords.includes(t)?this.buildToken(t,t):this.buildToken("Symbol",t)}consumeOperator(){const t=this.curr(),n=this.peek(),r=t+n;return this.operators.includes(r)?(this.advance(),this.advance(),this.buildToken(r,r)):(this.advance(),this.buildToken(t,t))}consumeWhile(t){const n=this.pos.index;for(;this.pos.index<this.str.length&&t();)this.advance();return this.str.substring(n,this.pos.index)}curr(){return this.str[this.pos.index]}prev(){return this.str[this.pos.index-1]??""}peek(){return this.str[this.pos.index+1]??""}mark(){this.markStack.push({...this.pos})}reset(){const t=this.markStack.pop();if(!t)throw new Error("No mark to reset to");this.pos.index=t.index,this.pos.line=t.line,this.pos.column=t.column}advance(){this.pos.index++,this.curr()===`
93
+ `?(this.pos.line++,this.pos.column=0):this.pos.column++}buildToken(t,n){const r=this.markStack.pop();if(!r)throw new Error("No mark for token");return{id:t,value:n,...r}}}function jF(e){return!!(e&&(e.id==="String"||e.id==="Symbol"&&wF.includes(e.value)))}const CF=["true","false"],EF=["!=","!~","<=",">=","{}","->"];function TF(e){return new SF(e,CF,EF).tokenize()}const ht={FunctionCall:0,Dot:1,Indexer:2,UnaryAdd:3,UnarySubtract:3,Multiply:4,Divide:4,IntegerDivide:4,Modulo:4,Add:5,Subtract:5,Ampersand:5,Is:6,As:6,Union:7,GreaterThan:8,GreaterThanOrEquals:8,LessThan:8,LessThanOrEquals:8,Equals:9,Equivalent:9,NotEquals:9,NotEquivalent:9,In:10,Contains:10,And:11,Xor:12,Or:12,Implies:13,Arrow:100,Semicolon:200},PF={parse(e){var n;const t=e.consumeAndParse();if(!e.match(")"))throw new Error("Parse error: expected `)` got `"+((n=e.peek())==null?void 0:n.value)+"`");return t}},kF={parse(e,t){const n=e.consumeAndParse();if(!e.match("]"))throw new Error("Parse error: expected `]`");return new Gx(t,n)},precedence:ht.Indexer},RF={parse(e,t){if(!(t instanceof xf))throw new Error("Unexpected parentheses");const n=[];for(;!e.match(")");)n.push(e.consumeAndParse()),e.match(",");return new qx(t.name,n)},precedence:ht.FunctionCall};function _F(e){const t=e.split(" "),n=parseFloat(t[0]);let r=t[1];return r!=null&&r.startsWith("'")&&r.endsWith("'")?r=r.substring(1,r.length-1):r="{"+r+"}",{value:n,unit:r}}function DF(){return new J$().registerPrefix("String",{parse:(e,t)=>new pa({type:V.string,value:t.value})}).registerPrefix("DateTime",{parse:(e,t)=>new pa({type:V.dateTime,value:Ad(t.value)})}).registerPrefix("Quantity",{parse:(e,t)=>new pa({type:V.Quantity,value:_F(t.value)})}).registerPrefix("Number",{parse:(e,t)=>new pa({type:t.value.includes(".")?V.decimal:V.integer,value:parseFloat(t.value)})}).registerPrefix("true",{parse:()=>new pa({type:V.boolean,value:!0})}).registerPrefix("false",{parse:()=>new pa({type:V.boolean,value:!1})}).registerPrefix("Symbol",{parse:(e,t)=>new xf(t.value)}).registerPrefix("{}",{parse:()=>new lF}).registerPrefix("(",PF).registerInfix("[",kF).registerInfix("(",RF).prefix("+",ht.UnaryAdd,(e,t)=>new cF("+",t,n=>n)).prefix("-",ht.UnarySubtract,(e,t)=>new Nr("-",t,t,(n,r)=>-r)).infixLeft(".",ht.Dot,(e,t,n)=>new Wx(e,n)).infixLeft("/",ht.Divide,(e,t,n)=>new Nr("/",e,n,(r,o)=>r/o)).infixLeft("*",ht.Multiply,(e,t,n)=>new Nr("*",e,n,(r,o)=>r*o)).infixLeft("+",ht.Add,(e,t,n)=>new Nr("+",e,n,(r,o)=>r+o)).infixLeft("-",ht.Subtract,(e,t,n)=>new Nr("-",e,n,(r,o)=>r-o)).infixLeft("|",ht.Union,(e,t,n)=>new $k(e,n)).infixLeft("=",ht.Equals,(e,t,n)=>new hF(e,n)).infixLeft("!=",ht.NotEquals,(e,t,n)=>new pF(e,n)).infixLeft("~",ht.Equivalent,(e,t,n)=>new mF(e,n)).infixLeft("!~",ht.NotEquivalent,(e,t,n)=>new gF(e,n)).infixLeft("<",ht.LessThan,(e,t,n)=>new Nr("<",e,n,(r,o)=>r<o)).infixLeft("<=",ht.LessThanOrEquals,(e,t,n)=>new Nr("<=",e,n,(r,o)=>r<=o)).infixLeft(">",ht.GreaterThan,(e,t,n)=>new Nr(">",e,n,(r,o)=>r>o)).infixLeft(">=",ht.GreaterThanOrEquals,(e,t,n)=>new Nr(">=",e,n,(r,o)=>r>=o)).infixLeft("&",ht.Ampersand,(e,t,n)=>new uF(e,n)).infixLeft("and",ht.And,(e,t,n)=>new vF(e,n)).infixLeft("as",ht.As,(e,t,n)=>new Vx(e,n)).infixLeft("contains",ht.Contains,(e,t,n)=>new dF(e,n)).infixLeft("div",ht.Divide,(e,t,n)=>new Nr("div",e,n,(r,o)=>r/o|0)).infixLeft("in",ht.In,(e,t,n)=>new fF(e,n)).infixLeft("is",ht.Is,(e,t,n)=>new Hx(e,n)).infixLeft("mod",ht.Modulo,(e,t,n)=>new Nr("mod",e,n,(r,o)=>r%o)).infixLeft("or",ht.Or,(e,t,n)=>new yF(e,n)).infixLeft("xor",ht.Xor,(e,t,n)=>new xF(e,n)).infixLeft("implies",ht.Implies,(e,t,n)=>new bF(e,n))}const IF=DF();function Fk(e){return new aF(e,IF.construct(TF(e)).consumeAndParse())}function Cl(e,t){const n=Array.isArray(t)?t:[t];for(let r=0;r<n.length;r++){const o=n[r];typeof o=="object"&&"type"in o&&"value"in o||(n[r]=xo(n[r]))}return Wc(e,n).map(r=>r.value)}function Wc(e,t,n={}){return Fk(e).eval({variables:n},t).map(o=>{var i;return{type:o.type,value:(i=o.value)==null?void 0:i.valueOf()}})}var Po=(e=>(e.BOOLEAN="BOOLEAN",e.NUMBER="NUMBER",e.QUANTITY="QUANTITY",e.TEXT="TEXT",e.REFERENCE="REFERENCE",e.CANONICAL="CANONICAL",e.DATE="DATE",e.DATETIME="DATETIME",e.PERIOD="PERIOD",e.UUID="UUID",e))(Po||{});function El(e,t){var r,o;let n=(o=(r=bo.types[e])==null?void 0:r.searchParamsDetails)==null?void 0:o[t.code];return n||(n=NF(e,t)),n}function AF(e,t,n){let r=bo.types[e];r||(r={},bo.types[e]=r),r.searchParamsDetails||(r.searchParamsDetails={}),r.searchParamsDetails[t]=n}function NF(e,t){const n=t.code,r=LF(n),o=FF(e,t.expression),i={elementDefinitions:[],propertyTypes:new Set,array:!1};for(const l of o){const c=hc(l),u=F6(()=>c.join("."));c.length===1&&c[0]instanceof rr?i.propertyTypes.add("boolean"):u().endsWith("extension.value.code")||u().endsWith("extension.value.coding.code")?(i.array=!0,i.propertyTypes.add("code")):zk(i,hc(l),e,1),u().endsWith("extension.valueDateTime")&&(i.array=!1)}const a={columnName:r,type:$F(t,i.propertyTypes),elementDefinitions:i.elementDefinitions,array:i.array};return AF(e,n,a),a}function zk(e,t,n,r){const o=t[r];if(o instanceof Vx){e.propertyTypes.add(o.right.toString());return}if(o instanceof qx){MF(e,o);return}const i=o.toString(),a=Gs(n,i);if(!a)throw new Error(`Element definition not found for ${n} ${i}`);let l=!1,c=r+1;if(c<t.length&&t[c]instanceof Gx&&(l=!0,c++),a.isArray&&!l&&(e.array=!0),c>=t.length){e.elementDefinitions.push(a);for(const u of a.type)e.propertyTypes.add(u.code);return}for(const u of a.type){let d=u.code;OF(d)&&(d=a.type[0].code),zk(e,t,d,c)}}function MF(e,t){if(t.name==="as"){e.propertyTypes.add(t.args[0].toString());return}if(t.name==="ofType"){e.propertyTypes.add(t.args[0].toString());return}if(t.name==="resolve"){e.propertyTypes.add("string");return}if(t.name==="where"&&t.args[0]instanceof Hx){e.propertyTypes.add(t.args[0].right.toString());return}throw new Error(`Unhandled FHIRPath function: ${t.name}`)}function OF(e){return e==="Element"||e==="BackboneElement"}function LF(e){return e.split("-").reduce((t,n,r)=>t+(r?tn(n):n),"")}function $F(e,t){switch(e.type){case"date":return t.size===1&&t.has(V.date)?"DATE":"DATETIME";case"number":return"NUMBER";case"quantity":return"QUANTITY";case"reference":return t.has(V.canonical)?"CANONICAL":"REFERENCE";case"token":return t.size===1&&t.has(V.boolean)?"BOOLEAN":"TEXT";default:return"TEXT"}}function FF(e,t){const n=[],r=Fk(t);return Ag(e,r.child,n),n}function Ag(e,t,n){t instanceof $k?(Ag(e,t.left,n),Ag(e,t.right,n)):t.toString().startsWith(e+".")&&n.push(t)}function hc(e){if(e instanceof Vx||e instanceof Gx)return[hc(e.left),e].flat();if(e instanceof rr)return[e];if(e instanceof Wx)return[hc(e.left),hc(e.right)].flat();if(e instanceof qx){if(e.name==="where"&&!(e.args[0]instanceof Hx))return[];if(e.name==="last")return[]}return[e]}const Vh=20;var oe=(e=>(e.EQUALS="eq",e.NOT_EQUALS="ne",e.GREATER_THAN="gt",e.LESS_THAN="lt",e.GREATER_THAN_OR_EQUALS="ge",e.LESS_THAN_OR_EQUALS="le",e.STARTS_AFTER="sa",e.ENDS_BEFORE="eb",e.APPROXIMATELY="ap",e.CONTAINS="contains",e.EXACT="exact",e.TEXT="text",e.NOT="not",e.ABOVE="above",e.BELOW="below",e.IN="in",e.NOT_IN="not-in",e.OF_TYPE="of-type",e.MISSING="missing",e.PRESENT="present",e.IDENTIFIER="identifier",e.ITERATE="iterate",e))(oe||{});const Uk={contains:"contains",exact:"exact",above:"above",below:"below",text:"text",not:"not",in:"in","not-in":"not-in","of-type":"of-type",missing:"missing",identifier:"identifier",iterate:"iterate"},Qx={eq:"eq",ne:"ne",lt:"lt",le:"le",gt:"gt",ge:"ge",sa:"sa",eb:"eb",ap:"ap"};function Bk(e,t){if(!e)throw new Error("Invalid search URL");let n="",r;if(typeof e=="string")if(e.includes("?")){const[a,l]=e.split("?");n=a,r=new URLSearchParams(l)}else n=e;else typeof e=="object"&&(n=e.pathname,r=e.searchParams);let o;n.includes("/")?o=n.split("/").filter(Boolean).pop():o=n;const i=[];return r&&i.push(...r.entries()),zF(o,i)}function zF(e,t){const n={resourceType:e};for(const[r,o]of t)UF(n,r,o);return n}function UF(e,t,n){var a,l;let r,o;const i=t.indexOf(":");if(i>=0?(r=t.substring(0,i),o=t.substring(i+1)):(r=t,o=""),r!=="_"){if(r==="_has"||t.includes(".")){e.filters=ql(e.filters,{code:t,operator:"eq",value:n});return}switch(r){case"_sort":BF(e,n);break;case"_cursor":e.cursor=n;break;case"_count":e.count=parseInt(n,10);break;case"_offset":e.offset=parseInt(n,10);break;case"_total":e.total=n;break;case"_summary":n==="count"?(e.total="accurate",e.count=0):(n==="true"||n==="data"||n==="text")&&(e.summary=n);break;case"_include":{const c=yw(n);o==="iterate"&&(c.modifier="iterate"),e.include=ql(e.include,c);break}case"_revinclude":{const c=yw(n);o==="iterate"&&(c.modifier="iterate"),e.revInclude=ql(e.revInclude,c);break}case"_fields":case"_elements":e.fields=n.split(",");break;case"_type":e.types=n.split(",");break;case"_format":e.format=n;break;case"_pretty":e.pretty=n==="true";break;default:{const c=(l=(a=bo.types[e.resourceType])==null?void 0:a.searchParams)==null?void 0:l[r];c?e.filters=ql(e.filters,VF(c,o,n)):e.filters=ql(e.filters,WF(r,o,n))}}}}function BF(e,t){for(const n of t.split(",")){let r,o=!1;n.startsWith("-")?(r=n.substring(1),o=!0):r=n,e.sortRules||(e.sortRules=[]),e.sortRules.push({code:r,descending:o})}}function VF(e,t,n){if(t==="missing")return{code:e.code,operator:"missing",value:n};switch(e.type){case"number":case"date":case"quantity":{const{operator:r,value:o}=HF(n);if(!xw(e,o))throw new Fe(go(`Invalid format for ${e.type} search parameter: ${o}`));return{code:e.code,operator:r,value:o}}case"reference":case"string":case"token":case"uri":if(!xw(e,n))throw new Fe(go(`Invalid format for ${e.type} search parameter: ${n}`));return{code:e.code,operator:qF(t),value:n};default:throw new Error("Unrecognized search parameter type: "+e.type)}}function WF(e,t,n){var o;let r="eq";if(t)r=t;else if(n.length>=2){const i=n.substring(0,2);i in Qx&&(n.length===2||(o=n.at(2))!=null&&o.match(/\d/))&&(r=i,n=n.substring(i.length))}return{code:e,operator:r,value:n}}function HF(e){const t=e.substring(0,2),n=Qx[t];return n?{operator:n,value:e.substring(2)}:{operator:"eq",value:e}}function qF(e){return Uk[e]??"eq"}function yw(e){const t=e.split(":");if(t.includes("*"))throw new Fe(go("'*' is not supported as a value for search inclusion parameters"));if(t.length===1)throw new Fe(go(`Invalid include value '${e}': must be of the form ResourceType:search-parameter`));if(t.length===2)return{resourceType:t[0],searchParam:t[1]};if(t.length===3)return{resourceType:t[0],searchParam:t[1],targetType:t[2]};throw new Fe(go(`Invalid include value '${e}'`))}function xw(e,t){switch(e.type){case"date":return yf(t);default:return!0}}function Aa(e){const t=[];return e.fields&&t.push("_fields="+e.fields.join(",")),e.filters&&e.filters.forEach(n=>t.push(GF(n))),e.sortRules&&e.sortRules.length>0&&t.push(QF(e.sortRules)),e.cursor!==void 0&&t.push("_cursor="+encodeURIComponent(e.cursor)),e.offset!==void 0&&e.offset!==0&&t.push("_offset="+e.offset),e.count!==void 0&&t.push("_count="+e.count),e.total!==void 0&&t.push("_total="+e.total),e.include&&e.include.forEach(n=>t.push(bw("_include",n))),e.revInclude&&e.revInclude.forEach(n=>t.push(bw("_revinclude",n))),t.length===0?"":(Uc(t),"?"+t.join("&"))}function GF(e){const t=e.operator in Uk?":"+e.operator:"",n=e.operator!=="eq"&&e.operator in Qx?e.operator:"";return`${e.code}${t}=${n}${encodeURIComponent(e.value)}`}function QF(e){return"_sort="+e.map(t=>t.descending?"-"+t.code:t.code).join(",")}function bw(e,t){return e+(t.modifier?":"+t.modifier:"")+"="+t.resourceType+":"+t.searchParam+(t.targetType?":"+t.targetType:"")}function Kx(e){const t=[];let n="",r=!1;for(const o of e)r?(n+=o,r=!1):o==="\\"?r=!0:o===","?(t.push(n),n=""):n+=o;return t.push(n),t}function KF(e,t){if(t.resourceType!==e.resourceType)return!1;if(t.filters){for(const n of t.filters)if(!YF(e,t,n))return!1}return!0}function YF(e,t,n){var o,i;const r=(i=(o=bo.types[t.resourceType])==null?void 0:o.searchParams)==null?void 0:i[n.code];if(!r)return!1;if(n.operator===oe.MISSING||n.operator===oe.PRESENT)return XF(e,n,r);switch(r.type){case"reference":return JF(e,n,r);case"string":case"uri":return Vk(e,n,r);case"token":return ZF(e,n,r);case"date":return r8(e,n,r);default:return!1}}function XF(e,t,n){const o=Cl(n.expression,e).length>0;return(t.operator===oe.MISSING&&t.value==="false"||t.operator===oe.PRESENT&&t.value==="true")===o}function JF(e,t,n){const r=Cl(n.expression,e),o=Wh(t.operator);if(t.value===""&&r.length===0)return t.operator===oe.EQUALS;const i=r.map(a=>typeof a=="string"?a:a.reference);for(const a of Kx(t.value)){let l=i.includes(a);if(!l&&t.code==="_compartment"&&(l=i.some(c=>c==null?void 0:c.endsWith("/"+a))),l)return!o}return o}function ZF(e,t,n){return El(e.resourceType,n).type===Po.BOOLEAN?e8(e,t,n):Vk(e,t,n,!0)}function e8(e,t,n){const r=Cl(n.expression,e),o=t.value==="true",i=r.includes(o);return Wh(t.operator)?!i:i}function Vk(e,t,n,r){var u,d,f,h;const i=(h=(f=(d=(u=El(e.resourceType,n).elementDefinitions)==null?void 0:u[0])==null?void 0:d.type)==null?void 0:f[0])==null?void 0:h.code,a=Cl(n.expression,e),l=Kx(t.value),c=Wh(t.operator);for(const m of a)for(const g of l){let v;if(i===V.Identifier?v=t8(m,t.operator,g):i===V.CodeableConcept?v=n8(m,t.operator,g):v=Ng(m,t.operator,g,r),v)return!c}return c}function Ng(e,t,n,r){if(r&&n.includes("|")){const[i,a]=n.split("|");return Ng(e,t,i,!1)&&(!a||Ng(e,t,a,!1))}let o="";return e&&(typeof e=="string"?o=e:typeof e=="object"&&(o=JSON.stringify(e))),o.toLowerCase().includes(n.toLowerCase())}function t8(e,t,n){var r,o,i,a;if(n.includes("|")){const[l,c]=n.split("|").map(u=>u.toLowerCase());return!l&&!c?!1:l?((o=e.system)==null?void 0:o.toLowerCase())===l&&(!c||((i=e.value)==null?void 0:i.toLowerCase())===c):!e.system&&((r=e.value)==null?void 0:r.toLowerCase())===c}return((a=e.value)==null?void 0:a.toLowerCase())===n.toLowerCase()}function n8(e,t,n){var r,o,i,a;if(n.includes("|")){const[l,c]=n.split("|").map(u=>u.toLowerCase());return!l&&!c?!1:l?((o=e.coding)==null?void 0:o.some(u=>{var d,f;return((d=u.system)==null?void 0:d.toLowerCase())===l&&(!c||((f=u.code)==null?void 0:f.toLowerCase())===c)}))??!1:((r=e.coding)==null?void 0:r.some(u=>{var d;return!u.system&&((d=u.code)==null?void 0:d.toLowerCase())===c}))??!1}return((i=e.text)==null?void 0:i.toLowerCase())===n.toLowerCase()||(((a=e.coding)==null?void 0:a.some(l=>{var c;return((c=l.code)==null?void 0:c.toLowerCase())===n.toLowerCase()}))??!1)}function r8(e,t,n){const r=Cl(n.expression,e),o=Kx(t.value),i=Wh(t.operator);for(const a of r)for(const l of o)if(o8(a,t.operator,l))return!i;return i}function o8(e,t,n){switch(t){case oe.STARTS_AFTER:case oe.GREATER_THAN:return e>n;case oe.GREATER_THAN_OR_EQUALS:return e>=n;case oe.ENDS_BEFORE:case oe.LESS_THAN:return e<n;case oe.LESS_THAN_OR_EQUALS:return e<=n;case oe.EQUALS:case oe.NOT_EQUALS:return e===n;default:return!1}}function Wh(e){return e===oe.NOT_EQUALS||e===oe.NOT}const i8={resourceType:"*"},s8=["DomainConfiguration","JsonWebKey","Login"],a8=["PasswordChangeRequest","UserSecurityRequest","Project","ProjectMembership","User"];var Yx=(e=>(e.READ="read",e.VREAD="vread",e.UPDATE="update",e.PATCH="patch",e.DELETE="delete",e.HISTORY="history",e.HISTORY_INSTANCE="history-instance",e.HISTORY_TYPE="history-type",e.HISTORY_SYSTEM="history-system",e.CREATE="create",e.SEARCH="search",e.SEARCH_TYPE="search-type",e.SEARCH_SYSTEM="search-system",e.SEARCH_COMPARTMENT="search-compartment",e.CAPABILITIES="capabilities",e.TRANSACTION="transaction",e.BATCH="batch",e.OPERATION="operation",e))(Yx||{});const l8=["read","vread","history","history-instance"];function c8(e,t){if(s8.includes(t))return!1;if(e.resource){for(const n of e.resource)if(Hk(n.resourceType,t)&&!n.readonly)return!0}return!1}function Wk(e,t,n){if(!n)return i8;if(n.resource){for(const r of n.resource)if(u8(e,t,r))return r}}function u8(e,t,n){var o,i;const r=e.resourceType;return!(!Hk(n.resourceType,r)||n.readonly&&!l8.includes(t)||n.compartment&&!((i=(o=e.meta)==null?void 0:o.compartment)!=null&&i.find(a=>{var l;return a.reference===((l=n.compartment)==null?void 0:l.reference)}))||n.criteria&&!KF(e,Bk(n.criteria)))}function Hk(e,t){return e===t||e==="*"&&!a8.includes(t)}function d8(e){if(typeof window<"u"){const t=window.atob(e),n=Uint8Array.from(t,r=>r.charCodeAt(0));return new window.TextDecoder().decode(n)}if(typeof Buffer<"u")return Buffer.from(e,"base64").toString("utf-8");throw new Error("Unable to decode base64")}function f8(e){if(typeof window<"u"){const t=new window.TextEncoder().encode(e),n=String.fromCharCode.apply(null,t);return window.btoa(n)}if(typeof Buffer<"u")return Buffer.from(e,"utf8").toString("base64");throw new Error("Unable to encode base64")}function ww(){const e=new Uint32Array(28);return crypto.getRandomValues(e),M6(e.buffer)}async function h8(e){return crypto.subtle.digest("SHA-256",new TextEncoder().encode(e))}function qk(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{const t=Math.random()*16|0;return(e==="x"?t:t&3|8).toString(16)})}function Gk(e){var o,i,a;const t={};e=Qr(e);for(const l of e.entry||[]){((o=l.resource)==null?void 0:o.meta)!==void 0&&(delete l.resource.meta.author,delete l.resource.meta.compartment,delete l.resource.meta.lastUpdated,delete l.resource.meta.project,delete l.resource.meta.versionId);const c=(i=l.resource)==null?void 0:i.id;c&&(t[c]=qk(),l.fullUrl="urn:uuid:"+t[c],(a=l.resource)==null||delete a.id)}const n=e.entry,r=JSON.stringify({resourceType:"Bundle",type:"transaction",entry:n==null?void 0:n.map(l=>({fullUrl:l.fullUrl,request:{method:"POST",url:l.resource.resourceType},resource:l.resource}))},(l,c)=>p8(l,c,t),2);return m8(JSON.parse(r))}function p8(e,t,n){if(e==="reference"&&typeof t=="string"){let r;if(t.includes("/")?r=t.split("/")[1]:t.startsWith("urn:uuid:")?r=t.slice(9):t.startsWith("#")&&(r=t.slice(1)),r){const o=n[r];if(o)return"urn:uuid:"+o}}return t}function m8(e){const t=v8(e),{sorted:n,cycles:r}=g8(t),o={};for(const a of e.entry??[])a.fullUrl&&(o[a.fullUrl]=a);const i=n.map(a=>o[a]);for(const a of r)for(const l of a){const c=o[l],u={...c,request:{...c.request,method:"PUT"}};i.push(u)}return{...e,entry:i}}function g8(e){const t=[],n={},r=[];for(const i of Object.keys(e))n[i]=0;function o(i,a){if(n[i]===2)return!0;if(n[i]===1){const c=a.lastIndexOf(i);return c!==-1&&r.push(a.slice(c)),!0}n[i]=1,a.push(i);let l=!1;for(const c of e[i])o(c,a)||(l=!0);return n[i]=2,a.pop(),t.unshift(i),!l}for(const i in e)n[i]===0&&o(i,[]);return{sorted:t,cycles:r}}function Qk(e,t){for(const n in e)if(e[n]&&typeof e[n]=="object"){const r=e[n];if(Qs(r)){const o=r.reference;o.startsWith("urn:uuid:")&&t(o)}else Qk(r,t)}}function v8(e){const t={};for(const n of e.entry||[])n.fullUrl&&(t[n.fullUrl]=[]);for(const n of e.entry||[]){const r=n.fullUrl;n.resource&&Qk(n.resource,o=>{t[o]&&t[o].push(r)})}return t}class Kk{constructor(t=10){this.max=t,this.cache=new Map}clear(){this.cache.clear()}get(t){const n=this.cache.get(t);return n&&(this.cache.delete(t),this.cache.set(t,n)),n}set(t,n){this.cache.has(t)?this.cache.delete(t):this.cache.size>=this.max&&this.cache.delete(this.first()),this.cache.set(t,n)}delete(t){this.cache.delete(t)}keys(){return this.cache.keys()}first(){return this.cache.keys().next().value}}const sn={CSS:"text/css",DICOM:"application/dicom",FAVICON:"image/vnd.microsoft.icon",FHIR_JSON:"application/fhir+json",FORM_URL_ENCODED:"application/x-www-form-urlencoded",HL7_V2:"x-application/hl7-v2+er7",HTML:"text/html",JAVASCRIPT:"text/javascript",JSON:"application/json",JSON_PATCH:"application/json-patch+json",PNG:"image/png",SCIM_JSON:"application/scim+json",SVG:"image/svg+xml",TEXT:"text/plain",TYPESCRIPT:"text/typescript",PING:"x-application/ping"};class y8{constructor(){this.listeners={}}addEventListener(t,n){this.listeners[t]||(this.listeners[t]=[]),this.listeners[t].push(n)}removeEventListener(t,n){const r=this.listeners[t];if(r){for(let o=0;o<r.length;o++)if(r[o]===n){r.splice(o,1);return}}}dispatchEvent(t){const n=this.listeners[t.type];if(n)for(const r of n)r.call(this,t);return!t.defaultPrevented}removeAllListeners(){this.listeners={}}}class Hh{constructor(){this.emitter=new y8}dispatchEvent(t){this.emitter.dispatchEvent(t)}addEventListener(t,n){this.emitter.addEventListener(t,n)}removeEventListener(t,n){this.emitter.removeEventListener(t,n)}removeAllListeners(){this.emitter.removeAllListeners()}}const Mg={"Patient-open":"Patient-open","Patient-close":"Patient-close","ImagingStudy-open":"ImagingStudy-open","ImagingStudy-close":"ImagingStudy-close","Encounter-open":"Encounter-open","Encounter-close":"Encounter-close","DiagnosticReport-open":"DiagnosticReport-open","DiagnosticReport-close":"DiagnosticReport-close","DiagnosticReport-select":"DiagnosticReport-select","DiagnosticReport-update":"DiagnosticReport-update",syncerror:"syncerror"},x8=["Patient","Encounter","ImagingStudy","DiagnosticReport","OperationOutcome","Bundle"],Xx=["DiagnosticReport-update"];function b8(e){return Xx.includes(e)}function w8(e){if(Xx.includes(e))throw new Fe(Dt(`'context.version' is required for '${e}'.`))}const S8={"Patient-open":{patient:{resourceType:"Patient"},encounter:{resourceType:"Encounter",optional:!0}},"Patient-close":{patient:{resourceType:"Patient"},encounter:{resourceType:"Encounter",optional:!0}},"ImagingStudy-open":{study:{resourceType:"ImagingStudy"},encounter:{resourceType:"Encounter",optional:!0},patient:{resourceType:"Patient",optional:!0}},"ImagingStudy-close":{study:{resourceType:"ImagingStudy"},encounter:{resourceType:"Encounter",optional:!0},patient:{resourceType:"Patient",optional:!0}},"Encounter-open":{encounter:{resourceType:"Encounter"},patient:{resourceType:"Patient"}},"Encounter-close":{encounter:{resourceType:"Encounter"},patient:{resourceType:"Patient"}},"DiagnosticReport-open":{report:{resourceType:"DiagnosticReport"},encounter:{resourceType:"Encounter",optional:!0},study:{resourceType:"ImagingStudy",optional:!0,manyAllowed:!0},patient:{resourceType:"Patient"}},"DiagnosticReport-close":{report:{resourceType:"DiagnosticReport"},encounter:{resourceType:"Encounter",optional:!0},study:{resourceType:"ImagingStudy",optional:!0,manyAllowed:!0},patient:{resourceType:"Patient"}},"DiagnosticReport-select":{report:{resourceType:"DiagnosticReport"},select:{resourceType:"*",isArray:!0}},"DiagnosticReport-update":{report:{resourceType:"DiagnosticReport"},patient:{resourceType:"Patient",optional:!0},study:{resourceType:"ImagingStudy",optional:!0},updates:{resourceType:"Bundle"}},syncerror:{operationoutcome:{resourceType:"OperationOutcome"}}};function j8(e){return x8.includes(e)}function Yk(e){return!!e.endpoint}function Sw(e){if(!Jx(e))throw new Fe(Dt("subscriptionRequest must be an object conforming to SubscriptionRequest type."));const{channelType:t,mode:n,topic:r,events:o}=e,i={"hub.channel.type":t,"hub.mode":n,"hub.topic":r,"hub.events":o.join(",")};return Yk(e)&&(i.endpoint=e.endpoint),new URLSearchParams(i).toString()}function Jx(e){if(typeof e!="object")return!1;const{channelType:t,mode:n,topic:r,events:o}=e;if(!(t&&n&&r&&o)||typeof r!="string"||typeof o!="object"||!Array.isArray(o)||o.length<1||t!=="websocket"||n!=="subscribe"&&n!=="unsubscribe")return!1;for(const i of o)if(!Mg[i])return!1;return!(Yk(e)&&!(typeof e.endpoint=="string"&&e.endpoint.startsWith("ws")))}function jw(e,t,n,r){if(typeof t!="object")throw new Fe(Dt(`context[${n}] is invalid. Context must contain a single valid FHIR resource! Resource is not an object.`));if(!(t.id&&typeof t.id=="string"))throw new Fe(Dt(`context[${n}] is invalid. Resource must contain a valid string ID.`));if(!t.resourceType)throw new Fe(Dt(`context[${n}] is invalid. Resource must contain a resource type. No resource type found.`));const o=r.resourceType;if(o!=="*"){if(!j8(t.resourceType))throw new Fe(Dt(`context[${n}] is invalid. Resource must contain a valid FHIRcast resource type. Resource type is not a known resource type.`));if(o&&t.resourceType!==o)throw new Fe(Dt(`context[${n}] is invalid. context[${n}] for the '${e}' event should contain resource of type ${o}.`))}}function C8(e,t,n,r,o){if(o.set(t.key,(o.get(t.key)??0)+1),!r.isArray)jw(e,t.resource,n,r);else{const{resources:i}=t;if(!i)throw new Fe(Dt(`context[${n}] is invalid. context[${n}] for the '${e}' with key '${String(t.key)}' should contain an array of resources on the key 'resources'.`));for(const a of i)jw(e,a,n,r)}}function E8(e,t){const n=new Map,r=S8[e];for(let o=0;o<t.length;o++){const i=t[o].key;if(!r[i])throw new Fe(Dt(`Key '${i}' not found for event '${e}'. Make sure to add only valid keys.`));C8(e,t[o],o,r[i],n)}for(const[o,i]of Object.entries(r)){if(!(i.optional||n.has(o)))throw new Fe(Dt(`Missing required key '${o}' on context for '${e}' event.`));if(!i.manyAllowed&&(n.get(o)||0)>1)throw new Fe(Dt(`${n.get(o)} context entries with key '${o}' found for the '${e}' event when schema only allows for 1.`))}}function Cw(e,t,n,r){if(!(e&&typeof e=="string"))throw new Fe(Dt("Must provide a topic."));if(!Mg[t])throw new Fe(Dt(`Must provide a valid FHIRcast event name. Supported events: ${Object.keys(Mg).join(", ")}`));if(typeof n!="object")throw new Fe(Dt("context must be a context object or array of context objects."));if(Xx.includes(t)&&!r)throw new Fe(Dt(`The '${t}' event must contain a 'context.versionId'.`));const o=Array.isArray(n)?n:[n];return E8(t,o),{timestamp:new Date().toISOString(),id:qk(),event:{"hub.topic":e,"hub.event":t,context:o,...r?{"context.versionId":r}:{}}}}class T8 extends Hh{constructor(t){if(super(),this.subRequest=t,!t.endpoint)throw new Fe(Dt("Subscription request should contain an endpoint."));if(!Jx(t))throw new Fe(Dt("Subscription request failed validation."));const n=new WebSocket(t.endpoint);n.addEventListener("open",()=>{this.dispatchEvent({type:"connect"}),n.addEventListener("message",r=>{const o=JSON.parse(r.data);if(o["hub.topic"])return;const i=o;i.event["hub.event"]!=="heartbeat"&&(this.dispatchEvent({type:"message",payload:i}),n.send(JSON.stringify({id:o==null?void 0:o.id,timestamp:new Date().toISOString()})))}),n.addEventListener("close",()=>{this.dispatchEvent({type:"disconnect"})})}),this.websocket=n}disconnect(){this.websocket.close()}}function P8(e){const t=e.replace(/-/g,"+").replace(/_/g,"/"),n=d8(t),r=Array.from(n).reduce((i,a)=>{const l=("00"+a.charCodeAt(0).toString(16)).slice(-2);return`${i}%${l}`},""),o=decodeURIComponent(r);return JSON.parse(o)}function k8(e){return e.split(".").length===3}function Zx(e){const[t,n,r]=e.split(".");return P8(n)}function R8(e){try{return typeof Zx(e).login_id=="string"}catch{return!1}}function _8(e){try{const n=Zx(e).exp;return typeof n=="number"?n*1e3:void 0}catch{return}}class D8{constructor(t){this.medplum=t}async get(t){return this.medplum.get(`keyvalue/v1/${t}`)}async set(t,n){await this.medplum.put(`keyvalue/v1/${t}`,n,sn.TEXT)}async delete(t){await this.medplum.delete(`keyvalue/v1/${t}`)}}var Xk;Xk=Symbol.toStringTag;class Mr{constructor(t){this[Xk]="ReadablePromise",this.status="pending",this.suspender=t.then(n=>(this.status="success",this.response=n,n),n=>{throw this.status="error",this.error=n,n})}isPending(){return this.status==="pending"}isOk(){return this.status==="success"}read(){switch(this.status){case"pending":throw this.suspender;case"error":throw this.error;default:return this.response}}then(t,n){return this.suspender.then(t,n)}catch(t){return this.suspender.catch(t)}finally(t){return this.suspender.finally(t)}}class I8{constructor(t){this.storage=t??(typeof localStorage<"u"?localStorage:new A8)}clear(){this.storage.clear()}getString(t){return this.storage.getItem(t)??void 0}setString(t,n){n?this.storage.setItem(t,n):this.storage.removeItem(t)}getObject(t){const n=this.getString(t);return n?JSON.parse(n):void 0}setObject(t,n){this.setString(t,n?dr(n):void 0)}}class A8{constructor(){this.data=new Map}get length(){return this.data.size}clear(){this.data.clear()}getItem(t){return this.data.get(t)??null}setItem(t,n){n?this.data.set(t,n):this.data.delete(t)}removeItem(t){this.data.delete(t)}key(t){return Array.from(this.data.keys())[t]}}/*!
94
+ * Reconnecting WebSocket
95
+ * by Pedro Ladaria <pedro.ladaria@gmail.com>
96
+ * https://github.com/pladaria/reconnecting-websocket
97
+ * License MIT
98
+ *
99
+ * Copy of "partysocket" from Partykit team, a fork of the original "Reconnecting WebSocket"
100
+ * https://github.com/partykit/partykit/blob/main/packages/partysocket
101
+ */const Wa={Event:typeof globalThis.Event<"u"?globalThis.Event:void 0,ErrorEvent:void 0,CloseEvent:void 0};let Ew=!1;function N8(){if(typeof globalThis.Event>"u")throw new Error("Unable to lazy init events for ReconnectingWebSocket. globalThis.Event is not defined yet");Wa.Event=globalThis.Event,Wa.ErrorEvent=class extends Event{constructor(t,n){super("error",n),this.message=t.message,this.error=t}},Wa.CloseEvent=class extends Event{constructor(t=1e3,n="",r){super("close",r),this.wasClean=!0,this.code=t,this.reason=n}}}function M8(e,t){if(!e)throw new Error(t)}function ld(e){return new e.constructor(e.type,e)}const Ji={maxReconnectionDelay:1e4,minReconnectionDelay:1e3+Math.random()*4e3,minUptime:5e3,reconnectionDelayGrowFactor:1.3,connectionTimeout:4e3,maxRetries:1/0,maxEnqueuedMessages:1/0,startClosed:!1,debug:!1};let Tw=!1;class fi extends Hh{constructor(t,n,r={}){Ew||(N8(),Ew=!0),super(),this._retryCount=-1,this._shouldReconnect=!0,this._connectLock=!1,this._closeCalled=!1,this._messageQueue=[],this._debugLogger=console.log.bind(console),this.onclose=null,this.onerror=null,this.onmessage=null,this.onopen=null,this._handleOpen=o=>{this._debug("open event");const{minUptime:i=Ji.minUptime}=this._options;clearTimeout(this._connectTimeout),this._uptimeTimeout=setTimeout(()=>this._acceptOpen(),i),M8(this._ws,"WebSocket is not defined"),this._ws.binaryType=this._binaryType,this._messageQueue.forEach(a=>{var l;return(l=this._ws)==null?void 0:l.send(a)}),this._messageQueue=[],this.onopen&&this.onopen(o),this.dispatchEvent(ld(o))},this._handleMessage=o=>{this._debug("message event"),this.onmessage&&this.onmessage(o),this.dispatchEvent(ld(o))},this._handleError=o=>{this._debug("error event",o.message),this._disconnect(void 0,o.message==="TIMEOUT"?"timeout":void 0),this.onerror&&this.onerror(o),this._debug("exec error listeners"),this.dispatchEvent(ld(o)),this._connect()},this._handleClose=o=>{this._debug("close event"),this._clearTimeouts(),this._shouldReconnect&&this._connect(),this.onclose&&this.onclose(o),this.dispatchEvent(ld(o))},this._url=t,this._protocols=n,this._options=r,this._options.startClosed&&(this._shouldReconnect=!1),this._options.binaryType?this._binaryType=this._options.binaryType:this._binaryType="blob",this._options.debugLogger&&(this._debugLogger=this._options.debugLogger),this._connect()}static get CONNECTING(){return 0}static get OPEN(){return 1}static get CLOSING(){return 2}static get CLOSED(){return 3}get CONNECTING(){return fi.CONNECTING}get OPEN(){return fi.OPEN}get CLOSING(){return fi.CLOSING}get CLOSED(){return fi.CLOSED}get binaryType(){return this._ws?this._ws.binaryType:this._binaryType}set binaryType(t){this._binaryType=t,this._ws&&(this._ws.binaryType=t)}get retryCount(){return Math.max(this._retryCount,0)}get bufferedAmount(){var n;return this._messageQueue.reduce((r,o)=>(typeof o=="string"?r+=o.length:o instanceof Blob?r+=o.size:r+=o.byteLength,r),0)+(((n=this._ws)==null?void 0:n.bufferedAmount)??0)}get extensions(){var t;return((t=this._ws)==null?void 0:t.extensions)??""}get protocol(){var t;return((t=this._ws)==null?void 0:t.protocol)??""}get readyState(){return this._ws?this._ws.readyState:this._options.startClosed?fi.CLOSED:fi.CONNECTING}get url(){return this._ws?this._ws.url:""}get shouldReconnect(){return this._shouldReconnect}close(t=1e3,n){if(this._closeCalled=!0,this._shouldReconnect=!1,this._clearTimeouts(),!this._ws){this._debug("close enqueued: no ws instance");return}if(this._ws.readyState===this.CLOSED){this._debug("close: already closed");return}this._ws.close(t,n)}reconnect(t,n){this._shouldReconnect=!0,this._closeCalled=!1,this._retryCount=-1,!this._ws||this._ws.readyState===this.CLOSED?this._connect():(this._disconnect(t,n),this._connect())}send(t){if(this._ws&&this._ws.readyState===this.OPEN)this._debug("send",t),this._ws.send(t);else{const{maxEnqueuedMessages:n=Ji.maxEnqueuedMessages}=this._options;this._messageQueue.length<n&&(this._debug("enqueue",t),this._messageQueue.push(t))}}_debug(...t){this._options.debug&&this._debugLogger("RWS>",...t)}_getNextDelay(){const{reconnectionDelayGrowFactor:t=Ji.reconnectionDelayGrowFactor,minReconnectionDelay:n=Ji.minReconnectionDelay,maxReconnectionDelay:r=Ji.maxReconnectionDelay}=this._options;let o=0;return this._retryCount>0&&(o=n*Math.pow(t,this._retryCount-1),o>r&&(o=r)),this._debug("next delay",o),o}_wait(){return new Promise(t=>{setTimeout(t,this._getNextDelay())})}_connect(){if(this._connectLock||!this._shouldReconnect)return;this._connectLock=!0;const{maxRetries:t=Ji.maxRetries,connectionTimeout:n=Ji.connectionTimeout}=this._options;if(this._retryCount>=t){this._debug("max retries reached",this._retryCount,">=",t);return}this._retryCount++,this._debug("connect",this._retryCount),this._removeListeners(),this._wait().then(()=>{if(this._closeCalled){this._connectLock=!1;return}!this._options.WebSocket&&typeof WebSocket>"u"&&!Tw&&(console.error("‼️ No WebSocket implementation available. You should define options.WebSocket."),Tw=!0);const r=this._options.WebSocket||WebSocket;this._debug("connect",{url:this._url,protocols:this._protocols}),this._ws=this._protocols?new r(this._url,this._protocols):new r(this._url),this._ws.binaryType=this._binaryType,this._connectLock=!1,this._addListeners(),this._connectTimeout=setTimeout(()=>this._handleTimeout(),n)}).catch(r=>{this._connectLock=!1,this._handleError(new Wa.ErrorEvent(Error(r.message),this))})}_handleTimeout(){this._debug("timeout event"),this._handleError(new Wa.ErrorEvent(Error("TIMEOUT"),this))}_disconnect(t=1e3,n){if(this._clearTimeouts(),!!this._ws){this._removeListeners();try{this._ws.close(t,n),this._handleClose(new Wa.CloseEvent(t,n,this))}catch{}}}_acceptOpen(){this._debug("accept open"),this._retryCount=0}_removeListeners(){this._ws&&(this._debug("removeListeners"),this._ws.removeEventListener("open",this._handleOpen),this._ws.removeEventListener("close",this._handleClose),this._ws.removeEventListener("message",this._handleMessage),this._ws.removeEventListener("error",this._handleError))}_addListeners(){this._ws&&(this._debug("addListeners"),this._ws.addEventListener("open",this._handleOpen),this._ws.addEventListener("close",this._handleClose),this._ws.addEventListener("message",this._handleMessage),this._ws.addEventListener("error",this._handleError))}_clearTimeouts(){clearTimeout(this._connectTimeout),clearTimeout(this._uptimeTimeout)}}const O8=5e3;class Og extends Hh{constructor(...t){super(),this.criteria=new Set(t)}getCriteria(){return this.criteria}_addCriteria(t){this.criteria.add(t)}_removeCriteria(t){this.criteria.delete(t)}}class L8{constructor(t,n){this.connecting=!1,this.criteria=t,this.emitter=new Og(t),this.refCount=1,this.subscriptionProps=n?{...n}:void 0}clearAttachedSubscription(){this.subscriptionId=void 0,this.token=void 0}}class $8{constructor(t,n,r){if(this.pingTimer=void 0,this.waitingForPong=!1,!(t instanceof Jk))throw new Fe(Dt("First arg of constructor should be a `MedplumClient`"));let o;try{o=new URL(n).toString()}catch{throw new Fe(Dt("Not a valid URL"))}const i=r!=null&&r.ReconnectingWebSocket?new r.ReconnectingWebSocket(o,void 0,{debug:r==null?void 0:r.debug,debugLogger:r==null?void 0:r.debugLogger}):new fi(o,void 0,{debug:r==null?void 0:r.debug,debugLogger:r==null?void 0:r.debugLogger});this.medplum=t,this.ws=i,this.masterSubEmitter=new Og,this.criteriaEntries=new Map,this.criteriaEntriesBySubscriptionId=new Map,this.wsClosed=!1,this.pingIntervalMs=(r==null?void 0:r.pingIntervalMs)??O8,this.currentProfile=t.getProfile(),this.setupListeners()}setupListeners(){const t=this.ws;t.addEventListener("message",n=>{var r,o,i,a,l,c;try{const u=JSON.parse(n.data);if(u.type==="pong"){this.waitingForPong=!1;return}const d=u,f=(o=(r=d==null?void 0:d.entry)==null?void 0:r[0])==null?void 0:o.resource;if(f.type==="heartbeat"){(i=this.masterSubEmitter)==null||i.dispatchEvent({type:"heartbeat",payload:d});return}if(f.type==="handshake"){const m=sl(f.subscription),g={type:"connect",payload:{subscriptionId:m}};(a=this.masterSubEmitter)==null||a.dispatchEvent(g);const v=this.criteriaEntriesBySubscriptionId.get(m);if(!v){console.warn("Received handshake for criteria the SubscriptionManager is not listening for yet");return}v.connecting=!1,v.emitter.dispatchEvent({...g});return}(l=this.masterSubEmitter)==null||l.dispatchEvent({type:"message",payload:d});const h=this.criteriaEntriesBySubscriptionId.get(sl(f.subscription));if(!h){console.warn("Received notification for criteria the SubscriptionManager is not listening for");return}h.emitter.dispatchEvent({type:"message",payload:d})}catch(u){console.error(u);const d={type:"error",payload:u};(c=this.masterSubEmitter)==null||c.dispatchEvent(d);for(const f of this.getAllCriteriaEmitters())f.dispatchEvent({...d})}}),t.addEventListener("error",()=>{var r;const n={type:"error",payload:new Fe(d7(new Error("WebSocket error")))};(r=this.masterSubEmitter)==null||r.dispatchEvent(n);for(const o of this.getAllCriteriaEmitters())o.dispatchEvent({...n})}),t.addEventListener("close",()=>{var r,o;const n={type:"close"};(r=this.masterSubEmitter)==null||r.dispatchEvent(n);for(const i of this.getAllCriteriaEmitters())i.dispatchEvent({...n});this.pingTimer&&(clearInterval(this.pingTimer),this.pingTimer=void 0,this.waitingForPong=!1),this.wsClosed&&(this.criteriaEntries.clear(),this.criteriaEntriesBySubscriptionId.clear(),(o=this.masterSubEmitter)==null||o.removeAllListeners())}),t.addEventListener("open",()=>{var r;const n={type:"open"};(r=this.masterSubEmitter)==null||r.dispatchEvent(n);for(const o of this.getAllCriteriaEmitters())o.dispatchEvent({...n});this.refreshAllSubscriptions().catch(console.error),this.pingTimer||(this.pingTimer=setInterval(()=>{if(this.waitingForPong){this.waitingForPong=!1,t.reconnect();return}t.send(JSON.stringify({type:"ping"})),this.waitingForPong=!0},this.pingIntervalMs))}),this.medplum.addEventListener("change",()=>{var r;const n=this.medplum.getProfile();this.currentProfile&&n===void 0?this.ws.close():n&&((r=this.currentProfile)==null?void 0:r.id)!==n.id&&this.ws.reconnect(),this.currentProfile=n})}emitError(t,n){var o;const r={type:"error",payload:n};(o=this.masterSubEmitter)==null||o.dispatchEvent(r),t.emitter.dispatchEvent({...r})}maybeEmitDisconnect(t){var r;const{subscriptionId:n}=t;if(n){const o={type:"disconnect",payload:{subscriptionId:n}};(r=this.masterSubEmitter)==null||r.dispatchEvent(o),t.emitter.dispatchEvent({...o})}else console.warn("Called disconnect for `CriteriaEntry` before `subscriptionId` was present.")}async getTokenForCriteria(t){var a,l;let n=t==null?void 0:t.subscriptionId;n||(n=(await this.medplum.createResource({...t.subscriptionProps,resourceType:"Subscription",status:"active",reason:`WebSocket subscription for ${ct(this.medplum.getProfile())}`,channel:{type:"websocket"},criteria:t.criteria})).id);const{parameter:r}=await this.medplum.get(`fhir/R4/Subscription/${n}/$get-ws-binding-token`),o=(a=r==null?void 0:r.find(c=>c.name==="token"))==null?void 0:a.valueString,i=(l=r==null?void 0:r.find(c=>c.name==="websocket-url"))==null?void 0:l.valueUrl;if(!o)throw new Fe(Dt("Failed to get token"));if(!i)throw new Fe(Dt("Failed to get URL from $get-ws-binding-token"));return[n,o]}maybeGetCriteriaEntry(t,n){const r=this.criteriaEntries.get(t);if(r){if(!n)return r.bareCriteria;for(const o of r.criteriaWithProps)if(Ai(n,o.subscriptionProps))return o}}getAllCriteriaEmitters(){const t=[];for(const n of this.criteriaEntries.values()){n.bareCriteria&&t.push(n.bareCriteria.emitter);for(const r of n.criteriaWithProps)t.push(r.emitter)}return t}addCriteriaEntry(t){const{criteria:n,subscriptionProps:r}=t;let o;this.criteriaEntries.has(n)?o=this.criteriaEntries.get(n):(o={criteriaWithProps:[]},this.criteriaEntries.set(n,o)),r?o.criteriaWithProps.push(t):o.bareCriteria=t}removeCriteriaEntry(t){var l;const{criteria:n,subscriptionProps:r,subscriptionId:o,token:i}=t;if(!this.criteriaEntries.has(n))return;const a=this.criteriaEntries.get(n);r?a.criteriaWithProps=a.criteriaWithProps.filter(c=>{const u=c.subscriptionProps;return!Ai(r,u)}):a.bareCriteria=void 0,!a.bareCriteria&&a.criteriaWithProps.length===0&&(this.criteriaEntries.delete(n),(l=this.masterSubEmitter)==null||l._removeCriteria(n)),o&&this.criteriaEntriesBySubscriptionId.delete(o),i&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"unbind-from-token",payload:{token:i}}))}async subscribeToCriteria(t){if(!(this.ws.readyState!==WebSocket.OPEN||t.connecting)){t.connecting=!0;try{const[n,r]=await this.getTokenForCriteria(t);t.subscriptionId=n,t.token=r,this.criteriaEntriesBySubscriptionId.set(n,t),this.ws.send(JSON.stringify({type:"bind-with-token",payload:{token:r}}))}catch(n){console.error(Ie(n)),this.emitError(t,n),this.removeCriteriaEntry(t)}}}async refreshAllSubscriptions(){this.criteriaEntriesBySubscriptionId.clear();for(const t of this.criteriaEntries.values())for(const n of[...t.bareCriteria?[t.bareCriteria]:[],...t.criteriaWithProps])n.clearAttachedSubscription(),await this.subscribeToCriteria(n)}addCriteria(t,n){this.masterSubEmitter&&this.masterSubEmitter._addCriteria(t);const r=this.maybeGetCriteriaEntry(t,n);if(r)return r.refCount+=1,r.emitter;const o=new L8(t,n);return this.addCriteriaEntry(o),this.subscribeToCriteria(o).catch(console.error),o.emitter}removeCriteria(t,n){const r=this.maybeGetCriteriaEntry(t,n);if(!r){console.warn("Criteria not known to `SubscriptionManager`. Possibly called remove too many times.");return}r.refCount-=1,!(r.refCount>0)&&(this.maybeEmitDisconnect(r),this.removeCriteriaEntry(r))}getWebSocket(){return this.ws}closeWebSocket(){this.wsClosed||(this.wsClosed=!0,this.ws.close())}reconnectWebSocket(){this.ws.reconnect(),this.wsClosed=!1}getCriteriaCount(){return this.getAllCriteriaEmitters().length}getMasterEmitter(){return this.masterSubEmitter||(this.masterSubEmitter=new Og(...Array.from(this.criteriaEntries.keys()))),this.masterSubEmitter}}const F8="3.2.22-a936b292a",z8=sn.FHIR_JSON+", */*; q=0.1",U8="https://api.medplum.com/",B8=1e3,V8=6e4,W8=0,H8=3e5,q8="Binary/",Pw={resourceType:"Device",id:"system",deviceName:[{type:"model-name",name:"System"}]};class Jk extends Hh{constructor(t){if(super(),this.initComplete=!0,t!=null&&t.baseUrl&&!t.baseUrl.startsWith("http"))throw new Error("Base URL must start with http or https");this.options=t??{},this.fetch=(t==null?void 0:t.fetch)??G8(),this.storage=(t==null?void 0:t.storage)??new I8,this.createPdfImpl=t==null?void 0:t.createPdf,this.baseUrl=Ik((t==null?void 0:t.baseUrl)??U8),this.fhirBaseUrl=io(this.baseUrl,(t==null?void 0:t.fhirUrlPath)??"fhir/R4"),this.authorizeUrl=io(this.baseUrl,(t==null?void 0:t.authorizeUrl)??"oauth2/authorize"),this.tokenUrl=io(this.baseUrl,(t==null?void 0:t.tokenUrl)??"oauth2/token"),this.logoutUrl=io(this.baseUrl,(t==null?void 0:t.logoutUrl)??"oauth2/logout"),this.fhircastHubUrl=io(this.baseUrl,(t==null?void 0:t.fhircastHubUrl)??"fhircast/STU3"),this.clientId=(t==null?void 0:t.clientId)??"",this.clientSecret=(t==null?void 0:t.clientSecret)??"",this.onUnauthenticated=t==null?void 0:t.onUnauthenticated,this.refreshGracePeriod=(t==null?void 0:t.refreshGracePeriod)??H8,this.cacheTime=(t==null?void 0:t.cacheTime)??(typeof window>"u"?W8:V8),this.cacheTime>0?this.requestCache=new Kk((t==null?void 0:t.resourceCacheSize)??B8):this.requestCache=void 0,t!=null&&t.autoBatchTime?(this.autoBatchTime=t.autoBatchTime,this.autoBatchQueue=[]):(this.autoBatchTime=0,this.autoBatchQueue=void 0),t!=null&&t.accessToken&&this.setAccessToken(t.accessToken),this.storage.getInitPromise===void 0?(t!=null&&t.accessToken||this.attemptResumeActiveLogin().catch(console.error),this.initPromise=Promise.resolve(),this.dispatchEvent({type:"storageInitialized"})):(this.initComplete=!1,this.initPromise=this.storage.getInitPromise(),this.initPromise.then(()=>{t!=null&&t.accessToken||this.attemptResumeActiveLogin().catch(console.error),this.initComplete=!0,this.dispatchEvent({type:"storageInitialized"})}).catch(n=>{console.error(n),this.initComplete=!0,this.dispatchEvent({type:"storageInitFailed",payload:{error:n}})})),this.setupStorageListener()}get isInitialized(){return this.initComplete}getInitPromise(){return this.initPromise}async attemptResumeActiveLogin(){const t=this.getActiveLogin();t&&(this.setAccessToken(t.accessToken,t.refreshToken),await this.refreshProfile())}getBaseUrl(){return this.baseUrl}getAuthorizeUrl(){return this.authorizeUrl}getTokenUrl(){return this.tokenUrl}getLogoutUrl(){return this.logoutUrl}getFhircastHubUrl(){return this.fhircastHubUrl}clear(){this.storage.clear(),typeof window<"u"&&sessionStorage.clear(),this.clearActiveLogin()}clearActiveLogin(){var t;this.storage.setString("activeLogin",void 0),(t=this.requestCache)==null||t.clear(),this.accessToken=void 0,this.refreshToken=void 0,this.refreshPromise=void 0,this.accessTokenExpires=void 0,this.sessionDetails=void 0,this.medplumServer=void 0,this.dispatchEvent({type:"change"})}invalidateUrl(t){var n;t=t.toString(),(n=this.requestCache)==null||n.delete(t)}invalidateAll(){var t;(t=this.requestCache)==null||t.clear()}invalidateSearches(t){const n=io(this.fhirBaseUrl,t);if(this.requestCache)for(const r of this.requestCache.keys())(r.endsWith(n)||r.includes(n+"?"))&&this.requestCache.delete(r)}get(t,n={}){t=t.toString();const r=this.getCacheEntry(t,n);if(r)return r.value;let o;t.startsWith(this.fhirBaseUrl)&&this.autoBatchQueue?o=new Promise((a,l)=>{this.autoBatchQueue.push({method:"GET",url:t.replace(this.fhirBaseUrl,""),options:n,resolve:a,reject:l}),this.autoBatchTimerId||(this.autoBatchTimerId=setTimeout(()=>this.executeAutoBatch(),this.autoBatchTime))}):o=this.request("GET",t,n);const i=new Mr(o);return this.setCacheEntry(t,i),i}post(t,n,r,o={}){return t=t.toString(),this.setRequestBody(o,n),r&&this.setRequestContentType(o,r),this.invalidateUrl(t),this.request("POST",t,o)}put(t,n,r,o={}){return t=t.toString(),this.setRequestBody(o,n),r&&this.setRequestContentType(o,r),this.invalidateUrl(t),this.request("PUT",t,o)}patch(t,n,r={}){return t=t.toString(),this.setRequestBody(r,n),this.setRequestContentType(r,sn.JSON_PATCH),this.invalidateUrl(t),this.request("PATCH",t,r)}delete(t,n){return t=t.toString(),this.invalidateUrl(t),this.request("DELETE",t,n)}async startNewUser(t,n){const{codeChallengeMethod:r,codeChallenge:o}=await this.startPkce();return this.post("auth/newuser",{...t,clientId:t.clientId??this.clientId,codeChallengeMethod:r,codeChallenge:o},void 0,n)}async startNewProject(t,n){return this.post("auth/newproject",t,void 0,n)}async startNewPatient(t,n){return this.post("auth/newpatient",t,void 0,n)}async startLogin(t,n){return this.post("auth/login",{...await this.ensureCodeChallenge(t),clientId:t.clientId??this.clientId,scope:t.scope},void 0,n)}async startGoogleLogin(t,n){return this.post("auth/google",{...await this.ensureCodeChallenge(t),clientId:t.clientId??this.clientId,scope:t.scope},void 0,n)}async ensureCodeChallenge(t){return t.codeChallenge?t:{...t,...await this.startPkce()}}async signOut(){await this.post(this.logoutUrl,{}),this.clear()}async signInWithRedirect(t){const r=new URLSearchParams(window.location.search).get("code");if(!r){await this.requestAuthorization(t);return}return this.processCode(r)}signOutWithRedirect(){window.location.assign(this.logoutUrl)}async signInWithExternalAuth(t,n,r,o,i=!0){let a=o;i&&(a=await this.ensureCodeChallenge(o)),window.location.assign(this.getExternalAuthRedirectUri(t,n,r,a,i))}async exchangeExternalAccessToken(t,n){if(n=n??this.clientId,!n)throw new Error("MedplumClient is missing clientId");const r=new URLSearchParams;return r.set("grant_type","urn:ietf:params:oauth:grant-type:token-exchange"),r.set("subject_token_type","urn:ietf:params:oauth:token-type:access_token"),r.set("client_id",n),r.set("subject_token",t),this.fetchTokens(r)}getExternalAuthRedirectUri(t,n,r,o,i=!0){const a=new URL(t);if(a.searchParams.set("response_type","code"),a.searchParams.set("client_id",n),a.searchParams.set("redirect_uri",r),a.searchParams.set("scope",o.scope??"openid profile email"),a.searchParams.set("state",JSON.stringify(o)),i){const{codeChallenge:l,codeChallengeMethod:c}=o;if(!c)throw new Error("`LoginRequest` for external auth must include a `codeChallengeMethod`.");if(!l)throw new Error("`LoginRequest` for external auth must include a `codeChallenge`.");a.searchParams.set("code_challenge_method",c),a.searchParams.set("code_challenge",l)}return a.toString()}fhirUrl(...t){return new URL(io(this.fhirBaseUrl,t.join("/")))}fhirSearchUrl(t,n){const r=this.fhirUrl(t);return n&&(r.search=B6(n)),r}search(t,n,r){const o=this.fhirSearchUrl(t,n),i="search-"+o.toString(),a=this.getCacheEntry(i,r);if(a)return a.value;const l=new Mr((async()=>{const c=await this.get(o,r);if(c.entry)for(const u of c.entry)this.cacheResource(u.resource);return c})());return this.setCacheEntry(i,l),l}searchOne(t,n,r){const o=this.fhirSearchUrl(t,n);o.searchParams.set("_count","1"),o.searchParams.sort();const i="searchOne-"+o.toString(),a=this.getCacheEntry(i,r);if(a)return a.value;const l=new Mr(this.search(t,o.searchParams,r).then(c=>{var u,d;return(d=(u=c.entry)==null?void 0:u[0])==null?void 0:d.resource}));return this.setCacheEntry(i,l),l}searchResources(t,n,r){const i="searchResources-"+this.fhirSearchUrl(t,n).toString(),a=this.getCacheEntry(i,r);if(a)return a.value;const l=new Mr(this.search(t,n,r).then(_w));return this.setCacheEntry(i,l),l}async*searchResourcePages(t,n,r){var i,a;let o=this.fhirSearchUrl(t,n);for(;o;){const l=new URL(o).searchParams,c=await this.search(t,l,r),u=(i=c.link)==null?void 0:i.find(d=>d.relation==="next");if(!((a=c.entry)!=null&&a.length)&&!u)break;yield _w(c),o=u!=null&&u.url?new URL(u.url):void 0}}searchValueSet(t,n,r){return this.valueSetExpand({url:t,filter:n},r)}valueSetExpand(t,n){const r=this.fhirUrl("ValueSet","$expand");return r.search=new URLSearchParams(t).toString(),this.get(r.toString(),n)}getCached(t,n){var o,i;const r=(i=(o=this.requestCache)==null?void 0:o.get(this.fhirUrl(t,n).toString()))==null?void 0:i.value;return r!=null&&r.isOk()?r.read():void 0}getCachedReference(t){const n=t.reference;if(!n)return;if(n==="system")return Pw;const[r,o]=n.split("/");if(!(!r||!o))return this.getCached(r,o)}readResource(t,n,r){if(!n)throw new Error('The "id" parameter cannot be null, undefined, or an empty string.');return this.get(this.fhirUrl(t,n),r)}readReference(t,n){const r=t.reference;if(!r)return new Mr(Promise.reject(new Error("Missing reference")));if(r==="system")return new Mr(Promise.resolve(Pw));const[o,i]=r.split("/");return!o||!i?new Mr(Promise.reject(new Error("Invalid reference"))):this.readResource(o,i,n)}requestSchema(t){if(xk(t))return Promise.resolve();const n=t+"-requestSchema",r=this.getCacheEntry(n,void 0);if(r)return r.value;const o=new Mr((async()=>{const i=`{
102
+ StructureDefinitionList(name: "${t}") {
103
+ resourceType,
104
+ name,
105
+ kind,
106
+ description,
107
+ type,
108
+ url,
109
+ snapshot {
110
+ element {
111
+ id,
112
+ path,
113
+ definition,
114
+ min,
115
+ max,
116
+ base {
117
+ path,
118
+ min,
119
+ max
120
+ },
121
+ contentReference,
122
+ type {
123
+ code,
124
+ profile,
125
+ targetProfile
126
+ },
127
+ binding {
128
+ strength,
129
+ valueSet
130
+ }
131
+ }
132
+ }
133
+ }
134
+ SearchParameterList(base: "${t}", _count: 100) {
135
+ base,
136
+ code,
137
+ type,
138
+ expression,
139
+ target
140
+ }
141
+ }`.replace(/\s+/g," "),a=await this.graphql(i);lw(a.data.StructureDefinitionList);for(const l of a.data.SearchParameterList)tF(l)})());return this.setCacheEntry(n,o),o}requestProfileSchema(t,n){if(!(n!=null&&n.expandProfile)&&Lx(t))return Promise.resolve();const r=t+"-requestSchema"+(n!=null&&n.expandProfile?"-nested":""),o=this.getCacheEntry(r,void 0);if(o)return o.value;const i=new Mr((async()=>{if(n!=null&&n.expandProfile){const a=this.fhirUrl("StructureDefinition","$expand-profile");a.search=new URLSearchParams({url:t}).toString();const l=await this.post(a.toString(),{});lw(l)}else{const a=await this.searchOne("StructureDefinition",{url:t,_sort:"-_lastUpdated"});if(!a){console.warn(`No StructureDefinition found for ${t}!`);return}yk(a)}})());return this.setCacheEntry(r,i),i}readHistory(t,n,r){return this.get(this.fhirUrl(t,n,"_history"),r)}readVersion(t,n,r,o){return this.get(this.fhirUrl(t,n,"_history",r),o)}readPatientEverything(t,n){return this.get(this.fhirUrl("Patient",t,"$everything"),n)}createResource(t,n){if(!t.resourceType)throw new Error("Missing resourceType");return this.invalidateSearches(t.resourceType),this.post(this.fhirUrl(t.resourceType),t,void 0,n)}async createResourceIfNoneExist(t,n,r){const o=this.fhirUrl(t.resourceType);r?r.headers?Array.isArray(r.headers)?r.headers.push(["If-None-Exist",n]):r.headers instanceof Headers?r.headers.set("If-None-Exist",n):r.headers["If-None-Exist"]=n:r.headers={"If-None-Exist":n}:r={headers:{"If-None-Exist":n}};const i=await this.post(o,t,void 0,r);return this.cacheResource(i),this.invalidateUrl(this.fhirUrl(t.resourceType,t.id,"_history")),this.invalidateSearches(t.resourceType),i}async upsertResource(t,n,r){const o=this.fhirSearchUrl(t.resourceType,n);let i=await this.put(o,t,void 0,r);return i||(i=t),this.cacheResource(i),this.invalidateUrl(this.fhirUrl(t.resourceType,t.id,"_history")),this.invalidateSearches(t.resourceType),i}async createAttachment(t,n,r,o,i){const a=Dw(t,n,r,o),l=i??(typeof n=="object"?n:{}),c=await this.createBinary(a,l);return{contentType:a.contentType,url:c.url,title:a.filename}}createBinary(t,n,r,o,i){const a=Dw(t,n,r,o),l=i??(typeof n=="object"?n:{}),{data:c,contentType:u,filename:d,securityContext:f,onProgress:h}=a,m=this.fhirUrl("Binary");return d&&m.searchParams.set("_filename",d),f!=null&&f.reference&&this.setRequestHeader(l,"X-Security-Context",f.reference),h?this.uploadwithProgress(m,c,u,h,l):this.post(m,c,u,l)}uploadwithProgress(t,n,r,o,i){return new Promise((a,l)=>{var f;const c=new XMLHttpRequest,u=()=>c.abort();(f=i==null?void 0:i.signal)==null||f.addEventListener("abort",u);const d=h=>{var m;(m=i==null?void 0:i.signal)==null||m.removeEventListener("abort",u),h instanceof Error?l(h):a(h)};if(c.responseType="json",c.onabort=()=>d(new DOMException("Request aborted","AbortError")),c.onerror=()=>d(new Error("Request error")),o&&(c.upload.onprogress=h=>o(h),c.upload.onload=h=>o(h)),c.onload=()=>{c.status>=200&&c.status<300?d(c.response):d(new Fe(mt(c.response||c.statusText)))},c.open("POST",t),c.withCredentials=!0,c.setRequestHeader("Authorization","Bearer "+this.accessToken),c.setRequestHeader("Cache-Control","no-cache, no-store, max-age=0"),c.setRequestHeader("Content-Type",r),this.options.extendedMode!==!1&&c.setRequestHeader("X-Medplum","extended"),i!=null&&i.headers){const h=i.headers;for(const[m,g]of Object.entries(h))c.setRequestHeader(m,g)}c.send(n)})}async createPdf(t,n,r,o){if(!this.createPdfImpl)throw new Error("PDF creation not enabled");const i=Y8(t,n,r,o),a=typeof n=="object"?n:{},{docDefinition:l,tableLayouts:c,fonts:u,...d}=i,f=await this.createPdfImpl(l,c,u),h={...d,data:f,contentType:"application/pdf"};return this.createBinary(h,a)}createComment(t,n,r){const o=this.getProfile();let i,a;return t.resourceType==="Encounter"&&(i=Tt(t),a=t.subject),t.resourceType==="ServiceRequest"&&(i=t.encounter,a=t.subject),t.resourceType==="Patient"&&(a=Tt(t)),this.createResource({resourceType:"Communication",status:"completed",basedOn:[Tt(t)],encounter:i,subject:a,sender:o?Tt(o):void 0,sent:new Date().toISOString(),payload:[{contentString:n}]},r)}async updateResource(t,n){if(!t.resourceType)throw new Error("Missing resourceType");if(!t.id)throw new Error("Missing id");let r=await this.put(this.fhirUrl(t.resourceType,t.id),t,void 0,n);return r||(r=t),this.cacheResource(r),this.invalidateUrl(this.fhirUrl(t.resourceType,t.id,"_history")),this.invalidateSearches(t.resourceType),r}async patchResource(t,n,r,o){const i=await this.patch(this.fhirUrl(t,n),r,o);return this.cacheResource(i),this.invalidateUrl(this.fhirUrl(t,n,"_history")),this.invalidateSearches(t),i}deleteResource(t,n,r){return this.deleteCacheEntry(this.fhirUrl(t,n).toString()),this.invalidateSearches(t),this.delete(this.fhirUrl(t,n),r)}validateResource(t,n){return this.post(this.fhirUrl(t.resourceType,"$validate"),t,void 0,n)}executeBot(t,n,r,o){let i;if(typeof t=="string"){const a=t;i=this.fhirUrl("Bot",a,"$execute")}else{const a=t;i=this.fhirUrl("Bot","$execute"),i.searchParams.set("identifier",a.system+"|"+a.value)}return this.post(i,n,r,o)}executeBatch(t,n){return this.post(this.fhirBaseUrl,t,void 0,n)}sendEmail(t,n){return this.post("email/v1/send",t,sn.JSON,n)}graphql(t,n,r,o){return this.post(this.fhirUrl("$graphql"),{query:t,operationName:n,variables:r},sn.JSON,o)}readResourceGraph(t,n,r,o){return this.get(`${this.fhirUrl(t,n)}/$graph?graph=${r}`,o)}pushToAgent(t,n,r,o,i,a){return this.post(this.fhirUrl("Agent",sl(t),"$push"),{destination:typeof n=="string"?n:ct(n),body:r,contentType:o,waitForResponse:i},sn.FHIR_JSON,a)}getActiveLogin(){return this.storage.getObject("activeLogin")}async setActiveLogin(t){var n,r;(!((n=this.sessionDetails)!=null&&n.profile)||ct(this.sessionDetails.profile)!==((r=t.profile)==null?void 0:r.reference))&&this.clearActiveLogin(),this.setAccessToken(t.accessToken,t.refreshToken),this.storage.setObject("activeLogin",t),this.addLogin(t),this.refreshPromise=void 0,await this.refreshProfile()}getAccessToken(){return this.accessToken}setAccessToken(t,n){this.accessToken=t,this.refreshToken=n,this.accessTokenExpires=_8(t),this.medplumServer=R8(t)}getLogins(){return this.storage.getObject("logins")??[]}addLogin(t){const n=this.getLogins().filter(r=>{var o,i;return((o=r.profile)==null?void 0:o.reference)!==((i=t.profile)==null?void 0:i.reference)});n.push(t),this.storage.setObject("logins",n)}async refreshProfile(){return this.medplumServer?(this.profilePromise=new Promise((t,n)=>{this.get("auth/me",{cache:"no-cache"}).then(r=>{var i,a;this.profilePromise=void 0;const o=((a=(i=this.sessionDetails)==null?void 0:i.profile)==null?void 0:a.id)!==r.profile.id;this.sessionDetails=r,o&&this.dispatchEvent({type:"change"}),t(r.profile),this.dispatchEvent({type:"profileRefreshed"})}).catch(n)}),this.dispatchEvent({type:"profileRefreshing"}),this.profilePromise):Promise.resolve(void 0)}isLoading(){var t;return!this.isInitialized||!!this.profilePromise&&!((t=this.sessionDetails)!=null&&t.profile)}isSuperAdmin(){var t;return!!((t=this.sessionDetails)!=null&&t.project.superAdmin)}isProjectAdmin(){var t;return!!((t=this.sessionDetails)!=null&&t.membership.admin)}getProject(){var t;return(t=this.sessionDetails)==null?void 0:t.project}getProjectMembership(){var t;return(t=this.sessionDetails)==null?void 0:t.membership}getProfile(){var t;return(t=this.sessionDetails)==null?void 0:t.profile}async getProfileAsync(){return this.profilePromise?this.profilePromise:this.sessionDetails?this.sessionDetails.profile:this.refreshProfile()}getUserConfiguration(){var t;return(t=this.sessionDetails)==null?void 0:t.config}getAccessPolicy(){var t;return(t=this.sessionDetails)==null?void 0:t.accessPolicy}async download(t,n={}){this.refreshPromise&&await this.refreshPromise;const r=t.toString();r.startsWith(q8)&&(t=this.fhirUrl(r));let o=n.headers;return o||(o={},n.headers=o),o.Accept||(o.Accept="*/*"),this.addFetchOptionsDefaults(n),(await this.fetchWithRetry(t.toString(),n)).blob()}async createMedia(t,n){const{additionalFields:r,...o}=t,i=await this.createResource({resourceType:"Media",status:"preparation",content:{contentType:t.contentType},...r});o.securityContext||(o.securityContext=Tt(i));const a=await this.createAttachment(o,n);return this.updateResource({...i,status:"completed",content:a})}async uploadMedia(t,n,r,o,i){return this.createMedia({data:t,contentType:n,filename:r,additionalFields:o},i)}async bulkExport(t="",n,r,o){const i=t&&`${t}/`,a=this.fhirUrl(`${i}$export`);return n&&a.searchParams.set("_type",n),r&&a.searchParams.set("_since",r),this.startAsyncRequest(a.toString(),o)}async startAsyncRequest(t,n={}){this.addFetchOptionsDefaults(n);const r=n.headers;return r.Prefer="respond-async",this.request("POST",t,n)}get keyValue(){return this.keyValueClient||(this.keyValueClient=new D8(this)),this.keyValueClient}getCacheEntry(t,n){if(!this.requestCache||(n==null?void 0:n.cache)==="no-cache"||(n==null?void 0:n.cache)==="reload")return;const r=this.requestCache.get(t);if(!(!r||r.requestTime+this.cacheTime<Date.now()))return r}setCacheEntry(t,n){this.requestCache&&this.requestCache.set(t,{requestTime:Date.now(),value:n})}cacheResource(t){var n,r;t!=null&&t.id&&!((r=(n=t.meta)==null?void 0:n.tag)!=null&&r.some(o=>o.code==="SUBSETTED"))&&this.setCacheEntry(this.fhirUrl(t.resourceType,t.id).toString(),new Mr(Promise.resolve(t)))}deleteCacheEntry(t){this.requestCache&&this.requestCache.delete(t)}async request(t,n,r={},o={}){await this.refreshIfExpired(),r.method=t,this.addFetchOptionsDefaults(r);const i=await this.fetchWithRetry(n,r);if(i.status===401)return this.handleUnauthenticated(t,n,r);if(i.status===204||i.status===304)return;const a=i.headers.get("content-type"),l=a==null?void 0:a.includes("json");if(i.status===404&&!l)throw new Fe(c7);const c=await this.parseBody(i,l);if(i.status===200&&r.followRedirectOnOk||i.status===201&&r.followRedirectOnCreated){const u=await Rw(i,c);if(u)return this.request("GET",u,{...r,body:void 0})}if(i.status===202&&r.pollStatusOnAccepted){const d=await Rw(i,c)??o.statusUrl;if(d)return this.pollStatus(d,r,o)}if(i.status>=400)throw new Fe(mt(c));return c}async parseBody(t,n){let r;if(n)try{r=await t.json()}catch(o){throw console.error("Error parsing response",t.status,o),o}else r=await t.text();return r}async fetchWithRetry(t,n){t.startsWith("http")||(t=io(this.baseUrl,t));const r=(n==null?void 0:n.maxRetries)??2,o=200;for(let i=0;i<=r;i++){try{this.options.verbose&&this.logRequest(t,n);const a=await this.fetch(t,n);if(this.options.verbose&&this.logResponse(a),a.status<500||i===r)return a}catch(a){if(a.message==="Failed to fetch"&&i===0&&this.dispatchEvent({type:"offline"}),a.name==="AbortError"||i===r)throw a}await gw(o)}throw new Error("Unreachable")}logRequest(t,n){if(console.log(`> ${n.method} ${t}`),n.headers){const r=n.headers;for(const o of Uc(Object.keys(r)))console.log(`> ${o}: ${r[o]}`)}}logResponse(t){console.log(`< ${t.status} ${t.statusText}`),t.headers&&t.headers.forEach((n,r)=>console.log(`< ${r}: ${n}`))}async pollStatus(t,n,r){const o={...n,method:"GET",body:void 0,redirect:"follow"};if(r.pollCount===void 0)n.headers&&typeof n.headers=="object"&&"Prefer"in n.headers&&(o.headers={...n.headers},delete o.headers.Prefer),r.statusUrl=t,r.pollCount=1;else{const i=n.pollStatusPeriod??1e3;await gw(i),r.pollCount++}return this.request("GET",t,o,r)}async executeAutoBatch(){var o,i;if(this.autoBatchQueue===void 0)return;const t=[...this.autoBatchQueue];if(this.autoBatchQueue.length=0,this.autoBatchTimerId=void 0,t.length===1){const a=t[0];try{a.resolve(await this.request(a.method,io(this.fhirBaseUrl,a.url),a.options))}catch(l){a.reject(new Fe(mt(l)))}return}const n={resourceType:"Bundle",type:"batch",entry:t.map(a=>({request:{method:a.method,url:a.url},resource:a.options.body?JSON.parse(a.options.body):void 0}))},r=await this.post(this.fhirBaseUrl,n);for(let a=0;a<t.length;a++){const l=t[a],c=(o=r.entry)==null?void 0:o[a];(i=c==null?void 0:c.response)!=null&&i.outcome&&!pk(c.response.outcome)?l.reject(new Fe(c.response.outcome)):l.resolve(c==null?void 0:c.resource)}}addFetchOptionsDefaults(t){this.setRequestHeader(t,"Accept",z8,!0),this.options.extendedMode!==!1&&this.setRequestHeader(t,"X-Medplum","extended"),t.body&&this.setRequestHeader(t,"Content-Type",sn.FHIR_JSON,!0),this.accessToken?this.setRequestHeader(t,"Authorization","Bearer "+this.accessToken):this.basicAuth&&this.setRequestHeader(t,"Authorization","Basic "+this.basicAuth),t.cache||(t.cache="no-cache"),t.credentials||(t.credentials="include")}setRequestContentType(t,n){this.setRequestHeader(t,"Content-Type",n)}setRequestHeader(t,n,r,o=!1){t.headers||(t.headers={});const i=t.headers;o&&i[n]||(i[n]=r)}setRequestBody(t,n){typeof n=="string"||typeof Blob<"u"&&(n instanceof Blob||(n==null?void 0:n.constructor.name)==="Blob")||typeof File<"u"&&(n instanceof File||(n==null?void 0:n.constructor.name)==="File")||typeof Uint8Array<"u"&&(n instanceof Uint8Array||(n==null?void 0:n.constructor.name)==="Uint8Array")?t.body=n:n&&(t.body=JSON.stringify(n))}handleUnauthenticated(t,n,r){return this.refresh()?this.request(t,n,r):(this.clear(),this.onUnauthenticated&&this.onUnauthenticated(),Promise.reject(new Fe(Fc)))}async startPkce(){const t=ww();sessionStorage.setItem("pkceState",t);const n=ww().slice(0,128);sessionStorage.setItem("codeVerifier",n);const r=await h8(n),o=O6(r).replaceAll("+","-").replaceAll("/","_").replaceAll("=","");return sessionStorage.setItem("codeChallenge",o),{codeChallengeMethod:"S256",codeChallenge:o}}async requestAuthorization(t){const n=await this.ensureCodeChallenge(t??{}),r=new URL(this.authorizeUrl);r.searchParams.set("response_type","code"),r.searchParams.set("state",sessionStorage.getItem("pkceState")),r.searchParams.set("client_id",n.clientId??this.clientId),r.searchParams.set("redirect_uri",n.redirectUri??kw()),r.searchParams.set("code_challenge_method",n.codeChallengeMethod),r.searchParams.set("code_challenge",n.codeChallenge),r.searchParams.set("scope",n.scope??"openid profile"),window.location.assign(r.toString())}processCode(t,n){const r=new URLSearchParams;if(r.set("grant_type","authorization_code"),r.set("code",t),r.set("client_id",(n==null?void 0:n.clientId)??this.clientId),r.set("redirect_uri",(n==null?void 0:n.redirectUri)??kw()),typeof sessionStorage<"u"){const o=sessionStorage.getItem("codeVerifier");o&&r.set("code_verifier",o)}return this.fetchTokens(r)}refreshIfExpired(t){return t===void 0&&(t=this.refreshGracePeriod),!this.refreshPromise&&this.accessTokenExpires!==void 0&&Date.now()>this.accessTokenExpires-t&&this.refresh(),this.refreshPromise??Promise.resolve()}refresh(){if(this.refreshPromise)return this.refreshPromise;if(this.refreshToken){const t=new URLSearchParams;return t.set("grant_type","refresh_token"),t.set("client_id",this.clientId),t.set("refresh_token",this.refreshToken),this.refreshPromise=this.fetchTokens(t),this.refreshPromise}if(this.clientId&&this.clientSecret)return this.refreshPromise=this.startClientLogin(this.clientId,this.clientSecret),this.refreshPromise}async startClientLogin(t,n){this.clientId=t,this.clientSecret=n;const r=new URLSearchParams;return r.set("grant_type","client_credentials"),r.set("client_id",t),r.set("client_secret",n),this.fetchTokens(r)}async startJwtBearerLogin(t,n,r){this.clientId=t;const o=new URLSearchParams;return o.set("grant_type","urn:ietf:params:oauth:grant-type:jwt-bearer"),o.set("client_id",t),o.set("assertion",n),o.set("scope",r),this.fetchTokens(o)}async startJwtAssertionLogin(t){const n=new URLSearchParams;return n.append("grant_type","client_credentials"),n.append("client_assertion_type","urn:ietf:params:oauth:client-assertion-type:jwt-bearer"),n.append("client_assertion",t),this.fetchTokens(n)}setBasicAuth(t,n){this.clientId=t,this.clientSecret=n,this.basicAuth=f8(t+":"+n)}async fhircastSubscribe(t,n){if(!(typeof t=="string"&&t!==""))throw new Fe(Dt("Invalid topic provided. Topic must be a valid string."));if(!(typeof n=="object"&&Array.isArray(n)&&n.length>0))throw new Fe(Dt("Invalid events provided. Events must be an array of event names containing at least one event."));const r={channelType:"websocket",mode:"subscribe",topic:t,events:n},i=(await this.post(this.fhircastHubUrl,Sw(r),sn.FORM_URL_ENCODED))["hub.channel.endpoint"];if(!i)throw new Error("Invalid response!");return r.endpoint=i,r}async fhircastUnsubscribe(t){if(!Jx(t))throw new Fe(Dt("Invalid topic or subscriptionRequest. SubscriptionRequest must be an object."));if(!(t.endpoint&&typeof t.endpoint=="string"&&t.endpoint.startsWith("ws")))throw new Fe(Dt("Provided subscription request must have an endpoint in order to unsubscribe."));t.mode="unsubscribe",await this.post(this.fhircastHubUrl,Sw(t),sn.FORM_URL_ENCODED)}fhircastConnect(t){return new T8(t)}async fhircastPublish(t,n,r,o){return b8(n)?this.post(this.fhircastHubUrl,Cw(t,n,r,o),sn.JSON):(w8(n),this.post(this.fhircastHubUrl,Cw(t,n,r),sn.JSON))}async fhircastGetContext(t){return this.get(`${this.fhircastHubUrl}/${t}`)}async invite(t,n){return this.post("admin/projects/"+t+"/invite",n)}async fetchTokens(t){const n={method:"POST",headers:{"Content-Type":sn.FORM_URL_ENCODED},body:t.toString(),credentials:"include"},r=n.headers;this.basicAuth&&(r.Authorization=`Basic ${this.basicAuth}`);let o;try{o=await this.fetchWithRetry(this.tokenUrl,n)}catch(a){throw this.refreshPromise=void 0,a}if(!o.ok){this.clearActiveLogin();try{const a=await o.json();throw new Fe(go(a.error_description))}catch(a){throw new Fe(go("Failed to fetch tokens"),a)}}const i=await o.json();return await this.verifyTokens(i),this.getProfile()}async verifyTokens(t){const n=t.access_token;if(k8(n)){const r=Zx(n);if(Date.now()>=r.exp*1e3)throw this.clearActiveLogin(),new Fe(u7);if(r.cid){if(r.cid!==this.clientId)throw this.clearActiveLogin(),new Fe(sw)}else if(this.clientId&&r.client_id!==this.clientId)throw this.clearActiveLogin(),new Fe(sw)}return this.setActiveLogin({accessToken:n,refreshToken:t.refresh_token,project:t.project,profile:t.profile})}checkSessionDetailsMatchLogin(t){var n,r;return this.sessionDetails&&t?((r=(n=t.profile)==null?void 0:n.reference)==null?void 0:r.endsWith(this.sessionDetails.profile.id))??!1:!0}setupStorageListener(){try{window.addEventListener("storage",t=>{if(t.key===null)window.location.reload();else if(t.key==="activeLogin"){const n=t.oldValue?JSON.parse(t.oldValue):void 0,r=t.newValue?JSON.parse(t.newValue):void 0;(n==null?void 0:n.profile.reference)!==(r==null?void 0:r.profile.reference)||!this.checkSessionDetailsMatchLogin(r)?window.location.reload():r?this.setAccessToken(r.accessToken,r.refreshToken):this.clear()}})}catch{}}getSubscriptionManager(){return this.subscriptionManager||(this.subscriptionManager=new $8(this,U6(this.baseUrl,"/ws/subscriptions-r4"))),this.subscriptionManager}subscribeToCriteria(t,n){return this.getSubscriptionManager().addCriteria(t,n)}unsubscribeFromCriteria(t,n){this.subscriptionManager&&(this.subscriptionManager.removeCriteria(t,n),this.subscriptionManager.getCriteriaCount()===0&&this.subscriptionManager.closeWebSocket())}getMasterSubscriptionEmitter(){return this.getSubscriptionManager().getMasterEmitter()}}function G8(){if(!globalThis.fetch)throw new Error("Fetch not available in this environment");return globalThis.fetch.bind(globalThis)}function kw(){return typeof window>"u"?"":window.location.protocol+"//"+window.location.host+"/"}async function Rw(e,t){var o,i;const n=e.headers.get("content-location");if(n)return n;const r=e.headers.get("location");if(r)return r;if(zh(t)&&((i=(o=t.issue)==null?void 0:o[0])!=null&&i.diagnostics))return t.issue[0].diagnostics}function _w(e){var n;const t=((n=e.entry)==null?void 0:n.map(r=>r.resource))??[];return Object.assign(t,{bundle:e})}function Q8(e){return Tn(e)&&"data"in e&&"contentType"in e}function Dw(e,t,n,r){return Q8(e)?e:{data:e,filename:t,contentType:n,onProgress:r}}function K8(e){return Tn(e)&&"docDefinition"in e}function Y8(e,t,n,r){return K8(e)?e:{docDefinition:e,filename:t,tableLayouts:n,fonts:r}}function al({parentContext:e,path:t,elements:n,profileUrl:r,debugMode:o,accessPolicyResource:i}){if(t===(e==null?void 0:e.path))return;o??(o=(e==null?void 0:e.debugMode)??!1),i??(i=e==null?void 0:e.accessPolicyResource);let a=X8(t,n,e,!!o);const l=Ig(t,".",2)[1];a=J8(a,i,l),a=Z8(a,i,l);const c=Object.create(null);for(const[d,f]of Object.entries(a))c[t+"."+d]=f;let u;if(e&&!e.isDefaultContext)u=e.getExtendedProps;else{const d=Object.create(null);u=f=>{const h=Ig(f,".",2)[1];if(h){if(!d[h]){const m=bf(h,i==null?void 0:i.hiddenFields);d[h]={hidden:m,readonly:m||bf(h,i==null?void 0:i.readonlyFields)}}return d[h]}}}return{path:t,elements:a,elementsByPath:c,profileUrl:r??(e==null?void 0:e.profileUrl),debugMode:o,getExtendedProps:u,accessPolicyResource:i}}function X8(e,t,n,r){const o=Object.create(null);if(n)for(const[a,l]of Object.entries(n.elementsByPath)){const c=zc(e,a);c!==void 0&&(o[c]=l)}let i=!1;if(t)for(const[a,l]of Object.entries(t))a in o||(o[a]=l,i=!0);return r&&console.assert(i,"Unnecessary ElementsContext; not using any newly provided elements"),o}function J8(e,t,n){var o;if(!((o=t==null?void 0:t.hiddenFields)!=null&&o.length))return e;const r=n?n+".":"";return Object.fromEntries(Object.entries(e).filter(([i])=>!bf(r+i,t.hiddenFields)))}function Z8(e,t,n){var i;if(!((i=t==null?void 0:t.readonlyFields)!=null&&i.length))return e;const r=Object.create(null),o=n?n+".":"";for(const[a,l]of Object.entries(e))bf(o+a,t.readonlyFields)?r[a]={...l,readonly:!0}:r[a]=l;return r}function bf(e,t){if(!(t!=null&&t.length))return!1;const n=e.split(".");for(let r=1;r<=n.length;r++){const o=n.slice(0,r).join(".");if(t.includes(o))return!0}return!1}function Zk(e){return e.type!==void 0&&e.type.length>0}function ez(e,t,n,r){var i;const o=f6(e,t.path,{profileUrl:r});if(o){const a=((i=n.typeSchema)==null?void 0:i.elements)??n.elements;return o.some(l=>m6(l,t,n,a))??!1}return console.assert(!1,"getNestedProperty[%s] in isDiscriminatorComponentMatch missed",t.path),!1}function eR(e,t,n,r){var o,i;if(e)for(const a of t){const l={value:e,type:((o=a.typeSchema)==null?void 0:o.type)??((i=a.type)==null?void 0:i[0].code)};if(n.every(c=>{var u;return ez(l,c,a,((u=a.typeSchema)==null?void 0:u.url)??r)}))return a.name}}class tz{constructor(t,n,r){if(t.type===void 0)throw new Error("schema must include a type");this.rootSchema=t;const o=al({parentContext:void 0,path:this.rootSchema.type,elements:r??this.rootSchema.elements,profileUrl:this.rootSchema.name===this.rootSchema.type?void 0:this.rootSchema.url});if(o===void 0)throw new Error("Could not create root elements context");this.elementsContextStack=[o],this.visitor=n}get elementsContext(){return this.elementsContextStack[this.elementsContextStack.length-1]}crawlElement(t,n,r){this.visitor.onEnterSchema&&this.visitor.onEnterSchema(this.rootSchema);const o=Object.fromEntries(Object.entries(this.elementsContext.elements).filter(([i])=>i.startsWith(n)));this.crawlElementsImpl(o,r),this.visitor.onExitSchema&&this.visitor.onExitSchema(this.rootSchema)}crawlSlice(t,n,r){const o=this.prepareSlices(r.slices,r);if(!Ft(o.slices))throw new Error(`cannot crawl slice ${n.name} since it has no type information`);this.visitor.onEnterSchema&&this.visitor.onEnterSchema(this.rootSchema),this.sliceAllowList=[n],this.crawlSliceImpl(o.slices[0],n.path,o),this.sliceAllowList=void 0,this.visitor.onExitSchema&&this.visitor.onExitSchema(this.rootSchema)}crawlResource(){this.visitor.onEnterSchema&&this.visitor.onEnterSchema(this.rootSchema),this.crawlElementsImpl(this.rootSchema.elements,this.rootSchema.type),this.visitor.onExitSchema&&this.visitor.onExitSchema(this.rootSchema)}crawlElementsImpl(t,n){const r=nz(t);for(const o of r)this.crawlElementNode(o,n)}crawlElementNode(t,n){var o,i;const r=n+"."+t.key;this.visitor.onEnterElement&&this.visitor.onEnterElement(r,t.element,this.elementsContext);for(const a of t.children)this.crawlElementNode(a,n);Ft((i=(o=t.element)==null?void 0:o.slicing)==null?void 0:i.slices)&&this.crawlSlicingImpl(t.element.slicing,r),this.visitor.onExitElement&&this.visitor.onExitElement(r,t.element,this.elementsContext)}prepareSlices(t,n){var i,a;const r=[];for(const l of t){if(!Zk(l))continue;const c=(a=(i=l.type.find(u=>Ft(u.profile)))==null?void 0:i.profile)==null?void 0:a[0];if(Ft(c)){const u=Sl(c);u&&(l.typeSchema=u)}r.push(l)}return{...n,slices:r}}crawlSlicingImpl(t,n){const r=this.prepareSlices(t.slices,t);for(const o of r.slices)(this.sliceAllowList===void 0||this.sliceAllowList.includes(o))&&this.crawlSliceImpl(o,n,r)}crawlSliceImpl(t,n,r){const o=t.typeSchema;o&&this.visitor.onEnterSchema&&this.visitor.onEnterSchema(o),this.visitor.onEnterSlice&&this.visitor.onEnterSlice(n,t,r);let i;const a=(o==null?void 0:o.elements)??t.elements;Ft(a)&&(i=al({path:n,parentContext:this.elementsContext,elements:a})),i&&this.elementsContextStack.push(i),this.crawlElementsImpl(a,n),i&&this.elementsContextStack.pop(),this.visitor.onExitSlice&&this.visitor.onExitSlice(n,t,r),o&&this.visitor.onExitSchema&&this.visitor.onExitSchema(o)}}function nz(e){const t=[];function n(i,a){return a.startsWith(i+".")}function r(i,a){for(const l of i.children)if(n(l.key,a.key)){r(l,a);return}i.children.push(a)}const o=Object.entries(e);o.sort((i,a)=>i[0].localeCompare(a[0]));for(const[i,a]of o){const l={key:i,element:a,children:[]};let c=!1;for(const u of t)if(n(u.key,i)){r(u,l),c=!0;break}c||t.push(l)}return t}const om="__sliceName";function rz(e,t){const n=new oz(e,e.resourceType,"resource");return new tz(t,n).crawlResource(),n.getDefaultValue()}function Iw(e,t,n){for(const[r,o]of Object.entries(t)){if(n===void 0||n===r){wf(e,r,o,t);continue}const i=zc(n,r);i!==void 0&&wf(e,i,o,t)}return e}class oz{constructor(t,n,r){this.schemaStack=[],this.valueStack=[],this.rootValue=Qr(t),this.valueStack.splice(0,this.valueStack.length,{type:r,path:n,values:[this.rootValue]})}get schema(){return this.schemaStack[this.schemaStack.length-1]}get value(){return this.valueStack[this.valueStack.length-1]}onEnterSchema(t){this.schemaStack.push(t)}onExitSchema(){this.schemaStack.pop()}onEnterElement(t,n,r){const o=this.value.values,i=this.value.path,a=zc(i,t);if(a===void 0)throw new Error(`Expected ${t} to be prefixed by ${i}`);const l=[];for(const c of o){if(c===void 0)continue;const u=Array.isArray(c)?c:[c];for(const d of u){iz(d,a,n,r.elements),wf(d,a,n,r.elements);const f=$g(d,a,n,r.elements);f!==void 0&&l.push(f)}}this.valueStack.push({type:"element",path:t,values:l})}onExitElement(t,n,r){if(!this.valueStack.pop())throw new Error("Expected value context to exist when exiting element");const i=zc(this.value.path,t);if(i===void 0)throw new Error(`Expected ${t} to be prefixed by ${this.value.path}`);for(const a of this.value.values){const l=$g(a,i,n,r.elements);if(Array.isArray(l))for(let c=l.length-1;c>=0;c--){const u=l[c];Ft(u)||l.splice(c,1)}zt(l)&&Lg(a,void 0,i,n)}}onEnterSlice(t,n,r){const o=this.value.values,i=[];for(const a of o){if(a===void 0)continue;if(!Array.isArray(a))throw new Error("Expected array value for sliced element");const l=this.getMatchingSliceValues(a,n,r);i.push(l)}this.valueStack.push({type:"slice",path:t,values:i})}getMatchingSliceValues(t,n,r){const o=[];for(const i of t)(i[om]??eR(i,[n],r.discriminator,this.schema.url))===n.name&&o.push(i);for(let i=o.length;i<n.min;i++)if(Ux(n.type[0].code)){const a=Object.create(null);o.push(a),t.push(a)}return o}onExitSlice(){const t=this.valueStack.pop();if(!t)throw new Error("Expected value context to exist in onExitSlice");for(const n of t.values)for(let r=n.length-1;r>=0;r--){const o=n[r];om in o&&delete o[om]}}getDefaultValue(){return this.rootValue}}function iz(e,t,n,r){const o=$g(e,t,n,r);n.min>0&&o===void 0&&Ux(n.type[0].code)&&(n.isArray?Lg(e,[Object.create(null)],t,n):Lg(e,Object.create(null),t,n))}function Lg(e,t,n,r){if(n.includes("."))throw new Error("key cannot be nested");let o=n;if(n.includes("[x]")){const i=r.type[0].code;o=n.replace("[x]",tn(i))}t===void 0?delete e[o]:e[o]=t}function $g(e,t,n,r){const o=t.split(".");let i=e,a;for(let l=0;l<o.length;l++){let c=o[l];if(c.includes("[x]")){const d=r[o.slice(0,l+1).join(".")].type[0].code;c=c.replace("[x]",tn(d))}if(l===o.length-1){Array.isArray(i)?a=i.map(u=>u[c]):a=i[c];continue}if(Array.isArray(i))i=i.map(u=>u[c]);else if(Tn(i)){if(i[c]===void 0)return;i=i[c]}else return}return a}function wf(e,t,n,r){if(!(n.fixed||n.pattern))return e;if(Array.isArray(e))return e.map(l=>wf(l,t,n,r));e==null&&(e=Object.create(null));const o=e,i=t.split(".");let a=o;for(let l=0;l<i.length;l++){let c=i[l];if(c.includes("[x]")){const d=r[i.slice(0,l+1).join(".")].type[0].code;c=c.replace("[x]",tn(d))}if(l===i.length-1){const u=Array.isArray(a)?a:[a];for(const d of u)n.fixed?d[c]??(d[c]=n.fixed.value):n.pattern&&(d[c]=tR(d[c],n.pattern.value))}else{if(!(c in a)){const u=i.slice(0,l+1).join(".");a[c]=r[u].isArray?[Object.create(null)]:Object.create(null)}a=a[c]}}return o}function tR(e,t){if(Array.isArray(t)&&(Array.isArray(e)||e===void 0))return((e==null?void 0:e.length)??0)>0?e:Qr(t);if(Tn(t)&&(Tn(e)&&!Array.isArray(e)||e===void 0)){const n=Qr(e)??Object.create(null);for(const r of Object.keys(t))n[r]=tR(n[r],t[r]);return n}return e}const sz="https://api.github.com/repos/medplum/medplum/releases",im=new Map;function az(e){const t=e;if(!t.tag_name)throw new Error("Manifest missing tag_name");const n=t.assets;if(!(n!=null&&n.length))throw new Error("Manifest missing assets list");for(const r of n){if(!r.browser_download_url)throw new Error("Asset missing browser download URL");if(!r.name)throw new Error("Asset missing name")}}async function lz(e){let t=im.get("latest");if(!t){const r=await fetch(`${sz}/latest`);if(r.status!==200){let i;try{i=(await r.json()).message}catch(a){console.error(`Failed to parse message from body: ${Ie(a)}`)}throw new Error(`Received status code ${r.status} while fetching manifest for version 'latest'. Message: ${i}`)}const o=await r.json();az(o),t=o,im.set("latest",t),im.set(t.tag_name.slice(1),t)}return t}async function cz(){const e=await lz();if(!e.tag_name.startsWith("v"))throw new Error(`Invalid release name found. Release tag '${e.tag_name}' did not start with 'v'`);return e.tag_name.slice(1)}const nR=p.createContext(void 0);function qh(){return p.useContext(nR)}function ae(){return qh().medplum}function Gh(){return qh().navigate}function Qh(){return qh().profile}const Aw=["change","storageInitialized","storageInitFailed","profileRefreshing","profileRefreshed"];function uz(e){const t=e.medplum,n=e.navigate??dz,[r,o]=p.useState({profile:t.getProfile(),loading:t.isLoading()});p.useEffect(()=>{function a(){o(l=>({...l,profile:t.getProfile(),loading:t.isLoading()}))}for(const l of Aw)t.addEventListener(l,a);return()=>{for(const l of Aw)t.removeEventListener(l,a)}},[t]);const i=p.useMemo(()=>({...r,medplum:t,navigate:n}),[r,t,n]);return s.jsx(nR.Provider,{value:i,children:e.children})}function dz(e){window.location.assign(e)}const Nw=new Map,rR=e=>p.useMemo(()=>{if(!e)return;const t=e.split("?")[0];if(!t)return e;let n;try{n=new URLSearchParams(new URL(e).search)}catch{return e}if(!n.has("Key-Pair-Id")||!n.has("Signature"))return e;const r=n.get("Expires");if(!r||r.length>13)return e;const o=Nw.get(t);if(o){const a=new URLSearchParams(new URL(o).search).get("Expires");if(a&&parseInt(a,10)*1e3-5e3>Date.now())return o}return Nw.set(t,e),e},[e]);function fz(e){const t=p.useRef();return p.useEffect(()=>{t.current=e}),t.current}function St(e,t){const n=ae(),[r,o]=p.useState(()=>Mw(n,e)),i=p.useCallback(a=>{Ai(a,r)||o(a)},[r]);return p.useEffect(()=>{let a=!0;const l=Mw(n,e);return!l&&Qs(e)?n.readReference(e).then(c=>{a&&i(c)}).catch(c=>{a&&(i(void 0),t&&t(mt(c)))}):i(l),()=>a=!1},[n,e,i,t]),r}function Mw(e,t){if(t){if(ti(t))return t;if(Qs(t))return e.getCachedReference(t)}}function hz(e,t,n={leading:!1}){const[r,o]=p.useState(e),i=p.useRef(!1),a=p.useRef(),l=p.useRef(!1),c=p.useCallback(()=>window.clearTimeout(a.current),[]);return p.useEffect(()=>{i.current&&(!l.current&&n.leading?(l.current=!0,o(e)):(c(),a.current=setTimeout(()=>{l.current=!1,o(e)},t)))},[e,n.leading,t,c]),p.useEffect(()=>(i.current=!0,c),[c]),[r,c]}const pz=250;function mz(e,t,n){return oR("searchOne",e,t)}function ll(e,t,n){return oR("searchResources",e,t)}function oR(e,t,n,r){const o=ae(),[i,a]=p.useState(),[l,c]=p.useState(!0),[u,d]=p.useState(),[f,h]=p.useState(),m=o.fhirSearchUrl(t,n).toString(),[g]=hz(m,pz,{leading:!0});return p.useEffect(()=>{g!==i&&(a(g),o[e](t,n).then(v=>{c(!1),d(v),h(l7)}).catch(v=>{c(!1),d(void 0),h(mt(v))}))},[o,e,t,n,i,g]),[u,l,f]}function gz(e){const t=e.value;return t?s.jsx(s.Fragment,{children:W6(t)}):null}const iR=["meta","implicitRules","contained","extension","modifierExtension"],sR=["language","text"],wt=p.createContext({path:"",profileUrl:void 0,elements:Object.create(null),elementsByPath:Object.create(null),getExtendedProps:()=>({readonly:!1,hidden:!1}),accessPolicyResource:void 0,debugMode:!1,isDefaultContext:!0});wt.displayName="ElementsContext";const e0=["extension","modifierExtension"],vz=["id",...iR].filter(e=>!e0.includes(e));function yz(e){return Object.entries(e).filter(([n,r])=>{var o;return!Ft(r.type)||r.max===0||r.path.toLowerCase().endsWith("extension.url")&&r.fixed||e0.includes(n)&&!Ft((o=r.slicing)==null?void 0:o.slices)||vz.includes(n)?!1:!(sR.includes(n)&&r.path.split(".").length===2||n.includes("."))})}function Ow(e,t){return e.line&&e.line.length>t?e.line[t]:""}function Lw(e,t,n){const r=e.line||[];for(;r.length<=t;)r.push("");return r[t]=n,{...e,line:r}}function xz(e){const[t,n]=p.useState(e.defaultValue||{}),r=p.useRef();r.current=t;const{getExtendedProps:o}=p.useContext(wt),[i,a,l,c,u,d,f]=p.useMemo(()=>["use","type","line1","line2","city","state","postalCode"].map(w=>o(e.path+"."+w)),[o,e.path]);function h(w){n(w),e.onChange&&e.onChange(w)}function m(w){h({...r.current,use:w})}function g(w){h({...r.current,type:w})}function v(w){h(Lw(r.current||{},0,w))}function S(w){h(Lw(r.current||{},1,w))}function b(w){h({...r.current,city:w})}function x(w){h({...r.current,state:w})}function y(w){h({...r.current,postalCode:w})}return s.jsxs(ee,{gap:"xs",wrap:"nowrap",grow:!0,children:[s.jsx(Pt,{disabled:e.disabled||(i==null?void 0:i.readonly),"data-testid":"address-use",defaultValue:t.use,onChange:w=>m(w.currentTarget.value),data:["","home","work","temp","old","billing"]}),s.jsx(Pt,{disabled:e.disabled||(a==null?void 0:a.readonly),"data-testid":"address-type",defaultValue:t.type,onChange:w=>g(w.currentTarget.value),data:["","postal","physical","both"]}),s.jsx(ye,{disabled:e.disabled||(l==null?void 0:l.readonly),placeholder:"Line 1",defaultValue:Ow(t,0),onChange:w=>v(w.currentTarget.value)}),s.jsx(ye,{disabled:e.disabled||(c==null?void 0:c.readonly),placeholder:"Line 2",defaultValue:Ow(t,1),onChange:w=>S(w.currentTarget.value)}),s.jsx(ye,{disabled:e.disabled||(u==null?void 0:u.readonly),placeholder:"City",defaultValue:t.city,onChange:w=>b(w.currentTarget.value)}),s.jsx(ye,{disabled:e.disabled||(d==null?void 0:d.readonly),placeholder:"State",defaultValue:t.state,onChange:w=>x(w.currentTarget.value)}),s.jsx(ye,{disabled:e.disabled||(f==null?void 0:f.readonly),placeholder:"Postal Code",defaultValue:t.postalCode,onChange:w=>y(w.currentTarget.value)})]})}function bz(e){const t=Qh(),[n,r]=p.useState(e.defaultValue||{});function o(i){const a=i?{text:i,authorReference:t&&Tt(t),time:new Date().toISOString()}:{};r(a),e.onChange&&e.onChange(a)}return s.jsx(ye,{disabled:e.disabled,name:e.name,placeholder:"Annotation text",defaultValue:n.text,onChange:i=>o(i.currentTarget.value)})}/**
142
+ * @license @tabler/icons-react v3.17.0 - MIT
143
+ *
144
+ * This source code is licensed under the MIT license.
145
+ * See the LICENSE file in the root directory of this source tree.
146
+ */var wz={outline:{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},filled:{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",stroke:"none"}};/**
147
+ * @license @tabler/icons-react v3.17.0 - MIT
148
+ *
149
+ * This source code is licensed under the MIT license.
150
+ * See the LICENSE file in the root directory of this source tree.
151
+ */const Ce=(e,t,n,r)=>{const o=p.forwardRef(({color:i="currentColor",size:a=24,stroke:l=2,title:c,className:u,children:d,...f},h)=>p.createElement("svg",{ref:h,...wz[e],width:a,height:a,className:["tabler-icon",`tabler-icon-${t}`,u].join(" "),...e==="filled"?{fill:i}:{strokeWidth:l,stroke:i},...f},[c&&p.createElement("title",{key:"svg-title"},c),...r.map(([m,g])=>p.createElement(m,g)),...Array.isArray(d)?d:[d]]));return o.displayName=`${n}`,o};/**
152
+ * @license @tabler/icons-react v3.17.0 - MIT
153
+ *
154
+ * This source code is licensed under the MIT license.
155
+ * See the LICENSE file in the root directory of this source tree.
156
+ */var Sz=Ce("outline","adjustments-horizontal","IconAdjustmentsHorizontal",[["path",{d:"M14 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M4 6l8 0",key:"svg-1"}],["path",{d:"M16 6l4 0",key:"svg-2"}],["path",{d:"M8 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M4 12l2 0",key:"svg-4"}],["path",{d:"M10 12l10 0",key:"svg-5"}],["path",{d:"M17 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-6"}],["path",{d:"M4 18l11 0",key:"svg-7"}],["path",{d:"M19 18l1 0",key:"svg-8"}]]);/**
157
+ * @license @tabler/icons-react v3.17.0 - MIT
158
+ *
159
+ * This source code is licensed under the MIT license.
160
+ * See the LICENSE file in the root directory of this source tree.
161
+ */var Tl=Ce("outline","alert-circle","IconAlertCircle",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M12 8v4",key:"svg-1"}],["path",{d:"M12 16h.01",key:"svg-2"}]]);/**
162
+ * @license @tabler/icons-react v3.17.0 - MIT
163
+ *
164
+ * This source code is licensed under the MIT license.
165
+ * See the LICENSE file in the root directory of this source tree.
166
+ */var jz=Ce("outline","arrow-down","IconArrowDown",[["path",{d:"M12 5l0 14",key:"svg-0"}],["path",{d:"M18 13l-6 6",key:"svg-1"}],["path",{d:"M6 13l6 6",key:"svg-2"}]]);/**
167
+ * @license @tabler/icons-react v3.17.0 - MIT
168
+ *
169
+ * This source code is licensed under the MIT license.
170
+ * See the LICENSE file in the root directory of this source tree.
171
+ */var Cz=Ce("outline","arrow-up","IconArrowUp",[["path",{d:"M12 5l0 14",key:"svg-0"}],["path",{d:"M18 11l-6 -6",key:"svg-1"}],["path",{d:"M6 11l6 -6",key:"svg-2"}]]);/**
172
+ * @license @tabler/icons-react v3.17.0 - MIT
173
+ *
174
+ * This source code is licensed under the MIT license.
175
+ * See the LICENSE file in the root directory of this source tree.
176
+ */var Ez=Ce("outline","bleach-off","IconBleachOff",[["path",{d:"M5 19h14m1.986 -1.977a2 2 0 0 0 -.146 -.773l-7.1 -12.25a2 2 0 0 0 -3.5 0l-.815 1.405m-1.488 2.568l-4.797 8.277a2 2 0 0 0 1.75 2.75",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]);/**
177
+ * @license @tabler/icons-react v3.17.0 - MIT
178
+ *
179
+ * This source code is licensed under the MIT license.
180
+ * See the LICENSE file in the root directory of this source tree.
181
+ */var Tz=Ce("outline","bleach","IconBleach",[["path",{d:"M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75",key:"svg-0"}]]);/**
182
+ * @license @tabler/icons-react v3.17.0 - MIT
183
+ *
184
+ * This source code is licensed under the MIT license.
185
+ * See the LICENSE file in the root directory of this source tree.
186
+ */var Pz=Ce("outline","box-multiple","IconBoxMultiple",[["path",{d:"M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2",key:"svg-1"}]]);/**
187
+ * @license @tabler/icons-react v3.17.0 - MIT
188
+ *
189
+ * This source code is licensed under the MIT license.
190
+ * See the LICENSE file in the root directory of this source tree.
191
+ */var kz=Ce("outline","brackets-contain","IconBracketsContain",[["path",{d:"M7 4h-4v16h4",key:"svg-0"}],["path",{d:"M17 4h4v16h-4",key:"svg-1"}],["path",{d:"M8 16h.01",key:"svg-2"}],["path",{d:"M12 16h.01",key:"svg-3"}],["path",{d:"M16 16h.01",key:"svg-4"}]]);/**
192
+ * @license @tabler/icons-react v3.17.0 - MIT
193
+ *
194
+ * This source code is licensed under the MIT license.
195
+ * See the LICENSE file in the root directory of this source tree.
196
+ */var Rz=Ce("outline","brand-asana","IconBrandAsana",[["path",{d:"M12 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M17 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M7 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}]]);/**
197
+ * @license @tabler/icons-react v3.17.0 - MIT
198
+ *
199
+ * This source code is licensed under the MIT license.
200
+ * See the LICENSE file in the root directory of this source tree.
201
+ */var _z=Ce("outline","bucket-off","IconBucketOff",[["path",{d:"M5.029 5.036c-.655 .58 -1.029 1.25 -1.029 1.964c0 2.033 3.033 3.712 6.96 3.967m3.788 -.21c3.064 -.559 5.252 -2.029 5.252 -3.757c0 -2.21 -3.582 -4 -8 -4c-1.605 0 -3.1 .236 -4.352 .643",key:"svg-0"}],["path",{d:"M4 7c0 .664 .088 1.324 .263 1.965l2.737 10.035c.5 1.5 2.239 2 5 2s4.5 -.5 5 -2c.1 -.3 .252 -.812 .457 -1.535m.862 -3.146c.262 -.975 .735 -2.76 1.418 -5.354a7.45 7.45 0 0 0 .263 -1.965",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]);/**
202
+ * @license @tabler/icons-react v3.17.0 - MIT
203
+ *
204
+ * This source code is licensed under the MIT license.
205
+ * See the LICENSE file in the root directory of this source tree.
206
+ */var Dz=Ce("outline","bucket","IconBucket",[["path",{d:"M12 7m-8 0a8 4 0 1 0 16 0a8 4 0 1 0 -16 0",key:"svg-0"}],["path",{d:"M4 7c0 .664 .088 1.324 .263 1.965l2.737 10.035c.5 1.5 2.239 2 5 2s4.5 -.5 5 -2c.333 -1 1.246 -4.345 2.737 -10.035a7.45 7.45 0 0 0 .263 -1.965",key:"svg-1"}]]);/**
207
+ * @license @tabler/icons-react v3.17.0 - MIT
208
+ *
209
+ * This source code is licensed under the MIT license.
210
+ * See the LICENSE file in the root directory of this source tree.
211
+ */var Iz=Ce("outline","building","IconBuilding",[["path",{d:"M3 21l18 0",key:"svg-0"}],["path",{d:"M9 8l1 0",key:"svg-1"}],["path",{d:"M9 12l1 0",key:"svg-2"}],["path",{d:"M9 16l1 0",key:"svg-3"}],["path",{d:"M14 8l1 0",key:"svg-4"}],["path",{d:"M14 12l1 0",key:"svg-5"}],["path",{d:"M14 16l1 0",key:"svg-6"}],["path",{d:"M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16",key:"svg-7"}]]);/**
212
+ * @license @tabler/icons-react v3.17.0 - MIT
213
+ *
214
+ * This source code is licensed under the MIT license.
215
+ * See the LICENSE file in the root directory of this source tree.
216
+ */var Zi=Ce("outline","calendar","IconCalendar",[["path",{d:"M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M11 15h1",key:"svg-4"}],["path",{d:"M12 15v3",key:"svg-5"}]]);/**
217
+ * @license @tabler/icons-react v3.17.0 - MIT
218
+ *
219
+ * This source code is licensed under the MIT license.
220
+ * See the LICENSE file in the root directory of this source tree.
221
+ */var Ks=Ce("outline","check","IconCheck",[["path",{d:"M5 12l5 5l10 -10",key:"svg-0"}]]);/**
222
+ * @license @tabler/icons-react v3.17.0 - MIT
223
+ *
224
+ * This source code is licensed under the MIT license.
225
+ * See the LICENSE file in the root directory of this source tree.
226
+ */var Az=Ce("outline","checkbox","IconCheckbox",[["path",{d:"M9 11l3 3l8 -8",key:"svg-0"}],["path",{d:"M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9",key:"svg-1"}]]);/**
227
+ * @license @tabler/icons-react v3.17.0 - MIT
228
+ *
229
+ * This source code is licensed under the MIT license.
230
+ * See the LICENSE file in the root directory of this source tree.
231
+ */var t0=Ce("outline","chevron-down","IconChevronDown",[["path",{d:"M6 9l6 6l6 -6",key:"svg-0"}]]);/**
232
+ * @license @tabler/icons-react v3.17.0 - MIT
233
+ *
234
+ * This source code is licensed under the MIT license.
235
+ * See the LICENSE file in the root directory of this source tree.
236
+ */var Sf=Ce("outline","circle-minus","IconCircleMinus",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 12l6 0",key:"svg-1"}]]);/**
237
+ * @license @tabler/icons-react v3.17.0 - MIT
238
+ *
239
+ * This source code is licensed under the MIT license.
240
+ * See the LICENSE file in the root directory of this source tree.
241
+ */var jf=Ce("outline","circle-plus","IconCirclePlus",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M9 12h6",key:"svg-1"}],["path",{d:"M12 9v6",key:"svg-2"}]]);/**
242
+ * @license @tabler/icons-react v3.17.0 - MIT
243
+ *
244
+ * This source code is licensed under the MIT license.
245
+ * See the LICENSE file in the root directory of this source tree.
246
+ */var n0=Ce("outline","cloud-upload","IconCloudUpload",[["path",{d:"M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1",key:"svg-0"}],["path",{d:"M9 15l3 -3l3 3",key:"svg-1"}],["path",{d:"M12 12l0 9",key:"svg-2"}]]);/**
247
+ * @license @tabler/icons-react v3.17.0 - MIT
248
+ *
249
+ * This source code is licensed under the MIT license.
250
+ * See the LICENSE file in the root directory of this source tree.
251
+ */var Nz=Ce("outline","columns","IconColumns",[["path",{d:"M4 6l5.5 0",key:"svg-0"}],["path",{d:"M4 10l5.5 0",key:"svg-1"}],["path",{d:"M4 14l5.5 0",key:"svg-2"}],["path",{d:"M4 18l5.5 0",key:"svg-3"}],["path",{d:"M14.5 6l5.5 0",key:"svg-4"}],["path",{d:"M14.5 10l5.5 0",key:"svg-5"}],["path",{d:"M14.5 14l5.5 0",key:"svg-6"}],["path",{d:"M14.5 18l5.5 0",key:"svg-7"}]]);/**
252
+ * @license @tabler/icons-react v3.17.0 - MIT
253
+ *
254
+ * This source code is licensed under the MIT license.
255
+ * See the LICENSE file in the root directory of this source tree.
256
+ */var aR=Ce("outline","copy","IconCopy",[["path",{d:"M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z",key:"svg-0"}],["path",{d:"M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1",key:"svg-1"}]]);/**
257
+ * @license @tabler/icons-react v3.17.0 - MIT
258
+ *
259
+ * This source code is licensed under the MIT license.
260
+ * See the LICENSE file in the root directory of this source tree.
261
+ */var Mz=Ce("outline","currency-dollar","IconCurrencyDollar",[["path",{d:"M16.7 8a3 3 0 0 0 -2.7 -2h-4a3 3 0 0 0 0 6h4a3 3 0 0 1 0 6h-4a3 3 0 0 1 -2.7 -2",key:"svg-0"}],["path",{d:"M12 3v3m0 12v3",key:"svg-1"}]]);/**
262
+ * @license @tabler/icons-react v3.17.0 - MIT
263
+ *
264
+ * This source code is licensed under the MIT license.
265
+ * See the LICENSE file in the root directory of this source tree.
266
+ */var Oz=Ce("outline","device-floppy","IconDeviceFloppy",[["path",{d:"M6 4h10l4 4v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M12 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M14 4l0 4l-6 0l0 -4",key:"svg-2"}]]);/**
267
+ * @license @tabler/icons-react v3.17.0 - MIT
268
+ *
269
+ * This source code is licensed under the MIT license.
270
+ * See the LICENSE file in the root directory of this source tree.
271
+ */var Lz=Ce("outline","dots","IconDots",[["path",{d:"M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}]]);/**
272
+ * @license @tabler/icons-react v3.17.0 - MIT
273
+ *
274
+ * This source code is licensed under the MIT license.
275
+ * See the LICENSE file in the root directory of this source tree.
276
+ */var lR=Ce("outline","edit","IconEdit",[["path",{d:"M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1",key:"svg-0"}],["path",{d:"M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415z",key:"svg-1"}],["path",{d:"M16 5l3 3",key:"svg-2"}]]);/**
277
+ * @license @tabler/icons-react v3.17.0 - MIT
278
+ *
279
+ * This source code is licensed under the MIT license.
280
+ * See the LICENSE file in the root directory of this source tree.
281
+ */var wu=Ce("outline","equal-not","IconEqualNot",[["path",{d:"M5 10h14",key:"svg-0"}],["path",{d:"M5 14h14",key:"svg-1"}],["path",{d:"M5 19l14 -14",key:"svg-2"}]]);/**
282
+ * @license @tabler/icons-react v3.17.0 - MIT
283
+ *
284
+ * This source code is licensed under the MIT license.
285
+ * See the LICENSE file in the root directory of this source tree.
286
+ */var Su=Ce("outline","equal","IconEqual",[["path",{d:"M5 10h14",key:"svg-0"}],["path",{d:"M5 14h14",key:"svg-1"}]]);/**
287
+ * @license @tabler/icons-react v3.17.0 - MIT
288
+ *
289
+ * This source code is licensed under the MIT license.
290
+ * See the LICENSE file in the root directory of this source tree.
291
+ */var $w=Ce("outline","file-alert","IconFileAlert",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M12 17l.01 0",key:"svg-2"}],["path",{d:"M12 11l0 3",key:"svg-3"}]]);/**
292
+ * @license @tabler/icons-react v3.17.0 - MIT
293
+ *
294
+ * This source code is licensed under the MIT license.
295
+ * See the LICENSE file in the root directory of this source tree.
296
+ */var $z=Ce("outline","file-plus","IconFilePlus",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M12 11l0 6",key:"svg-2"}],["path",{d:"M9 14l6 0",key:"svg-3"}]]);/**
297
+ * @license @tabler/icons-react v3.17.0 - MIT
298
+ *
299
+ * This source code is licensed under the MIT license.
300
+ * See the LICENSE file in the root directory of this source tree.
301
+ */var Fz=Ce("outline","filter","IconFilter",[["path",{d:"M4 4h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v7l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227z",key:"svg-0"}]]);/**
302
+ * @license @tabler/icons-react v3.17.0 - MIT
303
+ *
304
+ * This source code is licensed under the MIT license.
305
+ * See the LICENSE file in the root directory of this source tree.
306
+ */var zz=Ce("outline","forms","IconForms",[["path",{d:"M12 3a3 3 0 0 0 -3 3v12a3 3 0 0 0 3 3",key:"svg-0"}],["path",{d:"M6 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3",key:"svg-1"}],["path",{d:"M13 7h7a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-7",key:"svg-2"}],["path",{d:"M5 7h-1a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h1",key:"svg-3"}],["path",{d:"M17 12h.01",key:"svg-4"}],["path",{d:"M13 12h.01",key:"svg-5"}]]);/**
307
+ * @license @tabler/icons-react v3.17.0 - MIT
308
+ *
309
+ * This source code is licensed under the MIT license.
310
+ * See the LICENSE file in the root directory of this source tree.
311
+ */var Uz=Ce("outline","id","IconId",[["path",{d:"M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M9 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M15 8l2 0",key:"svg-2"}],["path",{d:"M15 12l2 0",key:"svg-3"}],["path",{d:"M7 16l10 0",key:"svg-4"}]]);/**
312
+ * @license @tabler/icons-react v3.17.0 - MIT
313
+ *
314
+ * This source code is licensed under the MIT license.
315
+ * See the LICENSE file in the root directory of this source tree.
316
+ */var Fw=Ce("outline","list-details","IconListDetails",[["path",{d:"M13 5h8",key:"svg-0"}],["path",{d:"M13 9h5",key:"svg-1"}],["path",{d:"M13 15h8",key:"svg-2"}],["path",{d:"M13 19h5",key:"svg-3"}],["path",{d:"M3 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-4"}],["path",{d:"M3 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-5"}]]);/**
317
+ * @license @tabler/icons-react v3.17.0 - MIT
318
+ *
319
+ * This source code is licensed under the MIT license.
320
+ * See the LICENSE file in the root directory of this source tree.
321
+ */var Bz=Ce("outline","lock-access","IconLockAccess",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M8 11m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z",key:"svg-4"}],["path",{d:"M10 11v-2a2 2 0 1 1 4 0v2",key:"svg-5"}]]);/**
322
+ * @license @tabler/icons-react v3.17.0 - MIT
323
+ *
324
+ * This source code is licensed under the MIT license.
325
+ * See the LICENSE file in the root directory of this source tree.
326
+ */var Vz=Ce("outline","lock","IconLock",[["path",{d:"M5 13a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6z",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}]]);/**
327
+ * @license @tabler/icons-react v3.17.0 - MIT
328
+ *
329
+ * This source code is licensed under the MIT license.
330
+ * See the LICENSE file in the root directory of this source tree.
331
+ */var Wz=Ce("outline","logout","IconLogout",[["path",{d:"M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2",key:"svg-0"}],["path",{d:"M9 12h12l-3 -3",key:"svg-1"}],["path",{d:"M18 15l3 -3",key:"svg-2"}]]);/**
332
+ * @license @tabler/icons-react v3.17.0 - MIT
333
+ *
334
+ * This source code is licensed under the MIT license.
335
+ * See the LICENSE file in the root directory of this source tree.
336
+ */var cR=Ce("outline","math-greater","IconMathGreater",[["path",{d:"M5 18l14 -6l-14 -6",key:"svg-0"}]]);/**
337
+ * @license @tabler/icons-react v3.17.0 - MIT
338
+ *
339
+ * This source code is licensed under the MIT license.
340
+ * See the LICENSE file in the root directory of this source tree.
341
+ */var uR=Ce("outline","math-lower","IconMathLower",[["path",{d:"M19 18l-14 -6l14 -6",key:"svg-0"}]]);/**
342
+ * @license @tabler/icons-react v3.17.0 - MIT
343
+ *
344
+ * This source code is licensed under the MIT license.
345
+ * See the LICENSE file in the root directory of this source tree.
346
+ */var Hz=Ce("outline","message","IconMessage",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12z",key:"svg-2"}]]);/**
347
+ * @license @tabler/icons-react v3.17.0 - MIT
348
+ *
349
+ * This source code is licensed under the MIT license.
350
+ * See the LICENSE file in the root directory of this source tree.
351
+ */var qz=Ce("outline","microscope","IconMicroscope",[["path",{d:"M5 21h14",key:"svg-0"}],["path",{d:"M6 18h2",key:"svg-1"}],["path",{d:"M7 18v3",key:"svg-2"}],["path",{d:"M9 11l3 3l6 -6l-3 -3z",key:"svg-3"}],["path",{d:"M10.5 12.5l-1.5 1.5",key:"svg-4"}],["path",{d:"M17 3l3 3",key:"svg-5"}],["path",{d:"M12 21a6 6 0 0 0 3.715 -10.712",key:"svg-6"}]]);/**
352
+ * @license @tabler/icons-react v3.17.0 - MIT
353
+ *
354
+ * This source code is licensed under the MIT license.
355
+ * See the LICENSE file in the root directory of this source tree.
356
+ */var Gz=Ce("outline","packages","IconPackages",[["path",{d:"M7 16.5l-5 -3l5 -3l5 3v5.5l-5 3z",key:"svg-0"}],["path",{d:"M2 13.5v5.5l5 3",key:"svg-1"}],["path",{d:"M7 16.545l5 -3.03",key:"svg-2"}],["path",{d:"M17 16.5l-5 -3l5 -3l5 3v5.5l-5 3z",key:"svg-3"}],["path",{d:"M12 19l5 3",key:"svg-4"}],["path",{d:"M17 16.5l5 -3",key:"svg-5"}],["path",{d:"M12 13.5v-5.5l-5 -3l5 -3l5 3v5.5",key:"svg-6"}],["path",{d:"M7 5.03v5.455",key:"svg-7"}],["path",{d:"M12 8l5 -3",key:"svg-8"}]]);/**
357
+ * @license @tabler/icons-react v3.17.0 - MIT
358
+ *
359
+ * This source code is licensed under the MIT license.
360
+ * See the LICENSE file in the root directory of this source tree.
361
+ */var Qz=Ce("outline","pin","IconPin",[["path",{d:"M15 4.5l-4 4l-4 1.5l-1.5 1.5l7 7l1.5 -1.5l1.5 -4l4 -4",key:"svg-0"}],["path",{d:"M9 15l-4.5 4.5",key:"svg-1"}],["path",{d:"M14.5 4l5.5 5.5",key:"svg-2"}]]);/**
362
+ * @license @tabler/icons-react v3.17.0 - MIT
363
+ *
364
+ * This source code is licensed under the MIT license.
365
+ * See the LICENSE file in the root directory of this source tree.
366
+ */var Kz=Ce("outline","pinned-off","IconPinnedOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M15 4.5l-3.249 3.249m-2.57 1.433l-2.181 .818l-1.5 1.5l7 7l1.5 -1.5l.82 -2.186m1.43 -2.563l3.25 -3.251",key:"svg-1"}],["path",{d:"M9 15l-4.5 4.5",key:"svg-2"}],["path",{d:"M14.5 4l5.5 5.5",key:"svg-3"}]]);/**
367
+ * @license @tabler/icons-react v3.17.0 - MIT
368
+ *
369
+ * This source code is licensed under the MIT license.
370
+ * See the LICENSE file in the root directory of this source tree.
371
+ */var Yz=Ce("outline","player-play","IconPlayerPlay",[["path",{d:"M7 4v16l13 -8z",key:"svg-0"}]]);/**
372
+ * @license @tabler/icons-react v3.17.0 - MIT
373
+ *
374
+ * This source code is licensed under the MIT license.
375
+ * See the LICENSE file in the root directory of this source tree.
376
+ */var Xz=Ce("outline","plus","IconPlus",[["path",{d:"M12 5l0 14",key:"svg-0"}],["path",{d:"M5 12l14 0",key:"svg-1"}]]);/**
377
+ * @license @tabler/icons-react v3.17.0 - MIT
378
+ *
379
+ * This source code is licensed under the MIT license.
380
+ * See the LICENSE file in the root directory of this source tree.
381
+ */var Jz=Ce("outline","receipt","IconReceipt",[["path",{d:"M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2m4 -14h6m-6 4h6m-2 4h2",key:"svg-0"}]]);/**
382
+ * @license @tabler/icons-react v3.17.0 - MIT
383
+ *
384
+ * This source code is licensed under the MIT license.
385
+ * See the LICENSE file in the root directory of this source tree.
386
+ */var Zz=Ce("outline","refresh","IconRefresh",[["path",{d:"M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4",key:"svg-0"}],["path",{d:"M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4",key:"svg-1"}]]);/**
387
+ * @license @tabler/icons-react v3.17.0 - MIT
388
+ *
389
+ * This source code is licensed under the MIT license.
390
+ * See the LICENSE file in the root directory of this source tree.
391
+ */var eU=Ce("outline","repeat","IconRepeat",[["path",{d:"M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3",key:"svg-0"}],["path",{d:"M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3 -3l3 -3",key:"svg-1"}]]);/**
392
+ * @license @tabler/icons-react v3.17.0 - MIT
393
+ *
394
+ * This source code is licensed under the MIT license.
395
+ * See the LICENSE file in the root directory of this source tree.
396
+ */var tU=Ce("outline","report-medical","IconReportMedical",[["path",{d:"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M10 14l4 0",key:"svg-2"}],["path",{d:"M12 12l0 4",key:"svg-3"}]]);/**
397
+ * @license @tabler/icons-react v3.17.0 - MIT
398
+ *
399
+ * This source code is licensed under the MIT license.
400
+ * See the LICENSE file in the root directory of this source tree.
401
+ */var nU=Ce("outline","router","IconRouter",[["path",{d:"M3 13m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M17 17l0 .01",key:"svg-1"}],["path",{d:"M13 17l0 .01",key:"svg-2"}],["path",{d:"M15 13l0 -2",key:"svg-3"}],["path",{d:"M11.75 8.75a4 4 0 0 1 6.5 0",key:"svg-4"}],["path",{d:"M8.5 6.5a8 8 0 0 1 13 0",key:"svg-5"}]]);/**
402
+ * @license @tabler/icons-react v3.17.0 - MIT
403
+ *
404
+ * This source code is licensed under the MIT license.
405
+ * See the LICENSE file in the root directory of this source tree.
406
+ */var rU=Ce("outline","search","IconSearch",[["path",{d:"M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M21 21l-6 -6",key:"svg-1"}]]);/**
407
+ * @license @tabler/icons-react v3.17.0 - MIT
408
+ *
409
+ * This source code is licensed under the MIT license.
410
+ * See the LICENSE file in the root directory of this source tree.
411
+ */var Fg=Ce("outline","settings","IconSettings",[["path",{d:"M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z",key:"svg-0"}],["path",{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-1"}]]);/**
412
+ * @license @tabler/icons-react v3.17.0 - MIT
413
+ *
414
+ * This source code is licensed under the MIT license.
415
+ * See the LICENSE file in the root directory of this source tree.
416
+ */var r0=Ce("outline","sort-ascending","IconSortAscending",[["path",{d:"M4 6l7 0",key:"svg-0"}],["path",{d:"M4 12l7 0",key:"svg-1"}],["path",{d:"M4 18l9 0",key:"svg-2"}],["path",{d:"M15 9l3 -3l3 3",key:"svg-3"}],["path",{d:"M18 6l0 12",key:"svg-4"}]]);/**
417
+ * @license @tabler/icons-react v3.17.0 - MIT
418
+ *
419
+ * This source code is licensed under the MIT license.
420
+ * See the LICENSE file in the root directory of this source tree.
421
+ */var o0=Ce("outline","sort-descending","IconSortDescending",[["path",{d:"M4 6l9 0",key:"svg-0"}],["path",{d:"M4 12l7 0",key:"svg-1"}],["path",{d:"M4 18l7 0",key:"svg-2"}],["path",{d:"M15 15l3 3l3 -3",key:"svg-3"}],["path",{d:"M18 6l0 12",key:"svg-4"}]]);/**
422
+ * @license @tabler/icons-react v3.17.0 - MIT
423
+ *
424
+ * This source code is licensed under the MIT license.
425
+ * See the LICENSE file in the root directory of this source tree.
426
+ */var oU=Ce("outline","square","IconSquare",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}]]);/**
427
+ * @license @tabler/icons-react v3.17.0 - MIT
428
+ *
429
+ * This source code is licensed under the MIT license.
430
+ * See the LICENSE file in the root directory of this source tree.
431
+ */var iU=Ce("outline","star","IconStar",[["path",{d:"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z",key:"svg-0"}]]);/**
432
+ * @license @tabler/icons-react v3.17.0 - MIT
433
+ *
434
+ * This source code is licensed under the MIT license.
435
+ * See the LICENSE file in the root directory of this source tree.
436
+ */var sU=Ce("outline","switch-horizontal","IconSwitchHorizontal",[["path",{d:"M16 3l4 4l-4 4",key:"svg-0"}],["path",{d:"M10 7l10 0",key:"svg-1"}],["path",{d:"M8 13l-4 4l4 4",key:"svg-2"}],["path",{d:"M4 17l9 0",key:"svg-3"}]]);/**
437
+ * @license @tabler/icons-react v3.17.0 - MIT
438
+ *
439
+ * This source code is licensed under the MIT license.
440
+ * See the LICENSE file in the root directory of this source tree.
441
+ */var aU=Ce("outline","table-export","IconTableExport",[["path",{d:"M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5",key:"svg-0"}],["path",{d:"M3 10h18",key:"svg-1"}],["path",{d:"M10 3v18",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16l3 3l-3 3",key:"svg-4"}]]);/**
442
+ * @license @tabler/icons-react v3.17.0 - MIT
443
+ *
444
+ * This source code is licensed under the MIT license.
445
+ * See the LICENSE file in the root directory of this source tree.
446
+ */var lU=Ce("outline","text-recognition","IconTextRecognition",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M12 16v-7",key:"svg-4"}],["path",{d:"M9 9h6",key:"svg-5"}]]);/**
447
+ * @license @tabler/icons-react v3.17.0 - MIT
448
+ *
449
+ * This source code is licensed under the MIT license.
450
+ * See the LICENSE file in the root directory of this source tree.
451
+ */var i0=Ce("outline","trash","IconTrash",[["path",{d:"M4 7l16 0",key:"svg-0"}],["path",{d:"M10 11l0 6",key:"svg-1"}],["path",{d:"M14 11l0 6",key:"svg-2"}],["path",{d:"M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12",key:"svg-3"}],["path",{d:"M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3",key:"svg-4"}]]);/**
452
+ * @license @tabler/icons-react v3.17.0 - MIT
453
+ *
454
+ * This source code is licensed under the MIT license.
455
+ * See the LICENSE file in the root directory of this source tree.
456
+ */var zw=Ce("outline","upload","IconUpload",[["path",{d:"M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2",key:"svg-0"}],["path",{d:"M7 9l5 -5l5 5",key:"svg-1"}],["path",{d:"M12 4l0 12",key:"svg-2"}]]);/**
457
+ * @license @tabler/icons-react v3.17.0 - MIT
458
+ *
459
+ * This source code is licensed under the MIT license.
460
+ * See the LICENSE file in the root directory of this source tree.
461
+ */var cU=Ce("outline","webhook","IconWebhook",[["path",{d:"M4.876 13.61a4 4 0 1 0 6.124 3.39h6",key:"svg-0"}],["path",{d:"M15.066 20.502a4 4 0 1 0 1.934 -7.502c-.706 0 -1.424 .179 -2 .5l-3 -5.5",key:"svg-1"}],["path",{d:"M16 8a4 4 0 1 0 -8 0c0 1.506 .77 2.818 2 3.5l-3 5.5",key:"svg-2"}]]);/**
462
+ * @license @tabler/icons-react v3.17.0 - MIT
463
+ *
464
+ * This source code is licensed under the MIT license.
465
+ * See the LICENSE file in the root directory of this source tree.
466
+ */var Cf=Ce("outline","x","IconX",[["path",{d:"M18 6l-12 12",key:"svg-0"}],["path",{d:"M6 6l12 12",key:"svg-1"}]]);/**
467
+ * @license @tabler/icons-react v3.17.0 - MIT
468
+ *
469
+ * This source code is licensed under the MIT license.
470
+ * See the LICENSE file in the root directory of this source tree.
471
+ */var uU=Ce("filled","circle-filled","IconCircleFilled",[["path",{d:"M7 3.34a10 10 0 1 1 -4.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 4.995 -8.336z",key:"svg-0"}]]);class dR extends p.Component{constructor(t){super(t),this.state={lastLocation:window.location.toString()}}static getDerivedStateFromError(t){return{error:t,lastLocation:window.location.toString()}}componentDidUpdate(t,n){window.location.toString()!==this.state.lastLocation&&this.setState({lastLocation:window.location.toString(),error:void 0})}shouldComponentUpdate(t,n){return!!(this.props.children!==t.children||n.error&&!this.state.error||this.state.lastLocation!==window.location.toString())}componentDidCatch(t,n){console.error("Uncaught error:",t,n)}render(){return this.state.error?s.jsx(Ui,{icon:s.jsx(Tl,{size:16}),title:"Something went wrong",color:"red",children:Ie(this.state.error)}):this.props.children}}function Tr(){return s.jsx(vn,{style:{width:"100%",height:"100vh"},children:s.jsx(er,{})})}const dU="_main_g2hyx_1",fU={main:dU};function xt(e){e.preventDefault(),e.stopPropagation()}function fR(e){if(Uw(e))return!0;if(e instanceof HTMLTableCellElement){const t=e.children;if(t.length===1&&Uw(t[0]))return!0}return!1}function Uw(e){return e instanceof HTMLInputElement&&e.type==="checkbox"}function qe(e){const t=Gh(),{to:n,suffix:r,label:o,onClick:i,children:a,...l}=e;let c=hU(n);return r&&(c+="/"+r),s.jsx(Xe,{href:c,"aria-label":o,onClick:u=>{xt(u),i?i(u):n&&t(c)},...l,children:a})}function hU(e){if(e){if(typeof e=="string")return pU(e);if(ti(e))return mU(e);if(Qs(e))return gU(e)}return"#"}function pU(e){return e.startsWith("http://")||e.startsWith("https://")||e.startsWith("/")?e:"/"+e}function mU(e){return`/${e.resourceType}/${e.id}`}function gU(e){return`/${e.reference}`}function vU(e){const t=e.split(" ").filter(Boolean);return t.length>1?t[0][0]+t[t.length-1][0]:t.length===1?t[0][0]:""}function Vi(e){const t=St(e.value),n=t?Wo(t):e.alt??"",r=vU(n),o=(t&&T6(t))??e.src,i=rR(o??void 0),a=e.radius??"xl",l={...e,value:void 0,link:void 0};return e.link?s.jsx(qe,{to:t,children:s.jsx(Es,{src:i,alt:n,radius:a,...l,children:r})}):s.jsx(Es,{src:i,alt:n,radius:a,...l,children:r})}const yU="_logoButton_189g3_1",xU="_user_189g3_11",bU="_userName_189g3_21",wU="_userActive_189g3_31",cd={logoButton:yU,user:xU,userName:bU,userActive:wU};function s0(e){const t=e.value;return t?s.jsx(s.Fragment,{children:bu(t,e.options)}):null}function SU(e){var c,u,d;const t=qh(),{medplum:n,profile:r,navigate:o}=t,i=n.getLogins(),{colorScheme:a,setColorScheme:l}=OI();return s.jsxs(s.Fragment,{children:[s.jsxs(Ae,{align:"center",p:"xl",children:[s.jsx(Vi,{size:"xl",radius:100,value:t.profile}),s.jsx(s0,{value:(u=(c=t.profile)==null?void 0:c.name)==null?void 0:u[0]}),s.jsx(he,{c:"dimmed",size:"xs",children:(d=n.getActiveLogin())==null?void 0:d.project.display})]}),i.length>1&&s.jsx(Z.Divider,{}),i.map(f=>f.profile.reference!==ct(t.profile)&&s.jsx(Z.Item,{onClick:()=>{n.setActiveLogin(f).then(()=>window.location.reload()).catch(console.log)},children:s.jsxs(ee,{children:[s.jsx(Es,{radius:"xl"}),s.jsxs("div",{style:{flex:1},children:[s.jsx(he,{size:"sm",fw:500,children:f.profile.display}),s.jsx(he,{c:"dimmed",size:"xs",children:f.project.display})]})]})},f.profile.reference)),s.jsx(Z.Divider,{}),s.jsx(ee,{justify:"center",children:s.jsx(jx,{size:"xs",value:a,onChange:f=>l(f),data:[{label:"Light",value:"light"},{label:"Dark",value:"dark"},{label:"Auto",value:"auto"}]})}),s.jsx(Z.Divider,{}),s.jsx(Z.Item,{leftSection:s.jsx(sU,{size:14,stroke:1.5}),onClick:()=>o("/signin"),children:"Add another account"}),s.jsx(Z.Item,{leftSection:s.jsx(Fg,{size:14,stroke:1.5}),onClick:()=>o(`/${ct(r)}`),children:"Account settings"}),s.jsx(Z.Item,{leftSection:s.jsx(Wz,{size:14,stroke:1.5}),onClick:async()=>{await n.signOut(),o("/signin")},children:"Sign out"}),s.jsx(he,{size:"xs",c:"dimmed",ta:"center",children:e.version})]})}const Bw={selectedItems:"selected-items",options:"options"};function a0(e){const t=cu({onDropdownClose:()=>t.resetSelectedOption(),onDropdownOpen:()=>t.updateSelectedOptionIndex("active")}),{name:n,label:r,description:o,error:i,defaultValue:a,toOption:l,loadOptions:c,itemComponent:u,pillComponent:d,emptyComponent:f,onChange:h,onCreate:m,creatable:g,clearable:v,required:S,placeholder:b,leftSection:x,maxValues:y,optionsDropdownMaxHeight:w=320,minInputLength:C=0,...j}=e,T=j.disabled,E=jU(a),[R,_]=p.useState(""),[N,O]=p.useState(),[F,z]=p.useState(),[H,D]=p.useState(),[k,P]=p.useState(E.map(l)),[I,L]=p.useState([]),$=u??CU,Q=d??EU,ue=f??TU,Re=p.useRef();Re.current=R;const me=p.useRef(),ge=p.useRef(),De=p.useRef();De.current=N;const le=p.useRef();le.current=F;const Ne=p.useRef();Ne.current=H;const it=p.useRef();it.current=I;const Ue=p.useCallback(()=>{var ce;if(O(void 0),Re.current===ge.current&&c===me.current||(((ce=Re.current)==null?void 0:ce.length)??0)<C)return;ge.current=Re.current,me.current=c;const X=new AbortController;z(X),c(Re.current??"",X.signal).then(ke=>{X.signal.aborted||(L(ke.map(l)),Ne.current?(ke.length>0&&h(ke.slice(0,1)),D(!1)):ke.length>0&&t.openDropdown())}).catch(ke=>{X.signal.aborted||ke.message.includes("aborted")||pe({color:"red",message:Ie(ke)})}).finally(()=>{X.signal.aborted||z(void 0)})},[t,c,h,l,C]),Je=p.useCallback(X=>{(I&&I.length>0||g)&&t.openDropdown(),t.updateSelectedOptionIndex(),_(X.currentTarget.value),le.current&&(le.current.abort(),z(void 0)),De.current!==void 0&&window.clearTimeout(De.current);const ce=window.setTimeout(()=>Ue(),100);O(ce)},[t,I,g,Ue]),st=p.useCallback(X=>{const ce=k.some(se=>se.value===X),ke=ce?k.filter(se=>se.value!==X):[...k];let J=I==null?void 0:I.find(se=>se.value===X);if(!J&&g!==!1&&m){const se=m(X);J=l(se)}if(J){if(y===0){h([J.resource]),k.length>0&&P([]);return}ce||ke.push(J)}if(y!==void 0)for(;ke.length>y;)ke.shift();h(ke.map(se=>se.resource)),P(ke)},[g,I,k,y,h,m,l]),Be=p.useMemo(()=>{if(!T)return X=>{T||(y===1&&(_(""),L([]),t.closeDropdown()),ge.current=void 0,st(X==="$create"?R:X))}},[st,t,T,y,R]),Ze=p.useCallback(X=>{const ce=k.filter(ke=>ke.value!==X.value);h(ce.map(ke=>ke.resource)),P(ce)},[k,h]),at=p.useCallback(X=>{X.key==="Enter"?(N||F)&&D(!0):X.key==="Backspace"&&R.length===0&&(xt(X),Ze(k[k.length-1]))},[F,Ze,R.length,k,N]);p.useEffect(()=>()=>{le.current&&le.current.abort()},[]);const ne=!T&&v&&k.length>0&&s.jsx(Le.ClearButton,{title:"Clear all",size:16,onClear:()=>{_(""),P([]),h([]),t.closeDropdown()}});return s.jsxs(Le,{store:t,onOptionSubmit:Be,withinPortal:!0,shadow:"xl",...j,children:[s.jsx(Le.DropdownTarget,{children:s.jsx(rl,{label:r,description:o,error:i,className:e.className,leftSection:x,rightSection:F?s.jsx(er,{size:16}):ne,required:S,disabled:T,children:s.jsxs(Ts.Group,{"data-testid":Bw.selectedItems,children:[k.map(X=>s.jsx(Q,{item:X,disabled:T,onRemove:()=>Ze(X)},X.value)),!T&&(y===void 0||y===0||k.length<y)&&s.jsx(Le.EventsTarget,{children:s.jsx(rl.Field,{role:"searchbox",name:n,value:R,placeholder:b,onFocus:Je,onBlur:()=>{t.closeDropdown(),_("")},onKeyDown:at,onChange:Je})})]})})}),s.jsx(Le.Dropdown,{hidden:I.length===0,"data-testid":Bw.options,children:s.jsx(Le.Options,{children:s.jsxs(ch,{type:"scroll",mah:w,children:[I.map(X=>{const ce=k.some(ke=>ke.value===X.value);return s.jsx(Le.Option,{value:X.value,active:ce,children:s.jsx($,{...X,active:ce})},X.value)}),g&&R.trim().length>0&&s.jsxs(Le.Option,{value:"$create",children:["+ Create ",R]}),!g&&R.trim().length>0&&I.length===0&&s.jsx(ue,{search:R})]})})})]})}function jU(e){return e?Array.isArray(e)?e:[e]:[]}function CU(e){return s.jsxs(ee,{gap:"xs",children:[e.active&&s.jsx(Ks,{size:12}),s.jsx("span",{children:e.label})]})}function EU({item:e,disabled:t,onRemove:n}){return s.jsx(Ts,{withRemoveButton:!t,onRemove:n,children:e.label})}function TU(){return s.jsx(Le.Empty,{children:"Nothing found"})}const PU="_searchInput_dick8_1",kU={searchInput:PU};function RU(e){return{value:e.id,label:Wo(e),resource:e}}function _U(e){const t=Gh(),n=ae(),r=p.useCallback(async(i,a)=>{const l=IU(i),c={signal:a},u=await n.graphql(l,void 0,void 0,c);return AU(u,i)},[n]),o=p.useCallback(i=>{i.length>0&&t(`/${ct(i[0])}`)},[t]);return s.jsx(a0,{size:"sm",radius:"md",className:kU.searchInput,leftSection:s.jsx(rU,{size:16}),placeholder:"Search",itemComponent:DU,toOption:RU,onChange:o,loadOptions:r,maxValues:0,clearable:!1},`${e.pathname}?${e.searchParams}`)}const DU=p.forwardRef(({resource:e,active:t,...n},r)=>{var i;let o;return e.resourceType==="Patient"?o=e.birthDate:e.resourceType==="ServiceRequest"&&(o=(i=e.subject)==null?void 0:i.display),s.jsx("div",{ref:r,...n,children:s.jsxs(ee,{wrap:"nowrap",children:[s.jsx(Vi,{value:e}),s.jsxs("div",{children:[s.jsx(he,{children:Wo(e)}),s.jsx(he,{size:"xs",c:"dimmed",children:o})]})]})})});function IU(e){const t=JSON.stringify(e);return kk(e)?`{
472
+ Patients1: PatientList(_id: ${t}, _count: 1) {
473
+ resourceType
474
+ id
475
+ identifier {
476
+ system
477
+ value
478
+ }
479
+ name {
480
+ given
481
+ family
482
+ }
483
+ birthDate
484
+ }
485
+ ServiceRequestList(_id: ${t}, _count: 1) {
486
+ resourceType
487
+ id
488
+ identifier {
489
+ system
490
+ value
491
+ }
492
+ subject {
493
+ display
494
+ }
495
+ }
496
+ }`.replace(/\s+/g," "):`{
497
+ Patients1: PatientList(name: ${t}, _count: 5) {
498
+ resourceType
499
+ id
500
+ identifier {
501
+ system
502
+ value
503
+ }
504
+ name {
505
+ given
506
+ family
507
+ }
508
+ birthDate
509
+ }
510
+ Patients2: PatientList(identifier: ${t}, _count: 5) {
511
+ resourceType
512
+ id
513
+ identifier {
514
+ system
515
+ value
516
+ }
517
+ name {
518
+ given
519
+ family
520
+ }
521
+ birthDate
522
+ }
523
+ ServiceRequestList(identifier: ${t}, _count: 5) {
524
+ resourceType
525
+ id
526
+ identifier {
527
+ system
528
+ value
529
+ }
530
+ subject {
531
+ display
532
+ }
533
+ }
534
+ }`.replace(/\s+/g," ")}function AU(e,t){const n=[];return e.data.Patients1&&n.push(...e.data.Patients1),e.data.Patients2&&n.push(...e.data.Patients2),e.data.ServiceRequestList&&n.push(...e.data.ServiceRequestList),MU(NU(n),t).slice(0,5)}function NU(e){const t=new Set,n=[];for(const r of e)t.has(r.id)||(t.add(r.id),n.push(r));return n}function MU(e,t){return e.sort((n,r)=>Vw(r,t)-Vw(n,t))}function Vw(e,t){let n=0;if(e.identifier)for(const r of e.identifier)n=Math.max(n,Ww(r.value,t));if(e.resourceType==="Patient"&&e.name)for(const r of e.name)n=Math.max(n,Ww(bu(r),t));return n}function Ww(e,t){if(!e)return 0;const n=e.toLowerCase().indexOf(t.toLowerCase());return n<0?0:100-n}function OU(e){var o;const t=Qh(),[n,r]=p.useState(!1);return s.jsx(Zn.Header,{p:8,style:{zIndex:101},children:s.jsxs(ee,{justify:"space-between",children:[s.jsxs(ee,{gap:"xs",children:[s.jsx(wn,{className:cd.logoButton,onClick:e.navbarToggle,children:e.logo}),!e.headerSearchDisabled&&s.jsx(_U,{pathname:e.pathname,searchParams:e.searchParams})]}),s.jsxs(ee,{gap:"lg",pr:"sm",children:[e.notifications,s.jsxs(Z,{width:260,shadow:"xl",position:"bottom-end",transitionProps:{transition:"pop-top-right"},opened:n,onClose:()=>r(!1),children:[s.jsx(Z.Target,{children:s.jsx(wn,{className:rt(cd.user,{[cd.userActive]:n}),onClick:()=>r(i=>!i),children:s.jsxs(ee,{gap:7,children:[s.jsx(Vi,{value:t,radius:"xl",size:24}),s.jsx(he,{size:"sm",className:cd.userName,children:bu((o=t==null?void 0:t.name)==null?void 0:o[0])}),s.jsx(t0,{size:12,stroke:1.5})]})})}),s.jsx(Z.Dropdown,{children:s.jsx(SU,{version:e.version})})]})]})]})})}function LU(e){const t={};for(const n of Array.from(e.elements))n instanceof HTMLInputElement?$U(t,n):n instanceof HTMLTextAreaElement?t[n.name]=n.value:n instanceof HTMLSelectElement&&FU(t,n);return t}function $U(e,t){t.disabled||(t.type==="checkbox"||t.type==="radio")&&!t.checked||(e[t.name]=t.value)}function FU(e,t){e[t.name]=t.value}function Qe(e){return s.jsx("form",{style:e.style,"data-testid":e.testid,onSubmit:t=>{t.preventDefault();const n=LU(t.target);e.onSubmit&&e.onSubmit(n)},children:e.children})}function zU(e){const t=ae(),n=t.getUserConfiguration();function r(o){var d,f;const{menuname:i,bookmarkname:a}=o,l=`${e.pathname}?${e.searchParams.toString()}`,c=Qr(n),u=(d=c.menu)==null?void 0:d.find(({title:h})=>h===i);(f=u==null?void 0:u.link)==null||f.push({name:a,target:l}),t.updateResource(c).then(h=>{n.menu=h.menu,t.dispatchEvent({type:"change"}),pe({color:"green",message:"Success"}),e.onOk()}).catch(h=>{pe({color:"red",message:Ie(h)})})}return s.jsx(mn,{title:"Add Bookmark",closeButtonProps:{"aria-label":"Close"},opened:e.visible,onClose:e.onCancel,children:s.jsx(Qe,{onSubmit:r,children:s.jsxs(Ae,{children:[s.jsx(UU,{config:n}),s.jsx(ye,{label:"Bookmark Name",type:"text",name:"bookmarkname",placeholder:"Bookmark Name",withAsterisk:!0}),s.jsx(ee,{justify:"flex-end",children:s.jsx(ie,{mt:"sm",type:"submit",children:"OK"})})]})})})}function UU(e){function t(r){var o;return(o=r==null?void 0:r.menu)==null?void 0:o.map(i=>i.title)}const n=t(e.config);return s.jsx(Pt,{name:"menuname",defaultValue:n[0],label:"Select Menu Option",data:n,withAsterisk:!0})}function hR(e){return typeof e.code=="string"?e.code:JSON.stringify(e)}function BU(e){return typeof e.display=="string"?e.display:hR(e)}function VU(e){return{value:hR(e),label:BU(e),resource:e}}function WU(e){return{code:e,display:e}}function l0(e){const t=ae(),{binding:n,creatable:r,clearable:o,expandParams:i,withHelpText:a,...l}=e,c=p.useCallback(async(u,d)=>{var g;if(!n)return[];const h=((g=(await t.valueSetExpand({...i,url:n,filter:u},{signal:d})).expansion)==null?void 0:g.contains)??[],m=[];for(const v of h)v.code&&!m.some(S=>S.code===v.code)&&m.push(v);return m},[t,i,n]);return s.jsx(a0,{...l,creatable:r??!0,clearable:o??!0,toOption:VU,loadOptions:c,onCreate:WU,itemComponent:a?HU:void 0})}const HU=p.forwardRef(({label:e,resource:t,active:n,...r},o)=>s.jsx("div",{ref:o,...r,children:s.jsxs(ee,{wrap:"nowrap",gap:"xs",children:[n&&s.jsx(Ks,{size:12}),s.jsxs("div",{children:[s.jsx(he,{children:e}),s.jsx(he,{size:"xs",c:"dimmed",children:`${t.system}#${t.code}`})]})]})}));function pR(e){const{defaultValue:t,onChange:n,withHelpText:r,...o}=e,[i,a]=p.useState(t);function l(c){const u=c[0],d=GU(u);a(d),n&&n(d)}return s.jsx(l0,{defaultValue:qU(i),onChange:l,withHelpText:r??!0,...o})}function qU(e){return e?{code:e}:void 0}function GU(e){return e==null?void 0:e.code}function c0(e){const[t,n]=p.useState(e.defaultValue),r=e.onChange,o=p.useCallback(i=>{n(i),r&&r(i)},[r]);return s.jsx(pR,{disabled:e.disabled,"data-autofocus":e.autoFocus,"data-testid":e.testId,defaultValue:t,onChange:o,name:e.name,placeholder:e.placeholder,binding:"https://medplum.com/fhir/ValueSet/resource-types",creatable:!1,maxValues:e.maxValues??1,clearable:!1,withHelpText:!1})}const QU="_menuTitle_9g6l5_1",KU="_link_9g6l5_9",YU="_linkActive_9g6l5_38",zg={menuTitle:QU,link:KU,linkActive:YU};function XU(e){var l;const t=Gh(),n=eB(e.pathname,e.searchParams,e.menus),[r,o]=p.useState(!1);function i(c,u){c.stopPropagation(),c.preventDefault(),t(u),window.innerWidth<768&&e.closeNavbar()}function a(c){c&&t(`/${c}`)}return s.jsxs(s.Fragment,{children:[s.jsx(Zn.Navbar,{children:s.jsxs(kr,{p:"xs",children:[!e.resourceTypeSearchDisabled&&s.jsx(Zn.Section,{mb:"sm",children:s.jsx(c0,{name:"resourceType",placeholder:"Resource Type",maxValues:0,onChange:c=>a(c)},window.location.pathname)}),s.jsxs(Zn.Section,{grow:!0,children:[(l=e.menus)==null?void 0:l.map(c=>{var u;return s.jsxs(p.Fragment,{children:[s.jsx(he,{className:zg.menuTitle,children:c.title}),(u=c.links)==null?void 0:u.map(d=>s.jsxs(JU,{to:d.href,active:d.href===(n==null?void 0:n.href),onClick:f=>i(f,d.href),children:[s.jsx(ZU,{to:d.href,icon:d.icon}),s.jsx("span",{children:d.label})]},d.href))]},`menu-${c.title}`)}),e.displayAddBookmark&&s.jsx(ie,{variant:"subtle",size:"xs",mt:"xl",leftSection:s.jsx(Xz,{size:"0.75rem"}),onClick:()=>o(!0),children:"Add Bookmark"})]})]})}),e.pathname&&e.searchParams&&s.jsx(zU,{pathname:e.pathname,searchParams:e.searchParams,visible:r,onOk:()=>o(!1),onCancel:()=>o(!1)})]})}function JU(e){return s.jsx(qe,{onClick:e.onClick,to:e.to,className:rt(zg.link,{[zg.linkActive]:e.active}),children:e.children})}function ZU(e){return e.icon?e.icon:s.jsx(Fh,{w:30})}function eB(e,t,n){if(!e||!t||!n)return;let r,o=0;for(const i of n)if(i.links)for(const a of i.links){const l=tB(e,t,a.href);l>o&&(o=l,r=a)}return r}function tB(e,t,n){const r=new URL(n,"https://example.com");if(e!==r.pathname)return 0;const o=["_count","_offset"];for(const[a,l]of r.searchParams.entries())if(!o.includes(a)&&t.get(a)!==l)return 0;let i=1;for(const[a,l]of t.entries())o.includes(a)||r.searchParams.get(a)===l&&i++;return i}function nB(e){const[t,n]=p.useState(localStorage.navbarOpen==="true"),r=ae(),o=Qh();p.useEffect(()=>{function c(){pe({color:"red",message:"No connection to server",autoClose:!1})}return r.addEventListener("offline",c),()=>r.removeEventListener("offline",c)},[r]);function i(c){localStorage.navbarOpen=c.toString(),n(c)}function a(){i(!1)}function l(){i(!t)}return r.isLoading()?s.jsx(Tr,{}):s.jsxs(Zn,{header:{height:60},navbar:{width:250,breakpoint:"sm",collapsed:{desktop:!o||!t,mobile:!o||!t}},padding:0,children:[o&&s.jsx(OU,{pathname:e.pathname,searchParams:e.searchParams,headerSearchDisabled:e.headerSearchDisabled,logo:e.logo,version:e.version,navbarToggle:l,notifications:e.notifications}),o&&t?s.jsx(XU,{pathname:e.pathname,searchParams:e.searchParams,menus:e.menus,closeNavbar:a,displayAddBookmark:e.displayAddBookmark,resourceTypeSearchDisabled:e.resourceTypeSearchDisabled}):void 0,s.jsx(Zn.Main,{className:fU.main,children:s.jsx(dR,{children:s.jsx(p.Suspense,{fallback:s.jsx(Tr,{}),children:e.children})})})]})}function ju(e){const{contentType:t,url:n,title:r}=e.value??{},o=rR(n);return o?s.jsxs("div",{"data-testid":"attachment-display",children:[(t==null?void 0:t.startsWith("image/"))&&s.jsx("img",{"data-testid":"attachment-image",style:{maxWidth:e.maxWidth},src:o,alt:r}),(t==null?void 0:t.startsWith("video/"))&&s.jsx("video",{"data-testid":"attachment-video",style:{maxWidth:e.maxWidth},controls:!0,children:s.jsx("source",{type:t,src:o})}),((t==null?void 0:t.startsWith("text/"))||t==="application/json"||t==="application/pdf")&&s.jsx("div",{"data-testid":"attachment-iframe",style:{maxWidth:e.maxWidth,minHeight:400},children:s.jsx("iframe",{width:"100%",height:"400",src:o+"#navpanes=0",allowFullScreen:!0,frameBorder:0,seamless:!0})}),s.jsx("div",{"data-testid":"download-link",style:{padding:"2px 16px 16px 16px"},children:s.jsx(Xe,{href:n,"data-testid":"attachment-details",target:"_blank",rel:"noopener noreferrer",download:rB(r),children:r||"Download"})})]}):null}function rB(e){return e!=null&&e.includes(".")?e:void 0}const oB="_root_17n8t_1",iB="_compact_17n8t_25",Hw={root:oB,compact:iB};function u0(e){const{children:t,compact:n}=e;return s.jsx("dl",{className:rt(Hw.root,{[Hw.compact]:n}),children:t})}function Ao(e){return s.jsxs(s.Fragment,{children:[s.jsx("dt",{children:e.term}),s.jsx("dd",{children:e.children})]})}function sB(e){var r;const t=(r=e.values)==null?void 0:r.map((o,i)=>s.jsx("div",{children:s.jsx(ju,{value:o,maxWidth:e.maxWidth})},"attatchment-"+i));let n;if(e.includeDescriptionListEntry){if(e.property===void 0)throw new Error("props.property is required when includeDescriptionListEntry is true");if(!Ft(e.path))throw new Error("props.path is required when includeDescriptionListEntry is true");const o=e.path.split(".").pop();n=s.jsx(Ao,{term:ks(o),children:t})}else n=s.jsx(s.Fragment,{children:t});return n}function d0(e){const t=ae(),n=p.useRef(null);function r(a){var l;xt(a),(l=n.current)==null||l.click()}function o(a){xt(a);const l=a.target.files;l&&Array.from(l).forEach(i)}function i(a){!a||!a.name||(e.onUploadStart&&e.onUploadStart(),t.createAttachment({data:a,contentType:a.type||"application/octet-stream",filename:a.name,securityContext:e.securityContext,onProgress:e.onUploadProgress}).then(c=>e.onUpload(c)).catch(c=>{e.onUploadError&&e.onUploadError(mt(c))}))}return s.jsxs(s.Fragment,{children:[s.jsx("input",{disabled:e.disabled,type:"file","data-testid":"upload-file-input",style:{display:"none"},ref:n,onChange:a=>o(a)}),e.children({onClick:r,disabled:e.disabled})]})}function aB(e){const[t,n]=p.useState(e.defaultValue??[]),r=p.useRef();r.current=t;function o(i){n(i),e.onChange&&e.onChange(i)}return s.jsxs("table",{style:{width:"100%"},children:[s.jsxs("colgroup",{children:[s.jsx("col",{width:"97%"}),s.jsx("col",{width:"3%"})]}),s.jsxs("tbody",{children:[t.map((i,a)=>s.jsxs("tr",{children:[s.jsx("td",{children:s.jsx(ju,{value:i,maxWidth:200})}),s.jsx("td",{children:s.jsx(en,{disabled:e.disabled,title:"Remove",variant:"subtle",size:"sm",color:"gray",onClick:l=>{xt(l);const c=t.slice();c.splice(a,1),o(c)},children:s.jsx(Sf,{})})})]},`${a}-${t.length}`)),s.jsxs("tr",{children:[s.jsx("td",{}),s.jsx("td",{children:s.jsx(d0,{disabled:e.disabled,onUpload:i=>{o([...r.current,i])},children:i=>s.jsx(en,{...i,title:"Add",variant:"subtle",size:"sm",color:i.disabled?"gray":"green",children:s.jsx(n0,{})})})})]})]})]})}function mR(e){const[t,n]=p.useState(e.defaultValue);function r(o){n(o),e.onChange&&e.onChange(o)}return t?s.jsxs(s.Fragment,{children:[s.jsx(ju,{value:t,maxWidth:200}),s.jsx(ie,{disabled:e.disabled,onClick:o=>{xt(o),r(void 0)},children:"Remove"})]}):s.jsx(d0,{disabled:e.disabled,securityContext:e.securityContext,onUpload:r,children:o=>s.jsx(ie,{...o,children:"Upload..."})})}function vo(e){return s.jsx(s.Fragment,{children:Ni(e.value)})}function lB(e){return s.jsx(s.Fragment,{children:qs(e.value)})}function gR(e){const t=e.value;if(!t)return null;const n=[];return t.value&&n.push(t.value),(t.use||t.system)&&(n.push(" ["),t.use&&n.push(t.use),t.use&&t.system&&n.push(" "),t.system&&n.push(t.system),n.push("]")),s.jsx(s.Fragment,{children:n.join("").trim()})}function cB(e){var n;const t=e.value;return t?s.jsxs(s.Fragment,{children:[t.name,t.name&&": ",(n=t.telecom)==null?void 0:n.map(r=>s.jsx(gR,{value:r},`telecom-${t.name}-${r.value}`))]}):null}function uB(e){var t,n;return s.jsxs("div",{children:[(t=e.value)==null?void 0:t.system,": ",(n=e.value)==null?void 0:n.value]})}function dB(e){return s.jsx(s.Fragment,{children:X6(e.value)})}function Hc(e){return s.jsx(s.Fragment,{children:di(e.value)})}function f0(e){return s.jsx(s.Fragment,{children:Bc(e.value)})}function fB(e){const t=e.value;return t?s.jsxs(s.Fragment,{children:[s.jsx(Hc,{value:t.numerator})," / ",s.jsx(Hc,{value:t.denominator})]}):null}function Ef(e){if(!e.value)return null;const t=e.value.display||e.value.reference||dr(e.value);return e.link!==!1&&e.value.reference?s.jsx(qe,{to:e.value,children:t}):s.jsx(s.Fragment,{children:t})}function vR(e,t,n,r){if(!Ft(n==null?void 0:n.slices))return[e];const o=new Array(t.length+1);for(let i=0;i<o.length;i++)o[i]=[];for(const i of e){const a=eR(i,t,n.discriminator,r);let l=a?t.findIndex(c=>c.name===a):-1;l===-1&&(l=t.length),o[l].push(i)}return o}async function yR({medplum:e,property:t}){return new Promise((n,r)=>{var l,c;if(!t.slicing){n([]);return}const o=[],i=[],a=[];for(const u of t.slicing.slices){if(!Zk(u)){console.debug("Unsupported slice definition",u);continue}let d;Ft(u.elements)||(d=(c=(l=u.type[0])==null?void 0:l.profile)==null?void 0:c[0]),o.push(u),i.push(d),d&&a.push(e.requestProfileSchema(d))}Promise.all(a).then(()=>{for(let u=0;u<o.length;u++){const d=o[u],f=i[u];if(f){const h=Sl(f);d.typeSchema=h}}n(o)}).catch(r)})}function Kh(e,t,n){return t!==void 0?s.jsx(e,{value:t,children:n}):n}function hB(e){var a,l;const{slice:t,property:n}=e,r=((a=t.typeSchema)==null?void 0:a.elements)??t.elements,o=p.useContext(wt),i=p.useMemo(()=>{var c;if(Ft(r))return al({parentContext:o,elements:r,path:e.path,profileUrl:(c=t.typeSchema)==null?void 0:c.url})},[o,e.path,(l=t.typeSchema)==null?void 0:l.url,r]);return Kh(wt.Provider,i,s.jsx(s.Fragment,{children:e.value.map((c,u)=>s.jsx("div",{children:s.jsx(Kr,{property:n,path:e.path,arrayElement:!0,elementDefinitionType:t.type[0],propertyType:t.type[0].code,value:c,ignoreMissingValues:e.ignoreMissingValues,link:e.link})},`${u}-${e.value.length}`))}))}function pB(e){var g;const{property:t,propertyType:n}=e,r=ae(),o=p.useMemo(()=>Array.isArray(e.values)?e.values:[],[e.values]),[i,a]=p.useState(!0),[l,c]=p.useState([]),[u,d]=p.useState(()=>[o]),f=p.useContext(wt);if(p.useEffect(()=>{yR({medplum:r,property:t}).then(v=>{c(v);const S=vR(o,v,t.slicing,f.profileUrl);d(S),a(!1)}).catch(v=>{console.error(v),a(!1)})},[r,t,f.profileUrl,d,o]),i)return s.jsx("div",{children:"Loading..."});let h;if(((g=t.type[0])==null?void 0:g.code)!=="Extension"){const v=u[l.length],S=v.map((b,x)=>s.jsx("div",{children:s.jsx(Kr,{path:e.path,arrayElement:!0,property:t,propertyType:n,value:b,ignoreMissingValues:e.ignoreMissingValues,link:e.link})},`${x}-${v.length}`));if(e.includeDescriptionListEntry){if(!Ft(e.path))throw new Error("props.path is required when includeDescriptionListEntry is true");const b=e.path.split(".").pop();h=s.jsx(Ao,{term:ks(b),children:S})}else h=s.jsx(s.Fragment,{children:S})}return s.jsxs(s.Fragment,{children:[l.map((v,S)=>{if(!e.path)throw Error(`Displaying a resource property with slices of type ${e.propertyType} requires path`);let b=s.jsx(hB,{path:e.path,slice:v,property:t,value:u[S],ignoreMissingValues:e.ignoreMissingValues,link:e.link},v.name);return e.includeDescriptionListEntry&&(b=s.jsx(Ao,{term:ks(v.name),children:b},v.name)),b}),h]})}function Cu(e,t,n){const r=il(e,t,{profileUrl:n});return r?Array.isArray(r)?[r.map(o=>o.value),r[0].type]:[r.value,r.type]:[void 0,"undefined"]}function mB(e,t,n){const r=Sk(e,t,n);return r?Array.isArray(r)?[r.map(o=>o.value),r[0].type]:[r.value,r.type]:[void 0,"undefined"]}function gB(e){const{elementDefinitionType:t}=e,n=ae(),r=p.useContext(wt),[o,i]=p.useState(bk("Extension")),a=p.useMemo(()=>{if(Ft(t==null?void 0:t.profile))return t.profile[0]},[t]),[l,c]=p.useState(a!==void 0);if(p.useEffect(()=>{a&&(c(!0),n.requestProfileSchema(a).then(()=>{const f=Sl(a);c(!1),f&&i(f)}).catch(f=>{c(!1),console.warn(f)}))},[n,a]),a&&(l||!Lx(a)))return s.jsx("div",{children:"Loading..."});const u=o.elements["value[x]"];if((u==null?void 0:u.max)!==0){const[f,h]=Cu({type:"Extension",value:e.value},"value[x]",a??r.profileUrl);return s.jsx(Kr,{propertyType:h,value:f})}return s.jsx(Tf,{path:e.path,value:{type:o.type,value:e.value},compact:e.compact,ignoreMissingValues:e.ignoreMissingValues,link:e.link,profileUrl:a})}function Kr(e){var i;const{property:t,propertyType:n,value:r}=e;if((i=t==null?void 0:t.path)==null?void 0:i.endsWith(".id"))return s.jsxs(q,{component:"div",style:{display:"flex",gap:3,alignItems:"center"},children:[r,!zt(r)&&s.jsx(xP,{value:r,timeout:2e3,children:({copied:a,copy:l})=>s.jsx(Vs,{label:a?"Copied":"Copy",withArrow:!0,position:"right",children:s.jsx(en,{variant:"subtle",color:a?"teal":"gray",onClick:l,children:a?s.jsx(Ks,{size:"1rem"}):s.jsx(aR,{size:"1rem"})})})})]});if(t&&(t.isArray||t.max>1)&&!e.arrayElement)return n===V.Attachment?s.jsx(sB,{values:r,maxWidth:e.maxWidth,includeDescriptionListEntry:e.includeArrayDescriptionListEntry,property:t,path:e.path}):s.jsx(pB,{path:e.path,property:t,propertyType:n,values:r,includeDescriptionListEntry:e.includeArrayDescriptionListEntry,ignoreMissingValues:e.ignoreMissingValues,link:e.link});switch(n){case V.boolean:return s.jsx(s.Fragment,{children:r===void 0?"":(!!r).toString()});case V.SystemString:case V.string:return s.jsx("div",{style:{whiteSpace:"pre-wrap"},children:r});case V.code:case V.date:case V.decimal:case V.id:case V.integer:case V.positiveInt:case V.unsignedInt:case V.uri:case V.url:return s.jsx(s.Fragment,{children:r});case V.canonical:return s.jsx(Ef,{value:{reference:r},link:e.link});case V.dateTime:case V.instant:return s.jsx(s.Fragment,{children:Ln(r)});case V.markdown:return s.jsx("pre",{children:r});case V.Address:return s.jsx(gz,{value:r});case V.Annotation:return s.jsx(s.Fragment,{children:r==null?void 0:r.text});case V.Attachment:return s.jsx(ju,{value:r,maxWidth:e.maxWidth});case V.CodeableConcept:return s.jsx(vo,{value:r});case V.Coding:return s.jsx(lB,{value:r});case V.ContactDetail:return s.jsx(cB,{value:r});case V.ContactPoint:return s.jsx(gR,{value:r});case V.HumanName:return s.jsx(s0,{value:r});case V.Identifier:return s.jsx(uB,{value:r});case V.Money:return s.jsx(dB,{value:r});case V.Period:return s.jsx(s.Fragment,{children:q6(r)});case V.Quantity:case V.Duration:return s.jsx(Hc,{value:r});case V.Range:return s.jsx(f0,{value:r});case V.Ratio:return s.jsx(fB,{value:r});case V.Reference:return s.jsx(Ef,{value:r,link:e.link});case V.Timing:return s.jsx(s.Fragment,{children:Nk(r)});case V.Dosage:case V.UsageContext:if(!e.path)throw Error(`Displaying property of type ${e.propertyType} requires path`);return s.jsx(Tf,{path:e.path,value:{type:n,value:r},compact:!0,ignoreMissingValues:e.ignoreMissingValues});case V.Extension:if(!e.path)throw Error(`Displaying property of type ${e.propertyType} requires path`);return s.jsx(gB,{path:e.path,value:r,compact:!0,ignoreMissingValues:e.ignoreMissingValues,elementDefinitionType:e.elementDefinitionType});default:if(!t)throw Error(`Displaying property of type ${e.propertyType} requires element schema`);if(!e.path)throw Error(`Displaying property of type ${e.propertyType} requires path`);return s.jsx(Tf,{path:e.path,value:{type:t.type[0].code,value:r},compact:!0,ignoreMissingValues:e.ignoreMissingValues})}}const xR=["extension","modifierExtension"],vB=iR.filter(e=>!xR.includes(e));function Tf(e){const t=e.value,{value:n,type:r}=t,o=p.useContext(wt),i=e.profileUrl??(o==null?void 0:o.profileUrl),a=p.useMemo(()=>Uh(r,i),[i,r]),l=p.useMemo(()=>{if(a)return al({parentContext:o,elements:a.elements,path:e.path,profileUrl:a.url,accessPolicyResource:e.accessPolicyResource})},[a,o,e.path,e.accessPolicyResource]);if(zt(n))return null;if(!a)return s.jsxs("div",{children:[r," not implemented"]});if(typeof n=="object"&&"name"in n&&Object.keys(n).length===1&&typeof n.name=="string")return s.jsx("div",{children:n.name});const c=l??o;return Kh(wt.Provider,l,s.jsx(u0,{compact:e.compact,children:Object.entries(c.elements).map(([u,d])=>{var v;if(xR.includes(u)&&zt((v=d.slicing)==null?void 0:v.slices))return null;if(vB.includes(u))return null;if(sR.includes(u)&&d.path.split(".").length===2||u.includes("."))return null;const[f,h]=Cu(t,u,c.profileUrl);if((e.ignoreMissingValues||d.max===0)&&zt(f)||e.path.endsWith(".extension")&&(u==="url"||u==="id"))return null;const m=d.max>1||d.isArray,g=s.jsx(Kr,{property:d,propertyType:h,path:e.path+"."+u,value:f,ignoreMissingValues:e.ignoreMissingValues,includeArrayDescriptionListEntry:m,link:e.link},u);return m?g:s.jsx(Ao,{term:ks(u),children:g},u)})}))}const bR="Read Only";function wR(e,t){return e?s.jsx(Vs.Floating,{label:e,children:t}):t}const yB="_dimmed_1pxw4_1",SR={dimmed:yB};function jR(e){const{debugMode:t}=p.useContext(wt);let n;return t&&e.fhirPath?n=`${e.title} - ${e.fhirPath}`:n=e.title,wR(e!=null&&e.readonly?bR:void 0,s.jsxs(ee,{wrap:"nowrap","data-testid":e.testId,children:[s.jsx("div",{children:e.children}),s.jsx("div",{children:s.jsx(Lt.Wrapper,{id:e.htmlFor,label:n,classNames:{label:e!=null&&e.readonly?SR.dimmed:void 0},description:e.description,withAsterisk:e.withAsterisk,children:null})})]}))}function Ye(e,t){var n,r,o;return(o=(r=(n=e==null?void 0:e.issue)==null?void 0:n.filter(i=>{var a;return CR((a=i.expression)==null?void 0:a[0],t)}))==null?void 0:r.map(i=>{var a;return(a=i.details)==null?void 0:a.text}))==null?void 0:o.join(`
535
+ `)}function Eu(e,t){var n;return(n=e==null?void 0:e.issue)==null?void 0:n.filter(r=>{var o;return CR((o=r.expression)==null?void 0:o[0],t)})}const ud=/\[\d+\]/;function CR(e,t){const n=typeof e=="string"&&ud.test(e),r=typeof t=="string"&&ud.test(t);if(n!==r&&(e=e==null?void 0:e.replace(ud,""),t=t==null?void 0:t.replace(ud,"")),e===t)return!0;if(!e||!t)return!1;const o=e.indexOf(".");if(o>=0&&e.substring(o+1)===t)return!0;const i=t.indexOf(".");return i>=0&&t.substring(i+1)===e}function yt(e){const{debugMode:t}=p.useContext(wt);let n;return t&&e.fhirPath?n=`${e.title} - ${e.fhirPath}`:n=e.title,wR(e!=null&&e.readonly?bR:void 0,s.jsx(Lt.Wrapper,{id:e.htmlFor,label:n,classNames:{label:e!=null&&e.readonly?SR.dimmed:void 0},description:e.description,withAsterisk:e.withAsterisk,error:Ye(e.outcome,e.errorExpression??e.htmlFor),"data-testid":e.testId,children:e.children}))}function ER(e,t,n,r,o){const i=r.type;if(i.length>1)for(const a of i){const l=t.replace("[x]",tn(a.code));l in e&&delete e[l]}return e[n]=o,e}function xB(e){return!!e&&!zt(e.url)&&!zt(e.name)}function bB(e){const{defaultValue:t,onChange:n,withHelpText:r,outcome:o,path:i,valuePath:a,...l}=e,[c,u]=p.useState(t);function d(f){const h=SB(f);u(h),n&&n(h)}return s.jsx(l0,{defaultValue:c&&wB(c),onChange:d,withHelpText:r??!0,...l})}function wB(e){var t;return(t=e.coding)==null?void 0:t.map(n=>({system:n.system,code:n.code,display:n.display}))}function SB(e){if(e.length!==0)return{coding:e.map(t=>({system:t.system,code:t.code,display:t.display}))}}function TR(e){const{defaultValue:t,onChange:n,withHelpText:r,...o}=e,[i,a]=p.useState(t);function l(c){const u=c[0],d=u&&CB(u);a(d),n&&n(d)}return s.jsx(l0,{defaultValue:i&&jB(i),maxValues:1,onChange:l,withHelpText:r??!0,...o})}function jB(e){return{system:e.system,code:e.code,display:e.display}}function CB(e){return{system:e.system,code:e.code,display:e.display}}function PR(e){const{path:t,outcome:n}=e,{elementsByPath:r,getExtendedProps:o}=p.useContext(wt),[i,a]=p.useState(e.defaultValue),l=p.useRef();l.current=i;const[c,u,d]=p.useMemo(()=>["system","use","value"].map(y=>r[t+"."+y]),[r,t]),[f,h,m]=p.useMemo(()=>["system","use","value"].map(y=>o(t+"."+y)),[o,t]);function g(y){y&&Object.keys(y).length===0&&(y=void 0),a(y),e.onChange&&e.onChange(y)}function v(y){const w={...l.current,system:y};y||delete w.system,g(w)}function S(y){const w={...l.current,use:y};y||delete w.use,g(w)}function b(y){const w={...l.current,value:y};y||delete w.value,g(w)}const x=e.valuePath??t;return s.jsxs(ee,{gap:"xs",grow:!0,wrap:"nowrap",align:"flex-start",children:[s.jsx(Pt,{disabled:e.disabled||(f==null?void 0:f.readonly),"data-testid":"system",defaultValue:i==null?void 0:i.system,required:((c==null?void 0:c.min)??0)>0,onChange:y=>v(y.currentTarget.value),data:["","email","phone","fax","pager","sms","other"],error:Ye(n,x+".system")}),s.jsx(Pt,{disabled:e.disabled||(h==null?void 0:h.readonly),"data-testid":"use",defaultValue:i==null?void 0:i.use,required:((u==null?void 0:u.min)??0)>0,onChange:y=>S(y.currentTarget.value),data:["","home","work","temp","old","mobile"],error:Ye(n,x+".use")}),s.jsx(ye,{disabled:e.disabled||(m==null?void 0:m.readonly),placeholder:"Value",defaultValue:i==null?void 0:i.value,required:((d==null?void 0:d.min)??0)>0,onChange:y=>b(y.currentTarget.value),error:Ye(n,x+".value")})]})}function EB(e){var d;const[t,n]=p.useState(e.defaultValue),r=p.useRef();r.current=t;const{getExtendedProps:o}=p.useContext(wt),[i,a]=p.useMemo(()=>["name","telecom"].map(f=>o(e.path+"."+f)),[o,e.path]);function l(f){n(f),e.onChange&&e.onChange(f)}function c(f){const h={...r.current,name:f};f||delete h.name,l(h)}function u(f){const h={...r.current,telecom:f&&[f]};f||delete h.telecom,l(h)}return s.jsxs(ee,{gap:"xs",grow:!0,wrap:"nowrap",children:[s.jsx(ye,{disabled:e.disabled||(i==null?void 0:i.readonly),"data-testid":e.name+"-name",name:e.name+"-name",placeholder:"Name",style:{width:180},defaultValue:t==null?void 0:t.name,onChange:f=>c(f.currentTarget.value)}),s.jsx(PR,{disabled:e.disabled||(a==null?void 0:a.readonly),name:e.name+"-telecom",path:e.path+".telecom",defaultValue:(d=t==null?void 0:t.telecom)==null?void 0:d[0],onChange:u,outcome:e.outcome})]})}function TB(e){if(!e)return"";const t=new Date(e);return Bh(t)?t.toLocaleDateString("sv")+"T"+t.toLocaleTimeString("sv"):""}function kR(e){if(!e)return"";const t=new Date(e);return Bh(t)?t.toISOString():""}function Rs(e){return s.jsx(ye,{id:e.name,name:e.name,label:e.label,"data-autofocus":e.autoFocus,"data-testid":e["data-testid"]??e.name,placeholder:e.placeholder,required:e.required,disabled:e.disabled,type:PB(),defaultValue:TB(e.defaultValue),autoFocus:e.autoFocus,error:Ye(e.outcome,e.name),onChange:t=>{if(e.onChange){const n=t.currentTarget.value;e.onChange(kR(n))}}})}function PB(){return"datetime-local"}function kB(e){const{propertyType:t}=e,n=ae(),r=p.useMemo(()=>{if(Ft(t.profile))return t.profile[0]},[t]),[o,i]=p.useState(r!==void 0);return p.useEffect(()=>{r&&(i(!0),n.requestProfileSchema(r).then(()=>i(!1)).catch(a=>{i(!1),console.warn(a)}))},[n,r]),r&&(o||!Lx(r))?s.jsx("div",{children:"Loading..."}):s.jsx(m0,{profileUrl:r,path:e.path,typeName:"Extension",defaultValue:e.defaultValue,onChange:e.onChange})}function RB(e){var x,y,w;const{outcome:t,path:n}=e,[r,o]=p.useState(e.defaultValue),{getExtendedProps:i}=p.useContext(wt),[a,l,c,u,d]=p.useMemo(()=>["use","prefix","given","family","suffix"].map(C=>i(e.path+"."+C)),[i,e.path]);function f(C){o(C),e.onChange&&e.onChange(C)}function h(C){f({...r,use:C||void 0})}function m(C){f({...r,prefix:C?C.split(" "):void 0})}function g(C){f({...r,given:C?C.split(" "):void 0})}function v(C){f({...r,family:C||void 0})}function S(C){f({...r,suffix:C?C.split(" "):void 0})}const b=e.valuePath??n;return s.jsxs(ee,{gap:"xs",grow:!0,wrap:"nowrap",children:[s.jsx(Pt,{disabled:e.disabled||(a==null?void 0:a.readonly),defaultValue:r==null?void 0:r.use,name:e.name+"-use","data-testid":"use",onChange:C=>h(C.currentTarget.value),data:["","temp","old","usual","official","nickname","anonymous","maiden"],error:Ye(t,b+".use")}),s.jsx(ye,{disabled:e.disabled||(l==null?void 0:l.readonly),placeholder:"Prefix",name:e.name+"-prefix",defaultValue:(x=r==null?void 0:r.prefix)==null?void 0:x.join(" "),onChange:C=>m(C.currentTarget.value),error:Ye(t,b+".prefix")}),s.jsx(ye,{disabled:e.disabled||(c==null?void 0:c.readonly),placeholder:"Given",name:e.name+"-given",defaultValue:(y=r==null?void 0:r.given)==null?void 0:y.join(" "),onChange:C=>g(C.currentTarget.value),error:Ye(t,b+".given")}),s.jsx(ye,{disabled:e.disabled||(u==null?void 0:u.readonly),name:e.name+"-family",placeholder:"Family",defaultValue:r==null?void 0:r.family,onChange:C=>v(C.currentTarget.value),error:Ye(t,b+".family")}),s.jsx(ye,{disabled:e.disabled||(d==null?void 0:d.readonly),placeholder:"Suffix",name:e.name+"-suffix",defaultValue:(w=r==null?void 0:r.suffix)==null?void 0:w.join(" "),onChange:C=>S(C.currentTarget.value),error:Ye(t,b+".suffix")})]})}function _B(e){const[t,n]=p.useState(e.defaultValue),{elementsByPath:r,getExtendedProps:o}=p.useContext(wt),[i,a]=p.useMemo(()=>["system","value"].map(f=>r[e.path+"."+f]),[r,e.path]),[l,c]=p.useMemo(()=>["system","value"].map(f=>o(e.path+"."+f)),[o,e.path]);function u(f){n(f),e.onChange&&e.onChange(f)}const d=e.valuePath??e.path;return s.jsxs(ee,{gap:"xs",grow:!0,wrap:"nowrap",align:"flex-start",children:[s.jsx(ye,{disabled:e.disabled||(l==null?void 0:l.readonly),placeholder:"System",required:((i==null?void 0:i.min)??0)>0,defaultValue:t==null?void 0:t.system,onChange:f=>u({...t,system:f.currentTarget.value}),error:Ye(e.outcome,d+".system")}),s.jsx(ye,{disabled:e.disabled||(c==null?void 0:c.readonly),placeholder:"Value",required:((a==null?void 0:a.min)??0)>0,defaultValue:t==null?void 0:t.value,onChange:f=>u({...t,value:f.currentTarget.value}),error:Ye(e.outcome,d+".value")})]})}const DB=["USD","EUR","CAD","GBP","AUD"];function IB(e){var f;const{onChange:t}=e,[n,r]=p.useState(e.defaultValue),{getExtendedProps:o}=p.useContext(wt),[i,a]=p.useMemo(()=>["currency","value"].map(h=>o(e.path+"."+h)),[o,e.path]),l=p.useCallback(h=>{r(h),t&&t(h)},[t]),c=p.useCallback(h=>{l({...n,currency:h.currentTarget.value})},[n,l]),u=p.useCallback(h=>{l({...n,value:h.currentTarget.valueAsNumber})},[n,l]),d=s.jsx(Pt,{disabled:e.disabled||(i==null?void 0:i.readonly),defaultValue:n==null?void 0:n.currency,data:DB,styles:{input:{fontWeight:500,borderTopLeftRadius:0,borderBottomLeftRadius:0,width:92}},onChange:c});return s.jsx(ye,{disabled:e.disabled||(a==null?void 0:a.readonly),type:"number",name:e.name,label:e.label,placeholder:e.placeholder??"Value",defaultValue:((f=n==null?void 0:n.value)==null?void 0:f.toString())??"USD",leftSection:s.jsx(Mz,{size:14}),rightSection:d,rightSectionWidth:92,onChange:u})}function AB(e){const[t,n]=p.useState(e.defaultValue),{getExtendedProps:r}=p.useContext(wt),[o,i]=p.useMemo(()=>["start","end"].map(l=>r(e.path+"."+l)),[r,e.path]);function a(l){n(l),e.onChange&&e.onChange(l)}return s.jsxs(ee,{gap:"xs",grow:!0,wrap:"nowrap",children:[s.jsx(Rs,{disabled:e.disabled||(o==null?void 0:o.readonly),name:e.name+".start",placeholder:"Start",defaultValue:t==null?void 0:t.start,onChange:l=>a({...t,start:l})}),s.jsx(Rs,{disabled:e.disabled||(i==null?void 0:i.readonly),name:e.name+".end",placeholder:"End",defaultValue:t==null?void 0:t.end,onChange:l=>a({...t,end:l})})]})}function _s(e){const[t,n]=p.useState(e.defaultValue),{getExtendedProps:r}=p.useContext(wt),[o,i,a]=p.useMemo(()=>["comparator","value","unit"].map(c=>r(e.path+"."+c)),[r,e.path]);function l(c){n(c),e.onChange&&e.onChange(c)}return s.jsxs(ee,{gap:"xs",grow:!0,wrap:"nowrap",children:[s.jsx(Pt,{disabled:e.disabled||(o==null?void 0:o.readonly),style:{width:80},"data-testid":e.name+"-comparator",defaultValue:t==null?void 0:t.comparator,data:["","<","<=",">=",">"],onChange:c=>l({...t,comparator:c.currentTarget.value})}),s.jsx(ye,{disabled:e.disabled||(i==null?void 0:i.readonly),id:e.name,name:e.name,required:e.required,"data-autofocus":e.autoFocus,"data-testid":e.name+"-value",type:"number",placeholder:"Value",defaultValue:t==null?void 0:t.value,autoFocus:e.autoFocus,step:"any",onWheel:c=>{e.disableWheel&&c.currentTarget.blur()},onChange:c=>{l({...t,value:NB(c.currentTarget.value)})}}),s.jsx(ye,{disabled:e.disabled||(a==null?void 0:a.readonly),placeholder:"Unit","data-testid":e.name+"-unit",defaultValue:t==null?void 0:t.unit,onChange:c=>l({...t,unit:c.currentTarget.value})})]})}function NB(e){if(e)return parseFloat(e)}function h0(e){const[t,n]=p.useState(e.defaultValue),{getExtendedProps:r}=p.useContext(wt),[o,i]=p.useMemo(()=>["low","high"].map(l=>r(e.path+"."+l)),[r,e.path]);function a(l){n(l),e.onChange&&e.onChange(l)}return s.jsxs(ee,{gap:"xs",grow:!0,wrap:"nowrap",children:[s.jsx(_s,{path:e.path+".low",disabled:e.disabled||(o==null?void 0:o.readonly),name:e.name+"-low",defaultValue:t==null?void 0:t.low,onChange:l=>a({...t,low:l})}),s.jsx(_s,{path:e.path+".high",disabled:e.disabled||(i==null?void 0:i.readonly),name:e.name+"-high",defaultValue:t==null?void 0:t.high,onChange:l=>a({...t,high:l})})]})}function MB(e){const[t,n]=p.useState(e.defaultValue),{getExtendedProps:r}=p.useContext(wt),[o,i]=p.useMemo(()=>["numerator","denominator"].map(l=>r(e.path+"."+l)),[r,e.path]);function a(l){n(l),e.onChange&&e.onChange(l)}return s.jsxs(ee,{gap:"xs",grow:!0,wrap:"nowrap",children:[s.jsx(_s,{path:e.path+".numerator",disabled:e.disabled||(o==null?void 0:o.readonly),name:e.name+"-numerator",defaultValue:t==null?void 0:t.numerator,onChange:l=>a({...t,numerator:l})}),s.jsx(_s,{path:e.path+".denominator",disabled:e.disabled||(i==null?void 0:i.readonly),name:e.name+"-denominator",defaultValue:t==null?void 0:t.denominator,onChange:l=>a({...t,denominator:l})})]})}const OB={Device:"device-name",Observation:"code",Subscription:"criteria",User:"email:contains"},LB=["AccessPolicy","Account","ActivityDefinition","Bot","CapabilityStatement","CareTeam","ClientApplication","CodeSystem","CompartmentDefinition","ConceptMap","EffectEvidenceSynthesis","Endpoint","EventDefinition","Evidence","EvidenceVariable","ExampleScenario","GraphDefinition","Group","HealthcareService","ImplementationGuide","InsurancePlan","Library","Location","Measure","MedicinalProduct","MessageDefinition","NamingSystem","OperationDefinition","Organization","Patient","Person","PlanDefinition","Practitioner","Project","Questionnaire","RelatedPerson","ResearchDefinition","ResearchElementDefinition","ResearchStudy","RiskEvidenceSynthesis","SearchParameter","StructureDefinition","StructureMap","TerminologyCapabilities","TestScript","UserConfiguration","ValueSet"];function $B(e){return{value:ct(e),label:Wo(e),resource:e}}function Ys(e){const t=ae(),{resourceType:n,searchCriteria:r}=e,[o,i]=p.useState(),a=St(e.defaultValue,i),l=e.itemComponent??FB,c=e.onChange,u=p.useCallback(async(f,h)=>{const m=zB(n),g=new URLSearchParams({[m]:f??"",_count:"10",...r});return await t.searchResources(n,g,{signal:h})},[t,n,r]),d=p.useCallback(f=>{c&&c(f[0])},[c]);return Ft(e.defaultValue)&&!o&&!a?null:s.jsx(a0,{disabled:e.disabled,name:e.name,label:e.label,error:e.error,required:e.required,itemComponent:l,defaultValue:a,placeholder:e.placeholder,maxValues:1,toOption:$B,loadOptions:u,onChange:d,clearable:!0})}const FB=p.forwardRef(({label:e,resource:t,active:n,...r},o)=>s.jsx("div",{ref:o,...r,children:s.jsxs(ee,{wrap:"nowrap",children:[s.jsx(Vi,{value:t}),s.jsxs("div",{children:[s.jsx(he,{children:e}),s.jsx(he,{size:"xs",c:"dimmed",children:t.birthDate||t.id})]})]})}));function zB(e){return OB[e]??(LB.includes(e)?"name":"_id")}function Yh(e){const{onChange:t}=e,n=ae(),[r,o]=p.useState(e.defaultValue),[i,a]=p.useState(()=>UB(e.targetTypes)),[l,c]=p.useState(()=>BB(e.defaultValue,i)),u=p.useRef(new Kk),d=p.useMemo(()=>(l==null?void 0:l.type)==="profile"?{...e.searchCriteria,_profile:l.value}:e.searchCriteria,[e.searchCriteria,l]);p.useEffect(()=>{let m=!1;const g=i==null?void 0:i.map(v=>{if(!WB(v))return Promise.resolve(v);m=!0;const S=v.value,b=u.current.get(S);if(b)return b;const x=VB(n,v.value).then(w=>{const C={...v};return w?Ft(w.type)?(C.resourceType=w.type,C.name=w.name,C.title=w.title):(console.error(`StructureDefinition.type missing for ${v.value}`),C.error="StructureDefinition.type missing"):(console.error(`StructureDefinition not found for ${v.value}`),C.error="StructureDefinition not found"),C}).catch(w=>(console.error(w),{...v,error:w})),y=new Mr(x);return u.current.set(S,y),y});!g||!m||Promise.all(g).then(v=>{if(a(v),!l)return;const S=v.findIndex(b=>b.value===l.value||b.resourceType===l.resourceType);if(S===-1){console.debug(`defaultValue had unexpected resourceType: ${l.resourceType}`);return}c(v[S])}).catch(console.error)},[n,l,i]);const f=p.useCallback(m=>{const g=m?Tt(m):void 0;o(g),t&&t(g)},[t]),h=p.useMemo(()=>i?i.map(m=>({value:m.value,label:m.type==="profile"?m.title??m.name??m.resourceType??m.value:m.value})):[],[i]);return s.jsxs(ee,{gap:"xs",grow:!0,wrap:"nowrap",children:[i&&i.length>1&&s.jsx(Pt,{disabled:e.disabled,"data-autofocus":e.autoFocus,"data-testid":"reference-input-resource-type-select",defaultValue:l==null?void 0:l.resourceType,autoFocus:e.autoFocus,onChange:m=>{const g=m.currentTarget.value,v=i.find(S=>S.value===g);c(v)},data:h}),!i&&s.jsx(c0,{disabled:e.disabled,autoFocus:e.autoFocus,testId:"reference-input-resource-type-input",defaultValue:l==null?void 0:l.resourceType,onChange:m=>{c(m?{type:"resourceType",value:m,resourceType:m}:void 0)},name:e.name+"-resourceType",placeholder:"Resource Type"}),s.jsx(Ys,{resourceType:l==null?void 0:l.resourceType,name:e.name+"-id",required:e.required,placeholder:e.placeholder,defaultValue:r,searchCriteria:d,onChange:f,disabled:e.disabled})]})}function UB(e){if(!e||e.length===0||e.length===1&&e[0]==="Resource")return;const t=[];for(const n of e)n.includes("/")?t.push({type:"profile",value:n}):t.push({type:"resourceType",value:n,resourceType:n});return t}function BB(e,t){var r;const n=(r=e==null?void 0:e.reference)==null?void 0:r.split("/")[0];if(n){const o=t==null?void 0:t.find(i=>i.resourceType===n);return o||{type:"resourceType",value:n,resourceType:n}}if(t&&t.length>0)return t[0]}async function VB(e,t){const n=Sl(t);if(n)return{type:n.type,name:n.name,title:n.title};const r=`{
536
+ StructureDefinitionList(url: "${t}", _sort: "_lastUpdated", _count: 1) {
537
+ type,
538
+ name,
539
+ title,
540
+ }
541
+ }`.replace(/\s+/g," ");return(await e.graphql(r)).data.StructureDefinitionList[0]}function WB(e){return e.type==="profile"&&!(e!=null&&e.error)&&zt(e.resourceType)}const HB="_indented_ldk1d_1",RR={indented:HB};function _R({propertyDisplayName:e,onClick:t,testId:n}){const r=e?`Add ${e}`:"Add";return e?s.jsx(ie,{title:r,size:"sm",color:"green.6",variant:"subtle","data-testid":n,leftSection:s.jsx(jf,{size:"1.25rem"}),onClick:t,children:r}):s.jsx(en,{title:r,color:"green.6","data-testid":n,onClick:t,children:s.jsx(jf,{size:"1.25rem"})})}function DR({propertyDisplayName:e,onClick:t,testId:n}){return s.jsx(en,{title:e?`Remove ${e}`:"Remove",color:"red.5","data-testid":n,variant:"subtle",onClick:t,children:s.jsx(Sf,{size:"1.25rem"})})}function qB(e){var m,g;const{slice:t,property:n}=e,[r,o]=p.useState(e.defaultValue),i=((m=t.typeSchema)==null?void 0:m.elements)??t.elements,a=p.useContext(wt),l=p.useMemo(()=>{var v;if(Ft(i))return al({parentContext:a,elements:i,path:e.path,profileUrl:(v=t.typeSchema)==null?void 0:v.url})},[a,e.path,(g=t.typeSchema)==null?void 0:g.url,i]);function c(v){o(v),e.onChange&&e.onChange(v)}const u=t.min>0,d=zt(t.elements),f=Lk(t.name),h=e.property.readonly&&r.length===0;return Kh(wt.Provider,l,s.jsx(yt,{title:f,description:t.definition,withAsterisk:u,fhirPath:`${n.path}:${t.name}`,testId:e.testId,readonly:e.property.readonly,children:h?s.jsx(he,{c:"dimmed",children:"(empty)"}):s.jsxs(Ae,{className:d?RR.indented:void 0,children:[r.map((v,S)=>s.jsxs(ee,{wrap:"nowrap",children:[s.jsx("div",{style:{flexGrow:1},"data-testid":e.testId&&`${e.testId}-elements-${S}`,children:s.jsx(p0,{elementDefinitionType:t.type[0],name:t.name,defaultValue:v,onChange:b=>{const x=[...r];x[S]=b,c(x)},outcome:e.outcome,min:t.min,max:t.max,binding:t.binding,path:e.path,valuePath:void 0,readOnly:e.property.readonly})}),!e.property.readonly&&r.length>t.min&&s.jsx(DR,{propertyDisplayName:f,testId:e.testId&&`${e.testId}-remove-${S}`,onClick:b=>{xt(b);const x=[...r];x.splice(S,1),c(x)}})]},`${S}-${r.length}`)),!e.property.readonly&&r.length<t.max&&s.jsx(ee,{wrap:"nowrap",style:{justifyContent:"flex-start"},children:s.jsx(_R,{propertyDisplayName:f,onClick:v=>{xt(v);const S=[...r,void 0];c(S)},testId:e.testId&&`${e.testId}-add`})})]})}))}function GB(e,t,n){return t===void 0?e:n===void 0?t:`${t}[${n}]`}function QB(e){var x;const{property:t}=e,n=ae(),[r,o]=p.useState(!0),[i,a]=p.useState([]),[l]=p.useState(()=>Array.isArray(e.defaultValue)?e.defaultValue:[]),[c,u]=p.useState(()=>[l]),d=p.useContext(wt),f=(x=t.type[0])==null?void 0:x.code;p.useEffect(()=>{yR({medplum:n,property:t}).then(y=>{a(y);const w=vR(l,y,t.slicing,d.profileUrl);KB(w,y),u(w),o(!1)}).catch(y=>{console.error(y),o(!1)})},[n,t,l,d.profileUrl,u]);function h(y,w){const C=[...c];if(C[w]=y,u(C),e.onChange){const j=C.flat().filter(T=>T!==void 0);e.onChange(j)}}if(r)return s.jsx("div",{children:"Loading..."});const m=i.length,g=c[m],v=!(e.hideNonSliceValues??(f==="Extension"&&i.length>0)),S=ks(t.path),b=e.property.readonly&&i.length===0&&l.length===0;return s.jsxs(Ae,{className:e.indent?RR.indented:void 0,children:[b&&s.jsx(he,{c:"dimmed",children:"(empty)"}),i.map((y,w)=>s.jsx(qB,{slice:y,path:e.path,valuePath:e.valuePath,property:t,defaultValue:c[w],onChange:C=>{h(C,w)},testId:`slice-${y.name}`},y.name)),v&&g.map((y,w)=>s.jsxs(ee,{wrap:"nowrap",style:{flexGrow:1},children:[s.jsx("div",{style:{flexGrow:1},children:s.jsx(Pl,{arrayElement:!0,property:e.property,name:e.name+"."+w,path:e.path,valuePath:GB(e.path,e.valuePath,w),defaultValue:y,onChange:C=>{const j=[...g];j[w]=C,h(j,m)},defaultPropertyType:void 0,outcome:e.outcome})}),!e.property.readonly&&s.jsx(DR,{propertyDisplayName:S,testId:`nonsliced-remove-${w}`,onClick:C=>{xt(C);const j=[...g];j.splice(w,1),h(j,m)}})]},`${w}-${g.length}`)),!e.property.readonly&&v&&c.flat().length<t.max&&s.jsx(ee,{wrap:"nowrap",style:{justifyContent:"flex-start"},children:s.jsx(_R,{propertyDisplayName:S,onClick:y=>{xt(y);const w=[...g];w.push(void 0),h(w,m)},testId:"nonsliced-add"})})]})}function KB(e,t){for(let n=0;n<t.length;n++){const r=t[n],o=e[n];for(;o.length<r.min;)o.push(void 0)}}function YB(e){const[t,n]=p.useState(!1),r=yj(),o=p.useRef(null),i={...e.styles};return t||(i.input||(i.input={}),i.input.WebkitTextSecurity="disc"),s.jsxs(Cs,{gap:"xs",children:[s.jsx(Bs,{...e,styles:{...i,root:{...i.root??{},flexGrow:1}},ref:o,autosize:!0,minRows:1,onFocus:()=>n(!0),onBlur:()=>n(!1)}),s.jsx(en,{title:"Copy secret",onClick:()=>{var a;r.copy((a=o.current)==null?void 0:a.value),pe({color:"green",message:"Copied"})},children:s.jsx(aR,{})})]})}const XB=["sun","mon","tue","wed","thu","fri","sat"];function JB(e){const[t,n]=p.useState(e.defaultValue),[r,o]=p.useState(!e.disabled&&(e.defaultModalOpen??!1)),i=p.useRef();return i.current=t,s.jsxs(s.Fragment,{children:[s.jsxs(ee,{gap:"xs",grow:!0,wrap:"nowrap",children:[s.jsx("span",{children:Nk(i.current)||"No repeat"}),s.jsx(ie,{disabled:e.disabled,onClick:()=>o(!0),children:"Edit"})]}),!e.disabled&&s.jsx(ZB,{path:e.path,visible:r,defaultValue:i.current,onOk:a=>{e.onChange&&e.onChange(a),n(a),o(!1)},onCancel:()=>o(!1)})]})}const qw={repeat:{period:1,periodUnit:"d"}};function ZB(e){const[t,n]=p.useState(e.defaultValue||qw),{getExtendedProps:r}=p.useContext(wt),[o,i,a,l,c]=p.useMemo(()=>["event","repeat","repeat.period","repeat.periodUnit","repeat.dayOfWeek"].map(v=>r(e.path+"."+v)),[r,e.path]),u=p.useRef();u.current=t;function d(v){n({...u.current,event:[v]})}function f(v){n({...u.current,repeat:v})}function h(v){var S;f({...(S=u.current)==null?void 0:S.repeat,period:v})}function m(v){var S;f({...(S=u.current)==null?void 0:S.repeat,periodUnit:v})}function g(v){var S;f({...(S=u.current)==null?void 0:S.repeat,dayOfWeek:v})}return s.jsx(mn,{title:"Timing",closeButtonProps:{"aria-label":"Close"},opened:e.visible,onClose:()=>e.onCancel(),children:s.jsxs(Ae,{children:[s.jsx(yt,{title:"Starts on",htmlFor:"timing-dialog-start",children:s.jsx(Rs,{disabled:o==null?void 0:o.readonly,name:"timing-dialog-start",onChange:v=>d(v)})}),s.jsx(mu,{disabled:i==null?void 0:i.readonly,label:"Repeat",checked:!!t.repeat,onChange:v=>f(v.currentTarget.checked?qw.repeat:void 0)}),t.repeat&&s.jsxs(s.Fragment,{children:[s.jsx(yt,{title:"Repeat every",htmlFor:"timing-dialog-period",children:s.jsxs(ee,{gap:"xs",grow:!0,wrap:"nowrap",children:[s.jsx(ye,{disabled:a==null?void 0:a.readonly,type:"number",step:1,id:"timing-dialog-period",name:"timing-dialog-period",defaultValue:t.repeat.period||1,onChange:v=>h(parseInt(v.currentTarget.value,10)||1)}),s.jsx(Pt,{disabled:l==null?void 0:l.readonly,id:"timing-dialog-periodUnit",name:"timing-dialog-periodUnit",defaultValue:t.repeat.periodUnit,onChange:v=>m(v.currentTarget.value),data:[{label:"second",value:"s"},{label:"minute",value:"min"},{label:"hour",value:"h"},{label:"day",value:"d"},{label:"week",value:"wk"},{label:"month",value:"mo"},{label:"year",value:"a"}]})]})}),t.repeat.periodUnit==="wk"&&s.jsx(yt,{title:"Repeat on",children:s.jsx(Oc.Group,{multiple:!0,onChange:g,children:s.jsx(ee,{justify:"space-between",mt:"md",gap:"xs",children:XB.map(v=>s.jsx(Oc,{value:v,size:"xs",radius:"xl",disabled:c==null?void 0:c.readonly,children:v.charAt(0).toUpperCase()},v))})})})]}),s.jsx(ee,{justify:"flex-end",children:s.jsx(ie,{onClick:()=>e.onOk(t),children:"OK"})})]})})}function Pl(e){var l;const{property:t,name:n,onChange:r,defaultValue:o}=e,i=e.defaultPropertyType&&e.defaultPropertyType!=="undefined"?e.defaultPropertyType:t.type[0].code,a=t.type;if((t.isArray||t.max>1)&&!e.arrayElement){if(i===V.Attachment)return s.jsx(aB,{name:n,defaultValue:o,onChange:r,disabled:t.readonly});const c=((l=a[0])==null?void 0:l.code)!==V.Extension;return s.jsx(QB,{property:t,name:n,path:e.path,valuePath:e.valuePath,defaultValue:o,indent:c,onChange:r,outcome:e.outcome})}else return a.length>1?s.jsx(eV,{elementDefinitionTypes:a,...e}):s.jsx(p0,{name:n,defaultValue:o,onChange:c=>{if(e.onChange){const u=e.name.replace("[x]",tn(a[0].code));e.onChange(c,u)}},outcome:e.outcome,elementDefinitionType:a[0],min:t.min,max:t.min,binding:t.binding,path:e.path,valuePath:e.valuePath,readOnly:t.readonly})}function eV(e){const t=e.elementDefinitionTypes;let n;e.defaultPropertyType&&(n=t.find(i=>i.code===e.defaultPropertyType)),n||(n=t[0]);const[r,o]=p.useState(n);return s.jsxs(ee,{gap:"xs",grow:!0,wrap:"nowrap",align:"flex-start",children:[s.jsx(Pt,{disabled:e.property.readonly,style:{width:"200px"},defaultValue:r.code,"data-testid":e.name&&e.name+"-selector",onChange:i=>{o(t.find(a=>a.code===i.currentTarget.value))},data:t.map(i=>({value:i.code,label:i.code}))}),s.jsx(p0,{name:e.name,defaultValue:e.defaultValue,outcome:e.outcome,elementDefinitionType:r,onChange:i=>{e.onChange&&e.onChange(i,e.name.replace("[x]",tn(r.code)))},min:e.property.min,max:e.property.max,binding:e.property.binding,path:e.property.path,valuePath:e.valuePath,readOnly:e.property.readonly})]})}function p0(e){const{name:t,onChange:n,outcome:r,binding:o,path:i,valuePath:a,readOnly:l}=e,c=e.min!==void 0&&e.min>0,u=e.elementDefinitionType.code,d=p.useContext(wt),f=p.useMemo(()=>{if(!Ux(u)||!zt(e.defaultValue))return e.defaultValue;const g=Object.create(null);if(d.path===e.path)Iw(g,d.elements);else{const v=zc(d.path,e.path);if(v===void 0)return e.defaultValue;Iw(g,d.elements,v)}return Ft(g)?g:e.defaultValue},[u,d.path,d.elements,e.path,e.defaultValue]);if(!u)return s.jsx("div",{children:"Property type not specified "});function h(){return{name:t,defaultValue:f,onChange:n,outcome:r,path:i,valuePath:a,disabled:l}}function m(){const g=Ye(e.outcome,a??i);return{id:t,name:t,"data-testid":t,defaultValue:f,required:c,error:g,disabled:l}}switch(u){case V.SystemString:case V.canonical:case V.string:case V.time:case V.uri:case V.url:return e.path==="Project.secret.value[x]"?s.jsx(YB,{...m(),onChange:g=>{e.onChange&&e.onChange(g.currentTarget.value)}}):s.jsx(ye,{...m(),onChange:g=>{n&&n(g.currentTarget.value)}});case V.date:return s.jsx(ye,{...m(),type:"date",onChange:g=>{n&&n(g.currentTarget.value)}});case V.dateTime:case V.instant:return s.jsx(Rs,{...m(),onChange:n,outcome:r});case V.decimal:case V.integer:case V.positiveInt:case V.unsignedInt:return s.jsx(ye,{...m(),type:"number",step:u===V.decimal?"any":"1",onChange:g=>{if(n){const v=g.currentTarget.valueAsNumber;n(Number.isNaN(v)?void 0:v)}}});case V.code:return s.jsx(pR,{...m(),error:void 0,onChange:n,binding:o==null?void 0:o.valueSet});case V.boolean:return s.jsx(kn,{...m(),defaultChecked:!!f,onChange:g=>{n&&n(g.currentTarget.checked)}});case V.base64Binary:case V.markdown:return s.jsx(Bs,{...m(),spellCheck:u!==V.base64Binary,onChange:g=>{n&&n(g.currentTarget.value)}});case V.Address:return s.jsx(xz,{...h()});case V.Annotation:return s.jsx(bz,{...h()});case V.Attachment:return s.jsx(mR,{...h()});case V.CodeableConcept:return s.jsx(bB,{binding:o==null?void 0:o.valueSet,...h()});case V.Coding:return s.jsx(TR,{binding:o==null?void 0:o.valueSet,...h()});case V.ContactDetail:return s.jsx(EB,{...h()});case V.ContactPoint:return s.jsx(PR,{...h()});case V.Extension:return s.jsx(kB,{...h(),propertyType:e.elementDefinitionType});case V.HumanName:return s.jsx(RB,{...h()});case V.Identifier:return s.jsx(_B,{...h()});case V.Money:return s.jsx(IB,{...h()});case V.Period:return s.jsx(AB,{...h()});case V.Duration:case V.Quantity:return s.jsx(_s,{...h()});case V.Range:return s.jsx(h0,{...h()});case V.Ratio:return s.jsx(MB,{...h()});case V.Reference:return s.jsx(Yh,{...h(),targetTypes:nV(e.elementDefinitionType)});case V.Timing:return s.jsx(JB,{...h()});case V.Dosage:case V.UsageContext:default:return s.jsx(m0,{...h(),typeName:u})}}const tV=[`${e7}/fhir/StructureDefinition/`,"https://medplum.com/fhir/StructureDefinition/"];function nV(e){var t;return(t=e==null?void 0:e.targetProfile)==null?void 0:t.map(n=>{const r=tV.find(o=>n.startsWith(o));return r?n.slice(r.length):n})}function rV(e){const[t,n]=p.useState(e.defaultValue??{}),r=p.useContext(wt),o=p.useMemo(()=>yz(r.elements),[r.elements]);function i(l){n(l),e.onChange&&e.onChange(l)}const a={type:e.type,value:t};return s.jsx(Ae,{style:{flexGrow:1},"data-testid":e.testId,children:o.map(([l,c])=>{const[u,d]=mB(a,l,c),f=c.min!==void 0&&c.min>0,h=e.valuePath?e.valuePath+"."+l:void 0,m=s.jsx(Pl,{property:c,name:l,path:e.path+"."+l,valuePath:h,defaultValue:u,defaultPropertyType:d,onChange:(g,v)=>{i(ER({...t},l,v??l,c,g))},outcome:e.outcome},l);return e.type==="Extension"||e0.includes(l)?m:c.type.length===1&&c.type[0].code==="boolean"?s.jsx(jR,{title:ks(l),description:c.description,htmlFor:l,fhirPath:c.path,withAsterisk:f,readonly:c.readonly,children:m},l):s.jsx(yt,{title:ks(l),description:c.description,withAsterisk:f,htmlFor:l,outcome:e.outcome,fhirPath:c.path,errorExpression:h,readonly:c.readonly,children:m},l)})})}function m0(e){const[t]=p.useState(()=>e.defaultValue??{}),n=p.useContext(wt),r=e.profileUrl??(n==null?void 0:n.profileUrl),o=p.useMemo(()=>Uh(e.typeName,r),[e.typeName,r]),i=(o==null?void 0:o.type)??e.typeName,a=p.useMemo(()=>{if(o)return al({parentContext:n,elements:o.elements,path:e.path,profileUrl:o.url,accessPolicyResource:e.accessPolicyResource})},[o,n,e.path,e.accessPolicyResource]);return o?Kh(wt.Provider,a,s.jsx(rV,{path:e.path,valuePath:e.valuePath,type:i,defaultValue:t,onChange:e.onChange,outcome:e.outcome})):s.jsxs("div",{children:[i," not implemented"]})}const oV="_root_1vii2_1",iV={root:oV};function Tu(e){const{children:t,...n}=e;return s.jsx(Zy,{className:iV.root,...n,children:t})}const sV="_noteBody_10swh_1",aV="_noteCite_10swh_5",lV="_noteRoot_10swh_10",Gw={noteBody:sV,noteCite:aV,noteRoot:lV};function IR({value:e}){return e?s.jsx(Ae,{justify:"flex-start",gap:"xs",children:e.map(t=>{var n;return t.text&&s.jsx(Yy,{classNames:{cite:Gw.noteCite,root:Gw.noteRoot},cite:((n=t.authorReference)==null?void 0:n.display)||t.authorString,icon:null,children:t.text},`note-${t.text}`)})}):null}function kl(e){const{value:t,link:n,...r}=e,[o,i]=p.useState(),a=St(t,i);let l;if(o&&!pk(o))l=`[${Ie(o)}]`;else if(a)l=Wo(a);else return null;return n?s.jsx(qe,{to:t,...r,children:l}):s.jsx(he,{component:"span",...r,children:l})}function Ha(e){return s.jsxs(ee,{gap:"xs",children:[s.jsx(Vi,{size:24,radius:12,value:e.value,link:e.link}),s.jsx(kl,{value:e.value,link:e.link})]})}const cV={draft:"blue",active:"blue","on-hold":"yellow",revoked:"red",completed:"green","entered-in-error":"red",unknown:"gray",retired:"gray",registered:"blue",preliminary:"blue",final:"green",amended:"yellow",corrected:"yellow",cancelled:"red",requested:"blue",received:"blue",accepted:"blue",rejected:"red",ready:"blue","in-progress":"blue",failed:"red",proposed:"blue",pending:"blue",booked:"blue",arrived:"blue",fulfilled:"green",noshow:"red","checked-in":"blue",waitlist:"gray",routine:"gray",urgent:"red",asap:"red",stat:"red","not-done":"red",connected:"green",disconnected:"red"};function g0(e){return s.jsx(uu,{color:cV[e.status],children:e.status})}const uV="_table_pe9td_1",dV="_criticalRow_pe9td_12",fV="_noteBody_pe9td_23",hV="_noteCite_pe9td_27",pV="_noteRoot_pe9td_32",AR={table:uV,criticalRow:dV,noteBody:fV,noteCite:hV,noteRoot:pV};v0.defaultProps={hideObservationNotes:!1,hideSpecimenInfo:!1};function v0(e){var a;const t=ae(),n=St(e.value),[r,o]=p.useState();if(p.useEffect(()=>{n!=null&&n.specimen&&Promise.allSettled(n.specimen.map(l=>t.readReference(l))).then(l=>l.filter(c=>c.status==="fulfilled").map(c=>c.value)).then(o).catch(console.error)},[t,n]),!n)return null;const i=(r==null?void 0:r.flatMap(l=>l.note||[]))||[];if(n.presentedForm&&n.presentedForm.length>0){const l=n.presentedForm[0];(a=l.contentType)!=null&&a.startsWith("text/plain")&&l.data&&i.push({text:window.atob(l.data)})}return s.jsxs(Ae,{children:[s.jsx(be,{children:"Diagnostic Report"}),s.jsx(mV,{value:n}),r&&!e.hideSpecimenInfo&&gV(r),n.result&&s.jsx(vV,{hideObservationNotes:e.hideObservationNotes,value:n.result}),i.length>0&&s.jsx(IR,{value:i})]})}function mV({value:e}){var t,n;return s.jsxs(ee,{mt:"md",gap:30,children:[e.subject&&s.jsxs("div",{children:[s.jsx(he,{size:"xs",tt:"uppercase",c:"dimmed",children:"Subject"}),s.jsx(Ha,{value:e.subject,link:!0})]}),(t=e.resultsInterpreter)==null?void 0:t.map(r=>s.jsxs("div",{children:[s.jsx(he,{size:"xs",tt:"uppercase",c:"dimmed",children:"Interpreter"}),s.jsx(Ha,{value:r,link:!0})]},r.reference)),(n=e.performer)==null?void 0:n.map(r=>s.jsxs("div",{children:[s.jsx(he,{size:"xs",tt:"uppercase",c:"dimmed",children:"Performer"}),s.jsx(Ha,{value:r,link:!0})]},r.reference)),e.issued&&s.jsxs("div",{children:[s.jsx(he,{size:"xs",tt:"uppercase",c:"dimmed",children:"Issued"}),s.jsx(he,{children:Ln(e.issued)})]}),e.status&&s.jsxs("div",{children:[s.jsx(he,{size:"xs",tt:"uppercase",c:"dimmed",children:"Status"}),s.jsx(he,{children:tn(e.status)})]})]})}function gV(e){return s.jsxs(Ae,{gap:"xs",children:[s.jsx(be,{order:2,size:"h6",children:"Specimens"}),s.jsx(Mn,{type:"ordered",children:e==null?void 0:e.map(t=>{var n;return s.jsx(Mn.Item,{ml:"sm",children:s.jsxs(ee,{gap:20,children:[s.jsxs(ee,{gap:5,children:[s.jsx(he,{fw:500,children:"Collected:"})," ",Ln((n=t.collection)==null?void 0:n.collectedDateTime)]}),s.jsxs(ee,{gap:5,children:[s.jsx(he,{fw:500,children:"Received:"})," ",Ln(t.receivedTime)]})]})},`specimen-${t.id}`)})})]})}function vV(e){return s.jsxs("table",{className:AR.table,children:[s.jsx("thead",{children:s.jsxs("tr",{children:[s.jsx("th",{children:"Test"}),s.jsx("th",{children:"Value"}),s.jsx("th",{children:"Reference Range"}),s.jsx("th",{children:"Interpretation"}),s.jsx("th",{children:"Category"}),s.jsx("th",{children:"Performer"}),s.jsx("th",{children:"Status"})]})}),s.jsx("tbody",{children:s.jsx(NR,{value:e.value,ancestorIds:e.ancestorIds,hideObservationNotes:e.hideObservationNotes})})]})}function NR(e){var t;return s.jsx(s.Fragment,{children:(t=e.value)==null?void 0:t.map(n=>s.jsx(yV,{value:n,ancestorIds:e.ancestorIds,hideObservationNotes:e.hideObservationNotes},`obs-${Qs(n)?n.reference:n.id}`))})}function yV(e){var o,i;const t=St(e.value);if(!t||(o=e.ancestorIds)!=null&&o.includes(t.id))return null;const n=!e.hideObservationNotes&&t.note,r=wV(t);return s.jsxs(s.Fragment,{children:[s.jsxs("tr",{className:rt({[AR.criticalRow]:r}),children:[s.jsx("td",{rowSpan:n?2:1,children:s.jsx(qe,{to:t,children:s.jsx(vo,{value:t.code})})}),s.jsx("td",{children:s.jsx(xV,{value:t})}),s.jsx("td",{children:s.jsx(bV,{value:t.referenceRange})}),s.jsx("td",{children:t.interpretation&&t.interpretation.length>0&&s.jsx(vo,{value:t.interpretation[0]})}),s.jsx("td",{children:t.category&&t.category.length>0&&s.jsx(s.Fragment,{children:t.category.map(a=>s.jsx("div",{children:s.jsx(vo,{value:a})},`category-${Ni(a)}`))})}),s.jsx("td",{children:(i=t.performer)==null?void 0:i.map(a=>s.jsx(Ef,{value:a},a.reference))}),s.jsx("td",{children:t.status&&s.jsx(g0,{status:t.status})})]}),t.hasMember&&s.jsx(NR,{value:t.hasMember,ancestorIds:e.ancestorIds?[...e.ancestorIds,t.id]:[t.id],hideObservationNotes:e.hideObservationNotes}),n&&s.jsx("tr",{children:s.jsx("td",{colSpan:6,children:s.jsx(IR,{value:t.note})})})]})}function xV(e){const t=e.value;return s.jsx(s.Fragment,{children:Mk(t)})}function bV(e){const t=e.value&&e.value.length>0&&e.value[0];return t?t.text?s.jsx(s.Fragment,{children:t.text}):s.jsx(f0,{value:t}):null}function wV(e){var n,r,o,i;const t=(i=(o=(r=(n=e.interpretation)==null?void 0:n[0])==null?void 0:r.coding)==null?void 0:o[0])==null?void 0:i.code;return t==="AA"||t==="LL"||t==="HH"||t==="A"}const SV="_paper_1igaj_1",jV="_fill_1igaj_20",Qw={paper:SV,fill:jV};function y0(e){const{width:t,fill:n,className:r,children:o,...i}=e,a=t?{maxWidth:t}:void 0;return s.jsx(Xn,{className:rt(Qw.paper,n&&Qw.fill,r),style:a,shadow:"sm",radius:"sm",withBorder:!0,...i,children:o})}var x0={},No={};Object.defineProperty(No,"__esModule",{value:!0});No.Pointer=No.escapeToken=No.unescapeToken=void 0;function MR(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}No.unescapeToken=MR;function OR(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}No.escapeToken=OR;var CV=function(){function e(t){t===void 0&&(t=[""]),this.tokens=t}return e.fromJSON=function(t){var n=t.split("/").map(MR);if(n[0]!=="")throw new Error("Invalid JSON Pointer: ".concat(t));return new e(n)},e.prototype.toString=function(){return this.tokens.map(OR).join("/")},e.prototype.evaluate=function(t){for(var n=null,r="",o=t,i=1,a=this.tokens.length;i<a;i++)n=o,r=this.tokens[i],!(r=="__proto__"||r=="constructor"||r=="prototype")&&(o=(n||{})[r]);return{parent:n,key:r,value:o}},e.prototype.get=function(t){return this.evaluate(t).value},e.prototype.set=function(t,n){var r=this.evaluate(t);r.parent&&(r.parent[r.key]=n)},e.prototype.push=function(t){this.tokens.push(t)},e.prototype.add=function(t){var n=this.tokens.concat(String(t));return new e(n)},e}();No.Pointer=CV;var Ht={},b0={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.clone=e.objectType=e.hasOwnProperty=void 0,e.hasOwnProperty=Object.prototype.hasOwnProperty;function t(o){return o===void 0?"undefined":o===null?"null":Array.isArray(o)?"array":typeof o}e.objectType=t;function n(o){return o!=null&&typeof o=="object"}function r(o){if(!n(o))return o;if(o.constructor==Array){for(var i=o.length,a=new Array(i),l=0;l<i;l++)a[l]=r(o[l]);return a}if(o.constructor==Date){var c=new Date(+o);return c}var u={};for(var d in o)e.hasOwnProperty.call(o,d)&&(u[d]=r(o[d]));return u}e.clone=r})(b0);var Nn={};Object.defineProperty(Nn,"__esModule",{value:!0});Nn.diffAny=Nn.diffObjects=Nn.diffArrays=Nn.intersection=Nn.subtract=Nn.isDestructive=void 0;var qc=b0;function EV(e){var t=e.op;return t==="remove"||t==="replace"||t==="copy"||t==="move"}Nn.isDestructive=EV;function Ug(e,t){var n={};for(var r in e)qc.hasOwnProperty.call(e,r)&&e[r]!==void 0&&(n[r]=1);for(var o in t)qc.hasOwnProperty.call(t,o)&&t[o]!==void 0&&delete n[o];return Object.keys(n)}Nn.subtract=Ug;function LR(e){for(var t=e.length,n={},r=0;r<t;r++){var o=e[r];for(var i in o)qc.hasOwnProperty.call(o,i)&&o[i]!==void 0&&(n[i]=(n[i]||0)+1)}for(var i in n)n[i]<t&&delete n[i];return Object.keys(n)}Nn.intersection=LR;function TV(e){return e.op==="add"}function PV(e){return e.op==="remove"}function sm(e,t){return{operations:e.operations.concat(t),cost:e.cost+1}}function $R(e,t,n,r){r===void 0&&(r=Xh);var o={"0,0":{operations:[],cost:0}};function i(d,f){var h="".concat(d,",").concat(f),m=o[h];if(m===void 0){if(d>0&&f>0&&!r(e[d-1],t[f-1],n.add(String(d-1))).length)m=i(d-1,f-1);else{var g=[];if(d>0){var v=i(d-1,f),S={op:"remove",index:d-1};g.push(sm(v,S))}if(f>0){var b=i(d,f-1),x={op:"add",index:d-1,value:t[f-1]};g.push(sm(b,x))}if(d>0&&f>0){var y=i(d-1,f-1),w={op:"replace",index:d-1,original:e[d-1],value:t[f-1]};g.push(sm(y,w))}var C=g.sort(function(j,T){return j.cost-T.cost})[0];m=C}o[h]=m}return m}var a=isNaN(e.length)||e.length<=0?0:e.length,l=isNaN(t.length)||t.length<=0?0:t.length,c=i(a,l).operations,u=c.reduce(function(d,f){var h=d[0],m=d[1];if(TV(f)){var g=f.index+1+m,v=g<a+m?String(g):"-",S={op:f.op,path:n.add(v).toString(),value:f.value};return[h.concat(S),m+1]}else if(PV(f)){var S={op:f.op,path:n.add(String(f.index+m)).toString()};return[h.concat(S),m-1]}else{var b=n.add(String(f.index+m)),x=r(f.original,f.value,b);return[h.concat.apply(h,x),m]}},[[],0])[0];return u}Nn.diffArrays=$R;function FR(e,t,n,r){r===void 0&&(r=Xh);var o=[];return Ug(e,t).forEach(function(i){o.push({op:"remove",path:n.add(i).toString()})}),Ug(t,e).forEach(function(i){o.push({op:"add",path:n.add(i).toString(),value:t[i]})}),LR([e,t]).forEach(function(i){o.push.apply(o,r(e[i],t[i],n.add(i)))}),o}Nn.diffObjects=FR;function Xh(e,t,n,r){if(r===void 0&&(r=Xh),e===t)return[];var o=(0,qc.objectType)(e),i=(0,qc.objectType)(t);return o=="array"&&i=="array"?$R(e,t,n,r):o=="object"&&i=="object"?FR(e,t,n,r):[{op:"replace",path:n.toString(),value:t}]}Nn.diffAny=Xh;var w0=V0&&V0.__extends||function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,o){r.__proto__=o}||function(r,o){for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(r[i]=o[i])},e(t,n)};return function(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(Ht,"__esModule",{value:!0});Ht.apply=Ht.InvalidOperationError=Ht.test=Ht.copy=Ht.move=Ht.replace=Ht.remove=Ht.add=Ht.TestError=Ht.MissingError=void 0;var Ho=No,S0=b0,kV=Nn,yo=function(e){w0(t,e);function t(n){var r=e.call(this,"Value required at path: ".concat(n))||this;return r.path=n,r.name="MissingError",r}return t}(Error);Ht.MissingError=yo;var zR=function(e){w0(t,e);function t(n,r){var o=e.call(this,"Test failed: ".concat(n," != ").concat(r))||this;return o.actual=n,o.expected=r,o.name="TestError",o}return t}(Error);Ht.TestError=zR;function j0(e,t,n){if(Array.isArray(e))if(t=="-")e.push(n);else{var r=parseInt(t,10);e.splice(r,0,n)}else e[t]=n}function UR(e,t){if(Array.isArray(e)){var n=parseInt(t,10);e.splice(n,1)}else delete e[t]}function BR(e,t){var n=Ho.Pointer.fromJSON(t.path).evaluate(e);return n.parent===void 0?new yo(t.path):(j0(n.parent,n.key,(0,S0.clone)(t.value)),null)}Ht.add=BR;function VR(e,t){var n=Ho.Pointer.fromJSON(t.path).evaluate(e);return n.value===void 0?new yo(t.path):(UR(n.parent,n.key),null)}Ht.remove=VR;function WR(e,t){var n=Ho.Pointer.fromJSON(t.path).evaluate(e);if(n.parent===null)return new yo(t.path);if(Array.isArray(n.parent)){if(parseInt(n.key,10)>=n.parent.length)return new yo(t.path)}else if(n.value===void 0)return new yo(t.path);return n.parent[n.key]=(0,S0.clone)(t.value),null}Ht.replace=WR;function HR(e,t){var n=Ho.Pointer.fromJSON(t.from).evaluate(e);if(n.value===void 0)return new yo(t.from);var r=Ho.Pointer.fromJSON(t.path).evaluate(e);return r.parent===void 0?new yo(t.path):(UR(n.parent,n.key),j0(r.parent,r.key,n.value),null)}Ht.move=HR;function qR(e,t){var n=Ho.Pointer.fromJSON(t.from).evaluate(e);if(n.value===void 0)return new yo(t.from);var r=Ho.Pointer.fromJSON(t.path).evaluate(e);return r.parent===void 0?new yo(t.path):(j0(r.parent,r.key,(0,S0.clone)(n.value)),null)}Ht.copy=qR;function GR(e,t){var n=Ho.Pointer.fromJSON(t.path).evaluate(e);return(0,kV.diffAny)(n.value,t.value,new Ho.Pointer).length?new zR(n.value,t.value):null}Ht.test=GR;var QR=function(e){w0(t,e);function t(n){var r=e.call(this,"Invalid operation: ".concat(n.op))||this;return r.operation=n,r.name="InvalidOperationError",r}return t}(Error);Ht.InvalidOperationError=QR;function RV(e,t){switch(t.op){case"add":return BR(e,t);case"remove":return VR(e,t);case"replace":return WR(e,t);case"move":return HR(e,t);case"copy":return qR(e,t);case"test":return GR(e,t)}return new QR(t)}Ht.apply=RV;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.createTests=e.createPatch=e.applyPatch=e.Pointer=void 0;var t=No;Object.defineProperty(e,"Pointer",{enumerable:!0,get:function(){return t.Pointer}});var n=Ht,r=Nn;function o(u,d){return d.map(function(f){return(0,n.apply)(u,f)})}e.applyPatch=o;function i(u){function d(f,h,m){var g=u(f,h,m);return Array.isArray(g)?g:(0,r.diffAny)(f,h,m,d)}return d}function a(u,d,f){var h=new t.Pointer;return(f?i(f):r.diffAny)(u,d,h)}e.createPatch=a;function l(u,d){var f=t.Pointer.fromJSON(d).evaluate(u);if(f!==void 0)return{op:"test",path:d,value:f.value}}function c(u,d){var f=new Array;return d.filter(r.isDestructive).forEach(function(h){var m=l(u,h.path);if(m&&f.push(m),"from"in h){var g=l(u,h.from);g&&f.push(g)}}),f}e.createTests=c})(x0);const _V="_root_w6lfx_1",DV="_removed_w6lfx_16",IV="_added_w6lfx_21",am={root:_V,removed:DV,added:IV};function AV(e){const t=ae(),{original:n,revised:r}=e,[o,i]=p.useState(!1);p.useEffect(()=>{t.requestSchema(e.original.resourceType).then(()=>i(!0)).catch(console.log)},[t,e.original.resourceType]);const a=p.useMemo(()=>{if(!o)return null;const l=[xo(n)],c=[xo(r)],u=[],d=NV(x0.createPatch(n,r));for(const f of d){const h=f.path,m=MV(h),g=OV(n.resourceType,m),v=f.op==="add"?void 0:Wc(m,l),S=f.op==="remove"?void 0:Wc(m,c);u.push({key:`op-${f.op}-${f.path}`,name:`${tn(f.op)} ${m}`,path:(g==null?void 0:g.path)??n.resourceType+"."+m,property:g,originalValue:Kw(g,v),revisedValue:Kw(g,S)})}return u},[o,n,r]);return a?s.jsxs(fe,{className:am.root,children:[s.jsx(fe.Thead,{children:s.jsxs(fe.Tr,{children:[s.jsx(fe.Th,{}),s.jsx(fe.Th,{children:"Before"}),s.jsx(fe.Th,{children:"After"})]})}),s.jsx(fe.Tbody,{children:a.map(l=>s.jsxs(fe.Tr,{children:[s.jsx(fe.Td,{children:l.name}),s.jsx(fe.Td,{className:am.removed,children:l.originalValue&&s.jsx(Kr,{path:l.path,property:l.property,propertyType:l.originalValue.type,value:l.originalValue.value,ignoreMissingValues:!0})}),s.jsx(fe.Td,{className:am.added,children:l.revisedValue&&s.jsx(Kr,{path:l.path,property:l.property,propertyType:l.revisedValue.type,value:l.revisedValue.value,ignoreMissingValues:!0})})]},l.key))})]}):null}function NV(e){const t=[];for(const n of e){const{op:r,path:o}=n;if(o.startsWith("/meta/author")||o.startsWith("/meta/compartment")||o.startsWith("/meta/lastUpdated")||o.startsWith("/meta/versionId"))continue;const i=e.filter(l=>l.op===r&&l.path===o).length,a={op:r,path:o};i>1&&(r==="add"||r==="remove")&&/\/[0-9-]+$/.test(o)&&(a.op="replace",a.path=o.replace(/\/[^/]+$/,"")),t.some(l=>l.op===a.op&&l.path===a.path)||t.push(a)}return t}function MV(e){const t=e.split("/").filter(Boolean);let n="";for(let r=0;r<t.length;r++){const o=t[r];o==="-"?n+=".last()":/^\d+$/.test(o)?n+=`[${o}]`:(r>0&&(n+="."),n+=o)}return n.endsWith(".url")&&(n=n.replace(/\.url$/,"")),n}function OV(e,t){var r;const n=El(e,{resourceType:"SearchParameter",base:[e],code:e+"."+t,expression:e+"."+t});return(r=n==null?void 0:n.elementDefinitions)==null?void 0:r[0]}function Kw(e,t){return t&&{type:Array.isArray(t)?t[0].type:t.type,value:LV(t,!!(e!=null&&e.isArray))}}function LV(e,t){const n=$6(e).flatMap(r=>r.value);return t?n:n[0]}function C0(e){const{profileUrl:t}=e,n=ae(),r=n.getAccessPolicy(),o=St(e.value),[i,a]=p.useState(!1);p.useEffect(()=>{if(o)if(t)n.requestProfileSchema(t,{expandProfile:!0}).then(()=>{Sl(t)?a(!0):console.error(`Schema not found for ${t}`)}).catch(c=>{console.error("Error in requestProfileSchema",c)});else{const c=o.resourceType;n.requestSchema(c).then(()=>{a(!0)}).catch(console.error)}},[n,t,o]);const l=p.useMemo(()=>o&&Wk(o,Yx.READ,r),[r,o]);return!i||!o?null:s.jsx(Tf,{path:o.resourceType,value:{type:o.resourceType,value:e.forceUseInput?e.value:o},profileUrl:t,ignoreMissingValues:e.ignoreMissingValues,accessPolicyResource:l})}const $V="_item_5q6yx_1",FV="_itemPadding_5q6yx_5",Yw={item:$V,itemPadding:FV};function zV(e){return s.jsx(Tu,{children:e.children})}function Ds(e){var c,u;const{resource:t,profile:n,padding:r,popupMenuItems:o,...i}=e,a=n??((c=t.meta)==null?void 0:c.author),l=e.dateTime??((u=t.meta)==null?void 0:u.lastUpdated);return s.jsxs(y0,{"data-testid":"timeline-item",fill:!0,...i,children:[s.jsxs(ee,{justify:"space-between",gap:8,mx:"xs",my:"sm",children:[s.jsx(Vi,{value:a,link:!0,size:"md"}),s.jsxs("div",{style:{flex:1},children:[s.jsx(he,{size:"sm",children:s.jsx(kl,{c:"dark",fw:500,value:a,link:!0})}),s.jsxs(he,{size:"xs",children:[s.jsx(qe,{c:"dimmed",to:e.resource,children:Ln(l)}),s.jsx(he,{component:"span",c:"dimmed",mx:8,children:"·"}),s.jsx(qe,{c:"dimmed",to:e.resource,children:e.resource.resourceType})]})]}),o&&s.jsxs(Z,{position:"bottom-end",shadow:"md",width:200,children:[s.jsx(Z.Target,{children:s.jsx(en,{color:"gray",variant:"subtle",radius:"xl","aria-label":`Actions for ${ct(e.resource)}`,children:s.jsx(Lz,{})})}),o]})]}),s.jsx(dR,{children:s.jsx("div",{className:rt(Yw.item,{[Yw.itemPadding]:r}),children:e.children})})]})}function KR(e,t){e.sort((n,r)=>{const o=Xw(n,t),i=Xw(r,t);return o>i?1:o<i?-1:Jw(n,t)-Jw(r,t)})}function Xw(e,t){if(!YR(e,t)){const n=e.priority;if(typeof n=="string")return{stat:4,asap:3,urgent:2}[n]??0}return 0}function Jw(e,t){var r;if(!YR(e,t)){if(e.resourceType==="Communication"&&e.sent)return new Date(e.sent).getTime();if((e.resourceType==="DiagnosticReport"||e.resourceType==="Media"||e.resourceType==="Observation")&&e.issued)return new Date(e.issued).getTime();if(e.resourceType==="DocumentReference"&&e.date)return new Date(e.date).getTime()}const n=(r=e.meta)==null?void 0:r.lastUpdated;return n?new Date(n).getTime():0}function YR(e,t){return!!t&&e.resourceType===t.resourceType&&e.id===t.id}const UV="_pinnedComment_5uxzi_2",BV={pinnedComment:UV};function Jh(e){const t=ae(),n=t.getProfile(),r=p.useRef(null),o=St(e.value),[i,a]=p.useState(),[l,c]=p.useState([]),u=e.loadTimelineResources,d=p.useRef(l);d.current=l;const f=p.useCallback(w=>{KR(w,o),w.reverse(),c(w)},[o]),h=p.useCallback(w=>{const C=[];for(const j of w){if(j.status!=="fulfilled")continue;const T=j.value;if(T.type==="history"&&a(T),T.entry)for(const E of T.entry)C.push(E.resource)}f(C)},[f]),m=p.useCallback(w=>f([...d.current,w]),[f]),g=p.useCallback(()=>{var j;let w,C;"resourceType"in e.value?(w=e.value.resourceType,C=e.value.id):[w,C]=(j=e.value.reference)==null?void 0:j.split("/"),u(t,w,C).then(h).catch(console.error)},[t,e.value,u,h]);p.useEffect(()=>g(),[g]);function v(w){!o||!e.createCommunication||t.createResource(e.createCommunication(o,n,w)).then(C=>m(C)).catch(console.error)}function S(w){!o||!e.createMedia||t.createResource(e.createMedia(o,n,w)).then(C=>m(C)).then(()=>tc({id:"upload-notification",color:"teal",title:"Upload complete",message:"",icon:s.jsx(Ks,{size:16}),autoClose:2e3})).catch(C=>tc({id:"upload-notification",color:"red",title:"Upload error",message:Ie(C),icon:s.jsx($w,{size:16}),autoClose:2e3}))}function b(){pe({id:"upload-notification",loading:!0,title:"Initializing upload...",message:"Please wait...",autoClose:!1,withCloseButton:!1})}function x(w){tc({id:"upload-notification",loading:!0,title:"Uploading...",message:KV(w),autoClose:!1,withCloseButton:!1})}function y(w){tc({id:"upload-notification",color:"red",title:"Upload error",message:Ie(w),icon:s.jsx($w,{size:16}),autoClose:2e3})}return o?s.jsxs(zV,{children:[e.createCommunication&&s.jsx(y0,{children:s.jsx(Qe,{testid:"timeline-form",onSubmit:w=>{v(w.text);const C=r.current;C&&(C.value="",C.focus())},children:s.jsxs(ee,{gap:"xs",wrap:"nowrap",style:{width:"100%"},children:[s.jsx(Vi,{value:n}),s.jsx(ye,{name:"text",ref:r,placeholder:"Add comment",style:{width:"100%",maxWidth:300}}),s.jsx(en,{type:"submit",radius:"xl",color:"blue",variant:"filled",children:s.jsx(Hz,{size:16})}),s.jsx(d0,{securityContext:Tt(o),onUpload:S,onUploadStart:b,onUploadProgress:x,onUploadError:y,children:w=>s.jsx(en,{...w,radius:"xl",color:"blue",variant:"filled",children:s.jsx(n0,{size:16})})})]})})}),l.map(w=>{var T;if(!w)return null;const C=`${w.resourceType}/${w.id}/${(T=w.meta)==null?void 0:T.versionId}`,j=e.getMenu?e.getMenu({primaryResource:o,currentResource:w,reloadTimeline:g}):void 0;if(w.resourceType===o.resourceType&&w.id===o.id)return s.jsx(VV,{history:i,resource:w,popupMenuItems:j},C);switch(w.resourceType){case"AuditEvent":return s.jsx(GV,{resource:w,popupMenuItems:j},C);case"Communication":return s.jsx(HV,{resource:w,popupMenuItems:j},C);case"DiagnosticReport":return s.jsx(QV,{resource:w,popupMenuItems:j},C);case"Media":return s.jsx(qV,{resource:w,popupMenuItems:j},C);default:return s.jsx(Ds,{resource:w,padding:!0,children:s.jsx(C0,{value:w,ignoreMissingValues:!0})},C)}})]}):s.jsx(vn,{style:{width:"100%",height:"100%"},children:s.jsx(er,{})})}function VV(e){const{history:t,resource:n,...r}=e,o=WV(t,n);return o?s.jsx(Ds,{resource:n,padding:!0,...r,children:s.jsx(AV,{original:o,revised:e.resource})}):s.jsxs(Ds,{resource:n,padding:!0,...r,children:[s.jsx("h3",{children:"Created"}),s.jsx(C0,{value:n,ignoreMissingValues:!0,forceUseInput:!0})]})}function WV(e,t){const n=e.entry??[],r=n.findIndex(o=>{var i,a,l;return((a=(i=o.resource)==null?void 0:i.meta)==null?void 0:a.versionId)===((l=t.meta)==null?void 0:l.versionId)});if(!(r>=n.length-1))return n[r+1].resource}function HV(e){var r,o;const n=!e.resource.priority||e.resource.priority==="routine"?void 0:BV.pinnedComment;return s.jsx(Ds,{resource:e.resource,profile:e.resource.sender,dateTime:e.resource.sent,padding:!0,className:n,popupMenuItems:e.popupMenuItems,children:s.jsx("p",{children:(o=(r=e.resource.payload)==null?void 0:r[0])==null?void 0:o.contentString})})}function qV(e){var r;const t=(r=e.resource.content)==null?void 0:r.contentType,n=t&&!t.startsWith("image/")&&!t.startsWith("video/")&&t!=="application/pdf";return s.jsx(Ds,{resource:e.resource,padding:!!n,popupMenuItems:e.popupMenuItems,children:s.jsx(ju,{value:e.resource.content})})}function GV(e){return s.jsx(Ds,{resource:e.resource,padding:!0,popupMenuItems:e.popupMenuItems,children:s.jsx(kr,{children:s.jsx("pre",{children:e.resource.outcomeDesc})})})}function QV(e){return s.jsx(Ds,{resource:e.resource,padding:!0,popupMenuItems:e.popupMenuItems,children:s.jsx(v0,{value:e.resource})})}function KV(e){if(e.lengthComputable){const t=100*e.loaded/e.total;return`Uploaded: ${lm(e.loaded)} / ${lm(e.total)} ${t.toFixed(2)}%`}return`Uploaded: ${lm(e.loaded)}`}function lm(e){if(e===0)return"0.00 B";const t=Math.floor(Math.log(e)/Math.log(1024));return(e/Math.pow(1024,t)).toFixed(2)+" "+" KMGTP".charAt(t)+"B"}function YV(e){const{resource:t,...n}=e;return s.jsx(Jh,{value:t,loadTimelineResources:async(r,o,i)=>{const a=`${o}/${i}`;return Promise.allSettled([r.readHistory(o,i),r.search("Task",{_filter:`based-on eq ${a} or focus eq ${a} or subject eq ${a}`,_count:100})])},...n})}function Oe(e){const{children:t,...n}=e;return s.jsx(Tu,{children:s.jsx(y0,{...n,children:t})})}function XV(e){const{encounter:t,...n}=e;return s.jsx(Jh,{value:t,loadTimelineResources:async(r,o,i)=>Promise.allSettled([r.readHistory("Encounter",i),r.search("Communication","encounter=Encounter/"+i),r.search("Media","encounter=Encounter/"+i)]),createCommunication:(r,o,i)=>({resourceType:"Communication",status:"completed",encounter:Tt(r),subject:r.subject,sender:Tt(o),sent:new Date().toISOString(),payload:[{contentString:i}]}),createMedia:(r,o,i)=>({resourceType:"Media",status:"completed",encounter:Tt(r),subject:r.subject,operator:Tt(o),issued:new Date().toISOString(),content:i}),...n})}function JV(e){let t;try{t=Cl(e.path,e.resource)}catch(n){return console.warn("FhirPathDisplay:",n),null}if(t.length>1)throw new Error(`Component "path" for "FhirPathDisplay" must resolve to a single element. Received ${t.length} elements [${JSON.stringify(t,null,2)}]`);return s.jsx(Kr,{value:t[0]||"",propertyType:e.propertyType})}function Dr(e){var n;const t=((n=e.outcome)==null?void 0:n.issue)||e.issues;return!t||t.length===0?null:s.jsx(Ui,{icon:s.jsx(Tl,{size:16}),color:"red",children:t.map(r=>{var o;return s.jsx("div",{"data-testid":"text-field-error",children:gk(r)},(o=r.details)==null?void 0:o.text)})})}function ZV(e){return s.jsxs(mn,{title:"Export",closeButtonProps:{"aria-label":"Close"},opened:e.visible,onClose:e.onCancel,children:[s.jsxs(q,{display:"flex",style:{justifyContent:"space-between"},children:[e.exportCsv&&s.jsx(Zw,{text:"CSV",exportLogic:e.exportCsv,onCancel:e.onCancel}),e.exportTransactionBundle&&s.jsx(Zw,{text:"Transaction Bundle",exportLogic:e.exportTransactionBundle,onCancel:e.onCancel})]}),s.jsx(he,{style:{marginTop:"10px",marginLeft:"2px"},children:"Limited to 1000 records"})]})}function Zw(e){return s.jsx(ie,{onClick:()=>{e.exportLogic(),e.onCancel()},children:`Export as ${e.text}`})}const eW={string:[oe.EQUALS,oe.NOT,oe.CONTAINS,oe.EXACT],fulltext:[oe.EQUALS,oe.NOT,oe.CONTAINS,oe.EXACT],token:[oe.EQUALS,oe.NOT],reference:[oe.EQUALS,oe.NOT],numeric:[oe.EQUALS,oe.NOT_EQUALS,oe.GREATER_THAN,oe.LESS_THAN,oe.GREATER_THAN_OR_EQUALS,oe.LESS_THAN_OR_EQUALS],quantity:[oe.EQUALS,oe.NOT_EQUALS,oe.GREATER_THAN,oe.LESS_THAN,oe.GREATER_THAN_OR_EQUALS,oe.LESS_THAN_OR_EQUALS],date:[oe.EQUALS,oe.NOT_EQUALS,oe.GREATER_THAN,oe.LESS_THAN,oe.GREATER_THAN_OR_EQUALS,oe.LESS_THAN_OR_EQUALS,oe.STARTS_AFTER,oe.ENDS_BEFORE,oe.APPROXIMATELY],datetime:[oe.EQUALS,oe.NOT_EQUALS,oe.GREATER_THAN,oe.LESS_THAN,oe.GREATER_THAN_OR_EQUALS,oe.LESS_THAN_OR_EQUALS,oe.STARTS_AFTER,oe.ENDS_BEFORE,oe.APPROXIMATELY]},tW={eq:"equals",ne:"not equals",gt:"greater than",lt:"less than",ge:"greater than or equals",le:"less than or equals",sa:"starts after",eb:"ends before",ap:"approximately",contains:"contains",exact:"exact",text:"text",not:"not",above:"above",below:"below",in:"in","not-in":"not in","of-type":"of type",missing:"missing",present:"present",identifier:"identifier",iterate:"iterate"};function E0(e,t){return{...e,filters:t,offset:0,name:void 0}}function XR(e,t){return E0(e,(e.filters??[]).filter(n=>n.code!==t))}function Zh(e,t,n,r,o){const i=[];return e.filters&&i.push(...e.filters),i.push({code:t,operator:n,value:r??""}),E0(e,i)}function nW(e,t){if(!e.filters)return e;const n=[...e.filters];return n.splice(t,1),{...e,filters:n,name:void 0}}function rW(e,t){return T0(e,t,-1)}function oW(e,t){return T0(e,t,0)}function iW(e,t){return T0(e,t,1)}function T0(e,t,n){const r=new Date;r.setDate(r.getDate()+n),r.setHours(0,0,0,0);const o=new Date(r.getTime());return o.setDate(o.getDate()+1),o.setTime(o.getTime()-1),k0(e,t,r,o)}function sW(e,t){return P0(e,t,-1)}function aW(e,t){return P0(e,t,0)}function lW(e,t){return P0(e,t,1)}function P0(e,t,n){const r=new Date;r.setMonth(r.getMonth()+n),r.setDate(1),r.setHours(0,0,0,0);const o=new Date(r.getTime());return o.setMonth(o.getMonth()+1),o.setDate(1),o.setHours(0,0,0,0),o.setTime(o.getTime()-1),k0(e,t,r,o)}function cW(e,t){const n=new Date;return n.setMonth(0),n.setDate(1),n.setHours(0,0,0,0),k0(e,t,n,new Date)}function k0(e,t,n,r){return e=XR(e,t),e=eS(e,t,oe.GREATER_THAN_OR_EQUALS,n),e=eS(e,t,oe.LESS_THAN_OR_EQUALS,r),e}function eS(e,t,n,r){return Zh(e,t,n,r.toISOString())}function tS(e,t,n=!0){return Zh(e,t,oe.MISSING,n.toString())}function uW(e,t){return e.offset===t?e:{...e,offset:t,name:void 0}}function dW(e,t){const n=e.count??Vh,r=(t-1)*n;return uW(e,r)}function fW(e,t,n){return t===hW(e)&&n!==void 0&&n===pW(e)?e:{...e,sortRules:[{code:t,descending:!!n}],name:void 0}}function hW(e){const t=e.sortRules;if(!t||t.length===0)return;const n=t[0].code;return n.startsWith("-")?n.substr(1):n}function pW(e){const t=e.sortRules;return!t||t.length===0?!1:!!t[0].descending}function mW(e){return eW[e.type]}function R0(e){return tW[e]??""}function Mi(e){let t=e;return t.includes(".")&&(t=t.split(".").pop()),t==="versionId"?"Version ID":(t=t.replace("[x]",""),t=t.replace(/([A-Z])/g," $1"),t=t.replace(/[-_]/g," "),t=t.replace(/\s+/g," "),t=t.trim(),t.toLowerCase()==="id"?"ID":t.split(/\s/).map(tn).join(" "))}function gW(e,t){var r,o;const n=t.name;return n==="id"?e.id:n==="meta.versionId"?(r=e.meta)==null?void 0:r.versionId:n==="_lastUpdated"?Ln((o=e.meta)==null?void 0:o.lastUpdated):t.elementDefinition&&`${e.resourceType}.${t.name}`===t.elementDefinition.path?vW(e,t.elementDefinition):t.searchParams&&t.searchParams.length===1&&t.name===t.searchParams[0].code?yW(e,t.searchParams[0]):null}function vW(e,t){var i,a,l;const n=((l=(a=(i=t.path)==null?void 0:i.split("."))==null?void 0:a.pop())==null?void 0:l.replaceAll("[x]",""))??"",[r,o]=Cu({type:e.resourceType,value:e},n);return r?s.jsx(Kr,{path:t.path,property:t,propertyType:o,value:r,maxWidth:200,ignoreMissingValues:!0,link:!1}):null}function yW(e,t){const n=Wc(t.expression,[{type:e.resourceType,value:e}]);return!n||n.length===0?null:s.jsx(s.Fragment,{children:n.map((r,o)=>s.jsx(Kr,{propertyType:r.type,value:r.value,maxWidth:200,ignoreMissingValues:!0,link:!1},`${o}-${n.length}`))})}function xW(e){const t=p.useRef(!1),[n,r]=p.useState({search:JSON.parse(dr(e.search))}),[o,i]=p.useState(!1);p.useEffect(()=>{r({search:e.search})},[e.search]);const a=p.useMemo(()=>{if(!e.visible)return[];const c=e.search.resourceType,u=bk(c),d=Bx(c);return Uc(bW(u,d)).map(f=>({value:f,label:Mi(f)}))},[e.visible,e.search.resourceType]);if(!e.visible)return null;function l(c){r({search:{...n.search,fields:c}})}return s.jsx(mn,{title:"Fields",closeButtonProps:{"aria-label":"Close"},opened:e.visible,onClose:()=>{e.onCancel()},size:"auto",withOverlay:!0,closeOnClickOutside:!1,overlayProps:{onMouseDownCapture:()=>{t.current=o},onClick:()=>{t.current||e.onCancel(),t.current=!1},children:s.jsx("div",{"data-testid":"overlay-child"})},children:s.jsxs(Ae,{children:[s.jsx(Dh,{style:{width:550},placeholder:"Select fields to display",data:a,value:n.search.fields??[],onChange:l,onDropdownOpen:()=>i(!0),onDropdownClose:()=>i(!1),maxDropdownHeight:"250px",clearButtonProps:{"aria-label":"Clear selection"},clearable:!0,searchable:!0}),s.jsx(ee,{justify:"flex-end",children:s.jsx(ie,{onClick:()=>e.onOk(n.search),children:"OK"})})]})})}function bW(e,t){const n=[],r=new Set,o=new Set;for(const i of Object.keys(e.elements))n.push(i),r.add(i.toLowerCase()),o.add(Mi(i));if(t)for(const i of Object.keys(t)){const a=Mi(i);!r.has(i)&&!o.has(a)&&(n.push(i),r.add(i),o.add(a))}return n}function JR(e){var o;const{resourceType:t,filter:n}=e,r=(o=bo.types[t].searchParams)==null?void 0:o[n.code];if(r){if(r.type==="reference"&&(n.operator===oe.EQUALS||n.operator===oe.NOT_EQUALS))return s.jsx(kl,{value:{reference:n.value}});const i=El(t,r);if(n.code==="_lastUpdated"||i.type===Po.DATETIME)return s.jsx(s.Fragment,{children:Ln(n.value)})}return s.jsx(s.Fragment,{children:n.value})}function ZR(e){const t=El(e.resourceType,e.searchParam),n="filter-value";switch(t.type){case Po.REFERENCE:return s.jsx(Yh,{name:n,defaultValue:e.defaultValue?{reference:e.defaultValue}:void 0,targetTypes:e.searchParam.target,autoFocus:e.autoFocus,onChange:r=>{r?e.onChange(r.reference):e.onChange("")}});case Po.BOOLEAN:return s.jsx(kn,{name:n,"data-autofocus":e.autoFocus,"data-testid":n,defaultChecked:e.defaultValue==="true",autoFocus:e.autoFocus,onChange:r=>e.onChange(r.currentTarget.checked.toString())});case Po.DATE:return s.jsx(ye,{type:"date",name:n,"data-autofocus":e.autoFocus,"data-testid":n,defaultValue:e.defaultValue,autoFocus:e.autoFocus,onChange:r=>e.onChange(r.currentTarget.value)});case Po.DATETIME:return s.jsx(Rs,{name:n,defaultValue:e.defaultValue,autoFocus:e.autoFocus,onChange:e.onChange});case Po.NUMBER:return s.jsx(ye,{type:"number",name:n,"data-autofocus":e.autoFocus,"data-testid":n,defaultValue:e.defaultValue,autoFocus:e.autoFocus,onChange:r=>e.onChange(r.currentTarget.value)});case Po.QUANTITY:return s.jsx(_s,{name:n,path:"",defaultValue:wW(e.defaultValue),autoFocus:e.autoFocus,onChange:r=>{r?e.onChange(`${r.value}`):e.onChange("")}});default:return s.jsx(ye,{name:n,"data-autofocus":e.autoFocus,"data-testid":n,defaultValue:e.defaultValue,autoFocus:e.autoFocus,onChange:r=>e.onChange(r.currentTarget.value),placeholder:"Search value"})}}function wW(e){if(e){const[t,n,r]=e.split("|");if(t)return{value:parseFloat(t),system:n,unit:r}}}function SW(e){const[t,n]=p.useState(JSON.parse(dr(e.search))),[r,o]=p.useState(-1),i=p.useRef(t);i.current=t,p.useEffect(()=>{n(JSON.parse(dr(e.search)))},[e.search]);function a(d){n(Zh(i.current,d.code,d.operator,d.value))}if(!e.visible)return null;const l=e.search.resourceType,c=Bx(l)??{},u=t.filters||[];return s.jsxs(mn,{title:"Filters",closeButtonProps:{"aria-label":"Close"},size:900,opened:e.visible,onClose:e.onCancel,children:[s.jsx("div",{children:s.jsxs("table",{children:[s.jsxs("colgroup",{children:[s.jsx("col",{style:{width:200}}),s.jsx("col",{style:{width:200}}),s.jsx("col",{style:{width:380}}),s.jsx("col",{style:{width:120}})]}),s.jsx("thead",{children:s.jsxs("tr",{children:[s.jsx("th",{children:"Field"}),s.jsx("th",{children:"Operation"}),s.jsx("th",{children:"Value"}),s.jsx("th",{children:"Actions"})]})}),s.jsxs("tbody",{children:[u.map((d,f)=>f===r?s.jsx(nS,{resourceType:l,searchParams:c,defaultValue:d,okText:"Save",onOk:h=>{const m=[...u];m[f]=h,n(E0(i.current,m)),o(-1)},onCancel:()=>o(-1)},`filter-${d.code}-${d.operator}-${d.value}-input`):s.jsx(jW,{resourceType:l,filter:d,onEdit:()=>o(f),onDelete:()=>n(nW(i.current,f))},`filter-${d.code}-${d.operator}-${d.value}-display`)),s.jsx(nS,{resourceType:l,searchParams:c,okText:"Add",onOk:a})]})]})}),s.jsx(ee,{justify:"flex-end",mt:"xl",children:s.jsx(ie,{onClick:()=>e.onOk(i.current),children:"OK"})})]})}function jW(e){const{filter:t}=e;return s.jsxs("tr",{children:[s.jsx("td",{children:Mi(t.code)}),s.jsx("td",{children:R0(t.operator)}),s.jsx("td",{children:s.jsx(JR,{resourceType:e.resourceType,filter:t})}),s.jsxs("td",{children:[s.jsx(ie,{size:"compact-md",variant:"outline",onClick:e.onEdit,children:"Edit"}),s.jsx(ie,{size:"compact-md",variant:"outline",onClick:e.onDelete,children:"Delete"})]})]})}function nS(e){const[t,n]=p.useState(e.defaultValue??{}),r=p.useRef(t);r.current=t;function o(u){n({...r.current,code:u})}function i(u){n({...r.current,operator:u})}function a(u){n({...r.current,value:u})}const l=e.searchParams[t.code],c=l&&mW(l);return s.jsxs("tr",{children:[s.jsx("td",{children:s.jsx(Pt,{"data-testid":"filter-field",defaultValue:r.current.code,onChange:u=>o(u.currentTarget.value),data:["",...Object.keys(e.searchParams).map(u=>({value:u,label:Mi(u)}))]})}),s.jsx("td",{children:c&&s.jsx(Pt,{"data-testid":"filter-operation",defaultValue:t.operator,onChange:u=>i(u.currentTarget.value),data:["",...c.map(u=>({value:u,label:R0(u)}))]})}),s.jsx("td",{children:l&&t.operator&&s.jsx(ZR,{resourceType:e.resourceType,searchParam:l,defaultValue:t.value,onChange:a})}),s.jsxs("td",{children:[t.code&&t.operator&&s.jsx(ie,{size:"compact-md",variant:"outline",onClick:()=>{e.onOk(r.current),n({})},children:e.okText}),e.onCancel&&s.jsx(ie,{size:"compact-md",variant:"outline",onClick:e.onCancel,children:"Cancel"})]})]})}function CW(e){const[t,n]=p.useState(e.defaultValue??"");if(!e.visible||!e.searchParam||!e.filter)return null;function r(){e.onOk({...e.filter,value:t})}return s.jsx(mn,{title:e.title,size:"xl",opened:e.visible,onClose:e.onCancel,children:s.jsx(Qe,{onSubmit:r,children:s.jsxs(ar,{children:[s.jsx(ar.Col,{span:10,children:s.jsx(ZR,{resourceType:e.resourceType,searchParam:e.searchParam,defaultValue:t,autoFocus:!0,onChange:n})}),s.jsx(ar.Col,{span:2,children:s.jsx(ie,{onClick:r,fullWidth:!0,children:"OK"})})]})})})}function EW(e){if(!e.searchParams)return null;function t(i,a){o(fW(e.search,i.code,a))}function n(i){o(XR(e.search,i.code))}function r(i,a){e.onPrompt(i,{code:i.code,operator:a,value:""})}function o(i){e.onChange(i)}return e.searchParams.length===1?s.jsx(TW,{search:e.search,searchParam:e.searchParams[0],onSort:t,onPrompt:r,onChange:o,onClear:n}):s.jsx(Z.Dropdown,{children:e.searchParams.map(i=>s.jsx(Z.Item,{children:Mi(i.code)},i.code))})}function TW(e){switch(e.searchParam.type){case"date":return s.jsx(PW,{...e});case"number":case"quantity":return s.jsx(kW,{...e});case"reference":return s.jsx(RW,{...e});case"string":return s.jsx(_W,{...e});case"token":case"uri":return s.jsx(DW,{...e});default:return s.jsxs(s.Fragment,{children:["Unknown search param type: ",e.searchParam.type]})}}function PW(e){const{searchParam:t}=e,n=t.code;return s.jsxs(Z.Dropdown,{children:[s.jsx(Z.Item,{leftSection:s.jsx(r0,{size:14}),onClick:()=>e.onSort(t,!1),children:"Sort Oldest to Newest"}),s.jsx(Z.Item,{leftSection:s.jsx(o0,{size:14}),onClick:()=>e.onSort(t,!0),children:"Sort Newest to Oldest"}),s.jsx(Z.Divider,{}),s.jsx(Z.Item,{leftSection:s.jsx(Su,{size:14}),onClick:()=>e.onPrompt(t,oe.EQUALS),children:"Equals..."}),s.jsx(Z.Item,{leftSection:s.jsx(wu,{size:14}),onClick:()=>e.onPrompt(t,oe.NOT_EQUALS),children:"Does not equal..."}),s.jsx(Z.Divider,{}),s.jsx(Z.Item,{leftSection:s.jsx(uR,{size:14}),onClick:()=>e.onPrompt(t,oe.ENDS_BEFORE),children:"Before..."}),s.jsx(Z.Item,{leftSection:s.jsx(cR,{size:14}),onClick:()=>e.onPrompt(t,oe.STARTS_AFTER),children:"After..."}),s.jsx(Z.Item,{leftSection:s.jsx(kz,{size:14}),onClick:()=>e.onPrompt(t,oe.EQUALS),children:"Between..."}),s.jsx(Z.Divider,{}),s.jsx(Z.Item,{leftSection:s.jsx(Zi,{size:14}),onClick:()=>e.onChange(iW(e.search,n)),children:"Tomorrow"}),s.jsx(Z.Item,{leftSection:s.jsx(Zi,{size:14}),onClick:()=>e.onChange(oW(e.search,n)),children:"Today"}),s.jsx(Z.Item,{leftSection:s.jsx(Zi,{size:14}),onClick:()=>e.onChange(rW(e.search,n)),children:"Yesterday"}),s.jsx(Z.Divider,{}),s.jsx(Z.Item,{leftSection:s.jsx(Zi,{size:14}),onClick:()=>e.onChange(lW(e.search,n)),children:"Next Month"}),s.jsx(Z.Item,{leftSection:s.jsx(Zi,{size:14}),onClick:()=>e.onChange(aW(e.search,n)),children:"This Month"}),s.jsx(Z.Item,{leftSection:s.jsx(Zi,{size:14}),onClick:()=>e.onChange(sW(e.search,n)),children:"Last Month"}),s.jsx(Z.Divider,{}),s.jsx(Z.Item,{leftSection:s.jsx(Zi,{size:14}),onClick:()=>e.onChange(cW(e.search,n)),children:"Year to date"}),s.jsx(Pu,{...e})]})}function kW(e){const{searchParam:t}=e;return s.jsxs(Z.Dropdown,{children:[s.jsx(Z.Item,{leftSection:s.jsx(r0,{size:14}),onClick:()=>e.onSort(t,!1),children:"Sort Smallest to Largest"}),s.jsx(Z.Item,{leftSection:s.jsx(o0,{size:14}),onClick:()=>e.onSort(t,!0),children:"Sort Largest to Smallest"}),s.jsx(Z.Divider,{}),s.jsx(Z.Item,{leftSection:s.jsx(Su,{size:14}),onClick:()=>e.onPrompt(t,oe.EQUALS),children:"Equals..."}),s.jsx(Z.Item,{leftSection:s.jsx(wu,{size:14}),onClick:()=>e.onPrompt(t,oe.NOT_EQUALS),children:"Does not equal..."}),s.jsx(Z.Divider,{}),s.jsx(Z.Item,{leftSection:s.jsx(cR,{size:14}),onClick:()=>e.onPrompt(t,oe.GREATER_THAN),children:"Greater than..."}),s.jsx(Z.Item,{leftSection:s.jsx(Fg,{size:14}),onClick:()=>e.onPrompt(t,oe.GREATER_THAN_OR_EQUALS),children:"Greater than or equal to..."}),s.jsx(Z.Item,{leftSection:s.jsx(uR,{size:14}),onClick:()=>e.onPrompt(t,oe.LESS_THAN),children:"Less than..."}),s.jsx(Z.Item,{leftSection:s.jsx(Fg,{size:14}),onClick:()=>e.onPrompt(t,oe.LESS_THAN_OR_EQUALS),children:"Less than or equal to..."}),s.jsx(Pu,{...e})]})}function RW(e){const{searchParam:t}=e;return s.jsxs(Z.Dropdown,{children:[s.jsx(Z.Item,{leftSection:s.jsx(Su,{size:14}),onClick:()=>e.onPrompt(t,oe.EQUALS),children:"Equals..."}),s.jsx(Z.Item,{leftSection:s.jsx(wu,{size:14}),onClick:()=>e.onPrompt(t,oe.NOT),children:"Does not equal..."}),s.jsx(Pu,{...e})]})}function _W(e){const{searchParam:t}=e;return s.jsxs(Z.Dropdown,{children:[s.jsx(Z.Item,{leftSection:s.jsx(r0,{size:14}),onClick:()=>e.onSort(t,!1),children:"Sort A to Z"}),s.jsx(Z.Item,{leftSection:s.jsx(o0,{size:14}),onClick:()=>e.onSort(t,!0),children:"Sort Z to A"}),s.jsx(Z.Divider,{}),s.jsx(Z.Item,{leftSection:s.jsx(Su,{size:14}),onClick:()=>e.onPrompt(t,oe.EQUALS),children:"Equals..."}),s.jsx(Z.Item,{leftSection:s.jsx(wu,{size:14}),onClick:()=>e.onPrompt(t,oe.NOT),children:"Does not equal..."}),s.jsx(Z.Divider,{}),s.jsx(Z.Item,{leftSection:s.jsx(Dz,{size:14}),onClick:()=>e.onPrompt(t,oe.CONTAINS),children:"Contains..."}),s.jsx(Z.Item,{leftSection:s.jsx(_z,{size:14}),onClick:()=>e.onPrompt(t,oe.EQUALS),children:"Does not contain..."}),s.jsx(Pu,{...e})]})}function DW(e){const{searchParam:t}=e;return s.jsxs(Z.Dropdown,{children:[s.jsx(Z.Item,{leftSection:s.jsx(Su,{size:14}),onClick:()=>e.onPrompt(t,oe.EQUALS),children:"Equals..."}),s.jsx(Z.Item,{leftSection:s.jsx(wu,{size:14}),onClick:()=>e.onPrompt(t,oe.NOT),children:"Does not equal..."}),s.jsx(Pu,{...e})]})}function Pu(e){const{searchParam:t}=e,n=t.code;return s.jsxs(s.Fragment,{children:[s.jsx(Z.Divider,{}),s.jsx(Z.Item,{leftSection:s.jsx(Tz,{size:14}),onClick:()=>e.onChange(tS(e.search,n)),children:"Missing"}),s.jsx(Z.Item,{leftSection:s.jsx(Ez,{size:14}),onClick:()=>e.onChange(tS(e.search,n,!1)),children:"Not missing"}),s.jsx(Z.Divider,{}),s.jsx(Z.Item,{leftSection:s.jsx(Cf,{size:14}),onClick:()=>e.onClear(t),children:"Clear filters"})]})}const IW="_root_vlout_1",AW="_table_vlout_8",NW="_tr_vlout_12",MW="_th_vlout_18",OW="_control_vlout_22",LW="_icon_vlout_31",Gl={root:IW,table:AW,tr:NW,th:MW,control:OW,icon:LW};function $W(e){const t=e.resourceType,n=[];for(const r of e.fields||["id","_lastUpdated"])n.push(FW(t,r));return n}function FW(e,t){var o;if(t==="_lastUpdated")return{name:"_lastUpdated",searchParams:[{resourceType:"SearchParameter",base:["Resource"],code:"_lastUpdated",name:"_lastUpdated",type:"date",expression:"Resource.meta.lastUpdated"}]};if(t==="meta.versionId")return{name:"meta.versionId",searchParams:[{resourceType:"SearchParameter",base:["Resource"],code:"_versionId",name:"_versionId",type:"token",expression:"Resource.meta.versionId"}]};const n=Gs(e,t),r=rF(e,t.toLowerCase());if(n&&r)return{name:t,elementDefinition:n,searchParams:[r]};if(n){const i=Bx(e);let a;if(i){const l=new RegExp(`${e}\\.${t.replaceAll("[x]","")}([^\\w-]|$)`);a=Object.values(i).filter(c=>!!c.expression&&l.test(c==null?void 0:c.expression)),a.length===0&&(a=void 0)}return{name:t,elementDefinition:n,searchParams:a}}if(r){const i=El(e,r);return{name:t,elementDefinition:(o=i.elementDefinitions)==null?void 0:o[0],searchParams:[r]}}return{name:t}}class zW extends Event{constructor(t){super("change"),this.definition=t}}class UW extends Event{constructor(t){super("load"),this.response=t}}class Pf extends Event{constructor(t,n){super("click"),this.resource=t,this.browserEvent=n}}function ku(e){var z,H,D;const t=ae(),[n,r]=p.useState(),{search:o,onLoad:i}=e,[a,l]=p.useState(o);Ai(o,a)||l(o);const[c,u]=p.useState({selected:{},fieldEditorVisible:!1,filterEditorVisible:!1,exportDialogVisible:!1,filterDialogVisible:!1}),d=p.useRef(c);d.current=c;const f=a.total??"accurate",h=p.useCallback(k=>{r(void 0),t.requestSchema(a.resourceType).then(()=>t.search(a.resourceType,Aa({...a,total:f,fields:void 0}),k)).then(P=>{u({...d.current,searchResponse:P}),i&&i(new UW(P))}).catch(P=>{u({...d.current,searchResponse:void 0}),r(mt(P))})},[t,a,f,i]),m=p.useCallback(()=>{u({...d.current,searchResponse:void 0}),h({cache:"reload"})},[h]);p.useEffect(()=>{h()},[h]);function g(k,P){k.stopPropagation();const L=k.target.checked,$={...d.current.selected};L?$[P]=!0:delete $[P],u({...d.current,selected:$})}function v(k){k.stopPropagation();const I=k.target.checked,L={},$=d.current.searchResponse;I&&($!=null&&$.entry)&&$.entry.forEach(Q=>{var ue;(ue=Q.resource)!=null&&ue.id&&(L[Q.resource.id]=!0)}),u({...d.current,selected:L})}function S(){var P,I;const k=d.current;if(!((P=k.searchResponse)!=null&&P.entry)||k.searchResponse.entry.length===0)return!1;for(const L of k.searchResponse.entry)if((I=L.resource)!=null&&I.id&&!k.selected[L.resource.id])return!1;return!0}function b(k){e.onChange&&e.onChange(new zW(k))}function x(k,P){if(fR(k.target)||k.button===2)return;xt(k);const I=k.button===1||k.ctrlKey||k.metaKey;!I&&e.onClick&&e.onClick(new Pf(P,k)),I&&e.onAuxClick&&e.onAuxClick(new Pf(P,k))}function y(){return!!(e.onExport??e.onExportCsv??e.onExportTransactionBundle)}if(n)return s.jsx(Dr,{outcome:n});if(!xk(a.resourceType))return s.jsx(vn,{style:{width:"100%",height:"100%"},children:s.jsx(er,{})});const w=e.checkboxesEnabled,C=$W(a),j=a.resourceType,T=c.searchResponse,E=T==null?void 0:T.entry,R=E==null?void 0:E.map(k=>k.resource),_="subtle",N="gray",O=16,F=window.innerWidth<768;return s.jsxs("div",{className:Gl.root,"data-testid":"search-control",children:[!e.hideToolbar&&s.jsxs(ee,{justify:"space-between",mb:"xl",children:[s.jsxs(ee,{gap:2,children:[s.jsx(ie,{size:"compact-md",variant:_,color:N,leftSection:s.jsx(Nz,{size:O}),onClick:()=>u({...d.current,fieldEditorVisible:!0}),children:"Fields"}),s.jsx(ie,{size:"compact-md",variant:_,color:N,leftSection:s.jsx(Fz,{size:O}),onClick:()=>u({...d.current,filterEditorVisible:!0}),children:"Filters"}),e.onNew&&s.jsx(ie,{size:"compact-md",variant:_,color:N,leftSection:s.jsx($z,{size:O}),onClick:e.onNew,children:"New..."}),!F&&y()&&s.jsx(ie,{size:"compact-md",variant:_,color:N,leftSection:s.jsx(aU,{size:O}),onClick:e.onExport?e.onExport:()=>u({...d.current,exportDialogVisible:!0}),children:"Export..."}),!F&&e.onDelete&&s.jsx(ie,{size:"compact-md",variant:_,color:N,leftSection:s.jsx(i0,{size:O}),onClick:()=>e.onDelete(Object.keys(c.selected)),children:"Delete..."}),!F&&e.onBulk&&s.jsx(ie,{size:"compact-md",variant:_,color:N,leftSection:s.jsx(Pz,{size:O}),onClick:()=>e.onBulk(Object.keys(c.selected)),children:"Bulk..."})]}),s.jsxs(ee,{gap:2,children:[T&&s.jsxs(he,{size:"xs",c:"dimmed","data-testid":"count-display",children:[e2(a,T).toLocaleString(),"-",qW(a,T).toLocaleString(),T.total!==void 0&&` of ${a.total==="estimate"?"~":""}${(z=T.total)==null?void 0:z.toLocaleString()}`]}),s.jsx(en,{variant:_,color:N,title:"Refresh",onClick:m,children:s.jsx(Zz,{size:O})})]})]}),s.jsxs(fe,{className:Gl.table,children:[s.jsxs(fe.Thead,{children:[s.jsxs(fe.Tr,{children:[w&&s.jsx(fe.Th,{children:s.jsx("input",{type:"checkbox",value:"checked","aria-label":"all-checkbox","data-testid":"all-checkbox",checked:S(),onChange:k=>v(k)})}),C.map(k=>s.jsx(fe.Th,{children:s.jsxs(Z,{shadow:"md",width:240,position:"bottom-end",children:[s.jsx(Z.Target,{children:s.jsx(wn,{className:Gl.control,p:2,children:s.jsxs(ee,{justify:"space-between",wrap:"nowrap",children:[s.jsx(he,{fw:500,children:Mi(k.name)}),s.jsx(vn,{className:Gl.icon,children:s.jsx(Sz,{size:14,stroke:1.5})})]})})}),s.jsx(EW,{search:a,searchParams:k.searchParams,onPrompt:(P,I)=>{u({...d.current,filterDialogVisible:!0,filterDialogSearchParam:P,filterDialogFilter:I})},onChange:P=>{b(P)}})]})},k.name))]}),!e.hideFilters&&s.jsxs(fe.Tr,{children:[w&&s.jsx(fe.Th,{}),C.map(k=>s.jsx(fe.Th,{children:k.searchParams&&s.jsx(VW,{resourceType:j,searchParams:k.searchParams,filters:a.filters})},k.name))]})]}),s.jsx(fe.Tbody,{children:R==null?void 0:R.map(k=>k&&s.jsxs(fe.Tr,{className:Gl.tr,"data-testid":"search-control-row",onClick:P=>x(P,k),onAuxClick:P=>x(P,k),children:[w&&s.jsx(fe.Td,{children:s.jsx("input",{type:"checkbox",value:"checked","data-testid":"row-checkbox","aria-label":`Checkbox for ${k.id}`,checked:!!c.selected[k.id],onChange:P=>g(P,k.id)})}),C.map(P=>s.jsx(fe.Td,{children:gW(k,P)},P.name))]},k.id))})]}),!(R!=null&&R.length)&&s.jsx(Tu,{children:s.jsx(vn,{style:{height:150},children:s.jsx(he,{size:"xl",c:"dimmed",children:"No results"})})}),T&&s.jsx(vn,{m:"md",p:"md",children:s.jsx(Jr,{value:WW(a),total:HW(a,T),onChange:k=>b(dW(a,k)),getControlProps:k=>{switch(k){case"previous":return{"aria-label":"Previous page"};case"next":return{"aria-label":"Next page"};default:return{}}}})}),s.jsx(xW,{search:a,visible:d.current.fieldEditorVisible,onOk:k=>{b(k),u({...d.current,fieldEditorVisible:!1})},onCancel:()=>{u({...d.current,fieldEditorVisible:!1})}}),s.jsx(SW,{search:a,visible:d.current.filterEditorVisible,onOk:k=>{b(k),u({...d.current,filterEditorVisible:!1})},onCancel:()=>{u({...d.current,filterEditorVisible:!1})}}),s.jsx(ZV,{visible:d.current.exportDialogVisible,exportCsv:e.onExportCsv,exportTransactionBundle:e.onExportTransactionBundle,onCancel:()=>{u({...d.current,exportDialogVisible:!1})}}),s.jsx(CW,{visible:d.current.filterDialogVisible,title:(H=c.filterDialogSearchParam)!=null&&H.code?Mi(c.filterDialogSearchParam.code):"",resourceType:j,searchParam:c.filterDialogSearchParam,filter:c.filterDialogFilter,defaultValue:"",onOk:k=>{b(Zh(a,k.code,k.operator,k.value)),u({...d.current,filterDialogVisible:!1})},onCancel:()=>{u({...d.current,filterDialogVisible:!1})}},(D=c.filterDialogSearchParam)==null?void 0:D.code)]})}const BW=ku;function VW(e){const t=(e.filters??[]).filter(n=>e.searchParams.find(r=>r.code===n.code));return t.length===0?s.jsx("span",{children:"no filters"}):s.jsx(s.Fragment,{children:t.map(n=>s.jsxs("div",{children:[R0(n.operator)," ",s.jsx(JR,{resourceType:e.resourceType,filter:n})]},`filter-${n.code}-${n.operator}-${n.value}`))})}function WW(e){return Math.floor((e.offset??0)/(e.count??Vh))+1}function HW(e,t){const n=e.count??Vh,r=t2(e,t);return Math.ceil(r/n)}function e2(e,t){return Math.min(t2(e,t),(e.offset??0)+1)}function qW(e,t){var n;return Math.max(e2(e,t)+(((n=t.entry)==null?void 0:n.length)??0)-1,0)}function t2(e,t){var r,o;let n=t.total;return n===void 0&&(n=(e.offset??0)+(((r=t.entry)==null?void 0:r.length)??0)+((o=t.link)!=null&&o.some(i=>i.relation==="next")?1:0)),n}function GW(e){const t=ae(),[n,r]=p.useState(!1),[o,i]=p.useState(),{query:a,fields:l}=e,[c,u]=p.useState(),[d,f]=p.useState({}),h=p.useRef();h.current=c;const m=p.useRef({});m.current=d,p.useEffect(()=>{i(void 0),t.graphql(a).then(u).catch(y=>i(mt(y)))},[t,a]);function g(y,w){y.stopPropagation();const j=y.target.checked,T={...m.current};j?T[w]=!0:delete T[w],f(T)}function v(y){var E;y.stopPropagation();const C=y.target.checked,j={},T=(E=h.current)==null?void 0:E.data.ResourceList;C&&T&&T.forEach(R=>{R.id&&(j[R.id]=!0)}),f(j)}function S(){var w;const y=(w=h.current)==null?void 0:w.data.ResourceList;if(!y||y.length===0)return!1;for(const C of y)if(C.id&&!m.current[C.id])return!1;return!0}function b(y,w){fR(y.target)||(xt(y),y.button!==1&&e.onClick&&e.onClick(new Pf(w,y)),y.button===1&&e.onAuxClick&&e.onAuxClick(new Pf(w,y)))}if(p.useEffect(()=>{t.requestSchema(e.resourceType).then(()=>r(!0)).catch(console.log)},[t,e.resourceType]),!n)return s.jsx(er,{});const x=e.checkboxesEnabled;return s.jsxs("div",{onContextMenu:y=>xt(y),"data-testid":"search-control",children:[s.jsxs(fe,{children:[s.jsx(fe.Thead,{children:s.jsxs(fe.Tr,{children:[x&&s.jsx(fe.Th,{children:s.jsx("input",{type:"checkbox",value:"checked","aria-label":"all-checkbox","data-testid":"all-checkbox",checked:S(),onChange:y=>v(y)})}),l.map(y=>s.jsx(fe.Th,{children:y.name},y.name))]})}),s.jsx(fe.Tbody,{children:c==null?void 0:c.data.ResourceList.map(y=>y&&s.jsxs(fe.Tr,{"data-testid":"search-control-row",onClick:w=>b(w,y),onAuxClick:w=>b(w,y),children:[x&&s.jsx(fe.Td,{children:s.jsx("input",{type:"checkbox",value:"checked","data-testid":"row-checkbox","aria-label":`Checkbox for ${y.id}`,checked:!!d[y.id],onChange:w=>g(w,y.id)})}),l.map(w=>s.jsx(fe.Td,{children:s.jsx(JV,{propertyType:w.propertyType,path:w.fhirPath,resource:y})},w.name))]},y.id))})]}),(c==null?void 0:c.data.ResourceList.length)===0&&s.jsx("div",{"data-testid":"empty-search",children:"No results"}),o&&s.jsx("div",{"data-testid":"search-error",children:s.jsx("pre",{style:{textAlign:"left"},children:JSON.stringify(o,void 0,2)})}),e.onBulk&&s.jsx(ie,{onClick:()=>e.onBulk(Object.keys(m.current)),children:"Bulk..."})]})}const QW=p.memo(GW);function Zr(e){return s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 491 491",style:{width:e.size,height:e.size},children:[s.jsx("title",{children:"Medplum Logo"}),s.jsx("path",{fill:e.fill??"#ad7136",d:"M282 67c6-16 16-29 29-40L289 0c-22 17-37 41-43 68l17 23 19-24z"}),s.jsx("path",{fill:e.fill??"#946af9",d:"M311 63c-17 0-33 4-48 11-16-7-32-11-49-11-87 0-158 96-158 214s71 214 158 214c17 0 33-4 49-11 15 7 31 11 48 11 87 0 158-96 158-214S398 63 311 63z"}),s.jsx("path",{fill:e.fill??"#7857c5",d:"M231 489l-17 2c-87 0-158-96-158-214S127 63 214 63l17 1c-39 12-70 102-70 213s31 201 70 212z"}),s.jsx("path",{fill:e.fill??"#40bc26",d:"M207 220a176 176 0 01-177 43A176 176 0 01251 43l1 5c17 59 2 125-45 172z"}),s.jsx("path",{fill:e.fill??"#33961e",d:"M252 48A421 421 0 0057 270l-27-7A176 176 0 01251 43l1 5z"})]})}function KW(e){const{group:t}=e;return s.jsx(Xn,{withBorder:!0,radius:"md",p:"xs",display:"flex",style:{alignItems:"center",justifyContent:"center"},children:s.jsxs(ee,{children:[t.measureScore&&s.jsx(JW,{group:t}),!t.measureScore&&s.jsx(XW,{group:t})]})})}function YW(e){const{measure:t}=e;return s.jsxs(s.Fragment,{children:[s.jsx(he,{fz:"md",fw:500,mb:8,children:t.title}),s.jsx(he,{fz:"xs",c:"dimmed",mb:8,children:t.subtitle})]})}function XW(e){const{group:t}=e,n=t.population,r=n==null?void 0:n.find(c=>Ni(c.code)==="numerator"),o=n==null?void 0:n.find(c=>Ni(c.code)==="denominator"),i=r==null?void 0:r.count,a=o==null?void 0:o.count;if(a===0)return s.jsxs(q,{children:[s.jsx(be,{order:3,children:"Not Applicable"}),s.jsx(he,{children:`Denominator: ${a}`})]});if(i===void 0||a===void 0)return s.jsxs(q,{children:[s.jsx(be,{order:3,children:"Insufficient Data"}),s.jsx(he,{children:`Numerator: ${i}`}),s.jsx(he,{children:`Denominator: ${a}`})]});const l=i/a*100;return s.jsx($h,{size:120,thickness:12,roundCaps:!0,sections:[{value:l,color:n2(l)}],label:s.jsx(Cs,{justify:"center",children:s.jsxs(he,{fw:700,fz:18,children:[i," / ",a]})})})}function JW(e){var r,o,i;const{group:t}=e,n=((r=t.measureScore)==null?void 0:r.unit)??((o=t.measureScore)==null?void 0:o.code);return s.jsx(s.Fragment,{children:n==="%"?s.jsx($h,{size:120,thickness:12,roundCaps:!0,sections:[{value:ZW(t),color:n2(((i=t==null?void 0:t.measureScore)==null?void 0:i.value)??0)}],label:s.jsx(Cs,{justify:"center",children:s.jsx(he,{fw:700,fz:18,children:s.jsx(Hc,{value:t.measureScore})})})}):s.jsx(Cs,{h:120,align:"center",children:s.jsx(be,{order:3,children:s.jsx(Hc,{value:t.measureScore})})})})}function ZW(e){var r,o;const t=(r=e.measureScore)==null?void 0:r.value,n=(o=e.measureScore)==null?void 0:o.unit;return t?t<=1&&n==="%"?t*100:t:0}function n2(e){return e<=33?"red":e<=67?"yellow":"green"}function eH(e){var r;const t=St(e.measureReport),[n]=mz("Measure",{url:t==null?void 0:t.measure});return t?s.jsxs(q,{children:[n&&s.jsx(YW,{measure:n}),s.jsx(Cx,{cols:{base:3,sm:1},spacing:{base:"md",sm:"sm"},children:(r=t.group)==null?void 0:r.map((o,i)=>s.jsx(KW,{group:o},o.id??i))})]}):null}function tH(e){const{patient:t,...n}=e,r=p.useCallback((o,i,a)=>{const l=`${i}/${a}`,c=100;return Promise.allSettled([o.readHistory("Patient",a),o.search("Communication",{subject:l,_count:c}),o.search("Device",{patient:l,_count:c}),o.search("DeviceRequest",{patient:l,_count:c}),o.search("DiagnosticReport",{subject:l,_count:c}),o.search("Media",{subject:l,_count:c}),o.search("ServiceRequest",{subject:l,_count:c}),o.search("Task",{subject:l,_count:c})])},[]);return s.jsx(Jh,{value:t,loadTimelineResources:r,createCommunication:(o,i,a)=>({resourceType:"Communication",status:"completed",subject:Tt(o),sender:Tt(i),sent:new Date().toISOString(),payload:[{contentString:a}]}),createMedia:(o,i,a)=>({resourceType:"Media",status:"completed",subject:Tt(o),operator:Tt(i),issued:new Date().toISOString(),content:a}),...n})}const nH="_section_14dzq_2",rH="_hovering_14dzq_11",oH="_editing_14dzq_15",iH="_bottomActions_14dzq_20",Na={section:nH,hovering:rH,editing:oH,bottomActions:iH};function sH(e){const t=ae(),n=St(e.value),[r,o]=p.useState(!1),[i,a]=p.useState(),[l,c]=p.useState(),[u,d]=p.useState();function f(){c(void 0)}function h(){a(void 0)}const m=p.useRef();if(m.current=u,p.useEffect(()=>{t.requestSchema("PlanDefinition").then(()=>o(!0)).catch(console.log)},[t]),p.useEffect(()=>(d(fH(n??{resourceType:"PlanDefinition",status:"active"})),document.addEventListener("mouseover",f),document.addEventListener("click",h),()=>{document.removeEventListener("mouseover",f),document.removeEventListener("click",h)}),[n]),!r||!u)return null;function g(v,S){d({...m.current,[v]:S})}return s.jsx("div",{children:s.jsxs(Qe,{testid:"questionnaire-form",onSubmit:()=>e.onSubmit(u),children:[s.jsx(ye,{label:"Plan Title",defaultValue:u.title,onChange:v=>g("title",v.currentTarget.value)}),s.jsx(r2,{actions:u.action||[],selectedKey:i,setSelectedKey:a,hoverKey:l,setHoverKey:c,onChange:v=>g("action",v)}),s.jsx(ie,{type:"submit",children:"Save"})]})})}function r2(e){const t=p.useRef();t.current=e.actions;function n(i){e.onChange(t.current.map(a=>a.id===i.id?i:a))}function r(i){e.onChange([...t.current,i]),e.setSelectedKey(i.id)}function o(i){e.onChange(t.current.filter(a=>a!==i))}return s.jsxs("div",{className:Na.section,children:[e.actions.map(i=>s.jsx("div",{children:s.jsx(aH,{action:i,selectedKey:e.selectedKey,setSelectedKey:e.setSelectedKey,hoverKey:e.hoverKey,setHoverKey:e.setHoverKey,onChange:n,onRemove:()=>o(i)})},i.id)),s.jsx("div",{className:Na.bottomActions,children:s.jsx(Xe,{href:"#",onClick:i=>{xt(i),r({id:i2()})},children:"Add action"})})]})}function aH(e){const{action:t}=e,n=dH(t),r=e.selectedKey===e.action.id,o=e.hoverKey===e.action.id;function i(c){c.stopPropagation(),e.setSelectedKey(e.action.id)}function a(c){xt(c),e.setHoverKey(e.action.id)}const l=rt(Na.section,{[Na.editing]:r,[Na.hovering]:o&&!r});return s.jsxs("div",{"data-testid":t.id,className:l,onClick:i,onMouseOver:a,onFocus:a,children:[r?s.jsx(cH,{action:t,actionType:n,onChange:e.onChange,selectedKey:e.selectedKey,setSelectedKey:e.setSelectedKey,hoverKey:e.hoverKey,setHoverKey:e.setHoverKey,onRemove:e.onRemove}):s.jsx(lH,{action:t,actionType:n}),s.jsx("div",{className:Na.bottomActions,children:s.jsx(Xe,{href:"#",onClick:c=>{c.preventDefault(),e.onRemove()},children:"Remove"})})]})}const Bg={path:"PlanDefinition.action.timing[x]",min:0,max:1,description:"",isArray:!1,constraints:[],type:["dateTime","Period","Range","Timing"].map(e=>({code:e}))};function lH(e){const{action:t,actionType:n}=e,[r,o]=o2(t);return s.jsxs("div",{children:[s.jsxs("div",{children:[t.title||"Untitled"," ",n&&`(${n})`]}),t.definitionCanonical&&s.jsx("div",{children:s.jsx(Ef,{value:{reference:t.definitionCanonical}})}),r&&s.jsx("div",{children:s.jsx(Kr,{property:Bg,propertyType:o,value:r})})]})}function cH(e){const{action:t}=e,[n,r]=p.useState(e.actionType);function o(i,a){e.onChange({...t,[i]:a})}return s.jsxs(Ae,{gap:"xl",children:[s.jsx(ye,{name:`actionTitle-${t.id}`,label:"Title",defaultValue:t.title,onChange:i=>o("title",i.currentTarget.value)}),s.jsx(ye,{name:`actionDescription-${t.id}`,label:"Description",defaultValue:t.description,onChange:i=>o("description",i.currentTarget.value)}),s.jsx(Pt,{label:"Type of Action",description:"The type of the action to be performed.",name:`actionType-${t.id}`,defaultValue:n,onChange:i=>r(i.currentTarget.value),data:["","appointment","lab","questionnaire","task"]}),t.action&&t.action.length>0&&s.jsx(r2,{actions:t.action,selectedKey:e.selectedKey,setSelectedKey:e.setSelectedKey,hoverKey:e.hoverKey,setHoverKey:e.setHoverKey,onChange:i=>o("action",i)}),(()=>{switch(n){case"appointment":return s.jsx(dd,{title:"Appointment",description:"The subject must schedule an appointment from the schedule.",resourceType:"Schedule",action:t,onChange:e.onChange});case"lab":return s.jsx(dd,{title:"Lab",description:"The subject must complete the following lab panel.",resourceType:"ActivityDefinition",action:t,onChange:e.onChange});case"questionnaire":return s.jsx(dd,{title:"Questionnaire",description:"The subject must complete the selected questionnaire.",resourceType:"Questionnaire",action:t,onChange:e.onChange});case"task":return s.jsx(dd,{title:"Task",description:"The subject must complete the following task.",resourceType:"ActivityDefinition",action:t,onChange:e.onChange});default:return null}})(),s.jsx(yt,{title:"Timing",description:"When the action should take place.",children:s.jsx(uH,{name:"timing-"+t.id,action:t,onChange:e.onChange})})]})}function dd(e){const{id:t,definitionCanonical:n}=e.action,r=n!=null&&n.startsWith(e.resourceType+"/")?{reference:n}:void 0;return s.jsx(Ys,{name:t,resourceType:e.resourceType,defaultValue:r,loadOnFocus:!0,onChange:o=>{o?e.onChange({...e.action,definitionCanonical:ct(o)}):e.onChange({...e.action,definitionCanonical:void 0})}})}function uH(e){const t=e.action,n="timing",[r,o]=o2(t);return s.jsx(Pl,{property:Bg,name:"timing[x]",path:"PlanDefinition.timing[x]",defaultValue:r,defaultPropertyType:o,onChange:(i,a)=>{e.onChange(ER(t,n,a??n,Bg,i))},outcome:void 0})}function dH(e){var t,n,r;if((t=e.definitionCanonical)!=null&&t.startsWith("Schedule"))return"appointment";if((n=e.definitionCanonical)!=null&&n.startsWith("Questionnaire/"))return"questionnaire";if((r=e.definitionCanonical)!=null&&r.startsWith("ActivityDefinition/"))return"task"}function o2(e){return Cu({type:"PlanDefinitionAction",value:e},"timing")}let cm=1;function i2(e){if(e){if(e.startsWith("id-")){const t=parseInt(e.substring(3),10);isNaN(t)||(cm=Math.max(cm,t+1))}return e}return"id-"+cm++}function fH(e){return{...e,action:s2(e.action)}}function s2(e){if(e)return e.map(t=>({...t,id:i2(t.id),action:s2(t.action)}))}var Ct=(e=>(e.group="group",e.display="display",e.question="question",e.boolean="boolean",e.decimal="decimal",e.integer="integer",e.date="date",e.dateTime="dateTime",e.time="time",e.string="string",e.text="text",e.url="url",e.choice="choice",e.openChoice="open-choice",e.attachment="attachment",e.reference="reference",e.quantity="quantity",e))(Ct||{});function hH(e){return e.type==="choice"||e.type==="open-choice"}function pH(e,t){if(!e.enableWhen)return!0;const n=e.enableBehavior??"any";for(const r of e.enableWhen){const o=a2(t,r.question);if(r.operator==="exists"&&!r.answerBoolean&&!(o!=null&&o.length)){if(n==="any")return!0;continue}const{anyMatch:i,allMatch:a}=vH(r,o,n);if(n==="any"&&i)return!0;if(n==="all"&&!a)return!1}return n!=="any"}function mH(e,t,n){return e.map(r=>{var a;const o=(a=n.answerOption)==null?void 0:a.find(l=>qs(l.valueCoding)===r||l[t]===r),i=Is(o??{});return{[t]:i==null?void 0:i.value}})}function a2(e,t){if(e)for(const n of e){if(n.linkId===t)return n.answer;if(n.item){const r=a2(n.item,t);if(r)return r}}}function gH(e,t,n){if(n==="exists")return!!e===t.value;if(e){const r=n==="="||n==="!="?n==null?void 0:n.replace("=","~"):n,[{value:o}]=Wc(`%actualAnswer ${r} %expectedAnswer`,[e],{"%actualAnswer":e,"%expectedAnswer":t});return o}else return!1}function vH(e,t,n){const r=t||[],o=EH(e);let i=!1,a=!0;for(const l of r){const c=TH(l),{operator:u}=e;if(gH(c,o,u)?i=!0:a=!1,n==="any"&&i)break}return{anyMatch:i,allMatch:a}}function l2(e){var n,r;const t=jl(e,"http://hl7.org/fhir/StructureDefinition/questionnaire-referenceResource");if(t){if(t.valueCode!==void 0)return[t.valueCode];if(t.valueCodeableConcept)return(r=(n=t.valueCodeableConcept)==null?void 0:n.coding)==null?void 0:r.map(o=>o.code)}}function um(e,t){var o;const n=Qr(e);let r=jl(n,"http://hl7.org/fhir/StructureDefinition/questionnaire-referenceResource");return!t||t.length===0?(r&&(n.extension=(o=n.extension)==null?void 0:o.filter(i=>i!==r)),n):(r||(n.extension||(n.extension=[]),r={url:"http://hl7.org/fhir/StructureDefinition/questionnaire-referenceResource"},n.extension.push(r)),t.length===1?(r.valueCode=t[0],delete r.valueCodeableConcept):(r.valueCodeableConcept={coding:t.map(i=>({code:i}))},delete r.valueCode),n)}function yH(e,t,n){const r=jl(e,"http://hl7.org/fhir/StructureDefinition/questionnaire-referenceFilter");if(!(r!=null&&r.valueString))return;let o=r.valueString;t!=null&&t.reference&&(o=o.replaceAll("$subj",t.reference)),n!=null&&n.reference&&(o=o.replaceAll("$encounter",n.reference));const i={},a=o.split("&");for(const l of a){const[c,u]=Ig(l,"=",2);i[c]=u}return i}function xH(e){return{resourceType:"QuestionnaireResponse",questionnaire:ct(e),item:c2(e.item),status:"in-progress"}}function c2(e){return(e==null?void 0:e.map(u2))??[]}function u2(e){var t;return{id:wH(),linkId:e.linkId,text:e.text,item:c2(e.item),answer:((t=e.initial)==null?void 0:t.map(SH))??[]}}let bH=1;function wH(){return"id-"+bH++}function SH(e){return{...e}}function jH(e){return e.value.display||e.value.reference||dr(e.value)}function CH(e){var n,r,o,i;const t=(n=e==null?void 0:e.item)==null?void 0:n[0];if(t){const a=jl(t,"http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl");if(((i=(o=(r=a==null?void 0:a.valueCodeableConcept)==null?void 0:r.coding)==null?void 0:o[0])==null?void 0:i.code)==="page")return e.item.length}return 1}function _0(e){return xu({type:"QuestionnaireItemInitial",value:e},"value")}function Is(e){return xu({type:"QuestionnaireItemAnswerOption",value:e},"value")}function EH(e){return xu({type:"QuestionnaireItemEnableWhen",value:e},"answer")}function TH(e){return xu({type:"QuestionnaireResponseItemAnswer",value:e},"value")}const d2=p.createContext({});function Vg(e){const t=p.useContext(d2),n=e.item,r=e.response;function o(u){var f,h,m,g;let d;Array.isArray(u)?d=u:e.index>=(((h=(f=e.response)==null?void 0:f.answer)==null?void 0:h.length)??0)?d=(((m=e.response)==null?void 0:m.answer)??[]).concat([u]):d=(((g=e.response)==null?void 0:g.answer)??[]).map((S,b)=>b===e.index?u:S)??[],e.onChange({id:r==null?void 0:r.id,linkId:r==null?void 0:r.linkId,text:n.text,answer:d})}const i=n.type;if(!i)return null;const a=n.linkId;if(!a)return null;const l=n.initial&&n.initial.length>0?n.initial[0]:void 0,c=D0(r,e.index)??_0(l);switch(i){case Ct.display:return s.jsx("p",{children:e.item.text},e.item.linkId);case Ct.boolean:return s.jsx(jR,{title:e.item.text,htmlFor:e.item.linkId,children:s.jsx(kn,{id:e.item.linkId,name:e.item.linkId,defaultChecked:c==null?void 0:c.value,onChange:u=>o({valueBoolean:u.currentTarget.checked})})},e.item.linkId);case Ct.decimal:return s.jsx(ye,{type:"number",step:"any",id:a,name:a,required:n.required,defaultValue:c==null?void 0:c.value,onChange:u=>o({valueDecimal:u.currentTarget.valueAsNumber})});case Ct.integer:return s.jsx(ye,{type:"number",step:1,id:a,name:a,required:n.required,defaultValue:c==null?void 0:c.value,onChange:u=>o({valueInteger:u.currentTarget.valueAsNumber})});case Ct.date:return s.jsx(ye,{type:"date",id:a,name:a,required:n.required,defaultValue:c==null?void 0:c.value,onChange:u=>o({valueDate:u.currentTarget.value})});case Ct.dateTime:return s.jsx(Rs,{name:a,required:n.required,defaultValue:c==null?void 0:c.value,onChange:u=>o({valueDateTime:u})});case Ct.time:return s.jsx(ye,{type:"time",id:a,name:a,required:n.required,defaultValue:c==null?void 0:c.value,onChange:u=>o({valueTime:u.currentTarget.value})});case Ct.string:case Ct.url:return s.jsx(ye,{id:a,name:a,required:n.required,defaultValue:c==null?void 0:c.value,onChange:u=>o({valueString:u.currentTarget.value})});case Ct.text:return s.jsx(Bs,{id:a,name:a,required:n.required,defaultValue:c==null?void 0:c.value,onChange:u=>o({valueString:u.currentTarget.value})});case Ct.attachment:return s.jsx(ee,{py:4,children:s.jsx(mR,{path:"",name:a,defaultValue:c==null?void 0:c.value,onChange:u=>o({valueAttachment:u})})});case Ct.reference:return s.jsx(Yh,{name:a,required:n.required,targetTypes:l2(n),searchCriteria:yH(n,t.subject,t.encounter),defaultValue:c==null?void 0:c.value,onChange:u=>o({valueReference:u})});case Ct.quantity:return s.jsx(_s,{path:"",name:a,required:n.required,defaultValue:c==null?void 0:c.value,onChange:u=>o({valueQuantity:u}),disableWheel:!0});case Ct.choice:case Ct.openChoice:return IH(n)&&!n.answerValueSet?s.jsx(PH,{name:a,item:n,initial:l,response:r,onChangeAnswer:u=>o(u)}):s.jsx(kH,{name:a,item:n,initial:l,response:r,onChangeAnswer:u=>o(u)});default:return null}}function PH(e){var c;const{name:t,item:n,initial:r,response:o}=e;if(!((c=n.answerOption)!=null&&c.length))return s.jsx(f2,{});const i=_0(r),a=[""];for(const u of n.answerOption){const d=Is(u);a.push(rS(d))}const l=D0(o)??i;if(n.repeats){const{propertyName:u,data:d}=AH(e.item),f=_H(o);return s.jsx(Dh,{data:d,placeholder:"Select items",searchable:!0,defaultValue:f||[rS(i)],onChange:h=>{const m=mH(h,u,n);e.onChangeAnswer(m)}})}return s.jsx(Pt,{id:t,name:t,onChange:u=>{const d=u.currentTarget.selectedIndex;if(d===0){e.onChangeAnswer({});return}const f=n.answerOption[d-1],h=Is(f),m="value"+tn(h.type);e.onChangeAnswer({[m]:h.value})},defaultValue:qs(l==null?void 0:l.value)||(l==null?void 0:l.value),data:a})}function kH(e){var a;const{name:t,item:n,initial:r,onChangeAnswer:o,response:i}=e;return!((a=n.answerOption)!=null&&a.length)&&!n.answerValueSet?s.jsx(f2,{}):n.answerValueSet?s.jsx(TR,{path:"",name:t,binding:n.answerValueSet,onChange:l=>o({valueCoding:l}),creatable:n.type===Ct.openChoice}):s.jsx(RH,{name:(i==null?void 0:i.id)??t,item:n,initial:r,response:i,onChangeAnswer:o})}function RH(e){const{name:t,item:n,initial:r,onChangeAnswer:o,response:i}=e,a=Gs("QuestionnaireItemAnswerOption","value[x]"),l=_0(r),c=[];let u;if(n.answerOption)for(let h=0;h<n.answerOption.length;h++){const m=n.answerOption[h],g=`${t}-option-${h}`,v=Is(m);v!=null&&v.value&&(l&&dr(v)===dr(l)&&(u=g),c.push([g,v]))}const d=D0(i),f=DH(c,d);return s.jsx(Ps.Group,{name:t,value:f??u,onChange:h=>{const m=c.find(g=>g[0]===h);if(m){const g=m[1],v="value"+tn(g.type);o({[v]:g.value})}},children:c.map(([h,m])=>s.jsx(Ps,{id:h,value:h,py:4,label:s.jsx(Kr,{property:a,propertyType:m.type,value:m.value})},h))})}function f2(){return s.jsx(ye,{disabled:!0,placeholder:"No Answers Defined"})}function D0(e,t=0){const n=e.answer;return Is((n==null?void 0:n[t])??{})}function _H(e){const t=e.answer;return t?t.map(r=>Is(r)).map(r=>qs(r==null?void 0:r.value)||(r==null?void 0:r.value)):[]}function DH(e,t){var n;return(n=e.find(r=>Ai(r[1].value,t==null?void 0:t.value)))==null?void 0:n[0]}function rS(e){if(e)return e.type==="CodeableConcept"?Ni(e.value):e.type==="Coding"?qs(e.value):e.type==="Reference"?jH(e):e.value.toString()}function IH(e){var t;return!!((t=e.extension)!=null&&t.some(n=>{var r,o,i;return n.url==="http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl"&&((i=(o=(r=n.valueCodeableConcept)==null?void 0:r.coding)==null?void 0:o[0])==null?void 0:i.code)==="drop-down"}))}function AH(e){var i;if(((i=e.answerOption)==null?void 0:i.length)===0)return{propertyName:"",data:[]};const t=e.answerOption[0],n=Is(t),r="value"+tn(n.type),o=(e.answerOption??[]).map(a=>({value:oS(a,r),label:oS(a,r)}));return{propertyName:r,data:o}}function oS(e,t){var n;return qs(e.valueCoding)||((n=e[t])==null?void 0:n.toString())}const NH="_section_1gp92_1",MH="_hovering_1gp92_10",OH="_editing_1gp92_14",LH="_questionBody_1gp92_20",$H="_topActions_1gp92_24",FH="_bottomActions_1gp92_33",zH="_movementActions_1gp92_44",UH="_movementIcons_1gp92_56",BH="_columnAlignment_1gp92_60",VH="_linkIdInput_1gp92_65",WH="_typeSelect_1gp92_70",mr={section:NH,hovering:MH,editing:OH,questionBody:LH,topActions:$H,bottomActions:FH,movementActions:zH,movementIcons:UH,columnAlignment:BH,linkIdInput:VH,typeSelect:WH};function HH(e){const t=ae(),n=St(e.questionnaire),[r,o]=p.useState(!1),[i,a]=p.useState(),[l,c]=p.useState(),[u,d]=p.useState();function f(){d(void 0)}function h(){c(void 0)}p.useEffect(()=>{t.requestSchema("Questionnaire").then(()=>o(!0)).catch(console.log)},[t]),p.useEffect(()=>(a(KH(n??{resourceType:"Questionnaire",status:"active"})),document.addEventListener("mouseover",f),document.addEventListener("click",h),()=>{document.removeEventListener("mouseover",f),document.removeEventListener("click",h)}),[n]);const m=(g,v)=>{a(g),e.autoSave&&!v&&e.onSubmit&&e.onSubmit(g)};return!r||!i?null:s.jsx("div",{children:s.jsxs(Qe,{testid:"questionnaire-form",onSubmit:()=>e.onSubmit(i),children:[s.jsx(h2,{item:i,selectedKey:l,setSelectedKey:c,hoverKey:u,setHoverKey:d,onChange:m}),s.jsx(ie,{type:"submit",children:"Save"})]})})}function h2(e){var y;const t=e.item,n=e.item,r=ti(e.item),o=r||n.type===Ct.group,i=n.linkId??"[untitled]",a=e.selectedKey===e.item.id,l=e.hoverKey===e.item.id,c=p.useRef();c.current=e.item;function u(w){xt(w),e.setSelectedKey(e.item.id)}function d(w){xt(w),e.setHoverKey(e.item.id)}function f(w){var j;const C=c.current;e.onChange({...C,item:(j=C.item)==null?void 0:j.map(T=>T.id===w.id?w:T)})}function h(w,C){e.onChange({...e.item,item:[...e.item.item??[],w]},C)}function m(w){var C;e.onChange({...e.item,item:(C=e.item.item)==null?void 0:C.filter(j=>j!==w)})}function g(w,C){e.onChange({...c.current,[w]:C})}function v(w){e.onChange({...e.item,...w})}function S(w){var C;e.onChange({...e.item,item:(C=e.item.item)==null?void 0:C.map(j=>j===w?{...j,repeats:!j.repeats}:j)})}function b(w,C){const j=JH(e.item.item,w,C);e.onChange({...e.item,item:j})}const x=rt(mr.section,{[mr.editing]:a,[mr.hovering]:l&&!a});return s.jsxs("div",{"data-testid":n.linkId,className:x,onClick:u,onMouseOver:d,onFocus:d,children:[s.jsx("div",{className:mr.questionBody,children:a?s.jsxs(s.Fragment,{children:[r&&s.jsx(ye,{size:"xl",defaultValue:t.title,onBlur:w=>g("title",w.currentTarget.value)}),!r&&s.jsx(Bs,{autosize:!0,minRows:2,defaultValue:n.text,onBlur:w=>g("text",w.currentTarget.value)}),n.type==="reference"&&s.jsx(QH,{item:n,onChange:v}),hH(n)&&s.jsx(qH,{item:n,onChange:w=>v(w)})]}):s.jsxs(s.Fragment,{children:[t.title&&s.jsx(be,{children:t.title}),n.text&&s.jsx("div",{children:n.text}),!o&&s.jsx(Vg,{item:n,index:0,onChange:()=>{},response:{linkId:n.linkId}})]})}),(y=n.item)==null?void 0:y.map((w,C)=>s.jsx("div",{children:s.jsx(h2,{item:w,selectedKey:e.selectedKey,setSelectedKey:e.setSelectedKey,hoverKey:e.hoverKey,isFirst:C===0,isLast:C===(e.item.item??[]).length-1,setHoverKey:e.setHoverKey,onChange:f,onRemove:()=>m(w),onRepeatable:S,onMoveUp:()=>b(C,-1),onMoveDown:()=>b(C,1)})},w.id)),!o&&s.jsx("div",{className:mr.topActions,children:a?s.jsxs(s.Fragment,{children:[s.jsx(ye,{size:"xs",className:mr.linkIdInput,defaultValue:n.linkId,onBlur:w=>g("linkId",w.currentTarget.value)}),!o&&s.jsx(Pt,{size:"xs",className:mr.typeSelect,defaultValue:n.type,onChange:w=>g("type",w.currentTarget.value),data:[{value:"display",label:"Display"},{value:"boolean",label:"Boolean"},{value:"decimal",label:"Decimal"},{value:"integer",label:"Integer"},{value:"date",label:"Date"},{value:"dateTime",label:"Date/Time"},{value:"time",label:"Time"},{value:"string",label:"String"},{value:"text",label:"Text"},{value:"url",label:"URL"},{value:"choice",label:"Choice"},{value:"open-choice",label:"Open Choice"},{value:"attachment",label:"Attachment"},{value:"reference",label:"Reference"},{value:"quantity",label:"Quantity"}]})]}):s.jsx("div",{children:i})}),!r&&s.jsx(q,{className:mr.movementActions,children:s.jsxs(q,{className:mr.columnAlignment,children:[!e.isFirst&&s.jsx(Xe,{href:"#",onClick:w=>{w.preventDefault(),e.onMoveUp&&e.onMoveUp()},children:s.jsx(Cz,{"data-testid":"up-button",size:15,className:mr.movementIcons})}),!e.isLast&&s.jsx(Xe,{href:"#",onClick:w=>{w.preventDefault(),e.onMoveDown&&e.onMoveDown()},children:s.jsx(jz,{"data-testid":"down-button",size:15,className:mr.movementIcons})})]})}),s.jsxs("div",{className:mr.bottomActions,children:[o&&s.jsxs(s.Fragment,{children:[s.jsx(Xe,{href:"#",onClick:w=>{w.preventDefault(),h({id:As(),linkId:qg("q"),type:"string",text:"Question"})},children:"Add item"}),s.jsx(Xe,{href:"#",onClick:w=>{w.preventDefault(),h({id:As(),linkId:qg("g"),type:"group",text:"Group"},!0)},children:"Add group"})]}),r&&s.jsx(Xe,{href:"#",onClick:w=>{w.preventDefault(),h(XH(),!0)},children:"Add Page"}),a&&!r&&s.jsxs(s.Fragment,{children:[s.jsx(Xe,{href:"#",onClick:w=>{w.preventDefault(),e.onRepeatable&&e.onRepeatable(n)},children:n.repeats?"Remove Repeatable":"Make Repeatable"}),s.jsx(Xe,{href:"#",onClick:w=>{w.preventDefault(),e.onRemove&&e.onRemove()},children:"Remove"})]})]})]})}function qH(e){const t=Gs("QuestionnaireItemAnswerOption","value[x]"),n=e.item.answerOption??[];return s.jsxs("div",{children:[e.item.answerValueSet!==void 0?s.jsx(ye,{placeholder:"Enter Value Set",defaultValue:e.item.answerValueSet,onChange:r=>e.onChange({...e.item,answerValueSet:r.target.value})}):s.jsx(GH,{options:n,property:t,item:e.item,onChange:e.onChange}),s.jsxs(q,{display:"flex",children:[s.jsx(Xe,{href:"#",onClick:r=>{xt(r),e.onChange({...e.item,answerValueSet:void 0,answerOption:[...n,{id:As()}]})},children:"Add choice"}),s.jsx(Fh,{w:"lg"}),s.jsx(Xe,{href:"#",onClick:r=>{xt(r),e.onChange({...e.item,answerOption:[],answerValueSet:""})},children:"Add value set"})]})]})}function GH(e){return s.jsx("div",{children:e.options.map(t=>{const[n,r]=Cu({type:"QuestionnaireItemAnswerOption",value:t},"value");return s.jsxs("div",{style:{display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center",width:"80%"},children:[s.jsx("div",{children:s.jsx(Pl,{name:"value[x]",path:"Questionnaire.answerOption.value[x]",property:e.property,defaultPropertyType:r,defaultValue:n,onChange:(o,i)=>{const a=[...e.options],l=a.findIndex(c=>c.id===t.id);a[l]={id:t.id,[i]:o},e.onChange({...e.item,answerOption:a})},outcome:void 0},t.id)}),s.jsx("div",{children:s.jsx(Xe,{href:"#",onClick:o=>{xt(o),e.onChange({...e.item,answerOption:e.options.filter(i=>i.id!==t.id)})},children:"Remove"})})]},t.id)})})}function QH(e){const t=l2(e.item)??[];return s.jsxs(s.Fragment,{children:[t.map((n,r)=>s.jsxs(ee,{children:[s.jsx(c0,{name:"resourceType",placeholder:"Resource Type",defaultValue:n,onChange:o=>{e.onChange(um(e.item,t.map(i=>i===n?o:i)))}}),s.jsx(Xe,{href:"#",onClick:o=>{xt(o),e.onChange(um(e.item,t.filter(i=>i!==n)))},children:"Remove"})]},`${n}-${r}`)),s.jsx(Xe,{href:"#",onClick:n=>{xt(n),e.onChange(um(e.item,[...t,""]))},children:"Add Resource Type"})]})}let Wg=1,Hg=1;function qg(e){return e+Wg++}function As(){return"id-"+Hg++}function KH(e){return{...e,id:e.id||As(),item:p2(e.item)}}function p2(e){if(e)return e.forEach(t=>{var n,r;(n=t.id)!=null&&n.match(/^id-\d+$/)&&(Hg=Math.max(Hg,parseInt(t.id.substring(3),10)+1)),(r=t.linkId)!=null&&r.match(/^q\d+$/)&&(Wg=Math.max(Wg,parseInt(t.linkId.substring(1),10)+1))}),e.map(t=>({...t,id:t.id||As(),item:p2(t.item),answerOption:YH(t.answerOption)}))}function YH(e){if(e)return e.map(t=>({...t,id:t.id||As()}))}function XH(){return{id:As(),linkId:qg("s"),type:"group",text:"New Page",extension:[{url:"http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",valueCodeableConcept:{coding:[{system:"http://hl7.org/fhir/questionnaire-item-control",code:"page"}]}}]}}function JH(e,t,n){const r=e??[],o=t+n;if(o<0||o>=r.length)return r;const i=[...r];return[i[t],i[o]]=[i[o],i[t]],i}function m2(e){const{item:t,response:n,onChange:r}=e,[o,i]=p.useState(ZH(t,n??{linkId:t.linkId}));if(!e.checkForQuestionEnabled(t)||!n)return null;if(t.type===Ct.display)return s.jsx("p",{children:t.text},t.linkId);const a=(t==null?void 0:t.repeats)&&t.type!==Ct.choice&&t.type!==Ct.openChoice;return t.type===Ct.boolean?s.jsx(Vg,{item:t,response:n,onChange:l=>r([l]),index:0},t.linkId):s.jsxs(yt,{htmlFor:e.item.linkId,title:e.item.text,withAsterisk:e.item.required,children:[[...Array(o)].map((l,c)=>s.jsx(Vg,{item:t,response:n,onChange:u=>r([u]),index:c},`${t.linkId}-${c}`)),a&&s.jsx(Xe,{onClick:()=>i(l=>l+1),children:"Add Item"})]},e.item.linkId)}function ZH(e,t){if(e.type===Ct.choice||e.type===Ct.openChoice)return 1;const n=t.answer;return n!=null&&n.length?n.length:1}function g2(e){const[t,n]=p.useState(e.response);if(t.length===0)return null;function r(i,a){const l=t.map((c,u)=>u===a?i[0]:c);n(l),e.onChange(l)}function o(){const i=u2(e.item);n([...t,i])}return s.jsxs(s.Fragment,{children:[t.map((i,a)=>s.jsx(v2,{item:e.item,response:i,checkForQuestionEnabled:e.checkForQuestionEnabled,onChange:l=>r(l,a)},i.id)),e.item.repeats&&s.jsx(Xe,{onClick:o,children:`Add Group: ${e.item.text}`})]})}function v2(e){var i;const{response:t,checkForQuestionEnabled:n,onChange:r}=e;function o(a){var d;const l=(d=t.item)==null?void 0:d.map(f=>a.find(m=>m.id===f.id)??f),c=l==null?void 0:l.concat(a.slice(1)),u={...t,item:c};r([u])}return e.checkForQuestionEnabled(e.item)?s.jsxs("div",{children:[e.item.text&&s.jsx(be,{order:3,mb:"md",children:e.item.text}),s.jsx(Ae,{children:(i=e.item.item)==null?void 0:i.map(a=>{var l,c,u;return a.type===Ct.group?a.repeats?s.jsx(g2,{item:a,response:((l=t.item)==null?void 0:l.filter(d=>d.linkId===a.linkId))??[],checkForQuestionEnabled:n,onChange:o},a.linkId):s.jsx(v2,{item:a,checkForQuestionEnabled:n,response:((c=t.item)==null?void 0:c.find(d=>d.linkId===a.linkId))??{linkId:a.linkId},onChange:o},a.linkId):s.jsx(m2,{item:a,response:(u=t.item)==null?void 0:u.find(d=>d.linkId===a.linkId),onChange:o,checkForQuestionEnabled:n},a.linkId)})})]},e.item.linkId):null}function eq(e){const{items:t,response:n,activePage:r,onChange:o,nextStep:i,prevStep:a,numberOfPages:l,renderPages:c,submitButtonText:u,excludeButtons:d,checkForQuestionEnabled:f}=e,h=t.map(m=>{var S;const g=((S=n==null?void 0:n.item)==null?void 0:S.filter(b=>b.linkId===m.linkId))??[],v=m.type===Ct.group?s.jsx(g2,{item:m,response:g,onChange:o,checkForQuestionEnabled:f},m.linkId):s.jsx(m2,{item:m,response:g==null?void 0:g[0],onChange:o,checkForQuestionEnabled:f},m.linkId);return c?s.jsx(ol.Step,{label:m.text,children:v},m.linkId):v});return s.jsxs(s.Fragment,{children:[c&&s.jsx(ol,{active:r??0,allowNextStepsSelect:!1,p:6,children:h}),!c&&s.jsx(Ae,{children:h}),!d&&s.jsx(tq,{activePage:r??0,numberOfPages:l,nextStep:c?i:void 0,prevStep:c?a:void 0,renderPages:c,submitButtonText:u})]})}function tq(e){const t=e.renderPages&&e.activePage>0,n=e.renderPages&&e.activePage<e.numberOfPages-1,r=!e.renderPages||e.activePage===e.numberOfPages-1;return s.jsxs(ee,{justify:"flex-end",mt:"xl",gap:"xs",children:[t&&s.jsx(ie,{onClick:e.prevStep,children:"Back"}),n&&s.jsx(ie,{onClick:o=>{const i=o.currentTarget.closest("form");e.nextStep&&i.reportValidity()&&e.nextStep()},children:"Next"}),r&&s.jsx(ie,{type:"submit",children:e.submitButtonText??"Submit"})]})}function y2(e){const t=ae(),{subject:n,source:r}=e,o=St(e.questionnaire),i=fz(o),[a,l]=p.useState(),[c,u]=p.useState(0),d=p.useRef(e.onChange);d.current=e.onChange;const f=p.useRef(e.onSubmit);f.current=e.onSubmit,p.useEffect(()=>{o&&iS(i)===iS(o)||l(o?xH(o):void 0)},[o,i]),p.useEffect(()=>{if(a&&d.current)try{d.current(a)}catch(x){console.error("Error invoking QuestionnaireForm.onChange callback",x)}},[a]);const h=p.useCallback(x=>{l(y=>{const w=(y==null?void 0:y.item)??[];return{resourceType:"QuestionnaireResponse",status:"in-progress",item:x2(w,Array.isArray(x)?x:[x])}})},[]),m=p.useCallback(()=>{const x=f.current;if(x&&a){let y=r;if(!y){const w=t.getProfile();w&&(y=Tt(w))}x({...a,questionnaire:ct(o),subject:n,source:y,authored:new Date().toISOString(),status:"completed"})}},[t,o,a,n,r]);function g(x){return pH(x,(a==null?void 0:a.item)??[])}if(!o||!a)return null;const v=CH(o),S=()=>u(x=>x+1),b=()=>u(x=>x-1);return s.jsx(d2.Provider,{value:{subject:e.subject,encounter:e.encounter},children:s.jsxs(Qe,{testid:"questionnaire-form",onSubmit:m,children:[o.title&&s.jsx(be,{children:o.title}),s.jsx(eq,{items:o.item??[],response:a,onChange:h,renderPages:!e.disablePagination&&v>1,activePage:c,numberOfPages:v,excludeButtons:e.excludeButtons,submitButtonText:e.submitButtonText,checkForQuestionEnabled:g,nextStep:S,prevStep:b})]})})}function nq(e,t){const n=x2(e.item??[],t.item??[]);return{...t,item:n.length>0?n:void 0,answer:t.answer&&t.answer.length>0?t.answer:e.answer}}function x2(e,t){const n=[],r=new Set;for(const o of e){const i=o.id,a=t.find(l=>l.id===i);a?(n.push(nq(o,a)),r.add(a.id)):n.push(o)}for(const o of t)r.has(o.id)||n.push(o);return n}function iS(e){return(e==null?void 0:e.id)||e}const rq="_section_4m5it_1",oq={section:rq},iq=["gender","age","gestationalAge","context","appliesTo","category"],sq={definition:{resourceType:"ObservationDefinition",code:{text:""}},onSubmit:()=>{}};function aq(e){e=Object.assign(sq,e);const t=e.definition,[n,r]=p.useState([]),[o,i]=p.useState(1),[a,l]=p.useState(1);return p.useEffect(()=>{const g=uq(t,l);r(dq(g.qualifiedInterval||[],i))},[t]),s.jsxs(Qe,{testid:"reference-range-editor",onSubmit:c,children:[s.jsx(Ae,{children:n.map(g=>{var v;return s.jsx(lq,{unit:hq((v=t.quantitativeDetails)==null?void 0:v.unit),onChange:f,onAdd:h,onRemove:m,onRemoveGroup:d,intervalGroup:g},`group-${g.id}`)})}),s.jsx(en,{title:"Add Group",variant:"subtle",size:"sm",onClick:g=>{xt(g),u({id:`group-id-${o}`,filters:{},intervals:[]}),i(v=>v+1)},children:s.jsx(jf,{})}),s.jsx(ee,{justify:"flex-end",children:s.jsx(ie,{type:"submit",children:"Save"})})]});function c(){const g=n.flatMap(v=>v.intervals).filter(v=>!pq(v));e.onSubmit({...t,qualifiedInterval:g})}function u(g){r(v=>[...v,g])}function d(g){r(v=>v.filter(S=>S.id!==g.id))}function f(g,v){r(S=>{S=[...S];const b=S.find(y=>y.id===g),x=b==null?void 0:b.intervals.findIndex(y=>y.id===v.id);return x!==void 0&&(b!=null&&b.intervals[x])&&(b.intervals[x]=v),S})}function h(g,v){v.id===void 0&&(v.id=`id-${a}`,l(S=>S+1)),r(S=>{S=[...S];const b=S.findIndex(x=>x.id===g);if(b!==-1){const x={...S[b]};v={...v,...x.filters},x.intervals=[...x.intervals,v],S[b]=x}return S})}function m(g,v){r(S=>{S=[...S];const b=S.find(x=>x.id===g);return b&&(b.intervals=b.intervals.filter(x=>x.id!==v.id)),S})}}function lq(e){const{intervalGroup:t,unit:n}=e;return s.jsx(Tu,{"data-testid":t.id,className:oq.section,children:s.jsxs(Ae,{gap:"lg",children:[s.jsx(ee,{justify:"flex-end",children:s.jsx(en,{title:"Remove Group",variant:"subtle","data-testid":`remove-group-button-${t.id}`,size:"sm",onClick:r=>{xt(r),e.onRemoveGroup(t)},children:s.jsx(Sf,{})},`remove-group-button-${t.id}`)}),s.jsx(cq,{intervalGroup:t,onChange:e.onChange}),s.jsx(ln,{}),t.intervals.map(r=>s.jsxs(Ae,{gap:"xs",children:[s.jsxs(ee,{children:[s.jsx(ye,{"data-testid":`condition-${r.id}`,defaultValue:r.condition,label:"Condition: ",size:"sm",onChange:o=>{xt(o),e.onChange(t.id,{...r,condition:o.currentTarget.value.trim()})}},`condition-${r.id}`),s.jsx(en,{title:"Remove Interval",variant:"subtle",size:"sm","data-testid":`remove-interval-${r.id}`,onClick:o=>{xt(o),e.onRemove(t.id,r)},children:s.jsx(Sf,{})},`remove-interval-${r.id}`)]}),s.jsx(h0,{path:"",onChange:o=>{e.onChange(t.id,{...r,range:o})},name:`range-${r.id}`,defaultValue:r.range},`range-${r.id}`)]},`interval-${r.id}`)),s.jsx(en,{title:"Add Interval",variant:"subtle",size:"sm",onClick:r=>{xt(r),e.onAdd(t.id,{range:{low:{unit:n},high:{unit:n}}})},children:s.jsx(jf,{})})]})})}function cq(e){var r,o;const{intervalGroup:t,onChange:n}=e;t.filters.age||(t.filters.age={});for(const i of["low","high"])(r=t.filters.age[i])!=null&&r.unit||(t.filters.age[i]={...t.filters.age[i],unit:"years",system:"http://unitsofmeasure.org"});return s.jsxs(Ae,{style:{maxWidth:"50%"},children:[s.jsx(ee,{children:s.jsx(Pt,{data:["","male","female"],label:"Gender:",defaultValue:t.filters.gender||"",onChange:i=>{for(const a of t.intervals){let l=i.currentTarget.value;l===""&&(l=void 0),n(t.id,{...a,gender:l})}}})}),s.jsxs(ee,{gap:"xs",children:[s.jsx(he,{component:"label",htmlFor:`div-age-${t.id}`,children:"Age:"}),s.jsx("div",{id:`div-age-${t.id}`,children:s.jsx(h0,{path:"",name:`age-${t.id}`,defaultValue:t.filters.age,onChange:i=>{for(const a of t.intervals)n(t.id,{...a,age:i})}},`age-${t.id}`)})]}),s.jsx(Pt,{data:["","pre-puberty","follicular","midcycle","luteal","postmenopausal"],label:"Endocrine:",defaultValue:((o=t.filters.context)==null?void 0:o.text)||"",onChange:i=>{for(const a of t.intervals){let l=i.currentTarget.value;l===""?(l=void 0,n(t.id,{...a,context:void 0})):n(t.id,{...a,context:{text:l,coding:[{code:l,system:"http://terminology.hl7.org/CodeSystem/referencerange-meaning"}]}})}}}),s.jsx(Pt,{data:["","reference","critical","absolute"],label:"Category: ",defaultValue:t.filters.category,onChange:i=>{for(const a of t.intervals){const l=i.currentTarget.value;l===""?n(t.id,{...a,category:void 0}):n(t.id,{...a,category:l})}}})]})}function uq(e,t){const n=e.qualifiedInterval||[];let r=Math.max(...n.map(o=>{var a;const i=parseInt(((a=o.id)==null?void 0:a.substring(3))||"",10);return isNaN(i)?Number.NEGATIVE_INFINITY:i}))+1;return Number.isFinite(r)||(r=1),e={...e,qualifiedInterval:n.map(o=>({...o,id:o.id||`id-${r++}`}))},t(r),e}function dq(e,t){let n=1;const r={};for(const o of e){const i=fq(o);i in r||(r[i]={id:`group-id-${n++}`,filters:Object.fromEntries(iq.map(a=>[a,o[a]])),intervals:[]}),r[i].intervals.push(o)}return t(n),Object.values(r)}function fq(e){var n,r;return[`gender=${e.gender}`,`age=${Bc(e.age)}`,`gestationalAge=${Bc(e.gestationalAge)}`,`context=${(n=e.context)==null?void 0:n.text}`,`appliesTo=${(r=e.appliesTo)==null?void 0:r.map(o=>o.text).join("+")}`,`category=${e.category}`].join(":")}function hq(e){return e&&(L6(e,"http://unitsofmeasure.org")||e.text)}function pq(e){var t,n,r,o;return((n=(t=e.range)==null?void 0:t.low)==null?void 0:n.value)===void 0&&((o=(r=e.range)==null?void 0:r.high)==null?void 0:o.value)===void 0}function mq(e){var u;const t=ae(),n=St(e.value),[r,o]=p.useState(!1),[i,a]=p.useState();if(p.useEffect(()=>{n&&!r&&(t.executeBatch(l(n)).then(a).catch(console.log),o(!0))},[t,n,r]),!n||!i)return null;return s.jsx(ar,{children:(u=n.action)==null?void 0:u.map((d,f)=>{var v,S,b,x,y,w;const h=d.resource&&c(d.resource),m=(S=(v=h==null?void 0:h.input)==null?void 0:v[0])==null?void 0:S.valueReference,g=(x=(b=h==null?void 0:h.output)==null?void 0:b[0])==null?void 0:x.valueReference;return s.jsxs(p.Fragment,{children:[s.jsx(ar.Col,{span:1,p:"md",children:(h==null?void 0:h.status)==="completed"?s.jsx(Az,{}):s.jsx(oU,{color:"gray"})}),s.jsxs(ar.Col,{span:9,p:"xs",children:[s.jsx(he,{fw:500,children:d.title}),d.description&&s.jsx("div",{children:d.description}),s.jsxs("div",{children:["Last edited by ",s.jsx(kl,{value:(y=h==null?void 0:h.meta)==null?void 0:y.author})," on ",Ln((w=h==null?void 0:h.meta)==null?void 0:w.lastUpdated)]}),s.jsxs("div",{children:["Status: ",s.jsx(g0,{status:(h==null?void 0:h.status)||"unknown"})]})]}),s.jsxs(ar.Col,{span:2,p:"md",children:[m&&!g&&s.jsx(ie,{onClick:()=>e.onStart(h,m),children:"Start"}),m&&g&&s.jsx(ie,{onClick:()=>e.onEdit(h,m,g),children:"Edit"})]})]},`action-${f}`)})});function l(d){var h;const f=[];if(d.action)for(const m of d.action)(h=m.resource)!=null&&h.reference&&f.push({request:{method:"GET",url:m.resource.reference}});return{resourceType:"Bundle",type:"batch",entry:f}}function c(d){for(const f of(i==null?void 0:i.entry)??[])if(f.resource&&d.reference===ct(f.resource))return f.resource}}function b2(e,t){const n=gq(e,t);return vq(n,e,t)}function gq(e,t){const n=e.length,r=t.length,o=n+r+1,i=1+2*o,a=i/2|0,l=new Array(i);l[a+1]={i:0,j:-1,prev:void 0,snake:!0};for(let c=0;c<o;c++){for(let u=-c;u<=c;u+=2){const d=a+u,f=d+1,h=d-1,m=l[f],g=l[h];let v,S=0;u===-c||u!==c&&g.i<m.i?(S=m.i,v=m):(S=g.i+1,v=g),l[h]=void 0;let b=S-u,x={i:S,j:b,prev:yq(v),snake:!1};for(;S<n&&b<r&&e[S]===t[b];)S++,b++;if(S>x.i&&(x={i:S,j:b,prev:x,snake:!0}),l[d]=x,S>=n&&b>=r)return l[d]}l[a+c-1]=void 0}}function vq(e,t,n){const r=[];let o=e;for(o.snake&&(o=o.prev);o!=null&&o.prev&&o.prev.j>=0;){const i=o.i,a=o.j;o=o.prev;const l=o.i,c=o.j,u={position:l,lines:t.slice(l,i)},d={position:c,lines:n.slice(c,a)};let f;u.lines.length===0&&d.lines.length>0?f="insert":u.lines.length>0&&d.lines.length===0?f="delete":f="change",r.push({original:u,revised:d,type:f}),o.snake&&(o=o.prev)}return r}function yq(e){return e&&!e.snake&&e.prev?e.prev:e}function xq(e){const t=(e.entry??[]).filter(r=>!!r.resource).map(r=>{var o;return{meta:(o=r.resource)==null?void 0:o.meta,lines:dr(r.resource,!0).match(/[^\r\n]+/g)}}).sort((r,o)=>r.meta.lastUpdated.localeCompare(o.meta.lastUpdated));if(!t.length)return[];const n=t[0].lines.map(r=>({id:t[0].meta.versionId,meta:t[0].meta,value:r,span:1}));return bq(n,t),wq(n),n}function bq(e,t){for(let n=1;n<t.length;n++){const r=b2(t[n-1].lines,t[n].lines);for(const o of r){const i=o.original.position,a=o.original.lines,l=o.revised.lines;if((o.type==="delete"||o.type==="change")&&e.splice(i,a.length),o.type==="insert"||o.type==="change")for(let c=0;c<o.revised.lines.length;c++)e.splice(i+c,0,{id:t[n].meta.versionId,meta:t[n].meta,value:l[c],span:1})}}}function wq(e){let t=0;for(;t<e.length;){let n=t;for(;n<e.length&&e[n].id===e[t].id;)e[n].span=-1,n++;e[t].span=n-t,t=n}}const Sq="_container_1oj0p_1",jq="_root_1oj0p_5",Cq="_startRow_1oj0p_20",Eq="_normalRow_1oj0p_24",Tq="_author_1oj0p_28",Pq="_dateTime_1oj0p_32",kq="_lineNumber_1oj0p_37",Rq="_line_1oj0p_37",_q="_pre_1oj0p_52",Co={container:Sq,root:jq,startRow:Cq,normalRow:Eq,author:Tq,dateTime:Pq,lineNumber:kq,line:Rq,pre:_q};function Dq(e,t){return`/${e.resourceType}/${e.id}/_history/${t}`}function Iq(e){const t=Math.floor((Date.now()-Date.parse(e))/1e3),n=Math.floor(t/31536e3);if(n>0)return ma(n,"year");const r=Math.floor(t/2592e3);if(r>0)return ma(r,"month");const o=Math.floor(t/86400);if(o>0)return ma(o,"day");const i=Math.floor(t/3600);if(i>0)return ma(i,"hour");const a=Math.floor(t/60);return a>0?ma(a,"minute"):ma(t,"second")}function ma(e,t){return`${e} ${e===1?t:t+"s"} ago`}function Aq(e){var a,l;const t=ae(),[n,r]=p.useState(e.history);if(p.useEffect(()=>{!e.history&&e.resourceType&&e.id&&t.readHistory(e.resourceType,e.id).then(r).catch(console.log)},[t,e.history,e.resourceType,e.id]),!n)return s.jsx("div",{children:"Loading..."});const o=(l=(a=n.entry)==null?void 0:a[0])==null?void 0:l.resource;if(!o)return null;const i=xq(n);return s.jsx("div",{className:Co.container,children:s.jsx("table",{className:Co.root,children:s.jsx("tbody",{children:i.map((c,u)=>s.jsxs("tr",{className:c.span>0?Co.startRow:Co.normalRow,children:[c.span>0&&s.jsxs(s.Fragment,{children:[s.jsx("td",{className:Co.author,rowSpan:c.span,children:s.jsx(Ha,{value:c.meta.author,link:!0})}),s.jsx("td",{className:Co.dateTime,rowSpan:c.span,children:s.jsx(qe,{to:Dq(o,c.meta.versionId),children:Iq(c.meta.lastUpdated)})})]}),s.jsx("td",{className:Co.lineNumber,children:u+1}),s.jsx("td",{className:Co.line,children:s.jsx("pre",{className:Co.pre,children:c.value})})]},"row-"+u))})})})}const Nq="_removed_mgz0k_2",Mq="_added_mgz0k_7",sS={removed:Nq,added:Mq};function Oq(e){let t=e.original,n=e.revised;e.ignoreMeta&&(t={...t,meta:void 0},n={...n,meta:void 0});const r=dr(t,!0).match(/[^\r\n]+/g),o=dr(n,!0).match(/[^\r\n]+/g),i=b2(r,o);return s.jsx("pre",{style:{color:"gray"},children:i.map((a,l)=>s.jsx(Lq,{delta:a},"delta"+l))})}function Lq(e){return s.jsxs(s.Fragment,{children:["...",s.jsx("br",{}),e.delta.original.lines.length>0&&s.jsx("div",{className:sS.removed,children:e.delta.original.lines.join(`
542
+ `)}),e.delta.revised.lines.length>0&&s.jsx("div",{className:sS.added,children:e.delta.revised.lines.join(`
543
+ `)}),"...",s.jsx("br",{})]})}const $q="_splitButton_1i0gi_1",Fq="_menuControl_1i0gi_6",aS={splitButton:$q,menuControl:Fq};function kf(e){const{outcome:t}=e,n=ae(),r=St(e.defaultValue),o=r==null?void 0:r.resourceType,[i,a]=p.useState(!1),[l,c]=p.useState(),u=n.getAccessPolicy(),d=At();p.useEffect(()=>{if(r)if(e.profileUrl){const m=e.profileUrl;n.requestProfileSchema(e.profileUrl,{expandProfile:!0}).then(()=>{const g=Sl(m);if(g){a(!0);const v=rz(r,g);c(v)}else console.error(`Schema not found for ${m}`)}).catch(g=>{console.error("Error in requestProfileSchema",g)})}else n.requestSchema(o).then(()=>{c(r),a(!0)}).catch(console.log)},[n,r,o,e.profileUrl]);const f=p.useMemo(()=>r&&Wk(r,Yx.READ,u),[u,r]),h=p.useMemo(()=>n.isSuperAdmin()||!u||!Ft(l==null?void 0:l.resourceType)?!0:c8(u,l==null?void 0:l.resourceType),[n,u,l==null?void 0:l.resourceType]);return!i||!l?s.jsx("div",{children:"Loading..."}):h?s.jsxs("form",{noValidate:!0,autoComplete:"off",onSubmit:m=>{m.preventDefault(),e.onSubmit&&e.onSubmit(l)},children:[s.jsxs(Ae,{mb:"xl",children:[s.jsx(yt,{title:"Resource Type",htmlFor:"resourceType",outcome:t,children:s.jsx(ye,{name:"resourceType",defaultValue:l.resourceType,disabled:!0})}),s.jsx(yt,{title:"ID",htmlFor:"id",outcome:t,children:s.jsx(ye,{name:"id",defaultValue:l.id,disabled:!0})})]}),s.jsx(m0,{path:l.resourceType,valuePath:l.resourceType,typeName:o,defaultValue:l,outcome:t,onChange:c,profileUrl:e.profileUrl,accessPolicyResource:f}),s.jsxs(ee,{justify:"flex-end",mt:"xl",wrap:"nowrap",gap:0,children:[s.jsx(ie,{type:"submit",className:rt((e.onPatch||e.onDelete)&&aS.splitButton),children:r!=null&&r.id?"Update":"Create"}),(e.onPatch||e.onDelete)&&s.jsxs(Z,{transitionProps:{transition:"pop"},position:"bottom-end",withinPortal:!0,children:[s.jsx(Z.Target,{children:s.jsx(en,{variant:"filled",color:d.primaryColor,size:36,className:aS.menuControl,"aria-label":"More actions",children:s.jsx(t0,{size:14,stroke:1.5})})}),s.jsxs(Z.Dropdown,{children:[e.onPatch&&s.jsx(Z.Item,{leftSection:s.jsx(lR,{size:14,stroke:1.5}),onClick:()=>{e.onPatch(l)},children:"Patch"}),e.onDelete&&s.jsx(Z.Item,{color:"red",leftSection:s.jsx(i0,{size:14,stroke:1.5,color:"red"}),onClick:()=>{e.onDelete(l)},children:"Delete"})]})]})]})]}):s.jsxs(Ui,{color:"red",title:"Permission denied",icon:s.jsx(Tl,{}),children:["Your access level prevents you from editing and creating ",l.resourceType," resources."]})}function zq(e){var o;const t=ae(),[n,r]=p.useState(e.history);return p.useEffect(()=>{!e.history&&e.resourceType&&e.id&&t.readHistory(e.resourceType,e.id).then(r).catch(console.log)},[t,e.history,e.resourceType,e.id]),n?s.jsxs(fe,{withTableBorder:!0,withRowBorders:!0,withColumnBorders:!0,children:[s.jsx(fe.Thead,{children:s.jsxs(fe.Tr,{children:[s.jsx(fe.Th,{children:"Author"}),s.jsx(fe.Th,{children:"Date"}),s.jsx(fe.Th,{children:"Version"})]})}),s.jsx(fe.Tbody,{children:(o=n.entry)==null?void 0:o.map((i,a)=>s.jsx(Uq,{entry:i},"entry-"+a))})]}):s.jsx("div",{children:"Loading..."})}function Uq(e){var r,o,i;const{response:t,resource:n}=e.entry;return n?s.jsxs(fe.Tr,{children:[s.jsx(fe.Td,{children:s.jsx(Ha,{value:(r=n.meta)==null?void 0:r.author,link:!0})}),s.jsx(fe.Td,{children:Ln((o=n.meta)==null?void 0:o.lastUpdated)}),s.jsx(fe.Td,{children:s.jsx(qe,{to:Bq(n),children:(i=n.meta)==null?void 0:i.versionId})})]}):s.jsx(fe.Tr,{children:s.jsx(fe.Td,{colSpan:3,children:Ie(t==null?void 0:t.outcome)})})}function Bq(e){var t;return`/${e.resourceType}/${e.id}/_history/${(t=e.meta)==null?void 0:t.versionId}`}function Vq(e){const{serviceRequest:t,...n}=e;return s.jsx(Jh,{value:t,loadTimelineResources:async(r,o,i)=>{const a=`${o}/${i}`,l=100;return Promise.allSettled([r.readHistory("ServiceRequest",i),r.search("Communication",{"based-on":a,_count:l}),r.search("DiagnosticReport",{"based-on":a,_count:l}),r.search("Media",{"based-on":a,_count:l}),r.search("DocumentReference",{related:a,_count:l}),r.search("Task",{_filter:`based-on eq ${a} or focus eq ${a} or subject eq ${a}`,_count:l})])},createCommunication:(r,o,i)=>({resourceType:"Communication",status:"completed",basedOn:[Tt(r)],subject:r.subject,sender:Tt(o),sent:new Date().toISOString(),payload:[{contentString:i}]}),createMedia:(r,o,i)=>({resourceType:"Media",status:"completed",basedOn:[Tt(r)],subject:r.subject,operator:Tt(o),issued:new Date().toISOString(),content:i}),...n})}function Wq(e){const t=ae(),{client:n,patient:r,encounter:o,children:i,...a}=e;function l(){t.createResource({resourceType:"SmartAppLaunch",patient:r,encounter:o}).then(c=>{const u=new URL(n.launchUri);u.searchParams.set("iss",t.getBaseUrl()+"fhir/R4"),u.searchParams.set("launch",c.id),window.location.assign(u.toString())}).catch(c=>pe({color:"red",message:Ie(c),autoClose:!1}))}return s.jsx(Xe,{onClick:()=>l(),...a,children:i})}function w2(e){const t=ae(),[n,r]=p.useState();return s.jsxs(Qe,{onSubmit:async o=>{try{e.handleAuthResponse(await t.startNewProject({login:e.login,projectName:o.projectName}))}catch(i){r(mt(i))}},children:[s.jsxs(vn,{style:{flexDirection:"column"},children:[s.jsx(Zr,{size:32}),s.jsx(be,{children:"Create project"})]}),s.jsxs(Ae,{gap:"xl",children:[s.jsx(ye,{name:"projectName",label:"Project Name",placeholder:"My Project",required:!0,autoFocus:!0,error:Ye(n,"projectName")}),s.jsxs(he,{c:"dimmed",size:"xs",children:["By clicking submit you agree to the Medplum"," ",s.jsx(Xe,{href:"https://www.medplum.com/privacy",children:"Privacy Policy"})," and ",s.jsx(Xe,{href:"https://www.medplum.com/terms",children:"Terms of Service"}),"."]})]}),s.jsx(ee,{justify:"flex-end",mt:"xl",wrap:"nowrap",children:s.jsx(ie,{type:"submit",children:"Create project"})})]})}function S2(e,t){const n=document.getElementsByTagName("head")[0],r=document.createElement("script");r.async=!0,r.src=e,r.onload=t??null,n.appendChild(r)}function j2(e){const t=ae(),{googleClientId:n,handleGoogleCredential:r}=e,o=p.useRef(null),[i,a]=p.useState(typeof google<"u"),[l,c]=p.useState(!1),[u,d]=p.useState(!1);return p.useEffect(()=>{if(typeof google>"u"){S2("https://accounts.google.com/gsi/client",()=>a(!0));return}l||(google.accounts.id.initialize({client_id:n,callback:r}),c(!0)),o.current&&!u&&(google.accounts.id.renderButton(o.current,{}),d(!0))},[t,n,l,i,o,u,r]),n?s.jsx("div",{ref:o}):null}function C2(e){if(e)return e;if(typeof window<"u"){const t=window.location.protocol+"//"+window.location.host;if([].includes(t))return"__GOOGLE_CLIENT_ID__"}}function E2(e){typeof grecaptcha>"u"&&S2("https://www.google.com/recaptcha/api.js?render="+e)}function T2(e){return new Promise((t,n)=>{grecaptcha.ready(async()=>{try{t(await grecaptcha.execute(e,{action:"submit"}))}catch(r){n(r)}})})}function Hq(e){const t=C2(e.googleClientId),n=e.recaptchaSiteKey,r=ae(),[o,i]=p.useState(),a=Eu(o,void 0);return p.useEffect(()=>{n&&E2(n)},[n]),s.jsxs(Qe,{onSubmit:async l=>{try{let c="";n&&(c=await T2(n)),e.handleAuthResponse(await r.startNewUser({projectId:e.projectId,clientId:e.clientId,firstName:l.firstName,lastName:l.lastName,email:l.email,password:l.password,remember:l.remember==="true",recaptchaSiteKey:n,recaptchaToken:c}))}catch(c){i(mt(c))}},children:[s.jsx(vn,{style:{flexDirection:"column"},children:e.children}),s.jsx(Dr,{issues:a}),t&&s.jsxs(s.Fragment,{children:[s.jsx(ee,{justify:"center",p:"xl",style:{height:70},children:s.jsx(j2,{googleClientId:t,handleGoogleCredential:async l=>{try{e.handleAuthResponse(await r.startGoogleLogin({googleClientId:l.clientId,googleCredential:l.credential,projectId:e.projectId,createUser:!0}))}catch(c){i(mt(c))}}})}),s.jsx(ln,{label:"or",labelPosition:"center",my:"lg"})]}),s.jsxs(Ae,{gap:"xl",children:[s.jsx(ye,{name:"firstName",type:"text",label:"First name",placeholder:"First name",required:!0,autoFocus:!0,error:Ye(o,"firstName")}),s.jsx(ye,{name:"lastName",type:"text",label:"Last name",placeholder:"Last name",required:!0,error:Ye(o,"lastName")}),s.jsx(ye,{name:"email",type:"email",label:"Email",placeholder:"name@domain.com",required:!0,error:Ye(o,"email")}),s.jsx(Wr,{name:"password",label:"Password",autoComplete:"off",required:!0,error:Ye(o,"password")}),s.jsxs(he,{c:"dimmed",size:"xs",children:["By clicking submit you agree to the Medplum"," ",s.jsx(Xe,{href:"https://www.medplum.com/privacy",children:"Privacy Policy"})," and ",s.jsx(Xe,{href:"https://www.medplum.com/terms",children:"Terms of Service"}),"."]}),s.jsxs(he,{c:"dimmed",size:"xs",children:["This site is protected by reCAPTCHA and the Google"," ",s.jsx(Xe,{href:"https://policies.google.com/privacy",children:"Privacy Policy"})," and ",s.jsx(Xe,{href:"https://policies.google.com/terms",children:"Terms of Service"})," apply."]})]}),s.jsxs(ee,{justify:"space-between",mt:"xl",wrap:"nowrap",children:[s.jsx(kn,{name:"remember",label:"Remember me",size:"xs"}),s.jsx(ie,{type:"submit",children:"Create account"})]})]})}function qq(e){const{type:t,projectId:n,clientId:r,googleClientId:o,recaptchaSiteKey:i,onSuccess:a}=e,l=ae(),[c,u]=p.useState(),[d,f]=p.useState();p.useEffect(()=>{t==="patient"&&c&&l.startNewPatient({login:c,projectId:n}).then(m=>l.processCode(m.code)).then(()=>a()).catch(m=>f(mt(m)))},[l,t,n,c,a]);function h(m){m.code?l.processCode(m.code).then(()=>a()).catch(console.log):m.login&&u(m.login)}return s.jsxs(Oe,{width:450,children:[d&&s.jsx("pre",{children:JSON.stringify(d,null,2)}),!c&&s.jsx(Hq,{projectId:n,clientId:r,googleClientId:o,recaptchaSiteKey:i,handleAuthResponse:h,children:e.children}),c&&t==="project"&&s.jsx(w2,{login:c,handleAuthResponse:h})]})}function Gq(e){const[t,n]=p.useState();return t?s.jsx(Kq,{email:t,...e}):s.jsx(Qq,{setEmail:n,...e})}function Qq(e){const{setEmail:t,onRegister:n,handleAuthResponse:r,children:o,disableEmailAuth:i,...a}=e,l=ae(),c=!e.disableGoogleAuth&&C2(e.googleClientId),[u,d]=p.useState(),f=Eu(u,void 0),h=p.useCallback(async v=>{if(!v.authorizeUrl)return!1;const S=JSON.stringify({...await l.ensureCodeChallenge(a),domain:v.domain}),b=new URL(v.authorizeUrl);return b.searchParams.set("state",S),window.location.assign(b.toString()),!0},[l,a]),m=p.useCallback(async v=>{const S=await l.post("auth/method",{email:v.email});await h(S)||t(v.email)},[l,h,t]),g=p.useCallback(async v=>{try{const S=await l.startGoogleLogin({...a,googleCredential:v.credential});await h(S)||r(S)}catch(S){d(mt(S))}},[l,a,h,r]);return s.jsxs(Qe,{onSubmit:m,children:[s.jsx(vn,{style:{flexDirection:"column"},children:o}),s.jsx(Dr,{issues:f}),c&&s.jsxs(s.Fragment,{children:[s.jsx(ee,{justify:"center",p:"xl",style:{height:70},children:s.jsx(j2,{googleClientId:c,handleGoogleCredential:g})}),!i&&s.jsx(ln,{label:"or",labelPosition:"center",my:"lg"})]}),!i&&s.jsx(ye,{name:"email",type:"email",label:"Email",placeholder:"name@domain.com",required:!0,autoFocus:!0,error:Ye(u,"email")}),s.jsxs(ee,{justify:"space-between",mt:"xl",gap:0,wrap:"nowrap",children:[s.jsx("div",{children:n&&s.jsx(Xe,{component:"button",type:"button",color:"dimmed",onClick:n,size:"xs",children:"Register"})}),!i&&s.jsx(ie,{type:"submit",children:"Next"})]})]})}function Kq(e){const{onForgotPassword:t,handleAuthResponse:n,children:r,...o}=e,i=ae(),[a,l]=p.useState(),c=Eu(a,void 0),u=p.useCallback(d=>{i.startLogin({...o,password:d.password,remember:d.remember==="on"}).then(n).catch(f=>l(mt(f)))},[i,o,n]);return s.jsxs(Qe,{onSubmit:u,children:[s.jsx(vn,{style:{flexDirection:"column"},children:r}),s.jsx(Dr,{issues:c}),s.jsx(Ae,{gap:"xl",children:s.jsx(Wr,{name:"password",label:"Password",autoComplete:"off",required:!0,autoFocus:!0,error:Ye(a,"password")})}),s.jsxs(ee,{justify:"space-between",mt:"xl",gap:0,wrap:"nowrap",children:[t&&s.jsx(Xe,{component:"button",type:"button",c:"dimmed",onClick:t,size:"xs",children:"Forgot password"}),s.jsx(kn,{id:"remember",name:"remember",label:"Remember me",size:"xs",style:{lineHeight:1}}),s.jsx(ie,{type:"submit",children:"Sign in"})]})]})}function Yq(e){const t=ae(),n=cu(),[r,o]=p.useState(""),[i,a]=p.useState();function l(f){var h;return!!((h=f==null?void 0:f.toLowerCase())!=null&&h.includes(r.toLowerCase()))}function c(f){var h,m;return l((h=f.profile)==null?void 0:h.display)||l((m=f.project)==null?void 0:m.display)}function u(f){t.post("auth/profile",{login:e.login,profile:f}).then(e.handleAuthResponse).catch(h=>a(mt(h)))}const d=e.memberships.filter(c).slice(0,10).map(f=>s.jsx(Le.Option,{value:f.id,children:s.jsx(Xq,{...f})},f.id));return s.jsxs(Ae,{children:[s.jsxs(Cs,{gap:"md",mb:"md",justify:"center",align:"center",direction:"column",wrap:"nowrap",children:[s.jsx(Zr,{size:32}),s.jsx(be,{order:3,children:"Choose profile"})]}),s.jsx(Dr,{outcome:i}),s.jsxs(Le,{store:n,onOptionSubmit:u,children:[s.jsx(Le.EventsTarget,{children:s.jsx(ye,{placeholder:"Search",value:r,onChange:f=>{o(f.currentTarget.value),n.updateSelectedOptionIndex()}})}),s.jsx("div",{children:s.jsx(Le.Options,{children:d.length>0?d:s.jsx(Le.Empty,{children:"Nothing found..."})})})]})]})}function Xq(e){var t,n;return s.jsxs(ee,{children:[s.jsx(Es,{radius:"xl"}),s.jsxs("div",{children:[s.jsx(he,{fz:"sm",fw:500,children:(t=e.profile)==null?void 0:t.display}),s.jsx(he,{fz:"xs",opacity:.6,children:(n=e.project)==null?void 0:n.display})]})]})}function Jq(e){const t=ae();return s.jsx(Qe,{onSubmit:n=>{t.post("auth/scope",{login:e.login,scope:Object.keys(n).join(" ")}).then(e.handleAuthResponse).catch(console.log)},children:s.jsxs(Ae,{children:[s.jsxs(vn,{style:{flexDirection:"column"},children:[s.jsx(Zr,{size:32}),s.jsx(be,{children:"Choose scope"})]}),s.jsx(Ae,{children:(e.scope??"openid").split(" ").map(n=>s.jsx(kn,{id:n,name:n,label:n,defaultChecked:!0},n))}),s.jsx(ee,{justify:"flex-end",mt:"xl",children:s.jsx(ie,{type:"submit",children:"Set scope"})})]})})}function Zq(e){const t=ae(),[n,r]=p.useState();return s.jsx(Qe,{onSubmit:o=>{r(void 0),t.post("auth/mfa/verify",{login:e.login,token:o.token}).then(e.handleAuthResponse).catch(i=>r(Ie(i)))},children:s.jsxs(Ae,{children:[s.jsxs(vn,{style:{flexDirection:"column"},children:[s.jsx(Zr,{size:32}),s.jsx(be,{children:"Enter MFA code"})]}),n&&s.jsx(Ui,{icon:s.jsx(Tl,{size:16}),title:"Error",color:"red",children:n}),s.jsx(Ae,{children:s.jsx(ye,{name:"token",label:"MFA code",required:!0,autoFocus:!0})}),s.jsx(ee,{justify:"flex-end",mt:"xl",children:s.jsx(ie,{type:"submit",children:"Submit code"})})]})})}function P2(e){const{login:t,chooseScopes:n,onSuccess:r,onForgotPassword:o,onRegister:i,onCode:a,...l}=e,c=ae(),[u,d]=p.useState(),f=p.useRef(!1),[h,m]=p.useState(!1),[g,v]=p.useState(),S=p.useCallback(y=>{a?a(y):c.processCode(y).then(()=>{r&&r()}).catch(w=>pe({color:"red",message:Ie(w)}))},[c,a,r]),b=p.useCallback(y=>{m(!!y.mfaRequired),y.login&&d(y.login),y.memberships&&v(y.memberships),y.code&&(n?v(void 0):S(y.code))},[n,S]),x=p.useCallback(y=>{S(y.code)},[S]);return p.useEffect(()=>{t&&!f.current&&!u&&(f.current=!0,c.get("auth/login/"+t).then(b).catch(y=>pe({color:"red",message:Ie(y)})))},[c,t,f,u,b]),s.jsx(Oe,{width:450,px:"sm",py:"md",children:u?h?s.jsx(Zq,{login:u,handleAuthResponse:b}):g?s.jsx(Yq,{login:u,memberships:g,handleAuthResponse:b}):e.projectId==="new"?s.jsx(w2,{login:u,handleAuthResponse:b}):e.chooseScopes?s.jsx(Jq,{login:u,scope:e.scope,handleAuthResponse:x}):s.jsx("div",{children:"Success"}):s.jsx(Gq,{onForgotPassword:o,onRegister:i,handleAuthResponse:b,disableGoogleAuth:e.disableGoogleAuth,disableEmailAuth:e.disableEmailAuth,...l,children:e.children})})}var k2,lS=ru;k2=lS.createRoot,lS.hydrateRoot;/**
544
+ * @remix-run/router v1.21.0
545
+ *
546
+ * Copyright (c) Remix Software Inc.
547
+ *
548
+ * This source code is licensed under the MIT license found in the
549
+ * LICENSE.md file in the root directory of this source tree.
550
+ *
551
+ * @license MIT
552
+ */function Mt(){return Mt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Mt.apply(this,arguments)}var Qt;(function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"})(Qt||(Qt={}));const cS="popstate";function eG(e){e===void 0&&(e={});function t(r,o){let{pathname:i,search:a,hash:l}=r.location;return Gc("",{pathname:i,search:a,hash:l},o.state&&o.state.usr||null,o.state&&o.state.key||"default")}function n(r,o){return typeof o=="string"?o:Ru(o)}return nG(t,n,null,e)}function We(e,t){if(e===!1||e===null||typeof e>"u")throw new Error(t)}function cl(e,t){if(!e){typeof console<"u"&&console.warn(t);try{throw new Error(t)}catch{}}}function tG(){return Math.random().toString(36).substr(2,8)}function uS(e,t){return{usr:e.state,key:e.key,idx:t}}function Gc(e,t,n,r){return n===void 0&&(n=null),Mt({pathname:typeof e=="string"?e:e.pathname,search:"",hash:""},typeof t=="string"?ni(t):t,{state:n,key:t&&t.key||r||tG()})}function Ru(e){let{pathname:t="/",search:n="",hash:r=""}=e;return n&&n!=="?"&&(t+=n.charAt(0)==="?"?n:"?"+n),r&&r!=="#"&&(t+=r.charAt(0)==="#"?r:"#"+r),t}function ni(e){let t={};if(e){let n=e.indexOf("#");n>=0&&(t.hash=e.substr(n),e=e.substr(0,n));let r=e.indexOf("?");r>=0&&(t.search=e.substr(r),e=e.substr(0,r)),e&&(t.pathname=e)}return t}function nG(e,t,n,r){r===void 0&&(r={});let{window:o=document.defaultView,v5Compat:i=!1}=r,a=o.history,l=Qt.Pop,c=null,u=d();u==null&&(u=0,a.replaceState(Mt({},a.state,{idx:u}),""));function d(){return(a.state||{idx:null}).idx}function f(){l=Qt.Pop;let S=d(),b=S==null?null:S-u;u=S,c&&c({action:l,location:v.location,delta:b})}function h(S,b){l=Qt.Push;let x=Gc(v.location,S,b);u=d()+1;let y=uS(x,u),w=v.createHref(x);try{a.pushState(y,"",w)}catch(C){if(C instanceof DOMException&&C.name==="DataCloneError")throw C;o.location.assign(w)}i&&c&&c({action:l,location:v.location,delta:1})}function m(S,b){l=Qt.Replace;let x=Gc(v.location,S,b);u=d();let y=uS(x,u),w=v.createHref(x);a.replaceState(y,"",w),i&&c&&c({action:l,location:v.location,delta:0})}function g(S){let b=o.location.origin!=="null"?o.location.origin:o.location.href,x=typeof S=="string"?S:Ru(S);return x=x.replace(/ $/,"%20"),We(b,"No window.location.(origin|href) available to create URL for href: "+x),new URL(x,b)}let v={get action(){return l},get location(){return e(o,a)},listen(S){if(c)throw new Error("A history only accepts one active listener");return o.addEventListener(cS,f),c=S,()=>{o.removeEventListener(cS,f),c=null}},createHref(S){return t(o,S)},createURL:g,encodeLocation(S){let b=g(S);return{pathname:b.pathname,search:b.search,hash:b.hash}},push:h,replace:m,go(S){return a.go(S)}};return v}var gt;(function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"})(gt||(gt={}));const rG=new Set(["lazy","caseSensitive","path","id","index","children"]);function oG(e){return e.index===!0}function Rf(e,t,n,r){return n===void 0&&(n=[]),r===void 0&&(r={}),e.map((o,i)=>{let a=[...n,String(i)],l=typeof o.id=="string"?o.id:a.join("-");if(We(o.index!==!0||!o.children,"Cannot specify children on an index route"),We(!r[l],'Found a route id collision on id "'+l+`". Route id's must be globally unique within Data Router usages`),oG(o)){let c=Mt({},o,t(o),{id:l});return r[l]=c,c}else{let c=Mt({},o,t(o),{id:l,children:void 0});return r[l]=c,o.children&&(c.children=Rf(o.children,t,a,r)),c}})}function ss(e,t,n){return n===void 0&&(n="/"),Nd(e,t,n,!1)}function Nd(e,t,n,r){let o=typeof t=="string"?ni(t):t,i=_u(o.pathname||"/",n);if(i==null)return null;let a=R2(e);sG(a);let l=null;for(let c=0;l==null&&c<a.length;++c){let u=vG(i);l=mG(a[c],u,r)}return l}function iG(e,t){let{route:n,pathname:r,params:o}=e;return{id:n.id,pathname:r,params:o,data:t[n.id],handle:n.handle}}function R2(e,t,n,r){t===void 0&&(t=[]),n===void 0&&(n=[]),r===void 0&&(r="");let o=(i,a,l)=>{let c={relativePath:l===void 0?i.path||"":l,caseSensitive:i.caseSensitive===!0,childrenIndex:a,route:i};c.relativePath.startsWith("/")&&(We(c.relativePath.startsWith(r),'Absolute route path "'+c.relativePath+'" nested under path '+('"'+r+'" is not valid. An absolute child route path ')+"must start with the combined path of all its parent routes."),c.relativePath=c.relativePath.slice(r.length));let u=Ri([r,c.relativePath]),d=n.concat(c);i.children&&i.children.length>0&&(We(i.index!==!0,"Index routes must not have child routes. Please remove "+('all child routes from route path "'+u+'".')),R2(i.children,t,d,u)),!(i.path==null&&!i.index)&&t.push({path:u,score:hG(u,i.index),routesMeta:d})};return e.forEach((i,a)=>{var l;if(i.path===""||!((l=i.path)!=null&&l.includes("?")))o(i,a);else for(let c of _2(i.path))o(i,a,c)}),t}function _2(e){let t=e.split("/");if(t.length===0)return[];let[n,...r]=t,o=n.endsWith("?"),i=n.replace(/\?$/,"");if(r.length===0)return o?[i,""]:[i];let a=_2(r.join("/")),l=[];return l.push(...a.map(c=>c===""?i:[i,c].join("/"))),o&&l.push(...a),l.map(c=>e.startsWith("/")&&c===""?"/":c)}function sG(e){e.sort((t,n)=>t.score!==n.score?n.score-t.score:pG(t.routesMeta.map(r=>r.childrenIndex),n.routesMeta.map(r=>r.childrenIndex)))}const aG=/^:[\w-]+$/,lG=3,cG=2,uG=1,dG=10,fG=-2,dS=e=>e==="*";function hG(e,t){let n=e.split("/"),r=n.length;return n.some(dS)&&(r+=fG),t&&(r+=cG),n.filter(o=>!dS(o)).reduce((o,i)=>o+(aG.test(i)?lG:i===""?uG:dG),r)}function pG(e,t){return e.length===t.length&&e.slice(0,-1).every((r,o)=>r===t[o])?e[e.length-1]-t[t.length-1]:0}function mG(e,t,n){n===void 0&&(n=!1);let{routesMeta:r}=e,o={},i="/",a=[];for(let l=0;l<r.length;++l){let c=r[l],u=l===r.length-1,d=i==="/"?t:t.slice(i.length)||"/",f=fS({path:c.relativePath,caseSensitive:c.caseSensitive,end:u},d),h=c.route;if(!f&&u&&n&&!r[r.length-1].route.index&&(f=fS({path:c.relativePath,caseSensitive:c.caseSensitive,end:!1},d)),!f)return null;Object.assign(o,f.params),a.push({params:o,pathname:Ri([i,f.pathname]),pathnameBase:bG(Ri([i,f.pathnameBase])),route:h}),f.pathnameBase!=="/"&&(i=Ri([i,f.pathnameBase]))}return a}function fS(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=gG(e.path,e.caseSensitive,e.end),o=t.match(n);if(!o)return null;let i=o[0],a=i.replace(/(.)\/+$/,"$1"),l=o.slice(1);return{params:r.reduce((u,d,f)=>{let{paramName:h,isOptional:m}=d;if(h==="*"){let v=l[f]||"";a=i.slice(0,i.length-v.length).replace(/(.)\/+$/,"$1")}const g=l[f];return m&&!g?u[h]=void 0:u[h]=(g||"").replace(/%2F/g,"/"),u},{}),pathname:i,pathnameBase:a,pattern:e}}function gG(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!0),cl(e==="*"||!e.endsWith("*")||e.endsWith("/*"),'Route path "'+e+'" will be treated as if it were '+('"'+e.replace(/\*$/,"/*")+'" because the `*` character must ')+"always follow a `/` in the pattern. To get rid of this warning, "+('please change the route path to "'+e.replace(/\*$/,"/*")+'".'));let r=[],o="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(a,l,c)=>(r.push({paramName:l,isOptional:c!=null}),c?"/?([^\\/]+)?":"/([^\\/]+)"));return e.endsWith("*")?(r.push({paramName:"*"}),o+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?o+="\\/*$":e!==""&&e!=="/"&&(o+="(?:(?=\\/|$))"),[new RegExp(o,t?void 0:"i"),r]}function vG(e){try{return e.split("/").map(t=>decodeURIComponent(t).replace(/\//g,"%2F")).join("/")}catch(t){return cl(!1,'The URL path "'+e+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent '+("encoding ("+t+").")),e}}function _u(e,t){if(t==="/")return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith("/")?t.length-1:t.length,r=e.charAt(n);return r&&r!=="/"?null:e.slice(n)||"/"}function yG(e,t){t===void 0&&(t="/");let{pathname:n,search:r="",hash:o=""}=typeof e=="string"?ni(e):e;return{pathname:n?n.startsWith("/")?n:xG(n,t):t,search:wG(r),hash:SG(o)}}function xG(e,t){let n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach(o=>{o===".."?n.length>1&&n.pop():o!=="."&&n.push(o)}),n.length>1?n.join("/"):"/"}function dm(e,t,n,r){return"Cannot include a '"+e+"' character in a manually specified "+("`to."+t+"` field ["+JSON.stringify(r)+"]. Please separate it out to the ")+("`to."+n+"` field. Alternatively you may provide the full path as ")+'a string in <Link to="..."> and the router will parse it for you.'}function D2(e){return e.filter((t,n)=>n===0||t.route.path&&t.route.path.length>0)}function I2(e,t){let n=D2(e);return t?n.map((r,o)=>o===n.length-1?r.pathname:r.pathnameBase):n.map(r=>r.pathnameBase)}function A2(e,t,n,r){r===void 0&&(r=!1);let o;typeof e=="string"?o=ni(e):(o=Mt({},e),We(!o.pathname||!o.pathname.includes("?"),dm("?","pathname","search",o)),We(!o.pathname||!o.pathname.includes("#"),dm("#","pathname","hash",o)),We(!o.search||!o.search.includes("#"),dm("#","search","hash",o)));let i=e===""||o.pathname==="",a=i?"/":o.pathname,l;if(a==null)l=n;else{let f=t.length-1;if(!r&&a.startsWith("..")){let h=a.split("/");for(;h[0]==="..";)h.shift(),f-=1;o.pathname=h.join("/")}l=f>=0?t[f]:"/"}let c=yG(o,l),u=a&&a!=="/"&&a.endsWith("/"),d=(i||a===".")&&n.endsWith("/");return!c.pathname.endsWith("/")&&(u||d)&&(c.pathname+="/"),c}const Ri=e=>e.join("/").replace(/\/\/+/g,"/"),bG=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),wG=e=>!e||e==="?"?"":e.startsWith("?")?e:"?"+e,SG=e=>!e||e==="#"?"":e.startsWith("#")?e:"#"+e;class _f{constructor(t,n,r,o){o===void 0&&(o=!1),this.status=t,this.statusText=n||"",this.internal=o,r instanceof Error?(this.data=r.toString(),this.error=r):this.data=r}}function ep(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.internal=="boolean"&&"data"in e}const N2=["post","put","patch","delete"],jG=new Set(N2),CG=["get",...N2],EG=new Set(CG),TG=new Set([301,302,303,307,308]),PG=new Set([307,308]),fm={state:"idle",location:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0},kG={state:"idle",data:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0},Ql={state:"unblocked",proceed:void 0,reset:void 0,location:void 0},I0=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,RG=e=>({hasErrorBoundary:!!e.hasErrorBoundary}),M2="remix-router-transitions";function _G(e){const t=e.window?e.window:typeof window<"u"?window:void 0,n=typeof t<"u"&&typeof t.document<"u"&&typeof t.document.createElement<"u",r=!n;We(e.routes.length>0,"You must provide a non-empty routes array to createRouter");let o;if(e.mapRouteProperties)o=e.mapRouteProperties;else if(e.detectErrorBoundary){let A=e.detectErrorBoundary;o=M=>({hasErrorBoundary:A(M)})}else o=RG;let i={},a=Rf(e.routes,o,void 0,i),l,c=e.basename||"/",u=e.dataStrategy||NG,d=e.patchRoutesOnNavigation,f=Mt({v7_fetcherPersist:!1,v7_normalizeFormMethod:!1,v7_partialHydration:!1,v7_prependBasename:!1,v7_relativeSplatPath:!1,v7_skipActionErrorRevalidation:!1},e.future),h=null,m=new Set,g=null,v=null,S=null,b=e.hydrationData!=null,x=ss(a,e.history.location,c),y=null;if(x==null&&!d){let A=Wn(404,{pathname:e.history.location.pathname}),{matches:M,route:U}=jS(a);x=M,y={[U.id]:A}}x&&!e.hydrationData&&ta(x,a,e.history.location.pathname).active&&(x=null);let w;if(x)if(x.some(A=>A.route.lazy))w=!1;else if(!x.some(A=>A.route.loader))w=!0;else if(f.v7_partialHydration){let A=e.hydrationData?e.hydrationData.loaderData:null,M=e.hydrationData?e.hydrationData.errors:null;if(M){let U=x.findIndex(K=>M[K.route.id]!==void 0);w=x.slice(0,U+1).every(K=>!Qg(K.route,A,M))}else w=x.every(U=>!Qg(U.route,A,M))}else w=e.hydrationData!=null;else if(w=!1,x=[],f.v7_partialHydration){let A=ta(null,a,e.history.location.pathname);A.active&&A.matches&&(x=A.matches)}let C,j={historyAction:e.history.action,location:e.history.location,matches:x,initialized:w,navigation:fm,restoreScrollPosition:e.hydrationData!=null?!1:null,preventScrollReset:!1,revalidation:"idle",loaderData:e.hydrationData&&e.hydrationData.loaderData||{},actionData:e.hydrationData&&e.hydrationData.actionData||null,errors:e.hydrationData&&e.hydrationData.errors||y,fetchers:new Map,blockers:new Map},T=Qt.Pop,E=!1,R,_=!1,N=new Map,O=null,F=!1,z=!1,H=[],D=new Set,k=new Map,P=0,I=-1,L=new Map,$=new Set,Q=new Map,ue=new Map,Re=new Set,me=new Map,ge=new Map,De;function le(){if(h=e.history.listen(A=>{let{action:M,location:U,delta:K}=A;if(De){De(),De=void 0;return}cl(ge.size===0||K!=null,"You are trying to use a blocker on a POP navigation to a location that was not created by @remix-run/router. This will fail silently in production. This can happen if you are navigating outside the router via `window.history.pushState`/`window.location.hash` instead of using router navigation APIs. This can also happen if you are using createHashRouter and the user manually changes the URL.");let ve=_l({currentLocation:j.location,nextLocation:U,historyAction:M});if(ve&&K!=null){let _e=new Promise($e=>{De=$e});e.history.go(K*-1),ea(ve,{state:"blocked",location:U,proceed(){ea(ve,{state:"proceeding",proceed:void 0,reset:void 0,location:U}),_e.then(()=>e.history.go(K))},reset(){let $e=new Map(j.blockers);$e.set(ve,Ql),Ue({blockers:$e})}});return}return Ze(M,U)}),n){QG(t,N);let A=()=>KG(t,N);t.addEventListener("pagehide",A),O=()=>t.removeEventListener("pagehide",A)}return j.initialized||Ze(Qt.Pop,j.location,{initialHydration:!0}),C}function Ne(){h&&h(),O&&O(),m.clear(),R&&R.abort(),j.fetchers.forEach((A,M)=>un(M)),j.blockers.forEach((A,M)=>Zs(M))}function it(A){return m.add(A),()=>m.delete(A)}function Ue(A,M){M===void 0&&(M={}),j=Mt({},j,A);let U=[],K=[];f.v7_fetcherPersist&&j.fetchers.forEach((ve,_e)=>{ve.state==="idle"&&(Re.has(_e)?K.push(_e):U.push(_e))}),[...m].forEach(ve=>ve(j,{deletedFetchers:K,viewTransitionOpts:M.viewTransitionOpts,flushSync:M.flushSync===!0})),f.v7_fetcherPersist&&(U.forEach(ve=>j.fetchers.delete(ve)),K.forEach(ve=>un(ve)))}function Je(A,M,U){var K,ve;let{flushSync:_e}=U===void 0?{}:U,$e=j.actionData!=null&&j.navigation.formMethod!=null&&$r(j.navigation.formMethod)&&j.navigation.state==="loading"&&((K=A.state)==null?void 0:K._isRedirect)!==!0,xe;M.actionData?Object.keys(M.actionData).length>0?xe=M.actionData:xe=null:$e?xe=j.actionData:xe=null;let je=M.loaderData?wS(j.loaderData,M.loaderData,M.matches||[],M.errors):j.loaderData,re=j.blockers;re.size>0&&(re=new Map(re),re.forEach((Ge,on)=>re.set(on,Ql)));let Pe=E===!0||j.navigation.formMethod!=null&&$r(j.navigation.formMethod)&&((ve=A.state)==null?void 0:ve._isRedirect)!==!0;l&&(a=l,l=void 0),F||T===Qt.Pop||(T===Qt.Push?e.history.push(A,A.state):T===Qt.Replace&&e.history.replace(A,A.state));let Ve;if(T===Qt.Pop){let Ge=N.get(j.location.pathname);Ge&&Ge.has(A.pathname)?Ve={currentLocation:j.location,nextLocation:A}:N.has(A.pathname)&&(Ve={currentLocation:A,nextLocation:j.location})}else if(_){let Ge=N.get(j.location.pathname);Ge?Ge.add(A.pathname):(Ge=new Set([A.pathname]),N.set(j.location.pathname,Ge)),Ve={currentLocation:j.location,nextLocation:A}}Ue(Mt({},M,{actionData:xe,loaderData:je,historyAction:T,location:A,initialized:!0,navigation:fm,revalidation:"idle",restoreScrollPosition:cp(A,M.matches||j.matches),preventScrollReset:Pe,blockers:re}),{viewTransitionOpts:Ve,flushSync:_e===!0}),T=Qt.Pop,E=!1,_=!1,F=!1,z=!1,H=[]}async function st(A,M){if(typeof A=="number"){e.history.go(A);return}let U=Gg(j.location,j.matches,c,f.v7_prependBasename,A,f.v7_relativeSplatPath,M==null?void 0:M.fromRouteId,M==null?void 0:M.relative),{path:K,submission:ve,error:_e}=hS(f.v7_normalizeFormMethod,!1,U,M),$e=j.location,xe=Gc(j.location,K,M&&M.state);xe=Mt({},xe,e.history.encodeLocation(xe));let je=M&&M.replace!=null?M.replace:void 0,re=Qt.Push;je===!0?re=Qt.Replace:je===!1||ve!=null&&$r(ve.formMethod)&&ve.formAction===j.location.pathname+j.location.search&&(re=Qt.Replace);let Pe=M&&"preventScrollReset"in M?M.preventScrollReset===!0:void 0,Ve=(M&&M.flushSync)===!0,Ge=_l({currentLocation:$e,nextLocation:xe,historyAction:re});if(Ge){ea(Ge,{state:"blocked",location:xe,proceed(){ea(Ge,{state:"proceeding",proceed:void 0,reset:void 0,location:xe}),st(A,M)},reset(){let on=new Map(j.blockers);on.set(Ge,Ql),Ue({blockers:on})}});return}return await Ze(re,xe,{submission:ve,pendingError:_e,preventScrollReset:Pe,replace:M&&M.replace,enableViewTransition:M&&M.viewTransition,flushSync:Ve})}function Be(){if(kt(),Ue({revalidation:"loading"}),j.navigation.state!=="submitting"){if(j.navigation.state==="idle"){Ze(j.historyAction,j.location,{startUninterruptedRevalidation:!0});return}Ze(T||j.historyAction,j.navigation.location,{overrideNavigation:j.navigation,enableViewTransition:_===!0})}}async function Ze(A,M,U){R&&R.abort(),R=null,T=A,F=(U&&U.startUninterruptedRevalidation)===!0,lp(j.location,j.matches),E=(U&&U.preventScrollReset)===!0,_=(U&&U.enableViewTransition)===!0;let K=l||a,ve=U&&U.overrideNavigation,_e=ss(K,M,c),$e=(U&&U.flushSync)===!0,xe=ta(_e,K,M.pathname);if(xe.active&&xe.matches&&(_e=xe.matches),!_e){let{error:jt,notFoundMatches:ot,route:Vt}=Gi(M.pathname);Je(M,{matches:ot,loaderData:{},errors:{[Vt.id]:jt}},{flushSync:$e});return}if(j.initialized&&!z&&zG(j.location,M)&&!(U&&U.submission&&$r(U.submission.formMethod))){Je(M,{matches:_e},{flushSync:$e});return}R=new AbortController;let je=ga(e.history,M,R.signal,U&&U.submission),re;if(U&&U.pendingError)re=[as(_e).route.id,{type:gt.error,error:U.pendingError}];else if(U&&U.submission&&$r(U.submission.formMethod)){let jt=await at(je,M,U.submission,_e,xe.active,{replace:U.replace,flushSync:$e});if(jt.shortCircuited)return;if(jt.pendingActionResult){let[ot,Vt]=jt.pendingActionResult;if(ir(Vt)&&ep(Vt.error)&&Vt.error.status===404){R=null,Je(M,{matches:jt.matches,loaderData:{},errors:{[ot]:Vt.error}});return}}_e=jt.matches||_e,re=jt.pendingActionResult,ve=hm(M,U.submission),$e=!1,xe.active=!1,je=ga(e.history,je.url,je.signal)}let{shortCircuited:Pe,matches:Ve,loaderData:Ge,errors:on}=await ne(je,M,_e,xe.active,ve,U&&U.submission,U&&U.fetcherSubmission,U&&U.replace,U&&U.initialHydration===!0,$e,re);Pe||(R=null,Je(M,Mt({matches:Ve||_e},SS(re),{loaderData:Ge,errors:on})))}async function at(A,M,U,K,ve,_e){_e===void 0&&(_e={}),kt();let $e=qG(M,U);if(Ue({navigation:$e},{flushSync:_e.flushSync===!0}),ve){let re=await na(K,M.pathname,A.signal);if(re.type==="aborted")return{shortCircuited:!0};if(re.type==="error"){let Pe=as(re.partialMatches).route.id;return{matches:re.partialMatches,pendingActionResult:[Pe,{type:gt.error,error:re.error}]}}else if(re.matches)K=re.matches;else{let{notFoundMatches:Pe,error:Ve,route:Ge}=Gi(M.pathname);return{matches:Pe,pendingActionResult:[Ge.id,{type:gt.error,error:Ve}]}}}let xe,je=rc(K,M);if(!je.route.action&&!je.route.lazy)xe={type:gt.error,error:Wn(405,{method:A.method,pathname:M.pathname,routeId:je.route.id})};else if(xe=(await Se("action",j,A,[je],K,null))[je.route.id],A.signal.aborted)return{shortCircuited:!0};if(ps(xe)){let re;return _e&&_e.replace!=null?re=_e.replace:re=yS(xe.response.headers.get("Location"),new URL(A.url),c)===j.location.pathname+j.location.search,await G(A,xe,!0,{submission:U,replace:re}),{shortCircuited:!0}}if(bi(xe))throw Wn(400,{type:"defer-action"});if(ir(xe)){let re=as(K,je.route.id);return(_e&&_e.replace)!==!0&&(T=Qt.Push),{matches:K,pendingActionResult:[re.route.id,xe]}}return{matches:K,pendingActionResult:[je.route.id,xe]}}async function ne(A,M,U,K,ve,_e,$e,xe,je,re,Pe){let Ve=ve||hm(M,_e),Ge=_e||$e||ES(Ve),on=!F&&(!f.v7_partialHydration||!je);if(K){if(on){let Wt=X(Pe);Ue(Mt({navigation:Ve},Wt!==void 0?{actionData:Wt}:{}),{flushSync:re})}let nt=await na(U,M.pathname,A.signal);if(nt.type==="aborted")return{shortCircuited:!0};if(nt.type==="error"){let Wt=as(nt.partialMatches).route.id;return{matches:nt.partialMatches,loaderData:{},errors:{[Wt]:nt.error}}}else if(nt.matches)U=nt.matches;else{let{error:Wt,notFoundMatches:oa,route:Al}=Gi(M.pathname);return{matches:oa,loaderData:{},errors:{[Al.id]:Wt}}}}let jt=l||a,[ot,Vt]=mS(e.history,j,U,Ge,M,f.v7_partialHydration&&je===!0,f.v7_skipActionErrorRevalidation,z,H,D,Re,Q,$,jt,c,Pe);if(Qi(nt=>!(U&&U.some(Wt=>Wt.route.id===nt))||ot&&ot.some(Wt=>Wt.route.id===nt)),I=++P,ot.length===0&&Vt.length===0){let nt=Au();return Je(M,Mt({matches:U,loaderData:{},errors:Pe&&ir(Pe[1])?{[Pe[0]]:Pe[1].error}:null},SS(Pe),nt?{fetchers:new Map(j.fetchers)}:{}),{flushSync:re}),{shortCircuited:!0}}if(on){let nt={};if(!K){nt.navigation=Ve;let Wt=X(Pe);Wt!==void 0&&(nt.actionData=Wt)}Vt.length>0&&(nt.fetchers=ce(Vt)),Ue(nt,{flushSync:re})}Vt.forEach(nt=>{Bn(nt.key),nt.controller&&k.set(nt.key,nt.controller)});let ra=()=>Vt.forEach(nt=>Bn(nt.key));R&&R.signal.addEventListener("abort",ra);let{loaderResults:Dl,fetcherResults:So}=await He(j,U,ot,Vt,A);if(A.signal.aborted)return{shortCircuited:!0};R&&R.signal.removeEventListener("abort",ra),Vt.forEach(nt=>k.delete(nt.key));let to=fd(Dl);if(to)return await G(A,to.result,!0,{replace:xe}),{shortCircuited:!0};if(to=fd(So),to)return $.add(to.key),await G(A,to.result,!0,{replace:xe}),{shortCircuited:!0};let{loaderData:up,errors:Il}=bS(j,U,Dl,Pe,Vt,So,me);me.forEach((nt,Wt)=>{nt.subscribe(oa=>{(oa||nt.done)&&me.delete(Wt)})}),f.v7_partialHydration&&je&&j.errors&&(Il=Mt({},j.errors,Il));let Yi=Au(),Mu=Nu(I),Ou=Yi||Mu||Vt.length>0;return Mt({matches:U,loaderData:up,errors:Il},Ou?{fetchers:new Map(j.fetchers)}:{})}function X(A){if(A&&!ir(A[1]))return{[A[0]]:A[1].data};if(j.actionData)return Object.keys(j.actionData).length===0?null:j.actionData}function ce(A){return A.forEach(M=>{let U=j.fetchers.get(M.key),K=Kl(void 0,U?U.data:void 0);j.fetchers.set(M.key,K)}),new Map(j.fetchers)}function ke(A,M,U,K){if(r)throw new Error("router.fetch() was called during the server render, but it shouldn't be. You are likely calling a useFetcher() method in the body of your component. Try moving it to a useEffect or a callback.");Bn(A);let ve=(K&&K.flushSync)===!0,_e=l||a,$e=Gg(j.location,j.matches,c,f.v7_prependBasename,U,f.v7_relativeSplatPath,M,K==null?void 0:K.relative),xe=ss(_e,$e,c),je=ta(xe,_e,$e);if(je.active&&je.matches&&(xe=je.matches),!xe){Nt(A,M,Wn(404,{pathname:$e}),{flushSync:ve});return}let{path:re,submission:Pe,error:Ve}=hS(f.v7_normalizeFormMethod,!0,$e,K);if(Ve){Nt(A,M,Ve,{flushSync:ve});return}let Ge=rc(xe,re),on=(K&&K.preventScrollReset)===!0;if(Pe&&$r(Pe.formMethod)){J(A,M,re,Ge,xe,je.active,ve,on,Pe);return}Q.set(A,{routeId:M,path:re}),se(A,M,re,Ge,xe,je.active,ve,on,Pe)}async function J(A,M,U,K,ve,_e,$e,xe,je){kt(),Q.delete(A);function re(Xt){if(!Xt.route.action&&!Xt.route.lazy){let ia=Wn(405,{method:je.formMethod,pathname:U,routeId:M});return Nt(A,M,ia,{flushSync:$e}),!0}return!1}if(!_e&&re(K))return;let Pe=j.fetchers.get(A);lt(A,GG(je,Pe),{flushSync:$e});let Ve=new AbortController,Ge=ga(e.history,U,Ve.signal,je);if(_e){let Xt=await na(ve,U,Ge.signal);if(Xt.type==="aborted")return;if(Xt.type==="error"){Nt(A,M,Xt.error,{flushSync:$e});return}else if(Xt.matches){if(ve=Xt.matches,K=rc(ve,U),re(K))return}else{Nt(A,M,Wn(404,{pathname:U}),{flushSync:$e});return}}k.set(A,Ve);let on=P,ot=(await Se("action",j,Ge,[K],ve,A))[K.route.id];if(Ge.signal.aborted){k.get(A)===Ve&&k.delete(A);return}if(f.v7_fetcherPersist&&Re.has(A)){if(ps(ot)||ir(ot)){lt(A,ai(void 0));return}}else{if(ps(ot))if(k.delete(A),I>on){lt(A,ai(void 0));return}else return $.add(A),lt(A,Kl(je)),G(Ge,ot,!1,{fetcherSubmission:je,preventScrollReset:xe});if(ir(ot)){Nt(A,M,ot.error);return}}if(bi(ot))throw Wn(400,{type:"defer-action"});let Vt=j.navigation.location||j.location,ra=ga(e.history,Vt,Ve.signal),Dl=l||a,So=j.navigation.state!=="idle"?ss(Dl,j.navigation.location,c):j.matches;We(So,"Didn't find any matches after fetcher action");let to=++P;L.set(A,to);let up=Kl(je,ot.data);j.fetchers.set(A,up);let[Il,Yi]=mS(e.history,j,So,je,Vt,!1,f.v7_skipActionErrorRevalidation,z,H,D,Re,Q,$,Dl,c,[K.route.id,ot]);Yi.filter(Xt=>Xt.key!==A).forEach(Xt=>{let ia=Xt.key,B0=j.fetchers.get(ia),f_=Kl(void 0,B0?B0.data:void 0);j.fetchers.set(ia,f_),Bn(ia),Xt.controller&&k.set(ia,Xt.controller)}),Ue({fetchers:new Map(j.fetchers)});let Mu=()=>Yi.forEach(Xt=>Bn(Xt.key));Ve.signal.addEventListener("abort",Mu);let{loaderResults:Ou,fetcherResults:nt}=await He(j,So,Il,Yi,ra);if(Ve.signal.aborted)return;Ve.signal.removeEventListener("abort",Mu),L.delete(A),k.delete(A),Yi.forEach(Xt=>k.delete(Xt.key));let Wt=fd(Ou);if(Wt)return G(ra,Wt.result,!1,{preventScrollReset:xe});if(Wt=fd(nt),Wt)return $.add(Wt.key),G(ra,Wt.result,!1,{preventScrollReset:xe});let{loaderData:oa,errors:Al}=bS(j,So,Ou,void 0,Yi,nt,me);if(j.fetchers.has(A)){let Xt=ai(ot.data);j.fetchers.set(A,Xt)}Nu(to),j.navigation.state==="loading"&&to>I?(We(T,"Expected pending action"),R&&R.abort(),Je(j.navigation.location,{matches:So,loaderData:oa,errors:Al,fetchers:new Map(j.fetchers)})):(Ue({errors:Al,loaderData:wS(j.loaderData,oa,So,Al),fetchers:new Map(j.fetchers)}),z=!1)}async function se(A,M,U,K,ve,_e,$e,xe,je){let re=j.fetchers.get(A);lt(A,Kl(je,re?re.data:void 0),{flushSync:$e});let Pe=new AbortController,Ve=ga(e.history,U,Pe.signal);if(_e){let ot=await na(ve,U,Ve.signal);if(ot.type==="aborted")return;if(ot.type==="error"){Nt(A,M,ot.error,{flushSync:$e});return}else if(ot.matches)ve=ot.matches,K=rc(ve,U);else{Nt(A,M,Wn(404,{pathname:U}),{flushSync:$e});return}}k.set(A,Pe);let Ge=P,jt=(await Se("loader",j,Ve,[K],ve,A))[K.route.id];if(bi(jt)&&(jt=await A0(jt,Ve.signal,!0)||jt),k.get(A)===Pe&&k.delete(A),!Ve.signal.aborted){if(Re.has(A)){lt(A,ai(void 0));return}if(ps(jt))if(I>Ge){lt(A,ai(void 0));return}else{$.add(A),await G(Ve,jt,!1,{preventScrollReset:xe});return}if(ir(jt)){Nt(A,M,jt.error);return}We(!bi(jt),"Unhandled fetcher deferred data"),lt(A,ai(jt.data))}}async function G(A,M,U,K){let{submission:ve,fetcherSubmission:_e,preventScrollReset:$e,replace:xe}=K===void 0?{}:K;M.response.headers.has("X-Remix-Revalidate")&&(z=!0);let je=M.response.headers.get("Location");We(je,"Expected a Location header on the redirect Response"),je=yS(je,new URL(A.url),c);let re=Gc(j.location,je,{_isRedirect:!0});if(n){let ot=!1;if(M.response.headers.has("X-Remix-Reload-Document"))ot=!0;else if(I0.test(je)){const Vt=e.history.createURL(je);ot=Vt.origin!==t.location.origin||_u(Vt.pathname,c)==null}if(ot){xe?t.location.replace(je):t.location.assign(je);return}}R=null;let Pe=xe===!0||M.response.headers.has("X-Remix-Replace")?Qt.Replace:Qt.Push,{formMethod:Ve,formAction:Ge,formEncType:on}=j.navigation;!ve&&!_e&&Ve&&Ge&&on&&(ve=ES(j.navigation));let jt=ve||_e;if(PG.has(M.response.status)&&jt&&$r(jt.formMethod))await Ze(Pe,re,{submission:Mt({},jt,{formAction:je}),preventScrollReset:$e||E,enableViewTransition:U?_:void 0});else{let ot=hm(re,ve);await Ze(Pe,re,{overrideNavigation:ot,fetcherSubmission:_e,preventScrollReset:$e||E,enableViewTransition:U?_:void 0})}}async function Se(A,M,U,K,ve,_e){let $e,xe={};try{$e=await MG(u,A,M,U,K,ve,_e,i,o)}catch(je){return K.forEach(re=>{xe[re.route.id]={type:gt.error,error:je}}),xe}for(let[je,re]of Object.entries($e))if(UG(re)){let Pe=re.result;xe[je]={type:gt.redirect,response:$G(Pe,U,je,ve,c,f.v7_relativeSplatPath)}}else xe[je]=await LG(re);return xe}async function He(A,M,U,K,ve){let _e=A.matches,$e=Se("loader",A,ve,U,M,null),xe=Promise.all(K.map(async Pe=>{if(Pe.matches&&Pe.match&&Pe.controller){let Ge=(await Se("loader",A,ga(e.history,Pe.path,Pe.controller.signal),[Pe.match],Pe.matches,Pe.key))[Pe.match.route.id];return{[Pe.key]:Ge}}else return Promise.resolve({[Pe.key]:{type:gt.error,error:Wn(404,{pathname:Pe.path})}})})),je=await $e,re=(await xe).reduce((Pe,Ve)=>Object.assign(Pe,Ve),{});return await Promise.all([WG(M,je,ve.signal,_e,A.loaderData),HG(M,re,K)]),{loaderResults:je,fetcherResults:re}}function kt(){z=!0,H.push(...Qi()),Q.forEach((A,M)=>{k.has(M)&&D.add(M),Bn(M)})}function lt(A,M,U){U===void 0&&(U={}),j.fetchers.set(A,M),Ue({fetchers:new Map(j.fetchers)},{flushSync:(U&&U.flushSync)===!0})}function Nt(A,M,U,K){K===void 0&&(K={});let ve=as(j.matches,M);un(A),Ue({errors:{[ve.route.id]:U},fetchers:new Map(j.fetchers)},{flushSync:(K&&K.flushSync)===!0})}function rn(A){return f.v7_fetcherPersist&&(ue.set(A,(ue.get(A)||0)+1),Re.has(A)&&Re.delete(A)),j.fetchers.get(A)||kG}function un(A){let M=j.fetchers.get(A);k.has(A)&&!(M&&M.state==="loading"&&L.has(A))&&Bn(A),Q.delete(A),L.delete(A),$.delete(A),Re.delete(A),D.delete(A),j.fetchers.delete(A)}function eo(A){if(f.v7_fetcherPersist){let M=(ue.get(A)||0)-1;M<=0?(ue.delete(A),Re.add(A)):ue.set(A,M)}else un(A);Ue({fetchers:new Map(j.fetchers)})}function Bn(A){let M=k.get(A);M&&(M.abort(),k.delete(A))}function Js(A){for(let M of A){let U=rn(M),K=ai(U.data);j.fetchers.set(M,K)}}function Au(){let A=[],M=!1;for(let U of $){let K=j.fetchers.get(U);We(K,"Expected fetcher: "+U),K.state==="loading"&&($.delete(U),A.push(U),M=!0)}return Js(A),M}function Nu(A){let M=[];for(let[U,K]of L)if(K<A){let ve=j.fetchers.get(U);We(ve,"Expected fetcher: "+U),ve.state==="loading"&&(Bn(U),L.delete(U),M.push(U))}return Js(M),M.length>0}function Ir(A,M){let U=j.blockers.get(A)||Ql;return ge.get(A)!==M&&ge.set(A,M),U}function Zs(A){j.blockers.delete(A),ge.delete(A)}function ea(A,M){let U=j.blockers.get(A)||Ql;We(U.state==="unblocked"&&M.state==="blocked"||U.state==="blocked"&&M.state==="blocked"||U.state==="blocked"&&M.state==="proceeding"||U.state==="blocked"&&M.state==="unblocked"||U.state==="proceeding"&&M.state==="unblocked","Invalid blocker state transition: "+U.state+" -> "+M.state);let K=new Map(j.blockers);K.set(A,M),Ue({blockers:K})}function _l(A){let{currentLocation:M,nextLocation:U,historyAction:K}=A;if(ge.size===0)return;ge.size>1&&cl(!1,"A router only supports one blocker at a time");let ve=Array.from(ge.entries()),[_e,$e]=ve[ve.length-1],xe=j.blockers.get(_e);if(!(xe&&xe.state==="proceeding")&&$e({currentLocation:M,nextLocation:U,historyAction:K}))return _e}function Gi(A){let M=Wn(404,{pathname:A}),U=l||a,{matches:K,route:ve}=jS(U);return Qi(),{notFoundMatches:K,route:ve,error:M}}function Qi(A){let M=[];return me.forEach((U,K)=>{(!A||A(K))&&(U.cancel(),M.push(K),me.delete(K))}),M}function oi(A,M,U){if(g=A,S=M,v=U||null,!b&&j.navigation===fm){b=!0;let K=cp(j.location,j.matches);K!=null&&Ue({restoreScrollPosition:K})}return()=>{g=null,S=null,v=null}}function _n(A,M){return v&&v(A,M.map(K=>iG(K,j.loaderData)))||A.key}function lp(A,M){if(g&&S){let U=_n(A,M);g[U]=S()}}function cp(A,M){if(g){let U=_n(A,M),K=g[U];if(typeof K=="number")return K}return null}function ta(A,M,U){if(d)if(A){if(Object.keys(A[0].params).length>0)return{active:!0,matches:Nd(M,U,c,!0)}}else return{active:!0,matches:Nd(M,U,c,!0)||[]};return{active:!1,matches:null}}async function na(A,M,U){if(!d)return{type:"success",matches:A};let K=A;for(;;){let ve=l==null,_e=l||a,$e=i;try{await d({path:M,matches:K,patch:(re,Pe)=>{U.aborted||vS(re,Pe,_e,$e,o)}})}catch(re){return{type:"error",error:re,partialMatches:K}}finally{ve&&!U.aborted&&(a=[...a])}if(U.aborted)return{type:"aborted"};let xe=ss(_e,M,c);if(xe)return{type:"success",matches:xe};let je=Nd(_e,M,c,!0);if(!je||K.length===je.length&&K.every((re,Pe)=>re.route.id===je[Pe].route.id))return{type:"success",matches:null};K=je}}function dn(A){i={},l=Rf(A,o,void 0,i)}function Ki(A,M){let U=l==null;vS(A,M,l||a,i,o),U&&(a=[...a],Ue({}))}return C={get basename(){return c},get future(){return f},get state(){return j},get routes(){return a},get window(){return t},initialize:le,subscribe:it,enableScrollRestoration:oi,navigate:st,fetch:ke,revalidate:Be,createHref:A=>e.history.createHref(A),encodeLocation:A=>e.history.encodeLocation(A),getFetcher:rn,deleteFetcher:eo,dispose:Ne,getBlocker:Ir,deleteBlocker:Zs,patchRoutes:Ki,_internalFetchControllers:k,_internalActiveDeferreds:me,_internalSetRoutes:dn},C}function DG(e){return e!=null&&("formData"in e&&e.formData!=null||"body"in e&&e.body!==void 0)}function Gg(e,t,n,r,o,i,a,l){let c,u;if(a){c=[];for(let f of t)if(c.push(f),f.route.id===a){u=f;break}}else c=t,u=t[t.length-1];let d=A2(o||".",I2(c,i),_u(e.pathname,n)||e.pathname,l==="path");if(o==null&&(d.search=e.search,d.hash=e.hash),(o==null||o===""||o===".")&&u){let f=N0(d.search);if(u.route.index&&!f)d.search=d.search?d.search.replace(/^\?/,"?index&"):"?index";else if(!u.route.index&&f){let h=new URLSearchParams(d.search),m=h.getAll("index");h.delete("index"),m.filter(v=>v).forEach(v=>h.append("index",v));let g=h.toString();d.search=g?"?"+g:""}}return r&&n!=="/"&&(d.pathname=d.pathname==="/"?n:Ri([n,d.pathname])),Ru(d)}function hS(e,t,n,r){if(!r||!DG(r))return{path:n};if(r.formMethod&&!VG(r.formMethod))return{path:n,error:Wn(405,{method:r.formMethod})};let o=()=>({path:n,error:Wn(400,{type:"invalid-body"})}),i=r.formMethod||"get",a=e?i.toUpperCase():i.toLowerCase(),l=$2(n);if(r.body!==void 0){if(r.formEncType==="text/plain"){if(!$r(a))return o();let h=typeof r.body=="string"?r.body:r.body instanceof FormData||r.body instanceof URLSearchParams?Array.from(r.body.entries()).reduce((m,g)=>{let[v,S]=g;return""+m+v+"="+S+`
553
+ `},""):String(r.body);return{path:n,submission:{formMethod:a,formAction:l,formEncType:r.formEncType,formData:void 0,json:void 0,text:h}}}else if(r.formEncType==="application/json"){if(!$r(a))return o();try{let h=typeof r.body=="string"?JSON.parse(r.body):r.body;return{path:n,submission:{formMethod:a,formAction:l,formEncType:r.formEncType,formData:void 0,json:h,text:void 0}}}catch{return o()}}}We(typeof FormData=="function","FormData is not available in this environment");let c,u;if(r.formData)c=Kg(r.formData),u=r.formData;else if(r.body instanceof FormData)c=Kg(r.body),u=r.body;else if(r.body instanceof URLSearchParams)c=r.body,u=xS(c);else if(r.body==null)c=new URLSearchParams,u=new FormData;else try{c=new URLSearchParams(r.body),u=xS(c)}catch{return o()}let d={formMethod:a,formAction:l,formEncType:r&&r.formEncType||"application/x-www-form-urlencoded",formData:u,json:void 0,text:void 0};if($r(d.formMethod))return{path:n,submission:d};let f=ni(n);return t&&f.search&&N0(f.search)&&c.append("index",""),f.search="?"+c,{path:Ru(f),submission:d}}function pS(e,t,n){n===void 0&&(n=!1);let r=e.findIndex(o=>o.route.id===t);return r>=0?e.slice(0,n?r+1:r):e}function mS(e,t,n,r,o,i,a,l,c,u,d,f,h,m,g,v){let S=v?ir(v[1])?v[1].error:v[1].data:void 0,b=e.createURL(t.location),x=e.createURL(o),y=n;i&&t.errors?y=pS(n,Object.keys(t.errors)[0],!0):v&&ir(v[1])&&(y=pS(n,v[0]));let w=v?v[1].statusCode:void 0,C=a&&w&&w>=400,j=y.filter((E,R)=>{let{route:_}=E;if(_.lazy)return!0;if(_.loader==null)return!1;if(i)return Qg(_,t.loaderData,t.errors);if(IG(t.loaderData,t.matches[R],E)||c.some(F=>F===E.route.id))return!0;let N=t.matches[R],O=E;return gS(E,Mt({currentUrl:b,currentParams:N.params,nextUrl:x,nextParams:O.params},r,{actionResult:S,actionStatus:w,defaultShouldRevalidate:C?!1:l||b.pathname+b.search===x.pathname+x.search||b.search!==x.search||O2(N,O)}))}),T=[];return f.forEach((E,R)=>{if(i||!n.some(z=>z.route.id===E.routeId)||d.has(R))return;let _=ss(m,E.path,g);if(!_){T.push({key:R,routeId:E.routeId,path:E.path,matches:null,match:null,controller:null});return}let N=t.fetchers.get(R),O=rc(_,E.path),F=!1;h.has(R)?F=!1:u.has(R)?(u.delete(R),F=!0):N&&N.state!=="idle"&&N.data===void 0?F=l:F=gS(O,Mt({currentUrl:b,currentParams:t.matches[t.matches.length-1].params,nextUrl:x,nextParams:n[n.length-1].params},r,{actionResult:S,actionStatus:w,defaultShouldRevalidate:C?!1:l})),F&&T.push({key:R,routeId:E.routeId,path:E.path,matches:_,match:O,controller:new AbortController})}),[j,T]}function Qg(e,t,n){if(e.lazy)return!0;if(!e.loader)return!1;let r=t!=null&&t[e.id]!==void 0,o=n!=null&&n[e.id]!==void 0;return!r&&o?!1:typeof e.loader=="function"&&e.loader.hydrate===!0?!0:!r&&!o}function IG(e,t,n){let r=!t||n.route.id!==t.route.id,o=e[n.route.id]===void 0;return r||o}function O2(e,t){let n=e.route.path;return e.pathname!==t.pathname||n!=null&&n.endsWith("*")&&e.params["*"]!==t.params["*"]}function gS(e,t){if(e.route.shouldRevalidate){let n=e.route.shouldRevalidate(t);if(typeof n=="boolean")return n}return t.defaultShouldRevalidate}function vS(e,t,n,r,o){var i;let a;if(e){let u=r[e];We(u,"No route found to patch children into: routeId = "+e),u.children||(u.children=[]),a=u.children}else a=n;let l=t.filter(u=>!a.some(d=>L2(u,d))),c=Rf(l,o,[e||"_","patch",String(((i=a)==null?void 0:i.length)||"0")],r);a.push(...c)}function L2(e,t){return"id"in e&&"id"in t&&e.id===t.id?!0:e.index===t.index&&e.path===t.path&&e.caseSensitive===t.caseSensitive?(!e.children||e.children.length===0)&&(!t.children||t.children.length===0)?!0:e.children.every((n,r)=>{var o;return(o=t.children)==null?void 0:o.some(i=>L2(n,i))}):!1}async function AG(e,t,n){if(!e.lazy)return;let r=await e.lazy();if(!e.lazy)return;let o=n[e.id];We(o,"No route found in manifest");let i={};for(let a in r){let c=o[a]!==void 0&&a!=="hasErrorBoundary";cl(!c,'Route "'+o.id+'" has a static property "'+a+'" defined but its lazy function is also returning a value for this property. '+('The lazy route property "'+a+'" will be ignored.')),!c&&!rG.has(a)&&(i[a]=r[a])}Object.assign(o,i),Object.assign(o,Mt({},t(o),{lazy:void 0}))}async function NG(e){let{matches:t}=e,n=t.filter(o=>o.shouldLoad);return(await Promise.all(n.map(o=>o.resolve()))).reduce((o,i,a)=>Object.assign(o,{[n[a].route.id]:i}),{})}async function MG(e,t,n,r,o,i,a,l,c,u){let d=i.map(m=>m.route.lazy?AG(m.route,c,l):void 0),f=i.map((m,g)=>{let v=d[g],S=o.some(x=>x.route.id===m.route.id);return Mt({},m,{shouldLoad:S,resolve:async x=>(x&&r.method==="GET"&&(m.route.lazy||m.route.loader)&&(S=!0),S?OG(t,r,m,v,x,u):Promise.resolve({type:gt.data,result:void 0}))})}),h=await e({matches:f,request:r,params:i[0].params,fetcherKey:a,context:u});try{await Promise.all(d)}catch{}return h}async function OG(e,t,n,r,o,i){let a,l,c=u=>{let d,f=new Promise((g,v)=>d=v);l=()=>d(),t.signal.addEventListener("abort",l);let h=g=>typeof u!="function"?Promise.reject(new Error("You cannot call the handler for a route which defines a boolean "+('"'+e+'" [routeId: '+n.route.id+"]"))):u({request:t,params:n.params,context:i},...g!==void 0?[g]:[]),m=(async()=>{try{return{type:"data",result:await(o?o(v=>h(v)):h())}}catch(g){return{type:"error",result:g}}})();return Promise.race([m,f])};try{let u=n.route[e];if(r)if(u){let d,[f]=await Promise.all([c(u).catch(h=>{d=h}),r]);if(d!==void 0)throw d;a=f}else if(await r,u=n.route[e],u)a=await c(u);else if(e==="action"){let d=new URL(t.url),f=d.pathname+d.search;throw Wn(405,{method:t.method,pathname:f,routeId:n.route.id})}else return{type:gt.data,result:void 0};else if(u)a=await c(u);else{let d=new URL(t.url),f=d.pathname+d.search;throw Wn(404,{pathname:f})}We(a.result!==void 0,"You defined "+(e==="action"?"an action":"a loader")+" for route "+('"'+n.route.id+"\" but didn't return anything from your `"+e+"` ")+"function. Please return a value or `null`.")}catch(u){return{type:gt.error,result:u}}finally{l&&t.signal.removeEventListener("abort",l)}return a}async function LG(e){let{result:t,type:n}=e;if(F2(t)){let u;try{let d=t.headers.get("Content-Type");d&&/\bapplication\/json\b/.test(d)?t.body==null?u=null:u=await t.json():u=await t.text()}catch(d){return{type:gt.error,error:d}}return n===gt.error?{type:gt.error,error:new _f(t.status,t.statusText,u),statusCode:t.status,headers:t.headers}:{type:gt.data,data:u,statusCode:t.status,headers:t.headers}}if(n===gt.error){if(CS(t)){var r;if(t.data instanceof Error){var o;return{type:gt.error,error:t.data,statusCode:(o=t.init)==null?void 0:o.status}}t=new _f(((r=t.init)==null?void 0:r.status)||500,void 0,t.data)}return{type:gt.error,error:t,statusCode:ep(t)?t.status:void 0}}if(BG(t)){var i,a;return{type:gt.deferred,deferredData:t,statusCode:(i=t.init)==null?void 0:i.status,headers:((a=t.init)==null?void 0:a.headers)&&new Headers(t.init.headers)}}if(CS(t)){var l,c;return{type:gt.data,data:t.data,statusCode:(l=t.init)==null?void 0:l.status,headers:(c=t.init)!=null&&c.headers?new Headers(t.init.headers):void 0}}return{type:gt.data,data:t}}function $G(e,t,n,r,o,i){let a=e.headers.get("Location");if(We(a,"Redirects returned/thrown from loaders/actions must have a Location header"),!I0.test(a)){let l=r.slice(0,r.findIndex(c=>c.route.id===n)+1);a=Gg(new URL(t.url),l,o,!0,a,i),e.headers.set("Location",a)}return e}function yS(e,t,n){if(I0.test(e)){let r=e,o=r.startsWith("//")?new URL(t.protocol+r):new URL(r),i=_u(o.pathname,n)!=null;if(o.origin===t.origin&&i)return o.pathname+o.search+o.hash}return e}function ga(e,t,n,r){let o=e.createURL($2(t)).toString(),i={signal:n};if(r&&$r(r.formMethod)){let{formMethod:a,formEncType:l}=r;i.method=a.toUpperCase(),l==="application/json"?(i.headers=new Headers({"Content-Type":l}),i.body=JSON.stringify(r.json)):l==="text/plain"?i.body=r.text:l==="application/x-www-form-urlencoded"&&r.formData?i.body=Kg(r.formData):i.body=r.formData}return new Request(o,i)}function Kg(e){let t=new URLSearchParams;for(let[n,r]of e.entries())t.append(n,typeof r=="string"?r:r.name);return t}function xS(e){let t=new FormData;for(let[n,r]of e.entries())t.append(n,r);return t}function FG(e,t,n,r,o){let i={},a=null,l,c=!1,u={},d=n&&ir(n[1])?n[1].error:void 0;return e.forEach(f=>{if(!(f.route.id in t))return;let h=f.route.id,m=t[h];if(We(!ps(m),"Cannot handle redirect results in processLoaderData"),ir(m)){let g=m.error;d!==void 0&&(g=d,d=void 0),a=a||{};{let v=as(e,h);a[v.route.id]==null&&(a[v.route.id]=g)}i[h]=void 0,c||(c=!0,l=ep(m.error)?m.error.status:500),m.headers&&(u[h]=m.headers)}else bi(m)?(r.set(h,m.deferredData),i[h]=m.deferredData.data,m.statusCode!=null&&m.statusCode!==200&&!c&&(l=m.statusCode),m.headers&&(u[h]=m.headers)):(i[h]=m.data,m.statusCode&&m.statusCode!==200&&!c&&(l=m.statusCode),m.headers&&(u[h]=m.headers))}),d!==void 0&&n&&(a={[n[0]]:d},i[n[0]]=void 0),{loaderData:i,errors:a,statusCode:l||200,loaderHeaders:u}}function bS(e,t,n,r,o,i,a){let{loaderData:l,errors:c}=FG(t,n,r,a);return o.forEach(u=>{let{key:d,match:f,controller:h}=u,m=i[d];if(We(m,"Did not find corresponding fetcher result"),!(h&&h.signal.aborted))if(ir(m)){let g=as(e.matches,f==null?void 0:f.route.id);c&&c[g.route.id]||(c=Mt({},c,{[g.route.id]:m.error})),e.fetchers.delete(d)}else if(ps(m))We(!1,"Unhandled fetcher revalidation redirect");else if(bi(m))We(!1,"Unhandled fetcher deferred data");else{let g=ai(m.data);e.fetchers.set(d,g)}}),{loaderData:l,errors:c}}function wS(e,t,n,r){let o=Mt({},t);for(let i of n){let a=i.route.id;if(t.hasOwnProperty(a)?t[a]!==void 0&&(o[a]=t[a]):e[a]!==void 0&&i.route.loader&&(o[a]=e[a]),r&&r.hasOwnProperty(a))break}return o}function SS(e){return e?ir(e[1])?{actionData:{}}:{actionData:{[e[0]]:e[1].data}}:{}}function as(e,t){return(t?e.slice(0,e.findIndex(r=>r.route.id===t)+1):[...e]).reverse().find(r=>r.route.hasErrorBoundary===!0)||e[0]}function jS(e){let t=e.length===1?e[0]:e.find(n=>n.index||!n.path||n.path==="/")||{id:"__shim-error-route__"};return{matches:[{params:{},pathname:"",pathnameBase:"",route:t}],route:t}}function Wn(e,t){let{pathname:n,routeId:r,method:o,type:i,message:a}=t===void 0?{}:t,l="Unknown Server Error",c="Unknown @remix-run/router error";return e===400?(l="Bad Request",o&&n&&r?c="You made a "+o+' request to "'+n+'" but '+('did not provide a `loader` for route "'+r+'", ')+"so there is no way to handle the request.":i==="defer-action"?c="defer() is not supported in actions":i==="invalid-body"&&(c="Unable to encode submission body")):e===403?(l="Forbidden",c='Route "'+r+'" does not match URL "'+n+'"'):e===404?(l="Not Found",c='No route matches URL "'+n+'"'):e===405&&(l="Method Not Allowed",o&&n&&r?c="You made a "+o.toUpperCase()+' request to "'+n+'" but '+('did not provide an `action` for route "'+r+'", ')+"so there is no way to handle the request.":o&&(c='Invalid request method "'+o.toUpperCase()+'"')),new _f(e||500,l,new Error(c),!0)}function fd(e){let t=Object.entries(e);for(let n=t.length-1;n>=0;n--){let[r,o]=t[n];if(ps(o))return{key:r,result:o}}}function $2(e){let t=typeof e=="string"?ni(e):e;return Ru(Mt({},t,{hash:""}))}function zG(e,t){return e.pathname!==t.pathname||e.search!==t.search?!1:e.hash===""?t.hash!=="":e.hash===t.hash?!0:t.hash!==""}function UG(e){return F2(e.result)&&TG.has(e.result.status)}function bi(e){return e.type===gt.deferred}function ir(e){return e.type===gt.error}function ps(e){return(e&&e.type)===gt.redirect}function CS(e){return typeof e=="object"&&e!=null&&"type"in e&&"data"in e&&"init"in e&&e.type==="DataWithResponseInit"}function BG(e){let t=e;return t&&typeof t=="object"&&typeof t.data=="object"&&typeof t.subscribe=="function"&&typeof t.cancel=="function"&&typeof t.resolveData=="function"}function F2(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.headers=="object"&&typeof e.body<"u"}function VG(e){return EG.has(e.toLowerCase())}function $r(e){return jG.has(e.toLowerCase())}async function WG(e,t,n,r,o){let i=Object.entries(t);for(let a=0;a<i.length;a++){let[l,c]=i[a],u=e.find(h=>(h==null?void 0:h.route.id)===l);if(!u)continue;let d=r.find(h=>h.route.id===u.route.id),f=d!=null&&!O2(d,u)&&(o&&o[u.route.id])!==void 0;bi(c)&&f&&await A0(c,n,!1).then(h=>{h&&(t[l]=h)})}}async function HG(e,t,n){for(let r=0;r<n.length;r++){let{key:o,routeId:i,controller:a}=n[r],l=t[o];e.find(u=>(u==null?void 0:u.route.id)===i)&&bi(l)&&(We(a,"Expected an AbortController for revalidating fetcher deferred result"),await A0(l,a.signal,!0).then(u=>{u&&(t[o]=u)}))}}async function A0(e,t,n){if(n===void 0&&(n=!1),!await e.deferredData.resolveData(t)){if(n)try{return{type:gt.data,data:e.deferredData.unwrappedData}}catch(o){return{type:gt.error,error:o}}return{type:gt.data,data:e.deferredData.data}}}function N0(e){return new URLSearchParams(e).getAll("index").some(t=>t==="")}function rc(e,t){let n=typeof t=="string"?ni(t).search:t.search;if(e[e.length-1].route.index&&N0(n||""))return e[e.length-1];let r=D2(e);return r[r.length-1]}function ES(e){let{formMethod:t,formAction:n,formEncType:r,text:o,formData:i,json:a}=e;if(!(!t||!n||!r)){if(o!=null)return{formMethod:t,formAction:n,formEncType:r,formData:void 0,json:void 0,text:o};if(i!=null)return{formMethod:t,formAction:n,formEncType:r,formData:i,json:void 0,text:void 0};if(a!==void 0)return{formMethod:t,formAction:n,formEncType:r,formData:void 0,json:a,text:void 0}}}function hm(e,t){return t?{state:"loading",location:e,formMethod:t.formMethod,formAction:t.formAction,formEncType:t.formEncType,formData:t.formData,json:t.json,text:t.text}:{state:"loading",location:e,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0}}function qG(e,t){return{state:"submitting",location:e,formMethod:t.formMethod,formAction:t.formAction,formEncType:t.formEncType,formData:t.formData,json:t.json,text:t.text}}function Kl(e,t){return e?{state:"loading",formMethod:e.formMethod,formAction:e.formAction,formEncType:e.formEncType,formData:e.formData,json:e.json,text:e.text,data:t}:{state:"loading",formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0,data:t}}function GG(e,t){return{state:"submitting",formMethod:e.formMethod,formAction:e.formAction,formEncType:e.formEncType,formData:e.formData,json:e.json,text:e.text,data:t?t.data:void 0}}function ai(e){return{state:"idle",formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0,data:e}}function QG(e,t){try{let n=e.sessionStorage.getItem(M2);if(n){let r=JSON.parse(n);for(let[o,i]of Object.entries(r||{}))i&&Array.isArray(i)&&t.set(o,new Set(i||[]))}}catch{}}function KG(e,t){if(t.size>0){let n={};for(let[r,o]of t)n[r]=[...o];try{e.sessionStorage.setItem(M2,JSON.stringify(n))}catch(r){cl(!1,"Failed to save applied view transitions in sessionStorage ("+r+").")}}}/**
554
+ * React Router v6.28.0
555
+ *
556
+ * Copyright (c) Remix Software Inc.
557
+ *
558
+ * This source code is licensed under the MIT license found in the
559
+ * LICENSE.md file in the root directory of this source tree.
560
+ *
561
+ * @license MIT
562
+ */function Qc(){return Qc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Qc.apply(this,arguments)}const tp=p.createContext(null),z2=p.createContext(null),np=p.createContext(null),rp=p.createContext(null),Wi=p.createContext({outlet:null,matches:[],isDataRoute:!1}),U2=p.createContext(null);function op(){return p.useContext(rp)!=null}function ri(){return op()||We(!1),p.useContext(rp).location}function B2(e){p.useContext(np).static||p.useLayoutEffect(e)}function Gt(){let{isDataRoute:e}=p.useContext(Wi);return e?cQ():YG()}function YG(){op()||We(!1);let e=p.useContext(tp),{basename:t,future:n,navigator:r}=p.useContext(np),{matches:o}=p.useContext(Wi),{pathname:i}=ri(),a=JSON.stringify(I2(o,n.v7_relativeSplatPath)),l=p.useRef(!1);return B2(()=>{l.current=!0}),p.useCallback(function(u,d){if(d===void 0&&(d={}),!l.current)return;if(typeof u=="number"){r.go(u);return}let f=A2(u,JSON.parse(a),i,d.relative==="path");e==null&&t!=="/"&&(f.pathname=f.pathname==="/"?t:Ri([t,f.pathname])),(d.replace?r.replace:r.push)(f,d.state,d)},[t,r,a,i,e])}const XG=p.createContext(null);function JG(e){let t=p.useContext(Wi).outlet;return t&&p.createElement(XG.Provider,{value:e},t)}function ft(){let{matches:e}=p.useContext(Wi),t=e[e.length-1];return t?t.params:{}}function ZG(e,t){return V2(e,t)}function V2(e,t,n,r){op()||We(!1);let{navigator:o}=p.useContext(np),{matches:i}=p.useContext(Wi),a=i[i.length-1],l=a?a.params:{};a&&a.pathname;let c=a?a.pathnameBase:"/";a&&a.route;let u=ri(),d;if(t){var f;let S=typeof t=="string"?ni(t):t;c==="/"||(f=S.pathname)!=null&&f.startsWith(c)||We(!1),d=S}else d=u;let h=d.pathname||"/",m=h;if(c!=="/"){let S=c.replace(/^\//,"").split("/");m="/"+h.replace(/^\//,"").split("/").slice(S.length).join("/")}let g=ss(e,{pathname:m}),v=oQ(g&&g.map(S=>Object.assign({},S,{params:Object.assign({},l,S.params),pathname:Ri([c,o.encodeLocation?o.encodeLocation(S.pathname).pathname:S.pathname]),pathnameBase:S.pathnameBase==="/"?c:Ri([c,o.encodeLocation?o.encodeLocation(S.pathnameBase).pathname:S.pathnameBase])})),i,n,r);return t&&v?p.createElement(rp.Provider,{value:{location:Qc({pathname:"/",search:"",hash:"",state:null,key:"default"},d),navigationType:Qt.Pop}},v):v}function eQ(){let e=lQ(),t=ep(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,o={padding:"0.5rem",backgroundColor:"rgba(200,200,200, 0.5)"};return p.createElement(p.Fragment,null,p.createElement("h2",null,"Unexpected Application Error!"),p.createElement("h3",{style:{fontStyle:"italic"}},t),n?p.createElement("pre",{style:o},n):null,null)}const tQ=p.createElement(eQ,null);class nQ extends p.Component{constructor(t){super(t),this.state={location:t.location,revalidation:t.revalidation,error:t.error}}static getDerivedStateFromError(t){return{error:t}}static getDerivedStateFromProps(t,n){return n.location!==t.location||n.revalidation!=="idle"&&t.revalidation==="idle"?{error:t.error,location:t.location,revalidation:t.revalidation}:{error:t.error!==void 0?t.error:n.error,location:n.location,revalidation:t.revalidation||n.revalidation}}componentDidCatch(t,n){console.error("React Router caught the following error during render",t,n)}render(){return this.state.error!==void 0?p.createElement(Wi.Provider,{value:this.props.routeContext},p.createElement(U2.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function rQ(e){let{routeContext:t,match:n,children:r}=e,o=p.useContext(tp);return o&&o.static&&o.staticContext&&(n.route.errorElement||n.route.ErrorBoundary)&&(o.staticContext._deepestRenderedBoundaryId=n.route.id),p.createElement(Wi.Provider,{value:t},r)}function oQ(e,t,n,r){var o;if(t===void 0&&(t=[]),n===void 0&&(n=null),r===void 0&&(r=null),e==null){var i;if(!n)return null;if(n.errors)e=n.matches;else if((i=r)!=null&&i.v7_partialHydration&&t.length===0&&!n.initialized&&n.matches.length>0)e=n.matches;else return null}let a=e,l=(o=n)==null?void 0:o.errors;if(l!=null){let d=a.findIndex(f=>f.route.id&&(l==null?void 0:l[f.route.id])!==void 0);d>=0||We(!1),a=a.slice(0,Math.min(a.length,d+1))}let c=!1,u=-1;if(n&&r&&r.v7_partialHydration)for(let d=0;d<a.length;d++){let f=a[d];if((f.route.HydrateFallback||f.route.hydrateFallbackElement)&&(u=d),f.route.id){let{loaderData:h,errors:m}=n,g=f.route.loader&&h[f.route.id]===void 0&&(!m||m[f.route.id]===void 0);if(f.route.lazy||g){c=!0,u>=0?a=a.slice(0,u+1):a=[a[0]];break}}}return a.reduceRight((d,f,h)=>{let m,g=!1,v=null,S=null;n&&(m=l&&f.route.id?l[f.route.id]:void 0,v=f.route.errorElement||tQ,c&&(u<0&&h===0?(uQ("route-fallback"),g=!0,S=null):u===h&&(g=!0,S=f.route.hydrateFallbackElement||null)));let b=t.concat(a.slice(0,h+1)),x=()=>{let y;return m?y=v:g?y=S:f.route.Component?y=p.createElement(f.route.Component,null):f.route.element?y=f.route.element:y=d,p.createElement(rQ,{match:f,routeContext:{outlet:d,matches:b,isDataRoute:n!=null},children:y})};return n&&(f.route.ErrorBoundary||f.route.errorElement||h===0)?p.createElement(nQ,{location:n.location,revalidation:n.revalidation,component:v,error:m,children:x(),routeContext:{outlet:null,matches:b,isDataRoute:!0}}):x()},null)}var W2=function(e){return e.UseBlocker="useBlocker",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e}(W2||{}),Df=function(e){return e.UseBlocker="useBlocker",e.UseLoaderData="useLoaderData",e.UseActionData="useActionData",e.UseRouteError="useRouteError",e.UseNavigation="useNavigation",e.UseRouteLoaderData="useRouteLoaderData",e.UseMatches="useMatches",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e.UseRouteId="useRouteId",e}(Df||{});function iQ(e){let t=p.useContext(tp);return t||We(!1),t}function sQ(e){let t=p.useContext(z2);return t||We(!1),t}function aQ(e){let t=p.useContext(Wi);return t||We(!1),t}function H2(e){let t=aQ(),n=t.matches[t.matches.length-1];return n.route.id||We(!1),n.route.id}function lQ(){var e;let t=p.useContext(U2),n=sQ(Df.UseRouteError),r=H2(Df.UseRouteError);return t!==void 0?t:(e=n.errors)==null?void 0:e[r]}function cQ(){let{router:e}=iQ(W2.UseNavigateStable),t=H2(Df.UseNavigateStable),n=p.useRef(!1);return B2(()=>{n.current=!0}),p.useCallback(function(o,i){i===void 0&&(i={}),n.current&&(typeof o=="number"?e.navigate(o):e.navigate(o,Qc({fromRouteId:t},i)))},[e,t])}const TS={};function uQ(e,t,n){TS[e]||(TS[e]=!0)}const PS={};function dQ(e,t){PS[t]||(PS[t]=!0,console.warn(t))}const va=(e,t,n)=>dQ(e,"⚠️ React Router Future Flag Warning: "+t+". "+("You can use the `"+e+"` future flag to opt-in early. ")+("For more information, see "+n+"."));function fQ(e,t){e!=null&&e.v7_startTransition||va("v7_startTransition","React Router will begin wrapping state updates in `React.startTransition` in v7","https://reactrouter.com/v6/upgrading/future#v7_starttransition"),!(e!=null&&e.v7_relativeSplatPath)&&(!t||!t.v7_relativeSplatPath)&&va("v7_relativeSplatPath","Relative route resolution within Splat routes is changing in v7","https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath"),t&&(t.v7_fetcherPersist||va("v7_fetcherPersist","The persistence behavior of fetchers is changing in v7","https://reactrouter.com/v6/upgrading/future#v7_fetcherpersist"),t.v7_normalizeFormMethod||va("v7_normalizeFormMethod","Casing of `formMethod` fields is being normalized to uppercase in v7","https://reactrouter.com/v6/upgrading/future#v7_normalizeformmethod"),t.v7_partialHydration||va("v7_partialHydration","`RouterProvider` hydration behavior is changing in v7","https://reactrouter.com/v6/upgrading/future#v7_partialhydration"),t.v7_skipActionErrorRevalidation||va("v7_skipActionErrorRevalidation","The revalidation behavior after 4xx/5xx `action` responses is changing in v7","https://reactrouter.com/v6/upgrading/future#v7_skipactionerrorrevalidation"))}function M0(e){return JG(e.context)}function Ee(e){We(!1)}function hQ(e){let{basename:t="/",children:n=null,location:r,navigationType:o=Qt.Pop,navigator:i,static:a=!1,future:l}=e;op()&&We(!1);let c=t.replace(/^\/*/,"/"),u=p.useMemo(()=>({basename:c,navigator:i,static:a,future:Qc({v7_relativeSplatPath:!1},l)}),[c,l,i,a]);typeof r=="string"&&(r=ni(r));let{pathname:d="/",search:f="",hash:h="",state:m=null,key:g="default"}=r,v=p.useMemo(()=>{let S=_u(d,c);return S==null?null:{location:{pathname:S,search:f,hash:h,state:m,key:g},navigationType:o}},[c,d,f,h,m,g,o]);return v==null?null:p.createElement(np.Provider,{value:u},p.createElement(rp.Provider,{children:n,value:v}))}function pQ(e){let{children:t,location:n}=e;return ZG(Yg(t),n)}new Promise(()=>{});function Yg(e,t){t===void 0&&(t=[]);let n=[];return p.Children.forEach(e,(r,o)=>{if(!p.isValidElement(r))return;let i=[...t,o];if(r.type===p.Fragment){n.push.apply(n,Yg(r.props.children,i));return}r.type!==Ee&&We(!1),!r.props.index||!r.props.children||We(!1);let a={id:r.props.id||i.join("-"),caseSensitive:r.props.caseSensitive,element:r.props.element,Component:r.props.Component,index:r.props.index,path:r.props.path,loader:r.props.loader,action:r.props.action,errorElement:r.props.errorElement,ErrorBoundary:r.props.ErrorBoundary,hasErrorBoundary:r.props.ErrorBoundary!=null||r.props.errorElement!=null,shouldRevalidate:r.props.shouldRevalidate,handle:r.props.handle,lazy:r.props.lazy};r.props.children&&(a.children=Yg(r.props.children,i)),n.push(a)}),n}function mQ(e){let t={hasErrorBoundary:e.ErrorBoundary!=null||e.errorElement!=null};return e.Component&&Object.assign(t,{element:p.createElement(e.Component),Component:void 0}),e.HydrateFallback&&Object.assign(t,{hydrateFallbackElement:p.createElement(e.HydrateFallback),HydrateFallback:void 0}),e.ErrorBoundary&&Object.assign(t,{errorElement:p.createElement(e.ErrorBoundary),ErrorBoundary:void 0}),t}/**
563
+ * React Router DOM v6.28.0
564
+ *
565
+ * Copyright (c) Remix Software Inc.
566
+ *
567
+ * This source code is licensed under the MIT license found in the
568
+ * LICENSE.md file in the root directory of this source tree.
569
+ *
570
+ * @license MIT
571
+ */function If(){return If=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},If.apply(this,arguments)}function Xg(e){return e===void 0&&(e=""),new URLSearchParams(typeof e=="string"||Array.isArray(e)||e instanceof URLSearchParams?e:Object.keys(e).reduce((t,n)=>{let r=e[n];return t.concat(Array.isArray(r)?r.map(o=>[n,o]):[[n,r]])},[]))}function gQ(e,t){let n=Xg(e);return t&&t.forEach((r,o)=>{n.has(o)||t.getAll(o).forEach(i=>{n.append(o,i)})}),n}const vQ="6";try{window.__reactRouterVersion=vQ}catch{}function yQ(e,t){return _G({basename:void 0,future:If({},void 0,{v7_prependBasename:!0}),history:eG({window:void 0}),hydrationData:xQ(),routes:e,mapRouteProperties:mQ,dataStrategy:void 0,patchRoutesOnNavigation:void 0,window:void 0}).initialize()}function xQ(){var e;let t=(e=window)==null?void 0:e.__staticRouterHydrationData;return t&&t.errors&&(t=If({},t,{errors:bQ(t.errors)})),t}function bQ(e){if(!e)return null;let t=Object.entries(e),n={};for(let[r,o]of t)if(o&&o.__type==="RouteErrorResponse")n[r]=new _f(o.status,o.statusText,o.data,o.internal===!0);else if(o&&o.__type==="Error"){if(o.__subType){let i=window[o.__subType];if(typeof i=="function")try{let a=new i(o.message);a.stack="",n[r]=a}catch{}}if(n[r]==null){let i=new Error(o.message);i.stack="",n[r]=i}}else n[r]=o;return n}const wQ=p.createContext({isTransitioning:!1}),SQ=p.createContext(new Map),jQ="startTransition",kS=ij[jQ],CQ="flushSync",RS=s4[CQ];function EQ(e){kS?kS(e):e()}function Yl(e){RS?RS(e):e()}class TQ{constructor(){this.status="pending",this.promise=new Promise((t,n)=>{this.resolve=r=>{this.status==="pending"&&(this.status="resolved",t(r))},this.reject=r=>{this.status==="pending"&&(this.status="rejected",n(r))}})}}function PQ(e){let{fallbackElement:t,router:n,future:r}=e,[o,i]=p.useState(n.state),[a,l]=p.useState(),[c,u]=p.useState({isTransitioning:!1}),[d,f]=p.useState(),[h,m]=p.useState(),[g,v]=p.useState(),S=p.useRef(new Map),{v7_startTransition:b}=r||{},x=p.useCallback(E=>{b?EQ(E):E()},[b]),y=p.useCallback((E,R)=>{let{deletedFetchers:_,flushSync:N,viewTransitionOpts:O}=R;_.forEach(z=>S.current.delete(z)),E.fetchers.forEach((z,H)=>{z.data!==void 0&&S.current.set(H,z.data)});let F=n.window==null||n.window.document==null||typeof n.window.document.startViewTransition!="function";if(!O||F){N?Yl(()=>i(E)):x(()=>i(E));return}if(N){Yl(()=>{h&&(d&&d.resolve(),h.skipTransition()),u({isTransitioning:!0,flushSync:!0,currentLocation:O.currentLocation,nextLocation:O.nextLocation})});let z=n.window.document.startViewTransition(()=>{Yl(()=>i(E))});z.finished.finally(()=>{Yl(()=>{f(void 0),m(void 0),l(void 0),u({isTransitioning:!1})})}),Yl(()=>m(z));return}h?(d&&d.resolve(),h.skipTransition(),v({state:E,currentLocation:O.currentLocation,nextLocation:O.nextLocation})):(l(E),u({isTransitioning:!0,flushSync:!1,currentLocation:O.currentLocation,nextLocation:O.nextLocation}))},[n.window,h,d,S,x]);p.useLayoutEffect(()=>n.subscribe(y),[n,y]),p.useEffect(()=>{c.isTransitioning&&!c.flushSync&&f(new TQ)},[c]),p.useEffect(()=>{if(d&&a&&n.window){let E=a,R=d.promise,_=n.window.document.startViewTransition(async()=>{x(()=>i(E)),await R});_.finished.finally(()=>{f(void 0),m(void 0),l(void 0),u({isTransitioning:!1})}),m(_)}},[x,a,d,n.window]),p.useEffect(()=>{d&&a&&o.location.key===a.location.key&&d.resolve()},[d,h,o.location,a]),p.useEffect(()=>{!c.isTransitioning&&g&&(l(g.state),u({isTransitioning:!0,flushSync:!1,currentLocation:g.currentLocation,nextLocation:g.nextLocation}),v(void 0))},[c.isTransitioning,g]),p.useEffect(()=>{},[]);let w=p.useMemo(()=>({createHref:n.createHref,encodeLocation:n.encodeLocation,go:E=>n.navigate(E),push:(E,R,_)=>n.navigate(E,{state:R,preventScrollReset:_==null?void 0:_.preventScrollReset}),replace:(E,R,_)=>n.navigate(E,{replace:!0,state:R,preventScrollReset:_==null?void 0:_.preventScrollReset})}),[n]),C=n.basename||"/",j=p.useMemo(()=>({router:n,navigator:w,static:!1,basename:C}),[n,w,C]),T=p.useMemo(()=>({v7_relativeSplatPath:n.future.v7_relativeSplatPath}),[n.future.v7_relativeSplatPath]);return p.useEffect(()=>fQ(r,n.future),[r,n.future]),p.createElement(p.Fragment,null,p.createElement(tp.Provider,{value:j},p.createElement(z2.Provider,{value:o},p.createElement(SQ.Provider,{value:S.current},p.createElement(wQ.Provider,{value:c},p.createElement(hQ,{basename:C,location:o.location,navigationType:o.historyAction,navigator:w,future:T},o.initialized||n.future.v7_partialHydration?p.createElement(kQ,{routes:n.routes,future:n.future,state:o}):t))))),null)}const kQ=p.memo(RQ);function RQ(e){let{routes:t,future:n,state:r}=e;return V2(t,void 0,r,n)}var _S;(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmit="useSubmit",e.UseSubmitFetcher="useSubmitFetcher",e.UseFetcher="useFetcher",e.useViewTransitionState="useViewTransitionState"})(_S||(_S={}));var DS;(function(e){e.UseFetcher="useFetcher",e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"})(DS||(DS={}));function O0(e){let t=p.useRef(Xg(e)),n=p.useRef(!1),r=ri(),o=p.useMemo(()=>gQ(r.search,n.current?null:t.current),[r.search]),i=Gt(),a=p.useCallback((l,c)=>{const u=Xg(typeof l=="function"?l(o):l);n.current=!0,i("?"+u,c)},[i,o]);return[o,a]}const _Q=new Map([["aac","audio/aac"],["abw","application/x-abiword"],["arc","application/x-freearc"],["avif","image/avif"],["avi","video/x-msvideo"],["azw","application/vnd.amazon.ebook"],["bin","application/octet-stream"],["bmp","image/bmp"],["bz","application/x-bzip"],["bz2","application/x-bzip2"],["cda","application/x-cdf"],["csh","application/x-csh"],["css","text/css"],["csv","text/csv"],["doc","application/msword"],["docx","application/vnd.openxmlformats-officedocument.wordprocessingml.document"],["eot","application/vnd.ms-fontobject"],["epub","application/epub+zip"],["gz","application/gzip"],["gif","image/gif"],["heic","image/heic"],["heif","image/heif"],["htm","text/html"],["html","text/html"],["ico","image/vnd.microsoft.icon"],["ics","text/calendar"],["jar","application/java-archive"],["jpeg","image/jpeg"],["jpg","image/jpeg"],["js","text/javascript"],["json","application/json"],["jsonld","application/ld+json"],["mid","audio/midi"],["midi","audio/midi"],["mjs","text/javascript"],["mp3","audio/mpeg"],["mp4","video/mp4"],["mpeg","video/mpeg"],["mpkg","application/vnd.apple.installer+xml"],["odp","application/vnd.oasis.opendocument.presentation"],["ods","application/vnd.oasis.opendocument.spreadsheet"],["odt","application/vnd.oasis.opendocument.text"],["oga","audio/ogg"],["ogv","video/ogg"],["ogx","application/ogg"],["opus","audio/opus"],["otf","font/otf"],["png","image/png"],["pdf","application/pdf"],["php","application/x-httpd-php"],["ppt","application/vnd.ms-powerpoint"],["pptx","application/vnd.openxmlformats-officedocument.presentationml.presentation"],["rar","application/vnd.rar"],["rtf","application/rtf"],["sh","application/x-sh"],["svg","image/svg+xml"],["swf","application/x-shockwave-flash"],["tar","application/x-tar"],["tif","image/tiff"],["tiff","image/tiff"],["ts","video/mp2t"],["ttf","font/ttf"],["txt","text/plain"],["vsd","application/vnd.visio"],["wav","audio/wav"],["weba","audio/webm"],["webm","video/webm"],["webp","image/webp"],["woff","font/woff"],["woff2","font/woff2"],["xhtml","application/xhtml+xml"],["xls","application/vnd.ms-excel"],["xlsx","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],["xml","application/xml"],["xul","application/vnd.mozilla.xul+xml"],["zip","application/zip"],["7z","application/x-7z-compressed"],["mkv","video/x-matroska"],["mov","video/quicktime"],["msg","application/vnd.ms-outlook"]]);function Du(e,t){const n=DQ(e);if(typeof n.path!="string"){const{webkitRelativePath:r}=e;Object.defineProperty(n,"path",{value:typeof t=="string"?t:typeof r=="string"&&r.length>0?r:e.name,writable:!1,configurable:!1,enumerable:!0})}return n}function DQ(e){const{name:t}=e;if(t&&t.lastIndexOf(".")!==-1&&!e.type){const r=t.split(".").pop().toLowerCase(),o=_Q.get(r);o&&Object.defineProperty(e,"type",{value:o,writable:!1,configurable:!1,enumerable:!0})}return e}var Rl=(e,t,n)=>new Promise((r,o)=>{var i=c=>{try{l(n.next(c))}catch(u){o(u)}},a=c=>{try{l(n.throw(c))}catch(u){o(u)}},l=c=>c.done?r(c.value):Promise.resolve(c.value).then(i,a);l((n=n.apply(e,t)).next())});const IQ=[".DS_Store","Thumbs.db"];function AQ(e){return Rl(this,null,function*(){return Af(e)&&NQ(e.dataTransfer)?$Q(e.dataTransfer,e.type):MQ(e)?OQ(e):Array.isArray(e)&&e.every(t=>"getFile"in t&&typeof t.getFile=="function")?LQ(e):[]})}function NQ(e){return Af(e)}function MQ(e){return Af(e)&&Af(e.target)}function Af(e){return typeof e=="object"&&e!==null}function OQ(e){return Jg(e.target.files).map(t=>Du(t))}function LQ(e){return Rl(this,null,function*(){return(yield Promise.all(e.map(n=>n.getFile()))).map(n=>Du(n))})}function $Q(e,t){return Rl(this,null,function*(){if(e.items){const n=Jg(e.items).filter(o=>o.kind==="file");if(t!=="drop")return n;const r=yield Promise.all(n.map(FQ));return IS(q2(r))}return IS(Jg(e.files).map(n=>Du(n)))})}function IS(e){return e.filter(t=>IQ.indexOf(t.name)===-1)}function Jg(e){if(e===null)return[];const t=[];for(let n=0;n<e.length;n++){const r=e[n];t.push(r)}return t}function FQ(e){if(typeof e.webkitGetAsEntry!="function")return AS(e);const t=e.webkitGetAsEntry();return t&&t.isDirectory?G2(t):AS(e)}function q2(e){return e.reduce((t,n)=>[...t,...Array.isArray(n)?q2(n):[n]],[])}function AS(e){const t=e.getAsFile();if(!t)return Promise.reject(`${e} is not a File`);const n=Du(t);return Promise.resolve(n)}function zQ(e){return Rl(this,null,function*(){return e.isDirectory?G2(e):UQ(e)})}function G2(e){const t=e.createReader();return new Promise((n,r)=>{const o=[];function i(){t.readEntries(a=>Rl(this,null,function*(){if(a.length){const l=Promise.all(a.map(zQ));o.push(l),i()}else try{const l=yield Promise.all(o);n(l)}catch(l){r(l)}}),a=>{r(a)})}i()})}function UQ(e){return Rl(this,null,function*(){return new Promise((t,n)=>{e.file(r=>{const o=Du(r,e.fullPath);t(o)},r=>{n(r)})})})}function BQ(e,t){if(e&&t){const n=Array.isArray(t)?t:t.split(","),r=e.name||"",o=(e.type||"").toLowerCase(),i=o.replace(/\/.*$/,"");return n.some(a=>{const l=a.trim().toLowerCase();return l.charAt(0)==="."?r.toLowerCase().endsWith(l):l.endsWith("/*")?i===l.replace(/\/.*$/,""):o===l})}return!0}var VQ=Object.defineProperty,WQ=Object.defineProperties,HQ=Object.getOwnPropertyDescriptors,NS=Object.getOwnPropertySymbols,qQ=Object.prototype.hasOwnProperty,GQ=Object.prototype.propertyIsEnumerable,MS=(e,t,n)=>t in e?VQ(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,QQ=(e,t)=>{for(var n in t||(t={}))qQ.call(t,n)&&MS(e,n,t[n]);if(NS)for(var n of NS(t))GQ.call(t,n)&&MS(e,n,t[n]);return e},KQ=(e,t)=>WQ(e,HQ(t));const YQ="file-invalid-type",XQ="file-too-large",JQ="file-too-small",ZQ="too-many-files",eK=e=>{e=Array.isArray(e)&&e.length===1?e[0]:e;const t=Array.isArray(e)?`one of ${e.join(", ")}`:e;return{code:YQ,message:`File type must be ${t}`}},OS=e=>({code:XQ,message:`File is larger than ${e} ${e===1?"byte":"bytes"}`}),LS=e=>({code:JQ,message:`File is smaller than ${e} ${e===1?"byte":"bytes"}`}),tK={code:ZQ,message:"Too many files"};function Q2(e,t){const n=e.type==="application/x-moz-file"||BQ(e,t);return[n,n?null:eK(t)]}function K2(e,t,n){if(ls(e.size))if(ls(t)&&ls(n)){if(e.size>n)return[!1,OS(n)];if(e.size<t)return[!1,LS(t)]}else{if(ls(t)&&e.size<t)return[!1,LS(t)];if(ls(n)&&e.size>n)return[!1,OS(n)]}return[!0,null]}function ls(e){return e!=null}function nK({files:e,accept:t,minSize:n,maxSize:r,multiple:o,maxFiles:i,validator:a}){return!o&&e.length>1||o&&i>=1&&e.length>i?!1:e.every(l=>{const[c]=Q2(l,t),[u]=K2(l,n,r),d=a?a(l):null;return c&&u&&!d})}function Nf(e){return typeof e.isPropagationStopped=="function"?e.isPropagationStopped():typeof e.cancelBubble<"u"?e.cancelBubble:!1}function hd(e){return e.dataTransfer?Array.prototype.some.call(e.dataTransfer.types,t=>t==="Files"||t==="application/x-moz-file"):!!e.target&&!!e.target.files}function $S(e){e.preventDefault()}function rK(e){return e.indexOf("MSIE")!==-1||e.indexOf("Trident/")!==-1}function oK(e){return e.indexOf("Edge/")!==-1}function iK(e=window.navigator.userAgent){return rK(e)||oK(e)}function oo(...e){return(t,...n)=>e.some(r=>(!Nf(t)&&r&&r(t,...n),Nf(t)))}function sK(){return"showOpenFilePicker"in window}function aK(e){return ls(e)?[{description:"Files",accept:Object.entries(e).filter(([n,r])=>{let o=!0;return Y2(n)||(console.warn(`Skipped "${n}" because it is not a valid MIME type. Check https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types for a list of valid MIME types.`),o=!1),(!Array.isArray(r)||!r.every(X2))&&(console.warn(`Skipped "${n}" because an invalid file extension was provided.`),o=!1),o}).reduce((n,[r,o])=>KQ(QQ({},n),{[r]:o}),{})}]:e}function lK(e){if(ls(e))return Object.entries(e).reduce((t,[n,r])=>[...t,n,...r],[]).filter(t=>Y2(t)||X2(t)).join(",")}function cK(e){return e instanceof DOMException&&(e.name==="AbortError"||e.code===e.ABORT_ERR)}function uK(e){return e instanceof DOMException&&(e.name==="SecurityError"||e.code===e.SECURITY_ERR)}function Y2(e){return e==="audio/*"||e==="video/*"||e==="image/*"||e==="text/*"||/\w+\/[-+.\w]+/g.test(e)}function X2(e){return/^.*\.[\w]+$/.test(e)}var dK=Object.defineProperty,fK=Object.defineProperties,hK=Object.getOwnPropertyDescriptors,Mf=Object.getOwnPropertySymbols,J2=Object.prototype.hasOwnProperty,Z2=Object.prototype.propertyIsEnumerable,FS=(e,t,n)=>t in e?dK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,An=(e,t)=>{for(var n in t||(t={}))J2.call(t,n)&&FS(e,n,t[n]);if(Mf)for(var n of Mf(t))Z2.call(t,n)&&FS(e,n,t[n]);return e},hi=(e,t)=>fK(e,hK(t)),Of=(e,t)=>{var n={};for(var r in e)J2.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Mf)for(var r of Mf(e))t.indexOf(r)<0&&Z2.call(e,r)&&(n[r]=e[r]);return n};const L0=p.forwardRef((e,t)=>{var n=e,{children:r}=n,o=Of(n,["children"]);const i=t_(o),{open:a}=i,l=Of(i,["open"]);return p.useImperativeHandle(t,()=>({open:a}),[a]),Jt.createElement(p.Fragment,null,r(hi(An({},l),{open:a})))});L0.displayName="Dropzone";const e_={disabled:!1,getFilesFromEvent:AQ,maxSize:1/0,minSize:0,multiple:!0,maxFiles:0,preventDropOnDocument:!0,noClick:!1,noKeyboard:!1,noDrag:!1,noDragEventsBubbling:!1,validator:null,useFsAccessApi:!0,autoFocus:!1};L0.defaultProps=e_;L0.propTypes={children:vt.func,accept:vt.objectOf(vt.arrayOf(vt.string)),multiple:vt.bool,preventDropOnDocument:vt.bool,noClick:vt.bool,noKeyboard:vt.bool,noDrag:vt.bool,noDragEventsBubbling:vt.bool,minSize:vt.number,maxSize:vt.number,maxFiles:vt.number,disabled:vt.bool,getFilesFromEvent:vt.func,onFileDialogCancel:vt.func,onFileDialogOpen:vt.func,useFsAccessApi:vt.bool,autoFocus:vt.bool,onDragEnter:vt.func,onDragLeave:vt.func,onDragOver:vt.func,onDrop:vt.func,onDropAccepted:vt.func,onDropRejected:vt.func,onError:vt.func,validator:vt.func};const Zg={isFocused:!1,isFileDialogActive:!1,isDragActive:!1,isDragAccept:!1,isDragReject:!1,acceptedFiles:[],fileRejections:[]};function t_(e={}){const{accept:t,disabled:n,getFilesFromEvent:r,maxSize:o,minSize:i,multiple:a,maxFiles:l,onDragEnter:c,onDragLeave:u,onDragOver:d,onDrop:f,onDropAccepted:h,onDropRejected:m,onFileDialogCancel:g,onFileDialogOpen:v,useFsAccessApi:S,autoFocus:b,preventDropOnDocument:x,noClick:y,noKeyboard:w,noDrag:C,noDragEventsBubbling:j,onError:T,validator:E}=An(An({},e_),e),R=p.useMemo(()=>lK(t),[t]),_=p.useMemo(()=>aK(t),[t]),N=p.useMemo(()=>typeof v=="function"?v:zS,[v]),O=p.useMemo(()=>typeof g=="function"?g:zS,[g]),F=p.useRef(null),z=p.useRef(null),[H,D]=p.useReducer(pK,Zg),{isFocused:k,isFileDialogActive:P}=H,I=p.useRef(typeof window<"u"&&window.isSecureContext&&S&&sK()),L=()=>{!I.current&&P&&setTimeout(()=>{if(z.current){const{files:J}=z.current;J.length||(D({type:"closeDialog"}),O())}},300)};p.useEffect(()=>(window.addEventListener("focus",L,!1),()=>{window.removeEventListener("focus",L,!1)}),[z,P,O,I]);const $=p.useRef([]),Q=J=>{F.current&&F.current.contains(J.target)||(J.preventDefault(),$.current=[])};p.useEffect(()=>(x&&(document.addEventListener("dragover",$S,!1),document.addEventListener("drop",Q,!1)),()=>{x&&(document.removeEventListener("dragover",$S),document.removeEventListener("drop",Q))}),[F,x]),p.useEffect(()=>(!n&&b&&F.current&&F.current.focus(),()=>{}),[F,b,n]);const ue=p.useCallback(J=>{T?T(J):console.error(J)},[T]),Re=p.useCallback(J=>{J.preventDefault(),J.persist(),ne(J),$.current=[...$.current,J.target],hd(J)&&Promise.resolve(r(J)).then(se=>{if(Nf(J)&&!j)return;const G=se.length,Se=G>0&&nK({files:se,accept:R,minSize:i,maxSize:o,multiple:a,maxFiles:l,validator:E}),He=G>0&&!Se;D({isDragAccept:Se,isDragReject:He,isDragActive:!0,type:"setDraggedFiles"}),c&&c(J)}).catch(se=>ue(se))},[r,c,ue,j,R,i,o,a,l,E]),me=p.useCallback(J=>{J.preventDefault(),J.persist(),ne(J);const se=hd(J);if(se&&J.dataTransfer)try{J.dataTransfer.dropEffect="copy"}catch{}return se&&d&&d(J),!1},[d,j]),ge=p.useCallback(J=>{J.preventDefault(),J.persist(),ne(J);const se=$.current.filter(Se=>F.current&&F.current.contains(Se)),G=se.indexOf(J.target);G!==-1&&se.splice(G,1),$.current=se,!(se.length>0)&&(D({type:"setDraggedFiles",isDragActive:!1,isDragAccept:!1,isDragReject:!1}),hd(J)&&u&&u(J))},[F,u,j]),De=p.useCallback((J,se)=>{const G=[],Se=[];J.forEach(He=>{const[kt,lt]=Q2(He,R),[Nt,rn]=K2(He,i,o),un=E?E(He):null;if(kt&&Nt&&!un)G.push(He);else{let eo=[lt,rn];un&&(eo=eo.concat(un)),Se.push({file:He,errors:eo.filter(Bn=>Bn)})}}),(!a&&G.length>1||a&&l>=1&&G.length>l)&&(G.forEach(He=>{Se.push({file:He,errors:[tK]})}),G.splice(0)),D({acceptedFiles:G,fileRejections:Se,type:"setFiles"}),f&&f(G,Se,se),Se.length>0&&m&&m(Se,se),G.length>0&&h&&h(G,se)},[D,a,R,i,o,l,f,h,m,E]),le=p.useCallback(J=>{J.preventDefault(),J.persist(),ne(J),$.current=[],hd(J)&&Promise.resolve(r(J)).then(se=>{Nf(J)&&!j||De(se,J)}).catch(se=>ue(se)),D({type:"reset"})},[r,De,ue,j]),Ne=p.useCallback(()=>{if(I.current){D({type:"openDialog"}),N();const J={multiple:a,types:_};window.showOpenFilePicker(J).then(se=>r(se)).then(se=>{De(se,null),D({type:"closeDialog"})}).catch(se=>{cK(se)?(O(se),D({type:"closeDialog"})):uK(se)?(I.current=!1,z.current?(z.current.value=null,z.current.click()):ue(new Error("Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no <input> was provided."))):ue(se)});return}z.current&&(D({type:"openDialog"}),N(),z.current.value=null,z.current.click())},[D,N,O,S,De,ue,_,a]),it=p.useCallback(J=>{!F.current||!F.current.isEqualNode(J.target)||(J.key===" "||J.key==="Enter"||J.keyCode===32||J.keyCode===13)&&(J.preventDefault(),Ne())},[F,Ne]),Ue=p.useCallback(()=>{D({type:"focus"})},[]),Je=p.useCallback(()=>{D({type:"blur"})},[]),st=p.useCallback(()=>{y||(iK()?setTimeout(Ne,0):Ne())},[y,Ne]),Be=J=>n?null:J,Ze=J=>w?null:Be(J),at=J=>C?null:Be(J),ne=J=>{j&&J.stopPropagation()},X=p.useMemo(()=>(J={})=>{var se=J,{refKey:G="ref",role:Se,onKeyDown:He,onFocus:kt,onBlur:lt,onClick:Nt,onDragEnter:rn,onDragOver:un,onDragLeave:eo,onDrop:Bn}=se,Js=Of(se,["refKey","role","onKeyDown","onFocus","onBlur","onClick","onDragEnter","onDragOver","onDragLeave","onDrop"]);return An(An({onKeyDown:Ze(oo(He,it)),onFocus:Ze(oo(kt,Ue)),onBlur:Ze(oo(lt,Je)),onClick:Be(oo(Nt,st)),onDragEnter:at(oo(rn,Re)),onDragOver:at(oo(un,me)),onDragLeave:at(oo(eo,ge)),onDrop:at(oo(Bn,le)),role:typeof Se=="string"&&Se!==""?Se:"presentation",[G]:F},!n&&!w?{tabIndex:0}:{}),Js)},[F,it,Ue,Je,st,Re,me,ge,le,w,C,n]),ce=p.useCallback(J=>{J.stopPropagation()},[]),ke=p.useMemo(()=>(J={})=>{var se=J,{refKey:G="ref",onChange:Se,onClick:He}=se,kt=Of(se,["refKey","onChange","onClick"]);const lt={accept:R,multiple:a,type:"file",style:{display:"none"},onChange:Be(oo(Se,le)),onClick:Be(oo(He,ce)),tabIndex:-1,[G]:z};return An(An({},lt),kt)},[z,t,a,le,n]);return hi(An({},H),{isFocused:k&&!n,getRootProps:X,getInputProps:ke,rootRef:F,inputRef:z,open:Be(Ne)})}function pK(e,t){switch(t.type){case"focus":return hi(An({},e),{isFocused:!0});case"blur":return hi(An({},e),{isFocused:!1});case"openDialog":return hi(An({},Zg),{isFileDialogActive:!0});case"closeDialog":return hi(An({},e),{isFileDialogActive:!1});case"setDraggedFiles":return hi(An({},e),{isDragActive:t.isDragActive,isDragAccept:t.isDragAccept,isDragReject:t.isDragReject});case"setFiles":return hi(An({},e),{acceptedFiles:t.acceptedFiles,fileRejections:t.fileRejections});case"reset":return An({},Zg);default:return e}}function zS(){}const[mK,gK]=Fn("Dropzone component was not found in tree");function $0(e){const t=n=>{const{children:r,...o}=W(`Dropzone${Z0(e)}`,{},n),i=gK(),a=qo(r)?r:s.jsx("span",{children:r});return i[e]?p.cloneElement(a,o):null};return t.displayName=`@mantine/dropzone/${Z0(e)}`,t}const vK=$0("accept"),yK=$0("reject"),xK=$0("idle");var Kc={root:"m_d46a4834",inner:"m_b85f7144",fullScreen:"m_96f6e9ad",dropzone:"m_7946116d"};const bK={loading:!1,multiple:!0,maxSize:1/0,autoFocus:!1,activateOnClick:!0,activateOnDrag:!0,dragEventsBubbling:!0,activateOnKeyboard:!0,useFsAccessApi:!0,variant:"light",rejectColor:"red"},wK=(e,{radius:t,variant:n,acceptColor:r,rejectColor:o})=>{const i=e.variantColorResolver({color:r||e.primaryColor,theme:e,variant:n}),a=e.variantColorResolver({color:o||"red",theme:e,variant:n});return{root:{"--dropzone-radius":dt(t),"--dropzone-accept-color":i.color,"--dropzone-accept-bg":i.background,"--dropzone-reject-color":a.color,"--dropzone-reject-bg":a.background}}},Hi=Y((e,t)=>{const n=W("Dropzone",bK,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,radius:u,disabled:d,loading:f,multiple:h,maxSize:m,accept:g,children:v,onDropAny:S,onDrop:b,onReject:x,openRef:y,name:w,maxFiles:C,autoFocus:j,activateOnClick:T,activateOnDrag:E,dragEventsBubbling:R,activateOnKeyboard:_,onDragEnter:N,onDragLeave:O,onDragOver:F,onFileDialogCancel:z,onFileDialogOpen:H,preventDropOnDocument:D,useFsAccessApi:k,getFilesFromEvent:P,validator:I,rejectColor:L,acceptColor:$,enablePointerEvents:Q,loaderProps:ue,inputProps:Re,mod:me,...ge}=n,De=de({name:"Dropzone",classes:Kc,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,vars:c,varsResolver:wK}),{getRootProps:le,getInputProps:Ne,isDragAccept:it,isDragReject:Ue,open:Je}=t_({onDrop:S,onDropAccepted:b,onDropRejected:x,disabled:d||f,accept:Array.isArray(g)?g.reduce((Be,Ze)=>({...Be,[Ze]:[]}),{}):g,multiple:h,maxSize:m,maxFiles:C,autoFocus:j,noClick:!T,noDrag:!E,noDragEventsBubbling:!R,noKeyboard:!_,onDragEnter:N,onDragLeave:O,onDragOver:F,onFileDialogCancel:z,onFileDialogOpen:H,preventDropOnDocument:D,useFsAccessApi:k,validator:I,...P?{getFilesFromEvent:P}:null});Uf(y,Je);const st=!it&&!Ue;return s.jsx(mK,{value:{accept:it,reject:Ue,idle:st},children:s.jsxs(q,{...le(),...De("root",{focusable:!0}),...ge,mod:[{accept:it,reject:Ue,idle:st,disabled:d,loading:f,"activate-on-click":T},me],children:[s.jsx(ix,{visible:f,overlayProps:{radius:u},unstyled:l,loaderProps:ue}),s.jsx("input",{...Ne(Re),name:w}),s.jsx("div",{...De("inner"),ref:t,"data-enable-pointer-events":Q||void 0,children:v})]})})});Hi.classes=Kc;Hi.displayName="@mantine/dropzone/Dropzone";Hi.Accept=vK;Hi.Idle=xK;Hi.Reject=yK;const SK={loading:!1,maxSize:1/0,activateOnClick:!1,activateOnDrag:!0,dragEventsBubbling:!0,activateOnKeyboard:!0,active:!0,zIndex:Yr("max"),withinPortal:!0},F0=Y((e,t)=>{const n=W("DropzoneFullScreen",SK,e),{classNames:r,className:o,style:i,styles:a,unstyled:l,vars:c,active:u,onDrop:d,onReject:f,zIndex:h,withinPortal:m,portalProps:g,...v}=n,S=de({name:"DropzoneFullScreen",classes:Kc,props:n,className:o,style:i,classNames:r,styles:a,unstyled:l,rootSelector:"fullScreen"}),{resolvedClassNames:b,resolvedStyles:x}=Xc({classNames:r,styles:a,props:n}),[y,w]=p.useState(0),[C,{open:j,close:T}]=Bf(!1),E=_=>{var N;(N=_.dataTransfer)!=null&&N.types.includes("Files")&&(w(O=>O+1),j())},R=()=>{w(_=>_-1)};return p.useEffect(()=>{y===0&&T()},[y]),p.useEffect(()=>{if(u)return document.addEventListener("dragenter",E,!1),document.addEventListener("dragleave",R,!1),()=>{document.removeEventListener("dragenter",E,!1),document.removeEventListener("dragleave",R,!1)}},[u]),s.jsx(zs,{...g,withinPortal:m,children:s.jsx(q,{...S("fullScreen",{style:{opacity:C?1:0,pointerEvents:C?"all":"none",zIndex:h}}),ref:t,children:s.jsx(Hi,{...v,classNames:b,styles:x,unstyled:l,className:Kc.dropzone,onDrop:_=>{d==null||d(_),T(),w(0)},onReject:_=>{f==null||f(_),T(),w(0)}})})})});F0.classes=Kc;F0.displayName="@mantine/dropzone/DropzoneFullScreen";Hi.FullScreen=F0;const pd=Hi,jK='{"resourceType": "Bundle"}';function pm({id:e,title:t,message:n,color:r,icon:o,withCloseButton:i=!1,method:a="show",loading:l}){mo[a]({id:e,loading:l,title:t,message:n,color:r,icon:o,withCloseButton:i,autoClose:!1})}function CK(){const e=At(),t=ae(),[n,r]=p.useState({}),o=p.useCallback(async(l,c)=>{const u="batch-upload";pm({id:u,title:"Batch Upload in Progress",message:"Your batch data is being uploaded. This may take a moment...",method:"show",loading:!0});try{r({});let d=JSON.parse(l);d.type!=="batch"&&d.type!=="transaction"&&(d=Gk(d));const f=await t.executeBatch(d);r(h=>({...h,[c]:f})),pm({id:u,title:"Batch Upload Successful",message:"Your batch data was successfully uploaded.",color:"green",method:"update",icon:s.jsx(Ks,{size:"1rem"}),withCloseButton:!0})}catch(d){pm({id:u,title:"Batch Upload Failed",color:"red",message:Ie(d),method:"update",icon:s.jsx(Cf,{size:"1rem"}),withCloseButton:!0})}},[t]),i=p.useCallback(async l=>{for(const c of l){const u=new FileReader;u.onload=d=>{var f;return o((f=d.target)==null?void 0:f.result,c.name)},u.readAsText(c)}},[o]),a=p.useCallback(async l=>{await o(l.input,"JSON Data")},[o]);return s.jsxs(Oe,{children:[s.jsx(be,{children:"Batch Create"}),s.jsxs("p",{children:["Use this page to create, read, or update multiple resources. For more details, see ",s.jsx("a",{href:"https://www.hl7.org/fhir/http.html#transaction",children:"FHIR Batch and Transaction"}),"."]}),Object.keys(n).length===0&&s.jsxs(s.Fragment,{children:[s.jsx("h3",{children:"Input"}),s.jsxs(et,{defaultValue:"upload",children:[s.jsxs(et.List,{children:[s.jsx(et.Tab,{value:"upload",children:"File Upload"}),s.jsx(et.Tab,{value:"json",children:"JSON"})]}),s.jsx(et.Panel,{value:"upload",pt:"xs",children:s.jsx(pd,{onDrop:i,accept:["application/json"],children:s.jsxs(ee,{justify:"center",gap:"xl",style:{minHeight:220,pointerEvents:"none"},children:[s.jsx(pd.Accept,{children:s.jsx(zw,{size:50,stroke:1.5,color:e.colors[e.primaryColor][5]})}),s.jsx(pd.Reject,{children:s.jsx(Cf,{size:50,stroke:1.5,color:e.colors.red[5]})}),s.jsx(pd.Idle,{children:s.jsx(zw,{size:50,stroke:1.5})}),s.jsxs("div",{children:[s.jsx(he,{size:"xl",inline:!0,children:"Drag files here or click to select files"}),s.jsx(he,{size:"sm",color:"dimmed",inline:!0,mt:7,children:"Attach as many files as you like"})]})]})})}),s.jsx(et.Panel,{value:"json",pt:"xs",children:s.jsxs(Qe,{onSubmit:a,children:[s.jsx(yl,{"data-testid":"batch-input",name:"input",autosize:!0,minRows:20,defaultValue:jK,deserialize:JSON.parse}),s.jsx(ee,{justify:"flex-end",mt:"xl",wrap:"nowrap",children:s.jsx(ie,{type:"submit",children:"Submit"})})]})})]})]}),Object.keys(n).length>0&&s.jsxs(s.Fragment,{children:[s.jsx("h3",{children:"Output"}),s.jsxs(et,{defaultValue:Object.keys(n)[0],children:[s.jsx(et.List,{children:Object.keys(n).map(l=>s.jsx(et.Tab,{value:l,children:l},l))}),Object.keys(n).map(l=>s.jsx(et.Panel,{value:l,children:s.jsx("pre",{style:{border:"1px solid #888"},children:JSON.stringify(n[l],void 0,2)})},l))]}),s.jsx(ee,{justify:"flex-end",mt:"xl",wrap:"nowrap",children:s.jsx(ie,{onClick:()=>r({}),children:"Start over"})})]})]})}function EK(){const{resourceType:e}=ft(),n=(Object.fromEntries(new URLSearchParams(location.search).entries()).ids||"").split(",").filter(o=>!!o),[r]=ll("Questionnaire",`subject-type=${e}`);return r?r.length===0?s.jsxs(Oe,{children:[s.jsxs(be,{children:["No apps for ",e]}),s.jsx(qe,{to:`/${e}`,children:"Return to search page"})]}):s.jsx(Oe,{children:s.jsx("div",{children:r.map(o=>s.jsxs("div",{children:[s.jsx("h3",{children:s.jsx(qe,{to:`/forms/${o.id}?subject=`+n.map(i=>`${e}/${i}`).join(","),children:o.name})}),s.jsx("p",{children:o.description})]},o.id))})}):s.jsx(Tr,{})}function TK(){const e=ae(),[t,n]=p.useState(),[r,o]=p.useState(!1);return s.jsx(Oe,{width:450,children:s.jsxs(Qe,{onSubmit:i=>{n(void 0),e.post("auth/changepassword",i).then(()=>o(!0)).catch(a=>n(mt(a)))},children:[s.jsxs(vn,{style:{flexDirection:"column"},children:[s.jsx(Zr,{size:32}),s.jsx(be,{children:"Change password"})]}),!r&&s.jsxs(Ae,{gap:"xl",mt:"xl",children:[s.jsx(Wr,{name:"oldPassword",label:"Old password",required:!0,autoFocus:!0,error:Ye(t,"oldPassword")}),s.jsx(Wr,{name:"newPassword",label:"New password",required:!0,error:Ye(t,"newPassword")}),s.jsx(Wr,{name:"confirmPassword",label:"Confirm new password",required:!0,error:Ye(t,"confirmPassword")}),s.jsx(ee,{justify:"flex-end",mt:"xl",wrap:"nowrap",children:s.jsx(ie,{type:"submit",children:"Change password"})})]}),r&&s.jsx("div",{"data-testid":"success",children:"Password changed successfully"})]})})}const ev=["Form","JSON","Profiles"],PK=["Profiles"],mm=ev[0].toLowerCase();function kK(){const e=Gt(),t=At(),{resourceType:n}=ft(),[r,o]=p.useState(()=>{const a=window.location.pathname.split("/").pop();return a&&ev.map(l=>l.toLowerCase()).includes(a)?a:mm});function i(a){a||(a=mm),o(a),e(`/${n}/new/${a}`)}return s.jsxs(s.Fragment,{children:[s.jsxs(Xn,{children:[s.jsxs(he,{p:"md",fw:500,children:["New ",n]}),s.jsx(kr,{children:s.jsx(et,{defaultValue:mm,value:r,onChange:i,children:s.jsx(et.List,{style:{whiteSpace:"nowrap",flexWrap:"nowrap"},children:ev.map(a=>s.jsx(et.Tab,{value:a.toLowerCase(),px:"md",children:PK.includes(a)?s.jsxs(ee,{gap:"xs",wrap:"nowrap",children:[a,s.jsx(uu,{color:t.primaryColor,size:"sm",children:"Beta"})]}):a},a))})})})]}),s.jsx(M0,{})]})}function RK(){return s.jsx(Oe,{children:s.jsxs(Ae,{children:[s.jsx(be,{order:1,children:"Unexpected Error"}),s.jsx(he,{children:"We're sorry, something went wrong."}),s.jsxs(he,{children:["Please contact ",s.jsx(Xe,{href:"mailto:support@medplum.com",children:"support"})," for assistance."]})]})})}const _K="_root_1fbwr_1",DK="_entry_1fbwr_8",IK="_key_1fbwr_13",AK="_value_1fbwr_20",ip={root:_K,entry:DK,key:IK,value:AK};function ze(e){return s.jsx(kr,{children:s.jsx("div",{className:ip.root,children:e.children})})}ze.Entry=function(t){return s.jsx("div",{className:ip.entry,children:t.children})};ze.Key=function(t){return s.jsx("div",{className:ip.key,children:t.children})};ze.Value=function(t){return s.jsx("div",{className:ip.value,children:t.children})};function NK(e){if(e.gender==="male")return"blue";if(e.gender==="female")return"pink"}function n_(e){var n,r;const t=St(e.patient);return t?s.jsxs(ze,{children:[s.jsx(Vi,{value:t,size:"lg",color:NK(t)}),s.jsxs(ze.Entry,{children:[s.jsx(ze.Key,{children:"Name"}),s.jsx(ze.Value,{children:s.jsx(qe,{to:t,fw:500,children:t.name?s.jsx(s0,{value:t.name[0],options:{use:!1}}):"[blank]"})})]}),t.birthDate&&s.jsxs(s.Fragment,{children:[s.jsxs(ze.Entry,{children:[s.jsx(ze.Key,{children:"DoB"}),s.jsx(ze.Value,{children:t.birthDate})]}),s.jsxs(ze.Entry,{children:[s.jsx(ze.Key,{children:"Age"}),s.jsx(ze.Value,{children:P6(t.birthDate)})]})]}),t.gender&&s.jsxs(ze.Entry,{children:[s.jsx(ze.Key,{children:"Gender"}),s.jsx(ze.Value,{children:t.gender})]}),t.address&&s.jsxs(ze.Entry,{children:[s.jsx(ze.Key,{children:"State"}),s.jsx(ze.Value,{children:(n=t.address[0])==null?void 0:n.state})]}),(r=t.identifier)==null?void 0:r.map(o=>s.jsxs(ze.Entry,{children:[s.jsx(ze.Key,{children:o==null?void 0:o.system}),s.jsx(ze.Value,{children:o==null?void 0:o.value})]},`${o==null?void 0:o.system}-${o==null?void 0:o.value}`))]}):null}function r_(e){const t=St(e.resource);if(!t)return null;const n=[{key:"Type",value:s.jsx(qe,{to:`/${t.resourceType}`,children:t.resourceType})}];function r(a,l){a&&l&&n.push({key:a,value:l})}function o(a){a&&r(a.system,a.value)}function i(a,l){Array.isArray(l)?l.forEach(c=>i(a,c)):typeof l=="string"?r(a,l):l&&(Array.isArray(l.coding)?r(a,l.coding.map(c=>c.display||c.code).join(", ")):r(a,l.text))}if("name"in t){const a=Wo(t);a!==ct(t)&&r("Name",a)}return"category"in t&&i("Category",t.category),t.resourceType!=="Bot"&&"code"in t&&i("Code",t.code),"identifier"in t&&(Array.isArray(t.identifier)?t.identifier.forEach(o):o(t.identifier)),n.length===1&&n.push({key:"ID",value:t.id}),s.jsx(ze,{children:n.map(a=>s.jsxs(ze.Entry,{children:[s.jsx(ze.Key,{children:a.key}),s.jsx(ze.Value,{children:a.value})]},`${a.key}-${a.value}`))})}function z0(e){if(e.resourceType==="Patient")return e;if(e.resourceType==="DiagnosticReport"||e.resourceType==="Encounter"||e.resourceType==="Observation"||e.resourceType==="ServiceRequest")return e.subject}function MK(e){var t;if(e.resourceType==="Specimen")return e;if(e.resourceType==="Observation")return e.specimen;if(e.resourceType==="DiagnosticReport"||e.resourceType==="ServiceRequest")return(t=e.specimen)==null?void 0:t[0]}function Md(e,t){return new Promise((n,r)=>{var i;const o=new MessageChannel;o.port1.onmessage=({data:a})=>{o.port1.close(),a.error?r(a.error):n(a.result)},(i=e.contentWindow)==null||i.postMessage(t,"https://codeeditor.medplum.com",[o.port2])})}function qi(e){var t;return sl((t=e.getActiveLogin())==null?void 0:t.project)}function OK(e,t){const n=new Blob([e],{type:sn.JSON}),r=URL.createObjectURL(n),o=document.createElement("a");o.href=r;const i=new Date().toISOString().replace(/\D/g,"");o.download=`${i}.json`,document.body.appendChild(o),o.click(),URL.revokeObjectURL(r)}function LK(){const{id:e}=ft(),t=ri(),r=Object.fromEntries(new URLSearchParams(t.search).entries()).subject,o=ae(),[i,a]=p.useState(!0),[l,c]=p.useState(),[u,d]=p.useState(),[f,h]=p.useState(),[m,g]=p.useState(),[v,S]=p.useState();if(p.useEffect(()=>{const y={resourceType:"Bundle",type:"batch",entry:[{request:{method:"GET",url:`Questionnaire/${e}`}}]};if(r){const w=r.split(",").filter(C=>!!C);w.length===1&&y.entry.push({request:{method:"GET",url:w[0]}}),d(w)}o.executeBatch(y).then(w=>{var C,j,T,E,R,_,N,O;((T=(j=(C=w.entry)==null?void 0:C[0])==null?void 0:j.response)==null?void 0:T.status)!=="200"?g((_=(R=(E=w.entry)==null?void 0:E[0])==null?void 0:R.response)==null?void 0:_.outcome):(c((N=w.entry[0])==null?void 0:N.resource),h((O=w.entry[1])==null?void 0:O.resource)),a(!1)}).catch(w=>{g(w),a(!1)})},[o,e,r]),m)return s.jsx(Oe,{children:s.jsx("pre",{"data-testid":"error",children:JSON.stringify(m,void 0,2)})});if(v)return s.jsxs(Oe,{children:[s.jsx(be,{children:l==null?void 0:l.title}),s.jsx("p",{children:"Your response has been recorded."}),s.jsxs("ul",{children:[v.length===1&&s.jsx("li",{children:s.jsx(qe,{to:v[0],children:"Review your answers"})}),v.length>1&&s.jsxs("li",{children:["Review your answers:",s.jsx("ul",{children:v.map(y=>s.jsx("li",{children:s.jsx(qe,{to:y,children:ct(y)})},y.id))})]}),f&&s.jsx("li",{children:s.jsxs(qe,{to:f,children:["Back to ",Wo(f)]})}),s.jsx("li",{children:s.jsx(qe,{to:"/",children:"Go back home"})})]})]});if(i||!l)return s.jsx(Tr,{});const b=f&&z0(f);return s.jsxs(s.Fragment,{children:[s.jsxs(Xn,{shadow:"xs",radius:0,children:[b&&s.jsx(n_,{patient:b}),f&&f.resourceType!=="Patient"&&s.jsx(r_,{resource:f}),s.jsx(q,{px:"xl",py:"md",children:s.jsxs(he,{children:[Wo(l),u&&u.length>1&&s.jsxs(s.Fragment,{children:[" (for ",u.length," resources)"]})]})})]}),s.jsx(Oe,{children:s.jsx(y2,{questionnaire:l,subject:f&&Tt(f),onSubmit:x})})]});async function x(y){const w=[];if(!u||u.length===0)w.push(await o.createResource(y));else for(const C of u)w.push(await o.createResource({...y,subject:{reference:C}}));S(w)}}const $K="_paper_unw9o_1",FK={paper:$K},zK={Bot:"/admin/bots/new",ClientApplication:"/admin/clients/new"};function o_(e,t){const n=e.resourceType||UK(t),r=e.fields??BK(n),o=e.filters??(e.resourceType?void 0:VK(n)),i=e.sortRules??WK(n),a=e.offset??0,l=e.count??Vh;return{...e,resourceType:n,fields:r,filters:o,sortRules:i,offset:a,count:l}}function UK(e){var t,n;return localStorage.getItem("defaultResourceType")??((n=(t=e==null?void 0:e.option)==null?void 0:t.find(r=>r.id==="defaultResourceType"))==null?void 0:n.valueString)??"Patient"}function BK(e){const t=U0(e);if(t!=null&&t.fields)return t.fields;const n=["id","_lastUpdated"];switch(e){case"Patient":n.push("name","birthDate","gender");break;case"AccessPolicy":case"Bot":case"ClientApplication":case"Practitioner":case"Project":case"Organization":case"Questionnaire":case"UserConfiguration":n.push("name");break;case"CodeSystem":case"ValueSet":n.push("name","title","status");break;case"Condition":n.push("subject","code","clinicalStatus");break;case"Device":n.push("manufacturer","deviceName","patient");break;case"DeviceDefinition":n.push("manufacturer[x]","deviceName");break;case"DeviceRequest":n.push("code[x]","subject");break;case"DiagnosticReport":case"Observation":n.push("subject","code","status");break;case"Encounter":n.push("subject");break;case"ServiceRequest":n.push("subject","code","status","orderDetail");break;case"Subscription":n.push("criteria");break;case"User":n.push("email");break}return n}function VK(e){var t;return(t=U0(e))==null?void 0:t.filters}function WK(e){const t=U0(e);return t!=null&&t.sortRules?t.sortRules:[{code:"_lastUpdated",descending:!0}]}function U0(e){const t=localStorage.getItem(e+"-defaultSearch");return t?JSON.parse(t):void 0}function HK(e){localStorage.setItem("defaultResourceType",e.resourceType),localStorage.setItem(e.resourceType+"-defaultSearch",JSON.stringify(e))}async function qK(e,t){const n={resourceType:e.resourceType,count:1e3,offset:0,filters:e.filters},r=o_(n,t.getUserConfiguration()),o=await t.search(r.resourceType,Aa({...r,total:"accurate",fields:void 0}));return Gk(o)}function US(){const e=ae(),t=Gt(),n=ri(),[r,o]=p.useState();return p.useEffect(()=>{const i=Bk(n.pathname+n.search),a=o_(i,e.getUserConfiguration());n.pathname===`/${a.resourceType}`&&n.search===Aa(a)?(HK(a),o(a)):t(`/${a.resourceType}${Aa(a)}`)},[e,t,n]),!(r!=null&&r.resourceType)||!r.fields||r.fields.length===0?s.jsx(Tr,{}):s.jsx(Xn,{shadow:"xs",m:"md",p:"xs",className:FK.paper,children:s.jsx(ku,{checkboxesEnabled:!0,search:r,onClick:i=>t(`/${i.resource.resourceType}/${i.resource.id}`),onAuxClick:i=>window.open(`/${i.resource.resourceType}/${i.resource.id}`,"_blank"),onChange:i=>{t(`/${r.resourceType}${Aa(i.definition)}`)},onNew:()=>{t(zK[r.resourceType]??`/${r.resourceType}/new`)},onExportCsv:()=>{const i=e.fhirUrl(r.resourceType,"$csv")+Aa(r);e.download(i).then(a=>{window.open(window.URL.createObjectURL(a),"_blank")}).catch(a=>pe({color:"red",message:Ie(a),autoClose:!1}))},onExportTransactionBundle:async()=>{qK(r,e).then(i=>OK(JSON.stringify(i,void 0,2))).catch(i=>pe({color:"red",message:Ie(i),autoClose:!1}))},onDelete:i=>{window.confirm("Are you sure you want to delete these resources?")&&(e.invalidateSearches(r.resourceType),e.executeBatch({resourceType:"Bundle",type:"batch",entry:i.map(a=>({request:{method:"DELETE",url:`${r.resourceType}/${a}`}}))}).then(()=>o({...r})).catch(a=>pe({color:"red",message:Ie(a),autoClose:!1})))},onBulk:i=>{t(`/bulk/${r.resourceType}?ids=${i.join(",")}`)}})})}function GK(){const e=ae(),[t,n]=p.useState(),[r,o]=p.useState(void 0);p.useEffect(()=>{e.get("auth/mfa/status").then(l=>{n(l.enrollQrCode),o(l.enrolled)}).catch(l=>pe({color:"red",message:Ie(l),autoClose:!1}))},[e]);const i=p.useCallback(l=>{e.post("auth/mfa/enroll",l).then(()=>{o(!0),pe({color:"green",message:"Success"})}).catch(c=>pe({color:"red",message:Ie(c),autoClose:!1}))},[e]),a=p.useCallback(()=>{e.post("auth/mfa/disable",{}).catch(console.log)},[e]);return r===void 0?null:r?s.jsx(Oe,{children:s.jsxs(ee,{children:[s.jsx(be,{children:"MFA is enabled"}),s.jsx(ie,{onClick:a,children:"Disable MFA"})]})}):s.jsx(Oe,{width:400,children:s.jsxs(Qe,{onSubmit:i,children:[s.jsx(be,{children:"Multi Factor Auth Setup"}),s.jsx(vn,{children:s.jsx("img",{src:t})}),s.jsx(ye,{name:"token",label:"Code"}),s.jsx(ee,{justify:"flex-end",mt:"xl",children:s.jsx(ie,{type:"submit",children:"Enroll"})})]})})}const gm={BASE_URL:"/",DEV:!1,GOOGLE_CLIENT_ID:"__GOOGLE_CLIENT_ID__",MEDPLUM_BASE_URL:"__MEDPLUM_BASE_URL__",MEDPLUM_CLIENT_ID:"__MEDPLUM_CLIENT_ID__",MEDPLUM_REGISTER_ENABLED:"__MEDPLUM_REGISTER_ENABLED__",MEDPLUM_VERSION:"3.2.22-a936b292a",MODE:"production",PROD:!0,RECAPTCHA_SITE_KEY:"__RECAPTCHA_SITE_KEY__",SSR:!1},tv={baseUrl:"__MEDPLUM_BASE_URL__",clientId:"__MEDPLUM_CLIENT_ID__",googleClientId:"__GOOGLE_CLIENT_ID__",recaptchaSiteKey:"__RECAPTCHA_SITE_KEY__",registerEnabled:"__MEDPLUM_REGISTER_ENABLED__",awsTextractEnabled:gm==null?void 0:gm.MEDPLUM_AWS_TEXTRACT_ENABLED};function Iu(){return tv}function i_(){return s_("registerEnabled")}function QK(){return s_("awsTextractEnabled")}function s_(e){try{return tv[e]!==!1&&tv[e]!=="false"}catch{return!0}}function KK(){const e=Gt(),[t]=O0(),n=t.get("client_id");if(!n)return null;const r=t.get("scope")||"openid";function o(i){const a=new URL(t.get("redirect_uri"));for(const l of["scope","state","nonce"])t.has(l)&&a.searchParams.set(l,t.get(l));a.searchParams.set("code",i),window.location.assign(a.toString())}return s.jsxs(P2,{onCode:o,onForgotPassword:()=>e("/resetpassword"),onRegister:()=>e("/register"),googleClientId:Iu().googleClientId,clientId:n||void 0,redirectUri:t.get("redirect_uri")||void 0,scope:r,nonce:t.get("nonce")||void 0,launch:t.get("launch")||void 0,codeChallenge:t.get("code_challenge")||void 0,codeChallengeMethod:t.get("code_challenge_method")||void 0,chooseScopes:r!=="openid",children:[s.jsx(Zr,{size:32}),s.jsx(be,{children:"Sign in to Medplum"})]})}function YK(){const e=ae(),t=Gt(),n=Iu();return p.useEffect(()=>{e.getProfile()&&t("/signin?project=new")},[e,t]),i_()?s.jsxs(qq,{type:"project",projectId:"new",onSuccess:()=>t("/"),googleClientId:n.googleClientId,recaptchaSiteKey:n.recaptchaSiteKey,children:[s.jsx(Zr,{size:32}),s.jsx(be,{children:"Create a new account"})]}):s.jsx(Oe,{width:450,children:s.jsx(Ui,{icon:s.jsx(Tl,{size:16}),title:"New projects disabled",color:"red",children:"New projects are disabled on this server."})})}function XK(){const e=Gt(),t=ae(),[n,r]=p.useState(),[o,i]=p.useState(!1),a=Iu().recaptchaSiteKey;return p.useEffect(()=>{a&&E2(a)},[a]),s.jsx(Oe,{width:450,children:s.jsxs(Qe,{onSubmit:async l=>{let c="";a&&(c=await T2(a)),t.post("auth/resetpassword",{...l,recaptchaToken:c}).then(()=>i(!0)).catch(u=>r(mt(u)))},children:[s.jsxs(Ae,{gap:"lg",mb:"xl",align:"center",children:[s.jsx(Zr,{size:32}),s.jsx(be,{children:"Medplum Password Reset"})]}),s.jsxs(Ae,{gap:"xl",children:[s.jsx(Dr,{issues:Eu(n,void 0)}),!o&&s.jsxs(s.Fragment,{children:[s.jsx(ye,{name:"email",type:"email",label:"Email",required:!0,autoFocus:!0,error:Ye(n,"email")}),s.jsxs(ee,{justify:"space-between",mt:"xl",wrap:"nowrap",children:[s.jsx(Xe,{component:"button",type:"button",color:"dimmed",onClick:()=>e("/register"),size:"xs",children:"Register"}),s.jsx(ie,{type:"submit",children:"Reset password"})]})]}),o&&s.jsx("div",{children:"If the account exists on our system, a password reset email will be sent."})]})]})})}function JK(){var i;const e=Gt(),t=ae(),[n,r]=p.useState();p.useEffect(()=>{t.get("auth/me",{cache:"no-cache"}).then(r).catch(a=>pe({color:"red",message:Ie(a),autoClose:!1}))},[t]);function o(a){t.post("auth/revoke",{loginId:a}).then(()=>t.get("auth/me",{cache:"no-cache"})).then(r).then(()=>pe({color:"green",message:"Login revoked"})).catch(l=>pe({color:"red",message:Ie(l),autoClose:!1}))}return n?s.jsxs(s.Fragment,{children:[s.jsxs(Oe,{children:[s.jsx(be,{children:"Security"}),s.jsxs(u0,{children:[s.jsx(Ao,{term:"ID",children:s.jsx(Xe,{href:`/${ct(n.profile)}`,children:n.profile.id})}),s.jsx(Ao,{term:"Resource Type",children:n.profile.resourceType}),s.jsx(Ao,{term:"Name",children:bu((i=n.profile.name)==null?void 0:i[0])})]})]}),s.jsxs(Oe,{children:[s.jsx(be,{children:"Sessions"}),s.jsxs(fe,{children:[s.jsx("thead",{children:s.jsxs("tr",{children:[s.jsx("th",{children:"OS"}),s.jsx("th",{children:"Browser"}),s.jsx("th",{children:"IP Address"}),s.jsx("th",{children:"Auth Method"}),s.jsx("th",{children:"Last Updated"}),s.jsx("th",{})]})}),s.jsx("tbody",{children:n.security.sessions.map(a=>s.jsxs("tr",{children:[s.jsx("td",{children:a.os}),s.jsx("td",{children:a.browser}),s.jsx("td",{children:a.remoteAddress}),s.jsx("td",{children:a.authMethod}),s.jsx("td",{children:Ln(a.lastUpdated)}),s.jsx("td",{children:s.jsx(Xe,{href:"#",onClick:()=>o(a.id),children:"Revoke"})})]},a.id))})]})]}),s.jsxs(Oe,{children:[s.jsx(be,{children:"Password"}),s.jsx(ie,{onClick:()=>e("/changepassword"),children:"Change password"})]}),s.jsxs(Oe,{children:[s.jsx(be,{children:"Multi Factor Auth"}),s.jsxs("p",{children:["Enrolled: ",n.security.mfaEnrolled.toString()]}),!n.security.mfaEnrolled&&s.jsx(ie,{onClick:()=>e("/mfa"),children:"Enroll"})]})]}):null}function ZK(){const{id:e,secret:t}=ft(),n=ae(),[r,o]=p.useState(),[i,a]=p.useState(!1),l=Eu(r,void 0);return s.jsxs(Oe,{width:450,children:[s.jsx(Dr,{issues:l}),s.jsxs(Qe,{onSubmit:c=>{if(c.password!==c.confirmPassword){o(go("Passwords do not match","confirmPassword"));return}o(void 0);const u={id:e,secret:t,password:c.password};n.post("auth/setpassword",u).then(()=>a(!0)).catch(d=>o(mt(d)))},children:[s.jsxs(vn,{style:{flexDirection:"column"},children:[s.jsx(Zr,{size:32}),s.jsx(be,{children:"Set password"})]}),!i&&s.jsxs(Ae,{children:[s.jsx(Wr,{name:"password",label:"New password",required:!0,error:Ye(r,"password")}),s.jsx(Wr,{name:"confirmPassword",label:"Confirm new password",required:!0,error:Ye(r,"confirmPassword")}),s.jsx(ee,{justify:"flex-end",mt:"xl",children:s.jsx(ie,{type:"submit",children:"Set password"})})]}),i&&s.jsxs("div",{"data-testid":"success",children:["Password set. You can now ",s.jsx(qe,{to:"/signin",children:"sign in"}),"."]})]})]})}function eY(){const e=Qh(),t=Gt(),[n]=O0(),r=Iu(),o=p.useCallback(()=>{const i=n.get("next");t(i!=null&&i.startsWith("/")?i:"/")},[n,t]);return p.useEffect(()=>{e&&n.has("next")&&o()},[e,n,o]),s.jsxs(P2,{onSuccess:()=>o(),onForgotPassword:()=>t("/resetpassword"),onRegister:i_()?()=>t("/register"):void 0,googleClientId:r.googleClientId,login:n.get("login")||void 0,projectId:n.get("project")||void 0,children:[s.jsx(Zr,{size:32}),s.jsx(be,{children:"Sign in to Medplum"}),n.get("project")==="new"&&s.jsx("div",{children:"Sign in again to create a new project"})]})}function tY(){const e=Gt(),t=ri(),[n,r]=p.useState(),[o,i]=p.useState(),[a,l]=p.useState();return p.useEffect(()=>{const c=Object.fromEntries(new URLSearchParams(t.search).entries());r(c.resourceType),i(c.query),l(JSON.parse(c.fields))},[t]),!n||!o||!a?null:s.jsx(QW,{resourceType:n,checkboxesEnabled:!0,query:o,fields:a,onClick:c=>e(`/${n}/${c.resource.id}`),onAuxClick:c=>window.open(`/${n}/${c.resource.id}`,"_blank"),onBulk:c=>{e(`/bulk/${n}?ids=${c.join(",")}`)}})}function sp(e){const t=ae(),n=qi(t),r=Gt(),[o,i]=p.useState({resourceType:"ProjectMembership",filters:[{code:"project",operator:oe.EQUALS,value:"Project/"+n},{code:"profile-type",operator:oe.EQUALS,value:e.resourceType}],fields:e.fields,count:100});return s.jsx(ku,{search:o,onClick:a=>r(`/admin/members/${a.resource.id}`),onChange:a=>i(a.definition),hideFilters:!0,hideToolbar:!0})}function nY(){return s.jsxs(s.Fragment,{children:[s.jsx(be,{children:"Bots"}),s.jsx(sp,{resourceType:"Bot",fields:["user","profile","admin","_lastUpdated"]}),s.jsx(ee,{justify:"flex-end",children:s.jsx(qe,{to:"/admin/bots/new",children:"Create new bot"})})]})}function rY(){return s.jsxs(s.Fragment,{children:[s.jsx(be,{children:"Clients"}),s.jsx(sp,{resourceType:"ClientApplication",fields:["user","profile","admin","_lastUpdated"]}),s.jsx(ee,{justify:"flex-end",children:s.jsx(qe,{to:"/admin/clients/new",children:"Create new client"})})]})}function ap(e){return s.jsx(Ys,{resourceType:"AccessPolicy",name:"accessPolicy",defaultValue:e.defaultValue,placeholder:"Access Policy",onChange:t=>{ti(t)?e.onChange(Tt(t)):e.onChange(void 0)}})}function oY(){const e=ae(),t=qi(e),[n,r]=p.useState(""),[o,i]=p.useState(""),[a,l]=p.useState(),[c,u]=p.useState(),[d,f]=p.useState(void 0);return s.jsxs(s.Fragment,{children:[s.jsx(be,{children:"Create new Bot"}),s.jsxs(Qe,{onSubmit:()=>{const h={name:n,description:o,accessPolicy:a};e.post("admin/projects/"+t+"/bot",h).then(m=>{e.invalidateSearches("Bot"),e.invalidateSearches("ProjectMembership"),f(m),pe({color:"green",message:"Bot created"})}).catch(m=>{pe({color:"red",message:Ie(m),autoClose:!1}),u(mt(m))})},children:[!d&&s.jsxs(Ae,{children:[s.jsx(yt,{title:"Name",htmlFor:"name",outcome:c,children:s.jsx(ye,{id:"name",name:"name",required:!0,autoFocus:!0,onChange:h=>r(h.currentTarget.value),error:Ye(c,"name")})}),s.jsx(yt,{title:"Description",htmlFor:"description",outcome:c,children:s.jsx(ye,{id:"description",name:"description",onChange:h=>i(h.currentTarget.value),error:Ye(c,"description")})}),s.jsx(yt,{title:"Access Policy",htmlFor:"accessPolicy",outcome:c,children:s.jsx(ap,{name:"accessPolicy",onChange:l})}),s.jsx(ee,{justify:"flex-end",children:s.jsx(ie,{type:"submit",children:"Create Bot"})})]}),d&&s.jsxs("div",{"data-testid":"success",children:[s.jsx(he,{children:"Bot created"}),s.jsxs(Mn,{children:[s.jsx(Mn.Item,{children:s.jsx(qe,{to:d,children:"Go to new bot"})}),s.jsx(Mn.Item,{children:s.jsx(qe,{to:"/admin/bots",children:"Back to bots list"})})]})]})]})]})}function iY(){const e=ae(),t=qi(e),[n,r]=p.useState(""),[o,i]=p.useState(""),[a,l]=p.useState(""),[c,u]=p.useState(),[d,f]=p.useState(),[h,m]=p.useState(void 0);return s.jsxs(s.Fragment,{children:[s.jsx(be,{children:"Create new Client"}),s.jsxs(Qe,{onSubmit:()=>{const g={name:n,description:o,redirectUri:a,accessPolicy:c};e.post("admin/projects/"+t+"/client",g).then(v=>{e.invalidateSearches("ClientApplication"),e.invalidateSearches("ProjectMembership"),m(v),pe({color:"green",message:"Client created"})}).catch(v=>{pe({color:"red",message:Ie(v),autoClose:!1}),f(mt(v))})},children:[!h&&s.jsxs(Ae,{children:[s.jsx(yt,{title:"Name",htmlFor:"name",outcome:d,children:s.jsx(ye,{id:"name",name:"name",required:!0,autoFocus:!0,onChange:g=>r(g.currentTarget.value),error:Ye(d,"name")})}),s.jsx(yt,{title:"Description",htmlFor:"description",outcome:d,children:s.jsx(ye,{id:"description",name:"description",onChange:g=>i(g.currentTarget.value),error:Ye(d,"description")})}),s.jsx(yt,{title:"Redirect URI",htmlFor:"redirectUri",outcome:d,children:s.jsx(ye,{id:"redirectUri",name:"redirectUri",onChange:g=>l(g.currentTarget.value),error:Ye(d,"redirectUri")})}),s.jsx(yt,{title:"Access Policy",htmlFor:"accessPolicy",outcome:d,children:s.jsx(ap,{name:"accessPolicy",onChange:u})}),s.jsx(ee,{justify:"flex-end",children:s.jsx(ie,{type:"submit",children:"Create Client"})})]}),h&&s.jsxs("div",{"data-testid":"success",children:[s.jsx(he,{children:"Client created"}),s.jsxs(Mn,{children:[s.jsx(Mn.Item,{children:s.jsx(qe,{to:h,children:"Go to new client"})}),s.jsx(Mn.Item,{children:s.jsx(qe,{to:"/admin/clients",children:"Back to clients list"})})]})]})]})]})}function sY(e){return s.jsx(Ys,{resourceType:"UserConfiguration",name:"userConfiguration",defaultValue:e.defaultValue,placeholder:"User Configuration",onChange:t=>{ti(t)?e.onChange(Tt(t)):e.onChange(void 0)}})}function aY(){const{membershipId:e}=ft(),t=ae(),n=qi(t),r=Gt(),o=t.get(`admin/projects/${n}/members/${e}`).read(),[i,a]=p.useState(o.accessPolicy),[l,c]=p.useState(o.userConfiguration),[u,d]=p.useState(o.admin),[f,h]=p.useState(),[m,g]=p.useState(!1);function v(){window.confirm("Are you sure?")&&t.delete(`admin/projects/${n}/members/${e}`).then(()=>t.get(`admin/projects/${n}`,{cache:"no-cache"})).then(()=>r("/admin/project")).catch(S=>h(mt(S)))}return s.jsxs(s.Fragment,{children:[s.jsx(be,{children:"Edit membership"}),s.jsx("h3",{children:s.jsx(Ha,{value:o.profile,link:!0})}),s.jsxs(Qe,{onSubmit:()=>{const S={...o,accessPolicy:i,userConfiguration:l,admin:u};t.post(`admin/projects/${n}/members/${e}`,S).then(()=>g(!0)).catch(b=>h(mt(b)))},children:[!m&&s.jsxs(Ae,{children:[s.jsx(yt,{title:"Access Policy",htmlFor:"accessPolicy",outcome:f,children:s.jsx(ap,{name:"accessPolicy",defaultValue:i,onChange:a})}),s.jsx(yt,{title:"User Configuration",htmlFor:"userConfiguration",outcome:f,children:s.jsx(sY,{name:"userConfiguration",defaultValue:l,onChange:c})}),s.jsx(yt,{title:"Admin",htmlFor:"admin",outcome:f,children:s.jsx(kn,{id:"admin",name:"admin",defaultChecked:u,onChange:S=>d(S.currentTarget.checked)})}),s.jsxs(ee,{justify:"flex-end",mt:"xl",children:[s.jsx(ie,{type:"submit",children:"Save"}),s.jsx(ie,{type:"button",color:"red",variant:"outline",onClick:v,children:"Remove user"})]})]}),m&&s.jsxs("div",{"data-testid":"success",children:[s.jsx("p",{children:"User updated"}),s.jsx("pre",{children:JSON.stringify(f,void 0,2)}),s.jsxs("p",{children:["Click ",s.jsx(qe,{to:"/admin/project",children:"here"})," to return to the project admin page."]})]})]})]})}function lY(){const e=ae(),[t,n]=p.useState(e.getProject()),[r,o]=p.useState(),[i,a]=p.useState(),[l,c]=p.useState(!1),[u,d]=p.useState(void 0),f=p.useCallback(h=>{const m={resourceType:h.resourceType,firstName:h.firstName,lastName:h.lastName,email:h.email,sendEmail:h.sendEmail==="on",accessPolicy:r,admin:h.isAdmin==="on"};e.invite(t==null?void 0:t.id,m).then(g=>{e.invalidateSearches("Patient"),e.invalidateSearches("Practitioner"),e.invalidateSearches("ProjectMembership"),zh(g)?a(g):d(g),c(m.sendEmail??!1),pe({color:"green",message:"Invite success"})}).catch(g=>{pe({color:"red",message:Ie(g),autoClose:!1}),a(mt(g))})},[e,t,r]);return s.jsxs(Qe,{onSubmit:f,children:[!u&&!i&&s.jsxs(Ae,{children:[s.jsx(be,{children:"Invite new member"}),e.isSuperAdmin()&&s.jsx(yt,{title:"Project",htmlFor:"project",outcome:i,children:s.jsx(Ys,{resourceType:"Project",name:"project",defaultValue:t,onChange:n})}),s.jsx(Pt,{name:"resourceType",label:"Role",defaultValue:"Practitioner",data:["Practitioner","Patient","RelatedPerson"],error:Ye(i,"resourceType")}),s.jsx(ye,{name:"firstName",label:"First Name",required:!0,autoFocus:!0,error:Ye(i,"firstName")}),s.jsx(ye,{name:"lastName",label:"Last Name",required:!0,error:Ye(i,"lastName")}),s.jsx(ye,{name:"email",type:"email",label:"Email",required:!0,error:Ye(i,"email")}),s.jsx(yt,{title:"Access Policy",htmlFor:"accessPolicy",outcome:i,children:s.jsx(ap,{name:"accessPolicy",onChange:o})}),s.jsx(kn,{name:"sendEmail",label:"Send email",defaultChecked:!0}),s.jsx(kn,{name:"isAdmin",label:"Admin"}),s.jsx(ee,{justify:"flex-end",children:s.jsx(ie,{type:"submit",children:"Invite"})})]}),i&&s.jsxs("div",{"data-testid":"success",children:[s.jsx("p",{children:"User created, email couldn't be sent"}),s.jsx("p",{children:"Could not send email. Make sure you have AWS SES set up."}),s.jsxs("p",{children:["Click ",s.jsx(qe,{to:"/admin/project",children:"here"})," to return to the project admin page."]})]}),u&&s.jsxs("div",{"data-testid":"success",children:[s.jsx(he,{children:"User created"}),l&&s.jsx(he,{children:"Email sent"}),s.jsxs(Mn,{children:[s.jsx(Mn.Item,{children:s.jsx(qe,{to:u,children:"Go to new membership"})}),s.jsx(Mn.Item,{children:s.jsx(qe,{to:u.profile,children:"Go to new profile"})}),s.jsx(Mn.Item,{children:s.jsx(qe,{to:"/admin/users",children:"Back to users list"})})]})]})]})}function cY(){return s.jsxs(s.Fragment,{children:[s.jsx(be,{children:"Patients"}),s.jsx(sp,{resourceType:"Patient",fields:["user","profile","_lastUpdated"]}),s.jsx(ee,{justify:"flex-end",children:s.jsx(qe,{to:"/admin/invite",children:"Invite new patient"})})]})}function uY(){const e=ae();if(!e.isLoading()&&!e.isProjectAdmin())return s.jsx(Dr,{outcome:hk});function t(n){e.post("admin/projects/setpassword",n).then(()=>pe({color:"green",message:"Done"})).catch(r=>pe({color:"red",message:Ie(r),autoClose:!1}))}return s.jsxs(Oe,{width:600,children:[s.jsx(be,{order:1,children:"Project Admin"}),s.jsx(ln,{my:"lg"}),s.jsx(be,{order:2,children:"Force Set Password"}),s.jsx(he,{children:"Sets the password for the specified user in this project."}),s.jsx(he,{children:"This action can only be performed by project administrators. Passwords can only be set for users scoped in this project."}),s.jsx(Qe,{onSubmit:t,children:s.jsxs(Ae,{children:[s.jsx(ye,{name:"email",label:"Email",required:!0}),s.jsx(Wr,{name:"password",label:"Password",required:!0}),s.jsx(ie,{type:"submit",children:"Force Set Password"})]})})]})}function BS(){const e=ae(),t=qi(e),n=e.get(`admin/projects/${t}`).read();return s.jsxs(s.Fragment,{children:[s.jsx(be,{children:"Details"}),s.jsxs(u0,{children:[s.jsx(Ao,{term:"ID",children:n.project.id}),s.jsx(Ao,{term:"Name",children:n.project.name})]})]})}const VS=["Details","Users","Patients","Clients","Bots","Secrets","Sites"];function dY(){const e=Gt(),n=ri().pathname.replace("/admin/","")||VS[0],r=ae(),o=qi(r),i=p.useMemo(()=>r.get("admin/projects/"+o).read(),[r,o]);function a(l){e(`/admin/${l}`)}return s.jsxs(s.Fragment,{children:[s.jsxs(Xn,{children:[s.jsx(ze,{children:s.jsxs(ze.Entry,{children:[s.jsx(ze.Key,{children:"Project"}),s.jsx(ze.Value,{children:i.project.name})]})}),s.jsx(kr,{children:s.jsx(et,{value:n.toLowerCase(),onChange:a,children:s.jsx(et.List,{style:{whiteSpace:"nowrap",flexWrap:"nowrap"},children:VS.map(l=>s.jsx(et.Tab,{value:l.toLowerCase(),children:l},l))})})})]}),s.jsx(Oe,{children:s.jsx(M0,{})})]})}function fY(){const e=ae(),t=qi(e),n=e.get(`admin/projects/${t}`).read(),[r,o]=p.useState(!1),[i,a]=p.useState();return p.useEffect(()=>{e.requestSchema("Project").then(()=>o(!0)).catch(console.log)},[e]),p.useEffect(()=>{n&&a(Qr(n.project.secret||[]))},[e,n]),!r||!i?s.jsx("div",{children:"Loading..."}):s.jsxs("form",{noValidate:!0,autoComplete:"off",onSubmit:l=>{l.preventDefault(),e.post(`admin/projects/${t}/secrets`,i).then(()=>e.get(`admin/projects/${t}`,{cache:"reload"})).then(()=>pe({color:"green",message:"Saved"})).catch(console.log)},children:[s.jsx(be,{children:"Project Secrets"}),s.jsx("p",{children:"Use project secrets to store sensitive information such as API keys or other access credentials."}),s.jsx(Pl,{property:Gs("Project","secret"),name:"secret",path:"Project.secret",defaultValue:i,onChange:a,outcome:void 0}),s.jsx(ie,{type:"submit",children:"Save"})]})}function hY(){const e=ae(),t=qi(e),n=e.get(`admin/projects/${t}`).read(),[r,o]=p.useState(!1),[i,a]=p.useState();return p.useEffect(()=>{e.requestSchema("Project").then(()=>o(!0)).catch(console.log)},[e]),p.useEffect(()=>{n&&a(Qr(n.project.site||[]))},[e,n]),!r||!i?s.jsx("div",{children:"Loading..."}):s.jsxs("form",{noValidate:!0,autoComplete:"off",onSubmit:l=>{l.preventDefault(),e.post(`admin/projects/${t}/sites`,i).then(()=>e.get(`admin/projects/${t}`,{cache:"reload"})).then(()=>pe({color:"green",message:"Saved"})).catch(c=>{var d,f,h,m;const u=mt(c);pe({color:"red",message:`Error ${(f=(d=u.issue)==null?void 0:d[0].details)==null?void 0:f.text} ${(m=(h=u.issue)==null?void 0:h[0].expression)==null?void 0:m[0]}`,autoClose:!1})})},children:[s.jsx(be,{children:"Project Sites"}),s.jsx("p",{children:"Use project sites configure your project on a separate domain."}),s.jsx(Pl,{property:Gs("Project","site"),name:"site",path:"Project.site",defaultValue:i,onChange:a,outcome:void 0}),s.jsx(ie,{type:"submit",children:"Save"})]})}function pY(){const e=ae(),[t,{open:n,close:r}]=Bf(!1),[o,i]=p.useState(""),[a,l]=p.useState();if(!e.isLoading()&&!e.isSuperAdmin())return s.jsx(Dr,{outcome:hk});function c(){md(e,"Rebuilding Structure Definitions","admin/super/structuredefinitions")}function u(){md(e,"Rebuilding Search Parameters","admin/super/searchparameters")}function d(){md(e,"Rebuilding Value Sets","admin/super/valuesets")}function f(S){md(e,"Reindexing Resources","admin/super/reindex",S)}function h(S){e.post("admin/super/removebotidjobsfromqueue",S).then(()=>pe({color:"green",message:"Done"})).catch(b=>pe({color:"red",message:Ie(b),autoClose:!1}))}function m(S){e.post("admin/super/purge",{...S,before:kR(S.before)}).then(()=>pe({color:"green",message:"Done"})).catch(b=>pe({color:"red",message:Ie(b),autoClose:!1}))}function g(S){e.post("admin/super/setpassword",S).then(()=>pe({color:"green",message:"Done"})).catch(b=>pe({color:"red",message:Ie(b),autoClose:!1}))}function v(){e.post("fhir/R4/$db-stats",{}).then(S=>{var b,x;i("Database Stats"),l(s.jsx("pre",{children:(x=(b=S.parameter)==null?void 0:b.find(y=>y.name==="tableString"))==null?void 0:x.valueString})),n()}).catch(S=>pe({color:"red",message:Ie(S),autoClose:!1}))}return s.jsxs(Oe,{width:600,children:[s.jsx(be,{order:1,children:"Super Admin"}),s.jsx(ln,{my:"lg"}),s.jsx(be,{order:2,children:"Structure Definitions"}),s.jsx("p",{children:"StructureDefinition resources contain the metadata about resource types. They are provided with the FHIR specification. Medplum also includes some custom StructureDefinition resources for internal data types. Press this button to update the database StructureDefinitions from the FHIR specification."}),s.jsx(Qe,{children:s.jsx(ie,{onClick:c,children:"Rebuild StructureDefinitions"})}),s.jsx(ln,{my:"lg"}),s.jsx(be,{order:2,children:"Search Parameters"}),s.jsx("p",{children:"SearchParameter resources contain the metadata about filters and sorting. They are provided with the FHIR specification. Medplum also includes some custom SearchParameter resources for internal data types. Press this button to update the database SearchParameters from the FHIR specification."}),s.jsx(Qe,{children:s.jsx(ie,{onClick:u,children:"Rebuild SearchParameters"})}),s.jsx(ln,{my:"lg"}),s.jsx(be,{order:2,children:"Value Sets"}),s.jsx("p",{children:"ValueSet resources enum values for a wide variety of use cases. Press this button to update the database ValueSets from the FHIR specification."}),s.jsx(Qe,{children:s.jsx(ie,{onClick:d,children:"Rebuild ValueSets"})}),s.jsx(ln,{my:"lg"}),s.jsx(be,{order:2,children:"Reindex Resources"}),s.jsx("p",{children:"When Medplum changes how resources are indexed, the system may require a reindex for old resources to be indexed properly."}),s.jsx(Qe,{onSubmit:f,children:s.jsxs(Ae,{children:[s.jsx(yt,{title:"Resource Type",htmlFor:"resourceType",children:s.jsx(ye,{id:"resourceType",name:"resourceType",placeholder:"Reindex Resource Type"})}),s.jsx(yt,{title:"Search Filter",htmlFor:"filter",children:s.jsx(ye,{id:"filter",name:"filter",placeholder:"e.g. name=Sam&birthdate=lt2000-01-01"})}),s.jsx(ie,{type:"submit",children:"Reindex"})]})}),s.jsx(ln,{my:"lg"}),s.jsx(be,{order:2,children:"Purge Resources"}),s.jsx("p",{children:"As system generated resources accumulate, the system may require a purge to remove old resources."}),s.jsx(Qe,{onSubmit:m,children:s.jsxs(Ae,{children:[s.jsx(yt,{title:"Purge Resource Type",htmlFor:"purgeResourceType",children:s.jsx(Pt,{id:"purgeResourceType",name:"resourceType",data:["","AuditEvent","Login"]})}),s.jsx(yt,{title:"Purge Before",htmlFor:"before",children:s.jsx(Rs,{name:"before",placeholder:"Before Date"})}),s.jsx(ie,{type:"submit",children:"Purge"})]})}),s.jsx(ln,{my:"lg"}),s.jsx(be,{order:2,children:"Remove Bot ID Jobs from Queue"}),s.jsx("p",{children:"Remove all queued jobs for a Bot ID"}),s.jsx(Qe,{onSubmit:h,children:s.jsxs(Ae,{children:[s.jsx(yt,{title:"Bot ID",children:s.jsx(ye,{name:"botId",placeholder:"Bot Id"})}),s.jsx(ie,{type:"submit",children:"Remove Jobs by Bot ID"})]})}),s.jsx(ln,{my:"lg"}),s.jsx(be,{order:2,children:"Force Set Password"}),s.jsx("p",{children:'Note that this applies to all projects for the user. Therefore, this should only be used in extreme circumstances. Always prefer to use the "Forgot Password" flow first.'}),s.jsx(Qe,{onSubmit:g,children:s.jsxs(Ae,{children:[s.jsx(ye,{name:"email",label:"Email",required:!0}),s.jsx(Wr,{name:"password",label:"Password",required:!0}),s.jsx(ye,{name:"projectId",label:"Project ID"}),s.jsx(ie,{type:"submit",children:"Force Set Password"})]})}),s.jsx(ln,{my:"lg"}),s.jsx(be,{order:2,children:"Database Stats"}),s.jsx("p",{children:"Query current table statistics from the database."}),s.jsx(Qe,{onSubmit:v,children:s.jsx(ie,{type:"submit",children:"Get Database Stats"})}),s.jsx(mn,{opened:t,onClose:r,title:o,centered:!0,children:a})]})}function md(e,t,n,r){mo.show({id:n,loading:!0,title:t,message:"Running...",autoClose:!1,withCloseButton:!1});const o={method:"POST",pollStatusOnAccepted:!0};r&&(o.body=JSON.stringify(r)),e.startAsyncRequest(n,o).then(()=>{mo.update({id:n,color:"green",title:t,message:"Done",icon:s.jsx(Ks,{size:"1rem"}),loading:!1,autoClose:!1,withCloseButton:!0})}).catch(i=>{mo.update({id:n,color:"red",title:t,message:Ie(i),icon:s.jsx(Cf,{size:"1rem"}),loading:!1,autoClose:!1,withCloseButton:!0})})}function mY(){return s.jsxs(s.Fragment,{children:[s.jsx(be,{children:"Users"}),s.jsx(sp,{resourceType:"Practitioner",fields:["user","profile","admin","_lastUpdated"]}),s.jsx(ee,{justify:"flex-end",children:s.jsx(qe,{to:"/admin/invite",children:"Invite new user"})})]})}function gY(){const[e]=ll("ObservationDefinition","_count=100");return e?s.jsxs(fe,{withTableBorder:!0,withRowBorders:!0,withColumnBorders:!0,children:[s.jsx("thead",{children:s.jsxs("tr",{children:[s.jsx("th",{children:"Category"}),s.jsx("th",{children:"Code"}),s.jsx("th",{children:"Method"}),s.jsx("th",{children:"Unit"}),s.jsx("th",{children:"Precision"}),s.jsx("th",{children:"Ranges"})]})}),s.jsx("tbody",{children:e.map(t=>{var n,r,o,i;return s.jsxs("tr",{children:[s.jsx("td",{children:s.jsx(vo,{value:(n=t.category)==null?void 0:n[0]})}),s.jsx("td",{children:s.jsx(vo,{value:t.code})}),s.jsx("td",{children:s.jsx(vo,{value:t.method})}),s.jsx("td",{children:(o=(r=t.quantitativeDetails)==null?void 0:r.unit)==null?void 0:o.text}),s.jsx("td",{children:(i=t.quantitativeDetails)==null?void 0:i.decimalPrecision}),s.jsx("td",{children:s.jsx(nv,{ranges:t.qualifiedInterval})})]},t.id)})})]}):s.jsx(Tr,{})}function nv(e){const{ranges:t}=e;if(!t)return null;const n=WS(t.map(o=>o.gender));if(n.length>1)return Uc(n),s.jsx(s.Fragment,{children:n.map(o=>{var i;return s.jsxs(p.Fragment,{children:[s.jsx("div",{children:s.jsx("strong",{children:tn(o)})}),s.jsx(nv,{ranges:(i=e.ranges)==null?void 0:i.filter(a=>a.gender===o)})]},o)})});const r=WS(t.map(o=>o.age&&Bc(o.age)));return r.length>1?(Uc(r),s.jsx(s.Fragment,{children:r.map(o=>{var i;return s.jsxs(p.Fragment,{children:[s.jsx("div",{children:s.jsx("strong",{children:tn(o)})}),s.jsx(nv,{ranges:(i=e.ranges)==null?void 0:i.filter(a=>Bc(a.age)===o)})]},o)})})):s.jsx(s.Fragment,{children:t.map(o=>s.jsx("table",{children:s.jsx("tbody",{children:s.jsxs("tr",{children:[s.jsx("td",{children:o.condition}),s.jsx("td",{children:s.jsx(f0,{value:o.range})})]})})},`range-${o.condition}`))})}function WS(e){return[...new Set(e.filter(t=>!!t))]}function vY(){const[e]=ll("ActivityDefinition","_count=100"),[t]=ll("ObservationDefinition","_count=100");return!e||!t?s.jsx(Tr,{}):s.jsxs(fe,{withTableBorder:!0,withRowBorders:!0,withColumnBorders:!0,children:[s.jsx("thead",{children:s.jsxs("tr",{children:[s.jsx("th",{children:"Category"}),s.jsx("th",{children:"Assay"}),e.map(n=>s.jsx("th",{children:n.name},n.id))]})}),s.jsx("tbody",{children:t.map(n=>{var r;return s.jsxs("tr",{children:[s.jsx("td",{children:s.jsx(vo,{value:(r=n.category)==null?void 0:r[0]})}),s.jsx("td",{children:s.jsx(vo,{value:n.code})}),e.map(o=>{var i;return s.jsx("td",{children:(i=o.observationResultRequirement)!=null&&i.find(a=>{var l;return(l=a.reference)==null?void 0:l.includes(n.id)})?"✅":""},o.id)})]},n.id)})})]})}function yY(e){var a;const t=ae(),[n,r]=p.useState(),[o,i]=p.useState();return o?s.jsxs(s.Fragment,{children:[s.jsx("p",{children:"Request group created successfully."}),s.jsxs("ul",{children:[s.jsxs("li",{children:["Go to the"," ",s.jsx(qe,{to:o,suffix:"checklist",children:"Request Group"})]}),s.jsxs("li",{children:["Back to the ",s.jsx(qe,{to:e.planDefinition,children:"Plan Definition"})]})]})]}):s.jsx(Qe,{onSubmit:()=>{t.post(t.fhirUrl("PlanDefinition",e.planDefinition.id,"$apply"),{resourceType:"Parameters",parameter:[{name:"subject",valueString:n==null?void 0:n.reference}]}).then(i).catch(console.log)},children:s.jsxs(Ae,{children:[s.jsxs(be,{children:['Start "',e.planDefinition.title,'"']}),s.jsxs(he,{children:["Use the ",s.jsx("strong",{children:"Apply"})," operation to create a group of tasks for a workflow."]}),s.jsx(he,{children:"The following tasks will be created:"}),s.jsx("ul",{children:(a=e.planDefinition.action)==null?void 0:a.map((l,c)=>{var u;return s.jsxs("li",{children:[((u=l.definitionCanonical)==null?void 0:u.startsWith("Questionnaire/"))&&"Questionnaire request: ",l.title&&s.jsx(s.Fragment,{children:l.title}),l.code&&s.jsx(vo,{value:l.code[0]})]},`action-${c}`)})}),s.jsx(yt,{title:"Subject",children:s.jsx(Yh,{name:"subject",targetTypes:["Patient","Practitioner"],defaultValue:n,onChange:r})}),s.jsx(ee,{justify:"flex-end",mt:"xl",children:s.jsx(ie,{type:"submit",children:"Go"})})]})})}function xY(){const{resourceType:e,id:t}=ft(),n=St({reference:e+"/"+t});return n?s.jsx(Oe,{children:s.jsx(yY,{planDefinition:n})}):null}function bY(){const{resourceType:e,id:t}=ft(),n=St({reference:e+"/"+t}),[r,o]=ll("Questionnaire","subject-type="+e),[i,a]=ll("ClientApplication",{_count:1e3});if(!n||o||a)return s.jsx(Tr,{});const l=i==null?void 0:i.filter(d=>wY(e)&&!!d.launchUri);if((!r||r.length===0)&&(!l||l.length===0))return s.jsxs(Oe,{children:[s.jsx(be,{children:"Apps"}),s.jsxs("p",{children:["No apps found. Contact your administrator or ",s.jsx("a",{href:"mailto:support@medplum.com",children:"Medplum Support"})," to add automation here."]})]});let c,u;return n.resourceType==="Patient"?c=Tt(n):n.resourceType==="Encounter"&&(c=n.subject,u=Tt(n)),s.jsxs(Oe,{children:[r==null?void 0:r.map(d=>s.jsxs("div",{children:[s.jsx(be,{order:3,children:s.jsx(qe,{to:`/forms/${d.id}?subject=${ct(n)}`,children:d.title||d.name})}),s.jsx(he,{children:d.description})]},d.id)),l==null?void 0:l.map(d=>s.jsxs("div",{children:[s.jsx(be,{order:3,children:s.jsx(Wq,{client:d,patient:c,encounter:u,children:d.name})}),s.jsx(he,{children:d.description})]},d.id))]})}function wY(e){return e==="Patient"||e==="Encounter"}function SY(){const{resourceType:e,id:t}=ft(),n=Gt(),[r,o]=p.useState({resourceType:"AuditEvent",filters:[{code:"entity",operator:oe.EQUALS,value:`${e}/${t}`}],fields:["id","outcome","outcomeDesc","_lastUpdated"],sortRules:[{code:"-_lastUpdated"}],count:20});return s.jsx(Oe,{children:s.jsx(ku,{search:r,onClick:i=>n(`/${i.resource.resourceType}/${i.resource.id}`),onChange:i=>o(i.definition),hideFilters:!0})})}function jY(){const e=ae(),{resourceType:t,id:n}=ft(),r=e.readHistory(t,n).read();return s.jsx(Oe,{children:s.jsx(Aq,{history:r})})}const CY="_hl7Input_k5xm3_1",EY={hl7Input:CY};function TY(e){return s.jsx("iframe",{frameBorder:"0",src:"https://codeeditor.medplum.com/bot-runner.html",className:e.className,ref:e.iframeRef,"data-testid":e.testId,style:{width:"100%",height:"100%",minHeight:e.minHeight}})}function PY(e){const t=e.defaultValue,n=new URL(`https://codeeditor.medplum.com/${e.language}-editor.html`);return e.module&&n.searchParams.set("module",e.module),s.jsx("iframe",{frameBorder:"0",src:n.toString(),style:{width:"100%",height:"100%",minHeight:e.minHeight},ref:e.iframeRef,"data-testid":e.testId,onLoad:r=>{Md(r.currentTarget,{command:"setValue",value:t}).catch(console.error)}})}const kY=`{
572
+ "resourceType": "Patient",
573
+ "name": [
574
+ {
575
+ "given": [
576
+ "Alice"
577
+ ],
578
+ "family": "Smith"
579
+ }
580
+ ]
581
+ }`,RY="MSH|^~\\&|ADT1|MCM|LABADT|MCM|198808181126|SECURITY|ADT|MSG00001|P|2.1\rPID|||PATID1234^5^M11||JONES^WILLIAM^A^III||19610615|M-||C|1200 N ELM STREET^^GREENSBORO^NC^27401-1020|GL|(919)379-1212|(919)271-3434||S||PATID12345001^2^M10|123456789|987654^NC\rNK1|1|JONES^BARBARA^K|SPO|||||20011105\rPV1|1|I|2000^2012^01||||004777^LEBAUER^SIDNEY^J.|||SUR||-||1|A0-";function _Y(){const e=ae(),{id:t}=ft(),[n,r]=p.useState(),[o,i]=p.useState(),[a,l]=p.useState(kY),[c,u]=p.useState(RY),[d,f]=p.useState(sn.FHIR_JSON),h=p.useRef(null),m=p.useRef(null),[g,v]=p.useState(!1);p.useEffect(()=>{e.readResource("Bot",t).then(async j=>{r(j),i(await DY(e,j))}).catch(j=>pe({color:"red",message:Ie(j),autoClose:!1}))},[e,t]);const S=p.useCallback(()=>Md(h.current,{command:"getValue"}),[]),b=p.useCallback(()=>Md(h.current,{command:"getOutput"}),[]),x=p.useCallback(async()=>d===sn.FHIR_JSON?JSON.parse(a):c,[d,a,c]),y=p.useCallback(async j=>{j.preventDefault(),j.stopPropagation(),v(!0);try{const T=await S(),E=await b(),R=await e.createAttachment(T,"index.ts","text/typescript"),_=await e.createAttachment(E,"index.js","text/typescript"),N=[{op:"add",path:"/sourceCode",value:R},{op:"add",path:"/executableCode",value:_}];await e.patchResource("Bot",t,N),pe({color:"green",message:"Saved"})}catch(T){pe({color:"red",message:Ie(T),autoClose:!1})}finally{v(!1)}},[e,t,S,b]),w=p.useCallback(async j=>{j.preventDefault(),j.stopPropagation(),v(!0);try{await e.post(e.fhirUrl("Bot",t,"$deploy")),pe({color:"green",message:"Deployed"})}catch(T){pe({color:"red",message:Ie(T),autoClose:!1})}finally{v(!1)}},[e,t]),C=p.useCallback(async j=>{j.preventDefault(),j.stopPropagation(),v(!0);try{const T=await x(),E=await e.post(e.fhirUrl("Bot",t,"$execute"),T,d);await Md(m.current,{command:"setValue",value:E}),pe({color:"green",message:"Success"})}catch(T){pe({color:"red",message:Ie(T),autoClose:!1})}finally{v(!1)}},[e,t,x,d]);return!n||o===void 0?null:s.jsxs(ar,{m:0,gutter:0,style:{overflow:"hidden"},children:[s.jsx(ar.Col,{span:8,children:s.jsxs(Xn,{m:2,pb:"xs",pr:"xs",pt:"xs",shadow:"md",mih:400,children:[s.jsx(PY,{iframeRef:h,language:"typescript",module:"commonjs",testId:"code-frame",defaultValue:o,minHeight:"528px"}),s.jsxs(ee,{justify:"flex-end",gap:"xs",children:[s.jsx(ie,{type:"button",onClick:y,loading:g,leftSection:s.jsx(Oz,{size:"1rem"}),children:"Save"}),s.jsx(ie,{type:"button",onClick:w,loading:g,leftSection:s.jsx(n0,{size:"1rem"}),children:"Deploy"}),s.jsx(ie,{type:"button",onClick:C,loading:g,leftSection:s.jsx(Yz,{size:"1rem"}),children:"Execute"})]})]})}),s.jsxs(ar.Col,{span:4,children:[s.jsxs(Xn,{m:2,pb:"xs",pr:"xs",pt:"xs",shadow:"md",children:[s.jsx(Pt,{data:[{label:"FHIR",value:sn.FHIR_JSON},{label:"HL7",value:sn.HL7_V2}],onChange:j=>f(j.currentTarget.value)}),d===sn.FHIR_JSON?s.jsx(yl,{value:a,onChange:j=>l(j),autosize:!0,minRows:15}):s.jsx("textarea",{className:EY.hl7Input,value:c,onChange:j=>u(j.currentTarget.value),rows:15})]}),s.jsx(Xn,{m:2,p:"xs",shadow:"md",children:s.jsx(TY,{iframeRef:m,className:"medplum-bot-output-frame",testId:"output-frame",minHeight:"200px"})})]})]})}async function DY(e,t){var n,r,o;if((n=t.sourceCode)!=null&&n.url){const i=(o=(r=t.sourceCode.url)==null?void 0:r.split("/"))==null?void 0:o.find(kk);return(await e.download(e.fhirUrl("Binary",i))).text()}return t.code??""}function Xs(e){let t=e.meta;return t&&(t={...t,lastUpdated:void 0,versionId:void 0,author:void 0}),{...e,meta:t}}function IY(){const e=ae(),{resourceType:t,id:n}=ft(),r={reference:t+"/"+n},o=p.useCallback(i=>{e.updateResource(Xs(i)).then(()=>{pe({color:"green",message:"Success"})}).catch(a=>{pe({color:"red",message:Ie(a),autoClose:!1})})},[e]);switch(t){case"PlanDefinition":return s.jsx(Oe,{children:s.jsx(sH,{value:r,onSubmit:o})});case"Questionnaire":return s.jsx(Oe,{children:s.jsx(HH,{questionnaire:r,onSubmit:o})});default:return null}}function AY(){const{resourceType:e,id:t}=ft(),n=St({reference:e+"/"+t}),r=Gt();return n?s.jsx(Oe,{children:s.jsx(mq,{value:n,onStart:(o,i)=>r(`/forms/${sl(i)}`),onEdit:(o,i,a)=>r(`/${a.reference}}`)})}):null}function NY(){const e=ae(),{resourceType:t,id:n}=ft(),r=Gt();return s.jsxs(Oe,{children:[s.jsxs("p",{children:["Are you sure you want to delete this ",t,"?"]}),s.jsx(ie,{color:"red",onClick:()=>{e.deleteResource(t,n).then(()=>r(`/${t}`)).catch(o=>pe({color:"red",message:Ie(o),autoClose:!1}))},children:"Delete"})]})}const MY="_selectProfileBtn_tbaz6_1",OY="_chevron_tbaz6_13",HS={selectProfileBtn:MY,chevron:OY};function LY(){var c,u;const{resourceType:e,id:t}=ft(),n=St({reference:e+"/"+t}),[r,o]=p.useState(),i=cu({onDropdownClose:()=>i.resetSelectedOption()}),a=p.useMemo(()=>{var d;if(Ft((d=n==null?void 0:n.meta)==null?void 0:d.profile))return[s.jsx(Le.Option,{value:"",children:"None"},""),...n.meta.profile.map(f=>s.jsx(Le.Option,{value:f,children:f},f))]},[(c=n==null?void 0:n.meta)==null?void 0:c.profile]);if(p.useEffect(()=>{var d,f;((f=(d=n==null?void 0:n.meta)==null?void 0:d.profile)==null?void 0:f.length)===1&&o(n.meta.profile[0])},[(u=n==null?void 0:n.meta)==null?void 0:u.profile]),!n)return null;let l;return Ft(a)&&(l=s.jsx(ee,{justify:"flex-end",children:s.jsxs(Ae,{align:"flex-end",gap:"xs",children:[s.jsxs(Le,{store:i,width:250,position:"bottom-end",withinPortal:!1,onOptionSubmit:d=>{o(d),i.closeDropdown()},children:[s.jsx(Le.Target,{children:s.jsx(wn,{onClick:()=>i.toggleDropdown(),children:s.jsxs(Jy,{fw:"bold",fs:"sm",className:HS.selectProfileBtn,children:[s.jsx("span",{children:"Pick profile"}),s.jsx(t0,{stroke:1.5,className:HS.chevron})]})})}),s.jsx(Le.Dropdown,{w:"max-content",children:s.jsx(Le.Options,{children:a})})]}),s.jsx(q,{children:r?s.jsxs(s.Fragment,{children:[s.jsx(he,{span:!0,size:"sm",c:"dimmed",children:"Displaying profile: "}),s.jsx(he,{span:!0,size:"sm",children:r||"Nothing selected"})]}):s.jsx(he,{span:!0,size:"sm",c:"dimmed",children:"No profile displayed"})})]})})),s.jsx(Oe,{children:s.jsxs(Ae,{gap:"xl",children:[l,s.jsx(C0,{value:n,profileUrl:r})]})})}function $Y(){const e=ae(),{resourceType:t,id:n}=ft(),[r,o]=p.useState(),[i,a]=p.useState(),l=Gt(),[c,u]=p.useState();p.useEffect(()=>{e.readResource(t,n).then(m=>{o(Qr(m)),a(Qr(m))}).catch(m=>{u(mt(m)),pe({color:"red",message:Ie(m),autoClose:!1})})},[e,t,n]);const d=p.useCallback(m=>{u(void 0),e.updateResource(Xs(m)).then(()=>{l(`/${t}/${n}/details`),pe({id:"succes",color:"green",message:"Success"})}).catch(g=>{u(mt(g)),pe({color:"red",message:Ie(g),autoClose:!1})})},[e,t,n,l]),f=p.useCallback(m=>{u(void 0);const g=x0.createPatch(r,m);e.patchResource(t,n,g).then(()=>{l(`/${t}/${n}/details`),pe({id:"succes",color:"green",message:"Success"})}).catch(v=>{u(mt(v)),pe({color:"red",message:Ie(v),autoClose:!1})})},[e,t,n,r,l]),h=p.useCallback(()=>l(`/${t}/${n}/delete`),[l,t,n]);return i?s.jsx(Oe,{children:s.jsx(kf,{defaultValue:i,onSubmit:d,onPatch:f,onDelete:h,outcome:c})}):null}function a_({resource:e,currentProfile:t,onChange:n}){const r=e.resourceType,o=ae(),[i,a]=p.useState();return p.useEffect(()=>{o.searchResources("StructureDefinition",{type:r,derivation:"constraint",_count:50}).then(l=>{a(l.filter(xB))}).catch(console.error)},[o,n,r]),s.jsx(et,{value:t==null?void 0:t.url,onChange:l=>{const c=i==null?void 0:i.find(u=>u.url===l);c&&n(c)},children:s.jsx(et.List,{children:i==null?void 0:i.map(l=>{var d,f;const c=(f=(d=e.meta)==null?void 0:d.profile)==null?void 0:f.includes(l.url),u=c?"This profile is present in this resource's meta.profile property.":"This profile is not included in this resource's meta.profile property.";return s.jsx(et.Tab,{value:l.url,title:u,rightSection:c&&s.jsx(Nx,{variant:"outline",color:"green",size:"xs",style:{borderStyle:"none"},children:s.jsx(uU,{size:"90%"})}),children:l.title||l.name},l.url)})})})}function l_(e,t){const n=ae(),r=Gt();return{defaultValue:{resourceType:e},handleSubmit:a=>{t&&t(void 0),n.createResource(a).then(l=>r("/"+l.resourceType+"/"+l.id)).catch(l=>{t&&t(mt(l)),pe({color:"red",message:Ie(l),autoClose:!1,styles:{description:{whiteSpace:"pre-line"}}})})}}}function vm(){const{resourceType:e}=ft(),t=ri(),[n,r]=p.useState(),{defaultValue:o,handleSubmit:i}=l_(e,r),[a,l]=p.useState(),c=t.pathname.toLowerCase().endsWith("profiles"),u=p.useCallback(d=>{const f=Xs(d);a&&Ak(f,a.url),i(f)},[a,i]);return c?s.jsx(Oe,{children:s.jsxs(Ae,{children:[s.jsx(a_,{resource:o,currentProfile:a,onChange:l}),a?s.jsx(kf,{defaultValue:o,onSubmit:u,outcome:n,profileUrl:a.url},a.url):s.jsx(he,{my:"lg",fz:"lg",fs:"italic",ta:"center",children:"Select a profile above"})]})}):s.jsx(Oe,{children:s.jsx(kf,{defaultValue:o,onSubmit:i,outcome:n})})}function FY(){const e=ae(),{resourceType:t,id:n}=ft(),r=e.readHistory(t,n).read();return s.jsx(Oe,{children:s.jsx(zq,{history:r})})}function zY(){const{resourceType:e}=ft(),[t,n]=p.useState(),{defaultValue:r,handleSubmit:o}=l_(e,n),i=p.useCallback(a=>{o(JSON.parse(a["new-resource"]))},[o]);return s.jsxs(Oe,{children:[t&&s.jsx(Dr,{outcome:t}),s.jsxs(Qe,{onSubmit:i,children:[s.jsx(yl,{name:"new-resource","data-testid":"create-resource-json",autosize:!0,minRows:24,defaultValue:dr(r,!0),formatOnBlur:!0,deserialize:JSON.parse}),s.jsx(ee,{justify:"flex-end",mt:"xl",wrap:"nowrap",children:s.jsx(ie,{type:"submit",children:"OK"})})]})]})}function UY(){const e=ae(),{resourceType:t,id:n}=ft(),r=St({reference:t+"/"+n}),o=Gt(),[i,a]=p.useState(),l=p.useCallback(c=>{e.updateResource(Xs(JSON.parse(c.resource))).then(()=>{a(void 0),o(`/${t}/${n}/details`),pe({color:"green",message:"Success"})}).catch(u=>{pe({color:"red",message:Ie(u),autoClose:!1})})},[e,t,n,o]);return r?s.jsxs(Oe,{children:[i&&s.jsx(Dr,{outcome:i}),s.jsxs(Qe,{onSubmit:l,children:[s.jsx(yl,{name:"resource","data-testid":"resource-json",autosize:!0,minRows:24,defaultValue:dr(r,!0),formatOnBlur:!0,deserialize:JSON.parse}),s.jsx(ee,{justify:"flex-end",mt:"xl",wrap:"nowrap",children:s.jsx(ie,{type:"submit",children:"OK"})})]})]}):null}function BY(){const{resourceType:e,id:t}=ft();return St({reference:e+"/"+t})?s.jsxs(Oe,{children:[s.jsxs(Ui,{icon:s.jsx(Tl,{size:16}),mb:"xl",children:["This is just a preview! Access your form here:",s.jsx("br",{}),s.jsx(Xe,{href:`/forms/${t}`,children:`/forms/${t}`})]}),s.jsx(y2,{questionnaire:{reference:e+"/"+t},onSubmit:()=>alert("You submitted the preview")})]}):null}function VY(){const e=ae(),{resourceType:t,id:n}=ft(),[r,o]=p.useState(),[i,a]=p.useState();return p.useEffect(()=>{e.readResource(t,n).then(l=>o(Qr(l))).catch(l=>{pe({color:"red",message:Ie(l)})})},[e,t,n]),r?s.jsxs(Oe,{children:[s.jsxs(be,{order:2,children:["Available ",t," profiles"]}),s.jsx(Ae,{children:s.jsxs(s.Fragment,{children:[s.jsx(a_,{resource:r,currentProfile:i,onChange:a}),i?s.jsx(WY,{profile:i,resource:r,onResourceUpdated:l=>o(l)},i.url):s.jsx(he,{my:"lg",fz:"lg",fs:"italic",ta:"center",children:"Select a profile above"})]})})]}):null}const WY=({profile:e,resource:t,onResourceUpdated:n})=>{const r=ae(),[o,i]=p.useState(),[a,l]=p.useState(()=>{var u,d;return(d=(u=t.meta)==null?void 0:u.profile)==null?void 0:d.includes(e.url)}),c=p.useCallback(u=>{i(void 0);const d=Xs(u);a?Ak(d,e.url):V6(d,e.url),r.updateResource(d).then(f=>{n(f),pe({color:"green",message:"Success"})}).catch(f=>{i(mt(f)),pe({color:"red",message:Ie(f),autoClose:!1})})},[r,e.url,n,a]);return s.jsxs(Ae,{children:[s.jsx(mu,{size:"md",checked:a,label:`Conform resource to ${e.title}`,onChange:u=>l(u.currentTarget.checked),"data-testid":"profile-toggle"}),a?s.jsx(kf,{profileUrl:e.url,defaultValue:t,onSubmit:c,outcome:o}):s.jsx("form",{noValidate:!0,onSubmit:u=>{u.preventDefault(),c(t)},children:s.jsx(ee,{justify:"flex-end",mt:"xl",children:s.jsx(ie,{type:"submit",children:"OK"})})})]})},c_={"Create Only":"create","Update Only":"update","Delete Only":"delete","All Interactions":void 0},HY=Object.keys(c_);function qY(){const e=ae(),{id:t}=ft(),[n,r]=p.useState(),[o,i]=p.useState("create"),[a,l]=p.useState(0),c=e.searchResources("Subscription","status=active&_count=100").read().filter(d=>GY(d,t));function u(){n&&e.createResource({resourceType:"Subscription",status:"active",reason:`Connect bot ${n.name} to questionnaire responses`,criteria:"QuestionnaireResponse?questionnaire=Questionnaire/"+t,channel:{type:"rest-hook",endpoint:ct(n)},...o?{extension:[{url:"https://medplum.com/fhir/StructureDefinition/subscription-supported-interaction",valueCode:o}]}:void 0}).then(()=>{r(void 0),l(Date.now()),e.invalidateSearches("Subscription"),pe({color:"green",message:"Success"})}).catch(d=>pe({color:"red",message:Ie(d),autoClose:!1}))}return s.jsxs(Oe,{children:[s.jsx(be,{children:"Bots"}),s.jsxs(Ae,{children:[c.length===0&&s.jsx("p",{children:"No bots found."}),c.map(d=>{var f;return s.jsxs("div",{children:[s.jsx("h3",{children:s.jsx(kl,{value:{reference:(f=d.channel)==null?void 0:f.endpoint},link:!0})}),s.jsxs("p",{children:["Criteria: ",d.criteria]})]},d.id)})]}),s.jsx(ln,{}),s.jsxs(Ae,{mt:10,children:[s.jsx(iu,{size:"lg",htmlFor:"bot",children:"Connect to bot"}),s.jsxs(ee,{children:[s.jsx(Ys,{name:"bot",resourceType:"Bot",onChange:d=>r(d)}),s.jsx(ie,{onClick:u,children:"Connect"})]}),s.jsx(ee,{children:s.jsx(Pt,{name:"subscription-trigger-event",defaultValue:"Create Only",label:"Subscription Trigger Event",data:HY,onChange:d=>i(c_[d.target.value])})})]}),s.jsx("div",{style:{display:"none"},children:a})]})}function GY(e,t){var o;const n=e.criteria||"",r=((o=e.channel)==null?void 0:o.endpoint)||"";return n.startsWith("QuestionnaireResponse?")&&n.includes(t)&&r.startsWith("Bot/")}function QY(){const{id:e}=ft(),t=Gt(),[n,r]=p.useState({resourceType:"QuestionnaireResponse",filters:[{code:"questionnaire",operator:oe.EQUALS,value:"Questionnaire/"+e}],fields:["id","_lastUpdated"]});return s.jsx(Oe,{children:s.jsx(ku,{search:n,onClick:o=>t(`/${o.resource.resourceType}/${o.resource.id}`),onChange:o=>r(o.definition),hideFilters:!0,hideToolbar:!0})})}function KY(){const e=ae(),{resourceType:t,id:n}=ft(),r=St({reference:t+"/"+n}),o=p.useCallback(i=>{e.updateResource(Xs(i)).then(()=>{pe({color:"green",message:"Success"})}).catch(a=>{pe({color:"red",message:Ie(a),autoClose:!1})})},[e]);return r?s.jsx(Oe,{children:s.jsx(aq,{onSubmit:o,definition:r})}):null}function YY(){const{resourceType:e,id:t}=ft(),n=St({reference:e+"/"+t});return n?s.jsx(Oe,{children:e==="MeasureReport"?s.jsx(eH,{measureReport:n}):s.jsx(v0,{value:n})}):null}const XY="_container_1ue98_1",JY="_entry_1ue98_14",ZY="_active_1ue98_21",ym={container:XY,entry:JY,active:ZY};function eX(e){const t=ae(),n=St(e.value),[r,o]=p.useState();return p.useEffect(()=>{if(!n)return;const i=z0(n);if(!i)return;const a="reference"in i?i.reference:ct(i);t.search("ServiceRequest","subject="+a).then(l=>{const u=(l.entry??[]).map(d=>d.resource);KR(u),u.reverse(),o(u)}).catch(l=>pe({color:"red",message:Ie(l),autoClose:!1}))},[t,n]),r?s.jsx("div",{"data-testid":"quick-service-requests",className:ym.container,children:r.map(i=>{var a,l,c,u,d,f,h;return s.jsxs("div",{className:rt(ym.entry,{[ym.active]:i.id===(n==null?void 0:n.id)}),children:[s.jsx("p",{children:s.jsx(qe,{to:i,children:tX(i)})}),((l=(a=i.category)==null?void 0:a[0])==null?void 0:l.text)&&s.jsx("p",{children:(c=i.category[0])==null?void 0:c.text}),((f=(d=(u=i.code)==null?void 0:u.coding)==null?void 0:d[0])==null?void 0:f.code)&&s.jsx("p",{children:(h=i.code.coding[0])==null?void 0:h.code}),s.jsx("p",{children:nX(i)})]},i.id)})}):null}function tX(e){if(e.identifier){for(const t of e.identifier)if(t.value)return t.value}return e.id||""}function nX(e){var t;return e.authoredOn?e.authoredOn.substring(0,10):(t=e.meta)!=null&&t.lastUpdated?e.meta.lastUpdated.substring(0,10):""}const rX="_container_1l2dh_1",oX={container:rX};function iX(e){var o,i,a,l;const t=St(e.valueSet);if(!t)return null;const n=[""],r=(l=(a=(i=(o=t.compose)==null?void 0:o.include)==null?void 0:i[0])==null?void 0:a.concept)==null?void 0:l.map(c=>c.code);return r&&n.push(...r),e.defaultValue&&!n.includes(e.defaultValue)&&n.push(e.defaultValue),s.jsx("div",{className:oX.container,children:s.jsx(Pt,{defaultValue:e.defaultValue,onChange:c=>e.onChange(c.currentTarget.value),data:n})})}function sX(e){var n,r;const t=St(e.specimen);return t?s.jsxs(ze,{children:[s.jsxs(ze.Entry,{children:[s.jsx(ze.Key,{children:"Type"}),s.jsx(ze.Value,{children:"Specimen"})]}),s.jsxs(ze.Entry,{children:[s.jsx(ze.Key,{children:"Collected"}),s.jsx(ze.Value,{children:Ln((n=t.collection)==null?void 0:n.collectedDateTime)})]}),s.jsxs(ze.Entry,{children:[s.jsx(ze.Key,{children:"Specimen Age"}),s.jsx(ze.Value,{children:aX(t)})]}),(r=t.collection)!=null&&r.collectedDateTime&&t.receivedTime?s.jsxs(ze.Entry,{children:[s.jsx(ze.Key,{children:"Specimen Stability"}),s.jsx(ze.Value,{children:lX(t)})]}):s.jsx(s.Fragment,{})]}):null}function aX(e){var o;const t=(o=e.collection)==null?void 0:o.collectedDateTime;if(!t)return;const n=new Date(t);return u_(d_(n,new Date))}function lX(e){var r;if(!((r=e.collection)!=null&&r.collectedDateTime)||!e.receivedTime)return;const t=new Date(e.collection.collectedDateTime),n=new Date(e.receivedTime);return u_(d_(t,n))}function u_(e){return e.toString().padStart(3,"0")+"D"}function d_(e,t){const n=t.getTime()-e.getTime();return Math.floor(n/(1e3*3600*24))}function cX(e){const t=["Timeline"];return e==="Bot"&&t.push("Editor","Subscriptions"),e==="PlanDefinition"&&t.push("Apply","Builder"),e==="Questionnaire"&&t.push("Preview","Builder","Bots","Responses"),(e==="DiagnosticReport"||e==="MeasureReport")&&t.push("Report"),e==="RequestGroup"&&t.push("Checklist"),e==="ObservationDefinition"&&t.push("Ranges"),e==="Agent"&&t.push("Tools"),t.push("Details","Edit","Event","History","Blame","JSON","Apps","Profiles"),t}const uX=[];function dX(){var y,w,C,j,T,E,R;const e=ae(),{resourceType:t,id:n}=ft(),r={reference:t+"/"+n},o=Gt(),[i,a]=p.useState(),l=St(r,a),c=cX(t),[u,d]=p.useState(()=>{const _=window.location.pathname.split("/").pop();return _&&c.map(N=>N.toLowerCase()).includes(_)?_:c[0].toLowerCase()}),f=At();async function h(){var O,F;const N=(F=(O=(await e.readHistory(t,n)).entry)==null?void 0:O.find(z=>!!z.resource))==null?void 0:F.resource;N?m(N):pe({color:"red",message:"No history to restore",autoClose:!1})}function m(_){e.updateResource(Xs(_)).then(()=>{a(void 0),pe({color:"green",message:"Success"})}).catch(N=>{pe({color:"red",message:Ie(N),autoClose:!1})})}if(i)return f7(i)?s.jsxs(Oe,{children:[s.jsx(be,{children:"Deleted"}),s.jsx("p",{children:"The resource was deleted."}),s.jsx(ie,{color:"red",onClick:h,children:"Restore"})]}):s.jsx(Dr,{outcome:i});function g(_){_||(_=c[0].toLowerCase()),d(_),o(`/${t}/${n}/${_}`)}function v(_){const N=l,O=N.orderDetail||[];O.length===0&&O.push({}),O[0].text!==_&&(O[0].text=_,m({...N,orderDetail:O}))}const S=l&&z0(l),b=l&&MK(l),x=(C=(w=(y=e.getUserConfiguration())==null?void 0:y.option)==null?void 0:w.find(_=>_.id==="statusValueSet"))==null?void 0:C.valueString;return s.jsxs(s.Fragment,{children:[(l==null?void 0:l.resourceType)==="ServiceRequest"&&x&&s.jsx(iX,{valueSet:{reference:x},defaultValue:(T=(j=l.orderDetail)==null?void 0:j[0])==null?void 0:T.text,onChange:v},ct(l)+"-"+((R=(E=l.orderDetail)==null?void 0:E[0])==null?void 0:R.text)),l&&s.jsx(eX,{value:l}),l&&s.jsxs(Xn,{children:[S&&s.jsx(n_,{patient:S}),b&&s.jsx(sX,{specimen:b}),t!=="Patient"&&s.jsx(r_,{resource:r}),s.jsx(kr,{children:s.jsx(et,{value:u.toLowerCase(),onChange:g,children:s.jsx(et.List,{style:{whiteSpace:"nowrap",flexWrap:"nowrap"},children:c.map(_=>s.jsx(et.Tab,{value:_.toLowerCase(),children:uX.includes(_)?s.jsxs(ee,{gap:"xs",wrap:"nowrap",children:[_,s.jsx(uu,{color:f.primaryColor,size:"sm",children:"Beta"})]}):_},_))})})})]}),s.jsx(M0,{})]})}function qS(){var b,x,y,w;const e=Gt(),{resourceType:t,id:n,versionId:r,tab:o}=ft(),i=ae(),[a,l]=p.useState(!0),[c,u]=p.useState(),[d,f]=p.useState();if(p.useEffect(()=>{f(void 0),l(!0),i.readHistory(t,n).then(C=>u(C)).then(()=>l(!1)).catch(C=>{f(C),l(!1)})},[i,t,n]),a)return s.jsx(Tr,{});if(!c)return s.jsxs(Oe,{children:[s.jsx(be,{children:"Resource not found"}),s.jsx(qe,{to:`/${t}`,children:"Return to search page"})]});const h=c.entry??[],m=h.findIndex(C=>{var j,T;return((T=(j=C.resource)==null?void 0:j.meta)==null?void 0:T.versionId)===r});if(m===-1)return s.jsxs(Oe,{children:[s.jsx(be,{children:"Version not found"}),s.jsx(qe,{to:`/${t}/${n}`,children:"Return to resource"})]});const g=h[m].resource,v=m<h.length-1?h[m+1].resource:void 0,S="diff";return s.jsxs(et,{value:o||S,onChange:C=>e(`/${t}/${n}/_history/${r}/${C||S}`),children:[s.jsxs(Xn,{children:[s.jsx(Tu,{fluid:!0,p:"md",children:s.jsx(he,{children:`${t} ${n}`})}),s.jsxs(et.List,{children:[s.jsx(et.Tab,{value:"diff",children:"Diff"}),s.jsx(et.Tab,{value:"raw",children:"Raw"})]})]}),s.jsxs(Oe,{children:[d&&s.jsx("pre",{"data-testid":"error",children:JSON.stringify(d,void 0,2)}),s.jsx(et.Panel,{value:"diff",children:v?s.jsxs(s.Fragment,{children:[s.jsxs("ul",{children:[s.jsxs("li",{children:["Current: ",(b=g.meta)==null?void 0:b.versionId]}),s.jsxs("li",{children:["Previous:"," ",s.jsx(qe,{to:`/${t}/${n}/_history/${(x=v.meta)==null?void 0:x.versionId}`,children:(y=v.meta)==null?void 0:y.versionId})]})]}),s.jsx(Oq,{original:v,revised:g})]}):s.jsxs(s.Fragment,{children:[s.jsxs("ul",{children:[s.jsxs("li",{children:["Current: ",(w=g.meta)==null?void 0:w.versionId]}),s.jsx("li",{children:"Previous: (none)"})]}),s.jsx("pre",{children:JSON.stringify(g,void 0,2)})]})}),s.jsx(et.Panel,{value:"raw",children:s.jsx("pre",{children:JSON.stringify(g,void 0,2)})})]})]})}function fX(){const{resourceType:e,id:t}=ft(),n=Gt(),[r,o]=p.useState({resourceType:"Subscription",filters:[{code:"url",operator:oe.EQUALS,value:`${e}/${t}`}],fields:["id","criteria","status","_lastUpdated"]});return s.jsx(Oe,{children:s.jsx(BW,{search:r,onClick:i=>n(`/${i.resource.resourceType}/${i.resource.id}`),onChange:i=>o(i.definition),hideFilters:!0})})}function hX(e){const t=ae(),{resource:n,opened:r,onClose:o}=e,[i,a]=p.useState(!1),[l,c]=p.useState(),[u,d]=p.useState(!1),f=p.useCallback(async()=>{if(n!=null&&n.id)try{await t.post(t.fhirUrl(n.resourceType,n.id,"$resend"),{subscription:i&&l?ct(l):void 0,verbose:u}),pe({color:"green",message:"Done"}),o()}catch(h){pe({color:"red",message:Ie(h),autoClose:!1})}},[t,n,o,i,l,u]);return s.jsx(mn,{opened:r,onClose:o,title:"Resend Subscriptions",children:s.jsx(Qe,{onSubmit:f,children:s.jsxs(Ae,{children:[s.jsx(kn,{label:"Choose subscription (all subscriptions by default)",onChange:h=>a(h.currentTarget.checked)}),i&&s.jsx(Ys,{name:"subscription",resourceType:"Subscription",placeholder:"Subscription",onChange:c}),s.jsx(kn,{label:"Verbose mode",onChange:h=>d(h.currentTarget.checked)}),s.jsx(ee,{justify:"flex-end",children:s.jsx(ie,{type:"submit",children:"Resend"})})]})})})}function GS(){const e=ae(),t=Gh(),{resourceType:n,id:r}=ft(),o={reference:n+"/"+r},[i,a]=p.useState(),l=Bf(!1);function c(x,y){return e.updateResource({...x,priority:y})}function u(x,y){c(x,"stat").then(y).catch(console.error)}function d(x,y){c(x,"routine").then(y).catch(console.error)}function f(x){t(`/${x.resourceType}/${x.id}`)}function h(x){t(`/${x.resourceType}/${x.id}/edit`)}function m(x){t(`/${x.resourceType}/${x.id}/delete`)}function g(x){a(x),l[1].open()}function v(x){var y;t(`/${x.resourceType}/${x.id}/_history/${(y=x.meta)==null?void 0:y.versionId}`)}function S(x,y){e.post(e.fhirUrl(x.resourceType,x.id,"$aws-textract"),{}).then(y).catch(console.error)}function b(x){var D;const{primaryResource:y,currentResource:w,reloadTimeline:C}=x,j=w.resourceType===y.resourceType&&w.id===y.id,T=w.resourceType==="Communication"&&w.priority!=="stat",E=w.resourceType==="Communication"&&w.priority==="stat",R=j,_=!j,N=!j,O=!j,F=(D=e.getProjectMembership())==null?void 0:D.admin,z=F,H=QK()&&(w.resourceType==="DocumentReference"||w.resourceType==="Media");return s.jsxs(Z.Dropdown,{children:[s.jsx(Z.Label,{children:"Resource"}),T&&s.jsx(Z.Item,{leftSection:s.jsx(Qz,{size:14}),onClick:()=>u(w,C),"aria-label":`Pin ${ct(w)}`,children:"Pin"}),E&&s.jsx(Z.Item,{leftSection:s.jsx(Kz,{size:14}),onClick:()=>d(w,C),"aria-label":`Unpin ${ct(w)}`,children:"Unpin"}),_&&s.jsx(Z.Item,{leftSection:s.jsx(Fw,{size:14}),onClick:()=>f(w),"aria-label":`Details ${ct(w)}`,children:"Details"}),R&&s.jsx(Z.Item,{leftSection:s.jsx(Fw,{size:14}),onClick:()=>v(w),"aria-label":`Details ${ct(w)}`,children:"Details"}),N&&s.jsx(Z.Item,{leftSection:s.jsx(lR,{size:14}),onClick:()=>h(w),"aria-label":`Edit ${ct(w)}`,children:"Edit"}),F&&s.jsxs(s.Fragment,{children:[s.jsx(Z.Divider,{}),s.jsx(Z.Label,{children:"Admin"}),z&&s.jsx(Z.Item,{leftSection:s.jsx(eU,{size:14}),onClick:()=>g(w),"aria-label":`Resend Subscriptions ${ct(w)}`,children:"Resend Subscriptions"})]}),H&&s.jsxs(s.Fragment,{children:[s.jsx(Z.Divider,{}),s.jsx(Z.Label,{children:"AWS AI"}),s.jsx(Z.Item,{leftSection:s.jsx(lU,{size:14}),onClick:()=>S(w,C),"aria-label":`AWS Textract ${ct(w)}`,children:"AWS Textract"})]}),O&&s.jsxs(s.Fragment,{children:[s.jsx(Z.Divider,{}),s.jsx(Z.Label,{children:"Danger zone"}),s.jsx(Z.Item,{color:"red",leftSection:s.jsx(i0,{size:14}),onClick:()=>m(w),"aria-label":`Delete ${ct(w)}`,children:"Delete"})]})]})}return s.jsxs(s.Fragment,{children:[n==="Encounter"&&s.jsx(XV,{encounter:o,getMenu:b}),n==="Patient"&&s.jsx(tH,{patient:o,getMenu:b}),n==="ServiceRequest"&&s.jsx(Vq,{serviceRequest:o,getMenu:b}),n!=="Encounter"&&n!=="Patient"&&n!=="ServiceRequest"&&s.jsx(YV,{resource:o,getMenu:b}),s.jsx(hX,{resource:i,opened:l[0],onClose:l[1].close},`resend-subscriptions-${i==null?void 0:i.id}`)]})}function pX(e){const{opened:t,close:n,version:r,loadingStatus:o,handleStatus:i,handleUpgrade:a}=e,[l,c]=p.useState();return p.useEffect(()=>{t&&(l||cz().then(c).catch(console.error),i())},[t,l,i]),l&&r&&!o?r==="unknown"?s.jsx("p",{children:"Unable to determine the current version of the agent. Check the network connectivity of the agent."}):r.startsWith(l)?s.jsxs("p",{children:["This agent is already on the latest version (",l,")."]}):s.jsxs(s.Fragment,{children:[s.jsxs("p",{children:["Are you sure you want to upgrade this agent from version ",r," to version ",l,"?"]}),s.jsx(ie,{onClick:()=>{a(),n()},"aria-label":"Confirm upgrade",children:"Confirm Upgrade"})]}):s.jsx(Tr,{})}function mX(){const e=ae(),{id:t}=ft(),n=p.useMemo(()=>({reference:"Agent/"+t}),[t]),[r,o]=p.useState(!1),[i,a]=p.useState(!1),[l,c]=p.useState(!1),[u,d]=p.useState(),[f,h]=p.useState(),[m,g]=p.useState(),[v,S]=p.useState(),[b,x]=p.useState(!1),[y,w]=p.useState(!1),[C,{open:j,close:T}]=Bf(!1);p.useEffect(()=>{if(r||i||l||b){w(!0);return}w(!1)},[r,i,l,b]);const E=p.useCallback(()=>{o(!0),e.get(e.fhirUrl("Agent",t,"$status"),{cache:"reload"}).then(z=>{var H,D,k,P,I,L;d((D=(H=z.parameter)==null?void 0:H.find($=>$.name==="status"))==null?void 0:D.valueCode),h((P=(k=z.parameter)==null?void 0:k.find($=>$.name==="version"))==null?void 0:P.valueString),g((L=(I=z.parameter)==null?void 0:I.find($=>$.name==="lastUpdated"))==null?void 0:L.valueInstant)}).catch(z=>F(Ie(z))).finally(()=>o(!1))},[e,t]),R=p.useCallback(z=>{const H=z.host,D=z.pingCount||1;H&&(x(!0),e.pushToAgent(n,H,`PING ${D}`,sn.PING,!0).then(k=>S(k)).catch(k=>F(Ie(k))).finally(()=>x(!1)))},[e,n]),_=p.useCallback(()=>{a(!0),e.get(e.fhirUrl("Agent",t,"$reload-config"),{cache:"reload"}).then(z=>{O("Agent config reloaded successfully.")}).catch(z=>F(Ie(z))).finally(()=>a(!1))},[e,t]),N=p.useCallback(()=>{c(!0),e.get(e.fhirUrl("Agent",t,"$upgrade"),{cache:"reload"}).then(z=>{O("Agent upgraded successfully.")}).catch(z=>F(Ie(z))).finally(()=>c(!1))},[e,t]);function O(z){pe({color:"green",title:"Success",icon:s.jsx(Ks,{size:"1rem"}),message:z})}function F(z){pe({color:"red",title:"Error",message:z,autoClose:!1})}return s.jsxs(Oe,{children:[s.jsx(mn,{opened:C,onClose:T,title:"Upgrade Agent",centered:!0,children:s.jsx(pX,{opened:C,close:T,version:f,loadingStatus:r,handleStatus:E,handleUpgrade:N})}),s.jsx(be,{order:1,children:"Agent Tools"}),s.jsxs("div",{style:{marginBottom:10},children:["Agent: ",s.jsx(kl,{value:n,link:!0})]}),s.jsx(ln,{my:"lg"}),s.jsx(be,{order:2,children:"Agent Status"}),s.jsx("p",{children:"Retrieve the status of the agent. This tests whether the agent is connected to the Medplum server, and the last time it was able to communicate."}),s.jsx(ie,{onClick:E,loading:r,disabled:y&&!r,children:"Get Status"}),!r&&u&&s.jsx(fe,{children:s.jsxs(fe.Tbody,{children:[s.jsxs(fe.Tr,{children:[s.jsx(fe.Td,{children:"Status"}),s.jsx(fe.Td,{children:s.jsx(g0,{status:u})})]}),s.jsxs(fe.Tr,{children:[s.jsx(fe.Td,{children:"Version"}),s.jsx(fe.Td,{children:f})]}),s.jsxs(fe.Tr,{children:[s.jsx(fe.Td,{children:"Last Updated"}),s.jsx(fe.Td,{children:Ln(m,void 0,{timeZoneName:"longOffset"})})]})]})}),s.jsx(ln,{my:"lg"}),s.jsx(be,{order:2,children:"Reload Config"}),s.jsx("p",{children:"Reload the configuration of this agent, syncing it with the current version of the Agent resource on the Medplum server."}),s.jsx(ie,{onClick:_,loading:i,disabled:y&&!i,"aria-label":"Reload config",children:"Reload Config"}),s.jsx(ln,{my:"lg"}),s.jsx(be,{order:2,children:"Upgrade Agent"}),s.jsx("p",{children:"Upgrade the version of this agent, to either the latest (default) or a specified version."}),s.jsx(ie,{onClick:j,loading:l,disabled:y&&!l,"aria-label":"Upgrade agent",children:"Upgrade"}),s.jsx(ln,{my:"lg"}),s.jsx(be,{order:2,children:"Ping from Agent"}),s.jsx("p",{children:"Send a ping command from the agent to a valid IP address or hostname. Use this tool to troubleshoot local network connectivity."}),s.jsx(Qe,{onSubmit:R,children:s.jsxs(ee,{children:[s.jsx(ye,{id:"host",name:"host",placeholder:"ex. 127.0.0.1",label:"IP Address / Hostname",rightSection:s.jsx(en,{size:24,radius:"xl",variant:"filled",type:"submit","aria-label":"Ping",loading:b,disabled:y&&!b,children:s.jsx(nU,{style:{width:"1rem",height:"1rem"},stroke:1.5})})}),s.jsx(gx,{id:"pingCount",name:"pingCount",placeholder:"1",label:"Ping Count"})]})}),!b&&v&&s.jsxs(s.Fragment,{children:[s.jsx(be,{order:5,mt:"sm",mb:0,children:"Last Ping"}),s.jsx("pre",{children:v})]})]})}function gX(){return s.jsx(pQ,{children:s.jsxs(Ee,{errorElement:s.jsx(RK,{}),children:[s.jsx(Ee,{path:"/signin",element:s.jsx(eY,{})}),s.jsx(Ee,{path:"/oauth",element:s.jsx(KK,{})}),s.jsx(Ee,{path:"/resetpassword",element:s.jsx(XK,{})}),s.jsx(Ee,{path:"/setpassword/:id/:secret",element:s.jsx(ZK,{})}),s.jsx(Ee,{path:"/register",element:s.jsx(YK,{})}),s.jsx(Ee,{path:"/changepassword",element:s.jsx(TK,{})}),s.jsx(Ee,{path:"/security",element:s.jsx(JK,{})}),s.jsx(Ee,{path:"/mfa",element:s.jsx(GK,{})}),s.jsx(Ee,{path:"/batch",element:s.jsx(CK,{})}),s.jsx(Ee,{path:"/bulk/:resourceType",element:s.jsx(EK,{})}),s.jsx(Ee,{path:"/smart",element:s.jsx(tY,{})}),s.jsx(Ee,{path:"/forms/:id",element:s.jsx(LK,{})}),s.jsx(Ee,{path:"/admin/super",element:s.jsx(pY,{})}),s.jsx(Ee,{path:"/admin/config",element:s.jsx(uY,{})}),s.jsxs(Ee,{path:"/admin",element:s.jsx(dY,{}),children:[s.jsx(Ee,{path:"patients",element:s.jsx(cY,{})}),s.jsx(Ee,{path:"bots/new",element:s.jsx(oY,{})}),s.jsx(Ee,{path:"bots",element:s.jsx(nY,{})}),s.jsx(Ee,{path:"clients/new",element:s.jsx(iY,{})}),s.jsx(Ee,{path:"clients",element:s.jsx(rY,{})}),s.jsx(Ee,{path:"details",element:s.jsx(BS,{})}),s.jsx(Ee,{path:"invite",element:s.jsx(lY,{})}),s.jsx(Ee,{path:"users",element:s.jsx(mY,{})}),s.jsx(Ee,{path:"project",element:s.jsx(BS,{})}),s.jsx(Ee,{path:"secrets",element:s.jsx(fY,{})}),s.jsx(Ee,{path:"sites",element:s.jsx(hY,{})}),s.jsx(Ee,{path:"members/:membershipId",element:s.jsx(aY,{})})]}),s.jsx(Ee,{path:"/lab/assays",element:s.jsx(gY,{})}),s.jsx(Ee,{path:"/lab/panels",element:s.jsx(vY,{})}),s.jsx(Ee,{path:"/:resourceType/:id/_history/:versionId/:tab",element:s.jsx(qS,{})}),s.jsx(Ee,{path:"/:resourceType/:id/_history/:versionId",element:s.jsx(qS,{})}),s.jsxs(Ee,{path:"/:resourceType/new",element:s.jsx(kK,{}),children:[s.jsx(Ee,{index:!0,element:s.jsx(vm,{})}),s.jsx(Ee,{path:"form",element:s.jsx(vm,{})}),s.jsx(Ee,{path:"json",element:s.jsx(zY,{})}),s.jsx(Ee,{path:"profiles",element:s.jsx(vm,{})})]}),s.jsxs(Ee,{path:"/:resourceType/:id",element:s.jsx(dX,{}),children:[s.jsx(Ee,{index:!0,element:s.jsx(GS,{})}),s.jsx(Ee,{path:"apply",element:s.jsx(xY,{})}),s.jsx(Ee,{path:"apps",element:s.jsx(bY,{})}),s.jsx(Ee,{path:"event",element:s.jsx(SY,{})}),s.jsx(Ee,{path:"blame",element:s.jsx(jY,{})}),s.jsx(Ee,{path:"bots",element:s.jsx(qY,{})}),s.jsx(Ee,{path:"builder",element:s.jsx(IY,{})}),s.jsx(Ee,{path:"checklist",element:s.jsx(AY,{})}),s.jsx(Ee,{path:"delete",element:s.jsx(NY,{})}),s.jsx(Ee,{path:"details",element:s.jsx(LY,{})}),s.jsx(Ee,{path:"edit",element:s.jsx($Y,{})}),s.jsx(Ee,{path:"editor",element:s.jsx(_Y,{})}),s.jsx(Ee,{path:"history",element:s.jsx(FY,{})}),s.jsx(Ee,{path:"json",element:s.jsx(UY,{})}),s.jsx(Ee,{path:"preview",element:s.jsx(BY,{})}),s.jsx(Ee,{path:"responses",element:s.jsx(QY,{})}),s.jsx(Ee,{path:"report",element:s.jsx(YY,{})}),s.jsx(Ee,{path:"ranges",element:s.jsx(KY,{})}),s.jsx(Ee,{path:"subscriptions",element:s.jsx(fX,{})}),s.jsx(Ee,{path:"timeline",element:s.jsx(GS,{})}),s.jsx(Ee,{path:"tools",element:s.jsx(mX,{})}),s.jsx(Ee,{path:"profiles",element:s.jsx(VY,{})})]}),s.jsx(Ee,{path:"/:resourceType",element:s.jsx(US,{})}),s.jsx(Ee,{path:"/",element:s.jsx(US,{})})]})})}function vX(){const e=ae(),t=e.getUserConfiguration(),n=ri(),[r]=O0();return e.isLoading()?s.jsx(Tr,{}):s.jsx(nB,{logo:s.jsx(Zr,{size:24}),pathname:n.pathname,searchParams:r,version:F8,menus:yX(t),displayAddBookmark:!!(t!=null&&t.id),children:s.jsx(p.Suspense,{fallback:s.jsx(Tr,{}),children:s.jsx(gX,{})})})}function yX(e){var n;const t=((n=e==null?void 0:e.menu)==null?void 0:n.map(r=>{var o;return{title:r.title,links:((o=r.link)==null?void 0:o.map(i=>({label:i.name,href:i.target,icon:xX(i.target)})))||[]}}))||[];return t.push({title:"Settings",links:[{label:"Security",href:"/security",icon:s.jsx(Vz,{})}]}),t}const QS={Patient:iU,Practitioner:Uz,Organization:Iz,ServiceRequest:Jz,DiagnosticReport:tU,Questionnaire:zz,admin:Rz,AccessPolicy:Bz,Subscription:cU,batch:Gz,Observation:qz};function xX(e){try{const t=new URL(e,"https://app.medplum.com").pathname.split("/")[1];if(t in QS){const n=QS[t];return s.jsx(n,{})}}catch{}return s.jsx(Fh,{w:30})}"serviceWorker"in navigator&&window.addEventListener("load",()=>{navigator.serviceWorker.getRegistrations().then(e=>Promise.all(e.map(t=>t.unregister()))).catch(e=>console.error("SW registration failed: ",e))});async function bX(){const e=Iu(),t=new Jk({baseUrl:e.baseUrl,clientId:e.clientId,cacheTime:6e4,autoBatchTime:100,onUnauthenticated:()=>{window.location.pathname!=="/signin"&&window.location.pathname!=="/oauth"&&(window.location.href="/signin?next="+encodeURIComponent(window.location.pathname+window.location.search))}}),n={headings:{sizes:{h1:{fontSize:"1.125rem",fontWeight:"500",lineHeight:"2.0"}}},fontSizes:{xs:"0.6875rem",sm:"0.875rem",md:"0.875rem",lg:"1.0rem",xl:"1.125rem"}},r=yQ([{path:"*",element:s.jsx(vX,{})}]),o=a=>r.navigate(a);k2(document.getElementById("root")).render(s.jsx(p.StrictMode,{children:s.jsx(uz,{medplum:t,navigate:o,children:s.jsxs(_j,{theme:n,children:[s.jsx(ei,{position:"bottom-right"}),s.jsx(PQ,{router:r})]})})}))}bX().catch(console.error);
582
+ //# sourceMappingURL=index-BG7zHNvz.js.map