@kong-ui-public/entities-keys 3.5.6 → 3.5.8

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.
@@ -114,9 +114,9 @@ export default function useI18n(): {
114
114
  };
115
115
  };
116
116
  }>;
117
- i18nT: import("vue").DefineComponent<{
117
+ i18nT: import("@vue/runtime-core").DefineComponent<{
118
118
  i18n: {
119
- type: import("vue").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
119
+ type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
120
120
  keys: {
121
121
  title: string;
122
122
  list: {
@@ -241,9 +241,9 @@ export default function useI18n(): {
241
241
  type: StringConstructor;
242
242
  default: string;
243
243
  };
244
- }, () => import("vue").VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
244
+ }, () => import("@vue/runtime-core").VNodeChild, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
245
245
  i18n: {
246
- type: import("vue").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
246
+ type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
247
247
  keys: {
248
248
  title: string;
249
249
  list: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-keys",
3
- "version": "3.5.6",
3
+ "version": "3.5.8",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-keys.umd.js",
6
6
  "module": "./dist/entities-keys.es.js",
@@ -26,7 +26,7 @@
26
26
  "axios": "^1.6.8",
27
27
  "vue": ">= 3.3.13 < 4",
28
28
  "vue-router": "^4.3.3",
29
- "@kong-ui-public/entities-shared": "^3.8.4",
29
+ "@kong-ui-public/entities-shared": "^3.8.6",
30
30
  "@kong-ui-public/i18n": "^2.2.2"
31
31
  },
32
32
  "devDependencies": {
@@ -34,9 +34,9 @@
34
34
  "@kong/icons": "^1.15.1",
35
35
  "@kong/kongponents": "9.5.5",
36
36
  "axios": "^1.6.8",
37
- "vue": "^3.4.31",
37
+ "vue": "^3.4.38",
38
38
  "vue-router": "^4.4.3",
39
- "@kong-ui-public/entities-shared": "^3.8.4",
39
+ "@kong-ui-public/entities-shared": "^3.8.6",
40
40
  "@kong-ui-public/i18n": "^2.2.2"
41
41
  },
42
42
  "repository": {