@kong-ui-public/entities-plugins 9.112.5 → 9.113.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 +8019 -7834
- package/dist/entities-plugins.umd.js +31 -31
- package/dist/style.css +1 -1
- package/dist/types/components/free-form/Common/CommonForm.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Common/ConfigForm.vue.d.ts +1 -11
- package/dist/types/components/free-form/Common/ConfigForm.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/CodeEditor.vue.d.ts +1 -0
- package/dist/types/components/free-form/Datakit/CodeEditor.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/DatakitForm.vue.d.ts +2 -1
- package/dist/types/components/free-form/Datakit/DatakitForm.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/Form.vue.d.ts +1 -0
- package/dist/types/components/free-form/shared/Form.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/VFGField.vue.d.ts +12 -0
- package/dist/types/components/free-form/shared/VFGField.vue.d.ts.map +1 -0
- package/dist/types/components/free-form/shared/layout/StandardLayout.vue.d.ts +12 -7
- package/dist/types/components/free-form/shared/layout/StandardLayout.vue.d.ts.map +1 -1
- package/dist/types/types/plugins/free-form.d.ts +17 -3
- package/dist/types/types/plugins/free-form.d.ts.map +1 -1
- package/package.json +8 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"free-form.d.ts","sourceRoot":"","sources":["../../../../src/types/plugins/free-form.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,CAC5B,
|
|
1
|
+
{"version":3,"file":"free-form.d.ts","sourceRoot":"","sources":["../../../../src/types/plugins/free-form.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,CAC5B,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EACzC,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IACvD;IACF,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,GAAG,IAAI,CAAA;IACtD,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,cAAc,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAA;IACtC,QAAQ,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAA;IAChC,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAA;IAC7B,OAAO,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAA;IAC/B,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;CAChB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-plugins",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.113.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-plugins.umd.js",
|
|
6
6
|
"module": "./dist/entities-plugins.es.js",
|
|
@@ -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-vaults": "^3.26.8",
|
|
64
63
|
"@kong-ui-public/entities-shared": "^3.33.0",
|
|
65
|
-
"@kong-ui-public/i18n": "^2.4.4"
|
|
64
|
+
"@kong-ui-public/i18n": "^2.4.4",
|
|
65
|
+
"@kong-ui-public/entities-vaults": "^3.26.8"
|
|
66
66
|
},
|
|
67
67
|
"repository": {
|
|
68
68
|
"type": "git",
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
"@kong-ui-public/entities-consumer-groups": "^4.2.15",
|
|
85
85
|
"@kong-ui-public/entities-gateway-services": "^3.13.17",
|
|
86
86
|
"@kong-ui-public/entities-plugins-metadata": "^1.10.0",
|
|
87
|
-
"@kong-ui-public/entities-
|
|
88
|
-
"@kong-ui-public/entities-consumers": "^4.2.16",
|
|
89
|
-
"@kong-ui-public/entities-redis-configurations": "^1.5.5",
|
|
90
|
-
"@kong-ui-public/entities-routes": "^3.16.20",
|
|
87
|
+
"@kong-ui-public/entities-redis-configurations": "^1.5.6",
|
|
91
88
|
"@kong-ui-public/entities-vaults": "^3.26.8",
|
|
92
|
-
"@kong-ui-public/
|
|
89
|
+
"@kong-ui-public/entities-routes": "^3.16.21",
|
|
90
|
+
"@kong-ui-public/entities-consumers": "^4.2.16",
|
|
91
|
+
"@kong-ui-public/entities-plugins-icon": "^1.4.3",
|
|
92
|
+
"@kong-ui-public/forms": "^4.19.0"
|
|
93
93
|
},
|
|
94
94
|
"scripts": {
|
|
95
95
|
"dev": "cross-env USE_SANDBOX=true vite",
|