Skip to content

Commit 7d41b42

Browse files
Vishnu7101karthickthangasamy
authored andcommitted
feature(REPORT-342363): public repo update
1 parent 49d7610 commit 7d41b42

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Bold Reports Angular UI Components
22

3-
The `Bold Reports` UI components contains [Angular Report Viewer](https://www.boldreports.com/embedded-reporting/angular-report-viewer?utm_source=github&utm_medium=backlinks) and [Angular Report Designer](https://www.boldreports.com/embedded-reporting/angular-report-designer?utm_source=github&utm_medium=backlinks) reporting components for enterprise web development. Empower your web application with feature-rich report preview, edit, and customization capabilities that allow you to explore data easily and make real-time decisions. Effortlessly print and export reports.
3+
The `Bold Reports` UI components contains [Angular Report Viewer](https://www.boldreports.com/embedded-reporting/angular-report-viewer) and [Angular Report Designer](https://www.boldreports.com/embedded-reporting/angular-report-designer) reporting components for enterprise web development. Empower your web application with feature-rich report preview, edit, and customization capabilities that allow you to explore data easily and make real-time decisions. Effortlessly print and export reports.
44

55
![Bold Reports Angular Reporting Tool](https://demos.boldreports.com/Images/report-platform.gif)
66

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

src/reportviewer.component.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export class BoldReportViewerComponent extends BoldReportComponents<any, any> {
6363
@Input('parameterSettings.labelWidth') parameterSettings_labelWidth_input: any;
6464
@Input('parameterSettings.minDateTime') parameterSettings_minDateTime_input: any;
6565
@Input('parameterSettings.maxDateTime') parameterSettings_maxDateTime_input: any;
66+
@Input('parameterSettings.hideTooltip') parameterSettings_hideTooltip_input: any;
6667
@Input('parameterSettings.hideParameterBlock') parameterSettings_hideParameterBlock_input: any;
6768
@Input('parameterSettings.dateTimeFormat') parameterSettings_dateTimeFormat_input: any;
6869
@Input('parameterSettings.timeDisplayFormat') parameterSettings_timeDisplayFormat_input: any;
@@ -73,6 +74,8 @@ export class BoldReportViewerComponent extends BoldReportComponents<any, any> {
7374
@Input('toolbarSettings.toolbars') toolbarSettings_toolbars_input: any;
7475
@Input('toolbarSettings.showToolbar') toolbarSettings_showToolbar_input: any;
7576
@Input('toolbarSettings.showTooltip') toolbarSettings_showTooltip_input: any;
77+
@Input('toolbarSettings.autoHide') toolbarSettings_autoHide_input: any;
78+
@Input('toolbarSettings.autoHideDelay') toolbarSettings_autoHideDelay_input: any;
7679
@Input('toolbarSettings.templateId') toolbarSettings_templateId_input: any;
7780
@Input('toolbarSettings.customItems') toolbarSettings_customItems_input: any;
7881
@Input('toolbarSettings.customGroups') toolbarSettings_customGroups_input: any;

0 commit comments

Comments
 (0)