igniteui-angular-extras 18.2.4 → 19.0.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.
- package/README.md +38 -0
- package/fesm2022/igniteui-angular-extras.mjs +1233 -1319
- package/fesm2022/igniteui-angular-extras.mjs.map +1 -1
- package/lib/context-menu/chart-dialog/chart-dialog.component.d.ts +1 -1
- package/lib/context-menu/context-menu.component.d.ts +1 -1
- package/lib/context-menu/igx-context-menu.directive.d.ts +1 -1
- package/lib/directives/chart-integration/chart-integration.directive.d.ts +1 -1
- package/lib/directives/conditional-formatting/conditional-formatting.directive.d.ts +1 -1
- package/lib/page-header/page-header.component.d.ts +1 -1
- package/lib/pipes/svg.pipe.d.ts +1 -1
- package/package.json +6 -8
- package/public-api.d.ts +4 -1
- package/esm2022/igniteui-angular-extras.mjs +0 -5
- package/esm2022/images/charts.mjs +0 -408
- package/esm2022/images/conditions.mjs +0 -95
- package/esm2022/lib/context-menu/chart-dialog/chart-dialog.component.mjs +0 -70
- package/esm2022/lib/context-menu/context-menu.component.mjs +0 -176
- package/esm2022/lib/context-menu/igx-context-menu.directive.mjs +0 -154
- package/esm2022/lib/directives/chart-integration/chart-integration.directive.mjs +0 -312
- package/esm2022/lib/directives/chart-integration/chart-types.mjs +0 -28
- package/esm2022/lib/directives/chart-integration/initializers.mjs +0 -103
- package/esm2022/lib/directives/conditional-formatting/conditional-formatting.directive.mjs +0 -307
- package/esm2022/lib/igniteui-angular-extras.module.mjs +0 -116
- package/esm2022/lib/page-header/page-header.component.mjs +0 -14
- package/esm2022/lib/pipes/svg.pipe.mjs +0 -20
- package/esm2022/public-api.mjs +0 -22
- package/lib/igniteui-angular-extras.module.d.ts +0 -16
|
@@ -27,5 +27,5 @@ export declare class IgxChartMenuComponent implements AfterViewInit {
|
|
|
27
27
|
hasAvailableChart(chartType: any): boolean;
|
|
28
28
|
createChart(chartType: any): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxChartMenuComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxChartMenuComponent, "igx-chart-menu", never, {}, { "onClose": "onClose"; }, never, never,
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxChartMenuComponent, "igx-chart-menu", never, {}, { "onClose": "onClose"; }, never, never, true, never>;
|
|
31
31
|
}
|
|
@@ -33,5 +33,5 @@ export declare class IgxContextMenuComponent implements AfterViewInit, OnDestroy
|
|
|
33
33
|
openDialog(type?: CHART_TYPE): void;
|
|
34
34
|
closeDialog(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxContextMenuComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxContextMenuComponent, "igx-context-menu", never, {}, {}, never, never,
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxContextMenuComponent, "igx-context-menu", never, {}, {}, never, never, true, never>;
|
|
37
37
|
}
|
|
@@ -29,5 +29,5 @@ export declare class IgxContextMenuDirective implements OnInit, AfterViewInit, O
|
|
|
29
29
|
private close;
|
|
30
30
|
private isWithInRange;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxContextMenuDirective, [null, { optional: true; }, { optional: true; }, null]>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxContextMenuDirective, "[igxContextMenu]", never, {}, { "onButtonClose": "onButtonClose"; }, never, never,
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxContextMenuDirective, "[igxContextMenu]", never, {}, { "onButtonClose": "onButtonClose"; }, never, never, true, never>;
|
|
33
33
|
}
|
|
@@ -48,5 +48,5 @@ export declare class IgxChartIntegrationDirective {
|
|
|
48
48
|
private setAxisLabelOption;
|
|
49
49
|
setChartComponentOptions(chart: CHART_TYPE, optionsType: OPTIONS_TYPE, options: IOptions): void;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxChartIntegrationDirective, never>;
|
|
51
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxChartIntegrationDirective, "[igxChartIntegration]", never, { "chartData": { "alias": "chartData"; "required": false; }; "useLegend": { "alias": "useLegend"; "required": false; }; "defaultLabelMemberPath": { "alias": "defaultLabelMemberPath"; "required": false; }; "scatterChartYAxisValueMemberPath": { "alias": "scatterChartYAxisValueMemberPath"; "required": false; }; "bubbleChartRadiusMemberPath": { "alias": "bubbleChartRadiusMemberPath"; "required": false; }; }, { "onChartTypesDetermined": "onChartTypesDetermined"; "onChartCreationDone": "onChartCreationDone"; }, never, never,
|
|
51
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxChartIntegrationDirective, "[igxChartIntegration]", never, { "chartData": { "alias": "chartData"; "required": false; }; "useLegend": { "alias": "useLegend"; "required": false; }; "defaultLabelMemberPath": { "alias": "defaultLabelMemberPath"; "required": false; }; "scatterChartYAxisValueMemberPath": { "alias": "scatterChartYAxisValueMemberPath"; "required": false; }; "bubbleChartRadiusMemberPath": { "alias": "bubbleChartRadiusMemberPath"; "required": false; }; }, { "onChartTypesDetermined": "onChartTypesDetermined"; "onChartCreationDone": "onChartCreationDone"; }, never, never, true, never>;
|
|
52
52
|
}
|
|
@@ -91,5 +91,5 @@ export declare class IgxConditionalFormattingDirective implements AfterViewInit,
|
|
|
91
91
|
private addToCache;
|
|
92
92
|
private toArray;
|
|
93
93
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxConditionalFormattingDirective, never>;
|
|
94
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxConditionalFormattingDirective, "[igxConditionalFormatting]", never, { "formatter": { "alias": "formatter"; "required": false; }; "formatColors": { "alias": "formatColors"; "required": false; }; }, { "onFormattersReady": "onFormattersReady"; }, never, never,
|
|
94
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxConditionalFormattingDirective, "[igxConditionalFormatting]", never, { "formatter": { "alias": "formatter"; "required": false; }; "formatColors": { "alias": "formatColors"; "required": false; }; }, { "onFormattersReady": "onFormattersReady"; }, never, never, true, never>;
|
|
95
95
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class PageHeaderComponent {
|
|
3
3
|
title: string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageHeaderComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "app-page-header", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"],
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "app-page-header", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
6
6
|
}
|
package/lib/pipes/svg.pipe.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ export declare class SvgPipe implements PipeTransform {
|
|
|
6
6
|
constructor(sanitizer: DomSanitizer);
|
|
7
7
|
transform(markup: string): SafeHtml;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SvgPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SvgPipe, "svg",
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SvgPipe, "svg", true>;
|
|
10
10
|
}
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-extras",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "19.0.0",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.0.0",
|
|
6
6
|
"igniteui-trial-watermark": "^3.0.2"
|
|
7
7
|
},
|
|
8
8
|
"peerDependencies": {
|
|
9
|
-
"@angular/common": "
|
|
10
|
-
"@angular/core": "
|
|
11
|
-
"igniteui-angular": "
|
|
12
|
-
"igniteui-angular-charts": "
|
|
13
|
-
"igniteui-angular-core": "
|
|
9
|
+
"@angular/common": "19",
|
|
10
|
+
"@angular/core": "19",
|
|
11
|
+
"igniteui-angular": "19",
|
|
12
|
+
"igniteui-angular-charts": "19",
|
|
13
|
+
"igniteui-angular-core": "19"
|
|
14
14
|
},
|
|
15
15
|
"ng-update": {
|
|
16
16
|
"migrations": "./migrations/migration-collection.json"
|
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
},
|
|
24
24
|
".": {
|
|
25
25
|
"types": "./index.d.ts",
|
|
26
|
-
"esm2022": "./esm2022/igniteui-angular-extras.mjs",
|
|
27
|
-
"esm": "./esm2022/igniteui-angular-extras.mjs",
|
|
28
26
|
"default": "./fesm2022/igniteui-angular-extras.mjs"
|
|
29
27
|
}
|
|
30
28
|
},
|
package/public-api.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export * from './lib/igniteui-angular-extras.module';
|
|
2
1
|
/**
|
|
3
2
|
* Directives
|
|
4
3
|
*/
|
|
@@ -11,6 +10,10 @@ export * from './lib/context-menu/igx-context-menu.directive';
|
|
|
11
10
|
export * from './lib/context-menu/context-menu.component';
|
|
12
11
|
export * from './lib/context-menu/chart-dialog/chart-dialog.component';
|
|
13
12
|
export * from './lib/page-header/page-header.component';
|
|
13
|
+
/**
|
|
14
|
+
* Pipes
|
|
15
|
+
*/
|
|
16
|
+
export * from './lib/pipes/svg.pipe';
|
|
14
17
|
/**
|
|
15
18
|
* Exporter classes, interfaces and enums
|
|
16
19
|
*/
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWduaXRldWktYW5ndWxhci1leHRyYXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9wcm9qZWN0cy9pZ25pdGV1aS1hbmd1bGFyLWV4dHJhcy9zcmMvaWduaXRldWktYW5ndWxhci1leHRyYXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|