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
|
@@ -63,7 +63,7 @@ export let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
63
63
|
childList: true
|
|
64
64
|
});
|
|
65
65
|
}
|
|
66
|
-
this._conditionalStylesAdapter = new CollectionAdapter(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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
|
}
|