Skip to content

Commit

Permalink
feature(REPORT-342363): public repo update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishnu7101 authored and karthickthangasamy committed Dec 26, 2023
1 parent 076c43d commit 91a0f5f
Show file tree
Hide file tree
Showing 35 changed files with 125 additions and 126 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "react-sample-browser",
"version": "5.3.8",
"version": "5.4.20",
"private": true,
"dependencies": {
"@boldreports/react-reporting-components": "5.3.8",
"@boldreports/javascript-reporting-extensions": "5.3.8",
"@boldreports/react-reporting-components": "5.4.20",
"@boldreports/javascript-reporting-extensions": "5.4.20",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.3",
"bootstrap": "^4.6.0",
"create-react-class": "^15.7.0",
"axios": "^0.21.1",
"axios": "1.6.0",
"fs": "0.0.1-security",
"gulp": "4.0.2",
"path": "^0.12.7",
Expand Down
8 changes: 4 additions & 4 deletions src/common/header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Header extends Component {
<div className="ej-sb-left-side">
{this.props.isViewer ?
<div className="ej-sb-hamburger-icon ej-sb-icons" onClick={this.humbergerClick}></div> : ''}
{this.props.isViewer ? <div className="ej-sb-platform-name">Bold Reports for React</div> : <a id="home_page" href="/" target="_blank">
{this.props.isViewer ? <div className="ej-sb-platform-name">Bold Reports for React</div> : <a id="home_page" href="/" target="_blank" rel="noreferrer">
<div className="ej-platform-name">Bold Reports for React</div>
</a>}
{this.props.isViewer ?
Expand All @@ -104,9 +104,9 @@ class Header extends Component {
</div>
<div className="ej-sb-right-side">
{/* We hided this element as per management instruction */}
{/* <a className="ej-sb-button nav-link bold-schedule-demo" href="https://www.boldreports.com/schedule-free-demo" target="_blank">Schedule Free Demo</a> */}
<a className="ej-sb-button nav-link product-detail" href={this.props.isViewer || this.props.isPreview ? 'https://www.boldreports.com/embedded-reporting/react-report-viewer' : 'https://www.boldreports.com/embedded-reporting/react-report-designer'} target="_blank">Product Detail</a>
<a className="ej-sb-button nav-link try-it-free" href="https://app.boldid.net/reporting/embedded/register?plan=120&evaluation=v2&leadsource=demos.boldreports.com&gclid=&referrerroriginurl=https://demos.boldreports.com/pricing&secondaryreferraloriginurl=https://demos.boldreports.com/" target="_blank">Try it Free</a>
{/* <a className="ej-sb-button nav-link bold-schedule-demo" href="https://www.boldreports.com/schedule-free-demo" target="_blank" rel="noreferrer">Schedule Free Demo</a> */}
<a className="ej-sb-button nav-link product-detail" href={this.props.isViewer || this.props.isPreview ? 'https://www.boldreports.com/embedded-reporting/react-report-viewer' : 'https://www.boldreports.com/embedded-reporting/react-report-designer'} target="_blank" rel="noreferrer">Product Detail</a>
<a className="ej-sb-button nav-link try-it-free" href="https://app.boldid.net/reporting/embedded/register?plan=128&evaluation=v2&leadsource=demos.boldreports.com&gclid=&referrerroriginurl=https://demos.boldreports.com/pricing&secondaryreferraloriginurl=https://demos.boldreports.com/" target="_blank" rel="noreferrer">Try it Free</a>
</div>
</div>
</ej-header>
Expand Down
12 changes: 6 additions & 6 deletions src/common/main-content/main-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class MainContentSample extends Component {
return samples[currentIndex];
}
newWindow = () => {
window.open(window.location.href + `/preview`);
window.open(window.location.href + `/preview`, "_blank", "noreferrer");
}
setReportsHeight() {
var style = document.getElementById('reports-style');
Expand Down Expand Up @@ -216,23 +216,23 @@ class MainContentSample extends Component {
<div className="cnt-text cnt-text-3">{bannerData.features[2]}</div>
</div>
</div>
<a className="free-trial-url" target="_blank" href={bannerData.freeTrialUrl}>
<a className="free-trial-url" target="_blank" rel="noreferrer" href={bannerData.freeTrialUrl}>
<div className="free-trial">TRY IT FOR FREE</div>
</a>
</div>
{/* Footer section */}
<div className="ej-lp-footer">
<div className="ej-lp-footer-links">
<a href="https://help.boldreports.com/embedded-reporting/react-reporting/" target="_blank">
<a href="https://help.boldreports.com/embedded-reporting/react-reporting/" target="_blank" rel="noreferrer">
Documentation
</a>
<a href="https://www.boldreports.com/blog" target="_blank">
<a href="https://www.boldreports.com/blog" target="_blank" rel="noreferrer">
Blog
</a>
<a href="https://support.boldreports.com/" target="_blank">
<a href="https://support.boldreports.com/" target="_blank" rel="noreferrer">
Support
</a>
<a href="https://www.boldreports.com/feedback" target="_blank">
<a href="https://www.boldreports.com/feedback" target="_blank" rel="noreferrer">
Feedback
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/controls/barcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Barcode extends Component {
<BoldReportViewerComponent
id="report-viewer"
reportServiceUrl={Globals.ServiceURL}
reportPath={'~/Resources/demos/Report/barcode.rdl'}
reportPath={'barcode.rdl'}
toolbarSettings={Globals.TOOLBAR_OPTIONS}
toolBarItemClick={Globals.EDIT_REPORT}>
</BoldReportViewerComponent>)
Expand All @@ -28,7 +28,7 @@ class Barcode extends Component {
<p>
More information about Barcode can be found in this <a
href="https://help.boldreports.com/embedded-reporting/react-reporting/report-designer/designer-guide/report-items/barcode/"
target="_blank">documentation</a> section.
target="_blank" rel="noreferrer">documentation</a> section.
</p>
</div>
);
Expand Down
6 changes: 3 additions & 3 deletions src/controls/company-sales.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class CompanySales extends Component {
<BoldReportViewerComponent
id="report-viewer"
reportServiceUrl={Globals.ServiceURL}
reportPath={'~/Resources/demos/Report/company-sales.rdl'}
reportPath={'company-sales.rdl'}
toolbarSettings={Globals.TOOLBAR_OPTIONS}
toolBarItemClick={Globals.EDIT_REPORT}>
</BoldReportViewerComponent>)
Expand All @@ -30,13 +30,13 @@ class CompanySales extends Component {
<li>Sorting is applied to row groups to sort the product category and sub-category in descending and ascending
orders. More information about sorting data in matrix groups can be found in this <a
href="https://help.boldreports.com/embedded-reporting/react-reporting/report-designer/designer-guide/report-items/tablix/sort-data-in-tablix-data-region/#set-sort-expression-for-tablix-data-region"
target="_blank">documentation</a> section.
target="_blank" rel="noreferrer">documentation</a> section.
</li>
</ul>
<p>
Company Sales report designing steps can be found in this <a
href="https://help.boldreports.com/embedded-reporting/react-reporting/report-designer/designer-guide/report-items/matrix/design-ssrs-matrix-report/#format-matrix-design"
target="_blank">documentation</a> section.
target="_blank" rel="noreferrer">documentation</a> section.
</p>
</div>
);
Expand Down
8 changes: 4 additions & 4 deletions src/controls/conditional-row-formatting.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ConditionalRowFormatting extends Component {
<BoldReportViewerComponent
id="report-viewer"
reportServiceUrl={Globals.ServiceURL}
reportPath={'~/Resources/demos/Report/conditional-row-formatting.rdl'}
reportPath={'conditional-row-formatting.rdl'}
toolbarSettings={Globals.TOOLBAR_OPTIONS}
toolBarItemClick={Globals.EDIT_REPORT}>
</BoldReportViewerComponent>)
Expand All @@ -20,7 +20,7 @@ class ConditionalRowFormatting extends Component {
<p>
This demo illustrates the Conditional Formatting feature along with <a
href="https://help.boldreports.com/embedded-reporting/react-reporting/report-designer/designer-guide/report-parameters/add/"
target="_blank">Report Parameters</a> using the Tablix data region. Based on the country name selected in
target="_blank" rel="noreferrer">Report Parameters</a> using the Tablix data region. Based on the country name selected in
the <code>Highlight Country</code>
parameter, the available customer details of the respective country are highlighted using conditional
formatting. It makes the report easier
Expand All @@ -29,13 +29,13 @@ class ConditionalRowFormatting extends Component {
<ul>
<li><b>Conditional IIF Statement</b> is used to build <a
href="https://help.boldreports.com/embedded-reporting/react-reporting/report-designer/designer-guide/compose-report/properties-panel/#set-expression"
target="_blank">expression</a> for background color, thereby it highlights the rows based on the
target="_blank" rel="noreferrer">expression</a> for background color, thereby it highlights the rows based on the
<code> Country Name</code> field.</li>
</ul>
<p>
Conditional row formatting report designing steps can be found in this <a
href="https://help.boldreports.com/embedded-reporting/react-reporting/report-designer/designer-guide/report-items/tablix/conditional-formatting-tablix-data-region/"
target="_blank">documentation</a> section.
target="_blank" rel="noreferrer">documentation</a> section.
</p>
</div>
);
Expand Down
10 changes: 5 additions & 5 deletions src/controls/consolidated-balance-sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ConsolidatedBalanceSheet extends Component {
<BoldReportViewerComponent
id="report-viewer"
reportServiceUrl={Globals.ServiceURL}
reportPath={'~/Resources/demos/Report/consolidated-balance-sheet.rdlc'}
reportPath={'consolidated-balance-sheet.rdlc'}
reportLoaded={Globals.onReportLoaded}
processingMode={'Local'}
toolbarSettings={Globals.TOOLBAR_OPTIONS}
Expand All @@ -23,19 +23,19 @@ class ConsolidatedBalanceSheet extends Component {
Consolidated balance sheet RDLC report represents the assets and liabilities of a company and all subsidiaries
for the last four quarters in a single sheet using <a
href="https://help.boldreports.com/embedded-reporting/react-reporting/report-designer/designer-guide/report-items/tablix/"
target="_blank">Tablix</a> report item.
target="_blank" rel="noreferrer">Tablix</a> report item.
</p>
<ul>
<li>The <a href="https://help.boldreports.com/embedded-reporting/react-reporting/report-designer/designer-guide/report-items/tablix/grouping-panel/"
target="_blank">Row grouping</a> feature is used to group the Assets type.</li>
target="_blank" rel="noreferrer">Row grouping</a> feature is used to group the Assets type.</li>
<li>Text box report items with currency value are formatted using <a
href="https://help.boldreports.com/embedded-reporting/react-reporting/report-designer/designer-guide/compose-report/properties-panel/#set-expression"
target="_blank">expression</a>.</li>
target="_blank" rel="noreferrer">expression</a>.</li>
<li>The data used in this table is a local JSON data.</li>
</ul>
<p>
More information about RDLC report can be found in this <a
href="https://help.boldreports.com/embedded-reporting/react-reporting/report-viewer/rdlc-report/" target="_blank">documentation </a>
href="https://help.boldreports.com/embedded-reporting/react-reporting/report-viewer/rdlc-report/" target="_blank" rel="noreferrer">documentation </a>
section.
</p>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/controls/customer-support-analysis.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class CustomerSupportAnalysis extends Component {
<BoldReportViewerComponent
id="report-viewer"
reportServiceUrl={Globals.ServiceURL}
reportPath={'~/Resources/demos/Report/customer-support-analysis.rdl'}
reportPath={'customer-support-analysis.rdl'}
toolbarSettings={Globals.TOOLBAR_OPTIONS}
toolBarItemClick={Globals.EDIT_REPORT}>
</BoldReportViewerComponent>)
Expand All @@ -33,17 +33,17 @@ class CustomerSupportAnalysis extends Component {
<code> Average resolution time (hrs) by Representative</code> chart.
More information about sorting data in matrix groups can be found in this <a
href="https://help.boldreports.com/embedded-reporting/react-reporting/report-designer/designer-guide/report-items/tablix/sort-data-in-tablix-data-region/#set-sort-expression-on-a-tablix-group"
target="_blank">documentation</a> section.</li>
target="_blank" rel="noreferrer">documentation</a> section.</li>
<li>The <code>TopN</code> filter is applied to the table data region to display the
<code> Top 5 Satisfied Customer</code>. More information on filtering data with table
data region can be found in this <a
href="https://help.boldreports.com/embedded-reporting/react-reporting/report-designer/designer-guide/report-items/tablix/add-filters-to-tablix-data-region/#set-filter-on-tablix-data-region"
target="_blank">documentation</a> section.</li>
target="_blank" rel="noreferrer">documentation</a> section.</li>
</ul>
<p>
More information about chart data region can be found in this <a
href="https://help.boldreports.com/embedded-reporting/react-reporting/report-designer/designer-guide/report-items/chart/"
target="_blank">documentation</a> section.
target="_blank" rel="noreferrer">documentation</a> section.
</p>
</div>
);
Expand Down
4 changes: 2 additions & 2 deletions src/controls/data-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class DataBar extends Component {
<BoldReportViewerComponent
id="report-viewer"
reportServiceUrl={Globals.ServiceURL}
reportPath={'~/Resources/demos/Report/data-bar.rdl'}
reportPath={'data-bar.rdl'}
toolbarSettings={Globals.TOOLBAR_OPTIONS}
toolBarItemClick={Globals.EDIT_REPORT}>
</BoldReportViewerComponent>)
Expand All @@ -23,7 +23,7 @@ class DataBar extends Component {
<p>
More information about the Databar report item can be found in this <a
href="https://help.boldreports.com/embedded-reporting/react-reporting/report-designer/designer-guide/report-items/data-bar/"
target="_blank">documentation</a> section.
target="_blank" rel="noreferrer">documentation</a> section.
</p>
</div>
);
Expand Down
4 changes: 2 additions & 2 deletions src/controls/dynamic-chart-series.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class DynamicChartSeries extends Component {
<BoldReportViewerComponent
id="report-viewer"
reportServiceUrl={Globals.ServiceURL}
reportPath={'~/Resources/demos/Report/dynamic-chart-series.rdl'}
reportPath={'dynamic-chart-series.rdl'}
toolbarSettings={Globals.TOOLBAR_OPTIONS}
toolBarItemClick={Globals.EDIT_REPORT}>
</BoldReportViewerComponent>)
Expand All @@ -22,7 +22,7 @@ class DynamicChartSeries extends Component {
</p>
<p>
More information about the Chart report item can be found in this <a href="https://help.boldreports.com/enterprise-reporting/designer-guide/report-designer/report-items/chart/"
target="_blank">documentation</a> section.
target="_blank" rel="noreferrer">documentation</a> section.
</p>
</div>
);
Expand Down
4 changes: 2 additions & 2 deletions src/controls/dynamic-columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class DynamicColumns extends Component {
<BoldReportViewerComponent
id="report-viewer"
reportServiceUrl={Globals.ServiceURL}
reportPath={'~/Resources/demos/Report/dynamic-columns.rdl'}
reportPath={'dynamic-columns.rdl'}
toolbarSettings={Globals.TOOLBAR_OPTIONS}
toolBarItemClick={Globals.EDIT_REPORT}>
</BoldReportViewerComponent>)
Expand All @@ -30,7 +30,7 @@ class DynamicColumns extends Component {
</ul>
<p>
More information about the Tablix data region can be found in this <a href="https://help.boldreports.com/enterprise-reporting/designer-guide/report-designer/report-items/tablix/"
target="_blank">documentation</a> section.
target="_blank" rel="noreferrer">documentation</a> section.
</p>
</div>
);
Expand Down
Loading

0 comments on commit 91a0f5f

Please sign in to comment.