2022-09-29 20:23:12 +02:00
( function ( ) { const t = document . createElement ( "link" ) . relList ; if ( t && t . supports && t . supports ( "modulepreload" ) ) return ; for ( const i of document . querySelectorAll ( 'link[rel="modulepreload"]' ) ) r ( i ) ; new MutationObserver ( i => { for ( const o of i ) if ( o . type === "childList" ) for ( const s of o . addedNodes ) s . tagName === "LINK" && s . rel === "modulepreload" && r ( s ) } ) . observe ( document , { childList : ! 0 , subtree : ! 0 } ) ; function n ( i ) { const o = { } ; return i . integrity && ( o . integrity = i . integrity ) , i . referrerpolicy && ( o . referrerPolicy = i . referrerpolicy ) , i . crossorigin === "use-credentials" ? o . credentials = "include" : i . crossorigin === "anonymous" ? o . credentials = "omit" : o . credentials = "same-origin" , o } function r ( i ) { if ( i . ep ) return ; i . ep = ! 0 ; const o = n ( i ) ; fetch ( i . href , o ) } } ) ( ) ; function id ( e ) { return e && e . _ _esModule && Object . prototype . hasOwnProperty . call ( e , "default" ) ? e . default : e } var R = { exports : { } } , A = { } ; / * *
2022-09-14 16:48:46 +02:00
* @ license React
* react . production . min . js
*
* Copyright ( c ) Facebook , Inc . and its affiliates .
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree .
2022-09-29 20:23:12 +02:00
* /var vi=Symbol.for("react.element"),hg=Symbol.for("react.portal"),gg=Symbol.for("react.fragment"),mg=Symbol.for("react.strict_mode"),vg=Symbol.for("react.profiler"),yg=Symbol.for("react.provider"),Sg=Symbol.for("react.context"),wg=Symbol.for("react.forward_ref"),xg=Symbol.for("react.suspense"),kg=Symbol.for("react.memo"),Pg=Symbol.for("react.lazy"),Uu=Symbol.iterator;function Og(e){return e===null||typeof e!="object"?null:(e=Uu&&e[Uu]||e["@@iterator"],typeof e=="function"?e:null)}var od={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},sd=Object.assign,ad={};function yr(e,t,n){this.props=e,this.context=t,this.refs=ad,this.updater=n||od}yr.prototype.isReactComponent={};yr.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};yr.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function ld(){}ld.prototype=yr.prototype;function Sl(e,t,n){this.props=e,this.context=t,this.refs=ad,this.updater=n||od}var wl=Sl.prototype=new ld;wl.constructor=Sl;sd(wl,yr.prototype);wl.isPureReactComponent=!0;var zu=Array.isArray,ud=Object.prototype.hasOwnProperty,xl={current:null},cd={key:!0,ref:!0,__self:!0,__source:!0};function fd(e,t,n){var r,i={},o=null,s=null;if(t!=null)for(r in t.ref!==void 0&&(s=t.ref),t.key!==void 0&&(o=""+t.key),t)ud.call(t,r)&&!cd.hasOwnProperty(r)&&(i[r]=t[r]);var a=arguments.length-2;if(a===1)i.children=n;else if(1<a){for(var l=Array(a),u=0;u<a;u++)l[u]=arguments[u+2];i.children=l}if(e&&e.defaultProps)for(r in a=e.defaultProps,a)i[r]===void 0&&(i[r]=a[r]);return{$$typeof:vi,type:e,key:o,ref:s,props:i,_owner:xl.current}}function Eg(e,t){return{$$typeof:vi,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function kl(e){return typeof e=="object"&&e!==null&&e.$$typeof===vi}function _g(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/ [ = : ] / g , function ( n ) { return t [ n ] } ) } var Bu = /\/+/g ; function ks ( e , t ) { return typeof e == "object" && e !== null && e . key != null ? _g ( "" + e . key ) : t . toString ( 36 ) } function Ki ( e , t , n , r , i ) { var o = typeof e ; ( o === "undefined" || o === "boolean" ) && ( e = null ) ; var s = ! 1 ; if ( e === null ) s = ! 0 ; else switch ( o ) { case "string" : case "number" : s = ! 0 ; break ; case "object" : switch ( e . $$typeof ) { case vi : case hg : s = ! 0 } } if ( s ) return s = e , i = i ( s ) , e = r === "" ? "." + ks ( s , 0 ) : r , zu ( i ) ? ( n = "" , e != null && ( n = e . replace ( Bu , "$&/" ) + "/" ) , Ki ( i , t , n , "" , function ( u ) { return u } ) ) : i != null && ( kl ( i ) && ( i = Eg ( i , n + ( ! i . key || s && s . key === i . key ? "" : ( "" + i . key ) . replace ( Bu , "$&/" ) + "/" ) + e ) ) , t . push ( i ) ) , 1 ; if ( s = 0 , r = r === "" ? "." : r + ":" , zu ( e ) ) for ( var a = 0 ; a < e . length ; a ++ ) { o = e [ a ] ; var l = r + ks ( o , a ) ; s += Ki ( o , t , n , l , i ) } else if ( l = Og ( e ) , typeof l == "function" ) for ( e = l . call ( e ) , a = 0 ; ! ( o = e . next ( ) ) . done ; ) o = o . value , l = r + ks ( o , a ++ ) , s += Ki ( o , t , n , l , i ) ; else if ( o === "object" ) throw t = String ( e ) , Error ( "Objects are not valid as a React child (found: " + ( t === "[object Object]" ? "object with keys {" + Object . keys ( e ) . join ( ", " ) + "}" : t ) + "). If you meant to render a collection of children, use an array instead." ) ; return s } function Ei ( e , t , n ) { if ( e == null ) return e ; var r = [ ] , i = 0 ; return Ki ( e , r , "" , "" , function ( o ) { return t . call ( n , o , i ++ ) } ) , r } function Cg ( e ) { if ( e . _status === - 1 ) { var t = e . _result ; t = t ( ) , t . then ( function ( n ) { ( e . _status === 0 || e . _status === - 1 ) && ( e . _status = 1 , e . _result = n ) } , function ( n ) { ( e . _status === 0 || e . _status === - 1 ) && ( e . _status = 2 , e . _result = n ) } ) , e . _status === - 1 && ( e . _status = 0 , e . _result = t ) } if ( e . _status === 1 ) return e . _result . default ; throw e . _result } var Ee = { current : null } , Wi = { transition : null } , Rg = { ReactCurrentDispatcher : Ee , ReactCurrentBatchConfig : Wi , ReactCurrentOwner : xl } ; A . Children = { map : Ei , forEach : function ( e , t , n ) { Ei ( e , function ( ) { t . apply ( this , arguments ) } , n ) } , count : function ( e ) { var t = 0 ; return Ei ( e , function ( ) { t ++ } ) , t } , toArray : function ( e ) { return Ei ( e , function ( t ) { return t } ) || [ ] } , only : function ( e ) { if ( ! kl ( e ) ) throw Error ( "React.Children.only expected to receive a single React element child." ) ; return e } } ; A . Component = yr ; A . Fragment = gg ; A . Profiler = vg ; A . Pure
2022-09-14 16:48:46 +02:00
* @ license React
* scheduler . production . min . js
*
* Copyright ( c ) Facebook , Inc . and its affiliates .
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree .
2022-09-29 20:23:12 +02:00
* / ( f u n c t i o n ( e ) { f u n c t i o n t ( I , D ) { v a r M = I . l e n g t h ; I . p u s h ( D ) ; e : f o r ( ; 0 < M ; ) { v a r B = M - 1 > > > 1 , Y = I [ B ] ; i f ( 0 < i ( Y , D ) ) I [ B ] = D , I [ M ] = Y , M = B ; e l s e b r e a k e } } f u n c t i o n n ( I ) { r e t u r n I . l e n g t h = = = 0 ? n u l l : I [ 0 ] } f u n c t i o n r ( I ) { i f ( I . l e n g t h = = = 0 ) r e t u r n n u l l ; v a r D = I [ 0 ] , M = I . p o p ( ) ; i f ( M ! = = D ) { I [ 0 ] = M ; e : f o r ( v a r B = 0 , Y = I . l e n g t h , z t = Y > > > 1 ; B < z t ; ) { v a r w e = 2 * ( B + 1 ) - 1 , L n = I [ w e ] , D e = w e + 1 , _ t = I [ D e ] ; i f ( 0 > i ( L n , M ) ) D e < Y & & 0 > i ( _ t , L n ) ? ( I [ B ] = _ t , I [ D e ] = M , B = D e ) : ( I [ B ] = L n , I [ w e ] = M , B = w e ) ; e l s e i f ( D e < Y & & 0 > i ( _ t , M ) ) I [ B ] = _ t , I [ D e ] = M , B = D e ; e l s e b r e a k e } } r e t u r n D } f u n c t i o n i ( I , D ) { v a r M = I . s o r t I n d e x - D . s o r t I n d e x ; r e t u r n M ! = = 0 ? M : I . i d - D . i d } i f ( t y p e o f p e r f o r m a n c e = = " o b j e c t " & & t y p e o f p e r f o r m a n c e . n o w = = " f u n c t i o n " ) { v a r o = p e r f o r m a n c e ; e . u n s t a b l e _ n o w = f u n c t i o n ( ) { r e t u r n o . n o w ( ) } } e l s e { v a r s = D a t e , a = s . n o w ( ) ; e . u n s t a b l e _ n o w = f u n c t i o n ( ) { r e t u r n s . n o w ( ) - a } } v a r l = [ ] , u = [ ] , c = 1 , f = n u l l , d = 3 , g = ! 1 , h = ! 1 , y = ! 1 , x = t y p e o f s e t T i m e o u t = = " f u n c t i o n " ? s e t T i m e o u t : n u l l , v = t y p e o f c l e a r T i m e o u t = = " f u n c t i o n " ? c l e a r T i m e o u t : n u l l , p = t y p e o f s e t I m m e d i a t e < " u " ? s e t I m m e d i a t e : n u l l ; t y p e o f n a v i g a t o r < " u " & & n a v i g a t o r . s c h e d u l i n g ! = = v o i d 0 & & n a v i g a t o r . s c h e d u l i n g . i s I n p u t P e n d i n g ! = = v o i d 0 & & n a v i g a t o r . s c h e d u l i n g . i s I n p u t P e n d i n g . b i n d ( n a v i g a t o r . s c h e d u l i n g ) ; f u n c t i o n m ( I ) { f o r ( v a r D = n ( u ) ; D ! = = n u l l ; ) { i f ( D . c a l l b a c k = = = n u l l ) r ( u ) ; e l s e i f ( D . s t a r t T i m e < = I ) r ( u ) , D . s o r t I n d e x = D . e x p i r a t i o n T i m e , t ( l , D ) ; e l s e b r e a k ; D = n ( u ) } } f u n c t i o n S ( I ) { i f ( y = ! 1 , m ( I ) , ! h ) i f ( n ( l ) ! = = n u l l ) h = ! 0 , q e ( k ) ; e l s e { v a r D = n ( u ) ; D ! = = n u l l & & R e ( S , D . s t a r t T i m e - I ) } } f u n c t i o n k ( I , D ) { h = ! 1 , y & & ( y = ! 1 , v ( C ) , C = - 1 ) , g = ! 0 ; v a r M = d ; t r y { f o r ( m ( D ) , f = n ( l ) ; f ! = = n u l l & & ( ! ( f . e x p i r a t i o n T i m e > D ) | | I & & ! L ( ) ) ; ) { v a r B = f . c a l l b a c k ; i f ( t y p e o f B = = " f u n c t i o n " ) { f . c a l l b a c k = n u l l , d = f . p r i o r i t y L e v e l ; v a r Y = B ( f . e x p i r a t i o n T i m e < = D ) ; D = e . u n s t a b l e _ n o w ( ) , t y p e o f Y = = " f u n c t i o n " ? f . c a l l b a c k = Y : f = = = n ( l ) & & r ( l ) , m ( D ) } e l s e r ( l ) ; f = n ( l ) } i f ( f ! = = n u l l ) v a r z t = ! 0 ; e l s e { v a r w e = n ( u ) ; w e ! = = n u l l & & R e ( S , w e . s t a r t T i m e - D ) , z t = ! 1 } r e t u r n z t } f i n a l l y { f = n u l l , d = M , g = ! 1 } } v a r E = ! 1 , P = n u l l , C = - 1 , _ = 5 , O = - 1 ; f u n c t i o n L ( ) { r e t u r n ! ( e . u n s t a b l e _ n o w ( ) - O < _ ) } f u n c t i o n j ( ) { i f ( P ! = = n u l l ) { v a r I = e . u n s t a b l e _ n o w ( ) ; O = I ; v a r D = ! 0 ; t r y { D = P ( ! 0 , I ) } f i n a l l y { D ? z ( ) : ( E = ! 1 , P = n u l l ) } } e l s e E = ! 1 } v a r z ; i f ( t y p e o f p = = " f u n c t i o n " ) z = f u n c t i o n ( ) { p ( j ) } ; e l s e i f ( t y p e o f M e s s a g e C h a n n e l < " u " ) { v a r H = n e w M e s s a g e C h a n n e l , S e = H . p o r t 2 ; H . p o r t 1 . o n m e s s a g e = j , z = f u n c t i o n ( ) { S e . p o s t M e s s a g e ( n u l l ) } } e l s e z = f u n c t i o n ( ) { x ( j , 0 ) } ; f u n c t i o n q e ( I ) { P = I , E | | ( E = ! 0 , z ( ) ) } f u n c t i o n R e ( I , D ) { C = x ( f u n c t i o n ( ) { I ( e . u n s t a b l e _ n o w ( ) ) } , D ) } e . u n s t a b l e _ I d l e P r i o r i t y = 5 , e . u n s t a b l e _ I m m e d i a t e P r i o r i t y = 1 , e . u n s t a b l e _ L o w P r i o r i t y = 4 , e . u n s t a b l e _ N o r m a l P r i o r i t y = 3 , e . u n s t a b l e _ P r o f i l i n g = n u l l , e . u n s t a b l e _ U s e r B l o c k i n g P r i o r i t y = 2 , e . u n s t a b l e _ c a n c e l C a l l b a c k = f u n c t i o n ( I ) { I . c a l l b a c k = n u l l } , e . u n s t a b l e _ c o n t i n u e E x e c u t i o n = f u n c t i o n ( ) { h | | g | | ( h = ! 0 , q e ( k ) ) } , e . u n s t a b l e _ f o r c e F r a m e R a t e = f u n c t i o n ( I ) { 0 > I | | 1 2 5 < I ? c o n s o l e . e r r o r ( " f o r c e F r a m e R a t e t a k e s a p o s i t i v e i n t b e t w e e n 0 a n d 1 2 5 , f o r c i n g f r a m e r a t e s h i g h e r t h a n 1 2 5 f p s i s n o t s u p p o r t e d " ) : _ = 0 < I ? M a t h . f l o o r ( 1 e 3 / I ) : 5 } , e . u n s t a b l e _ g e t C u r r e n t P r i o r i t y L e v e l = f u n c t i o n ( ) { r e t u r n d } , e . u n s t a b l e _ g e t F i r s t C a l l b a c k N o d e = f u n c t i o n ( ) { r e t u r n n ( l ) } , e . u n s t a b l e _ n e x t = f u n c t i o n ( I ) { s w i t c h ( d ) { c a s e 1 : c a s e 2 : c a s e 3 : v a r D = 3 ; b r e a k ; d e f a u l t : D = d } v a r M = d ; d = D ; t r y { r e t u r n I ( ) } f i n a l l y { d = M } } , e . u n s t a b l e _ p a u s e E x e c u t i o n = f u n c t i o n ( ) { } , e . u n s t a b l e _ r e q u e s t P a i n t = f u n c t i o n ( ) { } , e . u n s t a b l e _ r u n W i t h P r i o r i t y = f u n c t i o n ( I , D ) { s w i t c h ( I ) { c a s e 1 : c a s e 2 : c a s e 3 : c a s e 4 : c a s e 5 : b r e a k ; d e f a u l t : I = 3 } v a r M = d ; d = I ; t r y { r e t u r n D ( ) } f i n a l l y { d = M } } , e . u n s t a b l e _ s c h e d u l e C a l l b a c k = f u n c t i o n ( I , D , M ) { v a r B = e . u n s t a b l e _ n o w ( ) ; s w i t c h ( t y p e o f M = = " o b j e c t " & & M ! = = n u l l ? ( M = M . d e l a y , M = t y p e o f M = = " n u m b e r " & & 0 < M ? B + M : B ) : M = B , I ) { c a s e 1 : v a r Y = - 1 ; b r e a k ; c a s e 2 : Y = 2 5 0 ; b r e a k ; c a s e 5 : Y = 1 0 7 3 7 4 1 8 2 3 ; b r e a k ; c a s e 4 : Y = 1 e 4 ; b r e a k ; d e f a u l t : Y = 5 e 3 } r e t u r n Y = M + Y , I = { i d : c + + , c a l l b a c k : D , p r i o r i t y L e v e l : I , s t a r t T i m e : M , e x p i r a t i o n T i m e : Y , s o r t I n d e x : - 1 } , M > B ? ( I . s o r t I n d e x = M , t ( u , I ) , n ( l ) = = = n u l l & & I = = = n ( u ) & & ( y ? ( v ( C ) , C = - 1 ) : y = ! 0 , R e ( S , M - B ) ) ) : ( I . s o r t I n d e x = Y , t ( l , I ) , h | | g | | ( h = ! 0 , q e ( k ) ) ) , I } , e . u n s t a b l e _ s h o u l d Y i e l d = L , e . u n s t a b l e _ w r a p C a l l b a c k = f u n c t i o n ( I ) { v a r D = d ; r e t u r n f u n c t i o n ( ) { v a r M = d ; d = D ; t r y { r e t u r n I . a p p l y ( t h i s , a r g u m e n t s ) } f i n a l l y { d = M } } } } ) ( h d ) ; ( f u n c t i o n ( e ) { e . e x p o r t s = h d } ) ( p d ) ; / * *
2022-09-14 16:48:46 +02:00
* @ license React
* react - dom . production . min . js
*
* Copyright ( c ) Facebook , Inc . and its affiliates .
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree .
2022-09-29 20:23:12 +02:00
* /var gd=R.exports,Ue=pd.exports;function b(e){for(var t="https:/ / reactjs . org / docs / error - decoder . html ? invariant = "+e,n=1;n<arguments.length;n++)t+=" & args [ ] = "+encodeURIComponent(arguments[n]);return" Minified React error # "+e+" ; visit "+t+" for the full message or use the non - minified dev environment for full errors and additional helpful warnings . "}var md=new Set,Wr={};function bn(e,t){rr(e,t),rr(e+" Capture ",t)}function rr(e,t){for(Wr[e]=t,e=0;e<t.length;e++)md.add(t[e])}var Tt=!(typeof window>" u "||typeof window.document>" u "||typeof window.document.createElement>" u "),aa=Object.prototype.hasOwnProperty,Ng=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,Qu={},Hu={};function bg(e){return aa.call(Hu,e)?!0:aa.call(Qu,e)?!1:Ng.test(e)?Hu[e]=!0:(Qu[e]=!0,!1)}function Ig(e,t,n,r){if(n!==null&&n.type===0)return!1;switch(typeof t){case" function ":case" symbol ":return!0;case" boolean ":return r?!1:n!==null?!n.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!==" data - "&&e!==" aria - ");default:return!1}}function Lg(e,t,n,r){if(t===null||typeof t>" u "||Ig(e,t,n,r))return!0;if(r)return!1;if(n!==null)switch(n.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function _e(e,t,n,r,i,o,s){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=r,this.attributeNamespace=i,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=o,this.removeEmptyString=s}var pe={};" children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style ".split(" ").forEach(function(e){pe[e]=new _e(e,0,!1,e,null,!1,!1)});[[" acceptCharset "," accept - charset "],[" className "," class "],[" htmlFor "," for "],[" httpEquiv "," http - equiv "]].forEach(function(e){var t=e[0];pe[t]=new _e(t,1,!1,e[1],null,!1,!1)});[" contentEditable "," draggable "," spellCheck "," value "].forEach(function(e){pe[e]=new _e(e,2,!1,e.toLowerCase(),null,!1,!1)});[" autoReverse "," externalResourcesRequired "," focusable "," preserveAlpha "].forEach(function(e){pe[e]=new _e(e,2,!1,e,null,!1,!1)});" allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope ".split(" ").forEach(function(e){pe[e]=new _e(e,3,!1,e.toLowerCase(),null,!1,!1)});[" checked "," multiple "," muted "," selected "].forEach(function(e){pe[e]=new _e(e,3,!0,e,null,!1,!1)});[" capture "," download "].forEach(function(e){pe[e]=new _e(e,4,!1,e,null,!1,!1)});[" cols "," rows "," size "," span "].forEach(function(e){pe[e]=new _e(e,6,!1,e,null,!1,!1)});[" rowSpan "," start "].forEach(function(e){pe[e]=new _e(e,5,!1,e.toLowerCase(),null,!1,!1)});var Pl=/[\-:]([a-z])/g;function Ol(e){return e[1].toUpperCase()}" accent - height alignment - baseline arabic - form baseline - shift cap - height clip - path clip - rule color - interpolation color - interpolation - filters color - profile color - rendering dominant - baseline enable - background fill - opacity fill - rule flood - color flood - opacity font - family font - size font - size - adjust font - stretch font - style font - variant font - weight glyph - name glyph - orientation - horizontal glyph - orientation - vertical horiz - adv - x horiz - origin - x image - rendering letter - spacing lighting - color marker - end marker - mid marker - start overline - position overline - thickness paint - order panose - 1 pointer - events rendering - intent shape - rendering stop - color stop - opacity strikethrough - position strikethrough - thickness stroke - dasharray stroke - dashoffset stroke - linecap stroke - linejoin stroke - miterlimit stroke - opacity stroke - width text - anchor text - decoration text - rendering underline - position underline - thickness unicode - bidi unicode - range units - per - em v - alphabetic v - hanging v - ideographic v - mathematical vector - effect vert - ad
` +Ps+e}var Os=!1;function Es(e,t){if(!e||Os)return"";Os=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(t,[])}catch(u){var r=u}Reflect.construct(e,[],t)}else{try{t.call()}catch(u){r=u}e.call(t.prototype)}else{try{throw Error()}catch(u){r=u}e()}}catch(u){if(u&&r&&typeof u.stack=="string"){for(var i=u.stack.split( `
2022-09-17 00:35:48 +02:00
` ),o=r.stack.split( `
2022-09-19 03:57:17 +02:00
` ),s=i.length-1,a=o.length-1;1<=s&&0<=a&&i[s]!==o[a];)a--;for(;1<=s&&0<=a;s--,a--)if(i[s]!==o[a]){if(s!==1||a!==1)do if(s--,a--,0>a||i[s]!==o[a]){var l= `
2022-09-29 20:23:12 +02:00
` +i[s].replace(" at new "," at ");return e.displayName&&l.includes("<anonymous>")&&(l=l.replace("<anonymous>",e.displayName)),l}while(1<=s&&0<=a);break}}}finally{Os=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?Tr(e):""}function Tg(e){switch(e.tag){case 5:return Tr(e.type);case 16:return Tr("Lazy");case 13:return Tr("Suspense");case 19:return Tr("SuspenseList");case 0:case 2:case 15:return e=Es(e.type,!1),e;case 11:return e=Es(e.type.render,!1),e;case 1:return e=Es(e.type,!0),e;default:return""}}function fa(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case An:return"Fragment";case jn:return"Portal";case la:return"Profiler";case _l:return"StrictMode";case ua:return"Suspense";case ca:return"SuspenseList"}if(typeof e=="object")switch(e. $ $ typeof){case yd:return(e.displayName||"Context")+".Consumer";case vd:return(e._context.displayName||"Context")+".Provider";case Cl:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case Rl:return t=e.displayName||null,t!==null?t:fa(e.type)||"Memo";case Ht:t=e._payload,e=e._init;try{return fa(e(t))}catch{}}return null}function Dg(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return fa(t);case 8:return t===_l?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t}return null}function un(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function wd(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function Fg(e){var t=wd(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&typeof n<"u"&&typeof n.get=="function"&&typeof n.set=="function"){var i=n.get,o=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return i.call(this)},set:function(s){r=""+s,o.call(this,s)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(s){r=""+s},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Ci(e){e._valueTracker||(e._valueTracker=Fg(e))}function xd(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=wd(e)?e.checked?"true":"false":e.value),e=r,e!==n?(t.setValue(e),!0):!1}function ao(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function da(e,t){var n=t.checked;return Z({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n!=null?n:e._wrapperState.initialChecked})}function Vu(e,t){var n=t.defaultValue==null?"":t.defaultValue,r=t.checked!=null?t.checked:t.defaultChecked;n=un(t.value!=null?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function kd(e,t){t=t.checked,t!=null&&El(e,"checked",t,!1)}function pa(e,t){kd(e,t);var n=un(t.value),r=t.type;if(n!=null)r==="number"?(n===0&&e.value===""||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if(r==="submit"||r==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?ha(e,t.type,n):t.hasOwnProperty("defaultValue")&&ha(e,t.type,un(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function Ku(e,t,n){if(t.hasOwnPropert
` ).replace(qm,"")}function Fi(e,t,n){if(t=mc(t),mc(e)!==t&&n)throw Error(b(425))}function mo(){}var Ra=null,Na=null;function ba(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var Ia=typeof setTimeout=="function"?setTimeout:void 0,Vm=typeof clearTimeout=="function"?clearTimeout:void 0,vc=typeof Promise=="function"?Promise:void 0,Km=typeof queueMicrotask=="function"?queueMicrotask:typeof vc<"u"?function(e){return vc.resolve(null).then(e).catch(Wm)}:Ia;function Wm(e){setTimeout(function(){throw e})}function As(e,t){var n=t,r=0;do{var i=n.nextSibling;if(e.removeChild(n),i&&i.nodeType===8)if(n=i.data,n==="/ $ "){if(r===0){e.removeChild(i),Zr(t);return}r--}else n!==" $ "&&n!==" $ ?"&&n!==" $ !"||r++;n=i}while(n);Zr(t)}function tn(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t===" $ "||t===" $ !"||t===" $ ?")break;if(t==="/ $ ")return null}}return e}function yc(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var n=e.data;if(n===" $ "||n===" $ !"||n===" $ ?"){if(t===0)return e;t--}else n==="/ $ "&&t++}e=e.previousSibling}return null}var wr=Math.random().toString(36).slice(2),vt="__reactFiber $ "+wr,ii="__reactProps $ "+wr,Dt="__reactContainer $ "+wr,La="__reactEvents $ "+wr,Gm="__reactListeners $ "+wr,Ym="__reactHandles $ "+wr;function vn(e){var t=e[vt];if(t)return t;for(var n=e.parentNode;n;){if(t=n[Dt]||n[vt]){if(n=t.alternate,t.child!==null||n!==null&&n.child!==null)for(e=yc(e);e!==null;){if(n=e[vt])return n;e=yc(e)}return t}e=n,n=e.parentNode}return null}function wi(e){return e=e[vt]||e[Dt],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function Bn(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(b(33))}function Jo(e){return e[ii]||null}var Ta=[],Qn=-1;function pn(e){return{current:e}}function W(e){0>Qn||(e.current=Ta[Qn],Ta[Qn]=null,Qn--)}function V(e,t){Qn++,Ta[Qn]=e.current,e.current=t}var cn={},ye=pn(cn),Ie=pn(!1),En=cn;function ir(e,t){var n=e.type.contextTypes;if(!n)return cn;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var i={},o;for(o in n)i[o]=t[o];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function Le(e){return e=e.childContextTypes,e!=null}function vo(){W(Ie),W(ye)}function Sc(e,t,n){if(ye.current!==cn)throw Error(b(168));V(ye,t),V(Ie,n)}function cp(e,t,n){var r=e.stateNode;if(t=t.childContextTypes,typeof r.getChildContext!="function")return n;r=r.getChildContext();for(var i in r)if(!(i in t))throw Error(b(108,Dg(e)||"Unknown",i));return Z({},n,r)}function yo(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||cn,En=ye.current,V(ye,e),V(Ie,Ie.current),!0}function wc(e,t,n){var r=e.stateNode;if(!r)throw Error(b(169));n?(e=cp(e,t,En),r.__reactInternalMemoizedMergedChildContext=e,W(Ie),W(ye),V(ye,e)):W(Ie),V(Ie,n)}var Rt=null,Xo=!1, $ s=!1;function fp(e){Rt===null?Rt=[e]:Rt.push(e)}function Jm(e){Xo=!0,fp(e)}function hn(){if(! $ s&&Rt!==null){ $ s=!0;var e=0,t=q;try{var n=Rt;for(q=1;e<n.length;e++){var r=n[e];do r=r(!0);while(r!==null)}Rt=null,Xo=!1}catch(i){throw Rt!==null&&(Rt=Rt.slice(e+1)),Md(bl,hn),i}finally{q=t, $ s=!1}}return null}var Hn=[],qn=0,So=null,wo=0,Ke=[],We=0,_n=null,bt=1,It="";function gn(e,t){Hn[qn++]=wo,Hn[qn++]=So,So=e,wo=t}function dp(e,t,n){Ke[We++]=bt,Ke[We++]=It,Ke[We++]=_n,_n=e;var r=bt;e=It;var i=32-at(r)-1;r&=~(1<<i),n+=1;var o=32-at(t)+i;if(30<o){var s=i-i%5;o=(r&(1<<s)-1).toString(32),r>>=s,i-=s,bt=1<<32-at(t)+i|n<<i|r,It=o+e}else bt=1<<o|n<<i|r,It=e}function $ l(e){e.return!==null&&(gn(e,1),dp(e,1,0))}function Ul(e){for(;e===So;)So=Hn[--qn],Hn[qn]=null,wo=Hn[--qn],Hn[qn]=null;for(;e===_n;)_n=Ke[--We],Ke[We]=null,It=Ke[--We],Ke[We]=null,bt=Ke[--We],Ke[We]=null}var $ e=null,je=null,G=!1,ot=null;function pp(e,t){var n=Je(5,null,null,0);n.elementType="DELETED",n.stateNode=t,n.return=e,t=e.deletions,t===null?(e.del
2022-09-17 00:35:48 +02:00
Error generating stack : ` +o.message+ `
2022-09-29 20:23:12 +02:00
` +o.stack}return{value:e,source:t,stack:i,digest:null}}function Hs(e,t,n){return{value:e,source:null,stack:n!=null?n:null,digest:t!=null?t:null}}function $ a(e,t){try{console.error(t.value)}catch(n){setTimeout(function(){throw n})}}var sv=typeof WeakMap=="function"?WeakMap:Map;function zp(e,t,n){n=Lt(-1,n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){Ro||(Ro=!0,Ga=r), $ a(e,t)},n}function Bp(e,t,n){n=Lt(-1,n),n.tag=3;var r=e.type.getDerivedStateFromError;if(typeof r=="function"){var i=t.value;n.payload=function(){return r(i)},n.callback=function(){ $ a(e,t)}}var o=e.stateNode;return o!==null&&typeof o.componentDidCatch=="function"&&(n.callback=function(){ $ a(e,t),typeof r!="function"&&(rn===null?rn=new Set([this]):rn.add(this));var s=t.stack;this.componentDidCatch(t.value,{componentStack:s!==null?s:""})}),n}function bc(e,t,n){var r=e.pingCache;if(r===null){r=e.pingCache=new sv;var i=new Set;r.set(t,i)}else i=r.get(t),i===void 0&&(i=new Set,r.set(t,i));i.has(n)||(i.add(n),e=wv.bind(null,e,t,n),t.then(e,e))}function Ic(e){do{var t;if((t=e.tag===13)&&(t=e.memoizedState,t=t!==null?t.dehydrated!==null:!0),t)return e;e=e.return}while(e!==null);return null}function Lc(e,t,n,r,i){return(e.mode&1)===0?(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,n.tag===1&&(n.alternate===null?n.tag=17:(t=Lt(-1,1),t.tag=2,nn(n,t,1))),n.lanes|=1),e):(e.flags|=65536,e.lanes=i,e)}var av= $ t.ReactCurrentOwner,be=!1;function ke(e,t,n,r){t.child=e===null?wp(t,null,n,r):sr(t,e.child,n,r)}function Tc(e,t,n,r,i){n=n.render;var o=t.ref;return er(t,i),r=Jl(e,t,n,r,o,i),n=Xl(),e!==null&&!be?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~i,Mt(e,t,i)):(G&&n&& $ l(t),t.flags|=1,ke(e,t,r,i),t.child)}function Dc(e,t,n,r,i){if(e===null){var o=n.type;return typeof o=="function"&&!lu(o)&&o.defaultProps===void 0&&n.compare===null&&n.defaultProps===void 0?(t.tag=15,t.type=o,Qp(e,t,o,r,i)):(e=io(n.type,null,r,t,t.mode,i),e.ref=t.ref,e.return=t,t.child=e)}if(o=e.child,(e.lanes&i)===0){var s=o.memoizedProps;if(n=n.compare,n=n!==null?n:ti,n(s,r)&&e.ref===t.ref)return Mt(e,t,i)}return t.flags|=1,e=sn(o,r),e.ref=t.ref,e.return=t,t.child=e}function Qp(e,t,n,r,i){if(e!==null){var o=e.memoizedProps;if(ti(o,r)&&e.ref===t.ref)if(be=!1,t.pendingProps=r=o,(e.lanes&i)!==0)(e.flags&131072)!==0&&(be=!0);else return t.lanes=e.lanes,Mt(e,t,i)}return Ua(e,t,n,r,i)}function Hp(e,t,n){var r=t.pendingProps,i=r.children,o=e!==null?e.memoizedState:null;if(r.mode==="hidden")if((t.mode&1)===0)t.memoizedState={baseLanes:0,cachePool:null,transitions:null},V(Wn,Fe),Fe|=n;else{if((n&1073741824)===0)return e=o!==null?o.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,V(Wn,Fe),Fe|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=o!==null?o.baseLanes:n,V(Wn,Fe),Fe|=r}else o!==null?(r=o.baseLanes|n,t.memoizedState=null):r=n,V(Wn,Fe),Fe|=r;return ke(e,t,i,n),t.child}function qp(e,t){var n=t.ref;(e===null&&n!==null||e!==null&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function Ua(e,t,n,r,i){var o=Le(n)?En:ye.current;return o=ir(t,o),er(t,i),n=Jl(e,t,n,r,o,i),r=Xl(),e!==null&&!be?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~i,Mt(e,t,i)):(G&&r&& $ l(t),t.flags|=1,ke(e,t,n,i),t.child)}function Fc(e,t,n,r,i){if(Le(n)){var o=!0;yo(t)}else o=!1;if(er(t,i),t.stateNode===null)to(e,t),yp(t,n,r),Aa(t,n,r,i),r=!0;else if(e===null){var s=t.stateNode,a=t.memoizedProps;s.props=a;var l=s.context,u=n.contextType;typeof u=="object"&&u!==null?u=Ze(u):(u=Le(n)?En:ye.current,u=ir(t,u));var c=n.getDerivedStateFromProps,f=typeof c=="function"||typeof s.getSnapshotBeforeUpdate=="function";f||typeof s.UNSAFE_componentWillReceiveProps!="function"&&typeof s.componentWillReceiveProps!="function"||(a!==r||l!==u)&&_c(t,s,r,u),qt=!1;var d=t.memoizedState;s.state=d,Po(t,r,s,i),l=t.memoizedState,a!==r||d!==l||Ie.current||qt?(typeof c=="function"&&(ja(t,n,c,r),l=t.memoizedState),(a=qt||Ec(t,n,a,r,d,l,u))?(f||typeof s.UNSAFE_componentWillMount!="function"&&typeof s.componentWillM
2022-09-14 16:48:46 +02:00
* @ license React
* use - sync - external - store - shim . production . min . js
*
* Copyright ( c ) Facebook , Inc . and its affiliates .
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree .
2022-09-29 20:23:12 +02:00
* / v a r c r = R . e x p o r t s ; f u n c t i o n I v ( e , t ) { r e t u r n e = = = t & & ( e ! = = 0 | | 1 / e = = = 1 / t ) | | e ! = = e & & t ! = = t } v a r L v = t y p e o f O b j e c t . i s = = " f u n c t i o n " ? O b j e c t . i s : I v , T v = c r . u s e S t a t e , D v = c r . u s e E f f e c t , F v = c r . u s e L a y o u t E f f e c t , M v = c r . u s e D e b u g V a l u e ; f u n c t i o n j v ( e , t ) { v a r n = t ( ) , r = T v ( { i n s t : { v a l u e : n , g e t S n a p s h o t : t } } ) , i = r [ 0 ] . i n s t , o = r [ 1 ] ; r e t u r n F v ( f u n c t i o n ( ) { i . v a l u e = n , i . g e t S n a p s h o t = t , W s ( i ) & & o ( { i n s t : i } ) } , [ e , n , t ] ) , D v ( f u n c t i o n ( ) { r e t u r n W s ( i ) & & o ( { i n s t : i } ) , e ( f u n c t i o n ( ) { W s ( i ) & & o ( { i n s t : i } ) } ) } , [ e ] ) , M v ( n ) , n } f u n c t i o n W s ( e ) { v a r t = e . g e t S n a p s h o t ; e = e . v a l u e ; t r y { v a r n = t ( ) ; r e t u r n ! L v ( e , n ) } c a t c h { r e t u r n ! 0 } } f u n c t i o n A v ( e , t ) { r e t u r n t ( ) } v a r $ v = t y p e o f w i n d o w > " u " | | t y p e o f w i n d o w . d o c u m e n t > " u " | | t y p e o f w i n d o w . d o c u m e n t . c r e a t e E l e m e n t > " u " ? A v : j v ; h h . u s e S y n c E x t e r n a l S t o r e = c r . u s e S y n c E x t e r n a l S t o r e ! = = v o i d 0 ? c r . u s e S y n c E x t e r n a l S t o r e : $ v ; ( f u n c t i o n ( e ) { e . e x p o r t s = h h } ) ( p u ) ; v a r l s = { e x p o r t s : { } } , u s = { } ; / * *
2022-09-14 16:48:46 +02:00
* @ license React
* react - jsx - runtime . production . min . js
*
* Copyright ( c ) Facebook , Inc . and its affiliates .
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree .
2022-09-29 20:23:12 +02:00
* /var Uv=R.exports,zv=Symbol.for("react.element"),Bv=Symbol.for("react.fragment"),Qv=Object.prototype.hasOwnProperty,Hv=Uv.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,qv={key:!0,ref:!0,__self:!0,__source:!0};function gh(e,t,n){var r,i={},o=null,s=null;n!==void 0&&(o=""+n),t.key!==void 0&&(o=""+t.key),t.ref!==void 0&&(s=t.ref);for(r in t)Qv.call(t,r)&&!qv.hasOwnProperty(r)&&(i[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps,t)i[r]===void 0&&(i[r]=t[r]);return{$$typeof:zv,type:e,key:o,ref:s,props:i,_owner:Hv.current}}us.Fragment=Bv;us.jsx=gh;us.jsxs=gh;(function(e){e.exports=us})(ls);const Ot=ls.exports.Fragment,w=ls.exports.jsx,N=ls.exports.jsxs;/ * *
2022-09-14 16:48:46 +02:00
* react - query
*
* Copyright ( c ) TanStack
*
* This source code is licensed under the MIT license found in the
* LICENSE . md file in the root directory of this source tree .
*
* @ license MIT
2022-09-29 20:23:12 +02:00
* / c l a s s k i { c o n s t r u c t o r ( ) { t h i s . l i s t e n e r s = [ ] , t h i s . s u b s c r i b e = t h i s . s u b s c r i b e . b i n d ( t h i s ) } s u b s c r i b e ( t ) { r e t u r n t h i s . l i s t e n e r s . p u s h ( t ) , t h i s . o n S u b s c r i b e ( ) , ( ) = > { t h i s . l i s t e n e r s = t h i s . l i s t e n e r s . f i l t e r ( n = > n ! = = t ) , t h i s . o n U n s u b s c r i b e ( ) } } h a s L i s t e n e r s ( ) { r e t u r n t h i s . l i s t e n e r s . l e n g t h > 0 } o n S u b s c r i b e ( ) { } o n U n s u b s c r i b e ( ) { } } c o n s t f i = t y p e o f w i n d o w > " u " ; f u n c t i o n V e ( ) { } f u n c t i o n V v ( e , t ) { r e t u r n t y p e o f e = = " f u n c t i o n " ? e ( t ) : e } f u n c t i o n Z a ( e ) { r e t u r n t y p e o f e = = " n u m b e r " & & e > = 0 & & e ! = = 1 / 0 } f u n c t i o n m h ( e , t ) { r e t u r n M a t h . m a x ( e + ( t | | 0 ) - D a t e . n o w ( ) , 0 ) } f u n c t i o n o o ( e , t , n ) { r e t u r n c s ( e ) ? t y p e o f t = = " f u n c t i o n " ? { . . . n , q u e r y K e y : e , q u e r y F n : t } : { . . . t , q u e r y K e y : e } : e } f u n c t i o n V t ( e , t , n ) { r e t u r n c s ( e ) ? [ { . . . t , q u e r y K e y : e } , n ] : [ e | | { } , t ] } f u n c t i o n G c ( e , t ) { c o n s t { t y p e : n = " a l l " , e x a c t : r , f e t c h S t a t u s : i , p r e d i c a t e : o , q u e r y K e y : s , s t a l e : a } = e ; i f ( c s ( s ) ) { i f ( r ) { i f ( t . q u e r y H a s h ! = = h u ( s , t . o p t i o n s ) ) r e t u r n ! 1 } e l s e i f ( ! L o ( t . q u e r y K e y , s ) ) r e t u r n ! 1 } i f ( n ! = = " a l l " ) { c o n s t l = t . i s A c t i v e ( ) ; i f ( n = = = " a c t i v e " & & ! l | | n = = = " i n a c t i v e " & & l ) r e t u r n ! 1 } r e t u r n ! ( t y p e o f a = = " b o o l e a n " & & t . i s S t a l e ( ) ! = = a | | t y p e o f i < " u " & & i ! = = t . s t a t e . f e t c h S t a t u s | | o & & ! o ( t ) ) } f u n c t i o n Y c ( e , t ) { c o n s t { e x a c t : n , f e t c h i n g : r , p r e d i c a t e : i , m u t a t i o n K e y : o } = e ; i f ( c s ( o ) ) { i f ( ! t . o p t i o n s . m u t a t i o n K e y ) r e t u r n ! 1 ; i f ( n ) { i f ( w n ( t . o p t i o n s . m u t a t i o n K e y ) ! = = w n ( o ) ) r e t u r n ! 1 } e l s e i f ( ! L o ( t . o p t i o n s . m u t a t i o n K e y , o ) ) r e t u r n ! 1 } r e t u r n ! ( t y p e o f r = = " b o o l e a n " & & t . s t a t e . s t a t u s = = = " l o a d i n g " ! = = r | | i & & ! i ( t ) ) } f u n c t i o n h u ( e , t ) { r e t u r n ( ( t = = n u l l ? v o i d 0 : t . q u e r y K e y H a s h F n ) | | w n ) ( e ) } f u n c t i o n w n ( e ) { r e t u r n J S O N . s t r i n g i f y ( e , ( t , n ) = > e l ( n ) ? O b j e c t . k e y s ( n ) . s o r t ( ) . r e d u c e ( ( r , i ) = > ( r [ i ] = n [ i ] , r ) , { } ) : n ) } f u n c t i o n L o ( e , t ) { r e t u r n v h ( e , t ) } f u n c t i o n v h ( e , t ) { r e t u r n e = = = t ? ! 0 : t y p e o f e ! = t y p e o f t ? ! 1 : e & & t & & t y p e o f e = = " o b j e c t " & & t y p e o f t = = " o b j e c t " ? ! O b j e c t . k e y s ( t ) . s o m e ( n = > ! v h ( e [ n ] , t [ n ] ) ) : ! 1 } f u n c t i o n y h ( e , t ) { i f ( e = = = t ) r e t u r n e ; c o n s t n = X c ( e ) & & X c ( t ) ; i f ( n | | e l ( e ) & & e l ( t ) ) { c o n s t r = n ? e . l e n g t h : O b j e c t . k e y s ( e ) . l e n g t h , i = n ? t : O b j e c t . k e y s ( t ) , o = i . l e n g t h , s = n ? [ ] : { } ; l e t a = 0 ; f o r ( l e t l = 0 ; l < o ; l + + ) { c o n s t u = n ? l : i [ l ] ; s [ u ] = y h ( e [ u ] , t [ u ] ) , s [ u ] = = = e [ u ] & & a + + } r e t u r n r = = = o & & a = = = r ? e : s } r e t u r n t } f u n c t i o n J c ( e , t ) { i f ( e & & ! t | | t & & ! e ) r e t u r n ! 1 ; f o r ( c o n s t n i n e ) i f ( e [ n ] ! = = t [ n ] ) r e t u r n ! 1 ; r e t u r n ! 0 } f u n c t i o n X c ( e ) { r e t u r n A r r a y . i s A r r a y ( e ) & & e . l e n g t h = = = O b j e c t . k e y s ( e ) . l e n g t h } f u n c t i o n e l ( e ) { i f ( ! Z c ( e ) ) r e t u r n ! 1 ; c o n s t t = e . c o n s t r u c t o r ; i f ( t y p e o f t > " u " ) r e t u r n ! 0 ; c o n s t n = t . p r o t o t y p e ; r e t u r n ! ( ! Z c ( n ) | | ! n . h a s O w n P r o p e r t y ( " i s P r o t o t y p e O f " ) ) } f u n c t i o n Z c ( e ) { r e t u r n O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( e ) = = = " [ o b j e c t O b j e c t ] " } f u n c t i o n c s ( e ) { r e t u r n A r r a y . i s A r r a y ( e ) } f u n c t i o n S h ( e ) { r e t u r n n e w P r o m i s e ( t = > { s e t T i m e o u t ( t , e ) } ) } f u n c t i o n e f ( e ) { S h ( 0 ) . t h e n ( e ) } f u n c t i o n K v ( ) { i f ( t y p e o f A b o r t C o n t r o l l e r = = " f u n c t i o n " ) r e t u r n n e w A b o r t C o n t r o l l e r } f u n c t i o n t l ( e , t , n ) { r e t u r n n . i s D a t a E q u a l ! = n u l l & & n . i s D a t a E q u a l ( e , t ) ? e : t y p e o f n . s t r u c t u r a l S h a r i n g = = " f u n c t i o n " ? n . s t r u c t u r a l S h a r i n g ( e , t ) : n . s t r u c t u r a l S h a r i n g ! = = ! 1 ? y h ( e , t ) : t } c l a s s W v e x t e n d s k i { c o n s t r u c t o r ( ) { s u p e r ( ) , t h i s . s e t u p = t = > { i f ( ! f i & & w i n d o w . a d d E v e n t L i s t e n e r ) { c o n s t n = ( ) = > t ( ) ; r e t u r n w i n d o w . a d d E v e n t L i s t e n e r ( " v i s i b i l i t y c h a n g e " , n , ! 1 ) , w i n d o w . a d d E v e n t L i s t e n e r ( " f o c u s " , n , ! 1 ) , ( ) = > { w i n d o w . r e m o v e E v e n t L i s t e n e r ( " v i s i b i l i t y c h a n g e " , n ) , w i n d o w . r e m o v e E v e n t L i s t e n e r ( " f o c u s " , n ) } } } } o n S u b s c r i b e ( ) { t h i s . c l e a n u p | | t h i s . s e t E v e n t L i s t e n e r ( t h i s . s e t u p ) } o n U n s u b s c r i b e ( ) { i f ( ! t h i s . h a s L i s t e n e r s ( ) ) { v a r t ; ( t = t h i s . c l e a n u p ) = = n u l l | | t . c a l l ( t h i s ) , t h i s . c l e a n u p = v o i d 0 } } s e t E v e n t L i s t e n e r ( t ) { v a r n ; t h i s . s e t u p = t , ( n = t h i s . c l e a n u p ) = = n u l l | | n . c a l l ( t h i s ) , t h i s . c l e a n u p = t ( r = > { t y p e o f r = = " b o o l e a n " ? t h i s . s e t F o c u s e d ( r ) : t h i s . o n F o c u s ( ) } ) } s e t F o c u s e d ( t ) { t h i s . f o c u s e d = t , t & & t h i s . o n F o c u s ( ) } o n F o c u s ( ) { t h i s . l i s t e n e r s . f o r E a c h ( t = > { t ( ) } ) } i s F o c u s e d ( ) { r e t u r n t y p e o f t h i s . f o c u s e d = = " b o o l e a n " ? t h i s . f o c u s e d : t y p e o f d o c u m e n t > " u " ? ! 0 : [ v o i d 0 , " v i s i b l e " , " p r e r e n d e r " ] . i n c l u d e s ( d o c u m e n t . v i s i b i l i t y S t a t e ) } } c o n s t T o = n e w W v ; c l a s s G v e x t e n d s k i { c o n s t r u c t o r ( ) { s u p e r ( ) , t h i s . s e t u p = t = > { i f ( ! f i & & w i n d o w . a d d E v e n t L i s t e n e r ) { c o n s t n = ( ) = > t ( ) ; r e t u r n w i n d o w . a d d E v e n t L i s t e n e r ( " o n l i n e " , n , ! 1 ) , w i n d o w . a d d E v e n t L i s t e n e r ( " o f f l i n e " , n , ! 1 ) , ( ) = > { w i n d o w . r e m o v e E v e n t L i s t e n e r ( " o n l i n e " , n ) , w i n d o w . r e m o v e E v e n t L i s t e n e r ( " o f f l i n e " , n ) } } } } o n S u b s c r i b e ( ) { t h i s . c l e a n u p | | t h i s . s e t E v e n t L i s t e n e r ( t h i s . s e t u p ) } o n U n s u b s c r i b e ( ) { i f ( ! t h i s . h a s L i s t e n e r s ( ) ) { v a r t ; ( t = t h i s . c l e a n u p ) = = n u l l | | t . c a l l ( t h i s ) , t h i s . c l e a n u p = v o i d 0 } } s e t E v e n t L i s t e n e r ( t ) { v a r n ; t h i s . s e t u p = t , ( n = t h i s . c l e a n u p ) = = n u l l | | n . c a l l (
2022-09-14 16:48:46 +02:00
* react - query - devtools - noop
*
* Copyright ( c ) TanStack
*
* This source code is licensed under the MIT license found in the
* LICENSE . md file in the root directory of this source tree .
*
* @ license MIT
2022-09-29 20:23:12 +02:00
* /function my(){return null}function Ge(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+e+(n.length?" "+n.map(function(i){return"'"+i+"'"}).join(","):"")+". Find the full error at: https:/ / bit . ly / 3 cXEKWf ")}function dr(e){return!!e&&!!e[Q]}function jt(e){return!!e&&(function(t){if(!t||typeof t!=" object ")return!1;var n=Object.getPrototypeOf(t);if(n===null)return!0;var r=Object.hasOwnProperty.call(n," constructor ")&&n.constructor;return r===Object||typeof r==" function "&&Function.toString.call(r)===_y}(e)||Array.isArray(e)||!!e[df]||!!e.constructor[df]||vu(e)||yu(e))}function pr(e,t,n){n===void 0&&(n=!1),xr(e)===0?(n?Object.keys:Pu)(e).forEach(function(r){n&&typeof r==" symbol "||t(r,e[r],e)}):e.forEach(function(r,i){return t(i,r,e)})}function xr(e){var t=e[Q];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:vu(e)?2:yu(e)?3:0}function rl(e,t){return xr(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function vy(e,t){return xr(e)===2?e.get(t):e[t]}function Ch(e,t,n){var r=xr(e);r===2?e.set(t,n):r===3?(e.delete(t),e.add(n)):e[t]=n}function yy(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function vu(e){return Oy&&e instanceof Map}function yu(e){return Ey&&e instanceof Set}function ae(e){return e.o||e.t}function Su(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Cy(e);delete t[Q];for(var n=Pu(t),r=0;r<n.length;r++){var i=n[r],o=t[i];o.writable===!1&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(t[i]={configurable:!0,writable:!0,enumerable:o.enumerable,value:e[i]})}return Object.create(Object.getPrototypeOf(e),t)}function wu(e,t){return t===void 0&&(t=!1),xu(e)||dr(e)||!jt(e)||(xr(e)>1&&(e.set=e.add=e.clear=e.delete=Sy),Object.freeze(e),t&&pr(e,function(n,r){return wu(r,!0)},!0)),e}function Sy(){Ge(2)}function xu(e){return e==null||typeof e!=" object "||Object.isFrozen(e)}function kt(e){var t=ol[e];return t||Ge(18,e),t}function wy(e,t){ol[e]||(ol[e]=t)}function Fo(){return pi}function Gs(e,t){t&&(kt(" Patches "),e.u=[],e.s=[],e.v=t)}function Mo(e){il(e),e.p.forEach(xy),e.p=null}function il(e){e===pi&&(pi=e.l)}function sf(e){return pi={p:[],l:pi,h:e,m:!0,_:0}}function xy(e){var t=e[Q];t.i===0||t.i===1?t.j():t.O=!0}function Ys(e,t){t._=t.p.length;var n=t.p[0],r=e!==void 0&&e!==n;return t.h.g||kt(" ES5 ").S(t,e,r),r?(n[Q].P&&(Mo(t),Ge(4)),jt(e)&&(e=jo(t,e),t.l||Ao(t,e)),t.u&&kt(" Patches ").M(n[Q].t,e,t.u,t.s)):e=jo(t,n,[]),Mo(t),t.u&&t.v(t.u,t.s),e!==Rh?e:void 0}function jo(e,t,n){if(xu(t))return t;var r=t[Q];if(!r)return pr(t,function(o,s){return af(e,r,t,o,s,n)},!0),t;if(r.A!==e)return t;if(!r.P)return Ao(e,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=r.i===4||r.i===5?r.o=Su(r.k):r.o;pr(r.i===3?new Set(i):i,function(o,s){return af(e,r,i,o,s,n)}),Ao(e,i,!1),n&&e.u&&kt(" Patches ").R(r,n,e.u,e.s)}return r.o}function af(e,t,n,r,i,o){if(dr(i)){var s=jo(e,i,o&&t&&t.i!==3&&!rl(t.D,r)?o.concat(r):void 0);if(Ch(n,r,s),!dr(s))return;e.m=!1}if(jt(i)&&!xu(i)){if(!e.h.F&&e._<1)return;jo(e,i),t&&t.A.l||Ao(e,i)}}function Ao(e,t,n){n===void 0&&(n=!1),e.h.F&&e.m&&wu(t,n)}function Js(e,t){var n=e[Q];return(n?ae(n):e)[t]}function lf(e,t){if(t in e)for(var n=Object.getPrototypeOf(e);n;){var r=Object.getOwnPropertyDescriptor(n,t);if(r)return r;n=Object.getPrototypeOf(n)}}function Nt(e){e.P||(e.P=!0,e.l&&Nt(e.l))}function Xs(e){e.o||(e.o=Su(e.t))}function di(e,t,n){var r=vu(t)?kt(" MapSet ").N(t,n):yu(t)?kt(" MapSet ").T(t,n):e.g?function(i,o){var s=Array.isArray(i),a={i:s?1:0,A:o?o.A:Fo(),P:!1,I:!1,D:{},l:o,t:i,k:null,o:null,j:null,C:!1},l=a,u=sl;s&&(l=[a],u=jr);var c=Proxy.revocable(l,u),f=c.revoke,d=c.proxy;return a.k=d,a.j=f,d}(t,n):kt(" ES5 ").J(t,n);return(n?n.A:Fo()).p.push(r),r}function ky(e){return dr(e)||Ge(22,e),function t(n){if(!jt(n))return n;var r,i=n[Q],o=xr(n);if(i){if(!i.P&&(i.i<4||!kt(" ES5 " ) . K ( i ) ) ) return i . t ; i . I = ! 0 , r = uf ( n , o ) , i . I = ! 1 } else r = uf ( n , o ) ; return pr ( r , function ( s , a ) { i && vy ( i . t , s ) === a || Ch ( r , s , t ( a ) ) } ) , o === 3 ? new Set ( r ) : r } ( e ) } function uf ( e , t ) { switch ( t ) { case 2 : return new Map ( e ) ; case 3 : return Array . from ( e ) } return Su ( e ) } function Py ( ) { function e ( a , l ) { fun
2022-09-15 22:36:08 +02:00
* react - location
*
* Copyright ( c ) TanStack
*
* This source code is licensed under the MIT license found in the
* LICENSE . md file in the root directory of this source tree .
*
* @ license MIT
2022-09-29 20:26:06 +02:00
* /function ut(){return ut=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},ut.apply(this,arguments)}function ul(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function Ly(e,t){var n,r,i,o="";for(n in e)if((i=e[n])!==void 0)if(Array.isArray(i))for(r=0;r<i.length;r++)o&&(o+="&"),o+=encodeURIComponent(n)+"="+encodeURIComponent(i[r]);else o&&(o+="&"),o+=encodeURIComponent(n)+"="+encodeURIComponent(i);return(t||"")+o}function mf(e){if(!e)return"";var t=decodeURIComponent(e);return t==="false"?!1:t==="true"?!0:+t*0===0?+t:t}function Ty(e){for(var t,n,r={},i=e.split("&");t=i.shift();)t=t.split("="),n=t.shift(),r[n]!==void 0?r[n]=[].concat(r[n],mf(t.shift())):r[n]=mf(t.shift());return r}const Dy=["children","location","__experimental__snapshot"],Fy=["location","__experimental__snapshot"],My=["basepath","routes"],bh=R.exports.createContext(null),Ih=R.exports.createContext(null),Lh=R.exports.createContext(null),Th=Boolean(typeof window<"u"&&window.document&&window.document.createElement),cl=Th?R.exports.useLayoutEffect:R.exports.useEffect,jy=()=>Th?by():Iy();class Ou{constructor(){this.listeners=[]}subscribe(t){return this.listeners.push(t),()=>{this.listeners=this.listeners.filter(n=>n!==t)}}notify(){this.listeners.forEach(t=>t())}}class Ay extends Ou{constructor(t){var n,r;super(),this.isTransitioning=!1,this.history=(t==null?void 0:t.history)||jy(),this.stringifySearch=(n=t==null?void 0:t.stringifySearch)!=null?n:Jy,this.parseSearch=(r=t==null?void 0:t.parseSearch)!=null?r:Yy,this.current=this.parseLocation(this.history.location),this.destroy=this.history.listen(i=>{this.current=this.parseLocation(i.location,this.current),this.notify()})}buildNext(t,n){var r,i,o,s;t===void 0&&(t="/ "),n===void 0&&(n={});const a=ut({},this.current,n.from),l=Gy(t,a.pathname," "+((r=n.to)!=null?r:" . ")),u=(i=n.__searchFilters)!=null&&i.length?n.__searchFilters.reduce((h,y)=>y(h),a.search):a.search,c=n.search===!0?u:n.search?(o=Sf(n.search,u))!=null?o:{}:(s=n.__searchFilters)!=null&&s.length?u:{},f=fl(a.search,c),d=this.stringifySearch(f);let g=n.hash===!0?a.hash:Sf(n.hash,a.hash);return g=g?" # "+g:" ",{pathname:l,search:f,searchStr:d,hash:g,href:" "+l+d+g,key:n.key}}navigate(t,n){this.current=t,this.navigateTimeout&&clearTimeout(this.navigateTimeout);let r=" replace ";return n||(r=" push "),this.parseLocation(this.history.location).href===this.current.href&&!this.current.key&&(r=" replace "),r===" replace "?this.history.replace({pathname:this.current.pathname,hash:this.current.hash,search:this.current.searchStr}):this.history.push({pathname:this.current.pathname,hash:this.current.hash,search:this.current.searchStr})}parseLocation(t,n){var r;const i=this.parseSearch(t.search);return{pathname:t.pathname,searchStr:t.search,search:fl(n==null?void 0:n.search,i),hash:(r=t.hash.split(" # ").reverse()[0])!=null?r:" ",href:" "+t.pathname+t.search+t.hash,key:t.key}}}function Dh(e){return w(Ih.Provider,{...e})}function $y(e){let{children:t,location:n,__experimental__snapshot:r}=e,i=ul(e,Dy);const o=R.exports.useRef(null);o.current||(o.current=new zy({location:n,__experimental__snapshot:r,routes:i.routes}));const s=o.current,[a,l]=R.exports.useReducer(()=>({}),{});return s.update(i),cl(()=>s.subscribe(()=>{l()}),[]),cl(()=>s.updateLocation(n.current).unsubscribe,[n.current.key]),R.exports.createElement(bh.Provider,{value:{location:n}},R.exports.createElement(Lh.Provider,{value:{router:s}},w(Uy,{}),w(Dh,{value:[s.rootMatch,...s.state.matches],children:t!=null?t:w(Uh,{})})))}function Uy(){const e=Eu(),t=$h(),n=Hy();return cl(()=>{t({to:" . ",search:!0,hash:!0}).href!==e.current.href&&n({to:" . ",search:!0,hash:!0,fromCurrent:!0,replace:!0})},[]),null}class zy extends Ou{constructor(t){var n;let{location:r,__experimental__snapshot:i}=t,o=ul(t,Fy);super(),this.routesById={},this.update=a=>{let{basepath:l,routes:u}=a,c=ul(a,My);Object.assign(this,c),this.basepath=ds(" / "+(l!=null?l:" " ) ) , this . rout
2022-09-14 16:48:46 +02:00
* @ license React
* use - sync - external - store - shim / with - selector . production . min . js
*
* Copyright ( c ) Facebook , Inc . and its affiliates .
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree .
2022-09-29 20:23:12 +02:00
* / v a r p s = R . e x p o r t s , h 0 = p u . e x p o r t s ; f u n c t i o n g 0 ( e , t ) { r e t u r n e = = = t & & ( e ! = = 0 | | 1 / e = = = 1 / t ) | | e ! = = e & & t ! = = t } v a r m 0 = t y p e o f O b j e c t . i s = = " f u n c t i o n " ? O b j e c t . i s : g 0 , v 0 = h 0 . u s e S y n c E x t e r n a l S t o r e , y 0 = p s . u s e R e f , S 0 = p s . u s e E f f e c t , w 0 = p s . u s e M e m o , x 0 = p s . u s e D e b u g V a l u e ; V h . u s e S y n c E x t e r n a l S t o r e W i t h S e l e c t o r = f u n c t i o n ( e , t , n , r , i ) { v a r o = y 0 ( n u l l ) ; i f ( o . c u r r e n t = = = n u l l ) { v a r s = { h a s V a l u e : ! 1 , v a l u e : n u l l } ; o . c u r r e n t = s } e l s e s = o . c u r r e n t ; o = w 0 ( f u n c t i o n ( ) { f u n c t i o n l ( g ) { i f ( ! u ) { i f ( u = ! 0 , c = g , g = r ( g ) , i ! = = v o i d 0 & & s . h a s V a l u e ) { v a r h = s . v a l u e ; i f ( i ( h , g ) ) r e t u r n f = h } r e t u r n f = g } i f ( h = f , m 0 ( c , g ) ) r e t u r n h ; v a r y = r ( g ) ; r e t u r n i ! = = v o i d 0 & & i ( h , y ) ? h : ( c = g , f = y ) } v a r u = ! 1 , c , f , d = n = = = v o i d 0 ? n u l l : n ; r e t u r n [ f u n c t i o n ( ) { r e t u r n l ( t ( ) ) } , d = = = n u l l ? v o i d 0 : f u n c t i o n ( ) { r e t u r n l ( d ( ) ) } ] } , [ t , n , r , i ] ) ; v a r a = v 0 ( e , o [ 0 ] , o [ 1 ] ) ; r e t u r n S 0 ( f u n c t i o n ( ) { s . h a s V a l u e = ! 0 , s . v a l u e = a } , [ a ] ) , x 0 ( a ) , a } ; ( f u n c t i o n ( e ) { e . e x p o r t s = V h } ) ( q h ) ; c o n s t k 0 = i d ( q h . e x p o r t s ) , { u s e S y n c E x t e r n a l S t o r e W i t h S e l e c t o r : P 0 } = k 0 ; f u n c t i o n O 0 ( e , t = e . g e t S t a t e , n ) { c o n s t r = P 0 ( e . s u b s c r i b e , e . g e t S t a t e , e . g e t S e r v e r S t a t e | | e . g e t S t a t e , t , n ) ; r e t u r n R . e x p o r t s . u s e D e b u g V a l u e ( r ) , r } c o n s t P f = e = > { c o n s t t = t y p e o f e = = " f u n c t i o n " ? p 0 ( e ) : e , n = ( r , i ) = > O 0 ( t , r , i ) ; r e t u r n O b j e c t . a s s i g n ( n , t ) , n } , E 0 = e = > e ? P f ( e ) : P f ; v a r P i = E 0 ; c o n s t _ 0 = ( e , t = { } ) = > ( n , r , i ) = > { c o n s t { e n a b l e d : o , a n o n y m o u s A c t i o n T y p e : s , . . . a } = t ; l e t l ; t r y { l = ( o ! = n u l l ? o : ( { B A S E _ U R L : " / " , M O D E : " p r o d u c t i o n " , D E V : ! 1 , P R O D : ! 0 } & & " p r o d u c t i o n " ) ! = = " p r o d u c t i o n " ) & & w i n d o w . _ _ R E D U X _ D E V T O O L S _ E X T E N S I O N _ _ } c a t c h { } i f ( ! l ) r e t u r n ( { B A S E _ U R L : " / " , M O D E : " p r o d u c t i o n " , D E V : ! 1 , P R O D : ! 0 } & & " p r o d u c t i o n " ) ! = = " p r o d u c t i o n " & & o & & c o n s o l e . w a r n ( " [ z u s t a n d d e v t o o l s m i d d l e w a r e ] P l e a s e i n s t a l l / e n a b l e R e d u x d e v t o o l s e x t e n s i o n " ) , e ( n , r , i ) ; c o n s t u = l . c o n n e c t ( a ) ; l e t c = ! 0 ; i . s e t S t a t e = ( g , h , y ) = > { c o n s t x = n ( g , h ) ; r e t u r n c & & u . s e n d ( y = = = v o i d 0 ? { t y p e : s | | " a n o n y m o u s " } : t y p e o f y = = " s t r i n g " ? { t y p e : y } : y , r ( ) ) , x } ; c o n s t f = ( . . . g ) = > { c o n s t h = c ; c = ! 1 , n ( . . . g ) , c = h } , d = e ( i . s e t S t a t e , r , i ) ; i f ( u . i n i t ( d ) , i . d i s p a t c h F r o m D e v t o o l s & & t y p e o f i . d i s p a t c h = = " f u n c t i o n " ) { l e t g = ! 1 ; c o n s t h = i . d i s p a t c h ; i . d i s p a t c h = ( . . . y ) = > { ( { B A S E _ U R L : " / " , M O D E : " p r o d u c t i o n " , D E V : ! 1 , P R O D : ! 0 } & & " p r o d u c t i o n " ) ! = = " p r o d u c t i o n " & & y [ 0 ] . t y p e = = = " _ _ s e t S t a t e " & & ! g & & ( c o n s o l e . w a r n ( ' [ z u s t a n d d e v t o o l s m i d d l e w a r e ] " _ _ s e t S t a t e " a c t i o n t y p e i s r e s e r v e d t o s e t s t a t e f r o m t h e d e v t o o l s . A v o i d u s i n g i t . ' ) , g = ! 0 ) , h ( . . . y ) } } r e t u r n u . s u b s c r i b e ( g = > { v a r h ; s w i t c h ( g . t y p e ) { c a s e " A C T I O N " : i f ( t y p e o f g . p a y l o a d ! = " s t r i n g " ) { c o n s o l e . e r r o r ( " [ z u s t a n d d e v t o o l s m i d d l e w a r e ] U n s u p p o r t e d a c t i o n f o r m a t " ) ; r e t u r n } r e t u r n Z s ( g . p a y l o a d , y = > { i f ( y . t y p e = = = " _ _ s e t S t a t e " ) { f ( y . s t a t e ) ; r e t u r n } ! i . d i s p a t c h F r o m D e v t o o l s | | t y p e o f i . d i s p a t c h = = " f u n c t i o n " & & i . d i s p a t c h ( y ) } ) ; c a s e " D I S P A T C H " : s w i t c h ( g . p a y l o a d . t y p e ) { c a s e " R E S E T " : r e t u r n f ( d ) , u . i n i t ( i . g e t S t a t e ( ) ) ; c a s e " C O M M I T " : r e t u r n u . i n i t ( i . g e t S t a t e ( ) ) ; c a s e " R O L L B A C K " : r e t u r n Z s ( g . s t a t e , y = > { f ( y ) , u . i n i t ( i . g e t S t a t e ( ) ) } ) ; c a s e " J U M P _ T O _ S T A T E " : c a s e " J U M P _ T O _ A C T I O N " : r e t u r n Z s ( g . s t a t e , y = > { f ( y ) } ) ; c a s e " I M P O R T _ S T A T E " : { c o n s t { n e x t L i f t e d S t a t e : y } = g . p a y l o a d , x = ( h = y . c o m p u t e d S t a t e s . s l i c e ( - 1 ) [ 0 ] ) = = n u l l ? v o i d 0 : h . s t a t e ; i f ( ! x ) r e t u r n ; f ( x ) , u . s e n d ( n u l l , y ) ; r e t u r n } c a s e " P A U S E _ R E C O R D I N G " : r e t u r n c = ! c } r e t u r n } } ) , d } , C 0 = _ 0 , Z s = ( e , t ) = > { l e t n ; t r y { n = J S O N . p a r s e ( e ) } c a t c h ( r ) { c o n s o l e . e r r o r ( " [ z u s t a n d d e v t o o l s m i d d l e w a r e ] C o u l d n o t p a r s e t h e r e c e i v e d j s o n " , r ) } n ! = = v o i d 0 & & t ( n ) } , z o = e = > t = > { t r y { c o n s t n = e ( t ) ; r e t u r n n i n s t a n c e o f P r o m i s e ? n : { t h e n ( r ) { r e t u r n z o ( r ) ( n ) } , c a t c h ( r ) { r e t u r n t h i s } } } c a t c h ( n ) { r e t u r n { t h e n ( r ) { r e t u r n t h i s } , c a t c h ( r ) { r e t u r n z o ( r ) ( n ) } } } } , R 0 = ( e , t ) = > ( n , r , i ) = > { l e t o = { g e t S t o r a g e : ( ) = > l o c a l S t o r a g e , s e r i a l i z e : J S O N . s t r i n g i f y , d e s e r i a l i z e : J S O N . p a r s e , p a r t i a l i z e : x = > x , v e r s i o n : 0 , m e r g e : ( x , v ) = > ( { . . . v , . . . x } ) , . . . t } , s = ! 1 ; c o n s t a = n e w S e t , l = n e w S e t ; l e t u ; t r y { u = o . g e t S t o r a g e ( ) } c a t c h { } i f ( ! u ) r e t u r n e ( ( . . . x ) = > { c o n s o l e . w a r n ( ` [ z u s t a n d p e r s i s t m i d d l e w a r e ] U n a b l e t o u p d a t e i t e m ' $ { o . n a m e } ' , t h e g i v e n s t o r a g e i s c u r r e n t l y u n a v a i l a b l e . ` ) , n ( . . . x ) } , r , i ) ; c o n s t c = z o ( o . s e r i a l i z e ) , f = ( ) = > { c o n s t x = o . p a r t i a l i z e ( { . . . r ( ) } ) ; l e t v ; c o n s t p = c ( { s t a t e : x , v e r s i o n : o . v e r s i o n } ) . t h e n ( m = > u . s e t I t e m ( o . n a m e , m ) ) . c a t c h ( m = > { v = m } ) ; i f ( v ) t h r o w v ; r e t u r n p } , d = i . s e t S t a t e ; i . s e t S t a t e = ( x , v ) = > { d ( x , v ) , f ( ) } ; c o n s t g = e ( ( . . . x ) = > { n ( . . . x ) , f ( ) } , r , i ) ; l e t h ; c o n s t y = ( ) = > { v a r x ; i f ( ! u ) r e t u r n ; s = ! 1 , a . f o r E a c h ( p = > p ( r ( ) ) ) ; c o n s t v = ( ( x = o . o n R e h y d r a t e S t o r a g e ) = = n u l l ? v o i d 0 : x . c a l l ( o , r ( ) ) ) | | v o i d 0 ; r e t u r n z o ( u . g e t I t e m . b i n d ( u ) ) ( o . n a m e ) . t h e n ( p = > { i f ( p ) r e t u r n o . d e s e r i a
2022-09-28 18:19:44 +02:00
` ),"","You can apply a few solutions:",['Add an ` as = "..." ` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map(f=> ` - $ { f } ` ).join( `
` )].join( `
2022-09-29 20:23:12 +02:00
` ));return R.exports.cloneElement(u,Object.assign({},Jh(u.props,If(na(a,["ref"]))),c,l,V0(u.ref,l.ref)))}return R.exports.createElement(i,Object.assign({},na(a,["ref"]),i!==R.exports.Fragment&&l,i!==R.exports.Fragment&&c),u)}function V0(...e){return{ref:e.every(t=>t==null)?void 0:t=>{for(let n of e)n!=null&&(typeof n=="function"?n(t):n.current=t)}}}function Jh(...e){if(e.length===0)return{};if(e.length===1)return e[0];let t={},n={};for(let r of e)for(let i in r)i.startsWith("on")&&typeof r[i]=="function"?(n[i]!=null||(n[i]=[]),n[i].push(r[i])):t[i]=r[i];if(t.disabled||t["aria-disabled"])return Object.assign(t,Object.fromEntries(Object.keys(n).map(r=>[r,void 0])));for(let r in n)Object.assign(t,{[r](i,...o){let s=n[r];for(let a of s){if((i instanceof Event||(i==null?void 0:i.nativeEvent)instanceof Event)&&i.defaultPrevented)return;a(i,...o)}}});return t}function Pr(e){var t;return Object.assign(R.exports.forwardRef(e),{displayName:(t=e.displayName)!=null?t:e.name})}function If(e){let t=Object.assign({},e);for(let n in t)t[n]===void 0&&delete t[n];return t}function na(e,t=[]){let n=Object.assign({},e);for(let r of t)r in n&&delete n[r];return n}function Xh(e){let t=e.parentElement,n=null;for(;t&&!(t instanceof HTMLFieldSetElement);)t instanceof HTMLLegendElement&&(n=t),t=t.parentElement;let r=(t==null?void 0:t.getAttribute("disabled"))==="";return r&&K0(n)?!1:r}function K0(e){if(!e)return!1;let t=e.previousElementSibling;for(;t!==null;){if(t instanceof HTMLLegendElement)return!1;t=t.previousElementSibling}return!0}let W0="div";var Ho=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(Ho||{});let hl=Pr(function(e,t){let{features:n=1,...r}=e,i={ref:t,"aria-hidden":(n&2)===2?!0:void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...(n&4)===4&&(n&2)!==2&&{display:"none"}}};return kr({ourProps:i,theirProps:r,slot:{},defaultTag:W0,name:"Hidden"})}),Nu=R.exports.createContext(null);Nu.displayName="OpenClosedContext";var mi=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(mi||{});function Zh(){return R.exports.useContext(Nu)}function G0({value:e,children:t}){return st.createElement(Nu.Provider,{value:e},t)}var Kt=(e=>(e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.Delete="Delete",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab",e))(Kt||{});function Y0(e,t,n){let r=hs(t);R.exports.useEffect(()=>{function i(o){r.current(o)}return window.addEventListener(e,i,n),()=>window.removeEventListener(e,i,n)},[e,n])}var kn=(e=>(e[e.Forwards=0]="Forwards",e[e.Backwards=1]="Backwards",e))(kn||{});function eg(){let e=R.exports.useRef(0);return Y0("keydown",t=>{t.key==="Tab"&&(e.current=t.shiftKey?1:0)},!0),e}function bu(...e){return R.exports.useMemo(()=>Cu(...e),[...e])}function J0(e,t,n,r){let i=hs(n);R.exports.useEffect(()=>{e=e!=null?e:window;function o(s){i.current(s)}return e.addEventListener(t,o,r),()=>e.removeEventListener(t,o,r)},[e,t,r])}var X0=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(X0||{}),Z0=(e=>(e[e.TogglePopover=0]="TogglePopover",e[e.ClosePopover=1]="ClosePopover",e[e.SetButton=2]="SetButton",e[e.SetButtonId=3]="SetButtonId",e[e.SetPanel=4]="SetPanel",e[e.SetPanelId=5]="SetPanelId",e))(Z0||{});let e1={[0]:e=>({...e,popoverState:At(e.popoverState,{[0]:1,[1]:0})}),[1](e){return e.popoverState===1?e:{...e,popoverState:1}},[2](e,t){return e.button===t.button?e:{...e,button:t.button}},[3](e,t){return e.buttonId===t.buttonId?e:{...e,buttonId:t.buttonId}},[4](e,t){return e.panel===t.panel?e:{...e,panel:t.panel}},[5](e,t){return e.panelId===t.panelId?e:{...e,panelId:t.panelId}}},Iu=R.exports.createContext(null);Iu.displayName="PopoverContext";function gs(e){let t=R.exports.useContext(Iu);if(t===null){let n=new Error( ` < $ { e } / > is missing a parent < Popover / > component . ` );throw Error.captureStackTrace&&Error.captureStackTrace(n,gs),n}return t}let L
2022-09-29 20:26:06 +02:00
In order to be iterable , non - array objects must have a [ Symbol . iterator ] ( ) method . ` )}function L1(e,t){return ag(e)||I1(e,t)||lg(e,t)||ug()}function Af(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function ra(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Af(Object(n),!0).forEach(function(r){Et(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Af(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}var T1=function(t,n){var r=R.exports.useRef();return R.exports.useEffect(function(){r.current=n?r.current:t},[t,n]),r.current};function Ut(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.i18n,r=R.exports.useContext(x1)||{},i=r.i18n,o=r.defaultNS,s=n||i||_1();if(s&&!s.reportNamespaces&&(s.reportNamespaces=new O1),!s){vl("You will need to pass in an i18next instance by using initReactI18next");var a=function(_){return Array.isArray(_)?_[_.length-1]:_},l=[a,{},!1];return l.t=a,l.i18n={},l.ready=!1,l}s.options.react&&s.options.react.wait!==void 0&&vl("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");var u=ra(ra(ra({},P1()),s.options.react),t),c=u.useSuspense,f=u.keyPrefix,d=e||o||s.options&&s.options.defaultNS;d=typeof d=="string"?[d]:d||["translation"],s.reportNamespaces.addUsedNamespaces&&s.reportNamespaces.addUsedNamespaces(d);var g=(s.isInitialized||s.initializedStoreOnce)&&d.every(function(C){return b1(C,s,u)});function h(){return s.getFixedT(null,u.nsMode==="fallback"?d:d[0],f)}var y=R.exports.useState(h),x=L1(y,2),v=x[0],p=x[1],m=d.join(),S=T1(m),k=R.exports.useRef(!0);R.exports.useEffect(function(){var C=u.bindI18n,_=u.bindI18nStore;k.current=!0,!g&&!c&&Mf(s,d,function(){k.current&&p(h)}),g&&S&&S!==m&&k.current&&p(h);function O(){k.current&&p(h)}return C&&s&&s.on(C,O),_&&s&&s.store.on(_,O),function(){k.current=!1,C&&s&&C.split(" ").forEach(function(L){return s.off(L,O)}),_&&s&&_.split(" ").forEach(function(L){return s.store.off(L,O)})}},[s,m]);var E=R.exports.useRef(!0);R.exports.useEffect(function(){k.current&&!E.current&&p(h),E.current=!1},[s,f]);var P=[v,s,g];if(P.t=v,P.i18n=s,P.ready=g,g||!g&&!c)return P;throw new Promise(function(C){Mf(s,d,function(){C()})})}function D1(){const{t:e}=Ut(),[t,n]=R.exports.useState(!1),[r,i]=R.exports.useState("beta"),{status:o,data:s}=fr([dl],Qh),a=Eh(),{status:l,data:u}=fr([u0],async()=>await c0(r),{enabled:t});return R.exports.useEffect(()=>{if(o==="success"){const{update_branch:c}=s;i(c==="main"?"beta":"main")}},[o,s]),R.exports.useEffect(()=>{l==="success"&&(u[0]==="OK"&&a.invalidateQueries([dl]),n(!1))},[l,u,n]),N("label",{children:[w("input",{type:"checkbox",checked:r==="main",onChange:c=>{n(!0)}})," \u {1F525}",e("advanced-settings.beta")," ",e("advanced-settings.beta-disc")]})}var F1="cg4q680";function M1(){const{t:e}=Ut(),t=F(c=>c.isUseAutoSave()),n=F(c=>c.getValueForRequestKey("save_to_disk_path")),r=F(c=>c.getValueForRequestKey("turbo")),i=F(c=>c.getValueForRequestKey("use_cpu")),o=F(c=>c.getValueForRequestKey("use_full_precision")),s=F(c=>c.isSoundEnabled()),a=F(c=>c.setRequestOptions),l=F(c=>c.toggleUseAutoSave),u=F(c=>c.toggleSoundEnabled);return N(nr,{className:rg,children:[N(nr.Button,{className:ng,children:[w("i",{className:[Mn,"fa-solid","fa-gear"].join(" ")}),"Settings"]}),w(nr.Panel,{className:ig,children:N("div",{className:F1,children:[w("h4",{children:"System Settings"}),N("ul",{children:[N("li",{className:te,children:[N("label",{children:[w("input",{checked:t,onChange:c=>l(),type:"checkbox"}),e("storage.ast")," "]}),N("label",{children:[w("input",{value:n,onChange:c=>a("save_to_disk_path",c.target.value),size:40,disabled:!t}),w("span",{className:"visually-hidden",children:"Path on disk where images will be saved"})]})]}),w("li",{className:te,children:N("label",{children:[w("input",{che
2022-09-19 03:57:17 +02:00
Please feel free to join the discord community or file an issue if you have any problems or suggestions in using this interface .
Disclaimer : The authors of this project are not responsible for any content generated using this interface .
This license of this software forbids you from sharing any content that violates any laws , produce any harm to a person , disseminate any personal information that would be meant for harm ,
spread misinformation and target vulnerable groups . For the full list of restrictions please read the license .
By using this software , you consent to the terms and conditions of the license .
2022-09-29 20:23:12 +02:00
` ,cx={title:ex,description:tx,navbar:nx,"land-cre":{cp:"Create Profile","cp-place":"Profile name",pp:"Profile Picture","pp-disc":"",ast:"Automatically save to","ast-disc":"File path to auto save your creations",place:"File path",cre:"Create"},"land-pre":{user:"Username",add:"Add Profile"},home:rx,"in-paint":{txt:"In-Painting (select the area which the AI will paint into)",clear:"Clear"},settings:ix,tags:ox,"preview-prompt":{part1:'Type a prompt and press the "Make Image" button.',part2: ` You can set an "Initial Image" if you want to guide the AI .
2022-09-19 03:57:17 +02:00
` ,part3: ` You can also add modifiers like "Realistic" , "Pencil Sketch" , "ArtStation" etc by browsing through the "Image Modifiers" section and selecting the desired modifiers .
2022-09-29 20:23:12 +02:00
` ,part4:'Click "Advanced Settings" for additional settings like seed, image size, number of images to generate etc.',part5:"Enjoy! :)"},"current-task":"Current task","recent-create":"Recently Created",popup:sx,history:ax,"advanced-settings":{sound:"Play sound on task completion","sound-disc":"Will play a sound so user can hear when image is done.",turbo:"Turbo mode","turbo-disc":"Generates images faster, but uses an additional 1 GB of GPU memory",cpu:"Use CPU instead of GPU","cpu-disc":"Warning: this will be *very* slow",gpu:"Use full precision","gpu-disc":"(for GPU-only. warning: this will consume more VRAM)",beta:"Beta Features","beta-disc": ` Get the latest features immediately ( but could be less stable ) .
Please restart the program after changing this . ` ,save:"SAVE"},storage:lx,import:{"imp-btn":"IMPORT","exp-btn":"EXPORT",disc:"It is a good idea to leave the exported file as it is. Otherwise it may not import correctly","disc:2":"When importing, only profiles that are not already present on the will be added."},about:ux},fx="Stable Diffusion UI",dx="",px={home:"Home",history:"History",community:"Community",settings:"Settings"},hx={"status-starting":"Stable Diffusion is starting...","status-ready":"Stable Diffusion is ready to use!","status-error":"Stable Diffusion is not running!","editor-title":"Prompt","initial-img-txt":"Initial Image: (optional)","initial-img-btn":"Browse...","initial-img-text2":"No file selected.","make-img-btn":"Make Image","make-img-btn-stop":"Stop"},gx={"base-img":"Use base image:",seed:"Seed:","amount-of-img":"Amount of images to make:","how-many":"How many at once:",width:"Width:",height:"Height:",steps:"Number of inference steps:","guide-scale":"Guidance Scale:","prompt-str":"Prompt Strength:","live-preview":"Show a live preview of the image (disable this for faster image generation)","fix-face":"Fix incorrect faces and eyes (uses GFPGAN)",ups:"Upscale the image to 4x resolution using:","no-ups":"No Upscaling",corrected:"Show only the corrected/upscaled image"},mx={txt:"Image Modifiers (art styles, tags etc)"},vx={"use-btn":"Use Image","use-btn2":"Use Image and Tags"},yx={fave:"Favorites Only",search:"Search"},Sx={ast:"Automatically save to","ast-disc":"File path to auto save your creations",place:"File path",cps:"Cross profile sharing","cps-disc":"Profiles will see suggestions from each other.",acb:"Allow cloud backup","acb-disc":"A button will show up for images on hover","acb-place":"Choose your","acc-api":"Api key","acb-api-place":"Your API key",save:"SAVE"},wx= ` If you found this project useful and want to help keep it alive , please to help cover the cost of development and maintenance ! Thank you for your support !
2022-09-20 03:39:44 +02:00
Please feel free to join the discord community or file an issue if you have any problems or suggestions in using this interface .
Disclaimer : The authors of this project are not responsible for any content generated using this interface .
This license of this software forbids you from sharing any content that violates any laws , produce any harm to a person , disseminate any personal information that would be meant for harm ,
spread misinformation and target vulnerable groups . For the full list of restrictions please read the license .
By using this software , you consent to the terms and conditions of the license .
2022-09-29 20:23:12 +02:00
` ,xx={title:fx,description:dx,navbar:px,"land-cre":{cp:"Create Profile","cp-place":"Profile name",pp:"Profile Picture","pp-disc":"",ast:"Automatically save to","ast-disc":"File path to auto save your creations",place:"File path",cre:"Create"},"land-pre":{user:"Username",add:"Add Profile"},home:hx,"in-paint":{txt:"In-Painting (select the area which the AI will paint into)",clear:"Clear"},settings:gx,tags:mx,"preview-prompt":{part1:'Type a prompt and press the "Make Image" button.',part2: ` You can set an "Initial Image" if you want to guide the AI .
2022-09-20 03:39:44 +02:00
` ,part3: ` You can also add modifiers like "Realistic" , "Pencil Sketch" , "ArtStation" etc by browsing through the "Image Modifiers" section and selecting the desired modifiers .
2022-09-29 20:23:12 +02:00
` ,part4:'Click "Advanced Settings" for additional settings like seed, image size, number of images to generate etc.',part5:"Enjoy! :)"},"current-task":"Current task","recent-create":"Recently Created",popup:vx,history:yx,"advanced-settings":{sound:"Play sound on task completion","sound-disc":"Will play a sound so user can hear when image is done.",turbo:"Turbo mode","turbo-disc":"Generates images faster, but uses an additional 1 GB of GPU memory",cpu:"Use CPU instead of GPU","cpu-disc":"Warning: this will be *very* slow",gpu:"Use full precision","gpu-disc":"(for GPU-only. warning: this will consume more VRAM)",beta:"Beta Features","beta-disc": ` Get the latest features immediately ( but could be less stable ) .
Please restart the program after changing this . ` ,save:"SAVE"},storage:Sx,import:{"imp-btn":"IMPORT","exp-btn":"EXPORT",disc:"It is a good idea to leave the exported file as it is. Otherwise it may not import correctly","disc:2":"When importing, only profiles that are not already present on the will be added."},about:wx},kx={en:{translation:cx},es:{translation:xx}};Ce.use(C1).init({lng:"en",interpolation:{escapeValue:!1},resources:kx}).then(()=>{console.log("i18n initialized")}).catch(e=>{console.error("i18n initialization failed",e)}).finally(()=>{console.log("i18n initialization finished")});const Px=new Ay;function Ox(){const e=xw;return w( $ y,{location:Px,routes:[{path:"/",element:w(Sw,{className:e})},{path:"/settings",element:w(ww,{className:e})}]})}const Ex=new sy({defaultOptions:{queries:{refetchOnWindowFocus:!1,refetchOnReconnect:!1,refetchOnMount:!1,staleTime:1/0,cacheTime:1/0}}});Py();sa.createRoot(document.getElementById("root")).render(w(st.StrictMode,{children:N(uy,{client:Ex,children:[w(Ox,{}),w(my,{initialIsOpen:!0})]})}));