@kong-ui-public/entities-plugins 9.143.1 → 9.143.2-pr.2798.9cc00c5cf.0
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 +7152 -7101
- package/dist/entities-plugins.umd.js +34 -34
- package/dist/style.css +1 -1
- package/dist/types/components/PluginForm.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Common/ConfigForm.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/ArrayField.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/KeyValueField.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/ObjectField.vue.d.ts +3 -4
- package/dist/types/components/free-form/shared/ObjectField.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/composables.d.ts +6 -0
- package/dist/types/components/free-form/shared/composables.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/layout/StandardLayout.vue.d.ts.map +1 -1
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-plugins",
|
|
3
|
-
"version": "9.143.
|
|
3
|
+
"version": "9.143.2-pr.2798.9cc00c5cf.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-plugins.umd.js",
|
|
6
6
|
"module": "./dist/entities-plugins.es.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"vue": ">= 3.3.13 < 4",
|
|
39
39
|
"vue-router": "^4.6.4",
|
|
40
40
|
"zod": ">= 4.1.3 < 5",
|
|
41
|
-
"@kong-ui-public/entities-shared": "^3.39.0",
|
|
41
|
+
"@kong-ui-public/entities-shared": "^3.39.1-pr.2798.9cc00c5cf.0",
|
|
42
42
|
"@kong-ui-public/i18n": "^2.4.5"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"vue": "^3.5.26",
|
|
61
61
|
"vue-router": "^4.6.4",
|
|
62
62
|
"zod": "^4.2.1",
|
|
63
|
-
"@kong-ui-public/entities-shared": "^3.39.0",
|
|
64
|
-
"@kong-ui-public/
|
|
65
|
-
"@kong-ui-public/
|
|
66
|
-
"@kong-ui-public/
|
|
63
|
+
"@kong-ui-public/entities-shared": "^3.39.1-pr.2798.9cc00c5cf.0",
|
|
64
|
+
"@kong-ui-public/entities-vaults": "^4.0.21-pr.2798.9cc00c5cf.0",
|
|
65
|
+
"@kong-ui-public/monaco-editor": "^0.9.2-pr.2798.9cc00c5cf.0",
|
|
66
|
+
"@kong-ui-public/i18n": "^2.4.5"
|
|
67
67
|
},
|
|
68
68
|
"repository": {
|
|
69
69
|
"type": "git",
|
|
@@ -82,15 +82,15 @@
|
|
|
82
82
|
"dependencies": {
|
|
83
83
|
"lodash-es": "^4.17.22",
|
|
84
84
|
"marked": "^14.1.4",
|
|
85
|
-
"@kong-ui-public/entities-consumer-groups": "^4.2.
|
|
86
|
-
"@kong-ui-public/entities-
|
|
87
|
-
"@kong-ui-public/entities-
|
|
88
|
-
"@kong-ui-public/entities-plugins-
|
|
89
|
-
"@kong-ui-public/entities-
|
|
90
|
-
"@kong-ui-public/entities-
|
|
91
|
-
"@kong-ui-public/entities-
|
|
92
|
-
"@kong-ui-public/
|
|
93
|
-
"@kong-ui-public/
|
|
85
|
+
"@kong-ui-public/entities-consumer-groups": "^4.2.41-pr.2798.9cc00c5cf.0",
|
|
86
|
+
"@kong-ui-public/entities-consumers": "^4.2.42-pr.2798.9cc00c5cf.0",
|
|
87
|
+
"@kong-ui-public/entities-gateway-services": "^3.14.19-pr.2798.9cc00c5cf.0",
|
|
88
|
+
"@kong-ui-public/entities-plugins-icon": "^1.5.6-pr.2798.9cc00c5cf.0",
|
|
89
|
+
"@kong-ui-public/entities-plugins-metadata": "^1.12.2-pr.2798.9cc00c5cf.0",
|
|
90
|
+
"@kong-ui-public/entities-redis-configurations": "^1.9.2-pr.2798.9cc00c5cf.0",
|
|
91
|
+
"@kong-ui-public/entities-routes": "^3.17.20-pr.2798.9cc00c5cf.0",
|
|
92
|
+
"@kong-ui-public/forms": "^4.20.25-pr.2798.9cc00c5cf.0",
|
|
93
|
+
"@kong-ui-public/entities-vaults": "^4.0.21-pr.2798.9cc00c5cf.0"
|
|
94
94
|
},
|
|
95
95
|
"scripts": {
|
|
96
96
|
"dev": "cross-env USE_SANDBOX=true vite",
|