igniteui-angular-extras 19.0.3 → 19.1.0

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.
@@ -15,6 +15,7 @@ export declare class IgxContextMenuComponent implements AfterViewInit, OnDestroy
15
15
  textFormatters: any[];
16
16
  currentChartType: any;
17
17
  currentFormatter: any;
18
+ displayCreationTab: boolean;
18
19
  private destroy$;
19
20
  private _dialogId;
20
21
  private _chartDialogOS;
@@ -9,6 +9,7 @@ export declare class IgxContextMenuDirective implements OnInit, AfterViewInit, O
9
9
  textFormatter: IgxConditionalFormattingDirective;
10
10
  chartsDirective: IgxChartIntegrationDirective;
11
11
  private overlayService;
12
+ displayCreationTab: boolean;
12
13
  onButtonClose: EventEmitter<any>;
13
14
  formatters: any[];
14
15
  charts: any[];
@@ -29,5 +30,5 @@ export declare class IgxContextMenuDirective implements OnInit, AfterViewInit, O
29
30
  private close;
30
31
  private isWithInRange;
31
32
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxContextMenuDirective, [null, { optional: true; }, { optional: true; }, null]>;
32
- static ɵdir: i0.ɵɵDirectiveDeclaration<IgxContextMenuDirective, "[igxContextMenu]", never, {}, { "onButtonClose": "onButtonClose"; }, never, never, true, never>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IgxContextMenuDirective, "[igxContextMenu]", never, { "displayCreationTab": { "alias": "displayCreationTab"; "required": false; }; }, { "onButtonClose": "onButtonClose"; }, never, never, true, never>;
33
34
  }
@@ -3,7 +3,7 @@ import { CHART_TYPE, OPTIONS_TYPE } from './chart-types';
3
3
  import { IOptions } from './initializers';
4
4
  import * as i0 from "@angular/core";
5
5
  export interface IDeterminedChartTypesArgs {
6
- chartsAvailabilty: Map<CHART_TYPE, boolean>;
6
+ chartsAvailability: Map<CHART_TYPE, boolean>;
7
7
  chartsForCreation: CHART_TYPE[];
8
8
  }
9
9
  export declare class IgxChartIntegrationDirective {
@@ -35,10 +35,11 @@ export declare class IgxChartIntegrationDirective {
35
35
  private bubbleChartSeriesOptionsModel;
36
36
  private get dataChartOptions();
37
37
  constructor(factoryResolver: ComponentFactoryResolver);
38
+ getAllChartTypes(): CHART_TYPE[];
38
39
  getAvailableCharts(): any[];
39
40
  disableCharts(types: CHART_TYPE[]): void;
40
41
  enableCharts(types: CHART_TYPE[]): void;
41
- chartFactory(type: CHART_TYPE, viewContainerRef: ViewContainerRef): void;
42
+ chartFactory(type: CHART_TYPE, viewContainerRef?: ViewContainerRef, createdChart?: any): any;
42
43
  private getInitializer;
43
44
  private getChartOptions;
44
45
  private addPieChartDataOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-extras",
3
- "version": "19.0.3",
3
+ "version": "19.1.0",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0",
6
6
  "igniteui-trial-watermark": "^3.0.2"