igniteui-webcomponents-grids 5.0.0 → 5.0.2-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 (85) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +1393 -1404
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasGridCellBase.js +52 -52
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +7 -7
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
  6. package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
  7. package/esm2015/lib/CheckboxListBridge.js +1 -4
  8. package/esm2015/lib/CheckboxListView_combined.js +188 -188
  9. package/esm2015/lib/ColumnChooserView_combined.js +42 -42
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +659 -659
  11. package/esm2015/lib/ColumnGroupingView_combined.js +40 -40
  12. package/esm2015/lib/ColumnPinningView_combined.js +42 -42
  13. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +2 -2
  14. package/esm2015/lib/DataGridCellLayoutPanel.js +48 -48
  15. package/esm2015/lib/DataGridToolbarView_combined.js +87 -87
  16. package/esm2015/lib/EditorCell.js +86 -86
  17. package/esm2015/lib/EditorCellPresenter.js +1 -1
  18. package/esm2015/lib/FilterCell.js +90 -90
  19. package/esm2015/lib/FilterCellPresenter.js +1 -1
  20. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  21. package/esm2015/lib/ISummaryChooserView_combined.js +6 -6
  22. package/esm2015/lib/TemplateHeader.js +1 -1
  23. package/esm2015/lib/igc-checkbox-list-component.js +31 -27
  24. package/esm2015/lib/igc-column-chooser-component.js +2 -2
  25. package/esm2015/lib/igc-column-pinning-component.js +2 -2
  26. package/esm2015/lib/igc-data-grid-toolbar-component.js +2 -2
  27. package/esm2015/public_api.js +20 -21
  28. package/esm5/lib/CanvasGridCellBase.js +52 -52
  29. package/esm5/lib/CanvasTemplateCellPresenter.js +7 -7
  30. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
  31. package/esm5/lib/CanvasTextHeaderCell.js +1 -1
  32. package/esm5/lib/CheckboxListBridge.js +1 -4
  33. package/esm5/lib/CheckboxListView_combined.js +179 -179
  34. package/esm5/lib/ColumnChooserView_combined.js +41 -41
  35. package/esm5/lib/ColumnFilterCondition_combined.js +654 -654
  36. package/esm5/lib/ColumnGroupingView_combined.js +40 -40
  37. package/esm5/lib/ColumnPinningView_combined.js +41 -41
  38. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +2 -2
  39. package/esm5/lib/DataGridCellLayoutPanel.js +48 -48
  40. package/esm5/lib/DataGridToolbarView_combined.js +86 -86
  41. package/esm5/lib/EditorCell.js +85 -85
  42. package/esm5/lib/EditorCellPresenter.js +1 -1
  43. package/esm5/lib/FilterCell.js +88 -88
  44. package/esm5/lib/FilterCellPresenter.js +1 -1
  45. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  46. package/esm5/lib/ISummaryChooserView_combined.js +6 -6
  47. package/esm5/lib/TemplateHeader.js +1 -1
  48. package/esm5/lib/igc-checkbox-list-component.js +31 -27
  49. package/esm5/lib/igc-column-chooser-component.js +2 -2
  50. package/esm5/lib/igc-column-pinning-component.js +2 -2
  51. package/esm5/lib/igc-data-grid-toolbar-component.js +2 -2
  52. package/esm5/public_api.js +20 -21
  53. package/fesm2015/igniteui-webcomponents-grids.js +1415 -1425
  54. package/fesm5/igniteui-webcomponents-grids.js +1395 -1405
  55. package/grids/combined.js +16296 -15683
  56. package/grids/lib/igc-grid-base-directive.d.ts +1 -0
  57. package/grids/lib/igc-row-island-component.d.ts +1 -0
  58. package/grids/styles.css +1 -1
  59. package/grids/themes/dark/bootstrap.css +1 -1
  60. package/grids/themes/dark/fluent.css +1 -1
  61. package/grids/themes/dark/indigo.css +1 -1
  62. package/grids/themes/dark/material.css +1 -1
  63. package/grids/themes/light/bootstrap.css +1 -1
  64. package/grids/themes/light/fluent.css +1 -1
  65. package/grids/themes/light/indigo.css +1 -1
  66. package/grids/themes/light/material.css +1 -1
  67. package/lib/CanvasGridCellBase.d.ts +7 -7
  68. package/lib/CanvasTemplateCellPresenter.d.ts +2 -2
  69. package/lib/CanvasTemplateHeaderCellPresenter.d.ts +2 -2
  70. package/lib/CheckboxListExternal.d.ts +6 -4
  71. package/lib/CheckboxListView_combined.d.ts +26 -26
  72. package/lib/ColumnChooserView_combined.d.ts +4 -4
  73. package/lib/ColumnFilterCondition_combined.d.ts +113 -113
  74. package/lib/ColumnGroupingView_combined.d.ts +2 -2
  75. package/lib/ColumnPinningView_combined.d.ts +4 -4
  76. package/lib/DataGridCellLayoutPanel.d.ts +3 -3
  77. package/lib/DataGridToolbarView_combined.d.ts +5 -5
  78. package/lib/EditorCell.d.ts +8 -8
  79. package/lib/FilterCell.d.ts +12 -12
  80. package/lib/igc-checkbox-list-component.d.ts +2 -0
  81. package/package.json +4 -4
  82. package/public_api.d.ts +20 -21
  83. package/esm2015/lib/CheckboxListViewExternal.js +0 -11
  84. package/esm5/lib/CheckboxListViewExternal.js +0 -11
  85. package/lib/CheckboxListViewExternal.d.ts +0 -16
@@ -934,6 +934,14 @@ export { ColumnFilterConditionGroup };
934
934
  * @hidden
935
935
  */
936
936
  export var IExternalGrid_$type = /*@__PURE__*/ new Type(null, 'IExternalGrid');
937
+ /**
938
+ * @hidden
939
+ */
940
+ export var ICellRenderingEngine_$type = /*@__PURE__*/ new Type(null, 'ICellRenderingEngine');
941
+ /**
942
+ * @hidden
943
+ */
944
+ export var ICellPresenter_$type = /*@__PURE__*/ new Type(null, 'ICellPresenter');
937
945
  /**
938
946
  * @hidden
939
947
  */
@@ -964,8 +972,8 @@ var DefaultCellActionManager = /** @class */ /*@__PURE__*/ (function (_super) {
964
972
  }
965
973
  };
