Skip to content

Commit a77ec7a

Browse files
feature(REPORT-379946): Bold reports V6.2 Release Changes
1 parent d8f1645 commit a77ec7a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boldreports/angular-reporting-components",
3-
"version": "6.1.34",
3+
"version": "6.2.32",
44
"description": "The Bold Reports by Syncfuion components for Angular contains ReportViewer and ReportDesigner reporting components for enterprise web development",
55
"repository": {
66
"type": "git",
@@ -35,7 +35,7 @@
3535
"url": "https://github.com/boldreports/angular-reporting-components/issues"
3636
},
3737
"dependencies": {
38-
"@boldreports/javascript-reporting-controls": "6.1.34"
38+
"@boldreports/javascript-reporting-controls": "6.2.32"
3939
},
4040
"devDependencies": {
4141
"@angular/common": "13.0.0",

src/reportdesigner.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export class BoldReportDesignerComponent extends BoldReportComponents<any, any>
5959
@Input('previewOptions.enableParameterBlockScroller') previewOptions_enableParameterBlockScroller_input: any;
6060
@Input('previewOptions.enableDatasourceBlockScroller') previewOptions_enableDatasourceBlockScroller_input: any;
6161
@Input('previewOptions.enableDropDownSearch') previewOptions_enableDropDownSearch_input: any;
62+
@Input('previewOptions.enablePopupResize') previewOptions_enablePopupResize_input: any;
6263
@Input('previewOptions.exportSettings') previewOptions_exportSettings_input: any;
6364
@Input('previewOptions.pageSettings') previewOptions_pageSettings_input: any;
6465
@Input('previewOptions.parameters') previewOptions_parameters_input: any;

src/reportviewer.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export class BoldReportViewerComponent extends BoldReportComponents<any, any> {
2929
@Input('autoRender') autoRender_input: any;
3030
@Input('enableNotificationBar') enableNotificationBar_input: any;
3131
@Input('enableDropDownSearch') enableDropDownSearch_input: any;
32+
@Input('enablePopupResize') enablePopupResize_input: any;
3233
@Input('enableVirtualEvaluation') enableVirtualEvaluation_input: any;
3334
@Input('smartRendering') smartRendering_input: any;
3435
@Input('waitingPopupTemplate') waitingPopupTemplate_input: any;

0 commit comments

Comments
 (0)