@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.
@@ -4243,7 +4243,9 @@ var TablePagingComponent = /** @class */ (function () {
4243
4243
  };
4244
4244
  TablePagingComponent.prototype.getExportFileName = function () {
4245
4245
  var _a;
4246
- return (_a = this.exportFileName) !== null && _a !== void 0 ? _a : "download";
4246
+ var fileName = (_a = this.exportFileName) !== null && _a !== void 0 ? _a : "download";
4247
+ var currentDate = moment_(new Date()).format("DD-MM-YYYY[_]HH:mm");
4248
+ return fileName + "_" + currentDate;
4247
4249
  };
4248
4250
  TablePagingComponent.prototype.exportCurrentPage = function () {
4249
4251
  this.validateComponent();