igniteui-webcomponents-grids 5.1.1 → 5.2.0-beta.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.
@@ -47228,7 +47228,7 @@
47228
47228
  childList: true
47229
47229
  });
47230
47230
  }
47231
- this._propertiesAdapter = new igniteuiWebcomponentsCore.CollectionAdapter([], this.i.properties, this.actualProperties, function (c) { return c.i; }, function (i) {
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([], this.i.conditionalStyles, this.actualConditionalStyles, function (c) { return c.i; }, function (i) {
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
  }