diff --git a/package.json b/package.json index b4a795f..9892fdf 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/common/header/header.js b/src/common/header/header.js index f137982..84965fd 100644 --- a/src/common/header/header.js +++ b/src/common/header/header.js @@ -89,7 +89,7 @@ class Header extends Component {
More information about Barcode can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
Company Sales report designing steps can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/conditional-row-formatting.js b/src/controls/conditional-row-formatting.js index abd3356..9005375 100644 --- a/src/controls/conditional-row-formatting.js +++ b/src/controls/conditional-row-formatting.js @@ -9,7 +9,7 @@ class ConditionalRowFormatting extends Component {
This demo illustrates the Conditional Formatting feature along with Report Parameters using the Tablix data region. Based on the country name selected in
+ target="_blank" rel="noreferrer">Report Parameters using the Tablix data region. Based on the country name selected in
the Highlight Country
parameter, the available customer details of the respective country are highlighted using conditional
formatting. It makes the report easier
@@ -29,13 +29,13 @@ class ConditionalRowFormatting extends Component {
Country Name
field.Conditional row formatting report designing steps can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/consolidated-balance-sheet.js b/src/controls/consolidated-balance-sheet.js index f2652b4..8e6781f 100644 --- a/src/controls/consolidated-balance-sheet.js +++ b/src/controls/consolidated-balance-sheet.js @@ -9,7 +9,7 @@ class ConsolidatedBalanceSheet extends Component {More information about RDLC report can be found in this documentation + href="https://help.boldreports.com/embedded-reporting/react-reporting/report-viewer/rdlc-report/" target="_blank" rel="noreferrer">documentation section.
diff --git a/src/controls/customer-support-analysis.js b/src/controls/customer-support-analysis.js index b47ac75..45f3279 100644 --- a/src/controls/customer-support-analysis.js +++ b/src/controls/customer-support-analysis.js @@ -9,7 +9,7 @@ class CustomerSupportAnalysis extends Component { Average resolution time (hrs) by Representative
chart.
More information about sorting data in matrix groups can be found in this documentation section.
+ target="_blank" rel="noreferrer">documentation section.
TopN
filter is applied to the table data region to display the
Top 5 Satisfied Customer
. More information on filtering data with table
data region can be found in this documentation section.More information about chart data region can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/data-bar.js b/src/controls/data-bar.js index 202a514..8bff77b 100644 --- a/src/controls/data-bar.js +++ b/src/controls/data-bar.js @@ -9,7 +9,7 @@ class DataBar extends Component {More information about the Databar report item can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/dynamic-chart-series.js b/src/controls/dynamic-chart-series.js index b5ced2b..7ff3597 100644 --- a/src/controls/dynamic-chart-series.js +++ b/src/controls/dynamic-chart-series.js @@ -9,7 +9,7 @@ class DynamicChartSeries extends Component {More information about the Chart report item can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/dynamic-columns.js b/src/controls/dynamic-columns.js index 9cf2508..7333b8e 100644 --- a/src/controls/dynamic-columns.js +++ b/src/controls/dynamic-columns.js @@ -9,7 +9,7 @@ class DynamicColumns extends Component {More information about the Tablix data region can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/external-parameter-report.js b/src/controls/external-parameter-report.js index f761d8d..cd1f88d 100644 --- a/src/controls/external-parameter-report.js +++ b/src/controls/external-parameter-report.js @@ -18,7 +18,7 @@ class ExternalParameterReport extends Component {The Product Line Sales RDL report represents the best performing sales people and stores using Tablix and Chart + target="_blank" rel="noreferrer">Tablix and Chart report items.
More information about handling the report items can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); @@ -105,8 +105,8 @@ class ExternalParameterReport extends Component { if (didMount) { startDate = new ejs.calendars.DatePicker({ value: new Date("1/1/2003"), width: "180px" }); endDate = new ejs.calendars.DatePicker({ value: new Date("12/31/2003"), width: "180px" }); - var productCategoryList = JSON.parse(data.ProductCategoryDetail); - var productSubCategoryList = JSON.parse(data.ProductSubCategoryDetail); + var productCategoryList = JSON.parse(data.productCategoryDetail); + var productSubCategoryList = JSON.parse(data.productSubCategoryDetail); category = new ejs.dropdowns.DropDownList({ dataSource: productCategoryList, fields: { diff --git a/src/controls/grouping-aggregate.js b/src/controls/grouping-aggregate.js index bb56fc9..8d0ae3e 100644 --- a/src/controls/grouping-aggregate.js +++ b/src/controls/grouping-aggregate.js @@ -9,7 +9,7 @@ class GroupingAggregate extends Component {Currency
format to improve the readability of report.More information about the Tablix data region can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/invoice.js b/src/controls/invoice.js index ce7f732..e3a2408 100644 --- a/src/controls/invoice.js +++ b/src/controls/invoice.js @@ -9,7 +9,7 @@ class Invoice extends Component {In this demo, invoice report is generated based on Report Parameters at run time, and it displays the comprehensive overview of an invoice + target="_blank" rel="noreferrer">Report Parameters at run time, and it displays the comprehensive overview of an invoice that indicates the shipping order details using parameters, expressions, and calculated fields with Tablix report item. + target="_blank" rel="noreferrer">expressions, and calculated fields with Tablix report item.
Total
feature in table report item, the sum of product price is calculated.
@@ -37,7 +37,7 @@ class Invoice extends Component {
More information about the text box, expressions, and table data region can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/load-large-data.js b/src/controls/load-large-data.js index 7dd4d88..1c35282 100644 --- a/src/controls/load-large-data.js +++ b/src/controls/load-large-data.js @@ -9,7 +9,7 @@ class LoadLargeData extends Component { OrderQty
and UnitPrice
data fields using the Expression support.More information about Tablix can be found in this documentation + href="https://help.boldreports.com/embedded-reporting/react-reporting/report-designer/designer-guide/report-items/tablix/" target="_blank" rel="noreferrer">documentation section.
diff --git a/src/controls/mail-merge.js b/src/controls/mail-merge.js index f42dc6d..229f26a 100644 --- a/src/controls/mail-merge.js +++ b/src/controls/mail-merge.js @@ -9,7 +9,7 @@ class MailMerge extends Component {You can print or export this report as PDF, Excel, Word, HTML, PowerPoint, or CSV format using the @@ -37,7 +37,7 @@ class MailMerge extends Component {
Mail merge report designing steps can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/northwind-products-suppliers-report.js b/src/controls/northwind-products-suppliers-report.js index 8f7b1bc..7e0fbf6 100644 --- a/src/controls/northwind-products-suppliers-report.js +++ b/src/controls/northwind-products-suppliers-report.js @@ -9,7 +9,7 @@ class NorthwindProductsandSuppliersReport extends Component {UnitInStock
column of table to differentiate the range of values.UnitInStock
column of table to differentiate the range of values.
TopN
filter is applied to the table and table and chart data regions to display the top five data from database. Similarly, the BottomN
filter is applied to display the least demand products
+ target="_blank" rel="noreferrer">chart data regions to display the top five data from database. Similarly, the BottomN
filter is applied to display the least demand products
from database.More information about chart data region can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/parameter-customization.js b/src/controls/parameter-customization.js index 33ee986..fd0602f 100644 --- a/src/controls/parameter-customization.js +++ b/src/controls/parameter-customization.js @@ -16,7 +16,7 @@ class ParameterCustomization extends Component {The Product Line Sales RDL report represents the best performing sales people and stores using Tablix and Chart + target="_blank" rel="noreferrer">Tablix and Chart report items.
More information about Cascading Parameters can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
This report shows the Patient's satisfaction, average stay duration, count and average waiting time using Tablix and Chart + target="_blank" rel="noreferrer">Tablix and Chart report items.
@@ -32,7 +32,7 @@ class PatientExperienceAnalysis extends Component {
More information about chart data region can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/paystub.js b/src/controls/paystub.js index 1d8f37f..bae755d 100644 --- a/src/controls/paystub.js +++ b/src/controls/paystub.js @@ -9,7 +9,7 @@ class Paystub extends Component {More information about RDLC report can be found in this documentation + href="https://help.boldreports.com/embedded-reporting/react-reporting/report-viewer/rdlc-report/" target="_blank" rel="noreferrer">documentation section.
diff --git a/src/controls/personal-expense-analysis.js b/src/controls/personal-expense-analysis.js index 5cd7167..239c9f6 100644 --- a/src/controls/personal-expense-analysis.js +++ b/src/controls/personal-expense-analysis.js @@ -9,7 +9,7 @@ class PersonalExpenseAnalysis extends Component {More information about handling images, text boxes, chart, and table report items can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/product-catalog.js b/src/controls/product-catalog.js index c8160ff..3441d01 100644 --- a/src/controls/product-catalog.js +++ b/src/controls/product-catalog.js @@ -9,7 +9,7 @@ class ProductCatalog extends Component {More information about RDLC report can be found in this documentation + href="https://help.boldreports.com/embedded-reporting/react-reporting/report-viewer/rdlc-report/" target="_blank" rel="noreferrer">documentation section.
diff --git a/src/controls/product-details.js b/src/controls/product-details.js index 2adefd4..602ed15 100644 --- a/src/controls/product-details.js +++ b/src/controls/product-details.js @@ -9,7 +9,7 @@ class ProductDetails extends Component {OrderQty
and
UnitPrice
data fields using expression.More information about the Tablix data region can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/product-line-sales.js b/src/controls/product-line-sales.js index 2f498a6..81b2212 100644 --- a/src/controls/product-line-sales.js +++ b/src/controls/product-line-sales.js @@ -9,7 +9,7 @@ class ProductLineSales extends Component {The Product Line Sales RDL report represents the best performing sales people and stores using Tablix and Tablix and Chart + target="_blank" rel="noreferrer">Chart report items.
More information about Cascading Parameters can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/sales-by-year.js b/src/controls/sales-by-year.js index 21cd52d..fc699d4 100644 --- a/src/controls/sales-by-year.js +++ b/src/controls/sales-by-year.js @@ -9,7 +9,7 @@ class SalesByYear extends Component {More information about RDLC report can be found in this documentation + href="https://help.boldreports.com/embedded-reporting/react-reporting/report-viewer/rdlc-report/" target="_blank" rel="noreferrer">documentation section.
diff --git a/src/controls/sales-order-detail.js b/src/controls/sales-order-detail.js index d3b2afe..96465b8 100644 --- a/src/controls/sales-order-detail.js +++ b/src/controls/sales-order-detail.js @@ -9,7 +9,7 @@ class SalesOrderDetail extends Component {Sales Order Details shows the sales invoice details using the report parameters, line report item, and table formatting in Bold Reports Report Viewer. + target="_blank" rel="noreferrer">report parameters, line report item, and table formatting in Bold Reports Report Viewer.
More information about handling the report items can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/sales-report.js b/src/controls/sales-report.js index 95d35e3..b7234ad 100644 --- a/src/controls/sales-report.js +++ b/src/controls/sales-report.js @@ -9,7 +9,7 @@ class SalesReport extends Component { OrderQty
and UnitPrice
data fields using the Expression support.Item Total
data text box is formatted in Currency format to enhance the report design.More information about the Tablix data region can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/spark-line.js b/src/controls/spark-line.js index 8b78610..f8cde5b 100644 --- a/src/controls/spark-line.js +++ b/src/controls/spark-line.js @@ -9,7 +9,7 @@ class SparkLine extends Component {More information about RDLC report can be found in this documentation + href="https://help.boldreports.com/embedded-reporting/react-reporting/report-viewer/rdlc-report/" target="_blank" rel="noreferrer">documentation section.
diff --git a/src/controls/sub-report.js b/src/controls/sub-report.js index 06a95b4..65801d6 100644 --- a/src/controls/sub-report.js +++ b/src/controls/sub-report.js @@ -9,7 +9,7 @@ class SubReport extends Component {Sales Order Details by Order Number shows the order details using the report parameters, sub report item, and table formatting in Bold Reports Report Viewer. + target="_blank" rel="noreferrer">report parameters, sub report item, and table formatting in Bold Reports Report Viewer.
More information about handling the report items can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
More information about the table data region can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/tickets-sales-analysis.js b/src/controls/tickets-sales-analysis.js index f7ecfbb..f3f36dc 100644 --- a/src/controls/tickets-sales-analysis.js +++ b/src/controls/tickets-sales-analysis.js @@ -9,7 +9,7 @@ class TicketsSalesAnalysis extends Component { Top 5 Shows based on Tickets Sold
. More information on filtering data with chart data
region can be found in this documentation section.
+ target="_blank" rel="noreferrer">documentation section.
More information about chart data region can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/controls/website-visitor-analysis.js b/src/controls/website-visitor-analysis.js index 988ef68..5ae0402 100644 --- a/src/controls/website-visitor-analysis.js +++ b/src/controls/website-visitor-analysis.js @@ -9,7 +9,7 @@ class WebsiteVisitorAnalysis extends Component {More information about chart data region can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.
); diff --git a/src/globals.js b/src/globals.js index 7963905..fa6fdb4 100644 --- a/src/globals.js +++ b/src/globals.js @@ -58,9 +58,9 @@ var TOOLBAR_OPTIONS = { function EDIT_REPORT(args) { if (args.value === "edit-report") { var reportPath = location.href.lastIndexOf('external-parameter-report') !== -1 ? - "/external-parameter-report" : location.href.lastIndexOf('parameter-customization') !== -1 ? '/parameter-customization' : args.model.reportPath.toString(); + "external-parameter-report" : location.href.lastIndexOf('parameter-customization') !== -1 ? 'parameter-customization' : args.model.reportPath.toString(); const ReportDesignerPath = reportPath.indexOf('.rdlc') !== -1 ? '#/report-designer/rdlc' : '#/report-designer'; - var editReportPath = ReportDesignerPath + "/?report-name=" + reportPath.substr(reportPath.lastIndexOf("/") + 1, reportPath.length - 1); + var editReportPath = ReportDesignerPath + "/?report-name=" + reportPath; window.open(editReportPath); } } @@ -129,4 +129,4 @@ const Globals = { window.Globals = Globals; -export { Globals }; +export { Globals }; \ No newline at end of file diff --git a/src/samples.json b/src/samples.json index b689b26..71b48ba 100644 --- a/src/samples.json +++ b/src/samples.json @@ -24,7 +24,7 @@ "Intuitive drag-and-drop widgets", "Hassle-free licensing" ], - "freeTrialUrl": "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/" + "freeTrialUrl": "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/" }, "samples": [ { @@ -279,7 +279,6 @@ "routerPath": "load-large-data", "sampleName": "Load Large Data", "basePath": "report-viewer", - "status": "Updated", "directoryName": "load-large-data", "imageDetails": { "isLandscape": false, @@ -400,7 +399,6 @@ "sampleName": "Sub Report", "basePath": "report-viewer", "directoryName": "sub-report", - "status": "New", "imageDetails": { "isLandscape": false, "index": 14 diff --git a/src/styles/index.css b/src/styles/index.css index 49dfd29..034a1c8 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -344,6 +344,7 @@ ej-sidebar { display: inline-flex; margin-left: 20px; margin-top: 15px; + margin-right: 20px; } #r-w-property-name { font-size: 13px;