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.
@@ -63,7 +63,7 @@ export let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
63
63
  childList: true
64
64
  });
65
65
  }
66
- this._conditionalStylesAdapter = new CollectionAdapter([], this.i.conditionalStyles, this.actualConditionalStyles, (c) => c.i, (i) => {
66
+ this._conditionalStylesAdapter = new CollectionAdapter(this.contentConditionalStyles, this.i.conditionalStyles, this.actualConditionalStyles, (c) => c.i, (i) => {
67
67
  if (this._initializeElement) {
68
68
  this._initializeElement(i);
69
69
  }
@@ -57,7 +57,7 @@ export let IgcGridConditionalStyleComponent = /*@__PURE__*/ (() => {
57
57
  childList: true
58
58
  });
59
59
  }
60
- this._propertiesAdapter = new CollectionAdapter([], this.i.properties, this.actualProperties, (c) => c.i, (i) => {
60
+ this._propertiesAdapter = new CollectionAdapter(this.contentProperties, this.i.properties, this.actualProperties, (c) => c.i, (i) => {
61
61
  if (this._initializeElement) {
62
62
  this._initializeElement(i);
63
63
  }
@@ -116,7 +116,7 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
116
116
  childList: true
117
117
  });
118
118
  }
119
- this._conditionalStylesAdapter = new CollectionAdapter([], this.i.conditionalStyles, this.actualConditionalStyles, function (c) { return c.i; }, function (i) {
119
+ this._conditionalStylesAdapter = new CollectionAdapter(this.contentConditionalStyles, this.i.conditionalStyles, this.actualConditionalStyles, function (c) { return c.i; }, function (i) {
120
120
  if (_this._initializeElement) {
121
121
  _this._initializeElement(i);
122
122
  }
@@ -107,7 +107,7 @@ var IgcGridConditionalStyleComponent = /** @class */ /*@__PURE__*/ (function (_s
107
107
  childList: true
108
108
  });
109
109
  }
110
- this._propertiesAdapter = new CollectionAdapter([], this.i.properties, this.actualProperties, function (c) { return c.i; }, function (i) {
110
+ this._propertiesAdapter = new CollectionAdapter(this.contentProperties, this.i.properties, this.actualProperties, function (c) { return c.i; }, function (i) {
111
111
  if (_this._initializeElement) {
112
112
  _this._initializeElement(i);
113
113
  }
@@ -41767,7 +41767,7 @@ let IgcGridConditionalStyleComponent = /*@__PURE__*/ (() => {
41767
41767
  childList: true
41768
41768
  });
41769
41769
  }
41770
- this._propertiesAdapter = new CollectionAdapter([], this.i.properties, this.actualProperties, (c) => c.i, (i) => {
41770
+ this._propertiesAdapter = new CollectionAdapter(this.contentProperties, this.i.properties, this.actualProperties, (c) => c.i, (i) => {
41771
41771
  if (this._initializeElement) {
41772
41772
  this._initializeElement(i);
41773
41773
  }
@@ -42222,7 +42222,7 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
42222
42222
  childList: true
42223
42223
  });
42224
42224
  }
42225
- this._conditionalStylesAdapter = new CollectionAdapter([], this.i.conditionalStyles, this.actualConditionalStyles, (c) => c.i, (i) => {
42225
+ this._conditionalStylesAdapter = new CollectionAdapter(this.contentConditionalStyles, this.i.conditionalStyles, this.actualConditionalStyles, (c) => c.i, (i) => {
42226
42226
  if (this._initializeElement) {
42227
42227
  this._initializeElement(i);
42228
42228
  }
@@ -47227,7 +47227,7 @@ var IgcGridConditionalStyleComponent = /** @class */ /*@__PURE__*/ (function (_s
47227
47227
  childList: true
47228
47228
  });
47229
47229
  }
47230
- this._propertiesAdapter = new CollectionAdapter([], this.i.properties, this.actualProperties, function (c) { return c.i; }, function (i) {
47230
+ this._propertiesAdapter = new CollectionAdapter(this.contentProperties, this.i.properties, this.actualProperties, function (c) { return c.i; }, function (i) {
47231
47231
  if (_this._initializeElement) {
47232
47232
  _this._initializeElement(i);
47233
47233
  }
@@ -47773,7 +47773,7 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
47773
47773
  childList: true
47774
47774
  });
47775
47775
  }
47776
- this._conditionalStylesAdapter = new CollectionAdapter([], this.i.conditionalStyles, this.actualConditionalStyles, function (c) { return c.i; }, function (i) {
47776
+ this._conditionalStylesAdapter = new CollectionAdapter(this.contentConditionalStyles, this.i.conditionalStyles, this.actualConditionalStyles, function (c) { return c.i; }, function (i) {
47777
47777
  if (_this._initializeElement) {
47778
47778
  _this._initializeElement(i);
47779
47779
  }