igniteui-webcomponents-grids 5.0.0-beta.3 → 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.
- package/grids/combined.js +1747 -1736
- package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
- package/grids/lib/igc-pivot-configuration.d.ts +1 -1
- package/grids/lib/igc-pivot-dimension.d.ts +1 -1
- package/grids/lib/igc-pivot-value.d.ts +1 -1
- 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/package.json +4 -4
|
@@ -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.
|
|
@@ -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
|
*/
|