@kong-ui-public/dashboard-renderer 0.31.2 → 0.32.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.
@@ -212,7 +212,8 @@ const O = {
212
212
  const t = e, n = r, i = j(z), { i18n: o } = O.useI18n(), { evaluateFeatureFlag: c } = O.useEvaluateFeatureFlag(), a = c("ma-3043-analytics-chart-kebab-menu", !1), l = v(() => ({
213
213
  type: t.chartOptions.type,
214
214
  stacked: t.chartOptions.stacked ?? !1,
215
- chartDatasetColors: t.chartOptions.chartDatasetColors
215
+ chartDatasetColors: t.chartOptions.chartDatasetColors,
216
+ threshold: t.chartOptions.threshold
216
217
  })), h = v(() => {
217
218
  if (i && i.exploreBaseUrl) {
218
219
  const y = {
@@ -270,7 +271,7 @@ const O = {
270
271
  }, 8, ["context", "query", "query-ready", "refresh-counter"]);
271
272
  };
272
273
  }
273
- }), ce = /* @__PURE__ */ N(dt, [["__scopeId", "data-v-024dd4c4"]]), re = /* @__PURE__ */ T({
274
+ }), ce = /* @__PURE__ */ N(dt, [["__scopeId", "data-v-1bc587d3"]]), re = /* @__PURE__ */ T({
274
275
  __name: "BarChartRenderer",
275
276
  props: {
276
277
  query: {},
@@ -789,6 +790,12 @@ const O = {
789
790
  stacked: {
790
791
  type: "boolean"
791
792
  },
793
+ threshold: {
794
+ type: "object",
795
+ additionalProperties: {
796
+ type: "number"
797
+ }
798
+ },
792
799
  chartDatasetColors: de,
793
800
  syntheticsDataKey: U,
794
801
  chartTitle: K,
@@ -1 +1 @@
1
- (function(s,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("@kong-ui-public/analytics-chart"),require("swrv"),require("axios"),require("@kong-ui-public/i18n"),require("@kong-ui-public/analytics-utilities"),require("@kong-ui-public/analytics-metric-provider"),require("@kong-ui-public/entities-shared"),require("@kong/icons"),require("@kong-ui-public/analytics-config-store")):typeof define=="function"&&define.amd?define(["exports","vue","@kong-ui-public/analytics-chart","swrv","axios","@kong-ui-public/i18n","@kong-ui-public/analytics-utilities","@kong-ui-public/analytics-metric-provider","@kong-ui-public/entities-shared","@kong/icons","@kong-ui-public/analytics-config-store"],e):(s=typeof globalThis<"u"?globalThis:s||self,e(s["kong-ui-public-dashboard-renderer"]={},s.Vue,s["kong-ui-public-analytics-chart"],s.swrv,s.axios,s["kong-ui-public-i18n"],s["kong-ui-public-analytics-utilities"],s["kong-ui-public-analytics-metric-provider"],s["kong-ui-public-entities-shared"],s.KongIcons,s["kong-ui-public-analytics-config-store"]))})(this,function(s,e,w,me,ve,K,g,z,he,fe,ge){"use strict";var M=(t=>(t.VALIDATING="VALIDATING",t.VALIDATING_HAS_DATA="VALIDATING_HAS_DATA",t.PENDING="PENDING",t.SUCCESS="SUCCESS",t.SUCCESS_HAS_DATA="SUCCESS_HAS_DATA",t.ERROR="ERROR",t.STALE_IF_ERROR="STALE_IF_ERROR",t))(M||{});const be=t=>{var n,r,o,c,a;return t?!!((n=Object.keys(t))!=null&&n.length||(r=t.data)!=null&&r.length||(c=(o=t.data)==null?void 0:o.data)!=null&&c.length||!((a=t.data)!=null&&a.data)&&typeof t.data=="object"&&Object.keys(t==null?void 0:t.data).length):!1};function _e(t=e.ref({}),n,r,o=be){const c=e.ref("PENDING");return e.watchEffect(()=>{const a=o(t.value);if(t.value&&a&&r.value){c.value="VALIDATING_HAS_DATA";return}if(t.value&&r.value){c.value="VALIDATING";return}if(t.value&&n.value){c.value="STALE_IF_ERROR";return}if(t.value===void 0&&!n.value){c.value="PENDING";return}if(t.value&&!n.value&&a){c.value="SUCCESS_HAS_DATA";return}if(t.value&&!n.value){c.value="SUCCESS";return}t.value===void 0&&n&&(c.value="ERROR")}),{state:c,swrvState:M}}const ke={renderer:{noQueryBridge:"No query bridge provided. Unable to render dashboard.",trendRange:{"24h":"Last 24-Hour Summary","7d":"Last 7-Day Summary","30d":"Last 30-Day Summary"},edit:"Edit"},queryDataProvider:{timeRangeExceeded:"The time range for this report is outside of your organization's data retention period"},csvExport:{defaultFilename:"Chart Export",exportAsCsv:"Export as CSV"},jumpToExplore:"Explore"};function Ce(){const t=K.createI18n("en-us",ke);return{i18n:t,i18nT:K.i18nTComponent(t)}}const I=170,x="analytics-query-provider",O="{entity-id}",G="{cp-id}",H="{timeframe}",Q=30*1e3;function qe(){const t=e.inject(x);return{evaluateFeatureFlag:(r,o)=>t?t.evaluateFeatureFlagFn(r,o):o}}const S={useI18n:Ce,useEvaluateFeatureFlag:qe},F=e.defineComponent({__name:"QueryDataProvider",props:{context:{},query:{},queryReady:{type:Boolean},refreshCounter:{}},emits:["chart-data","queryComplete"],setup(t,{emit:n}){const r=t,o=n,{i18n:c}=S.useI18n(),a=e.inject(x),d=()=>r.queryReady&&a?JSON.stringify([r.query,r.context,r.refreshCounter]):null,i=new AbortController;e.onUnmounted(()=>{i.abort()});const p=(u,f,_)=>{const C=[];return f&&C.push(...f),C.push(...g.stripUnknownFilters(u,_)),C},{data:m,error:T,isValidating:q}=me(d,async()=>{var u,f,_,C;try{let{datasource:l,...E}=r.query;l||(l="basic");const B=p(l,r.query.filters,r.context.filters),$={datasource:l,query:{...E,time_range:{...r.context.timeSpec,tz:r.context.tz},filters:B}};return a==null?void 0:a.queryFn($,i)}catch(l){D.value=((f=(u=l==null?void 0:l.response)==null?void 0:u.data)==null?void 0:f.message)==="Range not allowed for this tier"?c.t("queryDataProvider.timeRangeExceeded"):((C=(_=l==null?void 0:l.response)==null?void 0:_.data)==null?void 0:C.message)||(l==null?void 0:l.message)}finally{o("queryComplete")}},{refreshInterval:r.context.refreshInterval,revalidateOnFocus:!1}),{state:y,swrvState:k}=_e(m,T,q),D=e.ref(null),h=e.computed(()=>y.value===k.ERROR||!!D.value),b=e.computed(()=>!r.queryReady||[k.PENDING,k.VALIDATING,k.VALIDATING_HAS_DATA].includes(y.value));return e.watch(m,u=>{u&&o("chart-data",u)}),(u,f)=>{const _=e.resolveComponent("KSkeleton"),C=e.resolveComponent("KEmptyState");return b.value||!e.unref(m)&&!h.value?(e.openBlock(),e.createBlock(_,{key:0,class:"chart-skeleton",type:"table"})):h.value?(e.openBlock(),e.createBlock(C,{key:1,"action-button-visible":!1,"data-testid":"chart-empty-state","icon-variant":"error"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(D.value),1)]),_:1})):e.unref(m)?e.renderSlot(u.$slots,"default",{key:2,data:e.unref(m)}):e.createCommentVNode("",!0)}}}),Ee={class:"analytics-chart"},Se=e.defineComponent({__name:"SimpleChartRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{},refreshCounter:{}},setup(t){e.useCssVars(r=>({bc149350:`${r.height}px`}));const n=t;return(r,o)=>(e.openBlock(),e.createBlock(F,{context:r.context,query:r.query,"query-ready":r.queryReady,"refresh-counter":r.refreshCounter},{default:e.withCtx(({data:c})=>[e.createElementVNode("div",Ee,[e.createVNode(e.unref(w.SimpleChart),{"chart-data":c,"chart-options":n.chartOptions,"synthetics-data-key":r.chartOptions.syntheticsDataKey},null,8,["chart-data","chart-options","synthetics-data-key"])])]),_:1},8,["context","query","query-ready","refresh-counter"]))}}),A=(t,n)=>{const r=t.__vccOpts||t;for(const[o,c]of n)r[o]=c;return r},Te=A(Se,[["__scopeId","data-v-e770c4a0"]]),De={class:"analytics-chart"},v=A(e.defineComponent({__name:"BaseAnalyticsChartRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{},refreshCounter:{},extraProps:{}},emits:["edit-tile","chart-data"],setup(t,{emit:n}){const r=t,o=n,c=e.inject(x),{i18n:a}=S.useI18n(),{evaluateFeatureFlag:d}=S.useEvaluateFeatureFlag(),i=d("ma-3043-analytics-chart-kebab-menu",!1),p=e.computed(()=>({type:r.chartOptions.type,stacked:r.chartOptions.stacked??!1,chartDatasetColors:r.chartOptions.chartDatasetColors})),m=e.computed(()=>{if(c&&c.exploreBaseUrl){const y={filters:[...r.context.filters,...r.query.filters??[]],metrics:r.query.metrics??[],dimensions:r.query.dimensions??[],time_range:r.query.time_range||r.context.timeSpec},k=["advanced","ai"].includes(r.query.datasource)?r.query.datasource:"advanced";return`${c.exploreBaseUrl()}?q=${JSON.stringify(y)}&d=${k}&c=${r.chartOptions.type}`}return""}),T=()=>{o("edit-tile")},q=y=>{o("chart-data",y)};return(y,k)=>{const D=e.resolveComponent("KDropdownItem");return e.openBlock(),e.createBlock(F,{context:y.context,query:y.query,"query-ready":y.queryReady,"refresh-counter":y.refreshCounter,onChartData:q},{default:e.withCtx(({data:h})=>[e.createElementVNode("div",De,[e.createVNode(e.unref(w.AnalyticsChart),e.mergeProps({"allow-csv-export":y.chartOptions.allowCsvExport,"chart-data":h,"chart-options":p.value,"chart-title":!e.unref(i)&&y.chartOptions.chartTitle||"","go-to-explore":m.value,"legend-position":"bottom","show-menu":y.context.editable,"synthetics-data-key":y.chartOptions.syntheticsDataKey,"tooltip-title":""},y.extraProps),e.createSlots({_:2},[y.context.editable?{name:"menu-items",fn:e.withCtx(()=>[e.createVNode(D,{onClick:T},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(a).t("renderer.edit")),1)]),_:1})]),key:"0"}:void 0]),1040,["allow-csv-export","chart-data","chart-options","chart-title","go-to-explore","show-menu","synthetics-data-key"])])]),_:1},8,["context","query","query-ready","refresh-counter"])}}}),[["__scopeId","data-v-024dd4c4"]]),U=e.defineComponent({__name:"BarChartRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{},refreshCounter:{}},setup(t){return(n,r)=>(e.openBlock(),e.createBlock(v,{"chart-options":n.chartOptions,context:n.context,"extra-props":{showAnnotations:!1},height:n.height,query:n.query,"query-ready":n.queryReady,"refresh-counter":n.refreshCounter},null,8,["chart-options","context","height","query","query-ready","refresh-counter"]))}}),J=e.defineComponent({__name:"TimeseriesChartRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{},refreshCounter:{}},setup(t){return(n,r)=>(e.openBlock(),e.createBlock(v,{"chart-options":n.chartOptions,context:n.context,height:n.height,query:n.query,"query-ready":n.queryReady,"refresh-counter":n.refreshCounter},null,8,["chart-options","context","height","query","query-ready","refresh-counter"]))}}),xe={class:"metric-card-tile-wrapper"},Ae=A(e.defineComponent({__name:"GoldenSignalsRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{},refreshCounter:{}},setup(t){e.useCssVars(d=>({"3e99e905":e.unref(o)?"90%":"100%","345e89d8":e.unref(o)?"auto":"100%","7fa58fd9":e.unref(o)?"100%":"none"}));const n=t,{evaluateFeatureFlag:r}=S.useEvaluateFeatureFlag(),o=r("ma-3043-analytics-chart-kebab-menu",!1),c=e.computed(()=>{const d=n.context.timeSpec;if(d.type==="absolute")return new g.Timeframe({key:"custom",timeframeText:"custom",display:"custom",startCustom:d.start,endCustom:d.end,timeframeLength:()=>d.end.getTime()-d.start.getTime(),defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["free","plus","enterprise"]});const i=g.TimePeriods.get(d.time_range);if(!i)throw new Error("Unknown time range");return i}),a=e.computed(()=>{var i,p;const d=(i=n.query)==null?void 0:i.datasource;if(d&&d!=="advanced"&&d!=="basic")throw new Error(`Invalid datasource value: ${d}`);return{datasource:(p=n.query)==null?void 0:p.datasource,overrideTimeframe:c.value,tz:n.context.tz,additionalFilter:n.context.filters,longCardTitles:n.chartOptions.longCardTitles,...!o&&{containerTitle:n.chartOptions.chartTitle},...!o&&{description:n.chartOptions.description},percentileLatency:n.chartOptions.percentileLatency,refreshInterval:n.context.refreshInterval,queryReady:n.queryReady,refreshCounter:n.refreshCounter}});return(d,i)=>(e.openBlock(),e.createElementBlock("div",xe,[e.createVNode(e.unref(z.MetricsProvider),e.normalizeProps(e.guardReactiveProps(a.value)),{default:e.withCtx(()=>[e.createVNode(e.unref(z.MetricsConsumer))]),_:1},16)]))}}),[["__scopeId","data-v-84c4c1c8"]]),we="#6c7489",Ie="20px",Y="20px",Re=e.defineComponent({__name:"TopNTableRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{},refreshCounter:{}},setup(t){const n=t,{evaluateFeatureFlag:r}=S.useEvaluateFeatureFlag(),o=r("ma-3043-analytics-chart-kebab-menu",!1),c=a=>{var d;if((d=n.chartOptions)!=null&&d.entityLink)if(a.id.includes(":")){const[i,p]=a.id.split(":");return n.chartOptions.entityLink.replace(G,i).replace(O,p)}else return n.chartOptions.entityLink.replace(O,a.id);return""};return(a,d)=>(e.openBlock(),e.createBlock(F,{context:a.context,query:a.query,"query-ready":a.queryReady,"refresh-counter":a.refreshCounter},{default:e.withCtx(({data:i})=>[e.createVNode(e.unref(w.TopNTable),{data:i,description:!e.unref(o)&&a.chartOptions.description||"","synthetics-data-key":a.chartOptions.syntheticsDataKey,title:!e.unref(o)&&a.chartOptions.chartTitle||""},e.createSlots({_:2},[n.chartOptions.entityLink?{name:"name",fn:e.withCtx(({record:p})=>[e.createVNode(e.unref(he.EntityLink),{"entity-link-data":{id:p.id,label:p.name,deleted:p.deleted},"external-link":c(p)},null,8,["entity-link-data","external-link"])]),key:"0"}:void 0]),1032,["data","description","synthetics-data-key","title"])]),_:1},8,["context","query","query-ready","refresh-counter"]))}}),Be={key:0,class:"tile-header"},Ne={class:"title"},Oe={appearance:"none",class:"kebab-action-menu","data-testid":"kebab-action-menu"},Fe={class:"chart-export-trigger","data-testid":"csv-export-button"},Ve={key:1,class:"header-description"},Pe={class:"tile-content"},Le=A(e.defineComponent({__name:"DashboardTile",props:{definition:{},context:{},height:{default:I},queryReady:{type:Boolean},refreshCounter:{}},emits:["edit-tile"],setup(t,{emit:n}){e.useCssVars(l=>({"6018253a":`${l.height}px`,"313a3e66":q.value?1:0,"7265bedf":q.value?"visible":"hidden"}));const r=parseInt(Y,10),o=t,c=n,a=e.inject(x),{evaluateFeatureFlag:d}=S.useEvaluateFeatureFlag(),{i18n:i}=S.useI18n(),p=d("ma-3043-analytics-chart-kebab-menu",!1),m=e.ref(),T=e.ref(!1),q=e.ref(!1),y=e.computed(()=>{if(a&&a.exploreBaseUrl){const l={filters:[...o.context.filters,...o.definition.query.filters??[]],metrics:o.definition.query.metrics??[],dimensions:o.definition.query.dimensions??[],time_range:o.definition.query.time_range||o.context.timeSpec},E=["advanced","ai"].includes(o.definition.query.datasource)?o.definition.query.datasource:"advanced";return`${a.exploreBaseUrl()}?q=${JSON.stringify(l)}&d=${E}&c=${o.definition.chart.type}`}return""}),k=e.computed(()=>i.t("csvExport.defaultFilename")),D=e.computed(()=>p&&!["golden_signals","top_n","gauge"].includes(o.definition.chart.type)),h={timeseries_line:J,timeseries_bar:J,horizontal_bar:U,vertical_bar:U,gauge:Te,golden_signals:Ae,top_n:Re,slottable:void 0},b=e.computed(()=>{const l=h[o.definition.chart.type];return l&&{component:l,rendererProps:{query:o.definition.query,context:o.context,queryReady:o.queryReady,chartOptions:o.definition.chart,height:o.height-r*2,refreshCounter:o.refreshCounter}}}),u=()=>{c("edit-tile",o.definition)},f=l=>{m.value=l},_=l=>{T.value=l},C=()=>{_(!0)};return(l,E)=>{const B=e.resolveComponent("KDropdownItem"),$=e.resolveComponent("KDropdown");return e.openBlock(),e.createElementBlock("div",{class:"tile-boundary",onMouseenter:E[1]||(E[1]=ye=>q.value=!0),onMouseleave:E[2]||(E[2]=ye=>q.value=!1)},[e.unref(p)&&l.definition.chart.type!=="slottable"?(e.openBlock(),e.createElementBlock("div",Be,[e.createElementVNode("div",Ne,e.toDisplayString(l.definition.chart.chartTitle),1),D.value?(e.openBlock(),e.createBlock($,{key:0,class:"dropdown","data-testid":"chart-action-menu","kpop-attributes":{placement:"bottom-end"}},{items:e.withCtx(()=>[y.value?(e.openBlock(),e.createBlock(B,{key:0,"data-testid":"chart-jump-to-explore",item:{label:e.unref(i).t("jumpToExplore"),to:y.value}},null,8,["item"])):e.createCommentVNode("",!0),"allowCsvExport"in l.definition.chart&&l.definition.chart.allowCsvExport?(e.openBlock(),e.createBlock(B,{key:1,class:"chart-export-button","data-testid":"chart-csv-export",onClick:E[0]||(E[0]=ye=>C())},{default:e.withCtx(()=>[e.createElementVNode("span",Fe,e.toDisplayString(e.unref(i).t("csvExport.exportAsCsv")),1)]),_:1})):e.createCommentVNode("",!0),l.context.editable?(e.openBlock(),e.createBlock(B,{key:2,onClick:u},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(i).t("renderer.edit")),1)]),_:1})):e.createCommentVNode("",!0)]),default:e.withCtx(()=>[e.createElementVNode("button",Oe,[e.createVNode(e.unref(fe.MoreIcon),{color:e.unref(we),size:e.unref(Ie)},null,8,["color","size"])])]),_:1})):"description"in l.definition.chart?(e.openBlock(),e.createElementBlock("div",Ve,e.toDisplayString(l.definition.chart.description),1)):e.createCommentVNode("",!0),T.value?(e.openBlock(),e.createBlock(e.unref(w.CsvExportModal),{key:2,"chart-data":m.value,filename:k.value,onToggleModal:_},null,8,["chart-data","filename"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Pe,[b.value?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(b.value.component),e.mergeProps({key:0},b.value.rendererProps,{onChartData:f}),null,16)):e.createCommentVNode("",!0)])],32)}}}),[["__scopeId","data-v-25af9802"]]),je=(t,n,r)=>{const o=new Map;r.forEach(a=>{const d=a.layout.position.row,i=o.get(d),p=a.layout.size.rows===1&&!!a.layout.size.fitToContent;i===void 0?o.set(d,p):o.set(d,i&&p)});const c=[];for(let a=0;a<t;a++)o.get(a)?c.push("auto"):c.push(`${n}px`);return c},Z=A(e.defineComponent({__name:"GridLayout",props:{gridSize:{type:Object,required:!0},tileHeight:{type:Number,required:!1,default:()=>I},tiles:{type:Array,required:!0}},setup(t){e.useCssVars(i=>({"3bc5e939":t.gridSize.cols,"77aa3028":a.value}));const n=t,r=e.ref(null),o=e.ref(0),c=new ResizeObserver(i=>{window.requestAnimationFrame(()=>{!Array.isArray(i)||!i.length||(o.value=i[0].contentRect.width)})});e.onMounted(()=>{r.value&&c.observe(r.value)}),e.onUnmounted(()=>{r.value&&c.unobserve(r.value)});const a=e.computed(()=>{var p;return je((p=n.gridSize)==null?void 0:p.rows,n.tileHeight,n.tiles).join(" ")}),d=e.computed(()=>n.tiles.map((i,p)=>({key:`tile-${p}`,tile:i,style:{"grid-column-start":i.layout.position.col+1,"grid-column-end":i.layout.position.col+1+i.layout.size.cols,"grid-row-start":i.layout.position.row+1,"grid-row-end":i.layout.position.row+1+i.layout.size.rows}})));return(i,p)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"gridContainer",ref:r,class:"kong-ui-public-grid-layout"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,m=>(e.openBlock(),e.createElementBlock("div",{key:m.key,class:e.normalizeClass(["grid-cell",{"empty-cell":!m.tile}]),style:e.normalizeStyle(m.style)},[e.renderSlot(i.$slots,"tile",{style:e.normalizeStyle(m.style),tile:m.tile},void 0,!0)],6))),128))],512))}}),[["__scopeId","data-v-f43eb7b8"]]),$e={class:"kong-ui-public-dashboard-renderer"},Ke={key:0,class:"tile-container"},ze=A(e.defineComponent({__name:"DashboardRenderer",props:{context:{},config:{}},emits:["edit-tile"],setup(t,{expose:n,emit:r}){const o=t,c=r,{i18n:a}=S.useI18n(),d=e.ref(0),i=e.inject(x);i||(console.warn("Analytics dashboards require a query bridge supplied via provide / inject."),console.warn("Please ensure your application has a query bridge provided under the key 'analytics-query-provider', as described in"),console.warn("https://github.com/Kong/public-ui-components/blob/main/packages/analytics/dashboard-renderer/README.md#requirements"));const p=ge.useAnalyticsConfigStore(),m=e.computed(()=>o.context.timeSpec?o.context.timeSpec:{type:"relative",time_range:p.defaultQueryTimeForOrg}),T=e.computed(()=>!!o.context.timeSpec||!p.loading),q=e.computed(()=>o.config.tiles.map((h,b)=>{var f;let u=h.definition;if("description"in u.chart){const _=(f=u.chart.description)==null?void 0:f.replace(H,()=>{const l=`renderer.trendRange.${m.value.type==="absolute"?"custom":m.value.time_range}`;return a.te(l)?a.t(l):""});u={...u,chart:{...u.chart,description:_}}}return{layout:h.layout,meta:u,id:b}})),y=e.computed(()=>{let{tz:h,refreshInterval:b,editable:u}=o.context;return h||(h=new Intl.DateTimeFormat().resolvedOptions().timeZone),b===void 0&&(b=Q),u===void 0&&(u=!1),{...o.context,tz:h,timeSpec:m.value,refreshInterval:b,editable:u}}),k=h=>{c("edit-tile",h)};return n({refresh:()=>{d.value++}}),(h,b)=>{const u=e.resolveComponent("KAlert");return e.openBlock(),e.createElementBlock("div",$e,[e.unref(i)?(e.openBlock(),e.createBlock(Z,{key:1,"grid-size":h.config.gridSize,"tile-height":h.config.tileHeight,tiles:q.value},{tile:e.withCtx(({tile:f})=>[f.meta.chart.type==="slottable"?(e.openBlock(),e.createElementBlock("div",Ke,[e.renderSlot(h.$slots,f.meta.chart.id,{},void 0,!0)])):(e.openBlock(),e.createBlock(Le,{key:1,class:"tile-container",context:y.value,definition:f.meta,height:f.layout.size.rows*(h.config.tileHeight||e.unref(I))+parseInt(e.unref(Y),10),"query-ready":T.value,"refresh-counter":d.value,onEditTile:_=>k(f)},null,8,["context","definition","height","query-ready","refresh-counter","onEditTile"]))]),_:3},8,["grid-size","tile-height","tiles"])):(e.openBlock(),e.createBlock(u,{key:0,appearance:"danger"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(a).t("renderer.noQueryBridge")),1)]),_:1}))])}}}),[["__scopeId","data-v-26130807"]]),Me=["horizontal_bar","vertical_bar","gauge","timeseries_line","timeseries_bar","golden_signals","top_n","slottable"],N={type:"string"},R={type:"string"},W={type:"boolean"},X={type:["object","array"],items:{type:"string"},additionalProperties:{type:"string"}},ee={type:"object",properties:{type:{type:"string",enum:["slottable"]},id:{type:"string"}},required:["type","id"],additionalProperties:!1},te={type:"object",properties:{type:{type:"string",enum:["horizontal_bar","vertical_bar"]},stacked:{type:"boolean"},chartDatasetColors:X,syntheticsDataKey:N,chartTitle:R,allowCsvExport:W},required:["type"],additionalProperties:!1},re={type:"object",properties:{type:{type:"string",enum:["timeseries_line","timeseries_bar"]},stacked:{type:"boolean"},chartDatasetColors:X,syntheticsDataKey:N,chartTitle:R,allowCsvExport:W},required:["type"],additionalProperties:!1},ne={type:"object",properties:{type:{type:"string",enum:["gauge"]},metricDisplay:{type:"string",enum:Object.values(w.ChartMetricDisplay)},reverseDataset:{type:"boolean"},numerator:{type:"number"},syntheticsDataKey:N,chartTitle:R},required:["type"],additionalProperties:!1},oe={type:"object",properties:{chartTitle:R,syntheticsDataKey:N,type:{type:"string",enum:["top_n"]},description:{type:"string"},entityLink:{type:"string"}},required:["type"],additionalProperties:!1},ae={type:"object",properties:{chartTitle:R,type:{type:"string",enum:["golden_signals"]},longCardTitles:{type:"boolean"},description:{type:"string"},percentileLatency:{type:"boolean"}},required:["type"],additionalProperties:!1},Ge={type:"object",properties:{tz:{type:"string",default:"Etc/UTC"},type:{type:"string",enum:["relative"]},time_range:{type:"string",enum:g.relativeTimeRangeValuesV4,default:"1h"}},required:["type","time_range"],additionalProperties:!1},He={type:"object",description:"A duration representing an exact start and end time.",properties:{tz:{type:"string"},type:{type:"string",enum:["absolute"]},start:{type:"string"},end:{type:"string"}},required:["type","start","end"],additionalProperties:!1},V={granularity:{type:"string",description:'Force time grouping into buckets of this duration. Only has an effect if "time" is in the "dimensions" list.',enum:g.granularityValues},time_range:{type:"object",description:"The time range to query.",anyOf:[Ge,He],default:{type:"relative",time_range:"1h"}},limit:{type:"number"},meta:{type:"object"}},P=t=>({type:"array",description:"List of aggregated metrics to collect across the requested time span.",items:{type:"string",enum:t}}),L=t=>({type:"array",description:"List of attributes or entity types to group by.",minItems:0,maxItems:2,items:{type:"string",enum:t}}),j=t=>({type:"array",description:"A list of filters to apply to the query.",items:{type:"object",description:"A filter that specifies which data to include in the query",properties:{dimension:{type:"string",enum:t},type:{type:"string",enum:g.exploreFilterTypesV2},values:{type:"array",items:{type:["string","number","null"]}}},required:["dimension","type","values"],additionalProperties:!1}}),ie={type:"object",description:"A query to launch at the advanced explore API",properties:{datasource:{type:"string",enum:["advanced"]},metrics:P(g.exploreAggregations),dimensions:L(g.queryableExploreDimensions),filters:j(g.filterableExploreDimensions),...V},required:["datasource"],additionalProperties:!1},se={type:"object",description:"A query to launch at the basic explore API",properties:{datasource:{type:"string",enum:["basic"]},metrics:P(g.basicExploreAggregations),dimensions:L(g.queryableBasicExploreDimensions),filters:j(g.filterableBasicExploreDimensions),...V},required:["datasource"],additionalProperties:!1},ce={type:"object",description:"A query to launch at the AI explore API",properties:{datasource:{type:"string",enum:["ai"]},metrics:P(g.aiExploreAggregations),dimensions:L(g.queryableAiExploreDimensions),filters:j(g.filterableAiExploreDimensions),...V},required:["datasource"],additionalProperties:!1},le={anyOf:[ie,se,ce]},de={type:"object",properties:{query:le,chart:{anyOf:[te,ne,re,ae,oe,ee]}},required:["query","chart"],additionalProperties:!1},pe={type:"object",properties:{position:{type:"object",properties:{col:{type:"number"},row:{type:"number"}},description:"Position of the tile in the grid.",required:["col","row"],additionalProperties:!1},size:{type:"object",properties:{cols:{type:"number"},rows:{type:"number"},fitToContent:{type:"boolean"}},description:"Number of columns and rows the tile occupies. If fitToContent is true for every tile in a row, and each tile only occupies 1 row, then the row will auto-fit to its content.",required:["cols","rows"],additionalProperties:!1}},required:["position","size"],additionalProperties:!1},ue={type:"object",properties:{definition:de,layout:pe},required:["definition","layout"],additionalProperties:!1},Qe={type:"object",properties:{tiles:{type:"array",items:ue},tileHeight:{type:"number",description:`Height of each tile in pixels. Default: ${I}`},gridSize:{type:"object",properties:{cols:{type:"number"},rows:{type:"number"}},description:"Number of columns and rows in the grid.",required:["cols","rows"],additionalProperties:!1}},required:["tiles","gridSize"],additionalProperties:!1};s.CP_ID_TOKEN=G,s.DEFAULT_TILE_HEIGHT=I,s.DEFAULT_TILE_REFRESH_INTERVAL_MS=Q,s.DashboardRenderer=ze,s.ENTITY_ID_TOKEN=O,s.GridLayout=Z,s.INJECT_QUERY_PROVIDER=x,s.TIMEFRAME_TOKEN=H,s.aiQuerySchema=ce,s.barChartSchema=te,s.basicQuerySchema=se,s.dashboardConfigSchema=Qe,s.dashboardTileTypes=Me,s.exploreV4QuerySchema=ie,s.gaugeChartSchema=ne,s.metricCardSchema=ae,s.slottableSchema=ee,s.tileConfigSchema=ue,s.tileDefinitionSchema=de,s.tileLayoutSchema=pe,s.timeseriesChartSchema=re,s.topNTableSchema=oe,s.validDashboardQuery=le,Object.defineProperty(s,Symbol.toStringTag,{value:"Module"})});
1
+ (function(s,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("@kong-ui-public/analytics-chart"),require("swrv"),require("axios"),require("@kong-ui-public/i18n"),require("@kong-ui-public/analytics-utilities"),require("@kong-ui-public/analytics-metric-provider"),require("@kong-ui-public/entities-shared"),require("@kong/icons"),require("@kong-ui-public/analytics-config-store")):typeof define=="function"&&define.amd?define(["exports","vue","@kong-ui-public/analytics-chart","swrv","axios","@kong-ui-public/i18n","@kong-ui-public/analytics-utilities","@kong-ui-public/analytics-metric-provider","@kong-ui-public/entities-shared","@kong/icons","@kong-ui-public/analytics-config-store"],e):(s=typeof globalThis<"u"?globalThis:s||self,e(s["kong-ui-public-dashboard-renderer"]={},s.Vue,s["kong-ui-public-analytics-chart"],s.swrv,s.axios,s["kong-ui-public-i18n"],s["kong-ui-public-analytics-utilities"],s["kong-ui-public-analytics-metric-provider"],s["kong-ui-public-entities-shared"],s.KongIcons,s["kong-ui-public-analytics-config-store"]))})(this,function(s,e,w,me,ve,K,g,z,he,fe,ge){"use strict";var M=(t=>(t.VALIDATING="VALIDATING",t.VALIDATING_HAS_DATA="VALIDATING_HAS_DATA",t.PENDING="PENDING",t.SUCCESS="SUCCESS",t.SUCCESS_HAS_DATA="SUCCESS_HAS_DATA",t.ERROR="ERROR",t.STALE_IF_ERROR="STALE_IF_ERROR",t))(M||{});const be=t=>{var n,r,o,c,a;return t?!!((n=Object.keys(t))!=null&&n.length||(r=t.data)!=null&&r.length||(c=(o=t.data)==null?void 0:o.data)!=null&&c.length||!((a=t.data)!=null&&a.data)&&typeof t.data=="object"&&Object.keys(t==null?void 0:t.data).length):!1};function _e(t=e.ref({}),n,r,o=be){const c=e.ref("PENDING");return e.watchEffect(()=>{const a=o(t.value);if(t.value&&a&&r.value){c.value="VALIDATING_HAS_DATA";return}if(t.value&&r.value){c.value="VALIDATING";return}if(t.value&&n.value){c.value="STALE_IF_ERROR";return}if(t.value===void 0&&!n.value){c.value="PENDING";return}if(t.value&&!n.value&&a){c.value="SUCCESS_HAS_DATA";return}if(t.value&&!n.value){c.value="SUCCESS";return}t.value===void 0&&n&&(c.value="ERROR")}),{state:c,swrvState:M}}const ke={renderer:{noQueryBridge:"No query bridge provided. Unable to render dashboard.",trendRange:{"24h":"Last 24-Hour Summary","7d":"Last 7-Day Summary","30d":"Last 30-Day Summary"},edit:"Edit"},queryDataProvider:{timeRangeExceeded:"The time range for this report is outside of your organization's data retention period"},csvExport:{defaultFilename:"Chart Export",exportAsCsv:"Export as CSV"},jumpToExplore:"Explore"};function Ce(){const t=K.createI18n("en-us",ke);return{i18n:t,i18nT:K.i18nTComponent(t)}}const I=170,x="analytics-query-provider",O="{entity-id}",G="{cp-id}",H="{timeframe}",Q=30*1e3;function qe(){const t=e.inject(x);return{evaluateFeatureFlag:(r,o)=>t?t.evaluateFeatureFlagFn(r,o):o}}const S={useI18n:Ce,useEvaluateFeatureFlag:qe},F=e.defineComponent({__name:"QueryDataProvider",props:{context:{},query:{},queryReady:{type:Boolean},refreshCounter:{}},emits:["chart-data","queryComplete"],setup(t,{emit:n}){const r=t,o=n,{i18n:c}=S.useI18n(),a=e.inject(x),d=()=>r.queryReady&&a?JSON.stringify([r.query,r.context,r.refreshCounter]):null,i=new AbortController;e.onUnmounted(()=>{i.abort()});const p=(u,f,_)=>{const C=[];return f&&C.push(...f),C.push(...g.stripUnknownFilters(u,_)),C},{data:m,error:T,isValidating:q}=me(d,async()=>{var u,f,_,C;try{let{datasource:l,...E}=r.query;l||(l="basic");const B=p(l,r.query.filters,r.context.filters),$={datasource:l,query:{...E,time_range:{...r.context.timeSpec,tz:r.context.tz},filters:B}};return a==null?void 0:a.queryFn($,i)}catch(l){D.value=((f=(u=l==null?void 0:l.response)==null?void 0:u.data)==null?void 0:f.message)==="Range not allowed for this tier"?c.t("queryDataProvider.timeRangeExceeded"):((C=(_=l==null?void 0:l.response)==null?void 0:_.data)==null?void 0:C.message)||(l==null?void 0:l.message)}finally{o("queryComplete")}},{refreshInterval:r.context.refreshInterval,revalidateOnFocus:!1}),{state:y,swrvState:k}=_e(m,T,q),D=e.ref(null),h=e.computed(()=>y.value===k.ERROR||!!D.value),b=e.computed(()=>!r.queryReady||[k.PENDING,k.VALIDATING,k.VALIDATING_HAS_DATA].includes(y.value));return e.watch(m,u=>{u&&o("chart-data",u)}),(u,f)=>{const _=e.resolveComponent("KSkeleton"),C=e.resolveComponent("KEmptyState");return b.value||!e.unref(m)&&!h.value?(e.openBlock(),e.createBlock(_,{key:0,class:"chart-skeleton",type:"table"})):h.value?(e.openBlock(),e.createBlock(C,{key:1,"action-button-visible":!1,"data-testid":"chart-empty-state","icon-variant":"error"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(D.value),1)]),_:1})):e.unref(m)?e.renderSlot(u.$slots,"default",{key:2,data:e.unref(m)}):e.createCommentVNode("",!0)}}}),Ee={class:"analytics-chart"},Se=e.defineComponent({__name:"SimpleChartRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{},refreshCounter:{}},setup(t){e.useCssVars(r=>({bc149350:`${r.height}px`}));const n=t;return(r,o)=>(e.openBlock(),e.createBlock(F,{context:r.context,query:r.query,"query-ready":r.queryReady,"refresh-counter":r.refreshCounter},{default:e.withCtx(({data:c})=>[e.createElementVNode("div",Ee,[e.createVNode(e.unref(w.SimpleChart),{"chart-data":c,"chart-options":n.chartOptions,"synthetics-data-key":r.chartOptions.syntheticsDataKey},null,8,["chart-data","chart-options","synthetics-data-key"])])]),_:1},8,["context","query","query-ready","refresh-counter"]))}}),A=(t,n)=>{const r=t.__vccOpts||t;for(const[o,c]of n)r[o]=c;return r},Te=A(Se,[["__scopeId","data-v-e770c4a0"]]),De={class:"analytics-chart"},v=A(e.defineComponent({__name:"BaseAnalyticsChartRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{},refreshCounter:{},extraProps:{}},emits:["edit-tile","chart-data"],setup(t,{emit:n}){const r=t,o=n,c=e.inject(x),{i18n:a}=S.useI18n(),{evaluateFeatureFlag:d}=S.useEvaluateFeatureFlag(),i=d("ma-3043-analytics-chart-kebab-menu",!1),p=e.computed(()=>({type:r.chartOptions.type,stacked:r.chartOptions.stacked??!1,chartDatasetColors:r.chartOptions.chartDatasetColors,threshold:r.chartOptions.threshold})),m=e.computed(()=>{if(c&&c.exploreBaseUrl){const y={filters:[...r.context.filters,...r.query.filters??[]],metrics:r.query.metrics??[],dimensions:r.query.dimensions??[],time_range:r.query.time_range||r.context.timeSpec},k=["advanced","ai"].includes(r.query.datasource)?r.query.datasource:"advanced";return`${c.exploreBaseUrl()}?q=${JSON.stringify(y)}&d=${k}&c=${r.chartOptions.type}`}return""}),T=()=>{o("edit-tile")},q=y=>{o("chart-data",y)};return(y,k)=>{const D=e.resolveComponent("KDropdownItem");return e.openBlock(),e.createBlock(F,{context:y.context,query:y.query,"query-ready":y.queryReady,"refresh-counter":y.refreshCounter,onChartData:q},{default:e.withCtx(({data:h})=>[e.createElementVNode("div",De,[e.createVNode(e.unref(w.AnalyticsChart),e.mergeProps({"allow-csv-export":y.chartOptions.allowCsvExport,"chart-data":h,"chart-options":p.value,"chart-title":!e.unref(i)&&y.chartOptions.chartTitle||"","go-to-explore":m.value,"legend-position":"bottom","show-menu":y.context.editable,"synthetics-data-key":y.chartOptions.syntheticsDataKey,"tooltip-title":""},y.extraProps),e.createSlots({_:2},[y.context.editable?{name:"menu-items",fn:e.withCtx(()=>[e.createVNode(D,{onClick:T},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(a).t("renderer.edit")),1)]),_:1})]),key:"0"}:void 0]),1040,["allow-csv-export","chart-data","chart-options","chart-title","go-to-explore","show-menu","synthetics-data-key"])])]),_:1},8,["context","query","query-ready","refresh-counter"])}}}),[["__scopeId","data-v-1bc587d3"]]),U=e.defineComponent({__name:"BarChartRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{},refreshCounter:{}},setup(t){return(n,r)=>(e.openBlock(),e.createBlock(v,{"chart-options":n.chartOptions,context:n.context,"extra-props":{showAnnotations:!1},height:n.height,query:n.query,"query-ready":n.queryReady,"refresh-counter":n.refreshCounter},null,8,["chart-options","context","height","query","query-ready","refresh-counter"]))}}),J=e.defineComponent({__name:"TimeseriesChartRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{},refreshCounter:{}},setup(t){return(n,r)=>(e.openBlock(),e.createBlock(v,{"chart-options":n.chartOptions,context:n.context,height:n.height,query:n.query,"query-ready":n.queryReady,"refresh-counter":n.refreshCounter},null,8,["chart-options","context","height","query","query-ready","refresh-counter"]))}}),xe={class:"metric-card-tile-wrapper"},Ae=A(e.defineComponent({__name:"GoldenSignalsRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{},refreshCounter:{}},setup(t){e.useCssVars(d=>({"3e99e905":e.unref(o)?"90%":"100%","345e89d8":e.unref(o)?"auto":"100%","7fa58fd9":e.unref(o)?"100%":"none"}));const n=t,{evaluateFeatureFlag:r}=S.useEvaluateFeatureFlag(),o=r("ma-3043-analytics-chart-kebab-menu",!1),c=e.computed(()=>{const d=n.context.timeSpec;if(d.type==="absolute")return new g.Timeframe({key:"custom",timeframeText:"custom",display:"custom",startCustom:d.start,endCustom:d.end,timeframeLength:()=>d.end.getTime()-d.start.getTime(),defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["free","plus","enterprise"]});const i=g.TimePeriods.get(d.time_range);if(!i)throw new Error("Unknown time range");return i}),a=e.computed(()=>{var i,p;const d=(i=n.query)==null?void 0:i.datasource;if(d&&d!=="advanced"&&d!=="basic")throw new Error(`Invalid datasource value: ${d}`);return{datasource:(p=n.query)==null?void 0:p.datasource,overrideTimeframe:c.value,tz:n.context.tz,additionalFilter:n.context.filters,longCardTitles:n.chartOptions.longCardTitles,...!o&&{containerTitle:n.chartOptions.chartTitle},...!o&&{description:n.chartOptions.description},percentileLatency:n.chartOptions.percentileLatency,refreshInterval:n.context.refreshInterval,queryReady:n.queryReady,refreshCounter:n.refreshCounter}});return(d,i)=>(e.openBlock(),e.createElementBlock("div",xe,[e.createVNode(e.unref(z.MetricsProvider),e.normalizeProps(e.guardReactiveProps(a.value)),{default:e.withCtx(()=>[e.createVNode(e.unref(z.MetricsConsumer))]),_:1},16)]))}}),[["__scopeId","data-v-84c4c1c8"]]),we="#6c7489",Ie="20px",Y="20px",Re=e.defineComponent({__name:"TopNTableRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{},refreshCounter:{}},setup(t){const n=t,{evaluateFeatureFlag:r}=S.useEvaluateFeatureFlag(),o=r("ma-3043-analytics-chart-kebab-menu",!1),c=a=>{var d;if((d=n.chartOptions)!=null&&d.entityLink)if(a.id.includes(":")){const[i,p]=a.id.split(":");return n.chartOptions.entityLink.replace(G,i).replace(O,p)}else return n.chartOptions.entityLink.replace(O,a.id);return""};return(a,d)=>(e.openBlock(),e.createBlock(F,{context:a.context,query:a.query,"query-ready":a.queryReady,"refresh-counter":a.refreshCounter},{default:e.withCtx(({data:i})=>[e.createVNode(e.unref(w.TopNTable),{data:i,description:!e.unref(o)&&a.chartOptions.description||"","synthetics-data-key":a.chartOptions.syntheticsDataKey,title:!e.unref(o)&&a.chartOptions.chartTitle||""},e.createSlots({_:2},[n.chartOptions.entityLink?{name:"name",fn:e.withCtx(({record:p})=>[e.createVNode(e.unref(he.EntityLink),{"entity-link-data":{id:p.id,label:p.name,deleted:p.deleted},"external-link":c(p)},null,8,["entity-link-data","external-link"])]),key:"0"}:void 0]),1032,["data","description","synthetics-data-key","title"])]),_:1},8,["context","query","query-ready","refresh-counter"]))}}),Be={key:0,class:"tile-header"},Ne={class:"title"},Oe={appearance:"none",class:"kebab-action-menu","data-testid":"kebab-action-menu"},Fe={class:"chart-export-trigger","data-testid":"csv-export-button"},Ve={key:1,class:"header-description"},Pe={class:"tile-content"},Le=A(e.defineComponent({__name:"DashboardTile",props:{definition:{},context:{},height:{default:I},queryReady:{type:Boolean},refreshCounter:{}},emits:["edit-tile"],setup(t,{emit:n}){e.useCssVars(l=>({"6018253a":`${l.height}px`,"313a3e66":q.value?1:0,"7265bedf":q.value?"visible":"hidden"}));const r=parseInt(Y,10),o=t,c=n,a=e.inject(x),{evaluateFeatureFlag:d}=S.useEvaluateFeatureFlag(),{i18n:i}=S.useI18n(),p=d("ma-3043-analytics-chart-kebab-menu",!1),m=e.ref(),T=e.ref(!1),q=e.ref(!1),y=e.computed(()=>{if(a&&a.exploreBaseUrl){const l={filters:[...o.context.filters,...o.definition.query.filters??[]],metrics:o.definition.query.metrics??[],dimensions:o.definition.query.dimensions??[],time_range:o.definition.query.time_range||o.context.timeSpec},E=["advanced","ai"].includes(o.definition.query.datasource)?o.definition.query.datasource:"advanced";return`${a.exploreBaseUrl()}?q=${JSON.stringify(l)}&d=${E}&c=${o.definition.chart.type}`}return""}),k=e.computed(()=>i.t("csvExport.defaultFilename")),D=e.computed(()=>p&&!["golden_signals","top_n","gauge"].includes(o.definition.chart.type)),h={timeseries_line:J,timeseries_bar:J,horizontal_bar:U,vertical_bar:U,gauge:Te,golden_signals:Ae,top_n:Re,slottable:void 0},b=e.computed(()=>{const l=h[o.definition.chart.type];return l&&{component:l,rendererProps:{query:o.definition.query,context:o.context,queryReady:o.queryReady,chartOptions:o.definition.chart,height:o.height-r*2,refreshCounter:o.refreshCounter}}}),u=()=>{c("edit-tile",o.definition)},f=l=>{m.value=l},_=l=>{T.value=l},C=()=>{_(!0)};return(l,E)=>{const B=e.resolveComponent("KDropdownItem"),$=e.resolveComponent("KDropdown");return e.openBlock(),e.createElementBlock("div",{class:"tile-boundary",onMouseenter:E[1]||(E[1]=ye=>q.value=!0),onMouseleave:E[2]||(E[2]=ye=>q.value=!1)},[e.unref(p)&&l.definition.chart.type!=="slottable"?(e.openBlock(),e.createElementBlock("div",Be,[e.createElementVNode("div",Ne,e.toDisplayString(l.definition.chart.chartTitle),1),D.value?(e.openBlock(),e.createBlock($,{key:0,class:"dropdown","data-testid":"chart-action-menu","kpop-attributes":{placement:"bottom-end"}},{items:e.withCtx(()=>[y.value?(e.openBlock(),e.createBlock(B,{key:0,"data-testid":"chart-jump-to-explore",item:{label:e.unref(i).t("jumpToExplore"),to:y.value}},null,8,["item"])):e.createCommentVNode("",!0),"allowCsvExport"in l.definition.chart&&l.definition.chart.allowCsvExport?(e.openBlock(),e.createBlock(B,{key:1,class:"chart-export-button","data-testid":"chart-csv-export",onClick:E[0]||(E[0]=ye=>C())},{default:e.withCtx(()=>[e.createElementVNode("span",Fe,e.toDisplayString(e.unref(i).t("csvExport.exportAsCsv")),1)]),_:1})):e.createCommentVNode("",!0),l.context.editable?(e.openBlock(),e.createBlock(B,{key:2,onClick:u},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(i).t("renderer.edit")),1)]),_:1})):e.createCommentVNode("",!0)]),default:e.withCtx(()=>[e.createElementVNode("button",Oe,[e.createVNode(e.unref(fe.MoreIcon),{color:e.unref(we),size:e.unref(Ie)},null,8,["color","size"])])]),_:1})):"description"in l.definition.chart?(e.openBlock(),e.createElementBlock("div",Ve,e.toDisplayString(l.definition.chart.description),1)):e.createCommentVNode("",!0),T.value?(e.openBlock(),e.createBlock(e.unref(w.CsvExportModal),{key:2,"chart-data":m.value,filename:k.value,onToggleModal:_},null,8,["chart-data","filename"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Pe,[b.value?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(b.value.component),e.mergeProps({key:0},b.value.rendererProps,{onChartData:f}),null,16)):e.createCommentVNode("",!0)])],32)}}}),[["__scopeId","data-v-25af9802"]]),je=(t,n,r)=>{const o=new Map;r.forEach(a=>{const d=a.layout.position.row,i=o.get(d),p=a.layout.size.rows===1&&!!a.layout.size.fitToContent;i===void 0?o.set(d,p):o.set(d,i&&p)});const c=[];for(let a=0;a<t;a++)o.get(a)?c.push("auto"):c.push(`${n}px`);return c},Z=A(e.defineComponent({__name:"GridLayout",props:{gridSize:{type:Object,required:!0},tileHeight:{type:Number,required:!1,default:()=>I},tiles:{type:Array,required:!0}},setup(t){e.useCssVars(i=>({"3bc5e939":t.gridSize.cols,"77aa3028":a.value}));const n=t,r=e.ref(null),o=e.ref(0),c=new ResizeObserver(i=>{window.requestAnimationFrame(()=>{!Array.isArray(i)||!i.length||(o.value=i[0].contentRect.width)})});e.onMounted(()=>{r.value&&c.observe(r.value)}),e.onUnmounted(()=>{r.value&&c.unobserve(r.value)});const a=e.computed(()=>{var p;return je((p=n.gridSize)==null?void 0:p.rows,n.tileHeight,n.tiles).join(" ")}),d=e.computed(()=>n.tiles.map((i,p)=>({key:`tile-${p}`,tile:i,style:{"grid-column-start":i.layout.position.col+1,"grid-column-end":i.layout.position.col+1+i.layout.size.cols,"grid-row-start":i.layout.position.row+1,"grid-row-end":i.layout.position.row+1+i.layout.size.rows}})));return(i,p)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"gridContainer",ref:r,class:"kong-ui-public-grid-layout"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,m=>(e.openBlock(),e.createElementBlock("div",{key:m.key,class:e.normalizeClass(["grid-cell",{"empty-cell":!m.tile}]),style:e.normalizeStyle(m.style)},[e.renderSlot(i.$slots,"tile",{style:e.normalizeStyle(m.style),tile:m.tile},void 0,!0)],6))),128))],512))}}),[["__scopeId","data-v-f43eb7b8"]]),$e={class:"kong-ui-public-dashboard-renderer"},Ke={key:0,class:"tile-container"},ze=A(e.defineComponent({__name:"DashboardRenderer",props:{context:{},config:{}},emits:["edit-tile"],setup(t,{expose:n,emit:r}){const o=t,c=r,{i18n:a}=S.useI18n(),d=e.ref(0),i=e.inject(x);i||(console.warn("Analytics dashboards require a query bridge supplied via provide / inject."),console.warn("Please ensure your application has a query bridge provided under the key 'analytics-query-provider', as described in"),console.warn("https://github.com/Kong/public-ui-components/blob/main/packages/analytics/dashboard-renderer/README.md#requirements"));const p=ge.useAnalyticsConfigStore(),m=e.computed(()=>o.context.timeSpec?o.context.timeSpec:{type:"relative",time_range:p.defaultQueryTimeForOrg}),T=e.computed(()=>!!o.context.timeSpec||!p.loading),q=e.computed(()=>o.config.tiles.map((h,b)=>{var f;let u=h.definition;if("description"in u.chart){const _=(f=u.chart.description)==null?void 0:f.replace(H,()=>{const l=`renderer.trendRange.${m.value.type==="absolute"?"custom":m.value.time_range}`;return a.te(l)?a.t(l):""});u={...u,chart:{...u.chart,description:_}}}return{layout:h.layout,meta:u,id:b}})),y=e.computed(()=>{let{tz:h,refreshInterval:b,editable:u}=o.context;return h||(h=new Intl.DateTimeFormat().resolvedOptions().timeZone),b===void 0&&(b=Q),u===void 0&&(u=!1),{...o.context,tz:h,timeSpec:m.value,refreshInterval:b,editable:u}}),k=h=>{c("edit-tile",h)};return n({refresh:()=>{d.value++}}),(h,b)=>{const u=e.resolveComponent("KAlert");return e.openBlock(),e.createElementBlock("div",$e,[e.unref(i)?(e.openBlock(),e.createBlock(Z,{key:1,"grid-size":h.config.gridSize,"tile-height":h.config.tileHeight,tiles:q.value},{tile:e.withCtx(({tile:f})=>[f.meta.chart.type==="slottable"?(e.openBlock(),e.createElementBlock("div",Ke,[e.renderSlot(h.$slots,f.meta.chart.id,{},void 0,!0)])):(e.openBlock(),e.createBlock(Le,{key:1,class:"tile-container",context:y.value,definition:f.meta,height:f.layout.size.rows*(h.config.tileHeight||e.unref(I))+parseInt(e.unref(Y),10),"query-ready":T.value,"refresh-counter":d.value,onEditTile:_=>k(f)},null,8,["context","definition","height","query-ready","refresh-counter","onEditTile"]))]),_:3},8,["grid-size","tile-height","tiles"])):(e.openBlock(),e.createBlock(u,{key:0,appearance:"danger"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(a).t("renderer.noQueryBridge")),1)]),_:1}))])}}}),[["__scopeId","data-v-26130807"]]),Me=["horizontal_bar","vertical_bar","gauge","timeseries_line","timeseries_bar","golden_signals","top_n","slottable"],N={type:"string"},R={type:"string"},W={type:"boolean"},X={type:["object","array"],items:{type:"string"},additionalProperties:{type:"string"}},ee={type:"object",properties:{type:{type:"string",enum:["slottable"]},id:{type:"string"}},required:["type","id"],additionalProperties:!1},te={type:"object",properties:{type:{type:"string",enum:["horizontal_bar","vertical_bar"]},stacked:{type:"boolean"},chartDatasetColors:X,syntheticsDataKey:N,chartTitle:R,allowCsvExport:W},required:["type"],additionalProperties:!1},re={type:"object",properties:{type:{type:"string",enum:["timeseries_line","timeseries_bar"]},stacked:{type:"boolean"},threshold:{type:"object",additionalProperties:{type:"number"}},chartDatasetColors:X,syntheticsDataKey:N,chartTitle:R,allowCsvExport:W},required:["type"],additionalProperties:!1},ne={type:"object",properties:{type:{type:"string",enum:["gauge"]},metricDisplay:{type:"string",enum:Object.values(w.ChartMetricDisplay)},reverseDataset:{type:"boolean"},numerator:{type:"number"},syntheticsDataKey:N,chartTitle:R},required:["type"],additionalProperties:!1},oe={type:"object",properties:{chartTitle:R,syntheticsDataKey:N,type:{type:"string",enum:["top_n"]},description:{type:"string"},entityLink:{type:"string"}},required:["type"],additionalProperties:!1},ae={type:"object",properties:{chartTitle:R,type:{type:"string",enum:["golden_signals"]},longCardTitles:{type:"boolean"},description:{type:"string"},percentileLatency:{type:"boolean"}},required:["type"],additionalProperties:!1},Ge={type:"object",properties:{tz:{type:"string",default:"Etc/UTC"},type:{type:"string",enum:["relative"]},time_range:{type:"string",enum:g.relativeTimeRangeValuesV4,default:"1h"}},required:["type","time_range"],additionalProperties:!1},He={type:"object",description:"A duration representing an exact start and end time.",properties:{tz:{type:"string"},type:{type:"string",enum:["absolute"]},start:{type:"string"},end:{type:"string"}},required:["type","start","end"],additionalProperties:!1},V={granularity:{type:"string",description:'Force time grouping into buckets of this duration. Only has an effect if "time" is in the "dimensions" list.',enum:g.granularityValues},time_range:{type:"object",description:"The time range to query.",anyOf:[Ge,He],default:{type:"relative",time_range:"1h"}},limit:{type:"number"},meta:{type:"object"}},P=t=>({type:"array",description:"List of aggregated metrics to collect across the requested time span.",items:{type:"string",enum:t}}),L=t=>({type:"array",description:"List of attributes or entity types to group by.",minItems:0,maxItems:2,items:{type:"string",enum:t}}),j=t=>({type:"array",description:"A list of filters to apply to the query.",items:{type:"object",description:"A filter that specifies which data to include in the query",properties:{dimension:{type:"string",enum:t},type:{type:"string",enum:g.exploreFilterTypesV2},values:{type:"array",items:{type:["string","number","null"]}}},required:["dimension","type","values"],additionalProperties:!1}}),ie={type:"object",description:"A query to launch at the advanced explore API",properties:{datasource:{type:"string",enum:["advanced"]},metrics:P(g.exploreAggregations),dimensions:L(g.queryableExploreDimensions),filters:j(g.filterableExploreDimensions),...V},required:["datasource"],additionalProperties:!1},se={type:"object",description:"A query to launch at the basic explore API",properties:{datasource:{type:"string",enum:["basic"]},metrics:P(g.basicExploreAggregations),dimensions:L(g.queryableBasicExploreDimensions),filters:j(g.filterableBasicExploreDimensions),...V},required:["datasource"],additionalProperties:!1},ce={type:"object",description:"A query to launch at the AI explore API",properties:{datasource:{type:"string",enum:["ai"]},metrics:P(g.aiExploreAggregations),dimensions:L(g.queryableAiExploreDimensions),filters:j(g.filterableAiExploreDimensions),...V},required:["datasource"],additionalProperties:!1},le={anyOf:[ie,se,ce]},de={type:"object",properties:{query:le,chart:{anyOf:[te,ne,re,ae,oe,ee]}},required:["query","chart"],additionalProperties:!1},pe={type:"object",properties:{position:{type:"object",properties:{col:{type:"number"},row:{type:"number"}},description:"Position of the tile in the grid.",required:["col","row"],additionalProperties:!1},size:{type:"object",properties:{cols:{type:"number"},rows:{type:"number"},fitToContent:{type:"boolean"}},description:"Number of columns and rows the tile occupies. If fitToContent is true for every tile in a row, and each tile only occupies 1 row, then the row will auto-fit to its content.",required:["cols","rows"],additionalProperties:!1}},required:["position","size"],additionalProperties:!1},ue={type:"object",properties:{definition:de,layout:pe},required:["definition","layout"],additionalProperties:!1},Qe={type:"object",properties:{tiles:{type:"array",items:ue},tileHeight:{type:"number",description:`Height of each tile in pixels. Default: ${I}`},gridSize:{type:"object",properties:{cols:{type:"number"},rows:{type:"number"}},description:"Number of columns and rows in the grid.",required:["cols","rows"],additionalProperties:!1}},required:["tiles","gridSize"],additionalProperties:!1};s.CP_ID_TOKEN=G,s.DEFAULT_TILE_HEIGHT=I,s.DEFAULT_TILE_REFRESH_INTERVAL_MS=Q,s.DashboardRenderer=ze,s.ENTITY_ID_TOKEN=O,s.GridLayout=Z,s.INJECT_QUERY_PROVIDER=x,s.TIMEFRAME_TOKEN=H,s.aiQuerySchema=ce,s.barChartSchema=te,s.basicQuerySchema=se,s.dashboardConfigSchema=Qe,s.dashboardTileTypes=Me,s.exploreV4QuerySchema=ie,s.gaugeChartSchema=ne,s.metricCardSchema=ae,s.slottableSchema=ee,s.tileConfigSchema=ue,s.tileDefinitionSchema=de,s.tileLayoutSchema=pe,s.timeseriesChartSchema=re,s.topNTableSchema=oe,s.validDashboardQuery=le,Object.defineProperty(s,Symbol.toStringTag,{value:"Module"})});
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .locked[data-v-06b92295]{cursor:move}.tooltip-container[data-v-06b92295]{background-color:#fff;border-radius:4px;border-radius:var(--kui-border-radius-20, 4px);box-shadow:0 5px 15px #0000001f,0 5px 10px #0000003d;max-width:425px;min-width:250px;position:absolute;transition:all .2s cubic-bezier(.25,.8,.25,1);z-index:999}.tooltip-container .tooltip-title[data-v-06b92295]{border-bottom:1px solid #e0e4ea;border-bottom:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);display:flex;flex-direction:column;margin:8px;margin:var(--kui-space-40, 8px);min-height:24px;padding-bottom:8px;padding-bottom:var(--kui-space-40, 8px)}.tooltip-container .tooltip-title .title[data-v-06b92295]{font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600)}.tooltip-container .tooltip-title .subtitle[data-v-06b92295]{font-size:12px;font-size:var(--kui-font-size-20, 12px);margin-top:8px;margin-top:var(--kui-space-40, 8px)}.tooltip-container .tooltip-title .drag-icon[data-v-06b92295]{margin-top:6px;margin-top:var(--kui-space-30, 6px);position:absolute;right:0;top:0}ul.tooltip[data-v-06b92295]{list-style:none;margin:0;margin:var(--kui-space-0, 0px);max-height:300px;min-width:250px;overflow-y:auto;overflow-y:var(--kui-space-auto, auto);padding-left:0;padding-left:var(--kui-space-0, 0px)}ul.tooltip[data-v-06b92295]{-ms-overflow-style:thin;scrollbar-color:#e0e4ea transparent;scrollbar-color:var(--kui-color-background-disabled, #e0e4ea) var(--kui-color-background-transparent, transparent);scrollbar-width:auto}ul.tooltip[data-v-06b92295] ::-webkit-scrollbar{width:40,8px;width:var(--kui-space, 40, 8px)}ul.tooltip[data-v-06b92295] ::-webkit-scrollbar-track{background:transparent}ul.tooltip[data-v-06b92295] ::-webkit-scrollbar-thumb{background-color:#e0e4ea;background-color:var(--kui-color-background-disabled, #e0e4ea);border-radius:10px;border-radius:var(--kui-border-radius-50, 10px)}ul.tooltip li[data-v-06b92295]{display:flex;font-size:14px;font-size:var(--kui-font-size-30, 14px);line-height:1;margin:8px;margin:var(--kui-space-40, 8px)}ul.tooltip li[data-v-06b92295]:last-child{padding-bottom:8px;padding-bottom:var(--kui-space-40, 8px)}ul.tooltip .display-label[data-v-06b92295]{max-width:75%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}ul.tooltip .display-value[data-v-06b92295]{margin-left:auto;margin-left:var(--kui-space-auto, auto);padding-left:8px;padding-left:var(--kui-space-40, 8px);white-space:nowrap}ul.tooltip .square-marker[data-v-06b92295]{display:inline-flex;flex-direction:row;height:12px;margin-right:6px;margin-right:var(--kui-space-30, 6px);width:12px}.legend-container[data-v-8e9f2f19]{display:flex;margin:6px 0 0;max-height:inherit;-ms-overflow-style:thin;overflow-x:hidden;overflow-y:auto;padding-left:0}.legend-container[data-v-8e9f2f19]{-ms-overflow-style:thin;scrollbar-color:#e0e4ea transparent;scrollbar-color:var(--kui-color-background-disabled, #e0e4ea) var(--kui-color-background-transparent, transparent);scrollbar-width:auto}.legend-container[data-v-8e9f2f19] ::-webkit-scrollbar{width:40,8px;width:var(--kui-space, 40, 8px)}.legend-container[data-v-8e9f2f19] ::-webkit-scrollbar-track{background:transparent}.legend-container[data-v-8e9f2f19] ::-webkit-scrollbar-thumb{background-color:#e0e4ea;background-color:var(--kui-color-background-disabled, #e0e4ea);border-radius:10px;border-radius:var(--kui-border-radius-50, 10px)}.legend-container.vertical[data-v-8e9f2f19]{flex-direction:column;justify-content:flex-start;max-height:90%;max-width:15%;min-width:10%;padding-left:12px;row-gap:16px}.legend-container.vertical .truncate-label[data-v-8e9f2f19]{max-width:12ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legend-container.vertical li .legend[data-v-8e9f2f19]{margin-top:4px}@media (max-width: 767px){.legend-container.vertical[data-v-8e9f2f19]{column-gap:12px;display:grid;grid-template-columns:repeat(auto-fit,12ch);height:40px;justify-content:center;max-width:99%!important}.legend-container.vertical .sub-label[data-v-8e9f2f19]{display:none}}.legend-container.horizontal[data-v-8e9f2f19]{column-gap:12px;display:grid;height:var(--12487160);justify-content:center;width:99%}.legend-container.horizontal .truncate-label[data-v-8e9f2f19]{max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legend-container.horizontal li[data-v-8e9f2f19]{align-items:center;margin-top:0}.legend-container.horizontal li .label[data-v-8e9f2f19]{line-height:24px;white-space:nowrap}.legend-container li[data-v-8e9f2f19]{align-items:start;cursor:pointer;display:flex;line-height:1}.legend-container li .square-marker[data-v-8e9f2f19]{height:8px;margin:0 6px 0 0;width:8px}.legend-container li .label[data-v-8e9f2f19]{font-size:12px}.legend-container li .sub-label[data-v-8e9f2f19]{font-size:12px;line-height:16px;word-break:none}.legend-container li .strike-through[data-v-8e9f2f19]{text-decoration:line-through}.chart-parent[data-v-251c3e18]{align-items:center;display:flex;height:inherit;justify-content:space-evenly;position:relative;width:inherit}.chart-parent.column[data-v-251c3e18]{flex-direction:column}.chart-parent.column .chart-container[data-v-251c3e18]{max-height:calc(100% - 48px);width:100%}.chart-parent.legend-row[data-v-251c3e18]{flex-direction:row}.chart-parent.legend-row .chart-container[data-v-251c3e18]{height:100%;width:90%}@media (max-width: 767px){.chart-parent.legend-row .chart-container[data-v-251c3e18]{max-height:calc(100% - 48px)!important;width:100%!important}}@media (max-width: 767px){.chart-parent.legend-row[data-v-251c3e18]{display:flex;flex-wrap:wrap}}.chart-parent .chart-container[data-v-251c3e18]{flex:1 1 auto;position:relative}.chart-container[data-v-251c3e18]{overflow:auto}.chart-container[data-v-251c3e18]{-ms-overflow-style:thin;scrollbar-color:#e0e4ea transparent;scrollbar-color:var(--kui-color-background-disabled, #e0e4ea) var(--kui-color-background-transparent, transparent);scrollbar-width:auto}.chart-container[data-v-251c3e18] ::-webkit-scrollbar{width:40,8px;width:var(--kui-space, 40, 8px)}.chart-container[data-v-251c3e18] ::-webkit-scrollbar-track{background:transparent}.chart-container[data-v-251c3e18] ::-webkit-scrollbar-thumb{background-color:#e0e4ea;background-color:var(--kui-color-background-disabled, #e0e4ea);border-radius:10px;border-radius:var(--kui-border-radius-50, 10px)}.chart-container .chart-body[data-v-251c3e18]{height:100%}.chart-container[data-v-251c3e18]::-webkit-scrollbar-track{background-color:#fff;background-color:var(--kui-color-background, #ffffff);border-radius:10px;border-radius:var(--kui-border-radius-50, 10px)}.chart-container[data-v-251c3e18]::-webkit-scrollbar{width:10px}.chart-container[data-v-251c3e18]::-webkit-scrollbar-thumb{background-color:#e0e4ea;background-color:var(--kui-color-background-disabled, #e0e4ea);border-radius:10px;border-radius:var(--kui-border-radius-50, 10px)}.axis[data-v-251c3e18]{left:0;pointer-events:none;position:absolute;top:0;z-index:99}.axis-tooltip[data-v-251c3e18]{background-color:#3a3f51;color:#fff;color:var(--kui-color-text-inverse, #ffffff);padding:4px 8px;padding:var(--kui-space-20, 4px) var(--kui-space-40, 8px);position:absolute;width:max-content;z-index:100}.tooltip-boundary[data-v-251c3e18]{height:100%;left:0;position:relative;top:0;width:100%}.chart-parent[data-v-5cc0c740]{align-items:center;display:flex;height:inherit;justify-content:space-evenly;position:relative;width:inherit}.chart-parent.column[data-v-5cc0c740]{flex-direction:column}.chart-parent.column .chart-container[data-v-5cc0c740]{max-height:calc(100% - 48px);width:100%}.chart-parent.legend-row[data-v-5cc0c740]{flex-direction:row}.chart-parent.legend-row .chart-container[data-v-5cc0c740]{height:100%;width:90%}@media (max-width: 767px){.chart-parent.legend-row .chart-container[data-v-5cc0c740]{max-height:calc(100% - 48px)!important;width:100%!important}}@media (max-width: 767px){.chart-parent.legend-row[data-v-5cc0c740]{display:flex;flex-wrap:wrap}}.chart-parent .chart-container[data-v-5cc0c740]{flex:1 1 auto;position:relative}.chart-parent[data-v-d4af26af]{align-items:center;display:flex;height:inherit;justify-content:space-evenly;position:relative;width:inherit}.chart-parent.column[data-v-d4af26af]{flex-direction:column}.chart-parent.column .chart-container[data-v-d4af26af]{max-height:calc(100% - 48px);width:100%}.chart-parent.legend-row[data-v-d4af26af]{flex-direction:row}.chart-parent.legend-row .chart-container[data-v-d4af26af]{height:100%;width:90%}@media (max-width: 767px){.chart-parent.legend-row .chart-container[data-v-d4af26af]{max-height:calc(100% - 48px)!important;width:100%!important}}@media (max-width: 767px){.chart-parent.legend-row[data-v-d4af26af]{display:flex;flex-wrap:wrap}}.chart-parent .chart-container[data-v-d4af26af]{flex:1 1 auto;position:relative}.kong-ui-public-csv-export-modal .modal-container{min-width:580px}.kong-ui-public-csv-export-modal .modal-container .selected-range{font-size:14px}.kong-ui-public-csv-export-modal .modal-container .text-muted{color:#00000073!important;font-size:14px}.kong-ui-public-csv-export-modal .modal-container .vitals-table{font-size:14px;margin-bottom:20px;margin-top:6px;width:100%}.kong-ui-public-csv-export-modal .modal-container .k-table thead{border-top:1px solid #e0e4ea;height:auto}.kong-ui-public-csv-export-modal .modal-container .modal-footer .vitals-report-export-button{display:inline-flex}.analytics-chart-shell[data-v-70370d1a],.simple-chart-shell[data-v-70370d1a]{border-radius:4px;border-radius:var(--kui-border-radius-20, 4px);display:flex;flex-direction:column}.analytics-chart-shell .chart-empty-state[data-v-70370d1a],.simple-chart-shell .chart-empty-state[data-v-70370d1a]{display:flex;flex-direction:column;height:100%;justify-content:center}.analytics-chart-shell[data-v-70370d1a]{height:100%;position:relative;width:100%}.analytics-chart-shell .analytics-chart-parent[data-v-70370d1a]{height:inherit;width:inherit}.analytics-chart-shell .chart-empty-state[data-v-70370d1a]{padding:20px 0 16px;padding:var(--kui-space-70, 20px) var(--kui-space-0, 0px) var(--kui-space-60, 16px) var(--kui-space-0, 0px)}.analytics-chart-shell .chart-header[data-v-70370d1a]{align-items:center;display:flex;justify-content:flex-start;right:0;width:100%;z-index:999}.analytics-chart-shell .chart-header .chart-header-icons-wrapper[data-v-70370d1a]{display:flex;justify-content:end}.analytics-chart-shell .chart-header .chart-export-button[data-v-70370d1a]{display:flex;margin-left:auto;margin-left:var(--kui-space-auto, auto);margin-right:0;margin-right:var(--kui-space-0, 0px)}.analytics-chart-shell .chart-title[data-v-70370d1a]{cursor:default;font-size:16px;font-size:var(--kui-font-size-40, 16px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600);max-width:32ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-chart-shell .tooltip[data-v-70370d1a]{display:flex;margin-left:12px;margin-left:var(--kui-space-50, 12px);margin-top:2px;margin-top:var(--kui-space-10, 2px)}.chart-parent[data-v-b873244e]{align-items:center;display:flex;height:inherit;justify-content:space-evenly;position:relative;width:inherit}.chart-parent.column[data-v-b873244e]{flex-direction:column}.chart-parent.column .chart-container[data-v-b873244e]{max-height:calc(100% - 48px);width:100%}.chart-parent.legend-row[data-v-b873244e]{flex-direction:row}.chart-parent.legend-row .chart-container[data-v-b873244e]{height:100%;width:90%}@media (max-width: 767px){.chart-parent.legend-row .chart-container[data-v-b873244e]{max-height:calc(100% - 48px)!important;width:100%!important}}@media (max-width: 767px){.chart-parent.legend-row[data-v-b873244e]{display:flex;flex-wrap:wrap}}.chart-parent .chart-container[data-v-b873244e]{flex:1 1 auto;position:relative}.chart-parent[data-v-b873244e]{height:auto;margin:0;margin:var(--kui-space-0, 0px);padding:0;padding:var(--kui-space-0, 0px);width:auto}.chart-parent .chart-container[data-v-b873244e]{margin:0;margin:var(--kui-space-0, 0px);max-height:100px;max-width:100px;padding:0;padding:var(--kui-space-0, 0px)}.chart-parent .chart-totals-flex[data-v-b873244e]{align-items:center;display:flex;flex-direction:column;height:100px;justify-content:center;padding:24px 0 0;padding:var(--kui-space-80, 24px) var(--kui-space-0, 0px) var(--kui-space-0, 0px);position:absolute;width:100px;z-index:2}.chart-parent .chart-totals-flex .metric-large[data-v-b873244e]{font-size:20px;font-size:var(--kui-font-size-60, 20px);font-weight:500;font-weight:var(--kui-font-weight-medium, 500);line-height:28px;line-height:var(--kui-line-height-50, 28px)}.chart-parent .chart-totals-flex .metric-small[data-v-b873244e]{color:#6c7489;color:var(--kui-color-text-neutral, #6c7489);font-size:10px;font-size:var(--kui-font-size-10, 10px);font-weight:400;font-weight:var(--kui-font-weight-regular, 400);line-height:12px;line-height:var(--kui-line-height-10, 12px)}.analytics-chart-shell[data-v-9d13f2fd],.simple-chart-shell[data-v-9d13f2fd]{border-radius:4px;border-radius:var(--kui-border-radius-20, 4px);display:flex;flex-direction:column}.analytics-chart-shell .chart-empty-state[data-v-9d13f2fd],.simple-chart-shell .chart-empty-state[data-v-9d13f2fd]{display:flex;flex-direction:column;height:100%;justify-content:center}.simple-chart-shell[data-v-9d13f2fd]{margin:0;margin:var(--kui-space-0, 0px);padding:0;padding:var(--kui-space-0, 0px)}.simple-chart-shell .chart-empty-state[data-v-9d13f2fd]{display:flex;flex-direction:column;height:100px;justify-content:center;width:100px}.simple-chart-shell .chart-empty-state[data-v-9d13f2fd] .empty-state-title{font-size:12px;font-size:var(--kui-font-size-20, 12px);line-height:16px;line-height:var(--kui-line-height-20, 16px);margin:0;margin:var(--kui-space-0, 0px)}.kong-ui-public-top-n-table[data-v-7a939d6b]{border:none!important;max-height:100%;padding:0!important}.kong-ui-public-top-n-table .top-n-card-description[data-v-7a939d6b]{color:#6c7489;font-size:12px;text-align:right}.kong-ui-public-top-n-table[data-v-7a939d6b] .k-card-actions{align-self:baseline;display:flex;line-height:22px}.kong-ui-public-top-n-table[data-v-7a939d6b] .card-content{overflow-y:auto}.kong-ui-public-top-n-table[data-v-7a939d6b] .card-content{-ms-overflow-style:thin;scrollbar-color:#e0e4ea transparent;scrollbar-color:var(--kui-color-background-disabled, #e0e4ea) var(--kui-color-background-transparent, transparent);scrollbar-width:auto}.kong-ui-public-top-n-table[data-v-7a939d6b] .card-content ::-webkit-scrollbar{width:40,8px;width:var(--kui-space, 40, 8px)}.kong-ui-public-top-n-table[data-v-7a939d6b] .card-content ::-webkit-scrollbar-track{background:transparent}.kong-ui-public-top-n-table[data-v-7a939d6b] .card-content ::-webkit-scrollbar-thumb{background-color:#e0e4ea;background-color:var(--kui-color-background-disabled, #e0e4ea);border-radius:10px;border-radius:var(--kui-border-radius-50, 10px)}.kong-ui-public-top-n-table .top-n-table[data-v-7a939d6b]{display:flex;flex-direction:column;max-height:100%;width:100%}.kong-ui-public-top-n-table .top-n-table .table-headings[data-v-7a939d6b]{flex-shrink:0;font-size:14px;font-weight:600;line-height:24px}.kong-ui-public-top-n-table .top-n-table .table-row[data-v-7a939d6b]{align-self:stretch;border-bottom:1px solid #e0e4ea;display:flex;justify-content:space-between}.kong-ui-public-top-n-table .top-n-table .table-row[data-v-7a939d6b]:last-of-type{border-bottom:none}.kong-ui-public-top-n-table .top-n-table .column-1[data-v-7a939d6b]{padding:0 24px 12px 0}.kong-ui-public-top-n-table .top-n-table .column-2[data-v-7a939d6b]{flex:1;max-width:110px;padding:0 0 12px}.kong-ui-public-top-n-table .top-n-table .table-body[data-v-7a939d6b]{overflow-y:auto}.kong-ui-public-top-n-table .top-n-table .table-body .table-row[data-v-7a939d6b]:first-of-type{border-top:1px solid #e0e4ea}.kong-ui-public-top-n-table .top-n-table .table-body .column-1[data-v-7a939d6b],.kong-ui-public-top-n-table .top-n-table .table-body .column-2[data-v-7a939d6b]{padding-top:12px}.kong-ui-public-top-n-table .top-n-table .table-body .column-1[data-v-7a939d6b]{color:#3a3f51;font-size:14px}.kong-ui-public-top-n-table .top-n-table .table-body .column-1[data-v-7a939d6b] a{color:#0044f4;font-weight:700;text-decoration:none}.kong-ui-public-top-n-table.kong-card.border{border-radius:4px;padding:20px}.kong-ui-public-top-n-table.kong-card.border .k-card-header{align-items:baseline;margin-bottom:0!important}.kong-ui-public-top-n-table.kong-card.border .k-card-header .k-card-title{margin-bottom:16px}.kong-ui-public-top-n-table.kong-card.border .k-card-header .k-card-title h4{font-size:16px;font-weight:600}.metricscard-tooltip,.trafficcard.active .metricscard-tooltip{pointer-events:all}.metricscard[data-v-1104dc0f]{display:flex;flex-direction:column;width:100%}@media (max-width: 767px){.metricscard[data-v-1104dc0f]{max-width:none;width:auto}}@media (min-width: 768px){.metricscard[data-v-1104dc0f]{height:100%;justify-content:space-evenly}}.metricscard[data-v-1104dc0f]:hover{border:none;text-decoration:none}.metricscard-title[data-v-1104dc0f]{align-items:center;color:#000933;color:var(--kui-color-text, #000933);display:flex;flex-direction:row;font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:500;font-weight:var(--kui-font-weight-medium, 500);line-height:16px;line-height:var(--kui-line-height-20, 16px);margin:0;margin:var(--kui-space-0, 0px)}.metricscard-title.sm[data-v-1104dc0f]{font-size:12px;font-size:var(--kui-font-size-20, 12px)}.metricscard-title.md[data-v-1104dc0f]{font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600)}.metricscard-title.lg[data-v-1104dc0f],.metricscard-title.xl[data-v-1104dc0f]{font-size:14px;font-size:var(--kui-font-size-30, 14px)}.metricscard-description[data-v-1104dc0f]{color:#afb7c5;color:var(--kui-color-text-disabled, #afb7c5);font-size:12px;font-size:var(--kui-font-size-20, 12px);line-height:16px;line-height:var(--kui-line-height-20, 16px);margin-top:8px;margin-top:var(--kui-space-40, 8px)}.metricscard-icon[data-v-1104dc0f]{margin-right:4px;margin-right:var(--kui-space-20, 4px)}.metricscard-value[data-v-1104dc0f]{color:#000933;color:var(--kui-color-text, #000933);display:flex;flex-direction:row;font-size:24px;font-size:var(--kui-font-size-70, 24px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600);justify-content:space-between;line-height:32px;line-height:var(--kui-line-height-60, 32px)}.metricscard-value.sm[data-v-1104dc0f]{font-size:14px;font-size:var(--kui-font-size-30, 14px);line-height:24px;line-height:var(--kui-line-height-40, 24px)}.metricscard-value.xl[data-v-1104dc0f]{font-size:48px;font-size:var(--kui-font-size-100, 48px)}.metricscard-valuetrend[data-v-1104dc0f]{display:flex;flex-direction:column;row-gap:12px;row-gap:var(--kui-space-50, 12px)}@media (max-width: 767px){.metricscard-valuetrend[data-v-1104dc0f]{row-gap:6px;row-gap:var(--kui-space-30, 6px)}}.metricscard-valuetrend.is-compact[data-v-1104dc0f]{align-items:center;flex-direction:row!important;justify-content:space-between;margin-top:0;margin-top:var(--kui-space-0, 0px)}.metricscard-trend[data-v-1104dc0f]{align-items:center;column-gap:8px;column-gap:var(--kui-space-40, 8px);display:flex}.metricscard-trend-change[data-v-1104dc0f]{align-items:center;border-radius:4px;border-radius:var(--kui-border-radius-20, 4px);display:flex;flex-direction:row;font-size:12px;font-size:var(--kui-font-size-20, 12px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600);padding:4px 8px;padding:var(--kui-space-20, 4px) var(--kui-space-40, 8px)}.metricscard-trend-change .kui-icon[data-v-1104dc0f]{margin-right:4px;margin-right:var(--kui-space-20, 4px)}.metricscard-trend-change.positive[data-v-1104dc0f]{background-color:#ecfffb;background-color:var(--kui-color-background-success-weakest, #ecfffb);color:#007d60;color:var(--kui-color-text-success, #007d60)}.metricscard-trend-change.negative[data-v-1104dc0f]{background-color:#ffe5e5;background-color:var(--kui-color-background-danger-weakest, #ffe5e5);color:#ad000e;color:var(--kui-color-text-danger-strong, #ad000e)}.metricscard-trend-change.neutral[data-v-1104dc0f]{background-color:#e0e4ea;background-color:var(--kui-color-background-neutral-weaker, #e0e4ea);color:#52596e;color:var(--kui-color-text-neutral-strong, #52596e)}.metricscard-trend-range[data-v-1104dc0f]{color:#000933;color:var(--kui-color-text, #000933);font-size:12px;font-size:var(--kui-font-size-20, 12px)}.metricscard-tooltip[data-v-1104dc0f]{display:inline-flex;margin:auto 0 auto 4px;margin:var(--kui-space-auto, auto) var(--kui-space-0, 0px) var(--kui-space-auto, auto) var(--kui-space-20, 4px);vertical-align:middle}.metricscard-error[data-v-1104dc0f]{align-items:center;color:#3a3f51;color:var(--kui-color-text-neutral-stronger, #3a3f51);display:flex;flex-direction:row;font-size:12px;font-size:var(--kui-font-size-20, 12px);margin-top:8px;margin-top:var(--kui-space-40, 8px)}.metricscard-error .kong-icon-warning[data-v-1104dc0f]{margin-right:12px;margin-right:var(--kui-space-50, 12px)}.metricscard.active .metricscard-tooltip[data-v-1104dc0f]{pointer-events:all}.loading-tabs[data-v-50eab68c]{display:flex;flex-direction:column}.loading-tabs-large[data-v-50eab68c]{padding:4px;row-gap:12px;width:240px}.loading-tabs-small[data-v-50eab68c]{padding:2px;row-gap:8px;width:120px}.loading-tabs-small .box[data-v-50eab68c]{height:12px}@media (max-width: 767px){.loading-tabs[data-v-50eab68c]{width:auto}}.kong-ui-public-metric-card-container[data-v-eac0ca04]{background-color:transparent;background-color:var(--kui-color-background-transparent, transparent);display:flex;flex-direction:column;justify-content:space-between;width:100%}.kong-ui-public-metric-card-container .container-title[data-v-eac0ca04]{align-items:center;display:flex;font-size:16px;font-size:var(--kui-font-size-40, 16px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600);justify-content:space-between;margin-bottom:12px;margin-bottom:var(--kui-space-50, 12px)}.kong-ui-public-metric-card-container .container-title .container-description[data-v-eac0ca04]{color:#6c7489;color:var(--kui-color-text-neutral, #6c7489);font-size:12px;font-size:var(--kui-font-size-20, 12px);font-weight:400;font-weight:var(--kui-font-weight-regular, 400)}.kong-ui-public-metric-card-container .cards-wrapper[data-v-eac0ca04]{display:flex;flex-direction:row;flex-grow:1;column-gap:24px;row-gap:16px}@media (max-width: 767px){.kong-ui-public-metric-card-container .cards-wrapper[data-v-eac0ca04]{column-gap:16px;row-gap:16px;flex-direction:column}}.kong-ui-public-metric-card-container.sm[data-v-eac0ca04]{column-gap:0;row-gap:0}.kong-ui-public-metric-card-container .error-display[data-v-eac0ca04]{align-items:center;display:flex;justify-content:center;margin:auto;margin:var(--kui-space-auto, auto)}.kong-ui-public-metric-card-container .error-display-icon[data-v-eac0ca04]{display:flex}.kong-ui-public-metric-card-container .error-display-message[data-v-eac0ca04]{color:#6c7489;color:var(--kui-color-text-neutral, #6c7489);font-size:14px;font-size:var(--kui-font-size-30, 14px);margin-left:12px;margin-left:var(--kui-space-50, 12px)}.analytics-chart[data-v-e770c4a0]{height:var(--bc149350)}.analytics-chart[data-v-024dd4c4]{height:100%}@media (min-width: 767px){.metric-card-tile-wrapper[data-v-84c4c1c8]{align-items:center;display:flex;height:var(--3e99e905)}}.metric-card-tile-wrapper[data-v-84c4c1c8] .kong-ui-public-metric-card-container{height:var(--345e89d8);max-height:var(--7fa58fd9)}@media (min-width: 767px){.metric-card-tile-wrapper[data-v-84c4c1c8] .kong-ui-public-metric-card-container .metricscard:not(:last-of-type){border-right:1px solid #e0e4ea;border-right:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea)}}.config-card-fieldset[data-v-68ca83ec]{border:solid 1px #e0e4ea;border-radius:4px;margin-bottom:8px;margin-top:4px}.config-card-fieldset-title[data-v-68ca83ec]{font-size:14px;padding:0 8px;width:auto}fieldset.config-card-fieldset .config-card-details-row{width:unset}.config-card-json-item .config-card-details-row,fieldset.config-card-fieldset .config-card-details-row{margin:0 16px}.config-card-json-item .config-card-details-row:last-of-type,fieldset.config-card-fieldset .config-card-details-row:last-of-type{border-bottom:none}[data-v-c96811e5] .k-button.navigation-button{font-size:14px;font-weight:400}.config-card-details-row[data-v-761f7e64]{align-items:center;border-bottom:var(--3ccdd5d2);box-sizing:border-box;display:var(--4b1da305);padding:16px 16px 16px 0;width:100%}.config-card-details-row .config-card-details-label[data-v-761f7e64]{box-sizing:border-box;padding-right:16px;width:var(--cd20788a)}.config-card-details-row .config-card-details-label label[data-v-761f7e64]{color:#3a3f51;display:inline-flex;max-width:100%}.config-card-details-row .config-card-details-label label .label-content[data-v-761f7e64]{line-height:initial;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.config-card-details-row .config-card-details-label label .k-popover[data-v-761f7e64]{min-width:0}.config-card-details-row .config-card-details-value[data-v-761f7e64]{box-sizing:border-box;width:var(--cd1becd4)}.config-card-details-row .config-card-details-value .truncated[data-v-761f7e64]{display:inline-block;line-height:initial;max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.config-card-details-row .config-card-details-value span.attrs-data-text[data-v-761f7e64]{overflow-wrap:anywhere}.config-card-details-row .config-card-details-value .copy-uuid-array[data-v-761f7e64] .k-copy:not(:last-of-type){margin-bottom:8px}.config-card-details-row .config-card-details-value .method-badge-array[data-v-761f7e64]{display:flex;flex-wrap:wrap;row-gap:10px}.config-card-details-row .config-badge[data-v-761f7e64]{margin-right:4px}.config-card-details-row[data-v-761f7e64] .k-label{margin-bottom:0}.config-card-details-row[data-v-761f7e64] .k-label .kong-icon-infoFilled{display:flex}.config-card-details-row[data-v-761f7e64] .config-card-details-row{width:auto}.json-content.k-code-block{border-top-left-radius:0;border-top-right-radius:0}.json-endpoint{align-items:baseline;background-color:#000933;border-bottom:1px solid rgba(255,255,255,.2);border-top-left-radius:8px;border-top-right-radius:8px;display:flex;padding:8px 0 8px 12px}.json-endpoint .k-code-block{flex:auto;z-index:2}.json-endpoint .k-code-block .code-block-content{padding-bottom:0;padding-top:0}.json-endpoint .k-code-block .code-block-secondary-actions{margin-top:0!important}.json-endpoint code{direction:rtl;max-width:var(--454fa8c4);overflow:hidden!important;text-align:left;text-overflow:ellipsis;white-space:nowrap}.config-card-prop-section-title[data-v-d15be7fe]{color:#000933;font-size:16px;font-weight:600;margin-bottom:16px;margin-top:48px}.kong-ui-entity-base-config-card .config-card-actions[data-v-7ef5c755]{align-items:center;display:flex}.kong-ui-entity-base-config-card .config-card-actions .config-format-select-label[data-v-7ef5c755]{margin-bottom:0;margin-right:8px}.kong-ui-entity-base-config-card .config-card-prop-section-title[data-v-7ef5c755]{color:#000933;font-size:16px;font-weight:600;margin-bottom:16px;margin-top:48px}.kong-ui-entity-base-config-card[data-v-7ef5c755] .config-card-details-row:last-of-type{border-bottom:none}.kong-ui-entity-base-config-card .book-icon[data-v-7ef5c755]{margin-left:8px;padding:0}.kong-ui-entity-base-form[data-v-6210a67a]{box-sizing:border-box;max-width:1536px;width:100%}.kong-ui-entity-base-form .form-actions[data-v-6210a67a]{align-items:center;display:flex;justify-content:flex-end;margin-top:24px}.kong-ui-entity-base-form .form-actions[data-v-6210a67a] .k-button:last-of-type,.kong-ui-entity-base-form .form-actions[data-v-6210a67a] .k-button:nth-last-of-type(2){margin-left:16px}.kong-ui-entity-base-form[data-v-6210a67a] .k-slideout-title{color:#000933!important;font-size:24px!important;font-weight:700!important;line-height:32px!important;margin-bottom:16px!important}.kong-ui-entity-base-form[data-v-6210a67a] .k-card.content-card{padding:0 16px!important}.kong-ui-entity-base-form[data-v-6210a67a] .tab-item>div.tab-link.has-panels{color:#6c7489!important;font-size:14px!important;font-weight:700!important;line-height:24px!important}.kong-ui-entity-base-form[data-v-6210a67a] .tab-item.active>div.tab-link.has-panels{color:#000933!important;font-weight:600!important}.content-wrapper[data-v-b252463e] .k-tooltip{word-break:break-all}.kong-ui-entity-base-table .toolbar-container[data-v-6f28b73b]{align-items:center;display:flex;width:100%}.kong-ui-entity-base-table .toolbar-button-container[data-v-6f28b73b]{margin-left:auto}.kong-ui-entity-base-table :deep(.k-table){table-layout:fixed}.kong-ui-entity-delete-modal .message[data-v-4361d622],.kong-ui-entity-delete-modal .description[data-v-4361d622]{line-height:24px;margin:0}.kong-ui-entity-delete-modal .message strong[data-v-4361d622]{font-weight:600}.kong-ui-entity-delete-modal .description[data-v-4361d622]{margin-top:32px}.kong-ui-entity-delete-error[data-v-4361d622]{margin-bottom:16px}.kong-ui-entity-filter-input[data-v-10fa27a5]{width:100%}.kong-ui-entity-filter-clear[data-v-10fa27a5]{cursor:pointer}.kong-ui-entity-filter[data-v-10fa27a5]{display:flex;position:relative}.kong-ui-entity-filter[data-v-10fa27a5] .menu-content{flex-direction:column}.kong-ui-entity-filter[data-v-10fa27a5] .k-menu-item-divider hr{margin:12px 0}.kong-ui-entity-filter-backdrop[data-v-10fa27a5]{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1050}.kong-ui-entity-filter-menu[data-v-10fa27a5]{background-color:#fff;border:1px solid #afb7c5;border-radius:4px;box-shadow:0 4px 20px #e0e4ea;left:0;margin-top:16px;padding:8px 0 12px;position:absolute;top:100%;width:300px;z-index:1060}.kong-ui-entity-filter-menu-item[data-v-10fa27a5]{border-bottom:1px solid #e0e4ea;color:#6c7489;font-size:12px;font-weight:400;line-height:16px;list-style:none;margin:0 20px;padding:16px 0;position:relative;white-space:nowrap}.menu-item-title[data-v-10fa27a5]{align-items:center;cursor:pointer;display:flex;line-height:24px}.menu-item-title.expanded[data-v-10fa27a5]{color:#232633}.menu-item-expand-icon[data-v-10fa27a5]{margin-left:auto}.menu-item-expand-icon.expanded[data-v-10fa27a5]{transform:rotate(180deg)}.menu-item-indicator[data-v-10fa27a5]{background-color:#0044f4;border-radius:50%;height:4px;margin-left:4px;width:4px}.menu-item-body[data-v-10fa27a5]{align-items:center;display:flex;justify-content:space-between;margin-top:16px}.menu-item-body[data-v-10fa27a5] .input{padding-bottom:4px!important;padding-top:4px!important}.menu-item-body[data-v-10fa27a5] .k-input{width:100%}.menu-item-body[data-v-10fa27a5] .k-select-input .input{font-size:12px}.menu-item-body[data-v-10fa27a5] .k-select-input .input::placeholder{color:#00000073!important;font-size:12px}.menu-item-label[data-v-10fa27a5]{margin-bottom:0;margin-right:12px}.menu-item-buttons[data-v-10fa27a5]{display:flex;justify-content:space-between;margin:10px 0 6px}.filter-clear-button-container[data-v-10fa27a5]{padding:12px 20px 0}fieldset[data-v-b1f74200]{margin:0;min-width:0;padding:0}.kong-ui-entity-form-section[data-v-b1f74200]{border:0}.kong-ui-entity-form-section .form-section-wrapper[data-v-b1f74200]{column-gap:16px;display:flex;flex-direction:column;padding-bottom:64px;row-gap:12px;width:100%}@media (min-width: 1024px){.kong-ui-entity-form-section .form-section-wrapper[data-v-b1f74200]{flex-direction:row}}.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-b1f74200]{flex:1}@media (min-width: 1024px){.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-b1f74200]{max-width:350px}.kong-ui-entity-form-section .form-section-wrapper .form-section-info.sticky[data-v-b1f74200]{height:fit-content;margin-bottom:16px;position:sticky;top:16px}}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-title[data-v-b1f74200]{color:#000933;font-size:16px;font-weight:700;line-height:20px;margin-bottom:8px;margin-top:0}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description[data-v-b1f74200],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description p[data-v-b1f74200],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description[data-v-b1f74200] p{color:#000933;font-size:14px;font-weight:400;line-height:20px;margin:0}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-footer[data-v-b1f74200]{margin-top:32px}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-b1f74200]{flex:1}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-b1f74200]>*:not(:first-child){margin-top:24px}.kong-ui-entity-form-section.has-divider .form-section-wrapper[data-v-b1f74200]{border-bottom:1px solid #e0e4ea}.kong-ui-public-entity-link[data-v-60e3ef7c]{align-items:center;display:flex}.kong-ui-public-entity-link .deleted-entity[data-v-60e3ef7c]{font-style:italic}.kong-ui-public-entity-link .entity-link[data-v-60e3ef7c]{display:flex}.kong-ui-public-entity-link .entity-link[data-v-60e3ef7c] .external-link-icon{color:#0044f4;margin-left:4px;padding:2px}.kong-ui-public-entity-link .entity-link-label[data-v-60e3ef7c]{display:inline-block;font-weight:400;max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kong-ui-public-entity-link .copy-uuid-tooltip[data-v-60e3ef7c]{align-items:center;cursor:pointer;display:flex}.kong-ui-public-entity-link .copy-uuid-tooltip .entity-link-copy-id[data-v-60e3ef7c]{margin-left:2px}.tile-boundary[data-v-25af9802]{display:flex;flex-direction:column;height:var(--6018253a)}.tile-boundary .tile-header[data-v-25af9802]{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px;margin-bottom:var(--kui-space-30, 6px);right:0;width:100%}.tile-boundary .tile-header .title[data-v-25af9802]{font-weight:700;font-weight:var(--kui-font-weight-bold, 700)}.tile-boundary .tile-header .header-description[data-v-25af9802]{color:#6c7489;font-size:12px;text-align:right}.tile-boundary .tile-header .dropdown[data-v-25af9802]{display:flex;margin-left:auto;margin-left:var(--kui-space-auto, auto);margin-right:0;margin-right:var(--kui-space-0, 0px)}.tile-boundary .tile-header .dropdown .kebab-action-menu[data-v-25af9802]{background:transparent;border:none;color:inherit;cursor:pointer;height:100%;opacity:var(--313a3e66);transform:fade(0,-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s;visibility:var(--7265bedf)}.tile-boundary .tile-header .dropdown li.k-dropdown-item a[data-v-25af9802]{text-decoration:none}.tile-boundary .tile-header .dropdown a[data-v-25af9802]{color:#000933}.tile-boundary .tile-header .dropdown a[data-v-25af9802]:hover{color:#000933;text-decoration:none}.tile-boundary .tile-header .dropdown[data-v-25af9802]:hover{cursor:pointer}.tile-boundary .tile-content[data-v-25af9802]{flex-grow:1}.kong-ui-public-grid-layout[data-v-f43eb7b8]{display:grid;gap:20px;gap:var(--kui-space-70, 20px);grid-template-columns:repeat(var(--3bc5e939),1fr);grid-template-rows:var(--77aa3028);width:100%}@media (max-width: 768px){.kong-ui-public-grid-layout[data-v-f43eb7b8]{display:flex;flex-direction:column}.kong-ui-public-grid-layout .grid-cell[data-v-f43eb7b8]{height:auto!important;left:auto!important;position:relative;top:auto!important;transform:none!important;width:auto!important}.kong-ui-public-grid-layout .grid-cell[data-v-f43eb7b8]:not(:first-child){margin-top:20px;margin-top:var(--kui-space-70, 20px)}.kong-ui-public-grid-layout .empty-cell[data-v-f43eb7b8]{display:none}}.kong-ui-public-dashboard-renderer .tile-container[data-v-26130807]{background:transparent;background:var(--kui-color-background-transparent, transparent);border:1px solid #e0e4ea;border:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);border-radius:4px;border-radius:var(--kui-border-radius-20, 4px);height:100%;padding:20px;padding:var(--kui-space-70, 20px)}
1
+ .locked[data-v-06b92295]{cursor:move}.tooltip-container[data-v-06b92295]{background-color:#fff;border-radius:4px;border-radius:var(--kui-border-radius-20, 4px);box-shadow:0 5px 15px #0000001f,0 5px 10px #0000003d;max-width:425px;min-width:250px;position:absolute;transition:all .2s cubic-bezier(.25,.8,.25,1);z-index:999}.tooltip-container .tooltip-title[data-v-06b92295]{border-bottom:1px solid #e0e4ea;border-bottom:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);display:flex;flex-direction:column;margin:8px;margin:var(--kui-space-40, 8px);min-height:24px;padding-bottom:8px;padding-bottom:var(--kui-space-40, 8px)}.tooltip-container .tooltip-title .title[data-v-06b92295]{font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600)}.tooltip-container .tooltip-title .subtitle[data-v-06b92295]{font-size:12px;font-size:var(--kui-font-size-20, 12px);margin-top:8px;margin-top:var(--kui-space-40, 8px)}.tooltip-container .tooltip-title .drag-icon[data-v-06b92295]{margin-top:6px;margin-top:var(--kui-space-30, 6px);position:absolute;right:0;top:0}ul.tooltip[data-v-06b92295]{list-style:none;margin:0;margin:var(--kui-space-0, 0px);max-height:300px;min-width:250px;overflow-y:auto;overflow-y:var(--kui-space-auto, auto);padding-left:0;padding-left:var(--kui-space-0, 0px)}ul.tooltip[data-v-06b92295]{-ms-overflow-style:thin;scrollbar-color:#e0e4ea transparent;scrollbar-color:var(--kui-color-background-disabled, #e0e4ea) var(--kui-color-background-transparent, transparent);scrollbar-width:auto}ul.tooltip[data-v-06b92295] ::-webkit-scrollbar{width:40,8px;width:var(--kui-space, 40, 8px)}ul.tooltip[data-v-06b92295] ::-webkit-scrollbar-track{background:transparent}ul.tooltip[data-v-06b92295] ::-webkit-scrollbar-thumb{background-color:#e0e4ea;background-color:var(--kui-color-background-disabled, #e0e4ea);border-radius:10px;border-radius:var(--kui-border-radius-50, 10px)}ul.tooltip li[data-v-06b92295]{display:flex;font-size:14px;font-size:var(--kui-font-size-30, 14px);line-height:1;margin:8px;margin:var(--kui-space-40, 8px)}ul.tooltip li[data-v-06b92295]:last-child{padding-bottom:8px;padding-bottom:var(--kui-space-40, 8px)}ul.tooltip .display-label[data-v-06b92295]{max-width:75%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}ul.tooltip .display-value[data-v-06b92295]{margin-left:auto;margin-left:var(--kui-space-auto, auto);padding-left:8px;padding-left:var(--kui-space-40, 8px);white-space:nowrap}ul.tooltip .square-marker[data-v-06b92295]{display:inline-flex;flex-direction:row;height:12px;margin-right:6px;margin-right:var(--kui-space-30, 6px);width:12px}.legend-container[data-v-8e9f2f19]{display:flex;margin:6px 0 0;max-height:inherit;-ms-overflow-style:thin;overflow-x:hidden;overflow-y:auto;padding-left:0}.legend-container[data-v-8e9f2f19]{-ms-overflow-style:thin;scrollbar-color:#e0e4ea transparent;scrollbar-color:var(--kui-color-background-disabled, #e0e4ea) var(--kui-color-background-transparent, transparent);scrollbar-width:auto}.legend-container[data-v-8e9f2f19] ::-webkit-scrollbar{width:40,8px;width:var(--kui-space, 40, 8px)}.legend-container[data-v-8e9f2f19] ::-webkit-scrollbar-track{background:transparent}.legend-container[data-v-8e9f2f19] ::-webkit-scrollbar-thumb{background-color:#e0e4ea;background-color:var(--kui-color-background-disabled, #e0e4ea);border-radius:10px;border-radius:var(--kui-border-radius-50, 10px)}.legend-container.vertical[data-v-8e9f2f19]{flex-direction:column;justify-content:flex-start;max-height:90%;max-width:15%;min-width:10%;padding-left:12px;row-gap:16px}.legend-container.vertical .truncate-label[data-v-8e9f2f19]{max-width:12ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legend-container.vertical li .legend[data-v-8e9f2f19]{margin-top:4px}@media (max-width: 767px){.legend-container.vertical[data-v-8e9f2f19]{column-gap:12px;display:grid;grid-template-columns:repeat(auto-fit,12ch);height:40px;justify-content:center;max-width:99%!important}.legend-container.vertical .sub-label[data-v-8e9f2f19]{display:none}}.legend-container.horizontal[data-v-8e9f2f19]{column-gap:12px;display:grid;height:var(--12487160);justify-content:center;width:99%}.legend-container.horizontal .truncate-label[data-v-8e9f2f19]{max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legend-container.horizontal li[data-v-8e9f2f19]{align-items:center;margin-top:0}.legend-container.horizontal li .label[data-v-8e9f2f19]{line-height:24px;white-space:nowrap}.legend-container li[data-v-8e9f2f19]{align-items:start;cursor:pointer;display:flex;line-height:1}.legend-container li .square-marker[data-v-8e9f2f19]{height:8px;margin:0 6px 0 0;width:8px}.legend-container li .label[data-v-8e9f2f19]{font-size:12px}.legend-container li .sub-label[data-v-8e9f2f19]{font-size:12px;line-height:16px;word-break:none}.legend-container li .strike-through[data-v-8e9f2f19]{text-decoration:line-through}.chart-parent[data-v-251c3e18]{align-items:center;display:flex;height:inherit;justify-content:space-evenly;position:relative;width:inherit}.chart-parent.column[data-v-251c3e18]{flex-direction:column}.chart-parent.column .chart-container[data-v-251c3e18]{max-height:calc(100% - 48px);width:100%}.chart-parent.legend-row[data-v-251c3e18]{flex-direction:row}.chart-parent.legend-row .chart-container[data-v-251c3e18]{height:100%;width:90%}@media (max-width: 767px){.chart-parent.legend-row .chart-container[data-v-251c3e18]{max-height:calc(100% - 48px)!important;width:100%!important}}@media (max-width: 767px){.chart-parent.legend-row[data-v-251c3e18]{display:flex;flex-wrap:wrap}}.chart-parent .chart-container[data-v-251c3e18]{flex:1 1 auto;position:relative}.chart-container[data-v-251c3e18]{overflow:auto}.chart-container[data-v-251c3e18]{-ms-overflow-style:thin;scrollbar-color:#e0e4ea transparent;scrollbar-color:var(--kui-color-background-disabled, #e0e4ea) var(--kui-color-background-transparent, transparent);scrollbar-width:auto}.chart-container[data-v-251c3e18] ::-webkit-scrollbar{width:40,8px;width:var(--kui-space, 40, 8px)}.chart-container[data-v-251c3e18] ::-webkit-scrollbar-track{background:transparent}.chart-container[data-v-251c3e18] ::-webkit-scrollbar-thumb{background-color:#e0e4ea;background-color:var(--kui-color-background-disabled, #e0e4ea);border-radius:10px;border-radius:var(--kui-border-radius-50, 10px)}.chart-container .chart-body[data-v-251c3e18]{height:100%}.chart-container[data-v-251c3e18]::-webkit-scrollbar-track{background-color:#fff;background-color:var(--kui-color-background, #ffffff);border-radius:10px;border-radius:var(--kui-border-radius-50, 10px)}.chart-container[data-v-251c3e18]::-webkit-scrollbar{width:10px}.chart-container[data-v-251c3e18]::-webkit-scrollbar-thumb{background-color:#e0e4ea;background-color:var(--kui-color-background-disabled, #e0e4ea);border-radius:10px;border-radius:var(--kui-border-radius-50, 10px)}.axis[data-v-251c3e18]{left:0;pointer-events:none;position:absolute;top:0;z-index:99}.axis-tooltip[data-v-251c3e18]{background-color:#3a3f51;color:#fff;color:var(--kui-color-text-inverse, #ffffff);padding:4px 8px;padding:var(--kui-space-20, 4px) var(--kui-space-40, 8px);position:absolute;width:max-content;z-index:100}.tooltip-boundary[data-v-251c3e18]{height:100%;left:0;position:relative;top:0;width:100%}.chart-parent[data-v-5cc0c740]{align-items:center;display:flex;height:inherit;justify-content:space-evenly;position:relative;width:inherit}.chart-parent.column[data-v-5cc0c740]{flex-direction:column}.chart-parent.column .chart-container[data-v-5cc0c740]{max-height:calc(100% - 48px);width:100%}.chart-parent.legend-row[data-v-5cc0c740]{flex-direction:row}.chart-parent.legend-row .chart-container[data-v-5cc0c740]{height:100%;width:90%}@media (max-width: 767px){.chart-parent.legend-row .chart-container[data-v-5cc0c740]{max-height:calc(100% - 48px)!important;width:100%!important}}@media (max-width: 767px){.chart-parent.legend-row[data-v-5cc0c740]{display:flex;flex-wrap:wrap}}.chart-parent .chart-container[data-v-5cc0c740]{flex:1 1 auto;position:relative}.chart-parent[data-v-f95833b1]{align-items:center;display:flex;height:inherit;justify-content:space-evenly;position:relative;width:inherit}.chart-parent.column[data-v-f95833b1]{flex-direction:column}.chart-parent.column .chart-container[data-v-f95833b1]{max-height:calc(100% - 48px);width:100%}.chart-parent.legend-row[data-v-f95833b1]{flex-direction:row}.chart-parent.legend-row .chart-container[data-v-f95833b1]{height:100%;width:90%}@media (max-width: 767px){.chart-parent.legend-row .chart-container[data-v-f95833b1]{max-height:calc(100% - 48px)!important;width:100%!important}}@media (max-width: 767px){.chart-parent.legend-row[data-v-f95833b1]{display:flex;flex-wrap:wrap}}.chart-parent .chart-container[data-v-f95833b1]{flex:1 1 auto;position:relative}.kong-ui-public-csv-export-modal .modal-container{min-width:580px}.kong-ui-public-csv-export-modal .modal-container .selected-range{font-size:14px}.kong-ui-public-csv-export-modal .modal-container .text-muted{color:#00000073!important;font-size:14px}.kong-ui-public-csv-export-modal .modal-container .vitals-table{font-size:14px;margin-bottom:20px;margin-top:6px;width:100%}.kong-ui-public-csv-export-modal .modal-container .k-table thead{border-top:1px solid #e0e4ea;height:auto}.kong-ui-public-csv-export-modal .modal-container .modal-footer .vitals-report-export-button{display:inline-flex}.analytics-chart-shell[data-v-971d45ff],.simple-chart-shell[data-v-971d45ff]{border-radius:4px;border-radius:var(--kui-border-radius-20, 4px);display:flex;flex-direction:column}.analytics-chart-shell .chart-empty-state[data-v-971d45ff],.simple-chart-shell .chart-empty-state[data-v-971d45ff]{display:flex;flex-direction:column;height:100%;justify-content:center}.analytics-chart-shell[data-v-971d45ff]{height:100%;position:relative;width:100%}.analytics-chart-shell .analytics-chart-parent[data-v-971d45ff]{height:inherit;width:inherit}.analytics-chart-shell .chart-empty-state[data-v-971d45ff]{padding:20px 0 16px;padding:var(--kui-space-70, 20px) var(--kui-space-0, 0px) var(--kui-space-60, 16px) var(--kui-space-0, 0px)}.analytics-chart-shell .chart-header[data-v-971d45ff]{align-items:center;display:flex;justify-content:flex-start;right:0;width:100%;z-index:999}.analytics-chart-shell .chart-header .chart-header-icons-wrapper[data-v-971d45ff]{display:flex;justify-content:end}.analytics-chart-shell .chart-header .chart-export-button[data-v-971d45ff]{display:flex;margin-left:auto;margin-left:var(--kui-space-auto, auto);margin-right:0;margin-right:var(--kui-space-0, 0px)}.analytics-chart-shell .chart-title[data-v-971d45ff]{cursor:default;font-size:16px;font-size:var(--kui-font-size-40, 16px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600);max-width:32ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-chart-shell .tooltip[data-v-971d45ff]{display:flex;margin-left:12px;margin-left:var(--kui-space-50, 12px);margin-top:2px;margin-top:var(--kui-space-10, 2px)}.chart-parent[data-v-b873244e]{align-items:center;display:flex;height:inherit;justify-content:space-evenly;position:relative;width:inherit}.chart-parent.column[data-v-b873244e]{flex-direction:column}.chart-parent.column .chart-container[data-v-b873244e]{max-height:calc(100% - 48px);width:100%}.chart-parent.legend-row[data-v-b873244e]{flex-direction:row}.chart-parent.legend-row .chart-container[data-v-b873244e]{height:100%;width:90%}@media (max-width: 767px){.chart-parent.legend-row .chart-container[data-v-b873244e]{max-height:calc(100% - 48px)!important;width:100%!important}}@media (max-width: 767px){.chart-parent.legend-row[data-v-b873244e]{display:flex;flex-wrap:wrap}}.chart-parent .chart-container[data-v-b873244e]{flex:1 1 auto;position:relative}.chart-parent[data-v-b873244e]{height:auto;margin:0;margin:var(--kui-space-0, 0px);padding:0;padding:var(--kui-space-0, 0px);width:auto}.chart-parent .chart-container[data-v-b873244e]{margin:0;margin:var(--kui-space-0, 0px);max-height:100px;max-width:100px;padding:0;padding:var(--kui-space-0, 0px)}.chart-parent .chart-totals-flex[data-v-b873244e]{align-items:center;display:flex;flex-direction:column;height:100px;justify-content:center;padding:24px 0 0;padding:var(--kui-space-80, 24px) var(--kui-space-0, 0px) var(--kui-space-0, 0px);position:absolute;width:100px;z-index:2}.chart-parent .chart-totals-flex .metric-large[data-v-b873244e]{font-size:20px;font-size:var(--kui-font-size-60, 20px);font-weight:500;font-weight:var(--kui-font-weight-medium, 500);line-height:28px;line-height:var(--kui-line-height-50, 28px)}.chart-parent .chart-totals-flex .metric-small[data-v-b873244e]{color:#6c7489;color:var(--kui-color-text-neutral, #6c7489);font-size:10px;font-size:var(--kui-font-size-10, 10px);font-weight:400;font-weight:var(--kui-font-weight-regular, 400);line-height:12px;line-height:var(--kui-line-height-10, 12px)}.analytics-chart-shell[data-v-9d13f2fd],.simple-chart-shell[data-v-9d13f2fd]{border-radius:4px;border-radius:var(--kui-border-radius-20, 4px);display:flex;flex-direction:column}.analytics-chart-shell .chart-empty-state[data-v-9d13f2fd],.simple-chart-shell .chart-empty-state[data-v-9d13f2fd]{display:flex;flex-direction:column;height:100%;justify-content:center}.simple-chart-shell[data-v-9d13f2fd]{margin:0;margin:var(--kui-space-0, 0px);padding:0;padding:var(--kui-space-0, 0px)}.simple-chart-shell .chart-empty-state[data-v-9d13f2fd]{display:flex;flex-direction:column;height:100px;justify-content:center;width:100px}.simple-chart-shell .chart-empty-state[data-v-9d13f2fd] .empty-state-title{font-size:12px;font-size:var(--kui-font-size-20, 12px);line-height:16px;line-height:var(--kui-line-height-20, 16px);margin:0;margin:var(--kui-space-0, 0px)}.kong-ui-public-top-n-table[data-v-7a939d6b]{border:none!important;max-height:100%;padding:0!important}.kong-ui-public-top-n-table .top-n-card-description[data-v-7a939d6b]{color:#6c7489;font-size:12px;text-align:right}.kong-ui-public-top-n-table[data-v-7a939d6b] .k-card-actions{align-self:baseline;display:flex;line-height:22px}.kong-ui-public-top-n-table[data-v-7a939d6b] .card-content{overflow-y:auto}.kong-ui-public-top-n-table[data-v-7a939d6b] .card-content{-ms-overflow-style:thin;scrollbar-color:#e0e4ea transparent;scrollbar-color:var(--kui-color-background-disabled, #e0e4ea) var(--kui-color-background-transparent, transparent);scrollbar-width:auto}.kong-ui-public-top-n-table[data-v-7a939d6b] .card-content ::-webkit-scrollbar{width:40,8px;width:var(--kui-space, 40, 8px)}.kong-ui-public-top-n-table[data-v-7a939d6b] .card-content ::-webkit-scrollbar-track{background:transparent}.kong-ui-public-top-n-table[data-v-7a939d6b] .card-content ::-webkit-scrollbar-thumb{background-color:#e0e4ea;background-color:var(--kui-color-background-disabled, #e0e4ea);border-radius:10px;border-radius:var(--kui-border-radius-50, 10px)}.kong-ui-public-top-n-table .top-n-table[data-v-7a939d6b]{display:flex;flex-direction:column;max-height:100%;width:100%}.kong-ui-public-top-n-table .top-n-table .table-headings[data-v-7a939d6b]{flex-shrink:0;font-size:14px;font-weight:600;line-height:24px}.kong-ui-public-top-n-table .top-n-table .table-row[data-v-7a939d6b]{align-self:stretch;border-bottom:1px solid #e0e4ea;display:flex;justify-content:space-between}.kong-ui-public-top-n-table .top-n-table .table-row[data-v-7a939d6b]:last-of-type{border-bottom:none}.kong-ui-public-top-n-table .top-n-table .column-1[data-v-7a939d6b]{padding:0 24px 12px 0}.kong-ui-public-top-n-table .top-n-table .column-2[data-v-7a939d6b]{flex:1;max-width:110px;padding:0 0 12px}.kong-ui-public-top-n-table .top-n-table .table-body[data-v-7a939d6b]{overflow-y:auto}.kong-ui-public-top-n-table .top-n-table .table-body .table-row[data-v-7a939d6b]:first-of-type{border-top:1px solid #e0e4ea}.kong-ui-public-top-n-table .top-n-table .table-body .column-1[data-v-7a939d6b],.kong-ui-public-top-n-table .top-n-table .table-body .column-2[data-v-7a939d6b]{padding-top:12px}.kong-ui-public-top-n-table .top-n-table .table-body .column-1[data-v-7a939d6b]{color:#3a3f51;font-size:14px}.kong-ui-public-top-n-table .top-n-table .table-body .column-1[data-v-7a939d6b] a{color:#0044f4;font-weight:700;text-decoration:none}.kong-ui-public-top-n-table.kong-card.border{border-radius:4px;padding:20px}.kong-ui-public-top-n-table.kong-card.border .k-card-header{align-items:baseline;margin-bottom:0!important}.kong-ui-public-top-n-table.kong-card.border .k-card-header .k-card-title{margin-bottom:16px}.kong-ui-public-top-n-table.kong-card.border .k-card-header .k-card-title h4{font-size:16px;font-weight:600}.metricscard-tooltip,.trafficcard.active .metricscard-tooltip{pointer-events:all}.metricscard[data-v-1104dc0f]{display:flex;flex-direction:column;width:100%}@media (max-width: 767px){.metricscard[data-v-1104dc0f]{max-width:none;width:auto}}@media (min-width: 768px){.metricscard[data-v-1104dc0f]{height:100%;justify-content:space-evenly}}.metricscard[data-v-1104dc0f]:hover{border:none;text-decoration:none}.metricscard-title[data-v-1104dc0f]{align-items:center;color:#000933;color:var(--kui-color-text, #000933);display:flex;flex-direction:row;font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:500;font-weight:var(--kui-font-weight-medium, 500);line-height:16px;line-height:var(--kui-line-height-20, 16px);margin:0;margin:var(--kui-space-0, 0px)}.metricscard-title.sm[data-v-1104dc0f]{font-size:12px;font-size:var(--kui-font-size-20, 12px)}.metricscard-title.md[data-v-1104dc0f]{font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600)}.metricscard-title.lg[data-v-1104dc0f],.metricscard-title.xl[data-v-1104dc0f]{font-size:14px;font-size:var(--kui-font-size-30, 14px)}.metricscard-description[data-v-1104dc0f]{color:#afb7c5;color:var(--kui-color-text-disabled, #afb7c5);font-size:12px;font-size:var(--kui-font-size-20, 12px);line-height:16px;line-height:var(--kui-line-height-20, 16px);margin-top:8px;margin-top:var(--kui-space-40, 8px)}.metricscard-icon[data-v-1104dc0f]{margin-right:4px;margin-right:var(--kui-space-20, 4px)}.metricscard-value[data-v-1104dc0f]{color:#000933;color:var(--kui-color-text, #000933);display:flex;flex-direction:row;font-size:24px;font-size:var(--kui-font-size-70, 24px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600);justify-content:space-between;line-height:32px;line-height:var(--kui-line-height-60, 32px)}.metricscard-value.sm[data-v-1104dc0f]{font-size:14px;font-size:var(--kui-font-size-30, 14px);line-height:24px;line-height:var(--kui-line-height-40, 24px)}.metricscard-value.xl[data-v-1104dc0f]{font-size:48px;font-size:var(--kui-font-size-100, 48px)}.metricscard-valuetrend[data-v-1104dc0f]{display:flex;flex-direction:column;row-gap:12px;row-gap:var(--kui-space-50, 12px)}@media (max-width: 767px){.metricscard-valuetrend[data-v-1104dc0f]{row-gap:6px;row-gap:var(--kui-space-30, 6px)}}.metricscard-valuetrend.is-compact[data-v-1104dc0f]{align-items:center;flex-direction:row!important;justify-content:space-between;margin-top:0;margin-top:var(--kui-space-0, 0px)}.metricscard-trend[data-v-1104dc0f]{align-items:center;column-gap:8px;column-gap:var(--kui-space-40, 8px);display:flex}.metricscard-trend-change[data-v-1104dc0f]{align-items:center;border-radius:4px;border-radius:var(--kui-border-radius-20, 4px);display:flex;flex-direction:row;font-size:12px;font-size:var(--kui-font-size-20, 12px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600);padding:4px 8px;padding:var(--kui-space-20, 4px) var(--kui-space-40, 8px)}.metricscard-trend-change .kui-icon[data-v-1104dc0f]{margin-right:4px;margin-right:var(--kui-space-20, 4px)}.metricscard-trend-change.positive[data-v-1104dc0f]{background-color:#ecfffb;background-color:var(--kui-color-background-success-weakest, #ecfffb);color:#007d60;color:var(--kui-color-text-success, #007d60)}.metricscard-trend-change.negative[data-v-1104dc0f]{background-color:#ffe5e5;background-color:var(--kui-color-background-danger-weakest, #ffe5e5);color:#ad000e;color:var(--kui-color-text-danger-strong, #ad000e)}.metricscard-trend-change.neutral[data-v-1104dc0f]{background-color:#e0e4ea;background-color:var(--kui-color-background-neutral-weaker, #e0e4ea);color:#52596e;color:var(--kui-color-text-neutral-strong, #52596e)}.metricscard-trend-range[data-v-1104dc0f]{color:#000933;color:var(--kui-color-text, #000933);font-size:12px;font-size:var(--kui-font-size-20, 12px)}.metricscard-tooltip[data-v-1104dc0f]{display:inline-flex;margin:auto 0 auto 4px;margin:var(--kui-space-auto, auto) var(--kui-space-0, 0px) var(--kui-space-auto, auto) var(--kui-space-20, 4px);vertical-align:middle}.metricscard-error[data-v-1104dc0f]{align-items:center;color:#3a3f51;color:var(--kui-color-text-neutral-stronger, #3a3f51);display:flex;flex-direction:row;font-size:12px;font-size:var(--kui-font-size-20, 12px);margin-top:8px;margin-top:var(--kui-space-40, 8px)}.metricscard-error .kong-icon-warning[data-v-1104dc0f]{margin-right:12px;margin-right:var(--kui-space-50, 12px)}.metricscard.active .metricscard-tooltip[data-v-1104dc0f]{pointer-events:all}.loading-tabs[data-v-50eab68c]{display:flex;flex-direction:column}.loading-tabs-large[data-v-50eab68c]{padding:4px;row-gap:12px;width:240px}.loading-tabs-small[data-v-50eab68c]{padding:2px;row-gap:8px;width:120px}.loading-tabs-small .box[data-v-50eab68c]{height:12px}@media (max-width: 767px){.loading-tabs[data-v-50eab68c]{width:auto}}.kong-ui-public-metric-card-container[data-v-eac0ca04]{background-color:transparent;background-color:var(--kui-color-background-transparent, transparent);display:flex;flex-direction:column;justify-content:space-between;width:100%}.kong-ui-public-metric-card-container .container-title[data-v-eac0ca04]{align-items:center;display:flex;font-size:16px;font-size:var(--kui-font-size-40, 16px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600);justify-content:space-between;margin-bottom:12px;margin-bottom:var(--kui-space-50, 12px)}.kong-ui-public-metric-card-container .container-title .container-description[data-v-eac0ca04]{color:#6c7489;color:var(--kui-color-text-neutral, #6c7489);font-size:12px;font-size:var(--kui-font-size-20, 12px);font-weight:400;font-weight:var(--kui-font-weight-regular, 400)}.kong-ui-public-metric-card-container .cards-wrapper[data-v-eac0ca04]{display:flex;flex-direction:row;flex-grow:1;column-gap:24px;row-gap:16px}@media (max-width: 767px){.kong-ui-public-metric-card-container .cards-wrapper[data-v-eac0ca04]{column-gap:16px;row-gap:16px;flex-direction:column}}.kong-ui-public-metric-card-container.sm[data-v-eac0ca04]{column-gap:0;row-gap:0}.kong-ui-public-metric-card-container .error-display[data-v-eac0ca04]{align-items:center;display:flex;justify-content:center;margin:auto;margin:var(--kui-space-auto, auto)}.kong-ui-public-metric-card-container .error-display-icon[data-v-eac0ca04]{display:flex}.kong-ui-public-metric-card-container .error-display-message[data-v-eac0ca04]{color:#6c7489;color:var(--kui-color-text-neutral, #6c7489);font-size:14px;font-size:var(--kui-font-size-30, 14px);margin-left:12px;margin-left:var(--kui-space-50, 12px)}.analytics-chart[data-v-e770c4a0]{height:var(--bc149350)}.analytics-chart[data-v-1bc587d3]{height:100%}@media (min-width: 767px){.metric-card-tile-wrapper[data-v-84c4c1c8]{align-items:center;display:flex;height:var(--3e99e905)}}.metric-card-tile-wrapper[data-v-84c4c1c8] .kong-ui-public-metric-card-container{height:var(--345e89d8);max-height:var(--7fa58fd9)}@media (min-width: 767px){.metric-card-tile-wrapper[data-v-84c4c1c8] .kong-ui-public-metric-card-container .metricscard:not(:last-of-type){border-right:1px solid #e0e4ea;border-right:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea)}}.config-card-fieldset[data-v-68ca83ec]{border:solid 1px #e0e4ea;border-radius:4px;margin-bottom:8px;margin-top:4px}.config-card-fieldset-title[data-v-68ca83ec]{font-size:14px;padding:0 8px;width:auto}fieldset.config-card-fieldset .config-card-details-row{width:unset}.config-card-json-item .config-card-details-row,fieldset.config-card-fieldset .config-card-details-row{margin:0 16px}.config-card-json-item .config-card-details-row:last-of-type,fieldset.config-card-fieldset .config-card-details-row:last-of-type{border-bottom:none}[data-v-c96811e5] .k-button.navigation-button{font-size:14px;font-weight:400}.config-card-details-row[data-v-761f7e64]{align-items:center;border-bottom:var(--3ccdd5d2);box-sizing:border-box;display:var(--4b1da305);padding:16px 16px 16px 0;width:100%}.config-card-details-row .config-card-details-label[data-v-761f7e64]{box-sizing:border-box;padding-right:16px;width:var(--cd20788a)}.config-card-details-row .config-card-details-label label[data-v-761f7e64]{color:#3a3f51;display:inline-flex;max-width:100%}.config-card-details-row .config-card-details-label label .label-content[data-v-761f7e64]{line-height:initial;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.config-card-details-row .config-card-details-label label .k-popover[data-v-761f7e64]{min-width:0}.config-card-details-row .config-card-details-value[data-v-761f7e64]{box-sizing:border-box;width:var(--cd1becd4)}.config-card-details-row .config-card-details-value .truncated[data-v-761f7e64]{display:inline-block;line-height:initial;max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.config-card-details-row .config-card-details-value span.attrs-data-text[data-v-761f7e64]{overflow-wrap:anywhere}.config-card-details-row .config-card-details-value .copy-uuid-array[data-v-761f7e64] .k-copy:not(:last-of-type){margin-bottom:8px}.config-card-details-row .config-card-details-value .method-badge-array[data-v-761f7e64]{display:flex;flex-wrap:wrap;row-gap:10px}.config-card-details-row .config-badge[data-v-761f7e64]{margin-right:4px}.config-card-details-row[data-v-761f7e64] .k-label{margin-bottom:0}.config-card-details-row[data-v-761f7e64] .k-label .kong-icon-infoFilled{display:flex}.config-card-details-row[data-v-761f7e64] .config-card-details-row{width:auto}.json-content.k-code-block{border-top-left-radius:0;border-top-right-radius:0}.json-endpoint{align-items:baseline;background-color:#000933;border-bottom:1px solid rgba(255,255,255,.2);border-top-left-radius:8px;border-top-right-radius:8px;display:flex;padding:8px 0 8px 12px}.json-endpoint .k-code-block{flex:auto;z-index:2}.json-endpoint .k-code-block .code-block-content{padding-bottom:0;padding-top:0}.json-endpoint .k-code-block .code-block-secondary-actions{margin-top:0!important}.json-endpoint code{direction:rtl;max-width:var(--454fa8c4);overflow:hidden!important;text-align:left;text-overflow:ellipsis;white-space:nowrap}.config-card-prop-section-title[data-v-d15be7fe]{color:#000933;font-size:16px;font-weight:600;margin-bottom:16px;margin-top:48px}.kong-ui-entity-base-config-card .config-card-actions[data-v-7ef5c755]{align-items:center;display:flex}.kong-ui-entity-base-config-card .config-card-actions .config-format-select-label[data-v-7ef5c755]{margin-bottom:0;margin-right:8px}.kong-ui-entity-base-config-card .config-card-prop-section-title[data-v-7ef5c755]{color:#000933;font-size:16px;font-weight:600;margin-bottom:16px;margin-top:48px}.kong-ui-entity-base-config-card[data-v-7ef5c755] .config-card-details-row:last-of-type{border-bottom:none}.kong-ui-entity-base-config-card .book-icon[data-v-7ef5c755]{margin-left:8px;padding:0}.kong-ui-entity-base-form[data-v-6210a67a]{box-sizing:border-box;max-width:1536px;width:100%}.kong-ui-entity-base-form .form-actions[data-v-6210a67a]{align-items:center;display:flex;justify-content:flex-end;margin-top:24px}.kong-ui-entity-base-form .form-actions[data-v-6210a67a] .k-button:last-of-type,.kong-ui-entity-base-form .form-actions[data-v-6210a67a] .k-button:nth-last-of-type(2){margin-left:16px}.kong-ui-entity-base-form[data-v-6210a67a] .k-slideout-title{color:#000933!important;font-size:24px!important;font-weight:700!important;line-height:32px!important;margin-bottom:16px!important}.kong-ui-entity-base-form[data-v-6210a67a] .k-card.content-card{padding:0 16px!important}.kong-ui-entity-base-form[data-v-6210a67a] .tab-item>div.tab-link.has-panels{color:#6c7489!important;font-size:14px!important;font-weight:700!important;line-height:24px!important}.kong-ui-entity-base-form[data-v-6210a67a] .tab-item.active>div.tab-link.has-panels{color:#000933!important;font-weight:600!important}.content-wrapper[data-v-b252463e] .k-tooltip{word-break:break-all}.kong-ui-entity-base-table .toolbar-container[data-v-6f28b73b]{align-items:center;display:flex;width:100%}.kong-ui-entity-base-table .toolbar-button-container[data-v-6f28b73b]{margin-left:auto}.kong-ui-entity-base-table :deep(.k-table){table-layout:fixed}.kong-ui-entity-delete-modal .message[data-v-4361d622],.kong-ui-entity-delete-modal .description[data-v-4361d622]{line-height:24px;margin:0}.kong-ui-entity-delete-modal .message strong[data-v-4361d622]{font-weight:600}.kong-ui-entity-delete-modal .description[data-v-4361d622]{margin-top:32px}.kong-ui-entity-delete-error[data-v-4361d622]{margin-bottom:16px}.kong-ui-entity-filter-input[data-v-10fa27a5]{width:100%}.kong-ui-entity-filter-clear[data-v-10fa27a5]{cursor:pointer}.kong-ui-entity-filter[data-v-10fa27a5]{display:flex;position:relative}.kong-ui-entity-filter[data-v-10fa27a5] .menu-content{flex-direction:column}.kong-ui-entity-filter[data-v-10fa27a5] .k-menu-item-divider hr{margin:12px 0}.kong-ui-entity-filter-backdrop[data-v-10fa27a5]{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1050}.kong-ui-entity-filter-menu[data-v-10fa27a5]{background-color:#fff;border:1px solid #afb7c5;border-radius:4px;box-shadow:0 4px 20px #e0e4ea;left:0;margin-top:16px;padding:8px 0 12px;position:absolute;top:100%;width:300px;z-index:1060}.kong-ui-entity-filter-menu-item[data-v-10fa27a5]{border-bottom:1px solid #e0e4ea;color:#6c7489;font-size:12px;font-weight:400;line-height:16px;list-style:none;margin:0 20px;padding:16px 0;position:relative;white-space:nowrap}.menu-item-title[data-v-10fa27a5]{align-items:center;cursor:pointer;display:flex;line-height:24px}.menu-item-title.expanded[data-v-10fa27a5]{color:#232633}.menu-item-expand-icon[data-v-10fa27a5]{margin-left:auto}.menu-item-expand-icon.expanded[data-v-10fa27a5]{transform:rotate(180deg)}.menu-item-indicator[data-v-10fa27a5]{background-color:#0044f4;border-radius:50%;height:4px;margin-left:4px;width:4px}.menu-item-body[data-v-10fa27a5]{align-items:center;display:flex;justify-content:space-between;margin-top:16px}.menu-item-body[data-v-10fa27a5] .input{padding-bottom:4px!important;padding-top:4px!important}.menu-item-body[data-v-10fa27a5] .k-input{width:100%}.menu-item-body[data-v-10fa27a5] .k-select-input .input{font-size:12px}.menu-item-body[data-v-10fa27a5] .k-select-input .input::placeholder{color:#00000073!important;font-size:12px}.menu-item-label[data-v-10fa27a5]{margin-bottom:0;margin-right:12px}.menu-item-buttons[data-v-10fa27a5]{display:flex;justify-content:space-between;margin:10px 0 6px}.filter-clear-button-container[data-v-10fa27a5]{padding:12px 20px 0}fieldset[data-v-b1f74200]{margin:0;min-width:0;padding:0}.kong-ui-entity-form-section[data-v-b1f74200]{border:0}.kong-ui-entity-form-section .form-section-wrapper[data-v-b1f74200]{column-gap:16px;display:flex;flex-direction:column;padding-bottom:64px;row-gap:12px;width:100%}@media (min-width: 1024px){.kong-ui-entity-form-section .form-section-wrapper[data-v-b1f74200]{flex-direction:row}}.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-b1f74200]{flex:1}@media (min-width: 1024px){.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-b1f74200]{max-width:350px}.kong-ui-entity-form-section .form-section-wrapper .form-section-info.sticky[data-v-b1f74200]{height:fit-content;margin-bottom:16px;position:sticky;top:16px}}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-title[data-v-b1f74200]{color:#000933;font-size:16px;font-weight:700;line-height:20px;margin-bottom:8px;margin-top:0}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description[data-v-b1f74200],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description p[data-v-b1f74200],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description[data-v-b1f74200] p{color:#000933;font-size:14px;font-weight:400;line-height:20px;margin:0}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-footer[data-v-b1f74200]{margin-top:32px}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-b1f74200]{flex:1}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-b1f74200]>*:not(:first-child){margin-top:24px}.kong-ui-entity-form-section.has-divider .form-section-wrapper[data-v-b1f74200]{border-bottom:1px solid #e0e4ea}.kong-ui-public-entity-link[data-v-60e3ef7c]{align-items:center;display:flex}.kong-ui-public-entity-link .deleted-entity[data-v-60e3ef7c]{font-style:italic}.kong-ui-public-entity-link .entity-link[data-v-60e3ef7c]{display:flex}.kong-ui-public-entity-link .entity-link[data-v-60e3ef7c] .external-link-icon{color:#0044f4;margin-left:4px;padding:2px}.kong-ui-public-entity-link .entity-link-label[data-v-60e3ef7c]{display:inline-block;font-weight:400;max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kong-ui-public-entity-link .copy-uuid-tooltip[data-v-60e3ef7c]{align-items:center;cursor:pointer;display:flex}.kong-ui-public-entity-link .copy-uuid-tooltip .entity-link-copy-id[data-v-60e3ef7c]{margin-left:2px}.tile-boundary[data-v-25af9802]{display:flex;flex-direction:column;height:var(--6018253a)}.tile-boundary .tile-header[data-v-25af9802]{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px;margin-bottom:var(--kui-space-30, 6px);right:0;width:100%}.tile-boundary .tile-header .title[data-v-25af9802]{font-weight:700;font-weight:var(--kui-font-weight-bold, 700)}.tile-boundary .tile-header .header-description[data-v-25af9802]{color:#6c7489;font-size:12px;text-align:right}.tile-boundary .tile-header .dropdown[data-v-25af9802]{display:flex;margin-left:auto;margin-left:var(--kui-space-auto, auto);margin-right:0;margin-right:var(--kui-space-0, 0px)}.tile-boundary .tile-header .dropdown .kebab-action-menu[data-v-25af9802]{background:transparent;border:none;color:inherit;cursor:pointer;height:100%;opacity:var(--313a3e66);transform:fade(0,-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s;visibility:var(--7265bedf)}.tile-boundary .tile-header .dropdown li.k-dropdown-item a[data-v-25af9802]{text-decoration:none}.tile-boundary .tile-header .dropdown a[data-v-25af9802]{color:#000933}.tile-boundary .tile-header .dropdown a[data-v-25af9802]:hover{color:#000933;text-decoration:none}.tile-boundary .tile-header .dropdown[data-v-25af9802]:hover{cursor:pointer}.tile-boundary .tile-content[data-v-25af9802]{flex-grow:1}.kong-ui-public-grid-layout[data-v-f43eb7b8]{display:grid;gap:20px;gap:var(--kui-space-70, 20px);grid-template-columns:repeat(var(--3bc5e939),1fr);grid-template-rows:var(--77aa3028);width:100%}@media (max-width: 768px){.kong-ui-public-grid-layout[data-v-f43eb7b8]{display:flex;flex-direction:column}.kong-ui-public-grid-layout .grid-cell[data-v-f43eb7b8]{height:auto!important;left:auto!important;position:relative;top:auto!important;transform:none!important;width:auto!important}.kong-ui-public-grid-layout .grid-cell[data-v-f43eb7b8]:not(:first-child){margin-top:20px;margin-top:var(--kui-space-70, 20px)}.kong-ui-public-grid-layout .empty-cell[data-v-f43eb7b8]{display:none}}.kong-ui-public-dashboard-renderer .tile-container[data-v-26130807]{background:transparent;background:var(--kui-color-background-transparent, transparent);border:1px solid #e0e4ea;border:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);border-radius:4px;border-radius:var(--kui-border-radius-20, 4px);height:100%;padding:20px;padding:var(--kui-space-70, 20px)}
@@ -1 +1 @@
1
- {"version":3,"file":"BaseAnalyticsChartRenderer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/BaseAnalyticsChartRenderer.vue"],"names":[],"mappings":"AA+FA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAO7C,OAAO,KAAK,EAA6F,eAAe,EAAyE,MAAM,qCAAqC,CAAA;;iBAIlL,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;iBAAnB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;AAiL7E,wBAUG"}
1
+ {"version":3,"file":"BaseAnalyticsChartRenderer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/BaseAnalyticsChartRenderer.vue"],"names":[],"mappings":"AAgGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAO7C,OAAO,KAAK,EAA6F,eAAe,EAAyE,MAAM,qCAAqC,CAAA;;iBAIlL,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;iBAAnB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;AAkL7E,wBAUG"}
@@ -109,6 +109,9 @@ declare const __VLS_component: import("vue").DefineComponent<{
109
109
  chartTitle?: string | undefined;
110
110
  allowCsvExport?: boolean | undefined;
111
111
  stacked?: boolean | undefined;
112
+ threshold?: {
113
+ [x: string]: number;
114
+ } | undefined;
112
115
  type: "timeseries_line" | "timeseries_bar";
113
116
  } | {
114
117
  description?: string | undefined;
@@ -229,6 +232,9 @@ declare const __VLS_component: import("vue").DefineComponent<{
229
232
  chartTitle?: string | undefined;
230
233
  allowCsvExport?: boolean | undefined;
231
234
  stacked?: boolean | undefined;
235
+ threshold?: {
236
+ [x: string]: number;
237
+ } | undefined;
232
238
  type: "timeseries_line" | "timeseries_bar";
233
239
  } | {
234
240
  description?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"DashboardRenderer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DashboardRenderer.vue"],"names":[],"mappings":"AA8LA,OAAO,KAAK,EAAE,eAAe,EAAE,wBAAwB,EAAE,QAAQ,EAAgE,MAAM,UAAU,CAAA;AAsJjJ,iBAAS,cAAc;6CA6F+D,GAAG;;WAU3E,OAAO,IAA6B;EAEjD;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aApQV,wBAAwB;YACzB,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aADd,wBAAwB;YACzB,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kFA6QvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"DashboardRenderer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DashboardRenderer.vue"],"names":[],"mappings":"AA8LA,OAAO,KAAK,EAAE,eAAe,EAAE,wBAAwB,EAAE,QAAQ,EAAgE,MAAM,UAAU,CAAA;AAsJjJ,iBAAS,cAAc;6CA6F+D,GAAG;;WAU3E,OAAO,IAA6B;EAEjD;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aApQV,wBAAwB;YACzB,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aADd,wBAAwB;YACzB,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kFA6QvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -106,6 +106,9 @@ declare const _default: import("vue").DefineComponent<{
106
106
  chartTitle?: string | undefined;
107
107
  allowCsvExport?: boolean | undefined;
108
108
  stacked?: boolean | undefined;
109
+ threshold?: {
110
+ [x: string]: number;
111
+ } | undefined;
109
112
  type: "timeseries_line" | "timeseries_bar";
110
113
  } | {
111
114
  description?: string | undefined;
@@ -229,6 +232,9 @@ declare const _default: import("vue").DefineComponent<{
229
232
  chartTitle?: string | undefined;
230
233
  allowCsvExport?: boolean | undefined;
231
234
  stacked?: boolean | undefined;
235
+ threshold?: {
236
+ [x: string]: number;
237
+ } | undefined;
232
238
  type: "timeseries_line" | "timeseries_bar";
233
239
  } | {
234
240
  description?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"DashboardTile.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DashboardTile.vue"],"names":[],"mappings":"AAmQA,OAAO,KAAK,EAAE,gCAAgC,EAAqB,cAAc,EAAE,MAAM,UAAU,CAAA;AAKnG,OAAO,gDAAgD,CAAA;AACvD,OAAO,0DAA0D,CAAA;;gBAmBnD,cAAc;aACjB,gCAAgC;aAChC,MAAM;gBACH,OAAO;oBACH,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAJV,cAAc;aACjB,gCAAgC;aAChC,MAAM;gBACH,OAAO;oBACH,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAFb,MAAM;;AA2UjB,wBAUG"}
1
+ {"version":3,"file":"DashboardTile.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DashboardTile.vue"],"names":[],"mappings":"AAmQA,OAAO,KAAK,EAAE,gCAAgC,EAAqB,cAAc,EAAE,MAAM,UAAU,CAAA;AAKnG,OAAO,gDAAgD,CAAA;AACvD,OAAO,0DAA0D,CAAA;;gBAmBnD,cAAc;aACjB,gCAAgC;aAChC,MAAM;gBACH,OAAO;oBACH,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAJV,cAAc;aACjB,gCAAgC;aAChC,MAAM;gBACH,OAAO;oBACH,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAFb,MAAM;;AA2UjB,wBAUG"}
@@ -7,6 +7,9 @@ declare const _default: import("vue").DefineComponent<RendererProps<{
7
7
  chartTitle?: string | undefined;
8
8
  allowCsvExport?: boolean | undefined;
9
9
  stacked?: boolean | undefined;
10
+ threshold?: {
11
+ [x: string]: number;
12
+ } | undefined;
10
13
  type: "timeseries_line" | "timeseries_bar";
11
14
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<RendererProps<{
12
15
  chartDatasetColors?: {
@@ -16,6 +19,9 @@ declare const _default: import("vue").DefineComponent<RendererProps<{
16
19
  chartTitle?: string | undefined;
17
20
  allowCsvExport?: boolean | undefined;
18
21
  stacked?: boolean | undefined;
22
+ threshold?: {
23
+ [x: string]: number;
24
+ } | undefined;
19
25
  type: "timeseries_line" | "timeseries_bar";
20
26
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
27
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"TimeseriesChartRenderer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TimeseriesChartRenderer.vue"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAA0B,aAAa,EAAE,MAAM,UAAU,CAAA;;;;;;;;;;;;;;;;;;;;AA4DrE,wBAMG"}
1
+ {"version":3,"file":"TimeseriesChartRenderer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TimeseriesChartRenderer.vue"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAA0B,aAAa,EAAE,MAAM,UAAU,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;AA4DrE,wBAMG"}
@@ -72,6 +72,12 @@ export declare const timeseriesChartSchema: {
72
72
  readonly stacked: {
73
73
  readonly type: "boolean";
74
74
  };
75
+ readonly threshold: {
76
+ readonly type: "object";
77
+ readonly additionalProperties: {
78
+ readonly type: "number";
79
+ };
80
+ };
75
81
  readonly chartDatasetColors: {
76
82
  readonly type: readonly ["object", "array"];
77
83
  readonly items: {
@@ -1278,6 +1284,12 @@ export declare const tileDefinitionSchema: {
1278
1284
  readonly stacked: {
1279
1285
  readonly type: "boolean";
1280
1286
  };
1287
+ readonly threshold: {
1288
+ readonly type: "object";
1289
+ readonly additionalProperties: {
1290
+ readonly type: "number";
1291
+ };
1292
+ };
1281
1293
  readonly chartDatasetColors: {
1282
1294
  readonly type: readonly ["object", "array"];
1283
1295
  readonly items: {
@@ -1821,6 +1833,12 @@ export declare const tileConfigSchema: {
1821
1833
  readonly stacked: {
1822
1834
  readonly type: "boolean";
1823
1835
  };
1836
+ readonly threshold: {
1837
+ readonly type: "object";
1838
+ readonly additionalProperties: {
1839
+ readonly type: "number";
1840
+ };
1841
+ };
1824
1842
  readonly chartDatasetColors: {
1825
1843
  readonly type: readonly ["object", "array"];
1826
1844
  readonly items: {
@@ -2372,6 +2390,12 @@ export declare const dashboardConfigSchema: {
2372
2390
  readonly stacked: {
2373
2391
  readonly type: "boolean";
2374
2392
  };
2393
+ readonly threshold: {
2394
+ readonly type: "object";
2395
+ readonly additionalProperties: {
2396
+ readonly type: "number";
2397
+ };
2398
+ };
2375
2399
  readonly chartDatasetColors: {
2376
2400
  readonly type: readonly ["object", "array"];
2377
2401
  readonly items: {
@@ -1 +1 @@
1
- {"version":3,"file":"dashboard-renderer-types.d.ts","sourceRoot":"","sources":["../../../src/types/dashboard-renderer-types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"dashboard-renderer-types.d.ts","sourceRoot":"","sources":["../../../src/types/dashboard-renderer-types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAA;AAEpE,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAA;AAgBlF,MAAM,WAAW,wBAAwB;IACvC,OAAO,EAAE,UAAU,EAAE,CAAA;IACrB,QAAQ,CAAC,EAAE,WAAW,CAAA;IACtB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,KAAK,qBAAqB,CAAC,CAAC,SAAS,UAAU,IAAI,UAAU,CAAC,CAAC,EAAE;IAAE,+BAA+B,EAAE,IAAI,CAAA;CAAE,CAAC,CAAA;AAG3G,MAAM,MAAM,gCAAgC,GAAG,QAAQ,CAAC,wBAAwB,CAAC,CAAA;AAIjF,eAAO,MAAM,kBAAkB,mIASrB,CAAA;AACV,MAAM,MAAM,iBAAiB,GAAG,OAAO,kBAAkB,CAAC,MAAM,CAAC,CAAA;AAyBjE,eAAO,MAAM,eAAe;;;;;;;;;;;;;CAaG,CAAA;AAE/B,MAAM,MAAM,gBAAgB,GAAG,qBAAqB,CAAC,OAAO,eAAe,CAAC,CAAA;AAE5E,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiBI,CAAA;AAE/B,MAAM,MAAM,eAAe,GAAG,qBAAqB,CAAC,OAAO,cAAc,CAAC,CAAA;AAE1E,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuBH,CAAA;AAE/B,MAAM,MAAM,sBAAsB,GAAG,qBAAqB,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAExF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;CAsBE,CAAA;AAE/B,MAAM,MAAM,iBAAiB,GAAG,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAE9E,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;CAkBG,CAAA;AAE/B,MAAM,MAAM,gBAAgB,GAAG,qBAAqB,CAAC,OAAO,eAAe,CAAC,CAAA;AAE5E,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;CAoBE,CAAA;AAE/B,MAAM,MAAM,iBAAiB,GAAG,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAqI9E,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiBF,CAAA;AAE/B,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiBE,CAAA;AAE/B,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiBK,CAAA;AAE/B,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAED,CAAA;AAE/B,MAAM,MAAM,mBAAmB,GAAG,qBAAqB,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAGnF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUF,CAAA;AAE/B,MAAM,MAAM,cAAc,GAAG,qBAAqB,CAAC,OAAO,oBAAoB,CAAC,CAAA;AAE/E,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCE,CAAA;AAE/B,MAAM,MAAM,UAAU,GAAG,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAEvE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQE,CAAA;AAE/B,MAAM,MAAM,UAAU,GAAG,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAEvE,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BH,CAAA;AAE/B,MAAM,MAAM,eAAe,GAAG,qBAAqB,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAEjF,MAAM,WAAW,aAAa,CAAC,CAAC;IAC9B,KAAK,EAAE,mBAAmB,CAAA;IAC1B,OAAO,EAAE,gCAAgC,CAAA;IACzC,UAAU,EAAE,OAAO,CAAA;IACnB,YAAY,EAAE,CAAC,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;IACd,cAAc,EAAE,MAAM,CAAA;CACvB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/dashboard-renderer",
3
- "version": "0.31.2",
3
+ "version": "0.32.0",
4
4
  "type": "module",
5
5
  "main": "./dist/dashboard-renderer.umd.js",
6
6
  "module": "./dist/dashboard-renderer.es.js",
@@ -27,11 +27,11 @@
27
27
  "pinia": ">= 2.1.7 < 3",
28
28
  "swrv": "^1.0.4",
29
29
  "vue": "^3.5.12",
30
- "@kong-ui-public/analytics-config-store": "^0.8.22",
31
- "@kong-ui-public/analytics-chart": "^5.5.3",
32
- "@kong-ui-public/analytics-utilities": "^5.5.0",
30
+ "@kong-ui-public/analytics-chart": "^5.6.0",
31
+ "@kong-ui-public/analytics-metric-provider": "^8.6.4",
32
+ "@kong-ui-public/analytics-config-store": "^0.8.23",
33
33
  "@kong-ui-public/i18n": "^2.2.10",
34
- "@kong-ui-public/analytics-metric-provider": "^8.6.3",
34
+ "@kong-ui-public/analytics-utilities": "^5.6.0",
35
35
  "@kong-ui-public/sandbox-layout": "^2.1.59"
36
36
  },
37
37
  "repository": {
@@ -55,11 +55,11 @@
55
55
  "@kong/kongponents": "^9.14.16",
56
56
  "swrv": "^1.0.4",
57
57
  "vue": ">= 3.3.13 < 4",
58
- "@kong-ui-public/analytics-chart": "^5.5.3",
59
- "@kong-ui-public/analytics-config-store": "^0.8.22",
58
+ "@kong-ui-public/analytics-chart": "^5.6.0",
59
+ "@kong-ui-public/analytics-config-store": "^0.8.23",
60
+ "@kong-ui-public/analytics-metric-provider": "^8.6.4",
60
61
  "@kong-ui-public/i18n": "^2.2.10",
61
- "@kong-ui-public/analytics-utilities": "^5.5.0",
62
- "@kong-ui-public/analytics-metric-provider": "^8.6.3"
62
+ "@kong-ui-public/analytics-utilities": "^5.6.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "ajv": "^8.17.1",