igniteui-webcomponents-grids 4.6.0 → 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.
Files changed (43) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +100 -93
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CellPresenterBase.js +1 -1
  5. package/esm2015/lib/CheckboxListView_combined.js +4 -4
  6. package/esm2015/lib/ColumnChooserView_combined.js +2 -2
  7. package/esm2015/lib/ColumnFilterCondition_combined.js +48 -41
  8. package/esm2015/lib/ColumnGroupingView_combined.js +10 -10
  9. package/esm2015/lib/ColumnPinningView_combined.js +2 -2
  10. package/esm2015/lib/DataGridToolbarView_combined.js +4 -4
  11. package/esm2015/lib/DraggerView.js +3 -3
  12. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  13. package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
  14. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +2 -2
  15. package/esm2015/lib/GridFilterDialogView_combined.js +3 -3
  16. package/esm2015/lib/ISummaryChooserView_combined.js +2 -2
  17. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  18. package/esm2015/lib/PropertyEditorView_combined.js +4 -4
  19. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  20. package/esm2015/lib/igc-section-header-component.js +6 -6
  21. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  22. package/esm5/lib/CellPresenterBase.js +1 -1
  23. package/esm5/lib/CheckboxListView_combined.js +4 -4
  24. package/esm5/lib/ColumnChooserView_combined.js +2 -2
  25. package/esm5/lib/ColumnFilterCondition_combined.js +49 -42
  26. package/esm5/lib/ColumnGroupingView_combined.js +10 -10
  27. package/esm5/lib/ColumnPinningView_combined.js +2 -2
  28. package/esm5/lib/DataGridToolbarView_combined.js +4 -4
  29. package/esm5/lib/DraggerView.js +3 -3
  30. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  31. package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
  32. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +2 -2
  33. package/esm5/lib/GridFilterDialogView_combined.js +3 -3
  34. package/esm5/lib/ISummaryChooserView_combined.js +2 -2
  35. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  36. package/esm5/lib/PropertyEditorView_combined.js +4 -4
  37. package/esm5/lib/TemplateSectionHeader.js +1 -1
  38. package/esm5/lib/igc-section-header-component.js +6 -6
  39. package/fesm2015/igniteui-webcomponents-grids.js +99 -92
  40. package/fesm5/igniteui-webcomponents-grids.js +100 -93
  41. package/lib/ColumnFilterCondition_combined.d.ts +6 -5
  42. package/lib/TemplateSectionHeader.d.ts +1 -1
  43. package/package.json +4 -4
@@ -9010,7 +9010,7 @@
9010
9010
  if (c == 1) {
9011
9011
  return b;
9012
9012
  }
9013
- return igniteuiWebcomponentsCore.BrushUtil.k(a, c, b, 0);
9013
+ return igniteuiWebcomponentsCore.BrushUtil.l(a, c, b, 0);
9014
9014
  };
9015
9015
  CellModel.prototype.kd = function () {
9016
9016
  this.ke();
@@ -12658,7 +12658,7 @@
12658
12658
  if (this.b.isVirtual) {
12659
12659
  this.b.firstVisibleIndexRequested = a;
12660
12660
  this.b.lastVisibleIndexRequested = a + this.ah;
12661
- this.d.d7 = false;
12661
+ this.d.d8 = false;
12662
12662
  }
12663
12663
  this.b2();
12664
12664
  this.ac.clear();
@@ -12669,7 +12669,7 @@
12669
12669
  var c = this.b.getItemAtIndex(b);
12670
12670
  this.ac.add1(c);
12671
12671
  if (c != null) {
12672
- this.d.d7 = true;
12672
+ this.d.d8 = true;
12673
12673
  }
12674
12674
  }
12675
12675
  var d = new Array(this.ac.count);
