igniteui-webcomponents-grids 5.0.2 → 5.1.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/bundles/igniteui-webcomponents-grids.umd.js +1 -1
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/fesm2015/igniteui-webcomponents-grids.js +1 -1
- package/fesm5/igniteui-webcomponents-grids.js +1 -1
- package/grids/combined.js +14362 -14037
- package/grids/index.d.ts +2 -0
- package/grids/lib/igc-column-component.d.ts +21 -0
- package/grids/lib/igc-column-editor-options.d.ts +15 -0
- package/grids/lib/igc-column-state.d.ts +28 -2
- package/grids/lib/igc-field-editor-options.d.ts +21 -0
- package/grids/lib/igc-filtering-expressions-tree.d.ts +0 -7
- package/grids/lib/igc-grid-base-directive.d.ts +7 -2
- package/grids/lib/igc-row-island-component.d.ts +7 -2
- 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
|
@@ -64120,7 +64120,7 @@
|
|
|
64120
64120
|
}
|
|
64121
64121
|
var j = this.b.j;
|
|
64122
64122
|
for (var k = 0; k < j.count; k++) {
|
|
64123
|
-
var l = this.q._inner[k].
|
|
64123
|
+
var l = this.q._inner[k].av();
|
|
64124
64124
|
var m = this.b.b(j._inner[k]);
|
|
64125
64125
|
l.i = m[0] - d;
|
|
64126
64126
|
l.g = m[1] - e;
|