@kong-ui-public/dashboard-renderer 8.12.25 → 8.12.27
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/README.md +5 -5
- package/dist/{GeoMapRenderer-xglakGvT.js → GeoMapRenderer-CAII3s7u.js} +1 -1
- package/dist/dashboard-renderer.es.js +1 -1
- package/dist/dashboard-renderer.umd.js +4 -4
- package/dist/{index-DaM2QumG.js → index-CYAKF_Ri.js} +288 -308
- package/dist/style.css +1 -1
- package/dist/types/components/DashboardRenderer.vue.d.ts +8 -8
- package/dist/types/components/DashboardTile.vue.d.ts +12 -12
- package/dist/types/composables/useContextLinks.d.ts.map +1 -1
- package/dist/types/utils/table-data-grid-renderer.d.ts +20 -30
- package/dist/types/utils/table-data-grid-renderer.d.ts.map +1 -1
- package/package.json +13 -13
|
@@ -168,7 +168,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
168
168
|
field: string;
|
|
169
169
|
operator: string;
|
|
170
170
|
})[] | undefined;
|
|
171
|
-
datasource: "platform";
|
|
171
|
+
datasource: "platform_usage" | "platform";
|
|
172
172
|
};
|
|
173
173
|
chart: {
|
|
174
174
|
stacked?: boolean | undefined;
|
|
@@ -250,7 +250,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
250
250
|
columns?: string[] | undefined;
|
|
251
251
|
cursor?: string | undefined;
|
|
252
252
|
page_size?: number | undefined;
|
|
253
|
-
datasource: "platform";
|
|
253
|
+
datasource: "platform_usage" | "platform";
|
|
254
254
|
};
|
|
255
255
|
chart: {
|
|
256
256
|
chart_title?: string | undefined;
|
|
@@ -406,7 +406,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
406
406
|
field: string;
|
|
407
407
|
operator: string;
|
|
408
408
|
})[] | undefined;
|
|
409
|
-
datasource: "platform";
|
|
409
|
+
datasource: "platform_usage" | "platform";
|
|
410
410
|
};
|
|
411
411
|
chart: {
|
|
412
412
|
stacked?: boolean | undefined;
|
|
@@ -488,7 +488,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
488
488
|
columns?: string[] | undefined;
|
|
489
489
|
cursor?: string | undefined;
|
|
490
490
|
page_size?: number | undefined;
|
|
491
|
-
datasource: "platform";
|
|
491
|
+
datasource: "platform_usage" | "platform";
|
|
492
492
|
};
|
|
493
493
|
chart: {
|
|
494
494
|
chart_title?: string | undefined;
|
|
@@ -632,7 +632,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
632
632
|
field: string;
|
|
633
633
|
operator: string;
|
|
634
634
|
})[] | undefined;
|
|
635
|
-
datasource: "platform";
|
|
635
|
+
datasource: "platform_usage" | "platform";
|
|
636
636
|
};
|
|
637
637
|
chart: {
|
|
638
638
|
stacked?: boolean | undefined;
|
|
@@ -714,7 +714,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
714
714
|
columns?: string[] | undefined;
|
|
715
715
|
cursor?: string | undefined;
|
|
716
716
|
page_size?: number | undefined;
|
|
717
|
-
datasource: "platform";
|
|
717
|
+
datasource: "platform_usage" | "platform";
|
|
718
718
|
};
|
|
719
719
|
chart: {
|
|
720
720
|
chart_title?: string | undefined;
|
|
@@ -872,7 +872,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
872
872
|
field: string;
|
|
873
873
|
operator: string;
|
|
874
874
|
})[] | undefined;
|
|
875
|
-
datasource: "platform";
|
|
875
|
+
datasource: "platform_usage" | "platform";
|
|
876
876
|
};
|
|
877
877
|
chart: {
|
|
878
878
|
stacked?: boolean | undefined;
|
|
@@ -954,7 +954,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
954
954
|
columns?: string[] | undefined;
|
|
955
955
|
cursor?: string | undefined;
|
|
956
956
|
page_size?: number | undefined;
|
|
957
|
-
datasource: "platform";
|
|
957
|
+
datasource: "platform_usage" | "platform";
|
|
958
958
|
};
|
|
959
959
|
chart: {
|
|
960
960
|
chart_title?: string | undefined;
|
|
@@ -159,7 +159,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
159
159
|
field: string;
|
|
160
160
|
operator: string;
|
|
161
161
|
})[] | undefined;
|
|
162
|
-
datasource: "platform";
|
|
162
|
+
datasource: "platform_usage" | "platform";
|
|
163
163
|
};
|
|
164
164
|
chart: {
|
|
165
165
|
stacked?: boolean | undefined;
|
|
@@ -241,7 +241,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
241
241
|
columns?: string[] | undefined;
|
|
242
242
|
cursor?: string | undefined;
|
|
243
243
|
page_size?: number | undefined;
|
|
244
|
-
datasource: "platform";
|
|
244
|
+
datasource: "platform_usage" | "platform";
|
|
245
245
|
};
|
|
246
246
|
chart: {
|
|
247
247
|
chart_title?: string | undefined;
|
|
@@ -383,7 +383,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
383
383
|
field: string;
|
|
384
384
|
operator: string;
|
|
385
385
|
})[] | undefined;
|
|
386
|
-
datasource: "platform";
|
|
386
|
+
datasource: "platform_usage" | "platform";
|
|
387
387
|
};
|
|
388
388
|
chart: {
|
|
389
389
|
stacked?: boolean | undefined;
|
|
@@ -465,7 +465,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
465
465
|
columns?: string[] | undefined;
|
|
466
466
|
cursor?: string | undefined;
|
|
467
467
|
page_size?: number | undefined;
|
|
468
|
-
datasource: "platform";
|
|
468
|
+
datasource: "platform_usage" | "platform";
|
|
469
469
|
};
|
|
470
470
|
chart: {
|
|
471
471
|
chart_title?: string | undefined;
|
|
@@ -607,7 +607,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
607
607
|
field: string;
|
|
608
608
|
operator: string;
|
|
609
609
|
})[] | undefined;
|
|
610
|
-
datasource: "platform";
|
|
610
|
+
datasource: "platform_usage" | "platform";
|
|
611
611
|
};
|
|
612
612
|
chart: {
|
|
613
613
|
stacked?: boolean | undefined;
|
|
@@ -689,7 +689,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
689
689
|
columns?: string[] | undefined;
|
|
690
690
|
cursor?: string | undefined;
|
|
691
691
|
page_size?: number | undefined;
|
|
692
|
-
datasource: "platform";
|
|
692
|
+
datasource: "platform_usage" | "platform";
|
|
693
693
|
};
|
|
694
694
|
chart: {
|
|
695
695
|
chart_title?: string | undefined;
|
|
@@ -835,7 +835,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
835
835
|
field: string;
|
|
836
836
|
operator: string;
|
|
837
837
|
})[] | undefined;
|
|
838
|
-
datasource: "platform";
|
|
838
|
+
datasource: "platform_usage" | "platform";
|
|
839
839
|
};
|
|
840
840
|
chart: {
|
|
841
841
|
stacked?: boolean | undefined;
|
|
@@ -917,7 +917,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
917
917
|
columns?: string[] | undefined;
|
|
918
918
|
cursor?: string | undefined;
|
|
919
919
|
page_size?: number | undefined;
|
|
920
|
-
datasource: "platform";
|
|
920
|
+
datasource: "platform_usage" | "platform";
|
|
921
921
|
};
|
|
922
922
|
chart: {
|
|
923
923
|
chart_title?: string | undefined;
|
|
@@ -1059,7 +1059,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
1059
1059
|
field: string;
|
|
1060
1060
|
operator: string;
|
|
1061
1061
|
})[] | undefined;
|
|
1062
|
-
datasource: "platform";
|
|
1062
|
+
datasource: "platform_usage" | "platform";
|
|
1063
1063
|
};
|
|
1064
1064
|
chart: {
|
|
1065
1065
|
stacked?: boolean | undefined;
|
|
@@ -1141,7 +1141,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
1141
1141
|
columns?: string[] | undefined;
|
|
1142
1142
|
cursor?: string | undefined;
|
|
1143
1143
|
page_size?: number | undefined;
|
|
1144
|
-
datasource: "platform";
|
|
1144
|
+
datasource: "platform_usage" | "platform";
|
|
1145
1145
|
};
|
|
1146
1146
|
chart: {
|
|
1147
1147
|
chart_title?: string | undefined;
|
|
@@ -1283,7 +1283,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
1283
1283
|
field: string;
|
|
1284
1284
|
operator: string;
|
|
1285
1285
|
})[] | undefined;
|
|
1286
|
-
datasource: "platform";
|
|
1286
|
+
datasource: "platform_usage" | "platform";
|
|
1287
1287
|
};
|
|
1288
1288
|
chart: {
|
|
1289
1289
|
stacked?: boolean | undefined;
|
|
@@ -1365,7 +1365,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
1365
1365
|
columns?: string[] | undefined;
|
|
1366
1366
|
cursor?: string | undefined;
|
|
1367
1367
|
page_size?: number | undefined;
|
|
1368
|
-
datasource: "platform";
|
|
1368
|
+
datasource: "platform_usage" | "platform";
|
|
1369
1369
|
};
|
|
1370
1370
|
chart: {
|
|
1371
1371
|
chart_title?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useContextLinks.d.ts","sourceRoot":"","sources":["../../../src/composables/useContextLinks.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAC5C,OAAO,KAAK,EAAyB,cAAc,EAAE,UAAU,EAAE,eAAe,EAAE,mBAAmB,EAAuB,YAAY,EAAE,eAAe,EAA4D,wBAAwB,EAAE,WAAW,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAA;AACjU,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,UAAU,CAAA;AAChE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAA;
|
|
1
|
+
{"version":3,"file":"useContextLinks.d.ts","sourceRoot":"","sources":["../../../src/composables/useContextLinks.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAC5C,OAAO,KAAK,EAAyB,cAAc,EAAE,UAAU,EAAE,eAAe,EAAE,mBAAmB,EAAuB,YAAY,EAAE,eAAe,EAA4D,wBAAwB,EAAE,WAAW,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAA;AACjU,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,UAAU,CAAA;AAChE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAA;AAmBnE,MAAM,CAAC,OAAO,UAAU,eAAe,CACrC,EACE,WAAW,EACX,OAAO,EACP,UAAU,EACV,SAAS,GACV,EAAE;IACD,WAAW,EAAE,eAAe,GAAG,SAAS,CAAA;IACxC,OAAO,EAAE,QAAQ,CAAC,GAAG,CAAC,YAAY,CAAC,gCAAgC,CAAC,CAAC,CAAC,CAAA;IACtE,UAAU,EAAE,QAAQ,CAAC,GAAG,CAAC,mBAAmB,GAAG,wBAAwB,CAAC,CAAC,CAAA;IACzE,SAAS,EAAE,QAAQ,CAAC,GAAG,CAAC,YAAY,CAAC,eAAe,GAAG,SAAS,CAAC,CAAC,CAAC,CAAA;CACpE;;;;;;;;;;;;;;;;mCA6HqC,WAAW,WAAW,UAAU,EAAE,KAAG,YAAY,GAAG,cAAc;+CAXtD,WAAW,WAAW,YAAY,CAAC,UAAU,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA8B1D,YAAY,GAAG,cAAc,GAAG,YAAY,CAAC,wBAAwB,CAAC;qCAnDtE,YAAY,CAAC;QAAE,MAAM,EAAE,UAAU,EAAE,CAAC;QAAC,SAAS,EAAE;YAAE,cAAc,EAAE,MAAM,CAAC;YAAC,KAAK,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;YAAC,GAAG,CAAC,EAAE,IAAI,GAAG,MAAM,CAAA;SAAE,CAAA;KAAE,CAAC;EA0FlK"}
|
|
@@ -1,55 +1,45 @@
|
|
|
1
1
|
import type { DashboardRendererContextInternal } from '../types';
|
|
2
|
-
import type { AnalyticsBridge,
|
|
2
|
+
import type { AnalyticsBridge, DatasourceAwareTabularQuery } from '@kong-ui-public/analytics-utilities';
|
|
3
3
|
import type { useDatasourceConfigStore } from '@kong-ui-public/analytics-config-store';
|
|
4
4
|
import type { TableDataGridFetcherResult, TableDataGridHeader } from '@kong-ui-public/table-data-grid';
|
|
5
5
|
type TableDataGridRow = Record<string, unknown>;
|
|
6
6
|
type StripUnknownFilters = ReturnType<typeof useDatasourceConfigStore>['stripUnknownFilters'];
|
|
7
|
-
/**
|
|
8
|
-
* Maps a table tile datasource to the header builder used by TableDataGridRenderer.
|
|
9
|
-
*/
|
|
7
|
+
/** Maps a table tile datasource to the header builder used by TableDataGridRenderer. */
|
|
10
8
|
export declare const tableDataGridHeadersByDatasource: {
|
|
11
|
-
/**
|
|
12
|
-
* Builds platform table headers from configured or response-provided column names.
|
|
13
|
-
* Known chart label translations are reused for user-facing labels, with the raw column as fallback.
|
|
14
|
-
*
|
|
15
|
-
* @param options - Header builder options.
|
|
16
|
-
* @param options.canTranslate - Checks whether a chart label translation exists for a column key.
|
|
17
|
-
* @param options.columns - Column keys to expose as TableDataGrid headers.
|
|
18
|
-
* @param options.translate - Resolves a translation key into a display label.
|
|
19
|
-
* @returns TableDataGrid header definitions for the provided columns.
|
|
20
|
-
*/
|
|
9
|
+
/** @deprecated Use `platform_usage`. */
|
|
21
10
|
platform: ({ canTranslate, columns, translate, }: {
|
|
22
11
|
canTranslate: (key: string) => boolean;
|
|
23
12
|
columns: string[];
|
|
24
13
|
translate: (key: string) => string;
|
|
25
14
|
}) => Array<TableDataGridHeader<TableDataGridRow>>;
|
|
15
|
+
platform_usage: ({ canTranslate, columns, translate, }: {
|
|
16
|
+
canTranslate: (key: string) => boolean;
|
|
17
|
+
columns: string[];
|
|
18
|
+
translate: (key: string) => string;
|
|
19
|
+
}) => Array<TableDataGridHeader<TableDataGridRow>>;
|
|
26
20
|
};
|
|
27
21
|
/**
|
|
28
22
|
* Maps a table tile datasource to the fetcher used by TableDataGridRenderer.
|
|
29
23
|
*/
|
|
30
24
|
export declare const tableDataGridFetcherByDatasource: {
|
|
31
|
-
/**
|
|
32
|
-
* Fetches one page of platform tabular rows, applying dashboard context filters and
|
|
33
|
-
* forwarding the datasource-aware query to AnalyticsBridge.tabularQueryFn.
|
|
34
|
-
*
|
|
35
|
-
* @param options - Fetcher options supplied by TableDataGridRenderer.
|
|
36
|
-
* @param options.abortController - Abort controller passed through to the tabular bridge request.
|
|
37
|
-
* @param options.context - Dashboard renderer context used to merge tile filters with dashboard filters.
|
|
38
|
-
* @param options.cursor - Optional pagination cursor supplied by TableDataGrid.
|
|
39
|
-
* @param options.onResponseColumns - Optional callback for response metadata columns.
|
|
40
|
-
* @param options.pageSize - Number of records to request for the current page.
|
|
41
|
-
* @param options.query - Datasource-aware platform tabular query from the table tile definition.
|
|
42
|
-
* @param options.stripUnknownFilters - Filter sanitizer for the target datasource.
|
|
43
|
-
* @param options.tabularQueryFn - Analytics bridge function that executes the tabular query.
|
|
44
|
-
* @returns A TableDataGrid page result with rows, the next cursor, and whether more pages are available.
|
|
45
|
-
*/
|
|
25
|
+
/** @deprecated Use `platform_usage`. */
|
|
46
26
|
platform: ({ abortController, context, cursor, pageSize, query, onResponseColumns, stripUnknownFilters, tabularQueryFn, }: {
|
|
47
27
|
abortController: AbortController;
|
|
48
28
|
context: DashboardRendererContextInternal;
|
|
49
29
|
cursor?: unknown;
|
|
50
30
|
onResponseColumns?: (columns: string[]) => void;
|
|
51
31
|
pageSize: number;
|
|
52
|
-
query:
|
|
32
|
+
query: DatasourceAwareTabularQuery;
|
|
33
|
+
stripUnknownFilters: StripUnknownFilters;
|
|
34
|
+
tabularQueryFn: AnalyticsBridge["tabularQueryFn"];
|
|
35
|
+
}) => Promise<TableDataGridFetcherResult<TableDataGridRow>>;
|
|
36
|
+
platform_usage: ({ abortController, context, cursor, pageSize, query, onResponseColumns, stripUnknownFilters, tabularQueryFn, }: {
|
|
37
|
+
abortController: AbortController;
|
|
38
|
+
context: DashboardRendererContextInternal;
|
|
39
|
+
cursor?: unknown;
|
|
40
|
+
onResponseColumns?: (columns: string[]) => void;
|
|
41
|
+
pageSize: number;
|
|
42
|
+
query: DatasourceAwareTabularQuery;
|
|
53
43
|
stripUnknownFilters: StripUnknownFilters;
|
|
54
44
|
tabularQueryFn: AnalyticsBridge["tabularQueryFn"];
|
|
55
45
|
}) => Promise<TableDataGridFetcherResult<TableDataGridRow>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table-data-grid-renderer.d.ts","sourceRoot":"","sources":["../../../src/utils/table-data-grid-renderer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,UAAU,CAAA;AAChE,OAAO,KAAK,EAEV,eAAe,EACf,
|
|
1
|
+
{"version":3,"file":"table-data-grid-renderer.d.ts","sourceRoot":"","sources":["../../../src/utils/table-data-grid-renderer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,UAAU,CAAA;AAChE,OAAO,KAAK,EAEV,eAAe,EACf,2BAA2B,EAG5B,MAAM,qCAAqC,CAAA;AAC5C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAA;AACtF,OAAO,KAAK,EACV,0BAA0B,EAC1B,mBAAmB,EACpB,MAAM,iCAAiC,CAAA;AAExC,KAAK,gBAAgB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AAC/C,KAAK,mBAAmB,GAAG,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAC,qBAAqB,CAAC,CAAA;AAuD7F,wFAAwF;AACxF,eAAO,MAAM,gCAAgC;IAC3C,wCAAwC;sDAfvC;QACD,YAAY,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,CAAA;QACtC,OAAO,EAAE,MAAM,EAAE,CAAA;QACjB,SAAS,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAA;KACnC,KAAG,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;4DAJ7C;QACD,YAAY,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,CAAA;QACtC,OAAO,EAAE,MAAM,EAAE,CAAA;QACjB,SAAS,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAA;KACnC,KAAG,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;CAc/C,CAAA;AAwED;;GAEG;AACH,eAAO,MAAM,gCAAgC;IAC3C,wCAAwC;+HAlDvC;QACD,eAAe,EAAE,eAAe,CAAA;QAChC,OAAO,EAAE,gCAAgC,CAAA;QACzC,MAAM,CAAC,EAAE,OAAO,CAAA;QAChB,iBAAiB,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;QAC/C,QAAQ,EAAE,MAAM,CAAA;QAChB,KAAK,EAAE,2BAA2B,CAAA;QAClC,mBAAmB,EAAE,mBAAmB,CAAA;QACxC,cAAc,EAAE,eAAe,CAAC,gBAAgB,CAAC,CAAA;KAClD,KAAG,OAAO,CAAC,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;qIATtD;QACD,eAAe,EAAE,eAAe,CAAA;QAChC,OAAO,EAAE,gCAAgC,CAAA;QACzC,MAAM,CAAC,EAAE,OAAO,CAAA;QAChB,iBAAiB,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;QAC/C,QAAQ,EAAE,MAAM,CAAA;QAChB,KAAK,EAAE,2BAA2B,CAAA;QAClC,mBAAmB,EAAE,mBAAmB,CAAA;QACxC,cAAc,EAAE,eAAe,CAAC,gBAAgB,CAAC,CAAA;KAClD,KAAG,OAAO,CAAC,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;CA4CxD,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/dashboard-renderer",
|
|
3
|
-
"version": "8.12.
|
|
3
|
+
"version": "8.12.27",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/dashboard-renderer.umd.js",
|
|
6
6
|
"module": "./dist/dashboard-renderer.es.js",
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"pinia": ">= 3.0.4 < 4",
|
|
30
30
|
"swrv": "^1.2.0",
|
|
31
31
|
"vue": "^3.5.35",
|
|
32
|
-
"@kong-ui-public/analytics-chart": "^10.19.
|
|
33
|
-
"@kong-ui-public/analytics-geo-map": "^1.5.
|
|
34
|
-
"@kong-ui-public/analytics-
|
|
35
|
-
"@kong-ui-public/analytics-
|
|
32
|
+
"@kong-ui-public/analytics-chart": "^10.19.12",
|
|
33
|
+
"@kong-ui-public/analytics-geo-map": "^1.5.51",
|
|
34
|
+
"@kong-ui-public/analytics-utilities": "^12.20.2",
|
|
35
|
+
"@kong-ui-public/analytics-config-store": "^1.3.34",
|
|
36
|
+
"@kong-ui-public/entities-shared": "^3.54.1",
|
|
36
37
|
"@kong-ui-public/i18n": "^2.4.6",
|
|
38
|
+
"@kong-ui-public/analytics-metric-provider": "^11.4.8",
|
|
37
39
|
"@kong-ui-public/table-data-grid": "^0.2.2",
|
|
38
|
-
"@kong-ui-public/sandbox-layout": "^2.4.26"
|
|
39
|
-
"@kong-ui-public/analytics-config-store": "^1.3.32",
|
|
40
|
-
"@kong-ui-public/entities-shared": "^3.54.1"
|
|
40
|
+
"@kong-ui-public/sandbox-layout": "^2.4.26"
|
|
41
41
|
},
|
|
42
42
|
"repository": {
|
|
43
43
|
"type": "git",
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
"@kong/kongponents": "^9.59.0",
|
|
62
62
|
"swrv": "^1.2.0",
|
|
63
63
|
"vue": ">= 3.3.13 < 4",
|
|
64
|
-
"@kong-ui-public/analytics-chart": "^10.19.
|
|
65
|
-
"@kong-ui-public/analytics-
|
|
66
|
-
"@kong-ui-public/analytics-
|
|
67
|
-
"@kong-ui-public/analytics-
|
|
68
|
-
"@kong-ui-public/analytics-
|
|
64
|
+
"@kong-ui-public/analytics-chart": "^10.19.12",
|
|
65
|
+
"@kong-ui-public/analytics-geo-map": "^1.5.51",
|
|
66
|
+
"@kong-ui-public/analytics-config-store": "^1.3.34",
|
|
67
|
+
"@kong-ui-public/analytics-metric-provider": "^11.4.8",
|
|
68
|
+
"@kong-ui-public/analytics-utilities": "^12.20.2",
|
|
69
69
|
"@kong-ui-public/i18n": "^2.4.6",
|
|
70
70
|
"@kong-ui-public/table-data-grid": "^0.2.2"
|
|
71
71
|
},
|