@perses-dev/tempo-plugin 0.52.0 → 0.53.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/Tempo.2f6d49a1.js +5 -0
- package/__mf/js/async/1101.0dae4724.js +73 -0
- package/__mf/js/async/1576.83b7de56.js +1 -0
- package/__mf/js/async/1964.e6c5b93b.js +2 -0
- package/__mf/js/async/2292.75e9aa11.js +2 -0
- package/__mf/js/async/2913.f73e6635.js +7 -0
- package/__mf/js/async/2913.f73e6635.js.LICENSE.txt +21 -0
- package/__mf/js/async/2981.8fe4ed12.js +2 -0
- package/__mf/js/async/3224.ce173388.js +1 -0
- package/__mf/js/async/3863.8d56ecec.js +2 -0
- package/__mf/js/async/3960.401ff0b0.js +2 -0
- package/__mf/js/async/3980.4d5490b2.js +2 -0
- package/__mf/js/async/4075.4c5ac93a.js +1 -0
- package/__mf/js/async/4238.7962a7a1.js +1 -0
- package/__mf/js/async/4269.0cfaf9bb.js +2 -0
- package/__mf/js/async/4368.bd6fd0e7.js +2 -0
- package/__mf/js/async/4368.bd6fd0e7.js.LICENSE.txt +15 -0
- package/__mf/js/async/4421.14238d27.js +1 -0
- package/__mf/js/async/4535.7c92d3fd.js +1 -0
- package/__mf/js/async/5214.c44cbfe5.js +1 -0
- package/__mf/js/async/5266.1c520126.js +10 -0
- package/__mf/js/async/5409.676a5f3f.js +1 -0
- package/__mf/js/async/5790.b4d4134d.js +1 -0
- package/__mf/js/async/5876.47f40562.js +2 -0
- package/__mf/js/async/{7832.9f2a70d0.js.LICENSE.txt → 5876.47f40562.js.LICENSE.txt} +1 -23
- package/__mf/js/async/5981.c6edce96.js +2 -0
- package/__mf/js/async/6292.463b4f49.js +1 -0
- package/__mf/js/async/6333.367d6758.js +2 -0
- package/__mf/js/async/6495.eae3d4b4.js +1 -0
- package/__mf/js/async/6527.5341d09f.js +2 -0
- package/__mf/js/async/6751.03514b88.js +1 -0
- package/__mf/js/async/6770.d9c238f2.js +1 -0
- package/__mf/js/async/694.c2c37771.js +1 -0
- package/__mf/js/async/7127.a0877987.js +38 -0
- package/__mf/js/async/7376.588b7a17.js +1 -0
- package/__mf/js/async/738.93d35dc9.js +1 -0
- package/__mf/js/async/7740.0500bfc6.js +1 -0
- package/__mf/js/async/8216.2f92a883.js +1 -0
- package/__mf/js/async/8488.6c9a25e4.js +1 -0
- package/__mf/js/async/8597.d5ba4ca7.js +1 -0
- package/__mf/js/async/8930.dee9777e.js +1 -0
- package/__mf/js/async/9173.69dc268d.js +2 -0
- package/__mf/js/async/9314.4b8565a0.js +2 -0
- package/__mf/js/async/9368.f0418d24.js +101 -0
- package/__mf/js/async/__federation_expose_TempoDatasource.fa3e24f9.js +2 -0
- package/__mf/js/async/__federation_expose_TempoExplorer.9949b25e.js +2 -0
- package/__mf/js/async/__federation_expose_TempoTraceQuery.13537765.js +1 -0
- package/__mf/js/async/lib-router.312ca028.js +2 -0
- package/__mf/js/main.edbb7a5a.js +5 -0
- package/lib/cjs/components/AttributeFilters.js +274 -0
- package/lib/cjs/components/TraceQLEditor.js +9 -3
- package/lib/cjs/components/complete.js +29 -13
- package/lib/cjs/components/filter/filter.js +25 -0
- package/lib/cjs/components/filter/filter_to_traceql.js +66 -0
- package/lib/cjs/components/filter/index.js +32 -0
- package/lib/cjs/components/filter/traceql_to_filter.js +113 -0
- package/lib/cjs/components/index.js +1 -0
- package/lib/cjs/explore/TempoExplorer.js +25 -12
- package/lib/cjs/explore/links.js +77 -0
- package/lib/cjs/plugins/tempo-trace-query/TempoTraceQueryEditor.js +94 -30
- package/lib/cjs/plugins/tempo-trace-query/get-trace-data.js +8 -0
- package/lib/cjs/plugins/tempo-trace-query/query-editor-model.js +3 -44
- package/lib/components/AttributeFilters.d.ts +9 -0
- package/lib/components/AttributeFilters.d.ts.map +1 -0
- package/lib/components/AttributeFilters.js +261 -0
- package/lib/components/AttributeFilters.js.map +1 -0
- package/lib/components/TraceQLEditor.d.ts +3 -3
- package/lib/components/TraceQLEditor.d.ts.map +1 -1
- package/lib/components/TraceQLEditor.js +9 -3
- package/lib/components/TraceQLEditor.js.map +1 -1
- package/lib/components/complete.d.ts +10 -1
- package/lib/components/complete.d.ts.map +1 -1
- package/lib/components/complete.js +26 -7
- package/lib/components/complete.js.map +1 -1
- package/lib/components/filter/filter.d.ts +17 -0
- package/lib/components/filter/filter.d.ts.map +1 -0
- package/lib/components/filter/filter.js +17 -0
- package/lib/components/filter/filter.js.map +1 -0
- package/lib/components/filter/filter_to_traceql.d.ts +9 -0
- package/lib/components/filter/filter_to_traceql.d.ts.map +1 -0
- package/lib/components/filter/filter_to_traceql.js +63 -0
- package/lib/components/filter/filter_to_traceql.js.map +1 -0
- package/lib/components/filter/index.d.ts +4 -0
- package/lib/components/filter/index.d.ts.map +1 -0
- package/lib/components/filter/index.js +17 -0
- package/lib/components/filter/index.js.map +1 -0
- package/lib/components/filter/traceql_to_filter.d.ts +9 -0
- package/lib/components/filter/traceql_to_filter.d.ts.map +1 -0
- package/lib/components/filter/traceql_to_filter.js +110 -0
- package/lib/components/filter/traceql_to_filter.js.map +1 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/index.js +1 -0
- package/lib/components/index.js.map +1 -1
- package/lib/explore/TempoExplorer.d.ts.map +1 -1
- package/lib/explore/TempoExplorer.js +25 -12
- package/lib/explore/TempoExplorer.js.map +1 -1
- package/lib/explore/links.d.ts +3 -0
- package/lib/explore/links.d.ts.map +1 -0
- package/lib/explore/links.js +63 -0
- package/lib/explore/links.js.map +1 -0
- package/lib/plugins/tempo-trace-query/TempoTraceQueryEditor.d.ts +6 -0
- package/lib/plugins/tempo-trace-query/TempoTraceQueryEditor.d.ts.map +1 -1
- package/lib/plugins/tempo-trace-query/TempoTraceQueryEditor.js +87 -31
- package/lib/plugins/tempo-trace-query/TempoTraceQueryEditor.js.map +1 -1
- package/lib/plugins/tempo-trace-query/get-trace-data.js +8 -0
- package/lib/plugins/tempo-trace-query/get-trace-data.js.map +1 -1
- package/lib/plugins/tempo-trace-query/query-editor-model.d.ts +0 -9
- package/lib/plugins/tempo-trace-query/query-editor-model.d.ts.map +1 -1
- package/lib/plugins/tempo-trace-query/query-editor-model.js +0 -35
- package/lib/plugins/tempo-trace-query/query-editor-model.js.map +1 -1
- package/mf-manifest.json +104 -265
- package/mf-stats.json +112 -270
- package/package.json +6 -6
- package/__mf/js/1096.c549c391.js +0 -5
- package/__mf/js/Tempo.e7d268a6.js +0 -5
- package/__mf/js/async/1465.21c847e0.js +0 -1
- package/__mf/js/async/1540.089c4f28.js +0 -74
- package/__mf/js/async/1620.45989def.js +0 -2
- package/__mf/js/async/1964.75933dd4.js +0 -2
- package/__mf/js/async/2114.28503adb.js +0 -1
- package/__mf/js/async/2823.df67fd4b.js +0 -2
- package/__mf/js/async/3044.8b419ccf.js +0 -1
- package/__mf/js/async/3090.90251187.js +0 -2
- package/__mf/js/async/3224.8d499a63.js +0 -1
- package/__mf/js/async/3355.8bd6f6bd.js +0 -1
- package/__mf/js/async/3828.d981b319.js +0 -2
- package/__mf/js/async/3960.2228bf7e.js +0 -2
- package/__mf/js/async/3980.c94e78cd.js +0 -2
- package/__mf/js/async/4075.4c40db9f.js +0 -1
- package/__mf/js/async/4238.db631f1f.js +0 -1
- package/__mf/js/async/4289.5e2073e0.js +0 -1
- package/__mf/js/async/4421.07335985.js +0 -1
- package/__mf/js/async/4758.cb86850e.js +0 -1
- package/__mf/js/async/5207.e63b049c.js +0 -2
- package/__mf/js/async/5214.fb1215df.js +0 -1
- package/__mf/js/async/5220.80e3b05e.js +0 -10
- package/__mf/js/async/528.2759052c.js +0 -1
- package/__mf/js/async/5503.6e47fa95.js +0 -1
- package/__mf/js/async/5790.949d8d1c.js +0 -1
- package/__mf/js/async/5913.d10c6185.js +0 -73
- package/__mf/js/async/5924.bfb4b2fd.js +0 -2
- package/__mf/js/async/5981.4700ddf6.js +0 -2
- package/__mf/js/async/6292.2481b399.js +0 -1
- package/__mf/js/async/6770.4b9911ea.js +0 -1
- package/__mf/js/async/694.91676c53.js +0 -1
- package/__mf/js/async/7127.ccd78bd8.js +0 -38
- package/__mf/js/async/7376.a69c2e5a.js +0 -1
- package/__mf/js/async/738.2cdddba7.js +0 -1
- package/__mf/js/async/7740.1ecb3732.js +0 -1
- package/__mf/js/async/7832.9f2a70d0.js +0 -7
- package/__mf/js/async/8485.434a672e.js +0 -28
- package/__mf/js/async/8488.d3005164.js +0 -1
- package/__mf/js/async/8597.07c3a890.js +0 -1
- package/__mf/js/async/8930.ae855fbe.js +0 -1
- package/__mf/js/async/9173.83562213.js +0 -2
- package/__mf/js/async/9478.57f45cd9.js +0 -2
- package/__mf/js/async/__federation_expose_TempoDatasource.4f96e206.js +0 -2
- package/__mf/js/async/__federation_expose_TempoExplorer.eb09c758.js +0 -2
- package/__mf/js/async/__federation_expose_TempoTraceQuery.4183e294.js +0 -1
- package/__mf/js/async/lib-router.46460b13.js +0 -2
- package/__mf/js/main.4498dd88.js +0 -1
- /package/__mf/css/async/{4758.c10cf504.css → 1576.c10cf504.css} +0 -0
- /package/__mf/css/async/{5207.c10cf504.css → 9314.c10cf504.css} +0 -0
- /package/__mf/js/async/{5913.d10c6185.js.LICENSE.txt → 1101.0dae4724.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1964.75933dd4.js.LICENSE.txt → 1964.e6c5b93b.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3090.90251187.js.LICENSE.txt → 2292.75e9aa11.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1620.45989def.js.LICENSE.txt → 2981.8fe4ed12.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{2823.df67fd4b.js.LICENSE.txt → 3863.8d56ecec.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3960.2228bf7e.js.LICENSE.txt → 3960.401ff0b0.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3980.c94e78cd.js.LICENSE.txt → 3980.4d5490b2.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3828.d981b319.js.LICENSE.txt → 4269.0cfaf9bb.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5220.80e3b05e.js.LICENSE.txt → 5266.1c520126.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5981.4700ddf6.js.LICENSE.txt → 5981.c6edce96.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5207.e63b049c.js.LICENSE.txt → 6333.367d6758.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5924.bfb4b2fd.js.LICENSE.txt → 6527.5341d09f.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9173.83562213.js.LICENSE.txt → 9173.69dc268d.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9478.57f45cd9.js.LICENSE.txt → 9314.4b8565a0.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_TempoDatasource.4f96e206.js.LICENSE.txt → __federation_expose_TempoDatasource.fa3e24f9.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_TempoExplorer.eb09c758.js.LICENSE.txt → __federation_expose_TempoExplorer.9949b25e.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{lib-router.46460b13.js.LICENSE.txt → lib-router.312ca028.js.LICENSE.txt} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunkTempo=self.webpackChunkTempo||[]).push([["5790"],{51958:function(e,t,r){r.r(t),r.d(t,{default:()=>g});var n=r(70252),i=r(72116),a=r(42747),o=r(37164),s=r(53211),l=r(54538),c=r(17960),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.Z)(function(e){return d.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&91>e.charCodeAt(2)}),u=function(e){return"theme"!==e},m=function(e){return"string"==typeof e&&e.charCodeAt(0)>96?p:u},f=function(e,t,r){var n;if(t){var i=t.shouldForwardProp;n=e.__emotion_forwardProp&&i?function(t){return e.__emotion_forwardProp(t)&&i(t)}:i}return"function"!=typeof n&&r&&(n=e.__emotion_forwardProp),n},h=function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return(0,s.hC)(t,r,n),(0,o.L)(function(){return(0,s.My)(t,r,n)}),null},g=(function e(t,r){var o,c,d=t.__emotion_real===t,p=d&&t.__emotion_base||t;void 0!==r&&(o=r.label,c=r.target);var u=f(t,r,d),g=u||m(p),y=!g("as");return function(){var v=arguments,k=d&&void 0!==t.__emotion_styles?t.__emotion_styles.slice(0):[];if(void 0!==o&&k.push("label:"+o+";"),null==v[0]||void 0===v[0].raw)k.push.apply(k,v);else{var b=v[0];k.push(b[0]);for(var x=v.length,w=1;w<x;w++)k.push(v[w],b[w])}var _=(0,i.withEmotionCache)(function(e,t,r){var n=y&&e.as||p,o="",d=[],f=e;if(null==e.theme){for(var v in f={},e)f[v]=e[v];f.theme=l.useContext(i.ThemeContext)}"string"==typeof e.className?o=(0,s.fp)(t.registered,d,e.className):null!=e.className&&(o=e.className+" ");var b=(0,a.O)(k.concat(d),t.registered,f);o+=t.key+"-"+b.name,void 0!==c&&(o+=" "+c);var x=y&&void 0===u?m(n):g,w={};for(var _ in e)(!y||"as"!==_)&&x(_)&&(w[_]=e[_]);return w.className=o,r&&(w.ref=r),l.createElement(l.Fragment,null,l.createElement(h,{cache:t,serialized:b,isStringTag:"string"==typeof n}),l.createElement(n,w))});return _.displayName=void 0!==o?o:"Styled("+("string"==typeof p?p:p.displayName||p.name||"Component")+")",_.defaultProps=t.defaultProps,_.__emotion_real=_,_.__emotion_base=p,_.__emotion_styles=k,_.__emotion_forwardProp=u,Object.defineProperty(_,"toString",{value:function(){return"."+c}}),_.withComponent=function(t,i){return e(t,(0,n.Z)({},r,i,{shouldForwardProp:f(_,i,!0)})).apply(void 0,k)},_}}).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)})},37164:function(e,t,r){r.d(t,{L:()=>a,j:()=>o});var n=r(54538),i=!!n.useInsertionEffect&&n.useInsertionEffect,a=i||function(e){return e()},o=i||n.useLayoutEffect},53211:function(e,t,r){function n(e,t,r){var n="";return r.split(" ").forEach(function(r){void 0!==e[r]?t.push(e[r]+";"):r&&(n+=r+" ")}),n}r.d(t,{My:()=>a,fp:()=>n,hC:()=>i});var i=function(e,t,r){var n=e.key+"-"+t.name;!1===r&&void 0===e.registered[n]&&(e.registered[n]=t.styles)},a=function(e,t,r){i(e,t,r);var n=e.key+"-"+t.name;if(void 0===e.inserted[t.name]){var a=t;do e.insert(t===a?"."+n:"",a,e.sheet,!0),a=a.next;while(void 0!==a)}}},70252:function(e,t,r){r.d(t,{Z:()=>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)}}}]);
|