@perses-dev/victorialogs-plugin 0.2.0 → 0.3.0-beta.0
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/__mf/js/VictoriaLogs.d3b01c69.js +6 -0
- package/__mf/js/async/1170.1ace5903.js +101 -0
- package/__mf/js/async/1430.bac7994c.js +1 -0
- package/__mf/js/async/1490.0a9fe77f.js +22 -0
- package/__mf/js/async/1616.44d9fc39.js +1 -0
- package/__mf/js/async/1728.6382e915.js +1 -0
- package/__mf/js/async/1969.4f0fc9ef.js +1 -0
- package/__mf/js/async/2043.a03fc64f.js +2 -0
- package/__mf/js/async/{8930.fa15926d.js → 2377.443a1b22.js} +1 -1
- package/__mf/js/async/2386.21b9bb32.js +2 -0
- package/__mf/js/async/2749.edab3f5e.js +2 -0
- package/__mf/js/async/3059.bd425bfb.js +1 -0
- package/__mf/js/async/3181.0e31aa90.js +2 -0
- package/__mf/js/async/3664.6288aa89.js +2 -0
- package/__mf/js/async/3849.115bcf03.js +7 -0
- package/__mf/js/async/392.2a915032.js +2 -0
- package/__mf/js/async/{1964.6d84f735.js → 4121.db798067.js} +2 -2
- package/__mf/js/async/4225.43367877.js +10 -0
- package/__mf/js/async/4248.ce5ffe03.js +1 -0
- package/__mf/js/async/5071.b48bd1f7.js +1 -0
- package/__mf/js/async/5440.f8ca94c1.js +2 -0
- package/__mf/js/async/5501.df443492.js +2 -0
- package/__mf/js/async/{5214.bcb7530e.js → 5587.dfbc3ebc.js} +1 -1
- package/__mf/js/async/5706.a7fb5c1b.js +1 -0
- package/__mf/js/async/6274.f6456c87.js +2 -0
- package/__mf/js/async/6283.5edb374e.js +2 -0
- package/__mf/js/async/6854.efd1a0a6.js +1 -0
- package/__mf/js/async/713.249fa307.js +1 -0
- package/__mf/js/async/{8488.9eb8e6dc.js → 7177.0fe1dff0.js} +1 -1
- package/__mf/js/async/7192.cb6ffe0e.js +1 -0
- package/__mf/js/async/7370.ef522250.js +2 -0
- package/__mf/js/async/7793.06fe240f.js +1 -0
- package/__mf/js/async/7968.5fed5183.js +1 -0
- package/__mf/js/async/7978.c5b22459.js +1 -0
- package/__mf/js/async/8035.d5aedc00.js +38 -0
- package/__mf/js/async/8356.2b39af38.js +1 -0
- package/__mf/js/async/8470.32cf23b6.js +2 -0
- package/__mf/js/async/8482.6c4d64de.js +1 -0
- package/__mf/js/async/873.f5cf5a02.js +1 -0
- package/__mf/js/async/9071.720986e2.js +2 -0
- package/__mf/js/async/9235.543bd352.js +1 -0
- package/__mf/js/async/941.6f8e368d.js +2 -0
- package/__mf/js/async/9588.b67d84aa.js +1 -0
- package/__mf/js/async/9836.bbf150b2.js +1 -0
- package/__mf/js/async/9944.34a79f7c.js +1 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsDatasource.163bb6a4.js +2 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.4a4949a1.js +2 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.d95843ce.js +2 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsLogQuery.61d14c09.js +1 -0
- package/__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.7109f505.js +1 -0
- package/__mf/js/main.9cf12b2f.js +6 -0
- package/lib/cjs/model/client.js +5 -5
- package/lib/cjs/model/selectors.js +5 -5
- package/lib/cjs/queries/constants.js +3 -3
- package/lib/cjs/variables/utils.js +5 -5
- package/lib/components/logsql-editor.js +1 -1
- package/lib/components/logsql-editor.js.map +1 -1
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasourceEditor.js +1 -1
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasourceEditor.js.map +1 -1
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.js +1 -1
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.js.map +1 -1
- package/lib/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQueryEditor.js +1 -1
- package/lib/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQueryEditor.js.map +1 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js +1 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js.map +1 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js +1 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js.map +1 -1
- package/mf-manifest.json +157 -157
- package/mf-stats.json +157 -157
- package/package.json +6 -6
- package/__mf/js/VictoriaLogs.52130265.js +0 -5
- package/__mf/js/async/1398.34d5ed30.js +0 -2
- package/__mf/js/async/158.c35084cf.js +0 -10
- package/__mf/js/async/1580.ace454a9.js +0 -2
- package/__mf/js/async/2292.0696771a.js +0 -2
- package/__mf/js/async/2558.beff8442.js +0 -101
- package/__mf/js/async/3224.858fb6d6.js +0 -1
- package/__mf/js/async/3431.358ac817.js +0 -1
- package/__mf/js/async/3863.66f8659b.js +0 -2
- package/__mf/js/async/3960.bbacac1d.js +0 -2
- package/__mf/js/async/3980.03396afa.js +0 -2
- package/__mf/js/async/4075.8aae8af4.js +0 -1
- package/__mf/js/async/4238.cd5e3d1f.js +0 -1
- package/__mf/js/async/4269.f9191848.js +0 -2
- package/__mf/js/async/4310.9ddfd236.js +0 -7
- package/__mf/js/async/4421.b3e6be64.js +0 -1
- package/__mf/js/async/4557.4ca5a213.js +0 -2
- package/__mf/js/async/4676.db842b1a.js +0 -22
- package/__mf/js/async/5348.aa77f629.js +0 -2
- package/__mf/js/async/5388.92f525c5.js +0 -1
- package/__mf/js/async/5409.5d25f1db.js +0 -1
- package/__mf/js/async/5628.f229b9f6.js +0 -1
- package/__mf/js/async/5682.a317ee96.js +0 -1
- package/__mf/js/async/5790.f7a41a40.js +0 -1
- package/__mf/js/async/58.8a4336f8.js +0 -2
- package/__mf/js/async/5981.e54ec80b.js +0 -2
- package/__mf/js/async/6134.6f58094d.js +0 -38
- package/__mf/js/async/6292.fda8a9af.js +0 -1
- package/__mf/js/async/6333.031c68b4.js +0 -2
- package/__mf/js/async/6374.e9650306.js +0 -1
- package/__mf/js/async/6377.e48abaa5.js +0 -2
- package/__mf/js/async/6770.5c90a318.js +0 -1
- package/__mf/js/async/694.663f3faf.js +0 -1
- package/__mf/js/async/7376.91743064.js +0 -1
- package/__mf/js/async/738.b4e8c361.js +0 -1
- package/__mf/js/async/7740.82b38509.js +0 -1
- package/__mf/js/async/7797.2bda5f99.js +0 -1
- package/__mf/js/async/8216.3417496f.js +0 -1
- package/__mf/js/async/8537.a7ed2e24.js +0 -1
- package/__mf/js/async/8727.e54ca5fd.js +0 -1
- package/__mf/js/async/9173.d784dd69.js +0 -2
- package/__mf/js/async/__federation_expose_VictoriaLogsDatasource.f8412079.js +0 -2
- package/__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js +0 -2
- package/__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js +0 -2
- package/__mf/js/async/__federation_expose_VictoriaLogsLogQuery.906cc07c.js +0 -1
- package/__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.37c3a83e.js +0 -1
- package/__mf/js/main.0293cd8e.js +0 -5
- /package/__mf/css/async/{1580.d3010b86.css → 3061.d3010b86.css} +0 -0
- /package/__mf/css/async/{2341.d3010b86.css → 7370.d3010b86.css} +0 -0
- /package/__mf/js/async/{4676.db842b1a.js.LICENSE.txt → 1490.0a9fe77f.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{2292.0696771a.js.LICENSE.txt → 2043.a03fc64f.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1398.34d5ed30.js.LICENSE.txt → 2386.21b9bb32.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1580.ace454a9.js.LICENSE.txt → 2749.edab3f5e.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3863.66f8659b.js.LICENSE.txt → 3181.0e31aa90.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{58.8a4336f8.js.LICENSE.txt → 3664.6288aa89.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4310.9ddfd236.js.LICENSE.txt → 3849.115bcf03.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5981.e54ec80b.js.LICENSE.txt → 392.2a915032.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1964.6d84f735.js.LICENSE.txt → 4121.db798067.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{158.c35084cf.js.LICENSE.txt → 4225.43367877.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6377.e48abaa5.js.LICENSE.txt → 5440.f8ca94c1.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4557.4ca5a213.js.LICENSE.txt → 5501.df443492.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3960.bbacac1d.js.LICENSE.txt → 6274.f6456c87.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3980.03396afa.js.LICENSE.txt → 6283.5edb374e.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4269.f9191848.js.LICENSE.txt → 7370.ef522250.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9173.d784dd69.js.LICENSE.txt → 8470.32cf23b6.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5348.aa77f629.js.LICENSE.txt → 9071.720986e2.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6333.031c68b4.js.LICENSE.txt → 941.6f8e368d.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsDatasource.f8412079.js.LICENSE.txt → __federation_expose_VictoriaLogsDatasource.163bb6a4.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js.LICENSE.txt → __federation_expose_VictoriaLogsFieldNamesVariable.4a4949a1.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js.LICENSE.txt → __federation_expose_VictoriaLogsFieldValuesVariable.d95843ce.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see 6274.f6456c87.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.chunk_VictoriaLogs=self.chunk_VictoriaLogs||[]).push([["6274"],{67449:function(e,t,r){r.r(t),r.d(t,{ThemeProvider:()=>eo,keyframes:()=>ev,withEmotionCache:()=>en,useTheme:()=>es,Global:()=>ey,__unsafe_useEmotionCache:()=>er,CacheProvider:()=>et,withTheme:()=>ei,ClassNames:()=>e$,ThemeContext:()=>ea,createElement:()=>ed,css:()=>em,jsx:()=>ed});var n,a,s=r(70451),c=function(){function e(e){var t=this;this._insertTag=function(e){var r;r=0===t.tags.length?t.insertionPoint?t.insertionPoint.nextSibling:t.prepend?t.container.firstChild:t.before:t.tags[t.tags.length-1].nextSibling,t.container.insertBefore(e,r),t.tags.push(e)},this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.insertionPoint=e.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(e){e.forEach(this._insertTag)},t.insert=function(e){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(((t=document.createElement("style")).setAttribute("data-emotion",this.key),void 0!==this.nonce&&t.setAttribute("nonce",this.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t));var t,r=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(r);try{n.insertRule(e,n.cssRules.length)}catch(e){}}else r.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach(function(e){var t;return null==(t=e.parentNode)?void 0:t.removeChild(e)}),this.tags=[],this.ctr=0},e}(),o=Math.abs,i=String.fromCharCode,u=Object.assign;function f(e,t,r){return e.replace(t,r)}function l(e,t){return e.indexOf(t)}function p(e,t){return 0|e.charCodeAt(t)}function h(e,t,r){return e.slice(t,r)}function d(e){return e.length}function y(e,t){return t.push(e),e}var m=1,v=1,g=0,b=0,$=0,k="";function w(e,t,r,n,a,s,c){return{value:e,root:t,parent:r,type:n,props:a,children:s,line:m,column:v,length:c,return:""}}function S(e,t){return u(w("",null,null,"",null,null,0),e,{length:-e.length},t)}function x(){return $=b<g?p(k,b++):0,v++,10===$&&(v=1,m++),$}function C(){return p(k,b)}function E(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function P(e){return m=v=1,g=d(k=e),b=0,[]}function A(e){var t,r;return(t=b-1,r=function e(t){for(;x();)switch($){case t:return b;case 34:case 39:34!==t&&39!==t&&e($);break;case 40:41===t&&e(t);break;case 92:x()}return b}(91===e?e+2:40===e?e+1:e),h(k,t,r)).trim()}var _="-ms-",O="-moz-",T="-webkit-",N="comm",j="rule",M="decl",F="@keyframes";function R(e,t){for(var r="",n=e.length,a=0;a<n;a++)r+=t(e[a],a,e,t)||"";return r}function z(e,t,r,n){switch(e.type){case"@layer":if(e.children.length)break;case"@import":case M:return e.return=e.return||e.value;case N:return"";case F:return e.return=e.value+"{"+R(e.children,n)+"}";case j:e.value=e.props.join(",")}return d(r=R(e.children,n))?e.return=e.value+"{"+r+"}":""}function L(e,t,r,n,a,s,c,i,u,l,p){for(var d=a-1,y=0===a?s:[""],m=y.length,v=0,g=0,b=0;v<n;++v)for(var $=0,k=h(e,d+1,d=o(g=c[v])),S=e;$<m;++$)(S=(g>0?y[$]+" "+k:f(k,/&\f/g,y[$])).trim())&&(u[b++]=S);return w(e,t,r,0===a?j:i,u,l,p)}function J(e,t,r,n){return w(e,t,r,M,h(e,0,n),h(e,n+1,-1),n)}var D=function(e,t,r){for(var n=0,a=0;n=a,a=C(),38===n&&12===a&&(t[r]=1),!E(a);)x();return h(k,e,b)},q=function(e,t){var r=-1,n=44;do switch(E(n)){case 0:38===n&&12===C()&&(t[r]=1),e[r]+=D(b-1,t,r);break;case 2:e[r]+=A(n);break;case 4:if(44===n){e[++r]=58===C()?"&\f":"",t[r]=e[r].length;break}default:e[r]+=i(n)}while(n=x());return e},I=function(e,t){var r;return r=q(P(e),t),k="",r},V=new WeakMap,W=function(e){if("rule"===e.type&&e.parent&&!(e.length<1)){for(var t=e.value,r=e.parent,n=e.column===r.column&&e.line===r.line;"rule"!==r.type;)if(!(r=r.parent))return;if((1!==e.props.length||58===t.charCodeAt(0)||V.get(r))&&!n){V.set(e,!0);for(var a=[],s=I(t,a),c=r.props,o=0,i=0;o<s.length;o++)for(var u=0;u<c.length;u++,i++)e.props[i]=a[o]?s[o].replace(/&\f/g,c[u]):c[u]+" "+s[o]}}},X=function(e){if("decl"===e.type){var t=e.value;108===t.charCodeAt(0)&&98===t.charCodeAt(2)&&(e.return="",e.value="")}},B=[function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case M:e.return=function e(t,r){switch(45^p(t,0)?(((r<<2^p(t,0))<<2^p(t,1))<<2^p(t,2))<<2^p(t,3):0){case 5103:return T+"print-"+t+t;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return T+t+t;case 5349:case 4246:case 4810:case 6968:case 2756:return T+t+O+t+_+t+t;case 6828:case 4268:return T+t+_+t+t;case 6165:return T+t+_+"flex-"+t+t;case 5187:return T+t+f(t,/(\w+).+(:[^]+)/,T+"box-$1$2"+_+"flex-$1$2")+t;case 5443:return T+t+_+"flex-item-"+f(t,/flex-|-self/,"")+t;case 4675:return T+t+_+"flex-line-pack"+f(t,/align-content|flex-|-self/,"")+t;case 5548:return T+t+_+f(t,"shrink","negative")+t;case 5292:return T+t+_+f(t,"basis","preferred-size")+t;case 6060:return T+"box-"+f(t,"-grow","")+T+t+_+f(t,"grow","positive")+t;case 4554:return T+f(t,/([^-])(transform)/g,"$1"+T+"$2")+t;case 6187:return f(f(f(t,/(zoom-|grab)/,T+"$1"),/(image-set)/,T+"$1"),t,"")+t;case 5495:case 3959:return f(t,/(image-set\([^]*)/,T+"$1$`$1");case 4968:return f(f(t,/(.+:)(flex-)?(.*)/,T+"box-pack:$3"+_+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+T+t+t;case 4095:case 3583:case 4068:case 2532:return f(t,/(.+)-inline(.+)/,T+"$1$2")+t;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(d(t)-1-r>6)switch(p(t,r+1)){case 109:if(45!==p(t,r+4))break;case 102:return f(t,/(.+:)(.+)-([^]+)/,"$1"+T+"$2-$3$1"+O+(108==p(t,r+3)?"$3":"$2-$3"))+t;case 115:return~l(t,"stretch")?e(f(t,"stretch","fill-available"),r)+t:t}break;case 4949:if(115!==p(t,r+1))break;case 6444:switch(p(t,d(t)-3-(~l(t,"!important")&&10))){case 107:return f(t,":",":"+T)+t;case 101:return f(t,/(.+:)([^;!]+)(;|!.+)?/,"$1"+T+(45===p(t,14)?"inline-":"")+"box$3$1"+T+"$2$3$1"+_+"$2box$3")+t}break;case 5936:switch(p(t,r+11)){case 114:return T+t+_+f(t,/[svh]\w+-[tblr]{2}/,"tb")+t;case 108:return T+t+_+f(t,/[svh]\w+-[tblr]{2}/,"tb-rl")+t;case 45:return T+t+_+f(t,/[svh]\w+-[tblr]{2}/,"lr")+t}return T+t+_+t+t}return t}(e.value,e.length);break;case F:return R([S(e,{value:f(e.value,"@","@"+T)})],n);case j:if(e.length){var a,s;return a=e.props,s=function(t){var r;switch(r=t,(r=/(::plac\w+|:read-\w+)/.exec(r))?r[0]:r){case":read-only":case":read-write":return R([S(e,{props:[f(t,/:(read-\w+)/,":"+O+"$1")]})],n);case"::placeholder":return R([S(e,{props:[f(t,/:(plac\w+)/,":"+T+"input-$1")]}),S(e,{props:[f(t,/:(plac\w+)/,":"+O+"$1")]}),S(e,{props:[f(t,/:(plac\w+)/,_+"input-$1")]})],n)}return""},a.map(s).join("")}}}],G=r(68102),H=function(e){var t=new WeakMap;return function(r){if(t.has(r))return t.get(r);var n=e(r);return t.set(r,n),n}},U=r(58486),Y=r.n(U),K=r(309),Q=r(37696),Z=r(60755),ee=s.createContext("undefined"!=typeof HTMLElement?function(e){var t,r,n,a,s,o=e.key;if("css"===o){var u=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(u,function(e){-1!==e.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(e),e.setAttribute("data-s",""))})}var g=e.stylisPlugins||B,S={},_=[];a=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+o+' "]'),function(e){for(var t=e.getAttribute("data-emotion").split(" "),r=1;r<t.length;r++)S[t[r]]=!0;_.push(e)});var O=(r=(t=[W,X].concat(g,[z,(n=function(e){s.insert(e)},function(e){!e.root&&(e=e.return)&&n(e)})])).length,function(e,n,a,s){for(var c="",o=0;o<r;o++)c+=t[o](e,n,a,s)||"";return c}),T=function(e){var t,r;return R((r=function e(t,r,n,a,s,c,o,u,g){for(var S,P=0,_=0,O=o,T=0,j=0,M=0,F=1,R=1,z=1,D=0,q="",I=s,V=c,W=a,X=q;R;)switch(M=D,D=x()){case 40:if(108!=M&&58==p(X,O-1)){-1!=l(X+=f(A(D),"&","&\f"),"&\f")&&(z=-1);break}case 34:case 39:case 91:X+=A(D);break;case 9:case 10:case 13:case 32:X+=function(e){for(;$=C();)if($<33)x();else break;return E(e)>2||E($)>3?"":" "}(M);break;case 92:X+=function(e,t){for(var r;--t&&x()&&!($<48)&&!($>102)&&(!($>57)||!($<65))&&(!($>70)||!($<97)););return r=b+(t<6&&32==C()&&32==x()),h(k,e,r)}(b-1,7);continue;case 47:switch(C()){case 42:case 47:y((S=function(e,t){for(;x();)if(e+$===57)break;else if(e+$===84&&47===C())break;return"/*"+h(k,t,b-1)+"*"+i(47===e?e:x())}(x(),b),w(S,r,n,N,i($),h(S,2,-2),0)),g);break;default:X+="/"}break;case 123*F:u[P++]=d(X)*z;case 125*F:case 59:case 0:switch(D){case 0:case 125:R=0;case 59+_:-1==z&&(X=f(X,/\f/g,"")),j>0&&d(X)-O&&y(j>32?J(X+";",a,n,O-1):J(f(X," ","")+";",a,n,O-2),g);break;case 59:X+=";";default:if(y(W=L(X,r,n,P,_,s,u,q,I=[],V=[],O),c),123===D)if(0===_)e(X,r,W,W,I,c,O,u,V);else switch(99===T&&110===p(X,3)?100:T){case 100:case 108:case 109:case 115:e(t,W,W,a&&y(L(t,W,W,0,0,s,u,q,s,I=[],O),V),s,V,O,u,a?I:V);break;default:e(X,W,W,W,[""],V,0,u,V)}}P=_=j=0,F=z=1,q=X="",O=o;break;case 58:O=1+d(X),j=M;default:if(F<1){if(123==D)--F;else if(125==D&&0==F++&&125==($=b>0?p(k,--b):0,v--,10===$&&(v=1,m--),$))continue}switch(X+=i(D),D*F){case 38:z=_>0?1:(X+="\f",-1);break;case 44:u[P++]=(d(X)-1)*z,z=1;break;case 64:45===C()&&(X+=A(x())),T=C(),_=O=d(q=X+=function(e){for(;!E(C());)x();return h(k,e,b)}(b)),D++;break;case 45:45===M&&2==d(X)&&(F=0)}}return c}("",null,null,null,[""],t=P(t=e),0,[0],t),k="",r),O)},j={key:o,sheet:new c({key:o,container:a,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:S,registered:{},insert:function(e,t,r,n){s=r,T(e?e+"{"+t.styles+"}":t.styles),n&&(j.inserted[t.name]=!0)}};return j.sheet.hydrate(_),j}({key:"css"}):null),et=ee.Provider,er=function(){return(0,s.useContext)(ee)},en=function(e){return(0,s.forwardRef)(function(t,r){return e(t,(0,s.useContext)(ee),r)})},ea=s.createContext({}),es=function(){return s.useContext(ea)},ec=H(function(e){return H(function(t){return"function"==typeof t?t(e):(0,G.A)({},e,t)})}),eo=function(e){var t=s.useContext(ea);return e.theme!==t&&(t=ec(t)(e.theme)),s.createElement(ea.Provider,{value:t},e.children)};function ei(e){var t=e.displayName||e.name||"Component",r=s.forwardRef(function(t,r){var n=s.useContext(ea);return s.createElement(e,(0,G.A)({theme:n,ref:r},t))});return r.displayName="WithTheme("+t+")",Y()(r,e)}var eu={}.hasOwnProperty,ef="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",el=function(e,t){var r={};for(var n in t)eu.call(t,n)&&(r[n]=t[n]);return r[ef]=e,r},ep=function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return(0,K.SF)(t,r,n),(0,Z.s)(function(){return(0,K.sk)(t,r,n)}),null},eh=en(function(e,t,r){var n=e.css;"string"==typeof n&&void 0!==t.registered[n]&&(n=t.registered[n]);var a=e[ef],c=[n],o="";"string"==typeof e.className?o=(0,K.Rk)(t.registered,c,e.className):null!=e.className&&(o=e.className+" ");var i=(0,Q.J)(c,void 0,s.useContext(ea));o+=t.key+"-"+i.name;var u={};for(var f in e)eu.call(e,f)&&"css"!==f&&f!==ef&&(u[f]=e[f]);return u.className=o,r&&(u.ref=r),s.createElement(s.Fragment,null,s.createElement(ep,{cache:t,serialized:i,isStringTag:"string"==typeof a}),s.createElement(a,u))}),ed=function(e,t){var r=arguments;if(null==t||!eu.call(t,"css"))return s.createElement.apply(void 0,r);var n=r.length,a=Array(n);a[0]=eh,a[1]=el(e,t);for(var c=2;c<n;c++)a[c]=r[c];return s.createElement.apply(null,a)};n=ed||(ed={}),a||(a=n.JSX||(n.JSX={}));var ey=en(function(e,t){var r=e.styles,n=(0,Q.J)([r],void 0,s.useContext(ea)),a=s.useRef();return(0,Z.i)(function(){var e=t.key+"-global",r=new t.sheet.constructor({key:e,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),s=!1,c=document.querySelector('style[data-emotion="'+e+" "+n.name+'"]');return t.sheet.tags.length&&(r.before=t.sheet.tags[0]),null!==c&&(s=!0,c.setAttribute("data-emotion",e),r.hydrate([c])),a.current=[r,s],function(){r.flush()}},[t]),(0,Z.i)(function(){var e=a.current,r=e[0];if(e[1]){e[1]=!1;return}if(void 0!==n.next&&(0,K.sk)(t,n.next,!0),r.tags.length){var s=r.tags[r.tags.length-1].nextElementSibling;r.before=s,r.flush()}t.insert("",n,r,!1)},[t,n.name]),null});function em(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];return(0,Q.J)(t)}function ev(){var e=em.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}var eg=function e(t){for(var r=t.length,n=0,a="";n<r;n++){var s=t[n];if(null!=s){var c=void 0;switch(typeof s){case"boolean":break;case"object":if(Array.isArray(s))c=e(s);else for(var o in c="",s)s[o]&&o&&(c&&(c+=" "),c+=o);break;default:c=s}c&&(a&&(a+=" "),a+=c)}}return a},eb=function(e){var t=e.cache,r=e.serializedArr;return(0,Z.s)(function(){for(var e=0;e<r.length;e++)(0,K.sk)(t,r[e],!1)}),null},e$=en(function(e,t){var r=!1,n=[],a=function(){for(var e=arguments.length,r=Array(e),a=0;a<e;a++)r[a]=arguments[a];var s=(0,Q.J)(r,t.registered);return n.push(s),(0,K.SF)(t,s,!1),t.key+"-"+s.name},c={css:a,cx:function(){for(var e,r,n,s,c=arguments.length,o=Array(c),i=0;i<c;i++)o[i]=arguments[i];return e=t.registered,r=eg(o),n=[],s=(0,K.Rk)(e,n,r),n.length<2?r:s+a(n)},theme:s.useContext(ea)},o=e.children(c);return r=!0,s.createElement(s.Fragment,null,s.createElement(eb,{cache:t,serializedArr:n}),o)})},60755:function(e,t,r){r.d(t,{i:()=>c,s:()=>s});var n=r(70451),a=!!n.useInsertionEffect&&n.useInsertionEffect,s=a||function(e){return e()},c=a||n.useLayoutEffect},309:function(e,t,r){function n(e,t,r){var n="";return r.split(" ").forEach(function(r){void 0!==e[r]?t.push(e[r]+";"):r&&(n+=r+" ")}),n}r.d(t,{Rk:()=>n,SF:()=>a,sk:()=>s});var a=function(e,t,r){var n=e.key+"-"+t.name;!1===r&&void 0===e.registered[n]&&(e.registered[n]=t.styles)},s=function(e,t,r){a(e,t,r);var n=e.key+"-"+t.name;if(void 0===e.inserted[t.name]){var s=t;do e.insert(t===s?"."+n:"",s,e.sheet,!0),s=s.next;while(void 0!==s)}}},58486:function(e,t,r){var n=r(89360),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},s={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},c={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};function i(e){return n.isMemo(e)?c:o[e.$$typeof]||a}o[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},o[n.Memo]=c;var u=Object.defineProperty,f=Object.getOwnPropertyNames,l=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,h=Object.getPrototypeOf,d=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(d){var a=h(r);a&&a!==d&&e(t,a,n)}var c=f(r);l&&(c=c.concat(l(r)));for(var o=i(t),y=i(r),m=0;m<c.length;++m){var v=c[m];if(!s[v]&&!(n&&n[v])&&!(y&&y[v])&&!(o&&o[v])){var g=p(r,v);try{u(t,v,g)}catch(e){}}}}return t}},92332:function(e,t){var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,a=r?Symbol.for("react.portal"):60106,s=r?Symbol.for("react.fragment"):60107,c=r?Symbol.for("react.strict_mode"):60108,o=r?Symbol.for("react.profiler"):60114,i=r?Symbol.for("react.provider"):60109,u=r?Symbol.for("react.context"):60110,f=r?Symbol.for("react.async_mode"):60111,l=r?Symbol.for("react.concurrent_mode"):60111,p=r?Symbol.for("react.forward_ref"):60112,h=r?Symbol.for("react.suspense"):60113,d=r?Symbol.for("react.suspense_list"):60120,y=r?Symbol.for("react.memo"):60115,m=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,g=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,$=r?Symbol.for("react.scope"):60119;function k(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case f:case l:case s:case o:case c:case h:return e;default:switch(e=e&&e.$$typeof){case u:case p:case m:case y:case i:return e;default:return t}}case a:return t}}}function w(e){return k(e)===l}t.AsyncMode=f,t.ConcurrentMode=l,t.ContextConsumer=u,t.ContextProvider=i,t.Element=n,t.ForwardRef=p,t.Fragment=s,t.Lazy=m,t.Memo=y,t.Portal=a,t.Profiler=o,t.StrictMode=c,t.Suspense=h,t.isAsyncMode=function(e){return w(e)||k(e)===f},t.isConcurrentMode=w,t.isContextConsumer=function(e){return k(e)===u},t.isContextProvider=function(e){return k(e)===i},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return k(e)===p},t.isFragment=function(e){return k(e)===s},t.isLazy=function(e){return k(e)===m},t.isMemo=function(e){return k(e)===y},t.isPortal=function(e){return k(e)===a},t.isProfiler=function(e){return k(e)===o},t.isStrictMode=function(e){return k(e)===c},t.isSuspense=function(e){return k(e)===h},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===s||e===l||e===o||e===c||e===h||e===d||"object"==typeof e&&null!==e&&(e.$$typeof===m||e.$$typeof===y||e.$$typeof===i||e.$$typeof===u||e.$$typeof===p||e.$$typeof===g||e.$$typeof===b||e.$$typeof===$||e.$$typeof===v)},t.typeOf=k},89360:function(e,t,r){e.exports=r(92332)},68102:function(e,t,r){r.d(t,{A:()=>n});function n(){return(n=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}).apply(null,arguments)}}}]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see 6283.5edb374e.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.chunk_VictoriaLogs=self.chunk_VictoriaLogs||[]).push([["6283"],{32473:function(t,e,s){var i=s(70451),r="function"==typeof Object.is?Object.is:function(t,e){return t===e&&(0!==t||1/t==1/e)||t!=t&&e!=e},n=i.useState,u=i.useEffect,a=i.useLayoutEffect,o=i.useDebugValue;function l(t){var e=t.getSnapshot;t=t.value;try{var s=e();return!r(t,s)}catch(t){return!0}}var h="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(t,e){return e()}:function(t,e){var s=e(),i=n({inst:{value:s,getSnapshot:e}}),r=i[0].inst,h=i[1];return a(function(){r.value=s,r.getSnapshot=e,l(r)&&h({inst:r})},[t,s,e]),u(function(){return l(r)&&h({inst:r}),t(function(){l(r)&&h({inst:r})})},[t]),o(s),s};e.useSyncExternalStore=void 0!==i.useSyncExternalStore?i.useSyncExternalStore:h},43676:function(t,e,s){t.exports=s(32473)},52854:function(t,e,s){let i,r,n,u,a,o;s.r(e),s.d(e,{isError:()=>F,IsRestoringProvider:()=>tC,dehydrate:()=>th,isServer:()=>h,parseFilterArgs:()=>m,parseMutationFilterArgs:()=>b,queryOptions:()=>tz,useSuspenseQuery:()=>tK,QueriesObserver:()=>tn,defaultContext:()=>tp,QueryClient:()=>$,Query:()=>_,Hydrate:()=>tj,useInfiniteQuery:()=>t_,useIsMutating:()=>tB,CancelledError:()=>L,useQueryClient:()=>tm,isCancelledError:()=>j,matchQuery:()=>g,MutationCache:()=>J,MutationObserver:()=>ta,defaultShouldDehydrateQuery:()=>tl,notifyManager:()=>N,QueryCache:()=>z,useQueries:()=>tI,parseQueryArgs:()=>y,replaceEqualDeep:()=>Q,defaultShouldDehydrateMutation:()=>to,hydrate:()=>tc,useHydrate:()=>tL,useQuery:()=>tT,onlineManager:()=>T,InfiniteQueryObserver:()=>tu,QueryClientProvider:()=>tb,hashQueryKey:()=>R,QueryObserver:()=>tt,useIsRestoring:()=>tO,useSuspenseQueries:()=>tk,parseMutationArgs:()=>v,focusManager:()=>I,useIsFetching:()=>tH,useMutation:()=>tN,useQueryErrorResetBoundary:()=>tQ,QueryErrorResetBoundary:()=>tE});class l{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(t){let e={listener:t};return this.listeners.add(e),this.onSubscribe(),()=>{this.listeners.delete(e),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}}let h="undefined"==typeof window||"Deno"in window;function c(){}function d(t){return"number"==typeof t&&t>=0&&t!==1/0}function f(t,e){return t.filter(t=>!e.includes(t))}function p(t,e){return Math.max(t+(e||0)-Date.now(),0)}function y(t,e,s){return M(t)?"function"==typeof e?{...s,queryKey:t,queryFn:e}:{...e,queryKey:t}:t}function v(t,e,s){return M(t)?"function"==typeof e?{...s,mutationKey:t,mutationFn:e}:{...e,mutationKey:t}:"function"==typeof t?{...e,mutationFn:t}:{...t}}function m(t,e,s){return M(t)?[{...e,queryKey:t},s]:[t||{},e]}function b(t,e,s){return M(t)?[{...e,mutationKey:t},s]:[t||{},e]}function g(t,e){let{type:s="all",exact:i,fetchStatus:r,predicate:n,queryKey:u,stale:a}=t;if(M(u))if(i){if(e.queryHash!==C(u,e.options))return!1}else{var o;if(o=e.queryKey,!S(o,u))return!1}if("all"!==s){let t=e.isActive();if("active"===s&&!t||"inactive"===s&&t)return!1}return("boolean"!=typeof a||e.isStale()===a)&&(void 0===r||r===e.state.fetchStatus)&&(!n||!!n(e))}function O(t,e){let{exact:s,fetching:i,predicate:r,mutationKey:n}=t;if(M(n)){if(!e.options.mutationKey)return!1;if(s){if(R(e.options.mutationKey)!==R(n))return!1}else{var u;if(u=e.options.mutationKey,!S(u,n))return!1}}return("boolean"!=typeof i||"loading"===e.state.status===i)&&(!r||!!r(e))}function C(t,e){return((null==e?void 0:e.queryKeyHashFn)||R)(t)}function R(t){return JSON.stringify(t,(t,e)=>w(e)?Object.keys(e).sort().reduce((t,s)=>(t[s]=e[s],t),{}):e)}function S(t,e){return t===e||typeof t==typeof e&&!!t&&!!e&&"object"==typeof t&&"object"==typeof e&&!Object.keys(e).some(s=>!S(t[s],e[s]))}function Q(t,e){if(t===e)return t;let s=q(t)&&q(e);if(s||w(t)&&w(e)){let i=s?t.length:Object.keys(t).length,r=s?e:Object.keys(e),n=r.length,u=s?[]:{},a=0;for(let i=0;i<n;i++){let n=s?i:r[i];u[n]=Q(t[n],e[n]),u[n]===t[n]&&a++}return i===n&&a===i?t:u}return e}function E(t,e){if(t&&!e||e&&!t)return!1;for(let s in t)if(t[s]!==e[s])return!1;return!0}function q(t){return Array.isArray(t)&&t.length===Object.keys(t).length}function w(t){if(!P(t))return!1;let e=t.constructor;if(void 0===e)return!0;let s=e.prototype;return!!P(s)&&!!s.hasOwnProperty("isPrototypeOf")}function P(t){return"[object Object]"===Object.prototype.toString.call(t)}function M(t){return Array.isArray(t)}function F(t){return t instanceof Error}function x(t){return new Promise(e=>{setTimeout(e,t)})}function D(t){x(0).then(t)}function A(t,e,s){return null!=s.isDataEqual&&s.isDataEqual(t,e)?t:"function"==typeof s.structuralSharing?s.structuralSharing(t,e):!1!==s.structuralSharing?Q(t,e):e}let I=new class extends l{constructor(){super(),this.setup=t=>{if(!h&&window.addEventListener){let e=()=>t();return window.addEventListener("visibilitychange",e,!1),window.addEventListener("focus",e,!1),()=>{window.removeEventListener("visibilitychange",e),window.removeEventListener("focus",e)}}}}onSubscribe(){this.cleanup||this.setEventListener(this.setup)}onUnsubscribe(){if(!this.hasListeners()){var t;null==(t=this.cleanup)||t.call(this),this.cleanup=void 0}}setEventListener(t){var e;this.setup=t,null==(e=this.cleanup)||e.call(this),this.cleanup=t(t=>{"boolean"==typeof t?this.setFocused(t):this.onFocus()})}setFocused(t){this.focused!==t&&(this.focused=t,this.onFocus())}onFocus(){this.listeners.forEach(({listener:t})=>{t()})}isFocused(){return"boolean"==typeof this.focused?this.focused:"undefined"==typeof document||[void 0,"visible","prerender"].includes(document.visibilityState)}},U=["online","offline"],T=new class extends l{constructor(){super(),this.setup=t=>{if(!h&&window.addEventListener){let e=()=>t();return U.forEach(t=>{window.addEventListener(t,e,!1)}),()=>{U.forEach(t=>{window.removeEventListener(t,e)})}}}}onSubscribe(){this.cleanup||this.setEventListener(this.setup)}onUnsubscribe(){if(!this.hasListeners()){var t;null==(t=this.cleanup)||t.call(this),this.cleanup=void 0}}setEventListener(t){var e;this.setup=t,null==(e=this.cleanup)||e.call(this),this.cleanup=t(t=>{"boolean"==typeof t?this.setOnline(t):this.onOnline()})}setOnline(t){this.online!==t&&(this.online=t,this.onOnline())}onOnline(){this.listeners.forEach(({listener:t})=>{t()})}isOnline(){return"boolean"==typeof this.online?this.online:"undefined"==typeof navigator||void 0===navigator.onLine||navigator.onLine}};function K(t){return Math.min(1e3*2**t,3e4)}function k(t){return(null!=t?t:"online")!=="online"||T.isOnline()}class L{constructor(t){this.revert=null==t?void 0:t.revert,this.silent=null==t?void 0:t.silent}}function j(t){return t instanceof L}function H(t){let e,s,i,r=!1,n=0,u=!1,a=new Promise((t,e)=>{s=t,i=e}),o=()=>!I.isFocused()||"always"!==t.networkMode&&!T.isOnline(),l=i=>{u||(u=!0,null==t.onSuccess||t.onSuccess(i),null==e||e(),s(i))},h=s=>{u||(u=!0,null==t.onError||t.onError(s),null==e||e(),i(s))},c=()=>new Promise(s=>{e=t=>{let e=u||!o();return e&&s(t),e},null==t.onPause||t.onPause()}).then(()=>{e=void 0,u||null==t.onContinue||t.onContinue()}),d=()=>{let e;if(!u){try{e=t.fn()}catch(t){e=Promise.reject(t)}Promise.resolve(e).then(l).catch(e=>{var s,i;if(u)return;let a=null!=(s=t.retry)?s:3,l=null!=(i=t.retryDelay)?i:K,f="function"==typeof l?l(n,e):l,p=!0===a||"number"==typeof a&&n<a||"function"==typeof a&&a(n,e);r||!p?h(e):(n++,null==t.onFail||t.onFail(n,e),x(f).then(()=>{if(o())return c()}).then(()=>{r?h(e):d()}))})}};return k(t.networkMode)?d():c().then(d),{promise:a,cancel:e=>{u||(h(new L(e)),null==t.abort||t.abort())},continue:()=>(null==e?void 0:e())?a:Promise.resolve(),cancelRetry:()=>{r=!0},continueRetry:()=>{r=!1}}}let B=console,N=(i=[],r=0,n=t=>{t()},u=t=>{t()},a=t=>{r?i.push(t):D(()=>{n(t)})},o=()=>{let t=i;i=[],t.length&&D(()=>{u(()=>{t.forEach(t=>{n(t)})})})},{batch:t=>{let e;r++;try{e=t()}finally{--r||o()}return e},batchCalls:t=>(...e)=>{a(()=>{t(...e)})},schedule:a,setNotifyFunction:t=>{n=t},setBatchNotifyFunction:t=>{u=t}});class G{destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),d(this.cacheTime)&&(this.gcTimeout=setTimeout(()=>{this.optionalRemove()},this.cacheTime))}updateCacheTime(t){this.cacheTime=Math.max(this.cacheTime||0,null!=t?t:h?1/0:3e5)}clearGcTimeout(){this.gcTimeout&&(clearTimeout(this.gcTimeout),this.gcTimeout=void 0)}}class _ extends G{constructor(t){super(),this.abortSignalConsumed=!1,this.defaultOptions=t.defaultOptions,this.setOptions(t.options),this.observers=[],this.cache=t.cache,this.logger=t.logger||B,this.queryKey=t.queryKey,this.queryHash=t.queryHash,this.initialState=t.state||function(t){let e="function"==typeof t.initialData?t.initialData():t.initialData,s=void 0!==e,i=s?"function"==typeof t.initialDataUpdatedAt?t.initialDataUpdatedAt():t.initialDataUpdatedAt:0;return{data:e,dataUpdateCount:0,dataUpdatedAt:s?null!=i?i:Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:s?"success":"loading",fetchStatus:"idle"}}(this.options),this.state=this.initialState,this.scheduleGc()}get meta(){return this.options.meta}setOptions(t){this.options={...this.defaultOptions,...t},this.updateCacheTime(this.options.cacheTime)}optionalRemove(){this.observers.length||"idle"!==this.state.fetchStatus||this.cache.remove(this)}setData(t,e){let s=A(this.state.data,t,this.options);return this.dispatch({data:s,type:"success",dataUpdatedAt:null==e?void 0:e.updatedAt,manual:null==e?void 0:e.manual}),s}setState(t,e){this.dispatch({type:"setState",state:t,setStateOptions:e})}cancel(t){var e;let s=this.promise;return null==(e=this.retryer)||e.cancel(t),s?s.then(c).catch(c):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(this.initialState)}isActive(){return this.observers.some(t=>!1!==t.options.enabled)}isDisabled(){return this.getObserversCount()>0&&!this.isActive()}isStale(){return this.state.isInvalidated||!this.state.dataUpdatedAt||this.observers.some(t=>t.getCurrentResult().isStale)}isStaleByTime(t=0){return this.state.isInvalidated||!this.state.dataUpdatedAt||!p(this.state.dataUpdatedAt,t)}onFocus(){var t;let e=this.observers.find(t=>t.shouldFetchOnWindowFocus());e&&e.refetch({cancelRefetch:!1}),null==(t=this.retryer)||t.continue()}onOnline(){var t;let e=this.observers.find(t=>t.shouldFetchOnReconnect());e&&e.refetch({cancelRefetch:!1}),null==(t=this.retryer)||t.continue()}addObserver(t){this.observers.includes(t)||(this.observers.push(t),this.clearGcTimeout(),this.cache.notify({type:"observerAdded",query:this,observer:t}))}removeObserver(t){this.observers.includes(t)&&(this.observers=this.observers.filter(e=>e!==t),this.observers.length||(this.retryer&&(this.abortSignalConsumed?this.retryer.cancel({revert:!0}):this.retryer.cancelRetry()),this.scheduleGc()),this.cache.notify({type:"observerRemoved",query:this,observer:t}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||this.dispatch({type:"invalidate"})}fetch(t,e){var s,i,r,n;if("idle"!==this.state.fetchStatus){if(this.state.dataUpdatedAt&&null!=e&&e.cancelRefetch)this.cancel({silent:!0});else if(this.promise)return null==(r=this.retryer)||r.continueRetry(),this.promise}if(t&&this.setOptions(t),!this.options.queryFn){let t=this.observers.find(t=>t.options.queryFn);t&&this.setOptions(t.options)}let u=function(){if("function"==typeof AbortController)return new AbortController}(),a={queryKey:this.queryKey,pageParam:void 0,meta:this.meta},o=t=>{Object.defineProperty(t,"signal",{enumerable:!0,get:()=>{if(u)return this.abortSignalConsumed=!0,u.signal}})};o(a);let l=()=>this.options.queryFn?(this.abortSignalConsumed=!1,this.options.queryFn(a)):Promise.reject("Missing queryFn for queryKey '"+this.options.queryHash+"'"),h={fetchOptions:e,options:this.options,queryKey:this.queryKey,state:this.state,fetchFn:l};o(h),null==(s=this.options.behavior)||s.onFetch(h),this.revertState=this.state,("idle"===this.state.fetchStatus||this.state.fetchMeta!==(null==(i=h.fetchOptions)?void 0:i.meta))&&this.dispatch({type:"fetch",meta:null==(n=h.fetchOptions)?void 0:n.meta});let c=t=>{if(j(t)&&t.silent||this.dispatch({type:"error",error:t}),!j(t)){var e,s,i,r;null==(e=(s=this.cache.config).onError)||e.call(s,t,this),null==(i=(r=this.cache.config).onSettled)||i.call(r,this.state.data,t,this)}this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1};return this.retryer=H({fn:h.fetchFn,abort:null==u?void 0:u.abort.bind(u),onSuccess:t=>{var e,s,i,r;void 0===t?c(Error(this.queryHash+" data is undefined")):(this.setData(t),null==(e=(s=this.cache.config).onSuccess)||e.call(s,t,this),null==(i=(r=this.cache.config).onSettled)||i.call(r,t,this.state.error,this),this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1)},onError:c,onFail:(t,e)=>{this.dispatch({type:"failed",failureCount:t,error:e})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:h.options.retry,retryDelay:h.options.retryDelay,networkMode:h.options.networkMode}),this.promise=this.retryer.promise,this.promise}dispatch(t){let e=e=>{var s,i;switch(t.type){case"failed":return{...e,fetchFailureCount:t.failureCount,fetchFailureReason:t.error};case"pause":return{...e,fetchStatus:"paused"};case"continue":return{...e,fetchStatus:"fetching"};case"fetch":return{...e,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null!=(s=t.meta)?s:null,fetchStatus:k(this.options.networkMode)?"fetching":"paused",...!e.dataUpdatedAt&&{error:null,status:"loading"}};case"success":return{...e,data:t.data,dataUpdateCount:e.dataUpdateCount+1,dataUpdatedAt:null!=(i=t.dataUpdatedAt)?i:Date.now(),error:null,isInvalidated:!1,status:"success",...!t.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};case"error":let r=t.error;if(j(r)&&r.revert&&this.revertState)return{...this.revertState,fetchStatus:"idle"};return{...e,error:r,errorUpdateCount:e.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:e.fetchFailureCount+1,fetchFailureReason:r,fetchStatus:"idle",status:"error"};case"invalidate":return{...e,isInvalidated:!0};case"setState":return{...e,...t.state}}};this.state=e(this.state),N.batch(()=>{this.observers.forEach(e=>{e.onQueryUpdate(t)}),this.cache.notify({query:this,type:"updated",action:t})})}}class z extends l{constructor(t){super(),this.config=t||{},this.queries=[],this.queriesMap={}}build(t,e,s){var i;let r=e.queryKey,n=null!=(i=e.queryHash)?i:C(r,e),u=this.get(n);return u||(u=new _({cache:this,logger:t.getLogger(),queryKey:r,queryHash:n,options:t.defaultQueryOptions(e),state:s,defaultOptions:t.getQueryDefaults(r)}),this.add(u)),u}add(t){this.queriesMap[t.queryHash]||(this.queriesMap[t.queryHash]=t,this.queries.push(t),this.notify({type:"added",query:t}))}remove(t){let e=this.queriesMap[t.queryHash];e&&(t.destroy(),this.queries=this.queries.filter(e=>e!==t),e===t&&delete this.queriesMap[t.queryHash],this.notify({type:"removed",query:t}))}clear(){N.batch(()=>{this.queries.forEach(t=>{this.remove(t)})})}get(t){return this.queriesMap[t]}getAll(){return this.queries}find(t,e){let[s]=m(t,e);return void 0===s.exact&&(s.exact=!0),this.queries.find(t=>g(s,t))}findAll(t,e){let[s]=m(t,e);return Object.keys(s).length>0?this.queries.filter(t=>g(s,t)):this.queries}notify(t){N.batch(()=>{this.listeners.forEach(({listener:e})=>{e(t)})})}onFocus(){N.batch(()=>{this.queries.forEach(t=>{t.onFocus()})})}onOnline(){N.batch(()=>{this.queries.forEach(t=>{t.onOnline()})})}}class V extends G{constructor(t){super(),this.defaultOptions=t.defaultOptions,this.mutationId=t.mutationId,this.mutationCache=t.mutationCache,this.logger=t.logger||B,this.observers=[],this.state=t.state||W(),this.setOptions(t.options),this.scheduleGc()}setOptions(t){this.options={...this.defaultOptions,...t},this.updateCacheTime(this.options.cacheTime)}get meta(){return this.options.meta}setState(t){this.dispatch({type:"setState",state:t})}addObserver(t){this.observers.includes(t)||(this.observers.push(t),this.clearGcTimeout(),this.mutationCache.notify({type:"observerAdded",mutation:this,observer:t}))}removeObserver(t){this.observers=this.observers.filter(e=>e!==t),this.scheduleGc(),this.mutationCache.notify({type:"observerRemoved",mutation:this,observer:t})}optionalRemove(){this.observers.length||("loading"===this.state.status?this.scheduleGc():this.mutationCache.remove(this))}continue(){var t,e;return null!=(t=null==(e=this.retryer)?void 0:e.continue())?t:this.execute()}async execute(){var t,e,s,i,r,n,u,a,o,l,h,c,d,f,p,y,v,m,b,g;let O=()=>{var t;return this.retryer=H({fn:()=>this.options.mutationFn?this.options.mutationFn(this.state.variables):Promise.reject("No mutationFn found"),onFail:(t,e)=>{this.dispatch({type:"failed",failureCount:t,error:e})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:null!=(t=this.options.retry)?t:0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode}),this.retryer.promise},C="loading"===this.state.status;try{if(!C){this.dispatch({type:"loading",variables:this.options.variables}),await (null==(o=(l=this.mutationCache.config).onMutate)?void 0:o.call(l,this.state.variables,this));let t=await (null==(h=(c=this.options).onMutate)?void 0:h.call(c,this.state.variables));t!==this.state.context&&this.dispatch({type:"loading",context:t,variables:this.state.variables})}let d=await O();return await (null==(t=(e=this.mutationCache.config).onSuccess)?void 0:t.call(e,d,this.state.variables,this.state.context,this)),await (null==(s=(i=this.options).onSuccess)?void 0:s.call(i,d,this.state.variables,this.state.context)),await (null==(r=(n=this.mutationCache.config).onSettled)?void 0:r.call(n,d,null,this.state.variables,this.state.context,this)),await (null==(u=(a=this.options).onSettled)?void 0:u.call(a,d,null,this.state.variables,this.state.context)),this.dispatch({type:"success",data:d}),d}catch(t){try{throw await (null==(d=(f=this.mutationCache.config).onError)?void 0:d.call(f,t,this.state.variables,this.state.context,this)),await (null==(p=(y=this.options).onError)?void 0:p.call(y,t,this.state.variables,this.state.context)),await (null==(v=(m=this.mutationCache.config).onSettled)?void 0:v.call(m,void 0,t,this.state.variables,this.state.context,this)),await (null==(b=(g=this.options).onSettled)?void 0:b.call(g,void 0,t,this.state.variables,this.state.context)),t}finally{this.dispatch({type:"error",error:t})}}}dispatch(t){let e=e=>{switch(t.type){case"failed":return{...e,failureCount:t.failureCount,failureReason:t.error};case"pause":return{...e,isPaused:!0};case"continue":return{...e,isPaused:!1};case"loading":return{...e,context:t.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:!k(this.options.networkMode),status:"loading",variables:t.variables};case"success":return{...e,data:t.data,failureCount:0,failureReason:null,error:null,status:"success",isPaused:!1};case"error":return{...e,data:void 0,error:t.error,failureCount:e.failureCount+1,failureReason:t.error,isPaused:!1,status:"error"};case"setState":return{...e,...t.state}}};this.state=e(this.state),N.batch(()=>{this.observers.forEach(e=>{e.onMutationUpdate(t)}),this.mutationCache.notify({mutation:this,type:"updated",action:t})})}}function W(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0}}class J extends l{constructor(t){super(),this.config=t||{},this.mutations=[],this.mutationId=0}build(t,e,s){let i=new V({mutationCache:this,logger:t.getLogger(),mutationId:++this.mutationId,options:t.defaultMutationOptions(e),state:s,defaultOptions:e.mutationKey?t.getMutationDefaults(e.mutationKey):void 0});return this.add(i),i}add(t){this.mutations.push(t),this.notify({type:"added",mutation:t})}remove(t){this.mutations=this.mutations.filter(e=>e!==t),this.notify({type:"removed",mutation:t})}clear(){N.batch(()=>{this.mutations.forEach(t=>{this.remove(t)})})}getAll(){return this.mutations}find(t){return void 0===t.exact&&(t.exact=!0),this.mutations.find(e=>O(t,e))}findAll(t){return this.mutations.filter(e=>O(t,e))}notify(t){N.batch(()=>{this.listeners.forEach(({listener:e})=>{e(t)})})}resumePausedMutations(){var t;return this.resuming=(null!=(t=this.resuming)?t:Promise.resolve()).then(()=>{let t=this.mutations.filter(t=>t.state.isPaused);return N.batch(()=>t.reduce((t,e)=>t.then(()=>e.continue().catch(c)),Promise.resolve()))}).then(()=>{this.resuming=void 0}),this.resuming}}function X(){return{onFetch:t=>{t.fetchFn=()=>{var e,s,i,r,n,u;let a,o=null==(e=t.fetchOptions)||null==(s=e.meta)?void 0:s.refetchPage,l=null==(i=t.fetchOptions)||null==(r=i.meta)?void 0:r.fetchMore,h=null==l?void 0:l.pageParam,c=(null==l?void 0:l.direction)==="forward",d=(null==l?void 0:l.direction)==="backward",f=(null==(n=t.state.data)?void 0:n.pages)||[],p=(null==(u=t.state.data)?void 0:u.pageParams)||[],y=p,v=!1,m=t.options.queryFn||(()=>Promise.reject("Missing queryFn for queryKey '"+t.options.queryHash+"'")),b=(t,e,s,i)=>(y=i?[e,...y]:[...y,e],i?[s,...t]:[...t,s]),g=(e,s,i,r)=>{if(v)return Promise.reject("Cancelled");if(void 0===i&&!s&&e.length)return Promise.resolve(e);let n={queryKey:t.queryKey,pageParam:i,meta:t.options.meta};return Object.defineProperty(n,"signal",{enumerable:!0,get:()=>{var e,s;return null!=(e=t.signal)&&e.aborted?v=!0:null==(s=t.signal)||s.addEventListener("abort",()=>{v=!0}),t.signal}}),Promise.resolve(m(n)).then(t=>b(e,i,t,r))};if(f.length)if(c){let e=void 0!==h,s=e?h:Y(t.options,f);a=g(f,e,s)}else if(d){let e=void 0!==h,s=e?h:Z(t.options,f);a=g(f,e,s,!0)}else{y=[];let e=void 0===t.options.getNextPageParam;a=!o||!f[0]||o(f[0],0,f)?g([],e,p[0]):Promise.resolve(b([],p[0],f[0]));for(let s=1;s<f.length;s++)a=a.then(i=>{if(!o||!f[s]||o(f[s],s,f)){let r=e?p[s]:Y(t.options,i);return g(i,e,r)}return Promise.resolve(b(i,p[s],f[s]))})}else a=g([]);return a.then(t=>({pages:t,pageParams:y}))}}}}function Y(t,e){return null==t.getNextPageParam?void 0:t.getNextPageParam(e[e.length-1],e)}function Z(t,e){return null==t.getPreviousPageParam?void 0:t.getPreviousPageParam(e[0],e)}class ${constructor(t={}){this.queryCache=t.queryCache||new z,this.mutationCache=t.mutationCache||new J,this.logger=t.logger||B,this.defaultOptions=t.defaultOptions||{},this.queryDefaults=[],this.mutationDefaults=[],this.mountCount=0}mount(){this.mountCount++,1===this.mountCount&&(this.unsubscribeFocus=I.subscribe(()=>{I.isFocused()&&(this.resumePausedMutations(),this.queryCache.onFocus())}),this.unsubscribeOnline=T.subscribe(()=>{T.isOnline()&&(this.resumePausedMutations(),this.queryCache.onOnline())}))}unmount(){var t,e;this.mountCount--,0===this.mountCount&&(null==(t=this.unsubscribeFocus)||t.call(this),this.unsubscribeFocus=void 0,null==(e=this.unsubscribeOnline)||e.call(this),this.unsubscribeOnline=void 0)}isFetching(t,e){let[s]=m(t,e);return s.fetchStatus="fetching",this.queryCache.findAll(s).length}isMutating(t){return this.mutationCache.findAll({...t,fetching:!0}).length}getQueryData(t,e){var s;return null==(s=this.queryCache.find(t,e))?void 0:s.state.data}ensureQueryData(t,e,s){let i=y(t,e,s),r=this.getQueryData(i.queryKey);return r?Promise.resolve(r):this.fetchQuery(i)}getQueriesData(t){return this.getQueryCache().findAll(t).map(({queryKey:t,state:e})=>[t,e.data])}setQueryData(t,e,s){let i=this.queryCache.find(t),r=null==i?void 0:i.state.data,n="function"==typeof e?e(r):e;if(void 0===n)return;let u=y(t),a=this.defaultQueryOptions(u);return this.queryCache.build(this,a).setData(n,{...s,manual:!0})}setQueriesData(t,e,s){return N.batch(()=>this.getQueryCache().findAll(t).map(({queryKey:t})=>[t,this.setQueryData(t,e,s)]))}getQueryState(t,e){var s;return null==(s=this.queryCache.find(t,e))?void 0:s.state}removeQueries(t,e){let[s]=m(t,e),i=this.queryCache;N.batch(()=>{i.findAll(s).forEach(t=>{i.remove(t)})})}resetQueries(t,e,s){let[i,r]=m(t,e,s),n=this.queryCache,u={type:"active",...i};return N.batch(()=>(n.findAll(i).forEach(t=>{t.reset()}),this.refetchQueries(u,r)))}cancelQueries(t,e,s){let[i,r={}]=m(t,e,s);return void 0===r.revert&&(r.revert=!0),Promise.all(N.batch(()=>this.queryCache.findAll(i).map(t=>t.cancel(r)))).then(c).catch(c)}invalidateQueries(t,e,s){let[i,r]=m(t,e,s);return N.batch(()=>{var t,e;if(this.queryCache.findAll(i).forEach(t=>{t.invalidate()}),"none"===i.refetchType)return Promise.resolve();let s={...i,type:null!=(t=null!=(e=i.refetchType)?e:i.type)?t:"active"};return this.refetchQueries(s,r)})}refetchQueries(t,e,s){let[i,r]=m(t,e,s),n=Promise.all(N.batch(()=>this.queryCache.findAll(i).filter(t=>!t.isDisabled()).map(t=>{var e;return t.fetch(void 0,{...r,cancelRefetch:null==(e=null==r?void 0:r.cancelRefetch)||e,meta:{refetchPage:i.refetchPage}})}))).then(c);return null!=r&&r.throwOnError||(n=n.catch(c)),n}fetchQuery(t,e,s){let i=y(t,e,s),r=this.defaultQueryOptions(i);void 0===r.retry&&(r.retry=!1);let n=this.queryCache.build(this,r);return n.isStaleByTime(r.staleTime)?n.fetch(r):Promise.resolve(n.state.data)}prefetchQuery(t,e,s){return this.fetchQuery(t,e,s).then(c).catch(c)}fetchInfiniteQuery(t,e,s){let i=y(t,e,s);return i.behavior=X(),this.fetchQuery(i)}prefetchInfiniteQuery(t,e,s){return this.fetchInfiniteQuery(t,e,s).then(c).catch(c)}resumePausedMutations(){return this.mutationCache.resumePausedMutations()}getQueryCache(){return this.queryCache}getMutationCache(){return this.mutationCache}getLogger(){return this.logger}getDefaultOptions(){return this.defaultOptions}setDefaultOptions(t){this.defaultOptions=t}setQueryDefaults(t,e){let s=this.queryDefaults.find(e=>R(t)===R(e.queryKey));s?s.defaultOptions=e:this.queryDefaults.push({queryKey:t,defaultOptions:e})}getQueryDefaults(t){if(!t)return;let e=this.queryDefaults.find(e=>S(t,e.queryKey));return null==e?void 0:e.defaultOptions}setMutationDefaults(t,e){let s=this.mutationDefaults.find(e=>R(t)===R(e.mutationKey));s?s.defaultOptions=e:this.mutationDefaults.push({mutationKey:t,defaultOptions:e})}getMutationDefaults(t){if(!t)return;let e=this.mutationDefaults.find(e=>S(t,e.mutationKey));return null==e?void 0:e.defaultOptions}defaultQueryOptions(t){if(null!=t&&t._defaulted)return t;let e={...this.defaultOptions.queries,...this.getQueryDefaults(null==t?void 0:t.queryKey),...t,_defaulted:!0};return!e.queryHash&&e.queryKey&&(e.queryHash=C(e.queryKey,e)),void 0===e.refetchOnReconnect&&(e.refetchOnReconnect="always"!==e.networkMode),void 0===e.useErrorBoundary&&(e.useErrorBoundary=!!e.suspense),e}defaultMutationOptions(t){return null!=t&&t._defaulted?t:{...this.defaultOptions.mutations,...this.getMutationDefaults(null==t?void 0:t.mutationKey),...t,_defaulted:!0}}clear(){this.queryCache.clear(),this.mutationCache.clear()}}class tt extends l{constructor(t,e){super(),this.client=t,this.options=e,this.trackedProps=new Set,this.selectError=null,this.bindMethods(),this.setOptions(e)}bindMethods(){this.remove=this.remove.bind(this),this.refetch=this.refetch.bind(this)}onSubscribe(){1===this.listeners.size&&(this.currentQuery.addObserver(this),te(this.currentQuery,this.options)&&this.executeFetch(),this.updateTimers())}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return ts(this.currentQuery,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return ts(this.currentQuery,this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,this.clearStaleTimeout(),this.clearRefetchInterval(),this.currentQuery.removeObserver(this)}setOptions(t,e){let s=this.options,i=this.currentQuery;if(this.options=this.client.defaultQueryOptions(t),E(s,this.options)||this.client.getQueryCache().notify({type:"observerOptionsUpdated",query:this.currentQuery,observer:this}),void 0!==this.options.enabled&&"boolean"!=typeof this.options.enabled)throw Error("Expected enabled to be a boolean");this.options.queryKey||(this.options.queryKey=s.queryKey),this.updateQuery();let r=this.hasListeners();r&&ti(this.currentQuery,i,this.options,s)&&this.executeFetch(),this.updateResult(e),r&&(this.currentQuery!==i||this.options.enabled!==s.enabled||this.options.staleTime!==s.staleTime)&&this.updateStaleTimeout();let n=this.computeRefetchInterval();r&&(this.currentQuery!==i||this.options.enabled!==s.enabled||n!==this.currentRefetchInterval)&&this.updateRefetchInterval(n)}getOptimisticResult(t){var e,s,i;let r=this.client.getQueryCache().build(this.client,t),n=this.createResult(r,t);return e=this,s=n,(i=t).keepPreviousData||(void 0!==i.placeholderData?!s.isPlaceholderData:E(e.getCurrentResult(),s))||(this.currentResult=n,this.currentResultOptions=this.options,this.currentResultState=this.currentQuery.state),n}getCurrentResult(){return this.currentResult}trackResult(t){let e={};return Object.keys(t).forEach(s=>{Object.defineProperty(e,s,{configurable:!1,enumerable:!0,get:()=>(this.trackedProps.add(s),t[s])})}),e}getCurrentQuery(){return this.currentQuery}remove(){this.client.getQueryCache().remove(this.currentQuery)}refetch({refetchPage:t,...e}={}){return this.fetch({...e,meta:{refetchPage:t}})}fetchOptimistic(t){let e=this.client.defaultQueryOptions(t),s=this.client.getQueryCache().build(this.client,e);return s.isFetchingOptimistic=!0,s.fetch().then(()=>this.createResult(s,e))}fetch(t){var e;return this.executeFetch({...t,cancelRefetch:null==(e=t.cancelRefetch)||e}).then(()=>(this.updateResult(),this.currentResult))}executeFetch(t){this.updateQuery();let e=this.currentQuery.fetch(this.options,t);return null!=t&&t.throwOnError||(e=e.catch(c)),e}updateStaleTimeout(){if(this.clearStaleTimeout(),h||this.currentResult.isStale||!d(this.options.staleTime))return;let t=p(this.currentResult.dataUpdatedAt,this.options.staleTime);this.staleTimeoutId=setTimeout(()=>{this.currentResult.isStale||this.updateResult()},t+1)}computeRefetchInterval(){var t;return"function"==typeof this.options.refetchInterval?this.options.refetchInterval(this.currentResult.data,this.currentQuery):null!=(t=this.options.refetchInterval)&&t}updateRefetchInterval(t){this.clearRefetchInterval(),this.currentRefetchInterval=t,!h&&!1!==this.options.enabled&&d(this.currentRefetchInterval)&&0!==this.currentRefetchInterval&&(this.refetchIntervalId=setInterval(()=>{(this.options.refetchIntervalInBackground||I.isFocused())&&this.executeFetch()},this.currentRefetchInterval))}updateTimers(){this.updateStaleTimeout(),this.updateRefetchInterval(this.computeRefetchInterval())}clearStaleTimeout(){this.staleTimeoutId&&(clearTimeout(this.staleTimeoutId),this.staleTimeoutId=void 0)}clearRefetchInterval(){this.refetchIntervalId&&(clearInterval(this.refetchIntervalId),this.refetchIntervalId=void 0)}createResult(t,e){let s,i=this.currentQuery,r=this.options,n=this.currentResult,u=this.currentResultState,a=this.currentResultOptions,o=t!==i,l=o?t.state:this.currentQueryInitialState,h=o?this.currentResult:this.previousQueryResult,{state:c}=t,{dataUpdatedAt:d,error:f,errorUpdatedAt:p,fetchStatus:y,status:v}=c,m=!1,b=!1;if(e._optimisticResults){let s=this.hasListeners(),n=!s&&te(t,e),u=s&&ti(t,i,e,r);(n||u)&&(y=k(t.options.networkMode)?"fetching":"paused",d||(v="loading")),"isRestoring"===e._optimisticResults&&(y="idle")}if(e.keepPreviousData&&!c.dataUpdatedAt&&null!=h&&h.isSuccess&&"error"!==v)s=h.data,d=h.dataUpdatedAt,v=h.status,m=!0;else if(e.select&&void 0!==c.data)if(n&&c.data===(null==u?void 0:u.data)&&e.select===this.selectFn)s=this.selectResult;else try{this.selectFn=e.select,s=e.select(c.data),s=A(null==n?void 0:n.data,s,e),this.selectResult=s,this.selectError=null}catch(t){this.selectError=t}else s=c.data;if(void 0!==e.placeholderData&&void 0===s&&"loading"===v){let t;if(null!=n&&n.isPlaceholderData&&e.placeholderData===(null==a?void 0:a.placeholderData))t=n.data;else if(t="function"==typeof e.placeholderData?e.placeholderData():e.placeholderData,e.select&&void 0!==t)try{t=e.select(t),this.selectError=null}catch(t){this.selectError=t}void 0!==t&&(v="success",s=A(null==n?void 0:n.data,t,e),b=!0)}this.selectError&&(f=this.selectError,s=this.selectResult,p=Date.now(),v="error");let g="fetching"===y,O="loading"===v,C="error"===v;return{status:v,fetchStatus:y,isLoading:O,isSuccess:"success"===v,isError:C,isInitialLoading:O&&g,data:s,dataUpdatedAt:d,error:f,errorUpdatedAt:p,failureCount:c.fetchFailureCount,failureReason:c.fetchFailureReason,errorUpdateCount:c.errorUpdateCount,isFetched:c.dataUpdateCount>0||c.errorUpdateCount>0,isFetchedAfterMount:c.dataUpdateCount>l.dataUpdateCount||c.errorUpdateCount>l.errorUpdateCount,isFetching:g,isRefetching:g&&!O,isLoadingError:C&&0===c.dataUpdatedAt,isPaused:"paused"===y,isPlaceholderData:b,isPreviousData:m,isRefetchError:C&&0!==c.dataUpdatedAt,isStale:tr(t,e),refetch:this.refetch,remove:this.remove}}updateResult(t){let e=this.currentResult,s=this.createResult(this.currentQuery,this.options);if(this.currentResultState=this.currentQuery.state,this.currentResultOptions=this.options,E(s,e))return;this.currentResult=s;let i={cache:!0},r=()=>{if(!e)return!0;let{notifyOnChangeProps:t}=this.options,s="function"==typeof t?t():t;if("all"===s||!s&&!this.trackedProps.size)return!0;let i=new Set(null!=s?s:this.trackedProps);return this.options.useErrorBoundary&&i.add("error"),Object.keys(this.currentResult).some(t=>this.currentResult[t]!==e[t]&&i.has(t))};(null==t?void 0:t.listeners)!==!1&&r()&&(i.listeners=!0),this.notify({...i,...t})}updateQuery(){let t=this.client.getQueryCache().build(this.client,this.options);if(t===this.currentQuery)return;let e=this.currentQuery;this.currentQuery=t,this.currentQueryInitialState=t.state,this.previousQueryResult=this.currentResult,this.hasListeners()&&(null==e||e.removeObserver(this),t.addObserver(this))}onQueryUpdate(t){let e={};"success"===t.type?e.onSuccess=!t.manual:"error"!==t.type||j(t.error)||(e.onError=!0),this.updateResult(e),this.hasListeners()&&this.updateTimers()}notify(t){N.batch(()=>{var e,s,i,r,n,u,a,o;t.onSuccess?(null==(e=(s=this.options).onSuccess)||e.call(s,this.currentResult.data),null==(i=(r=this.options).onSettled)||i.call(r,this.currentResult.data,null)):t.onError&&(null==(n=(u=this.options).onError)||n.call(u,this.currentResult.error),null==(a=(o=this.options).onSettled)||a.call(o,void 0,this.currentResult.error)),t.listeners&&this.listeners.forEach(({listener:t})=>{t(this.currentResult)}),t.cache&&this.client.getQueryCache().notify({query:this.currentQuery,type:"observerResultsUpdated"})})}}function te(t,e){return!1!==e.enabled&&!t.state.dataUpdatedAt&&("error"!==t.state.status||!1!==e.retryOnMount)||t.state.dataUpdatedAt>0&&ts(t,e,e.refetchOnMount)}function ts(t,e,s){if(!1!==e.enabled){let i="function"==typeof s?s(t):s;return"always"===i||!1!==i&&tr(t,e)}return!1}function ti(t,e,s,i){return!1!==s.enabled&&(t!==e||!1===i.enabled)&&(!s.suspense||"error"!==t.state.status)&&tr(t,s)}function tr(t,e){return t.isStaleByTime(e.staleTime)}class tn extends l{constructor(t,e){super(),this.client=t,this.queries=[],this.result=[],this.observers=[],this.observersMap={},e&&this.setQueries(e)}onSubscribe(){1===this.listeners.size&&this.observers.forEach(t=>{t.subscribe(e=>{this.onUpdate(t,e)})})}onUnsubscribe(){this.listeners.size||this.destroy()}destroy(){this.listeners=new Set,this.observers.forEach(t=>{t.destroy()})}setQueries(t,e){this.queries=t,N.batch(()=>{let t=this.observers,s=this.findMatchingObservers(this.queries);s.forEach(t=>t.observer.setOptions(t.defaultedQueryOptions,e));let i=s.map(t=>t.observer),r=Object.fromEntries(i.map(t=>[t.options.queryHash,t])),n=i.map(t=>t.getCurrentResult()),u=i.some((e,s)=>e!==t[s]);t.length===i.length&&!u||(this.observers=i,this.observersMap=r,this.result=n,this.hasListeners()&&(f(t,i).forEach(t=>{t.destroy()}),f(i,t).forEach(t=>{t.subscribe(e=>{this.onUpdate(t,e)})}),this.notify()))})}getCurrentResult(){return this.result}getQueries(){return this.observers.map(t=>t.getCurrentQuery())}getObservers(){return this.observers}getOptimisticResult(t){return this.findMatchingObservers(t).map(t=>t.observer.getOptimisticResult(t.defaultedQueryOptions))}findMatchingObservers(t){let e=this.observers,s=new Map(e.map(t=>[t.options.queryHash,t])),i=t.map(t=>this.client.defaultQueryOptions(t)),r=i.flatMap(t=>{let e=s.get(t.queryHash);return null!=e?[{defaultedQueryOptions:t,observer:e}]:[]}),n=new Set(r.map(t=>t.defaultedQueryOptions.queryHash)),u=i.filter(t=>!n.has(t.queryHash)),a=new Set(r.map(t=>t.observer)),o=e.filter(t=>!a.has(t)),l=t=>{let e=this.client.defaultQueryOptions(t),s=this.observersMap[e.queryHash];return null!=s?s:new tt(this.client,e)},h=u.map((t,e)=>{if(t.keepPreviousData){let s=o[e];if(void 0!==s)return{defaultedQueryOptions:t,observer:s}}return{defaultedQueryOptions:t,observer:l(t)}});return r.concat(h).sort((t,e)=>i.indexOf(t.defaultedQueryOptions)-i.indexOf(e.defaultedQueryOptions))}onUpdate(t,e){let s=this.observers.indexOf(t);if(-1!==s){var i;let t;this.result=(i=this.result,(t=i.slice(0))[s]=e,t),this.notify()}}notify(){N.batch(()=>{this.listeners.forEach(({listener:t})=>{t(this.result)})})}}class tu extends tt{constructor(t,e){super(t,e)}bindMethods(){super.bindMethods(),this.fetchNextPage=this.fetchNextPage.bind(this),this.fetchPreviousPage=this.fetchPreviousPage.bind(this)}setOptions(t,e){super.setOptions({...t,behavior:X()},e)}getOptimisticResult(t){return t.behavior=X(),super.getOptimisticResult(t)}fetchNextPage({pageParam:t,...e}={}){return this.fetch({...e,meta:{fetchMore:{direction:"forward",pageParam:t}}})}fetchPreviousPage({pageParam:t,...e}={}){return this.fetch({...e,meta:{fetchMore:{direction:"backward",pageParam:t}}})}createResult(t,e){var s,i,r,n,u,a;let{state:o}=t,l=super.createResult(t,e),{isFetching:h,isRefetching:c}=l,d=h&&(null==(s=o.fetchMeta)||null==(i=s.fetchMore)?void 0:i.direction)==="forward",f=h&&(null==(r=o.fetchMeta)||null==(n=r.fetchMore)?void 0:n.direction)==="backward";return{...l,fetchNextPage:this.fetchNextPage,fetchPreviousPage:this.fetchPreviousPage,hasNextPage:function(t,e){if(t.getNextPageParam&&Array.isArray(e)){let s=Y(t,e);return null!=s&&!1!==s}}(e,null==(u=o.data)?void 0:u.pages),hasPreviousPage:function(t,e){if(t.getPreviousPageParam&&Array.isArray(e)){let s=Z(t,e);return null!=s&&!1!==s}}(e,null==(a=o.data)?void 0:a.pages),isFetchingNextPage:d,isFetchingPreviousPage:f,isRefetching:c&&!d&&!f}}}class ta extends l{constructor(t,e){super(),this.client=t,this.setOptions(e),this.bindMethods(),this.updateResult()}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(t){var e;let s=this.options;this.options=this.client.defaultMutationOptions(t),E(s,this.options)||this.client.getMutationCache().notify({type:"observerOptionsUpdated",mutation:this.currentMutation,observer:this}),null==(e=this.currentMutation)||e.setOptions(this.options)}onUnsubscribe(){if(!this.hasListeners()){var t;null==(t=this.currentMutation)||t.removeObserver(this)}}onMutationUpdate(t){this.updateResult();let e={listeners:!0};"success"===t.type?e.onSuccess=!0:"error"===t.type&&(e.onError=!0),this.notify(e)}getCurrentResult(){return this.currentResult}reset(){this.currentMutation=void 0,this.updateResult(),this.notify({listeners:!0})}mutate(t,e){return this.mutateOptions=e,this.currentMutation&&this.currentMutation.removeObserver(this),this.currentMutation=this.client.getMutationCache().build(this.client,{...this.options,variables:void 0!==t?t:this.options.variables}),this.currentMutation.addObserver(this),this.currentMutation.execute()}updateResult(){let t=this.currentMutation?this.currentMutation.state:W(),e="loading"===t.status,s={...t,isLoading:e,isPending:e,isSuccess:"success"===t.status,isError:"error"===t.status,isIdle:"idle"===t.status,mutate:this.mutate,reset:this.reset};this.currentResult=s}notify(t){N.batch(()=>{if(this.mutateOptions&&this.hasListeners()){var e,s,i,r,n,u,a,o;t.onSuccess?(null==(e=(s=this.mutateOptions).onSuccess)||e.call(s,this.currentResult.data,this.currentResult.variables,this.currentResult.context),null==(i=(r=this.mutateOptions).onSettled)||i.call(r,this.currentResult.data,null,this.currentResult.variables,this.currentResult.context)):t.onError&&(null==(n=(u=this.mutateOptions).onError)||n.call(u,this.currentResult.error,this.currentResult.variables,this.currentResult.context),null==(a=(o=this.mutateOptions).onSettled)||a.call(o,void 0,this.currentResult.error,this.currentResult.variables,this.currentResult.context))}t.listeners&&this.listeners.forEach(({listener:t})=>{t(this.currentResult)})})}}function to(t){return t.state.isPaused}function tl(t){return"success"===t.state.status}function th(t,e={}){let s=[],i=[];if(!1!==e.dehydrateMutations){let i=e.shouldDehydrateMutation||to;t.getMutationCache().getAll().forEach(t=>{i(t)&&s.push({mutationKey:t.options.mutationKey,state:t.state})})}if(!1!==e.dehydrateQueries){let s=e.shouldDehydrateQuery||tl;t.getQueryCache().getAll().forEach(t=>{s(t)&&i.push({state:t.state,queryKey:t.queryKey,queryHash:t.queryHash})})}return{mutations:s,queries:i}}function tc(t,e,s){if("object"!=typeof e||null===e)return;let i=t.getMutationCache(),r=t.getQueryCache(),n=e.mutations||[],u=e.queries||[];n.forEach(e=>{var r;i.build(t,{...null==s||null==(r=s.defaultOptions)?void 0:r.mutations,mutationKey:e.mutationKey},e.state)}),u.forEach(({queryKey:e,state:i,queryHash:n})=>{var u;let a=r.get(n);if(a){if(a.state.dataUpdatedAt<i.dataUpdatedAt){let{fetchStatus:t,...e}=i;a.setState(e)}return}r.build(t,{...null==s||null==(u=s.defaultOptions)?void 0:u.queries,queryKey:e,queryHash:n},{...i,fetchStatus:"idle"})})}var td=s(70451);let tf=s(43676).useSyncExternalStore,tp=td.createContext(void 0),ty=td.createContext(!1);function tv(t,e){return t||(e&&"undefined"!=typeof window?(window.ReactQueryClientContext||(window.ReactQueryClientContext=tp),window.ReactQueryClientContext):tp)}let tm=({context:t}={})=>{let e=td.useContext(tv(t,td.useContext(ty)));if(!e)throw Error("No QueryClient set, use QueryClientProvider to set one");return e},tb=({client:t,children:e,context:s,contextSharing:i=!1})=>{td.useEffect(()=>(t.mount(),()=>{t.unmount()}),[t]);let r=tv(s,i);return td.createElement(ty.Provider,{value:!s&&i},td.createElement(r.Provider,{value:t},e))},tg=td.createContext(!1),tO=()=>td.useContext(tg),tC=tg.Provider;function tR(){let t=!1;return{clearReset:()=>{t=!1},reset:()=>{t=!0},isReset:()=>t}}let tS=td.createContext(tR()),tQ=()=>td.useContext(tS),tE=({children:t})=>{let[e]=td.useState(()=>tR());return td.createElement(tS.Provider,{value:e},"function"==typeof t?t(e):t)};function tq(t,e){return"function"==typeof t?t(...e):!!t}let tw=(t,e)=>{(t.suspense||t.useErrorBoundary)&&!e.isReset()&&(t.retryOnMount=!1)},tP=t=>{td.useEffect(()=>{t.clearReset()},[t])},tM=({result:t,errorResetBoundary:e,useErrorBoundary:s,query:i})=>t.isError&&!e.isReset()&&!t.isFetching&&tq(s,[t.error,i]),tF=t=>{t.suspense&&"number"!=typeof t.staleTime&&(t.staleTime=1e3)},tx=(t,e)=>t.isLoading&&t.isFetching&&!e,tD=(t,e,s)=>(null==t?void 0:t.suspense)&&tx(e,s),tA=(t,e,s)=>e.fetchOptimistic(t).then(({data:e})=>{null==t.onSuccess||t.onSuccess(e),null==t.onSettled||t.onSettled(e,null)}).catch(e=>{s.clearReset(),null==t.onError||t.onError(e),null==t.onSettled||t.onSettled(void 0,e)});function tI({queries:t,context:e}){let s=tm({context:e}),i=tO(),r=tQ(),n=td.useMemo(()=>t.map(t=>{let e=s.defaultQueryOptions(t);return e._optimisticResults=i?"isRestoring":"optimistic",e}),[t,s,i]);n.forEach(t=>{tF(t),tw(t,r)}),tP(r);let[u]=td.useState(()=>new tn(s,n)),a=u.getOptimisticResult(n);tf(td.useCallback(t=>i?()=>void 0:u.subscribe(N.batchCalls(t)),[u,i]),()=>u.getCurrentResult(),()=>u.getCurrentResult()),td.useEffect(()=>{u.setQueries(n,{listeners:!1})},[n,u]);let o=a.some((t,e)=>tD(n[e],t,i))?a.flatMap((t,e)=>{let s=n[e],a=u.getObservers()[e];if(s&&a)if(tD(s,t,i))return tA(s,a,r);else tx(t,i)&&tA(s,a,r);return[]}):[];if(o.length>0)throw Promise.all(o);let l=u.getQueries(),h=a.find((t,e)=>{var s,i;return tM({result:t,errorResetBoundary:r,useErrorBoundary:null!=(s=null==(i=n[e])?void 0:i.useErrorBoundary)&&s,query:l[e]})});if(null!=h&&h.error)throw h.error;return a}function tU(t,e){let s=tm({context:t.context}),i=tO(),r=tQ(),n=s.defaultQueryOptions(t);n._optimisticResults=i?"isRestoring":"optimistic",n.onError&&(n.onError=N.batchCalls(n.onError)),n.onSuccess&&(n.onSuccess=N.batchCalls(n.onSuccess)),n.onSettled&&(n.onSettled=N.batchCalls(n.onSettled)),tF(n),tw(n,r),tP(r);let[u]=td.useState(()=>new e(s,n)),a=u.getOptimisticResult(n);if(tf(td.useCallback(t=>{let e=i?()=>void 0:u.subscribe(N.batchCalls(t));return u.updateResult(),e},[u,i]),()=>u.getCurrentResult(),()=>u.getCurrentResult()),td.useEffect(()=>{u.setOptions(n,{listeners:!1})},[n,u]),tD(n,a,i))throw tA(n,u,r);if(tM({result:a,errorResetBoundary:r,useErrorBoundary:n.useErrorBoundary,query:u.getCurrentQuery()}))throw a.error;return n.notifyOnChangeProps?a:u.trackResult(a)}function tT(t,e,s){return tU(y(t,e,s),tt)}function tK(t){return tU({...t,enabled:!0,useErrorBoundary:!0,suspense:!0,placeholderData:void 0,networkMode:"always"},tt)}function tk({queries:t,context:e}){return tI({queries:t.map(t=>({...t,enabled:!0,useErrorBoundary:!0,suspense:!0,placeholderData:void 0,networkMode:"always"})),context:e})}function tL(t,e={}){let s=tm({context:e.context}),i=td.useRef(e);i.current=e,td.useMemo(()=>{t&&tc(s,t,i.current)},[s,t])}let tj=({children:t,options:e,state:s})=>(tL(s,e),t);function tH(t,e,s){let[i,r={}]=m(t,e,s),n=tm({context:r.context}),u=n.getQueryCache();return tf(td.useCallback(t=>u.subscribe(N.batchCalls(t)),[u]),()=>n.isFetching(i),()=>n.isFetching(i))}function tB(t,e,s){let[i,r={}]=b(t,e,s),n=tm({context:r.context}),u=n.getMutationCache();return tf(td.useCallback(t=>u.subscribe(N.batchCalls(t)),[u]),()=>n.isMutating(i),()=>n.isMutating(i))}function tN(t,e,s){let i=v(t,e,s),r=tm({context:i.context}),[n]=td.useState(()=>new ta(r,i));td.useEffect(()=>{n.setOptions(i)},[n,i]);let u=tf(td.useCallback(t=>n.subscribe(N.batchCalls(t)),[n]),()=>n.getCurrentResult(),()=>n.getCurrentResult()),a=td.useCallback((t,e)=>{n.mutate(t,e).catch(tG)},[n]);if(u.error&&tq(n.options.useErrorBoundary,[u.error]))throw u.error;return{...u,mutate:a,mutateAsync:u.mutate}}function tG(){}function t_(t,e,s){return tU(y(t,e,s),tu)}function tz(t){return t}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_VictoriaLogs=self.chunk_VictoriaLogs||[]).push([["6854"],{63859:function(e,t,r){r.r(t),r.d(t,{default:()=>g});var n=r(68102),i=r(69402),a=r(37696),o=r(60755),s=r(309),l=r(70451),c=r(19597),d=/^((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)-.*))$/,p=(0,c.A)(function(e){return d.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&91>e.charCodeAt(2)}),u=function(e){return"theme"!==e},m=function(e){return"string"==typeof e&&e.charCodeAt(0)>96?p:u},f=function(e,t,r){var n;if(t){var i=t.shouldForwardProp;n=e.__emotion_forwardProp&&i?function(t){return e.__emotion_forwardProp(t)&&i(t)}:i}return"function"!=typeof n&&r&&(n=e.__emotion_forwardProp),n},h=function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return(0,s.SF)(t,r,n),(0,o.s)(function(){return(0,s.sk)(t,r,n)}),null},g=(function e(t,r){var o,c,d=t.__emotion_real===t,p=d&&t.__emotion_base||t;void 0!==r&&(o=r.label,c=r.target);var u=f(t,r,d),g=u||m(p),y=!g("as");return function(){var v=arguments,k=d&&void 0!==t.__emotion_styles?t.__emotion_styles.slice(0):[];if(void 0!==o&&k.push("label:"+o+";"),null==v[0]||void 0===v[0].raw)k.push.apply(k,v);else{var b=v[0];k.push(b[0]);for(var x=v.length,_=1;_<x;_++)k.push(v[_],b[_])}var w=(0,i.withEmotionCache)(function(e,t,r){var n=y&&e.as||p,o="",d=[],f=e;if(null==e.theme){for(var v in f={},e)f[v]=e[v];f.theme=l.useContext(i.ThemeContext)}"string"==typeof e.className?o=(0,s.Rk)(t.registered,d,e.className):null!=e.className&&(o=e.className+" ");var b=(0,a.J)(k.concat(d),t.registered,f);o+=t.key+"-"+b.name,void 0!==c&&(o+=" "+c);var x=y&&void 0===u?m(n):g,_={};for(var w in e)(!y||"as"!==w)&&x(w)&&(_[w]=e[w]);return _.className=o,r&&(_.ref=r),l.createElement(l.Fragment,null,l.createElement(h,{cache:t,serialized:b,isStringTag:"string"==typeof n}),l.createElement(n,_))});return w.displayName=void 0!==o?o:"Styled("+("string"==typeof p?p:p.displayName||p.name||"Component")+")",w.defaultProps=t.defaultProps,w.__emotion_real=w,w.__emotion_base=p,w.__emotion_styles=k,w.__emotion_forwardProp=u,Object.defineProperty(w,"toString",{value:function(){return"."+c}}),w.withComponent=function(t,i){return e(t,(0,n.A)({},r,i,{shouldForwardProp:f(w,i,!0)})).apply(void 0,k)},w}}).bind(null);["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"].forEach(function(e){g[e]=g(e)})},60755:function(e,t,r){r.d(t,{i:()=>o,s:()=>a});var n=r(70451),i=!!n.useInsertionEffect&&n.useInsertionEffect,a=i||function(e){return e()},o=i||n.useLayoutEffect},309:function(e,t,r){function n(e,t,r){var n="";return r.split(" ").forEach(function(r){void 0!==e[r]?t.push(e[r]+";"):r&&(n+=r+" ")}),n}r.d(t,{Rk:()=>n,SF:()=>i,sk:()=>a});var i=function(e,t,r){var n=e.key+"-"+t.name;!1===r&&void 0===e.registered[n]&&(e.registered[n]=t.styles)},a=function(e,t,r){i(e,t,r);var n=e.key+"-"+t.name;if(void 0===e.inserted[t.name]){var a=t;do e.insert(t===a?"."+n:"",a,e.sheet,!0),a=a.next;while(void 0!==a)}}},68102:function(e,t,r){r.d(t,{A:()=>n});function n(){return(n=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}).apply(null,arguments)}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_VictoriaLogs=self.chunk_VictoriaLogs||[]).push([["713"],{34007:function(e,t,r){r.d(t,{A:()=>R});var a=r(70451),i=r(11750),o=r(81023),n=r(59238),l=r(77308),s=r(23434),d=r(72052),p=r(73397),c=r(24726),u=r(26952),h=r(11502),m=r(52855),g=r(47095),f=r(22402),v=r(62540);let b=(0,f.A)((0,v.jsx)("path",{d:"M20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4C12.76,4 13.5,4.11 14.2, 4.31L15.77,2.74C14.61,2.26 13.34,2 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0, 0 22,12M7.91,10.08L6.5,11.5L11,16L21,6L19.59,4.58L11,13.17L7.91,10.08Z"}),"SuccessOutlined"),y=(0,f.A)((0,v.jsx)("path",{d:"M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"}),"ReportProblemOutlined"),x=(0,f.A)((0,v.jsx)("path",{d:"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),"ErrorOutline"),A=(0,f.A)((0,v.jsx)("path",{d:"M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20, 12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10, 10 0 0,0 12,2M11,17H13V11H11V17Z"}),"InfoOutlined");var w=r(17834);let M=(0,l.A)(h.A,{name:"MuiAlert",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[r.variant],t[`${r.variant}${(0,c.A)(r.color||r.severity)}`]]}})((0,s.A)(({theme:e})=>{let t="light"===e.palette.mode?n.e$:n.a,r="light"===e.palette.mode?n.a:n.e$;return{...e.typography.body2,backgroundColor:"transparent",display:"flex",padding:"6px 16px",variants:[...Object.entries(e.palette).filter((0,u.A)(["light"])).map(([a])=>({props:{colorSeverity:a,variant:"standard"},style:{color:e.vars?e.vars.palette.Alert[`${a}Color`]:t(e.palette[a].light,.6),backgroundColor:e.vars?e.vars.palette.Alert[`${a}StandardBg`]:r(e.palette[a].light,.9),[`& .${m.A.icon}`]:e.vars?{color:e.vars.palette.Alert[`${a}IconColor`]}:{color:e.palette[a].main}}})),...Object.entries(e.palette).filter((0,u.A)(["light"])).map(([r])=>({props:{colorSeverity:r,variant:"outlined"},style:{color:e.vars?e.vars.palette.Alert[`${r}Color`]:t(e.palette[r].light,.6),border:`1px solid ${(e.vars||e).palette[r].light}`,[`& .${m.A.icon}`]:e.vars?{color:e.vars.palette.Alert[`${r}IconColor`]}:{color:e.palette[r].main}}})),...Object.entries(e.palette).filter((0,u.A)(["dark"])).map(([t])=>({props:{colorSeverity:t,variant:"filled"},style:{fontWeight:e.typography.fontWeightMedium,...e.vars?{color:e.vars.palette.Alert[`${t}FilledColor`],backgroundColor:e.vars.palette.Alert[`${t}FilledBg`]}:{backgroundColor:"dark"===e.palette.mode?e.palette[t].dark:e.palette[t].main,color:e.palette.getContrastText(e.palette[t].main)}}}))]}})),$=(0,l.A)("div",{name:"MuiAlert",slot:"Icon",overridesResolver:(e,t)=>t.icon})({marginRight:12,padding:"7px 0",display:"flex",fontSize:22,opacity:.9}),S=(0,l.A)("div",{name:"MuiAlert",slot:"Message",overridesResolver:(e,t)=>t.message})({padding:"8px 0",minWidth:0,overflow:"auto"}),k=(0,l.A)("div",{name:"MuiAlert",slot:"Action",overridesResolver:(e,t)=>t.action})({display:"flex",alignItems:"flex-start",padding:"4px 0 0 16px",marginLeft:"auto",marginRight:-8}),C={success:(0,v.jsx)(b,{fontSize:"inherit"}),warning:(0,v.jsx)(y,{fontSize:"inherit"}),error:(0,v.jsx)(x,{fontSize:"inherit"}),info:(0,v.jsx)(A,{fontSize:"inherit"})},R=a.forwardRef(function(e,t){let r=(0,d.b)({props:e,name:"MuiAlert"}),{action:a,children:n,className:l,closeText:s="Close",color:u,components:h={},componentsProps:f={},icon:b,iconMapping:y=C,onClose:x,role:A="alert",severity:R="success",slotProps:L={},slots:j={},variant:z="standard",...I}=r,B={...r,color:u,severity:R,variant:z,colorSeverity:u||R},O=(e=>{let{variant:t,color:r,severity:a,classes:i}=e,n={root:["root",`color${(0,c.A)(r||a)}`,`${t}${(0,c.A)(r||a)}`,`${t}`],icon:["icon"],message:["message"],action:["action"]};return(0,o.A)(n,m.X,i)})(B),W={slots:{closeButton:h.CloseButton,closeIcon:h.CloseIcon,...j},slotProps:{...f,...L}},[T,P]=(0,p.A)("root",{ref:t,shouldForwardComponentProp:!0,className:(0,i.A)(O.root,l),elementType:M,externalForwardedProps:{...W,...I},ownerState:B,additionalProps:{role:A,elevation:0}}),[N,V]=(0,p.A)("icon",{className:O.icon,elementType:$,externalForwardedProps:W,ownerState:B}),[H,D]=(0,p.A)("message",{className:O.message,elementType:S,externalForwardedProps:W,ownerState:B}),[E,F]=(0,p.A)("action",{className:O.action,elementType:k,externalForwardedProps:W,ownerState:B}),[X,G]=(0,p.A)("closeButton",{elementType:g.A,externalForwardedProps:W,ownerState:B}),[_,Z]=(0,p.A)("closeIcon",{elementType:w.A,externalForwardedProps:W,ownerState:B});return(0,v.jsxs)(T,{...P,children:[!1!==b?(0,v.jsx)(N,{...V,children:b||y[R]||C[R]}):null,(0,v.jsx)(H,{...D,children:n}),null!=a?(0,v.jsx)(E,{...F,children:a}):null,null==a&&x?(0,v.jsx)(E,{...F,children:(0,v.jsx)(X,{size:"small","aria-label":s,title:s,color:"inherit",onClick:x,...G,children:(0,v.jsx)(_,{fontSize:"small",...Z})})}):null]})})},52855:function(e,t,r){r.d(t,{A:()=>n,X:()=>o});var a=r(29009),i=r(46733);function o(e){return(0,i.Ay)("MuiAlert",e)}let n=(0,a.A)("MuiAlert",["root","action","icon","message","filled","colorSuccess","colorInfo","colorWarning","colorError","filledSuccess","filledInfo","filledWarning","filledError","outlined","outlinedSuccess","outlinedInfo","outlinedWarning","outlinedError","standard","standardSuccess","standardInfo","standardWarning","standardError"])},6227:function(e,t,r){r.d(t,{A:()=>g});var a=r(70451),i=r(11750),o=r(81023),n=r(59238),l=r(77308),s=r(23434),d=r(72052),p=r(30119),c=r(62540);let u=(0,l.A)("div",{name:"MuiDivider",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.absolute&&t.absolute,t[r.variant],r.light&&t.light,"vertical"===r.orientation&&t.vertical,r.flexItem&&t.flexItem,r.children&&t.withChildren,r.children&&"vertical"===r.orientation&&t.withChildrenVertical,"right"===r.textAlign&&"vertical"!==r.orientation&&t.textAlignRight,"left"===r.textAlign&&"vertical"!==r.orientation&&t.textAlignLeft]}})((0,s.A)(({theme:e})=>({margin:0,flexShrink:0,borderWidth:0,borderStyle:"solid",borderColor:(e.vars||e).palette.divider,borderBottomWidth:"thin",variants:[{props:{absolute:!0},style:{position:"absolute",bottom:0,left:0,width:"100%"}},{props:{light:!0},style:{borderColor:e.vars?`rgba(${e.vars.palette.dividerChannel} / 0.08)`:(0,n.X4)(e.palette.divider,.08)}},{props:{variant:"inset"},style:{marginLeft:72}},{props:{variant:"middle",orientation:"horizontal"},style:{marginLeft:e.spacing(2),marginRight:e.spacing(2)}},{props:{variant:"middle",orientation:"vertical"},style:{marginTop:e.spacing(1),marginBottom:e.spacing(1)}},{props:{orientation:"vertical"},style:{height:"100%",borderBottomWidth:0,borderRightWidth:"thin"}},{props:{flexItem:!0},style:{alignSelf:"stretch",height:"auto"}},{props:({ownerState:e})=>!!e.children,style:{display:"flex",textAlign:"center",border:0,borderTopStyle:"solid",borderLeftStyle:"solid","&::before, &::after":{content:'""',alignSelf:"center"}}},{props:({ownerState:e})=>e.children&&"vertical"!==e.orientation,style:{"&::before, &::after":{width:"100%",borderTop:`thin solid ${(e.vars||e).palette.divider}`,borderTopStyle:"inherit"}}},{props:({ownerState:e})=>"vertical"===e.orientation&&e.children,style:{flexDirection:"column","&::before, &::after":{height:"100%",borderLeft:`thin solid ${(e.vars||e).palette.divider}`,borderLeftStyle:"inherit"}}},{props:({ownerState:e})=>"right"===e.textAlign&&"vertical"!==e.orientation,style:{"&::before":{width:"90%"},"&::after":{width:"10%"}}},{props:({ownerState:e})=>"left"===e.textAlign&&"vertical"!==e.orientation,style:{"&::before":{width:"10%"},"&::after":{width:"90%"}}}]}))),h=(0,l.A)("span",{name:"MuiDivider",slot:"Wrapper",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.wrapper,"vertical"===r.orientation&&t.wrapperVertical]}})((0,s.A)(({theme:e})=>({display:"inline-block",paddingLeft:`calc(${e.spacing(1)} * 1.2)`,paddingRight:`calc(${e.spacing(1)} * 1.2)`,whiteSpace:"nowrap",variants:[{props:{orientation:"vertical"},style:{paddingTop:`calc(${e.spacing(1)} * 1.2)`,paddingBottom:`calc(${e.spacing(1)} * 1.2)`}}]}))),m=a.forwardRef(function(e,t){let r=(0,d.b)({props:e,name:"MuiDivider"}),{absolute:a=!1,children:n,className:l,orientation:s="horizontal",component:m=n||"vertical"===s?"div":"hr",flexItem:g=!1,light:f=!1,role:v="hr"!==m?"separator":void 0,textAlign:b="center",variant:y="fullWidth",...x}=r,A={...r,absolute:a,component:m,flexItem:g,light:f,orientation:s,role:v,textAlign:b,variant:y},w=(e=>{let{absolute:t,children:r,classes:a,flexItem:i,light:n,orientation:l,textAlign:s,variant:d}=e;return(0,o.A)({root:["root",t&&"absolute",d,n&&"light","vertical"===l&&"vertical",i&&"flexItem",r&&"withChildren",r&&"vertical"===l&&"withChildrenVertical","right"===s&&"vertical"!==l&&"textAlignRight","left"===s&&"vertical"!==l&&"textAlignLeft"],wrapper:["wrapper","vertical"===l&&"wrapperVertical"]},p.K,a)})(A);return(0,c.jsx)(u,{as:m,className:(0,i.A)(w.root,l),role:v,ref:t,ownerState:A,"aria-orientation":"separator"===v&&("hr"!==m||"vertical"===s)?s:void 0,...x,children:n?(0,c.jsx)(h,{className:w.wrapper,ownerState:A,children:n}):null})});m&&(m.muiSkipListHighlight=!0);let g=m},30119:function(e,t,r){r.d(t,{A:()=>n,K:()=>o});var a=r(29009),i=r(46733);function o(e){return(0,i.Ay)("MuiDivider",e)}let n=(0,a.A)("MuiDivider",["root","absolute","fullWidth","inset","middle","flexItem","light","vertical","withChildren","withChildrenVertical","textAlignRight","textAlignLeft","wrapper","wrapperVertical"])},10740:function(e,t,r){r.d(t,{A:()=>A});var a=r(70451),i=r(11750),o=r(81023),n=r(42872),l=r(77308),s=r(23434),d=r(72052),p=r(88091),c=r(24726),u=r(29009),h=r(46733);function m(e){return(0,h.Ay)("MuiFormControlLabel",e)}let g=(0,u.A)("MuiFormControlLabel",["root","labelPlacementStart","labelPlacementTop","labelPlacementBottom","disabled","label","error","required","asterisk"]);var f=r(87842),v=r(73397),b=r(62540);let y=(0,l.A)("label",{name:"MuiFormControlLabel",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[{[`& .${g.label}`]:t.label},t.root,t[`labelPlacement${(0,c.A)(r.labelPlacement)}`]]}})((0,s.A)(({theme:e})=>({display:"inline-flex",alignItems:"center",cursor:"pointer",verticalAlign:"middle",WebkitTapHighlightColor:"transparent",marginLeft:-11,marginRight:16,[`&.${g.disabled}`]:{cursor:"default"},[`& .${g.label}`]:{[`&.${g.disabled}`]:{color:(e.vars||e).palette.text.disabled}},variants:[{props:{labelPlacement:"start"},style:{flexDirection:"row-reverse",marginRight:-11}},{props:{labelPlacement:"top"},style:{flexDirection:"column-reverse"}},{props:{labelPlacement:"bottom"},style:{flexDirection:"column"}},{props:({labelPlacement:e})=>"start"===e||"top"===e||"bottom"===e,style:{marginLeft:16}}]}))),x=(0,l.A)("span",{name:"MuiFormControlLabel",slot:"Asterisk",overridesResolver:(e,t)=>t.asterisk})((0,s.A)(({theme:e})=>({[`&.${g.error}`]:{color:(e.vars||e).palette.error.main}}))),A=a.forwardRef(function(e,t){let r=(0,d.b)({props:e,name:"MuiFormControlLabel"}),{checked:l,className:s,componentsProps:u={},control:h,disabled:g,disableTypography:A,inputRef:w,label:M,labelPlacement:$="end",name:S,onChange:k,required:C,slots:R={},slotProps:L={},value:j,...z}=r,I=(0,n.A)(),B=g??h.props.disabled??I?.disabled,O=C??h.props.required,W={disabled:B,required:O};["checked","name","onChange","value","inputRef"].forEach(e=>{void 0===h.props[e]&&void 0!==r[e]&&(W[e]=r[e])});let T=(0,f.A)({props:r,muiFormControl:I,states:["error"]}),P={...r,disabled:B,labelPlacement:$,required:O,error:T.error},N=(e=>{let{classes:t,disabled:r,labelPlacement:a,error:i,required:n}=e,l={root:["root",r&&"disabled",`labelPlacement${(0,c.A)(a)}`,i&&"error",n&&"required"],label:["label",r&&"disabled"],asterisk:["asterisk",i&&"error"]};return(0,o.A)(l,m,t)})(P),V={slots:R,slotProps:{...u,...L}},[H,D]=(0,v.A)("typography",{elementType:p.A,externalForwardedProps:V,ownerState:P}),E=M;return null==E||E.type===p.A||A||(E=(0,b.jsx)(H,{component:"span",...D,className:(0,i.A)(N.label,D?.className),children:E})),(0,b.jsxs)(y,{className:(0,i.A)(N.root,s),ownerState:P,ref:t,...z,children:[a.cloneElement(h,W),O?(0,b.jsxs)("div",{children:[E,(0,b.jsxs)(x,{ownerState:P,"aria-hidden":!0,className:N.asterisk,children:[" ","*"]})]}):E]})})},66395:function(e,t,r){r.d(t,{Ay:()=>x});var a=r(70451),i=r(11750),o=r(85351),n=r(20523),l=r(81023),s=r(77308),d=r(72052),p=r(56599);let c=a.createContext();var u=r(29009),h=r(46733);function m(e){return(0,h.Ay)("MuiGrid",e)}let g=["auto",!0,1,2,3,4,5,6,7,8,9,10,11,12],f=(0,u.A)("MuiGrid",["root","container","item","zeroMinWidth",...[0,1,2,3,4,5,6,7,8,9,10].map(e=>`spacing-xs-${e}`),...["column-reverse","column","row-reverse","row"].map(e=>`direction-xs-${e}`),...["nowrap","wrap-reverse","wrap"].map(e=>`wrap-xs-${e}`),...g.map(e=>`grid-xs-${e}`),...g.map(e=>`grid-sm-${e}`),...g.map(e=>`grid-md-${e}`),...g.map(e=>`grid-lg-${e}`),...g.map(e=>`grid-xl-${e}`)]);var v=r(62540);function b({breakpoints:e,values:t}){let r="";Object.keys(t).forEach(e=>{""===r&&0!==t[e]&&(r=e)});let a=Object.keys(e).sort((t,r)=>e[t]-e[r]);return a.slice(0,a.indexOf(r))}let y=(0,s.A)("div",{name:"MuiGrid",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e,{container:a,direction:i,item:o,spacing:n,wrap:l,zeroMinWidth:s,breakpoints:d}=r,p=[];a&&(p=function(e,t,r={}){if(!e||e<=0)return[];if("string"==typeof e&&!Number.isNaN(Number(e))||"number"==typeof e)return[r[`spacing-xs-${String(e)}`]];let a=[];return t.forEach(t=>{let i=e[t];Number(i)>0&&a.push(r[`spacing-${t}-${String(i)}`])}),a}(n,d,t));let c=[];return d.forEach(e=>{let a=r[e];a&&c.push(t[`grid-${e}-${String(a)}`])}),[t.root,a&&t.container,o&&t.item,s&&t.zeroMinWidth,...p,"row"!==i&&t[`direction-xs-${String(i)}`],"wrap"!==l&&t[`wrap-xs-${String(l)}`],...c]}})(({ownerState:e})=>({boxSizing:"border-box",...e.container&&{display:"flex",flexWrap:"wrap",width:"100%"},...e.item&&{margin:0},...e.zeroMinWidth&&{minWidth:0},..."wrap"!==e.wrap&&{flexWrap:e.wrap}}),function({theme:e,ownerState:t}){let r=(0,o.kW)({values:t.direction,breakpoints:e.breakpoints.values});return(0,o.NI)({theme:e},r,e=>{let t={flexDirection:e};return e.startsWith("column")&&(t[`& > .${f.item}`]={maxWidth:"none"}),t})},function({theme:e,ownerState:t}){let{container:r,rowSpacing:a}=t,i={};if(r&&0!==a){let t,r=(0,o.kW)({values:a,breakpoints:e.breakpoints.values});"object"==typeof r&&(t=b({breakpoints:e.breakpoints.values,values:r})),i=(0,o.NI)({theme:e},r,(r,a)=>{let i=e.spacing(r);return"0px"!==i?{marginTop:`calc(-1 * ${i})`,[`& > .${f.item}`]:{paddingTop:i}}:t?.includes(a)?{}:{marginTop:0,[`& > .${f.item}`]:{paddingTop:0}}})}return i},function({theme:e,ownerState:t}){let{container:r,columnSpacing:a}=t,i={};if(r&&0!==a){let t,r=(0,o.kW)({values:a,breakpoints:e.breakpoints.values});"object"==typeof r&&(t=b({breakpoints:e.breakpoints.values,values:r})),i=(0,o.NI)({theme:e},r,(r,a)=>{let i=e.spacing(r);if("0px"!==i){let e=`calc(-1 * ${i})`;return{width:`calc(100% + ${i})`,marginLeft:e,[`& > .${f.item}`]:{paddingLeft:i}}}return t?.includes(a)?{}:{width:"100%",marginLeft:0,[`& > .${f.item}`]:{paddingLeft:0}}})}return i},function({theme:e,ownerState:t}){let r;return e.breakpoints.keys.reduce((a,i)=>{let n={};if(t[i]&&(r=t[i]),!r)return a;if(!0===r)n={flexBasis:0,flexGrow:1,maxWidth:"100%"};else if("auto"===r)n={flexBasis:"auto",flexGrow:0,flexShrink:0,maxWidth:"none",width:"auto"};else{let l=(0,o.kW)({values:t.columns,breakpoints:e.breakpoints.values}),s="object"==typeof l?l[i]:l;if(null==s)return a;let d=`${Math.round(r/s*1e8)/1e6}%`,p={};if(t.container&&t.item&&0!==t.columnSpacing){let r=e.spacing(t.columnSpacing);if("0px"!==r){let e=`calc(${d} + ${r})`;p={flexBasis:e,maxWidth:e}}}n={flexBasis:d,flexGrow:0,maxWidth:d,...p}}return 0===e.breakpoints.values[i]?Object.assign(a,n):a[e.breakpoints.up(i)]=n,a},{})}),x=a.forwardRef(function(e,t){let r=(0,d.b)({props:e,name:"MuiGrid"}),{breakpoints:o}=(0,p.A)(),s=(0,n.A)(r),{className:u,columns:h,columnSpacing:g,component:f="div",container:b=!1,direction:x="row",item:A=!1,rowSpacing:w,spacing:M=0,wrap:$="wrap",zeroMinWidth:S=!1,...k}=s,C=a.useContext(c),R=b?h||12:C,L={},j={...k};o.keys.forEach(e=>{null!=k[e]&&(L[e]=k[e],delete j[e])});let z={...s,columns:R,container:b,direction:x,item:A,rowSpacing:w||M,columnSpacing:g||M,wrap:$,zeroMinWidth:S,spacing:M,...L,breakpoints:o.keys},I=(e=>{let{classes:t,container:r,direction:a,item:i,spacing:o,wrap:n,zeroMinWidth:s,breakpoints:d}=e,p=[];r&&(p=function(e,t){if(!e||e<=0)return[];if("string"==typeof e&&!Number.isNaN(Number(e))||"number"==typeof e)return[`spacing-xs-${String(e)}`];let r=[];return t.forEach(t=>{let a=e[t];if(Number(a)>0){let e=`spacing-${t}-${String(a)}`;r.push(e)}}),r}(o,d));let c=[];d.forEach(t=>{let r=e[t];r&&c.push(`grid-${t}-${String(r)}`)});let u={root:["root",r&&"container",i&&"item",s&&"zeroMinWidth",...p,"row"!==a&&`direction-xs-${String(a)}`,"wrap"!==n&&`wrap-xs-${String(n)}`,...c]};return(0,l.A)(u,m,t)})(z);return(0,v.jsx)(c.Provider,{value:R,children:(0,v.jsx)(y,{ownerState:z,className:(0,i.A)(I.root,u),as:f,ref:t,...j})})})},85397:function(e,t,r){r.d(t,{A:()=>n,b:()=>o});var a=r(29009),i=r(46733);function o(e){return(0,i.Ay)("MuiListItemText",e)}let n=(0,a.A)("MuiListItemText",["root","multiline","dense","inset","primary","secondary"])},97653:function(e,t,r){r.d(t,{A:()=>$});var a=r(70451),i=r(11750),o=r(81023),n=r(59238),l=r(83926),s=r(77308),d=r(23434),p=r(72052),c=r(67214),u=r(1337),h=r(54382),m=r(29424),g=r(30119),f=r(29009);let v=(0,f.A)("MuiListItemIcon",["root","alignItemsFlexStart"]);var b=r(85397),y=r(46733);function x(e){return(0,y.Ay)("MuiMenuItem",e)}let A=(0,f.A)("MuiMenuItem",["root","focusVisible","dense","disabled","divider","gutters","selected"]);var w=r(62540);let M=(0,s.A)(u.A,{shouldForwardProp:e=>(0,l.A)(e)||"classes"===e,name:"MuiMenuItem",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.dense&&t.dense,r.divider&&t.divider,!r.disableGutters&&t.gutters]}})((0,d.A)(({theme:e})=>({...e.typography.body1,display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",minHeight:48,paddingTop:6,paddingBottom:6,boxSizing:"border-box",whiteSpace:"nowrap","&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${A.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,n.X4)(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${A.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,n.X4)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`&.${A.selected}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,n.X4)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,n.X4)(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${A.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${A.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity},[`& + .${g.A.root}`]:{marginTop:e.spacing(1),marginBottom:e.spacing(1)},[`& + .${g.A.inset}`]:{marginLeft:52},[`& .${b.A.root}`]:{marginTop:0,marginBottom:0},[`& .${b.A.inset}`]:{paddingLeft:36},[`& .${v.root}`]:{minWidth:36},variants:[{props:({ownerState:e})=>!e.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:e})=>e.divider,style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"}},{props:({ownerState:e})=>!e.dense,style:{[e.breakpoints.up("sm")]:{minHeight:"auto"}}},{props:({ownerState:e})=>e.dense,style:{minHeight:32,paddingTop:4,paddingBottom:4,...e.typography.body2,[`& .${v.root} svg`]:{fontSize:"1.25rem"}}}]}))),$=a.forwardRef(function(e,t){let r,n=(0,p.b)({props:e,name:"MuiMenuItem"}),{autoFocus:l=!1,component:s="li",dense:d=!1,divider:u=!1,disableGutters:g=!1,focusVisibleClassName:f,role:v="menuitem",tabIndex:b,className:y,...A}=n,$=a.useContext(c.A),S=a.useMemo(()=>({dense:d||$.dense||!1,disableGutters:g}),[$.dense,d,g]),k=a.useRef(null);(0,h.A)(()=>{l&&k.current&&k.current.focus()},[l]);let C={...n,dense:S.dense,divider:u,disableGutters:g},R=(e=>{let{disabled:t,dense:r,divider:a,disableGutters:i,selected:n,classes:l}=e,s=(0,o.A)({root:["root",r&&"dense",t&&"disabled",!i&&"gutters",a&&"divider",n&&"selected"]},x,l);return{...l,...s}})(n),L=(0,m.A)(k,t);return n.disabled||(r=void 0!==b?b:-1),(0,w.jsx)(c.A.Provider,{value:S,children:(0,w.jsx)(M,{ref:L,role:v,tabIndex:r,component:s,focusVisibleClassName:(0,i.A)(R.focusVisible,f),className:(0,i.A)(R.root,y),...A,ownerState:C,classes:R})})})},68003:function(e,t,r){r.d(t,{A:()=>w});var a=r(70451),i=r(11750),o=r(81023),n=r(59238),l=r(24726),s=r(26952),d=r(32560),p=r(77308),c=r(23434),u=r(72052),h=r(29009),m=r(46733);function g(e){return(0,m.Ay)("MuiSwitch",e)}let f=(0,h.A)("MuiSwitch",["root","edgeStart","edgeEnd","switchBase","colorPrimary","colorSecondary","sizeSmall","sizeMedium","checked","disabled","input","thumb","track"]);var v=r(62540);let b=(0,p.A)("span",{name:"MuiSwitch",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.edge&&t[`edge${(0,l.A)(r.edge)}`],t[`size${(0,l.A)(r.size)}`]]}})({display:"inline-flex",width:58,height:38,overflow:"hidden",padding:12,boxSizing:"border-box",position:"relative",flexShrink:0,zIndex:0,verticalAlign:"middle","@media print":{colorAdjust:"exact"},variants:[{props:{edge:"start"},style:{marginLeft:-8}},{props:{edge:"end"},style:{marginRight:-8}},{props:{size:"small"},style:{width:40,height:24,padding:7,[`& .${f.thumb}`]:{width:16,height:16},[`& .${f.switchBase}`]:{padding:4,[`&.${f.checked}`]:{transform:"translateX(16px)"}}}}]}),y=(0,p.A)(d.A,{name:"MuiSwitch",slot:"SwitchBase",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.switchBase,{[`& .${f.input}`]:t.input},"default"!==r.color&&t[`color${(0,l.A)(r.color)}`]]}})((0,c.A)(({theme:e})=>({position:"absolute",top:0,left:0,zIndex:1,color:e.vars?e.vars.palette.Switch.defaultColor:`${"light"===e.palette.mode?e.palette.common.white:e.palette.grey[300]}`,transition:e.transitions.create(["left","transform"],{duration:e.transitions.duration.shortest}),[`&.${f.checked}`]:{transform:"translateX(20px)"},[`&.${f.disabled}`]:{color:e.vars?e.vars.palette.Switch.defaultDisabledColor:`${"light"===e.palette.mode?e.palette.grey[100]:e.palette.grey[600]}`},[`&.${f.checked} + .${f.track}`]:{opacity:.5},[`&.${f.disabled} + .${f.track}`]:{opacity:e.vars?e.vars.opacity.switchTrackDisabled:`${"light"===e.palette.mode?.12:.2}`},[`& .${f.input}`]:{left:"-100%",width:"300%"}})),(0,c.A)(({theme:e})=>({"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,n.X4)(e.palette.action.active,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},variants:[...Object.entries(e.palette).filter((0,s.A)(["light"])).map(([t])=>({props:{color:t},style:{[`&.${f.checked}`]:{color:(e.vars||e).palette[t].main,"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,n.X4)(e.palette[t].main,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${f.disabled}`]:{color:e.vars?e.vars.palette.Switch[`${t}DisabledColor`]:`${"light"===e.palette.mode?(0,n.a)(e.palette[t].main,.62):(0,n.e$)(e.palette[t].main,.55)}`}},[`&.${f.checked} + .${f.track}`]:{backgroundColor:(e.vars||e).palette[t].main}}}))]}))),x=(0,p.A)("span",{name:"MuiSwitch",slot:"Track",overridesResolver:(e,t)=>t.track})((0,c.A)(({theme:e})=>({height:"100%",width:"100%",borderRadius:7,zIndex:-1,transition:e.transitions.create(["opacity","background-color"],{duration:e.transitions.duration.shortest}),backgroundColor:e.vars?e.vars.palette.common.onBackground:`${"light"===e.palette.mode?e.palette.common.black:e.palette.common.white}`,opacity:e.vars?e.vars.opacity.switchTrack:`${"light"===e.palette.mode?.38:.3}`}))),A=(0,p.A)("span",{name:"MuiSwitch",slot:"Thumb",overridesResolver:(e,t)=>t.thumb})((0,c.A)(({theme:e})=>({boxShadow:(e.vars||e).shadows[1],backgroundColor:"currentColor",width:20,height:20,borderRadius:"50%"}))),w=a.forwardRef(function(e,t){let r=(0,u.b)({props:e,name:"MuiSwitch"}),{className:a,color:n="primary",edge:s=!1,size:d="medium",sx:p,...c}=r,h={...r,color:n,edge:s,size:d},m=(e=>{let{classes:t,edge:r,size:a,color:i,checked:n,disabled:s}=e,d={root:["root",r&&`edge${(0,l.A)(r)}`,`size${(0,l.A)(a)}`],switchBase:["switchBase",`color${(0,l.A)(i)}`,n&&"checked",s&&"disabled"],thumb:["thumb"],track:["track"],input:["input"]},p=(0,o.A)(d,g,t);return{...t,...p}})(h),f=(0,v.jsx)(A,{className:m.thumb,ownerState:h});return(0,v.jsxs)(b,{className:(0,i.A)(m.root,a),sx:p,ownerState:h,children:[(0,v.jsx)(y,{type:"checkbox",icon:f,checkedIcon:f,ref:t,ownerState:h,...c,classes:{...m,root:m.switchBase}}),(0,v.jsx)(x,{className:m.track,ownerState:h})]})})},88091:function(e,t,r){r.d(t,{A:()=>b});var a=r(70451),i=r(11750),o=r(81023),n=r(90124),l=r(77308),s=r(23434),d=r(72052),p=r(24726),c=r(26952),u=r(47599),h=r(62540);let m={primary:!0,secondary:!0,error:!0,info:!0,success:!0,warning:!0,textPrimary:!0,textSecondary:!0,textDisabled:!0},g=(0,n.Dg)(),f=(0,l.A)("span",{name:"MuiTypography",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.variant&&t[r.variant],"inherit"!==r.align&&t[`align${(0,p.A)(r.align)}`],r.noWrap&&t.noWrap,r.gutterBottom&&t.gutterBottom,r.paragraph&&t.paragraph]}})((0,s.A)(({theme:e})=>({margin:0,variants:[{props:{variant:"inherit"},style:{font:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}},...Object.entries(e.typography).filter(([e,t])=>"inherit"!==e&&t&&"object"==typeof t).map(([e,t])=>({props:{variant:e},style:t})),...Object.entries(e.palette).filter((0,c.A)()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}})),...Object.entries(e.palette?.text||{}).filter(([,e])=>"string"==typeof e).map(([t])=>({props:{color:`text${(0,p.A)(t)}`},style:{color:(e.vars||e).palette.text[t]}})),{props:({ownerState:e})=>"inherit"!==e.align,style:{textAlign:"var(--Typography-textAlign)"}},{props:({ownerState:e})=>e.noWrap,style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}},{props:({ownerState:e})=>e.gutterBottom,style:{marginBottom:"0.35em"}},{props:({ownerState:e})=>e.paragraph,style:{marginBottom:16}}]}))),v={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},b=a.forwardRef(function(e,t){let{color:r,...a}=(0,d.b)({props:e,name:"MuiTypography"}),n=!m[r],l=g({...a,...n&&{color:r}}),{align:s="inherit",className:c,component:b,gutterBottom:y=!1,noWrap:x=!1,paragraph:A=!1,variant:w="body1",variantMapping:M=v,...$}=l,S={...l,align:s,color:r,className:c,component:b,gutterBottom:y,noWrap:x,paragraph:A,variant:w,variantMapping:M},k=b||(A?"p":M[w]||v[w])||"span",C=(e=>{let{align:t,gutterBottom:r,noWrap:a,paragraph:i,variant:n,classes:l}=e,s={root:["root",n,"inherit"!==e.align&&`align${(0,p.A)(t)}`,r&&"gutterBottom",a&&"noWrap",i&&"paragraph"]};return(0,o.A)(s,u.y,l)})(S);return(0,h.jsx)(f,{as:k,ref:t,className:(0,i.A)(C.root,c),...$,ownerState:S,style:{..."inherit"!==s&&{"--Typography-textAlign":s},...$.style}})})},47599:function(e,t,r){r.d(t,{A:()=>n,y:()=>o});var a=r(29009),i=r(46733);function o(e){return(0,i.Ay)("MuiTypography",e)}let n=(0,a.A)("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"])},32560:function(e,t,r){r.d(t,{A:()=>b});var a=r(70451),i=r(81023),o=r(24726),n=r(83926),l=r(77308),s=r(2203),d=r(42872),p=r(1337),c=r(29009),u=r(46733);function h(e){return(0,u.Ay)("PrivateSwitchBase",e)}(0,c.A)("PrivateSwitchBase",["root","checked","disabled","input","edgeStart","edgeEnd"]);var m=r(73397),g=r(62540);let f=(0,l.A)(p.A)({padding:9,borderRadius:"50%",variants:[{props:{edge:"start",size:"small"},style:{marginLeft:-3}},{props:({edge:e,ownerState:t})=>"start"===e&&"small"!==t.size,style:{marginLeft:-12}},{props:{edge:"end",size:"small"},style:{marginRight:-3}},{props:({edge:e,ownerState:t})=>"end"===e&&"small"!==t.size,style:{marginRight:-12}}]}),v=(0,l.A)("input",{shouldForwardProp:n.A})({cursor:"inherit",position:"absolute",opacity:0,width:"100%",height:"100%",top:0,left:0,margin:0,padding:0,zIndex:1}),b=a.forwardRef(function(e,t){let{autoFocus:r,checked:a,checkedIcon:n,defaultChecked:l,disabled:p,disableFocusRipple:c=!1,edge:u=!1,icon:b,id:y,inputProps:x,inputRef:A,name:w,onBlur:M,onChange:$,onFocus:S,readOnly:k,required:C=!1,tabIndex:R,type:L,value:j,slots:z={},slotProps:I={},...B}=e,[O,W]=(0,s.A)({controlled:a,default:!!l,name:"SwitchBase",state:"checked"}),T=(0,d.A)(),P=p;T&&void 0===P&&(P=T.disabled);let N="checkbox"===L||"radio"===L,V={...e,checked:O,disabled:P,disableFocusRipple:c,edge:u},H=(e=>{let{classes:t,checked:r,disabled:a,edge:n}=e,l={root:["root",r&&"checked",a&&"disabled",n&&`edge${(0,o.A)(n)}`],input:["input"]};return(0,i.A)(l,h,t)})(V),D={slots:z,slotProps:{input:x,...I}},[E,F]=(0,m.A)("root",{ref:t,elementType:f,className:H.root,shouldForwardComponentProp:!0,externalForwardedProps:{...D,component:"span",...B},getSlotProps:e=>({...e,onFocus:t=>{e.onFocus?.(t),S&&S(t),T&&T.onFocus&&T.onFocus(t)},onBlur:t=>{e.onBlur?.(t),M&&M(t),T&&T.onBlur&&T.onBlur(t)}}),ownerState:V,additionalProps:{centerRipple:!0,focusRipple:!c,disabled:P,role:void 0,tabIndex:null}}),[X,G]=(0,m.A)("input",{ref:A,elementType:v,className:H.input,externalForwardedProps:D,getSlotProps:e=>({onChange:t=>{e.onChange?.(t),(e=>{if(e.nativeEvent.defaultPrevented)return;let t=e.target.checked;W(t),$&&$(e,t)})(t)}}),ownerState:V,additionalProps:{autoFocus:r,checked:a,defaultChecked:l,disabled:P,id:N?y:void 0,name:w,readOnly:k,required:C,tabIndex:R,type:L,..."checkbox"===L&&void 0===j?{}:{value:j}}});return(0,g.jsxs)(E,{...F,children:[(0,g.jsx)(X,{...G}),O?n:b]})})},69791:function(e,t,r){r.d(t,{$Z:()=>p,SG:()=>m,a3:()=>u,b5:()=>n,bB:()=>i,eo:()=>c,g3:()=>d,pW:()=>s,qU:()=>g,uV:()=>o,v9:()=>l});var a=r(94461);function i(e){return void 0!==e.pastDuration}function o(e){return void 0!==e.start&&void 0!==e.end}function n(e){let t=e.end??new Date;return{start:(0,a.sub)(t,s(e.pastDuration)),end:t}}let l=/^(?:(\d+)y)?(?:(\d+)w)?(?:(\d+)d)?(?:(\d+)h)?(?:(\d+)m)?(?:(\d+)s)?(?:(\d+)ms)?$/;function s(e){let t=l.exec(e);if(null===t)throw Error(`Invalid duration string '${e}'`);return{years:parseInt(t[1]??"0"),months:0,weeks:parseInt(t[2]??"0"),days:parseInt(t[3]??"0"),hours:parseInt(t[4]??"0"),minutes:parseInt(t[5]??"0"),seconds:parseInt(t[6]??"0")+parseInt(t[7]??"0")/1e3}}function d(e){return""!==e&&l.test(e)}function p(e){return c(e.end.valueOf()-e.start.valueOf())}function c(e){let t=Math.trunc(e/31536e6);t>0&&(e-=31536e6*t);let r=Math.trunc(e/6048e5);r>0&&(e-=6048e5*r);let a=Math.trunc(e/864e5);a>0&&(e-=864e5*a);let i=Math.trunc(e/36e5);i>0&&(e-=36e5*i);let o=Math.trunc(e/6e4);return o>0&&(e-=6e4*o),{years:t,months:0,weeks:r,days:a,hours:i,minutes:o,seconds:e/1e3}}function u(e){let t=[];if(e.years&&t.push(`${e.years}y`),e.weeks&&t.push(`${e.weeks}w`),e.days&&t.push(`${e.days}d`),e.hours&&t.push(`${e.hours}h`),e.minutes&&t.push(`${e.minutes}m`),e.seconds){let r=Math.trunc(e.seconds);r&&t.push(`${r}s`);let a=Math.round((e.seconds-r)*1e3);a&&t.push(`${a}ms`)}return t.join("")}let h=[{maxMs:15,roundedStepMs:10,display:"0.01s"},{maxMs:35,roundedStepMs:20,display:"0.02s"},{maxMs:75,roundedStepMs:50,display:"0.05s"},{maxMs:150,roundedStepMs:100,display:"0.1s"},{maxMs:350,roundedStepMs:200,display:"0.2s"},{maxMs:750,roundedStepMs:500,display:"0.5s"},{maxMs:1500,roundedStepMs:1e3,display:"1s"},{maxMs:3500,roundedStepMs:2e3,display:"2s"},{maxMs:7500,roundedStepMs:5e3,display:"5s"},{maxMs:12500,roundedStepMs:1e4,display:"10s"},{maxMs:17500,roundedStepMs:15e3,display:"15s"},{maxMs:25e3,roundedStepMs:2e4,display:"20s"},{maxMs:45e3,roundedStepMs:3e4,display:"30s"},{maxMs:9e4,roundedStepMs:6e4,display:"1m"},{maxMs:21e4,roundedStepMs:12e4,display:"2m"},{maxMs:45e4,roundedStepMs:3e5,display:"5m"},{maxMs:75e4,roundedStepMs:6e5,display:"10m"},{maxMs:75e4,roundedStepMs:9e5,display:"15m"},{maxMs:15e5,roundedStepMs:12e5,display:"20m"},{maxMs:27e5,roundedStepMs:18e5,display:"30m"},{maxMs:54e5,roundedStepMs:36e5,display:"1h"},{maxMs:9e6,roundedStepMs:72e5,display:"2h"},{maxMs:162e5,roundedStepMs:108e5,display:"3h"},{maxMs:324e5,roundedStepMs:216e5,display:"6h"},{maxMs:864e5,roundedStepMs:432e5,display:"12h"},{maxMs:6048e5,roundedStepMs:864e5,display:"1d"},{maxMs:18144e5,roundedStepMs:6048e5,display:"1w"},{maxMs:36288e5,roundedStepMs:2592e6,display:"30d"},{maxMs:63072e6,roundedStepMs:31536e6,display:"1y"}];function m(e){for(let{maxMs:t,roundedStepMs:r}of h)if(e<t)return r;return 15e3}function g(e,t){return m(Math.floor((e.end.valueOf()-e.start.valueOf())/t))}},87275:function(e,t,r){var a;t.default=void 0,t.default=(0,((a=r(1448))&&a.__esModule?a:{default:a}).default)("M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z","ChevronDown")},86067:function(e,t,r){var a;t.default=void 0,t.default=(0,((a=r(1448))&&a.__esModule?a:{default:a}).default)("M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19M8,9H16V19H8V9M15.5,4L14.5,3H9.5L8.5,4H5V6H19V4H15.5Z","DeleteOutline")},86742:function(e,t,r){var a;t.default=void 0,t.default=(0,((a=r(1448))&&a.__esModule?a:{default:a}).default)("M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z","Plus")},85180:function(e,t,r){r.r(t),r.d(t,{default:()=>o});var a=r(70451);function i(e,t,r){return e[t]?e[t][0]?e[t][0][r]:e[t][r]:"contentBoxSize"===t?e.contentRect["inlineSize"===r?"width":"height"]:void 0}function o(e){void 0===e&&(e={});var t,r,o,n,l,s,d=e.onResize,p=(0,a.useRef)(void 0);p.current=d;var c=e.round||Math.round,u=(0,a.useRef)(),h=(0,a.useState)({width:void 0,height:void 0}),m=h[0],g=h[1],f=(0,a.useRef)(!1);(0,a.useEffect)(function(){return f.current=!1,function(){f.current=!0}},[]);var v=(0,a.useRef)({width:void 0,height:void 0}),b=(t=(0,a.useCallback)(function(t){return u.current&&u.current.box===e.box&&u.current.round===c||(u.current={box:e.box,round:c,instance:new ResizeObserver(function(t){var r=t[0],a="border-box"===e.box?"borderBoxSize":"device-pixel-content-box"===e.box?"devicePixelContentBoxSize":"contentBoxSize",o=i(r,a,"inlineSize"),n=i(r,a,"blockSize"),l=o?c(o):void 0,s=n?c(n):void 0;if(v.current.width!==l||v.current.height!==s){var d={width:l,height:s};v.current.width=l,v.current.height=s,p.current?p.current(d):f.current||g(d)}})}),u.current.instance.observe(t,{box:e.box}),function(){u.current&&u.current.instance.unobserve(t)}},[e.box,c]),r=e.ref,o=(0,a.useRef)(null),(n=(0,a.useRef)(null)).current=r,l=(0,a.useRef)(null),(0,a.useEffect)(function(){s()}),s=(0,a.useCallback)(function(){var e=l.current,r=n.current,a=e||(r?r instanceof Element?r:r.current:null);o.current&&o.current.element===a&&o.current.subscriber===t||(o.current&&o.current.cleanup&&o.current.cleanup(),o.current={element:a,subscriber:t,cleanup:a?t(a):void 0})},[t]),(0,a.useEffect)(function(){return function(){o.current&&o.current.cleanup&&(o.current.cleanup(),o.current=null)}},[]),(0,a.useCallback)(function(e){l.current=e,s()},[s]));return(0,a.useMemo)(function(){return{ref:b,width:m.width,height:m.height}},[b,m.width,m.height])}}}]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(self.chunk_VictoriaLogs=self.chunk_VictoriaLogs||[]).push([["
|
|
1
|
+
"use strict";(self.chunk_VictoriaLogs=self.chunk_VictoriaLogs||[]).push([["7177"],{23712:function(){}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_VictoriaLogs=self.chunk_VictoriaLogs||[]).push([["7192"],{89227:function(e,t,n){n.r(t),n.d(t,{subSeconds:()=>rv,quartersToMonths:()=>nA,isThisWeek:()=>tV,isTuesday:()=>t6,millisecondsToHours:()=>nd,getUnixTime:()=>tf,eachQuarterOfInterval:()=>eD,setDay:()=>n6.l,intlFormatDistance:()=>tp,isSameHour:()=>tU.l,isSaturday:()=>o,differenceInSeconds:()=>eo,isSameQuarter:()=>tX,hoursToMinutes:()=>ty,secondsToMilliseconds:()=>nV,startOfWeekYear:()=>ru.b,getDay:()=>e3,startOfDay:()=>ro.o,startOfYesterday:()=>rh,endOfHour:()=>eY,formatDistanceToNow:()=>eP,endOfQuarter:()=>eb,max:()=>F,constructNow:()=>H,formatRelative:()=>e0,subMilliseconds:()=>ry,isThursday:()=>t1,addMilliseconds:()=>y.A,yearsToMonths:()=>rY,isSameISOWeek:()=>tq,isToday:()=>t2,formatDistanceToNowStrict:()=>eX,isTomorrow:()=>t3,getOverlappingDaysInIntervals:()=>ts,differenceInCalendarMonths:()=>X,addHours:()=>d.L,differenceInCalendarQuarters:()=>z,eachWeekOfInterval:()=>ey,formatRFC3339:()=>eB,lastDayOfDecade:()=>t8,minutesToSeconds:()=>nD,getMinutes:()=>tu.O,previousFriday:()=>nG,differenceInCalendarISOWeekYears:()=>q,differenceInISOWeekYears:()=>ee,getMilliseconds:()=>ta.D,isAfter:()=>tT.d,toDate:()=>i.a,subWeeks:()=>rS,setISOWeek:()=>n8.O,isPast:()=>tC,differenceInWeeks:()=>el,isThisHour:()=>tJ,previousSunday:()=>nZ,nextTuesday:()=>nF,startOfMonth:()=>ew.w,isYesterday:()=>t7,eachHourOfInterval:()=>eh,minutesToHours:()=>nM,eachMinuteOfInterval:()=>eg,weeksToDays:()=>rN,yearsToDays:()=>rF,min:()=>Y,subDays:()=>t5,setMilliseconds:()=>re.$,differenceInMilliseconds:()=>et,lastDayOfYear:()=>na,differenceInYears:()=>ef,constructFrom:()=>u.w,getWeekOfMonth:()=>td,hoursToSeconds:()=>tO,millisecondsToMinutes:()=>nh,monthsToYears:()=>nO,isWeekend:()=>f,isExists:()=>tk,isFriday:()=>tx,getDayOfYear:()=>e6.F,previousThursday:()=>nz,nextDay:()=>nw,getISOWeeksInYear:()=>tr,parseISO:()=>nk,secondsToMinutes:()=>n0,lightFormatters:()=>nu.C,sub:()=>rM,formatISO:()=>eJ,isSameWeek:()=>tE,lastDayOfMonth:()=>tg,setDate:()=>n3.X,quartersToYears:()=>nL,interval:()=>tw,isLeapYear:()=>e9,setYear:()=>rs.i,nextWednesday:()=>nY,endOfMinute:()=>e$,parsers:()=>tb.T_,isEqual:()=>tY.n,milliseconds:()=>nc,previousDay:()=>nR,differenceInHours:()=>K,eachDayOfInterval:()=>ed,setDayOfYear:()=>n4,subISOWeekYears:()=>V,differenceInCalendarDays:()=>g.m,endOfISOWeek:()=>eI,getDate:()=>e2.p,getWeeksInMonth:()=>tM,getHours:()=>te.q,isValid:()=>U.f,getYear:()=>tm.C,roundToNearestHours:()=>nB,nextFriday:()=>nv,set:()=>n2,yearsToQuarters:()=>rk,eachWeekendOfInterval:()=>eO,areIntervalsOverlapping:()=>T,getMonth:()=>ti.t,isThisISOWeek:()=>tA,setISODay:()=>n7.a,setDefaultOptions:()=>n9,closestTo:()=>x,isThisSecond:()=>tK,setISOWeekYear:()=>m,millisecondsToSeconds:()=>ng,lightFormat:()=>nf,compareDesc:()=>b,previousWednesday:()=>nJ,startOfHour:()=>rf.Q,closestIndexTo:()=>I,endOfSecond:()=>eH,daysToWeeks:()=>W,differenceInCalendarWeeks:()=>J,isDate:()=>tF.$,isThisMinute:()=>tL,isFirstDayOfMonth:()=>tI,isThisQuarter:()=>t_,formatRFC7231:()=>eV,roundToNearestMinutes:()=>n_,setHours:()=>n5.a,subMinutes:()=>rO,longFormatters:()=>eE.m,endOfMonth:()=>ea.p,getISOWeekYear:()=>h.p,isBefore:()=>tN.Y,lastDayOfISOWeek:()=>nt,parseJSON:()=>nQ,startOfMinute:()=>tR,setQuarter:()=>rn,compareAsc:()=>$,startOfTomorrow:()=>rd,eachWeekendOfMonth:()=>ev,subMonths:()=>rg,endOfISOWeekYear:()=>ex,formatters:()=>eE._J,endOfWeek:()=>ek.$,differenceInDays:()=>L,differenceInCalendarYears:()=>A,setMonth:()=>n1.Z,isSameMonth:()=>tP.t,addSeconds:()=>v.p,isWednesday:()=>t4,differenceInQuarters:()=>es,getDecade:()=>e7,subYears:()=>rp,addMonths:()=>a.P,setWeekYear:()=>ri,addBusinessDays:()=>c,getDefaultOptions:()=>e8.q,subQuarters:()=>rw,isSameDay:()=>C.r,startOfSecond:()=>tZ,isLastDayOfMonth:()=>eu,subBusinessDays:()=>rm,isWithinInterval:()=>t9.v,startOfYear:()=>ep.D,formatDistance:()=>eR,formatISODuration:()=>eL,eachMonthOfInterval:()=>eM,nextMonday:()=>nS,addYears:()=>p.e,intervalToDuration:()=>tv,getDaysInYear:()=>e5,formatDate:()=>eE.Yq,monthsToQuarters:()=>ny,parse:()=>tb.qg,nextSaturday:()=>np,isSameMinute:()=>tG,lastDayOfQuarter:()=>nr,format:()=>eE.GP,isFuture:()=>t$,addISOWeekYears:()=>D,endOfDecade:()=>eF,minutesToMilliseconds:()=>nm,setMinutes:()=>rt.g,getQuarter:()=>Z,formatISO9075:()=>eA,nextThursday:()=>nN,endOfYear:()=>eS.Q,startOfToday:()=>rc,clamp:()=>k,setWeek:()=>ra.Z,getISODay:()=>tt.g,addDays:()=>r.f,formatDistanceStrict:()=>eG,startOfISOWeek:()=>G.b,hoursToMilliseconds:()=>tD,startOfWeek:()=>j.k,getWeek:()=>tc.N,differenceInMonths:()=>ei,isSameYear:()=>tj.s,isMatch:()=>tH,isThisYear:()=>t0,addMinutes:()=>O.z,nextSunday:()=>nT,startOfQuarter:()=>em,previousSaturday:()=>nX,lastDayOfISOWeekYear:()=>nn,add:()=>s,getDaysInMonth:()=>e4.P,isThisMonth:()=>tB,previousMonday:()=>nP,intlFormat:()=>tS,formatDuration:()=>ez,isSunday:()=>l,addQuarters:()=>w,transpose:()=>rT.m,getSeconds:()=>to.S,endOfDay:()=>er.D,lastDayOfWeek:()=>ne,isSameSecond:()=>tz,startOfISOWeekYear:()=>M.w,endOfTomorrow:()=>eC,getWeekYear:()=>th.h,previousTuesday:()=>nj,endOfToday:()=>eW,differenceInMinutes:()=>en,fromUnixTime:()=>e1,startOfDecade:()=>rl,differenceInCalendarISOWeeks:()=>P,endOfYesterday:()=>eU,isMonday:()=>tW,setSeconds:()=>rr.g,eachWeekendOfYear:()=>eT,eachYearOfInterval:()=>eN,subHours:()=>rD,isSameISOWeekYear:()=>tQ,getTime:()=>tl,secondsToHours:()=>nK,differenceInBusinessDays:()=>E,getISOWeek:()=>tn.s,addWeeks:()=>S.J});var r=n(65130),a=n(38086),u=n(12015),i=n(4721);function s(e,t,n){let{years:s=0,months:o=0,weeks:l=0,days:f=0,hours:c=0,minutes:d=0,seconds:h=0}=t,g=(0,i.a)(e,n?.in),M=o||s?(0,a.P)(g,o+12*s):g,m=f||l?(0,r.f)(M,f+7*l):M;return(0,u.w)(n?.in||e,+m+1e3*(h+60*(d+60*c)))}function o(e,t){return 6===(0,i.a)(e,t?.in).getDay()}function l(e,t){return 0===(0,i.a)(e,t?.in).getDay()}function f(e,t){let n=(0,i.a)(e,t?.in).getDay();return 0===n||6===n}function c(e,t,n){let r=(0,i.a)(e,n?.in),a=f(r,n);if(isNaN(t))return(0,u.w)(n?.in,NaN);let s=r.getHours(),c=t<0?-1:1,d=Math.trunc(t/5);r.setDate(r.getDate()+7*d);let h=Math.abs(t%5);for(;h>0;)r.setDate(r.getDate()+c),f(r,n)||(h-=1);return a&&f(r,n)&&0!==t&&(o(r,n)&&r.setDate(r.getDate()+(c<0?2:-1)),l(r,n)&&r.setDate(r.getDate()+(c<0?1:-2))),r.setHours(s),r}var d=n(54266),h=n(51528),g=n(72077),M=n(16363);function m(e,t,n){let r=(0,i.a)(e,n?.in),a=(0,g.m)(r,(0,M.w)(r,n)),s=(0,u.w)(n?.in||e,0);return s.setFullYear(t,0,4),s.setHours(0,0,0,0),(r=(0,M.w)(s)).setDate(r.getDate()+a),r}function D(e,t,n){return m(e,(0,h.p)(e,n)+t,n)}var y=n(67251),O=n(47196);function w(e,t,n){return(0,a.P)(e,3*t,n)}var v=n(43628),S=n(54708),p=n(16299);function T(e,t,n){let[r,a]=[+(0,i.a)(e.start,n?.in),+(0,i.a)(e.end,n?.in)].sort((e,t)=>e-t),[u,s]=[+(0,i.a)(t.start,n?.in),+(0,i.a)(t.end,n?.in)].sort((e,t)=>e-t);return n?.inclusive?r<=s&&u<=a:r<s&&u<a}var N=n(79147);function F(e,t){let n,r=t?.in;return e.forEach(e=>{r||"object"!=typeof e||(r=u.w.bind(null,e));let t=(0,i.a)(e,r);(!n||n<t||isNaN(+t))&&(n=t)}),(0,u.w)(r,n||NaN)}function Y(e,t){let n,r=t?.in;return e.forEach(e=>{r||"object"!=typeof e||(r=u.w.bind(null,e));let t=(0,i.a)(e,r);(!n||n>t||isNaN(+t))&&(n=t)}),(0,u.w)(r,n||NaN)}function k(e,t,n){let[r,a,u]=(0,N.x)(n?.in,e,t.start,t.end);return Y([F([r,a],n),u],n)}function I(e,t){let n,r,a=+(0,i.a)(e);return isNaN(a)?NaN:(t.forEach((e,t)=>{let u=(0,i.a)(e);if(isNaN(+u)){n=NaN,r=NaN;return}let s=Math.abs(a-u);(null==n||s<r)&&(n=t,r=s)}),n)}function x(e,t,n){let[r,...a]=(0,N.x)(n?.in,e,...t),i=I(r,a);return"number"==typeof i&&isNaN(i)?(0,u.w)(r,NaN):void 0!==i?a[i]:void 0}function $(e,t){let n=(0,i.a)(e)-(0,i.a)(t);return n<0?-1:n>0?1:n}function b(e,t){let n=(0,i.a)(e)-(0,i.a)(t);return n>0?-1:n<0?1:n}function H(e){return(0,u.w)(e,Date.now())}function W(e){let t=Math.trunc(e/7);return 0===t?0:t}var C=n(45350),U=n(268);function E(e,t,n){let[a,u]=(0,N.x)(n?.in,e,t);if(!(0,U.f)(a)||!(0,U.f)(u))return NaN;let i=(0,g.m)(a,u),s=i<0?-1:1,o=Math.trunc(i/7),l=5*o,c=(0,r.f)(u,7*o);for(;!(0,C.r)(a,c);)l+=f(c,n)?0:s,c=(0,r.f)(c,s);return 0===l?0:l}function q(e,t,n){let[r,a]=(0,N.x)(n?.in,e,t);return(0,h.p)(r,n)-(0,h.p)(a,n)}var Q=n(63134),R=n(30439),G=n(29350);function P(e,t,n){let[r,a]=(0,N.x)(n?.in,e,t),u=(0,G.b)(r),i=(0,G.b)(a);return Math.round((u-(0,Q.G)(u)-(i-(0,Q.G)(i)))/R.my)}function X(e,t,n){let[r,a]=(0,N.x)(n?.in,e,t);return 12*(r.getFullYear()-a.getFullYear())+(r.getMonth()-a.getMonth())}function Z(e,t){return Math.trunc((0,i.a)(e,t?.in).getMonth()/3)+1}function z(e,t,n){let[r,a]=(0,N.x)(n?.in,e,t);return 4*(r.getFullYear()-a.getFullYear())+(Z(r)-Z(a))}var j=n(53819);function J(e,t,n){let[r,a]=(0,N.x)(n?.in,e,t),u=(0,j.k)(r,n),i=(0,j.k)(a,n);return Math.round((u-(0,Q.G)(u)-(i-(0,Q.G)(i)))/R.my)}function A(e,t,n){let[r,a]=(0,N.x)(n?.in,e,t);return r.getFullYear()-a.getFullYear()}function L(e,t,n){let[r,a]=(0,N.x)(n?.in,e,t),u=B(r,a),i=Math.abs((0,g.m)(r,a));r.setDate(r.getDate()-u*i);let s=Number(B(r,a)===-u),o=u*(i-s);return 0===o?0:o}function B(e,t){let n=e.getFullYear()-t.getFullYear()||e.getMonth()-t.getMonth()||e.getDate()-t.getDate()||e.getHours()-t.getHours()||e.getMinutes()-t.getMinutes()||e.getSeconds()-t.getSeconds()||e.getMilliseconds()-t.getMilliseconds();return n<0?-1:n>0?1:n}function _(e){return t=>{let n=(e?Math[e]:Math.trunc)(t);return 0===n?0:n}}function K(e,t,n){let[r,a]=(0,N.x)(n?.in,e,t),u=(r-a)/R.s0;return _(n?.roundingMethod)(u)}function V(e,t,n){return D(e,-t,n)}function ee(e,t,n){let[r,a]=(0,N.x)(n?.in,e,t),u=$(r,a),i=Math.abs(q(r,a,n)),s=Number($(V(r,u*i,n),a)===-u),o=u*(i-s);return 0===o?0:o}function et(e,t){return(0,i.a)(e)-(0,i.a)(t)}function en(e,t,n){let r=et(e,t)/6e4;return _(n?.roundingMethod)(r)}var er=n(85910),ea=n(73206);function eu(e,t){let n=(0,i.a)(e,t?.in);return+(0,er.D)(n,t)==+(0,ea.p)(n,t)}function ei(e,t,n){let[r,a,u]=(0,N.x)(n?.in,e,e,t),i=$(a,u),s=Math.abs(X(a,u));if(s<1)return 0;1===a.getMonth()&&a.getDate()>27&&a.setDate(30),a.setMonth(a.getMonth()-i*s);let o=$(a,u)===-i;eu(r)&&1===s&&1===$(r,u)&&(o=!1);let l=i*(s-o);return 0===l?0:l}function es(e,t,n){let r=ei(e,t,n)/3;return _(n?.roundingMethod)(r)}function eo(e,t,n){let r=et(e,t)/1e3;return _(n?.roundingMethod)(r)}function el(e,t,n){let r=L(e,t,n)/7;return _(n?.roundingMethod)(r)}function ef(e,t,n){let[r,a]=(0,N.x)(n?.in,e,t),u=$(r,a),i=Math.abs(A(r,a));r.setFullYear(1584),a.setFullYear(1584);let s=$(r,a)===-u,o=u*(i-s);return 0===o?0:o}function ec(e,t){let[n,r]=(0,N.x)(e,t.start,t.end);return{start:n,end:r}}function ed(e,t){let{start:n,end:r}=ec(t?.in,e),a=+n>+r,i=a?+n:+r,s=a?r:n;s.setHours(0,0,0,0);let o=t?.step??1;if(!o)return[];o<0&&(o=-o,a=!a);let l=[];for(;+s<=i;)l.push((0,u.w)(n,s)),s.setDate(s.getDate()+o),s.setHours(0,0,0,0);return a?l.reverse():l}function eh(e,t){let{start:n,end:r}=ec(t?.in,e),a=+n>+r,i=a?+n:+r,s=a?r:n;s.setMinutes(0,0,0);let o=t?.step??1;if(!o)return[];o<0&&(o=-o,a=!a);let l=[];for(;+s<=i;)l.push((0,u.w)(n,s)),s.setHours(s.getHours()+o);return a?l.reverse():l}function eg(e,t){let{start:n,end:r}=ec(t?.in,e);n.setSeconds(0,0);let a=+n>+r,i=a?+n:+r,s=a?r:n,o=t?.step??1;if(!o)return[];o<0&&(o=-o,a=!a);let l=[];for(;+s<=i;)l.push((0,u.w)(n,s)),s=(0,O.z)(s,o);return a?l.reverse():l}function eM(e,t){let{start:n,end:r}=ec(t?.in,e),a=+n>+r,i=a?+n:+r,s=a?r:n;s.setHours(0,0,0,0),s.setDate(1);let o=t?.step??1;if(!o)return[];o<0&&(o=-o,a=!a);let l=[];for(;+s<=i;)l.push((0,u.w)(n,s)),s.setMonth(s.getMonth()+o);return a?l.reverse():l}function em(e,t){let n=(0,i.a)(e,t?.in),r=n.getMonth();return n.setMonth(r-r%3,1),n.setHours(0,0,0,0),n}function eD(e,t){let{start:n,end:r}=ec(t?.in,e),a=+n>+r,i=a?+em(n):+em(r),s=a?em(r):em(n),o=t?.step??1;if(!o)return[];o<0&&(o=-o,a=!a);let l=[];for(;+s<=i;)l.push((0,u.w)(n,s)),s=w(s,o);return a?l.reverse():l}function ey(e,t){let{start:n,end:r}=ec(t?.in,e),a=+n>+r,i=a?(0,j.k)(r,t):(0,j.k)(n,t),s=a?(0,j.k)(n,t):(0,j.k)(r,t);i.setHours(15),s.setHours(15);let o=+s.getTime(),l=i,f=t?.step??1;if(!f)return[];f<0&&(f=-f,a=!a);let c=[];for(;+l<=o;)l.setHours(0),c.push((0,u.w)(n,l)),(l=(0,S.J)(l,f)).setHours(15);return a?c.reverse():c}function eO(e,t){let{start:n,end:r}=ec(t?.in,e),a=ed({start:n,end:r},t),i=[],s=0;for(;s<a.length;){let e=a[s++];f(e)&&i.push((0,u.w)(n,e))}return i}var ew=n(19681);function ev(e,t){return eO({start:(0,ew.w)(e,t),end:(0,ea.p)(e,t)},t)}var eS=n(65043),ep=n(96058);function eT(e,t){return eO({start:(0,ep.D)(e,t),end:(0,eS.Q)(e,t)},t)}function eN(e,t){let{start:n,end:r}=ec(t?.in,e),a=+n>+r,i=a?+n:+r,s=a?r:n;s.setHours(0,0,0,0),s.setMonth(0,1);let o=t?.step??1;if(!o)return[];o<0&&(o=-o,a=!a);let l=[];for(;+s<=i;)l.push((0,u.w)(n,s)),s.setFullYear(s.getFullYear()+o);return a?l.reverse():l}function eF(e,t){let n=(0,i.a)(e,t?.in),r=9+10*Math.floor(n.getFullYear()/10);return n.setFullYear(r,11,31),n.setHours(23,59,59,999),n}function eY(e,t){let n=(0,i.a)(e,t?.in);return n.setMinutes(59,59,999),n}var ek=n(44766);function eI(e,t){return(0,ek.$)(e,{...t,weekStartsOn:1})}function ex(e,t){let n=(0,h.p)(e,t),r=(0,u.w)(t?.in||e,0);r.setFullYear(n+1,0,4),r.setHours(0,0,0,0);let a=(0,G.b)(r,t);return a.setMilliseconds(a.getMilliseconds()-1),a}function e$(e,t){let n=(0,i.a)(e,t?.in);return n.setSeconds(59,999),n}function eb(e,t){let n=(0,i.a)(e,t?.in),r=n.getMonth();return n.setMonth(r-r%3+3,0),n.setHours(23,59,59,999),n}function eH(e,t){let n=(0,i.a)(e,t?.in);return n.setMilliseconds(999),n}function eW(e){return(0,er.D)(Date.now(),e)}function eC(e){let t=H(e?.in),n=t.getFullYear(),r=t.getMonth(),a=t.getDate(),u=H(e?.in);return u.setFullYear(n,r,a+1),u.setHours(23,59,59,999),e?.in?e.in(u):u}function eU(e){let t=H(e?.in),n=(0,u.w)(e?.in,0);return n.setFullYear(t.getFullYear(),t.getMonth(),t.getDate()-1),n.setHours(23,59,59,999),n}var eE=n(96962),eq=n(67671),eQ=n(350);function eR(e,t,n){let r,a=(0,eQ.q)(),u=n?.locale??a.locale??eq.c,i=$(e,t);if(isNaN(i))throw RangeError("Invalid time value");let s=Object.assign({},n,{addSuffix:n?.addSuffix,comparison:i}),[o,l]=(0,N.x)(n?.in,...i>0?[t,e]:[e,t]),f=eo(l,o),c=Math.round((f-((0,Q.G)(l)-(0,Q.G)(o))/1e3)/60);if(c<2)if(n?.includeSeconds)if(f<5)return u.formatDistance("lessThanXSeconds",5,s);else if(f<10)return u.formatDistance("lessThanXSeconds",10,s);else if(f<20)return u.formatDistance("lessThanXSeconds",20,s);else if(f<40)return u.formatDistance("halfAMinute",0,s);else if(f<60)return u.formatDistance("lessThanXMinutes",1,s);else return u.formatDistance("xMinutes",1,s);else if(0===c)return u.formatDistance("lessThanXMinutes",1,s);else return u.formatDistance("xMinutes",c,s);if(c<45)return u.formatDistance("xMinutes",c,s);if(c<90)return u.formatDistance("aboutXHours",1,s);if(c<1440){let e=Math.round(c/60);return u.formatDistance("aboutXHours",e,s)}if(c<2520)return u.formatDistance("xDays",1,s);else if(c<43200){let e=Math.round(c/1440);return u.formatDistance("xDays",e,s)}else if(c<86400)return r=Math.round(c/43200),u.formatDistance("aboutXMonths",r,s);if((r=ei(l,o))<12){let e=Math.round(c/43200);return u.formatDistance("xMonths",e,s)}{let e=r%12,t=Math.trunc(r/12);return e<3?u.formatDistance("aboutXYears",t,s):e<9?u.formatDistance("overXYears",t,s):u.formatDistance("almostXYears",t+1,s)}}function eG(e,t,n){let r,a=(0,eQ.q)(),u=n?.locale??a.locale??eq.c,i=$(e,t);if(isNaN(i))throw RangeError("Invalid time value");let s=Object.assign({},n,{addSuffix:n?.addSuffix,comparison:i}),[o,l]=(0,N.x)(n?.in,...i>0?[t,e]:[e,t]),f=_(n?.roundingMethod??"round"),c=l.getTime()-o.getTime(),d=c/6e4,h=(c-((0,Q.G)(l)-(0,Q.G)(o)))/6e4,g=n?.unit;if("second"===(r=g||(d<1?"second":d<60?"minute":d<1440?"hour":h<43200?"day":h<525600?"month":"year"))){let e=f(c/1e3);return u.formatDistance("xSeconds",e,s)}if("minute"===r){let e=f(d);return u.formatDistance("xMinutes",e,s)}if("hour"===r){let e=f(d/60);return u.formatDistance("xHours",e,s)}if("day"===r){let e=f(h/1440);return u.formatDistance("xDays",e,s)}if("month"===r){let e=f(h/43200);return 12===e&&"month"!==g?u.formatDistance("xYears",1,s):u.formatDistance("xMonths",e,s)}else{let e=f(h/525600);return u.formatDistance("xYears",e,s)}}function eP(e,t){return eR(e,H(e),t)}function eX(e,t){return eG(e,H(e),t)}let eZ=["years","months","weeks","days","hours","minutes","seconds"];function ez(e,t){let n=(0,eQ.q)(),r=t?.locale??n.locale??eq.c,a=t?.format??eZ,u=t?.zero??!1,i=t?.delimiter??" ";return r.formatDistance?a.reduce((t,n)=>{let a=`x${n.replace(/(^.)/,e=>e.toUpperCase())}`,i=e[n];return void 0!==i&&(u||e[n])?t.concat(r.formatDistance(a,i)):t},[]).join(i):""}var ej=n(50293);function eJ(e,t){let n=(0,i.a)(e,t?.in);if(isNaN(+n))throw RangeError("Invalid time value");let r=t?.format??"extended",a=t?.representation??"complete",u="",s="",o="extended"===r?"-":"";if("time"!==a){let e=(0,ej.F)(n.getDate(),2),t=(0,ej.F)(n.getMonth()+1,2),r=(0,ej.F)(n.getFullYear(),4);u=`${r}${o}${t}${o}${e}`}if("date"!==a){let e=n.getTimezoneOffset();if(0!==e){let t=Math.abs(e),n=(0,ej.F)(Math.trunc(t/60),2),r=(0,ej.F)(t%60,2);s=`${e<0?"+":"-"}${n}:${r}`}else s="Z";let t=(0,ej.F)(n.getHours(),2),a=(0,ej.F)(n.getMinutes(),2),i=(0,ej.F)(n.getSeconds(),2),o=""===u?"":"T",l=[t,a,i].join("extended"===r?":":"");u=`${u}${o}${l}${s}`}return u}function eA(e,t){let n=(0,i.a)(e,t?.in);if(!(0,U.f)(n))throw RangeError("Invalid time value");let r=t?.format??"extended",a=t?.representation??"complete",u="",s="extended"===r?"-":"",o="extended"===r?":":"";if("time"!==a){let e=(0,ej.F)(n.getDate(),2),t=(0,ej.F)(n.getMonth()+1,2),r=(0,ej.F)(n.getFullYear(),4);u=`${r}${s}${t}${s}${e}`}if("date"!==a){let e=(0,ej.F)(n.getHours(),2),t=(0,ej.F)(n.getMinutes(),2),r=(0,ej.F)(n.getSeconds(),2),a=""===u?"":" ";u=`${u}${a}${e}${o}${t}${o}${r}`}return u}function eL(e){let{years:t=0,months:n=0,days:r=0,hours:a=0,minutes:u=0,seconds:i=0}=e;return`P${t}Y${n}M${r}DT${a}H${u}M${i}S`}function eB(e,t){let n=(0,i.a)(e,t?.in);if(!(0,U.f)(n))throw RangeError("Invalid time value");let r=t?.fractionDigits??0,a=(0,ej.F)(n.getDate(),2),u=(0,ej.F)(n.getMonth()+1,2),s=n.getFullYear(),o=(0,ej.F)(n.getHours(),2),l=(0,ej.F)(n.getMinutes(),2),f=(0,ej.F)(n.getSeconds(),2),c="";if(r>0){let e=Math.trunc(n.getMilliseconds()*Math.pow(10,r-3));c="."+(0,ej.F)(e,r)}let d="",h=n.getTimezoneOffset();if(0!==h){let e=Math.abs(h),t=(0,ej.F)(Math.trunc(e/60),2),n=(0,ej.F)(e%60,2);d=`${h<0?"+":"-"}${t}:${n}`}else d="Z";return`${s}-${u}-${a}T${o}:${l}:${f}${c}${d}`}let e_=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],eK=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function eV(e){let t=(0,i.a)(e);if(!(0,U.f)(t))throw RangeError("Invalid time value");let n=e_[t.getUTCDay()],r=(0,ej.F)(t.getUTCDate(),2),a=eK[t.getUTCMonth()],u=t.getUTCFullYear(),s=(0,ej.F)(t.getUTCHours(),2),o=(0,ej.F)(t.getUTCMinutes(),2),l=(0,ej.F)(t.getUTCSeconds(),2);return`${n}, ${r} ${a} ${u} ${s}:${o}:${l} GMT`}function e0(e,t,n){let r,[a,u]=(0,N.x)(n?.in,e,t),i=(0,eQ.q)(),s=n?.locale??i.locale??eq.c,o=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??i.weekStartsOn??i.locale?.options?.weekStartsOn??0,l=(0,g.m)(a,u);if(isNaN(l))throw RangeError("Invalid time value");r=l<-6?"other":l<-1?"lastWeek":l<0?"yesterday":l<1?"today":l<2?"tomorrow":l<7?"nextWeek":"other";let f=s.formatRelative(r,a,u,{locale:s,weekStartsOn:o});return(0,eE.GP)(a,f,{locale:s,weekStartsOn:o})}function e1(e,t){return(0,i.a)(1e3*e,t?.in)}var e2=n(47918);function e3(e,t){return(0,i.a)(e,t?.in).getDay()}var e6=n(4398),e4=n(54354);function e9(e,t){let n=(0,i.a)(e,t?.in).getFullYear();return n%400==0||n%4==0&&n%100!=0}function e5(e,t){let n=(0,i.a)(e,t?.in);return Number.isNaN(+n)?NaN:e9(n)?366:365}function e7(e,t){return 10*Math.floor((0,i.a)(e,t?.in).getFullYear()/10)}var e8=n(6299),te=n(8151),tt=n(83487),tn=n(92913);function tr(e,t){let n=(0,M.w)(e,t);return Math.round(((0,M.w)((0,S.J)(n,60))-n)/R.my)}var ta=n(51148),tu=n(91733),ti=n(99042);function ts(e,t){let[n,r]=[+(0,i.a)(e.start),+(0,i.a)(e.end)].sort((e,t)=>e-t),[a,u]=[+(0,i.a)(t.start),+(0,i.a)(t.end)].sort((e,t)=>e-t);if(!(n<u&&a<r))return 0;let s=a<n?n:a,o=s-(0,Q.G)(s),l=u>r?r:u;return Math.ceil((l-(0,Q.G)(l)-o)/R.w4)}var to=n(89321);function tl(e){return+(0,i.a)(e)}function tf(e){return Math.trunc((0,i.a)(e)/1e3)}var tc=n(55578);function td(e,t){let n=(0,eQ.q)(),r=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,a=(0,e2.p)((0,i.a)(e,t?.in));if(isNaN(a))return NaN;let u=r-e3((0,ew.w)(e,t));return u<=0&&(u+=7),Math.ceil((a-u)/7)+1}var th=n(33191);function tg(e,t){let n=(0,i.a)(e,t?.in),r=n.getMonth();return n.setFullYear(n.getFullYear(),r+1,0),n.setHours(0,0,0,0),(0,i.a)(n,t?.in)}function tM(e,t){let n=(0,i.a)(e,t?.in);return J(tg(n,t),(0,ew.w)(n,t),t)+1}var tm=n(18463);function tD(e){return Math.trunc(e*R.s0)}function ty(e){return Math.trunc(60*e)}function tO(e){return Math.trunc(3600*e)}function tw(e,t,n){let[r,a]=(0,N.x)(n?.in,e,t);if(isNaN(+r))throw TypeError("Start date is invalid");if(isNaN(+a))throw TypeError("End date is invalid");if(n?.assertPositive&&+r>+a)throw TypeError("End date must be after start date");return{start:r,end:a}}function tv(e,t){let{start:n,end:r}=ec(t?.in,e),a={},u=ef(r,n);u&&(a.years=u);let i=s(n,{years:a.years}),o=ei(r,i);o&&(a.months=o);let l=s(i,{months:a.months}),f=L(r,l);f&&(a.days=f);let c=s(l,{days:a.days}),d=K(r,c);d&&(a.hours=d);let h=s(c,{hours:a.hours}),g=en(r,h);g&&(a.minutes=g);let M=eo(r,s(h,{minutes:a.minutes}));return M&&(a.seconds=M),a}function tS(e,t,n){var r;let a;return void 0===(r=t)||"locale"in r?n=t:a=t,new Intl.DateTimeFormat(n?.locale,a).format((0,i.a)(e))}function tp(e,t,n){let r,a=0,[u,i]=(0,N.x)(n?.in,e,t);if(n?.unit)"second"===(r=n?.unit)?a=eo(u,i):"minute"===r?a=en(u,i):"hour"===r?a=K(u,i):"day"===r?a=(0,g.m)(u,i):"week"===r?a=J(u,i):"month"===r?a=X(u,i):"quarter"===r?a=z(u,i):"year"===r&&(a=A(u,i));else{let e=eo(u,i);60>Math.abs(e)?(a=eo(u,i),r="second"):3600>Math.abs(e)?(a=en(u,i),r="minute"):86400>Math.abs(e)&&1>Math.abs((0,g.m)(u,i))?(a=K(u,i),r="hour"):604800>Math.abs(e)&&(a=(0,g.m)(u,i))&&7>Math.abs(a)?r="day":Math.abs(e)<R.BM?(a=J(u,i),r="week"):Math.abs(e)<R.Z7?(a=X(u,i),r="month"):Math.abs(e)<R.Mf&&4>z(u,i)?(a=z(u,i),r="quarter"):(a=A(u,i),r="year")}return new Intl.RelativeTimeFormat(n?.locale,{numeric:"auto",...n}).format(a,r)}var tT=n(54752),tN=n(36163),tF=n(15708),tY=n(28850);function tk(e,t,n){let r=new Date(e,t,n);return r.getFullYear()===e&&r.getMonth()===t&&r.getDate()===n}function tI(e,t){return 1===(0,i.a)(e,t?.in).getDate()}function tx(e,t){return 5===(0,i.a)(e,t?.in).getDay()}function t$(e){return+(0,i.a)(e)>Date.now()}var tb=n(12282);function tH(e,t,n){return(0,U.f)((0,tb.qg)(e,t,new Date,n))}function tW(e,t){return 1===(0,i.a)(e,t?.in).getDay()}function tC(e){return+(0,i.a)(e)<Date.now()}var tU=n(56756);function tE(e,t,n){let[r,a]=(0,N.x)(n?.in,e,t);return+(0,j.k)(r,n)==+(0,j.k)(a,n)}function tq(e,t,n){return tE(e,t,{...n,weekStartsOn:1})}function tQ(e,t,n){let[r,a]=(0,N.x)(n?.in,e,t);return+(0,M.w)(r)==+(0,M.w)(a)}function tR(e,t){let n=(0,i.a)(e,t?.in);return n.setSeconds(0,0),n}function tG(e,t){return+tR(e)==+tR(t)}var tP=n(39270);function tX(e,t,n){let[r,a]=(0,N.x)(n?.in,e,t);return+em(r)==+em(a)}function tZ(e,t){let n=(0,i.a)(e,t?.in);return n.setMilliseconds(0),n}function tz(e,t){return+tZ(e)==+tZ(t)}var tj=n(67619);function tJ(e,t){return(0,tU.l)((0,i.a)(e,t?.in),H(t?.in||e))}function tA(e,t){return tq((0,u.w)(t?.in||e,e),H(t?.in||e))}function tL(e){return tG(e,H(e))}function tB(e,t){return(0,tP.t)((0,u.w)(t?.in||e,e),H(t?.in||e))}function t_(e,t){return tX((0,u.w)(t?.in||e,e),H(t?.in||e))}function tK(e){return tz(e,H(e))}function tV(e,t){return tE((0,u.w)(t?.in||e,e),H(t?.in||e),t)}function t0(e,t){return(0,tj.s)((0,u.w)(t?.in||e,e),H(t?.in||e))}function t1(e,t){return 4===(0,i.a)(e,t?.in).getDay()}function t2(e,t){return(0,C.r)((0,u.w)(t?.in||e,e),H(t?.in||e))}function t3(e,t){return(0,C.r)(e,(0,r.f)(H(t?.in||e),1),t)}function t6(e,t){return 2===(0,i.a)(e,t?.in).getDay()}function t4(e,t){return 3===(0,i.a)(e,t?.in).getDay()}var t9=n(682);function t5(e,t,n){return(0,r.f)(e,-t,n)}function t7(e,t){return(0,C.r)((0,u.w)(t?.in||e,e),t5(H(t?.in||e),1))}function t8(e,t){let n=(0,i.a)(e,t?.in),r=9+10*Math.floor(n.getFullYear()/10);return n.setFullYear(r+1,0,0),n.setHours(0,0,0,0),(0,i.a)(n,t?.in)}function ne(e,t){let n=(0,eQ.q)(),r=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,a=(0,i.a)(e,t?.in),u=a.getDay();return a.setHours(0,0,0,0),a.setDate(a.getDate()+((u<r?-7:0)+6-(u-r))),a}function nt(e,t){return ne(e,{...t,weekStartsOn:1})}function nn(e,t){let n=(0,h.p)(e,t),r=(0,u.w)(t?.in||e,0);r.setFullYear(n+1,0,4),r.setHours(0,0,0,0);let a=(0,G.b)(r,t);return a.setDate(a.getDate()-1),a}function nr(e,t){let n=(0,i.a)(e,t?.in),r=n.getMonth();return n.setMonth(r-r%3+3,0),n.setHours(0,0,0,0),n}function na(e,t){let n=(0,i.a)(e,t?.in),r=n.getFullYear();return n.setFullYear(r+1,0,0),n.setHours(0,0,0,0),n}var nu=n(37908);let ni=/(\w)\1*|''|'(''|[^'])+('|$)|./g,ns=/^'([^]*?)'?$/,no=/''/g,nl=/[a-zA-Z]/;function nf(e,t){let n=(0,i.a)(e);if(!(0,U.f)(n))throw RangeError("Invalid time value");let r=t.match(ni);return r?r.map(e=>{if("''"===e)return"'";let t=e[0];if("'"===t){var r;let t;return(t=(r=e).match(ns))?t[1].replace(no,"'"):r}let a=nu.C[t];if(a)return a(n,e);if(t.match(nl))throw RangeError("Format string contains an unescaped latin alphabet character `"+t+"`");return e}).join(""):""}function nc({years:e,months:t,weeks:n,days:r,hours:a,minutes:u,seconds:i}){let s=0;e&&(s+=e*R.Ki),t&&(s+=t*(R.Ki/12)),n&&(s+=7*n),r&&(s+=r);let o=24*s*3600;return a&&(o+=60*a*60),u&&(o+=60*u),i&&(o+=i),Math.trunc(1e3*o)}function nd(e){return Math.trunc(e/R.s0)}function nh(e){return Math.trunc(e/6e4)}function ng(e){return Math.trunc(e/1e3)}function nM(e){return Math.trunc(e/60)}function nm(e){return Math.trunc(6e4*e)}function nD(e){return Math.trunc(60*e)}function ny(e){return Math.trunc(e/3)}function nO(e){return Math.trunc(e/12)}function nw(e,t,n){let a=t-e3(e,n);return a<=0&&(a+=7),(0,r.f)(e,a,n)}function nv(e,t){return nw(e,5,t)}function nS(e,t){return nw(e,1,t)}function np(e,t){return nw(e,6,t)}function nT(e,t){return nw(e,0,t)}function nN(e,t){return nw(e,4,t)}function nF(e,t){return nw(e,2,t)}function nY(e,t){return nw(e,3,t)}function nk(e,t){let n,r,a=()=>(0,u.w)(t?.in,NaN),s=t?.additionalDigits??2,o=function(e){let t,n={},r=e.split(nI);if(r.length>2)return n;if(/:/.test(r[0])?t=r[0]:(n.date=r[0],t=r[1],nx.test(n.date)&&(n.date=e.split(nx)[0],t=e.substr(n.date.length,e.length))),t){let e=n$.exec(t);e?(n.time=t.replace(e[1],""),n.timezone=e[1]):n.time=t}return n}(e);if(o.date){let e=function(e,t){let n=RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+t)+"})|(\\d{2}|[+-]\\d{"+(2+t)+"})$)"),r=e.match(n);if(!r)return{year:NaN,restDateString:""};let a=r[1]?parseInt(r[1]):null,u=r[2]?parseInt(r[2]):null;return{year:null===u?a:100*u,restDateString:e.slice((r[1]||r[2]).length)}}(o.date,s);n=function(e,t){var n,r,a,u,i,s,o,l,f,c;if(null===t)return new Date(NaN);let d=e.match(nb);if(!d)return new Date(NaN);let h=!!d[4],g=nC(d[1]),M=nC(d[2])-1,m=nC(d[3]),D=nC(d[4]),y=nC(d[5])-1;if(h){let e,s;return(n=D,r=y,n>=1&&n<=53&&r>=0&&r<=6)?(a=t,u=D,i=y,(e=new Date(0)).setUTCFullYear(a,0,4),s=e.getUTCDay()||7,e.setUTCDate(e.getUTCDate()+((u-1)*7+i+1-s)),e):new Date(NaN)}{let e=new Date(0);return(s=t,o=M,l=m,o>=0&&o<=11&&l>=1&&l<=(nE[o]||(nq(s)?29:28))&&(f=t,(c=g)>=1&&c<=(nq(f)?366:365)))?(e.setUTCFullYear(t,M,Math.max(g,m)),e):new Date(NaN)}}(e.restDateString,e.year)}if(!n||isNaN(+n))return a();let l=+n,f=0;if(o.time&&isNaN(f=function(e){var t,n,r;let a=e.match(nH);if(!a)return NaN;let u=nU(a[1]),i=nU(a[2]),s=nU(a[3]);return(t=u,n=i,r=s,24===t?0===n&&0===r:r>=0&&r<60&&n>=0&&n<60&&t>=0&&t<25)?u*R.s0+6e4*i+1e3*s:NaN}(o.time)))return a();if(o.timezone){if(isNaN(r=function(e){var t;if("Z"===e)return 0;let n=e.match(nW);if(!n)return 0;let r="+"===n[1]?-1:1,a=parseInt(n[2]),u=n[3]&&parseInt(n[3])||0;return(t=u)>=0&&t<=59?r*(a*R.s0+6e4*u):NaN}(o.timezone)))return a()}else{let e=new Date(l+f),n=(0,i.a)(0,t?.in);return n.setFullYear(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()),n.setHours(e.getUTCHours(),e.getUTCMinutes(),e.getUTCSeconds(),e.getUTCMilliseconds()),n}return(0,i.a)(l+f+r,t?.in)}let nI=/[T ]/,nx=/[Z ]/i,n$=/([Z+-].*)$/,nb=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,nH=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,nW=/^([+-])(\d{2})(?::?(\d{2}))?$/;function nC(e){return e?parseInt(e):1}function nU(e){return e&&parseFloat(e.replace(",","."))||0}let nE=[31,null,31,30,31,30,31,31,30,31,30,31];function nq(e){return e%400==0||e%4==0&&e%100!=0}function nQ(e,t){let n=e.match(/(\d{4})-(\d{2})-(\d{2})[T ](\d{2}):(\d{2}):(\d{2})(?:\.(\d{0,7}))?(?:Z|(.)(\d{2}):?(\d{2})?)?/);return n?(0,i.a)(Date.UTC(+n[1],n[2]-1,+n[3],n[4]-(+n[9]||0)*("-"==n[8]?-1:1),n[5]-(+n[10]||0)*("-"==n[8]?-1:1),+n[6],+((n[7]||"0")+"00").substring(0,3)),t?.in):(0,i.a)(NaN,t?.in)}function nR(e,t,n){let r=e3(e,n)-t;return r<=0&&(r+=7),t5(e,r,n)}function nG(e,t){return nR(e,5,t)}function nP(e,t){return nR(e,1,t)}function nX(e,t){return nR(e,6,t)}function nZ(e,t){return nR(e,0,t)}function nz(e,t){return nR(e,4,t)}function nj(e,t){return nR(e,2,t)}function nJ(e,t){return nR(e,3,t)}function nA(e){return Math.trunc(3*e)}function nL(e){return Math.trunc(e/4)}function nB(e,t){let n=t?.nearestTo??1;if(n<1||n>12)return(0,u.w)(t?.in||e,NaN);let r=(0,i.a)(e,t?.in),a=r.getMinutes()/60,s=r.getSeconds()/60/60,o=r.getMilliseconds()/1e3/60/60,l=r.getHours()+a+s+o,f=_(t?.roundingMethod??"round")(l/n)*n;return r.setHours(f,0,0,0),r}function n_(e,t){let n=t?.nearestTo??1;if(n<1||n>30)return(0,u.w)(e,NaN);let r=(0,i.a)(e,t?.in),a=r.getSeconds()/60,s=r.getMilliseconds()/1e3/60,o=r.getMinutes()+a+s,l=_(t?.roundingMethod??"round")(o/n)*n;return r.setMinutes(l,0,0),r}function nK(e){return Math.trunc(e/3600)}function nV(e){return 1e3*e}function n0(e){return Math.trunc(e/60)}var n1=n(30118);function n2(e,t,n){let r=(0,i.a)(e,n?.in);return isNaN(+r)?(0,u.w)(n?.in||e,NaN):(null!=t.year&&r.setFullYear(t.year),null!=t.month&&(r=(0,n1.Z)(r,t.month)),null!=t.date&&r.setDate(t.date),null!=t.hours&&r.setHours(t.hours),null!=t.minutes&&r.setMinutes(t.minutes),null!=t.seconds&&r.setSeconds(t.seconds),null!=t.milliseconds&&r.setMilliseconds(t.milliseconds),r)}var n3=n(41042),n6=n(61926);function n4(e,t,n){let r=(0,i.a)(e,n?.in);return r.setMonth(0),r.setDate(t),r}function n9(e){let t={},n=(0,eQ.q)();for(let e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e]);for(let n in e)Object.prototype.hasOwnProperty.call(e,n)&&(void 0===e[n]?delete t[n]:t[n]=e[n]);(0,eQ.E)(t)}var n5=n(38267),n7=n(68251),n8=n(33029),re=n(98608),rt=n(47025);function rn(e,t,n){let r=(0,i.a)(e,n?.in),a=Math.trunc(r.getMonth()/3)+1;return(0,n1.Z)(r,r.getMonth()+3*(t-a))}var rr=n(84253),ra=n(63214),ru=n(16558);function ri(e,t,n){let r=(0,eQ.q)(),a=n?.firstWeekContainsDate??n?.locale?.options?.firstWeekContainsDate??r.firstWeekContainsDate??r.locale?.options?.firstWeekContainsDate??1,s=(0,g.m)((0,i.a)(e,n?.in),(0,ru.b)(e,n),n),o=(0,u.w)(n?.in||e,0);o.setFullYear(t,0,a),o.setHours(0,0,0,0);let l=(0,ru.b)(o,n);return l.setDate(l.getDate()+s),l}var rs=n(8643),ro=n(18109);function rl(e,t){let n=(0,i.a)(e,t?.in),r=10*Math.floor(n.getFullYear()/10);return n.setFullYear(r,0,1),n.setHours(0,0,0,0),n}var rf=n(61777);function rc(e){return(0,ro.o)(Date.now(),e)}function rd(e){let t=H(e?.in),n=t.getFullYear(),r=t.getMonth(),a=t.getDate(),i=(0,u.w)(e?.in,0);return i.setFullYear(n,r,a+1),i.setHours(0,0,0,0),i}function rh(e){let t=H(e?.in),n=t.getFullYear(),r=t.getMonth(),a=t.getDate(),u=H(e?.in);return u.setFullYear(n,r,a-1),u.setHours(0,0,0,0),u}function rg(e,t,n){return(0,a.P)(e,-t,n)}function rM(e,t,n){let{years:r=0,months:a=0,weeks:i=0,days:s=0,hours:o=0,minutes:l=0,seconds:f=0}=t,c=t5(rg(e,a+12*r,n),s+7*i,n);return(0,u.w)(n?.in||e,c-1e3*(f+60*(l+60*o)))}function rm(e,t,n){return c(e,-t,n)}function rD(e,t,n){return(0,d.L)(e,-t,n)}function ry(e,t,n){return(0,y.A)(e,-t,n)}function rO(e,t,n){return(0,O.z)(e,-t,n)}function rw(e,t,n){return w(e,-t,n)}function rv(e,t,n){return(0,v.p)(e,-t,n)}function rS(e,t,n){return(0,S.J)(e,-t,n)}function rp(e,t,n){return(0,p.e)(e,-t,n)}var rT=n(88733);function rN(e){return Math.trunc(7*e)}function rF(e){return Math.trunc(e*R.Ki)}function rY(e){return Math.trunc(12*e)}function rk(e){return Math.trunc(4*e)}}}]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see 7370.ef522250.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.chunk_VictoriaLogs=self.chunk_VictoriaLogs||[]).push([["7370"],{2192:function(e,r,o){var t=o(70451),n=Symbol.for("react.element"),f=Symbol.for("react.fragment"),s=Object.prototype.hasOwnProperty,_=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c={key:!0,ref:!0,__self:!0,__source:!0};function i(e,r,o){var t,f={},i=null,u=null;for(t in void 0!==o&&(i=""+o),void 0!==r.key&&(i=""+r.key),void 0!==r.ref&&(u=r.ref),r)s.call(r,t)&&!c.hasOwnProperty(t)&&(f[t]=r[t]);if(e&&e.defaultProps)for(t in r=e.defaultProps)void 0===f[t]&&(f[t]=r[t]);return{$$typeof:n,type:e,key:i,ref:u,props:f,_owner:_.current}}r.Fragment=f,r.jsx=i,r.jsxs=i},62540:function(e,r,o){e.exports=o(2192)}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_VictoriaLogs=self.chunk_VictoriaLogs||[]).push([["7793"],{74628:function(e,t,o){o.d(t,{A:()=>h});var a=o(70451),n=o(11750),i=o(41535),r=o(92927),l=o(20523),s=o(26041),d=o(62540),p=o(71027),c=o(9408),u=o(93724);let v=(0,o(29009).A)("MuiBox",["root"]),g=(0,c.A)(),h=function(e={}){let{themeId:t,defaultTheme:o,defaultClassName:p="MuiBox-root",generateClassName:c}=e,u=(0,i.Ay)("div",{shouldForwardProp:e=>"theme"!==e&&"sx"!==e&&"as"!==e})(r.A);return a.forwardRef(function(e,a){let i=(0,s.A)(o),{className:r,component:v="div",...g}=(0,l.A)(e);return(0,d.jsx)(u,{as:v,ref:a,className:(0,n.A)(r,c?c(p):p),theme:t&&i[t]||i,...g})})}({themeId:u.A,defaultTheme:g,defaultClassName:v.root,generateClassName:p.A.generate})},7013:function(e,t,o){o.d(t,{A:()=>R});var a=o(70451),n=o(11750),i=o(52215),r=o(81023),l=o(59238),s=o(63392),d=o(83926),p=o(77308),c=o(23434),u=o(72052),v=o(1337),g=o(25742),h=o(24726),m=o(26952),y=o(29009),x=o(46733);function f(e){return(0,x.Ay)("MuiButton",e)}let b=(0,y.A)("MuiButton",["root","text","textInherit","textPrimary","textSecondary","textSuccess","textError","textInfo","textWarning","outlined","outlinedInherit","outlinedPrimary","outlinedSecondary","outlinedSuccess","outlinedError","outlinedInfo","outlinedWarning","contained","containedInherit","containedPrimary","containedSecondary","containedSuccess","containedError","containedInfo","containedWarning","disableElevation","focusVisible","disabled","colorInherit","colorPrimary","colorSecondary","colorSuccess","colorError","colorInfo","colorWarning","textSizeSmall","textSizeMedium","textSizeLarge","outlinedSizeSmall","outlinedSizeMedium","outlinedSizeLarge","containedSizeSmall","containedSizeMedium","containedSizeLarge","sizeMedium","sizeSmall","sizeLarge","fullWidth","startIcon","endIcon","icon","iconSizeSmall","iconSizeMedium","iconSizeLarge","loading","loadingWrapper","loadingIconPlaceholder","loadingIndicator","loadingPositionCenter","loadingPositionStart","loadingPositionEnd"]);var A=o(94580),S=o(30016),z=o(62540);let I=[{props:{size:"small"},style:{"& > *:nth-of-type(1)":{fontSize:18}}},{props:{size:"medium"},style:{"& > *:nth-of-type(1)":{fontSize:20}}},{props:{size:"large"},style:{"& > *:nth-of-type(1)":{fontSize:22}}}],C=(0,p.A)(v.A,{shouldForwardProp:e=>(0,d.A)(e)||"classes"===e,name:"MuiButton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:o}=e;return[t.root,t[o.variant],t[`${o.variant}${(0,h.A)(o.color)}`],t[`size${(0,h.A)(o.size)}`],t[`${o.variant}Size${(0,h.A)(o.size)}`],"inherit"===o.color&&t.colorInherit,o.disableElevation&&t.disableElevation,o.fullWidth&&t.fullWidth,o.loading&&t.loading]}})((0,c.A)(({theme:e})=>{let t="light"===e.palette.mode?e.palette.grey[300]:e.palette.grey[800],o="light"===e.palette.mode?e.palette.grey.A100:e.palette.grey[700];return{...e.typography.button,minWidth:64,padding:"6px 16px",border:0,borderRadius:(e.vars||e).shape.borderRadius,transition:e.transitions.create(["background-color","box-shadow","border-color","color"],{duration:e.transitions.duration.short}),"&:hover":{textDecoration:"none"},[`&.${b.disabled}`]:{color:(e.vars||e).palette.action.disabled},variants:[{props:{variant:"contained"},style:{color:"var(--variant-containedColor)",backgroundColor:"var(--variant-containedBg)",boxShadow:(e.vars||e).shadows[2],"&:hover":{boxShadow:(e.vars||e).shadows[4],"@media (hover: none)":{boxShadow:(e.vars||e).shadows[2]}},"&:active":{boxShadow:(e.vars||e).shadows[8]},[`&.${b.focusVisible}`]:{boxShadow:(e.vars||e).shadows[6]},[`&.${b.disabled}`]:{color:(e.vars||e).palette.action.disabled,boxShadow:(e.vars||e).shadows[0],backgroundColor:(e.vars||e).palette.action.disabledBackground}}},{props:{variant:"outlined"},style:{padding:"5px 15px",border:"1px solid currentColor",borderColor:"var(--variant-outlinedBorder, currentColor)",backgroundColor:"var(--variant-outlinedBg)",color:"var(--variant-outlinedColor)",[`&.${b.disabled}`]:{border:`1px solid ${(e.vars||e).palette.action.disabledBackground}`}}},{props:{variant:"text"},style:{padding:"6px 8px",color:"var(--variant-textColor)",backgroundColor:"var(--variant-textBg)"}},...Object.entries(e.palette).filter((0,m.A)()).map(([t])=>({props:{color:t},style:{"--variant-textColor":(e.vars||e).palette[t].main,"--variant-outlinedColor":(e.vars||e).palette[t].main,"--variant-outlinedBorder":e.vars?`rgba(${e.vars.palette[t].mainChannel} / 0.5)`:(0,l.X4)(e.palette[t].main,.5),"--variant-containedColor":(e.vars||e).palette[t].contrastText,"--variant-containedBg":(e.vars||e).palette[t].main,"@media (hover: hover)":{"&:hover":{"--variant-containedBg":(e.vars||e).palette[t].dark,"--variant-textBg":e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,l.X4)(e.palette[t].main,e.palette.action.hoverOpacity),"--variant-outlinedBorder":(e.vars||e).palette[t].main,"--variant-outlinedBg":e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,l.X4)(e.palette[t].main,e.palette.action.hoverOpacity)}}}})),{props:{color:"inherit"},style:{color:"inherit",borderColor:"currentColor","--variant-containedBg":e.vars?e.vars.palette.Button.inheritContainedBg:t,"@media (hover: hover)":{"&:hover":{"--variant-containedBg":e.vars?e.vars.palette.Button.inheritContainedHoverBg:o,"--variant-textBg":e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,l.X4)(e.palette.text.primary,e.palette.action.hoverOpacity),"--variant-outlinedBg":e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,l.X4)(e.palette.text.primary,e.palette.action.hoverOpacity)}}}},{props:{size:"small",variant:"text"},style:{padding:"4px 5px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"text"},style:{padding:"8px 11px",fontSize:e.typography.pxToRem(15)}},{props:{size:"small",variant:"outlined"},style:{padding:"3px 9px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"outlined"},style:{padding:"7px 21px",fontSize:e.typography.pxToRem(15)}},{props:{size:"small",variant:"contained"},style:{padding:"4px 10px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"contained"},style:{padding:"8px 22px",fontSize:e.typography.pxToRem(15)}},{props:{disableElevation:!0},style:{boxShadow:"none","&:hover":{boxShadow:"none"},[`&.${b.focusVisible}`]:{boxShadow:"none"},"&:active":{boxShadow:"none"},[`&.${b.disabled}`]:{boxShadow:"none"}}},{props:{fullWidth:!0},style:{width:"100%"}},{props:{loadingPosition:"center"},style:{transition:e.transitions.create(["background-color","box-shadow","border-color"],{duration:e.transitions.duration.short}),[`&.${b.loading}`]:{color:"transparent"}}}]}})),w=(0,p.A)("span",{name:"MuiButton",slot:"StartIcon",overridesResolver:(e,t)=>{let{ownerState:o}=e;return[t.startIcon,o.loading&&t.startIconLoadingStart,t[`iconSize${(0,h.A)(o.size)}`]]}})(({theme:e})=>({display:"inherit",marginRight:8,marginLeft:-4,variants:[{props:{size:"small"},style:{marginLeft:-2}},{props:{loadingPosition:"start",loading:!0},style:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0}},{props:{loadingPosition:"start",loading:!0,fullWidth:!0},style:{marginRight:-8}},...I]})),P=(0,p.A)("span",{name:"MuiButton",slot:"EndIcon",overridesResolver:(e,t)=>{let{ownerState:o}=e;return[t.endIcon,o.loading&&t.endIconLoadingEnd,t[`iconSize${(0,h.A)(o.size)}`]]}})(({theme:e})=>({display:"inherit",marginRight:-4,marginLeft:8,variants:[{props:{size:"small"},style:{marginRight:-2}},{props:{loadingPosition:"end",loading:!0},style:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0}},{props:{loadingPosition:"end",loading:!0,fullWidth:!0},style:{marginLeft:-8}},...I]})),$=(0,p.A)("span",{name:"MuiButton",slot:"LoadingIndicator",overridesResolver:(e,t)=>t.loadingIndicator})(({theme:e})=>({display:"none",position:"absolute",visibility:"visible",variants:[{props:{loading:!0},style:{display:"flex"}},{props:{loadingPosition:"start"},style:{left:14}},{props:{loadingPosition:"start",size:"small"},style:{left:10}},{props:{variant:"text",loadingPosition:"start"},style:{left:6}},{props:{loadingPosition:"center"},style:{left:"50%",transform:"translate(-50%)",color:(e.vars||e).palette.action.disabled}},{props:{loadingPosition:"end"},style:{right:14}},{props:{loadingPosition:"end",size:"small"},style:{right:10}},{props:{variant:"text",loadingPosition:"end"},style:{right:6}},{props:{loadingPosition:"start",fullWidth:!0},style:{position:"relative",left:-10}},{props:{loadingPosition:"end",fullWidth:!0},style:{position:"relative",right:-10}}]})),B=(0,p.A)("span",{name:"MuiButton",slot:"LoadingIconPlaceholder",overridesResolver:(e,t)=>t.loadingIconPlaceholder})({display:"inline-block",width:"1em",height:"1em"}),R=a.forwardRef(function(e,t){let o=a.useContext(A.A),l=a.useContext(S.A),d=(0,i.A)(o,e),p=(0,u.b)({props:d,name:"MuiButton"}),{children:c,color:v="primary",component:m="button",className:y,disabled:x=!1,disableElevation:b=!1,disableFocusRipple:I=!1,endIcon:R,focusVisibleClassName:L,fullWidth:M=!1,id:W,loading:E=null,loadingIndicator:k,loadingPosition:N="center",size:j="medium",startIcon:O,type:T,variant:_="text",...V}=p,F=(0,s.A)(W),X=k??(0,z.jsx)(g.A,{"aria-labelledby":F,color:"inherit",size:16}),D={...p,color:v,component:m,disabled:x,disableElevation:b,disableFocusRipple:I,fullWidth:M,loading:E,loadingIndicator:X,loadingPosition:N,size:j,type:T,variant:_},q=(e=>{let{color:t,disableElevation:o,fullWidth:a,size:n,variant:i,loading:l,loadingPosition:s,classes:d}=e,p={root:["root",l&&"loading",i,`${i}${(0,h.A)(t)}`,`size${(0,h.A)(n)}`,`${i}Size${(0,h.A)(n)}`,`color${(0,h.A)(t)}`,o&&"disableElevation",a&&"fullWidth",l&&`loadingPosition${(0,h.A)(s)}`],startIcon:["icon","startIcon",`iconSize${(0,h.A)(n)}`],endIcon:["icon","endIcon",`iconSize${(0,h.A)(n)}`],loadingIndicator:["loadingIndicator"],loadingWrapper:["loadingWrapper"]},c=(0,r.A)(p,f,d);return{...d,...c}})(D),G=(O||E&&"start"===N)&&(0,z.jsx)(w,{className:q.startIcon,ownerState:D,children:O||(0,z.jsx)(B,{className:q.loadingIconPlaceholder,ownerState:D})}),H=(R||E&&"end"===N)&&(0,z.jsx)(P,{className:q.endIcon,ownerState:D,children:R||(0,z.jsx)(B,{className:q.loadingIconPlaceholder,ownerState:D})}),Z="boolean"==typeof E?(0,z.jsx)("span",{className:q.loadingWrapper,style:{display:"contents"},children:E&&(0,z.jsx)($,{className:q.loadingIndicator,ownerState:D,children:X})}):null;return(0,z.jsxs)(C,{ownerState:D,className:(0,n.A)(o.className,q.root,y,l||""),component:m,disabled:x||E,focusRipple:!I,focusVisibleClassName:(0,n.A)(q.focusVisible,L),ref:t,type:T,id:E?F:W,...V,classes:q,children:[G,"end"!==N&&Z,c,"end"===N&&Z,H]})})},30016:function(e,t,o){o.d(t,{A:()=>a});let a=o(70451).createContext(void 0)},94580:function(e,t,o){o.d(t,{A:()=>a});let a=o(70451).createContext({})},70498:function(e,t,o){o.d(t,{A:()=>a});let a=o(37605).A},91621:function(e,t,o){o.r(t),o.d(t,{capitalize:()=>n.A,requirePropFactory:()=>v,unstable_useId:()=>m.A,debounce:()=>l.A,setRef:()=>g,unstable_useEnhancedEffect:()=>h.A,useEventCallback:()=>f.A,unsupportedProp:()=>y,ownerWindow:()=>u.A,deprecatedPropType:()=>s,mergeSlotProps:()=>A.A,isMuiElement:()=>d.A,useControlled:()=>x.A,ownerDocument:()=>c.A,createChainedFunction:()=>i.A,unstable_memoTheme:()=>p.A,unstable_ClassNameGenerator:()=>S,useForkRef:()=>b.A,createSvgIcon:()=>r.A});var a=o(71027),n=o(24726),i=o(70498),r=o(22402),l=o(55403);let s=function(e,t){return()=>null};var d=o(6835),p=o(23434),c=o(1092),u=o(63025);let v=function(e,t){return()=>null},g=o(71849).A;var h=o(54382),m=o(63392);let y=function(e,t,o,a,n){return null};var x=o(2203),f=o(32398),b=o(29424),A=o(64606);let S={configure:e=>{a.A.configure(e)}}},11061:function(e,t,o){var a;t.default=void 0,t.default=(0,((a=o(1448))&&a.__esModule?a:{default:a}).default)("M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z","ChevronRight")},1448:function(e,t,o){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=o(91621),n=o(62540);t.default=function(e,t){return(0,a.createSvgIcon)((0,n.jsx)("path",{d:e}),t)}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_VictoriaLogs=self.chunk_VictoriaLogs||[]).push([["7968"],{75150:function(e,t,s){s.r(t),s.d(t,{toNestErrors:()=>a,validateFieldsNatively:()=>l});var i=s(72694);let r=(e,t,s)=>{if(e&&"reportValidity"in e){let r=(0,i.get)(s,t);e.setCustomValidity(r&&r.message||""),e.reportValidity()}},l=(e,t)=>{for(let s in t.fields){let i=t.fields[s];i&&i.ref&&"reportValidity"in i.ref?r(i.ref,s,e):i.refs&&i.refs.forEach(t=>r(t,s,e))}},a=(e,t)=>{t.shouldUseNativeValidation&&l(e,t);let s={};for(let r in e){let l=(0,i.get)(t.fields,r),a=Object.assign(e[r]||{},{ref:l&&l.ref});if(o(t.names||Object.keys(e),r)){let e=Object.assign({},(0,i.get)(s,r));(0,i.set)(e,"root",a),(0,i.set)(s,r,e)}else(0,i.set)(s,r,a)}return s},o=(e,t)=>e.some(e=>e.startsWith(t+"."))}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_VictoriaLogs=self.chunk_VictoriaLogs||[]).push([["7978"],{61153:function(e,t,n){n.r(t),n.d(t,{getTimezoneOffset:()=>K,toDate:()=>E,toZonedTime:()=>q,format:()=>V,formatInTimeZone:()=>B,fromZonedTime:()=>J});var r=n(96962),i=n(31829);function a(e,t,n){var r,a,u,o,l;let c,s,f=(0,i.getDefaultOptions)(),d=(r=e,a=n.timeZone,u=n.locale??f.locale,new Intl.DateTimeFormat(u?[u.code,"en-US"]:void 0,{timeZone:a,timeZoneName:r}));return"formatToParts"in d?function(e,t){let n=e.formatToParts(t);for(let e=n.length-1;e>=0;--e)if("timeZoneName"===n[e].type)return n[e].value}(d,t):(o=d,l=t,c=o.format(l).replace(/\u200E/g,""),(s=/ [\w-+ ]+$/.exec(c))?s[0].substr(1):"")}let u={year:0,month:1,day:2,hour:3,minute:4,second:5},o={},l=new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:"America/New_York",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(new Date("2014-06-25T04:00:00.123Z")),c="06/25/2014, 00:00:00"===l||"06/25/2014 00:00:00"===l;function s(e,t,n,r,i,a,u){let o=new Date(0);return o.setUTCFullYear(e,t,n),o.setUTCHours(r,i,a,u),o}let f=/^(Z)$/,d=/^([+-]\d{2})$/,g=/^([+-])(\d{2}):?(\d{2})$/;function m(e,t,n){let r,i;if(!e)return 0;let a=f.exec(e);if(a)return 0;if(a=d.exec(e))return h(r=parseInt(a[1],10))?-(36e5*r):NaN;if(a=g.exec(e)){r=parseInt(a[2],10);let e=parseInt(a[3],10);return h(r,e)?(i=36e5*Math.abs(r)+6e4*e,"+"===a[1]?-i:i):NaN}if(function(e){if(N[e])return!0;try{return new Intl.DateTimeFormat(void 0,{timeZone:e}),N[e]=!0,!0}catch(e){return!1}}(e)){var u;t=new Date(t||Date.now());let r=D(n?t:s((u=t).getFullYear(),u.getMonth(),u.getDate(),u.getHours(),u.getMinutes(),u.getSeconds(),u.getMilliseconds()),e);return-(n?r:function(e,t,n){let r=e.getTime()-t,i=D(new Date(r),n);if(t===i)return t;let a=D(new Date(r-=i-t),n);return i===a?i:Math.max(i,a)}(t,r,e))}return NaN}function D(e,t){var n,r,i;let a,l,f,d=(o[n=t]||(o[n]=c?new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}):new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),"formatToParts"in(f=o[n])?function(e,t){try{let n=e.formatToParts(t),r=[];for(let e=0;e<n.length;e++){let t=u[n[e].type];void 0!==t&&(r[t]=parseInt(n[e].value,10))}return r}catch(e){if(e instanceof RangeError)return[NaN];throw e}}(f,e):(r=f,i=e,a=r.format(i),[parseInt((l=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(a))[3],10),parseInt(l[1],10),parseInt(l[2],10),parseInt(l[4],10),parseInt(l[5],10),parseInt(l[6],10)])),g=s(d[0],d[1]-1,d[2],d[3]%24,d[4],d[5],0).getTime(),m=e.getTime(),D=m%1e3;return g-(m-=D>=0?D:1e3+D)}function h(e,t){return -23<=e&&e<=23&&(null==t||0<=t&&t<=59)}let N={},p={X:function(e,t,n){let r=w(n.timeZone,e);if(0===r)return"Z";switch(t){case"X":return I(r);case"XXXX":case"XX":return x(r);default:return x(r,":")}},x:function(e,t,n){let r=w(n.timeZone,e);switch(t){case"x":return I(r);case"xxxx":case"xx":return x(r);default:return x(r,":")}},O:function(e,t,n){let r=w(n.timeZone,e);switch(t){case"O":case"OO":case"OOO":return"GMT"+function(e,t=""){let n=e>0?"-":"+",r=Math.abs(e),i=Math.floor(r/60),a=r%60;return 0===a?n+String(i):n+String(i)+t+T(a,2)}(r,":");default:return"GMT"+x(r,":")}},z:function(e,t,n){switch(t){case"z":case"zz":case"zzz":return a("short",e,n);default:return a("long",e,n)}}};function w(e,t){let n=e?m(e,t,!0)/6e4:t?.getTimezoneOffset()??0;if(Number.isNaN(n))throw RangeError("Invalid time zone specified: "+e);return n}function T(e,t){let n=Math.abs(e).toString();for(;n.length<t;)n="0"+n;return(e<0?"-":"")+n}function x(e,t=""){let n=Math.abs(e);return(e>0?"-":"+")+T(Math.floor(n/60),2)+t+T(Math.floor(n%60),2)}function I(e,t){return e%60==0?(e>0?"-":"+")+T(Math.abs(e)/60,2):x(e,t)}function Z(e){let t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),e-t}let y=/(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/,U=/^([0-9W+-]+)(T| )(.*)/,M=/^([0-9W+-]+)(.*)/,C=/^(\d{2})$/,b=[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],F=/^(\d{4})/,S=[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],$=/^-(\d{2})$/,O=/^-?(\d{3})$/,z=/^-?(\d{2})-?(\d{2})$/,Y=/^-?W(\d{2})$/,v=/^-?W(\d{2})-?(\d{1})$/,X=/^(\d{2}([.,]\d*)?)$/,j=/^(\d{2}):?(\d{2}([.,]\d*)?)$/,H=/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/;function E(e,t={}){if(arguments.length<1)throw TypeError("1 argument required, but only "+arguments.length+" present");if(null===e)return new Date(NaN);let n=null==t.additionalDigits?2:Number(t.additionalDigits);if(2!==n&&1!==n&&0!==n)throw RangeError("additionalDigits must be 0, 1 or 2");if(e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e))return new Date(e.getTime());if("number"==typeof e||"[object Number]"===Object.prototype.toString.call(e))return new Date(e);if("[object String]"!==Object.prototype.toString.call(e))return new Date(NaN);let r=function(e){let t,n={},r=U.exec(e);if(r?(n.date=r[1],t=r[3]):(r=M.exec(e))?(n.date=r[1],t=r[2]):(n.date=null,t=e),t){let e=y.exec(t);e?(n.time=t.replace(e[1],""),n.timeZone=e[1].trim()):n.time=t}return n}(e),{year:i,restDateString:a}=function(e,t){if(e){let n=b[t],r=S[t],i=F.exec(e)||r.exec(e);if(i){let t=i[1];return{year:parseInt(t,10),restDateString:e.slice(t.length)}}if(i=C.exec(e)||n.exec(e)){let t=i[1];return{year:100*parseInt(t,10),restDateString:e.slice(t.length)}}}return{year:null}}(r.date,n),u=function(e,t){let n,r,i;if(null===t)return null;if(!e||!e.length)return(n=new Date(0)).setUTCFullYear(t),n;let a=$.exec(e);if(a)return(n=new Date(0),k(t,r=parseInt(a[1],10)-1))?(n.setUTCFullYear(t,r),n):new Date(NaN);if(a=O.exec(e)){n=new Date(0);let e=parseInt(a[1],10);return!function(e,t){if(t<1)return!1;let n=W(e);return(!n||!(t>366))&&(!!n||!(t>365))}(t,e)?new Date(NaN):(n.setUTCFullYear(t,0,e),n)}if(a=z.exec(e)){n=new Date(0),r=parseInt(a[1],10)-1;let e=parseInt(a[2],10);return k(t,r,e)?(n.setUTCFullYear(t,r,e),n):new Date(NaN)}if(a=Y.exec(e))return G(i=parseInt(a[1],10)-1)?P(t,i):new Date(NaN);if(a=v.exec(e)){i=parseInt(a[1],10)-1;let e=parseInt(a[2],10)-1;return G(i,e)?P(t,i,e):new Date(NaN)}return null}(a,i);if(null===u||isNaN(u.getTime())||!u)return new Date(NaN);{let e,n=u.getTime(),i=0;if(r.time&&(null===(i=function(e){let t,n,r=X.exec(e);if(r)return R(t=parseFloat(r[1].replace(",",".")))?t%24*36e5:NaN;if(r=j.exec(e))return R(t=parseInt(r[1],10),n=parseFloat(r[2].replace(",",".")))?t%24*36e5+6e4*n:NaN;if(r=H.exec(e)){t=parseInt(r[1],10),n=parseInt(r[2],10);let e=parseFloat(r[3].replace(",","."));return R(t,n,e)?t%24*36e5+6e4*n+1e3*e:NaN}return null}(r.time))||isNaN(i)))return new Date(NaN);if(r.timeZone||t.timeZone){if(isNaN(e=m(r.timeZone||t.timeZone,new Date(n+i))))return new Date(NaN)}else e=Z(new Date(n+i)),e=Z(new Date(n+i+e));return new Date(n+i+e)}}function P(e,t,n){t=t||0,n=n||0;let r=new Date(0);r.setUTCFullYear(e,0,4);let i=7*t+n+1-(r.getUTCDay()||7);return r.setUTCDate(r.getUTCDate()+i),r}let _=[31,28,31,30,31,30,31,31,30,31,30,31],A=[31,29,31,30,31,30,31,31,30,31,30,31];function W(e){return e%400==0||e%4==0&&e%100!=0}function k(e,t,n){if(t<0||t>11)return!1;if(null!=n){if(n<1)return!1;let r=W(e);if(r&&n>A[t]||!r&&n>_[t])return!1}return!0}function G(e,t){return!(e<0)&&!(e>52)&&(null==t||!(t<0)&&!(t>6))}function R(e,t,n){return!(e<0)&&!(e>=25)&&(null==t||!(t<0)&&!(t>=60))&&(null==n||!(n<0)&&!(n>=60))}let L=/([xXOz]+)|''|'(''|[^'])+('|$)/g;function V(e,t,n={}){let i=(t=String(t)).match(L);if(i){let r=E(n.originalDate||e,n);t=i.reduce(function(e,t){if("'"===t[0])return e;let i=e.indexOf(t),a="'"===e[i-1],u=e.replace(t,"'"+p[t[0]](r,t,n)+"'");return a?u.substring(0,i-1)+u.substring(i+1):u},t)}return(0,r.GP)(e,t,n)}function q(e,t,n){let r=m(t,e=E(e,n),!0),i=new Date(e.getTime()-r),a=new Date(0);return a.setFullYear(i.getUTCFullYear(),i.getUTCMonth(),i.getUTCDate()),a.setHours(i.getUTCHours(),i.getUTCMinutes(),i.getUTCSeconds(),i.getUTCMilliseconds()),a}function B(e,t,n,r){return r={...r,timeZone:t,originalDate:e},V(q(e,t,{timeZone:r.timeZone}),n,r)}function J(e,t,n){if("string"==typeof e&&!e.match(y))return E(e,{...n,timeZone:t});let r=s((e=E(e,n)).getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()).getTime(),i=m(t,new Date(r));return new Date(r+i)}function K(e,t){return-m(e,t)}}}]);
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
(self.chunk_VictoriaLogs=self.chunk_VictoriaLogs||[]).push([["8035"],{42927:function(e,t,r){"use strict";r.d(t,{A:()=>O});var o=r(70451),a=r(11750),n=r(81023),i=r(59238),p=r(32560),l=r(22402),s=r(62540);let c=(0,l.A)((0,s.jsx)("path",{d:"M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}),"CheckBoxOutlineBlank"),d=(0,l.A)((0,s.jsx)("path",{d:"M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"}),"CheckBox"),u=(0,l.A)((0,s.jsx)("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"}),"IndeterminateCheckBox");var m=r(24726),h=r(83926),f=r(29009),g=r(46733);function y(e){return(0,g.Ay)("MuiCheckbox",e)}let v=(0,f.A)("MuiCheckbox",["root","checked","disabled","indeterminate","colorPrimary","colorSecondary","sizeSmall","sizeMedium"]);var A=r(77308),b=r(23434),x=r(26952),w=r(72052),R=r(64606),M=r(73397);let T=(0,A.A)(p.A,{shouldForwardProp:e=>(0,h.A)(e)||"classes"===e,name:"MuiCheckbox",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.indeterminate&&t.indeterminate,t[`size${(0,m.A)(r.size)}`],"default"!==r.color&&t[`color${(0,m.A)(r.color)}`]]}})((0,b.A)(({theme:e})=>({color:(e.vars||e).palette.text.secondary,variants:[{props:{color:"default",disableRipple:!1},style:{"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,i.X4)(e.palette.action.active,e.palette.action.hoverOpacity)}}},...Object.entries(e.palette).filter((0,x.A)()).map(([t])=>({props:{color:t,disableRipple:!1},style:{"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,i.X4)(e.palette[t].main,e.palette.action.hoverOpacity)}}})),...Object.entries(e.palette).filter((0,x.A)()).map(([t])=>({props:{color:t},style:{[`&.${v.checked}, &.${v.indeterminate}`]:{color:(e.vars||e).palette[t].main},[`&.${v.disabled}`]:{color:(e.vars||e).palette.action.disabled}}})),{props:{disableRipple:!1},style:{"&:hover":{"@media (hover: none)":{backgroundColor:"transparent"}}}}]}))),k=(0,s.jsx)(d,{}),C=(0,s.jsx)(c,{}),$=(0,s.jsx)(u,{}),O=o.forwardRef(function(e,t){let r=(0,w.b)({props:e,name:"MuiCheckbox"}),{checkedIcon:i=k,color:p="primary",icon:l=C,indeterminate:c=!1,indeterminateIcon:d=$,inputProps:u,size:h="medium",disableRipple:f=!1,className:g,slots:v={},slotProps:A={},...b}=r,x=c?d:l,O=c?d:i,S={...r,disableRipple:f,color:p,indeterminate:c,size:h},H=(e=>{let{classes:t,indeterminate:r,color:o,size:a}=e,i={root:["root",r&&"indeterminate",`color${(0,m.A)(o)}`,`size${(0,m.A)(a)}`]},p=(0,n.A)(i,y,t);return{...t,...p}})(S),z=A.input??u,[j,P]=(0,M.A)("root",{ref:t,elementType:T,className:(0,a.A)(H.root,g),shouldForwardComponentProp:!0,externalForwardedProps:{slots:v,slotProps:A,...b},ownerState:S,additionalProps:{type:"checkbox",icon:o.cloneElement(x,{fontSize:x.props.fontSize??h}),checkedIcon:o.cloneElement(O,{fontSize:O.props.fontSize??h}),disableRipple:f,slots:v,slotProps:{input:(0,R.A)("function"==typeof z?z(S):z,{"data-indeterminate":c})}}});return(0,s.jsx)(j,{...P,classes:H})})},82561:function(e,t,r){"use strict";r.d(t,{A:()=>i,t:()=>n});var o=r(29009),a=r(46733);function n(e){return(0,a.Ay)("MuiLink",e)}let i=(0,o.A)("MuiLink",["root","underlineNone","underlineHover","underlineAlways","button","focusVisible"])},33313:function(e,t,r){"use strict";r.d(t,{A:()=>b});var o=r(70451),a=r(11750),n=r(81023),i=r(59238),p=r(69402),l=r(77308),s=r(23434),c=r(72052),d=r(29009),u=r(46733);function m(e){return(0,u.Ay)("MuiSkeleton",e)}(0,d.A)("MuiSkeleton",["root","text","rectangular","rounded","circular","pulse","wave","withChildren","fitContent","heightAuto"]);var h=r(62540);let f=(0,p.keyframes)`
|
|
2
|
+
0% {
|
|
3
|
+
opacity: 1;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
50% {
|
|
7
|
+
opacity: 0.4;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
100% {
|
|
11
|
+
opacity: 1;
|
|
12
|
+
}
|
|
13
|
+
`,g=(0,p.keyframes)`
|
|
14
|
+
0% {
|
|
15
|
+
transform: translateX(-100%);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
50% {
|
|
19
|
+
/* +0.5s of delay between each loop */
|
|
20
|
+
transform: translateX(100%);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
100% {
|
|
24
|
+
transform: translateX(100%);
|
|
25
|
+
}
|
|
26
|
+
`,y="string"!=typeof f?(0,p.css)`
|
|
27
|
+
animation: ${f} 2s ease-in-out 0.5s infinite;
|
|
28
|
+
`:null,v="string"!=typeof g?(0,p.css)`
|
|
29
|
+
&::after {
|
|
30
|
+
animation: ${g} 2s linear 0.5s infinite;
|
|
31
|
+
}
|
|
32
|
+
`:null,A=(0,l.A)("span",{name:"MuiSkeleton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[r.variant],!1!==r.animation&&t[r.animation],r.hasChildren&&t.withChildren,r.hasChildren&&!r.width&&t.fitContent,r.hasChildren&&!r.height&&t.heightAuto]}})((0,s.A)(({theme:e})=>{let t=String(e.shape.borderRadius).match(/[\d.\-+]*\s*(.*)/)[1]||"px",r=parseFloat(e.shape.borderRadius);return{display:"block",backgroundColor:e.vars?e.vars.palette.Skeleton.bg:(0,i.X4)(e.palette.text.primary,"light"===e.palette.mode?.11:.13),height:"1.2em",variants:[{props:{variant:"text"},style:{marginTop:0,marginBottom:0,height:"auto",transformOrigin:"0 55%",transform:"scale(1, 0.60)",borderRadius:`${r}${t}/${Math.round(r/.6*10)/10}${t}`,"&:empty:before":{content:'"\\00a0"'}}},{props:{variant:"circular"},style:{borderRadius:"50%"}},{props:{variant:"rounded"},style:{borderRadius:(e.vars||e).shape.borderRadius}},{props:({ownerState:e})=>e.hasChildren,style:{"& > *":{visibility:"hidden"}}},{props:({ownerState:e})=>e.hasChildren&&!e.width,style:{maxWidth:"fit-content"}},{props:({ownerState:e})=>e.hasChildren&&!e.height,style:{height:"auto"}},{props:{animation:"pulse"},style:y||{animation:`${f} 2s ease-in-out 0.5s infinite`}},{props:{animation:"wave"},style:{position:"relative",overflow:"hidden",WebkitMaskImage:"-webkit-radial-gradient(white, black)","&::after":{background:`linear-gradient(
|
|
33
|
+
90deg,
|
|
34
|
+
transparent,
|
|
35
|
+
${(e.vars||e).palette.action.hover},
|
|
36
|
+
transparent
|
|
37
|
+
)`,content:'""',position:"absolute",transform:"translateX(-100%)",bottom:0,left:0,right:0,top:0}}},{props:{animation:"wave"},style:v||{"&::after":{animation:`${g} 2s linear 0.5s infinite`}}}]}})),b=o.forwardRef(function(e,t){let r=(0,c.b)({props:e,name:"MuiSkeleton"}),{animation:o="pulse",className:i,component:p="span",height:l,style:s,variant:d="text",width:u,...f}=r,g={...r,animation:o,component:p,variant:d,hasChildren:!!f.children},y=(e=>{let{classes:t,variant:r,animation:o,hasChildren:a,width:i,height:p}=e;return(0,n.A)({root:["root",r,o,a&&"withChildren",a&&!i&&"fitContent",a&&!p&&"heightAuto"]},m,t)})(g);return(0,h.jsx)(A,{as:p,ref:t,className:(0,a.A)(y.root,i),ownerState:g,...f,style:{width:u,height:l,...s}})})},91394:function(e,t,r){"use strict";r.d(t,{A:()=>g});var o=r(70451),a=r(11750),n=r(81023),i=r(70872),p=r(77308),l=r(23434),s=r(72052),c=r(29009),d=r(46733);function u(e){return(0,d.Ay)("MuiTable",e)}(0,c.A)("MuiTable",["root","stickyHeader"]);var m=r(62540);let h=(0,p.A)("table",{name:"MuiTable",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.stickyHeader&&t.stickyHeader]}})((0,l.A)(({theme:e})=>({display:"table",width:"100%",borderCollapse:"collapse",borderSpacing:0,"& caption":{...e.typography.body2,padding:e.spacing(2),color:(e.vars||e).palette.text.secondary,textAlign:"left",captionSide:"bottom"},variants:[{props:({ownerState:e})=>e.stickyHeader,style:{borderCollapse:"separate"}}]}))),f="table",g=o.forwardRef(function(e,t){let r=(0,s.b)({props:e,name:"MuiTable"}),{className:p,component:l=f,padding:c="normal",size:d="medium",stickyHeader:g=!1,...y}=r,v={...r,component:l,padding:c,size:d,stickyHeader:g},A=(e=>{let{classes:t,stickyHeader:r}=e;return(0,n.A)({root:["root",r&&"stickyHeader"]},u,t)})(v),b=o.useMemo(()=>({padding:c,size:d,stickyHeader:g}),[c,d,g]);return(0,m.jsx)(i.A.Provider,{value:b,children:(0,m.jsx)(h,{as:l,role:l===f?null:"table",ref:t,className:(0,a.A)(A.root,p),ownerState:v,...y})})})},70872:function(e,t,r){"use strict";r.d(t,{A:()=>o});let o=r(70451).createContext()},91644:function(e,t,r){"use strict";r.d(t,{A:()=>o});let o=r(70451).createContext()},5139:function(e,t,r){"use strict";r.d(t,{A:()=>g});var o=r(70451),a=r(11750),n=r(81023),i=r(91644),p=r(77308),l=r(72052),s=r(29009),c=r(46733);function d(e){return(0,c.Ay)("MuiTableBody",e)}(0,s.A)("MuiTableBody",["root"]);var u=r(62540);let m=(0,p.A)("tbody",{name:"MuiTableBody",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"table-row-group"}),h={variant:"body"},f="tbody",g=o.forwardRef(function(e,t){let r=(0,l.b)({props:e,name:"MuiTableBody"}),{className:o,component:p=f,...s}=r,c={...r,component:p},g=(e=>{let{classes:t}=e;return(0,n.A)({root:["root"]},d,t)})(c);return(0,u.jsx)(i.A.Provider,{value:h,children:(0,u.jsx)(m,{className:(0,a.A)(g.root,o),as:p,ref:t,role:p===f?null:"rowgroup",ownerState:c,...s})})})},45271:function(e,t,r){"use strict";r.d(t,{A:()=>A});var o=r(70451),a=r(11750),n=r(81023),i=r(59238),p=r(24726),l=r(70872),s=r(91644),c=r(77308),d=r(23434),u=r(72052),m=r(29009),h=r(46733);function f(e){return(0,h.Ay)("MuiTableCell",e)}let g=(0,m.A)("MuiTableCell",["root","head","body","footer","sizeSmall","sizeMedium","paddingCheckbox","paddingNone","alignLeft","alignCenter","alignRight","alignJustify","stickyHeader"]);var y=r(62540);let v=(0,c.A)("td",{name:"MuiTableCell",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[r.variant],t[`size${(0,p.A)(r.size)}`],"normal"!==r.padding&&t[`padding${(0,p.A)(r.padding)}`],"inherit"!==r.align&&t[`align${(0,p.A)(r.align)}`],r.stickyHeader&&t.stickyHeader]}})((0,d.A)(({theme:e})=>({...e.typography.body2,display:"table-cell",verticalAlign:"inherit",borderBottom:e.vars?`1px solid ${e.vars.palette.TableCell.border}`:`1px solid
|
|
38
|
+
${"light"===e.palette.mode?(0,i.a)((0,i.X4)(e.palette.divider,1),.88):(0,i.e$)((0,i.X4)(e.palette.divider,1),.68)}`,textAlign:"left",padding:16,variants:[{props:{variant:"head"},style:{color:(e.vars||e).palette.text.primary,lineHeight:e.typography.pxToRem(24),fontWeight:e.typography.fontWeightMedium}},{props:{variant:"body"},style:{color:(e.vars||e).palette.text.primary}},{props:{variant:"footer"},style:{color:(e.vars||e).palette.text.secondary,lineHeight:e.typography.pxToRem(21),fontSize:e.typography.pxToRem(12)}},{props:{size:"small"},style:{padding:"6px 16px",[`&.${g.paddingCheckbox}`]:{width:24,padding:"0 12px 0 16px","& > *":{padding:0}}}},{props:{padding:"checkbox"},style:{width:48,padding:"0 0 0 4px"}},{props:{padding:"none"},style:{padding:0}},{props:{align:"left"},style:{textAlign:"left"}},{props:{align:"center"},style:{textAlign:"center"}},{props:{align:"right"},style:{textAlign:"right",flexDirection:"row-reverse"}},{props:{align:"justify"},style:{textAlign:"justify"}},{props:({ownerState:e})=>e.stickyHeader,style:{position:"sticky",top:0,zIndex:2,backgroundColor:(e.vars||e).palette.background.default}}]}))),A=o.forwardRef(function(e,t){let r,i=(0,u.b)({props:e,name:"MuiTableCell"}),{align:c="inherit",className:d,component:m,padding:h,scope:g,size:A,sortDirection:b,variant:x,...w}=i,R=o.useContext(l.A),M=o.useContext(s.A),T=M&&"head"===M.variant,k=g;"td"===(r=m||(T?"th":"td"))?k=void 0:!k&&T&&(k="col");let C=x||M&&M.variant,$={...i,align:c,component:r,padding:h||(R&&R.padding?R.padding:"normal"),size:A||(R&&R.size?R.size:"medium"),sortDirection:b,stickyHeader:"head"===C&&R&&R.stickyHeader,variant:C},O=(e=>{let{classes:t,variant:r,align:o,padding:a,size:i,stickyHeader:l}=e,s={root:["root",r,l&&"stickyHeader","inherit"!==o&&`align${(0,p.A)(o)}`,"normal"!==a&&`padding${(0,p.A)(a)}`,`size${(0,p.A)(i)}`]};return(0,n.A)(s,f,t)})($),S=null;return b&&(S="asc"===b?"ascending":"descending"),(0,y.jsx)(v,{as:r,ref:t,className:(0,a.A)(O.root,d),"aria-sort":S,scope:k,ownerState:$,...w})})},347:function(e,t,r){"use strict";r.d(t,{A:()=>m});var o=r(70451),a=r(11750),n=r(81023),i=r(77308),p=r(72052),l=r(29009),s=r(46733);function c(e){return(0,s.Ay)("MuiTableContainer",e)}(0,l.A)("MuiTableContainer",["root"]);var d=r(62540);let u=(0,i.A)("div",{name:"MuiTableContainer",slot:"Root",overridesResolver:(e,t)=>t.root})({width:"100%",overflowX:"auto"}),m=o.forwardRef(function(e,t){let r=(0,p.b)({props:e,name:"MuiTableContainer"}),{className:o,component:i="div",...l}=r,s={...r,component:i},m=(e=>{let{classes:t}=e;return(0,n.A)({root:["root"]},c,t)})(s);return(0,d.jsx)(u,{ref:t,as:i,className:(0,a.A)(m.root,o),ownerState:s,...l})})},70561:function(e,t,r){"use strict";r.d(t,{A:()=>g});var o=r(70451),a=r(11750),n=r(81023),i=r(91644),p=r(77308),l=r(72052),s=r(29009),c=r(46733);function d(e){return(0,c.Ay)("MuiTableHead",e)}(0,s.A)("MuiTableHead",["root"]);var u=r(62540);let m=(0,p.A)("thead",{name:"MuiTableHead",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"table-header-group"}),h={variant:"head"},f="thead",g=o.forwardRef(function(e,t){let r=(0,l.b)({props:e,name:"MuiTableHead"}),{className:o,component:p=f,...s}=r,c={...r,component:p},g=(e=>{let{classes:t}=e;return(0,n.A)({root:["root"]},d,t)})(c);return(0,u.jsx)(i.A.Provider,{value:h,children:(0,u.jsx)(m,{as:p,className:(0,a.A)(g.root,o),ref:t,role:p===f?null:"rowgroup",ownerState:c,...s})})})},3399:function(e,t,r){"use strict";r.d(t,{A:()=>y});var o=r(70451),a=r(11750),n=r(81023),i=r(59238),p=r(91644),l=r(77308),s=r(23434),c=r(72052),d=r(29009),u=r(46733);function m(e){return(0,u.Ay)("MuiTableRow",e)}let h=(0,d.A)("MuiTableRow",["root","selected","hover","head","footer"]);var f=r(62540);let g=(0,l.A)("tr",{name:"MuiTableRow",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.head&&t.head,r.footer&&t.footer]}})((0,s.A)(({theme:e})=>({color:"inherit",display:"table-row",verticalAlign:"middle",outline:0,[`&.${h.hover}:hover`]:{backgroundColor:(e.vars||e).palette.action.hover},[`&.${h.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,i.X4)(e.palette.primary.main,e.palette.action.selectedOpacity),"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,i.X4)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity)}}}))),y=o.forwardRef(function(e,t){let r=(0,c.b)({props:e,name:"MuiTableRow"}),{className:i,component:l="tr",hover:s=!1,selected:d=!1,...u}=r,h=o.useContext(p.A),y={...r,component:l,hover:s,selected:d,head:h&&"head"===h.variant,footer:h&&"footer"===h.variant},v=(e=>{let{classes:t,selected:r,hover:o,head:a,footer:i}=e;return(0,n.A)({root:["root",r&&"selected",o&&"hover",a&&"head",i&&"footer"]},m,t)})(y);return(0,f.jsx)(g,{as:l,ref:t,className:(0,a.A)(v.root,i),role:"tr"===l?null:"row",ownerState:y,...u})})},65211:function(e,t,r){"use strict";r.d(t,{A:()=>z});var o=r(70451),a=r(11750),n=r(3725),i=r(81023),p=r(59238),l=r(35216),s=r(93399),c=r(30443),d=r(77308),u=r(56599),m=r(23434),h=r(72052),f=r(24726),g=r(46823),y=r(48865),v=r(32398),A=r(29424),b=r(63392),x=r(2203),w=r(73397),R=r(32751),M=r(62540);let T=(0,d.A)(y.A,{name:"MuiTooltip",slot:"Popper",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.popper,!r.disableInteractive&&t.popperInteractive,r.arrow&&t.popperArrow,!r.open&&t.popperClose]}})((0,m.A)(({theme:e})=>({zIndex:(e.vars||e).zIndex.tooltip,pointerEvents:"none",variants:[{props:({ownerState:e})=>!e.disableInteractive,style:{pointerEvents:"auto"}},{props:({open:e})=>!e,style:{pointerEvents:"none"}},{props:({ownerState:e})=>e.arrow,style:{[`&[data-popper-placement*="bottom"] .${R.A.arrow}`]:{top:0,marginTop:"-0.71em","&::before":{transformOrigin:"0 100%"}},[`&[data-popper-placement*="top"] .${R.A.arrow}`]:{bottom:0,marginBottom:"-0.71em","&::before":{transformOrigin:"100% 0"}},[`&[data-popper-placement*="right"] .${R.A.arrow}`]:{height:"1em",width:"0.71em","&::before":{transformOrigin:"100% 100%"}},[`&[data-popper-placement*="left"] .${R.A.arrow}`]:{height:"1em",width:"0.71em","&::before":{transformOrigin:"0 0"}}}},{props:({ownerState:e})=>e.arrow&&!e.isRtl,style:{[`&[data-popper-placement*="right"] .${R.A.arrow}`]:{left:0,marginLeft:"-0.71em"}}},{props:({ownerState:e})=>e.arrow&&!!e.isRtl,style:{[`&[data-popper-placement*="right"] .${R.A.arrow}`]:{right:0,marginRight:"-0.71em"}}},{props:({ownerState:e})=>e.arrow&&!e.isRtl,style:{[`&[data-popper-placement*="left"] .${R.A.arrow}`]:{right:0,marginRight:"-0.71em"}}},{props:({ownerState:e})=>e.arrow&&!!e.isRtl,style:{[`&[data-popper-placement*="left"] .${R.A.arrow}`]:{left:0,marginLeft:"-0.71em"}}}]}))),k=(0,d.A)("div",{name:"MuiTooltip",slot:"Tooltip",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.tooltip,r.touch&&t.touch,r.arrow&&t.tooltipArrow,t[`tooltipPlacement${(0,f.A)(r.placement.split("-")[0])}`]]}})((0,m.A)(({theme:e})=>({backgroundColor:e.vars?e.vars.palette.Tooltip.bg:(0,p.X4)(e.palette.grey[700],.92),borderRadius:(e.vars||e).shape.borderRadius,color:(e.vars||e).palette.common.white,fontFamily:e.typography.fontFamily,padding:"4px 8px",fontSize:e.typography.pxToRem(11),maxWidth:300,margin:2,wordWrap:"break-word",fontWeight:e.typography.fontWeightMedium,[`.${R.A.popper}[data-popper-placement*="left"] &`]:{transformOrigin:"right center"},[`.${R.A.popper}[data-popper-placement*="right"] &`]:{transformOrigin:"left center"},[`.${R.A.popper}[data-popper-placement*="top"] &`]:{transformOrigin:"center bottom",marginBottom:"14px"},[`.${R.A.popper}[data-popper-placement*="bottom"] &`]:{transformOrigin:"center top",marginTop:"14px"},variants:[{props:({ownerState:e})=>e.arrow,style:{position:"relative",margin:0}},{props:({ownerState:e})=>e.touch,style:{padding:"8px 16px",fontSize:e.typography.pxToRem(14),lineHeight:`${Math.round(16/14*1e5)/1e5}em`,fontWeight:e.typography.fontWeightRegular}},{props:({ownerState:e})=>!e.isRtl,style:{[`.${R.A.popper}[data-popper-placement*="left"] &`]:{marginRight:"14px"},[`.${R.A.popper}[data-popper-placement*="right"] &`]:{marginLeft:"14px"}}},{props:({ownerState:e})=>!e.isRtl&&e.touch,style:{[`.${R.A.popper}[data-popper-placement*="left"] &`]:{marginRight:"24px"},[`.${R.A.popper}[data-popper-placement*="right"] &`]:{marginLeft:"24px"}}},{props:({ownerState:e})=>!!e.isRtl,style:{[`.${R.A.popper}[data-popper-placement*="left"] &`]:{marginLeft:"14px"},[`.${R.A.popper}[data-popper-placement*="right"] &`]:{marginRight:"14px"}}},{props:({ownerState:e})=>!!e.isRtl&&e.touch,style:{[`.${R.A.popper}[data-popper-placement*="left"] &`]:{marginLeft:"24px"},[`.${R.A.popper}[data-popper-placement*="right"] &`]:{marginRight:"24px"}}},{props:({ownerState:e})=>e.touch,style:{[`.${R.A.popper}[data-popper-placement*="top"] &`]:{marginBottom:"24px"}}},{props:({ownerState:e})=>e.touch,style:{[`.${R.A.popper}[data-popper-placement*="bottom"] &`]:{marginTop:"24px"}}}]}))),C=(0,d.A)("span",{name:"MuiTooltip",slot:"Arrow",overridesResolver:(e,t)=>t.arrow})((0,m.A)(({theme:e})=>({overflow:"hidden",position:"absolute",width:"1em",height:"0.71em",boxSizing:"border-box",color:e.vars?e.vars.palette.Tooltip.bg:(0,p.X4)(e.palette.grey[700],.9),"&::before":{content:'""',margin:"auto",display:"block",width:"100%",height:"100%",backgroundColor:"currentColor",transform:"rotate(45deg)"}}))),$=!1,O=new n.E,S={x:0,y:0};function H(e,t){return(r,...o)=>{t&&t(r,...o),e(r,...o)}}let z=o.forwardRef(function(e,t){let r=(0,h.b)({props:e,name:"MuiTooltip"}),{arrow:p=!1,children:d,classes:m,components:z={},componentsProps:j={},describeChild:P=!1,disableFocusListener:L=!1,disableHoverListener:E=!1,disableInteractive:V=!1,disableTouchListener:B=!1,enterDelay:I=100,enterNextDelay:N=0,enterTouchDelay:W=700,followCursor:X=!1,id:_,leaveDelay:F=0,leaveTouchDelay:U=1500,onClose:D,onOpen:Y,open:Z,placement:q="bottom",PopperComponent:J,PopperProps:G={},slotProps:K={},slots:Q={},title:ee,TransitionComponent:et,TransitionProps:er,...eo}=r,ea=o.isValidElement(d)?d:(0,M.jsx)("span",{children:d}),en=(0,u.A)(),ei=(0,l.I)(),[ep,el]=o.useState(),[es,ec]=o.useState(null),ed=o.useRef(!1),eu=V||X,em=(0,n.A)(),eh=(0,n.A)(),ef=(0,n.A)(),eg=(0,n.A)(),[ey,ev]=(0,x.A)({controlled:Z,default:!1,name:"Tooltip",state:"open"}),eA=ey,eb=(0,b.A)(_),ex=o.useRef(),ew=(0,v.A)(()=>{void 0!==ex.current&&(document.body.style.WebkitUserSelect=ex.current,ex.current=void 0),eg.clear()});o.useEffect(()=>ew,[ew]);let eR=e=>{O.clear(),$=!0,ev(!0),Y&&!eA&&Y(e)},eM=(0,v.A)(e=>{O.start(800+F,()=>{$=!1}),ev(!1),D&&eA&&D(e),em.start(en.transitions.duration.shortest,()=>{ed.current=!1})}),eT=e=>{ed.current&&"touchstart"!==e.type||(ep&&ep.removeAttribute("title"),eh.clear(),ef.clear(),I||$&&N?eh.start($?N:I,()=>{eR(e)}):eR(e))},ek=e=>{eh.clear(),ef.start(F,()=>{eM(e)})},[,eC]=o.useState(!1),e$=e=>{(0,s.A)(e.target)||(eC(!1),ek(e))},eO=e=>{ep||el(e.currentTarget),(0,s.A)(e.target)&&(eC(!0),eT(e))},eS=e=>{ed.current=!0;let t=ea.props;t.onTouchStart&&t.onTouchStart(e)};o.useEffect(()=>{if(eA)return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)};function e(e){"Escape"===e.key&&eM(e)}},[eM,eA]);let eH=(0,A.A)((0,c.A)(ea),el,t);ee||0===ee||(eA=!1);let ez=o.useRef(),ej={},eP="string"==typeof ee;P?(ej.title=eA||!eP||E?null:ee,ej["aria-describedby"]=eA?eb:null):(ej["aria-label"]=eP?ee:null,ej["aria-labelledby"]=eA&&!eP?eb:null);let eL={...ej,...eo,...ea.props,className:(0,a.A)(eo.className,ea.props.className),onTouchStart:eS,ref:eH,...X?{onMouseMove:e=>{let t=ea.props;t.onMouseMove&&t.onMouseMove(e),S={x:e.clientX,y:e.clientY},ez.current&&ez.current.update()}}:{}},eE={};B||(eL.onTouchStart=e=>{eS(e),ef.clear(),em.clear(),ew(),ex.current=document.body.style.WebkitUserSelect,document.body.style.WebkitUserSelect="none",eg.start(W,()=>{document.body.style.WebkitUserSelect=ex.current,eT(e)})},eL.onTouchEnd=e=>{ea.props.onTouchEnd&&ea.props.onTouchEnd(e),ew(),ef.start(U,()=>{eM(e)})}),!E&&(eL.onMouseOver=H(eT,eL.onMouseOver),eL.onMouseLeave=H(ek,eL.onMouseLeave),eu||(eE.onMouseOver=eT,eE.onMouseLeave=ek)),!L&&(eL.onFocus=H(eO,eL.onFocus),eL.onBlur=H(e$,eL.onBlur),eu||(eE.onFocus=eO,eE.onBlur=e$));let eV={...r,isRtl:ei,arrow:p,disableInteractive:eu,placement:q,PopperComponentProp:J,touch:ed.current},eB="function"==typeof K.popper?K.popper(eV):K.popper,eI=o.useMemo(()=>{let e=[{name:"arrow",enabled:!!es,options:{element:es,padding:4}}];return G.popperOptions?.modifiers&&(e=e.concat(G.popperOptions.modifiers)),eB?.popperOptions?.modifiers&&(e=e.concat(eB.popperOptions.modifiers)),{...G.popperOptions,...eB?.popperOptions,modifiers:e}},[es,G.popperOptions,eB?.popperOptions]),eN=(e=>{let{classes:t,disableInteractive:r,arrow:o,touch:a,placement:n}=e,p={popper:["popper",!r&&"popperInteractive",o&&"popperArrow"],tooltip:["tooltip",o&&"tooltipArrow",a&&"touch",`tooltipPlacement${(0,f.A)(n.split("-")[0])}`],arrow:["arrow"]};return(0,i.A)(p,R.E,t)})(eV),eW="function"==typeof K.transition?K.transition(eV):K.transition,eX={slots:{popper:z.Popper,transition:z.Transition??et,tooltip:z.Tooltip,arrow:z.Arrow,...Q},slotProps:{arrow:K.arrow??j.arrow,popper:{...G,...eB??j.popper},tooltip:K.tooltip??j.tooltip,transition:{...er,...eW??j.transition}}},[e_,eF]=(0,w.A)("popper",{elementType:T,externalForwardedProps:eX,ownerState:eV,className:(0,a.A)(eN.popper,G?.className)}),[eU,eD]=(0,w.A)("transition",{elementType:g.A,externalForwardedProps:eX,ownerState:eV}),[eY,eZ]=(0,w.A)("tooltip",{elementType:k,className:eN.tooltip,externalForwardedProps:eX,ownerState:eV}),[eq,eJ]=(0,w.A)("arrow",{elementType:C,className:eN.arrow,externalForwardedProps:eX,ownerState:eV,ref:ec});return(0,M.jsxs)(o.Fragment,{children:[o.cloneElement(ea,eL),(0,M.jsx)(e_,{as:J??y.A,placement:q,anchorEl:X?{getBoundingClientRect:()=>({top:S.y,left:S.x,right:S.x,bottom:S.y,width:0,height:0})}:ep,popperRef:ez,open:!!ep&&eA,id:eb,transition:!0,...eE,...eF,popperOptions:eI,children:({TransitionProps:e})=>(0,M.jsx)(eU,{timeout:en.transitions.duration.shorter,...e,...eD,children:(0,M.jsxs)(eY,{...eZ,children:[ee,p?(0,M.jsx)(eq,{...eJ}):null]})})})]})})},32751:function(e,t,r){"use strict";r.d(t,{A:()=>i,E:()=>n});var o=r(29009),a=r(46733);function n(e){return(0,a.Ay)("MuiTooltip",e)}let i=(0,o.A)("MuiTooltip",["popper","popperInteractive","popperArrow","popperClose","tooltip","tooltipArrow","touch","tooltipPlacementLeft","tooltipPlacementRight","tooltipPlacementTop","tooltipPlacementBottom","arrow"])},17366:function(e,t,r){"use strict";var o;t.default=void 0,t.default=(0,((o=r(1448))&&o.__esModule?o:{default:o}).default)("M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,17H13V11H11V17Z","InformationOutline")},29917:function(e,t,r){"use strict";var o;t.default=void 0,t.default=(0,((o=r(1448))&&o.__esModule?o:{default:o}).default)("M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12M8.8,14L10,12.8V4H14V12.8L15.2,14H8.8Z","PinOutline")},40362:function(e,t,r){"use strict";var o=r(56441);function a(){}function n(){}n.resetWarningCache=a,e.exports=function(){function e(e,t,r,a,n,i){if(i!==o){var p=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 p.name="Invariant Violation",p}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:n,resetWarningCache:a};return r.PropTypes=r,r}},62688:function(e,t,r){e.exports=r(40362)()},56441:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}}]);
|