@kong-ui-public/analytics-metric-provider 8.4.35 → 8.4.36
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 +11 -13
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,18 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Query data for metric cards and render default "golden signal" metrics cards using a minimum of boilerplate.
|
|
4
4
|
|
|
5
|
-
- [
|
|
6
|
-
|
|
7
|
-
- [
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
- [
|
|
14
|
-
- [
|
|
15
|
-
- [Types](#types)
|
|
16
|
-
- [Enums](#enums)
|
|
5
|
+
- [Requirements](#requirements)
|
|
6
|
+
- [Usage](#usage)
|
|
7
|
+
- [Global](#global)
|
|
8
|
+
- [Single entity](#single-entity)
|
|
9
|
+
- [Many entities](#many-entities)
|
|
10
|
+
- [Use in tables](#use-in-tables)
|
|
11
|
+
- [Props](#props)
|
|
12
|
+
- [Exports](#exports)
|
|
13
|
+
- [Types](#types)
|
|
14
|
+
- [Enums](#enums)
|
|
17
15
|
|
|
18
16
|
## Requirements
|
|
19
17
|
|
|
@@ -89,7 +87,7 @@ The provider and consumer support use in contexts where metric cards are not app
|
|
|
89
87
|
|
|
90
88
|
```vue
|
|
91
89
|
<MetricsProvider :dimension="EXPLORE_V2_DIMENSIONS.ROUTE">
|
|
92
|
-
<
|
|
90
|
+
<KTableData>
|
|
93
91
|
<template #requests="{ row }">
|
|
94
92
|
<MetricsConsumer
|
|
95
93
|
v-slot="{ cardValues }"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/analytics-metric-provider",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.36",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/vitals-metric-provider.umd.js",
|
|
6
6
|
"module": "./dist/vitals-metric-provider.es.js",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@kong/kongponents": "^9.11.2",
|
|
43
|
-
"@kong-ui-public/
|
|
43
|
+
"@kong-ui-public/i18n": "^2.2.3",
|
|
44
44
|
"@kong-ui-public/analytics-utilities": "^5.0.3",
|
|
45
|
-
"@kong-ui-public/
|
|
45
|
+
"@kong-ui-public/analytics-config-store": "^0.8.15"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@kong/design-tokens": "1.17.2",
|
|
49
|
-
"@kong/kongponents": "9.
|
|
49
|
+
"@kong/kongponents": "9.12.0",
|
|
50
50
|
"pinia": ">= 2.1.7 < 3",
|
|
51
51
|
"@kong-ui-public/analytics-config-store": "^0.8.15",
|
|
52
52
|
"@kong-ui-public/i18n": "^2.2.3",
|