w-flow-vue 1.0.22 → 1.0.24

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 (34) hide show
  1. package/README.md +1 -1
  2. package/dist/w-flow-vue.umd.js +3 -3
  3. package/dist/w-flow-vue.umd.js.map +1 -1
  4. package/docs/components_WFlowVue.vue.html +29 -7
  5. package/docs/components_ui_Controls.vue.html +1 -1
  6. package/docs/examples/app.html +1 -1
  7. package/docs/examples/app.umd.js +4 -4
  8. package/docs/examples/app.umd.js.map +1 -1
  9. package/docs/examples/ex-AppBasic.html +1 -1
  10. package/docs/examples/ex-AppConnectivity.html +1 -1
  11. package/docs/global.html +1 -1
  12. package/docs/index.html +1 -1
  13. package/docs/js_defaults.mjs.html +1 -1
  14. package/docs/js_edgePath.mjs.html +1 -1
  15. package/docs/js_fixSvgNs.mjs.html +1 -1
  16. package/docs/js_geometry.mjs.html +1 -1
  17. package/docs/js_graph.mjs.html +1 -1
  18. package/docs/js_stepRouting.mjs.html +1 -1
  19. package/docs/module-WFlowVue.html +1 -1
  20. package/package.json +1 -1
  21. package/src/components/WFlowVue.vue +28 -6
  22. package/src/components/nodes/NodeRenderer.vue +9 -0
  23. package/src/components/nodes/NodeWrapper.vue +90 -22
  24. package/test/pics/flow-E2E-011-node-settings-form.png +0 -0
  25. package/test/pics/flow-E2E-012-popup-exclusive.png +0 -0
  26. package/test/unit-WFlowVue-features.test.mjs +10 -8
  27. package/test/unit-WFlowVue.test.mjs +432 -421
  28. package/test/unit-components-canvas.test.mjs +104 -102
  29. package/test/unit-components-edge.test.mjs +157 -147
  30. package/test/unit-components-node.test.mjs +27 -5
  31. package/test/unit-geometry.test.mjs +248 -236
  32. package/test/unit-graph.test.mjs +72 -72
  33. package/test/unit-node-drag-gesture.test.mjs +376 -0
  34. package/toolg/gDistRollupComps.mjs +1 -4
package/README.md CHANGED
@@ -33,7 +33,7 @@ Add script for vue.
33
33
 
34
34
  Add script for w-flow-vue.
35
35
  ```alias
36
- <script src="https://cdn.jsdelivr.net/npm/w-flow-vue@1.0.22/dist/w-flow-vue.umd.js"></script>
36
+ <script src="https://cdn.jsdelivr.net/npm/w-flow-vue@1.0.24/dist/w-flow-vue.umd.js"></script>
37
37
  ```
38
38
 
39
39
  ## Required setup for Vue 2 apps