nuxeo-development-framework 1.9.4 → 1.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.
@@ -28,5 +28,5 @@ export declare class CardComponent implements OnInit {
28
28
  constructor();
29
29
  ngOnInit(): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "app-card", never, { "noBody": "noBody"; "dark": "dark"; }, {}, never, [".title", ".toolbar", ".body", ".no-content"]>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "app-card", never, { "noBody": "noBody"; "dark": "dark"; }, {}, never, [".title", ".my-toolbar", ".body", ".no-content"]>;
32
32
  }
@@ -49,6 +49,7 @@ export declare class DynamicChartComponent implements OnInit, OnChanges, OnDestr
49
49
  height: any;
50
50
  card: boolean;
51
51
  cardTitle: string;
52
+ isInternalActive: boolean;
52
53
  myDataSubscription: Subscription;
53
54
  constructor(translate: TranslateService, changeDetector: ChangeDetectorRef, callApi: CallApiService, router: Router, chartData: ChartDataService);
54
55
  createChart(): void;
@@ -61,5 +62,5 @@ export declare class DynamicChartComponent implements OnInit, OnChanges, OnDestr
61
62
  previewCorrespondences(): void;
62
63
  stringToHslColor(str: any, s: any, l: any): string;
63
64
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicChartComponent, never>;
64
- 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"; "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"; }, {}, never, never>;
65
+ 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"; "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>;
65
66
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "1.9.4",
3
+ "version": "1.9.6",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~12.2.4",
6
6
  "@angular/common": "~12.2.4",