rete-angular-plugin 2.4.0 → 2.4.1

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 (40) hide show
  1. package/12/bundles/rete-angular-plugin-ng12.umd.js +1 -0
  2. package/12/bundles/rete-angular-plugin-ng12.umd.js.map +1 -1
  3. package/12/esm2015/presets/classic/components/connection/connection-wrapper.component.js +2 -1
  4. package/12/fesm2015/rete-angular-plugin-ng12.js +1 -0
  5. package/12/fesm2015/rete-angular-plugin-ng12.js.map +1 -1
  6. package/13/esm2020/presets/classic/components/connection/connection-wrapper.component.mjs +2 -1
  7. package/13/fesm2015/rete-angular-plugin-ng13.mjs +1 -0
  8. package/13/fesm2015/rete-angular-plugin-ng13.mjs.map +1 -1
  9. package/13/fesm2020/rete-angular-plugin-ng13.mjs +1 -0
  10. package/13/fesm2020/rete-angular-plugin-ng13.mjs.map +1 -1
  11. package/14/esm2020/presets/classic/components/connection/connection-wrapper.component.mjs +2 -1
  12. package/14/fesm2015/rete-angular-plugin-ng14.mjs +1 -0
  13. package/14/fesm2015/rete-angular-plugin-ng14.mjs.map +1 -1
  14. package/14/fesm2020/rete-angular-plugin-ng14.mjs +1 -0
  15. package/14/fesm2020/rete-angular-plugin-ng14.mjs.map +1 -1
  16. package/15/esm2020/presets/classic/components/connection/connection-wrapper.component.mjs +2 -1
  17. package/15/fesm2015/rete-angular-plugin-ng15.mjs +1 -0
  18. package/15/fesm2015/rete-angular-plugin-ng15.mjs.map +1 -1
  19. package/15/fesm2020/rete-angular-plugin-ng15.mjs +1 -0
  20. package/15/fesm2020/rete-angular-plugin-ng15.mjs.map +1 -1
  21. package/16/esm2022/presets/classic/components/connection/connection-wrapper.component.mjs +2 -1
  22. package/16/fesm2022/rete-angular-plugin-ng16.mjs +1 -0
  23. package/16/fesm2022/rete-angular-plugin-ng16.mjs.map +1 -1
  24. package/17/esm2022/presets/classic/components/connection/connection-wrapper.component.mjs +2 -1
  25. package/17/fesm2022/rete-angular-plugin-ng17.mjs +1 -0
  26. package/17/fesm2022/rete-angular-plugin-ng17.mjs.map +1 -1
  27. package/18/esm2022/presets/classic/components/connection/connection-wrapper.component.mjs +2 -1
  28. package/18/fesm2022/rete-angular-plugin-ng18.mjs +1 -0
  29. package/18/fesm2022/rete-angular-plugin-ng18.mjs.map +1 -1
  30. package/19/fesm2022/rete-angular-plugin-ng19.mjs +1 -0
  31. package/19/fesm2022/rete-angular-plugin-ng19.mjs.map +1 -1
  32. package/20/fesm2022/rete-angular-plugin-ng20.mjs +1 -0
  33. package/20/fesm2022/rete-angular-plugin-ng20.mjs.map +1 -1
  34. package/CHANGELOG.md +7 -0
  35. package/bundles/rete-angular-plugin.umd.js +1 -0
  36. package/bundles/rete-angular-plugin.umd.js.map +1 -1
  37. package/esm2015/presets/classic/components/connection/connection-wrapper.component.js +2 -1
  38. package/fesm2015/rete-angular-plugin.js +1 -0
  39. package/fesm2015/rete-angular-plugin.js.map +1 -1
  40. package/package.json +1 -1
@@ -841,6 +841,7 @@
841
841
  this.ref.instance.start = this._start;
842
842
  this.ref.instance.end = this._end;
843
843
  this.ref.instance.path = this._path;
844
+ this.ref.changeDetectorRef.markForCheck();
844
845
  };
845
846
  return ConnectionWrapperComponent;
846
847
  }());