From 94c58b7c6b4e7a4d7750c71e925ecb279424ccf4 Mon Sep 17 00:00:00 2001 From: SundaresanGunasekaran Date: Wed, 17 Sep 2025 19:01:36 +0530 Subject: [PATCH] feature(REPORT-461761): Bold Reports 11.1 Release Changes --- build/templates/common/index.css | 11 ++++++++++- build/templates/common/index.html | 9 ++++++++- build/templates/common/index.js | 9 +++++++++ build/templates/report-designer/index.js | 1 - build/templates/report-designer/rdlc/index.js | 1 - 5 files changed, 27 insertions(+), 4 deletions(-) diff --git a/build/templates/common/index.css b/build/templates/common/index.css index f502dc3..095a5be 100644 --- a/build/templates/common/index.css +++ b/build/templates/common/index.css @@ -181,6 +181,12 @@ body { background-color: rgba(0, 0, 0, 0.4); } +#r-w-property-languages { + font-size: 13px; + font-weight: 500; + margin-right: 39px; +} + #r-w-property-name-category { margin-top: 5px; } @@ -265,6 +271,8 @@ body { border-bottom: 1px solid #c8c8c8; } +#languages_hidden, +#languages_dropdown, #category_hidden, #category_dropdown, #subcategory_hidden, @@ -296,7 +304,8 @@ body { @media only screen and (max-width: 1080px) { #r-w-property-name, - #r-w-property-name-category { + #r-w-property-name-category, + #r-w-property-languages { display: none; } diff --git a/build/templates/common/index.html b/build/templates/common/index.html index a8224dd..451702c 100644 --- a/build/templates/common/index.html +++ b/build/templates/common/index.html @@ -100,7 +100,7 @@

Bold Reports® for JavaScriptBold Reports® for JavaScript location.href.includes(path)) && location.href.includes('/preview'); + } \ No newline at end of file diff --git a/build/templates/common/index.js b/build/templates/common/index.js index eeb14b9..1eeccf7 100644 --- a/build/templates/common/index.js +++ b/build/templates/common/index.js @@ -14,6 +14,15 @@ import './index.css'; import '@boldreports/javascript-reporting-controls/Scripts/v2.0/common/bold.reports.common.min'; import '@boldreports/javascript-reporting-controls/Scripts/v2.0/common/bold.reports.widgets.min'; import '@boldreports/javascript-reporting-controls/Scripts/v2.0/bold.report-viewer.min'; +import '@boldreports/javascript-reporting-controls/Scripts/v2.0/localization/l10n/ej.localetexts.en-US.min.js'; +import '@boldreports/javascript-reporting-controls/Scripts/v2.0/localization/l10n/ej.localetexts.fr-CA.min.js'; +import '@boldreports/javascript-reporting-controls/Scripts/v2.0/localization/l10n/ej.localetexts.de-DE.min.js'; +import '@boldreports/javascript-reporting-controls/Scripts/v2.0/localization/l10n/ej.localetexts.hi-IN.min.js'; +import '@boldreports/javascript-reporting-controls/Scripts/v2.0/localization/l10n/ej.localetexts.es-ES.min.js'; +import '@boldreports/javascript-reporting-controls/Scripts/v2.0/localization/l10n/ej.localetexts.nl-NL.min.js'; +import '@boldreports/javascript-reporting-controls/Scripts/v2.0/localization/l10n/ej.localetexts.ko-KR.min.js'; +import '@boldreports/javascript-reporting-controls/Scripts/v2.0/localization/l10n/ej.localetexts.he-IL.min.js'; +import '@boldreports/javascript-reporting-controls/Scripts/v2.0/localization/l10n/ej.localetexts.ru-RU.min.js'; import '@boldreports/javascript-reporting-controls/Content/v2.0/tailwind-light/bold.report-viewer.min.css'; //report-designer diff --git a/build/templates/report-designer/index.js b/build/templates/report-designer/index.js index 885b24a..eb6f51b 100644 --- a/build/templates/report-designer/index.js +++ b/build/templates/report-designer/index.js @@ -150,7 +150,6 @@ function updateDescription() { title += ' | JavaScript Report Designer'; const titleWithBoldReports = (title.length < 45) ? title += ' | Bold Reports' : title; document.title = titleWithBoldReports; - document.querySelector('meta[property="og:title"]').setAttribute('content', titleWithBoldReports); } function getReportName() { diff --git a/build/templates/report-designer/rdlc/index.js b/build/templates/report-designer/rdlc/index.js index b910ff4..4131dfd 100644 --- a/build/templates/report-designer/rdlc/index.js +++ b/build/templates/report-designer/rdlc/index.js @@ -150,7 +150,6 @@ function updateDescription() { title += ' | JavaScript Report Designer'; const titleWithBoldReports = (title.length < 45) ? title += ' | Bold Reports' : title; document.title = titleWithBoldReports; - document.querySelector('meta[property="og:title"]').setAttribute('content', titleWithBoldReports); } function getReportName() {