@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.
- package/bundles/seniorsistemas-angular-components.umd.js +3 -1
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +2 -2
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/table/table-paging/table-paging.component.js +5 -2
- package/esm5/components/table/table-paging/table-paging.component.js +5 -2
- package/fesm2015/seniorsistemas-angular-components.js +3 -1
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +3 -1
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/seniorsistemas-angular-components.metadata.json +1 -1
|
@@ -4243,7 +4243,9 @@ var TablePagingComponent = /** @class */ (function () {
|
|
|
4243
4243
|
};
|
|
4244
4244
|
TablePagingComponent.prototype.getExportFileName = function () {
|
|
4245
4245
|
var _a;
|
|
4246
|
-
|
|
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();
|