@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/dist/entities-plugins.es.js +8266 -8449
- package/dist/entities-plugins.umd.js +31 -31
- package/dist/style.css +1 -1
- package/dist/types/components/free-form/ServiceProtection/ConfigForm.vue.d.ts +0 -2
- package/dist/types/components/free-form/ServiceProtection/ConfigForm.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/ServiceProtection/RedisField.vue.d.ts +1 -5
- package/dist/types/components/free-form/ServiceProtection/RedisField.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/ServiceProtection/ServiceProtectionForm.vue.d.ts +1 -5
- package/dist/types/components/free-form/ServiceProtection/ServiceProtectionForm.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/RedisSelector.vue.d.ts +3 -8
- package/dist/types/components/free-form/shared/RedisSelector.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/types.d.ts +4 -0
- package/dist/types/components/free-form/shared/types.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/utils.d.ts +1 -7
- package/dist/types/components/free-form/shared/utils.d.ts.map +1 -1
- package/package.json +10 -10
- package/dist/types/components/free-form/shared/NewRedisPartialModal.vue.d.ts +0 -35
- package/dist/types/components/free-form/shared/NewRedisPartialModal.vue.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-plugins",
|
|
3
|
-
"version": "9.117.
|
|
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/
|
|
42
|
-
"@kong-ui-public/
|
|
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"}
|