igniteui-webcomponents-grids 4.7.2-beta.1 → 4.7.2
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 +940 -828
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +720 -662
- package/esm2015/lib/PropertyEditorView_combined.js +5 -5
- package/esm2015/lib/igc-multi-column-combo-box-component.js +244 -214
- package/esm5/lib/MultiColumnComboBoxView_combined.js +680 -610
- package/esm5/lib/PropertyEditorView_combined.js +5 -5
- package/esm5/lib/igc-multi-column-combo-box-component.js +256 -214
- package/fesm2015/igniteui-webcomponents-grids.js +968 -880
- package/fesm5/igniteui-webcomponents-grids.js +940 -828
- package/grids/combined.js +23 -7
- package/grids/lib/igc-column-component.d.ts +1 -3
- package/grids/lib/igc-position-settings.d.ts +2 -2
- package/grids/lib/igc-row-selector-template-details.d.ts +3 -1
- package/lib/MultiColumnComboBoxView_combined.d.ts +226 -215
- package/lib/igc-multi-column-combo-box-component.d.ts +15 -0
- package/package.json +4 -4
|
@@ -1322,11 +1322,11 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1322
1322
|
c.density = 3;
|
|
1323
1323
|
}
|
|
1324
1324
|
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
1325
|
-
if (c.
|
|
1325
|
+
if (c.dd != e) {
|
|
1326
1326
|
if (!d) {
|
|
1327
1327
|
c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(_this, _this.cq));
|
|
1328
1328
|
}
|
|
1329
|
-
c.
|
|
1329
|
+
c.dd = e;
|
|
1330
1330
|
c.value = null;
|
|
1331
1331
|
c.itemsSource = _this.b(_this.a(e));
|
|
1332
1332
|
if (e.af != c.value) {
|
|
@@ -1353,7 +1353,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1353
1353
|
}
|
|
1354
1354
|
if (d) {
|
|
1355
1355
|
c.selectedValueChanged = delegateCombine(c.selectedValueChanged, runOn(_this, _this.cq));
|
|
1356
|
-
c.
|
|
1356
|
+
c.hw = BrushUtil.h(255, 255, 255, 255);
|
|
1357
1357
|
c.g = ["Name"];
|
|
1358
1358
|
c.columnHeadersVisible = false;
|
|
1359
1359
|
c.defaultColumnWidth = ((function () {
|
|
@@ -1362,7 +1362,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1362
1362
|
$ret.f = _this.ba(e);
|
|
1363
1363
|
return $ret;
|
|
1364
1364
|
})());
|
|
1365
|
-
c.
|
|
1365
|
+
c.fv = "Name";
|
|
1366
1366
|
}
|
|
1367
1367
|
});
|
|
1368
1368
|
};
|
|
@@ -1389,7 +1389,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1389
1389
|
};
|
|
1390
1390
|
PropertyEditor.prototype.cq = function (a, b) {
|
|
1391
1391
|
var c = a;
|
|
1392
|
-
var d = c.
|
|
1392
|
+
var d = c.dd;
|
|
1393
1393
|
this.an = true;
|
|
1394
1394
|
d.af = c.value;
|
|
1395
1395
|
d.ao();
|