@kong-ui-public/entities-plugins 9.68.1 → 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.
Files changed (27) hide show
  1. package/dist/entities-plugins.es.js +9981 -10508
  2. package/dist/entities-plugins.umd.js +42 -49
  3. package/dist/style.css +1 -1
  4. package/dist/types/components/PluginForm.vue.d.ts +2 -2
  5. package/dist/types/components/free-form/Datakit/flow-editor/composables/helpers.d.ts +18 -0
  6. package/dist/types/components/free-form/Datakit/flow-editor/composables/helpers.d.ts.map +1 -0
  7. package/dist/types/components/free-form/Datakit/flow-editor/composables/useConflictConnectionConfirm.d.ts +4 -0
  8. package/dist/types/components/free-form/Datakit/flow-editor/composables/useConflictConnectionConfirm.d.ts.map +1 -0
  9. package/dist/types/components/free-form/Datakit/flow-editor/composables/useFlow.d.ts +1 -3
  10. package/dist/types/components/free-form/Datakit/flow-editor/composables/useFlow.d.ts.map +1 -1
  11. package/dist/types/components/free-form/Datakit/flow-editor/composables/useNodeForm.d.ts +2 -2
  12. package/dist/types/components/free-form/Datakit/flow-editor/composables/useNodeForm.d.ts.map +1 -1
  13. package/dist/types/components/free-form/Datakit/flow-editor/constants.d.ts +1 -0
  14. package/dist/types/components/free-form/Datakit/flow-editor/constants.d.ts.map +1 -1
  15. package/dist/types/components/free-form/Datakit/flow-editor/modal/ConflictConnectionConfirmModal.vue.d.ts +20 -0
  16. package/dist/types/components/free-form/Datakit/flow-editor/modal/ConflictConnectionConfirmModal.vue.d.ts.map +1 -0
  17. package/dist/types/components/free-form/Datakit/flow-editor/modal/EditorModal.vue.d.ts.map +1 -1
  18. package/dist/types/components/free-form/Datakit/flow-editor/store/history.d.ts +1 -3
  19. package/dist/types/components/free-form/Datakit/flow-editor/store/history.d.ts.map +1 -1
  20. package/dist/types/components/free-form/Datakit/flow-editor/store/store.d.ts +2 -6
  21. package/dist/types/components/free-form/Datakit/flow-editor/store/store.d.ts.map +1 -1
  22. package/dist/types/components/free-form/Datakit/flow-editor/store/validation.d.ts.map +1 -1
  23. package/dist/types/composables/useToaster.d.ts +6 -0
  24. package/dist/types/composables/useToaster.d.ts.map +1 -0
  25. package/dist/types/constants/index.d.ts +1 -0
  26. package/dist/types/constants/index.d.ts.map +1 -1
  27. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-plugins",
3
- "version": "9.68.1",
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",
@@ -33,8 +33,8 @@
33
33
  "vue": ">= 3.3.13 < 4",
34
34
  "vue-router": "^4.4.5",
35
35
  "@kong-ui-public/entities-plugins-icon": "^1.2.1",
36
- "@kong-ui-public/entities-shared": "^3.27.7",
37
- "@kong-ui-public/i18n": "^2.4.4"
36
+ "@kong-ui-public/i18n": "^2.4.4",
37
+ "@kong-ui-public/entities-shared": "^3.27.7"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@dagrejs/dagre": "^1.1.5",
@@ -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,14 +74,14 @@
74
74
  "marked": "^14.1.4",
75
75
  "monaco-editor": "0.52.2",
76
76
  "nanoid": "^5.1.5",
77
- "@kong-ui-public/entities-consumers": "^4.1.7",
78
- "@kong-ui-public/entities-gateway-services": "^3.12.8",
79
77
  "@kong-ui-public/entities-consumer-groups": "^4.1.7",
78
+ "@kong-ui-public/entities-consumers": "^4.1.7",
80
79
  "@kong-ui-public/entities-plugins-metadata": "^1.6.0",
81
80
  "@kong-ui-public/entities-redis-configurations": "^1.3.10",
82
- "@kong-ui-public/entities-vaults": "^3.23.8",
83
81
  "@kong-ui-public/entities-routes": "^3.15.10",
84
- "@kong-ui-public/forms": "^4.15.8"
82
+ "@kong-ui-public/forms": "^4.15.8",
83
+ "@kong-ui-public/entities-gateway-services": "^3.12.8",
84
+ "@kong-ui-public/entities-vaults": "^3.23.8"
85
85
  },
86
86
  "scripts": {
87
87
  "dev": "cross-env USE_SANDBOX=true vite",