igniteui-webcomponents-grids 7.1.0 → 7.2.0-beta.1
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/custom-elements.json +24487 -10990
- package/grids/3rdpartylicenses.txt +158 -524
- package/grids/combined.js +63752 -62828
- package/grids/lib/igc-action-strip-component.d.ts +0 -39
- package/grids/lib/igc-base-exporter.d.ts +1 -25
- package/grids/lib/igc-base-toolbar-directive.d.ts +0 -1
- package/grids/lib/igc-boolean-filtering-operand.d.ts +0 -2
- package/grids/lib/igc-column-component.d.ts +0 -489
- package/grids/lib/igc-column-exporting-event-args.d.ts +0 -5
- package/grids/lib/igc-column-group-component.d.ts +0 -55
- package/grids/lib/igc-column-layout-component.d.ts +0 -12
- package/grids/lib/igc-column-toggled-event-args.d.ts +1 -1
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +0 -2
- package/grids/lib/igc-csv-exporter-options.d.ts +0 -10
- package/grids/lib/igc-csv-exporter-service.d.ts +1 -23
- package/grids/lib/igc-data-clone-strategy.d.ts +0 -1
- package/grids/lib/igc-date-filtering-operand.d.ts +0 -2
- package/grids/lib/igc-date-summary-operand.d.ts +1 -38
- package/grids/lib/igc-dimensions-change.d.ts +1 -0
- package/grids/lib/igc-excel-exporter-options.d.ts +0 -27
- package/grids/lib/igc-excel-exporter-service.d.ts +1 -22
- package/grids/lib/igc-exporter-event-args.d.ts +12 -16
- package/grids/lib/igc-exporter-options-base.d.ts +4 -63
- package/grids/lib/igc-expression-tree.d.ts +1 -0
- package/grids/lib/igc-field-type.d.ts +0 -2
- package/grids/lib/igc-filtering-expressions-tree.d.ts +2 -0
- package/grids/lib/igc-filtering-operand.d.ts +0 -4
- package/grids/lib/igc-filtering-operation.d.ts +0 -2
- package/grids/lib/igc-grid-actions-base-directive.d.ts +0 -6
- package/grids/lib/igc-grid-base-component.d.ts +305 -0
- package/grids/lib/igc-grid-base-directive.d.ts +28 -1131
- package/grids/lib/igc-grid-component.d.ts +18 -512
- package/grids/lib/igc-grid-created-event-args.d.ts +4 -4
- package/grids/lib/igc-grid-editing-actions-component.d.ts +0 -7
- package/grids/lib/igc-grid-pinning-actions-component.d.ts +0 -12
- package/grids/lib/igc-grid-resource-strings.d.ts +1 -0
- package/grids/lib/igc-grid-state-base-directive.d.ts +0 -6
- package/grids/lib/igc-grid-state-component.d.ts +0 -5
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +0 -10
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -10
- package/grids/lib/igc-grid-toolbar-component.d.ts +0 -14
- package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +2 -2
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +0 -8
- package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +0 -9
- package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +0 -9
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +0 -8
- package/grids/lib/igc-hierarchical-grid-base-component.d.ts +156 -0
- package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +0 -20
- package/grids/lib/igc-hierarchical-grid-component.d.ts +28 -172
- package/grids/lib/igc-number-filtering-operand.d.ts +0 -2
- package/grids/lib/igc-number-summary-operand.d.ts +1 -53
- package/grids/lib/igc-overlay-outlet-directive.d.ts +0 -3
- package/grids/lib/igc-paginator-component.d.ts +2 -81
- package/grids/lib/igc-pinning-config.d.ts +2 -0
- package/grids/lib/igc-pivot-aggregation.d.ts +19 -0
- package/grids/lib/igc-pivot-aggregator.d.ts +3 -2
- package/grids/lib/igc-pivot-data-selector-component.d.ts +0 -87
- package/grids/lib/igc-pivot-date-dimension.d.ts +0 -3
- package/grids/lib/igc-pivot-grid-component.d.ts +0 -163
- package/grids/lib/igc-pivot-value.d.ts +1 -1
- package/grids/lib/igc-position-settings.d.ts +4 -0
- package/grids/lib/igc-position-strategy.d.ts +1 -4
- package/grids/lib/igc-query-builder-component.d.ts +1 -14
- package/grids/lib/igc-query-builder-header-component.d.ts +1 -13
- package/grids/lib/igc-row-data-cancelable-event-args.d.ts +28 -0
- package/grids/lib/igc-row-directive.d.ts +1 -55
- package/grids/lib/igc-row-island-base-component.d.ts +76 -0
- package/grids/lib/igc-row-island-component.d.ts +68 -1132
- package/grids/lib/igc-scroll-strategy.d.ts +1 -7
- package/grids/lib/igc-string-filtering-operand.d.ts +0 -4
- package/grids/lib/igc-summary-operand.d.ts +1 -33
- package/grids/lib/igc-summary-result.d.ts +0 -9
- package/grids/lib/igc-time-summary-operand.d.ts +0 -11
- package/grids/lib/igc-tree-grid-base-component.d.ts +226 -0
- package/grids/lib/igc-tree-grid-component.d.ts +23 -341
- package/grids/lib/igc-validation-errors.d.ts +4 -0
- package/grids/lib/index.d.ts +60 -55
- package/grids/lib/pivot-row-layout-type.d.ts +1 -1
- package/grids/lib/pivot-summary-position.d.ts +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/package.json +1 -1
- package/vscode.html-custom-data.json +1 -1
- package/web-types.json +1 -1
|
@@ -7,11 +7,6 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* columnExporting event arguments
|
|
10
|
-
* ```typescript
|
|
11
|
-
* this.exporterService.columnExporting.subscribe((args: IColumnExportingEventArgs) => {
|
|
12
|
-
* // set args properties here
|
|
13
|
-
* });
|
|
14
|
-
* ```
|
|
15
10
|
*/
|
|
16
11
|
|
|
17
12
|
export declare class IgcColumnExportingEventArgs extends IgcBaseEventArgs
|
|
@@ -15,8 +15,6 @@ import { IgcColumnComponentEventMap } from './igc-column-component';
|
|
|
15
15
|
/* blazorIndirectRender */
|
|
16
16
|
/**
|
|
17
17
|
* **Ignite UI for Angular Column Group**
|
|
18
|
-
*
|
|
19
|
-
* @igxParent IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxColumnGroupComponent, IgxRowIslandComponent
|
|
20
18
|
*/
|
|
21
19
|
|
|
22
20
|
export declare class IgcColumnGroupComponent extends IgcColumnComponent
|
|
@@ -46,11 +44,6 @@ import { IgcColumnComponentEventMap } from './igc-column-component';
|
|
|
46
44
|
/**
|
|
47
45
|
* Set if the column group is collapsible.
|
|
48
46
|
* Default value is `false`
|
|
49
|
-
* ```html
|
|
50
|
-
* <igx-column-group [collapsible] = "true"></igx-column-group>
|
|
51
|
-
* ```
|
|
52
|
-
*
|
|
53
|
-
* @memberof IgxColumnGroupComponent
|
|
54
47
|
*/
|
|
55
48
|
public set collapsible(value: boolean);
|
|
56
49
|
public get collapsible(): boolean;
|
|
@@ -61,12 +54,6 @@ import { IgcColumnComponentEventMap } from './igc-column-component';
|
|
|
61
54
|
* Set whether the group is expanded or collapsed initially.
|
|
62
55
|
* Applied only if the collapsible property is set to `true`
|
|
63
56
|
* Default value is `true`
|
|
64
|
-
* ```html
|
|
65
|
-
* const state = false
|
|
66
|
-
* <igx-column-group [(expand)] = "state"></igx-column-group>
|
|
67
|
-
* ```
|
|
68
|
-
*
|
|
69
|
-
* @memberof IgxColumnGroupComponent
|
|
70
57
|
*/
|
|
71
58
|
public set expanded(value: boolean);
|
|
72
59
|
public get expanded(): boolean;
|
|
@@ -75,22 +62,12 @@ import { IgcColumnComponentEventMap } from './igc-column-component';
|
|
|
75
62
|
|
|
76
63
|
/**
|
|
77
64
|
* Gets the column group `summaries`.
|
|
78
|
-
* ```typescript
|
|
79
|
-
* let columnGroupSummaries = this.columnGroup.summaries;
|
|
80
|
-
* ```
|
|
81
|
-
*
|
|
82
|
-
* @memberof IgxColumnGroupComponent
|
|
83
65
|
*/
|
|
84
66
|
public get summaries(): any;
|
|
85
67
|
|
|
86
68
|
|
|
87
69
|
/**
|
|
88
70
|
* Gets the column group `filters`.
|
|
89
|
-
* ```typescript
|
|
90
|
-
* let columnGroupFilters = this.columnGroup.filters;
|
|
91
|
-
* ```
|
|
92
|
-
*
|
|
93
|
-
* @memberof IgxColumnGroupComponent
|
|
94
71
|
*/
|
|
95
72
|
public get filters(): any;
|
|
96
73
|
|
|
@@ -98,11 +75,6 @@ import { IgcColumnComponentEventMap } from './igc-column-component';
|
|
|
98
75
|
|
|
99
76
|
/**
|
|
100
77
|
* Returns if the column group is selectable
|
|
101
|
-
* ```typescript
|
|
102
|
-
* let columnGroupSelectable = this.columnGroup.selectable;
|
|
103
|
-
* ```
|
|
104
|
-
*
|
|
105
|
-
* @memberof IgxColumnGroupComponent
|
|
106
78
|
*/
|
|
107
79
|
public get selectable(): boolean;
|
|
108
80
|
|
|
@@ -110,8 +82,6 @@ import { IgcColumnComponentEventMap } from './igc-column-component';
|
|
|
110
82
|
|
|
111
83
|
/**
|
|
112
84
|
* Allows you to define a custom template for expand/collapse indicator
|
|
113
|
-
*
|
|
114
|
-
* @memberof IgxColumnGroupComponent
|
|
115
85
|
*/
|
|
116
86
|
public set collapsibleIndicatorTemplate(value: IgcRenderFunction<IgcColumnTemplateContext>);
|
|
117
87
|
public get collapsibleIndicatorTemplate(): IgcRenderFunction<IgcColumnTemplateContext>;
|
|
@@ -119,11 +89,6 @@ import { IgcColumnComponentEventMap } from './igc-column-component';
|
|
|
119
89
|
|
|
120
90
|
/**
|
|
121
91
|
* Gets whether the column group is hidden.
|
|
122
|
-
* ```typescript
|
|
123
|
-
* let isHidden = this.columnGroup.hidden;
|
|
124
|
-
* ```
|
|
125
|
-
*
|
|
126
|
-
* @memberof IgxColumnGroupComponent
|
|
127
92
|
*/
|
|
128
93
|
public get hidden(): boolean;
|
|
129
94
|
|
|
@@ -131,11 +96,6 @@ import { IgcColumnComponentEventMap } from './igc-column-component';
|
|
|
131
96
|
|
|
132
97
|
/**
|
|
133
98
|
* Returns if the column group is selected.
|
|
134
|
-
* ```typescript
|
|
135
|
-
* let isSelected = this.columnGroup.selected;
|
|
136
|
-
* ```
|
|
137
|
-
*
|
|
138
|
-
* @memberof IgxColumnGroupComponent
|
|
139
99
|
*/
|
|
140
100
|
public get selected(): boolean;
|
|
141
101
|
|
|
@@ -150,33 +110,18 @@ import { IgcColumnComponentEventMap } from './igc-column-component';
|
|
|
150
110
|
|
|
151
111
|
/**
|
|
152
112
|
* Returns a boolean indicating if the column is a `ColumnGroup`.
|
|
153
|
-
* ```typescript
|
|
154
|
-
* let isColumnGroup = this.columnGroup.columnGroup
|
|
155
|
-
* ```
|
|
156
|
-
*
|
|
157
|
-
* @memberof IgxColumnGroupComponent
|
|
158
113
|
*/
|
|
159
114
|
public get columnGroup(): boolean;
|
|
160
115
|
|
|
161
116
|
|
|
162
117
|
/**
|
|
163
118
|
* Returns a boolean indicating if the column is a `ColumnLayout` for multi-row layout.
|
|
164
|
-
* ```typescript
|
|
165
|
-
* let columnGroup = this.column.columnGroup;
|
|
166
|
-
* ```
|
|
167
|
-
*
|
|
168
|
-
* @memberof IgxColumnComponent
|
|
169
119
|
*/
|
|
170
120
|
public get columnLayout(): boolean;
|
|
171
121
|
|
|
172
122
|
|
|
173
123
|
/**
|
|
174
124
|
* Gets the width of the column group.
|
|
175
|
-
* ```typescript
|
|
176
|
-
* let columnGroupWidth = this.columnGroup.width;
|
|
177
|
-
* ```
|
|
178
|
-
*
|
|
179
|
-
* @memberof IgxColumnGroupComponent
|
|
180
125
|
*/
|
|
181
126
|
public get width(): string;
|
|
182
127
|
|
|
@@ -13,8 +13,6 @@ import { IgcColumnComponentEventMap } from './igc-column-component';
|
|
|
13
13
|
/* jsonAPIManageCollectionInMarkup */
|
|
14
14
|
/**
|
|
15
15
|
* Column layout for declaration of Multi-row Layout
|
|
16
|
-
*
|
|
17
|
-
* @igxParent IgxGridComponent
|
|
18
16
|
*/
|
|
19
17
|
|
|
20
18
|
export declare class IgcColumnLayoutComponent extends IgcColumnGroupComponent
|
|
@@ -28,11 +26,6 @@ import { IgcColumnComponentEventMap } from './igc-column-component';
|
|
|
28
26
|
|
|
29
27
|
/**
|
|
30
28
|
* Gets the width of the column layout.
|
|
31
|
-
* ```typescript
|
|
32
|
-
* let columnGroupWidth = this.columnGroup.width;
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @memberof IgxColumnGroupComponent
|
|
36
29
|
*/
|
|
37
30
|
public get width(): any;
|
|
38
31
|
|
|
@@ -41,11 +34,6 @@ import { IgcColumnComponentEventMap } from './igc-column-component';
|
|
|
41
34
|
/**
|
|
42
35
|
* Gets the column visible index.
|
|
43
36
|
* If the column is not visible, returns `-1`.
|
|
44
|
-
* ```typescript
|
|
45
|
-
* let visibleColumnIndex = this.column.visibleIndex;
|
|
46
|
-
* ```
|
|
47
|
-
*
|
|
48
|
-
* @memberof IgxColumnComponent
|
|
49
37
|
*/
|
|
50
38
|
public get visibleIndex(): number;
|
|
51
39
|
|
|
@@ -7,7 +7,7 @@ import { IgcColumnComponent } from './igc-column-component';
|
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Event emitted when a checkbox in the checkbox
|
|
10
|
-
* list of an
|
|
10
|
+
* list of an column actions component is clicked.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
export declare class IgcColumnToggledEventArgs extends IgcBaseEventArgs
|
|
@@ -17,11 +17,6 @@ import { CsvFileTypes } from './csv-file-types';
|
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* Gets the value delimiter which will be used for the exporting operation.
|
|
20
|
-
* ```typescript
|
|
21
|
-
* let delimiter = this.exportOptions.valueDelimiter;
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @memberof IgxCsvExporterOptions
|
|
25
20
|
*/
|
|
26
21
|
public set valueDelimiter(value: any);
|
|
27
22
|
public get valueDelimiter(): any;
|
|
@@ -30,11 +25,6 @@ import { CsvFileTypes } from './csv-file-types';
|
|
|
30
25
|
|
|
31
26
|
/**
|
|
32
27
|
* Gets the CSV export format.
|
|
33
|
-
* ```typescript
|
|
34
|
-
* let filetype = this.exportOptions.fileType;
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @memberof IgxCsvExporterOptions
|
|
38
28
|
*/
|
|
39
29
|
public set fileType(value: any);
|
|
40
30
|
public get fileType(): any;
|
|
@@ -11,24 +11,9 @@ import { IgcBaseExporterEventMap } from './igc-base-exporter';
|
|
|
11
11
|
/**
|
|
12
12
|
* **Ignite UI for Angular CSV Exporter Service** -
|
|
13
13
|
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/exporter-csv)
|
|
14
|
-
*
|
|
15
14
|
* The Ignite UI for Angular CSV Exporter service can export data in a Character Separated Values format from
|
|
16
|
-
* both raw data (array) or from an
|
|
17
|
-
*
|
|
15
|
+
* both raw data (array) or from an grid.
|
|
18
16
|
* Example:
|
|
19
|
-
* ```typescript
|
|
20
|
-
* public localData = [
|
|
21
|
-
* { Name: "Eric Ridley", Age: "26" },
|
|
22
|
-
* { Name: "Alanis Brook", Age: "22" },
|
|
23
|
-
* { Name: "Jonathan Morris", Age: "23" }
|
|
24
|
-
* ];
|
|
25
|
-
*
|
|
26
|
-
* constructor(private csvExportService: IgxCsvExporterService) {
|
|
27
|
-
* }
|
|
28
|
-
*
|
|
29
|
-
* const opt: IgxCsvExporterOptions = new IgxCsvExporterOptions("FileName", CsvFileTypes.CSV);
|
|
30
|
-
* this.csvExportService.exportData(this.localData, opt);
|
|
31
|
-
* ```
|
|
32
17
|
*/
|
|
33
18
|
|
|
34
19
|
export declare class IgcCsvExporterService extends EventEmitterMixin<IgcCsvExporterServiceEventMap, AbstractConstructor<IgcBaseExporter>>(IgcBaseExporter)
|
|
@@ -41,13 +26,6 @@ export declare interface IgcCsvExporterServiceEventMap extends IgcBaseExporterEv
|
|
|
41
26
|
|
|
42
27
|
/**
|
|
43
28
|
* This event is emitted when the export process finishes.
|
|
44
|
-
* ```typescript
|
|
45
|
-
* this.exporterService.exportEnded.subscribe((args: ICsvExportEndedEventArgs) => {
|
|
46
|
-
* // put event handler code here
|
|
47
|
-
* });
|
|
48
|
-
* ```
|
|
49
|
-
*
|
|
50
|
-
* @memberof IgxCsvExporterService
|
|
51
29
|
*/
|
|
52
30
|
exportEnded: CustomEvent<IgcCsvExportEndedEventArgs>;
|
|
53
31
|
|
|
@@ -7,8 +7,6 @@ import { IgcBaseDateTimeFilteringOperand } from './igc-base-date-time-filtering-
|
|
|
7
7
|
/* blazorCSSuppress */
|
|
8
8
|
/**
|
|
9
9
|
* Provides filtering operations for Dates
|
|
10
|
-
*
|
|
11
|
-
* @export
|
|
12
10
|
*/
|
|
13
11
|
|
|
14
12
|
export declare class IgcDateFilteringOperand extends IgcBaseDateTimeFilteringOperand
|
|
@@ -16,11 +16,6 @@ import { IgcSummaryResult } from './igc-summary-result';
|
|
|
16
16
|
/**
|
|
17
17
|
* Returns the latest date value in the data records.
|
|
18
18
|
* If filtering is applied, returns the latest date value in the filtered data records.
|
|
19
|
-
* ```typescript
|
|
20
|
-
* IgxDateSummaryOperand.latest(data);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @memberof IgxDateSummaryOperand
|
|
24
19
|
*/
|
|
25
20
|
public static latest(data: any[]): void;
|
|
26
21
|
|
|
@@ -28,44 +23,12 @@ import { IgcSummaryResult } from './igc-summary-result';
|
|
|
28
23
|
/**
|
|
29
24
|
* Returns the earliest date value in the data records.
|
|
30
25
|
* If filtering is applied, returns the latest date value in the filtered data records.
|
|
31
|
-
* ```typescript
|
|
32
|
-
* IgxDateSummaryOperand.earliest(data);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @memberof IgxDateSummaryOperand
|
|
36
26
|
*/
|
|
37
27
|
public static earliest(data: any[]): void;
|
|
38
28
|
|
|
39
29
|
|
|
40
30
|
/**
|
|
41
|
-
* Executes the static methods and returns
|
|
42
|
-
* ```typescript
|
|
43
|
-
* interface IgxSummaryResult {
|
|
44
|
-
* key: string;
|
|
45
|
-
* label: string;
|
|
46
|
-
* summaryResult: any;
|
|
47
|
-
* }
|
|
48
|
-
* ```
|
|
49
|
-
* Can be overridden in the inherited classes to provide customization for the `summary`.
|
|
50
|
-
* ```typescript
|
|
51
|
-
* class CustomDateSummary extends IgxDateSummaryOperand {
|
|
52
|
-
* constructor() {
|
|
53
|
-
* super();
|
|
54
|
-
* }
|
|
55
|
-
* public operate(data: any[], allData: any[], fieldName: string, groupRecord: IGroupByRecord): IgxSummaryResult[] {
|
|
56
|
-
* const result = super.operate(data, allData, fieldName, groupRecord);
|
|
57
|
-
* result.push({
|
|
58
|
-
* key: "deadline",
|
|
59
|
-
* label: "Deadline Date",
|
|
60
|
-
* summaryResult: this.calculateDeadline(data);
|
|
61
|
-
* });
|
|
62
|
-
* return result;
|
|
63
|
-
* }
|
|
64
|
-
* }
|
|
65
|
-
* this.grid.getColumnByName('ColumnName').summaries = CustomDateSummary;
|
|
66
|
-
* ```
|
|
67
|
-
*
|
|
68
|
-
* @memberof IgxDateSummaryOperand
|
|
31
|
+
* Executes the static methods and returns summary result[]`.
|
|
69
32
|
*/
|
|
70
33
|
public operate(data?: any[], allData?: any[], fieldName?: string, groupRecord?: IgcGroupByRecord): IgcSummaryResult[];
|
|
71
34
|
|
|
@@ -19,6 +19,7 @@ import { PivotDimensionType } from './pivot-dimension-type';
|
|
|
19
19
|
public get dimensions(): IgcPivotDimension[];
|
|
20
20
|
|
|
21
21
|
|
|
22
|
+
/* mustCoerceToInt */
|
|
22
23
|
/** The dimension list type - Row, Column or Filter. */
|
|
23
24
|
public set dimensionCollectionType(value: PivotDimensionType);
|
|
24
25
|
public get dimensionCollectionType(): PivotDimensionType;
|
|
@@ -16,12 +16,6 @@ import { IgcExporterOptionsBase } from './igc-exporter-options-base';
|
|
|
16
16
|
/**
|
|
17
17
|
* Specifies if column pinning should be ignored. If ignoreColumnsOrder is set to true,
|
|
18
18
|
* this option will always be considered as set to true.
|
|
19
|
-
* ```typescript
|
|
20
|
-
* let ignorePinning = this.exportOptions.ignorePinning;
|
|
21
|
-
* this.exportOptions.ignorePinning = true;
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @memberof IgxExcelExporterOptions
|
|
25
19
|
*/
|
|
26
20
|
public set ignorePinning(value: boolean);
|
|
27
21
|
public get ignorePinning(): boolean;
|
|
@@ -30,12 +24,6 @@ import { IgcExporterOptionsBase } from './igc-exporter-options-base';
|
|
|
30
24
|
|
|
31
25
|
/**
|
|
32
26
|
* Specifies whether the exported data should be formatted as Excel table. (True by default)
|
|
33
|
-
* ```typescript
|
|
34
|
-
* let exportAsTable = this.exportOptions.exportAsTable;
|
|
35
|
-
* this.exportOptions.exportAsTable = false;
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
|
-
* @memberof IgxExcelExporterOptions
|
|
39
27
|
*/
|
|
40
28
|
public set exportAsTable(value: boolean);
|
|
41
29
|
public get exportAsTable(): boolean;
|
|
@@ -44,11 +32,6 @@ import { IgcExporterOptionsBase } from './igc-exporter-options-base';
|
|
|
44
32
|
|
|
45
33
|
/**
|
|
46
34
|
* Gets the width of the columns in the exported excel file.
|
|
47
|
-
* ```typescript
|
|
48
|
-
* let width = this.exportOptions.columnWidth;
|
|
49
|
-
* ```
|
|
50
|
-
*
|
|
51
|
-
* @memberof IgxExcelExporterOptions
|
|
52
35
|
*/
|
|
53
36
|
public set columnWidth(value: number);
|
|
54
37
|
public get columnWidth(): number;
|
|
@@ -57,11 +40,6 @@ import { IgcExporterOptionsBase } from './igc-exporter-options-base';
|
|
|
57
40
|
|
|
58
41
|
/**
|
|
59
42
|
* Gets the height of the rows in the exported excel file.
|
|
60
|
-
* ```typescript
|
|
61
|
-
* let height = this.exportOptions.rowHeight;
|
|
62
|
-
* ```
|
|
63
|
-
*
|
|
64
|
-
* @memberof IgxExcelExporterOptions
|
|
65
43
|
*/
|
|
66
44
|
public set rowHeight(value: number);
|
|
67
45
|
public get rowHeight(): number;
|
|
@@ -70,11 +48,6 @@ import { IgcExporterOptionsBase } from './igc-exporter-options-base';
|
|
|
70
48
|
|
|
71
49
|
/**
|
|
72
50
|
* Gets the name of the worksheet in the exported excel file.
|
|
73
|
-
* ```typescript
|
|
74
|
-
* let worksheetName = this.exportOptions.worksheetName;
|
|
75
|
-
* ```
|
|
76
|
-
*
|
|
77
|
-
* @memberof IgxExcelExporterOptions
|
|
78
51
|
*/
|
|
79
52
|
public set worksheetName(value: string);
|
|
80
53
|
public get worksheetName(): string;
|
|
@@ -11,23 +11,9 @@ import { IgcBaseExporterEventMap } from './igc-base-exporter';
|
|
|
11
11
|
/**
|
|
12
12
|
* **Ignite UI for Angular Excel Exporter Service** -
|
|
13
13
|
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/exporter_excel.html)
|
|
14
|
-
*
|
|
15
14
|
* The Ignite UI for Angular Excel Exporter service can export data in Microsoft® Excel® format from both raw data
|
|
16
|
-
* (array) or from an
|
|
17
|
-
*
|
|
15
|
+
* (array) or from an grid.
|
|
18
16
|
* Example:
|
|
19
|
-
* ```typescript
|
|
20
|
-
* public localData = [
|
|
21
|
-
* { Name: "Eric Ridley", Age: "26" },
|
|
22
|
-
* { Name: "Alanis Brook", Age: "22" },
|
|
23
|
-
* { Name: "Jonathan Morris", Age: "23" }
|
|
24
|
-
* ];
|
|
25
|
-
*
|
|
26
|
-
* constructor(private excelExportService: IgxExcelExporterService) {
|
|
27
|
-
* }
|
|
28
|
-
*
|
|
29
|
-
* this.excelExportService.exportData(this.localData, new IgxExcelExporterOptions("FileName"));
|
|
30
|
-
* ```
|
|
31
17
|
*/
|
|
32
18
|
|
|
33
19
|
export declare class IgcExcelExporterService extends EventEmitterMixin<IgcExcelExporterServiceEventMap, AbstractConstructor<IgcBaseExporter>>(IgcBaseExporter)
|
|
@@ -40,13 +26,6 @@ export declare interface IgcExcelExporterServiceEventMap extends IgcBaseExporter
|
|
|
40
26
|
|
|
41
27
|
/**
|
|
42
28
|
* This event is emitted when the export process finishes.
|
|
43
|
-
* ```typescript
|
|
44
|
-
* this.exporterService.exportEnded.subscribe((args: IExcelExportEndedEventArgs) => {
|
|
45
|
-
* // put event handler code here
|
|
46
|
-
* });
|
|
47
|
-
* ```
|
|
48
|
-
*
|
|
49
|
-
* @memberof IgxExcelExporterService
|
|
50
29
|
*/
|
|
51
30
|
exportEnded: CustomEvent<IgcExcelExportEndedEventArgs>;
|
|
52
31
|
|
|
@@ -12,23 +12,19 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
12
12
|
export declare class IgcExporterEventArgs
|
|
13
13
|
{
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
public
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
|
|
16
|
+
public exporter: IgcBaseExporter;
|
|
17
|
+
|
|
18
|
+
|
|
20
19
|
/* alternateType: ExporterOptionsBase */
|
|
21
|
-
public
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
public set cancel(value: boolean);
|
|
30
|
-
public get cancel(): boolean;
|
|
31
|
-
|
|
20
|
+
public options: IgcExporterOptionsBase;
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
public grid: IgcGridBaseDirective;
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
public cancel: boolean;
|
|
27
|
+
|
|
32
28
|
}
|
|
33
29
|
|
|
34
30
|
|
|
@@ -8,12 +8,6 @@
|
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Specifies whether hidden columns should be exported.
|
|
11
|
-
* ```typescript
|
|
12
|
-
* let ignoreColumnsVisibility = this.exportOptions.ignoreColumnsVisibility;
|
|
13
|
-
* this.exportOptions.ignoreColumnsVisibility = true;
|
|
14
|
-
* ```
|
|
15
|
-
*
|
|
16
|
-
* @memberof IgxExporterOptionsBase
|
|
17
11
|
*/
|
|
18
12
|
public set ignoreColumnsVisibility(value: boolean);
|
|
19
13
|
public get ignoreColumnsVisibility(): boolean;
|
|
@@ -22,12 +16,6 @@
|
|
|
22
16
|
|
|
23
17
|
/**
|
|
24
18
|
* Specifies whether filtered out rows should be exported.
|
|
25
|
-
* ```typescript
|
|
26
|
-
* let ignoreFiltering = this.exportOptions.ignoreFiltering;
|
|
27
|
-
* this.exportOptions.ignoreFiltering = true;
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @memberof IgxExporterOptionsBase
|
|
31
19
|
*/
|
|
32
20
|
public set ignoreFiltering(value: boolean);
|
|
33
21
|
public get ignoreFiltering(): boolean;
|
|
@@ -35,13 +23,7 @@
|
|
|
35
23
|
|
|
36
24
|
|
|
37
25
|
/**
|
|
38
|
-
* Specifies if the exporter should ignore the current column order in the
|
|
39
|
-
* ```typescript
|
|
40
|
-
* let ignoreColumnsOrder = this.exportOptions.ignoreColumnsOrder;
|
|
41
|
-
* this.exportOptions.ignoreColumnsOrder = true;
|
|
42
|
-
* ```
|
|
43
|
-
*
|
|
44
|
-
* @memberof IgxExporterOptionsBase
|
|
26
|
+
* Specifies if the exporter should ignore the current column order in the grid.
|
|
45
27
|
*/
|
|
46
28
|
public set ignoreColumnsOrder(value: boolean);
|
|
47
29
|
public get ignoreColumnsOrder(): boolean;
|
|
@@ -49,15 +31,9 @@
|
|
|
49
31
|
|
|
50
32
|
|
|
51
33
|
/**
|
|
52
|
-
* Specifies whether the exported data should be sorted as in the provided
|
|
34
|
+
* Specifies whether the exported data should be sorted as in the provided grid.
|
|
53
35
|
* When you export grouped data, setting ignoreSorting to true will cause
|
|
54
36
|
* the grouping to fail because it relies on the sorting of the records.
|
|
55
|
-
* ```typescript
|
|
56
|
-
* let ignoreSorting = this.exportOptions.ignoreSorting;
|
|
57
|
-
* this.exportOptions.ignoreSorting = true;
|
|
58
|
-
* ```
|
|
59
|
-
*
|
|
60
|
-
* @memberof IgxExporterOptionsBase
|
|
61
37
|
*/
|
|
62
38
|
public set ignoreSorting(value: boolean);
|
|
63
39
|
public get ignoreSorting(): boolean;
|
|
@@ -65,13 +41,7 @@
|
|
|
65
41
|
|
|
66
42
|
|
|
67
43
|
/**
|
|
68
|
-
* Specifies whether the exported data should be grouped as in the provided
|
|
69
|
-
* ```typescript
|
|
70
|
-
* let ignoreGrouping = this.exportOptions.ignoreGrouping;
|
|
71
|
-
* this.exportOptions.ignoreGrouping = true;
|
|
72
|
-
* ```
|
|
73
|
-
*
|
|
74
|
-
* @memberof IgxExporterOptionsBase
|
|
44
|
+
* Specifies whether the exported data should be grouped as in the provided grid.
|
|
75
45
|
*/
|
|
76
46
|
public set ignoreGrouping(value: boolean);
|
|
77
47
|
public get ignoreGrouping(): boolean;
|
|
@@ -79,13 +49,7 @@
|
|
|
79
49
|
|
|
80
50
|
|
|
81
51
|
/**
|
|
82
|
-
* Specifies whether the exported data should include multi column headers as in the provided
|
|
83
|
-
* ```typescript
|
|
84
|
-
* let ignoreMultiColumnHeaders = this.exportOptions.ignoreMultiColumnHeaders;
|
|
85
|
-
* this.exportOptions.ignoreMultiColumnHeaders = true;
|
|
86
|
-
* ```
|
|
87
|
-
*
|
|
88
|
-
* @memberof IgxExporterOptionsBase
|
|
52
|
+
* Specifies whether the exported data should include multi column headers as in the provided grid.
|
|
89
53
|
*/
|
|
90
54
|
public set ignoreMultiColumnHeaders(value: boolean);
|
|
91
55
|
public get ignoreMultiColumnHeaders(): boolean;
|
|
@@ -94,12 +58,6 @@
|
|
|
94
58
|
|
|
95
59
|
/**
|
|
96
60
|
* Specifies whether the exported data should include column summaries.
|
|
97
|
-
* ```typescript
|
|
98
|
-
* let exportSummaries = this.exportOptions.exportSummaries;
|
|
99
|
-
* this.exportOptions.exportSummaries = true;
|
|
100
|
-
* ```
|
|
101
|
-
*
|
|
102
|
-
* @memberof IgxExporterOptionsBase
|
|
103
61
|
*/
|
|
104
62
|
public set exportSummaries(value: boolean);
|
|
105
63
|
public get exportSummaries(): boolean;
|
|
@@ -108,12 +66,6 @@
|
|
|
108
66
|
|
|
109
67
|
/**
|
|
110
68
|
* Specifies whether the exported data should have frozen headers.
|
|
111
|
-
* ```typescript
|
|
112
|
-
* let freezeHeaders = this.exportOptions.freezeHeaders;
|
|
113
|
-
* this.exportOptions.freezeHeaders = true;
|
|
114
|
-
* ```
|
|
115
|
-
*
|
|
116
|
-
* @memberof IgxExporterOptionsBase
|
|
117
69
|
*/
|
|
118
70
|
public set freezeHeaders(value: boolean);
|
|
119
71
|
public get freezeHeaders(): boolean;
|
|
@@ -122,12 +74,6 @@
|
|
|
122
74
|
|
|
123
75
|
/**
|
|
124
76
|
* Specifies whether the headers should be exported if there is no data.
|
|
125
|
-
* ```typescript
|
|
126
|
-
* let alwaysExportHeaders = this.exportOptions.alwaysExportHeaders;
|
|
127
|
-
* this.exportOptions.alwaysExportHeaders = false;
|
|
128
|
-
* ```
|
|
129
|
-
*
|
|
130
|
-
* @memberof IgxExporterOptionsBase
|
|
131
77
|
*/
|
|
132
78
|
public set alwaysExportHeaders(value: boolean);
|
|
133
79
|
public get alwaysExportHeaders(): boolean;
|
|
@@ -136,11 +82,6 @@
|
|
|
136
82
|
|
|
137
83
|
/**
|
|
138
84
|
* Gets the file name which will be used for the exporting operation.
|
|
139
|
-
* ```typescript
|
|
140
|
-
* let fileName = this.exportOptions.fileName;
|
|
141
|
-
* ```
|
|
142
|
-
*
|
|
143
|
-
* @memberof IgxExporterOptionsBase
|
|
144
85
|
*/
|
|
145
86
|
public set fileName(value: string);
|
|
146
87
|
public get fileName(): string;
|
|
@@ -16,6 +16,7 @@ import { IgcFilteringExpression } from './igc-filtering-expression';
|
|
|
16
16
|
public get filteringOperands(): (IgcExpressionTree | IgcFilteringExpression)[];
|
|
17
17
|
|
|
18
18
|
|
|
19
|
+
/* mustCoerceToInt */
|
|
19
20
|
public set operator(value: FilteringLogic);
|
|
20
21
|
public get operator(): FilteringLogic;
|
|
21
22
|
|
|
@@ -84,10 +84,8 @@ import { IgcFieldPipeArgs } from './igc-field-pipe-args';
|
|
|
84
84
|
|
|
85
85
|
/**
|
|
86
86
|
* Optional formatter function to transform the value before display.
|
|
87
|
-
*
|
|
88
87
|
* @param value - The value of the field.
|
|
89
88
|
* @param rowData - Optional row data that contains this field.
|
|
90
|
-
* @returns The formatted value.
|
|
91
89
|
*/
|
|
92
90
|
public formatter?(value: any, rowData?: any): any;
|
|
93
91
|
|
|
@@ -20,6 +20,7 @@ import { FilteringLogic } from './filtering-logic';
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
/* alternateName: treeType */
|
|
23
|
+
/* mustCoerceToInt */
|
|
23
24
|
public type?: FilteringExpressionsTreeType;
|
|
24
25
|
|
|
25
26
|
|
|
@@ -29,6 +30,7 @@ import { FilteringLogic } from './filtering-logic';
|
|
|
29
30
|
public owner?: any;
|
|
30
31
|
|
|
31
32
|
|
|
33
|
+
/* mustCoerceToInt */
|
|
32
34
|
public set operator(value: FilteringLogic);
|
|
33
35
|
public get operator(): FilteringLogic;
|
|
34
36
|
|
|
@@ -5,8 +5,6 @@ import { IgcFilteringOperation } from './igc-filtering-operation';
|
|
|
5
5
|
/**
|
|
6
6
|
* Provides base filtering operations
|
|
7
7
|
* Implementations should be Singleton
|
|
8
|
-
*
|
|
9
|
-
* @export
|
|
10
8
|
*/
|
|
11
9
|
|
|
12
10
|
export declare class IgcFilteringOperand
|
|
@@ -31,7 +29,6 @@ import { IgcFilteringOperation } from './igc-filtering-operation';
|
|
|
31
29
|
|
|
32
30
|
/**
|
|
33
31
|
* Returns an instance of the condition with the specified name.
|
|
34
|
-
*
|
|
35
32
|
* @param name The name of the condition.
|
|
36
33
|
*/
|
|
37
34
|
public condition(name: string): IgcFilteringOperation;
|
|
@@ -40,7 +37,6 @@ import { IgcFilteringOperation } from './igc-filtering-operation';
|
|
|
40
37
|
|
|
41
38
|
/**
|
|
42
39
|
* Adds a new condition to the filtering operations.
|
|
43
|
-
*
|
|
44
40
|
* @param operation The filtering operation.
|
|
45
41
|
*/
|
|
46
42
|
public append(operation: IgcFilteringOperation): void;
|