igniteui-webcomponents-grids 4.0.3 → 4.2.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/bundles/igniteui-webcomponents-grids.umd.js +1042 -654
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +26 -26
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +552 -389
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +1 -1
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +5 -5
- package/esm2015/lib/EditorCell.js +1 -1
- package/esm2015/lib/FilterCell.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +8 -8
- package/esm2015/lib/GridFilterDialogView_combined.js +5 -5
- package/esm2015/lib/GridSortIndicatorView_combined.js +9 -9
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +19 -19
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +40 -40
- package/esm2015/lib/TextEditorView.js +10 -10
- package/esm2015/lib/igc-checkbox-list-component.js +155 -50
- package/esm2015/lib/igc-data-grid-column-component.js +10 -6
- package/esm2015/lib/igc-data-grid-component.js +45 -27
- package/esm2015/lib/igc-grid-active-cell-changed-event-args.js +10 -6
- package/esm2015/lib/igc-grid-column-width-changed-event-args.js +10 -6
- package/esm2015/lib/igc-grid-custom-filter-requested-event-args.js +5 -3
- package/esm2015/lib/igc-grid-filter-expressions-event-args.js +5 -3
- package/esm2015/lib/igc-grid-group-descriptions-changed-event-args.js +5 -3
- package/esm2015/lib/igc-grid-sort-descriptions-changed-event-args.js +5 -3
- package/esm2015/lib/igc-grid-summary-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/CanvasGridCellBase.js +26 -26
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasTextHeaderCell.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +578 -375
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +1 -1
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +5 -5
- package/esm5/lib/EditorCell.js +1 -1
- package/esm5/lib/FilterCell.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm5/lib/GridExpansionIndicatorView_combined.js +8 -8
- package/esm5/lib/GridFilterDialogView_combined.js +5 -5
- package/esm5/lib/GridSortIndicatorView_combined.js +9 -9
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/MultiColumnComboBoxView_combined.js +19 -19
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +40 -40
- package/esm5/lib/TextEditorView.js +10 -10
- package/esm5/lib/igc-checkbox-list-component.js +195 -50
- package/esm5/lib/igc-data-grid-column-component.js +10 -6
- package/esm5/lib/igc-data-grid-component.js +45 -27
- package/esm5/lib/igc-grid-active-cell-changed-event-args.js +10 -6
- package/esm5/lib/igc-grid-column-width-changed-event-args.js +10 -6
- package/esm5/lib/igc-grid-custom-filter-requested-event-args.js +5 -3
- package/esm5/lib/igc-grid-filter-expressions-event-args.js +5 -3
- package/esm5/lib/igc-grid-group-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/igc-grid-sort-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/igc-grid-summary-descriptions-changed-event-args.js +5 -3
- package/fesm2015/igniteui-webcomponents-grids.js +974 -666
- package/fesm5/igniteui-webcomponents-grids.js +1040 -652
- package/grids/combined.js +173 -91
- package/grids/index.d.ts +30 -0
- package/grids/index.js +1 -0
- package/grids/lib/column-pinning-position.d.ts +1 -0
- package/grids/lib/common.d.ts +0 -4
- package/grids/lib/filtering-expressions-tree-type.d.ts +1 -0
- package/grids/lib/filtering-logic.d.ts +1 -0
- package/grids/lib/grid-column-data-type.d.ts +1 -1
- package/grids/lib/grid-paging-mode.d.ts +1 -0
- package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
- package/grids/lib/igc-action-strip-resource-strings.d.ts +1 -2
- package/grids/lib/igc-active-node-change-event-args.d.ts +1 -2
- package/grids/lib/igc-base-date-time-filtering-operand.d.ts +18 -0
- package/grids/lib/igc-base-event-args.d.ts +1 -2
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
- package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-cell-type.d.ts +6 -12
- package/grids/lib/igc-column-component.d.ts +4 -3
- package/grids/lib/igc-column-exporting-event-args.d.ts +1 -2
- package/grids/lib/igc-column-group-component.d.ts +4 -2
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +21 -0
- package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-date-summary-operand.d.ts +75 -0
- package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
- package/grids/lib/igc-dimensions-change.d.ts +30 -0
- package/grids/lib/igc-display-density-base.d.ts +1 -1
- package/grids/lib/igc-exporter-options-base.d.ts +18 -2
- package/grids/lib/igc-field-pipe-args.d.ts +6 -12
- package/grids/lib/igc-filtering-expression.d.ts +33 -0
- package/grids/lib/igc-filtering-expressions-tree.d.ts +8 -8
- package/grids/lib/igc-filtering-operand.d.ts +4 -2
- package/grids/lib/igc-filtering-operation.d.ts +5 -2
- package/grids/lib/igc-for-of-state.d.ts +2 -4
- package/grids/lib/igc-grid-action-button-component.d.ts +1 -1
- package/grids/lib/igc-grid-actions-base-directive.d.ts +1 -1
- package/grids/lib/igc-grid-base-directive.d.ts +34 -6
- package/grids/lib/igc-grid-component.d.ts +5 -5
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +6 -12
- package/grids/lib/igc-grid-resource-strings.d.ts +166 -326
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +2 -1
- package/grids/lib/igc-grid-validation-state.d.ts +1 -2
- package/grids/lib/igc-group-by-record.d.ts +2 -4
- package/grids/lib/igc-grouped-records.d.ts +1 -1
- package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-number-summary-operand.d.ts +104 -0
- package/grids/lib/igc-overlay-settings.d.ts +6 -12
- package/grids/lib/igc-paginator-resource-strings.d.ts +6 -12
- package/grids/lib/igc-pin-row-event-args.d.ts +2 -4
- package/grids/lib/igc-pinning-config.d.ts +2 -4
- package/grids/lib/igc-pivot-aggregator.d.ts +46 -0
- package/grids/lib/igc-pivot-configuration.d.ts +60 -0
- package/grids/lib/igc-pivot-data-selector-component.d.ts +127 -0
- package/grids/lib/igc-pivot-date-dimension-options.d.ts +34 -0
- package/grids/lib/igc-pivot-date-dimension.d.ts +88 -0
- package/grids/lib/igc-pivot-dimension-strategy.d.ts +25 -0
- package/grids/lib/igc-pivot-dimension.d.ts +69 -0
- package/grids/lib/igc-pivot-grid-component.d.ts +492 -0
- package/grids/lib/igc-pivot-grid-value-template-context.d.ts +20 -0
- package/grids/lib/igc-pivot-keys.d.ts +47 -0
- package/grids/lib/igc-pivot-value.d.ts +65 -0
- package/grids/lib/igc-position-settings.d.ts +6 -12
- package/grids/lib/igc-row-data-event-args.d.ts +0 -5
- package/grids/lib/igc-row-selection-event-args.d.ts +3 -0
- package/grids/lib/igc-row-type.d.ts +19 -38
- package/grids/lib/igc-sorting-event-args.d.ts +2 -4
- package/grids/lib/igc-sorting-expression.d.ts +2 -4
- package/grids/lib/igc-sorting-options.d.ts +3 -2
- package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
- package/grids/lib/igc-summary-operand.d.ts +61 -0
- package/grids/lib/igc-summary-result.d.ts +1 -2
- package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
- package/grids/lib/igc-time-summary-operand.d.ts +49 -0
- package/grids/lib/igc-tree-grid-component.d.ts +3 -2
- package/grids/lib/igc-tree-grid-record.d.ts +5 -10
- package/grids/lib/igc-values-change.d.ts +23 -0
- package/grids/lib/pivot-aggregation-type.d.ts +3 -0
- package/grids/lib/pivot-dimension-type.d.ts +17 -0
- package/grids/lib/row-pinning-position.d.ts +1 -0
- package/grids/lib/sorting-direction.d.ts +1 -0
- package/grids/lib/sorting-options-mode.d.ts +3 -0
- package/grids/styles.css +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/lib/CheckboxListView_combined.d.ts +120 -96
- package/lib/ComparisonOperatorSelectorView_combined.d.ts +1 -1
- package/lib/GridColumnSummaryOptionsView_combined.d.ts +1 -1
- package/lib/igc-checkbox-list-component.d.ts +40 -0
- package/package.json +4 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
import { FilteringLogic } from './filtering-logic';
|
|
3
3
|
import { FilteringExpressionsTreeType } from './filtering-expressions-tree-type';
|
|
4
|
-
import { IgcFilteringExpression } from './
|
|
4
|
+
import { IgcFilteringExpression } from './igc-filtering-expression';
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -33,8 +33,8 @@ import { IgcFilteringExpression } from './common';
|
|
|
33
33
|
*
|
|
34
34
|
* @memberof FilteringExpressionsTree
|
|
35
35
|
*/
|
|
36
|
-
public set filteringOperands(value: IgcFilteringExpressionsTree | IgcFilteringExpression[]);
|
|
37
|
-
public get filteringOperands(): IgcFilteringExpressionsTree | IgcFilteringExpression[];
|
|
36
|
+
public set filteringOperands(value: (IgcFilteringExpressionsTree | IgcFilteringExpression)[]);
|
|
37
|
+
public get filteringOperands(): (IgcFilteringExpressionsTree | IgcFilteringExpression)[];
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
@@ -65,8 +65,7 @@ import { IgcFilteringExpression } from './common';
|
|
|
65
65
|
*
|
|
66
66
|
* @memberof FilteringExpressionsTree
|
|
67
67
|
*/
|
|
68
|
-
public
|
|
69
|
-
public get fieldName(): string;
|
|
68
|
+
public fieldName?: string;
|
|
70
69
|
|
|
71
70
|
|
|
72
71
|
|
|
@@ -82,8 +81,7 @@ import { IgcFilteringExpression } from './common';
|
|
|
82
81
|
*
|
|
83
82
|
* @memberof FilteringExpressionsTree
|
|
84
83
|
*/
|
|
85
|
-
public
|
|
86
|
-
public get type(): FilteringExpressionsTreeType;
|
|
84
|
+
public type?: FilteringExpressionsTreeType;
|
|
87
85
|
|
|
88
86
|
|
|
89
87
|
|
|
@@ -93,7 +91,7 @@ import { IgcFilteringExpression } from './common';
|
|
|
93
91
|
*
|
|
94
92
|
* @param expressionTree filtering expressions tree.
|
|
95
93
|
*/
|
|
96
|
-
public empty(expressionTree: IgcFilteringExpressionsTree): boolean;
|
|
94
|
+
public static empty(expressionTree: IgcFilteringExpressionsTree): boolean;
|
|
97
95
|
|
|
98
96
|
|
|
99
97
|
|
|
@@ -119,6 +117,8 @@ import { IgcFilteringExpression } from './common';
|
|
|
119
117
|
*/
|
|
120
118
|
public findIndex(fieldName: string): number;
|
|
121
119
|
|
|
120
|
+
constructor(operator: FilteringLogic, fieldName?: string);
|
|
121
|
+
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
|
|
@@ -5,7 +5,7 @@ import { IgcFilteringOperation } from './igc-filtering-operation';
|
|
|
5
5
|
/**
|
|
6
6
|
* Provides base filtering operations
|
|
7
7
|
* Implementations should be Singleton
|
|
8
|
-
*
|
|
8
|
+
*
|
|
9
9
|
* @export
|
|
10
10
|
*/
|
|
11
11
|
|
|
@@ -18,7 +18,7 @@ import { IgcFilteringOperation } from './igc-filtering-operation';
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
public instance(): IgcFilteringOperand;
|
|
21
|
+
public static instance(): IgcFilteringOperand;
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
@@ -45,6 +45,8 @@ import { IgcFilteringOperation } from './igc-filtering-operation';
|
|
|
45
45
|
*/
|
|
46
46
|
public append(operation: IgcFilteringOperation): void;
|
|
47
47
|
|
|
48
|
+
constructor();
|
|
49
|
+
|
|
48
50
|
}
|
|
49
51
|
|
|
50
52
|
|
|
@@ -27,9 +27,12 @@
|
|
|
27
27
|
public get iconName(): string;
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
public
|
|
31
|
-
public get hidden(): boolean;
|
|
30
|
+
public hidden?: boolean;
|
|
32
31
|
|
|
32
|
+
|
|
33
|
+
/* csSuppress */
|
|
34
|
+
public logic(value: any, searchVal?: any, ignoreCase?: boolean): boolean;
|
|
35
|
+
|
|
33
36
|
}
|
|
34
37
|
|
|
35
38
|
|
|
@@ -10,12 +10,10 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
|
10
10
|
{
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
public
|
|
14
|
-
public get startIndex(): number;
|
|
13
|
+
public startIndex?: number;
|
|
15
14
|
|
|
16
15
|
|
|
17
|
-
public
|
|
18
|
-
public get chunkSize(): number;
|
|
16
|
+
public chunkSize?: number;
|
|
19
17
|
|
|
20
18
|
}
|
|
21
19
|
|
|
@@ -11,7 +11,7 @@ import { IgcActionStripComponent } from './igc-action-strip-component';
|
|
|
11
11
|
/* jsonAPIManageCollectionInMarkup */
|
|
12
12
|
/* blazorIndirectRender */
|
|
13
13
|
|
|
14
|
-
export declare class IgcGridActionsBaseDirective
|
|
14
|
+
export declare class IgcGridActionsBaseDirective extends HTMLElement
|
|
15
15
|
{
|
|
16
16
|
|
|
17
17
|
|
|
@@ -12,6 +12,7 @@ import { IgcPinColumnEventArgs } from './igc-pin-column-event-args';
|
|
|
12
12
|
import { IgcGridEditEventArgs } from './igc-grid-edit-event-args';
|
|
13
13
|
import { IgcGridEditDoneEventArgs } from './igc-grid-edit-done-event-args';
|
|
14
14
|
import { IgcColumnComponent } from './igc-column-component';
|
|
15
|
+
import { IgcColumnsAutoGeneratedEventArgs } from './igc-columns-auto-generated-event-args';
|
|
15
16
|
import { IgcSortingEventArgs } from './igc-sorting-event-args';
|
|
16
17
|
import { IgcSortingExpression } from './igc-sorting-expression';
|
|
17
18
|
import { IgcFilteringEventArgs } from './igc-filtering-event-args';
|
|
@@ -76,7 +77,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
76
77
|
|
|
77
78
|
|
|
78
79
|
|
|
79
|
-
/* blazorIndirectRender
|
|
80
|
+
/* blazorIndirectRender
|
|
80
81
|
blazorComponent
|
|
81
82
|
omitModule */
|
|
82
83
|
|
|
@@ -906,6 +907,8 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
906
907
|
|
|
907
908
|
|
|
908
909
|
/* blazorByValueArray */
|
|
910
|
+
/* blazorAlwaysWriteback */
|
|
911
|
+
/* @tsTwoWayProperty (true, "RowSelectionChanging", "Detail.NewSelection", false)
|
|
909
912
|
/**
|
|
910
913
|
* Gets/Sets the current selection state.
|
|
911
914
|
*
|
|
@@ -916,7 +919,9 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
916
919
|
* <igx-grid [data]="localData" primaryKey="ID" rowSelection="multiple" [selectedRows]="[0, 1, 2]"><igx-grid>
|
|
917
920
|
* ```
|
|
918
921
|
*/
|
|
919
|
-
|
|
922
|
+
/* @tsTwoWayProperty (true, "RowSelectionChanging", "Detail.NewSelection", false) */
|
|
923
|
+
/* @blazorSynthesizeTwoWayBind */
|
|
924
|
+
public set selectedRows(value: any[]);
|
|
920
925
|
public get selectedRows(): any[];
|
|
921
926
|
|
|
922
927
|
|
|
@@ -1606,6 +1611,18 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
1606
1611
|
|
|
1607
1612
|
|
|
1608
1613
|
|
|
1614
|
+
/**
|
|
1615
|
+
* Recalculates all widths of columns that have size set to `auto`.
|
|
1616
|
+
*
|
|
1617
|
+
* @example
|
|
1618
|
+
* ```typescript
|
|
1619
|
+
* this.grid1.recalculateAutoSizes();
|
|
1620
|
+
* ```
|
|
1621
|
+
*/
|
|
1622
|
+
public recalculateAutoSizes(): void;
|
|
1623
|
+
|
|
1624
|
+
|
|
1625
|
+
|
|
1609
1626
|
/**
|
|
1610
1627
|
* @deprecated in version 12.1.0. Use the corresponding method exposed by the `igx-paginator`
|
|
1611
1628
|
*
|
|
@@ -1707,6 +1724,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
1707
1724
|
|
|
1708
1725
|
|
|
1709
1726
|
|
|
1727
|
+
/* blazorCSSuppress */
|
|
1710
1728
|
/**
|
|
1711
1729
|
* Removes the `IgxGridRowComponent` and the corresponding data record by primary key.
|
|
1712
1730
|
*
|
|
@@ -1723,6 +1741,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
1723
1741
|
|
|
1724
1742
|
|
|
1725
1743
|
|
|
1744
|
+
/* blazorCSSuppress */
|
|
1726
1745
|
/**
|
|
1727
1746
|
* Updates the `IgxGridRowComponent` and the corresponding data record by primary key.
|
|
1728
1747
|
*
|
|
@@ -1740,6 +1759,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
1740
1759
|
|
|
1741
1760
|
|
|
1742
1761
|
|
|
1762
|
+
/* blazorCSSuppress */
|
|
1743
1763
|
/**
|
|
1744
1764
|
* Updates the `IgxGridRowComponent`
|
|
1745
1765
|
*
|
|
@@ -1772,7 +1792,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
1772
1792
|
* ```
|
|
1773
1793
|
* @param rowSelector correspond to rowID
|
|
1774
1794
|
*/
|
|
1775
|
-
public getRowData(rowSelector: any):
|
|
1795
|
+
public getRowData(rowSelector: any): any;
|
|
1776
1796
|
|
|
1777
1797
|
|
|
1778
1798
|
|
|
@@ -2129,7 +2149,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
2129
2149
|
|
|
2130
2150
|
|
|
2131
2151
|
|
|
2132
|
-
|
|
2152
|
+
|
|
2133
2153
|
/**
|
|
2134
2154
|
* Select specified columns.
|
|
2135
2155
|
*
|
|
@@ -2545,6 +2565,12 @@ rowEditExit: CustomEvent<IgcGridEditDoneEventArgs>;
|
|
|
2545
2565
|
*/
|
|
2546
2566
|
columnInit: CustomEvent<IgcColumnComponent>;
|
|
2547
2567
|
|
|
2568
|
+
/* blazorInclude */
|
|
2569
|
+
/**
|
|
2570
|
+
* @internal
|
|
2571
|
+
*/
|
|
2572
|
+
columnsAutogenerated: CustomEvent<IgcColumnsAutoGeneratedEventArgs>;
|
|
2573
|
+
|
|
2548
2574
|
/**
|
|
2549
2575
|
* Emitted before sorting expressions are applied.
|
|
2550
2576
|
*
|
|
@@ -2608,7 +2634,8 @@ filteringDone: CustomEvent<IgcFilteringExpressionsTree>;
|
|
|
2608
2634
|
*/
|
|
2609
2635
|
pagingDone: CustomEvent<IgcPageEventArgs>;
|
|
2610
2636
|
|
|
2611
|
-
|
|
2637
|
+
/* blazorCSSuppress */
|
|
2638
|
+
/**
|
|
2612
2639
|
* Emitted when a row is added.
|
|
2613
2640
|
*
|
|
2614
2641
|
* @remarks
|
|
@@ -2620,7 +2647,8 @@ pagingDone: CustomEvent<IgcPageEventArgs>;
|
|
|
2620
2647
|
*/
|
|
2621
2648
|
rowAdded: CustomEvent<IgcRowDataEventArgs>;
|
|
2622
2649
|
|
|
2623
|
-
|
|
2650
|
+
/* blazorCSSuppress */
|
|
2651
|
+
/**
|
|
2624
2652
|
* Emitted when a row is deleted.
|
|
2625
2653
|
*
|
|
2626
2654
|
* @remarks
|
|
@@ -401,7 +401,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
401
401
|
*
|
|
402
402
|
* @remarks
|
|
403
403
|
* Also allows for multiple columns to be grouped at once if an array of `ISortingExpression` is passed.
|
|
404
|
-
* The
|
|
404
|
+
* The `groupingDone` event would get raised only **once** if this method gets called multiple times with the same arguments.
|
|
405
405
|
* @example
|
|
406
406
|
* ```typescript
|
|
407
407
|
* this.grid.groupBy({ fieldName: name, dir: SortingDirection.Asc, ignoreCase: false });
|
|
@@ -517,7 +517,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
517
517
|
|
|
518
518
|
|
|
519
519
|
/**
|
|
520
|
-
* @
|
|
520
|
+
* @inheritDoc
|
|
521
521
|
*/
|
|
522
522
|
public getSelectedData(formatters?: boolean, headers?: boolean): any[];
|
|
523
523
|
|
|
@@ -605,7 +605,7 @@ dataPreLoad: CustomEvent<IgcForOfState>;
|
|
|
605
605
|
* Emitted when columns are grouped/ungrouped.
|
|
606
606
|
*
|
|
607
607
|
* @remarks
|
|
608
|
-
* The `
|
|
608
|
+
* The `groupingDone` event would be raised only once if several columns get grouped at once by calling
|
|
609
609
|
* the `groupBy()` or `clearGrouping()` API methods and passing an array as an argument.
|
|
610
610
|
* The event arguments provide the `expressions`, `groupedColumns` and `ungroupedColumns` properties, which contain
|
|
611
611
|
* the `ISortingExpression` and the `IgxColumnComponent` related to the grouping/ungrouping operation.
|
|
@@ -614,10 +614,10 @@ dataPreLoad: CustomEvent<IgcForOfState>;
|
|
|
614
614
|
* columns.
|
|
615
615
|
* @example
|
|
616
616
|
* ```html
|
|
617
|
-
* <igx-grid #grid [data]="localData" (
|
|
617
|
+
* <igx-grid #grid [data]="localData" (groupingDone)="groupingDone($event)" [autoGenerate]="true"></igx-grid>
|
|
618
618
|
* ```
|
|
619
619
|
*/
|
|
620
|
-
|
|
620
|
+
groupingDone: CustomEvent<IgcGroupingDoneEventArgs>;
|
|
621
621
|
|
|
622
622
|
}
|
|
623
623
|
|
|
@@ -16,8 +16,7 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
16
16
|
public get rowID(): any;
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
public
|
|
20
|
-
public get cellID(): { rowID: any; columnID: any; rowIndex: number; };
|
|
19
|
+
public cellID?: { rowID: any; columnID: any; rowIndex: number; };
|
|
21
20
|
|
|
22
21
|
|
|
23
22
|
public set rowData(value: any);
|
|
@@ -28,24 +27,19 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
28
27
|
public get oldValue(): any;
|
|
29
28
|
|
|
30
29
|
|
|
31
|
-
public
|
|
32
|
-
public get newValue(): any;
|
|
30
|
+
public newValue?: any;
|
|
33
31
|
|
|
34
32
|
|
|
35
|
-
public
|
|
36
|
-
public get column(): IgcColumnComponent;
|
|
33
|
+
public column?: IgcColumnComponent;
|
|
37
34
|
|
|
38
35
|
|
|
39
|
-
public
|
|
40
|
-
public get owner(): IgcGridBaseDirective;
|
|
36
|
+
public owner?: IgcGridBaseDirective;
|
|
41
37
|
|
|
42
38
|
|
|
43
|
-
public
|
|
44
|
-
public get isAddRow(): boolean;
|
|
39
|
+
public isAddRow?: boolean;
|
|
45
40
|
|
|
46
41
|
|
|
47
|
-
public
|
|
48
|
-
public get valid(): boolean;
|
|
42
|
+
public valid?: boolean;
|
|
49
43
|
|
|
50
44
|
}
|
|
51
45
|
|