Skip to content

Commit 9d6e15f

Browse files
feature(REPORT-478182): Bold Reports 12.1 Release Changes
1 parent 927c54a commit 9d6e15f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build/copy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const extensionsExportTemp = {
1313
'shape': 'export { EJShape }',
1414
'pdfDocument': 'export { EJPdfDocument }',
1515
'htmlDocument': 'export { EJHtmlDocument }',
16+
'pdfSignature': 'export { EJPDFSignature }'
1617
}
1718

1819
gulp.task('copy-src-assets', function (done) {
@@ -38,6 +39,7 @@ gulp.task('update-extensions-export', (done) => {
3839
'shape': ['shape.reportitem.js', 'shape'],
3940
'pdfDocument': ['pdfdocument.reportitem.js', 'pdfDocument'],
4041
'htmlDocument': ['htmldocument.reportitem.js', 'htmlDocument'],
42+
'pdfSignature': ['pdf.signature.reportitem.js', 'pdfSignature']
4143
};
4244
const updateFile = (key, [filename, exportKey]) => {
4345
const filePath = `${extensionsItemDir}${filename}`;

0 commit comments

Comments
 (0)