@acorex/platform 20.0.11 → 20.0.13

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.
@@ -918,6 +918,9 @@ class AXPWidgetRendererDirective {
918
918
  set: (path, value) => {
919
919
  this.contextService.update(path, value);
920
920
  },
921
+ data: () => {
922
+ return this.contextService.data();
923
+ },
921
924
  isDirty: () => {
922
925
  return this.contextService.isDirty();
923
926
  },