nuxeo-development-framework 5.7.2 → 5.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/nuxeo-development-framework.umd.js +1 -0
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/reports/ndf-reports/base/base-custom-report.js +3 -2
- package/fesm2015/nuxeo-development-framework.js +1 -0
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/lib/components/reports/ndf-reports/base/base-custom-report.d.ts +2 -1
- package/package.json +1 -1
- package/src/docs/ndf-reports.doc.md +27 -17
|
@@ -46723,6 +46723,7 @@
|
|
|
46723
46723
|
function BaseCustomReport(injector) {
|
|
46724
46724
|
var _this = _super.call(this) || this;
|
|
46725
46725
|
_this.injector = injector;
|
|
46726
|
+
_this._chartThemeService = _this.injector.get(ChartThemeService);
|
|
46726
46727
|
_this._chartHelperService = _this.injector.get(ChartManagerService);
|
|
46727
46728
|
_this.direction = 'rtl';
|
|
46728
46729
|
_this._dataSub = new rxjs.ReplaySubject(null);
|