@perses-dev/prometheus-plugin 0.52.1 → 0.53.1
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/Prometheus.c0c6219f.js +5 -0
- package/__mf/js/async/1101.9cf067ee.js +73 -0
- package/__mf/js/async/1441.c735f7dd.js +1 -0
- package/__mf/js/async/1576.8eac7ce9.js +1 -0
- package/__mf/js/async/1964.1d168a86.js +2 -0
- package/__mf/js/async/212.69f85c2b.js +1 -0
- package/__mf/js/async/2188.d2c5eadd.js +1 -0
- package/__mf/js/async/2292.57d8fd0d.js +2 -0
- package/__mf/js/async/2675.27451820.js +1 -0
- package/__mf/js/async/3224.b63f87bf.js +1 -0
- package/__mf/js/async/3507.f1653337.js +101 -0
- package/__mf/js/async/3863.7192dfdf.js +2 -0
- package/__mf/js/async/3960.3eedafbd.js +2 -0
- package/__mf/js/async/3980.0b0d272c.js +2 -0
- package/__mf/js/async/4062.06f48b93.js +1 -0
- package/__mf/js/async/4075.88e3f633.js +1 -0
- package/__mf/js/async/4238.422a1b1c.js +1 -0
- package/__mf/js/async/4323.fdf7d039.js +1 -0
- package/__mf/js/async/4368.5aeca58a.js +2 -0
- package/__mf/js/async/4368.5aeca58a.js.LICENSE.txt +15 -0
- package/__mf/js/async/4421.39621b12.js +1 -0
- package/__mf/js/async/4535.f24704ea.js +1 -0
- package/__mf/js/async/4665.cad36935.js +1 -0
- package/__mf/js/async/5214.0fca84ed.js +1 -0
- package/__mf/js/async/5257.ce463cb7.js +1 -0
- package/__mf/js/async/537.82230699.js +1 -0
- package/__mf/js/async/5409.955ffd51.js +1 -0
- package/__mf/js/async/5614.cce8ba96.js +1 -0
- package/__mf/js/async/5724.794828e3.js +1 -0
- package/__mf/js/async/5774.a3fae698.js +1 -0
- package/__mf/js/async/5790.a9b31ca8.js +1 -0
- package/__mf/js/async/5876.1976752d.js +2 -0
- package/__mf/js/async/{3057.e568f9b6.js.LICENSE.txt → 5876.1976752d.js.LICENSE.txt} +1 -23
- package/__mf/js/async/5981.eb502d27.js +2 -0
- package/__mf/js/async/6292.2afe0c6d.js +1 -0
- package/__mf/js/async/6377.c40920f2.js +2 -0
- package/__mf/js/async/6441.38c30276.js +7 -0
- package/__mf/js/async/6441.38c30276.js.LICENSE.txt +21 -0
- package/__mf/js/async/6770.7099bb3b.js +1 -0
- package/__mf/js/async/684.f7b5c16e.js +1 -0
- package/__mf/js/async/694.8462a746.js +1 -0
- package/__mf/js/async/7272.6fa2f127.js +1 -0
- package/__mf/js/async/7376.2e948f2b.js +1 -0
- package/__mf/js/async/738.a1ffff79.js +1 -0
- package/__mf/js/async/7740.a8777825.js +1 -0
- package/__mf/js/async/8045.7f554a45.js +10 -0
- package/__mf/js/async/8216.e689c178.js +1 -0
- package/__mf/js/async/8488.cbbe542b.js +1 -0
- package/__mf/js/async/8587.40df6f5c.js +1 -0
- package/__mf/js/async/8706.9a6f6579.js +1 -0
- package/__mf/js/async/8930.700a5439.js +1 -0
- package/__mf/js/async/9173.915b80af.js +2 -0
- package/__mf/js/async/9550.642ce5ad.js +38 -0
- package/__mf/js/async/9817.70eae424.js +1 -0
- package/__mf/js/async/__federation_expose_PrometheusDatasource.71aecfaf.js +1 -0
- package/__mf/js/async/__federation_expose_PrometheusExplorer.80dd9b47.js +1 -0
- package/__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.86bf76a6.js +1 -0
- package/__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.e5e35f24.js +1 -0
- package/__mf/js/async/__federation_expose_PrometheusPromQLVariable.b2270799.js +1 -0
- package/__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.c29461ad.js +1 -0
- package/__mf/js/main.afd47409.js +5 -0
- package/lib/cjs/components/PromQLEditor.js +1 -0
- package/lib/cjs/components/TreeNode.js +9 -1
- package/lib/cjs/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.js +48 -10
- package/lib/cjs/plugins/prometheus-variables.js +108 -46
- package/lib/components/PromQLEditor.d.ts.map +1 -1
- package/lib/components/PromQLEditor.js +1 -0
- package/lib/components/PromQLEditor.js.map +1 -1
- package/lib/components/TreeNode.js +9 -1
- package/lib/components/TreeNode.js.map +1 -1
- package/lib/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.d.ts.map +1 -1
- package/lib/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.js +48 -10
- package/lib/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.js.map +1 -1
- package/lib/plugins/prometheus-variables.d.ts.map +1 -1
- package/lib/plugins/prometheus-variables.js +115 -47
- package/lib/plugins/prometheus-variables.js.map +1 -1
- package/lib/plugins/test/setup-tests.d.ts.map +1 -0
- package/lib/plugins/test/setup-tests.js.map +1 -0
- package/mf-manifest.json +262 -483
- package/mf-stats.json +270 -491
- package/package.json +8 -8
- package/__mf/js/622.cc663737.js +0 -5
- package/__mf/js/Prometheus.6aae9c64.js +0 -5
- package/__mf/js/async/1465.3b5e12d5.js +0 -1
- package/__mf/js/async/1620.6376bd14.js +0 -2
- package/__mf/js/async/1964.95da06f6.js +0 -2
- package/__mf/js/async/212.bd5d617a.js +0 -1
- package/__mf/js/async/2285.15378f70.js +0 -1
- package/__mf/js/async/2569.daf868a6.js +0 -10
- package/__mf/js/async/2675.99cf926f.js +0 -1
- package/__mf/js/async/3057.e568f9b6.js +0 -7
- package/__mf/js/async/3090.9fb5fe73.js +0 -2
- package/__mf/js/async/3224.23f0dccf.js +0 -1
- package/__mf/js/async/3355.a4dbcdb0.js +0 -1
- package/__mf/js/async/3818.dde21d04.js +0 -1
- package/__mf/js/async/3871.6915e369.js +0 -1
- package/__mf/js/async/3960.129d5ef5.js +0 -2
- package/__mf/js/async/3980.7cea5715.js +0 -2
- package/__mf/js/async/4062.3ab7f987.js +0 -1
- package/__mf/js/async/4075.b77ca1c7.js +0 -1
- package/__mf/js/async/4238.8e4d29d5.js +0 -1
- package/__mf/js/async/4323.4266fd6a.js +0 -1
- package/__mf/js/async/4421.42e889f6.js +0 -1
- package/__mf/js/async/5214.027c4332.js +0 -1
- package/__mf/js/async/528.d364bb0e.js +0 -1
- package/__mf/js/async/5345.1f4fc17b.js +0 -1
- package/__mf/js/async/537.6911ea2e.js +0 -1
- package/__mf/js/async/5503.a728b5d7.js +0 -1
- package/__mf/js/async/5724.6ee6ec51.js +0 -1
- package/__mf/js/async/5769.f14c9663.js +0 -1
- package/__mf/js/async/5774.9b0b6be1.js +0 -1
- package/__mf/js/async/5790.2273e061.js +0 -1
- package/__mf/js/async/5913.4e5abd09.js +0 -73
- package/__mf/js/async/5914.bd342d22.js +0 -74
- package/__mf/js/async/5981.40bed0d0.js +0 -2
- package/__mf/js/async/6292.7b8efa78.js +0 -1
- package/__mf/js/async/6377.ca974d89.js +0 -2
- package/__mf/js/async/6770.adb1c939.js +0 -1
- package/__mf/js/async/684.ca510333.js +0 -1
- package/__mf/js/async/694.f861d67c.js +0 -1
- package/__mf/js/async/7272.a763aa92.js +0 -1
- package/__mf/js/async/7376.c7eb05b9.js +0 -1
- package/__mf/js/async/738.aca54e25.js +0 -1
- package/__mf/js/async/7740.0c5363fd.js +0 -1
- package/__mf/js/async/8488.5237550f.js +0 -1
- package/__mf/js/async/8587.4891ea90.js +0 -1
- package/__mf/js/async/8930.9fbbc975.js +0 -1
- package/__mf/js/async/8980.afe002d4.js +0 -28
- package/__mf/js/async/9173.e8fbead5.js +0 -2
- package/__mf/js/async/9550.e19763f8.js +0 -38
- package/__mf/js/async/__federation_expose_PrometheusDatasource.f9c8cf41.js +0 -1
- package/__mf/js/async/__federation_expose_PrometheusExplorer.171d04eb.js +0 -1
- package/__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.8551745e.js +0 -1
- package/__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.a4085adb.js +0 -1
- package/__mf/js/async/__federation_expose_PrometheusPromQLVariable.46f99477.js +0 -1
- package/__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.fc3c5730.js +0 -1
- package/__mf/js/main.1c9e712b.js +0 -1
- package/lib/test/setup-tests.d.ts.map +0 -1
- package/lib/test/setup-tests.js.map +0 -1
- /package/__mf/css/async/{5263.dacad691.css → 1576.dacad691.css} +0 -0
- /package/__mf/css/async/{6759.dacad691.css → 2188.dacad691.css} +0 -0
- /package/__mf/js/async/{5913.4e5abd09.js.LICENSE.txt → 1101.9cf067ee.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1964.95da06f6.js.LICENSE.txt → 1964.1d168a86.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3090.9fb5fe73.js.LICENSE.txt → 2292.57d8fd0d.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1620.6376bd14.js.LICENSE.txt → 3863.7192dfdf.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3960.129d5ef5.js.LICENSE.txt → 3960.3eedafbd.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3980.7cea5715.js.LICENSE.txt → 3980.0b0d272c.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5981.40bed0d0.js.LICENSE.txt → 5981.eb502d27.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6377.ca974d89.js.LICENSE.txt → 6377.c40920f2.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{2569.daf868a6.js.LICENSE.txt → 8045.7f554a45.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9173.e8fbead5.js.LICENSE.txt → 9173.915b80af.js.LICENSE.txt} +0 -0
- /package/lib/cjs/{test → plugins/test}/setup-tests.js +0 -0
- /package/lib/{test → plugins/test}/setup-tests.d.ts +0 -0
- /package/lib/{test → plugins/test}/setup-tests.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_Prometheus=self.chunk_Prometheus||[]).push([["1441"],{76439:function(e,t,n){n.d(t,{Z:()=>s});var r=n(54538),u=n(96858),i=n(49267),a=n(24105);let l={...r}.useSyncExternalStore;function c(e={}){let{themeId:t}=e;return function(e,n={}){let c=(0,a.Z)();c&&t&&(c=c[t]||c);let s="undefined"!=typeof window&&void 0!==window.matchMedia,{defaultMatches:o=!1,matchMedia:d=s?window.matchMedia:null,ssrMatchMedia:h=null,noSsr:m=!1}=(0,i.Z)({name:"MuiUseMediaQuery",props:n,theme:c}),f="function"==typeof e?e(c):e;return(void 0!==l?function(e,t,n,u,i){let a=r.useCallback(()=>t,[t]),c=r.useMemo(()=>{if(i&&n)return()=>n(e).matches;if(null!==u){let{matches:t}=u(e);return()=>t}return a},[a,e,u,i,n]),[s,o]=r.useMemo(()=>{if(null===n)return[a,()=>()=>{}];let t=n(e);return[()=>t.matches,e=>(t.addEventListener("change",e),()=>{t.removeEventListener("change",e)})]},[a,n,e]);return l(o,s,c)}:function(e,t,n,i,a){let[l,c]=r.useState(()=>a&&n?n(e).matches:i?i(e).matches:t);return(0,u.Z)(()=>{if(!n)return;let t=n(e),r=()=>{c(t.matches)};return r(),t.addEventListener("change",r),()=>{t.removeEventListener("change",r)}},[e,n]),l})(f=f.replace(/^@media( ?)/m,""),o,d,h,m)}}c();let s=c({themeId:n(92994).Z})}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_Prometheus=self.chunk_Prometheus||[]).push([["1576"],{84974:function(e,u,t){var s;u.default=void 0,u.default=(0,((s=t(30265))&&s.__esModule?s:{default:s}).default)("M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z","ChevronRight")}}]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see 1964.1d168a86.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.chunk_Prometheus=self.chunk_Prometheus||[]).push([["1964"],{41535:function(e,t){var r=Symbol.for("react.element"),n=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),u=Symbol.for("react.strict_mode"),c=Symbol.for("react.profiler"),a=Symbol.for("react.provider"),i=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),s=Symbol.for("react.suspense"),l=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),y=Symbol.iterator,d={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},h=Object.assign,_={};function m(e,t,r){this.props=e,this.context=t,this.refs=_,this.updater=r||d}function b(){}function v(e,t,r){this.props=e,this.context=t,this.refs=_,this.updater=r||d}m.prototype.isReactComponent={},m.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},m.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},b.prototype=m.prototype;var S=v.prototype=new b;S.constructor=v,h(S,m.prototype),S.isPureReactComponent=!0;var E=Array.isArray,k=Object.prototype.hasOwnProperty,$={current:null},w={key:!0,ref:!0,__self:!0,__source:!0};function R(e,t,n){var o,u={},c=null,a=null;if(null!=t)for(o in void 0!==t.ref&&(a=t.ref),void 0!==t.key&&(c=""+t.key),t)k.call(t,o)&&!w.hasOwnProperty(o)&&(u[o]=t[o]);var i=arguments.length-2;if(1===i)u.children=n;else if(1<i){for(var f=Array(i),s=0;s<i;s++)f[s]=arguments[s+2];u.children=f}if(e&&e.defaultProps)for(o in i=e.defaultProps)void 0===u[o]&&(u[o]=i[o]);return{$$typeof:r,type:e,key:c,ref:a,props:u,_owner:$.current}}function C(e){return"object"==typeof e&&null!==e&&e.$$typeof===r}var g=/\/+/g;function j(e,t){var r,n;return"object"==typeof e&&null!==e&&null!=e.key?(r=""+e.key,n={"=":"=0",":":"=2"},"$"+r.replace(/[=:]/g,function(e){return n[e]})):t.toString(36)}function P(e,t,o){if(null==e)return e;var u=[],c=0;return!function e(t,o,u,c,a){var i,f,s,l=typeof t;("undefined"===l||"boolean"===l)&&(t=null);var p=!1;if(null===t)p=!0;else switch(l){case"string":case"number":p=!0;break;case"object":switch(t.$$typeof){case r:case n:p=!0}}if(p)return a=a(p=t),t=""===c?"."+j(p,0):c,E(a)?(u="",null!=t&&(u=t.replace(g,"$&/")+"/"),e(a,o,u,"",function(e){return e})):null!=a&&(C(a)&&(i=a,f=u+(!a.key||p&&p.key===a.key?"":(""+a.key).replace(g,"$&/")+"/")+t,a={$$typeof:r,type:i.type,key:f,ref:i.ref,props:i.props,_owner:i._owner}),o.push(a)),1;if(p=0,c=""===c?".":c+":",E(t))for(var d=0;d<t.length;d++){var h=c+j(l=t[d],d);p+=e(l,o,u,h,a)}else if("function"==typeof(h=null===(s=t)||"object"!=typeof s?null:"function"==typeof(s=y&&s[y]||s["@@iterator"])?s:null))for(t=h.call(t),d=0;!(l=t.next()).done;)h=c+j(l=l.value,d++),p+=e(l,o,u,h,a);else if("object"===l)throw Error("Objects are not valid as a React child (found: "+("[object Object]"===(o=String(t))?"object with keys {"+Object.keys(t).join(", ")+"}":o)+"). If you meant to render a collection of children, use an array instead.");return p}(e,u,"","",function(e){return t.call(o,e,c++)}),u}function O(e){if(-1===e._status){var t=e._result;(t=t()).then(function(t){(0===e._status||-1===e._status)&&(e._status=1,e._result=t)},function(t){(0===e._status||-1===e._status)&&(e._status=2,e._result=t)}),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var x={current:null},I={transition:null};function T(){throw Error("act(...) is not supported in production builds of React.")}t.Children={map:P,forEach:function(e,t,r){P(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return P(e,function(){t++}),t},toArray:function(e){return P(e,function(e){return e})||[]},only:function(e){if(!C(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},t.Component=m,t.Fragment=o,t.Profiler=c,t.PureComponent=v,t.StrictMode=u,t.Suspense=s,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED={ReactCurrentDispatcher:x,ReactCurrentBatchConfig:I,ReactCurrentOwner:$},t.act=T,t.cloneElement=function(e,t,n){if(null==e)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var o=h({},e.props),u=e.key,c=e.ref,a=e._owner;if(null!=t){if(void 0!==t.ref&&(c=t.ref,a=$.current),void 0!==t.key&&(u=""+t.key),e.type&&e.type.defaultProps)var i=e.type.defaultProps;for(f in t)k.call(t,f)&&!w.hasOwnProperty(f)&&(o[f]=void 0===t[f]&&void 0!==i?i[f]:t[f])}var f=arguments.length-2;if(1===f)o.children=n;else if(1<f){i=Array(f);for(var s=0;s<f;s++)i[s]=arguments[s+2];o.children=i}return{$$typeof:r,type:e.type,key:u,ref:c,props:o,_owner:a}},t.createContext=function(e){return(e={$$typeof:i,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:a,_context:e},e.Consumer=e},t.createElement=R,t.createFactory=function(e){var t=R.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:f,render:e}},t.isValidElement=C,t.lazy=function(e){return{$$typeof:p,_payload:{_status:-1,_result:e},_init:O}},t.memo=function(e,t){return{$$typeof:l,type:e,compare:void 0===t?null:t}},t.startTransition=function(e){var t=I.transition;I.transition={};try{e()}finally{I.transition=t}},t.unstable_act=T,t.useCallback=function(e,t){return x.current.useCallback(e,t)},t.useContext=function(e){return x.current.useContext(e)},t.useDebugValue=function(){},t.useDeferredValue=function(e){return x.current.useDeferredValue(e)},t.useEffect=function(e,t){return x.current.useEffect(e,t)},t.useId=function(){return x.current.useId()},t.useImperativeHandle=function(e,t,r){return x.current.useImperativeHandle(e,t,r)},t.useInsertionEffect=function(e,t){return x.current.useInsertionEffect(e,t)},t.useLayoutEffect=function(e,t){return x.current.useLayoutEffect(e,t)},t.useMemo=function(e,t){return x.current.useMemo(e,t)},t.useReducer=function(e,t,r){return x.current.useReducer(e,t,r)},t.useRef=function(e){return x.current.useRef(e)},t.useState=function(e){return x.current.useState(e)},t.useSyncExternalStore=function(e,t,r){return x.current.useSyncExternalStore(e,t,r)},t.useTransition=function(){return x.current.useTransition()},t.version="18.3.1"},27378:function(e,t,r){e.exports=r(41535)}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_Prometheus=self.chunk_Prometheus||[]).push([["212"],{35015:function(t,s,e){async function r(...t){let s=await e.g.fetch(...t);if(!1===s.ok){let t=s.headers.get("content-type");if(t?.includes("application/json")){let t=await s.clone().json();if(t.error)throw new a(t.error,s.status);if(t.message)throw new a(t.message,s.status)}let e=await s.clone().text();if(e)throw new a(e,s.status);throw new n(s)}return s}async function o(...t){let s=await r(...t);if(!s.ok)throw new n(s);return await s.json()}e.d(s,{he:()=>r,kp:()=>n,rd:()=>o,yh:()=>a});class n extends Error{status;constructor(t){super(`${t.status} ${t.statusText}`),this.status=t.status,Object.setPrototypeOf(this,n.prototype)}}class a extends Error{status;constructor(t,s){super(t),this.status=s,Object.setPrototypeOf(this,a.prototype)}}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_Prometheus=self.chunk_Prometheus||[]).push([["2188"],{84974:function(e,u,t){var s;u.default=void 0,u.default=(0,((s=t(30265))&&s.__esModule?s:{default:s}).default)("M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z","ChevronRight")}}]);
|