@@ -12680,7 +12680,7 @@
12680
12680
  if (this.targetGrid != null) {
12681
12681
  this.targetGrid.actualDataSource.queueAutoRefresh();
12682
12682
  this.targetGrid.actualDataSource.flushAutoRefresh();
12683
- if (this.b.isVirtual && this.d.d7) {
12683
+ if (this.b.isVirtual && this.d.d8) {
12684
12684
  this.targetGrid.v4(0, this.ao - 1);
12685
12685
  }
12686
12686
  else {
@@ -12711,7 +12711,7 @@
12711
12711
  this.b.summaryScope = this.p;
12712
12712
  var b = this.b;
12713
12713
  b.schemaChanged = igniteuiWebcomponentsCore.delegateCombine(b.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.bj));
12714
- this.d.d6 = this.b;
12714
+ this.d.d7 = this.b;
12715
12715
  switch (this.l) {
12716
12716
  case 1:
12717
12717
  case 0:
@@ -24169,7 +24169,7 @@
24169
24169
  }
24170
24170
  var r = m;
24171
24171
  var s = n;
24172
- var t = igniteuiWebcomponentsCore.BrushUtil.k(r, l, s, 0);
24172
+ var t = igniteuiWebcomponentsCore.BrushUtil.l(r, l, s, 0);
24173
24173
  q.kh(c, t);
24174
24174
  };
24175
24175
  }
@@ -24350,7 +24350,7 @@
24350
24350
  }
24351
24351
  var u = p;
24352
24352
  var v = q;
24353
- var w = igniteuiWebcomponentsCore.BrushUtil.k(u, o, v, 0);
24353
+ var w = igniteuiWebcomponentsCore.BrushUtil.l(u, o, v, 0);
24354
24354
  t.kh(c, w);
24355
24355
  };
24356
24356
  }
@@ -32925,8 +32925,8 @@
32925
32925
  tslib.__extends(SectionHeader, _super);
32926
32926
  function SectionHeader() {
32927
32927
  var _this = _super.call(this) || this;
32928
+ _this.fe = null;
32928
32929
  _this.fd = null;
32929
- _this.fc = null;
32930
32930
  _this.eu = igniteuiWebcomponentsCore.truncate(igniteuiWebcomponentsCore.DeviceUtils.g(12));
32931
32931
  _this.ew = igniteuiWebcomponentsCore.truncate(igniteuiWebcomponentsCore.DeviceUtils.g(1));
32932
32932
  _this.ev = igniteuiWebcomponentsCore.truncate(igniteuiWebcomponentsCore.DeviceUtils.g(1));
@@ -32934,33 +32934,33 @@
32934
32934
  _this.eq = false;
32935
32935
  _this.en = 4;
32936
32936
  _this.sectionHeaderPropertyUpdating = null;
32937
- _this.es = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, ComboBoxColumn.$, 0);
32938
- _this.fe = _this.ef();
32937
+ _this.es = null;
32938
+ _this.ff = _this.ef();
32939
32939
  return _this;
32940
32940
  }
