tuain-ng-forms-lib 12.0.76 → 12.0.77

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.
@@ -1661,7 +1661,7 @@
1661
1661
  enumerable: false,
1662
1662
  configurable: true
1663
1663
  });
1664
- RecordTable.prototype.getLayout = function (layout) { return this.layout; };
1664
+ RecordTable.prototype.getLayout = function () { return this.layout; };
1665
1665
  RecordTable.prototype.setLayout = function (layout) { this.setAttr('layout', layout); };
1666
1666
  RecordTable.prototype.hasActions = function () { return (this._actions.length > 0); };
1667
1667
  RecordTable.prototype.getSelectedRecords = function () { return this.tableRecords.filter(function (rec) { return rec.selected; }).map(function (rec) { return rec.recordId; }); };