@kong-ui-public/entities-key-sets 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.
@@ -63,9 +63,9 @@ export default function useI18n(): {
63
63
  };
64
64
  };
65
65
  }>;
66
- i18nT: import("vue").DefineComponent<{
66
+ i18nT: import("@vue/runtime-core").DefineComponent<{
67
67
  i18n: {
68
- type: import("vue").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
68
+ type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
69
69
  keySets: {
70
70
  title: string;
71
71
  list: {
@@ -139,9 +139,9 @@ export default function useI18n(): {
139
139
  type: StringConstructor;
140
140
  default: string;
141
141
  };
142
- }, () => import("vue").VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
142
+ }, () => 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<{
143
143
  i18n: {
144
- type: import("vue").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
144
+ type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
145
145
  keySets: {
146
146
  title: string;
147
147
  list: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-key-sets",
3
- "version": "3.5.6",
3
+ "version": "3.5.8",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-key-sets.umd.js",
6
6
  "module": "./dist/entities-key-sets.es.js",
@@ -26,17 +26,17 @@
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": {
33
33
  "@kong/icons": "^1.15.1",
34
34
  "@kong/kongponents": "9.5.5",
35
35
  "axios": "^1.6.8",
36
- "vue": "^3.4.31",
36
+ "vue": "^3.4.38",
37
37
  "vue-router": "^4.4.3",
38
- "@kong-ui-public/entities-shared": "^3.8.4",
39
- "@kong-ui-public/i18n": "^2.2.2"
38
+ "@kong-ui-public/i18n": "^2.2.2",
39
+ "@kong-ui-public/entities-shared": "^3.8.6"
40
40
  },
41
41
  "repository": {
42
42
  "type": "git",