@kong-ui-public/entities-plugins 9.117.1 → 9.117.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-plugins",
3
- "version": "9.117.1",
3
+ "version": "9.117.2",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-plugins.umd.js",
6
6
  "module": "./dist/entities-plugins.es.js",
@@ -38,8 +38,8 @@
38
38
  "vue": ">= 3.3.13 < 4",
39
39
  "vue-router": "^4.4.5",
40
40
  "zod": ">= 4.1.3 < 5",
41
- "@kong-ui-public/i18n": "^2.4.4",
42
- "@kong-ui-public/entities-shared": "^3.33.1"
41
+ "@kong-ui-public/entities-shared": "^3.33.1",
42
+ "@kong-ui-public/i18n": "^2.4.4"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@dagrejs/dagre": "^1.1.5",
@@ -60,9 +60,9 @@
60
60
  "vue": "^3.5.22",
61
61
  "vue-router": "^4.4.5",
62
62
  "zod": "^4.1.12",
63
+ "@kong-ui-public/entities-shared": "^3.33.1",
63
64
  "@kong-ui-public/entities-vaults": "^3.26.10",
64
- "@kong-ui-public/i18n": "^2.4.4",
65
- "@kong-ui-public/entities-shared": "^3.33.1"
65
+ "@kong-ui-public/i18n": "^2.4.4"
66
66
  },
67
67
  "repository": {
68
68
  "type": "git",
@@ -81,15 +81,15 @@
81
81
  "dependencies": {
82
82
  "lodash-es": "^4.17.21",
83
83
  "marked": "^14.1.4",
84
- "@kong-ui-public/entities-consumer-groups": "^4.2.16",
85
- "@kong-ui-public/entities-consumers": "^4.2.17",
86
84
  "@kong-ui-public/entities-gateway-services": "^3.13.19",
85
+ "@kong-ui-public/entities-consumers": "^4.2.17",
86
+ "@kong-ui-public/entities-consumer-groups": "^4.2.16",
87
87
  "@kong-ui-public/entities-plugins-metadata": "^1.10.0",
88
+ "@kong-ui-public/entities-redis-configurations": "^1.5.9",
88
89
  "@kong-ui-public/entities-plugins-icon": "^1.4.3",
89
- "@kong-ui-public/entities-redis-configurations": "^1.5.8",
90
- "@kong-ui-public/entities-routes": "^3.16.22",
91
90
  "@kong-ui-public/entities-vaults": "^3.26.10",
92
- "@kong-ui-public/forms": "^4.19.1"
91
+ "@kong-ui-public/forms": "^4.19.1",
92
+ "@kong-ui-public/entities-routes": "^3.16.22"
93
93
  },
94
94
  "scripts": {
95
95
  "dev": "cross-env USE_SANDBOX=true vite",
@@ -1,35 +0,0 @@
1
- import '@kong-ui-public/entities-vaults/dist/style.css';
2
- import '@kong-ui-public/entities-redis-configurations/dist/style.css';
3
- import type { PartialNotification } from './types';
4
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
- visible: {
6
- type: BooleanConstructor;
7
- default: boolean;
8
- };
9
- partialType: {
10
- type: StringConstructor;
11
- default: string;
12
- };
13
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
14
- partialUpdated: (payload: PartialNotification) => any;
15
- partialUpdateFailed: (payload: PartialNotification) => any;
16
- modalClose: () => any;
17
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
- visible: {
19
- type: BooleanConstructor;
20
- default: boolean;
21
- };
22
- partialType: {
23
- type: StringConstructor;
24
- default: string;
25
- };
26
- }>> & Readonly<{
27
- onPartialUpdated?: ((payload: PartialNotification) => any) | undefined;
28
- onPartialUpdateFailed?: ((payload: PartialNotification) => any) | undefined;
29
- onModalClose?: (() => any) | undefined;
30
- }>, {
31
- visible: boolean;
32
- partialType: string;
33
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
34
- export default _default;
35
- //# sourceMappingURL=NewRedisPartialModal.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NewRedisPartialModal.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/NewRedisPartialModal.vue"],"names":[],"mappings":"AA4IA,OAAO,gDAAgD,CAAA;AACvD,OAAO,8DAA8D,CAAA;AAGrE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgNlD,wBAcG"}