igniteui-webcomponents-grids 5.1.1 → 5.2.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 +2 -2
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/igc-definition-base-component.js +1 -1
- package/esm2015/lib/igc-grid-conditional-style-component.js +1 -1
- package/esm5/lib/igc-definition-base-component.js +1 -1
- package/esm5/lib/igc-grid-conditional-style-component.js +1 -1
- package/fesm2015/igniteui-webcomponents-grids.js +2 -2
- package/fesm5/igniteui-webcomponents-grids.js +2 -2
- package/grids/combined.js +485 -478
- 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
|
@@ -47228,7 +47228,7 @@
|
|
|
47228
47228
|
childList: true
|
|
47229
47229
|
});
|
|
47230
47230
|
}
|
|
47231
|
-
this._propertiesAdapter = new igniteuiWebcomponentsCore.CollectionAdapter(
|
|
47231
|
+
this._propertiesAdapter = new igniteuiWebcomponentsCore.CollectionAdapter(this.contentProperties, this.i.properties, this.actualProperties, function (c) { return c.i; }, function (i) {
|
|
47232
47232
|
if (_this._initializeElement) {
|
|
47233
47233
|
_this._initializeElement(i);
|
|
47234
47234
|
}
|
|
@@ -47774,7 +47774,7 @@
|
|
|
47774
47774
|
childList: true
|
|
47775
47775
|
});
|
|
47776
47776
|
}
|
|
47777
|
-
this._conditionalStylesAdapter = new igniteuiWebcomponentsCore.CollectionAdapter(
|
|
47777
|
+
this._conditionalStylesAdapter = new igniteuiWebcomponentsCore.CollectionAdapter(this.contentConditionalStyles, this.i.conditionalStyles, this.actualConditionalStyles, function (c) { return c.i; }, function (i) {
|
|
47778
47778
|
if (_this._initializeElement) {
|
|
47779
47779
|
_this._initializeElement(i);
|
|
47780
47780
|
}
|