@acorex/components 20.6.14 → 20.6.16

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.
@@ -517,7 +517,7 @@ class AXBaseRowCommandColumnComponent extends AXDataTableColumnComponent {
517
517
  class AXRowDropdownCommandColumnComponent extends AXBaseRowCommandColumnComponent {
518
518
  constructor() {
519
519
  super(...arguments);
520
- this.emptyStateText = 't("dataTable.rowCommandColumn.emptyStateText")';
520
+ this.emptyStateText = '@acorex:dataTable.rowCommandColumn.emptyStateText';
521
521
  this.itemsLoading = signal(false, ...(ngDevMode ? [{ debugName: "itemsLoading" }] : []));
522
522
  this.itemsFetched = signal(false, ...(ngDevMode ? [{ debugName: "itemsFetched" }] : []));
523
523
  /**