@kong-ui-public/dashboard-renderer 0.18.5 → 0.18.6

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.
@@ -3,7 +3,7 @@ import { ChartMetricDisplay as it, ChartTypesSimple as at, SimpleChart as ot, Ch
3
3
  import lt from "swrv";
4
4
  import ue from "axios";
5
5
  import { createI18n as Ee, i18nTComponent as Ne } from "@kong-ui-public/i18n";
6
- import { MetricsProviderInternal as ct, MetricsConsumer as ut } from "@kong-ui-public/analytics-metric-provider";
6
+ import { MetricsProvider as ct, MetricsConsumer as ut } from "@kong-ui-public/analytics-metric-provider";
7
7
  import { Timeframe as pt, GranularityKeys as pe, TimePeriods as dt } from "@kong-ui-public/analytics-utilities";
8
8
  import "@kong/kongponents";
9
9
  import "vue-router";
@@ -708,7 +708,7 @@ const je = {
708
708
  }, 16)
709
709
  ]));
710
710
  }
711
- }), Kt = /* @__PURE__ */ D(Vt, [["__scopeId", "data-v-45b71e5d"]]), $e = "20px";
711
+ }), Kt = /* @__PURE__ */ D(Vt, [["__scopeId", "data-v-8c92920c"]]), $e = "20px";
712
712
  var P = /* @__PURE__ */ ((e) => (e[e.Loading = 0] = "Loading", e[e.Idle = 1] = "Idle", e[e.NoResults = 2] = "NoResults", e[e.Error = 3] = "Error", e))(P || {});
