@kong-ui-public/dashboard-renderer 0.24.5 → 0.24.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dashboard-renderer.es.js +65 -65
- package/package.json +14 -14
|
@@ -302,7 +302,7 @@ const L = {
|
|
|
302
302
|
},
|
|
303
303
|
required: ["datasource"],
|
|
304
304
|
additionalProperties: !1
|
|
305
|
-
},
|
|
305
|
+
}, at = {
|
|
306
306
|
type: "object",
|
|
307
307
|
description: "A query to launch at the AI explore API",
|
|
308
308
|
properties: {
|
|
@@ -319,12 +319,12 @@ const L = {
|
|
|
319
319
|
},
|
|
320
320
|
required: ["datasource"],
|
|
321
321
|
additionalProperties: !1
|
|
322
|
-
},
|
|
323
|
-
anyOf: [ot, it,
|
|
322
|
+
}, nt = {
|
|
323
|
+
anyOf: [ot, it, at]
|
|
324
324
|
}, st = {
|
|
325
325
|
type: "object",
|
|
326
326
|
properties: {
|
|
327
|
-
query:
|
|
327
|
+
query: nt,
|
|
328
328
|
chart: {
|
|
329
329
|
anyOf: [Je, Ye, We, et, Xe, Ze]
|
|
330
330
|
}
|
|
@@ -407,17 +407,17 @@ const L = {
|
|
|
407
407
|
};
|
|
408
408
|
var ie = /* @__PURE__ */ ((t) => (t.VALIDATING = "VALIDATING", t.VALIDATING_HAS_DATA = "VALIDATING_HAS_DATA", t.PENDING = "PENDING", t.SUCCESS = "SUCCESS", t.SUCCESS_HAS_DATA = "SUCCESS_HAS_DATA", t.ERROR = "ERROR", t.STALE_IF_ERROR = "STALE_IF_ERROR", t))(ie || {});
|
|
409
409
|
const pt = (t) => {
|
|
410
|
-
var r, o,
|
|
410
|
+
var r, o, a, e, i;
|
|
411
411
|
return t ? !!// TODO: revisit: currently only the first check ever matters?
|
|
412
|
-
((r = Object.keys(t)) != null && r.length || (o = t.data) != null && o.length || (e = (
|
|
412
|
+
((r = Object.keys(t)) != null && r.length || (o = t.data) != null && o.length || (e = (a = t.data) == null ? void 0 : a.data) != null && e.length || !((i = t.data) != null && i.data) && typeof t.data == "object" && Object.keys(t == null ? void 0 : t.data).length) : !1;
|
|
413
413
|
};
|
|
414
|
-
function ut(t = I({}), r, o,
|
|
414
|
+
function ut(t = I({}), r, o, a = pt) {
|
|
415
415
|
const e = I(
|
|
416
416
|
"PENDING"
|
|
417
417
|
/* PENDING */
|
|
418
418
|
);
|
|
419
419
|
return ue(() => {
|
|
420
|
-
const i =
|
|
420
|
+
const i = a(t.value);
|
|
421
421
|
if (t.value && i && o.value) {
|
|
422
422
|
e.value = "VALIDATING_HAS_DATA";
|
|
423
423
|
return;
|
|
@@ -469,7 +469,7 @@ function ht() {
|
|
|
469
469
|
// Translation component <i18n-t>
|
|
470
470
|
};
|
|
471
471
|
}
|
|
472
|
-
const
|
|
472
|
+
const ae = {
|
|
473
473
|
useI18n: ht
|
|
474
474
|
}, N = /* @__PURE__ */ _({
|
|
475
475
|
__name: "QueryDataProvider",
|
|
@@ -480,14 +480,14 @@ const ne = {
|
|
|
480
480
|
},
|
|
481
481
|
emits: ["queryComplete"],
|
|
482
482
|
setup(t, { emit: r }) {
|
|
483
|
-
const o = t,
|
|
483
|
+
const o = t, a = r, { i18n: e } = ae.useI18n(), i = Q(te), n = () => o.queryReady && i ? JSON.stringify([o.query, o.context]) : null, s = new AbortController();
|
|
484
484
|
Z(() => {
|
|
485
485
|
s.abort();
|
|
486
486
|
});
|
|
487
487
|
const m = (A, E, D) => {
|
|
488
488
|
const q = [];
|
|
489
489
|
return E && q.push(...E), q.push(...Ne(A, D)), q;
|
|
490
|
-
}, { data: c, error: b, isValidating: h } = Ve(
|
|
490
|
+
}, { data: c, error: b, isValidating: h } = Ve(n, async () => {
|
|
491
491
|
var A, E, D, q;
|
|
492
492
|
try {
|
|
493
493
|
let {
|
|
@@ -510,7 +510,7 @@ const ne = {
|
|
|
510
510
|
} catch (u) {
|
|
511
511
|
w.value = ((E = (A = u == null ? void 0 : u.response) == null ? void 0 : A.data) == null ? void 0 : E.message) === "Range not allowed for this tier" ? e.t("queryDataProvider.timeRangeExceeded") : ((q = (D = u == null ? void 0 : u.response) == null ? void 0 : D.data) == null ? void 0 : q.message) || (u == null ? void 0 : u.message);
|
|
512
512
|
} finally {
|
|
513
|
-
|
|
513
|
+
a("queryComplete");
|
|
514
514
|
}
|
|
515
515
|
}, {
|
|
516
516
|
refreshInterval: o.context.refreshInterval,
|
|
@@ -553,7 +553,7 @@ const ne = {
|
|
|
553
553
|
}));
|
|
554
554
|
const r = t, o = {
|
|
555
555
|
[y.Gauge]: qe.GAUGE
|
|
556
|
-
},
|
|
556
|
+
}, a = d(() => ({
|
|
557
557
|
...r.chartOptions,
|
|
558
558
|
type: o[r.chartOptions.type]
|
|
559
559
|
}));
|
|
@@ -562,11 +562,11 @@ const ne = {
|
|
|
562
562
|
query: e.query,
|
|
563
563
|
"query-ready": e.queryReady
|
|
564
564
|
}, {
|
|
565
|
-
default: v(({ data:
|
|
565
|
+
default: v(({ data: n }) => [
|
|
566
566
|
G("div", gt, [
|
|
567
567
|
T(p(Se), {
|
|
568
|
-
"chart-data":
|
|
569
|
-
"chart-options":
|
|
568
|
+
"chart-data": n,
|
|
569
|
+
"chart-options": a.value,
|
|
570
570
|
"synthetics-data-key": e.chartOptions.syntheticsDataKey
|
|
571
571
|
}, null, 8, ["chart-data", "chart-options", "synthetics-data-key"])
|
|
572
572
|
])
|
|
@@ -576,8 +576,8 @@ const ne = {
|
|
|
576
576
|
}
|
|
577
577
|
}), R = (t, r) => {
|
|
578
578
|
const o = t.__vccOpts || t;
|
|
579
|
-
for (const [
|
|
580
|
-
o[
|
|
579
|
+
for (const [a, e] of r)
|
|
580
|
+
o[a] = e;
|
|
581
581
|
return o;
|
|
582
582
|
}, vt = /* @__PURE__ */ R(ft, [["__scopeId", "data-v-f0f6ed41"]]), _t = { class: "analytics-chart" }, bt = /* @__PURE__ */ _({
|
|
583
583
|
__name: "BarChartRenderer",
|
|
@@ -595,7 +595,7 @@ const ne = {
|
|
|
595
595
|
const r = t, o = {
|
|
596
596
|
[y.HorizontalBar]: j.HORIZONTAL_BAR,
|
|
597
597
|
[y.VerticalBar]: j.VERTICAL_BAR
|
|
598
|
-
},
|
|
598
|
+
}, a = d(() => ({
|
|
599
599
|
type: o[r.chartOptions.type],
|
|
600
600
|
stacked: r.chartOptions.stacked,
|
|
601
601
|
chartDatasetColors: r.chartOptions.chartDatasetColors
|
|
@@ -605,12 +605,12 @@ const ne = {
|
|
|
605
605
|
query: e.query,
|
|
606
606
|
"query-ready": e.queryReady
|
|
607
607
|
}, {
|
|
608
|
-
default: v(({ data:
|
|
608
|
+
default: v(({ data: n }) => [
|
|
609
609
|
G("div", _t, [
|
|
610
610
|
T(p(ee), {
|
|
611
611
|
"allow-csv-export": e.chartOptions.allowCsvExport,
|
|
612
|
-
"chart-data":
|
|
613
|
-
"chart-options":
|
|
612
|
+
"chart-data": n,
|
|
613
|
+
"chart-options": a.value,
|
|
614
614
|
"chart-title": e.chartOptions.chartTitle,
|
|
615
615
|
"legend-position": "bottom",
|
|
616
616
|
"show-annotations": !1,
|
|
@@ -638,7 +638,7 @@ const ne = {
|
|
|
638
638
|
const r = t, o = {
|
|
639
639
|
[y.TimeseriesLine]: j.TIMESERIES_LINE
|
|
640
640
|
// TODO: Timeseries bar
|
|
641
|
-
},
|
|
641
|
+
}, a = d(() => {
|
|
642
642
|
const e = r.chartOptions.stacked ?? !1;
|
|
643
643
|
return {
|
|
644
644
|
type: o[r.chartOptions.type],
|
|
@@ -651,12 +651,12 @@ const ne = {
|
|
|
651
651
|
query: e.query,
|
|
652
652
|
"query-ready": e.queryReady
|
|
653
653
|
}, {
|
|
654
|
-
default: v(({ data:
|
|
654
|
+
default: v(({ data: n }) => [
|
|
655
655
|
G("div", qt, [
|
|
656
656
|
T(p(ee), {
|
|
657
657
|
"allow-csv-export": e.chartOptions.allowCsvExport,
|
|
658
|
-
"chart-data":
|
|
659
|
-
"chart-options":
|
|
658
|
+
"chart-data": n,
|
|
659
|
+
"chart-options": a.value,
|
|
660
660
|
"chart-title": e.chartOptions.chartTitle,
|
|
661
661
|
"legend-position": "bottom",
|
|
662
662
|
"synthetics-data-key": e.chartOptions.syntheticsDataKey,
|
|
@@ -696,7 +696,7 @@ const ne = {
|
|
|
696
696
|
if (!i)
|
|
697
697
|
throw new Error("Unknown time range");
|
|
698
698
|
return i;
|
|
699
|
-
}),
|
|
699
|
+
}), a = d(() => {
|
|
700
700
|
var e;
|
|
701
701
|
return {
|
|
702
702
|
datasource: (e = r.query) == null ? void 0 : e.datasource,
|
|
@@ -713,7 +713,7 @@ const ne = {
|
|
|
713
713
|
};
|
|
714
714
|
});
|
|
715
715
|
return (e, i) => (l(), S("div", Rt, [
|
|
716
|
-
T(p(Be), X(de(
|
|
716
|
+
T(p(Be), X(de(a.value)), {
|
|
717
717
|
default: v(() => [
|
|
718
718
|
T(p(Fe))
|
|
719
719
|
]),
|
|
@@ -721,7 +721,7 @@ const ne = {
|
|
|
721
721
|
}, 16)
|
|
722
722
|
]));
|
|
723
723
|
}
|
|
724
|
-
}), Et = /* @__PURE__ */ R(At, [["__scopeId", "data-v-7d1a3f03"]]),
|
|
724
|
+
}), Et = /* @__PURE__ */ R(At, [["__scopeId", "data-v-7d1a3f03"]]), ne = "20px", Dt = /* @__PURE__ */ _({
|
|
725
725
|
__name: "TopNTableRenderer",
|
|
726
726
|
props: {
|
|
727
727
|
query: {},
|
|
@@ -731,38 +731,38 @@ const ne = {
|
|
|
731
731
|
height: {}
|
|
732
732
|
},
|
|
733
733
|
setup(t) {
|
|
734
|
-
const r = t, o = (
|
|
734
|
+
const r = t, o = (a) => {
|
|
735
735
|
var e;
|
|
736
736
|
if ((e = r.chartOptions) != null && e.entityLink)
|
|
737
|
-
if (
|
|
738
|
-
const [i,
|
|
739
|
-
return r.chartOptions.entityLink.replace(Ue, i).replace(U,
|
|
737
|
+
if (a.id.includes(":")) {
|
|
738
|
+
const [i, n] = a.id.split(":");
|
|
739
|
+
return r.chartOptions.entityLink.replace(Ue, i).replace(U, n);
|
|
740
740
|
} else
|
|
741
|
-
return r.chartOptions.entityLink.replace(U,
|
|
741
|
+
return r.chartOptions.entityLink.replace(U, a.id);
|
|
742
742
|
return "";
|
|
743
743
|
};
|
|
744
|
-
return (
|
|
745
|
-
context:
|
|
746
|
-
query:
|
|
747
|
-
"query-ready":
|
|
744
|
+
return (a, e) => (l(), f(N, {
|
|
745
|
+
context: a.context,
|
|
746
|
+
query: a.query,
|
|
747
|
+
"query-ready": a.queryReady
|
|
748
748
|
}, {
|
|
749
749
|
default: v(({ data: i }) => [
|
|
750
750
|
T(p(Te), {
|
|
751
751
|
data: i,
|
|
752
|
-
description:
|
|
753
|
-
"synthetics-data-key":
|
|
754
|
-
title:
|
|
752
|
+
description: a.chartOptions.description,
|
|
753
|
+
"synthetics-data-key": a.chartOptions.syntheticsDataKey,
|
|
754
|
+
title: a.chartOptions.chartTitle || ""
|
|
755
755
|
}, ye({ _: 2 }, [
|
|
756
756
|
r.chartOptions.entityLink ? {
|
|
757
757
|
name: "name",
|
|
758
|
-
fn: v(({ record:
|
|
758
|
+
fn: v(({ record: n }) => [
|
|
759
759
|
T(p(He), {
|
|
760
760
|
"entity-link-data": {
|
|
761
|
-
id:
|
|
762
|
-
label:
|
|
763
|
-
deleted:
|
|
761
|
+
id: n.id,
|
|
762
|
+
label: n.name,
|
|
763
|
+
deleted: n.deleted
|
|
764
764
|
},
|
|
765
|
-
"external-link": o(
|
|
765
|
+
"external-link": o(n)
|
|
766
766
|
}, null, 8, ["entity-link-data", "external-link"])
|
|
767
767
|
]),
|
|
768
768
|
key: "0"
|
|
@@ -784,7 +784,7 @@ const ne = {
|
|
|
784
784
|
x((i) => ({
|
|
785
785
|
58871060: `${i.height}px`
|
|
786
786
|
}));
|
|
787
|
-
const r = parseInt(
|
|
787
|
+
const r = parseInt(ne, 10), o = t, a = {
|
|
788
788
|
[y.TimeseriesLine]: Tt,
|
|
789
789
|
[y.HorizontalBar]: M,
|
|
790
790
|
[y.VerticalBar]: M,
|
|
@@ -793,7 +793,7 @@ const ne = {
|
|
|
793
793
|
[y.TopN]: Dt,
|
|
794
794
|
[y.Slottable]: void 0
|
|
795
795
|
}, e = d(() => {
|
|
796
|
-
const i =
|
|
796
|
+
const i = a[o.definition.chart.type];
|
|
797
797
|
return i && {
|
|
798
798
|
component: i,
|
|
799
799
|
rendererProps: {
|
|
@@ -805,19 +805,19 @@ const ne = {
|
|
|
805
805
|
}
|
|
806
806
|
};
|
|
807
807
|
});
|
|
808
|
-
return (i,
|
|
808
|
+
return (i, n) => (l(), S("div", Ct, [
|
|
809
809
|
e.value ? (l(), f(me(e.value.component), X(he({ key: 0 }, e.value.rendererProps)), null, 16)) : Y("", !0)
|
|
810
810
|
]));
|
|
811
811
|
}
|
|
812
812
|
}), xt = /* @__PURE__ */ R(It, [["__scopeId", "data-v-69b5e552"]]), Ot = (t, r, o) => {
|
|
813
|
-
const
|
|
813
|
+
const a = /* @__PURE__ */ new Map();
|
|
814
814
|
o.forEach((i) => {
|
|
815
|
-
const
|
|
816
|
-
s === void 0 ?
|
|
815
|
+
const n = i.layout.position.row, s = a.get(n), m = i.layout.size.rows === 1 && !!i.layout.size.fitToContent;
|
|
816
|
+
s === void 0 ? a.set(n, m) : a.set(n, s && m);
|
|
817
817
|
});
|
|
818
818
|
const e = [];
|
|
819
819
|
for (let i = 0; i < t; i++)
|
|
820
|
-
|
|
820
|
+
a.get(i) ? e.push("auto") : e.push(`${r}px`);
|
|
821
821
|
return e;
|
|
822
822
|
}, kt = /* @__PURE__ */ _({
|
|
823
823
|
__name: "GridLayout",
|
|
@@ -841,9 +841,9 @@ const ne = {
|
|
|
841
841
|
cfb759a4: t.gridSize.cols,
|
|
842
842
|
"208951e1": i.value
|
|
843
843
|
}));
|
|
844
|
-
const r = t, o = I(null),
|
|
844
|
+
const r = t, o = I(null), a = I(0), e = new ResizeObserver((s) => {
|
|
845
845
|
window.requestAnimationFrame(() => {
|
|
846
|
-
!Array.isArray(s) || !s.length || (
|
|
846
|
+
!Array.isArray(s) || !s.length || (a.value = s[0].contentRect.width);
|
|
847
847
|
});
|
|
848
848
|
});
|
|
849
849
|
ge(() => {
|
|
@@ -854,7 +854,7 @@ const ne = {
|
|
|
854
854
|
const i = d(() => {
|
|
855
855
|
var m;
|
|
856
856
|
return Ot((m = r.gridSize) == null ? void 0 : m.rows, r.tileHeight, r.tiles).join(" ");
|
|
857
|
-
}),
|
|
857
|
+
}), n = d(() => r.tiles.map((s, m) => ({
|
|
858
858
|
key: `tile-${m}`,
|
|
859
859
|
tile: s,
|
|
860
860
|
style: {
|
|
@@ -869,7 +869,7 @@ const ne = {
|
|
|
869
869
|
ref: o,
|
|
870
870
|
class: "kong-ui-public-grid-layout"
|
|
871
871
|
}, [
|
|
872
|
-
(l(!0), S(fe, null, ve(
|
|
872
|
+
(l(!0), S(fe, null, ve(n.value, (c) => (l(), S("div", {
|
|
873
873
|
key: c.key,
|
|
874
874
|
class: _e(["grid-cell", {
|
|
875
875
|
"empty-cell": !c.tile
|
|
@@ -893,12 +893,12 @@ const ne = {
|
|
|
893
893
|
config: {}
|
|
894
894
|
},
|
|
895
895
|
setup(t) {
|
|
896
|
-
const r = t, { i18n: o } =
|
|
897
|
-
|
|
896
|
+
const r = t, { i18n: o } = ae.useI18n(), a = Q(te);
|
|
897
|
+
a || (console.warn("Analytics dashboards require a query bridge supplied via provide / inject."), console.warn("Please ensure your application has a query bridge provided under the key 'analytics-query-provider', as described in"), console.warn("https://github.com/Kong/public-ui-components/blob/main/packages/analytics/dashboard-renderer/README.md#requirements"));
|
|
898
898
|
const e = Ke(), i = d(() => r.context.timeSpec ? r.context.timeSpec : {
|
|
899
899
|
type: "relative",
|
|
900
900
|
time_range: e.defaultQueryTimeForOrg
|
|
901
|
-
}),
|
|
901
|
+
}), n = d(() => !!r.context.timeSpec || !e.loading), s = d(() => r.config.tiles.map((c, b) => {
|
|
902
902
|
var g;
|
|
903
903
|
let h = c.definition;
|
|
904
904
|
if ("description" in h.chart) {
|
|
@@ -932,7 +932,7 @@ const ne = {
|
|
|
932
932
|
return (c, b) => {
|
|
933
933
|
const h = z("KAlert");
|
|
934
934
|
return l(), S("div", Pt, [
|
|
935
|
-
p(
|
|
935
|
+
p(a) ? (l(), f(wt, {
|
|
936
936
|
key: 1,
|
|
937
937
|
"grid-size": c.config.gridSize,
|
|
938
938
|
"tile-height": c.config.tileHeight,
|
|
@@ -946,8 +946,8 @@ const ne = {
|
|
|
946
946
|
class: "tile-container",
|
|
947
947
|
context: m.value,
|
|
948
948
|
definition: g.meta,
|
|
949
|
-
height: g.layout.size.rows * (c.config.tileHeight || p(P)) + parseInt(p(
|
|
950
|
-
"query-ready":
|
|
949
|
+
height: g.layout.size.rows * (c.config.tileHeight || p(P)) + parseInt(p(ne), 10),
|
|
950
|
+
"query-ready": n.value
|
|
951
951
|
}, null, 8, ["context", "definition", "height", "query-ready"]))
|
|
952
952
|
]),
|
|
953
953
|
_: 3
|
|
@@ -974,7 +974,7 @@ export {
|
|
|
974
974
|
wt as GridLayout,
|
|
975
975
|
te as INJECT_QUERY_PROVIDER,
|
|
976
976
|
Me as TIMEFRAME_TOKEN,
|
|
977
|
-
|
|
977
|
+
at as aiQuerySchema,
|
|
978
978
|
Je as barChartSchema,
|
|
979
979
|
it as basicQuerySchema,
|
|
980
980
|
Ut as dashboardConfigSchema,
|
|
@@ -987,5 +987,5 @@ export {
|
|
|
987
987
|
ct as tileLayoutSchema,
|
|
988
988
|
We as timeseriesChartSchema,
|
|
989
989
|
Xe as topNTableSchema,
|
|
990
|
-
|
|
990
|
+
nt as validDashboardQuery
|
|
991
991
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/dashboard-renderer",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/dashboard-renderer.umd.js",
|
|
6
6
|
"module": "./dist/dashboard-renderer.es.js",
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@kong/design-tokens": "1.17.2",
|
|
25
|
-
"@kong/kongponents": "9.
|
|
25
|
+
"@kong/kongponents": "9.5.5",
|
|
26
26
|
"json-schema-to-ts": "^3.0.1",
|
|
27
27
|
"pinia": ">= 2.1.7 < 3",
|
|
28
28
|
"swrv": "^1.0.4",
|
|
29
29
|
"vue": "^3.4.31",
|
|
30
|
-
"@kong-ui-public/analytics-chart": "^4.
|
|
31
|
-
"@kong-ui-public/analytics-config-store": "^0.8.
|
|
32
|
-
"@kong-ui-public/analytics-
|
|
33
|
-
"@kong-ui-public/analytics-utilities": "^4.5.0",
|
|
30
|
+
"@kong-ui-public/analytics-chart": "^4.5.1",
|
|
31
|
+
"@kong-ui-public/analytics-config-store": "^0.8.1",
|
|
32
|
+
"@kong-ui-public/analytics-utilities": "^4.6.0",
|
|
34
33
|
"@kong-ui-public/i18n": "^2.2.2",
|
|
35
|
-
"@kong-ui-public/sandbox-layout": "^2.1.
|
|
34
|
+
"@kong-ui-public/sandbox-layout": "^2.1.24",
|
|
35
|
+
"@kong-ui-public/analytics-metric-provider": "^8.4.2"
|
|
36
36
|
},
|
|
37
37
|
"repository": {
|
|
38
38
|
"type": "git",
|
|
@@ -52,19 +52,19 @@
|
|
|
52
52
|
"errorLimit": "512KB"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@kong/kongponents": "^9.
|
|
55
|
+
"@kong/kongponents": "^9.5.5",
|
|
56
56
|
"swrv": "^1.0.4",
|
|
57
57
|
"vue": ">= 3.3.13 < 4",
|
|
58
|
-
"@kong-ui-public/analytics-chart": "^4.
|
|
59
|
-
"@kong-ui-public/analytics-config-store": "^0.8.
|
|
60
|
-
"@kong-ui-public/analytics-
|
|
58
|
+
"@kong-ui-public/analytics-chart": "^4.5.1",
|
|
59
|
+
"@kong-ui-public/analytics-config-store": "^0.8.1",
|
|
60
|
+
"@kong-ui-public/analytics-metric-provider": "^8.4.2",
|
|
61
61
|
"@kong-ui-public/i18n": "^2.2.2",
|
|
62
|
-
"@kong-ui-public/analytics-
|
|
62
|
+
"@kong-ui-public/analytics-utilities": "^4.6.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"ajv": "^8.12.0",
|
|
66
|
-
"@kong-ui-public/core": "^1.
|
|
67
|
-
"@kong-ui-public/entities-shared": "^3.8.
|
|
66
|
+
"@kong-ui-public/core": "^1.9.0",
|
|
67
|
+
"@kong-ui-public/entities-shared": "^3.8.2"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"dev": "cross-env USE_SANDBOX=true vite",
|