@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 2386.a3cfef97.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.chunk_Loki=self.chunk_Loki||[]).push([["2386"],{2192:function(e,r,o){var t=o(70451),n=Symbol.for("react.element"),f=Symbol.for("react.fragment"),_=Object.prototype.hasOwnProperty,s=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,u={key:!0,ref:!0,__self:!0,__source:!0};function c(e,r,o){var t,f={},c=null,i=null;for(t in void 0!==o&&(c=""+o),void 0!==r.key&&(c=""+r.key),void 0!==r.ref&&(i=r.ref),r)_.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:c,ref:i,props:f,_owner:s.current}}r.Fragment=f,r.jsx=c,r.jsxs=c},62540:function(e,r,o){e.exports=o(2192)},23712:function(){}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_Loki=self.chunk_Loki||[]).push([["3059"],{68150:function(e,t,r){r.d(t,{A:()=>h});var n=r(70451),a=r(11750),l=r(81023),o=r(77308),i=r(72052),u=r(11502),s=r(29009),c=r(46733);function f(e){return(0,c.Ay)("MuiCard",e)}(0,s.A)("MuiCard",["root"]);var p=r(62540);let d=(0,o.A)(u.A,{name:"MuiCard",slot:"Root",overridesResolver:(e,t)=>t.root})({overflow:"hidden"}),h=n.forwardRef(function(e,t){let r=(0,i.b)({props:e,name:"MuiCard"}),{className:n,raised:o=!1,...u}=r,s={...r,raised:o},c=(e=>{let{classes:t}=e;return(0,l.A)({root:["root"]},f,t)})(s);return(0,p.jsx)(d,{className:(0,a.A)(c.root,n),elevation:o?8:void 0,ref:t,ownerState:s,...u})})},57348:function(e,t,r){let n,a,l;function o(e,t,r=!0){return{...e,default:t,decode:(...n)=>{let a=e.decode(...n);return void 0===a||r&&null===a?t:a}}}function i(e,t){if(null==e)return e;if(0===e.length&&(!t||t&&""!==e))return null;let r=e instanceof Array?e[0]:e;return null==r||t||""!==r?r:null}r.d(t,{useQueryParams:()=>S,encodeQueryParams:()=>c,JsonParam:()=>s,withDefault:()=>o,StringParam:()=>u,useQueryParam:()=>w});let u={encode:function(e){return null==e?e:String(e)},decode:function(e){let t=i(e,!0);return null==t?t:String(t)}},s={encode:function(e){return null==e?e:JSON.stringify(e)},decode:function(e){let t=i(e);if(null==t)return t;let r=null;try{r=JSON.parse(t)}catch(e){}return r}};function c(e,t){let r={};for(let n of Object.keys(t)){let a=t[n];e[n]?r[n]=e[n].encode(t[n]):r[n]=null==a?a:String(a)}return r}'{}[],":'.split("").map(e=>[e,encodeURIComponent(e)]);var f=r(70451);let p=new class{constructor(){this.paramsMap=new Map,this.registeredParams=new Map}set(e,t,r,n){this.paramsMap.set(e,{stringified:t,decoded:r,decode:n})}has(e,t,r){if(!this.paramsMap.has(e))return!1;let n=this.paramsMap.get(e);return!!n&&n.stringified===t&&(null==r||n.decode===r)}get(e){var t;if(this.paramsMap.has(e))return null==(t=this.paramsMap.get(e))?void 0:t.decoded}registerParams(e){for(let t of e){let e=this.registeredParams.get(t)||0;this.registeredParams.set(t,e+1)}}unregisterParams(e){for(let t of e){let e=(this.registeredParams.get(t)||0)-1;e<=0?(this.registeredParams.delete(t),this.paramsMap.has(t)&&this.paramsMap.delete(t)):this.registeredParams.set(t,e)}}clear(){this.paramsMap.clear(),this.registeredParams.clear()}};function d(e,t,r,n){var a;if(!r||!t.length)return e;let l={...e},o=!1;for(let e of t)Object.prototype.hasOwnProperty.call(l,e)||(l[e]=null!=(a=r[e])?a:n,o=!0);return o?l:e}let h=Object.prototype.hasOwnProperty;function m(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!=e&&t!=t}function g(e,t,r){var n,a;if(m(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;let l=Object.keys(e),o=Object.keys(t);if(l.length!==o.length)return!1;for(let o=0;o<l.length;o++){let i=null!=(a=null==(n=null==r?void 0:r[l[o]])?void 0:n.equals)?a:m;if(!h.call(t,l[o])||!i(e[l[o]],t[l[o]]))return!1}return!0}function y(e,t,r){let n={};for(let a of Object.keys(t)){let l,o=t[a],i=e[a];if(r.has(a,i,o.decode))l=r.get(a);else{if(l=o.decode(i),o.equals&&r.has(a,i)){let e=r.get(a);o.equals(l,e)&&(l=e)}void 0!==l&&r.set(a,i,l,o.decode)}void 0===l&&void 0!==o.default&&(l=o.default),n[a]=l}return n}function v(){let e;return function(t,r,n){let a=y(t,r,n);return null!=e&&g(e,a)?e:(e=a,a)}}let P={},b=(e,t,r)=>{if(n===t&&l===e&&a===r)return P;n=t,l=e;let o=e(null!=t?t:"");a=r;let i=function(e){if(e)return Object.fromEntries(e.split("\n").map(e=>e.split("\0")))}(r);for(let[e,t]of Object.entries(o)){(null==i?void 0:i[e])&&(delete o[e],o[e=i[e]]=t);let r=P[e];g(t,r)&&(o[e]=r)}return P=o,o},j={adapter:{},options:{searchStringToObject:function(e){let t=new URLSearchParams(e),r={};for(let[e,n]of t)Object.prototype.hasOwnProperty.call(r,e)?Array.isArray(r[e])?r[e].push(n):r[e]=[r[e],n]:r[e]=n;return r},objectToSearchString:function(e){let t=new URLSearchParams;for(let[r,n]of Object.entries(e))if(void 0!==n&&null!==n)if(Array.isArray(n))for(let e of n)t.append(r,null!=e?e:"");else t.append(r,n);return t.toString()},updateType:"pushIn",includeKnownParams:void 0,includeAllParams:!1,removeDefaultsFromUrl:!1,enableBatching:!1,skipUpdateWhenNoChange:!0}},M=f.createContext(j),O=[];function S(e,t){let{adapter:r,options:n}=function(){let e=f.useContext(M);if(void 0===e||e===j)throw Error("useQueryParams must be used within a QueryParamProvider");return e}(),[a]=(0,f.useState)(v),{paramConfigMap:l,options:o}=function(e,t){let r;return{paramConfigMap:r=void 0===e?{}:Array.isArray(e)?Object.fromEntries(e.map(e=>[e,"inherit"])):e,options:t}}(e,t),i=(0,f.useMemo)(()=>{var e;let t;return null==(e=o)&&(e={}),t={...n,...e},e.params&&n.params&&(t.params={...n.params,...e.params}),t},[n,o]),s=function(e,t){var r,n,a;let l={},o=!1,i=Object.keys(e);if(t.includeKnownParams||!1!==t.includeKnownParams&&0===i.length){let e=Object.keys(null!=(r=t.params)?r:{});i.push(...e)}for(let r of i){let i=e[r];if(null!=i&&"object"==typeof i){l[r]=i;continue}o=!0,l[r]=null!=(a=null==(n=t.params)?void 0:n[r])?a:u}return o?l:e}(l,i),h=b(i.searchStringToObject,r.location.search,function(e){let t;for(let r in e)if(e[r].urlName){let n=e[r].urlName,a=`${n}\0${r}`;t?t.push(a):t=[a]}return t?t.join("\n"):void 0}(s));i.includeAllParams&&(s=d(s,Object.keys(h),i.params,u));let m=a(h,s,p),g=Object.keys(s).join("\0");(0,f.useEffect)(()=>{let e=g.split("\0");return p.registerParams(e),()=>{p.unregisterParams(e)}},[g]);let P={adapter:r,paramConfigMap:s,options:i},S=(0,f.useRef)(P);null==S.current&&(S.current=P),(0,f.useEffect)(()=>{S.current.adapter=r,S.current.paramConfigMap=s,S.current.options=i},[r,s,i]);let[w]=(0,f.useState)(()=>(e,t)=>{let{adapter:r,paramConfigMap:n,options:a}=S.current;null==t&&(t=a.updateType),function(e,{immediate:t}={}){O.push(e),1===O.length&&(t?e=>e():e=>setTimeout(()=>e(),0))(()=>{let t,r=O.slice();O.length=0;let n=r[0].currentSearchString;for(let e=0;e<r.length;++e)t=function({changes:e,updateType:t,currentSearchString:r,paramConfigMap:n,options:a}){let l,o,i,{searchStringToObject:u,objectToSearchString:s}=a;null==t&&(t=a.updateType);let f=b(u,r),h=d(n,Object.keys(e),a.params);return o="function"==typeof e?e(y(f,h,p)):e,l=c(h,o),a.removeDefaultsFromUrl&&function(e,t){var r;for(let n in e)(null==(r=t[n])?void 0:r.default)!==void 0&&void 0!==e[n]&&t[n].encode(t[n].default)===e[n]&&(e[n]=void 0)}(l,h),l=function(e,t){var r;let n={};for(let a in e)(null==(r=t[a])?void 0:r.urlName)!=null?n[t[a].urlName]=e[a]:n[a]=e[a];return n}(l,h),(null==(i=s("push"===t||"replace"===t?l:{...f,...l}))?void 0:i.length)&&"?"!==i[0]&&(i=`?${i}`),null!=i?i:""}(0===e?r[e]:{...r[e],currentSearchString:t});e.options.skipUpdateWhenNoChange&&t===n||function({searchString:e,adapter:t,navigate:r,updateType:n}){let a={...t.location,search:e};r&&("string"==typeof n&&n.startsWith("replace")?t.replace(a):t.push(a))}({searchString:null!=t?t:"",adapter:r[r.length-1].adapter,navigate:!0,updateType:r[r.length-1].updateType})})}({changes:e,updateType:t,currentSearchString:r.location.search,paramConfigMap:n,options:a,adapter:r},{immediate:!a.enableBatching})});return[m,w]}let w=(e,t,r)=>{let[n,a]=S((0,f.useMemo)(()=>({[e]:null!=t?t:"inherit"}),[e,t]),r);return[n[e],(0,f.useCallback)((t,r)=>"function"==typeof t?a(r=>{let n=t(r[e]);return{[e]:n}},r):a({[e]:t},r),[e,a])]}}}]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see 3181.d2b90b95.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.chunk_Loki=self.chunk_Loki||[]).push([["3181"],{2192:function(e,r,o){var t=o(70451),n=Symbol.for("react.element"),f=Symbol.for("react.fragment"),_=Object.prototype.hasOwnProperty,s=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,u={key:!0,ref:!0,__self:!0,__source:!0};function l(e,r,o){var t,f={},l=null,c=null;for(t in void 0!==o&&(l=""+o),void 0!==r.key&&(l=""+r.key),void 0!==r.ref&&(c=r.ref),r)_.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:l,ref:c,props:f,_owner:s.current}}r.Fragment=f,r.jsx=l,r.jsxs=l},62540:function(e,r,o){e.exports=o(2192)}}]);
|