713
713
  function Bt() {
714
714
  return {
@@ -1,4 +1,4 @@
1
- (function(f,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("vue"),require("@kong-ui-public/analytics-chart"),require("swrv"),require("axios"),require("@kong-ui-public/i18n"),require("@kong-ui-public/analytics-metric-provider"),require("@kong-ui-public/analytics-utilities"),require("@kong/kongponents"),require("vue-router")):typeof define=="function"&&define.amd?define(["exports","vue","@kong-ui-public/analytics-chart","swrv","axios","@kong-ui-public/i18n","@kong-ui-public/analytics-metric-provider","@kong-ui-public/analytics-utilities","@kong/kongponents","vue-router"],n):(f=typeof globalThis<"u"?globalThis:f||self,n(f["kong-ui-public-dashboard-renderer"]={},f.Vue,f["kong-ui-public-analytics-chart"],f.swrv,f.axios,f["kong-ui-public-i18n"],f["kong-ui-public-analytics-metric-provider"],f["kong-ui-public-analytics-utilities"]))})(this,function(f,n,S,Be,W,j,Q,$){"use strict";const U="analytics-query-provider",H="{entity-id}",J="{cp-id}";var _=(e=>(e.HorizontalBar="horizontal_bar",e.VerticalBar="vertical_bar",e.Gauge="gauge",e.TimeseriesLine="timeseries_line",e.GoldenSignals="golden_signals",e.TopN="top_n",e.Slottable="slottable",e))(_||{});const V={type:"string"},R={type:"string"},X={type:"boolean"},ee={type:["object","array"],items:{type:"string"},additionalProperties:{type:"string"}},te={type:"object",properties:{type:{type:"string",enum:["slottable"]},id:{type:"string"}},required:["type","id"],additionalProperties:!1},re={type:"object",properties:{type:{type:"string",enum:["horizontal_bar","vertical_bar"]},stacked:{type:"boolean"},chartDatasetColors:ee,syntheticsDataKey:V,chartTitle:R,allowCsvExport:X},required:["type"],additionalProperties:!1},ne={type:"object",properties:{type:{type:"string",enum:["timeseries_line"]},stacked:{type:"boolean"},chartDatasetColors:ee,syntheticsDataKey:V,chartTitle:R,allowCsvExport:X},required:["type"],additionalProperties:!1},ie={type:"object",properties:{type:{type:"string",enum:["gauge"]},metricDisplay:{type:"string",enum:Object.values(S.ChartMetricDisplay)},reverseDataset:{type:"boolean"},numerator:{type:"number"},syntheticsDataKey:V,chartTitle:R},required:["type"],additionalProperties:!1},oe={type:"object",properties:{chartTitle:R,syntheticsDataKey:V,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"}},required:["type"]},se={type:"object",description:"A query to launch at the API",properties:{metrics:{type:"array",description:"List of aggregated metrics to collect across the requested time span.",items:{type:"string",enum:["request_count","request_per_minute","response_latency_p99","response_latency_p95","response_latency_p50","response_latency_average","upstream_latency_p99","upstream_latency_p95","upstream_latency_p50","upstream_latency_average","kong_latency_p99","kong_latency_p95","kong_latency_p50","kong_latency_average","response_size_p99","response_size_p95","response_size_p50","request_size_p99","request_size_p95","request_size_p50","request_size_average","response_size_average"]}},dimensions:{type:"array",description:"List of attributes or entity types to group by.",minItems:0,maxItems:2,items:{type:"string",enum:["api_product","api_product_version","application","consumer","control_plane","control_plane_group","data_plane_node","gateway_service","route","status_code","status_code_grouped","time"]}},filters:{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:["api_product","api_product_version","application","consumer","control_plane","control_plane_group","data_plane_node","gateway_service","route","status_code","status_code_grouped","time"]},type:{type:"string",enum:["in","not_in","selector"]},values:{type:"array",items:{type:"string"}}},required:["dimension","type","values"]}},granularity_ms:{type:"number",description:'Force time grouping into buckets of this duration in milliseconds. Only has an effect if "time" is in the "dimensions" list.',minimum:6e4},time_range:{description:"The time range to query.",oneOf:[{type:"object",properties:{tz:{type:"string",default:"Etc/UTC"},type:{type:"string",enum:["relative"]},time_range:{type:"string",enum:["15m","1h","6h","12h","24h","7d","30d","current_week","current_month","previous_week","previous_month"],default:"1h"}},required:["type","time_range"]},{type:"object",description:"A duration representing an exact start and end time.",properties:{tz:{type:"string",default:"Etc/UTC"},type:{type:"string",enum:["absolute"]},start:{type:"string"},end:{type:"string"}},required:["type"]}],default:{type:"relative",time_range:"1h"}},meta:{type:"object"}}},le={type:"object",properties:{query:se,chart:{oneOf:[re,ie,ne,ae,oe,te]}},required:["query","chart"],additionalProperties:!1},ce={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:le,layout:ce},required:["definition","layout"],additionalProperties:!1},je={type:"object",properties:{tiles:{type:"array",items:ue},tileHeight:{type:"number",description:"Height of each tile in pixels. Default: 170"},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};var pe=(e=>(e.VALIDATING="VALIDATING",e.VALIDATING_HAS_DATA="VALIDATING_HAS_DATA",e.PENDING="PENDING",e.SUCCESS="SUCCESS",e.SUCCESS_HAS_DATA="SUCCESS_HAS_DATA",e.ERROR="ERROR",e.STALE_IF_ERROR="STALE_IF_ERROR",e))(pe||{});const $e=e=>{var t,r,o,i,s;return e?!!((t=Object.keys(e))!=null&&t.length||(r=e.data)!=null&&r.length||(i=(o=e.data)==null?void 0:o.data)!=null&&i.length||!((s=e.data)!=null&&s.data)&&typeof e.data=="object"&&Object.keys(e==null?void 0:e.data).length):!1};function Ve(e=n.ref({}),t,r,o=$e){const i=n.ref("PENDING");return n.watchEffect(()=>{const s=o(e.value);if(e.value&&s&&r.value){i.value="VALIDATING_HAS_DATA";return}if(e.value&&r.value){i.value="VALIDATING";return}if(e.value&&t.value){i.value="STALE_IF_ERROR";return}if(e.value===void 0&&!t.value){i.value="PENDING";return}if(e.value&&!t.value&&s){i.value="SUCCESS_HAS_DATA";return}if(e.value&&!t.value){i.value="SUCCESS";return}e.value===void 0&&t&&(i.value="ERROR")}),{state:i,swrvState:pe}}const ze={renderer:{noQueryBridge:"No query bridge provided. Unable to render dashboard."},queryDataProvider:{timeRangeExceeded:"The time range for this report is outside of your organization's data retention period"}};function Fe(){const e=j.createI18n("en-us",ze);return{i18n:e,i18nT:j.i18nTComponent(e)}}const de={useI18n:Fe},z=n.defineComponent({__name:"QueryDataProvider",props:{context:{},query:{},queryReady:{type:Boolean}},emits:["queryComplete"],setup(e,{emit:t}){const r=e,o=t,{i18n:i}=de.useI18n(),s=n.inject(U),a=()=>r.queryReady&&s?JSON.stringify([r.query,r.context]):null,l=new AbortController;n.onUnmounted(()=>{l.abort()});const{data:c,error:u,isValidating:h}=Be(a,async()=>{var C,L,x,O;try{const d=[];r.query.filters&&d.push(...r.query.filters),d.push(...r.context.filters);const P={...r.query,time_range:{...r.context.timeSpec,tz:r.context.tz},filters:d};return s==null?void 0:s.queryFn(P,l)}catch(d){y.value=((L=(C=d==null?void 0:d.response)==null?void 0:C.data)==null?void 0:L.message)==="Range not allowed for this tier"?i.t("queryDataProvider.timeRangeExceeded"):((O=(x=d==null?void 0:d.response)==null?void 0:x.data)==null?void 0:O.message)||(d==null?void 0:d.message)}finally{o("queryComplete")}},{refreshInterval:r.context.refreshInterval??3e4,revalidateOnFocus:!1}),{state:p,swrvState:m}=Ve(c,u,h),y=n.ref(null),E=n.computed(()=>p.value===m.ERROR||!!y.value),b=n.computed(()=>!r.queryReady||p.value===m.PENDING);return(C,L)=>{const x=n.resolveComponent("KSkeleton"),O=n.resolveComponent("KEmptyState");return b.value||!n.unref(c)&&!E.value?(n.openBlock(),n.createBlock(x,{key:0,class:"chart-skeleton",type:"table"})):E.value?(n.openBlock(),n.createBlock(O,{key:1,"action-button-visible":!1,"data-testid":"chart-empty-state","icon-variant":"error"},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(y.value),1)]),_:1})):n.unref(c)?n.renderSlot(C.$slots,"default",{key:2,data:n.unref(c)}):n.createCommentVNode("",!0)}}}),Pe={class:"analytics-chart"},Ue=n.defineComponent({__name:"SimpleChartRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{}},setup(e){n.useCssVars(i=>({"8c62ff26":`${i.height}px`}));const t=e,r={[_.Gauge]:S.ChartTypesSimple.GAUGE},o=n.computed(()=>({...t.chartOptions,type:r[t.chartOptions.type]}));return(i,s)=>(n.openBlock(),n.createBlock(z,{context:i.context,query:i.query,"query-ready":i.queryReady},{default:n.withCtx(({data:a})=>[n.createElementVNode("div",Pe,[n.createVNode(n.unref(S.SimpleChart),{"chart-data":a,"chart-options":o.value,"synthetics-data-key":i.chartOptions.syntheticsDataKey},null,8,["chart-data","chart-options","synthetics-data-key"])])]),_:1},8,["context","query","query-ready"]))}}),I=(e,t)=>{const r=e.__vccOpts||e;for(const[o,i]of t)r[o]=i;return r},He=I(Ue,[["__scopeId","data-v-f0f6ed41"]]),Ke={class:"analytics-chart"},fe=I(n.defineComponent({__name:"BarChartRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{}},setup(e){n.useCssVars(i=>({"1eed717c":`${i.height}px`}));const t=e,r={[_.HorizontalBar]:S.ChartTypes.HORIZONTAL_BAR,[_.VerticalBar]:S.ChartTypes.VERTICAL_BAR},o=n.computed(()=>({type:r[t.chartOptions.type],stacked:t.chartOptions.stacked,chartDatasetColors:t.chartOptions.chartDatasetColors}));return(i,s)=>(n.openBlock(),n.createBlock(z,{context:i.context,query:i.query,"query-ready":i.queryReady},{default:n.withCtx(({data:a})=>[n.createElementVNode("div",Ke,[n.createVNode(n.unref(S.AnalyticsChart),{"allow-csv-export":i.chartOptions.allowCsvExport,"chart-data":a,"chart-options":o.value,"chart-title":i.chartOptions.chartTitle,"legend-position":"bottom","show-annotations":!1,"synthetics-data-key":i.chartOptions.syntheticsDataKey,"tooltip-title":""},null,8,["allow-csv-export","chart-data","chart-options","chart-title","synthetics-data-key"])])]),_:1},8,["context","query","query-ready"]))}}),[["__scopeId","data-v-36598a1b"]]),Ge={class:"analytics-chart"},Me=I(n.defineComponent({__name:"TimeseriesChartRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{}},setup(e){n.useCssVars(i=>({"4efa9c90":`${i.height}px`}));const t=e,r={[_.TimeseriesLine]:S.ChartTypes.TIMESERIES_LINE},o=n.computed(()=>{const i=t.chartOptions.stacked??!1;return{type:r[t.chartOptions.type],stacked:i,chartDatasetColors:t.chartOptions.chartDatasetColors}});return(i,s)=>(n.openBlock(),n.createBlock(z,{context:i.context,query:i.query,"query-ready":i.queryReady},{default:n.withCtx(({data:a})=>[n.createElementVNode("div",Ge,[n.createVNode(n.unref(S.AnalyticsChart),{"allow-csv-export":i.chartOptions.allowCsvExport,"chart-data":a,"chart-options":o.value,"chart-title":i.chartOptions.chartTitle,"legend-position":"bottom","synthetics-data-key":i.chartOptions.syntheticsDataKey,"tooltip-title":""},null,8,["allow-csv-export","chart-data","chart-options","chart-title","synthetics-data-key"])])]),_:1},8,["context","query","query-ready"]))}}),[["__scopeId","data-v-ceb07ca8"]]),Ye={class:"metric-card-tile-wrapper"},Ze=I(n.defineComponent({__name:"GoldenSignalsRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{}},setup(e){const t=e,r=n.computed(()=>{const i=t.context.timeSpec;if(i.type==="absolute")return new $.Timeframe({key:"custom",timeframeText:"custom",display:"custom",startCustom:i.start,endCustom:i.end,timeframeLength:()=>0,defaultResponseGranularity:$.GranularityKeys.DAILY,dataGranularity:$.GranularityKeys.DAILY,isRelative:!1,allowedTiers:["free","plus","enterprise"]});const s=$.TimePeriods.get(i.time_range);if(!s)throw new Error("Unknown time range");return s}),o=n.computed(()=>({overrideTimeframe:r.value,tz:t.context.tz,additionalFilter:t.context.filters,longCardTitles:t.chartOptions.longCardTitles,containerTitle:t.chartOptions.chartTitle,description:t.chartOptions.description,hasTrendAccess:!0,refreshInterval:t.context.refreshInterval??3e4}));return(i,s)=>(n.openBlock(),n.createElementBlock("div",Ye,[n.createVNode(n.unref(Q.MetricsProviderInternal),n.normalizeProps(n.guardReactiveProps(o.value)),{default:n.withCtx(()=>[n.createVNode(n.unref(Q.MetricsConsumer))]),_:1},16)]))}}),[["__scopeId","data-v-45b71e5d"]]),ye="20px";var N=(e=>(e[e.Loading=0]="Loading",e[e.Idle=1]="Idle",e[e.NoResults=2]="NoResults",e[e.Error=3]="Error",e))(N||{});function We(){return{getAxiosInstance:(e={})=>{try{const t=n.inject("get-axios-instance",void 0);return typeof t=="function"?t(e):W.create({withCredentials:!0,timeout:3e4,...e})}catch(t){return console.warn("getAxiosInstance:",t.message||t),W.create({withCredentials:!0,timeout:3e4,...e})}},getTraceIdFromError:e=>{var t;return((t=e==null?void 0:e.response)==null?void 0:t.headers["x-datadog-trace-id"])||""}}}function Qe(){return{debounce:(e,t)=>{let r;return(...o)=>{clearTimeout(r),r=window==null?void 0:window.setTimeout(()=>{e(...o)},t)}}}}function K(e={}){const{getAxiosInstance:t}=We();return{axiosInstance:t(e)}}const Je={actions:{copyId:"Copy ID",copied_id:'Copied "{id}" to the clipboard',copyToClipboard:"Copied successfully!",copyToClipboardFailed:"Failed to copy to the clipboard"}},Xe={message:"Are you sure you want to delete this {entityType}?",messageWithName:"Are you sure you want to delete this {entityType} {entityName}?"},et={actions:{viewConfiguration:"View Configuration",save:"Save",cancel:"Cancel",back:"Back"},configuration:{title:"Configuration",message:"Export configurations for core Kong Gateway objects, like services, routes, and plugins, to either YAML or JSON. This allows for straightforward importing into APIOps tools like decK with YAML, or Insomnia and cURL with JSON.",yaml:"YAML",json:"JSON"},errors:{edit:"The entity could not be edited at this time."}},tt={emptyState:{noSearchResultsTitle:"No results found",noSearchResultsMessage:"Please adjust the criteria and try again.",noSearchResultsCtaText:"Clear"}},rt={title:"Configuration",actions:{copy:"Copy JSON"},sections:{advanced:"Advanced",plugin:"Plugin Specific Configuration"},commonFields:{id_label:"ID",name_label:"Name",enabled_label:"Enabled",enabled_tooltip:"Enabled is FTW",updated_at_label:"Last Updated",created_at_label:"Created",tags_label:"Tags",link:"Link"},statusBadge:{enabledLabel:"Enabled",disabledLabel:"Disabled"},copy:{tooltip:"Copy {label}",success:"Copied!"},errors:{load:"The entity configuration data could not be loaded at this time.",copy:"Failed to copy to clipboard"},general:{entryTitle:"Entry {index}",structuredFormat:"Structured"}},nt={filterButtonText:"Filter",fieldLabel:"Filter by:",inputPlaceholder:"Enter a value",selectPlaceholder:"Select an item",applyButtonText:"Apply",clearButtonText:"Clear",clearAllButtonText:"Clear all filters"},it={errors:{fetch:"Could not fetch available items",invalid:"Please select a valid value"}},ot={unexpected:"An unexpected error has occurred",dataKeyUndefined:'The data key "{dataKey}" does not exist in the response.'},at={utf8Name:"The name can be any string containing characters, letters, numbers, or the following characters: ., -, _, or ~. Do not use spaces."},st={enable:{title:"Enable {entityType}",message:"Are you sure you want to enable the {entityType} {entityName}?",confirmText:"Yes, enable"},disable:{title:"Disable {entityType}",message:"Are you sure you want to disable the {entityType} {entityName}?",confirmText:"Yes, disable"}},lt={global:Je,deleteModal:Xe,baseForm:et,baseTable:tt,baseConfigCard:rt,filter:nt,debouncedFilter:it,errors:ot,validationErrors:at,toggleModal:st};function F(){const e=j.createI18n("en-us",lt);return{i18n:e,i18nT:j.i18nTComponent(e)}}function he(){const e=(r,o)=>(o==null?void 0:o[r])??void 0,t=(r,o)=>{if(r.length!==o.length)return!1;const i=new Set([...r,...o]);for(const s of i){const a=r.filter(c=>c===s).length,l=o.filter(c=>c===s).length;if(a!==l)return!1}return!0};return{getPropValue:e,objectsAreEqual:(r,o,i)=>{if(i){if(Object.keys(r).length===Object.keys(o).length)for(const s in r)if(Array.isArray(r[s])&&Array.isArray(o[s])){if(t(r[s],o[s]))continue;return!1}else{if(r[s]===o[s])continue;return!1}else return!1;return!0}try{return JSON.stringify(r)===JSON.stringify(o)}catch{return!1}},sortAlpha:r=>(o,i)=>{let s=o[r]===void 0||o[r]===null?"":o[r],a=i[r]===void 0||i[r]===null?"":i[r];return Array.isArray(o[r])&&(s=o[r][0]),Array.isArray(i[r])&&(a=i[r][0]),s.localeCompare(a)},isValidUuid:r=>r?/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/.test(r):!1}}function ct(e,t,r,o={fetchedItemsKey:"data",searchKeys:["id"]}){r||(r="1000");const{axiosInstance:i}=K(e.axiosRequestConfig),{i18n:{t:s}}=F(),{debounce:a}=Qe(),l=a(async d=>{await O(d)},200),c=n.ref(!1),u=n.ref(""),h=n.ref(""),p=n.ref([]),m=n.ref([]),y=n.ref(void 0),E=n.unref(t);let b=`${e.apiBaseUrl}${E}`;e.app==="konnect"?b=b.replace(/{controlPlaneId}/gi,(e==null?void 0:e.controlPlaneId)||""):e.app==="kongManager"&&(b=b.replace(/\/{workspace}/gi,e!=null&&e.workspace?`/${e.workspace}`:""));const{isValidUuid:C}=he(),L=async()=>{try{c.value=!0;const{data:d}=await i.get(`${b}?size=${r}`);d!=null&&d.next||(y.value=o.fetchedItemsKey in d?d[o.fetchedItemsKey]:[]),m.value=o.fetchedItemsKey in d?d[o.fetchedItemsKey]:[],p.value=m.value}catch{p.value=[],u.value=s("debouncedFilter.errors.fetch")}finally{c.value=!1}},x=n.ref(""),O=async d=>{var P,Re,De;if(x.value!==d)if(x.value=d||"",y.value===void 0)try{if(c.value=!0,u.value="",h.value="",e.app==="konnect"){let k=b+"";d&&(k+=`/${d}`);const{data:T}=await i.get(`${k}?size=${r}`);o.fetchedItemsKey in T?p.value=T[o.fetchedItemsKey]:T!=null&&T.id?p.value=[T]:p.value=[]}else if(d){const k=[];C(d)&&o.searchKeys.includes("id")?k.push((async()=>{const{data:w}=await i.get(`${b}/${d}`);return[w[o.fetchedItemsKey]??w]})()):k.push(...o.searchKeys.filter(w=>w!=="id").map(async w=>{const{data:A}=await i.get(`${b}?${w}=${d}`);return A[o.fetchedItemsKey]}));const T=await Promise.all(k),B=new Set;p.value=[],(P=T==null?void 0:T.forEach)==null||P.call(T,w=>{var A;(A=w==null?void 0:w.forEach)==null||A.call(w,Z=>{B.has(Z.id)||(B.add(Z.id),p.value.push(Z))})})}else p.value=m.value}catch(k){((Re=k==null?void 0:k.response)==null?void 0:Re.status)===404?h.value=s("debouncedFilter.errors.invalid"):(p.value=[],u.value=s("debouncedFilter.errors.fetch"))}finally{c.value=!1}else c.value=!0,h.value="",d?(p.value=(De=y.value)==null?void 0:De.filter(k=>{var T;let B=!1;for(const w of o.searchKeys){const A=typeof k[w]=="string"?(T=k[w])==null?void 0:T.toLowerCase():k[w];A!=null&&A.includes(d.toLowerCase())&&(B=!0)}return B}),(!p.value||!p.value.length)&&(h.value=s("debouncedFilter.errors.invalid"))):p.value=y.value,c.value=!1};return{loading:c,error:u,validationError:h,results:p,allRecords:y,loadItems:L,debouncedQueryChange:l}}function ut(e,t){const r=n.unref(t),o=n.computed(()=>e.apiBaseUrl.startsWith("/")?new URL(`${window.location.origin}${r}`):new URL(r));return o.value.search="",i=>`${o.value.href}/${i}`}function pt(){const{i18n:{t:e}}=F();return{getMessageFromError:t=>{var r,o,i,s;if(!t)return e("errors.unexpected");if(((r=t==null?void 0:t.response)==null?void 0:r.status)===401)return console.warn("getMessageFromError: User auth token is expired or missing, returning empty message."),"";if((o=t==null?void 0:t.response)!=null&&o.data){if(t.response.data.detail)return t.response.data.detail;if((i=t.response.data.details)!=null&&i.length)return t.response.data.details.map(a=>{let l=e("errors.unexpected");return a.messages&&typeof a.messages=="object"&&a.messages.length&&(l=a.messages.join(", ")),a.field?`${a.field} - ${l}`:l}).join("; ");if(t.response.data.message){const{message:a}=t.response.data;return Array.isArray(a)?(s=a[0])!=null&&s.constraints?Object.values(a[0].constraints)[0]:a[0]:a}if(typeof t.response.data=="string")return t.response.data;if(typeof t.response.data=="object")return Object.keys(t.response.data).map(a=>`${a} ${t.response.data[a]}`).join(", ")}return t.message||e("errors.unexpected")}}}function dt(e){const t=window.location.origin,r=t.endsWith("/")?t:`${t}/`;try{const o=e.join("/"),i=`${r}${o}`,s=e.some(a=>a.trim()==="");if(/^(https:\/\/(www\.)?([a-zA-Z0-9-]+\.){1,}[a-zA-Z]{2,}(:[0-9]+)?(\/[^\/]+)*)$|^(https|http):\/\/localhost(:[0-9]+)?(\/[^\/]+)*$/.test(i)&&!s&&new URL(i))return`${r}${o}`;throw new Error("Invalid url")}catch(o){return console.warn("Failed to build valid URL:",o),""}}function me(e,t){const r=n.ref(n.unref(e)),o=n.ref(n.unref(t)),i=n.computed(()=>!!(r.value.app==="konnect"||r.value.isExactMatch)),s=n.computed(()=>o.value.startsWith("/")?new URL(`${window.location.origin}${o.value}`):new URL(o.value));return a=>{const{page:l,pageSize:c,offset:u,sortColumnKey:h,sortColumnOrder:p,query:m}=a;try{let y=new URL(s.value.href);return i.value&&m?(y.search="",y=r.value.isExactMatch?new URL(`${y.href}/${m}/`):new URL(`${y.href}?filter[name][contains]=${m}`)):(i.value||new URLSearchParams(m).forEach((E,b)=>{y.searchParams.append(b,E)}),h&&y.searchParams.append("sort_by",h),p==="desc"&&y.searchParams.append("sort_desc","1"),y.searchParams.append("size",String(c))),u&&l!==1&&y.searchParams.append("offset",String(u)),y.href}catch(y){return console.error("RouteList(fetcher)",y),o.value}}}function ft(e,t,r="data"){const o=n.unref(t),{axiosInstance:i}=K(e.axiosRequestConfig),s=me(e,o),a=n.ref({status:N.Idle});return{fetcher:async l=>{var c;try{a.value={status:N.Loading};let u=s(l);u.includes("filter[name]")&&(u=`${u}&page[size]=${l.pageSize}&page[number]=${l.page}`);const h=await i.get(u);if(h.status>=400)throw h;const p=h.data,m=r&&r.replace(/[^\w-_]/gi,"");let y;p[m]&&Array.isArray(p[m])?y=p[m]:Array.isArray(p)?y=p:y=Object.keys(p).length?[p]:[];const E={data:y,total:y.length,...p.offset?{pagination:{offset:p.offset}}:null};return a.value={status:N.Idle,response:E},E}catch(u){const h={data:[],total:0};return l.query&&(((c=u.response)==null?void 0:c.status)===404||u.status===404)?(a.value={status:N.NoResults,response:h,error:u.response?u:{response:u}},h):(a.value={status:N.Error,response:h,error:u.response?u:{response:u}},h)}},fetcherState:a}}function yt(){const e=(r,o="_")=>r?r.split(o).map(i=>i.toLowerCase()==="id"?i.toUpperCase():i.charAt(0).toUpperCase()+i.substring(1)).join(" "):"",t=/(?:^|[\s-:'"])\w/g;return{capitalize:r=>r?r.replace(t,o=>o.toUpperCase()):"",convertKeyToTitle:e}}const ge=/^[v^~<>=]*?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-([\da-z\-]+(?:\.[\da-z\-]+)*))?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?)?)?$/i,_e=e=>{if(typeof e!="string")throw new TypeError("Invalid argument expected string");const t=e.match(ge);if(!t)throw new Error(`Invalid argument not valid semver ('${e}' received)`);return t.shift(),t},be=e=>e==="*"||e==="x"||e==="X",we=e=>{const t=parseInt(e,10);return isNaN(t)?e:t},ht=(e,t)=>typeof e!=typeof t?[String(e),String(t)]:[e,t],mt=(e,t)=>{if(be(e)||be(t))return 0;const[r,o]=ht(we(e),we(t));return r>o?1:r<o?-1:0},ke=(e,t)=>{for(let r=0;r<Math.max(e.length,t.length);r++){const o=mt(e[r]||"0",t[r]||"0");if(o!==0)return o}return 0},gt=(e,t)=>{const r=_e(e),o=_e(t),i=r.pop(),s=o.pop(),a=ke(r,o);return a!==0?a:i&&s?ke(i.split("."),s.split(".")):i||s?i?-1:1:0},Te=(e,t,r)=>{_t(r);const o=gt(e,t);return Ee[r].includes(o)},Ee={">":[1],">=":[0,1],"=":[0],"<=":[-1,0],"<":[-1],"!=":[-1,1]},Se=Object.keys(Ee),_t=e=>{if(typeof e!="string")throw new TypeError(`Invalid operator type, expected string but got ${typeof e}`);if(Se.indexOf(e)===-1)throw new Error(`Invalid operator, expected one of ${Se.join("|")}`)},bt=e=>typeof e=="string"&&/^[v\d]/.test(e)&&ge.test(e);function wt(e){const{gatewayInfo:t,supportedRange:r}=e;if(!t)return!0;const{edition:o,version:i}=t;if(!bt(i))return console.error("Invalid version"),!1;const s=r[o];if(!s)return!1;const[a,l]=s;return!(a&&Te(i,a,"<")||l&&Te(i,l,">"))}function kt(e){const t=n.ref(0),r=n.ref(0),o=n.ref(!1);return n.watch(e,i=>{i&&!o.value&&(t.value=i.offsetWidth,r.value=i.scrollWidth,o.value=!0)}),{isTruncated:n.computed(()=>t.value<r.value)}}function Tt(){const{i18n:{t:e}}=F();return{utf8Name:t=>/^[\p{N}\p{L}.\-_~]*$/u.test(t)?"":e("validationErrors.utf8Name")}}const Ce={useAxios:K,useDebouncedFilter:ct,useDeleteUrlBuilder:ut,useErrors:pt,useExternalLinkCreator:dt,useFetcher:ft,useFetchUrlBuilder:me,useHelpers:he,useStringHelpers:yt,useI18n:F,useGatewayFeatureSupported:wt,useTruncationDetector:kt,useValidators:Tt},Et=(e,t)=>{const r=e.__vccOpts||e;for(const[o,i]of t)r[o]=i;return r},St="#0044f4",Ct="16px";/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */function Ie(e){return typeof e>"u"||e===null}function It(e){return typeof e=="object"&&e!==null}function vt(e){return Array.isArray(e)?e:Ie(e)?[]:[e]}function xt(e,t){var r,o,i,s;if(t)for(s=Object.keys(t),r=0,o=s.length;r<o;r+=1)i=s[r],e[i]=t[i];return e}function At(e,t){var r="",o;for(o=0;o<t;o+=1)r+=e;return r}function Nt(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}var qt=Ie,Lt=It,Ot=vt,Rt=At,Dt=Nt,Bt=xt,G={isNothing:qt,isObject:Lt,toArray:Ot,repeat:Rt,isNegativeZero:Dt,extend:Bt};function ve(e,t){var r="",o=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(r+='in "'+e.mark.name+'" '),r+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!t&&e.mark.snippet&&(r+=`
1
+ (function(f,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("vue"),require("@kong-ui-public/analytics-chart"),require("swrv"),require("axios"),require("@kong-ui-public/i18n"),require("@kong-ui-public/analytics-metric-provider"),require("@kong-ui-public/analytics-utilities"),require("@kong/kongponents"),require("vue-router")):typeof define=="function"&&define.amd?define(["exports","vue","@kong-ui-public/analytics-chart","swrv","axios","@kong-ui-public/i18n","@kong-ui-public/analytics-metric-provider","@kong-ui-public/analytics-utilities","@kong/kongponents","vue-router"],n):(f=typeof globalThis<"u"?globalThis:f||self,n(f["kong-ui-public-dashboard-renderer"]={},f.Vue,f["kong-ui-public-analytics-chart"],f.swrv,f.axios,f["kong-ui-public-i18n"],f["kong-ui-public-analytics-metric-provider"],f["kong-ui-public-analytics-utilities"]))})(this,function(f,n,S,Be,W,j,Q,$){"use strict";const U="analytics-query-provider",H="{entity-id}",J="{cp-id}";var _=(e=>(e.HorizontalBar="horizontal_bar",e.VerticalBar="vertical_bar",e.Gauge="gauge",e.TimeseriesLine="timeseries_line",e.GoldenSignals="golden_signals",e.TopN="top_n",e.Slottable="slottable",e))(_||{});const V={type:"string"},R={type:"string"},X={type:"boolean"},ee={type:["object","array"],items:{type:"string"},additionalProperties:{type:"string"}},te={type:"object",properties:{type:{type:"string",enum:["slottable"]},id:{type:"string"}},required:["type","id"],additionalProperties:!1},re={type:"object",properties:{type:{type:"string",enum:["horizontal_bar","vertical_bar"]},stacked:{type:"boolean"},chartDatasetColors:ee,syntheticsDataKey:V,chartTitle:R,allowCsvExport:X},required:["type"],additionalProperties:!1},ne={type:"object",properties:{type:{type:"string",enum:["timeseries_line"]},stacked:{type:"boolean"},chartDatasetColors:ee,syntheticsDataKey:V,chartTitle:R,allowCsvExport:X},required:["type"],additionalProperties:!1},ie={type:"object",properties:{type:{type:"string",enum:["gauge"]},metricDisplay:{type:"string",enum:Object.values(S.ChartMetricDisplay)},reverseDataset:{type:"boolean"},numerator:{type:"number"},syntheticsDataKey:V,chartTitle:R},required:["type"],additionalProperties:!1},oe={type:"object",properties:{chartTitle:R,syntheticsDataKey:V,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"}},required:["type"]},se={type:"object",description:"A query to launch at the API",properties:{metrics:{type:"array",description:"List of aggregated metrics to collect across the requested time span.",items:{type:"string",enum:["request_count","request_per_minute","response_latency_p99","response_latency_p95","response_latency_p50","response_latency_average","upstream_latency_p99","upstream_latency_p95","upstream_latency_p50","upstream_latency_average","kong_latency_p99","kong_latency_p95","kong_latency_p50","kong_latency_average","response_size_p99","response_size_p95","response_size_p50","request_size_p99","request_size_p95","request_size_p50","request_size_average","response_size_average"]}},dimensions:{type:"array",description:"List of attributes or entity types to group by.",minItems:0,maxItems:2,items:{type:"string",enum:["api_product","api_product_version","application","consumer","control_plane","control_plane_group","data_plane_node","gateway_service","route","status_code","status_code_grouped","time"]}},filters:{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:["api_product","api_product_version","application","consumer","control_plane","control_plane_group","data_plane_node","gateway_service","route","status_code","status_code_grouped","time"]},type:{type:"string",enum:["in","not_in","selector"]},values:{type:"array",items:{type:"string"}}},required:["dimension","type","values"]}},granularity_ms:{type:"number",description:'Force time grouping into buckets of this duration in milliseconds. Only has an effect if "time" is in the "dimensions" list.',minimum:6e4},time_range:{description:"The time range to query.",oneOf:[{type:"object",properties:{tz:{type:"string",default:"Etc/UTC"},type:{type:"string",enum:["relative"]},time_range:{type:"string",enum:["15m","1h","6h","12h","24h","7d","30d","current_week","current_month","previous_week","previous_month"],default:"1h"}},required:["type","time_range"]},{type:"object",description:"A duration representing an exact start and end time.",properties:{tz:{type:"string",default:"Etc/UTC"},type:{type:"string",enum:["absolute"]},start:{type:"string"},end:{type:"string"}},required:["type"]}],default:{type:"relative",time_range:"1h"}},meta:{type:"object"}}},le={type:"object",properties:{query:se,chart:{oneOf:[re,ie,ne,ae,oe,te]}},required:["query","chart"],additionalProperties:!1},ce={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:le,layout:ce},required:["definition","layout"],additionalProperties:!1},je={type:"object",properties:{tiles:{type:"array",items:ue},tileHeight:{type:"number",description:"Height of each tile in pixels. Default: 170"},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};var pe=(e=>(e.VALIDATING="VALIDATING",e.VALIDATING_HAS_DATA="VALIDATING_HAS_DATA",e.PENDING="PENDING",e.SUCCESS="SUCCESS",e.SUCCESS_HAS_DATA="SUCCESS_HAS_DATA",e.ERROR="ERROR",e.STALE_IF_ERROR="STALE_IF_ERROR",e))(pe||{});const $e=e=>{var t,r,o,i,s;return e?!!((t=Object.keys(e))!=null&&t.length||(r=e.data)!=null&&r.length||(i=(o=e.data)==null?void 0:o.data)!=null&&i.length||!((s=e.data)!=null&&s.data)&&typeof e.data=="object"&&Object.keys(e==null?void 0:e.data).length):!1};function Ve(e=n.ref({}),t,r,o=$e){const i=n.ref("PENDING");return n.watchEffect(()=>{const s=o(e.value);if(e.value&&s&&r.value){i.value="VALIDATING_HAS_DATA";return}if(e.value&&r.value){i.value="VALIDATING";return}if(e.value&&t.value){i.value="STALE_IF_ERROR";return}if(e.value===void 0&&!t.value){i.value="PENDING";return}if(e.value&&!t.value&&s){i.value="SUCCESS_HAS_DATA";return}if(e.value&&!t.value){i.value="SUCCESS";return}e.value===void 0&&t&&(i.value="ERROR")}),{state:i,swrvState:pe}}const ze={renderer:{noQueryBridge:"No query bridge provided. Unable to render dashboard."},queryDataProvider:{timeRangeExceeded:"The time range for this report is outside of your organization's data retention period"}};function Fe(){const e=j.createI18n("en-us",ze);return{i18n:e,i18nT:j.i18nTComponent(e)}}const de={useI18n:Fe},z=n.defineComponent({__name:"QueryDataProvider",props:{context:{},query:{},queryReady:{type:Boolean}},emits:["queryComplete"],setup(e,{emit:t}){const r=e,o=t,{i18n:i}=de.useI18n(),s=n.inject(U),a=()=>r.queryReady&&s?JSON.stringify([r.query,r.context]):null,l=new AbortController;n.onUnmounted(()=>{l.abort()});const{data:c,error:u,isValidating:h}=Be(a,async()=>{var C,L,x,O;try{const d=[];r.query.filters&&d.push(...r.query.filters),d.push(...r.context.filters);const P={...r.query,time_range:{...r.context.timeSpec,tz:r.context.tz},filters:d};return s==null?void 0:s.queryFn(P,l)}catch(d){y.value=((L=(C=d==null?void 0:d.response)==null?void 0:C.data)==null?void 0:L.message)==="Range not allowed for this tier"?i.t("queryDataProvider.timeRangeExceeded"):((O=(x=d==null?void 0:d.response)==null?void 0:x.data)==null?void 0:O.message)||(d==null?void 0:d.message)}finally{o("queryComplete")}},{refreshInterval:r.context.refreshInterval??3e4,revalidateOnFocus:!1}),{state:p,swrvState:m}=Ve(c,u,h),y=n.ref(null),E=n.computed(()=>p.value===m.ERROR||!!y.value),b=n.computed(()=>!r.queryReady||p.value===m.PENDING);return(C,L)=>{const x=n.resolveComponent("KSkeleton"),O=n.resolveComponent("KEmptyState");return b.value||!n.unref(c)&&!E.value?(n.openBlock(),n.createBlock(x,{key:0,class:"chart-skeleton",type:"table"})):E.value?(n.openBlock(),n.createBlock(O,{key:1,"action-button-visible":!1,"data-testid":"chart-empty-state","icon-variant":"error"},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(y.value),1)]),_:1})):n.unref(c)?n.renderSlot(C.$slots,"default",{key:2,data:n.unref(c)}):n.createCommentVNode("",!0)}}}),Pe={class:"analytics-chart"},Ue=n.defineComponent({__name:"SimpleChartRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{}},setup(e){n.useCssVars(i=>({"8c62ff26":`${i.height}px`}));const t=e,r={[_.Gauge]:S.ChartTypesSimple.GAUGE},o=n.computed(()=>({...t.chartOptions,type:r[t.chartOptions.type]}));return(i,s)=>(n.openBlock(),n.createBlock(z,{context:i.context,query:i.query,"query-ready":i.queryReady},{default:n.withCtx(({data:a})=>[n.createElementVNode("div",Pe,[n.createVNode(n.unref(S.SimpleChart),{"chart-data":a,"chart-options":o.value,"synthetics-data-key":i.chartOptions.syntheticsDataKey},null,8,["chart-data","chart-options","synthetics-data-key"])])]),_:1},8,["context","query","query-ready"]))}}),I=(e,t)=>{const r=e.__vccOpts||e;for(const[o,i]of t)r[o]=i;return r},He=I(Ue,[["__scopeId","data-v-f0f6ed41"]]),Ke={class:"analytics-chart"},fe=I(n.defineComponent({__name:"BarChartRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{}},setup(e){n.useCssVars(i=>({"1eed717c":`${i.height}px`}));const t=e,r={[_.HorizontalBar]:S.ChartTypes.HORIZONTAL_BAR,[_.VerticalBar]:S.ChartTypes.VERTICAL_BAR},o=n.computed(()=>({type:r[t.chartOptions.type],stacked:t.chartOptions.stacked,chartDatasetColors:t.chartOptions.chartDatasetColors}));return(i,s)=>(n.openBlock(),n.createBlock(z,{context:i.context,query:i.query,"query-ready":i.queryReady},{default:n.withCtx(({data:a})=>[n.createElementVNode("div",Ke,[n.createVNode(n.unref(S.AnalyticsChart),{"allow-csv-export":i.chartOptions.allowCsvExport,"chart-data":a,"chart-options":o.value,"chart-title":i.chartOptions.chartTitle,"legend-position":"bottom","show-annotations":!1,"synthetics-data-key":i.chartOptions.syntheticsDataKey,"tooltip-title":""},null,8,["allow-csv-export","chart-data","chart-options","chart-title","synthetics-data-key"])])]),_:1},8,["context","query","query-ready"]))}}),[["__scopeId","data-v-36598a1b"]]),Ge={class:"analytics-chart"},Me=I(n.defineComponent({__name:"TimeseriesChartRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{}},setup(e){n.useCssVars(i=>({"4efa9c90":`${i.height}px`}));const t=e,r={[_.TimeseriesLine]:S.ChartTypes.TIMESERIES_LINE},o=n.computed(()=>{const i=t.chartOptions.stacked??!1;return{type:r[t.chartOptions.type],stacked:i,chartDatasetColors:t.chartOptions.chartDatasetColors}});return(i,s)=>(n.openBlock(),n.createBlock(z,{context:i.context,query:i.query,"query-ready":i.queryReady},{default:n.withCtx(({data:a})=>[n.createElementVNode("div",Ge,[n.createVNode(n.unref(S.AnalyticsChart),{"allow-csv-export":i.chartOptions.allowCsvExport,"chart-data":a,"chart-options":o.value,"chart-title":i.chartOptions.chartTitle,"legend-position":"bottom","synthetics-data-key":i.chartOptions.syntheticsDataKey,"tooltip-title":""},null,8,["allow-csv-export","chart-data","chart-options","chart-title","synthetics-data-key"])])]),_:1},8,["context","query","query-ready"]))}}),[["__scopeId","data-v-ceb07ca8"]]),Ye={class:"metric-card-tile-wrapper"},Ze=I(n.defineComponent({__name:"GoldenSignalsRenderer",props:{query:{},context:{},queryReady:{type:Boolean},chartOptions:{},height:{}},setup(e){const t=e,r=n.computed(()=>{const i=t.context.timeSpec;if(i.type==="absolute")return new $.Timeframe({key:"custom",timeframeText:"custom",display:"custom",startCustom:i.start,endCustom:i.end,timeframeLength:()=>0,defaultResponseGranularity:$.GranularityKeys.DAILY,dataGranularity:$.GranularityKeys.DAILY,isRelative:!1,allowedTiers:["free","plus","enterprise"]});const s=$.TimePeriods.get(i.time_range);if(!s)throw new Error("Unknown time range");return s}),o=n.computed(()=>({overrideTimeframe:r.value,tz:t.context.tz,additionalFilter:t.context.filters,longCardTitles:t.chartOptions.longCardTitles,containerTitle:t.chartOptions.chartTitle,description:t.chartOptions.description,hasTrendAccess:!0,refreshInterval:t.context.refreshInterval??3e4}));return(i,s)=>(n.openBlock(),n.createElementBlock("div",Ye,[n.createVNode(n.unref(Q.MetricsProvider),n.normalizeProps(n.guardReactiveProps(o.value)),{default:n.withCtx(()=>[n.createVNode(n.unref(Q.MetricsConsumer))]),_:1},16)]))}}),[["__scopeId","data-v-8c92920c"]]),ye="20px";var N=(e=>(e[e.Loading=0]="Loading",e[e.Idle=1]="Idle",e[e.NoResults=2]="NoResults",e[e.Error=3]="Error",e))(N||{});function We(){return{getAxiosInstance:(e={})=>{try{const t=n.inject("get-axios-instance",void 0);return typeof t=="function"?t(e):W.create({withCredentials:!0,timeout:3e4,...e})}catch(t){return console.warn("getAxiosInstance:",t.message||t),W.create({withCredentials:!0,timeout:3e4,...e})}},getTraceIdFromError:e=>{var t;return((t=e==null?void 0:e.response)==null?void 0:t.headers["x-datadog-trace-id"])||""}}}function Qe(){return{debounce:(e,t)=>{let r;return(...o)=>{clearTimeout(r),r=window==null?void 0:window.setTimeout(()=>{e(...o)},t)}}}}function K(e={}){const{getAxiosInstance:t}=We();return{axiosInstance:t(e)}}const Je={actions:{copyId:"Copy ID",copied_id:'Copied "{id}" to the clipboard',copyToClipboard:"Copied successfully!",copyToClipboardFailed:"Failed to copy to the clipboard"}},Xe={message:"Are you sure you want to delete this {entityType}?",messageWithName:"Are you sure you want to delete this {entityType} {entityName}?"},et={actions:{viewConfiguration:"View Configuration",save:"Save",cancel:"Cancel",back:"Back"},configuration:{title:"Configuration",message:"Export configurations for core Kong Gateway objects, like services, routes, and plugins, to either YAML or JSON. This allows for straightforward importing into APIOps tools like decK with YAML, or Insomnia and cURL with JSON.",yaml:"YAML",json:"JSON"},errors:{edit:"The entity could not be edited at this time."}},tt={emptyState:{noSearchResultsTitle:"No results found",noSearchResultsMessage:"Please adjust the criteria and try again.",noSearchResultsCtaText:"Clear"}},rt={title:"Configuration",actions:{copy:"Copy JSON"},sections:{advanced:"Advanced",plugin:"Plugin Specific Configuration"},commonFields:{id_label:"ID",name_label:"Name",enabled_label:"Enabled",enabled_tooltip:"Enabled is FTW",updated_at_label:"Last Updated",created_at_label:"Created",tags_label:"Tags",link:"Link"},statusBadge:{enabledLabel:"Enabled",disabledLabel:"Disabled"},copy:{tooltip:"Copy {label}",success:"Copied!"},errors:{load:"The entity configuration data could not be loaded at this time.",copy:"Failed to copy to clipboard"},general:{entryTitle:"Entry {index}",structuredFormat:"Structured"}},nt={filterButtonText:"Filter",fieldLabel:"Filter by:",inputPlaceholder:"Enter a value",selectPlaceholder:"Select an item",applyButtonText:"Apply",clearButtonText:"Clear",clearAllButtonText:"Clear all filters"},it={errors:{fetch:"Could not fetch available items",invalid:"Please select a valid value"}},ot={unexpected:"An unexpected error has occurred",dataKeyUndefined:'The data key "{dataKey}" does not exist in the response.'},at={utf8Name:"The name can be any string containing characters, letters, numbers, or the following characters: ., -, _, or ~. Do not use spaces."},st={enable:{title:"Enable {entityType}",message:"Are you sure you want to enable the {entityType} {entityName}?",confirmText:"Yes, enable"},disable:{title:"Disable {entityType}",message:"Are you sure you want to disable the {entityType} {entityName}?",confirmText:"Yes, disable"}},lt={global:Je,deleteModal:Xe,baseForm:et,baseTable:tt,baseConfigCard:rt,filter:nt,debouncedFilter:it,errors:ot,validationErrors:at,toggleModal:st};function F(){const e=j.createI18n("en-us",lt);return{i18n:e,i18nT:j.i18nTComponent(e)}}function he(){const e=(r,o)=>(o==null?void 0:o[r])??void 0,t=(r,o)=>{if(r.length!==o.length)return!1;const i=new Set([...r,...o]);for(const s of i){const a=r.filter(c=>c===s).length,l=o.filter(c=>c===s).length;if(a!==l)return!1}return!0};return{getPropValue:e,objectsAreEqual:(r,o,i)=>{if(i){if(Object.keys(r).length===Object.keys(o).length)for(const s in r)if(Array.isArray(r[s])&&Array.isArray(o[s])){if(t(r[s],o[s]))continue;return!1}else{if(r[s]===o[s])continue;return!1}else return!1;return!0}try{return JSON.stringify(r)===JSON.stringify(o)}catch{return!1}},sortAlpha:r=>(o,i)=>{let s=o[r]===void 0||o[r]===null?"":o[r],a=i[r]===void 0||i[r]===null?"":i[r];return Array.isArray(o[r])&&(s=o[r][0]),Array.isArray(i[r])&&(a=i[r][0]),s.localeCompare(a)},isValidUuid:r=>r?/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/.test(r):!1}}function ct(e,t,r,o={fetchedItemsKey:"data",searchKeys:["id"]}){r||(r="1000");const{axiosInstance:i}=K(e.axiosRequestConfig),{i18n:{t:s}}=F(),{debounce:a}=Qe(),l=a(async d=>{await O(d)},200),c=n.ref(!1),u=n.ref(""),h=n.ref(""),p=n.ref([]),m=n.ref([]),y=n.ref(void 0),E=n.unref(t);let b=`${e.apiBaseUrl}${E}`;e.app==="konnect"?b=b.replace(/{controlPlaneId}/gi,(e==null?void 0:e.controlPlaneId)||""):e.app==="kongManager"&&(b=b.replace(/\/{workspace}/gi,e!=null&&e.workspace?`/${e.workspace}`:""));const{isValidUuid:C}=he(),L=async()=>{try{c.value=!0;const{data:d}=await i.get(`${b}?size=${r}`);d!=null&&d.next||(y.value=o.fetchedItemsKey in d?d[o.fetchedItemsKey]:[]),m.value=o.fetchedItemsKey in d?d[o.fetchedItemsKey]:[],p.value=m.value}catch{p.value=[],u.value=s("debouncedFilter.errors.fetch")}finally{c.value=!1}},x=n.ref(""),O=async d=>{var P,Re,De;if(x.value!==d)if(x.value=d||"",y.value===void 0)try{if(c.value=!0,u.value="",h.value="",e.app==="konnect"){let k=b+"";d&&(k+=`/${d}`);const{data:T}=await i.get(`${k}?size=${r}`);o.fetchedItemsKey in T?p.value=T[o.fetchedItemsKey]:T!=null&&T.id?p.value=[T]:p.value=[]}else if(d){const k=[];C(d)&&o.searchKeys.includes("id")?k.push((async()=>{const{data:w}=await i.get(`${b}/${d}`);return[w[o.fetchedItemsKey]??w]})()):k.push(...o.searchKeys.filter(w=>w!=="id").map(async w=>{const{data:A}=await i.get(`${b}?${w}=${d}`);return A[o.fetchedItemsKey]}));const T=await Promise.all(k),B=new Set;p.value=[],(P=T==null?void 0:T.forEach)==null||P.call(T,w=>{var A;(A=w==null?void 0:w.forEach)==null||A.call(w,Z=>{B.has(Z.id)||(B.add(Z.id),p.value.push(Z))})})}else p.value=m.value}catch(k){((Re=k==null?void 0:k.response)==null?void 0:Re.status)===404?h.value=s("debouncedFilter.errors.invalid"):(p.value=[],u.value=s("debouncedFilter.errors.fetch"))}finally{c.value=!1}else c.value=!0,h.value="",d?(p.value=(De=y.value)==null?void 0:De.filter(k=>{var T;let B=!1;for(const w of o.searchKeys){const A=typeof k[w]=="string"?(T=k[w])==null?void 0:T.toLowerCase():k[w];A!=null&&A.includes(d.toLowerCase())&&(B=!0)}return B}),(!p.value||!p.value.length)&&(h.value=s("debouncedFilter.errors.invalid"))):p.value=y.value,c.value=!1};return{loading:c,error:u,validationError:h,results:p,allRecords:y,loadItems:L,debouncedQueryChange:l}}function ut(e,t){const r=n.unref(t),o=n.computed(()=>e.apiBaseUrl.startsWith("/")?new URL(`${window.location.origin}${r}`):new URL(r));return o.value.search="",i=>`${o.value.href}/${i}`}function pt(){const{i18n:{t:e}}=F();return{getMessageFromError:t=>{var r,o,i,s;if(!t)return e("errors.unexpected");if(((r=t==null?void 0:t.response)==null?void 0:r.status)===401)return console.warn("getMessageFromError: User auth token is expired or missing, returning empty message."),"";if((o=t==null?void 0:t.response)!=null&&o.data){if(t.response.data.detail)return t.response.data.detail;if((i=t.response.data.details)!=null&&i.length)return t.response.data.details.map(a=>{let l=e("errors.unexpected");return a.messages&&typeof a.messages=="object"&&a.messages.length&&(l=a.messages.join(", ")),a.field?`${a.field} - ${l}`:l}).join("; ");if(t.response.data.message){const{message:a}=t.response.data;return Array.isArray(a)?(s=a[0])!=null&&s.constraints?Object.values(a[0].constraints)[0]:a[0]:a}if(typeof t.response.data=="string")return t.response.data;if(typeof t.response.data=="object")return Object.keys(t.response.data).map(a=>`${a} ${t.response.data[a]}`).join(", ")}return t.message||e("errors.unexpected")}}}function dt(e){const t=window.location.origin,r=t.endsWith("/")?t:`${t}/`;try{const o=e.join("/"),i=`${r}${o}`,s=e.some(a=>a.trim()==="");if(/^(https:\/\/(www\.)?([a-zA-Z0-9-]+\.){1,}[a-zA-Z]{2,}(:[0-9]+)?(\/[^\/]+)*)$|^(https|http):\/\/localhost(:[0-9]+)?(\/[^\/]+)*$/.test(i)&&!s&&new URL(i))return`${r}${o}`;throw new Error("Invalid url")}catch(o){return console.warn("Failed to build valid URL:",o),""}}function me(e,t){const r=n.ref(n.unref(e)),o=n.ref(n.unref(t)),i=n.computed(()=>!!(r.value.app==="konnect"||r.value.isExactMatch)),s=n.computed(()=>o.value.startsWith("/")?new URL(`${window.location.origin}${o.value}`):new URL(o.value));return a=>{const{page:l,pageSize:c,offset:u,sortColumnKey:h,sortColumnOrder:p,query:m}=a;try{let y=new URL(s.value.href);return i.value&&m?(y.search="",y=r.value.isExactMatch?new URL(`${y.href}/${m}/`):new URL(`${y.href}?filter[name][contains]=${m}`)):(i.value||new URLSearchParams(m).forEach((E,b)=>{y.searchParams.append(b,E)}),h&&y.searchParams.append("sort_by",h),p==="desc"&&y.searchParams.append("sort_desc","1"),y.searchParams.append("size",String(c))),u&&l!==1&&y.searchParams.append("offset",String(u)),y.href}catch(y){return console.error("RouteList(fetcher)",y),o.value}}}function ft(e,t,r="data"){const o=n.unref(t),{axiosInstance:i}=K(e.axiosRequestConfig),s=me(e,o),a=n.ref({status:N.Idle});return{fetcher:async l=>{var c;try{a.value={status:N.Loading};let u=s(l);u.includes("filter[name]")&&(u=`${u}&page[size]=${l.pageSize}&page[number]=${l.page}`);const h=await i.get(u);if(h.status>=400)throw h;const p=h.data,m=r&&r.replace(/[^\w-_]/gi,"");let y;p[m]&&Array.isArray(p[m])?y=p[m]:Array.isArray(p)?y=p:y=Object.keys(p).length?[p]:[];const E={data:y,total:y.length,...p.offset?{pagination:{offset:p.offset}}:null};return a.value={status:N.Idle,response:E},E}catch(u){const h={data:[],total:0};return l.query&&(((c=u.response)==null?void 0:c.status)===404||u.status===404)?(a.value={status:N.NoResults,response:h,error:u.response?u:{response:u}},h):(a.value={status:N.Error,response:h,error:u.response?u:{response:u}},h)}},fetcherState:a}}function yt(){const e=(r,o="_")=>r?r.split(o).map(i=>i.toLowerCase()==="id"?i.toUpperCase():i.charAt(0).toUpperCase()+i.substring(1)).join(" "):"",t=/(?:^|[\s-:'"])\w/g;return{capitalize:r=>r?r.replace(t,o=>o.toUpperCase()):"",convertKeyToTitle:e}}const ge=/^[v^~<>=]*?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-([\da-z\-]+(?:\.[\da-z\-]+)*))?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?)?)?$/i,_e=e=>{if(typeof e!="string")throw new TypeError("Invalid argument expected string");const t=e.match(ge);if(!t)throw new Error(`Invalid argument not valid semver ('${e}' received)`);return t.shift(),t},be=e=>e==="*"||e==="x"||e==="X",we=e=>{const t=parseInt(e,10);return isNaN(t)?e:t},ht=(e,t)=>typeof e!=typeof t?[String(e),String(t)]:[e,t],mt=(e,t)=>{if(be(e)||be(t))return 0;const[r,o]=ht(we(e),we(t));return r>o?1:r<o?-1:0},ke=(e,t)=>{for(let r=0;r<Math.max(e.length,t.length);r++){const o=mt(e[r]||"0",t[r]||"0");if(o!==0)return o}return 0},gt=(e,t)=>{const r=_e(e),o=_e(t),i=r.pop(),s=o.pop(),a=ke(r,o);return a!==0?a:i&&s?ke(i.split("."),s.split(".")):i||s?i?-1:1:0},Te=(e,t,r)=>{_t(r);const o=gt(e,t);return Ee[r].includes(o)},Ee={">":[1],">=":[0,1],"=":[0],"<=":[-1,0],"<":[-1],"!=":[-1,1]},Se=Object.keys(Ee),_t=e=>{if(typeof e!="string")throw new TypeError(`Invalid operator type, expected string but got ${typeof e}`);if(Se.indexOf(e)===-1)throw new Error(`Invalid operator, expected one of ${Se.join("|")}`)},bt=e=>typeof e=="string"&&/^[v\d]/.test(e)&&ge.test(e);function wt(e){const{gatewayInfo:t,supportedRange:r}=e;if(!t)return!0;const{edition:o,version:i}=t;if(!bt(i))return console.error("Invalid version"),!1;const s=r[o];if(!s)return!1;const[a,l]=s;return!(a&&Te(i,a,"<")||l&&Te(i,l,">"))}function kt(e){const t=n.ref(0),r=n.ref(0),o=n.ref(!1);return n.watch(e,i=>{i&&!o.value&&(t.value=i.offsetWidth,r.value=i.scrollWidth,o.value=!0)}),{isTruncated:n.computed(()=>t.value<r.value)}}function Tt(){const{i18n:{t:e}}=F();return{utf8Name:t=>/^[\p{N}\p{L}.\-_~]*$/u.test(t)?"":e("validationErrors.utf8Name")}}const Ce={useAxios:K,useDebouncedFilter:ct,useDeleteUrlBuilder:ut,useErrors:pt,useExternalLinkCreator:dt,useFetcher:ft,useFetchUrlBuilder:me,useHelpers:he,useStringHelpers:yt,useI18n:F,useGatewayFeatureSupported:wt,useTruncationDetector:kt,useValidators:Tt},Et=(e,t)=>{const r=e.__vccOpts||e;for(const[o,i]of t)r[o]=i;return r},St="#0044f4",Ct="16px";/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */function Ie(e){return typeof e>"u"||e===null}function It(e){return typeof e=="object"&&e!==null}function vt(e){return Array.isArray(e)?e:Ie(e)?[]:[e]}function xt(e,t){var r,o,i,s;if(t)for(s=Object.keys(t),r=0,o=s.length;r<o;r+=1)i=s[r],e[i]=t[i];return e}function At(e,t){var r="",o;for(o=0;o<t;o+=1)r+=e;return r}function Nt(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}var qt=Ie,Lt=It,Ot=vt,Rt=At,Dt=Nt,Bt=xt,G={isNothing:qt,isObject:Lt,toArray:Ot,repeat:Rt,isNegativeZero:Dt,extend:Bt};function ve(e,t){var r="",o=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(r+='in "'+e.mark.name+'" '),r+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!t&&e.mark.snippet&&(r+=`
2
2
 
3
3
  `+e.mark.snippet),o+" "+r):o}function D(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=ve(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}D.prototype=Object.create(Error.prototype),D.prototype.constructor=D,D.prototype.toString=function(e){return this.name+": "+ve(this,e)};var v=D,jt=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],$t=["scalar","sequence","mapping"];function Vt(e){var t={};return e!==null&&Object.keys(e).forEach(function(r){e[r].forEach(function(o){t[String(o)]=r})}),t}function zt(e,t){if(t=t||{},Object.keys(t).forEach(function(r){if(jt.indexOf(r)===-1)throw new v('Unknown option "'+r+'" is met in definition of "'+e+'" YAML type.')}),this.options=t,this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(r){return r},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.representName=t.representName||null,this.defaultStyle=t.defaultStyle||null,this.multi=t.multi||!1,this.styleAliases=Vt(t.styleAliases||null),$t.indexOf(this.kind)===-1)throw new v('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}var g=zt;function xe(e,t){var r=[];return e[t].forEach(function(o){var i=r.length;r.forEach(function(s,a){s.tag===o.tag&&s.kind===o.kind&&s.multi===o.multi&&(i=a)}),r[i]=o}),r}function Ft(){var e={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},t,r;function o(i){i.multi?(e.multi[i.kind].push(i),e.multi.fallback.push(i)):e[i.kind][i.tag]=e.fallback[i.tag]=i}for(t=0,r=arguments.length;t<r;t+=1)arguments[t].forEach(o);return e}function M(e){return this.extend(e)}M.prototype.extend=function(e){var t=[],r=[];if(e instanceof g)r.push(e);else if(Array.isArray(e))r=r.concat(e);else if(e&&(Array.isArray(e.implicit)||Array.isArray(e.explicit)))e.implicit&&(t=t.concat(e.implicit)),e.explicit&&(r=r.concat(e.explicit));else throw new v("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");t.forEach(function(i){if(!(i instanceof g))throw new v("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(i.loadKind&&i.loadKind!=="scalar")throw new v("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(i.multi)throw new v("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),r.forEach(function(i){if(!(i instanceof g))throw new v("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var o=Object.create(M.prototype);return o.implicit=(this.implicit||[]).concat(t),o.explicit=(this.explicit||[]).concat(r),o.compiledImplicit=xe(o,"implicit"),o.compiledExplicit=xe(o,"explicit"),o.compiledTypeMap=Ft(o.compiledImplicit,o.compiledExplicit),o};var Pt=M,Ut=new g("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}}),Ht=new g("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}}),Kt=new g("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}}),Gt=new Pt({explicit:[Ut,Ht,Kt]});function Mt(e){if(e===null)return!0;var t=e.length;return t===1&&e==="~"||t===4&&(e==="null"||e==="Null"||e==="NULL")}function Yt(){return null}function Zt(e){return e===null}var Wt=new g("tag:yaml.org,2002:null",{kind:"scalar",resolve:Mt,construct:Yt,predicate:Zt,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});function Qt(e){if(e===null)return!1;var t=e.length;return t===4&&(e==="true"||e==="True"||e==="TRUE")||t===5&&(e==="false"||e==="False"||e==="FALSE")}function Jt(e){return e==="true"||e==="True"||e==="TRUE"}function Xt(e){return Object.prototype.toString.call(e)==="[object Boolean]"}var er=new g("tag:yaml.org,2002:bool",{kind:"scalar",resolve:Qt,construct:Jt,predicate:Xt,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"});function tr(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function rr(e){return 48<=e&&e<=55}function nr(e){return 48<=e&&e<=57}function ir(e){if(e===null)return!1;var t=e.length,r=0,o=!1,i;if(!t)return!1;if(i=e[r],(i==="-"||i==="+")&&(i=e[++r]),i==="0"){if(r+1===t)return!0;if(i=e[++r],i==="b"){for(r++;r<t;r++)if(i=e[r],i!=="_"){if(i!=="0"&&i!=="1")return!1;o=!0}return o&&i!=="_"}if(i==="x"){for(r++;r<t;r++)if(i=e[r],i!=="_"){if(!tr(e.charCodeAt(r)))return!1;o=!0}return o&&i!=="_"}if(i==="o"){for(r++;r<t;r++)if(i=e[r],i!=="_"){if(!rr(e.charCodeAt(r)))return!1;o=!0}return o&&i!=="_"}}if(i==="_")return!1;for(;r<t;r++)if(i=e[r],i!=="_"){if(!nr(e.charCodeAt(r)))return!1;o=!0}return!(!o||i==="_")}function or(e){var t=e,r=1,o;if(t.indexOf("_")!==-1&&(t=t.replace(/_/g,"")),o=t[0],(o==="-"||o==="+")&&(o==="-"&&(r=-1),t=t.slice(1),o=t[0]),t==="0")return 0;if(o==="0"){if(t[1]==="b")return r*parseInt(t.slice(2),2);if(t[1]==="x")return r*parseInt(t.slice(2),16);if(t[1]==="o")return r*parseInt(t.slice(2),8)}return r*parseInt(t,10)}function ar(e){return Object.prototype.toString.call(e)==="[object Number]"&&e%1===0&&!G.isNegativeZero(e)}var sr=new g("tag:yaml.org,2002:int",{kind:"scalar",resolve:ir,construct:or,predicate:ar,represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),lr=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function cr(e){return!(e===null||!lr.test(e)||e[e.length-1]==="_")}function ur(e){var t,r;return t=e.replace(/_/g,"").toLowerCase(),r=t[0]==="-"?-1:1,"+-".indexOf(t[0])>=0&&(t=t.slice(1)),t===".inf"?r===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:t===".nan"?NaN:r*parseFloat(t,10)}var pr=/^[-+]?[0-9]+e/;function dr(e,t){var r;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(G.isNegativeZero(e))return"-0.0";return r=e.toString(10),pr.test(r)?r.replace("e",".e"):r}function fr(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||G.isNegativeZero(e))}var yr=new g("tag:yaml.org,2002:float",{kind:"scalar",resolve:cr,construct:ur,predicate:fr,represent:dr,defaultStyle:"lowercase"}),hr=Gt.extend({implicit:[Wt,er,sr,yr]}),mr=hr,Ae=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),Ne=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function gr(e){return e===null?!1:Ae.exec(e)!==null||Ne.exec(e)!==null}function _r(e){var t,r,o,i,s,a,l,c=0,u=null,h,p,m;if(t=Ae.exec(e),t===null&&(t=Ne.exec(e)),t===null)throw new Error("Date resolve error");if(r=+t[1],o=+t[2]-1,i=+t[3],!t[4])return new Date(Date.UTC(r,o,i));if(s=+t[4],a=+t[5],l=+t[6],t[7]){for(c=t[7].slice(0,3);c.length<3;)c+="0";c=+c}return t[9]&&(h=+t[10],p=+(t[11]||0),u=(h*60+p)*6e4,t[9]==="-"&&(u=-u)),m=new Date(Date.UTC(r,o,i,s,a,l,c)),u&&m.setTime(m.getTime()-u),m}function br(e){return e.toISOString()}var wr=new g("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:gr,construct:_r,instanceOf:Date,represent:br});function kr(e){return e==="<<"||e===null}var Tr=new g("tag:yaml.org,2002:merge",{kind:"scalar",resolve:kr}),Y=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
4
4
  \r`;function Er(e){if(e===null)return!1;var t,r,o=0,i=e.length,s=Y;for(r=0;r<i;r++)if(t=s.indexOf(e.charAt(r)),!(t>64)){if(t<0)return!1;o+=6}return o%8===0}function Sr(e){var t,r,o=e.replace(/[\r\n=]/g,""),i=o.length,s=Y,a=0,l=[];for(t=0;t<i;t++)t%4===0&&t&&(l.push(a>>16&255),l.push(a>>8&255),l.push(a&255)),a=a<<6|s.indexOf(o.charAt(t));return r=i%4*6,r===0?(l.push(a>>16&255),l.push(a>>8&255),l.push(a&255)):r===18?(l.push(a>>10&255),l.push(a>>2&255)):r===12&&l.push(a>>4&255),new Uint8Array(l)}function Cr(e){var t="",r=0,o,i,s=e.length,a=Y;for(o=0;o<s;o++)o%3===0&&o&&(t+=a[r>>18&63],t+=a[r>>12&63],t+=a[r>>6&63],t+=a[r&63]),r=(r<<8)+e[o];return i=s%3,i===0?(t+=a[r>>18&63],t+=a[r>>12&63],t+=a[r>>6&63],t+=a[r&63]):i===2?(t+=a[r>>10&63],t+=a[r>>4&63],t+=a[r<<2&63],t+=a[64]):i===1&&(t+=a[r>>2&63],t+=a[r<<4&63],t+=a[64],t+=a[64]),t}function Ir(e){return Object.prototype.toString.call(e)==="[object Uint8Array]"}var vr=new g("tag:yaml.org,2002:binary",{kind:"scalar",resolve:Er,construct:Sr,predicate:Ir,represent:Cr}),xr=Object.prototype.hasOwnProperty,Ar=Object.prototype.toString;function Nr(e){if(e===null)return!0;var t=[],r,o,i,s,a,l=e;for(r=0,o=l.length;r<o;r+=1){if(i=l[r],a=!1,Ar.call(i)!=="[object Object]")return!1;for(s in i)if(xr.call(i,s))if(!a)a=!0;else return!1;if(!a)return!1;if(t.indexOf(s)===-1)t.push(s);else return!1}return!0}function qr(e){return e!==null?e:[]}var Lr=new g("tag:yaml.org,2002:omap",{kind:"sequence",resolve:Nr,construct:qr}),Or=Object.prototype.toString;function Rr(e){if(e===null)return!0;var t,r,o,i,s,a=e;for(s=new Array(a.length),t=0,r=a.length;t<r;t+=1){if(o=a[t],Or.call(o)!=="[object Object]"||(i=Object.keys(o),i.length!==1))return!1;s[t]=[i[0],o[i[0]]]}return!0}function Dr(e){if(e===null)return[];var t,r,o,i,s,a=e;for(s=new Array(a.length),t=0,r=a.length;t<r;t+=1)o=a[t],i=Object.keys(o),s[t]=[i[0],o[i[0]]];return s}var Br=new g("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:Rr,construct:Dr}),jr=Object.prototype.hasOwnProperty;function $r(e){if(e===null)return!0;var t,r=e;for(t in r)if(jr.call(r,t)&&r[t]!==null)return!1;return!0}function Vr(e){return e!==null?e:{}}var zr=new g("tag:yaml.org,2002:set",{kind:"mapping",resolve:$r,construct:Vr});mr.extend({implicit:[wr,Tr],explicit:[vr,Lr,Br,zr]});function qe(e){return e===48?"\0":e===97?"\x07":e===98?"\b":e===116||e===9?" ":e===110?`
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .locked[data-v-d8d2d0cd]{cursor:move}.tooltip-container[data-v-d8d2d0cd]{background-color:#fff;border-radius:3px;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-d8d2d0cd]{border-bottom:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;margin:8px;min-height:24px;padding-bottom:8px}.tooltip-container .tooltip-title .title[data-v-d8d2d0cd]{font-size:16px;font-weight:600}.tooltip-container .tooltip-title .subtitle[data-v-d8d2d0cd]{font-size:14px;margin-top:8px}.tooltip-container .tooltip-title .drag-icon[data-v-d8d2d0cd]{margin-top:6px;position:absolute;right:0;top:0}ul.tooltip[data-v-d8d2d0cd]{list-style:none;margin:0;max-height:300px;min-width:250px;overflow-y:auto;padding-left:0;-ms-overflow-style:thin;scrollbar-color:#e0e4ea transparent;scrollbar-width:auto}ul.tooltip[data-v-d8d2d0cd] ::-webkit-scrollbar{width:8px}ul.tooltip[data-v-d8d2d0cd] ::-webkit-scrollbar-track{background:transparent}ul.tooltip[data-v-d8d2d0cd] ::-webkit-scrollbar-thumb{background-color:#e0e4ea;border-radius:10px}ul.tooltip li[data-v-d8d2d0cd]{display:flex;font-size:14px;line-height:1;margin:8px}ul.tooltip li[data-v-d8d2d0cd]:last-child{padding-bottom:8px}ul.tooltip .display-label[data-v-d8d2d0cd]{max-width:75%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}ul.tooltip .display-value[data-v-d8d2d0cd]{margin-left:auto;padding-left:8px;white-space:nowrap}ul.tooltip .tooltip-legend[data-v-d8d2d0cd]{display:inline-flex;flex-direction:row;height:15px;margin-right:8px;width:3px}.legend-container[data-v-554b4d9c]{display:flex;margin:6px 0 0;max-height:inherit;overflow-x:hidden;overflow-y:auto;padding-left:0;-ms-overflow-style:thin;scrollbar-color:#e0e4ea transparent;scrollbar-width:auto}.legend-container[data-v-554b4d9c] ::-webkit-scrollbar{width:8px}.legend-container[data-v-554b4d9c] ::-webkit-scrollbar-track{background:transparent}.legend-container[data-v-554b4d9c] ::-webkit-scrollbar-thumb{background-color:#e0e4ea;border-radius:10px}.legend-container.vertical[data-v-554b4d9c]{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-554b4d9c]{max-width:12ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legend-container.vertical li .legend[data-v-554b4d9c]{margin-top:4px}@media (max-width: 767px){.legend-container.vertical[data-v-554b4d9c]{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-554b4d9c]{display:none}}.legend-container.horizontal[data-v-554b4d9c]{column-gap:12px;display:grid;height:var(--1c6c065c);justify-content:center;width:99%}.legend-container.horizontal .truncate-label[data-v-554b4d9c]{max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legend-container.horizontal li[data-v-554b4d9c]{align-items:center;margin-top:0}.legend-container.horizontal li .label[data-v-554b4d9c]{line-height:24px;white-space:nowrap}.legend-container li[data-v-554b4d9c]{align-items:start;cursor:pointer;display:flex;line-height:1}.legend-container li .legend[data-v-554b4d9c]{flex:0 0 14px;height:3px;margin-right:6px}.legend-container li .label[data-v-554b4d9c]{font-size:12px}.legend-container li .sub-label[data-v-554b4d9c]{font-size:12px;line-height:16px;word-break:none}.legend-container li .strike-through[data-v-554b4d9c]{text-decoration:line-through}.chart-parent[data-v-fdeee739]{align-items:center;display:flex;height:inherit;justify-content:space-evenly;position:relative;width:inherit}.chart-parent.column[data-v-fdeee739]{flex-direction:column}.chart-parent.column .chart-container[data-v-fdeee739]{max-height:calc(100% - 48px);width:100%}.chart-parent.legend-row[data-v-fdeee739]{flex-direction:row}.chart-parent.legend-row .chart-container[data-v-fdeee739]{height:100%;width:90%}@media (max-width: 767px){.chart-parent.legend-row .chart-container[data-v-fdeee739]{max-height:calc(100% - 48px)!important;width:100%!important}}@media (max-width: 767px){.chart-parent.legend-row[data-v-fdeee739]{display:flex;flex-wrap:wrap}}.chart-parent .chart-container[data-v-fdeee739]{flex:1 1 auto;position:relative}.chart-container[data-v-fdeee739]{overflow:auto;-ms-overflow-style:thin;scrollbar-color:#e0e4ea transparent;scrollbar-width:auto}.chart-container[data-v-fdeee739] ::-webkit-scrollbar{width:8px}.chart-container[data-v-fdeee739] ::-webkit-scrollbar-track{background:transparent}.chart-container[data-v-fdeee739] ::-webkit-scrollbar-thumb{background-color:#e0e4ea;border-radius:10px}.chart-container .chart-body[data-v-fdeee739]{height:100%}.chart-container[data-v-fdeee739]::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.chart-container[data-v-fdeee739]::-webkit-scrollbar{width:10px}.chart-container[data-v-fdeee739]::-webkit-scrollbar-thumb{background-color:#e0e4ea;border-radius:10px}.axis[data-v-fdeee739]{left:0;pointer-events:none;position:absolute;top:0;z-index:99}.axis-tooltip[data-v-fdeee739]{background-color:#3a3f51;color:#fff;padding:4px 8px;position:absolute;width:max-content;z-index:100}.tooltip-boundary[data-v-fdeee739]{height:100%;left:0;position:relative;top:0;width:100%}.chart-parent[data-v-07ea8b82]{align-items:center;display:flex;height:inherit;justify-content:space-evenly;position:relative;width:inherit}.chart-parent.column[data-v-07ea8b82]{flex-direction:column}.chart-parent.column .chart-container[data-v-07ea8b82]{max-height:calc(100% - 48px);width:100%}.chart-parent.legend-row[data-v-07ea8b82]{flex-direction:row}.chart-parent.legend-row .chart-container[data-v-07ea8b82]{height:100%;width:90%}@media (max-width: 767px){.chart-parent.legend-row .chart-container[data-v-07ea8b82]{max-height:calc(100% - 48px)!important;width:100%!important}}@media (max-width: 767px){.chart-parent.legend-row[data-v-07ea8b82]{display:flex;flex-wrap:wrap}}.chart-parent .chart-container[data-v-07ea8b82]{flex:1 1 auto;position:relative}.chart-parent[data-v-3abbf084]{align-items:center;display:flex;height:inherit;justify-content:space-evenly;position:relative;width:inherit}.chart-parent.column[data-v-3abbf084]{flex-direction:column}.chart-parent.column .chart-container[data-v-3abbf084]{max-height:calc(100% - 48px);width:100%}.chart-parent.legend-row[data-v-3abbf084]{flex-direction:row}.chart-parent.legend-row .chart-container[data-v-3abbf084]{height:100%;width:90%}@media (max-width: 767px){.chart-parent.legend-row .chart-container[data-v-3abbf084]{max-height:calc(100% - 48px)!important;width:100%!important}}@media (max-width: 767px){.chart-parent.legend-row[data-v-3abbf084]{display:flex;flex-wrap:wrap}}.chart-parent .chart-container[data-v-3abbf084]{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-4027c7fb],.simple-chart-shell[data-v-4027c7fb]{border-radius:4px;display:flex;flex-direction:column}.analytics-chart-shell .chart-empty-state[data-v-4027c7fb],.simple-chart-shell .chart-empty-state[data-v-4027c7fb]{display:flex;flex-direction:column;height:100%;justify-content:center}.analytics-chart-shell[data-v-4027c7fb]{height:100%;width:100%}.analytics-chart-shell .analytics-chart-parent[data-v-4027c7fb]{height:inherit;width:inherit}.analytics-chart-shell .chart-empty-state[data-v-4027c7fb]{padding:20px 0 16px}.analytics-chart-shell .chart-header[data-v-4027c7fb]{align-items:center;display:flex;justify-content:flex-start;padding-bottom:16px}.analytics-chart-shell .chart-header .chart-header-icons-wrapper[data-v-4027c7fb]{display:flex;justify-content:end}.analytics-chart-shell .chart-header .chart-export-button[data-v-4027c7fb]{display:flex;margin-left:auto;margin-right:0}.analytics-chart-shell .chart-title[data-v-4027c7fb]{font-size:16px;font-weight:600}.analytics-chart-shell .tooltip[data-v-4027c7fb]{display:flex;margin-left:12px;margin-top:2px}.chart-parent[data-v-5871cb7a]{align-items:center;display:flex;height:inherit;justify-content:space-evenly;position:relative;width:inherit}.chart-parent.column[data-v-5871cb7a]{flex-direction:column}.chart-parent.column .chart-container[data-v-5871cb7a]{max-height:calc(100% - 48px);width:100%}.chart-parent.legend-row[data-v-5871cb7a]{flex-direction:row}.chart-parent.legend-row .chart-container[data-v-5871cb7a]{height:100%;width:90%}@media (max-width: 767px){.chart-parent.legend-row .chart-container[data-v-5871cb7a]{max-height:calc(100% - 48px)!important;width:100%!important}}@media (max-width: 767px){.chart-parent.legend-row[data-v-5871cb7a]{display:flex;flex-wrap:wrap}}.chart-parent .chart-container[data-v-5871cb7a]{flex:1 1 auto;position:relative}.chart-parent[data-v-5871cb7a]{height:auto;margin:0;padding:0;width:auto}.chart-parent .chart-container[data-v-5871cb7a]{margin:0;max-height:100px;max-width:100px;padding:0}.chart-parent .chart-totals-flex[data-v-5871cb7a]{align-items:center;display:flex;flex-direction:column;height:100px;justify-content:center;padding:24px 0 0;position:absolute;width:100px;z-index:2}.chart-parent .chart-totals-flex .metric-large[data-v-5871cb7a]{font-size:20px;font-weight:500;line-height:28px}.chart-parent .chart-totals-flex .metric-small[data-v-5871cb7a]{color:#6c7489;font-size:10px;font-weight:400;line-height:12px}.analytics-chart-shell[data-v-cb92de46],.simple-chart-shell[data-v-cb92de46]{border-radius:4px;display:flex;flex-direction:column}.analytics-chart-shell .chart-empty-state[data-v-cb92de46],.simple-chart-shell .chart-empty-state[data-v-cb92de46]{display:flex;flex-direction:column;height:100%;justify-content:center}.simple-chart-shell[data-v-cb92de46]{margin:0;padding:0}.simple-chart-shell .chart-empty-state[data-v-cb92de46]{display:flex;flex-direction:column;height:100px;justify-content:center;width:100px}.simple-chart-shell .chart-empty-state[data-v-cb92de46] .empty-state-title{font-size:12px;line-height:16px;margin:0}.kong-ui-public-top-n-table[data-v-80a3b24a]{border:none!important;height:100%;padding:0!important}.kong-ui-public-top-n-table .top-n-card-description[data-v-80a3b24a]{color:#6c7489;font-size:12px;text-align:right}.kong-ui-public-top-n-table[data-v-80a3b24a] .k-card-actions{align-self:baseline;display:flex;line-height:22px}.kong-ui-public-top-n-table[data-v-80a3b24a] .card-content{overflow-y:auto;-ms-overflow-style:thin;scrollbar-color:#e0e4ea transparent;scrollbar-width:auto}.kong-ui-public-top-n-table[data-v-80a3b24a] .card-content ::-webkit-scrollbar{width:8px}.kong-ui-public-top-n-table[data-v-80a3b24a] .card-content ::-webkit-scrollbar-track{background:transparent}.kong-ui-public-top-n-table[data-v-80a3b24a] .card-content ::-webkit-scrollbar-thumb{background-color:#e0e4ea;border-radius:10px}.kong-ui-public-top-n-table .top-n-table[data-v-80a3b24a]{display:flex;flex-direction:column;max-height:100%;width:100%}.kong-ui-public-top-n-table .top-n-table .table-headings[data-v-80a3b24a]{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-80a3b24a]{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-80a3b24a]:last-of-type{border-bottom:none}.kong-ui-public-top-n-table .top-n-table .column-1[data-v-80a3b24a]{padding:0 24px 12px 0}.kong-ui-public-top-n-table .top-n-table .column-2[data-v-80a3b24a]{flex:1;max-width:110px;padding:0 0 12px}.kong-ui-public-top-n-table .top-n-table .table-body[data-v-80a3b24a]{overflow-y:auto}.kong-ui-public-top-n-table .top-n-table .table-body .table-row[data-v-80a3b24a]:first-of-type{border-top:1px solid #e0e4ea}.kong-ui-public-top-n-table .top-n-table .table-body .column-1[data-v-80a3b24a],.kong-ui-public-top-n-table .top-n-table .table-body .column-2[data-v-80a3b24a]{padding-top:12px}.kong-ui-public-top-n-table .top-n-table .table-body .column-1[data-v-80a3b24a]{color:#3a3f51;font-size:14px}.kong-ui-public-top-n-table .top-n-table .table-body .column-1[data-v-80a3b24a] 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-bb9e718a]{display:flex;flex-direction:column;width:100%}@media (max-width: 767px){.metricscard[data-v-bb9e718a]{max-width:none;width:auto}}@media (min-width: 768px){.metricscard[data-v-bb9e718a]{height:100%;justify-content:space-evenly}}.metricscard[data-v-bb9e718a]:hover{border:none;text-decoration:none}.metricscard-title[data-v-bb9e718a]{align-items:center;color:#000933;color:var(--kong-ui-metric-card-title, #000933);display:flex;flex-direction:row;font-size:14px;font-weight:500;line-height:16px;margin:0}.metricscard-title.sm[data-v-bb9e718a]{font-size:12px}.metricscard-title.md[data-v-bb9e718a]{font-size:14px;font-weight:600}.metricscard-title.lg[data-v-bb9e718a],.metricscard-title.xl[data-v-bb9e718a]{font-size:14px}.metricscard-description[data-v-bb9e718a]{color:#afb7c5;color:var(--kong-ui-metric-card-value, #afb7c5);font-size:12px;line-height:16px;margin-top:10px}.metricscard-icon[data-v-bb9e718a]{margin-right:4px}.metricscard-value[data-v-bb9e718a]{color:#000933;color:var(--kong-ui-metric-card-value, #000933);display:flex;flex-direction:row;font-size:24px;font-weight:600;justify-content:space-between;line-height:32px}.metricscard-value.sm[data-v-bb9e718a]{font-size:14px;line-height:24px}.metricscard-value.xl[data-v-bb9e718a]{font-size:48px}.metricscard-valuetrend[data-v-bb9e718a]{display:flex;flex-direction:column;row-gap:12px}.metricscard-valuetrend.is-compact[data-v-bb9e718a]{align-items:center;flex-direction:row!important;justify-content:space-between;margin-top:0}.metricscard-trend[data-v-bb9e718a]{align-items:center;column-gap:8px;display:flex}.metricscard-trend-change[data-v-bb9e718a]{align-items:center;border-radius:4px;display:flex;flex-direction:row;font-size:12px;font-weight:600;padding:4px 8px}.metricscard-trend-change .kui-icon[data-v-bb9e718a]{margin-right:4px}.metricscard-trend-change.positive[data-v-bb9e718a]{background-color:#ecfffb;background-color:var(--kong-ui-metric-card-trend-bg-positive, #ecfffb);color:#007d60;color:var(--kong-ui-metric-card-trend-positive, #007d60)}.metricscard-trend-change.negative[data-v-bb9e718a]{background-color:#ffe5e5;background-color:var(--kong-ui-metric-card-trend-bg-negative, #ffe5e5);color:#ad000e;color:var(--kong-ui-metric-card-trend-negative, #ad000e)}.metricscard-trend-change.neutral[data-v-bb9e718a]{background-color:#e0e4ea;background-color:var(--kong-ui-metric-card-trend-bg-neutral, #e0e4ea);color:#52596e;color:var(--kong-ui-metric-card-trend-neutral, #52596e)}.metricscard-trend-range[data-v-bb9e718a]{color:#000933;font-size:12px}.metricscard-tooltip[data-v-bb9e718a]{display:inline-flex;margin:auto 0 auto 4px;vertical-align:middle}.metricscard-error[data-v-bb9e718a]{align-items:center;color:#3a3f51;display:flex;flex-direction:row;font-size:12px;margin-top:8px}.metricscard-error .kong-icon-warning[data-v-bb9e718a]{margin-right:12px}.metricscard.active .metricscard-tooltip[data-v-bb9e718a]{pointer-events:all}.loading-tabs[data-v-f7eb9c40]{display:flex;flex-direction:column}.loading-tabs-large[data-v-f7eb9c40]{padding:4px;row-gap:12px;width:240px}.loading-tabs-small[data-v-f7eb9c40]{padding:2px;row-gap:8px;width:120px}.loading-tabs-small .box[data-v-f7eb9c40]{height:12px}@media (max-width: 767px){.loading-tabs[data-v-f7eb9c40]{width:auto}}.kong-ui-public-metric-card-container[data-v-0483795d]{background-color:transparent;background-color:var(--kong-ui-metric-card-background, transparent);display:flex;flex-direction:column;justify-content:space-between;width:100%}.kong-ui-public-metric-card-container .container-title[data-v-0483795d]{font-size:16px;font-weight:600;margin-bottom:12px}.kong-ui-public-metric-card-container .cards-wrapper[data-v-0483795d]{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-0483795d]{column-gap:16px;row-gap:16px;flex-direction:column}}.kong-ui-public-metric-card-container.sm[data-v-0483795d]{column-gap:0;row-gap:0}.kong-ui-public-metric-card-container .error-display[data-v-0483795d]{align-items:center;display:flex;justify-content:center;margin:auto}.kong-ui-public-metric-card-container .error-display-icon[data-v-0483795d]{display:flex}.kong-ui-public-metric-card-container .error-display-message[data-v-0483795d]{color:#6c7489;font-size:14px;margin-left:12px}.analytics-chart[data-v-f0f6ed41]{height:var(--8c62ff26)}.analytics-chart[data-v-36598a1b]{height:var(--1eed717c)}.analytics-chart[data-v-ceb07ca8]{height:var(--4efa9c90)}@media (min-width: 767px){.metric-card-tile-wrapper[data-v-45b71e5d]{align-items:center;display:flex;height:100%}}.metric-card-tile-wrapper[data-v-45b71e5d] .kong-ui-public-metric-card-container{height:100%}@media (min-width: 767px){.metric-card-tile-wrapper[data-v-45b71e5d] .kong-ui-public-metric-card-container .metricscard:not(:last-of-type){border-right:1px solid #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-d056663c]{align-items:center;border-bottom:var(--07753575);display:var(--32d44ea8);padding:16px 16px 16px 0;width:100%}.config-card-details-row .config-card-details-label[data-v-d056663c]{width:var(--5036b738)}.config-card-details-row .config-card-details-label label[data-v-d056663c]{color:#3a3f51}.config-card-details-row .config-card-details-value[data-v-d056663c]{width:var(--5038fd13)}.config-card-details-row .config-card-details-value .truncated[data-v-d056663c]{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-d056663c]{overflow-wrap:anywhere}.config-card-details-row .config-card-details-value .copy-uuid-array[data-v-d056663c] .k-copy:not(:last-of-type){margin-bottom:8px}.config-card-details-row .config-card-details-value .method-badge-array[data-v-d056663c]{display:flex;flex-wrap:wrap;row-gap:10px}.config-card-details-row .config-badge[data-v-d056663c]{margin-right:4px}.config-card-details-row[data-v-d056663c] .k-label{margin-bottom:0}.config-card-details-row[data-v-d056663c] .k-label .kong-icon-infoFilled{display:flex}.config-card-details-row[data-v-d056663c] .config-card-details-row{width:auto}.json-config #json-endpoint-codeblock .k-highlighted-code-block code,.json-config #json-codeblock .k-highlighted-code-block code{background-color:#232633}.json-config #json-endpoint-codeblock .k-code-block-secondary-actions,.json-config #json-codeblock .k-code-block-secondary-actions{top:12px!important}.json-content .k-highlighted-code-block{border-top-left-radius:0!important;border-top-right-radius:0!important}.json-endpoint{align-items:baseline;background-color:#232633;border-bottom:1px solid rgba(255,255,255,.24);border-top-left-radius:8px;border-top-right-radius:8px;display:flex;padding-left:12px}.json-endpoint .k-badge{height:24px}.json-endpoint .k-code-block{flex:auto}.json-endpoint code{direction:rtl;max-width:var(--954d3eca);overflow:hidden!important;text-align:left;text-overflow:ellipsis;white-space:nowrap}.yaml-config #yaml-codeblock .k-highlighted-code-block code{background-color:#232633}.yaml-config #yaml-codeblock .k-code-block-secondary-actions{top:12px!important}.config-card-prop-section-title[data-v-147a2f70]{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-f40a683b]{align-items:center;display:flex}.kong-ui-entity-base-config-card .config-card-actions .config-format-select-label[data-v-f40a683b]{margin-bottom:0;margin-right:8px}.kong-ui-entity-base-config-card .config-card-prop-section-title[data-v-f40a683b]{color:#000933;font-size:16px;font-weight:600;margin-bottom:16px;margin-top:48px}.kong-ui-entity-base-config-card[data-v-f40a683b] .config-card-details-row:last-of-type{border-bottom:none}.kong-ui-entity-base-config-card .book-icon[data-v-f40a683b]{margin-left:8px;padding:0}.kong-ui-entity-base-form[data-v-3def74fe]{box-sizing:border-box;max-width:1536px;width:100%}.kong-ui-entity-base-form .form-actions[data-v-3def74fe]{align-items:center;display:flex;justify-content:flex-end;margin-top:24px}.kong-ui-entity-base-form .form-actions[data-v-3def74fe] .k-button:last-of-type,.kong-ui-entity-base-form .form-actions[data-v-3def74fe] .k-button:nth-last-of-type(2){margin-left:16px}.kong-ui-entity-base-form[data-v-3def74fe] .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-3def74fe] .k-card.content-card{padding:0 16px!important}.kong-ui-entity-base-form[data-v-3def74fe] .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-3def74fe] .tab-item.active>div.tab-link.has-panels{color:#000933!important;font-weight:600!important}.content-wrapper[data-v-c4379fd4] [role=button]{display:inline}.content-wrapper[data-v-c4379fd4] .k-tooltip{word-break:break-all}.kong-ui-entity-base-table .toolbar-container[data-v-99908c24]{align-items:center}.kong-ui-entity-base-table .toolbar-button-container[data-v-99908c24]{margin-left:auto}.kong-ui-entity-base-table .actions-container[data-v-99908c24]{float:right}.kong-ui-entity-base-table .actions-container[data-v-99908c24] .k-dropdown-item-trigger{margin-bottom:0;margin-top:0}.kong-ui-entity-base-table .actions-trigger[data-v-99908c24]{background-color:#0000!important;border:none!important;cursor:pointer!important;font-weight:400!important}.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-8cfadde3]{width:100%}.kong-ui-entity-filter-clear[data-v-8cfadde3]{cursor:pointer}.kong-ui-entity-filter[data-v-8cfadde3]{display:flex;position:relative}.kong-ui-entity-filter[data-v-8cfadde3] .menu-content{flex-direction:column}.kong-ui-entity-filter[data-v-8cfadde3] .k-menu-item-divider hr{margin:12px 0}.kong-ui-entity-filter-backdrop[data-v-8cfadde3]{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1050}.kong-ui-entity-filter-menu[data-v-8cfadde3]{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-8cfadde3]{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-8cfadde3]{align-items:center;cursor:pointer;display:flex;line-height:24px}.menu-item-title.expanded[data-v-8cfadde3]{color:#232633}.menu-item-expand-icon[data-v-8cfadde3]{margin-left:auto}.menu-item-expand-icon.expanded[data-v-8cfadde3]{transform:rotate(180deg)}.menu-item-indicator[data-v-8cfadde3]{background-color:#0044f4;border-radius:50%;height:4px;margin-left:4px;width:4px}.menu-item-body[data-v-8cfadde3]{align-items:center;display:flex;justify-content:space-between;margin-top:16px}.menu-item-body[data-v-8cfadde3] .k-input{padding-bottom:4px!important;padding-top:4px!important}.menu-item-body[data-v-8cfadde3] .k-input-wrapper{width:100%}.menu-item-body[data-v-8cfadde3] .k-select-input .k-input{font-size:12px}.menu-item-body[data-v-8cfadde3] .k-select-input .k-input::placeholder{color:#00000073!important;font-size:12px}.menu-item-label[data-v-8cfadde3]{margin-bottom:0;margin-right:12px}.menu-item-buttons[data-v-8cfadde3]{display:flex;justify-content:space-between;margin:10px 0 6px}.filter-clear-button-container[data-v-8cfadde3]{padding:12px 20px 0}fieldset[data-v-4bb31634]{margin:0;padding:0}.kong-ui-entity-form-section[data-v-4bb31634]{border:0}.kong-ui-entity-form-section .form-section-wrapper[data-v-4bb31634]{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-4bb31634]{flex-direction:row}}.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-4bb31634]{flex:1}@media (min-width: 1024px){.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-4bb31634]{max-width:350px}.kong-ui-entity-form-section .form-section-wrapper .form-section-info.sticky[data-v-4bb31634]{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-4bb31634]{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-4bb31634],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description p[data-v-4bb31634],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description[data-v-4bb31634] 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-4bb31634]{margin-top:32px}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-4bb31634]{flex:1}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-4bb31634]>*:not(:first-child){margin-top:24px}.kong-ui-entity-form-section.has-divider .form-section-wrapper[data-v-4bb31634]{border-bottom:1px solid #e0e4ea}.kong-ui-public-entity-link[data-v-ff8e5179]{align-items:center;display:flex}.kong-ui-public-entity-link .deleted-entity[data-v-ff8e5179]{font-style:italic}.kong-ui-public-entity-link .entity-link[data-v-ff8e5179]{display:flex}.kong-ui-public-entity-link .entity-link[data-v-ff8e5179] .external-link-icon{color:#0044f4;margin-left:4px;padding:2px}.kong-ui-public-entity-link .entity-link-label[data-v-ff8e5179]{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-ff8e5179]{align-items:center;cursor:pointer;display:flex}.kong-ui-public-entity-link .copy-uuid-tooltip .entity-link-copy-id[data-v-ff8e5179]{margin-left:2px}.tile-boundary[data-v-3d6e352f]{height:var(--a16bb866)}.kong-ui-public-grid-layout[data-v-04f865ab]{display:grid;gap:20px;grid-template-columns:repeat(var(--13009fee),1fr);grid-template-rows:var(--c934c2be);width:100%}@media (max-width: 768px){.kong-ui-public-grid-layout[data-v-04f865ab]{display:flex;flex-direction:column}.kong-ui-public-grid-layout .grid-cell[data-v-04f865ab]{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-04f865ab]:not(:first-child){margin-top:20px}.kong-ui-public-grid-layout .empty-cell[data-v-04f865ab]{display:none}}.kong-ui-public-dashboard-renderer .tile-container[data-v-1af70010]{border:1px solid #e0e4ea;border-radius:4px;height:100%;padding:20px}
1
+ .locked[data-v-d8d2d0cd]{cursor:move}.tooltip-container[data-v-d8d2d0cd]{background-color:#fff;border-radius:3px;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-d8d2d0cd]{border-bottom:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;margin:8px;min-height:24px;padding-bottom:8px}.tooltip-container .tooltip-title .title[data-v-d8d2d0cd]{font-size:16px;font-weight:600}.tooltip-container .tooltip-title .subtitle[data-v-d8d2d0cd]{font-size:14px;margin-top:8px}.tooltip-container .tooltip-title .drag-icon[data-v-d8d2d0cd]{margin-top:6px;position:absolute;right:0;top:0}ul.tooltip[data-v-d8d2d0cd]{list-style:none;margin:0;max-height:300px;min-width:250px;overflow-y:auto;padding-left:0;-ms-overflow-style:thin;scrollbar-color:#e0e4ea transparent;scrollbar-width:auto}ul.tooltip[data-v-d8d2d0cd] ::-webkit-scrollbar{width:8px}ul.tooltip[data-v-d8d2d0cd] ::-webkit-scrollbar-track{background:transparent}ul.tooltip[data-v-d8d2d0cd] ::-webkit-scrollbar-thumb{background-color:#e0e4ea;border-radius:10px}ul.tooltip li[data-v-d8d2d0cd]{display:flex;font-size:14px;line-height:1;margin:8px}ul.tooltip li[data-v-d8d2d0cd]:last-child{padding-bottom:8px}ul.tooltip .display-label[data-v-d8d2d0cd]{max-width:75%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}ul.tooltip .display-value[data-v-d8d2d0cd]{margin-left:auto;padding-left:8px;white-space:nowrap}ul.tooltip .tooltip-legend[data-v-d8d2d0cd]{display:inline-flex;flex-direction:row;height:15px;margin-right:8px;width:3px}.legend-container[data-v-554b4d9c]{display:flex;margin:6px 0 0;max-height:inherit;overflow-x:hidden;overflow-y:auto;padding-left:0;-ms-overflow-style:thin;scrollbar-color:#e0e4ea transparent;scrollbar-width:auto}.legend-container[data-v-554b4d9c] ::-webkit-scrollbar{width:8px}.legend-container[data-v-554b4d9c] ::-webkit-scrollbar-track{background:transparent}.legend-container[data-v-554b4d9c] ::-webkit-scrollbar-thumb{background-color:#e0e4ea;border-radius:10px}.legend-container.vertical[data-v-554b4d9c]{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-554b4d9c]{max-width:12ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legend-container.vertical li .legend[data-v-554b4d9c]{margin-top:4px}@media (max-width: 767px){.legend-container.vertical[data-v-554b4d9c]{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-554b4d9c]{display:none}}.legend-container.horizontal[data-v-554b4d9c]{column-gap:12px;display:grid;height:var(--1c6c065c);justify-content:center;width:99%}.legend-container.horizontal .truncate-label[data-v-554b4d9c]{max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legend-container.horizontal li[data-v-554b4d9c]{align-items:center;margin-top:0}.legend-container.horizontal li .label[data-v-554b4d9c]{line-height:24px;white-space:nowrap}.legend-container li[data-v-554b4d9c]{align-items:start;cursor:pointer;display:flex;line-height:1}.legend-container li .legend[data-v-554b4d9c]{flex:0 0 14px;height:3px;margin-right:6px}.legend-container li .label[data-v-554b4d9c]{font-size:12px}.legend-container li .sub-label[data-v-554b4d9c]{font-size:12px;line-height:16px;word-break:none}.legend-container li .strike-through[data-v-554b4d9c]{text-decoration:line-through}.chart-parent[data-v-fdeee739]{align-items:center;display:flex;height:inherit;justify-content:space-evenly;position:relative;width:inherit}.chart-parent.column[data-v-fdeee739]{flex-direction:column}.chart-parent.column .chart-container[data-v-fdeee739]{max-height:calc(100% - 48px);width:100%}.chart-parent.legend-row[data-v-fdeee739]{flex-direction:row}.chart-parent.legend-row .chart-container[data-v-fdeee739]{height:100%;width:90%}@media (max-width: 767px){.chart-parent.legend-row .chart-container[data-v-fdeee739]{max-height:calc(100% - 48px)!important;width:100%!important}}@media (max-width: 767px){.chart-parent.legend-row[data-v-fdeee739]{display:flex;flex-wrap:wrap}}.chart-parent .chart-container[data-v-fdeee739]{flex:1 1 auto;position:relative}.chart-container[data-v-fdeee739]{overflow:auto;-ms-overflow-style:thin;scrollbar-color:#e0e4ea transparent;scrollbar-width:auto}.chart-container[data-v-fdeee739] ::-webkit-scrollbar{width:8px}.chart-container[data-v-fdeee739] ::-webkit-scrollbar-track{background:transparent}.chart-container[data-v-fdeee739] ::-webkit-scrollbar-thumb{background-color:#e0e4ea;border-radius:10px}.chart-container .chart-body[data-v-fdeee739]{height:100%}.chart-container[data-v-fdeee739]::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.chart-container[data-v-fdeee739]::-webkit-scrollbar{width:10px}.chart-container[data-v-fdeee739]::-webkit-scrollbar-thumb{background-color:#e0e4ea;border-radius:10px}.axis[data-v-fdeee739]{left:0;pointer-events:none;position:absolute;top:0;z-index:99}.axis-tooltip[data-v-fdeee739]{background-color:#3a3f51;color:#fff;padding:4px 8px;position:absolute;width:max-content;z-index:100}.tooltip-boundary[data-v-fdeee739]{height:100%;left:0;position:relative;top:0;width:100%}.chart-parent[data-v-07ea8b82]{align-items:center;display:flex;height:inherit;justify-content:space-evenly;position:relative;width:inherit}.chart-parent.column[data-v-07ea8b82]{flex-direction:column}.chart-parent.column .chart-container[data-v-07ea8b82]{max-height:calc(100% - 48px);width:100%}.chart-parent.legend-row[data-v-07ea8b82]{flex-direction:row}.chart-parent.legend-row .chart-container[data-v-07ea8b82]{height:100%;width:90%}@media (max-width: 767px){.chart-parent.legend-row .chart-container[data-v-07ea8b82]{max-height:calc(100% - 48px)!important;width:100%!important}}@media (max-width: 767px){.chart-parent.legend-row[data-v-07ea8b82]{display:flex;flex-wrap:wrap}}.chart-parent .chart-container[data-v-07ea8b82]{flex:1 1 auto;position:relative}.chart-parent[data-v-3abbf084]{align-items:center;display:flex;height:inherit;justify-content:space-evenly;position:relative;width:inherit}.chart-parent.column[data-v-3abbf084]{flex-direction:column}.chart-parent.column .chart-container[data-v-3abbf084]{max-height:calc(100% - 48px);width:100%}.chart-parent.legend-row[data-v-3abbf084]{flex-direction:row}.chart-parent.legend-row .chart-container[data-v-3abbf084]{height:100%;width:90%}@media (max-width: 767px){.chart-parent.legend-row .chart-container[data-v-3abbf084]{max-height:calc(100% - 48px)!important;width:100%!important}}@media (max-width: 767px){.chart-parent.legend-row[data-v-3abbf084]{display:flex;flex-wrap:wrap}}.chart-parent .chart-container[data-v-3abbf084]{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-4027c7fb],.simple-chart-shell[data-v-4027c7fb]{border-radius:4px;display:flex;flex-direction:column}.analytics-chart-shell .chart-empty-state[data-v-4027c7fb],.simple-chart-shell .chart-empty-state[data-v-4027c7fb]{display:flex;flex-direction:column;height:100%;justify-content:center}.analytics-chart-shell[data-v-4027c7fb]{height:100%;width:100%}.analytics-chart-shell .analytics-chart-parent[data-v-4027c7fb]{height:inherit;width:inherit}.analytics-chart-shell .chart-empty-state[data-v-4027c7fb]{padding:20px 0 16px}.analytics-chart-shell .chart-header[data-v-4027c7fb]{align-items:center;display:flex;justify-content:flex-start;padding-bottom:16px}.analytics-chart-shell .chart-header .chart-header-icons-wrapper[data-v-4027c7fb]{display:flex;justify-content:end}.analytics-chart-shell .chart-header .chart-export-button[data-v-4027c7fb]{display:flex;margin-left:auto;margin-right:0}.analytics-chart-shell .chart-title[data-v-4027c7fb]{font-size:16px;font-weight:600}.analytics-chart-shell .tooltip[data-v-4027c7fb]{display:flex;margin-left:12px;margin-top:2px}.chart-parent[data-v-5871cb7a]{align-items:center;display:flex;height:inherit;justify-content:space-evenly;position:relative;width:inherit}.chart-parent.column[data-v-5871cb7a]{flex-direction:column}.chart-parent.column .chart-container[data-v-5871cb7a]{max-height:calc(100% - 48px);width:100%}.chart-parent.legend-row[data-v-5871cb7a]{flex-direction:row}.chart-parent.legend-row .chart-container[data-v-5871cb7a]{height:100%;width:90%}@media (max-width: 767px){.chart-parent.legend-row .chart-container[data-v-5871cb7a]{max-height:calc(100% - 48px)!important;width:100%!important}}@media (max-width: 767px){.chart-parent.legend-row[data-v-5871cb7a]{display:flex;flex-wrap:wrap}}.chart-parent .chart-container[data-v-5871cb7a]{flex:1 1 auto;position:relative}.chart-parent[data-v-5871cb7a]{height:auto;margin:0;padding:0;width:auto}.chart-parent .chart-container[data-v-5871cb7a]{margin:0;max-height:100px;max-width:100px;padding:0}.chart-parent .chart-totals-flex[data-v-5871cb7a]{align-items:center;display:flex;flex-direction:column;height:100px;justify-content:center;padding:24px 0 0;position:absolute;width:100px;z-index:2}.chart-parent .chart-totals-flex .metric-large[data-v-5871cb7a]{font-size:20px;font-weight:500;line-height:28px}.chart-parent .chart-totals-flex .metric-small[data-v-5871cb7a]{color:#6c7489;font-size:10px;font-weight:400;line-height:12px}.analytics-chart-shell[data-v-cb92de46],.simple-chart-shell[data-v-cb92de46]{border-radius:4px;display:flex;flex-direction:column}.analytics-chart-shell .chart-empty-state[data-v-cb92de46],.simple-chart-shell .chart-empty-state[data-v-cb92de46]{display:flex;flex-direction:column;height:100%;justify-content:center}.simple-chart-shell[data-v-cb92de46]{margin:0;padding:0}.simple-chart-shell .chart-empty-state[data-v-cb92de46]{display:flex;flex-direction:column;height:100px;justify-content:center;width:100px}.simple-chart-shell .chart-empty-state[data-v-cb92de46] .empty-state-title{font-size:12px;line-height:16px;margin:0}.kong-ui-public-top-n-table[data-v-80a3b24a]{border:none!important;height:100%;padding:0!important}.kong-ui-public-top-n-table .top-n-card-description[data-v-80a3b24a]{color:#6c7489;font-size:12px;text-align:right}.kong-ui-public-top-n-table[data-v-80a3b24a] .k-card-actions{align-self:baseline;display:flex;line-height:22px}.kong-ui-public-top-n-table[data-v-80a3b24a] .card-content{overflow-y:auto;-ms-overflow-style:thin;scrollbar-color:#e0e4ea transparent;scrollbar-width:auto}.kong-ui-public-top-n-table[data-v-80a3b24a] .card-content ::-webkit-scrollbar{width:8px}.kong-ui-public-top-n-table[data-v-80a3b24a] .card-content ::-webkit-scrollbar-track{background:transparent}.kong-ui-public-top-n-table[data-v-80a3b24a] .card-content ::-webkit-scrollbar-thumb{background-color:#e0e4ea;border-radius:10px}.kong-ui-public-top-n-table .top-n-table[data-v-80a3b24a]{display:flex;flex-direction:column;max-height:100%;width:100%}.kong-ui-public-top-n-table .top-n-table .table-headings[data-v-80a3b24a]{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-80a3b24a]{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-80a3b24a]:last-of-type{border-bottom:none}.kong-ui-public-top-n-table .top-n-table .column-1[data-v-80a3b24a]{padding:0 24px 12px 0}.kong-ui-public-top-n-table .top-n-table .column-2[data-v-80a3b24a]{flex:1;max-width:110px;padding:0 0 12px}.kong-ui-public-top-n-table .top-n-table .table-body[data-v-80a3b24a]{overflow-y:auto}.kong-ui-public-top-n-table .top-n-table .table-body .table-row[data-v-80a3b24a]:first-of-type{border-top:1px solid #e0e4ea}.kong-ui-public-top-n-table .top-n-table .table-body .column-1[data-v-80a3b24a],.kong-ui-public-top-n-table .top-n-table .table-body .column-2[data-v-80a3b24a]{padding-top:12px}.kong-ui-public-top-n-table .top-n-table .table-body .column-1[data-v-80a3b24a]{color:#3a3f51;font-size:14px}.kong-ui-public-top-n-table .top-n-table .table-body .column-1[data-v-80a3b24a] 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-bb9e718a]{display:flex;flex-direction:column;width:100%}@media (max-width: 767px){.metricscard[data-v-bb9e718a]{max-width:none;width:auto}}@media (min-width: 768px){.metricscard[data-v-bb9e718a]{height:100%;justify-content:space-evenly}}.metricscard[data-v-bb9e718a]:hover{border:none;text-decoration:none}.metricscard-title[data-v-bb9e718a]{align-items:center;color:#000933;color:var(--kong-ui-metric-card-title, #000933);display:flex;flex-direction:row;font-size:14px;font-weight:500;line-height:16px;margin:0}.metricscard-title.sm[data-v-bb9e718a]{font-size:12px}.metricscard-title.md[data-v-bb9e718a]{font-size:14px;font-weight:600}.metricscard-title.lg[data-v-bb9e718a],.metricscard-title.xl[data-v-bb9e718a]{font-size:14px}.metricscard-description[data-v-bb9e718a]{color:#afb7c5;color:var(--kong-ui-metric-card-value, #afb7c5);font-size:12px;line-height:16px;margin-top:10px}.metricscard-icon[data-v-bb9e718a]{margin-right:4px}.metricscard-value[data-v-bb9e718a]{color:#000933;color:var(--kong-ui-metric-card-value, #000933);display:flex;flex-direction:row;font-size:24px;font-weight:600;justify-content:space-between;line-height:32px}.metricscard-value.sm[data-v-bb9e718a]{font-size:14px;line-height:24px}.metricscard-value.xl[data-v-bb9e718a]{font-size:48px}.metricscard-valuetrend[data-v-bb9e718a]{display:flex;flex-direction:column;row-gap:12px}.metricscard-valuetrend.is-compact[data-v-bb9e718a]{align-items:center;flex-direction:row!important;justify-content:space-between;margin-top:0}.metricscard-trend[data-v-bb9e718a]{align-items:center;column-gap:8px;display:flex}.metricscard-trend-change[data-v-bb9e718a]{align-items:center;border-radius:4px;display:flex;flex-direction:row;font-size:12px;font-weight:600;padding:4px 8px}.metricscard-trend-change .kui-icon[data-v-bb9e718a]{margin-right:4px}.metricscard-trend-change.positive[data-v-bb9e718a]{background-color:#ecfffb;background-color:var(--kong-ui-metric-card-trend-bg-positive, #ecfffb);color:#007d60;color:var(--kong-ui-metric-card-trend-positive, #007d60)}.metricscard-trend-change.negative[data-v-bb9e718a]{background-color:#ffe5e5;background-color:var(--kong-ui-metric-card-trend-bg-negative, #ffe5e5);color:#ad000e;color:var(--kong-ui-metric-card-trend-negative, #ad000e)}.metricscard-trend-change.neutral[data-v-bb9e718a]{background-color:#e0e4ea;background-color:var(--kong-ui-metric-card-trend-bg-neutral, #e0e4ea);color:#52596e;color:var(--kong-ui-metric-card-trend-neutral, #52596e)}.metricscard-trend-range[data-v-bb9e718a]{color:#000933;font-size:12px}.metricscard-tooltip[data-v-bb9e718a]{display:inline-flex;margin:auto 0 auto 4px;vertical-align:middle}.metricscard-error[data-v-bb9e718a]{align-items:center;color:#3a3f51;display:flex;flex-direction:row;font-size:12px;margin-top:8px}.metricscard-error .kong-icon-warning[data-v-bb9e718a]{margin-right:12px}.metricscard.active .metricscard-tooltip[data-v-bb9e718a]{pointer-events:all}.loading-tabs[data-v-f7eb9c40]{display:flex;flex-direction:column}.loading-tabs-large[data-v-f7eb9c40]{padding:4px;row-gap:12px;width:240px}.loading-tabs-small[data-v-f7eb9c40]{padding:2px;row-gap:8px;width:120px}.loading-tabs-small .box[data-v-f7eb9c40]{height:12px}@media (max-width: 767px){.loading-tabs[data-v-f7eb9c40]{width:auto}}.kong-ui-public-metric-card-container[data-v-0483795d]{background-color:transparent;background-color:var(--kong-ui-metric-card-background, transparent);display:flex;flex-direction:column;justify-content:space-between;width:100%}.kong-ui-public-metric-card-container .container-title[data-v-0483795d]{font-size:16px;font-weight:600;margin-bottom:12px}.kong-ui-public-metric-card-container .cards-wrapper[data-v-0483795d]{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-0483795d]{column-gap:16px;row-gap:16px;flex-direction:column}}.kong-ui-public-metric-card-container.sm[data-v-0483795d]{column-gap:0;row-gap:0}.kong-ui-public-metric-card-container .error-display[data-v-0483795d]{align-items:center;display:flex;justify-content:center;margin:auto}.kong-ui-public-metric-card-container .error-display-icon[data-v-0483795d]{display:flex}.kong-ui-public-metric-card-container .error-display-message[data-v-0483795d]{color:#6c7489;font-size:14px;margin-left:12px}.analytics-chart[data-v-f0f6ed41]{height:var(--8c62ff26)}.analytics-chart[data-v-36598a1b]{height:var(--1eed717c)}.analytics-chart[data-v-ceb07ca8]{height:var(--4efa9c90)}@media (min-width: 767px){.metric-card-tile-wrapper[data-v-8c92920c]{align-items:center;display:flex;height:100%}}.metric-card-tile-wrapper[data-v-8c92920c] .kong-ui-public-metric-card-container{height:100%}@media (min-width: 767px){.metric-card-tile-wrapper[data-v-8c92920c] .kong-ui-public-metric-card-container .metricscard:not(:last-of-type){border-right:1px solid #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-d056663c]{align-items:center;border-bottom:var(--07753575);display:var(--32d44ea8);padding:16px 16px 16px 0;width:100%}.config-card-details-row .config-card-details-label[data-v-d056663c]{width:var(--5036b738)}.config-card-details-row .config-card-details-label label[data-v-d056663c]{color:#3a3f51}.config-card-details-row .config-card-details-value[data-v-d056663c]{width:var(--5038fd13)}.config-card-details-row .config-card-details-value .truncated[data-v-d056663c]{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-d056663c]{overflow-wrap:anywhere}.config-card-details-row .config-card-details-value .copy-uuid-array[data-v-d056663c] .k-copy:not(:last-of-type){margin-bottom:8px}.config-card-details-row .config-card-details-value .method-badge-array[data-v-d056663c]{display:flex;flex-wrap:wrap;row-gap:10px}.config-card-details-row .config-badge[data-v-d056663c]{margin-right:4px}.config-card-details-row[data-v-d056663c] .k-label{margin-bottom:0}.config-card-details-row[data-v-d056663c] .k-label .kong-icon-infoFilled{display:flex}.config-card-details-row[data-v-d056663c] .config-card-details-row{width:auto}.json-config #json-endpoint-codeblock .k-highlighted-code-block code,.json-config #json-codeblock .k-highlighted-code-block code{background-color:#232633}.json-config #json-endpoint-codeblock .k-code-block-secondary-actions,.json-config #json-codeblock .k-code-block-secondary-actions{top:12px!important}.json-content .k-highlighted-code-block{border-top-left-radius:0!important;border-top-right-radius:0!important}.json-endpoint{align-items:baseline;background-color:#232633;border-bottom:1px solid rgba(255,255,255,.24);border-top-left-radius:8px;border-top-right-radius:8px;display:flex;padding-left:12px}.json-endpoint .k-badge{height:24px}.json-endpoint .k-code-block{flex:auto}.json-endpoint code{direction:rtl;max-width:var(--954d3eca);overflow:hidden!important;text-align:left;text-overflow:ellipsis;white-space:nowrap}.yaml-config #yaml-codeblock .k-highlighted-code-block code{background-color:#232633}.yaml-config #yaml-codeblock .k-code-block-secondary-actions{top:12px!important}.config-card-prop-section-title[data-v-147a2f70]{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-f40a683b]{align-items:center;display:flex}.kong-ui-entity-base-config-card .config-card-actions .config-format-select-label[data-v-f40a683b]{margin-bottom:0;margin-right:8px}.kong-ui-entity-base-config-card .config-card-prop-section-title[data-v-f40a683b]{color:#000933;font-size:16px;font-weight:600;margin-bottom:16px;margin-top:48px}.kong-ui-entity-base-config-card[data-v-f40a683b] .config-card-details-row:last-of-type{border-bottom:none}.kong-ui-entity-base-config-card .book-icon[data-v-f40a683b]{margin-left:8px;padding:0}.kong-ui-entity-base-form[data-v-3def74fe]{box-sizing:border-box;max-width:1536px;width:100%}.kong-ui-entity-base-form .form-actions[data-v-3def74fe]{align-items:center;display:flex;justify-content:flex-end;margin-top:24px}.kong-ui-entity-base-form .form-actions[data-v-3def74fe] .k-button:last-of-type,.kong-ui-entity-base-form .form-actions[data-v-3def74fe] .k-button:nth-last-of-type(2){margin-left:16px}.kong-ui-entity-base-form[data-v-3def74fe] .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-3def74fe] .k-card.content-card{padding:0 16px!important}.kong-ui-entity-base-form[data-v-3def74fe] .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-3def74fe] .tab-item.active>div.tab-link.has-panels{color:#000933!important;font-weight:600!important}.content-wrapper[data-v-c4379fd4] [role=button]{display:inline}.content-wrapper[data-v-c4379fd4] .k-tooltip{word-break:break-all}.kong-ui-entity-base-table .toolbar-container[data-v-99908c24]{align-items:center}.kong-ui-entity-base-table .toolbar-button-container[data-v-99908c24]{margin-left:auto}.kong-ui-entity-base-table .actions-container[data-v-99908c24]{float:right}.kong-ui-entity-base-table .actions-container[data-v-99908c24] .k-dropdown-item-trigger{margin-bottom:0;margin-top:0}.kong-ui-entity-base-table .actions-trigger[data-v-99908c24]{background-color:#0000!important;border:none!important;cursor:pointer!important;font-weight:400!important}.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-8cfadde3]{width:100%}.kong-ui-entity-filter-clear[data-v-8cfadde3]{cursor:pointer}.kong-ui-entity-filter[data-v-8cfadde3]{display:flex;position:relative}.kong-ui-entity-filter[data-v-8cfadde3] .menu-content{flex-direction:column}.kong-ui-entity-filter[data-v-8cfadde3] .k-menu-item-divider hr{margin:12px 0}.kong-ui-entity-filter-backdrop[data-v-8cfadde3]{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1050}.kong-ui-entity-filter-menu[data-v-8cfadde3]{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-8cfadde3]{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-8cfadde3]{align-items:center;cursor:pointer;display:flex;line-height:24px}.menu-item-title.expanded[data-v-8cfadde3]{color:#232633}.menu-item-expand-icon[data-v-8cfadde3]{margin-left:auto}.menu-item-expand-icon.expanded[data-v-8cfadde3]{transform:rotate(180deg)}.menu-item-indicator[data-v-8cfadde3]{background-color:#0044f4;border-radius:50%;height:4px;margin-left:4px;width:4px}.menu-item-body[data-v-8cfadde3]{align-items:center;display:flex;justify-content:space-between;margin-top:16px}.menu-item-body[data-v-8cfadde3] .k-input{padding-bottom:4px!important;padding-top:4px!important}.menu-item-body[data-v-8cfadde3] .k-input-wrapper{width:100%}.menu-item-body[data-v-8cfadde3] .k-select-input .k-input{font-size:12px}.menu-item-body[data-v-8cfadde3] .k-select-input .k-input::placeholder{color:#00000073!important;font-size:12px}.menu-item-label[data-v-8cfadde3]{margin-bottom:0;margin-right:12px}.menu-item-buttons[data-v-8cfadde3]{display:flex;justify-content:space-between;margin:10px 0 6px}.filter-clear-button-container[data-v-8cfadde3]{padding:12px 20px 0}fieldset[data-v-4bb31634]{margin:0;padding:0}.kong-ui-entity-form-section[data-v-4bb31634]{border:0}.kong-ui-entity-form-section .form-section-wrapper[data-v-4bb31634]{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-4bb31634]{flex-direction:row}}.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-4bb31634]{flex:1}@media (min-width: 1024px){.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-4bb31634]{max-width:350px}.kong-ui-entity-form-section .form-section-wrapper .form-section-info.sticky[data-v-4bb31634]{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-4bb31634]{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-4bb31634],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description p[data-v-4bb31634],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description[data-v-4bb31634] 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-4bb31634]{margin-top:32px}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-4bb31634]{flex:1}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-4bb31634]>*:not(:first-child){margin-top:24px}.kong-ui-entity-form-section.has-divider .form-section-wrapper[data-v-4bb31634]{border-bottom:1px solid #e0e4ea}.kong-ui-public-entity-link[data-v-ff8e5179]{align-items:center;display:flex}.kong-ui-public-entity-link .deleted-entity[data-v-ff8e5179]{font-style:italic}.kong-ui-public-entity-link .entity-link[data-v-ff8e5179]{display:flex}.kong-ui-public-entity-link .entity-link[data-v-ff8e5179] .external-link-icon{color:#0044f4;margin-left:4px;padding:2px}.kong-ui-public-entity-link .entity-link-label[data-v-ff8e5179]{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-ff8e5179]{align-items:center;cursor:pointer;display:flex}.kong-ui-public-entity-link .copy-uuid-tooltip .entity-link-copy-id[data-v-ff8e5179]{margin-left:2px}.tile-boundary[data-v-3d6e352f]{height:var(--a16bb866)}.kong-ui-public-grid-layout[data-v-04f865ab]{display:grid;gap:20px;grid-template-columns:repeat(var(--13009fee),1fr);grid-template-rows:var(--c934c2be);width:100%}@media (max-width: 768px){.kong-ui-public-grid-layout[data-v-04f865ab]{display:flex;flex-direction:column}.kong-ui-public-grid-layout .grid-cell[data-v-04f865ab]{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-04f865ab]:not(:first-child){margin-top:20px}.kong-ui-public-grid-layout .empty-cell[data-v-04f865ab]{display:none}}.kong-ui-public-dashboard-renderer .tile-container[data-v-1af70010]{border:1px solid #e0e4ea;border-radius:4px;height:100%;padding:20px}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/dashboard-renderer",
3
- "version": "0.18.5",
3
+ "version": "0.18.6",
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.4.21",
30
- "@kong-ui-public/analytics-chart": "^3.0.5",
31
- "@kong-ui-public/analytics-metric-provider": "^5.1.2",
32
- "@kong-ui-public/analytics-utilities": "^2.0.2",
33
- "@kong-ui-public/sandbox-layout": "^2.0.48",
34
- "@kong-ui-public/i18n": "^2.1.5"
30
+ "@kong-ui-public/analytics-metric-provider": "^5.1.3",
31
+ "@kong-ui-public/analytics-utilities": "^2.0.3",
32
+ "@kong-ui-public/analytics-chart": "^3.0.6",
33
+ "@kong-ui-public/i18n": "^2.1.5",
34
+ "@kong-ui-public/sandbox-layout": "^2.0.48"
35
35
  },
36
36
  "repository": {
37
37
  "type": "git",
@@ -54,15 +54,15 @@
54
54
  "@kong/kongponents": "9.0.0-alpha.124",
55
55
  "swrv": "^1.0.4",
56
56
  "vue": ">= 3.3.13 < 4",
57
- "@kong-ui-public/analytics-utilities": "^2.0.2",
58
- "@kong-ui-public/i18n": "^2.1.5",
59
- "@kong-ui-public/analytics-chart": "^3.0.5",
60
- "@kong-ui-public/analytics-metric-provider": "^5.1.2"
57
+ "@kong-ui-public/analytics-chart": "^3.0.6",
58
+ "@kong-ui-public/analytics-metric-provider": "^5.1.3",
59
+ "@kong-ui-public/analytics-utilities": "^2.0.3",
60
+ "@kong-ui-public/i18n": "^2.1.5"
61
61
  },
62
62
  "dependencies": {
63
63
  "ajv": "^8.12.0",
64
- "@kong-ui-public/entities-shared": "^3.0.2",
65
- "@kong-ui-public/core": "^1.5.8"
64
+ "@kong-ui-public/core": "^1.5.8",
65
+ "@kong-ui-public/entities-shared": "^3.0.2"
66
66
  },
67
67
  "scripts": {
68
68
  "dev": "cross-env USE_SANDBOX=true vite",