966
974
  DefaultCellActionManager.prototype.dragStarted = function () {
967
- if (this.b != null && this.b.av != null) {
968
- this.b.wd(this.b.av, this.mousePosition.x, this.mousePosition.y, this.c);
975
+ if (this.b != null && this.b.an != null) {
976
+ this.b.wd(this.b.an, this.mousePosition.x, this.mousePosition.y, this.c);
969
977
  this.mouseUpCell(this.mousePosition.x, this.mousePosition.y);
970
978
  }
971
979
  };
@@ -1054,8 +1062,8 @@ var DefaultCellActionManager = /** @class */ /*@__PURE__*/ (function (_super) {
1054
1062
  this.b.t4(this.a, a);
1055
1063
  };
1056
1064
  DefaultCellActionManager.prototype.isCellDown = function () {
1057
- if (this.b != null && this.b.av != null && this.a != null) {
1058
- return this.b.av.equals(this.a.l);
1065
+ if (this.b != null && this.b.an != null && this.a != null) {
1066
+ return this.b.an.equals(this.a.l);
1059
1067
  }
1060
1068
  return false;
1061
1069
  };
@@ -1147,7 +1155,7 @@ var DefaultCellActionManager = /** @class */ /*@__PURE__*/ (function (_super) {
1147
1155
  });
1148
1156
  Object.defineProperty(DefaultCellActionManager.prototype, "isMouseDown", {
1149
1157
  get: function () {
1150
- return this.b.av != null;
1158
+ return this.b.an != null;
1151
1159
  },
1152
1160
  enumerable: false,
1153
1161
  configurable: true
@@ -1186,7 +1194,7 @@ var DefaultCellActionManager = /** @class */ /*@__PURE__*/ (function (_super) {
1186
1194
  if (b != null) {
1187
1195
  b.me = a;
1188
1196
  }
1189
- var c = this.b.cq;
1197
+ var c = this.b.ci;
1190
1198
  c.t = a;
1191
1199
  if (this.b.model.bx != null && this.b.model.bw != null) {
1192
1200
  if (!c.k && (c.r < this.b.model.bx.x || c.r > this.b.model.bw.x)) {
@@ -1196,15 +1204,15 @@ var DefaultCellActionManager = /** @class */ /*@__PURE__*/ (function (_super) {
1196
1204
  };
1197
1205
  DefaultCellActionManager.prototype.startEditMode = function () {
1198
1206
  if (this.b.editOnKeyPress) {
1199
- var a = this.b.cq;
1207
+ var a = this.b.ci;
1200
1208
  if (this.b.model.bx != null && this.b.model.bw != null) {
1201
1209
  if (!a.k && (a.r < this.b.model.bx.x || a.r > this.b.model.bw.x)) {
1202
1210
  this.b.ty(a.r, a.q, false);
1203
1211
  }
1204
1212
  }
1205
1213
  }
1206
- if (this.b.jt() && !this.b.cq.j && this.b.editOnKeyPress) {
1207
- var b = this.b.ak.s();
1214
+ if (this.b.jt() && !this.b.ci.j && this.b.editOnKeyPress) {
1215
+ var b = this.b.ac.s();
1208
1216
  var c = this.b.model.e(b, this.b.activeCell.b);
1209
1217
  this.b.k8(c);
1210
1218
  }
@@ -1215,7 +1223,7 @@ var DefaultCellActionManager = /** @class */ /*@__PURE__*/ (function (_super) {
1215
1223
  }
1216
1224
  };
1217
1225
  DefaultCellActionManager.prototype.cancelEditMode = function (a) {
1218
- if (this.b != null && this.b.cq.j) {
1226
+ if (this.b != null && this.b.ci.j) {
1219
1227
  this.b.i9(a);
1220
1228
  if (this.b.editMode == 3) {
1221
1229
  this.b.ue(a);
@@ -1241,7 +1249,7 @@ var DefaultCellActionManager = /** @class */ /*@__PURE__*/ (function (_super) {
1241
1249
  };
1242
1250
  DefaultCellActionManager.prototype.applyFilter = function (a, b) {
1243
1251
  if (this.b != null) {
1244
- var c = this.b.cm(this.a.l);
1252
+ var c = this.b.ce(this.a.l);
1245
1253
  if (c != null) {
1246
1254
  c.kf(a, b);
1247
1255
  }
@@ -1249,7 +1257,7 @@ var DefaultCellActionManager = /** @class */ /*@__PURE__*/ (function (_super) {
1249
1257
  };
1250
1258
  DefaultCellActionManager.prototype.applyCustomFilter = function (a, b, c) {
1251
1259
  if (this.b != null) {
1252
- var d = this.b.cm(this.a.l);
1260
+ var d = this.b.ce(this.a.l);
1253
1261
  if (d != null) {
1254
1262
  d.ke(a, b, c);
1255
1263
  }
@@ -1257,7 +1265,7 @@ var DefaultCellActionManager = /** @class */ /*@__PURE__*/ (function (_super) {
1257
1265
  };
1258
1266
  DefaultCellActionManager.prototype.clearFilter = function () {
1259
1267
  if (this.b != null) {
1260
- var a = this.b.cm(this.a.l);
1268
+ var a = this.b.ce(this.a.l);
1261
1269
  if (a != null) {
1262
1270
  a.kg();
1263
1271
  }
@@ -1288,7 +1296,7 @@ var DefaultGridInfoRequestor = /** @class */ /*@__PURE__*/ (function (_super) {
1288
1296
  if (this.b == null) {
1289
1297
  return null;
1290
1298
  }
1291
- return this.b.cm(this.a.l);
1299
+ return this.b.ce(this.a.l);
1292
1300
  };
1293
1301
  DefaultGridInfoRequestor.prototype.getDensity = function () {
1294
1302
  if (this.b == null) {
@@ -5264,10 +5272,6 @@ var TextHeaderCellModel = /** @class */ /*@__PURE__*/ (function (_super) {
5264
5272
  return TextHeaderCellModel;
5265
5273
  }(TextCellModel));
5266
5274
  export { TextHeaderCellModel };
5267
- /**
5268
- * @hidden
5269
- */
5270
- export var ICellPresenter_$type = /*@__PURE__*/ new Type(null, 'ICellPresenter');
5271
5275
  /**
5272
5276
  * @hidden
5273
5277
  */
@@ -6440,7 +6444,7 @@ var EditingManager = /** @class */ /*@__PURE__*/ (function (_super) {
6440
6444
  if (this.r != -1 && this.q != -1) {
6441
6445
  if (b.animationType != 10) {
6442
6446
  if (this.c != null) {
6443
- this.g.dc.r(this.g, this.c, b.propertyName, b.animationType, b.oldValue, b.newValue, 9);
6447
+ this.g.c4.r(this.g, this.c, b.propertyName, b.animationType, b.oldValue, b.newValue, 9);
6444
6448
  }
6445
6449
  }
6446
6450
  }
@@ -6476,7 +6480,7 @@ var EditingManager = /** @class */ /*@__PURE__*/ (function (_super) {
6476
6480
  this.e.textStyle = a.ag;
6477
6481
  this.e.en = a;
6478
6482
  this.t = a.g3;
6479
- this.g.ax = null;
6483
+ this.g.ap = null;
6480
6484
  };
6481
6485
  EditingManager.prototype.v = function () {
6482
6486
  this.r = -1;
@@ -6605,8 +6609,8 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
6605
6609
  _this.cellPointerUp = null;
6606
6610
  _this.cellClicked = null;
6607
6611
  _this.mu = -1;
6608
- _this.by = 0;
6609
- _this.bk = 0;
6612
+ _this.bq = 0;
6613
+ _this.bc = 0;
6610
6614
  _this.e0 = null;
6611
6615
  _this.h4 = true;
6612
6616
  _this.y9 = null;
@@ -6614,8 +6618,8 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
6614
6618
  _this.y1 = null;
6615
6619
  _this.aax = new Thickness(0, 1);
6616
6620
  _this.aar = null;
6617
- _this.ay = null;
6618
- _this.av = null;
6621
+ _this.aq = null;
6622
+ _this.an = null;
6619
6623
  _this.ht = false;
6620
6624
  _this.jb = false;
6621
6625
  _this.my = -1;
@@ -6632,39 +6636,39 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
6632
6636
  _this.lx = 0;
6633
6637
  _this.ly = 0;
6634
6638
  _this.lz = 0;
6635
- _this.az = null;
6639
+ _this.ar = null;
6636
6640
  _this.nc = 0;
6637
6641
  _this.nb = 0;
6638
6642
  _this.iq = false;
6639
6643
  _this.m2 = -1;
6640
6644
  _this.nd = -1;
6641
6645
  _this.fm = 0;
6642
- _this.au = null;
6643
- _this.aq = null;
6644
- _this.ar = null;
6646
+ _this.am = null;
6647
+ _this.ai = null;
6648
+ _this.aj = null;
6645
6649
  _this.ls = -1;
6646
6650
  _this.l5 = 0;
6647
6651
  _this.l2 = 0;
6648
6652
  _this.l3 = 0;
6649
6653
  _this.lj = new List$1(Number_$type, 0);
6650
6654
  _this.lk = new List$1(Number_$type, 0);
6651
- _this.ap = null;
6655
+ _this.ah = null;
6652
6656
  _this.j1 = false;
6653
6657
  _this.it = false;
6654
6658
  _this.iv = false;
6655
6659
  _this.is = false;
6656
- _this.db = new GridAnimationManager();
6660
+ _this.c3 = new GridAnimationManager();
6657
6661
  _this._delayedExecutionManager = null;
6658
6662
  _this.fn = null;
6659
6663
  _this.e5 = null;
6660
- _this.a4 = null;
6661
- _this.d7 = new GridLayerController();
6664
+ _this.aw = null;
6665
+ _this.dz = new GridLayerController();
6662
6666
  _this.f9 = new SpatialEngine();
6663
- _this.d2 = null;
6667
+ _this.du = null;
6664
6668
  _this.f3 = null;
6665
- _this.aj = null;
6669
+ _this.ab = null;
6666
6670
  _this.f7 = null;
6667
- _this.cq = null;
6671
+ _this.ci = null;
6668
6672
  _this.g7 = null;
6669
6673
  _this.f1 = null;
6670
6674
  _this.fz = new SectionFooter();
@@ -6673,12 +6677,12 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
6673
6677
  _this.fw = null;
6674
6678
  _this.ew = null;
6675
6679
  _this.ey = null;
6676
- _this.b0 = null;
6677
- _this.bm = null;
6680
+ _this.bs = null;
6681
+ _this.be = null;
6678
6682
  _this.fk = null;
6679
- _this.cv = null;
6680
- _this.cw = null;
6681
- _this.c5 = null;
6683
+ _this.cn = null;
6684
+ _this.co = null;
6685
+ _this.cx = null;
6682
6686
  _this.b = null;
6683
6687
  _this.c = null;
6684
6688
  _this.gh = new VisibilityEngine();
@@ -6688,7 +6692,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
6688
6692
  _this.gn = 2;
6689
6693
  _this.mq = truncate(DeviceUtils.g(36));
6690
6694
  _this.m3 = -1;
6691
- _this.ch = ColumnWidth.a;
6695
+ _this.b9 = ColumnWidth.a;
6692
6696
  _this.lv = 136;
6693
6697
  _this.mp = truncate(DeviceUtils.g(36));
6694
6698
  _this.mv = -1;
@@ -6698,38 +6702,38 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
6698
6702
  _this.m5 = truncate(DeviceUtils.g(0));
6699
6703
  _this.mt = truncate(DeviceUtils.g(0));
6700
6704
  _this.eu = 0;
6701
- _this.ct = 1;
6702
- _this.cr = 2;
6705
+ _this.cl = 1;
6706
+ _this.cj = 2;
6703
6707
  _this.hj = true;
6704
6708
  _this.hf = true;
6705
6709
  _this.m4 = truncate(DeviceUtils.g(1));
6706
6710
  _this.h3 = true;
6707
- _this.b2 = 1;
6708
- _this.bt = 0;
6709
- _this.an = 0;
6711
+ _this.bu = 1;
6712
+ _this.bl = 0;
6713
+ _this.af = 0;
6710
6714
  _this.fu = 1;
6711
6715
  _this.fr = 1;
6712
- _this.a2 = 1;
6713
- _this.dr = new GridColumnAnimationSettings();
6714
- _this.dd = new GridAnimationSettings();
6716
+ _this.au = 1;
6717
+ _this.di = new GridColumnAnimationSettings();
6718
+ _this.c5 = new GridAnimationSettings();
6719
+ _this.bn = 1;
6715
6720
  _this.bv = 1;
6716
- _this.b3 = 1;
6717
- _this.bh = 1;
6718
- _this.be = 1;
6721
+ _this.a9 = 1;
6719
6722
  _this.a6 = 1;
6723
+ _this.ay = 1;
6720
6724
  _this.aay = new Thickness(1, 0, 0, 0, 0);
6721
- _this.cn = 5;
6722
- _this.c8 = 1;
6725
+ _this.cf = 5;
6726
+ _this.c0 = 1;
6723
6727
  _this.ej = 1;
6724
6728
  _this.h8 = true;
6725
6729
  _this.hn = false;
6726
- _this.ac = new GridSelectedItemsCollection();
6727
- _this.ag = new GridSelectedKeysCollection();
6728
- _this.ef = new GridSelectedCellsCollection();
6729
- _this.ec = new GridSelectedCellRangesCollection();
6730
+ _this.eb = new GridSelectedItemsCollection();
6731
+ _this.eg = new GridSelectedKeysCollection();
6732
+ _this.d7 = new GridSelectedCellsCollection();
6733
+ _this.d4 = new GridSelectedCellRangesCollection();
6730
6734
  _this.hm = false;
6731
- _this.ab = new GridSelectedItemsCollection();
6732
- _this.af = new GridSelectedKeysCollection();
6735
+ _this.ea = new GridSelectedItemsCollection();
6736
+ _this.ef = new GridSelectedKeysCollection();
6733
6737
  _this.hq = true;
6734
6738
  _this.hu = false;
6735
6739
  _this.hz = true;
@@ -6745,8 +6749,8 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
6745
6749
  _this.zj = null;
6746
6750
  _this.y8 = null;
6747
6751
  _this.y7 = null;
6748
- _this.dn = null;
6749
- _this.dm = null;
6752
+ _this.df = null;
6753
+ _this.de = null;
6750
6754
  _this.yu = null;
6751
6755
  _this.yw = null;
6752
6756
  _this.y5 = null;
@@ -6783,9 +6787,9 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
6783
6787
  _this.yz = null;
6784
6788
  _this.yx = null;
6785
6789
  _this.ik = false;
6786
- _this.bo = 0;
6790
+ _this.bg = 0;
6787
6791
  _this.yy = null;
6788
- _this.bq = 0;
6792
+ _this.bi = 0;
6789
6793
  _this.yt = null;
6790
6794
  _this.aaw = GridStyleRepository.bp;
6791
6795
  _this.aau = GridStyleRepository.bp;
@@ -6799,20 +6803,20 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
6799
6803
  _this.e1 = null;
6800
6804
  _this.fp = null;
6801
6805
  _this.gj = new VisualModel();
6802
- _this.b9 = null;
6803
- _this.a9 = null;
6806
+ _this.b1 = null;
6807
+ _this.a1 = null;
6804
6808
  _this.s = null;
6805
- _this.ce = null;
6809
+ _this.b6 = null;
6806
6810
  _this.z = null;
6807
6811
  _this.aa = null;
6808
6812
  _this.io = true;
6809
6813
  _this.im = true;
6810
6814
  _this.ip = true;
6811
6815
  _this.il = true;
6812
- _this.b8 = null;
6813
- _this.ba = null;
6816
+ _this.b0 = null;
6817
+ _this.a2 = null;
6814
6818
  _this.t = null;
6815
- _this.cd = null;
6819
+ _this.b5 = null;
6816
6820
  _this.or = null;
6817
6821
  _this.oq = null;
6818
6822
  _this.os = null;
@@ -6850,7 +6854,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
6850
6854
  _this.m0 = -1;
6851
6855
  _this.lb = false;
6852
6856
  _this.actualColumnsChanged = null;
6853
- _this.dt = new GridColumnCollection();
6857
+ _this.dk = new GridColumnCollection();
6854
6858
  _this.ib = false;
6855
6859
  _this.k9 = false;
6856
6860
  _this.la = false;
@@ -6866,8 +6870,8 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
6866
6870
  _this.iu = false;
6867
6871
  _this.m9 = -1;
6868
6872
  _this.na = -1;
6869
- _this.aw = null;
6870
- _this.ax = null;
6873
+ _this.ao = null;
6874
+ _this.ap = null;
6871
6875
  _this.columnsAutoGenerated = null;
6872
6876
  _this.selectedItemsChanged = null;
6873
6877
  _this.selectedKeysChanged = null;
@@ -6876,7 +6880,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
6876
6880
  _this.ij = false;
6877
6881
  _this.activeCellChanged = null;
6878
6882
  _this.selectedCellRangesChanged = null;
6879
- _this.a0 = null;
6883
+ _this.as = null;
6880
6884
  _this.ho = false;
6881
6885
  _this.ih = true;
6882
6886
  _this.ig = true;
@@ -6887,18 +6891,18 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
6887
6891
  _this.rowEditStarted = null;
6888
6892
  _this.rowEditEnded = null;
6889
6893
  _this.id = false;
6890
- _this.cz = 1;
6891
- _this.cx = 0;
6894
+ _this.cr = 1;
6895
+ _this.cp = 0;
6892
6896
  _this.h1 = true;
6893
6897
  _this.lc = false;
6894
6898
  _this.hs = true;
6895
6899
  _this.hr = true;
6896
6900
  _this.fh = 0;
6897
6901
  _this.ff = 0;
6898
- _this.al = 4;
6899
- _this.c6 = 0;
6900
- _this.c3 = 0;
6901
- _this.c1 = 1;
6902
+ _this.ad = 4;
6903
+ _this.cy = 0;
6904
+ _this.cv = 0;
6905
+ _this.ct = 1;
6902
6906
  _this.lo = dateMinValue();
6903
6907
  _this.hg = true;
6904
6908
  _this.customFilterRequested = null;
@@ -6925,54 +6929,54 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
6925
6929
  _this.pinnedAreaSeparator = new PinnedAreaSeparator();
6926
6930
  _this.summaryRowRoot = new SummaryRowRoot();
6927
6931
  _this.summaryRowSection = new SummaryRowSection();
6928
- _this.cv = new EditorDefinition();
6929
- _this.cw = new EditRowDefinition();
6930
- _this.c5 = new FilterRowDefinition();
6931
- _this.c5.grid = _this;
6932
+ _this.cn = new EditorDefinition();
6933
+ _this.co = new EditRowDefinition();
6934
+ _this.cx = new FilterRowDefinition();
6935
+ _this.cx.grid = _this;
6932
6936
  _this.aav = _this.aaw;
6933
6937
  _this.yn = _this.yo;
6934
6938
  _this.yt = GridStyleRepository.ax;
6935
- _this.a4 = new ColumnController(_this.dt, _this.autoGenerateColumns, runOn(_this, _this.u0));
6936
- var a = _this.a4.j;
6939
+ _this.aw = new ColumnController(_this.dk, _this.autoGenerateColumns, runOn(_this, _this.u0));
6940
+ var a = _this.aw.j;
6937
6941
  a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.ts));
6938
- _this.e5 = new DataAdapter(_this.a4);
6942
+ _this.e5 = new DataAdapter(_this.aw);
6939
6943
  _this.fp = new ResponsiveStatesCollection();
6940
6944
  _this.fn = new ResponsiveEngine(_this);
6941
6945
  _this.fn.g = _this.fp;
6942
6946
  _this.jh = _this.k0();
6943
6947
  _this.j0 = _this.k1();
6944
- _this.f4 = new SelectionManager(_this, _this.dc);
6945
- _this.ak = new ActivationManager(_this, _this.dc);
6946
- _this.ac.ag(runOn(_this, _this.x0));
6947
- _this.ag.al(runOn(_this, _this.x1));
6948
- _this.ef.an(runOn(_this, _this.xz));
6949
- var b = _this.ec;
6948
+ _this.f4 = new SelectionManager(_this, _this.c4);
6949
+ _this.ac = new ActivationManager(_this, _this.c4);
6950
+ _this.eb.ag(runOn(_this, _this.x0));
6951
+ _this.eg.al(runOn(_this, _this.x1));
6952
+ _this.d7.an(runOn(_this, _this.xz));
6953
+ var b = _this.d4;
6950
6954
  b.collectionChanged = delegateCombine(b.collectionChanged, runOn(_this, _this.xy));
6951
- _this.ab.ag(runOn(_this, _this.w6));
6952
- _this.af.al(runOn(_this, _this.w7));
6953
- _this.b9 = new ColumnSortDescriptionCollection();
6954
- _this.a9 = new ColumnGroupDescriptionCollection();
6955
- _this.ce = new ColumnSummaryDescriptionCollection();
6956
- _this.b9.m(runOn(_this, _this.x7));
6957
- _this.a9.m(runOn(_this, _this.uk));
6958
- _this.ce.m(runOn(_this, _this.x9));
6955
+ _this.ea.ag(runOn(_this, _this.w6));
6956
+ _this.ef.al(runOn(_this, _this.w7));
6957
+ _this.b1 = new ColumnSortDescriptionCollection();
6958
+ _this.a1 = new ColumnGroupDescriptionCollection();
6959
+ _this.b6 = new ColumnSummaryDescriptionCollection();
6960
+ _this.b1.m(runOn(_this, _this.x7));
6961
+ _this.a1.m(runOn(_this, _this.uk));
6962
+ _this.b6.m(runOn(_this, _this.x9));
6959
6963
  _this.s = new FilterExpressionCollection();
6960
6964
  _this.s.n(runOn(_this, _this.uh));
6961
6965
  _this.f8 = new SortManager(_this);
6962
- _this.cq = new EditingManager(_this, _this.cv);
6966
+ _this.ci = new EditingManager(_this, _this.cn);
6963
6967
  _this.e0 = new HoverManager(_this);
6964
- _this.au = new CellPath(3, -400, -102, 1);
6965
- _this.b8 = ((function () {
6968
+ _this.am = new CellPath(3, -400, -102, 1);
6969
+ _this.b0 = ((function () {
6966
6970
  var $ret = new ColumnSortDescriptionCollection();
6967
6971
  $ret.i = true;
6968
6972
  return $ret;
6969
6973
  })());
6970
- _this.ba = ((function () {
6974
+ _this.a2 = ((function () {
6971
6975
  var $ret = new ColumnGroupDescriptionCollection();
6972
6976
  $ret.i = true;
6973
6977
  return $ret;
6974
6978
  })());
6975
- _this.cd = ((function () {
6979
+ _this.b5 = ((function () {
6976
6980
  var $ret = new ColumnSummaryDescriptionCollection();
6977
6981
  $ret.i = true;
6978
6982
  return $ret;
@@ -7012,8 +7016,8 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7012
7016
  },
7013
7017
  set: function (a) {
7014
7018
  this.fb = a;
7015
- if (this.a5 != null) {
7016
- this.a5.k = this.fb;
7019
+ if (this.ax != null) {
7020
+ this.ax.k = this.fb;
7017
7021
  }
7018
7022
  },
7019
7023
  enumerable: false,
@@ -7080,14 +7084,14 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7080
7084
  }
7081
7085
  };
7082
7086
  DataGrid.prototype.o = function (a) {
7083
- var b = this.cm(a.l);
7087
+ var b = this.ce(a.l);
7084
7088
  if (b == null) {
7085
7089
  return null;
7086
7090
  }
7087
7091
  return b.ep;
7088
7092
  };
7089
7093
  DataGrid.prototype.p = function (a) {
7090
- var b = this.cm(a.l);
7094
+ var b = this.ce(a.l);
7091
7095
  if (b == null) {
7092
7096
  return 11;
7093
7097
  }
@@ -7103,7 +7107,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7103
7107
  };
7104
7108
  DataGrid.prototype.t5 = function (a, b) {
7105
7109
  var _this = this;
7106
- var c = this.cm(a.l);
7110
+ var c = this.ce(a.l);
7107
7111
  if (c == null) {
7108
7112
  return;
7109
7113
  }
@@ -7119,7 +7123,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7119
7123
  }
7120
7124
  };
7121
7125
  DataGrid.prototype.t4 = function (a, b) {
7122
- var c = this.cm(a.l);
7126
+ var c = this.ce(a.l);
7123
7127
  if (c == null) {
7124
7128
  return;
7125
7129
  }
@@ -7205,7 +7209,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7205
7209
  }
7206
7210
  };
7207
7211
  DataGrid.prototype.yg = function (a) {
7208
- if (this.cq.j) {
7212
+ if (this.ci.j) {
7209
7213
  if (!this.i9(true)) {
7210
7214
  return;
7211
7215
  }
@@ -7249,7 +7253,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7249
7253
  DataGrid.prototype.u9 = function (a, b, c, d) {
7250
7254
  var _this = this;
7251
7255
  if (a.w == 1 || a.w == 12) {
7252
- if (this.cq.j && a != this.cq.b) {
7256
+ if (this.ci.j && a != this.ci.b) {
7253
7257
  if (!this.i9(true)) {
7254
7258
  return;
7255
7259
  }
@@ -7263,9 +7267,9 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7263
7267
  }
7264
7268
  }
7265
7269
  if (a.l.aj) {
7266
- var e = this.a5.h(a.l);
7267
- if (e.g4 && !this.cq.j && this.editOnKeyPress) {
7268
- this.cq.x();
7270
+ var e = this.ax.h(a.l);
7271
+ if (e.g4 && !this.ci.j && this.editOnKeyPress) {
7272
+ this.ci.x();
7269
7273
  }
7270
7274
  }
7271
7275
  }
@@ -7279,12 +7283,12 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7279
7283
  if (d == 0) {
7280
7284
  this.na = -1;
7281
7285
  this.m9 = -1;
7282
- this.az = null;
7286
+ this.ar = null;
7283
7287
  this.lj.clear();
7284
7288
  this.lk.clear();
7285
7289
  if (a.w == 0 && this.headerClickAction != 4) {
7286
- this.f8.d(this.cm(a.l));
7287
- var f = this.a5.h(a.l);
7290
+ this.f8.d(this.ce(a.l));
7291
+ var f = this.ax.h(a.l);
7288
7292
  f.ki("Sorted");
7289
7293
  }
7290
7294
  this.ij = false;
@@ -7296,11 +7300,11 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7296
7300
  this.xa(a.l.x, g);
7297
7301
  }
7298
7302
  else {
7299
- if (c && this.a0 != null) {
7303
+ if (c && this.as != null) {
7300
7304
  var h = g;
7301
7305
  var i = a.l.x;
7302
- this.selectedCellRanges.remove(this.a0);
7303
- this.tu(Math.min(this.a0.k, h), Math.max(this.a0.k, h), Math.min(this.a0.l, i), Math.max(this.a0.l, i));
7306
+ this.selectedCellRanges.remove(this.as);
7307
+ this.tu(Math.min(this.as.k, h), Math.max(this.as.k, h), Math.min(this.as.l, i), Math.max(this.as.l, i));
7304
7308
  }
7305
7309
  else {
7306
7310
  this.xh();
@@ -7318,7 +7322,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7318
7322
  }
7319
7323
  this.w0();
7320
7324
  if (this.activationMode == 1) {
7321
- this.ak.aa(a);
7325
+ this.ac.aa(a);
7322
7326
  }
7323
7327
  }
7324
7328
  if (this.cellClicked != null) {
@@ -7348,13 +7352,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7348
7352
  };
7349
7353
  Object.defineProperty(DataGrid.prototype, "columnResizingMode", {
7350
7354
  get: function () {
7351
- return this.by;
7355
+ return this.bq;
7352
7356
  },
7353
7357
  set: function (a) {
7354
- var b = this.by;
7355
- this.by = a;
7356
- if (b != this.by) {
7357
- this.wm("ColumnResizingMode", enumGetBox(ColumnResizingMode_$type, b), enumGetBox(ColumnResizingMode_$type, this.by));
7358
+ var b = this.bq;
7359
+ this.bq = a;
7360
+ if (b != this.bq) {
7361
+ this.wm("ColumnResizingMode", enumGetBox(ColumnResizingMode_$type, b), enumGetBox(ColumnResizingMode_$type, this.bq));
7358
7362
  }
7359
7363
  },
7360
7364
  enumerable: false,
@@ -7362,13 +7366,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7362
7366
  });
7363
7367
  Object.defineProperty(DataGrid.prototype, "columnMovingMode", {
7364
7368
  get: function () {
7365
- return this.bk;
7369
+ return this.bc;
7366
7370
  },
7367
7371
  set: function (a) {
7368
- var b = this.bk;
7369
- this.bk = a;
7370
- if (b != this.bk) {
7371
- this.wm("ColumnMovingMode", enumGetBox(ColumnMovingMode_$type, b), enumGetBox(ColumnMovingMode_$type, this.bk));
7372
+ var b = this.bc;
7373
+ this.bc = a;
7374
+ if (b != this.bc) {
7375
+ this.wm("ColumnMovingMode", enumGetBox(ColumnMovingMode_$type, b), enumGetBox(ColumnMovingMode_$type, this.bc));
7372
7376
  }
7373
7377
  },
7374
7378
  enumerable: false,
@@ -7445,13 +7449,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7445
7449
  configurable: true
7446
7450
  });
7447
7451
  DataGrid.prototype.vg = function (a, b, c) {
7448
- this.av = a.l.ab();
7452
+ this.an = a.l.ab();
7449
7453
  this.aar = { $type: Point_$type, x: b, y: c };
7450
7454
  this.ht = a.bf && a.bg;
7451
- if (this.dragger != null && this.columnResizingMode != 2 && this.av.h) {
7452
- var d = this.a5.j._inner[a.l.a5];
7455
+ if (this.dragger != null && this.columnResizingMode != 2 && this.an.h) {
7456
+ var d = this.ax.j._inner[a.l.a5];
7453
7457
  if (d.g8) {
7454
- var e = this.model.b9._inner[this.av.a5];
7458
+ var e = this.model.b9._inner[this.an.a5];
7455
7459
  this.l5 = e.k;
7456
7460
  this.l2 = this.model.cz;
7457
7461
  this.l3 = this.model.c0;
@@ -7461,7 +7465,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7461
7465
  this.n9 = truncate((f.x + this.l6)) - (intDivide(this.columnResizingSeparatorWidth, 2));
7462
7466
  this.ls = -1;
7463
7467
  this.externalGrid.setResizeCursor();
7464
- this.dragger.dragStart(b, c, this.model.actualVisibleRegion.x, this.model.actualVisibleRegion.y, 1, this.av, false);
7468
+ this.dragger.dragStart(b, c, this.model.actualVisibleRegion.x, this.model.actualVisibleRegion.y, 1, this.an, false);
7465
7469
  if (this.columnResizingMode == 0) {
7466
7470
  this.refresh();
7467
7471
  }
@@ -7469,7 +7473,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7469
7473
  }
7470
7474
  };
7471
7475
  DataGrid.prototype.vh = function (a, b, c) {
7472
- this.av = null;
7476
+ this.an = null;
7473
7477
  };
7474
7478
  DataGrid.prototype.vf = function (a, b, c) {
7475
7479
  var d = 0;
@@ -7507,8 +7511,8 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7507
7511
  if (a.l.aj || a.l.ay || a.l.ak) {
7508
7512
  d = true;
7509
7513
  e = a.l.x;
7510
- if (a.l.ak && this.cq.j) {
7511
- e = this.cq.r;
7514
+ if (a.l.ak && this.ci.j) {
7515
+ e = this.ci.r;
7512
7516
  }
7513
7517
  }
7514
7518
  else if (a.l.g || a.l.j) {
@@ -7527,7 +7531,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7527
7531
  DataGrid.prototype.wj = function (a, b, c) {
7528
7532
  if (this.dragger == null || !this.dragger.isDragActive) {
7529
7533
  if (a.l.h && this.columnResizingMode != 2) {
7530
- var d = this.a5.j._inner[a.l.a5];
7534
+ var d = this.ax.j._inner[a.l.a5];
7531
7535
  if (d.g8) {
7532
7536
  this.externalGrid.setResizeCursor();
7533
7537
  }
@@ -7550,7 +7554,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7550
7554
  this.l6 = this.model.actualVisibleRegion.left;
7551
7555
  this.l7 = this.model.actualVisibleRegion.top;
7552
7556
  if ((this.dragger == null || !this.dragger.isDragActive) && a.g && !a.h && !a.ay && this.columnMovingMode != 1) {
7553
- var e = this.cm(a);
7557
+ var e = this.ce(a);
7554
7558
  if (e != null && e.g6) {
7555
7559
  this.externalGrid.ensureColumnsAreManual();
7556
7560
  }
@@ -7567,7 +7571,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7567
7571
  this.nb = this.model.b9._inner[a.a5].n;
7568
7572
  this.iq = this.ht;
7569
7573
  if (this.activationMode == 1) {
7570
- this.ak.z(a);
7574
+ this.ac.z(a);
7571
7575
  }
7572
7576
  this.dragger.dragStart(b, c, this.model.actualVisibleRegion.x, this.model.actualVisibleRegion.y, 0, a, d);
7573
7577
  }
@@ -7586,7 +7590,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7586
7590
  this.lj.clear();
7587
7591
  this.lk.clear();
7588
7592
  if (this.activationMode == 1) {
7589
- this.ak.z(a);
7593
+ this.ac.z(a);
7590
7594
  }
7591
7595
  if (this.deferEventForRowDragSelection) {
7592
7596
  this.tx(true);
@@ -7596,10 +7600,10 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7596
7600
  };
7597
7601
  DataGrid.prototype.v9 = function (a, b) {
7598
7602
  this.t0();
7599
- this.az = null;
7600
7603
  this.ar = null;
7604
+ this.aj = null;
7601
7605
  this.m2 = -1;
7602
- this.av = null;
7606
+ this.an = null;
7603
7607
  this.hi = false;
7604
7608
  this.lj.clear();
7605
7609
  this.lk.clear();
@@ -7611,7 +7615,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7611
7615
  if (this.columnResizingMode == 0) {
7612
7616
  if (this.ls != -1) {
7613
7617
  var c = this.model.b9._inner[this.dragger.cellPath.a5];
7614
- this.dc.ah(this, this.columnAnimationSettings, c, this.ls);
7618
+ this.c4.ah(this, this.columnAnimationSettings, c, this.ls);
7615
7619
  this.columns._inner[this.dragger.cellPath.a5].ki("Resized");
7616
7620
  }
7617
7621
  else {
@@ -7740,11 +7744,11 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7740
7744
  this.renderingEngine.refresh(this.model, true);
7741
7745
  }
7742
7746
  else {
7743
- if (this.aq == null) {
7744
- this.au.af = 6;
7745
- this.aq = this.d8.c(this.au, this.model);
7747
+ if (this.ai == null) {
7748
+ this.am.af = 6;
7749
+ this.ai = this.d0.c(this.am, this.model);
7746
7750
  }
7747
- this.aq.cl = this.n9;
7751
+ this.ai.cl = this.n9;
7748
7752
  this.renderingEngine.refresh(this.model, false);
7749
7753
  }
7750
7754
  this.nd = c;
@@ -7753,10 +7757,10 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7753
7757
  };
7754
7758
  DataGrid.prototype.wa = function () {
7755
7759
  var _this = this;
7756
- var a = this.a5.h(this.dragger.cellPath);
7757
- if (this.ar == null) {
7758
- this.au.af = 7;
7759
- this.ar = this.d8.c(this.au, this.model);
7760
+ var a = this.ax.h(this.dragger.cellPath);
7761
+ if (this.aj == null) {
7762
+ this.am.af = 7;
7763
+ this.aj = this.d0.c(this.am, this.model);
7760
7764
  }
7761
7765
  var b = (this.ly + this.model.actualVisibleRegion.x) - this.lw;
7762
7766
  var c = isNaN_(a.hi) ? 0 : a.hi;
@@ -7780,8 +7784,8 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7780
7784
  }
7781
7785
  if (this.columnResizingMode == 0) {
7782
7786
  this.n9 = truncate((this.lw - this.l5 + this.ls)) - (intDivide(this.columnResizingSeparatorWidth, 2));
7783
- if (this.ar != null) {
7784
- this.ar.cl = this.n9;
7787
+ if (this.aj != null) {
7788
+ this.aj.cl = this.n9;
7785
7789
  this.renderingEngine.refresh(this.model, false);
7786
7790
  }
7787
7791
  }
@@ -7802,14 +7806,14 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7802
7806
  if (a || !this.i0(this.ly + this.model.actualVisibleRegion.x, this.lz + this.model.actualVisibleRegion.y)) {
7803
7807
  var b = this.ly + this.model.actualVisibleRegion.x;
7804
7808
  var c = this.aat(b, this.lx, this.ly, this.lz);
7805
- var d = this.a1(c, this.nc, this.nb, this.iq);
7809
+ var d = this.at(c, this.nc, this.nb, this.iq);
7806
7810
  this.xx(d);
7807
7811
  }
7808
7812
  };
7809
7813
  DataGrid.prototype.xx = function (a) {
7810
- if (this.az == null) {
7811
- this.az = a;
7812
- this.tt(this.az);
7814
+ if (this.ar == null) {
7815
+ this.ar = a;
7816
+ this.tt(this.ar);
7813
7817
  }
7814
7818
  else {
7815
7819
  this.yl(a);
@@ -7819,7 +7823,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7819
7823
  if (a || !this.i0(this.ly + this.model.actualVisibleRegion.x, this.lz + this.model.actualVisibleRegion.y)) {
7820
7824
  var c = this.ly + this.model.actualVisibleRegion.x;
7821
7825
  var d = this.aat(c, this.lx, this.ly, this.lz);
7822
- var e = this.a1(d, this.nc, 0, this.iq);
7826
+ var e = this.at(d, this.nc, 0, this.iq);
7823
7827
  this.x2(e.l, e.j);
7824
7828
  }
7825
7829
  };
@@ -7871,7 +7875,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
7871
7875
  }
7872
7876
  return this.gj.f(a, b);
7873
7877
  };
7874
- DataGrid.prototype.a1 = function (a, b, c, d) {
7878
+ DataGrid.prototype.at = function (a, b, c, d) {
7875
7879
  var e = this.model.at.q;
7876
7880
  var f = this.model.a9.q;
7877
7881
  var g = this.model.bd.q;
@@ -8007,16 +8011,16 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
8007
8011
  this.g7.requestFrame(this.m6);
8008
8012
  };
8009
8013
  DataGrid.prototype.yl = function (a) {
8010
- if (a.k != this.az.k || a.i != this.az.i || a.l != this.az.l || a.j != this.az.j) {
8011
- this.az.k = a.k;
8012
- this.az.i = a.i;
8013
- this.az.l = a.l;
8014
- this.az.j = a.j;
8014
+ if (a.k != this.ar.k || a.i != this.ar.i || a.l != this.ar.l || a.j != this.ar.j) {
8015
+ this.ar.k = a.k;
8016
+ this.ar.i = a.i;
8017
+ this.ar.l = a.l;
8018
+ this.ar.j = a.j;
8015
8019
  this.ij = true;
8016
8020
  this.iv = true;
8017
8021
  this.f4.a0();
8018
8022
  this.iv = false;
8019
- this.uy(this.az);
8023
+ this.uy(this.ar);
8020
8024
  }
8021
8025
  };
8022
8026
  DataGrid.prototype.xo = function (a) {
@@ -8115,7 +8119,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
8115
8119
  if (b.newItems != null) {
8116
8120
  for (var c = 0; c < b.newItems.count; c++) {
8117
8121
  var d = b.newItems.item(c);
8118
- this.yf(d.f, this.cc(d.c));
8122
+ this.yf(d.f, this.b4(d.c));
8119
8123
  }
8120
8124
  }
8121
8125
  break;
@@ -8137,7 +8141,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
8137
8141
  if (b.newItems != null) {
8138
8142
  for (var i = 0; i < b.newItems.count; i++) {
8139
8143
  var j = b.newItems.item(i);
8140
- this.yf(j.f, this.cc(j.c));
8144
+ this.yf(j.f, this.b4(j.c));
8141
8145
  }
8142
8146
  }
8143
8147
  break;
@@ -8182,7 +8186,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
8182
8186
  }
8183
8187
  }
8184
8188
  };
8185
- DataGrid.prototype.cc = function (a) {
8189
+ DataGrid.prototype.b4 = function (a) {
8186
8190
  switch (a) {
8187
8191
  case 0: return 1;
8188
8192
  case 1: return 2;
@@ -8662,12 +8666,12 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
8662
8666
  }
8663
8667
  }
8664
8668
  };
8665
- Object.defineProperty(DataGrid.prototype, "dc", {
8669
+ Object.defineProperty(DataGrid.prototype, "c4", {
8666
8670
  get: function () {
8667
- return this.db;
8671
+ return this.c3;
8668
8672
  },
8669
8673
  set: function (a) {
8670
- this.db = a;
8674
+ this.c3 = a;
8671
8675
  },
8672
8676
  enumerable: false,
8673
8677
  configurable: true
@@ -8699,22 +8703,22 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
8699
8703
  enumerable: false,
8700
8704
  configurable: true
8701
8705
  });
8702
- Object.defineProperty(DataGrid.prototype, "a5", {
8706
+ Object.defineProperty(DataGrid.prototype, "ax", {
8703
8707
  get: function () {
8704
- return this.a4;
8708
+ return this.aw;
8705
8709
  },
8706
8710
  set: function (a) {
8707
- this.a4 = a;
8711
+ this.aw = a;
8708
8712
  },
8709
8713
  enumerable: false,
8710
8714
  configurable: true
8711
8715
  });
8712
- Object.defineProperty(DataGrid.prototype, "d8", {
8716
+ Object.defineProperty(DataGrid.prototype, "d0", {
8713
8717
  get: function () {
8714
- return this.d7;
8718
+ return this.dz;
8715
8719
  },
8716
8720
  set: function (a) {
8717
- this.d7 = a;
8721
+ this.dz = a;
8718
8722
  },
8719
8723
  enumerable: false,
8720
8724
  configurable: true
@@ -8729,12 +8733,12 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
8729
8733
  enumerable: false,
8730
8734
  configurable: true
8731
8735
  });
8732
- Object.defineProperty(DataGrid.prototype, "d3", {
8736
+ Object.defineProperty(DataGrid.prototype, "dv", {
8733
8737
  get: function () {
8734
- return this.d2;
8738
+ return this.du;
8735
8739
  },
8736
8740
  set: function (a) {
8737
- this.d2 = a;
8741
+ this.du = a;
8738
8742
  },
8739
8743
  enumerable: false,
8740
8744
  configurable: true
@@ -8749,12 +8753,12 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
8749
8753
  enumerable: false,
8750
8754
  configurable: true
8751
8755
  });
8752
- Object.defineProperty(DataGrid.prototype, "ak", {
8756
+ Object.defineProperty(DataGrid.prototype, "ac", {
8753
8757
  get: function () {
8754
- return this.aj;
8758
+ return this.ab;
8755
8759
  },
8756
8760
  set: function (a) {
8757
- this.aj = a;
8761
+ this.ab = a;
8758
8762
  },
8759
8763
  enumerable: false,
8760
8764
  configurable: true
@@ -8775,7 +8779,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
8775
8779
  },
8776
8780
  set: function (a) {
8777
8781
  this.g7 = a;
8778
- this.d2 = new GridEffectManager(this.g7, this);
8782
+ this.du = new GridEffectManager(this.g7, this);
8779
8783
  },
8780
8784
  enumerable: false,
8781
8785
  configurable: true
@@ -8888,13 +8892,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
8888
8892
  });
8889
8893
  Object.defineProperty(DataGrid.prototype, "columnResizingSeparator", {
8890
8894
  get: function () {
8891
- return this.b0;
8895
+ return this.bs;
8892
8896
  },
8893
8897
  set: function (a) {
8894
- var b = this.b0;
8895
- this.b0 = a;
8896
- if (b != this.b0) {
8897
- this.wm("ColumnResizingSeparator", b, this.b0);
8898
+ var b = this.bs;
8899
+ this.bs = a;
8900
+ if (b != this.bs) {
8901
+ this.wm("ColumnResizingSeparator", b, this.bs);
8898
8902
  }
8899
8903
  },
8900
8904
  enumerable: false,
@@ -8902,13 +8906,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
8902
8906
  });
8903
8907
  Object.defineProperty(DataGrid.prototype, "columnMovingSeparator", {
8904
8908
  get: function () {
8905
- return this.bm;
8909
+ return this.be;
8906
8910
  },
8907
8911
  set: function (a) {
8908
- var b = this.bm;
8909
- this.bm = a;
8910
- if (b != this.bm) {
8911
- this.wm("ColumnMovingSeparator", b, this.bm);
8912
+ var b = this.be;
8913
+ this.be = a;
8914
+ if (b != this.be) {
8915
+ this.wm("ColumnMovingSeparator", b, this.be);
8912
8916
  }
8913
8917
  },
8914
8918
  enumerable: false,
@@ -9040,13 +9044,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
9040
9044
  });
9041
9045
  Object.defineProperty(DataGrid.prototype, "defaultColumnWidth", {
9042
9046
  get: function () {
9043
- return this.ch;
9047
+ return this.b9;
9044
9048
  },
9045
9049
  set: function (a) {
9046
- var b = this.ch;
9047
- this.ch = a;
9048
- if (b != this.ch) {
9049
- this.wm("DefaultColumnWidth", b, this.ch);
9050
+ var b = this.b9;
9051
+ this.b9 = a;
9052
+ if (b != this.b9) {
9053
+ this.wm("DefaultColumnWidth", b, this.b9);
9050
9054
  }
9051
9055
  },
9052
9056
  enumerable: false,
@@ -9183,13 +9187,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
9183
9187
  });
9184
9188
  Object.defineProperty(DataGrid.prototype, "editMode", {
9185
9189
  get: function () {
9186
- return this.ct;
9190
+ return this.cl;
9187
9191
  },
9188
9192
  set: function (a) {
9189
- var b = this.ct;
9190
- this.ct = a;
9191
- if (b != this.ct) {
9192
- this.wm("EditMode", enumGetBox(EditModeType_$type, b), enumGetBox(EditModeType_$type, this.ct));
9193
+ var b = this.cl;
9194
+ this.cl = a;
9195
+ if (b != this.cl) {
9196
+ this.wm("EditMode", enumGetBox(EditModeType_$type, b), enumGetBox(EditModeType_$type, this.cl));
9193
9197
  }
9194
9198
  },
9195
9199
  enumerable: false,
@@ -9197,13 +9201,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
9197
9201
  });
9198
9202
  Object.defineProperty(DataGrid.prototype, "editModeClickAction", {
9199
9203
  get: function () {
9200
- return this.cr;
9204
+ return this.cj;
9201
9205
  },
9202
9206
  set: function (a) {
9203
- var b = this.cr;
9204
- this.cr = a;
9205
- if (b != this.cr) {
9206
- this.wm("EditModeClickAction", enumGetBox(EditModeClickAction_$type, b), enumGetBox(EditModeClickAction_$type, this.cr));
9207
+ var b = this.cj;
9208
+ this.cj = a;
9209
+ if (b != this.cj) {
9210
+ this.wm("EditModeClickAction", enumGetBox(EditModeClickAction_$type, b), enumGetBox(EditModeClickAction_$type, this.cj));
9207
9211
  }
9208
9212
  },
9209
9213
  enumerable: false,
@@ -9266,41 +9270,41 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
9266
9270
  configurable: true
9267
9271
  });
9268
9272
  DataGrid.prototype.ji = function (a) {
9269
- return this.b6(a) != 1 && this.jj;
9273
+ return this.by(a) != 1 && this.jj;
9270
9274
  };
9271
- DataGrid.prototype.b6 = function (a) {
9272
- if (this.b2 == 0) {
9275
+ DataGrid.prototype.by = function (a) {
9276
+ if (this.bu == 0) {
9273
9277
  return a.fd();
9274
9278
  }
9275
- return this.b2;
9279
+ return this.bu;
9276
9280
  };
9277
9281
  Object.defineProperty(DataGrid.prototype, "columnAddingAnimationMode", {
9278
9282
  get: function () {
9279
- return this.b2;
9283
+ return this.bu;
9280
9284
  },
9281
9285
  set: function (a) {
9282
- var b = this.b2;
9283
- this.b2 = a;
9284
- this.wm("ColumnAddingAnimationMode", enumGetBox(ColumnShowingAnimationMode_$type, b), enumGetBox(ColumnShowingAnimationMode_$type, this.b2));
9286
+ var b = this.bu;
9287
+ this.bu = a;
9288
+ this.wm("ColumnAddingAnimationMode", enumGetBox(ColumnShowingAnimationMode_$type, b), enumGetBox(ColumnShowingAnimationMode_$type, this.bu));
9285
9289
  },
9286
9290
  enumerable: false,
9287
9291
  configurable: true
9288
9292
  });
9289
9293
  Object.defineProperty(DataGrid.prototype, "jq", {
9290
9294
  get: function () {
9291
- return this.bt != 1 && this.jj;
9295
+ return this.bl != 1 && this.jj;
9292
9296
  },
9293
9297
  enumerable: false,
9294
9298
  configurable: true
9295
9299
  });
9296
9300
  Object.defineProperty(DataGrid.prototype, "columnPropertyUpdatingAnimationMode", {
9297
9301
  get: function () {
9298
- return this.bt;
9302
+ return this.bl;
9299
9303
  },
9300
9304
  set: function (a) {
9301
- var b = this.bt;
9302
- this.bt = a;
9303
- this.wm("ColumnPropertyUpdatingAnimationMode", enumGetBox(ColumnPropertyUpdatingAnimationMode_$type, b), enumGetBox(ColumnPropertyUpdatingAnimationMode_$type, this.bt));
9305
+ var b = this.bl;
9306
+ this.bl = a;
9307
+ this.wm("ColumnPropertyUpdatingAnimationMode", enumGetBox(ColumnPropertyUpdatingAnimationMode_$type, b), enumGetBox(ColumnPropertyUpdatingAnimationMode_$type, this.bl));
9304
9308
  },
9305
9309
  enumerable: false,
9306
9310
  configurable: true
@@ -9314,19 +9318,19 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
9314
9318
  });
9315
9319
  Object.defineProperty(DataGrid.prototype, "jf", {
9316
9320
  get: function () {
9317
- return this.an != 1;
9321
+ return this.af != 1;
9318
9322
  },
9319
9323
  enumerable: false,
9320
9324
  configurable: true
9321
9325
  });
9322
9326
  Object.defineProperty(DataGrid.prototype, "cellDataLoadedAnimationMode", {
9323
9327
  get: function () {
9324
- return this.an;
9328
+ return this.af;
9325
9329
  },
9326
9330
  set: function (a) {
9327
- var b = this.an;
9328
- this.an = a;
9329
- this.wm("CellDataLoadedAnimationMode", enumGetBox(CellDataLoadedAnimationMode_$type, b), enumGetBox(CellDataLoadedAnimationMode_$type, this.an));
9331
+ var b = this.af;
9332
+ this.af = a;
9333
+ this.wm("CellDataLoadedAnimationMode", enumGetBox(CellDataLoadedAnimationMode_$type, b), enumGetBox(CellDataLoadedAnimationMode_$type, this.af));
9330
9334
  },
9331
9335
  enumerable: false,
9332
9336
  configurable: true
@@ -9373,32 +9377,32 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
9373
9377
  });
9374
9378
  Object.defineProperty(DataGrid.prototype, "jg", {
9375
9379
  get: function () {
9376
- return this.a2 != 1;
9380
+ return this.au != 1;
9377
9381
  },
9378
9382
  enumerable: false,
9379
9383
  configurable: true
9380
9384
  });
9381
9385
  Object.defineProperty(DataGrid.prototype, "cellSelectionAnimationMode", {
9382
9386
  get: function () {
9383
- return this.a2;
9387
+ return this.au;
9384
9388
  },
9385
9389
  set: function (a) {
9386
- var b = this.a2;
9387
- this.a2 = a;
9388
- this.wm("CellSelectionAnimationMode", enumGetBox(CellSelectionAnimationMode_$type, b), enumGetBox(CellSelectionAnimationMode_$type, this.a2));
9390
+ var b = this.au;
9391
+ this.au = a;
9392
+ this.wm("CellSelectionAnimationMode", enumGetBox(CellSelectionAnimationMode_$type, b), enumGetBox(CellSelectionAnimationMode_$type, this.au));
9389
9393
  },
9390
9394
  enumerable: false,
9391
9395
  configurable: true
9392
9396
  });
9393
9397
  Object.defineProperty(DataGrid.prototype, "columnAnimationSettings", {
9394
9398
  get: function () {
9395
- return this.dr;
9399
+ return this.di;
9396
9400
  },
9397
9401
  set: function (a) {
9398
- var b = this.dr;
9399
- this.dr = a;
9400
- if (b != this.dr) {
9401
- this.wm("ColumnAnimationSettings", b, this.dr);
9402
+ var b = this.di;
9403
+ this.di = a;
9404
+ if (b != this.di) {
9405
+ this.wm("ColumnAnimationSettings", b, this.di);
9402
9406
  }
9403
9407
  },
9404
9408
  enumerable: false,
@@ -9406,119 +9410,119 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
9406
9410
  });
9407
9411
  Object.defineProperty(DataGrid.prototype, "animationSettings", {
9408
9412
  get: function () {
9409
- return this.dd;
9413
+ return this.c5;
9410
9414
  },
9411
9415
  set: function (a) {
9412
- var b = this.dd;
9413
- this.dd = a;
9414
- if (b != this.dd) {
9415
- this.wm("AnimationSettings", b, this.dd);
9416
+ var b = this.c5;
9417
+ this.c5 = a;
9418
+ if (b != this.c5) {
9419
+ this.wm("AnimationSettings", b, this.c5);
9416
9420
  }
9417
9421
  },
9418
9422
  enumerable: false,
9419
9423
  configurable: true
9420
9424
  });
9421
9425
  DataGrid.prototype.jr = function (a) {
9422
- return this.bx(a) != 1 && this.jj;
9426
+ return this.bp(a) != 1 && this.jj;
9423
9427
  };
9424
- DataGrid.prototype.bx = function (a) {
9425
- if (this.bv == 0) {
9428
+ DataGrid.prototype.bp = function (a) {
9429
+ if (this.bn == 0) {
9426
9430
  return a.fc();
9427
9431
  }
9428
- return this.bv;
9432
+ return this.bn;
9429
9433
  };
9430
9434
  Object.defineProperty(DataGrid.prototype, "columnResizingAnimationMode", {
9431
9435
  get: function () {
9432
- return this.bv;
9436
+ return this.bn;
9433
9437
  },
9434
9438
  set: function (a) {
9435
- var b = this.bv;
9436
- this.bv = a;
9437
- this.wm("ColumnResizingAnimationMode", enumGetBox(ColumnResizingAnimationMode_$type, b), enumGetBox(ColumnResizingAnimationMode_$type, this.bv));
9439
+ var b = this.bn;
9440
+ this.bn = a;
9441
+ this.wm("ColumnResizingAnimationMode", enumGetBox(ColumnResizingAnimationMode_$type, b), enumGetBox(ColumnResizingAnimationMode_$type, this.bn));
9438
9442
  },
9439
9443
  enumerable: false,
9440
9444
  configurable: true
9441
9445
  });
9442
9446
  DataGrid.prototype.js = function (a) {
9443
- return this.b7(a) != 1 && this.jj;
9447
+ return this.bz(a) != 1 && this.jj;
9444
9448
  };
9445
- DataGrid.prototype.b7 = function (a) {
9446
- if (this.b3 == 0) {
9449
+ DataGrid.prototype.bz = function (a) {
9450
+ if (this.bv == 0) {
9447
9451
  return a.fd();
9448
9452
  }
9449
- return this.b3;
9453
+ return this.bv;
9450
9454
  };
9451
9455
  Object.defineProperty(DataGrid.prototype, "columnShowingAnimationMode", {
9452
9456
  get: function () {
9453
- return this.b3;
9457
+ return this.bv;
9454
9458
  },
9455
9459
  set: function (a) {
9456
- var b = this.b3;
9457
- this.b3 = a;
9458
- this.wm("ColumnShowingAnimationMode", enumGetBox(ColumnShowingAnimationMode_$type, b), enumGetBox(ColumnShowingAnimationMode_$type, this.b3));
9460
+ var b = this.bv;
9461
+ this.bv = a;
9462
+ this.wm("ColumnShowingAnimationMode", enumGetBox(ColumnShowingAnimationMode_$type, b), enumGetBox(ColumnShowingAnimationMode_$type, this.bv));
9459
9463
  },
9460
9464
  enumerable: false,
9461
9465
  configurable: true
9462
9466
  });
9463
9467
  DataGrid.prototype.jm = function (a) {
9464
- return this.bj(a) != 1 && this.jj && !this.la;
9468
+ return this.bb(a) != 1 && this.jj && !this.la;
9465
9469
  };
9466
- DataGrid.prototype.bj = function (a) {
9467
- if (this.bh == 0) {
9470
+ DataGrid.prototype.bb = function (a) {
9471
+ if (this.a9 == 0) {
9468
9472
  return 2;
9469
9473
  }
9470
- return this.bh;
9474
+ return this.a9;
9471
9475
  };
9472
9476
  Object.defineProperty(DataGrid.prototype, "columnMovingAnimationMode", {
9473
9477
  get: function () {
9474
- return this.bh;
9478
+ return this.a9;
9475
9479
  },
9476
9480
  set: function (a) {
9477
- var b = this.bh;
9478
- this.bh = a;
9479
- this.wm("ColumnMovingAnimationMode", enumGetBox(ColumnMovingAnimationMode_$type, b), enumGetBox(ColumnMovingAnimationMode_$type, this.bh));
9481
+ var b = this.a9;
9482
+ this.a9 = a;
9483
+ this.wm("ColumnMovingAnimationMode", enumGetBox(ColumnMovingAnimationMode_$type, b), enumGetBox(ColumnMovingAnimationMode_$type, this.a9));
9480
9484
  },
9481
9485
  enumerable: false,
9482
9486
  configurable: true
9483
9487
  });
9484
9488
  DataGrid.prototype.jl = function (a) {
9485
- return this.bg(a) != 1 && this.jj;
9489
+ return this.a8(a) != 1 && this.jj;
9486
9490
  };
9487
- DataGrid.prototype.bg = function (a) {
9488
- if (this.be == 0) {
9491
+ DataGrid.prototype.a8 = function (a) {
9492
+ if (this.a6 == 0) {
9489
9493
  return a.e3();
9490
9494
  }
9491
- return this.be;
9495
+ return this.a6;
9492
9496
  };
9493
9497
  Object.defineProperty(DataGrid.prototype, "columnHidingAnimationMode", {
9494
9498
  get: function () {
9495
- return this.be;
9499
+ return this.a6;
9496
9500
  },
9497
9501
  set: function (a) {
9498
- var b = this.be;
9499
- this.be = a;
9500
- this.wm("ColumnHidingAnimationMode", enumGetBox(ColumnHidingAnimationMode_$type, b), enumGetBox(ColumnHidingAnimationMode_$type, this.be));
9502
+ var b = this.a6;
9503
+ this.a6 = a;
9504
+ this.wm("ColumnHidingAnimationMode", enumGetBox(ColumnHidingAnimationMode_$type, b), enumGetBox(ColumnHidingAnimationMode_$type, this.a6));
9501
9505
  },
9502
9506
  enumerable: false,
9503
9507
  configurable: true
9504
9508
  });
9505
9509
  DataGrid.prototype.jk = function (a) {
9506
- return this.a8(a) != 1 && this.jj;
9510
+ return this.a0(a) != 1 && this.jj;
9507
9511
  };
9508
- DataGrid.prototype.a8 = function (a) {
9509
- if (this.a6 == 0) {
9512
+ DataGrid.prototype.a0 = function (a) {
9513
+ if (this.ay == 0) {
9510
9514
  return a.e2();
9511
9515
  }
9512
- return this.a6;
9516
+ return this.ay;
9513
9517
  };
9514
9518
  Object.defineProperty(DataGrid.prototype, "columnExchangingAnimationMode", {
9515
9519
  get: function () {
9516
- return this.a6;
9520
+ return this.ay;
9517
9521
  },
9518
9522
  set: function (a) {
9519
- var b = this.a6;
9520
- this.a6 = a;
9521
- this.wm("ColumnExchangingAnimationMode", enumGetBox(ColumnExchangingAnimationMode_$type, b), enumGetBox(ColumnExchangingAnimationMode_$type, this.a6));
9523
+ var b = this.ay;
9524
+ this.ay = a;
9525
+ this.wm("ColumnExchangingAnimationMode", enumGetBox(ColumnExchangingAnimationMode_$type, b), enumGetBox(ColumnExchangingAnimationMode_$type, this.ay));
9522
9526
  },
9523
9527
  enumerable: false,
9524
9528
  configurable: true
@@ -9539,13 +9543,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
9539
9543
  });
9540
9544
  Object.defineProperty(DataGrid.prototype, "selectionMode", {
9541
9545
  get: function () {
9542
- return this.cn;
9546
+ return this.cf;
9543
9547
  },
9544
9548
  set: function (a) {
9545
- var b = this.cn;
9546
- this.cn = a;
9547
- if (b != this.cn) {
9548
- this.wm("SelectionMode", enumGetBox(DataGridSelectionMode_$type, b), enumGetBox(DataGridSelectionMode_$type, this.cn));
9549
+ var b = this.cf;
9550
+ this.cf = a;
9551
+ if (b != this.cf) {
9552
+ this.wm("SelectionMode", enumGetBox(DataGridSelectionMode_$type, b), enumGetBox(DataGridSelectionMode_$type, this.cf));
9549
9553
  }
9550
9554
  },
9551
9555
  enumerable: false,
@@ -9553,13 +9557,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
9553
9557
  });
9554
9558
  Object.defineProperty(DataGrid.prototype, "activationMode", {
9555
9559
  get: function () {
9556
- return this.c8;
9560
+ return this.c0;
9557
9561
  },
9558
9562
  set: function (a) {
9559
- var b = this.c8;
9560
- this.c8 = a;
9561
- if (b != this.c8) {
9562
- this.wm("ActivationMode", enumGetBox(GridActivationMode_$type, b), enumGetBox(GridActivationMode_$type, this.c8));
9563
+ var b = this.c0;
9564
+ this.c0 = a;
9565
+ if (b != this.c0) {
9566
+ this.wm("ActivationMode", enumGetBox(GridActivationMode_$type, b), enumGetBox(GridActivationMode_$type, this.c0));
9563
9567
  }
9564
9568
  },
9565
9569
  enumerable: false,
@@ -9601,28 +9605,28 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
9601
9605
  });
9602
9606
  Object.defineProperty(DataGrid.prototype, "selectedItems", {
9603
9607
  get: function () {
9604
- return this.ac;
9608
+ return this.eb;
9605
9609
  },
9606
9610
  enumerable: false,
9607
9611
  configurable: true
9608
9612
  });
9609
9613
  Object.defineProperty(DataGrid.prototype, "selectedKeys", {
9610
9614
  get: function () {
9611
- return this.ag;
9615
+ return this.eg;
9612
9616
  },
9613
9617
  enumerable: false,
9614
9618
  configurable: true
9615
9619
  });
9616
9620
  Object.defineProperty(DataGrid.prototype, "selectedCells", {
9617
9621
  get: function () {
9618
- return this.ef;
9622
+ return this.d7;
9619
9623
  },
9620
9624
  enumerable: false,
9621
9625
  configurable: true
9622
9626
  });
9623
9627
  Object.defineProperty(DataGrid.prototype, "selectedCellRanges", {
9624
9628
  get: function () {
9625
- return this.ec;
9629
+ return this.d4;
9626
9630
  },
9627
9631
  enumerable: false,
9628
9632
  configurable: true
@@ -9639,14 +9643,14 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
9639
9643
  });
9640
9644
  Object.defineProperty(DataGrid.prototype, "pinnedItems", {
9641
9645
  get: function () {
9642
- return this.ab;
9646
+ return this.ea;
9643
9647
  },
9644
9648
  enumerable: false,
9645
9649
  configurable: true
9646
9650
  });
9647
9651
  Object.defineProperty(DataGrid.prototype, "pinnedKeys", {
9648
9652
  get: function () {
9649
- return this.af;
9653
+ return this.ef;
9650
9654
  },
9651
9655
  enumerable: false,
9652
9656
  configurable: true
@@ -9937,13 +9941,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
9937
9941
  });
9938
9942
  Object.defineProperty(DataGrid.prototype, "activeCell", {
9939
9943
  get: function () {
9940
- return this.dm;
9944
+ return this.de;
9941
9945
  },
9942
9946
  set: function (a) {
9943
- var b = this.dm;
9944
- this.dm = a;
9945
- if (b != this.dm) {
9946
- this.wm("ActiveCell", b, this.dm);
9947
+ var b = this.de;
9948
+ this.de = a;
9949
+ if (b != this.de) {
9950
+ this.wm("ActiveCell", b, this.de);
9947
9951
  }
9948
9952
  },
9949
9953
  enumerable: false,
@@ -10463,13 +10467,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
10463
10467
  });
10464
10468
  Object.defineProperty(DataGrid.prototype, "columnOptionsIconAlignment", {
10465
10469
  get: function () {
10466
- return this.bo;
10470
+ return this.bg;
10467
10471
  },
10468
10472
  set: function (a) {
10469
- var b = this.bo;
10470
- this.bo = a;
10471
- if (b != this.bo) {
10472
- this.wm("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.bo));
10473
+ var b = this.bg;
10474
+ this.bg = a;
10475
+ if (b != this.bg) {
10476
+ this.wm("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.bg));
10473
10477
  }
10474
10478
  },
10475
10479
  enumerable: false,
@@ -10491,13 +10495,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
10491
10495
  });
10492
10496
  Object.defineProperty(DataGrid.prototype, "columnOptionsIconBehavior", {
10493
10497
  get: function () {
10494
- return this.bq;
10498
+ return this.bi;
10495
10499
  },
10496
10500
  set: function (a) {
10497
- var b = this.bq;
10498
- this.bq = a;
10499
- if (b != this.bq) {
10500
- this.wm("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.bq));
10501
+ var b = this.bi;
10502
+ this.bi = a;
10503
+ if (b != this.bi) {
10504
+ this.wm("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.bi));
10501
10505
  }
10502
10506
  },
10503
10507
  enumerable: false,
@@ -10681,21 +10685,21 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
10681
10685
  });
10682
10686
  Object.defineProperty(DataGrid.prototype, "initialSortDescriptions", {
10683
10687
  get: function () {
10684
- return this.b8;
10688
+ return this.b0;
10685
10689
  },
10686
10690
  enumerable: false,
10687
10691
  configurable: true
10688
10692
  });
10689
10693
  Object.defineProperty(DataGrid.prototype, "initialGroupDescriptions", {
10690
10694
  get: function () {
10691
- return this.ba;
10695
+ return this.a2;
10692
10696
  },
10693
10697
  enumerable: false,
10694
10698
  configurable: true
10695
10699
  });
10696
10700
  Object.defineProperty(DataGrid.prototype, "initialSummaryDescriptions", {
10697
10701
  get: function () {
10698
- return this.cd;
10702
+ return this.b5;
10699
10703
  },
10700
10704
  enumerable: false,
10701
10705
  configurable: true
@@ -10709,8 +10713,8 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
10709
10713
  var b = this.or;
10710
10714
  this.or = a;
10711
10715
  if (b != a) {
10712
- this.b8.n();
10713
- this.z.b(this.or, function (c, d, e) { return _this.b8.j.add(new ColumnSortDescription(2, c, d)); });
10716
+ this.b0.n();
10717
+ this.z.b(this.or, function (c, d, e) { return _this.b0.j.add(new ColumnSortDescription(2, c, d)); });
10714
10718
  }
10715
10719
  },
10716
10720
  enumerable: false,
@@ -10725,9 +10729,9 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
10725
10729
  var b = this.oq;
10726
10730
  this.oq = a;
10727
10731
  if (b != a) {
10728
- this.ba.n();
10732
+ this.a2.n();
10729
10733
  this.z.b(this.oq, function (c, d, e) {
10730
- return _this.ba.j.add(((function () {
10734
+ return _this.a2.j.add(((function () {
10731
10735
  var $ret = new ColumnGroupDescription(2, c, d);
10732
10736
  $ret.v = e;
10733
10737
  return $ret;
@@ -10747,15 +10751,15 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
10747
10751
  var b = this.os;
10748
10752
  this.os = a;
10749
10753
  if (b != a) {
10750
- this.cd.j.clear();
10751
- this.aa.a(this.os, function (c, d, e) { return _this.cd.j.add(new ColumnSummaryDescription(2, c, d)); });
10754
+ this.b5.j.clear();
10755
+ this.aa.a(this.os, function (c, d, e) { return _this.b5.j.add(new ColumnSummaryDescription(2, c, d)); });
10752
10756
  }
10753
10757
  },
10754
10758
  enumerable: false,
10755
10759
  configurable: true
10756
10760
  });
10757
10761
  DataGrid.prototype.up = function (a, b) {
10758
- this.cd.j.clear();
10762
+ this.b5.j.clear();
10759
10763
  var c = b.split(',');
10760
10764
  for (var d = 0; d < c.length; d++) {
10761
10765
  var e = c[d].trim();
@@ -10780,7 +10784,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
10780
10784
  break;
10781
10785
  }
10782
10786
  f[1] = stringReplace(f[1], ")", "");
10783
- this.cd.j.add(new ColumnSummaryDescription(2, f[1], g));
10787
+ this.b5.j.add(new ColumnSummaryDescription(2, f[1], g));
10784
10788
  }
10785
10789
  else {
10786
10790
  throw new ArgumentException(1, "Invalid syntax provided for initial summaries");
@@ -10803,14 +10807,14 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
10803
10807
  };
10804
10808
  Object.defineProperty(DataGrid.prototype, "sortDescriptions", {
10805
10809
  get: function () {
10806
- return this.b9;
10810
+ return this.b1;
10807
10811
  },
10808
10812
  enumerable: false,
10809
10813
  configurable: true
10810
10814
  });
10811
10815
  Object.defineProperty(DataGrid.prototype, "groupDescriptions", {
10812
10816
  get: function () {
10813
- return this.a9;
10817
+ return this.a1;
10814
10818
  },
10815
10819
  enumerable: false,
10816
10820
  configurable: true
@@ -10834,7 +10838,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
10834
10838
  });
10835
10839
  Object.defineProperty(DataGrid.prototype, "summaryDescriptions", {
10836
10840
  get: function () {
10837
- return this.ce;
10841
+ return this.b6;
10838
10842
  },
10839
10843
  enumerable: false,
10840
10844
  configurable: true
@@ -10996,7 +11000,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
10996
11000
  if (this.actualDataSource != null) {
10997
11001
  this.actualDataSource.flushAutoRefresh();
10998
11002
  }
10999
- this.d3.an(true);
11003
+ this.dv.an(true);
11000
11004
  this.renderingEngine.refresh(this.model, true);
11001
11005
  };
11002
11006
  Object.defineProperty(DataGrid.prototype, "actualDataSource", {
@@ -11091,7 +11095,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11091
11095
  this.sortDescriptions.b = this.v.sortDescriptions;
11092
11096
  if (this.io) {
11093
11097
  if (this.sortDescriptions.j.count == 0) {
11094
- this.b8.b = this.v.sortDescriptions;
11098
+ this.b0.b = this.v.sortDescriptions;
11095
11099
  }
11096
11100
  this.io = false;
11097
11101
  }
@@ -11100,7 +11104,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11100
11104
  this.groupDescriptions.b = this.v.groupDescriptions;
11101
11105
  if (this.im) {
11102
11106
  if (this.groupDescriptions.j.count == 0) {
11103
- this.ba.b = this.v.groupDescriptions;
11107
+ this.a2.b = this.v.groupDescriptions;
11104
11108
  }
11105
11109
  this.im = false;
11106
11110
  }
@@ -11117,7 +11121,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11117
11121
  this.summaryDescriptions.b = this.v.summaryDescriptions;
11118
11122
  if (this.ip) {
11119
11123
  if (this.summaryDescriptions.j.count == 0) {
11120
- this.cd.b = this.v.summaryDescriptions;
11124
+ this.b5.b = this.v.summaryDescriptions;
11121
11125
  }
11122
11126
  this.ip = false;
11123
11127
  }
@@ -11180,10 +11184,10 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11180
11184
  }
11181
11185
  }
11182
11186
  if (a == "AutoGenerateColumns") {
11183
- this.a5.p = this.autoGenerateColumns;
11187
+ this.ax.p = this.autoGenerateColumns;
11184
11188
  }
11185
11189
  if (a == "AutoGenerateDesiredColumns") {
11186
- this.a5.b = this.autoGenerateDesiredProperties;
11190
+ this.ax.b = this.autoGenerateDesiredProperties;
11187
11191
  }
11188
11192
  if (a == "IsPlaceholderRenderingEnabled") {
11189
11193
  if (this.v != null && this.v.isVirtual) {
@@ -11287,16 +11291,16 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11287
11291
  }
11288
11292
  if (this.k2()) {
11289
11293
  if (!n.d1.equals(o.d1)) {
11290
- this.dc.s(this, null, "Background", 2, n.d1, o.d1, false, true, false, false);
11294
+ this.c4.s(this, null, "Background", 2, n.d1, o.d1, false, true, false, false);
11291
11295
  }
11292
11296
  if (!n.d4.equals(o.d4)) {
11293
- this.dc.s(this, null, "LastStickyRowBackground", 2, n.d4, o.d4, false, true, false, false);
11297
+ this.c4.s(this, null, "LastStickyRowBackground", 2, n.d4, o.d4, false, true, false, false);
11294
11298
  }
11295
11299
  if (!n.d6.equals(o.d6)) {
11296
- this.dc.s(this, null, "StickyRowBackground", 2, n.d6, o.d6, false, true, false, false);
11300
+ this.c4.s(this, null, "StickyRowBackground", 2, n.d6, o.d6, false, true, false, false);
11297
11301
  }
11298
11302
  if (!n.d5.equals(o.d5)) {
11299
- this.dc.s(this, null, "PinnedRowBackground", 2, n.d5, o.d5, false, true, false, false);
11303
+ this.c4.s(this, null, "PinnedRowBackground", 2, n.d5, o.d5, false, true, false, false);
11300
11304
  }
11301
11305
  }
11302
11306
  }
@@ -11391,13 +11395,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11391
11395
  this.xd();
11392
11396
  }
11393
11397
  if (a == "ActiveCell") {
11394
- this.dn = typeCast(GridCellPosition.$, b);
11398
+ this.df = typeCast(GridCellPosition.$, b);
11395
11399
  this.iu = true;
11396
11400
  if (this.activeCell != null && this.activeCell.b >= 0) {
11397
- this.ak.ab(this.activeCell.b, this.activeCell.d, true);
11401
+ this.ac.ab(this.activeCell.b, this.activeCell.d, true);
11398
11402
  }
11399
11403
  else {
11400
- this.ak.ad();
11404
+ this.ac.ad();
11401
11405
  }
11402
11406
  this.iu = false;
11403
11407
  }
@@ -11597,7 +11601,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11597
11601
  if (b.propertyName != null && stringStartsWith(b.propertyName, "Actual")) {
11598
11602
  b.propertyName = b.propertyName.substr(6);
11599
11603
  }
11600
- this.dc.r(this, null, b.propertyName, b.animationType, b.oldValue, b.newValue, 8);
11604
+ this.c4.r(this, null, b.propertyName, b.animationType, b.oldValue, b.newValue, 8);
11601
11605
  };
11602
11606
  DataGrid.prototype.xq = function (a, b) {
11603
11607
  this.xr(b.propertyName, b.animationType, b.oldValue, b.newValue, false);
@@ -11615,7 +11619,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11615
11619
  if (a != null && stringStartsWith(a, "Actual")) {
11616
11620
  a = a.substr(6);
11617
11621
  }
11618
- this.dc.s(this, null, a, b, c, d, e, true, false, false);
11622
+ this.c4.s(this, null, a, b, c, d, e, true, false, false);
11619
11623
  };
11620
11624
  DataGrid.prototype.un = function (a, b, c, d) {
11621
11625
  if (b == 10) {
@@ -11626,7 +11630,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11626
11630
  }
11627
11631
  for (var e = 0; e < this.model.b9.count; e++) {
11628
11632
  var f = this.model.b9._inner[e];
11629
- this.dc.s(this, f, a, b, c, d, true, false, false, true);
11633
+ this.c4.s(this, f, a, b, c, d, true, false, false, true);
11630
11634
  }
11631
11635
  };
11632
11636
  DataGrid.prototype.ua = function (a, b) {
@@ -11639,7 +11643,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11639
11643
  };
11640
11644
  DataGrid.prototype.v5 = function () {
11641
11645
  this.e5.setDataSource(this.v);
11642
- this.a5.d = this.v.actualSchema;
11646
+ this.ax.d = this.v.actualSchema;
11643
11647
  this.ye();
11644
11648
  for (var a = 0; a < this.groupDescriptions.j.count; a++) {
11645
11649
  this.xo(this.groupDescriptions.j.item(a));
@@ -11733,30 +11737,30 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11733
11737
  };
11734
11738
  Object.defineProperty(DataGrid.prototype, "actualColumns", {
11735
11739
  get: function () {
11736
- return this.a4.j;
11740
+ return this.aw.j;
11737
11741
  },
11738
11742
  enumerable: false,
11739
11743
  configurable: true
11740
11744
  });
11741
11745
  Object.defineProperty(DataGrid.prototype, "columns", {
11742
11746
  get: function () {
11743
- return this.dt;
11747
+ return this.dk;
11744
11748
  },
11745
11749
  enumerable: false,
11746
11750
  configurable: true
11747
11751
  });
11748
11752
  DataGrid.prototype.wi = function (a, b, c) {
11749
- var d = this.cp(a.l);
11753
+ var d = this.ch(a.l);
11750
11754
  d.cx(a, this, b, c);
11751
11755
  d.cy(a, this, b, c);
11752
11756
  };
11753
11757
  DataGrid.prototype.wh = function (a, b, c, d) {
11754
11758
  a.jm = d;
11755
- var e = this.cp(a.l);
11759
+ var e = this.ch(a.l);
11756
11760
  e.cy(a, this, b, c);
11757
11761
  };
11758
- DataGrid.prototype.cm = function (a) {
11759
- return this.a5.h(a);
11762
+ DataGrid.prototype.ce = function (a) {
11763
+ return this.ax.h(a);
11760
11764
  };
11761
11765
  DataGrid.prototype.hideThenRemoveColumn = function (a) {
11762
11766
  a.gz = true;
@@ -11805,15 +11809,15 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11805
11809
  var f = this.model.h(b.h6).a;
11806
11810
  b.fh = 2;
11807
11811
  a.fh = 1;
11808
- this.dc.aj(this, this.columnAnimationSettings, this.model.h(b.h6), this.model.h(a.h6), f);
11812
+ this.c4.aj(this, this.columnAnimationSettings, this.model.h(b.h6), this.model.h(a.h6), f);
11809
11813
  }
11810
11814
  };
11811
11815
  DataGrid.prototype.ts = function (a, b) {
11812
11816
  var _this = this;
11813
11817
  this.f4.aa();
11814
- this.ak.ag();
11818
+ this.ac.ag();
11815
11819
  this.f4.a1();
11816
- if (this.cq.j) {
11820
+ if (this.ci.j) {
11817
11821
  this.i9(false);
11818
11822
  if (this.editMode == 3) {
11819
11823
  this.ue(false);
@@ -11869,14 +11873,14 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11869
11873
  }
11870
11874
  };
11871
11875
  DataGrid.prototype.v1 = function () {
11872
- this.ga.w(this.d8, this.model);
11876
+ this.ga.w(this.d0, this.model);
11873
11877
  };
11874
11878
  DataGrid.prototype.vy = function (a, b) {
11875
11879
  b.grid = null;
11876
11880
  b.propertyChanged = delegateRemove(b.propertyChanged, runOn(this, this.t2));
11877
11881
  b.columnCellsPropertyUpdating = delegateRemove(b.columnCellsPropertyUpdating, runOn(this, this.t3));
11878
11882
  b.columnHeaderCellsPropertyUpdating = delegateRemove(b.columnHeaderCellsPropertyUpdating, runOn(this, this.t6));
11879
- this.ga.v(this.d8, a, b, this.model);
11883
+ this.ga.v(this.d0, a, b, this.model);
11880
11884
  this.xd();
11881
11885
  b.fh = 0;
11882
11886
  this.f4.ag(a, b);
@@ -11894,14 +11898,14 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11894
11898
  var c = b.fh;
11895
11899
  b.fh = 1;
11896
11900
  this.xd();
11897
- this.dc.ar(this, this.columnAnimationSettings, this.model.h(b.h6), true, c);
11901
+ this.c4.ar(this, this.columnAnimationSettings, this.model.h(b.h6), true, c);
11898
11902
  }
11899
11903
  else {
11900
11904
  this.xd();
11901
11905
  }
11902
11906
  for (var d = 0; d < this.sortDescriptions.j.count; d++) {
11903
11907
  if (b.i8 == this.sortDescriptions.j.item(d).f) {
11904
- b.ff = this.cc(this.sortDescriptions.j.item(d).c);
11908
+ b.ff = this.b4(this.sortDescriptions.j.item(d).c);
11905
11909
  break;
11906
11910
  }
11907
11911
  }
@@ -11909,7 +11913,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11909
11913
  };
11910
11914
  DataGrid.prototype.t3 = function (a, b, c, d, e) {
11911
11915
  if (b == "Pinned" || b == "IsHidden") {
11912
- if (this.cq.j) {
11916
+ if (this.ci.j) {
11913
11917
  this.i9(false);
11914
11918
  if (this.editMode == 3) {
11915
11919
  this.ue(false);
@@ -11954,22 +11958,22 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11954
11958
  b = stringReplace("EditorItemsSourceInternal", "Internal", "");
11955
11959
  }
11956
11960
  if (b == "Filter") {
11957
- this.dc.r(this, f, b, c, d, e, 11);
11961
+ this.c4.r(this, f, b, c, d, e, 11);
11958
11962
  return;
11959
11963
  }
11960
11964
  if (b == "MergedCellVerticalAlignment") {
11961
- this.dc.r(this, f, "VerticalAlignment", c, d, e, 12);
11965
+ this.c4.r(this, f, "VerticalAlignment", c, d, e, 12);
11962
11966
  return;
11963
11967
  }
11964
11968
  if (b == "MergedCellPaddingLeft" || b == "MergedCellPaddingRight" || b == "MergedCellPaddingTop" || b == "MergedCellPaddingBottom") {
11965
- this.dc.r(this, f, stringRemove(b, 0, 10), c, d, e, 12);
11969
+ this.c4.r(this, f, stringRemove(b, 0, 10), c, d, e, 12);
11966
11970
  return;
11967
11971
  }
11968
11972
  if (b == "SortDirection" && false == this.j1) {
11969
11973
  this.f8.f(a, a.ff);
11970
11974
  a.ki("Sorted");
11971
11975
  }
11972
- this.dc.s(this, f, b, c, d, e, false, false, false, false);
11976
+ this.c4.s(this, f, b, c, d, e, false, false, false, false);
11973
11977
  };
11974
11978
  DataGrid.prototype.wu = function (a, b, c, d, e) {
11975
11979
  if (c == 10) {
@@ -11978,7 +11982,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11978
11982
  if (b != null && stringStartsWith(b, "Actual")) {
11979
11983
  b = b.substr(6);
11980
11984
  }
11981
- this.dc.s(this, null, b, c, d, e, false, false, true, false);
11985
+ this.c4.s(this, null, b, c, d, e, false, false, true, false);
11982
11986
  };
11983
11987
  DataGrid.prototype.t6 = function (a, b, c, d, e) {
11984
11988
  if (c == 10) {
@@ -11991,7 +11995,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
11991
11995
  if (b != null && stringStartsWith(b, "Actual")) {
11992
11996
  b = b.substr(6);
11993
11997
  }
11994
- this.dc.s(this, f, b, c, d, e, true, false, false, false);
11998
+ this.c4.s(this, f, b, c, d, e, true, false, false, false);
11995
11999
  };
11996
12000
  DataGrid.prototype.pinColumn = function (a, b) {
11997
12001
  var c = b;
@@ -12024,7 +12028,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12024
12028
  var f = a.fh;
12025
12029
  if (this.jm(a)) {
12026
12030
  a.fh = 6;
12027
- this.dc.al(this, this.columnAnimationSettings, this.model.h(a.h6), f);
12031
+ this.c4.al(this, this.columnAnimationSettings, this.model.h(a.h6), f);
12028
12032
  }
12029
12033
  };
12030
12034
  DataGrid.prototype.moveColumn = function (a, b) {
@@ -12098,7 +12102,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12098
12102
  }
12099
12103
  switch (f.f6) {
12100
12104
  case 0:
12101
- var k = this.ck(b);
12105
+ var k = this.cc(b);
12102
12106
  if (null == k) {
12103
12107
  return false;
12104
12108
  }
@@ -12113,7 +12117,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12113
12117
  return false;
12114
12118
  }
12115
12119
  if (c) {
12116
- var l = this.cj(true);
12120
+ var l = this.cb(true);
12117
12121
  if (l == null) {
12118
12122
  this.pinColumn(d._inner[a], 0);
12119
12123
  }
@@ -12129,7 +12133,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12129
12133
  return false;
12130
12134
  }
12131
12135
  if (c) {
12132
- var m = this.cj(false);
12136
+ var m = this.cb(false);
12133
12137
  if (m == null) {
12134
12138
  this.pinColumn(d._inner[a], 0);
12135
12139
  }
@@ -12143,7 +12147,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12143
12147
  }
12144
12148
  return true;
12145
12149
  };
12146
- DataGrid.prototype.ck = function (a) {
12150
+ DataGrid.prototype.cc = function (a) {
12147
12151
  var b = a ? 1 : 2;
12148
12152
  var c = this.actualColumns;
12149
12153
  var d = this.model.cg;
@@ -12163,7 +12167,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12163
12167
  }
12164
12168
  return i;
12165
12169
  };
12166
- DataGrid.prototype.cj = function (a) {
12170
+ DataGrid.prototype.cb = function (a) {
12167
12171
  var b = this.actualColumns;
12168
12172
  var c = this.model.cg;
12169
12173
  var d = c.count - 1;
@@ -12190,14 +12194,14 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12190
12194
  c.hy = a;
12191
12195
  c.h0 = this.model.b9._inner[a].n;
12192
12196
  var d = c.fh;
12193
- this.ga.u(this.d8, this.model, a, b, c.h6);
12197
+ this.ga.u(this.d0, this.model, a, b, c.h6);
12194
12198
  if (!this.jm(c) && d != 3) {
12195
12199
  c.fh = 5;
12196
12200
  }
12197
12201
  this.xd();
12198
12202
  if (this.jm(c)) {
12199
12203
  c.fh = 6;
12200
- this.dc.al(this, this.columnAnimationSettings, this.model.h(c.h6), d);
12204
+ this.c4.al(this, this.columnAnimationSettings, this.model.h(c.h6), d);
12201
12205
  }
12202
12206
  this.f4.af(a, b, c);
12203
12207
  };
@@ -12214,7 +12218,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12214
12218
  var d = c.fh;
12215
12219
  c.fh = 2;
12216
12220
  this.xd();
12217
- this.dc.ak(this, this.columnAnimationSettings, this.model.h(c.h6), false, d);
12221
+ this.c4.ak(this, this.columnAnimationSettings, this.model.h(c.h6), false, d);
12218
12222
  }
12219
12223
  else {
12220
12224
  c.fh = 3;
@@ -12230,12 +12234,12 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12230
12234
  var e = c.fh;
12231
12235
  c.fh = 1;
12232
12236
  this.xd();
12233
- this.dc.ar(this, this.columnAnimationSettings, this.model.h(c.h6), false, e);
12237
+ this.c4.ar(this, this.columnAnimationSettings, this.model.h(c.h6), false, e);
12234
12238
  }
12235
12239
  else {
12236
12240
  c.fh = 5;
12237
- this.dc.ai(this, this.model.h(c.h6));
12238
- this.d3.ab();
12241
+ this.c4.ai(this, this.model.h(c.h6));
12242
+ this.dv.ab();
12239
12243
  this.xd();
12240
12244
  }
12241
12245
  }
@@ -12284,7 +12288,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12284
12288
  }
12285
12289
  }
12286
12290
  };
12287
- DataGrid.prototype.cp = function (a) {
12291
+ DataGrid.prototype.ch = function (a) {
12288
12292
  var b = this.e5.getRowType(a.x);
12289
12293
  if (b != 0 && b != 3) {
12290
12294
  if (a.ay) {
@@ -12298,7 +12302,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12298
12302
  return this.sectionHeader;
12299
12303
  }
12300
12304
  else {
12301
- return this.cm(a);
12305
+ return this.ce(a);
12302
12306
  }
12303
12307
  case 2: return this.f0;
12304
12308
  case 4: return this.summaryRowRoot;
@@ -12326,15 +12330,15 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12326
12330
  return this.pinnedAreaSeparator;
12327
12331
  }
12328
12332
  if (a.ak) {
12329
- return this.cv;
12333
+ return this.cn;
12330
12334
  }
12331
12335
  if (a.al) {
12332
- return this.cw;
12336
+ return this.co;
12333
12337
  }
12334
12338
  if (a.am) {
12335
- return this.c5;
12339
+ return this.cx;
12336
12340
  }
12337
- var c = this.cm(a);
12341
+ var c = this.ce(a);
12338
12342
  if (a.g) {
12339
12343
  if (a.h) {
12340
12344
  return this.headerSeparator;
@@ -12350,10 +12354,10 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12350
12354
  }
12351
12355
  };
12352
12356
  DataGrid.prototype.qp = function (a, b, c, d) {
12353
- return this.cp(a).cm(a, b, c, d);
12357
+ return this.ch(a).cm(a, b, c, d);
12354
12358
  };
12355
- DataGrid.prototype.as = function (a, b) {
12356
- var c = this.cp(a);
12359
+ DataGrid.prototype.ak = function (a, b) {
12360
+ var c = this.ch(a);
12357
12361
  var d = c.k(a, b);
12358
12362
  d.p = this;
12359
12363
  return d;
@@ -12647,7 +12651,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12647
12651
  if (!this.k2()) {
12648
12652
  return;
12649
12653
  }
12650
- this.dc.z(this, a, b, false);
12654
+ this.c4.z(this, a, b, false);
12651
12655
  if (this.e6.getRowCount() != this.model.c5()) {
12652
12656
  this.xd();
12653
12657
  }
@@ -12668,7 +12672,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12668
12672
  this.scrollToRowByIndex(a);
12669
12673
  }
12670
12674
  if (this.model.actualVisibleRegion.right > this.model.absoluteWidth || this.model.actualVisibleRegion.left > this.model.absoluteWidth) {
12671
- var b = this.a5.j.count - 1;
12675
+ var b = this.ax.j.count - 1;
12672
12676
  if (b < 0) {
12673
12677
  b = 0;
12674
12678
  }
@@ -12815,7 +12819,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12815
12819
  if (this.activeCellChanged != null) {
12816
12820
  var e = new GridActiveCellChangedEventArgs();
12817
12821
  e.newActiveCell = this.activeCell;
12818
- e.oldActiveCell = this.dn;
12822
+ e.oldActiveCell = this.df;
12819
12823
  this.activeCellChanged(this, e);
12820
12824
  }
12821
12825
  this.u8();
@@ -12842,41 +12846,41 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12842
12846
  DataGrid.prototype.u8 = function () {
12843
12847
  if (this.jt() && this.editOnKeyPress) {
12844
12848
  if (this.activeCell != null) {
12845
- var a = this.a5.g(this.activeCell.d);
12849
+ var a = this.ax.g(this.activeCell.d);
12846
12850
  if (a != null) {
12847
12851
  var b = this.activeCell.b;
12848
12852
  var c = this.actualColumns.indexOf(a);
12849
12853
  if (a.g4) {
12850
12854
  var d = this.model.e(c, b);
12851
12855
  if (d != null) {
12852
- this.cq.ab(d);
12856
+ this.ci.ab(d);
12853
12857
  }
12854
12858
  else {
12855
- this.ax = new CellPath(3, c, b, 1);
12859
+ this.ap = new CellPath(3, c, b, 1);
12856
12860
  }
12857
12861
  }
12858
12862
  else {
12859
- this.cq.v();
12863
+ this.ci.v();
12860
12864
  }
12861
12865
  }
12862
12866
  else {
12863
- this.cq.v();
12867
+ this.ci.v();
12864
12868
  }
12865
12869
  }
12866
12870
  else {
12867
- this.cq.v();
12871
+ this.ci.v();
12868
12872
  }
12869
12873
  }
12870
12874
  };
12871
12875
  DataGrid.prototype.ki = function (a, b) {
12872
- if (this.cq.j) {
12876
+ if (this.ci.j) {
12873
12877
  return false;
12874
12878
  }
12875
12879
  if (this.activationMode == 0 || this.activeCell == null) {
12876
12880
  return false;
12877
12881
  }
12878
- var c = this.dm.b;
12879
- var d = this.dm.d;
12882
+ var c = this.de.b;
12883
+ var d = this.de.d;
12880
12884
  if (c > this.e6.getRowCount() - 1) {
12881
12885
  return false;
12882
12886
  }
@@ -12890,7 +12894,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12890
12894
  if (e == c) {
12891
12895
  return false;
12892
12896
  }
12893
- var f = Math.min(this.ak.s(), this.actualColumns.count - 1);
12897
+ var f = Math.min(this.ac.s(), this.actualColumns.count - 1);
12894
12898
  f = this.nn(f);
12895
12899
  var g = this.actualColumns._inner[f];
12896
12900
  if (d != g.jd()) {
@@ -12937,7 +12941,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12937
12941
  else {
12938
12942
  this.na = -1;
12939
12943
  this.m9 = -1;
12940
- this.az = null;
12944
+ this.ar = null;
12941
12945
  this.lj.clear();
12942
12946
  this.lk.clear();
12943
12947
  }
@@ -12945,15 +12949,15 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
12945
12949
  return true;
12946
12950
  };
12947
12951
  DataGrid.prototype.kj = function (a, b) {
12948
- if (this.activationMode == 0 || this.activeCell == null || this.cq.j) {
12952
+ if (this.activationMode == 0 || this.activeCell == null || this.ci.j) {
12949
12953
  return false;
12950
12954
  }
12951
- var c = this.ak.s();
12955
+ var c = this.ac.s();
12952
12956
  var d = this.actualColumns._inner[c];
12953
12957
  var e = this.nu(true);
12954
12958
  var f = this.actualColumns._inner[e];
12955
- var g = this.dm.b;
12956
- var h = this.dm.d;
12959
+ var g = this.de.b;
12960
+ var h = this.de.d;
12957
12961
  if (b) {
12958
12962
  if (g >= this.e6.getRowCount() - 1 && h == f.jd()) {
12959
12963
  return false;
@@ -13117,15 +13121,15 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13117
13121
  }
13118
13122
  };
13119
13123
  DataGrid.prototype.kn = function (a, b) {
13120
- if (this.cq.j) {
13124
+ if (this.ci.j) {
13121
13125
  return false;
13122
13126
  }
13123
- var c = this.ak.s();
13127
+ var c = this.ac.s();
13124
13128
  var d = this.actualColumns._inner[c];
13125
13129
  var e = this.np(true);
13126
13130
  var f = this.actualColumns._inner[e];
13127
- var g = this.dm.b;
13128
- var h = this.dm.d;
13131
+ var g = this.de.b;
13132
+ var h = this.de.d;
13129
13133
  if (b) {
13130
13134
  if (g <= 0 && h == f.jd()) {
13131
13135
  return false;
@@ -13152,7 +13156,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13152
13156
  return true;
13153
13157
  };
13154
13158
  DataGrid.prototype.kp = function (a, b) {
13155
- if (this.cq.j) {
13159
+ if (this.ci.j) {
13156
13160
  return false;
13157
13161
  }
13158
13162
  if (this.activationMode == 0 || this.activeCell == null) {
@@ -13161,10 +13165,10 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13161
13165
  if (b) {
13162
13166
  return this.kn(false, false);
13163
13167
  }
13164
- var c = this.ak.s();
13168
+ var c = this.ac.s();
13165
13169
  var d = this.model.b9._inner[c].n;
13166
- var e = this.dm.b;
13167
- var f = this.dm.d;
13170
+ var e = this.de.b;
13171
+ var f = this.de.d;
13168
13172
  if (f == null) {
13169
13173
  return false;
13170
13174
  }
@@ -13204,7 +13208,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13204
13208
  }
13205
13209
  else {
13206
13210
  this.m9 = -1;
13207
- this.az = null;
13211
+ this.ar = null;
13208
13212
  }
13209
13213
  return true;
13210
13214
  };
@@ -13212,19 +13216,19 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13212
13216
  if (this.activationMode == 0 || this.activeCell == null) {
13213
13217
  return false;
13214
13218
  }
13215
- var c = this.dm.d;
13216
- var d = this.ak.s();
13219
+ var c = this.de.d;
13220
+ var d = this.ac.s();
13217
13221
  var e = this.getFirstVisibleIndex();
13218
13222
  var f = this.getLastVisibleIndex();
13219
13223
  var g = f - e;
13220
13224
  var h = Math.min(f + 1, this.e6.getRowCount() - 1);
13221
- if (!this.cq.j) {
13225
+ if (!this.ci.j) {
13222
13226
  var i = this.e6.getRowType(h);
13223
13227
  if (i == 1 || i == 2) {
13224
13228
  c = null;
13225
13229
  }
13226
13230
  else if (c == null) {
13227
- c = this.ak.v;
13231
+ c = this.ac.v;
13228
13232
  }
13229
13233
  this.activeCell = ((function () {
13230
13234
  var $ret = new GridCellPosition();
@@ -13240,19 +13244,19 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13240
13244
  if (this.activationMode == 0 || this.activeCell == null) {
13241
13245
  return false;
13242
13246
  }
13243
- var c = this.dm.d;
13244
- var d = this.ak.s();
13247
+ var c = this.de.d;
13248
+ var d = this.ac.s();
13245
13249
  var e = this.getFirstVisibleIndex();
13246
13250
  var f = this.getLastVisibleIndex();
13247
13251
  var g = f - e;
13248
13252
  var h = Math.max(e - g - 1, 0);
13249
- if (!this.cq.j) {
13253
+ if (!this.ci.j) {
13250
13254
  var i = this.e6.getRowType(h);
13251
13255
  if (i == 1 || i == 2) {
13252
13256
  c = null;
13253
13257
  }
13254
13258
  else if (c == null) {
13255
- c = this.ak.v;
13259
+ c = this.ac.v;
13256
13260
  }
13257
13261
  this.activeCell = ((function () {
13258
13262
  var $ret = new GridCellPosition();
@@ -13265,7 +13269,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13265
13269
  return true;
13266
13270
  };
13267
13271
  DataGrid.prototype.ks = function (a, b) {
13268
- if (this.cq.j) {
13272
+ if (this.ci.j) {
13269
13273
  return false;
13270
13274
  }
13271
13275
  if (this.activationMode == 0 || this.activeCell == null) {
@@ -13274,10 +13278,10 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13274
13278
  if (b) {
13275
13279
  return this.kj(false, false);
13276
13280
  }
13277
- var c = this.ak.s();
13281
+ var c = this.ac.s();
13278
13282
  var d = this.model.b9._inner[c].n;
13279
- var e = this.dm.b;
13280
- var f = this.dm.d;
13283
+ var e = this.de.b;
13284
+ var f = this.de.d;
13281
13285
  if (f == null) {
13282
13286
  return false;
13283
13287
  }
@@ -13317,7 +13321,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13317
13321
  }
13318
13322
  else {
13319
13323
  this.m9 = -1;
13320
- this.az = null;
13324
+ this.ar = null;
13321
13325
  }
13322
13326
  return true;
13323
13327
  };
@@ -13325,10 +13329,10 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13325
13329
  if (this.activationMode == 0 || this.activeCell == null) {
13326
13330
  return false;
13327
13331
  }
13328
- var c = this.ak.s();
13332
+ var c = this.ac.s();
13329
13333
  var d = this.model.b9._inner[c].n;
13330
- var e = this.dm.b;
13331
- var f = this.dm.d;
13334
+ var e = this.de.b;
13335
+ var f = this.de.d;
13332
13336
  var g = e;
13333
13337
  var h = f;
13334
13338
  var i = c;
@@ -13366,12 +13370,12 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13366
13370
  }
13367
13371
  d = this.model.b9._inner[o].n;
13368
13372
  h = p.jd();
13369
- } while (this.cq.j && g >= 0 && (!l || !p.g4));
13373
+ } while (this.ci.j && g >= 0 && (!l || !p.g4));
13370
13374
  if (this.groupSummaryDisplayMode != 1) {
13371
13375
  if (j == 1 || j == 2) {
13372
13376
  var q = this.nu();
13373
13377
  var r = this.actualColumns._inner[q];
13374
- this.ak.ab(e, r.jd(), false);
13378
+ this.ac.ab(e, r.jd(), false);
13375
13379
  h = null;
13376
13380
  }
13377
13381
  }
@@ -13399,21 +13403,21 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13399
13403
  }
13400
13404
  d = this.model.b9._inner[s].n;
13401
13405
  h = t.jd();
13402
- } while (this.cq.j && g < this.e6.getRowCount() && (!l || !t.g4));
13406
+ } while (this.ci.j && g < this.e6.getRowCount() && (!l || !t.g4));
13403
13407
  if (this.groupSummaryDisplayMode != 1) {
13404
13408
  if (j == 1 || j == 2) {
13405
13409
  var u = this.np();
13406
13410
  var v = this.actualColumns._inner[u];
13407
- this.ak.ab(e, v.jd(), false);
13411
+ this.ac.ab(e, v.jd(), false);
13408
13412
  h = null;
13409
13413
  }
13410
13414
  }
13411
13415
  i = s;
13412
13416
  n = t;
13413
13417
  }
13414
- if (this.cq.j && (f != h || e != g)) {
13418
+ if (this.ci.j && (f != h || e != g)) {
13415
13419
  this.i9(true);
13416
- if (!this.cq.j) {
13420
+ if (!this.ci.j) {
13417
13421
  this.activeCell = ((function () {
13418
13422
  var $ret = new GridCellPosition();
13419
13423
  $ret.b = g;
@@ -13438,14 +13442,14 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13438
13442
  DataGrid.prototype.w4 = function () {
13439
13443
  };
13440
13444
  DataGrid.prototype.kv = function (a, b) {
13441
- if (this.cq.j) {
13445
+ if (this.ci.j) {
13442
13446
  return false;
13443
13447
  }
13444
13448
  if (this.activationMode == 0 || this.activeCell == null) {
13445
13449
  return false;
13446
13450
  }
13447
- var c = this.dm.b;
13448
- var d = this.dm.d;
13451
+ var c = this.de.b;
13452
+ var d = this.de.d;
13449
13453
  if (c < 0) {
13450
13454
  return false;
13451
13455
  }
@@ -13459,7 +13463,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13459
13463
  if (e == c) {
13460
13464
  return false;
13461
13465
  }
13462
- var f = Math.min(this.ak.s(), this.actualColumns.count - 1);
13466
+ var f = Math.min(this.ac.s(), this.actualColumns.count - 1);
13463
13467
  f = this.nn(f);
13464
13468
  var g = this.actualColumns._inner[f];
13465
13469
  if (d != g.jd()) {
@@ -13506,7 +13510,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13506
13510
  else {
13507
13511
  this.na = -1;
13508
13512
  this.m9 = -1;
13509
- this.az = null;
13513
+ this.ar = null;
13510
13514
  this.lj.clear();
13511
13515
  this.lk.clear();
13512
13516
  }
@@ -13514,7 +13518,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13514
13518
  return true;
13515
13519
  };
13516
13520
  DataGrid.prototype.kk = function (a, b) {
13517
- if (this.cq.j) {
13521
+ if (this.ci.j) {
13518
13522
  if (this.i9(true)) {
13519
13523
  if (this.editMode == 3) {
13520
13524
  this.ue(true);
@@ -13542,7 +13546,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13542
13546
  this.yg(this.activeCell.b);
13543
13547
  }
13544
13548
  else if (this.jt() && this.enterBehavior == 1 && (c == 0 || c == 3)) {
13545
- var d = this.ak.s();
13549
+ var d = this.ac.s();
13546
13550
  var e = this.actualColumns._inner[d];
13547
13551
  if (e != null && e.g4) {
13548
13552
  var f = this.model.e(d, this.activeCell.b);
@@ -13570,7 +13574,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13570
13574
  return false;
13571
13575
  };
13572
13576
  DataGrid.prototype.kl = function () {
13573
- if (!this.cq.j && this.clearSelectionOnEscape) {
13577
+ if (!this.ci.j && this.clearSelectionOnEscape) {
13574
13578
  this.jd = true;
13575
13579
  if (this.selectionMode == 1 || this.selectionMode == 2) {
13576
13580
  this.deselectAllRows();
@@ -13596,15 +13600,15 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13596
13600
  this.notifyOnAllSelectionChanges = b;
13597
13601
  this.f4.a0();
13598
13602
  }
13599
- this.az = null;
13603
+ this.ar = null;
13600
13604
  this.na = -1;
13601
13605
  this.m9 = -1;
13602
13606
  }
13603
13607
  this.jd = false;
13604
13608
  }
13605
13609
  if (this.jt()) {
13606
- if (this.cq.p != -1) {
13607
- this.x.rejectPendingTransaction(this.cq.p);
13610
+ if (this.ci.p != -1) {
13611
+ this.x.rejectPendingTransaction(this.ci.p);
13608
13612
  }
13609
13613
  this.i9(false);
13610
13614
  if (this.editMode == 3) {
@@ -13617,7 +13621,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13617
13621
  return this.ld();
13618
13622
  };
13619
13623
  DataGrid.prototype.kt = function (a, b) {
13620
- if (this.cq.j) {
13624
+ if (this.ci.j) {
13621
13625
  return false;
13622
13626
  }
13623
13627
  if (this.activationMode == 1 && this.activeCell != null) {
@@ -13625,7 +13629,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13625
13629
  var c = null;
13626
13630
  var d = this.e6.getRowType(this.activeCell.b);
13627
13631
  if (d == 0 || d == 5 || d == 4 || d == 3) {
13628
- var e = this.a5.g(this.activeCell.d);
13632
+ var e = this.ax.g(this.activeCell.d);
13629
13633
  var f = this.model.h(e.h6);
13630
13634
  c = this.model.e(f.n, this.activeCell.b);
13631
13635
  }
@@ -13640,19 +13644,19 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13640
13644
  return false;
13641
13645
  };
13642
13646
  DataGrid.prototype.ld = function () {
13643
- if (this.cq.j) {
13647
+ if (this.ci.j) {
13644
13648
  this.i9(true);
13645
13649
  return true;
13646
13650
  }
13647
13651
  if (this.activationMode != 0 && this.activeCell != null) {
13648
13652
  var a = this.e6.getRowType(this.activeCell.b);
13649
13653
  if (this.jt() && (a == 0 || a == 3)) {
13650
- var b = this.ak.s();
13654
+ var b = this.ac.s();
13651
13655
  var c = this.actualColumns._inner[b];
13652
13656
  if (c != null && c.g4) {
13653
13657
  var d = this.model.e(b, this.activeCell.b);
13654
13658
  if (d == null) {
13655
- this.aw = new CellPath(3, b, this.activeCell.b, 1);
13659
+ this.ao = new CellPath(3, b, this.activeCell.b, 1);
13656
13660
  }
13657
13661
  else {
13658
13662
  this.k8(d);
@@ -13667,28 +13671,28 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13667
13671
  if (!this.jt() || a == null || a.l.a5 < 0 || a.l.x < 0 || a.l.a1 || a.ck > 0) {
13668
13672
  return false;
13669
13673
  }
13670
- this.aw = null;
13671
- this.cq.i(true, false);
13674
+ this.ao = null;
13675
+ this.ci.i(true, false);
13672
13676
  var b = false;
13673
13677
  if (this.editMode == 3) {
13674
- if (a.l.x != this.cq.o) {
13678
+ if (a.l.x != this.ci.o) {
13675
13679
  this.ue(true);
13676
13680
  b = true;
13677
13681
  }
13678
13682
  }
13679
- var c = this.cm(a.l);
13683
+ var c = this.ce(a.l);
13680
13684
  if (!c.g4) {
13681
13685
  return false;
13682
13686
  }
13683
- this.cq.ad(a);
13687
+ this.ci.ad(a);
13684
13688
  if (a.y == 0) {
13685
13689
  var d = this.model.b9._inner[a.l.a5].n;
13686
13690
  this.ty(a.l.x, d, false, a.bf);
13687
13691
  }
13688
13692
  this.mu = a.l.x;
13689
- var e = this.actualColumns._inner[this.cq.q];
13690
- var f = this.cq.o;
13691
- var g = this.cq.s;
13693
+ var e = this.actualColumns._inner[this.ci.q];
13694
+ var f = this.ci.o;
13695
+ var g = this.ci.s;
13692
13696
  if (b) {
13693
13697
  this.wq(f, g);
13694
13698
  }
@@ -13699,11 +13703,11 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13699
13703
  if (b === void 0) {
13700
13704
  b = true;
13701
13705
  }
13702
- if (this.cq.j) {
13703
- var c = this.actualColumns._inner[this.cq.q];
13704
- var d = this.cq.o;
13705
- var e = this.cq.s;
13706
- if (this.cq.i(a, b)) {
13706
+ if (this.ci.j) {
13707
+ var c = this.actualColumns._inner[this.ci.q];
13708
+ var d = this.ci.o;
13709
+ var e = this.ci.s;
13710
+ if (this.ci.i(a, b)) {
13707
13711
  this.vc(c, d, e);
13708
13712
  if (!this.editOnKeyPress) {
13709
13713
  this.externalGrid.focusScroller();
@@ -13719,9 +13723,9 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13719
13723
  return;
13720
13724
  }
13721
13725
  this.mu = -1;
13722
- var b = this.cq.o;
13723
- var c = this.cq.s;
13724
- this.cq.w();
13726
+ var b = this.ci.o;
13727
+ var c = this.ci.s;
13728
+ this.ci.w();
13725
13729
  this.wp(b, c);
13726
13730
  if (a) {
13727
13731
  if (this.autoAcceptEdits) {
@@ -13740,7 +13744,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13740
13744
  DataGrid.prototype.vm = function (a, b) {
13741
13745
  this.jd = true;
13742
13746
  if (!this.iv) {
13743
- var c = this.selectedCells.af(a, this.a5.f(b).jd());
13747
+ var c = this.selectedCells.af(a, this.ax.f(b).jd());
13744
13748
  }
13745
13749
  if (this.selectedCellsChanged != null) {
13746
13750
  var d = new GridSelectedCellsChangedEventArgs();
@@ -13946,7 +13950,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
13946
13950
  };
13947
13951
  DataGrid.prototype.tt = function (a) {
13948
13952
  this.selectedCellRanges.add(a);
13949
- this.a0 = a;
13953
+ this.as = a;
13950
13954
  if (this.selectedCellRangesChanged != null) {
13951
13955
  var b = new GridSelectedCellRangesChangedEventArgs();
13952
13956
  b.addedRanges = ((function () {
@@ -14006,14 +14010,14 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14006
14010
  this.uq(a);
14007
14011
  if (b != c) {
14008
14012
  this.f4.aj(a);
14009
- this.ak.ak(a);
14013
+ this.ac.ak(a);
14010
14014
  }
14011
14015
  };
14012
14016
  DataGrid.prototype.uq = function (a) {
14013
- this.dc.am(this, a, a);
14017
+ this.c4.am(this, a, a);
14014
14018
  };
14015
14019
  DataGrid.prototype.vo = function () {
14016
- if (this.cq.j) {
14020
+ if (this.ci.j) {
14017
14021
  this.i9(false);
14018
14022
  this.mu = -1;
14019
14023
  }
@@ -14041,7 +14045,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14041
14045
  if (b > d) {
14042
14046
  b = d;
14043
14047
  }
14044
- this.dc.z(this, a, b, true);
14048
+ this.c4.z(this, a, b, true);
14045
14049
  this.model.b5 = true;
14046
14050
  this.xe();
14047
14051
  };
@@ -14069,16 +14073,16 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14069
14073
  };
14070
14074
  DataGrid.prototype.wg = function (a, b) {
14071
14075
  var c = this.e6.getRowPathForRow(a);
14072
- this.d3.ae(c);
14076
+ this.dv.ae(c);
14073
14077
  this.f4.ah(this.ga.i(this.model, c));
14074
- this.ak.ai(this.ga.i(this.model, c));
14078
+ this.ac.ai(this.ga.i(this.model, c));
14075
14079
  this.w9();
14076
14080
  };
14077
14081
  DataGrid.prototype.wn = function (a, b) {
14078
14082
  var c = this.e6.getRowPathForRow(a);
14079
- this.d3.af(c);
14083
+ this.dv.af(c);
14080
14084
  this.f4.ai(this.ga.i(this.model, c), b);
14081
- this.ak.aj(this.ga.i(this.model, c));
14085
+ this.ac.aj(this.ga.i(this.model, c));
14082
14086
  if (this.selectionMode == 1 || this.selectionMode == 2) {
14083
14087
  if (this.actualPrimaryKey != null) {
14084
14088
  var d = this.e6.getItemKey(this.actualPrimaryKey, b);
@@ -14160,7 +14164,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14160
14164
  return this.actualPrimaryKey;
14161
14165
  };
14162
14166
  DataGrid.prototype.resolveCellValue = function (a) {
14163
- var b = a.b != null ? a.b : this.a5.g(a.j);
14167
+ var b = a.b != null ? a.b : this.ax.g(a.j);
14164
14168
  var c = null;
14165
14169
  if (a.h != null) {
14166
14170
  c = a.h;
@@ -14179,7 +14183,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14179
14183
  return null;
14180
14184
  };
14181
14185
  DataGrid.prototype.resolveCellValueFromPosition = function (a, b) {
14182
- if (b < 0 || b > this.a5.j.count) {
14186
+ if (b < 0 || b > this.ax.j.count) {
14183
14187
  return null;
14184
14188
  }
14185
14189
  if (a < 0 || a > this.e6.getRowCount() - 1) {
@@ -14196,13 +14200,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14196
14200
  }
14197
14201
  }
14198
14202
  var e = this.ga.j(b, this.model);
14199
- var f = this.a5.j._inner[e];
14203
+ var f = this.ax.j._inner[e];
14200
14204
  return this.actualDataSource.getItemProperty(c, f.i8);
14201
14205
  };
14202
14206
  DataGrid.prototype.getColumnAtRenderedIndex = function (a) {
14203
14207
  var b = this.ga.j(a, this.model);
14204
- if (b >= 0 && b < this.a5.j.count) {
14205
- return this.a5.j._inner[b];
14208
+ if (b >= 0 && b < this.ax.j.count) {
14209
+ return this.ax.j._inner[b];
14206
14210
  }
14207
14211
  return null;
14208
14212
  };
@@ -14262,8 +14266,8 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14262
14266
  });
14263
14267
  DataGrid.prototype.y = function (a) {
14264
14268
  var b = null;
14265
- for (var c = 0; c < this.a5.j.count; c++) {
14266
- var d = this.a5.j._inner[c];
14269
+ for (var c = 0; c < this.ax.j.count; c++) {
14270
+ var d = this.ax.j._inner[c];
14267
14271
  if (d != a && (d.ep != null || d.er != null)) {
14268
14272
  var e = this.actualDataSource.resolveSchemaPropertyType(d.i8);
14269
14273
  var f = d.er != null ? d.er : d.ep.resolveFilter(d.i8, e);
@@ -14293,14 +14297,14 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14293
14297
  h_1 = this.ok(g, e);
14294
14298
  }
14295
14299
  catch (i) {
14296
- this.cq.aa(i.message);
14300
+ this.ci.aa(i.message);
14297
14301
  return false;
14298
14302
  }
14299
14303
  if (h_1 == null && d != null || h_1 != null && d == null || !Base.equalsStatic(h_1, d)) {
14300
- if (this.cq.p != -1) {
14301
- this.x.rejectPendingTransaction(this.cq.p);
14304
+ if (this.ci.p != -1) {
14305
+ this.x.rejectPendingTransaction(this.ci.p);
14302
14306
  }
14303
- this.cq.aa(null);
14307
+ this.ci.aa(null);
14304
14308
  var j = this.e6.getItemKey(this.actualPrimaryKey, c);
14305
14309
  var k_3 = this.x.updatePropertyAtKey(j.value, f_2.i8, h_1, true);
14306
14310
  this.id = true;
@@ -14318,7 +14322,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14318
14322
  this.cellValueChanging(this, l);
14319
14323
  var m = this.x.getTransactionErrorByID(k_3);
14320
14324
  if (m != null) {
14321
- this.cq.aa(m);
14325
+ this.ci.aa(m);
14322
14326
  if (a != null) {
14323
14327
  a.ey = k_3;
14324
14328
  }
@@ -14337,10 +14341,10 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14337
14341
  this.id = false;
14338
14342
  }
14339
14343
  else {
14340
- if (this.cq.p != -1) {
14341
- var o = this.x.getTransactionErrorByID(this.cq.p);
14344
+ if (this.ci.p != -1) {
14345
+ var o = this.x.getTransactionErrorByID(this.ci.p);
14342
14346
  if (o != null) {
14343
- this.cq.aa(o);
14347
+ this.ci.aa(o);
14344
14348
  return false;
14345
14349
  }
14346
14350
  }
@@ -14497,7 +14501,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14497
14501
  });
14498
14502
  DataGrid.prototype.commitEdits = function () {
14499
14503
  if (this.jt() && this.canCommit) {
14500
- if (this.cq.j && this.cq.p != -1) {
14504
+ if (this.ci.j && this.ci.p != -1) {
14501
14505
  this.i9(false);
14502
14506
  }
14503
14507
  var a = this.x.commitEdits(true);
@@ -14587,13 +14591,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14587
14591
  if (this.activationMode != 1 || this.activeCell == null) {
14588
14592
  return;
14589
14593
  }
14590
- var a = this.a5.g(this.activeCell.d);
14594
+ var a = this.ax.g(this.activeCell.d);
14591
14595
  if (a.g4) {
14592
14596
  var b = this.model.h(a.h6);
14593
14597
  var c = this.model.e(b.n, this.activeCell.b);
14594
14598
  if (c != null) {
14595
14599
  if (this.k8(c)) {
14596
- this.cq.x();
14600
+ this.ci.x();
14597
14601
  }
14598
14602
  }
14599
14603
  }
@@ -14603,13 +14607,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14603
14607
  };
14604
14608
  Object.defineProperty(DataGrid.prototype, "enterBehavior", {
14605
14609
  get: function () {
14606
- return this.cz;
14610
+ return this.cr;
14607
14611
  },
14608
14612
  set: function (a) {
14609
- var b = this.cz;
14610
- this.cz = a;
14611
- if (b != this.cz) {
14612
- this.wm("EnterBehavior", enumGetBox(EnterKeyBehaviors_$type, b), enumGetBox(EnterKeyBehaviors_$type, this.cz));
14613
+ var b = this.cr;
14614
+ this.cr = a;
14615
+ if (b != this.cr) {
14616
+ this.wm("EnterBehavior", enumGetBox(EnterKeyBehaviors_$type, b), enumGetBox(EnterKeyBehaviors_$type, this.cr));
14613
14617
  }
14614
14618
  },
14615
14619
  enumerable: false,
@@ -14617,13 +14621,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14617
14621
  });
14618
14622
  Object.defineProperty(DataGrid.prototype, "enterBehaviorAfterEdit", {
14619
14623
  get: function () {
14620
- return this.cx;
14624
+ return this.cp;
14621
14625
  },
14622
14626
  set: function (a) {
14623
- var b = this.cx;
14624
- this.cx = a;
14625
- if (b != this.cx) {
14626
- this.wm("EnterBehaviorAfterEdit", enumGetBox(EnterKeyBehaviorAfterEdit_$type, b), enumGetBox(EnterKeyBehaviorAfterEdit_$type, this.cx));
14627
+ var b = this.cp;
14628
+ this.cp = a;
14629
+ if (b != this.cp) {
14630
+ this.wm("EnterBehaviorAfterEdit", enumGetBox(EnterKeyBehaviorAfterEdit_$type, b), enumGetBox(EnterKeyBehaviorAfterEdit_$type, this.cp));
14627
14631
  }
14628
14632
  },
14629
14633
  enumerable: false,
@@ -14677,9 +14681,9 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14677
14681
  break;
14678
14682
  case 32:
14679
14683
  var d = false;
14680
- if (this.allowCopyOperation && !this.cq.j && c) {
14684
+ if (this.allowCopyOperation && !this.ci.j && c) {
14681
14685
  if (this.activeCell != null) {
14682
- var e = this.a5.g(this.activeCell.d);
14686
+ var e = this.ax.g(this.activeCell.d);
14683
14687
  var f = this.activeCell.b;
14684
14688
  var g = this.actualColumns.indexOf(e);
14685
14689
  var h = this.model.e(g, f);
@@ -14705,13 +14709,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14705
14709
  if (!this.editOnKeyPress) {
14706
14710
  return false;
14707
14711
  }
14708
- var a = this.ak.s();
14712
+ var a = this.ac.s();
14709
14713
  var b = this.actualColumns._inner[a];
14710
14714
  if (typeCast(TemplateColumn.$, b) !== null) {
14711
14715
  return false;
14712
14716
  }
14713
- if (this.av != null && this.av.a5 >= 0 && this.av.a5 < this.actualColumns.count) {
14714
- b = this.actualColumns._inner[this.av.a5];
14717
+ if (this.an != null && this.an.a5 >= 0 && this.an.a5 < this.actualColumns.count) {
14718
+ b = this.actualColumns._inner[this.an.a5];
14715
14719
  if (typeCast(TemplateColumn.$, b) !== null) {
14716
14720
  return false;
14717
14721
  }
@@ -14776,13 +14780,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
14776
14780
  });
14777
14781
  Object.defineProperty(DataGrid.prototype, "mergedCellVerticalAlignment", {
14778
14782
  get: function () {
14779
- return this.al;
14783
+ return this.ad;
14780
14784
  },
14781
14785
  set: function (a) {
14782
- var b = this.al;
14783
- this.al = a;
14784
- if (this.al != b) {
14785
- this.wm("MergedCellVerticalAlignment", enumGetBox(CellContentVerticalAlignment_$type, b), enumGetBox(CellContentVerticalAlignment_$type, this.al));
14786
+ var b = this.ad;
14787
+ this.ad = a;
14788
+ if (this.ad != b) {
14789
+ this.wm("MergedCellVerticalAlignment", enumGetBox(CellContentVerticalAlignment_$type, b), enumGetBox(CellContentVerticalAlignment_$type, this.ad));
14786
14790
  }
14787
14791
  },
14788
14792
  enumerable: false,
@@ -15241,13 +15245,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
15241
15245
  };
15242
15246
  Object.defineProperty(DataGrid.prototype, "filterUIType", {
15243
15247
  get: function () {
15244
- return this.c6;
15248
+ return this.cy;
15245
15249
  },
15246
15250
  set: function (a) {
15247
- var b = this.c6;
15248
- this.c6 = a;
15249
- if (b != this.c6) {
15250
- this.wm("FilterUIType", enumGetBox(FilterUIType_$type, b), enumGetBox(FilterUIType_$type, this.c6));
15251
+ var b = this.cy;
15252
+ this.cy = a;
15253
+ if (b != this.cy) {
15254
+ this.wm("FilterUIType", enumGetBox(FilterUIType_$type, b), enumGetBox(FilterUIType_$type, this.cy));
15251
15255
  }
15252
15256
  },
15253
15257
  enumerable: false,
@@ -15255,13 +15259,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
15255
15259
  });
15256
15260
  Object.defineProperty(DataGrid.prototype, "filterLogicalOperator", {
15257
15261
  get: function () {
15258
- return this.c3;
15262
+ return this.cv;
15259
15263
  },
15260
15264
  set: function (a) {
15261
- var b = this.c3;
15262
- this.c3 = a;
15263
- if (b != this.c3) {
15264
- this.wm("FilterLogicalOperator", enumGetBox(FilterLogicalOperator_$type, b), enumGetBox(FilterLogicalOperator_$type, this.c3));
15265
+ var b = this.cv;
15266
+ this.cv = a;
15267
+ if (b != this.cv) {
15268
+ this.wm("FilterLogicalOperator", enumGetBox(FilterLogicalOperator_$type, b), enumGetBox(FilterLogicalOperator_$type, this.cv));
15265
15269
  }
15266
15270
  },
15267
15271
  enumerable: false,
@@ -15269,13 +15273,13 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
15269
15273
  });
15270
15274
  Object.defineProperty(DataGrid.prototype, "filterComparisonType", {
15271
15275
  get: function () {
15272
- return this.c1;
15276
+ return this.ct;
15273
15277
  },
15274
15278
  set: function (a) {
15275
- var b = this.c1;
15276
- this.c1 = a;
15277
- if (b != this.c1) {
15278
- this.wm("FilterComparisonType", enumGetBox(FilterComparisonType_$type, b), enumGetBox(FilterComparisonType_$type, this.c1));
15279
+ var b = this.ct;
15280
+ this.ct = a;
15281
+ if (b != this.ct) {
15282
+ this.wm("FilterComparisonType", enumGetBox(FilterComparisonType_$type, b), enumGetBox(FilterComparisonType_$type, this.ct));
15279
15283
  }
15280
15284
  },
15281
15285
  enumerable: false,
@@ -15917,7 +15921,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
15917
15921
  this.x(f);
15918
15922
  var g;
15919
15923
  var h;
15920
- var i = a.a5.f(c.o);
15924
+ var i = a.ax.f(c.o);
15921
15925
  if (i == null) {
15922
15926
  return;
15923
15927
  }
@@ -16012,7 +16016,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16012
16016
  };
16013
16017
  l.o = function (m, n) { return c.h; };
16014
16018
  j.g(l);
16015
- a.d3.u(c, l);
16019
+ a.dv.u(c, l);
16016
16020
  var m = new ColumnCellsEffect();
16017
16021
  m.t = 1;
16018
16022
  m.bx(h);
@@ -16102,7 +16106,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16102
16106
  if (k == 4 || k == 9) {
16103
16107
  m.ao = true;
16104
16108
  }
16105
- a.d3.t(c, m);
16109
+ a.dv.t(c, m);
16106
16110
  var n = new ColumnCellsEffect();
16107
16111
  n.t = 2;
16108
16112
  n.bx(h);
@@ -16143,7 +16147,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16143
16147
  if (k == 4 || k == 9) {
16144
16148
  n.ao = true;
16145
16149
  }
16146
- a.d3.t(c, n);
16150
+ a.dv.t(c, n);
16147
16151
  };
16148
16152
  GridAnimationManager.prototype.aj = function (a, b, c, d, e) {
16149
16153
  var _this = this;
@@ -16156,8 +16160,8 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16156
16160
  d.a = 1;
16157
16161
  var g;
16158
16162
  var h;
16159
- var i = a.a5.f(d.o);
16160
- var j = a.a5.f(c.o);
16163
+ var i = a.ax.f(d.o);
16164
+ var j = a.ax.f(c.o);
16161
16165
  if (i == null || j == null) {
16162
16166
  return;
16163
16167
  }
@@ -16381,7 +16385,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16381
16385
  if (h == 4 || h == 9) {
16382
16386
  l.ao = true;
16383
16387
  }
16384
- a.d3.t(b, l);
16388
+ a.dv.t(b, l);
16385
16389
  var n = new ColumnCellsEffect();
16386
16390
  n.t = 1;
16387
16391
  n.bx(e);
@@ -16477,7 +16481,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16477
16481
  if (h == 5 || h == 10) {
16478
16482
  n.ao = true;
16479
16483
  }
16480
- a.d3.t(c, n);
16484
+ a.dv.t(c, n);
16481
16485
  var o = new ColumnCellsEffect();
16482
16486
  o.t = 2;
16483
16487
  o.bx(e);
@@ -16507,7 +16511,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16507
16511
  if (h == 5 || h == 10) {
16508
16512
  o.ao = true;
16509
16513
  }
16510
- a.d3.t(b, o);
16514
+ a.dv.t(b, o);
16511
16515
  var p = new ColumnCellsEffect();
16512
16516
  p.t = 2;
16513
16517
  p.bx(e);
@@ -16536,7 +16540,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16536
16540
  if (h == 5 || h == 10) {
16537
16541
  p.ao = true;
16538
16542
  }
16539
- a.d3.t(c, p);
16543
+ a.dv.t(c, p);
16540
16544
  };
16541
16545
  GridAnimationManager.prototype.u = function (a, b, c, d, e, f, g) {
16542
16546
  var _this = this;
@@ -16566,7 +16570,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16566
16570
  }
16567
16571
  return b.h;
16568
16572
  };
16569
- a.d3.u(b, h);
16573
+ a.dv.u(b, h);
16570
16574
  };
16571
16575
  GridAnimationManager.prototype.t = function (a, b, c, d, e, f, g, h) {
16572
16576
  var _this = this;
@@ -16591,7 +16595,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16591
16595
  }
16592
16596
  return c.h;
16593
16597
  };
16594
- a.d3.u(c, i);
16598
+ a.dv.u(c, i);
16595
16599
  var j = new ColumnCellsEffect();
16596
16600
  j.bx(d);
16597
16601
  j.al = true;
@@ -16611,7 +16615,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16611
16615
  }
16612
16616
  return m.ce;
16613
16617
  };
16614
- a.d3.t(c, j);
16618
+ a.dv.t(c, j);
16615
16619
  };
16616
16620
  GridAnimationManager.prototype.j = function (a, b) {
16617
16621
  if (a == null) {
@@ -16642,7 +16646,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16642
16646
  if (c == null) {
16643
16647
  return;
16644
16648
  }
16645
- var e = a.a5.f(c.o);
16649
+ var e = a.ax.f(c.o);
16646
16650
  if (e == null) {
16647
16651
  return;
16648
16652
  }
@@ -16684,7 +16688,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16684
16688
  if (!a.jr(e)) {
16685
16689
  h.ba = 0;
16686
16690
  }
16687
- a.d3.u(c, h);
16691
+ a.dv.u(c, h);
16688
16692
  };
16689
16693
  GridAnimationManager.prototype.al = function (a, b, c, d) {
16690
16694
  var _this = this;
@@ -16695,7 +16699,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16695
16699
  this.x(e);
16696
16700
  var f;
16697
16701
  var g;
16698
- var h = a.a5.f(c.o);
16702
+ var h = a.ax.f(c.o);
16699
16703
  if (h == null) {
16700
16704
  return;
16701
16705
  }
@@ -16836,7 +16840,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16836
16840
  ae = c.h;
16837
16841
  return c.h;
16838
16842
  };
16839
- a.d3.u(c, ab);
16843
+ a.dv.u(c, ab);
16840
16844
  var ai = new ColumnCellsEffect();
16841
16845
  ai.ar = true;
16842
16846
  ai.bx(g);
@@ -16863,7 +16867,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16863
16867
  ai.g = new CellPath(0, 0, c.m, a.model.bx.y, a.model.bx.x);
16864
16868
  ai.e = new CellPath(0, 0, c.m, a.model.bw.y, a.model.bw.x);
16865
16869
  }
16866
- a.d3.t(c, ai);
16870
+ a.dv.t(c, ai);
16867
16871
  };
16868
16872
  GridAnimationManager.at = function (a, b, c, d, e) {
16869
16873
  if (a.cm > a.cj) {
@@ -16949,7 +16953,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
16949
16953
  this.x(f);
16950
16954
  var g;
16951
16955
  var h;
16952
- var i = a.a5.f(c.o);
16956
+ var i = a.ax.f(c.o);
16953
16957
  if (i == null) {
16954
16958
  return;
16955
16959
  }
@@ -17058,7 +17062,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17058
17062
  if (j == 5 || j == 10) {
17059
17063
  m.ao = true;
17060
17064
  }
17061
- a.d3.t(c, m);
17065
+ a.dv.t(c, m);
17062
17066
  var n = 0;
17063
17067
  switch (j) {
17064
17068
  case 2:
@@ -17087,7 +17091,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17087
17091
  w.h = v + (u - v) * p;
17088
17092
  };
17089
17093
  o.o = function (p, q) { return c.h; };
17090
- a.d3.u(c, o);
17094
+ a.dv.u(c, o);
17091
17095
  var p = new ColumnCellsEffect();
17092
17096
  p.t = 2;
17093
17097
  p.bx(g);
@@ -17133,7 +17137,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17133
17137
  if (j == 5 || j == 10) {
17134
17138
  p.ao = true;
17135
17139
  }
17136
- a.d3.t(c, p);
17140
+ a.dv.t(c, p);
17137
17141
  };
17138
17142
  GridAnimationManager.prototype.r = function (a, b, c, d, e, f, g) {
17139
17143
  var _this = this;
@@ -17282,13 +17286,13 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17282
17286
  k.ba = 0;
17283
17287
  }
17284
17288
  if (g == 4) {
17285
- a.d3.x(k);
17289
+ a.dv.x(k);
17286
17290
  }
17287
17291
  else if (g == 2 || g == 8 || g == 6) {
17288
- a.d3.y(k);
17292
+ a.dv.y(k);
17289
17293
  }
17290
17294
  else {
17291
- a.d3.t(b, k);
17295
+ a.dv.t(b, k);
17292
17296
  }
17293
17297
  };
17294
17298
  GridAnimationManager.prototype.s = function (a, b, c, d, e, f, g, h, i, j) {
@@ -17475,13 +17479,13 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17475
17479
  n.ba = 0;
17476
17480
  }
17477
17481
  if (h) {
17478
- a.d3.x(n);
17482
+ a.dv.x(n);
17479
17483
  }
17480
17484
  else if (i) {
17481
- a.d3.y(n);
17485
+ a.dv.y(n);
17482
17486
  }
17483
17487
  else {
17484
- a.d3.t(b, n);
17488
+ a.dv.t(b, n);
17485
17489
  }
17486
17490
  };
17487
17491
  GridAnimationManager.prototype.am = function (a, b, c) {
@@ -17527,7 +17531,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17527
17531
  if (!a.kb) {
17528
17532
  i.ba = 0;
17529
17533
  }
17530
- a.d3.v(j, i);
17534
+ a.dv.v(j, i);
17531
17535
  }
17532
17536
  };
17533
17537
  GridAnimationManager.prototype.ai = function (a, b) {
@@ -17542,7 +17546,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17542
17546
  var f = new GridEffectGroup(1);
17543
17547
  f.effectsFinished = delegateCombine(f.effectsFinished, function (g, h) { return _this.w(c); });
17544
17548
  f.effectsCanceled = delegateCombine(f.effectsCanceled, function (g, h) { return _this.v(c); });
17545
- var g = a.a5.f(b.o);
17549
+ var g = a.ax.f(b.o);
17546
17550
  if (g == null) {
17547
17551
  return;
17548
17552
  }
@@ -17561,7 +17565,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17561
17565
  a.xd();
17562
17566
  return k.g;
17563
17567
  };
17564
- a.d3.u(b, h);
17568
+ a.dv.u(b, h);
17565
17569
  var i = new ColumnCellsEffect();
17566
17570
  f.g(i);
17567
17571
  i.t = 1;
@@ -17579,7 +17583,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17579
17583
  l.ca = 1;
17580
17584
  return l.cd;
17581
17585
  };
17582
- a.d3.t(b, i);
17586
+ a.dv.t(b, i);
17583
17587
  };
17584
17588
  GridAnimationManager.prototype.z = function (a, b, c, d) {
17585
17589
  var _this = this;
@@ -17596,7 +17600,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17596
17600
  i.effectsCanceled = delegateCombine(i.effectsCanceled, function (j, k) { return _this.v(e); });
17597
17601
  for (var j = 0; j < h.b9.count; j++) {
17598
17602
  var k = h.b9._inner[j];
17599
- var l = a.a5.f(k.o);
17603
+ var l = a.ax.f(k.o);
17600
17604
  if (l == null) {
17601
17605
  continue;
17602
17606
  }
@@ -17614,7 +17618,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17614
17618
  var t = o;
17615
17619
  var u = p;
17616
17620
  if (s.l.aj) {
17617
- var v = a.cm(s.l);
17621
+ var v = a.ce(s.l);
17618
17622
  if (a.e6.isPlaceholderValue(s.l)) {
17619
17623
  n = 0;
17620
17624
  }
@@ -17655,7 +17659,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17655
17659
  if (!a.jf || d) {
17656
17660
  m.ba = 0;
17657
17661
  }
17658
- a.d3.t(k, m);
17662
+ a.dv.t(k, m);
17659
17663
  }
17660
17664
  };
17661
17665
  GridAnimationManager.prototype.ag = function (a, b, c, d, e) {
@@ -17672,7 +17676,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17672
17676
  return;
17673
17677
  }
17674
17678
  var j = i.b9._inner[d];
17675
- var k = a.a5.f(j.o);
17679
+ var k = a.ax.f(j.o);
17676
17680
  if (k == null) {
17677
17681
  return;
17678
17682
  }
@@ -17691,7 +17695,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17691
17695
  var s = n;
17692
17696
  var t = o;
17693
17697
  if (r.l.aj) {
17694
- var u = a.cm(r.l);
17698
+ var u = a.ce(r.l);
17695
17699
  if (a.e6.isPlaceholderValue(r.l)) {
17696
17700
  m = 0;
17697
17701
  }
@@ -17732,7 +17736,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17732
17736
  if (!a.jf || e) {
17733
17737
  l.ba = 0;
17734
17738
  }
17735
- a.d3.t(j, l);
17739
+ a.dv.t(j, l);
17736
17740
  };
17737
17741
  GridAnimationManager.prototype.ao = function (a, b) {
17738
17742
  var _this = this;
@@ -17779,7 +17783,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17779
17783
  if (!a.kb || a.dragger.isDragActive) {
17780
17784
  g.ba = 0;
17781
17785
  }
17782
- a.d3.v(h, g);
17786
+ a.dv.v(h, g);
17783
17787
  };
17784
17788
  GridAnimationManager.prototype.aq = function (a, b) {
17785
17789
  var _this = this;
@@ -17826,7 +17830,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17826
17830
  if (!a.kb || a.dragger.isDragActive) {
17827
17831
  g.ba = 0;
17828
17832
  }
17829
- a.d3.v(h, g);
17833
+ a.dv.v(h, g);
17830
17834
  };
17831
17835
  GridAnimationManager.prototype.ae = function (a, b, c, d) {
17832
17836
  var _this = this;
@@ -17867,7 +17871,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17867
17871
  if (!a.jg || a.dragger.isDragActive) {
17868
17872
  h.ba = 0;
17869
17873
  }
17870
- a.d3.r(i, h, d);
17874
+ a.dv.r(i, h, d);
17871
17875
  };
17872
17876
  GridAnimationManager.prototype.aa = function (a, b, c, d) {
17873
17877
  var _this = this;
@@ -17905,7 +17909,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17905
17909
  h.g = new CellPath(0, 0, c, i.y, i.x);
17906
17910
  h.e = new CellPath(0, 0, c, i.y, i.x);
17907
17911
  }
17908
- a.d3.r(i, h, d);
17912
+ a.dv.r(i, h, d);
17909
17913
  };
17910
17914
  GridAnimationManager.prototype.af = function (a, b, c, d) {
17911
17915
  var _this = this;
@@ -17946,7 +17950,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17946
17950
  if (!a.jg || a.dragger.isDragActive) {
17947
17951
  h.ba = 0;
17948
17952
  }
17949
- a.d3.r(i, h, d);
17953
+ a.dv.r(i, h, d);
17950
17954
  };
17951
17955
  GridAnimationManager.prototype.ab = function (a, b, c, d) {
17952
17956
  var _this = this;
@@ -17984,7 +17988,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
17984
17988
  h.g = new CellPath(0, 0, c, i.y, i.x);
17985
17989
  h.e = new CellPath(0, 0, c, i.y, i.x);
17986
17990
  }
17987
- a.d3.r(i, h, d);
17991
+ a.dv.r(i, h, d);
17988
17992
  };
17989
17993
  GridAnimationManager.prototype.ac = function (a, b, c) {
17990
17994
  var _this = this;
@@ -18025,7 +18029,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
18025
18029
  if (!a.jg || a.dragger.isDragActive) {
18026
18030
  g.ba = 0;
18027
18031
  }
18028
- a.d3.s(h, g);
18032
+ a.dv.s(h, g);
18029
18033
  };
18030
18034
  GridAnimationManager.prototype.ad = function (a, b, c) {
18031
18035
  var _this = this;
@@ -18066,7 +18070,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
18066
18070
  if (!a.jg || a.dragger.isDragActive) {
18067
18071
  g.ba = 0;
18068
18072
  }
18069
- a.d3.s(h, g);
18073
+ a.dv.s(h, g);
18070
18074
  };
18071
18075
  GridAnimationManager.prototype.an = function (a, b) {
18072
18076
  var _this = this;
@@ -18108,7 +18112,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
18108
18112
  if (!a.j9) {
18109
18113
  e.ba = 0;
18110
18114
  }
18111
- a.d3.v(f, e);
18115
+ a.dv.v(f, e);
18112
18116
  };
18113
18117
  GridAnimationManager.prototype.ap = function (a, b) {
18114
18118
  var _this = this;
@@ -18150,7 +18154,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
18150
18154
  if (!a.j9) {
18151
18155
  e.ba = 0;
18152
18156
  }
18153
- a.d3.v(f, e);
18157
+ a.dv.v(f, e);
18154
18158
  };
18155
18159
  GridAnimationManager.$t = markType(GridAnimationManager, 'GridAnimationManager');
18156
18160
  GridAnimationManager.o = 0;
@@ -18266,7 +18270,7 @@ var CellKey = /** @class */ /*@__PURE__*/ (function (_super) {
18266
18270
  Object.defineProperty(CellKey.prototype, "b", {
18267
18271
  get: function () {
18268
18272
  if ((this.a == null || this.a.grid != this.d) && this.d != null) {
18269
- this.a = this.d.a5.g(this.j);
18273
+ this.a = this.d.ax.g(this.j);
18270
18274
  }
18271
18275
  return this.a;
18272
18276
  },
@@ -20820,8 +20824,8 @@ var DataGridColumn = /** @class */ /*@__PURE__*/ (function (_super) {
20820
20824
  a.a1 = b.e6.isDeletedRow(d);
20821
20825
  a.ey = b.e6.getPendingEditID(d, this.i8);
20822
20826
  a.h2 = b.e6.getError(a.ey);
20823
- if (b.cq.b == a) {
20824
- b.cq.u = a.g3;
20827
+ if (b.ci.b == a) {
20828
+ b.ci.u = a.g3;
20825
20829
  }
20826
20830
  if (b.f4.p(a)) {
20827
20831
  a.ch = 1;
@@ -20829,7 +20833,7 @@ var DataGridColumn = /** @class */ /*@__PURE__*/ (function (_super) {
20829
20833
  else {
20830
20834
  a.ch = 0;
20831
20835
  }
20832
- if (b.ak.m(a)) {
20836
+ if (b.ac.m(a)) {
20833
20837
  a.b7 = 1;
20834
20838
  }
20835
20839
  else {
@@ -21609,10 +21613,10 @@ var HoverManager = /** @class */ /*@__PURE__*/ (function (_super) {
21609
21613
  this.a.delayedExecutionManager.executeIn(function () {
21610
21614
  if (_this.d != _this.e) {
21611
21615
  if (_this.e > -1) {
21612
- _this.a.dc.ap(_this.a, _this.e);
21616
+ _this.a.c4.ap(_this.a, _this.e);
21613
21617
  }
21614
21618
  if (_this.d > -1) {
21615
- _this.a.dc.an(_this.a, _this.d);
21619
+ _this.a.c4.an(_this.a, _this.d);
21616
21620
  }
21617
21621
  _this.e = _this.d;
21618
21622
  }
@@ -22678,11 +22682,11 @@ var SelectionManager = /** @class */ /*@__PURE__*/ (function (_super) {
22678
22682
  }
22679
22683
  if (c && !d) {
22680
22684
  var i = this.a.ga.j(b, this.a.model);
22681
- this.a.dc.ad(this.a, a, i);
22685
+ this.a.c4.ad(this.a, a, i);
22682
22686
  }
22683
22687
  else if (!c && d) {
22684
22688
  var j = this.a.ga.j(b, this.a.model);
22685
- this.a.dc.ac(this.a, a, j);
22689
+ this.a.c4.ac(this.a, a, j);
22686
22690
  }
22687
22691
  };
22688
22692
  SelectionManager.prototype.r = function () {
@@ -22792,7 +22796,7 @@ var SelectionManager = /** @class */ /*@__PURE__*/ (function (_super) {
22792
22796
  }
22793
22797
  for (var h = 0; h < e.count; h++) {
22794
22798
  if (e._inner[h] >= 0 && e._inner[h] <= this.a.actualColumns.count) {
22795
- this.a.dc.ag(this.a, c, d, e._inner[h], true);
22799
+ this.a.c4.ag(this.a, c, d, e._inner[h], true);
22796
22800
  }
22797
22801
  }
22798
22802
  };
@@ -22814,7 +22818,7 @@ var SelectionManager = /** @class */ /*@__PURE__*/ (function (_super) {
22814
22818
  }
22815
22819
  for (var h = 0; h < e.count; h++) {
22816
22820
  if (e._inner[h] >= 0 && e._inner[h] <= this.a.actualColumns.count) {
22817
- this.a.dc.ag(this.a, c, d, e._inner[h], true);
22821
+ this.a.c4.ag(this.a, c, d, e._inner[h], true);
22818
22822
  }
22819
22823
  }
22820
22824
  };
@@ -22857,7 +22861,7 @@ var SelectionManager = /** @class */ /*@__PURE__*/ (function (_super) {
22857
22861
  }
22858
22862
  }
22859
22863
  for (var i = 0; i < f.count; i++) {
22860
- this.a.dc.ag(this.a, d, e, f._inner[i], true);
22864
+ this.a.c4.ag(this.a, d, e, f._inner[i], true);
22861
22865
  }
22862
22866
  };
22863
22867
  SelectionManager.prototype.w = function (a, b) {
@@ -22912,7 +22916,7 @@ var SelectionManager = /** @class */ /*@__PURE__*/ (function (_super) {
22912
22916
  }
22913
22917
  for (var f = 0; f < a.count; f++) {
22914
22918
  if (!b.contains(a._inner[f])) {
22915
- this.a.dc.aq(this.a, a._inner[f]);
22919
+ this.a.c4.aq(this.a, a._inner[f]);
22916
22920
  }
22917
22921
  }
22918
22922
  };
@@ -22949,7 +22953,7 @@ var SelectionManager = /** @class */ /*@__PURE__*/ (function (_super) {
22949
22953
  }
22950
22954
  }
22951
22955
  if (!b.q.contains(l)) {
22952
- this.a.dc.af(this.a, l, this.d.item(c._inner[j]), c._inner[j]);
22956
+ this.a.c4.af(this.a, l, this.d.item(c._inner[j]), c._inner[j]);
22953
22957
  }
22954
22958
  }
22955
22959
  };
@@ -23397,7 +23401,7 @@ var DataAdapter = /** @class */ /*@__PURE__*/ (function (_super) {
23397
23401
  c = e;
23398
23402
  }
23399
23403
  else {
23400
- var f = a.cm(b);
23404
+ var f = a.ce(b);
23401
23405
  c = f.i8;
23402
23406
  }
23403
23407
  return this.resolveValue(b.x, c);
@@ -24241,7 +24245,7 @@ var EditorDefinition = /** @class */ /*@__PURE__*/ (function (_super) {
24241
24245
  if (f != null) {
24242
24246
  var g = b.e6.getPendingEditID(d, f.i8);
24243
24247
  e.h2 = b.e6.getError(g);
24244
- e.lq = b.cq.f(f);
24248
+ e.lq = b.ci.f(f);
24245
24249
  e.md = f.h8;
24246
24250
  e.mm = f.i4;
24247
24251
  e.lk = f.en;
@@ -24389,14 +24393,14 @@ var FilterRowDefinition = /** @class */ /*@__PURE__*/ (function (_super) {
24389
24393
  a.f5 = this.es;
24390
24394
  a.f1 = this.eq;
24391
24395
  var e = a;
24392
- var f = b.cm(a.l);
24396
+ var f = b.ce(a.l);
24393
24397
  e.lu = f.g5;
24394
24398
  };
24395
24399
  FilterRowDefinition.prototype.cz = function (a, b, c, d) {
24396
24400
  _super.prototype.cz.call(this, a, b, c, d);
24397
24401
  var e = a;
24398
24402
  if (b.actualDataSource != null) {
24399
- var f = b.cm(a.l);
24403
+ var f = b.ce(a.l);
24400
24404
  e.ls = f.fu;
24401
24405
  e.lo = b.actualDataSource.resolveSchemaPropertyType(f.i8);
24402
24406
  e.lm = f.ep;
@@ -24695,7 +24699,7 @@ var Header = /** @class */ /*@__PURE__*/ (function (_super) {
24695
24699
  };
24696
24700
  Header.prototype.cz = function (a, b, c, d) {
24697
24701
  _super.prototype.cz.call(this, a, b, c, d);
24698
- var e = b.cm(a.l);
24702
+ var e = b.ce(a.l);
24699
24703
  if (e != null) {
24700
24704
  if (a.l.g && e.gy()) {
24701
24705
  var f = e.f8;
@@ -26213,7 +26217,7 @@ var SectionHeader = /** @class */ /*@__PURE__*/ (function (_super) {
26213
26217
  else {
26214
26218
  w.ch = 0;
26215
26219
  }
26216
- if (b.ak.m(w)) {
26220
+ if (b.ac.m(w)) {
26217
26221
  w.b7 = 1;
26218
26222
  }
26219
26223
  else {
@@ -26782,7 +26786,7 @@ var SummaryRow = /** @class */ /*@__PURE__*/ (function (_super) {
26782
26786
  var e = typeCast(DataSourceSpecialRow.$, d);
26783
26787
  var f = stringEmpty();
26784
26788
  var g = stringEmpty();
26785
- var h = b.cm(a.l);
26789
+ var h = b.ce(a.l);
26786
26790
  if (h != null) {
26787
26791
  var i = e.getSummaryResults(h.i8);
26788
26792
  if (i.length > 0 && b.summaryDescriptions.j.count > 0) {
@@ -26805,7 +26809,7 @@ var SummaryRow = /** @class */ /*@__PURE__*/ (function (_super) {
26805
26809
  else {
26806
26810
  l.ch = 0;
26807
26811
  }
26808
- if (b.ak.m(l)) {
26812
+ if (b.ac.m(l)) {
26809
26813
  l.b7 = 1;
26810
26814
  }
26811
26815
  else {
@@ -27274,7 +27278,7 @@ var TextHeader = /** @class */ /*@__PURE__*/ (function (_super) {
27274
27278
  TextHeader.prototype.cx = function (a, b, c, d) {
27275
27279
  _super.prototype.cx.call(this, a, b, c, d);
27276
27280
  var e = a;
27277
- var f = b.cm(a.l);
27281
+ var f = b.ce(a.l);
27278
27282
  e.lo = f.e6;
27279
27283
  e.l6 = f.k9;
27280
27284
  e.lq = f.fa;
@@ -27282,7 +27286,7 @@ var TextHeader = /** @class */ /*@__PURE__*/ (function (_super) {
27282
27286
  TextHeader.prototype.cz = function (a, b, c, d) {
27283
27287
  _super.prototype.cz.call(this, a, b, c, d);
27284
27288
  var e = a;
27285
- var f = b.cm(a.l);
27289
+ var f = b.ce(a.l);
27286
27290
  e.ll = f.im;
27287
27291
  e.jb = e.ll;
27288
27292
  e.n = f.ff;
@@ -28360,20 +28364,20 @@ var GridEffectManager = /** @class */ /*@__PURE__*/ (function (_super) {
28360
28364
  var a = this.k.count > 0;
28361
28365
  var b = this.p();
28362
28366
  var c = this.a.model;
28363
- var d = this.a.d8;
28367
+ var d = this.a.d0;
28364
28368
  this.f(b, c, d);
28365
28369
  return a;
28366
28370
  };
28367
28371
  GridEffectManager.prototype.ac = function () {
28368
28372
  var a = this.p();
28369
28373
  var b = this.a.model;
28370
- var c = this.a.d8;
28374
+ var c = this.a.d0;
28371
28375
  this.g(a, b, c);
28372
28376
  };
28373
28377
  GridEffectManager.prototype.ab = function () {
28374
28378
  var a = this.p();
28375
28379
  var b = this.a.model;
28376
- var c = this.a.d8;
28380
+ var c = this.a.d0;
28377
28381
  this.e(a, b, c);
28378
28382
  };
28379
28383
  GridEffectManager.prototype.an = function (a) {
@@ -28383,7 +28387,7 @@ var GridEffectManager = /** @class */ /*@__PURE__*/ (function (_super) {
28383
28387
  return;
28384
28388
  }
28385
28389
  var c = this.a.model;
28386
- var d = this.a.d8;
28390
+ var d = this.a.d0;
28387
28391
  var e = true;
28388
28392
  if (!this.f(b, c, d)) {
28389
28393
  e = false;
@@ -28761,7 +28765,7 @@ var GridLayerController = /** @class */ /*@__PURE__*/ (function (_super) {
28761
28765
  var n = b.qp(a, b, k, m);
28762
28766
  j = this.e.a(n);
28763
28767
  if (j == null) {
28764
- j = b.as(a, n);
28768
+ j = b.ak(a, n);
28765
28769
  }
28766
28770
  else {
28767
28771
  j.kd();
@@ -28786,7 +28790,7 @@ var GridLayerController = /** @class */ /*@__PURE__*/ (function (_super) {
28786
28790
  j.bb = h;
28787
28791
  j.a6 = a.am && a.ay;
28788
28792
  j.y = a.d;
28789
- j.ba = b.cq.j && b.cq.m(j);
28793
+ j.ba = b.ci.j && b.ci.m(j);
28790
28794
  var p = false;
28791
28795
  var q = false;
28792
28796
  var r = j.l.a5;
@@ -28824,7 +28828,7 @@ var GridLayerController = /** @class */ /*@__PURE__*/ (function (_super) {
28824
28828
  i.bg = g;
28825
28829
  i.bb = h;
28826
28830
  i.y = a.d;
28827
- i.ba = b.cq.j && b.cq.m(i);
28831
+ i.ba = b.ci.j && b.ci.m(i);
28828
28832
  if (a.bb != u && a.x >= 0 && a.a5 >= 0) {
28829
28833
  i.bi = b.f4.p(i);
28830
28834
  i.ch = i.bi ? 1 : 0;
@@ -29013,7 +29017,7 @@ var VisibilityEngine = /** @class */ /*@__PURE__*/ (function (_super) {
29013
29017
  a.w3();
29014
29018
  this.d = f.b;
29015
29019
  this.c = f.a;
29016
- var j = a.d8;
29020
+ var j = a.d0;
29017
29021
  a.kz = true;
29018
29022
  this.ag(a, b, f, j);
29019
29023
  if (b.cg.count == 0) {
@@ -29032,7 +29036,7 @@ var VisibilityEngine = /** @class */ /*@__PURE__*/ (function (_super) {
29032
29036
  this.v(a, b, b.actualVisibleRegion, f);
29033
29037
  this.af(a, b, f, j);
29034
29038
  this.y(a, b, b.actualVisibleRegion, f);
29035
- a.d3.ab();
29039
+ a.dv.ab();
29036
29040
  a.kz = false;
29037
29041
  };
29038
29042
  VisibilityEngine.prototype.a = function (a, b, c, d) {
@@ -29166,7 +29170,7 @@ var VisibilityEngine = /** @class */ /*@__PURE__*/ (function (_super) {
29166
29170
  l = true;
29167
29171
  }
29168
29172
  else if (!m) {
29169
- var ab = a.cm(aa);
29173
+ var ab = a.ce(aa);
29170
29174
  if (!ab.g5) {
29171
29175
  l = true;
29172
29176
  }
@@ -29176,13 +29180,13 @@ var VisibilityEngine = /** @class */ /*@__PURE__*/ (function (_super) {
29176
29180
  var ac = 0;
29177
29181
  }
29178
29182
  if (aa.af == 2) {
29179
- if (j != a.cq.r || k != a.cq.q) {
29183
+ if (j != a.ci.r || k != a.ci.q) {
29180
29184
  l = true;
29181
29185
  }
29182
- if (a.ax != null && (a.ax.x != j || a.ax.a5 != k)) {
29186
+ if (a.ap != null && (a.ap.x != j || a.ap.a5 != k)) {
29183
29187
  l = true;
29184
29188
  }
29185
- if (a.aw != null && (a.aw.x != j || a.aw.a5 != k)) {
29189
+ if (a.ao != null && (a.ao.x != j || a.ao.a5 != k)) {
29186
29190
  l = true;
29187
29191
  }
29188
29192
  if (!l) {
@@ -29190,16 +29194,16 @@ var VisibilityEngine = /** @class */ /*@__PURE__*/ (function (_super) {
29190
29194
  }
29191
29195
  }
29192
29196
  if (aa.af == 3) {
29193
- if (!a.cq.j) {
29197
+ if (!a.ci.j) {
29194
29198
  l = true;
29195
29199
  }
29196
- if (j != a.cq.r) {
29200
+ if (j != a.ci.r) {
29197
29201
  l = true;
29198
29202
  }
29199
- if (a.ax != null && a.ax.x != j) {
29203
+ if (a.ap != null && a.ap.x != j) {
29200
29204
  l = true;
29201
29205
  }
29202
- if (a.aw != null && a.aw.x != j) {
29206
+ if (a.ao != null && a.ao.x != j) {
29203
29207
  l = true;
29204
29208
  }
29205
29209
  if (!l) {
@@ -29262,9 +29266,9 @@ var VisibilityEngine = /** @class */ /*@__PURE__*/ (function (_super) {
29262
29266
  }
29263
29267
  }
29264
29268
  if (l) {
29265
- a.d8.j(aa, y, b);
29266
- if (a.cq.b == y.q._inner[z]) {
29267
- a.cq.ac(null);
29269
+ a.d0.j(aa, y, b);
29270
+ if (a.ci.b == y.q._inner[z]) {
29271
+ a.ci.ac(null);
29268
29272
  }
29269
29273
  }
29270
29274
  }
@@ -29334,7 +29338,7 @@ var VisibilityEngine = /** @class */ /*@__PURE__*/ (function (_super) {
29334
29338
  }
29335
29339
  }
29336
29340
  if (o) {
29337
- a.d8.j(m, k, b);
29341
+ a.d0.j(m, k, b);
29338
29342
  }
29339
29343
  }
29340
29344
  }
@@ -29353,7 +29357,7 @@ var VisibilityEngine = /** @class */ /*@__PURE__*/ (function (_super) {
29353
29357
  var f = d.b;
29354
29358
  var g = d.a;
29355
29359
  var h = c.ce;
29356
- var i = b.d8;
29360
+ var i = b.d0;
29357
29361
  var j = g.y;
29358
29362
  var k = d.d;
29359
29363
  var l = d.f;
@@ -29542,7 +29546,7 @@ var VisibilityEngine = /** @class */ /*@__PURE__*/ (function (_super) {
29542
29546
  }
29543
29547
  u.add(t.item(av));
29544
29548
  if (!e) {
29545
- this.aa(a, b, d, j, a.d8, av, aw, ay, true, a1, a2, a3, az, a0);
29549
+ this.aa(a, b, d, j, a.d0, av, aw, ay, true, a1, a2, a3, az, a0);
29546
29550
  }
29547
29551
  }
29548
29552
  if (q) {
@@ -29566,7 +29570,7 @@ var VisibilityEngine = /** @class */ /*@__PURE__*/ (function (_super) {
29566
29570
  if (!e) {
29567
29571
  j.i = true;
29568
29572
  j.o = (b.da - 1) - a4;
29569
- this.aa(a, b, d, j, a.d8, a6, a7, a9, true, bd, bd, bc, ba, bb);
29573
+ this.aa(a, b, d, j, a.d0, a6, a7, a9, true, bd, bd, bc, ba, bb);
29570
29574
  j.i = false;
29571
29575
  j.o = -1;
29572
29576
  }
@@ -29600,7 +29604,7 @@ var VisibilityEngine = /** @class */ /*@__PURE__*/ (function (_super) {
29600
29604
  }
29601
29605
  }
29602
29606
  if (!e) {
29603
- this.aa(a, b, d, j, a.d8, be, bf, bg, false, bi, bj, bh, false, false);
29607
+ this.aa(a, b, d, j, a.d0, be, bf, bg, false, bi, bj, bh, false, false);
29604
29608
  }
29605
29609
  }
29606
29610
  return u;
@@ -29946,7 +29950,7 @@ var VisibilityEngine = /** @class */ /*@__PURE__*/ (function (_super) {
29946
29950
  return e;
29947
29951
  };
29948
29952
  VisibilityEngine.prototype.v = function (a, b, c, d) {
29949
- var e = a.cq;
29953
+ var e = a.ci;
29950
29954
  if (e.r != -1 && e.q != -1) {
29951
29955
  var f = a.actualColumns._inner[e.q];
29952
29956
  var g = e.r;
@@ -29959,7 +29963,7 @@ var VisibilityEngine = /** @class */ /*@__PURE__*/ (function (_super) {
29959
29963
  var l = h.k;
29960
29964
  var m = b.ce._inner[0].e(g);
29961
29965
  this.ap(a, f, i, b, j, k, l, m);
29962
- if (a.editMode == 3 && a.cq.j) {
29966
+ if (a.editMode == 3 && a.ci.j) {
29963
29967
  var n = i.ab();
29964
29968
  n.af = 3;
29965
29969
  n.x = g;
@@ -29971,7 +29975,7 @@ var VisibilityEngine = /** @class */ /*@__PURE__*/ (function (_super) {
29971
29975
  }
29972
29976
  };
29973
29977
  VisibilityEngine.prototype.ap = function (a, b, c, d, e, f, g, h) {
29974
- var i = a.cq.h(b, c.x);
29978
+ var i = a.ci.h(b, c.x);
29975
29979
  this.aj(a, d, c, i, 9, f, e, g, h);
29976
29980
  };
29977
29981
  VisibilityEngine.prototype.ao = function (a, b, c, d, e, f, g) {
@@ -30104,20 +30108,20 @@ var VisibilityEngine = /** @class */ /*@__PURE__*/ (function (_super) {
30104
30108
  this.ak(a, b, c, d, e, f, g, h, i, false, false, false);
30105
30109
  };
30106
30110
  VisibilityEngine.prototype.ak = function (a, b, c, d, e, f, g, h, i, j, k, l) {
30107
- var m = a.d8.b(c, a, b, d, e, j, k, l);
30108
- a.d8.h(m, b, f, g, h, i);
30111
+ var m = a.d0.b(c, a, b, d, e, j, k, l);
30112
+ a.d0.h(m, b, f, g, h, i);
30109
30113
  this.al(a, m);
30110
30114
  this.ai(a, m);
30111
- if (a.cq.j) {
30112
- if (a.cq.b == null && a.cq.r == m.l.x && a.cq.q == m.l.a5 && !m.l.ak) {
30113
- a.cq.ac(m);
30115
+ if (a.ci.j) {
30116
+ if (a.ci.b == null && a.ci.r == m.l.x && a.ci.q == m.l.a5 && !m.l.ak) {
30117
+ a.ci.ac(m);
30114
30118
  }
30115
30119
  }
30116
30120
  else {
30117
- if (a.ax != null && a.ax.equals(m.l)) {
30118
- a.cq.ab(m);
30121
+ if (a.ap != null && a.ap.equals(m.l)) {
30122
+ a.ci.ab(m);
30119
30123
  }
30120
- if (a.aw != null && a.aw.equals(m.l)) {
30124
+ if (a.ao != null && a.ao.equals(m.l)) {
30121
30125
  a.k8(m);
30122
30126
  }
30123
30127
  }
@@ -30177,7 +30181,7 @@ var VisibilityEngine = /** @class */ /*@__PURE__*/ (function (_super) {
30177
30181
  }
30178
30182
  c = true;
30179
30183
  }
30180
- var g = (a.cq.j && b.l.x == a.cq.r) || (a.activeCell != null && a.activeCell.b == b.l.x) || b.l.a0 || b.l.a1 || (c || this.l.contains(b.l.x));
30184
+ var g = (a.ci.j && b.l.x == a.ci.r) || (a.activeCell != null && a.activeCell.b == b.l.x) || b.l.a0 || b.l.a1 || (c || this.l.contains(b.l.x));
30181
30185
  var h = b.bf && b.bg;
30182
30186
  if (g && b.l.a0) {
30183
30187
  var i = this.e.q;
@@ -30528,10 +30532,6 @@ var PushRowResult = /** @class */ /*@__PURE__*/ (function (_super) {
30528
30532
  return PushRowResult;
30529
30533
  }(Base));
30530
30534
  export { PushRowResult };
30531
- /**
30532
- * @hidden
30533
- */
30534
- export var ICellRenderingEngine_$type = /*@__PURE__*/ new Type(null, 'ICellRenderingEngine');
30535
30535
  /**
30536
30536
  * @hidden
30537
30537
  */
@@ -30657,7 +30657,7 @@ var SpatialEngine = /** @class */ /*@__PURE__*/ (function (_super) {
30657
30657
  a.model.cz = 0;
30658
30658
  a.model.c0 = 0;
30659
30659
  this.q(a, b, c);
30660
- a.d3.ac();
30660
+ a.dv.ac();
30661
30661
  a.model.absoluteHeight += truncate(a.inset.bottom);
30662
30662
  };
30663
30663
  SpatialEngine.prototype.s = function (a) {
@@ -31424,13 +31424,13 @@ var ResponsiveEngine = /** @class */ /*@__PURE__*/ (function (_super) {
31424
31424
  }
31425
31425
  else {
31426
31426
  this.a.delayedExecutionManager.executeIn(function () {
31427
- var c = _this.a.dc;
31427
+ var c = _this.a.c4;
31428
31428
  c.animationCompleted = delegateCombine(c.animationCompleted, runOn(_this, _this.p));
31429
- var d = _this.a.dc;
31429
+ var d = _this.a.c4;
31430
31430
  d.animationCanceled = delegateCombine(d.animationCanceled, runOn(_this, _this.o));
31431
- _this.a.dc.as();
31431
+ _this.a.c4.as();
31432
31432
  _this.u(a);
31433
- _this.j = _this.a.dc.m();
31433
+ _this.j = _this.a.c4.m();
31434
31434
  if (_this.j.count == 0) {
31435
31435
  _this.r(-1);
31436
31436
  }
@@ -31453,9 +31453,9 @@ var ResponsiveEngine = /** @class */ /*@__PURE__*/ (function (_super) {
31453
31453
  this.j.remove(a);
31454
31454
  }
31455
31455
  if (this.j.count == 0) {
31456
- var b = this.a.dc;
31456
+ var b = this.a.c4;
31457
31457
  b.animationCompleted = delegateRemove(b.animationCompleted, runOn(this, this.p));
31458
- var c = this.a.dc;
31458
+ var c = this.a.c4;
31459
31459
  c.animationCanceled = delegateRemove(c.animationCanceled, runOn(this, this.o));
31460
31460
  this.c.l = this.c.l + 1;
31461
31461
  this.t(this.c);