igniteui-webcomponents-grids 5.0.0-beta.2 → 5.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.
@@ -340,6 +340,9 @@
340
340
  public igx_grid_row_edit_btn_cancel?: string;
341
341
 
342
342
 
343
+ public igx_grid_row_edit_text?: string;
344
+
345
+
343
346
  public igx_grid_toolbar_actions_filter_prompt?: string;
344
347
 
345
348
 
@@ -2,10 +2,10 @@
2
2
  import { PivotAggregationType } from './pivot-aggregation-type';
3
3
 
4
4
 
5
+ /* jsonAPIPlainObject */
5
6
 
6
7
 
7
8
  /* marshalByValue */
8
- /* jsonAPIComplexObject */
9
9
  /**
10
10
  * Interface describing a IPivotAggregator class.
11
11
  * Used for specifying custom aggregator lists.
@@ -5,10 +5,10 @@ import { IgcPivotValue } from './igc-pivot-value';
5
5
  import { IgcPivotKeys } from './igc-pivot-keys';
6
6
 
7
7
 
8
+ /* jsonAPIPlainObject */
8
9
 
9
10
 
10
11
  /* marshalByValue */
11
- /* jsonAPIComplexObject */
12
12
  /**
13
13
  * Configuration of the pivot grid.
14
14
  */
@@ -4,11 +4,11 @@ import { SortingDirection } from './sorting-direction';
4
4
  import { GridColumnDataType } from './grid-column-data-type';
5
5
 
6
6
 
7
+ /* jsonAPIPlainObject */
7
8
 
8
9
 
9
10
  /* blazorElement */
10
11
  /* marshalByValue */
11
- /* jsonAPIComplexObject */
12
12
  /**
13
13
  * Configuration of a pivot dimension.
14
14
  */
@@ -3,10 +3,10 @@ import { IgcPivotAggregator } from './igc-pivot-aggregator';
3
3
  import { GridColumnDataType } from './grid-column-data-type';
4
4
 
5
5
 
6
+ /* jsonAPIPlainObject */
6
7
 
7
8
 
8
9
  /* marshalByValue */
9
- /* jsonAPIComplexObject */
10
10
  /**
11
11
  * Configuration of a pivot value aggregation.
12
12
  */