@perses-dev/loki-plugin 0.4.0 → 0.5.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/Loki.b64c7408.js +6 -0
- package/__mf/js/async/1238.71fd7843.js +1 -0
- package/__mf/js/async/1490.0d8dcc42.js +22 -0
- package/__mf/js/async/1501.eefd56b9.js +1 -0
- package/__mf/js/async/1616.60c9a082.js +1 -0
- package/__mf/js/async/1728.21a8f690.js +1 -0
- package/__mf/js/async/1811.a291a38b.js +28 -0
- package/__mf/js/async/1825.5005b3af.js +1 -0
- package/__mf/js/async/1969.53d223ca.js +1 -0
- package/__mf/js/async/2043.eb7e1c61.js +2 -0
- package/__mf/js/async/2386.a3cfef97.js +2 -0
- package/__mf/js/async/3059.cb101ca2.js +1 -0
- package/__mf/js/async/3181.d2b90b95.js +2 -0
- package/__mf/js/async/3849.85df5535.js +7 -0
- package/__mf/js/async/392.c0f9d49a.js +2 -0
- package/__mf/js/async/{1964.7b2e7223.js → 4121.328a1e93.js} +2 -2
- package/__mf/js/async/4466.21ddc88c.js +74 -0
- package/__mf/js/async/{2651.ef335482.js → 5002.29685f8e.js} +1 -1
- package/__mf/js/async/5071.a03a64fd.js +1 -0
- package/__mf/js/async/5440.3fedd5ea.js +2 -0
- package/__mf/js/async/5501.01af8b43.js +2 -0
- package/__mf/js/async/{5214.fee648bb.js → 5587.55dbc663.js} +1 -1
- package/__mf/js/async/6100.e2898f9c.js +1 -0
- package/__mf/js/async/6274.293b47c4.js +2 -0
- package/__mf/js/async/6283.78af4bc8.js +2 -0
- package/__mf/js/async/6498.903f2a94.js +2 -0
- package/__mf/js/async/7177.b50a1c64.js +1 -0
- package/__mf/js/async/7192.4dea1fd0.js +1 -0
- package/__mf/js/async/7370.0ddd349a.js +2 -0
- package/__mf/js/async/7968.ec040694.js +1 -0
- package/__mf/js/async/7978.38078276.js +1 -0
- package/__mf/js/async/8035.8dab4893.js +38 -0
- package/__mf/js/async/8356.5635696c.js +1 -0
- package/__mf/js/async/8470.c67049a2.js +2 -0
- package/__mf/js/async/8482.07caae1a.js +1 -0
- package/__mf/js/async/873.02aa55af.js +1 -0
- package/__mf/js/async/8988.1c565f12.js +1 -0
- package/__mf/js/async/9071.ed72bdac.js +2 -0
- package/__mf/js/async/9235.f2e0e95c.js +1 -0
- package/__mf/js/async/9389.a8ea42a0.js +2 -0
- package/__mf/js/async/941.0bce16fe.js +2 -0
- package/__mf/js/async/9588.2d82f477.js +1 -0
- package/__mf/js/async/9754.5d7b21c2.js +10 -0
- package/__mf/js/async/9836.de786d07.js +1 -0
- package/__mf/js/async/__federation_expose_LokiDatasource.3da46ee2.js +2 -0
- package/__mf/js/async/__federation_expose_LokiLogQuery.c1be0273.js +1 -0
- package/__mf/js/async/__federation_expose_LokiTimeSeriesQuery.cf876f4b.js +1 -0
- package/__mf/js/main.de30f7e6.js +6 -0
- package/lib/bootstrap.js +3 -3
- package/lib/bootstrap.js.map +1 -1
- package/lib/cjs/bootstrap.js +1 -1
- package/lib/cjs/components/complete.js +258 -0
- package/lib/cjs/components/logql-editor.js +6 -3
- package/lib/cjs/components/logql-extension.js +15 -1
- package/lib/cjs/model/index.js +1 -0
- package/lib/cjs/model/loki-client.js +10 -10
- package/lib/cjs/model/loki-selectors.js +5 -5
- package/lib/cjs/queries/constants.js +3 -3
- package/lib/cjs/queries/loki-log-query/LokiLogQueryEditor.js +16 -1
- package/lib/components/complete.d.ts +37 -0
- package/lib/components/complete.d.ts.map +1 -0
- package/lib/components/complete.js +249 -0
- package/lib/components/complete.js.map +1 -0
- package/lib/components/logql-editor.d.ts +4 -1
- package/lib/components/logql-editor.d.ts.map +1 -1
- package/lib/components/logql-editor.js +7 -4
- package/lib/components/logql-editor.js.map +1 -1
- package/lib/components/logql-extension.d.ts +9 -1
- package/lib/components/logql-extension.d.ts.map +1 -1
- package/lib/components/logql-extension.js +15 -1
- package/lib/components/logql-extension.js.map +1 -1
- package/lib/datasources/loki-datasource/LokiDatasourceEditor.js +1 -1
- package/lib/datasources/loki-datasource/LokiDatasourceEditor.js.map +1 -1
- package/lib/model/index.d.ts +1 -0
- package/lib/model/index.d.ts.map +1 -1
- package/lib/model/index.js +1 -0
- package/lib/model/index.js.map +1 -1
- package/lib/queries/loki-log-query/LokiLogQueryEditor.d.ts.map +1 -1
- package/lib/queries/loki-log-query/LokiLogQueryEditor.js +19 -4
- package/lib/queries/loki-log-query/LokiLogQueryEditor.js.map +1 -1
- package/lib/queries/loki-log-query/get-loki-log-data.js.map +1 -1
- package/lib/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.js +1 -1
- package/lib/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.js.map +1 -1
- package/lib/queries/loki-time-series-query/get-loki-time-series-data.d.ts +1 -4
- package/lib/queries/loki-time-series-query/get-loki-time-series-data.d.ts.map +1 -1
- package/lib/queries/loki-time-series-query/get-loki-time-series-data.js.map +1 -1
- package/mf-manifest.json +107 -102
- package/mf-stats.json +107 -102
- package/package.json +7 -6
- package/__mf/js/Loki.c48c56a7.js +0 -5
- package/__mf/js/async/1360.2348e2a7.js +0 -10
- package/__mf/js/async/1398.ca579c40.js +0 -2
- package/__mf/js/async/1540.6b797827.js +0 -74
- package/__mf/js/async/1580.c7d3c3f1.js +0 -2
- package/__mf/js/async/2226.a056d1a3.js +0 -1
- package/__mf/js/async/2292.35c2eeec.js +0 -2
- package/__mf/js/async/2652.7b7038d2.js +0 -28
- package/__mf/js/async/282.6c4c5a94.js +0 -1
- package/__mf/js/async/3224.b1170acc.js +0 -1
- package/__mf/js/async/3431.2270637c.js +0 -1
- package/__mf/js/async/3863.16343b76.js +0 -2
- package/__mf/js/async/3960.6091bb00.js +0 -2
- package/__mf/js/async/3980.08ab4aef.js +0 -2
- package/__mf/js/async/4075.19dee570.js +0 -1
- package/__mf/js/async/4238.155e3b8a.js +0 -1
- package/__mf/js/async/4269.b4d0f49d.js +0 -2
- package/__mf/js/async/4310.6d2d2ce3.js +0 -7
- package/__mf/js/async/4421.28cc8e2d.js +0 -1
- package/__mf/js/async/4557.fd670526.js +0 -2
- package/__mf/js/async/4676.d4c41b7a.js +0 -22
- package/__mf/js/async/5409.ff95cf63.js +0 -1
- package/__mf/js/async/5780.d837c3cd.js +0 -1
- package/__mf/js/async/5981.a46c5157.js +0 -2
- package/__mf/js/async/6134.f7ee513c.js +0 -38
- package/__mf/js/async/6292.9997ca36.js +0 -1
- package/__mf/js/async/6329.9c3a3698.js +0 -2
- package/__mf/js/async/6333.01fb6457.js +0 -2
- package/__mf/js/async/6377.9f308c7f.js +0 -2
- package/__mf/js/async/6770.ba5a38f3.js +0 -1
- package/__mf/js/async/694.c25a1f84.js +0 -1
- package/__mf/js/async/7376.0459aaf7.js +0 -1
- package/__mf/js/async/738.a16c93b6.js +0 -1
- package/__mf/js/async/7740.6f193fac.js +0 -1
- package/__mf/js/async/7797.822237c9.js +0 -1
- package/__mf/js/async/8216.d9cc6234.js +0 -1
- package/__mf/js/async/8488.5b4b7170.js +0 -1
- package/__mf/js/async/8537.dc791586.js +0 -1
- package/__mf/js/async/9173.75bbe78a.js +0 -2
- package/__mf/js/async/9554.728cf7b9.js +0 -2
- package/__mf/js/async/__federation_expose_LokiDatasource.3ce6abca.js +0 -2
- package/__mf/js/async/__federation_expose_LokiLogQuery.c446c7ff.js +0 -1
- package/__mf/js/async/__federation_expose_LokiTimeSeriesQuery.eda99bf8.js +0 -1
- package/__mf/js/main.ccf461ea.js +0 -5
- /package/__mf/css/async/{1580.d3010b86.css → 3061.d3010b86.css} +0 -0
- /package/__mf/css/async/{2341.d3010b86.css → 5442.d3010b86.css} +0 -0
- /package/__mf/css/async/{6759.d3010b86.css → 7370.d3010b86.css} +0 -0
- /package/__mf/js/async/{4676.d4c41b7a.js.LICENSE.txt → 1490.0d8dcc42.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{2292.35c2eeec.js.LICENSE.txt → 2043.eb7e1c61.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1398.ca579c40.js.LICENSE.txt → 2386.a3cfef97.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1580.c7d3c3f1.js.LICENSE.txt → 3181.d2b90b95.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4310.6d2d2ce3.js.LICENSE.txt → 3849.85df5535.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5981.a46c5157.js.LICENSE.txt → 392.c0f9d49a.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1964.7b2e7223.js.LICENSE.txt → 4121.328a1e93.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6377.9f308c7f.js.LICENSE.txt → 5440.3fedd5ea.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4557.fd670526.js.LICENSE.txt → 5501.01af8b43.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3960.6091bb00.js.LICENSE.txt → 6274.293b47c4.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3980.08ab4aef.js.LICENSE.txt → 6283.78af4bc8.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9554.728cf7b9.js.LICENSE.txt → 6498.903f2a94.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3863.16343b76.js.LICENSE.txt → 7370.0ddd349a.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9173.75bbe78a.js.LICENSE.txt → 8470.c67049a2.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4269.b4d0f49d.js.LICENSE.txt → 9071.ed72bdac.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6329.9c3a3698.js.LICENSE.txt → 9389.a8ea42a0.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6333.01fb6457.js.LICENSE.txt → 941.0bce16fe.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1360.2348e2a7.js.LICENSE.txt → 9754.5d7b21c2.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_LokiDatasource.3ce6abca.js.LICENSE.txt → __federation_expose_LokiDatasource.3da46ee2.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see 9071.ed72bdac.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.chunk_Loki=self.chunk_Loki||[]).push([["9071"],{45158:function(e,r,t){t.d(r,{A:()=>m});var n=t(70451),o=t(11750),u=t(81023),a=t(77308),i=t(72052),s=t(29009),l=t(46733);function f(e){return(0,l.Ay)("MuiFormGroup",e)}(0,s.A)("MuiFormGroup",["root","row","error"]);var c=t(42872),d=t(87842),p=t(62540);let v=(0,a.A)("div",{name:"MuiFormGroup",slot:"Root",overridesResolver:(e,r)=>{let{ownerState:t}=e;return[r.root,t.row&&r.row]}})({display:"flex",flexDirection:"column",flexWrap:"wrap",variants:[{props:{row:!0},style:{flexDirection:"row"}}]}),m=n.forwardRef(function(e,r){let t=(0,i.b)({props:e,name:"MuiFormGroup"}),{className:n,row:a=!1,...s}=t,l=(0,c.A)(),m=(0,d.A)({props:t,muiFormControl:l,states:["error"]}),h={...t,row:a,error:m.error},y=(e=>{let{classes:r,row:t,error:n}=e;return(0,u.A)({root:["root",t&&"row",n&&"error"]},f,r)})(h);return(0,p.jsx)(v,{className:(0,o.A)(y.root,n),ownerState:h,ref:r,...s})})},8072:function(e,r,t){t.d(r,{A:()=>l});var n=t(70451),o=t(31789),u=t(70320),a=t(45827);let i={...n}.useSyncExternalStore;function s(e={}){let{themeId:r}=e;return function(e,t={}){let s=(0,a.A)();s&&r&&(s=s[r]||s);let l="undefined"!=typeof window&&void 0!==window.matchMedia,{defaultMatches:f=!1,matchMedia:c=l?window.matchMedia:null,ssrMatchMedia:d=null,noSsr:p=!1}=(0,u.A)({name:"MuiUseMediaQuery",props:t,theme:s}),v="function"==typeof e?e(s):e;return(void 0!==i?function(e,r,t,o,u){let a=n.useCallback(()=>r,[r]),s=n.useMemo(()=>{if(u&&t)return()=>t(e).matches;if(null!==o){let{matches:r}=o(e);return()=>r}return a},[a,e,o,u,t]),[l,f]=n.useMemo(()=>{if(null===t)return[a,()=>()=>{}];let r=t(e);return[()=>r.matches,e=>(r.addEventListener("change",e),()=>{r.removeEventListener("change",e)})]},[a,t,e]);return i(f,l,s)}:function(e,r,t,u,a){let[i,s]=n.useState(()=>a&&t?t(e).matches:u?u(e).matches:r);return(0,o.A)(()=>{if(!t)return;let r=t(e),n=()=>{s(r.matches)};return n(),r.addEventListener("change",n),()=>{r.removeEventListener("change",n)}},[e,t]),i})(v=v.replace(/^@media( ?)/m,""),f,c,d,p)}}s();let l=s({themeId:t(93724).A})},12244:function(e,r,t){t.d(r,{a:()=>n});function n(e,r){return e?.panelGroupId===r?.panelGroupId&&e?.panelGroupItemLayoutId===r?.panelGroupItemLayoutId}},29261:function(e,r,t){function n(e,r){let t=o(r),n=e.panels[t];if(void 0===n)throw Error(`Could not resolve panels reference ${r.$ref}`);return n}function o(e){return e.$ref.substring(14)}function u(e){return{$ref:`#/spec/panels/${e}`}}t.d(r,{BX:()=>o,YI:()=>u,yo:()=>n})},4178:function(e,r,t){var n;r.default=void 0,r.default=(0,((n=t(1448))&&n.__esModule?n:{default:n}).default)("M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z","Alert")},10571:function(e,r,t){var n;r.default=void 0,r.default=(0,((n=t(1448))&&n.__esModule?n:{default:n}).default)("M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z","OpenInNew")},2192:function(e,r,t){var n=t(70451),o=Symbol.for("react.element"),u=Symbol.for("react.fragment"),a=Object.prototype.hasOwnProperty,i=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function l(e,r,t){var n,u={},l=null,f=null;for(n in void 0!==t&&(l=""+t),void 0!==r.key&&(l=""+r.key),void 0!==r.ref&&(f=r.ref),r)a.call(r,n)&&!s.hasOwnProperty(n)&&(u[n]=r[n]);if(e&&e.defaultProps)for(n in r=e.defaultProps)void 0===u[n]&&(u[n]=r[n]);return{$$typeof:o,type:e,key:l,ref:f,props:u,_owner:i.current}}r.Fragment=u,r.jsx=l,r.jsxs=l},62540:function(e,r,t){e.exports=t(2192)},42338:function(e,r,t){t.d(r,{u:()=>a});var n=t(25511),o=t(72694),u=function(e,r){for(var t={};e.length;){var n=e[0],u=n.code,a=n.message,i=n.path.join(".");if(!t[i])if("unionErrors"in n){var s=n.unionErrors[0].errors[0];t[i]={message:s.message,type:s.code}}else t[i]={message:a,type:u};if("unionErrors"in n&&n.unionErrors.forEach(function(r){return r.errors.forEach(function(r){return e.push(r)})}),r){var l=t[i].types,f=l&&l[n.code];t[i]=(0,o.appendErrors)(i,r,t,u,f?[].concat(f,n.message):n.message)}e.shift()}return t},a=function(e,r,t){return void 0===t&&(t={}),function(o,a,i){try{return Promise.resolve(function(u,a){try{var s=Promise.resolve(e["sync"===t.mode?"parse":"parseAsync"](o,r)).then(function(e){return i.shouldUseNativeValidation&&(0,n.validateFieldsNatively)({},i),{errors:{},values:t.raw?o:e}})}catch(e){return a(e)}return s&&s.then?s.then(void 0,a):s}(0,function(e){if(Array.isArray(null==e?void 0:e.errors))return{values:{},errors:(0,n.toNestErrors)(u(e.errors,!i.shouldUseNativeValidation&&"all"===i.criteriaMode),i)};throw e}))}catch(e){return Promise.reject(e)}}}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_Loki=self.chunk_Loki||[]).push([["9235"],{63859:function(e,t,r){r.r(t),r.d(t,{default:()=>g});var i=r(68102),n=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 i;if(t){var n=t.shouldForwardProp;i=e.__emotion_forwardProp&&n?function(t){return e.__emotion_forwardProp(t)&&n(t)}:n}return"function"!=typeof i&&r&&(i=e.__emotion_forwardProp),i},h=function(e){var t=e.cache,r=e.serialized,i=e.isStringTag;return(0,s.SF)(t,r,i),(0,o.s)(function(){return(0,s.sk)(t,r,i)}),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,n.withEmotionCache)(function(e,t,r){var i=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(n.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(i):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 i}),l.createElement(i,_))});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,n){return e(t,(0,i.A)({},r,n,{shouldForwardProp:f(w,n,!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 i=r(70451),n=!!i.useInsertionEffect&&i.useInsertionEffect,a=n||function(e){return e()},o=n||i.useLayoutEffect},309:function(e,t,r){function i(e,t,r){var i="";return r.split(" ").forEach(function(r){void 0!==e[r]?t.push(e[r]+";"):r&&(i+=r+" ")}),i}r.d(t,{Rk:()=>i,SF:()=>n,sk:()=>a});var n=function(e,t,r){var i=e.key+"-"+t.name;!1===r&&void 0===e.registered[i]&&(e.registered[i]=t.styles)},a=function(e,t,r){n(e,t,r);var i=e.key+"-"+t.name;if(void 0===e.inserted[t.name]){var a=t;do e.insert(t===a?"."+i:"",a,e.sheet,!0),a=a.next;while(void 0!==a)}}}}]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see 9389.a8ea42a0.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.chunk_Loki=self.chunk_Loki||[]).push([["9389"],{2192:function(O,Q,$){var P=$(70451),a=Symbol.for("react.element"),X=Symbol.for("react.fragment"),e=Object.prototype.hasOwnProperty,r=P.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,i={key:!0,ref:!0,__self:!0,__source:!0};function t(O,Q,$){var P,X={},t=null,o=null;for(P in void 0!==$&&(t=""+$),void 0!==Q.key&&(t=""+Q.key),void 0!==Q.ref&&(o=Q.ref),Q)e.call(Q,P)&&!i.hasOwnProperty(P)&&(X[P]=Q[P]);if(O&&O.defaultProps)for(P in Q=O.defaultProps)void 0===X[P]&&(X[P]=Q[P]);return{$$typeof:a,type:O,key:t,ref:o,props:X,_owner:r.current}}Q.Fragment=X,Q.jsx=t,Q.jsxs=t},62540:function(O,Q,$){O.exports=$(2192)},6365:function(O,Q,$){$.d(Q,{Eq:()=>R,K3:()=>r,MD:()=>i,Qf:()=>n,Re:()=>l,g$:()=>o,gw:()=>u,l3:()=>g,q6:()=>p,sq:()=>t});var P=$(782);let a={json:1,logfmt:2,unpack:3,pattern:4,regexp:5,label_format:7,line_format:8,label_replace:9,vector:10,offset:11,bool:12,on:13,ignoring:14,group_left:15,group_right:16,unwrap:6,decolorize:17,drop:18,keep:19},X={by:20,without:21,and:22,or:23,unless:24,sum:25,avg:26,count:27,max:28,min:29,stddev:30,stdvar:31,bottomk:32,topk:33,sort:34,sort_desc:35},e={__proto__:null,ip:295,count_over_time:301,rate:303,rate_counter:305,bytes_over_time:307,bytes_rate:309,avg_over_time:311,sum_over_time:313,min_over_time:315,max_over_time:317,stddev_over_time:319,stdvar_over_time:321,quantile_over_time:323,first_over_time:325,last_over_time:327,absent_over_time:329,bytes:335,duration:337,duration_seconds:339},r=P.U1.deserialize({version:14,states:"EtOYQPOOO#cQPO'#DUOOQO'#ER'#ERO#hQPO'#ERO$}QPO'#DTOYQPO'#DTOOQO'#Ed'#EdO%[QPO'#EcOOQO'#FP'#FPO%aQPO'#FOQ%lQPOOO&mQPO'#F]O&rQPO'#F^OOQO'#Eb'#EbOOQO'#DS'#DSOOQO'#Ee'#EeOOQO'#Ef'#EfOOQO'#Eg'#EgOOQO'#Eh'#EhOOQO'#Ei'#EiOOQO'#Ej'#EjOOQO'#Ek'#EkOOQO'#El'#ElOOQO'#Em'#EmOOQO'#En'#EnOOQO'#Eo'#EoOOQO'#Ep'#EpOOQO'#Eq'#EqOOQO'#Er'#ErOOQO'#Es'#EsO&wQPO'#DWOOQO'#DV'#DVO'VQPO,59pOOQO,5:m,5:mOOQO'#Dc'#DcO'_QPO'#DbO'gQPO'#DaO)lQPO'#D`O*{QPO'#D`OOQO'#D_'#D_O+sQPO,59oO-}QPO,59oO.UQPO,5:|O.]QPO,5:}O.hQPO'#E|O0sQPO,5;jO0zQPO,5;jO1PQPO,5;lO1PQPO,5;lO1PQPO,5;lO1PQPO,5;lO1PQPO,5;lO1PQPO,5;lOYQPO,5;wO3cQPO,5;xO3hQPO,59rO#cQPO,59qOOQO1G/[1G/[OOQO'#Dh'#DhO3mQPO,59|O5^QPO,59|OOQO'#Di'#DiO5cQPO,59{OOQO,59{,59{O5kQPO'#DWO6YQPO'#DlO8PQPO'#DoO9sQPO'#DoOOQO'#Do'#DoOOQO'#Dv'#DvOOQO'#Dt'#DtO+kQPO'#DtO9xQPO,59zO;iQPO'#EVO;nQPO'#EWOOQO'#EZ'#EZO;sQPO'#E[O;xQPO'#E_OOQO,59z,59zOOQO,59y,59yOOQO1G/Z1G/ZOOQO1G0h1G0hO;}QPO'#EtO.`QPO'#EtO<XQPO1G0iO<^QPO1G0iO<cQPO,5;hO=oQPO1G1UO=vQPO1G1UO=}QPO1G1UO>UQPO'#FSO@dQPO'#FRO@nQPO'#FROYQPO1G1WOYQPO1G1WOYQPO1G1WOYQPO1G1WOYQPO1G1WOYQPO1G1WO@xQPO1G1cOAPQPO1G1dOOQO1G/^1G/^OOQO1G/]1G/]O5cQPO1G/hOAUQPO1G/hOAZQPO'#DjOBzQPO'#DjOOQO1G/g1G/gOCbQPO,59rOCPQPO,5:cOOQO'#Dm'#DmOClQPO,5:WOEcQPO'#DrOOQO'#Dq'#DqOGVQPO,5:_OHvQPO,5:[OOQO,5:Z,5:ZOJgQPO,5:`O+kQPO,5:`O+kQPO,5:`OOQO,5:q,5:qOJuQPO'#EYOOQO'#EX'#EXOJzQPO,5:rOLkQPO'#E^OOQO'#E^'#E^OOQO'#E]'#E]ONbQPO,5:vO!!RQPO'#EaOOQO'#Ea'#EaOOQO'#E`'#E`O!#xQPO,5:yO!%iQPO'#D`O;}QPO,5;`O!%pQPO'#EuO!%uQPO,5;`O!%}QPO,5;`O!&[QPO,5;`O!&iQPO,5;`O!&nQPO7+&TO.`QPO7+&TOOQO'#E}'#E}O!(OQPO1G1SOOQO1G1S1G1SOYQPO7+&pO!(WQPO7+&pO!)hQPO7+&pO!)oQPO7+&pO!)vQQO'#FTOOQO,5;n,5;nO!,UQPO,5;mO!,]QPO,5;mO!-nQPO7+&rO!-uQPO7+&rOOQO7+&r7+&rO!.SQPO7+&rO!.ZQPO7+&rO!/`QPO7+&rO!/pQPO7+&}OOQO7+'O7+'OOOQO7+%S7+%SO!/uQPO7+%SO5cQPO,5:UO!/zQPO,5:UO!0PQPO1G/{OOQO1G/}1G/}OOQO1G0U1G0UOOQO1G0W1G0WOOQO,5:X,5:XO!0UQPO1G/yO!1uQPO,5:^O!1zQPO,5:]OOQO1G/z1G/zO!2PQPO1G/zO!3pQPO,5:tO;nQPO,5:sO;sQPO,5:wO;xQPO,5:zO!3xQPO,5;cO!%uQPO1G0zO!4WQPO1G0zO!4`QPO,5;aO+kQPO,5;cO!4eQPO1G0zO!4oQPO'#EvO!4tQPO1G0zO!4eQPO1G0zO!4|QPO1G0zO!5ZQPO1G0zO!%xQPO1G0zOOQO1G0z1G0zOOQO<<Io<<IoO!5fQPO<<IoO!5kQPO,5;iOOQO7+&n7+&nO!5pQPO<<J[OOQO<<J[<<J[OYQPO<<J[OOQO'#FV'#FVO!5wQPO,5;oOOQO'#FU'#FUOOQO,5;o,5;oOOQO1G1X1G1XO!6PQPO1G1XO!8YQPO<<JiOOQO<<Hn<<HnOOQO1G/p1G/pO!8_QPO1G/pO!8dQPO7+%gOOQO1G/x1G/xOOQO1G/w1G/wOOQO1G0`1G0`OOQO1G0_1G0_OOQO1G0c1G0cOOQO1G0f1G0fOOQO'#Ex'#ExOOQO1G0}1G0}O!8iQPO1G0}OOQO'#Ey'#EyOOQO'#Ez'#EzOOQO'#E{'#E{OOQO7+&f7+&fOOQO1G0{1G0{O!8nQPO1G0}O!9SQPO7+&fOOQO,5;b,5;bO!9[QPO7+&fO!%xQPO7+&fO!9fQPO7+&fO!9qQPOAN?ZOOQO1G1T1G1TO!;RQPOAN?vO!<cQPOAN?vO!<jQQO1G1ZOOQO1G1Z1G1ZOOQO7+&s7+&sO!<rQPOAN@TOOQO7+%[7+%[O!<wQPO<<IRO!<|QPO7+&iO!=RQPO<<JQO!=ZQPO<<JQO!=cQPO'#EwO!=hQPO<<JQOOQOG24uG24uOOQOG25bG25bOOQO1G1[1G1[OOQO7+&u7+&uO!=pQPOG25oOOQOAN>mAN>mO!=uQPO<<JTOOQOAN?lAN?lO!=zQPOAN?lO!>SQPOLD+ZOOQOAN?oAN?oOOQO,5:r,5:rO!>XQPO!$'NuO!>^QPO!)9DaO!>cQPO!.K9{OOQO!4//g!4//gO;nQPO'#EWO!>hQPO'#D`O!?`QPO,59oO!@fQPO'#DTOYQPO1G1WOYQPO1G1WOYQPO1G1WOYQPO1G1WOYQPO1G1WOYQPO1G1WO1PQPO,5;lO1PQPO,5;lO1PQPO,5;lO1PQPO,5;lO1PQPO,5;lO1PQPO,5;lO!AqQPO7+&rO!AxQPO7+&rO!BVQPO7+&rO!C_QPO7+&rO!CfQPO7+&rO!B^QPO'#FQ",stateData:"!Cs~O$TOStOS~OXZOY[OiWOjWOkWOlWOmWOnWOoWOpWOqWOrWOsWO!vQO!wRO!xRO$UPO$YTO$[_O$]`O$^aO$_bO$`cO$adO$beO$cfO$dgO$ehO$fiO$gjO$hkO$ilO$jmO~O{nO~O!vqO~O!OrO!QrO!WrO!XrO!YrO!ZrOfwXgwXhwX!lwX!nwX!owX!pwX!qwX!wwX!xwX#{wX#|wX#}wX$OwX~O!_vO$RwX$ZwX~P#mO$Y{O~Od|Oe|O$Y}O~Of!QOg!POh!QO!O!UO!l!UO!n!UO!o!UO!p!UO!q!UO!w!RO!x!RO#{!SO#|!SO#}!SO$O!TO~O$Y!VO~O$Y!WO~O|!XO!O!XO!P!XO!Q!XO~O$V!YO$W!ZO~O}!]O$X!_O~Og!`Of!TXh!TX!O!TX!Q!TX!W!TX!X!TX!Y!TX!Z!TX!_!TX!l!TX!n!TX!o!TX!p!TX!q!TX!w!TX!x!TX#{!TX#|!TX#}!TX$O!TX$R!TX$Z!TX$k!TX$V!TX~O!OrO!QrO!WrO!XrO!YrO!ZrO~Of!SXg!SXh!SX!_!SX!l!SX!n!SX!o!SX!p!SX!q!SX!w!SX!x!SX#{!SX#|!SX#}!SX$O!SX$R!SX$Z!SX$k!SX$V!SX~P)WOP!dOQ!cOR!fOS!eOT!eOV!lOW!kOa!mOb!nOc!oO{!bO$Y!iO~O!_vOfwagwahwa!lwa!nwa!owa!pwa!qwa!wwa!xwa#{wa#|wa#}wa$Owa$Rwa$Zwa~P)WOfvXgvXhvX!OvX!lvX!nvX!ovX!pvX!qvX!wvX!xvX#{vX#|vX#}vX$OvX~O$Z!rO~P,|O$Z!sO~P,|O!v!wO$UPO$Y!uO~O$Y!xO~OXZOY[OiWOjWOkWOlWOmWOnWOoWOpWOqWOrWOsWO!wRO!xRO$UPO$YTO$[_O$]`O$^aO$_bO$`cO$adO$beO$cfO$dgO$ehO$fiO$gjO$hkO$ilO$jmO~O!v!yO~P.mO$Y!{O~O[#OO]!|O^!|OX#uPY#uPi#uPj#uPk#uPl#uPm#uPn#uPo#uPp#uPq#uPr#uPs#uP!v#uP!w#uP!x#uP$U#uP$Y#uP$[#uP$]#uP$^#uP$_#uP$`#uP$a#uP$b#uP$c#uP$d#uP$e#uP$f#uP$g#uP$h#uP$i#uP$j#uP~O!v#WO~O}#XO~Og#ZOf!Uah!Ua!O!Ua!Q!Ua!W!Ua!X!Ua!Y!Ua!Z!Ua!_!Ua!l!Ua!n!Ua!o!Ua!p!Ua!q!Ua!w!Ua!x!Ua#{!Ua#|!Ua#}!Ua$O!Ua$R!Ua$Z!Ua$k!Ua$V!Ua~O$Y#[O~O}#]O$X!_O~O|#`O!O#`O!P!XO!Q!XO!l#aO!n#aO!o#aO!p#aO!q#aO~O{#dO!b#bOf!`Xg!`Xh!`X!O!`X!Q!`X!W!`X!X!`X!Y!`X!Z!`X!_!`X!l!`X!n!`X!o!`X!p!`X!q!`X!w!`X!x!`X#{!`X#|!`X#}!`X$O!`X$R!`X$Z!`X$k!`X$V!`X~O{#dOf!cXg!cXh!cX!O!cX!Q!cX!W!cX!X!cX!Y!cX!Z!cX!_!cX!l!cX!n!cX!o!cX!p!cX!q!cX!w!cX!x!cX#{!cX#|!cX#}!cX$O!cX$R!cX$Z!cX$k!cX$V!cX~O}#hO~Of#jOg#kO$V#jOh!Sa!O!Sa!Q!Sa!W!Sa!X!Sa!Y!Sa!Z!Sa!_!Sa!l!Sa!n!Sa!o!Sa!p!Sa!q!Sa!w!Sa!x!Sa#{!Sa#|!Sa#}!Sa$O!Sa$R!Sa$Z!Sa$k!Sa~O}#lO~O{#mO~O{#pO~O{#tO~O!_#xO$k#zO~P)WO$Z$PO~O$V$QO~O{$RO$Z$TO~Of!uXg!uXh!uX!O!uX!l!uX!n!uX!o!uX!p!uX!q!uX!w!uX!x!uX#{!uX#|!uX#}!uX$O!uX$Z!uX~O$V$UO~P<kO$Z$VO~P,|O!v$WO~P.mO$Y$YO~OX#uXY#uXi#uXj#uXk#uXl#uXm#uXn#uXo#uXp#uXq#uXr#uXs#uX!v#uX!w#uX!x#uX$U#uX$Y#uX$[#uX$]#uX$^#uX$_#uX$`#uX$a#uX$b#uX$c#uX$d#uX$e#uX$f#uX$g#uX$h#uX$i#uX$j#uX~O_$[O`$[O~P>ZO]!|O^!|O~P>ZO$V$dO~P,|O$Z$eO~O}$gO~Og$hOf!^Xh!^X!O!^X!Q!^X!W!^X!X!^X!Y!^X!Z!^X!_!^X!l!^X!n!^X!o!^X!p!^X!q!^X!w!^X!x!^X#{!^X#|!^X#}!^X$O!^X$R!^X$Z!^X$k!^X$V!^X~O$Y$iO~O!m$kO!s$lO!vQO!wRO!xRO~O}#XO$X!_O~PCPO{#dO!b$nOf!`ag!`ah!`a!O!`a!Q!`a!W!`a!X!`a!Y!`a!Z!`a!_!`a!l!`a!n!`a!o!`a!p!`a!q!`a!w!`a!x!`a#{!`a#|!`a#}!`a$O!`a$R!`a$Z!`a$k!`a$V!`a~O|$pOf!fXg!fXh!fX!O!fX!Q!fX!W!fX!X!fX!Y!fX!Z!fX!_!fX!l!fX!n!fX!o!fX!p!fX!q!fX!w!fX!x!fX#{!fX#|!fX#}!fX$O!fX$R!fX$V!fX$Z!fX$k!fX~O$V$qOf!gag!gah!ga!O!ga!Q!ga!W!ga!X!ga!Y!ga!Z!ga!_!ga!l!ga!n!ga!o!ga!p!ga!q!ga!w!ga!x!ga#{!ga#|!ga#}!ga$O!ga$R!ga$Z!ga$k!ga~O$V$qOf!dag!dah!da!O!da!Q!da!W!da!X!da!Y!da!Z!da!_!da!l!da!n!da!o!da!p!da!q!da!w!da!x!da#{!da#|!da#}!da$O!da$R!da$Z!da$k!da~Of#jOg#kO$V#jO$Z$rO~O|$tO~O$V$uOf!zag!zah!za!O!za!Q!za!W!za!X!za!Y!za!Z!za!_!za!l!za!n!za!o!za!p!za!q!za!w!za!x!za#{!za#|!za#}!za$O!za$R!za$Z!za$k!za~O|!XO!O!XO!P!XO!Q!XOf#QXg#QXh#QX!W#QX!X#QX!Y#QX!Z#QX!_#QX!l#QX!n#QX!o#QX!p#QX!q#QX!w#QX!x#QX#{#QX#|#QX#}#QX$O#QX$R#QX$V#QX$Z#QX$k#QX~O$V$vOf#Oag#Oah#Oa!O#Oa!Q#Oa!W#Oa!X#Oa!Y#Oa!Z#Oa!_#Oa!l#Oa!n#Oa!o#Oa!p#Oa!q#Oa!w#Oa!x#Oa#{#Oa#|#Oa#}#Oa$O#Oa$R#Oa$Z#Oa$k#Oa~O|!XO!O!XO!P!XO!Q!XOf#TXg#TXh#TX!W#TX!X#TX!Y#TX!Z#TX!_#TX!l#TX!n#TX!o#TX!p#TX!q#TX!w#TX!x#TX#{#TX#|#TX#}#TX$O#TX$R#TX$V#TX$Z#TX$k#TX~O$V$wOf#Rag#Rah#Ra!O#Ra!Q#Ra!W#Ra!X#Ra!Y#Ra!Z#Ra!_#Ra!l#Ra!n#Ra!o#Ra!p#Ra!q#Ra!w#Ra!x#Ra#{#Ra#|#Ra#}#Ra$O#Ra$R#Ra$Z#Ra$k#Ra~OU$xO~P*{O!m${O~O!_$|O$k#zO~OZ%OO!_#xO$Z#ha~P)WO!_#xO$Z%TO$k#zO~P)WO$Z%UO~Od|Oe|Of#Vqg#Vqh#Vq!O#Vq!l#Vq!n#Vq!o#Vq!p#Vq!q#Vq!w#Vq!x#Vq#{#Vq#|#Vq#}#Vq$O#Vq$R#Vq$Z#Vq$V#Vq~O$V%XO$Z%YO~Od|Oe|Of#rqg#rqh#rq!O#rq!l#rq!n#rq!o#rq!p#rq!q#rq!w#rq!x#rq#{#rq#|#rq#}#rq$O#rq$R#rq$Z#rq$V#rq~O$V%]O~P<kO$Z%[O~P,|O#z%^O$Z%aO~OX#uaY#uai#uaj#uak#ual#uam#uan#uao#uap#uaq#uar#uas#ua!v#ua!w#ua!x#ua$U#ua$[#ua$]#ua$^#ua$_#ua$`#ua$a#ua$b#ua$c#ua$d#ua$e#ua$f#ua$g#ua$h#ua$i#ua$j#ua~O$Y$YO~P!*OO_%cO`%cO$Y#ua~P!*OOf!QOh!QO!O!UO!l!UO!n!UO!o!UO!p!UO!q!UO!w!RO!x!RO#{#tq#|#tq#}#tq$O#tq$R#tq$Z#tq~Og#tq~P!,jOf#tqg#tqh#tq~P!,pOg!PO~P!,jO$R#tq$Z#tq~P%lOf#tqg#tqh#tq!O#tq!l#tq!n#tq!o#tq!p#tq!q#tq#{#tq#|#tq#}#tq$O#tq~O!w!RO!x!RO$R#tq$Z#tq~P!.eO}%dO~O$Z%eO~O}%gO~O$Y%hO~O$V$qOf!gig!gih!gi!O!gi!Q!gi!W!gi!X!gi!Y!gi!Z!gi!_!gi!l!gi!n!gi!o!gi!p!gi!q!gi!w!gi!x!gi#{!gi#|!gi#}!gi$O!gi$R!gi$Z!gi$k!gi~O}%iO~O{#dO~Of#jO$V#jOg!hih!hi!O!hi!Q!hi!W!hi!X!hi!Y!hi!Z!hi!_!hi!l!hi!n!hi!o!hi!p!hi!q!hi!w!hi!x!hi#{!hi#|!hi#}!hi$O!hi$R!hi$Z!hi$k!hi~O{%kO}%kO~O{%pO$m%rO$n%sO$o%tO~OZ%OO$Z#hi~O$l%vO~O!_#xO$Z#hi~P)WO!m%yO~O!_$|O$Z#hi~O!_#xO$Z%{O$k#zO~P)WO!_$|O$Z%{O$k#zO~O$Z%}O~O{&OO~O$Z&PO~P,|O$V&RO$Z&SO~O$Y$YOX#uiY#uii#uij#uik#uil#uim#uin#uio#uip#uiq#uir#uis#ui!v#ui!w#ui!x#ui$U#ui$[#ui$]#ui$^#ui$_#ui$`#ui$a#ui$b#ui$c#ui$d#ui$e#ui$f#ui$g#ui$h#ui$i#ui$j#ui~O$V&UO~O$Z&VO~O}&WO~O$Y&XO~Of#jOg#kO$V#jO!_#ki$k#ki$Z#ki~O!_$|O$Z#hq~O!_#xO$Z#hq~P)WOZ%OO!_&[O$Z#hq~Od|Oe|Of#V!Rg#V!Rh#V!R!O#V!R!l#V!R!n#V!R!o#V!R!p#V!R!q#V!R!w#V!R!x#V!R#{#V!R#|#V!R#}#V!R$O#V!R$R#V!R$Z#V!R$V#V!R~Od|Oe|Of#r!Rg#r!Rh#r!R!O#r!R!l#r!R!n#r!R!o#r!R!p#r!R!q#r!R!w#r!R!x#r!R#{#r!R#|#r!R#}#r!R$O#r!R$R#r!R$Z#r!R$V#r!R~O$Z&_O~P,|O#z%^O$Z&aO~O}&bO~O$Z&cO~O{&dO~O!_$|O$Z#hy~OZ%OO$Z#hy~OU$xO~O!_&[O$Z#hy~O$V&gO~O$Z&hO~O!_$|O$Z#h!R~O}&jO~O$V&kO~O}&lO~O$Z&mO~OP!dOQ!cOR!fOS!eOT!eOV&nOW!kOa!mOb!nOc!oO{!bO$Y!iO~O!_&oOfwagwahwa!lwa!nwa!owa!pwa!qwa!wwa!xwa#{wa#|wa#}wa$Owa$Vwa~P)WO!_&oO$VwX~P#mOf&yOh&yO!O&}O!l&}O!n&}O!o&}O!p&}O!q&}O!w&zO!x&zO#{#tq#|#tq#}#tq$O#tq$V#tq~Og#tq~P!@pOf#tqg#tqh#tq~P!@vOg&xO~P!@pOf&yOg&xOh&yO!O&}O!l&}O!n&}O!o&}O!p&}O!q&}O!w&zO!x&zO#{&{O#|&{O#}&{O$O&|O~O$V#tq~P!B^O!w&zO!x&zO$V#tq~P!.eO",goto:"1l$RPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP$S%R%j&Y&]PPPPPP&t'W'h'v(XPPPP(h(p(yP)S)XP)S)S)[)e)S)m*O*O*XPPPPPP*XP*O*bPPP)S)S*{+R)S)S+Y+])S+c+f+l,_,t-Z-Z-Z-Z-Z-Z-Z-Z-Z-Z-Z-Z-Z-Z-Z-p-y.^.j/S/V/V/V/Y/i,_/l,_0R0w1Y1c1fPPPPP,_,_[YOT}!{$U%]Q$^#PQ$_#QS$`#R&tQ$a#SQ$b#TQ$c#UQ'O&rQ'P&sQ'Q&uQ'R&vQ'S&wR'T!Vt^O}!V!{#P#Q#R#S#T#U$U%]&r&s&t&u&v&wRyTjSOT}!V!{#P#Q#R#S#T#U$U%]S!t{$QQ#}!u]&q&r&s&t&u&v&wRpPQoP^!hv!i#j#k#x$|&oQ#Y!YS#q!n$vT#u!o$wQxSQ#y!tQ$}#|Q%R#}Q%z%QR&p&q[wS!t#|#}%Q&q]!qx#y$}%R%z&piuSx!t#y#|#}$}%Q%R%z&p&qhtSx!t#y#|#}$}%Q%R%z&p&qR!auksSux!t#y#|#}$}%Q%R%z&p&qQ!^sV#^!`#Z$hW![s!`#Z$hR$j#`Q#_!`Q$f#ZR%f$hV!pv#x&oR#c!cQ#f!cQ#g!dR$o#cU#e!c!d#cR%j$qU!jv#x&oQ#i!iQ$r#jQ$s#kR%w$|_!hv!i#j#k#x$|&o_!gv!i#j#k#x$|&ov]OT}!V!{#P#Q#R#S#T#U$U%]&r&s&t&u&v&wT$m#`#aQ#o!lR&i&nS#n!l&nR%l$uR#s!nQ#r!nR%m$vR#w!oQ#v!oR%n$wj^O#P#Q#R#S#T#U&r&s&t&u&v&wQzTQ!z}Q#V!VQ$X!{Q%Z$UR&Q%]w]OT}!V!{#P#Q#R#S#T#U$U%]&r&s&t&u&v&wwVOT}!V!{#P#Q#R#S#T#U$U%]&r&s&t&u&v&wwUOT}!V!{#P#Q#R#S#T#U$U%]&r&s&t&u&v&wQ!v{Q$O!uR%W$QS#|!t#}W$z#y#{%R%SQ%u$yQ%|%TR&Z%{Q%Q#|Q%u$zQ&]%|R&e&ZQ#{!tS$y#y%RQ%P#|Q%S#}S%x$}%QS&Y%z%|R&f&]R%q$xR%o$xQ!OXQ%V$PQ%[$VQ&^%}R&_&PR$S!xwXOT}!V!{#P#Q#R#S#T#U$U%]&r&s&t&u&v&wQ#P!PQ#Q!QQ#R!RQ#S!SQ#T!TQ#U!UQ&r&xQ&s&yQ&t&zQ&u&{Q&v&|R&w&}h!}!P!Q!R!S!T!U&x&y&z&{&|&}R$]#OQ$Z!|Q%b$[R&T%cR%_$YQ%`$YR&`&R",nodeNames:"⚠ Json Logfmt Unpack Pattern Regexp Unwrap LabelFormat LineFormat LabelReplace Vector Offset Bool On Ignoring GroupLeft GroupRight Decolorize Drop Keep By Without And Or Unless Sum Avg Count Max Min Stddev Stdvar Bottomk Topk Sort Sort_Desc LineComment LogQL Expr LogExpr Selector Matchers Matcher Identifier Eq String Neq Re Nre PipelineExpr PipelineStage LineFilters LineFilter Filter PipeExact PipeMatch PipePattern Npa FilterOp Ip OrFilter Pipe LogfmtParser LogfmtParserFlags ParserFlag LabelParser JsonExpressionParser LabelExtractionExpressionList LabelExtractionExpression LogfmtExpressionParser LabelFilter IpLabelFilter UnitFilter DurationFilter Gtr Duration Gte Lss Lte Eql BytesFilter Bytes NumberFilter LiteralExpr Number Add Sub LineFormatExpr LabelFormatExpr LabelsFormat LabelFormatMatcher DecolorizeExpr DropLabelsExpr DropLabels DropLabel KeepLabelsExpr KeepLabels KeepLabel MetricExpr RangeAggregationExpr RangeOp CountOverTime Rate RateCounter BytesOverTime BytesRate AvgOverTime SumOverTime MinOverTime MaxOverTime StddevOverTime StdvarOverTime QuantileOverTime FirstOverTime LastOverTime AbsentOverTime LogRangeExpr Range OffsetExpr UnwrapExpr ConvOp BytesConv DurationConv DurationSecondsConv Grouping Labels VectorAggregationExpr VectorOp BinOpExpr BinOpModifier OnOrIgnoringModifier GroupingLabels GroupingLabelList GroupingLabel LabelName Mul Div Mod Pow LabelReplaceExpr VectorExpr",maxTerm:169,skippedNodes:[0,36],repeatNodeCount:0,tokenData:"<n~RvX^#ipq#iqr$^rs$yst%kuv%vxy%{yz&Qz{&V{|&[|}&a}!O&f!O!P2v!P!Q3v!Q!R3{!R![7^![!]9]!^!_9q!_!`:O!`!a:e!c!}:r!}#O;Y#P#Q;_#Q#R;d#R#S:r#S#T;i#T#o:r#o#p;u#p#q;z#q#r<i#y#z#i$f$g#i#BY#BZ#i$IS$I_#i$I|$JO#i$JT$JU#i$KV$KW#i&FU&FV#i~#nY$T~X^#ipq#i#y#z#i$f$g#i#BY#BZ#i$IS$I_#i$I|$JO#i$JT$JU#i$KV$KW#i&FU&FV#i~$aR!_!`$j!`!a$o#r#s$t~$oO!O~~$tO!Z~~$yO!Q~~$|UOY$yZr$yrs%`s#O$y#O#P%e#P~$y~%eO}~~%hPO~$y~%pQt~OY%kZ~%k~%{O#}~~&QO$Y~~&VO$Z~~&[O#{~~&aO!w~~&fO$V~~&kQ!x~}!O&q!Q![(w~&tQ#_#`&z#g#h(X~&}P#X#Y'Q~'TP#X#Y'W~'ZP#d#e'^~'aP}!O'd~'gP#X#Y'j~'mP#a#b'p~'sP#d#e'v~'yP#h#i'|~(PP#m#n(S~(XO!b~~([P#h#i(_~(bP#f#g(e~(hP#]#^(k~(nP#V#W(q~(tP#h#i(S~(zZ!O!P)m!Q![(w#W#X0`#[#]*]#a#b+j#b#c.R#g#h/X#i#j.^#k#l1T#m#n1{${$|.^~)pP!Q![)s~)vV!Q![)s#[#]*]#a#b+j#b#c.R#g#h/X#i#j.^${$|.^~*bP!m~!Q![*e~*hV!O!P*}!Q![*e#a#b+j#b#c.R#g#h/X#i#j.^${$|.^~+QP!Q![+T~+WU!Q![+T#a#b+j#b#c.R#g#h/X#i#j.^${$|.^~+oQ!m~!Q![+u#g#h-Q~+xV!O!P,_!Q![+u#a#b,z#b#c.R#g#h/X#i#j.^${$|.^~,bP!Q![,e~,hU!Q![,e#a#b,z#b#c.R#g#h/X#i#j.^${$|.^~,}P#g#h-Q~-VP!m~!Q![-Y~-]T!O!P-l!Q![-Y#b#c.R#i#j.^${$|.^~-oP!Q![-r~-uS!Q![-r#b#c.R#i#j.^${$|.^~.UP#g#h.X~.^O!m~~.aP#g#h.d~.iP!m~!Q![.l~.oR!O!P.x!Q![.l#b#c.R~.{P!Q![/O~/RQ!Q![/O#b#c.R~/^P!m~!Q![/a~/dU!O!P/v!Q![/a#a#b,z#b#c.R#i#j.^${$|.^~/yP!Q![/|~0PT!Q![/|#a#b,z#b#c.R#i#j.^${$|.^~0eP!m~!Q![0h~0kW!O!P)m!Q![0h#[#]*]#a#b+j#b#c.R#g#h/X#i#j.^${$|.^~1YP!m~!Q![1]~1`X!O!P)m!Q![1]#W#X0`#[#]*]#a#b+j#b#c.R#g#h/X#i#j.^${$|.^~2QP!m~!Q![2T~2WY!O!P)m!Q![2T#W#X0`#[#]*]#a#b+j#b#c.R#g#h/X#i#j.^#k#l1T${$|.^~2yP!Q![2|~3RR!v~!Q![2|!g!h3[#X#Y3[~3_R{|3h}!O3h!Q![3n~3kP!Q![3n~3sP!v~!Q![3n~3{O#|~~4Qe!v~!O!P5c!Q![7^!d!e6x!g!h3[!i!j6}!m!n6}!o!p6}!r!s6}!v!w6}#W#X0`#X#Y3[#[#]*]#_#`7W#a#b+j#b#c.R#g#h/X#i#j.^#k#l1T#l#m8q#m#n1{${$|.^~5hR!v~!Q![5q!g!h3[#X#Y3[~5v`!v~!Q![5q!d!e6x!g!h3[!i!j6}!m!n6}!o!p6}!r!s6}!v!w6}#X#Y3[#[#]*]#_#`7W#a#b+j#b#c.R#g#h/X#i#j.^${$|.^~6}O!s~~7QQ!d!e6x#]#^7W~7ZP!d!e6x~7cd!v~!O!P5c!Q![7^!d!e6x!g!h3[!i!j6}!m!n6}!o!p6}!r!s6}!v!w6}#W#X0`#X#Y3[#[#]*]#_#`7W#a#b+j#b#c.R#g#h/X#i#j.^#k#l1T#m#n1{${$|.^~8tR!Q![8}!c!i8}#T#Z8}~9SR!v~!Q![8}!c!i8}#T#Z8}P9bT{P!Q![9]![!]9]!c!}9]#R#S9]#T#o9]~9vP!o~!_!`9y~:OO!p~~:TQ|~!_!`:Z#r#s:`~:`O!q~~:eO!P~~:jP!l~!_!`:m~:rO!n~R:yT{P#zQ!Q![:r![!]9]!c!}:r#R#S:r#T#o:r~;_O$k~~;dO$l~~;iO$O~~;lRO#S;i#S#T%`#T~;i~;zO$U~~<PR!_~!_!`<Y!`!a<_#r#s<d~<_O!W~~<dO!Y~~<iO!X~~<nO$W~",tokenizers:[0,1],topRules:{LogQL:[0,37]},specialized:[{term:43,get:(O,Q)=>(a[O.toLowerCase()]||-1)<<1},{term:43,get:(O,Q)=>(X[O.toLowerCase()]||-1)<<1|1},{term:43,get:O=>e[O]||-1}],tokenPrec:0}),i=40,t=41,o=42,u=43,R=44,n=45,g=46,l=47,p=48}}]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see 941.0bce16fe.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.chunk_Loki=self.chunk_Loki||[]).push([["941"],{7470:function(e,r,o){var t=o(20231);r.createRoot=t.createRoot,r.hydrateRoot=t.hydrateRoot},2192:function(e,r,o){var t=o(70451),n=Symbol.for("react.element"),f=Symbol.for("react.fragment"),c=Object.prototype.hasOwnProperty,a=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,u={key:!0,ref:!0,__self:!0,__source:!0};function _(e,r,o){var t,f={},_=null,s=null;for(t in void 0!==o&&(_=""+o),void 0!==r.key&&(_=""+r.key),void 0!==r.ref&&(s=r.ref),r)c.call(r,t)&&!u.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:_,ref:s,props:f,_owner:a.current}}r.Fragment=f,r.jsx=_,r.jsxs=_},62540:function(e,r,o){e.exports=o(2192)},86604:function(e,r,o){o.r(r);var t=o(62540),n=o(70451),f=o.n(n);o(7470).createRoot(document.getElementById("root")).render((0,t.jsx)(f().StrictMode,{}))}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_Loki=self.chunk_Loki||[]).push([["9588"],{65130:function(t,e,r){r.d(e,{f:()=>i});var n=r(12015),a=r(4721);function i(t,e,r){let i=(0,a.a)(t,r?.in);return isNaN(e)?(0,n.w)(r?.in||t,NaN):(e&&i.setDate(i.getDate()+e),i)}},54266:function(t,e,r){r.d(e,{L:()=>i});var n=r(67251),a=r(30439);function i(t,e,r){return(0,n.A)(t,e*a.s0,r)}},67251:function(t,e,r){r.d(e,{A:()=>i});var n=r(12015),a=r(4721);function i(t,e,r){return(0,n.w)(r?.in||t,+(0,a.a)(t)+e)}},47196:function(t,e,r){r.d(e,{z:()=>a});var n=r(4721);function a(t,e,r){let a=(0,n.a)(t,r?.in);return a.setTime(a.getTime()+6e4*e),a}},38086:function(t,e,r){r.d(e,{P:()=>i});var n=r(12015),a=r(4721);function i(t,e,r){let i=(0,a.a)(t,r?.in);if(isNaN(e))return(0,n.w)(r?.in||t,NaN);if(!e)return i;let o=i.getDate(),s=(0,n.w)(r?.in||t,i.getTime());return(s.setMonth(i.getMonth()+e+1,0),o>=s.getDate())?s:(i.setFullYear(s.getFullYear(),s.getMonth(),o),i)}},43628:function(t,e,r){r.d(e,{p:()=>a});var n=r(67251);function a(t,e,r){return(0,n.A)(t,1e3*e,r)}},54708:function(t,e,r){r.d(e,{J:()=>a});var n=r(65130);function a(t,e,r){return(0,n.f)(t,7*e,r)}},16299:function(t,e,r){r.d(e,{e:()=>a});var n=r(38086);function a(t,e,r){return(0,n.P)(t,12*e,r)}},85910:function(t,e,r){r.d(e,{D:()=>a});var n=r(4721);function a(t,e){let r=(0,n.a)(t,e?.in);return r.setHours(23,59,59,999),r}},73206:function(t,e,r){r.d(e,{p:()=>a});var n=r(4721);function a(t,e){let r=(0,n.a)(t,e?.in),a=r.getMonth();return r.setFullYear(r.getFullYear(),a+1,0),r.setHours(23,59,59,999),r}},44766:function(t,e,r){r.d(e,{$:()=>i});var n=r(350),a=r(4721);function i(t,e){let r=(0,n.q)(),i=e?.weekStartsOn??e?.locale?.options?.weekStartsOn??r.weekStartsOn??r.locale?.options?.weekStartsOn??0,o=(0,a.a)(t,e?.in),s=o.getDay();return o.setDate(o.getDate()+((s<i?-7:0)+6-(s-i))),o.setHours(23,59,59,999),o}},65043:function(t,e,r){r.d(e,{Q:()=>a});var n=r(4721);function a(t,e){let r=(0,n.a)(t,e?.in),a=r.getFullYear();return r.setFullYear(a+1,0,0),r.setHours(23,59,59,999),r}},47918:function(t,e,r){r.d(e,{p:()=>a});var n=r(4721);function a(t,e){return(0,n.a)(t,e?.in).getDate()}},54354:function(t,e,r){r.d(e,{P:()=>i});var n=r(12015),a=r(4721);function i(t,e){let r=(0,a.a)(t,e?.in),i=r.getFullYear(),o=r.getMonth(),s=(0,n.w)(r,0);return s.setFullYear(i,o+1,0),s.setHours(0,0,0,0),s.getDate()}},6299:function(t,e,r){r.d(e,{q:()=>a});var n=r(350);function a(){return Object.assign({},(0,n.q)())}},8151:function(t,e,r){r.d(e,{q:()=>a});var n=r(4721);function a(t,e){return(0,n.a)(t,e?.in).getHours()}},83487:function(t,e,r){r.d(e,{g:()=>a});var n=r(4721);function a(t,e){let r=(0,n.a)(t,e?.in).getDay();return 0===r?7:r}},51148:function(t,e,r){r.d(e,{D:()=>a});var n=r(4721);function a(t){return(0,n.a)(t).getMilliseconds()}},91733:function(t,e,r){r.d(e,{O:()=>a});var n=r(4721);function a(t,e){return(0,n.a)(t,e?.in).getMinutes()}},99042:function(t,e,r){r.d(e,{t:()=>a});var n=r(4721);function a(t,e){return(0,n.a)(t,e?.in).getMonth()}},89321:function(t,e,r){r.d(e,{S:()=>a});var n=r(4721);function a(t){return(0,n.a)(t).getSeconds()}},18463:function(t,e,r){r.d(e,{C:()=>a});var n=r(4721);function a(t,e){return(0,n.a)(t,e?.in).getFullYear()}},54752:function(t,e,r){r.d(e,{d:()=>a});var n=r(4721);function a(t,e){return+(0,n.a)(t)>+(0,n.a)(e)}},36163:function(t,e,r){r.d(e,{Y:()=>a});var n=r(4721);function a(t,e){return+(0,n.a)(t)<+(0,n.a)(e)}},28850:function(t,e,r){r.d(e,{n:()=>a});var n=r(4721);function a(t,e){return+(0,n.a)(t)==+(0,n.a)(e)}},45350:function(t,e,r){r.d(e,{r:()=>i});var n=r(79147),a=r(18109);function i(t,e,r){let[i,o]=(0,n.x)(r?.in,t,e);return+(0,a.o)(i)==+(0,a.o)(o)}},56756:function(t,e,r){r.d(e,{l:()=>i});var n=r(79147),a=r(61777);function i(t,e,r){let[i,o]=(0,n.x)(r?.in,t,e);return+(0,a.Q)(i)==+(0,a.Q)(o)}},39270:function(t,e,r){r.d(e,{t:()=>a});var n=r(79147);function a(t,e,r){let[a,i]=(0,n.x)(r?.in,t,e);return a.getFullYear()===i.getFullYear()&&a.getMonth()===i.getMonth()}},67619:function(t,e,r){r.d(e,{s:()=>a});var n=r(79147);function a(t,e,r){let[a,i]=(0,n.x)(r?.in,t,e);return a.getFullYear()===i.getFullYear()}},682:function(t,e,r){r.d(e,{v:()=>a});var n=r(4721);function a(t,e,r){let a=+(0,n.a)(t,r?.in),[i,o]=[+(0,n.a)(e.start,r?.in),+(0,n.a)(e.end,r?.in)].sort((t,e)=>t-e);return a>=i&&a<=o}},12282:function(t,e,r){r.d(e,{T_:()=>tn,qg:()=>td});var n=r(67671),a=r(72710),i=r(43743),o=r(12015),s=r(6299),u=r(4721),c=r(88733);class d{subPriority=0;validate(t,e){return!0}}class l extends d{constructor(t,e,r,n,a){super(),this.value=t,this.validateValue=e,this.setValue=r,this.priority=n,a&&(this.subPriority=a)}validate(t,e){return this.validateValue(t,this.value,e)}set(t,e,r){return this.setValue(t,e,this.value,r)}}class w extends d{priority=10;subPriority=-1;constructor(t,e){super(),this.context=t||(t=>(0,o.w)(e,t))}set(t,e){return e.timestampIsSet?t:(0,o.w)(t,(0,c.m)(t,this.context))}}class h{run(t,e,r,n){let a=this.parse(t,e,r,n);return a?{setter:new l(a.value,this.validate,this.set,this.priority,this.subPriority),rest:a.rest}:null}validate(t,e,r){return!0}}var f=r(30439);let m=/^(1[0-2]|0?\d)/,g=/^(3[0-1]|[0-2]?\d)/,p=/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,x=/^(5[0-3]|[0-4]?\d)/,y=/^(2[0-3]|[0-1]?\d)/,b=/^(2[0-4]|[0-1]?\d)/,v=/^(1[0-1]|0?\d)/,T=/^(1[0-2]|0?\d)/,k=/^[0-5]?\d/,M=/^[0-5]?\d/,D=/^\d/,Y=/^\d{1,2}/,H=/^\d{1,3}/,q=/^\d{1,4}/,N=/^-?\d+/,P=/^-?\d/,Q=/^-?\d{1,2}/,F=/^-?\d{1,3}/,L=/^-?\d{1,4}/,S=/^([+-])(\d{2})(\d{2})?|Z/,E=/^([+-])(\d{2})(\d{2})|Z/,I=/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,O=/^([+-])(\d{2}):(\d{2})|Z/,R=/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/;function G(t,e){return t?{value:e(t.value),rest:t.rest}:t}function X(t,e){let r=e.match(t);return r?{value:parseInt(r[0],10),rest:e.slice(r[0].length)}:null}function B(t,e){let r=e.match(t);if(!r)return null;if("Z"===r[0])return{value:0,rest:e.slice(1)};let n="+"===r[1]?1:-1,a=r[2]?parseInt(r[2],10):0,i=r[3]?parseInt(r[3],10):0,o=r[5]?parseInt(r[5],10):0;return{value:n*(a*f.s0+6e4*i+1e3*o),rest:e.slice(r[0].length)}}function A(t,e){switch(t){case 1:return X(D,e);case 2:return X(Y,e);case 3:return X(H,e);case 4:return X(q,e);default:return X(RegExp("^\\d{1,"+t+"}"),e)}}function Z(t,e){switch(t){case 1:return X(P,e);case 2:return X(Q,e);case 3:return X(F,e);case 4:return X(L,e);default:return X(RegExp("^-?\\d{1,"+t+"}"),e)}}function $(t){switch(t){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;default:return 0}}function C(t,e){let r,n=e>0,a=n?e:1-e;if(a<=50)r=t||100;else{let e=a+50;r=t+100*Math.trunc(e/100)-100*(t>=e%100)}return n?r:1-r}function K(t){return t%400==0||t%4==0&&t%100!=0}var W=r(33191),V=r(53819),j=r(29350),_=r(63214),z=r(33029);let J=[31,28,31,30,31,30,31,31,30,31,30,31],U=[31,29,31,30,31,30,31,31,30,31,30,31];var tt=r(61926),te=r(68251),tr=r(63134);let tn={G:new class extends h{priority=140;parse(t,e,r){switch(e){case"G":case"GG":case"GGG":return r.era(t,{width:"abbreviated"})||r.era(t,{width:"narrow"});case"GGGGG":return r.era(t,{width:"narrow"});default:return r.era(t,{width:"wide"})||r.era(t,{width:"abbreviated"})||r.era(t,{width:"narrow"})}}set(t,e,r){return e.era=r,t.setFullYear(r,0,1),t.setHours(0,0,0,0),t}incompatibleTokens=["R","u","t","T"]},y:new class extends h{priority=130;incompatibleTokens=["Y","R","u","w","I","i","e","c","t","T"];parse(t,e,r){let n=t=>({year:t,isTwoDigitYear:"yy"===e});switch(e){case"y":return G(A(4,t),n);case"yo":return G(r.ordinalNumber(t,{unit:"year"}),n);default:return G(A(e.length,t),n)}}validate(t,e){return e.isTwoDigitYear||e.year>0}set(t,e,r){let n=t.getFullYear();if(r.isTwoDigitYear){let e=C(r.year,n);return t.setFullYear(e,0,1),t.setHours(0,0,0,0),t}let a="era"in e&&1!==e.era?1-r.year:r.year;return t.setFullYear(a,0,1),t.setHours(0,0,0,0),t}},Y:new class extends h{priority=130;parse(t,e,r){let n=t=>({year:t,isTwoDigitYear:"YY"===e});switch(e){case"Y":return G(A(4,t),n);case"Yo":return G(r.ordinalNumber(t,{unit:"year"}),n);default:return G(A(e.length,t),n)}}validate(t,e){return e.isTwoDigitYear||e.year>0}set(t,e,r,n){let a=(0,W.h)(t,n);if(r.isTwoDigitYear){let e=C(r.year,a);return t.setFullYear(e,0,n.firstWeekContainsDate),t.setHours(0,0,0,0),(0,V.k)(t,n)}let i="era"in e&&1!==e.era?1-r.year:r.year;return t.setFullYear(i,0,n.firstWeekContainsDate),t.setHours(0,0,0,0),(0,V.k)(t,n)}incompatibleTokens=["y","R","u","Q","q","M","L","I","d","D","i","t","T"]},R:new class extends h{priority=130;parse(t,e){return"R"===e?Z(4,t):Z(e.length,t)}set(t,e,r){let n=(0,o.w)(t,0);return n.setFullYear(r,0,4),n.setHours(0,0,0,0),(0,j.b)(n)}incompatibleTokens=["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"]},u:new class extends h{priority=130;parse(t,e){return"u"===e?Z(4,t):Z(e.length,t)}set(t,e,r){return t.setFullYear(r,0,1),t.setHours(0,0,0,0),t}incompatibleTokens=["G","y","Y","R","w","I","i","e","c","t","T"]},Q:new class extends h{priority=120;parse(t,e,r){switch(e){case"Q":case"QQ":return A(e.length,t);case"Qo":return r.ordinalNumber(t,{unit:"quarter"});case"QQQ":return r.quarter(t,{width:"abbreviated",context:"formatting"})||r.quarter(t,{width:"narrow",context:"formatting"});case"QQQQQ":return r.quarter(t,{width:"narrow",context:"formatting"});default:return r.quarter(t,{width:"wide",context:"formatting"})||r.quarter(t,{width:"abbreviated",context:"formatting"})||r.quarter(t,{width:"narrow",context:"formatting"})}}validate(t,e){return e>=1&&e<=4}set(t,e,r){return t.setMonth((r-1)*3,1),t.setHours(0,0,0,0),t}incompatibleTokens=["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"]},q:new class extends h{priority=120;parse(t,e,r){switch(e){case"q":case"qq":return A(e.length,t);case"qo":return r.ordinalNumber(t,{unit:"quarter"});case"qqq":return r.quarter(t,{width:"abbreviated",context:"standalone"})||r.quarter(t,{width:"narrow",context:"standalone"});case"qqqqq":return r.quarter(t,{width:"narrow",context:"standalone"});default:return r.quarter(t,{width:"wide",context:"standalone"})||r.quarter(t,{width:"abbreviated",context:"standalone"})||r.quarter(t,{width:"narrow",context:"standalone"})}}validate(t,e){return e>=1&&e<=4}set(t,e,r){return t.setMonth((r-1)*3,1),t.setHours(0,0,0,0),t}incompatibleTokens=["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"]},M:new class extends h{incompatibleTokens=["Y","R","q","Q","L","w","I","D","i","e","c","t","T"];priority=110;parse(t,e,r){let n=t=>t-1;switch(e){case"M":return G(X(m,t),n);case"MM":return G(A(2,t),n);case"Mo":return G(r.ordinalNumber(t,{unit:"month"}),n);case"MMM":return r.month(t,{width:"abbreviated",context:"formatting"})||r.month(t,{width:"narrow",context:"formatting"});case"MMMMM":return r.month(t,{width:"narrow",context:"formatting"});default:return r.month(t,{width:"wide",context:"formatting"})||r.month(t,{width:"abbreviated",context:"formatting"})||r.month(t,{width:"narrow",context:"formatting"})}}validate(t,e){return e>=0&&e<=11}set(t,e,r){return t.setMonth(r,1),t.setHours(0,0,0,0),t}},L:new class extends h{priority=110;parse(t,e,r){let n=t=>t-1;switch(e){case"L":return G(X(m,t),n);case"LL":return G(A(2,t),n);case"Lo":return G(r.ordinalNumber(t,{unit:"month"}),n);case"LLL":return r.month(t,{width:"abbreviated",context:"standalone"})||r.month(t,{width:"narrow",context:"standalone"});case"LLLLL":return r.month(t,{width:"narrow",context:"standalone"});default:return r.month(t,{width:"wide",context:"standalone"})||r.month(t,{width:"abbreviated",context:"standalone"})||r.month(t,{width:"narrow",context:"standalone"})}}validate(t,e){return e>=0&&e<=11}set(t,e,r){return t.setMonth(r,1),t.setHours(0,0,0,0),t}incompatibleTokens=["Y","R","q","Q","M","w","I","D","i","e","c","t","T"]},w:new class extends h{priority=100;parse(t,e,r){switch(e){case"w":return X(x,t);case"wo":return r.ordinalNumber(t,{unit:"week"});default:return A(e.length,t)}}validate(t,e){return e>=1&&e<=53}set(t,e,r,n){return(0,V.k)((0,_.Z)(t,r,n),n)}incompatibleTokens=["y","R","u","q","Q","M","L","I","d","D","i","t","T"]},I:new class extends h{priority=100;parse(t,e,r){switch(e){case"I":return X(x,t);case"Io":return r.ordinalNumber(t,{unit:"week"});default:return A(e.length,t)}}validate(t,e){return e>=1&&e<=53}set(t,e,r){return(0,j.b)((0,z.O)(t,r))}incompatibleTokens=["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"]},d:new class extends h{priority=90;subPriority=1;parse(t,e,r){switch(e){case"d":return X(g,t);case"do":return r.ordinalNumber(t,{unit:"date"});default:return A(e.length,t)}}validate(t,e){let r=K(t.getFullYear()),n=t.getMonth();return r?e>=1&&e<=U[n]:e>=1&&e<=J[n]}set(t,e,r){return t.setDate(r),t.setHours(0,0,0,0),t}incompatibleTokens=["Y","R","q","Q","w","I","D","i","e","c","t","T"]},D:new class extends h{priority=90;subpriority=1;parse(t,e,r){switch(e){case"D":case"DD":return X(p,t);case"Do":return r.ordinalNumber(t,{unit:"date"});default:return A(e.length,t)}}validate(t,e){return K(t.getFullYear())?e>=1&&e<=366:e>=1&&e<=365}set(t,e,r){return t.setMonth(0,r),t.setHours(0,0,0,0),t}incompatibleTokens=["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"]},E:new class extends h{priority=90;parse(t,e,r){switch(e){case"E":case"EE":case"EEE":return r.day(t,{width:"abbreviated",context:"formatting"})||r.day(t,{width:"short",context:"formatting"})||r.day(t,{width:"narrow",context:"formatting"});case"EEEEE":return r.day(t,{width:"narrow",context:"formatting"});case"EEEEEE":return r.day(t,{width:"short",context:"formatting"})||r.day(t,{width:"narrow",context:"formatting"});default:return r.day(t,{width:"wide",context:"formatting"})||r.day(t,{width:"abbreviated",context:"formatting"})||r.day(t,{width:"short",context:"formatting"})||r.day(t,{width:"narrow",context:"formatting"})}}validate(t,e){return e>=0&&e<=6}set(t,e,r,n){return(t=(0,tt.l)(t,r,n)).setHours(0,0,0,0),t}incompatibleTokens=["D","i","e","c","t","T"]},e:new class extends h{priority=90;parse(t,e,r,n){let a=t=>{let e=7*Math.floor((t-1)/7);return(t+n.weekStartsOn+6)%7+e};switch(e){case"e":case"ee":return G(A(e.length,t),a);case"eo":return G(r.ordinalNumber(t,{unit:"day"}),a);case"eee":return r.day(t,{width:"abbreviated",context:"formatting"})||r.day(t,{width:"short",context:"formatting"})||r.day(t,{width:"narrow",context:"formatting"});case"eeeee":return r.day(t,{width:"narrow",context:"formatting"});case"eeeeee":return r.day(t,{width:"short",context:"formatting"})||r.day(t,{width:"narrow",context:"formatting"});default:return r.day(t,{width:"wide",context:"formatting"})||r.day(t,{width:"abbreviated",context:"formatting"})||r.day(t,{width:"short",context:"formatting"})||r.day(t,{width:"narrow",context:"formatting"})}}validate(t,e){return e>=0&&e<=6}set(t,e,r,n){return(t=(0,tt.l)(t,r,n)).setHours(0,0,0,0),t}incompatibleTokens=["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"]},c:new class extends h{priority=90;parse(t,e,r,n){let a=t=>{let e=7*Math.floor((t-1)/7);return(t+n.weekStartsOn+6)%7+e};switch(e){case"c":case"cc":return G(A(e.length,t),a);case"co":return G(r.ordinalNumber(t,{unit:"day"}),a);case"ccc":return r.day(t,{width:"abbreviated",context:"standalone"})||r.day(t,{width:"short",context:"standalone"})||r.day(t,{width:"narrow",context:"standalone"});case"ccccc":return r.day(t,{width:"narrow",context:"standalone"});case"cccccc":return r.day(t,{width:"short",context:"standalone"})||r.day(t,{width:"narrow",context:"standalone"});default:return r.day(t,{width:"wide",context:"standalone"})||r.day(t,{width:"abbreviated",context:"standalone"})||r.day(t,{width:"short",context:"standalone"})||r.day(t,{width:"narrow",context:"standalone"})}}validate(t,e){return e>=0&&e<=6}set(t,e,r,n){return(t=(0,tt.l)(t,r,n)).setHours(0,0,0,0),t}incompatibleTokens=["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"]},i:new class extends h{priority=90;parse(t,e,r){let n=t=>0===t?7:t;switch(e){case"i":case"ii":return A(e.length,t);case"io":return r.ordinalNumber(t,{unit:"day"});case"iii":return G(r.day(t,{width:"abbreviated",context:"formatting"})||r.day(t,{width:"short",context:"formatting"})||r.day(t,{width:"narrow",context:"formatting"}),n);case"iiiii":return G(r.day(t,{width:"narrow",context:"formatting"}),n);case"iiiiii":return G(r.day(t,{width:"short",context:"formatting"})||r.day(t,{width:"narrow",context:"formatting"}),n);default:return G(r.day(t,{width:"wide",context:"formatting"})||r.day(t,{width:"abbreviated",context:"formatting"})||r.day(t,{width:"short",context:"formatting"})||r.day(t,{width:"narrow",context:"formatting"}),n)}}validate(t,e){return e>=1&&e<=7}set(t,e,r){return(t=(0,te.a)(t,r)).setHours(0,0,0,0),t}incompatibleTokens=["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"]},a:new class extends h{priority=80;parse(t,e,r){switch(e){case"a":case"aa":case"aaa":return r.dayPeriod(t,{width:"abbreviated",context:"formatting"})||r.dayPeriod(t,{width:"narrow",context:"formatting"});case"aaaaa":return r.dayPeriod(t,{width:"narrow",context:"formatting"});default:return r.dayPeriod(t,{width:"wide",context:"formatting"})||r.dayPeriod(t,{width:"abbreviated",context:"formatting"})||r.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,e,r){return t.setHours($(r),0,0,0),t}incompatibleTokens=["b","B","H","k","t","T"]},b:new class extends h{priority=80;parse(t,e,r){switch(e){case"b":case"bb":case"bbb":return r.dayPeriod(t,{width:"abbreviated",context:"formatting"})||r.dayPeriod(t,{width:"narrow",context:"formatting"});case"bbbbb":return r.dayPeriod(t,{width:"narrow",context:"formatting"});default:return r.dayPeriod(t,{width:"wide",context:"formatting"})||r.dayPeriod(t,{width:"abbreviated",context:"formatting"})||r.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,e,r){return t.setHours($(r),0,0,0),t}incompatibleTokens=["a","B","H","k","t","T"]},B:new class extends h{priority=80;parse(t,e,r){switch(e){case"B":case"BB":case"BBB":return r.dayPeriod(t,{width:"abbreviated",context:"formatting"})||r.dayPeriod(t,{width:"narrow",context:"formatting"});case"BBBBB":return r.dayPeriod(t,{width:"narrow",context:"formatting"});default:return r.dayPeriod(t,{width:"wide",context:"formatting"})||r.dayPeriod(t,{width:"abbreviated",context:"formatting"})||r.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,e,r){return t.setHours($(r),0,0,0),t}incompatibleTokens=["a","b","t","T"]},h:new class extends h{priority=70;parse(t,e,r){switch(e){case"h":return X(T,t);case"ho":return r.ordinalNumber(t,{unit:"hour"});default:return A(e.length,t)}}validate(t,e){return e>=1&&e<=12}set(t,e,r){let n=t.getHours()>=12;return n&&r<12?t.setHours(r+12,0,0,0):n||12!==r?t.setHours(r,0,0,0):t.setHours(0,0,0,0),t}incompatibleTokens=["H","K","k","t","T"]},H:new class extends h{priority=70;parse(t,e,r){switch(e){case"H":return X(y,t);case"Ho":return r.ordinalNumber(t,{unit:"hour"});default:return A(e.length,t)}}validate(t,e){return e>=0&&e<=23}set(t,e,r){return t.setHours(r,0,0,0),t}incompatibleTokens=["a","b","h","K","k","t","T"]},K:new class extends h{priority=70;parse(t,e,r){switch(e){case"K":return X(v,t);case"Ko":return r.ordinalNumber(t,{unit:"hour"});default:return A(e.length,t)}}validate(t,e){return e>=0&&e<=11}set(t,e,r){return t.getHours()>=12&&r<12?t.setHours(r+12,0,0,0):t.setHours(r,0,0,0),t}incompatibleTokens=["h","H","k","t","T"]},k:new class extends h{priority=70;parse(t,e,r){switch(e){case"k":return X(b,t);case"ko":return r.ordinalNumber(t,{unit:"hour"});default:return A(e.length,t)}}validate(t,e){return e>=1&&e<=24}set(t,e,r){return t.setHours(r<=24?r%24:r,0,0,0),t}incompatibleTokens=["a","b","h","H","K","t","T"]},m:new class extends h{priority=60;parse(t,e,r){switch(e){case"m":return X(k,t);case"mo":return r.ordinalNumber(t,{unit:"minute"});default:return A(e.length,t)}}validate(t,e){return e>=0&&e<=59}set(t,e,r){return t.setMinutes(r,0,0),t}incompatibleTokens=["t","T"]},s:new class extends h{priority=50;parse(t,e,r){switch(e){case"s":return X(M,t);case"so":return r.ordinalNumber(t,{unit:"second"});default:return A(e.length,t)}}validate(t,e){return e>=0&&e<=59}set(t,e,r){return t.setSeconds(r,0),t}incompatibleTokens=["t","T"]},S:new class extends h{priority=30;parse(t,e){return G(A(e.length,t),t=>Math.trunc(t*Math.pow(10,-e.length+3)))}set(t,e,r){return t.setMilliseconds(r),t}incompatibleTokens=["t","T"]},X:new class extends h{priority=10;parse(t,e){switch(e){case"X":return B(S,t);case"XX":return B(E,t);case"XXXX":return B(I,t);case"XXXXX":return B(R,t);default:return B(O,t)}}set(t,e,r){return e.timestampIsSet?t:(0,o.w)(t,t.getTime()-(0,tr.G)(t)-r)}incompatibleTokens=["t","T","x"]},x:new class extends h{priority=10;parse(t,e){switch(e){case"x":return B(S,t);case"xx":return B(E,t);case"xxxx":return B(I,t);case"xxxxx":return B(R,t);default:return B(O,t)}}set(t,e,r){return e.timestampIsSet?t:(0,o.w)(t,t.getTime()-(0,tr.G)(t)-r)}incompatibleTokens=["t","T","X"]},t:new class extends h{priority=40;parse(t){return X(N,t)}set(t,e,r){return[(0,o.w)(t,1e3*r),{timestampIsSet:!0}]}incompatibleTokens="*"},T:new class extends h{priority=20;parse(t){return X(N,t)}set(t,e,r){return[(0,o.w)(t,r),{timestampIsSet:!0}]}incompatibleTokens="*"}},ta=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,ti=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,to=/^'([^]*?)'?$/,ts=/''/g,tu=/\S/,tc=/[a-zA-Z]/;function td(t,e,r,c){let d=()=>(0,o.w)(c?.in||r,NaN),l=(0,s.q)(),h=c?.locale??l.locale??n.c,f=c?.firstWeekContainsDate??c?.locale?.options?.firstWeekContainsDate??l.firstWeekContainsDate??l.locale?.options?.firstWeekContainsDate??1,m=c?.weekStartsOn??c?.locale?.options?.weekStartsOn??l.weekStartsOn??l.locale?.options?.weekStartsOn??0;if(!e)return t?d():(0,u.a)(r,c?.in);let g={firstWeekContainsDate:f,weekStartsOn:m,locale:h},p=[new w(c?.in,r)],x=e.match(ti).map(t=>{let e=t[0];return e in a.m?(0,a.m[e])(t,h.formatLong):t}).join("").match(ta),y=[];for(let r of x){!c?.useAdditionalWeekYearTokens&&(0,i.xM)(r)&&(0,i.Ss)(r,e,t),!c?.useAdditionalDayOfYearTokens&&(0,i.ef)(r)&&(0,i.Ss)(r,e,t);let n=r[0],a=tn[n];if(a){let{incompatibleTokens:e}=a;if(Array.isArray(e)){let t=y.find(t=>e.includes(t.token)||t.token===n);if(t)throw RangeError(`The format string mustn't contain \`${t.fullToken}\` and \`${r}\` at the same time`)}else if("*"===a.incompatibleTokens&&y.length>0)throw RangeError(`The format string mustn't contain \`${r}\` and any other token at the same time`);y.push({token:n,fullToken:r});let i=a.run(t,r,h.match,g);if(!i)return d();p.push(i.setter),t=i.rest}else{if(n.match(tc))throw RangeError("Format string contains an unescaped latin alphabet character `"+n+"`");if("''"===r?r="'":"'"===n&&(r=r.match(to)[1].replace(ts,"'")),0!==t.indexOf(r))return d();t=t.slice(r.length)}}if(t.length>0&&tu.test(t))return d();let b=p.map(t=>t.priority).sort((t,e)=>e-t).filter((t,e,r)=>r.indexOf(t)===e).map(t=>p.filter(e=>e.priority===t).sort((t,e)=>e.subPriority-t.subPriority)).map(t=>t[0]),v=(0,u.a)(r,c?.in);if(isNaN(+v))return d();let T={};for(let t of b){if(!t.validate(v,g))return d();let e=t.set(v,T,g);Array.isArray(e)?(v=e[0],Object.assign(T,e[1])):v=e}return v}},41042:function(t,e,r){r.d(e,{X:()=>a});var n=r(4721);function a(t,e,r){let a=(0,n.a)(t,r?.in);return a.setDate(e),a}},61926:function(t,e,r){r.d(e,{l:()=>o});var n=r(350),a=r(65130),i=r(4721);function o(t,e,r){let o=(0,n.q)(),s=r?.weekStartsOn??r?.locale?.options?.weekStartsOn??o.weekStartsOn??o.locale?.options?.weekStartsOn??0,u=(0,i.a)(t,r?.in),c=u.getDay(),d=7-s,l=e<0||e>6?e-(c+d)%7:((e%7+7)%7+d)%7-(c+d)%7;return(0,a.f)(u,l,r)}},38267:function(t,e,r){r.d(e,{a:()=>a});var n=r(4721);function a(t,e,r){let a=(0,n.a)(t,r?.in);return a.setHours(e),a}},68251:function(t,e,r){r.d(e,{a:()=>o});var n=r(65130),a=r(83487),i=r(4721);function o(t,e,r){let o=(0,i.a)(t,r?.in),s=(0,a.g)(o,r);return(0,n.f)(o,e-s,r)}},33029:function(t,e,r){r.d(e,{O:()=>i});var n=r(92913),a=r(4721);function i(t,e,r){let i=(0,a.a)(t,r?.in),o=(0,n.s)(i,r)-e;return i.setDate(i.getDate()-7*o),i}},98608:function(t,e,r){r.d(e,{$:()=>a});var n=r(4721);function a(t,e,r){let a=(0,n.a)(t,r?.in);return a.setMilliseconds(e),a}},47025:function(t,e,r){r.d(e,{g:()=>a});var n=r(4721);function a(t,e,r){let a=(0,n.a)(t,r?.in);return a.setMinutes(e),a}},30118:function(t,e,r){r.d(e,{Z:()=>o});var n=r(12015),a=r(54354),i=r(4721);function o(t,e,r){let o=(0,i.a)(t,r?.in),s=o.getFullYear(),u=o.getDate(),c=(0,n.w)(r?.in||t,0);c.setFullYear(s,e,15),c.setHours(0,0,0,0);let d=(0,a.P)(c);return o.setMonth(e,Math.min(u,d)),o}},84253:function(t,e,r){r.d(e,{g:()=>a});var n=r(4721);function a(t,e,r){let a=(0,n.a)(t,r?.in);return a.setSeconds(e),a}},63214:function(t,e,r){r.d(e,{Z:()=>i});var n=r(55578),a=r(4721);function i(t,e,r){let i=(0,a.a)(t,r?.in),o=(0,n.N)(i,r)-e;return i.setDate(i.getDate()-7*o),(0,a.a)(i,r?.in)}},8643:function(t,e,r){r.d(e,{i:()=>i});var n=r(12015),a=r(4721);function i(t,e,r){let i=(0,a.a)(t,r?.in);return isNaN(+i)?(0,n.w)(r?.in||t,NaN):(i.setFullYear(e),i)}},61777:function(t,e,r){r.d(e,{Q:()=>a});var n=r(4721);function a(t,e){let r=(0,n.a)(t,e?.in);return r.setMinutes(0,0,0),r}},19681:function(t,e,r){r.d(e,{w:()=>a});var n=r(4721);function a(t,e){let r=(0,n.a)(t,e?.in);return r.setDate(1),r.setHours(0,0,0,0),r}},88733:function(t,e,r){r.d(e,{m:()=>a});var n=r(12015);function a(t,e){var r;let a="function"==typeof(r=e)&&r.prototype?.constructor===r?new e(0):(0,n.w)(e,0);return a.setFullYear(t.getFullYear(),t.getMonth(),t.getDate()),a.setHours(t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()),a}}}]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*! For license information please see 9754.5d7b21c2.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.chunk_Loki=self.chunk_Loki||[]).push([["9754"],{19597:function(e,t,r){r.d(t,{A:()=>n});function n(e){var t=Object.create(null);return function(r){return void 0===t[r]&&(t[r]=e(r)),t[r]}}},37696:function(e,t,r){r.d(t,{J:()=>m});var n,o={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},i=r(19597),a=/[A-Z]|^ms/g,l=/_EMO_([^_]+?)_([^]*?)_EMO_/g,s=function(e){return 45===e.charCodeAt(1)},c=function(e){return null!=e&&"boolean"!=typeof e},u=(0,i.A)(function(e){return s(e)?e:e.replace(a,"-$&").toLowerCase()}),f=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(l,function(e,t,r){return n={name:t,styles:r,next:n},t})}return 1===o[e]||s(e)||"number"!=typeof t||0===t?t:t+"px"};function d(e,t,r){if(null==r)return"";if(void 0!==r.__emotion_styles)return r;switch(typeof r){case"boolean":return"";case"object":if(1===r.anim)return n={name:r.name,styles:r.styles,next:n},r.name;if(void 0!==r.styles){var o=r.next;if(void 0!==o)for(;void 0!==o;)n={name:o.name,styles:o.styles,next:n},o=o.next;return r.styles+";"}return function(e,t,r){var n="";if(Array.isArray(r))for(var o=0;o<r.length;o++)n+=d(e,t,r[o])+";";else for(var i in r){var a=r[i];if("object"!=typeof a)null!=t&&void 0!==t[a]?n+=i+"{"+t[a]+"}":c(a)&&(n+=u(i)+":"+f(i,a)+";");else if(Array.isArray(a)&&"string"==typeof a[0]&&(null==t||void 0===t[a[0]]))for(var l=0;l<a.length;l++)c(a[l])&&(n+=u(i)+":"+f(i,a[l])+";");else{var s=d(e,t,a);switch(i){case"animation":case"animationName":n+=u(i)+":"+s+";";break;default:n+=i+"{"+s+"}"}}}return n}(e,t,r);case"function":if(void 0!==e){var i=n,a=r(e);return n=i,d(e,t,a)}}if(null==t)return r;var l=t[r];return void 0!==l?l:r}var p=/label:\s*([^\s;{]+)\s*(;|$)/g;function m(e,t,r){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var o,i=!0,a="";n=void 0;var l=e[0];null==l||void 0===l.raw?(i=!1,a+=d(r,t,l)):a+=l[0];for(var s=1;s<e.length;s++)a+=d(r,t,e[s]),i&&(a+=l[s]);p.lastIndex=0;for(var c="";null!==(o=p.exec(a));)c+="-"+o[1];return{name:function(e){for(var t,r=0,n=0,o=e.length;o>=4;++n,o-=4)t=(65535&(t=255&e.charCodeAt(n)|(255&e.charCodeAt(++n))<<8|(255&e.charCodeAt(++n))<<16|(255&e.charCodeAt(++n))<<24))*0x5bd1e995+((t>>>16)*59797<<16),t^=t>>>24,r=(65535&t)*0x5bd1e995+((t>>>16)*59797<<16)^(65535&r)*0x5bd1e995+((r>>>16)*59797<<16);switch(o){case 3:r^=(255&e.charCodeAt(n+2))<<16;case 2:r^=(255&e.charCodeAt(n+1))<<8;case 1:r^=255&e.charCodeAt(n),r=(65535&r)*0x5bd1e995+((r>>>16)*59797<<16)}return r^=r>>>13,(((r=(65535&r)*0x5bd1e995+((r>>>16)*59797<<16))^r>>>15)>>>0).toString(36)}(a)+c,styles:a,next:n}}},72052:function(e,t,r){r.d(t,{b:()=>a});var n=r(70451),o=r(52215);r(62540);let i=n.createContext(void 0);function a(e){return function({props:e,name:t}){return function(e){let{theme:t,name:r,props:n}=e;if(!t||!t.components||!t.components[r])return n;let i=t.components[r];return i.defaultProps?(0,o.A)(i.defaultProps,n):i.styleOverrides||i.variants?n:(0,o.A)(i,n)}({props:e,name:t,theme:{components:n.useContext(i)}})}(e)}},315:function(e,t,r){r.d(t,{A:()=>a});var n=r(68335),o=r(77308),i=r(72052);let a=(0,n.A)({createStyledComponent:(0,o.A)("div",{name:"MuiStack",slot:"Root",overridesResolver:(e,t)=>t.root}),useThemeProps:e=>(0,i.b)({props:e,name:"MuiStack"})})},9408:function(e,t,r){r.d(t,{A:()=>Y});var n=r(67425),o=r(6121),i=r(59238);let a={black:"#000",white:"#fff"},l={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"},s={50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f9",A700:"#aa00ff"},c={50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"},u={50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"},f={50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"},d={50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea"},p={50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"};function m(){return{text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:a.white,default:a.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}}}let g=m();function h(){return{text:{primary:a.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:a.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}}}let y=h();function b(e,t,r,n){let o=n.light||n,a=n.dark||1.5*n;e[t]||(e.hasOwnProperty(r)?e[t]=e[r]:"light"===t?e.light=(0,i.a)(e.main,o):"dark"===t&&(e.dark=(0,i.e$)(e.main,a)))}function A(e){let t,{mode:r="light",contrastThreshold:A=3,tonalOffset:v=.2,...k}=e,S=e.primary||function(e="light"){return"dark"===e?{main:f["200"],light:f["50"],dark:f["400"]}:{main:f["700"],light:f["400"],dark:f["800"]}}(r),C=e.secondary||function(e="light"){return"dark"===e?{main:s["200"],light:s["50"],dark:s["400"]}:{main:s["500"],light:s["300"],dark:s["700"]}}(r),x=e.error||function(e="light"){return"dark"===e?{main:c["500"],light:c["300"],dark:c["700"]}:{main:c["700"],light:c["400"],dark:c["800"]}}(r),w=e.info||function(e="light"){return"dark"===e?{main:d["400"],light:d["300"],dark:d["700"]}:{main:d["700"],light:d["500"],dark:d["900"]}}(r),$=e.success||function(e="light"){return"dark"===e?{main:p["400"],light:p["300"],dark:p["700"]}:{main:p["800"],light:p["500"],dark:p["900"]}}(r),j=e.warning||function(e="light"){return"dark"===e?{main:u["400"],light:u["300"],dark:u["700"]}:{main:"#ed6c02",light:u["500"],dark:u["900"]}}(r);function B(e){return(0,i.eM)(e,y.text.primary)>=A?y.text.primary:g.text.primary}let O=({color:e,name:t,mainShade:r=500,lightShade:o=300,darkShade:i=700})=>{if(!(e={...e}).main&&e[r]&&(e.main=e[r]),!e.hasOwnProperty("main"))throw Error((0,n.A)(11,t?` (${t})`:"",r));if("string"!=typeof e.main)throw Error((0,n.A)(12,t?` (${t})`:"",JSON.stringify(e.main)));return b(e,"light",o,v),b(e,"dark",i,v),e.contrastText||(e.contrastText=B(e.main)),e};return"light"===r?t=m():"dark"===r&&(t=h()),(0,o.A)({common:{...a},mode:r,primary:O({color:S,name:"primary"}),secondary:O({color:C,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:O({color:x,name:"error"}),warning:O({color:j,name:"warning"}),info:O({color:w,name:"info"}),success:O({color:$,name:"success"}),grey:l,contrastThreshold:A,getContrastText:B,augmentColor:O,tonalOffset:v,...t},k)}var v=r(17575),k=r(89187);let S=(e,t,r,n=[])=>{let o=e;t.forEach((e,i)=>{i===t.length-1?Array.isArray(o)?o[Number(e)]=r:o&&"object"==typeof o&&(o[e]=r):o&&"object"==typeof o&&(o[e]||(o[e]=n.includes(e)?[]:{}),o=o[e])})};function C(e,t){var r,n;let{prefix:o,shouldSkipGeneratingVar:i}=t||{},a={},l={},s={};return r=(e,t,r)=>{if(("string"==typeof t||"number"==typeof t)&&(!i||!i(e,t))){var n,c;let i=`--${o?`${o}-`:""}${e.join("-")}`,u=(n=e,"number"==typeof(c=t)?["lineHeight","fontWeight","opacity","zIndex"].some(e=>n.includes(e))||n[n.length-1].toLowerCase().includes("opacity")?c:`${c}px`:c);Object.assign(a,{[i]:u}),S(l,e,`var(${i})`,r),S(s,e,`var(${i}, ${u})`,r)}},n=e=>"vars"===e[0],function e(t,o=[],i=[]){Object.entries(t).forEach(([t,a])=>{n&&(!n||n([...o,t]))||null==a||("object"==typeof a&&Object.keys(a).length>0?e(a,[...o,t],Array.isArray(a)?[...i,t]:i):r([...o,t],a,i))})}(e),{css:a,vars:l,varsWithDefaults:s}}let x=function(e,t={}){let{getSelector:r=function(t,r){let n=i;if("class"===i&&(n=".%s"),"data"===i&&(n="[data-%s]"),i?.startsWith("data-")&&!i.includes("%s")&&(n=`[${i}="%s"]`),t){if("media"===n){if(e.defaultColorScheme===t)return":root";let n=a[t]?.palette?.mode||t;return{[`@media (prefers-color-scheme: ${n})`]:{":root":r}}}if(n)return e.defaultColorScheme===t?`:root, ${n.replace("%s",String(t))}`:n.replace("%s",String(t))}return":root"},disableCssColorScheme:n,colorSchemeSelector:i}=t,{colorSchemes:a={},components:l,defaultColorScheme:s="light",...c}=e,{vars:u,css:f,varsWithDefaults:d}=C(c,t),p=d,m={},{[s]:g,...h}=a;if(Object.entries(h||{}).forEach(([e,r])=>{let{vars:n,css:i,varsWithDefaults:a}=C(r,t);p=(0,o.A)(p,a),m[e]={css:i,vars:n}}),g){let{css:e,vars:r,varsWithDefaults:n}=C(g,t);p=(0,o.A)(p,n),m[s]={css:e,vars:r}}return{vars:p,generateThemeVars:()=>{let e={...u};return Object.entries(m).forEach(([,{vars:t}])=>{e=(0,o.A)(e,t)}),e},generateStyleSheets:()=>{let t=[],o=e.defaultColorScheme||"light";function i(e,r){Object.keys(r).length&&t.push("string"==typeof e?{[e]:{...r}}:e)}i(r(void 0,{...f}),f);let{[o]:l,...s}=m;if(l){let{css:e}=l,t=a[o]?.palette?.mode,s=!n&&t?{colorScheme:t,...e}:{...e};i(r(o,{...s}),s)}return Object.entries(s).forEach(([e,{css:t}])=>{let o=a[e]?.palette?.mode,l=!n&&o?{colorScheme:o,...t}:{...t};i(r(e,{...l}),l)}),t}}};var w=r(73126),$=r(92927),j=r(80787);let B={textTransform:"uppercase"},O='"Roboto", "Helvetica", "Arial", sans-serif';function T(...e){return`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,0.2),${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,0.14),${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,0.12)`}let M=["none",T(0,2,1,-1,0,1,1,0,0,1,3,0),T(0,3,1,-2,0,2,2,0,0,1,5,0),T(0,3,3,-2,0,3,4,0,0,1,8,0),T(0,2,4,-1,0,4,5,0,0,1,10,0),T(0,3,5,-1,0,5,8,0,0,1,14,0),T(0,3,5,-1,0,6,10,0,0,1,18,0),T(0,4,5,-2,0,7,10,1,0,2,16,1),T(0,5,5,-3,0,8,10,1,0,3,14,2),T(0,5,6,-3,0,9,12,1,0,3,16,2),T(0,6,6,-3,0,10,14,1,0,4,18,3),T(0,6,7,-4,0,11,15,1,0,4,20,3),T(0,7,8,-4,0,12,17,2,0,5,22,4),T(0,7,8,-4,0,13,19,2,0,5,24,4),T(0,7,9,-4,0,14,21,2,0,5,26,4),T(0,8,9,-5,0,15,22,2,0,6,28,5),T(0,8,10,-5,0,16,24,2,0,6,30,5),T(0,8,11,-5,0,17,26,2,0,6,32,5),T(0,9,11,-5,0,18,28,2,0,7,34,6),T(0,9,12,-6,0,19,29,2,0,7,36,6),T(0,10,13,-6,0,20,31,3,0,8,38,7),T(0,10,13,-6,0,21,33,3,0,8,40,7),T(0,10,14,-6,0,22,35,3,0,8,42,7),T(0,11,14,-7,0,23,36,3,0,9,44,8),T(0,11,15,-7,0,24,38,3,0,9,46,8)];var I=r(48927);let P={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};function N(e={}){let t={...e};return!function e(t){let r=Object.entries(t);for(let n=0;n<r.length;n++){let[i,a]=r[n];!((0,o.Q)(a)||void 0===a||"string"==typeof a||"boolean"==typeof a||"number"==typeof a||Array.isArray(a))||i.startsWith("unstable_")?delete t[i]:(0,o.Q)(a)&&(t[i]={...a},e(t[i]))}}(t),`import { unstable_createBreakpoints as createBreakpoints, createTransitions } from '@mui/material/styles';
|
|
3
|
+
|
|
4
|
+
const theme = ${JSON.stringify(t,null,2)};
|
|
5
|
+
|
|
6
|
+
theme.breakpoints = createBreakpoints(theme.breakpoints || {});
|
|
7
|
+
theme.transitions = createTransitions(theme.transitions || {});
|
|
8
|
+
|
|
9
|
+
export default theme;`}let L=function(e={},...t){var r;let{breakpoints:i,mixins:a={},spacing:l,palette:s={},transitions:c={},typography:u={},shape:f,...d}=e;if(e.vars&&void 0===e.generateThemeVars)throw Error((0,n.A)(20));let p=A(s),m=(0,j.A)(e),g=(0,o.A)(m,{mixins:(r=m.breakpoints,{toolbar:{minHeight:56,[r.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[r.up("sm")]:{minHeight:64}},...a}),palette:p,shadows:M.slice(),typography:function(e,t){let{fontFamily:r=O,fontSize:n=14,fontWeightLight:i=300,fontWeightRegular:a=400,fontWeightMedium:l=500,fontWeightBold:s=700,htmlFontSize:c=16,allVariants:u,pxToRem:f,...d}="function"==typeof t?t(e):t,p=n/14,m=f||(e=>`${e/c*p}rem`),g=(e,t,n,o,i)=>({fontFamily:r,fontWeight:e,fontSize:m(t),lineHeight:n,...r===O?{letterSpacing:`${Math.round(o/t*1e5)/1e5}em`}:{},...i,...u}),h={h1:g(i,96,1.167,-1.5),h2:g(i,60,1.2,-.5),h3:g(a,48,1.167,0),h4:g(a,34,1.235,.25),h5:g(a,24,1.334,0),h6:g(l,20,1.6,.15),subtitle1:g(a,16,1.75,.15),subtitle2:g(l,14,1.57,.1),body1:g(a,16,1.5,.15),body2:g(a,14,1.43,.15),button:g(l,14,1.75,.4,B),caption:g(a,12,1.66,.4),overline:g(a,12,2.66,1,B),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return(0,o.A)({htmlFontSize:c,pxToRem:m,fontFamily:r,fontSize:n,fontWeightLight:i,fontWeightRegular:a,fontWeightMedium:l,fontWeightBold:s,...h},d,{clone:!1})}(p,u),transitions:(0,I.Ay)(c),zIndex:{...P}});return g=(0,o.A)(g,d),(g=t.reduce((e,t)=>(0,o.A)(e,t),g)).unstable_sxConfig={...w.A,...d?.unstable_sxConfig},g.unstable_sx=function(e){return(0,$.A)({sx:e,theme:this})},g.toRuntimeSource=N,g};var E=r(9307);let _=[...Array(25)].map((e,t)=>{if(0===t)return"none";let r=(0,E.A)(t);return`linear-gradient(rgba(255 255 255 / ${r}), rgba(255 255 255 / ${r}))`});function R(e){return{inputPlaceholder:"dark"===e?.5:.42,inputUnderline:"dark"===e?.7:.42,switchTrackDisabled:"dark"===e?.2:.12,switchTrack:"dark"===e?.3:.38}}function W(e){return"dark"===e?_:[]}function F(e){return!!e[0].match(/(cssVarPrefix|colorSchemeSelector|rootSelector|typography|mixins|breakpoints|direction|transitions)/)||!!e[0].match(/sxConfig$/)||"palette"===e[0]&&!!e[1]?.match(/(mode|contrastThreshold|tonalOffset)/)}function K(e,t,r){!e[t]&&r&&(e[t]=r)}function G(e){return"string"==typeof e&&e.startsWith("hsl")?(0,i.YL)(e):e}function D(e,t){`${t}Channel`in e||(e[`${t}Channel`]=(0,i.Me)(G(e[t]),`MUI: Can't create \`palette.${t}Channel\` because \`palette.${t}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
|
|
10
|
+
To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}let z=e=>{try{return e()}catch(e){}};function H(e,t,r,n){if(!t)return;t=!0===t?{}:t;let o="dark"===n?"dark":"light";if(!r){e[n]=function(e){let{palette:t={mode:"light"},opacity:r,overlays:n,...o}=e,i=A(t);return{palette:i,opacity:{...R(i.mode),...r},overlays:n||W(i.mode),...o}}({...t,palette:{mode:o,...t?.palette}});return}let{palette:i,...a}=L({...r,palette:{mode:o,...t?.palette}});return e[n]={...t,palette:i,opacity:{...R(o),...t?.opacity},overlays:t?.overlays||W(o)},a}function V(e,t,r){e.colorSchemes&&r&&(e.colorSchemes[t]={...!0!==r&&r,palette:A({...!0===r?{}:r.palette,mode:t})})}function Y(e={},...t){let{palette:r,cssVariables:a=!1,colorSchemes:l=!r?{light:!0}:void 0,defaultColorScheme:s=r?.mode,...c}=e,u=s||"light",f=l?.[u],d={...l,...r?{[u]:{..."boolean"!=typeof f&&f,palette:r}}:void 0};if(!1===a){if(!("colorSchemes"in e))return L(e,...t);let n=r;"palette"in e||!d[u]||(!0!==d[u]?n=d[u].palette:"dark"===u&&(n={mode:"dark"}));let o=L({...e,palette:n},...t);return o.defaultColorScheme=u,o.colorSchemes=d,"light"===o.palette.mode&&(o.colorSchemes.light={...!0!==d.light&&d.light,palette:o.palette},V(o,"dark",d.dark)),"dark"===o.palette.mode&&(o.colorSchemes.dark={...!0!==d.dark&&d.dark,palette:o.palette},V(o,"light",d.light)),o}return r||"light"in d||"light"!==u||(d.light=!0),function(e={},...t){var r,a;let l,s,{colorSchemes:c={light:!0},defaultColorScheme:u,disableCssColorScheme:f=!1,cssVarPrefix:d="mui",shouldSkipGeneratingVar:p=F,colorSchemeSelector:m=c.light&&c.dark?"media":void 0,rootSelector:g=":root",...h}=e,y=Object.keys(c)[0],b=u||(c.light&&"light"!==y?"light":y),A=((e="mui")=>(function(e=""){return(t,...r)=>`var(--${e?`${e}-`:""}${t}${function t(...r){if(!r.length)return"";let n=r[0];return"string"!=typeof n||n.match(/(#|\(|\)|(-?(\d*\.)?\d+)(px|em|%|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc))|^(-?(\d*\.)?\d+)$|(\d+ \d+ \d+)/)?`, ${n}`:`, var(--${e?`${e}-`:""}${n}${t(...r.slice(1))})`}(...r)})`})(e))(d),{[b]:S,light:C,dark:j,...B}=c,O={...B},T=S;if(("dark"!==b||"dark"in c)&&("light"!==b||"light"in c)||(T=!0),!T)throw Error((0,n.A)(21,b));let M=H(O,T,h,b);C&&!O.light&&H(O,C,void 0,"light"),j&&!O.dark&&H(O,j,void 0,"dark");let I={defaultColorScheme:b,...M,cssVarPrefix:d,colorSchemeSelector:m,rootSelector:g,getCssVar:A,colorSchemes:O,font:{...(r=M.typography,l={},Object.entries(r).forEach(e=>{let[t,r]=e;"object"==typeof r&&(l[t]=`${r.fontStyle?`${r.fontStyle} `:""}${r.fontVariant?`${r.fontVariant} `:""}${r.fontWeight?`${r.fontWeight} `:""}${r.fontStretch?`${r.fontStretch} `:""}${r.fontSize||""}${r.lineHeight?`/${r.lineHeight} `:""}${r.fontFamily||""}`)}),l),...M.font},spacing:"number"==typeof(a=h.spacing)?`${a}px`:"string"==typeof a||"function"==typeof a||Array.isArray(a)?a:"8px"};Object.keys(I.colorSchemes).forEach(e=>{let t=I.colorSchemes[e].palette,r=e=>{let r=e.split("-"),n=r[1],o=r[2];return A(e,t[n][o])};if("light"===t.mode&&(K(t.common,"background","#fff"),K(t.common,"onBackground","#000")),"dark"===t.mode&&(K(t.common,"background","#000"),K(t.common,"onBackground","#fff")),["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"].forEach(e=>{t[e]||(t[e]={})}),"light"===t.mode){K(t.Alert,"errorColor",(0,i.Nd)(t.error.light,.6)),K(t.Alert,"infoColor",(0,i.Nd)(t.info.light,.6)),K(t.Alert,"successColor",(0,i.Nd)(t.success.light,.6)),K(t.Alert,"warningColor",(0,i.Nd)(t.warning.light,.6)),K(t.Alert,"errorFilledBg",r("palette-error-main")),K(t.Alert,"infoFilledBg",r("palette-info-main")),K(t.Alert,"successFilledBg",r("palette-success-main")),K(t.Alert,"warningFilledBg",r("palette-warning-main")),K(t.Alert,"errorFilledColor",z(()=>t.getContrastText(t.error.main))),K(t.Alert,"infoFilledColor",z(()=>t.getContrastText(t.info.main))),K(t.Alert,"successFilledColor",z(()=>t.getContrastText(t.success.main))),K(t.Alert,"warningFilledColor",z(()=>t.getContrastText(t.warning.main))),K(t.Alert,"errorStandardBg",(0,i.j4)(t.error.light,.9)),K(t.Alert,"infoStandardBg",(0,i.j4)(t.info.light,.9)),K(t.Alert,"successStandardBg",(0,i.j4)(t.success.light,.9)),K(t.Alert,"warningStandardBg",(0,i.j4)(t.warning.light,.9)),K(t.Alert,"errorIconColor",r("palette-error-main")),K(t.Alert,"infoIconColor",r("palette-info-main")),K(t.Alert,"successIconColor",r("palette-success-main")),K(t.Alert,"warningIconColor",r("palette-warning-main")),K(t.AppBar,"defaultBg",r("palette-grey-100")),K(t.Avatar,"defaultBg",r("palette-grey-400")),K(t.Button,"inheritContainedBg",r("palette-grey-300")),K(t.Button,"inheritContainedHoverBg",r("palette-grey-A100")),K(t.Chip,"defaultBorder",r("palette-grey-400")),K(t.Chip,"defaultAvatarColor",r("palette-grey-700")),K(t.Chip,"defaultIconColor",r("palette-grey-700")),K(t.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),K(t.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),K(t.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),K(t.LinearProgress,"primaryBg",(0,i.j4)(t.primary.main,.62)),K(t.LinearProgress,"secondaryBg",(0,i.j4)(t.secondary.main,.62)),K(t.LinearProgress,"errorBg",(0,i.j4)(t.error.main,.62)),K(t.LinearProgress,"infoBg",(0,i.j4)(t.info.main,.62)),K(t.LinearProgress,"successBg",(0,i.j4)(t.success.main,.62)),K(t.LinearProgress,"warningBg",(0,i.j4)(t.warning.main,.62)),K(t.Skeleton,"bg",`rgba(${r("palette-text-primaryChannel")} / 0.11)`),K(t.Slider,"primaryTrack",(0,i.j4)(t.primary.main,.62)),K(t.Slider,"secondaryTrack",(0,i.j4)(t.secondary.main,.62)),K(t.Slider,"errorTrack",(0,i.j4)(t.error.main,.62)),K(t.Slider,"infoTrack",(0,i.j4)(t.info.main,.62)),K(t.Slider,"successTrack",(0,i.j4)(t.success.main,.62)),K(t.Slider,"warningTrack",(0,i.j4)(t.warning.main,.62));let e=(0,i.Y9)(t.background.default,.8);K(t.SnackbarContent,"bg",e),K(t.SnackbarContent,"color",z(()=>t.getContrastText(e))),K(t.SpeedDialAction,"fabHoverBg",(0,i.Y9)(t.background.paper,.15)),K(t.StepConnector,"border",r("palette-grey-400")),K(t.StepContent,"border",r("palette-grey-400")),K(t.Switch,"defaultColor",r("palette-common-white")),K(t.Switch,"defaultDisabledColor",r("palette-grey-100")),K(t.Switch,"primaryDisabledColor",(0,i.j4)(t.primary.main,.62)),K(t.Switch,"secondaryDisabledColor",(0,i.j4)(t.secondary.main,.62)),K(t.Switch,"errorDisabledColor",(0,i.j4)(t.error.main,.62)),K(t.Switch,"infoDisabledColor",(0,i.j4)(t.info.main,.62)),K(t.Switch,"successDisabledColor",(0,i.j4)(t.success.main,.62)),K(t.Switch,"warningDisabledColor",(0,i.j4)(t.warning.main,.62)),K(t.TableCell,"border",(0,i.j4)((0,i.Cg)(t.divider,1),.88)),K(t.Tooltip,"bg",(0,i.Cg)(t.grey[700],.92))}if("dark"===t.mode){K(t.Alert,"errorColor",(0,i.j4)(t.error.light,.6)),K(t.Alert,"infoColor",(0,i.j4)(t.info.light,.6)),K(t.Alert,"successColor",(0,i.j4)(t.success.light,.6)),K(t.Alert,"warningColor",(0,i.j4)(t.warning.light,.6)),K(t.Alert,"errorFilledBg",r("palette-error-dark")),K(t.Alert,"infoFilledBg",r("palette-info-dark")),K(t.Alert,"successFilledBg",r("palette-success-dark")),K(t.Alert,"warningFilledBg",r("palette-warning-dark")),K(t.Alert,"errorFilledColor",z(()=>t.getContrastText(t.error.dark))),K(t.Alert,"infoFilledColor",z(()=>t.getContrastText(t.info.dark))),K(t.Alert,"successFilledColor",z(()=>t.getContrastText(t.success.dark))),K(t.Alert,"warningFilledColor",z(()=>t.getContrastText(t.warning.dark))),K(t.Alert,"errorStandardBg",(0,i.Nd)(t.error.light,.9)),K(t.Alert,"infoStandardBg",(0,i.Nd)(t.info.light,.9)),K(t.Alert,"successStandardBg",(0,i.Nd)(t.success.light,.9)),K(t.Alert,"warningStandardBg",(0,i.Nd)(t.warning.light,.9)),K(t.Alert,"errorIconColor",r("palette-error-main")),K(t.Alert,"infoIconColor",r("palette-info-main")),K(t.Alert,"successIconColor",r("palette-success-main")),K(t.Alert,"warningIconColor",r("palette-warning-main")),K(t.AppBar,"defaultBg",r("palette-grey-900")),K(t.AppBar,"darkBg",r("palette-background-paper")),K(t.AppBar,"darkColor",r("palette-text-primary")),K(t.Avatar,"defaultBg",r("palette-grey-600")),K(t.Button,"inheritContainedBg",r("palette-grey-800")),K(t.Button,"inheritContainedHoverBg",r("palette-grey-700")),K(t.Chip,"defaultBorder",r("palette-grey-700")),K(t.Chip,"defaultAvatarColor",r("palette-grey-300")),K(t.Chip,"defaultIconColor",r("palette-grey-300")),K(t.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),K(t.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),K(t.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),K(t.LinearProgress,"primaryBg",(0,i.Nd)(t.primary.main,.5)),K(t.LinearProgress,"secondaryBg",(0,i.Nd)(t.secondary.main,.5)),K(t.LinearProgress,"errorBg",(0,i.Nd)(t.error.main,.5)),K(t.LinearProgress,"infoBg",(0,i.Nd)(t.info.main,.5)),K(t.LinearProgress,"successBg",(0,i.Nd)(t.success.main,.5)),K(t.LinearProgress,"warningBg",(0,i.Nd)(t.warning.main,.5)),K(t.Skeleton,"bg",`rgba(${r("palette-text-primaryChannel")} / 0.13)`),K(t.Slider,"primaryTrack",(0,i.Nd)(t.primary.main,.5)),K(t.Slider,"secondaryTrack",(0,i.Nd)(t.secondary.main,.5)),K(t.Slider,"errorTrack",(0,i.Nd)(t.error.main,.5)),K(t.Slider,"infoTrack",(0,i.Nd)(t.info.main,.5)),K(t.Slider,"successTrack",(0,i.Nd)(t.success.main,.5)),K(t.Slider,"warningTrack",(0,i.Nd)(t.warning.main,.5));let e=(0,i.Y9)(t.background.default,.98);K(t.SnackbarContent,"bg",e),K(t.SnackbarContent,"color",z(()=>t.getContrastText(e))),K(t.SpeedDialAction,"fabHoverBg",(0,i.Y9)(t.background.paper,.15)),K(t.StepConnector,"border",r("palette-grey-600")),K(t.StepContent,"border",r("palette-grey-600")),K(t.Switch,"defaultColor",r("palette-grey-300")),K(t.Switch,"defaultDisabledColor",r("palette-grey-600")),K(t.Switch,"primaryDisabledColor",(0,i.Nd)(t.primary.main,.55)),K(t.Switch,"secondaryDisabledColor",(0,i.Nd)(t.secondary.main,.55)),K(t.Switch,"errorDisabledColor",(0,i.Nd)(t.error.main,.55)),K(t.Switch,"infoDisabledColor",(0,i.Nd)(t.info.main,.55)),K(t.Switch,"successDisabledColor",(0,i.Nd)(t.success.main,.55)),K(t.Switch,"warningDisabledColor",(0,i.Nd)(t.warning.main,.55)),K(t.TableCell,"border",(0,i.Nd)((0,i.Cg)(t.divider,1),.68)),K(t.Tooltip,"bg",(0,i.Cg)(t.grey[700],.92))}D(t.background,"default"),D(t.background,"paper"),D(t.common,"background"),D(t.common,"onBackground"),D(t,"divider"),Object.keys(t).forEach(e=>{let r=t[e];"tonalOffset"!==e&&r&&"object"==typeof r&&(r.main&&K(t[e],"mainChannel",(0,i.Me)(G(r.main))),r.light&&K(t[e],"lightChannel",(0,i.Me)(G(r.light))),r.dark&&K(t[e],"darkChannel",(0,i.Me)(G(r.dark))),r.contrastText&&K(t[e],"contrastTextChannel",(0,i.Me)(G(r.contrastText))),"text"===e&&(D(t[e],"primary"),D(t[e],"secondary")),"action"===e&&(r.active&&D(t[e],"active"),r.selected&&D(t[e],"selected")))})});let P={prefix:d,disableCssColorScheme:f,shouldSkipGeneratingVar:p,getSelector:(s=I=t.reduce((e,t)=>(0,o.A)(e,t),I),(e,t)=>{let r=s.rootSelector||":root",n=s.colorSchemeSelector,o=n;if("class"===n&&(o=".%s"),"data"===n&&(o="[data-%s]"),n?.startsWith("data-")&&!n.includes("%s")&&(o=`[${n}="%s"]`),s.defaultColorScheme===e){if("dark"===e){let n,i={};return((n=s.cssVarPrefix,[...[...Array(25)].map((e,t)=>`--${n?`${n}-`:""}overlays-${t}`),`--${n?`${n}-`:""}palette-AppBar-darkBg`,`--${n?`${n}-`:""}palette-AppBar-darkColor`]).forEach(e=>{i[e]=t[e],delete t[e]}),"media"===o)?{[r]:t,"@media (prefers-color-scheme: dark)":{[r]:i}}:o?{[o.replace("%s",e)]:i,[`${r}, ${o.replace("%s",e)}`]:t}:{[r]:{...t,...i}}}if(o&&"media"!==o)return`${r}, ${o.replace("%s",String(e))}`}else if(e){if("media"===o)return{[`@media (prefers-color-scheme: ${String(e)})`]:{[r]:t}};if(o)return o.replace("%s",String(e))}return r})},{vars:L,generateThemeVars:E,generateStyleSheets:_}=x(I,P);return I.vars=L,Object.entries(I.colorSchemes[I.defaultColorScheme]).forEach(([e,t])=>{I[e]=t}),I.generateThemeVars=E,I.generateStyleSheets=_,I.generateSpacing=function(){return(0,v.A)(h.spacing,(0,k.LX)(this))},I.getColorSchemeSelector=function(e){return"media"===m?`@media (prefers-color-scheme: ${e})`:m?m.startsWith("data-")&&!m.includes("%s")?`[${m}="${e}"] &`:"class"===m?`.${e} &`:"data"===m?`[data-${e}] &`:`${m.replace("%s",e)} &`:"&"},I.spacing=I.generateSpacing(),I.shouldSkipGeneratingVar=p,I.unstable_sxConfig={...w.A,...h?.unstable_sxConfig},I.unstable_sx=function(e){return(0,$.A)({sx:e,theme:this})},I.toRuntimeSource=N,I}({...c,colorSchemes:d,defaultColorScheme:u,..."boolean"!=typeof a&&a},...t)}},48927:function(e,t,r){r.d(t,{Ay:()=>l,p0:()=>o});let n={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},o={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function i(e){return`${Math.round(e)}ms`}function a(e){if(!e)return 0;let t=e/36;return Math.min(Math.round((4+15*t**.25+t/5)*10),3e3)}function l(e){let t={...n,...e.easing},r={...o,...e.duration};return{getAutoHeightDuration:a,create:(e=["all"],n={})=>{let{duration:o=r.standard,easing:a=t.easeInOut,delay:l=0,...s}=n;return(Array.isArray(e)?e:[e]).map(e=>`${e} ${"string"==typeof o?o:i(o)} ${a} ${"string"==typeof l?l:i(l)}`).join(",")},...e,easing:t,duration:r}}},87169:function(e,t,r){r.d(t,{A:()=>n});let n=(0,r(9408).A)()},9307:function(e,t,r){r.d(t,{A:()=>n});function n(e){return Math.round(10*(e<1?5.11916*e**2:4.5*Math.log(e+1)+2))/1e3}},93724:function(e,t,r){r.d(t,{A:()=>n});let n="$$material"},83926:function(e,t,r){r.d(t,{A:()=>o});var n=r(14738);let o=e=>(0,n.A)(e)&&"classes"!==e},14738:function(e,t,r){r.d(t,{A:()=>n});let n=function(e){return"ownerState"!==e&&"theme"!==e&&"sx"!==e&&"as"!==e}},77308:function(e,t,r){r.d(t,{A:()=>l});var n=r(57867),o=r(87169),i=r(93724),a=r(83926);let l=(0,n.Ay)({themeId:i.A,defaultTheme:o.A,rootShouldForwardProp:a.A})},56599:function(e,t,r){r.d(t,{A:()=>a}),r(70451);var n=r(26041),o=r(87169),i=r(93724);function a(){let e=(0,n.A)(o.A);return e[i.A]||e}},24726:function(e,t,r){r.d(t,{A:()=>n});let n=r(85235).A},26952:function(e,t,r){r.d(t,{A:()=>n});function n(e=[]){return([,t])=>t&&function(e,t=[]){if("string"!=typeof e.main)return!1;for(let r of t)if(!e.hasOwnProperty(r)||"string"!=typeof e[r])return!1;return!0}(t,e)}},23434:function(e,t,r){r.d(t,{A:()=>i});var n=r(46826);let o={theme:void 0},i=function(e){let t,r;return function(i){let a=t;return(void 0===a||i.theme!==r)&&(o.theme=i.theme,t=a=(0,n.A)(e(o)),r=i.theme),a}}},41535:function(e,t,r){r.d(t,{Ay:()=>a,HX:()=>l,tT:()=>c});var n=r(42292),o=r.n(n),i=r(37696);function a(e,t){return o()(e,t)}function l(e,t){Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))}r(69402);let s=[];function c(e){return s[0]=e,(0,i.J)(s)}},68335:function(e,t,r){r.d(t,{A:()=>A});var n=r(70451),o=r(11750),i=r(6121),a=r(46733),l=r(81023),s=r(7939),c=r(51327),u=r(20523),f=r(80787),d=r(85351),p=r(89187),m=r(62540);let g=(0,f.A)(),h=(0,s.A)("div",{name:"MuiStack",slot:"Root",overridesResolver:(e,t)=>t.root});function y(e){return(0,c.A)({props:e,name:"MuiStack",defaultTheme:g})}let b=({ownerState:e,theme:t})=>{let r={display:"flex",flexDirection:"column",...(0,d.NI)({theme:t},(0,d.kW)({values:e.direction,breakpoints:t.breakpoints.values}),e=>({flexDirection:e}))};if(e.spacing){let n=(0,p.LX)(t),o=Object.keys(t.breakpoints.values).reduce((t,r)=>(("object"==typeof e.spacing&&null!=e.spacing[r]||"object"==typeof e.direction&&null!=e.direction[r])&&(t[r]=!0),t),{}),a=(0,d.kW)({values:e.direction,base:o}),l=(0,d.kW)({values:e.spacing,base:o});"object"==typeof a&&Object.keys(a).forEach((e,t,r)=>{if(!a[e]){let n=t>0?a[r[t-1]]:"column";a[e]=n}}),r=(0,i.A)(r,(0,d.NI)({theme:t},l,(t,r)=>e.useFlexGap?{gap:(0,p._W)(n,t)}:{"& > :not(style):not(style)":{margin:0},"& > :not(style) ~ :not(style)":{[`margin${({row:"Left","row-reverse":"Right",column:"Top","column-reverse":"Bottom"})[r?a[r]:e.direction]}`]:(0,p._W)(n,t)}}))}return(0,d.iZ)(t.breakpoints,r)};function A(e={}){let{createStyledComponent:t=h,useThemeProps:r=y,componentName:i="MuiStack"}=e,s=t(b);return n.forwardRef(function(e,t){let c,f=r(e),{component:d="div",direction:p="column",spacing:g=0,divider:h,children:y,className:b,useFlexGap:A=!1,...v}=(0,u.A)(f),k=(0,l.A)({root:["root"]},e=>(0,a.Ay)(i,e),{});return(0,m.jsx)(s,{as:d,ownerState:{direction:p,spacing:g,useFlexGap:A},ref:t,className:(0,o.A)(k.root,b),...v,children:h?(c=n.Children.toArray(y).filter(Boolean)).reduce((e,t,r)=>(e.push(t),r<c.length-1&&e.push(n.cloneElement(h,{key:`separator-${r}`})),e),[]):y})})}},85351:function(e,t,r){r.d(t,{EU:()=>c,NI:()=>s,iZ:()=>f,kW:()=>d,vf:()=>u,zu:()=>i});var n=r(6121),o=r(40391);let i={xs:0,sm:600,md:900,lg:1200,xl:1536},a={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${i[e]}px)`},l={containerQueries:e=>({up:t=>{let r="number"==typeof t?t:i[t]||t;return"number"==typeof r&&(r=`${r}px`),e?`@container ${e} (min-width:${r})`:`@container (min-width:${r})`}})};function s(e,t,r){let n=e.theme||{};if(Array.isArray(t)){let e=n.breakpoints||a;return t.reduce((n,o,i)=>(n[e.up(e.keys[i])]=r(t[i]),n),{})}if("object"==typeof t){let e=n.breakpoints||a;return Object.keys(t).reduce((a,s)=>{if((0,o.ob)(e.keys,s)){let e=(0,o.CT)(n.containerQueries?n:l,s);e&&(a[e]=r(t[s],s))}else Object.keys(e.values||i).includes(s)?a[e.up(s)]=r(t[s],s):a[s]=t[s];return a},{})}return r(t)}function c(e={}){return e.keys?.reduce((t,r)=>(t[e.up(r)]={},t),{})||{}}function u(e,t){return e.reduce((e,t)=>{let r=e[t];return r&&0!==Object.keys(r).length||delete e[t],e},t)}function f(e,...t){let r=c(e),o=[r,...t].reduce((e,t)=>(0,n.A)(e,t),{});return u(Object.keys(r),o)}function d({values:e,breakpoints:t,base:r}){let n,o=Object.keys(r||function(e,t){if("object"!=typeof e)return{};let r={},n=Object.keys(t);return Array.isArray(e)?n.forEach((t,n)=>{n<e.length&&(r[t]=!0)}):n.forEach(t=>{null!=e[t]&&(r[t]=!0)}),r}(e,t));return 0===o.length?e:o.reduce((t,r,o)=>(Array.isArray(e)?(t[r]=null!=e[o]?e[o]:e[n],n=o):"object"==typeof e?(t[r]=null!=e[r]?e[r]:e[n],n=r):t[r]=e,t),{})}},59238:function(e,t,r){r.d(t,{X4:()=>f,eM:()=>u,Cg:()=>d,Nd:()=>m,a:()=>g,Me:()=>a,e$:()=>p,Y9:()=>y,j4:()=>h,YL:()=>s});var n=r(67425);function o(e,t=0,r=1){return function(e,t=Number.MIN_SAFE_INTEGER,r=Number.MAX_SAFE_INTEGER){return Math.max(t,Math.min(e,r))}(e,t,r)}function i(e){let t;if(e.type)return e;if("#"===e.charAt(0)){var r;let t,n;return i((r=(r=e).slice(1),t=RegExp(`.{1,${r.length>=6?2:1}}`,"g"),(n=r.match(t))&&1===n[0].length&&(n=n.map(e=>e+e)),n?`rgb${4===n.length?"a":""}(${n.map((e,t)=>t<3?parseInt(e,16):Math.round(parseInt(e,16)/255*1e3)/1e3).join(", ")})`:""))}let o=e.indexOf("("),a=e.substring(0,o);if(!["rgb","rgba","hsl","hsla","color"].includes(a))throw Error((0,n.A)(9,e));let l=e.substring(o+1,e.length-1);if("color"===a){if(t=(l=l.split(" ")).shift(),4===l.length&&"/"===l[3].charAt(0)&&(l[3]=l[3].slice(1)),!["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].includes(t))throw Error((0,n.A)(10,t))}else l=l.split(",");return{type:a,values:l=l.map(e=>parseFloat(e)),colorSpace:t}}let a=(e,t)=>{try{let t;return(t=i(e)).values.slice(0,3).map((e,r)=>t.type.includes("hsl")&&0!==r?`${e}%`:e).join(" ")}catch(t){return e}};function l(e){let{type:t,colorSpace:r}=e,{values:n}=e;return t.includes("rgb")?n=n.map((e,t)=>t<3?parseInt(e,10):e):t.includes("hsl")&&(n[1]=`${n[1]}%`,n[2]=`${n[2]}%`),n=t.includes("color")?`${r} ${n.join(" ")}`:`${n.join(", ")}`,`${t}(${n})`}function s(e){let{values:t}=e=i(e),r=t[0],n=t[1]/100,o=t[2]/100,a=n*Math.min(o,1-o),s=(e,t=(e+r/30)%12)=>o-a*Math.max(Math.min(t-3,9-t,1),-1),c="rgb",u=[Math.round(255*s(0)),Math.round(255*s(8)),Math.round(255*s(4))];return"hsla"===e.type&&(c+="a",u.push(t[3])),l({type:c,values:u})}function c(e){let t="hsl"===(e=i(e)).type||"hsla"===e.type?i(s(e)).values:e.values;return Number((.2126*(t=t.map(t=>("color"!==e.type&&(t/=255),t<=.03928?t/12.92:((t+.055)/1.055)**2.4)))[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function u(e,t){let r=c(e),n=c(t);return(Math.max(r,n)+.05)/(Math.min(r,n)+.05)}function f(e,t){return e=i(e),t=o(t),("rgb"===e.type||"hsl"===e.type)&&(e.type+="a"),"color"===e.type?e.values[3]=`/${t}`:e.values[3]=t,l(e)}function d(e,t,r){try{return f(e,t)}catch(t){return e}}function p(e,t){if(e=i(e),t=o(t),e.type.includes("hsl"))e.values[2]*=1-t;else if(e.type.includes("rgb")||e.type.includes("color"))for(let r=0;r<3;r+=1)e.values[r]*=1-t;return l(e)}function m(e,t,r){try{return p(e,t)}catch(t){return e}}function g(e,t){if(e=i(e),t=o(t),e.type.includes("hsl"))e.values[2]+=(100-e.values[2])*t;else if(e.type.includes("rgb"))for(let r=0;r<3;r+=1)e.values[r]+=(255-e.values[r])*t;else if(e.type.includes("color"))for(let r=0;r<3;r+=1)e.values[r]+=(1-e.values[r])*t;return l(e)}function h(e,t,r){try{return g(e,t)}catch(t){return e}}function y(e,t,r){try{return function(e,t=.15){return c(e)>.5?p(e,t):g(e,t)}(e,t)}catch(t){return e}}},57867:function(e,t,r){r.d(t,{Ay:()=>d,MC:()=>c});var n=r(41535),o=r(6121),i=r(80787),a=r(92927),l=r(46826);let s=(0,i.A)();function c(e){return"ownerState"!==e&&"theme"!==e&&"sx"!==e&&"as"!==e}function u(e,t){let r="function"==typeof t?t(e):t;if(Array.isArray(r))return r.flatMap(t=>u(e,t));if(Array.isArray(r?.variants)){let t;if(r.isProcessed)t=r.style;else{let{variants:e,...n}=r;t=n}return f(e,r.variants,[t])}return r?.isProcessed?r.style:r}function f(e,t,r=[]){let n;e:for(let o=0;o<t.length;o+=1){let i=t[o];if("function"==typeof i.props){if(n??={...e,...e.ownerState,ownerState:e.ownerState},!i.props(n))continue}else for(let t in i.props)if(e[t]!==i.props[t]&&e.ownerState?.[t]!==i.props[t])continue e;"function"==typeof i.style?(n??={...e,...e.ownerState,ownerState:e.ownerState},r.push(i.style(n))):r.push(i.style)}return r}function d(e={}){let{themeId:t,defaultTheme:r=s,rootShouldForwardProp:i=c,slotShouldForwardProp:p=c}=e;function m(e){e.theme=!function(e){for(let t in e)return!1;return!0}(e.theme)?e.theme[t]||e.theme:r}return(e,t={})=>{var r,s,d;(0,n.HX)(e,e=>e.filter(e=>e!==a.A));let{name:g,slot:h,skipVariantsResolver:y,skipSx:b,overridesResolver:A=!(r=(s=h)?s.charAt(0).toLowerCase()+s.slice(1):s)?null:(e,t)=>t[r],...v}=t,k=void 0!==y?y:h&&"Root"!==h&&"root"!==h||!1,S=b||!1,C=c;"Root"===h||"root"===h?C=i:h?C=p:"string"==typeof(d=e)&&d.charCodeAt(0)>96&&(C=void 0);let x=(0,n.Ay)(e,{shouldForwardProp:C,label:void 0,...v}),w=e=>{if("function"==typeof e&&e.__emotion_real!==e)return function(t){return u(t,e)};if((0,o.Q)(e)){let t=(0,l.A)(e);return t.variants?function(e){return u(e,t)}:t.style}return e},$=(...t)=>{let r=[],n=t.map(w),o=[];if(r.push(m),g&&A&&o.push(function(e){let t=e.theme,r=t.components?.[g]?.styleOverrides;if(!r)return null;let n={};for(let t in r)n[t]=u(e,r[t]);return A(e,n)}),g&&!k&&o.push(function(e){let t=e.theme,r=t?.components?.[g]?.variants;return r?f(e,r):null}),S||o.push(a.A),Array.isArray(n[0])){let e,t=n.shift(),i=Array(r.length).fill(""),a=Array(o.length).fill("");(e=[...i,...t,...a]).raw=[...i,...t.raw,...a],r.unshift(e)}let i=x(...r,...n,...o);return e.muiName&&(i.muiName=e.muiName),i};return x.withConfig&&($.withConfig=x.withConfig),$}}},17575:function(e,t,r){r.d(t,{A:()=>o});var n=r(89187);function o(e=8,t=(0,n.LX)({spacing:e})){if(e.mui)return e;let r=(...e)=>(0===e.length?[1]:e).map(e=>{let r=t(e);return"number"==typeof r?`${r}px`:r}).join(" ");return r.mui=!0,r}},80787:function(e,t,r){r.d(t,{A:()=>u});var n=r(6121),o=r(40391);let i={borderRadius:4};var a=r(17575),l=r(92927),s=r(73126);function c(e,t){if(this.vars){if(!this.colorSchemes?.[e]||"function"!=typeof this.getColorSchemeSelector)return{};let r=this.getColorSchemeSelector(e);return"&"===r?t:((r.includes("data-")||r.includes("."))&&(r=`*:where(${r.replace(/\s*&$/,"")}) &`),{[r]:t})}return this.palette.mode===e?t:{}}let u=function(e={},...t){let{breakpoints:r={},palette:u={},spacing:f,shape:d={},...p}=e,m=function(e){let t,{values:r={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:n="px",step:o=5,...i}=e,a=((t=Object.keys(r).map(e=>({key:e,val:r[e]}))||[]).sort((e,t)=>e.val-t.val),t.reduce((e,t)=>({...e,[t.key]:t.val}),{})),l=Object.keys(a);function s(e){let t="number"==typeof r[e]?r[e]:e;return`@media (min-width:${t}${n})`}function c(e){let t="number"==typeof r[e]?r[e]:e;return`@media (max-width:${t-o/100}${n})`}function u(e,t){let i=l.indexOf(t);return`@media (min-width:${"number"==typeof r[e]?r[e]:e}${n}) and (max-width:${(-1!==i&&"number"==typeof r[l[i]]?r[l[i]]:t)-o/100}${n})`}return{keys:l,values:a,up:s,down:c,between:u,only:function(e){return l.indexOf(e)+1<l.length?u(e,l[l.indexOf(e)+1]):s(e)},not:function(e){let t=l.indexOf(e);return 0===t?s(l[1]):t===l.length-1?c(l[t]):u(e,l[l.indexOf(e)+1]).replace("@media","@media not all and")},unit:n,...i}}(r),g=(0,a.A)(f),h=(0,n.A)({breakpoints:m,direction:"ltr",components:{},palette:{mode:"light",...u},spacing:g,shape:{...i,...d}},p);return(h=(0,o.Ay)(h)).applyStyles=c,(h=t.reduce((e,t)=>(0,n.A)(e,t),h)).unstable_sxConfig={...s.A,...p?.unstable_sxConfig},h.unstable_sx=function(e){return(0,l.A)({sx:e,theme:this})},h}},40391:function(e,t,r){function n(e,t){if(!e.containerQueries)return t;let r=Object.keys(t).filter(e=>e.startsWith("@container")).sort((e,t)=>{let r=/min-width:\s*([0-9.]+)/;return(e.match(r)?.[1]||0)-(t.match(r)?.[1]||0)});return r.length?r.reduce((e,r)=>{let n=t[r];return delete e[r],e[r]=n,e},{...t}):t}function o(e,t){return"@"===t||t.startsWith("@")&&(e.some(e=>t.startsWith(`@${e}`))||!!t.match(/^@\d/))}function i(e,t){let r=t.match(/^@([^/]+)?\/?(.+)?$/);if(!r)return null;let[,n,o]=r,i=Number.isNaN(+n)?n||0:+n;return e.containerQueries(o).up(i)}function a(e){let t=(e,t)=>e.replace("@media",t?`@container ${t}`:"@container");function r(r,n){r.up=(...r)=>t(e.breakpoints.up(...r),n),r.down=(...r)=>t(e.breakpoints.down(...r),n),r.between=(...r)=>t(e.breakpoints.between(...r),n),r.only=(...r)=>t(e.breakpoints.only(...r),n),r.not=(...r)=>{let o=t(e.breakpoints.not(...r),n);return o.includes("not all and")?o.replace("not all and ","").replace("min-width:","width<").replace("max-width:","width>").replace("and","or"):o}}let n={},o=e=>(r(n,e),n);return r(o),{...e,containerQueries:o}}r.d(t,{Ay:()=>a,CT:()=>i,_S:()=>n,ob:()=>o})},57255:function(e,t,r){r.d(t,{A:()=>o});var n=r(6121);let o=function(e,t){return t?(0,n.A)(e,t,{clone:!1}):e}},46826:function(e,t,r){r.d(t,{A:()=>o});var n=r(41535);function o(e){let{variants:t,...r}=e,o={variants:t,style:(0,n.tT)(r),isProcessed:!0};return o.style===r||t&&t.forEach(e=>{"function"!=typeof e.style&&(e.style=(0,n.tT)(e.style))}),o}},89187:function(e,t,r){let n;r.d(t,{Lc:()=>A,Ms:()=>v,_W:()=>y,MA:()=>g,LX:()=>h});var o,i=r(85351),a=r(95279),l=r(57255);let s={m:"margin",p:"padding"},c={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},u={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},f=(o=e=>{if(e.length>2)if(!u[e])return[e];else e=u[e];let[t,r]=e.split(""),n=s[t],o=c[r]||"";return Array.isArray(o)?o.map(e=>n+e):[n+o]},n={},e=>(void 0===n[e]&&(n[e]=o(e)),n[e])),d=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],p=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],m=[...d,...p];function g(e,t,r,n){let o=(0,a.Yn)(e,t,!0)??r;return"number"==typeof o||"string"==typeof o?e=>"string"==typeof e?e:"string"==typeof o?`calc(${e} * ${o})`:o*e:Array.isArray(o)?e=>{if("string"==typeof e)return e;let t=o[Math.abs(e)];return e>=0?t:"number"==typeof t?-t:`-${t}`}:"function"==typeof o?o:()=>void 0}function h(e){return g(e,"spacing",8,"spacing")}function y(e,t){return"string"==typeof t||null==t?t:e(t)}function b(e,t){let r=h(e.theme);return Object.keys(e).map(n=>(function(e,t,r,n){var o;if(!t.includes(r))return null;let a=(o=f(r),e=>o.reduce((t,r)=>(t[r]=y(n,e),t),{})),l=e[r];return(0,i.NI)(e,l,a)})(e,t,n,r)).reduce(l.A,{})}function A(e){return b(e,d)}function v(e){return b(e,p)}function k(e){return b(e,m)}A.propTypes={},A.filterProps=d,v.propTypes={},v.filterProps=p,k.propTypes={},k.filterProps=m},95279:function(e,t,r){r.d(t,{Ay:()=>l,BO:()=>a,Yn:()=>i});var n=r(85235),o=r(85351);function i(e,t,r=!0){if(!t||"string"!=typeof t)return null;if(e&&e.vars&&r){let r=`vars.${t}`.split(".").reduce((e,t)=>e&&e[t]?e[t]:null,e);if(null!=r)return r}return t.split(".").reduce((e,t)=>e&&null!=e[t]?e[t]:null,e)}function a(e,t,r,n=r){let o;return o="function"==typeof e?e(r):Array.isArray(e)?e[r]||n:i(e,r)||n,t&&(o=t(o,n,e)),o}let l=function(e){let{prop:t,cssProperty:r=e.prop,themeKey:l,transform:s}=e,c=e=>{if(null==e[t])return null;let c=e[t],u=i(e.theme,l)||{};return(0,o.NI)(e,c,e=>{let o=a(u,s,e);return(e===o&&"string"==typeof e&&(o=a(u,s,`${t}${"default"===e?"":(0,n.A)(e)}`,e)),!1===r)?o:{[r]:o}})};return c.propTypes={},c.filterProps=[t],c}},73126:function(e,t,r){r.d(t,{A:()=>N});var n=r(89187),o=r(95279),i=r(57255);let a=function(...e){let t=e.reduce((e,t)=>(t.filterProps.forEach(r=>{e[r]=t}),e),{}),r=e=>Object.keys(e).reduce((r,n)=>t[n]?(0,i.A)(r,t[n](e)):r,{});return r.propTypes={},r.filterProps=e.reduce((e,t)=>e.concat(t.filterProps),[]),r};var l=r(85351);function s(e){return"number"!=typeof e?e:`${e}px solid`}function c(e,t){return(0,o.Ay)({prop:e,themeKey:"borders",transform:t})}let u=c("border",s),f=c("borderTop",s),d=c("borderRight",s),p=c("borderBottom",s),m=c("borderLeft",s),g=c("borderColor"),h=c("borderTopColor"),y=c("borderRightColor"),b=c("borderBottomColor"),A=c("borderLeftColor"),v=c("outline",s),k=c("outlineColor"),S=e=>{if(void 0!==e.borderRadius&&null!==e.borderRadius){let t=(0,n.MA)(e.theme,"shape.borderRadius",4,"borderRadius");return(0,l.NI)(e,e.borderRadius,e=>({borderRadius:(0,n._W)(t,e)}))}return null};S.propTypes={},S.filterProps=["borderRadius"],a(u,f,d,p,m,g,h,y,b,A,S,v,k);let C=e=>{if(void 0!==e.gap&&null!==e.gap){let t=(0,n.MA)(e.theme,"spacing",8,"gap");return(0,l.NI)(e,e.gap,e=>({gap:(0,n._W)(t,e)}))}return null};C.propTypes={},C.filterProps=["gap"];let x=e=>{if(void 0!==e.columnGap&&null!==e.columnGap){let t=(0,n.MA)(e.theme,"spacing",8,"columnGap");return(0,l.NI)(e,e.columnGap,e=>({columnGap:(0,n._W)(t,e)}))}return null};x.propTypes={},x.filterProps=["columnGap"];let w=e=>{if(void 0!==e.rowGap&&null!==e.rowGap){let t=(0,n.MA)(e.theme,"spacing",8,"rowGap");return(0,l.NI)(e,e.rowGap,e=>({rowGap:(0,n._W)(t,e)}))}return null};function $(e,t){return"grey"===t?t:e}function j(e){return e<=1&&0!==e?`${100*e}%`:e}w.propTypes={},w.filterProps=["rowGap"],a(C,x,w,(0,o.Ay)({prop:"gridColumn"}),(0,o.Ay)({prop:"gridRow"}),(0,o.Ay)({prop:"gridAutoFlow"}),(0,o.Ay)({prop:"gridAutoColumns"}),(0,o.Ay)({prop:"gridAutoRows"}),(0,o.Ay)({prop:"gridTemplateColumns"}),(0,o.Ay)({prop:"gridTemplateRows"}),(0,o.Ay)({prop:"gridTemplateAreas"}),(0,o.Ay)({prop:"gridArea"})),a((0,o.Ay)({prop:"color",themeKey:"palette",transform:$}),(0,o.Ay)({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:$}),(0,o.Ay)({prop:"backgroundColor",themeKey:"palette",transform:$}));let B=(0,o.Ay)({prop:"width",transform:j}),O=e=>void 0!==e.maxWidth&&null!==e.maxWidth?(0,l.NI)(e,e.maxWidth,t=>{let r=e.theme?.breakpoints?.values?.[t]||l.zu[t];return r?e.theme?.breakpoints?.unit!=="px"?{maxWidth:`${r}${e.theme.breakpoints.unit}`}:{maxWidth:r}:{maxWidth:j(t)}}):null;O.filterProps=["maxWidth"];let T=(0,o.Ay)({prop:"minWidth",transform:j}),M=(0,o.Ay)({prop:"height",transform:j}),I=(0,o.Ay)({prop:"maxHeight",transform:j}),P=(0,o.Ay)({prop:"minHeight",transform:j});(0,o.Ay)({prop:"size",cssProperty:"width",transform:j}),(0,o.Ay)({prop:"size",cssProperty:"height",transform:j}),a(B,O,T,M,I,P,(0,o.Ay)({prop:"boxSizing"}));let N={border:{themeKey:"borders",transform:s},borderTop:{themeKey:"borders",transform:s},borderRight:{themeKey:"borders",transform:s},borderBottom:{themeKey:"borders",transform:s},borderLeft:{themeKey:"borders",transform:s},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:s},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:S},color:{themeKey:"palette",transform:$},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:$},backgroundColor:{themeKey:"palette",transform:$},p:{style:n.Ms},pt:{style:n.Ms},pr:{style:n.Ms},pb:{style:n.Ms},pl:{style:n.Ms},px:{style:n.Ms},py:{style:n.Ms},padding:{style:n.Ms},paddingTop:{style:n.Ms},paddingRight:{style:n.Ms},paddingBottom:{style:n.Ms},paddingLeft:{style:n.Ms},paddingX:{style:n.Ms},paddingY:{style:n.Ms},paddingInline:{style:n.Ms},paddingInlineStart:{style:n.Ms},paddingInlineEnd:{style:n.Ms},paddingBlock:{style:n.Ms},paddingBlockStart:{style:n.Ms},paddingBlockEnd:{style:n.Ms},m:{style:n.Lc},mt:{style:n.Lc},mr:{style:n.Lc},mb:{style:n.Lc},ml:{style:n.Lc},mx:{style:n.Lc},my:{style:n.Lc},margin:{style:n.Lc},marginTop:{style:n.Lc},marginRight:{style:n.Lc},marginBottom:{style:n.Lc},marginLeft:{style:n.Lc},marginX:{style:n.Lc},marginY:{style:n.Lc},marginInline:{style:n.Lc},marginInlineStart:{style:n.Lc},marginInlineEnd:{style:n.Lc},marginBlock:{style:n.Lc},marginBlockStart:{style:n.Lc},marginBlockEnd:{style:n.Lc},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:C},rowGap:{style:w},columnGap:{style:x},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:j},maxWidth:{style:O},minWidth:{transform:j},height:{transform:j},maxHeight:{transform:j},minHeight:{transform:j},boxSizing:{},font:{themeKey:"font"},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}}},20523:function(e,t,r){r.d(t,{A:()=>i});var n=r(6121),o=r(73126);function i(e){let t,r,i,{sx:a,...l}=e,{systemProps:s,otherProps:c}=(r={systemProps:{},otherProps:{}},i=l?.theme?.unstable_sxConfig??o.A,Object.keys(l).forEach(e=>{i[e]?r.systemProps[e]=l[e]:r.otherProps[e]=l[e]}),r);return t=Array.isArray(a)?[s,...a]:"function"==typeof a?(...e)=>{let t=a(...e);return(0,n.Q)(t)?{...s,...t}:s}:{...s,...a},{...c,sx:t}}},92927:function(e,t,r){r.d(t,{A:()=>u});var n=r(85235),o=r(57255),i=r(95279),a=r(85351),l=r(40391),s=r(73126);let c=function(){function e(e,t,r,o){let l={[e]:t,theme:r},s=o[e];if(!s)return{[e]:t};let{cssProperty:c=e,themeKey:u,transform:f,style:d}=s;if(null==t)return null;if("typography"===u&&"inherit"===t)return{[e]:t};let p=(0,i.Yn)(r,u)||{};return d?d(l):(0,a.NI)(l,t,t=>{let r=(0,i.BO)(p,f,t);return(t===r&&"string"==typeof t&&(r=(0,i.BO)(p,f,`${e}${"default"===t?"":(0,n.A)(t)}`,t)),!1===c)?r:{[c]:r}})}return function t(r){let{sx:n,theme:i={}}=r||{};if(!n)return null;let c=i.unstable_sxConfig??s.A;function u(r){let n=r;if("function"==typeof r)n=r(i);else if("object"!=typeof r)return r;if(!n)return null;let s=(0,a.EU)(i.breakpoints),u=Object.keys(s),f=s;return Object.keys(n).forEach(r=>{var l;let s=(l=n[r],"function"==typeof l?l(i):l);if(null!=s)if("object"==typeof s)if(c[r])f=(0,o.A)(f,e(r,s,i,c));else{let e=(0,a.NI)({theme:i},s,e=>({[r]:e}));!function(...e){let t=new Set(e.reduce((e,t)=>e.concat(Object.keys(t)),[]));return e.every(e=>t.size===Object.keys(e).length)}(e,s)?f=(0,o.A)(f,e):f[r]=t({sx:s,theme:i})}else f=(0,o.A)(f,e(r,s,i,c))}),(0,l._S)(i,(0,a.vf)(u,f))}return Array.isArray(n)?n.map(u):u(n)}}();c.filterProps=["sx"];let u=c},7939:function(e,t,r){r.d(t,{A:()=>n});let n=(0,r(57867).Ay)()},26041:function(e,t,r){r.d(t,{A:()=>a});var n=r(80787),o=r(45827);let i=(0,n.A)(),a=function(e=i){return(0,o.A)(e)}},70320:function(e,t,r){r.d(t,{A:()=>o});var n=r(52215);function o(e){let{theme:t,name:r,props:o}=e;return t&&t.components&&t.components[r]&&t.components[r].defaultProps?(0,n.A)(t.components[r].defaultProps,o):o}},51327:function(e,t,r){r.d(t,{A:()=>i});var n=r(70320),o=r(26041);function i({props:e,name:t,defaultTheme:r,themeId:i}){let a=(0,o.A)(r);return i&&(a=a[i]||a),(0,n.A)({theme:a,name:t,props:e})}},45827:function(e,t,r){r.d(t,{A:()=>i});var n=r(70451),o=r(69402);let i=function(e=null){let t=n.useContext(o.ThemeContext);return t&&0!==Object.keys(t).length?t:e}},71027:function(e,t,r){let n;r.d(t,{A:()=>i});let o=e=>e,i=(n=o,{configure(e){n=e},generate:e=>n(e),reset(){n=o}})},85235:function(e,t,r){r.d(t,{A:()=>o});var n=r(67425);function o(e){if("string"!=typeof e)throw Error((0,n.A)(7));return e.charAt(0).toUpperCase()+e.slice(1)}},81023:function(e,t,r){r.d(t,{A:()=>n});function n(e,t,r){let n={};for(let o in e){let i=e[o],a="",l=!0;for(let e=0;e<i.length;e+=1){let n=i[e];n&&(a+=(!0===l?"":" ")+t(n),l=!1,r&&r[n]&&(a+=" "+r[n]))}n[o]=a}return n}},6121:function(e,t,r){r.d(t,{A:()=>function e(t,r,a={clone:!0}){let l=a.clone?{...t}:t;return i(t)&&i(r)&&Object.keys(r).forEach(s=>{n.isValidElement(r[s])||(0,o.isValidElementType)(r[s])?l[s]=r[s]:i(r[s])&&Object.prototype.hasOwnProperty.call(t,s)&&i(t[s])?l[s]=e(t[s],r[s],a):a.clone?l[s]=i(r[s])?function e(t){if(n.isValidElement(t)||(0,o.isValidElementType)(t)||!i(t))return t;let r={};return Object.keys(t).forEach(n=>{r[n]=e(t[n])}),r}(r[s]):r[s]:l[s]=r[s]}),l},Q:()=>i});var n=r(70451),o=r(22706);function i(e){if("object"!=typeof e||null===e)return!1;let t=Object.getPrototypeOf(e);return(null===t||t===Object.prototype||null===Object.getPrototypeOf(t))&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}},67425:function(e,t,r){r.d(t,{A:()=>n});function n(e,...t){let r=new URL(`https://mui.com/production-error/?code=${e}`);return t.forEach(e=>r.searchParams.append("args[]",e)),`Minified MUI error #${e}; visit ${r} for the full message.`}},46733:function(e,t,r){r.d(t,{Ay:()=>i});var n=r(71027);let o={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function i(e,t,r="Mui"){let a=o[t];return a?`${r}-${a}`:`${n.A.generate(e)}-${t}`}},29009:function(e,t,r){r.d(t,{A:()=>o});var n=r(46733);function o(e,t,r="Mui"){let i={};return t.forEach(t=>{i[t]=(0,n.Ay)(e,t,r)}),i}},52215:function(e,t,r){r.d(t,{A:()=>function e(t,r){let n={...r};for(let o in t)if(Object.prototype.hasOwnProperty.call(t,o))if("components"===o||"slots"===o)n[o]={...t[o],...n[o]};else if("componentsProps"===o||"slotProps"===o){let i=t[o],a=r[o];if(a)if(i)for(let t in n[o]={...a},i)Object.prototype.hasOwnProperty.call(i,t)&&(n[o][t]=e(i[t],a[t]));else n[o]=a;else n[o]=i||{}}else void 0===n[o]&&(n[o]=t[o]);return n}})},22706:function(e,t){var r=Symbol.for("react.transitional.element"),n=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler");Symbol.for("react.provider");var l=Symbol.for("react.consumer"),s=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),f=Symbol.for("react.suspense_list"),d=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),m=Symbol.for("react.offscreen"),g=Symbol.for("react.client.reference");t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===a||e===i||e===u||e===f||e===m||"object"==typeof e&&null!==e&&(e.$$typeof===p||e.$$typeof===d||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||void 0!==e.getModuleId)||!1}},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)}},49257:function(e,t,r){r.d(t,{A:()=>n});function n(e,t){if(null==e)return{};var r={};for(var n in e)if(({}).hasOwnProperty.call(e,n)){if(-1!==t.indexOf(n))continue;r[n]=e[n]}return r}},11750:function(e,t,r){r.d(t,{A:()=>n});let n=function(){for(var e,t,r=0,n="",o=arguments.length;r<o;r++)(e=arguments[r])&&(t=function e(t){var r,n,o="";if("string"==typeof t||"number"==typeof t)o+=t;else if("object"==typeof t)if(Array.isArray(t)){var i=t.length;for(r=0;r<i;r++)t[r]&&(n=e(t[r]))&&(o&&(o+=" "),o+=n)}else for(n in t)t[n]&&(o&&(o+=" "),o+=n);return o}(e))&&(n&&(n+=" "),n+=t);return n}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_Loki=self.chunk_Loki||[]).push([["9836"],{33868:function(e,t,r){r.d(t,{A:()=>m});var l=r(70451),o=r(11750),n=r(81023),i=r(1337),a=r(24726),s=r(77308),c=r(23434),d=r(72052),u=r(29009),p=r(46733);function f(e){return(0,p.Ay)("MuiTab",e)}let b=(0,u.A)("MuiTab",["root","labelIcon","textColorInherit","textColorPrimary","textColorSecondary","selected","disabled","fullWidth","wrapped","iconWrapper","icon"]);var h=r(62540);let v=(0,s.A)(i.A,{name:"MuiTab",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.label&&r.icon&&t.labelIcon,t[`textColor${(0,a.A)(r.textColor)}`],r.fullWidth&&t.fullWidth,r.wrapped&&t.wrapped,{[`& .${b.iconWrapper}`]:t.iconWrapper},{[`& .${b.icon}`]:t.icon}]}})((0,c.A)(({theme:e})=>({...e.typography.button,maxWidth:360,minWidth:90,position:"relative",minHeight:48,flexShrink:0,padding:"12px 16px",overflow:"hidden",whiteSpace:"normal",textAlign:"center",lineHeight:1.25,variants:[{props:({ownerState:e})=>e.label&&("top"===e.iconPosition||"bottom"===e.iconPosition),style:{flexDirection:"column"}},{props:({ownerState:e})=>e.label&&"top"!==e.iconPosition&&"bottom"!==e.iconPosition,style:{flexDirection:"row"}},{props:({ownerState:e})=>e.icon&&e.label,style:{minHeight:72,paddingTop:9,paddingBottom:9}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"top"===t,style:{[`& > .${b.icon}`]:{marginBottom:6}}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"bottom"===t,style:{[`& > .${b.icon}`]:{marginTop:6}}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"start"===t,style:{[`& > .${b.icon}`]:{marginRight:e.spacing(1)}}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"end"===t,style:{[`& > .${b.icon}`]:{marginLeft:e.spacing(1)}}},{props:{textColor:"inherit"},style:{color:"inherit",opacity:.6,[`&.${b.selected}`]:{opacity:1},[`&.${b.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity}}},{props:{textColor:"primary"},style:{color:(e.vars||e).palette.text.secondary,[`&.${b.selected}`]:{color:(e.vars||e).palette.primary.main},[`&.${b.disabled}`]:{color:(e.vars||e).palette.text.disabled}}},{props:{textColor:"secondary"},style:{color:(e.vars||e).palette.text.secondary,[`&.${b.selected}`]:{color:(e.vars||e).palette.secondary.main},[`&.${b.disabled}`]:{color:(e.vars||e).palette.text.disabled}}},{props:({ownerState:e})=>e.fullWidth,style:{flexShrink:1,flexGrow:1,flexBasis:0,maxWidth:"none"}},{props:({ownerState:e})=>e.wrapped,style:{fontSize:e.typography.pxToRem(12)}}]}))),m=l.forwardRef(function(e,t){let r=(0,d.b)({props:e,name:"MuiTab"}),{className:i,disabled:s=!1,disableFocusRipple:c=!1,fullWidth:u,icon:p,iconPosition:b="top",indicator:m,label:y,onChange:A,onClick:x,onFocus:g,selected:S,selectionFollowsFocus:w,textColor:B="inherit",value:C,wrapped:I=!1,...T}=r,E={...r,disabled:s,disableFocusRipple:c,selected:S,icon:!!p,iconPosition:b,label:!!y,fullWidth:u,textColor:B,wrapped:I},M=(e=>{let{classes:t,textColor:r,fullWidth:l,wrapped:o,icon:i,label:s,selected:c,disabled:d}=e,u={root:["root",i&&s&&"labelIcon",`textColor${(0,a.A)(r)}`,l&&"fullWidth",o&&"wrapped",c&&"selected",d&&"disabled"],icon:["iconWrapper","icon"]};return(0,n.A)(u,f,t)})(E),R=p&&y&&l.isValidElement(p)?l.cloneElement(p,{className:(0,o.A)(M.icon,p.props.className)}):p;return(0,h.jsxs)(v,{focusRipple:!c,className:(0,o.A)(M.root,i),ref:t,role:"tab","aria-selected":S,disabled:s,onClick:e=>{!S&&A&&A(e,C),x&&x(e)},onFocus:e=>{w&&!S&&A&&A(e,C),g&&g(e)},ownerState:E,tabIndex:S?0:-1,...T,children:["top"===b||"start"===b?(0,h.jsxs)(l.Fragment,{children:[R,y]}):(0,h.jsxs)(l.Fragment,{children:[y,R]}),m]})})},87034:function(e,t,r){r.d(t,{A:()=>X});var l=r(70451),o=r(11750),n=r(81023),i=r(35216),a=r(77893),s=r(77308),c=r(56599),d=r(23434),u=r(72052),p=r(55403);function f(e){return(1+Math.sin(Math.PI*e-Math.PI/2))/2}var b=r(54382),h=r(63025),v=r(62540);let m={width:99,height:99,position:"absolute",top:-9999,overflow:"scroll"};var y=r(96913),A=r(70776),x=r(1337),g=r(29009),S=r(46733);function w(e){return(0,S.Ay)("MuiTabScrollButton",e)}let B=(0,g.A)("MuiTabScrollButton",["root","vertical","horizontal","disabled"]),C=(0,s.A)(x.A,{name:"MuiTabScrollButton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.orientation&&t[r.orientation]]}})({width:40,flexShrink:0,opacity:.8,[`&.${B.disabled}`]:{opacity:0},variants:[{props:{orientation:"vertical"},style:{width:"100%",height:40,"& svg":{transform:"var(--TabScrollButton-svgRotate)"}}}]}),I=l.forwardRef(function(e,t){let r=(0,u.b)({props:e,name:"MuiTabScrollButton"}),{className:l,slots:s={},slotProps:c={},direction:d,orientation:p,disabled:f,...b}=r,h=(0,i.I)(),m={isRtl:h,...r},x=(e=>{let{classes:t,orientation:r,disabled:l}=e;return(0,n.A)({root:["root",r,l&&"disabled"]},w,t)})(m),g=s.StartScrollButtonIcon??y.A,S=s.EndScrollButtonIcon??A.A,B=(0,a.A)({elementType:g,externalSlotProps:c.startScrollButtonIcon,additionalProps:{fontSize:"small"},ownerState:m}),I=(0,a.A)({elementType:S,externalSlotProps:c.endScrollButtonIcon,additionalProps:{fontSize:"small"},ownerState:m});return(0,v.jsx)(C,{component:"div",className:(0,o.A)(x.root,l),ref:t,role:null,ownerState:m,tabIndex:null,...b,style:{...b.style,..."vertical"===p&&{"--TabScrollButton-svgRotate":`rotate(${h?-90:90}deg)`}},children:"left"===d?(0,v.jsx)(g,{...B}):(0,v.jsx)(S,{...I})})});var T=r(32398),E=r(22857),M=r(1092),R=r(73397);let W=(e,t)=>e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:e.firstChild,k=(e,t)=>e===t?e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:e.lastChild,L=(e,t,r)=>{let l=!1,o=r(e,t);for(;o;){if(o===e.firstChild){if(l)return;l=!0}let t=o.disabled||"true"===o.getAttribute("aria-disabled");if(o.hasAttribute("tabindex")&&!t)return void o.focus();o=r(e,o)}},P=(0,s.A)("div",{name:"MuiTabs",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[{[`& .${E.A.scrollButtons}`]:t.scrollButtons},{[`& .${E.A.scrollButtons}`]:r.scrollButtonsHideMobile&&t.scrollButtonsHideMobile},t.root,r.vertical&&t.vertical]}})((0,d.A)(({theme:e})=>({overflow:"hidden",minHeight:48,WebkitOverflowScrolling:"touch",display:"flex",variants:[{props:({ownerState:e})=>e.vertical,style:{flexDirection:"column"}},{props:({ownerState:e})=>e.scrollButtonsHideMobile,style:{[`& .${E.A.scrollButtons}`]:{[e.breakpoints.down("sm")]:{display:"none"}}}}]}))),$=(0,s.A)("div",{name:"MuiTabs",slot:"Scroller",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.scroller,r.fixed&&t.fixed,r.hideScrollbar&&t.hideScrollbar,r.scrollableX&&t.scrollableX,r.scrollableY&&t.scrollableY]}})({position:"relative",display:"inline-block",flex:"1 1 auto",whiteSpace:"nowrap",variants:[{props:({ownerState:e})=>e.fixed,style:{overflowX:"hidden",width:"100%"}},{props:({ownerState:e})=>e.hideScrollbar,style:{scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}}},{props:({ownerState:e})=>e.scrollableX,style:{overflowX:"auto",overflowY:"hidden"}},{props:({ownerState:e})=>e.scrollableY,style:{overflowY:"auto",overflowX:"hidden"}}]}),z=(0,s.A)("div",{name:"MuiTabs",slot:"List",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.list,t.flexContainer,r.vertical&&t.flexContainerVertical,r.centered&&t.centered]}})({display:"flex",variants:[{props:({ownerState:e})=>e.vertical,style:{flexDirection:"column"}},{props:({ownerState:e})=>e.centered,style:{justifyContent:"center"}}]}),j=(0,s.A)("span",{name:"MuiTabs",slot:"Indicator",overridesResolver:(e,t)=>t.indicator})((0,d.A)(({theme:e})=>({position:"absolute",height:2,bottom:0,width:"100%",transition:e.transitions.create(),variants:[{props:{indicatorColor:"primary"},style:{backgroundColor:(e.vars||e).palette.primary.main}},{props:{indicatorColor:"secondary"},style:{backgroundColor:(e.vars||e).palette.secondary.main}},{props:({ownerState:e})=>e.vertical,style:{height:"100%",width:2,right:0}}]}))),H=(0,s.A)(function(e){let{onChange:t,...r}=e,o=l.useRef(),n=l.useRef(null),i=()=>{o.current=n.current.offsetHeight-n.current.clientHeight};return(0,b.A)(()=>{let e=(0,p.A)(()=>{let e=o.current;i(),e!==o.current&&t(o.current)}),r=(0,h.A)(n.current);return r.addEventListener("resize",e),()=>{e.clear(),r.removeEventListener("resize",e)}},[t]),l.useEffect(()=>{i(),t(o.current)},[t]),(0,v.jsx)("div",{style:m,...r,ref:n})})({overflowX:"auto",overflowY:"hidden",scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}}),N={},X=l.forwardRef(function(e,t){let r,s,d=(0,u.b)({props:e,name:"MuiTabs"}),b=(0,c.A)(),m=(0,i.I)(),{"aria-label":y,"aria-labelledby":A,action:x,centered:g=!1,children:S,className:w,component:B="div",allowScrollButtonsMobile:C=!1,indicatorColor:X="primary",onChange:D,orientation:O="horizontal",ScrollButtonComponent:Y,scrollButtons:F="auto",selectionFollowsFocus:V,slots:K={},slotProps:q={},TabIndicatorProps:_={},TabScrollButtonProps:G={},textColor:U="primary",value:J,variant:Q="standard",visibleScrollbar:Z=!1,...ee}=d,et="scrollable"===Q,er="vertical"===O,el=er?"scrollTop":"scrollLeft",eo=er?"top":"left",en=er?"bottom":"right",ei=er?"clientHeight":"clientWidth",ea=er?"height":"width",es={...d,component:B,allowScrollButtonsMobile:C,indicatorColor:X,orientation:O,vertical:er,scrollButtons:F,textColor:U,variant:Q,visibleScrollbar:Z,fixed:!et,hideScrollbar:et&&!Z,scrollableX:et&&!er,scrollableY:et&&er,centered:g&&!et,scrollButtonsHideMobile:!C},ec=(e=>{let{vertical:t,fixed:r,hideScrollbar:l,scrollableX:o,scrollableY:i,centered:a,scrollButtonsHideMobile:s,classes:c}=e;return(0,n.A)({root:["root",t&&"vertical"],scroller:["scroller",r&&"fixed",l&&"hideScrollbar",o&&"scrollableX",i&&"scrollableY"],list:["list","flexContainer",t&&"flexContainerVertical",t&&"vertical",a&&"centered"],indicator:["indicator"],scrollButtons:["scrollButtons",s&&"scrollButtonsHideMobile"],scrollableX:[o&&"scrollableX"],hideScrollbar:[l&&"hideScrollbar"]},E.H,c)})(es),ed=(0,a.A)({elementType:K.StartScrollButtonIcon,externalSlotProps:q.startScrollButtonIcon,ownerState:es}),eu=(0,a.A)({elementType:K.EndScrollButtonIcon,externalSlotProps:q.endScrollButtonIcon,ownerState:es}),[ep,ef]=l.useState(!1),[eb,eh]=l.useState(N),[ev,em]=l.useState(!1),[ey,eA]=l.useState(!1),[ex,eg]=l.useState(!1),[eS,ew]=l.useState({overflow:"hidden",scrollbarWidth:0}),eB=new Map,eC=l.useRef(null),eI=l.useRef(null),eT={slots:K,slotProps:{indicator:_,scrollButton:G,...q}},eE=()=>{let e,t,r=eC.current;if(r){let t=r.getBoundingClientRect();e={clientWidth:r.clientWidth,scrollLeft:r.scrollLeft,scrollTop:r.scrollTop,scrollWidth:r.scrollWidth,top:t.top,bottom:t.bottom,left:t.left,right:t.right}}if(r&&!1!==J){let e=eI.current.children;if(e.length>0){let r=e[eB.get(J)];t=r?r.getBoundingClientRect():null}}return{tabsMeta:e,tabMeta:t}},eM=(0,T.A)(()=>{let e,{tabsMeta:t,tabMeta:r}=eE(),l=0;er?(e="top",r&&t&&(l=r.top-t.top+t.scrollTop)):(e=m?"right":"left",r&&t&&(l=(m?-1:1)*(r[e]-t[e]+t.scrollLeft)));let o={[e]:l,[ea]:r?r[ea]:0};if("number"!=typeof eb[e]||"number"!=typeof eb[ea])eh(o);else{let t=Math.abs(eb[e]-o[e]),r=Math.abs(eb[ea]-o[ea]);(t>=1||r>=1)&&eh(o)}}),eR=(e,{animation:t=!0}={})=>{t?function(e,t,r,l={},o=()=>{}){let{ease:n=f,duration:i=300}=l,a=null,s=t[e],c=!1,d=l=>{if(c)return void o(Error("Animation cancelled"));null===a&&(a=l);let u=Math.min(1,(l-a)/i);(t[e]=n(u)*(r-s)+s,u>=1)?requestAnimationFrame(()=>{o(null)}):requestAnimationFrame(d)};s===r?o(Error("Element already at target position")):requestAnimationFrame(d)}(el,eC.current,e,{duration:b.transitions.duration.standard}):eC.current[el]=e},eW=e=>{let t=eC.current[el];er?t+=e:t+=e*(m?-1:1),eR(t)},ek=()=>{let e=eC.current[ei],t=0,r=Array.from(eI.current.children);for(let l=0;l<r.length;l+=1){let o=r[l];if(t+o[ei]>e){0===l&&(t=e);break}t+=o[ei]}return t},[eL,{onChange:eP,...e$}]=(0,R.A)("scrollbar",{className:(0,o.A)(ec.scrollableX,ec.hideScrollbar),elementType:H,shouldForwardComponentProp:!0,externalForwardedProps:eT,ownerState:es}),ez=l.useCallback(e=>{eP?.(e),ew({overflow:null,scrollbarWidth:e})},[eP]),[ej,eH]=(0,R.A)("scrollButtons",{className:(0,o.A)(ec.scrollButtons,G.className),elementType:I,externalForwardedProps:eT,ownerState:es,additionalProps:{orientation:O,slots:{StartScrollButtonIcon:K.startScrollButtonIcon||K.StartScrollButtonIcon,EndScrollButtonIcon:K.endScrollButtonIcon||K.EndScrollButtonIcon},slotProps:{startScrollButtonIcon:ed,endScrollButtonIcon:eu}}}),eN=(0,T.A)(e=>{let{tabsMeta:t,tabMeta:r}=eE();r&&t&&(r[eo]<t[eo]?eR(t[el]+(r[eo]-t[eo]),{animation:e}):r[en]>t[en]&&eR(t[el]+(r[en]-t[en]),{animation:e}))}),eX=(0,T.A)(()=>{et&&!1!==F&&eg(!ex)});l.useEffect(()=>{let e,t,r=(0,p.A)(()=>{eC.current&&eM()}),l=(0,h.A)(eC.current);return l.addEventListener("resize",r),"undefined"!=typeof ResizeObserver&&(e=new ResizeObserver(r),Array.from(eI.current.children).forEach(t=>{e.observe(t)})),"undefined"!=typeof MutationObserver&&(t=new MutationObserver(t=>{t.forEach(t=>{t.removedNodes.forEach(t=>{e?.unobserve(t)}),t.addedNodes.forEach(t=>{e?.observe(t)})}),r(),eX()})).observe(eI.current,{childList:!0}),()=>{r.clear(),l.removeEventListener("resize",r),t?.disconnect(),e?.disconnect()}},[eM,eX]),l.useEffect(()=>{let e=Array.from(eI.current.children),t=e.length;if("undefined"!=typeof IntersectionObserver&&t>0&&et&&!1!==F){let r=e[0],l=e[t-1],o={root:eC.current,threshold:.99},n=new IntersectionObserver(e=>{em(!e[0].isIntersecting)},o);n.observe(r);let i=new IntersectionObserver(e=>{eA(!e[0].isIntersecting)},o);return i.observe(l),()=>{n.disconnect(),i.disconnect()}}},[et,F,ex,S?.length]),l.useEffect(()=>{ef(!0)},[]),l.useEffect(()=>{eM()}),l.useEffect(()=>{eN(N!==eb)},[eN,eb]),l.useImperativeHandle(x,()=>({updateIndicator:eM,updateScrollButtons:eX}),[eM,eX]);let[eD,eO]=(0,R.A)("indicator",{className:(0,o.A)(ec.indicator,_.className),elementType:j,externalForwardedProps:eT,ownerState:es,additionalProps:{style:eb}}),eY=(0,v.jsx)(eD,{...eO}),eF=0,eV=l.Children.map(S,e=>{if(!l.isValidElement(e))return null;let t=void 0===e.props.value?eF:e.props.value;eB.set(t,eF);let r=t===J;return eF+=1,l.cloneElement(e,{fullWidth:"fullWidth"===Q,indicator:r&&!ep&&eY,selected:r,selectionFollowsFocus:V,onChange:D,textColor:U,value:t,...1===eF&&!1===J&&!e.props.tabIndex?{tabIndex:0}:{}})}),eK=((r={}).scrollbarSizeListener=et?(0,v.jsx)(eL,{...e$,onChange:ez}):null,r.scrollButtonStart=(s=et&&("auto"===F&&(ev||ey)||!0===F))?(0,v.jsx)(ej,{direction:m?"right":"left",onClick:()=>{eW(-1*ek())},disabled:!ev,...eH}):null,r.scrollButtonEnd=s?(0,v.jsx)(ej,{direction:m?"left":"right",onClick:()=>{eW(ek())},disabled:!ey,...eH}):null,r),[eq,e_]=(0,R.A)("root",{ref:t,className:(0,o.A)(ec.root,w),elementType:P,externalForwardedProps:{...eT,...ee,component:B},ownerState:es}),[eG,eU]=(0,R.A)("scroller",{ref:eC,className:ec.scroller,elementType:$,externalForwardedProps:eT,ownerState:es,additionalProps:{style:{overflow:eS.overflow,[er?`margin${m?"Left":"Right"}`:"marginBottom"]:Z?void 0:-eS.scrollbarWidth}}}),[eJ,eQ]=(0,R.A)("list",{ref:eI,className:(0,o.A)(ec.list,ec.flexContainer),elementType:z,externalForwardedProps:eT,ownerState:es,getSlotProps:e=>({...e,onKeyDown:t=>{(e=>{let t=eI.current,r=(0,M.A)(t).activeElement;if("tab"!==r.getAttribute("role"))return;let l="horizontal"===O?"ArrowLeft":"ArrowUp",o="horizontal"===O?"ArrowRight":"ArrowDown";switch("horizontal"===O&&m&&(l="ArrowRight",o="ArrowLeft"),e.key){case l:e.preventDefault(),L(t,r,k);break;case o:e.preventDefault(),L(t,r,W);break;case"Home":e.preventDefault(),L(t,null,W);break;case"End":e.preventDefault(),L(t,null,k)}})(t),e.onKeyDown?.(t)}})});return(0,v.jsxs)(eq,{...e_,children:[eK.scrollButtonStart,eK.scrollbarSizeListener,(0,v.jsxs)(eG,{...eU,children:[(0,v.jsx)(eJ,{"aria-label":y,"aria-labelledby":A,"aria-orientation":"vertical"===O?"vertical":null,role:"tablist",...eQ,children:eV}),ep&&eY]}),eK.scrollButtonEnd]})})},22857:function(e,t,r){r.d(t,{A:()=>i,H:()=>n});var l=r(29009),o=r(46733);function n(e){return(0,o.Ay)("MuiTabs",e)}let i=(0,l.A)("MuiTabs",["root","vertical","list","flexContainer","flexContainerVertical","centered","scroller","fixed","scrollableX","scrollableY","hideScrollbar","scrollButtons","scrollButtonsHideMobile","indicator"])},96913:function(e,t,r){r.d(t,{A:()=>n}),r(70451);var l=r(22402),o=r(62540);let n=(0,l.A)((0,o.jsx)("path",{d:"M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"}),"KeyboardArrowLeft")},70776:function(e,t,r){r.d(t,{A:()=>n}),r(70451);var l=r(22402),o=r(62540);let n=(0,l.A)((0,o.jsx)("path",{d:"M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"}),"KeyboardArrowRight")}}]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see __federation_expose_LokiDatasource.3da46ee2.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.chunk_Loki=self.chunk_Loki||[]).push([["4913"],{2192:function(e,t,a){var r=a(70451),n=Symbol.for("react.element"),i=Symbol.for("react.fragment"),s=Object.prototype.hasOwnProperty,o=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};function d(e,t,a){var r,i={},d=null,l=null;for(r in void 0!==a&&(d=""+a),void 0!==t.key&&(d=""+t.key),void 0!==t.ref&&(l=t.ref),t)s.call(t,r)&&!p.hasOwnProperty(r)&&(i[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===i[r]&&(i[r]=t[r]);return{$$typeof:n,type:e,key:d,ref:l,props:i,_owner:o.current}}t.Fragment=i,t.jsx=d,t.jsxs=d},62540:function(e,t,a){e.exports=a(2192)},32637:function(e,t,a){a.r(t),a.d(t,{LokiDatasourceEditor:()=>s,LokiDatasource:()=>o});var r=a(95383),n=a(62540),i=a(76622);function s(e){let{value:t,onChange:a,isReadonly:r}=e;return(0,n.jsx)(i.HTTPSettingsEditor,{value:t,onChange:a,isReadonly:r,initialSpecDirect:{directUrl:""},initialSpecProxy:{proxy:{kind:"HTTPProxy",spec:{allowedEndpoints:[{endpointPattern:"/loki/api/v1/query",method:"GET"},{endpointPattern:"/loki/api/v1/query_range",method:"GET"},{endpointPattern:"/loki/api/v1/labels",method:"GET"},{endpointPattern:"/loki/api/v1/label/([a-zA-Z0-9_-]+)/values",method:"GET"},{endpointPattern:"/loki/api/v1/series",method:"GET"},{endpointPattern:"/loki/api/v1/index/volume",method:"GET"},{endpointPattern:"/loki/api/v1/index/volume_range",method:"GET"},{endpointPattern:"/loki/api/v1/index/stats",method:"GET"},{endpointPattern:"/loki/api/v1/tail",method:"GET"}],url:""}}}})}let o={createClient:(e,t)=>{let{directUrl:a,proxy:n}=e,{proxyUrl:i}=t,s=a??i;if(void 0===s)throw Error("No URL specified for Loki client. You can use directUrl in the spec to configure it.");let o=null==n?void 0:n.spec.headers;return{options:{datasourceUrl:s},query:(e,t)=>(0,r.P)(e,{datasourceUrl:s,headers:t??o}),queryRange:(e,t)=>(0,r.O4)(e,{datasourceUrl:s,headers:t??o}),labels:(e,t,a)=>(0,r.WD)(e,t,{datasourceUrl:s,headers:a??o}),labelValues:(e,t,a,n)=>(0,r.Vx)(e,t,a,{datasourceUrl:s,headers:n??o}),series:(e,t,a,n)=>(0,r.Ul)(e,t,a,{datasourceUrl:s,headers:n??o}),volume:(e,t)=>(0,r.pD)(e,{datasourceUrl:s,headers:t??o}),volumeRange:(e,t)=>(0,r.gX)(e,{datasourceUrl:s,headers:t??o}),indexStats:(e,t,a,n)=>(0,r.I4)(e,t,a,{datasourceUrl:s,headers:n??o})}},OptionsEditorComponent:s,createInitialOptions:()=>({directUrl:""})}},95383:function(e,t,a){async function r(e,t){let a=n("/loki/api/v1/query",t.datasourceUrl);return a.searchParams.append("query",e.query),e.time&&a.searchParams.append("time",e.time),e.direction&&a.searchParams.append("direction",e.direction),e.limit&&a.searchParams.append("limit",e.limit.toString()),(await fetch(a.toString(),{method:"GET",headers:{"Content-Type":"application/json",...t.headers}})).json()}function n(e,t){if(t.startsWith("http://")||t.startsWith("https://"))return new URL(e,t);return new URL(t.endsWith("/")&&e.startsWith("/")?t+e.slice(1):t.endsWith("/")||e.startsWith("/")?t+e:t+"/"+e,window.location.origin)}function i(e){if(e instanceof Date)return Math.floor(e.getTime()/1e3).toString();if("number"==typeof e)return Math.floor(e>1e11?e/1e3:e).toString();if(/^\d+$/.test(e)){let t=Number(e);return Math.floor(t>1e11?t/1e3:t).toString()}return Math.floor(new Date(e).getTime()/1e3).toString()}async function s(e,t){let a=n("/loki/api/v1/query_range",t.datasourceUrl);return a.searchParams.append("query",e.query),a.searchParams.append("start",i(e.start)),a.searchParams.append("end",i(e.end)),e.step&&a.searchParams.append("step",e.step),e.interval&&a.searchParams.append("interval",e.interval),e.direction&&a.searchParams.append("direction",e.direction),e.limit&&a.searchParams.append("limit",e.limit.toString()),(await fetch(a.toString(),{method:"GET",headers:{"Content-Type":"application/json",...t.headers}})).json()}async function o(e,t,a){let r=n("/loki/api/v1/labels",a.datasourceUrl);return e&&r.searchParams.append("start",e),t&&r.searchParams.append("end",t),(await fetch(r.toString(),{method:"GET",headers:{"Content-Type":"application/json",...a.headers}})).json()}async function p(e,t,a,r){let i=n(`/loki/api/v1/label/${e}/values`,r.datasourceUrl);return t&&i.searchParams.append("start",t),a&&i.searchParams.append("end",a),(await fetch(i.toString(),{method:"GET",headers:{"Content-Type":"application/json",...r.headers}})).json()}async function d(e,t,a,r){let i=n("/loki/api/v1/series",r.datasourceUrl);return e.forEach(e=>i.searchParams.append("match[]",e)),t&&i.searchParams.append("start",t),a&&i.searchParams.append("end",a),(await fetch(i.toString(),{method:"GET",headers:{"Content-Type":"application/json",...r.headers}})).json()}async function l(e,t){let a=n("/loki/api/v1/index/volume",t.datasourceUrl);return a.searchParams.append("query",e.query),a.searchParams.append("start",e.start),a.searchParams.append("end",e.end),e.step&&a.searchParams.append("step",e.step),e.limit&&a.searchParams.append("limit",e.limit.toString()),(await fetch(a.toString(),{method:"GET",headers:{"Content-Type":"application/json",...t.headers}})).json()}async function c(e,t){let a=n("/loki/api/v1/index/volume_range",t.datasourceUrl);return a.searchParams.append("query",e.query),a.searchParams.append("start",e.start),a.searchParams.append("end",e.end),e.step&&a.searchParams.append("step",e.step),e.limit&&a.searchParams.append("limit",e.limit.toString()),(await fetch(a.toString(),{method:"GET",headers:{"Content-Type":"application/json",...t.headers}})).json()}async function h(e,t,a,r){let i=n("/loki/api/v1/index/stats",r.datasourceUrl);return i.searchParams.append("query",e),t&&i.searchParams.append("start",t),a&&i.searchParams.append("end",a),(await fetch(i.toString(),{method:"GET",headers:{"Content-Type":"application/json",...r.headers}})).json()}a.d(t,{I4:()=>h,LE:()=>i,O4:()=>s,P:()=>r,Ul:()=>d,Vx:()=>p,WD:()=>o,gX:()=>c,pD:()=>l})}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_Loki=self.chunk_Loki||[]).push([["9830"],{20392:function(e,t,a){a.r(t),a.d(t,{LokiLogQueryEditor:()=>f,getLokiLogData:()=>o,LokiLogQuery:()=>y});var r=a(76622),i=a(7140);let o=async(e,t)=>{if(!e.query)return{logs:{entries:[],totalCount:0},timeRange:{start:t.timeRange.start,end:t.timeRange.end}};let a=(0,r.replaceVariables)(e.query,t.variableState),o=await t.datasourceStore.getDatasourceClient(e.datasource??i.S),{start:n,end:s}=t.timeRange,l=await o.queryRange({query:a,start:n.getTime().toString(),end:s.getTime().toString(),direction:e.direction});if("streams"===l.data.resultType){var u;let e;return{logs:(u=l.data.result,e=[],u.forEach(t=>{t.values.forEach(a=>{let[r,i]=a;e.push({timestamp:Number(r)/1e9,line:i,labels:t.stream})})}),{entries:e,totalCount:e.length}),timeRange:{start:n,end:s},metadata:{executedQueryString:a}}}return{logs:{entries:[],totalCount:0},timeRange:{start:n,end:s}}};var n=a(62540),s=a(315),l=a(54227),u=a(61375),c=a(31729),d=a(70451),g=a(38662),h=a(48612),m=a(63446),x=a(46536),p=a(64383);function f(e){let{onChange:t,value:a}=e,{datasource:o}=a,f=o??i.S,y=(0,r.useDatasourceSelectValueToSelector)(f,x.L),{query:v,handleQueryChange:b,handleQueryBlur:k}=(0,p.Z)(e),{data:L}=(0,r.useDatasourceClient)(y),{absoluteTimeRange:j}=(0,r.useTimeRange)(),w=(0,d.useMemo)(()=>{if(L)return{client:L,timeRange:j}},[L,j]),C=(0,d.useCallback)(e=>{b(e)},[b]);return(0,n.jsxs)(s.A,{spacing:1.5,paddingBottom:1,children:[(0,n.jsxs)("div",{children:[(0,n.jsx)(l.A,{sx:{display:"block",marginBottom:"4px",fontWeight:500},children:"Datasource"}),(0,n.jsx)(r.DatasourceSelect,{datasourcePluginKind:i.N,value:y,onChange:e=>{if(!(0,r.isVariableDatasource)(e)&&e.kind===i.N)return void t((0,g.jM)(a,t=>{t.datasource=(0,x.Aw)(e)?void 0:e}));throw Error("Got unexpected non LokiQuery datasource selection")},label:"Loki Datasource",notched:!0})]}),(0,n.jsxs)("div",{children:[(0,n.jsx)(l.A,{sx:{display:"block",marginBottom:"4px",fontWeight:500},children:"LogQL Query"}),(0,n.jsx)(m.J,{value:v,onChange:C,onBlur:k,onKeyDown:e=>{"Enter"===e.key&&(e.ctrlKey||e.metaKey)&&(e.preventDefault(),t((0,g.jM)(a,e=>{e.query=v})))},placeholder:'Enter LogQL query (e.g. {job="mysql"} |= "error")',completionConfig:w})]}),(0,n.jsx)("div",{children:(0,n.jsx)(h.OptionsEditorControl,{label:"Order",control:(0,n.jsxs)(u.A,{exclusive:!0,value:(null==a?void 0:a.direction)??"backward",onChange:(e,r)=>t((0,g.jM)(a,e=>{e.direction=r})),sx:{height:"36px",marginLeft:"10px",width:"max-content"},children:[(0,n.jsx)(c.A,{"aria-label":"backward",value:"backward",sx:{fontWeight:500},children:"Newest first"}),(0,n.jsx)(c.A,{"aria-label":"forward",value:"forward",sx:{fontWeight:500},children:"Oldest first"})]})})})]})}let y={getLogData:o,OptionsEditorComponent:f,createInitialOptions:()=>({query:""}),dependsOn:e=>({variables:[...new Set([...(0,r.parseVariables)(e.query)])]})}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_Loki=self.chunk_Loki||[]).push([["3206"],{69791:function(e,t,s){s.d(t,{$Z:()=>l,SG:()=>c,a3:()=>m,b5:()=>d,bB:()=>r,eo:()=>p,g3:()=>o,pW:()=>i,qU:()=>y,uV:()=>n,v9:()=>u});var a=s(94461);function r(e){return void 0!==e.pastDuration}function n(e){return void 0!==e.start&&void 0!==e.end}function d(e){let t=e.end??new Date;return{start:(0,a.sub)(t,i(e.pastDuration)),end:t}}let u=/^(?:(\d+)y)?(?:(\d+)w)?(?:(\d+)d)?(?:(\d+)h)?(?:(\d+)m)?(?:(\d+)s)?(?:(\d+)ms)?$/;function i(e){let t=u.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 o(e){return""!==e&&u.test(e)}function l(e){return p(e.end.valueOf()-e.start.valueOf())}function p(e){let t=Math.trunc(e/31536e6);t>0&&(e-=31536e6*t);let s=Math.trunc(e/6048e5);s>0&&(e-=6048e5*s);let a=Math.trunc(e/864e5);a>0&&(e-=864e5*a);let r=Math.trunc(e/36e5);r>0&&(e-=36e5*r);let n=Math.trunc(e/6e4);return n>0&&(e-=6e4*n),{years:t,months:0,weeks:s,days:a,hours:r,minutes:n,seconds:e/1e3}}function m(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 s=Math.trunc(e.seconds);s&&t.push(`${s}s`);let a=Math.round((e.seconds-s)*1e3);a&&t.push(`${a}ms`)}return t.join("")}let M=[{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 c(e){for(let{maxMs:t,roundedStepMs:s}of M)if(e<t)return s;return 15e3}function y(e,t){return c(Math.floor((e.end.valueOf()-e.start.valueOf())/t))}},89337:function(e,t,s){s.r(t),s.d(t,{getLokiTimeSeriesData:()=>u,LokiQueryEditor:()=>h,LokiTimeSeriesQuery:()=>x});var a=s(69791),r=s(76622),n=s(94461),d=s(7140);let u=async(e,t)=>{if(!e.query)return{series:[],timeRange:{start:t.timeRange.start,end:t.timeRange.end},stepMs:15e3};let s=(0,r.replaceVariables)(e.query,t.variableState),u=await t.datasourceStore.getDatasourceClient(e.datasource??d.S),{start:i,end:o}=t.timeRange,l=e.step?function(e){if(!e)return;let t=(0,a.pW)(e);return Math.floor((0,n.milliseconds)(t)/1e3)}(e.step)??15:15,p=function(e,t){let s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:15,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,r=(t-e)/1e3/1e4;return r>1&&(r=Math.ceil(r)),Math.max(a/1e3,s,r)}(i.getTime(),o.getTime(),l,t.suggestedStepMs),m=p<60?`${Math.round(p)}s`:p<3600?`${Math.round(p/60)}m`:`${Math.round(p/3600)}h`,M=1e3*p,c=await u.queryRange({query:s,start:i.getTime().toString(),end:o.getTime().toString(),step:m});return"matrix"===c.data.resultType?{series:c.data.result.map(e=>({name:Object.entries(e.metric).map(e=>{let[t,s]=e;return`${t}=${s}`}).join(", "),values:e.values.map(e=>{let[t,s]=e;return[1e3*Number(t),Number(s)]}),labels:e.metric})),timeRange:{start:i,end:o},stepMs:M,metadata:{executedQueryString:s}}:{series:[],timeRange:{start:i,end:o},stepMs:M}};var i=s(62540),o=s(315),l=s(54227),p=s(70451),m=s(38662),M=s(63446),c=s(46536),y=s(64383);function h(e){let{onChange:t,value:s}=e,{datasource:a}=s,n=a??d.S,u=(0,r.useDatasourceSelectValueToSelector)(n,c.L),{query:h,handleQueryChange:x,handleQueryBlur:S}=(0,y.Z)(e),g=(0,p.useCallback)(e=>{x(e)},[x]);return(0,i.jsxs)(o.A,{spacing:1.5,paddingBottom:1,children:[(0,i.jsxs)("div",{children:[(0,i.jsx)(l.A,{sx:{display:"block",marginBottom:"4px",fontWeight:500},children:"Datasource"}),(0,i.jsx)(r.DatasourceSelect,{datasourcePluginKind:d.N,value:u,onChange:e=>{if(!(0,r.isVariableDatasource)(e)&&e.kind===d.N)return void t((0,m.jM)(s,t=>{t.datasource=e}));throw Error("Got unexpected non LokiQuery datasource selection")},label:"Loki Datasource",notched:!0})]}),(0,i.jsxs)("div",{children:[(0,i.jsx)(l.A,{sx:{display:"block",marginBottom:"4px",fontWeight:500},children:"LogQL Query"}),(0,i.jsx)(M.J,{value:h,onChange:g,onBlur:S,onKeyDown:e=>{"Enter"===e.key&&(e.ctrlKey||e.metaKey)&&(e.preventDefault(),t((0,m.jM)(s,e=>{e.query=h})))},placeholder:'Enter LogQL query (e.g. {job="mysql"} |= "error")'})]})]})}let x={getTimeSeriesData:u,OptionsEditorComponent:h,createInitialOptions:()=>({query:""}),dependsOn:e=>({variables:[...new Set([...(0,r.parseVariables)(e.query)])]})}}}]);
|