File tree Expand file tree Collapse file tree 5 files changed +25
-9
lines changed
Expand file tree Collapse file tree 5 files changed +25
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-sample-browser" ,
3- "version" : " 7 .1.9 " ,
3+ "version" : " 9 .1.7 " ,
44 "private" : true ,
55 "dependencies" : {
6- "@boldreports/react-reporting-components" : " 7 .1.9 " ,
7- "@boldreports/javascript-reporting-extensions" : " 7 .1.9 " ,
6+ "@boldreports/react-reporting-components" : " 9 .1.7 " ,
7+ "@boldreports/javascript-reporting-extensions" : " 9 .1.7 " ,
88 "@testing-library/jest-dom" : " 5.11.9" ,
99 "@testing-library/react" : " 11.2.5" ,
1010 "@testing-library/user-event" : " 12.8.3" ,
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ class Header extends Component {
8080 < div className = "ej-sb-left-side" >
8181 { this . props . isViewer ?
8282 < div className = "ej-sb-hamburger-icon ej-sb-icons" onClick = { this . humbergerClick } > </ div > : '' }
83- { this . props . isViewer ? < h1 className = "ej-sb-platform-name" > Bold Reports for React</ h1 > : < a id = "home_page" href = "/" target = "_blank" rel = "noreferrer" >
84- < h1 className = "ej-platform-name" > Bold Reports for React</ h1 >
83+ { this . props . isViewer ? < h1 className = "ej-sb-platform-name" > Bold Reports< sup > ® </ sup > for React</ h1 > : < a id = "home_page" href = "/" target = "_blank" rel = "noreferrer" >
84+ < h1 className = "ej-platform-name" > Bold Reports< sup > ® </ sup > for React</ h1 >
8585 </ a > }
8686 { this . props . isViewer ?
8787 < div className = { `dropdown show` } ref = { this . dropdownContainer } >
@@ -97,7 +97,7 @@ class Header extends Component {
9797 { /* We hided this element as per management instruction */ }
9898 { /* <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> */ }
9999 < 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 >
100- < a className = "ej-sb-button nav-link try-it-free" href = "https://app.boldid.net/reporting/embedded/register?plan=194 & evaluation = v2 & leadsource = demos . boldreports . com & gclid = & referrerroriginurl = https ://demos.boldreports.com/pricing&secondaryreferraloriginurl=https://demos.boldreports.com/&host=server&quantity=1" target="_blank" rel="noreferrer">Try it Free</a>
100+ < a className = "ej-sb-button nav-link try-it-free" href = "https://app.boldid.net/register/reports/enterprise? evaluation=v2& leadsource = demos . boldreports . com & gclid = & referrerroriginurl = https ://demos.boldreports.com/pricing&secondaryreferraloriginurl=https://demos.boldreports.com/&host=server&quantity=1" target="_blank" rel="noreferrer">Try it Free</a>
101101 </div >
102102 </ div >
103103 </ ej-header >
Original file line number Diff line number Diff line change @@ -41,6 +41,17 @@ var reportItemExtensions = [{
4141 description : 'This report item is used to add a graphic signature.' ,
4242 title : 'Signature'
4343 }
44+ } , {
45+ name : 'Shape' ,
46+ className : 'EJShape' ,
47+ imageClass : 'customitem-shape' ,
48+ displayName : 'Shape' ,
49+ category : 'Shapes' ,
50+ toolTip : {
51+ requirements : 'Add a report item to the designer area' ,
52+ description : 'Display the different types of shapes as report item' ,
53+ title : 'Shapes'
54+ }
4455} ] ;
4556
4657function DESIGNER_TOOLBAR_RENDERING ( args ) {
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ import './controls/extensions/report-item-extensions/signature.dialog.css';
1818import { EJSignature } from './controls/extensions/report-item-extensions/signature.reportitem' ;
1919import { SignatureDialog } from './controls/extensions/report-item-extensions/signature.dialog' ;
2020
21+ //shape
22+ import './controls/extensions/report-item-extensions/shape.reportitem.css' ;
23+ import { EJShape } from './controls/extensions/report-item-extensions/shape.reportitem' ;
24+
2125let barcode = 'EJBarcode' ;
2226let qrBarcode = 'EJQRBarcode' ;
2327window [ barcode ] = EJBarcode ;
@@ -28,6 +32,9 @@ let signatureDialog = 'SignatureDialog';
2832window [ signature ] = EJSignature ;
2933window [ signatureDialog ] = SignatureDialog ;
3034
35+ let shape = 'EJShape' ;
36+ window [ shape ] = EJShape ;
37+
3138//code-mirror
3239import 'codemirror/lib/codemirror' ;
3340import 'codemirror/addon/hint/show-hint' ;
Original file line number Diff line number Diff line change 2626 " Intuitive drag-and-drop widgets" ,
2727 " Hassle-free licensing"
2828 ],
29- "freeTrialUrl" : " https://app.boldid.net/reporting/embedded/register?plan=194& evaluation=v2&leadsource=demos.boldreports.com&gclid=&referrerroriginurl=https://demos.boldreports.com/pricing&secondaryreferraloriginurl=https://demos.boldreports.com/&host=server&quantity=1"
29+ "freeTrialUrl" : " https://app.boldid.net/register/reports/enterprise? evaluation=v2&leadsource=demos.boldreports.com&gclid=&referrerroriginurl=https://demos.boldreports.com/pricing&secondaryreferraloriginurl=https://demos.boldreports.com/&host=server&quantity=1"
3030 },
3131 "copyrightYear" : " 2025" ,
3232 "samples" : [
440440 {
441441 "routerPath" : " cmr-report" ,
442442 "sampleName" : " CMR Report" ,
443- "status" : " New" ,
444443 "basePath" : " report-viewer" ,
445444 "directoryName" : " cmr-report" ,
446445 "imageDetails" : {
456455 "sampleName" : " Infographics Report" ,
457456 "basePath" : " report-viewer" ,
458457 "directoryName" : " infographics-report" ,
459- "status" : " New" ,
460458 "imageDetails" : {
461459 "isLandscape" : false ,
462460 "index" : 17
You can’t perform that action at this time.
0 commit comments