@kong-ui-public/entities-shared 3.63.2 → 3.63.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.
@@ -158,7 +158,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
158
158
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
159
159
  loading: (isLoading: boolean) => any;
160
160
  "fetch:success": (data: Record<string, any>) => any;
161
- "fetch:error": (error: AxiosError<unknown, any>) => any;
161
+ "fetch:error": (error: AxiosError<unknown, any, any>) => any;
162
162
  configFormatChange: (format: "json" | "structured" | "yaml" | "terraform" | "deck") => any;
163
163
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
164
164
  /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
@@ -304,7 +304,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
304
304
  }>> & Readonly<{
305
305
  onLoading?: ((isLoading: boolean) => any) | undefined;
306
306
  "onFetch:success"?: ((data: Record<string, any>) => any) | undefined;
307
- "onFetch:error"?: ((error: AxiosError<unknown, any>) => any) | undefined;
307
+ "onFetch:error"?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
308
308
  onConfigFormatChange?: ((format: "json" | "structured" | "yaml" | "terraform" | "deck") => any) | undefined;
309
309
  }>, {
310
310
  label: string;
@@ -172,7 +172,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
172
172
  cancel: () => any;
173
173
  submit: () => any;
174
174
  "fetch:success": (data: Record<string, any>) => any;
175
- "fetch:error": (error: AxiosError<unknown, any>) => any;
175
+ "fetch:error": (error: AxiosError<unknown, any, any>) => any;
176
176
  codeBlockTabChange: (data: string) => any;
177
177
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
178
178
  /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
@@ -331,7 +331,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
331
331
  onCancel?: (() => any) | undefined;
332
332
  onSubmit?: (() => any) | undefined;
333
333
  "onFetch:success"?: ((data: Record<string, any>) => any) | undefined;
334
- "onFetch:error"?: ((error: AxiosError<unknown, any>) => any) | undefined;
334
+ "onFetch:error"?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
335
335
  onCodeBlockTabChange?: ((data: string) => any) | undefined;
336
336
  }>, {
337
337
  subEntityType: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-shared",
3
- "version": "3.63.2",
3
+ "version": "3.63.3",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-shared.umd.js",
6
6
  "module": "./dist/entities-shared.es.js",
@@ -38,8 +38,8 @@
38
38
  "shiki": "^4.2.0",
39
39
  "vue": ">= 3.3.13 < 4",
40
40
  "vue-router": "^4.6.4 || ^5.0.6",
41
- "@kong-ui-public/monaco-editor": "^0.24.15",
42
- "@kong-ui-public/i18n": "^2.5.1"
41
+ "@kong-ui-public/i18n": "^2.5.1",
42
+ "@kong-ui-public/monaco-editor": "^0.24.16"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@kong/design-tokens": "3.3.0",
@@ -49,14 +49,14 @@
49
49
  "@shikijs/engine-javascript": "^4.3.1",
50
50
  "@shikijs/langs": "^4.3.1",
51
51
  "@shikijs/themes": "^4.3.1",
52
- "@vueuse/core": "^14.3.0",
53
- "axios": "^1.17.0",
52
+ "@vueuse/core": "^14.4.0",
53
+ "axios": "^1.19.0",
54
54
  "monaco-editor": "^0.55.1",
55
55
  "shiki": "^4.3.1",
56
56
  "vue": "^3.5.35",
57
57
  "vue-router": "^5.2.0",
58
- "@kong-ui-public/monaco-editor": "^0.24.15",
59
- "@kong-ui-public/i18n": "^2.5.1"
58
+ "@kong-ui-public/i18n": "^2.5.1",
59
+ "@kong-ui-public/monaco-editor": "^0.24.16"
60
60
  },
61
61
  "repository": {
62
62
  "type": "git",
@@ -74,7 +74,7 @@
74
74
  },
75
75
  "dependencies": {
76
76
  "compare-versions": "^6.1.1",
77
- "@kong-ui-public/core": "^1.13.11"
77
+ "@kong-ui-public/core": "^1.13.12"
78
78
  },
79
79
  "scripts": {
80
80
  "dev": "cross-env USE_SANDBOX=true vite",