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.
@@ -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);