fastapi-rtk 0.0.102 → 0.0.105
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fastapi-rtk.es.js +8291 -6776
- package/dist/fastapi-rtk.umd.js +66 -65
- package/package.json +10 -9
package/dist/fastapi-rtk.umd.js
CHANGED
|
@@ -1,108 +1,108 @@
|
|
|
1
|
-
(function(k,v){typeof exports=="object"&&typeof module<"u"?v(exports,require("react"),require("react/jsx-runtime"),require("react-router-dom"),require("zustand"),require("@tanstack/react-query"),require("@mantine/hooks"),require("@mantine/core"),require("@mantine/form"),require("@mantine/dates"),require("@jsonforms/core"),require("@jsonforms/react"),require("clsx"),require("@emotion/react"),require("mantine-react-table")):typeof define=="function"&&define.amd?define(["exports","react","react/jsx-runtime","react-router-dom","zustand","@tanstack/react-query","@mantine/hooks","@mantine/core","@mantine/form","@mantine/dates","@jsonforms/core","@jsonforms/react","clsx","@emotion/react","mantine-react-table"],v):(k=typeof globalThis<"u"?globalThis:k||self,v(k["fastapi-rtk"]={},k.React,k.jsxRuntime,k.reactRouterDom,k.zustand,k.reactQuery,k.hooks,k.core,k.form,k.dates,k.core$1,k.react,k.clsx,k.react$1,k.mantineReactTable))})(this,function(k,v,l,bs,Pu,tt,ve,g,or,ft,W,fe,At,vs,rt){"use strict";var Wx=Object.defineProperty;var Gx=(k,v,l)=>v in k?Wx(k,v,{enumerable:!0,configurable:!0,writable:!0,value:l}):k[v]=l;var $u=(k,v,l)=>Gx(k,typeof v!="symbol"?v+"":v,l);function Iu(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const Oe=Iu(v),Ts=v.createContext({path:"",data:null,info:null,queryParams:null,loading:!1,error:null,streaming:null,specialKey:null,setQueryParams:e=>null,refetch:()=>null,refetchInfo:()=>null,getEntry:async e=>({}),addEntry:async(e,t)=>({}),updateEntry:async(e,t,r)=>({}),deleteEntry:async(e,t)=>({}),download:async e=>null});function Q(){const e=v.useContext(Ts);if(e===void 0)throw new Error("useApi must be used within a ApiProvider");return e}function $e({path:e,method:t,body:r=void 0,queryParams:n=void 0}){const o=Object.entries(n||{}).reduce((a,[c,u])=>((Array.isArray(u)||typeof u=="object")&&(u=JSON.stringify(u)),a[c]=u,a),{}),s=new bs.createSearchParams(o);e=e+"?"+s;const i={method:t,mode:"cors",credentials:"include",headers:{"Content-Type":"application/json"},redirect:"follow",referrerPolicy:"no-referrer",body:r?JSON.stringify(r):null};return{fetchPath:e,options:i}}function ku(e){const t=[];if(e.length===0)return"";if(typeof e[0]!="string")throw new TypeError("Url must be a string. Received "+e[0]);e[0].match(/^[^/:]+:\/*$/)&&e.length>1&&(e[0]=e.shift()+e[0]),e[0].match(/^file:\/\/\//)?e[0]=e[0].replace(/^([^/:]+):\/*/,"$1:///"):e[0]=e[0].replace(/^([^/:]+):\/*/,"$1://");for(let o=0;o<e.length;o++){let s=e[o];if(typeof s!="string")throw new TypeError("Url must be a string. Received "+s);s!==""&&(o>0&&(s=s.replace(/^[\/]+/,"")),o<e.length-1?s=s.replace(/[\/]+$/,""):s=s.replace(/[\/]+$/,"/"),t.push(s))}let r=t.join("/");r=r.replace(/\/(\?|&|#[^!])/g,"$1");const n=r.split("?");return r=n.shift()+(n.length>0?"?":"")+n.join("&"),r}function Se(...e){const t=Array.from(Array.isArray(e[0])?e[0]:e);return ku(t)}const Mu=e=>new Proxy(e,{get(t,r){return t(n=>n[r])}}),Du=(e,t)=>Object.entries(t).reduce((r,[n,o])=>typeof o=="object"&&JSON.stringify(o)===JSON.stringify(e[n])||o===e[n]?r:{...r,[n]:o},{});function sr(e){const[t]=v.useState(()=>Pu.create(()=>({...e}))),[r]=v.useState(()=>Mu(t));return v.useEffect(()=>{t.setState(n=>Du(n,e))},[e,t]),r}const Ss=v.createContext({user:null,loading:!1,error:null,signin:async(e,t)=>null,signout:async()=>null,update:async e=>null,resetPassword:async e=>null,oauth_signin:(e,t)=>null,refetch:async()=>null});function bt(){return v.useContext(Ss)}const _s=v.createContext({baseUrl:"",info:null,loading:!1,error:null});function ws(){return v.useContext(_s)}async function Fu(e,{username:t,password:r}){const n=new FormData;n.append("username",t),n.append("password",r);const{fetchPath:o,options:s}=$e({path:Se(e,"auth/login"),method:"POST"}),i=await fetch(o,{...s,headers:{"Content-Type":"application/x-www-form-urlencoded"},body:new URLSearchParams(n)});if(!i.ok)throw i.status===400?new Error("Username or password wrong."):new Error("Failed to sign in.")}async function Nu(e){const{fetchPath:t,options:r}=$e({path:Se(e,"auth/logout"),method:"POST"});if(!(await fetch(t,r)).ok)throw new Error("Failed to sign out.")}async function Lu(e,t,{email:r}){const{fetchPath:n,options:o}=$e({path:Se(e,"auth/forgot-password"),method:"POST",body:{email:r}}),s=await fetch(n,o);if(!s.ok)throw new Error("Couldn't request token to reset password");const i=await s.json(),{token:a}=i,{fetchPath:c,options:u}=$e({path:Se(e,"auth/reset-password"),method:"POST",body:{token:a,password:t}});if(!(await fetch(c,u)).ok)throw new Error("Couldn't reset password")}async function ju(e,t,r,n){const o=Se(e,"auth/login",t);if(!r){window.location.href=Se(e,"auth/login",t);return}const s=500,i=500,a=window.screenLeft+window.outerWidth/2-s/2,c=window.screenTop+window.outerHeight/2-i/2,u=window.open(o+"?popup=true","auth",`toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=${s}, height=${i}, top=${c}, left=${a}`),d=window.setInterval(function(){u.closed!==!1&&(window.clearInterval(d),n==null||n())},200)}async function zu(e,t){const{fetchPath:r,options:n}=$e({path:Se(e,"info/"),method:"GET"}),o=await fetch(r,{signal:t,...n}),s=await o.json();if(!o.ok){const i=typeof s.detail=="string"?s.detail:JSON.stringify(s.detail,null,2);throw new Error(i)}return s}async function Bu(e,t){const{fetchPath:r,options:n}=$e({path:Se(e,"auth/user"),method:"GET"}),o=await fetch(r,{signal:t,...n}),s=await o.json();if(!o.ok){const i=typeof s.detail=="string"?s.detail:JSON.stringify(s.detail,null,2);throw new Error(i)}return s}async function Uu(e,t){const{fetchPath:r,options:n}=$e({path:Se(e,"auth/user"),method:"PUT",body:t}),o=await fetch(r,n),s=await o.json();if(!o.ok){const i=typeof s.detail=="string"?s.detail:JSON.stringify(s.detail,null,2);throw new Error(i)}return s}function Vu(e,t){const r=tt.useQueryClient(),n=tt.useQuery({queryKey:["user"],queryFn:({signal:f})=>Bu(e,f),retry:!1,...t}),[o,s]=v.useState(null),i=v.useCallback(({username:f,password:p})=>{s(null),Fu(e,{username:f,password:p}).then(()=>r.invalidateQueries({queryKey:["user"]})).catch(y=>s(y))},[e,r]),a=v.useCallback(()=>{s(null),Nu(e).then(()=>r.resetQueries({queryKey:["user"]})).then(()=>r.resetQueries({queryKey:["info"]})).catch(f=>s(f))},[e,r]),c=v.useCallback(f=>{s(null),Uu(e,f).then(()=>r.invalidateQueries({queryKey:["user"]})).catch(p=>s(p))},[e,r]),u=v.useCallback(f=>{s(null),Lu(e,f,n.data).catch(p=>s(p))},[e,n.data]),d=v.useCallback((f,p)=>ju(e,f,p,()=>r.invalidateQueries({queryKey:["user"]})),[e,r]);return{user:n.isError?null:n.data,loading:n.isFetching,error:o?o.message:null,signin:i,signout:a,update:c,resetPassword:u,oauth_signin:d,refetch:n.refetch}}function Wu(e,t){const r=tt.useQuery({queryKey:["info"],queryFn:({signal:n})=>zu(e,n),enabled:!1});return v.useEffect(()=>{t.user&&!r.data&&r.refetch()},[t.user,r]),{baseUrl:e,info:r.data,loading:r.isFetching,error:r.error}}function Gu(e){const t={baseUrl:new URL(document.baseURI).pathname+"/api/v1",inheritMantineTheme:!1},{baseUrl:r,authQueryProps:n,children:o}={...t,...e},s=Vu(r,n),i=sr(s),a=Wu(r,s),c=sr(a);return l.jsx(Ss.Provider,{value:i,children:l.jsx(_s.Provider,{value:c,children:o})})}function Hu(e){const[t]=v.useState(()=>new tt.QueryClient);return l.jsx(tt.QueryClientProvider,{client:t,children:l.jsx(Gu,{...e})})}const Cs=v.createContext({bulkActions:{selectedIds:[],setSelectedIds:()=>{}},dispatchBulkActions:async(e,t)=>{},error:null});function Yu(){const e=v.useContext(Cs);if(e===void 0)throw new Error("useBulkActions must be used within a ApiProvider");return e}const qu=async(e,t)=>{const{fetchPath:r,options:n}=$e({path:Se(e,"/"),method:"POST",body:t}),o=await fetch(r,n);let s=null;const i=o.headers.get("content-type");if(i&&i.includes("application/json")?s=await o.json():s=await o.text(),!o.ok)throw typeof s=="object"?new Error(typeof s.detail=="string"?s.detail:JSON.stringify(s,null,2)):new Error(s);return s},Ku=async(e,t)=>{const{fetchPath:r,options:n}=$e({path:Se(e,t.toString()),method:"DELETE"}),o=await fetch(r,n);let s=null;const i=o.headers.get("content-type");if(i&&i.includes("application/json")?s=await o.json():s=await o.text(),!o.ok)throw typeof s=="object"?new Error(typeof s.detail=="string"?s.detail:JSON.stringify(s,null,2)):new Error(s);return s},Ju=async(e,t)=>{const{fetchPath:r,options:n}=$e({path:e,method:"GET"}),o=await fetch(r,{signal:t,...n}),s=await o.json();if(!o.ok){const i=typeof s.detail=="string"?s.detail:JSON.stringify(s.detail,null,2);throw new Error(i)}return s},Zu=async(e,t)=>{const{fetchPath:r,options:n}=$e({path:Se(e,t.toString()),method:"GET"}),o=await fetch(r,n);let s=null;const i=o.headers.get("content-type");if(i&&i.includes("application/json")?s=await o.json():s=await o.text(),!o.ok)throw typeof s=="object"?new Error(typeof s.detail=="string"?s.detail:JSON.stringify(s,null,2)):new Error(s);return s},Xu=async(e,t,r)=>{const{fetchPath:n,options:o}=$e({path:e,method:"GET",queryParams:t}),s=await fetch(n,{signal:r,...o});let i=null;const a=s.headers.get("content-type");if(a&&a.includes("application/json")?i=await s.json():i=await s.text(),!s.ok)throw typeof i=="object"?new Error(typeof i.detail=="string"?i.detail:JSON.stringify(i,null,2)):new Error(i);return i},Qu=async(e,t,r)=>{const{fetchPath:n,options:o}=$e({path:Se(e,t.toString()),method:"PUT",body:r}),s=await fetch(n,o);let i=null;const a=s.headers.get("content-type");if(a&&a.includes("application/json")?i=await s.json():i=await s.text(),!s.ok)throw typeof i=="object"?new Error(typeof i.detail=="string"?i.detail:JSON.stringify(i,null,2)):new Error(i);return i},ze=e=>e&&typeof e=="object"?Array.isArray(e)?e.join(","):JSON.stringify(e):e,Ru={columns:[],filters:[],page:0,page_size:25};function Ar(e,t={}){return Object.entries(t).reduce((r,[n,o])=>o==null?(delete r[n],r):{...r,[n]:o},e||Ru)}const Es=e=>{const t={};for(const r of e)switch(r.type){case"RelatedList":t[r.name]=[];break;case"Boolean":t[r.name]="false";break;case"Date":case"DateTime":case"Integer":case"Float":case"Geometry":case"Raw":case"Related":t[r.name]=void 0;break;default:t[r.name]=""}return t};var Or=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function dt(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function vt(e){this._maxSize=e,this.clear()}vt.prototype.clear=function(){this._size=0,this._values=Object.create(null)},vt.prototype.get=function(e){return this._values[e]},vt.prototype.set=function(e,t){return this._size>=this._maxSize&&this.clear(),e in this._values||this._size++,this._values[e]=t};var ef=/[^.^\]^[]+|(?=\[\]|\.\.)/g,xs=/^\d+$/,tf=/^\d/,rf=/[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g,nf=/^\s*(['"]?)(.*?)(\1)\s*$/,Fn=512,As=new vt(Fn),Os=new vt(Fn),$s=new vt(Fn),Tt={Cache:vt,split:Ln,normalizePath:Nn,setter:function(e){var t=Nn(e);return Os.get(e)||Os.set(e,function(n,o){for(var s=0,i=t.length,a=n;s<i-1;){var c=t[s];if(c==="__proto__"||c==="constructor"||c==="prototype")return n;a=a[t[s++]]}a[t[s]]=o})},getter:function(e,t){var r=Nn(e);return $s.get(e)||$s.set(e,function(o){for(var s=0,i=r.length;s<i;)if(o!=null||!t)o=o[r[s++]];else return;return o})},join:function(e){return e.reduce(function(t,r){return t+(jn(r)||xs.test(r)?"["+r+"]":(t?".":"")+r)},"")},forEach:function(e,t,r){of(Array.isArray(e)?e:Ln(e),t,r)}};function Nn(e){return As.get(e)||As.set(e,Ln(e).map(function(t){return t.replace(nf,"$2")}))}function Ln(e){return e.match(ef)||[""]}function of(e,t,r){var n=e.length,o,s,i,a;for(s=0;s<n;s++)o=e[s],o&&(lf(o)&&(o='"'+o+'"'),a=jn(o),i=!a&&/^\d+$/.test(o),t.call(r,o,a,i,s,e))}function jn(e){return typeof e=="string"&&e&&["'",'"'].indexOf(e.charAt(0))!==-1}function sf(e){return e.match(tf)&&!e.match(xs)}function af(e){return rf.test(e)}function lf(e){return!jn(e)&&(sf(e)||af(e))}const cf=/[A-Z\xc0-\xd6\xd8-\xde]?[a-z\xdf-\xf6\xf8-\xff]+(?:['’](?:d|ll|m|re|s|t|ve))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde]|$)|(?:[A-Z\xc0-\xd6\xd8-\xde]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:D|LL|M|RE|S|T|VE))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde](?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])|$)|[A-Z\xc0-\xd6\xd8-\xde]?(?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:d|ll|m|re|s|t|ve))?|[A-Z\xc0-\xd6\xd8-\xde]+(?:['’](?:D|LL|M|RE|S|T|VE))?|\d*(?:1ST|2ND|3RD|(?![123])\dTH)(?=\b|[a-z_])|\d*(?:1st|2nd|3rd|(?![123])\dth)(?=\b|[A-Z_])|\d+|(?:[\u2700-\u27bf]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?(?:\u200d(?:[^\ud800-\udfff]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?)*/g,$r=e=>e.match(cf)||[],Pr=e=>e[0].toUpperCase()+e.slice(1),zn=(e,t)=>$r(e).join(t).toLowerCase(),Ps=e=>$r(e).reduce((t,r)=>`${t}${t?r[0].toUpperCase()+r.slice(1).toLowerCase():r.toLowerCase()}`,"");var Bn={words:$r,upperFirst:Pr,camelCase:Ps,pascalCase:e=>Pr(Ps(e)),snakeCase:e=>zn(e,"_"),kebabCase:e=>zn(e,"-"),sentenceCase:e=>Pr(zn(e," ")),titleCase:e=>$r(e).map(Pr).join(" ")},Un={exports:{}};Un.exports=function(e){return Is(uf(e),e)},Un.exports.array=Is;function Is(e,t){var r=e.length,n=new Array(r),o={},s=r,i=ff(t),a=df(e);for(t.forEach(function(u){if(!a.has(u[0])||!a.has(u[1]))throw new Error("Unknown node. There is an unknown node in the supplied edges.")});s--;)o[s]||c(e[s],s,new Set);return n;function c(u,d,f){if(f.has(u)){var p;try{p=", node was:"+JSON.stringify(u)}catch{p=""}throw new Error("Cyclic dependency"+p)}if(!a.has(u))throw new Error("Found unknown node. Make sure to provided all involved nodes. Unknown node: "+JSON.stringify(u));if(!o[d]){o[d]=!0;var y=i.get(u)||new Set;if(y=Array.from(y),d=y.length){f.add(u);do{var b=y[--d];c(b,a.get(b),f)}while(d);f.delete(u)}n[--r]=u}}}function uf(e){for(var t=new Set,r=0,n=e.length;r<n;r++){var o=e[r];t.add(o[0]),t.add(o[1])}return Array.from(t)}function ff(e){for(var t=new Map,r=0,n=e.length;r<n;r++){var o=e[r];t.has(o[0])||t.set(o[0],new Set),t.has(o[1])||t.set(o[1],new Set),t.get(o[0]).add(o[1])}return t}function df(e){for(var t=new Map,r=0,n=e.length;r<n;r++)t.set(e[r],r);return t}var pf=Un.exports;const hf=dt(pf),gf=Object.prototype.toString,mf=Error.prototype.toString,yf=RegExp.prototype.toString,bf=typeof Symbol<"u"?Symbol.prototype.toString:()=>"",vf=/^Symbol\((.*)\)(.*)$/;function Tf(e){return e!=+e?"NaN":e===0&&1/e<0?"-0":""+e}function ks(e,t=!1){if(e==null||e===!0||e===!1)return""+e;const r=typeof e;if(r==="number")return Tf(e);if(r==="string")return t?`"${e}"`:e;if(r==="function")return"[Function "+(e.name||"anonymous")+"]";if(r==="symbol")return bf.call(e).replace(vf,"Symbol($1)");const n=gf.call(e).slice(8,-1);return n==="Date"?isNaN(e.getTime())?""+e:e.toISOString(e):n==="Error"||e instanceof Error?"["+mf.call(e)+"]":n==="RegExp"?yf.call(e):null}function Je(e,t){let r=ks(e,t);return r!==null?r:JSON.stringify(e,function(n,o){let s=ks(this[n],t);return s!==null?s:o},2)}function Ms(e){return e==null?[]:[].concat(e)}let Ds,Fs,Ns,Sf=/\$\{\s*(\w+)\s*\}/g;Ds=Symbol.toStringTag;class Ls{constructor(t,r,n,o){this.name=void 0,this.message=void 0,this.value=void 0,this.path=void 0,this.type=void 0,this.params=void 0,this.errors=void 0,this.inner=void 0,this[Ds]="Error",this.name="ValidationError",this.value=r,this.path=n,this.type=o,this.errors=[],this.inner=[],Ms(t).forEach(s=>{if(_e.isError(s)){this.errors.push(...s.errors);const i=s.inner.length?s.inner:[s];this.inner.push(...i)}else this.errors.push(s)}),this.message=this.errors.length>1?`${this.errors.length} errors occurred`:this.errors[0]}}Fs=Symbol.hasInstance,Ns=Symbol.toStringTag;class _e extends Error{static formatError(t,r){const n=r.label||r.path||"this";return r=Object.assign({},r,{path:n,originalPath:r.path}),typeof t=="string"?t.replace(Sf,(o,s)=>Je(r[s])):typeof t=="function"?t(r):t}static isError(t){return t&&t.name==="ValidationError"}constructor(t,r,n,o,s){const i=new Ls(t,r,n,o);if(s)return i;super(),this.value=void 0,this.path=void 0,this.type=void 0,this.params=void 0,this.errors=[],this.inner=[],this[Ns]="Error",this.name=i.name,this.message=i.message,this.type=i.type,this.value=i.value,this.path=i.path,this.errors=i.errors,this.inner=i.inner,Error.captureStackTrace&&Error.captureStackTrace(this,_e)}static[Fs](t){return Ls[Symbol.hasInstance](t)||super[Symbol.hasInstance](t)}}let Ze={default:"${path} is invalid",required:"${path} is a required field",defined:"${path} must be defined",notNull:"${path} cannot be null",oneOf:"${path} must be one of the following values: ${values}",notOneOf:"${path} must not be one of the following values: ${values}",notType:({path:e,type:t,value:r,originalValue:n})=>{const o=n!=null&&n!==r?` (cast from the value \`${Je(n,!0)}\`).`:".";return t!=="mixed"?`${e} must be a \`${t}\` type, but the final value was: \`${Je(r,!0)}\``+o:`${e} must match the configured type. The validated value was: \`${Je(r,!0)}\``+o}},Ne={length:"${path} must be exactly ${length} characters",min:"${path} must be at least ${min} characters",max:"${path} must be at most ${max} characters",matches:'${path} must match the following: "${regex}"',email:"${path} must be a valid email",url:"${path} must be a valid URL",uuid:"${path} must be a valid UUID",datetime:"${path} must be a valid ISO date-time",datetime_precision:"${path} must be a valid ISO date-time with a sub-second precision of exactly ${precision} digits",datetime_offset:'${path} must be a valid ISO date-time with UTC "Z" timezone',trim:"${path} must be a trimmed string",lowercase:"${path} must be a lowercase string",uppercase:"${path} must be a upper case string"},pt={min:"${path} must be greater than or equal to ${min}",max:"${path} must be less than or equal to ${max}",lessThan:"${path} must be less than ${less}",moreThan:"${path} must be greater than ${more}",positive:"${path} must be a positive number",negative:"${path} must be a negative number",integer:"${path} must be an integer"},Vn={min:"${path} field must be later than ${min}",max:"${path} field must be at earlier than ${max}"},Wn={isValue:"${path} field must be ${value}"},Ir={noUnknown:"${path} field has unspecified keys: ${unknown}",exact:"${path} object contains unknown properties: ${properties}"},kr={min:"${path} field must have at least ${min} items",max:"${path} field must have less than or equal to ${max} items",length:"${path} must have ${length} items"},js={notType:e=>{const{path:t,value:r,spec:n}=e,o=n.types.length;if(Array.isArray(r)){if(r.length<o)return`${t} tuple value has too few items, expected a length of ${o} but got ${r.length} for value: \`${Je(r,!0)}\``;if(r.length>o)return`${t} tuple value has too many items, expected a length of ${o} but got ${r.length} for value: \`${Je(r,!0)}\``}return _e.formatError(Ze.notType,e)}};var zs=Object.assign(Object.create(null),{mixed:Ze,string:Ne,number:pt,date:Vn,object:Ir,array:kr,boolean:Wn,tuple:js});const St=e=>e&&e.__isYupSchema__;class Mr{static fromOptions(t,r){if(!r.then&&!r.otherwise)throw new TypeError("either `then:` or `otherwise:` is required for `when()` conditions");let{is:n,then:o,otherwise:s}=r,i=typeof n=="function"?n:(...a)=>a.every(c=>c===n);return new Mr(t,(a,c)=>{var u;let d=i(...a)?o:s;return(u=d==null?void 0:d(c))!=null?u:c})}constructor(t,r){this.fn=void 0,this.refs=t,this.refs=t,this.fn=r}resolve(t,r){let n=this.refs.map(s=>s.getValue(r==null?void 0:r.value,r==null?void 0:r.parent,r==null?void 0:r.context)),o=this.fn(n,t,r);if(o===void 0||o===t)return t;if(!St(o))throw new TypeError("conditions must return a schema object");return o.resolve(r)}}const Dr={context:"$",value:"."};function _f(e,t){return new ht(e,t)}class ht{constructor(t,r={}){if(this.key=void 0,this.isContext=void 0,this.isValue=void 0,this.isSibling=void 0,this.path=void 0,this.getter=void 0,this.map=void 0,typeof t!="string")throw new TypeError("ref must be a string, got: "+t);if(this.key=t.trim(),t==="")throw new TypeError("ref must be a non-empty string");this.isContext=this.key[0]===Dr.context,this.isValue=this.key[0]===Dr.value,this.isSibling=!this.isContext&&!this.isValue;let n=this.isContext?Dr.context:this.isValue?Dr.value:"";this.path=this.key.slice(n.length),this.getter=this.path&&Tt.getter(this.path,!0),this.map=r.map}getValue(t,r,n){let o=this.isContext?n:this.isValue?t:r;return this.getter&&(o=this.getter(o||{})),this.map&&(o=this.map(o)),o}cast(t,r){return this.getValue(t,r==null?void 0:r.parent,r==null?void 0:r.context)}resolve(){return this}describe(){return{type:"ref",key:this.key}}toString(){return`Ref(${this.key})`}static isRef(t){return t&&t.__isYupRef}}ht.prototype.__isYupRef=!0;const Ye=e=>e==null;function Ot(e){function t({value:r,path:n="",options:o,originalValue:s,schema:i},a,c){const{name:u,test:d,params:f,message:p,skipAbsent:y}=e;let{parent:b,context:h,abortEarly:C=i.spec.abortEarly,disableStackTrace:x=i.spec.disableStackTrace}=o;function F(A){return ht.isRef(A)?A.getValue(r,b,h):A}function $(A={}){const L=Object.assign({value:r,originalValue:s,label:i.spec.label,path:A.path||n,spec:i.spec,disableStackTrace:A.disableStackTrace||x},f,A.params);for(const J of Object.keys(L))L[J]=F(L[J]);const Y=new _e(_e.formatError(A.message||p,L),r,L.path,A.type||u,L.disableStackTrace);return Y.params=L,Y}const w=C?a:c;let S={path:n,parent:b,type:u,from:o.from,createError:$,resolve:F,options:o,originalValue:s,schema:i};const I=A=>{_e.isError(A)?w(A):A?c(null):w($())},j=A=>{_e.isError(A)?w(A):a(A)};if(y&&Ye(r))return I(!0);let U;try{var m;if(U=d.call(S,r,S),typeof((m=U)==null?void 0:m.then)=="function"){if(o.sync)throw new Error(`Validation test of type: "${S.type}" returned a Promise during a synchronous validate. This test will finish after the validate call has returned`);return Promise.resolve(U).then(I,j)}}catch(A){j(A);return}I(U)}return t.OPTIONS=e,t}function Gn(e,t,r,n=r){let o,s,i;return t?(Tt.forEach(t,(a,c,u)=>{let d=c?a.slice(1,a.length-1):a;e=e.resolve({context:n,parent:o,value:r});let f=e.type==="tuple",p=u?parseInt(d,10):0;if(e.innerType||f){if(f&&!u)throw new Error(`Yup.reach cannot implicitly index into a tuple type. the path part "${i}" must contain an index to the tuple element, e.g. "${i}[0]"`);if(r&&p>=r.length)throw new Error(`Yup.reach cannot resolve an array item at index: ${a}, in the path: ${t}. because there is no value at that index. `);o=r,r=r&&r[p],e=f?e.spec.types[p]:e.innerType}if(!u){if(!e.fields||!e.fields[d])throw new Error(`The schema does not contain the path: ${t}. (failed at: ${i} which is a type: "${e.type}")`);o=r,r=r&&r[d],e=e.fields[d]}s=d,i=c?"["+a+"]":"."+a}),{schema:e,parent:o,parentPath:s}):{parent:o,parentPath:t,schema:e}}function wf(e,t,r,n){return Gn(e,t,r,n).schema}class Fr extends Set{describe(){const t=[];for(const r of this.values())t.push(ht.isRef(r)?r.describe():r);return t}resolveAll(t){let r=[];for(const n of this.values())r.push(t(n));return r}clone(){return new Fr(this.values())}merge(t,r){const n=this.clone();return t.forEach(o=>n.add(o)),r.forEach(o=>n.delete(o)),n}}function $t(e,t=new Map){if(St(e)||!e||typeof e!="object")return e;if(t.has(e))return t.get(e);let r;if(e instanceof Date)r=new Date(e.getTime()),t.set(e,r);else if(e instanceof RegExp)r=new RegExp(e),t.set(e,r);else if(Array.isArray(e)){r=new Array(e.length),t.set(e,r);for(let n=0;n<e.length;n++)r[n]=$t(e[n],t)}else if(e instanceof Map){r=new Map,t.set(e,r);for(const[n,o]of e.entries())r.set(n,$t(o,t))}else if(e instanceof Set){r=new Set,t.set(e,r);for(const n of e)r.add($t(n,t))}else if(e instanceof Object){r={},t.set(e,r);for(const[n,o]of Object.entries(e))r[n]=$t(o,t)}else throw Error(`Unable to clone ${e}`);return r}class xe{constructor(t){this.type=void 0,this.deps=[],this.tests=void 0,this.transforms=void 0,this.conditions=[],this._mutate=void 0,this.internalTests={},this._whitelist=new Fr,this._blacklist=new Fr,this.exclusiveTests=Object.create(null),this._typeCheck=void 0,this.spec=void 0,this.tests=[],this.transforms=[],this.withMutation(()=>{this.typeError(Ze.notType)}),this.type=t.type,this._typeCheck=t.check,this.spec=Object.assign({strip:!1,strict:!1,abortEarly:!0,recursive:!0,disableStackTrace:!1,nullable:!1,optional:!0,coerce:!0},t==null?void 0:t.spec),this.withMutation(r=>{r.nonNullable()})}get _type(){return this.type}clone(t){if(this._mutate)return t&&Object.assign(this.spec,t),this;const r=Object.create(Object.getPrototypeOf(this));return r.type=this.type,r._typeCheck=this._typeCheck,r._whitelist=this._whitelist.clone(),r._blacklist=this._blacklist.clone(),r.internalTests=Object.assign({},this.internalTests),r.exclusiveTests=Object.assign({},this.exclusiveTests),r.deps=[...this.deps],r.conditions=[...this.conditions],r.tests=[...this.tests],r.transforms=[...this.transforms],r.spec=$t(Object.assign({},this.spec,t)),r}label(t){let r=this.clone();return r.spec.label=t,r}meta(...t){if(t.length===0)return this.spec.meta;let r=this.clone();return r.spec.meta=Object.assign(r.spec.meta||{},t[0]),r}withMutation(t){let r=this._mutate;this._mutate=!0;let n=t(this);return this._mutate=r,n}concat(t){if(!t||t===this)return this;if(t.type!==this.type&&this.type!=="mixed")throw new TypeError(`You cannot \`concat()\` schema's of different types: ${this.type} and ${t.type}`);let r=this,n=t.clone();const o=Object.assign({},r.spec,n.spec);return n.spec=o,n.internalTests=Object.assign({},r.internalTests,n.internalTests),n._whitelist=r._whitelist.merge(t._whitelist,t._blacklist),n._blacklist=r._blacklist.merge(t._blacklist,t._whitelist),n.tests=r.tests,n.exclusiveTests=r.exclusiveTests,n.withMutation(s=>{t.tests.forEach(i=>{s.test(i.OPTIONS)})}),n.transforms=[...r.transforms,...n.transforms],n}isType(t){return t==null?!!(this.spec.nullable&&t===null||this.spec.optional&&t===void 0):this._typeCheck(t)}resolve(t){let r=this;if(r.conditions.length){let n=r.conditions;r=r.clone(),r.conditions=[],r=n.reduce((o,s)=>s.resolve(o,t),r),r=r.resolve(t)}return r}resolveOptions(t){var r,n,o,s;return Object.assign({},t,{from:t.from||[],strict:(r=t.strict)!=null?r:this.spec.strict,abortEarly:(n=t.abortEarly)!=null?n:this.spec.abortEarly,recursive:(o=t.recursive)!=null?o:this.spec.recursive,disableStackTrace:(s=t.disableStackTrace)!=null?s:this.spec.disableStackTrace})}cast(t,r={}){let n=this.resolve(Object.assign({value:t},r)),o=r.assert==="ignore-optionality",s=n._cast(t,r);if(r.assert!==!1&&!n.isType(s)){if(o&&Ye(s))return s;let i=Je(t),a=Je(s);throw new TypeError(`The value of ${r.path||"field"} could not be cast to a value that satisfies the schema type: "${n.type}".
|
|
1
|
+
(function(k,b){typeof exports=="object"&&typeof module<"u"?b(exports,require("react"),require("react/jsx-runtime"),require("react-router-dom"),require("zustand"),require("@tanstack/react-query"),require("@mantine/hooks"),require("@mantine/core"),require("@jsonforms/react"),require("@jsonforms/core"),require("@mantine/dates"),require("clsx"),require("@emotion/react"),require("@mantine/form"),require("mantine-react-table")):typeof define=="function"&&define.amd?define(["exports","react","react/jsx-runtime","react-router-dom","zustand","@tanstack/react-query","@mantine/hooks","@mantine/core","@jsonforms/react","@jsonforms/core","@mantine/dates","clsx","@emotion/react","@mantine/form","mantine-react-table"],b):(k=typeof globalThis<"u"?globalThis:k||self,b(k["fastapi-rtk"]={},k.React,k.jsxRuntime,k.reactRouterDom,k.zustand,k.reactQuery,k.hooks,k.core,k.react,k.core$1,k.dates,k.clsx,k.react$1,k.form,k.mantineReactTable))})(this,function(k,b,l,qs,qf,nt,fe,p,te,U,$t,Pt,Js,ln,rt){"use strict";var C2=Object.defineProperty;var E2=(k,b,l)=>b in k?C2(k,b,{enumerable:!0,configurable:!0,writable:!0,value:l}):k[b]=l;var Yf=(k,b,l)=>E2(k,typeof b!="symbol"?b+"":b,l);function Jf(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const $e=Jf(b),Ks=b.createContext({path:"",data:null,info:null,queryParams:null,loading:!1,error:null,streaming:null,specialKey:null,setQueryParams:e=>null,refetch:()=>null,refetchInfo:()=>null,getEntry:async e=>({}),addEntry:async(e,t)=>({}),updateEntry:async(e,t,n)=>({}),deleteEntry:async(e,t)=>({}),download:async e=>null});function J(){const e=b.useContext(Ks);if(e===void 0)throw new Error("useApi must be used within a ApiProvider");return e}function Pe({path:e,method:t,body:n=void 0,queryParams:r=void 0}){const o=Object.entries(r||{}).reduce((a,[c,u])=>((Array.isArray(u)||typeof u=="object")&&(u=JSON.stringify(u)),a[c]=u,a),{}),s=new qs.createSearchParams(o);e=e+"?"+s;const i={method:t,mode:"cors",credentials:"include",headers:{"Content-Type":"application/json"},redirect:"follow",referrerPolicy:"no-referrer",body:n?JSON.stringify(n):null};return{fetchPath:e,options:i}}function Kf(e){return e&&typeof e=="object"&&!Array.isArray(e)}const Nn=(...e)=>{const t={};return e.forEach(n=>{n&&Object.keys(n).forEach(r=>{Kf(n[r])&&r!=="ref"&&t[r]?t[r]=Nn(t[r],n[r]):t[r]=n[r]})}),t},Zf=e=>!e&&typeof e!="boolean"&&typeof e!="number"?null:typeof e=="boolean"?e.toString():Array.isArray(e)?e.map(t=>t.name_||JSON.stringify(t,null,2)).join(", "):typeof e=="object"?e.name_||JSON.stringify(e):e,Zs=(e,t)=>{const n=t.split("."),r=e[n[0]];if(n.length>1&&Array.isArray(r))return r.map(s=>Zs(s,n.slice(1).join("."))).join(", ");const o=t.split(".").reduce((s,i)=>s[i],e);return Zf(o)},Xs=(e,t)=>typeof e=="function"?e(t):e;function Xf(e){const t=[];if(e.length===0)return"";if(typeof e[0]!="string")throw new TypeError("Url must be a string. Received "+e[0]);e[0].match(/^[^/:]+:\/*$/)&&e.length>1&&(e[0]=e.shift()+e[0]),e[0].match(/^file:\/\/\//)?e[0]=e[0].replace(/^([^/:]+):\/*/,"$1:///"):e[0]=e[0].replace(/^([^/:]+):\/*/,"$1://");for(let o=0;o<e.length;o++){let s=e[o];if(typeof s!="string")throw new TypeError("Url must be a string. Received "+s);s!==""&&(o>0&&(s=s.replace(/^[\/]+/,"")),o<e.length-1?s=s.replace(/[\/]+$/,""):s=s.replace(/[\/]+$/,"/"),t.push(s))}let n=t.join("/");n=n.replace(/\/(\?|&|#[^!])/g,"$1");const r=n.split("?");return n=r.shift()+(r.length>0?"?":"")+r.join("&"),n}function Te(...e){const t=Array.from(Array.isArray(e[0])?e[0]:e);return Xf(t)}const Qf=e=>new Proxy(e,{get(t,n){return t(r=>r[n])}}),Rf=(e,t)=>Object.entries(t).reduce((n,[r,o])=>typeof o=="object"&&JSON.stringify(o)===JSON.stringify(e[r])||o===e[r]?n:{...n,[r]:o},{});function cn(e){const[t]=b.useState(()=>qf.create(()=>({...e}))),[n]=b.useState(()=>Qf(t));return b.useEffect(()=>{t.setState(r=>Rf(r,e))},[e,t]),n}const Qs=b.createContext({user:null,loading:!1,error:null,signin:async(e,t)=>null,signout:async()=>null,update:async e=>null,resetPassword:async e=>null,oauth_signin:(e,t)=>null,refetch:async()=>null});function Tt(){return b.useContext(Qs)}const Rs=b.createContext({baseUrl:"",info:null,loading:!1,error:null});function ei(){return b.useContext(Rs)}async function ed(e,{username:t,password:n}){const r=new FormData;r.append("username",t),r.append("password",n);const{fetchPath:o,options:s}=Pe({path:Te(e,"auth/login"),method:"POST"}),i=await fetch(o,{...s,headers:{"Content-Type":"application/x-www-form-urlencoded"},body:new URLSearchParams(r)});if(!i.ok)throw i.status===400?new Error("Username or password wrong."):new Error("Failed to sign in.")}async function td(e){const{fetchPath:t,options:n}=Pe({path:Te(e,"auth/logout"),method:"POST"});if(!(await fetch(t,n)).ok)throw new Error("Failed to sign out.")}async function nd(e,t,{email:n}){const{fetchPath:r,options:o}=Pe({path:Te(e,"auth/forgot-password"),method:"POST",body:{email:n}}),s=await fetch(r,o);if(!s.ok)throw new Error("Couldn't request token to reset password");const i=await s.json(),{token:a}=i,{fetchPath:c,options:u}=Pe({path:Te(e,"auth/reset-password"),method:"POST",body:{token:a,password:t}});if(!(await fetch(c,u)).ok)throw new Error("Couldn't reset password")}async function rd(e,t,n,r){const o=Te(e,"auth/login",t);if(!n){window.location.href=Te(e,"auth/login",t);return}const s=500,i=500,a=window.screenLeft+window.outerWidth/2-s/2,c=window.screenTop+window.outerHeight/2-i/2,u=window.open(o+"?popup=true","auth",`toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=${s}, height=${i}, top=${c}, left=${a}`),d=window.setInterval(function(){u.closed!==!1&&(window.clearInterval(d),r==null||r())},200)}async function od(e,t){const{fetchPath:n,options:r}=Pe({path:Te(e,"info/"),method:"GET"}),o=await fetch(n,{signal:t,...r}),s=await o.json();if(!o.ok){const i=typeof s.detail=="string"?s.detail:JSON.stringify(s.detail,null,2);throw new Error(i)}return s}async function sd(e,t){const{fetchPath:n,options:r}=Pe({path:Te(e,"auth/user"),method:"GET"}),o=await fetch(n,{signal:t,...r}),s=await o.json();if(!o.ok){const i=typeof s.detail=="string"?s.detail:JSON.stringify(s.detail,null,2);throw new Error(i)}return s}async function id(e,t){const{fetchPath:n,options:r}=Pe({path:Te(e,"auth/user"),method:"PUT",body:t}),o=await fetch(n,r),s=await o.json();if(!o.ok){const i=typeof s.detail=="string"?s.detail:JSON.stringify(s.detail,null,2);throw new Error(i)}return s}function ad(e,t){const n=nt.useQueryClient(),r=nt.useQuery({queryKey:["user"],queryFn:({signal:f})=>sd(e,f),retry:!1,...t}),[o,s]=b.useState(null),i=b.useCallback(({username:f,password:h})=>{s(null),ed(e,{username:f,password:h}).then(()=>n.invalidateQueries({queryKey:["user"]})).catch(y=>s(y))},[e,n]),a=b.useCallback(()=>{s(null),td(e).then(()=>n.resetQueries({queryKey:["user"]})).then(()=>n.resetQueries({queryKey:["info"]})).catch(f=>s(f))},[e,n]),c=b.useCallback(f=>{s(null),id(e,f).then(()=>n.invalidateQueries({queryKey:["user"]})).catch(h=>s(h))},[e,n]),u=b.useCallback(f=>{s(null),nd(e,f,r.data).catch(h=>s(h))},[e,r.data]),d=b.useCallback((f,h)=>rd(e,f,h,()=>n.invalidateQueries({queryKey:["user"]})),[e,n]);return{user:r.isError?null:r.data,loading:r.isFetching,error:o?o.message:null,signin:i,signout:a,update:c,resetPassword:u,oauth_signin:d,refetch:r.refetch}}function ld(e,t){const n=nt.useQuery({queryKey:["info"],queryFn:({signal:r})=>od(e,r),enabled:!1});return b.useEffect(()=>{t.user&&!n.data&&n.refetch()},[t.user,n]),{baseUrl:e,info:n.data,loading:n.isFetching,error:n.error}}function cd(e){const t={baseUrl:new URL(document.baseURI).pathname+"/api/v1",inheritMantineTheme:!1},{baseUrl:n,authQueryProps:r,children:o}={...t,...e},s=ad(n,r),i=cn(s),a=ld(n,s),c=cn(a);return l.jsx(Qs.Provider,{value:i,children:l.jsx(Rs.Provider,{value:c,children:o})})}function ud(e){const[t]=b.useState(()=>new nt.QueryClient);return l.jsx(nt.QueryClientProvider,{client:t,children:l.jsx(cd,{...e})})}const ti=b.createContext({bulkActions:{selectedIds:[],setSelectedIds:()=>{}},dispatchBulkActions:async(e,t)=>{},error:null});function fd(){const e=b.useContext(ti);if(e===void 0)throw new Error("useBulkActions must be used within a ApiProvider");return e}const dd=async(e,t)=>{const{fetchPath:n,options:r}=Pe({path:Te(e,"/"),method:"POST",body:t}),o=await fetch(n,r);let s=null;const i=o.headers.get("content-type");if(i&&i.includes("application/json")?s=await o.json():s=await o.text(),!o.ok)throw typeof s=="object"?new Error(typeof s.detail=="string"?s.detail:JSON.stringify(s,null,2)):new Error(s);return s},pd=async(e,t)=>{const{fetchPath:n,options:r}=Pe({path:Te(e,t.toString()),method:"DELETE"}),o=await fetch(n,r);let s=null;const i=o.headers.get("content-type");if(i&&i.includes("application/json")?s=await o.json():s=await o.text(),!o.ok)throw typeof s=="object"?new Error(typeof s.detail=="string"?s.detail:JSON.stringify(s,null,2)):new Error(s);return s},hd=async(e,t)=>{const{fetchPath:n,options:r}=Pe({path:e,method:"GET"}),o=await fetch(n,{signal:t,...r}),s=await o.json();if(!o.ok){const i=typeof s.detail=="string"?s.detail:JSON.stringify(s.detail,null,2);throw new Error(i)}return s},gd=async(e,t)=>{const{fetchPath:n,options:r}=Pe({path:Te(e,t.toString()),method:"GET"}),o=await fetch(n,r);let s=null;const i=o.headers.get("content-type");if(i&&i.includes("application/json")?s=await o.json():s=await o.text(),!o.ok)throw typeof s=="object"?new Error(typeof s.detail=="string"?s.detail:JSON.stringify(s,null,2)):new Error(s);return s},md=async(e,t,n)=>{const{fetchPath:r,options:o}=Pe({path:e,method:"GET",queryParams:t}),s=await fetch(r,{signal:n,...o});let i=null;const a=s.headers.get("content-type");if(a&&a.includes("application/json")?i=await s.json():i=await s.text(),!s.ok)throw typeof i=="object"?new Error(typeof i.detail=="string"?i.detail:JSON.stringify(i,null,2)):new Error(i);return i},yd=async(e,t,n)=>{const{fetchPath:r,options:o}=Pe({path:Te(e,t.toString()),method:"PUT",body:n}),s=await fetch(r,o);let i=null;const a=s.headers.get("content-type");if(a&&a.includes("application/json")?i=await s.json():i=await s.text(),!s.ok)throw typeof i=="object"?new Error(typeof i.detail=="string"?i.detail:JSON.stringify(i,null,2)):new Error(i);return i},Ie=e=>e&&typeof e=="object"?Array.isArray(e)?e.join(","):JSON.stringify(e):e,bd={columns:[],filters:[],page:0,page_size:25};function Ln(e,t={}){return Object.entries(t).reduce((n,[r,o])=>o==null?(delete n[r],n):{...n,[r]:o},e||bd)}const ni=e=>{const t={};for(const n of e)switch(n.type){case"RelatedList":t[n.name]=[];break;case"Boolean":t[n.name]="false";break;case"Date":case"DateTime":case"Integer":case"Float":case"Geometry":case"Raw":case"Related":t[n.name]=void 0;break;default:t[n.name]=""}return t};var jn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function pt(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function St(e){this._maxSize=e,this.clear()}St.prototype.clear=function(){this._size=0,this._values=Object.create(null)},St.prototype.get=function(e){return this._values[e]},St.prototype.set=function(e,t){return this._size>=this._maxSize&&this.clear(),e in this._values||this._size++,this._values[e]=t};var vd=/[^.^\]^[]+|(?=\[\]|\.\.)/g,ri=/^\d+$/,Td=/^\d/,Sd=/[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g,wd=/^\s*(['"]?)(.*?)(\1)\s*$/,Kr=512,oi=new St(Kr),si=new St(Kr),ii=new St(Kr),wt={Cache:St,split:Xr,normalizePath:Zr,setter:function(e){var t=Zr(e);return si.get(e)||si.set(e,function(r,o){for(var s=0,i=t.length,a=r;s<i-1;){var c=t[s];if(c==="__proto__"||c==="constructor"||c==="prototype")return r;a=a[t[s++]]}a[t[s]]=o})},getter:function(e,t){var n=Zr(e);return ii.get(e)||ii.set(e,function(o){for(var s=0,i=n.length;s<i;)if(o!=null||!t)o=o[n[s++]];else return;return o})},join:function(e){return e.reduce(function(t,n){return t+(Qr(n)||ri.test(n)?"["+n+"]":(t?".":"")+n)},"")},forEach:function(e,t,n){_d(Array.isArray(e)?e:Xr(e),t,n)}};function Zr(e){return oi.get(e)||oi.set(e,Xr(e).map(function(t){return t.replace(wd,"$2")}))}function Xr(e){return e.match(vd)||[""]}function _d(e,t,n){var r=e.length,o,s,i,a;for(s=0;s<r;s++)o=e[s],o&&(xd(o)&&(o='"'+o+'"'),a=Qr(o),i=!a&&/^\d+$/.test(o),t.call(n,o,a,i,s,e))}function Qr(e){return typeof e=="string"&&e&&["'",'"'].indexOf(e.charAt(0))!==-1}function Cd(e){return e.match(Td)&&!e.match(ri)}function Ed(e){return Sd.test(e)}function xd(e){return!Qr(e)&&(Cd(e)||Ed(e))}const Ad=/[A-Z\xc0-\xd6\xd8-\xde]?[a-z\xdf-\xf6\xf8-\xff]+(?:['’](?:d|ll|m|re|s|t|ve))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde]|$)|(?:[A-Z\xc0-\xd6\xd8-\xde]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:D|LL|M|RE|S|T|VE))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde](?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])|$)|[A-Z\xc0-\xd6\xd8-\xde]?(?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:d|ll|m|re|s|t|ve))?|[A-Z\xc0-\xd6\xd8-\xde]+(?:['’](?:D|LL|M|RE|S|T|VE))?|\d*(?:1ST|2ND|3RD|(?![123])\dTH)(?=\b|[a-z_])|\d*(?:1st|2nd|3rd|(?![123])\dth)(?=\b|[A-Z_])|\d+|(?:[\u2700-\u27bf]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?(?:\u200d(?:[^\ud800-\udfff]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?)*/g,zn=e=>e.match(Ad)||[],Bn=e=>e[0].toUpperCase()+e.slice(1),Rr=(e,t)=>zn(e).join(t).toLowerCase(),ai=e=>zn(e).reduce((t,n)=>`${t}${t?n[0].toUpperCase()+n.slice(1).toLowerCase():n.toLowerCase()}`,"");var eo={words:zn,upperFirst:Bn,camelCase:ai,pascalCase:e=>Bn(ai(e)),snakeCase:e=>Rr(e,"_"),kebabCase:e=>Rr(e,"-"),sentenceCase:e=>Bn(Rr(e," ")),titleCase:e=>zn(e).map(Bn).join(" ")},to={exports:{}};to.exports=function(e){return li(Od(e),e)},to.exports.array=li;function li(e,t){var n=e.length,r=new Array(n),o={},s=n,i=$d(t),a=Pd(e);for(t.forEach(function(u){if(!a.has(u[0])||!a.has(u[1]))throw new Error("Unknown node. There is an unknown node in the supplied edges.")});s--;)o[s]||c(e[s],s,new Set);return r;function c(u,d,f){if(f.has(u)){var h;try{h=", node was:"+JSON.stringify(u)}catch{h=""}throw new Error("Cyclic dependency"+h)}if(!a.has(u))throw new Error("Found unknown node. Make sure to provided all involved nodes. Unknown node: "+JSON.stringify(u));if(!o[d]){o[d]=!0;var y=i.get(u)||new Set;if(y=Array.from(y),d=y.length){f.add(u);do{var v=y[--d];c(v,a.get(v),f)}while(d);f.delete(u)}r[--n]=u}}}function Od(e){for(var t=new Set,n=0,r=e.length;n<r;n++){var o=e[n];t.add(o[0]),t.add(o[1])}return Array.from(t)}function $d(e){for(var t=new Map,n=0,r=e.length;n<r;n++){var o=e[n];t.has(o[0])||t.set(o[0],new Set),t.has(o[1])||t.set(o[1],new Set),t.get(o[0]).add(o[1])}return t}function Pd(e){for(var t=new Map,n=0,r=e.length;n<r;n++)t.set(e[n],n);return t}var Id=to.exports;const kd=pt(Id),Md=Object.prototype.toString,Dd=Error.prototype.toString,Fd=RegExp.prototype.toString,Nd=typeof Symbol<"u"?Symbol.prototype.toString:()=>"",Ld=/^Symbol\((.*)\)(.*)$/;function jd(e){return e!=+e?"NaN":e===0&&1/e<0?"-0":""+e}function ci(e,t=!1){if(e==null||e===!0||e===!1)return""+e;const n=typeof e;if(n==="number")return jd(e);if(n==="string")return t?`"${e}"`:e;if(n==="function")return"[Function "+(e.name||"anonymous")+"]";if(n==="symbol")return Nd.call(e).replace(Ld,"Symbol($1)");const r=Md.call(e).slice(8,-1);return r==="Date"?isNaN(e.getTime())?""+e:e.toISOString(e):r==="Error"||e instanceof Error?"["+Dd.call(e)+"]":r==="RegExp"?Fd.call(e):null}function Ze(e,t){let n=ci(e,t);return n!==null?n:JSON.stringify(e,function(r,o){let s=ci(this[r],t);return s!==null?s:o},2)}function ui(e){return e==null?[]:[].concat(e)}let fi,di,pi,zd=/\$\{\s*(\w+)\s*\}/g;fi=Symbol.toStringTag;class hi{constructor(t,n,r,o){this.name=void 0,this.message=void 0,this.value=void 0,this.path=void 0,this.type=void 0,this.params=void 0,this.errors=void 0,this.inner=void 0,this[fi]="Error",this.name="ValidationError",this.value=n,this.path=r,this.type=o,this.errors=[],this.inner=[],ui(t).forEach(s=>{if(we.isError(s)){this.errors.push(...s.errors);const i=s.inner.length?s.inner:[s];this.inner.push(...i)}else this.errors.push(s)}),this.message=this.errors.length>1?`${this.errors.length} errors occurred`:this.errors[0]}}di=Symbol.hasInstance,pi=Symbol.toStringTag;class we extends Error{static formatError(t,n){const r=n.label||n.path||"this";return n=Object.assign({},n,{path:r,originalPath:n.path}),typeof t=="string"?t.replace(zd,(o,s)=>Ze(n[s])):typeof t=="function"?t(n):t}static isError(t){return t&&t.name==="ValidationError"}constructor(t,n,r,o,s){const i=new hi(t,n,r,o);if(s)return i;super(),this.value=void 0,this.path=void 0,this.type=void 0,this.params=void 0,this.errors=[],this.inner=[],this[pi]="Error",this.name=i.name,this.message=i.message,this.type=i.type,this.value=i.value,this.path=i.path,this.errors=i.errors,this.inner=i.inner,Error.captureStackTrace&&Error.captureStackTrace(this,we)}static[di](t){return hi[Symbol.hasInstance](t)||super[Symbol.hasInstance](t)}}let Xe={default:"${path} is invalid",required:"${path} is a required field",defined:"${path} must be defined",notNull:"${path} cannot be null",oneOf:"${path} must be one of the following values: ${values}",notOneOf:"${path} must not be one of the following values: ${values}",notType:({path:e,type:t,value:n,originalValue:r})=>{const o=r!=null&&r!==n?` (cast from the value \`${Ze(r,!0)}\`).`:".";return t!=="mixed"?`${e} must be a \`${t}\` type, but the final value was: \`${Ze(n,!0)}\``+o:`${e} must match the configured type. The validated value was: \`${Ze(n,!0)}\``+o}},Le={length:"${path} must be exactly ${length} characters",min:"${path} must be at least ${min} characters",max:"${path} must be at most ${max} characters",matches:'${path} must match the following: "${regex}"',email:"${path} must be a valid email",url:"${path} must be a valid URL",uuid:"${path} must be a valid UUID",datetime:"${path} must be a valid ISO date-time",datetime_precision:"${path} must be a valid ISO date-time with a sub-second precision of exactly ${precision} digits",datetime_offset:'${path} must be a valid ISO date-time with UTC "Z" timezone',trim:"${path} must be a trimmed string",lowercase:"${path} must be a lowercase string",uppercase:"${path} must be a upper case string"},ht={min:"${path} must be greater than or equal to ${min}",max:"${path} must be less than or equal to ${max}",lessThan:"${path} must be less than ${less}",moreThan:"${path} must be greater than ${more}",positive:"${path} must be a positive number",negative:"${path} must be a negative number",integer:"${path} must be an integer"},no={min:"${path} field must be later than ${min}",max:"${path} field must be at earlier than ${max}"},ro={isValue:"${path} field must be ${value}"},Un={noUnknown:"${path} field has unspecified keys: ${unknown}",exact:"${path} object contains unknown properties: ${properties}"},Vn={min:"${path} field must have at least ${min} items",max:"${path} field must have less than or equal to ${max} items",length:"${path} must have ${length} items"},gi={notType:e=>{const{path:t,value:n,spec:r}=e,o=r.types.length;if(Array.isArray(n)){if(n.length<o)return`${t} tuple value has too few items, expected a length of ${o} but got ${n.length} for value: \`${Ze(n,!0)}\``;if(n.length>o)return`${t} tuple value has too many items, expected a length of ${o} but got ${n.length} for value: \`${Ze(n,!0)}\``}return we.formatError(Xe.notType,e)}};var mi=Object.assign(Object.create(null),{mixed:Xe,string:Le,number:ht,date:no,object:Un,array:Vn,boolean:ro,tuple:gi});const _t=e=>e&&e.__isYupSchema__;class Gn{static fromOptions(t,n){if(!n.then&&!n.otherwise)throw new TypeError("either `then:` or `otherwise:` is required for `when()` conditions");let{is:r,then:o,otherwise:s}=n,i=typeof r=="function"?r:(...a)=>a.every(c=>c===r);return new Gn(t,(a,c)=>{var u;let d=i(...a)?o:s;return(u=d==null?void 0:d(c))!=null?u:c})}constructor(t,n){this.fn=void 0,this.refs=t,this.refs=t,this.fn=n}resolve(t,n){let r=this.refs.map(s=>s.getValue(n==null?void 0:n.value,n==null?void 0:n.parent,n==null?void 0:n.context)),o=this.fn(r,t,n);if(o===void 0||o===t)return t;if(!_t(o))throw new TypeError("conditions must return a schema object");return o.resolve(n)}}const Wn={context:"$",value:"."};function Bd(e,t){return new gt(e,t)}class gt{constructor(t,n={}){if(this.key=void 0,this.isContext=void 0,this.isValue=void 0,this.isSibling=void 0,this.path=void 0,this.getter=void 0,this.map=void 0,typeof t!="string")throw new TypeError("ref must be a string, got: "+t);if(this.key=t.trim(),t==="")throw new TypeError("ref must be a non-empty string");this.isContext=this.key[0]===Wn.context,this.isValue=this.key[0]===Wn.value,this.isSibling=!this.isContext&&!this.isValue;let r=this.isContext?Wn.context:this.isValue?Wn.value:"";this.path=this.key.slice(r.length),this.getter=this.path&&wt.getter(this.path,!0),this.map=n.map}getValue(t,n,r){let o=this.isContext?r:this.isValue?t:n;return this.getter&&(o=this.getter(o||{})),this.map&&(o=this.map(o)),o}cast(t,n){return this.getValue(t,n==null?void 0:n.parent,n==null?void 0:n.context)}resolve(){return this}describe(){return{type:"ref",key:this.key}}toString(){return`Ref(${this.key})`}static isRef(t){return t&&t.__isYupRef}}gt.prototype.__isYupRef=!0;const Ye=e=>e==null;function It(e){function t({value:n,path:r="",options:o,originalValue:s,schema:i},a,c){const{name:u,test:d,params:f,message:h,skipAbsent:y}=e;let{parent:v,context:g,abortEarly:S=i.spec.abortEarly,disableStackTrace:E=i.spec.disableStackTrace}=o;function P($){return gt.isRef($)?$.getValue(n,v,g):$}function O($={}){const j=Object.assign({value:n,originalValue:s,label:i.spec.label,path:$.path||r,spec:i.spec,disableStackTrace:$.disableStackTrace||E},f,$.params);for(const Z of Object.keys(j))j[Z]=P(j[Z]);const Y=new we(we.formatError($.message||h,j),n,j.path,$.type||u,j.disableStackTrace);return Y.params=j,Y}const w=S?a:c;let C={path:r,parent:v,type:u,from:o.from,createError:O,resolve:P,options:o,originalValue:s,schema:i};const x=$=>{we.isError($)?w($):$?c(null):w(O())},L=$=>{we.isError($)?w($):a($)};if(y&&Ye(n))return x(!0);let B;try{var m;if(B=d.call(C,n,C),typeof((m=B)==null?void 0:m.then)=="function"){if(o.sync)throw new Error(`Validation test of type: "${C.type}" returned a Promise during a synchronous validate. This test will finish after the validate call has returned`);return Promise.resolve(B).then(x,L)}}catch($){L($);return}x(B)}return t.OPTIONS=e,t}function oo(e,t,n,r=n){let o,s,i;return t?(wt.forEach(t,(a,c,u)=>{let d=c?a.slice(1,a.length-1):a;e=e.resolve({context:r,parent:o,value:n});let f=e.type==="tuple",h=u?parseInt(d,10):0;if(e.innerType||f){if(f&&!u)throw new Error(`Yup.reach cannot implicitly index into a tuple type. the path part "${i}" must contain an index to the tuple element, e.g. "${i}[0]"`);if(n&&h>=n.length)throw new Error(`Yup.reach cannot resolve an array item at index: ${a}, in the path: ${t}. because there is no value at that index. `);o=n,n=n&&n[h],e=f?e.spec.types[h]:e.innerType}if(!u){if(!e.fields||!e.fields[d])throw new Error(`The schema does not contain the path: ${t}. (failed at: ${i} which is a type: "${e.type}")`);o=n,n=n&&n[d],e=e.fields[d]}s=d,i=c?"["+a+"]":"."+a}),{schema:e,parent:o,parentPath:s}):{parent:o,parentPath:t,schema:e}}function Ud(e,t,n,r){return oo(e,t,n,r).schema}class Hn extends Set{describe(){const t=[];for(const n of this.values())t.push(gt.isRef(n)?n.describe():n);return t}resolveAll(t){let n=[];for(const r of this.values())n.push(t(r));return n}clone(){return new Hn(this.values())}merge(t,n){const r=this.clone();return t.forEach(o=>r.add(o)),n.forEach(o=>r.delete(o)),r}}function kt(e,t=new Map){if(_t(e)||!e||typeof e!="object")return e;if(t.has(e))return t.get(e);let n;if(e instanceof Date)n=new Date(e.getTime()),t.set(e,n);else if(e instanceof RegExp)n=new RegExp(e),t.set(e,n);else if(Array.isArray(e)){n=new Array(e.length),t.set(e,n);for(let r=0;r<e.length;r++)n[r]=kt(e[r],t)}else if(e instanceof Map){n=new Map,t.set(e,n);for(const[r,o]of e.entries())n.set(r,kt(o,t))}else if(e instanceof Set){n=new Set,t.set(e,n);for(const r of e)n.add(kt(r,t))}else if(e instanceof Object){n={},t.set(e,n);for(const[r,o]of Object.entries(e))n[r]=kt(o,t)}else throw Error(`Unable to clone ${e}`);return n}class Ae{constructor(t){this.type=void 0,this.deps=[],this.tests=void 0,this.transforms=void 0,this.conditions=[],this._mutate=void 0,this.internalTests={},this._whitelist=new Hn,this._blacklist=new Hn,this.exclusiveTests=Object.create(null),this._typeCheck=void 0,this.spec=void 0,this.tests=[],this.transforms=[],this.withMutation(()=>{this.typeError(Xe.notType)}),this.type=t.type,this._typeCheck=t.check,this.spec=Object.assign({strip:!1,strict:!1,abortEarly:!0,recursive:!0,disableStackTrace:!1,nullable:!1,optional:!0,coerce:!0},t==null?void 0:t.spec),this.withMutation(n=>{n.nonNullable()})}get _type(){return this.type}clone(t){if(this._mutate)return t&&Object.assign(this.spec,t),this;const n=Object.create(Object.getPrototypeOf(this));return n.type=this.type,n._typeCheck=this._typeCheck,n._whitelist=this._whitelist.clone(),n._blacklist=this._blacklist.clone(),n.internalTests=Object.assign({},this.internalTests),n.exclusiveTests=Object.assign({},this.exclusiveTests),n.deps=[...this.deps],n.conditions=[...this.conditions],n.tests=[...this.tests],n.transforms=[...this.transforms],n.spec=kt(Object.assign({},this.spec,t)),n}label(t){let n=this.clone();return n.spec.label=t,n}meta(...t){if(t.length===0)return this.spec.meta;let n=this.clone();return n.spec.meta=Object.assign(n.spec.meta||{},t[0]),n}withMutation(t){let n=this._mutate;this._mutate=!0;let r=t(this);return this._mutate=n,r}concat(t){if(!t||t===this)return this;if(t.type!==this.type&&this.type!=="mixed")throw new TypeError(`You cannot \`concat()\` schema's of different types: ${this.type} and ${t.type}`);let n=this,r=t.clone();const o=Object.assign({},n.spec,r.spec);return r.spec=o,r.internalTests=Object.assign({},n.internalTests,r.internalTests),r._whitelist=n._whitelist.merge(t._whitelist,t._blacklist),r._blacklist=n._blacklist.merge(t._blacklist,t._whitelist),r.tests=n.tests,r.exclusiveTests=n.exclusiveTests,r.withMutation(s=>{t.tests.forEach(i=>{s.test(i.OPTIONS)})}),r.transforms=[...n.transforms,...r.transforms],r}isType(t){return t==null?!!(this.spec.nullable&&t===null||this.spec.optional&&t===void 0):this._typeCheck(t)}resolve(t){let n=this;if(n.conditions.length){let r=n.conditions;n=n.clone(),n.conditions=[],n=r.reduce((o,s)=>s.resolve(o,t),n),n=n.resolve(t)}return n}resolveOptions(t){var n,r,o,s;return Object.assign({},t,{from:t.from||[],strict:(n=t.strict)!=null?n:this.spec.strict,abortEarly:(r=t.abortEarly)!=null?r:this.spec.abortEarly,recursive:(o=t.recursive)!=null?o:this.spec.recursive,disableStackTrace:(s=t.disableStackTrace)!=null?s:this.spec.disableStackTrace})}cast(t,n={}){let r=this.resolve(Object.assign({value:t},n)),o=n.assert==="ignore-optionality",s=r._cast(t,n);if(n.assert!==!1&&!r.isType(s)){if(o&&Ye(s))return s;let i=Ze(t),a=Ze(s);throw new TypeError(`The value of ${n.path||"field"} could not be cast to a value that satisfies the schema type: "${r.type}".
|
|
2
2
|
|
|
3
3
|
attempted value: ${i}
|
|
4
|
-
`+(a!==i?`result of cast: ${a}`:""))}return s}_cast(t,r){let n=t===void 0?t:this.transforms.reduce((o,s)=>s.call(this,o,t,this),t);return n===void 0&&(n=this.getDefault(r)),n}_validate(t,r={},n,o){let{path:s,originalValue:i=t,strict:a=this.spec.strict}=r,c=t;a||(c=this._cast(c,Object.assign({assert:!1},r)));let u=[];for(let d of Object.values(this.internalTests))d&&u.push(d);this.runTests({path:s,value:c,originalValue:i,options:r,tests:u},n,d=>{if(d.length)return o(d,c);this.runTests({path:s,value:c,originalValue:i,options:r,tests:this.tests},n,o)})}runTests(t,r,n){let o=!1,{tests:s,value:i,originalValue:a,path:c,options:u}=t,d=h=>{o||(o=!0,r(h,i))},f=h=>{o||(o=!0,n(h,i))},p=s.length,y=[];if(!p)return f([]);let b={value:i,originalValue:a,path:c,options:u,schema:this};for(let h=0;h<s.length;h++){const C=s[h];C(b,d,function(F){F&&(Array.isArray(F)?y.push(...F):y.push(F)),--p<=0&&f(y)})}}asNestedTest({key:t,index:r,parent:n,parentPath:o,originalParent:s,options:i}){const a=t??r;if(a==null)throw TypeError("Must include `key` or `index` for nested validations");const c=typeof a=="number";let u=n[a];const d=Object.assign({},i,{strict:!0,parent:n,value:u,originalValue:s[a],key:void 0,[c?"index":"key"]:a,path:c||a.includes(".")?`${o||""}[${c?a:`"${a}"`}]`:(o?`${o}.`:"")+t});return(f,p,y)=>this.resolve(d)._validate(u,d,p,y)}validate(t,r){var n;let o=this.resolve(Object.assign({},r,{value:t})),s=(n=r==null?void 0:r.disableStackTrace)!=null?n:o.spec.disableStackTrace;return new Promise((i,a)=>o._validate(t,r,(c,u)=>{_e.isError(c)&&(c.value=u),a(c)},(c,u)=>{c.length?a(new _e(c,u,void 0,void 0,s)):i(u)}))}validateSync(t,r){var n;let o=this.resolve(Object.assign({},r,{value:t})),s,i=(n=r==null?void 0:r.disableStackTrace)!=null?n:o.spec.disableStackTrace;return o._validate(t,Object.assign({},r,{sync:!0}),(a,c)=>{throw _e.isError(a)&&(a.value=c),a},(a,c)=>{if(a.length)throw new _e(a,t,void 0,void 0,i);s=c}),s}isValid(t,r){return this.validate(t,r).then(()=>!0,n=>{if(_e.isError(n))return!1;throw n})}isValidSync(t,r){try{return this.validateSync(t,r),!0}catch(n){if(_e.isError(n))return!1;throw n}}_getDefault(t){let r=this.spec.default;return r==null?r:typeof r=="function"?r.call(this,t):$t(r)}getDefault(t){return this.resolve(t||{})._getDefault(t)}default(t){return arguments.length===0?this._getDefault():this.clone({default:t})}strict(t=!0){return this.clone({strict:t})}nullability(t,r){const n=this.clone({nullable:t});return n.internalTests.nullable=Ot({message:r,name:"nullable",test(o){return o===null?this.schema.spec.nullable:!0}}),n}optionality(t,r){const n=this.clone({optional:t});return n.internalTests.optionality=Ot({message:r,name:"optionality",test(o){return o===void 0?this.schema.spec.optional:!0}}),n}optional(){return this.optionality(!0)}defined(t=Ze.defined){return this.optionality(!1,t)}nullable(){return this.nullability(!0)}nonNullable(t=Ze.notNull){return this.nullability(!1,t)}required(t=Ze.required){return this.clone().withMutation(r=>r.nonNullable(t).defined(t))}notRequired(){return this.clone().withMutation(t=>t.nullable().optional())}transform(t){let r=this.clone();return r.transforms.push(t),r}test(...t){let r;if(t.length===1?typeof t[0]=="function"?r={test:t[0]}:r=t[0]:t.length===2?r={name:t[0],test:t[1]}:r={name:t[0],message:t[1],test:t[2]},r.message===void 0&&(r.message=Ze.default),typeof r.test!="function")throw new TypeError("`test` is a required parameters");let n=this.clone(),o=Ot(r),s=r.exclusive||r.name&&n.exclusiveTests[r.name]===!0;if(r.exclusive&&!r.name)throw new TypeError("Exclusive tests must provide a unique `name` identifying the test");return r.name&&(n.exclusiveTests[r.name]=!!r.exclusive),n.tests=n.tests.filter(i=>!(i.OPTIONS.name===r.name&&(s||i.OPTIONS.test===o.OPTIONS.test))),n.tests.push(o),n}when(t,r){!Array.isArray(t)&&typeof t!="string"&&(r=t,t=".");let n=this.clone(),o=Ms(t).map(s=>new ht(s));return o.forEach(s=>{s.isSibling&&n.deps.push(s.key)}),n.conditions.push(typeof r=="function"?new Mr(o,r):Mr.fromOptions(o,r)),n}typeError(t){let r=this.clone();return r.internalTests.typeError=Ot({message:t,name:"typeError",skipAbsent:!0,test(n){return this.schema._typeCheck(n)?!0:this.createError({params:{type:this.schema.type}})}}),r}oneOf(t,r=Ze.oneOf){let n=this.clone();return t.forEach(o=>{n._whitelist.add(o),n._blacklist.delete(o)}),n.internalTests.whiteList=Ot({message:r,name:"oneOf",skipAbsent:!0,test(o){let s=this.schema._whitelist,i=s.resolveAll(this.resolve);return i.includes(o)?!0:this.createError({params:{values:Array.from(s).join(", "),resolved:i}})}}),n}notOneOf(t,r=Ze.notOneOf){let n=this.clone();return t.forEach(o=>{n._blacklist.add(o),n._whitelist.delete(o)}),n.internalTests.blacklist=Ot({message:r,name:"notOneOf",test(o){let s=this.schema._blacklist,i=s.resolveAll(this.resolve);return i.includes(o)?this.createError({params:{values:Array.from(s).join(", "),resolved:i}}):!0}}),n}strip(t=!0){let r=this.clone();return r.spec.strip=t,r}describe(t){const r=(t?this.resolve(t):this).clone(),{label:n,meta:o,optional:s,nullable:i}=r.spec;return{meta:o,label:n,optional:s,nullable:i,default:r.getDefault(t),type:r.type,oneOf:r._whitelist.describe(),notOneOf:r._blacklist.describe(),tests:r.tests.map(c=>({name:c.OPTIONS.name,params:c.OPTIONS.params})).filter((c,u,d)=>d.findIndex(f=>f.name===c.name)===u)}}}xe.prototype.__isYupSchema__=!0;for(const e of["validate","validateSync"])xe.prototype[`${e}At`]=function(t,r,n={}){const{parent:o,parentPath:s,schema:i}=Gn(this,t,r,n.context);return i[e](o&&o[s],Object.assign({},n,{parent:o,path:t}))};for(const e of["equals","is"])xe.prototype[e]=xe.prototype.oneOf;for(const e of["not","nope"])xe.prototype[e]=xe.prototype.notOneOf;const Cf=()=>!0;function Nr(e){return new Hn(e)}class Hn extends xe{constructor(t){super(typeof t=="function"?{type:"mixed",check:t}:Object.assign({type:"mixed",check:Cf},t))}}Nr.prototype=Hn.prototype;function Yn(){return new qn}class qn extends xe{constructor(){super({type:"boolean",check(t){return t instanceof Boolean&&(t=t.valueOf()),typeof t=="boolean"}}),this.withMutation(()=>{this.transform((t,r,n)=>{if(n.spec.coerce&&!n.isType(t)){if(/^(true|1)$/i.test(String(t)))return!0;if(/^(false|0)$/i.test(String(t)))return!1}return t})})}isTrue(t=Wn.isValue){return this.test({message:t,name:"is-value",exclusive:!0,params:{value:"true"},test(r){return Ye(r)||r===!0}})}isFalse(t=Wn.isValue){return this.test({message:t,name:"is-value",exclusive:!0,params:{value:"false"},test(r){return Ye(r)||r===!1}})}default(t){return super.default(t)}defined(t){return super.defined(t)}optional(){return super.optional()}required(t){return super.required(t)}notRequired(){return super.notRequired()}nullable(){return super.nullable()}nonNullable(t){return super.nonNullable(t)}strip(t){return super.strip(t)}}Yn.prototype=qn.prototype;const Ef=/^(\d{4}|[+-]\d{6})(?:-?(\d{2})(?:-?(\d{2}))?)?(?:[ T]?(\d{2}):?(\d{2})(?::?(\d{2})(?:[,.](\d{1,}))?)?(?:(Z)|([+-])(\d{2})(?::?(\d{2}))?)?)?$/;function xf(e){const t=Kn(e);if(!t)return Date.parse?Date.parse(e):Number.NaN;if(t.z===void 0&&t.plusMinus===void 0)return new Date(t.year,t.month,t.day,t.hour,t.minute,t.second,t.millisecond).valueOf();let r=0;return t.z!=="Z"&&t.plusMinus!==void 0&&(r=t.hourOffset*60+t.minuteOffset,t.plusMinus==="+"&&(r=0-r)),Date.UTC(t.year,t.month,t.day,t.hour,t.minute+r,t.second,t.millisecond)}function Kn(e){var t,r;const n=Ef.exec(e);return n?{year:nt(n[1]),month:nt(n[2],1)-1,day:nt(n[3],1),hour:nt(n[4]),minute:nt(n[5]),second:nt(n[6]),millisecond:n[7]?nt(n[7].substring(0,3)):0,precision:(t=(r=n[7])==null?void 0:r.length)!=null?t:void 0,z:n[8]||void 0,plusMinus:n[9]||void 0,hourOffset:nt(n[10]),minuteOffset:nt(n[11])}:null}function nt(e,t=0){return Number(e)||t}let Af=/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,Of=/^((https?|ftp):)?\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i,$f=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,Pf="^\\d{4}-\\d{2}-\\d{2}",If="\\d{2}:\\d{2}:\\d{2}",kf="(([+-]\\d{2}(:?\\d{2})?)|Z)",Mf=new RegExp(`${Pf}T${If}(\\.\\d+)?${kf}$`),Df=e=>Ye(e)||e===e.trim(),Ff={}.toString();function Lr(){return new Jn}class Jn extends xe{constructor(){super({type:"string",check(t){return t instanceof String&&(t=t.valueOf()),typeof t=="string"}}),this.withMutation(()=>{this.transform((t,r,n)=>{if(!n.spec.coerce||n.isType(t)||Array.isArray(t))return t;const o=t!=null&&t.toString?t.toString():t;return o===Ff?t:o})})}required(t){return super.required(t).withMutation(r=>r.test({message:t||Ze.required,name:"required",skipAbsent:!0,test:n=>!!n.length}))}notRequired(){return super.notRequired().withMutation(t=>(t.tests=t.tests.filter(r=>r.OPTIONS.name!=="required"),t))}length(t,r=Ne.length){return this.test({message:r,name:"length",exclusive:!0,params:{length:t},skipAbsent:!0,test(n){return n.length===this.resolve(t)}})}min(t,r=Ne.min){return this.test({message:r,name:"min",exclusive:!0,params:{min:t},skipAbsent:!0,test(n){return n.length>=this.resolve(t)}})}max(t,r=Ne.max){return this.test({name:"max",exclusive:!0,message:r,params:{max:t},skipAbsent:!0,test(n){return n.length<=this.resolve(t)}})}matches(t,r){let n=!1,o,s;return r&&(typeof r=="object"?{excludeEmptyString:n=!1,message:o,name:s}=r:o=r),this.test({name:s||"matches",message:o||Ne.matches,params:{regex:t},skipAbsent:!0,test:i=>i===""&&n||i.search(t)!==-1})}email(t=Ne.email){return this.matches(Af,{name:"email",message:t,excludeEmptyString:!0})}url(t=Ne.url){return this.matches(Of,{name:"url",message:t,excludeEmptyString:!0})}uuid(t=Ne.uuid){return this.matches($f,{name:"uuid",message:t,excludeEmptyString:!1})}datetime(t){let r="",n,o;return t&&(typeof t=="object"?{message:r="",allowOffset:n=!1,precision:o=void 0}=t:r=t),this.matches(Mf,{name:"datetime",message:r||Ne.datetime,excludeEmptyString:!0}).test({name:"datetime_offset",message:r||Ne.datetime_offset,params:{allowOffset:n},skipAbsent:!0,test:s=>{if(!s||n)return!0;const i=Kn(s);return i?!!i.z:!1}}).test({name:"datetime_precision",message:r||Ne.datetime_precision,params:{precision:o},skipAbsent:!0,test:s=>{if(!s||o==null)return!0;const i=Kn(s);return i?i.precision===o:!1}})}ensure(){return this.default("").transform(t=>t===null?"":t)}trim(t=Ne.trim){return this.transform(r=>r!=null?r.trim():r).test({message:t,name:"trim",test:Df})}lowercase(t=Ne.lowercase){return this.transform(r=>Ye(r)?r:r.toLowerCase()).test({message:t,name:"string_case",exclusive:!0,skipAbsent:!0,test:r=>Ye(r)||r===r.toLowerCase()})}uppercase(t=Ne.uppercase){return this.transform(r=>Ye(r)?r:r.toUpperCase()).test({message:t,name:"string_case",exclusive:!0,skipAbsent:!0,test:r=>Ye(r)||r===r.toUpperCase()})}}Lr.prototype=Jn.prototype;let Nf=e=>e!=+e;function Bs(){return new Zn}class Zn extends xe{constructor(){super({type:"number",check(t){return t instanceof Number&&(t=t.valueOf()),typeof t=="number"&&!Nf(t)}}),this.withMutation(()=>{this.transform((t,r,n)=>{if(!n.spec.coerce)return t;let o=t;if(typeof o=="string"){if(o=o.replace(/\s/g,""),o==="")return NaN;o=+o}return n.isType(o)||o===null?o:parseFloat(o)})})}min(t,r=pt.min){return this.test({message:r,name:"min",exclusive:!0,params:{min:t},skipAbsent:!0,test(n){return n>=this.resolve(t)}})}max(t,r=pt.max){return this.test({message:r,name:"max",exclusive:!0,params:{max:t},skipAbsent:!0,test(n){return n<=this.resolve(t)}})}lessThan(t,r=pt.lessThan){return this.test({message:r,name:"max",exclusive:!0,params:{less:t},skipAbsent:!0,test(n){return n<this.resolve(t)}})}moreThan(t,r=pt.moreThan){return this.test({message:r,name:"min",exclusive:!0,params:{more:t},skipAbsent:!0,test(n){return n>this.resolve(t)}})}positive(t=pt.positive){return this.moreThan(0,t)}negative(t=pt.negative){return this.lessThan(0,t)}integer(t=pt.integer){return this.test({name:"integer",message:t,skipAbsent:!0,test:r=>Number.isInteger(r)})}truncate(){return this.transform(t=>Ye(t)?t:t|0)}round(t){var r;let n=["ceil","floor","round","trunc"];if(t=((r=t)==null?void 0:r.toLowerCase())||"round",t==="trunc")return this.truncate();if(n.indexOf(t.toLowerCase())===-1)throw new TypeError("Only valid options for round() are: "+n.join(", "));return this.transform(o=>Ye(o)?o:Math[t](o))}}Bs.prototype=Zn.prototype;let Us=new Date(""),Lf=e=>Object.prototype.toString.call(e)==="[object Date]";function Xn(){return new Pt}class Pt extends xe{constructor(){super({type:"date",check(t){return Lf(t)&&!isNaN(t.getTime())}}),this.withMutation(()=>{this.transform((t,r,n)=>!n.spec.coerce||n.isType(t)||t===null?t:(t=xf(t),isNaN(t)?Pt.INVALID_DATE:new Date(t)))})}prepareParam(t,r){let n;if(ht.isRef(t))n=t;else{let o=this.cast(t);if(!this._typeCheck(o))throw new TypeError(`\`${r}\` must be a Date or a value that can be \`cast()\` to a Date`);n=o}return n}min(t,r=Vn.min){let n=this.prepareParam(t,"min");return this.test({message:r,name:"min",exclusive:!0,params:{min:t},skipAbsent:!0,test(o){return o>=this.resolve(n)}})}max(t,r=Vn.max){let n=this.prepareParam(t,"max");return this.test({message:r,name:"max",exclusive:!0,params:{max:t},skipAbsent:!0,test(o){return o<=this.resolve(n)}})}}Pt.INVALID_DATE=Us,Xn.prototype=Pt.prototype,Xn.INVALID_DATE=Us;function jf(e,t=[]){let r=[],n=new Set,o=new Set(t.map(([i,a])=>`${i}-${a}`));function s(i,a){let c=Tt.split(i)[0];n.add(c),o.has(`${a}-${c}`)||r.push([a,c])}for(const i of Object.keys(e)){let a=e[i];n.add(i),ht.isRef(a)&&a.isSibling?s(a.path,i):St(a)&&"deps"in a&&a.deps.forEach(c=>s(c,i))}return hf.array(Array.from(n),r).reverse()}function Vs(e,t){let r=1/0;return e.some((n,o)=>{var s;if((s=t.path)!=null&&s.includes(n))return r=o,!0}),r}function Ws(e){return(t,r)=>Vs(e,t)-Vs(e,r)}const Gs=(e,t,r)=>{if(typeof e!="string")return e;let n=e;try{n=JSON.parse(e)}catch{}return r.isType(n)?n:e};function jr(e){if("fields"in e){const t={};for(const[r,n]of Object.entries(e.fields))t[r]=jr(n);return e.setFields(t)}if(e.type==="array"){const t=e.optional();return t.innerType&&(t.innerType=jr(t.innerType)),t}return e.type==="tuple"?e.optional().clone({types:e.spec.types.map(jr)}):"optional"in e?e.optional():e}const zf=(e,t)=>{const r=[...Tt.normalizePath(t)];if(r.length===1)return r[0]in e;let n=r.pop(),o=Tt.getter(Tt.join(r),!0)(e);return!!(o&&n in o)};let Hs=e=>Object.prototype.toString.call(e)==="[object Object]";function Ys(e,t){let r=Object.keys(e.fields);return Object.keys(t).filter(n=>r.indexOf(n)===-1)}const Bf=Ws([]);function ir(e){return new Qn(e)}class Qn extends xe{constructor(t){super({type:"object",check(r){return Hs(r)||typeof r=="function"}}),this.fields=Object.create(null),this._sortErrors=Bf,this._nodes=[],this._excludedEdges=[],this.withMutation(()=>{t&&this.shape(t)})}_cast(t,r={}){var n;let o=super._cast(t,r);if(o===void 0)return this.getDefault(r);if(!this._typeCheck(o))return o;let s=this.fields,i=(n=r.stripUnknown)!=null?n:this.spec.noUnknown,a=[].concat(this._nodes,Object.keys(o).filter(f=>!this._nodes.includes(f))),c={},u=Object.assign({},r,{parent:c,__validating:r.__validating||!1}),d=!1;for(const f of a){let p=s[f],y=f in o;if(p){let b,h=o[f];u.path=(r.path?`${r.path}.`:"")+f,p=p.resolve({value:h,context:r.context,parent:c});let C=p instanceof xe?p.spec:void 0,x=C==null?void 0:C.strict;if(C!=null&&C.strip){d=d||f in o;continue}b=!r.__validating||!x?p.cast(o[f],u):o[f],b!==void 0&&(c[f]=b)}else y&&!i&&(c[f]=o[f]);(y!==f in c||c[f]!==o[f])&&(d=!0)}return d?c:o}_validate(t,r={},n,o){let{from:s=[],originalValue:i=t,recursive:a=this.spec.recursive}=r;r.from=[{schema:this,value:i},...s],r.__validating=!0,r.originalValue=i,super._validate(t,r,n,(c,u)=>{if(!a||!Hs(u)){o(c,u);return}i=i||u;let d=[];for(let f of this._nodes){let p=this.fields[f];!p||ht.isRef(p)||d.push(p.asNestedTest({options:r,key:f,parent:u,parentPath:r.path,originalParent:i}))}this.runTests({tests:d,value:u,originalValue:i,options:r},n,f=>{o(f.sort(this._sortErrors).concat(c),u)})})}clone(t){const r=super.clone(t);return r.fields=Object.assign({},this.fields),r._nodes=this._nodes,r._excludedEdges=this._excludedEdges,r._sortErrors=this._sortErrors,r}concat(t){let r=super.concat(t),n=r.fields;for(let[o,s]of Object.entries(this.fields)){const i=n[o];n[o]=i===void 0?s:i}return r.withMutation(o=>o.setFields(n,[...this._excludedEdges,...t._excludedEdges]))}_getDefault(t){if("default"in this.spec)return super._getDefault(t);if(!this._nodes.length)return;let r={};return this._nodes.forEach(n=>{var o;const s=this.fields[n];let i=t;(o=i)!=null&&o.value&&(i=Object.assign({},i,{parent:i.value,value:i.value[n]})),r[n]=s&&"getDefault"in s?s.getDefault(i):void 0}),r}setFields(t,r){let n=this.clone();return n.fields=t,n._nodes=jf(t,r),n._sortErrors=Ws(Object.keys(t)),r&&(n._excludedEdges=r),n}shape(t,r=[]){return this.clone().withMutation(n=>{let o=n._excludedEdges;return r.length&&(Array.isArray(r[0])||(r=[r]),o=[...n._excludedEdges,...r]),n.setFields(Object.assign(n.fields,t),o)})}partial(){const t={};for(const[r,n]of Object.entries(this.fields))t[r]="optional"in n&&n.optional instanceof Function?n.optional():n;return this.setFields(t)}deepPartial(){return jr(this)}pick(t){const r={};for(const n of t)this.fields[n]&&(r[n]=this.fields[n]);return this.setFields(r,this._excludedEdges.filter(([n,o])=>t.includes(n)&&t.includes(o)))}omit(t){const r=[];for(const n of Object.keys(this.fields))t.includes(n)||r.push(n);return this.pick(r)}from(t,r,n){let o=Tt.getter(t,!0);return this.transform(s=>{if(!s)return s;let i=s;return zf(s,t)&&(i=Object.assign({},s),n||delete i[t],i[r]=o(s)),i})}json(){return this.transform(Gs)}exact(t){return this.test({name:"exact",exclusive:!0,message:t||Ir.exact,test(r){if(r==null)return!0;const n=Ys(this.schema,r);return n.length===0||this.createError({params:{properties:n.join(", ")}})}})}stripUnknown(){return this.clone({noUnknown:!0})}noUnknown(t=!0,r=Ir.noUnknown){typeof t!="boolean"&&(r=t,t=!0);let n=this.test({name:"noUnknown",exclusive:!0,message:r,test(o){if(o==null)return!0;const s=Ys(this.schema,o);return!t||s.length===0||this.createError({params:{unknown:s.join(", ")}})}});return n.spec.noUnknown=t,n}unknown(t=!0,r=Ir.noUnknown){return this.noUnknown(!t,r)}transformKeys(t){return this.transform(r=>{if(!r)return r;const n={};for(const o of Object.keys(r))n[t(o)]=r[o];return n})}camelCase(){return this.transformKeys(Bn.camelCase)}snakeCase(){return this.transformKeys(Bn.snakeCase)}constantCase(){return this.transformKeys(t=>Bn.snakeCase(t).toUpperCase())}describe(t){const r=(t?this.resolve(t):this).clone(),n=super.describe(t);n.fields={};for(const[s,i]of Object.entries(r.fields)){var o;let a=t;(o=a)!=null&&o.value&&(a=Object.assign({},a,{parent:a.value,value:a.value[s]})),n.fields[s]=i.describe(a)}return n}}ir.prototype=Qn.prototype;function Rn(e){return new eo(e)}class eo extends xe{constructor(t){super({type:"array",spec:{types:t},check(r){return Array.isArray(r)}}),this.innerType=void 0,this.innerType=t}_cast(t,r){const n=super._cast(t,r);if(!this._typeCheck(n)||!this.innerType)return n;let o=!1;const s=n.map((i,a)=>{const c=this.innerType.cast(i,Object.assign({},r,{path:`${r.path||""}[${a}]`}));return c!==i&&(o=!0),c});return o?s:n}_validate(t,r={},n,o){var s;let i=this.innerType,a=(s=r.recursive)!=null?s:this.spec.recursive;r.originalValue!=null&&r.originalValue,super._validate(t,r,n,(c,u)=>{var d;if(!a||!i||!this._typeCheck(u)){o(c,u);return}let f=new Array(u.length);for(let y=0;y<u.length;y++){var p;f[y]=i.asNestedTest({options:r,index:y,parent:u,parentPath:r.path,originalParent:(p=r.originalValue)!=null?p:t})}this.runTests({value:u,tests:f,originalValue:(d=r.originalValue)!=null?d:t,options:r},n,y=>o(y.concat(c),u))})}clone(t){const r=super.clone(t);return r.innerType=this.innerType,r}json(){return this.transform(Gs)}concat(t){let r=super.concat(t);return r.innerType=this.innerType,t.innerType&&(r.innerType=r.innerType?r.innerType.concat(t.innerType):t.innerType),r}of(t){let r=this.clone();if(!St(t))throw new TypeError("`array.of()` sub-schema must be a valid yup schema not: "+Je(t));return r.innerType=t,r.spec=Object.assign({},r.spec,{types:t}),r}length(t,r=kr.length){return this.test({message:r,name:"length",exclusive:!0,params:{length:t},skipAbsent:!0,test(n){return n.length===this.resolve(t)}})}min(t,r){return r=r||kr.min,this.test({message:r,name:"min",exclusive:!0,params:{min:t},skipAbsent:!0,test(n){return n.length>=this.resolve(t)}})}max(t,r){return r=r||kr.max,this.test({message:r,name:"max",exclusive:!0,params:{max:t},skipAbsent:!0,test(n){return n.length<=this.resolve(t)}})}ensure(){return this.default(()=>[]).transform((t,r)=>this._typeCheck(t)?t:r==null?[]:[].concat(r))}compact(t){let r=t?(n,o,s)=>!t(n,o,s):n=>!!n;return this.transform(n=>n!=null?n.filter(r):n)}describe(t){const r=(t?this.resolve(t):this).clone(),n=super.describe(t);if(r.innerType){var o;let s=t;(o=s)!=null&&o.value&&(s=Object.assign({},s,{parent:s.value,value:s.value[0]})),n.innerType=r.innerType.describe(s)}return n}}Rn.prototype=eo.prototype;function qs(e){return new to(e)}class to extends xe{constructor(t){super({type:"tuple",spec:{types:t},check(r){const n=this.spec.types;return Array.isArray(r)&&r.length===n.length}}),this.withMutation(()=>{this.typeError(js.notType)})}_cast(t,r){const{types:n}=this.spec,o=super._cast(t,r);if(!this._typeCheck(o))return o;let s=!1;const i=n.map((a,c)=>{const u=a.cast(o[c],Object.assign({},r,{path:`${r.path||""}[${c}]`}));return u!==o[c]&&(s=!0),u});return s?i:o}_validate(t,r={},n,o){let s=this.spec.types;super._validate(t,r,n,(i,a)=>{var c;if(!this._typeCheck(a)){o(i,a);return}let u=[];for(let[f,p]of s.entries()){var d;u[f]=p.asNestedTest({options:r,index:f,parent:a,parentPath:r.path,originalParent:(d=r.originalValue)!=null?d:t})}this.runTests({value:a,tests:u,originalValue:(c=r.originalValue)!=null?c:t,options:r},n,f=>o(f.concat(i),a))})}describe(t){const r=(t?this.resolve(t):this).clone(),n=super.describe(t);return n.innerType=r.spec.types.map((o,s)=>{var i;let a=t;return(i=a)!=null&&i.value&&(a=Object.assign({},a,{parent:a.value,value:a.value[s]})),o.describe(a)}),n}}qs.prototype=to.prototype;function Uf(e){return new zr(e)}function Ks(e){try{return e()}catch(t){if(_e.isError(t))return Promise.reject(t);throw t}}class zr{constructor(t){this.type="lazy",this.__isYupSchema__=!0,this.spec=void 0,this._resolve=(r,n={})=>{let o=this.builder(r,n);if(!St(o))throw new TypeError("lazy() functions must return a valid schema");return this.spec.optional&&(o=o.optional()),o.resolve(n)},this.builder=t,this.spec={meta:void 0,optional:!1}}clone(t){const r=new zr(this.builder);return r.spec=Object.assign({},this.spec,t),r}optionality(t){return this.clone({optional:t})}optional(){return this.optionality(!0)}resolve(t){return this._resolve(t.value,t)}cast(t,r){return this._resolve(t,r).cast(t,r)}asNestedTest(t){let{key:r,index:n,parent:o,options:s}=t,i=o[n??r];return this._resolve(i,Object.assign({},s,{value:i,parent:o})).asNestedTest(t)}validate(t,r){return Ks(()=>this._resolve(t,r).validate(t,r))}validateSync(t,r){return this._resolve(t,r).validateSync(t,r)}validateAt(t,r,n){return Ks(()=>this._resolve(r,n).validateAt(t,r,n))}validateSyncAt(t,r,n){return this._resolve(r,n).validateSyncAt(t,r,n)}isValid(t,r){try{return this._resolve(t,r).isValid(t,r)}catch(n){if(_e.isError(n))return Promise.resolve(!1);throw n}}isValidSync(t,r){return this._resolve(t,r).isValidSync(t,r)}describe(t){return t?this.resolve(t).describe(t):{type:"lazy",meta:this.spec.meta,label:void 0}}meta(...t){if(t.length===0)return this.spec.meta;let r=this.clone();return r.spec.meta=Object.assign(r.spec.meta||{},t[0]),r}}function Vf(e){Object.keys(e).forEach(t=>{Object.keys(e[t]).forEach(r=>{zs[t][r]=e[t][r]})})}function Wf(e,t,r){if(!e||!St(e.prototype))throw new TypeError("You must provide a yup schema constructor function");if(typeof t!="string")throw new TypeError("A Method name must be provided");if(typeof r!="function")throw new TypeError("Method function must be provided");e.prototype[t]=r}const Js=Object.freeze(Object.defineProperty({__proto__:null,ArraySchema:eo,BooleanSchema:qn,DateSchema:Pt,LazySchema:zr,MixedSchema:Hn,NumberSchema:Zn,ObjectSchema:Qn,Schema:xe,StringSchema:Jn,TupleSchema:to,ValidationError:_e,addMethod:Wf,array:Rn,bool:Yn,boolean:Yn,date:Xn,defaultLocale:zs,getIn:Gn,isSchema:St,lazy:Uf,mixed:Nr,number:Bs,object:ir,printValue:Je,reach:wf,ref:_f,setLocale:Vf,string:Lr,tuple:qs},Symbol.toStringTag,{value:"Module"})),Zs=e=>{const t=e.reduce((r,n)=>{let{name:o,required:s,type:i}=n;switch(i){case"RelatedList":i="array";break;case"Integer":case"Float":i="number";break;case"Related":case"Geometry":case"Raw":i="mixed";break;default:i="string"}let a;try{s?a=Js[i]().typeError(`Field must be of type ${i}`).required("Field is required"):a=Js[i]().typeError(`Field must be of type ${i}`).nullable(!0)}catch(c){console.log(c)}return r[o]=a,r},{});return ir().shape(t)},Xs=e=>!e&&typeof e!="boolean"&&typeof e!="number"?null:typeof e=="boolean"?e.toString():Array.isArray(e)?e.map(t=>t.name_||JSON.stringify(t,null,2)).join(", "):typeof e=="object"?e.name_||JSON.stringify(e):e,Gf=e=>e?{...e,add:{columns:e.add_columns,title:e.add_title,schema:Zs(e.add_columns),defaultValues:Es(e.add_columns)},edit:{columns:e.edit_columns,title:e.edit_title,schema:Zs(e.edit_columns),defaultValues:Es(e.edit_columns)}}:null,Hf=async(e,t,r)=>{const{fetchPath:n,options:o}=$e({path:Se(t,"/download"),method:"POST"}),s=await fetch(n,{...o,body:JSON.stringify(r)});let i=null;const a=s.headers.get("content-type");if(a&&a.includes("application/json")?i=await s.json():i=await s.blob(),!s.ok)throw typeof i=="object"?new Error(typeof i.detail=="string"?i.detail:JSON.stringify(i,null,2)):new Error(i);const c=document.createElement("a"),u=URL.createObjectURL(i);c.href=u,c.download=e.toLowerCase()+".csv",c.click()};function Yf({path:e,initialQueryParams:t,relation:r,fetchInfo:n=!0,clearInfoOnRefetch:o=!1,clearDataOnRefetch:s=!1,resetQueryParamsOnPathChange:i=!0,infoQueryProps:a,dataQueryProps:c,streaming:u=!1}){const[d,f]=v.useState(t?Ar(null,t):null),p=v.useRef(e),y=v.useMemo(()=>(p.current=e,r?{...d,filters:[...d.filters,{col:r.foreign_key,opr:r.type,value:ze(r.id)}]}:d),[r,d]),b=v.useCallback(_=>f(P=>{if(typeof _=="function"&&(_=_(P)),!P)return Ar(null,_);const D=Ar({...P},_);if((_.filters||_.order_column||_.order_direction)&&!_.page&&(D.page=0),u){if(_.page&&_.page!==P.page&&!_.streaming)throw new Error("You cannot change page in streaming mode, use streaming.fetch() instead");if(_.page_size&&_.page_size!==P.page_size)throw new Error("You cannot change page size in streaming mode, use streaming.fetch() instead")}return D}),[u]),[h,C]=v.useState(null),x=v.useMemo(()=>h,[h]),F=v.useCallback(()=>C(null),[]),{data:$,isFetching:w,refetch:S,error:I}=tt.useQuery({queryKey:[`info-${e}`],queryFn:({signal:_})=>Ju(Se(e,"_info"),_).then(P=>({...Gf(P),path:e})),placeholderData:o?null:tt.keepPreviousData,enabled:n,retry:!1,refetchOnMount:!1,refetchOnReconnect:!1,refetchOnWindowFocus:!1,...a}),{data:j,isFetching:H,refetch:U,error:m}=tt.useQuery({queryKey:[`data-${p.current}`,JSON.stringify(y)],queryFn:({signal:_})=>y?Xu(Se(p.current,"/"),y,_).then(P=>({...P,result:P.result.map((D,V)=>({...D,id:P.ids[V]})),path:p.current})):null,placeholderData:s?null:tt.keepPreviousData,retry:!1,...c});v.useEffect(()=>{if(I){C({message:"Couldn't fetch info",originalError:I});return}if(m){C({message:"Couldn't fetch list",originalError:m});return}F()},[I,m,F]);const A=v.useMemo(()=>w||H,[w,H]);ve.useDidUpdate(()=>{if(!i)return;const _=Ar(null,t);d!=null&&d.page_size&&(_.page_size=d.page_size),b(_)},[e]);const L=v.useCallback(async _=>{try{const P=await Zu(e,ze(_));return F(),P}catch(P){C({message:`Couldn't fetch item with id ${_}`,originalError:P})}},[e,F]),Y=v.useCallback(async(_,P)=>{try{const D=await qu(e,_);return P||(S(),U()),F(),D}catch(D){C({message:"Couldn't add item",originalError:D})}},[U,S,e,F]),J=v.useCallback(async(_,P,D)=>{try{const V=await Qu(e,ze(_),P);return D||(S(),U()),F(),V}catch(V){C({message:`Couldn't update item with id ${_}`,originalError:V})}},[U,S,e,F]),ae=v.useCallback(async(_,P)=>{try{const D=await Ku(e,ze(_));return P||(S(),U()),F(),D}catch(D){C({message:`Couldn't delete item with id ${_}`,originalError:D})}},[U,S,e,F]),le=v.useCallback(async _=>{try{await Hf(_,e,y)}catch(P){C({message:"Couldn't download",originalError:P})}},[e,y]),[ge,me]=ve.useSetState({data:{},isEnd:!1,fetch:()=>null});v.useEffect(()=>{u&&me({fetch:()=>b({page:0,streaming:!0})})},[b,me,u]),v.useEffect(()=>{u&&j&&me(_=>{let P=Object.keys(_.data).length;const D={isEnd:!1};return y.page<P?(P=y.page,D.data={[y.page]:j.result}):D.data={..._.data,[y.page]:j.result},j.result.length<y.page_size?(D.isEnd=!0,D.fetch=()=>null):D.fetch=()=>b({page:P+1,streaming:!0}),D})},[j,b,me,u]);const Me=v.useMemo(()=>{const _={all:"all",actions:"actions"};return j==null||j.list_columns.forEach(P=>{_[P]&&(_[P]=`_${P}`)}),_},[j==null?void 0:j.list_columns]),O=v.useCallback(()=>y?U():b(),[U,y,b]);return{path:e,data:j,info:$,queryParams:y,loading:A,error:x,streaming:ge,specialKey:Me,setQueryParams:b,refetch:O,refetchInfo:S,getEntry:L,addEntry:Y,updateEntry:J,deleteEntry:ae,download:le}}const qf=async(e,t,r)=>{const{fetchPath:n,options:o}=$e({path:Se(e,"/bulk",t),method:"POST",body:r}),s=await fetch(n,o);let i=null;const a=s.headers.get("content-type");if(a&&a.includes("application/json")?i=await s.json():i=await s.text(),!s.ok)throw typeof i=="object"?new Error(typeof i.detail=="string"?i.detail:JSON.stringify(i,null,2)):new Error(i);return i},Kf=({path:e,refetch:t})=>{const[r,n]=v.useState([]),[o,s]=v.useState(null),i=v.useCallback(async(c,u)=>{try{s(null);const d=await qf(e,c,r);return u||t(),d}catch(d){console.error(d),s({message:"Couldn't perform bulk action",originalError:d})}},[e,t,r]);return{bulkActions:v.useMemo(()=>({selectedIds:r,setSelectedIds:n}),[r,n]),dispatchBulkActions:i,error:o}};function Qs({resource_name:e="",initialQueryParams:t,relation:r,fetchInfo:n,clearInfoOnRefetch:o,clearDataOnRefetch:s,resetQueryParamsOnPathChange:i,infoQueryProps:a,dataQueryProps:c,children:u,streaming:d}){const{baseUrl:f}=ws(),p=Yf({path:Se(f,e),initialQueryParams:t,relation:r,fetchInfo:n,clearInfoOnRefetch:o,clearDataOnRefetch:s,resetQueryParamsOnPathChange:i,infoQueryProps:a,dataQueryProps:c,streaming:d}),y=sr(p),b=Kf(y),h=sr(b);return l.jsx(Ts.Provider,{value:y,children:l.jsx(Cs.Provider,{value:h,children:u})})}/**
|
|
5
|
-
* @license @tabler/icons-react v3.
|
|
4
|
+
`+(a!==i?`result of cast: ${a}`:""))}return s}_cast(t,n){let r=t===void 0?t:this.transforms.reduce((o,s)=>s.call(this,o,t,this),t);return r===void 0&&(r=this.getDefault(n)),r}_validate(t,n={},r,o){let{path:s,originalValue:i=t,strict:a=this.spec.strict}=n,c=t;a||(c=this._cast(c,Object.assign({assert:!1},n)));let u=[];for(let d of Object.values(this.internalTests))d&&u.push(d);this.runTests({path:s,value:c,originalValue:i,options:n,tests:u},r,d=>{if(d.length)return o(d,c);this.runTests({path:s,value:c,originalValue:i,options:n,tests:this.tests},r,o)})}runTests(t,n,r){let o=!1,{tests:s,value:i,originalValue:a,path:c,options:u}=t,d=g=>{o||(o=!0,n(g,i))},f=g=>{o||(o=!0,r(g,i))},h=s.length,y=[];if(!h)return f([]);let v={value:i,originalValue:a,path:c,options:u,schema:this};for(let g=0;g<s.length;g++){const S=s[g];S(v,d,function(P){P&&(Array.isArray(P)?y.push(...P):y.push(P)),--h<=0&&f(y)})}}asNestedTest({key:t,index:n,parent:r,parentPath:o,originalParent:s,options:i}){const a=t??n;if(a==null)throw TypeError("Must include `key` or `index` for nested validations");const c=typeof a=="number";let u=r[a];const d=Object.assign({},i,{strict:!0,parent:r,value:u,originalValue:s[a],key:void 0,[c?"index":"key"]:a,path:c||a.includes(".")?`${o||""}[${c?a:`"${a}"`}]`:(o?`${o}.`:"")+t});return(f,h,y)=>this.resolve(d)._validate(u,d,h,y)}validate(t,n){var r;let o=this.resolve(Object.assign({},n,{value:t})),s=(r=n==null?void 0:n.disableStackTrace)!=null?r:o.spec.disableStackTrace;return new Promise((i,a)=>o._validate(t,n,(c,u)=>{we.isError(c)&&(c.value=u),a(c)},(c,u)=>{c.length?a(new we(c,u,void 0,void 0,s)):i(u)}))}validateSync(t,n){var r;let o=this.resolve(Object.assign({},n,{value:t})),s,i=(r=n==null?void 0:n.disableStackTrace)!=null?r:o.spec.disableStackTrace;return o._validate(t,Object.assign({},n,{sync:!0}),(a,c)=>{throw we.isError(a)&&(a.value=c),a},(a,c)=>{if(a.length)throw new we(a,t,void 0,void 0,i);s=c}),s}isValid(t,n){return this.validate(t,n).then(()=>!0,r=>{if(we.isError(r))return!1;throw r})}isValidSync(t,n){try{return this.validateSync(t,n),!0}catch(r){if(we.isError(r))return!1;throw r}}_getDefault(t){let n=this.spec.default;return n==null?n:typeof n=="function"?n.call(this,t):kt(n)}getDefault(t){return this.resolve(t||{})._getDefault(t)}default(t){return arguments.length===0?this._getDefault():this.clone({default:t})}strict(t=!0){return this.clone({strict:t})}nullability(t,n){const r=this.clone({nullable:t});return r.internalTests.nullable=It({message:n,name:"nullable",test(o){return o===null?this.schema.spec.nullable:!0}}),r}optionality(t,n){const r=this.clone({optional:t});return r.internalTests.optionality=It({message:n,name:"optionality",test(o){return o===void 0?this.schema.spec.optional:!0}}),r}optional(){return this.optionality(!0)}defined(t=Xe.defined){return this.optionality(!1,t)}nullable(){return this.nullability(!0)}nonNullable(t=Xe.notNull){return this.nullability(!1,t)}required(t=Xe.required){return this.clone().withMutation(n=>n.nonNullable(t).defined(t))}notRequired(){return this.clone().withMutation(t=>t.nullable().optional())}transform(t){let n=this.clone();return n.transforms.push(t),n}test(...t){let n;if(t.length===1?typeof t[0]=="function"?n={test:t[0]}:n=t[0]:t.length===2?n={name:t[0],test:t[1]}:n={name:t[0],message:t[1],test:t[2]},n.message===void 0&&(n.message=Xe.default),typeof n.test!="function")throw new TypeError("`test` is a required parameters");let r=this.clone(),o=It(n),s=n.exclusive||n.name&&r.exclusiveTests[n.name]===!0;if(n.exclusive&&!n.name)throw new TypeError("Exclusive tests must provide a unique `name` identifying the test");return n.name&&(r.exclusiveTests[n.name]=!!n.exclusive),r.tests=r.tests.filter(i=>!(i.OPTIONS.name===n.name&&(s||i.OPTIONS.test===o.OPTIONS.test))),r.tests.push(o),r}when(t,n){!Array.isArray(t)&&typeof t!="string"&&(n=t,t=".");let r=this.clone(),o=ui(t).map(s=>new gt(s));return o.forEach(s=>{s.isSibling&&r.deps.push(s.key)}),r.conditions.push(typeof n=="function"?new Gn(o,n):Gn.fromOptions(o,n)),r}typeError(t){let n=this.clone();return n.internalTests.typeError=It({message:t,name:"typeError",skipAbsent:!0,test(r){return this.schema._typeCheck(r)?!0:this.createError({params:{type:this.schema.type}})}}),n}oneOf(t,n=Xe.oneOf){let r=this.clone();return t.forEach(o=>{r._whitelist.add(o),r._blacklist.delete(o)}),r.internalTests.whiteList=It({message:n,name:"oneOf",skipAbsent:!0,test(o){let s=this.schema._whitelist,i=s.resolveAll(this.resolve);return i.includes(o)?!0:this.createError({params:{values:Array.from(s).join(", "),resolved:i}})}}),r}notOneOf(t,n=Xe.notOneOf){let r=this.clone();return t.forEach(o=>{r._blacklist.add(o),r._whitelist.delete(o)}),r.internalTests.blacklist=It({message:n,name:"notOneOf",test(o){let s=this.schema._blacklist,i=s.resolveAll(this.resolve);return i.includes(o)?this.createError({params:{values:Array.from(s).join(", "),resolved:i}}):!0}}),r}strip(t=!0){let n=this.clone();return n.spec.strip=t,n}describe(t){const n=(t?this.resolve(t):this).clone(),{label:r,meta:o,optional:s,nullable:i}=n.spec;return{meta:o,label:r,optional:s,nullable:i,default:n.getDefault(t),type:n.type,oneOf:n._whitelist.describe(),notOneOf:n._blacklist.describe(),tests:n.tests.map(c=>({name:c.OPTIONS.name,params:c.OPTIONS.params})).filter((c,u,d)=>d.findIndex(f=>f.name===c.name)===u)}}}Ae.prototype.__isYupSchema__=!0;for(const e of["validate","validateSync"])Ae.prototype[`${e}At`]=function(t,n,r={}){const{parent:o,parentPath:s,schema:i}=oo(this,t,n,r.context);return i[e](o&&o[s],Object.assign({},r,{parent:o,path:t}))};for(const e of["equals","is"])Ae.prototype[e]=Ae.prototype.oneOf;for(const e of["not","nope"])Ae.prototype[e]=Ae.prototype.notOneOf;const Vd=()=>!0;function Yn(e){return new so(e)}class so extends Ae{constructor(t){super(typeof t=="function"?{type:"mixed",check:t}:Object.assign({type:"mixed",check:Vd},t))}}Yn.prototype=so.prototype;function io(){return new ao}class ao extends Ae{constructor(){super({type:"boolean",check(t){return t instanceof Boolean&&(t=t.valueOf()),typeof t=="boolean"}}),this.withMutation(()=>{this.transform((t,n,r)=>{if(r.spec.coerce&&!r.isType(t)){if(/^(true|1)$/i.test(String(t)))return!0;if(/^(false|0)$/i.test(String(t)))return!1}return t})})}isTrue(t=ro.isValue){return this.test({message:t,name:"is-value",exclusive:!0,params:{value:"true"},test(n){return Ye(n)||n===!0}})}isFalse(t=ro.isValue){return this.test({message:t,name:"is-value",exclusive:!0,params:{value:"false"},test(n){return Ye(n)||n===!1}})}default(t){return super.default(t)}defined(t){return super.defined(t)}optional(){return super.optional()}required(t){return super.required(t)}notRequired(){return super.notRequired()}nullable(){return super.nullable()}nonNullable(t){return super.nonNullable(t)}strip(t){return super.strip(t)}}io.prototype=ao.prototype;const Gd=/^(\d{4}|[+-]\d{6})(?:-?(\d{2})(?:-?(\d{2}))?)?(?:[ T]?(\d{2}):?(\d{2})(?::?(\d{2})(?:[,.](\d{1,}))?)?(?:(Z)|([+-])(\d{2})(?::?(\d{2}))?)?)?$/;function Wd(e){const t=lo(e);if(!t)return Date.parse?Date.parse(e):Number.NaN;if(t.z===void 0&&t.plusMinus===void 0)return new Date(t.year,t.month,t.day,t.hour,t.minute,t.second,t.millisecond).valueOf();let n=0;return t.z!=="Z"&&t.plusMinus!==void 0&&(n=t.hourOffset*60+t.minuteOffset,t.plusMinus==="+"&&(n=0-n)),Date.UTC(t.year,t.month,t.day,t.hour,t.minute+n,t.second,t.millisecond)}function lo(e){var t,n;const r=Gd.exec(e);return r?{year:ot(r[1]),month:ot(r[2],1)-1,day:ot(r[3],1),hour:ot(r[4]),minute:ot(r[5]),second:ot(r[6]),millisecond:r[7]?ot(r[7].substring(0,3)):0,precision:(t=(n=r[7])==null?void 0:n.length)!=null?t:void 0,z:r[8]||void 0,plusMinus:r[9]||void 0,hourOffset:ot(r[10]),minuteOffset:ot(r[11])}:null}function ot(e,t=0){return Number(e)||t}let Hd=/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,Yd=/^((https?|ftp):)?\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i,qd=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,Jd="^\\d{4}-\\d{2}-\\d{2}",Kd="\\d{2}:\\d{2}:\\d{2}",Zd="(([+-]\\d{2}(:?\\d{2})?)|Z)",Xd=new RegExp(`${Jd}T${Kd}(\\.\\d+)?${Zd}$`),Qd=e=>Ye(e)||e===e.trim(),Rd={}.toString();function qn(){return new co}class co extends Ae{constructor(){super({type:"string",check(t){return t instanceof String&&(t=t.valueOf()),typeof t=="string"}}),this.withMutation(()=>{this.transform((t,n,r)=>{if(!r.spec.coerce||r.isType(t)||Array.isArray(t))return t;const o=t!=null&&t.toString?t.toString():t;return o===Rd?t:o})})}required(t){return super.required(t).withMutation(n=>n.test({message:t||Xe.required,name:"required",skipAbsent:!0,test:r=>!!r.length}))}notRequired(){return super.notRequired().withMutation(t=>(t.tests=t.tests.filter(n=>n.OPTIONS.name!=="required"),t))}length(t,n=Le.length){return this.test({message:n,name:"length",exclusive:!0,params:{length:t},skipAbsent:!0,test(r){return r.length===this.resolve(t)}})}min(t,n=Le.min){return this.test({message:n,name:"min",exclusive:!0,params:{min:t},skipAbsent:!0,test(r){return r.length>=this.resolve(t)}})}max(t,n=Le.max){return this.test({name:"max",exclusive:!0,message:n,params:{max:t},skipAbsent:!0,test(r){return r.length<=this.resolve(t)}})}matches(t,n){let r=!1,o,s;return n&&(typeof n=="object"?{excludeEmptyString:r=!1,message:o,name:s}=n:o=n),this.test({name:s||"matches",message:o||Le.matches,params:{regex:t},skipAbsent:!0,test:i=>i===""&&r||i.search(t)!==-1})}email(t=Le.email){return this.matches(Hd,{name:"email",message:t,excludeEmptyString:!0})}url(t=Le.url){return this.matches(Yd,{name:"url",message:t,excludeEmptyString:!0})}uuid(t=Le.uuid){return this.matches(qd,{name:"uuid",message:t,excludeEmptyString:!1})}datetime(t){let n="",r,o;return t&&(typeof t=="object"?{message:n="",allowOffset:r=!1,precision:o=void 0}=t:n=t),this.matches(Xd,{name:"datetime",message:n||Le.datetime,excludeEmptyString:!0}).test({name:"datetime_offset",message:n||Le.datetime_offset,params:{allowOffset:r},skipAbsent:!0,test:s=>{if(!s||r)return!0;const i=lo(s);return i?!!i.z:!1}}).test({name:"datetime_precision",message:n||Le.datetime_precision,params:{precision:o},skipAbsent:!0,test:s=>{if(!s||o==null)return!0;const i=lo(s);return i?i.precision===o:!1}})}ensure(){return this.default("").transform(t=>t===null?"":t)}trim(t=Le.trim){return this.transform(n=>n!=null?n.trim():n).test({message:t,name:"trim",test:Qd})}lowercase(t=Le.lowercase){return this.transform(n=>Ye(n)?n:n.toLowerCase()).test({message:t,name:"string_case",exclusive:!0,skipAbsent:!0,test:n=>Ye(n)||n===n.toLowerCase()})}uppercase(t=Le.uppercase){return this.transform(n=>Ye(n)?n:n.toUpperCase()).test({message:t,name:"string_case",exclusive:!0,skipAbsent:!0,test:n=>Ye(n)||n===n.toUpperCase()})}}qn.prototype=co.prototype;let ep=e=>e!=+e;function yi(){return new uo}class uo extends Ae{constructor(){super({type:"number",check(t){return t instanceof Number&&(t=t.valueOf()),typeof t=="number"&&!ep(t)}}),this.withMutation(()=>{this.transform((t,n,r)=>{if(!r.spec.coerce)return t;let o=t;if(typeof o=="string"){if(o=o.replace(/\s/g,""),o==="")return NaN;o=+o}return r.isType(o)||o===null?o:parseFloat(o)})})}min(t,n=ht.min){return this.test({message:n,name:"min",exclusive:!0,params:{min:t},skipAbsent:!0,test(r){return r>=this.resolve(t)}})}max(t,n=ht.max){return this.test({message:n,name:"max",exclusive:!0,params:{max:t},skipAbsent:!0,test(r){return r<=this.resolve(t)}})}lessThan(t,n=ht.lessThan){return this.test({message:n,name:"max",exclusive:!0,params:{less:t},skipAbsent:!0,test(r){return r<this.resolve(t)}})}moreThan(t,n=ht.moreThan){return this.test({message:n,name:"min",exclusive:!0,params:{more:t},skipAbsent:!0,test(r){return r>this.resolve(t)}})}positive(t=ht.positive){return this.moreThan(0,t)}negative(t=ht.negative){return this.lessThan(0,t)}integer(t=ht.integer){return this.test({name:"integer",message:t,skipAbsent:!0,test:n=>Number.isInteger(n)})}truncate(){return this.transform(t=>Ye(t)?t:t|0)}round(t){var n;let r=["ceil","floor","round","trunc"];if(t=((n=t)==null?void 0:n.toLowerCase())||"round",t==="trunc")return this.truncate();if(r.indexOf(t.toLowerCase())===-1)throw new TypeError("Only valid options for round() are: "+r.join(", "));return this.transform(o=>Ye(o)?o:Math[t](o))}}yi.prototype=uo.prototype;let bi=new Date(""),tp=e=>Object.prototype.toString.call(e)==="[object Date]";function fo(){return new Mt}class Mt extends Ae{constructor(){super({type:"date",check(t){return tp(t)&&!isNaN(t.getTime())}}),this.withMutation(()=>{this.transform((t,n,r)=>!r.spec.coerce||r.isType(t)||t===null?t:(t=Wd(t),isNaN(t)?Mt.INVALID_DATE:new Date(t)))})}prepareParam(t,n){let r;if(gt.isRef(t))r=t;else{let o=this.cast(t);if(!this._typeCheck(o))throw new TypeError(`\`${n}\` must be a Date or a value that can be \`cast()\` to a Date`);r=o}return r}min(t,n=no.min){let r=this.prepareParam(t,"min");return this.test({message:n,name:"min",exclusive:!0,params:{min:t},skipAbsent:!0,test(o){return o>=this.resolve(r)}})}max(t,n=no.max){let r=this.prepareParam(t,"max");return this.test({message:n,name:"max",exclusive:!0,params:{max:t},skipAbsent:!0,test(o){return o<=this.resolve(r)}})}}Mt.INVALID_DATE=bi,fo.prototype=Mt.prototype,fo.INVALID_DATE=bi;function np(e,t=[]){let n=[],r=new Set,o=new Set(t.map(([i,a])=>`${i}-${a}`));function s(i,a){let c=wt.split(i)[0];r.add(c),o.has(`${a}-${c}`)||n.push([a,c])}for(const i of Object.keys(e)){let a=e[i];r.add(i),gt.isRef(a)&&a.isSibling?s(a.path,i):_t(a)&&"deps"in a&&a.deps.forEach(c=>s(c,i))}return kd.array(Array.from(r),n).reverse()}function vi(e,t){let n=1/0;return e.some((r,o)=>{var s;if((s=t.path)!=null&&s.includes(r))return n=o,!0}),n}function Ti(e){return(t,n)=>vi(e,t)-vi(e,n)}const Si=(e,t,n)=>{if(typeof e!="string")return e;let r=e;try{r=JSON.parse(e)}catch{}return n.isType(r)?r:e};function Jn(e){if("fields"in e){const t={};for(const[n,r]of Object.entries(e.fields))t[n]=Jn(r);return e.setFields(t)}if(e.type==="array"){const t=e.optional();return t.innerType&&(t.innerType=Jn(t.innerType)),t}return e.type==="tuple"?e.optional().clone({types:e.spec.types.map(Jn)}):"optional"in e?e.optional():e}const rp=(e,t)=>{const n=[...wt.normalizePath(t)];if(n.length===1)return n[0]in e;let r=n.pop(),o=wt.getter(wt.join(n),!0)(e);return!!(o&&r in o)};let wi=e=>Object.prototype.toString.call(e)==="[object Object]";function _i(e,t){let n=Object.keys(e.fields);return Object.keys(t).filter(r=>n.indexOf(r)===-1)}const op=Ti([]);function un(e){return new po(e)}class po extends Ae{constructor(t){super({type:"object",check(n){return wi(n)||typeof n=="function"}}),this.fields=Object.create(null),this._sortErrors=op,this._nodes=[],this._excludedEdges=[],this.withMutation(()=>{t&&this.shape(t)})}_cast(t,n={}){var r;let o=super._cast(t,n);if(o===void 0)return this.getDefault(n);if(!this._typeCheck(o))return o;let s=this.fields,i=(r=n.stripUnknown)!=null?r:this.spec.noUnknown,a=[].concat(this._nodes,Object.keys(o).filter(f=>!this._nodes.includes(f))),c={},u=Object.assign({},n,{parent:c,__validating:n.__validating||!1}),d=!1;for(const f of a){let h=s[f],y=f in o;if(h){let v,g=o[f];u.path=(n.path?`${n.path}.`:"")+f,h=h.resolve({value:g,context:n.context,parent:c});let S=h instanceof Ae?h.spec:void 0,E=S==null?void 0:S.strict;if(S!=null&&S.strip){d=d||f in o;continue}v=!n.__validating||!E?h.cast(o[f],u):o[f],v!==void 0&&(c[f]=v)}else y&&!i&&(c[f]=o[f]);(y!==f in c||c[f]!==o[f])&&(d=!0)}return d?c:o}_validate(t,n={},r,o){let{from:s=[],originalValue:i=t,recursive:a=this.spec.recursive}=n;n.from=[{schema:this,value:i},...s],n.__validating=!0,n.originalValue=i,super._validate(t,n,r,(c,u)=>{if(!a||!wi(u)){o(c,u);return}i=i||u;let d=[];for(let f of this._nodes){let h=this.fields[f];!h||gt.isRef(h)||d.push(h.asNestedTest({options:n,key:f,parent:u,parentPath:n.path,originalParent:i}))}this.runTests({tests:d,value:u,originalValue:i,options:n},r,f=>{o(f.sort(this._sortErrors).concat(c),u)})})}clone(t){const n=super.clone(t);return n.fields=Object.assign({},this.fields),n._nodes=this._nodes,n._excludedEdges=this._excludedEdges,n._sortErrors=this._sortErrors,n}concat(t){let n=super.concat(t),r=n.fields;for(let[o,s]of Object.entries(this.fields)){const i=r[o];r[o]=i===void 0?s:i}return n.withMutation(o=>o.setFields(r,[...this._excludedEdges,...t._excludedEdges]))}_getDefault(t){if("default"in this.spec)return super._getDefault(t);if(!this._nodes.length)return;let n={};return this._nodes.forEach(r=>{var o;const s=this.fields[r];let i=t;(o=i)!=null&&o.value&&(i=Object.assign({},i,{parent:i.value,value:i.value[r]})),n[r]=s&&"getDefault"in s?s.getDefault(i):void 0}),n}setFields(t,n){let r=this.clone();return r.fields=t,r._nodes=np(t,n),r._sortErrors=Ti(Object.keys(t)),n&&(r._excludedEdges=n),r}shape(t,n=[]){return this.clone().withMutation(r=>{let o=r._excludedEdges;return n.length&&(Array.isArray(n[0])||(n=[n]),o=[...r._excludedEdges,...n]),r.setFields(Object.assign(r.fields,t),o)})}partial(){const t={};for(const[n,r]of Object.entries(this.fields))t[n]="optional"in r&&r.optional instanceof Function?r.optional():r;return this.setFields(t)}deepPartial(){return Jn(this)}pick(t){const n={};for(const r of t)this.fields[r]&&(n[r]=this.fields[r]);return this.setFields(n,this._excludedEdges.filter(([r,o])=>t.includes(r)&&t.includes(o)))}omit(t){const n=[];for(const r of Object.keys(this.fields))t.includes(r)||n.push(r);return this.pick(n)}from(t,n,r){let o=wt.getter(t,!0);return this.transform(s=>{if(!s)return s;let i=s;return rp(s,t)&&(i=Object.assign({},s),r||delete i[t],i[n]=o(s)),i})}json(){return this.transform(Si)}exact(t){return this.test({name:"exact",exclusive:!0,message:t||Un.exact,test(n){if(n==null)return!0;const r=_i(this.schema,n);return r.length===0||this.createError({params:{properties:r.join(", ")}})}})}stripUnknown(){return this.clone({noUnknown:!0})}noUnknown(t=!0,n=Un.noUnknown){typeof t!="boolean"&&(n=t,t=!0);let r=this.test({name:"noUnknown",exclusive:!0,message:n,test(o){if(o==null)return!0;const s=_i(this.schema,o);return!t||s.length===0||this.createError({params:{unknown:s.join(", ")}})}});return r.spec.noUnknown=t,r}unknown(t=!0,n=Un.noUnknown){return this.noUnknown(!t,n)}transformKeys(t){return this.transform(n=>{if(!n)return n;const r={};for(const o of Object.keys(n))r[t(o)]=n[o];return r})}camelCase(){return this.transformKeys(eo.camelCase)}snakeCase(){return this.transformKeys(eo.snakeCase)}constantCase(){return this.transformKeys(t=>eo.snakeCase(t).toUpperCase())}describe(t){const n=(t?this.resolve(t):this).clone(),r=super.describe(t);r.fields={};for(const[s,i]of Object.entries(n.fields)){var o;let a=t;(o=a)!=null&&o.value&&(a=Object.assign({},a,{parent:a.value,value:a.value[s]})),r.fields[s]=i.describe(a)}return r}}un.prototype=po.prototype;function ho(e){return new go(e)}class go extends Ae{constructor(t){super({type:"array",spec:{types:t},check(n){return Array.isArray(n)}}),this.innerType=void 0,this.innerType=t}_cast(t,n){const r=super._cast(t,n);if(!this._typeCheck(r)||!this.innerType)return r;let o=!1;const s=r.map((i,a)=>{const c=this.innerType.cast(i,Object.assign({},n,{path:`${n.path||""}[${a}]`}));return c!==i&&(o=!0),c});return o?s:r}_validate(t,n={},r,o){var s;let i=this.innerType,a=(s=n.recursive)!=null?s:this.spec.recursive;n.originalValue!=null&&n.originalValue,super._validate(t,n,r,(c,u)=>{var d;if(!a||!i||!this._typeCheck(u)){o(c,u);return}let f=new Array(u.length);for(let y=0;y<u.length;y++){var h;f[y]=i.asNestedTest({options:n,index:y,parent:u,parentPath:n.path,originalParent:(h=n.originalValue)!=null?h:t})}this.runTests({value:u,tests:f,originalValue:(d=n.originalValue)!=null?d:t,options:n},r,y=>o(y.concat(c),u))})}clone(t){const n=super.clone(t);return n.innerType=this.innerType,n}json(){return this.transform(Si)}concat(t){let n=super.concat(t);return n.innerType=this.innerType,t.innerType&&(n.innerType=n.innerType?n.innerType.concat(t.innerType):t.innerType),n}of(t){let n=this.clone();if(!_t(t))throw new TypeError("`array.of()` sub-schema must be a valid yup schema not: "+Ze(t));return n.innerType=t,n.spec=Object.assign({},n.spec,{types:t}),n}length(t,n=Vn.length){return this.test({message:n,name:"length",exclusive:!0,params:{length:t},skipAbsent:!0,test(r){return r.length===this.resolve(t)}})}min(t,n){return n=n||Vn.min,this.test({message:n,name:"min",exclusive:!0,params:{min:t},skipAbsent:!0,test(r){return r.length>=this.resolve(t)}})}max(t,n){return n=n||Vn.max,this.test({message:n,name:"max",exclusive:!0,params:{max:t},skipAbsent:!0,test(r){return r.length<=this.resolve(t)}})}ensure(){return this.default(()=>[]).transform((t,n)=>this._typeCheck(t)?t:n==null?[]:[].concat(n))}compact(t){let n=t?(r,o,s)=>!t(r,o,s):r=>!!r;return this.transform(r=>r!=null?r.filter(n):r)}describe(t){const n=(t?this.resolve(t):this).clone(),r=super.describe(t);if(n.innerType){var o;let s=t;(o=s)!=null&&o.value&&(s=Object.assign({},s,{parent:s.value,value:s.value[0]})),r.innerType=n.innerType.describe(s)}return r}}ho.prototype=go.prototype;function Ci(e){return new mo(e)}class mo extends Ae{constructor(t){super({type:"tuple",spec:{types:t},check(n){const r=this.spec.types;return Array.isArray(n)&&n.length===r.length}}),this.withMutation(()=>{this.typeError(gi.notType)})}_cast(t,n){const{types:r}=this.spec,o=super._cast(t,n);if(!this._typeCheck(o))return o;let s=!1;const i=r.map((a,c)=>{const u=a.cast(o[c],Object.assign({},n,{path:`${n.path||""}[${c}]`}));return u!==o[c]&&(s=!0),u});return s?i:o}_validate(t,n={},r,o){let s=this.spec.types;super._validate(t,n,r,(i,a)=>{var c;if(!this._typeCheck(a)){o(i,a);return}let u=[];for(let[f,h]of s.entries()){var d;u[f]=h.asNestedTest({options:n,index:f,parent:a,parentPath:n.path,originalParent:(d=n.originalValue)!=null?d:t})}this.runTests({value:a,tests:u,originalValue:(c=n.originalValue)!=null?c:t,options:n},r,f=>o(f.concat(i),a))})}describe(t){const n=(t?this.resolve(t):this).clone(),r=super.describe(t);return r.innerType=n.spec.types.map((o,s)=>{var i;let a=t;return(i=a)!=null&&i.value&&(a=Object.assign({},a,{parent:a.value,value:a.value[s]})),o.describe(a)}),r}}Ci.prototype=mo.prototype;function sp(e){return new Kn(e)}function Ei(e){try{return e()}catch(t){if(we.isError(t))return Promise.reject(t);throw t}}class Kn{constructor(t){this.type="lazy",this.__isYupSchema__=!0,this.spec=void 0,this._resolve=(n,r={})=>{let o=this.builder(n,r);if(!_t(o))throw new TypeError("lazy() functions must return a valid schema");return this.spec.optional&&(o=o.optional()),o.resolve(r)},this.builder=t,this.spec={meta:void 0,optional:!1}}clone(t){const n=new Kn(this.builder);return n.spec=Object.assign({},this.spec,t),n}optionality(t){return this.clone({optional:t})}optional(){return this.optionality(!0)}resolve(t){return this._resolve(t.value,t)}cast(t,n){return this._resolve(t,n).cast(t,n)}asNestedTest(t){let{key:n,index:r,parent:o,options:s}=t,i=o[r??n];return this._resolve(i,Object.assign({},s,{value:i,parent:o})).asNestedTest(t)}validate(t,n){return Ei(()=>this._resolve(t,n).validate(t,n))}validateSync(t,n){return this._resolve(t,n).validateSync(t,n)}validateAt(t,n,r){return Ei(()=>this._resolve(n,r).validateAt(t,n,r))}validateSyncAt(t,n,r){return this._resolve(n,r).validateSyncAt(t,n,r)}isValid(t,n){try{return this._resolve(t,n).isValid(t,n)}catch(r){if(we.isError(r))return Promise.resolve(!1);throw r}}isValidSync(t,n){return this._resolve(t,n).isValidSync(t,n)}describe(t){return t?this.resolve(t).describe(t):{type:"lazy",meta:this.spec.meta,label:void 0}}meta(...t){if(t.length===0)return this.spec.meta;let n=this.clone();return n.spec.meta=Object.assign(n.spec.meta||{},t[0]),n}}function ip(e){Object.keys(e).forEach(t=>{Object.keys(e[t]).forEach(n=>{mi[t][n]=e[t][n]})})}function ap(e,t,n){if(!e||!_t(e.prototype))throw new TypeError("You must provide a yup schema constructor function");if(typeof t!="string")throw new TypeError("A Method name must be provided");if(typeof n!="function")throw new TypeError("Method function must be provided");e.prototype[t]=n}const xi=Object.freeze(Object.defineProperty({__proto__:null,ArraySchema:go,BooleanSchema:ao,DateSchema:Mt,LazySchema:Kn,MixedSchema:so,NumberSchema:uo,ObjectSchema:po,Schema:Ae,StringSchema:co,TupleSchema:mo,ValidationError:we,addMethod:ap,array:ho,bool:io,boolean:io,date:fo,defaultLocale:mi,getIn:oo,isSchema:_t,lazy:sp,mixed:Yn,number:yi,object:un,printValue:Ze,reach:Ud,ref:Bd,setLocale:ip,string:qn,tuple:Ci},Symbol.toStringTag,{value:"Module"})),Ai=e=>{const t=e.reduce((n,r)=>{let{name:o,required:s,type:i}=r;switch(i){case"RelatedList":i="array";break;case"Integer":case"Float":i="number";break;case"Related":case"Geometry":case"Raw":i="mixed";break;default:i="string"}let a;try{s?a=xi[i]().typeError(`Field must be of type ${i}`).required("Field is required"):a=xi[i]().typeError(`Field must be of type ${i}`).nullable(!0)}catch(c){console.log(c)}return n[o]=a,n},{});return un().shape(t)},Oi=e=>!e&&typeof e!="boolean"&&typeof e!="number"?null:typeof e=="boolean"?e.toString():Array.isArray(e)?e.map(t=>t.name_||JSON.stringify(t,null,2)).join(", "):typeof e=="object"?e.name_||JSON.stringify(e):e,lp=e=>e?{...e,add:{columns:e.add_columns,title:e.add_title,schema:Ai(e.add_columns),defaultValues:ni(e.add_columns)},edit:{columns:e.edit_columns,title:e.edit_title,schema:Ai(e.edit_columns),defaultValues:ni(e.edit_columns)}}:null,cp=async(e,t,n)=>{const{fetchPath:r,options:o}=Pe({path:Te(t,"/download"),method:"POST"}),s=await fetch(r,{...o,body:JSON.stringify(n)});let i=null;const a=s.headers.get("content-type");if(a&&a.includes("application/json")?i=await s.json():i=await s.blob(),!s.ok)throw typeof i=="object"?new Error(typeof i.detail=="string"?i.detail:JSON.stringify(i,null,2)):new Error(i);const c=document.createElement("a"),u=URL.createObjectURL(i);c.href=u,c.download=e.toLowerCase()+".csv",c.click()};function up({path:e,initialQueryParams:t,relation:n,fetchInfo:r=!0,clearInfoOnRefetch:o=!1,clearDataOnRefetch:s=!1,resetQueryParamsOnPathChange:i=!0,infoQueryProps:a,dataQueryProps:c,streaming:u=!1}){const[d,f]=b.useState(t?Ln(null,t):null),h=b.useRef(e),y=b.useMemo(()=>(h.current=e,n?{...d,filters:[...d.filters,{col:n.foreign_key,opr:n.type,value:Ie(n.id)}]}:d),[n,d]),v=b.useCallback(_=>f(M=>{if(typeof _=="function"&&(_=_(M)),!M)return Ln(null,_);const N=Ln({...M},_);if(_&&((_.filters||_.order_column||_.order_direction)&&!_.page&&(N.page=0),u)){if(_.page&&_.page!==M.page&&!_.streaming)throw new Error("You cannot change page in streaming mode, use streaming.fetch() instead");if(_.page_size&&_.page_size!==M.page_size)throw new Error("You cannot change page size in streaming mode, use streaming.fetch() instead")}return N}),[u]),[g,S]=b.useState(null),E=b.useMemo(()=>g,[g]),P=b.useCallback(()=>S(null),[]),{data:O,isFetching:w,refetch:C,error:x}=nt.useQuery({queryKey:[`info-${e}`],queryFn:({signal:_})=>hd(Te(e,"_info"),_).then(M=>({...lp(M),path:e})),placeholderData:o?null:nt.keepPreviousData,enabled:r,retry:!1,refetchOnMount:!1,refetchOnReconnect:!1,refetchOnWindowFocus:!1,...a}),{data:L,isFetching:G,refetch:B,error:m}=nt.useQuery({queryKey:[`data-${h.current}`,JSON.stringify(y)],queryFn:({signal:_})=>y?md(Te(h.current,"/"),y,_).then(M=>({...M,result:M.result.map((N,W)=>({...N,id:M.ids[W]})),path:h.current})):null,placeholderData:s?null:nt.keepPreviousData,retry:!1,...c});b.useEffect(()=>{if(x){S({message:"Couldn't fetch info",originalError:x});return}if(m){S({message:"Couldn't fetch list",originalError:m});return}P()},[x,m,P]);const $=b.useMemo(()=>w||G,[w,G]);fe.useDidUpdate(()=>{if(!i)return;const _=Ln(null,t);d!=null&&d.page_size&&(_.page_size=d.page_size),v(_)},[e]);const j=b.useCallback(async _=>{try{const M=await gd(e,Ie(_));return P(),M}catch(M){S({message:`Couldn't fetch item with id ${_}`,originalError:M})}},[e,P]),Y=b.useCallback(async(_,M)=>{try{const N=await dd(e,_);return M||(C(),B()),P(),N}catch(N){S({message:"Couldn't add item",originalError:N})}},[B,C,e,P]),Z=b.useCallback(async(_,M,N)=>{try{const W=await yd(e,Ie(_),M);return N||(C(),B()),P(),W}catch(W){S({message:`Couldn't update item with id ${_}`,originalError:W})}},[B,C,e,P]),se=b.useCallback(async(_,M)=>{try{const N=await pd(e,Ie(_));return M||(C(),B()),P(),N}catch(N){S({message:`Couldn't delete item with id ${_}`,originalError:N})}},[B,C,e,P]),ue=b.useCallback(async _=>{try{await cp(_,e,y)}catch(M){S({message:"Couldn't download",originalError:M})}},[e,y]),[ge,me]=fe.useSetState({data:{},isEnd:!1,fetch:()=>null});b.useEffect(()=>{u&&me({fetch:()=>v({page:0,streaming:!0})})},[v,me,u]),b.useEffect(()=>{u&&L&&me(_=>{let M=Object.keys(_.data).length;const N={isEnd:!1};return y.page<M?(M=y.page,N.data={[y.page]:L.result}):N.data={..._.data,[y.page]:L.result},L.result.length<y.page_size?(N.isEnd=!0,N.fetch=()=>null):N.fetch=()=>v({page:M+1,streaming:!0}),N})},[L,v,me,u]);const Fe=b.useMemo(()=>{const _={all:"all",actions:"actions"};return L==null||L.list_columns.forEach(M=>{_[M]&&(_[M]=`_${M}`)}),_},[L==null?void 0:L.list_columns]),I=b.useCallback(()=>y?B():v(),[B,y,v]);return{path:e,data:L,info:O,queryParams:y,loading:$,error:E,streaming:ge,specialKey:Fe,setQueryParams:v,refetch:I,refetchInfo:C,getEntry:j,addEntry:Y,updateEntry:Z,deleteEntry:se,download:ue}}const fp=async(e,t,n)=>{const{fetchPath:r,options:o}=Pe({path:Te(e,"/bulk",t),method:"POST",body:n}),s=await fetch(r,o);let i=null;const a=s.headers.get("content-type");if(a&&a.includes("application/json")?i=await s.json():i=await s.text(),!s.ok)throw typeof i=="object"?new Error(typeof i.detail=="string"?i.detail:JSON.stringify(i,null,2)):new Error(i);return i},dp=({path:e,refetch:t})=>{const[n,r]=b.useState([]),[o,s]=b.useState(null),i=b.useCallback(async(c,u)=>{try{s(null);const d=await fp(e,c,n);return u||t(),d}catch(d){console.error(d),s({message:"Couldn't perform bulk action",originalError:d})}},[e,t,n]);return{bulkActions:b.useMemo(()=>({selectedIds:n,setSelectedIds:r}),[n,r]),dispatchBulkActions:i,error:o}};function yo({resource_name:e="",initialQueryParams:t,relation:n,fetchInfo:r,clearInfoOnRefetch:o,clearDataOnRefetch:s,resetQueryParamsOnPathChange:i,infoQueryProps:a,dataQueryProps:c,children:u,streaming:d}){const{baseUrl:f}=ei(),h=up({path:Te(f,e),initialQueryParams:t,relation:n,fetchInfo:r,clearInfoOnRefetch:o,clearDataOnRefetch:s,resetQueryParamsOnPathChange:i,infoQueryProps:a,dataQueryProps:c,streaming:d}),y=cn(h),v=dp(y),g=cn(v);return l.jsx(Ks.Provider,{value:y,children:l.jsx(ti.Provider,{value:g,children:u})})}/**
|
|
5
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license.
|
|
8
8
|
* See the LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var
|
|
10
|
-
* @license @tabler/icons-react v3.
|
|
9
|
+
*/var pp={outline:{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},filled:{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",stroke:"none"}};/**
|
|
10
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
11
11
|
*
|
|
12
12
|
* This source code is licensed under the MIT license.
|
|
13
13
|
* See the LICENSE file in the root directory of this source tree.
|
|
14
|
-
*/const
|
|
15
|
-
* @license @tabler/icons-react v3.
|
|
14
|
+
*/const _e=(e,t,n,r)=>{const o=b.forwardRef(({color:s="currentColor",size:i=24,stroke:a=2,title:c,className:u,children:d,...f},h)=>b.createElement("svg",{ref:h,...pp[e],width:i,height:i,className:["tabler-icon",`tabler-icon-${t}`,u].join(" "),strokeWidth:a,stroke:s,...f},[c&&b.createElement("title",{key:"svg-title"},c),...r.map(([y,v])=>b.createElement(y,v)),...Array.isArray(d)?d:[d]]));return o.displayName=`${n}`,o};/**
|
|
15
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
16
16
|
*
|
|
17
17
|
* This source code is licensed under the MIT license.
|
|
18
18
|
* See the LICENSE file in the root directory of this source tree.
|
|
19
|
-
*/var
|
|
20
|
-
* @license @tabler/icons-react v3.
|
|
19
|
+
*/var hp=_e("outline","alert-circle","IconAlertCircle",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M12 8v4",key:"svg-1"}],["path",{d:"M12 16h.01",key:"svg-2"}]]);/**
|
|
20
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
21
21
|
*
|
|
22
22
|
* This source code is licensed under the MIT license.
|
|
23
23
|
* See the LICENSE file in the root directory of this source tree.
|
|
24
|
-
*/var
|
|
25
|
-
* @license @tabler/icons-react v3.
|
|
24
|
+
*/var gp=_e("outline","app-window","IconAppWindow",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M6 8h.01",key:"svg-1"}],["path",{d:"M9 8h.01",key:"svg-2"}]]);/**
|
|
25
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
26
26
|
*
|
|
27
27
|
* This source code is licensed under the MIT license.
|
|
28
28
|
* See the LICENSE file in the root directory of this source tree.
|
|
29
|
-
*/var
|
|
30
|
-
* @license @tabler/icons-react v3.
|
|
29
|
+
*/var bo=_e("outline","chevron-down","IconChevronDown",[["path",{d:"M6 9l6 6l6 -6",key:"svg-0"}]]);/**
|
|
30
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
31
31
|
*
|
|
32
32
|
* This source code is licensed under the MIT license.
|
|
33
33
|
* See the LICENSE file in the root directory of this source tree.
|
|
34
|
-
*/var
|
|
35
|
-
* @license @tabler/icons-react v3.
|
|
34
|
+
*/var $i=_e("outline","chevron-up","IconChevronUp",[["path",{d:"M6 15l6 -6l6 6",key:"svg-0"}]]);/**
|
|
35
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
36
36
|
*
|
|
37
37
|
* This source code is licensed under the MIT license.
|
|
38
38
|
* See the LICENSE file in the root directory of this source tree.
|
|
39
|
-
*/var
|
|
40
|
-
* @license @tabler/icons-react v3.
|
|
39
|
+
*/var Pi=_e("outline","download","IconDownload",[["path",{d:"M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2",key:"svg-0"}],["path",{d:"M7 11l5 5l5 -5",key:"svg-1"}],["path",{d:"M12 4l0 12",key:"svg-2"}]]);/**
|
|
40
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
41
41
|
*
|
|
42
42
|
* This source code is licensed under the MIT license.
|
|
43
43
|
* See the LICENSE file in the root directory of this source tree.
|
|
44
|
-
*/var
|
|
45
|
-
* @license @tabler/icons-react v3.
|
|
44
|
+
*/var mp=_e("outline","exclamation-circle","IconExclamationCircle",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 9v4",key:"svg-1"}],["path",{d:"M12 16v.01",key:"svg-2"}]]);/**
|
|
45
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
46
46
|
*
|
|
47
47
|
* This source code is licensed under the MIT license.
|
|
48
48
|
* See the LICENSE file in the root directory of this source tree.
|
|
49
|
-
*/var
|
|
50
|
-
* @license @tabler/icons-react v3.
|
|
49
|
+
*/var Ii=_e("outline","eye","IconEye",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6",key:"svg-1"}]]);/**
|
|
50
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
51
51
|
*
|
|
52
52
|
* This source code is licensed under the MIT license.
|
|
53
53
|
* See the LICENSE file in the root directory of this source tree.
|
|
54
|
-
*/var
|
|
55
|
-
* @license @tabler/icons-react v3.
|
|
54
|
+
*/var yp=_e("outline","filter-cog","IconFilterCog",[["path",{d:"M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5",key:"svg-0"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19.001 15.5v1.5",key:"svg-2"}],["path",{d:"M19.001 21v1.5",key:"svg-3"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-4"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-5"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-6"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-7"}]]);/**
|
|
55
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
56
56
|
*
|
|
57
57
|
* This source code is licensed under the MIT license.
|
|
58
58
|
* See the LICENSE file in the root directory of this source tree.
|
|
59
|
-
*/var
|
|
60
|
-
* @license @tabler/icons-react v3.
|
|
59
|
+
*/var ki=_e("outline","filter","IconFilter",[["path",{d:"M4 4h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v7l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227z",key:"svg-0"}]]);/**
|
|
60
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
61
61
|
*
|
|
62
62
|
* This source code is licensed under the MIT license.
|
|
63
63
|
* See the LICENSE file in the root directory of this source tree.
|
|
64
|
-
*/var
|
|
65
|
-
* @license @tabler/icons-react v3.
|
|
64
|
+
*/var bp=_e("outline","id-badge-2","IconIdBadge2",[["path",{d:"M7 12h3v4h-3z",key:"svg-0"}],["path",{d:"M10 6h-6a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h16a1 1 0 0 0 1 -1v-12a1 1 0 0 0 -1 -1h-6",key:"svg-1"}],["path",{d:"M10 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M14 16h2",key:"svg-3"}],["path",{d:"M14 12h4",key:"svg-4"}]]);/**
|
|
65
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
66
66
|
*
|
|
67
67
|
* This source code is licensed under the MIT license.
|
|
68
68
|
* See the LICENSE file in the root directory of this source tree.
|
|
69
|
-
*/var
|
|
70
|
-
* @license @tabler/icons-react v3.
|
|
69
|
+
*/var Mi=_e("outline","lock","IconLock",[["path",{d:"M5 13a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6z",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}]]);/**
|
|
70
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
71
71
|
*
|
|
72
72
|
* This source code is licensed under the MIT license.
|
|
73
73
|
* See the LICENSE file in the root directory of this source tree.
|
|
74
|
-
*/var
|
|
75
|
-
* @license @tabler/icons-react v3.
|
|
74
|
+
*/var vp=_e("outline","logout","IconLogout",[["path",{d:"M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2",key:"svg-0"}],["path",{d:"M9 12h12l-3 -3",key:"svg-1"}],["path",{d:"M18 15l3 -3",key:"svg-2"}]]);/**
|
|
75
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
76
76
|
*
|
|
77
77
|
* This source code is licensed under the MIT license.
|
|
78
78
|
* See the LICENSE file in the root directory of this source tree.
|
|
79
|
-
*/var
|
|
80
|
-
* @license @tabler/icons-react v3.
|
|
79
|
+
*/var Di=_e("outline","pencil","IconPencil",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}]]);/**
|
|
80
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
81
81
|
*
|
|
82
82
|
* This source code is licensed under the MIT license.
|
|
83
83
|
* See the LICENSE file in the root directory of this source tree.
|
|
84
|
-
*/var
|
|
85
|
-
* @license @tabler/icons-react v3.
|
|
84
|
+
*/var fn=_e("outline","plus","IconPlus",[["path",{d:"M12 5l0 14",key:"svg-0"}],["path",{d:"M5 12l14 0",key:"svg-1"}]]);/**
|
|
85
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
86
86
|
*
|
|
87
87
|
* This source code is licensed under the MIT license.
|
|
88
88
|
* See the LICENSE file in the root directory of this source tree.
|
|
89
|
-
*/var
|
|
90
|
-
* @license @tabler/icons-react v3.
|
|
89
|
+
*/var Tp=_e("outline","refresh","IconRefresh",[["path",{d:"M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4",key:"svg-0"}],["path",{d:"M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4",key:"svg-1"}]]);/**
|
|
90
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
91
91
|
*
|
|
92
92
|
* This source code is licensed under the MIT license.
|
|
93
93
|
* See the LICENSE file in the root directory of this source tree.
|
|
94
|
-
*/var
|
|
95
|
-
* @license @tabler/icons-react v3.
|
|
94
|
+
*/var vo=_e("outline","trash","IconTrash",[["path",{d:"M4 7l16 0",key:"svg-0"}],["path",{d:"M10 11l0 6",key:"svg-1"}],["path",{d:"M14 11l0 6",key:"svg-2"}],["path",{d:"M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12",key:"svg-3"}],["path",{d:"M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3",key:"svg-4"}]]);/**
|
|
95
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
96
96
|
*
|
|
97
97
|
* This source code is licensed under the MIT license.
|
|
98
98
|
* See the LICENSE file in the root directory of this source tree.
|
|
99
|
-
*/var
|
|
100
|
-
* @license @tabler/icons-react v3.
|
|
99
|
+
*/var Sp=_e("outline","users","IconUsers",[["path",{d:"M9 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2",key:"svg-1"}],["path",{d:"M16 3.13a4 4 0 0 1 0 7.75",key:"svg-2"}],["path",{d:"M21 21v-2a4 4 0 0 0 -3 -3.85",key:"svg-3"}]]);/**
|
|
100
|
+
* @license @tabler/icons-react v3.31.0 - MIT
|
|
101
101
|
*
|
|
102
102
|
* This source code is licensed under the MIT license.
|
|
103
103
|
* See the LICENSE file in the root directory of this source tree.
|
|
104
|
-
*/var no=we("outline","x","IconX",[["path",{d:"M18 6l-12 12",key:"svg-0"}],["path",{d:"M6 6l12 12",key:"svg-1"}]]);function oi(){const{error:e}=Q(),[t,r]=v.useState(!1);return v.useEffect(()=>{e&&r(!0)},[e]),l.jsx(g.Modal,{opened:t,onClose:()=>r(!1),title:l.jsxs(g.Group,{children:[l.jsx(Zf,{size:16,color:"red"}),l.jsx(g.Text,{children:e?e.originalError.detail||e.originalError.message:"Error"})]}),centered:!0,children:e?l.jsx(g.Text,{children:e.message}):null})}function id({opened:e,onClose:t,handleAccept:r,handleReject:n}){return l.jsxs(g.Modal,{opened:e,onClose:t,"aria-labelledby":"alert-dialog-title","aria-describedby":"alert-dialog-description",title:"Item löschen?",centered:!0,children:["Sind Sie Sicher, dass Sie das Item löschen wollen?",l.jsxs(g.Group,{align:"right",mt:"xl",justify:"flex-end",children:[l.jsx(g.Button,{onClick:n,variant:"default",children:"Abbrechen"}),l.jsx(g.Button,{onClick:r,color:"red",children:"Löschen"})]})]})}function si({id:e,...t}){const{deleteEntry:r}=Q(),n={bg:"transparent",size:"sm",c:"gray"},o=g.useProps("ActionIcon",n,t),[s,i]=v.useState(!1),a=()=>{i(!1)},c=async()=>{r(e),i(!1)};return l.jsxs(l.Fragment,{children:[l.jsx(g.Tooltip,{label:"Delete",children:l.jsx(g.ActionIcon,{bg:o.bg,size:o.size,c:o.c,onClick:()=>{i(!0)},children:l.jsx(ni,{})})}),l.jsx(id,{opened:s,onClose:a,handleAccept:c,handleReject:a})]})}const oo=(e,t)=>{const r=t.split("."),n=e[r[0]];if(r.length>1&&Array.isArray(n))return n.map(s=>oo(s,r.slice(1).join("."))).join(", ");const o=t.split(".").reduce((s,i)=>s[i],e);return Xs(o)};function ii(e,t){return e===!0||Array.isArray(e)?t:Object.fromEntries(Object.keys(e).map(r=>[r,ii(e[r],t[r])]))}function ai(e,t){if(!e)return e;const r=t.values;return!r||!r.length||Array.isArray(e.id_)&&(e.id=e.id_),e}function ad(e,t){const r={};return t.forEach(n=>{if(n.type==="Related"){r[n.name]=ai(e.result[n.name],n);return}if(n.type==="RelatedList"){r[n.name]=e.result[n.name].map(o=>ai(o,n));return}r[n.name]=typeof e.result[n.name]=="boolean"?String(e.result[n.name]):e.result[n.name]}),r}function so(e){return t=>{try{return e.validateSync(t,{abortEarly:!1}),{}}catch(r){const n={};return r instanceof _e&&r.inner.forEach(o=>{n[o.path.replaceAll("[",".").replaceAll("]","")]=o.message}),n}}}function ld({form:e,name:t,...r}){return l.jsx(l.Fragment,{children:l.jsx(ft.DateInput,{...e.getInputProps(t),onChange:n=>{if(n instanceof Date){const o=new Date(n.getTime()-n.getTimezoneOffset()*6e4);e.setFieldValue(t,o.toISOString().substring(0,10))}},value:e.getInputProps(t).value?new Date(e.getInputProps(t).value):null,...r})})}function cd({form:e,name:t,...r}){return l.jsx(l.Fragment,{children:l.jsx(ft.DateTimePicker,{...e.getInputProps(t),onChange:n=>{if(n instanceof Date){const o=new Date(n);e.setFieldValue(t,o.toISOString())}},value:e.getInputProps(t).value?new Date(e.getInputProps(t).value):null,...r})})}function Ur({form:e,name:t,...r}){const n=e.getInputProps(t).value,o=v.useMemo(()=>n&&typeof n=="object"?JSON.stringify(n):n||"",[n]);return t==="password"?l.jsx(g.PasswordInput,{...e.getInputProps(t),value:o,...r}):l.jsx(g.TextInput,{...e.getInputProps(t),value:o,...r})}function li({form:e,name:t,filter:r,...n}){const[o,s]=v.useState(""),i=e.getInputProps(t).value,a=v.useMemo(()=>i?typeof i=="object"?JSON.stringify(i,null,2):i:"",[i]);return v.useEffect(()=>{s(a)},[a]),r?l.jsx(Ur,{form:e,name:t,...n}):l.jsx(g.JsonInput,{autosize:!0,minRows:4,maxRows:12,validationError:"Invalid JSON",...e.getInputProps(t),...n,value:o,onChange:c=>{if(s(c),!c){e.getInputProps(t).onChange(null);return}try{const u=JSON.parse(c);e.getInputProps(t).onChange(u)}catch{}}})}function ud({form:e,name:t,filter:r,...n}){const[o,s]=v.useState(!!r);return l.jsxs(g.InputWrapper,{label:n.label,description:n.description,children:[!r&&l.jsxs(g.Group,{align:"center",gap:"xs",py:"0.25rem",children:[l.jsx(g.Checkbox,{checked:o,onChange:i=>s(i.currentTarget.checked)}),l.jsx(g.Text,{size:"xs",children:"WKT"})]}),o?l.jsx(Ur,{form:e,name:t,...n,label:void 0,description:void 0}):l.jsx(li,{form:e,name:t,...n,label:void 0,description:void 0})]})}function fd({form:e,name:t,items:r,...n}){const o=r.map(i=>({value:String(ze(i.id)),label:i.value})),s=Array.isArray(e.getInputProps(t).value)?e.getInputProps(t).value.map(i=>String(typeof i=="object"?ze(i.id):i)):[];return l.jsx(g.MultiSelect,{data:o,searchable:!0,...e.getInputProps(t),value:s||[],...n})}function dd({form:e,name:t,items:r,filter:n,...o}){var i;const s=r.map(a=>({value:String(ze(a.id)),label:a.value}));return l.jsx(g.Select,{data:s,searchable:!0,...e.getInputProps(t),onChange:a=>{if(n){e.setFieldValue(t,a);return}const c=r.find(u=>String(ze(u.id))===a)||null;e.setFieldValue(t,c)},value:n?e.getInputProps(t).value:String(ze((i=e.getInputProps(t).value)==null?void 0:i.id))||"",...o})}function ci({form:e,name:t,items:r,...n}){return l.jsx(g.Select,{data:r,searchable:!0,...e.getInputProps(t),value:String(e.getInputProps(t).value)||"",...n})}function Vr({form:e,name:t,schema:r,filter:n,withinPortal:o=!0,...s}){if(!r.type)return null;switch(r.type){case"Boolean":return l.jsx(ci,{form:e,name:t,items:[{label:"true",value:n?"1":"true"},{label:"false",value:n?"0":"false"}],...s});case"RelatedList":return l.jsx(fd,{form:e,name:t,items:r.values,comboboxProps:{withinPortal:o},...s});case"Related":return l.jsx(dd,{form:e,name:t,items:r.values,filter:n,comboboxProps:{withinPortal:o},...s});case"DateTime":return l.jsx(cd,{form:e,name:t,valueFormat:"DD.MM.YYYY HH:mm:ss",schema:r,popoverProps:{withinPortal:o},...s});case"Date":return l.jsx(ld,{form:e,name:t,valueFormat:"DD.MM.YYYY",schema:r,popoverProps:{withinPortal:o},...s});case"Geometry":return l.jsx(ud,{form:e,name:t,filter:n,...s});case"Raw":return l.jsx(li,{form:e,name:t,filter:n,...s});case"Integer":case"Float":return l.jsx(Ur,{form:e,name:t,...s});case"Enum":return l.jsx(ci,{form:e,name:t,items:r.values,comboboxProps:{withinPortal:o},...s});default:return l.jsx(Ur,{form:e,name:t,...s})}}function pd(e,t){return new Promise(r=>{r(ad(e,t.edit.columns))})}function ui({item:e,info:t,opened:r,onClose:n,...o}){const{updateEntry:s}=Q(),i={modal:{},stack:{},saveButton:{}},{modal:a,stack:c,saveButton:u}=g.useProps("EditDialog",i,o),d=or.useForm({initialValues:t.edit.defaultValues,validate:so(t.edit.schema)}),f=()=>{const y={};return Object.keys(d.values).forEach(b=>{d.isDirty(b)&&(y[b]=!0)}),y};v.useEffect(()=>{e&&pd(e,t).then(y=>{d.setValues(y),d.resetDirty(y)})},[e,t.edit.columns]);const p=async y=>{y=ii(f(),y),await s(e.id,y),n()};return v.useEffect(()=>{d.setInitialValues(t.edit.defaultValues),d.reset()},[t.edit.defaultValues]),e?l.jsx(g.Modal,{opened:r,onClose:()=>{n()},title:t.edit.title,size:"lg",centered:!0,...a,children:l.jsx(g.Box,{component:"form",onSubmit:d.onSubmit(p),children:l.jsx(g.Stack,{spacing:"md",...c,children:l.jsxs(g.ScrollArea.Autosize,{mah:450,type:"auto",children:[t.edit.columns.map((y,b)=>l.jsx(Vr,{form:d,name:y.name,label:y.label,description:y.description,schema:y,withAsterisk:y.required},b)),l.jsx(g.Group,{position:"right",mt:"xl",children:l.jsx(g.Button,{type:"submit",...u,children:"Save"})})]})})})}):null}function fi({id:e,...t}){const{info:r,getEntry:n}=Q(),o={bg:"transparent",size:"sm",c:"gray"},s=g.useProps("ActionIcon",o,t),[i,a]=v.useState(null),[c,u]=v.useState(!1),[d,f]=v.useState(!1);return l.jsxs(l.Fragment,{children:[l.jsx(g.Tooltip,{label:"Edit",children:l.jsx(g.ActionIcon,{bg:s.bg,size:s.size,c:s.c,onClick:async()=>{u(!0);const p=await n(e);p&&(a(p),u(!1),f(!0))},children:l.jsx(nd,{})})}),l.jsx(ui,{item:i,info:r,opened:d,onClose:()=>f(!1)})]})}function hd({relatedPath:e,...t}){const{path:r}=Q();return Se(r?r.substring(0,r.lastIndexOf("/")):"",e.substring(0,e.lastIndexOf("/"))),l.jsx(Qs,{resource_name:e.replace("/",""),relation:t,children:l.jsx(yo,{hideToolbar:!0,hideDownload:!1})})}const gd=v.memo(hd);function md({item:e,info:t,loading:r,opened:n,onClose:o,...s}){const i={modal:{},tabs:{},tabsList:{},tabsPanel:{}},{modal:a,tabs:c,tabsList:u,tabsPanel:d}=g.useProps("ViewDialog",i,s);return l.jsxs(g.Modal,{opened:n,onClose:o,title:`${e==null?void 0:e.show_title} (#${ze(e==null?void 0:e.id)})`,size:"lg",centered:!0,zIndex:1e3,...a,children:[l.jsx(g.LoadingOverlay,{visible:r}),!r&&e?l.jsxs(g.Tabs,{defaultValue:"details",...c,children:[l.jsxs(g.Tabs.List,{...u,children:[l.jsx(g.Tabs.Tab,{value:"details",children:"Details"}),t.relations.map((f,p)=>l.jsx(g.Tabs.Tab,{value:f.name,children:f.name},p))]}),l.jsx(g.Tabs.Panel,{pt:"xs",value:"details",...d,children:l.jsx(g.Paper,{p:"xs",withBorder:!0,children:l.jsx(g.Stack,{spacing:"md",children:l.jsx(g.ScrollArea,{h:450,type:"auto",children:e.show_columns.map((f,p)=>l.jsxs(g.Grid,{maw:500,children:[l.jsx(g.Grid.Col,{span:4,children:l.jsx(g.Text,{size:"md",children:e.label_columns[f]})}),l.jsx(g.Grid.Col,{span:1,children:l.jsx(g.Text,{size:"xs",children:":"})}),l.jsx(g.Grid.Col,{span:6,children:l.jsx(g.Text,{size:"md",children:oo(e.result,f)})})]},p))})})})}),t.relations.map((f,p)=>l.jsx(g.Tabs.Panel,{pt:"xs",value:f.name,children:l.jsx(g.Paper,{withBorder:!0,children:l.jsx(gd,{relatedPath:f.path,id:ze(e.id),foreign_key:f.foreign_key,type:f.type})})},p))]}):null]})}function yd({id:e,...t}){const{info:r,getEntry:n}=Q(),o={bg:"transparent",size:"sm",c:"gray"},s=g.useProps("ActionIcon",o,t),[i,a]=v.useState(null),[c,u]=v.useState(!1),[d,f]=v.useState(!1);return l.jsxs(l.Fragment,{children:[l.jsx(g.Tooltip,{label:"Details",children:l.jsx(g.ActionIcon,{bg:s.bg,size:s.size,c:s.c,onClick:async()=>{u(!0);const p=await n(e);p&&(a(p),u(!1),f(!0))},children:l.jsx(Rf,{})})}),l.jsx(md,{item:i,info:r,loading:c,opened:d,onClose:()=>f(!1)})]})}function io({id:e}){const{info:t}=Q();return l.jsxs(g.Flex,{style:{gap:4,whiteSpace:"nowrap"},children:[t!=null&&t.permissions.includes("can_get")?l.jsx(yd,{id:e}):null,t!=null&&t.permissions.includes("can_put")?l.jsx(fi,{id:e}):null,t!=null&&t.permissions.includes("can_delete")?l.jsx(si,{id:e}):null]})}function ao({opened:e,onClose:t,...r}){const{info:n,addEntry:o}=Q(),s={modal:{},stack:{},addButton:{}},{addButton:i,modal:a,stack:c}=g.useProps("AddDialog",s,r),u=or.useForm({initialValues:n.add.defaultValues,validate:so(n.add.schema)}),d=async f=>{await o(f),u.reset(),t()};return v.useEffect(()=>{u.setInitialValues(n.add.defaultValues),u.reset()},[n.add.defaultValues]),l.jsx(g.Modal,{opened:e,onClose:()=>{u.reset(),t()},title:n.add.title,size:"lg",centered:!0,...a,children:l.jsx(g.Box,{component:"form",onSubmit:u.onSubmit(d),children:l.jsx(g.Stack,{spacing:"md",...c,children:l.jsxs(g.ScrollArea.Autosize,{mah:450,type:"auto",children:[n.add.columns.map((f,p)=>l.jsx(Vr,{form:u,name:f.name,label:f.label,description:f.description,schema:f,withAsterisk:f.required},p)),l.jsx(g.Group,{position:"right",mt:"xl",children:l.jsx(g.Button,{type:"submit",...i,children:"Add"})})]})})})})}function di(...e){const[t,r]=v.useState(!1),n={bg:"transparent",size:"sm",c:"gray"},o=g.useProps("ActionIcon",n,e);return l.jsxs(l.Fragment,{children:[l.jsx(g.Tooltip,{label:"Add Item",children:l.jsx(g.ActionIcon,{bg:o.bg,size:o.size,c:o.c,onClick:()=>{r(!0)},children:l.jsx(Br,{})})}),l.jsx(ao,{opened:t,onClose:()=>{r(!1)}})]})}/*! @license DOMPurify 3.2.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.4/LICENSE */const{entries:pi,setPrototypeOf:hi,isFrozen:bd,getPrototypeOf:vd,getOwnPropertyDescriptor:Td}=Object;let{freeze:Pe,seal:Ve,create:gi}=Object,{apply:lo,construct:co}=typeof Reflect<"u"&&Reflect;Pe||(Pe=function(t){return t}),Ve||(Ve=function(t){return t}),lo||(lo=function(t,r,n){return t.apply(r,n)}),co||(co=function(t,r){return new t(...r)});const Wr=ke(Array.prototype.forEach),Sd=ke(Array.prototype.lastIndexOf),mi=ke(Array.prototype.pop),ar=ke(Array.prototype.push),_d=ke(Array.prototype.splice),Gr=ke(String.prototype.toLowerCase),uo=ke(String.prototype.toString),yi=ke(String.prototype.match),lr=ke(String.prototype.replace),wd=ke(String.prototype.indexOf),Cd=ke(String.prototype.trim),qe=ke(Object.prototype.hasOwnProperty),Ie=ke(RegExp.prototype.test),cr=Ed(TypeError);function ke(e){return function(t){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];return lo(e,t,n)}}function Ed(e){return function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return co(e,r)}}function R(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Gr;hi&&hi(e,null);let n=t.length;for(;n--;){let o=t[n];if(typeof o=="string"){const s=r(o);s!==o&&(bd(t)||(t[n]=s),o=s)}e[o]=!0}return e}function xd(e){for(let t=0;t<e.length;t++)qe(e,t)||(e[t]=null);return e}function _t(e){const t=gi(null);for(const[r,n]of pi(e))qe(e,r)&&(Array.isArray(n)?t[r]=xd(n):n&&typeof n=="object"&&n.constructor===Object?t[r]=_t(n):t[r]=n);return t}function ur(e,t){for(;e!==null;){const n=Td(e,t);if(n){if(n.get)return ke(n.get);if(typeof n.value=="function")return ke(n.value)}e=vd(e)}function r(){return null}return r}const bi=Pe(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),fo=Pe(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),po=Pe(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Ad=Pe(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),ho=Pe(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Od=Pe(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),vi=Pe(["#text"]),Ti=Pe(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),go=Pe(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Si=Pe(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Hr=Pe(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),$d=Ve(/\{\{[\w\W]*|[\w\W]*\}\}/gm),Pd=Ve(/<%[\w\W]*|[\w\W]*%>/gm),Id=Ve(/\$\{[\w\W]*/gm),kd=Ve(/^data-[\-\w.\u00B7-\uFFFF]+$/),Md=Ve(/^aria-[\-\w]+$/),_i=Ve(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Dd=Ve(/^(?:\w+script|data):/i),Fd=Ve(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),wi=Ve(/^html$/i),Nd=Ve(/^[a-z][.\w]*(-[.\w]+)+$/i);var Ci=Object.freeze({__proto__:null,ARIA_ATTR:Md,ATTR_WHITESPACE:Fd,CUSTOM_ELEMENT:Nd,DATA_ATTR:kd,DOCTYPE_NAME:wi,ERB_EXPR:Pd,IS_ALLOWED_URI:_i,IS_SCRIPT_OR_DATA:Dd,MUSTACHE_EXPR:$d,TMPLIT_EXPR:Id});const fr={element:1,text:3,progressingInstruction:7,comment:8,document:9},Ld=function(){return typeof window>"u"?null:window},jd=function(t,r){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let n=null;const o="data-tt-policy-suffix";r&&r.hasAttribute(o)&&(n=r.getAttribute(o));const s="dompurify"+(n?"#"+n:"");try{return t.createPolicy(s,{createHTML(i){return i},createScriptURL(i){return i}})}catch{return console.warn("TrustedTypes policy "+s+" could not be created."),null}},Ei=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function xi(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Ld();const t=G=>xi(G);if(t.version="3.2.4",t.removed=[],!e||!e.document||e.document.nodeType!==fr.document||!e.Element)return t.isSupported=!1,t;let{document:r}=e;const n=r,o=n.currentScript,{DocumentFragment:s,HTMLTemplateElement:i,Node:a,Element:c,NodeFilter:u,NamedNodeMap:d=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:f,DOMParser:p,trustedTypes:y}=e,b=c.prototype,h=ur(b,"cloneNode"),C=ur(b,"remove"),x=ur(b,"nextSibling"),F=ur(b,"childNodes"),$=ur(b,"parentNode");if(typeof i=="function"){const G=r.createElement("template");G.content&&G.content.ownerDocument&&(r=G.content.ownerDocument)}let w,S="";const{implementation:I,createNodeIterator:j,createDocumentFragment:H,getElementsByTagName:U}=r,{importNode:m}=n;let A=Ei();t.isSupported=typeof pi=="function"&&typeof $=="function"&&I&&I.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:L,ERB_EXPR:Y,TMPLIT_EXPR:J,DATA_ATTR:ae,ARIA_ATTR:le,IS_SCRIPT_OR_DATA:ge,ATTR_WHITESPACE:me,CUSTOM_ELEMENT:Me}=Ci;let{IS_ALLOWED_URI:O}=Ci,_=null;const P=R({},[...bi,...fo,...po,...ho,...vi]);let D=null;const V=R({},[...Ti,...go,...Si,...Hr]);let z=Object.seal(gi(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}})),q=null,K=null,ee=!0,te=!0,X=!1,Z=!0,N=!1,De=!0,Le=!1,Qt=!1,fs=!1,Rt=!1,On=!1,$n=!1,fu=!0,du=!1;const Fx="user-content-";let ds=!0,Cr=!1,er={},tr=null;const pu=R({},["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"]);let hu=null;const gu=R({},["audio","video","img","source","image","track"]);let ps=null;const mu=R({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Pn="http://www.w3.org/1998/Math/MathML",In="http://www.w3.org/2000/svg",ct="http://www.w3.org/1999/xhtml";let rr=ct,hs=!1,gs=null;const Nx=R({},[Pn,In,ct],uo);let kn=R({},["mi","mo","mn","ms","mtext"]),Mn=R({},["annotation-xml"]);const Lx=R({},["title","style","font","a","script"]);let Er=null;const jx=["application/xhtml+xml","text/html"],zx="text/html";let Ce=null,nr=null;const Bx=r.createElement("form"),yu=function(T){return T instanceof RegExp||T instanceof Function},ms=function(){let T=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(nr&&nr===T)){if((!T||typeof T!="object")&&(T={}),T=_t(T),Er=jx.indexOf(T.PARSER_MEDIA_TYPE)===-1?zx:T.PARSER_MEDIA_TYPE,Ce=Er==="application/xhtml+xml"?uo:Gr,_=qe(T,"ALLOWED_TAGS")?R({},T.ALLOWED_TAGS,Ce):P,D=qe(T,"ALLOWED_ATTR")?R({},T.ALLOWED_ATTR,Ce):V,gs=qe(T,"ALLOWED_NAMESPACES")?R({},T.ALLOWED_NAMESPACES,uo):Nx,ps=qe(T,"ADD_URI_SAFE_ATTR")?R(_t(mu),T.ADD_URI_SAFE_ATTR,Ce):mu,hu=qe(T,"ADD_DATA_URI_TAGS")?R(_t(gu),T.ADD_DATA_URI_TAGS,Ce):gu,tr=qe(T,"FORBID_CONTENTS")?R({},T.FORBID_CONTENTS,Ce):pu,q=qe(T,"FORBID_TAGS")?R({},T.FORBID_TAGS,Ce):{},K=qe(T,"FORBID_ATTR")?R({},T.FORBID_ATTR,Ce):{},er=qe(T,"USE_PROFILES")?T.USE_PROFILES:!1,ee=T.ALLOW_ARIA_ATTR!==!1,te=T.ALLOW_DATA_ATTR!==!1,X=T.ALLOW_UNKNOWN_PROTOCOLS||!1,Z=T.ALLOW_SELF_CLOSE_IN_ATTR!==!1,N=T.SAFE_FOR_TEMPLATES||!1,De=T.SAFE_FOR_XML!==!1,Le=T.WHOLE_DOCUMENT||!1,Rt=T.RETURN_DOM||!1,On=T.RETURN_DOM_FRAGMENT||!1,$n=T.RETURN_TRUSTED_TYPE||!1,fs=T.FORCE_BODY||!1,fu=T.SANITIZE_DOM!==!1,du=T.SANITIZE_NAMED_PROPS||!1,ds=T.KEEP_CONTENT!==!1,Cr=T.IN_PLACE||!1,O=T.ALLOWED_URI_REGEXP||_i,rr=T.NAMESPACE||ct,kn=T.MATHML_TEXT_INTEGRATION_POINTS||kn,Mn=T.HTML_INTEGRATION_POINTS||Mn,z=T.CUSTOM_ELEMENT_HANDLING||{},T.CUSTOM_ELEMENT_HANDLING&&yu(T.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(z.tagNameCheck=T.CUSTOM_ELEMENT_HANDLING.tagNameCheck),T.CUSTOM_ELEMENT_HANDLING&&yu(T.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(z.attributeNameCheck=T.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),T.CUSTOM_ELEMENT_HANDLING&&typeof T.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(z.allowCustomizedBuiltInElements=T.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),N&&(te=!1),On&&(Rt=!0),er&&(_=R({},vi),D=[],er.html===!0&&(R(_,bi),R(D,Ti)),er.svg===!0&&(R(_,fo),R(D,go),R(D,Hr)),er.svgFilters===!0&&(R(_,po),R(D,go),R(D,Hr)),er.mathMl===!0&&(R(_,ho),R(D,Si),R(D,Hr))),T.ADD_TAGS&&(_===P&&(_=_t(_)),R(_,T.ADD_TAGS,Ce)),T.ADD_ATTR&&(D===V&&(D=_t(D)),R(D,T.ADD_ATTR,Ce)),T.ADD_URI_SAFE_ATTR&&R(ps,T.ADD_URI_SAFE_ATTR,Ce),T.FORBID_CONTENTS&&(tr===pu&&(tr=_t(tr)),R(tr,T.FORBID_CONTENTS,Ce)),ds&&(_["#text"]=!0),Le&&R(_,["html","head","body"]),_.table&&(R(_,["tbody"]),delete q.tbody),T.TRUSTED_TYPES_POLICY){if(typeof T.TRUSTED_TYPES_POLICY.createHTML!="function")throw cr('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof T.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw cr('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');w=T.TRUSTED_TYPES_POLICY,S=w.createHTML("")}else w===void 0&&(w=jd(y,o)),w!==null&&typeof S=="string"&&(S=w.createHTML(""));Pe&&Pe(T),nr=T}},bu=R({},[...fo,...po,...Ad]),vu=R({},[...ho,...Od]),Ux=function(T){let M=$(T);(!M||!M.tagName)&&(M={namespaceURI:rr,tagName:"template"});const B=Gr(T.tagName),he=Gr(M.tagName);return gs[T.namespaceURI]?T.namespaceURI===In?M.namespaceURI===ct?B==="svg":M.namespaceURI===Pn?B==="svg"&&(he==="annotation-xml"||kn[he]):!!bu[B]:T.namespaceURI===Pn?M.namespaceURI===ct?B==="math":M.namespaceURI===In?B==="math"&&Mn[he]:!!vu[B]:T.namespaceURI===ct?M.namespaceURI===In&&!Mn[he]||M.namespaceURI===Pn&&!kn[he]?!1:!vu[B]&&(Lx[B]||!bu[B]):!!(Er==="application/xhtml+xml"&&gs[T.namespaceURI]):!1},Re=function(T){ar(t.removed,{element:T});try{$(T).removeChild(T)}catch{C(T)}},Dn=function(T,M){try{ar(t.removed,{attribute:M.getAttributeNode(T),from:M})}catch{ar(t.removed,{attribute:null,from:M})}if(M.removeAttribute(T),T==="is")if(Rt||On)try{Re(M)}catch{}else try{M.setAttribute(T,"")}catch{}},Tu=function(T){let M=null,B=null;if(fs)T="<remove></remove>"+T;else{const Ee=yi(T,/^[\r\n\t ]+/);B=Ee&&Ee[0]}Er==="application/xhtml+xml"&&rr===ct&&(T='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+T+"</body></html>");const he=w?w.createHTML(T):T;if(rr===ct)try{M=new p().parseFromString(he,Er)}catch{}if(!M||!M.documentElement){M=I.createDocument(rr,"template",null);try{M.documentElement.innerHTML=hs?S:he}catch{}}const Ae=M.body||M.documentElement;return T&&B&&Ae.insertBefore(r.createTextNode(B),Ae.childNodes[0]||null),rr===ct?U.call(M,Le?"html":"body")[0]:Le?M.documentElement:Ae},Su=function(T){return j.call(T.ownerDocument||T,T,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null)},ys=function(T){return T instanceof f&&(typeof T.nodeName!="string"||typeof T.textContent!="string"||typeof T.removeChild!="function"||!(T.attributes instanceof d)||typeof T.removeAttribute!="function"||typeof T.setAttribute!="function"||typeof T.namespaceURI!="string"||typeof T.insertBefore!="function"||typeof T.hasChildNodes!="function")},_u=function(T){return typeof a=="function"&&T instanceof a};function ut(G,T,M){Wr(G,B=>{B.call(t,T,M,nr)})}const wu=function(T){let M=null;if(ut(A.beforeSanitizeElements,T,null),ys(T))return Re(T),!0;const B=Ce(T.nodeName);if(ut(A.uponSanitizeElement,T,{tagName:B,allowedTags:_}),T.hasChildNodes()&&!_u(T.firstElementChild)&&Ie(/<[/\w]/g,T.innerHTML)&&Ie(/<[/\w]/g,T.textContent)||T.nodeType===fr.progressingInstruction||De&&T.nodeType===fr.comment&&Ie(/<[/\w]/g,T.data))return Re(T),!0;if(!_[B]||q[B]){if(!q[B]&&Eu(B)&&(z.tagNameCheck instanceof RegExp&&Ie(z.tagNameCheck,B)||z.tagNameCheck instanceof Function&&z.tagNameCheck(B)))return!1;if(ds&&!tr[B]){const he=$(T)||T.parentNode,Ae=F(T)||T.childNodes;if(Ae&&he){const Ee=Ae.length;for(let je=Ee-1;je>=0;--je){const et=h(Ae[je],!0);et.__removalCount=(T.__removalCount||0)+1,he.insertBefore(et,x(T))}}}return Re(T),!0}return T instanceof c&&!Ux(T)||(B==="noscript"||B==="noembed"||B==="noframes")&&Ie(/<\/no(script|embed|frames)/i,T.innerHTML)?(Re(T),!0):(N&&T.nodeType===fr.text&&(M=T.textContent,Wr([L,Y,J],he=>{M=lr(M,he," ")}),T.textContent!==M&&(ar(t.removed,{element:T.cloneNode()}),T.textContent=M)),ut(A.afterSanitizeElements,T,null),!1)},Cu=function(T,M,B){if(fu&&(M==="id"||M==="name")&&(B in r||B in Bx))return!1;if(!(te&&!K[M]&&Ie(ae,M))){if(!(ee&&Ie(le,M))){if(!D[M]||K[M]){if(!(Eu(T)&&(z.tagNameCheck instanceof RegExp&&Ie(z.tagNameCheck,T)||z.tagNameCheck instanceof Function&&z.tagNameCheck(T))&&(z.attributeNameCheck instanceof RegExp&&Ie(z.attributeNameCheck,M)||z.attributeNameCheck instanceof Function&&z.attributeNameCheck(M))||M==="is"&&z.allowCustomizedBuiltInElements&&(z.tagNameCheck instanceof RegExp&&Ie(z.tagNameCheck,B)||z.tagNameCheck instanceof Function&&z.tagNameCheck(B))))return!1}else if(!ps[M]){if(!Ie(O,lr(B,me,""))){if(!((M==="src"||M==="xlink:href"||M==="href")&&T!=="script"&&wd(B,"data:")===0&&hu[T])){if(!(X&&!Ie(ge,lr(B,me,"")))){if(B)return!1}}}}}}return!0},Eu=function(T){return T!=="annotation-xml"&&yi(T,Me)},xu=function(T){ut(A.beforeSanitizeAttributes,T,null);const{attributes:M}=T;if(!M||ys(T))return;const B={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:D,forceKeepAttr:void 0};let he=M.length;for(;he--;){const Ae=M[he],{name:Ee,namespaceURI:je,value:et}=Ae,xr=Ce(Ee);let Fe=Ee==="value"?et:Cd(et);if(B.attrName=xr,B.attrValue=Fe,B.keepAttr=!0,B.forceKeepAttr=void 0,ut(A.uponSanitizeAttribute,T,B),Fe=B.attrValue,du&&(xr==="id"||xr==="name")&&(Dn(Ee,T),Fe=Fx+Fe),De&&Ie(/((--!?|])>)|<\/(style|title)/i,Fe)){Dn(Ee,T);continue}if(B.forceKeepAttr||(Dn(Ee,T),!B.keepAttr))continue;if(!Z&&Ie(/\/>/i,Fe)){Dn(Ee,T);continue}N&&Wr([L,Y,J],Ou=>{Fe=lr(Fe,Ou," ")});const Au=Ce(T.nodeName);if(Cu(Au,xr,Fe)){if(w&&typeof y=="object"&&typeof y.getAttributeType=="function"&&!je)switch(y.getAttributeType(Au,xr)){case"TrustedHTML":{Fe=w.createHTML(Fe);break}case"TrustedScriptURL":{Fe=w.createScriptURL(Fe);break}}try{je?T.setAttributeNS(je,Ee,Fe):T.setAttribute(Ee,Fe),ys(T)?Re(T):mi(t.removed)}catch{}}}ut(A.afterSanitizeAttributes,T,null)},Vx=function G(T){let M=null;const B=Su(T);for(ut(A.beforeSanitizeShadowDOM,T,null);M=B.nextNode();)ut(A.uponSanitizeShadowNode,M,null),wu(M),xu(M),M.content instanceof s&&G(M.content);ut(A.afterSanitizeShadowDOM,T,null)};return t.sanitize=function(G){let T=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},M=null,B=null,he=null,Ae=null;if(hs=!G,hs&&(G="<!-->"),typeof G!="string"&&!_u(G))if(typeof G.toString=="function"){if(G=G.toString(),typeof G!="string")throw cr("dirty is not a string, aborting")}else throw cr("toString is not a function");if(!t.isSupported)return G;if(Qt||ms(T),t.removed=[],typeof G=="string"&&(Cr=!1),Cr){if(G.nodeName){const et=Ce(G.nodeName);if(!_[et]||q[et])throw cr("root node is forbidden and cannot be sanitized in-place")}}else if(G instanceof a)M=Tu("<!---->"),B=M.ownerDocument.importNode(G,!0),B.nodeType===fr.element&&B.nodeName==="BODY"||B.nodeName==="HTML"?M=B:M.appendChild(B);else{if(!Rt&&!N&&!Le&&G.indexOf("<")===-1)return w&&$n?w.createHTML(G):G;if(M=Tu(G),!M)return Rt?null:$n?S:""}M&&fs&&Re(M.firstChild);const Ee=Su(Cr?G:M);for(;he=Ee.nextNode();)wu(he),xu(he),he.content instanceof s&&Vx(he.content);if(Cr)return G;if(Rt){if(On)for(Ae=H.call(M.ownerDocument);M.firstChild;)Ae.appendChild(M.firstChild);else Ae=M;return(D.shadowroot||D.shadowrootmode)&&(Ae=m.call(n,Ae,!0)),Ae}let je=Le?M.outerHTML:M.innerHTML;return Le&&_["!doctype"]&&M.ownerDocument&&M.ownerDocument.doctype&&M.ownerDocument.doctype.name&&Ie(wi,M.ownerDocument.doctype.name)&&(je="<!DOCTYPE "+M.ownerDocument.doctype.name+`>
|
|
105
|
-
`+je),N&&Wr([L,Y,J],et=>{je=lr(je,et," ")}),w&&$n?w.createHTML(je):je},t.setConfig=function(){let G=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};ms(G),Qt=!0},t.clearConfig=function(){nr=null,Qt=!1},t.isValidAttribute=function(G,T,M){nr||ms({});const B=Ce(G),he=Ce(T);return Cu(B,he,M)},t.addHook=function(G,T){typeof T=="function"&&ar(A[G],T)},t.removeHook=function(G,T){if(T!==void 0){const M=Sd(A[G],T);return M===-1?void 0:_d(A[G],M,1)[0]}return mi(A[G])},t.removeHooks=function(G){A[G]=[]},t.removeAllHooks=function(){A=Ei()},t}var Ai=xi();const ot=v.forwardRef(({fallback:e,functionProps:t,children:r},n)=>{if(typeof r=="function"&&(r=r(...t)),r===null)return null;const o=r||e;return v.isValidElement(o)?v.cloneElement(o,{ref:n}):o});ot.displayName="FallbackWrapper";const zd={field:"_field_zdaf7_1",rtl:"_rtl_zdaf7_7",borderRight:"_borderRight_zdaf7_12"},Yr=v.memo(({id:e,entry:t,loading:r,rightBorder:n,children:o,onClickEntry:s,customElement:i,sanitize:a,...c})=>{const u={text:{style:{whiteSpace:"nowrap",overflow:"ellipsis"}}},{text:d}=g.useProps("Field",u,c),f={};Object.entries(d).forEach(([y,b])=>{typeof b=="function"&&(f[y]=b(t))});const p=g.useStyles({name:"Field",props:c,classes:zd});return l.jsx(g.Table.Td,{...p("field"),onClick:s?()=>s(e,t):null,...c,children:l.jsx(g.Box,{w:"100%",children:l.jsx(g.Skeleton,{visible:r,children:l.jsx(ot,{fallback:Array.isArray(o)?o.map((y,b)=>l.jsx(g.Text,{...d,...f,children:a?Ai.sanitize(y):y},b)):v.isValidElement(o)?o:l.jsx(g.Text,{...d,...f,children:a?Ai.sanitize(o):o}),functionProps:[t],children:i})})})})});Yr.displayName="Field";const Oi={row:"_row_138r2_1",selected:"_selected_138r2_5"};function Bd({entry:e,selected:t,children:r}){const n=g.useStyles({name:"Row",classes:Oi}),o=g.useProps("Row",{},{});Object.entries(o).forEach(([a,c])=>{typeof c=="function"&&(o[a]=c(e))});var{className:s,style:i}=n("row");return s=`${s} ${t?Oi.selected:""}`,l.jsx(g.Table.Tr,{className:s,style:{...i},...o,children:r})}function Ud({bodyCustomizer:e,actionColumn:t,id:r,entry:n}){let o=e==null?void 0:e[t];return typeof o=="function"&&(o=o({id:r,...n})),o===null?null:o||l.jsx(io,{id:r})}function Vd({data:e,loading:t,hideActions:r,hideCheckbox:n,selection:o,toggleRow:s,onClickEntry:i,bodyCustomizer:a,bodySeparator:c}){const u=e.list_columns.includes("actions")?"_actions":"actions",d=v.useMemo(()=>e!=null&&e.list_columns.includes("all")?"_all":"all",[e==null?void 0:e.list_columns]);return l.jsx(g.Table.Tbody,{children:e.result.length?e.result.map((f,p)=>{const y=e.ids[p];return l.jsxs(Bd,{entry:{...f,id:y},children:[n?null:l.jsx(Yr,{loading:t,children:l.jsx(g.Checkbox,{pl:2,checked:o.includes(y),onChange:b=>{s(y)}})},p),r?null:l.jsx(Yr,{loading:t,children:l.jsx(Ud,{bodyCustomizer:a,actionColumn:u,id:ze(y),entry:f})}),e.list_columns.map((b,h)=>{let C=a==null?void 0:a[b];typeof C=="function"&&(C=C({id:y,...f}));let x=oo(f,b);typeof x=="number"?x=x.toLocaleString():x==null&&(x="");const F=(c==null?void 0:c[b])||(c==null?void 0:c[d]);return F&&(x=x.split(F)),C===null?null:l.jsx(Yr,{id:y,entry:f,loading:t,onClickEntry:i,customElement:C,sanitize:!0,children:x},h)})]},ze(y))}):l.jsx("tr",{children:l.jsx("td",{style:{padding:"8px"},colSpan:r?e.list_columns.length:e.list_columns.length+1,children:l.jsx(g.Text,{style:{fontStyle:"italic"},size:"sm",c:"dimmed",children:"No data available"})})})})}const $i={root:"_root_1kmay_1",wrapper:"_wrapper_1kmay_7",icon:"_icon_1kmay_18"};function mo({column:e,label:t,orderColumn:r,related:n,toggleAll:o,allChecked:s,classNames:i,styles:a,customElement:c,...u}){const{queryParams:d,setQueryParams:f,loading:p}=Q(),y={fw:700,size:"sm",color:"gray.8",hoverColor:"gray.6",selectedColor:"blue"},b=g.useStyles({name:"FieldTitle",classes:$i,classNames:i,styles:a,props:u}),h=g.useProps("FieldTitle",y,u),{hovered:C,ref:x}=ve.useHover(),F=r&&d.order_column===r,$=b("wrapper");return $.style.cursor=r?$.style.cursor:"auto",l.jsx(g.Table.Th,{className:$i.fieldTitleRoot,...b("root"),onClick:r&&!p?()=>f({order_column:r,order_direction:d.order_direction==="asc"?"desc":"asc"}):null,children:l.jsx(g.Box,{ref:x,...$,children:e==="Checkbox"?l.jsx(g.Checkbox,{pb:5,pl:2,onChange:o,checked:s}):l.jsxs(l.Fragment,{children:[l.jsx(g.Box,{w:"100%",fw:h.fw,size:"xl",c:C&&r?h.hoverColor:F?h.selectedColor:h.color,children:c||t||e}),n?l.jsx(g.Tooltip,{label:"Related Field",children:l.jsx(g.Indicator,{label:"rel",style:{indicator:{top:"-1px !important",right:"-2px !important",padding:"4px"}},children:l.jsx(g.Box,{...b("icon"),children:F?d.order_direction==="asc"?l.jsx(ro,{size:14,strokeWidth:1.5}):l.jsx(Rs,{size:14,strokeWidth:1.5}):null})})}):l.jsx(g.Box,{...b("icon"),children:F?d.order_direction==="asc"?l.jsx(ro,{size:14,strokeWidth:1.5}):l.jsx(Rs,{size:14,strokeWidth:1.5}):null})]})})})}const Pi=v.memo(({data:e,info:t,settings:r,hideActions:n,hideCheckbox:o,allChecked:s,toggleAll:i,headerCustomizer:a})=>{const c=e.list_columns.includes("actions")?"_actions":"actions";let u=a==null?void 0:a[c];return typeof u=="function"&&(u=u()),l.jsx(g.Table.Thead,{children:l.jsxs(g.Table.Tr,{children:[o?null:l.jsx(mo,{data:e,column:"Checkbox",allChecked:s,toggleAll:i}),n?null:l.jsx(mo,{column:"Actions",customElement:u}),e.list_columns.map((d,f)=>{var y;let p=a==null?void 0:a[d];return typeof p=="function"&&(p=p(e.label_columns[d])),p===null?null:l.jsx(mo,{column:d,label:e.label_columns[d],orderColumn:e.order_columns.find(b=>b===d)||e.order_columns.find(b=>b.startsWith(`${d}.`)),related:((y=t.filters[d])==null?void 0:y.schema.type)==="Nested",customElement:p},d)})]})})});Pi.displayName="Header";const Wd={scrollbar:"_scrollbar_isyo2_1"};function Gd({bulkActions:e,hideActions:t,loading:r,onSelectCheckbox:n,onClickEntry:o,hideCheckbox:s,hideDownload:i,headerCustomizer:a,bodyCustomizer:c,bodySeparator:u,...d}){const f=g.useMantineTheme(),p=g.Table.extend({highlightOnHover:!0,striped:!0,horizontalSpacing:"md",verticalSpacing:"sm"}),y=g.useProps("DatagridTable",p,d),{data:b,info:h}=Q(),[C,x]=v.useState([]),[F,$]=v.useState(!1),w=I=>{x(j=>j.includes(I)?j.filter(H=>H!==I):[...j,I])},S=()=>{x(I=>I.length===b.ids.length?[]:b.ids.map((j,H)=>j))};return v.useEffect(()=>{$(C.length===b.result.length&&C.length>0),n&&n(C),e==null||e.setSelectedIds(C.map(I=>I))},[C]),v.useEffect(()=>{x([]),n&&n([])},[b]),l.jsx(g.ScrollArea,{options:{className:f.colorScheme==="dark"?"os-theme-light":void 0},style:{flex:1,flexDirection:"column"},classNames:Wd,children:l.jsxs(g.Table,{stickyHeader:!0,...y,children:[l.jsx(Pi,{data:b,info:h,hideActions:t,hideCheckbox:s,allChecked:F,setSelection:x,toggleAll:S,headerCustomizer:a}),l.jsx(Vd,{data:b,loading:r,hideActions:t,hideCheckbox:s,selection:C,setSelection:x,toggleRow:w,onClickEntry:o,bodyCustomizer:c,bodySeparator:u})]})})}const Ii=v.memo(({counter:e,...t})=>{const{data:r,queryParams:n,setQueryParams:o}=Q(),s=g.useMantineTheme(),i=[{value:"10",label:"10"},{value:"25",label:"25"},{value:"50",label:"50"}],a=String(n.page_size),[c,u]=v.useState(n.page);v.useEffect(()=>{u(n.page)},[n.page]);const d=p=>{u(p-1),o({page:p-1})},f=p=>{o({page_size:parseInt(p,10),page:0})};return l.jsxs(l.Fragment,{children:[l.jsx(g.Divider,{}),l.jsxs(g.Box,{style:{display:"flex",justifyContent:"space-between",alignItems:"center",height:54,border:"none",borderTopWidth:"1px",padding:"var(--mantine-spacing-md)"},children:[l.jsxs(g.Box,{style:{display:"flex",alignItems:"center",gap:"var(--mantine-spacing-sm)"},children:[l.jsx(g.Text,{children:"Rows per page:"}),l.jsx(g.Select,{value:a,defaultValue:a,onChange:p=>f(p),data:i,allowDeselect:!1,w:80,size:"xs",styles:()=>({input:{fontSize:"14px",fontWeight:"250",lineHeight:"52px",border:"1px solid #E6E8ED"},item:{"&[data-selected]":{"&, &:hover":{outline:"none !important"}}}})})]}),l.jsx(g.Pagination,{size:"sm",total:Math.ceil(r.count/a),value:c+1,onChange:d,...t}),e&&r?l.jsxs(l.Fragment,{children:[l.jsx(g.Text,{c:s.primaryColor,size:"xs",fw:400,pl:20,children:"Total Records"}),l.jsx(g.Text,{c:s.primaryColor,size:"md",fw:700,pl:10,children:r.count})]}):null]})]})});Ii.displayName="Pagination";const Hd=0,Yd=25,wt=250,dr="global",pr="header:",ki=pr+"ctt",Mi=pr+"between_integer",Di=pr+"between_date",It=e=>e!==dr&&!e.startsWith(pr);function qd({form:e,name:t,items:r,onChange:n,...o}){return l.jsx(g.Select,{data:r,searchable:!0,...e.getInputProps(t),onChange:n,...o})}function Fi({form:e,name:t,label:r,comboboxProps:n,...o}){const s=g.useCombobox({onDropdownClose:()=>s.resetSelectedOption(),onDropdownOpen:()=>s.updateSelectedOptionIndex("active")}),[i,a]=v.useState([]),[c,u]=v.useState(""),d=y=>{c!==""&&(i.includes(c)||a(b=>[...b,c]),u(""))},f=y=>a(b=>b.filter(h=>h!==y)),p=i.map(y=>l.jsx(g.Pill,{withRemoveButton:!0,onRemove:()=>f(y),children:y},y));return v.useEffect(()=>{const y=e.getInputProps(t).value;if(y)try{a([...y])}catch(b){console.error("Error parsing JSON:",b)}},[]),v.useEffect(()=>{e.getInputProps(t).onChange(i)},[i]),l.jsx(g.InputWrapper,{label:r,children:l.jsxs(g.Combobox,{store:s,onOptionSubmit:d,...n,children:[l.jsx(g.Combobox.DropdownTarget,{children:l.jsx(g.PillsInput,{onClick:()=>s.openDropdown(),children:l.jsxs(g.Pill.Group,{children:[p,l.jsx(g.Combobox.EventsTarget,{children:l.jsx(g.PillsInput.Field,{onFocus:()=>s.openDropdown(),onBlur:()=>s.closeDropdown(),value:c,placeholder:"Search values",onChange:y=>{s.updateSelectedOptionIndex(),u(y.currentTarget.value)},onKeyDown:y=>{y.key==="Backspace"&&c.length===0&&(y.preventDefault(),f(i[i.length-1]))}})})]})})}),l.jsx(g.Combobox.Dropdown,{children:l.jsx(g.Combobox.Options,{children:l.jsxs(g.Combobox.Option,{value:"$create",children:["+ Create ",c]})})})]})})}function Kd({form:e,name:t,items:r,onChange:n,...o}){return l.jsx(g.Select,{data:r,searchable:!0,...e.getInputProps(t),onChange:n,...o})}function Ni({onClose:e,...t}){const{info:r,queryParams:n,setQueryParams:o,path:s}=Q(),i=or.useForm({initialValues:{filters:[]},validate:so(ir({filters:Rn().of(ir({col:Lr().transform(f=>f||void 0).required("Field is required"),opr:Lr().transform(f=>f||void 0).required("col is required"),value:Nr().when("col",{is:f=>f&&r.filters[f].schema.required,then:()=>Nr().required("Value is required")})}))}))}),a={bg:"transparent",size:"sm",c:"gray"},c=g.useProps("ActionIcon",a,t);v.useEffect(()=>{i.setValues({filters:[]}),i.reset()},[s]),v.useEffect(()=>{if(n.filters&&n.filters.length){const f=n.filters.filter(p=>It(p.opr)).map(p=>({...p,key:ve.randomId()}));i.setFieldValue("filters",f)}},[n.filters]);const u=f=>{const p=f.filters.map(({key:b,...h})=>h),y=JSON.parse(JSON.stringify(p));o({filters:y,page:0}),e()},d=i.values.filters.map((f,p)=>l.jsxs(g.Box,{px:"sm",children:[l.jsxs(g.Flex,{my:"md",gap:"md",style:{whiteSpace:"nowrap"},children:[l.jsx(g.Box,{style:{width:"192px"},children:r&&r.filters&&l.jsx(qd,{form:i,name:`filters.${p}.col`,items:Object.entries(r.filters).map(([y,b])=>({label:b.label,value:String(y)})),onChange:y=>{i.setFieldValue(`filters.${p}`,{col:y,opr:"",value:"",key:ve.randomId()})}})}),l.jsx(g.Box,{style:{width:"192px"},children:f.col?l.jsx(Kd,{form:i,name:`filters.${p}.opr`,items:r.filters[f.col].filters.filter(y=>It(y.operator)).map(y=>({label:y.name,value:y.operator})),onChange:y=>{i.setFieldValue(`filters.${p}`,{col:i.values.filters[p].col,opr:y,value:"",key:ve.randomId()})}}):null}),l.jsx(g.Box,{style:{width:"192px"},children:f.col?f.opr==="in"?l.jsx(Fi,{form:i,name:`filters.${p}.value`}):l.jsx(Vr,{form:i,name:`filters.${p}.value`,schema:r.filters[f.col].schema,filter:!0}):null}),l.jsx(g.ActionIcon,{bg:c.bg,size:c.size,c:c.c,onClick:()=>{i.removeListItem("filters",p)},children:l.jsx(ni,{})})]}),i.values.filters.length>1&&p<i.values.filters.length-1?l.jsx(g.Divider,{my:"md",labelPosition:"center",label:"AND"}):null]},f.key));return l.jsxs(g.Box,{component:"form",onSubmit:i.onSubmit(u),children:[d.length===0&&l.jsx(g.Box,{style:{width:"642px"},children:l.jsx(g.Text,{style:{fontStyle:"italic",padding:"7px"},size:"sm",c:"dimmed",children:"No filters selected..."})}),l.jsx(g.ScrollArea.Autosize,{mah:"40vh",mt:20,children:d}),l.jsx(g.Divider,{my:"sm"}),l.jsxs(g.Box,{style:{display:"flex",justifyContent:"space-between"},children:[l.jsx(g.Button,{variant:"subtle",leftSection:l.jsx(Br,{}),onClick:()=>{i.insertListItem("filters",{col:"",opr:"",value:"",key:ve.randomId()})},children:"Add Filter"}),l.jsx(g.Group,{spacing:"md",children:l.jsx(g.Button,{type:"submit",children:"Apply"})})]})]})}function Li(...e){const{queryParams:t}=Q(),r={bg:"transparent",size:"sm",c:"gray"},n=g.useProps("ActionIcon",r,e),[o,s]=v.useState(!1);return l.jsxs(g.Popover,{opened:o,position:"bottom-end",onClose:()=>s(!1),closeOnClickOutside:!1,children:[l.jsx(g.Popover.Target,{children:l.jsx(g.Tooltip,{opened:o?!1:null,label:"Filter",children:(t==null?void 0:t.filters.filter(i=>It(i.opr)).length)!=0?l.jsx(g.Indicator,{zIndex:20,size:16,label:t==null?void 0:t.filters.length,children:l.jsx(g.ActionIcon,{bg:n.bg,size:n.size,c:n.c,onClick:()=>s(!0),children:l.jsx(ti,{})})}):l.jsx(g.ActionIcon,{bg:n.bg,size:n.size,c:n.c,onClick:()=>s(!0),children:l.jsx(ti,{})})})}),l.jsxs(g.Popover.Dropdown,{px:"xs",children:[l.jsx(g.Box,{style:{position:"absolute",top:4,right:4},children:l.jsx(g.CloseButton,{title:"Filters",onClick:()=>s(!1)})}),l.jsx(Ni,{onClose:()=>{s(!1)}})]})]})}function Jd(...e){const[t,r]=v.useState(!1),{download:n}=Q(),o={bg:"transparent",size:"sm",c:"gray"},s=g.useProps("ActionIcon",o,e);return t?l.jsx(g.Loader,{color:s.c,size:s.size}):l.jsx(g.Tooltip,{label:"Download",children:l.jsx(g.ActionIcon,{bg:s.bg,size:s.size,c:s.c,onClick:()=>{r(!0),n("download").then(()=>r(!1))},children:l.jsx(ei,{})})})}const ji=v.memo(({hideAdd:e,hideFilter:t,hideDownload:r,toolbarCustomizer:n})=>{const{info:o}=Q(),s=v.useMemo(()=>{const a={};return Object.entries(n).forEach(([c,u])=>{a[c]=u,typeof a[c]=="function"&&(a[c]=a[c]())}),a},[n]),i=o.permissions.includes("can_post");return l.jsxs(g.Flex,{justify:"flex-end",p:"md",gap:"sm",children:[!r&&(s.download||l.jsx(Jd,{})),i&&!e?s.add||l.jsx(di,{}):null,t?null:s.filter||l.jsx(Li,{})]})});ji.displayName="Toolbar";const yo=v.forwardRef((e,t)=>{const{path:r,data:n,loading:o,info:s,setQueryParams:i}=Q(),{hideToolbar:a=!1,hideFilter:c=!1,hideAdd:u=!1,hideSettings:d=!1,hideActions:f=!1,hidePagination:p=!1,hideError:y=!1,hideDownload:b=!0,onSelectCheckbox:h=null,onClickEntry:C=null,fetchOnMount:x=!0,bulkActions:F=null,styles:$,headerCustomizer:w={},bodyCustomizer:S={},toolbarCustomizer:I={},counter:j=!1,bodySeparator:H}=e;if(v.useEffect(()=>{!n&&x&&i({})},[n]),!s)return;const U=F===null;return l.jsxs(g.Paper,{ref:t,style:{position:"relative",height:"100%",display:"flex",flexDirection:"column",...$},children:[a?null:l.jsx(ji,{hideFilter:c,hideAdd:u,hideSettings:d,hideDownload:b,toolbarCustomizer:I}),n?l.jsx(Gd,{bulkActions:F,hideActions:f,loading:o,onSelectCheckbox:h,onClickEntry:C,hideCheckbox:U,hideDownload:b,headerCustomizer:w,bodyCustomizer:S,bodySeparator:H}):null,!p&&n?l.jsx(Ii,{counter:j}):null,y?null:l.jsx(oi,{})]})});yo.displayName="DataGrid";function Zd({children:e,fetch:t=!0,loading:r=l.jsx(g.Center,{children:l.jsx(g.Loader,{})}),end:n=l.jsx(g.Center,{children:"End of data"}),fetchWrapper:o=g.Center,fetchWrapperProps:s}){const{streaming:i,loading:a}=Q(),{ref:c,inViewport:u}=ve.useInViewport(),d=v.useMemo(()=>Object.values(i.data).flat(),[i.data]),f=v.useMemo(()=>typeof e=="function"?e(d):e,[e,d]);return v.useEffect(()=>{u&&t&&i.fetch()},[u]),l.jsxs(l.Fragment,{children:[f,a&&r,i.isEnd&&n,l.jsx(o,{ref:c,id:"IS-load-trigger",mih:"1%",...s})]})}var Xd=Object.prototype;function Qd(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||Xd;return e===r}var qr=Qd;function Rd(e,t){return function(r){return e(t(r))}}var zi=Rd,ep=zi,tp=ep(Object.keys,Object),rp=tp,np=qr,op=rp,sp=Object.prototype,ip=sp.hasOwnProperty;function ap(e){if(!np(e))return op(e);var t=[];for(var r in Object(e))ip.call(e,r)&&r!="constructor"&&t.push(r);return t}var lp=ap,cp=typeof Or=="object"&&Or&&Or.Object===Object&&Or,Bi=cp,up=Bi,fp=typeof self=="object"&&self&&self.Object===Object&&self,dp=up||fp||Function("return this")(),Ke=dp,pp=Ke,hp=pp.Symbol,Kr=hp,Ui=Kr,Vi=Object.prototype,gp=Vi.hasOwnProperty,mp=Vi.toString,hr=Ui?Ui.toStringTag:void 0;function yp(e){var t=gp.call(e,hr),r=e[hr];try{e[hr]=void 0;var n=!0}catch{}var o=mp.call(e);return n&&(t?e[hr]=r:delete e[hr]),o}var bp=yp,vp=Object.prototype,Tp=vp.toString;function Sp(e){return Tp.call(e)}var _p=Sp,Wi=Kr,wp=bp,Cp=_p,Ep="[object Null]",xp="[object Undefined]",Gi=Wi?Wi.toStringTag:void 0;function Ap(e){return e==null?e===void 0?xp:Ep:Gi&&Gi in Object(e)?wp(e):Cp(e)}var kt=Ap;function Op(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var st=Op,$p=kt,Pp=st,Ip="[object AsyncFunction]",kp="[object Function]",Mp="[object GeneratorFunction]",Dp="[object Proxy]";function Fp(e){if(!Pp(e))return!1;var t=$p(e);return t==kp||t==Mp||t==Ip||t==Dp}var bo=Fp,Np=Ke,Lp=Np["__core-js_shared__"],jp=Lp,vo=jp,Hi=function(){var e=/[^.]+$/.exec(vo&&vo.keys&&vo.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function zp(e){return!!Hi&&Hi in e}var Bp=zp,Up=Function.prototype,Vp=Up.toString;function Wp(e){if(e!=null){try{return Vp.call(e)}catch{}try{return e+""}catch{}}return""}var Yi=Wp,Gp=bo,Hp=Bp,Yp=st,qp=Yi,Kp=/[\\^$.*+?()[\]{}|]/g,Jp=/^\[object .+?Constructor\]$/,Zp=Function.prototype,Xp=Object.prototype,Qp=Zp.toString,Rp=Xp.hasOwnProperty,eh=RegExp("^"+Qp.call(Rp).replace(Kp,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function th(e){if(!Yp(e)||Hp(e))return!1;var t=Gp(e)?eh:Jp;return t.test(qp(e))}var rh=th;function nh(e,t){return e==null?void 0:e[t]}var oh=nh,sh=rh,ih=oh;function ah(e,t){var r=ih(e,t);return sh(r)?r:void 0}var Ct=ah,lh=Ct,ch=Ke,uh=lh(ch,"DataView"),fh=uh,dh=Ct,ph=Ke,hh=dh(ph,"Map"),To=hh,gh=Ct,mh=Ke,yh=gh(mh,"Promise"),bh=yh,vh=Ct,Th=Ke,Sh=vh(Th,"Set"),qi=Sh,_h=Ct,wh=Ke,Ch=_h(wh,"WeakMap"),Eh=Ch,So=fh,_o=To,wo=bh,Co=qi,Eo=Eh,Ki=kt,Mt=Yi,Ji="[object Map]",xh="[object Object]",Zi="[object Promise]",Xi="[object Set]",Qi="[object WeakMap]",Ri="[object DataView]",Ah=Mt(So),Oh=Mt(_o),$h=Mt(wo),Ph=Mt(Co),Ih=Mt(Eo),Et=Ki;(So&&Et(new So(new ArrayBuffer(1)))!=Ri||_o&&Et(new _o)!=Ji||wo&&Et(wo.resolve())!=Zi||Co&&Et(new Co)!=Xi||Eo&&Et(new Eo)!=Qi)&&(Et=function(e){var t=Ki(e),r=t==xh?e.constructor:void 0,n=r?Mt(r):"";if(n)switch(n){case Ah:return Ri;case Oh:return Ji;case $h:return Zi;case Ph:return Xi;case Ih:return Qi}return t});var kh=Et;function Mh(e){return e!=null&&typeof e=="object"}var Dt=Mh,Dh=kt,Fh=Dt,Nh="[object Arguments]";function Lh(e){return Fh(e)&&Dh(e)==Nh}var jh=Lh,ea=jh,zh=Dt,ta=Object.prototype,Bh=ta.hasOwnProperty,Uh=ta.propertyIsEnumerable,Vh=ea(function(){return arguments}())?ea:function(e){return zh(e)&&Bh.call(e,"callee")&&!Uh.call(e,"callee")},Jr=Vh,Wh=Array.isArray,gr=Wh,Gh=9007199254740991;function Hh(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Gh}var ra=Hh,Yh=bo,qh=ra;function Kh(e){return e!=null&&qh(e.length)&&!Yh(e)}var Zr=Kh,Xr={exports:{}};function Jh(){return!1}var Zh=Jh;Xr.exports,function(e,t){var r=Ke,n=Zh,o=t&&!t.nodeType&&t,s=o&&!0&&e&&!e.nodeType&&e,i=s&&s.exports===o,a=i?r.Buffer:void 0,c=a?a.isBuffer:void 0,u=c||n;e.exports=u}(Xr,Xr.exports);var xo=Xr.exports,Xh=kt,Qh=ra,Rh=Dt,eg="[object Arguments]",tg="[object Array]",rg="[object Boolean]",ng="[object Date]",og="[object Error]",sg="[object Function]",ig="[object Map]",ag="[object Number]",lg="[object Object]",cg="[object RegExp]",ug="[object Set]",fg="[object String]",dg="[object WeakMap]",pg="[object ArrayBuffer]",hg="[object DataView]",gg="[object Float32Array]",mg="[object Float64Array]",yg="[object Int8Array]",bg="[object Int16Array]",vg="[object Int32Array]",Tg="[object Uint8Array]",Sg="[object Uint8ClampedArray]",_g="[object Uint16Array]",wg="[object Uint32Array]",de={};de[gg]=de[mg]=de[yg]=de[bg]=de[vg]=de[Tg]=de[Sg]=de[_g]=de[wg]=!0,de[eg]=de[tg]=de[pg]=de[rg]=de[hg]=de[ng]=de[og]=de[sg]=de[ig]=de[ag]=de[lg]=de[cg]=de[ug]=de[fg]=de[dg]=!1;function Cg(e){return Rh(e)&&Qh(e.length)&&!!de[Xh(e)]}var Eg=Cg;function xg(e){return function(t){return e(t)}}var Ag=xg,Qr={exports:{}};Qr.exports,function(e,t){var r=Bi,n=t&&!t.nodeType&&t,o=n&&!0&&e&&!e.nodeType&&e,s=o&&o.exports===n,i=s&&r.process,a=function(){try{var c=o&&o.require&&o.require("util").types;return c||i&&i.binding&&i.binding("util")}catch{}}();e.exports=a}(Qr,Qr.exports);var Og=Qr.exports,$g=Eg,Pg=Ag,na=Og,oa=na&&na.isTypedArray,Ig=oa?Pg(oa):$g,Ao=Ig,kg=lp,Mg=kh,Dg=Jr,Fg=gr,Ng=Zr,Lg=xo,jg=qr,zg=Ao,Bg="[object Map]",Ug="[object Set]",Vg=Object.prototype,Wg=Vg.hasOwnProperty;function Gg(e){if(e==null)return!0;if(Ng(e)&&(Fg(e)||typeof e=="string"||typeof e.splice=="function"||Lg(e)||zg(e)||Dg(e)))return!e.length;var t=Mg(e);if(t==Bg||t==Ug)return!e.size;if(jg(e))return!kg(e).length;for(var r in e)if(Wg.call(e,r))return!1;return!0}var Hg=Gg;const sa=dt(Hg),ia=(e,t,r,n,o,s,i)=>e.map((a,c)=>l.jsx(g.Grid.Col,{span:o==="row"?12/e.length:12,style:{alignContent:"end"},children:l.jsx(fe.JsonFormsDispatch,{uischema:a,schema:t,path:r,enabled:n,renderers:s,cells:i})},`${r}-${c}`)),Yg=({elements:e,schema:t,path:r,enabled:n,direction:o,renderers:s,cells:i})=>sa(e)?null:l.jsx(g.Grid,{spacing:o==="row"?2:0,children:ia(e,t,r,n,o,s,i)}),Oo=v.memo(Yg),qg=e=>function(r){const n=fe.useJsonForms(),o=W.getAjv({jsonforms:{...n}});return l.jsx(e,{...r,ajv:o})};var Kg=Ke,Jg=function(){return Kg.Date.now()},Zg=Jg,Xg=/\s/;function Qg(e){for(var t=e.length;t--&&Xg.test(e.charAt(t)););return t}var Rg=Qg,em=Rg,tm=/^\s+/;function rm(e){return e&&e.slice(0,em(e)+1).replace(tm,"")}var nm=rm,om=kt,sm=Dt,im="[object Symbol]";function am(e){return typeof e=="symbol"||sm(e)&&om(e)==im}var aa=am,lm=nm,la=st,cm=aa,ca=NaN,um=/^[-+]0x[0-9a-f]+$/i,fm=/^0b[01]+$/i,dm=/^0o[0-7]+$/i,pm=parseInt;function hm(e){if(typeof e=="number")return e;if(cm(e))return ca;if(la(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=la(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=lm(e);var r=fm.test(e);return r||dm.test(e)?pm(e.slice(2),r?2:8):um.test(e)?ca:+e}var ua=hm,gm=st,$o=Zg,fa=ua,mm="Expected a function",ym=Math.max,bm=Math.min;function vm(e,t,r){var n,o,s,i,a,c,u=0,d=!1,f=!1,p=!0;if(typeof e!="function")throw new TypeError(mm);t=fa(t)||0,gm(r)&&(d=!!r.leading,f="maxWait"in r,s=f?ym(fa(r.maxWait)||0,t):s,p="trailing"in r?!!r.trailing:p);function y(I){var j=n,H=o;return n=o=void 0,u=I,i=e.apply(H,j),i}function b(I){return u=I,a=setTimeout(x,t),d?y(I):i}function h(I){var j=I-c,H=I-u,U=t-j;return f?bm(U,s-H):U}function C(I){var j=I-c,H=I-u;return c===void 0||j>=t||j<0||f&&H>=s}function x(){var I=$o();if(C(I))return F(I);a=setTimeout(x,h(I))}function F(I){return a=void 0,p&&n?y(I):(n=o=void 0,i)}function $(){a!==void 0&&clearTimeout(a),u=0,n=c=o=a=void 0}function w(){return a===void 0?i:F($o())}function S(){var I=$o(),j=C(I);if(n=arguments,o=this,c=I,j){if(a===void 0)return b(c);if(f)return clearTimeout(a),a=setTimeout(x,t),y(c)}return a===void 0&&(a=setTimeout(x,t)),i}return S.cancel=$,S.flush=w,S}var Tm=vm;const Sm=dt(Tm),da=(e,t,r,n,o,s=300)=>{const[i,a]=v.useState(r??t);v.useEffect(()=>{a(r??t)},[r]);const c=v.useCallback(Sm(f=>e(n,f),s),[e,n,s]),u=v.useCallback(f=>{const p=o(f);a(p??t),c(p)},[c,o]),d=v.useCallback(()=>{a(t),e(n,void 0)},[t,e,n]);return[i,u,d]},_m=e=>e===""?void 0:parseFloat(e),wm=e=>_m(e),Rr=v.memo(function(t){const{allowDecimal:r,className:n,data:o,description:s,errors:i,enabled:a,handleChange:c,label:u,path:d,required:f,hideControls:p}=t,[y,b]=da(c,"",o,d,wm),h=g.useProps(d,{},{});return Object.keys(h).forEach(C=>{typeof h[C]=="function"&&(h[C]=h[C](o))}),l.jsx(g.NumberInput,{label:u,description:s,error:i,required:f,value:y,onChange:b,className:n,disabled:!a,allowDecimal:r,hideControls:p,w:"100%",...h})});function Cm(){this.__data__=[],this.size=0}var Em=Cm;function xm(e,t){return e===t||e!==e&&t!==t}var en=xm,Am=en;function Om(e,t){for(var r=e.length;r--;)if(Am(e[r][0],t))return r;return-1}var tn=Om,$m=tn,Pm=Array.prototype,Im=Pm.splice;function km(e){var t=this.__data__,r=$m(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():Im.call(t,r,1),--this.size,!0}var Mm=km,Dm=tn;function Fm(e){var t=this.__data__,r=Dm(t,e);return r<0?void 0:t[r][1]}var Nm=Fm,Lm=tn;function jm(e){return Lm(this.__data__,e)>-1}var zm=jm,Bm=tn;function Um(e,t){var r=this.__data__,n=Bm(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var Vm=Um,Wm=Em,Gm=Mm,Hm=Nm,Ym=zm,qm=Vm;function Ft(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Ft.prototype.clear=Wm,Ft.prototype.delete=Gm,Ft.prototype.get=Hm,Ft.prototype.has=Ym,Ft.prototype.set=qm;var rn=Ft,Km=rn;function Jm(){this.__data__=new Km,this.size=0}var Zm=Jm;function Xm(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}var Qm=Xm;function Rm(e){return this.__data__.get(e)}var ey=Rm;function ty(e){return this.__data__.has(e)}var ry=ty,ny=Ct,oy=ny(Object,"create"),nn=oy,pa=nn;function sy(){this.__data__=pa?pa(null):{},this.size=0}var iy=sy;function ay(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var ly=ay,cy=nn,uy="__lodash_hash_undefined__",fy=Object.prototype,dy=fy.hasOwnProperty;function py(e){var t=this.__data__;if(cy){var r=t[e];return r===uy?void 0:r}return dy.call(t,e)?t[e]:void 0}var hy=py,gy=nn,my=Object.prototype,yy=my.hasOwnProperty;function by(e){var t=this.__data__;return gy?t[e]!==void 0:yy.call(t,e)}var vy=by,Ty=nn,Sy="__lodash_hash_undefined__";function _y(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Ty&&t===void 0?Sy:t,this}var wy=_y,Cy=iy,Ey=ly,xy=hy,Ay=vy,Oy=wy;function Nt(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Nt.prototype.clear=Cy,Nt.prototype.delete=Ey,Nt.prototype.get=xy,Nt.prototype.has=Ay,Nt.prototype.set=Oy;var $y=Nt,ha=$y,Py=rn,Iy=To;function ky(){this.size=0,this.__data__={hash:new ha,map:new(Iy||Py),string:new ha}}var My=ky;function Dy(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var Fy=Dy,Ny=Fy;function Ly(e,t){var r=e.__data__;return Ny(t)?r[typeof t=="string"?"string":"hash"]:r.map}var on=Ly,jy=on;function zy(e){var t=jy(this,e).delete(e);return this.size-=t?1:0,t}var By=zy,Uy=on;function Vy(e){return Uy(this,e).get(e)}var Wy=Vy,Gy=on;function Hy(e){return Gy(this,e).has(e)}var Yy=Hy,qy=on;function Ky(e,t){var r=qy(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}var Jy=Ky,Zy=My,Xy=By,Qy=Wy,Ry=Yy,e0=Jy;function Lt(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Lt.prototype.clear=Zy,Lt.prototype.delete=Xy,Lt.prototype.get=Qy,Lt.prototype.has=Ry,Lt.prototype.set=e0;var ga=Lt,t0=rn,r0=To,n0=ga,o0=200;function s0(e,t){var r=this.__data__;if(r instanceof t0){var n=r.__data__;if(!r0||n.length<o0-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new n0(n)}return r.set(e,t),this.size=r.size,this}var i0=s0,a0=rn,l0=Zm,c0=Qm,u0=ey,f0=ry,d0=i0;function jt(e){var t=this.__data__=new a0(e);this.size=t.size}jt.prototype.clear=l0,jt.prototype.delete=c0,jt.prototype.get=u0,jt.prototype.has=f0,jt.prototype.set=d0;var p0=jt,h0=Ct,g0=function(){try{var e=h0(Object,"defineProperty");return e({},"",{}),e}catch{}}(),ma=g0,ya=ma;function m0(e,t,r){t=="__proto__"&&ya?ya(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}var Po=m0,y0=Po,b0=en;function v0(e,t,r){(r!==void 0&&!b0(e[t],r)||r===void 0&&!(t in e))&&y0(e,t,r)}var ba=v0;function T0(e){return function(t,r,n){for(var o=-1,s=Object(t),i=n(t),a=i.length;a--;){var c=i[e?a:++o];if(r(s[c],c,s)===!1)break}return t}}var S0=T0,_0=S0,w0=_0(),C0=w0,sn={exports:{}};sn.exports,function(e,t){var r=Ke,n=t&&!t.nodeType&&t,o=n&&!0&&e&&!e.nodeType&&e,s=o&&o.exports===n,i=s?r.Buffer:void 0,a=i?i.allocUnsafe:void 0;function c(u,d){if(d)return u.slice();var f=u.length,p=a?a(f):new u.constructor(f);return u.copy(p),p}e.exports=c}(sn,sn.exports);var E0=sn.exports,x0=Ke,A0=x0.Uint8Array,O0=A0,va=O0;function $0(e){var t=new e.constructor(e.byteLength);return new va(t).set(new va(e)),t}var P0=$0,I0=P0;function k0(e,t){var r=t?I0(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}var M0=k0;function D0(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}var F0=D0,N0=st,Ta=Object.create,L0=function(){function e(){}return function(t){if(!N0(t))return{};if(Ta)return Ta(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}(),j0=L0,z0=zi,B0=z0(Object.getPrototypeOf,Object),Sa=B0,U0=j0,V0=Sa,W0=qr;function G0(e){return typeof e.constructor=="function"&&!W0(e)?U0(V0(e)):{}}var H0=G0,Y0=Zr,q0=Dt;function K0(e){return q0(e)&&Y0(e)}var _a=K0,J0=kt,Z0=Sa,X0=Dt,Q0="[object Object]",R0=Function.prototype,eb=Object.prototype,wa=R0.toString,tb=eb.hasOwnProperty,rb=wa.call(Object);function nb(e){if(!X0(e)||J0(e)!=Q0)return!1;var t=Z0(e);if(t===null)return!0;var r=tb.call(t,"constructor")&&t.constructor;return typeof r=="function"&&r instanceof r&&wa.call(r)==rb}var ob=nb;function sb(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var Ca=sb,ib=Po,ab=en,lb=Object.prototype,cb=lb.hasOwnProperty;function ub(e,t,r){var n=e[t];(!(cb.call(e,t)&&ab(n,r))||r===void 0&&!(t in e))&&ib(e,t,r)}var fb=ub,db=fb,pb=Po;function hb(e,t,r,n){var o=!r;r||(r={});for(var s=-1,i=t.length;++s<i;){var a=t[s],c=n?n(r[a],e[a],a,r,e):void 0;c===void 0&&(c=e[a]),o?pb(r,a,c):db(r,a,c)}return r}var gb=hb;function mb(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var yb=mb,bb=9007199254740991,vb=/^(?:0|[1-9]\d*)$/;function Tb(e,t){var r=typeof e;return t=t??bb,!!t&&(r=="number"||r!="symbol"&&vb.test(e))&&e>-1&&e%1==0&&e<t}var Ea=Tb,Sb=yb,_b=Jr,wb=gr,Cb=xo,Eb=Ea,xb=Ao,Ab=Object.prototype,Ob=Ab.hasOwnProperty;function $b(e,t){var r=wb(e),n=!r&&_b(e),o=!r&&!n&&Cb(e),s=!r&&!n&&!o&&xb(e),i=r||n||o||s,a=i?Sb(e.length,String):[],c=a.length;for(var u in e)(t||Ob.call(e,u))&&!(i&&(u=="length"||o&&(u=="offset"||u=="parent")||s&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||Eb(u,c)))&&a.push(u);return a}var Pb=$b;function Ib(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}var kb=Ib,Mb=st,Db=qr,Fb=kb,Nb=Object.prototype,Lb=Nb.hasOwnProperty;function jb(e){if(!Mb(e))return Fb(e);var t=Db(e),r=[];for(var n in e)n=="constructor"&&(t||!Lb.call(e,n))||r.push(n);return r}var zb=jb,Bb=Pb,Ub=zb,Vb=Zr;function Wb(e){return Vb(e)?Bb(e,!0):Ub(e)}var xa=Wb,Gb=gb,Hb=xa;function Yb(e){return Gb(e,Hb(e))}var qb=Yb,Aa=ba,Kb=E0,Jb=M0,Zb=F0,Xb=H0,Oa=Jr,$a=gr,Qb=_a,Rb=xo,ev=bo,tv=st,rv=ob,nv=Ao,Pa=Ca,ov=qb;function sv(e,t,r,n,o,s,i){var a=Pa(e,r),c=Pa(t,r),u=i.get(c);if(u){Aa(e,r,u);return}var d=s?s(a,c,r+"",e,t,i):void 0,f=d===void 0;if(f){var p=$a(c),y=!p&&Rb(c),b=!p&&!y&&nv(c);d=c,p||y||b?$a(a)?d=a:Qb(a)?d=Zb(a):y?(f=!1,d=Kb(c,!0)):b?(f=!1,d=Jb(c,!0)):d=[]:rv(c)||Oa(c)?(d=a,Oa(a)?d=ov(a):(!tv(a)||ev(a))&&(d=Xb(c))):f=!1}f&&(i.set(c,d),o(d,c,n,s,i),i.delete(c)),Aa(e,r,d)}var iv=sv,av=p0,lv=ba,cv=C0,uv=iv,fv=st,dv=xa,pv=Ca;function Ia(e,t,r,n,o){e!==t&&cv(t,function(s,i){if(o||(o=new av),fv(s))uv(e,t,i,r,Ia,n,o);else{var a=n?n(pv(e,i),s,i+"",e,t,o):void 0;a===void 0&&(a=s),lv(e,i,a)}},dv)}var hv=Ia;function gv(e){return e}var ka=gv;function mv(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}var yv=mv,bv=yv,Ma=Math.max;function vv(e,t,r){return t=Ma(t===void 0?e.length-1:t,0),function(){for(var n=arguments,o=-1,s=Ma(n.length-t,0),i=Array(s);++o<s;)i[o]=n[t+o];o=-1;for(var a=Array(t+1);++o<t;)a[o]=n[o];return a[t]=r(i),bv(e,this,a)}}var Tv=vv;function Sv(e){return function(){return e}}var _v=Sv,wv=_v,Da=ma,Cv=ka,Ev=Da?function(e,t){return Da(e,"toString",{configurable:!0,enumerable:!1,value:wv(t),writable:!0})}:Cv,xv=Ev,Av=800,Ov=16,$v=Date.now;function Pv(e){var t=0,r=0;return function(){var n=$v(),o=Ov-(n-r);if(r=n,o>0){if(++t>=Av)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var Iv=Pv,kv=xv,Mv=Iv,Dv=Mv(kv),Fv=Dv,Nv=ka,Lv=Tv,jv=Fv;function zv(e,t){return jv(Lv(e,t,Nv),e+"")}var Fa=zv,Bv=en,Uv=Zr,Vv=Ea,Wv=st;function Gv(e,t,r){if(!Wv(r))return!1;var n=typeof t;return(n=="number"?Uv(r)&&Vv(t,r.length):n=="string"&&t in r)?Bv(r[t],e):!1}var Na=Gv,Hv=Fa,Yv=Na;function qv(e){return Hv(function(t,r){var n=-1,o=r.length,s=o>1?r[o-1]:void 0,i=o>2?r[2]:void 0;for(s=e.length>3&&typeof s=="function"?(o--,s):void 0,i&&Yv(r[0],r[1],i)&&(s=o<3?void 0:s,o=1),t=Object(t);++n<o;){var a=r[n];a&&e(t,a,n,s)}return t})}var Kv=qv,Jv=hv,Zv=Kv,Xv=Zv(function(e,t,r){Jv(e,t,r)}),Qv=Xv;const La=dt(Qv),ja=v.memo(function(t){const{className:r,config:n,uischema:o,data:s,description:i,errors:a,enabled:c,path:u,handleChange:d,label:f,required:p}=t,y=La({},n,o.options),b=g.useProps(u,{},{});return Object.keys(b).forEach(h=>{typeof b[h]=="function"&&(b[h]=b[h](s))}),y.format==="password"?l.jsx(g.PasswordInput,{label:f,description:i,error:a,required:p,value:s||"",onChange:h=>{d(u,h.currentTarget.value)},className:r,disabled:!c,w:"100%",...b}):l.jsx(g.TextInput,{label:f,description:i,error:a,required:p,value:s||"",onChange:h=>{d(u,h.currentTarget.value)},className:r,disabled:!c,w:"100%",...b})}),za=v.memo(function(t){const{className:r,data:n,description:o,enabled:s,errors:i,handleChange:a,label:c,labelPosition:u,path:d,required:f}=t,p=g.useProps(d,{},{});return Object.keys(p).forEach(y=>{typeof p[y]=="function"&&(p[y]=p[y](n))}),l.jsx(g.Checkbox,{label:c,description:o,error:i,disabled:!s,className:r,labelPosition:u,required:f,data:[{label:"true",value:"true"},{label:"false",value:"false"}],value:String(n)||"",onChange:y=>{a(d,y==="true")},...p})}),Rv=e=>l.jsx(Rr,{...e}),Ba=W.rankWith(4,W.isNumberControl),Ua=fe.withJsonFormsCellProps(Rv),e1=e=>l.jsx(Rr,{...e}),Va=W.rankWith(3,W.isIntegerControl),Wa=fe.withJsonFormsCellProps(e1),t1=e=>l.jsx(ja,{...e}),Ga=W.rankWith(2,W.isStringControl),Ha=fe.withJsonFormsCellProps(t1),r1=e=>l.jsx(za,{...e}),Ya=W.rankWith(3,W.isBooleanControl),qa=fe.withJsonFormsCellProps(r1),n1=e=>{const{data:t,className:r,enabled:n,path:o,handleChange:s,description:i,errors:a,label:c,required:u}=e,d=g.useProps(o,{},{});return Object.keys(d).forEach(f=>{typeof d[f]=="function"&&(d[f]=d[f](t))}),l.jsx(ft.DateInput,{valueFormat:"DD.MM.YYYY",label:c,description:i,error:a,required:u,value:t?new Date(t):null,onChange:f=>{if(f instanceof Date){const p=new Date(f.getTime()-f.getTimezoneOffset()*6e4);s(o,p.toISOString().substring(0,10))}},className:r,disabled:!n,w:"100%",...d})},Ka=W.rankWith(2,W.isDateControl),Ja=fe.withJsonFormsCellProps(n1),o1=e=>{const{description:t,className:r,enabled:n,path:o,handleChange:s,data:i,errors:a,label:c,required:u}=e,d=g.useProps(o,{},{});return Object.keys(d).forEach(f=>{typeof d[f]=="function"&&(d[f]=d[f](i))}),l.jsx(ft.DateInput,{valueFormat:"DD.MM.YYYY",className:r,disabled:!n,label:c,description:t,error:a,required:u,value:i?new Date(i):null,onChange:f=>{if(f instanceof Date){const p=new Date(f.getTime()-f.getTimezoneOffset()*6e4);s(o,p.toISOString().substring(0,10))}},w:"100%",...d})},Za=W.rankWith(5,W.isDateTimeControl),Xa=fe.withJsonFormsControlProps(o1),s1=e=>{const{description:t,data:r,path:n,options:o,enabled:s,handleChange:i,className:a,errors:c,label:u,required:d}=e,f=g.useProps(n,{},{});return Object.keys(f).forEach(p=>{typeof f[p]=="function"&&(f[p]=f[p](r))}),l.jsx(g.Select,{data:o,defaultValue:r,label:u,description:t,required:d,error:c,disabled:!s,searchable:!0,onChange:p=>{i(n,p)},className:a,w:"100%",...f})},Qa=W.rankWith(5,W.isEnumControl),Ra=fe.withJsonFormsEnumProps(fe.withTranslateProps(v.memo(s1)),!1);function i1(e,t){for(var r=-1,n=t.length,o=e.length;++r<n;)e[o+r]=t[r];return e}var a1=i1,el=Kr,l1=Jr,c1=gr,tl=el?el.isConcatSpreadable:void 0;function u1(e){return c1(e)||l1(e)||!!(tl&&e&&e[tl])}var f1=u1,d1=a1,p1=f1;function rl(e,t,r,n,o){var s=-1,i=e.length;for(r||(r=p1),o||(o=[]);++s<i;){var a=e[s];t>0&&r(a)?t>1?rl(a,t-1,r,n,o):d1(o,a):n||(o[o.length]=a)}return o}var h1=rl,g1="__lodash_hash_undefined__";function m1(e){return this.__data__.set(e,g1),this}var y1=m1;function b1(e){return this.__data__.has(e)}var v1=b1,T1=ga,S1=y1,_1=v1;function an(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new T1;++t<r;)this.add(e[t])}an.prototype.add=an.prototype.push=S1,an.prototype.has=_1;var w1=an;function C1(e,t,r,n){for(var o=e.length,s=r+(n?1:-1);n?s--:++s<o;)if(t(e[s],s,e))return s;return-1}var E1=C1;function x1(e){return e!==e}var A1=x1;function O1(e,t,r){for(var n=r-1,o=e.length;++n<o;)if(e[n]===t)return n;return-1}var $1=O1,P1=E1,I1=A1,k1=$1;function M1(e,t,r){return t===t?k1(e,t,r):P1(e,I1,r)}var D1=M1,F1=D1;function N1(e,t){var r=e==null?0:e.length;return!!r&&F1(e,t,0)>-1}var L1=N1;function j1(e,t,r){for(var n=-1,o=e==null?0:e.length;++n<o;)if(r(t,e[n]))return!0;return!1}var z1=j1;function B1(e,t){return e.has(t)}var U1=B1;function V1(){}var W1=V1;function G1(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var nl=G1,Io=qi,H1=W1,Y1=nl,q1=1/0,K1=Io&&1/Y1(new Io([,-0]))[1]==q1?function(e){return new Io(e)}:H1,J1=K1,Z1=w1,X1=L1,Q1=z1,R1=U1,eT=J1,tT=nl,rT=200;function nT(e,t,r){var n=-1,o=X1,s=e.length,i=!0,a=[],c=a;if(r)i=!1,o=Q1;else if(s>=rT){var u=t?null:eT(e);if(u)return tT(u);i=!1,o=R1,c=new Z1}else c=t?[]:a;e:for(;++n<s;){var d=e[n],f=t?t(d):d;if(d=r||d!==0?d:0,i&&f===f){for(var p=c.length;p--;)if(c[p]===f)continue e;t&&c.push(f),a.push(d)}else o(c,f,r)||(c!==a&&c.push(f),a.push(d))}return a}var oT=nT,sT=h1,iT=Fa,aT=oT,lT=_a,cT=iT(function(e){return aT(sT(e,1,lT,!0))}),uT=cT;const fT=dt(uT);function dT(e,t,r,n){var o=-1,s=e==null?0:e.length;for(n&&s&&(r=e[++o]);++o<s;)r=t(r,e[o],o,e);return r}var pT=dT;function hT(e){return function(t){return e==null?void 0:e[t]}}var gT=hT,mT=gT,yT={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},bT=mT(yT),vT=bT;function TT(e,t){for(var r=-1,n=e==null?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o}var ST=TT,ol=Kr,_T=ST,wT=gr,CT=aa,sl=ol?ol.prototype:void 0,il=sl?sl.toString:void 0;function al(e){if(typeof e=="string")return e;if(wT(e))return _T(e,al)+"";if(CT(e))return il?il.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}var ET=al,xT=ET;function AT(e){return e==null?"":xT(e)}var ko=AT,OT=vT,$T=ko,PT=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,IT="\\u0300-\\u036f",kT="\\ufe20-\\ufe2f",MT="\\u20d0-\\u20ff",DT=IT+kT+MT,FT="["+DT+"]",NT=RegExp(FT,"g");function LT(e){return e=$T(e),e&&e.replace(PT,OT).replace(NT,"")}var jT=LT,zT=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function BT(e){return e.match(zT)||[]}var UT=BT,VT=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function WT(e){return VT.test(e)}var GT=WT,ll="\\ud800-\\udfff",HT="\\u0300-\\u036f",YT="\\ufe20-\\ufe2f",qT="\\u20d0-\\u20ff",KT=HT+YT+qT,cl="\\u2700-\\u27bf",ul="a-z\\xdf-\\xf6\\xf8-\\xff",JT="\\xac\\xb1\\xd7\\xf7",ZT="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",XT="\\u2000-\\u206f",QT=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",fl="A-Z\\xc0-\\xd6\\xd8-\\xde",RT="\\ufe0e\\ufe0f",dl=JT+ZT+XT+QT,pl="['’]",hl="["+dl+"]",eS="["+KT+"]",gl="\\d+",tS="["+cl+"]",ml="["+ul+"]",yl="[^"+ll+dl+gl+cl+ul+fl+"]",rS="\\ud83c[\\udffb-\\udfff]",nS="(?:"+eS+"|"+rS+")",oS="[^"+ll+"]",bl="(?:\\ud83c[\\udde6-\\uddff]){2}",vl="[\\ud800-\\udbff][\\udc00-\\udfff]",zt="["+fl+"]",sS="\\u200d",Tl="(?:"+ml+"|"+yl+")",iS="(?:"+zt+"|"+yl+")",Sl="(?:"+pl+"(?:d|ll|m|re|s|t|ve))?",_l="(?:"+pl+"(?:D|LL|M|RE|S|T|VE))?",wl=nS+"?",Cl="["+RT+"]?",aS="(?:"+sS+"(?:"+[oS,bl,vl].join("|")+")"+Cl+wl+")*",lS="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",cS="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",uS=Cl+wl+aS,fS="(?:"+[tS,bl,vl].join("|")+")"+uS,dS=RegExp([zt+"?"+ml+"+"+Sl+"(?="+[hl,zt,"$"].join("|")+")",iS+"+"+_l+"(?="+[hl,zt+Tl,"$"].join("|")+")",zt+"?"+Tl+"+"+Sl,zt+"+"+_l,cS,lS,gl,fS].join("|"),"g");function pS(e){return e.match(dS)||[]}var hS=pS,gS=UT,mS=GT,yS=ko,bS=hS;function vS(e,t,r){return e=yS(e),t=r?void 0:t,t===void 0?mS(e)?bS(e):gS(e):e.match(t)||[]}var TS=vS,SS=pT,_S=jT,wS=TS,CS="['’]",ES=RegExp(CS,"g");function xS(e){return function(t){return SS(wS(_S(t).replace(ES,"")),e,"")}}var AS=xS;function OS(e,t,r){var n=-1,o=e.length;t<0&&(t=-t>o?0:o+t),r=r>o?o:r,r<0&&(r+=o),o=t>r?0:r-t>>>0,t>>>=0;for(var s=Array(o);++n<o;)s[n]=e[n+t];return s}var $S=OS,PS=$S;function IS(e,t,r){var n=e.length;return r=r===void 0?n:r,!t&&r>=n?e:PS(e,t,r)}var kS=IS,MS="\\ud800-\\udfff",DS="\\u0300-\\u036f",FS="\\ufe20-\\ufe2f",NS="\\u20d0-\\u20ff",LS=DS+FS+NS,jS="\\ufe0e\\ufe0f",zS="\\u200d",BS=RegExp("["+zS+MS+LS+jS+"]");function US(e){return BS.test(e)}var El=US;function VS(e){return e.split("")}var WS=VS,xl="\\ud800-\\udfff",GS="\\u0300-\\u036f",HS="\\ufe20-\\ufe2f",YS="\\u20d0-\\u20ff",qS=GS+HS+YS,KS="\\ufe0e\\ufe0f",JS="["+xl+"]",Mo="["+qS+"]",Do="\\ud83c[\\udffb-\\udfff]",ZS="(?:"+Mo+"|"+Do+")",Al="[^"+xl+"]",Ol="(?:\\ud83c[\\udde6-\\uddff]){2}",$l="[\\ud800-\\udbff][\\udc00-\\udfff]",XS="\\u200d",Pl=ZS+"?",Il="["+KS+"]?",QS="(?:"+XS+"(?:"+[Al,Ol,$l].join("|")+")"+Il+Pl+")*",RS=Il+Pl+QS,e_="(?:"+[Al+Mo+"?",Mo,Ol,$l,JS].join("|")+")",t_=RegExp(Do+"(?="+Do+")|"+e_+RS,"g");function r_(e){return e.match(t_)||[]}var n_=r_,o_=WS,s_=El,i_=n_;function a_(e){return s_(e)?i_(e):o_(e)}var l_=a_,c_=kS,u_=El,f_=l_,d_=ko;function p_(e){return function(t){t=d_(t);var r=u_(t)?f_(t):void 0,n=r?r[0]:t.charAt(0),o=r?c_(r,1).join(""):t.slice(1);return n[e]()+o}}var h_=p_,g_=h_,m_=g_("toUpperCase"),y_=m_,b_=AS,v_=y_,T_=b_(function(e,t,r){return e+(r?" ":"")+v_(t)}),S_=T_;const __=dt(S_);var w_=Math.ceil,C_=Math.max;function E_(e,t,r,n){for(var o=-1,s=C_(w_((t-e)/(r||1)),0),i=Array(s);s--;)i[n?s:++o]=e,e+=r;return i}var x_=E_,A_=ua,O_=1/0,$_=17976931348623157e292;function P_(e){if(!e)return e===0?e:0;if(e=A_(e),e===O_||e===-1/0){var t=e<0?-1:1;return t*$_}return e===e?e:0}var I_=P_,k_=x_,M_=Na,Fo=I_;function D_(e){return function(t,r,n){return n&&typeof n!="number"&&M_(t,r,n)&&(r=n=void 0),t=Fo(t),r===void 0?(r=t,t=0):r=Fo(r),n=n===void 0?t<r?1:-1:Fo(n),k_(t,r,n,e)}}var F_=D_,N_=F_,L_=N_(),j_=L_;const z_=dt(j_);var No={exports:{}},se={};/**
|
|
104
|
+
*/var To=_e("outline","x","IconX",[["path",{d:"M18 6l-12 12",key:"svg-0"}],["path",{d:"M6 6l12 12",key:"svg-1"}]]);function Fi(){const{error:e}=J(),[t,n]=b.useState(!1);return b.useEffect(()=>{e&&n(!0)},[e]),l.jsx(p.Modal,{opened:t,onClose:()=>n(!1),title:l.jsxs(p.Group,{children:[l.jsx(hp,{size:16,color:"red"}),l.jsx(p.Text,{children:e?e.originalError.detail||e.originalError.message:"Error"})]}),centered:!0,children:e?l.jsx(p.Text,{children:e.message}):null})}function Ni({opened:e,onClose:t,handleAccept:n,handleReject:r}){return l.jsxs(p.Modal,{opened:e,onClose:t,"aria-labelledby":"alert-dialog-title","aria-describedby":"alert-dialog-description",title:"Item löschen?",centered:!0,children:["Sind Sie Sicher, dass Sie das Item löschen wollen?",l.jsxs(p.Group,{align:"right",mt:"xl",justify:"flex-end",children:[l.jsx(p.Button,{onClick:r,variant:"default",children:"Abbrechen"}),l.jsx(p.Button,{onClick:n,color:"red",children:"Löschen"})]})]})}function wp({id:e,...t}){const{deleteEntry:n}=J(),r={bg:"transparent",size:"sm",c:"gray"},o=p.useProps("ActionIcon",r,t),[s,i]=b.useState(!1),a=()=>{i(!1)},c=async()=>{n(e),i(!1)};return l.jsxs(l.Fragment,{children:[l.jsx(p.Tooltip,{label:"Delete",children:l.jsx(p.ActionIcon,{bg:o.bg,size:o.size,c:o.c,onClick:()=>{i(!0)},children:l.jsx(vo,{})})}),l.jsx(Ni,{opened:s,onClose:a,handleAccept:c,handleReject:a})]})}function _p(e,{autoInvoke:t=!0,initialLoading:n=!1,clearDataOnRefetch:r=!1,...o}={}){const[s,i]=b.useState(null),[a,c]=b.useState(n),[u,d]=b.useState(null),f=b.useRef(null),h=b.useCallback(()=>{if(e)return r&&i(null),d(null),f.current&&f.current.abort(),f.current=new AbortController,c(!0),fetch(e,{signal:f.current.signal,...o}).then(async v=>{const g=await v.json();if(!v.ok){const S=typeof g.detail=="string"?g.detail:JSON.stringify(g.detail,null,2);throw new Error(S)}return i(g),c(!1),g}).catch(v=>(v&&v.name!=="AbortError"&&(d(v),c(!1)),v))},[e]),y=b.useCallback(()=>{var v;f.current&&((v=f.current)==null||v.abort(""),c(!1))},[]);return b.useEffect(()=>(t&&h(),()=>{f.current&&f.current.abort("")}),[h,t]),{data:s,loading:a,error:u,refetch:h,abort:y}}function Li(e){const t=b.useRef(!1);return b.useMemo(()=>e&&!t.current?(t.current=!0,!0):t.current,[e])}function Cp({children:e,cond:t}){return Li(t)?e:null}function Ep(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var st=Ep,xp=typeof jn=="object"&&jn&&jn.Object===Object&&jn,ji=xp,Ap=ji,Op=typeof self=="object"&&self&&self.Object===Object&&self,$p=Ap||Op||Function("return this")(),qe=$p,Pp=qe,Ip=function(){return Pp.Date.now()},kp=Ip,Mp=/\s/;function Dp(e){for(var t=e.length;t--&&Mp.test(e.charAt(t)););return t}var Fp=Dp,Np=Fp,Lp=/^\s+/;function jp(e){return e&&e.slice(0,Np(e)+1).replace(Lp,"")}var zp=jp,Bp=qe,Up=Bp.Symbol,Zn=Up,zi=Zn,Bi=Object.prototype,Vp=Bi.hasOwnProperty,Gp=Bi.toString,dn=zi?zi.toStringTag:void 0;function Wp(e){var t=Vp.call(e,dn),n=e[dn];try{e[dn]=void 0;var r=!0}catch{}var o=Gp.call(e);return r&&(t?e[dn]=n:delete e[dn]),o}var Hp=Wp,Yp=Object.prototype,qp=Yp.toString;function Jp(e){return qp.call(e)}var Kp=Jp,Ui=Zn,Zp=Hp,Xp=Kp,Qp="[object Null]",Rp="[object Undefined]",Vi=Ui?Ui.toStringTag:void 0;function eh(e){return e==null?e===void 0?Rp:Qp:Vi&&Vi in Object(e)?Zp(e):Xp(e)}var Dt=eh;function th(e){return e!=null&&typeof e=="object"}var Ft=th,nh=Dt,rh=Ft,oh="[object Symbol]";function sh(e){return typeof e=="symbol"||rh(e)&&nh(e)==oh}var Gi=sh,ih=zp,Wi=st,ah=Gi,Hi=NaN,lh=/^[-+]0x[0-9a-f]+$/i,ch=/^0b[01]+$/i,uh=/^0o[0-7]+$/i,fh=parseInt;function dh(e){if(typeof e=="number")return e;if(ah(e))return Hi;if(Wi(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Wi(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=ih(e);var n=ch.test(e);return n||uh.test(e)?fh(e.slice(2),n?2:8):lh.test(e)?Hi:+e}var Yi=dh,ph=st,So=kp,qi=Yi,hh="Expected a function",gh=Math.max,mh=Math.min;function yh(e,t,n){var r,o,s,i,a,c,u=0,d=!1,f=!1,h=!0;if(typeof e!="function")throw new TypeError(hh);t=qi(t)||0,ph(n)&&(d=!!n.leading,f="maxWait"in n,s=f?gh(qi(n.maxWait)||0,t):s,h="trailing"in n?!!n.trailing:h);function y(x){var L=r,G=o;return r=o=void 0,u=x,i=e.apply(G,L),i}function v(x){return u=x,a=setTimeout(E,t),d?y(x):i}function g(x){var L=x-c,G=x-u,B=t-L;return f?mh(B,s-G):B}function S(x){var L=x-c,G=x-u;return c===void 0||L>=t||L<0||f&&G>=s}function E(){var x=So();if(S(x))return P(x);a=setTimeout(E,g(x))}function P(x){return a=void 0,h&&r?y(x):(r=o=void 0,i)}function O(){a!==void 0&&clearTimeout(a),u=0,r=c=o=a=void 0}function w(){return a===void 0?i:P(So())}function C(){var x=So(),L=S(x);if(r=arguments,o=this,c=x,L){if(a===void 0)return v(c);if(f)return clearTimeout(a),a=setTimeout(E,t),y(c)}return a===void 0&&(a=setTimeout(E,t)),i}return C.cancel=O,C.flush=w,C}var bh=yh;const vh=pt(bh),Th=(e,t,n,r,o,s=300)=>{const[i,a]=b.useState(n??t);b.useEffect(()=>{a(n??t)},[n]);const c=b.useCallback(vh(f=>e(r,f),s),[e,r,s]),u=b.useCallback(f=>{const h=o(f);a(h??t),c(h)},[c,o]),d=b.useCallback(()=>{a(t),e(r,void 0)},[t,e,r]);return[i,u,d]};function wo(e){return e!=null}var Sh=Object.prototype;function wh(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||Sh;return e===n}var Xn=wh;function _h(e,t){return function(n){return e(t(n))}}var Ji=_h,Ch=Ji,Eh=Ch(Object.keys,Object),xh=Eh,Ah=Xn,Oh=xh,$h=Object.prototype,Ph=$h.hasOwnProperty;function Ih(e){if(!Ah(e))return Oh(e);var t=[];for(var n in Object(e))Ph.call(e,n)&&n!="constructor"&&t.push(n);return t}var kh=Ih,Mh=Dt,Dh=st,Fh="[object AsyncFunction]",Nh="[object Function]",Lh="[object GeneratorFunction]",jh="[object Proxy]";function zh(e){if(!Dh(e))return!1;var t=Mh(e);return t==Nh||t==Lh||t==Fh||t==jh}var _o=zh,Bh=qe,Uh=Bh["__core-js_shared__"],Vh=Uh,Co=Vh,Ki=function(){var e=/[^.]+$/.exec(Co&&Co.keys&&Co.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Gh(e){return!!Ki&&Ki in e}var Wh=Gh,Hh=Function.prototype,Yh=Hh.toString;function qh(e){if(e!=null){try{return Yh.call(e)}catch{}try{return e+""}catch{}}return""}var Zi=qh,Jh=_o,Kh=Wh,Zh=st,Xh=Zi,Qh=/[\\^$.*+?()[\]{}|]/g,Rh=/^\[object .+?Constructor\]$/,eg=Function.prototype,tg=Object.prototype,ng=eg.toString,rg=tg.hasOwnProperty,og=RegExp("^"+ng.call(rg).replace(Qh,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function sg(e){if(!Zh(e)||Kh(e))return!1;var t=Jh(e)?og:Rh;return t.test(Xh(e))}var ig=sg;function ag(e,t){return e==null?void 0:e[t]}var lg=ag,cg=ig,ug=lg;function fg(e,t){var n=ug(e,t);return cg(n)?n:void 0}var Ct=fg,dg=Ct,pg=qe,hg=dg(pg,"DataView"),gg=hg,mg=Ct,yg=qe,bg=mg(yg,"Map"),Eo=bg,vg=Ct,Tg=qe,Sg=vg(Tg,"Promise"),wg=Sg,_g=Ct,Cg=qe,Eg=_g(Cg,"Set"),Xi=Eg,xg=Ct,Ag=qe,Og=xg(Ag,"WeakMap"),$g=Og,xo=gg,Ao=Eo,Oo=wg,$o=Xi,Po=$g,Qi=Dt,Nt=Zi,Ri="[object Map]",Pg="[object Object]",ea="[object Promise]",ta="[object Set]",na="[object WeakMap]",ra="[object DataView]",Ig=Nt(xo),kg=Nt(Ao),Mg=Nt(Oo),Dg=Nt($o),Fg=Nt(Po),Et=Qi;(xo&&Et(new xo(new ArrayBuffer(1)))!=ra||Ao&&Et(new Ao)!=Ri||Oo&&Et(Oo.resolve())!=ea||$o&&Et(new $o)!=ta||Po&&Et(new Po)!=na)&&(Et=function(e){var t=Qi(e),n=t==Pg?e.constructor:void 0,r=n?Nt(n):"";if(r)switch(r){case Ig:return ra;case kg:return Ri;case Mg:return ea;case Dg:return ta;case Fg:return na}return t});var Ng=Et,Lg=Dt,jg=Ft,zg="[object Arguments]";function Bg(e){return jg(e)&&Lg(e)==zg}var Ug=Bg,oa=Ug,Vg=Ft,sa=Object.prototype,Gg=sa.hasOwnProperty,Wg=sa.propertyIsEnumerable,Hg=oa(function(){return arguments}())?oa:function(e){return Vg(e)&&Gg.call(e,"callee")&&!Wg.call(e,"callee")},Qn=Hg,Yg=Array.isArray,pn=Yg,qg=9007199254740991;function Jg(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=qg}var ia=Jg,Kg=_o,Zg=ia;function Xg(e){return e!=null&&Zg(e.length)&&!Kg(e)}var Rn=Xg,er={exports:{}};function Qg(){return!1}var Rg=Qg;er.exports,function(e,t){var n=qe,r=Rg,o=t&&!t.nodeType&&t,s=o&&!0&&e&&!e.nodeType&&e,i=s&&s.exports===o,a=i?n.Buffer:void 0,c=a?a.isBuffer:void 0,u=c||r;e.exports=u}(er,er.exports);var Io=er.exports,em=Dt,tm=ia,nm=Ft,rm="[object Arguments]",om="[object Array]",sm="[object Boolean]",im="[object Date]",am="[object Error]",lm="[object Function]",cm="[object Map]",um="[object Number]",fm="[object Object]",dm="[object RegExp]",pm="[object Set]",hm="[object String]",gm="[object WeakMap]",mm="[object ArrayBuffer]",ym="[object DataView]",bm="[object Float32Array]",vm="[object Float64Array]",Tm="[object Int8Array]",Sm="[object Int16Array]",wm="[object Int32Array]",_m="[object Uint8Array]",Cm="[object Uint8ClampedArray]",Em="[object Uint16Array]",xm="[object Uint32Array]",de={};de[bm]=de[vm]=de[Tm]=de[Sm]=de[wm]=de[_m]=de[Cm]=de[Em]=de[xm]=!0,de[rm]=de[om]=de[mm]=de[sm]=de[ym]=de[im]=de[am]=de[lm]=de[cm]=de[um]=de[fm]=de[dm]=de[pm]=de[hm]=de[gm]=!1;function Am(e){return nm(e)&&tm(e.length)&&!!de[em(e)]}var Om=Am;function $m(e){return function(t){return e(t)}}var Pm=$m,tr={exports:{}};tr.exports,function(e,t){var n=ji,r=t&&!t.nodeType&&t,o=r&&!0&&e&&!e.nodeType&&e,s=o&&o.exports===r,i=s&&n.process,a=function(){try{var c=o&&o.require&&o.require("util").types;return c||i&&i.binding&&i.binding("util")}catch{}}();e.exports=a}(tr,tr.exports);var Im=tr.exports,km=Om,Mm=Pm,aa=Im,la=aa&&aa.isTypedArray,Dm=la?Mm(la):km,ko=Dm,Fm=kh,Nm=Ng,Lm=Qn,jm=pn,zm=Rn,Bm=Io,Um=Xn,Vm=ko,Gm="[object Map]",Wm="[object Set]",Hm=Object.prototype,Ym=Hm.hasOwnProperty;function qm(e){if(e==null)return!0;if(zm(e)&&(jm(e)||typeof e=="string"||typeof e.splice=="function"||Bm(e)||Vm(e)||Lm(e)))return!e.length;var t=Nm(e);if(t==Gm||t==Wm)return!e.size;if(Um(e))return!Fm(e).length;for(var n in e)if(Ym.call(e,n))return!1;return!0}var Jm=qm;const ca=pt(Jm),ua=(e,t,n,r,o,s,i)=>e.map((a,c)=>l.jsx(p.Grid.Col,{span:o==="row"?12/e.length:12,style:{alignContent:"end"},children:l.jsx(te.JsonFormsDispatch,{uischema:a,schema:t,path:n,enabled:r,renderers:s,cells:i})},`${n}-${c}`)),Km=({elements:e,schema:t,path:n,enabled:r,direction:o,renderers:s,cells:i})=>ca(e)?null:l.jsx(p.Grid,{spacing:o==="row"?2:0,children:ua(e,t,n,r,o,s,i)}),Mo=b.memo(Km),Zm=e=>function(n){const r=te.useJsonForms(),o=U.getAjv({jsonforms:{...r}});return l.jsx(e,{...n,ajv:o})};function Do(e){return new Date(e.getTime()-e.getTimezoneOffset()*6e4).toISOString()}function fa(e){const t=new Date(e);return new Date(t.getTime()+t.getTimezoneOffset()*6e4)}function Xm(e,{data:t,onChange:n}){return e?{checked:t||!1,onChange:r=>n(r.target.checked)}:{data:[{value:String(!0),label:"True"},{value:String(!1),label:"False"}],value:wo(t)?String(t):null,onChange:r=>n(wo(r)?r===String(!0):void 0)}}function it(e={}){const t=p.useProps("__",{},{});return{label:e.label,description:e.description,required:e.required,disabled:!e.enabled,onChange:n=>e.handleChange(e.path,n??(t.setNull?e.schema.type==="array"?[]:null:void 0)),error:e.errors?e.errors.split(`
|
|
105
|
+
`).map(n=>l.jsx("span",{style:{display:"block"},children:n},n)):void 0}}function Je(e,t,n,r){const{specialKey:o}=J(),s=p.useProps(o.all,{},{}),i=p.useProps(e,{},{}),a=p.useProps(t,{},{}),{component:c,props:u}=b.useMemo(()=>Nn(s,i,a),[i,s,a]);return[Xs(c,{componentProps:n,jsonFormsProps:r}),{...n,...Xs(u,{componentProps:n,jsonFormsProps:r})}]}const da=Object.freeze({left:0,top:0,width:16,height:16}),nr=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),Fo=Object.freeze({...da,...nr}),No=Object.freeze({...Fo,body:"",hidden:!1});function Qm(e,t){const n={};!e.hFlip!=!t.hFlip&&(n.hFlip=!0),!e.vFlip!=!t.vFlip&&(n.vFlip=!0);const r=((e.rotate||0)+(t.rotate||0))%4;return r&&(n.rotate=r),n}function pa(e,t){const n=Qm(e,t);for(const r in No)r in nr?r in e&&!(r in n)&&(n[r]=nr[r]):r in t?n[r]=t[r]:r in e&&(n[r]=e[r]);return n}function Rm(e,t){const n=e.icons,r=e.aliases||Object.create(null),o=Object.create(null);function s(i){if(n[i])return o[i]=[];if(!(i in o)){o[i]=null;const a=r[i]&&r[i].parent,c=a&&s(a);c&&(o[i]=[a].concat(c))}return o[i]}return Object.keys(n).concat(Object.keys(r)).forEach(s),o}function ey(e,t,n){const r=e.icons,o=e.aliases||Object.create(null);let s={};function i(a){s=pa(r[a]||o[a],s)}return i(t),n.forEach(i),pa(e,s)}function ha(e,t){const n=[];if(typeof e!="object"||typeof e.icons!="object")return n;e.not_found instanceof Array&&e.not_found.forEach(o=>{t(o,null),n.push(o)});const r=Rm(e);for(const o in r){const s=r[o];s&&(t(o,ey(e,o,s)),n.push(o))}return n}const ty={provider:"",aliases:{},not_found:{},...da};function Lo(e,t){for(const n in t)if(n in e&&typeof e[n]!=typeof t[n])return!1;return!0}function ga(e){if(typeof e!="object"||e===null)return null;const t=e;if(typeof t.prefix!="string"||!e.icons||typeof e.icons!="object"||!Lo(e,ty))return null;const n=t.icons;for(const o in n){const s=n[o];if(!o||typeof s.body!="string"||!Lo(s,No))return null}const r=t.aliases||Object.create(null);for(const o in r){const s=r[o],i=s.parent;if(!o||typeof i!="string"||!n[i]&&!r[i]||!Lo(s,No))return null}return t}const ma=/^[a-z0-9]+(-[a-z0-9]+)*$/,rr=(e,t,n,r="")=>{const o=e.split(":");if(e.slice(0,1)==="@"){if(o.length<2||o.length>3)return null;r=o.shift().slice(1)}if(o.length>3||!o.length)return null;if(o.length>1){const a=o.pop(),c=o.pop(),u={provider:o.length>0?o[0]:r,prefix:c,name:a};return t&&!or(u)?null:u}const s=o[0],i=s.split("-");if(i.length>1){const a={provider:r,prefix:i.shift(),name:i.join("-")};return t&&!or(a)?null:a}if(n&&r===""){const a={provider:r,prefix:"",name:s};return t&&!or(a,n)?null:a}return null},or=(e,t)=>e?!!((t&&e.prefix===""||e.prefix)&&e.name):!1,ya=Object.create(null);function ny(e,t){return{provider:e,prefix:t,icons:Object.create(null),missing:new Set}}function Lt(e,t){const n=ya[e]||(ya[e]=Object.create(null));return n[t]||(n[t]=ny(e,t))}function ba(e,t){return ga(t)?ha(t,(n,r)=>{r?e.icons[n]=r:e.missing.add(n)}):[]}function ry(e,t,n){try{if(typeof n.body=="string")return e.icons[t]={...n},!0}catch{}return!1}let hn=!1;function va(e){return typeof e=="boolean"&&(hn=e),hn}function Ta(e){const t=typeof e=="string"?rr(e,!0,hn):e;if(t){const n=Lt(t.provider,t.prefix),r=t.name;return n.icons[r]||(n.missing.has(r)?null:void 0)}}function oy(e,t){const n=rr(e,!0,hn);if(!n)return!1;const r=Lt(n.provider,n.prefix);return t?ry(r,n.name,t):(r.missing.add(n.name),!0)}function sy(e,t){if(typeof e!="object")return!1;if(typeof t!="string"&&(t=e.provider||""),hn&&!t&&!e.prefix){let o=!1;return ga(e)&&(e.prefix="",ha(e,(s,i)=>{oy(s,i)&&(o=!0)})),o}const n=e.prefix;if(!or({prefix:n,name:"a"}))return!1;const r=Lt(t,n);return!!ba(r,e)}const Sa=Object.freeze({width:null,height:null}),wa=Object.freeze({...Sa,...nr}),iy=/(-?[0-9.]*[0-9]+[0-9.]*)/g,ay=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function _a(e,t,n){if(t===1)return e;if(n=n||100,typeof e=="number")return Math.ceil(e*t*n)/n;if(typeof e!="string")return e;const r=e.split(iy);if(r===null||!r.length)return e;const o=[];let s=r.shift(),i=ay.test(s);for(;;){if(i){const a=parseFloat(s);isNaN(a)?o.push(s):o.push(Math.ceil(a*t*n)/n)}else o.push(s);if(s=r.shift(),s===void 0)return o.join("");i=!i}}function ly(e,t="defs"){let n="";const r=e.indexOf("<"+t);for(;r>=0;){const o=e.indexOf(">",r),s=e.indexOf("</"+t);if(o===-1||s===-1)break;const i=e.indexOf(">",s);if(i===-1)break;n+=e.slice(o+1,s).trim(),e=e.slice(0,r).trim()+e.slice(i+1)}return{defs:n,content:e}}function cy(e,t){return e?"<defs>"+e+"</defs>"+t:t}function uy(e,t,n){const r=ly(e);return cy(r.defs,t+r.content+n)}const fy=e=>e==="unset"||e==="undefined"||e==="none";function dy(e,t){const n={...Fo,...e},r={...wa,...t},o={left:n.left,top:n.top,width:n.width,height:n.height};let s=n.body;[n,r].forEach(g=>{const S=[],E=g.hFlip,P=g.vFlip;let O=g.rotate;E?P?O+=2:(S.push("translate("+(o.width+o.left).toString()+" "+(0-o.top).toString()+")"),S.push("scale(-1 1)"),o.top=o.left=0):P&&(S.push("translate("+(0-o.left).toString()+" "+(o.height+o.top).toString()+")"),S.push("scale(1 -1)"),o.top=o.left=0);let w;switch(O<0&&(O-=Math.floor(O/4)*4),O=O%4,O){case 1:w=o.height/2+o.top,S.unshift("rotate(90 "+w.toString()+" "+w.toString()+")");break;case 2:S.unshift("rotate(180 "+(o.width/2+o.left).toString()+" "+(o.height/2+o.top).toString()+")");break;case 3:w=o.width/2+o.left,S.unshift("rotate(-90 "+w.toString()+" "+w.toString()+")");break}O%2===1&&(o.left!==o.top&&(w=o.left,o.left=o.top,o.top=w),o.width!==o.height&&(w=o.width,o.width=o.height,o.height=w)),S.length&&(s=uy(s,'<g transform="'+S.join(" ")+'">',"</g>"))});const i=r.width,a=r.height,c=o.width,u=o.height;let d,f;i===null?(f=a===null?"1em":a==="auto"?u:a,d=_a(f,c/u)):(d=i==="auto"?c:i,f=a===null?_a(d,u/c):a==="auto"?u:a);const h={},y=(g,S)=>{fy(S)||(h[g]=S.toString())};y("width",d),y("height",f);const v=[o.left,o.top,c,u];return h.viewBox=v.join(" "),{attributes:h,viewBox:v,body:s}}const py=/\sid="(\S+)"/g,hy="IconifyId"+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);let gy=0;function my(e,t=hy){const n=[];let r;for(;r=py.exec(e);)n.push(r[1]);if(!n.length)return e;const o="suffix"+(Math.random()*16777216|Date.now()).toString(16);return n.forEach(s=>{const i=typeof t=="function"?t(s):t+(gy++).toString(),a=s.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");e=e.replace(new RegExp('([#;"])('+a+')([")]|\\.[a-z])',"g"),"$1"+i+o+"$3")}),e=e.replace(new RegExp(o,"g"),""),e}const jo=Object.create(null);function yy(e,t){jo[e]=t}function zo(e){return jo[e]||jo[""]}function Bo(e){let t;if(typeof e.resources=="string")t=[e.resources];else if(t=e.resources,!(t instanceof Array)||!t.length)return null;return{resources:t,path:e.path||"/",maxURL:e.maxURL||500,rotate:e.rotate||750,timeout:e.timeout||5e3,random:e.random===!0,index:e.index||0,dataAfterTimeout:e.dataAfterTimeout!==!1}}const Uo=Object.create(null),gn=["https://api.simplesvg.com","https://api.unisvg.com"],sr=[];for(;gn.length>0;)gn.length===1||Math.random()>.5?sr.push(gn.shift()):sr.push(gn.pop());Uo[""]=Bo({resources:["https://api.iconify.design"].concat(sr)});function by(e,t){const n=Bo(t);return n===null?!1:(Uo[e]=n,!0)}function Vo(e){return Uo[e]}let Ca=(()=>{let e;try{if(e=fetch,typeof e=="function")return e}catch{}})();function vy(e,t){const n=Vo(e);if(!n)return 0;let r;if(!n.maxURL)r=0;else{let o=0;n.resources.forEach(i=>{o=Math.max(o,i.length)});const s=t+".json?icons=";r=n.maxURL-o-n.path.length-s.length}return r}function Ty(e){return e===404}const Sy=(e,t,n)=>{const r=[],o=vy(e,t),s="icons";let i={type:s,provider:e,prefix:t,icons:[]},a=0;return n.forEach((c,u)=>{a+=c.length+1,a>=o&&u>0&&(r.push(i),i={type:s,provider:e,prefix:t,icons:[]},a=c.length),i.icons.push(c)}),r.push(i),r};function wy(e){if(typeof e=="string"){const t=Vo(e);if(t)return t.path}return"/"}const _y={prepare:Sy,send:(e,t,n)=>{if(!Ca){n("abort",424);return}let r=wy(t.provider);switch(t.type){case"icons":{const s=t.prefix,a=t.icons.join(","),c=new URLSearchParams({icons:a});r+=s+".json?"+c.toString();break}case"custom":{const s=t.uri;r+=s.slice(0,1)==="/"?s.slice(1):s;break}default:n("abort",400);return}let o=503;Ca(e+r).then(s=>{const i=s.status;if(i!==200){setTimeout(()=>{n(Ty(i)?"abort":"next",i)});return}return o=501,s.json()}).then(s=>{if(typeof s!="object"||s===null){setTimeout(()=>{s===404?n("abort",s):n("next",o)});return}setTimeout(()=>{n("success",s)})}).catch(()=>{n("next",o)})}};function Cy(e){const t={loaded:[],missing:[],pending:[]},n=Object.create(null);e.sort((o,s)=>o.provider!==s.provider?o.provider.localeCompare(s.provider):o.prefix!==s.prefix?o.prefix.localeCompare(s.prefix):o.name.localeCompare(s.name));let r={provider:"",prefix:"",name:""};return e.forEach(o=>{if(r.name===o.name&&r.prefix===o.prefix&&r.provider===o.provider)return;r=o;const s=o.provider,i=o.prefix,a=o.name,c=n[s]||(n[s]=Object.create(null)),u=c[i]||(c[i]=Lt(s,i));let d;a in u.icons?d=t.loaded:i===""||u.missing.has(a)?d=t.missing:d=t.pending;const f={provider:s,prefix:i,name:a};d.push(f)}),t}function Ea(e,t){e.forEach(n=>{const r=n.loaderCallbacks;r&&(n.loaderCallbacks=r.filter(o=>o.id!==t))})}function Ey(e){e.pendingCallbacksFlag||(e.pendingCallbacksFlag=!0,setTimeout(()=>{e.pendingCallbacksFlag=!1;const t=e.loaderCallbacks?e.loaderCallbacks.slice(0):[];if(!t.length)return;let n=!1;const r=e.provider,o=e.prefix;t.forEach(s=>{const i=s.icons,a=i.pending.length;i.pending=i.pending.filter(c=>{if(c.prefix!==o)return!0;const u=c.name;if(e.icons[u])i.loaded.push({provider:r,prefix:o,name:u});else if(e.missing.has(u))i.missing.push({provider:r,prefix:o,name:u});else return n=!0,!0;return!1}),i.pending.length!==a&&(n||Ea([e],s.id),s.callback(i.loaded.slice(0),i.missing.slice(0),i.pending.slice(0),s.abort))})}))}let xy=0;function Ay(e,t,n){const r=xy++,o=Ea.bind(null,n,r);if(!t.pending.length)return o;const s={id:r,icons:t,callback:e,abort:o};return n.forEach(i=>{(i.loaderCallbacks||(i.loaderCallbacks=[])).push(s)}),o}function Oy(e,t=!0,n=!1){const r=[];return e.forEach(o=>{const s=typeof o=="string"?rr(o,t,n):o;s&&r.push(s)}),r}var $y={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function Py(e,t,n,r){const o=e.resources.length,s=e.random?Math.floor(Math.random()*o):e.index;let i;if(e.random){let x=e.resources.slice(0);for(i=[];x.length>1;){const L=Math.floor(Math.random()*x.length);i.push(x[L]),x=x.slice(0,L).concat(x.slice(L+1))}i=i.concat(x)}else i=e.resources.slice(s).concat(e.resources.slice(0,s));const a=Date.now();let c="pending",u=0,d,f=null,h=[],y=[];typeof r=="function"&&y.push(r);function v(){f&&(clearTimeout(f),f=null)}function g(){c==="pending"&&(c="aborted"),v(),h.forEach(x=>{x.status==="pending"&&(x.status="aborted")}),h=[]}function S(x,L){L&&(y=[]),typeof x=="function"&&y.push(x)}function E(){return{startTime:a,payload:t,status:c,queriesSent:u,queriesPending:h.length,subscribe:S,abort:g}}function P(){c="failed",y.forEach(x=>{x(void 0,d)})}function O(){h.forEach(x=>{x.status==="pending"&&(x.status="aborted")}),h=[]}function w(x,L,G){const B=L!=="success";switch(h=h.filter(m=>m!==x),c){case"pending":break;case"failed":if(B||!e.dataAfterTimeout)return;break;default:return}if(L==="abort"){d=G,P();return}if(B){d=G,h.length||(i.length?C():P());return}if(v(),O(),!e.random){const m=e.resources.indexOf(x.resource);m!==-1&&m!==e.index&&(e.index=m)}c="completed",y.forEach(m=>{m(G)})}function C(){if(c!=="pending")return;v();const x=i.shift();if(x===void 0){if(h.length){f=setTimeout(()=>{v(),c==="pending"&&(O(),P())},e.timeout);return}P();return}const L={status:"pending",resource:x,callback:(G,B)=>{w(L,G,B)}};h.push(L),u++,f=setTimeout(C,e.rotate),n(x,t,L.callback)}return setTimeout(C),E}function xa(e){const t={...$y,...e};let n=[];function r(){n=n.filter(a=>a().status==="pending")}function o(a,c,u){const d=Py(t,a,c,(f,h)=>{r(),u&&u(f,h)});return n.push(d),d}function s(a){return n.find(c=>a(c))||null}return{query:o,find:s,setIndex:a=>{t.index=a},getIndex:()=>t.index,cleanup:r}}function Aa(){}const Go=Object.create(null);function Iy(e){if(!Go[e]){const t=Vo(e);if(!t)return;const n=xa(t),r={config:t,redundancy:n};Go[e]=r}return Go[e]}function ky(e,t,n){let r,o;if(typeof e=="string"){const s=zo(e);if(!s)return n(void 0,424),Aa;o=s.send;const i=Iy(e);i&&(r=i.redundancy)}else{const s=Bo(e);if(s){r=xa(s);const i=e.resources?e.resources[0]:"",a=zo(i);a&&(o=a.send)}}return!r||!o?(n(void 0,424),Aa):r.query(t,o,n)().abort}function Oa(){}function My(e){e.iconsLoaderFlag||(e.iconsLoaderFlag=!0,setTimeout(()=>{e.iconsLoaderFlag=!1,Ey(e)}))}function Dy(e){const t=[],n=[];return e.forEach(r=>{(r.match(ma)?t:n).push(r)}),{valid:t,invalid:n}}function mn(e,t,n){function r(){const o=e.pendingIcons;t.forEach(s=>{o&&o.delete(s),e.icons[s]||e.missing.add(s)})}if(n&&typeof n=="object")try{if(!ba(e,n).length){r();return}}catch(o){console.error(o)}r(),My(e)}function $a(e,t){e instanceof Promise?e.then(n=>{t(n)}).catch(()=>{t(null)}):t(e)}function Fy(e,t){e.iconsToLoad?e.iconsToLoad=e.iconsToLoad.concat(t).sort():e.iconsToLoad=t,e.iconsQueueFlag||(e.iconsQueueFlag=!0,setTimeout(()=>{e.iconsQueueFlag=!1;const{provider:n,prefix:r}=e,o=e.iconsToLoad;if(delete e.iconsToLoad,!o||!o.length)return;const s=e.loadIcon;if(e.loadIcons&&(o.length>1||!s)){$a(e.loadIcons(o,r,n),d=>{mn(e,o,d)});return}if(s){o.forEach(d=>{const f=s(d,r,n);$a(f,h=>{const y=h?{prefix:r,icons:{[d]:h}}:null;mn(e,[d],y)})});return}const{valid:i,invalid:a}=Dy(o);if(a.length&&mn(e,a,null),!i.length)return;const c=r.match(ma)?zo(n):null;if(!c){mn(e,i,null);return}c.prepare(n,r,i).forEach(d=>{ky(n,d,f=>{mn(e,d.icons,f)})})}))}const Ny=(e,t)=>{const n=Oy(e,!0,va()),r=Cy(n);if(!r.pending.length){let c=!0;return t&&setTimeout(()=>{c&&t(r.loaded,r.missing,r.pending,Oa)}),()=>{c=!1}}const o=Object.create(null),s=[];let i,a;return r.pending.forEach(c=>{const{provider:u,prefix:d}=c;if(d===a&&u===i)return;i=u,a=d,s.push(Lt(u,d));const f=o[u]||(o[u]=Object.create(null));f[d]||(f[d]=[])}),r.pending.forEach(c=>{const{provider:u,prefix:d,name:f}=c,h=Lt(u,d),y=h.pendingIcons||(h.pendingIcons=new Set);y.has(f)||(y.add(f),o[u][d].push(f))}),s.forEach(c=>{const u=o[c.provider][c.prefix];u.length&&Fy(c,u)}),t?Ay(t,r,s):Oa};function Ly(e,t){const n={...e};for(const r in t){const o=t[r],s=typeof o;r in Sa?(o===null||o&&(s==="string"||s==="number"))&&(n[r]=o):s===typeof n[r]&&(n[r]=r==="rotate"?o%4:o)}return n}const jy=/[\s,]+/;function zy(e,t){t.split(jy).forEach(n=>{switch(n.trim()){case"horizontal":e.hFlip=!0;break;case"vertical":e.vFlip=!0;break}})}function By(e,t=0){const n=e.replace(/^-?[0-9.]*/,"");function r(o){for(;o<0;)o+=4;return o%4}if(n===""){const o=parseInt(e);return isNaN(o)?0:r(o)}else if(n!==e){let o=0;switch(n){case"%":o=25;break;case"deg":o=90}if(o){let s=parseFloat(e.slice(0,e.length-n.length));return isNaN(s)?0:(s=s/o,s%1===0?r(s):0)}}return t}function Uy(e,t){let n=e.indexOf("xlink:")===-1?"":' xmlns:xlink="http://www.w3.org/1999/xlink"';for(const r in t)n+=" "+r+'="'+t[r]+'"';return'<svg xmlns="http://www.w3.org/2000/svg"'+n+">"+e+"</svg>"}function Vy(e){return e.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/</g,"%3C").replace(/>/g,"%3E").replace(/\s+/g," ")}function Gy(e){return"data:image/svg+xml,"+Vy(e)}function Wy(e){return'url("'+Gy(e)+'")'}let yn;function Hy(){try{yn=window.trustedTypes.createPolicy("iconify",{createHTML:e=>e})}catch{yn=null}}function Yy(e){return yn===void 0&&Hy(),yn?yn.createHTML(e):e}const Pa={...wa,inline:!1},qy={xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink","aria-hidden":!0,role:"img"},Jy={display:"inline-block"},Wo={backgroundColor:"currentColor"},Ia={backgroundColor:"transparent"},ka={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},Ma={WebkitMask:Wo,mask:Wo,background:Ia};for(const e in Ma){const t=Ma[e];for(const n in ka)t[e+n]=ka[n]}const Ky={...Pa,inline:!0};function Da(e){return e+(e.match(/^[-0-9.]+$/)?"px":"")}const Zy=(e,t,n)=>{const r=t.inline?Ky:Pa,o=Ly(r,t),s=t.mode||"svg",i={},a=t.style||{},c={...s==="svg"?qy:{}};if(n){const S=rr(n,!1,!0);if(S){const E=["iconify"],P=["provider","prefix"];for(const O of P)S[O]&&E.push("iconify--"+S[O]);c.className=E.join(" ")}}for(let S in t){const E=t[S];if(E!==void 0)switch(S){case"icon":case"style":case"children":case"onLoad":case"mode":case"ssr":break;case"_ref":c.ref=E;break;case"className":c[S]=(c[S]?c[S]+" ":"")+E;break;case"inline":case"hFlip":case"vFlip":o[S]=E===!0||E==="true"||E===1;break;case"flip":typeof E=="string"&&zy(o,E);break;case"color":i.color=E;break;case"rotate":typeof E=="string"?o[S]=By(E):typeof E=="number"&&(o[S]=E);break;case"ariaHidden":case"aria-hidden":E!==!0&&E!=="true"&&delete c["aria-hidden"];break;default:r[S]===void 0&&(c[S]=E)}}const u=dy(e,o),d=u.attributes;if(o.inline&&(i.verticalAlign="-0.125em"),s==="svg"){c.style={...i,...a},Object.assign(c,d);let S=0,E=t.id;return typeof E=="string"&&(E=E.replace(/-/g,"_")),c.dangerouslySetInnerHTML={__html:Yy(my(u.body,E?()=>E+"ID"+S++:"iconifyReact"))},b.createElement("svg",c)}const{body:f,width:h,height:y}=e,v=s==="mask"||(s==="bg"?!1:f.indexOf("currentColor")!==-1),g=Uy(f,{...d,width:h+"",height:y+""});return c.style={...i,"--svg":Wy(g),width:Da(d.width),height:Da(d.height),...Jy,...v?Wo:Ia,...a},b.createElement("span",c)};if(va(!0),yy("",_y),typeof document<"u"&&typeof window<"u"){const e=window;if(e.IconifyPreload!==void 0){const t=e.IconifyPreload,n="Invalid IconifyPreload syntax.";typeof t=="object"&&t!==null&&(t instanceof Array?t:[t]).forEach(r=>{try{(typeof r!="object"||r===null||r instanceof Array||typeof r.icons!="object"||typeof r.prefix!="string"||!sy(r))&&console.error(n)}catch{console.error(n)}})}if(e.IconifyProviders!==void 0){const t=e.IconifyProviders;if(typeof t=="object"&&t!==null)for(let n in t){const r="IconifyProviders["+n+"] is invalid.";try{const o=t[n];if(typeof o!="object"||!o||o.resources===void 0)continue;by(n,o)||console.error(r)}catch{console.error(r)}}}}function Fa(e){const[t,n]=b.useState(!!e.ssr),[r,o]=b.useState({});function s(y){if(y){const v=e.icon;if(typeof v=="object")return{name:"",data:v};const g=Ta(v);if(g)return{name:v,data:g}}return{name:""}}const[i,a]=b.useState(s(!!e.ssr));function c(){const y=r.callback;y&&(y(),o({}))}function u(y){if(JSON.stringify(i)!==JSON.stringify(y))return c(),a(y),!0}function d(){var y;const v=e.icon;if(typeof v=="object"){u({name:"",data:v});return}const g=Ta(v);if(u({name:v,data:g}))if(g===void 0){const S=Ny([v],d);o({callback:S})}else g&&((y=e.onLoad)===null||y===void 0||y.call(e,v))}b.useEffect(()=>(n(!0),c),[]),b.useEffect(()=>{t&&d()},[e.icon,t]);const{name:f,data:h}=i;return h?Zy({...Fo,...h},e,f):e.children?e.children:b.createElement("span",{})}const Na=b.forwardRef((e,t)=>Fa({...e,_ref:t}));b.forwardRef((e,t)=>Fa({inline:!0,...e,_ref:t}));function ir(e,t,{data:n,toggle:r,onChange:o}){const s=p.useMantineTheme(),i={valueFormat:e==="date"?"DD.MM.YYYY":t?"DD.MM.YYYY HH:mm (UTC)":"DD.MM.YYYY HH:mm",value:n?e==="date"||t?fa(n):new Date(n):null,clearable:!0,onChange:a=>{a&&(e==="date"?a=Do(a).split("T")[0]:t?a=Do(a):a=a.toISOString()),o(a||void 0)}};return e!=="date"&&(i.placeholder=t?"DD.MM.YYYY HH:mm (UTC)":"DD.MM.YYYY HH:mm",i.rightSection=l.jsxs(p.Group,{gap:"0.25rem",wrap:"nowrap",children:[l.jsx(p.CloseButton,{variant:"transparent",size:"sm",onClick:()=>o(void 0),style:{visibility:n?void 0:"hidden"}}),l.jsx(p.CloseButton,{title:t?"UTC":"Local",variant:"subtle",size:"sm",onClick:()=>{r(),n&&o(void 0)},icon:l.jsx(Na,{icon:"tabler:timezone",color:t?s.primaryColor:"gray"})})]}),i.rightSectionWidth="3.75rem"),i}function Xy({data:e,onChange:t}){const[n,r]=b.useState(""),o=b.useMemo(()=>e?typeof e=="object"?JSON.stringify(e,null,2):e:"",[e]);return b.useEffect(()=>{r(o)},[o]),{autosize:!0,minRows:4,maxRows:12,validationError:"Invalid JSON",formatOnBlur:!0,value:n,onBlur:()=>{if(!n){t(void 0);return}try{const s=JSON.parse(n);t(s)}catch{}},onChange:r}}function Ho(e,t){return{data:b.useMemo(()=>t.oneOf?t.oneOf.map(r=>({value:r.const,label:r.title})):t.enum,[t.enum,t.oneOf]),value:e||null,searchable:!0}}function Qy(e,t,{onChange:n}){const r=Ho(e,t);return{...r,value:r.value||[],onChange:o=>o.length?n(o):n(void 0)}}function Ry(e,{data:t,onChange:n}){return{value:t||"",allowDecimal:!0,hideControls:!0,onChange:r=>n(r||void 0)}}function e0({data:e,onChange:t}){return{value:e||"",onChange:n=>t(n.target.value||void 0)}}function La(e){const t=it(e),{path:n,data:r,schema:o}=e,s=b.useMemo(()=>o.format==="checkbox",[o.format]),i=Xm(s,{data:r,onChange:t.onChange}),a=b.useMemo(()=>({...t,...i}),[i,t]),[c,u]=Je("Boolean",n,a,e);return c===void 0?s?l.jsx(p.Checkbox,{...u}):l.jsx(p.Select,{...u}):c}function ja(e){const t=it(e),{path:n,data:r}=e,o=ir("date",!1,{data:r,toggle:()=>null,onChange:t.onChange}),[,{initialUTC:s}]=Je("Date",n,{...t,...o},e),[i,{toggle:a}]=fe.useDisclosure(s),c=ir("date",i,{data:r,toggle:a,onChange:t.onChange}),u=b.useMemo(()=>({...t,...c}),[t,c]),[d,f]=Je("Date",n,u,e);return d===void 0?l.jsx($t.DateInput,{...f}):d}function za(e){const t=it(e),{path:n,data:r}=e,o=ir("date-time",!1,{data:r,toggle:()=>null,onChange:t.onChange}),[,{initialUTC:s}]=Je("DateTime",n,{...t,...o},e),[i,{toggle:a}]=fe.useDisclosure(s),c=ir("date-time",i,{data:r,toggle:a,onChange:t.onChange}),u=b.useMemo(()=>({...t,...c}),[t,c]),[d,f]=Je("DateTime",n,u,e);return d===void 0?l.jsx($t.DateTimePicker,{...f}):d}function Ba(e){const t=it(e),{path:n,data:r}=e,o=Ho(r,e.schema),s=b.useMemo(()=>({...t,...o}),[t,o]),[i,a]=Je("Enum",n,s,e);return i===void 0?l.jsx(p.Select,{...a}):i}function t0(e){const t=it(e),{path:n,data:r}=e,o=Xy({data:r,onChange:t.onChange}),s=b.useMemo(()=>({...t,...o}),[t,o]),[i,a]=Je("Text",n,s,e);return i===void 0?l.jsx(p.JsonInput,{...a}):i}function ar(e){const t=it(e),{path:n,data:r}=e,o=Ry("number",{data:r,onChange:t.onChange}),s=b.useMemo(()=>({...t,...o}),[t,o]),[i,a]=Je("Number",n,s,e);return i===void 0?l.jsx(p.NumberInput,{...a}):i}function Ua(e){const t=it(e),{path:n,data:r,schema:o}=e,s=Ho(r,o),i=b.useMemo(()=>{var h;const d=r===null,f=(h=t.error)==null?void 0:h.filter(y=>y.key==="is a required property"||!d?y:!1);return f!=null&&f.length?{error:f}:{error:d&&t.required?"is a required property":void 0}},[t.error,t.required,r]),a=b.useMemo(()=>({...t,...s,...i}),[t,i,s]),[c,u]=Je("OneOfEnum",n,a,e);return c===void 0?l.jsx(p.Select,{...u}):c}function Va(e){const t=it(e),{path:n,data:r}=e,o=e0({data:r,onChange:t.onChange}),s=b.useMemo(()=>({...t,...o}),[t,o]),[i,a]=Je("Text",n,s,e);return i===void 0?l.jsx(p.TextInput,{...a}):i}const n0=e=>l.jsx(La,{...e}),Ga=U.rankWith(1,U.isBooleanControl),Wa=te.withJsonFormsCellProps(n0),r0=e=>l.jsx(ja,{...e}),Ha=U.rankWith(1,U.isDateControl),Ya=te.withJsonFormsCellProps(r0),o0=e=>l.jsx(za,{...e}),qa=U.rankWith(1,U.isDateTimeControl),Ja=te.withJsonFormsControlProps(o0),s0=e=>l.jsx(Ba,{...e}),Ka=U.rankWith(2,U.isEnumControl),Za=te.withJsonFormsEnumProps(te.withTranslateProps(b.memo(s0)),!1),i0=e=>l.jsx(ar,{...e}),Xa=U.rankWith(1,U.isIntegerControl),Qa=te.withJsonFormsCellProps(i0),a0=e=>l.jsx(ar,{...e}),Ra=U.rankWith(1,U.isNumberControl),el=te.withJsonFormsCellProps(a0),l0=e=>l.jsx(Ua,{...e}),tl=U.rankWith(2,U.isOneOfControl),nl=te.withJsonFormsOneOfEnumProps(te.withTranslateProps(b.memo(l0)),!1),c0=e=>l.jsx(Va,{...e}),rl=U.rankWith(1,U.isStringControl),ol=te.withJsonFormsCellProps(c0),sl=b.memo(function({open:t,onClose:n,onConfirm:r,onCancel:o,title:s,message:i,acceptText:a,declineText:c}){return l.jsxs(p.Modal,{opened:t,withCloseButton:!1,centered:!0,title:s,keepMounted:!0,onClose:n,children:[i,l.jsxs(p.Flex,{justify:"flex-end",align:"center",gap:"sm",children:[l.jsx(p.Button,{onClick:o,children:c}),l.jsx(p.Button,{onClick:r,children:a})]})]})});function u0(e,t){for(var n=-1,r=t.length,o=e.length;++n<r;)e[o+n]=t[n];return e}var f0=u0,il=Zn,d0=Qn,p0=pn,al=il?il.isConcatSpreadable:void 0;function h0(e){return p0(e)||d0(e)||!!(al&&e&&e[al])}var g0=h0,m0=f0,y0=g0;function ll(e,t,n,r,o){var s=-1,i=e.length;for(n||(n=y0),o||(o=[]);++s<i;){var a=e[s];t>0&&n(a)?t>1?ll(a,t-1,n,r,o):m0(o,a):r||(o[o.length]=a)}return o}var b0=ll;function v0(e){return e}var cl=v0;function T0(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}var S0=T0,w0=S0,ul=Math.max;function _0(e,t,n){return t=ul(t===void 0?e.length-1:t,0),function(){for(var r=arguments,o=-1,s=ul(r.length-t,0),i=Array(s);++o<s;)i[o]=r[t+o];o=-1;for(var a=Array(t+1);++o<t;)a[o]=r[o];return a[t]=n(i),w0(e,this,a)}}var C0=_0;function E0(e){return function(){return e}}var x0=E0,A0=Ct,O0=function(){try{var e=A0(Object,"defineProperty");return e({},"",{}),e}catch{}}(),fl=O0,$0=x0,dl=fl,P0=cl,I0=dl?function(e,t){return dl(e,"toString",{configurable:!0,enumerable:!1,value:$0(t),writable:!0})}:P0,k0=I0,M0=800,D0=16,F0=Date.now;function N0(e){var t=0,n=0;return function(){var r=F0(),o=D0-(r-n);if(n=r,o>0){if(++t>=M0)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var L0=N0,j0=k0,z0=L0,B0=z0(j0),U0=B0,V0=cl,G0=C0,W0=U0;function H0(e,t){return W0(G0(e,t,V0),e+"")}var pl=H0,Y0=Ct,q0=Y0(Object,"create"),lr=q0,hl=lr;function J0(){this.__data__=hl?hl(null):{},this.size=0}var K0=J0;function Z0(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var X0=Z0,Q0=lr,R0="__lodash_hash_undefined__",eb=Object.prototype,tb=eb.hasOwnProperty;function nb(e){var t=this.__data__;if(Q0){var n=t[e];return n===R0?void 0:n}return tb.call(t,e)?t[e]:void 0}var rb=nb,ob=lr,sb=Object.prototype,ib=sb.hasOwnProperty;function ab(e){var t=this.__data__;return ob?t[e]!==void 0:ib.call(t,e)}var lb=ab,cb=lr,ub="__lodash_hash_undefined__";function fb(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=cb&&t===void 0?ub:t,this}var db=fb,pb=K0,hb=X0,gb=rb,mb=lb,yb=db;function jt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}jt.prototype.clear=pb,jt.prototype.delete=hb,jt.prototype.get=gb,jt.prototype.has=mb,jt.prototype.set=yb;var bb=jt;function vb(){this.__data__=[],this.size=0}var Tb=vb;function Sb(e,t){return e===t||e!==e&&t!==t}var cr=Sb,wb=cr;function _b(e,t){for(var n=e.length;n--;)if(wb(e[n][0],t))return n;return-1}var ur=_b,Cb=ur,Eb=Array.prototype,xb=Eb.splice;function Ab(e){var t=this.__data__,n=Cb(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():xb.call(t,n,1),--this.size,!0}var Ob=Ab,$b=ur;function Pb(e){var t=this.__data__,n=$b(t,e);return n<0?void 0:t[n][1]}var Ib=Pb,kb=ur;function Mb(e){return kb(this.__data__,e)>-1}var Db=Mb,Fb=ur;function Nb(e,t){var n=this.__data__,r=Fb(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}var Lb=Nb,jb=Tb,zb=Ob,Bb=Ib,Ub=Db,Vb=Lb;function zt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}zt.prototype.clear=jb,zt.prototype.delete=zb,zt.prototype.get=Bb,zt.prototype.has=Ub,zt.prototype.set=Vb;var fr=zt,gl=bb,Gb=fr,Wb=Eo;function Hb(){this.size=0,this.__data__={hash:new gl,map:new(Wb||Gb),string:new gl}}var Yb=Hb;function qb(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var Jb=qb,Kb=Jb;function Zb(e,t){var n=e.__data__;return Kb(t)?n[typeof t=="string"?"string":"hash"]:n.map}var dr=Zb,Xb=dr;function Qb(e){var t=Xb(this,e).delete(e);return this.size-=t?1:0,t}var Rb=Qb,ev=dr;function tv(e){return ev(this,e).get(e)}var nv=tv,rv=dr;function ov(e){return rv(this,e).has(e)}var sv=ov,iv=dr;function av(e,t){var n=iv(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}var lv=av,cv=Yb,uv=Rb,fv=nv,dv=sv,pv=lv;function Bt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Bt.prototype.clear=cv,Bt.prototype.delete=uv,Bt.prototype.get=fv,Bt.prototype.has=dv,Bt.prototype.set=pv;var ml=Bt,hv="__lodash_hash_undefined__";function gv(e){return this.__data__.set(e,hv),this}var mv=gv;function yv(e){return this.__data__.has(e)}var bv=yv,vv=ml,Tv=mv,Sv=bv;function pr(e){var t=-1,n=e==null?0:e.length;for(this.__data__=new vv;++t<n;)this.add(e[t])}pr.prototype.add=pr.prototype.push=Tv,pr.prototype.has=Sv;var wv=pr;function _v(e,t,n,r){for(var o=e.length,s=n+(r?1:-1);r?s--:++s<o;)if(t(e[s],s,e))return s;return-1}var Cv=_v;function Ev(e){return e!==e}var xv=Ev;function Av(e,t,n){for(var r=n-1,o=e.length;++r<o;)if(e[r]===t)return r;return-1}var Ov=Av,$v=Cv,Pv=xv,Iv=Ov;function kv(e,t,n){return t===t?Iv(e,t,n):$v(e,Pv,n)}var Mv=kv,Dv=Mv;function Fv(e,t){var n=e==null?0:e.length;return!!n&&Dv(e,t,0)>-1}var Nv=Fv;function Lv(e,t,n){for(var r=-1,o=e==null?0:e.length;++r<o;)if(n(t,e[r]))return!0;return!1}var jv=Lv;function zv(e,t){return e.has(t)}var Bv=zv;function Uv(){}var Vv=Uv;function Gv(e){var t=-1,n=Array(e.size);return e.forEach(function(r){n[++t]=r}),n}var yl=Gv,Yo=Xi,Wv=Vv,Hv=yl,Yv=1/0,qv=Yo&&1/Hv(new Yo([,-0]))[1]==Yv?function(e){return new Yo(e)}:Wv,Jv=qv,Kv=wv,Zv=Nv,Xv=jv,Qv=Bv,Rv=Jv,e1=yl,t1=200;function n1(e,t,n){var r=-1,o=Zv,s=e.length,i=!0,a=[],c=a;if(n)i=!1,o=Xv;else if(s>=t1){var u=t?null:Rv(e);if(u)return e1(u);i=!1,o=Qv,c=new Kv}else c=t?[]:a;e:for(;++r<s;){var d=e[r],f=t?t(d):d;if(d=n||d!==0?d:0,i&&f===f){for(var h=c.length;h--;)if(c[h]===f)continue e;t&&c.push(f),a.push(d)}else o(c,f,n)||(c!==a&&c.push(f),a.push(d))}return a}var r1=n1,o1=Rn,s1=Ft;function i1(e){return s1(e)&&o1(e)}var bl=i1,a1=b0,l1=pl,c1=r1,u1=bl,f1=l1(function(e){return c1(a1(e,1,u1,!0))}),d1=f1;const p1=pt(d1);function h1(e,t,n,r){var o=-1,s=e==null?0:e.length;for(r&&s&&(n=e[++o]);++o<s;)n=t(n,e[o],o,e);return n}var g1=h1;function m1(e){return function(t){return e==null?void 0:e[t]}}var y1=m1,b1=y1,v1={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},T1=b1(v1),S1=T1;function w1(e,t){for(var n=-1,r=e==null?0:e.length,o=Array(r);++n<r;)o[n]=t(e[n],n,e);return o}var _1=w1,vl=Zn,C1=_1,E1=pn,x1=Gi,Tl=vl?vl.prototype:void 0,Sl=Tl?Tl.toString:void 0;function wl(e){if(typeof e=="string")return e;if(E1(e))return C1(e,wl)+"";if(x1(e))return Sl?Sl.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}var A1=wl,O1=A1;function $1(e){return e==null?"":O1(e)}var qo=$1,P1=S1,I1=qo,k1=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,M1="\\u0300-\\u036f",D1="\\ufe20-\\ufe2f",F1="\\u20d0-\\u20ff",N1=M1+D1+F1,L1="["+N1+"]",j1=RegExp(L1,"g");function z1(e){return e=I1(e),e&&e.replace(k1,P1).replace(j1,"")}var B1=z1,U1=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function V1(e){return e.match(U1)||[]}var G1=V1,W1=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function H1(e){return W1.test(e)}var Y1=H1,_l="\\ud800-\\udfff",q1="\\u0300-\\u036f",J1="\\ufe20-\\ufe2f",K1="\\u20d0-\\u20ff",Z1=q1+J1+K1,Cl="\\u2700-\\u27bf",El="a-z\\xdf-\\xf6\\xf8-\\xff",X1="\\xac\\xb1\\xd7\\xf7",Q1="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",R1="\\u2000-\\u206f",eT=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",xl="A-Z\\xc0-\\xd6\\xd8-\\xde",tT="\\ufe0e\\ufe0f",Al=X1+Q1+R1+eT,Ol="['’]",$l="["+Al+"]",nT="["+Z1+"]",Pl="\\d+",rT="["+Cl+"]",Il="["+El+"]",kl="[^"+_l+Al+Pl+Cl+El+xl+"]",oT="\\ud83c[\\udffb-\\udfff]",sT="(?:"+nT+"|"+oT+")",iT="[^"+_l+"]",Ml="(?:\\ud83c[\\udde6-\\uddff]){2}",Dl="[\\ud800-\\udbff][\\udc00-\\udfff]",Ut="["+xl+"]",aT="\\u200d",Fl="(?:"+Il+"|"+kl+")",lT="(?:"+Ut+"|"+kl+")",Nl="(?:"+Ol+"(?:d|ll|m|re|s|t|ve))?",Ll="(?:"+Ol+"(?:D|LL|M|RE|S|T|VE))?",jl=sT+"?",zl="["+tT+"]?",cT="(?:"+aT+"(?:"+[iT,Ml,Dl].join("|")+")"+zl+jl+")*",uT="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",fT="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",dT=zl+jl+cT,pT="(?:"+[rT,Ml,Dl].join("|")+")"+dT,hT=RegExp([Ut+"?"+Il+"+"+Nl+"(?="+[$l,Ut,"$"].join("|")+")",lT+"+"+Ll+"(?="+[$l,Ut+Fl,"$"].join("|")+")",Ut+"?"+Fl+"+"+Nl,Ut+"+"+Ll,fT,uT,Pl,pT].join("|"),"g");function gT(e){return e.match(hT)||[]}var mT=gT,yT=G1,bT=Y1,vT=qo,TT=mT;function ST(e,t,n){return e=vT(e),t=n?void 0:t,t===void 0?bT(e)?TT(e):yT(e):e.match(t)||[]}var wT=ST,_T=g1,CT=B1,ET=wT,xT="['’]",AT=RegExp(xT,"g");function OT(e){return function(t){return _T(ET(CT(t).replace(AT,"")),e,"")}}var $T=OT;function PT(e,t,n){var r=-1,o=e.length;t<0&&(t=-t>o?0:o+t),n=n>o?o:n,n<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var s=Array(o);++r<o;)s[r]=e[r+t];return s}var IT=PT,kT=IT;function MT(e,t,n){var r=e.length;return n=n===void 0?r:n,!t&&n>=r?e:kT(e,t,n)}var DT=MT,FT="\\ud800-\\udfff",NT="\\u0300-\\u036f",LT="\\ufe20-\\ufe2f",jT="\\u20d0-\\u20ff",zT=NT+LT+jT,BT="\\ufe0e\\ufe0f",UT="\\u200d",VT=RegExp("["+UT+FT+zT+BT+"]");function GT(e){return VT.test(e)}var Bl=GT;function WT(e){return e.split("")}var HT=WT,Ul="\\ud800-\\udfff",YT="\\u0300-\\u036f",qT="\\ufe20-\\ufe2f",JT="\\u20d0-\\u20ff",KT=YT+qT+JT,ZT="\\ufe0e\\ufe0f",XT="["+Ul+"]",Jo="["+KT+"]",Ko="\\ud83c[\\udffb-\\udfff]",QT="(?:"+Jo+"|"+Ko+")",Vl="[^"+Ul+"]",Gl="(?:\\ud83c[\\udde6-\\uddff]){2}",Wl="[\\ud800-\\udbff][\\udc00-\\udfff]",RT="\\u200d",Hl=QT+"?",Yl="["+ZT+"]?",eS="(?:"+RT+"(?:"+[Vl,Gl,Wl].join("|")+")"+Yl+Hl+")*",tS=Yl+Hl+eS,nS="(?:"+[Vl+Jo+"?",Jo,Gl,Wl,XT].join("|")+")",rS=RegExp(Ko+"(?="+Ko+")|"+nS+tS,"g");function oS(e){return e.match(rS)||[]}var sS=oS,iS=HT,aS=Bl,lS=sS;function cS(e){return aS(e)?lS(e):iS(e)}var uS=cS,fS=DT,dS=Bl,pS=uS,hS=qo;function gS(e){return function(t){t=hS(t);var n=dS(t)?pS(t):void 0,r=n?n[0]:t.charAt(0),o=n?fS(n,1).join(""):t.slice(1);return r[e]()+o}}var mS=gS,yS=mS,bS=yS("toUpperCase"),vS=bS,TS=$T,SS=vS,wS=TS(function(e,t,n){return e+(n?" ":"")+SS(t)}),_S=wS;const CS=pt(_S);var ES=Math.ceil,xS=Math.max;function AS(e,t,n,r){for(var o=-1,s=xS(ES((t-e)/(n||1)),0),i=Array(s);s--;)i[r?s:++o]=e,e+=n;return i}var OS=AS,$S=9007199254740991,PS=/^(?:0|[1-9]\d*)$/;function IS(e,t){var n=typeof e;return t=t??$S,!!t&&(n=="number"||n!="symbol"&&PS.test(e))&&e>-1&&e%1==0&&e<t}var ql=IS,kS=cr,MS=Rn,DS=ql,FS=st;function NS(e,t,n){if(!FS(n))return!1;var r=typeof t;return(r=="number"?MS(n)&&DS(t,n.length):r=="string"&&t in n)?kS(n[t],e):!1}var Jl=NS,LS=Yi,jS=1/0,zS=17976931348623157e292;function BS(e){if(!e)return e===0?e:0;if(e=LS(e),e===jS||e===-1/0){var t=e<0?-1:1;return t*zS}return e===e?e:0}var US=BS,VS=OS,GS=Jl,Zo=US;function WS(e){return function(t,n,r){return r&&typeof r!="number"&&GS(t,n,r)&&(n=r=void 0),t=Zo(t),n===void 0?(n=t,t=0):n=Zo(n),r=r===void 0?t<n?1:-1:Zo(r),VS(t,n,r,e)}}var HS=WS,YS=HS,qS=YS(),JS=qS;const KS=pt(JS);var Xo={exports:{}},ie={};/**
|
|
106
106
|
* @license React
|
|
107
107
|
* react-is.production.js
|
|
108
108
|
*
|
|
@@ -110,7 +110,7 @@ attempted value: ${i}
|
|
|
110
110
|
*
|
|
111
111
|
* This source code is licensed under the MIT license found in the
|
|
112
112
|
* LICENSE file in the root directory of this source tree.
|
|
113
|
-
*/var
|
|
113
|
+
*/var Kl;function ZS(){if(Kl)return ie;Kl=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),s=Symbol.for("react.consumer"),i=Symbol.for("react.context"),a=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),u=Symbol.for("react.suspense_list"),d=Symbol.for("react.memo"),f=Symbol.for("react.lazy"),h=Symbol.for("react.offscreen"),y=Symbol.for("react.client.reference");function v(g){if(typeof g=="object"&&g!==null){var S=g.$$typeof;switch(S){case e:switch(g=g.type,g){case n:case o:case r:case c:case u:return g;default:switch(g=g&&g.$$typeof,g){case i:case a:case f:case d:return g;case s:return g;default:return S}}case t:return S}}}return ie.ContextConsumer=s,ie.ContextProvider=i,ie.Element=e,ie.ForwardRef=a,ie.Fragment=n,ie.Lazy=f,ie.Memo=d,ie.Portal=t,ie.Profiler=o,ie.StrictMode=r,ie.Suspense=c,ie.SuspenseList=u,ie.isContextConsumer=function(g){return v(g)===s},ie.isContextProvider=function(g){return v(g)===i},ie.isElement=function(g){return typeof g=="object"&&g!==null&&g.$$typeof===e},ie.isForwardRef=function(g){return v(g)===a},ie.isFragment=function(g){return v(g)===n},ie.isLazy=function(g){return v(g)===f},ie.isMemo=function(g){return v(g)===d},ie.isPortal=function(g){return v(g)===t},ie.isProfiler=function(g){return v(g)===o},ie.isStrictMode=function(g){return v(g)===r},ie.isSuspense=function(g){return v(g)===c},ie.isSuspenseList=function(g){return v(g)===u},ie.isValidElementType=function(g){return typeof g=="string"||typeof g=="function"||g===n||g===o||g===r||g===c||g===u||g===h||typeof g=="object"&&g!==null&&(g.$$typeof===f||g.$$typeof===d||g.$$typeof===i||g.$$typeof===s||g.$$typeof===a||g.$$typeof===y||g.getModuleId!==void 0)},ie.typeOf=v,ie}var ae={};/**
|
|
114
114
|
* @license React
|
|
115
115
|
* react-is.development.js
|
|
116
116
|
*
|
|
@@ -118,42 +118,42 @@ attempted value: ${i}
|
|
|
118
118
|
*
|
|
119
119
|
* This source code is licensed under the MIT license found in the
|
|
120
120
|
* LICENSE file in the root directory of this source tree.
|
|
121
|
-
*/var
|
|
121
|
+
*/var Zl;function XS(){return Zl||(Zl=1,process.env.NODE_ENV!=="production"&&function(){function e(g){if(typeof g=="object"&&g!==null){var S=g.$$typeof;switch(S){case t:switch(g=g.type,g){case r:case s:case o:case u:case d:return g;default:switch(g=g&&g.$$typeof,g){case a:case c:case h:case f:return g;case i:return g;default:return S}}case n:return S}}}var t=Symbol.for("react.transitional.element"),n=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),i=Symbol.for("react.consumer"),a=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),y=Symbol.for("react.offscreen"),v=Symbol.for("react.client.reference");ae.ContextConsumer=i,ae.ContextProvider=a,ae.Element=t,ae.ForwardRef=c,ae.Fragment=r,ae.Lazy=h,ae.Memo=f,ae.Portal=n,ae.Profiler=s,ae.StrictMode=o,ae.Suspense=u,ae.SuspenseList=d,ae.isContextConsumer=function(g){return e(g)===i},ae.isContextProvider=function(g){return e(g)===a},ae.isElement=function(g){return typeof g=="object"&&g!==null&&g.$$typeof===t},ae.isForwardRef=function(g){return e(g)===c},ae.isFragment=function(g){return e(g)===r},ae.isLazy=function(g){return e(g)===h},ae.isMemo=function(g){return e(g)===f},ae.isPortal=function(g){return e(g)===n},ae.isProfiler=function(g){return e(g)===s},ae.isStrictMode=function(g){return e(g)===o},ae.isSuspense=function(g){return e(g)===u},ae.isSuspenseList=function(g){return e(g)===d},ae.isValidElementType=function(g){return typeof g=="string"||typeof g=="function"||g===r||g===s||g===o||g===u||g===d||g===y||typeof g=="object"&&g!==null&&(g.$$typeof===h||g.$$typeof===f||g.$$typeof===a||g.$$typeof===i||g.$$typeof===c||g.$$typeof===v||g.getModuleId!==void 0)},ae.typeOf=e}()),ae}process.env.NODE_ENV==="production"?Xo.exports=ZS():Xo.exports=XS();var hr=Xo.exports;function at(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function Xl(e){if($e.isValidElement(e)||hr.isValidElementType(e)||!at(e))return e;const t={};return Object.keys(e).forEach(n=>{t[n]=Xl(e[n])}),t}function ze(e,t,n={clone:!0}){const r=n.clone?{...e}:e;return at(e)&&at(t)&&Object.keys(t).forEach(o=>{$e.isValidElement(t[o])||hr.isValidElementType(t[o])?r[o]=t[o]:at(t[o])&&Object.prototype.hasOwnProperty.call(e,o)&&at(e[o])?r[o]=ze(e[o],t[o],n):n.clone?r[o]=at(t[o])?Xl(t[o]):t[o]:r[o]=t[o]}),r}var Qo={exports:{}},gr={exports:{}},re={};/** @license React v16.13.1
|
|
122
122
|
* react-is.production.min.js
|
|
123
123
|
*
|
|
124
124
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
125
125
|
*
|
|
126
126
|
* This source code is licensed under the MIT license found in the
|
|
127
127
|
* LICENSE file in the root directory of this source tree.
|
|
128
|
-
*/var
|
|
128
|
+
*/var Ql;function QS(){if(Ql)return re;Ql=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,i=e?Symbol.for("react.provider"):60109,a=e?Symbol.for("react.context"):60110,c=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,h=e?Symbol.for("react.suspense_list"):60120,y=e?Symbol.for("react.memo"):60115,v=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,S=e?Symbol.for("react.fundamental"):60117,E=e?Symbol.for("react.responder"):60118,P=e?Symbol.for("react.scope"):60119;function O(C){if(typeof C=="object"&&C!==null){var x=C.$$typeof;switch(x){case t:switch(C=C.type,C){case c:case u:case r:case s:case o:case f:return C;default:switch(C=C&&C.$$typeof,C){case a:case d:case v:case y:case i:return C;default:return x}}case n:return x}}}function w(C){return O(C)===u}return re.AsyncMode=c,re.ConcurrentMode=u,re.ContextConsumer=a,re.ContextProvider=i,re.Element=t,re.ForwardRef=d,re.Fragment=r,re.Lazy=v,re.Memo=y,re.Portal=n,re.Profiler=s,re.StrictMode=o,re.Suspense=f,re.isAsyncMode=function(C){return w(C)||O(C)===c},re.isConcurrentMode=w,re.isContextConsumer=function(C){return O(C)===a},re.isContextProvider=function(C){return O(C)===i},re.isElement=function(C){return typeof C=="object"&&C!==null&&C.$$typeof===t},re.isForwardRef=function(C){return O(C)===d},re.isFragment=function(C){return O(C)===r},re.isLazy=function(C){return O(C)===v},re.isMemo=function(C){return O(C)===y},re.isPortal=function(C){return O(C)===n},re.isProfiler=function(C){return O(C)===s},re.isStrictMode=function(C){return O(C)===o},re.isSuspense=function(C){return O(C)===f},re.isValidElementType=function(C){return typeof C=="string"||typeof C=="function"||C===r||C===u||C===s||C===o||C===f||C===h||typeof C=="object"&&C!==null&&(C.$$typeof===v||C.$$typeof===y||C.$$typeof===i||C.$$typeof===a||C.$$typeof===d||C.$$typeof===S||C.$$typeof===E||C.$$typeof===P||C.$$typeof===g)},re.typeOf=O,re}var oe={};/** @license React v16.13.1
|
|
129
129
|
* react-is.development.js
|
|
130
130
|
*
|
|
131
131
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
132
132
|
*
|
|
133
133
|
* This source code is licensed under the MIT license found in the
|
|
134
134
|
* LICENSE file in the root directory of this source tree.
|
|
135
|
-
*/var
|
|
135
|
+
*/var Rl;function RS(){return Rl||(Rl=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,i=e?Symbol.for("react.provider"):60109,a=e?Symbol.for("react.context"):60110,c=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,h=e?Symbol.for("react.suspense_list"):60120,y=e?Symbol.for("react.memo"):60115,v=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,S=e?Symbol.for("react.fundamental"):60117,E=e?Symbol.for("react.responder"):60118,P=e?Symbol.for("react.scope"):60119;function O(D){return typeof D=="string"||typeof D=="function"||D===r||D===u||D===s||D===o||D===f||D===h||typeof D=="object"&&D!==null&&(D.$$typeof===v||D.$$typeof===y||D.$$typeof===i||D.$$typeof===a||D.$$typeof===d||D.$$typeof===S||D.$$typeof===E||D.$$typeof===P||D.$$typeof===g)}function w(D){if(typeof D=="object"&&D!==null){var Ee=D.$$typeof;switch(Ee){case t:var Ue=D.type;switch(Ue){case c:case u:case r:case s:case o:case f:return Ue;default:var vt=Ue&&Ue.$$typeof;switch(vt){case a:case d:case v:case y:case i:return vt;default:return Ee}}case n:return Ee}}}var C=c,x=u,L=a,G=i,B=t,m=d,$=r,j=v,Y=y,Z=n,se=s,ue=o,ge=f,me=!1;function Fe(D){return me||(me=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),I(D)||w(D)===c}function I(D){return w(D)===u}function _(D){return w(D)===a}function M(D){return w(D)===i}function N(D){return typeof D=="object"&&D!==null&&D.$$typeof===t}function W(D){return w(D)===d}function z(D){return w(D)===r}function q(D){return w(D)===v}function K(D){return w(D)===y}function Q(D){return w(D)===n}function ee(D){return w(D)===s}function X(D){return w(D)===o}function Se(D){return w(D)===f}oe.AsyncMode=C,oe.ConcurrentMode=x,oe.ContextConsumer=L,oe.ContextProvider=G,oe.Element=B,oe.ForwardRef=m,oe.Fragment=$,oe.Lazy=j,oe.Memo=Y,oe.Portal=Z,oe.Profiler=se,oe.StrictMode=ue,oe.Suspense=ge,oe.isAsyncMode=Fe,oe.isConcurrentMode=I,oe.isContextConsumer=_,oe.isContextProvider=M,oe.isElement=N,oe.isForwardRef=W,oe.isFragment=z,oe.isLazy=q,oe.isMemo=K,oe.isPortal=Q,oe.isProfiler=ee,oe.isStrictMode=X,oe.isSuspense=Se,oe.isValidElementType=O,oe.typeOf=w}()),oe}var ec;function tc(){return ec||(ec=1,process.env.NODE_ENV==="production"?gr.exports=QS():gr.exports=RS()),gr.exports}/*
|
|
136
136
|
object-assign
|
|
137
137
|
(c) Sindre Sorhus
|
|
138
138
|
@license MIT
|
|
139
|
-
*/var
|
|
140
|
-
Valid keys: `+JSON.stringify(Object.keys(
|
|
141
|
-
For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.`:
|
|
139
|
+
*/var Ro,nc;function ew(){if(nc)return Ro;nc=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function r(s){if(s==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(s)}function o(){try{if(!Object.assign)return!1;var s=new String("abc");if(s[5]="de",Object.getOwnPropertyNames(s)[0]==="5")return!1;for(var i={},a=0;a<10;a++)i["_"+String.fromCharCode(a)]=a;var c=Object.getOwnPropertyNames(i).map(function(d){return i[d]});if(c.join("")!=="0123456789")return!1;var u={};return"abcdefghijklmnopqrst".split("").forEach(function(d){u[d]=d}),Object.keys(Object.assign({},u)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return Ro=o()?Object.assign:function(s,i){for(var a,c=r(s),u,d=1;d<arguments.length;d++){a=Object(arguments[d]);for(var f in a)t.call(a,f)&&(c[f]=a[f]);if(e){u=e(a);for(var h=0;h<u.length;h++)n.call(a,u[h])&&(c[u[h]]=a[u[h]])}}return c},Ro}var es,rc;function ts(){if(rc)return es;rc=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return es=e,es}var ns,oc;function sc(){return oc||(oc=1,ns=Function.call.bind(Object.prototype.hasOwnProperty)),ns}var rs,ic;function tw(){if(ic)return rs;ic=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=ts(),n={},r=sc();e=function(s){var i="Warning: "+s;typeof console<"u"&&console.error(i);try{throw new Error(i)}catch{}}}function o(s,i,a,c,u){if(process.env.NODE_ENV!=="production"){for(var d in s)if(r(s,d)){var f;try{if(typeof s[d]!="function"){var h=Error((c||"React class")+": "+a+" type `"+d+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof s[d]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw h.name="Invariant Violation",h}f=s[d](i,d,c,a,null,t)}catch(v){f=v}if(f&&!(f instanceof Error)&&e((c||"React class")+": type specification of "+a+" `"+d+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof f+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),f instanceof Error&&!(f.message in n)){n[f.message]=!0;var y=u?u():"";e("Failed "+a+" type: "+f.message+(y??""))}}}}return o.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(n={})},rs=o,rs}var os,ac;function nw(){if(ac)return os;ac=1;var e=tc(),t=ew(),n=ts(),r=sc(),o=tw(),s=function(){};process.env.NODE_ENV!=="production"&&(s=function(a){var c="Warning: "+a;typeof console<"u"&&console.error(c);try{throw new Error(c)}catch{}});function i(){return null}return os=function(a,c){var u=typeof Symbol=="function"&&Symbol.iterator,d="@@iterator";function f(I){var _=I&&(u&&I[u]||I[d]);if(typeof _=="function")return _}var h="<<anonymous>>",y={array:E("array"),bigint:E("bigint"),bool:E("boolean"),func:E("function"),number:E("number"),object:E("object"),string:E("string"),symbol:E("symbol"),any:P(),arrayOf:O,element:w(),elementType:C(),instanceOf:x,node:m(),objectOf:G,oneOf:L,oneOfType:B,shape:j,exact:Y};function v(I,_){return I===_?I!==0||1/I===1/_:I!==I&&_!==_}function g(I,_){this.message=I,this.data=_&&typeof _=="object"?_:{},this.stack=""}g.prototype=Error.prototype;function S(I){if(process.env.NODE_ENV!=="production")var _={},M=0;function N(z,q,K,Q,ee,X,Se){if(Q=Q||h,X=X||K,Se!==n){if(c){var D=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw D.name="Invariant Violation",D}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var Ee=Q+":"+K;!_[Ee]&&M<3&&(s("You are manually calling a React.PropTypes validation function for the `"+X+"` prop on `"+Q+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),_[Ee]=!0,M++)}}return q[K]==null?z?q[K]===null?new g("The "+ee+" `"+X+"` is marked as required "+("in `"+Q+"`, but its value is `null`.")):new g("The "+ee+" `"+X+"` is marked as required in "+("`"+Q+"`, but its value is `undefined`.")):null:I(q,K,Q,ee,X)}var W=N.bind(null,!1);return W.isRequired=N.bind(null,!0),W}function E(I){function _(M,N,W,z,q,K){var Q=M[N],ee=ue(Q);if(ee!==I){var X=ge(Q);return new g("Invalid "+z+" `"+q+"` of type "+("`"+X+"` supplied to `"+W+"`, expected ")+("`"+I+"`."),{expectedType:I})}return null}return S(_)}function P(){return S(i)}function O(I){function _(M,N,W,z,q){if(typeof I!="function")return new g("Property `"+q+"` of component `"+W+"` has invalid PropType notation inside arrayOf.");var K=M[N];if(!Array.isArray(K)){var Q=ue(K);return new g("Invalid "+z+" `"+q+"` of type "+("`"+Q+"` supplied to `"+W+"`, expected an array."))}for(var ee=0;ee<K.length;ee++){var X=I(K,ee,W,z,q+"["+ee+"]",n);if(X instanceof Error)return X}return null}return S(_)}function w(){function I(_,M,N,W,z){var q=_[M];if(!a(q)){var K=ue(q);return new g("Invalid "+W+" `"+z+"` of type "+("`"+K+"` supplied to `"+N+"`, expected a single ReactElement."))}return null}return S(I)}function C(){function I(_,M,N,W,z){var q=_[M];if(!e.isValidElementType(q)){var K=ue(q);return new g("Invalid "+W+" `"+z+"` of type "+("`"+K+"` supplied to `"+N+"`, expected a single ReactElement type."))}return null}return S(I)}function x(I){function _(M,N,W,z,q){if(!(M[N]instanceof I)){var K=I.name||h,Q=Fe(M[N]);return new g("Invalid "+z+" `"+q+"` of type "+("`"+Q+"` supplied to `"+W+"`, expected ")+("instance of `"+K+"`."))}return null}return S(_)}function L(I){if(!Array.isArray(I))return process.env.NODE_ENV!=="production"&&(arguments.length>1?s("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):s("Invalid argument supplied to oneOf, expected an array.")),i;function _(M,N,W,z,q){for(var K=M[N],Q=0;Q<I.length;Q++)if(v(K,I[Q]))return null;var ee=JSON.stringify(I,function(Se,D){var Ee=ge(D);return Ee==="symbol"?String(D):D});return new g("Invalid "+z+" `"+q+"` of value `"+String(K)+"` "+("supplied to `"+W+"`, expected one of "+ee+"."))}return S(_)}function G(I){function _(M,N,W,z,q){if(typeof I!="function")return new g("Property `"+q+"` of component `"+W+"` has invalid PropType notation inside objectOf.");var K=M[N],Q=ue(K);if(Q!=="object")return new g("Invalid "+z+" `"+q+"` of type "+("`"+Q+"` supplied to `"+W+"`, expected an object."));for(var ee in K)if(r(K,ee)){var X=I(K,ee,W,z,q+"."+ee,n);if(X instanceof Error)return X}return null}return S(_)}function B(I){if(!Array.isArray(I))return process.env.NODE_ENV!=="production"&&s("Invalid argument supplied to oneOfType, expected an instance of array."),i;for(var _=0;_<I.length;_++){var M=I[_];if(typeof M!="function")return s("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+me(M)+" at index "+_+"."),i}function N(W,z,q,K,Q){for(var ee=[],X=0;X<I.length;X++){var Se=I[X],D=Se(W,z,q,K,Q,n);if(D==null)return null;D.data&&r(D.data,"expectedType")&&ee.push(D.data.expectedType)}var Ee=ee.length>0?", expected one of type ["+ee.join(", ")+"]":"";return new g("Invalid "+K+" `"+Q+"` supplied to "+("`"+q+"`"+Ee+"."))}return S(N)}function m(){function I(_,M,N,W,z){return Z(_[M])?null:new g("Invalid "+W+" `"+z+"` supplied to "+("`"+N+"`, expected a ReactNode."))}return S(I)}function $(I,_,M,N,W){return new g((I||"React class")+": "+_+" type `"+M+"."+N+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+W+"`.")}function j(I){function _(M,N,W,z,q){var K=M[N],Q=ue(K);if(Q!=="object")return new g("Invalid "+z+" `"+q+"` of type `"+Q+"` "+("supplied to `"+W+"`, expected `object`."));for(var ee in I){var X=I[ee];if(typeof X!="function")return $(W,z,q,ee,ge(X));var Se=X(K,ee,W,z,q+"."+ee,n);if(Se)return Se}return null}return S(_)}function Y(I){function _(M,N,W,z,q){var K=M[N],Q=ue(K);if(Q!=="object")return new g("Invalid "+z+" `"+q+"` of type `"+Q+"` "+("supplied to `"+W+"`, expected `object`."));var ee=t({},M[N],I);for(var X in ee){var Se=I[X];if(r(I,X)&&typeof Se!="function")return $(W,z,q,X,ge(Se));if(!Se)return new g("Invalid "+z+" `"+q+"` key `"+X+"` supplied to `"+W+"`.\nBad object: "+JSON.stringify(M[N],null," ")+`
|
|
140
|
+
Valid keys: `+JSON.stringify(Object.keys(I),null," "));var D=Se(K,X,W,z,q+"."+X,n);if(D)return D}return null}return S(_)}function Z(I){switch(typeof I){case"number":case"string":case"undefined":return!0;case"boolean":return!I;case"object":if(Array.isArray(I))return I.every(Z);if(I===null||a(I))return!0;var _=f(I);if(_){var M=_.call(I),N;if(_!==I.entries){for(;!(N=M.next()).done;)if(!Z(N.value))return!1}else for(;!(N=M.next()).done;){var W=N.value;if(W&&!Z(W[1]))return!1}}else return!1;return!0;default:return!1}}function se(I,_){return I==="symbol"?!0:_?_["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&_ instanceof Symbol:!1}function ue(I){var _=typeof I;return Array.isArray(I)?"array":I instanceof RegExp?"object":se(_,I)?"symbol":_}function ge(I){if(typeof I>"u"||I===null)return""+I;var _=ue(I);if(_==="object"){if(I instanceof Date)return"date";if(I instanceof RegExp)return"regexp"}return _}function me(I){var _=ge(I);switch(_){case"array":case"object":return"an "+_;case"boolean":case"date":case"regexp":return"a "+_;default:return _}}function Fe(I){return!I.constructor||!I.constructor.name?h:I.constructor.name}return y.checkPropTypes=o,y.resetWarningCache=o.resetWarningCache,y.PropTypes=y,y},os}var ss,lc;function rw(){if(lc)return ss;lc=1;var e=ts();function t(){}function n(){}return n.resetWarningCache=t,ss=function(){function r(i,a,c,u,d,f){if(f!==e){var h=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw h.name="Invariant Violation",h}}r.isRequired=r;function o(){return r}var s={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:o,element:r,elementType:r,instanceOf:o,node:r,objectOf:o,oneOf:o,oneOfType:o,shape:o,exact:o,checkPropTypes:n,resetWarningCache:t};return s.PropTypes=s,s},ss}if(process.env.NODE_ENV!=="production"){var ow=tc(),sw=!0;Qo.exports=nw()(ow.isElement,sw)}else Qo.exports=rw()();var iw=Qo.exports;const ne=pt(iw);function mt(e,...t){const n=new URL(`https://mui.com/production-error/?code=${e}`);return t.forEach(r=>n.searchParams.append("args[]",r)),`Minified MUI error #${e}; visit ${n} for the full message.`}function cc(e,t=""){return e.displayName||e.name||t}function uc(e,t,n){const r=cc(t);return e.displayName||(r!==""?`${n}(${r})`:n)}function aw(e){if(e!=null){if(typeof e=="string")return e;if(typeof e=="function")return cc(e,"Component");if(typeof e=="object")switch(e.$$typeof){case hr.ForwardRef:return uc(e,e.render,"ForwardRef");case hr.Memo:return uc(e,e.type,"memo");default:return}}}function xt(e){if(typeof e!="string")throw new Error(process.env.NODE_ENV!=="production"?"MUI: `capitalize(string)` expects a string argument.":mt(7));return e.charAt(0).toUpperCase()+e.slice(1)}function is(e,t){const n={...t};for(const r in e)if(Object.prototype.hasOwnProperty.call(e,r)){const o=r;if(o==="components"||o==="slots")n[o]={...e[o],...n[o]};else if(o==="componentsProps"||o==="slotProps"){const s=e[o],i=t[o];if(!i)n[o]=s||{};else if(!s)n[o]=i;else{n[o]={...i};for(const a in s)if(Object.prototype.hasOwnProperty.call(s,a)){const c=a;n[o][c]=is(s[c],i[c])}}}else n[o]===void 0&&(n[o]=e[o])}return n}function lw(e,t,n=void 0){const r={};for(const o in e){const s=e[o];let i="",a=!0;for(let c=0;c<s.length;c+=1){const u=s[c];u&&(i+=(a===!0?"":" ")+t(u),a=!1,n&&n[u]&&(i+=" "+n[u]))}r[o]=i}return r}const fc=e=>e,cw=(()=>{let e=fc;return{configure(t){e=t},generate(t){return e(t)},reset(){e=fc}}})(),uw={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function as(e,t,n="Mui"){const r=uw[t];return r?`${n}-${r}`:`${cw.generate(e)}-${t}`}function fw(e,t,n="Mui"){const r={};return t.forEach(o=>{r[o]=as(e,o,n)}),r}function dw(e,t=Number.MIN_SAFE_INTEGER,n=Number.MAX_SAFE_INTEGER){return Math.max(t,Math.min(e,n))}function bn(e,t){return t?ze(e,t,{clone:!1}):e}const yt=process.env.NODE_ENV!=="production"?ne.oneOfType([ne.number,ne.string,ne.object,ne.array]):{};function pw(e,t){if(!e.containerQueries)return t;const n=Object.keys(t).filter(r=>r.startsWith("@container")).sort((r,o)=>{var i,a;const s=/min-width:\s*([0-9.]+)/;return+(((i=r.match(s))==null?void 0:i[1])||0)-+(((a=o.match(s))==null?void 0:a[1])||0)});return n.length?n.reduce((r,o)=>{const s=t[o];return delete r[o],r[o]=s,r},{...t}):t}function hw(e,t){return t==="@"||t.startsWith("@")&&(e.some(n=>t.startsWith(`@${n}`))||!!t.match(/^@\d/))}function gw(e,t){const n=t.match(/^@([^/]+)?\/?(.+)?$/);if(!n){if(process.env.NODE_ENV!=="production")throw new Error(process.env.NODE_ENV!=="production"?`MUI: The provided shorthand ${`(${t})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.
|
|
141
|
+
For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.`:mt(18,`(${t})`));return null}const[,r,o]=n,s=Number.isNaN(+r)?r||0:+r;return e.containerQueries(o).up(s)}function mw(e){const t=(s,i)=>s.replace("@media",i?`@container ${i}`:"@container");function n(s,i){s.up=(...a)=>t(e.breakpoints.up(...a),i),s.down=(...a)=>t(e.breakpoints.down(...a),i),s.between=(...a)=>t(e.breakpoints.between(...a),i),s.only=(...a)=>t(e.breakpoints.only(...a),i),s.not=(...a)=>{const c=t(e.breakpoints.not(...a),i);return c.includes("not all and")?c.replace("not all and ","").replace("min-width:","width<").replace("max-width:","width>").replace("and","or"):c}}const r={},o=s=>(n(r,s),r);return n(o),{...e,containerQueries:o}}const mr={xs:0,sm:600,md:900,lg:1200,xl:1536},dc={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${mr[e]}px)`},yw={containerQueries:e=>({up:t=>{let n=typeof t=="number"?t:mr[t]||t;return typeof n=="number"&&(n=`${n}px`),e?`@container ${e} (min-width:${n})`:`@container (min-width:${n})`}})};function lt(e,t,n){const r=e.theme||{};if(Array.isArray(t)){const s=r.breakpoints||dc;return t.reduce((i,a,c)=>(i[s.up(s.keys[c])]=n(t[c]),i),{})}if(typeof t=="object"){const s=r.breakpoints||dc;return Object.keys(t).reduce((i,a)=>{if(hw(s.keys,a)){const c=gw(r.containerQueries?r:yw,a);c&&(i[c]=n(t[a],a))}else if(Object.keys(s.values||mr).includes(a)){const c=s.up(a);i[c]=n(t[a],a)}else{const c=a;i[c]=t[c]}return i},{})}return n(t)}function bw(e={}){var n;return((n=e.keys)==null?void 0:n.reduce((r,o)=>{const s=e.up(o);return r[s]={},r},{}))||{}}function vw(e,t){return e.reduce((n,r)=>{const o=n[r];return(!o||Object.keys(o).length===0)&&delete n[r],n},t)}function yr(e,t,n=!0){if(!t||typeof t!="string")return null;if(e&&e.vars&&n){const r=`vars.${t}`.split(".").reduce((o,s)=>o&&o[s]?o[s]:null,e);if(r!=null)return r}return t.split(".").reduce((r,o)=>r&&r[o]!=null?r[o]:null,e)}function br(e,t,n,r=n){let o;return typeof e=="function"?o=e(n):Array.isArray(e)?o=e[n]||r:o=yr(e,n)||r,t&&(o=t(o,r,e)),o}function ve(e){const{prop:t,cssProperty:n=e.prop,themeKey:r,transform:o}=e,s=i=>{if(i[t]==null)return null;const a=i[t],c=i.theme,u=yr(c,r)||{};return lt(i,a,f=>{let h=br(u,o,f);return f===h&&typeof f=="string"&&(h=br(u,o,`${t}${f==="default"?"":xt(f)}`,f)),n===!1?h:{[n]:h}})};return s.propTypes=process.env.NODE_ENV!=="production"?{[t]:yt}:{},s.filterProps=[t],s}function Tw(e){const t={};return n=>(t[n]===void 0&&(t[n]=e(n)),t[n])}const Sw={m:"margin",p:"padding"},ww={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},pc={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},_w=Tw(e=>{if(e.length>2)if(pc[e])e=pc[e];else return[e];const[t,n]=e.split(""),r=Sw[t],o=ww[n]||"";return Array.isArray(o)?o.map(s=>r+s):[r+o]}),vr=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],Tr=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],Cw=[...vr,...Tr];function vn(e,t,n,r){const o=yr(e,t,!0)??n;return typeof o=="number"||typeof o=="string"?s=>typeof s=="string"?s:(process.env.NODE_ENV!=="production"&&typeof s!="number"&&console.error(`MUI: Expected ${r} argument to be a number or a string, got ${s}.`),typeof o=="string"?`calc(${s} * ${o})`:o*s):Array.isArray(o)?s=>{if(typeof s=="string")return s;const i=Math.abs(s);process.env.NODE_ENV!=="production"&&(Number.isInteger(i)?i>o.length-1&&console.error([`MUI: The value provided (${i}) overflows.`,`The supported values are: ${JSON.stringify(o)}.`,`${i} > ${o.length-1}, you need to add the missing values.`].join(`
|
|
142
142
|
`)):console.error([`MUI: The \`theme.${t}\` array type cannot be combined with non integer values.You should either use an integer value that can be used as index, or define the \`theme.${t}\` as a number.`].join(`
|
|
143
143
|
`)));const a=o[i];return s>=0?a:typeof a=="number"?-a:`-${a}`}:typeof o=="function"?o:(process.env.NODE_ENV!=="production"&&console.error([`MUI: The \`theme.${t}\` value (${o}) is invalid.`,"It should be a number, an array or a function."].join(`
|
|
144
|
-
`)),()=>{})}function qo(e){return yr(e,"spacing",8,"spacing")}function br(e,t){return typeof t=="string"||t==null?t:e(t)}function gw(e,t){return r=>e.reduce((n,o)=>(n[o]=br(t,r),n),{})}function mw(e,t,r,n){if(!t.includes(r))return null;const o=pw(r),s=gw(o,n),i=e[r];return at(e,i,s)}function Xl(e,t){const r=qo(e.theme);return Object.keys(e).map(n=>mw(e,t,n,r)).reduce(mr,{})}function ye(e){return Xl(e,pn)}ye.propTypes=process.env.NODE_ENV!=="production"?pn.reduce((e,t)=>(e[t]=mt,e),{}):{},ye.filterProps=pn;function be(e){return Xl(e,hn)}be.propTypes=process.env.NODE_ENV!=="production"?hn.reduce((e,t)=>(e[t]=mt,e),{}):{},be.filterProps=hn,process.env.NODE_ENV!=="production"&&hw.reduce((e,t)=>(e[t]=mt,e),{});function gn(...e){const t=e.reduce((n,o)=>(o.filterProps.forEach(s=>{n[s]=o}),n),{}),r=n=>Object.keys(n).reduce((o,s)=>t[s]?mr(o,t[s](n)):o,{});return r.propTypes=process.env.NODE_ENV!=="production"?e.reduce((n,o)=>Object.assign(n,o.propTypes),{}):{},r.filterProps=e.reduce((n,o)=>n.concat(o.filterProps),[]),r}function We(e){return typeof e!="number"?e:`${e}px solid`}function Ge(e,t){return Te({prop:e,themeKey:"borders",transform:t})}const yw=Ge("border",We),bw=Ge("borderTop",We),vw=Ge("borderRight",We),Tw=Ge("borderBottom",We),Sw=Ge("borderLeft",We),_w=Ge("borderColor"),ww=Ge("borderTopColor"),Cw=Ge("borderRightColor"),Ew=Ge("borderBottomColor"),xw=Ge("borderLeftColor"),Aw=Ge("outline",We),Ow=Ge("outlineColor"),mn=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=yr(e.theme,"shape.borderRadius",4,"borderRadius"),r=n=>({borderRadius:br(t,n)});return at(e,e.borderRadius,r)}return null};mn.propTypes=process.env.NODE_ENV!=="production"?{borderRadius:mt}:{},mn.filterProps=["borderRadius"],gn(yw,bw,vw,Tw,Sw,_w,ww,Cw,Ew,xw,mn,Aw,Ow);const yn=e=>{if(e.gap!==void 0&&e.gap!==null){const t=yr(e.theme,"spacing",8,"gap"),r=n=>({gap:br(t,n)});return at(e,e.gap,r)}return null};yn.propTypes=process.env.NODE_ENV!=="production"?{gap:mt}:{},yn.filterProps=["gap"];const bn=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=yr(e.theme,"spacing",8,"columnGap"),r=n=>({columnGap:br(t,n)});return at(e,e.columnGap,r)}return null};bn.propTypes=process.env.NODE_ENV!=="production"?{columnGap:mt}:{},bn.filterProps=["columnGap"];const vn=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=yr(e.theme,"spacing",8,"rowGap"),r=n=>({rowGap:br(t,n)});return at(e,e.rowGap,r)}return null};vn.propTypes=process.env.NODE_ENV!=="production"?{rowGap:mt}:{},vn.filterProps=["rowGap"];const $w=Te({prop:"gridColumn"}),Pw=Te({prop:"gridRow"}),Iw=Te({prop:"gridAutoFlow"}),kw=Te({prop:"gridAutoColumns"}),Mw=Te({prop:"gridAutoRows"}),Dw=Te({prop:"gridTemplateColumns"}),Fw=Te({prop:"gridTemplateRows"}),Nw=Te({prop:"gridTemplateAreas"}),Lw=Te({prop:"gridArea"});gn(yn,bn,vn,$w,Pw,Iw,kw,Mw,Dw,Fw,Nw,Lw);function Bt(e,t){return t==="grey"?t:e}const jw=Te({prop:"color",themeKey:"palette",transform:Bt}),zw=Te({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:Bt}),Bw=Te({prop:"backgroundColor",themeKey:"palette",transform:Bt});gn(jw,zw,Bw);function Ue(e){return e<=1&&e!==0?`${e*100}%`:e}const Uw=Te({prop:"width",transform:Ue}),Ko=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=r=>{var o,s,i,a,c;const n=((i=(s=(o=e.theme)==null?void 0:o.breakpoints)==null?void 0:s.values)==null?void 0:i[r])||un[r];return n?((c=(a=e.theme)==null?void 0:a.breakpoints)==null?void 0:c.unit)!=="px"?{maxWidth:`${n}${e.theme.breakpoints.unit}`}:{maxWidth:n}:{maxWidth:Ue(r)}};return at(e,e.maxWidth,t)}return null};Ko.filterProps=["maxWidth"];const Vw=Te({prop:"minWidth",transform:Ue}),Ww=Te({prop:"height",transform:Ue}),Gw=Te({prop:"maxHeight",transform:Ue}),Hw=Te({prop:"minHeight",transform:Ue});Te({prop:"size",cssProperty:"width",transform:Ue}),Te({prop:"size",cssProperty:"height",transform:Ue});const Yw=Te({prop:"boxSizing"});gn(Uw,Ko,Vw,Ww,Gw,Hw,Yw);const Tn={border:{themeKey:"borders",transform:We},borderTop:{themeKey:"borders",transform:We},borderRight:{themeKey:"borders",transform:We},borderBottom:{themeKey:"borders",transform:We},borderLeft:{themeKey:"borders",transform:We},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:We},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:mn},color:{themeKey:"palette",transform:Bt},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:Bt},backgroundColor:{themeKey:"palette",transform:Bt},p:{style:be},pt:{style:be},pr:{style:be},pb:{style:be},pl:{style:be},px:{style:be},py:{style:be},padding:{style:be},paddingTop:{style:be},paddingRight:{style:be},paddingBottom:{style:be},paddingLeft:{style:be},paddingX:{style:be},paddingY:{style:be},paddingInline:{style:be},paddingInlineStart:{style:be},paddingInlineEnd:{style:be},paddingBlock:{style:be},paddingBlockStart:{style:be},paddingBlockEnd:{style:be},m:{style:ye},mt:{style:ye},mr:{style:ye},mb:{style:ye},ml:{style:ye},mx:{style:ye},my:{style:ye},margin:{style:ye},marginTop:{style:ye},marginRight:{style:ye},marginBottom:{style:ye},marginLeft:{style:ye},marginX:{style:ye},marginY:{style:ye},marginInline:{style:ye},marginInlineStart:{style:ye},marginInlineEnd:{style:ye},marginBlock:{style:ye},marginBlockStart:{style:ye},marginBlockEnd:{style:ye},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:yn},rowGap:{style:vn},columnGap:{style:bn},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:Ue},maxWidth:{style:Ko},minWidth:{transform:Ue},height:{transform:Ue},maxHeight:{transform:Ue},minHeight:{transform:Ue},boxSizing:{},font:{themeKey:"font"},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};function qw(...e){const t=e.reduce((n,o)=>n.concat(Object.keys(o)),[]),r=new Set(t);return e.every(n=>r.size===Object.keys(n).length)}function Kw(e,t){return typeof e=="function"?e(t):e}function Jw(){function e(r,n,o,s){const i={[r]:n,theme:o},a=s[r];if(!a)return{[r]:n};const{cssProperty:c=r,themeKey:u,transform:d,style:f}=a;if(n==null)return null;if(u==="typography"&&n==="inherit")return{[r]:n};const p=fn(o,u)||{};return f?f(i):at(i,n,b=>{let h=dn(p,d,b);return b===h&&typeof b=="string"&&(h=dn(p,d,`${r}${b==="default"?"":xt(b)}`,b)),c===!1?h:{[c]:h}})}function t(r){const{sx:n,theme:o={}}=r||{};if(!n)return null;const s=o.unstable_sxConfig??Tn;function i(a){let c=a;if(typeof a=="function")c=a(o);else if(typeof a!="object")return a;if(!c)return null;const u=lw(o.breakpoints),d=Object.keys(u);let f=u;return Object.keys(c).forEach(p=>{const y=Kw(c[p],o);if(y!=null)if(typeof y=="object")if(s[p])f=mr(f,e(p,y,o,s));else{const b=at({theme:o},y,h=>({[p]:h}));qw(b,y)?f[p]=t({sx:y,theme:o}):f=mr(f,b)}else f=mr(f,e(p,y,o,s))}),nw(o,cw(d,f))}return Array.isArray(n)?n.map(i):i(n)}return t}const Ut=Jw();Ut.filterProps=["sx"];function Jo(){return Jo=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Jo.apply(null,arguments)}function Zw(e){for(var t=0,r,n=0,o=e.length;o>=4;++n,o-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var Xw={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};function Ql(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var Qw=/[A-Z]|^ms/g,Rw=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Rl=function(t){return t.charCodeAt(1)===45},ec=function(t){return t!=null&&typeof t!="boolean"},Zo=Ql(function(e){return Rl(e)?e:e.replace(Qw,"-$&").toLowerCase()}),tc=function(t,r){switch(t){case"animation":case"animationName":if(typeof r=="string")return r.replace(Rw,function(n,o,s){return Xe={name:o,styles:s,next:Xe},o})}return Xw[t]!==1&&!Rl(t)&&typeof r=="number"&&r!==0?r+"px":r};function vr(e,t,r){if(r==null)return"";var n=r;if(n.__emotion_styles!==void 0)return n;switch(typeof r){case"boolean":return"";case"object":{var o=r;if(o.anim===1)return Xe={name:o.name,styles:o.styles,next:Xe},o.name;var s=r;if(s.styles!==void 0){var i=s.next;if(i!==void 0)for(;i!==void 0;)Xe={name:i.name,styles:i.styles,next:Xe},i=i.next;var a=s.styles+";";return a}return eC(e,t,r)}case"function":{if(e!==void 0){var c=Xe,u=r(e);return Xe=c,vr(e,t,u)}break}}var d=r;if(t==null)return d;var f=t[d];return f!==void 0?f:d}function eC(e,t,r){var n="";if(Array.isArray(r))for(var o=0;o<r.length;o++)n+=vr(e,t,r[o])+";";else for(var s in r){var i=r[s];if(typeof i!="object"){var a=i;t!=null&&t[a]!==void 0?n+=s+"{"+t[a]+"}":ec(a)&&(n+=Zo(s)+":"+tc(s,a)+";")}else if(Array.isArray(i)&&typeof i[0]=="string"&&(t==null||t[i[0]]===void 0))for(var c=0;c<i.length;c++)ec(i[c])&&(n+=Zo(s)+":"+tc(s,i[c])+";");else{var u=vr(e,t,i);switch(s){case"animation":case"animationName":{n+=Zo(s)+":"+u+";";break}default:n+=s+"{"+u+"}"}}}return n}var rc=/label:\s*([^\s;{]+)\s*(;|$)/g,Xe;function nc(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,o="";Xe=void 0;var s=e[0];if(s==null||s.raw===void 0)n=!1,o+=vr(r,t,s);else{var i=s;o+=i[0]}for(var a=1;a<e.length;a++)if(o+=vr(r,t,e[a]),n){var c=s;o+=c[a]}rc.lastIndex=0;for(var u="",d;(d=rc.exec(o))!==null;)u+="-"+d[1];var f=Zw(o)+u;return{name:f,styles:o,next:Xe}}var tC=function(t){return t()},rC=Oe.useInsertionEffect?Oe.useInsertionEffect:!1,nC=rC||tC,oC=!0;function sC(e,t,r){var n="";return r.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):o&&(n+=o+" ")}),n}var oc=function(t,r,n){var o=t.key+"-"+r.name;(n===!1||oC===!1)&&t.registered[o]===void 0&&(t.registered[o]=r.styles)},iC=function(t,r,n){oc(t,r,n);var o=t.key+"-"+r.name;if(t.inserted[r.name]===void 0){var s=r;do t.insert(r===s?"."+o:"",s,t.sheet,!0),s=s.next;while(s!==void 0)}},aC=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,lC=Ql(function(e){return aC.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91}),cC=lC,uC=function(t){return t!=="theme"},sc=function(t){return typeof t=="string"&&t.charCodeAt(0)>96?cC:uC},ic=function(t,r,n){var o;if(r){var s=r.shouldForwardProp;o=t.__emotion_forwardProp&&s?function(i){return t.__emotion_forwardProp(i)&&s(i)}:s}return typeof o!="function"&&n&&(o=t.__emotion_forwardProp),o},fC=function(t){var r=t.cache,n=t.serialized,o=t.isStringTag;return oc(r,n,o),nC(function(){return iC(r,n,o)}),null},dC=function e(t,r){var n=t.__emotion_real===t,o=n&&t.__emotion_base||t,s,i;r!==void 0&&(s=r.label,i=r.target);var a=ic(t,r,n),c=a||sc(o),u=!c("as");return function(){var d=arguments,f=n&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(s!==void 0&&f.push("label:"+s+";"),d[0]==null||d[0].raw===void 0)f.push.apply(f,d);else{var p=d[0];f.push(p[0]);for(var y=d.length,b=1;b<y;b++)f.push(d[b],p[b])}var h=vs.withEmotionCache(function(C,x,F){var $=u&&C.as||o,w="",S=[],I=C;if(C.theme==null){I={};for(var j in C)I[j]=C[j];I.theme=Oe.useContext(vs.ThemeContext)}typeof C.className=="string"?w=sC(x.registered,S,C.className):C.className!=null&&(w=C.className+" ");var H=nc(f.concat(S),x.registered,I);w+=x.key+"-"+H.name,i!==void 0&&(w+=" "+i);var U=u&&a===void 0?sc($):c,m={};for(var A in C)u&&A==="as"||U(A)&&(m[A]=C[A]);return m.className=w,F&&(m.ref=F),Oe.createElement(Oe.Fragment,null,Oe.createElement(fC,{cache:x,serialized:H,isStringTag:typeof $=="string"}),Oe.createElement($,m))});return h.displayName=s!==void 0?s:"Styled("+(typeof o=="string"?o:o.displayName||o.name||"Component")+")",h.defaultProps=t.defaultProps,h.__emotion_real=h,h.__emotion_base=o,h.__emotion_styles=f,h.__emotion_forwardProp=a,Object.defineProperty(h,"toString",{value:function(){return"."+i}}),h.withComponent=function(C,x){var F=e(C,Jo({},r,x,{shouldForwardProp:ic(h,x,!0)}));return F.apply(void 0,f)},h}},pC=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],Xo=dC.bind(null);pC.forEach(function(e){Xo[e]=Xo(e)});/**
|
|
145
|
-
* @mui/styled-engine v6.4.
|
|
144
|
+
`)),()=>{})}function ls(e){return vn(e,"spacing",8,"spacing")}function Tn(e,t){return typeof t=="string"||t==null?t:e(t)}function Ew(e,t){return n=>e.reduce((r,o)=>(r[o]=Tn(t,n),r),{})}function xw(e,t,n,r){if(!t.includes(n))return null;const o=_w(n),s=Ew(o,r),i=e[n];return lt(e,i,s)}function hc(e,t){const n=ls(e.theme);return Object.keys(e).map(r=>xw(e,t,r,n)).reduce(bn,{})}function ye(e){return hc(e,vr)}ye.propTypes=process.env.NODE_ENV!=="production"?vr.reduce((e,t)=>(e[t]=yt,e),{}):{},ye.filterProps=vr;function be(e){return hc(e,Tr)}be.propTypes=process.env.NODE_ENV!=="production"?Tr.reduce((e,t)=>(e[t]=yt,e),{}):{},be.filterProps=Tr,process.env.NODE_ENV!=="production"&&Cw.reduce((e,t)=>(e[t]=yt,e),{});function Sr(...e){const t=e.reduce((r,o)=>(o.filterProps.forEach(s=>{r[s]=o}),r),{}),n=r=>Object.keys(r).reduce((o,s)=>t[s]?bn(o,t[s](r)):o,{});return n.propTypes=process.env.NODE_ENV!=="production"?e.reduce((r,o)=>Object.assign(r,o.propTypes),{}):{},n.filterProps=e.reduce((r,o)=>r.concat(o.filterProps),[]),n}function Ve(e){return typeof e!="number"?e:`${e}px solid`}function Ge(e,t){return ve({prop:e,themeKey:"borders",transform:t})}const Aw=Ge("border",Ve),Ow=Ge("borderTop",Ve),$w=Ge("borderRight",Ve),Pw=Ge("borderBottom",Ve),Iw=Ge("borderLeft",Ve),kw=Ge("borderColor"),Mw=Ge("borderTopColor"),Dw=Ge("borderRightColor"),Fw=Ge("borderBottomColor"),Nw=Ge("borderLeftColor"),Lw=Ge("outline",Ve),jw=Ge("outlineColor"),wr=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=vn(e.theme,"shape.borderRadius",4,"borderRadius"),n=r=>({borderRadius:Tn(t,r)});return lt(e,e.borderRadius,n)}return null};wr.propTypes=process.env.NODE_ENV!=="production"?{borderRadius:yt}:{},wr.filterProps=["borderRadius"],Sr(Aw,Ow,$w,Pw,Iw,kw,Mw,Dw,Fw,Nw,wr,Lw,jw);const _r=e=>{if(e.gap!==void 0&&e.gap!==null){const t=vn(e.theme,"spacing",8,"gap"),n=r=>({gap:Tn(t,r)});return lt(e,e.gap,n)}return null};_r.propTypes=process.env.NODE_ENV!=="production"?{gap:yt}:{},_r.filterProps=["gap"];const Cr=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=vn(e.theme,"spacing",8,"columnGap"),n=r=>({columnGap:Tn(t,r)});return lt(e,e.columnGap,n)}return null};Cr.propTypes=process.env.NODE_ENV!=="production"?{columnGap:yt}:{},Cr.filterProps=["columnGap"];const Er=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=vn(e.theme,"spacing",8,"rowGap"),n=r=>({rowGap:Tn(t,r)});return lt(e,e.rowGap,n)}return null};Er.propTypes=process.env.NODE_ENV!=="production"?{rowGap:yt}:{},Er.filterProps=["rowGap"];const zw=ve({prop:"gridColumn"}),Bw=ve({prop:"gridRow"}),Uw=ve({prop:"gridAutoFlow"}),Vw=ve({prop:"gridAutoColumns"}),Gw=ve({prop:"gridAutoRows"}),Ww=ve({prop:"gridTemplateColumns"}),Hw=ve({prop:"gridTemplateRows"}),Yw=ve({prop:"gridTemplateAreas"}),qw=ve({prop:"gridArea"});Sr(_r,Cr,Er,zw,Bw,Uw,Vw,Gw,Ww,Hw,Yw,qw);function Vt(e,t){return t==="grey"?t:e}const Jw=ve({prop:"color",themeKey:"palette",transform:Vt}),Kw=ve({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:Vt}),Zw=ve({prop:"backgroundColor",themeKey:"palette",transform:Vt});Sr(Jw,Kw,Zw);function Be(e){return e<=1&&e!==0?`${e*100}%`:e}const Xw=ve({prop:"width",transform:Be}),cs=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=n=>{var o,s,i,a,c;const r=((i=(s=(o=e.theme)==null?void 0:o.breakpoints)==null?void 0:s.values)==null?void 0:i[n])||mr[n];return r?((c=(a=e.theme)==null?void 0:a.breakpoints)==null?void 0:c.unit)!=="px"?{maxWidth:`${r}${e.theme.breakpoints.unit}`}:{maxWidth:r}:{maxWidth:Be(n)}};return lt(e,e.maxWidth,t)}return null};cs.filterProps=["maxWidth"];const Qw=ve({prop:"minWidth",transform:Be}),Rw=ve({prop:"height",transform:Be}),e_=ve({prop:"maxHeight",transform:Be}),t_=ve({prop:"minHeight",transform:Be});ve({prop:"size",cssProperty:"width",transform:Be}),ve({prop:"size",cssProperty:"height",transform:Be});const n_=ve({prop:"boxSizing"});Sr(Xw,cs,Qw,Rw,e_,t_,n_);const xr={border:{themeKey:"borders",transform:Ve},borderTop:{themeKey:"borders",transform:Ve},borderRight:{themeKey:"borders",transform:Ve},borderBottom:{themeKey:"borders",transform:Ve},borderLeft:{themeKey:"borders",transform:Ve},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:Ve},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:wr},color:{themeKey:"palette",transform:Vt},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:Vt},backgroundColor:{themeKey:"palette",transform:Vt},p:{style:be},pt:{style:be},pr:{style:be},pb:{style:be},pl:{style:be},px:{style:be},py:{style:be},padding:{style:be},paddingTop:{style:be},paddingRight:{style:be},paddingBottom:{style:be},paddingLeft:{style:be},paddingX:{style:be},paddingY:{style:be},paddingInline:{style:be},paddingInlineStart:{style:be},paddingInlineEnd:{style:be},paddingBlock:{style:be},paddingBlockStart:{style:be},paddingBlockEnd:{style:be},m:{style:ye},mt:{style:ye},mr:{style:ye},mb:{style:ye},ml:{style:ye},mx:{style:ye},my:{style:ye},margin:{style:ye},marginTop:{style:ye},marginRight:{style:ye},marginBottom:{style:ye},marginLeft:{style:ye},marginX:{style:ye},marginY:{style:ye},marginInline:{style:ye},marginInlineStart:{style:ye},marginInlineEnd:{style:ye},marginBlock:{style:ye},marginBlockStart:{style:ye},marginBlockEnd:{style:ye},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:_r},rowGap:{style:Er},columnGap:{style:Cr},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:Be},maxWidth:{style:cs},minWidth:{transform:Be},height:{transform:Be},maxHeight:{transform:Be},minHeight:{transform:Be},boxSizing:{},font:{themeKey:"font"},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};function r_(...e){const t=e.reduce((r,o)=>r.concat(Object.keys(o)),[]),n=new Set(t);return e.every(r=>n.size===Object.keys(r).length)}function o_(e,t){return typeof e=="function"?e(t):e}function s_(){function e(n,r,o,s){const i={[n]:r,theme:o},a=s[n];if(!a)return{[n]:r};const{cssProperty:c=n,themeKey:u,transform:d,style:f}=a;if(r==null)return null;if(u==="typography"&&r==="inherit")return{[n]:r};const h=yr(o,u)||{};return f?f(i):lt(i,r,v=>{let g=br(h,d,v);return v===g&&typeof v=="string"&&(g=br(h,d,`${n}${v==="default"?"":xt(v)}`,v)),c===!1?g:{[c]:g}})}function t(n){const{sx:r,theme:o={}}=n||{};if(!r)return null;const s=o.unstable_sxConfig??xr;function i(a){let c=a;if(typeof a=="function")c=a(o);else if(typeof a!="object")return a;if(!c)return null;const u=bw(o.breakpoints),d=Object.keys(u);let f=u;return Object.keys(c).forEach(h=>{const y=o_(c[h],o);if(y!=null)if(typeof y=="object")if(s[h])f=bn(f,e(h,y,o,s));else{const v=lt({theme:o},y,g=>({[h]:g}));r_(v,y)?f[h]=t({sx:y,theme:o}):f=bn(f,v)}else f=bn(f,e(h,y,o,s))}),pw(o,vw(d,f))}return Array.isArray(r)?r.map(i):i(r)}return t}const Gt=s_();Gt.filterProps=["sx"];function us(){return us=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},us.apply(null,arguments)}function i_(e){for(var t=0,n,r=0,o=e.length;o>=4;++r,o-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var a_={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};function gc(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var l_=/[A-Z]|^ms/g,c_=/_EMO_([^_]+?)_([^]*?)_EMO_/g,mc=function(t){return t.charCodeAt(1)===45},yc=function(t){return t!=null&&typeof t!="boolean"},fs=gc(function(e){return mc(e)?e:e.replace(l_,"-$&").toLowerCase()}),bc=function(t,n){switch(t){case"animation":case"animationName":if(typeof n=="string")return n.replace(c_,function(r,o,s){return Qe={name:o,styles:s,next:Qe},o})}return a_[t]!==1&&!mc(t)&&typeof n=="number"&&n!==0?n+"px":n};function Sn(e,t,n){if(n==null)return"";var r=n;if(r.__emotion_styles!==void 0)return r;switch(typeof n){case"boolean":return"";case"object":{var o=n;if(o.anim===1)return Qe={name:o.name,styles:o.styles,next:Qe},o.name;var s=n;if(s.styles!==void 0){var i=s.next;if(i!==void 0)for(;i!==void 0;)Qe={name:i.name,styles:i.styles,next:Qe},i=i.next;var a=s.styles+";";return a}return u_(e,t,n)}case"function":{if(e!==void 0){var c=Qe,u=n(e);return Qe=c,Sn(e,t,u)}break}}var d=n;if(t==null)return d;var f=t[d];return f!==void 0?f:d}function u_(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=Sn(e,t,n[o])+";";else for(var s in n){var i=n[s];if(typeof i!="object"){var a=i;t!=null&&t[a]!==void 0?r+=s+"{"+t[a]+"}":yc(a)&&(r+=fs(s)+":"+bc(s,a)+";")}else if(Array.isArray(i)&&typeof i[0]=="string"&&(t==null||t[i[0]]===void 0))for(var c=0;c<i.length;c++)yc(i[c])&&(r+=fs(s)+":"+bc(s,i[c])+";");else{var u=Sn(e,t,i);switch(s){case"animation":case"animationName":{r+=fs(s)+":"+u+";";break}default:r+=s+"{"+u+"}"}}}return r}var vc=/label:\s*([^\s;{]+)\s*(;|$)/g,Qe;function Tc(e,t,n){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var r=!0,o="";Qe=void 0;var s=e[0];if(s==null||s.raw===void 0)r=!1,o+=Sn(n,t,s);else{var i=s;o+=i[0]}for(var a=1;a<e.length;a++)if(o+=Sn(n,t,e[a]),r){var c=s;o+=c[a]}vc.lastIndex=0;for(var u="",d;(d=vc.exec(o))!==null;)u+="-"+d[1];var f=i_(o)+u;return{name:f,styles:o,next:Qe}}var f_=function(t){return t()},d_=$e.useInsertionEffect?$e.useInsertionEffect:!1,p_=d_||f_,h_=!0;function g_(e,t,n){var r="";return n.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):o&&(r+=o+" ")}),r}var Sc=function(t,n,r){var o=t.key+"-"+n.name;(r===!1||h_===!1)&&t.registered[o]===void 0&&(t.registered[o]=n.styles)},m_=function(t,n,r){Sc(t,n,r);var o=t.key+"-"+n.name;if(t.inserted[n.name]===void 0){var s=n;do t.insert(n===s?"."+o:"",s,t.sheet,!0),s=s.next;while(s!==void 0)}},y_=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,b_=gc(function(e){return y_.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91}),v_=b_,T_=function(t){return t!=="theme"},wc=function(t){return typeof t=="string"&&t.charCodeAt(0)>96?v_:T_},_c=function(t,n,r){var o;if(n){var s=n.shouldForwardProp;o=t.__emotion_forwardProp&&s?function(i){return t.__emotion_forwardProp(i)&&s(i)}:s}return typeof o!="function"&&r&&(o=t.__emotion_forwardProp),o},S_=function(t){var n=t.cache,r=t.serialized,o=t.isStringTag;return Sc(n,r,o),p_(function(){return m_(n,r,o)}),null},w_=function e(t,n){var r=t.__emotion_real===t,o=r&&t.__emotion_base||t,s,i;n!==void 0&&(s=n.label,i=n.target);var a=_c(t,n,r),c=a||wc(o),u=!c("as");return function(){var d=arguments,f=r&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(s!==void 0&&f.push("label:"+s+";"),d[0]==null||d[0].raw===void 0)f.push.apply(f,d);else{var h=d[0];f.push(h[0]);for(var y=d.length,v=1;v<y;v++)f.push(d[v],h[v])}var g=Js.withEmotionCache(function(S,E,P){var O=u&&S.as||o,w="",C=[],x=S;if(S.theme==null){x={};for(var L in S)x[L]=S[L];x.theme=$e.useContext(Js.ThemeContext)}typeof S.className=="string"?w=g_(E.registered,C,S.className):S.className!=null&&(w=S.className+" ");var G=Tc(f.concat(C),E.registered,x);w+=E.key+"-"+G.name,i!==void 0&&(w+=" "+i);var B=u&&a===void 0?wc(O):c,m={};for(var $ in S)u&&$==="as"||B($)&&(m[$]=S[$]);return m.className=w,P&&(m.ref=P),$e.createElement($e.Fragment,null,$e.createElement(S_,{cache:E,serialized:G,isStringTag:typeof O=="string"}),$e.createElement(O,m))});return g.displayName=s!==void 0?s:"Styled("+(typeof o=="string"?o:o.displayName||o.name||"Component")+")",g.defaultProps=t.defaultProps,g.__emotion_real=g,g.__emotion_base=o,g.__emotion_styles=f,g.__emotion_forwardProp=a,Object.defineProperty(g,"toString",{value:function(){return"."+i}}),g.withComponent=function(S,E){var P=e(S,us({},n,E,{shouldForwardProp:_c(g,E,!0)}));return P.apply(void 0,f)},g}},__=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],ds=w_.bind(null);__.forEach(function(e){ds[e]=ds(e)});/**
|
|
145
|
+
* @mui/styled-engine v6.4.6
|
|
146
146
|
*
|
|
147
147
|
* @license MIT
|
|
148
148
|
* This source code is licensed under the MIT license found in the
|
|
149
149
|
* LICENSE file in the root directory of this source tree.
|
|
150
|
-
*/function
|
|
151
|
-
`)):
|
|
152
|
-
The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().`:
|
|
153
|
-
The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:
|
|
154
|
-
`))}return
|
|
155
|
-
The color object needs to have a \`main\` property or a \`${
|
|
156
|
-
\`color.main\` should be a string, but \`${JSON.stringify(
|
|
150
|
+
*/function C_(e,t){const n=ds(e,t);return process.env.NODE_ENV!=="production"?(...r)=>{const o=typeof e=="string"?`"${e}"`:"component";return r.length===0?console.error([`MUI: Seems like you called \`styled(${o})()\` without a \`style\` argument.`,'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join(`
|
|
151
|
+
`)):r.some(s=>s===void 0)&&console.error(`MUI: the styled(${o})(...args) API requires all its args to be defined.`),n(...r)}:n}function E_(e,t){Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))}const Cc=[];function Ec(e){return Cc[0]=e,Tc(Cc)}const x_=e=>{const t=Object.keys(e).map(n=>({key:n,val:e[n]}))||[];return t.sort((n,r)=>n.val-r.val),t.reduce((n,r)=>({...n,[r.key]:r.val}),{})};function A_(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:n="px",step:r=5,...o}=e,s=x_(t),i=Object.keys(s);function a(h){return`@media (min-width:${typeof t[h]=="number"?t[h]:h}${n})`}function c(h){return`@media (max-width:${(typeof t[h]=="number"?t[h]:h)-r/100}${n})`}function u(h,y){const v=i.indexOf(y);return`@media (min-width:${typeof t[h]=="number"?t[h]:h}${n}) and (max-width:${(v!==-1&&typeof t[i[v]]=="number"?t[i[v]]:y)-r/100}${n})`}function d(h){return i.indexOf(h)+1<i.length?u(h,i[i.indexOf(h)+1]):a(h)}function f(h){const y=i.indexOf(h);return y===0?a(i[1]):y===i.length-1?c(i[y]):u(h,i[i.indexOf(h)+1]).replace("@media","@media not all and")}return{keys:i,values:s,up:a,down:c,between:u,only:d,not:f,unit:n,...o}}const O_={borderRadius:4};function xc(e=8,t=ls({spacing:e})){if(e.mui)return e;const n=(...r)=>(process.env.NODE_ENV!=="production"&&(r.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${r.length}`)),(r.length===0?[1]:r).map(s=>{const i=t(s);return typeof i=="number"?`${i}px`:i}).join(" "));return n.mui=!0,n}function $_(e,t){var r;const n=this;if(n.vars){if(!((r=n.colorSchemes)!=null&&r[e])||typeof n.getColorSchemeSelector!="function")return{};let o=n.getColorSchemeSelector(e);return o==="&"?t:((o.includes("data-")||o.includes("."))&&(o=`*:where(${o.replace(/\s*&$/,"")}) &`),{[o]:t})}return n.palette.mode===e?t:{}}function Ac(e={},...t){const{breakpoints:n={},palette:r={},spacing:o,shape:s={},...i}=e,a=A_(n),c=xc(o);let u=ze({breakpoints:a,direction:"ltr",components:{},palette:{mode:"light",...r},spacing:c,shape:{...O_,...s}},i);return u=mw(u),u.applyStyles=$_,u=t.reduce((d,f)=>ze(d,f),u),u.unstable_sxConfig={...xr,...i==null?void 0:i.unstable_sxConfig},u.unstable_sx=function(f){return Gt({sx:f,theme:this})},u}function Oc(e){const{variants:t,...n}=e,r={variants:t,style:Ec(n),isProcessed:!0};return r.style===n||t&&t.forEach(o=>{typeof o.style!="function"&&(o.style=Ec(o.style))}),r}const P_=Ac();function ps(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}function I_(e){return e?(t,n)=>n[e]:null}function k_(e,t,n){e.theme=N_(e.theme)?n:e.theme[t]||e.theme}function Ar(e,t){const n=typeof t=="function"?t(e):t;if(Array.isArray(n))return n.flatMap(r=>Ar(e,r));if(Array.isArray(n==null?void 0:n.variants)){let r;if(n.isProcessed)r=n.style;else{const{variants:o,...s}=n;r=s}return $c(e,n.variants,[r])}return n!=null&&n.isProcessed?n.style:n}function $c(e,t,n=[]){var o;let r;e:for(let s=0;s<t.length;s+=1){const i=t[s];if(typeof i.props=="function"){if(r??(r={...e,...e.ownerState,ownerState:e.ownerState}),!i.props(r))continue}else for(const a in i.props)if(e[a]!==i.props[a]&&((o=e.ownerState)==null?void 0:o[a])!==i.props[a])continue e;typeof i.style=="function"?(r??(r={...e,...e.ownerState,ownerState:e.ownerState}),n.push(i.style(r))):n.push(i.style)}return n}function M_(e={}){const{themeId:t,defaultTheme:n=P_,rootShouldForwardProp:r=ps,slotShouldForwardProp:o=ps}=e;function s(a){k_(a,t,n)}return(a,c={})=>{E_(a,C=>C.filter(x=>x!==Gt));const{name:u,slot:d,skipVariantsResolver:f,skipSx:h,overridesResolver:y=I_(Pc(d)),...v}=c,g=f!==void 0?f:d&&d!=="Root"&&d!=="root"||!1,S=h||!1;let E=ps;d==="Root"||d==="root"?E=r:d?E=o:L_(a)&&(E=void 0);const P=C_(a,{shouldForwardProp:E,label:F_(u,d),...v}),O=C=>{if(typeof C=="function"&&C.__emotion_real!==C)return function(L){return Ar(L,C)};if(at(C)){const x=Oc(C);return x.variants?function(G){return Ar(G,x)}:x.style}return C},w=(...C)=>{const x=[],L=C.map(O),G=[];if(x.push(s),u&&y&&G.push(function(j){var ue,ge;const Z=(ge=(ue=j.theme.components)==null?void 0:ue[u])==null?void 0:ge.styleOverrides;if(!Z)return null;const se={};for(const me in Z)se[me]=Ar(j,Z[me]);return y(j,se)}),u&&!g&&G.push(function(j){var se,ue;const Y=j.theme,Z=(ue=(se=Y==null?void 0:Y.components)==null?void 0:se[u])==null?void 0:ue.variants;return Z?$c(j,Z):null}),S||G.push(Gt),Array.isArray(L[0])){const $=L.shift(),j=new Array(x.length).fill(""),Y=new Array(G.length).fill("");let Z;Z=[...j,...$,...Y],Z.raw=[...j,...$.raw,...Y],x.unshift(Z)}const B=[...x,...L,...G],m=P(...B);return a.muiName&&(m.muiName=a.muiName),process.env.NODE_ENV!=="production"&&(m.displayName=D_(u,d,a)),m};return P.withConfig&&(w.withConfig=P.withConfig),w}}function D_(e,t,n){return e?`${e}${xt(t||"")}`:`Styled(${aw(n)})`}function F_(e,t){let n;return process.env.NODE_ENV!=="production"&&e&&(n=`${e}-${Pc(t||"Root")}`),n}function N_(e){for(const t in e)return!1;return!0}function L_(e){return typeof e=="string"&&e.charCodeAt(0)>96}function Pc(e){return e&&e.charAt(0).toLowerCase()+e.slice(1)}function hs(e,t=0,n=1){return process.env.NODE_ENV!=="production"&&(e<t||e>n)&&console.error(`MUI: The value provided ${e} is out of range [${t}, ${n}].`),dw(e,t,n)}function j_(e){e=e.slice(1);const t=new RegExp(`.{1,${e.length>=6?2:1}}`,"g");let n=e.match(t);return n&&n[0].length===1&&(n=n.map(r=>r+r)),process.env.NODE_ENV!=="production"&&e.length!==e.trim().length&&console.error(`MUI: The color: "${e}" is invalid. Make sure the color input doesn't contain leading/trailing space.`),n?`rgb${n.length===4?"a":""}(${n.map((r,o)=>o<3?parseInt(r,16):Math.round(parseInt(r,16)/255*1e3)/1e3).join(", ")})`:""}function bt(e){if(e.type)return e;if(e.charAt(0)==="#")return bt(j_(e));const t=e.indexOf("("),n=e.substring(0,t);if(!["rgb","rgba","hsl","hsla","color"].includes(n))throw new Error(process.env.NODE_ENV!=="production"?`MUI: Unsupported \`${e}\` color.
|
|
152
|
+
The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().`:mt(9,e));let r=e.substring(t+1,e.length-1),o;if(n==="color"){if(r=r.split(" "),o=r.shift(),r.length===4&&r[3].charAt(0)==="/"&&(r[3]=r[3].slice(1)),!["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].includes(o))throw new Error(process.env.NODE_ENV!=="production"?`MUI: unsupported \`${o}\` color space.
|
|
153
|
+
The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:mt(10,o))}else r=r.split(",");return r=r.map(s=>parseFloat(s)),{type:n,values:r,colorSpace:o}}const z_=e=>{const t=bt(e);return t.values.slice(0,3).map((n,r)=>t.type.includes("hsl")&&r!==0?`${n}%`:n).join(" ")},wn=(e,t)=>{try{return z_(e)}catch{return t&&process.env.NODE_ENV!=="production"&&console.warn(t),e}};function Or(e){const{type:t,colorSpace:n}=e;let{values:r}=e;return t.includes("rgb")?r=r.map((o,s)=>s<3?parseInt(o,10):o):t.includes("hsl")&&(r[1]=`${r[1]}%`,r[2]=`${r[2]}%`),t.includes("color")?r=`${n} ${r.join(" ")}`:r=`${r.join(", ")}`,`${t}(${r})`}function Ic(e){e=bt(e);const{values:t}=e,n=t[0],r=t[1]/100,o=t[2]/100,s=r*Math.min(o,1-o),i=(u,d=(u+n/30)%12)=>o-s*Math.max(Math.min(d-3,9-d,1),-1);let a="rgb";const c=[Math.round(i(0)*255),Math.round(i(8)*255),Math.round(i(4)*255)];return e.type==="hsla"&&(a+="a",c.push(t[3])),Or({type:a,values:c})}function gs(e){e=bt(e);let t=e.type==="hsl"||e.type==="hsla"?bt(Ic(e)).values:e.values;return t=t.map(n=>(e.type!=="color"&&(n/=255),n<=.03928?n/12.92:((n+.055)/1.055)**2.4)),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function kc(e,t){const n=gs(e),r=gs(t);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)}function B_(e,t){return e=bt(e),t=hs(t),(e.type==="rgb"||e.type==="hsl")&&(e.type+="a"),e.type==="color"?e.values[3]=`/${t}`:e.values[3]=t,Or(e)}function $r(e,t,n){try{return B_(e,t)}catch{return e}}function ms(e,t){if(e=bt(e),t=hs(t),e.type.includes("hsl"))e.values[2]*=1-t;else if(e.type.includes("rgb")||e.type.includes("color"))for(let n=0;n<3;n+=1)e.values[n]*=1-t;return Or(e)}function le(e,t,n){try{return ms(e,t)}catch{return e}}function ys(e,t){if(e=bt(e),t=hs(t),e.type.includes("hsl"))e.values[2]+=(100-e.values[2])*t;else if(e.type.includes("rgb"))for(let n=0;n<3;n+=1)e.values[n]+=(255-e.values[n])*t;else if(e.type.includes("color"))for(let n=0;n<3;n+=1)e.values[n]+=(1-e.values[n])*t;return Or(e)}function ce(e,t,n){try{return ys(e,t)}catch{return e}}function U_(e,t=.15){return gs(e)>.5?ms(e,t):ys(e,t)}function Pr(e,t,n){try{return U_(e,t)}catch{return e}}const V_=$e.createContext(void 0);process.env.NODE_ENV!=="production"&&(ne.node,ne.object);function G_(e){const{theme:t,name:n,props:r}=e;if(!t||!t.components||!t.components[n])return r;const o=t.components[n];return o.defaultProps?is(o.defaultProps,r):!o.styleOverrides&&!o.variants?is(o,r):r}function W_({props:e,name:t}){const n=$e.useContext(V_);return G_({props:e,name:t,theme:{components:n}})}const Mc={theme:void 0};function H_(e){let t,n;return function(o){let s=t;return(s===void 0||o.theme!==n)&&(Mc.theme=o.theme,s=Oc(e(Mc)),t=s,n=o.theme),s}}function Y_(e=""){function t(...r){if(!r.length)return"";const o=r[0];return typeof o=="string"&&!o.match(/(#|\(|\)|(-?(\d*\.)?\d+)(px|em|%|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc))|^(-?(\d*\.)?\d+)$|(\d+ \d+ \d+)/)?`, var(--${e?`${e}-`:""}${o}${t(...r.slice(1))})`:`, ${o}`}return(r,...o)=>`var(--${e?`${e}-`:""}${r}${t(...o)})`}const Dc=(e,t,n,r=[])=>{let o=e;t.forEach((s,i)=>{i===t.length-1?Array.isArray(o)?o[Number(s)]=n:o&&typeof o=="object"&&(o[s]=n):o&&typeof o=="object"&&(o[s]||(o[s]=r.includes(s)?[]:{}),o=o[s])})},q_=(e,t,n)=>{function r(o,s=[],i=[]){Object.entries(o).forEach(([a,c])=>{(!n||n&&!n([...s,a]))&&c!=null&&(typeof c=="object"&&Object.keys(c).length>0?r(c,[...s,a],Array.isArray(c)?[...i,a]:i):t([...s,a],c,i))})}r(e)},J_=(e,t)=>typeof t=="number"?["lineHeight","fontWeight","opacity","zIndex"].some(r=>e.includes(r))||e[e.length-1].toLowerCase().includes("opacity")?t:`${t}px`:t;function bs(e,t){const{prefix:n,shouldSkipGeneratingVar:r}=t||{},o={},s={},i={};return q_(e,(a,c,u)=>{if((typeof c=="string"||typeof c=="number")&&(!r||!r(a,c))){const d=`--${n?`${n}-`:""}${a.join("-")}`,f=J_(a,c);Object.assign(o,{[d]:f}),Dc(s,a,`var(${d})`,u),Dc(i,a,`var(${d}, ${f})`,u)}},a=>a[0]==="vars"),{css:o,vars:s,varsWithDefaults:i}}function K_(e,t={}){const{getSelector:n=S,disableCssColorScheme:r,colorSchemeSelector:o}=t,{colorSchemes:s={},components:i,defaultColorScheme:a="light",...c}=e,{vars:u,css:d,varsWithDefaults:f}=bs(c,t);let h=f;const y={},{[a]:v,...g}=s;if(Object.entries(g||{}).forEach(([O,w])=>{const{vars:C,css:x,varsWithDefaults:L}=bs(w,t);h=ze(h,L),y[O]={css:x,vars:C}}),v){const{css:O,vars:w,varsWithDefaults:C}=bs(v,t);h=ze(h,C),y[a]={css:O,vars:w}}function S(O,w){var x,L;let C=o;if(o==="class"&&(C=".%s"),o==="data"&&(C="[data-%s]"),o!=null&&o.startsWith("data-")&&!o.includes("%s")&&(C=`[${o}="%s"]`),O){if(C==="media")return e.defaultColorScheme===O?":root":{[`@media (prefers-color-scheme: ${((L=(x=s[O])==null?void 0:x.palette)==null?void 0:L.mode)||O})`]:{":root":w}};if(C)return e.defaultColorScheme===O?`:root, ${C.replace("%s",String(O))}`:C.replace("%s",String(O))}return":root"}return{vars:h,generateThemeVars:()=>{let O={...u};return Object.entries(y).forEach(([,{vars:w}])=>{O=ze(O,w)}),O},generateStyleSheets:()=>{var G,B;const O=[],w=e.defaultColorScheme||"light";function C(m,$){Object.keys($).length&&O.push(typeof m=="string"?{[m]:{...$}}:m)}C(n(void 0,{...d}),d);const{[w]:x,...L}=y;if(x){const{css:m}=x,$=(B=(G=s[w])==null?void 0:G.palette)==null?void 0:B.mode,j=!r&&$?{colorScheme:$,...m}:{...m};C(n(w,{...j}),j)}return Object.entries(L).forEach(([m,{css:$}])=>{var Z,se;const j=(se=(Z=s[m])==null?void 0:Z.palette)==null?void 0:se.mode,Y=!r&&j?{colorScheme:j,...$}:{...$};C(n(m,{...Y}),Y)}),O}}}function Z_(e){return function(n){return e==="media"?(process.env.NODE_ENV!=="production"&&n!=="light"&&n!=="dark"&&console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${n}'.`),`@media (prefers-color-scheme: ${n})`):e?e.startsWith("data-")&&!e.includes("%s")?`[${e}="${n}"] &`:e==="class"?`.${n} &`:e==="data"?`[data-${n}] &`:`${e.replace("%s",n)} &`:"&"}}const _n={black:"#000",white:"#fff"},X_={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"},Wt={50:"#f3e5f5",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",700:"#7b1fa2"},Ht={300:"#e57373",400:"#ef5350",500:"#f44336",700:"#d32f2f",800:"#c62828"},Cn={300:"#ffb74d",400:"#ffa726",500:"#ff9800",700:"#f57c00",900:"#e65100"},Yt={50:"#e3f2fd",200:"#90caf9",400:"#42a5f5",700:"#1976d2",800:"#1565c0"},qt={300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",700:"#0288d1",900:"#01579b"},Jt={300:"#81c784",400:"#66bb6a",500:"#4caf50",700:"#388e3c",800:"#2e7d32",900:"#1b5e20"};function Fc(){return{text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:_n.white,default:_n.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}}}const Q_=Fc();function Nc(){return{text:{primary:_n.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:_n.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}}}const Lc=Nc();function jc(e,t,n,r){const o=r.light||r,s=r.dark||r*1.5;e[t]||(e.hasOwnProperty(n)?e[t]=e[n]:t==="light"?e.light=ys(e.main,o):t==="dark"&&(e.dark=ms(e.main,s)))}function R_(e="light"){return e==="dark"?{main:Yt[200],light:Yt[50],dark:Yt[400]}:{main:Yt[700],light:Yt[400],dark:Yt[800]}}function eC(e="light"){return e==="dark"?{main:Wt[200],light:Wt[50],dark:Wt[400]}:{main:Wt[500],light:Wt[300],dark:Wt[700]}}function tC(e="light"){return e==="dark"?{main:Ht[500],light:Ht[300],dark:Ht[700]}:{main:Ht[700],light:Ht[400],dark:Ht[800]}}function nC(e="light"){return e==="dark"?{main:qt[400],light:qt[300],dark:qt[700]}:{main:qt[700],light:qt[500],dark:qt[900]}}function rC(e="light"){return e==="dark"?{main:Jt[400],light:Jt[300],dark:Jt[700]}:{main:Jt[800],light:Jt[500],dark:Jt[900]}}function oC(e="light"){return e==="dark"?{main:Cn[400],light:Cn[300],dark:Cn[700]}:{main:"#ed6c02",light:Cn[500],dark:Cn[900]}}function vs(e){const{mode:t="light",contrastThreshold:n=3,tonalOffset:r=.2,...o}=e,s=e.primary||R_(t),i=e.secondary||eC(t),a=e.error||tC(t),c=e.info||nC(t),u=e.success||rC(t),d=e.warning||oC(t);function f(g){const S=kc(g,Lc.text.primary)>=n?Lc.text.primary:Q_.text.primary;if(process.env.NODE_ENV!=="production"){const E=kc(g,S);E<3&&console.error([`MUI: The contrast ratio of ${E}:1 for ${S} on ${g}`,"falls below the WCAG recommended absolute minimum contrast ratio of 3:1.","https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
|
|
154
|
+
`))}return S}const h=({color:g,name:S,mainShade:E=500,lightShade:P=300,darkShade:O=700})=>{if(g={...g},!g.main&&g[E]&&(g.main=g[E]),!g.hasOwnProperty("main"))throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${S?` (${S})`:""} provided to augmentColor(color) is invalid.
|
|
155
|
+
The color object needs to have a \`main\` property or a \`${E}\` property.`:mt(11,S?` (${S})`:"",E));if(typeof g.main!="string")throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${S?` (${S})`:""} provided to augmentColor(color) is invalid.
|
|
156
|
+
\`color.main\` should be a string, but \`${JSON.stringify(g.main)}\` was provided instead.
|
|
157
157
|
|
|
158
158
|
Did you intend to use one of the following approaches?
|
|
159
159
|
|
|
@@ -165,15 +165,16 @@ const theme1 = createTheme({ palette: {
|
|
|
165
165
|
|
|
166
166
|
const theme2 = createTheme({ palette: {
|
|
167
167
|
primary: { main: green[500] },
|
|
168
|
-
} });`:
|
|
169
|
-
`)),Object.keys(u).length!==0&&console.error(`MUI: Unrecognized argument(s) [${Object.keys(u).join(",")}].`)}return(Array.isArray(o)?o:[o]).map(d=>`${d} ${typeof i=="string"?i:
|
|
168
|
+
} });`:mt(12,S?` (${S})`:"",JSON.stringify(g.main)));return jc(g,"light",P,r),jc(g,"dark",O,r),g.contrastText||(g.contrastText=f(g.main)),g};let y;return t==="light"?y=Fc():t==="dark"&&(y=Nc()),process.env.NODE_ENV!=="production"&&(y||console.error(`MUI: The palette mode \`${t}\` is not supported.`)),ze({common:{..._n},mode:t,primary:h({color:s,name:"primary"}),secondary:h({color:i,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:h({color:a,name:"error"}),warning:h({color:d,name:"warning"}),info:h({color:c,name:"info"}),success:h({color:u,name:"success"}),grey:X_,contrastThreshold:n,getContrastText:f,augmentColor:h,tonalOffset:r,...y},o)}function sC(e){const t={};return Object.entries(e).forEach(r=>{const[o,s]=r;typeof s=="object"&&(t[o]=`${s.fontStyle?`${s.fontStyle} `:""}${s.fontVariant?`${s.fontVariant} `:""}${s.fontWeight?`${s.fontWeight} `:""}${s.fontStretch?`${s.fontStretch} `:""}${s.fontSize||""}${s.lineHeight?`/${s.lineHeight} `:""}${s.fontFamily||""}`)}),t}function iC(e,t){return{toolbar:{minHeight:56,[e.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[e.up("sm")]:{minHeight:64}},...t}}function aC(e){return Math.round(e*1e5)/1e5}const zc={textTransform:"uppercase"},Bc='"Roboto", "Helvetica", "Arial", sans-serif';function lC(e,t){const{fontFamily:n=Bc,fontSize:r=14,fontWeightLight:o=300,fontWeightRegular:s=400,fontWeightMedium:i=500,fontWeightBold:a=700,htmlFontSize:c=16,allVariants:u,pxToRem:d,...f}=typeof t=="function"?t(e):t;process.env.NODE_ENV!=="production"&&(typeof r!="number"&&console.error("MUI: `fontSize` is required to be a number."),typeof c!="number"&&console.error("MUI: `htmlFontSize` is required to be a number."));const h=r/14,y=d||(S=>`${S/c*h}rem`),v=(S,E,P,O,w)=>({fontFamily:n,fontWeight:S,fontSize:y(E),lineHeight:P,...n===Bc?{letterSpacing:`${aC(O/E)}em`}:{},...w,...u}),g={h1:v(o,96,1.167,-1.5),h2:v(o,60,1.2,-.5),h3:v(s,48,1.167,0),h4:v(s,34,1.235,.25),h5:v(s,24,1.334,0),h6:v(i,20,1.6,.15),subtitle1:v(s,16,1.75,.15),subtitle2:v(i,14,1.57,.1),body1:v(s,16,1.5,.15),body2:v(s,14,1.43,.15),button:v(i,14,1.75,.4,zc),caption:v(s,12,1.66,.4),overline:v(s,12,2.66,1,zc),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return ze({htmlFontSize:c,pxToRem:y,fontFamily:n,fontSize:r,fontWeightLight:o,fontWeightRegular:s,fontWeightMedium:i,fontWeightBold:a,...g},f,{clone:!1})}const cC=.2,uC=.14,fC=.12;function pe(...e){return[`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${cC})`,`${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${uC})`,`${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${fC})`].join(",")}const dC=["none",pe(0,2,1,-1,0,1,1,0,0,1,3,0),pe(0,3,1,-2,0,2,2,0,0,1,5,0),pe(0,3,3,-2,0,3,4,0,0,1,8,0),pe(0,2,4,-1,0,4,5,0,0,1,10,0),pe(0,3,5,-1,0,5,8,0,0,1,14,0),pe(0,3,5,-1,0,6,10,0,0,1,18,0),pe(0,4,5,-2,0,7,10,1,0,2,16,1),pe(0,5,5,-3,0,8,10,1,0,3,14,2),pe(0,5,6,-3,0,9,12,1,0,3,16,2),pe(0,6,6,-3,0,10,14,1,0,4,18,3),pe(0,6,7,-4,0,11,15,1,0,4,20,3),pe(0,7,8,-4,0,12,17,2,0,5,22,4),pe(0,7,8,-4,0,13,19,2,0,5,24,4),pe(0,7,9,-4,0,14,21,2,0,5,26,4),pe(0,8,9,-5,0,15,22,2,0,6,28,5),pe(0,8,10,-5,0,16,24,2,0,6,30,5),pe(0,8,11,-5,0,17,26,2,0,6,32,5),pe(0,9,11,-5,0,18,28,2,0,7,34,6),pe(0,9,12,-6,0,19,29,2,0,7,36,6),pe(0,10,13,-6,0,20,31,3,0,8,38,7),pe(0,10,13,-6,0,21,33,3,0,8,40,7),pe(0,10,14,-6,0,22,35,3,0,8,42,7),pe(0,11,14,-7,0,23,36,3,0,9,44,8),pe(0,11,15,-7,0,24,38,3,0,9,46,8)],pC={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},hC={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function Uc(e){return`${Math.round(e)}ms`}function gC(e){if(!e)return 0;const t=e/36;return Math.min(Math.round((4+15*t**.25+t/5)*10),3e3)}function mC(e){const t={...pC,...e.easing},n={...hC,...e.duration};return{getAutoHeightDuration:gC,create:(o=["all"],s={})=>{const{duration:i=n.standard,easing:a=t.easeInOut,delay:c=0,...u}=s;if(process.env.NODE_ENV!=="production"){const d=h=>typeof h=="string",f=h=>!Number.isNaN(parseFloat(h));!d(o)&&!Array.isArray(o)&&console.error('MUI: Argument "props" must be a string or Array.'),!f(i)&&!d(i)&&console.error(`MUI: Argument "duration" must be a number or a string but found ${i}.`),d(a)||console.error('MUI: Argument "easing" must be a string.'),!f(c)&&!d(c)&&console.error('MUI: Argument "delay" must be a number or a string.'),typeof s!="object"&&console.error(["MUI: Secong argument of transition.create must be an object.","Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join(`
|
|
169
|
+
`)),Object.keys(u).length!==0&&console.error(`MUI: Unrecognized argument(s) [${Object.keys(u).join(",")}].`)}return(Array.isArray(o)?o:[o]).map(d=>`${d} ${typeof i=="string"?i:Uc(i)} ${a} ${typeof c=="string"?c:Uc(c)}`).join(",")},...e,easing:t,duration:n}}const yC={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};function bC(e){return at(e)||typeof e>"u"||typeof e=="string"||typeof e=="boolean"||typeof e=="number"||Array.isArray(e)}function Vc(e={}){const t={...e};function n(r){const o=Object.entries(r);for(let s=0;s<o.length;s++){const[i,a]=o[s];!bC(a)||i.startsWith("unstable_")?delete r[i]:at(a)&&(r[i]={...a},n(r[i]))}}return n(t),`import { unstable_createBreakpoints as createBreakpoints, createTransitions } from '@mui/material/styles';
|
|
170
170
|
|
|
171
171
|
const theme = ${JSON.stringify(t,null,2)};
|
|
172
172
|
|
|
173
173
|
theme.breakpoints = createBreakpoints(theme.breakpoints || {});
|
|
174
174
|
theme.transitions = createTransitions(theme.transitions || {});
|
|
175
175
|
|
|
176
|
-
export default theme;`}function
|
|
177
|
-
`))}
|
|
178
|
-
To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}function mE(e){return typeof e=="number"?`${e}px`:typeof e=="string"||typeof e=="function"||Array.isArray(e)?e:"8px"}const Qe=e=>{try{return e()}catch{}},yE=(e="mui")=>NC(e);function is(e,t,r,n){if(!t)return;t=t===!0?{}:t;const o=n==="dark"?"dark":"light";if(!r){e[n]=fE({...t,palette:{mode:o,...t==null?void 0:t.palette}});return}const{palette:s,...i}=ss({...r,palette:{mode:o,...t==null?void 0:t.palette}});return e[n]={...t,palette:s,opacity:{...xc(o),...t==null?void 0:t.opacity},overlays:(t==null?void 0:t.overlays)||Ac(o)},i}function bE(e={},...t){const{colorSchemes:r={light:!0},defaultColorScheme:n,disableCssColorScheme:o=!1,cssVarPrefix:s="mui",shouldSkipGeneratingVar:i=dE,colorSchemeSelector:a=r.light&&r.dark?"media":void 0,rootSelector:c=":root",...u}=e,d=Object.keys(r)[0],f=n||(r.light&&d!=="light"?"light":d),p=yE(s),{[f]:y,light:b,dark:h,...C}=r,x={...C};let F=y;if((f==="dark"&&!("dark"in r)||f==="light"&&!("light"in r))&&(F=!0),!F)throw new Error(process.env.NODE_ENV!=="production"?`MUI: The \`colorSchemes.${f}\` option is either missing or invalid.`:gt(21,f));const $=is(x,F,u,f);b&&!x.light&&is(x,b,void 0,"light"),h&&!x.dark&&is(x,h,void 0,"dark");let w={defaultColorScheme:f,...$,cssVarPrefix:s,colorSchemeSelector:a,rootSelector:c,getCssVar:p,colorSchemes:x,font:{...JC($.typography),...$.font},spacing:mE(u.spacing)};Object.keys(w.colorSchemes).forEach(U=>{const m=w.colorSchemes[U].palette,A=L=>{const Y=L.split("-"),J=Y[1],ae=Y[2];return p(L,m[J][ae])};if(m.mode==="light"&&(E(m.common,"background","#fff"),E(m.common,"onBackground","#000")),m.mode==="dark"&&(E(m.common,"background","#000"),E(m.common,"onBackground","#fff")),gE(m,["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"]),m.mode==="light"){E(m.Alert,"errorColor",ce(m.error.light,.6)),E(m.Alert,"infoColor",ce(m.info.light,.6)),E(m.Alert,"successColor",ce(m.success.light,.6)),E(m.Alert,"warningColor",ce(m.warning.light,.6)),E(m.Alert,"errorFilledBg",A("palette-error-main")),E(m.Alert,"infoFilledBg",A("palette-info-main")),E(m.Alert,"successFilledBg",A("palette-success-main")),E(m.Alert,"warningFilledBg",A("palette-warning-main")),E(m.Alert,"errorFilledColor",Qe(()=>m.getContrastText(m.error.main))),E(m.Alert,"infoFilledColor",Qe(()=>m.getContrastText(m.info.main))),E(m.Alert,"successFilledColor",Qe(()=>m.getContrastText(m.success.main))),E(m.Alert,"warningFilledColor",Qe(()=>m.getContrastText(m.warning.main))),E(m.Alert,"errorStandardBg",ue(m.error.light,.9)),E(m.Alert,"infoStandardBg",ue(m.info.light,.9)),E(m.Alert,"successStandardBg",ue(m.success.light,.9)),E(m.Alert,"warningStandardBg",ue(m.warning.light,.9)),E(m.Alert,"errorIconColor",A("palette-error-main")),E(m.Alert,"infoIconColor",A("palette-info-main")),E(m.Alert,"successIconColor",A("palette-success-main")),E(m.Alert,"warningIconColor",A("palette-warning-main")),E(m.AppBar,"defaultBg",A("palette-grey-100")),E(m.Avatar,"defaultBg",A("palette-grey-400")),E(m.Button,"inheritContainedBg",A("palette-grey-300")),E(m.Button,"inheritContainedHoverBg",A("palette-grey-A100")),E(m.Chip,"defaultBorder",A("palette-grey-400")),E(m.Chip,"defaultAvatarColor",A("palette-grey-700")),E(m.Chip,"defaultIconColor",A("palette-grey-700")),E(m.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),E(m.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),E(m.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),E(m.LinearProgress,"primaryBg",ue(m.primary.main,.62)),E(m.LinearProgress,"secondaryBg",ue(m.secondary.main,.62)),E(m.LinearProgress,"errorBg",ue(m.error.main,.62)),E(m.LinearProgress,"infoBg",ue(m.info.main,.62)),E(m.LinearProgress,"successBg",ue(m.success.main,.62)),E(m.LinearProgress,"warningBg",ue(m.warning.main,.62)),E(m.Skeleton,"bg",`rgba(${A("palette-text-primaryChannel")} / 0.11)`),E(m.Slider,"primaryTrack",ue(m.primary.main,.62)),E(m.Slider,"secondaryTrack",ue(m.secondary.main,.62)),E(m.Slider,"errorTrack",ue(m.error.main,.62)),E(m.Slider,"infoTrack",ue(m.info.main,.62)),E(m.Slider,"successTrack",ue(m.success.main,.62)),E(m.Slider,"warningTrack",ue(m.warning.main,.62));const L=Cn(m.background.default,.8);E(m.SnackbarContent,"bg",L),E(m.SnackbarContent,"color",Qe(()=>m.getContrastText(L))),E(m.SpeedDialAction,"fabHoverBg",Cn(m.background.paper,.15)),E(m.StepConnector,"border",A("palette-grey-400")),E(m.StepContent,"border",A("palette-grey-400")),E(m.Switch,"defaultColor",A("palette-common-white")),E(m.Switch,"defaultDisabledColor",A("palette-grey-100")),E(m.Switch,"primaryDisabledColor",ue(m.primary.main,.62)),E(m.Switch,"secondaryDisabledColor",ue(m.secondary.main,.62)),E(m.Switch,"errorDisabledColor",ue(m.error.main,.62)),E(m.Switch,"infoDisabledColor",ue(m.info.main,.62)),E(m.Switch,"successDisabledColor",ue(m.success.main,.62)),E(m.Switch,"warningDisabledColor",ue(m.warning.main,.62)),E(m.TableCell,"border",ue(wn(m.divider,1),.88)),E(m.Tooltip,"bg",wn(m.grey[700],.92))}if(m.mode==="dark"){E(m.Alert,"errorColor",ue(m.error.light,.6)),E(m.Alert,"infoColor",ue(m.info.light,.6)),E(m.Alert,"successColor",ue(m.success.light,.6)),E(m.Alert,"warningColor",ue(m.warning.light,.6)),E(m.Alert,"errorFilledBg",A("palette-error-dark")),E(m.Alert,"infoFilledBg",A("palette-info-dark")),E(m.Alert,"successFilledBg",A("palette-success-dark")),E(m.Alert,"warningFilledBg",A("palette-warning-dark")),E(m.Alert,"errorFilledColor",Qe(()=>m.getContrastText(m.error.dark))),E(m.Alert,"infoFilledColor",Qe(()=>m.getContrastText(m.info.dark))),E(m.Alert,"successFilledColor",Qe(()=>m.getContrastText(m.success.dark))),E(m.Alert,"warningFilledColor",Qe(()=>m.getContrastText(m.warning.dark))),E(m.Alert,"errorStandardBg",ce(m.error.light,.9)),E(m.Alert,"infoStandardBg",ce(m.info.light,.9)),E(m.Alert,"successStandardBg",ce(m.success.light,.9)),E(m.Alert,"warningStandardBg",ce(m.warning.light,.9)),E(m.Alert,"errorIconColor",A("palette-error-main")),E(m.Alert,"infoIconColor",A("palette-info-main")),E(m.Alert,"successIconColor",A("palette-success-main")),E(m.Alert,"warningIconColor",A("palette-warning-main")),E(m.AppBar,"defaultBg",A("palette-grey-900")),E(m.AppBar,"darkBg",A("palette-background-paper")),E(m.AppBar,"darkColor",A("palette-text-primary")),E(m.Avatar,"defaultBg",A("palette-grey-600")),E(m.Button,"inheritContainedBg",A("palette-grey-800")),E(m.Button,"inheritContainedHoverBg",A("palette-grey-700")),E(m.Chip,"defaultBorder",A("palette-grey-700")),E(m.Chip,"defaultAvatarColor",A("palette-grey-300")),E(m.Chip,"defaultIconColor",A("palette-grey-300")),E(m.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),E(m.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),E(m.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),E(m.LinearProgress,"primaryBg",ce(m.primary.main,.5)),E(m.LinearProgress,"secondaryBg",ce(m.secondary.main,.5)),E(m.LinearProgress,"errorBg",ce(m.error.main,.5)),E(m.LinearProgress,"infoBg",ce(m.info.main,.5)),E(m.LinearProgress,"successBg",ce(m.success.main,.5)),E(m.LinearProgress,"warningBg",ce(m.warning.main,.5)),E(m.Skeleton,"bg",`rgba(${A("palette-text-primaryChannel")} / 0.13)`),E(m.Slider,"primaryTrack",ce(m.primary.main,.5)),E(m.Slider,"secondaryTrack",ce(m.secondary.main,.5)),E(m.Slider,"errorTrack",ce(m.error.main,.5)),E(m.Slider,"infoTrack",ce(m.info.main,.5)),E(m.Slider,"successTrack",ce(m.success.main,.5)),E(m.Slider,"warningTrack",ce(m.warning.main,.5));const L=Cn(m.background.default,.98);E(m.SnackbarContent,"bg",L),E(m.SnackbarContent,"color",Qe(()=>m.getContrastText(L))),E(m.SpeedDialAction,"fabHoverBg",Cn(m.background.paper,.15)),E(m.StepConnector,"border",A("palette-grey-600")),E(m.StepContent,"border",A("palette-grey-600")),E(m.Switch,"defaultColor",A("palette-grey-300")),E(m.Switch,"defaultDisabledColor",A("palette-grey-600")),E(m.Switch,"primaryDisabledColor",ce(m.primary.main,.55)),E(m.Switch,"secondaryDisabledColor",ce(m.secondary.main,.55)),E(m.Switch,"errorDisabledColor",ce(m.error.main,.55)),E(m.Switch,"infoDisabledColor",ce(m.info.main,.55)),E(m.Switch,"successDisabledColor",ce(m.success.main,.55)),E(m.Switch,"warningDisabledColor",ce(m.warning.main,.55)),E(m.TableCell,"border",ce(wn(m.divider,1),.68)),E(m.Tooltip,"bg",wn(m.grey[700],.92))}lt(m.background,"default"),lt(m.background,"paper"),lt(m.common,"background"),lt(m.common,"onBackground"),lt(m,"divider"),Object.keys(m).forEach(L=>{const Y=m[L];L!=="tonalOffset"&&Y&&typeof Y=="object"&&(Y.main&&E(m[L],"mainChannel",Tr(wr(Y.main))),Y.light&&E(m[L],"lightChannel",Tr(wr(Y.light))),Y.dark&&E(m[L],"darkChannel",Tr(wr(Y.dark))),Y.contrastText&&E(m[L],"contrastTextChannel",Tr(wr(Y.contrastText))),L==="text"&&(lt(m[L],"primary"),lt(m[L],"secondary")),L==="action"&&(Y.active&<(m[L],"active"),Y.selected&<(m[L],"selected")))})}),w=t.reduce((U,m)=>Be(U,m),w);const S={prefix:s,disableCssColorScheme:o,shouldSkipGeneratingVar:i,getSelector:hE(w)},{vars:I,generateThemeVars:j,generateStyleSheets:H}=zC(w,S);return w.vars=I,Object.entries(w.colorSchemes[w.defaultColorScheme]).forEach(([U,m])=>{w[U]=m}),w.generateThemeVars=j,w.generateStyleSheets=H,w.generateSpacing=function(){return cc(u.spacing,qo(this))},w.getColorSchemeSelector=BC(a),w.spacing=w.generateSpacing(),w.shouldSkipGeneratingVar=i,w.unstable_sxConfig={...Tn,...u==null?void 0:u.unstable_sxConfig},w.unstable_sx=function(m){return Ut({sx:m,theme:this})},w.toRuntimeSource=Ec,w}function Oc(e,t,r){e.colorSchemes&&r&&(e.colorSchemes[t]={...r!==!0&&r,palette:os({...r===!0?{}:r.palette,mode:t})})}function vE(e={},...t){const{palette:r,cssVariables:n=!1,colorSchemes:o=r?void 0:{light:!0},defaultColorScheme:s=r==null?void 0:r.mode,...i}=e,a=s||"light",c=o==null?void 0:o[a],u={...o,...r?{[a]:{...typeof c!="boolean"&&c,palette:r}}:void 0};if(n===!1){if(!("colorSchemes"in e))return ss(e,...t);let d=r;"palette"in e||u[a]&&(u[a]!==!0?d=u[a].palette:a==="dark"&&(d={mode:"dark"}));const f=ss({...e,palette:d},...t);return f.defaultColorScheme=a,f.colorSchemes=u,f.palette.mode==="light"&&(f.colorSchemes.light={...u.light!==!0&&u.light,palette:f.palette},Oc(f,"dark",u.dark)),f.palette.mode==="dark"&&(f.colorSchemes.dark={...u.dark!==!0&&u.dark,palette:f.palette},Oc(f,"light",u.light)),f}return!r&&!("light"in u)&&a==="light"&&(u.light=!0),bE({...i,colorSchemes:u,defaultColorScheme:a,...typeof n!="boolean"&&n},...t)}const TE=vE(),SE="$$material";function _E(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const wE=wC({themeId:SE,defaultTheme:TE,rootShouldForwardProp:e=>_E(e)&&e!=="classes"}),CE=FC;process.env.NODE_ENV!=="production"&&(re.node,re.object.isRequired);function EE(e){return DC(e)}function xE(e){return Yo("MuiSvgIcon",e)}tw("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const AE=e=>{const{color:t,fontSize:r,classes:n}=e,o={root:["root",t!=="inherit"&&`color${xt(t)}`,`fontSize${xt(r)}`]};return Q_(o,xE,n)},OE=wE("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.color!=="inherit"&&t[`color${xt(r.color)}`],t[`fontSize${xt(r.fontSize)}`]]}})(CE(({theme:e})=>{var t,r,n,o,s,i,a,c,u,d,f,p,y,b;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:(o=(t=e.transitions)==null?void 0:t.create)==null?void 0:o.call(t,"fill",{duration:(n=(r=(e.vars??e).transitions)==null?void 0:r.duration)==null?void 0:n.shorter}),variants:[{props:h=>!h.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:((i=(s=e.typography)==null?void 0:s.pxToRem)==null?void 0:i.call(s,20))||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:((c=(a=e.typography)==null?void 0:a.pxToRem)==null?void 0:c.call(a,24))||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:((d=(u=e.typography)==null?void 0:u.pxToRem)==null?void 0:d.call(u,35))||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,h])=>h&&h.main).map(([h])=>{var C,x;return{props:{color:h},style:{color:(x=(C=(e.vars??e).palette)==null?void 0:C[h])==null?void 0:x.main}}}),{props:{color:"action"},style:{color:(p=(f=(e.vars??e).palette)==null?void 0:f.action)==null?void 0:p.active}},{props:{color:"disabled"},style:{color:(b=(y=(e.vars??e).palette)==null?void 0:y.action)==null?void 0:b.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}})),En=Oe.forwardRef(function(t,r){const n=EE({props:t,name:"MuiSvgIcon"}),{children:o,className:s,color:i="inherit",component:a="svg",fontSize:c="medium",htmlColor:u,inheritViewBox:d=!1,titleAccess:f,viewBox:p="0 0 24 24",...y}=n,b=Oe.isValidElement(o)&&o.type==="svg",h={...n,color:i,component:a,fontSize:c,instanceFontSize:t.fontSize,inheritViewBox:d,viewBox:p,hasSvgAsChild:b},C={};d||(C.viewBox=p);const x=AE(h);return l.jsxs(OE,{as:a,className:At(x.root,s),focusable:"false",color:u,"aria-hidden":f?void 0:!0,role:f?"img":void 0,ref:r,...C,...y,...b&&o.props,ownerState:h,children:[b?o.props.children:o,f?l.jsx("title",{children:f}):null]})});process.env.NODE_ENV!=="production"&&(En.propTypes={children:re.node,classes:re.object,className:re.string,color:re.oneOfType([re.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),re.string]),component:re.elementType,fontSize:re.oneOfType([re.oneOf(["inherit","large","medium","small"]),re.string]),htmlColor:re.string,inheritViewBox:re.bool,shapeRendering:re.string,sx:re.oneOfType([re.arrayOf(re.oneOfType([re.func,re.object,re.bool])),re.func,re.object]),titleAccess:re.string,viewBox:re.string}),En.muiName="SvgIcon";function as(e,t){function r(n,o){return l.jsx(En,{"data-testid":`${t}Icon`,ref:o,...n,children:e})}return process.env.NODE_ENV!=="production"&&(r.displayName=`${t}Icon`),r.muiName=En.muiName,Oe.memo(Oe.forwardRef(r))}const $E=as(l.jsx("path",{d:"m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8z"}),"ArrowDownward"),PE=as(l.jsx("path",{d:"m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8z"}),"ArrowUpward"),IE=as(l.jsx("path",{d:"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6zM19 4h-3.5l-1-1h-5l-1 1H5v2h14z"}),"Delete"),qt=({children:e,...t})=>l.jsx(g.Table.Td,{...t,children:e}),kE=({errorMessages:e,id:t})=>l.jsx(g.Tooltip,{id:t,title:e,children:l.jsx(g.Indicator,{label:e.split(`
|
|
179
|
-
`).length,children:l.jsx(Qf,{})})}),ME={paddingLeft:0,paddingRight:0},DE=v.memo(function({numColumns:t,errors:r,label:n,description:o,path:s,addItem:i,schema:a,enabled:c,translations:u,rootSchema:d}){const f={bg:"transparent",size:"sm",c:"gray"},p=g.useProps("ActionIcon",f,{});return l.jsxs(g.Table.Tr,{children:[l.jsx(qt,{colSpan:t,children:l.jsxs(g.Stack,{children:[l.jsxs(g.Grid,{justify:"flex-start",align:"center",gutter:"sm",children:[l.jsx(g.Grid.Col,{span:"content",children:l.jsx(g.Text,{children:n})}),l.jsx(g.Grid.Col,{span:"content",children:r.length!==0?l.jsx(g.Grid.Col,{span:"content",children:l.jsx(kE,{id:"tooltip-validation",errorMessages:r})}):null})]}),o&&l.jsx(g.Text,{size:"sm",children:o})]})}),c?l.jsx(qt,{align:"right",style:ME,children:l.jsx(g.Tooltip,{id:"tooltip-add",title:u.addTooltip,position:"bottom",children:l.jsx(g.ActionIcon,{bg:p.bg,size:p.size,c:p.c,onClick:i(s,W.createDefaultValue(a,d)),children:l.jsx(Br,{})})})}):null]})}),$c={fixedCell:{width:"150px",height:"50px",paddingLeft:0,paddingRight:0,textAlign:"center"},fixedCellSmall:{width:"50px",height:"50px",paddingLeft:0,paddingRight:0,textAlign:"center"}},Pc=(e,t,r,n,o)=>{if(t.type==="object")return Ic(t).map(s=>{var c,u;const i=W.Paths.compose(r,s),a={propName:s,schema:t,title:((u=(c=t.properties)==null?void 0:c[s])==null?void 0:u.title)??__(s),rowPath:r,cellPath:i,enabled:n,cells:o};return l.jsx(e,{...a},i)});{const s={schema:t,rowPath:r,cellPath:r,enabled:n};return l.jsx(e,{...s},r)}},Ic=e=>e.type==="object"&&typeof e.properties=="object"?Object.keys(e.properties).filter(t=>e.properties[t].type!=="array"):[""],FE=({numColumns:e,translations:t})=>l.jsx(g.Table.Tr,{children:l.jsx(qt,{colSpan:e,children:l.jsx(g.Text,{align:"center",children:t.noDataMessage})})}),NE=v.memo(function({title:t}){return l.jsx(g.Table.Th,{children:t})}),LE=(e,t)=>{const r=t.rowPath+(t.schema.type==="object"?"."+t.propName:""),n=W.formatErrorMessage(fT(W.errorsAt(r,t.schema,o=>o===r)(e.core.errors).map(o=>o.message)));return{rowPath:t.rowPath,propName:t.propName,schema:t.schema,rootSchema:e.core.schema,errors:n,path:r,enabled:t.enabled,cells:t.cells||e.cells,renderers:t.renderers||e.renderers}},kc=e=>({type:"Control",scope:e,label:!1}),jE=v.memo(function({path:t,propName:r,schema:n,rootSchema:o,errors:s,enabled:i,renderers:a,cells:c,isValid:u}){return l.jsxs(qt,{children:[n.properties?l.jsx(fe.DispatchCell,{schema:W.Resolve.schema(n,`#/properties/${W.encode(r)}`,o),uischema:kc(`#/properties/${W.encode(r)}`),path:t,enabled:i,renderers:a,cells:c}):l.jsx(fe.DispatchCell,{schema:n,uischema:kc("#"),path:t,enabled:i,renderers:a,cells:c}),l.jsx(g.Text,{size:"xs",children:u?"":s})]})}),zE=e=>{const t=fe.useJsonForms(),r=LE(t,e),n=sa(r.errors);return l.jsx(jE,{...r,isValid:n})},BE=({childPath:e,schema:t,rowIndex:r,openDeleteDialog:n,moveUpCreator:o,moveDownCreator:s,enableUp:i,enableDown:a,showSortButtons:c,enabled:u,cells:d,path:f,translations:p})=>{const y={bg:"transparent",size:"sm",c:"gray"},b=g.useProps("ActionIcon",y,{}),h=v.useMemo(()=>o(f,r),[o,f,r]),C=v.useMemo(()=>s(f,r),[s,f,r]);return l.jsxs(g.Table.Tr,{children:[Pc(zE,t,e,u,d),u?l.jsx(qt,{style:c?$c.fixedCell:$c.fixedCellSmall,children:l.jsxs(g.Grid,{justify:"flex-end",align:"center",children:[c?l.jsxs(v.Fragment,{children:[l.jsx(g.Grid.Col,{span:"content",children:l.jsx(g.Tooltip,{id:"tooltip-up",title:p.up,position:"bottom",opened:i?void 0:!1,children:l.jsx(g.ActionIcon,{bg:b.bg,size:b.size,c:b.c,"aria-label":p.upAriaLabel,onClick:h,disabled:!i,children:l.jsx(PE,{})})})}),l.jsx(g.Grid.Col,{span:"content",children:l.jsx(g.Tooltip,{id:"tooltip-down",title:p.down,position:"bottom",opened:a?void 0:!1,children:l.jsx(g.ActionIcon,{bg:b.bg,size:b.size,c:b.c,"aria-label":p.downAriaLabel,onClick:C,disabled:!a,children:l.jsx($E,{})})})})]}):null,l.jsx(g.Grid.Col,{span:"content",children:l.jsx(g.Tooltip,{id:"tooltip-remove",title:p.removeTooltip,position:"bottom",children:l.jsx(g.ActionIcon,{bg:b.bg,size:b.size,c:b.c,"aria-label":p.removeAriaLabel,onClick:()=>n(e,r),children:l.jsx(IE,{})})})})]})}):null]},e)},Mc=v.memo(BE),UE=({data:e,path:t,schema:r,openDeleteDialog:n,moveUp:o,moveDown:s,uischema:i,config:a,enabled:c,cells:u,translations:d})=>{if(e===0)return l.jsx(FE,{numColumns:Ic(r).length+1,translations:d});const p=La({},a,i.options);return l.jsx(v.Fragment,{children:z_(e).map(y=>{const b=W.Paths.compose(t,`${y}`);return l.jsx(Mc,{childPath:b,rowIndex:y,schema:r,openDeleteDialog:n,moveUpCreator:o,moveDownCreator:s,enableUp:y!==0,enableDown:y!==e-1,showSortButtons:p.showSortButtons||p.showArrayTableSortButtons,enabled:c,cells:u,path:t,translations:d},b)})})};class Dc extends v.Component{constructor(){super(...arguments);$u(this,"addItem",(r,n)=>this.props.addItem(r,n))}render(){const{label:r,description:n,path:o,schema:s,rootSchema:i,uischema:a,errors:c,openDeleteDialog:u,visible:d,enabled:f,cells:p,translations:y}=this.props,b=a,h=s.type==="object",C=h?Pc(NE,s,o,f,p):void 0;return d?l.jsxs(g.Table,{children:[l.jsxs(g.Table.Thead,{children:[l.jsx(DE,{errors:c,label:r,description:n,addItem:this.addItem,numColumns:h?C.length:1,path:o,uischema:b,schema:s,rootSchema:i,enabled:f,translations:y}),h&&l.jsxs(g.Table.Tr,{children:[C,f?l.jsx(g.Table.Th,{}):null]})]}),l.jsx(g.Table.Tbody,{children:l.jsx(UE,{openDeleteDialog:u,translations:y,...this.props})})]}):null}}const Fc=v.memo(function({open:t,onClose:r,onConfirm:n,onCancel:o,title:s,message:i,acceptText:a,declineText:c}){return l.jsxs(g.Modal,{opened:t,withCloseButton:!1,centered:!0,title:s,keepMounted:!0,onClose:r,children:[i,l.jsxs(g.Flex,{justify:"flex-end",align:"center",gap:"sm",children:[l.jsx(g.Button,{onClick:o,children:c}),l.jsx(g.Button,{onClick:n,children:a})]})]})}),VE=e=>{const[t,r]=v.useState(!1),[n,o]=v.useState(void 0),[s,i]=v.useState(void 0),{removeItems:a,visible:c}=e,u=v.useCallback((y,b)=>{r(!0),o(y),i(b)},[r,o,i]),d=v.useCallback(()=>r(!1),[r]),f=v.useCallback(()=>{const y=n.substring(0,n.lastIndexOf("."));a(y,[s])(),r(!1)},[r,n,s]),p=v.useCallback(()=>r(!1),[r]);return c?l.jsxs(l.Fragment,{children:[l.jsx(Dc,{...e,openDeleteDialog:u}),l.jsx(Fc,{open:t,onCancel:d,onConfirm:f,onClose:p,acceptText:e.translations.deleteDialogAccept,declineText:e.translations.deleteDialogDecline,title:e.translations.deleteDialogTitle,message:e.translations.deleteDialogMessage})]}):null},Nc=W.rankWith(3,W.or(W.isObjectArrayControl,W.isPrimitiveArrayControl)),Lc=fe.withJsonFormsArrayLayoutProps(VE),WE=({errors:e,description:t,label:r,required:n,path:o,options:s,data:i,enabled:a,handleChange:c})=>l.jsx(g.MultiSelect,{disabled:!a,data:s,defaultValue:i,label:r,description:t,required:n,error:e,onChange:u=>{c(o,u)}}),GE=e=>e.oneOf!==void 0&&e.oneOf.length>0&&e.oneOf.every(t=>t.const!==void 0),HE=e=>e.type==="string"&&e.enum!==void 0,jc=W.rankWith(6,W.and(W.uiTypeIs("Control"),W.and(W.schemaMatches(e=>W.hasType(e,"array")&&!Array.isArray(e.items)&&e.uniqueItems===!0),W.schemaSubPathMatches("items",(e,t)=>{const r=e.$ref?W.resolveSchema(t,e.$ref,t):e;return GE(r)||HE(r)})))),zc=fe.withJsonFormsMultiEnumProps(WE),YE=e=>{const{description:t,errors:r,data:n,handleChange:o,path:s,label:i,required:a,enabled:c}=e,u=g.useProps(s,{},{});return Object.keys(u).forEach(d=>{typeof u[d]=="function"&&(u[d]=u[d](n))}),l.jsx(ft.DateInput,{valueFormat:"DD.MM.YYYY",disabled:!c,label:i,description:t,error:r,required:a,value:n?new Date(n):null,onChange:d=>{if(d instanceof Date){const f=new Date(d.getTime()-d.getTimezoneOffset()*6e4);o(s,f.toISOString().substring(0,10))}},...u})},Bc=W.rankWith(5,W.isDateControl),Uc=fe.withJsonFormsControlProps(YE),qE=e=>{const{description:t,errors:r,data:n,handleChange:o,path:s,label:i,required:a,enabled:c}=e,u=g.useProps(s,{},{});return Object.keys(u).forEach(d=>{typeof u[d]=="function"&&(u[d]=u[d](n))}),l.jsx(ft.DateTimePicker,{valueFormat:"DD.MM.YYYY HH:mm",disabled:!c,label:i,description:t,error:r,required:a,value:n?new Date(n):null,onChange:d=>{if(d instanceof Date){const f=new Date(d);o(s,f.toISOString())}},...u})},Vc=W.rankWith(5,W.isDateTimeControl),Wc=fe.withJsonFormsControlProps(qE),KE=e=>l.jsx(Rr,{...e}),Gc=W.rankWith(3,W.isNumberControl),Hc=fe.withJsonFormsControlProps(KE),JE=e=>l.jsx(Rr,{...e}),Yc=W.rankWith(3,W.isIntegerControl),qc=fe.withJsonFormsControlProps(JE),ZE=e=>l.jsx(ja,{...e}),Kc=W.rankWith(3,W.isStringControl),Jc=fe.withJsonFormsControlProps(ZE),XE=e=>l.jsx(za,{...e}),Zc=W.rankWith(3,W.isBooleanControl),Xc=fe.withJsonFormsControlProps(XE),QE=({data:e,options:t,handleChange:r,path:n,...o})=>{const{description:s,errors:i,label:a,required:c,enabled:u}=o,d=g.useProps(n,{},{});return Object.keys(d).forEach(f=>{typeof d[f]=="function"&&(d[f]=d[f](e))}),l.jsx(g.Select,{disabled:!u,data:t,value:e||null,label:a,description:s,required:c,error:i,searchable:!0,onChange:f=>{r(n,f)},...d})},Qc=W.rankWith(5,W.isEnumControl),Rc=fe.withJsonFormsEnumProps(fe.withTranslateProps(v.memo(QE)),!1),RE=e=>{const{text:t,visible:r}=e;return r?l.jsx(g.Title,{fw:"bold",size:"xl",children:t}):null},ex=W.rankWith(3,W.isLabelable),tx=fe.withJsonFormsLabelProps(RE),eu=W.rankWith(5,W.uiTypeIs("HorizontalLayout")),rx=({uischema:e,renderers:t,cells:r,schema:n,path:o,enabled:s})=>{const a={elements:e.elements,schema:n,path:o,enabled:s,direction:"row"};return l.jsx(Oo,{...a,renderers:t,cells:r})},tu=fe.withJsonFormsLayoutProps(rx),ru=W.rankWith(5,W.uiTypeIs("VerticalLayout")),nx=({uischema:e,schema:t,path:r,enabled:n,renderers:o,cells:s})=>{const a={elements:e.elements,schema:t,path:r,enabled:n,direction:"column"};return l.jsx(Oo,{...a,renderers:o,cells:s})},nu=fe.withJsonFormsLayoutProps(nx),ox=[{tester:Bc,renderer:Uc},{tester:Vc,renderer:Wc},{tester:Gc,renderer:Hc},{tester:Yc,renderer:qc},{tester:Kc,renderer:Jc},{tester:Zc,renderer:Xc},{tester:Qc,renderer:Rc},{tester:Nc,renderer:Lc},{tester:jc,renderer:zc},{tester:eu,renderer:tu},{tester:ru,renderer:nu},{tester:ex,renderer:tx}],sx=[{tester:Ga,cell:Ha},{tester:Ba,cell:Ua},{tester:Va,cell:Wa},{tester:Ya,cell:qa},{tester:Ka,cell:Ja},{tester:Za,cell:Xa},{tester:Qa,cell:Ra}];function ix(e,t){const r=Q(),n=bt(),o=v.useCallback(({row:s,...i})=>l.jsx(ot,{fallback:l.jsx(io,{id:s.original.id}),functionProps:[{api:r,auth:n,data:s.original,mrtProps:{row:s,...i}}],children:t}),[r,n,t]);return{enableEditing:!e,editDisplayMode:"modal",renderRowActions:o}}function ax(e,t){return{enableRowSelection:!!e||!!t}}function lx(e){return e&&typeof e=="object"&&!Array.isArray(e)}const xn=(...e)=>{const t={};return e.forEach(r=>{r&&Object.keys(r).forEach(n=>{lx(r[n])&&n!=="ref"&&t[n]?t[n]=xn(t[n],r[n]):t[n]=r[n]})}),t},Kt=(e={},...t)=>t.reduce((r,n)=>xn(r,e[n]),{}),cx=(e,t)=>e===void 0?t:e,He=(e,t=[])=>typeof e=="function"?e(...t):e,An=(e,t,r=!1)=>{let n="";r&&(n+="filter");const o=r?e[0].toUpperCase():e[0].toLowerCase();return n+=o+e.slice(1),`${n}.${t}`},ux=(e="")=>{e.startsWith("filter")&&(e=e.slice(6));const[t="",r=""]=e.split(".");return{col:t,operator:r}};function fx({col:e,colFilter:t,onClick:r,...n}){return l.jsxs(g.Menu,{shadow:"md",width:"target",...n,children:[l.jsx(g.Menu.Target,{children:l.jsx(g.Button,{children:"Add filter"})}),l.jsx(g.Menu.Dropdown,{children:t.filters.filter(o=>It(o.operator)).map(o=>l.jsx(g.Menu.Item,{onClick:()=>r({col:e,opr:o.operator,value:""}),children:o.name},`${t.label}-${o.name}`))})]})}function dx({col:e}){const{info:t,queryParams:r,setQueryParams:n}=Q(),o=or.useForm({initialValues:{filters:(r==null?void 0:r.filters)||[]}}),s=v.useMemo(()=>(t==null?void 0:t.filters[e])||{},[e,t==null?void 0:t.filters]),i=v.useMemo(()=>{var d;return((d=s==null?void 0:s.filters)==null?void 0:d.reduce((f,p)=>({...f,[p.operator]:p.name}),{}))||{}},[s==null?void 0:s.filters]),[a]=ve.useDebouncedValue(o.getValues(),wt);ve.useDidUpdate(()=>{const d=a.filters.filter(f=>f.value);n({filters:d})},[a]);const c=o.getValues().filters,u=c.map((d,f)=>d.col===e&&It(d.opr)?l.jsxs(v.Fragment,{children:[l.jsx(g.Grid.Col,{span:1.5,py:0,children:l.jsx(g.Center,{h:"100%",w:"100%",children:l.jsx(g.CloseButton,{onClick:()=>o.removeListItem("filters",f),size:"md",title:"Remove filter",variant:"outline"})})}),l.jsx(g.Grid.Col,{span:10.5,py:0,children:d.opr==="in"?l.jsx(Fi,{form:o,name:`filters.${f}.value`,label:i[d.opr],comboboxProps:{withinPortal:!1}}):l.jsx(Vr,{form:o,name:`filters.${f}.value`,label:i[d.opr],schema:s.schema,withinPortal:!1,filter:!0})}),f>=0&&f+1<c.length&&l.jsx(g.Grid.Col,{span:12,py:0,children:l.jsx(g.Divider,{my:"sm",label:"AND",align:"center"})})]},`${d.col}-${f}`):null).filter(Boolean);return l.jsxs(g.Grid,{w:u.length?"25rem":"100%",gap:"md",gutter:"xs",children:[u.length?u:l.jsx(g.Grid.Col,{span:12,children:l.jsx(g.Text,{align:"center",c:"gray",style:{fontStyle:"italic"},children:"No filters"})}),l.jsx(g.Grid.Col,{span:12,children:l.jsx(g.Stack,{children:l.jsx(fx,{col:e,colFilter:s||{filters:[]},onClick:d=>o.insertListItem("filters",d),withinPortal:!1})})})]})}function px({filters:e,col:t,opr:r,table:n}){const o=g.useMantineTheme();return e.map(s=>{const i=s.operator===r;return l.jsx(g.Menu.Item,{color:i?o.primaryColor:void 0,leftSection:l.jsx(g.Text,{size:"xl",ta:"center",w:"2ch",style:{transform:"translateY(-0.1em)"},children:s.name[0]}),onClick:()=>n.setColumnFilterFns(a=>({...a,[t]:An(t,s.operator)})),value:s.opr,children:s.name},s.operator)})}function hx({enableAdvancedFilters:e,mode:t,setMode:r,col:n,opr:o,filters:s,table:i}){return l.jsxs(l.Fragment,{children:[e&&l.jsxs(l.Fragment,{children:[l.jsx(g.Menu.Item,{component:"div",p:0,children:l.jsx(g.SegmentedControl,{fullWidth:!0,size:"sm",data:["Basic","Advanced"],value:t,onChange:r})}),l.jsx(g.Menu.Divider,{})]}),t==="Basic"&&l.jsx(px,{filters:s,col:n,opr:o,table:i}),t==="Advanced"&&l.jsx(dx,{col:n})]})}const Jt=e=>e!=null&&e!=="",ou=v.forwardRef(({clearIcon:e,mrtprops:{textinputprops:t},...r},n)=>{const{value:o,onChange:s,leftInputProps:i,rightInputProps:a,groupProps:c,cleariconprops:u,...d}=r,[f,p]=v.useState([null,null]);v.useEffect(()=>{o||p([null,null])},[o]),v.useEffect(()=>{const w=JSON.stringify(f);let S=null;return f.every(Jt)&&w!==o?S=setTimeout(()=>{s(JSON.stringify(f))},wt):f.every(I=>!Jt(I))&&(S=setTimeout(()=>{s(void 0)},wt)),()=>clearTimeout(S)},[f]);const y=v.useCallback((w,S)=>{p(I=>{const j=[...I];return j[S]=w,j})},[]);let[b,h]=f;const C=Jt(h)&&!Jt(b),x=Jt(b)&&!Jt(h),F=typeof b=="number"?l.jsx(g.ActionIcon,{...u,onClick:()=>p(w=>[null,w[1]]),children:l.jsx(no,{})}):null,$=typeof h=="number"?l.jsx(g.ActionIcon,{...u,onClick:()=>p(w=>[w[0],null]),children:l.jsx(no,{})}):null;return l.jsxs(g.Group,{w:"100%",wrap:"nowrap",align:"center",gap:"xs",...c,children:[l.jsx(g.NumberInput,{styles:{wrapper:{marginBottom:0}},hideControls:!0,rightSection:F,...d,...t,value:b||"",onChange:w=>y(w,0),placeholder:C?"Start value is required":"Start value",error:C&&" ",ref:n,...i}),l.jsx(g.NumberInput,{styles:{wrapper:{marginBottom:0}},hideControls:!0,rightSection:$,...d,...t,value:h||"",onChange:w=>y(w,1),placeholder:x?"End value is required":"End value",error:x&&" ",...a})]})});ou.displayName="BasicHeaderBetweenInput";const Zt=e=>e,su=v.forwardRef(({clearIcon:e,mrtprops:{dateinputprops:t},...r},n)=>{const{value:o,onChange:s,leftInputProps:i,rightInputProps:a,groupProps:c,...u}=r,[d,f]=v.useState([null,null]);v.useEffect(()=>{o||f([null,null])},[o]),v.useEffect(()=>{const x=JSON.stringify(d);let F=null;return d.every(Zt)&&x!==o?F=setTimeout(()=>{s(JSON.stringify(d))},wt):d.every($=>!Zt($))&&(F=setTimeout(()=>{s(void 0)},wt)),()=>clearTimeout(F)},[d]);const p=v.useCallback((x,F)=>{x&&(x=x.toISOString()),f($=>{const w=[...$];return w[F]=x,w})},[]);let[y,b]=d;y=y?new Date(y):null,b=b?new Date(b):null;const h=Zt(b)&&!Zt(y),C=Zt(y)&&!Zt(b);return l.jsxs(g.Group,{w:"100%",wrap:"nowrap",align:"center",gap:"xs",...c,children:[l.jsx(ft.DateInput,{clearable:!0,valueFormat:"DD.MM.YYYY",styles:{wrapper:{marginBottom:0}},...u,...t,value:y,onChange:x=>p(x,0),placeholder:h?"Start date is required":"Start date",error:h&&" ",ref:n,...i}),l.jsx(ft.DateInput,{clearable:!0,valueFormat:"DD.MM.YYYY",styles:{wrapper:{marginBottom:0}},...u,...t,value:b,onChange:x=>p(x,1),placeholder:C?"End date is required":"End date",error:C&&" ",...a})]})});su.displayName="BasicHeaderDateBetweenInput";const iu=v.forwardRef(({clearIcon:e,mrtprops:{textinputprops:t},...r},n)=>l.jsx(g.TextInput,{ref:n,rightSection:e,...t,...r,value:r.value||""}));iu.displayName="BasicHeaderTextInput";const au=v.forwardRef(({component:e,...t},r)=>{const n=Q(),o=bt(),s=v.useMemo(()=>[{api:n,auth:o,componentProps:{...t,ref:r}}],[n,o,t,r]);return l.jsx(ot,{ref:r,fallback:l.jsx(iu,{...t}),functionProps:s,children:e})});au.displayName="HeaderInput";const Xt={root:"_root_yn5fy_1","date-filter":"_date-filter_yn5fy_5"},ls={[Mi]:({componentProps:e})=>l.jsx(ou,{...e}),[Di]:({componentProps:e})=>l.jsx(su,{...e})},lu=v.forwardRef(({label:e,disabled:t,children:r,...n},o)=>t?v.cloneElement(r,{ref:o}):l.jsx(g.Tooltip,{label:e,...n,children:v.cloneElement(r,{ref:o})}));lu.displayName="FilterIconWrapper";const cu=v.forwardRef(({indicator:e,children:t,...r},n)=>e?l.jsx(g.Indicator,{zIndex:20,size:16,label:e,...r,children:v.cloneElement(t,{ref:n})}):v.cloneElement(t,{ref:n}));cu.displayName="FilterIndicatorWrapper";function gx({children:e,enableFilterModes:t,enableAdvancedFilters:r,filterProps:n,filterModeDescription:o,filterMenu:s,filters:i,filterFn:a,mrtProps:{column:c,table:u,...d}}){var O;const{queryParams:f,setQueryParams:p}=Q(),y=Q(),b=bt(),[h,C]=v.useState("Basic"),[x,{toggle:F}]=ve.useDisclosure(),$=((O=u.getState().columnFilterFns)==null?void 0:O[c.id])||a,w=v.useMemo(()=>ux($).operator,[$]),S=v.useMemo(()=>{var _;return(_=i==null?void 0:i.find(P=>P.operator===w))==null?void 0:_.name},[i,w]),I=or.useField({mode:"controlled"}),j=v.useMemo(()=>(f==null?void 0:f.filters.filter(_=>_.col===c.id&&It(_.opr)).map(_=>({..._})))||[],[f,c.id]),H=v.useCallback(()=>{I.reset(),c.setFilterValue(void 0)},[]),[U]=ve.useDebouncedValue(I.getInputProps().value,wt),m=ve.useMounted(),A=v.useMemo(()=>f==null?void 0:f.filters.find(_=>_.col===c.id&&_.opr===w),[c.id,w,f==null?void 0:f.filters]);v.useEffect(()=>{m&&c.setFilterValue(U??void 0)},[U]),v.useEffect(()=>{if(!m)return;const _=c.getFilterValue();_===void 0?H():I.getInputProps().onChange(_)},[c.getFilterValue()]),v.useEffect(()=>{m&&(A||H())},[A]),ve.useDidUpdate(()=>{I.reset()},[w]),ve.useDidUpdate(()=>{let _=!1;const P=f==null?void 0:f.filters.map(z=>{if(z.opr.startsWith(pr)&&z.col===c.id){if(z.opr===w)_=!0;else return null;return U?{...z,value:U}:null}return z}).filter(Boolean);!_&&U&&P.push({col:c.id,opr:w,value:U});const D=JSON.stringify(P),V=JSON.stringify(f.filters);D!==V&&p({filters:P})},[U]);const L=v.useMemo(()=>{const _={variant:"subtle"};return!(i!=null&&i.length)&&(_.disabled=!0,_.c="gray"),_},[i==null?void 0:i.length]),Y=v.useMemo(()=>cx(t?e==null?void 0:e[w]:e,ls==null?void 0:ls[w]),[e,t,w]),J=v.useMemo(()=>({...L,size:"sm",onClick:H,title:"Clear filter"}),[L,H]),ae=v.useMemo(()=>[{api:y,auth:b,mrtProps:{column:c,table:u,...d}}],[y,b,c,d,u]),le=v.useMemo(()=>[{...ae[0],componentProps:{label:u.options.localization.changeFilterMode,disabled:!(i!=null&&i.length),indicator:j.length,aiProps:L,onClick:F}}],[L,j.length,i==null?void 0:i.length,ae,u.options.localization.changeFilterMode,F]),ge=v.useMemo(()=>[{...ae[0],componentProps:{filterMode:S}}],[S,ae]),me=He(t?Kt(n,w):n,ae),Me=v.useMemo(()=>{var _,P;return{w:"100%",variant:"unstyled",disabled:!(i!=null&&i.length),title:i.length?void 0:"No filters",placeholder:(_=u.options.localization.filterByColumn)==null?void 0:_.replace("{column}",String(c.columnDef.header)),"aria-label":(P=u.options.localization.filterByColumn)==null?void 0:P.replace("{column}",String(c.columnDef.header)),style:{fontWeight:"normal"},mrtprops:{column:c,table:u,...d,textinputprops:{className:At("mrt-filter-text-input",Xt.root),...He(u.mantineFilterTextInputProps,[{column:c,table:u,...d}]),...He(c.columnDef.mantineFilterTextInputProps,[{column:c,table:u,...d}])},selectprops:{className:At("mrt-filter-text-input",Xt.root),...He(u.mantineFilterSelectProps,[{column:c,table:u,...d}]),...He(c.columnDef.mantineFilterSelectProps,[{column:c,table:u,...d}])},multiselectprops:{className:At("mrt-filter-text-input",Xt.root),...He(u.mantineFilterMultiSelectProps||{clearable:!0},[{column:c,table:u,...d}]),...He(c.columnDef.mantineFilterMultiSelectProps,[{column:c,table:u,...d}])},dateinputprops:{className:At("mrt-filter-text-input",Xt.root,Xt["date-filter"]),...He(u.mantineFilterDateInputProps,[{column:c,table:u,...d}]),...He(c.columnDef.mantineFilterDateInputProps,[{column:c,table:u,...d}])},autocompleteprops:{className:At("mrt-filter-text-input",Xt.root),...He(u.mantineFilterAutocompleteProps,[{column:c,table:u,...d}]),...He(c.columnDef.mantineFilterAutocompleteProps,[{column:c,table:u,...d}])}},ref:D=>{D&&(u.refs.filterInputRefs.current[`${c.id}-0`]=D)},clearIcon:I.isDirty()&&l.jsx(g.ActionIcon,{...J,children:l.jsx(no,{})}),...me,cleariconprops:J}},[J,c,me,I,i.length,d,u]);return l.jsxs(g.Menu,{opened:x,closeOnClickOutside:!0,onChange:F,children:[l.jsxs(g.Stack,{w:"100%",gap:"0.25rem",children:[l.jsxs(g.Group,{gap:"xs",justify:"space-between",wrap:"nowrap",children:[l.jsx(au,{component:Y,field:I,...I.getInputProps(),...Me}),t&&l.jsx(g.Menu.Target,{children:l.jsx(ot,{fallback:i.length?l.jsx(lu,{label:u.options.localization.changeFilterMode,position:"bottom-start",withArrow:!0,arrowPosition:"side",children:l.jsx(cu,{indicator:j.length,disabled:!r,children:l.jsx(g.ActionIcon,{...L,onClick:F,children:l.jsx(ed,{})})})}):null,functionProps:le,children:s})})]}),t&&l.jsx(ot,{fallback:i.length?l.jsx(g.Input.Description,{size:"xs",children:u.options.localization.filterMode.replace("{filterType}",rt.localizedFilterOption(Kt(u.options.localization,c.id),S)||rt.localizedFilterOption(u.options.localization,S)||S)}):null,functionProps:ge,children:o})]}),l.jsx(g.Menu.Dropdown,{children:l.jsx(hx,{enableAdvancedFilters:r,mode:h,setMode:C,col:c.id,opr:w,filters:i,table:u})})]})}function mx({highlight:e,truncate:t,children:r}){return Array.isArray(r)?r.map((n,o)=>{var s;return(s=t==null?void 0:t[o])!=null&&s.truncated?l.jsx(g.Tooltip,{label:t[o].original,children:l.jsx(g.Highlight,{highlight:e,children:t[o].truncated},o)},o):l.jsx(g.Highlight,{highlight:e,children:n},o)}):t!=null&&t.truncated?l.jsx(g.Tooltip,{label:t.original,children:l.jsx(g.Highlight,{highlight:e,children:t.truncated})}):l.jsx(g.Highlight,{highlight:e,children:r})}const yx=(e,t)=>{var n,o,s;const r=(s=(o=(n=e==null?void 0:e.filters)==null?void 0:n[t])==null?void 0:o.schema)==null?void 0:s.type;if(!r)return ki;switch(r){case"Date":case"DateTime":return Di;case"Integer":case"Float":return Mi;default:return ki}};function bx(e,t,r,n){const{path:o,info:s,data:i,specialKey:a}=Q(),c=Q(),u=bt(),d=v.useMemo(()=>(i==null?void 0:i.list_columns.map(y=>{var U,m,A;const{component:b,enableFilterModes:h,enableAdvancedFilters:C,filterComponent:x,filterProps:F,filterModeDescription:$,filterMenu:w,defaultOpr:S=yx(s,y)}=Kt(t,a.all,y),I=An(y,S),j=((m=(U=s==null?void 0:s.filters)==null?void 0:U[y])==null?void 0:m.filters.filter(L=>L.operator.startsWith("header:")))||[],H={};return b!==void 0&&(H.Header=L=>He(b,[{api:c,auth:u,mrtProps:L}])),{accessorKey:y,header:(A=i==null?void 0:i.label_columns)==null?void 0:A[y],Filter:L=>l.jsx(gx,{enableFilterModes:h,enableAdvancedFilters:C,filterProps:F,filterModeDescription:$,filterMenu:w,filters:j,filterFn:I,mrtProps:L,children:x}),enableSorting:(i==null?void 0:i.order_columns.includes(y))||(i==null?void 0:i.order_columns.includes(`${y}.id`)),filterFn:j.length?I:void 0,columnFilterModeOptions:j.map(L=>An(y,L.operator)),Cell:({cell:L,table:Y,column:J,...ae})=>{const le=Y.getState().globalFilter,ge=J.getFilterValue()||"",{component:me,separator:Me,truncate:O}=Kt(r,a.all,y);let _=[];le&&_.push(...le.split(n).map(z=>z.trim())),ge&&typeof ge=="string"&&_.push(...ge.split(n).map(z=>z.trim()));let P=Xs(L.getValue());typeof P=="number"?P=P.toLocaleString():P==null&&(P=""),Me&&(P=P.split(Me));let D={};O&&(Array.isArray(P)?D=P.map(z=>({original:z,truncated:z.length>O?`${z.slice(0,O)}...`:null})):D={original:P,truncated:P.length>O?`${P.slice(0,O)}...`:null});const V=[{api:c,auth:u,data:L.row.original,highlight:_,componentProps:{value:P},mrtProps:{cell:L,table:Y,column:J,...ae}}];return l.jsx(ot,{fallback:l.jsx(mx,{highlight:_,truncate:D,children:P}),functionProps:V,children:me})},...H,...Kt(e,a.all,y)}}))||[],[i==null?void 0:i.list_columns,i==null?void 0:i.label_columns,i==null?void 0:i.order_columns,s,e,a.all,c,u,t,r,n]),[f,p]=ve.useSetState({});return v.useEffect(()=>{d.length&&p({[i.path]:d})},[d]),{columns:d.length?d:(f==null?void 0:f[o])||d,manualFiltering:!0}}function vx(){const{data:e,loading:t}=Q();return{data:(e==null?void 0:e.result)||[],rowCount:(e==null?void 0:e.count)||0,state:{showLoadingOverlay:t}}}function Tx(e){const{data:t}=Q();return e?{mantineTableBodyRowProps:({row:r})=>({onClick:()=>{const n=t.ids[r.id];e(n,r.original)},style:{cursor:"pointer"}})}:null}function Sx(){const{info:e}=Q();return{filterFns:v.useMemo(()=>Object.entries((e==null?void 0:e.filters)||{}).reduce((t,[r,n])=>(n.filters.filter(o=>o.operator.startsWith("header:")).forEach(o=>t[An(r,o.operator)]=null),t),{}),[e==null?void 0:e.filters])}}function _x(){const{queryParams:e,setQueryParams:t,info:r}=Q(),n=v.useMemo(()=>{var u,d;return((d=(u=e==null?void 0:e.filters)==null?void 0:u.find(f=>f.opr===dr))==null?void 0:d.value)||""},[e==null?void 0:e.filters]),[o,s]=v.useState(n),[i]=ve.useDebouncedValue(o,wt),a=v.useMemo(()=>{var u;return(u=Object.entries((r==null?void 0:r.filters)||{}).find(([,d])=>d.filters.find(f=>f.operator===dr)))==null?void 0:u[0]},[r==null?void 0:r.filters]);ve.useDidUpdate(()=>{n!==(i||"")&&s(n)},[n]),ve.useDidUpdate(()=>{var y;const u=((y=e==null?void 0:e.filters)==null?void 0:y.filter(b=>b.opr!==dr))||[],d={col:a,opr:dr,value:i};i&&u.push(d);const f=JSON.stringify(u),p=JSON.stringify((e==null?void 0:e.filters)||[]);f!==p&&t({page:0,filters:u})},[i]);const c=v.useMemo(()=>{const u={disabled:!a};return a||(u.placeholder="No global filter available"),u},[a]);return{manualFiltering:!0,onGlobalFilterChange:s,state:{globalFilter:o},mantineSearchTextInputProps:c}}function wx(e){const{data:t,queryParams:r,setQueryParams:n}=Q(),o=v.useMemo(()=>({pageIndex:(r==null?void 0:r.page)||Hd,pageSize:(r==null?void 0:r.page_size)||Yd}),[r==null?void 0:r.page,r==null?void 0:r.page_size]),s=v.useCallback(i=>{const a=i(o);!(t!=null&&t.count)&&a.pageIndex===0||n({page:a.pageIndex,page_size:a.pageSize})},[t==null?void 0:t.count,o,n]);return{enablePagination:!e,manualPagination:!0,state:{pagination:o},onPaginationChange:s}}function Cx(e){const{ref:t,height:r}=ve.useElementSize(),{ref:n,height:o}=ve.useElementSize(),s=v.useMemo(()=>{const u={h:"100%",withBorder:e};return e||(u.shadow=void 0),u},[e]),i=v.useMemo(()=>({ref:n}),[n]),a=v.useMemo(()=>({ref:t,pos:"sticky",bottom:0}),[t]),c=v.useMemo(()=>({h:`calc(100% - ${o+r}px)`}),[o,r]);return{mantinePaperProps:s,mantineTopToolbarProps:i,mantineBottomToolbarProps:a,mantineTableContainerProps:c}}function Ex(){const{queryParams:e,setQueryParams:t,data:r}=Q(),n=v.useMemo(()=>e!=null&&e.order_column?[{id:e.order_column.split(".id")[0],desc:e.order_direction==="desc"}]:[],[e==null?void 0:e.order_column,e==null?void 0:e.order_direction]),o=v.useCallback(s=>{const i=s(n);if(!i.length){t({order_column:null,order_direction:null});return}const a=i[0];t({order_column:r.order_columns.includes(a.id)?a.id:`${a.id}.id`,order_direction:a.desc?"desc":"asc"})},[r==null?void 0:r.order_columns,t,n]);return{manualSorting:!0,state:{sorting:n},onSortingChange:o}}function xx({table:e,...t}){const[r,n]=v.useState(!1),o={variant:"transparent",size:"md",c:"gray"},s=g.useProps("ActionIcon",o,t);return l.jsxs(l.Fragment,{children:[l.jsx(g.Tooltip,{label:e.options.localization.add??"Add Item",children:l.jsx(g.ActionIcon,{variant:s.variant,size:s.size,c:s.c,className:"filterButton",onClick:()=>{n(!0)},children:l.jsx(Br,{})})}),l.jsx(ao,{opened:r,onClose:()=>{n(!1)}})]})}function Ax({table:e,...t}){const[r,n]=v.useState(!1),{download:o}=Q(),s={variant:"transparent",size:"md",c:"gray"},i=g.useProps("ActionIcon",s,t);return r?l.jsx(g.ThemeIcon,{variant:"transparent",size:i.size,c:i.c,children:l.jsx(g.Loader,{size:"100%",color:i.c})}):l.jsx(g.Tooltip,{label:e.options.localization.download??"Download",children:l.jsx(g.ActionIcon,{variant:i.variant,size:i.size,c:i.c,className:"filterButton",onClick:()=>{n(!0),o("download").then(()=>n(!1))},children:l.jsx(ei,{})})})}function Ox({table:e,...t}){const[r,n]=v.useState(!1),{loading:o,refetch:s}=Q(),i={variant:"transparent",size:"md",c:"gray"},a=g.useProps("ActionIcon",i,t);return v.useEffect(()=>{o||n(!1)},[o]),r?l.jsx(g.ThemeIcon,{variant:"transparent",size:a.size,c:a.c,children:l.jsx(g.Loader,{size:"100%",color:a.c})}):l.jsx(g.Tooltip,{label:e.options.localization.refresh??"Refresh",children:l.jsx(g.ActionIcon,{variant:a.variant,size:a.size,c:a.c,className:"filterButton",onClick:()=>{n(!0),s()},children:l.jsx(od,{})})})}const cs={toggleGlobalFilter:1,filter:2,download:3,add:4,refresh:5,showHideColumns:6,toggleDensePadding:7,toggleFullScreen:8};function $x(e,t){return{1:l.jsx(rt.MRT_ToggleGlobalFilterButton,{table:e,disabled:!1},"basic-1"),2:l.jsx(rt.MRT_ToggleFiltersButton,{table:e},"basic-2"),3:(t==null?void 0:t["3"])&&l.jsx(Ax,{table:e},"basic-3"),4:(t==null?void 0:t["4"])&&l.jsx(xx,{table:e},"basic-4"),5:l.jsx(Ox,{table:e},"basic-5"),6:l.jsx(rt.MRT_ShowHideColumnsButton,{table:e},"basic-6"),7:l.jsx(rt.MRT_ToggleDensePaddingButton,{table:e},"basic-7"),8:l.jsx(rt.MRT_ToggleFullScreenButton,{table:e},"basic-8")}}function Px(e={},t,r){const{info:n,queryParams:o,setQueryParams:s}=Q(),i=Q(),a=bt(),{customizer:c,custom:u}=e,d=v.useMemo(()=>t?[{label:"All",value:"[]"},...t.map(b=>({label:b.name,value:JSON.stringify(b.value)}))]:[],[t]),f=v.useMemo(()=>d.length?l.jsx(g.SegmentedControl,{value:JSON.stringify((o==null?void 0:o.filters)||[]),onChange:b=>s({filters:JSON.parse(b)}),data:d}):null,[o==null?void 0:o.filters,d,s]),p=v.useCallback(({table:b})=>{const h=[{api:i,auth:a,mrtProps:{table:b}}],C={3:n==null?void 0:n.permissions.includes("can_download"),4:n==null?void 0:n.permissions.includes("can_post")},x=$x(b,C);Object.entries(c||{}).forEach(([$,w])=>{$ in cs&&(x[cs[$]]=l.jsx(ot,{fallback:x[cs[$]],functionProps:h,children:w},`custom-${$}`))});let F=Object.values(x);return Object.entries(u||{}).forEach(([$,w])=>{$=Number($)-1;const S=l.jsx(ot,{functionProps:h,children:w},`order-${$}`);$>F.length?F.push(S):F=[...F.slice(0,$),S,...F.slice($)]}),l.jsx(g.Flex,{gap:"0.125rem",align:"center",children:F})},[i,a,u,c,n==null?void 0:n.permissions]),y=v.useMemo(()=>{const b={};return f&&(b.renderTopToolbarCustomActions=()=>l.jsx(g.Group,{justify:"space-between",children:l.jsx(g.Box,{children:f})}),b.positionToolbarAlertBanner="bottom"),b},[f]);return{renderToolbarInternalActions:p,enableTopToolbar:!r,enableFilters:(c==null?void 0:c.filter)!==null,...y}}function Ix(){const{data:e}=Q();return v.useMemo(()=>(e==null?void 0:e.result.length)>=1e3,[e])?{enableRowVirtualization:!0,rowVirtualizerOptions:{overscan:5}}:{}}const kx={enableStickyHeader:!0,enableColumnPinning:!0},uu=v.forwardRef((e,t)=>{var X;const{data:r,queryParams:n,refetch:o,specialKey:s}=Q(),i=g.useProps("NextGenDataGrid",{},{}),{fetchOnMount:a=!0,hideToolbar:c,hideActions:u,hidePagination:d,hideError:f,onSelectCheckbox:p,onClickEntry:y,bulkActions:b,table:h,quickFilters:C,withBorder:x,columnProps:F,header:$,body:w,toolbar:S={},textFilterSeparator:I=";",bodySeparator:j,bodyTruncate:H,headerCustomizer:U,bodyCustomizer:m,toolbarCustomizer:A,hideAdd:L,hideDownload:Y,hideFilter:J,...ae}=v.useMemo(()=>xn(i,e),[e,i]);j&&Object.keys(w).forEach(Z=>{w[Z]=w[Z]||{},w[Z].separator=w[Z].separator||j}),H&&Object.keys(w).forEach(Z=>{w[Z]=w[Z]||{},w[Z].truncate=w[Z].truncate||H}),U&&Object.keys(U).forEach(Z=>{$[Z]=$[Z]||{},$[Z].component=U[Z].component||U[Z]}),m&&Object.keys(m).forEach(Z=>{w[Z]=w[Z]||{},w[Z].component=m[Z].component||m[Z]}),A&&(S.custom=S.custom||A),L&&(S.customizer=S.customizer||{},S.customizer.add=S.customizer.add||null),Y&&(S.customizer=S.customizer||{},S.customizer.download=S.customizer.download||null),J&&(S.customizer=S.customizer||{},S.customizer.filter=S.customizer.filter||null),v.useEffect(()=>{process.env.NODE_ENV==="development"&&(j&&console.warn("bodySeparator is deprecated, please use body.[col].separator instead"),H&&console.warn("bodyTruncate is deprecated, please use body.[col].truncate instead"),U&&console.warn("headerCustomizer is deprecated, please use header.[col].component instead"),m&&console.warn("bodyCustomizer is deprecated, please use body.[col].component instead"),A&&console.warn("toolbarCustomizer is deprecated, please use toolbar.custom instead"),L&&console.warn("hideAdd is deprecated, please use toolbar.customizer.add instead"),Y&&console.warn("hideDownload is deprecated, please use toolbar.customizer.download instead"),J&&console.warn("hideFilter is deprecated, please use toolbar.customizer.filter instead"))},[]);const le=vx(),ge=Ex(),me=wx(d),Me=bx(F,$,w,I),O=Cx(x),_=ix(u,(X=Kt(w,s.actions))==null?void 0:X.component),P=_x(),D=Ix(),V=Px(S,C,c),z=Tx(y),q=ax(p,b),K=Sx(),ee=v.useMemo(()=>xn(kx,{mantinePaperProps:{ref:t}},Me,le,ge,me,O,_,P,D,V,z,q,K,h),[t,Me,le,ge,me,O,_,P,D,V,z,q,K,h]),te=rt.useMantineReactTable(ee);return v.useEffect(()=>{!n&&a&&o()},[]),v.useEffect(()=>{const Z=Object.keys(te.getState().rowSelection),N=r==null?void 0:r.ids.filter((De,Le)=>Z.includes(Le.toString()));p==null||p(N),b==null||b.setSelectedIds(N)},[b,r==null?void 0:r.ids,te.getState().rowSelection,p]),l.jsxs(l.Fragment,{children:[l.jsx(rt.MantineReactTable,{table:te,...ae}),f?null:l.jsx(oi,{})]})});uu.displayName="NextGenDataGrid";const us={iconSmall:"_iconSmall_sxv3z_1",btn:"_btn_sxv3z_17"};function Mx({basePath:e="/security",Target:t,children:r}){const n=bs.useNavigate(),{user:o,signout:s}=bt(),[i,a]=v.useState(!1),u=[{resource_name:e+"/users",label:"Users",name:"UsersApi",Icon:sd},{resource_name:e+"/roles",label:"Roles",name:"RolesApi",Icon:td},{resource_name:e+"/permissions",label:"Base Permissions",name:"PermissionsApi",Icon:ri},{resource_name:e+"/permissionviews",label:"Permission on Views",name:"PermissionViewApi",Icon:ri},{resource_name:e+"/viewsmenus",label:"Views/Menus",name:"ViewsMenusApi",Icon:Xf}].filter(d=>o.permissions.includes(d.name));return l.jsxs(g.Menu,{width:260,position:"bottom-end",transition:"pop-top-right",withinPortal:!0,opened:i,onClose:()=>a(!1),onOpen:()=>a(!0),children:[l.jsx(g.Menu.Target,{children:t||l.jsx(g.UnstyledButton,{className:us.btn,style:{borderRadius:4},p:"xs",children:l.jsxs(g.Group,{style:{flexWrap:"nowrap"},spacing:7,children:[l.jsx(g.Text,{weight:500,size:"sm",style:{lineHeight:1,whiteSpace:"nowrap"},mr:3,children:`${o.first_name} ${o.last_name}`}),l.jsx(ro,{size:12})]})})}),l.jsxs(g.Menu.Dropdown,{children:[u.length?l.jsxs(l.Fragment,{children:[l.jsx(g.Menu.Label,{children:"Security"}),u.map((d,f)=>l.jsx(g.Menu.Item,{p:12,leftSection:l.jsx(d.Icon,{className:us.iconSmall}),onClick:()=>n(d.resource_name),children:d.label},f)),l.jsx(g.Menu.Divider,{})]}):null,r,l.jsx(g.Menu.Item,{leftSection:l.jsx(rd,{p:12,className:us.iconSmall}),onClick:s,children:"Logout"})]})]})}function Dx(e,{autoInvoke:t=!0,initialLoading:r=!1,clearDataOnRefetch:n=!1,...o}={}){const[s,i]=v.useState(null),[a,c]=v.useState(r),[u,d]=v.useState(null),f=v.useRef(null),p=v.useCallback(()=>{if(e)return n&&i(null),d(null),f.current&&f.current.abort(),f.current=new AbortController,c(!0),fetch(e,{signal:f.current.signal,...o}).then(async b=>{const h=await b.json();if(!b.ok){const C=typeof h.detail=="string"?h.detail:JSON.stringify(h.detail,null,2);throw new Error(C)}return i(h),c(!1),h}).catch(b=>(b&&b.name!=="AbortError"&&(d(b),c(!1)),b))},[e]),y=v.useCallback(()=>{var b;f.current&&((b=f.current)==null||b.abort(""),c(!1))},[]);return v.useEffect(()=>(t&&p(),()=>{f.current&&f.current.abort("")}),[p,t]),{data:s,loading:a,error:u,refetch:p,abort:y}}k.Actions=io,k.Add=di,k.AddDialog=ao,k.ApiProvider=Qs,k.DataGrid=yo,k.Delete=si,k.DeleteDialog=Fc,k.Edit=fi,k.EditDialog=ui,k.Filter=Li,k.FilterMenu=Ni,k.InfiniteScroll=Zd,k.MantineArrayControlRenderer=Lc,k.MantineBooleanCell=qa,k.MantineBooleanControl=Xc,k.MantineDateCell=Ja,k.MantineDateControl=Uc,k.MantineDateTimeCell=Xa,k.MantineDateTimeControl=Wc,k.MantineEnumArrayRenderer=zc,k.MantineEnumCell=Ra,k.MantineEnumControl=Rc,k.MantineHorizontalLayoutRenderer=tu,k.MantineIntegerCell=Wa,k.MantineIntegerControl=qc,k.MantineLayoutRenderer=Oo,k.MantineNumberCell=Ua,k.MantineNumberControl=Hc,k.MantineTableControl=Dc,k.MantineTextCell=Ha,k.MantineTextControl=Jc,k.MantineVerticalLayoutRenderer=nu,k.NextGenDataGrid=uu,k.NoBorderTableCell=qt,k.NonEmptyRow=Mc,k.Provider=Hu,k.UserMenu=Mx,k.mantineArrayControlTester=Nc,k.mantineBooleanCellTester=Ya,k.mantineBooleanControlTester=Zc,k.mantineCells=sx,k.mantineDateCellTester=Ka,k.mantineDateControlTester=Bc,k.mantineDateTimeCellTester=Za,k.mantineDateTimeControlTester=Vc,k.mantineEnumArrayRendererTester=jc,k.mantineEnumCellTester=Qa,k.mantineEnumControlTester=Qc,k.mantineHorizontalLayoutTester=eu,k.mantineIntegerCellTester=Va,k.mantineIntegerControlTester=Yc,k.mantineNumberCellTester=Ba,k.mantineNumberControlTester=Gc,k.mantineRenderers=ox,k.mantineTextCellTester=Ga,k.mantineTextControlTester=Kc,k.mantineVerticalLayoutTester=ru,k.renderLayoutElements=ia,k.useApi=Q,k.useAuth=bt,k.useBulkActions=Yu,k.useCustomFetch=Dx,k.useDebouncedChange=da,k.useInfo=ws,k.useProxy=sr,k.withAjvProps=qg,Object.defineProperty(k,Symbol.toStringTag,{value:"Module"})});
|
|
176
|
+
export default theme;`}function Ts(e={},...t){const{breakpoints:n,mixins:r={},spacing:o,palette:s={},transitions:i={},typography:a={},shape:c,...u}=e;if(e.vars&&e.generateThemeVars===void 0)throw new Error(process.env.NODE_ENV!=="production"?"MUI: `vars` is a private field used for CSS variables support.\nPlease use another name or follow the [docs](https://mui.com/material-ui/customization/css-theme-variables/usage/) to enable the feature.":mt(20));const d=vs(s),f=Ac(e);let h=ze(f,{mixins:iC(f.breakpoints,r),palette:d,shadows:dC.slice(),typography:lC(d,a),transitions:mC(i),zIndex:{...yC}});if(h=ze(h,u),h=t.reduce((y,v)=>ze(y,v),h),process.env.NODE_ENV!=="production"){const y=["active","checked","completed","disabled","error","expanded","focused","focusVisible","required","selected"],v=(g,S)=>{let E;for(E in g){const P=g[E];if(y.includes(E)&&Object.keys(P).length>0){if(process.env.NODE_ENV!=="production"){const O=as("",E);console.error([`MUI: The \`${S}\` component increases the CSS specificity of the \`${E}\` internal state.`,"You can not override it like this: ",JSON.stringify(g,null,2),"",`Instead, you need to use the '&.${O}' syntax:`,JSON.stringify({root:{[`&.${O}`]:P}},null,2),"","https://mui.com/r/state-classes-guide"].join(`
|
|
177
|
+
`))}g[E]={}}}};Object.keys(h.components).forEach(g=>{const S=h.components[g].styleOverrides;S&&g.startsWith("Mui")&&v(S,g)})}return h.unstable_sxConfig={...xr,...u==null?void 0:u.unstable_sxConfig},h.unstable_sx=function(v){return Gt({sx:v,theme:this})},h.toRuntimeSource=Vc,h}function vC(e){let t;return e<1?t=5.11916*e**2:t=4.5*Math.log(e+1)+2,Math.round(t*10)/1e3}const TC=[...Array(25)].map((e,t)=>{if(t===0)return"none";const n=vC(t);return`linear-gradient(rgba(255 255 255 / ${n}), rgba(255 255 255 / ${n}))`});function Gc(e){return{inputPlaceholder:e==="dark"?.5:.42,inputUnderline:e==="dark"?.7:.42,switchTrackDisabled:e==="dark"?.2:.12,switchTrack:e==="dark"?.3:.38}}function Wc(e){return e==="dark"?TC:[]}function SC(e){const{palette:t={mode:"light"},opacity:n,overlays:r,...o}=e,s=vs(t);return{palette:s,opacity:{...Gc(s.mode),...n},overlays:r||Wc(s.mode),...o}}function wC(e){var t;return!!e[0].match(/(cssVarPrefix|colorSchemeSelector|rootSelector|typography|mixins|breakpoints|direction|transitions)/)||!!e[0].match(/sxConfig$/)||e[0]==="palette"&&!!((t=e[1])!=null&&t.match(/(mode|contrastThreshold|tonalOffset)/))}const _C=e=>[...[...Array(25)].map((t,n)=>`--${e?`${e}-`:""}overlays-${n}`),`--${e?`${e}-`:""}palette-AppBar-darkBg`,`--${e?`${e}-`:""}palette-AppBar-darkColor`],CC=e=>(t,n)=>{const r=e.rootSelector||":root",o=e.colorSchemeSelector;let s=o;if(o==="class"&&(s=".%s"),o==="data"&&(s="[data-%s]"),o!=null&&o.startsWith("data-")&&!o.includes("%s")&&(s=`[${o}="%s"]`),e.defaultColorScheme===t){if(t==="dark"){const i={};return _C(e.cssVarPrefix).forEach(a=>{i[a]=n[a],delete n[a]}),s==="media"?{[r]:n,"@media (prefers-color-scheme: dark)":{[r]:i}}:s?{[s.replace("%s",t)]:i,[`${r}, ${s.replace("%s",t)}`]:n}:{[r]:{...n,...i}}}if(s&&s!=="media")return`${r}, ${s.replace("%s",String(t))}`}else if(t){if(s==="media")return{[`@media (prefers-color-scheme: ${String(t)})`]:{[r]:n}};if(s)return s.replace("%s",String(t))}return r};function EC(e,t){t.forEach(n=>{e[n]||(e[n]={})})}function A(e,t,n){!e[t]&&n&&(e[t]=n)}function En(e){return typeof e!="string"||!e.startsWith("hsl")?e:Ic(e)}function ct(e,t){`${t}Channel`in e||(e[`${t}Channel`]=wn(En(e[t]),`MUI: Can't create \`palette.${t}Channel\` because \`palette.${t}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
|
|
178
|
+
To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}function xC(e){return typeof e=="number"?`${e}px`:typeof e=="string"||typeof e=="function"||Array.isArray(e)?e:"8px"}const Re=e=>{try{return e()}catch{}},AC=(e="mui")=>Y_(e);function Ss(e,t,n,r){if(!t)return;t=t===!0?{}:t;const o=r==="dark"?"dark":"light";if(!n){e[r]=SC({...t,palette:{mode:o,...t==null?void 0:t.palette}});return}const{palette:s,...i}=Ts({...n,palette:{mode:o,...t==null?void 0:t.palette}});return e[r]={...t,palette:s,opacity:{...Gc(o),...t==null?void 0:t.opacity},overlays:(t==null?void 0:t.overlays)||Wc(o)},i}function OC(e={},...t){const{colorSchemes:n={light:!0},defaultColorScheme:r,disableCssColorScheme:o=!1,cssVarPrefix:s="mui",shouldSkipGeneratingVar:i=wC,colorSchemeSelector:a=n.light&&n.dark?"media":void 0,rootSelector:c=":root",...u}=e,d=Object.keys(n)[0],f=r||(n.light&&d!=="light"?"light":d),h=AC(s),{[f]:y,light:v,dark:g,...S}=n,E={...S};let P=y;if((f==="dark"&&!("dark"in n)||f==="light"&&!("light"in n))&&(P=!0),!P)throw new Error(process.env.NODE_ENV!=="production"?`MUI: The \`colorSchemes.${f}\` option is either missing or invalid.`:mt(21,f));const O=Ss(E,P,u,f);v&&!E.light&&Ss(E,v,void 0,"light"),g&&!E.dark&&Ss(E,g,void 0,"dark");let w={defaultColorScheme:f,...O,cssVarPrefix:s,colorSchemeSelector:a,rootSelector:c,getCssVar:h,colorSchemes:E,font:{...sC(O.typography),...O.font},spacing:xC(u.spacing)};Object.keys(w.colorSchemes).forEach(B=>{const m=w.colorSchemes[B].palette,$=j=>{const Y=j.split("-"),Z=Y[1],se=Y[2];return h(j,m[Z][se])};if(m.mode==="light"&&(A(m.common,"background","#fff"),A(m.common,"onBackground","#000")),m.mode==="dark"&&(A(m.common,"background","#000"),A(m.common,"onBackground","#fff")),EC(m,["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"]),m.mode==="light"){A(m.Alert,"errorColor",le(m.error.light,.6)),A(m.Alert,"infoColor",le(m.info.light,.6)),A(m.Alert,"successColor",le(m.success.light,.6)),A(m.Alert,"warningColor",le(m.warning.light,.6)),A(m.Alert,"errorFilledBg",$("palette-error-main")),A(m.Alert,"infoFilledBg",$("palette-info-main")),A(m.Alert,"successFilledBg",$("palette-success-main")),A(m.Alert,"warningFilledBg",$("palette-warning-main")),A(m.Alert,"errorFilledColor",Re(()=>m.getContrastText(m.error.main))),A(m.Alert,"infoFilledColor",Re(()=>m.getContrastText(m.info.main))),A(m.Alert,"successFilledColor",Re(()=>m.getContrastText(m.success.main))),A(m.Alert,"warningFilledColor",Re(()=>m.getContrastText(m.warning.main))),A(m.Alert,"errorStandardBg",ce(m.error.light,.9)),A(m.Alert,"infoStandardBg",ce(m.info.light,.9)),A(m.Alert,"successStandardBg",ce(m.success.light,.9)),A(m.Alert,"warningStandardBg",ce(m.warning.light,.9)),A(m.Alert,"errorIconColor",$("palette-error-main")),A(m.Alert,"infoIconColor",$("palette-info-main")),A(m.Alert,"successIconColor",$("palette-success-main")),A(m.Alert,"warningIconColor",$("palette-warning-main")),A(m.AppBar,"defaultBg",$("palette-grey-100")),A(m.Avatar,"defaultBg",$("palette-grey-400")),A(m.Button,"inheritContainedBg",$("palette-grey-300")),A(m.Button,"inheritContainedHoverBg",$("palette-grey-A100")),A(m.Chip,"defaultBorder",$("palette-grey-400")),A(m.Chip,"defaultAvatarColor",$("palette-grey-700")),A(m.Chip,"defaultIconColor",$("palette-grey-700")),A(m.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),A(m.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),A(m.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),A(m.LinearProgress,"primaryBg",ce(m.primary.main,.62)),A(m.LinearProgress,"secondaryBg",ce(m.secondary.main,.62)),A(m.LinearProgress,"errorBg",ce(m.error.main,.62)),A(m.LinearProgress,"infoBg",ce(m.info.main,.62)),A(m.LinearProgress,"successBg",ce(m.success.main,.62)),A(m.LinearProgress,"warningBg",ce(m.warning.main,.62)),A(m.Skeleton,"bg",`rgba(${$("palette-text-primaryChannel")} / 0.11)`),A(m.Slider,"primaryTrack",ce(m.primary.main,.62)),A(m.Slider,"secondaryTrack",ce(m.secondary.main,.62)),A(m.Slider,"errorTrack",ce(m.error.main,.62)),A(m.Slider,"infoTrack",ce(m.info.main,.62)),A(m.Slider,"successTrack",ce(m.success.main,.62)),A(m.Slider,"warningTrack",ce(m.warning.main,.62));const j=Pr(m.background.default,.8);A(m.SnackbarContent,"bg",j),A(m.SnackbarContent,"color",Re(()=>m.getContrastText(j))),A(m.SpeedDialAction,"fabHoverBg",Pr(m.background.paper,.15)),A(m.StepConnector,"border",$("palette-grey-400")),A(m.StepContent,"border",$("palette-grey-400")),A(m.Switch,"defaultColor",$("palette-common-white")),A(m.Switch,"defaultDisabledColor",$("palette-grey-100")),A(m.Switch,"primaryDisabledColor",ce(m.primary.main,.62)),A(m.Switch,"secondaryDisabledColor",ce(m.secondary.main,.62)),A(m.Switch,"errorDisabledColor",ce(m.error.main,.62)),A(m.Switch,"infoDisabledColor",ce(m.info.main,.62)),A(m.Switch,"successDisabledColor",ce(m.success.main,.62)),A(m.Switch,"warningDisabledColor",ce(m.warning.main,.62)),A(m.TableCell,"border",ce($r(m.divider,1),.88)),A(m.Tooltip,"bg",$r(m.grey[700],.92))}if(m.mode==="dark"){A(m.Alert,"errorColor",ce(m.error.light,.6)),A(m.Alert,"infoColor",ce(m.info.light,.6)),A(m.Alert,"successColor",ce(m.success.light,.6)),A(m.Alert,"warningColor",ce(m.warning.light,.6)),A(m.Alert,"errorFilledBg",$("palette-error-dark")),A(m.Alert,"infoFilledBg",$("palette-info-dark")),A(m.Alert,"successFilledBg",$("palette-success-dark")),A(m.Alert,"warningFilledBg",$("palette-warning-dark")),A(m.Alert,"errorFilledColor",Re(()=>m.getContrastText(m.error.dark))),A(m.Alert,"infoFilledColor",Re(()=>m.getContrastText(m.info.dark))),A(m.Alert,"successFilledColor",Re(()=>m.getContrastText(m.success.dark))),A(m.Alert,"warningFilledColor",Re(()=>m.getContrastText(m.warning.dark))),A(m.Alert,"errorStandardBg",le(m.error.light,.9)),A(m.Alert,"infoStandardBg",le(m.info.light,.9)),A(m.Alert,"successStandardBg",le(m.success.light,.9)),A(m.Alert,"warningStandardBg",le(m.warning.light,.9)),A(m.Alert,"errorIconColor",$("palette-error-main")),A(m.Alert,"infoIconColor",$("palette-info-main")),A(m.Alert,"successIconColor",$("palette-success-main")),A(m.Alert,"warningIconColor",$("palette-warning-main")),A(m.AppBar,"defaultBg",$("palette-grey-900")),A(m.AppBar,"darkBg",$("palette-background-paper")),A(m.AppBar,"darkColor",$("palette-text-primary")),A(m.Avatar,"defaultBg",$("palette-grey-600")),A(m.Button,"inheritContainedBg",$("palette-grey-800")),A(m.Button,"inheritContainedHoverBg",$("palette-grey-700")),A(m.Chip,"defaultBorder",$("palette-grey-700")),A(m.Chip,"defaultAvatarColor",$("palette-grey-300")),A(m.Chip,"defaultIconColor",$("palette-grey-300")),A(m.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),A(m.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),A(m.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),A(m.LinearProgress,"primaryBg",le(m.primary.main,.5)),A(m.LinearProgress,"secondaryBg",le(m.secondary.main,.5)),A(m.LinearProgress,"errorBg",le(m.error.main,.5)),A(m.LinearProgress,"infoBg",le(m.info.main,.5)),A(m.LinearProgress,"successBg",le(m.success.main,.5)),A(m.LinearProgress,"warningBg",le(m.warning.main,.5)),A(m.Skeleton,"bg",`rgba(${$("palette-text-primaryChannel")} / 0.13)`),A(m.Slider,"primaryTrack",le(m.primary.main,.5)),A(m.Slider,"secondaryTrack",le(m.secondary.main,.5)),A(m.Slider,"errorTrack",le(m.error.main,.5)),A(m.Slider,"infoTrack",le(m.info.main,.5)),A(m.Slider,"successTrack",le(m.success.main,.5)),A(m.Slider,"warningTrack",le(m.warning.main,.5));const j=Pr(m.background.default,.98);A(m.SnackbarContent,"bg",j),A(m.SnackbarContent,"color",Re(()=>m.getContrastText(j))),A(m.SpeedDialAction,"fabHoverBg",Pr(m.background.paper,.15)),A(m.StepConnector,"border",$("palette-grey-600")),A(m.StepContent,"border",$("palette-grey-600")),A(m.Switch,"defaultColor",$("palette-grey-300")),A(m.Switch,"defaultDisabledColor",$("palette-grey-600")),A(m.Switch,"primaryDisabledColor",le(m.primary.main,.55)),A(m.Switch,"secondaryDisabledColor",le(m.secondary.main,.55)),A(m.Switch,"errorDisabledColor",le(m.error.main,.55)),A(m.Switch,"infoDisabledColor",le(m.info.main,.55)),A(m.Switch,"successDisabledColor",le(m.success.main,.55)),A(m.Switch,"warningDisabledColor",le(m.warning.main,.55)),A(m.TableCell,"border",le($r(m.divider,1),.68)),A(m.Tooltip,"bg",$r(m.grey[700],.92))}ct(m.background,"default"),ct(m.background,"paper"),ct(m.common,"background"),ct(m.common,"onBackground"),ct(m,"divider"),Object.keys(m).forEach(j=>{const Y=m[j];j!=="tonalOffset"&&Y&&typeof Y=="object"&&(Y.main&&A(m[j],"mainChannel",wn(En(Y.main))),Y.light&&A(m[j],"lightChannel",wn(En(Y.light))),Y.dark&&A(m[j],"darkChannel",wn(En(Y.dark))),Y.contrastText&&A(m[j],"contrastTextChannel",wn(En(Y.contrastText))),j==="text"&&(ct(m[j],"primary"),ct(m[j],"secondary")),j==="action"&&(Y.active&&ct(m[j],"active"),Y.selected&&ct(m[j],"selected")))})}),w=t.reduce((B,m)=>ze(B,m),w);const C={prefix:s,disableCssColorScheme:o,shouldSkipGeneratingVar:i,getSelector:CC(w)},{vars:x,generateThemeVars:L,generateStyleSheets:G}=K_(w,C);return w.vars=x,Object.entries(w.colorSchemes[w.defaultColorScheme]).forEach(([B,m])=>{w[B]=m}),w.generateThemeVars=L,w.generateStyleSheets=G,w.generateSpacing=function(){return xc(u.spacing,ls(this))},w.getColorSchemeSelector=Z_(a),w.spacing=w.generateSpacing(),w.shouldSkipGeneratingVar=i,w.unstable_sxConfig={...xr,...u==null?void 0:u.unstable_sxConfig},w.unstable_sx=function(m){return Gt({sx:m,theme:this})},w.toRuntimeSource=Vc,w}function Hc(e,t,n){e.colorSchemes&&n&&(e.colorSchemes[t]={...n!==!0&&n,palette:vs({...n===!0?{}:n.palette,mode:t})})}function $C(e={},...t){const{palette:n,cssVariables:r=!1,colorSchemes:o=n?void 0:{light:!0},defaultColorScheme:s=n==null?void 0:n.mode,...i}=e,a=s||"light",c=o==null?void 0:o[a],u={...o,...n?{[a]:{...typeof c!="boolean"&&c,palette:n}}:void 0};if(r===!1){if(!("colorSchemes"in e))return Ts(e,...t);let d=n;"palette"in e||u[a]&&(u[a]!==!0?d=u[a].palette:a==="dark"&&(d={mode:"dark"}));const f=Ts({...e,palette:d},...t);return f.defaultColorScheme=a,f.colorSchemes=u,f.palette.mode==="light"&&(f.colorSchemes.light={...u.light!==!0&&u.light,palette:f.palette},Hc(f,"dark",u.dark)),f.palette.mode==="dark"&&(f.colorSchemes.dark={...u.dark!==!0&&u.dark,palette:f.palette},Hc(f,"light",u.light)),f}return!n&&!("light"in u)&&a==="light"&&(u.light=!0),OC({...i,colorSchemes:u,defaultColorScheme:a,...typeof r!="boolean"&&r},...t)}const PC=$C(),IC="$$material";function kC(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const MC=M_({themeId:IC,defaultTheme:PC,rootShouldForwardProp:e=>kC(e)&&e!=="classes"}),DC=H_;process.env.NODE_ENV!=="production"&&(ne.node,ne.object.isRequired);function FC(e){return W_(e)}function NC(e){return as("MuiSvgIcon",e)}fw("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const LC=e=>{const{color:t,fontSize:n,classes:r}=e,o={root:["root",t!=="inherit"&&`color${xt(t)}`,`fontSize${xt(n)}`]};return lw(o,NC,r)},jC=MC("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.color!=="inherit"&&t[`color${xt(n.color)}`],t[`fontSize${xt(n.fontSize)}`]]}})(DC(({theme:e})=>{var t,n,r,o,s,i,a,c,u,d,f,h,y,v;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:(o=(t=e.transitions)==null?void 0:t.create)==null?void 0:o.call(t,"fill",{duration:(r=(n=(e.vars??e).transitions)==null?void 0:n.duration)==null?void 0:r.shorter}),variants:[{props:g=>!g.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:((i=(s=e.typography)==null?void 0:s.pxToRem)==null?void 0:i.call(s,20))||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:((c=(a=e.typography)==null?void 0:a.pxToRem)==null?void 0:c.call(a,24))||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:((d=(u=e.typography)==null?void 0:u.pxToRem)==null?void 0:d.call(u,35))||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,g])=>g&&g.main).map(([g])=>{var S,E;return{props:{color:g},style:{color:(E=(S=(e.vars??e).palette)==null?void 0:S[g])==null?void 0:E.main}}}),{props:{color:"action"},style:{color:(h=(f=(e.vars??e).palette)==null?void 0:f.action)==null?void 0:h.active}},{props:{color:"disabled"},style:{color:(v=(y=(e.vars??e).palette)==null?void 0:y.action)==null?void 0:v.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}})),Ir=$e.forwardRef(function(t,n){const r=FC({props:t,name:"MuiSvgIcon"}),{children:o,className:s,color:i="inherit",component:a="svg",fontSize:c="medium",htmlColor:u,inheritViewBox:d=!1,titleAccess:f,viewBox:h="0 0 24 24",...y}=r,v=$e.isValidElement(o)&&o.type==="svg",g={...r,color:i,component:a,fontSize:c,instanceFontSize:t.fontSize,inheritViewBox:d,viewBox:h,hasSvgAsChild:v},S={};d||(S.viewBox=h);const E=LC(g);return l.jsxs(jC,{as:a,className:Pt(E.root,s),focusable:"false",color:u,"aria-hidden":f?void 0:!0,role:f?"img":void 0,ref:n,...S,...y,...v&&o.props,ownerState:g,children:[v?o.props.children:o,f?l.jsx("title",{children:f}):null]})});process.env.NODE_ENV!=="production"&&(Ir.propTypes={children:ne.node,classes:ne.object,className:ne.string,color:ne.oneOfType([ne.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),ne.string]),component:ne.elementType,fontSize:ne.oneOfType([ne.oneOf(["inherit","large","medium","small"]),ne.string]),htmlColor:ne.string,inheritViewBox:ne.bool,shapeRendering:ne.string,sx:ne.oneOfType([ne.arrayOf(ne.oneOfType([ne.func,ne.object,ne.bool])),ne.func,ne.object]),titleAccess:ne.string,viewBox:ne.string}),Ir.muiName="SvgIcon";function ws(e,t){function n(r,o){return l.jsx(Ir,{"data-testid":`${t}Icon`,ref:o,...r,children:e})}return process.env.NODE_ENV!=="production"&&(n.displayName=`${t}Icon`),n.muiName=Ir.muiName,$e.memo($e.forwardRef(n))}const zC=ws(l.jsx("path",{d:"m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8z"}),"ArrowDownward"),BC=ws(l.jsx("path",{d:"m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8z"}),"ArrowUpward"),UC=ws(l.jsx("path",{d:"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6zM19 4h-3.5l-1-1h-5l-1 1H5v2h14z"}),"Delete"),Kt=({children:e,...t})=>l.jsx(p.Table.Td,{...t,children:e}),VC=({errorMessages:e,id:t})=>l.jsx(p.Tooltip,{id:t,title:e,children:l.jsx(p.Indicator,{label:e.split(`
|
|
179
|
+
`).length,children:l.jsx(mp,{})})}),GC={paddingLeft:0,paddingRight:0},WC=b.memo(function({numColumns:t,errors:n,label:r,description:o,path:s,addItem:i,schema:a,enabled:c,translations:u,rootSchema:d}){const f={bg:"transparent",size:"sm",c:"gray"},h=p.useProps("ActionIcon",f,{});return l.jsxs(p.Table.Tr,{children:[l.jsx(Kt,{colSpan:t,children:l.jsxs(p.Stack,{children:[l.jsxs(p.Grid,{justify:"flex-start",align:"center",gutter:"sm",children:[l.jsx(p.Grid.Col,{span:"content",children:l.jsx(p.Text,{children:r})}),l.jsx(p.Grid.Col,{span:"content",children:n.length!==0?l.jsx(p.Grid.Col,{span:"content",children:l.jsx(VC,{id:"tooltip-validation",errorMessages:n})}):null})]}),o&&l.jsx(p.Text,{size:"sm",children:o})]})}),c?l.jsx(Kt,{align:"right",style:GC,children:l.jsx(p.Tooltip,{id:"tooltip-add",title:u.addTooltip,position:"bottom",children:l.jsx(p.ActionIcon,{bg:h.bg,size:h.size,c:h.c,onClick:i(s,U.createDefaultValue(a,d)),children:l.jsx(fn,{})})})}):null]})});var HC=fr;function YC(){this.__data__=new HC,this.size=0}var qC=YC;function JC(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}var KC=JC;function ZC(e){return this.__data__.get(e)}var XC=ZC;function QC(e){return this.__data__.has(e)}var RC=QC,eE=fr,tE=Eo,nE=ml,rE=200;function oE(e,t){var n=this.__data__;if(n instanceof eE){var r=n.__data__;if(!tE||r.length<rE-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new nE(r)}return n.set(e,t),this.size=n.size,this}var sE=oE,iE=fr,aE=qC,lE=KC,cE=XC,uE=RC,fE=sE;function Zt(e){var t=this.__data__=new iE(e);this.size=t.size}Zt.prototype.clear=aE,Zt.prototype.delete=lE,Zt.prototype.get=cE,Zt.prototype.has=uE,Zt.prototype.set=fE;var dE=Zt,Yc=fl;function pE(e,t,n){t=="__proto__"&&Yc?Yc(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}var _s=pE,hE=_s,gE=cr;function mE(e,t,n){(n!==void 0&&!gE(e[t],n)||n===void 0&&!(t in e))&&hE(e,t,n)}var qc=mE;function yE(e){return function(t,n,r){for(var o=-1,s=Object(t),i=r(t),a=i.length;a--;){var c=i[e?a:++o];if(n(s[c],c,s)===!1)break}return t}}var bE=yE,vE=bE,TE=vE(),SE=TE,kr={exports:{}};kr.exports,function(e,t){var n=qe,r=t&&!t.nodeType&&t,o=r&&!0&&e&&!e.nodeType&&e,s=o&&o.exports===r,i=s?n.Buffer:void 0,a=i?i.allocUnsafe:void 0;function c(u,d){if(d)return u.slice();var f=u.length,h=a?a(f):new u.constructor(f);return u.copy(h),h}e.exports=c}(kr,kr.exports);var wE=kr.exports,_E=qe,CE=_E.Uint8Array,EE=CE,Jc=EE;function xE(e){var t=new e.constructor(e.byteLength);return new Jc(t).set(new Jc(e)),t}var AE=xE,OE=AE;function $E(e,t){var n=t?OE(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}var PE=$E;function IE(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}var kE=IE,ME=st,Kc=Object.create,DE=function(){function e(){}return function(t){if(!ME(t))return{};if(Kc)return Kc(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}(),FE=DE,NE=Ji,LE=NE(Object.getPrototypeOf,Object),Zc=LE,jE=FE,zE=Zc,BE=Xn;function UE(e){return typeof e.constructor=="function"&&!BE(e)?jE(zE(e)):{}}var VE=UE,GE=Dt,WE=Zc,HE=Ft,YE="[object Object]",qE=Function.prototype,JE=Object.prototype,Xc=qE.toString,KE=JE.hasOwnProperty,ZE=Xc.call(Object);function XE(e){if(!HE(e)||GE(e)!=YE)return!1;var t=WE(e);if(t===null)return!0;var n=KE.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&Xc.call(n)==ZE}var QE=XE;function RE(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var Qc=RE,ex=_s,tx=cr,nx=Object.prototype,rx=nx.hasOwnProperty;function ox(e,t,n){var r=e[t];(!(rx.call(e,t)&&tx(r,n))||n===void 0&&!(t in e))&&ex(e,t,n)}var sx=ox,ix=sx,ax=_s;function lx(e,t,n,r){var o=!n;n||(n={});for(var s=-1,i=t.length;++s<i;){var a=t[s],c=r?r(n[a],e[a],a,n,e):void 0;c===void 0&&(c=e[a]),o?ax(n,a,c):ix(n,a,c)}return n}var cx=lx;function ux(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}var fx=ux,dx=fx,px=Qn,hx=pn,gx=Io,mx=ql,yx=ko,bx=Object.prototype,vx=bx.hasOwnProperty;function Tx(e,t){var n=hx(e),r=!n&&px(e),o=!n&&!r&&gx(e),s=!n&&!r&&!o&&yx(e),i=n||r||o||s,a=i?dx(e.length,String):[],c=a.length;for(var u in e)(t||vx.call(e,u))&&!(i&&(u=="length"||o&&(u=="offset"||u=="parent")||s&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||mx(u,c)))&&a.push(u);return a}var Sx=Tx;function wx(e){var t=[];if(e!=null)for(var n in Object(e))t.push(n);return t}var _x=wx,Cx=st,Ex=Xn,xx=_x,Ax=Object.prototype,Ox=Ax.hasOwnProperty;function $x(e){if(!Cx(e))return xx(e);var t=Ex(e),n=[];for(var r in e)r=="constructor"&&(t||!Ox.call(e,r))||n.push(r);return n}var Px=$x,Ix=Sx,kx=Px,Mx=Rn;function Dx(e){return Mx(e)?Ix(e,!0):kx(e)}var Rc=Dx,Fx=cx,Nx=Rc;function Lx(e){return Fx(e,Nx(e))}var jx=Lx,eu=qc,zx=wE,Bx=PE,Ux=kE,Vx=VE,tu=Qn,nu=pn,Gx=bl,Wx=Io,Hx=_o,Yx=st,qx=QE,Jx=ko,ru=Qc,Kx=jx;function Zx(e,t,n,r,o,s,i){var a=ru(e,n),c=ru(t,n),u=i.get(c);if(u){eu(e,n,u);return}var d=s?s(a,c,n+"",e,t,i):void 0,f=d===void 0;if(f){var h=nu(c),y=!h&&Wx(c),v=!h&&!y&&Jx(c);d=c,h||y||v?nu(a)?d=a:Gx(a)?d=Ux(a):y?(f=!1,d=zx(c,!0)):v?(f=!1,d=Bx(c,!0)):d=[]:qx(c)||tu(c)?(d=a,tu(a)?d=Kx(a):(!Yx(a)||Hx(a))&&(d=Vx(c))):f=!1}f&&(i.set(c,d),o(d,c,r,s,i),i.delete(c)),eu(e,n,d)}var Xx=Zx,Qx=dE,Rx=qc,eA=SE,tA=Xx,nA=st,rA=Rc,oA=Qc;function ou(e,t,n,r,o){e!==t&&eA(t,function(s,i){if(o||(o=new Qx),nA(s))tA(e,t,i,n,ou,r,o);else{var a=r?r(oA(e,i),s,i+"",e,t,o):void 0;a===void 0&&(a=s),Rx(e,i,a)}},rA)}var sA=ou,iA=pl,aA=Jl;function lA(e){return iA(function(t,n){var r=-1,o=n.length,s=o>1?n[o-1]:void 0,i=o>2?n[2]:void 0;for(s=e.length>3&&typeof s=="function"?(o--,s):void 0,i&&aA(n[0],n[1],i)&&(s=o<3?void 0:s,o=1),t=Object(t);++r<o;){var a=n[r];a&&e(t,a,r,s)}return t})}var cA=lA,uA=sA,fA=cA,dA=fA(function(e,t,n){uA(e,t,n)}),pA=dA;const hA=pt(pA),su={fixedCell:{width:"150px",height:"50px",paddingLeft:0,paddingRight:0,textAlign:"center"},fixedCellSmall:{width:"50px",height:"50px",paddingLeft:0,paddingRight:0,textAlign:"center"}},iu=(e,t,n,r,o)=>{if(t.type==="object")return au(t).map(s=>{var c,u;const i=U.Paths.compose(n,s),a={propName:s,schema:t,title:((u=(c=t.properties)==null?void 0:c[s])==null?void 0:u.title)??CS(s),rowPath:n,cellPath:i,enabled:r,cells:o};return l.jsx(e,{...a},i)});{const s={schema:t,rowPath:n,cellPath:n,enabled:r};return l.jsx(e,{...s},n)}},au=e=>e.type==="object"&&typeof e.properties=="object"?Object.keys(e.properties).filter(t=>e.properties[t].type!=="array"):[""],gA=({numColumns:e,translations:t})=>l.jsx(p.Table.Tr,{children:l.jsx(Kt,{colSpan:e,children:l.jsx(p.Text,{align:"center",children:t.noDataMessage})})}),mA=b.memo(function({title:t}){return l.jsx(p.Table.Th,{children:t})}),yA=(e,t)=>{const n=t.rowPath+(t.schema.type==="object"?"."+t.propName:""),r=U.formatErrorMessage(p1(U.errorsAt(n,t.schema,o=>o===n)(e.core.errors).map(o=>o.message)));return{rowPath:t.rowPath,propName:t.propName,schema:t.schema,rootSchema:e.core.schema,errors:r,path:n,enabled:t.enabled,cells:t.cells||e.cells,renderers:t.renderers||e.renderers}},lu=e=>({type:"Control",scope:e,label:!1}),bA=b.memo(function({path:t,propName:n,schema:r,rootSchema:o,errors:s,enabled:i,renderers:a,cells:c,isValid:u}){return l.jsxs(Kt,{children:[r.properties?l.jsx(te.DispatchCell,{schema:U.Resolve.schema(r,`#/properties/${U.encode(n)}`,o),uischema:lu(`#/properties/${U.encode(n)}`),path:t,enabled:i,renderers:a,cells:c}):l.jsx(te.DispatchCell,{schema:r,uischema:lu("#"),path:t,enabled:i,renderers:a,cells:c}),l.jsx(p.Text,{size:"xs",children:u?"":s})]})}),vA=e=>{const t=te.useJsonForms(),n=yA(t,e),r=ca(n.errors);return l.jsx(bA,{...n,isValid:r})},TA=({childPath:e,schema:t,rowIndex:n,openDeleteDialog:r,moveUpCreator:o,moveDownCreator:s,enableUp:i,enableDown:a,showSortButtons:c,enabled:u,cells:d,path:f,translations:h})=>{const y={bg:"transparent",size:"sm",c:"gray"},v=p.useProps("ActionIcon",y,{}),g=b.useMemo(()=>o(f,n),[o,f,n]),S=b.useMemo(()=>s(f,n),[s,f,n]);return l.jsxs(p.Table.Tr,{children:[iu(vA,t,e,u,d),u?l.jsx(Kt,{style:c?su.fixedCell:su.fixedCellSmall,children:l.jsxs(p.Grid,{justify:"flex-end",align:"center",children:[c?l.jsxs(b.Fragment,{children:[l.jsx(p.Grid.Col,{span:"content",children:l.jsx(p.Tooltip,{id:"tooltip-up",title:h.up,position:"bottom",opened:i?void 0:!1,children:l.jsx(p.ActionIcon,{bg:v.bg,size:v.size,c:v.c,"aria-label":h.upAriaLabel,onClick:g,disabled:!i,children:l.jsx(BC,{})})})}),l.jsx(p.Grid.Col,{span:"content",children:l.jsx(p.Tooltip,{id:"tooltip-down",title:h.down,position:"bottom",opened:a?void 0:!1,children:l.jsx(p.ActionIcon,{bg:v.bg,size:v.size,c:v.c,"aria-label":h.downAriaLabel,onClick:S,disabled:!a,children:l.jsx(zC,{})})})})]}):null,l.jsx(p.Grid.Col,{span:"content",children:l.jsx(p.Tooltip,{id:"tooltip-remove",title:h.removeTooltip,position:"bottom",children:l.jsx(p.ActionIcon,{bg:v.bg,size:v.size,c:v.c,"aria-label":h.removeAriaLabel,onClick:()=>r(e,n),children:l.jsx(UC,{})})})})]})}):null]},e)},cu=b.memo(TA),SA=({data:e,path:t,schema:n,openDeleteDialog:r,moveUp:o,moveDown:s,uischema:i,config:a,enabled:c,cells:u,translations:d})=>{if(e===0)return l.jsx(gA,{numColumns:au(n).length+1,translations:d});const h=hA({},a,i.options);return l.jsx(b.Fragment,{children:KS(e).map(y=>{const v=U.Paths.compose(t,`${y}`);return l.jsx(cu,{childPath:v,rowIndex:y,schema:n,openDeleteDialog:r,moveUpCreator:o,moveDownCreator:s,enableUp:y!==0,enableDown:y!==e-1,showSortButtons:h.showSortButtons||h.showArrayTableSortButtons,enabled:c,cells:u,path:t,translations:d},v)})})};class uu extends b.Component{constructor(){super(...arguments);Yf(this,"addItem",(n,r)=>this.props.addItem(n,r))}render(){const{label:n,description:r,path:o,schema:s,rootSchema:i,uischema:a,errors:c,openDeleteDialog:u,visible:d,enabled:f,cells:h,translations:y}=this.props,v=a,g=s.type==="object",S=g?iu(mA,s,o,f,h):void 0;return d?l.jsxs(p.Table,{children:[l.jsxs(p.Table.Thead,{children:[l.jsx(WC,{errors:c,label:n,description:r,addItem:this.addItem,numColumns:g?S.length:1,path:o,uischema:v,schema:s,rootSchema:i,enabled:f,translations:y}),g&&l.jsxs(p.Table.Tr,{children:[S,f?l.jsx(p.Table.Th,{}):null]})]}),l.jsx(p.Table.Tbody,{children:l.jsx(SA,{openDeleteDialog:u,translations:y,...this.props})})]}):null}}const wA=e=>{const[t,n]=b.useState(!1),[r,o]=b.useState(void 0),[s,i]=b.useState(void 0),{removeItems:a,visible:c}=e,u=b.useCallback((y,v)=>{n(!0),o(y),i(v)},[n,o,i]),d=b.useCallback(()=>n(!1),[n]),f=b.useCallback(()=>{const y=r.substring(0,r.lastIndexOf("."));a(y,[s])(),n(!1)},[n,r,s]),h=b.useCallback(()=>n(!1),[n]);return c?l.jsxs(l.Fragment,{children:[l.jsx(uu,{...e,openDeleteDialog:u}),l.jsx(sl,{open:t,onCancel:d,onConfirm:f,onClose:h,acceptText:e.translations.deleteDialogAccept,declineText:e.translations.deleteDialogDecline,title:e.translations.deleteDialogTitle,message:e.translations.deleteDialogMessage})]}):null},fu=U.rankWith(1,U.or(U.isObjectArrayControl,U.isPrimitiveArrayControl)),du=te.withJsonFormsArrayLayoutProps(wA),_A=e=>{const t=it(e),{path:n,data:r}=e,o=Qy(r,e.schema.items,{onChange:t.onChange}),s=b.useMemo(()=>({...t,...o}),[t,o]),[i,a]=Je("EnumArray",n,s,e);return i===void 0?l.jsx(p.MultiSelect,{...a}):i},CA=e=>e.oneOf!==void 0&&e.oneOf.length>0&&e.oneOf.every(t=>t.const!==void 0),EA=e=>e.type==="string"&&e.enum!==void 0,pu=U.rankWith(1,U.and(U.uiTypeIs("Control"),U.and(U.schemaMatches(e=>U.hasType(e,"array")&&!Array.isArray(e.items)&&e.uniqueItems===!0),U.schemaSubPathMatches("items",(e,t)=>{const n=e.$ref?U.resolveSchema(t,e.$ref,t):e;return CA(n)||EA(n)})))),hu=te.withJsonFormsMultiEnumProps(_A),xA=e=>l.jsx(La,{...e}),gu=U.rankWith(1,U.isBooleanControl),mu=te.withJsonFormsControlProps(xA),AA=e=>l.jsx(ja,{...e}),yu=U.rankWith(1,U.isDateControl),bu=te.withJsonFormsControlProps(AA),OA=e=>l.jsx(za,{...e}),vu=U.rankWith(1,U.isDateTimeControl),Tu=te.withJsonFormsControlProps(OA),$A=e=>l.jsx(Ba,{...e}),Su=U.rankWith(2,U.isEnumControl),wu=te.withJsonFormsEnumProps(te.withTranslateProps(b.memo($A)),!1),PA=e=>l.jsx(ar,{...e}),_u=U.rankWith(1,U.isIntegerControl),Cu=te.withJsonFormsControlProps(PA);function IA(e,t){if(!e.scope||e.type!=="Control")return!1;const n=U.resolveSchema(t,e.scope);return n.type==="object"&&n.format==="json"}const kA=e=>l.jsx(t0,{...e}),Eu=U.rankWith(1,IA),xu=te.withJsonFormsControlProps(kA),MA=e=>l.jsx(ar,{...e}),Au=U.rankWith(1,U.isNumberControl),Ou=te.withJsonFormsControlProps(MA),DA=e=>l.jsx(Ua,{...e}),$u=U.rankWith(2,U.isOneOfControl),Pu=te.withJsonFormsOneOfEnumProps(te.withTranslateProps(b.memo(DA)),!1),FA=e=>l.jsx(Va,{...e}),Iu=U.rankWith(1,U.isStringControl),ku=te.withJsonFormsControlProps(FA),NA=e=>{const{text:t,visible:n}=e;return n?l.jsx(p.Title,{fw:"bold",size:"xl",children:t}):null},LA=U.rankWith(1,U.isLabelable),jA=te.withJsonFormsLabelProps(NA),Mu=U.rankWith(1,U.uiTypeIs("HorizontalLayout")),zA=({uischema:e,renderers:t,cells:n,schema:r,path:o,enabled:s})=>{const a={elements:e.elements,schema:r,path:o,enabled:s,direction:"row"};return l.jsx(Mo,{...a,renderers:t,cells:n})},Du=te.withJsonFormsLayoutProps(zA),Fu=U.rankWith(1,U.uiTypeIs("VerticalLayout")),BA=({uischema:e,schema:t,path:n,enabled:r,renderers:o,cells:s})=>{const a={elements:e.elements,schema:t,path:n,enabled:r,direction:"column"};return l.jsx(Mo,{...a,renderers:o,cells:s})},Nu=te.withJsonFormsLayoutProps(BA),Cs=[{tester:yu,renderer:bu},{tester:vu,renderer:Tu},{tester:Au,renderer:Ou},{tester:_u,renderer:Cu},{tester:Iu,renderer:ku},{tester:gu,renderer:mu},{tester:Su,renderer:wu},{tester:$u,renderer:Pu},{tester:Eu,renderer:xu},{tester:fu,renderer:du},{tester:pu,renderer:hu},{tester:Mu,renderer:Du},{tester:Fu,renderer:Nu},{tester:LA,renderer:jA}],Es=[{tester:rl,cell:ol},{tester:Ra,cell:el},{tester:Xa,cell:Qa},{tester:Ga,cell:Wa},{tester:Ha,cell:Ya},{tester:qa,cell:Ja},{tester:Ka,cell:Za},{tester:tl,cell:nl}],UA=({fullScreen:e,setFullScreen:t})=>l.jsx(p.CloseButton,{onClick:()=>t(n=>!n),title:e?"Exit full screen":"Full screen",icon:l.jsx(Na,{icon:e?"tabler:maximize":"tabler:minimize",fontSize:"1.25rem"})});function Lu({children:e,opened:t,onClose:n,onExitTransitionEnd:r,fullScreen:o,setFullScreen:s,title:i,...a}){return l.jsxs(p.Modal,{opened:t,onClose:n,size:"lg",centered:!0,onExitTransitionEnd:r,fullScreen:o,withCloseButton:!1,radius:o?0:void 0,transitionProps:{transition:"fade",duration:200},...a,children:[l.jsxs(p.Group,{gap:0,pb:"md",pr:-5,justify:"space-between",children:[l.jsx(p.Modal.Title,{children:i}),l.jsxs(p.Group,{gap:"xs",children:[l.jsx(UA,{fullScreen:o,setFullScreen:s}),l.jsx(p.Modal.CloseButton,{title:"Close"})]})]}),e]})}const xs={errors:[],data:void 0};function VA(e,t){const n={};return Object.entries(t.properties||{}).forEach(([r,o])=>{var i,a;const s=o.enum||o.oneOf||((i=o.items)==null?void 0:i.oneOf);if(s){const c=s.map(u=>u.const||u);if(o.type==="array"){const u=e[r].map(d=>d.id_||d)||[];n[r]=c.filter(d=>u.includes(d))}else n[r]=c.find(u=>{var d;return u===(((d=e[r])==null?void 0:d.id_)||e[r])})}else n[r]=(((a=e[r])==null?void 0:a.id_)||e[r])??void 0}),n}function GA({item:e,opened:t,onClose:n,jsonForms:r,initialFullScreen:o=!1,...s}){const{info:i,updateEntry:a}=J(),c=b.useMemo(()=>({...xs,data:VA(e.result,i.edit_schema)}),[i.edit_schema,e.result]),[u,d]=fe.useSetState(c),[f,h]=b.useState(o),{jsonForms:y}=p.useProps("EditDialog",{},{}),v=b.useMemo(()=>Nn({__:{setNull:!0}},y,r),[y,r]),g=b.useMemo(()=>p.createTheme({components:{...Object.entries(v||{}).reduce((E,[P,O])=>(E[P]||(E[P]={defaultProps:{}}),E[P].defaultProps=O,E),{})}}),[v]);fe.useDidUpdate(()=>{d({data:c.data})},[c]);const S=b.useCallback(async E=>{E==null||E.preventDefault(),await a(e.id,u.data),n()},[a,e.id,u.data,n]);return l.jsx(Lu,{opened:t,onClose:n,onExitTransitionEnd:()=>{d(c),h(o)},fullScreen:f,setFullScreen:h,...s,title:(s==null?void 0:s.title)||(i==null?void 0:i.edit_title),children:l.jsx(p.ScrollArea.Autosize,{offsetScrollbars:!0,mah:f?void 0:450,children:l.jsxs(p.Box,{component:"form",onSubmit:S,children:[l.jsx(p.MantineThemeProvider,{inherit:!0,theme:g,children:l.jsx(te.JsonForms,{schema:i.edit_schema,renderers:Cs,cells:Es,data:u.data,onChange:d})}),l.jsx(p.Group,{justify:"end",mt:"xl",children:l.jsx(p.Button,{type:"submit",children:"Edit"})})]})})})}function WA({id:e,jsonForms:t,...n}){const{info:r,getEntry:o}=J(),s={bg:"transparent",size:"sm",c:"gray"},i=p.useProps("ActionIcon",s,n),[a,c]=b.useState(null),[u,d]=b.useState(!1);return l.jsxs(l.Fragment,{children:[l.jsx(p.Tooltip,{label:"Edit",children:l.jsx(p.ActionIcon,{bg:i.bg,size:i.size,c:i.c,onClick:async()=>{const f=await o(e);f&&(c(f),d(!0))},children:l.jsx(Di,{})})}),l.jsx(Cp,{cond:!!a,children:l.jsx(GA,{item:a,info:r,opened:u,jsonForms:t,onClose:()=>d(!1)})})]})}function HA({relatedPath:e,...t}){const{path:n}=J();return Te(n?n.substring(0,n.lastIndexOf("/")):"",e.substring(0,e.lastIndexOf("/"))),l.jsx(yo,{resource_name:e.replace("/",""),relation:t,children:l.jsx(zr,{hideToolbar:!0,hideDownload:!1})})}const YA=b.memo(HA);function qA({item:e,info:t,loading:n,opened:r,onClose:o,...s}){const i={modal:{},tabs:{},tabsList:{},tabsPanel:{}},{modal:a,tabs:c,tabsList:u,tabsPanel:d}=p.useProps("ViewDialog",i,s);return l.jsxs(p.Modal,{opened:r,onClose:o,title:`${e==null?void 0:e.show_title} (#${Ie(e==null?void 0:e.id)})`,size:"lg",centered:!0,zIndex:1e3,...a,children:[l.jsx(p.LoadingOverlay,{visible:n}),!n&&e?l.jsxs(p.Tabs,{defaultValue:"details",...c,children:[l.jsxs(p.Tabs.List,{...u,children:[l.jsx(p.Tabs.Tab,{value:"details",children:"Details"}),t.relations.map((f,h)=>l.jsx(p.Tabs.Tab,{value:f.name,children:f.name},h))]}),l.jsx(p.Tabs.Panel,{pt:"xs",value:"details",...d,children:l.jsx(p.Paper,{p:"xs",withBorder:!0,children:l.jsx(p.Stack,{spacing:"md",children:l.jsx(p.ScrollArea,{h:450,type:"auto",children:e.show_columns.map((f,h)=>l.jsxs(p.Grid,{maw:500,children:[l.jsx(p.Grid.Col,{span:4,children:l.jsx(p.Text,{size:"md",children:e.label_columns[f]})}),l.jsx(p.Grid.Col,{span:1,children:l.jsx(p.Text,{size:"xs",children:":"})}),l.jsx(p.Grid.Col,{span:6,children:l.jsx(p.Text,{size:"md",children:Zs(e.result,f)})})]},h))})})})}),t.relations.map((f,h)=>l.jsx(p.Tabs.Panel,{pt:"xs",value:f.name,children:l.jsx(p.Paper,{withBorder:!0,children:l.jsx(YA,{relatedPath:f.path,id:Ie(e.id),foreign_key:f.foreign_key,type:f.type})})},h))]}):null]})}function JA({id:e,...t}){const{info:n,getEntry:r}=J(),o={bg:"transparent",size:"sm",c:"gray"},s=p.useProps("ActionIcon",o,t),[i,a]=b.useState(null),[c,u]=b.useState(!1),[d,f]=b.useState(!1);return l.jsxs(l.Fragment,{children:[l.jsx(p.Tooltip,{label:"Details",children:l.jsx(p.ActionIcon,{bg:s.bg,size:s.size,c:s.c,onClick:async()=>{u(!0);const h=await r(e);h&&(a(h),u(!1),f(!0))},children:l.jsx(Ii,{})})}),l.jsx(qA,{item:i,info:n,loading:c,opened:d,onClose:()=>f(!1)})]})}function ju({id:e,jsonForms:t}){const{info:n}=J();return l.jsxs(p.Flex,{style:{gap:4,whiteSpace:"nowrap"},children:[n!=null&&n.permissions.includes("can_get")?l.jsx(JA,{id:e}):null,n!=null&&n.permissions.includes("can_put")?l.jsx(WA,{id:e,jsonForms:t}):null,n!=null&&n.permissions.includes("can_delete")?l.jsx(wp,{id:e}):null]})}function zu({opened:e,onClose:t,jsonForms:n,initialFullScreen:r=!1,...o}){const{info:s,addEntry:i}=J(),[a,c]=fe.useSetState(xs),[u,d]=b.useState(r),{jsonForms:f}=p.useProps("AddDialog",{},{}),h=b.useMemo(()=>Nn(f,n),[f,n]),y=b.useMemo(()=>p.createTheme({components:{...Object.entries(h||{}).reduce((g,[S,E])=>(g[S]||(g[S]={defaultProps:{}}),g[S].defaultProps=E,g),{})}}),[h]),v=b.useCallback(async g=>{g==null||g.preventDefault(),await i(a.data),t()},[i,t,a.data]);return l.jsx(Lu,{opened:e,onClose:t,onExitTransitionEnd:()=>{c(xs),d(r)},fullScreen:u,setFullScreen:d,...o,title:(o==null?void 0:o.title)||(s==null?void 0:s.add_title),children:l.jsx(p.ScrollArea.Autosize,{offsetScrollbars:!0,mah:u?void 0:450,children:l.jsxs(p.Box,{component:"form",onSubmit:v,children:[l.jsx(p.MantineThemeProvider,{inherit:!0,theme:y,children:l.jsx(te.JsonForms,{schema:s.add_schema,renderers:Cs,cells:Es,data:a.data,onChange:c})}),l.jsx(p.Group,{justify:"end",mt:"xl",children:l.jsx(p.Button,{type:"submit",children:"Add"})})]})})})}function KA({...e}){const[t,n]=b.useState(!1),r={bg:"transparent",size:"sm",c:"gray"},o=p.useProps("ActionIcon",r,e);return l.jsxs(l.Fragment,{children:[l.jsx(p.Tooltip,{label:"Add Item",children:l.jsx(p.ActionIcon,{bg:o.bg,size:o.size,c:o.c,onClick:()=>{n(!0)},children:l.jsx(fn,{})})}),l.jsx(zu,{opened:t,jsonForms:e.jsonForms,onClose:()=>{n(!1)}})]})}const As=(e,t)=>{const n=t.split("."),r=e[n[0]];if(n.length>1&&Array.isArray(r))return r.map(s=>As(s,n.slice(1).join("."))).join(", ");const o=t.split(".").reduce((s,i)=>s[i],e);return Oi(o)};function Bu(e,t){return e===!0||Array.isArray(e)?t:Object.fromEntries(Object.keys(e).map(n=>[n,Bu(e[n],t[n])]))}function Uu(e,t){if(!e)return e;const n=t.values;return!n||!n.length||Array.isArray(e.id_)&&(e.id=e.id_),e}function ZA(e,t){const n={};return t.forEach(r=>{if(r.type==="Related"){n[r.name]=Uu(e.result[r.name],r);return}if(r.type==="RelatedList"){n[r.name]=e.result[r.name].map(o=>Uu(o,r));return}n[r.name]=typeof e.result[r.name]=="boolean"?String(e.result[r.name]):e.result[r.name]}),n}/*! @license DOMPurify 3.2.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.4/LICENSE */const{entries:Vu,setPrototypeOf:Gu,isFrozen:XA,getPrototypeOf:QA,getOwnPropertyDescriptor:RA}=Object;let{freeze:ke,seal:We,create:Wu}=Object,{apply:Os,construct:$s}=typeof Reflect<"u"&&Reflect;ke||(ke=function(t){return t}),We||(We=function(t){return t}),Os||(Os=function(t,n,r){return t.apply(n,r)}),$s||($s=function(t,n){return new t(...n)});const Mr=De(Array.prototype.forEach),eO=De(Array.prototype.lastIndexOf),Hu=De(Array.prototype.pop),xn=De(Array.prototype.push),tO=De(Array.prototype.splice),Dr=De(String.prototype.toLowerCase),Ps=De(String.prototype.toString),Yu=De(String.prototype.match),An=De(String.prototype.replace),nO=De(String.prototype.indexOf),rO=De(String.prototype.trim),Ke=De(Object.prototype.hasOwnProperty),Me=De(RegExp.prototype.test),On=oO(TypeError);function De(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return Os(e,t,r)}}function oO(e){return function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return $s(e,n)}}function R(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Dr;Gu&&Gu(e,null);let r=t.length;for(;r--;){let o=t[r];if(typeof o=="string"){const s=n(o);s!==o&&(XA(t)||(t[r]=s),o=s)}e[o]=!0}return e}function sO(e){for(let t=0;t<e.length;t++)Ke(e,t)||(e[t]=null);return e}function At(e){const t=Wu(null);for(const[n,r]of Vu(e))Ke(e,n)&&(Array.isArray(r)?t[n]=sO(r):r&&typeof r=="object"&&r.constructor===Object?t[n]=At(r):t[n]=r);return t}function $n(e,t){for(;e!==null;){const r=RA(e,t);if(r){if(r.get)return De(r.get);if(typeof r.value=="function")return De(r.value)}e=QA(e)}function n(){return null}return n}const qu=ke(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),Is=ke(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),ks=ke(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),iO=ke(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Ms=ke(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),aO=ke(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Ju=ke(["#text"]),Ku=ke(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),Ds=ke(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Zu=ke(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Fr=ke(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),lO=We(/\{\{[\w\W]*|[\w\W]*\}\}/gm),cO=We(/<%[\w\W]*|[\w\W]*%>/gm),uO=We(/\$\{[\w\W]*/gm),fO=We(/^data-[\-\w.\u00B7-\uFFFF]+$/),dO=We(/^aria-[\-\w]+$/),Xu=We(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),pO=We(/^(?:\w+script|data):/i),hO=We(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Qu=We(/^html$/i),gO=We(/^[a-z][.\w]*(-[.\w]+)+$/i);var Ru=Object.freeze({__proto__:null,ARIA_ATTR:dO,ATTR_WHITESPACE:hO,CUSTOM_ELEMENT:gO,DATA_ATTR:fO,DOCTYPE_NAME:Qu,ERB_EXPR:cO,IS_ALLOWED_URI:Xu,IS_SCRIPT_OR_DATA:pO,MUSTACHE_EXPR:lO,TMPLIT_EXPR:uO});const Pn={element:1,text:3,progressingInstruction:7,comment:8,document:9},mO=function(){return typeof window>"u"?null:window},yO=function(t,n){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let r=null;const o="data-tt-policy-suffix";n&&n.hasAttribute(o)&&(r=n.getAttribute(o));const s="dompurify"+(r?"#"+r:"");try{return t.createPolicy(s,{createHTML(i){return i},createScriptURL(i){return i}})}catch{return console.warn("TrustedTypes policy "+s+" could not be created."),null}},ef=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function tf(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:mO();const t=H=>tf(H);if(t.version="3.2.4",t.removed=[],!e||!e.document||e.document.nodeType!==Pn.document||!e.Element)return t.isSupported=!1,t;let{document:n}=e;const r=n,o=r.currentScript,{DocumentFragment:s,HTMLTemplateElement:i,Node:a,Element:c,NodeFilter:u,NamedNodeMap:d=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:f,DOMParser:h,trustedTypes:y}=e,v=c.prototype,g=$n(v,"cloneNode"),S=$n(v,"remove"),E=$n(v,"nextSibling"),P=$n(v,"childNodes"),O=$n(v,"parentNode");if(typeof i=="function"){const H=n.createElement("template");H.content&&H.content.ownerDocument&&(n=H.content.ownerDocument)}let w,C="";const{implementation:x,createNodeIterator:L,createDocumentFragment:G,getElementsByTagName:B}=n,{importNode:m}=r;let $=ef();t.isSupported=typeof Vu=="function"&&typeof O=="function"&&x&&x.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:j,ERB_EXPR:Y,TMPLIT_EXPR:Z,DATA_ATTR:se,ARIA_ATTR:ue,IS_SCRIPT_OR_DATA:ge,ATTR_WHITESPACE:me,CUSTOM_ELEMENT:Fe}=Ru;let{IS_ALLOWED_URI:I}=Ru,_=null;const M=R({},[...qu,...Is,...ks,...Ms,...Ju]);let N=null;const W=R({},[...Ku,...Ds,...Zu,...Fr]);let z=Object.seal(Wu(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}})),q=null,K=null,Q=!0,ee=!0,X=!1,Se=!0,D=!1,Ee=!0,Ue=!1,vt=!1,Bs=!1,nn=!1,Vr=!1,Gr=!1,Of=!0,$f=!1;const m2="user-content-";let Us=!0,Mn=!1,rn={},on=null;const Pf=R({},["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"]);let If=null;const kf=R({},["audio","video","img","source","image","track"]);let Vs=null;const Mf=R({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Wr="http://www.w3.org/1998/Math/MathML",Hr="http://www.w3.org/2000/svg",ft="http://www.w3.org/1999/xhtml";let sn=ft,Gs=!1,Ws=null;const y2=R({},[Wr,Hr,ft],Ps);let Yr=R({},["mi","mo","mn","ms","mtext"]),qr=R({},["annotation-xml"]);const b2=R({},["title","style","font","a","script"]);let Dn=null;const v2=["application/xhtml+xml","text/html"],T2="text/html";let Ce=null,an=null;const S2=n.createElement("form"),Df=function(T){return T instanceof RegExp||T instanceof Function},Hs=function(){let T=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(an&&an===T)){if((!T||typeof T!="object")&&(T={}),T=At(T),Dn=v2.indexOf(T.PARSER_MEDIA_TYPE)===-1?T2:T.PARSER_MEDIA_TYPE,Ce=Dn==="application/xhtml+xml"?Ps:Dr,_=Ke(T,"ALLOWED_TAGS")?R({},T.ALLOWED_TAGS,Ce):M,N=Ke(T,"ALLOWED_ATTR")?R({},T.ALLOWED_ATTR,Ce):W,Ws=Ke(T,"ALLOWED_NAMESPACES")?R({},T.ALLOWED_NAMESPACES,Ps):y2,Vs=Ke(T,"ADD_URI_SAFE_ATTR")?R(At(Mf),T.ADD_URI_SAFE_ATTR,Ce):Mf,If=Ke(T,"ADD_DATA_URI_TAGS")?R(At(kf),T.ADD_DATA_URI_TAGS,Ce):kf,on=Ke(T,"FORBID_CONTENTS")?R({},T.FORBID_CONTENTS,Ce):Pf,q=Ke(T,"FORBID_TAGS")?R({},T.FORBID_TAGS,Ce):{},K=Ke(T,"FORBID_ATTR")?R({},T.FORBID_ATTR,Ce):{},rn=Ke(T,"USE_PROFILES")?T.USE_PROFILES:!1,Q=T.ALLOW_ARIA_ATTR!==!1,ee=T.ALLOW_DATA_ATTR!==!1,X=T.ALLOW_UNKNOWN_PROTOCOLS||!1,Se=T.ALLOW_SELF_CLOSE_IN_ATTR!==!1,D=T.SAFE_FOR_TEMPLATES||!1,Ee=T.SAFE_FOR_XML!==!1,Ue=T.WHOLE_DOCUMENT||!1,nn=T.RETURN_DOM||!1,Vr=T.RETURN_DOM_FRAGMENT||!1,Gr=T.RETURN_TRUSTED_TYPE||!1,Bs=T.FORCE_BODY||!1,Of=T.SANITIZE_DOM!==!1,$f=T.SANITIZE_NAMED_PROPS||!1,Us=T.KEEP_CONTENT!==!1,Mn=T.IN_PLACE||!1,I=T.ALLOWED_URI_REGEXP||Xu,sn=T.NAMESPACE||ft,Yr=T.MATHML_TEXT_INTEGRATION_POINTS||Yr,qr=T.HTML_INTEGRATION_POINTS||qr,z=T.CUSTOM_ELEMENT_HANDLING||{},T.CUSTOM_ELEMENT_HANDLING&&Df(T.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(z.tagNameCheck=T.CUSTOM_ELEMENT_HANDLING.tagNameCheck),T.CUSTOM_ELEMENT_HANDLING&&Df(T.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(z.attributeNameCheck=T.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),T.CUSTOM_ELEMENT_HANDLING&&typeof T.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(z.allowCustomizedBuiltInElements=T.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),D&&(ee=!1),Vr&&(nn=!0),rn&&(_=R({},Ju),N=[],rn.html===!0&&(R(_,qu),R(N,Ku)),rn.svg===!0&&(R(_,Is),R(N,Ds),R(N,Fr)),rn.svgFilters===!0&&(R(_,ks),R(N,Ds),R(N,Fr)),rn.mathMl===!0&&(R(_,Ms),R(N,Zu),R(N,Fr))),T.ADD_TAGS&&(_===M&&(_=At(_)),R(_,T.ADD_TAGS,Ce)),T.ADD_ATTR&&(N===W&&(N=At(N)),R(N,T.ADD_ATTR,Ce)),T.ADD_URI_SAFE_ATTR&&R(Vs,T.ADD_URI_SAFE_ATTR,Ce),T.FORBID_CONTENTS&&(on===Pf&&(on=At(on)),R(on,T.FORBID_CONTENTS,Ce)),Us&&(_["#text"]=!0),Ue&&R(_,["html","head","body"]),_.table&&(R(_,["tbody"]),delete q.tbody),T.TRUSTED_TYPES_POLICY){if(typeof T.TRUSTED_TYPES_POLICY.createHTML!="function")throw On('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof T.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw On('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');w=T.TRUSTED_TYPES_POLICY,C=w.createHTML("")}else w===void 0&&(w=yO(y,o)),w!==null&&typeof C=="string"&&(C=w.createHTML(""));ke&&ke(T),an=T}},Ff=R({},[...Is,...ks,...iO]),Nf=R({},[...Ms,...aO]),w2=function(T){let F=O(T);(!F||!F.tagName)&&(F={namespaceURI:sn,tagName:"template"});const V=Dr(T.tagName),he=Dr(F.tagName);return Ws[T.namespaceURI]?T.namespaceURI===Hr?F.namespaceURI===ft?V==="svg":F.namespaceURI===Wr?V==="svg"&&(he==="annotation-xml"||Yr[he]):!!Ff[V]:T.namespaceURI===Wr?F.namespaceURI===ft?V==="math":F.namespaceURI===Hr?V==="math"&&qr[he]:!!Nf[V]:T.namespaceURI===ft?F.namespaceURI===Hr&&!qr[he]||F.namespaceURI===Wr&&!Yr[he]?!1:!Nf[V]&&(b2[V]||!Ff[V]):!!(Dn==="application/xhtml+xml"&&Ws[T.namespaceURI]):!1},et=function(T){xn(t.removed,{element:T});try{O(T).removeChild(T)}catch{S(T)}},Jr=function(T,F){try{xn(t.removed,{attribute:F.getAttributeNode(T),from:F})}catch{xn(t.removed,{attribute:null,from:F})}if(F.removeAttribute(T),T==="is")if(nn||Vr)try{et(F)}catch{}else try{F.setAttribute(T,"")}catch{}},Lf=function(T){let F=null,V=null;if(Bs)T="<remove></remove>"+T;else{const xe=Yu(T,/^[\r\n\t ]+/);V=xe&&xe[0]}Dn==="application/xhtml+xml"&&sn===ft&&(T='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+T+"</body></html>");const he=w?w.createHTML(T):T;if(sn===ft)try{F=new h().parseFromString(he,Dn)}catch{}if(!F||!F.documentElement){F=x.createDocument(sn,"template",null);try{F.documentElement.innerHTML=Gs?C:he}catch{}}const Oe=F.body||F.documentElement;return T&&V&&Oe.insertBefore(n.createTextNode(V),Oe.childNodes[0]||null),sn===ft?B.call(F,Ue?"html":"body")[0]:Ue?F.documentElement:Oe},jf=function(T){return L.call(T.ownerDocument||T,T,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null)},Ys=function(T){return T instanceof f&&(typeof T.nodeName!="string"||typeof T.textContent!="string"||typeof T.removeChild!="function"||!(T.attributes instanceof d)||typeof T.removeAttribute!="function"||typeof T.setAttribute!="function"||typeof T.namespaceURI!="string"||typeof T.insertBefore!="function"||typeof T.hasChildNodes!="function")},zf=function(T){return typeof a=="function"&&T instanceof a};function dt(H,T,F){Mr(H,V=>{V.call(t,T,F,an)})}const Bf=function(T){let F=null;if(dt($.beforeSanitizeElements,T,null),Ys(T))return et(T),!0;const V=Ce(T.nodeName);if(dt($.uponSanitizeElement,T,{tagName:V,allowedTags:_}),T.hasChildNodes()&&!zf(T.firstElementChild)&&Me(/<[/\w]/g,T.innerHTML)&&Me(/<[/\w]/g,T.textContent)||T.nodeType===Pn.progressingInstruction||Ee&&T.nodeType===Pn.comment&&Me(/<[/\w]/g,T.data))return et(T),!0;if(!_[V]||q[V]){if(!q[V]&&Vf(V)&&(z.tagNameCheck instanceof RegExp&&Me(z.tagNameCheck,V)||z.tagNameCheck instanceof Function&&z.tagNameCheck(V)))return!1;if(Us&&!on[V]){const he=O(T)||T.parentNode,Oe=P(T)||T.childNodes;if(Oe&&he){const xe=Oe.length;for(let je=xe-1;je>=0;--je){const tt=g(Oe[je],!0);tt.__removalCount=(T.__removalCount||0)+1,he.insertBefore(tt,E(T))}}}return et(T),!0}return T instanceof c&&!w2(T)||(V==="noscript"||V==="noembed"||V==="noframes")&&Me(/<\/no(script|embed|frames)/i,T.innerHTML)?(et(T),!0):(D&&T.nodeType===Pn.text&&(F=T.textContent,Mr([j,Y,Z],he=>{F=An(F,he," ")}),T.textContent!==F&&(xn(t.removed,{element:T.cloneNode()}),T.textContent=F)),dt($.afterSanitizeElements,T,null),!1)},Uf=function(T,F,V){if(Of&&(F==="id"||F==="name")&&(V in n||V in S2))return!1;if(!(ee&&!K[F]&&Me(se,F))){if(!(Q&&Me(ue,F))){if(!N[F]||K[F]){if(!(Vf(T)&&(z.tagNameCheck instanceof RegExp&&Me(z.tagNameCheck,T)||z.tagNameCheck instanceof Function&&z.tagNameCheck(T))&&(z.attributeNameCheck instanceof RegExp&&Me(z.attributeNameCheck,F)||z.attributeNameCheck instanceof Function&&z.attributeNameCheck(F))||F==="is"&&z.allowCustomizedBuiltInElements&&(z.tagNameCheck instanceof RegExp&&Me(z.tagNameCheck,V)||z.tagNameCheck instanceof Function&&z.tagNameCheck(V))))return!1}else if(!Vs[F]){if(!Me(I,An(V,me,""))){if(!((F==="src"||F==="xlink:href"||F==="href")&&T!=="script"&&nO(V,"data:")===0&&If[T])){if(!(X&&!Me(ge,An(V,me,"")))){if(V)return!1}}}}}}return!0},Vf=function(T){return T!=="annotation-xml"&&Yu(T,Fe)},Gf=function(T){dt($.beforeSanitizeAttributes,T,null);const{attributes:F}=T;if(!F||Ys(T))return;const V={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:N,forceKeepAttr:void 0};let he=F.length;for(;he--;){const Oe=F[he],{name:xe,namespaceURI:je,value:tt}=Oe,Fn=Ce(xe);let Ne=xe==="value"?tt:rO(tt);if(V.attrName=Fn,V.attrValue=Ne,V.keepAttr=!0,V.forceKeepAttr=void 0,dt($.uponSanitizeAttribute,T,V),Ne=V.attrValue,$f&&(Fn==="id"||Fn==="name")&&(Jr(xe,T),Ne=m2+Ne),Ee&&Me(/((--!?|])>)|<\/(style|title)/i,Ne)){Jr(xe,T);continue}if(V.forceKeepAttr||(Jr(xe,T),!V.keepAttr))continue;if(!Se&&Me(/\/>/i,Ne)){Jr(xe,T);continue}D&&Mr([j,Y,Z],Hf=>{Ne=An(Ne,Hf," ")});const Wf=Ce(T.nodeName);if(Uf(Wf,Fn,Ne)){if(w&&typeof y=="object"&&typeof y.getAttributeType=="function"&&!je)switch(y.getAttributeType(Wf,Fn)){case"TrustedHTML":{Ne=w.createHTML(Ne);break}case"TrustedScriptURL":{Ne=w.createScriptURL(Ne);break}}try{je?T.setAttributeNS(je,xe,Ne):T.setAttribute(xe,Ne),Ys(T)?et(T):Hu(t.removed)}catch{}}}dt($.afterSanitizeAttributes,T,null)},_2=function H(T){let F=null;const V=jf(T);for(dt($.beforeSanitizeShadowDOM,T,null);F=V.nextNode();)dt($.uponSanitizeShadowNode,F,null),Bf(F),Gf(F),F.content instanceof s&&H(F.content);dt($.afterSanitizeShadowDOM,T,null)};return t.sanitize=function(H){let T=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},F=null,V=null,he=null,Oe=null;if(Gs=!H,Gs&&(H="<!-->"),typeof H!="string"&&!zf(H))if(typeof H.toString=="function"){if(H=H.toString(),typeof H!="string")throw On("dirty is not a string, aborting")}else throw On("toString is not a function");if(!t.isSupported)return H;if(vt||Hs(T),t.removed=[],typeof H=="string"&&(Mn=!1),Mn){if(H.nodeName){const tt=Ce(H.nodeName);if(!_[tt]||q[tt])throw On("root node is forbidden and cannot be sanitized in-place")}}else if(H instanceof a)F=Lf("<!---->"),V=F.ownerDocument.importNode(H,!0),V.nodeType===Pn.element&&V.nodeName==="BODY"||V.nodeName==="HTML"?F=V:F.appendChild(V);else{if(!nn&&!D&&!Ue&&H.indexOf("<")===-1)return w&&Gr?w.createHTML(H):H;if(F=Lf(H),!F)return nn?null:Gr?C:""}F&&Bs&&et(F.firstChild);const xe=jf(Mn?H:F);for(;he=xe.nextNode();)Bf(he),Gf(he),he.content instanceof s&&_2(he.content);if(Mn)return H;if(nn){if(Vr)for(Oe=G.call(F.ownerDocument);F.firstChild;)Oe.appendChild(F.firstChild);else Oe=F;return(N.shadowroot||N.shadowrootmode)&&(Oe=m.call(r,Oe,!0)),Oe}let je=Ue?F.outerHTML:F.innerHTML;return Ue&&_["!doctype"]&&F.ownerDocument&&F.ownerDocument.doctype&&F.ownerDocument.doctype.name&&Me(Qu,F.ownerDocument.doctype.name)&&(je="<!DOCTYPE "+F.ownerDocument.doctype.name+`>
|
|
180
|
+
`+je),D&&Mr([j,Y,Z],tt=>{je=An(je,tt," ")}),w&&Gr?w.createHTML(je):je},t.setConfig=function(){let H=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Hs(H),vt=!0},t.clearConfig=function(){an=null,vt=!1},t.isValidAttribute=function(H,T,F){an||Hs({});const V=Ce(H),he=Ce(T);return Uf(V,he,F)},t.addHook=function(H,T){typeof T=="function"&&xn($[H],T)},t.removeHook=function(H,T){if(T!==void 0){const F=eO($[H],T);return F===-1?void 0:tO($[H],F,1)[0]}return Hu($[H])},t.removeHooks=function(H){$[H]=[]},t.removeAllHooks=function(){$=ef()},t}var nf=tf();const ut=b.forwardRef(({fallback:e,functionProps:t,children:n},r)=>{if(typeof n=="function"&&(n=n(...t)),n===null)return null;const o=n||e;return b.isValidElement(o)?b.cloneElement(o,{ref:r}):o});ut.displayName="FallbackWrapper";const bO={field:"_field_zdaf7_1",rtl:"_rtl_zdaf7_7",borderRight:"_borderRight_zdaf7_12"},Nr=b.memo(({id:e,entry:t,loading:n,rightBorder:r,children:o,onClickEntry:s,customElement:i,sanitize:a,...c})=>{const u={text:{style:{whiteSpace:"nowrap",overflow:"ellipsis"}}},{text:d}=p.useProps("Field",u,c),f={};Object.entries(d).forEach(([y,v])=>{typeof v=="function"&&(f[y]=v(t))});const h=p.useStyles({name:"Field",props:c,classes:bO});return l.jsx(p.Table.Td,{...h("field"),onClick:s?()=>s(e,t):null,...c,children:l.jsx(p.Box,{w:"100%",children:l.jsx(p.Skeleton,{visible:n,children:l.jsx(ut,{fallback:Array.isArray(o)?o.map((y,v)=>l.jsx(p.Text,{...d,...f,children:a?nf.sanitize(y):y},v)):b.isValidElement(o)?o:l.jsx(p.Text,{...d,...f,children:a?nf.sanitize(o):o}),functionProps:[t],children:i})})})})});Nr.displayName="Field";const rf={row:"_row_138r2_1",selected:"_selected_138r2_5"};function vO({entry:e,selected:t,children:n}){const r=p.useStyles({name:"Row",classes:rf}),o=p.useProps("Row",{},{});Object.entries(o).forEach(([a,c])=>{typeof c=="function"&&(o[a]=c(e))});var{className:s,style:i}=r("row");return s=`${s} ${t?rf.selected:""}`,l.jsx(p.Table.Tr,{className:s,style:{...i},...o,children:n})}function TO({bodyCustomizer:e,actionColumn:t,id:n,entry:r,jsonForms:o}){let s=e==null?void 0:e[t];return typeof s=="function"&&(s=s({id:n,...r})),s===null?null:s||l.jsx(ju,{id:n,jsonForms:o})}function SO({data:e,loading:t,hideActions:n,hideCheckbox:r,selection:o,toggleRow:s,onClickEntry:i,bodyCustomizer:a,bodySeparator:c,jsonForms:u}){const d=e.list_columns.includes("actions")?"_actions":"actions",f=b.useMemo(()=>e!=null&&e.list_columns.includes("all")?"_all":"all",[e==null?void 0:e.list_columns]);return l.jsx(p.Table.Tbody,{children:e.result.length?e.result.map((h,y)=>{const v=e.ids[y];return l.jsxs(vO,{entry:{...h,id:v},children:[r?null:l.jsx(Nr,{loading:t,children:l.jsx(p.Checkbox,{pl:2,checked:o.includes(v),onChange:g=>{s(v)}})},y),n?null:l.jsx(Nr,{loading:t,children:l.jsx(TO,{bodyCustomizer:a,actionColumn:d,id:Ie(v),entry:h,jsonForms:u})}),e.list_columns.map((g,S)=>{let E=a==null?void 0:a[g];typeof E=="function"&&(E=E({id:v,...h}));let P=As(h,g);typeof P=="number"?P=P.toLocaleString():P==null&&(P="");const O=(c==null?void 0:c[g])||(c==null?void 0:c[f]);return O&&(P=P.split(O)),E===null?null:l.jsx(Nr,{id:v,entry:h,loading:t,onClickEntry:i,customElement:E,sanitize:!0,children:P},S)})]},Ie(v))}):l.jsx("tr",{children:l.jsx("td",{style:{padding:"8px"},colSpan:n?e.list_columns.length:e.list_columns.length+1,children:l.jsx(p.Text,{style:{fontStyle:"italic"},size:"sm",c:"dimmed",children:"No data available"})})})})}const of={root:"_root_1kmay_1",wrapper:"_wrapper_1kmay_7",icon:"_icon_1kmay_18"};function Fs({column:e,label:t,orderColumn:n,related:r,toggleAll:o,allChecked:s,classNames:i,styles:a,customElement:c,...u}){const{queryParams:d,setQueryParams:f,loading:h}=J(),y={fw:700,size:"sm",color:"gray.8",hoverColor:"gray.6",selectedColor:"blue"},v=p.useStyles({name:"FieldTitle",classes:of,classNames:i,styles:a,props:u}),g=p.useProps("FieldTitle",y,u),{hovered:S,ref:E}=fe.useHover(),P=n&&d.order_column===n,O=v("wrapper");return O.style.cursor=n?O.style.cursor:"auto",l.jsx(p.Table.Th,{className:of.fieldTitleRoot,...v("root"),onClick:n&&!h?()=>f({order_column:n,order_direction:d.order_direction==="asc"?"desc":"asc"}):null,children:l.jsx(p.Box,{ref:E,...O,children:e==="Checkbox"?l.jsx(p.Checkbox,{pb:5,pl:2,onChange:o,checked:s}):l.jsxs(l.Fragment,{children:[l.jsx(p.Box,{w:"100%",fw:g.fw,size:"xl",c:S&&n?g.hoverColor:P?g.selectedColor:g.color,children:c||t||e}),r?l.jsx(p.Tooltip,{label:"Related Field",children:l.jsx(p.Indicator,{label:"rel",style:{indicator:{top:"-1px !important",right:"-2px !important",padding:"4px"}},children:l.jsx(p.Box,{...v("icon"),children:P?d.order_direction==="asc"?l.jsx(bo,{size:14,strokeWidth:1.5}):l.jsx($i,{size:14,strokeWidth:1.5}):null})})}):l.jsx(p.Box,{...v("icon"),children:P?d.order_direction==="asc"?l.jsx(bo,{size:14,strokeWidth:1.5}):l.jsx($i,{size:14,strokeWidth:1.5}):null})]})})})}const sf=b.memo(({data:e,info:t,settings:n,hideActions:r,hideCheckbox:o,allChecked:s,toggleAll:i,headerCustomizer:a})=>{const c=e.list_columns.includes("actions")?"_actions":"actions";let u=a==null?void 0:a[c];return typeof u=="function"&&(u=u()),l.jsx(p.Table.Thead,{children:l.jsxs(p.Table.Tr,{children:[o?null:l.jsx(Fs,{data:e,column:"Checkbox",allChecked:s,toggleAll:i}),r?null:l.jsx(Fs,{column:"Actions",customElement:u}),e.list_columns.map((d,f)=>{var y;let h=a==null?void 0:a[d];return typeof h=="function"&&(h=h(e.label_columns[d])),h===null?null:l.jsx(Fs,{column:d,label:e.label_columns[d],orderColumn:e.order_columns.find(v=>v===d)||e.order_columns.find(v=>v.startsWith(`${d}.`)),related:((y=t.filters[d])==null?void 0:y.schema.type)==="Nested",customElement:h},d)})]})})});sf.displayName="Header";const wO={scrollbar:"_scrollbar_isyo2_1"};function _O({bulkActions:e,hideActions:t,loading:n,onSelectCheckbox:r,onClickEntry:o,hideCheckbox:s,hideDownload:i,headerCustomizer:a,bodyCustomizer:c,bodySeparator:u,jsonForms:d,...f}){const h=p.useMantineTheme(),y=p.Table.extend({highlightOnHover:!0,striped:!0,horizontalSpacing:"md",verticalSpacing:"sm"}),v=p.useProps("DatagridTable",y,f),{data:g,info:S}=J(),[E,P]=b.useState([]),[O,w]=b.useState(!1),C=L=>{P(G=>G.includes(L)?G.filter(B=>B!==L):[...G,L])},x=()=>{P(L=>L.length===g.ids.length?[]:g.ids.map((G,B)=>G))};return b.useEffect(()=>{w(E.length===g.result.length&&E.length>0),r&&r(E),e==null||e.setSelectedIds(E.map(L=>L))},[E]),b.useEffect(()=>{P([]),r&&r([])},[g]),l.jsx(p.ScrollArea,{options:{className:h.colorScheme==="dark"?"os-theme-light":void 0},style:{flex:1,flexDirection:"column"},classNames:wO,children:l.jsxs(p.Table,{stickyHeader:!0,...v,children:[l.jsx(sf,{data:g,info:S,hideActions:t,hideCheckbox:s,allChecked:O,setSelection:P,toggleAll:x,headerCustomizer:a}),l.jsx(SO,{data:g,loading:n,hideActions:t,hideCheckbox:s,selection:E,setSelection:P,toggleRow:C,onClickEntry:o,bodyCustomizer:c,bodySeparator:u,jsonForms:d})]})})}const af=b.memo(({counter:e,...t})=>{const{data:n,queryParams:r,setQueryParams:o}=J(),s=p.useMantineTheme(),i=[{value:"10",label:"10"},{value:"25",label:"25"},{value:"50",label:"50"}],a=String(r.page_size),[c,u]=b.useState(r.page);b.useEffect(()=>{u(r.page)},[r.page]);const d=h=>{u(h-1),o({page:h-1})},f=h=>{o({page_size:parseInt(h,10),page:0})};return l.jsxs(l.Fragment,{children:[l.jsx(p.Divider,{}),l.jsxs(p.Box,{style:{display:"flex",justifyContent:"space-between",alignItems:"center",height:54,border:"none",borderTopWidth:"1px",padding:"var(--mantine-spacing-md)"},children:[l.jsxs(p.Box,{style:{display:"flex",alignItems:"center",gap:"var(--mantine-spacing-sm)"},children:[l.jsx(p.Text,{children:"Rows per page:"}),l.jsx(p.Select,{value:a,defaultValue:a,onChange:h=>f(h),data:i,allowDeselect:!1,w:80,size:"xs",styles:()=>({input:{fontSize:"14px",fontWeight:"250",lineHeight:"52px",border:"1px solid #E6E8ED"},item:{"&[data-selected]":{"&, &:hover":{outline:"none !important"}}}})})]}),l.jsx(p.Pagination,{size:"sm",total:Math.ceil(n.count/a),value:c+1,onChange:d,...t}),e&&n?l.jsxs(l.Fragment,{children:[l.jsx(p.Text,{c:s.primaryColor,size:"xs",fw:400,pl:20,children:"Total Records"}),l.jsx(p.Text,{c:s.primaryColor,size:"md",fw:700,pl:10,children:n.count})]}):null]})]})});af.displayName="Pagination";function CO(...e){const[t,n]=b.useState(!1),{download:r}=J(),o={bg:"transparent",size:"sm",c:"gray"},s=p.useProps("ActionIcon",o,e);return t?l.jsx(p.Loader,{color:s.c,size:s.size}):l.jsx(p.Tooltip,{label:"Download",children:l.jsx(p.ActionIcon,{bg:s.bg,size:s.size,c:s.c,onClick:()=>{n(!0),r("download").then(()=>n(!1))},children:l.jsx(Pi,{})})})}const EO=0,xO=25,Ot=250,In="global",kn="header:",lf=kn+"ctt",cf=kn+"between_integer",uf=kn+"between_date",Xt=e=>e!==In&&!e.startsWith(kn);function Ns(e){return t=>{try{return e.validateSync(t,{abortEarly:!1}),{}}catch(n){const r={};return n instanceof we&&n.inner.forEach(o=>{r[o.path.replaceAll("[",".").replaceAll("]","")]=o.message}),r}}}function AO({form:e,name:t,...n}){return l.jsx(l.Fragment,{children:l.jsx($t.DateInput,{...e.getInputProps(t),onChange:r=>{if(r instanceof Date){const o=new Date(r.getTime()-r.getTimezoneOffset()*6e4);e.setFieldValue(t,o.toISOString().substring(0,10))}},value:e.getInputProps(t).value?new Date(e.getInputProps(t).value):null,...n})})}function OO({form:e,name:t,...n}){return l.jsx(l.Fragment,{children:l.jsx($t.DateTimePicker,{...e.getInputProps(t),onChange:r=>{if(r instanceof Date){const o=new Date(r);e.setFieldValue(t,o.toISOString())}},value:e.getInputProps(t).value?new Date(e.getInputProps(t).value):null,...n})})}function Lr({form:e,name:t,...n}){const r=e.getInputProps(t).value,o=b.useMemo(()=>r&&typeof r=="object"?JSON.stringify(r):r||"",[r]);return t==="password"?l.jsx(p.PasswordInput,{...e.getInputProps(t),value:o,...n}):l.jsx(p.TextInput,{...e.getInputProps(t),value:o,...n})}function ff({form:e,name:t,filter:n,...r}){const[o,s]=b.useState(""),i=e.getInputProps(t).value,a=b.useMemo(()=>i?typeof i=="object"?JSON.stringify(i,null,2):i:"",[i]);return b.useEffect(()=>{s(a)},[a]),n?l.jsx(Lr,{form:e,name:t,...r}):l.jsx(p.JsonInput,{autosize:!0,minRows:4,maxRows:12,validationError:"Invalid JSON",...e.getInputProps(t),...r,value:o,onChange:c=>{if(s(c),!c){e.getInputProps(t).onChange(null);return}try{const u=JSON.parse(c);e.getInputProps(t).onChange(u)}catch{}}})}function $O({form:e,name:t,filter:n,...r}){const[o,s]=b.useState(!!n);return l.jsxs(p.InputWrapper,{label:r.label,description:r.description,children:[!n&&l.jsxs(p.Group,{align:"center",gap:"xs",py:"0.25rem",children:[l.jsx(p.Checkbox,{checked:o,onChange:i=>s(i.currentTarget.checked)}),l.jsx(p.Text,{size:"xs",children:"WKT"})]}),o?l.jsx(Lr,{form:e,name:t,...r,label:void 0,description:void 0}):l.jsx(ff,{form:e,name:t,...r,label:void 0,description:void 0})]})}function PO({form:e,name:t,items:n,...r}){const o=n.map(i=>({value:String(Ie(i.id)),label:i.value})),s=Array.isArray(e.getInputProps(t).value)?e.getInputProps(t).value.map(i=>String(typeof i=="object"?Ie(i.id):i)):[];return l.jsx(p.MultiSelect,{data:o,searchable:!0,...e.getInputProps(t),value:s||[],...r})}function IO({form:e,name:t,items:n,filter:r,...o}){var i;const s=n.map(a=>({value:String(Ie(a.id)),label:a.value}));return l.jsx(p.Select,{data:s,searchable:!0,...e.getInputProps(t),onChange:a=>{if(r){e.setFieldValue(t,a);return}const c=n.find(u=>String(Ie(u.id))===a)||null;e.setFieldValue(t,c)},value:r?e.getInputProps(t).value:String(Ie((i=e.getInputProps(t).value)==null?void 0:i.id))||"",...o})}function df({form:e,name:t,items:n,...r}){return l.jsx(p.Select,{data:n,searchable:!0,...e.getInputProps(t),value:String(e.getInputProps(t).value)||"",...r})}function jr({form:e,name:t,schema:n,filter:r,withinPortal:o=!0,...s}){if(!n.type)return null;switch(n.type){case"Boolean":return l.jsx(df,{form:e,name:t,items:[{label:"true",value:r?"1":"true"},{label:"false",value:r?"0":"false"}],...s});case"RelatedList":return l.jsx(PO,{form:e,name:t,items:n.values,comboboxProps:{withinPortal:o},...s});case"Related":return l.jsx(IO,{form:e,name:t,items:n.values,filter:r,comboboxProps:{withinPortal:o},...s});case"DateTime":return l.jsx(OO,{form:e,name:t,valueFormat:"DD.MM.YYYY HH:mm:ss",schema:n,popoverProps:{withinPortal:o},...s});case"Date":return l.jsx(AO,{form:e,name:t,valueFormat:"DD.MM.YYYY",schema:n,popoverProps:{withinPortal:o},...s});case"Geometry":return l.jsx($O,{form:e,name:t,filter:r,...s});case"Raw":return l.jsx(ff,{form:e,name:t,filter:r,...s});case"Integer":case"Float":return l.jsx(Lr,{form:e,name:t,...s});case"Enum":return l.jsx(df,{form:e,name:t,items:n.values,comboboxProps:{withinPortal:o},...s});default:return l.jsx(Lr,{form:e,name:t,...s})}}function kO({form:e,name:t,items:n,onChange:r,...o}){return l.jsx(p.Select,{data:n,searchable:!0,...e.getInputProps(t),onChange:r,...o})}function pf({form:e,name:t,label:n,comboboxProps:r,...o}){const s=p.useCombobox({onDropdownClose:()=>s.resetSelectedOption(),onDropdownOpen:()=>s.updateSelectedOptionIndex("active")}),[i,a]=b.useState([]),[c,u]=b.useState(""),d=y=>{c!==""&&(i.includes(c)||a(v=>[...v,c]),u(""))},f=y=>a(v=>v.filter(g=>g!==y)),h=i.map(y=>l.jsx(p.Pill,{withRemoveButton:!0,onRemove:()=>f(y),children:y},y));return b.useEffect(()=>{const y=e.getInputProps(t).value;if(y)try{a([...y])}catch(v){console.error("Error parsing JSON:",v)}},[]),b.useEffect(()=>{e.getInputProps(t).onChange(i)},[i]),l.jsx(p.InputWrapper,{label:n,children:l.jsxs(p.Combobox,{store:s,onOptionSubmit:d,...r,children:[l.jsx(p.Combobox.DropdownTarget,{children:l.jsx(p.PillsInput,{onClick:()=>s.openDropdown(),children:l.jsxs(p.Pill.Group,{children:[h,l.jsx(p.Combobox.EventsTarget,{children:l.jsx(p.PillsInput.Field,{onFocus:()=>s.openDropdown(),onBlur:()=>s.closeDropdown(),value:c,placeholder:"Search values",onChange:y=>{s.updateSelectedOptionIndex(),u(y.currentTarget.value)},onKeyDown:y=>{y.key==="Backspace"&&c.length===0&&(y.preventDefault(),f(i[i.length-1]))}})})]})})}),l.jsx(p.Combobox.Dropdown,{children:l.jsx(p.Combobox.Options,{children:l.jsxs(p.Combobox.Option,{value:"$create",children:["+ Create ",c]})})})]})})}function MO({form:e,name:t,items:n,onChange:r,...o}){return l.jsx(p.Select,{data:n,searchable:!0,...e.getInputProps(t),onChange:r,...o})}function hf({onClose:e,...t}){const{info:n,queryParams:r,setQueryParams:o,path:s}=J(),i=ln.useForm({initialValues:{filters:[]},validate:Ns(un({filters:ho().of(un({col:qn().transform(f=>f||void 0).required("Field is required"),opr:qn().transform(f=>f||void 0).required("col is required"),value:Yn().when("col",{is:f=>f&&n.filters[f].schema.required,then:()=>Yn().required("Value is required")})}))}))}),a={bg:"transparent",size:"sm",c:"gray"},c=p.useProps("ActionIcon",a,t);b.useEffect(()=>{i.setValues({filters:[]}),i.reset()},[s]),b.useEffect(()=>{if(r.filters&&r.filters.length){const f=r.filters.filter(h=>Xt(h.opr)).map(h=>({...h,key:fe.randomId()}));i.setFieldValue("filters",f)}},[r.filters]);const u=f=>{const h=f.filters.map(({key:v,...g})=>g),y=JSON.parse(JSON.stringify(h));o({filters:y,page:0}),e()},d=i.values.filters.map((f,h)=>l.jsxs(p.Box,{px:"sm",children:[l.jsxs(p.Flex,{my:"md",gap:"md",style:{whiteSpace:"nowrap"},children:[l.jsx(p.Box,{style:{width:"192px"},children:n&&n.filters&&l.jsx(kO,{form:i,name:`filters.${h}.col`,items:Object.entries(n.filters).map(([y,v])=>({label:v.label,value:String(y)})),onChange:y=>{i.setFieldValue(`filters.${h}`,{col:y,opr:"",value:"",key:fe.randomId()})}})}),l.jsx(p.Box,{style:{width:"192px"},children:f.col?l.jsx(MO,{form:i,name:`filters.${h}.opr`,items:n.filters[f.col].filters.filter(y=>Xt(y.operator)).map(y=>({label:y.name,value:y.operator})),onChange:y=>{i.setFieldValue(`filters.${h}`,{col:i.values.filters[h].col,opr:y,value:"",key:fe.randomId()})}}):null}),l.jsx(p.Box,{style:{width:"192px"},children:f.col?f.opr==="in"?l.jsx(pf,{form:i,name:`filters.${h}.value`}):l.jsx(jr,{form:i,name:`filters.${h}.value`,schema:n.filters[f.col].schema,filter:!0}):null}),l.jsx(p.ActionIcon,{bg:c.bg,size:c.size,c:c.c,onClick:()=>{i.removeListItem("filters",h)},children:l.jsx(vo,{})})]}),i.values.filters.length>1&&h<i.values.filters.length-1?l.jsx(p.Divider,{my:"md",labelPosition:"center",label:"AND"}):null]},f.key));return l.jsxs(p.Box,{component:"form",onSubmit:i.onSubmit(u),children:[d.length===0&&l.jsx(p.Box,{style:{width:"642px"},children:l.jsx(p.Text,{style:{fontStyle:"italic",padding:"7px"},size:"sm",c:"dimmed",children:"No filters selected..."})}),l.jsx(p.ScrollArea.Autosize,{mah:"40vh",mt:20,children:d}),l.jsx(p.Divider,{my:"sm"}),l.jsxs(p.Box,{style:{display:"flex",justifyContent:"space-between"},children:[l.jsx(p.Button,{variant:"subtle",leftSection:l.jsx(fn,{}),onClick:()=>{i.insertListItem("filters",{col:"",opr:"",value:"",key:fe.randomId()})},children:"Add Filter"}),l.jsx(p.Group,{spacing:"md",children:l.jsx(p.Button,{type:"submit",children:"Apply"})})]})]})}function gf(...e){const{queryParams:t}=J(),n={bg:"transparent",size:"sm",c:"gray"},r=p.useProps("ActionIcon",n,e),[o,s]=b.useState(!1);return l.jsxs(p.Popover,{opened:o,position:"bottom-end",onClose:()=>s(!1),closeOnClickOutside:!1,children:[l.jsx(p.Popover.Target,{children:l.jsx(p.Tooltip,{opened:o?!1:null,label:"Filter",children:(t==null?void 0:t.filters.filter(i=>Xt(i.opr)).length)!=0?l.jsx(p.Indicator,{zIndex:20,size:16,label:t==null?void 0:t.filters.length,children:l.jsx(p.ActionIcon,{bg:r.bg,size:r.size,c:r.c,onClick:()=>s(!0),children:l.jsx(ki,{})})}):l.jsx(p.ActionIcon,{bg:r.bg,size:r.size,c:r.c,onClick:()=>s(!0),children:l.jsx(ki,{})})})}),l.jsxs(p.Popover.Dropdown,{px:"xs",children:[l.jsx(p.Box,{style:{position:"absolute",top:4,right:4},children:l.jsx(p.CloseButton,{title:"Filters",onClick:()=>s(!1)})}),l.jsx(hf,{onClose:()=>{s(!1)}})]})]})}const mf=b.memo(({hideAdd:e,hideFilter:t,hideDownload:n,toolbarCustomizer:r,jsonForms:o})=>{const{info:s}=J(),i=b.useMemo(()=>{const c={};return Object.entries(r).forEach(([u,d])=>{c[u]=d,typeof c[u]=="function"&&(c[u]=c[u]())}),c},[r]),a=s.permissions.includes("can_post");return l.jsxs(p.Flex,{justify:"flex-end",p:"md",gap:"sm",children:[!n&&(i.download||l.jsx(CO,{})),a&&!e?i.add||l.jsx(KA,{jsonForms:o}):null,t?null:i.filter||l.jsx(gf,{})]})});mf.displayName="Toolbar";const zr=b.forwardRef((e,t)=>{const{path:n,data:r,loading:o,info:s,setQueryParams:i}=J(),{hideToolbar:a=!1,hideFilter:c=!1,hideAdd:u=!1,hideSettings:d=!1,hideActions:f=!1,hidePagination:h=!1,hideError:y=!1,hideDownload:v=!0,onSelectCheckbox:g=null,onClickEntry:S=null,fetchOnMount:E=!0,bulkActions:P=null,styles:O,headerCustomizer:w={},bodyCustomizer:C={},toolbarCustomizer:x={},counter:L=!1,bodySeparator:G,form:B}=e;if(b.useEffect(()=>{!r&&E&&i({})},[r]),!s)return;const m=P===null;return l.jsxs(p.Paper,{ref:t,style:{position:"relative",height:"100%",display:"flex",flexDirection:"column",...O},children:[a?null:l.jsx(mf,{hideFilter:c,hideAdd:u,hideSettings:d,hideDownload:v,toolbarCustomizer:x,jsonForms:B==null?void 0:B.add}),r?l.jsx(_O,{bulkActions:P,hideActions:f,loading:o,onSelectCheckbox:g,onClickEntry:S,hideCheckbox:m,hideDownload:v,headerCustomizer:w,bodyCustomizer:C,bodySeparator:G,jsonForms:B==null?void 0:B.edit}):null,!h&&r?l.jsx(af,{counter:L}):null,y?null:l.jsx(Fi,{})]})});zr.displayName="DataGrid";function yf({id:e,...t}){const{deleteEntry:n}=J(),r={bg:"transparent",size:"sm",c:"gray"},o=p.useProps("ActionIcon",r,t),[s,i]=b.useState(!1),a=()=>{i(!1)},c=async()=>{n(e),i(!1)};return l.jsxs(l.Fragment,{children:[l.jsx(p.Tooltip,{label:"Delete",children:l.jsx(p.ActionIcon,{bg:o.bg,size:o.size,c:o.c,onClick:()=>{i(!0)},children:l.jsx(vo,{})})}),l.jsx(Ni,{opened:s,onClose:a,handleAccept:c,handleReject:a})]})}function DO(e,t){return new Promise(n=>{n(ZA(e,t.edit.columns))})}function bf({item:e,info:t,opened:n,onClose:r,...o}){const{updateEntry:s}=J(),i={modal:{},stack:{},saveButton:{}},{modal:a,stack:c,saveButton:u}=p.useProps("EditDialog",i,o),d=ln.useForm({initialValues:t.edit.defaultValues,validate:Ns(t.edit.schema)}),f=()=>{const y={};return Object.keys(d.values).forEach(v=>{d.isDirty(v)&&(y[v]=!0)}),y};b.useEffect(()=>{e&&DO(e,t).then(y=>{d.setValues(y),d.resetDirty(y)})},[e,t.edit.columns]);const h=async y=>{y=Bu(f(),y),await s(e.id,y),r()};return b.useEffect(()=>{d.setInitialValues(t.edit.defaultValues),d.reset()},[t.edit.defaultValues]),e?l.jsx(p.Modal,{opened:n,onClose:()=>{r()},title:t.edit.title,size:"lg",centered:!0,...a,children:l.jsx(p.Box,{component:"form",onSubmit:d.onSubmit(h),children:l.jsx(p.Stack,{spacing:"md",...c,children:l.jsxs(p.ScrollArea.Autosize,{mah:450,type:"auto",children:[t.edit.columns.map((y,v)=>l.jsx(jr,{form:d,name:y.name,label:y.label,description:y.description,schema:y,withAsterisk:y.required},v)),l.jsx(p.Group,{position:"right",mt:"xl",children:l.jsx(p.Button,{type:"submit",...u,children:"Save"})})]})})})}):null}function vf({id:e,...t}){const{info:n,getEntry:r}=J(),o={bg:"transparent",size:"sm",c:"gray"},s=p.useProps("ActionIcon",o,t),[i,a]=b.useState(null),[c,u]=b.useState(!1),[d,f]=b.useState(!1);return l.jsxs(l.Fragment,{children:[l.jsx(p.Tooltip,{label:"Edit",children:l.jsx(p.ActionIcon,{bg:s.bg,size:s.size,c:s.c,onClick:async()=>{u(!0);const h=await r(e);h&&(a(h),u(!1),f(!0))},children:l.jsx(Di,{})})}),l.jsx(bf,{item:i,info:n,opened:d,onClose:()=>f(!1)})]})}function FO({relatedPath:e,...t}){const{path:n}=J();return Te(n?n.substring(0,n.lastIndexOf("/")):"",e.substring(0,e.lastIndexOf("/"))),l.jsx(yo,{resource_name:e.replace("/",""),relation:t,children:l.jsx(zr,{hideToolbar:!0,hideDownload:!1})})}const NO=b.memo(FO);function LO({item:e,info:t,loading:n,opened:r,onClose:o,...s}){const i={modal:{},tabs:{},tabsList:{},tabsPanel:{}},{modal:a,tabs:c,tabsList:u,tabsPanel:d}=p.useProps("ViewDialog",i,s);return l.jsxs(p.Modal,{opened:r,onClose:o,title:`${e==null?void 0:e.show_title} (#${Ie(e==null?void 0:e.id)})`,size:"lg",centered:!0,zIndex:1e3,...a,children:[l.jsx(p.LoadingOverlay,{visible:n}),!n&&e?l.jsxs(p.Tabs,{defaultValue:"details",...c,children:[l.jsxs(p.Tabs.List,{...u,children:[l.jsx(p.Tabs.Tab,{value:"details",children:"Details"}),t.relations.map((f,h)=>l.jsx(p.Tabs.Tab,{value:f.name,children:f.name},h))]}),l.jsx(p.Tabs.Panel,{pt:"xs",value:"details",...d,children:l.jsx(p.Paper,{p:"xs",withBorder:!0,children:l.jsx(p.Stack,{spacing:"md",children:l.jsx(p.ScrollArea,{h:450,type:"auto",children:e.show_columns.map((f,h)=>l.jsxs(p.Grid,{maw:500,children:[l.jsx(p.Grid.Col,{span:4,children:l.jsx(p.Text,{size:"md",children:e.label_columns[f]})}),l.jsx(p.Grid.Col,{span:1,children:l.jsx(p.Text,{size:"xs",children:":"})}),l.jsx(p.Grid.Col,{span:6,children:l.jsx(p.Text,{size:"md",children:As(e.result,f)})})]},h))})})})}),t.relations.map((f,h)=>l.jsx(p.Tabs.Panel,{pt:"xs",value:f.name,children:l.jsx(p.Paper,{withBorder:!0,children:l.jsx(NO,{relatedPath:f.path,id:Ie(e.id),foreign_key:f.foreign_key,type:f.type})})},h))]}):null]})}function jO({id:e,...t}){const{info:n,getEntry:r}=J(),o={bg:"transparent",size:"sm",c:"gray"},s=p.useProps("ActionIcon",o,t),[i,a]=b.useState(null),[c,u]=b.useState(!1),[d,f]=b.useState(!1);return l.jsxs(l.Fragment,{children:[l.jsx(p.Tooltip,{label:"Details",children:l.jsx(p.ActionIcon,{bg:s.bg,size:s.size,c:s.c,onClick:async()=>{u(!0);const h=await r(e);h&&(a(h),u(!1),f(!0))},children:l.jsx(Ii,{})})}),l.jsx(LO,{item:i,info:n,loading:c,opened:d,onClose:()=>f(!1)})]})}function zO({id:e}){const{info:t}=J();return l.jsxs(p.Flex,{style:{gap:4,whiteSpace:"nowrap"},children:[t!=null&&t.permissions.includes("can_get")?l.jsx(jO,{id:e}):null,t!=null&&t.permissions.includes("can_put")?l.jsx(vf,{id:e}):null,t!=null&&t.permissions.includes("can_delete")?l.jsx(yf,{id:e}):null]})}function Tf({opened:e,onClose:t,...n}){const{info:r,addEntry:o}=J(),s={modal:{},stack:{},addButton:{}},{addButton:i,modal:a,stack:c}=p.useProps("AddDialog",s,n),u=ln.useForm({initialValues:r.add.defaultValues,validate:Ns(r.add.schema)}),d=async f=>{await o(f),u.reset(),t()};return b.useEffect(()=>{u.setInitialValues(r.add.defaultValues),u.reset()},[r.add.defaultValues]),l.jsx(p.Modal,{opened:e,onClose:()=>{u.reset(),t()},title:r.add.title,size:"lg",centered:!0,...a,children:l.jsx(p.Box,{component:"form",onSubmit:u.onSubmit(d),children:l.jsx(p.Stack,{spacing:"md",...c,children:l.jsxs(p.ScrollArea.Autosize,{mah:450,type:"auto",children:[r.add.columns.map((f,h)=>l.jsx(jr,{form:u,name:f.name,label:f.label,description:f.description,schema:f,withAsterisk:f.required},h)),l.jsx(p.Group,{position:"right",mt:"xl",children:l.jsx(p.Button,{type:"submit",...i,children:"Add"})})]})})})})}function BO(...e){const[t,n]=b.useState(!1),r={bg:"transparent",size:"sm",c:"gray"},o=p.useProps("ActionIcon",r,e);return l.jsxs(l.Fragment,{children:[l.jsx(p.Tooltip,{label:"Add Item",children:l.jsx(p.ActionIcon,{bg:o.bg,size:o.size,c:o.c,onClick:()=>{n(!0)},children:l.jsx(fn,{})})}),l.jsx(Tf,{opened:t,onClose:()=>{n(!1)}})]})}function UO({children:e,fetch:t=!0,loading:n=l.jsx(p.Center,{children:l.jsx(p.Loader,{})}),end:r=l.jsx(p.Center,{children:"End of data"}),fetchWrapper:o=p.Center,fetchWrapperProps:s}){const{streaming:i,loading:a}=J(),{ref:c,inViewport:u}=fe.useInViewport(),d=b.useMemo(()=>Object.values(i.data).flat(),[i.data]),f=b.useMemo(()=>typeof e=="function"?e(d):e,[e,d]);return b.useEffect(()=>{u&&t&&i.fetch()},[u]),l.jsxs(l.Fragment,{children:[f,a&&n,i.isEnd&&r,l.jsx(o,{ref:c,id:"IS-load-trigger",mih:"1%",...s})]})}function VO(e,t,n){const r=J(),o=Tt(),s=b.useCallback(({row:i,...a})=>l.jsx(ut,{fallback:l.jsx(ju,{id:i.original.id,jsonForms:e}),functionProps:[{api:r,auth:o,data:i.original,mrtProps:{row:i,...a},jsonForms:e}],children:n}),[r,o,n,e]);return{enableEditing:!t,editDisplayMode:"modal",renderRowActions:s}}function GO(e,t){return{enableRowSelection:!!e||!!t}}function WO(e){return e&&typeof e=="object"&&!Array.isArray(e)}const Br=(...e)=>{const t={};return e.forEach(n=>{n&&Object.keys(n).forEach(r=>{WO(n[r])&&r!=="ref"&&t[r]?t[r]=Br(t[r],n[r]):t[r]=n[r]})}),t},Qt=(e={},...t)=>t.reduce((n,r)=>Br(n,e[r]),{}),HO=(e,t)=>e===void 0?t:e,He=(e,t=[])=>typeof e=="function"?e(...t):e,Ur=(e,t,n=!1)=>{let r="";n&&(r+="filter");const o=n?e[0].toUpperCase():e[0].toLowerCase();return r+=o+e.slice(1),`${r}.${t}`},YO=(e="")=>{e.startsWith("filter")&&(e=e.slice(6));const[t="",n=""]=e.split(".");return{col:t,operator:n}};function qO({col:e,colFilter:t,onClick:n,...r}){return l.jsxs(p.Menu,{shadow:"md",width:"target",...r,children:[l.jsx(p.Menu.Target,{children:l.jsx(p.Button,{children:"Add filter"})}),l.jsx(p.Menu.Dropdown,{children:t.filters.filter(o=>Xt(o.operator)).map(o=>l.jsx(p.Menu.Item,{onClick:()=>n({col:e,opr:o.operator,value:""}),children:o.name},`${t.label}-${o.name}`))})]})}function JO({col:e}){const{info:t,queryParams:n,setQueryParams:r}=J(),o=ln.useForm({initialValues:{filters:(n==null?void 0:n.filters)||[]}}),s=b.useMemo(()=>(t==null?void 0:t.filters[e])||{},[e,t==null?void 0:t.filters]),i=b.useMemo(()=>{var d;return((d=s==null?void 0:s.filters)==null?void 0:d.reduce((f,h)=>({...f,[h.operator]:h.name}),{}))||{}},[s==null?void 0:s.filters]),[a]=fe.useDebouncedValue(o.getValues(),Ot);fe.useDidUpdate(()=>{const d=a.filters.filter(f=>f.value);r({filters:d})},[a]);const c=o.getValues().filters,u=c.map((d,f)=>d.col===e&&Xt(d.opr)?l.jsxs(b.Fragment,{children:[l.jsx(p.Grid.Col,{span:1.5,py:0,children:l.jsx(p.Center,{h:"100%",w:"100%",children:l.jsx(p.CloseButton,{onClick:()=>o.removeListItem("filters",f),size:"md",title:"Remove filter",variant:"outline"})})}),l.jsx(p.Grid.Col,{span:10.5,py:0,children:d.opr==="in"?l.jsx(pf,{form:o,name:`filters.${f}.value`,label:i[d.opr],comboboxProps:{withinPortal:!1}}):l.jsx(jr,{form:o,name:`filters.${f}.value`,label:i[d.opr],schema:s.schema,withinPortal:!1,filter:!0})}),f>=0&&f+1<c.length&&l.jsx(p.Grid.Col,{span:12,py:0,children:l.jsx(p.Divider,{my:"sm",label:"AND",align:"center"})})]},`${d.col}-${f}`):null).filter(Boolean);return l.jsxs(p.Grid,{w:u.length?"25rem":"100%",gap:"md",gutter:"xs",children:[u.length?u:l.jsx(p.Grid.Col,{span:12,children:l.jsx(p.Text,{align:"center",c:"gray",style:{fontStyle:"italic"},children:"No filters"})}),l.jsx(p.Grid.Col,{span:12,children:l.jsx(p.Stack,{children:l.jsx(qO,{col:e,colFilter:s||{filters:[]},onClick:d=>o.insertListItem("filters",d),withinPortal:!1})})})]})}function KO({filters:e,col:t,opr:n,table:r}){const o=p.useMantineTheme();return e.map(s=>{const i=s.operator===n;return l.jsx(p.Menu.Item,{color:i?o.primaryColor:void 0,leftSection:l.jsx(p.Text,{size:"xl",ta:"center",w:"2ch",style:{transform:"translateY(-0.1em)"},children:s.name[0]}),onClick:()=>r.setColumnFilterFns(a=>({...a,[t]:Ur(t,s.operator)})),value:s.opr,children:s.name},s.operator)})}function ZO({enableAdvancedFilters:e,mode:t,setMode:n,col:r,opr:o,filters:s,table:i}){return l.jsxs(l.Fragment,{children:[e&&l.jsxs(l.Fragment,{children:[l.jsx(p.Menu.Item,{component:"div",p:0,children:l.jsx(p.SegmentedControl,{fullWidth:!0,size:"sm",data:["Basic","Advanced"],value:t,onChange:n})}),l.jsx(p.Menu.Divider,{})]}),t==="Basic"&&l.jsx(KO,{filters:s,col:r,opr:o,table:i}),t==="Advanced"&&l.jsx(JO,{col:r})]})}const Rt=e=>e!=null&&e!=="",Sf=b.forwardRef(({clearIcon:e,mrtprops:{textinputprops:t},...n},r)=>{const{value:o,onChange:s,leftInputProps:i,rightInputProps:a,groupProps:c,cleariconprops:u,...d}=n,[f,h]=b.useState([null,null]);b.useEffect(()=>{o||h([null,null])},[o]),b.useEffect(()=>{const w=JSON.stringify(f);let C=null;return f.every(Rt)&&w!==o?C=setTimeout(()=>{s(JSON.stringify(f))},Ot):f.every(x=>!Rt(x))&&(C=setTimeout(()=>{s(void 0)},Ot)),()=>clearTimeout(C)},[f]);const y=b.useCallback((w,C)=>{h(x=>{const L=[...x];return L[C]=w,L})},[]);let[v,g]=f;const S=Rt(g)&&!Rt(v),E=Rt(v)&&!Rt(g),P=typeof v=="number"?l.jsx(p.ActionIcon,{...u,onClick:()=>h(w=>[null,w[1]]),children:l.jsx(To,{})}):null,O=typeof g=="number"?l.jsx(p.ActionIcon,{...u,onClick:()=>h(w=>[w[0],null]),children:l.jsx(To,{})}):null;return l.jsxs(p.Group,{w:"100%",wrap:"nowrap",align:"center",gap:"xs",...c,children:[l.jsx(p.NumberInput,{styles:{wrapper:{marginBottom:0}},hideControls:!0,rightSection:P,...d,...t,value:v||"",onChange:w=>y(w,0),placeholder:S?"Start value is required":"Start value",error:S&&" ",ref:r,...i}),l.jsx(p.NumberInput,{styles:{wrapper:{marginBottom:0}},hideControls:!0,rightSection:O,...d,...t,value:g||"",onChange:w=>y(w,1),placeholder:E?"End value is required":"End value",error:E&&" ",...a})]})});Sf.displayName="BasicHeaderBetweenInput";const en=e=>e,wf=b.forwardRef(({clearIcon:e,mrtprops:{dateinputprops:t},...n},r)=>{const{value:o,onChange:s,leftInputProps:i,rightInputProps:a,groupProps:c,...u}=n,[d,f]=b.useState([null,null]);b.useEffect(()=>{o||f([null,null])},[o]),b.useEffect(()=>{const E=JSON.stringify(d);let P=null;return d.every(en)&&E!==o?P=setTimeout(()=>{s(JSON.stringify(d))},Ot):d.every(O=>!en(O))&&(P=setTimeout(()=>{s(void 0)},Ot)),()=>clearTimeout(P)},[d]);const h=b.useCallback((E,P)=>{E&&(E=E.toISOString()),f(O=>{const w=[...O];return w[P]=E,w})},[]);let[y,v]=d;y=y?new Date(y):null,v=v?new Date(v):null;const g=en(v)&&!en(y),S=en(y)&&!en(v);return l.jsxs(p.Group,{w:"100%",wrap:"nowrap",align:"center",gap:"xs",...c,children:[l.jsx($t.DateInput,{clearable:!0,valueFormat:"DD.MM.YYYY",styles:{wrapper:{marginBottom:0}},...u,...t,value:y,onChange:E=>h(E,0),placeholder:g?"Start date is required":"Start date",error:g&&" ",ref:r,...i}),l.jsx($t.DateInput,{clearable:!0,valueFormat:"DD.MM.YYYY",styles:{wrapper:{marginBottom:0}},...u,...t,value:v,onChange:E=>h(E,1),placeholder:S?"End date is required":"End date",error:S&&" ",...a})]})});wf.displayName="BasicHeaderDateBetweenInput";const _f=b.forwardRef(({clearIcon:e,mrtprops:{textinputprops:t},...n},r)=>l.jsx(p.TextInput,{ref:r,rightSection:e,...t,...n,value:n.value||""}));_f.displayName="BasicHeaderTextInput";const Cf=b.forwardRef(({component:e,...t},n)=>{const r=J(),o=Tt(),s=b.useMemo(()=>[{api:r,auth:o,componentProps:{...t,ref:n}}],[r,o,t,n]);return l.jsx(ut,{ref:n,fallback:l.jsx(_f,{...t}),functionProps:s,children:e})});Cf.displayName="HeaderInput";const tn={root:"_root_yn5fy_1","date-filter":"_date-filter_yn5fy_5"},Ls={[cf]:({componentProps:e})=>l.jsx(Sf,{...e}),[uf]:({componentProps:e})=>l.jsx(wf,{...e})},Ef=b.forwardRef(({label:e,disabled:t,children:n,...r},o)=>t?b.cloneElement(n,{ref:o}):l.jsx(p.Tooltip,{label:e,...r,children:b.cloneElement(n,{ref:o})}));Ef.displayName="FilterIconWrapper";const xf=b.forwardRef(({indicator:e,children:t,...n},r)=>e?l.jsx(p.Indicator,{zIndex:20,size:16,label:e,...n,children:b.cloneElement(t,{ref:r})}):b.cloneElement(t,{ref:r}));xf.displayName="FilterIndicatorWrapper";function XO({children:e,enableFilterModes:t,enableAdvancedFilters:n,filterProps:r,filterModeDescription:o,filterMenu:s,filters:i,filterFn:a,mrtProps:{column:c,table:u,...d}}){var I;const{queryParams:f,setQueryParams:h}=J(),y=J(),v=Tt(),[g,S]=b.useState("Basic"),[E,{toggle:P}]=fe.useDisclosure(),O=((I=u.getState().columnFilterFns)==null?void 0:I[c.id])||a,w=b.useMemo(()=>YO(O).operator,[O]),C=b.useMemo(()=>{var _;return(_=i==null?void 0:i.find(M=>M.operator===w))==null?void 0:_.name},[i,w]),x=ln.useField({mode:"controlled"}),L=b.useMemo(()=>(f==null?void 0:f.filters.filter(_=>_.col===c.id&&Xt(_.opr)).map(_=>({..._})))||[],[f,c.id]),G=b.useCallback(()=>{x.reset(),c.setFilterValue(void 0)},[]),[B]=fe.useDebouncedValue(x.getInputProps().value,Ot),m=fe.useMounted(),$=b.useMemo(()=>f==null?void 0:f.filters.find(_=>_.col===c.id&&_.opr===w),[c.id,w,f==null?void 0:f.filters]);b.useEffect(()=>{m&&c.setFilterValue(B??void 0)},[B]),b.useEffect(()=>{if(!m)return;const _=c.getFilterValue();_===void 0?G():x.getInputProps().onChange(_)},[c.getFilterValue()]),b.useEffect(()=>{m&&($||G())},[$]),fe.useDidUpdate(()=>{x.reset()},[w]),fe.useDidUpdate(()=>{let _=!1;const M=f==null?void 0:f.filters.map(z=>{if(z.opr.startsWith(kn)&&z.col===c.id){if(z.opr===w)_=!0;else return null;return B?{...z,value:B}:null}return z}).filter(Boolean);!_&&B&&M.push({col:c.id,opr:w,value:B});const N=JSON.stringify(M),W=JSON.stringify(f.filters);N!==W&&h({filters:M})},[B]);const j=b.useMemo(()=>{const _={variant:"subtle"};return!(i!=null&&i.length)&&(_.disabled=!0,_.c="gray"),_},[i==null?void 0:i.length]),Y=b.useMemo(()=>HO(t?e==null?void 0:e[w]:e,Ls==null?void 0:Ls[w]),[e,t,w]),Z=b.useMemo(()=>({...j,size:"sm",onClick:G,title:"Clear filter"}),[j,G]),se=b.useMemo(()=>[{api:y,auth:v,mrtProps:{column:c,table:u,...d}}],[y,v,c,d,u]),ue=b.useMemo(()=>[{...se[0],componentProps:{label:u.options.localization.changeFilterMode,disabled:!(i!=null&&i.length),indicator:L.length,aiProps:j,onClick:P}}],[j,L.length,i==null?void 0:i.length,se,u.options.localization.changeFilterMode,P]),ge=b.useMemo(()=>[{...se[0],componentProps:{filterMode:C}}],[C,se]),me=He(t?Qt(r,w):r,se),Fe=b.useMemo(()=>{var _,M;return{w:"100%",variant:"unstyled",disabled:!(i!=null&&i.length),title:i.length?void 0:"No filters",placeholder:(_=u.options.localization.filterByColumn)==null?void 0:_.replace("{column}",String(c.columnDef.header)),"aria-label":(M=u.options.localization.filterByColumn)==null?void 0:M.replace("{column}",String(c.columnDef.header)),style:{fontWeight:"normal"},mrtprops:{column:c,table:u,...d,textinputprops:{className:Pt("mrt-filter-text-input",tn.root),...He(u.mantineFilterTextInputProps,[{column:c,table:u,...d}]),...He(c.columnDef.mantineFilterTextInputProps,[{column:c,table:u,...d}])},selectprops:{className:Pt("mrt-filter-text-input",tn.root),...He(u.mantineFilterSelectProps,[{column:c,table:u,...d}]),...He(c.columnDef.mantineFilterSelectProps,[{column:c,table:u,...d}])},multiselectprops:{className:Pt("mrt-filter-text-input",tn.root),...He(u.mantineFilterMultiSelectProps||{clearable:!0},[{column:c,table:u,...d}]),...He(c.columnDef.mantineFilterMultiSelectProps,[{column:c,table:u,...d}])},dateinputprops:{className:Pt("mrt-filter-text-input",tn.root,tn["date-filter"]),...He(u.mantineFilterDateInputProps,[{column:c,table:u,...d}]),...He(c.columnDef.mantineFilterDateInputProps,[{column:c,table:u,...d}])},autocompleteprops:{className:Pt("mrt-filter-text-input",tn.root),...He(u.mantineFilterAutocompleteProps,[{column:c,table:u,...d}]),...He(c.columnDef.mantineFilterAutocompleteProps,[{column:c,table:u,...d}])}},ref:N=>{N&&(u.refs.filterInputRefs.current[`${c.id}-0`]=N)},clearIcon:x.isDirty()&&l.jsx(p.ActionIcon,{...Z,children:l.jsx(To,{})}),...me,cleariconprops:Z}},[Z,c,me,x,i.length,d,u]);return l.jsxs(p.Menu,{opened:E,closeOnClickOutside:!0,onChange:P,children:[l.jsxs(p.Stack,{w:"100%",gap:"0.25rem",children:[l.jsxs(p.Group,{gap:"xs",justify:"space-between",wrap:"nowrap",children:[l.jsx(Cf,{component:Y,field:x,...x.getInputProps(),...Fe}),t&&l.jsx(p.Menu.Target,{children:l.jsx(ut,{fallback:i.length?l.jsx(Ef,{label:u.options.localization.changeFilterMode,position:"bottom-start",withArrow:!0,arrowPosition:"side",children:l.jsx(xf,{indicator:L.length,disabled:!n,children:l.jsx(p.ActionIcon,{...j,onClick:P,children:l.jsx(yp,{})})})}):null,functionProps:ue,children:s})})]}),t&&l.jsx(ut,{fallback:i.length?l.jsx(p.Input.Description,{size:"xs",children:u.options.localization.filterMode.replace("{filterType}",rt.localizedFilterOption(Qt(u.options.localization,c.id),C)||rt.localizedFilterOption(u.options.localization,C)||C)}):null,functionProps:ge,children:o})]}),l.jsx(p.Menu.Dropdown,{children:l.jsx(ZO,{enableAdvancedFilters:n,mode:g,setMode:S,col:c.id,opr:w,filters:i,table:u})})]})}function QO({highlight:e,truncate:t,children:n}){return Array.isArray(n)?n.map((r,o)=>{var s;return(s=t==null?void 0:t[o])!=null&&s.truncated?l.jsx(p.Tooltip,{label:t[o].original,children:l.jsx(p.Highlight,{highlight:e,children:t[o].truncated},o)},o):l.jsx(p.Highlight,{highlight:e,children:r},o)}):t!=null&&t.truncated?l.jsx(p.Tooltip,{label:t.original,children:l.jsx(p.Highlight,{highlight:e,children:t.truncated})}):l.jsx(p.Highlight,{highlight:e,children:n})}const RO=(e,t)=>{var r,o,s;const n=(s=(o=(r=e==null?void 0:e.filters)==null?void 0:r[t])==null?void 0:o.schema)==null?void 0:s.type;if(!n)return lf;switch(n){case"Date":case"DateTime":return uf;case"Integer":case"Float":return cf;default:return lf}};function e2(e,t,n,r){const{path:o,info:s,data:i,specialKey:a}=J(),c=J(),u=Tt(),d=b.useMemo(()=>(i==null?void 0:i.list_columns.map(y=>{var B,m,$;const{component:v,enableFilterModes:g,enableAdvancedFilters:S,filterComponent:E,filterProps:P,filterModeDescription:O,filterMenu:w,defaultOpr:C=RO(s,y)}=Qt(t,a.all,y),x=Ur(y,C),L=((m=(B=s==null?void 0:s.filters)==null?void 0:B[y])==null?void 0:m.filters.filter(j=>j.operator.startsWith("header:")))||[],G={};return v!==void 0&&(G.Header=j=>He(v,[{api:c,auth:u,mrtProps:j}])),{accessorKey:y,header:($=i==null?void 0:i.label_columns)==null?void 0:$[y],Filter:j=>l.jsx(XO,{enableFilterModes:g,enableAdvancedFilters:S,filterProps:P,filterModeDescription:O,filterMenu:w,filters:L,filterFn:x,mrtProps:j,children:E}),enableSorting:(i==null?void 0:i.order_columns.includes(y))||(i==null?void 0:i.order_columns.includes(`${y}.id`)),filterFn:L.length?x:void 0,columnFilterModeOptions:L.map(j=>Ur(y,j.operator)),Cell:({cell:j,table:Y,column:Z,...se})=>{const ue=Y.getState().globalFilter,ge=Z.getFilterValue()||"",{component:me,separator:Fe,truncate:I}=Qt(n,a.all,y);let _=[];ue&&_.push(...ue.split(r).map(z=>z.trim())),ge&&typeof ge=="string"&&_.push(...ge.split(r).map(z=>z.trim()));let M=Oi(j.getValue());typeof M=="number"?M=M.toLocaleString():M==null&&(M=""),Fe&&(M=M.split(Fe));let N={};I&&(Array.isArray(M)?N=M.map(z=>({original:z,truncated:z.length>I?`${z.slice(0,I)}...`:null})):N={original:M,truncated:M.length>I?`${M.slice(0,I)}...`:null});const W=[{api:c,auth:u,data:j.row.original,highlight:_,componentProps:{value:M},mrtProps:{cell:j,table:Y,column:Z,...se}}];return l.jsx(ut,{fallback:l.jsx(QO,{highlight:_,truncate:N,children:M}),functionProps:W,children:me})},...G,...Qt(e,a.all,y)}}))||[],[i==null?void 0:i.list_columns,i==null?void 0:i.label_columns,i==null?void 0:i.order_columns,s,e,a.all,c,u,t,n,r]),[f,h]=fe.useSetState({});return b.useEffect(()=>{d.length&&h({[i.path]:d})},[d]),{columns:d.length?d:(f==null?void 0:f[o])||d,manualFiltering:!0}}function t2(){const{data:e,loading:t}=J();return{data:(e==null?void 0:e.result)||[],rowCount:(e==null?void 0:e.count)||0,state:{showLoadingOverlay:t}}}function n2(e){const{data:t}=J();return e?{mantineTableBodyRowProps:({row:n})=>({onClick:()=>{const r=t.ids[n.id];e(r,n.original)},style:{cursor:"pointer"}})}:null}function r2(){const{info:e}=J();return{filterFns:b.useMemo(()=>Object.entries((e==null?void 0:e.filters)||{}).reduce((t,[n,r])=>(r.filters.filter(o=>o.operator.startsWith("header:")).forEach(o=>t[Ur(n,o.operator)]=null),t),{}),[e==null?void 0:e.filters])}}function o2(){const{queryParams:e,setQueryParams:t,info:n}=J(),r=b.useMemo(()=>{var u;return(u=e==null?void 0:e.filters)==null?void 0:u.find(d=>d.opr===In)},[e==null?void 0:e.filters]),[o,s]=b.useState((r==null?void 0:r.value)||""),[i]=fe.useDebouncedValue(o,Ot),a=b.useMemo(()=>{var u;return(u=Object.entries((n==null?void 0:n.filters)||{}).find(([,d])=>d.filters.find(f=>f.operator===In)))==null?void 0:u[0]},[n==null?void 0:n.filters]);fe.useDidUpdate(()=>{r&&r.value!==i&&s(r.value)},[r]),fe.useDidUpdate(()=>{var y;if(!a)return;const u=((y=e==null?void 0:e.filters)==null?void 0:y.filter(v=>v.opr!==In))||[],d={col:a,opr:In,value:i};i&&u.push(d);const f=JSON.stringify(u),h=JSON.stringify((e==null?void 0:e.filters)||[]);f!==h&&t({page:0,filters:u})},[i]);const c=b.useMemo(()=>{const u={disabled:!a};return a||(u.placeholder="No global filter available"),u},[a]);return{manualFiltering:!0,onGlobalFilterChange:s,state:{globalFilter:o},mantineSearchTextInputProps:c}}function s2(e){const{data:t,queryParams:n,setQueryParams:r}=J(),o=b.useMemo(()=>({pageIndex:(n==null?void 0:n.page)||EO,pageSize:(n==null?void 0:n.page_size)||xO}),[n==null?void 0:n.page,n==null?void 0:n.page_size]),s=b.useCallback(i=>{const a=i(o);!(t!=null&&t.count)&&a.pageIndex===0||r({page:a.pageIndex,page_size:a.pageSize})},[t==null?void 0:t.count,o,r]);return{enablePagination:!e,manualPagination:!0,state:{pagination:o},onPaginationChange:s}}function i2(e){const{ref:t,height:n}=fe.useElementSize(),{ref:r,height:o}=fe.useElementSize(),s=b.useMemo(()=>{const u={h:"100%",withBorder:e};return e||(u.shadow=void 0),u},[e]),i=b.useMemo(()=>({ref:r}),[r]),a=b.useMemo(()=>({ref:t,pos:"sticky",bottom:0}),[t]),c=b.useMemo(()=>({h:`calc(100% - ${o+n}px)`}),[o,n]);return{mantinePaperProps:s,mantineTopToolbarProps:i,mantineBottomToolbarProps:a,mantineTableContainerProps:c}}function a2(){const{queryParams:e,setQueryParams:t,data:n}=J(),r=b.useMemo(()=>e!=null&&e.order_column?[{id:e.order_column.split(".id")[0],desc:e.order_direction==="desc"}]:[],[e==null?void 0:e.order_column,e==null?void 0:e.order_direction]),o=b.useCallback(s=>{const i=s(r);if(!i.length){t({order_column:null,order_direction:null});return}const a=i[0];t({order_column:n.order_columns.includes(a.id)?a.id:`${a.id}.id`,order_direction:a.desc?"desc":"asc"})},[n==null?void 0:n.order_columns,t,r]);return{manualSorting:!0,state:{sorting:r},onSortingChange:o}}function l2({table:e,jsonForms:t,...n}){const[r,o]=b.useState(!1),s={variant:"transparent",size:"md",c:"gray"},i=p.useProps("ActionIcon",s,n);return l.jsxs(l.Fragment,{children:[l.jsx(p.Tooltip,{label:e.options.localization.add??"Add Item",children:l.jsx(p.ActionIcon,{variant:i.variant,size:i.size,c:i.c,className:"filterButton",onClick:()=>{o(!0)},children:l.jsx(fn,{})})}),l.jsx(zu,{opened:r,jsonForms:t,onClose:()=>{o(!1)}})]})}function c2({table:e,...t}){const[n,r]=b.useState(!1),{download:o}=J(),s={variant:"transparent",size:"md",c:"gray"},i=p.useProps("ActionIcon",s,t);return n?l.jsx(p.ThemeIcon,{variant:"transparent",size:i.size,c:i.c,children:l.jsx(p.Loader,{size:"100%",color:i.c})}):l.jsx(p.Tooltip,{label:e.options.localization.download??"Download",children:l.jsx(p.ActionIcon,{variant:i.variant,size:i.size,c:i.c,className:"filterButton",onClick:()=>{r(!0),o("download").then(()=>r(!1))},children:l.jsx(Pi,{})})})}function u2({table:e,...t}){const[n,r]=b.useState(!1),{loading:o,refetch:s}=J(),i={variant:"transparent",size:"md",c:"gray"},a=p.useProps("ActionIcon",i,t);return b.useEffect(()=>{o||r(!1)},[o]),n?l.jsx(p.ThemeIcon,{variant:"transparent",size:a.size,c:a.c,children:l.jsx(p.Loader,{size:"100%",color:a.c})}):l.jsx(p.Tooltip,{label:e.options.localization.refresh??"Refresh",children:l.jsx(p.ActionIcon,{variant:a.variant,size:a.size,c:a.c,className:"filterButton",onClick:()=>{r(!0),s()},children:l.jsx(Tp,{})})})}const js={toggleGlobalFilter:1,filter:2,download:3,add:4,refresh:5,showHideColumns:6,toggleDensePadding:7,toggleFullScreen:8};function f2(e,t,n){return{1:l.jsx(rt.MRT_ToggleGlobalFilterButton,{table:e,disabled:!1},"basic-1"),2:l.jsx(rt.MRT_ToggleFiltersButton,{table:e},"basic-2"),3:(t==null?void 0:t["3"])&&l.jsx(c2,{table:e},"basic-3"),4:(t==null?void 0:t["4"])&&l.jsx(l2,{table:e,jsonForms:n},"basic-4"),5:l.jsx(u2,{table:e},"basic-5"),6:l.jsx(rt.MRT_ShowHideColumnsButton,{table:e},"basic-6"),7:l.jsx(rt.MRT_ToggleDensePaddingButton,{table:e},"basic-7"),8:l.jsx(rt.MRT_ToggleFullScreenButton,{table:e},"basic-8")}}function d2(e,t={},n,r){const{info:o,queryParams:s,setQueryParams:i}=J(),a=J(),c=Tt(),{customizer:u,custom:d}=t,f=b.useMemo(()=>n?[{label:"All",value:"[]"},...n.map(g=>({label:g.name,value:JSON.stringify(g.value)}))]:[],[n]),h=b.useMemo(()=>f.length?l.jsx(p.SegmentedControl,{value:JSON.stringify((s==null?void 0:s.filters)||[]),onChange:g=>i({filters:JSON.parse(g)}),data:f}):null,[s==null?void 0:s.filters,f,i]),y=b.useCallback(({table:g})=>{const S=[{api:a,auth:c,mrtProps:{table:g}}],E={3:o==null?void 0:o.permissions.includes("can_download"),4:o==null?void 0:o.permissions.includes("can_post")},P=f2(g,E,e);Object.entries(u||{}).forEach(([w,C])=>{w in js&&(P[js[w]]=l.jsx(ut,{fallback:P[js[w]],functionProps:S,children:C},`custom-${w}`))});let O=Object.values(P);return Object.entries(d||{}).forEach(([w,C])=>{w=Number(w)-1;const x=l.jsx(ut,{functionProps:S,children:C},`order-${w}`);w>O.length?O.push(x):O=[...O.slice(0,w),x,...O.slice(w)]}),l.jsx(p.Flex,{gap:"0.125rem",align:"center",children:O})},[a,c,d,u,o==null?void 0:o.permissions]),v=b.useMemo(()=>{const g={};return h&&(g.renderTopToolbarCustomActions=()=>l.jsx(p.Group,{justify:"space-between",children:l.jsx(p.Box,{children:h})}),g.positionToolbarAlertBanner="bottom"),g},[h]);return{renderToolbarInternalActions:y,enableTopToolbar:!r,enableFilters:(u==null?void 0:u.filter)!==null,...v}}function p2(){const{data:e}=J();return b.useMemo(()=>(e==null?void 0:e.result.length)>=1e3,[e])?{enableRowVirtualization:!0,rowVirtualizerOptions:{overscan:5}}:{}}const h2={enableStickyHeader:!0,enableColumnPinning:!0},Af=b.forwardRef((e,t)=>{var Se;const{data:n,queryParams:r,refetch:o,specialKey:s}=J(),i=p.useProps("NextGenDataGrid",{},{}),{fetchOnMount:a=!0,hideToolbar:c,hideActions:u,hidePagination:d,hideError:f,onSelectCheckbox:h,onClickEntry:y,bulkActions:v,table:g,quickFilters:S,withBorder:E,columnProps:P,header:O,body:w,form:C,toolbar:x={},textFilterSeparator:L=";",bodySeparator:G,bodyTruncate:B,headerCustomizer:m,bodyCustomizer:$,toolbarCustomizer:j,hideAdd:Y,hideDownload:Z,hideFilter:se,...ue}=b.useMemo(()=>Br(i,e),[e,i]);G&&Object.keys(w).forEach(D=>{w[D]=w[D]||{},w[D].separator=w[D].separator||G}),B&&Object.keys(w).forEach(D=>{w[D]=w[D]||{},w[D].truncate=w[D].truncate||B}),m&&Object.keys(m).forEach(D=>{O[D]=O[D]||{},O[D].component=m[D].component||m[D]}),$&&Object.keys($).forEach(D=>{w[D]=w[D]||{},w[D].component=$[D].component||$[D]}),j&&(x.custom=x.custom||j),Y&&(x.customizer=x.customizer||{},x.customizer.add=x.customizer.add||null),Z&&(x.customizer=x.customizer||{},x.customizer.download=x.customizer.download||null),se&&(x.customizer=x.customizer||{},x.customizer.filter=x.customizer.filter||null),b.useEffect(()=>{process.env.NODE_ENV==="development"&&(G&&console.warn("bodySeparator is deprecated, please use body.[col].separator instead"),B&&console.warn("bodyTruncate is deprecated, please use body.[col].truncate instead"),m&&console.warn("headerCustomizer is deprecated, please use header.[col].component instead"),$&&console.warn("bodyCustomizer is deprecated, please use body.[col].component instead"),j&&console.warn("toolbarCustomizer is deprecated, please use toolbar.custom instead"),Y&&console.warn("hideAdd is deprecated, please use toolbar.customizer.add instead"),Z&&console.warn("hideDownload is deprecated, please use toolbar.customizer.download instead"),se&&console.warn("hideFilter is deprecated, please use toolbar.customizer.filter instead"))},[]);const ge=t2(),me=a2(),Fe=s2(d),I=e2(P,O,w,L),_=i2(E),M=VO(C==null?void 0:C.edit,u,(Se=Qt(w,s.actions))==null?void 0:Se.component),N=o2(),W=p2(),z=d2(C==null?void 0:C.add,x,S,c),q=n2(y),K=GO(h,v),Q=r2(),ee=b.useMemo(()=>Br(h2,{mantinePaperProps:{ref:t}},I,ge,me,Fe,_,M,N,W,z,q,K,Q,g),[t,I,ge,me,Fe,_,M,N,W,z,q,K,Q,g]),X=rt.useMantineReactTable(ee);return b.useEffect(()=>{!r&&a&&o()},[]),b.useEffect(()=>{const D=Object.keys(X.getState().rowSelection),Ee=n==null?void 0:n.ids.filter((Ue,vt)=>D.includes(vt.toString()));h==null||h(Ee),v==null||v.setSelectedIds(Ee)},[v,n==null?void 0:n.ids,X.getState().rowSelection,h]),l.jsxs(l.Fragment,{children:[l.jsx(rt.MantineReactTable,{table:X,...ue}),f?null:l.jsx(Fi,{})]})});Af.displayName="NextGenDataGrid";const zs={iconSmall:"_iconSmall_sxv3z_1",btn:"_btn_sxv3z_17"};function g2({basePath:e="/security",Target:t,children:n}){const r=qs.useNavigate(),{user:o,signout:s}=Tt(),[i,a]=b.useState(!1),u=[{resource_name:e+"/users",label:"Users",name:"UsersApi",Icon:Sp},{resource_name:e+"/roles",label:"Roles",name:"RolesApi",Icon:bp},{resource_name:e+"/permissions",label:"Base Permissions",name:"PermissionsApi",Icon:Mi},{resource_name:e+"/permissionviews",label:"Permission on Views",name:"PermissionViewApi",Icon:Mi},{resource_name:e+"/viewsmenus",label:"Views/Menus",name:"ViewsMenusApi",Icon:gp}].filter(d=>o.permissions.includes(d.name));return l.jsxs(p.Menu,{width:260,position:"bottom-end",transition:"pop-top-right",withinPortal:!0,opened:i,onClose:()=>a(!1),onOpen:()=>a(!0),children:[l.jsx(p.Menu.Target,{children:t||l.jsx(p.UnstyledButton,{className:zs.btn,style:{borderRadius:4},p:"xs",children:l.jsxs(p.Group,{style:{flexWrap:"nowrap"},spacing:7,children:[l.jsx(p.Text,{weight:500,size:"sm",style:{lineHeight:1,whiteSpace:"nowrap"},mr:3,children:`${o.first_name} ${o.last_name}`}),l.jsx(bo,{size:12})]})})}),l.jsxs(p.Menu.Dropdown,{children:[u.length?l.jsxs(l.Fragment,{children:[l.jsx(p.Menu.Label,{children:"Security"}),u.map((d,f)=>l.jsx(p.Menu.Item,{p:12,leftSection:l.jsx(d.Icon,{className:zs.iconSmall}),onClick:()=>r(d.resource_name),children:d.label},f)),l.jsx(p.Menu.Divider,{})]}):null,n,l.jsx(p.Menu.Item,{leftSection:l.jsx(vp,{p:12,className:zs.iconSmall}),onClick:s,children:"Logout"})]})]})}k.Actions=zO,k.Add=BO,k.AddDialog=Tf,k.ApiProvider=yo,k.DataGrid=zr,k.Delete=yf,k.DeleteDialog=sl,k.Edit=vf,k.EditDialog=bf,k.Filter=gf,k.FilterMenu=hf,k.InfiniteScroll=UO,k.MantineArrayControlRenderer=du,k.MantineBooleanCell=Wa,k.MantineBooleanControl=mu,k.MantineDateCell=Ya,k.MantineDateControl=bu,k.MantineDateTimeCell=Ja,k.MantineDateTimeControl=Tu,k.MantineEnumArrayRenderer=hu,k.MantineEnumCell=Za,k.MantineEnumControl=wu,k.MantineHorizontalLayoutRenderer=Du,k.MantineIntegerCell=Qa,k.MantineIntegerControl=Cu,k.MantineJsonControl=xu,k.MantineLayoutRenderer=Mo,k.MantineNumberCell=el,k.MantineNumberControl=Ou,k.MantineOneOfEnumCell=nl,k.MantineOneOfEnumControl=Pu,k.MantineTableControl=uu,k.MantineTextCell=ol,k.MantineTextControl=ku,k.MantineVerticalLayoutRenderer=Nu,k.NextGenDataGrid=Af,k.NoBorderTableCell=Kt,k.NonEmptyRow=cu,k.Provider=ud,k.UserMenu=g2,k.convertLocalToUTCISOString=Do,k.convertUTCISOStringToLocal=fa,k.isTruthy=wo,k.mantineArrayControlTester=fu,k.mantineBooleanCellTester=Ga,k.mantineBooleanControlTester=gu,k.mantineCells=Es,k.mantineDateCellTester=Ha,k.mantineDateControlTester=yu,k.mantineDateTimeCellTester=qa,k.mantineDateTimeControlTester=vu,k.mantineEnumArrayRendererTester=pu,k.mantineEnumCellTester=Ka,k.mantineEnumControlTester=Su,k.mantineHorizontalLayoutTester=Mu,k.mantineIntegerCellTester=Xa,k.mantineIntegerControlTester=_u,k.mantineJsonControlTester=Eu,k.mantineNumberCellTester=Ra,k.mantineNumberControlTester=Au,k.mantineOneOfEnumCellTester=tl,k.mantineOneOfEnumControlTester=$u,k.mantineRenderers=Cs,k.mantineTextCellTester=rl,k.mantineTextControlTester=Iu,k.mantineVerticalLayoutTester=Fu,k.renderLayoutElements=ua,k.useApi=J,k.useAuth=Tt,k.useBulkActions=fd,k.useCustomFetch=_p,k.useDebouncedChange=Th,k.useInfo=ei,k.useProxy=cn,k.useTrueOnce=Li,k.withAjvProps=Zm,Object.defineProperty(k,Symbol.toStringTag,{value:"Module"})});
|