@kong-ui-public/entities-plugins 9.68.0 → 9.69.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 +10546 -11064
- package/dist/entities-plugins.umd.js +42 -49
- package/dist/style.css +1 -1
- package/dist/types/components/PluginForm.vue.d.ts +2 -2
- package/dist/types/components/free-form/Datakit/flow-editor/composables/helpers.d.ts +18 -0
- package/dist/types/components/free-form/Datakit/flow-editor/composables/helpers.d.ts.map +1 -0
- package/dist/types/components/free-form/Datakit/flow-editor/composables/useConflictConnectionConfirm.d.ts +4 -0
- package/dist/types/components/free-form/Datakit/flow-editor/composables/useConflictConnectionConfirm.d.ts.map +1 -0
- package/dist/types/components/free-form/Datakit/flow-editor/composables/useFlow.d.ts +1 -3
- package/dist/types/components/free-form/Datakit/flow-editor/composables/useFlow.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/composables/useNodeForm.d.ts +2 -2
- package/dist/types/components/free-form/Datakit/flow-editor/composables/useNodeForm.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/constants.d.ts +1 -0
- package/dist/types/components/free-form/Datakit/flow-editor/constants.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/modal/ConflictConnectionConfirmModal.vue.d.ts +20 -0
- package/dist/types/components/free-form/Datakit/flow-editor/modal/ConflictConnectionConfirmModal.vue.d.ts.map +1 -0
- package/dist/types/components/free-form/Datakit/flow-editor/modal/EditorModal.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/store/history.d.ts +1 -3
- package/dist/types/components/free-form/Datakit/flow-editor/store/history.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/store/store.d.ts +2 -6
- package/dist/types/components/free-form/Datakit/flow-editor/store/store.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/store/validation.d.ts.map +1 -1
- package/dist/types/composables/useToaster.d.ts +6 -0
- package/dist/types/composables/useToaster.d.ts.map +1 -0
- package/dist/types/constants/index.d.ts +1 -0
- package/dist/types/constants/index.d.ts.map +1 -1
- package/dist/types/utils/helper.d.ts +3 -1
- package/dist/types/utils/helper.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../../src/utils/helper.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../../src/utils/helper.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,cAAc;IAC7B,SAAS,CAAC,EAAE;QACV,cAAc,CAAC,EAAE;YACf,KAAK,CAAC,EAAE;gBACN,QAAQ,CAAC,EAAE,MAAM,CAAA;gBACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;aAClB,CAAA;YACD,IAAI,CAAC,EAAE,MAAM,CAAA;SACd,CAAA;QACD,UAAU,CAAC,EAAE,OAAO,CAAA;KACrB,GAAG,IAAI,CAAA;CACT;AAkBD,eAAO,MAAM,qBAAqB,GAAI,gBAAgB,cAAc,SAanE,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.69.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-plugins.umd.js",
|
|
6
6
|
"module": "./dist/entities-plugins.es.js",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"vue": "^3.5.13",
|
|
51
51
|
"vue-router": "^4.4.5",
|
|
52
52
|
"@kong-ui-public/entities-plugins-icon": "^1.2.1",
|
|
53
|
-
"@kong-ui-public/entities-shared": "^3.27.7",
|
|
54
53
|
"@kong-ui-public/entities-vaults": "^3.23.8",
|
|
55
|
-
"@kong-ui-public/i18n": "^2.4.4"
|
|
54
|
+
"@kong-ui-public/i18n": "^2.4.4",
|
|
55
|
+
"@kong-ui-public/entities-shared": "^3.27.7"
|
|
56
56
|
},
|
|
57
57
|
"repository": {
|
|
58
58
|
"type": "git",
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
"marked": "^14.1.4",
|
|
75
75
|
"monaco-editor": "0.52.2",
|
|
76
76
|
"nanoid": "^5.1.5",
|
|
77
|
-
"@kong-ui-public/entities-
|
|
77
|
+
"@kong-ui-public/entities-consumer-groups": "^4.1.7",
|
|
78
78
|
"@kong-ui-public/entities-consumers": "^4.1.7",
|
|
79
|
+
"@kong-ui-public/entities-plugins-metadata": "^1.6.0",
|
|
79
80
|
"@kong-ui-public/entities-redis-configurations": "^1.3.10",
|
|
80
|
-
"@kong-ui-public/entities-consumer-groups": "^4.1.7",
|
|
81
81
|
"@kong-ui-public/entities-routes": "^3.15.10",
|
|
82
|
-
"@kong-ui-public/entities-plugins-metadata": "^1.6.0",
|
|
83
82
|
"@kong-ui-public/forms": "^4.15.8",
|
|
83
|
+
"@kong-ui-public/entities-gateway-services": "^3.12.8",
|
|
84
84
|
"@kong-ui-public/entities-vaults": "^3.23.8"
|
|
85
85
|
},
|
|
86
86
|
"scripts": {
|