igniteui-angular-extras 20.0.0 → 20.0.2
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.
package/index.d.ts
CHANGED
|
@@ -304,12 +304,6 @@ declare class IgxChartMenuComponent implements AfterViewInit {
|
|
|
304
304
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxChartMenuComponent, "igx-chart-menu", never, {}, { "onClose": "onClose"; }, never, never, true, never>;
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
-
declare class PageHeaderComponent {
|
|
308
|
-
title: string;
|
|
309
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PageHeaderComponent, never>;
|
|
310
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "app-page-header", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
307
|
declare class SvgPipe implements PipeTransform {
|
|
314
308
|
private sanitizer;
|
|
315
309
|
constructor(sanitizer: DomSanitizer);
|
|
@@ -318,5 +312,5 @@ declare class SvgPipe implements PipeTransform {
|
|
|
318
312
|
static ɵpipe: i0.ɵɵPipeDeclaration<SvgPipe, "svg", true>;
|
|
319
313
|
}
|
|
320
314
|
|
|
321
|
-
export { CHART_TYPE, ChartInitializer, ConditionalFormattingType, IgxChartIntegrationDirective, IgxChartMenuComponent, IgxConditionalFormattingDirective, IgxContextMenuComponent, IgxContextMenuDirective, IgxDataChartInitializer, IgxPieChartInitializer, IgxStackedDataChartInitializer, OPTIONS_TYPE,
|
|
315
|
+
export { CHART_TYPE, ChartInitializer, ConditionalFormattingType, IgxChartIntegrationDirective, IgxChartMenuComponent, IgxConditionalFormattingDirective, IgxContextMenuComponent, IgxContextMenuDirective, IgxDataChartInitializer, IgxPieChartInitializer, IgxStackedDataChartInitializer, OPTIONS_TYPE, SvgPipe };
|
|
322
316
|
export type { IChartComponentOptions, IDeterminedChartTypesArgs, IFormatColors, IOptions };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-extras",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.2",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.0.0",
|
|
6
6
|
"igniteui-trial-watermark": "^3.0.2"
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"@angular/common": "20",
|
|
10
10
|
"@angular/core": "20",
|
|
11
11
|
"igniteui-angular": "20",
|
|
12
|
-
"igniteui-angular-charts": "
|
|
13
|
-
"igniteui-angular-core": "
|
|
12
|
+
"igniteui-angular-charts": "20",
|
|
13
|
+
"igniteui-angular-core": "20"
|
|
14
14
|
},
|
|
15
15
|
"ng-update": {
|
|
16
16
|
"migrations": "./migrations/migration-collection.json"
|