tav-ui
Version:
18 lines (14 loc) • 439 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
function extendCurrentRowActionsAuth(row, data) {
if (!data)
return [];
return data.map((d) => ({
...d,
hyperlink: row.hyperlink,
watermarkFileDownload: row.watermarkFileDownload,
sourceFileDownload: row.sourceFileDownload
}));
}
exports.extendCurrentRowActionsAuth = extendCurrentRowActionsAuth;
//# sourceMappingURL=extend2.js.map