@kong-ui-public/analytics-metric-provider 10.1.2 → 10.1.3
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.
|
@@ -78,7 +78,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
78
78
|
type: BooleanConstructor;
|
|
79
79
|
default: boolean;
|
|
80
80
|
};
|
|
81
|
-
}>,
|
|
81
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
82
82
|
title: {
|
|
83
83
|
type: StringConstructor;
|
|
84
84
|
required: false;
|
|
@@ -226,7 +226,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
226
226
|
type: BooleanConstructor;
|
|
227
227
|
default: boolean;
|
|
228
228
|
};
|
|
229
|
-
}>,
|
|
229
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
230
230
|
title: {
|
|
231
231
|
type: StringConstructor;
|
|
232
232
|
required: false;
|
|
@@ -343,7 +343,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
343
343
|
type: BooleanConstructor;
|
|
344
344
|
default: boolean;
|
|
345
345
|
};
|
|
346
|
-
}>,
|
|
346
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
347
347
|
title: {
|
|
348
348
|
type: StringConstructor;
|
|
349
349
|
required: false;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/analytics-metric-provider",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/vitals-metric-provider.umd.js",
|
|
6
6
|
"module": "./dist/vitals-metric-provider.es.js",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"extends": "../../../package.json"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@kong/icons": "^1.
|
|
35
|
+
"@kong/icons": "^1.37.0",
|
|
36
36
|
"approximate-number": "^2.1.1",
|
|
37
37
|
"axios": "^1.7.7",
|
|
38
38
|
"swrv": "^1.1.0",
|
|
39
39
|
"@kong-ui-public/core": "^1.11.3"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@kong/kongponents": "^9.
|
|
43
|
-
"@kong-ui-public/analytics-
|
|
42
|
+
"@kong/kongponents": "^9.40.1",
|
|
43
|
+
"@kong-ui-public/analytics-config-store": "^1.1.7",
|
|
44
44
|
"@kong-ui-public/i18n": "^2.4.4",
|
|
45
|
-
"@kong-ui-public/analytics-
|
|
45
|
+
"@kong-ui-public/analytics-utilities": "^11.1.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@kong/design-tokens": "1.18.0",
|