igniteui-webcomponents-grids 4.3.3-beta.0 → 4.3.3-beta.1

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.
@@ -53728,14 +53728,14 @@
53728
53728
  var g = a.createElement("div");
53729
53729
  e.append(g);
53730
53730
  _this.y = new igniteuiWebcomponentsInputs.DatePicker();
53731
- _this.y.as = false;
53731
+ _this.y.ay = false;
53732
53732
  _this.y.provideContainer(e);
53733
53733
  _this.y.w = b;
53734
53734
  _this.y.y = 3;
53735
- _this.y.at = _this.showClearButton;
53736
- _this.y.au = _this.ac;
53737
- _this.y.di = _this.textColor;
53738
- _this.y.a7 = -1;
53735
+ _this.y.az = _this.showClearButton;
53736
+ _this.y.a0 = _this.ac;
53737
+ _this.y.dw = _this.textColor;
53738
+ _this.y.be = -1;
53739
53739
  var h = e.getExternal(_this.y, e.rootWrapper, null);
53740
53740
  if (_this.z != null) {
53741
53741
  _this.y.ad = _this.z;
@@ -53830,12 +53830,12 @@
53830
53830
  DateEditorView.prototype.s = function () {
53831
53831
  if (this.y != null) {
53832
53832
  this.y.focus(true);
53833
- this.y.c3();
53833
+ this.y.df();
53834
53834
  }
53835
53835
  };
53836
53836
  DateEditorView.prototype.ag = function () {
53837
53837
  if (this.y != null) {
53838
- this.y.cg();
53838
+ this.y.cq();
53839
53839
  }
53840
53840
  };
53841
53841
  DateEditorView.prototype.u = function (a, b, c) {
@@ -53846,18 +53846,18 @@
53846
53846
  break;
53847
53847
  case "ShowClearButton":
53848
53848
  if (this.y != null) {
53849
- this.y.at = this.showClearButton;
53849
+ this.y.az = this.showClearButton;
53850
53850
  }
53851
53851
  break;
53852
53852
  case "ShowTodayButton":
53853
53853
  if (this.y != null) {
53854
- this.y.au = this.ac;
53854
+ this.y.a0 = this.ac;
53855
53855
  }
53856
53856
  break;
53857
53857
  }
53858
53858
  };
53859
53859
  DateEditorView.prototype.ak = function () {
53860
- this.y.br = this.ae;
53860
+ this.y.by = this.ae;
53861
53861
  };
53862
53862
  DateEditorView.prototype.w = function () {
53863
53863
  this.ab = true;
@@ -53876,13 +53876,13 @@
53876
53876
  };
53877
53877
  DateEditorView.prototype.r = function () {
53878
53878
  if (this.y != null) {
53879
- this.y.ar = !this.isEnabled;
53879
+ this.y.av = !this.isEnabled;
53880
53880
  }
53881
53881
  };
53882
53882
  DateEditorView.prototype.v = function () {
53883
53883
  _super.prototype.v.call(this);
53884
53884
  if (this.y != null) {
53885
- this.y.di = this.textColor;
53885
+ this.y.dw = this.textColor;
53886
53886
  }
53887
53887
  };
53888
53888
  DateEditorView.prototype.onDatePickerValueChanged = function (a, b) {
@@ -54585,7 +54585,7 @@
54585
54585
  EditorCell.prototype.eh = function (a, b, c, d, e) {
54586
54586
  if (!igniteuiWebcomponentsCore.stringIsNullOrWhiteSpace(a)) {
54587
54587
  this.dd.setRawText(a);
54588
- this.cx.b0();
54588
+ this.cx.b6();
54589
54589
  this.ei();
54590
54590
  }
54591
54591
  };
@@ -54599,8 +54599,8 @@
54599
54599
  this.cx.showRelativeToExclusionRect(a, 1, 0);
54600
54600
  };
