@kong-ui-public/entities-snis 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.
@@ -78,9 +78,9 @@ export default function useI18n(): {
78
78
  success_brief: string;
79
79
  };
80
80
  }>;
81
- i18nT: import("vue").DefineComponent<{
81
+ i18nT: import("@vue/runtime-core").DefineComponent<{
82
82
  i18n: {
83
- type: import("vue").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
83
+ type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
84
84
  actions: {
85
85
  create: string;
86
86
  copy_id: string;
@@ -169,9 +169,9 @@ export default function useI18n(): {
169
169
  type: StringConstructor;
170
170
  default: string;
171
171
  };
172
- }, () => import("vue").VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
172
+ }, () => 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<{
173
173
  i18n: {
174
- type: import("vue").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
174
+ type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
175
175
  actions: {
176
176
  create: string;
177
177
  copy_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-snis",
3
- "version": "3.5.6",
3
+ "version": "3.5.8",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-snis.umd.js",
6
6
  "module": "./dist/entities-snis.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,10 +34,10 @@
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/i18n": "^2.2.2",
40
- "@kong-ui-public/entities-shared": "^3.8.4"
39
+ "@kong-ui-public/entities-shared": "^3.8.6",
40
+ "@kong-ui-public/i18n": "^2.2.2"
41
41
  },
42
42
  "repository": {
43
43
  "type": "git",