igniteui-webcomponents-grids 4.3.3-beta.2 → 4.7.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.
- package/bundles/igniteui-webcomponents-grids.umd.js +100 -93
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +4 -4
- package/esm2015/lib/ColumnChooserView_combined.js +2 -2
- package/esm2015/lib/ColumnFilterCondition_combined.js +48 -41
- package/esm2015/lib/ColumnGroupingView_combined.js +10 -10
- package/esm2015/lib/ColumnPinningView_combined.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +4 -4
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm2015/lib/GridFilterDialogView_combined.js +3 -3
- package/esm2015/lib/ISummaryChooserView_combined.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +4 -4
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/igc-section-header-component.js +6 -6
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +4 -4
- package/esm5/lib/ColumnChooserView_combined.js +2 -2
- package/esm5/lib/ColumnFilterCondition_combined.js +49 -42
- package/esm5/lib/ColumnGroupingView_combined.js +10 -10
- package/esm5/lib/ColumnPinningView_combined.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +4 -4
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm5/lib/GridFilterDialogView_combined.js +3 -3
- package/esm5/lib/ISummaryChooserView_combined.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +4 -4
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/igc-section-header-component.js +6 -6
- package/fesm2015/igniteui-webcomponents-grids.js +99 -92
- package/fesm5/igniteui-webcomponents-grids.js +100 -93
- package/lib/ColumnFilterCondition_combined.d.ts +6 -5
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/package.json +4 -4
|
@@ -1973,7 +1973,7 @@ var CellModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1973
1973
|
if (c == 1) {
|
|
1974
1974
|
return b;
|
|
1975
1975
|
}
|
|
1976
|
-
return BrushUtil.
|
|
1976
|
+
return BrushUtil.l(a, c, b, 0);
|
|
1977
1977
|
};
|
|
1978
1978
|
CellModel.prototype.kd = function () {
|
|
1979
1979
|
this.ke();
|
|
@@ -5635,7 +5635,7 @@ var Pager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5635
5635
|
if (this.b.isVirtual) {
|
|
5636
5636
|
this.b.firstVisibleIndexRequested = a;
|
|
5637
5637
|
this.b.lastVisibleIndexRequested = a + this.ah;
|
|
5638
|
-
this.d.
|
|
5638
|
+
this.d.d8 = false;
|
|
5639
5639
|
}
|
|
5640
5640
|
this.b2();
|
|
5641
5641
|
this.ac.clear();
|
|
@@ -5646,7 +5646,7 @@ var Pager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5646
5646
|
var c = this.b.getItemAtIndex(b);
|
|
5647
5647
|
this.ac.add1(c);
|
|
5648
5648
|
if (c != null) {
|
|
5649
|
-
this.d.
|
|
5649
|
+
this.d.d8 = true;
|
|
5650
5650
|
}
|
|
5651
5651
|
}
|
|
5652
5652
|
var d = new Array(this.ac.count);
|
|
@@ -5657,7 +5657,7 @@ var Pager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5657
5657
|
if (this.targetGrid != null) {
|
|
5658
5658
|
this.targetGrid.actualDataSource.queueAutoRefresh();
|
|
5659
5659
|
this.targetGrid.actualDataSource.flushAutoRefresh();
|
|
5660
|
-
if (this.b.isVirtual && this.d.
|
|
5660
|
+
if (this.b.isVirtual && this.d.d8) {
|
|
5661
5661
|
this.targetGrid.v4(0, this.ao - 1);
|
|
5662
5662
|
}
|
|
5663
5663
|
else {
|
|
@@ -5688,7 +5688,7 @@ var Pager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5688
5688
|
this.b.summaryScope = this.p;
|
|
5689
5689
|
var b = this.b;
|
|
5690
5690
|
b.schemaChanged = delegateCombine(b.schemaChanged, runOn(this, this.bj));
|
|
5691
|
-
this.d.
|
|
5691
|
+
this.d.d7 = this.b;
|
|
5692
5692
|
switch (this.l) {
|
|
5693
5693
|
case 1:
|
|
5694
5694
|
case 0:
|
|
@@ -17165,7 +17165,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17165
17165
|
}
|
|
17166
17166
|
var r = m;
|
|
17167
17167
|
var s = n;
|
|
17168
|
-
var t = BrushUtil.
|
|
17168
|
+
var t = BrushUtil.l(r, l, s, 0);
|
|
17169
17169
|
q.kh(c, t);
|
|
17170
17170
|
};
|
|
17171
17171
|
}
|
|
@@ -17346,7 +17346,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17346
17346
|
}
|
|
17347
17347
|
var u = p;
|
|
17348
17348
|
var v = q;
|
|
17349
|
-
var w = BrushUtil.
|
|
17349
|
+
var w = BrushUtil.l(u, o, v, 0);
|
|
17350
17350
|
t.kh(c, w);
|
|
17351
17351
|
};
|
|
17352
17352
|
}
|
|
@@ -25952,8 +25952,8 @@ var SectionHeader = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25952
25952
|
__extends(SectionHeader, _super);
|
|
25953
25953
|
function SectionHeader() {
|
|
25954
25954
|
var _this = _super.call(this) || this;
|
|
25955
|
+
_this.fe = null;
|
|
25955
25956
|
_this.fd = null;
|
|
25956
|
-
_this.fc = null;
|
|
25957
25957
|
_this.eu = truncate(DeviceUtils.g(12));
|
|
25958
25958
|
_this.ew = truncate(DeviceUtils.g(1));
|
|
25959
25959
|
_this.ev = truncate(DeviceUtils.g(1));
|
|
@@ -25961,33 +25961,33 @@ var SectionHeader = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25961
25961
|
_this.eq = false;
|
|
25962
25962
|
_this.en = 4;
|
|
25963
25963
|
_this.sectionHeaderPropertyUpdating = null;
|
|
25964
|
-
_this.es =
|
|
25965
|
-
_this.
|
|
25964
|
+
_this.es = null;
|
|
25965
|
+
_this.ff = _this.ef();
|
|
25966
25966
|
return _this;
|
|
25967
25967
|
}
|
|
25968
|
-
Object.defineProperty(SectionHeader.prototype, "
|
|
25968
|
+
Object.defineProperty(SectionHeader.prototype, "fg", {
|
|
25969
25969
|
get: function () {
|
|
25970
|
-
return this.
|
|
25970
|
+
return this.fe;
|
|
25971
25971
|
},
|
|
25972
25972
|
set: function (a) {
|
|
25973
|
-
var b = this.
|
|
25974
|
-
this.
|
|
25975
|
-
if (this.
|
|
25976
|
-
this.c3("SelectedBackground", 10, b, this.
|
|
25973
|
+
var b = this.fe;
|
|
25974
|
+
this.fe = a;
|
|
25975
|
+
if (this.fe != b) {
|
|
25976
|
+
this.c3("SelectedBackground", 10, b, this.fe);
|
|
25977
25977
|
}
|
|
25978
25978
|
},
|
|
25979
25979
|
enumerable: false,
|
|
25980
25980
|
configurable: true
|
|
25981
25981
|
});
|
|
25982
|
-
Object.defineProperty(SectionHeader.prototype, "
|
|
25982
|
+
Object.defineProperty(SectionHeader.prototype, "ff", {
|
|
25983
25983
|
get: function () {
|
|
25984
|
-
return this.
|
|
25984
|
+
return this.fd;
|
|
25985
25985
|
},
|
|
25986
25986
|
set: function (a) {
|
|
25987
|
-
var b = this.
|
|
25988
|
-
this.
|
|
25989
|
-
if (this.
|
|
25990
|
-
this.c3("ActualSelectedBackground", 2, b, this.
|
|
25987
|
+
var b = this.fd;
|
|
25988
|
+
this.fd = a;
|
|
25989
|
+
if (this.fd != b) {
|
|
25990
|
+
this.c3("ActualSelectedBackground", 2, b, this.fd);
|
|
25991
25991
|
}
|
|
25992
25992
|
},
|
|
25993
25993
|
enumerable: false,
|
|
@@ -26166,38 +26166,44 @@ var SectionHeader = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26166
26166
|
};
|
|
26167
26167
|
SectionHeader.prototype.cx = function (a, b, c, d) {
|
|
26168
26168
|
_super.prototype.cx.call(this, a, b, c, d);
|
|
26169
|
-
a.ld = this.
|
|
26169
|
+
a.ld = this.ff;
|
|
26170
26170
|
a.f3 = this.ey;
|
|
26171
26171
|
a.f7 = this.e0;
|
|
26172
26172
|
a.f5 = this.ez;
|
|
26173
26173
|
a.f1 = this.ex;
|
|
26174
26174
|
};
|
|
26175
26175
|
SectionHeader.prototype.c0 = function (a, b) {
|
|
26176
|
-
this.
|
|
26176
|
+
this.fc();
|
|
26177
26177
|
this.c9();
|
|
26178
26178
|
this.dg();
|
|
26179
26179
|
this.dh();
|
|
26180
|
-
this.
|
|
26180
|
+
this.fb();
|
|
26181
26181
|
if (a != null) {
|
|
26182
|
-
a.actualColumnsChanged = delegateRemove(a.actualColumnsChanged, runOn(this, this.
|
|
26182
|
+
a.actualColumnsChanged = delegateRemove(a.actualColumnsChanged, runOn(this, this.fa));
|
|
26183
26183
|
}
|
|
26184
26184
|
if (b != null) {
|
|
26185
|
-
b.actualColumnsChanged = delegateCombine(b.actualColumnsChanged, runOn(this, this.
|
|
26185
|
+
b.actualColumnsChanged = delegateCombine(b.actualColumnsChanged, runOn(this, this.fa));
|
|
26186
26186
|
}
|
|
26187
26187
|
};
|
|
26188
|
-
SectionHeader.prototype.
|
|
26189
|
-
this.es
|
|
26190
|
-
|
|
26191
|
-
|
|
26192
|
-
|
|
26193
|
-
|
|
26188
|
+
SectionHeader.prototype.fa = function (a, b) {
|
|
26189
|
+
this.es = null;
|
|
26190
|
+
this.e9();
|
|
26191
|
+
};
|
|
26192
|
+
SectionHeader.prototype.e9 = function () {
|
|
26193
|
+
if (this.es == null) {
|
|
26194
|
+
this.es = new Dictionary$2(String_$type, ComboBoxColumn.$, 0);
|
|
26195
|
+
for (var a = 0; a < this.grid.columns.count; a++) {
|
|
26196
|
+
var b = typeCast(ComboBoxColumn.$, this.grid.columns._inner[a]);
|
|
26197
|
+
if (b != null && !this.es.containsKey(b.i8)) {
|
|
26198
|
+
this.es.addItem(b.i8, b);
|
|
26199
|
+
}
|
|
26194
26200
|
}
|
|
26195
26201
|
}
|
|
26196
26202
|
};
|
|
26197
26203
|
SectionHeader.prototype.c2 = function (a, b) {
|
|
26198
26204
|
switch (b.propertyName) {
|
|
26199
26205
|
case "SectionHeaderSelectedBackground":
|
|
26200
|
-
this.
|
|
26206
|
+
this.fc();
|
|
26201
26207
|
break;
|
|
26202
26208
|
case "SectionHeaderBackground":
|
|
26203
26209
|
this.c9();
|
|
@@ -26209,21 +26215,21 @@ var SectionHeader = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26209
26215
|
this.dh();
|
|
26210
26216
|
break;
|
|
26211
26217
|
case "IsGroupCollapsable":
|
|
26212
|
-
this.
|
|
26218
|
+
this.fb();
|
|
26213
26219
|
break;
|
|
26214
26220
|
}
|
|
26215
26221
|
};
|
|
26216
|
-
SectionHeader.prototype.
|
|
26217
|
-
if (this.
|
|
26222
|
+
SectionHeader.prototype.fc = function () {
|
|
26223
|
+
if (this.fg == null) {
|
|
26218
26224
|
if (this.grid != null && this.grid.sectionHeaderSelectedBackground != null) {
|
|
26219
|
-
this.
|
|
26225
|
+
this.ff = this.grid.sectionHeaderSelectedBackground;
|
|
26220
26226
|
}
|
|
26221
26227
|
else {
|
|
26222
|
-
this.
|
|
26228
|
+
this.ff = this.ef();
|
|
26223
26229
|
}
|
|
26224
26230
|
}
|
|
26225
26231
|
else {
|
|
26226
|
-
this.
|
|
26232
|
+
this.ff = this.fg;
|
|
26227
26233
|
}
|
|
26228
26234
|
};
|
|
26229
26235
|
SectionHeader.prototype.c9 = function () {
|
|
@@ -26262,7 +26268,7 @@ var SectionHeader = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26262
26268
|
this.ad = this.textStyle;
|
|
26263
26269
|
}
|
|
26264
26270
|
};
|
|
26265
|
-
SectionHeader.prototype.
|
|
26271
|
+
SectionHeader.prototype.fb = function () {
|
|
26266
26272
|
if (this.grid != null) {
|
|
26267
26273
|
this.er = this.grid.isGroupCollapsable;
|
|
26268
26274
|
}
|
|
@@ -26271,7 +26277,7 @@ var SectionHeader = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26271
26277
|
_super.prototype.c4.call(this, a, b, c, d);
|
|
26272
26278
|
switch (a) {
|
|
26273
26279
|
case "SelectedBackground":
|
|
26274
|
-
this.
|
|
26280
|
+
this.fc();
|
|
26275
26281
|
break;
|
|
26276
26282
|
}
|
|
26277
26283
|
if (this.sectionHeaderPropertyUpdating != null) {
|
|
@@ -26370,6 +26376,7 @@ var SectionHeader = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26370
26376
|
e = b.toString();
|
|
26371
26377
|
break;
|
|
26372
26378
|
}
|
|
26379
|
+
this.e9();
|
|
26373
26380
|
if (this.es.containsKey(c.f)) {
|
|
26374
26381
|
var j = this.es.item(c.f);
|
|
26375
26382
|
var k = j.lr(b);
|
|
@@ -511,13 +511,13 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
511
511
|
_this.f = 1;
|
|
512
512
|
_this.h = 2;
|
|
513
513
|
_this.w = "Drag a Column Here";
|
|
514
|
-
_this.bg = BrushUtil.
|
|
514
|
+
_this.bg = BrushUtil.h(158, 0, 0, 0);
|
|
515
515
|
_this.j = null;
|
|
516
|
-
_this.bf = BrushUtil.
|
|
517
|
-
_this.bc = BrushUtil.
|
|
518
|
-
_this.bd = BrushUtil.
|
|
519
|
-
_this.be = BrushUtil.
|
|
520
|
-
_this.bb = BrushUtil.
|
|
516
|
+
_this.bf = BrushUtil.h(158, 0, 0, 0);
|
|
517
|
+
_this.bc = BrushUtil.h(158, 0, 0, 0);
|
|
518
|
+
_this.bd = BrushUtil.h(30, 0, 0, 0);
|
|
519
|
+
_this.be = BrushUtil.h(66, 0, 0, 0);
|
|
520
|
+
_this.bb = BrushUtil.h(255, 248, 248, 248);
|
|
521
521
|
_this.v = 0;
|
|
522
522
|
_this.n = false;
|
|
523
523
|
_this.q = new ObservableCollection$1(XIcon.$, 0);
|
|
@@ -908,28 +908,28 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
908
908
|
else {
|
|
909
909
|
c.svgPath = ColumnGrouping.ac;
|
|
910
910
|
}
|
|
911
|
-
c.fill = BrushUtil.
|
|
911
|
+
c.fill = BrushUtil.h(255, 119, 119, 119);
|
|
912
912
|
this.q.add(c);
|
|
913
913
|
};
|
|
914
914
|
ColumnGrouping.prototype.aq = function (a) {
|
|
915
915
|
var b = new XIcon();
|
|
916
916
|
this.d.am(b, a);
|
|
917
917
|
b.svgPath = ColumnGrouping.aa;
|
|
918
|
-
b.fill = BrushUtil.
|
|
918
|
+
b.fill = BrushUtil.h(255, 119, 119, 119);
|
|
919
919
|
this.q.add(b);
|
|
920
920
|
};
|
|
921
921
|
ColumnGrouping.prototype.as = function (a) {
|
|
922
922
|
var b = new XIcon();
|
|
923
923
|
this.d.am(b, a);
|
|
924
924
|
b.svgPath = ColumnGrouping.ah;
|
|
925
|
-
b.fill = BrushUtil.
|
|
925
|
+
b.fill = BrushUtil.h(255, 119, 119, 119);
|
|
926
926
|
this.q.add(b);
|
|
927
927
|
};
|
|
928
928
|
ColumnGrouping.prototype.ar = function (a) {
|
|
929
929
|
var b = new XIcon();
|
|
930
930
|
this.d.am(b, a);
|
|
931
931
|
b.svgPath = ColumnGrouping.ad;
|
|
932
|
-
b.fill = BrushUtil.
|
|
932
|
+
b.fill = BrushUtil.h(255, 119, 119, 119);
|
|
933
933
|
this.e = b;
|
|
934
934
|
this.q.add(this.e);
|
|
935
935
|
};
|
|
@@ -99,11 +99,11 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
99
99
|
_this.a = null;
|
|
100
100
|
_this.o = null;
|
|
101
101
|
_this.i = null;
|
|
102
|
-
_this.am = BrushUtil.
|
|
102
|
+
_this.am = BrushUtil.h(255, 0, 153, 255);
|
|
103
103
|
_this.n = null;
|
|
104
104
|
_this.e = 1;
|
|
105
105
|
_this.g = 2;
|
|
106
|
-
_this.al = BrushUtil.
|
|
106
|
+
_this.al = BrushUtil.h(255, 248, 248, 248);
|
|
107
107
|
_this.m = false;
|
|
108
108
|
var a = new ColumnPinningView();
|
|
109
109
|
a.a = _this;
|
|
@@ -246,7 +246,7 @@ var DataGridToolbarView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
246
246
|
a.stopPropagation();
|
|
247
247
|
};
|
|
248
248
|
DataGridToolbarView.prototype.w = function (a) {
|
|
249
|
-
var b = ElevationHelper.e(12, BrushUtil.
|
|
249
|
+
var b = ElevationHelper.e(12, BrushUtil.h(66, 0, 0, 0), BrushUtil.h(30, 0, 0, 0), BrushUtil.h(20, 0, 0, 0), 1);
|
|
250
250
|
a.setStyleProperty("boxShadow", b);
|
|
251
251
|
a.setStyleProperty("background-color", this.a.bf._fill);
|
|
252
252
|
a.setStyleProperty("position", "absolute");
|
|
@@ -315,9 +315,9 @@ var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
315
315
|
_this.a = null;
|
|
316
316
|
_this.y = null;
|
|
317
317
|
_this.m = null;
|
|
318
|
-
_this.bd = BrushUtil.
|
|
319
|
-
_this.bb = BrushUtil.
|
|
320
|
-
_this.bc = BrushUtil.
|
|
318
|
+
_this.bd = BrushUtil.h(255, 24, 29, 31);
|
|
319
|
+
_this.bb = BrushUtil.h(255, 248, 248, 248);
|
|
320
|
+
_this.bc = BrushUtil.h(255, 248, 248, 248);
|
|
321
321
|
_this.o = false;
|
|
322
322
|
_this.u = null;
|
|
323
323
|
_this.v = null;
|
package/esm5/lib/DraggerView.js
CHANGED
|
@@ -102,17 +102,17 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
102
102
|
if (this.model.cloneCell != null) {
|
|
103
103
|
this.d = this.model.cloneCell;
|
|
104
104
|
document.documentElement.appendChild(this.d.getNativeElement());
|
|
105
|
-
var a = ElevationHelper.e(12, BrushUtil.
|
|
105
|
+
var a = ElevationHelper.e(12, BrushUtil.h(66, 0, 0, 0), BrushUtil.h(30, 0, 0, 0), BrushUtil.h(20, 0, 0, 0));
|
|
106
106
|
this.d.setStyleProperty("boxShadow", a);
|
|
107
107
|
this.d.setStyleProperty("z-index", "12000");
|
|
108
108
|
this.d.setStyleProperty("min-width", "170px");
|
|
109
109
|
this.d.setStyleProperty("max-width", "250px");
|
|
110
110
|
var b = BrushUtil.a("background-color", this.d);
|
|
111
|
-
var c = BrushUtil.
|
|
111
|
+
var c = BrushUtil.h(200, b[0].color.o, b[0].color.n, b[0].color.m);
|
|
112
112
|
this.d.setStyleProperty("background-color", c._fill);
|
|
113
113
|
var d = this.d.getChildAt(0);
|
|
114
114
|
var e = BrushUtil.a("color", d);
|
|
115
|
-
var f = BrushUtil.
|
|
115
|
+
var f = BrushUtil.h(200, e[0].color.o, e[0].color.n, e[0].color.m);
|
|
116
116
|
d.setStyleProperty("color", f._fill);
|
|
117
117
|
}
|
|
118
118
|
}
|
|
@@ -734,8 +734,8 @@ var GridColumnOptionsBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
734
734
|
this.e.l(a);
|
|
735
735
|
};
|
|
736
736
|
GridColumnOptionsBase.$t = markType(GridColumnOptionsBase, 'GridColumnOptionsBase', Base.$, [INotifyPropertyChanged_$type]);
|
|
737
|
-
GridColumnOptionsBase.bp = BrushUtil.
|
|
738
|
-
GridColumnOptionsBase.bq = BrushUtil.
|
|
737
|
+
GridColumnOptionsBase.bp = BrushUtil.h(255, 248, 248, 248);
|
|
738
|
+
GridColumnOptionsBase.bq = BrushUtil.h(255, 24, 29, 31);
|
|
739
739
|
return GridColumnOptionsBase;
|
|
740
740
|
}(Base));
|
|
741
741
|
export { GridColumnOptionsBase };
|
|
@@ -215,8 +215,8 @@ var GridColumnOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
215
215
|
_this.b5 = 0;
|
|
216
216
|
_this.b3 = 0;
|
|
217
217
|
_this.d0 = null;
|
|
218
|
-
_this.fk = BrushUtil.
|
|
219
|
-
_this.fj = BrushUtil.
|
|
218
|
+
_this.fk = BrushUtil.h(255, 24, 29, 31);
|
|
219
|
+
_this.fj = BrushUtil.h(255, 248, 248, 248);
|
|
220
220
|
_this.applyButtonClick = null;
|
|
221
221
|
_this.cancelButtonClick = null;
|
|
222
222
|
return _this;
|
|
@@ -125,8 +125,8 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
125
125
|
_this.b2 = 0;
|
|
126
126
|
_this.b1 = 0;
|
|
127
127
|
_this.b6 = 0;
|
|
128
|
-
_this.ct = BrushUtil.
|
|
129
|
-
_this.cs = BrushUtil.
|
|
128
|
+
_this.ct = BrushUtil.h(255, 24, 29, 31);
|
|
129
|
+
_this.cs = BrushUtil.h(255, 248, 248, 248);
|
|
130
130
|
return _this;
|
|
131
131
|
}
|
|
132
132
|
GridColumnSummaryOptions.prototype.f = function () {
|
|
@@ -408,9 +408,9 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
408
408
|
_this.r = null;
|
|
409
409
|
_this.renderCompleted = null;
|
|
410
410
|
_this.r = new GridFilterDialogView(_this);
|
|
411
|
-
_this.bp = BrushUtil.
|
|
412
|
-
_this.bo = BrushUtil.
|
|
413
|
-
_this.bn = BrushUtil.
|
|
411
|
+
_this.bp = BrushUtil.h(66, 0, 0, 0);
|
|
412
|
+
_this.bo = BrushUtil.h(30, 0, 0, 0);
|
|
413
|
+
_this.bn = BrushUtil.h(20, 0, 0, 0);
|
|
414
414
|
return _this;
|
|
415
415
|
}
|
|
416
416
|
Object.defineProperty(GridFilterDialog.prototype, "an", {
|
|
@@ -118,10 +118,10 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
118
118
|
_this.w = null;
|
|
119
119
|
_this.l = 0;
|
|
120
120
|
_this.k = 0;
|
|
121
|
-
_this.a8 = BrushUtil.
|
|
121
|
+
_this.a8 = BrushUtil.h(255, 24, 29, 31);
|
|
122
122
|
_this.h = 0;
|
|
123
123
|
_this.g = 1;
|
|
124
|
-
_this.a7 = BrushUtil.
|
|
124
|
+
_this.a7 = BrushUtil.h(255, 248, 248, 248);
|
|
125
125
|
_this.summaryChanged = null;
|
|
126
126
|
_this.c = new SummaryChooserView();
|
|
127
127
|
_this.c.model = _this;
|
|
@@ -3047,11 +3047,11 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3047
3047
|
MultiColumnComboBox.ag = 1;
|
|
3048
3048
|
MultiColumnComboBox.hp = ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.da, XLabel.c3);
|
|
3049
3049
|
MultiColumnComboBox.hr = ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.da, XLabel.c3);
|
|
3050
|
-
MultiColumnComboBox.hq = BrushUtil.
|
|
3050
|
+
MultiColumnComboBox.hq = BrushUtil.h(255, 255, 255, 255);
|
|
3051
3051
|
MultiColumnComboBox.ay = null;
|
|
3052
3052
|
MultiColumnComboBox.dx = "ActualNoMatchesFoundLabelBackgroundColor";
|
|
3053
3053
|
MultiColumnComboBox.az = null;
|
|
3054
|
-
MultiColumnComboBox.hz = BrushUtil.
|
|
3054
|
+
MultiColumnComboBox.hz = BrushUtil.h(221, 0, 0, 0);
|
|
3055
3055
|
return MultiColumnComboBox;
|
|
3056
3056
|
}(Base));
|
|
3057
3057
|
export { MultiColumnComboBox };
|
|
@@ -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.hn = BrushUtil.
|
|
1356
|
+
c.hn = BrushUtil.h(255, 255, 255, 255);
|
|
1357
1357
|
c.g = ["Name"];
|
|
1358
1358
|
c.columnHeadersVisible = false;
|
|
1359
1359
|
c.defaultColumnWidth = ((function () {
|
|
@@ -1812,10 +1812,10 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1812
1812
|
}
|
|
1813
1813
|
};
|
|
1814
1814
|
PropertyEditor.$t = markType(PropertyEditor, 'PropertyEditor', Base.$, [INotifyPropertyChanged_$type]);
|
|
1815
|
-
PropertyEditor.eb = BrushUtil.
|
|
1815
|
+
PropertyEditor.eb = BrushUtil.h(255, 24, 29, 31);
|
|
1816
1816
|
PropertyEditor.cj = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
|
|
1817
|
-
PropertyEditor.d9 = BrushUtil.
|
|
1818
|
-
PropertyEditor.ea = BrushUtil.
|
|
1817
|
+
PropertyEditor.d9 = BrushUtil.h(255, 248, 248, 248);
|
|
1818
|
+
PropertyEditor.ea = BrushUtil.h(255, 24, 29, 31);
|
|
1819
1819
|
return PropertyEditor;
|
|
1820
1820
|
}(Base));
|
|
1821
1821
|
export { PropertyEditor };
|
|
@@ -25,7 +25,7 @@ var TemplateSectionHeader = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25
25
|
TemplateSectionHeader.prototype.l = function (a) {
|
|
26
26
|
return new TemplateSectionHeaderCellModel();
|
|
27
27
|
};
|
|
28
|
-
TemplateSectionHeader.prototype.
|
|
28
|
+
TemplateSectionHeader.prototype.fi = function (a, b) {
|
|
29
29
|
if (this.cellUpdating != null) {
|
|
30
30
|
this.cellUpdating(this, ((function () {
|
|
31
31
|
var $ret = new TemplateSectionHeaderCellUpdatingEventArgs();
|
|
@@ -70,22 +70,22 @@ var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70
70
|
};
|
|
71
71
|
Object.defineProperty(IgcSectionHeaderComponent.prototype, "selectedBackground", {
|
|
72
72
|
get: function () {
|
|
73
|
-
return brushToString(this.i.
|
|
73
|
+
return brushToString(this.i.fg);
|
|
74
74
|
},
|
|
75
75
|
set: function (v) {
|
|
76
|
-
this.i.
|
|
77
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
76
|
+
this.i.fg = stringToBrush(v);
|
|
77
|
+
this._a("selectedBackground", brushToString(this.i.fg));
|
|
78
78
|
},
|
|
79
79
|
enumerable: false,
|
|
80
80
|
configurable: true
|
|
81
81
|
});
|
|
82
82
|
Object.defineProperty(IgcSectionHeaderComponent.prototype, "actualSelectedBackground", {
|
|
83
83
|
get: function () {
|
|
84
|
-
return brushToString(this.i.
|
|
84
|
+
return brushToString(this.i.ff);
|
|
85
85
|
},
|
|
86
86
|
set: function (v) {
|
|
87
|
-
this.i.
|
|
88
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
87
|
+
this.i.ff = stringToBrush(v);
|
|
88
|
+
this._a("actualSelectedBackground", brushToString(this.i.ff));
|
|
89
89
|
},
|
|
90
90
|
enumerable: false,
|
|
91
91
|
configurable: true
|