54601
54601
  EditorCell.prototype.d0 = function () {
54602
- if (this.cx.av) {
54603
- this.cx.bx();
54602
+ if (this.cx.aw) {
54603
+ this.cx.b3();
54604
54604
  }
54605
54605
  };
54606
54606
  EditorCell.prototype.bo = function () {
@@ -54666,7 +54666,7 @@
54666
54666
  }
54667
54667
  };
54668
54668
  EditorCell.prototype.c9 = function (a) {
54669
- if (a != null && this.cx != null && this.cx.av) {
54669
+ if (a != null && this.cx != null && this.cx.aw) {
54670
54670
  var b = this.de.getNativeElement();
54671
54671
  return b.contains(a);
54672
54672
  }
@@ -54702,7 +54702,7 @@
54702
54702
  }
54703
54703
  };
54704
54704
  EditorCell.prototype.d9 = function (a) {
54705
- if (this.c6 && !this.cx.av) {
54705
+ if (this.c6 && !this.cx.aw) {
54706
54706
  this.ei();
54707
54707
  }
54708
54708
  };
@@ -55187,7 +55187,7 @@
55187
55187
  };
55188
55188
  ComparisonOperatorSelectorView.prototype.s = function (a, b) {
55189
55189
  this.i.setStyleProperty("height", igniteuiWebcomponentsCore.stringFormat("{0}px", this.a.y()));
55190
- this.d.b0();
55190
+ this.d.b6();
55191
55191
  document.addEventListener("keydown", igniteuiWebcomponentsCore.runOn(this, this.onDocumentKeyDown), false);
55192
55192
  document.addEventListener("mousedown", igniteuiWebcomponentsCore.runOn(this, this.onDocumentMouseDown), false);
55193
55193
  };
@@ -56009,19 +56009,19 @@
56009
56009
  };
56010
56010
  ComparisonOperatorSelector.prototype.em = function () {
56011
56011
  if (this.q != null) {
56012
- if (!this.q.av) {
56012
+ if (!this.q.aw) {
56013
56013
  this.ef();
56014
56014
  this.q.showRelativeToExclusionRect(this.e.w(), 1, 0);
56015
56015
  this.ee();
56016
56016
  }
56017
56017
  else {
56018
- this.q.bx();
56018
+ this.q.b3();
56019
56019
  }
56020
56020
  }
56021
56021
  };
56022
56022
  ComparisonOperatorSelector.prototype.d8 = function () {
56023
56023
  if (this.q != null) {
56024
- this.q.bx();
56024
+ this.q.b3();
56025
56025
  }
56026
56026
  };
56027
56027
  ComparisonOperatorSelector.prototype.d1 = function (a, b, c, d) {
@@ -81019,13 +81019,13 @@
81019
81019
  }
81020
81020
  }
81021
81021
  }
81022
- if (this.b0 != null && this.b0.av) {
81023
- this.b0.bx();
81022
+ if (this.b0 != null && this.b0.aw) {
81023
+ this.b0.b3();
81024
81024
  }
81025
81025
  };
81026
81026
  GridColumnSummaryOptions.prototype.bu = function () {
81027
- if (this.b0 != null && this.b0.av) {
81028
- this.b0.bx();
81027
+ if (this.b0 != null && this.b0.aw) {
81028
+ this.b0.b3();
81029
81029
  }
81030
81030
  };
81031
81031
  GridColumnSummaryOptions.prototype.a6 = function () {
@@ -81185,8 +81185,8 @@
81185
81185
  configurable: true
81186
81186
  });
