@seniorsistemas/angular-components 14.13.1 → 14.13.2

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.
@@ -4417,7 +4417,9 @@
4417
4417
  };
4418
4418
  TablePagingComponent.prototype.getExportFileName = function () {
4419
4419
  var _a;
4420
- return (_a = this.exportFileName) !== null && _a !== void 0 ? _a : "download";
4420
+ var fileName = (_a = this.exportFileName) !== null && _a !== void 0 ? _a : "download";
4421
+ var currentDate = moment_(new Date()).format("DD-MM-YYYY[_]HH:mm");
4422
+ return fileName + "_" + currentDate;
4421
4423
  };
4422
4424
  TablePagingComponent.prototype.exportCurrentPage = function () {
4423
4425
  this.validateComponent();