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 {
{this.props.isViewer ?
: ''} - {this.props.isViewer ?
Bold Reports for React
: + {this.props.isViewer ?
Bold Reports for React
:
Bold Reports for React
} {this.props.isViewer ? @@ -104,9 +104,9 @@ class Header extends Component {
{/* We hided this element as per management instruction */} - {/* Schedule Free Demo */} - Product Detail - Try it Free + {/* Schedule Free Demo */} + Product Detail + Try it Free
diff --git a/src/common/main-content/main-content.js b/src/common/main-content/main-content.js index cf6aebd..f774148 100644 --- a/src/common/main-content/main-content.js +++ b/src/common/main-content/main-content.js @@ -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'); @@ -216,23 +216,23 @@ class MainContentSample extends Component {
{bannerData.features[2]}
- +
TRY IT FOR FREE
{/* Footer section */}
- + Documentation - + Blog - + Support - + Feedback
diff --git a/src/controls/barcode.js b/src/controls/barcode.js index 00c1e62..f6a7cb3 100644 --- a/src/controls/barcode.js +++ b/src/controls/barcode.js @@ -9,7 +9,7 @@ class Barcode extends Component { ) @@ -28,7 +28,7 @@ class Barcode extends Component {

More information about Barcode can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.

); diff --git a/src/controls/company-sales.js b/src/controls/company-sales.js index fd4f8ab..508b182 100644 --- a/src/controls/company-sales.js +++ b/src/controls/company-sales.js @@ -9,7 +9,7 @@ class CompanySales extends Component { ) @@ -30,13 +30,13 @@ class CompanySales extends Component {
  • 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 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 { ) @@ -20,7 +20,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 {

    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 { Tablix report item. + target="_blank" rel="noreferrer">Tablix report item.

    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 { ) @@ -33,17 +33,17 @@ 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.
  • The 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.
  • + 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/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 { ) @@ -23,7 +23,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 { ) @@ -22,7 +22,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 { ) @@ -30,7 +30,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 { ) @@ -31,12 +31,12 @@ class GroupingAggregate extends Component { Tablix data region.
  • The sales value for each quarter is formatted in the Currency format to improve the readability of report.
  • + target="_blank" rel="noreferrer">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 { ) @@ -20,15 +20,15 @@ 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.

    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 { ) @@ -26,7 +26,7 @@ class MailMerge extends Component {
  • To keep data in a single page, rectangle report item is used as a container with the KeepTogether property as true.
  • Expression is used to frame the employee details dynamically at run time.
  • + target="_blank" rel="noreferrer">Expression is used to frame the employee details dynamically at run time.

    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 { ) @@ -24,18 +24,18 @@ class NorthwindProductsandSuppliersReport 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/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 { @@ -27,7 +27,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.

      @@ -38,13 +38,13 @@ class ParameterCustomization extends Component {
    • Non cascading parameters namely start date and end date also used in this report.
    • End date non cascading parameter can be disabled using Switch button provided + target="_blank" rel="noreferrer">Switch button provided
    • Null button in the end date parameter is used to set the parameter value as null. No data will be filtered since end date is null

    More information about Cascading Parameters can be found in this documentation section. + target="_blank" rel="noreferrer">documentation section.

    ); diff --git a/src/controls/patient-experience-analysis.js b/src/controls/patient-experience-analysis.js index b9460cc..d3ddbe7 100644 --- a/src/controls/patient-experience-analysis.js +++ b/src/controls/patient-experience-analysis.js @@ -9,7 +9,7 @@ class PatientExperienceAnalysis extends Component { ) @@ -20,8 +20,8 @@ class PatientExperienceAnalysis extends Component {

    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 { Paystub RDLC report represents the paystub of a company in a single sheet using Tablix report item. + target="_blank" rel="noreferrer">Tablix report item.

    • The Paystub are displayed dynamically using expression with the text box report item. + target="_blank" rel="noreferrer">expression with the text box report item.
    • The data used in this table is a local JSON data.

    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 { ) @@ -27,16 +27,16 @@ class PersonalExpenseAnalysis extends Component {
  • RDL External image embedding concept is used to display the image in report.
  • Text box report items with expressions are used to format the currency data fields.
  • + target="_blank" rel="noreferrer">expressions are used to format the currency data fields.
  • Alternate row formatting is applied in the table data region using the Conditional Formatting feature to alternate the background color for a table data + target="_blank" rel="noreferrer">Conditional Formatting feature to alternate the background color for a table data region, which improves the readability of data.
  • 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 { This report shows Mountain bike products information using the Tablix report item in RDLC report. + target="_blank" rel="noreferrer">Tablix report item in RDLC report.

    • The table is displayed with Product no, image, name, size, weight and cost.
    • @@ -30,7 +30,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 { ) @@ -26,15 +26,15 @@ class ProductDetails extends Component {
  • The total price value of each product is calculated based on the OrderQty and UnitPrice data fields using expression.
  • + target="_blank" rel="noreferrer">expression.
  • The price values in the product details are formatted in the Currency format to improve the readability of data.
  • + target="_blank" rel="noreferrer">format to improve the readability of data.

    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 { ) @@ -20,9 +20,9 @@ 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.

      @@ -33,7 +33,7 @@ class ProductLineSales extends Component {

      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 { The sales by year RDLC report represents the sales of North America countries in each year using Tablix and Chart + target="_blank" rel="noreferrer">Tablix and Chart report items.

      • The Row grouping feature is used to group the sales by year and the Column grouping feature is used to group Region and Country. More information about Grouping Panel can be found in this documentation section.
      • + target="_blank" rel="noreferrer">documentation section.
      • Aggregate functions are used to calculate the total sales in each countries.
      • Sorting is applied to row groups to sort the sales year.
      • + target="_blank" rel="noreferrer">Sorting is applied to row groups to sort the sales year.

      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 { ) @@ -20,20 +20,20 @@ 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.

      • The Sales Order details are displayed dynamically using expression with the text box report item.
      • + target="_blank" rel="noreferrer">expression with the text box report item.
      • The sales order details for each sales order number can be generated based on Report Parameters at run time.
      • + target="_blank" rel="noreferrer">Report Parameters at run time.

      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 { ) @@ -24,15 +24,15 @@ class SalesReport extends Component {
    • The table is displayed with a total row, and the sum of sales is calculated by aggregation of OrderQty and UnitPrice data fields using the Expression support.
    • + target="_blank" rel="noreferrer">Expression support.
    • The Item Total data text box is formatted in Currency format to enhance the report design.
    • + target="_blank" rel="noreferrer">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 { Spark Line report items. + target="_blank" rel="noreferrer">Spark Line report items.

    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 { ) @@ -19,21 +19,21 @@ 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.

    • The sales order details are displayed dynamically using the sub report item. + target="_blank" rel="noreferrer">sub report item.
    • The sales order details for a specific date range can be generated based on Report Parameters at run time. + target="_blank" rel="noreferrer">Report Parameters at run time.

    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/territory-sales.js b/src/controls/territory-sales.js index f4fa7d9..66362aa 100644 --- a/src/controls/territory-sales.js +++ b/src/controls/territory-sales.js @@ -9,7 +9,7 @@ class TerritorySales extends Component { ) @@ -34,7 +34,7 @@ class TerritorySales extends Component {

    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 { ) @@ -29,12 +29,12 @@ 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 { ) @@ -28,7 +28,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;