81187
81187
  GridColumnSummaryOptions.prototype.cj = function () {
81188
- if (this.b0 != null && this.b0.av) {
81189
- this.b0.bx();
81188
+ if (this.b0 != null && this.b0.aw) {
81189
+ this.b0.b3();
81190
81190
  }
81191
81191
  };
81192
81192
  GridColumnSummaryOptions.prototype.ck = function (a) {
@@ -81235,7 +81235,7 @@
81235
81235
  };
81236
81236
  GridColumnSummaryOptions.prototype.cr = function () {
81237
81237
  if (this.b0 != null) {
81238
- this.b0.cn = this.bo;
81238
+ this.b0.cw = this.bo;
81239
81239
  this.b0.al = false;
81240
81240
  }
81241
81241
  };
@@ -81243,8 +81243,8 @@
81243
81243
  if (this.b0 == null) {
81244
81244
  return;
81245
81245
  }
81246
- if (this.b0.av) {
81247
- this.b0.bx();
81246
+ if (this.b0.aw) {
81247
+ this.b0.b3();
81248
81248
  }
81249
81249
  else {
81250
81250
  var c = this.bv.t();
@@ -84297,7 +84297,7 @@
84297
84297
  MultiColumnComboBoxView.prototype.az = function () {
84298
84298
  var a = this.n;
84299
84299
  if (null != a) {
84300
- a.bx();
84300
+ a.b3();
84301
84301
  }
84302
84302
  this.co();
84303
84303
  var b = this.g.p();
@@ -84529,7 +84529,7 @@
84529
84529
  this.cz();
84530
84530
  this.bp();
84531
84531
  var a = this.n;
84532
- if (a.av) {
84532
+ if (a.aw) {
84533
84533
  return;
84534
84534
  }
84535
84535
  var b = this.c2();
@@ -84591,11 +84591,11 @@
84591
84591
  a.f9(b);
84592
84592
  };
84593
84593
  MultiColumnComboBoxView.prototype.bp = function () {
84594
- this.n.b0();
84594
+ this.n.b6();
84595
84595
  };
84596
84596
  MultiColumnComboBoxView.prototype.br = function () {
84597
84597
  var a = this.n;
84598
- if (a.av) {
84598
+ if (a.aw) {
84599
84599
  this.az();
84600
84600
  var b = this.j;
84601
84601
  b.focus();
@@ -84933,7 +84933,7 @@
84933
84933
  };
84934
84934
  MultiColumnComboBoxView.prototype.co = function () {
84935
84935
  var a = this.n;
84936
- var b = null != a ? a.av : false;
84936
+ var b = null != a ? a.aw : false;
84937
84937
  this.i.svgPath = b ? MultiColumnComboBoxView.as : MultiColumnComboBoxView.at;
84938
84938
  };
84939
84939
  MultiColumnComboBoxView.prototype.cr = function () {
@@ -85110,9 +85110,9 @@
85110
85110
  }
85111
85111
  }
85112
85112
  this.a = null;
85113
- if (this.n != null && this.n.av) {
85113
+ if (this.n != null && this.n.aw) {
85114
85114
  this.cz();
85115
- this.n.b0();
85115
+ this.n.b6();
85116
85116
  }
85117
85117
  }
85118
85118
  };
@@ -85210,7 +85210,7 @@
85210
85210
  };
85211
85211
  MultiColumnComboBoxView.prototype.a4 = function (a) {
85212
85212
  var b = this.n;
85213
- if (b.av) {
85213
+ if (b.aw) {
85214
85214
  this.az();
85215
85215
  }
85216
85216
  else {
@@ -85350,7 +85350,7 @@
85350
85350
  }
85351
85351
  break;
85352
85352
  case 13:
85353
- if (this.n.av) {
85353
+ if (this.n.aw) {
85354
85354
  b.stopPropagation();
85355
85355
  }
85356
85356
  this.br();
@@ -85381,11 +85381,11 @@
85381
85381
  };
85382
85382
  MultiColumnComboBoxView.prototype.c1 = function (a) {
85383
85383
  var b = this.n;
85384
- if (null == b || false == b.av) {
85384
+ if (null == b || false == b.aw) {
85385
85385
  return;
85386
85386
  }
85387
85387
  var c = this.c2();
85388
- this.m.b1(c);
85388
+ this.m.b7(c);
85389
85389
  };
85390
85390
  MultiColumnComboBoxView.prototype.cp = function () {
85391
85391
  if (this.g.disallowTabFocus) {