@kong-ui-public/analytics-metric-provider 8.4.48 → 8.4.49

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.
@@ -42,7 +42,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  };
43
43
  trendIcon: {
44
44
  type: PropType<typeof GenericIcon>;
45
- default: import("vue").DefineComponent<{
45
+ default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
46
46
  title: {
47
47
  type: StringConstructor;
48
48
  required: false;
@@ -78,7 +78,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
78
78
  type: BooleanConstructor;
79
79
  default: boolean;
80
80
  };
81
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
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;
@@ -114,7 +114,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
114
114
  type: BooleanConstructor;
115
115
  default: boolean;
116
116
  };
117
- }>>, {
117
+ }>> & Readonly<{}>, {
118
118
  title: string;
119
119
  color: string;
120
120
  display: string;
@@ -190,7 +190,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
190
190
  };
191
191
  trendIcon: {
192
192
  type: PropType<typeof GenericIcon>;
193
- default: import("vue").DefineComponent<{
193
+ default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
194
194
  title: {
195
195
  type: StringConstructor;
196
196
  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
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
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;
@@ -262,7 +262,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
262
262
  type: BooleanConstructor;
263
263
  default: boolean;
264
264
  };
265
- }>>, {
265
+ }>> & Readonly<{}>, {
266
266
  title: string;
267
267
  color: string;
268
268
  display: string;
@@ -307,7 +307,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
307
307
  timeframe: string;
308
308
  tooltip: string;
309
309
  metricValue: string;
310
- trendIcon: import("vue").DefineComponent<{
310
+ trendIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
311
311
  title: {
312
312
  type: StringConstructor;
313
313
  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
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
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;
@@ -379,7 +379,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
379
379
  type: BooleanConstructor;
380
380
  default: boolean;
381
381
  };
382
- }>>, {
382
+ }>> & Readonly<{}>, {
383
383
  title: string;
384
384
  color: string;
385
385
  display: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/analytics-metric-provider",
3
- "version": "8.4.48",
3
+ "version": "8.4.49",
4
4
  "type": "module",
5
5
  "main": "./dist/vitals-metric-provider.umd.js",
6
6
  "module": "./dist/vitals-metric-provider.es.js",
@@ -33,24 +33,24 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@kong-ui-public/core": "1.1.0",
36
- "@kong/icons": "^1.18.1",
36
+ "@kong/icons": "^1.18.2",
37
37
  "approximate-number": "^2.1.1",
38
38
  "axios": "^1.7.7",
39
39
  "swrv": "^1.0.4"
40
40
  },
41
41
  "peerDependencies": {
42
- "@kong/kongponents": "^9.14.0",
42
+ "@kong/kongponents": "^9.14.8",
43
43
  "@kong-ui-public/analytics-utilities": "^5.2.0",
44
44
  "@kong-ui-public/i18n": "^2.2.7",
45
45
  "@kong-ui-public/analytics-config-store": "^0.8.19"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@kong/design-tokens": "1.17.2",
49
- "@kong/kongponents": "9.14.0",
49
+ "@kong/kongponents": "9.14.8",
50
50
  "pinia": ">= 2.1.7 < 3",
51
51
  "@kong-ui-public/analytics-config-store": "^0.8.19",
52
- "@kong-ui-public/analytics-utilities": "^5.2.0",
53
- "@kong-ui-public/i18n": "^2.2.7"
52
+ "@kong-ui-public/i18n": "^2.2.7",
53
+ "@kong-ui-public/analytics-utilities": "^5.2.0"
54
54
  },
55
55
  "scripts": {
56
56
  "dev": "cross-env USE_SANDBOX=true vite",