nuxeo-development-framework 3.7.3 → 3.7.5

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.
@@ -50,10 +50,12 @@ export declare class DynamicChartComponent implements OnInit, OnChanges, OnDestr
50
50
  height: any;
51
51
  card: boolean;
52
52
  cardTitle: string;
53
+ inputChartData: any;
53
54
  isInternalActive: boolean;
54
55
  myDataSubscription: Subscription;
55
56
  constructor(translate: TranslateService, changeDetector: ChangeDetectorRef, callApi: CallApiService, router: Router, chartData: ChartDataService);
56
57
  createChart(): void;
58
+ createChartWithoutPP(): void;
57
59
  updateStats(): void;
58
60
  ngOnInit(): Promise<void>;
59
61
  ngOnChanges(changes: SimpleChanges): void;
@@ -63,5 +65,5 @@ export declare class DynamicChartComponent implements OnInit, OnChanges, OnDestr
63
65
  previewCorrespondences(): void;
64
66
  stringToHslColor(str: any, s: any, l: any): string;
65
67
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicChartComponent, never>;
66
- 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"; "isInternalActive": "isInternalActive"; }, {}, never, 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>;
67
69
  }
@@ -29,6 +29,7 @@ export declare class DropdownViewerComponent implements OnInit {
29
29
  incCorrespondenceStatus: string;
30
30
  rejectionCode: string;
31
31
  outCorrespondenceStatus: string;
32
+ assignmentReplies: string;
32
33
  };
33
34
  voc_name: string;
34
35
  constructor();
@@ -18,15 +18,15 @@ export declare class MainfolderService {
18
18
  fetchfileManager_mainFolderId(apiName?: any, failIfEmptyRes?: boolean): Observable<any>;
19
19
  fetchMyFilesManager_mainFolderId(): Observable<any>;
20
20
  fetchArchiveManager_mainFolderId(): Observable<any>;
21
- fetchcategory_mainFolderId(): Observable<any>;
21
+ fetchcategory_mainFolderId(api: string): Observable<any>;
22
22
  save_fileManagerObj_ToLocalStorage(apiName?: string, failIfEmptyRes?: boolean): Observable<any>;
23
23
  save_myfilesManagerObj_ToLocalStorage(): Observable<any>;
24
24
  save_ArchiveManagerObject_ToLocalStorage(): Observable<any>;
25
- save_categoryObj_ToLocalStorage(): Observable<any>;
25
+ save_categoryObj_ToLocalStorage(key?: string, api?: string): Observable<any>;
26
26
  get_fileManagerObj_FromLocalStorage(key?: any): any;
27
27
  get_myFilesManagerObj_FromLocalStorage(): any;
28
28
  get_ArchiveManagerObj_FromLocalStorage(): any;
29
- get_categoryObj_FromLocalStorage(): any;
29
+ get_categoryObj_FromLocalStorage(key?: string): any;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<MainfolderService, never>;
31
31
  static ɵprov: i0.ɵɵInjectableDeclaration<MainfolderService>;
32
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "3.7.3",
3
+ "version": "3.7.5",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "12.2.3",
6
6
  "@angular/common": "12.2.3",