@acorex/platform 19.1.0 → 19.1.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.
@@ -1517,6 +1517,7 @@ class AXPLookupWidgetSelectorComponent extends AXBasePageComponent {
1517
1517
  [fetchDataMode]="'manual'"
1518
1518
  [loading]="{ enabled: true, animation: true }"
1519
1519
  [dataSource]="vm.dataSource"
1520
+ [parentField]="vm.parentKey()"
1520
1521
  (selectedRowsChange)="handleSelectedRowsChange($event)"
1521
1522
  (onRowClick)="handleRowClick($event)"
1522
1523
  (onRowDbClick)="handleRowDbClick($event)"
@@ -1588,6 +1589,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
1588
1589
  [fetchDataMode]="'manual'"
1589
1590
  [loading]="{ enabled: true, animation: true }"
1590
1591
  [dataSource]="vm.dataSource"
1592
+ [parentField]="vm.parentKey()"
1591
1593
  (selectedRowsChange)="handleSelectedRowsChange($event)"
1592
1594
  (onRowClick)="handleRowClick($event)"
1593
1595
  (onRowDbClick)="handleRowDbClick($event)"