@acorex/platform 20.5.3 → 20.5.4

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.
@@ -2069,6 +2069,7 @@ class AXPDialogRendererComponent extends AXBasePageComponent {
2069
2069
  this.layoutRenderer = viewChild(AXPLayoutRendererComponent, ...(ngDevMode ? [{ debugName: "layoutRenderer" }] : []));
2070
2070
  this.#eff = effect(() => {
2071
2071
  let count = 0;
2072
+ this.aggregateAndEvaluateActions();
2072
2073
  if (!this.widgetCoreService) {
2073
2074
  const renderer = this.layoutRenderer();
2074
2075
  const container = renderer?.getContainer();