igniteui-angular 22.0.0-beta.4 → 22.0.0-rc.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/fesm2022/igniteui-angular-accordion.mjs +1 -1
- package/fesm2022/igniteui-angular-accordion.mjs.map +1 -1
- package/fesm2022/igniteui-angular-action-strip.mjs +2 -2
- package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
- package/fesm2022/igniteui-angular-button-group.mjs +1 -1
- package/fesm2022/igniteui-angular-button-group.mjs.map +1 -1
- package/fesm2022/igniteui-angular-calendar.mjs +1 -1
- package/fesm2022/igniteui-angular-calendar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-card.mjs +6 -6
- package/fesm2022/igniteui-angular-card.mjs.map +1 -1
- package/fesm2022/igniteui-angular-carousel.mjs +6 -6
- package/fesm2022/igniteui-angular-carousel.mjs.map +1 -1
- package/fesm2022/igniteui-angular-chips.mjs +34 -34
- package/fesm2022/igniteui-angular-chips.mjs.map +1 -1
- package/fesm2022/igniteui-angular-core.mjs +6 -6
- package/fesm2022/igniteui-angular-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-date-picker.mjs +2 -2
- package/fesm2022/igniteui-angular-date-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-directives.mjs +12 -12
- package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
- package/fesm2022/igniteui-angular-drop-down.mjs +5 -5
- package/fesm2022/igniteui-angular-drop-down.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-core.mjs +29 -26
- package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs +60 -89
- package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +23 -69
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs +10 -20
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-icon.mjs +4 -4
- package/fesm2022/igniteui-angular-icon.mjs.map +1 -1
- package/fesm2022/igniteui-angular-input-group.mjs +18 -18
- package/fesm2022/igniteui-angular-input-group.mjs.map +1 -1
- package/fesm2022/igniteui-angular-list.mjs +5 -5
- package/fesm2022/igniteui-angular-list.mjs.map +1 -1
- package/fesm2022/igniteui-angular-navbar.mjs +5 -5
- package/fesm2022/igniteui-angular-navbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-paginator.mjs +2 -2
- package/fesm2022/igniteui-angular-paginator.mjs.map +1 -1
- package/fesm2022/igniteui-angular-progressbar.mjs +7 -7
- package/fesm2022/igniteui-angular-progressbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-query-builder.mjs +2 -2
- package/fesm2022/igniteui-angular-query-builder.mjs.map +1 -1
- package/fesm2022/igniteui-angular-radio.mjs +5 -5
- package/fesm2022/igniteui-angular-radio.mjs.map +1 -1
- package/fesm2022/igniteui-angular-select.mjs +217 -209
- package/fesm2022/igniteui-angular-select.mjs.map +1 -1
- package/fesm2022/igniteui-angular-slider.mjs +17 -17
- package/fesm2022/igniteui-angular-slider.mjs.map +1 -1
- package/fesm2022/igniteui-angular-snackbar.mjs +1 -1
- package/fesm2022/igniteui-angular-snackbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-splitter.mjs +2 -2
- package/fesm2022/igniteui-angular-splitter.mjs.map +1 -1
- package/fesm2022/igniteui-angular-stepper.mjs +2 -2
- package/fesm2022/igniteui-angular-stepper.mjs.map +1 -1
- package/fesm2022/igniteui-angular-time-picker.mjs +1 -1
- package/fesm2022/igniteui-angular-time-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-tree.mjs +1 -1
- package/fesm2022/igniteui-angular-tree.mjs.map +1 -1
- package/input-group/README.md +1 -1
- package/migrations/migration-collection.json +5 -0
- package/migrations/update-22_0_0/index.d.ts +3 -0
- package/migrations/update-22_0_0/index.js +86 -0
- package/migrations/update-22_0_0/index.spec.d.ts +1 -0
- package/migrations/update-22_0_0/index.spec.js +116 -0
- package/package.json +2 -2
- package/types/igniteui-angular-accordion.d.ts +3 -3
- package/types/igniteui-angular-action-strip.d.ts +2 -2
- package/types/igniteui-angular-button-group.d.ts +1 -1
- package/types/igniteui-angular-calendar.d.ts +1 -1
- package/types/igniteui-angular-card.d.ts +6 -6
- package/types/igniteui-angular-carousel.d.ts +6 -6
- package/types/igniteui-angular-chips.d.ts +38 -38
- package/types/igniteui-angular-core.d.ts +9 -9
- package/types/igniteui-angular-date-picker.d.ts +4 -4
- package/types/igniteui-angular-directives.d.ts +15 -15
- package/types/igniteui-angular-drop-down.d.ts +6 -6
- package/types/igniteui-angular-grids-core.d.ts +34 -37
- package/types/igniteui-angular-grids-grid.d.ts +55 -64
- package/types/igniteui-angular-grids-hierarchical-grid.d.ts +15 -23
- package/types/igniteui-angular-grids-tree-grid.d.ts +7 -7
- package/types/igniteui-angular-icon.d.ts +4 -4
- package/types/igniteui-angular-input-group.d.ts +17 -17
- package/types/igniteui-angular-list.d.ts +7 -7
- package/types/igniteui-angular-navbar.d.ts +7 -7
- package/types/igniteui-angular-paginator.d.ts +2 -2
- package/types/igniteui-angular-progressbar.d.ts +7 -7
- package/types/igniteui-angular-query-builder.d.ts +3 -3
- package/types/igniteui-angular-radio.d.ts +5 -5
- package/types/igniteui-angular-select.d.ts +91 -7
- package/types/igniteui-angular-slider.d.ts +17 -17
- package/types/igniteui-angular-snackbar.d.ts +1 -1
- package/types/igniteui-angular-splitter.d.ts +3 -3
- package/types/igniteui-angular-stepper.d.ts +2 -2
- package/types/igniteui-angular-time-picker.d.ts +1 -1
- package/types/igniteui-angular-tree.d.ts +2 -2
|
@@ -131,7 +131,7 @@ declare abstract class IgxExporterOptionsBase {
|
|
|
131
131
|
*/
|
|
132
132
|
ignoreFiltering: boolean;
|
|
133
133
|
/**
|
|
134
|
-
* Specifies if the exporter should ignore the current column order in the
|
|
134
|
+
* Specifies if the exporter should ignore the current column order in the grid.
|
|
135
135
|
* ```typescript
|
|
136
136
|
* let ignoreColumnsOrder = this.exportOptions.ignoreColumnsOrder;
|
|
137
137
|
* this.exportOptions.ignoreColumnsOrder = true;
|
|
@@ -141,7 +141,7 @@ declare abstract class IgxExporterOptionsBase {
|
|
|
141
141
|
*/
|
|
142
142
|
ignoreColumnsOrder: boolean;
|
|
143
143
|
/**
|
|
144
|
-
* Specifies whether the exported data should be sorted as in the provided
|
|
144
|
+
* Specifies whether the exported data should be sorted as in the provided grid.
|
|
145
145
|
* When you export grouped data, setting ignoreSorting to true will cause
|
|
146
146
|
* the grouping to fail because it relies on the sorting of the records.
|
|
147
147
|
* ```typescript
|
|
@@ -153,7 +153,7 @@ declare abstract class IgxExporterOptionsBase {
|
|
|
153
153
|
*/
|
|
154
154
|
ignoreSorting: boolean;
|
|
155
155
|
/**
|
|
156
|
-
* Specifies whether the exported data should be grouped as in the provided
|
|
156
|
+
* Specifies whether the exported data should be grouped as in the provided grid.
|
|
157
157
|
* ```typescript
|
|
158
158
|
* let ignoreGrouping = this.exportOptions.ignoreGrouping;
|
|
159
159
|
* this.exportOptions.ignoreGrouping = true;
|
|
@@ -163,7 +163,7 @@ declare abstract class IgxExporterOptionsBase {
|
|
|
163
163
|
*/
|
|
164
164
|
ignoreGrouping: boolean;
|
|
165
165
|
/**
|
|
166
|
-
* Specifies whether the exported data should include multi column headers as in the provided
|
|
166
|
+
* Specifies whether the exported data should include multi column headers as in the provided grid.
|
|
167
167
|
* ```typescript
|
|
168
168
|
* let ignoreMultiColumnHeaders = this.exportOptions.ignoreMultiColumnHeaders;
|
|
169
169
|
* this.exportOptions.ignoreMultiColumnHeaders = true;
|
|
@@ -379,7 +379,7 @@ declare abstract class IgxBaseExporter {
|
|
|
379
379
|
private ownerGrid;
|
|
380
380
|
private i18nFormatter;
|
|
381
381
|
/**
|
|
382
|
-
* Method for exporting
|
|
382
|
+
* Method for exporting grid component's data.
|
|
383
383
|
* ```typescript
|
|
384
384
|
* this.exporterService.export(this.igxGridForExport, this.exportOptions);
|
|
385
385
|
* ```
|
|
@@ -682,14 +682,14 @@ interface IGridToolbarExportEventArgs extends IBaseEventArgs {
|
|
|
682
682
|
grid: GridType;
|
|
683
683
|
/**
|
|
684
684
|
* The `exporter` is a base service.
|
|
685
|
-
* The type (an abstract class
|
|
685
|
+
* The type (an abstract class base exporter) has it's own properties and methods
|
|
686
686
|
* It is used to define the format and options of the export, the exported element
|
|
687
687
|
* and methods for preparing the data from the elements for exporting
|
|
688
688
|
*/
|
|
689
689
|
exporter: IgxBaseExporter;
|
|
690
690
|
/**
|
|
691
691
|
* Represents the different settings, that can be given to an export
|
|
692
|
-
* The type (an abstract class
|
|
692
|
+
* The type (an abstract class exporter options base) has properties for column settings
|
|
693
693
|
* (whether they should be ignored) as well as method for generating a file name
|
|
694
694
|
*/
|
|
695
695
|
options: IgxExporterOptionsBase;
|
|
@@ -845,7 +845,7 @@ interface IGridScrollEventArgs extends IBaseEventArgs {
|
|
|
845
845
|
}
|
|
846
846
|
/**
|
|
847
847
|
* Event emitted when a checkbox in the checkbox
|
|
848
|
-
* list of an
|
|
848
|
+
* list of an column actions component is clicked.
|
|
849
849
|
*/
|
|
850
850
|
interface IColumnToggledEventArgs extends IBaseEventArgs {
|
|
851
851
|
/** The column that is toggled. */
|
|
@@ -890,10 +890,6 @@ interface ISortingEventArgs extends IBaseEventArgs, CancelableEventArgs {
|
|
|
890
890
|
*/
|
|
891
891
|
groupingExpressions?: IGroupingExpression | Array<IGroupingExpression>;
|
|
892
892
|
}
|
|
893
|
-
/** @hidden @internal */
|
|
894
|
-
interface IColumnsAutoGeneratedEventArgs extends IBaseEventArgs {
|
|
895
|
-
columns?: ColumnType[];
|
|
896
|
-
}
|
|
897
893
|
/**
|
|
898
894
|
* Represents event arguments related to filtering operations
|
|
899
895
|
* The event is cancelable
|
|
@@ -1342,7 +1338,7 @@ interface IPivotAggregator {
|
|
|
1342
1338
|
aggregatorName?: PivotAggregationType;
|
|
1343
1339
|
/**
|
|
1344
1340
|
* Aggregator function can be a custom implementation of `PivotAggregation`, or
|
|
1345
|
-
* use predefined ones from
|
|
1341
|
+
* use predefined ones from pivot aggregate and its variants.
|
|
1346
1342
|
*/
|
|
1347
1343
|
aggregator?: PivotAggregation;
|
|
1348
1344
|
}
|
|
@@ -1419,7 +1415,7 @@ interface IPivotValue {
|
|
|
1419
1415
|
aggregateList?: IPivotAggregator[];
|
|
1420
1416
|
/** Enables/Disables a particular value from pivot aggregation. */
|
|
1421
1417
|
enabled: boolean;
|
|
1422
|
-
/** Allow conditionally styling of the
|
|
1418
|
+
/** Allow conditionally styling of the pivot grid cells. */
|
|
1423
1419
|
styles?: any;
|
|
1424
1420
|
/** Enables a data type specific template of the cells */
|
|
1425
1421
|
dataType?: GridColumnDataType;
|
|
@@ -2670,7 +2666,7 @@ declare abstract class IgxColumnActionsBaseDirective {
|
|
|
2670
2666
|
}
|
|
2671
2667
|
|
|
2672
2668
|
/**
|
|
2673
|
-
* Providing reference to
|
|
2669
|
+
* Providing reference to column actions:
|
|
2674
2670
|
* ```typescript
|
|
2675
2671
|
* @ViewChild('columnActions', { read: IgxColumnActionsComponent })
|
|
2676
2672
|
* public columnActions: IgxColumnActionsComponent;
|
|
@@ -2852,7 +2848,7 @@ declare class IgxColumnActionsComponent implements DoCheck {
|
|
|
2852
2848
|
* Gets the text of the button that unchecks all columns.
|
|
2853
2849
|
*
|
|
2854
2850
|
* @remarks
|
|
2855
|
-
* If unset it is obtained from the
|
|
2851
|
+
* If unset it is obtained from the column actions based derived directive applied.
|
|
2856
2852
|
* @example
|
|
2857
2853
|
* ```typescript
|
|
2858
2854
|
* let uncheckAllText = this.columnActions.uncheckAllText;
|
|
@@ -2872,7 +2868,7 @@ declare class IgxColumnActionsComponent implements DoCheck {
|
|
|
2872
2868
|
* Gets the text of the button that checks all columns.
|
|
2873
2869
|
*
|
|
2874
2870
|
* @remarks
|
|
2875
|
-
* If unset it is obtained from the
|
|
2871
|
+
* If unset it is obtained from the column actions based derived directive applied.
|
|
2876
2872
|
* @example
|
|
2877
2873
|
* ```typescript
|
|
2878
2874
|
* let uncheckAllText = this.columnActions.uncheckAllText;
|
|
@@ -2883,7 +2879,7 @@ declare class IgxColumnActionsComponent implements DoCheck {
|
|
|
2883
2879
|
* Sets the text of the button that checks all columns.
|
|
2884
2880
|
*
|
|
2885
2881
|
* @remarks
|
|
2886
|
-
* If unset it is obtained from the
|
|
2882
|
+
* If unset it is obtained from the column actions based derived directive applied.
|
|
2887
2883
|
* @example
|
|
2888
2884
|
* ```html
|
|
2889
2885
|
* <igx-column-actions [checkAllText]="'Hide All'"></igx-column-actions>
|
|
@@ -3316,7 +3312,7 @@ declare class IgxFilteringService implements OnDestroy {
|
|
|
3316
3312
|
clearFilter(field: string): void;
|
|
3317
3313
|
clear_filter(fieldName: string): void;
|
|
3318
3314
|
/**
|
|
3319
|
-
* Filters all the
|
|
3315
|
+
* Filters all the column in the grid with the same condition.
|
|
3320
3316
|
* @deprecated in version 19.0.0.
|
|
3321
3317
|
*/
|
|
3322
3318
|
filterGlobal(value: any, condition: any, ignoreCase?: any): void;
|
|
@@ -3609,7 +3605,7 @@ declare class IgxSummaryOperand {
|
|
|
3609
3605
|
*/
|
|
3610
3606
|
static count(data: any[]): number;
|
|
3611
3607
|
/**
|
|
3612
|
-
* Executes the static `count` method and returns
|
|
3608
|
+
* Executes the static `count` method and returns summary result[]`.
|
|
3613
3609
|
* ```typescript
|
|
3614
3610
|
* interface IgxSummaryResult {
|
|
3615
3611
|
* key: string;
|
|
@@ -3682,7 +3678,7 @@ declare class IgxNumberSummaryOperand extends IgxSummaryOperand {
|
|
|
3682
3678
|
*/
|
|
3683
3679
|
static average(data: any[]): number;
|
|
3684
3680
|
/**
|
|
3685
|
-
* Executes the static methods and returns
|
|
3681
|
+
* Executes the static methods and returns summary result[]`.
|
|
3686
3682
|
* ```typescript
|
|
3687
3683
|
* interface IgxSummaryResult {
|
|
3688
3684
|
* key: string;
|
|
@@ -3740,7 +3736,7 @@ declare class IgxDateSummaryOperand extends IgxSummaryOperand {
|
|
|
3740
3736
|
*/
|
|
3741
3737
|
static earliest(data: any[]): any;
|
|
3742
3738
|
/**
|
|
3743
|
-
* Executes the static methods and returns
|
|
3739
|
+
* Executes the static methods and returns summary result[]`.
|
|
3744
3740
|
* ```typescript
|
|
3745
3741
|
* interface IgxSummaryResult {
|
|
3746
3742
|
* key: string;
|
|
@@ -3857,7 +3853,7 @@ declare class IgxSummaryTemplateDirective {
|
|
|
3857
3853
|
* filtering & editing are enabled at the column level. You can also provide a template containing custom content inside
|
|
3858
3854
|
* the column using `ng-template` which will be used for all cells within the column.
|
|
3859
3855
|
*
|
|
3860
|
-
* @igxParent IgxGridComponent,
|
|
3856
|
+
* @igxParent IgxGridComponent, IgxHierarchicalGridComponent, IgxTreeGridComponent, IgxPivotGridComponent, IgxRowIslandComponent, IgxColumnGroupComponent, IgxColumnLayoutComponent,
|
|
3861
3857
|
*/
|
|
3862
3858
|
declare class IgxColumnComponent implements AfterContentInit, OnDestroy, ColumnType {
|
|
3863
3859
|
grid: GridType;
|
|
@@ -5333,7 +5329,7 @@ declare class IgxColumnComponent implements AfterContentInit, OnDestroy, ColumnT
|
|
|
5333
5329
|
/**
|
|
5334
5330
|
* **Ignite UI for Angular Column Group**
|
|
5335
5331
|
*
|
|
5336
|
-
* @igxParent IgxGridComponent,
|
|
5332
|
+
* @igxParent IgxGridComponent, IgxHierarchicalGridComponent, IgxTreeGridComponent, IgxColumnGroupComponent, IgxRowIslandComponent
|
|
5337
5333
|
*/
|
|
5338
5334
|
declare class IgxColumnGroupComponent extends IgxColumnComponent implements AfterContentInit {
|
|
5339
5335
|
/**
|
|
@@ -6159,6 +6155,7 @@ declare class IgxExcelStyleSearchComponent implements AfterViewInit, OnDestroy {
|
|
|
6159
6155
|
private onActionKeyDown;
|
|
6160
6156
|
private navigateItem;
|
|
6161
6157
|
private isIndexOutOfBounds;
|
|
6158
|
+
private isRemote;
|
|
6162
6159
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxExcelStyleSearchComponent, never>;
|
|
6163
6160
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxExcelStyleSearchComponent, "igx-excel-style-search", never, { "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
|
|
6164
6161
|
}
|
|
@@ -7920,15 +7917,15 @@ declare class IgxGridStateBaseDirective {
|
|
|
7920
7917
|
private applyFeatures;
|
|
7921
7918
|
/**
|
|
7922
7919
|
* This method restores complex objects in the pivot dimensions
|
|
7923
|
-
* Like the
|
|
7920
|
+
* Like the pivot date dimension and filters.
|
|
7924
7921
|
*/
|
|
7925
7922
|
private restoreDimensions;
|
|
7926
7923
|
/**
|
|
7927
|
-
* This method restores the
|
|
7924
|
+
* This method restores the pivot date dimension with its default functions and resource strings.
|
|
7928
7925
|
*/
|
|
7929
7926
|
private restoreDateDimension;
|
|
7930
7927
|
/**
|
|
7931
|
-
* Returns if this is a
|
|
7928
|
+
* Returns if this is a pivot date dimension.
|
|
7932
7929
|
*/
|
|
7933
7930
|
private isDateDimension;
|
|
7934
7931
|
/**
|
|
@@ -8079,7 +8076,7 @@ declare class IgxGridToolbarDirective {
|
|
|
8079
8076
|
* Provides a context-aware container component for UI operations for the grid components.
|
|
8080
8077
|
*
|
|
8081
8078
|
* @igxModule IgxGridToolbarModule
|
|
8082
|
-
* @igxParent IgxGridComponent,
|
|
8079
|
+
* @igxParent IgxGridComponent, IgxHierarchicalGridComponent, IgxTreeGridComponent, IgxPivotGridComponent,
|
|
8083
8080
|
*
|
|
8084
8081
|
*/
|
|
8085
8082
|
declare class IgxGridToolbarComponent implements OnDestroy {
|
|
@@ -8805,7 +8802,7 @@ declare abstract class BaseRow implements RowType {
|
|
|
8805
8802
|
*/
|
|
8806
8803
|
get deleted(): boolean;
|
|
8807
8804
|
/**
|
|
8808
|
-
* Returns if the row has child rows. Always return false for
|
|
8805
|
+
* Returns if the row has child rows. Always return false for grid row.
|
|
8809
8806
|
*/
|
|
8810
8807
|
get hasChildren(): boolean;
|
|
8811
8808
|
/**
|
|
@@ -8903,7 +8900,7 @@ declare class IgxTreeGridRow extends BaseRow implements RowType {
|
|
|
8903
8900
|
*/
|
|
8904
8901
|
get parent(): RowType;
|
|
8905
8902
|
/**
|
|
8906
|
-
* Returns true if child rows exist. Always return false for
|
|
8903
|
+
* Returns true if child rows exist. Always return false for grid row.
|
|
8907
8904
|
*/
|
|
8908
8905
|
get hasChildren(): boolean;
|
|
8909
8906
|
/**
|
|
@@ -8980,7 +8977,7 @@ declare class IgxGroupByRow implements RowType {
|
|
|
8980
8977
|
*/
|
|
8981
8978
|
grid: GridType;
|
|
8982
8979
|
/**
|
|
8983
|
-
* Returns always true, because this is in instance of an
|
|
8980
|
+
* Returns always true, because this is in instance of an group by row.
|
|
8984
8981
|
*/
|
|
8985
8982
|
isGroupByRow: boolean;
|
|
8986
8983
|
/**
|
|
@@ -9044,7 +9041,7 @@ declare class IgxSummaryRow implements RowType {
|
|
|
9044
9041
|
*/
|
|
9045
9042
|
grid: GridType;
|
|
9046
9043
|
/**
|
|
9047
|
-
* Returns always true, because this is in instance of an
|
|
9044
|
+
* Returns always true, because this is in instance of an group by row.
|
|
9048
9045
|
*/
|
|
9049
9046
|
isSummaryRow: boolean;
|
|
9050
9047
|
/**
|
|
@@ -9830,7 +9827,7 @@ declare class RowEditPositionStrategy extends ConnectedPositioningStrategy {
|
|
|
9830
9827
|
}
|
|
9831
9828
|
|
|
9832
9829
|
/**
|
|
9833
|
-
* Providing reference to
|
|
9830
|
+
* Providing reference to grid cell:
|
|
9834
9831
|
* ```typescript
|
|
9835
9832
|
* @ViewChild('grid', { read: IgxGridComponent })
|
|
9836
9833
|
* public grid: IgxGridComponent;
|
|
@@ -10832,7 +10829,7 @@ interface ICsvExportEndedEventArgs extends IBaseEventArgs {
|
|
|
10832
10829
|
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/exporter-csv)
|
|
10833
10830
|
*
|
|
10834
10831
|
* The Ignite UI for Angular CSV Exporter service can export data in a Character Separated Values format from
|
|
10835
|
-
* both raw data (array) or from an
|
|
10832
|
+
* both raw data (array) or from an grid.
|
|
10836
10833
|
*
|
|
10837
10834
|
* Example:
|
|
10838
10835
|
* ```typescript
|
|
@@ -10901,7 +10898,7 @@ interface IExcelExportEndedEventArgs extends IBaseEventArgs {
|
|
|
10901
10898
|
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/exporter_excel.html)
|
|
10902
10899
|
*
|
|
10903
10900
|
* The Ignite UI for Angular Excel Exporter service can export data in Microsoft® Excel® format from both raw data
|
|
10904
|
-
* (array) or from an
|
|
10901
|
+
* (array) or from an grid.
|
|
10905
10902
|
*
|
|
10906
10903
|
* Example:
|
|
10907
10904
|
* ```typescript
|
|
@@ -10944,7 +10941,7 @@ interface IPdfExportEndedEventArgs extends IBaseEventArgs {
|
|
|
10944
10941
|
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/exporter_pdf.html)
|
|
10945
10942
|
*
|
|
10946
10943
|
* The Ignite UI for Angular PDF Exporter service can export data in PDF format from both raw data
|
|
10947
|
-
* (array) or from an
|
|
10944
|
+
* (array) or from an grid.
|
|
10948
10945
|
*
|
|
10949
10946
|
* Example:
|
|
10950
10947
|
* ```typescript
|
|
@@ -10987,4 +10984,4 @@ declare class IgxPdfExporterService extends IgxBaseExporter {
|
|
|
10987
10984
|
declare const IGX_GRID_COMMON_DIRECTIVES: readonly [typeof IgxRowDirective, typeof IgxGridFooterComponent, typeof IgxAdvancedFilteringDialogComponent, typeof IgxRowExpandedIndicatorDirective, typeof IgxRowCollapsedIndicatorDirective, typeof IgxHeaderExpandedIndicatorDirective, typeof IgxHeaderCollapsedIndicatorDirective, typeof IgxExcelStyleHeaderIconDirective, typeof IgxSortAscendingHeaderIconDirective, typeof IgxSortDescendingHeaderIconDirective, typeof IgxSortHeaderIconDirective, typeof IgxGridEmptyTemplateDirective, typeof IgxGridLoadingTemplateDirective, typeof IgxDragIndicatorIconDirective, typeof IgxRowDragGhostDirective, typeof IgxGridStateDirective, typeof IgxGridHeaderComponent, typeof IgxGridHeaderGroupComponent, typeof IgxGridHeaderRowComponent, typeof IgxFilterCellTemplateDirective, typeof IgxSummaryTemplateDirective, typeof IgxCellTemplateDirective, typeof IgxCellValidationErrorDirective, typeof IgxCellHeaderTemplateDirective, typeof IgxCellFooterTemplateDirective, typeof IgxCellEditorTemplateDirective, typeof IgxCollapsibleIndicatorTemplateDirective, typeof IgxColumnComponent, typeof IgxColumnGroupComponent, typeof IgxColumnLayoutComponent, typeof IgxColumnActionsComponent, typeof IgxColumnHidingDirective, typeof IgxColumnPinningDirective, typeof IgxRowSelectorDirective, typeof IgxGroupByRowSelectorDirective, typeof IgxHeadSelectorDirective, typeof IgxCSVTextDirective, typeof IgxExcelTextDirective, typeof IgxGridToolbarActionsComponent, typeof IgxGridToolbarAdvancedFilteringComponent, typeof IgxGridToolbarComponent, typeof IgxGridToolbarExporterComponent, typeof IgxGridToolbarHidingComponent, typeof IgxGridToolbarPinningComponent, typeof IgxGridToolbarTitleComponent, typeof IgxGridToolbarDirective, typeof IgxGridExcelStyleFilteringComponent, typeof IgxExcelStyleHeaderComponent, typeof IgxExcelStyleSortingComponent, typeof IgxExcelStylePinningComponent, typeof IgxExcelStyleHidingComponent, typeof IgxExcelStyleSelectingComponent, typeof IgxExcelStyleClearFiltersComponent, typeof IgxExcelStyleConditionalFilterComponent, typeof IgxExcelStyleMovingComponent, typeof IgxExcelStyleSearchComponent, typeof IgxExcelStyleColumnOperationsTemplateDirective, typeof IgxExcelStyleFilterOperationsTemplateDirective, typeof IgxExcelStyleLoadingValuesTemplateDirective, typeof IgxGridPinningActionsComponent, typeof IgxGridEditingActionsComponent, typeof IgxGridActionsBaseDirective, typeof IgxGridActionButtonComponent];
|
|
10988
10985
|
|
|
10989
10986
|
export { ActiveElement, CharSeparatedValueData, ColumnDisplayOrder, CsvFileTypes, DEFAULT_OWNER, DEFAULT_PIVOT_KEYS, DimensionValuesFilteringStrategy, DropPosition, ExportHeaderType, ExportRecordType, ExportUtilities, ExpressionUI, FilterListItem, FilterMode, GRID_LEVEL_COL, GRID_PARENT, GRID_ROOT_SUMMARY, GridBaseAPIService, GridCellMergeMode, GridPagingMode, GridSelectionMode, GridSummaryPosition, HEADER_KEYS, HORIZONTAL_NAV_KEYS, IGX_GRID_BASE, IGX_GRID_COMMON_DIRECTIVES, IGX_GRID_SERVICE_BASE, IGX_GRID_VALIDATION_DIRECTIVES, INPUT_DEBOUNCE_TIME, INPUT_DEBOUNCE_TIME_DEFAULT, IgxAddRow, IgxAdvancedFilteringDialogComponent, IgxBaseExporter, IgxCSVTextDirective, IgxCell, IgxCellCrudState, IgxCellEditorTemplateDirective, IgxCellFooterTemplateDirective, IgxCellHeaderTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCollapsibleIndicatorTemplateDirective, IgxColumnActionsBaseDirective, IgxColumnActionsComponent, IgxColumnComponent, IgxColumnEmailValidatorDirective, IgxColumnFormatterPipe, IgxColumnGroupComponent, IgxColumnHidingDirective, IgxColumnLayoutComponent, IgxColumnMaxLengthValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnMovingDragDirective, IgxColumnMovingDropDirective, IgxColumnMovingService, IgxColumnPatternValidatorDirective, IgxColumnPinningDirective, IgxColumnRequiredValidatorDirective, IgxColumnResizerDirective, IgxColumnResizingService, IgxCsvExporterOptions, IgxCsvExporterService, IgxDateSummaryOperand, IgxDragIndicatorIconDirective, IgxEditRow, IgxExcelExporterOptions, IgxExcelExporterService, IgxExcelStyleClearFiltersComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleDateExpressionComponent, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleHeaderIconDirective, IgxExcelStyleHidingComponent, IgxExcelStyleLoadingValuesTemplateDirective, IgxExcelStyleMovingComponent, IgxExcelStylePinningComponent, IgxExcelStyleSearchComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleSortingComponent, IgxExcelTextDirective, IgxExporterOptionsBase, IgxFilterCellTemplateDirective, IgxFilteringService, IgxGridActionButtonComponent, IgxGridActionsBaseDirective, IgxGridAddRowPipe, IgxGridBodyDirective, IgxGridCRUDService, IgxGridCell, IgxGridCellComponent, IgxGridCellImageAltPipe, IgxGridCellStyleClassesPipe, IgxGridCellStylesPipe, IgxGridColumnResizerComponent, IgxGridDataMapperPipe, IgxGridDetailTemplateDirective, IgxGridDragSelectDirective, IgxGridEditingActionsComponent, IgxGridEmptyTemplateDirective, IgxGridExcelStyleFilteringComponent, IgxGridFilterConditionPipe, IgxGridFilteringCellComponent, IgxGridFilteringRowComponent, IgxGridFooterComponent, IgxGridHeaderComponent, IgxGridHeaderGroupComponent, IgxGridHeaderRowComponent, IgxGridLoadingTemplateDirective, IgxGridMRLNavigationService, IgxGridNavigationService, IgxGridNotGroupedPipe, IgxGridPaginatorOptionsPipe, IgxGridPinningActionsComponent, IgxGridRow, IgxGridRowClassesPipe, IgxGridRowPinningPipe, IgxGridRowStylesPipe, IgxGridSelectionService, IgxGridStateBaseDirective, IgxGridStateDirective, IgxGridSummaryService, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarDirective, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridTopLevelColumns, IgxGridTransaction, IgxGridTransactionPipe, IgxGridTransactionStatePipe, IgxGridValidationService, IgxGroupAreaDropDirective, IgxGroupByAreaDirective, IgxGroupByMetaPipe, IgxGroupByRow, IgxGroupByRowSelectorDirective, IgxGroupByRowTemplateDirective, IgxHasVisibleColumnsPipe, IgxHeadSelectorDirective, IgxHeaderCollapsedIndicatorDirective, IgxHeaderExpandedIndicatorDirective, IgxHeaderGroupStylePipe, IgxHierarchicalGridRow, IgxNumberSummaryOperand, IgxPdfExporterOptions, IgxPdfExporterService, IgxPdfTextDirective, IgxPivotAggregate, IgxPivotColumnResizingService, IgxPivotDateAggregate, IgxPivotDateDimension, IgxPivotGridColumnResizerComponent, IgxPivotNumericAggregate, IgxPivotResizeHandleDirective, IgxPivotTimeAggregate, IgxRowAddCrudState, IgxRowAddTextDirective, IgxRowCollapsedIndicatorDirective, IgxRowCrudState, IgxRowDirective, IgxRowDragDirective, IgxRowDragGhostDirective, IgxRowEditActionsDirective, IgxRowEditTabStopDirective, IgxRowEditTemplateDirective, IgxRowEditTextDirective, IgxRowExpandedIndicatorDirective, IgxRowSelectorDirective, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxStringReplacePipe, IgxSummaryDataPipe, IgxSummaryFormatterPipe, IgxSummaryOperand, IgxSummaryRow, IgxSummaryRowComponent, IgxSummaryTemplateDirective, IgxTimeSummaryOperand, IgxToolbarToken, IgxTreeGridRow, NoopPivotDimensionsStrategy, PivotColumnDimensionsStrategy, PivotDimensionType, PivotRowDimensionsStrategy, PivotRowLayoutType, PivotSummaryPosition, PivotUtil, ROW_ADD_KEYS, ROW_COLLAPSE_KEYS, ROW_EXPAND_KEYS, RowEditPositionStrategy, RowPinningPosition, SUPPORTED_KEYS, SortingIndexPipe, WatchChanges, WatchColumnChanges, generateExpressionsList, getUUID, notifyChanges };
|
|
10990
|
-
export type { CellType, ColumnGroupsCache, DimensionValueType, FlatGridType, GridFeatures, GridKeydownTargetType, GridSVGIcon, GridSelectionRange, GridServiceType, GridType, GridValidationTrigger, HeaderType, HierarchicalGridType, IActiveNode, IActiveNodeChangeEventArgs, ICellPosition, IClipboardOptions, IColumnExportingEventArgs, IColumnInfo, IColumnList, IColumnMovingEndEventArgs, IColumnMovingEventArgs, IColumnMovingStartEventArgs, IColumnResizeEventArgs, IColumnResizingEventArgs, IColumnSelectionEventArgs, IColumnSelectionState, IColumnState, IColumnToggledEventArgs, IColumnVisibilityChangedEventArgs, IColumnVisibilityChangingEventArgs,
|
|
10987
|
+
export type { CellType, ColumnGroupsCache, DimensionValueType, FlatGridType, GridFeatures, GridKeydownTargetType, GridSVGIcon, GridSelectionRange, GridServiceType, GridType, GridValidationTrigger, HeaderType, HierarchicalGridType, IActiveNode, IActiveNodeChangeEventArgs, ICellPosition, IClipboardOptions, IColumnExportingEventArgs, IColumnInfo, IColumnList, IColumnMovingEndEventArgs, IColumnMovingEventArgs, IColumnMovingStartEventArgs, IColumnResizeEventArgs, IColumnResizingEventArgs, IColumnSelectionEventArgs, IColumnSelectionState, IColumnState, IColumnToggledEventArgs, IColumnVisibilityChangedEventArgs, IColumnVisibilityChangingEventArgs, ICsvExportEndedEventArgs, IDimensionsChange, IExcelExportEndedEventArgs, IExportRecord, IFieldValidationState, IFilteringEventArgs, IGridCellEventArgs, IGridClipboardEvent, IGridContextMenuEventArgs, IGridDataBindable, IGridEditDoneEventArgs, IGridEditEventArgs, IGridFormGroupCreatedEventArgs, IGridKeydownEventArgs, IGridRowEventArgs, IGridScrollEventArgs, IGridState, IGridStateCollection, IGridStateOptions, IGridToolbarExportEventArgs, IGridValidationState, IGridValidationStatusEventArgs, IMultiRowLayoutNode, IPdfExportEndedEventArgs, IPinColumnCancellableEventArgs, IPinColumnEventArgs, IPinRowEventArgs, IPinningConfig, IPivotAggregator, IPivotConfiguration, IPivotConfigurationChangedEventArgs, IPivotDateDimensionOptions, IPivotDimension, IPivotDimensionData, IPivotDimensionStrategy, IPivotGridColumn, IPivotGridGroupRecord, IPivotGridHorizontalGroup, IPivotGridRecord, IPivotKeys, IPivotUISettings, IPivotValue, IRecordValidationState, IRowDataCancelableEventArgs, IRowDataEventArgs, IRowDragEndEventArgs, IRowDragStartEventArgs, IRowExportingEventArgs, IRowSelectionEventArgs, IRowToggleEventArgs, ISearchInfo, ISelectionKeyboardState, ISelectionNode, ISelectionPointerState, ISizeInfo, ISortingEventArgs, IValuesChange, IgxAddRowParent, IgxCellTemplateContext, IgxColumnTemplateContext, IgxExporterEvent, IgxExporterOptions, IgxGridEmptyTemplateContext, IgxGridHeaderTemplateContext, IgxGridMasterDetailContext, IgxGridPaginatorTemplateContext, IgxGridRowDragGhostContext, IgxGridRowEditActionsTemplateContext, IgxGridRowEditTemplateContext, IgxGridRowEditTextTemplateContext, IgxGridRowTemplateContext, IgxGridTemplateContext, IgxGridToolbarTemplateContext, IgxGroupByRowSelectorTemplateContext, IgxGroupByRowSelectorTemplateDetails, IgxGroupByRowTemplateContext, IgxHeadSelectorTemplateContext, IgxHeadSelectorTemplateDetails, IgxPivotGridValueTemplateContext, IgxRowSelectorTemplateContext, IgxRowSelectorTemplateDetails, IgxSummaryTemplateContext, PdfUnicodeFont, PivotAggregation, PivotAggregationType, PivotGridType, PivotRowHeaderGroupType, RowEditPositionSettings, RowType, SelectionState, TreeGridType, ValidationStatus };
|