nuxeo-development-framework 3.9.5 → 3.9.6

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.
@@ -6,6 +6,8 @@ import { ChartDataService } from "../services/chart-data.service";
6
6
  import { Router } from '@angular/router';
7
7
  import 'chartjs-plugin-piechart-outlabels';
8
8
  import 'chartjs-plugin-labels';
9
+ import { TranslationService } from "../../../core/services/translation/translation.service";
10
+ import { DepartmentApiService } from "../../dynamic-form/components/dynamic-form-department/services/department-api.service";
9
11
  import * as i0 from "@angular/core";
10
12
  /** @ignore */
11
13
  export declare class DynamicChartComponent implements OnInit, OnChanges, OnDestroy {
@@ -14,6 +16,8 @@ export declare class DynamicChartComponent implements OnInit, OnChanges, OnDestr
14
16
  private callApi;
15
17
  private router;
16
18
  chartData: ChartDataService;
19
+ private translationService;
20
+ private departmentApiService;
17
21
  chart: ElementRef;
18
22
  prefix: string;
19
23
  chartType: any;
@@ -51,9 +55,12 @@ export declare class DynamicChartComponent implements OnInit, OnChanges, OnDestr
51
55
  card: boolean;
52
56
  cardTitle: string;
53
57
  inputChartData: any;
58
+ asigneeDepartments: any;
59
+ noFetchedKey: boolean;
54
60
  isInternalActive: boolean;
55
61
  myDataSubscription: Subscription;
56
- constructor(translate: TranslateService, changeDetector: ChangeDetectorRef, callApi: CallApiService, router: Router, chartData: ChartDataService);
62
+ isArabic: any;
63
+ constructor(translate: TranslateService, changeDetector: ChangeDetectorRef, callApi: CallApiService, router: Router, chartData: ChartDataService, translationService: TranslationService, departmentApiService: DepartmentApiService);
57
64
  createChart(): void;
58
65
  createChartWithoutPP(): void;
59
66
  updateStats(): void;
@@ -61,9 +68,10 @@ export declare class DynamicChartComponent implements OnInit, OnChanges, OnDestr
61
68
  ngOnChanges(changes: SimpleChanges): void;
62
69
  ngOnDestroy(): void;
63
70
  getData(): Observable<any>;
71
+ consturctChartLabel(item: any): any;
64
72
  getCombinedData(pageProviderOne: any, quickFilterOne: any, selectedRange: any, pageProviderTwo: any, quickFilterTwo: any, quickFilterThree: any, statusOne: any, statusTwo: any, statusThree: any): Observable<any[]>;
65
73
  previewCorrespondences(): void;
66
74
  stringToHslColor(str: any, s: any, l: any): string;
67
75
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicChartComponent, never>;
68
- static ɵcmp: i0.ɵɵComponentDeclaration<DynamicChartComponent, "cts-dynamic-chart", never, { "prefix": "prefix"; "chartType": "chartType"; "randomColors": "randomColors"; "pageProvider": "pageProvider"; "headers": "headers"; "observable": "observable"; "aggregations": "aggregations"; "quickFilters": "quickFilters"; "systemCurrentLifeCycleState": "systemCurrentLifeCycleState"; "range": "range"; "label": "label"; "selectedRange": "selectedRange"; "tenantId": "tenantId"; "colors": "colors"; "randomColor": "randomColor"; "fetchedKey": "fetchedKey"; "pageProviderTwo": "pageProviderTwo"; "quickFilterTwo": "quickFilterTwo"; "quickFilterThree": "quickFilterThree"; "combinedData": "combinedData"; "statusOne": "statusOne"; "statusTwo": "statusTwo"; "statusThree": "statusThree"; "min": "min"; "max": "max"; "width": "width"; "height": "height"; "card": "card"; "cardTitle": "cardTitle"; "inputChartData": "inputChartData"; "isInternalActive": "isInternalActive"; }, {}, never, never>;
76
+ static ɵcmp: i0.ɵɵComponentDeclaration<DynamicChartComponent, "cts-dynamic-chart", never, { "prefix": "prefix"; "chartType": "chartType"; "randomColors": "randomColors"; "pageProvider": "pageProvider"; "headers": "headers"; "observable": "observable"; "aggregations": "aggregations"; "quickFilters": "quickFilters"; "systemCurrentLifeCycleState": "systemCurrentLifeCycleState"; "range": "range"; "label": "label"; "selectedRange": "selectedRange"; "tenantId": "tenantId"; "colors": "colors"; "randomColor": "randomColor"; "fetchedKey": "fetchedKey"; "pageProviderTwo": "pageProviderTwo"; "quickFilterTwo": "quickFilterTwo"; "quickFilterThree": "quickFilterThree"; "combinedData": "combinedData"; "statusOne": "statusOne"; "statusTwo": "statusTwo"; "statusThree": "statusThree"; "min": "min"; "max": "max"; "width": "width"; "height": "height"; "card": "card"; "cardTitle": "cardTitle"; "inputChartData": "inputChartData"; "asigneeDepartments": "asigneeDepartments"; "noFetchedKey": "noFetchedKey"; "isInternalActive": "isInternalActive"; }, {}, never, never>;
69
77
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "3.9.5",
3
+ "version": "3.9.6",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "12.2.3",
6
6
  "@angular/common": "12.2.3",