diff --git a/app/Http/Controllers/Admin/Settings/GeneralSettingController.php b/app/Http/Controllers/Admin/Settings/GeneralSettingController.php index 855423bcf..8552be31e 100644 --- a/app/Http/Controllers/Admin/Settings/GeneralSettingController.php +++ b/app/Http/Controllers/Admin/Settings/GeneralSettingController.php @@ -42,7 +42,12 @@ public function update(Request $request, GeneralSettings $settings): \Illuminate 'twitch_url' => 'nullable|url|max:255', 'tiktok_url' => 'nullable|url|max:255', 'linkedin_url' => 'nullable|url|max:255', + 'instagram_url' => 'nullable|url|max:255', + 'whatsapp_url' => 'nullable|url|max:255', + 'telegram_url' => 'nullable|url|max:255', + 'reddit_url' => 'nullable|url|max:255', 'threads_url' => 'nullable|url|max:255', + 'github_url' => 'nullable|url|max:255', 'discord_invite_url' => 'nullable|url|max:255', 'enable_discordbox' => 'required|boolean', 'discord_server_id' => 'required_if:enable_discordbox,true|nullable|string|max:255', @@ -81,8 +86,14 @@ public function update(Request $request, GeneralSettings $settings): \Illuminate $settings->twitch_url = $request->input('twitch_url'); $settings->tiktok_url = $request->input('tiktok_url'); $settings->linkedin_url = $request->input('linkedin_url'); + $settings->instagram_url = $request->input('instagram_url'); + $settings->whatsapp_url = $request->input('whatsapp_url'); + $settings->telegram_url = $request->input('telegram_url'); + $settings->reddit_url = $request->input('reddit_url'); + $settings->threads_url = $request->input('threads_url'); + $settings->github_url = $request->input('github_url'); + $settings->discord_invite_url = $request->input('discord_invite_url'); - // $settings->threads_url = $request->input('threads_url'); $settings->enable_discordbox = $request->input('enable_discordbox'); $settings->discord_server_id = $request->input('discord_server_id'); diff --git a/app/Settings/GeneralSettings.php b/app/Settings/GeneralSettings.php index 947355e52..4c4829d07 100644 --- a/app/Settings/GeneralSettings.php +++ b/app/Settings/GeneralSettings.php @@ -33,6 +33,11 @@ class GeneralSettings extends Settings public ?string $tiktok_url; public ?string $linkedin_url; public ?string $threads_url; + public ?string $instagram_url; + public ?string $whatsapp_url; + public ?string $telegram_url; + public ?string $reddit_url; + public ?string $github_url; public ?string $discord_invite_url; public bool $enable_discordbox; diff --git a/database/settings/2024_03_14_173343_update_more_social_links_to_general_settings.php b/database/settings/2024_03_14_173343_update_more_social_links_to_general_settings.php new file mode 100644 index 000000000..4932e78ac --- /dev/null +++ b/database/settings/2024_03_14_173343_update_more_social_links_to_general_settings.php @@ -0,0 +1,24 @@ +migrator->add('general.instagram_url', null); + $this->migrator->add('general.whatsapp_url', null); + $this->migrator->add('general.telegram_url', null); + $this->migrator->add('general.reddit_url', null); + $this->migrator->add('general.github_url', null); + } + + public function down(): void + { + $this->migrator->deleteIfExists('general.instagram_url'); + $this->migrator->deleteIfExists('general.whatsapp_url'); + $this->migrator->deleteIfExists('general.telegram_url'); + $this->migrator->deleteIfExists('general.reddit_url'); + $this->migrator->deleteIfExists('general.github_url'); + } +}; diff --git a/public/build/default/assets/ActionMessage-6cf6703e.js b/public/build/default/assets/ActionMessage-e62d9824.js similarity index 85% rename from public/build/default/assets/ActionMessage-6cf6703e.js rename to public/build/default/assets/ActionMessage-e62d9824.js index 6137f5047..38ea1d0b4 100644 --- a/public/build/default/assets/ActionMessage-6cf6703e.js +++ b/public/build/default/assets/ActionMessage-e62d9824.js @@ -1 +1 @@ -import{o as s,d as t,b as o,w as n,j as c,m as i,a as r,N as l,U as d}from"./app-17e94bca.js";const _={class:"text-sm text-gray-600"},v={__name:"ActionMessage",props:{on:Boolean},setup(e){return(a,m)=>(s(),t("div",null,[o(d,{"leave-active-class":"transition duration-1000 ease-in","leave-from-class":"opacity-100","leave-to-class":"opacity-0"},{default:n(()=>[c(r("div",_,[l(a.$slots,"default")],512),[[i,e.on]])]),_:3})]))}};export{v as _}; +import{o as s,d as t,b as o,w as n,j as c,m as i,a as r,N as l,U as d}from"./app-bf4e71fd.js";const _={class:"text-sm text-gray-600"},v={__name:"ActionMessage",props:{on:Boolean},setup(e){return(a,m)=>(s(),t("div",null,[o(d,{"leave-active-class":"transition duration-1000 ease-in","leave-from-class":"opacity-100","leave-to-class":"opacity-0"},{default:n(()=>[c(r("div",_,[l(a.$slots,"default")],512),[[i,e.on]])]),_:3})]))}};export{v as _}; diff --git a/public/build/default/assets/ActionSection-0ea25610.js b/public/build/default/assets/ActionSection-298bfb2c.js similarity index 75% rename from public/build/default/assets/ActionSection-0ea25610.js rename to public/build/default/assets/ActionSection-298bfb2c.js index f9b9e5061..4ad2909fd 100644 --- a/public/build/default/assets/ActionSection-0ea25610.js +++ b/public/build/default/assets/ActionSection-298bfb2c.js @@ -1 +1 @@ -import{J as a}from"./SectionTitle-09647f1b.js";import{o as d,d as i,b as c,w as o,N as t,a as e}from"./app-17e94bca.js";const r={class:"md:grid md:grid-cols-3 md:gap-6"},n={class:"mt-5 md:mt-0 md:col-span-2"},l={class:"px-4 py-5 sm:p-6 bg-white dark:bg-cool-gray-800 shadow sm:rounded-lg"},h={__name:"ActionSection",setup(m){return(s,p)=>(d(),i("div",r,[c(a,null,{title:o(()=>[t(s.$slots,"title")]),description:o(()=>[t(s.$slots,"description")]),_:3}),e("div",n,[e("div",l,[t(s.$slots,"content")])])]))}};export{h as _}; +import{J as a}from"./SectionTitle-4aa61c3a.js";import{o as d,d as i,b as c,w as o,N as t,a as e}from"./app-bf4e71fd.js";const r={class:"md:grid md:grid-cols-3 md:gap-6"},n={class:"mt-5 md:mt-0 md:col-span-2"},l={class:"px-4 py-5 sm:p-6 bg-white dark:bg-cool-gray-800 shadow sm:rounded-lg"},h={__name:"ActionSection",setup(m){return(s,p)=>(d(),i("div",r,[c(a,null,{title:o(()=>[t(s.$slots,"title")]),description:o(()=>[t(s.$slots,"description")]),_:3}),e("div",n,[e("div",l,[t(s.$slots,"content")])])]))}};export{h as _}; diff --git a/public/build/default/assets/AdminLayout-866aa674.js b/public/build/default/assets/AdminLayout-5b292621.js similarity index 98% rename from public/build/default/assets/AdminLayout-866aa674.js rename to public/build/default/assets/AdminLayout-5b292621.js index d219fc7e3..b57051c81 100644 --- a/public/build/default/assets/AdminLayout-866aa674.js +++ b/public/build/default/assets/AdminLayout-5b292621.js @@ -1 +1 @@ -import{A as Y}from"./AppLayout-87658178.js";import{o as n,d as s,a as o,E as V,X as P,D as j,r as b,x as y,s as L,S as E,Y as G,l as J,c as v,w as x,J as $,n as h,e as g,t as _,u as p,Z,b as D,F as N,g as T,i as q,N as Q}from"./app-17e94bca.js";import{t as O,u as H,o as w,H as z,b as ee,N as I,a as k}from"./use-resolve-button-type-478901de.js";import{u as te}from"./useAuthorizable-97c7aeb1.js";import{r as re}from"./CloudArrowDownIcon-26cb031b.js";import{u as ne}from"./index-c5afef65.js";function le(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M12 12.75c1.148 0 2.278.08 3.383.237 1.037.146 1.866.966 1.866 2.013 0 3.728-2.35 6.75-5.25 6.75S6.75 18.728 6.75 15c0-1.046.83-1.867 1.866-2.013A24.204 24.204 0 0112 12.75zm0 0c2.883 0 5.647.508 8.207 1.44a23.91 23.91 0 01-1.152 6.06M12 12.75c-2.883 0-5.647.508-8.208 1.44.125 2.104.52 4.136 1.153 6.06M12 12.75a2.25 2.25 0 002.248-2.354M12 12.75a2.25 2.25 0 01-2.248-2.354M12 8.25c.995 0 1.971-.08 2.922-.236.403-.066.74-.358.795-.762a3.778 3.778 0 00-.399-2.25M12 8.25c-.995 0-1.97-.08-2.922-.236-.402-.066-.74-.358-.795-.762a3.734 3.734 0 01.4-2.253M12 8.25a2.25 2.25 0 00-2.248 2.146M12 8.25a2.25 2.25 0 012.248 2.146M8.683 5a6.032 6.032 0 01-1.155-1.002c.07-.63.27-1.222.574-1.747m.581 2.749A3.75 3.75 0 0115.318 5m0 0c.427-.283.815-.62 1.155-.999a4.471 4.471 0 00-.575-1.752M4.921 6a24.048 24.048 0 00-.392 3.314c1.668.546 3.416.914 5.223 1.082M19.08 6c.205 1.08.337 2.187.392 3.314a23.882 23.882 0 01-5.223 1.082"})])}function ae(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M10.5 6a7.5 7.5 0 107.5 7.5h-7.5V6z"}),o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13.5 10.5H21A7.5 7.5 0 0013.5 3v7.5z"})])}function ie(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M18.75 19.5l-7.5-7.5 7.5-7.5m-6 15L5.25 12l7.5-7.5"})])}function oe(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125"})])}function se(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M9 12h3.75M9 15h3.75M9 18h3.75m3 .75H18a2.25 2.25 0 002.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 00-1.123-.08m-5.801 0c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75 2.25 2.25 0 00-.1-.664m-5.8 0A2.251 2.251 0 0113.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m0 0H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V9.375c0-.621-.504-1.125-1.125-1.125H8.25zM6.75 12h.008v.008H6.75V12zm0 3h.008v.008H6.75V15zm0 3h.008v.008H6.75V18z"})])}function ce(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M10.343 3.94c.09-.542.56-.94 1.11-.94h1.093c.55 0 1.02.398 1.11.94l.149.894c.07.424.384.764.78.93.398.164.855.142 1.205-.108l.737-.527a1.125 1.125 0 011.45.12l.773.774c.39.389.44 1.002.12 1.45l-.527.737c-.25.35-.272.806-.107 1.204.165.397.505.71.93.78l.893.15c.543.09.94.56.94 1.109v1.094c0 .55-.397 1.02-.94 1.11l-.893.149c-.425.07-.765.383-.93.78-.165.398-.143.854.107 1.204l.527.738c.32.447.269 1.06-.12 1.45l-.774.773a1.125 1.125 0 01-1.449.12l-.738-.527c-.35-.25-.806-.272-1.203-.107-.397.165-.71.505-.781.929l-.149.894c-.09.542-.56.94-1.11.94h-1.094c-.55 0-1.019-.398-1.11-.94l-.148-.894c-.071-.424-.384-.764-.781-.93-.398-.164-.854-.142-1.204.108l-.738.527c-.447.32-1.06.269-1.45-.12l-.773-.774a1.125 1.125 0 01-.12-1.45l.527-.737c.25-.35.273-.806.108-1.204-.165-.397-.505-.71-.93-.78l-.894-.15c-.542-.09-.94-.56-.94-1.109v-1.094c0-.55.398-1.02.94-1.11l.894-.149c.424-.07.765-.383.93-.78.165-.398.143-.854-.107-1.204l-.527-.738a1.125 1.125 0 01.12-1.45l.773-.773a1.125 1.125 0 011.45-.12l.737.527c.35.25.807.272 1.204.107.397-.165.71-.505.78-.929l.15-.894z"}),o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"})])}function ue(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z"})])}function de(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M2.25 12l8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25"})])}function me(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M12 7.5h1.5m-1.5 3h1.5m-7.5 3h7.5m-7.5 3h7.5m3-9h3.375c.621 0 1.125.504 1.125 1.125V18a2.25 2.25 0 01-2.25 2.25M16.5 7.5V18a2.25 2.25 0 002.25 2.25M16.5 7.5V4.875c0-.621-.504-1.125-1.125-1.125H4.125C3.504 3.75 3 4.254 3 4.875V18a2.25 2.25 0 002.25 2.25h13.5M6 7.5h3v3H6v-3z"})])}function he(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M3.75 3v11.25A2.25 2.25 0 006 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0118 16.5h-2.25m-7.5 0h7.5m-7.5 0l-1 3m8.5-3l1 3m0 0l.5 1.5m-.5-1.5h-9.5m0 0l-.5 1.5m.75-9l3-3 2.148 2.148A12.061 12.061 0 0116.5 7.605"})])}function ve(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M5.25 14.25h13.5m-13.5 0a3 3 0 01-3-3m3 3a3 3 0 100 6h13.5a3 3 0 100-6m-16.5-3a3 3 0 013-3h13.5a3 3 0 013 3m-19.5 0a4.5 4.5 0 01.9-2.7L5.737 5.1a3.375 3.375 0 012.7-1.35h7.126c1.062 0 2.062.5 2.7 1.35l2.587 3.45a4.5 4.5 0 01.9 2.7m0 0a3 3 0 01-3 3m0 3h.008v.008h-.008v-.008zm0-6h.008v.008h-.008v-.008zm-3 6h.008v.008h-.008v-.008zm0-6h.008v.008h-.008v-.008z"})])}function ge(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M16.5 18.75h-9m9 0a3 3 0 013 3h-15a3 3 0 013-3m9 0v-3.375c0-.621-.503-1.125-1.125-1.125h-.871M7.5 18.75v-3.375c0-.621.504-1.125 1.125-1.125h.872m5.007 0H9.497m5.007 0a7.454 7.454 0 01-.982-3.172M9.497 14.25a7.454 7.454 0 00.981-3.172M5.25 4.236c-.982.143-1.954.317-2.916.52A6.003 6.003 0 007.73 9.728M5.25 4.236V4.5c0 2.108.966 3.99 2.48 5.228M5.25 4.236V2.721C7.456 2.41 9.71 2.25 12 2.25c2.291 0 4.545.16 6.75.47v1.516M7.73 9.728a6.726 6.726 0 002.748 1.35m8.272-6.842V4.5c0 2.108-.966 3.99-2.48 5.228m2.48-5.492a46.32 46.32 0 012.916.52 6.003 6.003 0 01-5.395 4.972m0 0a6.726 6.726 0 01-2.749 1.35m0 0a6.772 6.772 0 01-3.044 0"})])}function pe(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 018.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0111.964-3.07M12 6.375a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zm8.25 2.25a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z"})])}let U=Symbol("Context");var M=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))(M||{});function fe(){return V(U,null)}function be(e){P(U,e)}var we=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(we||{});let F=Symbol("DisclosureContext");function A(e){let t=V(F,null);if(t===null){let u=new Error(`<${e} /> is missing a parent component.`);throw Error.captureStackTrace&&Error.captureStackTrace(u,A),u}return t}let K=Symbol("DisclosurePanelContext");function ke(){return V(K,null)}let xe=j({name:"Disclosure",props:{as:{type:[Object,String],default:"template"},defaultOpen:{type:[Boolean],default:!1}},setup(e,{slots:t,attrs:u}){let l=b(e.defaultOpen?0:1),r=b(null),c=b(null),i={buttonId:b(`headlessui-disclosure-button-${O()}`),panelId:b(`headlessui-disclosure-panel-${O()}`),disclosureState:l,panel:r,button:c,toggleDisclosure(){l.value=H(l.value,{0:1,1:0})},closeDisclosure(){l.value!==1&&(l.value=1)},close(a){i.closeDisclosure();let m=(()=>a?a instanceof HTMLElement?a:a.value instanceof HTMLElement?w(a):w(i.button):w(i.button))();m==null||m.focus()}};return P(F,i),be(y(()=>H(l.value,{0:M.Open,1:M.Closed}))),()=>{let{defaultOpen:a,...m}=e,f={open:l.value===0,close:i.close};return z({theirProps:m,ourProps:{},slot:f,slots:t,attrs:u,name:"Disclosure"})}}}),ye=j({name:"DisclosureButton",props:{as:{type:[Object,String],default:"button"},disabled:{type:[Boolean],default:!1},id:{type:String,default:null}},setup(e,{attrs:t,slots:u,expose:l}){let r=A("DisclosureButton"),c=ke(),i=y(()=>c===null?!1:c.value===r.panelId.value);L(()=>{i.value||e.id!==null&&(r.buttonId.value=e.id)}),E(()=>{i.value||(r.buttonId.value=null)});let a=b(null);l({el:a,$el:a}),i.value||G(()=>{r.button.value=a.value});let m=ee(y(()=>({as:e.as,type:t.type})),a);function f(){var d;e.disabled||(i.value?(r.toggleDisclosure(),(d=w(r.button))==null||d.focus()):r.toggleDisclosure())}function C(d){var S;if(!e.disabled)if(i.value)switch(d.key){case k.Space:case k.Enter:d.preventDefault(),d.stopPropagation(),r.toggleDisclosure(),(S=w(r.button))==null||S.focus();break}else switch(d.key){case k.Space:case k.Enter:d.preventDefault(),d.stopPropagation(),r.toggleDisclosure();break}}function B(d){switch(d.key){case k.Space:d.preventDefault();break}}return()=>{var d;let S={open:r.disclosureState.value===0},{id:R,...W}=e,X=i.value?{ref:a,type:m.value,onClick:f,onKeydown:C}:{id:(d=r.buttonId.value)!=null?d:R,ref:a,type:m.value,"aria-expanded":r.disclosureState.value===0,"aria-controls":r.disclosureState.value===0||w(r.panel)?r.panelId.value:void 0,disabled:e.disabled?!0:void 0,onClick:f,onKeydown:C,onKeyup:B};return z({ourProps:X,theirProps:W,slot:S,attrs:t,slots:u,name:"DisclosureButton"})}}}),Me=j({name:"DisclosurePanel",props:{as:{type:[Object,String],default:"div"},static:{type:Boolean,default:!1},unmount:{type:Boolean,default:!0},id:{type:String,default:null}},setup(e,{attrs:t,slots:u,expose:l}){let r=A("DisclosurePanel");L(()=>{e.id!==null&&(r.panelId.value=e.id)}),E(()=>{r.panelId.value=null}),l({el:r.panel,$el:r.panel}),P(K,r.panelId);let c=fe(),i=y(()=>c!==null?(c.value&M.Open)===M.Open:r.disclosureState.value===0);return()=>{var a;let m={open:r.disclosureState.value===0,close:r.close},{id:f,...C}=e,B={id:(a=r.panelId.value)!=null?a:f,ref:r.panel};return z({ourProps:B,theirProps:C,slot:m,attrs:t,slots:u,features:I.RenderStrategy|I.Static,visible:i.value,name:"DisclosurePanel"})}}});function Ce(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true"},[o("path",{"fill-rule":"evenodd",d:"M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z","clip-rule":"evenodd"})])}const Se={key:1},_e={key:1,class:"flex-1"},De={__name:"SideNavItem",props:{item:Object,collapsed:Boolean},setup(e){const t=e,u=y(()=>{function l(r){return r.some(c=>c.active||l(c.children))}return l(t.item.children)});return(l,r)=>{const c=J("SideNavItem",!0);return!e.item.children.length&&e.item.visible?(n(),v($(e.item.newtab?"a":p(Z)),{key:0,class:h(["group flex w-full items-center rounded-md py-2 px-3 text-sm font-medium","hover:bg-gray-100 dark:hover:bg-gray-900",e.item.active?"text-gray-800 font-semibold dark:text-gray-200":"text-gray-600 dark:text-gray-400 font-medium"]),href:e.item.href,target:e.item.newtab?"_blank":null},{default:x(()=>[e.item.icon?(n(),v($(e.item.icon),{key:0,class:h(["w-6 h-6 shrink-0 mr-2 group-hover:text-gray-600 dark:group-hover:text-gray-400",e.item.active?"text-gray-600 dark:text-gray-400":"text-gray-400 dark:text-gray-600"])},null,8,["class"])):g("",!0),e.collapsed?g("",!0):(n(),s("span",Se,_(l.__(e.item.label)),1))]),_:1},8,["class","href","target"])):e.item.children.length&&e.item.visible?(n(),v(p(xe),{key:1,"default-open":u.value},{default:x(({open:i})=>[D(p(ye),{class:h(["group text-left flex w-full items-center rounded-md py-2 px-3 text-sm","hover:bg-gray-100 dark:hover:bg-gray-900",i?"font-semibold text-gray-800 dark:text-gray-200":"text-gray-600 dark:text-gray-400 font-medium"])},{default:x(()=>[e.item.icon?(n(),v($(e.item.icon),{key:0,class:h(["w-6 h-6 shrink-0 mr-2 group-hover:text-gray-600 dark:group-hover:text-gray-400",i?"text-gray-600 dark:text-gray-400":"text-gray-400 dark:text-gray-600"])},null,8,["class"])):g("",!0),e.collapsed?g("",!0):(n(),s("span",_e,_(l.__(e.item.label)),1)),e.collapsed?g("",!0):(n(),v(p(Ce),{key:2,class:h(["w-6 h-6 shrink-0",i?"-rotate-180 text-gray-600 dark:text-gray-400":"text-gray-400 dark:text-gray-600"])},null,8,["class"]))]),_:2},1032,["class"]),e.collapsed?g("",!0):(n(),v(p(Me),{key:0,class:"ml-4"},{default:x(()=>[(n(!0),s(N,null,T(e.item.children,a=>(n(),v(c,{key:a.label,item:a},null,8,["item"]))),128))]),_:1}))]),_:1},8,["default-open"])):g("",!0)}}},Be={class:"h-screen overflow-y-auto"},$e={class:"mt-2 px-2"},Ve={key:0,class:"mt-10 text-xs text-center text-gray-600 dark:text-gray-500"},Pe={__name:"AdminSideMenu",props:{collapsed:Boolean},emits:["toggleCollapse"],setup(e){const{canWild:t,hasRole:u,can:l}=te(),r=[{label:"Dashboard",href:route("admin.dashboard"),active:route().current("admin.dashboard"),children:[],icon:de,visible:!0},{label:"Servers",href:route("admin.server.index"),active:route().current("admin.server.*"),children:[],icon:ve,visible:t("servers")},{label:"Server Analytics",href:"#",active:route().current("admin.intel.server.*"),children:[{label:"Overview",href:route("admin.intel.server.index"),active:route().current("admin.intel.server.index"),children:[],icon:null,visible:t("server_intel")},{label:"Performance",href:route("admin.intel.server.performance"),active:route().current("admin.intel.server.performance"),children:[],icon:null,visible:t("server_intel")},{label:"Playerbase",href:route("admin.intel.server.playerbase"),active:route().current("admin.intel.server.playerbase"),children:[],icon:null,visible:t("server_intel")},{label:"Chatlog",href:route("admin.intel.server.chatlog"),active:route().current("admin.intel.server.chatlog"),children:[],icon:null,visible:t("server_intel")},{label:"Consolelog",href:route("admin.intel.server.consolelog"),active:route().current("admin.intel.server.consolelog"),children:[],icon:null,visible:t("server_intel")}],icon:he,visible:t("server_intel")},{label:"Players",href:"#",active:route().current("admin.intel.player.*")||route().current("admin.rank.*"),children:[{label:"List Players",href:route("admin.intel.player.list"),active:route().current("admin.intel.player.list"),children:[],icon:null,visible:t("player_intel_critical")},{label:"Player Ranks",href:route("admin.rank.index"),active:route().current("admin.rank.*"),children:[],icon:null,visible:t("ranks")}],icon:ge,visible:t("player_intel_critical")||t("ranks")},{label:"Users",href:"#",active:!1,children:[{label:"List Users",href:route("admin.user.index"),active:route().current("admin.user.*"),children:[],icon:null,visible:t("users")},{label:"Roles & Permissions",href:route("admin.role.index"),active:route().current("admin.role.*"),children:[],icon:null,visible:t("roles")},{label:"User Badges",href:route("admin.badge.index"),active:route().current("admin.badge.*"),children:[],icon:null,visible:t("badges")},{label:"Online Users",href:route("admin.session.index"),active:route().current("admin.session.*"),children:[],icon:null,visible:t("sessions")}],icon:pe,visible:!0},{label:"News",href:route("admin.news.index"),active:route().current("admin.news.*"),children:[],icon:me,visible:t("news")},{label:"Polls",href:route("admin.poll.index"),active:route().current("admin.poll.*"),children:[],icon:ae,visible:t("polls")},{label:"Downloads",href:route("admin.download.index"),active:route().current("admin.download.*"),children:[],icon:re,visible:t("downloads")},{label:"Custom Pages",href:route("admin.custom-page.index"),active:route().current("admin.custom-page.*"),children:[],icon:ue,visible:t("custom_pages")},{label:"Ask DB",href:route("admin.ask-db.index"),active:route().current("admin.ask-db.*"),children:[],icon:oe,visible:t("ask_db")},{label:"Custom Forms",active:!1,children:[{label:"List Forms",href:route("admin.custom-form.index"),active:route().current("admin.custom-form.index"),children:[],icon:null,visible:l("read custom_forms")},{label:"Submissions",href:route("admin.custom-form-submission.index"),active:route().current("admin.custom-form-submission.index"),children:[],icon:null,visible:l("read custom_form_submissions")},{label:"Archived Submissions",href:route("admin.custom-form-submission.index-archived"),active:route().current("admin.custom-form-submission.index-archived"),children:[],icon:null,visible:l("read custom_form_submissions")}],icon:se,visible:t("custom_forms")},{label:"Settings",href:"#",active:!1,children:[{label:"General",href:route("admin.setting.general.show"),active:route().current("admin.setting.general.show"),children:[],icon:null,visible:!0},{label:"Theme",href:route("admin.setting.theme.show"),active:route().current("admin.setting.theme.show"),children:[],icon:null,visible:!0},{label:"Plugin",href:route("admin.setting.plugin.show"),active:route().current("admin.setting.plugin.show"),children:[],icon:null,visible:!0},{label:"Player",href:route("admin.setting.player.show"),active:route().current("admin.setting.player.show"),children:[],icon:null,visible:!0},{label:"Navigation",href:route("admin.setting.navigation.show"),active:route().current("admin.setting.navigation.show"),children:[],icon:null,visible:!0},{label:"SEO",href:route("admin.setting.seo.show"),active:route().current("admin.setting.seo.show"),children:[],icon:null,visible:!0},{label:"Dangerzone",href:route("admin.setting.danger.show"),active:route().current("admin.setting.danger.show"),children:[],icon:null,visible:u("superadmin")}],icon:ce,visible:t("settings")},{label:"Debug",href:"#",active:!1,children:[{label:"Pulse",href:"/admin/pulse",active:!1,children:[],icon:null,visible:!0,newtab:!0},{label:"Telescope",href:"/telescope",active:!1,children:[],icon:null,visible:!0,newtab:!0}],icon:le,visible:u("superadmin")}];return(c,i)=>(n(),s("div",{class:h(["min-h-screen fixed bg-white shadow dark:bg-cool-gray-800 z-10 duration-300",e.collapsed?"w-16":"w-64"])},[o("div",Be,[o("div",{class:h(["px-4 mt-2 flex",e.collapsed?"justify-center":"justify-end"])},[o("button",{onClick:i[0]||(i[0]=q(a=>c.$emit("toggleCollapse"),["prevent"]))},[D(p(ie),{class:h(["h-6 w-6 p-0.5 text-gray-400 hover:text-gray-600 dark:text-gray-600 dark:hover:text-gray-400",e.collapsed?"-rotate-180":""])},null,8,["class"])])],2),o("nav",$e,[(n(),s(N,null,T(r,a=>D(De,{key:a.label,item:a,collapsed:e.collapsed},null,8,["item","collapsed"])),64))]),e.collapsed?g("",!0):(n(),s("div",Ve,_(c.__("Web Version:"))+" "+_(c.$page.props.webVersion||"unknown"),1))])],2))}},Le={__name:"AdminLayout",setup(e){let t=ne("is-admin-sidebar-menu-collapsed",!1);function u(){t.value=!t.value}return(l,r)=>(n(),v(Y,null,{default:x(()=>[D(Pe,{collapsed:p(t),onToggleCollapse:u},null,8,["collapsed"]),o("main",{class:h([p(t)?"ml-16":"ml-64"])},[Q(l.$slots,"default")],2)]),_:3}))}};export{Le as _,ve as a,pe as r}; +import{A as Y}from"./AppLayout-1a75b1e0.js";import{o as n,d as s,a as o,E as V,X as P,D as j,r as b,x as y,s as L,S as E,Y as G,l as J,c as v,w as x,J as $,n as h,e as g,t as _,u as p,Z,b as D,F as N,g as T,i as q,N as Q}from"./app-bf4e71fd.js";import{t as O,u as H,o as w,H as z,b as ee,N as I,a as k}from"./use-resolve-button-type-08e31866.js";import{u as te}from"./useAuthorizable-0466038e.js";import{r as re}from"./CloudArrowDownIcon-be8835e7.js";import{u as ne}from"./index-dadb2b55.js";function le(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M12 12.75c1.148 0 2.278.08 3.383.237 1.037.146 1.866.966 1.866 2.013 0 3.728-2.35 6.75-5.25 6.75S6.75 18.728 6.75 15c0-1.046.83-1.867 1.866-2.013A24.204 24.204 0 0112 12.75zm0 0c2.883 0 5.647.508 8.207 1.44a23.91 23.91 0 01-1.152 6.06M12 12.75c-2.883 0-5.647.508-8.208 1.44.125 2.104.52 4.136 1.153 6.06M12 12.75a2.25 2.25 0 002.248-2.354M12 12.75a2.25 2.25 0 01-2.248-2.354M12 8.25c.995 0 1.971-.08 2.922-.236.403-.066.74-.358.795-.762a3.778 3.778 0 00-.399-2.25M12 8.25c-.995 0-1.97-.08-2.922-.236-.402-.066-.74-.358-.795-.762a3.734 3.734 0 01.4-2.253M12 8.25a2.25 2.25 0 00-2.248 2.146M12 8.25a2.25 2.25 0 012.248 2.146M8.683 5a6.032 6.032 0 01-1.155-1.002c.07-.63.27-1.222.574-1.747m.581 2.749A3.75 3.75 0 0115.318 5m0 0c.427-.283.815-.62 1.155-.999a4.471 4.471 0 00-.575-1.752M4.921 6a24.048 24.048 0 00-.392 3.314c1.668.546 3.416.914 5.223 1.082M19.08 6c.205 1.08.337 2.187.392 3.314a23.882 23.882 0 01-5.223 1.082"})])}function ae(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M10.5 6a7.5 7.5 0 107.5 7.5h-7.5V6z"}),o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13.5 10.5H21A7.5 7.5 0 0013.5 3v7.5z"})])}function ie(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M18.75 19.5l-7.5-7.5 7.5-7.5m-6 15L5.25 12l7.5-7.5"})])}function oe(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125"})])}function se(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M9 12h3.75M9 15h3.75M9 18h3.75m3 .75H18a2.25 2.25 0 002.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 00-1.123-.08m-5.801 0c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75 2.25 2.25 0 00-.1-.664m-5.8 0A2.251 2.251 0 0113.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m0 0H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V9.375c0-.621-.504-1.125-1.125-1.125H8.25zM6.75 12h.008v.008H6.75V12zm0 3h.008v.008H6.75V15zm0 3h.008v.008H6.75V18z"})])}function ce(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M10.343 3.94c.09-.542.56-.94 1.11-.94h1.093c.55 0 1.02.398 1.11.94l.149.894c.07.424.384.764.78.93.398.164.855.142 1.205-.108l.737-.527a1.125 1.125 0 011.45.12l.773.774c.39.389.44 1.002.12 1.45l-.527.737c-.25.35-.272.806-.107 1.204.165.397.505.71.93.78l.893.15c.543.09.94.56.94 1.109v1.094c0 .55-.397 1.02-.94 1.11l-.893.149c-.425.07-.765.383-.93.78-.165.398-.143.854.107 1.204l.527.738c.32.447.269 1.06-.12 1.45l-.774.773a1.125 1.125 0 01-1.449.12l-.738-.527c-.35-.25-.806-.272-1.203-.107-.397.165-.71.505-.781.929l-.149.894c-.09.542-.56.94-1.11.94h-1.094c-.55 0-1.019-.398-1.11-.94l-.148-.894c-.071-.424-.384-.764-.781-.93-.398-.164-.854-.142-1.204.108l-.738.527c-.447.32-1.06.269-1.45-.12l-.773-.774a1.125 1.125 0 01-.12-1.45l.527-.737c.25-.35.273-.806.108-1.204-.165-.397-.505-.71-.93-.78l-.894-.15c-.542-.09-.94-.56-.94-1.109v-1.094c0-.55.398-1.02.94-1.11l.894-.149c.424-.07.765-.383.93-.78.165-.398.143-.854-.107-1.204l-.527-.738a1.125 1.125 0 01.12-1.45l.773-.773a1.125 1.125 0 011.45-.12l.737.527c.35.25.807.272 1.204.107.397-.165.71-.505.78-.929l.15-.894z"}),o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"})])}function ue(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z"})])}function de(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M2.25 12l8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25"})])}function me(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M12 7.5h1.5m-1.5 3h1.5m-7.5 3h7.5m-7.5 3h7.5m3-9h3.375c.621 0 1.125.504 1.125 1.125V18a2.25 2.25 0 01-2.25 2.25M16.5 7.5V18a2.25 2.25 0 002.25 2.25M16.5 7.5V4.875c0-.621-.504-1.125-1.125-1.125H4.125C3.504 3.75 3 4.254 3 4.875V18a2.25 2.25 0 002.25 2.25h13.5M6 7.5h3v3H6v-3z"})])}function he(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M3.75 3v11.25A2.25 2.25 0 006 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0118 16.5h-2.25m-7.5 0h7.5m-7.5 0l-1 3m8.5-3l1 3m0 0l.5 1.5m-.5-1.5h-9.5m0 0l-.5 1.5m.75-9l3-3 2.148 2.148A12.061 12.061 0 0116.5 7.605"})])}function ve(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M5.25 14.25h13.5m-13.5 0a3 3 0 01-3-3m3 3a3 3 0 100 6h13.5a3 3 0 100-6m-16.5-3a3 3 0 013-3h13.5a3 3 0 013 3m-19.5 0a4.5 4.5 0 01.9-2.7L5.737 5.1a3.375 3.375 0 012.7-1.35h7.126c1.062 0 2.062.5 2.7 1.35l2.587 3.45a4.5 4.5 0 01.9 2.7m0 0a3 3 0 01-3 3m0 3h.008v.008h-.008v-.008zm0-6h.008v.008h-.008v-.008zm-3 6h.008v.008h-.008v-.008zm0-6h.008v.008h-.008v-.008z"})])}function ge(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M16.5 18.75h-9m9 0a3 3 0 013 3h-15a3 3 0 013-3m9 0v-3.375c0-.621-.503-1.125-1.125-1.125h-.871M7.5 18.75v-3.375c0-.621.504-1.125 1.125-1.125h.872m5.007 0H9.497m5.007 0a7.454 7.454 0 01-.982-3.172M9.497 14.25a7.454 7.454 0 00.981-3.172M5.25 4.236c-.982.143-1.954.317-2.916.52A6.003 6.003 0 007.73 9.728M5.25 4.236V4.5c0 2.108.966 3.99 2.48 5.228M5.25 4.236V2.721C7.456 2.41 9.71 2.25 12 2.25c2.291 0 4.545.16 6.75.47v1.516M7.73 9.728a6.726 6.726 0 002.748 1.35m8.272-6.842V4.5c0 2.108-.966 3.99-2.48 5.228m2.48-5.492a46.32 46.32 0 012.916.52 6.003 6.003 0 01-5.395 4.972m0 0a6.726 6.726 0 01-2.749 1.35m0 0a6.772 6.772 0 01-3.044 0"})])}function pe(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[o("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 018.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0111.964-3.07M12 6.375a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zm8.25 2.25a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z"})])}let U=Symbol("Context");var M=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))(M||{});function fe(){return V(U,null)}function be(e){P(U,e)}var we=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(we||{});let F=Symbol("DisclosureContext");function A(e){let t=V(F,null);if(t===null){let u=new Error(`<${e} /> is missing a parent component.`);throw Error.captureStackTrace&&Error.captureStackTrace(u,A),u}return t}let K=Symbol("DisclosurePanelContext");function ke(){return V(K,null)}let xe=j({name:"Disclosure",props:{as:{type:[Object,String],default:"template"},defaultOpen:{type:[Boolean],default:!1}},setup(e,{slots:t,attrs:u}){let l=b(e.defaultOpen?0:1),r=b(null),c=b(null),i={buttonId:b(`headlessui-disclosure-button-${O()}`),panelId:b(`headlessui-disclosure-panel-${O()}`),disclosureState:l,panel:r,button:c,toggleDisclosure(){l.value=H(l.value,{0:1,1:0})},closeDisclosure(){l.value!==1&&(l.value=1)},close(a){i.closeDisclosure();let m=(()=>a?a instanceof HTMLElement?a:a.value instanceof HTMLElement?w(a):w(i.button):w(i.button))();m==null||m.focus()}};return P(F,i),be(y(()=>H(l.value,{0:M.Open,1:M.Closed}))),()=>{let{defaultOpen:a,...m}=e,f={open:l.value===0,close:i.close};return z({theirProps:m,ourProps:{},slot:f,slots:t,attrs:u,name:"Disclosure"})}}}),ye=j({name:"DisclosureButton",props:{as:{type:[Object,String],default:"button"},disabled:{type:[Boolean],default:!1},id:{type:String,default:null}},setup(e,{attrs:t,slots:u,expose:l}){let r=A("DisclosureButton"),c=ke(),i=y(()=>c===null?!1:c.value===r.panelId.value);L(()=>{i.value||e.id!==null&&(r.buttonId.value=e.id)}),E(()=>{i.value||(r.buttonId.value=null)});let a=b(null);l({el:a,$el:a}),i.value||G(()=>{r.button.value=a.value});let m=ee(y(()=>({as:e.as,type:t.type})),a);function f(){var d;e.disabled||(i.value?(r.toggleDisclosure(),(d=w(r.button))==null||d.focus()):r.toggleDisclosure())}function C(d){var S;if(!e.disabled)if(i.value)switch(d.key){case k.Space:case k.Enter:d.preventDefault(),d.stopPropagation(),r.toggleDisclosure(),(S=w(r.button))==null||S.focus();break}else switch(d.key){case k.Space:case k.Enter:d.preventDefault(),d.stopPropagation(),r.toggleDisclosure();break}}function B(d){switch(d.key){case k.Space:d.preventDefault();break}}return()=>{var d;let S={open:r.disclosureState.value===0},{id:R,...W}=e,X=i.value?{ref:a,type:m.value,onClick:f,onKeydown:C}:{id:(d=r.buttonId.value)!=null?d:R,ref:a,type:m.value,"aria-expanded":r.disclosureState.value===0,"aria-controls":r.disclosureState.value===0||w(r.panel)?r.panelId.value:void 0,disabled:e.disabled?!0:void 0,onClick:f,onKeydown:C,onKeyup:B};return z({ourProps:X,theirProps:W,slot:S,attrs:t,slots:u,name:"DisclosureButton"})}}}),Me=j({name:"DisclosurePanel",props:{as:{type:[Object,String],default:"div"},static:{type:Boolean,default:!1},unmount:{type:Boolean,default:!0},id:{type:String,default:null}},setup(e,{attrs:t,slots:u,expose:l}){let r=A("DisclosurePanel");L(()=>{e.id!==null&&(r.panelId.value=e.id)}),E(()=>{r.panelId.value=null}),l({el:r.panel,$el:r.panel}),P(K,r.panelId);let c=fe(),i=y(()=>c!==null?(c.value&M.Open)===M.Open:r.disclosureState.value===0);return()=>{var a;let m={open:r.disclosureState.value===0,close:r.close},{id:f,...C}=e,B={id:(a=r.panelId.value)!=null?a:f,ref:r.panel};return z({ourProps:B,theirProps:C,slot:m,attrs:t,slots:u,features:I.RenderStrategy|I.Static,visible:i.value,name:"DisclosurePanel"})}}});function Ce(e,t){return n(),s("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true"},[o("path",{"fill-rule":"evenodd",d:"M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z","clip-rule":"evenodd"})])}const Se={key:1},_e={key:1,class:"flex-1"},De={__name:"SideNavItem",props:{item:Object,collapsed:Boolean},setup(e){const t=e,u=y(()=>{function l(r){return r.some(c=>c.active||l(c.children))}return l(t.item.children)});return(l,r)=>{const c=J("SideNavItem",!0);return!e.item.children.length&&e.item.visible?(n(),v($(e.item.newtab?"a":p(Z)),{key:0,class:h(["group flex w-full items-center rounded-md py-2 px-3 text-sm font-medium","hover:bg-gray-100 dark:hover:bg-gray-900",e.item.active?"text-gray-800 font-semibold dark:text-gray-200":"text-gray-600 dark:text-gray-400 font-medium"]),href:e.item.href,target:e.item.newtab?"_blank":null},{default:x(()=>[e.item.icon?(n(),v($(e.item.icon),{key:0,class:h(["w-6 h-6 shrink-0 mr-2 group-hover:text-gray-600 dark:group-hover:text-gray-400",e.item.active?"text-gray-600 dark:text-gray-400":"text-gray-400 dark:text-gray-600"])},null,8,["class"])):g("",!0),e.collapsed?g("",!0):(n(),s("span",Se,_(l.__(e.item.label)),1))]),_:1},8,["class","href","target"])):e.item.children.length&&e.item.visible?(n(),v(p(xe),{key:1,"default-open":u.value},{default:x(({open:i})=>[D(p(ye),{class:h(["group text-left flex w-full items-center rounded-md py-2 px-3 text-sm","hover:bg-gray-100 dark:hover:bg-gray-900",i?"font-semibold text-gray-800 dark:text-gray-200":"text-gray-600 dark:text-gray-400 font-medium"])},{default:x(()=>[e.item.icon?(n(),v($(e.item.icon),{key:0,class:h(["w-6 h-6 shrink-0 mr-2 group-hover:text-gray-600 dark:group-hover:text-gray-400",i?"text-gray-600 dark:text-gray-400":"text-gray-400 dark:text-gray-600"])},null,8,["class"])):g("",!0),e.collapsed?g("",!0):(n(),s("span",_e,_(l.__(e.item.label)),1)),e.collapsed?g("",!0):(n(),v(p(Ce),{key:2,class:h(["w-6 h-6 shrink-0",i?"-rotate-180 text-gray-600 dark:text-gray-400":"text-gray-400 dark:text-gray-600"])},null,8,["class"]))]),_:2},1032,["class"]),e.collapsed?g("",!0):(n(),v(p(Me),{key:0,class:"ml-4"},{default:x(()=>[(n(!0),s(N,null,T(e.item.children,a=>(n(),v(c,{key:a.label,item:a},null,8,["item"]))),128))]),_:1}))]),_:1},8,["default-open"])):g("",!0)}}},Be={class:"h-screen overflow-y-auto"},$e={class:"mt-2 px-2"},Ve={key:0,class:"mt-10 text-xs text-center text-gray-600 dark:text-gray-500"},Pe={__name:"AdminSideMenu",props:{collapsed:Boolean},emits:["toggleCollapse"],setup(e){const{canWild:t,hasRole:u,can:l}=te(),r=[{label:"Dashboard",href:route("admin.dashboard"),active:route().current("admin.dashboard"),children:[],icon:de,visible:!0},{label:"Servers",href:route("admin.server.index"),active:route().current("admin.server.*"),children:[],icon:ve,visible:t("servers")},{label:"Server Analytics",href:"#",active:route().current("admin.intel.server.*"),children:[{label:"Overview",href:route("admin.intel.server.index"),active:route().current("admin.intel.server.index"),children:[],icon:null,visible:t("server_intel")},{label:"Performance",href:route("admin.intel.server.performance"),active:route().current("admin.intel.server.performance"),children:[],icon:null,visible:t("server_intel")},{label:"Playerbase",href:route("admin.intel.server.playerbase"),active:route().current("admin.intel.server.playerbase"),children:[],icon:null,visible:t("server_intel")},{label:"Chatlog",href:route("admin.intel.server.chatlog"),active:route().current("admin.intel.server.chatlog"),children:[],icon:null,visible:t("server_intel")},{label:"Consolelog",href:route("admin.intel.server.consolelog"),active:route().current("admin.intel.server.consolelog"),children:[],icon:null,visible:t("server_intel")}],icon:he,visible:t("server_intel")},{label:"Players",href:"#",active:route().current("admin.intel.player.*")||route().current("admin.rank.*"),children:[{label:"List Players",href:route("admin.intel.player.list"),active:route().current("admin.intel.player.list"),children:[],icon:null,visible:t("player_intel_critical")},{label:"Player Ranks",href:route("admin.rank.index"),active:route().current("admin.rank.*"),children:[],icon:null,visible:t("ranks")}],icon:ge,visible:t("player_intel_critical")||t("ranks")},{label:"Users",href:"#",active:!1,children:[{label:"List Users",href:route("admin.user.index"),active:route().current("admin.user.*"),children:[],icon:null,visible:t("users")},{label:"Roles & Permissions",href:route("admin.role.index"),active:route().current("admin.role.*"),children:[],icon:null,visible:t("roles")},{label:"User Badges",href:route("admin.badge.index"),active:route().current("admin.badge.*"),children:[],icon:null,visible:t("badges")},{label:"Online Users",href:route("admin.session.index"),active:route().current("admin.session.*"),children:[],icon:null,visible:t("sessions")}],icon:pe,visible:!0},{label:"News",href:route("admin.news.index"),active:route().current("admin.news.*"),children:[],icon:me,visible:t("news")},{label:"Polls",href:route("admin.poll.index"),active:route().current("admin.poll.*"),children:[],icon:ae,visible:t("polls")},{label:"Downloads",href:route("admin.download.index"),active:route().current("admin.download.*"),children:[],icon:re,visible:t("downloads")},{label:"Custom Pages",href:route("admin.custom-page.index"),active:route().current("admin.custom-page.*"),children:[],icon:ue,visible:t("custom_pages")},{label:"Ask DB",href:route("admin.ask-db.index"),active:route().current("admin.ask-db.*"),children:[],icon:oe,visible:t("ask_db")},{label:"Custom Forms",active:!1,children:[{label:"List Forms",href:route("admin.custom-form.index"),active:route().current("admin.custom-form.index"),children:[],icon:null,visible:l("read custom_forms")},{label:"Submissions",href:route("admin.custom-form-submission.index"),active:route().current("admin.custom-form-submission.index"),children:[],icon:null,visible:l("read custom_form_submissions")},{label:"Archived Submissions",href:route("admin.custom-form-submission.index-archived"),active:route().current("admin.custom-form-submission.index-archived"),children:[],icon:null,visible:l("read custom_form_submissions")}],icon:se,visible:t("custom_forms")},{label:"Settings",href:"#",active:!1,children:[{label:"General",href:route("admin.setting.general.show"),active:route().current("admin.setting.general.show"),children:[],icon:null,visible:!0},{label:"Theme",href:route("admin.setting.theme.show"),active:route().current("admin.setting.theme.show"),children:[],icon:null,visible:!0},{label:"Plugin",href:route("admin.setting.plugin.show"),active:route().current("admin.setting.plugin.show"),children:[],icon:null,visible:!0},{label:"Player",href:route("admin.setting.player.show"),active:route().current("admin.setting.player.show"),children:[],icon:null,visible:!0},{label:"Navigation",href:route("admin.setting.navigation.show"),active:route().current("admin.setting.navigation.show"),children:[],icon:null,visible:!0},{label:"SEO",href:route("admin.setting.seo.show"),active:route().current("admin.setting.seo.show"),children:[],icon:null,visible:!0},{label:"Dangerzone",href:route("admin.setting.danger.show"),active:route().current("admin.setting.danger.show"),children:[],icon:null,visible:u("superadmin")}],icon:ce,visible:t("settings")},{label:"Debug",href:"#",active:!1,children:[{label:"Pulse",href:"/admin/pulse",active:!1,children:[],icon:null,visible:!0,newtab:!0},{label:"Telescope",href:"/telescope",active:!1,children:[],icon:null,visible:!0,newtab:!0}],icon:le,visible:u("superadmin")}];return(c,i)=>(n(),s("div",{class:h(["min-h-screen fixed bg-white shadow dark:bg-cool-gray-800 z-10 duration-300",e.collapsed?"w-16":"w-64"])},[o("div",Be,[o("div",{class:h(["px-4 mt-2 flex",e.collapsed?"justify-center":"justify-end"])},[o("button",{onClick:i[0]||(i[0]=q(a=>c.$emit("toggleCollapse"),["prevent"]))},[D(p(ie),{class:h(["h-6 w-6 p-0.5 text-gray-400 hover:text-gray-600 dark:text-gray-600 dark:hover:text-gray-400",e.collapsed?"-rotate-180":""])},null,8,["class"])])],2),o("nav",$e,[(n(),s(N,null,T(r,a=>D(De,{key:a.label,item:a,collapsed:e.collapsed},null,8,["item","collapsed"])),64))]),e.collapsed?g("",!0):(n(),s("div",Ve,_(c.__("Web Version:"))+" "+_(c.$page.props.webVersion||"unknown"),1))])],2))}},Le={__name:"AdminLayout",setup(e){let t=ne("is-admin-sidebar-menu-collapsed",!1);function u(){t.value=!t.value}return(l,r)=>(n(),v(Y,null,{default:x(()=>[D(Pe,{collapsed:p(t),onToggleCollapse:u},null,8,["collapsed"]),o("main",{class:h([p(t)?"ml-16":"ml-64"])},[Q(l.$slots,"default")],2)]),_:3}))}};export{Le as _,ve as a,pe as r}; diff --git a/public/build/default/assets/AfterCreateSteps-005be712.js b/public/build/default/assets/AfterCreateSteps-19ce6f3a.js similarity index 88% rename from public/build/default/assets/AfterCreateSteps-005be712.js rename to public/build/default/assets/AfterCreateSteps-19ce6f3a.js index 2967bebd5..1f1dc3213 100644 --- a/public/build/default/assets/AfterCreateSteps-005be712.js +++ b/public/build/default/assets/AfterCreateSteps-19ce6f3a.js @@ -1,4 +1,4 @@ -import{_ as c}from"./AdminLayout-866aa674.js";import{o as l,d as p,a as e,l as n,c as h,w as i,b as a,u as _,t,f as o}from"./app-17e94bca.js";import"./AppLayout-87658178.js";import"./_plugin-vue_export-helper-c27b6911.js";import"./useAuthorizable-97c7aeb1.js";import"./use-resolve-button-type-478901de.js";import"./CloudArrowDownIcon-26cb031b.js";import"./index-c5afef65.js";function f(s,r){return l(),p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[e("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})])}const g={class:"py-12 px-10 max-w-4xl mx-auto"},m={class:"bg-white shadow rounded p-6 dark:bg-gray-800"},y={class:"flex flex-col items-center justify-center"},v={class:"text-2xl font-bold text-green-500"},w={class:"uppercase font-bold mt-3 dark:text-gray-200 text-gray-800"},b={class:"flex flex-col space-y-4 mt-6 prose-lg prose dark:prose-dark"},x={target:"_blank",class:"text-light-blue-400 hover:text-light-blue-600 whitespace-nowrap",href:"https://github.com/MineTrax/plugin/releases/latest"},k=e("kbd",null,"plugins/Minetrax/config.yml",-1),S=e("br",null,null,-1),q={class:"dark:bg-gray-900"},C={class:"flex justify-end mt-4"},H={__name:"AfterCreateSteps",props:{server:{type:Object,required:!0},apiKey:{type:String,required:!0},apiSecret:{type:String,required:!0},apiHost:{type:String,required:!0}},setup(s){return(r,j)=>{const d=n("app-head"),u=n("InertiaLink");return l(),h(c,null,{default:i(()=>[a(d,{title:r.__("Server Created Successfully!")},null,8,["title"]),e("div",g,[e("div",m,[e("div",y,[a(_(f),{class:"h-32 text-green-500","aria-hidden":"true"}),e("h1",v,t(r.__("Server Added Successfully!")),1),e("h1",w,t(r.__("Follow below steps to add the Plugin!")),1)]),e("div",b,[e("p",null,[o(t(r.__("Download latest version of the MineTrax.jar Plugin and upload it into 'plugins' folder of your server."))+" ",1),e("a",x,t(r.__("Click here to Download")),1)]),e("p",null,[o(t(r.__("Restart your server once so that the plugin can generate the config file inside"))+" ",1),k,o(". ")]),S,e("p",null,[o(t(r.__("Open the config file and update the following details in it as provided below"))+": ",1),e("pre",q,`enabled: true +import{_ as c}from"./AdminLayout-5b292621.js";import{o as l,d as p,a as e,l as n,c as h,w as i,b as a,u as _,t,f as o}from"./app-bf4e71fd.js";import"./AppLayout-1a75b1e0.js";import"./_plugin-vue_export-helper-c27b6911.js";import"./useAuthorizable-0466038e.js";import"./use-resolve-button-type-08e31866.js";import"./CloudArrowDownIcon-be8835e7.js";import"./index-dadb2b55.js";function f(s,r){return l(),p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[e("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})])}const g={class:"py-12 px-10 max-w-4xl mx-auto"},m={class:"bg-white shadow rounded p-6 dark:bg-gray-800"},y={class:"flex flex-col items-center justify-center"},v={class:"text-2xl font-bold text-green-500"},w={class:"uppercase font-bold mt-3 dark:text-gray-200 text-gray-800"},b={class:"flex flex-col space-y-4 mt-6 prose-lg prose dark:prose-dark"},x={target:"_blank",class:"text-light-blue-400 hover:text-light-blue-600 whitespace-nowrap",href:"https://github.com/MineTrax/plugin/releases/latest"},k=e("kbd",null,"plugins/Minetrax/config.yml",-1),S=e("br",null,null,-1),q={class:"dark:bg-gray-900"},C={class:"flex justify-end mt-4"},H={__name:"AfterCreateSteps",props:{server:{type:Object,required:!0},apiKey:{type:String,required:!0},apiSecret:{type:String,required:!0},apiHost:{type:String,required:!0}},setup(s){return(r,j)=>{const d=n("app-head"),u=n("InertiaLink");return l(),h(c,null,{default:i(()=>[a(d,{title:r.__("Server Created Successfully!")},null,8,["title"]),e("div",g,[e("div",m,[e("div",y,[a(_(f),{class:"h-32 text-green-500","aria-hidden":"true"}),e("h1",v,t(r.__("Server Added Successfully!")),1),e("h1",w,t(r.__("Follow below steps to add the Plugin!")),1)]),e("div",b,[e("p",null,[o(t(r.__("Download latest version of the MineTrax.jar Plugin and upload it into 'plugins' folder of your server."))+" ",1),e("a",x,t(r.__("Click here to Download")),1)]),e("p",null,[o(t(r.__("Restart your server once so that the plugin can generate the config file inside"))+" ",1),k,o(". ")]),S,e("p",null,[o(t(r.__("Open the config file and update the following details in it as provided below"))+": ",1),e("pre",q,`enabled: true api-host: `+t(s.apiHost)+` api-key: `+t(s.apiKey)+` api-secret: `+t(s.apiSecret)+` diff --git a/public/build/default/assets/AlertCard-5d3989b9.js b/public/build/default/assets/AlertCard-053cec28.js similarity index 90% rename from public/build/default/assets/AlertCard-5d3989b9.js rename to public/build/default/assets/AlertCard-053cec28.js index bcd21495a..2a0dd600d 100644 --- a/public/build/default/assets/AlertCard-5d3989b9.js +++ b/public/build/default/assets/AlertCard-053cec28.js @@ -1 +1 @@ -import{r as n}from"./XMarkIcon-f53e9fad.js";import{o as s,d as r,a as e,N as l,n as a,b as i,u as c,e as g}from"./app-17e94bca.js";const u={class:"flex"},b={class:"py-1"},m=e("path",{d:"M2.93 17.07A10 10 0 1 1 17.07 2.93 10 10 0 0 1 2.93 17.07zm12.73-1.41A8 8 0 1 0 4.34 4.34a8 8 0 0 0 11.32 11.32zM9 11V9h2v6H9v-4zm0-6h2v2H9V5z"},null,-1),h=[m],v={class:"font-bold"},f={class:"text-sm"},w={__name:"AlertCard",props:{borderColor:{type:String,default:"border-green-500"},textColor:{type:String,default:"text-green-500"},titleClass:{type:String,default:""},closeButton:{type:Boolean,default:!1}},emits:["close"],setup(t){return(o,d)=>(s(),r("div",{class:a(`mb-4 bg-white dark:bg-cool-gray-800 border-t-4 ${t.borderColor} rounded-b ${t.textColor} px-4 py-3 shadow relative`),role:"alert"},[e("div",u,[e("div",b,[l(o.$slots,"icon",{},()=>[(s(),r("svg",{class:a(`fill-current h-6 w-6 ${t.textColor} mr-4`),xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},h,2))])]),e("div",{class:a(t.titleClass)},[e("div",v,[l(o.$slots,"default")]),e("div",f,[l(o.$slots,"body")])],2)]),t.closeButton?(s(),r("button",{key:0,class:"absolute rounded-full bg-white dark:bg-gray-800 border dark:border-gray-900 dark:hover:bg-gray-700 hover:bg-gray-100 p-1 -top-5 -right-3",onClick:d[0]||(d[0]=y=>o.$emit("close"))},[i(c(n),{class:"h-5 w-5"})])):g("",!0)],2))}};export{w as _}; +import{r as n}from"./XMarkIcon-356d5906.js";import{o as s,d as r,a as e,N as l,n as a,b as i,u as c,e as g}from"./app-bf4e71fd.js";const u={class:"flex"},b={class:"py-1"},m=e("path",{d:"M2.93 17.07A10 10 0 1 1 17.07 2.93 10 10 0 0 1 2.93 17.07zm12.73-1.41A8 8 0 1 0 4.34 4.34a8 8 0 0 0 11.32 11.32zM9 11V9h2v6H9v-4zm0-6h2v2H9V5z"},null,-1),h=[m],v={class:"font-bold"},f={class:"text-sm"},w={__name:"AlertCard",props:{borderColor:{type:String,default:"border-green-500"},textColor:{type:String,default:"text-green-500"},titleClass:{type:String,default:""},closeButton:{type:Boolean,default:!1}},emits:["close"],setup(t){return(o,d)=>(s(),r("div",{class:a(`mb-4 bg-white dark:bg-cool-gray-800 border-t-4 ${t.borderColor} rounded-b ${t.textColor} px-4 py-3 shadow relative`),role:"alert"},[e("div",u,[e("div",b,[l(o.$slots,"icon",{},()=>[(s(),r("svg",{class:a(`fill-current h-6 w-6 ${t.textColor} mr-4`),xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},h,2))])]),e("div",{class:a(t.titleClass)},[e("div",v,[l(o.$slots,"default")]),e("div",f,[l(o.$slots,"body")])],2)]),t.closeButton?(s(),r("button",{key:0,class:"absolute rounded-full bg-white dark:bg-gray-800 border dark:border-gray-900 dark:hover:bg-gray-700 hover:bg-gray-100 p-1 -top-5 -right-3",onClick:d[0]||(d[0]=y=>o.$emit("close"))},[i(c(n),{class:"h-5 w-5"})])):g("",!0)],2))}};export{w as _}; diff --git a/public/build/default/assets/ApiTokenManager-e84234de.js b/public/build/default/assets/ApiTokenManager-ff41f530.js similarity index 85% rename from public/build/default/assets/ApiTokenManager-e84234de.js rename to public/build/default/assets/ApiTokenManager-ff41f530.js index 86949c695..68530242a 100644 --- a/public/build/default/assets/ApiTokenManager-e84234de.js +++ b/public/build/default/assets/ApiTokenManager-ff41f530.js @@ -1 +1 @@ -import{T as h,r as b,o as i,d as r,b as t,w as e,a,e as v,f as n,u as l,F as $,g as x,n as A,t as k}from"./app-17e94bca.js";import{_ as N}from"./ActionMessage-6cf6703e.js";import{_ as j}from"./ActionSection-0ea25610.js";import{_ as P}from"./Button-f291b526.js";import{_ as U}from"./ConfirmationModal-d85bcec7.js";import{_ as J}from"./DangerButton-33e1d1d2.js";import{_ as T}from"./DialogModal-cb813592.js";import{_ as L}from"./FormSection-4b27e530.js";import{_ as M}from"./Input-96be2209.js";import{_ as w}from"./Checkbox-31f40dae.js";import{_ as z}from"./InputError-7786df75.js";import{_ as S}from"./Label-4813cb22.js";import{_ as C}from"./SecondaryButton-dc8ab7a7.js";import{J as E}from"./SectionBorder-911aceea.js";import"./SectionTitle-09647f1b.js";import"./_plugin-vue_export-helper-c27b6911.js";import"./Modal-b60a2f78.js";const Y={class:"col-span-6 sm:col-span-4"},q={key:0,class:"col-span-6"},G={class:"mt-2 grid grid-cols-1 md:grid-cols-2 gap-4"},H={class:"flex items-center"},K={class:"ml-2 text-sm text-gray-600"},O={key:0},Q={class:"mt-10 sm:mt-0"},R={class:"space-y-6"},W={class:"flex items-center"},X={key:0,class:"text-sm text-gray-400"},Z=["onClick"],ee=["onClick"],se=a("div",null," Please copy your new API token. For your security, it won't be shown again. ",-1),te={key:0,class:"mt-4 bg-gray-100 px-4 py-2 rounded font-mono text-sm text-gray-500"},oe={class:"grid grid-cols-1 md:grid-cols-2 gap-4"},ne={class:"flex items-center"},le={class:"ml-2 text-sm text-gray-600"},Ae={__name:"ApiTokenManager",props:{tokens:Array,availablePermissions:Array,defaultPermissions:Array},setup(c){const m=h({name:"",permissions:c.defaultPermissions}),d=h({permissions:[]}),y=h({}),g=b(!1),p=b(null),f=b(null),I=()=>{m.post(route("api-tokens.store"),{preserveScroll:!0,onSuccess:()=>{g.value=!0,m.reset()}})},F=u=>{d.permissions=u.abilities,p.value=u},V=()=>{d.put(route("api-tokens.update",p.value),{preserveScroll:!0,preserveState:!0,onSuccess:()=>p.value=null})},D=u=>{f.value=u},B=()=>{y.delete(route("api-tokens.destroy",f.value),{preserveScroll:!0,preserveState:!0,onSuccess:()=>f.value=null})};return(u,o)=>(i(),r("div",null,[t(L,{onSubmitted:I},{title:e(()=>[n(" Create API Token ")]),description:e(()=>[n(" API tokens allow third-party services to authenticate with our application on your behalf. ")]),form:e(()=>[a("div",Y,[t(S,{for:"name",value:"Name"}),t(M,{id:"name",modelValue:l(m).name,"onUpdate:modelValue":o[0]||(o[0]=s=>l(m).name=s),type:"text",class:"mt-1 block w-full",autofocus:""},null,8,["modelValue"]),t(z,{message:l(m).errors.name,class:"mt-2"},null,8,["message"])]),c.availablePermissions.length>0?(i(),r("div",q,[t(S,{for:"permissions",value:"Permissions"}),a("div",G,[(i(!0),r($,null,x(c.availablePermissions,s=>(i(),r("div",{key:s},[a("label",H,[t(w,{checked:l(m).permissions,"onUpdate:checked":o[1]||(o[1]=_=>l(m).permissions=_),value:s},null,8,["checked","value"]),a("span",K,k(s),1)])]))),128))])])):v("",!0)]),actions:e(()=>[t(N,{on:l(m).recentlySuccessful,class:"mr-3"},{default:e(()=>[n(" Created. ")]),_:1},8,["on"]),t(P,{class:A({"opacity-25":l(m).processing}),disabled:l(m).processing},{default:e(()=>[n(" Create ")]),_:1},8,["class","disabled"])]),_:1}),c.tokens.length>0?(i(),r("div",O,[t(E),a("div",Q,[t(j,null,{title:e(()=>[n(" Manage API Tokens ")]),description:e(()=>[n(" You may delete any of your existing tokens if they are no longer needed. ")]),content:e(()=>[a("div",R,[(i(!0),r($,null,x(c.tokens,s=>(i(),r("div",{key:s.id,class:"flex items-center justify-between"},[a("div",null,k(s.name),1),a("div",W,[s.last_used_ago?(i(),r("div",X," Last used "+k(s.last_used_ago),1)):v("",!0),c.availablePermissions.length>0?(i(),r("button",{key:1,class:"cursor-pointer ml-6 text-sm text-gray-400 underline",onClick:_=>F(s)}," Permissions ",8,Z)):v("",!0),a("button",{class:"cursor-pointer ml-6 text-sm text-red-500",onClick:_=>D(s)}," Delete ",8,ee)])]))),128))])]),_:1})])])):v("",!0),t(T,{show:g.value,onClose:o[3]||(o[3]=s=>g.value=!1)},{title:e(()=>[n(" API Token ")]),content:e(()=>[se,u.$page.props.jetstream.flash.token?(i(),r("div",te,k(u.$page.props.jetstream.flash.token),1)):v("",!0)]),footer:e(()=>[t(C,{onClick:o[2]||(o[2]=s=>g.value=!1)},{default:e(()=>[n(" Close ")]),_:1})]),_:1},8,["show"]),t(T,{show:p.value!=null,onClose:o[6]||(o[6]=s=>p.value=null)},{title:e(()=>[n(" API Token Permissions ")]),content:e(()=>[a("div",oe,[(i(!0),r($,null,x(c.availablePermissions,s=>(i(),r("div",{key:s},[a("label",ne,[t(w,{checked:l(d).permissions,"onUpdate:checked":o[4]||(o[4]=_=>l(d).permissions=_),value:s},null,8,["checked","value"]),a("span",le,k(s),1)])]))),128))])]),footer:e(()=>[t(C,{onClick:o[5]||(o[5]=s=>p.value=null)},{default:e(()=>[n(" Cancel ")]),_:1}),t(P,{class:A(["ml-3",{"opacity-25":l(d).processing}]),disabled:l(d).processing,onClick:V},{default:e(()=>[n(" Save ")]),_:1},8,["class","disabled"])]),_:1},8,["show"]),t(U,{show:f.value!=null,onClose:o[8]||(o[8]=s=>f.value=null)},{title:e(()=>[n(" Delete API Token ")]),content:e(()=>[n(" Are you sure you would like to delete this API token? ")]),footer:e(()=>[t(C,{onClick:o[7]||(o[7]=s=>f.value=null)},{default:e(()=>[n(" Cancel ")]),_:1}),t(J,{class:A(["ml-3",{"opacity-25":l(y).processing}]),disabled:l(y).processing,onClick:B},{default:e(()=>[n(" Delete ")]),_:1},8,["class","disabled"])]),_:1},8,["show"])]))}};export{Ae as default}; +import{T as h,r as b,o as i,d as r,b as t,w as e,a,e as v,f as n,u as l,F as $,g as x,n as A,t as k}from"./app-bf4e71fd.js";import{_ as N}from"./ActionMessage-e62d9824.js";import{_ as j}from"./ActionSection-298bfb2c.js";import{_ as P}from"./Button-3524ae8f.js";import{_ as U}from"./ConfirmationModal-206b8c36.js";import{_ as J}from"./DangerButton-7a92e259.js";import{_ as T}from"./DialogModal-50e4221a.js";import{_ as L}from"./FormSection-c59da9af.js";import{_ as M}from"./Input-5ef243a4.js";import{_ as w}from"./Checkbox-7bed5e9b.js";import{_ as z}from"./InputError-df845cb5.js";import{_ as S}from"./Label-655f0ca9.js";import{_ as C}from"./SecondaryButton-567307ee.js";import{J as E}from"./SectionBorder-43d29163.js";import"./SectionTitle-4aa61c3a.js";import"./_plugin-vue_export-helper-c27b6911.js";import"./Modal-4025d3eb.js";const Y={class:"col-span-6 sm:col-span-4"},q={key:0,class:"col-span-6"},G={class:"mt-2 grid grid-cols-1 md:grid-cols-2 gap-4"},H={class:"flex items-center"},K={class:"ml-2 text-sm text-gray-600"},O={key:0},Q={class:"mt-10 sm:mt-0"},R={class:"space-y-6"},W={class:"flex items-center"},X={key:0,class:"text-sm text-gray-400"},Z=["onClick"],ee=["onClick"],se=a("div",null," Please copy your new API token. For your security, it won't be shown again. ",-1),te={key:0,class:"mt-4 bg-gray-100 px-4 py-2 rounded font-mono text-sm text-gray-500"},oe={class:"grid grid-cols-1 md:grid-cols-2 gap-4"},ne={class:"flex items-center"},le={class:"ml-2 text-sm text-gray-600"},Ae={__name:"ApiTokenManager",props:{tokens:Array,availablePermissions:Array,defaultPermissions:Array},setup(c){const m=h({name:"",permissions:c.defaultPermissions}),d=h({permissions:[]}),y=h({}),g=b(!1),p=b(null),f=b(null),I=()=>{m.post(route("api-tokens.store"),{preserveScroll:!0,onSuccess:()=>{g.value=!0,m.reset()}})},F=u=>{d.permissions=u.abilities,p.value=u},V=()=>{d.put(route("api-tokens.update",p.value),{preserveScroll:!0,preserveState:!0,onSuccess:()=>p.value=null})},D=u=>{f.value=u},B=()=>{y.delete(route("api-tokens.destroy",f.value),{preserveScroll:!0,preserveState:!0,onSuccess:()=>f.value=null})};return(u,o)=>(i(),r("div",null,[t(L,{onSubmitted:I},{title:e(()=>[n(" Create API Token ")]),description:e(()=>[n(" API tokens allow third-party services to authenticate with our application on your behalf. ")]),form:e(()=>[a("div",Y,[t(S,{for:"name",value:"Name"}),t(M,{id:"name",modelValue:l(m).name,"onUpdate:modelValue":o[0]||(o[0]=s=>l(m).name=s),type:"text",class:"mt-1 block w-full",autofocus:""},null,8,["modelValue"]),t(z,{message:l(m).errors.name,class:"mt-2"},null,8,["message"])]),c.availablePermissions.length>0?(i(),r("div",q,[t(S,{for:"permissions",value:"Permissions"}),a("div",G,[(i(!0),r($,null,x(c.availablePermissions,s=>(i(),r("div",{key:s},[a("label",H,[t(w,{checked:l(m).permissions,"onUpdate:checked":o[1]||(o[1]=_=>l(m).permissions=_),value:s},null,8,["checked","value"]),a("span",K,k(s),1)])]))),128))])])):v("",!0)]),actions:e(()=>[t(N,{on:l(m).recentlySuccessful,class:"mr-3"},{default:e(()=>[n(" Created. ")]),_:1},8,["on"]),t(P,{class:A({"opacity-25":l(m).processing}),disabled:l(m).processing},{default:e(()=>[n(" Create ")]),_:1},8,["class","disabled"])]),_:1}),c.tokens.length>0?(i(),r("div",O,[t(E),a("div",Q,[t(j,null,{title:e(()=>[n(" Manage API Tokens ")]),description:e(()=>[n(" You may delete any of your existing tokens if they are no longer needed. ")]),content:e(()=>[a("div",R,[(i(!0),r($,null,x(c.tokens,s=>(i(),r("div",{key:s.id,class:"flex items-center justify-between"},[a("div",null,k(s.name),1),a("div",W,[s.last_used_ago?(i(),r("div",X," Last used "+k(s.last_used_ago),1)):v("",!0),c.availablePermissions.length>0?(i(),r("button",{key:1,class:"cursor-pointer ml-6 text-sm text-gray-400 underline",onClick:_=>F(s)}," Permissions ",8,Z)):v("",!0),a("button",{class:"cursor-pointer ml-6 text-sm text-red-500",onClick:_=>D(s)}," Delete ",8,ee)])]))),128))])]),_:1})])])):v("",!0),t(T,{show:g.value,onClose:o[3]||(o[3]=s=>g.value=!1)},{title:e(()=>[n(" API Token ")]),content:e(()=>[se,u.$page.props.jetstream.flash.token?(i(),r("div",te,k(u.$page.props.jetstream.flash.token),1)):v("",!0)]),footer:e(()=>[t(C,{onClick:o[2]||(o[2]=s=>g.value=!1)},{default:e(()=>[n(" Close ")]),_:1})]),_:1},8,["show"]),t(T,{show:p.value!=null,onClose:o[6]||(o[6]=s=>p.value=null)},{title:e(()=>[n(" API Token Permissions ")]),content:e(()=>[a("div",oe,[(i(!0),r($,null,x(c.availablePermissions,s=>(i(),r("div",{key:s},[a("label",ne,[t(w,{checked:l(d).permissions,"onUpdate:checked":o[4]||(o[4]=_=>l(d).permissions=_),value:s},null,8,["checked","value"]),a("span",le,k(s),1)])]))),128))])]),footer:e(()=>[t(C,{onClick:o[5]||(o[5]=s=>p.value=null)},{default:e(()=>[n(" Cancel ")]),_:1}),t(P,{class:A(["ml-3",{"opacity-25":l(d).processing}]),disabled:l(d).processing,onClick:V},{default:e(()=>[n(" Save ")]),_:1},8,["class","disabled"])]),_:1},8,["show"]),t(U,{show:f.value!=null,onClose:o[8]||(o[8]=s=>f.value=null)},{title:e(()=>[n(" Delete API Token ")]),content:e(()=>[n(" Are you sure you would like to delete this API token? ")]),footer:e(()=>[t(C,{onClick:o[7]||(o[7]=s=>f.value=null)},{default:e(()=>[n(" Cancel ")]),_:1}),t(J,{class:A(["ml-3",{"opacity-25":l(y).processing}]),disabled:l(y).processing,onClick:B},{default:e(()=>[n(" Delete ")]),_:1},8,["class","disabled"])]),_:1},8,["show"])]))}};export{Ae as default}; diff --git a/public/build/default/assets/AppLayout-1a75b1e0.js b/public/build/default/assets/AppLayout-1a75b1e0.js new file mode 100644 index 000000000..22388c302 --- /dev/null +++ b/public/build/default/assets/AppLayout-1a75b1e0.js @@ -0,0 +1,18 @@ +import{r as jr,x as Te,P as Oe,y as uu,o as h,d as p,n as ee,a as d,e as _,t as M,i as Xa,Q as du,l as I,N as Ce,c as X,w as H,R as it,q as Ba,j as De,v as lu,b as C,F as se,g as ye,m as pt,s as xo,S as mu,B as Dn,u as N,U as cu,f as B,T as hu,_ as fu}from"./app-bf4e71fd.js";import{_ as Ae}from"./_plugin-vue_export-helper-c27b6911.js";import{u as vu}from"./useAuthorizable-0466038e.js";const gu={class:"max-w-screen-xl mx-auto py-2 px-3 sm:px-6 lg:px-8"},pu={class:"flex items-center justify-between flex-wrap"},bu={class:"w-0 flex-1 flex items-center min-w-0"},wu={key:0,class:"h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},yu=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"},null,-1),$u=[yu],ku={key:1,class:"h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},Pu=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"},null,-1),Mu=[Pu],Wu={class:"ml-3 font-medium text-sm text-white truncate"},_u={class:"shrink-0 sm:ml-3"},xu=d("svg",{class:"h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},[d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M6 18L18 6M6 6l12 12"})],-1),Du=[xu],Cu={__name:"Banner",setup(a){const e=jr(!0),t=Te(()=>{var n;return((n=Oe().props.jetstream.flash)==null?void 0:n.bannerStyle)||"success"}),r=Te(()=>{var n;return((n=Oe().props.jetstream.flash)==null?void 0:n.banner)||""});return uu(r,async()=>{e.value=!0}),(n,i)=>(h(),p("div",null,[e.value&&r.value?(h(),p("div",{key:0,class:ee({"bg-indigo-500":t.value=="success","bg-red-700":t.value=="danger"})},[d("div",gu,[d("div",pu,[d("div",bu,[d("span",{class:ee(["flex p-2 rounded-lg",{"bg-indigo-600":t.value=="success","bg-red-600":t.value=="danger"}])},[t.value=="success"?(h(),p("svg",wu,$u)):_("",!0),t.value=="danger"?(h(),p("svg",ku,Mu)):_("",!0)],2),d("p",Wu,M(r.value),1)]),d("div",_u,[d("button",{type:"button",class:ee(["-mr-1 flex p-2 rounded-md focus:outline-none sm:-mr-2 transition",{"hover:bg-indigo-600 focus:bg-indigo-600":t.value=="success","hover:bg-red-600 focus:bg-red-600":t.value=="danger"}]),"aria-label":"Dismiss",onClick:i[0]||(i[0]=Xa(u=>e.value=!1,["prevent"]))},Du,2)])])])],2)):_("",!0)]))}},Au={props:{toast:Object,popstate:String},data(){return{milliseconds:this.toast&&this.toast.milliseconds?this.toast.milliseconds:3e3,id:null}},watch:{toast:{deep:!0,handler(a,e){this.fireToast()}}},mounted(){this.fireToast()},methods:{fireToast(){if(!this.toast||sessionStorage.getItem("toast-"+this.popstate))return;this.milliseconds=this.toast.milliseconds??3e3;const a=this.toast.type==="danger"?"error":this.toast.type;Toast.fire({icon:a,title:this.toast.title,text:this.toast.body,timer:this.milliseconds}),sessionStorage.setItem("toast-"+this.popstate,"1")}}};function ju(a,e,t,r,n,i){return null}const Tu=Ae(Au,[["render",ju]]),zu={props:{name:String}},Su={key:0,class:"w-6 h-6",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},Eu=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M6 18L18 6M6 6l12 12"},null,-1),Nu=[Eu],Fu={key:1,class:"w-5 h-5",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},Lu=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01"},null,-1),Ru=[Lu],Hu={key:2,class:"w-5 h-5",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},Vu=d("path",{fill:"#fff",d:"M12 14l9-5-9-5-9 5 9 5z"},null,-1),Ou=d("path",{fill:"#fff",d:"M12 14l6.16-3.422a12.083 12.083 0 01.665 6.479A11.952 11.952 0 0012 20.055a11.952 11.952 0 00-6.824-2.998 12.078 12.078 0 01.665-6.479L12 14z"},null,-1),Iu=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12 14l9-5-9-5-9 5 9 5zm0 0l6.16-3.422a12.083 12.083 0 01.665 6.479A11.952 11.952 0 0012 20.055a11.952 11.952 0 00-6.824-2.998 12.078 12.078 0 01.665-6.479L12 14zm-4 6v-7.5l4-2.222"},null,-1),Xu=[Vu,Ou,Iu],Bu={key:3,class:"w-5 h-5",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},Gu=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"},null,-1),qu=[Gu],Yu={key:4,class:"w-5 h-5",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},Uu=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"},null,-1),Qu=[Uu],Ku={key:5,class:"w-5 h-5",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},Ju=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M19 20H5a2 2 0 01-2-2V6a2 2 0 012-2h10a2 2 0 012 2v1m2 13a2 2 0 01-2-2V7m2 13a2 2 0 002-2V9a2 2 0 00-2-2h-2m-4-3H9M7 16h6M7 8h6v4H7V8z"},null,-1),Zu=[Ju],ed={key:6,class:"w-5 h-5",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},ad=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"},null,-1),td=[ad],rd={key:7,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor"},nd=d("path",{"fill-rule":"evenodd",d:"M2.166 4.999A11.954 11.954 0 0010 1.944 11.954 11.954 0 0017.834 5c.11.65.166 1.32.166 2.001 0 5.225-3.34 9.67-8 11.317C5.34 16.67 2 12.225 2 7c0-.682.057-1.35.166-2.001zm11.541 3.708a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z","clip-rule":"evenodd"},null,-1),id=[nd],od={key:8,class:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},sd=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M15.172 7l-6.586 6.586a2 2 0 102.828 2.828l6.414-6.586a4 4 0 00-5.656-5.656l-6.415 6.585a6 6 0 108.486 8.486L20.5 13"},null,-1),ud=[sd],dd={key:9,class:"w-5 h-5",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},ld=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"},null,-1),md=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"},null,-1),cd=[ld,md],hd={key:10,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},fd=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"},null,-1),vd=[fd],gd={key:11,fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},pd=d("path",{"fill-rule":"evenodd",d:"M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z","clip-rule":"evenodd"},null,-1),bd=[pd],wd={key:12,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},yd=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"},null,-1),$d=[yd],kd={key:13,viewBox:"0 0 24 24",fill:"none"},Pd=d("circle",{cx:"12",cy:"12",r:"12",fill:"#1F1F22"},null,-1),Md=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.685 17.467a7.2 7.2 0 1 0-9.371 0l-1.563 1.822A9.58 9.58 0 0 1 2.4 12 9.6 9.6 0 0 1 12 2.4a9.6 9.6 0 0 1 9.6 9.6 9.58 9.58 0 0 1-3.352 7.29l-1.563-1.823z",fill:"#CDCDCD","fill-opacity":".1"},null,-1),Wd=[Pd,Md],_d={key:14,viewBox:"0 0 24 24",fill:"none"},xd=d("circle",{cx:"12",cy:"12",r:"12",fill:"#1F1F22"},null,-1),Dd=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.685 17.467a7.2 7.2 0 10-9.371 0l-1.563 1.822A9.58 9.58 0 012.4 12 9.6 9.6 0 0112 2.4a9.6 9.6 0 019.6 9.6 9.58 9.58 0 01-3.352 7.29l-1.563-1.823z",fill:"#CDCDCD","fill-opacity":".1"},null,-1),Cd=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.894 15.816L3.858 17.09a9.656 9.656 0 001.894 2.2l1.562-1.822a7.206 7.206 0 01-1.42-1.65z",fill:"#EEE"},null,-1),Ad=d("path",{d:"M11.765 10.233l-1.487.824v-1.034L12 8.948h.991V14.4h-1.226v-4.167z",fill:"#EEE"},null,-1),jd=[xd,Dd,Cd,Ad],Td={key:15,viewBox:"0 0 24 24",fill:"none"},zd=d("circle",{cx:"12",cy:"12",r:"12",fill:"#1F1F22"},null,-1),Sd=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.685 17.467a7.2 7.2 0 10-9.371 0l-1.563 1.822A9.58 9.58 0 012.4 12 9.6 9.6 0 0112 2.4a9.6 9.6 0 019.6 9.6 9.58 9.58 0 01-3.352 7.29l-1.563-1.823z",fill:"#CDCDCD","fill-opacity":".1"},null,-1),Ed=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.257 14.53l-2.249.842a9.613 9.613 0 002.743 3.917l1.563-1.822a7.206 7.206 0 01-2.057-2.938z",fill:"#1CE400"},null,-1),Nd=d("path",{d:"M10.05 13.157c0-.303.084-.566.252-.79a1.6 1.6 0 01.655-.512 8.17 8.17 0 01.748-.286 2.78 2.78 0 00.663-.302c.157-.107.235-.233.235-.378v-.698c0-.173-.07-.288-.21-.344-.15-.062-.386-.092-.705-.092-.387 0-.896.07-1.529.21V9.04a8.523 8.523 0 011.756-.177c.66 0 1.15.101 1.47.303.324.201.487.537.487 1.008v.756c0 .285-.087.534-.26.747a1.567 1.567 0 01-.656.47c-.252.107-.51.202-.773.286a2.65 2.65 0 00-.68.336c-.162.123-.244.27-.244.437v.277h2.621v.916h-3.83v-1.243z",fill:"#1CE400"},null,-1),Fd=[zd,Sd,Ed,Nd],Ld={key:16,viewBox:"0 0 24 24",fill:"none"},Rd=d("circle",{cx:"12",cy:"12",r:"12",fill:"#1F1F22"},null,-1),Hd=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.686 17.467a7.2 7.2 0 10-9.371 0l-1.563 1.822A9.58 9.58 0 012.4 12 9.6 9.6 0 0112 2.4a9.6 9.6 0 019.6 9.6 9.58 9.58 0 01-3.352 7.29l-1.562-1.823z",fill:"#CDCDCD","fill-opacity":".1"},null,-1),Vd=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.4 12a9.58 9.58 0 003.352 7.29l1.562-1.823A7.184 7.184 0 014.801 12H2.4z",fill:"#1CE400"},null,-1),Od=d("path",{d:"M11.79 14.484c-.47 0-1.08-.042-1.831-.126v-.975l.269.05c.106.023.165.037.176.043l.286.05c.067.011.21.028.428.05.168.017.339.026.513.026.324 0 .548-.04.672-.118.128-.078.193-.227.193-.445v-.63c0-.263-.283-.395-.849-.395h-.99v-.84h.99c.437 0 .656-.16.656-.479v-.529a.453.453 0 00-.068-.269c-.044-.067-.126-.114-.243-.142a2.239 2.239 0 00-.504-.042c-.32 0-.812.033-1.479.1V8.94c.762-.05 1.3-.076 1.613-.076.683 0 1.176.079 1.479.235.308.157.462.434.462.832v.899a.62.62 0 01-.152.42.703.703 0 01-.37.227c.494.173.74.445.74.814v.89c0 .466-.16.799-.479 1-.319.202-.823.303-1.512.303z",fill:"#1CE400"},null,-1),Id=[Rd,Hd,Vd,Od],Xd={key:17,viewBox:"0 0 24 24",fill:"none"},Bd=d("circle",{cx:"12",cy:"12",r:"12",fill:"#1F1F22"},null,-1),Gd=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.686 17.467a7.2 7.2 0 10-9.371 0l-1.563 1.822A9.58 9.58 0 012.4 12 9.6 9.6 0 0112 2.4a9.6 9.6 0 019.6 9.6 9.58 9.58 0 01-3.352 7.29l-1.562-1.823z",fill:"#CDCDCD","fill-opacity":".1"},null,-1),qd=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.91 6.91L5.211 5.211A9.57 9.57 0 002.4 12a9.58 9.58 0 003.352 7.289l1.562-1.822A7.184 7.184 0 014.801 12c0-1.988.805-3.788 2.108-5.09z",fill:"#FFC800"},null,-1),Yd=d("path",{d:"M12.303 13.3h-2.52v-.967l2.243-3.385h1.386v3.47H14v.881h-.588v1.1h-1.109v-1.1zm0-.883v-2.31l-1.47 2.31h1.47z",fill:"#FFC800"},null,-1),Ud=[Bd,Gd,qd,Yd],Qd={key:18,viewBox:"0 0 24 24",fill:"none"},Kd=d("circle",{cx:"12",cy:"12",r:"12",fill:"#1F1F22"},null,-1),Jd=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.686 17.467a7.2 7.2 0 10-9.371 0l-1.563 1.822A9.58 9.58 0 012.4 12 9.6 9.6 0 0112 2.4a9.6 9.6 0 019.6 9.6 9.58 9.58 0 01-3.352 7.29l-1.562-1.823z",fill:"#CDCDCD","fill-opacity":".1"},null,-1),Zd=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 2.4A9.6 9.6 0 002.4 12a9.58 9.58 0 003.352 7.29l1.562-1.823A7.2 7.2 0 0112 4.8V2.4z",fill:"#FFC800"},null,-1),el=d("path",{d:"M11.815 14.484c-.386 0-.966-.031-1.739-.093v-1.016c.695.129 1.218.193 1.571.193.308 0 .532-.033.672-.1a.357.357 0 00.21-.337v-.814c0-.152-.05-.258-.151-.32-.101-.067-.266-.1-.496-.1h-1.68V8.948h3.444v.941H11.43v1.109h.856c.325 0 .642.061.95.185a.909.909 0 01.554.865v1.142c0 .219-.042.415-.126.588-.084.168-.19.297-.32.387a1.315 1.315 0 01-.453.201c-.185.05-.364.084-.537.101a10.05 10.05 0 01-.538.017z",fill:"#FFC800"},null,-1),al=[Kd,Jd,Zd,el],tl={key:19,viewBox:"0 0 24 24",fill:"none"},rl=d("circle",{cx:"12",cy:"12",r:"12",fill:"#1F1F22"},null,-1),nl=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.686 17.467a7.2 7.2 0 10-9.371 0l-1.563 1.822A9.58 9.58 0 012.4 12 9.6 9.6 0 0112 2.4a9.6 9.6 0 019.6 9.6 9.58 9.58 0 01-3.352 7.29l-1.562-1.823z",fill:"#CDCDCD","fill-opacity":".1"},null,-1),il=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M15.816 5.895a7.2 7.2 0 00-8.502 11.572l-1.562 1.822A9.58 9.58 0 012.4 12 9.6 9.6 0 0112 2.4c1.87 0 3.613.535 5.089 1.458l-1.273 2.037z",fill:"#FFC800"},null,-1),ol=d("path",{d:"M11.992 14.484a5.99 5.99 0 01-.613-.025 2.48 2.48 0 01-.496-.11 1.24 1.24 0 01-.453-.243 1.184 1.184 0 01-.286-.437 1.89 1.89 0 01-.118-.689v-2.537c0-.268.045-.506.135-.714.095-.212.215-.375.361-.487.123-.095.288-.173.496-.235a2.71 2.71 0 01.604-.126c.213-.011.406-.017.58-.017.24 0 .745.028 1.512.084v.9c-.756-.09-1.296-.135-1.621-.135-.269 0-.46.014-.571.042-.112.028-.188.084-.227.168-.034.078-.05.22-.05.428v.647h.898c.303 0 .521.005.655.017.135.005.286.03.454.075.18.045.31.11.395.193.09.079.168.2.235.362.062.168.092.366.092.596v.74c0 .257-.039.484-.117.68-.079.19-.18.338-.303.445-.112.1-.26.182-.445.243a2.04 2.04 0 01-.537.11 5.58 5.58 0 01-.58.025zm.017-.815c.246 0 .417-.014.512-.042.101-.028.165-.081.193-.16a1.51 1.51 0 00.042-.428v-.79c0-.134-.016-.23-.05-.285-.034-.062-.104-.104-.21-.126a2.557 2.557 0 00-.496-.034h-.756v1.243c0 .19.014.328.042.412.034.084.101.14.202.168.106.028.28.042.52.042z",fill:"#FFC800"},null,-1),sl=[rl,nl,il,ol],ul={key:20,viewBox:"0 0 24 24",fill:"none"},dl=d("circle",{cx:"12",cy:"12",r:"12",fill:"#1F1F22"},null,-1),ll=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.686 17.467a7.2 7.2 0 10-9.371 0l-1.563 1.822A9.58 9.58 0 012.4 12 9.6 9.6 0 0112 2.4a9.6 9.6 0 019.6 9.6 9.58 9.58 0 01-3.352 7.29l-1.562-1.823z",fill:"#CDCDCD","fill-opacity":".1"},null,-1),ml=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M17.934 7.92a7.2 7.2 0 10-10.62 9.546L5.752 19.29A9.58 9.58 0 012.4 12a9.6 9.6 0 0117.512-5.44l-1.978 1.36z",fill:"#FFC800"},null,-1),cl=d("path",{d:"M12.546 9.906H9.9v-.958h4v.84L11.807 14.4h-1.36l2.1-4.494z",fill:"#FFC800"},null,-1),hl=[dl,ll,ml,cl],fl={key:21,viewBox:"0 0 24 24",fill:"none"},vl=d("circle",{cx:"12",cy:"12",r:"12",fill:"#1F1F22"},null,-1),gl=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.686 17.467a7.2 7.2 0 10-9.371 0l-1.563 1.822A9.58 9.58 0 012.4 12 9.6 9.6 0 0112 2.4a9.6 9.6 0 019.6 9.6 9.58 9.58 0 01-3.352 7.29l-1.562-1.823z",fill:"#CDCDCD","fill-opacity":".1"},null,-1),pl=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.2 12h2.4A9.6 9.6 0 0012 2.4 9.6 9.6 0 002.4 12a9.58 9.58 0 003.352 7.29l1.562-1.823A7.2 7.2 0 1119.2 12z",fill:"#FF6309"},null,-1),bl=d("path",{d:"M12 14.484c-.723 0-1.252-.09-1.588-.269-.33-.18-.496-.49-.496-.932v-.941c0-.18.09-.347.269-.504.179-.157.392-.263.638-.32v-.033a.879.879 0 01-.504-.235.614.614 0 01-.218-.462v-.781c0-.392.143-.68.428-.866.291-.184.781-.277 1.47-.277s1.176.093 1.462.277c.291.185.437.474.437.866v.78a.614.614 0 01-.219.463.879.879 0 01-.504.235v.034c.247.056.46.162.639.319s.268.325.268.504v.94c0 .454-.17.768-.512.941-.342.174-.865.26-1.57.26zm0-3.293c.246 0 .416-.034.512-.1.1-.074.15-.188.15-.345v-.63c0-.163-.05-.277-.15-.345-.096-.072-.266-.109-.513-.109-.246 0-.42.037-.52.11-.096.067-.143.181-.143.344v.63a.41.41 0 00.142.336c.09.073.264.11.521.11zm0 2.495c.24 0 .414-.014.52-.042.112-.028.185-.076.218-.143.04-.067.06-.174.06-.32v-.738c0-.163-.048-.283-.144-.362-.095-.072-.31-.109-.646-.109-.32 0-.535.037-.647.11-.107.067-.16.187-.16.36v.74c0 .145.017.252.05.32.04.066.113.114.219.142.112.028.288.042.53.042z",fill:"#FF6309"},null,-1),wl=[vl,gl,pl,bl],yl={key:22,viewBox:"0 0 24 24",fill:"none"},$l=d("circle",{cx:"12",cy:"12",r:"12",fill:"#1F1F22"},null,-1),kl=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.686 17.467a7.2 7.2 0 10-9.371 0l-1.563 1.822A9.58 9.58 0 012.4 12 9.6 9.6 0 0112 2.4a9.6 9.6 0 019.6 9.6 9.58 9.58 0 01-3.352 7.29l-1.562-1.823z",fill:"#CDCDCD","fill-opacity":".1"},null,-1),Pl=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M18.517 15.066a7.2 7.2 0 10-11.202 2.4L5.751 19.29A9.58 9.58 0 012.4 12 9.6 9.6 0 0112 2.4a9.6 9.6 0 019.6 9.6 9.563 9.563 0 01-.91 4.089l-2.173-1.023z",fill:"#FF6309"},null,-1),Ml=d("path",{d:"M11.84 14.484c-.48 0-.999-.028-1.553-.084v-.874c.717.079 1.229.118 1.537.118.286 0 .493-.02.622-.059.128-.04.212-.112.252-.218.044-.107.067-.275.067-.504v-.513h-.907c-.303 0-.521-.003-.656-.008a2.63 2.63 0 01-.453-.084.898.898 0 01-.395-.193 1.052 1.052 0 01-.235-.37 1.706 1.706 0 01-.093-.588v-.74c0-.257.04-.48.118-.671.078-.196.18-.35.302-.462.112-.095.258-.174.437-.235.185-.062.367-.101.546-.118.213-.011.406-.017.58-.017.263 0 .47.009.621.025.157.012.322.045.496.101a1.129 1.129 0 01.74.689 1.9 1.9 0 01.117.689v2.537c0 .565-.171.971-.513 1.218-.336.24-.879.36-1.63.36zm.925-2.949V10.26c0-.19-.017-.322-.05-.395-.029-.073-.093-.12-.194-.143a2.73 2.73 0 00-.529-.034 2.11 2.11 0 00-.504.042.26.26 0 00-.193.152c-.034.072-.05.198-.05.378v.831c0 .135.016.233.05.294.033.056.1.095.201.118a2.7 2.7 0 00.504.033h.765z",fill:"#FF6309"},null,-1),Wl=[$l,kl,Pl,Ml],_l={key:23,viewBox:"0 0 24 24",fill:"none"},xl=d("circle",{cx:"12",cy:"12",r:"12",fill:"#1F1F22"},null,-1),Dl=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.686 17.467a7.2 7.2 0 10-9.371 0l-1.563 1.822A9.58 9.58 0 012.4 12 9.6 9.6 0 0112 2.4a9.6 9.6 0 019.6 9.6 9.58 9.58 0 01-3.352 7.29l-1.562-1.823z",fill:"#CDCDCD","fill-opacity":".1"},null,-1),Cl=d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.686 17.467a7.2 7.2 0 10-9.371 0l-1.563 1.822A9.58 9.58 0 012.4 12 9.6 9.6 0 0112 2.4a9.6 9.6 0 019.6 9.6 9.58 9.58 0 01-3.352 7.29l-1.562-1.823z",fill:"#FE1F00"},null,-1),Al=d("path",{d:"M9.233 10.233l-1.487.824v-1.034l1.722-1.075h.991V14.4H9.233v-4.167zm4.595 4.251c-.246 0-.448-.009-.604-.025a3.295 3.295 0 01-.513-.101 1.237 1.237 0 01-.462-.235 1.202 1.202 0 01-.294-.454 1.7 1.7 0 01-.126-.689v-2.612c0-.258.04-.485.118-.68a1.23 1.23 0 01.302-.463c.107-.095.252-.17.437-.226a2.45 2.45 0 01.554-.118c.213-.011.41-.017.588-.017.252 0 .454.009.605.025a2.4 2.4 0 01.504.101c.202.062.361.143.479.244.118.1.218.246.302.437.084.19.126.422.126.697v2.612c0 .258-.042.485-.126.68a1.15 1.15 0 01-.302.454 1.32 1.32 0 01-.462.235c-.19.062-.372.098-.546.11a5.58 5.58 0 01-.58.025zm.017-.79c.235 0 .403-.014.504-.042a.306.306 0 00.202-.176c.033-.084.05-.221.05-.412v-2.78c0-.19-.017-.328-.05-.412a.282.282 0 00-.202-.168c-.1-.033-.269-.05-.504-.05-.24 0-.414.017-.52.05a.282.282 0 00-.202.168c-.034.084-.05.221-.05.412v2.78c0 .19.016.328.05.412.033.084.1.143.201.176.107.028.28.042.521.042z",fill:"#FE1F00"},null,-1),jl=[xl,Dl,Cl,Al],Tl={key:24,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},zl=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M8 10h.01M12 10h.01M16 10h.01M9 16H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-5l-5 5v-5z"},null,-1),Sl=[zl],El={key:25,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor"},Nl=d("path",{"fill-rule":"evenodd",d:"M6.267 3.455a3.066 3.066 0 001.745-.723 3.066 3.066 0 013.976 0 3.066 3.066 0 001.745.723 3.066 3.066 0 012.812 2.812c.051.643.304 1.254.723 1.745a3.066 3.066 0 010 3.976 3.066 3.066 0 00-.723 1.745 3.066 3.066 0 01-2.812 2.812 3.066 3.066 0 00-1.745.723 3.066 3.066 0 01-3.976 0 3.066 3.066 0 00-1.745-.723 3.066 3.066 0 01-2.812-2.812 3.066 3.066 0 00-.723-1.745 3.066 3.066 0 010-3.976 3.066 3.066 0 00.723-1.745 3.066 3.066 0 012.812-2.812zm7.44 5.252a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z","clip-rule":"evenodd"},null,-1),Fl=[Nl],Ll={key:26,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},Rl=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M11 3.055A9.001 9.001 0 1020.945 13H11V3.055z"},null,-1),Hl=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M20.488 9H15V3.512A9.025 9.025 0 0120.488 9z"},null,-1),Vl=[Rl,Hl],Ol={key:27,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},Il=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10"},null,-1),Xl=[Il],Bl={key:28,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},Gl=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z"},null,-1),ql=[Gl],Yl={key:29,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},Ul=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M18.364 18.364A9 9 0 005.636 5.636m12.728 12.728A9 9 0 015.636 5.636m12.728 12.728L5.636 5.636"},null,-1),Ql=[Ul],Kl={key:30,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor"},Jl=d("path",{"fill-rule":"evenodd",d:"M9.383 3.076A1 1 0 0110 4v12a1 1 0 01-1.707.707L4.586 13H2a1 1 0 01-1-1V8a1 1 0 011-1h2.586l3.707-3.707a1 1 0 011.09-.217zM12.293 7.293a1 1 0 011.414 0L15 8.586l1.293-1.293a1 1 0 111.414 1.414L16.414 10l1.293 1.293a1 1 0 01-1.414 1.414L15 11.414l-1.293 1.293a1 1 0 01-1.414-1.414L13.586 10l-1.293-1.293a1 1 0 010-1.414z","clip-rule":"evenodd"},null,-1),Zl=[Jl],em={key:31,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},am=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"},null,-1),tm=[am],rm={key:32,viewBox:"0 0 512 512"},nm=d("path",{d:"M512 97.248c-19.04 8.352-39.328 13.888-60.48 16.576 21.76-12.992 38.368-33.408 46.176-58.016-20.288 12.096-42.688 20.64-66.56 25.408C411.872 60.704 384.416 48 354.464 48c-58.112 0-104.896 47.168-104.896 104.992 0 8.32.704 16.32 2.432 23.936-87.264-4.256-164.48-46.08-216.352-109.792-9.056 15.712-14.368 33.696-14.368 53.056 0 36.352 18.72 68.576 46.624 87.232-16.864-.32-33.408-5.216-47.424-12.928v1.152c0 51.008 36.384 93.376 84.096 103.136-8.544 2.336-17.856 3.456-27.52 3.456-6.72 0-13.504-.384-19.872-1.792 13.6 41.568 52.192 72.128 98.08 73.12-35.712 27.936-81.056 44.768-130.144 44.768-8.608 0-16.864-.384-25.12-1.44C46.496 446.88 101.6 464 161.024 464c193.152 0 298.752-160 298.752-298.688 0-4.64-.16-9.12-.384-13.568 20.832-14.784 38.336-33.248 52.608-54.496z"},null,-1),im=[nm],om={key:33,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},sm=d("path",{d:"M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"},null,-1),um=[sm],dm={key:34,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},lm=d("path",{d:"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"},null,-1),mm=[lm],cm={key:35,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},hm=d("path",{d:"M12.545 10.239v3.821h5.445c-.712 2.315-2.647 3.972-5.445 3.972a6.033 6.033 0 110-12.064c1.498 0 2.866.549 3.921 1.453l2.814-2.814A9.969 9.969 0 0012.545 2C7.021 2 2.543 6.477 2.543 12s4.478 10 10.002 10c8.396 0 10.249-7.85 9.426-11.748l-9.426-.013z"},null,-1),fm=[hm],vm={key:36,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},gm=d("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor","stroke-width":"4"},null,-1),pm=d("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"},null,-1),bm=[gm,pm],wm={key:37,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},ym=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M10 9v6m4-6v6m7-3a9 9 0 11-18 0 9 9 0 0118 0z"},null,-1),$m=[ym],km={key:38,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Pm=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M14.752 11.168l-3.197-2.132A1 1 0 0010 9.87v4.263a1 1 0 001.555.832l3.197-2.132a1 1 0 000-1.664z"},null,-1),Mm=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M21 12a9 9 0 11-18 0 9 9 0 0118 0z"},null,-1),Wm=[Pm,Mm],_m={key:39,fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},xm=d("path",{"fill-rule":"evenodd",d:"M6.625 2.655A9 9 0 0119 11a1 1 0 11-2 0 7 7 0 00-9.625-6.492 1 1 0 11-.75-1.853zM4.662 4.959A1 1 0 014.75 6.37 6.97 6.97 0 003 11a1 1 0 11-2 0 8.97 8.97 0 012.25-5.953 1 1 0 011.412-.088z","clip-rule":"evenodd"},null,-1),Dm=d("path",{"fill-rule":"evenodd",d:"M5 11a5 5 0 1110 0 1 1 0 11-2 0 3 3 0 10-6 0c0 1.677-.345 3.276-.968 4.729a1 1 0 11-1.838-.789A9.964 9.964 0 005 11zm8.921 2.012a1 1 0 01.831 1.145 19.86 19.86 0 01-.545 2.436 1 1 0 11-1.92-.558c.207-.713.371-1.445.49-2.192a1 1 0 011.144-.83z","clip-rule":"evenodd"},null,-1),Cm=d("path",{"fill-rule":"evenodd",d:"M10 10a1 1 0 011 1c0 2.236-.46 4.368-1.29 6.304a1 1 0 01-1.838-.789A13.952 13.952 0 009 11a1 1 0 011-1z","clip-rule":"evenodd"},null,-1),Am=[xm,Dm,Cm],jm={key:40,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Tm=d("path",{d:"M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.4868 0-.1636-.3933-.4058-.8742-.6177-1.2495a.077.077 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 00.0842-.0276c.4616-.6304.8731-1.2952 1.226-1.9942a.076.076 0 00-.0416-.1057c-.6528-.2476-1.2743-.5495-1.8722-.8923a.077.077 0 01-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 01.0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 01.0785.0095c.1202.099.246.1981.3728.2924a.077.077 0 01-.0066.1276 12.2986 12.2986 0 01-1.873.8914.0766.0766 0 00-.0407.1067c.3604.698.7719 1.3628 1.225 1.9932a.076.076 0 00.0842.0286c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 00.0313-.0552c.5004-5.177-.8382-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.0286zM8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1569 2.4189zm7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9554-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.946 2.4189-2.1568 2.4189Z"},null,-1),zm=[Tm],Sm={key:41,fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},Em=d("path",{d:"M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"},null,-1),Nm=[Em],Fm={key:42,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Lm=d("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z"},null,-1),Rm=[Lm],Hm={key:43,fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},Vm=d("path",{d:"M10 2a6 6 0 00-6 6v3.586l-.707.707A1 1 0 004 14h12a1 1 0 00.707-1.707L16 11.586V8a6 6 0 00-6-6zM10 18a3 3 0 01-3-3h6a3 3 0 01-3 3z"},null,-1),Om=[Vm],Im={key:44,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1280 1234"},Xm=d("path",{d:"M615.5.6c-2.7.2-12 .8-20.5 1.4-91.2 6.4-175.9 29.7-233.7 64.2-31.9 19.1-67.8 53.3-91.5 87.3-29.4 42.2-47.8 89.9-55 142.5-1.6 12.4-1.7 54.3 0 68 6.2 50.8 17.5 90.9 36.6 130.5 12.7 26.2 25.6 46.3 40.9 63.7l7.7 8.8-3.6 18.7c-3.4 17.8-3.6 19.9-3.6 39.3-.1 29.2 4 52.6 13.1 74.6 2.1 5.2 3.6 9.4 3.3 9.4-1.3 0-50-24.3-70.5-35.2-28.4-15.1-28.9-15.6-41.9-41.3-13.4-26.6-19.5-35.1-33.8-46.7-9.5-7.7-24.8-15.7-35-18.3-4.5-1.2-9.3-1.6-15.6-1.3-8.1.3-10 .8-16.5 4-12.9 6.4-23.8 19-29.7 34.3-5.2 13.9-7.7 28.9-9.5 57.9-.4 5.3-.8 6.3-3.8 8.9-23 20.1-32.4 29.9-40.6 42.5C2.3 729-1.4 742.2.8 755c3.9 23 22.6 37.9 56.5 45.2 15.1 3.2 38.3 3.2 56.7-.2 9.9-1.8 17.1-2.4 27-2.5h13.5l38 17.9c53.8 25.3 105.2 50 154.8 74.1l42.8 20.8-.3 6-.3 5.9-13 7c-73.3 39.1-139.7 69.6-158.6 72.8-9 1.5-15.6.9-30.4-3-23.9-6.2-40.1-6.2-63.8-.1-16.2 4.2-20 6.2-27.6 13.9-15.8 16.1-20.8 37-13.7 57.4 4.2 11.9 9.9 19 33.1 41l21.3 20.3 1.1 7c.6 3.8 2.2 17.4 3.5 30 2.1 20.6 2.7 23.8 5.5 30.5 6.2 14.9 17.9 27 30.9 32.1 7.7 3 24.1 3.3 32.2.5 15.8-5.4 24.4-11.7 39.3-29.2 9.5-11 14.6-18.3 22.9-32.1 5.8-9.8 12.9-21 15.6-24.9l5.1-7.1 72.9-38.6 73-38.7 15.8 15.8c26.8 26.5 44 36.8 79.7 47.6 27.9 8.5 49.8 12.1 83.4 13.6 36.3 1.7 73.9-.6 98.8-6.1 21.4-4.8 46.2-13.3 63-21.7 17.7-8.8 38.3-24.6 54.1-41.5l7.9-8.5L914 1098c68.1 35.5 72.8 38.1 77.4 43.1 6.9 7.7 11.8 15.5 19.1 30.7 7.9 16.3 13.1 23.8 23.2 33.2 24.1 22.3 43.4 31.3 60.8 28.3 10.6-1.8 18.8-6.3 27.1-14.7 14.1-14.4 20.6-34.7 23.5-73.9l1.2-15.9 12.1-10.1c15.8-13.1 31-28.5 36.9-37.2 16.1-23.8 11.8-51.2-10.5-68-8.2-6.1-15.1-9.5-27.1-13.4-23.4-7.5-42.6-8-67.2-1.7-16.7 4.3-24 4.6-33.5 1.3-3.6-1.3-42.4-18.9-86.3-39.2l-79.8-37 .3-7.5.3-7.4 115-54.2c63.3-29.8 117.3-55 120-55.9 9.6-3.3 18.5-3.1 33 .6 12.4 3.2 13.8 3.4 30.5 3.3 27.5 0 43.5-3 58.4-10.6 10.6-5.5 21.1-15.8 25.5-25.2 5.6-11.7 7.6-26.4 4.7-35.9-2.7-9-22.2-33.2-42.9-53.4l-11.5-11.2-.7-9.8c-1.6-23.3-8.6-52.7-16.1-67.4-5.2-10.5-17.9-20.9-29.2-24.3-23.1-6.7-46 2.3-72.1 28.4-10 10-14.6 17.3-23.6 37.6-3.5 7.9-7.9 16.7-9.9 19.6-7.8 11.7-9.7 13-55.8 35.6-23.6 11.6-42.8 20.9-42.8 20.7 0-.1 1.1-2.7 2.4-5.6 10.1-22.9 15.4-54.7 14.3-84.9-.5-12.3-1.5-19.8-4.6-35.9l-4-20.4 6.8-7.3c32-33.6 56.8-79 69.2-126.4 13.1-49.9 13-111.9-.1-165-15.5-62.8-49.4-119.5-97.4-162.9-29.5-26.6-49.1-39.3-81.3-52.5C832 26.2 759.7 8.4 704 2.5 690.3 1.1 627.4-.3 615.5.6zM702 50.5c61 7 132.7 26.2 175.6 47 46.8 22.7 95.8 76.5 118.9 130.5 11.1 25.7 18.1 52.4 21.6 81.5 2.1 16.8 1.8 60-.4 75-5.8 39.1-20.4 77.1-41.1 106.9l-4.1 5.9-.7-4.4c-1.2-7.7-.8-32.9.7-45.2 1.1-9.9 2.6-15.3 8.4-32.5 11.7-34.1 12.9-39.7 15.2-68.5 2.2-29-.1-47.7-7.6-62.7-3.3-6.5-12.7-19-14.3-19-.5 0-8.2 7.7-17.1 17.1l-16.4 17 2.1 2.2c5.8 6.1 7.3 19.2 5.3 44.4-1.7 20-3.1 26.2-11.2 49.7-8.9 25.4-10.6 32.6-12.4 51.1-1.9 19-1.9 35.9 0 55 2.4 25 3.4 31 12.3 75.5l5.7 28.5V625c-.1 26-3.2 42.2-11.5 59.5-8.7 18.1-18.1 24-62.5 39.4-26.9 9.4-41.2 16.9-64.6 33.8-24.8 17.9-39.8 45.7-41.6 77l-.6 10.3-3.6 1c-7.6 2.2-28.1 5.9-40.6 7.4-23.6 2.8-53.3 3.8-96 3.3-47.4-.6-64-2.1-89.6-7.8l-9.7-2.2-.6-4.5c-.3-2.5-.6-6.6-.6-9.1-.1-10-5.7-29.3-11.8-40.1-8.5-15.1-18-26-31.2-35.9-23-17.3-31.6-21.6-62.4-31.3-45.7-14.3-57.6-22.8-66.6-47.6-6.3-17.3-9.7-41.9-8.6-60.7.4-5.5 3.1-22.4 6.1-37.5 10.3-52.5 12.4-67.5 13.2-96.1 1.1-38.6-1.1-52.3-13.8-88-7-19.9-8.8-27.8-10.5-48.1-2.2-25.9-1-37.9 4.5-44l2.9-3.2-16.7-17.3-16.6-17.4-5.2 5.6C290 287 284.7 308.9 287 342.9c2.3 33.5 3.9 41.4 15 72.1 7.8 21.7 9.1 28.2 9.7 50.5.3 11 .3 24-.2 28.9l-.7 8.9-3.4-5.4c-6.2-9.8-20.2-39.2-24.9-52.4-20.1-55.8-26.3-113.3-17.3-160.5 4.7-25 11-43.6 23.3-68.5 25.8-52.6 65.4-93.6 114.5-118.4C455.7 71.4 524.9 54.7 607 49c18.7-1.3 78.9-.3 95 1.5zm462.8 560.7c1.6 2 6 16.8 8.3 28 1.3 6.7 2.2 15.7 2.5 25.8.4 10.4 1 16.9 2.1 19.9 1.2 3.5 5.9 8.7 22.8 25.5 23.4 23.3 31.5 32.8 29.8 35.5-2.9 4.6-12.4 7.3-31.3 8.8-12.6.9-15.2.7-30.5-2.9-21.8-5.2-37.2-5-55.9.9-5.7 1.8-163.5 75.3-220.8 102.9-2.1.9-4 1.6-4.2 1.3-.6-.6 2.7-16.8 5.9-28.4 3-11 10.8-33.3 12.2-34.5.4-.5 41.5-20.8 91.3-45.2l90.5-44.3 7.8-7.5c10.6-10 18.8-21.3 24.9-34 17.3-36 14.9-32.1 25-41 7.9-6.8 15.6-12 17.9-12 .4 0 1.1.6 1.7 1.2zm-1040.7 6c3.9 2 8.9 5.7 13 9.8 5.9 5.9 7.7 8.8 15.9 25.1 5 10.1 11.2 21.5 13.8 25.3 5.7 8.6 17.2 20.3 24.3 24.9 13.1 8.3 65.2 34.8 116.9 59.5 57.4 27.4 67.4 32.3 68.2 33.5 3.4 5.4 17.8 56.3 17.8 63 0 .3-17.7-8-39.2-18.5-47.3-22.9-110.9-53.2-153.8-73.3-28.1-13.2-32.4-14.9-40.5-16.2-12.2-2-33.4-1.2-53 2.2-15.9 2.7-26.2 3.1-36.2 1.5-7.7-1.3-18.2-4.5-20.8-6.4-1.7-1.2-1.8-1.7-.7-3.8 4-7.3 13.1-17.4 27.7-30.3 16.5-14.7 22-20.6 24.4-26 .7-1.7 1.9-11.7 2.7-23.5 1.6-23.7 1.9-25.9 4.5-36 2.2-8 5.3-14 7.3-14 .7 0 4.2 1.4 7.7 3.2zm334.9 187c9.3 11.5 13.2 21 14.6 35.5l.7 7.3h4.5c3.6 0 4.2.2 3.3 1.4-.9 1-.4 1.8 2.5 3.7l3.5 2.4-.1 38.9c0 21.5-.3 39.2-.6 39.5-.3.3-1.6-.6-2.8-2.2-1.8-2.3-2.7-6.2-4.9-22-3.1-21.6-7.2-42.3-11.8-59.6-2.5-9.2-13.3-43.8-15.6-49.8-1.2-3.2 2.1-.7 6.7 4.9zm362 12.9c-10.2 30.7-16 55.8-20.9 90.2-1.9 13.3-3.6 21.8-4.6 23.4-.9 1.3-1.8 2.3-2 2.1-.2-.2-.5-18-.6-39.7l-.2-39.4 4.2-2.5c2.6-1.5 4-3 3.7-3.8-.4-1.1.6-1.4 4.4-1.4h5v-6.3c0-7.9 2.9-19.1 6.5-25.4 3-5.1 8.6-12.6 9-12.1.2.2-1.9 6.9-4.5 14.9zm24 7.4c-2.7 9.6-5.8 28.2-6.6 39-.5 6.5-.2 11.2 1 17 5.3 27.1 4.1 60.1-3.5 90.5-9.2 37.1-43.2 79-78.4 96.8-8.7 4.3-30.3 12-43.2 15.3-17 4.3-27.6 5.8-51.7 7.1-24 1.3-57.4.1-76.1-2.7-20.6-3.1-49.4-11.5-64-18.6-27.7-13.5-60.2-50.4-72.7-82.5-7.5-19.4-11.2-42.4-11.2-69.9 0-16.4.4-22.2 2.3-32.5 2.4-13.5 2.3-21.2-.5-37.9-.8-4.6-1.3-8.6-1.1-8.8.6-.5 6.1 19.8 9.7 35.2 2.7 12 5.3 27.5 8.8 52.5 1.3 9 2.1 12.4 3.1 12.2.8-.2 1 .4.6 1.7-1.2 3.8 23.4 26.1 40.3 36.4 26.8 16.3 62.2 26.2 106.2 29.6 54.8 4.4 93.2.7 132.9-12.6 35.1-11.7 64.4-31.1 75.8-50.1 2.5-4.2 2.5-4.3.7-5.7-1.8-1.4-1.8-1.5.5-1.2 2.4.2 2.5-.1 3.8-9.8 5.2-40.2 9.9-62.3 19.9-94.3 4.7-14.9 6.7-19 3.4-6.7zm-71.3 68.9c-.5 1.1-13.6 8.6-15.1 8.6-.3 0-.6-8.1-.6-18 0-13.6.3-18.2 1.3-18.5.6-.2 3.9-1.2 7.2-2.2l6-1.8.8 15.4c.5 8.4.6 15.9.4 16.5zM522 884.2c0 9.8-.3 17.8-.6 17.8s-3.7-1.6-7.5-3.6l-6.9-3.6v-11.2c0-6.1.3-13.4.6-16.2l.6-5.1 6.9 2.1 6.9 2v17.8zm217 6.2v20.4l-7.8 2.1c-12.4 3.3-11.2 5.3-11.2-19.2v-21.4l7.3-1c3.9-.5 8.2-1 9.5-1.1l2.2-.2v20.4zm-186.5-18.3l7.5 1.1V884c0 5.9-.3 15.4-.6 21.2l-.7 10.6-7.1-2c-11.6-3.3-10.6-1.1-10.6-23.3 0-22.4-1.3-20.3 11.5-18.4zM701 896.4v22.4l-2.7.6c-1.6.3-4.6.7-6.8.8l-4 .3-.3-22.7-.2-22.7 5.2-.4c2.9-.2 6.1-.4 7.1-.5 1.6-.2 1.7 1.5 1.7 22.2zm-107.4-20.1c.3.3.2 10.6-.2 22.9-.7 22.1-.7 22.5-2.8 22.2-1.2-.2-4.2-.6-6.8-.9l-4.8-.6v-45.2l7 .5c3.9.3 7.3.8 7.6 1.1zm38.2 23.4l.2 23.3h-19v-47.1l9.3.3 9.2.3.3 23.2zm36.2-.8v22.8l-5.2.7c-2.9.3-6.8.6-8.5.6H651v-47h17v22.9zm104.3 52.7c-2.2 1.6-12.8 7.4-13.7 7.4-.3 0-.6-7.9-.6-17.5V924l7.8-3.9 7.7-3.9.3 17c.2 15.3.1 17.2-1.5 18.4zm-257-31.1l6.7 2.9v17.8c0 9.8-.2 17.8-.5 17.8-.7 0-10.8-6.2-12.7-7.8-1.6-1.3-1.8-3.5-1.8-17.9 0-9.1.4-16.3.8-16.1.4.1 3.8 1.6 7.5 3.3zm37 13.2l6.7 1.7v18.8c0 10.3-.3 18.8-.7 18.8-.5 0-4.5-1.2-9-2.6l-8.3-2.6v-37l2.3.6c1.2.3 5.2 1.3 9 2.3zM739 949.5v18.4l-8.1 2.6c-4.4 1.4-8.4 2.5-9 2.5-.5 0-.9-7.6-.9-18.9v-18.9l7.8-2c4.2-1.1 8.3-2 9-2.1.9-.1 1.2 4.2 1.2 18.4zm-37 9v19.3l-5 1.1c-9.8 2.1-9 3.8-9-18.9v-19.9l3.3-.5c5.1-.9 9.1-1.2 10-.8.4.2.7 9 .7 19.7zm-113.7-18l4.7.6v38.1l-6.7-.7c-3.8-.4-7.1-.9-7.5-1.2-.5-.2-.8-9-.8-19.4v-19.1l2.8.6c1.5.2 4.8.8 7.5 1.1zm80 14.7c.4 7.9.7 17.1.7 20.4 0 6.1 0 6.2-3.1 6.8-1.7.3-5.8.6-9 .6H651v-40.9l7.3-.4c3.9-.1 7.7-.4 8.3-.5.7-.1 1.3 4.6 1.7 14zm-36.5 7.3l.2 19.5h-7.7c-13.5 0-12.4 1.8-12.3-20 .1-10.4.4-19 .7-19.3.2-.3 4.6-.3 9.6-.1l9.2.4.3 19.5zm-232.7 22.4c3.1 11.6 7.2 22.7 11.3 30.9l2.4 4.7-74.5 39.5c-55.6 29.4-75.4 40.4-78.1 43.2-6.1 6.4-14.5 18.2-23.2 32.7-13.3 22.1-17.4 28-25.4 37.1-7 7.8-13.5 13-16.2 13-2.5 0-4.5-5.4-5.5-14.3-3.2-30.5-4.1-38.3-6-48.2-1.1-6.1-2.9-12.8-4.1-15.1-1.3-2.7-10.2-11.9-25.6-26.5-12.9-12.3-24.3-23.7-25.3-25.4-4-6.4-1.5-9.5 9.7-12.1 12.4-2.9 24.4-2.4 38.8 1.4 21.5 5.7 34.9 6.4 53.5 2.6 11.6-2.3 39.7-13.6 77.1-30.9 16.1-7.4 77.4-38.4 84.1-42.4 1.8-1.1 3.5-1.9 3.6-1.7.2.2 1.7 5.4 3.4 11.5zm560.7 23.2c40.5 18.8 75.8 34.9 78.4 36 10.2 4 18.8 5.4 32.8 5.3 12.2 0 15-.4 29-3.8 14-3.5 16.4-3.8 25-3.3 6.6.3 12 1.3 17.5 3.2 8.1 2.7 14.5 6 14.5 7.5 0 1.8-15 16.7-27.4 27.3-16.7 14.2-24.2 21.3-26.5 25.1-2.5 4.1-3.7 11.2-5.7 34.1-2.2 26.8-5.6 42.3-9.6 44.9-2.1 1.3-9.2-3.4-20-13.4-7.4-6.8-8.1-7.9-15.8-23.5-9.5-19.3-16.6-29.6-29-42.1-7.7-7.7-10.9-10.1-20.3-15.1-7.8-4.2-132.1-68.7-134.4-69.7-.1-.1 1.6-3.7 3.6-8.1 4.5-9.3 9.5-24.1 11.2-32.6.6-3.2 1.6-5.9 2.1-5.9s34.1 15.3 74.6 34.1z"},null,-1),Bm=d("path",{d:"M530.5 459.6c-.5.2-17.6 2.4-37.8 4.9-41.3 5.1-64.8 8.8-72.2 11.1-23.9 7.7-40.9 27.3-44.6 51.4-1.7 11.2-.2 18.6 7.5 37.7 21 51.5 20.2 50 35 64.9 13.4 13.3 26.3 20.3 44.6 24 15.6 3.1 30.1.2 43.5-8.7 8.3-5.6 12.1-9.5 28-29.4 24.3-30.3 45.8-66 49.1-81.4 4.2-19.8-.4-42.9-11.3-56.9-7.1-9.1-14.3-14.2-23.8-16.7-5.4-1.4-15.5-1.9-18-.9zM733.3 460.5c-8.4 2.3-13.4 5.3-20 12.1-7 7.2-12.3 17-14.9 27.9-2.1 8.8-2.3 25-.5 33.5 4.5 20.5 41.6 76.8 67.5 102.6 17.6 17.4 36.7 22.1 61.3 14.9 14.6-4.2 25.3-10.5 36.3-21.4 10.8-10.7 15.9-18.3 21.1-31 2.6-6.4 7.6-18.7 11.3-27.4 9-21.8 10.6-27.3 10.6-37.1 0-20.3-10-38.8-27.1-50.2-11.6-7.7-18.6-9.9-45-13.8-27.7-4.2-79.7-10.7-88.9-11.2-3.8-.2-8.7.2-11.7 1.1zM620 622.9c-21.2 17.4-35.6 37.4-45.5 62.9-5.8 15-7.8 29-7.9 53.7-.1 19.1.1 21.7 2.2 29 10.1 34.9 26.8 33.6 59.5-4.7 4-4.7 4.6-5.9 3.7-7.5-.8-1.3-.9-20.9-.3-70.1.4-37.6.4-69 0-69.8-.4-.8-1.1-1.4-1.5-1.3-.4 0-5 3.5-10.2 7.8zM649.4 617.2c-.5.8-.6 31.5-.3 70.3.4 43.6.2 69.5-.4 70.2-2 2.7 24.6 29.3 33.8 33.9 6.7 3.2 12.6 3.5 16.3.7 7.2-5.3 13-17.9 15.2-33.2 2-13.7.7-39.3-2.9-57.6-3.7-19.1-20.2-49-35.7-65.1-5.7-5.8-23.2-20.4-24.5-20.4-.4 0-1 .6-1.5 1.2z"},null,-1),Gm=[Xm,Bm],qm={key:45,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 307.164 307.164"},Ym=d("path",{d:"M193.307 126.847A467.822 467.822 0 00296.811 8.601a2.381 2.381 0 00-3.458-3.15c-9.58 7.185-24.574 17.651-39.701 25.109-19.557 9.641-40.571 13.577-51.19 15.055a15.619 15.619 0 00-10.929 6.941c-5.225 8.016-15.351 23.039-28.405 39.984 6.044 7.515 12.568 15.213 19.406 22.654 3.755 4.085 7.343 7.965 10.773 11.653zM115.393 147.168c-17.296 18.396-29.524 30.808-36.563 37.816l-3.183-3.183c-3.906-3.904-10.236-3.904-14.143 0-3.905 3.905-3.905 10.237 0 14.143l1.405 1.405a12.473 12.473 0 00-10.071 3.598c-3.232 3.232-4.311 7.791-3.263 11.921-4.131-1.048-8.69.031-11.922 3.262-3.232 3.232-4.311 7.792-3.263 11.922-4.13-1.047-8.69.031-11.921 3.262-2.991 2.991-4.14 7.119-3.466 10.992l-1.932-1.932c-3.906-3.904-10.236-3.904-14.143 0-3.905 3.905-3.905 10.237 0 14.143l42.193 42.192a10.005 10.005 0 005.977 2.868l23.146 2.55c.372.041.741.061 1.107.061 5.031 0 9.363-3.789 9.927-8.906.605-5.489-3.354-10.43-8.845-11.034l-19.653-2.165-14.243-14.243c.712.124 1.432.195 2.153.195 3.199 0 6.398-1.221 8.839-3.661 3.232-3.232 4.311-7.791 3.263-11.921 1.011.257 2.046.399 3.083.399 3.199 0 6.398-1.221 8.839-3.661 3.232-3.232 4.311-7.791 3.263-11.922 1.011.256 2.045.398 3.082.398 3.199 0 6.398-1.221 8.839-3.661a12.473 12.473 0 003.599-10.071l2.814 2.814 2.166 19.653c.563 5.118 4.895 8.906 9.927 8.906.366 0 .735-.02 1.107-.061 5.49-.605 9.45-5.545 8.845-11.034l-2.55-23.145a10.008 10.008 0 00-2.868-5.977l-5.84-5.84 41.007-41.007a482.113 482.113 0 01-26.712-19.076z"},null,-1),Um=d("path",{d:"M304.235 240.375c-3.906-3.904-10.236-3.904-14.143 0l-1.932 1.932c.674-3.873-.475-8.001-3.466-10.992-3.232-3.232-7.79-4.31-11.921-3.262 1.048-4.131-.03-8.691-3.262-11.922-3.232-3.232-7.79-4.31-11.92-3.263 1.047-4.13-.031-8.689-3.263-11.921a12.46 12.46 0 00-3.943-2.657 12.519 12.519 0 00-6.13-.941l1.406-1.406c3.905-3.905 3.905-10.237 0-14.143-3.906-3.904-10.236-3.904-14.143 0l-3.183 3.183c-9.534-9.492-28.572-28.879-56.844-59.64-25.939-28.223-47.365-59.759-55.859-72.788a15.617 15.617 0 00-10.929-6.942c-10.619-1.478-31.633-5.414-51.19-15.055-15.128-7.456-30.122-17.923-39.702-25.107a2.377 2.377 0 00-3.032.145 2.381 2.381 0 00-.426 3.006A467.811 467.811 0 00154.2 156.256l2.486 1.615 49.381 49.381-5.84 5.84a10.005 10.005 0 00-2.868 5.977l-.068.62-2.481 22.526c-.606 5.489 3.354 10.43 8.845 11.034.372.041.741.061 1.107.061 5.031 0 9.363-3.788 9.927-8.906l1.29-11.707 4.632-4.632a12.453 12.453 0 002.656 3.942 12.463 12.463 0 008.839 3.661c1.037 0 2.072-.142 3.083-.399-1.048 4.131.03 8.69 3.262 11.922a12.46 12.46 0 008.839 3.661c1.037 0 2.071-.142 3.082-.398-1.048 4.13.031 8.689 3.263 11.921a12.463 12.463 0 008.839 3.661c.721 0 1.441-.071 2.154-.195l-14.243 14.243-19.653 2.165c-5.49.604-9.45 5.545-8.845 11.034.563 5.118 4.895 8.906 9.927 8.906.366 0 .735-.021 1.107-.061l23.146-2.55a10.008 10.008 0 005.977-2.868l42.192-42.192c3.904-3.906 3.904-10.238-.001-14.143z"},null,-1),Qm=[Ym,Um],Km={key:46,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"bi bi-graph-up",viewBox:"0 0 16 16"},Jm=d("path",{"fill-rule":"evenodd",d:"M0 0h1v15h15v1H0V0Zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07Z"},null,-1),Zm=[Jm],ec={key:47,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"bi bi-cpu",viewBox:"0 0 16 16"},ac=d("path",{d:"M5 0a.5.5 0 0 1 .5.5V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2A2.5 2.5 0 0 1 14 4.5h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14a2.5 2.5 0 0 1-2.5 2.5v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14A2.5 2.5 0 0 1 2 11.5H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2A2.5 2.5 0 0 1 4.5 2V.5A.5.5 0 0 1 5 0zm-.5 3A1.5 1.5 0 0 0 3 4.5v7A1.5 1.5 0 0 0 4.5 13h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 11.5 3h-7zM5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3zM6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z"},null,-1),tc=[ac],rc={key:48,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"bi bi-memory",viewBox:"0 0 16 16"},nc=d("path",{d:"M1 3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4.586a1 1 0 0 0 .707-.293l.353-.353a.5.5 0 0 1 .708 0l.353.353a1 1 0 0 0 .707.293H15a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H1Zm.5 1h3a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5Zm5 0h3a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5Zm4.5.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-4ZM2 10v2H1v-2h1Zm2 0v2H3v-2h1Zm2 0v2H5v-2h1Zm3 0v2H8v-2h1Zm2 0v2h-1v-2h1Zm2 0v2h-1v-2h1Zm2 0v2h-1v-2h1Z"},null,-1),ic=[nc],oc={key:49,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"bi bi-123",viewBox:"0 0 16 16"},sc=d("path",{d:"M2.873 11.297V4.142H1.699L0 5.379v1.137l1.64-1.18h.06v5.961h1.174Zm3.213-5.09v-.063c0-.618.44-1.169 1.196-1.169.676 0 1.174.44 1.174 1.106 0 .624-.42 1.101-.807 1.526L4.99 10.553v.744h4.78v-.99H6.643v-.069L8.41 8.252c.65-.724 1.237-1.332 1.237-2.27C9.646 4.849 8.723 4 7.308 4c-1.573 0-2.36 1.064-2.36 2.15v.057h1.138Zm6.559 1.883h.786c.823 0 1.374.481 1.379 1.179.01.707-.55 1.216-1.421 1.21-.77-.005-1.326-.419-1.379-.953h-1.095c.042 1.053.938 1.918 2.464 1.918 1.478 0 2.642-.839 2.62-2.144-.02-1.143-.922-1.651-1.551-1.714v-.063c.535-.09 1.347-.66 1.326-1.678-.026-1.053-.933-1.855-2.359-1.845-1.5.005-2.317.88-2.348 1.898h1.116c.032-.498.498-.944 1.206-.944.703 0 1.206.435 1.206 1.07.005.64-.504 1.106-1.2 1.106h-.75v.96Z"},null,-1),uc=[sc],dc={key:50,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"bi bi-calculator",viewBox:"0 0 16 16"},lc=d("path",{d:"M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z"},null,-1),mc=d("path",{d:"M4 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-2zm0 4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-4z"},null,-1),cc=[lc,mc],hc={key:51,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"bi bi-toggle2-off",viewBox:"0 0 16 16"},fc=d("path",{d:"M9 11c.628-.836 1-1.874 1-3a4.978 4.978 0 0 0-1-3h4a3 3 0 1 1 0 6H9z"},null,-1),vc=d("path",{d:"M5 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0 1A5 5 0 1 0 5 3a5 5 0 0 0 0 10z"},null,-1),gc=[fc,vc],pc={key:52,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"bi bi-toggle2-on",viewBox:"0 0 16 16"},bc=d("path",{d:"M7 5H3a3 3 0 0 0 0 6h4a4.995 4.995 0 0 1-.584-1H3a2 2 0 1 1 0-4h3.416c.156-.357.352-.692.584-1z"},null,-1),wc=d("path",{d:"M16 8A5 5 0 1 1 6 8a5 5 0 0 1 10 0z"},null,-1),yc=[bc,wc],$c={key:53,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"bi bi-grid",viewBox:"0 0 16 16"},kc=d("path",{d:"M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zM2.5 2a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3zm6.5.5A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5v-3zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3zM1 10.5A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3zm6.5.5A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5v-3zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z"},null,-1),Pc=[kc],Mc={key:54,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"bi bi-joystick",viewBox:"0 0 16 16"},Wc=d("path",{d:"M10 2a2 2 0 0 1-1.5 1.937v5.087c.863.083 1.5.377 1.5.726 0 .414-.895.75-2 .75s-2-.336-2-.75c0-.35.637-.643 1.5-.726V3.937A2 2 0 1 1 10 2z"},null,-1),_c=d("path",{d:"M0 9.665v1.717a1 1 0 0 0 .553.894l6.553 3.277a2 2 0 0 0 1.788 0l6.553-3.277a1 1 0 0 0 .553-.894V9.665c0-.1-.06-.19-.152-.23L9.5 6.715v.993l5.227 2.178a.125.125 0 0 1 .001.23l-5.94 2.546a2 2 0 0 1-1.576 0l-5.94-2.546a.125.125 0 0 1 .001-.23L6.5 7.708l-.013-.988L.152 9.435a.25.25 0 0 0-.152.23z"},null,-1),xc=[Wc,_c],Dc={key:55,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"bi bi-fingerprint",viewBox:"0 0 16 16"},Cc=du('',5),Ac=[Cc],jc={key:56,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"bi bi-person-badge",viewBox:"0 0 16 16"},Tc=d("path",{d:"M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"},null,-1),zc=d("path",{d:"M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z"},null,-1),Sc=[Tc,zc],Ec={key:57,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"bi bi-patch-question",viewBox:"0 0 16 16"},Nc=d("path",{d:"M8.05 9.6c.336 0 .504-.24.554-.627.04-.534.198-.815.847-1.26.673-.475 1.049-1.09 1.049-1.986 0-1.325-.92-2.227-2.262-2.227-1.02 0-1.792.492-2.1 1.29A1.71 1.71 0 0 0 6 5.48c0 .393.203.64.545.64.272 0 .455-.147.564-.51.158-.592.525-.915 1.074-.915.61 0 1.03.446 1.03 1.084 0 .563-.208.885-.822 1.325-.619.433-.926.914-.926 1.64v.111c0 .428.208.745.585.745z"},null,-1),Fc=d("path",{d:"m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z"},null,-1),Lc=d("path",{d:"M7.001 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0z"},null,-1),Rc=[Nc,Fc,Lc],Hc={key:58,viewBox:"0 0 320 512",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},Vc=d("path",{d:"M27.66 224h264.7c24.6 0 36.89-29.78 19.54-47.12l-132.3-136.8c-5.406-5.406-12.47-8.107-19.53-8.107c-7.055 0-14.09 2.701-19.45 8.107L8.119 176.9C-9.229 194.2 3.055 224 27.66 224zM292.3 288H27.66c-24.6 0-36.89 29.77-19.54 47.12l132.5 136.8C145.9 477.3 152.1 480 160 480c7.053 0 14.12-2.703 19.53-8.109l132.3-136.8C329.2 317.8 316.9 288 292.3 288z"},null,-1),Oc=[Vc],Ic={key:59,viewBox:"0 0 320 512",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},Xc=d("path",{d:"M27.66 224h264.7c24.6 0 36.89-29.78 19.54-47.12l-132.3-136.8c-5.406-5.406-12.47-8.107-19.53-8.107c-7.055 0-14.09 2.701-19.45 8.107L8.119 176.9C-9.229 194.2 3.055 224 27.66 224z"},null,-1),Bc=[Xc],Gc={key:60,viewBox:"0 0 320 512",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},qc=d("path",{d:"M311.9 335.1l-132.4 136.8C174.1 477.3 167.1 480 160 480c-7.055 0-14.12-2.702-19.47-8.109l-132.4-136.8C-9.229 317.8 3.055 288 27.66 288h264.7C316.9 288 329.2 317.8 311.9 335.1z"},null,-1),Yc=[qc],Uc={key:61,viewBox:"0 0 24 24",fill:"currentColor"},Qc=d("path",{fill:"none",d:"M0 0h24v24H0z"},null,-1),Kc=d("path",{d:"M12 2c5.523 0 10 4.477 10 10v3.764a2 2 0 01-1.106 1.789L18 19v1a3 3 0 01-2.824 2.995L14.95 23a2.5 2.5 0 00.044-.33L15 22.5V22a2 2 0 00-1.85-1.995L13 20h-2a2 2 0 00-1.995 1.85L9 22v.5c0 .171.017.339.05.5H9a3 3 0 01-3-3v-1l-2.894-1.447A2 2 0 012 15.763V12C2 6.477 6.477 2 12 2zm0 2a8 8 0 00-7.996 7.75L4 12v3.764l4 2v1.591l.075-.084a3.992 3.992 0 012.723-1.266L11 18l2.073.001.223.01a3.99 3.99 0 012.55 1.177l.154.167v-1.591l4-2V12a8 8 0 00-8-8zm-4 7a2 2 0 110 4 2 2 0 010-4zm8 0a2 2 0 110 4 2 2 0 010-4z"},null,-1),Jc=[Qc,Kc],Zc={key:62,role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},eh=d("title",null,"YouTube",-1),ah=d("path",{d:"M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"},null,-1),th=[eh,ah],rh={key:63,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none"},nh=d("path",{d:"M5.372 24H.396V7.976h4.976V24ZM2.882 5.79C1.29 5.79 0 4.474 0 2.883a2.882 2.882 0 1 1 5.763 0c0 1.59-1.29 2.909-2.881 2.909ZM23.995 24H19.03v-7.8c0-1.86-.038-4.243-2.587-4.243-2.587 0-2.984 2.02-2.984 4.109V24H8.49V7.976h4.772v2.186h.07c.664-1.259 2.287-2.587 4.708-2.587 5.035 0 5.961 3.316 5.961 7.623V24h-.005Z",fill:"currentColor"},null,-1),ih=[nh],oh={key:64,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},sh=d("path",{d:"M.975 4.175v16.694h5.749V24h3.139l3.134-3.132h4.705l6.274-6.258V0H2.542zm3.658-2.09h17.252v11.479l-3.66 3.652h-5.751L9.34 20.343v-3.127H4.633z"},null,-1),uh=d("path",{d:"M10.385 6.262h2.09v6.26h-2.09zM16.133 6.262h2.091v6.26h-2.091z"},null,-1),dh=[sh,uh],lh={key:65,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none"},mh=d("path",{d:"M12.95.02C14.26 0 15.56.01 16.86 0c.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07Z",fill:"currentColor"},null,-1),ch=[mh],hh={key:66,"data-name":"Google alt",viewBox:"0 0 420 419.997",xmlns:"http://www.w3.org/2000/svg"},fh=d("path",{d:"M342.818 100.279a24.3 24.3 0 1 1-24.295-24.295 24.3 24.3 0 0 1 24.295 24.295ZM420 209.999l-.005.306-1.38 88.105a121.58 121.58 0 0 1-120.2 120.2L210 419.999l-.306-.006-88.105-1.376a121.586 121.586 0 0 1-120.206-120.2L0 209.999l.006-.306 1.376-88.108a121.59 121.59 0 0 1 120.206-120.2L210-.001l.306.006 88.105 1.376a121.584 121.584 0 0 1 120.2 120.2Zm-39.112 0-1.374-87.8A82.654 82.654 0 0 0 297.8 40.484L210 39.113l-87.8 1.371a82.658 82.658 0 0 0-81.716 81.715l-1.371 87.8 1.371 87.8a82.655 82.655 0 0 0 81.716 81.715l87.8 1.371 87.8-1.371a82.651 82.651 0 0 0 81.714-81.715Zm-63.048 0A107.841 107.841 0 1 1 210 102.158a107.962 107.962 0 0 1 107.84 107.841Zm-39.107 0A68.734 68.734 0 1 0 210 278.733a68.812 68.812 0 0 0 68.732-68.734Z"},null,-1),vh=[fh],gh={key:67,style:{"fill-rule":"evenodd","clip-rule":"evenodd","stroke-linejoin":"round","stroke-miterlimit":"2"},viewBox:"0 0 512 512","xml:space":"preserve",xmlns:"http://www.w3.org/2000/svg"},ph=d("path",{d:"M373.295 307.064c-6.37-3.188-37.687-18.596-43.526-20.724-5.838-2.126-10.084-3.187-14.331 3.188-4.246 6.376-16.454 20.725-20.17 24.976-3.715 4.251-7.431 4.785-13.8 1.594-6.37-3.187-26.895-9.913-51.225-31.616-18.935-16.89-31.72-37.749-35.435-44.126-3.716-6.377-.397-9.824 2.792-13 2.867-2.854 6.371-7.44 9.555-11.16 3.186-3.718 4.247-6.377 6.37-10.626 2.123-4.252 1.062-7.971-.532-11.159-1.591-3.188-14.33-34.542-19.638-47.298-5.171-12.419-10.422-10.737-14.332-10.934-3.711-.184-7.963-.223-12.208-.223-4.246 0-11.148 1.594-16.987 7.969-5.838 6.377-22.293 21.789-22.293 53.14 0 31.355 22.824 61.642 26.009 65.894 3.185 4.252 44.916 68.59 108.816 96.181 15.196 6.564 27.062 10.483 36.312 13.418 15.259 4.849 29.145 4.165 40.121 2.524 12.238-1.827 37.686-15.408 42.995-30.286 5.307-14.882 5.307-27.635 3.715-30.292-1.592-2.657-5.838-4.251-12.208-7.44M257.071 465.757h-.086c-38.022-.015-75.313-10.23-107.845-29.535l-7.738-4.592-80.194 21.037 21.405-78.19-5.037-8.017c-21.211-33.735-32.414-72.726-32.397-112.763.047-116.825 95.1-211.87 211.976-211.87 56.595.019 109.795 22.088 149.801 62.139 40.005 40.05 62.023 93.286 62.001 149.902-.048 116.834-95.1 211.889-211.886 211.889M437.403 73.533C389.272 25.347 325.265-1.202 257.068-1.23 116.554-1.23 2.193 113.124 2.136 253.681c-.018 44.932 11.72 88.786 34.03 127.448L0 513.231l135.141-35.45c37.236 20.31 79.159 31.015 121.826 31.029h.105c140.499 0 254.87-114.366 254.928-254.925.026-68.117-26.467-132.166-74.597-180.352"},null,-1),bh=[ph],wh={key:68,viewBox:"0 0 448 512",xmlns:"http://www.w3.org/2000/svg"},yh=d("path",{d:"m446.7 98.6-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z"},null,-1),$h=[yh],kh={key:69,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Ph=d("path",{d:"M0 0h24v24H0z",fill:"none"},null,-1),Mh=d("path",{d:"m11.102 7.815.751-3.536a2 2 0 0 1 2.373-1.54l3.196.68a2 2 0 1 1-.416 1.956l-3.196-.68-.666 3.135c1.784.137 3.557.73 5.163 1.7a3.192 3.192 0 0 1 4.741 2.673v.021a3.192 3.192 0 0 1-1.207 2.55 2.855 2.855 0 0 1-.008.123c0 3.998-4.45 7.03-9.799 7.03-5.332 0-9.708-3.024-9.705-6.953a5.31 5.31 0 0 1-.01-.181 3.192 3.192 0 0 1 3.454-5.35 11.446 11.446 0 0 1 5.329-1.628zm9.286 5.526c.408-.203.664-.62.661-1.075a1.192 1.192 0 0 0-2.016-.806l-.585.56-.67-.455c-1.615-1.098-3.452-1.725-5.23-1.764h-1.006c-1.875.029-3.651.6-5.237 1.675l-.663.45-.584-.55a1.192 1.192 0 1 0-1.314 1.952l.633.29-.054.695c-.013.17-.013.339.003.584 0 2.71 3.356 5.03 7.708 5.03 4.371 0 7.799-2.336 7.802-5.106a3.31 3.31 0 0 0 0-.508l-.052-.672.604-.3zM7 13.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zm7 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zm-1.984 5.103c-1.397 0-2.767-.37-3.882-1.21a.424.424 0 0 1 .597-.597c.945.693 2.123.99 3.269.99s2.33-.275 3.284-.959a.439.439 0 0 1 .732.206.469.469 0 0 1-.119.423c-.684.797-2.484 1.147-3.881 1.147z"},null,-1),Wh=[Ph,Mh],_h={key:70,"aria-label":"Threads",viewBox:"0 0 192 192",xmlns:"http://www.w3.org/2000/svg"},xh=d("path",{class:"x19hqcy",d:"M141.537 88.9883C140.71 88.5919 139.87 88.2104 139.019 87.8451C137.537 60.5382 122.616 44.905 97.5619 44.745C97.4484 44.7443 97.3355 44.7443 97.222 44.7443C82.2364 44.7443 69.7731 51.1409 62.102 62.7807L75.881 72.2328C81.6116 63.5383 90.6052 61.6848 97.2286 61.6848C97.3051 61.6848 97.3819 61.6848 97.4576 61.6855C105.707 61.7381 111.932 64.1366 115.961 68.814C118.893 72.2193 120.854 76.925 121.825 82.8638C114.511 81.6207 106.601 81.2385 98.145 81.7233C74.3247 83.0954 59.0111 96.9879 60.0396 116.292C60.5615 126.084 65.4397 134.508 73.775 140.011C80.8224 144.663 89.899 146.938 99.3323 146.423C111.79 145.74 121.563 140.987 128.381 132.296C133.559 125.696 136.834 117.143 138.28 106.366C144.217 109.949 148.617 114.664 151.047 120.332C155.179 129.967 155.42 145.8 142.501 158.708C131.182 170.016 117.576 174.908 97.0135 175.059C74.2042 174.89 56.9538 167.575 45.7381 153.317C35.2355 139.966 29.8077 120.682 29.6052 96C29.8077 71.3178 35.2355 52.0336 45.7381 38.6827C56.9538 24.4249 74.2039 17.11 97.0132 16.9405C119.988 17.1113 137.539 24.4614 149.184 38.788C154.894 45.8136 159.199 54.6488 162.037 64.9503L178.184 60.6422C174.744 47.9622 169.331 37.0357 161.965 27.974C147.036 9.60668 125.202 0.195148 97.0695 0H96.9569C68.8816 0.19447 47.2921 9.6418 32.7883 28.0793C19.8819 44.4864 13.2244 67.3157 13.0007 95.9325L13 96L13.0007 96.0675C13.2244 124.684 19.8819 147.514 32.7883 163.921C47.2921 182.358 68.8816 191.806 96.9569 192H97.0695C122.03 191.827 139.624 185.292 154.118 170.811C173.081 151.866 172.51 128.119 166.26 113.541C161.776 103.087 153.227 94.5962 141.537 88.9883ZM98.4405 129.507C88.0005 130.095 77.1544 125.409 76.6196 115.372C76.2232 107.93 81.9158 99.626 99.0812 98.6368C101.047 98.5234 102.976 98.468 104.871 98.468C111.106 98.468 116.939 99.0737 122.242 100.233C120.264 124.935 108.662 128.946 98.4405 129.507Z"},null,-1),Dh=[xh];function Ch(a,e,t,r,n,i){return t.name==="close"?(h(),p("svg",Su,Nu)):t.name==="server"?(h(),p("svg",Fu,Ru)):t.name==="degree-hat"?(h(),p("svg",Hu,Xu)):t.name==="cross-circle"?(h(),p("svg",Bu,qu)):t.name==="check-circle"?(h(),p("svg",Yu,Qu)):t.name==="newspaper"?(h(),p("svg",Ku,Zu)):t.name==="shield-check"?(h(),p("svg",ed,td)):t.name==="shield-check-fill"?(h(),p("svg",rd,id)):t.name==="paper-clip"?(h(),p("svg",od,ud)):t.name==="cog"?(h(),p("svg",dd,cd)):t.name==="trash"?(h(),p("svg",hd,vd)):t.name==="heart-fill"?(h(),p("svg",gd,bd)):t.name==="heart-hollow"?(h(),p("svg",wd,$d)):t.name==="rating-0"?(h(),p("svg",kd,Wd)):t.name==="rating-1"?(h(),p("svg",_d,jd)):t.name==="rating-2"?(h(),p("svg",Td,Fd)):t.name==="rating-3"?(h(),p("svg",Ld,Id)):t.name==="rating-4"?(h(),p("svg",Xd,Ud)):t.name==="rating-5"?(h(),p("svg",Qd,al)):t.name==="rating-6"?(h(),p("svg",tl,sl)):t.name==="rating-7"?(h(),p("svg",ul,hl)):t.name==="rating-8"?(h(),p("svg",fl,wl)):t.name==="rating-9"?(h(),p("svg",yl,Wl)):t.name==="rating-10"?(h(),p("svg",_l,jl)):t.name==="comment"?(h(),p("svg",Tl,Sl)):t.name==="verified-check-fill"?(h(),p("svg",El,Fl)):t.name==="chart-pie"?(h(),p("svg",Ll,Vl)):t.name==="collection"?(h(),p("svg",Ol,Xl)):t.name==="users"?(h(),p("svg",Bl,ql)):t.name==="ban"?(h(),p("svg",Yl,Ql)):t.name==="volume-off-fill"?(h(),p("svg",Kl,Zl)):t.name==="photograph"?(h(),p("svg",em,tm)):t.name==="twitter"?(h(),p("svg",rm,im)):t.name==="github"?(h(),p("svg",om,um)):t.name==="facebook"?(h(),p("svg",dm,mm)):t.name==="google"?(h(),p("svg",cm,fm)):t.name==="spin-loader"?(h(),p("svg",vm,bm)):t.name==="pause"?(h(),p("svg",wm,$m)):t.name==="play"?(h(),p("svg",km,Wm)):t.name==="finger-print"?(h(),p("svg",_m,Am)):t.name==="discord"?(h(),p("svg",jm,zm)):t.name==="moon-full"?(h(),p("svg",Sm,Nm)):t.name==="moon-outline"?(h(),p("svg",Fm,Rm)):t.name==="bell"?(h(),p("svg",Hm,Om)):t.name==="skull-bones-outline"?(h(),p("svg",Im,Gm)):t.name==="swords-cross"?(h(),p("svg",qm,Qm)):t.name==="line-chart"?(h(),p("svg",Km,Zm)):t.name==="cpu"?(h(),p("svg",ec,tc)):t.name==="ram"?(h(),p("svg",rc,ic)):t.name==="numbers"?(h(),p("svg",oc,uc)):t.name==="calculator"?(h(),p("svg",dc,cc)):t.name==="toggle-off"?(h(),p("svg",hc,gc)):t.name==="toggle-on"?(h(),p("svg",pc,yc)):t.name==="grid"?(h(),p("svg",$c,Pc)):t.name==="joystick"?(h(),p("svg",Mc,xc)):t.name==="finger-print2"?(h(),p("svg",Dc,Ac)):t.name==="person-badge"?(h(),p("svg",jc,Sc)):t.name==="question-badge"?(h(),p("svg",Ec,Rc)):t.name==="sort-updown"?(h(),p("svg",Hc,Oc)):t.name==="sort-up"?(h(),p("svg",Ic,Bc)):t.name==="sort-down"?(h(),p("svg",Gc,Yc)):t.name==="skull-outline"?(h(),p("svg",Uc,Jc)):t.name==="youtube"?(h(),p("svg",Zc,th)):t.name==="linkedin"?(h(),p("svg",rh,ih)):t.name==="twitch"?(h(),p("svg",oh,dh)):t.name==="tiktok"?(h(),p("svg",lh,ch)):t.name==="instagram"?(h(),p("svg",hh,vh)):t.name==="whatsapp"?(h(),p("svg",gh,bh)):t.name==="telegram"?(h(),p("svg",wh,$h)):t.name==="reddit"?(h(),p("svg",kh,Wh)):t.name==="threads"?(h(),p("svg",_h,Dh)):_("",!0)}const ne=Ae(zu,[["render",Ch]]),Ah=["href"],Do={__name:"ResponsiveNavLink",props:{active:Boolean,href:String,as:String,openInNewTab:{type:Boolean,default:!1}},setup(a){const e=a,t=Te(()=>e.active?"block pl-3 pr-4 py-2 border-l-4 border-light-blue-400 text-base font-medium text-light-blue-700 bg-light-blue-50 dark:bg-cool-gray-900 focus:outline-none focus:text-light-blue-800 focus:bg-light-blue-100 dark:focus:bg-cool-gray-900 focus:border-light-blue-700 transition duration-150 ease-in-out":"block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 dark:text-gray-400 hover:text-gray-800 dark:hover:text-gray-200 hover:bg-gray-50 dark:hover:bg-cool-gray-700 hover:border-gray-300 focus:outline-none focus:text-gray-800 dark:focus:text-gray-200 focus:bg-gray-50 dark:focus:bg-cool-gray-900 focus:border-gray-300 transition duration-150 ease-in-out");return(r,n)=>{const i=I("InertiaLink");return h(),p("div",null,[a.as=="button"?(h(),p("button",{key:0,class:ee([t.value,"w-full text-left"])},[Ce(r.$slots,"default")],2)):a.as!="button"&&!a.openInNewTab?(h(),X(i,{key:1,href:a.href,class:ee(t.value)},{default:H(()=>[Ce(r.$slots,"default")]),_:3},8,["href","class"])):(h(),p("a",{key:2,target:"_blank",href:a.href,class:ee(t.value)},[Ce(r.$slots,"default")],10,Ah))])}}};var jh=/\s/;function Th(a){for(var e=a.length;e--&&jh.test(a.charAt(e)););return e}var zh=Th,Sh=zh,Eh=/^\s+/;function Nh(a){return a&&a.slice(0,Sh(a)+1).replace(Eh,"")}var Fh=Nh;function Lh(a){var e=typeof a;return a!=null&&(e=="object"||e=="function")}var Ke=Lh,Rh=typeof it=="object"&&it&&it.Object===Object&&it,Co=Rh,Hh=Co,Vh=typeof self=="object"&&self&&self.Object===Object&&self,Oh=Hh||Vh||Function("return this")(),_e=Oh,Ih=_e,Xh=Ih.Symbol,Ga=Xh,Cn=Ga,Ao=Object.prototype,Bh=Ao.hasOwnProperty,Gh=Ao.toString,Sa=Cn?Cn.toStringTag:void 0;function qh(a){var e=Bh.call(a,Sa),t=a[Sa];try{a[Sa]=void 0;var r=!0}catch{}var n=Gh.call(a);return r&&(e?a[Sa]=t:delete a[Sa]),n}var Yh=qh,Uh=Object.prototype,Qh=Uh.toString;function Kh(a){return Qh.call(a)}var Jh=Kh,An=Ga,Zh=Yh,ef=Jh,af="[object Null]",tf="[object Undefined]",jn=An?An.toStringTag:void 0;function rf(a){return a==null?a===void 0?tf:af:jn&&jn in Object(a)?Zh(a):ef(a)}var qa=rf;function nf(a){return a!=null&&typeof a=="object"}var ka=nf,of=qa,sf=ka,uf="[object Symbol]";function df(a){return typeof a=="symbol"||sf(a)&&of(a)==uf}var Dt=df,lf=Fh,Tn=Ke,mf=Dt,zn=0/0,cf=/^[-+]0x[0-9a-f]+$/i,hf=/^0b[01]+$/i,ff=/^0o[0-7]+$/i,vf=parseInt;function gf(a){if(typeof a=="number")return a;if(mf(a))return zn;if(Tn(a)){var e=typeof a.valueOf=="function"?a.valueOf():a;a=Tn(e)?e+"":e}if(typeof a!="string")return a===0?a:+a;a=lf(a);var t=hf.test(a);return t||ff.test(a)?vf(a.slice(2),t?2:8):cf.test(a)?zn:+a}var Tr=gf,pf=Tr,Sn=1/0,bf=17976931348623157e292;function wf(a){if(!a)return a===0?a:0;if(a=pf(a),a===Sn||a===-Sn){var e=a<0?-1:1;return e*bf}return a===a?a:0}var yf=wf,$f=yf;function kf(a){var e=$f(a),t=e%1;return e===e?t?e-t:e:0}var Ya=kf,Pf=Ya,Mf="Expected a function";function Wf(a,e){if(typeof e!="function")throw new TypeError(Mf);return a=Pf(a),function(){if(--a<1)return e.apply(this,arguments)}}var _f=Wf;function xf(a){return a}var Ua=xf,Df=qa,Cf=Ke,Af="[object AsyncFunction]",jf="[object Function]",Tf="[object GeneratorFunction]",zf="[object Proxy]";function Sf(a){if(!Cf(a))return!1;var e=Df(a);return e==jf||e==Tf||e==Af||e==zf}var jo=Sf,Ef=_e,Nf=Ef["__core-js_shared__"],Ff=Nf,Ut=Ff,En=function(){var a=/[^.]+$/.exec(Ut&&Ut.keys&&Ut.keys.IE_PROTO||"");return a?"Symbol(src)_1."+a:""}();function Lf(a){return!!En&&En in a}var Rf=Lf,Hf=Function.prototype,Vf=Hf.toString;function Of(a){if(a!=null){try{return Vf.call(a)}catch{}try{return a+""}catch{}}return""}var To=Of,If=jo,Xf=Rf,Bf=Ke,Gf=To,qf=/[\\^$.*+?()[\]{}|]/g,Yf=/^\[object .+?Constructor\]$/,Uf=Function.prototype,Qf=Object.prototype,Kf=Uf.toString,Jf=Qf.hasOwnProperty,Zf=RegExp("^"+Kf.call(Jf).replace(qf,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function e1(a){if(!Bf(a)||Xf(a))return!1;var e=If(a)?Zf:Yf;return e.test(Gf(a))}var a1=e1;function t1(a,e){return a==null?void 0:a[e]}var r1=t1,n1=a1,i1=r1;function o1(a,e){var t=i1(a,e);return n1(t)?t:void 0}var ma=o1,s1=ma,u1=_e,d1=s1(u1,"WeakMap"),zo=d1,Nn=zo,l1=Nn&&new Nn,So=l1,m1=Ua,Fn=So,c1=Fn?function(a,e){return Fn.set(a,e),a}:m1,Eo=c1,h1=Ke,Ln=Object.create,f1=function(){function a(){}return function(e){if(!h1(e))return{};if(Ln)return Ln(e);a.prototype=e;var t=new a;return a.prototype=void 0,t}}(),zr=f1,v1=zr,g1=Ke;function p1(a){return function(){var e=arguments;switch(e.length){case 0:return new a;case 1:return new a(e[0]);case 2:return new a(e[0],e[1]);case 3:return new a(e[0],e[1],e[2]);case 4:return new a(e[0],e[1],e[2],e[3]);case 5:return new a(e[0],e[1],e[2],e[3],e[4]);case 6:return new a(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new a(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var t=v1(a.prototype),r=a.apply(t,e);return g1(r)?r:t}}var Ct=p1,b1=Ct,w1=_e,y1=1;function $1(a,e,t){var r=e&y1,n=b1(a);function i(){var u=this&&this!==w1&&this instanceof i?n:a;return u.apply(r?t:this,arguments)}return i}var k1=$1;function P1(a,e,t){switch(t.length){case 0:return a.call(e);case 1:return a.call(e,t[0]);case 2:return a.call(e,t[0],t[1]);case 3:return a.call(e,t[0],t[1],t[2])}return a.apply(e,t)}var Qa=P1,M1=Math.max;function W1(a,e,t,r){for(var n=-1,i=a.length,u=t.length,m=-1,c=e.length,f=M1(i-u,0),v=Array(c+f),w=!r;++m0){if(++e>=hv)return arguments[0]}else e=0;return a.apply(void 0,arguments)}}var Vo=gv,pv=Eo,bv=Vo,wv=bv(pv),Oo=wv,yv=/\{\n\/\* \[wrapped with (.+)\] \*/,$v=/,? & /;function kv(a){var e=a.match(yv);return e?e[1].split($v):[]}var Pv=kv,Mv=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/;function Wv(a,e){var t=e.length;if(!t)return a;var r=t-1;return e[r]=(t>1?"& ":"")+e[r],e=e.join(t>2?", ":" "),a.replace(Mv,`{ +/* [wrapped with `+e+`] */ +`)}var _v=Wv;function xv(a){return function(){return a}}var Dv=xv,Cv=ma,Av=function(){try{var a=Cv(Object,"defineProperty");return a({},"",{}),a}catch{}}(),jv=Av,Tv=Dv,On=jv,zv=Ua,Sv=On?function(a,e){return On(a,"toString",{configurable:!0,enumerable:!1,value:Tv(e),writable:!0})}:zv,Ev=Sv,Nv=Ev,Fv=Vo,Lv=Fv(Nv),Nr=Lv;function Rv(a,e){for(var t=-1,r=a==null?0:a.length;++t-1}var eg=Zv,ag=Hv,tg=eg,rg=1,ng=2,ig=8,og=16,sg=32,ug=64,dg=128,lg=256,mg=512,cg=[["ary",dg],["bind",rg],["bindKey",ng],["curry",ig],["curryRight",og],["flip",mg],["partial",sg],["partialRight",ug],["rearg",lg]];function hg(a,e){return ag(cg,function(t){var r="_."+t[0];e&t[1]&&!tg(a,r)&&a.push(r)}),a.sort()}var fg=hg,vg=Pv,gg=_v,pg=Nr,bg=fg;function wg(a,e,t){var r=e+"";return pg(a,gg(r,bg(vg(r),t)))}var Io=wg,yg=cv,$g=Oo,kg=Io,Pg=1,Mg=2,Wg=4,_g=8,In=32,Xn=64;function xg(a,e,t,r,n,i,u,m,c,f){var v=e&_g,w=v?u:void 0,b=v?void 0:u,y=v?i:void 0,D=v?void 0:i;e|=v?In:Xn,e&=~(v?Xn:In),e&Wg||(e&=~(Pg|Mg));var R=[a,e,n,y,w,D,b,m,c,f],j=t.apply(void 0,R);return yg(a)&&$g(j,R),j.placeholder=r,kg(j,a,e)}var Xo=xg;function Dg(a){var e=a;return e.placeholder}var Pa=Dg,Cg=9007199254740991,Ag=/^(?:0|[1-9]\d*)$/;function jg(a,e){var t=typeof a;return e=e??Cg,!!e&&(t=="number"||t!="symbol"&&Ag.test(a))&&a>-1&&a%1==0&&a1&&x.reverse(),v&&c0&&(t=e.apply(this,arguments)),a<=1&&(e=void 0),t}}var Yo=Fp,Lp=Qa,ai=Math.max;function Rp(a,e,t){return e=ai(e===void 0?a.length-1:e,0),function(){for(var r=arguments,n=-1,i=ai(r.length-e,0),u=Array(i);++n=e||V<0||w&&G>=i}function E(){var L=er();if(j(L))return x(L);m=setTimeout(E,R(L))}function x(L){return m=void 0,b&&r?y(L):(r=n=void 0,u)}function A(){m!==void 0&&clearTimeout(m),f=0,r=c=n=m=void 0}function T(){return m===void 0?u:x(er())}function F(){var L=er(),V=j(L);if(r=arguments,n=this,c=L,V){if(m===void 0)return D(c);if(w)return clearTimeout(m),m=setTimeout(E,e),y(c)}return m===void 0&&(m=setTimeout(E,e)),u}return F.cancel=A,F.flush=T,F}var Qo=b0,w0="Expected a function";function y0(a,e,t){if(typeof a!="function")throw new TypeError(w0);return setTimeout(function(){a.apply(void 0,t)},e)}var Ko=y0,$0=Ko,k0=Fe,P0=k0(function(a,e){return $0(a,1,e)}),M0=P0,W0=Ko,_0=Fe,x0=Tr,D0=_0(function(a,e,t){return W0(a,x0(e)||0,t)}),C0=D0,A0=Ie,j0=512;function T0(a){return A0(a,j0)}var z0=T0,S0=ma,E0=S0(Object,"create"),At=E0,ri=At;function N0(){this.__data__=ri?ri(null):{},this.size=0}var F0=N0;function L0(a){var e=this.has(a)&&delete this.__data__[a];return this.size-=e?1:0,e}var R0=L0,H0=At,V0="__lodash_hash_undefined__",O0=Object.prototype,I0=O0.hasOwnProperty;function X0(a){var e=this.__data__;if(H0){var t=e[a];return t===V0?void 0:t}return I0.call(e,a)?e[a]:void 0}var B0=X0,G0=At,q0=Object.prototype,Y0=q0.hasOwnProperty;function U0(a){var e=this.__data__;return G0?e[a]!==void 0:Y0.call(e,a)}var Q0=U0,K0=At,J0="__lodash_hash_undefined__";function Z0(a,e){var t=this.__data__;return this.size+=this.has(a)?0:1,t[a]=K0&&e===void 0?J0:e,this}var e2=Z0,a2=F0,t2=R0,r2=B0,n2=Q0,i2=e2;function Ma(a){var e=-1,t=a==null?0:a.length;for(this.clear();++e-1}var k2=$2,P2=jt;function M2(a,e){var t=this.__data__,r=P2(t,a);return r<0?(++this.size,t.push([a,e])):t[r][1]=e,this}var W2=M2,_2=u2,x2=g2,D2=w2,C2=k2,A2=W2;function Wa(a){var e=-1,t=a==null?0:a.length;for(this.clear();++e0&&t(m)?e>1?rs(m,e-1,t,r,n):xb(n,m):r||(n[n.length]=m)}return n}var ns=rs,Cb=Tt;function Ab(){this.__data__=new Cb,this.size=0}var jb=Ab;function Tb(a){var e=this.__data__,t=e.delete(a);return this.size=e.size,t}var zb=Tb;function Sb(a){return this.__data__.get(a)}var Eb=Sb;function Nb(a){return this.__data__.has(a)}var Fb=Nb,Lb=Tt,Rb=Or,Hb=Ir,Vb=200;function Ob(a,e){var t=this.__data__;if(t instanceof Lb){var r=t.__data__;if(!Rb||r.lengthm))return!1;var f=i.get(a),v=i.get(e);if(f&&v)return f==e&&v==a;var w=-1,b=!0,y=t&hw?new dw:void 0;for(i.set(a,e),i.set(e,a);++w-1&&a%1==0&&a<=iy}var qr=oy,sy=qa,uy=qr,dy=ka,ly="[object Arguments]",my="[object Array]",cy="[object Boolean]",hy="[object Date]",fy="[object Error]",vy="[object Function]",gy="[object Map]",py="[object Number]",by="[object Object]",wy="[object RegExp]",yy="[object Set]",$y="[object String]",ky="[object WeakMap]",Py="[object ArrayBuffer]",My="[object DataView]",Wy="[object Float32Array]",_y="[object Float64Array]",xy="[object Int8Array]",Dy="[object Int16Array]",Cy="[object Int32Array]",Ay="[object Uint8Array]",jy="[object Uint8ClampedArray]",Ty="[object Uint16Array]",zy="[object Uint32Array]",Q={};Q[Wy]=Q[_y]=Q[xy]=Q[Dy]=Q[Cy]=Q[Ay]=Q[jy]=Q[Ty]=Q[zy]=!0;Q[ly]=Q[my]=Q[Py]=Q[cy]=Q[My]=Q[hy]=Q[fy]=Q[vy]=Q[gy]=Q[py]=Q[by]=Q[wy]=Q[yy]=Q[$y]=Q[ky]=!1;function Sy(a){return dy(a)&&uy(a.length)&&!!Q[sy(a)]}var Ey=Sy;function Ny(a){return function(e){return a(e)}}var us=Ny,Pt={exports:{}};Pt.exports;(function(a,e){var t=Co,r=e&&!e.nodeType&&e,n=r&&!0&&a&&!a.nodeType&&a,i=n&&n.exports===r,u=i&&t.process,m=function(){try{var c=n&&n.require&&n.require("util").types;return c||u&&u.binding&&u.binding("util")}catch{}}();a.exports=m})(Pt,Pt.exports);var Fy=Pt.exports,Ly=Ey,Ry=us,ci=Fy,hi=ci&&ci.isTypedArray,Hy=hi?Ry(hi):Ly,ds=Hy,Vy=ty,Oy=Gr,Iy=Se,Xy=ss,By=Fr,Gy=ds,qy=Object.prototype,Yy=qy.hasOwnProperty;function Uy(a,e){var t=Iy(a),r=!t&&Oy(a),n=!t&&!r&&Xy(a),i=!t&&!r&&!n&&Gy(a),u=t||r||n||i,m=u?Vy(a.length,String):[],c=m.length;for(var f in a)(e||Yy.call(a,f))&&!(u&&(f=="length"||n&&(f=="offset"||f=="parent")||i&&(f=="buffer"||f=="byteLength"||f=="byteOffset")||By(f,c)))&&m.push(f);return m}var Qy=Uy,Ky=Object.prototype;function Jy(a){var e=a&&a.constructor,t=typeof e=="function"&&e.prototype||Ky;return a===t}var Zy=Jy;function e3(a,e){return function(t){return a(e(t))}}var a3=e3,t3=a3,r3=t3(Object.keys,Object),n3=r3,i3=Zy,o3=n3,s3=Object.prototype,u3=s3.hasOwnProperty;function d3(a){if(!i3(a))return o3(a);var e=[];for(var t in Object(a))u3.call(a,t)&&t!="constructor"&&e.push(t);return e}var l3=d3,m3=jo,c3=qr;function h3(a){return a!=null&&c3(a.length)&&!m3(a)}var f3=h3,v3=Qy,g3=l3,p3=f3;function b3(a){return p3(a)?v3(a):g3(a)}var ls=b3,w3=Xw,y3=ey,$3=ls;function k3(a){return w3(a,$3,y3)}var P3=k3,fi=P3,M3=1,W3=Object.prototype,_3=W3.hasOwnProperty;function x3(a,e,t,r,n,i){var u=t&M3,m=fi(a),c=m.length,f=fi(e),v=f.length;if(c!=v&&!u)return!1;for(var w=c;w--;){var b=m[w];if(!(u?b in e:_3.call(e,b)))return!1}var y=i.get(a),D=i.get(e);if(y&&D)return y==e&&D==a;var R=!0;i.set(a,e),i.set(e,a);for(var j=u;++wn?0:n+e),t=t>n?n:t,t<0&&(t+=n),n=e>t?0:t-e>>>0,e>>>=0;for(var i=Array(n);++r=r?a:SP(a,e,t)}var NP=EP,FP=Qa,LP=Br,RP=Fe,HP=NP,VP=Ya,OP="Expected a function",IP=Math.max;function XP(a,e){if(typeof a!="function")throw new TypeError(OP);return e=e==null?0:IP(VP(e),0),RP(function(t){var r=t[e],n=HP(t,0,e);return r&&LP(n,r),FP(a,this,n)})}var BP=XP,GP=Qo,qP=Ke,YP="Expected a function";function UP(a,e,t){var r=!0,n=!0;if(typeof a!="function")throw new TypeError(YP);return qP(t)&&(r="leading"in t?!!t.leading:r,n="trailing"in t?!!t.trailing:n),GP(a,e,{leading:r,maxWait:e,trailing:n})}var QP=UP,KP=qo;function JP(a){return KP(a,1)}var ZP=JP,e4=Ua;function a4(a){return typeof a=="function"?a:e4}var t4=a4,r4=t4,n4=ws;function i4(a,e){return n4(r4(e),a)}var o4=i4,s4={after:_f,ary:qo,before:Yo,bind:Qp,bindKey:n0,curry:s0,curryRight:l0,debounce:Qo,defer:M0,delay:C0,flip:z0,memoize:es,negate:ub,once:mb,overArgs:tP,partial:ws,partialRight:hP,rearg:_P,rest:jP,spread:BP,throttle:QP,unary:ZP,wrap:o4};function u4(a,e){return h(),p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[d("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0"})])}function d4(a,e){return h(),p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[d("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607z"})])}function l4(a,e){return h(),p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[d("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M21.752 15.002A9.718 9.718 0 0118 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 003 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 009.002-5.998z"})])}function m4(a,e){return h(),p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true"},[d("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M12 3v2.25m6.364.386l-1.591 1.591M21 12h-2.25m-.386 6.364l-1.591-1.591M12 18.75V21m-4.773-4.227l-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z"})])}const c4={name:"Search",components:{Icon:ne,MagnifyingGlassIcon:d4},data(){return{showResults:!1,loading:!1,searchString:"",usersList:[],playersList:[]}},created:function(){window.addEventListener("click",a=>{this.$el.contains(a.target)||(this.showResults=!1,this.searchString="")})},methods:{performSearch:s4.debounce(function(){this.searchString&&(this.showResults=!0,this.loading=!0,axios.get(route("search",{q:this.searchString})).then(a=>{this.usersList=a.data.users,this.playersList=a.data.players}).finally(()=>{this.loading=!1}))},200)}},h4={class:"relative mx-auto text-gray-600 dark:text-gray-400"},f4=["placeholder"],v4={type:"submit",class:"absolute right-0 top-0 mt-3 mr-4"},g4={key:0,id:"results",class:"absolute bg-white dark:bg-cool-gray-800 px-3 py-1 w-full rounded-md shadow-lg z-50"},p4={key:0,id:"loading",class:"text-center p-2"},b4={key:1,id:"users"},w4={class:"text-xs text-gray-400 dark:text-gray-300 font-extrabold"},y4={class:"flex flex-col"},$4={class:"flex"},k4=["src"],P4={class:"text-sm"},M4={class:"text-gray-700 dark:text-gray-300 font-bold"},W4={class:"text-gray-500 dark:text-gray-500"},_4={class:"flex"},x4=["title","src"],D4={key:0,id:"emptyusers",class:"italic"},C4={key:2,id:"players",class:"mt-5 pb-4"},A4={class:"text-xs text-gray-400 dark:text-gray-300 font-extrabold"},j4={class:"flex flex-col"},T4={class:"flex items-center"},z4=["src"],S4={class:"text-sm"},E4={class:"text-gray-700 dark:text-gray-300 font-bold"},N4={class:"flex space-x-2"},F4=["src","alt","title"],L4=["title","src"],R4={key:0,id:"emptyplayers",class:"italic"};function H4(a,e,t,r,n,i){const u=I("MagnifyingGlassIcon"),m=I("inertia-link"),c=I("icon"),f=Ba("tippy");return h(),p("div",h4,[d("form",{onSubmit:e[2]||(e[2]=Xa((...v)=>i.performSearch&&i.performSearch(...v),["prevent"]))},[De(d("input",{"onUpdate:modelValue":e[0]||(e[0]=v=>n.searchString=v),"aria-label":"search",class:ee(["border-none bg-gray-200 dark:bg-cool-gray-900 h-10 px-5 pr-10 focus:w-80 rounded-full text-sm focus:outline-none focus:ring-0",{"w-80":n.showResults}]),type:"search",name:"search",placeholder:a.__("Search")+"..",autocomplete:"off",onInput:e[1]||(e[1]=(...v)=>i.performSearch&&i.performSearch(...v))},null,42,f4),[[lu,n.searchString]]),d("button",v4,[C(u,{class:"text-gray-400 dark:text-gray-600 h-4 w-4 stroke-2"})])],32),n.showResults&&n.searchString?(h(),p("div",g4,[n.loading?(h(),p("div",p4,M(a.__("Loading"))+"... ",1)):_("",!0),n.loading?_("",!0):(h(),p("div",b4,[d("span",w4,M(a.__("USERS")),1),d("div",y4,[(h(!0),p(se,null,ye(n.usersList,v=>(h(),X(m,{id:"user",key:v.username,as:"div",href:a.route("user.public.get",v.username),class:"flex px-2 py-1 justify-between hover:bg-light-blue-100 dark:hover:bg-cool-gray-900 rounded cursor-pointer"},{default:H(()=>[d("div",$4,[d("img",{class:"mr-3 w-10 h-10 rounded-full",src:v.profile_photo_url,alt:"Image"},null,8,k4),d("div",P4,[d("p",M4,M(v.title),1),d("p",W4," @"+M(v.username),1)])]),d("div",_4,[De(d("img",{title:v.country.name,src:v.country.photo_path,alt:"",class:"h-8 w-8 -mt-0.5 focus:outline-none"},null,8,x4),[[f]])])]),_:2},1032,["href"]))),128))]),!n.usersList||n.usersList.length<=0?(h(),p("div",D4,M(a.__("No users found.")),1)):_("",!0)])),n.loading?_("",!0):(h(),p("div",C4,[d("span",A4,M(a.__("PLAYERS")),1),d("div",j4,[(h(!0),p(se,null,ye(n.playersList,v=>(h(),X(m,{id:"player",key:v.uuid,as:"div",href:a.route("player.show",v.uuid),class:"flex justify-between px-2 py-1 hover:bg-light-blue-100 dark:hover:bg-cool-gray-900 rounded cursor-pointer"},{default:H(()=>[d("div",T4,[d("img",{class:"mr-3 w-8 h-8",src:v.avatar_url,alt:"Avatar"},null,8,z4),d("div",S4,[d("p",E4,M(v.title),1)])]),d("div",N4,[De(C(c,{class:"w-8 h-8 focus:outline-none",name:`rating-${v.rating}`,content:v.rating},null,8,["name","content"]),[[pt,v.rating!=null],[f]]),De(d("img",{src:v.rank.photo_path,alt:v.rank.name,title:v.rank.name,class:"h-8 w-8 focus:outline-none"},null,8,F4),[[pt,v.rank.photo_path],[f]]),De(d("img",{title:v.country.name,src:v.country.photo_path,alt:"",class:"h-8 w-8 -mt-0.5 focus:outline-none"},null,8,L4),[[f]])])]),_:2},1032,["href"]))),128))]),!n.playersList||n.playersList.length<=0?(h(),p("div",R4,M(a.__("No players found.")),1)):_("",!0)]))])):_("",!0)])}const ys=Ae(c4,[["render",H4]]),V4={name:"ColorThemeToggle",components:{MoonIcon:l4,SunIcon:m4},data(){return{colorMode:window.colorMode}},methods:{toggleTheme(){this.colorMode==="dark"?(this.colorMode="light",window.colorMode="light",localStorage.theme="light",document.documentElement.classList.add("light"),document.documentElement.classList.remove("dark")):(this.colorMode="dark",window.colorMode="dark",localStorage.theme="dark",document.documentElement.classList.add("dark"),document.documentElement.classList.remove("light")),window.location.reload()}}},O4=["title"],I4=["title"];function X4(a,e,t,r,n,i){const u=I("MoonIcon"),m=I("SunIcon"),c=Ba("tippy");return h(),p("div",null,[d("button",{onClick:e[0]||(e[0]=(...f)=>i.toggleTheme&&i.toggleTheme(...f))},[n.colorMode==="dark"?De((h(),p("span",{key:0,title:a.__("Use Light Theme")},[C(u,{class:"w-5 h-5 text-gray-400 focus:outline-none stroke-2"})],8,O4)),[[c]]):De((h(),p("span",{key:1,title:a.__("Use Dark Theme")},[C(m,{class:"w-6 h-6 text-gray-400 focus:outline-none stroke-2"})],8,I4)),[[c]])])])}const $s=Ae(V4,[["render",X4]]),B4={computed:{logo(){return window.colorMode==="light"?this.$page.props.generalSettings.site_header_logo_path_light:this.$page.props.generalSettings.site_header_logo_path_dark}}},G4=["src"];function q4(a,e,t,r,n,i){return h(),p("img",{src:i.logo,alt:"Site Header Logo",class:"logo"},null,8,G4)}const $r=Ae(B4,[["render",q4]]),Y4={class:"flex items-center flex-shrink-0"},U4={__name:"AppLogoMark",props:{canShowAdminSidebar:{type:Boolean,default:!1}},setup(a){return(e,t)=>{const r=I("InertiaLink"),n=Ba("tippy");return h(),p("div",Y4,[C(r,{href:e.route("home")},{default:H(()=>[C($r,{class:"block w-auto h-9"})]),_:1},8,["href"]),a.canShowAdminSidebar&&!e.route().current("admin.*")?De((h(),X(r,{key:0,title:e.__("Administration Section"),"aria-label":"Open Menu",class:"ml-2 focus:outline-none",href:e.route("admin.dashboard")},{default:H(()=>[C(ne,{name:"cog",class:"w-6 h-6 text-gray-400 dark:text-gray-500 hover:animate-spin"})]),_:1},8,["title","href"])),[[n]]):_("",!0)])}}},Q4=["href"],zi={__name:"NavLink",props:{href:String,active:Boolean,openInNewTab:{type:Boolean,default:!1}},setup(a){const e=a,t=Te(()=>e.active?"inline-flex items-center px-1 pt-1 border-b-2 border-light-blue-400 text-sm leading-5 text-gray-900 dark:text-gray-200 focus:outline-none focus:border-light-blue-700 transition duration-150 ease-in-out":"inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm leading-5 text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-200 hover:border-gray-300 focus:outline-none focus:text-gray-700 dark:focus:text-gray-300 focus:border-gray-300 transition duration-150 ease-in-out");return(r,n)=>{const i=I("InertiaLink");return a.openInNewTab?(h(),p("a",{key:1,target:"_blank",href:a.href,class:ee(t.value)},[Ce(r.$slots,"default")],10,Q4)):(h(),X(i,{key:0,href:a.href,class:ee(t.value)},{default:H(()=>[Ce(r.$slots,"default")]),_:3},8,["href","class"]))}}},K4={class:"relative"},Et={__name:"Dropdown",props:{align:{type:String,default:"right"},width:{type:String,default:"48"},contentClasses:{type:Array,default:()=>["py-1","bg-white"]}},setup(a){const e=a;let t=jr(!1);const r=u=>{t.value&&u.key==="Escape"&&(t.value=!1)};xo(()=>document.addEventListener("keydown",r)),mu(()=>document.removeEventListener("keydown",r));const n=Te(()=>({48:"w-48"})[e.width.toString()]),i=Te(()=>e.align==="left"?"origin-top-left left-0":e.align==="right"?"origin-top-right right-0":"origin-top");return(u,m)=>(h(),p("div",K4,[d("div",{onClick:m[0]||(m[0]=c=>Dn(t)?t.value=!N(t):t=!N(t))},[Ce(u.$slots,"trigger")]),De(d("div",{class:"fixed inset-0 z-40",onClick:m[1]||(m[1]=c=>Dn(t)?t.value=!1:t=!1)},null,512),[[pt,N(t)]]),C(cu,{"enter-active-class":"transition ease-out duration-200","enter-from-class":"transform opacity-0 scale-95","enter-to-class":"transform opacity-100 scale-100","leave-active-class":"transition ease-in duration-75","leave-from-class":"transform opacity-100 scale-100","leave-to-class":"transform opacity-0 scale-95"},{default:H(()=>[De(d("div",{class:ee(["absolute z-50 mt-2 rounded-md shadow-lg",[n.value,i.value]]),style:{display:"none"}},[d("div",{class:ee(["rounded-md ring-1 ring-black ring-opacity-5 dark:bg-gray-800",a.contentClasses])},[Ce(u.$slots,"content")],2)],2),[[pt,N(t)]])]),_:3})]))}},J4=["href"],ua={__name:"DropdownLink",props:{href:String,as:String,btnClass:String,openInNewTab:{type:Boolean,default:!1}},setup(a){return(e,t)=>{const r=I("InertiaLink");return h(),p("div",null,[a.as=="button"?(h(),p("button",{key:0,type:"submit",class:ee(["block w-full px-4 py-2 text-sm leading-5 text-gray-700 dark:text-gray-400 text-left hover:bg-cool-gray-100 dark:hover:bg-cool-gray-900 focus:outline-none focus:bg-cool-gray-100 dark:focus:bg-cool-gray-900 transition duration-150 ease-in-out",a.btnClass])},[Ce(e.$slots,"default")],2)):a.as!="button"&&!a.openInNewTab?(h(),X(r,{key:1,href:a.href,class:ee(["block px-4 py-2 text-sm leading-5 text-gray-700 dark:text-gray-400 hover:bg-cool-gray-100 dark:hover:bg-cool-gray-900 focus:outline-none focus:bg-cool-gray-100 dark:focus:bg-cool-gray-900 transition duration-150 ease-in-out",a.btnClass])},{default:H(()=>[Ce(e.$slots,"default")]),_:3},8,["href","class"])):(h(),p("a",{key:2,target:"_blank",href:a.href,class:ee(["block px-4 py-2 text-sm leading-5 text-gray-700 dark:text-gray-400 hover:bg-cool-gray-100 dark:hover:bg-cool-gray-900 focus:outline-none focus:bg-cool-gray-100 dark:focus:bg-cool-gray-900 transition duration-150 ease-in-out",a.btnClass])},[Ce(e.$slots,"default")],10,J4))])}}},Z4={components:{JetDropdown:Et,JetDropdownLink:ua},props:{title:{type:String,required:!0},items:{type:Array,required:!0}}},e5={class:"inline-flex items-center px-1 pt-1 text-sm leading-5 text-gray-500 transition duration-150 ease-in-out border-b-2 border-transparent hover:border-gray-300 focus:outline-none focus:text-gray-700 focus:border-gray-300"},a5={class:"inline-flex rounded-md"},t5={type:"button",class:"inline-flex items-center py-2 text-sm font-semibold leading-4 text-gray-500 transition duration-150 ease-in-out border border-transparent rounded-md dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-200 focus:outline-none"},r5=d("svg",{class:"ml-2 -mr-0.5 h-4 w-4",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor"},[d("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);function n5(a,e,t,r,n,i){const u=I("jet-dropdown-link"),m=I("jet-dropdown");return h(),p("div",e5,[C(m,{align:"right",width:"48"},{trigger:H(()=>[d("span",a5,[d("button",t5,[B(M(a.__(t.title))+" ",1),r5])])]),content:H(()=>[(h(!0),p(se,null,ye(t.items,c=>(h(),X(u,{key:c.key,class:"text-sm",href:a.route(c.route,c.route_params??null),"open-in-new-tab":c.is_open_in_new_tab},{default:H(()=>[B(M(a.__(c.title)),1)]),_:2},1032,["href","open-in-new-tab"]))),128))]),_:1})])}const i5=Ae(Z4,[["render",n5]]);function o5(a,e){for(var t in e)e.hasOwnProperty(t)&&a[t]===void 0&&(a[t]=e[t]);return a}function s5(a,e,t){var r;return a.length>e&&(t==null?(t="…",r=3):r=t.length,a=a.substring(0,e-r)+t),a}function Si(a,e){if(Array.prototype.indexOf)return a.indexOf(e);for(var t=0,r=a.length;t=0;t--)e(a[t])===!0&&a.splice(t,1)}function u5(a,e){if(!e.global)throw new Error("`splitRegex` must have the 'g' flag set");for(var t=[],r=0,n;n=e.exec(a);)t.push(a.substring(r,n.index)),t.push(n[0]),r=n.index+n[0].length;return t.push(a.substring(r)),t}function ks(a){throw new Error("Unhandled case for value: '".concat(a,"'"))}var kr=function(){function a(e){e===void 0&&(e={}),this.tagName="",this.attrs={},this.innerHTML="",this.whitespaceRegex=/\s+/,this.tagName=e.tagName||"",this.attrs=e.attrs||{},this.innerHTML=e.innerHtml||e.innerHTML||""}return a.prototype.setTagName=function(e){return this.tagName=e,this},a.prototype.getTagName=function(){return this.tagName||""},a.prototype.setAttr=function(e,t){var r=this.getAttrs();return r[e]=t,this},a.prototype.getAttr=function(e){return this.getAttrs()[e]},a.prototype.setAttrs=function(e){return Object.assign(this.getAttrs(),e),this},a.prototype.getAttrs=function(){return this.attrs||(this.attrs={})},a.prototype.setClass=function(e){return this.setAttr("class",e)},a.prototype.addClass=function(e){for(var t=this.getClass(),r=this.whitespaceRegex,n=t?t.split(r):[],i=e.split(r),u;u=i.shift();)Si(n,u)===-1&&n.push(u);return this.getAttrs().class=n.join(" "),this},a.prototype.removeClass=function(e){for(var t=this.getClass(),r=this.whitespaceRegex,n=t?t.split(r):[],i=e.split(r),u;n.length&&(u=i.shift());){var m=Si(n,u);m!==-1&&n.splice(m,1)}return this.getAttrs().class=n.join(" "),this},a.prototype.getClass=function(){return this.getAttrs().class||""},a.prototype.hasClass=function(e){return(" "+this.getClass()+" ").indexOf(" "+e+" ")!==-1},a.prototype.setInnerHTML=function(e){return this.innerHTML=e,this},a.prototype.setInnerHtml=function(e){return this.setInnerHTML(e)},a.prototype.getInnerHTML=function(){return this.innerHTML||""},a.prototype.getInnerHtml=function(){return this.getInnerHTML()},a.prototype.toAnchorString=function(){var e=this.getTagName(),t=this.buildAttrsStr();return t=t?" "+t:"",["<",e,t,">",this.getInnerHtml(),""].join("")},a.prototype.buildAttrsStr=function(){if(!this.attrs)return"";var e=this.getAttrs(),t=[];for(var r in e)e.hasOwnProperty(r)&&t.push(r+'="'+e[r]+'"');return t.join(" ")},a}();function d5(a,e,t){var r,n;t==null?(t="…",n=3,r=8):(n=t.length,r=t.length);var i=function(x){var A={},T=x,F=T.match(/^([a-z]+):\/\//i);return F&&(A.scheme=F[1],T=T.substr(F[0].length)),F=T.match(/^(.*?)(?=(\?|#|\/|$))/i),F&&(A.host=F[1],T=T.substr(F[0].length)),F=T.match(/^\/(.*?)(?=(\?|#|$))/i),F&&(A.path=F[1],T=T.substr(F[0].length)),F=T.match(/^\?(.*?)(?=(#|$))/i),F&&(A.query=F[1],T=T.substr(F[0].length)),F=T.match(/^#(.*?)$/i),F&&(A.fragment=F[1]),A},u=function(x){var A="";return x.scheme&&x.host&&(A+=x.scheme+"://"),x.host&&(A+=x.host),x.path&&(A+="/"+x.path),x.query&&(A+="?"+x.query),x.fragment&&(A+="#"+x.fragment),A},m=function(x,A){var T=A/2,F=Math.ceil(T),L=-1*Math.floor(T),V="";return L<0&&(V=x.substr(L)),x.substr(0,F)+t+V};if(a.length<=e)return a;var c=e-n,f=i(a);if(f.query){var v=f.query.match(/^(.*?)(?=(\?|\#))(.*?)$/i);v&&(f.query=f.query.substr(0,v[1].length),a=u(f))}if(a.length<=e||(f.host&&(f.host=f.host.replace(/^www\./,""),a=u(f)),a.length<=e))return a;var w="";if(f.host&&(w+=f.host),w.length>=c)return f.host.length==e?(f.host.substr(0,e-n)+t).substr(0,c+r):m(w,c).substr(0,c+r);var b="";if(f.path&&(b+="/"+f.path),f.query&&(b+="?"+f.query),b)if((w+b).length>=c){if((w+b).length==e)return(w+b).substr(0,e);var y=c-w.length;return(w+m(b,y)).substr(0,c+r)}else w+=b;if(f.fragment){var D="#"+f.fragment;if((w+D).length>=c){if((w+D).length==e)return(w+D).substr(0,e);var R=c-w.length;return(w+m(D,R)).substr(0,c+r)}else w+=D}if(f.scheme&&f.host){var j=f.scheme+"://";if((w+j).length0&&(E=w.substr(-1*Math.floor(c/2))),(w.substr(0,Math.ceil(c/2))+t+E).substr(0,c+r)}function l5(a,e,t){if(a.length<=e)return a;var r,n;t==null?(t="…",r=8,n=3):(r=t.length,n=t.length);var i=e-n,u="";return i>0&&(u=a.substr(-1*Math.floor(i/2))),(a.substr(0,Math.ceil(i/2))+t+u).substr(0,i+r)}function m5(a,e,t){return s5(a,e,t)}var Ei=function(){function a(e){e===void 0&&(e={}),this.newWindow=!1,this.truncate={},this.className="",this.newWindow=e.newWindow||!1,this.truncate=e.truncate||{},this.className=e.className||""}return a.prototype.build=function(e){return new kr({tagName:"a",attrs:this.createAttrs(e),innerHtml:this.processAnchorText(e.getAnchorText())})},a.prototype.createAttrs=function(e){var t={href:e.getAnchorHref()},r=this.createCssClass(e);return r&&(t.class=r),this.newWindow&&(t.target="_blank",t.rel="noopener noreferrer"),this.truncate&&this.truncate.length&&this.truncate.length-1},a.isValidUriScheme=function(e){var t=e.match(this.uriSchemeRegex),r=t&&t[0].toLowerCase();return r!=="javascript:"&&r!=="vbscript:"},a.urlMatchDoesNotHaveProtocolOrDot=function(e,t){return!!e&&(!t||!this.hasFullProtocolRegex.test(t))&&e.indexOf(".")===-1},a.urlMatchDoesNotHaveAtLeastOneWordChar=function(e,t){return e&&t?!this.hasFullProtocolRegex.test(t)&&!this.hasWordCharAfterProtocolRegex.test(e):!1},a.hasFullProtocolRegex=/^[A-Za-z][-.+A-Za-z0-9]*:\/\//,a.uriSchemeRegex=/^[A-Za-z][-.+A-Za-z0-9]*:/,a.hasWordCharAfterProtocolRegex=new RegExp(":[^\\s]*?["+Ds+"]"),a.ipRegex=/[0-9][0-9]?[0-9]?\.[0-9][0-9]?[0-9]?\.[0-9][0-9]?[0-9]?\.[0-9][0-9]?[0-9]?(:[0-9]*)?\/?$/,a}(),P5=function(){var a=/(?:[A-Za-z][-.+A-Za-z0-9]{0,63}:(?![A-Za-z][-.+A-Za-z0-9]{0,63}:\/\/)(?!\d+\/?)(?:\/\/)?)/,e=/(?:www\.)/,t=new RegExp("[/?#](?:["+J+"\\-+&@#/%=~_()|'$*\\[\\]{}?!:,.;^✓]*["+J+"\\-+&@#/%=~_()|'$*\\[\\]{}✓])?");return new RegExp(["(?:","(",a.source,ir(2),")","|","(","(//)?",e.source,ir(6),")","|","(","(//)?",ir(10)+"\\.",As.source,"(?![-"+p5+"])",")",")","(?::[0-9]+)?","(?:"+t.source+")?"].join(""),"gi")}(),M5=new RegExp("["+J+"]"),Li=function(a){Le(e,a);function e(t){var r=a.call(this,t)||this;return r.stripPrefix={scheme:!0,www:!0},r.stripTrailingSlash=!0,r.decodePercentEncoding=!0,r.matcherRegex=P5,r.wordCharRegExp=M5,r.stripPrefix=t.stripPrefix,r.stripTrailingSlash=t.stripTrailingSlash,r.decodePercentEncoding=t.decodePercentEncoding,r}return e.prototype.parseMatches=function(t){for(var r=this.matcherRegex,n=this.stripPrefix,i=this.stripTrailingSlash,u=this.decodePercentEncoding,m=this.tagBuilder,c=[],f,v=function(){var b=f[0],y=f[1],D=f[4],R=f[5],j=f[9],E=f.index,x=R||j,A=t.charAt(E-1);if(!k5.isValid(b,y)||E>0&&A==="@"||E>0&&x&&w.wordCharRegExp.test(A))return"continue";if(/\?$/.test(b)&&(b=b.substr(0,b.length-1)),w.matchHasUnbalancedClosingParen(b))b=b.substr(0,b.length-1);else{var T=w.matchHasInvalidCharAfterTld(b,y);T>-1&&(b=b.substr(0,T))}var F=["http://","https://"].find(function(S){return!!y&&y.indexOf(S)!==-1});if(F){var L=b.indexOf(F);b=b.substr(L),y=y.substr(L),E=E+L}var V=y?"scheme":D?"www":"tld",G=!!y;c.push(new xs({tagBuilder:m,matchedText:b,offset:E,urlMatchType:V,url:b,protocolUrlMatch:G,protocolRelativeMatch:!!x,stripPrefix:n,stripTrailingSlash:i,decodePercentEncoding:u}))},w=this;(f=r.exec(t))!==null;)v();return c},e.prototype.matchHasUnbalancedClosingParen=function(t){var r=t.charAt(t.length-1),n;if(r===")")n="(";else if(r==="]")n="[";else if(r==="}")n="{";else return!1;for(var i=0,u=0,m=t.length-1;u"?(b=new Ee(Z(Z({},b),{name:re()})),q()):!rr.test($)&&!c5.test($)&&$!==":"&&ke()}function E($){$===">"?ke():rr.test($)?v=3:ke()}function x($){na.test($)||($==="/"?v=12:$===">"?q():$==="<"?Pe():$==="="||nr.test($)||f5.test($)?ke():v=5)}function A($){na.test($)?v=6:$==="/"?v=12:$==="="?v=7:$===">"?q():$==="<"?Pe():nr.test($)&&ke()}function T($){na.test($)||($==="/"?v=12:$==="="?v=7:$===">"?q():$==="<"?Pe():nr.test($)?ke():v=5)}function F($){na.test($)||($==='"'?v=8:$==="'"?v=9:/[>=`]/.test($)?ke():$==="<"?Pe():v=10)}function L($){$==='"'&&(v=11)}function V($){$==="'"&&(v=11)}function G($){na.test($)?v=4:$===">"?q():$==="<"&&Pe()}function S($){na.test($)?v=4:$==="/"?v=12:$===">"?q():$==="<"?Pe():(v=4,Za())}function ue($){$===">"?(b=new Ee(Z(Z({},b),{isClosing:!0})),q()):v=4}function aa($){a.substr(c,2)==="--"?(c+=2,b=new Ee(Z(Z({},b),{type:"comment"})),v=14):a.substr(c,7).toUpperCase()==="DOCTYPE"?(c+=7,b=new Ee(Z(Z({},b),{type:"doctype"})),v=20):ke()}function Xe($){$==="-"?v=15:$===">"?ke():v=16}function le($){$==="-"?v=18:$===">"?ke():v=16}function Re($){$==="-"&&(v=17)}function te($){$==="-"?v=18:v=16}function xe($){$===">"?q():$==="!"?v=19:$==="-"||(v=16)}function Be($){$==="-"?v=17:$===">"?q():v=16}function Nt($){$===">"?q():$==="<"&&Pe()}function ke(){v=0,b=m}function Pe(){v=1,b=new Ee({idx:c})}function q(){var $=a.slice(w,b.idx);$&&n($,w),b.type==="comment"?i(b.idx):b.type==="doctype"?u(b.idx):(b.isOpening&&t(b.name,b.idx),b.isClosing&&r(b.name,b.idx)),ke(),w=c+1}function Ja(){var $=a.slice(w,c);n($,w),w=c+1}function re(){var $=b.idx+(b.isClosing?2:1);return a.slice($,c).toLowerCase()}function Za(){c--}}var Ee=function(){function a(e){e===void 0&&(e={}),this.idx=e.idx!==void 0?e.idx:-1,this.type=e.type||"tag",this.name=e.name||"",this.isOpening=!!e.isOpening,this.isClosing=!!e.isClosing}return a}(),N5=function(){function a(e){e===void 0&&(e={}),this.version=a.version,this.urls={},this.email=!0,this.phone=!0,this.hashtag=!1,this.mention=!1,this.newWindow=!0,this.stripPrefix={scheme:!0,www:!0},this.stripTrailingSlash=!0,this.decodePercentEncoding=!0,this.truncate={length:0,location:"end"},this.className="",this.replaceFn=null,this.context=void 0,this.sanitizeHtml=!1,this.matchers=null,this.tagBuilder=null,this.urls=this.normalizeUrlsCfg(e.urls),this.email=typeof e.email=="boolean"?e.email:this.email,this.phone=typeof e.phone=="boolean"?e.phone:this.phone,this.hashtag=e.hashtag||this.hashtag,this.mention=e.mention||this.mention,this.newWindow=typeof e.newWindow=="boolean"?e.newWindow:this.newWindow,this.stripPrefix=this.normalizeStripPrefixCfg(e.stripPrefix),this.stripTrailingSlash=typeof e.stripTrailingSlash=="boolean"?e.stripTrailingSlash:this.stripTrailingSlash,this.decodePercentEncoding=typeof e.decodePercentEncoding=="boolean"?e.decodePercentEncoding:this.decodePercentEncoding,this.sanitizeHtml=e.sanitizeHtml||!1;var t=this.mention;if(t!==!1&&["twitter","instagram","soundcloud","tiktok"].indexOf(t)===-1)throw new Error("invalid `mention` cfg '".concat(t,"' - see docs"));var r=this.hashtag;if(r!==!1&&["twitter","facebook","instagram","tiktok"].indexOf(r)===-1)throw new Error("invalid `hashtag` cfg '".concat(r,"' - see docs"));this.truncate=this.normalizeTruncateCfg(e.truncate),this.className=e.className||this.className,this.replaceFn=e.replaceFn||this.replaceFn,this.context=e.context||this}return a.link=function(e,t){var r=new a(t);return r.link(e)},a.parse=function(e,t){var r=new a(t);return r.parse(e)},a.prototype.normalizeUrlsCfg=function(e){return e==null&&(e=!0),typeof e=="boolean"?{schemeMatches:e,wwwMatches:e,tldMatches:e}:{schemeMatches:typeof e.schemeMatches=="boolean"?e.schemeMatches:!0,wwwMatches:typeof e.wwwMatches=="boolean"?e.wwwMatches:!0,tldMatches:typeof e.tldMatches=="boolean"?e.tldMatches:!0}},a.prototype.normalizeStripPrefixCfg=function(e){return e==null&&(e=!0),typeof e=="boolean"?{scheme:e,www:e}:{scheme:typeof e.scheme=="boolean"?e.scheme:!0,www:typeof e.www=="boolean"?e.www:!0}},a.prototype.normalizeTruncateCfg=function(e){return typeof e=="number"?{length:e,location:"end"}:o5(e||{},{length:Number.POSITIVE_INFINITY,location:"end"})},a.prototype.parse=function(e){var t=this,r=["a","style","script"],n=0,i=[];return E5(e,{onOpenTag:function(u){r.indexOf(u)>=0&&n++},onText:function(u,m){if(n===0){var c=/( | |<|<|>|>|"|"|')/gi,f=u5(u,c),v=m;f.forEach(function(w,b){if(b%2===0){var y=t.parseText(w,v);i.push.apply(i,y)}v+=w.length})}},onCloseTag:function(u){r.indexOf(u)>=0&&(n=Math.max(n-1,0))},onComment:function(u){},onDoctype:function(u){}}),i=this.compactMatches(i),i=this.removeUnwantedMatches(i),i},a.prototype.compactMatches=function(e){e.sort(function(c,f){return c.getOffset()-f.getOffset()});for(var t=0;ti?t:t+1;e.splice(m,1);continue}if(e[t+1].getOffset()/g,">"));for(var t=this.parse(e),r=[],n=0,i=0,u=t.length;i"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function ct(a,e,t){return F5()?ct=Reflect.construct:ct=function(n,i,u){var m=[null];m.push.apply(m,i);var c=Function.bind.apply(n,m),f=new c;return u&&Mr(f,u.prototype),f},ct.apply(null,arguments)}function je(a){return L5(a)||R5(a)||H5(a)||V5()}function L5(a){if(Array.isArray(a))return Wr(a)}function R5(a){if(typeof Symbol<"u"&&a[Symbol.iterator]!=null||a["@@iterator"]!=null)return Array.from(a)}function H5(a,e){if(a){if(typeof a=="string")return Wr(a,e);var t=Object.prototype.toString.call(a).slice(8,-1);if(t==="Object"&&a.constructor&&(t=a.constructor.name),t==="Map"||t==="Set")return Array.from(a);if(t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))return Wr(a,e)}}function Wr(a,e){(e==null||e>a.length)&&(e=a.length);for(var t=0,r=new Array(e);t1?t-1:0),n=1;n/gm),tM=Ne(/^data-[\-\w.\u00B7-\uFFFF]/),rM=Ne(/^aria-[\-\w]+$/),nM=Ne(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),iM=Ne(/^(?:\w+script|data):/i),oM=Ne(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),sM=Ne(/^html$/i),uM=function(){return typeof window>"u"?null:window},dM=function(e,t){if(Ue(e)!=="object"||typeof e.createPolicy!="function")return null;var r=null,n="data-tt-policy-suffix";t.currentScript&&t.currentScript.hasAttribute(n)&&(r=t.currentScript.getAttribute(n));var i="dompurify"+(r?"#"+r:"");try{return e.createPolicy(i,{createHTML:function(m){return m},createScriptURL:function(m){return m}})}catch{return console.warn("TrustedTypes policy "+i+" could not be created."),null}};function Ts(){var a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:uM(),e=function(g){return Ts(g)};if(e.version="2.3.10",e.removed=[],!a||!a.document||a.document.nodeType!==9)return e.isSupported=!1,e;var t=a.document,r=a.document,n=a.DocumentFragment,i=a.HTMLTemplateElement,u=a.Node,m=a.Element,c=a.NodeFilter,f=a.NamedNodeMap,v=f===void 0?a.NamedNodeMap||a.MozNamedAttrMap:f,w=a.HTMLFormElement,b=a.DOMParser,y=a.trustedTypes,D=m.prototype,R=dt(D,"cloneNode"),j=dt(D,"nextSibling"),E=dt(D,"childNodes"),x=dt(D,"parentNode");if(typeof i=="function"){var A=r.createElement("template");A.content&&A.content.ownerDocument&&(r=A.content.ownerDocument)}var T=dM(y,t),F=T?T.createHTML(""):"",L=r,V=L.implementation,G=L.createNodeIterator,S=L.createDocumentFragment,ue=L.getElementsByTagName,aa=t.importNode,Xe={};try{Xe=ia(r).documentMode?r.documentMode:{}}catch{}var le={};e.isSupported=typeof x=="function"&&V&&typeof V.createHTMLDocument<"u"&&Xe!==9;var Re=eM,te=aM,xe=tM,Be=rM,Nt=iM,ke=oM,Pe=nM,q=null,Ja=O({},[].concat(je(Xi),je(sr),je(ur),je(dr),je(Bi))),re=null,Za=O({},[].concat(je(Gi),je(lr),je(qi),je(lt))),$=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),ja=null,Ft=null,ln=!0,Lt=!0,mn=!1,fa=!1,ta=!1,Rt=!1,Ht=!1,va=!1,et=!1,at=!1,cn=!0,Vt=!0,Ta=!1,ga={},pa=null,hn=O({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),fn=null,vn=O({},["audio","video","img","source","image","track"]),Ot=null,gn=O({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),It="http://www.w3.org/1998/Math/MathML",Xt="http://www.w3.org/2000/svg",Ge="http://www.w3.org/1999/xhtml",tt=Ge,Bt=!1,ba,au=["application/xhtml+xml","text/html"],tu="text/html",oe,wa=null,ru=r.createElement("form"),pn=function(g){return g instanceof RegExp||g instanceof Function},Gt=function(g){wa&&wa===g||((!g||Ue(g)!=="object")&&(g={}),g=ia(g),ba=au.indexOf(g.PARSER_MEDIA_TYPE)===-1?ba=tu:ba=g.PARSER_MEDIA_TYPE,oe=ba==="application/xhtml+xml"?function(k){return k}:ht,q="ALLOWED_TAGS"in g?O({},g.ALLOWED_TAGS,oe):Ja,re="ALLOWED_ATTR"in g?O({},g.ALLOWED_ATTR,oe):Za,Ot="ADD_URI_SAFE_ATTR"in g?O(ia(gn),g.ADD_URI_SAFE_ATTR,oe):gn,fn="ADD_DATA_URI_TAGS"in g?O(ia(vn),g.ADD_DATA_URI_TAGS,oe):vn,pa="FORBID_CONTENTS"in g?O({},g.FORBID_CONTENTS,oe):hn,ja="FORBID_TAGS"in g?O({},g.FORBID_TAGS,oe):{},Ft="FORBID_ATTR"in g?O({},g.FORBID_ATTR,oe):{},ga="USE_PROFILES"in g?g.USE_PROFILES:!1,ln=g.ALLOW_ARIA_ATTR!==!1,Lt=g.ALLOW_DATA_ATTR!==!1,mn=g.ALLOW_UNKNOWN_PROTOCOLS||!1,fa=g.SAFE_FOR_TEMPLATES||!1,ta=g.WHOLE_DOCUMENT||!1,va=g.RETURN_DOM||!1,et=g.RETURN_DOM_FRAGMENT||!1,at=g.RETURN_TRUSTED_TYPE||!1,Ht=g.FORCE_BODY||!1,cn=g.SANITIZE_DOM!==!1,Vt=g.KEEP_CONTENT!==!1,Ta=g.IN_PLACE||!1,Pe=g.ALLOWED_URI_REGEXP||Pe,tt=g.NAMESPACE||Ge,g.CUSTOM_ELEMENT_HANDLING&&pn(g.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&($.tagNameCheck=g.CUSTOM_ELEMENT_HANDLING.tagNameCheck),g.CUSTOM_ELEMENT_HANDLING&&pn(g.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&($.attributeNameCheck=g.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),g.CUSTOM_ELEMENT_HANDLING&&typeof g.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&($.allowCustomizedBuiltInElements=g.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),fa&&(Lt=!1),et&&(va=!0),ga&&(q=O({},je(Bi)),re=[],ga.html===!0&&(O(q,Xi),O(re,Gi)),ga.svg===!0&&(O(q,sr),O(re,lr),O(re,lt)),ga.svgFilters===!0&&(O(q,ur),O(re,lr),O(re,lt)),ga.mathMl===!0&&(O(q,dr),O(re,qi),O(re,lt))),g.ADD_TAGS&&(q===Ja&&(q=ia(q)),O(q,g.ADD_TAGS,oe)),g.ADD_ATTR&&(re===Za&&(re=ia(re)),O(re,g.ADD_ATTR,oe)),g.ADD_URI_SAFE_ATTR&&O(Ot,g.ADD_URI_SAFE_ATTR,oe),g.FORBID_CONTENTS&&(pa===hn&&(pa=ia(pa)),O(pa,g.FORBID_CONTENTS,oe)),Vt&&(q["#text"]=!0),ta&&O(q,["html","head","body"]),q.table&&(O(q,["tbody"]),delete ja.tbody),$e&&$e(g),wa=g)},bn=O({},["mi","mo","mn","ms","mtext"]),wn=O({},["foreignobject","desc","title","annotation-xml"]),nu=O({},["title","style","font","a","script"]),rt=O({},sr);O(rt,ur),O(rt,J5);var qt=O({},dr);O(qt,Z5);var iu=function(g){var k=x(g);(!k||!k.tagName)&&(k={namespaceURI:Ge,tagName:"template"});var W=ht(g.tagName),Y=ht(k.tagName);return g.namespaceURI===Xt?k.namespaceURI===Ge?W==="svg":k.namespaceURI===It?W==="svg"&&(Y==="annotation-xml"||bn[Y]):!!rt[W]:g.namespaceURI===It?k.namespaceURI===Ge?W==="math":k.namespaceURI===Xt?W==="math"&&wn[Y]:!!qt[W]:g.namespaceURI===Ge?k.namespaceURI===Xt&&!wn[Y]||k.namespaceURI===It&&!bn[Y]?!1:!qt[W]&&(nu[W]||!rt[W]):!1},He=function(g){Na(e.removed,{element:g});try{g.parentNode.removeChild(g)}catch{try{g.outerHTML=F}catch{g.remove()}}},yn=function(g,k){try{Na(e.removed,{attribute:k.getAttributeNode(g),from:k})}catch{Na(e.removed,{attribute:null,from:k})}if(k.removeAttribute(g),g==="is"&&!re[g])if(va||et)try{He(k)}catch{}else try{k.setAttribute(g,"")}catch{}},$n=function(g){var k,W;if(Ht)g=""+g;else{var Y=Y5(g,/^[\r\n\t ]+/);W=Y&&Y[0]}ba==="application/xhtml+xml"&&(g=''+g+"");var Me=T?T.createHTML(g):g;if(tt===Ge)try{k=new b().parseFromString(Me,ba)}catch{}if(!k||!k.documentElement){k=V.createDocument(tt,"template",null);try{k.documentElement.innerHTML=Bt?"":Me}catch{}}var me=k.body||k.documentElement;return g&&W&&me.insertBefore(r.createTextNode(W),me.childNodes[0]||null),tt===Ge?ue.call(k,ta?"html":"body")[0]:ta?k.documentElement:me},kn=function(g){return G.call(g.ownerDocument||g,g,c.SHOW_ELEMENT|c.SHOW_COMMENT|c.SHOW_TEXT,null,!1)},ou=function(g){return g instanceof w&&(typeof g.nodeName!="string"||typeof g.textContent!="string"||typeof g.removeChild!="function"||!(g.attributes instanceof v)||typeof g.removeAttribute!="function"||typeof g.setAttribute!="function"||typeof g.namespaceURI!="string"||typeof g.insertBefore!="function")},za=function(g){return Ue(u)==="object"?g instanceof u:g&&Ue(g)==="object"&&typeof g.nodeType=="number"&&typeof g.nodeName=="string"},Ve=function(g,k,W){le[g]&&q5(le[g],function(Y){Y.call(e,k,W,wa)})},Pn=function(g){var k;if(Ve("beforeSanitizeElements",g,null),ou(g)||he(/[\u0080-\uFFFF]/,g.nodeName))return He(g),!0;var W=oe(g.nodeName);if(Ve("uponSanitizeElement",g,{tagName:W,allowedTags:q}),g.hasChildNodes()&&!za(g.firstElementChild)&&(!za(g.content)||!za(g.content.firstElementChild))&&he(/<[/\w]/g,g.innerHTML)&&he(/<[/\w]/g,g.textContent)||W==="select"&&he(/