32941
- Object.defineProperty(SectionHeader.prototype, "ff", {
32941
+ Object.defineProperty(SectionHeader.prototype, "fg", {
32942
32942
  get: function () {
32943
- return this.fd;
32943
+ return this.fe;
32944
32944
  },
32945
32945
  set: function (a) {
32946
- var b = this.fd;
32947
- this.fd = a;
32948
- if (this.fd != b) {
32949
- this.c3("SelectedBackground", 10, b, this.fd);
32946
+ var b = this.fe;
32947
+ this.fe = a;
32948
+ if (this.fe != b) {
32949
+ this.c3("SelectedBackground", 10, b, this.fe);
32950
32950
  }
32951
32951
  },
32952
32952
  enumerable: false,
32953
32953
  configurable: true
32954
32954
  });
32955
- Object.defineProperty(SectionHeader.prototype, "fe", {
32955
+ Object.defineProperty(SectionHeader.prototype, "ff", {
32956
32956
  get: function () {
32957
- return this.fc;
32957
+ return this.fd;
32958
32958
  },
32959
32959
  set: function (a) {
32960
- var b = this.fc;
32961
- this.fc = a;
32962
- if (this.fc != b) {
32963
- this.c3("ActualSelectedBackground", 2, b, this.fc);
32960
+ var b = this.fd;
32961
+ this.fd = a;
32962
+ if (this.fd != b) {
32963
+ this.c3("ActualSelectedBackground", 2, b, this.fd);
32964
32964
  }
32965
32965
  },
32966
32966
  enumerable: false,
@@ -33139,38 +33139,44 @@
33139
33139
  };
33140
33140
  SectionHeader.prototype.cx = function (a, b, c, d) {
33141
33141
  _super.prototype.cx.call(this, a, b, c, d);
33142
- a.ld = this.fe;
33142
+ a.ld = this.ff;
33143
33143
  a.f3 = this.ey;
33144
33144
  a.f7 = this.e0;
33145
33145
  a.f5 = this.ez;
33146
33146
  a.f1 = this.ex;
33147
33147
  };
33148
33148
  SectionHeader.prototype.c0 = function (a, b) {
33149
- this.fb();
33149
+ this.fc();
33150
33150
  this.c9();
33151
33151
  this.dg();
33152
33152
  this.dh();
33153
- this.fa();
33153
+ this.fb();
33154
33154
  if (a != null) {
33155
- a.actualColumnsChanged = igniteuiWebcomponentsCore.delegateRemove(a.actualColumnsChanged, igniteuiWebcomponentsCore.runOn(this, this.e9));
33155
+ a.actualColumnsChanged = igniteuiWebcomponentsCore.delegateRemove(a.actualColumnsChanged, igniteuiWebcomponentsCore.runOn(this, this.fa));
33156
33156
  }
33157
33157
  if (b != null) {
33158
- b.actualColumnsChanged = igniteuiWebcomponentsCore.delegateCombine(b.actualColumnsChanged, igniteuiWebcomponentsCore.runOn(this, this.e9));
33158
+ b.actualColumnsChanged = igniteuiWebcomponentsCore.delegateCombine(b.actualColumnsChanged, igniteuiWebcomponentsCore.runOn(this, this.fa));
33159
33159
  }
33160
33160
  };
33161
- SectionHeader.prototype.e9 = function (a, b) {
33162
- this.es.clear();
33163
- for (var c = 0; c < b.columns.count; c++) {
33164
- var d = igniteuiWebcomponentsCore.typeCast(ComboBoxColumn.$, b.columns._inner[c]);
33165
- if (d != null && !this.es.containsKey(d.i8)) {
33166
- this.es.addItem(d.i8, d);
33161
+ SectionHeader.prototype.fa = function (a, b) {
33162
+ this.es = null;
33163
+ this.e9();
33164
+ };
33165
+ SectionHeader.prototype.e9 = function () {
33166
+ if (this.es == null) {
33167
+ this.es = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, ComboBoxColumn.$, 0);
33168
+ for (var a = 0; a < this.grid.columns.count; a++) {
33169
+ var b = igniteuiWebcomponentsCore.typeCast(ComboBoxColumn.$, this.grid.columns._inner[a]);
33170
+ if (b != null && !this.es.containsKey(b.i8)) {
33171
+ this.es.addItem(b.i8, b);
33172
+ }
33167
33173
  }
33168
33174
  }
33169
33175
  };
33170
33176
  SectionHeader.prototype.c2 = function (a, b) {
33171
33177
  switch (b.propertyName) {
33172
33178
  case "SectionHeaderSelectedBackground":
33173
- this.fb();
33179
+ this.fc();
33174
33180
  break;
33175
33181
  case "SectionHeaderBackground":
33176
33182
  this.c9();
@@ -33182,21 +33188,21 @@
33182
33188
  this.dh();
33183
33189
  break;
33184
33190
  case "IsGroupCollapsable":
33185
- this.fa();
33191
+ this.fb();
33186
33192
  break;
33187
33193
  }
33188
33194
  };
33189
- SectionHeader.prototype.fb = function () {
33190
- if (this.ff == null) {
33195
+ SectionHeader.prototype.fc = function () {
33196
+ if (this.fg == null) {
33191
33197
  if (this.grid != null && this.grid.sectionHeaderSelectedBackground != null) {
33192
- this.fe = this.grid.sectionHeaderSelectedBackground;
33198
+ this.ff = this.grid.sectionHeaderSelectedBackground;
33193
33199
  }
33194
33200
  else {
33195
- this.fe = this.ef();
33201
+ this.ff = this.ef();
33196
33202
  }
33197
33203
  }
33198
33204
  else {
33199
- this.fe = this.ff;
33205
+ this.ff = this.fg;
33200
33206
  }
33201
33207
  };
33202
33208
  SectionHeader.prototype.c9 = function () {
@@ -33235,7 +33241,7 @@
33235
33241
  this.ad = this.textStyle;
33236
33242
  }
33237
33243
  };
33238
- SectionHeader.prototype.fa = function () {
33244
+ SectionHeader.prototype.fb = function () {
33239
33245
  if (this.grid != null) {
33240
33246
  this.er = this.grid.isGroupCollapsable;
33241
33247
  }
@@ -33244,7 +33250,7 @@
33244
33250
  _super.prototype.c4.call(this, a, b, c, d);
33245
33251
  switch (a) {
33246
33252
  case "SelectedBackground":
33247
- this.fb();
33253
+ this.fc();
33248
33254
  break;
33249
33255
  }
33250
33256
  if (this.sectionHeaderPropertyUpdating != null) {
@@ -33343,6 +33349,7 @@
33343
33349
  e = b.toString();
33344
33350
  break;
33345
33351
  }
33352
+ this.e9();
33346
33353
  if (this.es.containsKey(c.f)) {
33347
33354
  var j = this.es.item(c.f);
33348
33355
  var k = j.lr(b);
@@ -43263,22 +43270,22 @@
43263
43270
  };
43264
43271
  Object.defineProperty(IgcSectionHeaderComponent.prototype, "selectedBackground", {
43265
43272
  get: function () {
43266
- return igniteuiWebcomponentsCore.brushToString(this.i.ff);
43273
+ return igniteuiWebcomponentsCore.brushToString(this.i.fg);
43267
43274
  },
43268
43275
  set: function (v) {
43269
- this.i.ff = igniteuiWebcomponentsCore.stringToBrush(v);
43270
- this._a("selectedBackground", igniteuiWebcomponentsCore.brushToString(this.i.ff));
43276
+ this.i.fg = igniteuiWebcomponentsCore.stringToBrush(v);
43277
+ this._a("selectedBackground", igniteuiWebcomponentsCore.brushToString(this.i.fg));
43271
43278
  },
43272
43279
  enumerable: false,
43273
43280
  configurable: true
43274
43281
  });
43275
43282
  Object.defineProperty(IgcSectionHeaderComponent.prototype, "actualSelectedBackground", {
43276
43283
  get: function () {
43277
- return igniteuiWebcomponentsCore.brushToString(this.i.fe);
43284
+ return igniteuiWebcomponentsCore.brushToString(this.i.ff);
43278
43285
  },
43279
43286
  set: function (v) {
43280
- this.i.fe = igniteuiWebcomponentsCore.stringToBrush(v);
43281
- this._a("actualSelectedBackground", igniteuiWebcomponentsCore.brushToString(this.i.fe));
43287
+ this.i.ff = igniteuiWebcomponentsCore.stringToBrush(v);
43288
+ this._a("actualSelectedBackground", igniteuiWebcomponentsCore.brushToString(this.i.ff));
43282
43289
  },
43283
43290
  enumerable: false,
43284
43291
  configurable: true
@@ -50433,7 +50440,7 @@
50433
50440
  if (c == 1) {
50434
50441
  return b.color;
50435
50442
  }
50436
- var d = igniteuiWebcomponentsCore.BrushUtil.k(a, c, b, 0);
50443
+ var d = igniteuiWebcomponentsCore.BrushUtil.l(a, c, b, 0);
50437
50444
  return d.color;
50438
50445
  };
50439
50446
  Object.defineProperty(CanvasCellPresenterBase.prototype, "nativeCell", {
@@ -54807,7 +54814,7 @@
54807
54814
  if (c == 1) {
54808
54815
  return b.color;
54809
54816
  }
54810
- var d = igniteuiWebcomponentsCore.BrushUtil.k(a, c, b, 0);
54817
+ var d = igniteuiWebcomponentsCore.BrushUtil.l(a, c, b, 0);
54811
54818
  return d.color;
54812
54819
  };
54813
54820
  Object.defineProperty(CellPresenterBase.prototype, "nativeCell", {
@@ -57757,9 +57764,9 @@
57757
57764
  _this.r = null;
57758
57765
  _this.renderCompleted = null;
57759
57766
  _this.r = new GridFilterDialogView(_this);
57760
- _this.bp = igniteuiWebcomponentsCore.BrushUtil.g(66, 0, 0, 0);
57761
- _this.bo = igniteuiWebcomponentsCore.BrushUtil.g(30, 0, 0, 0);
57762
- _this.bn = igniteuiWebcomponentsCore.BrushUtil.g(20, 0, 0, 0);
57767
+ _this.bp = igniteuiWebcomponentsCore.BrushUtil.h(66, 0, 0, 0);
57768
+ _this.bo = igniteuiWebcomponentsCore.BrushUtil.h(30, 0, 0, 0);
57769
+ _this.bn = igniteuiWebcomponentsCore.BrushUtil.h(20, 0, 0, 0);
57763
57770
  return _this;
57764
57771
  }
57765
57772
  Object.defineProperty(GridFilterDialog.prototype, "an", {
@@ -60109,17 +60116,17 @@
60109
60116
  if (this.model.cloneCell != null) {
60110
60117
  this.d = this.model.cloneCell;
60111
60118
  document.documentElement.appendChild(this.d.getNativeElement());
60112
- var a = igniteuiWebcomponentsCore.ElevationHelper.e(12, igniteuiWebcomponentsCore.BrushUtil.g(66, 0, 0, 0), igniteuiWebcomponentsCore.BrushUtil.g(30, 0, 0, 0), igniteuiWebcomponentsCore.BrushUtil.g(20, 0, 0, 0));
60119
+ var a = igniteuiWebcomponentsCore.ElevationHelper.e(12, igniteuiWebcomponentsCore.BrushUtil.h(66, 0, 0, 0), igniteuiWebcomponentsCore.BrushUtil.h(30, 0, 0, 0), igniteuiWebcomponentsCore.BrushUtil.h(20, 0, 0, 0));
60113
60120
  this.d.setStyleProperty("boxShadow", a);
60114
60121
  this.d.setStyleProperty("z-index", "12000");
60115
60122
  this.d.setStyleProperty("min-width", "170px");
60116
60123
  this.d.setStyleProperty("max-width", "250px");
60117
60124
  var b = igniteuiWebcomponentsCore.BrushUtil.a("background-color", this.d);
60118
- var c = igniteuiWebcomponentsCore.BrushUtil.g(200, b[0].color.o, b[0].color.n, b[0].color.m);
60125
+ var c = igniteuiWebcomponentsCore.BrushUtil.h(200, b[0].color.o, b[0].color.n, b[0].color.m);
60119
60126
  this.d.setStyleProperty("background-color", c._fill);
60120
60127
  var d = this.d.getChildAt(0);
60121
60128
  var e = igniteuiWebcomponentsCore.BrushUtil.a("color", d);
60122
- var f = igniteuiWebcomponentsCore.BrushUtil.g(200, e[0].color.o, e[0].color.n, e[0].color.m);
60129
+ var f = igniteuiWebcomponentsCore.BrushUtil.h(200, e[0].color.o, e[0].color.n, e[0].color.m);
60123
60130
  d.setStyleProperty("color", f._fill);
60124
60131
  }
60125
60132
  }
@@ -63515,13 +63522,13 @@
63515
63522
  _this.f = 1;
63516
63523
  _this.h = 2;
63517
63524
  _this.w = "Drag a Column Here";
63518
- _this.bg = igniteuiWebcomponentsCore.BrushUtil.g(158, 0, 0, 0);
63525
+ _this.bg = igniteuiWebcomponentsCore.BrushUtil.h(158, 0, 0, 0);
63519
63526
  _this.j = null;
63520
- _this.bf = igniteuiWebcomponentsCore.BrushUtil.g(158, 0, 0, 0);
63521
- _this.bc = igniteuiWebcomponentsCore.BrushUtil.g(158, 0, 0, 0);
63522
- _this.bd = igniteuiWebcomponentsCore.BrushUtil.g(30, 0, 0, 0);
63523
- _this.be = igniteuiWebcomponentsCore.BrushUtil.g(66, 0, 0, 0);
63524
- _this.bb = igniteuiWebcomponentsCore.BrushUtil.g(255, 248, 248, 248);
63527
+ _this.bf = igniteuiWebcomponentsCore.BrushUtil.h(158, 0, 0, 0);
63528
+ _this.bc = igniteuiWebcomponentsCore.BrushUtil.h(158, 0, 0, 0);
63529
+ _this.bd = igniteuiWebcomponentsCore.BrushUtil.h(30, 0, 0, 0);
63530
+ _this.be = igniteuiWebcomponentsCore.BrushUtil.h(66, 0, 0, 0);
63531
+ _this.bb = igniteuiWebcomponentsCore.BrushUtil.h(255, 248, 248, 248);
63525
63532
  _this.v = 0;
63526
63533
  _this.n = false;
63527
63534
  _this.q = new igniteuiWebcomponentsCore.ObservableCollection$1(igniteuiWebcomponentsInputs.XIcon.$, 0);
@@ -63912,28 +63919,28 @@
63912
63919
  else {
63913
63920
  c.svgPath = ColumnGrouping.ac;
63914
63921
  }
63915
- c.fill = igniteuiWebcomponentsCore.BrushUtil.g(255, 119, 119, 119);
63922
+ c.fill = igniteuiWebcomponentsCore.BrushUtil.h(255, 119, 119, 119);
63916
63923
  this.q.add(c);
63917
63924
  };
63918
63925
  ColumnGrouping.prototype.aq = function (a) {
63919
63926
  var b = new igniteuiWebcomponentsInputs.XIcon();
63920
63927
  this.d.am(b, a);
63921
63928
  b.svgPath = ColumnGrouping.aa;
63922
- b.fill = igniteuiWebcomponentsCore.BrushUtil.g(255, 119, 119, 119);
63929
+ b.fill = igniteuiWebcomponentsCore.BrushUtil.h(255, 119, 119, 119);
63923
63930
  this.q.add(b);
63924
63931
  };
63925
63932
  ColumnGrouping.prototype.as = function (a) {
63926
63933
  var b = new igniteuiWebcomponentsInputs.XIcon();
63927
63934
  this.d.am(b, a);
63928
63935
  b.svgPath = ColumnGrouping.ah;
63929
- b.fill = igniteuiWebcomponentsCore.BrushUtil.g(255, 119, 119, 119);
63936
+ b.fill = igniteuiWebcomponentsCore.BrushUtil.h(255, 119, 119, 119);
63930
63937
  this.q.add(b);
63931
63938
  };
63932
63939
  ColumnGrouping.prototype.ar = function (a) {
63933
63940
  var b = new igniteuiWebcomponentsInputs.XIcon();
63934
63941
  this.d.am(b, a);
63935
63942
  b.svgPath = ColumnGrouping.ad;
63936
- b.fill = igniteuiWebcomponentsCore.BrushUtil.g(255, 119, 119, 119);
63943
+ b.fill = igniteuiWebcomponentsCore.BrushUtil.h(255, 119, 119, 119);
63937
63944
  this.e = b;
63938
63945
  this.q.add(this.e);
63939
63946
  };
@@ -71119,7 +71126,7 @@
71119
71126
  _this.k = 1;
71120
71127
  _this.x = 1;
71121
71128
  _this.z = 2;
71122
- _this.dd = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
71129
+ _this.dd = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
71123
71130
  _this.db = null;
71124
71131
  _this.de = null;
71125
71132
  _this.dc = null;
@@ -72205,10 +72212,10 @@
72205
72212
  configurable: true
72206
72213
  });
72207
72214
  CheckboxList.$t = igniteuiWebcomponentsCore.markType(CheckboxList, 'CheckboxList', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type]);
72208
- CheckboxList.dx = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
72215
+ CheckboxList.dx = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
72209
72216
  CheckboxList.bt = "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";
72210
- CheckboxList.dp = igniteuiWebcomponentsCore.BrushUtil.g(255, 248, 248, 248);
72211
- CheckboxList.dq = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
72217
+ CheckboxList.dp = igniteuiWebcomponentsCore.BrushUtil.h(255, 248, 248, 248);
72218
+ CheckboxList.dq = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
72212
72219
  return CheckboxList;
72213
72220
  }(igniteuiWebcomponentsCore.Base));
72214
72221
 
@@ -73340,11 +73347,11 @@
73340
73347
  _this.a = null;
73341
73348
  _this.o = null;
73342
73349
  _this.i = null;
73343
- _this.ap = igniteuiWebcomponentsCore.BrushUtil.g(255, 0, 153, 255);
73350
+ _this.ap = igniteuiWebcomponentsCore.BrushUtil.h(255, 0, 153, 255);
73344
73351
  _this.n = null;
73345
73352
  _this.e = 1;
73346
73353
  _this.g = 2;
73347
- _this.ao = igniteuiWebcomponentsCore.BrushUtil.g(255, 248, 248, 248);
73354
+ _this.ao = igniteuiWebcomponentsCore.BrushUtil.h(255, 248, 248, 248);
73348
73355
  _this.m = false;
73349
73356
  var a = new ColumnChooserView();
73350
73357
  a.a = _this;
@@ -74684,11 +74691,11 @@
74684
74691
  _this.a = null;
74685
74692
  _this.o = null;
74686
74693
  _this.i = null;
74687
- _this.am = igniteuiWebcomponentsCore.BrushUtil.g(255, 0, 153, 255);
74694
+ _this.am = igniteuiWebcomponentsCore.BrushUtil.h(255, 0, 153, 255);
74688
74695
  _this.n = null;
74689
74696
  _this.e = 1;
74690
74697
  _this.g = 2;
74691
- _this.al = igniteuiWebcomponentsCore.BrushUtil.g(255, 248, 248, 248);
74698
+ _this.al = igniteuiWebcomponentsCore.BrushUtil.h(255, 248, 248, 248);
74692
74699
  _this.m = false;
74693
74700
  var a = new ColumnPinningView();
74694
74701
  a.a = _this;
@@ -76808,8 +76815,8 @@
76808
76815
  this.e.l(a);
76809
76816
  };
76810
76817
  GridColumnOptionsBase.$t = igniteuiWebcomponentsCore.markType(GridColumnOptionsBase, 'GridColumnOptionsBase', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type]);
76811
- GridColumnOptionsBase.bp = igniteuiWebcomponentsCore.BrushUtil.g(255, 248, 248, 248);
76812
- GridColumnOptionsBase.bq = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
76818
+ GridColumnOptionsBase.bp = igniteuiWebcomponentsCore.BrushUtil.h(255, 248, 248, 248);
76819
+ GridColumnOptionsBase.bq = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
76813
76820
  return GridColumnOptionsBase;
76814
76821
  }(igniteuiWebcomponentsCore.Base));
76815
76822
 
@@ -80398,10 +80405,10 @@
80398
80405
  _this.w = null;
80399
80406
  _this.l = 0;
80400
80407
  _this.k = 0;
80401
- _this.a8 = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
80408
+ _this.a8 = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
80402
80409
  _this.h = 0;
80403
80410
  _this.g = 1;
80404
- _this.a7 = igniteuiWebcomponentsCore.BrushUtil.g(255, 248, 248, 248);
80411
+ _this.a7 = igniteuiWebcomponentsCore.BrushUtil.h(255, 248, 248, 248);
80405
80412
  _this.summaryChanged = null;
80406
80413
  _this.c = new SummaryChooserView();
80407
80414
  _this.c.model = _this;
@@ -80918,8 +80925,8 @@
80918
80925
  _this.b2 = 0;
80919
80926
  _this.b1 = 0;
80920
80927
  _this.b6 = 0;
80921
- _this.ct = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
80922
- _this.cs = igniteuiWebcomponentsCore.BrushUtil.g(255, 248, 248, 248);
80928
+ _this.ct = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
80929
+ _this.cs = igniteuiWebcomponentsCore.BrushUtil.h(255, 248, 248, 248);
80923
80930
  return _this;
80924
80931
  }
80925
80932
  GridColumnSummaryOptions.prototype.f = function () {
@@ -82227,8 +82234,8 @@
82227
82234
  _this.b5 = 0;
82228
82235
  _this.b3 = 0;
82229
82236
  _this.d0 = null;
82230
- _this.fk = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
82231
- _this.fj = igniteuiWebcomponentsCore.BrushUtil.g(255, 248, 248, 248);
82237
+ _this.fk = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
82238
+ _this.fj = igniteuiWebcomponentsCore.BrushUtil.h(255, 248, 248, 248);
82232
82239
  _this.applyButtonClick = null;
82233
82240
  _this.cancelButtonClick = null;
82234
82241
  return _this;
@@ -87192,11 +87199,11 @@
87192
87199
  MultiColumnComboBox.ag = 1;
87193
87200
  MultiColumnComboBox.hp = igniteuiWebcomponentsInputs.ThemeResolver.ah(MultiColumnComboBox.ag, igniteuiWebcomponentsInputs.XLabel.da, igniteuiWebcomponentsInputs.XLabel.c3);
87194
87201
  MultiColumnComboBox.hr = igniteuiWebcomponentsInputs.ThemeResolver.ah(MultiColumnComboBox.ag, igniteuiWebcomponentsInputs.XLabel.da, igniteuiWebcomponentsInputs.XLabel.c3);
87195
- MultiColumnComboBox.hq = igniteuiWebcomponentsCore.BrushUtil.g(255, 255, 255, 255);
87202
+ MultiColumnComboBox.hq = igniteuiWebcomponentsCore.BrushUtil.h(255, 255, 255, 255);
87196
87203
  MultiColumnComboBox.ay = null;
87197
87204
  MultiColumnComboBox.dx = "ActualNoMatchesFoundLabelBackgroundColor";
87198
87205
  MultiColumnComboBox.az = null;
87199
- MultiColumnComboBox.hz = igniteuiWebcomponentsCore.BrushUtil.g(221, 0, 0, 0);
87206
+ MultiColumnComboBox.hz = igniteuiWebcomponentsCore.BrushUtil.h(221, 0, 0, 0);
87200
87207
  return MultiColumnComboBox;
87201
87208
  }(igniteuiWebcomponentsCore.Base));
87202
87209
  /**
@@ -90092,7 +90099,7 @@
90092
90099
  a.stopPropagation();
90093
90100
  };
90094
90101
  DataGridToolbarView.prototype.w = function (a) {
90095
- var b = igniteuiWebcomponentsInputs.ElevationHelper.e(12, igniteuiWebcomponentsCore.BrushUtil.g(66, 0, 0, 0), igniteuiWebcomponentsCore.BrushUtil.g(30, 0, 0, 0), igniteuiWebcomponentsCore.BrushUtil.g(20, 0, 0, 0), 1);
90102
+ var b = igniteuiWebcomponentsInputs.ElevationHelper.e(12, igniteuiWebcomponentsCore.BrushUtil.h(66, 0, 0, 0), igniteuiWebcomponentsCore.BrushUtil.h(30, 0, 0, 0), igniteuiWebcomponentsCore.BrushUtil.h(20, 0, 0, 0), 1);
90096
90103
  a.setStyleProperty("boxShadow", b);
90097
90104
  a.setStyleProperty("background-color", this.a.bf._fill);
90098
90105
  a.setStyleProperty("position", "absolute");
@@ -90160,9 +90167,9 @@
90160
90167
  _this.a = null;
90161
90168
  _this.y = null;
90162
90169
  _this.m = null;
90163
- _this.bd = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
90164
- _this.bb = igniteuiWebcomponentsCore.BrushUtil.g(255, 248, 248, 248);
90165
- _this.bc = igniteuiWebcomponentsCore.BrushUtil.g(255, 248, 248, 248);
90170
+ _this.bd = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
90171
+ _this.bb = igniteuiWebcomponentsCore.BrushUtil.h(255, 248, 248, 248);
90172
+ _this.bc = igniteuiWebcomponentsCore.BrushUtil.h(255, 248, 248, 248);
90166
90173
  _this.o = false;
90167
90174
  _this.u = null;
90168
90175
  _this.v = null;
@@ -95537,7 +95544,7 @@
95537
95544
  TemplateSectionHeader.prototype.l = function (a) {
95538
95545
  return new TemplateSectionHeaderCellModel();
95539
95546
  };
95540
- TemplateSectionHeader.prototype.fh = function (a, b) {
95547
+ TemplateSectionHeader.prototype.fi = function (a, b) {
95541
95548
  if (this.cellUpdating != null) {
95542
95549
  this.cellUpdating(this, ((function () {
95543
95550
  var $ret = new TemplateSectionHeaderCellUpdatingEventArgs();
@@ -97562,7 +97569,7 @@
97562
97569
  }
97563
97570
  if (d) {
97564
97571
  c.selectedValueChanged = igniteuiWebcomponentsCore.delegateCombine(c.selectedValueChanged, igniteuiWebcomponentsCore.runOn(_this, _this.cq));
97565
- c.hn = igniteuiWebcomponentsCore.BrushUtil.g(255, 255, 255, 255);
97572
+ c.hn = igniteuiWebcomponentsCore.BrushUtil.h(255, 255, 255, 255);
97566
97573
  c.g = ["Name"];
97567
97574
  c.columnHeadersVisible = false;
97568
97575
  c.defaultColumnWidth = ((function () {
@@ -98021,10 +98028,10 @@
98021
98028
  }
98022
98029
  };
98023
98030
  PropertyEditor.$t = igniteuiWebcomponentsCore.markType(PropertyEditor, 'PropertyEditor', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type]);
98024
- PropertyEditor.eb = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
98031
+ PropertyEditor.eb = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
98025
98032
  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";
98026
- PropertyEditor.d9 = igniteuiWebcomponentsCore.BrushUtil.g(255, 248, 248, 248);
98027
- PropertyEditor.ea = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
98033
+ PropertyEditor.d9 = igniteuiWebcomponentsCore.BrushUtil.h(255, 248, 248, 248);
98034
+ PropertyEditor.ea = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
98028
98035
  return PropertyEditor;
98029
98036
  }(igniteuiWebcomponentsCore.Base));
98030
98037