From 6ca547d094a840b226f6f0f781483dd8edd2cd24 Mon Sep 17 00:00:00 2001 From: Paul Grimes Date: Wed, 14 Aug 2024 16:03:20 +1000 Subject: [PATCH] Added build location --- .gitignore | 1 - package-lock.json | 14 +- public/build/assets/AdminHome-DnPYiCHw.js | 1 + .../assets/AdminTopNavigation-CoWyOwJw.js | 68 ++++ .../build/assets/ApplicationLogo-DjcdUDia.js | 1 + .../assets/AuthenticatedLayout-CucepTCS.js | 1 + .../build/assets/ConfirmPassword-BsM6o3GN.js | 1 + public/build/assets/Dashboard-GX_zaVdS.js | 1 + .../build/assets/DeleteUserForm-CzS11hfM.js | 1 + public/build/assets/Edit-lZFBGTlP.js | 1 + .../build/assets/ForgotPassword-DNOK_dIb.js | 1 + public/build/assets/GuestLayout-Bt1GqTCS.js | 1 + public/build/assets/Login-kL7jgsSA.js | 1 + public/build/assets/PrimaryButton-QUwK6JZ-.js | 1 + public/build/assets/Register-D_pcae3z.js | 1 + public/build/assets/ResetPassword-DQi3rVXr.js | 1 + .../build/assets/SecondaryButton-BjuAuG7l.js | 1 + public/build/assets/Team-BjQP1Z4Q.js | 1 + public/build/assets/TeamNew-CnufeWs1.js | 1 + public/build/assets/Teams-BJqo3kND.js | 1 + public/build/assets/TextInput-BppGK5PF.js | 1 + .../assets/UpdatePasswordForm-DyjIXI3r.js | 1 + .../UpdateProfileInformationForm-BGHR8v87.js | 1 + public/build/assets/User-BUWAC7EY.js | 1 + public/build/assets/Users-Dv1KG888.js | 1 + public/build/assets/VerifyEmail-Bl-5nDMb.js | 1 + .../_plugin-vue_export-helper-DlAUqK2U.js | 1 + public/build/assets/app-CTYKpPcj.css | 1 + public/build/assets/app-D8PkLECA.js | 102 ++++++ public/build/manifest.json | 316 ++++++++++++++++++ resources/views/scribe/index.blade.php | 16 +- 31 files changed, 526 insertions(+), 16 deletions(-) create mode 100644 public/build/assets/AdminHome-DnPYiCHw.js create mode 100644 public/build/assets/AdminTopNavigation-CoWyOwJw.js create mode 100644 public/build/assets/ApplicationLogo-DjcdUDia.js create mode 100644 public/build/assets/AuthenticatedLayout-CucepTCS.js create mode 100644 public/build/assets/ConfirmPassword-BsM6o3GN.js create mode 100644 public/build/assets/Dashboard-GX_zaVdS.js create mode 100644 public/build/assets/DeleteUserForm-CzS11hfM.js create mode 100644 public/build/assets/Edit-lZFBGTlP.js create mode 100644 public/build/assets/ForgotPassword-DNOK_dIb.js create mode 100644 public/build/assets/GuestLayout-Bt1GqTCS.js create mode 100644 public/build/assets/Login-kL7jgsSA.js create mode 100644 public/build/assets/PrimaryButton-QUwK6JZ-.js create mode 100644 public/build/assets/Register-D_pcae3z.js create mode 100644 public/build/assets/ResetPassword-DQi3rVXr.js create mode 100644 public/build/assets/SecondaryButton-BjuAuG7l.js create mode 100644 public/build/assets/Team-BjQP1Z4Q.js create mode 100644 public/build/assets/TeamNew-CnufeWs1.js create mode 100644 public/build/assets/Teams-BJqo3kND.js create mode 100644 public/build/assets/TextInput-BppGK5PF.js create mode 100644 public/build/assets/UpdatePasswordForm-DyjIXI3r.js create mode 100644 public/build/assets/UpdateProfileInformationForm-BGHR8v87.js create mode 100644 public/build/assets/User-BUWAC7EY.js create mode 100644 public/build/assets/Users-Dv1KG888.js create mode 100644 public/build/assets/VerifyEmail-Bl-5nDMb.js create mode 100644 public/build/assets/_plugin-vue_export-helper-DlAUqK2U.js create mode 100644 public/build/assets/app-CTYKpPcj.css create mode 100644 public/build/assets/app-D8PkLECA.js create mode 100644 public/build/manifest.json diff --git a/.gitignore b/.gitignore index 5c9cec61..d1487e23 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ /.phpunit.cache /node_modules -/public/build /public/hot /public/storage /storage/*.key diff --git a/package-lock.json b/package-lock.json index 0d0bbd1b..73b6d855 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "open-food-network-vouchers", + "name": "vine", "lockfileVersion": 3, "requires": true, "packages": { @@ -1013,9 +1013,9 @@ } }, "node_modules/axios": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", - "integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dev": true, "dependencies": { "follow-redirects": "^1.15.6", @@ -2561,9 +2561,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.9", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.9.tgz", - "integrity": "sha512-1SEOvRr6sSdV5IDf9iC+NU4dhwdqzF4zKKq3sAbasUWHEM6lsMhX+eNN5gkPx1BvLFEnZQEUFbXnGj8Qlp83Pg==", + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", + "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/public/build/assets/AdminHome-DnPYiCHw.js b/public/build/assets/AdminHome-DnPYiCHw.js new file mode 100644 index 00000000..f8b3f7ac --- /dev/null +++ b/public/build/assets/AdminHome-DnPYiCHw.js @@ -0,0 +1 @@ +import{_ as p}from"./AuthenticatedLayout-CucepTCS.js";import{o as m,c as h,a as g,b as e,r as x,d as s,w as t,u as o,i,t as r,F as w,Z as y}from"./app-D8PkLECA.js";import{S as $,_ as j}from"./AdminTopNavigation-CoWyOwJw.js";import{_ as c}from"./SecondaryButton-BjuAuG7l.js";import"./ApplicationLogo-DjcdUDia.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const S={key:0,class:"-ml-12 -mt-12"},V=e("svg",{class:"animate-spin -ml-1 mr-3 h-8 w-8",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},[e("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor","stroke-width":"4"}),e("path",{class:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})],-1),k=[V],B={__name:"AjaxLoadingIndicator",props:{loading:{type:Boolean,required:!0,default:!1}},setup(_){const d=_;return(l,f)=>d.loading?(m(),h("div",S,k)):g("",!0)}},C={class:"card"},b={class:"grid grid-cols-2 lg:grid-cols-4 gap-4"},N={class:"w-full"},A={class:"flex justify-center text-3xl"},D=e("div",{class:"text-xs"}," # Users ",-1),F={class:"w-full"},R={class:"flex justify-center text-3xl"},z=e("div",{class:"text-xs"}," # Teams ",-1),H=e("div",{class:"hidden lg:inline"},null,-1),I=e("div",{class:"hidden lg:inline"},null,-1),O={class:"w-full"},q={class:"flex justify-center text-3xl"},E=e("div",{class:"text-xs"}," # Voucher Sets (x) ",-1),L={class:"w-full"},M={class:"flex justify-center text-3xl"},T=e("div",{class:"text-xs"}," # Vouchers (x) ",-1),U={class:"w-full"},X={class:"flex justify-center text-3xl"},Y=e("div",{class:"text-xs"}," $ Voucher (Original) (x) ",-1),Z={class:"w-full"},G={class:"flex justify-center text-3xl"},J=e("div",{class:"text-xs"}," $ Vouchers Remaining (x) ",-1),K={class:"w-full"},P={class:"flex justify-center text-3xl"},Q=e("div",{class:"text-xs"}," # Redemptions (x) ",-1),W={class:"w-full"},ee={class:"flex justify-center text-3xl"},se=e("div",{class:"text-xs"}," $ Redemptions (x) ",-1),te=e("div",null," X = Yet to be linked ",-1),ae={__name:"SystemStatisticsComponent",setup(_){const d=x(!1),l=x({num_users:0,num_teams:0,num_voucher_sets:0,num_vouchers:0,num_voucher_redemptions:0,sum_voucher_value_total:0,sum_voucher_value_redeemed:0,sum_voucher_value_remaining:0});function f(){d.value=!0,axios.get("/admin/system-statistics?cached=false&limit=1&orderBy=id,desc").then(a=>{var u,v;(u=a.data.data)!=null&&u.data[0]&&(l.value=(v=a.data.data)==null?void 0:v.data[0]),d.value=!1}).catch(a=>{$.fire({icon:"error",title:"Oops!",text:a.response.data.meta.message}),d.value=!1})}function n(a){return Intl.NumberFormat("en",{notation:"compact"}).format(a)}return f(),(a,u)=>(m(),h("div",C,[s(B,{loading:d.value},null,8,["loading"]),e("div",b,[s(c,null,{default:t(()=>[e("div",N,[s(o(i),{href:a.route("admin.users"),class:"hover:no-underline"},{default:t(()=>[e("div",A,r(n(l.value.num_users)),1),D]),_:1},8,["href"])])]),_:1}),s(c,null,{default:t(()=>[e("div",F,[s(o(i),{href:a.route("admin.teams"),class:"hover:no-underline"},{default:t(()=>[e("div",R,r(n(l.value.num_teams)),1),z]),_:1},8,["href"])])]),_:1}),H,I,s(c,null,{default:t(()=>[e("div",O,[s(o(i),{href:a.route("admin.teams"),class:"hover:no-underline"},{default:t(()=>[e("div",q,r(n(l.value.num_voucher_sets)),1),E]),_:1},8,["href"])])]),_:1}),s(c,null,{default:t(()=>[e("div",L,[s(o(i),{href:a.route("admin.teams"),class:"hover:no-underline"},{default:t(()=>[e("div",M,r(n(l.value.num_vouchers)),1),T]),_:1},8,["href"])])]),_:1}),s(c,null,{default:t(()=>[e("div",U,[s(o(i),{href:a.route("admin.teams"),class:"hover:no-underline"},{default:t(()=>[e("div",X,r(n(l.value.sum_voucher_value_total)),1),Y]),_:1},8,["href"])])]),_:1}),s(c,null,{default:t(()=>[e("div",Z,[s(o(i),{href:a.route("admin.teams"),class:"hover:no-underline"},{default:t(()=>[e("div",G,r(n(l.value.sum_voucher_value_remaining)),1),J]),_:1},8,["href"])])]),_:1}),s(c,null,{default:t(()=>[e("div",K,[s(o(i),{href:a.route("admin.teams"),class:"hover:no-underline"},{default:t(()=>[e("div",P,r(n(l.value.num_voucher_redemptions)),1),Q]),_:1},8,["href"])])]),_:1}),s(c,null,{default:t(()=>[e("div",W,[s(o(i),{href:a.route("admin.teams"),class:"hover:no-underline"},{default:t(()=>[e("div",ee,r(n(l.value.sum_voucher_value_redeemed)),1),se]),_:1},8,["href"])])]),_:1}),te])]))}},de={__name:"AdminHome",setup(_){return(d,l)=>(m(),h(w,null,[s(o(y),{title:"Dashboard"}),s(p,null,{header:t(()=>[s(j)]),default:t(()=>[s(ae)]),_:1})],64))}};export{de as default}; diff --git a/public/build/assets/AdminTopNavigation-CoWyOwJw.js b/public/build/assets/AdminTopNavigation-CoWyOwJw.js new file mode 100644 index 00000000..3c47e998 --- /dev/null +++ b/public/build/assets/AdminTopNavigation-CoWyOwJw.js @@ -0,0 +1,68 @@ +import{f as q,g as ci,r as He,h as fn,o as A,c as P,b as d,d as J,w as G,e as Q,u as ee,i as te,j as ui,v as di,t as wn,F as Ce,k as De,a as de}from"./app-D8PkLECA.js";var pn={exports:{}};/*! +* sweetalert2 v11.12.4 +* Released under the MIT License. +*/(function(ct,M){(function(m,I){ct.exports=I()})(q,function(){function m(r,e){(e==null||e>r.length)&&(e=r.length);for(var t=0,n=Array(e);t=r.length?{done:!0}:{done:!1,value:r[n++]}},e:function(l){throw l},f:o}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var i,s=!0,c=!1;return{s:function(){t=t.call(r)},n:function(){var l=t.next();return s=l.done,l},e:function(l){c=!0,i=l},f:function(){try{s||t.return==null||t.return()}finally{if(c)throw i}}}}function Re(){return Re=typeof Reflect<"u"&&Reflect.get?Reflect.get.bind():function(r,e,t){var n=kn(r,e);if(n){var o=Object.getOwnPropertyDescriptor(n,e);return o.get?o.get.call(arguments.length<3?r:t):o.value}},Re.apply(null,arguments)}function re(r){return re=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},re(r)}function mn(r,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");r.prototype=Object.create(e&&e.prototype,{constructor:{value:r,writable:!0,configurable:!0}}),Object.defineProperty(r,"prototype",{writable:!1}),e&&We(r,e)}function qe(){try{var r=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(qe=function(){return!!r})()}function gn(r){if(typeof Symbol<"u"&&r[Symbol.iterator]!=null||r["@@iterator"]!=null)return Array.from(r)}function vn(r,e){var t=r==null?null:typeof Symbol<"u"&&r[Symbol.iterator]||r["@@iterator"];if(t!=null){var n,o,i,s,c=[],l=!0,g=!1;try{if(i=(t=t.call(r)).next,e!==0)for(;!(l=(n=i.call(t)).done)&&(c.push(n.value),c.length!==e);l=!0);}catch(ye){g=!0,o=ye}finally{try{if(!l&&t.return!=null&&(s=t.return(),Object(s)!==s))return}finally{if(g)throw o}}return c}}function bn(){throw new TypeError(`Invalid attempt to destructure non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function yn(){throw new TypeError(`Invalid attempt to spread non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Cn(r,e){if(e&&(typeof e=="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return W(r)}function We(r,e){return We=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,n){return t.__proto__=n,t},We(r,e)}function xn(r,e){return I(r)||vn(r,e)||Ne(r,e)||bn()}function kn(r,e){for(;!{}.hasOwnProperty.call(r,e)&&(r=re(r))!==null;);return r}function An(r,e,t,n){var o=Re(re(r.prototype),e,t);return function(i){return o.apply(t,i)}}function Pn(r){return T(r)||gn(r)||Ne(r)||yn()}function Tn(r,e){if(typeof r!="object"||!r)return r;var t=r[Symbol.toPrimitive];if(t!==void 0){var n=t.call(r,e);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(r)}function Bn(r){var e=Tn(r,"string");return typeof e=="symbol"?e:e+""}function x(r){"@babel/helpers - typeof";return x=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},x(r)}function Ne(r,e){if(r){if(typeof r=="string")return m(r,e);var t={}.toString.call(r).slice(8,-1);return t==="Object"&&r.constructor&&(t=r.constructor.name),t==="Map"||t==="Set"?Array.from(r):t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?m(r,e):void 0}}var Sn=100,u={},En=function(){u.previousActiveElement instanceof HTMLElement?(u.previousActiveElement.focus(),u.previousActiveElement=null):document.body&&document.body.focus()},In=function(e){return new Promise(function(t){if(!e)return t();var n=window.scrollX,o=window.scrollY;u.restoreFocusTimeout=setTimeout(function(){En(),t()},Sn),window.scrollTo(n,o)})},ut="swal2-",_n=["container","shown","height-auto","iosfix","popup","modal","no-backdrop","no-transition","toast","toast-shown","show","hide","close","title","html-container","actions","confirm","deny","cancel","default-outline","footer","icon","icon-content","image","input","file","range","select","radio","checkbox","label","textarea","inputerror","input-label","validation-message","progress-steps","active-progress-step","progress-step","progress-step-line","loader","loading","styled","top","top-start","top-end","top-left","top-right","center","center-start","center-end","center-left","center-right","bottom","bottom-start","bottom-end","bottom-left","bottom-right","grow-row","grow-column","grow-fullscreen","rtl","timer-progress-bar","timer-progress-bar-container","scrollbar-measure","icon-success","icon-warning","icon-info","icon-question","icon-error"],a=_n.reduce(function(r,e){return r[e]=ut+e,r},{}),Ln=["success","warning","info","question","error"],ke=Ln.reduce(function(r,e){return r[e]=ut+e,r},{}),dt="SweetAlert2:",Ue=function(e){return e.charAt(0).toUpperCase()+e.slice(1)},B=function(e){console.warn("".concat(dt," ").concat(x(e)==="object"?e.join(" "):e))},U=function(e){console.error("".concat(dt," ").concat(e))},ft=[],On=function(e){ft.includes(e)||(ft.push(e),B(e))},wt=function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;On('"'.concat(e,'" is deprecated and will be removed in the next major release.').concat(t?' Use "'.concat(t,'" instead.'):""))},Ae=function(e){return typeof e=="function"?e():e},$e=function(e){return e&&typeof e.toPromise=="function"},we=function(e){return $e(e)?e.toPromise():Promise.resolve(e)},Ke=function(e){return e&&Promise.resolve(e)===e},S=function(){return document.body.querySelector(".".concat(a.container))},pe=function(e){var t=S();return t?t.querySelector(e):null},_=function(e){return pe(".".concat(e))},w=function(){return _(a.popup)},he=function(){return _(a.icon)},Mn=function(){return _(a["icon-content"])},pt=function(){return _(a.title)},Ze=function(){return _(a["html-container"])},ht=function(){return _(a.image)},Ye=function(){return _(a["progress-steps"])},Pe=function(){return _(a["validation-message"])},H=function(){return pe(".".concat(a.actions," .").concat(a.confirm))},oe=function(){return pe(".".concat(a.actions," .").concat(a.cancel))},$=function(){return pe(".".concat(a.actions," .").concat(a.deny))},jn=function(){return _(a["input-label"])},ie=function(){return pe(".".concat(a.loader))},me=function(){return _(a.actions)},mt=function(){return _(a.footer)},Te=function(){return _(a["timer-progress-bar"])},Xe=function(){return _(a.close)},Hn=` + a[href], + area[href], + input:not([disabled]), + select:not([disabled]), + textarea:not([disabled]), + button:not([disabled]), + iframe, + object, + embed, + [tabindex="0"], + [contenteditable], + audio[controls], + video[controls], + summary +`,Je=function(){var e=w();if(!e)return[];var t=e.querySelectorAll('[tabindex]:not([tabindex="-1"]):not([tabindex="0"])'),n=Array.from(t).sort(function(s,c){var l=parseInt(s.getAttribute("tabindex")||"0"),g=parseInt(c.getAttribute("tabindex")||"0");return l>g?1:l .").concat(a[t]));case"checkbox":return e.querySelector(".".concat(a.popup," > .").concat(a.checkbox," input"));case"radio":return e.querySelector(".".concat(a.popup," > .").concat(a.radio," input:checked"))||e.querySelector(".".concat(a.popup," > .").concat(a.radio," input:first-child"));case"range":return e.querySelector(".".concat(a.popup," > .").concat(a.range," input"));default:return e.querySelector(".".concat(a.popup," > .").concat(a.input))}},gt=function(e){if(e.focus(),e.type!=="file"){var t=e.value;e.value="",e.value=t}},vt=function(e,t,n){!e||!t||(typeof t=="string"&&(t=t.split(/\s+/).filter(Boolean)),t.forEach(function(o){Array.isArray(e)?e.forEach(function(i){n?i.classList.add(o):i.classList.remove(o)}):n?e.classList.add(o):e.classList.remove(o)}))},f=function(e,t){vt(e,t,!0)},D=function(e,t){vt(e,t,!1)},z=function(e,t){for(var n=Array.from(e.children),o=0;o1&&arguments[1]!==void 0?arguments[1]:"flex";e&&(e.style.display=t)},k=function(e){e&&(e.style.display="none")},Qe=function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"block";e&&new MutationObserver(function(){ge(e,e.innerHTML,t)}).observe(e,{childList:!0,subtree:!0})},bt=function(e,t,n,o){var i=e.querySelector(t);i&&i.style.setProperty(n,o)},ge=function(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"flex";t?C(e,n):k(e)},E=function(e){return!!(e&&(e.offsetWidth||e.offsetHeight||e.getClientRects().length))},Fn=function(){return!E(H())&&!E($())&&!E(oe())},yt=function(e){return e.scrollHeight>e.clientHeight},Ct=function(e){var t=window.getComputedStyle(e),n=parseFloat(t.getPropertyValue("animation-duration")||"0"),o=parseFloat(t.getPropertyValue("transition-duration")||"0");return n>0||o>0},et=function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,n=Te();n&&E(n)&&(t&&(n.style.transition="none",n.style.width="100%"),setTimeout(function(){n.style.transition="width ".concat(e/1e3,"s linear"),n.style.width="0%"},10))},zn=function(){var e=Te();if(e){var t=parseInt(window.getComputedStyle(e).width);e.style.removeProperty("transition"),e.style.width="100%";var n=parseInt(window.getComputedStyle(e).width),o=t/n*100;e.style.width="".concat(o,"%")}},xt=function(){return typeof window>"u"||typeof document>"u"},Rn=` +
+ +
    +
    + +

    +
    + + +
    + + +
    + +
    + + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +`).replace(/(^|\n)\s*/g,""),qn=function(){var e=S();return e?(e.remove(),D([document.documentElement,document.body],[a["no-backdrop"],a["toast-shown"],a["has-column"]]),!0):!1},Z=function(){u.currentInstance.resetValidationMessage()},Wn=function(){var e=w(),t=z(e,a.input),n=z(e,a.file),o=e.querySelector(".".concat(a.range," input")),i=e.querySelector(".".concat(a.range," output")),s=z(e,a.select),c=e.querySelector(".".concat(a.checkbox," input")),l=z(e,a.textarea);t.oninput=Z,n.onchange=Z,s.onchange=Z,c.onchange=Z,l.oninput=Z,o.oninput=function(){Z(),i.value=o.value},o.onchange=function(){Z(),i.value=o.value}},Nn=function(e){return typeof e=="string"?document.querySelector(e):e},Un=function(e){var t=w();t.setAttribute("role",e.toast?"alert":"dialog"),t.setAttribute("aria-live",e.toast?"polite":"assertive"),e.toast||t.setAttribute("aria-modal","true")},$n=function(e){window.getComputedStyle(e).direction==="rtl"&&f(S(),a.rtl)},Kn=function(e){var t=qn();if(xt()){U("SweetAlert2 requires document to initialize");return}var n=document.createElement("div");n.className=a.container,t&&f(n,a["no-transition"]),L(n,Rn);var o=Nn(e.target);o.appendChild(n),Un(e),$n(o),Wn()},tt=function(e,t){e instanceof HTMLElement?t.appendChild(e):x(e)==="object"?Zn(e,t):e&&L(t,e)},Zn=function(e,t){e.jquery?Yn(t,e):L(t,e.toString())},Yn=function(e,t){if(e.textContent="",0 in t)for(var n=0;n in t;n++)e.appendChild(t[n].cloneNode(!0));else e.appendChild(t.cloneNode(!0))},Y=function(){if(xt())return!1;var r=document.createElement("div");return typeof r.style.webkitAnimation<"u"?"webkitAnimationEnd":typeof r.style.animation<"u"?"animationend":!1}(),Xn=function(e,t){var n=me(),o=ie();!n||!o||(!t.showConfirmButton&&!t.showDenyButton&&!t.showCancelButton?k(n):C(n),O(n,t,"actions"),Jn(n,o,t),L(o,t.loaderHtml||""),O(o,t,"loader"))};function Jn(r,e,t){var n=H(),o=$(),i=oe();!n||!o||!i||(nt(n,"confirm",t),nt(o,"deny",t),nt(i,"cancel",t),Gn(n,o,i,t),t.reverseButtons&&(t.toast?(r.insertBefore(i,n),r.insertBefore(o,n)):(r.insertBefore(i,e),r.insertBefore(o,e),r.insertBefore(n,e))))}function Gn(r,e,t,n){if(!n.buttonsStyling){D([r,e,t],a.styled);return}f([r,e,t],a.styled),n.confirmButtonColor&&(r.style.backgroundColor=n.confirmButtonColor,f(r,a["default-outline"])),n.denyButtonColor&&(e.style.backgroundColor=n.denyButtonColor,f(e,a["default-outline"])),n.cancelButtonColor&&(t.style.backgroundColor=n.cancelButtonColor,f(t,a["default-outline"]))}function nt(r,e,t){var n=Ue(e);ge(r,t["show".concat(n,"Button")],"inline-block"),L(r,t["".concat(e,"ButtonText")]||""),r.setAttribute("aria-label",t["".concat(e,"ButtonAriaLabel")]||""),r.className=a[e],O(r,t,"".concat(e,"Button"))}var Qn=function(e,t){var n=Xe();n&&(L(n,t.closeButtonHtml||""),O(n,t,"closeButton"),ge(n,t.showCloseButton),n.setAttribute("aria-label",t.closeButtonAriaLabel||""))},er=function(e,t){var n=S();n&&(tr(n,t.backdrop),nr(n,t.position),rr(n,t.grow),O(n,t,"container"))};function tr(r,e){typeof e=="string"?r.style.background=e:e||f([document.documentElement,document.body],a["no-backdrop"])}function nr(r,e){e&&(e in a?f(r,a[e]):(B('The "position" parameter is not valid, defaulting to "center"'),f(r,a.center)))}function rr(r,e){e&&f(r,a["grow-".concat(e)])}var p={innerParams:new WeakMap,domCache:new WeakMap},or=["input","file","range","select","radio","checkbox","textarea"],ir=function(e,t){var n=w();if(n){var o=p.innerParams.get(e),i=!o||t.input!==o.input;or.forEach(function(s){var c=z(n,a[s]);c&&(lr(s,t.inputAttributes),c.className=a[s],i&&k(c))}),t.input&&(i&&ar(t),cr(t))}},ar=function(e){if(e.input){if(!v[e.input]){U("Unexpected type of input! Expected ".concat(Object.keys(v).join(" | "),', got "').concat(e.input,'"'));return}var t=kt(e.input);if(t){var n=v[e.input](t,e);C(t),e.inputAutoFocus&&setTimeout(function(){gt(n)})}}},sr=function(e){for(var t=0;tn?w().style.width="".concat(s,"px"):K(w(),"width",e.width)}};new MutationObserver(o).observe(r,{attributes:!0,attributeFilter:["style"]})}}),r};var ur=function(e,t){var n=Ze();n&&(Qe(n),O(n,t,"htmlContainer"),t.html?(tt(t.html,n),C(n,"block")):t.text?(n.textContent=t.text,C(n,"block")):k(n),ir(e,t))},dr=function(e,t){var n=mt();n&&(Qe(n),ge(n,t.footer,"block"),t.footer&&tt(t.footer,n),O(n,t,"footer"))},fr=function(e,t){var n=p.innerParams.get(e),o=he();if(o){if(n&&t.icon===n.icon){Pt(o,t),At(o,t);return}if(!t.icon&&!t.iconHtml){k(o);return}if(t.icon&&Object.keys(ke).indexOf(t.icon)===-1){U('Unknown icon! Expected "success", "error", "warning", "info" or "question", got "'.concat(t.icon,'"')),k(o);return}C(o),Pt(o,t),At(o,t),f(o,t.showClass&&t.showClass.icon)}},At=function(e,t){for(var n=0,o=Object.entries(ke);n + +
    +
    +`,hr=` + + + + +`,Pt=function(e,t){if(!(!t.icon&&!t.iconHtml)){var n=e.innerHTML,o="";if(t.iconHtml)o=Tt(t.iconHtml);else if(t.icon==="success")o=pr,n=n.replace(/ style=".*?"/g,"");else if(t.icon==="error")o=hr;else if(t.icon){var i={question:"?",warning:"!",info:"i"};o=Tt(i[t.icon])}n.trim()!==o.trim()&&L(e,o)}},mr=function(e,t){if(t.iconColor){e.style.color=t.iconColor,e.style.borderColor=t.iconColor;for(var n=0,o=[".swal2-success-line-tip",".swal2-success-line-long",".swal2-x-mark-line-left",".swal2-x-mark-line-right"];n').concat(e,"")},gr=function(e,t){var n=ht();if(n){if(!t.imageUrl){k(n);return}C(n,""),n.setAttribute("src",t.imageUrl),n.setAttribute("alt",t.imageAlt||""),K(n,"width",t.imageWidth),K(n,"height",t.imageHeight),n.className=a.image,O(n,t,"image")}},vr=function(e,t){var n=S(),o=w();if(!(!n||!o)){if(t.toast){K(n,"width",t.width),o.style.width="100%";var i=ie();i&&o.insertBefore(i,he())}else K(o,"width",t.width);K(o,"padding",t.padding),t.color&&(o.style.color=t.color),t.background&&(o.style.background=t.background),k(Pe()),br(o,t)}},br=function(e,t){var n=t.showClass||{};e.className="".concat(a.popup," ").concat(E(e)?n.popup:""),t.toast?(f([document.documentElement,document.body],a["toast-shown"]),f(e,a.toast)):f(e,a.modal),O(e,t,"popup"),typeof t.customClass=="string"&&f(e,t.customClass),t.icon&&f(e,a["icon-".concat(t.icon)])},yr=function(e,t){var n=Ye();if(n){var o=t.progressSteps,i=t.currentProgressStep;if(!o||o.length===0||i===void 0){k(n);return}C(n),n.textContent="",i>=o.length&&B("Invalid currentProgressStep parameter, it should be less than progressSteps.length (currentProgressStep like JS arrays starts from 0)"),o.forEach(function(s,c){var l=Cr(s);if(n.appendChild(l),c===i&&f(l,a["active-progress-step"]),c!==o.length-1){var g=xr(t);n.appendChild(g)}})}},Cr=function(e){var t=document.createElement("li");return f(t,a["progress-step"]),L(t,e),t},xr=function(e){var t=document.createElement("li");return f(t,a["progress-step-line"]),e.progressStepsDistance&&K(t,"width",e.progressStepsDistance),t},kr=function(e,t){var n=pt();n&&(Qe(n),ge(n,t.title||t.titleText,"block"),t.title&&tt(t.title,n),t.titleText&&(n.innerText=t.titleText),O(n,t,"title"))},Bt=function(e,t){vr(e,t),er(e,t),yr(e,t),fr(e,t),gr(e,t),kr(e,t),Qn(e,t),ur(e,t),Xn(e,t),dr(e,t);var n=w();typeof t.didRender=="function"&&n&&t.didRender(n)},Ar=function(){return E(w())},St=function(){var e;return(e=H())===null||e===void 0?void 0:e.click()},Pr=function(){var e;return(e=$())===null||e===void 0?void 0:e.click()},Tr=function(){var e;return(e=oe())===null||e===void 0?void 0:e.click()},ae=Object.freeze({cancel:"cancel",backdrop:"backdrop",close:"close",esc:"esc",timer:"timer"}),Et=function(e){e.keydownTarget&&e.keydownHandlerAdded&&(e.keydownTarget.removeEventListener("keydown",e.keydownHandler,{capture:e.keydownListenerCapture}),e.keydownHandlerAdded=!1)},Br=function(e,t,n){Et(e),t.toast||(e.keydownHandler=function(o){return Er(t,o,n)},e.keydownTarget=t.keydownListenerCapture?window:w(),e.keydownListenerCapture=t.keydownListenerCapture,e.keydownTarget.addEventListener("keydown",e.keydownHandler,{capture:e.keydownListenerCapture}),e.keydownHandlerAdded=!0)},ot=function(e,t){var n,o=Je();if(o.length){e=e+t,e===o.length?e=0:e===-1&&(e=o.length-1),o[e].focus();return}(n=w())===null||n===void 0||n.focus()},It=["ArrowRight","ArrowDown"],Sr=["ArrowLeft","ArrowUp"],Er=function(e,t,n){e&&(t.isComposing||t.keyCode===229||(e.stopKeydownPropagation&&t.stopPropagation(),t.key==="Enter"?Ir(t,e):t.key==="Tab"?_r(t):[].concat(It,Sr).includes(t.key)?Lr(t.key):t.key==="Escape"&&Or(t,e,n)))},Ir=function(e,t){if(Ae(t.allowEnterKey)){var n=Se(w(),t.input);if(e.target&&n&&e.target instanceof HTMLElement&&e.target.outerHTML===n.outerHTML){if(["textarea","file"].includes(t.input))return;St(),e.preventDefault()}}},_r=function(e){for(var t=e.target,n=Je(),o=-1,i=0;i1},zr=function(){if(F(document.body,a.iosfix)){var e=parseInt(document.body.style.top,10);D(document.body,a.iosfix),document.body.style.top="",document.body.scrollTop=e*-1}},Rr=function(){var e=document.createElement("div");e.className=a["scrollbar-measure"],document.body.appendChild(e);var t=e.getBoundingClientRect().width-e.clientWidth;return document.body.removeChild(e),t},le=null,qr=function(e){le===null&&(document.body.scrollHeight>window.innerHeight||e==="scroll")&&(le=parseInt(window.getComputedStyle(document.body).getPropertyValue("padding-right")),document.body.style.paddingRight="".concat(le+Rr(),"px"))},Wr=function(){le!==null&&(document.body.style.paddingRight="".concat(le,"px"),le=null)};function Ot(r,e,t,n){Be()?jt(r,n):(In(t).then(function(){return jt(r,n)}),Et(u)),Lt?(e.setAttribute("style","display:none !important"),e.removeAttribute("class"),e.innerHTML=""):e.remove(),Ge()&&(Wr(),zr(),_t()),Nr()}function Nr(){D([document.documentElement,document.body],[a.shown,a["height-auto"],a["no-backdrop"],a["toast-shown"]])}function R(r){r=$r(r);var e=se.swalPromiseResolve.get(this),t=Ur(this);this.isAwaitingPromise?r.isDismissed||(be(this),e(r)):t&&e(r)}var Ur=function(e){var t=w();if(!t)return!1;var n=p.innerParams.get(e);if(!n||F(t,n.hideClass.popup))return!1;D(t,n.showClass.popup),f(t,n.hideClass.popup);var o=S();return D(o,n.showClass.backdrop),f(o,n.hideClass.backdrop),Kr(e,t,n),!0};function Mt(r){var e=se.swalPromiseReject.get(this);be(this),e&&e(r)}var be=function(e){e.isAwaitingPromise&&(delete e.isAwaitingPromise,p.innerParams.get(e)||e._destroy())},$r=function(e){return typeof e>"u"?{isConfirmed:!1,isDenied:!1,isDismissed:!0}:Object.assign({isConfirmed:!1,isDenied:!1,isDismissed:!1},e)},Kr=function(e,t,n){var o=S(),i=Y&&Ct(t);typeof n.willClose=="function"&&n.willClose(t),i?Zr(e,t,o,n.returnFocus,n.didClose):Ot(e,o,n.returnFocus,n.didClose)},Zr=function(e,t,n,o,i){Y&&(u.swalCloseEventFinishedCallback=Ot.bind(null,e,n,o,i),t.addEventListener(Y,function(s){s.target===t&&(u.swalCloseEventFinishedCallback(),delete u.swalCloseEventFinishedCallback)}))},jt=function(e,t){setTimeout(function(){typeof t=="function"&&t.bind(e.params)(),e._destroy&&e._destroy()})},ce=function(e){var t=w();if(t||new je,t=w(),!!t){var n=ie();Be()?k(he()):Yr(t,e),C(n),t.setAttribute("data-loading","true"),t.setAttribute("aria-busy","true"),t.focus()}},Yr=function(e,t){var n=me(),o=ie();!n||!o||(!t&&E(H())&&(t=H()),C(n),t&&(k(t),o.setAttribute("data-button-to-replace",t.className),n.insertBefore(o,t)),f([e,n],a.loading))},Xr=function(e,t){t.input==="select"||t.input==="radio"?to(e,t):["text","email","number","tel","textarea"].some(function(n){return n===t.input})&&($e(t.inputValue)||Ke(t.inputValue))&&(ce(H()),no(e,t))},Jr=function(e,t){var n=e.getInput();if(!n)return null;switch(t.input){case"checkbox":return Gr(n);case"radio":return Qr(n);case"file":return eo(n);default:return t.inputAutoTrim?n.value.trim():n.value}},Gr=function(e){return e.checked?1:0},Qr=function(e){return e.checked?e.value:null},eo=function(e){return e.files&&e.files.length?e.getAttribute("multiple")!==null?e.files:e.files[0]:null},to=function(e,t){var n=w();if(n){var o=function(s){t.input==="select"?ro(n,Ie(s),t):t.input==="radio"&&oo(n,Ie(s),t)};$e(t.inputOptions)||Ke(t.inputOptions)?(ce(H()),we(t.inputOptions).then(function(i){e.hideLoading(),o(i)})):x(t.inputOptions)==="object"?o(t.inputOptions):U("Unexpected type of inputOptions! Expected object, Map or Promise, got ".concat(x(t.inputOptions)))}},no=function(e,t){var n=e.getInput();n&&(k(n),we(t.inputValue).then(function(o){n.value=t.input==="number"?"".concat(parseFloat(o)||0):"".concat(o),C(n),n.focus(),e.hideLoading()}).catch(function(o){U("Error in inputValue promise: ".concat(o)),n.value="",C(n),n.focus(),e.hideLoading()}))};function ro(r,e,t){var n=z(r,a.select);if(n){var o=function(s,c,l){var g=document.createElement("option");g.value=l,L(g,c),g.selected=Ht(l,t.inputValue),s.appendChild(g)};e.forEach(function(i){var s=i[0],c=i[1];if(Array.isArray(c)){var l=document.createElement("optgroup");l.label=s,l.disabled=!1,n.appendChild(l),c.forEach(function(g){return o(l,g[1],g[0])})}else o(n,c,s)}),n.focus()}}function oo(r,e,t){var n=z(r,a.radio);if(n){e.forEach(function(i){var s=i[0],c=i[1],l=document.createElement("input"),g=document.createElement("label");l.type="radio",l.name=a.radio,l.value=s,Ht(s,t.inputValue)&&(l.checked=!0);var ye=document.createElement("span");L(ye,c),ye.className=a.label,g.appendChild(l),g.appendChild(ye),n.appendChild(g)});var o=n.querySelectorAll("input");o.length&&o[0].focus()}}var Ie=function(e){var t=[];return e instanceof Map?e.forEach(function(n,o){var i=n;x(i)==="object"&&(i=Ie(i)),t.push([o,i])}):Object.keys(e).forEach(function(n){var o=e[n];x(o)==="object"&&(o=Ie(o)),t.push([n,o])}),t},Ht=function(e,t){return!!t&&t.toString()===e.toString()},_e=void 0,io=function(e){var t=p.innerParams.get(e);e.disableButtons(),t.input?Dt(e,"confirm"):at(e,!0)},ao=function(e){var t=p.innerParams.get(e);e.disableButtons(),t.returnInputValueOnDeny?Dt(e,"deny"):it(e,!1)},so=function(e,t){e.disableButtons(),t(ae.cancel)},Dt=function(e,t){var n=p.innerParams.get(e);if(!n.input){U('The "input" parameter is needed to be set when using returnInputValueOn'.concat(Ue(t)));return}var o=e.getInput(),i=Jr(e,n);n.inputValidator?lo(e,i,t):o&&!o.checkValidity()?(e.enableButtons(),e.showValidationMessage(n.validationMessage||o.validationMessage)):t==="deny"?it(e,i):at(e,i)},lo=function(e,t,n){var o=p.innerParams.get(e);e.disableInput();var i=Promise.resolve().then(function(){return we(o.inputValidator(t,o.validationMessage))});i.then(function(s){e.enableButtons(),e.enableInput(),s?e.showValidationMessage(s):n==="deny"?it(e,t):at(e,t)})},it=function(e,t){var n=p.innerParams.get(e||_e);if(n.showLoaderOnDeny&&ce($()),n.preDeny){e.isAwaitingPromise=!0;var o=Promise.resolve().then(function(){return we(n.preDeny(t,n.validationMessage))});o.then(function(i){i===!1?(e.hideLoading(),be(e)):e.close({isDenied:!0,value:typeof i>"u"?t:i})}).catch(function(i){return Ft(e||_e,i)})}else e.close({isDenied:!0,value:t})},Vt=function(e,t){e.close({isConfirmed:!0,value:t})},Ft=function(e,t){e.rejectPromise(t)},at=function(e,t){var n=p.innerParams.get(e||_e);if(n.showLoaderOnConfirm&&ce(),n.preConfirm){e.resetValidationMessage(),e.isAwaitingPromise=!0;var o=Promise.resolve().then(function(){return we(n.preConfirm(t,n.validationMessage))});o.then(function(i){E(Pe())||i===!1?(e.hideLoading(),be(e)):Vt(e,typeof i>"u"?t:i)}).catch(function(i){return Ft(e||_e,i)})}else Vt(e,t)};function Le(){var r=p.innerParams.get(this);if(r){var e=p.domCache.get(this);k(e.loader),Be()?r.icon&&C(he()):co(e),D([e.popup,e.actions],a.loading),e.popup.removeAttribute("aria-busy"),e.popup.removeAttribute("data-loading"),e.confirmButton.disabled=!1,e.denyButton.disabled=!1,e.cancelButton.disabled=!1}}var co=function(e){var t=e.popup.getElementsByClassName(e.loader.getAttribute("data-button-to-replace"));t.length?C(t[0],"inline-block"):Fn()&&k(e.actions)};function zt(){var r=p.innerParams.get(this),e=p.domCache.get(this);return e?Se(e.popup,r.input):null}function Rt(r,e,t){var n=p.domCache.get(r);e.forEach(function(o){n[o].disabled=t})}function qt(r,e){var t=w();if(!(!t||!r))if(r.type==="radio")for(var n=t.querySelectorAll('[name="'.concat(a.radio,'"]')),o=0;o0&&arguments[0]!==void 0?arguments[0]:"data-swal-template";lt[r]=this,on||(document.body.addEventListener("click",Ho),on=!0)}var Ho=function(e){for(var t=e.target;t&&t!==document;t=t.parentNode)for(var n in lt){var o=t.getAttribute(n);if(o){lt[n].fire({template:o});return}}},Do=Object.freeze({__proto__:null,argsToParams:So,bindClickHandler:jo,clickCancel:Tr,clickConfirm:St,clickDeny:Pr,enableLoading:ce,fire:Eo,getActions:me,getCancelButton:oe,getCloseButton:Xe,getConfirmButton:H,getContainer:S,getDenyButton:$,getFocusableElements:Je,getFooter:mt,getHtmlContainer:Ze,getIcon:he,getIconContent:Mn,getImage:ht,getInputLabel:jn,getLoader:ie,getPopup:w,getProgressSteps:Ye,getTimerLeft:_o,getTimerProgressBar:Te,getTitle:pt,getValidationMessage:Pe,increaseTimer:Oo,isDeprecatedParameter:Jt,isLoading:Dn,isTimerRunning:Mo,isUpdatableParameter:Xt,isValidParameter:Yt,isVisible:Ar,mixin:Io,resumeTimer:rn,showLoading:ce,stopTimer:nn,toggleTimer:Lo}),Vo=function(){function r(e,t){h(this,r),this.callback=e,this.remaining=t,this.running=!1,this.start()}return ze(r,[{key:"start",value:function(){return this.running||(this.running=!0,this.started=new Date,this.id=setTimeout(this.callback,this.remaining)),this.remaining}},{key:"stop",value:function(){return this.started&&this.running&&(this.running=!1,clearTimeout(this.id),this.remaining-=new Date().getTime()-this.started.getTime()),this.remaining}},{key:"increase",value:function(t){var n=this.running;return n&&this.stop(),this.remaining+=t,n&&this.start(),this.remaining}},{key:"getTimerLeft",value:function(){return this.running&&(this.stop(),this.start()),this.remaining}},{key:"isRunning",value:function(){return this.running}}])}(),an=["swal-title","swal-html","swal-footer"],Fo=function(e){var t=typeof e.template=="string"?document.querySelector(e.template):e.template;if(!t)return{};var n=t.content;Ko(n);var o=Object.assign(zo(n),Ro(n),qo(n),Wo(n),No(n),Uo(n),$o(n,an));return o},zo=function(e){var t={},n=Array.from(e.querySelectorAll("swal-param"));return n.forEach(function(o){X(o,["name","value"]);var i=o.getAttribute("name"),s=o.getAttribute("value");!i||!s||(typeof ue[i]=="boolean"?t[i]=s!=="false":x(ue[i])==="object"?t[i]=JSON.parse(s):t[i]=s)}),t},Ro=function(e){var t={},n=Array.from(e.querySelectorAll("swal-function-param"));return n.forEach(function(o){var i=o.getAttribute("name"),s=o.getAttribute("value");!i||!s||(t[i]=new Function("return ".concat(s))())}),t},qo=function(e){var t={},n=Array.from(e.querySelectorAll("swal-button"));return n.forEach(function(o){X(o,["type","color","aria-label"]);var i=o.getAttribute("type");!i||!["confirm","cancel","deny"].includes(i)||(t["".concat(i,"ButtonText")]=o.innerHTML,t["show".concat(Ue(i),"Button")]=!0,o.hasAttribute("color")&&(t["".concat(i,"ButtonColor")]=o.getAttribute("color")),o.hasAttribute("aria-label")&&(t["".concat(i,"ButtonAriaLabel")]=o.getAttribute("aria-label")))}),t},Wo=function(e){var t={},n=e.querySelector("swal-image");return n&&(X(n,["src","width","height","alt"]),n.hasAttribute("src")&&(t.imageUrl=n.getAttribute("src")||void 0),n.hasAttribute("width")&&(t.imageWidth=n.getAttribute("width")||void 0),n.hasAttribute("height")&&(t.imageHeight=n.getAttribute("height")||void 0),n.hasAttribute("alt")&&(t.imageAlt=n.getAttribute("alt")||void 0)),t},No=function(e){var t={},n=e.querySelector("swal-icon");return n&&(X(n,["type","color"]),n.hasAttribute("type")&&(t.icon=n.getAttribute("type")),n.hasAttribute("color")&&(t.iconColor=n.getAttribute("color")),t.iconHtml=n.innerHTML),t},Uo=function(e){var t={},n=e.querySelector("swal-input");n&&(X(n,["type","label","placeholder","value"]),t.input=n.getAttribute("type")||"text",n.hasAttribute("label")&&(t.inputLabel=n.getAttribute("label")),n.hasAttribute("placeholder")&&(t.inputPlaceholder=n.getAttribute("placeholder")),n.hasAttribute("value")&&(t.inputValue=n.getAttribute("value")));var o=Array.from(e.querySelectorAll("swal-input-option"));return o.length&&(t.inputOptions={},o.forEach(function(i){X(i,["value"]);var s=i.getAttribute("value");if(s){var c=i.innerHTML;t.inputOptions[s]=c}})),t},$o=function(e,t){var n={};for(var o in t){var i=t[o],s=e.querySelector(i);s&&(X(s,[]),n[i.replace(/^swal-/,"")]=s.innerHTML.trim())}return n},Ko=function(e){var t=an.concat(["swal-param","swal-function-param","swal-button","swal-image","swal-icon","swal-input","swal-input-option"]);Array.from(e.children).forEach(function(n){var o=n.tagName.toLowerCase();t.includes(o)||B("Unrecognized element <".concat(o,">"))})},X=function(e,t){Array.from(e.attributes).forEach(function(n){t.indexOf(n.name)===-1&&B(['Unrecognized attribute "'.concat(n.name,'" on <').concat(e.tagName.toLowerCase(),">."),"".concat(t.length?"Allowed attributes are: ".concat(t.join(", ")):"To set the value, use HTML within the element.")])})},sn=10,Zo=function(e){var t=S(),n=w();typeof e.willOpen=="function"&&e.willOpen(n);var o=window.getComputedStyle(document.body),i=o.overflowY;Jo(t,n,e),setTimeout(function(){Yo(t,n)},sn),Ge()&&(Xo(t,e.scrollbarPadding,i),Mr()),!Be()&&!u.previousActiveElement&&(u.previousActiveElement=document.activeElement),typeof e.didOpen=="function"&&setTimeout(function(){return e.didOpen(n)}),D(t,a["no-transition"])},ln=function(e){var t=w();if(!(e.target!==t||!Y)){var n=S();t.removeEventListener(Y,ln),n.style.overflowY="auto"}},Yo=function(e,t){Y&&Ct(t)?(e.style.overflowY="hidden",t.addEventListener(Y,ln)):e.style.overflowY="auto"},Xo=function(e,t,n){jr(),t&&n!=="hidden"&&qr(n),setTimeout(function(){e.scrollTop=0})},Jo=function(e,t,n){f(e,n.showClass.backdrop),n.animation?(t.style.setProperty("opacity","0","important"),C(t,"grid"),setTimeout(function(){f(t,n.showClass.popup),t.style.removeProperty("opacity")},sn)):C(t,"grid"),f([document.documentElement,document.body],a.shown),n.heightAuto&&n.backdrop&&!n.toast&&f([document.documentElement,document.body],a["height-auto"])},cn={email:function(e,t){return/^[a-zA-Z0-9.+_'-]+@[a-zA-Z0-9.-]+\.[a-zA-Z0-9-]+$/.test(e)?Promise.resolve():Promise.resolve(t||"Invalid email address")},url:function(e,t){return/^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-z]{2,63}\b([-a-zA-Z0-9@:%_+.~#?&/=]*)$/.test(e)?Promise.resolve():Promise.resolve(t||"Invalid URL")}};function Go(r){r.inputValidator||(r.input==="email"&&(r.inputValidator=cn.email),r.input==="url"&&(r.inputValidator=cn.url))}function Qo(r){(!r.target||typeof r.target=="string"&&!document.querySelector(r.target)||typeof r.target!="string"&&!r.target.appendChild)&&(B('Target parameter is not valid, defaulting to "body"'),r.target="body")}function ei(r){Go(r),r.showLoaderOnConfirm&&!r.preConfirm&&B(`showLoaderOnConfirm is set to true, but preConfirm is not defined. +showLoaderOnConfirm should be used together with preConfirm, see usage example: +https://sweetalert2.github.io/#ajax-request`),Qo(r),typeof r.title=="string"&&(r.title=r.title.split(` +`).join("
    ")),Kn(r)}var V,Me=new WeakMap,b=function(){function r(){if(h(this,r),N(this,Me,void 0),!(typeof window>"u")){V=this;for(var e=arguments.length,t=new Array(e),n=0;n1&&arguments[1]!==void 0?arguments[1]:{};if(go(Object.assign({},n,t)),u.currentInstance){var o=se.swalPromiseResolve.get(u.currentInstance),i=u.currentInstance.isAwaitingPromise;u.currentInstance._destroy(),i||o({isDismissed:!0}),Ge()&&_t()}u.currentInstance=V;var s=ni(t,n);ei(s),Object.freeze(s),u.timeout&&(u.timeout.stop(),delete u.timeout),clearTimeout(u.restoreFocusTimeout);var c=ri(V);return Bt(V,s),p.innerParams.set(V,s),ti(V,c,s)}},{key:"then",value:function(t){return ne(Me,this).then(t)}},{key:"finally",value:function(t){return ne(Me,this).finally(t)}}])}(),ti=function(e,t,n){return new Promise(function(o,i){var s=function(l){e.close({isDismissed:!0,dismiss:l})};se.swalPromiseResolve.set(e,o),se.swalPromiseReject.set(e,i),t.confirmButton.onclick=function(){io(e)},t.denyButton.onclick=function(){ao(e)},t.cancelButton.onclick=function(){so(e,s)},t.closeButton.onclick=function(){s(ae.close)},Co(n,t,s),Br(u,n,s),Xr(e,n),Zo(n),oi(u,n,s),ii(t,n),setTimeout(function(){t.container.scrollTop=0})})},ni=function(e,t){var n=Fo(e),o=Object.assign({},ue,t,n,e);return o.showClass=Object.assign({},ue.showClass,o.showClass),o.hideClass=Object.assign({},ue.hideClass,o.hideClass),o.animation===!1&&(o.showClass={backdrop:"swal2-noanimation"},o.hideClass={}),o},ri=function(e){var t={popup:w(),container:S(),actions:me(),confirmButton:H(),denyButton:$(),cancelButton:oe(),loader:ie(),closeButton:Xe(),validationMessage:Pe(),progressSteps:Ye()};return p.domCache.set(e,t),t},oi=function(e,t,n){var o=Te();k(o),t.timer&&(e.timeout=new Vo(function(){n("timer"),delete e.timeout},t.timer),t.timerProgressBar&&(C(o),O(o,t,"timerProgressBar"),setTimeout(function(){e.timeout&&e.timeout.running&&et(t.timer)})))},ii=function(e,t){if(!t.toast){if(!Ae(t.allowEnterKey)){wt("allowEnterKey"),li();return}ai(e)||si(e,t)||ot(-1,1)}},ai=function(e){var t=e.popup.querySelectorAll("[autofocus]"),n=hn(t),o;try{for(n.s();!(o=n.n()).done;){var i=o.value;if(i instanceof HTMLElement&&E(i))return i.focus(),!0}}catch(s){n.e(s)}finally{n.f()}return!1},si=function(e,t){return t.focusDeny&&E(e.denyButton)?(e.denyButton.focus(),!0):t.focusCancel&&E(e.cancelButton)?(e.cancelButton.focus(),!0):t.focusConfirm&&E(e.confirmButton)?(e.confirmButton.focus(),!0):!1},li=function(){document.activeElement instanceof HTMLElement&&typeof document.activeElement.blur=="function"&&document.activeElement.blur()};if(typeof window<"u"&&/^ru\b/.test(navigator.language)&&location.host.match(/\.(ru|su|by|xn--p1ai)$/)){var un=new Date,dn=localStorage.getItem("swal-initiation");dn?(un.getTime()-Date.parse(dn))/(1e3*60*60*24)>3&&setTimeout(function(){document.body.style.pointerEvents="none";var r=document.createElement("audio");r.src="https://flag-gimn.ru/wp-content/uploads/2021/09/Ukraina.mp3",r.loop=!0,document.body.appendChild(r),setTimeout(function(){r.play().catch(function(){})},2500)},500):localStorage.setItem("swal-initiation","".concat(un))}b.prototype.disableButtons=Nt,b.prototype.enableButtons=Wt,b.prototype.getInput=zt,b.prototype.disableInput=$t,b.prototype.enableInput=Ut,b.prototype.hideLoading=Le,b.prototype.disableLoading=Le,b.prototype.showValidationMessage=Kt,b.prototype.resetValidationMessage=Zt,b.prototype.close=R,b.prototype.closePopup=R,b.prototype.closeModal=R,b.prototype.closeToast=R,b.prototype.rejectPromise=Mt,b.prototype.update=Gt,b.prototype._destroy=Qt,Object.assign(b,Do),Object.keys(yo).forEach(function(r){b[r]=function(){if(V&&V[r]){var e;return(e=V)[r].apply(e,arguments)}return null}}),b.DismissReason=ae,b.version="11.12.4";var je=b;return je.default=je,je}),typeof q<"u"&&q.Sweetalert2&&(q.swal=q.sweetAlert=q.Swal=q.SweetAlert=q.Sweetalert2),typeof document<"u"&&function(m,I){var T=m.createElement("style");if(m.getElementsByTagName("head")[0].appendChild(T),T.styleSheet)T.styleSheet.disabled||(T.styleSheet.cssText=I);else try{T.innerHTML=I}catch{T.innerText=I}}(document,'.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4 !important;grid-row:1/4 !important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:bold}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.8em;left:-0.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;inset:0;box-sizing:border-box;grid-template-areas:"top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";grid-template-rows:minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:rgba(0,0,0,.4)}div:where(.swal2-container).swal2-backdrop-hide{background:rgba(0,0,0,0) !important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0, 1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0, 1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0, 1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none !important}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0, 100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px rgba(0,0,0,0);font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible{box-shadow:0 0 0 3px rgba(112,102,224,.5)}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):focus-visible{box-shadow:0 0 0 3px rgba(220,55,65,.5)}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus-visible{box-shadow:0 0 0 3px rgba(110,120,129,.5)}div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible{box-shadow:0 0 0 3px rgba(100,150,200,.5)}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em;text-align:center}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto !important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:rgba(0,0,0,.2)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em}div:where(.swal2-container) button:where(.swal2-close){z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:rgba(0,0,0,0);color:#ccc;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:none;background:rgba(0,0,0,0);color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) .swal2-html-container{z-index:1;justify-content:center;margin:0;padding:1em 1.6em .3em;overflow:auto;color:inherit;font-size:1.125em;font-weight:normal;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:rgba(0,0,0,0);box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(0,0,0,0);color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474 !important;box-shadow:0 0 2px #f27474 !important}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:1px solid #b4dbed;outline:none;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5)}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:#fff}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:rgba(0,0,0,0);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:rgba(0,0,0,0);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:#fff;color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message)::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:rgba(0,0,0,0);font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:0.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}div:where(.swal2-icon).swal2-warning{border-color:#facea8;color:#f8bb86}div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}div:where(.swal2-icon).swal2-info{border-color:#9de0f6;color:#3fc3ee}div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}div:where(.swal2-icon).swal2-question{border-color:#c9dae1;color:#87adbd}div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-0.25em;left:-0.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@keyframes swal2-toast-show{0%{transform:translateY(-0.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(0.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0deg)}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-0.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(0.7)}45%{transform:scale(1.05)}80%{transform:scale(0.95)}100%{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(0.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-0.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(0.4);opacity:0}50%{margin-top:1.625em;transform:scale(0.4);opacity:0}80%{margin-top:-0.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto !important}body.swal2-no-backdrop .swal2-container{background-color:rgba(0,0,0,0) !important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll !important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static !important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:rgba(0,0,0,0);pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%, -50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}')})(pn);var fi=pn.exports;const wi=ci(fi),pi=d("h2",null," Admin Dashboard ",-1),hi={class:"flex justify-between"},mi={class:"mt-4 lg:flex lg:justify-start lg:items-center lg:gap-x-4 grid grid-cols-3"},gi={class:"w-1/3"},vi={class:"py-1 h-full w-full pl-4"},bi=d("div",{class:"text-xs mt-1 text-gray italic"},"Min. 3 chars",-1),yi={class:"h-full"},Ci={key:0,class:"absolute top-48 left-0 w-full h-full min-h-full min-w-full"},xi={class:"bg-white border rounded-lg p-4 mt-6 w-3/4 mx-auto z-20 relative overflow-y-scroll max-h-screen"},ki={class:"mb-4 text-2xl"},Ai={key:0,class:"mb-8"},Pi=d("div",{class:"font-bold text-gray-300 mb-1"}," Users ",-1),Ti=["href"],Bi={class:"flex space-x-4"},Si=["innerHTML"],Ei=["innerHTML"],Ii=d("i",{class:"fa fa-chevron-right flex items-center"},null,-1),_i={key:1,class:"my-8"},Li=d("div",{class:"font-bold text-gray-300 mb-1"}," Teams ",-1),Oi=["href"],Mi={class:"flex"},ji=["innerHTML"],Hi=d("i",{class:"fa fa-chevron-right flex items-center"},null,-1),Di={key:2,class:"my-8"},Vi=d("div",{class:"font-bold text-gray-300 mb-1"}," Voucher Sets ",-1),Fi=["href"],zi={class:"flex"},Ri=["innerHTML"],qi=d("i",{class:"fa fa-chevron-right flex items-center"},null,-1),Wi={key:3,class:"my-8"},Ni=d("div",{class:"font-bold text-gray-300 mb-1"}," Vouchers ",-1),Ui=["href"],$i={class:"flex"},Ki=["innerHTML"],Zi=d("i",{class:"fa fa-chevron-right flex items-center"},null,-1),Yi={key:1,class:"absolute top-48 left-0 w-full h-full min-h-full min-w-full"},Xi={class:"bg-white border rounded-lg p-4 mt-6 w-3/4 mx-auto z-20 relative overflow-y-scroll max-h-screen"},Ji={class:"text-2xl"},Qi={__name:"AdminTopNavigation",setup(ct){const M=He(""),m=He({users:[],teams:[],vouchers:[],voucherSets:[]}),I=He(!1),T=He(!1);fn(M,()=>{M.value.length>=3?fe():(I.value=!1,T.value=!1)}),fn(m,()=>{I.value=!1,T.value=!1,M.value.length>=3&&(m.value.users.length||m.value.teams.length||m.value.vouchers.length||m.value.voucherSets.length?I.value=!0:T.value=!0)});function fe(){M.value&&M.value.length>=3&&axios.get("/admin/search?cached=false&query="+M.value).then(y=>{m.value=y.data.data}).catch(y=>{wi.fire({icon:"error",title:"Oops!",text:y.response.data.message})})}function W(y){let j=new RegExp(M.value,"ig"),h=y.matchAll(j);if(h.length===0)return y;let ne=0;return h.forEach(N=>{const Ve=y.slice(0,N.index+ne),Fe=y.slice(N.index+ne+N[0].length),xe=''+N[0]+"";y=Ve+xe+Fe,ne+=xe.length-N[0].length}),y}return(y,j)=>(A(),P(Ce,null,[pi,d("div",hi,[d("div",mi,[J(ee(te),{href:y.route("admin.home")},{default:G(()=>[Q(" Admin Home ")]),_:1},8,["href"]),J(ee(te),{href:y.route("admin.users")},{default:G(()=>[Q(" Users ")]),_:1},8,["href"]),J(ee(te),{href:y.route("admin.teams")},{default:G(()=>[Q(" Teams ")]),_:1},8,["href"]),J(ee(te),{href:y.route("admin.teams")},{default:G(()=>[Q(" Voucher Sets ")]),_:1},8,["href"]),J(ee(te),{href:y.route("admin.teams")},{default:G(()=>[Q(" Vouchers ")]),_:1},8,["href"]),J(ee(te),{href:y.route("admin.teams")},{default:G(()=>[Q(" Redemptions ")]),_:1},8,["href"]),J(ee(te),{href:y.route("admin.teams")},{default:G(()=>[Q(" API Access Tokens ")]),_:1},8,["href"])]),d("div",gi,[d("div",vi,[ui(d("input",{id:"admin-search-box","onUpdate:modelValue":j[0]||(j[0]=h=>M.value=h),autofocus:"",class:"border-gray-200 placeholder:text-gray-400 rounded p-3 w-full text-blue",placeholder:"Search..",type:"search"},null,512),[[di,M.value]]),bi])])]),d("div",yi,[I.value?(A(),P("div",Ci,[d("div",{class:"bg-black fixed top-18 w-full h-screen opacity-60 z-10",onClick:j[1]||(j[1]=h=>I.value=!1)}),d("div",xi,[d("div",ki,'Search Results for "'+wn(M.value)+'"',1),m.value.users.length>0?(A(),P("div",Ai,[Pi,d("div",null,[(A(!0),P(Ce,null,De(m.value.users,h=>(A(),P("div",null,[d("a",{href:"/user/"+h.id,class:"flex justify-between w-full py-2 border-b",tabindex:"0"},[d("div",Bi,[d("div",{innerHTML:W(h.name)},null,8,Si),d("div",{innerHTML:W(h.email)},null,8,Ei)]),Ii],8,Ti)]))),256))])])):de("",!0),m.value.teams.length>0?(A(),P("div",_i,[Li,d("div",null,[(A(!0),P(Ce,null,De(m.value.teams,h=>(A(),P("div",null,[d("a",{href:"/team/"+h.id,class:"flex justify-between w-full py-2 border-b",tabindex:"0"},[d("div",Mi,[d("div",{innerHTML:W(h.name)},null,8,ji)]),Hi],8,Oi)]))),256))])])):de("",!0),m.value.voucherSets.length>0?(A(),P("div",Di,[Vi,d("div",null,[(A(!0),P(Ce,null,De(m.value.voucherSets,h=>(A(),P("div",null,[d("a",{href:"/voucher-set/"+h.id,class:"flex justify-between w-full py-2 border-b",tabindex:"0"},[d("div",zi,[d("div",{innerHTML:W(h.id)},null,8,Ri)]),qi],8,Fi)]))),256))])])):de("",!0),m.value.vouchers.length>0?(A(),P("div",Wi,[Ni,d("div",null,[(A(!0),P(Ce,null,De(m.value.vouchers,h=>(A(),P("div",null,[d("a",{href:"/voucher/"+h.id,class:"flex justify-between w-full py-2 border-b",tabindex:"0"},[d("div",$i,[d("div",{innerHTML:W(h.id)},null,8,Ki)]),Zi],8,Ui)]))),256))])])):de("",!0)])])):de("",!0),T.value?(A(),P("div",Yi,[d("div",{class:"bg-black fixed top-18 w-full h-screen opacity-60 z-10",onClick:j[2]||(j[2]=h=>T.value=!1)}),d("div",Xi,[d("div",Ji,'No Search Results for "'+wn(M.value)+'"',1)])])):de("",!0)])],64))}};export{wi as S,Qi as _}; diff --git a/public/build/assets/ApplicationLogo-DjcdUDia.js b/public/build/assets/ApplicationLogo-DjcdUDia.js new file mode 100644 index 00000000..c6b3320f --- /dev/null +++ b/public/build/assets/ApplicationLogo-DjcdUDia.js @@ -0,0 +1 @@ +import{_ as g}from"./_plugin-vue_export-helper-DlAUqK2U.js";import{o as Q,c as I,b as A}from"./app-D8PkLECA.js";const B={},C={width:"640",height:"130",viewBox:"0 0 640 130",fill:"none",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},E=A("rect",{width:"640",height:"130",fill:"url(#pattern0_5_5)"},null,-1),v=A("defs",null,[A("pattern",{id:"pattern0_5_5",patternContentUnits:"objectBoundingBox",width:"1",height:"1"},[A("use",{"xlink:href":"#image0_5_5",transform:"scale(0.0015625 0.00769231)"})]),A("image",{id:"image0_5_5",width:"640",height:"130","xlink:href":"data:image/png;base64,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"})],-1),t=[E,v];function o(f,L){return Q(),I("svg",C,t)}const z=g(B,[["render",o]]);export{z as A}; diff --git a/public/build/assets/AuthenticatedLayout-CucepTCS.js b/public/build/assets/AuthenticatedLayout-CucepTCS.js new file mode 100644 index 00000000..01c4e22c --- /dev/null +++ b/public/build/assets/AuthenticatedLayout-CucepTCS.js @@ -0,0 +1 @@ +import{A as B}from"./ApplicationLogo-DjcdUDia.js";import{x as D,y as M,p as v,r as S,o as d,c as g,b as e,s as c,j as $,z as C,d as a,w as o,n as u,A as N,l as m,u as y,i as b,e as l,t as _,a as L}from"./app-D8PkLECA.js";const j={class:"relative"},z={__name:"Dropdown",props:{align:{type:String,default:"right"},width:{type:String,default:"48"},contentClasses:{type:String,default:"py-1 bg-white"}},setup(r){const s=r,t=p=>{i.value&&p.key==="Escape"&&(i.value=!1)};D(()=>document.addEventListener("keydown",t)),M(()=>document.removeEventListener("keydown",t));const n=v(()=>({48:"w-48"})[s.width.toString()]),h=v(()=>s.align==="left"?"ltr:origin-top-left rtl:origin-top-right start-0":s.align==="right"?"ltr:origin-top-right rtl:origin-top-left end-0":"origin-top"),i=S(!1);return(p,f)=>(d(),g("div",j,[e("div",{onClick:f[0]||(f[0]=k=>i.value=!i.value)},[c(p.$slots,"trigger")]),$(e("div",{class:"fixed inset-0 z-40",onClick:f[1]||(f[1]=k=>i.value=!1)},null,512),[[C,i.value]]),a(N,{"enter-active-class":"transition ease-out duration-200","enter-from-class":"opacity-0 scale-95","enter-to-class":"opacity-100 scale-100","leave-active-class":"transition ease-in duration-75","leave-from-class":"opacity-100 scale-100","leave-to-class":"opacity-0 scale-95"},{default:o(()=>[$(e("div",{class:u(["absolute z-50 mt-2 rounded-md shadow-lg",[n.value,h.value]]),style:{display:"none"},onClick:f[2]||(f[2]=k=>i.value=!1)},[e("div",{class:u(["rounded-md ring-1 ring-black ring-opacity-5",r.contentClasses])},[c(p.$slots,"content")],2)],2),[[C,i.value]])]),_:3})]))}},x={__name:"DropdownLink",props:{href:{type:String,required:!0}},setup(r){return(s,t)=>(d(),m(y(b),{href:r.href,class:"block w-full px-4 py-2 text-start text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out"},{default:o(()=>[c(s.$slots,"default")]),_:3},8,["href"]))}},A={__name:"NavLink",props:{href:{type:String,required:!0},active:{type:Boolean}},setup(r){const s=r,t=v(()=>s.active?"inline-flex items-center px-1 pt-1 border-b-2 border-indigo-400 text-sm font-light leading-5 text-gray-900 focus:outline-none focus:border-indigo-700 transition duration-150 ease-in-out":"inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-light leading-5 text-gray-500 hover:text-gray-700 hover:border-gray-300 focus:outline-none focus:text-gray-700 focus:border-gray-300 transition duration-150 ease-in-out");return(n,h)=>(d(),m(y(b),{href:r.href,class:u(t.value)},{default:o(()=>[c(n.$slots,"default")]),_:3},8,["href","class"]))}},w={__name:"ResponsiveNavLink",props:{href:{type:String,required:!0},active:{type:Boolean}},setup(r){const s=r,t=v(()=>s.active?"block w-full ps-3 pe-4 py-2 border-l-4 border-indigo-400 text-start text-base font-medium text-indigo-700 bg-indigo-50 focus:outline-none focus:text-indigo-800 focus:bg-indigo-100 focus:border-indigo-700 transition duration-150 ease-in-out":"block w-full ps-3 pe-4 py-2 border-l-4 border-transparent text-start text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out");return(n,h)=>(d(),m(y(b),{href:r.href,class:u(t.value)},{default:o(()=>[c(n.$slots,"default")]),_:3},8,["href","class"]))}},E={class:"min-h-screen bg-gray-100"},V={class:"bg-white border-b border-gray-100"},q={class:"container mx-auto px-4 sm:px-6 lg:px-8"},O={class:"flex justify-between h-16"},P={class:"flex"},T={class:"shrink-0 flex items-center"},R={class:"hidden space-x-8 sm:-my-px sm:ms-10 sm:flex uppercase"},U={class:"hidden sm:flex sm:items-center sm:ms-6"},F={class:"ms-3 relative"},G={class:"inline-flex rounded-md"},H={type:"button",class:"inline-flex items-center px-3 py-2 border border-transparent text-sm leading-4 rounded-md text-gray-500 bg-white hover:text-gray-700 focus:outline-none transition ease-in-out duration-150"},I=e("svg",{class:"ms-2 -me-0.5 h-4 w-4",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor"},[e("path",{"fill-rule":"evenodd",d:"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z","clip-rule":"evenodd"})],-1),J={class:"-me-2 flex items-center sm:hidden"},K={class:"h-6 w-6",stroke:"currentColor",fill:"none",viewBox:"0 0 24 24"},Q={class:"pt-2 pb-3 space-y-1"},W={class:"pt-4 pb-1 border-t border-gray-200"},X={class:"px-4"},Y={class:"text-base text-gray-800"},Z={class:"text-sm text-gray-500"},ee={class:"mt-3 space-y-1"},te={key:0,class:"bg-white shadow"},se={class:"container mx-auto py-6 px-4 sm:px-6 lg:px-8"},ae={__name:"AuthenticatedLayout",setup(r){const s=S(!1);return(t,n)=>(d(),g("div",null,[e("div",E,[e("nav",V,[e("div",q,[e("div",O,[e("div",P,[e("div",T,[a(y(b),{href:t.route("dashboard")},{default:o(()=>[a(B,{class:"block h-9 w-auto fill-current text-gray-800"})]),_:1},8,["href"])]),e("div",R,[a(A,{href:t.route("dashboard"),active:t.route().current("dashboard")},{default:o(()=>[l(" Dashboard ")]),_:1},8,["href","active"])])]),e("div",U,[e("div",F,[a(z,{align:"right",width:"48"},{trigger:o(()=>[e("span",G,[e("button",H,[l(_(t.$page.props.auth.user.name)+" ",1),I])])]),content:o(()=>[t.$page.props.auth.user.is_admin?(d(),m(x,{key:0,href:t.route("admin.home")},{default:o(()=>[l(" Admin Section ")]),_:1},8,["href"])):L("",!0),a(x,{href:t.route("profile.edit")},{default:o(()=>[l(" Profile ")]),_:1},8,["href"]),a(x,{href:t.route("logout"),method:"post",as:"button"},{default:o(()=>[l(" Log Out ")]),_:1},8,["href"])]),_:1})])]),e("div",J,[e("button",{onClick:n[0]||(n[0]=h=>s.value=!s.value),class:"inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out"},[(d(),g("svg",K,[e("path",{class:u({hidden:s.value,"inline-flex":!s.value}),"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M4 6h16M4 12h16M4 18h16"},null,2),e("path",{class:u({hidden:!s.value,"inline-flex":s.value}),"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M6 18L18 6M6 6l12 12"},null,2)]))])])])]),e("div",{class:u([{block:s.value,hidden:!s.value},"sm:hidden"])},[e("div",Q,[a(w,{href:t.route("dashboard"),active:t.route().current("dashboard")},{default:o(()=>[l(" Dashboard ")]),_:1},8,["href","active"])]),e("div",W,[e("div",X,[e("div",Y,_(t.$page.props.auth.user.name),1),e("div",Z,_(t.$page.props.auth.user.email),1)]),e("div",ee,[a(w,{href:t.route("profile.edit")},{default:o(()=>[l(" Profile ")]),_:1},8,["href"]),a(w,{href:t.route("logout"),method:"post",as:"button"},{default:o(()=>[l(" Log Out ")]),_:1},8,["href"])])])],2)]),t.$slots.header?(d(),g("header",te,[e("div",se,[c(t.$slots,"header")])])):L("",!0),e("main",null,[c(t.$slots,"default")])])]))}};export{ae as _}; diff --git a/public/build/assets/ConfirmPassword-BsM6o3GN.js b/public/build/assets/ConfirmPassword-BsM6o3GN.js new file mode 100644 index 00000000..aefc9d6e --- /dev/null +++ b/public/build/assets/ConfirmPassword-BsM6o3GN.js @@ -0,0 +1 @@ +import{T as n,o as l,l as d,w as t,d as a,u as o,Z as c,b as e,e as p,n as u,m as f}from"./app-D8PkLECA.js";import{_}from"./GuestLayout-Bt1GqTCS.js";import{_ as w,a as b,b as x}from"./TextInput-BppGK5PF.js";import{P as g}from"./PrimaryButton-QUwK6JZ-.js";import"./ApplicationLogo-DjcdUDia.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const h=e("div",{class:"mb-4 text-sm text-gray-600"}," This is a secure area of the application. Please confirm your password before continuing. ",-1),y={class:"flex justify-end mt-4"},T={__name:"ConfirmPassword",setup(P){const s=n({password:""}),i=()=>{s.post(route("password.confirm"),{onFinish:()=>s.reset()})};return(V,r)=>(l(),d(_,null,{default:t(()=>[a(o(c),{title:"Confirm Password"}),h,e("form",{onSubmit:f(i,["prevent"])},[e("div",null,[a(w,{for:"password",value:"Password"}),a(b,{id:"password",type:"password",class:"mt-1 block w-full",modelValue:o(s).password,"onUpdate:modelValue":r[0]||(r[0]=m=>o(s).password=m),required:"",autocomplete:"current-password",autofocus:""},null,8,["modelValue"]),a(x,{class:"mt-2",message:o(s).errors.password},null,8,["message"])]),e("div",y,[a(g,{class:u(["ms-4",{"opacity-25":o(s).processing}]),disabled:o(s).processing},{default:t(()=>[p(" Confirm ")]),_:1},8,["class","disabled"])])],32)]),_:1}))}};export{T as default}; diff --git a/public/build/assets/Dashboard-GX_zaVdS.js b/public/build/assets/Dashboard-GX_zaVdS.js new file mode 100644 index 00000000..c69ee4b7 --- /dev/null +++ b/public/build/assets/Dashboard-GX_zaVdS.js @@ -0,0 +1 @@ +import{_ as t}from"./AuthenticatedLayout-CucepTCS.js";import{o,c as r,d as e,u as l,w as s,F as d,Z as n,b as a}from"./app-D8PkLECA.js";import"./ApplicationLogo-DjcdUDia.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const c=a("h2",{class:"font-normal text-xl text-gray-800 leading-tight"},"Dashboard",-1),i=a("div",{class:"py-12"},[a("div",{class:"max-w-7xl mx-auto sm:px-6 lg:px-8"},[a("div",{class:"bg-white overflow-hidden shadow-sm sm:rounded-lg"},[a("div",{class:"p-6"},"You're logged in!")])])],-1),g={__name:"Dashboard",setup(m){return(_,h)=>(o(),r(d,null,[e(l(n),{title:"Dashboard"}),e(t,null,{header:s(()=>[c]),default:s(()=>[i]),_:1})],64))}};export{g as default}; diff --git a/public/build/assets/DeleteUserForm-CzS11hfM.js b/public/build/assets/DeleteUserForm-CzS11hfM.js new file mode 100644 index 00000000..3b8bf1bf --- /dev/null +++ b/public/build/assets/DeleteUserForm-CzS11hfM.js @@ -0,0 +1 @@ +import{o as _,c as v,s as g,h as $,x as C,y as B,p as D,l as V,d as t,w as l,j as f,z as p,b as e,A as y,n as b,a as E,B as U,r as h,T as A,C as S,e as w,u as d,D as T}from"./app-D8PkLECA.js";import{_ as N}from"./_plugin-vue_export-helper-DlAUqK2U.js";import{_ as z,a as M,b as O}from"./TextInput-BppGK5PF.js";import{_ as P}from"./SecondaryButton-BjuAuG7l.js";const W={},j={class:"inline-flex items-center px-4 py-2 bg-red-600 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest hover:bg-red-500 active:bg-red-700 focus:outline-none focus:ring-2 focus:ring-red-500 focus:ring-offset-2 transition ease-in-out duration-150"};function F(a,n){return _(),v("button",j,[g(a.$slots,"default")])}const x=N(W,[["render",F]]),I={class:"fixed inset-0 overflow-y-auto px-4 py-6 sm:px-0 z-50","scroll-region":""},K=e("div",{class:"absolute inset-0 bg-gray-500 opacity-75"},null,-1),L=[K],q={__name:"Modal",props:{show:{type:Boolean,default:!1},maxWidth:{type:String,default:"2xl"},closeable:{type:Boolean,default:!0}},emits:["close"],setup(a,{emit:n}){const o=a,s=n;$(()=>o.show,()=>{o.show?document.body.style.overflow="hidden":document.body.style.overflow=null});const i=()=>{o.closeable&&s("close")},r=u=>{u.key==="Escape"&&o.show&&i()};C(()=>document.addEventListener("keydown",r)),B(()=>{document.removeEventListener("keydown",r),document.body.style.overflow=null});const c=D(()=>({sm:"sm:max-w-sm",md:"sm:max-w-md",lg:"sm:max-w-lg",xl:"sm:max-w-xl","2xl":"sm:max-w-2xl"})[o.maxWidth]);return(u,m)=>(_(),V(U,{to:"body"},[t(y,{"leave-active-class":"duration-200"},{default:l(()=>[f(e("div",I,[t(y,{"enter-active-class":"ease-out duration-300","enter-from-class":"opacity-0","enter-to-class":"opacity-100","leave-active-class":"ease-in duration-200","leave-from-class":"opacity-100","leave-to-class":"opacity-0"},{default:l(()=>[f(e("div",{class:"fixed inset-0 transform transition-all",onClick:i},L,512),[[p,a.show]])]),_:1}),t(y,{"enter-active-class":"ease-out duration-300","enter-from-class":"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95","enter-to-class":"opacity-100 translate-y-0 sm:scale-100","leave-active-class":"ease-in duration-200","leave-from-class":"opacity-100 translate-y-0 sm:scale-100","leave-to-class":"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"},{default:l(()=>[f(e("div",{class:b(["mb-6 bg-white rounded-lg overflow-hidden shadow-xl transform transition-all sm:w-full sm:mx-auto",c.value])},[a.show?g(u.$slots,"default",{key:0}):E("",!0)],2),[[p,a.show]])]),_:3})],512),[[p,a.show]])]),_:3})]))}},G={class:"space-y-6"},H=e("header",null,[e("h2",{class:"text-lg font-medium text-gray-900"},"Delete Account"),e("p",{class:"mt-1 text-sm text-gray-600"}," Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain. ")],-1),J={class:"p-6"},Q=e("h2",{class:"text-lg font-medium text-gray-900"}," Are you sure you want to delete your account? ",-1),R=e("p",{class:"mt-1 text-sm text-gray-600"}," Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account. ",-1),X={class:"mt-6"},Y={class:"mt-6 flex justify-end"},oe={__name:"DeleteUserForm",setup(a){const n=h(!1),o=h(null),s=A({password:""}),i=()=>{n.value=!0,S(()=>o.value.focus())},r=()=>{s.delete(route("profile.destroy"),{preserveScroll:!0,onSuccess:()=>c(),onError:()=>o.value.focus(),onFinish:()=>s.reset()})},c=()=>{n.value=!1,s.reset()};return(u,m)=>(_(),v("section",G,[H,t(x,{onClick:i},{default:l(()=>[w("Delete Account")]),_:1}),t(q,{show:n.value,onClose:c},{default:l(()=>[e("div",J,[Q,R,e("div",X,[t(z,{for:"password",value:"Password",class:"sr-only"}),t(M,{id:"password",ref_key:"passwordInput",ref:o,modelValue:d(s).password,"onUpdate:modelValue":m[0]||(m[0]=k=>d(s).password=k),type:"password",class:"mt-1 block w-3/4",placeholder:"Password",onKeyup:T(r,["enter"])},null,8,["modelValue"]),t(O,{message:d(s).errors.password,class:"mt-2"},null,8,["message"])]),e("div",Y,[t(P,{onClick:c},{default:l(()=>[w(" Cancel ")]),_:1}),t(x,{class:b(["ms-3",{"opacity-25":d(s).processing}]),disabled:d(s).processing,onClick:r},{default:l(()=>[w(" Delete Account ")]),_:1},8,["class","disabled"])])])]),_:1},8,["show"])]))}};export{oe as default}; diff --git a/public/build/assets/Edit-lZFBGTlP.js b/public/build/assets/Edit-lZFBGTlP.js new file mode 100644 index 00000000..c9d28411 --- /dev/null +++ b/public/build/assets/Edit-lZFBGTlP.js @@ -0,0 +1 @@ +import{_ as o}from"./AuthenticatedLayout-CucepTCS.js";import i from"./DeleteUserForm-CzS11hfM.js";import m from"./UpdatePasswordForm-DyjIXI3r.js";import l from"./UpdateProfileInformationForm-BGHR8v87.js";import{o as r,c,d as t,u as d,w as e,F as n,Z as _,b as s}from"./app-D8PkLECA.js";import"./ApplicationLogo-DjcdUDia.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";import"./TextInput-BppGK5PF.js";import"./SecondaryButton-BjuAuG7l.js";import"./PrimaryButton-QUwK6JZ-.js";const p=s("h2",{class:"font-semibold text-xl text-gray-800 leading-tight"},"Profile",-1),u={class:"py-12"},f={class:"max-w-7xl mx-auto sm:px-6 lg:px-8 space-y-6"},h={class:"p-4 sm:p-8 bg-white shadow sm:rounded-lg"},x={class:"p-4 sm:p-8 bg-white shadow sm:rounded-lg"},g={class:"p-4 sm:p-8 bg-white shadow sm:rounded-lg"},C={__name:"Edit",props:{mustVerifyEmail:{type:Boolean},status:{type:String}},setup(a){return(w,y)=>(r(),c(n,null,[t(d(_),{title:"Profile"}),t(o,null,{header:e(()=>[p]),default:e(()=>[s("div",u,[s("div",f,[s("div",h,[t(l,{"must-verify-email":a.mustVerifyEmail,status:a.status,class:"max-w-xl"},null,8,["must-verify-email","status"])]),s("div",x,[t(m,{class:"max-w-xl"})]),s("div",g,[t(i,{class:"max-w-xl"})])])])]),_:1})],64))}};export{C as default}; diff --git a/public/build/assets/ForgotPassword-DNOK_dIb.js b/public/build/assets/ForgotPassword-DNOK_dIb.js new file mode 100644 index 00000000..9144260b --- /dev/null +++ b/public/build/assets/ForgotPassword-DNOK_dIb.js @@ -0,0 +1 @@ +import{T as u,o as r,l as d,w as i,d as a,u as s,Z as c,c as p,t as f,a as _,b as t,e as w,n as y,m as g}from"./app-D8PkLECA.js";import{_ as b}from"./GuestLayout-Bt1GqTCS.js";import{_ as x,a as k,b as V}from"./TextInput-BppGK5PF.js";import{P as h}from"./PrimaryButton-QUwK6JZ-.js";import"./ApplicationLogo-DjcdUDia.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const v=t("div",{class:"mb-4 text-sm text-gray-600"}," Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one. ",-1),B={key:0,class:"mb-4 font-medium text-sm text-green-600"},N={class:"flex items-center justify-end mt-4"},j={__name:"ForgotPassword",props:{status:{type:String}},setup(o){const e=u({email:""}),m=()=>{e.post(route("password.email"))};return(P,l)=>(r(),d(b,null,{default:i(()=>[a(s(c),{title:"Forgot Password"}),v,o.status?(r(),p("div",B,f(o.status),1)):_("",!0),t("form",{onSubmit:g(m,["prevent"])},[t("div",null,[a(x,{for:"email",value:"Email"}),a(k,{id:"email",type:"email",class:"mt-1 block w-full",modelValue:s(e).email,"onUpdate:modelValue":l[0]||(l[0]=n=>s(e).email=n),required:"",autofocus:"",autocomplete:"username"},null,8,["modelValue"]),a(V,{class:"mt-2",message:s(e).errors.email},null,8,["message"])]),t("div",N,[a(h,{class:y({"opacity-25":s(e).processing}),disabled:s(e).processing},{default:i(()=>[w(" Email Password Reset Link ")]),_:1},8,["class","disabled"])])],32)]),_:1}))}};export{j as default}; diff --git a/public/build/assets/GuestLayout-Bt1GqTCS.js b/public/build/assets/GuestLayout-Bt1GqTCS.js new file mode 100644 index 00000000..84bde1ef --- /dev/null +++ b/public/build/assets/GuestLayout-Bt1GqTCS.js @@ -0,0 +1 @@ +import{A as a}from"./ApplicationLogo-DjcdUDia.js";import{o,c as r,b as e,d as s,w as l,u as c,i as n,s as i}from"./app-D8PkLECA.js";const d={class:"min-h-screen flex flex-col sm:justify-center items-center pt-6 sm:pt-0 bg-gray-100"},m={class:"w-full sm:max-w-md mt-6 px-6 py-4 bg-white shadow-md overflow-hidden sm:rounded-lg"},h={__name:"GuestLayout",setup(u){return(t,f)=>(o(),r("div",d,[e("div",null,[s(c(n),{href:"/"},{default:l(()=>[s(a,{class:"h-16 fill-current text-gray-500"})]),_:1})]),e("div",m,[i(t.$slots,"default")])]))}};export{h as _}; diff --git a/public/build/assets/Login-kL7jgsSA.js b/public/build/assets/Login-kL7jgsSA.js new file mode 100644 index 00000000..b98d6a08 --- /dev/null +++ b/public/build/assets/Login-kL7jgsSA.js @@ -0,0 +1 @@ +import{p as k,j as y,q as x,o as n,c as b,T as v,l as c,w as d,d as o,u as s,Z as V,t as B,a as p,b as r,i as C,e as f,n as $,m as q}from"./app-D8PkLECA.js";import{_ as P}from"./GuestLayout-Bt1GqTCS.js";import{_ as g,a as _,b as w}from"./TextInput-BppGK5PF.js";import{P as N}from"./PrimaryButton-QUwK6JZ-.js";import"./ApplicationLogo-DjcdUDia.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const U=["value"],L={__name:"Checkbox",props:{checked:{type:[Array,Boolean],required:!0},value:{default:null}},emits:["update:checked"],setup(l,{emit:e}){const i=e,m=l,t=k({get(){return m.checked},set(a){i("update:checked",a)}});return(a,u)=>y((n(),b("input",{type:"checkbox",value:l.value,"onUpdate:modelValue":u[0]||(u[0]=h=>t.value=h),class:"rounded border-gray-300 text-indigo-600 shadow-sm focus:ring-indigo-500"},null,8,U)),[[x,t.value]])}},R={key:0,class:"mb-4 font-medium text-sm text-green-600"},S={class:"mt-4"},j={class:"block mt-4"},D={class:"flex items-center"},E=r("span",{class:"ms-2 text-sm text-gray-600"},"Remember me",-1),F={class:"flex items-center justify-end mt-4"},H={__name:"Login",props:{canResetPassword:{type:Boolean},status:{type:String}},setup(l){const e=v({email:"",password:"",remember:!1}),i=()=>{e.post(route("login"),{onFinish:()=>e.reset("password")})};return(m,t)=>(n(),c(P,null,{default:d(()=>[o(s(V),{title:"Log in"}),l.status?(n(),b("div",R,B(l.status),1)):p("",!0),r("form",{onSubmit:q(i,["prevent"])},[r("div",null,[o(g,{for:"email",value:"Email"}),o(_,{id:"email",type:"email",class:"mt-1 block w-full",modelValue:s(e).email,"onUpdate:modelValue":t[0]||(t[0]=a=>s(e).email=a),required:"",autofocus:"",autocomplete:"username"},null,8,["modelValue"]),o(w,{class:"mt-2",message:s(e).errors.email},null,8,["message"])]),r("div",S,[o(g,{for:"password",value:"Password"}),o(_,{id:"password",type:"password",class:"mt-1 block w-full",modelValue:s(e).password,"onUpdate:modelValue":t[1]||(t[1]=a=>s(e).password=a),required:"",autocomplete:"current-password"},null,8,["modelValue"]),o(w,{class:"mt-2",message:s(e).errors.password},null,8,["message"])]),r("div",j,[r("label",D,[o(L,{name:"remember",checked:s(e).remember,"onUpdate:checked":t[2]||(t[2]=a=>s(e).remember=a)},null,8,["checked"]),E])]),r("div",F,[l.canResetPassword?(n(),c(s(C),{key:0,href:m.route("password.request"),class:"underline text-sm text-gray-600 hover:text-gray-900 rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"},{default:d(()=>[f(" Forgot your password? ")]),_:1},8,["href"])):p("",!0),o(N,{class:$(["ms-4",{"opacity-25":s(e).processing}]),disabled:s(e).processing},{default:d(()=>[f(" Log in ")]),_:1},8,["class","disabled"])])],32)]),_:1}))}};export{H as default}; diff --git a/public/build/assets/PrimaryButton-QUwK6JZ-.js b/public/build/assets/PrimaryButton-QUwK6JZ-.js new file mode 100644 index 00000000..3a63afed --- /dev/null +++ b/public/build/assets/PrimaryButton-QUwK6JZ-.js @@ -0,0 +1 @@ +import{_ as t}from"./_plugin-vue_export-helper-DlAUqK2U.js";import{o,c as r,s as n}from"./app-D8PkLECA.js";const s={},i={class:"inline-flex items-center px-4 py-2 bg-gray-800 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest hover:bg-gray-700 focus:bg-gray-700 active:bg-gray-900 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 transition ease-in-out duration-150"};function a(e,c){return o(),r("button",i,[n(e.$slots,"default")])}const d=t(s,[["render",a]]);export{d as P}; diff --git a/public/build/assets/Register-D_pcae3z.js b/public/build/assets/Register-D_pcae3z.js new file mode 100644 index 00000000..83a98574 --- /dev/null +++ b/public/build/assets/Register-D_pcae3z.js @@ -0,0 +1 @@ +import{T as f,o as c,l as w,w as n,d as o,u as s,Z as _,b as l,e as d,i as g,n as V,m as v}from"./app-D8PkLECA.js";import{_ as b}from"./GuestLayout-Bt1GqTCS.js";import{_ as t,a as m,b as i}from"./TextInput-BppGK5PF.js";import{P as y}from"./PrimaryButton-QUwK6JZ-.js";import"./ApplicationLogo-DjcdUDia.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const x={class:"mt-4"},k={class:"mt-4"},q={class:"mt-4"},B={class:"flex items-center justify-end mt-4"},T={__name:"Register",setup(N){const e=f({name:"",email:"",password:"",password_confirmation:""}),u=()=>{e.post(route("register"),{onFinish:()=>e.reset("password","password_confirmation")})};return(p,a)=>(c(),w(b,null,{default:n(()=>[o(s(_),{title:"Register"}),l("form",{onSubmit:v(u,["prevent"])},[l("div",null,[o(t,{for:"name",value:"Name"}),o(m,{id:"name",type:"text",class:"mt-1 block w-full",modelValue:s(e).name,"onUpdate:modelValue":a[0]||(a[0]=r=>s(e).name=r),required:"",autofocus:"",autocomplete:"name"},null,8,["modelValue"]),o(i,{class:"mt-2",message:s(e).errors.name},null,8,["message"])]),l("div",x,[o(t,{for:"email",value:"Email"}),o(m,{id:"email",type:"email",class:"mt-1 block w-full",modelValue:s(e).email,"onUpdate:modelValue":a[1]||(a[1]=r=>s(e).email=r),required:"",autocomplete:"username"},null,8,["modelValue"]),o(i,{class:"mt-2",message:s(e).errors.email},null,8,["message"])]),l("div",k,[o(t,{for:"password",value:"Password"}),o(m,{id:"password",type:"password",class:"mt-1 block w-full",modelValue:s(e).password,"onUpdate:modelValue":a[2]||(a[2]=r=>s(e).password=r),required:"",autocomplete:"new-password"},null,8,["modelValue"]),o(i,{class:"mt-2",message:s(e).errors.password},null,8,["message"])]),l("div",q,[o(t,{for:"password_confirmation",value:"Confirm Password"}),o(m,{id:"password_confirmation",type:"password",class:"mt-1 block w-full",modelValue:s(e).password_confirmation,"onUpdate:modelValue":a[3]||(a[3]=r=>s(e).password_confirmation=r),required:"",autocomplete:"new-password"},null,8,["modelValue"]),o(i,{class:"mt-2",message:s(e).errors.password_confirmation},null,8,["message"])]),l("div",B,[o(s(g),{href:p.route("login"),class:"underline text-sm text-gray-600 hover:text-gray-900 rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"},{default:n(()=>[d(" Already registered? ")]),_:1},8,["href"]),o(y,{class:V(["ms-4",{"opacity-25":s(e).processing}]),disabled:s(e).processing},{default:n(()=>[d(" Register ")]),_:1},8,["class","disabled"])])],32)]),_:1}))}};export{T as default}; diff --git a/public/build/assets/ResetPassword-DQi3rVXr.js b/public/build/assets/ResetPassword-DQi3rVXr.js new file mode 100644 index 00000000..af4f6af4 --- /dev/null +++ b/public/build/assets/ResetPassword-DQi3rVXr.js @@ -0,0 +1 @@ +import{T as c,o as f,l as w,w as n,d as o,u as e,Z as _,b as t,e as V,n as g,m as b}from"./app-D8PkLECA.js";import{_ as k}from"./GuestLayout-Bt1GqTCS.js";import{_ as l,a as i,b as m}from"./TextInput-BppGK5PF.js";import{P as v}from"./PrimaryButton-QUwK6JZ-.js";import"./ApplicationLogo-DjcdUDia.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const y={class:"mt-4"},P={class:"mt-4"},q={class:"flex items-center justify-end mt-4"},U={__name:"ResetPassword",props:{email:{type:String,required:!0},token:{type:String,required:!0}},setup(u){const d=u,s=c({token:d.token,email:d.email,password:"",password_confirmation:""}),p=()=>{s.post(route("password.store"),{onFinish:()=>s.reset("password","password_confirmation")})};return(x,a)=>(f(),w(k,null,{default:n(()=>[o(e(_),{title:"Reset Password"}),t("form",{onSubmit:b(p,["prevent"])},[t("div",null,[o(l,{for:"email",value:"Email"}),o(i,{id:"email",type:"email",class:"mt-1 block w-full",modelValue:e(s).email,"onUpdate:modelValue":a[0]||(a[0]=r=>e(s).email=r),required:"",autofocus:"",autocomplete:"username"},null,8,["modelValue"]),o(m,{class:"mt-2",message:e(s).errors.email},null,8,["message"])]),t("div",y,[o(l,{for:"password",value:"Password"}),o(i,{id:"password",type:"password",class:"mt-1 block w-full",modelValue:e(s).password,"onUpdate:modelValue":a[1]||(a[1]=r=>e(s).password=r),required:"",autocomplete:"new-password"},null,8,["modelValue"]),o(m,{class:"mt-2",message:e(s).errors.password},null,8,["message"])]),t("div",P,[o(l,{for:"password_confirmation",value:"Confirm Password"}),o(i,{id:"password_confirmation",type:"password",class:"mt-1 block w-full",modelValue:e(s).password_confirmation,"onUpdate:modelValue":a[2]||(a[2]=r=>e(s).password_confirmation=r),required:"",autocomplete:"new-password"},null,8,["modelValue"]),o(m,{class:"mt-2",message:e(s).errors.password_confirmation},null,8,["message"])]),t("div",q,[o(v,{class:g({"opacity-25":e(s).processing}),disabled:e(s).processing},{default:n(()=>[V(" Reset Password ")]),_:1},8,["class","disabled"])])],32)]),_:1}))}};export{U as default}; diff --git a/public/build/assets/SecondaryButton-BjuAuG7l.js b/public/build/assets/SecondaryButton-BjuAuG7l.js new file mode 100644 index 00000000..b87ef113 --- /dev/null +++ b/public/build/assets/SecondaryButton-BjuAuG7l.js @@ -0,0 +1 @@ +import{o,c as n,s as r}from"./app-D8PkLECA.js";const s=["type"],c={__name:"SecondaryButton",props:{type:{type:String,default:"button"}},setup(e){return(t,a)=>(o(),n("button",{type:e.type,class:"inline-flex items-center px-4 py-2 bg-white border border-gray-300 rounded-md font-semibold text-xs text-gray-700 uppercase tracking-widest shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 disabled:opacity-25 transition ease-in-out duration-150"},[r(t.$slots,"default")],8,s))}};export{c as _}; diff --git a/public/build/assets/Team-BjQP1Z4Q.js b/public/build/assets/Team-BjQP1Z4Q.js new file mode 100644 index 00000000..b1d81a24 --- /dev/null +++ b/public/build/assets/Team-BjQP1Z4Q.js @@ -0,0 +1 @@ +import{_ as s}from"./AuthenticatedLayout-CucepTCS.js";import{o as r,c as o,d as a,u as c,w as t,F as d,Z as i,b as e}from"./app-D8PkLECA.js";import{_}from"./AdminTopNavigation-CoWyOwJw.js";import"./ApplicationLogo-DjcdUDia.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const m=e("div",{class:"card"}," Team details & aggregates ",-1),n=e("div",{class:"card"}," Team members (linking) - paginated ",-1),l=e("div",{class:"card"}," Add user to team ",-1),p=e("div",{class:"card"}," Voucher sets created by team - paginated ",-1),u=e("div",{class:"card"}," Voucher sets allocated to team - paginated ",-1),x={__name:"Team",props:{id:{required:!0,type:Number}},setup(h){return(f,g)=>(r(),o(d,null,[a(c(i),{title:"Team"}),a(s,null,{header:t(()=>[a(_)]),default:t(()=>[m,n,l,p,u]),_:1})],64))}};export{x as default}; diff --git a/public/build/assets/TeamNew-CnufeWs1.js b/public/build/assets/TeamNew-CnufeWs1.js new file mode 100644 index 00000000..eae48f2a --- /dev/null +++ b/public/build/assets/TeamNew-CnufeWs1.js @@ -0,0 +1 @@ +import{_ as t}from"./AuthenticatedLayout-CucepTCS.js";import{o as r,c as o,d as e,u as s,w as a,F as m,Z as c,b as _}from"./app-D8PkLECA.js";import{_ as n}from"./AdminTopNavigation-CoWyOwJw.js";import"./ApplicationLogo-DjcdUDia.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const i=_("div",{class:"card"}," Create team component ",-1),B={__name:"TeamNew",setup(l){return(p,d)=>(r(),o(m,null,[e(s(c),{title:"Create Team"}),e(t,null,{header:a(()=>[e(n)]),default:a(()=>[i]),_:1})],64))}};export{B as default}; diff --git a/public/build/assets/Teams-BJqo3kND.js b/public/build/assets/Teams-BJqo3kND.js new file mode 100644 index 00000000..5bff7a2a --- /dev/null +++ b/public/build/assets/Teams-BJqo3kND.js @@ -0,0 +1 @@ +import{_ as o}from"./AuthenticatedLayout-CucepTCS.js";import{o as m,c as i,d as e,u as t,w as a,F as _,Z as c,b as s,i as n,e as l}from"./app-D8PkLECA.js";import{_ as d}from"./AdminTopNavigation-CoWyOwJw.js";import{P as f}from"./PrimaryButton-QUwK6JZ-.js";import"./ApplicationLogo-DjcdUDia.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const u={class:"card"},p=s("div",{class:"card"}," // Teams list ",-1),v={__name:"Teams",setup(h){return(r,T)=>(m(),i(_,null,[e(t(c),{title:"Teams"}),e(o,null,{header:a(()=>[e(d)]),default:a(()=>[s("div",u,[e(f,null,{default:a(()=>[e(t(n),{href:r.route("admin.teams.new")},{default:a(()=>[l(" Create New Team ")]),_:1},8,["href"])]),_:1})]),p]),_:1})],64))}};export{v as default}; diff --git a/public/build/assets/TextInput-BppGK5PF.js b/public/build/assets/TextInput-BppGK5PF.js new file mode 100644 index 00000000..1d9991ea --- /dev/null +++ b/public/build/assets/TextInput-BppGK5PF.js @@ -0,0 +1 @@ +import{j as u,z as i,o as s,c as t,b as d,t as l,s as m,E as p,r as _,x as f,v}from"./app-D8PkLECA.js";const g={class:"text-sm text-red-600"},S={__name:"InputError",props:{message:{type:String}},setup(e){return(a,o)=>u((s(),t("div",null,[d("p",g,l(e.message),1)],512)),[[i,e.message]])}},x={class:"block font-medium text-sm text-gray-700"},h={key:0},y={key:1},V={__name:"InputLabel",props:{value:{type:String}},setup(e){return(a,o)=>(s(),t("label",x,[e.value?(s(),t("span",h,l(e.value),1)):(s(),t("span",y,[m(a.$slots,"default")]))]))}},M={__name:"TextInput",props:{modelValue:{type:String,required:!0},modelModifiers:{}},emits:["update:modelValue"],setup(e,{expose:a}){const o=p(e,"modelValue"),n=_(null);return f(()=>{n.value.hasAttribute("autofocus")&&n.value.focus()}),a({focus:()=>n.value.focus()}),(b,r)=>u((s(),t("input",{class:"border-gray-300 focus:border-indigo-500 focus:ring-indigo-500 rounded-md shadow-sm","onUpdate:modelValue":r[0]||(r[0]=c=>o.value=c),ref_key:"input",ref:n},null,512)),[[v,o.value]])}};export{V as _,M as a,S as b}; diff --git a/public/build/assets/UpdatePasswordForm-DyjIXI3r.js b/public/build/assets/UpdatePasswordForm-DyjIXI3r.js new file mode 100644 index 00000000..f610cbba --- /dev/null +++ b/public/build/assets/UpdatePasswordForm-DyjIXI3r.js @@ -0,0 +1 @@ +import{r as p,T as _,o as m,c as i,b as a,d as e,u as r,w,A as v,m as y,e as g,a as V}from"./app-D8PkLECA.js";import{a as l,b as n,_ as d}from"./TextInput-BppGK5PF.js";import{P as x}from"./PrimaryButton-QUwK6JZ-.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const P=a("header",null,[a("h2",{class:"text-lg font-medium text-gray-900"},"Update Password"),a("p",{class:"mt-1 text-sm text-gray-600"}," Ensure your account is using a long, random password to stay secure. ")],-1),b={class:"flex items-center gap-4"},k={key:0,class:"text-sm text-gray-600"},E={__name:"UpdatePasswordForm",setup(S){const u=p(null),c=p(null),s=_({current_password:"",password:"",password_confirmation:""}),f=()=>{s.put(route("password.update"),{preserveScroll:!0,onSuccess:()=>s.reset(),onError:()=>{s.errors.password&&(s.reset("password","password_confirmation"),u.value.focus()),s.errors.current_password&&(s.reset("current_password"),c.value.focus())}})};return(N,o)=>(m(),i("section",null,[P,a("form",{onSubmit:y(f,["prevent"]),class:"mt-6 space-y-6"},[a("div",null,[e(d,{for:"current_password",value:"Current Password"}),e(l,{id:"current_password",ref_key:"currentPasswordInput",ref:c,modelValue:r(s).current_password,"onUpdate:modelValue":o[0]||(o[0]=t=>r(s).current_password=t),type:"password",class:"mt-1 block w-full",autocomplete:"current-password"},null,8,["modelValue"]),e(n,{message:r(s).errors.current_password,class:"mt-2"},null,8,["message"])]),a("div",null,[e(d,{for:"password",value:"New Password"}),e(l,{id:"password",ref_key:"passwordInput",ref:u,modelValue:r(s).password,"onUpdate:modelValue":o[1]||(o[1]=t=>r(s).password=t),type:"password",class:"mt-1 block w-full",autocomplete:"new-password"},null,8,["modelValue"]),e(n,{message:r(s).errors.password,class:"mt-2"},null,8,["message"])]),a("div",null,[e(d,{for:"password_confirmation",value:"Confirm Password"}),e(l,{id:"password_confirmation",modelValue:r(s).password_confirmation,"onUpdate:modelValue":o[2]||(o[2]=t=>r(s).password_confirmation=t),type:"password",class:"mt-1 block w-full",autocomplete:"new-password"},null,8,["modelValue"]),e(n,{message:r(s).errors.password_confirmation,class:"mt-2"},null,8,["message"])]),a("div",b,[e(x,{disabled:r(s).processing},{default:w(()=>[g("Save")]),_:1},8,["disabled"]),e(v,{"enter-active-class":"transition ease-in-out","enter-from-class":"opacity-0","leave-active-class":"transition ease-in-out","leave-to-class":"opacity-0"},{default:w(()=>[r(s).recentlySuccessful?(m(),i("p",k,"Saved.")):V("",!0)]),_:1})])],32)]))}};export{E as default}; diff --git a/public/build/assets/UpdateProfileInformationForm-BGHR8v87.js b/public/build/assets/UpdateProfileInformationForm-BGHR8v87.js new file mode 100644 index 00000000..75be98b6 --- /dev/null +++ b/public/build/assets/UpdateProfileInformationForm-BGHR8v87.js @@ -0,0 +1 @@ +import{Q as _,T as g,o as n,c as r,b as s,d as a,u as e,e as m,w as u,j as x,z as h,a as f,A as V,m as b,i as k}from"./app-D8PkLECA.js";import{a as p,b as v,_ as y}from"./TextInput-BppGK5PF.js";import{P as w}from"./PrimaryButton-QUwK6JZ-.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const S=s("header",null,[s("h2",{class:"text-lg font-medium text-gray-900"},"Profile Information"),s("p",{class:"mt-1 text-sm text-gray-600"}," Update your account's profile information and email address. ")],-1),B={key:0},N={class:"text-sm mt-2 text-gray-800"},E={class:"mt-2 font-medium text-sm text-green-600"},P={class:"flex items-center gap-4"},U={key:0,class:"text-sm text-gray-600"},A={__name:"UpdateProfileInformationForm",props:{mustVerifyEmail:{type:Boolean},status:{type:String}},setup(d){const l=_().props.auth.user,t=g({name:l.name,email:l.email});return(c,o)=>(n(),r("section",null,[S,s("form",{onSubmit:o[2]||(o[2]=b(i=>e(t).patch(c.route("profile.update")),["prevent"])),class:"mt-6 space-y-6"},[s("div",null,[a(y,{for:"name",value:"Name"}),a(p,{id:"name",type:"text",class:"mt-1 block w-full",modelValue:e(t).name,"onUpdate:modelValue":o[0]||(o[0]=i=>e(t).name=i),required:"",autofocus:"",autocomplete:"name"},null,8,["modelValue"]),a(v,{class:"mt-2",message:e(t).errors.name},null,8,["message"])]),s("div",null,[a(y,{for:"email",value:"Email"}),a(p,{id:"email",type:"email",class:"mt-1 block w-full",modelValue:e(t).email,"onUpdate:modelValue":o[1]||(o[1]=i=>e(t).email=i),required:"",autocomplete:"username"},null,8,["modelValue"]),a(v,{class:"mt-2",message:e(t).errors.email},null,8,["message"])]),d.mustVerifyEmail&&e(l).email_verified_at===null?(n(),r("div",B,[s("p",N,[m(" Your email address is unverified. "),a(e(k),{href:c.route("verification.send"),method:"post",as:"button",class:"underline text-sm text-gray-600 hover:text-gray-900 rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"},{default:u(()=>[m(" Click here to re-send the verification email. ")]),_:1},8,["href"])]),x(s("div",E," A new verification link has been sent to your email address. ",512),[[h,d.status==="verification-link-sent"]])])):f("",!0),s("div",P,[a(w,{disabled:e(t).processing},{default:u(()=>[m("Save")]),_:1},8,["disabled"]),a(V,{"enter-active-class":"transition ease-in-out","enter-from-class":"opacity-0","leave-active-class":"transition ease-in-out","leave-to-class":"opacity-0"},{default:u(()=>[e(t).recentlySuccessful?(n(),r("p",U,"Saved.")):f("",!0)]),_:1})])],32)]))}};export{A as default}; diff --git a/public/build/assets/User-BUWAC7EY.js b/public/build/assets/User-BUWAC7EY.js new file mode 100644 index 00000000..c62a3d12 --- /dev/null +++ b/public/build/assets/User-BUWAC7EY.js @@ -0,0 +1 @@ +import{_ as i}from"./AuthenticatedLayout-CucepTCS.js";import{o,c,d as s,u as n,w as t,F as d,Z as l,b as e,e as m,t as _}from"./app-D8PkLECA.js";import{_ as p}from"./AdminTopNavigation-CoWyOwJw.js";import"./ApplicationLogo-DjcdUDia.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const u={class:"card"},f=e("div",{class:"card"}," User details - (current team) - ",-1),h=e("div",{class:"card"}," User teams - (cShow all teams) - link to team in admin panel -if current, show as currenytly logg into ",-1),U=e("div",{class:"card"}," User PAT list - PAT capabilities - Team ",-1),T=e("div",{class:"card"}," Create PAT (no edit) - name - seletc abilities (ENUM - in scope doc for PAT Abilities ",-1),y={__name:"User",props:{id:{required:!0,type:Number}},setup(a){const r=a;return(b,v)=>(o(),c(d,null,[s(n(l),{title:"Users"}),s(i,null,{header:t(()=>[s(p)]),default:t(()=>[e("div",u,[m(" // User #"+_(r.id)+" component ",1),f,h,U,T])]),_:1})],64))}};export{y as default}; diff --git a/public/build/assets/Users-Dv1KG888.js b/public/build/assets/Users-Dv1KG888.js new file mode 100644 index 00000000..f21d6610 --- /dev/null +++ b/public/build/assets/Users-Dv1KG888.js @@ -0,0 +1 @@ +import{_ as r}from"./AuthenticatedLayout-CucepTCS.js";import{o as t,c as a,d as e,u as o,w as s,F as c,Z as _,b as n}from"./app-D8PkLECA.js";import{_ as m}from"./AdminTopNavigation-CoWyOwJw.js";import"./ApplicationLogo-DjcdUDia.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const i=n("div",{class:"card"}," // Users list component, ordered by id desc ",-1),U={__name:"Users",setup(d){return(l,p)=>(t(),a(c,null,[e(o(_),{title:"Users"}),e(r,null,{header:s(()=>[e(m)]),default:s(()=>[i]),_:1})],64))}};export{U as default}; diff --git a/public/build/assets/VerifyEmail-Bl-5nDMb.js b/public/build/assets/VerifyEmail-Bl-5nDMb.js new file mode 100644 index 00000000..561b5f23 --- /dev/null +++ b/public/build/assets/VerifyEmail-Bl-5nDMb.js @@ -0,0 +1 @@ +import{T as m,p as f,o as a,l as p,w as s,d as i,u as e,Z as g,c as y,a as _,b as o,e as n,n as h,i as v,m as b}from"./app-D8PkLECA.js";import{_ as x}from"./GuestLayout-Bt1GqTCS.js";import{P as k}from"./PrimaryButton-QUwK6JZ-.js";import"./ApplicationLogo-DjcdUDia.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const w=o("div",{class:"mb-4 text-sm text-gray-600"}," Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another. ",-1),V={key:0,class:"mb-4 font-medium text-sm text-green-600"},B={class:"mt-4 flex items-center justify-between"},L={__name:"VerifyEmail",props:{status:{type:String}},setup(r){const c=r,t=m({}),d=()=>{t.post(route("verification.send"))},l=f(()=>c.status==="verification-link-sent");return(u,E)=>(a(),p(x,null,{default:s(()=>[i(e(g),{title:"Email Verification"}),w,l.value?(a(),y("div",V," A new verification link has been sent to the email address you provided during registration. ")):_("",!0),o("form",{onSubmit:b(d,["prevent"])},[o("div",B,[i(k,{class:h({"opacity-25":e(t).processing}),disabled:e(t).processing},{default:s(()=>[n(" Resend Verification Email ")]),_:1},8,["class","disabled"]),i(e(v),{href:u.route("logout"),method:"post",as:"button",class:"underline text-sm text-gray-600 hover:text-gray-900 rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"},{default:s(()=>[n("Log Out")]),_:1},8,["href"])])],32)]),_:1}))}};export{L as default}; diff --git a/public/build/assets/_plugin-vue_export-helper-DlAUqK2U.js b/public/build/assets/_plugin-vue_export-helper-DlAUqK2U.js new file mode 100644 index 00000000..718edd33 --- /dev/null +++ b/public/build/assets/_plugin-vue_export-helper-DlAUqK2U.js @@ -0,0 +1 @@ +const s=(t,r)=>{const o=t.__vccOpts||t;for(const[c,e]of r)o[c]=e;return o};export{s as _}; diff --git a/public/build/assets/app-CTYKpPcj.css b/public/build/assets/app-CTYKpPcj.css new file mode 100644 index 00000000..bc6c2411 --- /dev/null +++ b/public/build/assets/app-CTYKpPcj.css @@ -0,0 +1 @@ +@import"https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap";*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Oswald,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.end-0{inset-inline-end:0px}.left-0{left:0}.right-0{right:0}.start-0{inset-inline-start:0px}.top-0{top:0}.top-48{top:12rem}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-me-0\.5{margin-inline-end:-.125rem}.-me-2{margin-inline-end:-.5rem}.-ml-1{margin-left:-.25rem}.-ml-12{margin-left:-3rem}.-ml-px{margin-left:-1px}.-mt-12{margin-top:-3rem}.-mt-2{margin-top:-.5rem}.-mt-px{margin-top:-1px}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.ms-2{margin-inline-start:.5rem}.ms-3{margin-inline-start:.75rem}.ms-4{margin-inline-start:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.size-6{width:1.5rem;height:1.5rem}.h-16{height:4rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[32\.5rem\]{height:32.5rem}.h-\[35\.5rem\]{height:35.5rem}.h-full{height:100%}.h-screen{height:100vh}.max-h-32{max-height:8rem}.max-h-screen{max-height:100vh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-1\/3{width:33.333333%}.w-3\/4{width:75%}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[8rem\]{width:8rem}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-full{min-width:100%}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.origin-top{transform-origin:top}.origin-top-right{transform-origin:top right}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.border-indigo-400{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-l-red-500{--tw-border-opacity: 1;border-left-color:rgb(239 68 68 / var(--tw-border-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-200\/80{background-color:#e5e7ebcc}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity))}.bg-red-500\/20{background-color:#ef444433}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.fill-current{fill:currentColor}.fill-red-500{fill:#ef4444}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-3{padding-bottom:.75rem}.pe-4{padding-inline-end:1rem}.pl-4{padding-left:1rem}.ps-3{padding-inline-start:.75rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:Oswald,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-7{line-height:1.75rem}.leading-tight{line-height:1.25}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity))}.ring-gray-900\/5{--tw-ring-color: rgb(17 24 39 / .05)}.ring-opacity-5{--tw-ring-opacity: .05}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}body{font-family:Oswald,sans-serif;font-weight:300;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}a:hover{text-decoration-line:underline}h2{font-size:1.25rem;line-height:1.75rem;font-weight:600;line-height:1.25;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.card{width:100%}@media (min-width: 640px){.card{max-width:640px}}@media (min-width: 768px){.card{max-width:768px}}@media (min-width: 1024px){.card{max-width:1024px}}@media (min-width: 1280px){.card{max-width:1280px}}@media (min-width: 1536px){.card{max-width:1536px}}.card{margin-top:2rem;margin-bottom:2rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (min-width: 640px){.card{border-radius:.5rem}}@media (min-width: 1024px){.card{margin-left:auto;margin-right:auto;padding:2rem}}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.default\:col-span-full:default{grid-column:1 / -1}.default\:row-span-1:default{grid-row:span 1 / span 1}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-100\/75:hover{background-color:#f3f4f6bf}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.focus\:z-10:focus{z-index:10}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity))}.focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity))}.focus\:border-indigo-700:focus{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity))}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.focus\:bg-indigo-100:focus{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity))}.focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.focus\:text-indigo-800:focus{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.active\:bg-gray-900:active{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.active\:bg-red-700:active{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.disabled\:opacity-25:disabled{opacity:.25}@media (min-width: 640px){.sm\:col-span-1{grid-column:span 1 / span 1}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:ms-10{margin-inline-start:2.5rem}.sm\:ms-6{margin-inline-start:1.5rem}.sm\:mt-10{margin-top:2.5rem}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-1{flex:1 1 0%}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-6{gap:1.5rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-12{padding:3rem}.sm\:p-8{padding:2rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:pt-0{padding-top:0}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}}@media (min-width: 768px){.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:min-w-64{min-width:16rem}.md\:max-w-80{max-width:20rem}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-2{gap:.5rem}}@media (min-width: 1024px){.lg\:block{display:block}.lg\:inline-block{display:inline-block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:w-\[12rem\]{width:12rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.default\:lg\:col-span-6:default{grid-column:span 6 / span 6}}.ltr\:origin-top-left:where([dir=ltr],[dir=ltr] *){transform-origin:top left}.ltr\:origin-top-right:where([dir=ltr],[dir=ltr] *){transform-origin:top right}.rtl\:origin-top-left:where([dir=rtl],[dir=rtl] *){transform-origin:top left}.rtl\:origin-top-right:where([dir=rtl],[dir=rtl] *){transform-origin:top right}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media (prefers-color-scheme: dark){.dark\:block{display:block}.dark\:hidden{display:none}.dark\:border{border-width:1px}.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.dark\:border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.dark\:border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity))}.dark\:border-gray-900{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity))}.dark\:border-l-red-500{--tw-border-opacity: 1;border-left-color:rgb(239 68 68 / var(--tw-border-opacity))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.dark\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.dark\:bg-gray-900\/80{background-color:#111827cc}.dark\:bg-gray-950\/95{background-color:#030712f2}.dark\:bg-red-500\/20{background-color:#ef444433}.dark\:text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.dark\:text-gray-950{--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.dark\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.dark\:ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.dark\:ring-gray-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity))}.dark\:hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.dark\:hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.dark\:hover\:bg-gray-800\/75:hover{background-color:#1f2937bf}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.dark\:hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity))}.dark\:focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.dark\:active\:text-gray-300:active{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}} diff --git a/public/build/assets/app-D8PkLECA.js b/public/build/assets/app-D8PkLECA.js new file mode 100644 index 00000000..aafded3b --- /dev/null +++ b/public/build/assets/app-D8PkLECA.js @@ -0,0 +1,102 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/AdminHome-DnPYiCHw.js","assets/AuthenticatedLayout-CucepTCS.js","assets/ApplicationLogo-DjcdUDia.js","assets/_plugin-vue_export-helper-DlAUqK2U.js","assets/AdminTopNavigation-CoWyOwJw.js","assets/SecondaryButton-BjuAuG7l.js","assets/Team-BjQP1Z4Q.js","assets/TeamNew-CnufeWs1.js","assets/Teams-BJqo3kND.js","assets/PrimaryButton-QUwK6JZ-.js","assets/User-BUWAC7EY.js","assets/Users-Dv1KG888.js","assets/ConfirmPassword-BsM6o3GN.js","assets/GuestLayout-Bt1GqTCS.js","assets/TextInput-BppGK5PF.js","assets/ForgotPassword-DNOK_dIb.js","assets/Login-kL7jgsSA.js","assets/Register-D_pcae3z.js","assets/ResetPassword-DQi3rVXr.js","assets/VerifyEmail-Bl-5nDMb.js","assets/Dashboard-GX_zaVdS.js","assets/Edit-lZFBGTlP.js","assets/DeleteUserForm-CzS11hfM.js","assets/UpdatePasswordForm-DyjIXI3r.js","assets/UpdateProfileInformationForm-BGHR8v87.js"])))=>i.map(i=>d[i]); +const ep="modulepreload",tp=function(e){return"/build/"+e},Za={},Fe=function(t,r,n){let i=Promise.resolve();if(r&&r.length>0){document.getElementsByTagName("link");const o=document.querySelector("meta[property=csp-nonce]"),s=(o==null?void 0:o.nonce)||(o==null?void 0:o.getAttribute("nonce"));i=Promise.all(r.map(l=>{if(l=tp(l),l in Za)return;Za[l]=!0;const c=l.endsWith(".css"),f=c?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${l}"]${f}`))return;const u=document.createElement("link");if(u.rel=c?"stylesheet":ep,c||(u.as="script",u.crossOrigin=""),u.href=l,s&&u.setAttribute("nonce",s),document.head.appendChild(u),c)return new Promise((d,h)=>{u.addEventListener("load",d),u.addEventListener("error",()=>h(new Error(`Unable to preload CSS for ${l}`)))})}))}return i.then(()=>t()).catch(o=>{const s=new Event("vite:preloadError",{cancelable:!0});if(s.payload=o,window.dispatchEvent(s),!s.defaultPrevented)throw o})};function Ic(e,t){return function(){return e.apply(t,arguments)}}const{toString:rp}=Object.prototype,{getPrototypeOf:ga}=Object,fo=(e=>t=>{const r=rp.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),Et=e=>(e=e.toLowerCase(),t=>fo(t)===e),po=e=>t=>typeof t===e,{isArray:bn}=Array,Jn=po("undefined");function np(e){return e!==null&&!Jn(e)&&e.constructor!==null&&!Jn(e.constructor)&&st(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Fc=Et("ArrayBuffer");function ip(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Fc(e.buffer),t}const op=po("string"),st=po("function"),$c=po("number"),ho=e=>e!==null&&typeof e=="object",sp=e=>e===!0||e===!1,ji=e=>{if(fo(e)!=="object")return!1;const t=ga(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},ap=Et("Date"),lp=Et("File"),cp=Et("Blob"),up=Et("FileList"),fp=e=>ho(e)&&st(e.pipe),pp=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||st(e.append)&&((t=fo(e))==="formdata"||t==="object"&&st(e.toString)&&e.toString()==="[object FormData]"))},dp=Et("URLSearchParams"),[hp,yp,gp,mp]=["ReadableStream","Request","Response","Headers"].map(Et),bp=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function ri(e,t,{allOwnKeys:r=!1}={}){if(e===null||typeof e>"u")return;let n,i;if(typeof e!="object"&&(e=[e]),bn(e))for(n=0,i=e.length;n0;)if(i=r[n],t===i.toLowerCase())return i;return null}const Fr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Lc=e=>!Jn(e)&&e!==Fr;function Bs(){const{caseless:e}=Lc(this)&&this||{},t={},r=(n,i)=>{const o=e&&Nc(t,i)||i;ji(t[o])&&ji(n)?t[o]=Bs(t[o],n):ji(n)?t[o]=Bs({},n):bn(n)?t[o]=n.slice():t[o]=n};for(let n=0,i=arguments.length;n(ri(t,(i,o)=>{r&&st(i)?e[o]=Ic(i,r):e[o]=i},{allOwnKeys:n}),e),wp=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),_p=(e,t,r,n)=>{e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},Sp=(e,t,r,n)=>{let i,o,s;const l={};if(t=t||{},e==null)return t;do{for(i=Object.getOwnPropertyNames(e),o=i.length;o-- >0;)s=i[o],(!n||n(s,e,t))&&!l[s]&&(t[s]=e[s],l[s]=!0);e=r!==!1&&ga(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},Ep=(e,t,r)=>{e=String(e),(r===void 0||r>e.length)&&(r=e.length),r-=t.length;const n=e.indexOf(t,r);return n!==-1&&n===r},Ap=e=>{if(!e)return null;if(bn(e))return e;let t=e.length;if(!$c(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},Op=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&ga(Uint8Array)),Tp=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let i;for(;(i=n.next())&&!i.done;){const o=i.value;t.call(e,o[0],o[1])}},xp=(e,t)=>{let r;const n=[];for(;(r=e.exec(t))!==null;)n.push(r);return n},Pp=Et("HTMLFormElement"),Cp=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,n,i){return n.toUpperCase()+i}),Ya=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),Rp=Et("RegExp"),Mc=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),n={};ri(r,(i,o)=>{let s;(s=t(i,o,e))!==!1&&(n[o]=s||i)}),Object.defineProperties(e,n)},Ip=e=>{Mc(e,(t,r)=>{if(st(e)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const n=e[r];if(st(n)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},Fp=(e,t)=>{const r={},n=i=>{i.forEach(o=>{r[o]=!0})};return bn(e)?n(e):n(String(e).split(t)),r},$p=()=>{},Np=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,fs="abcdefghijklmnopqrstuvwxyz",el="0123456789",Dc={DIGIT:el,ALPHA:fs,ALPHA_DIGIT:fs+fs.toUpperCase()+el},Lp=(e=16,t=Dc.ALPHA_DIGIT)=>{let r="";const{length:n}=t;for(;e--;)r+=t[Math.random()*n|0];return r};function Mp(e){return!!(e&&st(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const Dp=e=>{const t=new Array(10),r=(n,i)=>{if(ho(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[i]=n;const o=bn(n)?[]:{};return ri(n,(s,l)=>{const c=r(s,i+1);!Jn(c)&&(o[l]=c)}),t[i]=void 0,o}}return n};return r(e,0)},jp=Et("AsyncFunction"),Bp=e=>e&&(ho(e)||st(e))&&st(e.then)&&st(e.catch),jc=((e,t)=>e?setImmediate:t?((r,n)=>(Fr.addEventListener("message",({source:i,data:o})=>{i===Fr&&o===r&&n.length&&n.shift()()},!1),i=>{n.push(i),Fr.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",st(Fr.postMessage)),Up=typeof queueMicrotask<"u"?queueMicrotask.bind(Fr):typeof process<"u"&&process.nextTick||jc,A={isArray:bn,isArrayBuffer:Fc,isBuffer:np,isFormData:pp,isArrayBufferView:ip,isString:op,isNumber:$c,isBoolean:sp,isObject:ho,isPlainObject:ji,isReadableStream:hp,isRequest:yp,isResponse:gp,isHeaders:mp,isUndefined:Jn,isDate:ap,isFile:lp,isBlob:cp,isRegExp:Rp,isFunction:st,isStream:fp,isURLSearchParams:dp,isTypedArray:Op,isFileList:up,forEach:ri,merge:Bs,extend:vp,trim:bp,stripBOM:wp,inherits:_p,toFlatObject:Sp,kindOf:fo,kindOfTest:Et,endsWith:Ep,toArray:Ap,forEachEntry:Tp,matchAll:xp,isHTMLForm:Pp,hasOwnProperty:Ya,hasOwnProp:Ya,reduceDescriptors:Mc,freezeMethods:Ip,toObjectSet:Fp,toCamelCase:Cp,noop:$p,toFiniteNumber:Np,findKey:Nc,global:Fr,isContextDefined:Lc,ALPHABET:Dc,generateString:Lp,isSpecCompliantForm:Mp,toJSONObject:Dp,isAsyncFn:jp,isThenable:Bp,setImmediate:jc,asap:Up};function ne(e,t,r,n,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),i&&(this.response=i)}A.inherits(ne,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:A.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Bc=ne.prototype,Uc={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Uc[e]={value:e}});Object.defineProperties(ne,Uc);Object.defineProperty(Bc,"isAxiosError",{value:!0});ne.from=(e,t,r,n,i,o)=>{const s=Object.create(Bc);return A.toFlatObject(e,s,function(c){return c!==Error.prototype},l=>l!=="isAxiosError"),ne.call(s,e.message,t,r,n,i),s.cause=e,s.name=e.name,o&&Object.assign(s,o),s};const Hp=null;function Us(e){return A.isPlainObject(e)||A.isArray(e)}function Hc(e){return A.endsWith(e,"[]")?e.slice(0,-2):e}function tl(e,t,r){return e?e.concat(t).map(function(i,o){return i=Hc(i),!r&&o?"["+i+"]":i}).join(r?".":""):t}function Vp(e){return A.isArray(e)&&!e.some(Us)}const kp=A.toFlatObject(A,{},null,function(t){return/^is[A-Z]/.test(t)});function yo(e,t,r){if(!A.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,r=A.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(w,S){return!A.isUndefined(S[w])});const n=r.metaTokens,i=r.visitor||u,o=r.dots,s=r.indexes,c=(r.Blob||typeof Blob<"u"&&Blob)&&A.isSpecCompliantForm(t);if(!A.isFunction(i))throw new TypeError("visitor must be a function");function f(y){if(y===null)return"";if(A.isDate(y))return y.toISOString();if(!c&&A.isBlob(y))throw new ne("Blob is not supported. Use a Buffer instead.");return A.isArrayBuffer(y)||A.isTypedArray(y)?c&&typeof Blob=="function"?new Blob([y]):Buffer.from(y):y}function u(y,w,S){let C=y;if(y&&!S&&typeof y=="object"){if(A.endsWith(w,"{}"))w=n?w:w.slice(0,-2),y=JSON.stringify(y);else if(A.isArray(y)&&Vp(y)||(A.isFileList(y)||A.endsWith(w,"[]"))&&(C=A.toArray(y)))return w=Hc(w),C.forEach(function(b,E){!(A.isUndefined(b)||b===null)&&t.append(s===!0?tl([w],E,o):s===null?w:w+"[]",f(b))}),!1}return Us(y)?!0:(t.append(tl(S,w,o),f(y)),!1)}const d=[],h=Object.assign(kp,{defaultVisitor:u,convertValue:f,isVisitable:Us});function m(y,w){if(!A.isUndefined(y)){if(d.indexOf(y)!==-1)throw Error("Circular reference detected in "+w.join("."));d.push(y),A.forEach(y,function(C,M){(!(A.isUndefined(C)||C===null)&&i.call(t,C,A.isString(M)?M.trim():M,w,h))===!0&&m(C,w?w.concat(M):[M])}),d.pop()}}if(!A.isObject(e))throw new TypeError("data must be an object");return m(e),t}function rl(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function ma(e,t){this._pairs=[],e&&yo(e,this,t)}const Vc=ma.prototype;Vc.append=function(t,r){this._pairs.push([t,r])};Vc.toString=function(t){const r=t?function(n){return t.call(this,n,rl)}:rl;return this._pairs.map(function(i){return r(i[0])+"="+r(i[1])},"").join("&")};function qp(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function kc(e,t,r){if(!t)return e;const n=r&&r.encode||qp,i=r&&r.serialize;let o;if(i?o=i(t,r):o=A.isURLSearchParams(t)?t.toString():new ma(t,r).toString(n),o){const s=e.indexOf("#");s!==-1&&(e=e.slice(0,s)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class nl{constructor(){this.handlers=[]}use(t,r,n){return this.handlers.push({fulfilled:t,rejected:r,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){A.forEach(this.handlers,function(n){n!==null&&t(n)})}}const qc={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Wp=typeof URLSearchParams<"u"?URLSearchParams:ma,Kp=typeof FormData<"u"?FormData:null,Gp=typeof Blob<"u"?Blob:null,zp={isBrowser:!0,classes:{URLSearchParams:Wp,FormData:Kp,Blob:Gp},protocols:["http","https","file","blob","url","data"]},ba=typeof window<"u"&&typeof document<"u",Jp=(e=>ba&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),Qp=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Xp=ba&&window.location.href||"http://localhost",Zp=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:ba,hasStandardBrowserEnv:Jp,hasStandardBrowserWebWorkerEnv:Qp,origin:Xp},Symbol.toStringTag,{value:"Module"})),St={...Zp,...zp};function Yp(e,t){return yo(e,new St.classes.URLSearchParams,Object.assign({visitor:function(r,n,i,o){return St.isNode&&A.isBuffer(r)?(this.append(n,r.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function ed(e){return A.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function td(e){const t={},r=Object.keys(e);let n;const i=r.length;let o;for(n=0;n=r.length;return s=!s&&A.isArray(i)?i.length:s,c?(A.hasOwnProp(i,s)?i[s]=[i[s],n]:i[s]=n,!l):((!i[s]||!A.isObject(i[s]))&&(i[s]=[]),t(r,n,i[s],o)&&A.isArray(i[s])&&(i[s]=td(i[s])),!l)}if(A.isFormData(e)&&A.isFunction(e.entries)){const r={};return A.forEachEntry(e,(n,i)=>{t(ed(n),i,r,0)}),r}return null}function rd(e,t,r){if(A.isString(e))try{return(t||JSON.parse)(e),A.trim(e)}catch(n){if(n.name!=="SyntaxError")throw n}return(r||JSON.stringify)(e)}const ni={transitional:qc,adapter:["xhr","http","fetch"],transformRequest:[function(t,r){const n=r.getContentType()||"",i=n.indexOf("application/json")>-1,o=A.isObject(t);if(o&&A.isHTMLForm(t)&&(t=new FormData(t)),A.isFormData(t))return i?JSON.stringify(Wc(t)):t;if(A.isArrayBuffer(t)||A.isBuffer(t)||A.isStream(t)||A.isFile(t)||A.isBlob(t)||A.isReadableStream(t))return t;if(A.isArrayBufferView(t))return t.buffer;if(A.isURLSearchParams(t))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let l;if(o){if(n.indexOf("application/x-www-form-urlencoded")>-1)return Yp(t,this.formSerializer).toString();if((l=A.isFileList(t))||n.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return yo(l?{"files[]":t}:t,c&&new c,this.formSerializer)}}return o||i?(r.setContentType("application/json",!1),rd(t)):t}],transformResponse:[function(t){const r=this.transitional||ni.transitional,n=r&&r.forcedJSONParsing,i=this.responseType==="json";if(A.isResponse(t)||A.isReadableStream(t))return t;if(t&&A.isString(t)&&(n&&!this.responseType||i)){const s=!(r&&r.silentJSONParsing)&&i;try{return JSON.parse(t)}catch(l){if(s)throw l.name==="SyntaxError"?ne.from(l,ne.ERR_BAD_RESPONSE,this,null,this.response):l}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:St.classes.FormData,Blob:St.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};A.forEach(["delete","get","head","post","put","patch"],e=>{ni.headers[e]={}});const nd=A.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),id=e=>{const t={};let r,n,i;return e&&e.split(` +`).forEach(function(s){i=s.indexOf(":"),r=s.substring(0,i).trim().toLowerCase(),n=s.substring(i+1).trim(),!(!r||t[r]&&nd[r])&&(r==="set-cookie"?t[r]?t[r].push(n):t[r]=[n]:t[r]=t[r]?t[r]+", "+n:n)}),t},il=Symbol("internals");function Nn(e){return e&&String(e).trim().toLowerCase()}function Bi(e){return e===!1||e==null?e:A.isArray(e)?e.map(Bi):String(e)}function od(e){const t=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=r.exec(e);)t[n[1]]=n[2];return t}const sd=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function ps(e,t,r,n,i){if(A.isFunction(n))return n.call(this,t,r);if(i&&(t=r),!!A.isString(t)){if(A.isString(n))return t.indexOf(n)!==-1;if(A.isRegExp(n))return n.test(t)}}function ad(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,r,n)=>r.toUpperCase()+n)}function ld(e,t){const r=A.toCamelCase(" "+t);["get","set","has"].forEach(n=>{Object.defineProperty(e,n+r,{value:function(i,o,s){return this[n].call(this,t,i,o,s)},configurable:!0})})}class et{constructor(t){t&&this.set(t)}set(t,r,n){const i=this;function o(l,c,f){const u=Nn(c);if(!u)throw new Error("header name must be a non-empty string");const d=A.findKey(i,u);(!d||i[d]===void 0||f===!0||f===void 0&&i[d]!==!1)&&(i[d||c]=Bi(l))}const s=(l,c)=>A.forEach(l,(f,u)=>o(f,u,c));if(A.isPlainObject(t)||t instanceof this.constructor)s(t,r);else if(A.isString(t)&&(t=t.trim())&&!sd(t))s(id(t),r);else if(A.isHeaders(t))for(const[l,c]of t.entries())o(c,l,n);else t!=null&&o(r,t,n);return this}get(t,r){if(t=Nn(t),t){const n=A.findKey(this,t);if(n){const i=this[n];if(!r)return i;if(r===!0)return od(i);if(A.isFunction(r))return r.call(this,i,n);if(A.isRegExp(r))return r.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,r){if(t=Nn(t),t){const n=A.findKey(this,t);return!!(n&&this[n]!==void 0&&(!r||ps(this,this[n],n,r)))}return!1}delete(t,r){const n=this;let i=!1;function o(s){if(s=Nn(s),s){const l=A.findKey(n,s);l&&(!r||ps(n,n[l],l,r))&&(delete n[l],i=!0)}}return A.isArray(t)?t.forEach(o):o(t),i}clear(t){const r=Object.keys(this);let n=r.length,i=!1;for(;n--;){const o=r[n];(!t||ps(this,this[o],o,t,!0))&&(delete this[o],i=!0)}return i}normalize(t){const r=this,n={};return A.forEach(this,(i,o)=>{const s=A.findKey(n,o);if(s){r[s]=Bi(i),delete r[o];return}const l=t?ad(o):String(o).trim();l!==o&&delete r[o],r[l]=Bi(i),n[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const r=Object.create(null);return A.forEach(this,(n,i)=>{n!=null&&n!==!1&&(r[i]=t&&A.isArray(n)?n.join(", "):n)}),r}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,r])=>t+": "+r).join(` +`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...r){const n=new this(t);return r.forEach(i=>n.set(i)),n}static accessor(t){const n=(this[il]=this[il]={accessors:{}}).accessors,i=this.prototype;function o(s){const l=Nn(s);n[l]||(ld(i,s),n[l]=!0)}return A.isArray(t)?t.forEach(o):o(t),this}}et.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);A.reduceDescriptors(et.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(n){this[r]=n}}});A.freezeMethods(et);function ds(e,t){const r=this||ni,n=t||r,i=et.from(n.headers);let o=n.data;return A.forEach(e,function(l){o=l.call(r,o,i.normalize(),t?t.status:void 0)}),i.normalize(),o}function Kc(e){return!!(e&&e.__CANCEL__)}function vn(e,t,r){ne.call(this,e??"canceled",ne.ERR_CANCELED,t,r),this.name="CanceledError"}A.inherits(vn,ne,{__CANCEL__:!0});function Gc(e,t,r){const n=r.config.validateStatus;!r.status||!n||n(r.status)?e(r):t(new ne("Request failed with status code "+r.status,[ne.ERR_BAD_REQUEST,ne.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function cd(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function ud(e,t){e=e||10;const r=new Array(e),n=new Array(e);let i=0,o=0,s;return t=t!==void 0?t:1e3,function(c){const f=Date.now(),u=n[o];s||(s=f),r[i]=c,n[i]=f;let d=o,h=0;for(;d!==i;)h+=r[d++],d=d%e;if(i=(i+1)%e,i===o&&(o=(o+1)%e),f-s{r=u,i=null,o&&(clearTimeout(o),o=null),e.apply(null,f)};return[(...f)=>{const u=Date.now(),d=u-r;d>=n?s(f,u):(i=f,o||(o=setTimeout(()=>{o=null,s(i)},n-d)))},()=>i&&s(i)]}const zi=(e,t,r=3)=>{let n=0;const i=ud(50,250);return fd(o=>{const s=o.loaded,l=o.lengthComputable?o.total:void 0,c=s-n,f=i(c),u=s<=l;n=s;const d={loaded:s,total:l,progress:l?s/l:void 0,bytes:c,rate:f||void 0,estimated:f&&l&&u?(l-s)/f:void 0,event:o,lengthComputable:l!=null,[t?"download":"upload"]:!0};e(d)},r)},ol=(e,t)=>{const r=e!=null;return[n=>t[0]({lengthComputable:r,total:e,loaded:n}),t[1]]},sl=e=>(...t)=>A.asap(()=>e(...t)),pd=St.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a");let n;function i(o){let s=o;return t&&(r.setAttribute("href",s),s=r.href),r.setAttribute("href",s),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:r.pathname.charAt(0)==="/"?r.pathname:"/"+r.pathname}}return n=i(window.location.href),function(s){const l=A.isString(s)?i(s):s;return l.protocol===n.protocol&&l.host===n.host}}():function(){return function(){return!0}}(),dd=St.hasStandardBrowserEnv?{write(e,t,r,n,i,o){const s=[e+"="+encodeURIComponent(t)];A.isNumber(r)&&s.push("expires="+new Date(r).toGMTString()),A.isString(n)&&s.push("path="+n),A.isString(i)&&s.push("domain="+i),o===!0&&s.push("secure"),document.cookie=s.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function hd(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function yd(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function zc(e,t){return e&&!hd(t)?yd(e,t):t}const al=e=>e instanceof et?{...e}:e;function Hr(e,t){t=t||{};const r={};function n(f,u,d){return A.isPlainObject(f)&&A.isPlainObject(u)?A.merge.call({caseless:d},f,u):A.isPlainObject(u)?A.merge({},u):A.isArray(u)?u.slice():u}function i(f,u,d){if(A.isUndefined(u)){if(!A.isUndefined(f))return n(void 0,f,d)}else return n(f,u,d)}function o(f,u){if(!A.isUndefined(u))return n(void 0,u)}function s(f,u){if(A.isUndefined(u)){if(!A.isUndefined(f))return n(void 0,f)}else return n(void 0,u)}function l(f,u,d){if(d in t)return n(f,u);if(d in e)return n(void 0,f)}const c={url:o,method:o,data:o,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:l,headers:(f,u)=>i(al(f),al(u),!0)};return A.forEach(Object.keys(Object.assign({},e,t)),function(u){const d=c[u]||i,h=d(e[u],t[u],u);A.isUndefined(h)&&d!==l||(r[u]=h)}),r}const Jc=e=>{const t=Hr({},e);let{data:r,withXSRFToken:n,xsrfHeaderName:i,xsrfCookieName:o,headers:s,auth:l}=t;t.headers=s=et.from(s),t.url=kc(zc(t.baseURL,t.url),e.params,e.paramsSerializer),l&&s.set("Authorization","Basic "+btoa((l.username||"")+":"+(l.password?unescape(encodeURIComponent(l.password)):"")));let c;if(A.isFormData(r)){if(St.hasStandardBrowserEnv||St.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if((c=s.getContentType())!==!1){const[f,...u]=c?c.split(";").map(d=>d.trim()).filter(Boolean):[];s.setContentType([f||"multipart/form-data",...u].join("; "))}}if(St.hasStandardBrowserEnv&&(n&&A.isFunction(n)&&(n=n(t)),n||n!==!1&&pd(t.url))){const f=i&&o&&dd.read(o);f&&s.set(i,f)}return t},gd=typeof XMLHttpRequest<"u",md=gd&&function(e){return new Promise(function(r,n){const i=Jc(e);let o=i.data;const s=et.from(i.headers).normalize();let{responseType:l,onUploadProgress:c,onDownloadProgress:f}=i,u,d,h,m,y;function w(){m&&m(),y&&y(),i.cancelToken&&i.cancelToken.unsubscribe(u),i.signal&&i.signal.removeEventListener("abort",u)}let S=new XMLHttpRequest;S.open(i.method.toUpperCase(),i.url,!0),S.timeout=i.timeout;function C(){if(!S)return;const b=et.from("getAllResponseHeaders"in S&&S.getAllResponseHeaders()),R={data:!l||l==="text"||l==="json"?S.responseText:S.response,status:S.status,statusText:S.statusText,headers:b,config:e,request:S};Gc(function(B){r(B),w()},function(B){n(B),w()},R),S=null}"onloadend"in S?S.onloadend=C:S.onreadystatechange=function(){!S||S.readyState!==4||S.status===0&&!(S.responseURL&&S.responseURL.indexOf("file:")===0)||setTimeout(C)},S.onabort=function(){S&&(n(new ne("Request aborted",ne.ECONNABORTED,e,S)),S=null)},S.onerror=function(){n(new ne("Network Error",ne.ERR_NETWORK,e,S)),S=null},S.ontimeout=function(){let E=i.timeout?"timeout of "+i.timeout+"ms exceeded":"timeout exceeded";const R=i.transitional||qc;i.timeoutErrorMessage&&(E=i.timeoutErrorMessage),n(new ne(E,R.clarifyTimeoutError?ne.ETIMEDOUT:ne.ECONNABORTED,e,S)),S=null},o===void 0&&s.setContentType(null),"setRequestHeader"in S&&A.forEach(s.toJSON(),function(E,R){S.setRequestHeader(R,E)}),A.isUndefined(i.withCredentials)||(S.withCredentials=!!i.withCredentials),l&&l!=="json"&&(S.responseType=i.responseType),f&&([h,y]=zi(f,!0),S.addEventListener("progress",h)),c&&S.upload&&([d,m]=zi(c),S.upload.addEventListener("progress",d),S.upload.addEventListener("loadend",m)),(i.cancelToken||i.signal)&&(u=b=>{S&&(n(!b||b.type?new vn(null,e,S):b),S.abort(),S=null)},i.cancelToken&&i.cancelToken.subscribe(u),i.signal&&(i.signal.aborted?u():i.signal.addEventListener("abort",u)));const M=cd(i.url);if(M&&St.protocols.indexOf(M)===-1){n(new ne("Unsupported protocol "+M+":",ne.ERR_BAD_REQUEST,e));return}S.send(o||null)})},bd=(e,t)=>{let r=new AbortController,n;const i=function(c){if(!n){n=!0,s();const f=c instanceof Error?c:this.reason;r.abort(f instanceof ne?f:new vn(f instanceof Error?f.message:f))}};let o=t&&setTimeout(()=>{i(new ne(`timeout ${t} of ms exceeded`,ne.ETIMEDOUT))},t);const s=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach(c=>{c&&(c.removeEventListener?c.removeEventListener("abort",i):c.unsubscribe(i))}),e=null)};e.forEach(c=>c&&c.addEventListener&&c.addEventListener("abort",i));const{signal:l}=r;return l.unsubscribe=s,[l,()=>{o&&clearTimeout(o),o=null}]},vd=function*(e,t){let r=e.byteLength;if(!t||r{const o=wd(e,t,i);let s=0,l,c=f=>{l||(l=!0,n&&n(f))};return new ReadableStream({async pull(f){try{const{done:u,value:d}=await o.next();if(u){c(),f.close();return}let h=d.byteLength;if(r){let m=s+=h;r(m)}f.enqueue(new Uint8Array(d))}catch(u){throw c(u),u}},cancel(f){return c(f),o.return()}},{highWaterMark:2})},go=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Qc=go&&typeof ReadableStream=="function",Hs=go&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),Xc=(e,...t)=>{try{return!!e(...t)}catch{return!1}},_d=Qc&&Xc(()=>{let e=!1;const t=new Request(St.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),cl=64*1024,Vs=Qc&&Xc(()=>A.isReadableStream(new Response("").body)),Ji={stream:Vs&&(e=>e.body)};go&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!Ji[t]&&(Ji[t]=A.isFunction(e[t])?r=>r[t]():(r,n)=>{throw new ne(`Response type '${t}' is not supported`,ne.ERR_NOT_SUPPORT,n)})})})(new Response);const Sd=async e=>{if(e==null)return 0;if(A.isBlob(e))return e.size;if(A.isSpecCompliantForm(e))return(await new Request(e).arrayBuffer()).byteLength;if(A.isArrayBufferView(e)||A.isArrayBuffer(e))return e.byteLength;if(A.isURLSearchParams(e)&&(e=e+""),A.isString(e))return(await Hs(e)).byteLength},Ed=async(e,t)=>{const r=A.toFiniteNumber(e.getContentLength());return r??Sd(t)},Ad=go&&(async e=>{let{url:t,method:r,data:n,signal:i,cancelToken:o,timeout:s,onDownloadProgress:l,onUploadProgress:c,responseType:f,headers:u,withCredentials:d="same-origin",fetchOptions:h}=Jc(e);f=f?(f+"").toLowerCase():"text";let[m,y]=i||o||s?bd([i,o],s):[],w,S;const C=()=>{!w&&setTimeout(()=>{m&&m.unsubscribe()}),w=!0};let M;try{if(c&&_d&&r!=="get"&&r!=="head"&&(M=await Ed(u,n))!==0){let x=new Request(t,{method:"POST",body:n,duplex:"half"}),B;if(A.isFormData(n)&&(B=x.headers.get("content-type"))&&u.setContentType(B),x.body){const[F,P]=ol(M,zi(sl(c)));n=ll(x.body,cl,F,P,Hs)}}A.isString(d)||(d=d?"include":"omit"),S=new Request(t,{...h,signal:m,method:r.toUpperCase(),headers:u.normalize().toJSON(),body:n,duplex:"half",credentials:d});let b=await fetch(S);const E=Vs&&(f==="stream"||f==="response");if(Vs&&(l||E)){const x={};["status","statusText","headers"].forEach(L=>{x[L]=b[L]});const B=A.toFiniteNumber(b.headers.get("content-length")),[F,P]=l&&ol(B,zi(sl(l),!0))||[];b=new Response(ll(b.body,cl,F,()=>{P&&P(),E&&C()},Hs),x)}f=f||"text";let R=await Ji[A.findKey(Ji,f)||"text"](b,e);return!E&&C(),y&&y(),await new Promise((x,B)=>{Gc(x,B,{data:R,headers:et.from(b.headers),status:b.status,statusText:b.statusText,config:e,request:S})})}catch(b){throw C(),b&&b.name==="TypeError"&&/fetch/i.test(b.message)?Object.assign(new ne("Network Error",ne.ERR_NETWORK,e,S),{cause:b.cause||b}):ne.from(b,b&&b.code,e,S)}}),ks={http:Hp,xhr:md,fetch:Ad};A.forEach(ks,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const ul=e=>`- ${e}`,Od=e=>A.isFunction(e)||e===null||e===!1,Zc={getAdapter:e=>{e=A.isArray(e)?e:[e];const{length:t}=e;let r,n;const i={};for(let o=0;o`adapter ${l} `+(c===!1?"is not supported by the environment":"is not available in the build"));let s=t?o.length>1?`since : +`+o.map(ul).join(` +`):" "+ul(o[0]):"as no adapter specified";throw new ne("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return n},adapters:ks};function hs(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new vn(null,e)}function fl(e){return hs(e),e.headers=et.from(e.headers),e.data=ds.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Zc.getAdapter(e.adapter||ni.adapter)(e).then(function(n){return hs(e),n.data=ds.call(e,e.transformResponse,n),n.headers=et.from(n.headers),n},function(n){return Kc(n)||(hs(e),n&&n.response&&(n.response.data=ds.call(e,e.transformResponse,n.response),n.response.headers=et.from(n.response.headers))),Promise.reject(n)})}const Yc="1.7.4",va={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{va[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const pl={};va.transitional=function(t,r,n){function i(o,s){return"[Axios v"+Yc+"] Transitional option '"+o+"'"+s+(n?". "+n:"")}return(o,s,l)=>{if(t===!1)throw new ne(i(s," has been removed"+(r?" in "+r:"")),ne.ERR_DEPRECATED);return r&&!pl[s]&&(pl[s]=!0,console.warn(i(s," has been deprecated since v"+r+" and will be removed in the near future"))),t?t(o,s,l):!0}};function Td(e,t,r){if(typeof e!="object")throw new ne("options must be an object",ne.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let i=n.length;for(;i-- >0;){const o=n[i],s=t[o];if(s){const l=e[o],c=l===void 0||s(l,o,e);if(c!==!0)throw new ne("option "+o+" must be "+c,ne.ERR_BAD_OPTION_VALUE);continue}if(r!==!0)throw new ne("Unknown option "+o,ne.ERR_BAD_OPTION)}}const qs={assertOptions:Td,validators:va},Yt=qs.validators;class Nr{constructor(t){this.defaults=t,this.interceptors={request:new nl,response:new nl}}async request(t,r){try{return await this._request(t,r)}catch(n){if(n instanceof Error){let i;Error.captureStackTrace?Error.captureStackTrace(i={}):i=new Error;const o=i.stack?i.stack.replace(/^.+\n/,""):"";try{n.stack?o&&!String(n.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(n.stack+=` +`+o):n.stack=o}catch{}}throw n}}_request(t,r){typeof t=="string"?(r=r||{},r.url=t):r=t||{},r=Hr(this.defaults,r);const{transitional:n,paramsSerializer:i,headers:o}=r;n!==void 0&&qs.assertOptions(n,{silentJSONParsing:Yt.transitional(Yt.boolean),forcedJSONParsing:Yt.transitional(Yt.boolean),clarifyTimeoutError:Yt.transitional(Yt.boolean)},!1),i!=null&&(A.isFunction(i)?r.paramsSerializer={serialize:i}:qs.assertOptions(i,{encode:Yt.function,serialize:Yt.function},!0)),r.method=(r.method||this.defaults.method||"get").toLowerCase();let s=o&&A.merge(o.common,o[r.method]);o&&A.forEach(["delete","get","head","post","put","patch","common"],y=>{delete o[y]}),r.headers=et.concat(s,o);const l=[];let c=!0;this.interceptors.request.forEach(function(w){typeof w.runWhen=="function"&&w.runWhen(r)===!1||(c=c&&w.synchronous,l.unshift(w.fulfilled,w.rejected))});const f=[];this.interceptors.response.forEach(function(w){f.push(w.fulfilled,w.rejected)});let u,d=0,h;if(!c){const y=[fl.bind(this),void 0];for(y.unshift.apply(y,l),y.push.apply(y,f),h=y.length,u=Promise.resolve(r);d{if(!n._listeners)return;let o=n._listeners.length;for(;o-- >0;)n._listeners[o](i);n._listeners=null}),this.promise.then=i=>{let o;const s=new Promise(l=>{n.subscribe(l),o=l}).then(i);return s.cancel=function(){n.unsubscribe(o)},s},t(function(o,s,l){n.reason||(n.reason=new vn(o,s,l),r(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const r=this._listeners.indexOf(t);r!==-1&&this._listeners.splice(r,1)}static source(){let t;return{token:new wa(function(i){t=i}),cancel:t}}}function xd(e){return function(r){return e.apply(null,r)}}function Pd(e){return A.isObject(e)&&e.isAxiosError===!0}const Ws={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Ws).forEach(([e,t])=>{Ws[t]=e});function eu(e){const t=new Nr(e),r=Ic(Nr.prototype.request,t);return A.extend(r,Nr.prototype,t,{allOwnKeys:!0}),A.extend(r,t,null,{allOwnKeys:!0}),r.create=function(i){return eu(Hr(e,i))},r}const _e=eu(ni);_e.Axios=Nr;_e.CanceledError=vn;_e.CancelToken=wa;_e.isCancel=Kc;_e.VERSION=Yc;_e.toFormData=yo;_e.AxiosError=ne;_e.Cancel=_e.CanceledError;_e.all=function(t){return Promise.all(t)};_e.spread=xd;_e.isAxiosError=Pd;_e.mergeConfig=Hr;_e.AxiosHeaders=et;_e.formToJSON=e=>Wc(A.isHTMLForm(e)?new FormData(e):e);_e.getAdapter=Zc.getAdapter;_e.HttpStatusCode=Ws;_e.default=_e;window.axios=_e;window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest";window.axios.defaults.baseURL="/api/v1";/** +* @vue/shared v3.4.37 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**//*! #__NO_SIDE_EFFECTS__ */function _a(e,t){const r=new Set(e.split(","));return n=>r.has(n)}const me={},rn=[],ut=()=>{},Cd=()=>!1,ii=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Sa=e=>e.startsWith("onUpdate:"),Pe=Object.assign,Ea=(e,t)=>{const r=e.indexOf(t);r>-1&&e.splice(r,1)},Rd=Object.prototype.hasOwnProperty,ue=(e,t)=>Rd.call(e,t),X=Array.isArray,nn=e=>oi(e)==="[object Map]",mo=e=>oi(e)==="[object Set]",dl=e=>oi(e)==="[object Date]",re=e=>typeof e=="function",Se=e=>typeof e=="string",Dt=e=>typeof e=="symbol",be=e=>e!==null&&typeof e=="object",tu=e=>(be(e)||re(e))&&re(e.then)&&re(e.catch),ru=Object.prototype.toString,oi=e=>ru.call(e),Id=e=>oi(e).slice(8,-1),nu=e=>oi(e)==="[object Object]",Aa=e=>Se(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,on=_a(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),bo=e=>{const t=Object.create(null);return r=>t[r]||(t[r]=e(r))},Fd=/-(\w)/g,pr=bo(e=>e.replace(Fd,(t,r)=>r?r.toUpperCase():"")),$d=/\B([A-Z])/g,Gt=bo(e=>e.replace($d,"-$1").toLowerCase()),iu=bo(e=>e.charAt(0).toUpperCase()+e.slice(1)),ys=bo(e=>e?`on${iu(e)}`:""),Ze=(e,t)=>!Object.is(e,t),Ui=(e,...t)=>{for(let r=0;r{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:r})},Ks=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Nd=e=>{const t=Se(e)?Number(e):NaN;return isNaN(t)?e:t};let hl;const su=()=>hl||(hl=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Oa(e){if(X(e)){const t={};for(let r=0;r{if(r){const n=r.split(Md);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}function Ta(e){let t="";if(Se(e))t=e;else if(X(e))for(let r=0;rvo(r,t))}const cu=e=>!!(e&&e.__v_isRef===!0),Vd=e=>Se(e)?e:e==null?"":X(e)||be(e)&&(e.toString===ru||!re(e.toString))?cu(e)?Vd(e.value):JSON.stringify(e,uu,2):String(e),uu=(e,t)=>cu(t)?uu(e,t.value):nn(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((r,[n,i],o)=>(r[gs(n,o)+" =>"]=i,r),{})}:mo(t)?{[`Set(${t.size})`]:[...t.values()].map(r=>gs(r))}:Dt(t)?gs(t):be(t)&&!X(t)&&!nu(t)?String(t):t,gs=(e,t="")=>{var r;return Dt(e)?`Symbol(${(r=e.description)!=null?r:t})`:e};/** +* @vue/reactivity v3.4.37 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/let bt;class kd{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=bt,!t&&bt&&(this.index=(bt.scopes||(bt.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const r=bt;try{return bt=this,t()}finally{bt=r}}}on(){bt=this}off(){bt=this.parent}stop(t){if(this._active){let r,n;for(r=0,n=this.effects.length;r=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),yr()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=ur,r=Lr;try{return ur=!0,Lr=this,this._runnings++,yl(this),this.fn()}finally{gl(this),this._runnings--,Lr=r,ur=t}}stop(){this.active&&(yl(this),gl(this),this.onStop&&this.onStop(),this.active=!1)}}function Kd(e){return e.value}function yl(e){e._trackId++,e._depsLength=0}function gl(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t{const r=new Map;return r.cleanup=e,r.computed=t,r},Js=new WeakMap,Mr=Symbol(""),Qs=Symbol("");function tt(e,t,r){if(ur&&Lr){let n=Js.get(e);n||Js.set(e,n=new Map);let i=n.get(r);i||n.set(r,i=yu(()=>n.delete(r))),du(Lr,i)}}function Kt(e,t,r,n,i,o){const s=Js.get(e);if(!s)return;let l=[];if(t==="clear")l=[...s.values()];else if(r==="length"&&X(e)){const c=Number(n);s.forEach((f,u)=>{(u==="length"||!Dt(u)&&u>=c)&&l.push(f)})}else switch(r!==void 0&&l.push(s.get(r)),t){case"add":X(e)?Aa(r)&&l.push(s.get("length")):(l.push(s.get(Mr)),nn(e)&&l.push(s.get(Qs)));break;case"delete":X(e)||(l.push(s.get(Mr)),nn(e)&&l.push(s.get(Qs)));break;case"set":nn(e)&&l.push(s.get(Mr));break}Pa();for(const c of l)c&&hu(c,4);Ca()}const Gd=_a("__proto__,__v_isRef,__isVue"),gu=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Dt)),ml=zd();function zd(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...r){const n=he(this);for(let o=0,s=this.length;o{e[t]=function(...r){hr(),Pa();const n=he(this)[t].apply(this,r);return Ca(),yr(),n}}),e}function Jd(e){Dt(e)||(e=String(e));const t=he(this);return tt(t,"has",e),t.hasOwnProperty(e)}class mu{constructor(t=!1,r=!1){this._isReadonly=t,this._isShallow=r}get(t,r,n){const i=this._isReadonly,o=this._isShallow;if(r==="__v_isReactive")return!i;if(r==="__v_isReadonly")return i;if(r==="__v_isShallow")return o;if(r==="__v_raw")return n===(i?o?lh:_u:o?wu:vu).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;const s=X(t);if(!i){if(s&&ue(ml,r))return Reflect.get(ml,r,n);if(r==="hasOwnProperty")return Jd}const l=Reflect.get(t,r,n);return(Dt(r)?gu.has(r):Gd(r))||(i||tt(t,"get",r),o)?l:rt(l)?s&&Aa(r)?l:l.value:be(l)?i?Su(l):si(l):l}}class bu extends mu{constructor(t=!1){super(!1,t)}set(t,r,n,i){let o=t[r];if(!this._isShallow){const c=Vr(o);if(!dn(n)&&!Vr(n)&&(o=he(o),n=he(n)),!X(t)&&rt(o)&&!rt(n))return c?!1:(o.value=n,!0)}const s=X(t)&&Aa(r)?Number(r)e,wo=e=>Reflect.getPrototypeOf(e);function Ei(e,t,r=!1,n=!1){e=e.__v_raw;const i=he(e),o=he(t);r||(Ze(t,o)&&tt(i,"get",t),tt(i,"get",o));const{has:s}=wo(i),l=n?Ra:r?$a:Qn;if(s.call(i,t))return l(e.get(t));if(s.call(i,o))return l(e.get(o));e!==i&&e.get(t)}function Ai(e,t=!1){const r=this.__v_raw,n=he(r),i=he(e);return t||(Ze(e,i)&&tt(n,"has",e),tt(n,"has",i)),e===i?r.has(e):r.has(e)||r.has(i)}function Oi(e,t=!1){return e=e.__v_raw,!t&&tt(he(e),"iterate",Mr),Reflect.get(e,"size",e)}function bl(e,t=!1){!t&&!dn(e)&&!Vr(e)&&(e=he(e));const r=he(this);return wo(r).has.call(r,e)||(r.add(e),Kt(r,"add",e,e)),this}function vl(e,t,r=!1){!r&&!dn(t)&&!Vr(t)&&(t=he(t));const n=he(this),{has:i,get:o}=wo(n);let s=i.call(n,e);s||(e=he(e),s=i.call(n,e));const l=o.call(n,e);return n.set(e,t),s?Ze(t,l)&&Kt(n,"set",e,t):Kt(n,"add",e,t),this}function wl(e){const t=he(this),{has:r,get:n}=wo(t);let i=r.call(t,e);i||(e=he(e),i=r.call(t,e)),n&&n.call(t,e);const o=t.delete(e);return i&&Kt(t,"delete",e,void 0),o}function _l(){const e=he(this),t=e.size!==0,r=e.clear();return t&&Kt(e,"clear",void 0,void 0),r}function Ti(e,t){return function(n,i){const o=this,s=o.__v_raw,l=he(s),c=t?Ra:e?$a:Qn;return!e&&tt(l,"iterate",Mr),s.forEach((f,u)=>n.call(i,c(f),c(u),o))}}function xi(e,t,r){return function(...n){const i=this.__v_raw,o=he(i),s=nn(o),l=e==="entries"||e===Symbol.iterator&&s,c=e==="keys"&&s,f=i[e](...n),u=r?Ra:t?$a:Qn;return!t&&tt(o,"iterate",c?Qs:Mr),{next(){const{value:d,done:h}=f.next();return h?{value:d,done:h}:{value:l?[u(d[0]),u(d[1])]:u(d),done:h}},[Symbol.iterator](){return this}}}}function er(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function eh(){const e={get(o){return Ei(this,o)},get size(){return Oi(this)},has:Ai,add:bl,set:vl,delete:wl,clear:_l,forEach:Ti(!1,!1)},t={get(o){return Ei(this,o,!1,!0)},get size(){return Oi(this)},has:Ai,add(o){return bl.call(this,o,!0)},set(o,s){return vl.call(this,o,s,!0)},delete:wl,clear:_l,forEach:Ti(!1,!0)},r={get(o){return Ei(this,o,!0)},get size(){return Oi(this,!0)},has(o){return Ai.call(this,o,!0)},add:er("add"),set:er("set"),delete:er("delete"),clear:er("clear"),forEach:Ti(!0,!1)},n={get(o){return Ei(this,o,!0,!0)},get size(){return Oi(this,!0)},has(o){return Ai.call(this,o,!0)},add:er("add"),set:er("set"),delete:er("delete"),clear:er("clear"),forEach:Ti(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(o=>{e[o]=xi(o,!1,!1),r[o]=xi(o,!0,!1),t[o]=xi(o,!1,!0),n[o]=xi(o,!0,!0)}),[e,r,t,n]}const[th,rh,nh,ih]=eh();function Ia(e,t){const r=t?e?ih:nh:e?rh:th;return(n,i,o)=>i==="__v_isReactive"?!e:i==="__v_isReadonly"?e:i==="__v_raw"?n:Reflect.get(ue(r,i)&&i in n?r:n,i,o)}const oh={get:Ia(!1,!1)},sh={get:Ia(!1,!0)},ah={get:Ia(!0,!1)};const vu=new WeakMap,wu=new WeakMap,_u=new WeakMap,lh=new WeakMap;function ch(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function uh(e){return e.__v_skip||!Object.isExtensible(e)?0:ch(Id(e))}function si(e){return Vr(e)?e:Fa(e,!1,Xd,oh,vu)}function fh(e){return Fa(e,!1,Yd,sh,wu)}function Su(e){return Fa(e,!0,Zd,ah,_u)}function Fa(e,t,r,n,i){if(!be(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=i.get(e);if(o)return o;const s=uh(e);if(s===0)return e;const l=new Proxy(e,s===2?n:r);return i.set(e,l),l}function sn(e){return Vr(e)?sn(e.__v_raw):!!(e&&e.__v_isReactive)}function Vr(e){return!!(e&&e.__v_isReadonly)}function dn(e){return!!(e&&e.__v_isShallow)}function Eu(e){return e?!!e.__v_raw:!1}function he(e){const t=e&&e.__v_raw;return t?he(t):e}function Xs(e){return Object.isExtensible(e)&&ou(e,"__v_skip",!0),e}const Qn=e=>be(e)?si(e):e,$a=e=>be(e)?Su(e):e;class Au{constructor(t,r,n,i){this.getter=t,this._setter=r,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new xa(()=>t(this._value),()=>Hn(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!i,this.__v_isReadonly=n}get value(){const t=he(this);return(!t._cacheable||t.effect.dirty)&&Ze(t._value,t._value=t.effect.run())&&Hn(t,4),Na(t),t.effect._dirtyLevel>=2&&Hn(t,2),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function ph(e,t,r=!1){let n,i;const o=re(e);return o?(n=e,i=ut):(n=e.get,i=e.set),new Au(n,i,o||!i,r)}function Na(e){var t;ur&&Lr&&(e=he(e),du(Lr,(t=e.dep)!=null?t:e.dep=yu(()=>e.dep=void 0,e instanceof Au?e:void 0)))}function Hn(e,t=4,r,n){e=he(e);const i=e.dep;i&&hu(i,t)}function rt(e){return!!(e&&e.__v_isRef===!0)}function La(e){return Ou(e,!1)}function dh(e){return Ou(e,!0)}function Ou(e,t){return rt(e)?e:new hh(e,t)}class hh{constructor(t,r){this.__v_isShallow=r,this.dep=void 0,this.__v_isRef=!0,this._rawValue=r?t:he(t),this._value=r?t:Qn(t)}get value(){return Na(this),this._value}set value(t){const r=this.__v_isShallow||dn(t)||Vr(t);t=r?t:he(t),Ze(t,this._rawValue)&&(this._rawValue,this._rawValue=t,this._value=r?t:Qn(t),Hn(this,4))}}function yh(e){return rt(e)?e.value:e}const gh={get:(e,t,r)=>yh(Reflect.get(e,t,r)),set:(e,t,r,n)=>{const i=e[t];return rt(i)&&!rt(r)?(i.value=r,!0):Reflect.set(e,t,r,n)}};function Tu(e){return sn(e)?e:new Proxy(e,gh)}class mh{constructor(t){this.dep=void 0,this.__v_isRef=!0;const{get:r,set:n}=t(()=>Na(this),()=>Hn(this));this._get=r,this._set=n}get value(){return this._get()}set value(t){this._set(t)}}function bh(e){return new mh(e)}/** +* @vue/runtime-core v3.4.37 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/function fr(e,t,r,n){try{return n?e(...n):e()}catch(i){_o(i,t,r)}}function ft(e,t,r,n){if(re(e)){const i=fr(e,t,r,n);return i&&tu(i)&&i.catch(o=>{_o(o,t,r)}),i}if(X(e)){const i=[];for(let o=0;o>>1,i=Be[n],o=Zn(i);oLt&&Be.splice(t,1)}function Eh(e){X(e)?an.push(...e):(!nr||!nr.includes(e,e.allowRecurse?Pr+1:Pr))&&an.push(e),Pu()}function Sl(e,t,r=Xn?Lt+1:0){for(;rZn(r)-Zn(n));if(an.length=0,nr){nr.push(...t);return}for(nr=t,Pr=0;Pre.id==null?1/0:e.id,Ah=(e,t)=>{const r=Zn(e)-Zn(t);if(r===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return r};function Cu(e){Zs=!1,Xn=!0,Be.sort(Ah);try{for(Lt=0;Lt{n._d&&Nl(-1);const o=Xi(t);let s;try{s=e(...i)}finally{Xi(o),n._d&&Nl(1)}return s};return n._n=!0,n._c=!0,n._d=!0,n}function Dv(e,t){if(Ne===null)return e;const r=To(Ne),n=e.dirs||(e.dirs=[]);for(let i=0;i{e.isMounted=!0}),Du(()=>{e.isUnmounting=!0}),e}const at=[Function,Array],Iu={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:at,onEnter:at,onAfterEnter:at,onEnterCancelled:at,onBeforeLeave:at,onLeave:at,onAfterLeave:at,onLeaveCancelled:at,onBeforeAppear:at,onAppear:at,onAfterAppear:at,onAppearCancelled:at},Fu=e=>{const t=e.subTree;return t.component?Fu(t.component):t},xh={name:"BaseTransition",props:Iu,setup(e,{slots:t}){const r=hf(),n=Th();return()=>{const i=t.default&&Nu(t.default(),!0);if(!i||!i.length)return;let o=i[0];if(i.length>1){for(const h of i)if(h.type!==Ke){o=h;break}}const s=he(e),{mode:l}=s;if(n.isLeaving)return ms(o);const c=El(o);if(!c)return ms(o);let f=Ys(c,s,n,r,h=>f=h);Zi(c,f);const u=r.subTree,d=u&&El(u);if(d&&d.type!==Ke&&!Cr(c,d)&&Fu(r).type!==Ke){const h=Ys(d,s,n,r);if(Zi(d,h),l==="out-in"&&c.type!==Ke)return n.isLeaving=!0,h.afterLeave=()=>{n.isLeaving=!1,r.update.active!==!1&&(r.effect.dirty=!0,r.update())},ms(o);l==="in-out"&&c.type!==Ke&&(h.delayLeave=(m,y,w)=>{const S=$u(n,d);S[String(d.key)]=d,m[ir]=()=>{y(),m[ir]=void 0,delete f.delayedLeave},f.delayedLeave=w})}return o}}},Ph=xh;function $u(e,t){const{leavingVNodes:r}=e;let n=r.get(t.type);return n||(n=Object.create(null),r.set(t.type,n)),n}function Ys(e,t,r,n,i){const{appear:o,mode:s,persisted:l=!1,onBeforeEnter:c,onEnter:f,onAfterEnter:u,onEnterCancelled:d,onBeforeLeave:h,onLeave:m,onAfterLeave:y,onLeaveCancelled:w,onBeforeAppear:S,onAppear:C,onAfterAppear:M,onAppearCancelled:b}=t,E=String(e.key),R=$u(r,e),x=(P,L)=>{P&&ft(P,n,9,L)},B=(P,L)=>{const W=L[1];x(P,L),X(P)?P.every(D=>D.length<=1)&&W():P.length<=1&&W()},F={mode:s,persisted:l,beforeEnter(P){let L=c;if(!r.isMounted)if(o)L=S||c;else return;P[ir]&&P[ir](!0);const W=R[E];W&&Cr(e,W)&&W.el[ir]&&W.el[ir](),x(L,[P])},enter(P){let L=f,W=u,D=d;if(!r.isMounted)if(o)L=C||f,W=M||u,D=b||d;else return;let z=!1;const ie=P[Pi]=oe=>{z||(z=!0,oe?x(D,[P]):x(W,[P]),F.delayedLeave&&F.delayedLeave(),P[Pi]=void 0)};L?B(L,[P,ie]):ie()},leave(P,L){const W=String(e.key);if(P[Pi]&&P[Pi](!0),r.isUnmounting)return L();x(h,[P]);let D=!1;const z=P[ir]=ie=>{D||(D=!0,L(),ie?x(w,[P]):x(y,[P]),P[ir]=void 0,R[W]===e&&delete R[W])};R[W]=e,m?B(m,[P,z]):z()},clone(P){const L=Ys(P,t,r,n,i);return i&&i(L),L}};return F}function ms(e){if(So(e))return e=dr(e),e.children=null,e}function El(e){if(!So(e))return e;const{shapeFlag:t,children:r}=e;if(r){if(t&16)return r[0];if(t&32&&re(r.default))return r.default()}}function Zi(e,t){e.shapeFlag&6&&e.component?Zi(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Nu(e,t=!1,r){let n=[],i=0;for(let o=0;o1)for(let o=0;o!!e.type.__asyncLoader,So=e=>e.type.__isKeepAlive;function Ch(e,t){Lu(e,"a",t)}function Rh(e,t){Lu(e,"da",t)}function Lu(e,t,r=Ue){const n=e.__wdc||(e.__wdc=()=>{let i=r;for(;i;){if(i.isDeactivated)return;i=i.parent}return e()});if(Eo(t,n,r),r){let i=r.parent;for(;i&&i.parent;)So(i.parent.vnode)&&Ih(n,t,r,i),i=i.parent}}function Ih(e,t,r,n){const i=Eo(t,e,n,!0);ju(()=>{Ea(n[t],i)},r)}function Eo(e,t,r=Ue,n=!1){if(r){const i=r[e]||(r[e]=[]),o=t.__weh||(t.__weh=(...s)=>{hr();const l=ai(r),c=ft(t,r,e,s);return l(),yr(),c});return n?i.unshift(o):i.push(o),o}}const zt=e=>(t,r=Ue)=>{(!Oo||e==="sp")&&Eo(e,(...n)=>t(...n),r)},Fh=zt("bm"),Mu=zt("m"),$h=zt("bu"),Nh=zt("u"),Du=zt("bum"),ju=zt("um"),Lh=zt("sp"),Mh=zt("rtg"),Dh=zt("rtc");function jh(e,t=Ue){Eo("ec",e,t)}const Bh=Symbol.for("v-ndc");function jv(e,t,r,n){let i;const o=r;if(X(e)||Se(e)){i=new Array(e.length);for(let s=0,l=e.length;st(s,l,void 0,o));else{const s=Object.keys(e);i=new Array(s.length);for(let l=0,c=s.length;lto(t)?!(t.type===Ke||t.type===Ye&&!Bu(t.children)):!0)?e:null}const ea=e=>e?yf(e)?To(e):ea(e.parent):null,Vn=Pe(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>ea(e.parent),$root:e=>ea(e.root),$emit:e=>e.emit,$options:e=>Ba(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,Da(e.update)}),$nextTick:e=>e.n||(e.n=wh.bind(e.proxy)),$watch:e=>dy.bind(e)}),bs=(e,t)=>e!==me&&!e.__isScriptSetup&&ue(e,t),Uh={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:r,setupState:n,data:i,props:o,accessCache:s,type:l,appContext:c}=e;let f;if(t[0]!=="$"){const m=s[t];if(m!==void 0)switch(m){case 1:return n[t];case 2:return i[t];case 4:return r[t];case 3:return o[t]}else{if(bs(n,t))return s[t]=1,n[t];if(i!==me&&ue(i,t))return s[t]=2,i[t];if((f=e.propsOptions[0])&&ue(f,t))return s[t]=3,o[t];if(r!==me&&ue(r,t))return s[t]=4,r[t];ta&&(s[t]=0)}}const u=Vn[t];let d,h;if(u)return t==="$attrs"&&tt(e.attrs,"get",""),u(e);if((d=l.__cssModules)&&(d=d[t]))return d;if(r!==me&&ue(r,t))return s[t]=4,r[t];if(h=c.config.globalProperties,ue(h,t))return h[t]},set({_:e},t,r){const{data:n,setupState:i,ctx:o}=e;return bs(i,t)?(i[t]=r,!0):n!==me&&ue(n,t)?(n[t]=r,!0):ue(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=r,!0)},has({_:{data:e,setupState:t,accessCache:r,ctx:n,appContext:i,propsOptions:o}},s){let l;return!!r[s]||e!==me&&ue(e,s)||bs(t,s)||(l=o[0])&&ue(l,s)||ue(n,s)||ue(Vn,s)||ue(i.config.globalProperties,s)},defineProperty(e,t,r){return r.get!=null?e._.accessCache[t]=0:ue(r,"value")&&this.set(e,t,r.value,null),Reflect.defineProperty(e,t,r)}};function Al(e){return X(e)?e.reduce((t,r)=>(t[r]=null,t),{}):e}let ta=!0;function Hh(e){const t=Ba(e),r=e.proxy,n=e.ctx;ta=!1,t.beforeCreate&&Ol(t.beforeCreate,e,"bc");const{data:i,computed:o,methods:s,watch:l,provide:c,inject:f,created:u,beforeMount:d,mounted:h,beforeUpdate:m,updated:y,activated:w,deactivated:S,beforeDestroy:C,beforeUnmount:M,destroyed:b,unmounted:E,render:R,renderTracked:x,renderTriggered:B,errorCaptured:F,serverPrefetch:P,expose:L,inheritAttrs:W,components:D,directives:z,filters:ie}=t;if(f&&Vh(f,n,null),s)for(const ee in s){const Q=s[ee];re(Q)&&(n[ee]=Q.bind(r))}if(i){const ee=i.call(r,r);be(ee)&&(e.data=si(ee))}if(ta=!0,o)for(const ee in o){const Q=o[ee],ve=re(Q)?Q.bind(r,r):re(Q.get)?Q.get.bind(r,r):ut,se=!re(Q)&&re(Q.set)?Q.set.bind(r):ut,pt=xr({get:ve,set:se});Object.defineProperty(n,ee,{enumerable:!0,configurable:!0,get:()=>pt.value,set:Ge=>pt.value=Ge})}if(l)for(const ee in l)Uu(l[ee],n,r,ee);if(c){const ee=re(c)?c.call(r):c;Reflect.ownKeys(ee).forEach(Q=>{zh(Q,ee[Q])})}u&&Ol(u,e,"c");function G(ee,Q){X(Q)?Q.forEach(ve=>ee(ve.bind(r))):Q&&ee(Q.bind(r))}if(G(Fh,d),G(Mu,h),G($h,m),G(Nh,y),G(Ch,w),G(Rh,S),G(jh,F),G(Dh,x),G(Mh,B),G(Du,M),G(ju,E),G(Lh,P),X(L))if(L.length){const ee=e.exposed||(e.exposed={});L.forEach(Q=>{Object.defineProperty(ee,Q,{get:()=>r[Q],set:ve=>r[Q]=ve})})}else e.exposed||(e.exposed={});R&&e.render===ut&&(e.render=R),W!=null&&(e.inheritAttrs=W),D&&(e.components=D),z&&(e.directives=z)}function Vh(e,t,r=ut){X(e)&&(e=ra(e));for(const n in e){const i=e[n];let o;be(i)?"default"in i?o=Hi(i.from||n,i.default,!0):o=Hi(i.from||n):o=Hi(i),rt(o)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>o.value,set:s=>o.value=s}):t[n]=o}}function Ol(e,t,r){ft(X(e)?e.map(n=>n.bind(t.proxy)):e.bind(t.proxy),t,r)}function Uu(e,t,r,n){const i=n.includes(".")?nf(r,n):()=>r[n];if(Se(e)){const o=t[e];re(o)&&Vi(i,o)}else if(re(e))Vi(i,e.bind(r));else if(be(e))if(X(e))e.forEach(o=>Uu(o,t,r,n));else{const o=re(e.handler)?e.handler.bind(r):t[e.handler];re(o)&&Vi(i,o,e)}}function Ba(e){const t=e.type,{mixins:r,extends:n}=t,{mixins:i,optionsCache:o,config:{optionMergeStrategies:s}}=e.appContext,l=o.get(t);let c;return l?c=l:!i.length&&!r&&!n?c=t:(c={},i.length&&i.forEach(f=>Yi(c,f,s,!0)),Yi(c,t,s)),be(t)&&o.set(t,c),c}function Yi(e,t,r,n=!1){const{mixins:i,extends:o}=t;o&&Yi(e,o,r,!0),i&&i.forEach(s=>Yi(e,s,r,!0));for(const s in t)if(!(n&&s==="expose")){const l=kh[s]||r&&r[s];e[s]=l?l(e[s],t[s]):t[s]}return e}const kh={data:Tl,props:xl,emits:xl,methods:Un,computed:Un,beforeCreate:We,created:We,beforeMount:We,mounted:We,beforeUpdate:We,updated:We,beforeDestroy:We,beforeUnmount:We,destroyed:We,unmounted:We,activated:We,deactivated:We,errorCaptured:We,serverPrefetch:We,components:Un,directives:Un,watch:Wh,provide:Tl,inject:qh};function Tl(e,t){return t?e?function(){return Pe(re(e)?e.call(this,this):e,re(t)?t.call(this,this):t)}:t:e}function qh(e,t){return Un(ra(e),ra(t))}function ra(e){if(X(e)){const t={};for(let r=0;r1)return r&&re(t)?t.call(n&&n.proxy):t}}const Vu={},ku=()=>Object.create(Vu),qu=e=>Object.getPrototypeOf(e)===Vu;function Jh(e,t,r,n=!1){const i={},o=ku();e.propsDefaults=Object.create(null),Wu(e,t,i,o);for(const s in e.propsOptions[0])s in i||(i[s]=void 0);r?e.props=n?i:fh(i):e.type.props?e.props=i:e.props=o,e.attrs=o}function Qh(e,t,r,n){const{props:i,attrs:o,vnode:{patchFlag:s}}=e,l=he(i),[c]=e.propsOptions;let f=!1;if((n||s>0)&&!(s&16)){if(s&8){const u=e.vnode.dynamicProps;for(let d=0;d{c=!0;const[h,m]=Ku(d,t,!0);Pe(s,h),m&&l.push(...m)};!r&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!o&&!c)return be(e)&&n.set(e,rn),rn;if(X(o))for(let u=0;ue[0]==="_"||e==="$stable",Ua=e=>X(e)?e.map(ct):[ct(e)],Zh=(e,t,r)=>{if(t._n)return t;const n=Oh((...i)=>Ua(t(...i)),r);return n._c=!1,n},zu=(e,t,r)=>{const n=e._ctx;for(const i in e){if(Gu(i))continue;const o=e[i];if(re(o))t[i]=Zh(i,o,n);else if(o!=null){const s=Ua(o);t[i]=()=>s}}},Ju=(e,t)=>{const r=Ua(t);e.slots.default=()=>r},Qu=(e,t,r)=>{for(const n in t)(r||n!=="_")&&(e[n]=t[n])},Yh=(e,t,r)=>{const n=e.slots=ku();if(e.vnode.shapeFlag&32){const i=t._;i?(Qu(n,t,r),r&&ou(n,"_",i,!0)):zu(t,n)}else t&&Ju(e,t)},ey=(e,t,r)=>{const{vnode:n,slots:i}=e;let o=!0,s=me;if(n.shapeFlag&32){const l=t._;l?r&&l===1?o=!1:Qu(i,t,r):(o=!t.$stable,zu(t,i)),s=t}else t&&(Ju(e,t),s={default:1});if(o)for(const l in i)!Gu(l)&&s[l]==null&&delete i[l]};function eo(e,t,r,n,i=!1){if(X(e)){e.forEach((h,m)=>eo(h,t&&(X(t)?t[m]:t),r,n,i));return}if(ln(n)&&!i)return;const o=n.shapeFlag&4?To(n.component):n.el,s=i?null:o,{i:l,r:c}=e,f=t&&t.r,u=l.refs===me?l.refs={}:l.refs,d=l.setupState;if(f!=null&&f!==c&&(Se(f)?(u[f]=null,ue(d,f)&&(d[f]=null)):rt(f)&&(f.value=null)),re(c))fr(c,l,12,[s,u]);else{const h=Se(c),m=rt(c);if(h||m){const y=()=>{if(e.f){const w=h?ue(d,c)?d[c]:u[c]:c.value;i?X(w)&&Ea(w,o):X(w)?w.includes(o)||w.push(o):h?(u[c]=[o],ue(d,c)&&(d[c]=u[c])):(c.value=[o],e.k&&(u[e.k]=c.value))}else h?(u[c]=s,ue(d,c)&&(d[c]=s)):m&&(c.value=s,e.k&&(u[e.k]=s))};s?(y.id=-1,Xe(y,r)):y()}}}const Xu=Symbol("_vte"),ty=e=>e.__isTeleport,kn=e=>e&&(e.disabled||e.disabled===""),Cl=e=>typeof SVGElement<"u"&&e instanceof SVGElement,Rl=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,ia=(e,t)=>{const r=e&&e.to;return Se(r)?t?t(r):null:r},ry={name:"Teleport",__isTeleport:!0,process(e,t,r,n,i,o,s,l,c,f){const{mc:u,pc:d,pbc:h,o:{insert:m,querySelector:y,createText:w,createComment:S}}=f,C=kn(t.props);let{shapeFlag:M,children:b,dynamicChildren:E}=t;if(e==null){const R=t.el=w(""),x=t.anchor=w("");m(R,r,n),m(x,r,n);const B=t.target=ia(t.props,y),F=Yu(B,t,w,m);B&&(s==="svg"||Cl(B)?s="svg":(s==="mathml"||Rl(B))&&(s="mathml"));const P=(L,W)=>{M&16&&u(b,L,W,i,o,s,l,c)};C?P(r,x):B&&P(B,F)}else{t.el=e.el,t.targetStart=e.targetStart;const R=t.anchor=e.anchor,x=t.target=e.target,B=t.targetAnchor=e.targetAnchor,F=kn(e.props),P=F?r:x,L=F?R:B;if(s==="svg"||Cl(x)?s="svg":(s==="mathml"||Rl(x))&&(s="mathml"),E?(h(e.dynamicChildren,E,P,i,o,s,l),Ha(e,t,!0)):c||d(e,t,P,L,i,o,s,l,!1),C)F?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):Ci(t,r,R,f,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const W=t.target=ia(t.props,y);W&&Ci(t,W,null,f,0)}else F&&Ci(t,x,B,f,1)}Zu(t)},remove(e,t,r,{um:n,o:{remove:i}},o){const{shapeFlag:s,children:l,anchor:c,targetStart:f,targetAnchor:u,target:d,props:h}=e;if(d&&(i(f),i(u)),o&&i(c),s&16){const m=o||!kn(h);for(let y=0;y{Il||(console.error("Hydration completed but contains mismatches."),Il=!0)},iy=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",oy=e=>e.namespaceURI.includes("MathML"),Ri=e=>{if(iy(e))return"svg";if(oy(e))return"mathml"},Ii=e=>e.nodeType===8;function sy(e){const{mt:t,p:r,o:{patchProp:n,createText:i,nextSibling:o,parentNode:s,remove:l,insert:c,createComment:f}}=e,u=(b,E)=>{if(!E.hasChildNodes()){r(null,b,E),Qi(),E._vnode=b;return}d(E.firstChild,b,null,null,null),Qi(),E._vnode=b},d=(b,E,R,x,B,F=!1)=>{F=F||!!E.dynamicChildren;const P=Ii(b)&&b.data==="[",L=()=>w(b,E,R,x,B,P),{type:W,ref:D,shapeFlag:z,patchFlag:ie}=E;let oe=b.nodeType;E.el=b,ie===-2&&(F=!1,E.dynamicChildren=null);let G=null;switch(W){case Dr:oe!==3?E.children===""?(c(E.el=i(""),s(b),b),G=b):G=L():(b.data!==E.children&&(Xr(),b.data=E.children),G=o(b));break;case Ke:M(b)?(G=o(b),C(E.el=b.content.firstChild,b,R)):oe!==8||P?G=L():G=o(b);break;case ki:if(P&&(b=o(b),oe=b.nodeType),oe===1||oe===3){G=b;const ee=!E.children.length;for(let Q=0;Q{F=F||!!E.dynamicChildren;const{type:P,props:L,patchFlag:W,shapeFlag:D,dirs:z,transition:ie}=E,oe=P==="input"||P==="option";if(oe||W!==-1){z&&Ft(E,null,R,"created");let G=!1;if(M(b)){G=tf(x,ie)&&R&&R.vnode.props&&R.vnode.props.appear;const Q=b.content.firstChild;G&&ie.beforeEnter(Q),C(Q,b,R),E.el=b=Q}if(D&16&&!(L&&(L.innerHTML||L.textContent))){let Q=m(b.firstChild,E,b,R,x,B,F);for(;Q;){Xr();const ve=Q;Q=Q.nextSibling,l(ve)}}else D&8&&b.textContent!==E.children&&(Xr(),b.textContent=E.children);if(L){if(oe||!F||W&48){const Q=b.tagName.includes("-");for(const ve in L)(oe&&(ve.endsWith("value")||ve==="indeterminate")||ii(ve)&&!on(ve)||ve[0]==="."||Q)&&n(b,ve,null,L[ve],void 0,R)}else if(L.onClick)n(b,"onClick",null,L.onClick,void 0,R);else if(W&4&&sn(L.style))for(const Q in L.style)L.style[Q]}let ee;(ee=L&&L.onVnodeBeforeMount)&<(ee,R,E),z&&Ft(E,null,R,"beforeMount"),((ee=L&&L.onVnodeMounted)||z||G)&&af(()=>{ee&<(ee,R,E),G&&ie.enter(b),z&&Ft(E,null,R,"mounted")},x)}return b.nextSibling},m=(b,E,R,x,B,F,P)=>{P=P||!!E.dynamicChildren;const L=E.children,W=L.length;for(let D=0;D{const{slotScopeIds:P}=E;P&&(B=B?B.concat(P):P);const L=s(b),W=m(o(b),E,L,R,x,B,F);return W&&Ii(W)&&W.data==="]"?o(E.anchor=W):(Xr(),c(E.anchor=f("]"),L,W),W)},w=(b,E,R,x,B,F)=>{if(Xr(),E.el=null,F){const W=S(b);for(;;){const D=o(b);if(D&&D!==W)l(D);else break}}const P=o(b),L=s(b);return l(b),r(null,E,L,P,R,x,Ri(L),B),P},S=(b,E="[",R="]")=>{let x=0;for(;b;)if(b=o(b),b&&Ii(b)&&(b.data===E&&x++,b.data===R)){if(x===0)return o(b);x--}return b},C=(b,E,R)=>{const x=E.parentNode;x&&x.replaceChild(b,E);let B=R;for(;B;)B.vnode.el===E&&(B.vnode.el=B.subTree.el=b),B=B.parent},M=b=>b.nodeType===1&&b.tagName.toLowerCase()==="template";return[u,d]}const Xe=af;function ay(e){return ef(e)}function ly(e){return ef(e,sy)}function ef(e,t){const r=su();r.__VUE__=!0;const{insert:n,remove:i,patchProp:o,createElement:s,createText:l,createComment:c,setText:f,setElementText:u,parentNode:d,nextSibling:h,setScopeId:m=ut,insertStaticContent:y}=e,w=(g,_,O,$=null,I=null,j=null,V=void 0,U=null,H=!!_.dynamicChildren)=>{if(g===_)return;g&&!Cr(g,_)&&($=Qt(g),Ge(g,I,j,!0),g=null),_.patchFlag===-2&&(H=!1,_.dynamicChildren=null);const{type:N,ref:k,shapeFlag:q}=_;switch(N){case Dr:S(g,_,O,$);break;case Ke:C(g,_,O,$);break;case ki:g==null&&M(_,O,$,V);break;case Ye:D(g,_,O,$,I,j,V,U,H);break;default:q&1?R(g,_,O,$,I,j,V,U,H):q&6?z(g,_,O,$,I,j,V,U,H):(q&64||q&128)&&N.process(g,_,O,$,I,j,V,U,H,dt)}k!=null&&I&&eo(k,g&&g.ref,j,_||g,!_)},S=(g,_,O,$)=>{if(g==null)n(_.el=l(_.children),O,$);else{const I=_.el=g.el;_.children!==g.children&&f(I,_.children)}},C=(g,_,O,$)=>{g==null?n(_.el=c(_.children||""),O,$):_.el=g.el},M=(g,_,O,$)=>{[g.el,g.anchor]=y(g.children,_,O,$,g.el,g.anchor)},b=({el:g,anchor:_},O,$)=>{let I;for(;g&&g!==_;)I=h(g),n(g,O,$),g=I;n(_,O,$)},E=({el:g,anchor:_})=>{let O;for(;g&&g!==_;)O=h(g),i(g),g=O;i(_)},R=(g,_,O,$,I,j,V,U,H)=>{_.type==="svg"?V="svg":_.type==="math"&&(V="mathml"),g==null?x(_,O,$,I,j,V,U,H):P(g,_,I,j,V,U,H)},x=(g,_,O,$,I,j,V,U)=>{let H,N;const{props:k,shapeFlag:q,transition:K,dirs:Z}=g;if(H=g.el=s(g.type,j,k&&k.is,k),q&8?u(H,g.children):q&16&&F(g.children,H,null,$,I,vs(g,j),V,U),Z&&Ft(g,null,$,"created"),B(H,g,g.scopeId,V,$),k){for(const fe in k)fe!=="value"&&!on(fe)&&o(H,fe,null,k[fe],j,$);"value"in k&&o(H,"value",null,k.value,j),(N=k.onVnodeBeforeMount)&<(N,$,g)}Z&&Ft(g,null,$,"beforeMount");const Y=tf(I,K);Y&&K.beforeEnter(H),n(H,_,O),((N=k&&k.onVnodeMounted)||Y||Z)&&Xe(()=>{N&<(N,$,g),Y&&K.enter(H),Z&&Ft(g,null,$,"mounted")},I)},B=(g,_,O,$,I)=>{if(O&&m(g,O),$)for(let j=0;j<$.length;j++)m(g,$[j]);if(I){let j=I.subTree;if(_===j){const V=I.vnode;B(g,V,V.scopeId,V.slotScopeIds,I.parent)}}},F=(g,_,O,$,I,j,V,U,H=0)=>{for(let N=H;N{const U=_.el=g.el;let{patchFlag:H,dynamicChildren:N,dirs:k}=_;H|=g.patchFlag&16;const q=g.props||me,K=_.props||me;let Z;if(O&&Er(O,!1),(Z=K.onVnodeBeforeUpdate)&<(Z,O,_,g),k&&Ft(_,g,O,"beforeUpdate"),O&&Er(O,!0),(q.innerHTML&&K.innerHTML==null||q.textContent&&K.textContent==null)&&u(U,""),N?L(g.dynamicChildren,N,U,O,$,vs(_,I),j):V||Q(g,_,U,null,O,$,vs(_,I),j,!1),H>0){if(H&16)W(U,q,K,O,I);else if(H&2&&q.class!==K.class&&o(U,"class",null,K.class,I),H&4&&o(U,"style",q.style,K.style,I),H&8){const Y=_.dynamicProps;for(let fe=0;fe{Z&<(Z,O,_,g),k&&Ft(_,g,O,"updated")},$)},L=(g,_,O,$,I,j,V)=>{for(let U=0;U<_.length;U++){const H=g[U],N=_[U],k=H.el&&(H.type===Ye||!Cr(H,N)||H.shapeFlag&70)?d(H.el):O;w(H,N,k,null,$,I,j,V,!0)}},W=(g,_,O,$,I)=>{if(_!==O){if(_!==me)for(const j in _)!on(j)&&!(j in O)&&o(g,j,_[j],null,I,$);for(const j in O){if(on(j))continue;const V=O[j],U=_[j];V!==U&&j!=="value"&&o(g,j,U,V,I,$)}"value"in O&&o(g,"value",_.value,O.value,I)}},D=(g,_,O,$,I,j,V,U,H)=>{const N=_.el=g?g.el:l(""),k=_.anchor=g?g.anchor:l("");let{patchFlag:q,dynamicChildren:K,slotScopeIds:Z}=_;Z&&(U=U?U.concat(Z):Z),g==null?(n(N,O,$),n(k,O,$),F(_.children||[],O,k,I,j,V,U,H)):q>0&&q&64&&K&&g.dynamicChildren?(L(g.dynamicChildren,K,O,I,j,V,U),(_.key!=null||I&&_===I.subTree)&&Ha(g,_,!0)):Q(g,_,O,k,I,j,V,U,H)},z=(g,_,O,$,I,j,V,U,H)=>{_.slotScopeIds=U,g==null?_.shapeFlag&512?I.ctx.activate(_,O,$,V,H):ie(_,O,$,I,j,V,H):oe(g,_,H)},ie=(g,_,O,$,I,j,V)=>{const U=g.component=Ty(g,$,I);if(So(g)&&(U.ctx.renderer=dt),xy(U,!1,V),U.asyncDep){if(I&&I.registerDep(U,G,V),!g.el){const H=U.subTree=He(Ke);C(null,H,_,O)}}else G(U,g,_,O,I,j,V)},oe=(g,_,O)=>{const $=_.component=g.component;if(my(g,_,O))if($.asyncDep&&!$.asyncResolved){ee($,_,O);return}else $.next=_,Sh($.update),$.effect.dirty=!0,$.update();else _.el=g.el,$.vnode=_},G=(g,_,O,$,I,j,V)=>{const U=()=>{if(g.isMounted){let{next:k,bu:q,u:K,parent:Z,vnode:Y}=g;{const ht=rf(g);if(ht){k&&(k.el=Y.el,ee(g,k,V)),ht.asyncDep.then(()=>{g.isUnmounted||U()});return}}let fe=k,ae;Er(g,!1),k?(k.el=Y.el,ee(g,k,V)):k=Y,q&&Ui(q),(ae=k.props&&k.props.onVnodeBeforeUpdate)&<(ae,Z,k,Y),Er(g,!0);const de=ws(g),Le=g.subTree;g.subTree=de,w(Le,de,d(Le.el),Qt(Le),g,I,j),k.el=de.el,fe===null&&by(g,de.el),K&&Xe(K,I),(ae=k.props&&k.props.onVnodeUpdated)&&Xe(()=>lt(ae,Z,k,Y),I)}else{let k;const{el:q,props:K}=_,{bm:Z,m:Y,parent:fe}=g,ae=ln(_);if(Er(g,!1),Z&&Ui(Z),!ae&&(k=K&&K.onVnodeBeforeMount)&<(k,fe,_),Er(g,!0),q&&Bt){const de=()=>{g.subTree=ws(g),Bt(q,g.subTree,g,I,null)};ae?_.type.__asyncLoader().then(()=>!g.isUnmounted&&de()):de()}else{const de=g.subTree=ws(g);w(null,de,O,$,g,I,j),_.el=de.el}if(Y&&Xe(Y,I),!ae&&(k=K&&K.onVnodeMounted)){const de=_;Xe(()=>lt(k,fe,de),I)}(_.shapeFlag&256||fe&&ln(fe.vnode)&&fe.vnode.shapeFlag&256)&&g.a&&Xe(g.a,I),g.isMounted=!0,_=O=$=null}},H=g.effect=new xa(U,ut,()=>Da(N),g.scope),N=g.update=()=>{H.dirty&&H.run()};N.i=g,N.id=g.uid,Er(g,!0),N()},ee=(g,_,O)=>{_.component=g;const $=g.vnode.props;g.vnode=_,g.next=null,Qh(g,_.props,$,O),ey(g,_.children,O),hr(),Sl(g),yr()},Q=(g,_,O,$,I,j,V,U,H=!1)=>{const N=g&&g.children,k=g?g.shapeFlag:0,q=_.children,{patchFlag:K,shapeFlag:Z}=_;if(K>0){if(K&128){se(N,q,O,$,I,j,V,U,H);return}else if(K&256){ve(N,q,O,$,I,j,V,U,H);return}}Z&8?(k&16&&At(N,I,j),q!==N&&u(O,q)):k&16?Z&16?se(N,q,O,$,I,j,V,U,H):At(N,I,j,!0):(k&8&&u(O,""),Z&16&&F(q,O,$,I,j,V,U,H))},ve=(g,_,O,$,I,j,V,U,H)=>{g=g||rn,_=_||rn;const N=g.length,k=_.length,q=Math.min(N,k);let K;for(K=0;Kk?At(g,I,j,!0,!1,q):F(_,O,$,I,j,V,U,H,q)},se=(g,_,O,$,I,j,V,U,H)=>{let N=0;const k=_.length;let q=g.length-1,K=k-1;for(;N<=q&&N<=K;){const Z=g[N],Y=_[N]=H?or(_[N]):ct(_[N]);if(Cr(Z,Y))w(Z,Y,O,null,I,j,V,U,H);else break;N++}for(;N<=q&&N<=K;){const Z=g[q],Y=_[K]=H?or(_[K]):ct(_[K]);if(Cr(Z,Y))w(Z,Y,O,null,I,j,V,U,H);else break;q--,K--}if(N>q){if(N<=K){const Z=K+1,Y=ZK)for(;N<=q;)Ge(g[N],I,j,!0),N++;else{const Z=N,Y=N,fe=new Map;for(N=Y;N<=K;N++){const Te=_[N]=H?or(_[N]):ct(_[N]);Te.key!=null&&fe.set(Te.key,N)}let ae,de=0;const Le=K-Y+1;let ht=!1,qr=0;const yt=new Array(Le);for(N=0;N=Le){Ge(Te,I,j,!0);continue}let Ce;if(Te.key!=null)Ce=fe.get(Te.key);else for(ae=Y;ae<=K;ae++)if(yt[ae-Y]===0&&Cr(Te,_[ae])){Ce=ae;break}Ce===void 0?Ge(Te,I,j,!0):(yt[Ce-Y]=N+1,Ce>=qr?qr=Ce:ht=!0,w(Te,_[Ce],O,null,I,j,V,U,H),de++)}const Ut=ht?cy(yt):rn;for(ae=Ut.length-1,N=Le-1;N>=0;N--){const Te=Y+N,Ce=_[Te],Ot=Te+1{const{el:j,type:V,transition:U,children:H,shapeFlag:N}=g;if(N&6){pt(g.component.subTree,_,O,$);return}if(N&128){g.suspense.move(_,O,$);return}if(N&64){V.move(g,_,O,dt);return}if(V===Ye){n(j,_,O);for(let q=0;qU.enter(j),I);else{const{leave:q,delayLeave:K,afterLeave:Z}=U,Y=()=>n(j,_,O),fe=()=>{q(j,()=>{Y(),Z&&Z()})};K?K(j,Y,fe):fe()}else n(j,_,O)},Ge=(g,_,O,$=!1,I=!1)=>{const{type:j,props:V,ref:U,children:H,dynamicChildren:N,shapeFlag:k,patchFlag:q,dirs:K,cacheIndex:Z}=g;if(q===-2&&(I=!1),U!=null&&eo(U,null,O,g,!0),Z!=null&&(_.renderCache[Z]=void 0),k&256){_.ctx.deactivate(g);return}const Y=k&1&&K,fe=!ln(g);let ae;if(fe&&(ae=V&&V.onVnodeBeforeUnmount)&<(ae,_,g),k&6)ye(g.component,O,$);else{if(k&128){g.suspense.unmount(O,$);return}Y&&Ft(g,null,_,"beforeUnmount"),k&64?g.type.remove(g,_,O,dt,$):N&&!N.hasOnce&&(j!==Ye||q>0&&q&64)?At(N,_,O,!1,!0):(j===Ye&&q&384||!I&&k&16)&&At(H,_,O),$&&ze(g)}(fe&&(ae=V&&V.onVnodeUnmounted)||Y)&&Xe(()=>{ae&<(ae,_,g),Y&&Ft(g,null,_,"unmounted")},O)},ze=g=>{const{type:_,el:O,anchor:$,transition:I}=g;if(_===Ye){kr(O,$);return}if(_===ki){E(g);return}const j=()=>{i(O),I&&!I.persisted&&I.afterLeave&&I.afterLeave()};if(g.shapeFlag&1&&I&&!I.persisted){const{leave:V,delayLeave:U}=I,H=()=>V(O,j);U?U(g.el,j,H):H()}else j()},kr=(g,_)=>{let O;for(;g!==_;)O=h(g),i(g),g=O;i(_)},ye=(g,_,O)=>{const{bum:$,scope:I,update:j,subTree:V,um:U,m:H,a:N}=g;Fl(H),Fl(N),$&&Ui($),I.stop(),j&&(j.active=!1,Ge(V,g,_,O)),U&&Xe(U,_),Xe(()=>{g.isUnmounted=!0},_),_&&_.pendingBranch&&!_.isUnmounted&&g.asyncDep&&!g.asyncResolved&&g.suspenseId===_.pendingId&&(_.deps--,_.deps===0&&_.resolve())},At=(g,_,O,$=!1,I=!1,j=0)=>{for(let V=j;V{if(g.shapeFlag&6)return Qt(g.component.subTree);if(g.shapeFlag&128)return g.suspense.next();const _=h(g.anchor||g.el),O=_&&_[Xu];return O?h(O):_};let ke=!1;const mr=(g,_,O)=>{g==null?_._vnode&&Ge(_._vnode,null,null,!0):w(_._vnode||null,g,_,null,null,null,O),_._vnode=g,ke||(ke=!0,Sl(),Qi(),ke=!1)},dt={p:w,um:Ge,m:pt,r:ze,mt:ie,mc:F,pc:Q,pbc:L,n:Qt,o:e};let jt,Bt;return t&&([jt,Bt]=t(dt)),{render:mr,hydrate:jt,createApp:Gh(mr,jt)}}function vs({type:e,props:t},r){return r==="svg"&&e==="foreignObject"||r==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:r}function Er({effect:e,update:t},r){e.allowRecurse=t.allowRecurse=r}function tf(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Ha(e,t,r=!1){const n=e.children,i=t.children;if(X(n)&&X(i))for(let o=0;o>1,e[r[l]]0&&(t[n]=r[o-1]),r[o]=n)}}for(o=r.length,s=r[o-1];o-- >0;)r[o]=s,s=t[s];return r}function rf(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:rf(t)}function Fl(e){if(e)for(let t=0;tHi(uy);function py(e,t){return Va(e,null,{flush:"sync"})}const Fi={};function Vi(e,t,r){return Va(e,t,r)}function Va(e,t,{immediate:r,deep:n,flush:i,once:o,onTrack:s,onTrigger:l}=me){if(t&&o){const x=t;t=(...B)=>{x(...B),R()}}const c=Ue,f=x=>n===!0?x:ar(x,n===!1?1:void 0);let u,d=!1,h=!1;if(rt(e)?(u=()=>e.value,d=dn(e)):sn(e)?(u=()=>f(e),d=!0):X(e)?(h=!0,d=e.some(x=>sn(x)||dn(x)),u=()=>e.map(x=>{if(rt(x))return x.value;if(sn(x))return f(x);if(re(x))return fr(x,c,2)})):re(e)?t?u=()=>fr(e,c,2):u=()=>(m&&m(),ft(e,c,3,[y])):u=ut,t&&n){const x=u;u=()=>ar(x())}let m,y=x=>{m=b.onStop=()=>{fr(x,c,4),m=b.onStop=void 0}},w;if(Oo)if(y=ut,t?r&&ft(t,c,3,[u(),h?[]:void 0,y]):u(),i==="sync"){const x=fy();w=x.__watcherHandles||(x.__watcherHandles=[])}else return ut;let S=h?new Array(e.length).fill(Fi):Fi;const C=()=>{if(!(!b.active||!b.dirty))if(t){const x=b.run();(n||d||(h?x.some((B,F)=>Ze(B,S[F])):Ze(x,S)))&&(m&&m(),ft(t,c,3,[x,S===Fi?void 0:h&&S[0]===Fi?[]:S,y]),S=x)}else b.run()};C.allowRecurse=!!t;let M;i==="sync"?M=C:i==="post"?M=()=>Xe(C,c&&c.suspense):(C.pre=!0,c&&(C.id=c.uid),M=()=>Da(C));const b=new xa(u,ut,M),E=Wd(),R=()=>{b.stop(),E&&Ea(E.effects,b)};return t?r?C():S=b.run():i==="post"?Xe(b.run.bind(b),c&&c.suspense):b.run(),w&&w.push(R),R}function dy(e,t,r){const n=this.proxy,i=Se(e)?e.includes(".")?nf(n,e):()=>n[e]:e.bind(n,n);let o;re(t)?o=t:(o=t.handler,r=t);const s=ai(this),l=Va(i,o.bind(n),r);return s(),l}function nf(e,t){const r=t.split(".");return()=>{let n=e;for(let i=0;i{ar(n,t,r)});else if(nu(e)){for(const n in e)ar(e[n],t,r);for(const n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&ar(e[n],t,r)}return e}function Hv(e,t,r=me){const n=hf(),i=pr(t),o=Gt(t),s=of(e,t),l=bh((c,f)=>{let u,d=me,h;return py(()=>{const m=e[t];Ze(u,m)&&(u=m,f())}),{get(){return c(),r.get?r.get(u):u},set(m){const y=r.set?r.set(m):m;if(!Ze(y,u)&&!(d!==me&&Ze(m,d)))return;const w=n.vnode.props;w&&(t in w||i in w||o in w)&&(`onUpdate:${t}`in w||`onUpdate:${i}`in w||`onUpdate:${o}`in w)||(u=m,f()),n.emit(`update:${t}`,y),Ze(m,y)&&Ze(m,d)&&!Ze(y,h)&&f(),d=m,h=y}}});return l[Symbol.iterator]=()=>{let c=0;return{next(){return c<2?{value:c++?s||me:l,done:!1}:{done:!0}}}},l}const of=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${pr(t)}Modifiers`]||e[`${Gt(t)}Modifiers`];function hy(e,t,...r){if(e.isUnmounted)return;const n=e.vnode.props||me;let i=r;const o=t.startsWith("update:"),s=o&&of(n,t.slice(7));s&&(s.trim&&(i=r.map(u=>Se(u)?u.trim():u)),s.number&&(i=r.map(Ks)));let l,c=n[l=ys(t)]||n[l=ys(pr(t))];!c&&o&&(c=n[l=ys(Gt(t))]),c&&ft(c,e,6,i);const f=n[l+"Once"];if(f){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,ft(f,e,6,i)}}function sf(e,t,r=!1){const n=t.emitsCache,i=n.get(e);if(i!==void 0)return i;const o=e.emits;let s={},l=!1;if(!re(e)){const c=f=>{const u=sf(f,t,!0);u&&(l=!0,Pe(s,u))};!r&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!o&&!l?(be(e)&&n.set(e,null),null):(X(o)?o.forEach(c=>s[c]=null):Pe(s,o),be(e)&&n.set(e,s),s)}function Ao(e,t){return!e||!ii(t)?!1:(t=t.slice(2).replace(/Once$/,""),ue(e,t[0].toLowerCase()+t.slice(1))||ue(e,Gt(t))||ue(e,t))}function ws(e){const{type:t,vnode:r,proxy:n,withProxy:i,propsOptions:[o],slots:s,attrs:l,emit:c,render:f,renderCache:u,props:d,data:h,setupState:m,ctx:y,inheritAttrs:w}=e,S=Xi(e);let C,M;try{if(r.shapeFlag&4){const E=i||n,R=E;C=ct(f.call(R,E,u,d,m,h,y)),M=l}else{const E=t;C=ct(E.length>1?E(d,{attrs:l,slots:s,emit:c}):E(d,null)),M=t.props?l:yy(l)}}catch(E){qn.length=0,_o(E,e,1),C=He(Ke)}let b=C;if(M&&w!==!1){const E=Object.keys(M),{shapeFlag:R}=b;E.length&&R&7&&(o&&E.some(Sa)&&(M=gy(M,o)),b=dr(b,M,!1,!0))}return r.dirs&&(b=dr(b,null,!1,!0),b.dirs=b.dirs?b.dirs.concat(r.dirs):r.dirs),r.transition&&(b.transition=r.transition),C=b,Xi(S),C}const yy=e=>{let t;for(const r in e)(r==="class"||r==="style"||ii(r))&&((t||(t={}))[r]=e[r]);return t},gy=(e,t)=>{const r={};for(const n in e)(!Sa(n)||!(n.slice(9)in t))&&(r[n]=e[n]);return r};function my(e,t,r){const{props:n,children:i,component:o}=e,{props:s,children:l,patchFlag:c}=t,f=o.emitsOptions;if(t.dirs||t.transition)return!0;if(r&&c>=0){if(c&1024)return!0;if(c&16)return n?$l(n,s,f):!!s;if(c&8){const u=t.dynamicProps;for(let d=0;de.__isSuspense;function af(e,t){t&&t.pendingBranch?X(e)?t.effects.push(...e):t.effects.push(e):Eh(e)}const Ye=Symbol.for("v-fgt"),Dr=Symbol.for("v-txt"),Ke=Symbol.for("v-cmt"),ki=Symbol.for("v-stc"),qn=[];let ot=null;function lf(e=!1){qn.push(ot=e?null:[])}function wy(){qn.pop(),ot=qn[qn.length-1]||null}let Yn=1;function Nl(e){Yn+=e,e<0&&ot&&(ot.hasOnce=!0)}function cf(e){return e.dynamicChildren=Yn>0?ot||rn:null,wy(),Yn>0&&ot&&ot.push(e),e}function Vv(e,t,r,n,i,o){return cf(pf(e,t,r,n,i,o,!0))}function uf(e,t,r,n,i){return cf(He(e,t,r,n,i,!0))}function to(e){return e?e.__v_isVNode===!0:!1}function Cr(e,t){return e.type===t.type&&e.key===t.key}const ff=({key:e})=>e??null,qi=({ref:e,ref_key:t,ref_for:r})=>(typeof e=="number"&&(e=""+e),e!=null?Se(e)||rt(e)||re(e)?{i:Ne,r:e,k:t,f:!!r}:e:null);function pf(e,t=null,r=null,n=0,i=null,o=e===Ye?0:1,s=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&ff(t),ref:t&&qi(t),scopeId:Ru,slotScopeIds:null,children:r,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:n,dynamicProps:i,dynamicChildren:null,appContext:null,ctx:Ne};return l?(ka(c,r),o&128&&e.normalize(c)):r&&(c.shapeFlag|=Se(r)?8:16),Yn>0&&!s&&ot&&(c.patchFlag>0||o&6)&&c.patchFlag!==32&&ot.push(c),c}const He=_y;function _y(e,t=null,r=null,n=0,i=null,o=!1){if((!e||e===Bh)&&(e=Ke),to(e)){const l=dr(e,t,!0);return r&&ka(l,r),Yn>0&&!o&&ot&&(l.shapeFlag&6?ot[ot.indexOf(e)]=l:ot.push(l)),l.patchFlag=-2,l}if(Iy(e)&&(e=e.__vccOpts),t){t=Sy(t);let{class:l,style:c}=t;l&&!Se(l)&&(t.class=Ta(l)),be(c)&&(Eu(c)&&!X(c)&&(c=Pe({},c)),t.style=Oa(c))}const s=Se(e)?1:vy(e)?128:ty(e)?64:be(e)?4:re(e)?2:0;return pf(e,t,r,n,i,s,o,!0)}function Sy(e){return e?Eu(e)||qu(e)?Pe({},e):e:null}function dr(e,t,r=!1,n=!1){const{props:i,ref:o,patchFlag:s,children:l,transition:c}=e,f=t?Ey(i||{},t):i,u={__v_isVNode:!0,__v_skip:!0,type:e.type,props:f,key:f&&ff(f),ref:t&&t.ref?r&&o?X(o)?o.concat(qi(t)):[o,qi(t)]:qi(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Ye?s===-1?16:s|16:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&dr(e.ssContent),ssFallback:e.ssFallback&&dr(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&n&&Zi(u,c.clone(u)),u}function df(e=" ",t=0){return He(Dr,null,e,t)}function kv(e="",t=!1){return t?(lf(),uf(Ke,null,e)):He(Ke,null,e)}function ct(e){return e==null||typeof e=="boolean"?He(Ke):X(e)?He(Ye,null,e.slice()):typeof e=="object"?or(e):He(Dr,null,String(e))}function or(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:dr(e)}function ka(e,t){let r=0;const{shapeFlag:n}=e;if(t==null)t=null;else if(X(t))r=16;else if(typeof t=="object")if(n&65){const i=t.default;i&&(i._c&&(i._d=!1),ka(e,i()),i._c&&(i._d=!0));return}else{r=32;const i=t._;!i&&!qu(t)?t._ctx=Ne:i===3&&Ne&&(Ne.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else re(t)?(t={default:t,_ctx:Ne},r=32):(t=String(t),n&64?(r=16,t=[df(t)]):r=8);e.children=t,e.shapeFlag|=r}function Ey(...e){const t={};for(let r=0;rUe||Ne;let ro,oa;{const e=su(),t=(r,n)=>{let i;return(i=e[r])||(i=e[r]=[]),i.push(n),o=>{i.length>1?i.forEach(s=>s(o)):i[0](o)}};ro=t("__VUE_INSTANCE_SETTERS__",r=>Ue=r),oa=t("__VUE_SSR_SETTERS__",r=>Oo=r)}const ai=e=>{const t=Ue;return ro(e),e.scope.on(),()=>{e.scope.off(),ro(t)}},Ll=()=>{Ue&&Ue.scope.off(),ro(null)};function yf(e){return e.vnode.shapeFlag&4}let Oo=!1;function xy(e,t=!1,r=!1){t&&oa(t);const{props:n,children:i}=e.vnode,o=yf(e);Jh(e,n,o,t),Yh(e,i,r);const s=o?Py(e,t):void 0;return t&&oa(!1),s}function Py(e,t){const r=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Uh);const{setup:n}=r;if(n){const i=e.setupContext=n.length>1?Ry(e):null,o=ai(e);hr();const s=fr(n,e,0,[e.props,i]);if(yr(),o(),tu(s)){if(s.then(Ll,Ll),t)return s.then(l=>{Ml(e,l,t)}).catch(l=>{_o(l,e,0)});e.asyncDep=s}else Ml(e,s,t)}else gf(e,t)}function Ml(e,t,r){re(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:be(t)&&(e.setupState=Tu(t)),gf(e,r)}let Dl;function gf(e,t,r){const n=e.type;if(!e.render){if(!t&&Dl&&!n.render){const i=n.template||Ba(e).template;if(i){const{isCustomElement:o,compilerOptions:s}=e.appContext.config,{delimiters:l,compilerOptions:c}=n,f=Pe(Pe({isCustomElement:o,delimiters:l},s),c);n.render=Dl(i,f)}}e.render=n.render||ut}{const i=ai(e);hr();try{Hh(e)}finally{yr(),i()}}}const Cy={get(e,t){return tt(e,"get",""),e[t]}};function Ry(e){const t=r=>{e.exposed=r||{}};return{attrs:new Proxy(e.attrs,Cy),slots:e.slots,emit:e.emit,expose:t}}function To(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Tu(Xs(e.exposed)),{get(t,r){if(r in t)return t[r];if(r in Vn)return Vn[r](e)},has(t,r){return r in t||r in Vn}})):e.proxy}function Iy(e){return re(e)&&"__vccOpts"in e}const xr=(e,t)=>ph(e,t,Oo);function jr(e,t,r){const n=arguments.length;return n===2?be(t)&&!X(t)?to(t)?He(e,null,[t]):He(e,t):He(e,null,t):(n>3?r=Array.prototype.slice.call(arguments,2):n===3&&to(r)&&(r=[r]),He(e,t,r))}const Fy="3.4.37";/** +* @vue/runtime-dom v3.4.37 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/const $y="http://www.w3.org/2000/svg",Ny="http://www.w3.org/1998/Math/MathML",Wt=typeof document<"u"?document:null,jl=Wt&&Wt.createElement("template"),Ly={insert:(e,t,r)=>{t.insertBefore(e,r||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,r,n)=>{const i=t==="svg"?Wt.createElementNS($y,e):t==="mathml"?Wt.createElementNS(Ny,e):r?Wt.createElement(e,{is:r}):Wt.createElement(e);return e==="select"&&n&&n.multiple!=null&&i.setAttribute("multiple",n.multiple),i},createText:e=>Wt.createTextNode(e),createComment:e=>Wt.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Wt.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,r,n,i,o){const s=r?r.previousSibling:t.lastChild;if(i&&(i===o||i.nextSibling))for(;t.insertBefore(i.cloneNode(!0),r),!(i===o||!(i=i.nextSibling)););else{jl.innerHTML=n==="svg"?`${e}`:n==="mathml"?`${e}`:e;const l=jl.content;if(n==="svg"||n==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,r)}return[s?s.nextSibling:t.firstChild,r?r.previousSibling:t.lastChild]}},tr="transition",Ln="animation",ei=Symbol("_vtc"),mf=(e,{slots:t})=>jr(Ph,My(e),t);mf.displayName="Transition";const bf={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};mf.props=Pe({},Iu,bf);const Ar=(e,t=[])=>{X(e)?e.forEach(r=>r(...t)):e&&e(...t)},Bl=e=>e?X(e)?e.some(t=>t.length>1):e.length>1:!1;function My(e){const t={};for(const D in e)D in bf||(t[D]=e[D]);if(e.css===!1)return t;const{name:r="v",type:n,duration:i,enterFromClass:o=`${r}-enter-from`,enterActiveClass:s=`${r}-enter-active`,enterToClass:l=`${r}-enter-to`,appearFromClass:c=o,appearActiveClass:f=s,appearToClass:u=l,leaveFromClass:d=`${r}-leave-from`,leaveActiveClass:h=`${r}-leave-active`,leaveToClass:m=`${r}-leave-to`}=e,y=Dy(i),w=y&&y[0],S=y&&y[1],{onBeforeEnter:C,onEnter:M,onEnterCancelled:b,onLeave:E,onLeaveCancelled:R,onBeforeAppear:x=C,onAppear:B=M,onAppearCancelled:F=b}=t,P=(D,z,ie)=>{Or(D,z?u:l),Or(D,z?f:s),ie&&ie()},L=(D,z)=>{D._isLeaving=!1,Or(D,d),Or(D,m),Or(D,h),z&&z()},W=D=>(z,ie)=>{const oe=D?B:M,G=()=>P(z,D,ie);Ar(oe,[z,G]),Ul(()=>{Or(z,D?c:o),rr(z,D?u:l),Bl(oe)||Hl(z,n,w,G)})};return Pe(t,{onBeforeEnter(D){Ar(C,[D]),rr(D,o),rr(D,s)},onBeforeAppear(D){Ar(x,[D]),rr(D,c),rr(D,f)},onEnter:W(!1),onAppear:W(!0),onLeave(D,z){D._isLeaving=!0;const ie=()=>L(D,z);rr(D,d),rr(D,h),Uy(),Ul(()=>{D._isLeaving&&(Or(D,d),rr(D,m),Bl(E)||Hl(D,n,S,ie))}),Ar(E,[D,ie])},onEnterCancelled(D){P(D,!1),Ar(b,[D])},onAppearCancelled(D){P(D,!0),Ar(F,[D])},onLeaveCancelled(D){L(D),Ar(R,[D])}})}function Dy(e){if(e==null)return null;if(be(e))return[_s(e.enter),_s(e.leave)];{const t=_s(e);return[t,t]}}function _s(e){return Nd(e)}function rr(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.add(r)),(e[ei]||(e[ei]=new Set)).add(t)}function Or(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.remove(n));const r=e[ei];r&&(r.delete(t),r.size||(e[ei]=void 0))}function Ul(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let jy=0;function Hl(e,t,r,n){const i=e._endId=++jy,o=()=>{i===e._endId&&n()};if(r)return setTimeout(o,r);const{type:s,timeout:l,propCount:c}=By(e,t);if(!s)return n();const f=s+"end";let u=0;const d=()=>{e.removeEventListener(f,h),o()},h=m=>{m.target===e&&++u>=c&&d()};setTimeout(()=>{u(r[y]||"").split(", "),i=n(`${tr}Delay`),o=n(`${tr}Duration`),s=Vl(i,o),l=n(`${Ln}Delay`),c=n(`${Ln}Duration`),f=Vl(l,c);let u=null,d=0,h=0;t===tr?s>0&&(u=tr,d=s,h=o.length):t===Ln?f>0&&(u=Ln,d=f,h=c.length):(d=Math.max(s,f),u=d>0?s>f?tr:Ln:null,h=u?u===tr?o.length:c.length:0);const m=u===tr&&/\b(transform|all)(,|$)/.test(n(`${tr}Property`).toString());return{type:u,timeout:d,propCount:h,hasTransform:m}}function Vl(e,t){for(;e.lengthkl(r)+kl(e[n])))}function kl(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function Uy(){return document.body.offsetHeight}function Hy(e,t,r){const n=e[ei];n&&(t=(t?[t,...n]:[...n]).join(" ")),t==null?e.removeAttribute("class"):r?e.setAttribute("class",t):e.className=t}const no=Symbol("_vod"),vf=Symbol("_vsh"),qv={beforeMount(e,{value:t},{transition:r}){e[no]=e.style.display==="none"?"":e.style.display,r&&t?r.beforeEnter(e):Mn(e,t)},mounted(e,{value:t},{transition:r}){r&&t&&r.enter(e)},updated(e,{value:t,oldValue:r},{transition:n}){!t!=!r&&(n?t?(n.beforeEnter(e),Mn(e,!0),n.enter(e)):n.leave(e,()=>{Mn(e,!1)}):Mn(e,t))},beforeUnmount(e,{value:t}){Mn(e,t)}};function Mn(e,t){e.style.display=t?e[no]:"none",e[vf]=!t}const Vy=Symbol(""),ky=/(^|;)\s*display\s*:/;function qy(e,t,r){const n=e.style,i=Se(r);let o=!1;if(r&&!i){if(t)if(Se(t))for(const s of t.split(";")){const l=s.slice(0,s.indexOf(":")).trim();r[l]==null&&Wi(n,l,"")}else for(const s in t)r[s]==null&&Wi(n,s,"");for(const s in r)s==="display"&&(o=!0),Wi(n,s,r[s])}else if(i){if(t!==r){const s=n[Vy];s&&(r+=";"+s),n.cssText=r,o=ky.test(r)}}else t&&e.removeAttribute("style");no in e&&(e[no]=o?n.display:"",e[vf]&&(n.display="none"))}const ql=/\s*!important$/;function Wi(e,t,r){if(X(r))r.forEach(n=>Wi(e,t,n));else if(r==null&&(r=""),t.startsWith("--"))e.setProperty(t,r);else{const n=Wy(e,t);ql.test(r)?e.setProperty(Gt(n),r.replace(ql,""),"important"):e[n]=r}}const Wl=["Webkit","Moz","ms"],Ss={};function Wy(e,t){const r=Ss[t];if(r)return r;let n=pr(t);if(n!=="filter"&&n in e)return Ss[t]=n;n=iu(n);for(let i=0;iEs||(Qy.then(()=>Es=0),Es=Date.now());function Zy(e,t){const r=n=>{if(!n._vts)n._vts=Date.now();else if(n._vts<=r.attached)return;ft(Yy(n,r.value),t,5,[n])};return r.value=e,r.attached=Xy(),r}function Yy(e,t){if(X(t)){const r=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{r.call(e),e._stopped=!0},t.map(n=>i=>!i._stopped&&n&&n(i))}else return t}const Ql=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,eg=(e,t,r,n,i,o)=>{const s=i==="svg";t==="class"?Hy(e,n,s):t==="style"?qy(e,r,n):ii(t)?Sa(t)||zy(e,t,r,n,o):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):tg(e,t,n,s))?(Ky(e,t,n),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Gl(e,t,n,s,o,t!=="value")):(t==="true-value"?e._trueValue=n:t==="false-value"&&(e._falseValue=n),Gl(e,t,n,s))};function tg(e,t,r,n){if(n)return!!(t==="innerHTML"||t==="textContent"||t in e&&Ql(t)&&re(r));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const i=e.tagName;if(i==="IMG"||i==="VIDEO"||i==="CANVAS"||i==="SOURCE")return!1}return Ql(t)&&Se(r)?!1:t in e}const io=e=>{const t=e.props["onUpdate:modelValue"]||!1;return X(t)?r=>Ui(t,r):t};function rg(e){e.target.composing=!0}function Xl(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const un=Symbol("_assign"),Wv={created(e,{modifiers:{lazy:t,trim:r,number:n}},i){e[un]=io(i);const o=n||i.props&&i.props.type==="number";Rr(e,t?"change":"input",s=>{if(s.target.composing)return;let l=e.value;r&&(l=l.trim()),o&&(l=Ks(l)),e[un](l)}),r&&Rr(e,"change",()=>{e.value=e.value.trim()}),t||(Rr(e,"compositionstart",rg),Rr(e,"compositionend",Xl),Rr(e,"change",Xl))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:r,modifiers:{lazy:n,trim:i,number:o}},s){if(e[un]=io(s),e.composing)return;const l=(o||e.type==="number")&&!/^0\d/.test(e.value)?Ks(e.value):e.value,c=t??"";l!==c&&(document.activeElement===e&&e.type!=="range"&&(n&&t===r||i&&e.value.trim()===c)||(e.value=c))}},Kv={deep:!0,created(e,t,r){e[un]=io(r),Rr(e,"change",()=>{const n=e._modelValue,i=ng(e),o=e.checked,s=e[un];if(X(n)){const l=lu(n,i),c=l!==-1;if(o&&!c)s(n.concat(i));else if(!o&&c){const f=[...n];f.splice(l,1),s(f)}}else if(mo(n)){const l=new Set(n);o?l.add(i):l.delete(i),s(l)}else s(wf(e,o))})},mounted:Zl,beforeUpdate(e,t,r){e[un]=io(r),Zl(e,t,r)}};function Zl(e,{value:t,oldValue:r},n){e._modelValue=t,X(t)?e.checked=lu(t,n.props.value)>-1:mo(t)?e.checked=t.has(n.props.value):t!==r&&(e.checked=vo(t,wf(e,!0)))}function ng(e){return"_value"in e?e._value:e.value}function wf(e,t){const r=t?"_trueValue":"_falseValue";return r in e?e[r]:t}const ig=["ctrl","shift","alt","meta"],og={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>ig.some(r=>e[`${r}Key`]&&!t.includes(r))},Gv=(e,t)=>{const r=e._withMods||(e._withMods={}),n=t.join(".");return r[n]||(r[n]=(i,...o)=>{for(let s=0;s{const r=e._withKeys||(e._withKeys={}),n=t.join(".");return r[n]||(r[n]=i=>{if(!("key"in i))return;const o=Gt(i.key);if(t.some(s=>s===o||sg[s]===o))return e(i)})},_f=Pe({patchProp:eg},Ly);let Wn,Yl=!1;function ag(){return Wn||(Wn=ay(_f))}function lg(){return Wn=Yl?Wn:ly(_f),Yl=!0,Wn}const cg=(...e)=>{const t=ag().createApp(...e),{mount:r}=t;return t.mount=n=>{const i=Ef(n);if(!i)return;const o=t._component;!re(o)&&!o.render&&!o.template&&(o.template=i.innerHTML),i.innerHTML="";const s=r(i,!1,Sf(i));return i instanceof Element&&(i.removeAttribute("v-cloak"),i.setAttribute("data-v-app","")),s},t},ug=(...e)=>{const t=lg().createApp(...e),{mount:r}=t;return t.mount=n=>{const i=Ef(n);if(i)return r(i,!0,Sf(i))},t};function Sf(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Ef(e){return Se(e)?document.querySelector(e):e}var wt=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function xo(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function fg(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var r=function n(){return this instanceof n?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(n){var i=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,i.get?i:{enumerable:!0,get:function(){return e[n]}})}),r}var pg=function(t){return dg(t)&&!hg(t)};function dg(e){return!!e&&typeof e=="object"}function hg(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||mg(e)}var yg=typeof Symbol=="function"&&Symbol.for,gg=yg?Symbol.for("react.element"):60103;function mg(e){return e.$$typeof===gg}function bg(e){return Array.isArray(e)?[]:{}}function ti(e,t){return t.clone!==!1&&t.isMergeableObject(e)?hn(bg(e),e,t):e}function vg(e,t,r){return e.concat(t).map(function(n){return ti(n,r)})}function wg(e,t){if(!t.customMerge)return hn;var r=t.customMerge(e);return typeof r=="function"?r:hn}function _g(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function ec(e){return Object.keys(e).concat(_g(e))}function Af(e,t){try{return t in e}catch{return!1}}function Sg(e,t){return Af(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function Eg(e,t,r){var n={};return r.isMergeableObject(e)&&ec(e).forEach(function(i){n[i]=ti(e[i],r)}),ec(t).forEach(function(i){Sg(e,i)||(Af(e,i)&&r.isMergeableObject(t[i])?n[i]=wg(i,r)(e[i],t[i],r):n[i]=ti(t[i],r))}),n}function hn(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||vg,r.isMergeableObject=r.isMergeableObject||pg,r.cloneUnlessOtherwiseSpecified=ti;var n=Array.isArray(t),i=Array.isArray(e),o=n===i;return o?n?r.arrayMerge(e,t,r):Eg(e,t,r):ti(t,r)}hn.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return hn(n,i,r)},{})};var Ag=hn,Og=Ag;const Tg=xo(Og);var xg=Error,Pg=EvalError,Cg=RangeError,Rg=ReferenceError,Of=SyntaxError,li=TypeError,Ig=URIError,Fg=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},r=Symbol("test"),n=Object(r);if(typeof r=="string"||Object.prototype.toString.call(r)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var i=42;t[r]=i;for(r in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var o=Object.getOwnPropertySymbols(t);if(o.length!==1||o[0]!==r||!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var s=Object.getOwnPropertyDescriptor(t,r);if(s.value!==i||s.enumerable!==!0)return!1}return!0},tc=typeof Symbol<"u"&&Symbol,$g=Fg,Ng=function(){return typeof tc!="function"||typeof Symbol!="function"||typeof tc("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:$g()},As={__proto__:null,foo:{}},Lg=Object,Mg=function(){return{__proto__:As}.foo===As.foo&&!(As instanceof Lg)},Dg="Function.prototype.bind called on incompatible ",jg=Object.prototype.toString,Bg=Math.max,Ug="[object Function]",rc=function(t,r){for(var n=[],i=0;i"u"||!xe?le:xe(Uint8Array),Ur={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?le:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?le:ArrayBuffer,"%ArrayIteratorPrototype%":Zr&&xe?xe([][Symbol.iterator]()):le,"%AsyncFromSyncIteratorPrototype%":le,"%AsyncFunction%":tn,"%AsyncGenerator%":tn,"%AsyncGeneratorFunction%":tn,"%AsyncIteratorPrototype%":tn,"%Atomics%":typeof Atomics>"u"?le:Atomics,"%BigInt%":typeof BigInt>"u"?le:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?le:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?le:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?le:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Jg,"%eval%":eval,"%EvalError%":Qg,"%Float32Array%":typeof Float32Array>"u"?le:Float32Array,"%Float64Array%":typeof Float64Array>"u"?le:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?le:FinalizationRegistry,"%Function%":Tf,"%GeneratorFunction%":tn,"%Int8Array%":typeof Int8Array>"u"?le:Int8Array,"%Int16Array%":typeof Int16Array>"u"?le:Int16Array,"%Int32Array%":typeof Int32Array>"u"?le:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Zr&&xe?xe(xe([][Symbol.iterator]())):le,"%JSON%":typeof JSON=="object"?JSON:le,"%Map%":typeof Map>"u"?le:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Zr||!xe?le:xe(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?le:Promise,"%Proxy%":typeof Proxy>"u"?le:Proxy,"%RangeError%":Xg,"%ReferenceError%":Zg,"%Reflect%":typeof Reflect>"u"?le:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?le:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Zr||!xe?le:xe(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?le:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Zr&&xe?xe(""[Symbol.iterator]()):le,"%Symbol%":Zr?Symbol:le,"%SyntaxError%":yn,"%ThrowTypeError%":em,"%TypedArray%":rm,"%TypeError%":fn,"%Uint8Array%":typeof Uint8Array>"u"?le:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?le:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?le:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?le:Uint32Array,"%URIError%":Yg,"%WeakMap%":typeof WeakMap>"u"?le:WeakMap,"%WeakRef%":typeof WeakRef>"u"?le:WeakRef,"%WeakSet%":typeof WeakSet>"u"?le:WeakSet};if(xe)try{null.error}catch(e){var nm=xe(xe(e));Ur["%Error.prototype%"]=nm}var im=function e(t){var r;if(t==="%AsyncFunction%")r=Os("async function () {}");else if(t==="%GeneratorFunction%")r=Os("function* () {}");else if(t==="%AsyncGeneratorFunction%")r=Os("async function* () {}");else if(t==="%AsyncGenerator%"){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if(t==="%AsyncIteratorPrototype%"){var i=e("%AsyncGenerator%");i&&xe&&(r=xe(i.prototype))}return Ur[t]=r,r},nc={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},ci=qa,oo=zg,om=ci.call(Function.call,Array.prototype.concat),sm=ci.call(Function.apply,Array.prototype.splice),ic=ci.call(Function.call,String.prototype.replace),so=ci.call(Function.call,String.prototype.slice),am=ci.call(Function.call,RegExp.prototype.exec),lm=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,cm=/\\(\\)?/g,um=function(t){var r=so(t,0,1),n=so(t,-1);if(r==="%"&&n!=="%")throw new yn("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&r!=="%")throw new yn("invalid intrinsic syntax, expected opening `%`");var i=[];return ic(t,lm,function(o,s,l,c){i[i.length]=l?ic(c,cm,"$1"):s||o}),i},fm=function(t,r){var n=t,i;if(oo(nc,n)&&(i=nc[n],n="%"+i[0]+"%"),oo(Ur,n)){var o=Ur[n];if(o===tn&&(o=im(n)),typeof o>"u"&&!r)throw new fn("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:i,name:n,value:o}}throw new yn("intrinsic "+t+" does not exist!")},wn=function(t,r){if(typeof t!="string"||t.length===0)throw new fn("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof r!="boolean")throw new fn('"allowMissing" argument must be a boolean');if(am(/^%?[^%]*%?$/,t)===null)throw new yn("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=um(t),i=n.length>0?n[0]:"",o=fm("%"+i+"%",r),s=o.name,l=o.value,c=!1,f=o.alias;f&&(i=f[0],sm(n,om([0,1],f)));for(var u=1,d=!0;u=n.length){var w=Br(l,h);d=!!w,d&&"get"in w&&!("originalValue"in w.get)?l=w.get:l=l[h]}else d=oo(l,h),l=l[h];d&&!c&&(Ur[s]=l)}}return l},xf={exports:{}},xs,oc;function Wa(){if(oc)return xs;oc=1;var e=wn,t=e("%Object.defineProperty%",!0)||!1;if(t)try{t({},"a",{value:1})}catch{t=!1}return xs=t,xs}var pm=wn,Ki=pm("%Object.getOwnPropertyDescriptor%",!0);if(Ki)try{Ki([],"length")}catch{Ki=null}var Pf=Ki,sc=Wa(),dm=Of,Yr=li,ac=Pf,hm=function(t,r,n){if(!t||typeof t!="object"&&typeof t!="function")throw new Yr("`obj` must be an object or a function`");if(typeof r!="string"&&typeof r!="symbol")throw new Yr("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new Yr("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new Yr("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new Yr("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new Yr("`loose`, if provided, must be a boolean");var i=arguments.length>3?arguments[3]:null,o=arguments.length>4?arguments[4]:null,s=arguments.length>5?arguments[5]:null,l=arguments.length>6?arguments[6]:!1,c=!!ac&&ac(t,r);if(sc)sc(t,r,{configurable:s===null&&c?c.configurable:!s,enumerable:i===null&&c?c.enumerable:!i,value:n,writable:o===null&&c?c.writable:!o});else if(l||!i&&!o&&!s)t[r]=n;else throw new dm("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},sa=Wa(),Cf=function(){return!!sa};Cf.hasArrayLengthDefineBug=function(){if(!sa)return null;try{return sa([],"length",{value:1}).length!==1}catch{return!0}};var ym=Cf,gm=wn,lc=hm,mm=ym(),cc=Pf,uc=li,bm=gm("%Math.floor%"),vm=function(t,r){if(typeof t!="function")throw new uc("`fn` is not a function");if(typeof r!="number"||r<0||r>4294967295||bm(r)!==r)throw new uc("`length` must be a positive 32-bit integer");var n=arguments.length>2&&!!arguments[2],i=!0,o=!0;if("length"in t&&cc){var s=cc(t,"length");s&&!s.configurable&&(i=!1),s&&!s.writable&&(o=!1)}return(i||o||!n)&&(mm?lc(t,"length",r,!0,!0):lc(t,"length",r)),t};(function(e){var t=qa,r=wn,n=vm,i=li,o=r("%Function.prototype.apply%"),s=r("%Function.prototype.call%"),l=r("%Reflect.apply%",!0)||t.call(s,o),c=Wa(),f=r("%Math.max%");e.exports=function(h){if(typeof h!="function")throw new i("a function is required");var m=l(t,s,arguments);return n(m,1+f(0,h.length-(arguments.length-1)),!0)};var u=function(){return l(t,o,arguments)};c?c(e.exports,"apply",{value:u}):e.exports.apply=u})(xf);var wm=xf.exports,Rf=wn,If=wm,_m=If(Rf("String.prototype.indexOf")),Sm=function(t,r){var n=Rf(t,!!r);return typeof n=="function"&&_m(t,".prototype.")>-1?If(n):n};const Em={},Am=Object.freeze(Object.defineProperty({__proto__:null,default:Em},Symbol.toStringTag,{value:"Module"})),Om=fg(Am);var Ka=typeof Map=="function"&&Map.prototype,Ps=Object.getOwnPropertyDescriptor&&Ka?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,ao=Ka&&Ps&&typeof Ps.get=="function"?Ps.get:null,fc=Ka&&Map.prototype.forEach,Ga=typeof Set=="function"&&Set.prototype,Cs=Object.getOwnPropertyDescriptor&&Ga?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,lo=Ga&&Cs&&typeof Cs.get=="function"?Cs.get:null,pc=Ga&&Set.prototype.forEach,Tm=typeof WeakMap=="function"&&WeakMap.prototype,Kn=Tm?WeakMap.prototype.has:null,xm=typeof WeakSet=="function"&&WeakSet.prototype,Gn=xm?WeakSet.prototype.has:null,Pm=typeof WeakRef=="function"&&WeakRef.prototype,dc=Pm?WeakRef.prototype.deref:null,Cm=Boolean.prototype.valueOf,Rm=Object.prototype.toString,Im=Function.prototype.toString,Fm=String.prototype.match,za=String.prototype.slice,lr=String.prototype.replace,$m=String.prototype.toUpperCase,hc=String.prototype.toLowerCase,Ff=RegExp.prototype.test,yc=Array.prototype.concat,Nt=Array.prototype.join,Nm=Array.prototype.slice,gc=Math.floor,aa=typeof BigInt=="function"?BigInt.prototype.valueOf:null,Rs=Object.getOwnPropertySymbols,la=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,gn=typeof Symbol=="function"&&typeof Symbol.iterator=="object",Ve=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===gn||!0)?Symbol.toStringTag:null,$f=Object.prototype.propertyIsEnumerable,mc=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function bc(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||Ff.call(/e/,t))return t;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof e=="number"){var n=e<0?-gc(-e):gc(e);if(n!==e){var i=String(n),o=za.call(t,i.length+1);return lr.call(i,r,"$&_")+"."+lr.call(lr.call(o,/([0-9]{3})/g,"$&_"),/_$/,"")}}return lr.call(t,r,"$&_")}var ca=Om,vc=ca.custom,wc=Lf(vc)?vc:null,Lm=function e(t,r,n,i){var o=r||{};if(sr(o,"quoteStyle")&&o.quoteStyle!=="single"&&o.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(sr(o,"maxStringLength")&&(typeof o.maxStringLength=="number"?o.maxStringLength<0&&o.maxStringLength!==1/0:o.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var s=sr(o,"customInspect")?o.customInspect:!0;if(typeof s!="boolean"&&s!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(sr(o,"indent")&&o.indent!==null&&o.indent!==" "&&!(parseInt(o.indent,10)===o.indent&&o.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(sr(o,"numericSeparator")&&typeof o.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var l=o.numericSeparator;if(typeof t>"u")return"undefined";if(t===null)return"null";if(typeof t=="boolean")return t?"true":"false";if(typeof t=="string")return Df(t,o);if(typeof t=="number"){if(t===0)return 1/0/t>0?"0":"-0";var c=String(t);return l?bc(t,c):c}if(typeof t=="bigint"){var f=String(t)+"n";return l?bc(t,f):f}var u=typeof o.depth>"u"?5:o.depth;if(typeof n>"u"&&(n=0),n>=u&&u>0&&typeof t=="object")return ua(t)?"[Array]":"[Object]";var d=Ym(o,n);if(typeof i>"u")i=[];else if(Mf(i,t)>=0)return"[Circular]";function h(z,ie,oe){if(ie&&(i=Nm.call(i),i.push(ie)),oe){var G={depth:o.depth};return sr(o,"quoteStyle")&&(G.quoteStyle=o.quoteStyle),e(z,G,n+1,i)}return e(z,o,n+1,i)}if(typeof t=="function"&&!_c(t)){var m=qm(t),y=$i(t,h);return"[Function"+(m?": "+m:" (anonymous)")+"]"+(y.length>0?" { "+Nt.call(y,", ")+" }":"")}if(Lf(t)){var w=gn?lr.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):la.call(t);return typeof t=="object"&&!gn?Dn(w):w}if(Qm(t)){for(var S="<"+hc.call(String(t.nodeName)),C=t.attributes||[],M=0;M",S}if(ua(t)){if(t.length===0)return"[]";var b=$i(t,h);return d&&!Zm(b)?"["+fa(b,d)+"]":"[ "+Nt.call(b,", ")+" ]"}if(jm(t)){var E=$i(t,h);return!("cause"in Error.prototype)&&"cause"in t&&!$f.call(t,"cause")?"{ ["+String(t)+"] "+Nt.call(yc.call("[cause]: "+h(t.cause),E),", ")+" }":E.length===0?"["+String(t)+"]":"{ ["+String(t)+"] "+Nt.call(E,", ")+" }"}if(typeof t=="object"&&s){if(wc&&typeof t[wc]=="function"&&ca)return ca(t,{depth:u-n});if(s!=="symbol"&&typeof t.inspect=="function")return t.inspect()}if(Wm(t)){var R=[];return fc&&fc.call(t,function(z,ie){R.push(h(ie,t,!0)+" => "+h(z,t))}),Sc("Map",ao.call(t),R,d)}if(zm(t)){var x=[];return pc&&pc.call(t,function(z){x.push(h(z,t))}),Sc("Set",lo.call(t),x,d)}if(Km(t))return Is("WeakMap");if(Jm(t))return Is("WeakSet");if(Gm(t))return Is("WeakRef");if(Um(t))return Dn(h(Number(t)));if(Vm(t))return Dn(h(aa.call(t)));if(Hm(t))return Dn(Cm.call(t));if(Bm(t))return Dn(h(String(t)));if(typeof window<"u"&&t===window)return"{ [object Window] }";if(typeof globalThis<"u"&&t===globalThis||typeof wt<"u"&&t===wt)return"{ [object globalThis] }";if(!Dm(t)&&!_c(t)){var B=$i(t,h),F=mc?mc(t)===Object.prototype:t instanceof Object||t.constructor===Object,P=t instanceof Object?"":"null prototype",L=!F&&Ve&&Object(t)===t&&Ve in t?za.call(gr(t),8,-1):P?"Object":"",W=F||typeof t.constructor!="function"?"":t.constructor.name?t.constructor.name+" ":"",D=W+(L||P?"["+Nt.call(yc.call([],L||[],P||[]),": ")+"] ":"");return B.length===0?D+"{}":d?D+"{"+fa(B,d)+"}":D+"{ "+Nt.call(B,", ")+" }"}return String(t)};function Nf(e,t,r){var n=(r.quoteStyle||t)==="double"?'"':"'";return n+e+n}function Mm(e){return lr.call(String(e),/"/g,""")}function ua(e){return gr(e)==="[object Array]"&&(!Ve||!(typeof e=="object"&&Ve in e))}function Dm(e){return gr(e)==="[object Date]"&&(!Ve||!(typeof e=="object"&&Ve in e))}function _c(e){return gr(e)==="[object RegExp]"&&(!Ve||!(typeof e=="object"&&Ve in e))}function jm(e){return gr(e)==="[object Error]"&&(!Ve||!(typeof e=="object"&&Ve in e))}function Bm(e){return gr(e)==="[object String]"&&(!Ve||!(typeof e=="object"&&Ve in e))}function Um(e){return gr(e)==="[object Number]"&&(!Ve||!(typeof e=="object"&&Ve in e))}function Hm(e){return gr(e)==="[object Boolean]"&&(!Ve||!(typeof e=="object"&&Ve in e))}function Lf(e){if(gn)return e&&typeof e=="object"&&e instanceof Symbol;if(typeof e=="symbol")return!0;if(!e||typeof e!="object"||!la)return!1;try{return la.call(e),!0}catch{}return!1}function Vm(e){if(!e||typeof e!="object"||!aa)return!1;try{return aa.call(e),!0}catch{}return!1}var km=Object.prototype.hasOwnProperty||function(e){return e in this};function sr(e,t){return km.call(e,t)}function gr(e){return Rm.call(e)}function qm(e){if(e.name)return e.name;var t=Fm.call(Im.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}function Mf(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,n=e.length;rt.maxStringLength){var r=e.length-t.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return Df(za.call(e,0,t.maxStringLength),t)+n}var i=lr.call(lr.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Xm);return Nf(i,"single",t)}function Xm(e){var t=e.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return r?"\\"+r:"\\x"+(t<16?"0":"")+$m.call(t.toString(16))}function Dn(e){return"Object("+e+")"}function Is(e){return e+" { ? }"}function Sc(e,t,r,n){var i=n?fa(r,n):Nt.call(r,", ");return e+" ("+t+") {"+i+"}"}function Zm(e){for(var t=0;t=0)return!1;return!0}function Ym(e,t){var r;if(e.indent===" ")r=" ";else if(typeof e.indent=="number"&&e.indent>0)r=Nt.call(Array(e.indent+1)," ");else return null;return{base:r,prev:Nt.call(Array(t+1),r)}}function fa(e,t){if(e.length===0)return"";var r=` +`+t.prev+t.base;return r+Nt.call(e,","+r)+` +`+t.prev}function $i(e,t){var r=ua(e),n=[];if(r){n.length=e.length;for(var i=0;i1;){var r=t.pop(),n=r.obj[r.prop];if(Ir(n)){for(var i=[],o=0;o=Ns?s.slice(c,c+Ns):s,u=[],d=0;d=48&&h<=57||h>=65&&h<=90||h>=97&&h<=122||o===hb.RFC1738&&(h===40||h===41)){u[u.length]=f.charAt(d);continue}if(h<128){u[u.length]=Ct[h];continue}if(h<2048){u[u.length]=Ct[192|h>>6]+Ct[128|h&63];continue}if(h<55296||h>=57344){u[u.length]=Ct[224|h>>12]+Ct[128|h>>6&63]+Ct[128|h&63];continue}d+=1,h=65536+((h&1023)<<10|f.charCodeAt(d)&1023),u[u.length]=Ct[240|h>>18]+Ct[128|h>>12&63]+Ct[128|h>>6&63]+Ct[128|h&63]}l+=u.join("")}return l},wb=function(t){for(var r=[{obj:{o:t},prop:"o"}],n=[],i=0;i"u"&&(R=0)}if(typeof u=="function"?b=u(r,b):b instanceof Date?b=m(b):n==="comma"&&$t(b)&&(b=Gi.maybeMap(b,function(se){return se instanceof Date?m(se):se})),b===null){if(s)return f&&!S?f(r,Oe.encoder,C,"key",y):r;b=""}if(Pb(b)||Gi.isBuffer(b)){if(f){var F=S?r:f(r,Oe.encoder,C,"key",y);return[w(F)+"="+w(f(b,Oe.encoder,C,"value",y))]}return[w(r)+"="+w(String(b))]}var P=[];if(typeof b>"u")return P;var L;if(n==="comma"&&$t(b))S&&f&&(b=Gi.maybeMap(b,f)),L=[{value:b.length>0?b.join(",")||null:void 0}];else if($t(u))L=u;else{var W=Object.keys(b);L=d?W.sort(d):W}var D=c?r.replace(/\./g,"%2E"):r,z=i&&$t(b)&&b.length===1?D+"[]":D;if(o&&$t(b)&&b.length===0)return z+"[]";for(var ie=0;ie"u"?t.encodeDotInKeys===!0?!0:Oe.allowDots:!!t.allowDots;return{addQueryPrefix:typeof t.addQueryPrefix=="boolean"?t.addQueryPrefix:Oe.addQueryPrefix,allowDots:l,allowEmptyArrays:typeof t.allowEmptyArrays=="boolean"?!!t.allowEmptyArrays:Oe.allowEmptyArrays,arrayFormat:s,charset:r,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:Oe.charsetSentinel,commaRoundTrip:t.commaRoundTrip,delimiter:typeof t.delimiter>"u"?Oe.delimiter:t.delimiter,encode:typeof t.encode=="boolean"?t.encode:Oe.encode,encodeDotInKeys:typeof t.encodeDotInKeys=="boolean"?t.encodeDotInKeys:Oe.encodeDotInKeys,encoder:typeof t.encoder=="function"?t.encoder:Oe.encoder,encodeValuesOnly:typeof t.encodeValuesOnly=="boolean"?t.encodeValuesOnly:Oe.encodeValuesOnly,filter:o,format:n,formatter:i,serializeDate:typeof t.serializeDate=="function"?t.serializeDate:Oe.serializeDate,skipNulls:typeof t.skipNulls=="boolean"?t.skipNulls:Oe.skipNulls,sort:typeof t.sort=="function"?t.sort:null,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:Oe.strictNullHandling}},Ib=function(e,t){var r=e,n=Rb(t),i,o;typeof n.filter=="function"?(o=n.filter,r=o("",r)):$t(n.filter)&&(o=n.filter,i=o);var s=[];if(typeof r!="object"||r===null)return"";var l=Vf[n.arrayFormat],c=l==="comma"&&n.commaRoundTrip;i||(i=Object.keys(r)),n.sort&&i.sort(n.sort);for(var f=Hf(),u=0;u0?m+h:""},mn=Uf,pa=Object.prototype.hasOwnProperty,Fb=Array.isArray,we={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:mn.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1},$b=function(e){return e.replace(/&#(\d+);/g,function(t,r){return String.fromCharCode(parseInt(r,10))})},qf=function(e,t){return e&&typeof e=="string"&&t.comma&&e.indexOf(",")>-1?e.split(","):e},Nb="utf8=%26%2310003%3B",Lb="utf8=%E2%9C%93",Mb=function(t,r){var n={__proto__:null},i=r.ignoreQueryPrefix?t.replace(/^\?/,""):t;i=i.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var o=r.parameterLimit===1/0?void 0:r.parameterLimit,s=i.split(r.delimiter,o),l=-1,c,f=r.charset;if(r.charsetSentinel)for(c=0;c-1&&(y=Fb(y)?[y]:y);var w=pa.call(n,m);w&&r.duplicates==="combine"?n[m]=mn.combine(n[m],y):(!w||r.duplicates==="last")&&(n[m]=y)}return n},Db=function(e,t,r,n){for(var i=n?t:qf(t,r),o=e.length-1;o>=0;--o){var s,l=e[o];if(l==="[]"&&r.parseArrays)s=r.allowEmptyArrays&&(i===""||r.strictNullHandling&&i===null)?[]:[].concat(i);else{s=r.plainObjects?Object.create(null):{};var c=l.charAt(0)==="["&&l.charAt(l.length-1)==="]"?l.slice(1,-1):l,f=r.decodeDotInKeys?c.replace(/%2E/g,"."):c,u=parseInt(f,10);!r.parseArrays&&f===""?s={0:i}:!isNaN(u)&&l!==f&&String(u)===f&&u>=0&&r.parseArrays&&u<=r.arrayLimit?(s=[],s[u]=i):f!=="__proto__"&&(s[f]=i)}i=s}return i},jb=function(t,r,n,i){if(t){var o=n.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,s=/(\[[^[\]]*])/,l=/(\[[^[\]]*])/g,c=n.depth>0&&s.exec(o),f=c?o.slice(0,c.index):o,u=[];if(f){if(!n.plainObjects&&pa.call(Object.prototype,f)&&!n.allowPrototypes)return;u.push(f)}for(var d=0;n.depth>0&&(c=l.exec(o))!==null&&d"u"?we.charset:t.charset,n=typeof t.duplicates>"u"?we.duplicates:t.duplicates;if(n!=="combine"&&n!=="first"&&n!=="last")throw new TypeError("The duplicates option must be either combine, first, or last");var i=typeof t.allowDots>"u"?t.decodeDotInKeys===!0?!0:we.allowDots:!!t.allowDots;return{allowDots:i,allowEmptyArrays:typeof t.allowEmptyArrays=="boolean"?!!t.allowEmptyArrays:we.allowEmptyArrays,allowPrototypes:typeof t.allowPrototypes=="boolean"?t.allowPrototypes:we.allowPrototypes,allowSparse:typeof t.allowSparse=="boolean"?t.allowSparse:we.allowSparse,arrayLimit:typeof t.arrayLimit=="number"?t.arrayLimit:we.arrayLimit,charset:r,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:we.charsetSentinel,comma:typeof t.comma=="boolean"?t.comma:we.comma,decodeDotInKeys:typeof t.decodeDotInKeys=="boolean"?t.decodeDotInKeys:we.decodeDotInKeys,decoder:typeof t.decoder=="function"?t.decoder:we.decoder,delimiter:typeof t.delimiter=="string"||mn.isRegExp(t.delimiter)?t.delimiter:we.delimiter,depth:typeof t.depth=="number"||t.depth===!1?+t.depth:we.depth,duplicates:n,ignoreQueryPrefix:t.ignoreQueryPrefix===!0,interpretNumericEntities:typeof t.interpretNumericEntities=="boolean"?t.interpretNumericEntities:we.interpretNumericEntities,parameterLimit:typeof t.parameterLimit=="number"?t.parameterLimit:we.parameterLimit,parseArrays:t.parseArrays!==!1,plainObjects:typeof t.plainObjects=="boolean"?t.plainObjects:we.plainObjects,strictDepth:typeof t.strictDepth=="boolean"?!!t.strictDepth:we.strictDepth,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:we.strictNullHandling}},Ub=function(e,t){var r=Bb(t);if(e===""||e===null||typeof e>"u")return r.plainObjects?Object.create(null):{};for(var n=typeof e=="string"?Mb(e,r):e,i=r.plainObjects?Object.create(null):{},o=Object.keys(n),s=0;s
    '};r.configure=function(y){var w,S;for(w in y)S=y[w],S!==void 0&&y.hasOwnProperty(w)&&(n[w]=S);return this},r.status=null,r.set=function(y){var w=r.isStarted();y=i(y,n.minimum,1),r.status=y===1?null:y;var S=r.render(!w),C=S.querySelector(n.barSelector),M=n.speed,b=n.easing;return S.offsetWidth,l(function(E){n.positionUsing===""&&(n.positionUsing=r.getPositioningCSS()),c(C,s(y,M,b)),y===1?(c(S,{transition:"none",opacity:1}),S.offsetWidth,setTimeout(function(){c(S,{transition:"all "+M+"ms linear",opacity:0}),setTimeout(function(){r.remove(),E()},M)},M)):setTimeout(E,M)}),this},r.isStarted=function(){return typeof r.status=="number"},r.start=function(){r.status||r.set(0);var y=function(){setTimeout(function(){r.status&&(r.trickle(),y())},n.trickleSpeed)};return n.trickle&&y(),this},r.done=function(y){return!y&&!r.status?this:r.inc(.3+.5*Math.random()).set(1)},r.inc=function(y){var w=r.status;return w?(typeof y!="number"&&(y=(1-w)*i(Math.random()*w,.1,.95)),w=i(w+y,0,.994),r.set(w)):r.start()},r.trickle=function(){return r.inc(Math.random()*n.trickleRate)},function(){var y=0,w=0;r.promise=function(S){return!S||S.state()==="resolved"?this:(w===0&&r.start(),y++,w++,S.always(function(){w--,w===0?(y=0,r.done()):r.set((y-w)/y)}),this)}}(),r.render=function(y){if(r.isRendered())return document.getElementById("nprogress");u(document.documentElement,"nprogress-busy");var w=document.createElement("div");w.id="nprogress",w.innerHTML=n.template;var S=w.querySelector(n.barSelector),C=y?"-100":o(r.status||0),M=document.querySelector(n.parent),b;return c(S,{transition:"all 0 linear",transform:"translate3d("+C+"%,0,0)"}),n.showSpinner||(b=w.querySelector(n.spinnerSelector),b&&m(b)),M!=document.body&&u(M,"nprogress-custom-parent"),M.appendChild(w),w},r.remove=function(){d(document.documentElement,"nprogress-busy"),d(document.querySelector(n.parent),"nprogress-custom-parent");var y=document.getElementById("nprogress");y&&m(y)},r.isRendered=function(){return!!document.getElementById("nprogress")},r.getPositioningCSS=function(){var y=document.body.style,w="WebkitTransform"in y?"Webkit":"MozTransform"in y?"Moz":"msTransform"in y?"ms":"OTransform"in y?"O":"";return w+"Perspective"in y?"translate3d":w+"Transform"in y?"translate":"margin"};function i(y,w,S){return yS?S:y}function o(y){return(-1+y)*100}function s(y,w,S){var C;return n.positionUsing==="translate3d"?C={transform:"translate3d("+o(y)+"%,0,0)"}:n.positionUsing==="translate"?C={transform:"translate("+o(y)+"%,0)"}:C={"margin-left":o(y)+"%"},C.transition="all "+w+"ms "+S,C}var l=function(){var y=[];function w(){var S=y.shift();S&&S(w)}return function(S){y.push(S),y.length==1&&w()}}(),c=function(){var y=["Webkit","O","Moz","ms"],w={};function S(E){return E.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(R,x){return x.toUpperCase()})}function C(E){var R=document.body.style;if(E in R)return E;for(var x=y.length,B=E.charAt(0).toUpperCase()+E.slice(1),F;x--;)if(F=y[x]+B,F in R)return F;return E}function M(E){return E=S(E),w[E]||(w[E]=C(E))}function b(E,R,x){R=M(R),E.style[R]=x}return function(E,R){var x=arguments,B,F;if(x.length==2)for(B in R)F=R[B],F!==void 0&&R.hasOwnProperty(B)&&b(E,B,F);else b(E,x[1],x[2])}}();function f(y,w){var S=typeof y=="string"?y:h(y);return S.indexOf(" "+w+" ")>=0}function u(y,w){var S=h(y),C=S+w;f(S,w)||(y.className=C.substring(1))}function d(y,w){var S=h(y),C;f(y,w)&&(C=S.replace(" "+w+" "," "),y.className=C.substring(1,C.length-1))}function h(y){return(" "+(y.className||"")+" ").replace(/\s+/gi," ")}function m(y){y&&y.parentNode&&y.parentNode.removeChild(y)}return r})})(Wf);var qb=Wf.exports;const Mt=xo(qb);function Kf(e,t){let r;return function(...n){clearTimeout(r),r=setTimeout(()=>e.apply(this,n),t)}}function Jt(e,t){return document.dispatchEvent(new CustomEvent(`inertia:${e}`,t))}var Wb=e=>Jt("before",{cancelable:!0,detail:{visit:e}}),Kb=e=>Jt("error",{detail:{errors:e}}),Gb=e=>Jt("exception",{cancelable:!0,detail:{exception:e}}),Oc=e=>Jt("finish",{detail:{visit:e}}),zb=e=>Jt("invalid",{cancelable:!0,detail:{response:e}}),jn=e=>Jt("navigate",{detail:{page:e}}),Jb=e=>Jt("progress",{detail:{progress:e}}),Qb=e=>Jt("start",{detail:{visit:e}}),Xb=e=>Jt("success",{detail:{page:e}});function da(e){return e instanceof File||e instanceof Blob||e instanceof FileList&&e.length>0||e instanceof FormData&&Array.from(e.values()).some(t=>da(t))||typeof e=="object"&&e!==null&&Object.values(e).some(t=>da(t))}function Gf(e,t=new FormData,r=null){e=e||{};for(let n in e)Object.prototype.hasOwnProperty.call(e,n)&&Jf(t,zf(r,n),e[n]);return t}function zf(e,t){return e?e+"["+t+"]":t}function Jf(e,t,r){if(Array.isArray(r))return Array.from(r.keys()).forEach(n=>Jf(e,zf(t,n.toString()),r[n]));if(r instanceof Date)return e.append(t,r.toISOString());if(r instanceof File)return e.append(t,r,r.name);if(r instanceof Blob)return e.append(t,r);if(typeof r=="boolean")return e.append(t,r?"1":"0");if(typeof r=="string")return e.append(t,r);if(typeof r=="number")return e.append(t,`${r}`);if(r==null)return e.append(t,"");Gf(r,e,t)}var Zb={modal:null,listener:null,show(e){typeof e=="object"&&(e=`All Inertia requests must receive a valid Inertia response, however a plain JSON response was received.
    ${JSON.stringify(e)}`);let t=document.createElement("html");t.innerHTML=e,t.querySelectorAll("a").forEach(n=>n.setAttribute("target","_top")),this.modal=document.createElement("div"),this.modal.style.position="fixed",this.modal.style.width="100vw",this.modal.style.height="100vh",this.modal.style.padding="50px",this.modal.style.boxSizing="border-box",this.modal.style.backgroundColor="rgba(0, 0, 0, .6)",this.modal.style.zIndex=2e5,this.modal.addEventListener("click",()=>this.hide());let r=document.createElement("iframe");if(r.style.backgroundColor="white",r.style.borderRadius="5px",r.style.width="100%",r.style.height="100%",this.modal.appendChild(r),document.body.prepend(this.modal),document.body.style.overflow="hidden",!r.contentWindow)throw new Error("iframe not yet ready.");r.contentWindow.document.open(),r.contentWindow.document.write(t.outerHTML),r.contentWindow.document.close(),this.listener=this.hideOnEscape.bind(this),document.addEventListener("keydown",this.listener)},hide(){this.modal.outerHTML="",this.modal=null,document.body.style.overflow="visible",document.removeEventListener("keydown",this.listener)},hideOnEscape(e){e.keyCode===27&&this.hide()}};function en(e){return new URL(e.toString(),window.location.toString())}function Qf(e,t,r,n="brackets"){let i=/^https?:\/\//.test(t.toString()),o=i||t.toString().startsWith("/"),s=!o&&!t.toString().startsWith("#")&&!t.toString().startsWith("?"),l=t.toString().includes("?")||e==="get"&&Object.keys(r).length,c=t.toString().includes("#"),f=new URL(t.toString(),"http://localhost");return e==="get"&&Object.keys(r).length&&(f.search=Ac.stringify(Tg(Ac.parse(f.search,{ignoreQueryPrefix:!0}),r),{encodeValuesOnly:!0,arrayFormat:n}),r={}),[[i?`${f.protocol}//${f.host}`:"",o?f.pathname:"",s?f.pathname.substring(1):"",l?f.search:"",c?f.hash:""].join(""),r]}function Bn(e){return e=new URL(e.href),e.hash="",e}var Tc=typeof window>"u",Yb=class{constructor(){this.visitId=null}init({initialPage:e,resolveComponent:t,swapComponent:r}){this.page=e,this.resolveComponent=t,this.swapComponent=r,this.setNavigationType(),this.clearRememberedStateOnReload(),this.isBackForwardVisit()?this.handleBackForwardVisit(this.page):this.isLocationVisit()?this.handleLocationVisit(this.page):this.handleInitialPageVisit(this.page),this.setupEventListeners()}setNavigationType(){this.navigationType=window.performance&&window.performance.getEntriesByType("navigation").length>0?window.performance.getEntriesByType("navigation")[0].type:"navigate"}clearRememberedStateOnReload(){var e;this.navigationType==="reload"&&((e=window.history.state)!=null&&e.rememberedState)&&delete window.history.state.rememberedState}handleInitialPageVisit(e){this.page.url+=window.location.hash,this.setPage(e,{preserveState:!0}).then(()=>jn(e))}setupEventListeners(){window.addEventListener("popstate",this.handlePopstateEvent.bind(this)),document.addEventListener("scroll",Kf(this.handleScrollEvent.bind(this),100),!0)}scrollRegions(){return document.querySelectorAll("[scroll-region]")}handleScrollEvent(e){typeof e.target.hasAttribute=="function"&&e.target.hasAttribute("scroll-region")&&this.saveScrollPositions()}saveScrollPositions(){this.replaceState({...this.page,scrollRegions:Array.from(this.scrollRegions()).map(e=>({top:e.scrollTop,left:e.scrollLeft}))})}resetScrollPositions(){window.scrollTo(0,0),this.scrollRegions().forEach(e=>{typeof e.scrollTo=="function"?e.scrollTo(0,0):(e.scrollTop=0,e.scrollLeft=0)}),this.saveScrollPositions(),window.location.hash&&setTimeout(()=>{var e;return(e=document.getElementById(window.location.hash.slice(1)))==null?void 0:e.scrollIntoView()})}restoreScrollPositions(){this.page.scrollRegions&&this.scrollRegions().forEach((e,t)=>{let r=this.page.scrollRegions[t];if(r)typeof e.scrollTo=="function"?e.scrollTo(r.left,r.top):(e.scrollTop=r.top,e.scrollLeft=r.left);else return})}isBackForwardVisit(){return window.history.state&&this.navigationType==="back_forward"}handleBackForwardVisit(e){window.history.state.version=e.version,this.setPage(window.history.state,{preserveScroll:!0,preserveState:!0}).then(()=>{this.restoreScrollPositions(),jn(e)})}locationVisit(e,t){try{let r={preserveScroll:t};window.sessionStorage.setItem("inertiaLocationVisit",JSON.stringify(r)),window.location.href=e.href,Bn(window.location).href===Bn(e).href&&window.location.reload()}catch{return!1}}isLocationVisit(){try{return window.sessionStorage.getItem("inertiaLocationVisit")!==null}catch{return!1}}handleLocationVisit(e){var r,n;let t=JSON.parse(window.sessionStorage.getItem("inertiaLocationVisit")||"");window.sessionStorage.removeItem("inertiaLocationVisit"),e.url+=window.location.hash,e.rememberedState=((r=window.history.state)==null?void 0:r.rememberedState)??{},e.scrollRegions=((n=window.history.state)==null?void 0:n.scrollRegions)??[],this.setPage(e,{preserveScroll:t.preserveScroll,preserveState:!0}).then(()=>{t.preserveScroll&&this.restoreScrollPositions(),jn(e)})}isLocationVisitResponse(e){return!!(e&&e.status===409&&e.headers["x-inertia-location"])}isInertiaResponse(e){return!!(e!=null&&e.headers["x-inertia"])}createVisitId(){return this.visitId={},this.visitId}cancelVisit(e,{cancelled:t=!1,interrupted:r=!1}){e&&!e.completed&&!e.cancelled&&!e.interrupted&&(e.cancelToken.abort(),e.onCancel(),e.completed=!1,e.cancelled=t,e.interrupted=r,Oc(e),e.onFinish(e))}finishVisit(e){!e.cancelled&&!e.interrupted&&(e.completed=!0,e.cancelled=!1,e.interrupted=!1,Oc(e),e.onFinish(e))}resolvePreserveOption(e,t){return typeof e=="function"?e(t):e==="errors"?Object.keys(t.props.errors||{}).length>0:e}cancel(){this.activeVisit&&this.cancelVisit(this.activeVisit,{cancelled:!0})}visit(e,{method:t="get",data:r={},replace:n=!1,preserveScroll:i=!1,preserveState:o=!1,only:s=[],except:l=[],headers:c={},errorBag:f="",forceFormData:u=!1,onCancelToken:d=()=>{},onBefore:h=()=>{},onStart:m=()=>{},onProgress:y=()=>{},onFinish:w=()=>{},onCancel:S=()=>{},onSuccess:C=()=>{},onError:M=()=>{},queryStringArrayFormat:b="brackets"}={}){let E=typeof e=="string"?en(e):e;if((da(r)||u)&&!(r instanceof FormData)&&(r=Gf(r)),!(r instanceof FormData)){let[F,P]=Qf(t,E,r,b);E=en(F),r=P}let R={url:E,method:t,data:r,replace:n,preserveScroll:i,preserveState:o,only:s,except:l,headers:c,errorBag:f,forceFormData:u,queryStringArrayFormat:b,cancelled:!1,completed:!1,interrupted:!1};if(h(R)===!1||!Wb(R))return;this.activeVisit&&this.cancelVisit(this.activeVisit,{interrupted:!0}),this.saveScrollPositions();let x=this.createVisitId();this.activeVisit={...R,onCancelToken:d,onBefore:h,onStart:m,onProgress:y,onFinish:w,onCancel:S,onSuccess:C,onError:M,queryStringArrayFormat:b,cancelToken:new AbortController},d({cancel:()=>{this.activeVisit&&this.cancelVisit(this.activeVisit,{cancelled:!0})}}),Qb(R),m(R);let B=!!(s.length||l.length);_e({method:t,url:Bn(E).href,data:t==="get"?{}:r,params:t==="get"?r:{},signal:this.activeVisit.cancelToken.signal,headers:{...c,Accept:"text/html, application/xhtml+xml","X-Requested-With":"XMLHttpRequest","X-Inertia":!0,...B?{"X-Inertia-Partial-Component":this.page.component}:{},...s.length?{"X-Inertia-Partial-Data":s.join(",")}:{},...l.length?{"X-Inertia-Partial-Except":l.join(",")}:{},...f&&f.length?{"X-Inertia-Error-Bag":f}:{},...this.page.version?{"X-Inertia-Version":this.page.version}:{}},onUploadProgress:F=>{r instanceof FormData&&(F.percentage=F.progress?Math.round(F.progress*100):0,Jb(F),y(F))}}).then(F=>{var D;if(!this.isInertiaResponse(F))return Promise.reject({response:F});let P=F.data;B&&P.component===this.page.component&&(P.props={...this.page.props,...P.props}),i=this.resolvePreserveOption(i,P),o=this.resolvePreserveOption(o,P),o&&((D=window.history.state)!=null&&D.rememberedState)&&P.component===this.page.component&&(P.rememberedState=window.history.state.rememberedState);let L=E,W=en(P.url);return L.hash&&!W.hash&&Bn(L).href===W.href&&(W.hash=L.hash,P.url=W.href),this.setPage(P,{visitId:x,replace:n,preserveScroll:i,preserveState:o})}).then(()=>{let F=this.page.props.errors||{};if(Object.keys(F).length>0){let P=f?F[f]?F[f]:{}:F;return Kb(P),M(P)}return Xb(this.page),C(this.page)}).catch(F=>{if(this.isInertiaResponse(F.response))return this.setPage(F.response.data,{visitId:x});if(this.isLocationVisitResponse(F.response)){let P=en(F.response.headers["x-inertia-location"]),L=E;L.hash&&!P.hash&&Bn(L).href===P.href&&(P.hash=L.hash),this.locationVisit(P,i===!0)}else if(F.response)zb(F.response)&&Zb.show(F.response.data);else return Promise.reject(F)}).then(()=>{this.activeVisit&&this.finishVisit(this.activeVisit)}).catch(F=>{if(!_e.isCancel(F)){let P=Gb(F);if(this.activeVisit&&this.finishVisit(this.activeVisit),P)return Promise.reject(F)}})}setPage(e,{visitId:t=this.createVisitId(),replace:r=!1,preserveScroll:n=!1,preserveState:i=!1}={}){return Promise.resolve(this.resolveComponent(e.component)).then(o=>{t===this.visitId&&(e.scrollRegions=e.scrollRegions||[],e.rememberedState=e.rememberedState||{},r=r||en(e.url).href===window.location.href,r?this.replaceState(e):this.pushState(e),this.swapComponent({component:o,page:e,preserveState:i}).then(()=>{n||this.resetScrollPositions(),r||jn(e)}))})}pushState(e){this.page=e,window.history.pushState(e,"",e.url)}replaceState(e){this.page=e,window.history.replaceState(e,"",e.url)}handlePopstateEvent(e){if(e.state!==null){let t=e.state,r=this.createVisitId();Promise.resolve(this.resolveComponent(t.component)).then(n=>{r===this.visitId&&(this.page=t,this.swapComponent({component:n,page:t,preserveState:!1}).then(()=>{this.restoreScrollPositions(),jn(t)}))})}else{let t=en(this.page.url);t.hash=window.location.hash,this.replaceState({...this.page,url:t.href}),this.resetScrollPositions()}}get(e,t={},r={}){return this.visit(e,{...r,method:"get",data:t})}reload(e={}){return this.visit(window.location.href,{...e,preserveScroll:!0,preserveState:!0})}replace(e,t={}){return console.warn(`Inertia.replace() has been deprecated and will be removed in a future release. Please use Inertia.${t.method??"get"}() instead.`),this.visit(e,{preserveState:!0,...t,replace:!0})}post(e,t={},r={}){return this.visit(e,{preserveState:!0,...r,method:"post",data:t})}put(e,t={},r={}){return this.visit(e,{preserveState:!0,...r,method:"put",data:t})}patch(e,t={},r={}){return this.visit(e,{preserveState:!0,...r,method:"patch",data:t})}delete(e,t={}){return this.visit(e,{preserveState:!0,...t,method:"delete"})}remember(e,t="default"){var r;Tc||this.replaceState({...this.page,rememberedState:{...(r=this.page)==null?void 0:r.rememberedState,[t]:e}})}restore(e="default"){var t,r;if(!Tc)return(r=(t=window.history.state)==null?void 0:t.rememberedState)==null?void 0:r[e]}on(e,t){let r=n=>{let i=t(n);n.cancelable&&!n.defaultPrevented&&i===!1&&n.preventDefault()};return document.addEventListener(`inertia:${e}`,r),()=>document.removeEventListener(`inertia:${e}`,r)}},ev={buildDOMElement(e){let t=document.createElement("template");t.innerHTML=e;let r=t.content.firstChild;if(!e.startsWith("