Skip to content

Commit 88b6998

Browse files
Vishnu7101karthickthangasamy
authored andcommitted
feature(REPORT-405059): Bold Reports 7.1 Changes
1 parent d8906eb commit 88b6998

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.3.24",
3+
"version": "7.1.9",
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.3.24"
38+
"@boldreports/javascript-reporting-controls": "7.1.9"
3939
},
4040
"devDependencies": {
4141
"@angular/common": "13.0.0",

src/reportdesigner.component.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ import { EventEmitter, IterableDiffers, KeyValueDiffers, Component, ElementRef,
66
template: ''})
77
export class BoldReportDesignerComponent extends BoldReportComponents<any, any> {
88
@Input('configurePaneSettings') configurePaneSettings_input: any;
9+
@Input('dataTabIndex') dataTabIndex_input: any;
910
@Input('disableCodeModule') disableCodeModule_input: any;
11+
@Input('embedToken') embedToken_input: any;
1012
@Input('enableImpersonate') enableImpersonate_input: any;
1113
@Input('enableImageBlobing') enableImageBlobing_input: any;
1214
@Input('enableTableMultipleDataAssign') enableTableMultipleDataAssign_input: any;
@@ -26,7 +28,7 @@ export class BoldReportDesignerComponent extends BoldReportComponents<any, any>
2628
@Input('serviceUrl') serviceUrl_input: any;
2729
@Input('toolbarSettings') toolbarSettings_input: any;
2830
@Input('waitingPopupTemplate') waitingPopupTemplate_input: any;
29-
@Input('dataTabIndex') dataTabIndex_input: any;
31+
@Input('zoomFactor') zoomFactor_input: any;
3032
@Input('configurePaneSettings.items') configurePaneSettings_items_input: any;
3133
@Input('configurePaneSettings.showPane') configurePaneSettings_showPane_input: any;
3234
@Input('dataSources.name') dataSources_name_input: any;

src/reportviewer.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export class BoldReportViewerComponent extends BoldReportComponents<any, any> {
2323
@Input('reportServiceUrl') reportServiceUrl_input: any;
2424
@Input('zoomFactor') zoomFactor_input: any;
2525
@Input('serviceAuthorizationToken') serviceAuthorizationToken_input: any;
26+
@Input('embedToken') embedToken_input: any;
2627
@Input('toolbarRenderMode') toolbarRenderMode_input: any;
2728
@Input('enableParameterBlockScroller') enableParameterBlockScroller_input: any;
2829
@Input('enableDatasourceBlockScroller') enableDatasourceBlockScroller_input: any;
@@ -53,6 +54,7 @@ export class BoldReportViewerComponent extends BoldReportComponents<any, any> {
5354
@Input('pageSettings.width') pageSettings_width_input: any;
5455
@Input('pageSettings.margins') pageSettings_margins_input: any;
5556
@Input('pageSettings.hidePageOrientation') pageSettings_hidePageOrientation_input: any;
57+
@Input('pageSettings.hidePagePaperSizes') pageSettings_hidePagePaperSizes_input: any;
5658
@Input('parameters.labels') parameters_labels_input: any;
5759
@Input('parameters.name') parameters_name_input: any;
5860
@Input('parameters.nullable') parameters_nullable_input: any;

0 commit comments

Comments
 (0)