igniteui-webcomponents-grids 5.0.1 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +1366 -1366
  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/CheckboxListView_combined.js +165 -165
  8. package/esm2015/lib/ColumnChooserView_combined.js +42 -42
  9. package/esm2015/lib/ColumnFilterCondition_combined.js +659 -659
  10. package/esm2015/lib/ColumnGroupingView_combined.js +40 -40
  11. package/esm2015/lib/ColumnPinningView_combined.js +42 -42
  12. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +2 -2
  13. package/esm2015/lib/DataGridCellLayoutPanel.js +48 -48
  14. package/esm2015/lib/DataGridToolbarView_combined.js +87 -87
  15. package/esm2015/lib/EditorCell.js +86 -86
  16. package/esm2015/lib/EditorCellPresenter.js +1 -1
  17. package/esm2015/lib/FilterCell.js +90 -90
  18. package/esm2015/lib/FilterCellPresenter.js +1 -1
  19. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  20. package/esm2015/lib/ISummaryChooserView_combined.js +6 -6
  21. package/esm2015/lib/TemplateHeader.js +1 -1
  22. package/esm2015/lib/igc-checkbox-list-component.js +26 -26
  23. package/esm2015/lib/igc-column-chooser-component.js +2 -2
  24. package/esm2015/lib/igc-column-pinning-component.js +2 -2
  25. package/esm2015/lib/igc-data-grid-toolbar-component.js +2 -2
  26. package/esm2015/public_api.js +20 -20
  27. package/esm5/lib/CanvasGridCellBase.js +52 -52
  28. package/esm5/lib/CanvasTemplateCellPresenter.js +7 -7
  29. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
  30. package/esm5/lib/CanvasTextHeaderCell.js +1 -1
  31. package/esm5/lib/CheckboxListView_combined.js +156 -156
  32. package/esm5/lib/ColumnChooserView_combined.js +41 -41
  33. package/esm5/lib/ColumnFilterCondition_combined.js +654 -654
  34. package/esm5/lib/ColumnGroupingView_combined.js +40 -40
  35. package/esm5/lib/ColumnPinningView_combined.js +41 -41
  36. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +2 -2
  37. package/esm5/lib/DataGridCellLayoutPanel.js +48 -48
  38. package/esm5/lib/DataGridToolbarView_combined.js +86 -86
  39. package/esm5/lib/EditorCell.js +85 -85
  40. package/esm5/lib/EditorCellPresenter.js +1 -1
  41. package/esm5/lib/FilterCell.js +88 -88
  42. package/esm5/lib/FilterCellPresenter.js +1 -1
  43. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  44. package/esm5/lib/ISummaryChooserView_combined.js +6 -6
  45. package/esm5/lib/TemplateHeader.js +1 -1
  46. package/esm5/lib/igc-checkbox-list-component.js +26 -26
  47. package/esm5/lib/igc-column-chooser-component.js +2 -2
  48. package/esm5/lib/igc-column-pinning-component.js +2 -2
  49. package/esm5/lib/igc-data-grid-toolbar-component.js +2 -2
  50. package/esm5/public_api.js +20 -20
  51. package/fesm2015/igniteui-webcomponents-grids.js +1386 -1386
  52. package/fesm5/igniteui-webcomponents-grids.js +1366 -1366
  53. package/grids/combined.js +587 -590
  54. package/grids/lib/igc-grid-base-directive.d.ts +1 -0
  55. package/grids/lib/igc-row-island-component.d.ts +1 -0
  56. package/grids/styles.css +1 -1
  57. package/grids/themes/dark/bootstrap.css +1 -1
  58. package/grids/themes/dark/fluent.css +1 -1
  59. package/grids/themes/dark/indigo.css +1 -1
  60. package/grids/themes/dark/material.css +1 -1
  61. package/grids/themes/light/bootstrap.css +1 -1
  62. package/grids/themes/light/fluent.css +1 -1
  63. package/grids/themes/light/indigo.css +1 -1
  64. package/grids/themes/light/material.css +1 -1
  65. package/lib/CanvasGridCellBase.d.ts +7 -7
  66. package/lib/CanvasTemplateCellPresenter.d.ts +2 -2
  67. package/lib/CanvasTemplateHeaderCellPresenter.d.ts +2 -2
  68. package/lib/CheckboxListView_combined.d.ts +23 -23
  69. package/lib/ColumnChooserView_combined.d.ts +4 -4
  70. package/lib/ColumnFilterCondition_combined.d.ts +113 -113
  71. package/lib/ColumnGroupingView_combined.d.ts +2 -2
  72. package/lib/ColumnPinningView_combined.d.ts +4 -4
  73. package/lib/DataGridCellLayoutPanel.d.ts +3 -3
  74. package/lib/DataGridToolbarView_combined.d.ts +5 -5
  75. package/lib/EditorCell.d.ts +8 -8
  76. package/lib/FilterCell.d.ts +12 -12
  77. package/package.json +4 -4
  78. package/public_api.d.ts +20 -20
@@ -897,6 +897,14 @@ export let ColumnFilterConditionGroup = /*@__PURE__*/ (() => {
897
897
  * @hidden
898
898
  */
899
899
  export let IExternalGrid_$type = /*@__PURE__*/ new Type(null, 'IExternalGrid');
900
+ /**
901
+ * @hidden
902
+ */
903
+ export let ICellRenderingEngine_$type = /*@__PURE__*/ new Type(null, 'ICellRenderingEngine');
904
+ /**
905
+ * @hidden
906
+ */
907
+ export let ICellPresenter_$type = /*@__PURE__*/ new Type(null, 'ICellPresenter');
900
908
  /**
901
909
  * @hidden
902
910
  */
@@ -926,8 +934,8 @@ export let DefaultCellActionManager = /*@__PURE__*/ (() => {
926
934
  }
927
935
  }
928
936
  dragStarted() {
929
- if (this.b != null && this.b.av != null) {
930
- this.b.wd(this.b.av, this.mousePosition.x, this.mousePosition.y, this.c);
937
+ if (this.b != null && this.b.an != null) {
938
+ this.b.wd(this.b.an, this.mousePosition.x, this.mousePosition.y, this.c);
931
939
  this.mouseUpCell(this.mousePosition.x, this.mousePosition.y);
932
940
  }
933
941
  }
@@ -1016,8 +1024,8 @@ export let DefaultCellActionManager = /*@__PURE__*/ (() => {
1016
1024
  this.b.t4(this.a, a);
1017
1025
  }
1018
1026
  isCellDown() {
1019
- if (this.b != null && this.b.av != null && this.a != null) {
1020
- return this.b.av.equals(this.a.l);
1027
+ if (this.b != null && this.b.an != null && this.a != null) {
1028
+ return this.b.an.equals(this.a.l);
1021
1029
  }
1022
1030
  return false;
1023
1031
  }
@@ -1064,7 +1072,7 @@ export let DefaultCellActionManager = /*@__PURE__*/ (() => {
1064
1072
  return this.b.dragger.isDragActive;
1065
1073
  }
1066
1074
  get isMouseDown() {
1067
- return this.b.av != null;
1075
+ return this.b.an != null;
1068
1076
  }
1069
1077
  get mousePosition() {
1070
1078
  return this.b.aar;
@@ -1088,7 +1096,7 @@ export let DefaultCellActionManager = /*@__PURE__*/ (() => {
1088
1096
  if (b != null) {
1089
1097
  b.me = a;
1090
1098
  }
1091
- let c = this.b.cq;
1099
+ let c = this.b.ci;
1092
1100
  c.t = a;
1093
1101
  if (this.b.model.bx != null && this.b.model.bw != null) {
1094
1102
  if (!c.k && (c.r < this.b.model.bx.x || c.r > this.b.model.bw.x)) {
@@ -1098,15 +1106,15 @@ export let DefaultCellActionManager = /*@__PURE__*/ (() => {
1098
1106
  }
1099
1107
  startEditMode() {
1100
1108
  if (this.b.editOnKeyPress) {
1101
- let a = this.b.cq;
1109
+ let a = this.b.ci;
1102
1110
  if (this.b.model.bx != null && this.b.model.bw != null) {
1103
1111
  if (!a.k && (a.r < this.b.model.bx.x || a.r > this.b.model.bw.x)) {
1104
1112
  this.b.ty(a.r, a.q, false);
1105
1113
  }
1106
1114
  }
1107
1115
  }
1108
- if (this.b.jt() && !this.b.cq.j && this.b.editOnKeyPress) {
1109
- let b = this.b.ak.s();
1116
+ if (this.b.jt() && !this.b.ci.j && this.b.editOnKeyPress) {
1117
+ let b = this.b.ac.s();
1110
1118
  let c = this.b.model.e(b, this.b.activeCell.b);
1111
1119
  this.b.k8(c);
1112
1120
  }
@@ -1117,7 +1125,7 @@ export let DefaultCellActionManager = /*@__PURE__*/ (() => {
1117
1125
  }
1118
1126
  }
1119
1127
  cancelEditMode(a) {
1120
- if (this.b != null && this.b.cq.j) {
1128
+ if (this.b != null && this.b.ci.j) {
1121
1129
  this.b.i9(a);
1122
1130
  if (this.b.editMode == 3) {
1123
1131
  this.b.ue(a);
@@ -1143,7 +1151,7 @@ export let DefaultCellActionManager = /*@__PURE__*/ (() => {
1143
1151
  }
1144
1152
  applyFilter(a, b) {
1145
1153
  if (this.b != null) {
1146
- let c = this.b.cm(this.a.l);
1154
+ let c = this.b.ce(this.a.l);
1147
1155
  if (c != null) {
1148
1156
  c.kf(a, b);
1149
1157
  }
@@ -1151,7 +1159,7 @@ export let DefaultCellActionManager = /*@__PURE__*/ (() => {
1151
1159
  }
1152
1160
  applyCustomFilter(a, b, c) {
1153
1161
  if (this.b != null) {
1154
- let d = this.b.cm(this.a.l);
1162
+ let d = this.b.ce(this.a.l);
1155
1163
  if (d != null) {
1156
1164
  d.ke(a, b, c);
1157
1165
  }
@@ -1159,7 +1167,7 @@ export let DefaultCellActionManager = /*@__PURE__*/ (() => {
1159
1167
  }
1160
1168
  clearFilter() {
1161
1169
  if (this.b != null) {
1162
- let a = this.b.cm(this.a.l);
1170
+ let a = this.b.ce(this.a.l);
1163
1171
  if (a != null) {
1164
1172
  a.kg();
1165
1173
  }
@@ -1189,7 +1197,7 @@ export let DefaultGridInfoRequestor = /*@__PURE__*/ (() => {
1189
1197
  if (this.b == null) {
1190
1198
  return null;
1191
1199
  }
1192
- return this.b.cm(this.a.l);
1200
+ return this.b.ce(this.a.l);
1193
1201
  }
1194
1202
  getDensity() {
1195
1203
  if (this.b == null) {
@@ -4543,10 +4551,6 @@ export let TextHeaderCellModel = /*@__PURE__*/ (() => {
4543
4551
  TextHeaderCellModel.lw = /*@__PURE__*/ CellModel.fb("ColumnOptionsIconBehavior");
4544
4552
  return TextHeaderCellModel;
4545
4553
  })();
4546
- /**
4547
- * @hidden
4548
- */
4549
- export let ICellPresenter_$type = /*@__PURE__*/ new Type(null, 'ICellPresenter');
4550
4554
  /**
4551
4555
  * @hidden
4552
4556
  */
@@ -5603,7 +5607,7 @@ export let EditingManager = /*@__PURE__*/ (() => {
5603
5607
  if (this.r != -1 && this.q != -1) {
5604
5608
  if (b.animationType != 10) {
5605
5609
  if (this.c != null) {
5606
- this.g.dc.r(this.g, this.c, b.propertyName, b.animationType, b.oldValue, b.newValue, 9);
5610
+ this.g.c4.r(this.g, this.c, b.propertyName, b.animationType, b.oldValue, b.newValue, 9);
5607
5611
  }
5608
5612
  }
5609
5613
  }
@@ -5639,7 +5643,7 @@ export let EditingManager = /*@__PURE__*/ (() => {
5639
5643
  this.e.textStyle = a.ag;
5640
5644
  this.e.en = a;
5641
5645
  this.t = a.g3;
5642
- this.g.ax = null;
5646
+ this.g.ap = null;
5643
5647
  }
5644
5648
  v() {
5645
5649
  this.r = -1;
@@ -5760,8 +5764,8 @@ export let DataGrid = /*@__PURE__*/ (() => {
5760
5764
  }
5761
5765
  set externalGrid(a) {
5762
5766
  this.fb = a;
5763
- if (this.a5 != null) {
5764
- this.a5.k = this.fb;
5767
+ if (this.ax != null) {
5768
+ this.ax.k = this.fb;
5765
5769
  }
5766
5770
  }
5767
5771
  get dragger() {
@@ -5809,14 +5813,14 @@ export let DataGrid = /*@__PURE__*/ (() => {
5809
5813
  }
5810
5814
  }
5811
5815
  o(a) {
5812
- let b = this.cm(a.l);
5816
+ let b = this.ce(a.l);
5813
5817
  if (b == null) {
5814
5818
  return null;
5815
5819
  }
5816
5820
  return b.ep;
5817
5821
  }
5818
5822
  p(a) {
5819
- let b = this.cm(a.l);
5823
+ let b = this.ce(a.l);
5820
5824
  if (b == null) {
5821
5825
  return 11;
5822
5826
  }
@@ -5831,7 +5835,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
5831
5835
  }
5832
5836
  }
5833
5837
  t5(a, b) {
5834
- let c = this.cm(a.l);
5838
+ let c = this.ce(a.l);
5835
5839
  if (c == null) {
5836
5840
  return;
5837
5841
  }
@@ -5847,7 +5851,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
5847
5851
  }
5848
5852
  }
5849
5853
  t4(a, b) {
5850
- let c = this.cm(a.l);
5854
+ let c = this.ce(a.l);
5851
5855
  if (c == null) {
5852
5856
  return;
5853
5857
  }
@@ -5929,7 +5933,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
5929
5933
  }
5930
5934
  }
5931
5935
  yg(a) {
5932
- if (this.cq.j) {
5936
+ if (this.ci.j) {
5933
5937
  if (!this.i9(true)) {
5934
5938
  return;
5935
5939
  }
@@ -5971,7 +5975,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
5971
5975
  }
5972
5976
  u9(a, b, c, d) {
5973
5977
  if (a.w == 1 || a.w == 12) {
5974
- if (this.cq.j && a != this.cq.b) {
5978
+ if (this.ci.j && a != this.ci.b) {
5975
5979
  if (!this.i9(true)) {
5976
5980
  return;
5977
5981
  }
@@ -5985,9 +5989,9 @@ export let DataGrid = /*@__PURE__*/ (() => {
5985
5989
  }
5986
5990
  }
5987
5991
  if (a.l.aj) {
5988
- let e = this.a5.h(a.l);
5989
- if (e.g4 && !this.cq.j && this.editOnKeyPress) {
5990
- this.cq.x();
5992
+ let e = this.ax.h(a.l);
5993
+ if (e.g4 && !this.ci.j && this.editOnKeyPress) {
5994
+ this.ci.x();
5991
5995
  }
5992
5996
  }
5993
5997
  }
@@ -6001,12 +6005,12 @@ export let DataGrid = /*@__PURE__*/ (() => {
6001
6005
  if (d == 0) {
6002
6006
  this.na = -1;
6003
6007
  this.m9 = -1;
6004
- this.az = null;
6008
+ this.ar = null;
6005
6009
  this.lj.clear();
6006
6010
  this.lk.clear();
6007
6011
  if (a.w == 0 && this.headerClickAction != 4) {
6008
- this.f8.d(this.cm(a.l));
6009
- let f = this.a5.h(a.l);
6012
+ this.f8.d(this.ce(a.l));
6013
+ let f = this.ax.h(a.l);
6010
6014
  f.ki("Sorted");
6011
6015
  }
6012
6016
  this.ij = false;
@@ -6018,11 +6022,11 @@ export let DataGrid = /*@__PURE__*/ (() => {
6018
6022
  this.xa(a.l.x, g);
6019
6023
  }
6020
6024
  else {
6021
- if (c && this.a0 != null) {
6025
+ if (c && this.as != null) {
6022
6026
  let h = g;
6023
6027
  let i = a.l.x;
6024
- this.selectedCellRanges.remove(this.a0);
6025
- 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));
6028
+ this.selectedCellRanges.remove(this.as);
6029
+ 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));
6026
6030
  }
6027
6031
  else {
6028
6032
  this.xh();
@@ -6040,7 +6044,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
6040
6044
  }
6041
6045
  this.w0();
6042
6046
  if (this.activationMode == 1) {
6043
- this.ak.aa(a);
6047
+ this.ac.aa(a);
6044
6048
  }
6045
6049
  }
6046
6050
  if (this.cellClicked != null) {
@@ -6069,23 +6073,23 @@ export let DataGrid = /*@__PURE__*/ (() => {
6069
6073
  }
6070
6074
  }
6071
6075
  get columnResizingMode() {
6072
- return this.by;
6076
+ return this.bq;
6073
6077
  }
6074
6078
  set columnResizingMode(a) {
6075
- let b = this.by;
6076
- this.by = a;
6077
- if (b != this.by) {
6078
- this.wm("ColumnResizingMode", enumGetBox(ColumnResizingMode_$type, b), enumGetBox(ColumnResizingMode_$type, this.by));
6079
+ let b = this.bq;
6080
+ this.bq = a;
6081
+ if (b != this.bq) {
6082
+ this.wm("ColumnResizingMode", enumGetBox(ColumnResizingMode_$type, b), enumGetBox(ColumnResizingMode_$type, this.bq));
6079
6083
  }
6080
6084
  }
6081
6085
  get columnMovingMode() {
6082
- return this.bk;
6086
+ return this.bc;
6083
6087
  }
6084
6088
  set columnMovingMode(a) {
6085
- let b = this.bk;
6086
- this.bk = a;
6087
- if (b != this.bk) {
6088
- this.wm("ColumnMovingMode", enumGetBox(ColumnMovingMode_$type, b), enumGetBox(ColumnMovingMode_$type, this.bk));
6089
+ let b = this.bc;
6090
+ this.bc = a;
6091
+ if (b != this.bc) {
6092
+ this.wm("ColumnMovingMode", enumGetBox(ColumnMovingMode_$type, b), enumGetBox(ColumnMovingMode_$type, this.bc));
6089
6093
  }
6090
6094
  }
6091
6095
  get isRowHoverEnabled() {
@@ -6139,13 +6143,13 @@ export let DataGrid = /*@__PURE__*/ (() => {
6139
6143
  }
6140
6144
  }
6141
6145
  vg(a, b, c) {
6142
- this.av = a.l.ab();
6146
+ this.an = a.l.ab();
6143
6147
  this.aar = { $type: Point_$type, x: b, y: c };
6144
6148
  this.ht = a.bf && a.bg;
6145
- if (this.dragger != null && this.columnResizingMode != 2 && this.av.h) {
6146
- let d = this.a5.j._inner[a.l.a5];
6149
+ if (this.dragger != null && this.columnResizingMode != 2 && this.an.h) {
6150
+ let d = this.ax.j._inner[a.l.a5];
6147
6151
  if (d.g8) {
6148
- let e = this.model.b9._inner[this.av.a5];
6152
+ let e = this.model.b9._inner[this.an.a5];
6149
6153
  this.l5 = e.k;
6150
6154
  this.l2 = this.model.cz;
6151
6155
  this.l3 = this.model.c0;
@@ -6155,7 +6159,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
6155
6159
  this.n9 = truncate((f.x + this.l6)) - (intDivide(this.columnResizingSeparatorWidth, 2));
6156
6160
  this.ls = -1;
6157
6161
  this.externalGrid.setResizeCursor();
6158
- this.dragger.dragStart(b, c, this.model.actualVisibleRegion.x, this.model.actualVisibleRegion.y, 1, this.av, false);
6162
+ this.dragger.dragStart(b, c, this.model.actualVisibleRegion.x, this.model.actualVisibleRegion.y, 1, this.an, false);
6159
6163
  if (this.columnResizingMode == 0) {
6160
6164
  this.refresh();
6161
6165
  }
@@ -6163,7 +6167,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
6163
6167
  }
6164
6168
  }
6165
6169
  vh(a, b, c) {
6166
- this.av = null;
6170
+ this.an = null;
6167
6171
  }
6168
6172
  vf(a, b, c) {
6169
6173
  let d = 0;
@@ -6197,8 +6201,8 @@ export let DataGrid = /*@__PURE__*/ (() => {
6197
6201
  if (a.l.aj || a.l.ay || a.l.ak) {
6198
6202
  d = true;
6199
6203
  e = a.l.x;
6200
- if (a.l.ak && this.cq.j) {
6201
- e = this.cq.r;
6204
+ if (a.l.ak && this.ci.j) {
6205
+ e = this.ci.r;
6202
6206
  }
6203
6207
  }
6204
6208
  else if (a.l.g || a.l.j) {
@@ -6217,7 +6221,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
6217
6221
  wj(a, b, c) {
6218
6222
  if (this.dragger == null || !this.dragger.isDragActive) {
6219
6223
  if (a.l.h && this.columnResizingMode != 2) {
6220
- let d = this.a5.j._inner[a.l.a5];
6224
+ let d = this.ax.j._inner[a.l.a5];
6221
6225
  if (d.g8) {
6222
6226
  this.externalGrid.setResizeCursor();
6223
6227
  }
@@ -6240,7 +6244,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
6240
6244
  this.l6 = this.model.actualVisibleRegion.left;
6241
6245
  this.l7 = this.model.actualVisibleRegion.top;
6242
6246
  if ((this.dragger == null || !this.dragger.isDragActive) && a.g && !a.h && !a.ay && this.columnMovingMode != 1) {
6243
- let e = this.cm(a);
6247
+ let e = this.ce(a);
6244
6248
  if (e != null && e.g6) {
6245
6249
  this.externalGrid.ensureColumnsAreManual();
6246
6250
  }
@@ -6257,7 +6261,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
6257
6261
  this.nb = this.model.b9._inner[a.a5].n;
6258
6262
  this.iq = this.ht;
6259
6263
  if (this.activationMode == 1) {
6260
- this.ak.z(a);
6264
+ this.ac.z(a);
6261
6265
  }
6262
6266
  this.dragger.dragStart(b, c, this.model.actualVisibleRegion.x, this.model.actualVisibleRegion.y, 0, a, d);
6263
6267
  }
@@ -6276,7 +6280,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
6276
6280
  this.lj.clear();
6277
6281
  this.lk.clear();
6278
6282
  if (this.activationMode == 1) {
6279
- this.ak.z(a);
6283
+ this.ac.z(a);
6280
6284
  }
6281
6285
  if (this.deferEventForRowDragSelection) {
6282
6286
  this.tx(true);
@@ -6286,10 +6290,10 @@ export let DataGrid = /*@__PURE__*/ (() => {
6286
6290
  }
6287
6291
  v9(a, b) {
6288
6292
  this.t0();
6289
- this.az = null;
6290
6293
  this.ar = null;
6294
+ this.aj = null;
6291
6295
  this.m2 = -1;
6292
- this.av = null;
6296
+ this.an = null;
6293
6297
  this.hi = false;
6294
6298
  this.lj.clear();
6295
6299
  this.lk.clear();
@@ -6301,7 +6305,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
6301
6305
  if (this.columnResizingMode == 0) {
6302
6306
  if (this.ls != -1) {
6303
6307
  let c = this.model.b9._inner[this.dragger.cellPath.a5];
6304
- this.dc.ah(this, this.columnAnimationSettings, c, this.ls);
6308
+ this.c4.ah(this, this.columnAnimationSettings, c, this.ls);
6305
6309
  this.columns._inner[this.dragger.cellPath.a5].ki("Resized");
6306
6310
  }
6307
6311
  else {
@@ -6425,11 +6429,11 @@ export let DataGrid = /*@__PURE__*/ (() => {
6425
6429
  this.renderingEngine.refresh(this.model, true);
6426
6430
  }
6427
6431
  else {
6428
- if (this.aq == null) {
6429
- this.au.af = 6;
6430
- this.aq = this.d8.c(this.au, this.model);
6432
+ if (this.ai == null) {
6433
+ this.am.af = 6;
6434
+ this.ai = this.d0.c(this.am, this.model);
6431
6435
  }
6432
- this.aq.cl = this.n9;
6436
+ this.ai.cl = this.n9;
6433
6437
  this.renderingEngine.refresh(this.model, false);
6434
6438
  }
6435
6439
  this.nd = c;
@@ -6437,10 +6441,10 @@ export let DataGrid = /*@__PURE__*/ (() => {
6437
6441
  }
6438
6442
  }
6439
6443
  wa() {
6440
- let a = this.a5.h(this.dragger.cellPath);
6441
- if (this.ar == null) {
6442
- this.au.af = 7;
6443
- this.ar = this.d8.c(this.au, this.model);
6444
+ let a = this.ax.h(this.dragger.cellPath);
6445
+ if (this.aj == null) {
6446
+ this.am.af = 7;
6447
+ this.aj = this.d0.c(this.am, this.model);
6444
6448
  }
6445
6449
  let b = (this.ly + this.model.actualVisibleRegion.x) - this.lw;
6446
6450
  let c = isNaN_(a.hi) ? 0 : a.hi;
@@ -6464,8 +6468,8 @@ export let DataGrid = /*@__PURE__*/ (() => {
6464
6468
  }
6465
6469
  if (this.columnResizingMode == 0) {
6466
6470
  this.n9 = truncate((this.lw - this.l5 + this.ls)) - (intDivide(this.columnResizingSeparatorWidth, 2));
6467
- if (this.ar != null) {
6468
- this.ar.cl = this.n9;
6471
+ if (this.aj != null) {
6472
+ this.aj.cl = this.n9;
6469
6473
  this.renderingEngine.refresh(this.model, false);
6470
6474
  }
6471
6475
  }
@@ -6486,14 +6490,14 @@ export let DataGrid = /*@__PURE__*/ (() => {
6486
6490
  if (a || !this.i0(this.ly + this.model.actualVisibleRegion.x, this.lz + this.model.actualVisibleRegion.y)) {
6487
6491
  let b = this.ly + this.model.actualVisibleRegion.x;
6488
6492
  let c = this.aat(b, this.lx, this.ly, this.lz);
6489
- let d = this.a1(c, this.nc, this.nb, this.iq);
6493
+ let d = this.at(c, this.nc, this.nb, this.iq);
6490
6494
  this.xx(d);
6491
6495
  }
6492
6496
  }
6493
6497
  xx(a) {
6494
- if (this.az == null) {
6495
- this.az = a;
6496
- this.tt(this.az);
6498
+ if (this.ar == null) {
6499
+ this.ar = a;
6500
+ this.tt(this.ar);
6497
6501
  }
6498
6502
  else {
6499
6503
  this.yl(a);
@@ -6503,7 +6507,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
6503
6507
  if (a || !this.i0(this.ly + this.model.actualVisibleRegion.x, this.lz + this.model.actualVisibleRegion.y)) {
6504
6508
  let c = this.ly + this.model.actualVisibleRegion.x;
6505
6509
  let d = this.aat(c, this.lx, this.ly, this.lz);
6506
- let e = this.a1(d, this.nc, 0, this.iq);
6510
+ let e = this.at(d, this.nc, 0, this.iq);
6507
6511
  this.x2(e.l, e.j);
6508
6512
  }
6509
6513
  }
@@ -6555,7 +6559,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
6555
6559
  }
6556
6560
  return this.gj.f(a, b);
6557
6561
  }
6558
- a1(a, b, c, d) {
6562
+ at(a, b, c, d) {
6559
6563
  let e = this.model.at.q;
6560
6564
  let f = this.model.a9.q;
6561
6565
  let g = this.model.bd.q;
@@ -6691,16 +6695,16 @@ export let DataGrid = /*@__PURE__*/ (() => {
6691
6695
  this.g7.requestFrame(this.m6);
6692
6696
  }
6693
6697
  yl(a) {
6694
- if (a.k != this.az.k || a.i != this.az.i || a.l != this.az.l || a.j != this.az.j) {
6695
- this.az.k = a.k;
6696
- this.az.i = a.i;
6697
- this.az.l = a.l;
6698
- this.az.j = a.j;
6698
+ if (a.k != this.ar.k || a.i != this.ar.i || a.l != this.ar.l || a.j != this.ar.j) {
6699
+ this.ar.k = a.k;
6700
+ this.ar.i = a.i;
6701
+ this.ar.l = a.l;
6702
+ this.ar.j = a.j;
6699
6703
  this.ij = true;
6700
6704
  this.iv = true;
6701
6705
  this.f4.a0();
6702
6706
  this.iv = false;
6703
- this.uy(this.az);
6707
+ this.uy(this.ar);
6704
6708
  }
6705
6709
  }
6706
6710
  constructor() {
@@ -6728,8 +6732,8 @@ export let DataGrid = /*@__PURE__*/ (() => {
6728
6732
  this.cellPointerUp = null;
6729
6733
  this.cellClicked = null;
6730
6734
  this.mu = -1;
6731
- this.by = 0;
6732
- this.bk = 0;
6735
+ this.bq = 0;
6736
+ this.bc = 0;
6733
6737
  this.e0 = null;
6734
6738
  this.h4 = true;
6735
6739
  this.y9 = null;
@@ -6737,8 +6741,8 @@ export let DataGrid = /*@__PURE__*/ (() => {
6737
6741
  this.y1 = null;
6738
6742
  this.aax = new Thickness(0, 1);
6739
6743
  this.aar = null;
6740
- this.ay = null;
6741
- this.av = null;
6744
+ this.aq = null;
6745
+ this.an = null;
6742
6746
  this.ht = false;
6743
6747
  this.jb = false;
6744
6748
  this.my = -1;
@@ -6755,39 +6759,39 @@ export let DataGrid = /*@__PURE__*/ (() => {
6755
6759
  this.lx = 0;
6756
6760
  this.ly = 0;
6757
6761
  this.lz = 0;
6758
- this.az = null;
6762
+ this.ar = null;
6759
6763
  this.nc = 0;
6760
6764
  this.nb = 0;
6761
6765
  this.iq = false;
6762
6766
  this.m2 = -1;
6763
6767
  this.nd = -1;
6764
6768
  this.fm = 0;
6765
- this.au = null;
6766
- this.aq = null;
6767
- this.ar = null;
6769
+ this.am = null;
6770
+ this.ai = null;
6771
+ this.aj = null;
6768
6772
  this.ls = -1;
6769
6773
  this.l5 = 0;
6770
6774
  this.l2 = 0;
6771
6775
  this.l3 = 0;
6772
6776
  this.lj = new List$1(Number_$type, 0);
6773
6777
  this.lk = new List$1(Number_$type, 0);
6774
- this.ap = null;
6778
+ this.ah = null;
6775
6779
  this.j1 = false;
6776
6780
  this.it = false;
6777
6781
  this.iv = false;
6778
6782
  this.is = false;
6779
- this.db = new GridAnimationManager();
6783
+ this.c3 = new GridAnimationManager();
6780
6784
  this._delayedExecutionManager = null;
6781
6785
  this.fn = null;
6782
6786
  this.e5 = null;
6783
- this.a4 = null;
6784
- this.d7 = new GridLayerController();
6787
+ this.aw = null;
6788
+ this.dz = new GridLayerController();
6785
6789
  this.f9 = new SpatialEngine();
6786
- this.d2 = null;
6790
+ this.du = null;
6787
6791
  this.f3 = null;
6788
- this.aj = null;
6792
+ this.ab = null;
6789
6793
  this.f7 = null;
6790
- this.cq = null;
6794
+ this.ci = null;
6791
6795
  this.g7 = null;
6792
6796
  this.f1 = null;
6793
6797
  this.fz = new SectionFooter();
@@ -6796,12 +6800,12 @@ export let DataGrid = /*@__PURE__*/ (() => {
6796
6800
  this.fw = null;
6797
6801
  this.ew = null;
6798
6802
  this.ey = null;
6799
- this.b0 = null;
6800
- this.bm = null;
6803
+ this.bs = null;
6804
+ this.be = null;
6801
6805
  this.fk = null;
6802
- this.cv = null;
6803
- this.cw = null;
6804
- this.c5 = null;
6806
+ this.cn = null;
6807
+ this.co = null;
6808
+ this.cx = null;
6805
6809
  this.b = null;
6806
6810
  this.c = null;
6807
6811
  this.gh = new VisibilityEngine();
@@ -6811,7 +6815,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
6811
6815
  this.gn = 2;
6812
6816
  this.mq = truncate(DeviceUtils.g(36));
6813
6817
  this.m3 = -1;
6814
- this.ch = ColumnWidth.a;
6818
+ this.b9 = ColumnWidth.a;
6815
6819
  this.lv = 136;
6816
6820
  this.mp = truncate(DeviceUtils.g(36));
6817
6821
  this.mv = -1;
@@ -6821,38 +6825,38 @@ export let DataGrid = /*@__PURE__*/ (() => {
6821
6825
  this.m5 = truncate(DeviceUtils.g(0));
6822
6826
  this.mt = truncate(DeviceUtils.g(0));
6823
6827
  this.eu = 0;
6824
- this.ct = 1;
6825
- this.cr = 2;
6828
+ this.cl = 1;
6829
+ this.cj = 2;
6826
6830
  this.hj = true;
6827
6831
  this.hf = true;
6828
6832
  this.m4 = truncate(DeviceUtils.g(1));
6829
6833
  this.h3 = true;
6830
- this.b2 = 1;
6831
- this.bt = 0;
6832
- this.an = 0;
6834
+ this.bu = 1;
6835
+ this.bl = 0;
6836
+ this.af = 0;
6833
6837
  this.fu = 1;
6834
6838
  this.fr = 1;
6835
- this.a2 = 1;
6836
- this.dr = new GridColumnAnimationSettings();
6837
- this.dd = new GridAnimationSettings();
6839
+ this.au = 1;
6840
+ this.di = new GridColumnAnimationSettings();
6841
+ this.c5 = new GridAnimationSettings();
6842
+ this.bn = 1;
6838
6843
  this.bv = 1;
6839
- this.b3 = 1;
6840
- this.bh = 1;
6841
- this.be = 1;
6844
+ this.a9 = 1;
6842
6845
  this.a6 = 1;
6846
+ this.ay = 1;
6843
6847
  this.aay = new Thickness(1, 0, 0, 0, 0);
6844
- this.cn = 5;
6845
- this.c8 = 1;
6848
+ this.cf = 5;
6849
+ this.c0 = 1;
6846
6850
  this.ej = 1;
6847
6851
  this.h8 = true;
6848
6852
  this.hn = false;
6849
- this.ac = new GridSelectedItemsCollection();
6850
- this.ag = new GridSelectedKeysCollection();
6851
- this.ef = new GridSelectedCellsCollection();
6852
- this.ec = new GridSelectedCellRangesCollection();
6853
+ this.eb = new GridSelectedItemsCollection();
6854
+ this.eg = new GridSelectedKeysCollection();
6855
+ this.d7 = new GridSelectedCellsCollection();
6856
+ this.d4 = new GridSelectedCellRangesCollection();
6853
6857
  this.hm = false;
6854
- this.ab = new GridSelectedItemsCollection();
6855
- this.af = new GridSelectedKeysCollection();
6858
+ this.ea = new GridSelectedItemsCollection();
6859
+ this.ef = new GridSelectedKeysCollection();
6856
6860
  this.hq = true;
6857
6861
  this.hu = false;
6858
6862
  this.hz = true;
@@ -6868,8 +6872,8 @@ export let DataGrid = /*@__PURE__*/ (() => {
6868
6872
  this.zj = null;
6869
6873
  this.y8 = null;
6870
6874
  this.y7 = null;
6871
- this.dn = null;
6872
- this.dm = null;
6875
+ this.df = null;
6876
+ this.de = null;
6873
6877
  this.yu = null;
6874
6878
  this.yw = null;
6875
6879
  this.y5 = null;
@@ -6906,9 +6910,9 @@ export let DataGrid = /*@__PURE__*/ (() => {
6906
6910
  this.yz = null;
6907
6911
  this.yx = null;
6908
6912
  this.ik = false;
6909
- this.bo = 0;
6913
+ this.bg = 0;
6910
6914
  this.yy = null;
6911
- this.bq = 0;
6915
+ this.bi = 0;
6912
6916
  this.yt = null;
6913
6917
  this.aaw = GridStyleRepository.bp;
6914
6918
  this.aau = GridStyleRepository.bp;
@@ -6922,20 +6926,20 @@ export let DataGrid = /*@__PURE__*/ (() => {
6922
6926
  this.e1 = null;
6923
6927
  this.fp = null;
6924
6928
  this.gj = new VisualModel();
6925
- this.b9 = null;
6926
- this.a9 = null;
6929
+ this.b1 = null;
6930
+ this.a1 = null;
6927
6931
  this.s = null;
6928
- this.ce = null;
6932
+ this.b6 = null;
6929
6933
  this.z = null;
6930
6934
  this.aa = null;
6931
6935
  this.io = true;
6932
6936
  this.im = true;
6933
6937
  this.ip = true;
6934
6938
  this.il = true;
6935
- this.b8 = null;
6936
- this.ba = null;
6939
+ this.b0 = null;
6940
+ this.a2 = null;
6937
6941
  this.t = null;
6938
- this.cd = null;
6942
+ this.b5 = null;
6939
6943
  this.or = null;
6940
6944
  this.oq = null;
6941
6945
  this.os = null;
@@ -6973,7 +6977,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
6973
6977
  this.m0 = -1;
6974
6978
  this.lb = false;
6975
6979
  this.actualColumnsChanged = null;
6976
- this.dt = new GridColumnCollection();
6980
+ this.dk = new GridColumnCollection();
6977
6981
  this.ib = false;
6978
6982
  this.k9 = false;
6979
6983
  this.la = false;
@@ -6989,8 +6993,8 @@ export let DataGrid = /*@__PURE__*/ (() => {
6989
6993
  this.iu = false;
6990
6994
  this.m9 = -1;
6991
6995
  this.na = -1;
6992
- this.aw = null;
6993
- this.ax = null;
6996
+ this.ao = null;
6997
+ this.ap = null;
6994
6998
  this.columnsAutoGenerated = null;
6995
6999
  this.selectedItemsChanged = null;
6996
7000
  this.selectedKeysChanged = null;
@@ -6999,7 +7003,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
6999
7003
  this.ij = false;
7000
7004
  this.activeCellChanged = null;
7001
7005
  this.selectedCellRangesChanged = null;
7002
- this.a0 = null;
7006
+ this.as = null;
7003
7007
  this.ho = false;
7004
7008
  this.ih = true;
7005
7009
  this.ig = true;
@@ -7010,18 +7014,18 @@ export let DataGrid = /*@__PURE__*/ (() => {
7010
7014
  this.rowEditStarted = null;
7011
7015
  this.rowEditEnded = null;
7012
7016
  this.id = false;
7013
- this.cz = 1;
7014
- this.cx = 0;
7017
+ this.cr = 1;
7018
+ this.cp = 0;
7015
7019
  this.h1 = true;
7016
7020
  this.lc = false;
7017
7021
  this.hs = true;
7018
7022
  this.hr = true;
7019
7023
  this.fh = 0;
7020
7024
  this.ff = 0;
7021
- this.al = 4;
7022
- this.c6 = 0;
7023
- this.c3 = 0;
7024
- this.c1 = 1;
7025
+ this.ad = 4;
7026
+ this.cy = 0;
7027
+ this.cv = 0;
7028
+ this.ct = 1;
7025
7029
  this.lo = dateMinValue();
7026
7030
  this.hg = true;
7027
7031
  this.customFilterRequested = null;
@@ -7048,54 +7052,54 @@ export let DataGrid = /*@__PURE__*/ (() => {
7048
7052
  this.pinnedAreaSeparator = new PinnedAreaSeparator();
7049
7053
  this.summaryRowRoot = new SummaryRowRoot();
7050
7054
  this.summaryRowSection = new SummaryRowSection();
7051
- this.cv = new EditorDefinition();
7052
- this.cw = new EditRowDefinition();
7053
- this.c5 = new FilterRowDefinition();
7054
- this.c5.grid = this;
7055
+ this.cn = new EditorDefinition();
7056
+ this.co = new EditRowDefinition();
7057
+ this.cx = new FilterRowDefinition();
7058
+ this.cx.grid = this;
7055
7059
  this.aav = this.aaw;
7056
7060
  this.yn = this.yo;
7057
7061
  this.yt = GridStyleRepository.ax;
7058
- this.a4 = new ColumnController(this.dt, this.autoGenerateColumns, runOn(this, this.u0));
7059
- let a = this.a4.j;
7062
+ this.aw = new ColumnController(this.dk, this.autoGenerateColumns, runOn(this, this.u0));
7063
+ let a = this.aw.j;
7060
7064
  a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.ts));
7061
- this.e5 = new DataAdapter(this.a4);
7065
+ this.e5 = new DataAdapter(this.aw);
7062
7066
  this.fp = new ResponsiveStatesCollection();
7063
7067
  this.fn = new ResponsiveEngine(this);
7064
7068
  this.fn.g = this.fp;
7065
7069
  this.jh = this.k0();
7066
7070
  this.j0 = this.k1();
7067
- this.f4 = new SelectionManager(this, this.dc);
7068
- this.ak = new ActivationManager(this, this.dc);
7069
- this.ac.ag(runOn(this, this.x0));
7070
- this.ag.al(runOn(this, this.x1));
7071
- this.ef.an(runOn(this, this.xz));
7072
- let b = this.ec;
7071
+ this.f4 = new SelectionManager(this, this.c4);
7072
+ this.ac = new ActivationManager(this, this.c4);
7073
+ this.eb.ag(runOn(this, this.x0));
7074
+ this.eg.al(runOn(this, this.x1));
7075
+ this.d7.an(runOn(this, this.xz));
7076
+ let b = this.d4;
7073
7077
  b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.xy));
7074
- this.ab.ag(runOn(this, this.w6));
7075
- this.af.al(runOn(this, this.w7));
7076
- this.b9 = new ColumnSortDescriptionCollection();
7077
- this.a9 = new ColumnGroupDescriptionCollection();
7078
- this.ce = new ColumnSummaryDescriptionCollection();
7079
- this.b9.m(runOn(this, this.x7));
7080
- this.a9.m(runOn(this, this.uk));
7081
- this.ce.m(runOn(this, this.x9));
7078
+ this.ea.ag(runOn(this, this.w6));
7079
+ this.ef.al(runOn(this, this.w7));
7080
+ this.b1 = new ColumnSortDescriptionCollection();
7081
+ this.a1 = new ColumnGroupDescriptionCollection();
7082
+ this.b6 = new ColumnSummaryDescriptionCollection();
7083
+ this.b1.m(runOn(this, this.x7));
7084
+ this.a1.m(runOn(this, this.uk));
7085
+ this.b6.m(runOn(this, this.x9));
7082
7086
  this.s = new FilterExpressionCollection();
7083
7087
  this.s.n(runOn(this, this.uh));
7084
7088
  this.f8 = new SortManager(this);
7085
- this.cq = new EditingManager(this, this.cv);
7089
+ this.ci = new EditingManager(this, this.cn);
7086
7090
  this.e0 = new HoverManager(this);
7087
- this.au = new CellPath(3, -400, -102, 1);
7088
- this.b8 = ((() => {
7091
+ this.am = new CellPath(3, -400, -102, 1);
7092
+ this.b0 = ((() => {
7089
7093
  let $ret = new ColumnSortDescriptionCollection();
7090
7094
  $ret.i = true;
7091
7095
  return $ret;
7092
7096
  })());
7093
- this.ba = ((() => {
7097
+ this.a2 = ((() => {
7094
7098
  let $ret = new ColumnGroupDescriptionCollection();
7095
7099
  $ret.i = true;
7096
7100
  return $ret;
7097
7101
  })());
7098
- this.cd = ((() => {
7102
+ this.b5 = ((() => {
7099
7103
  let $ret = new ColumnSummaryDescriptionCollection();
7100
7104
  $ret.i = true;
7101
7105
  return $ret;
@@ -7199,7 +7203,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
7199
7203
  if (b.newItems != null) {
7200
7204
  for (let c = 0; c < b.newItems.count; c++) {
7201
7205
  let d = b.newItems.item(c);
7202
- this.yf(d.f, this.cc(d.c));
7206
+ this.yf(d.f, this.b4(d.c));
7203
7207
  }
7204
7208
  }
7205
7209
  break;
@@ -7221,7 +7225,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
7221
7225
  if (b.newItems != null) {
7222
7226
  for (let i = 0; i < b.newItems.count; i++) {
7223
7227
  let j = b.newItems.item(i);
7224
- this.yf(j.f, this.cc(j.c));
7228
+ this.yf(j.f, this.b4(j.c));
7225
7229
  }
7226
7230
  }
7227
7231
  break;
@@ -7250,7 +7254,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
7250
7254
  }
7251
7255
  }
7252
7256
  }
7253
- cc(a) {
7257
+ b4(a) {
7254
7258
  switch (a) {
7255
7259
  case 0: return 1;
7256
7260
  case 1: return 2;
@@ -7561,11 +7565,11 @@ export let DataGrid = /*@__PURE__*/ (() => {
7561
7565
  }
7562
7566
  }
7563
7567
  }
7564
- get dc() {
7565
- return this.db;
7568
+ get c4() {
7569
+ return this.c3;
7566
7570
  }
7567
- set dc(a) {
7568
- this.db = a;
7571
+ set c4(a) {
7572
+ this.c3 = a;
7569
7573
  }
7570
7574
  get delayedExecutionManager() {
7571
7575
  return this._delayedExecutionManager;
@@ -7582,17 +7586,17 @@ export let DataGrid = /*@__PURE__*/ (() => {
7582
7586
  set e6(a) {
7583
7587
  this.e5 = a;
7584
7588
  }
7585
- get a5() {
7586
- return this.a4;
7589
+ get ax() {
7590
+ return this.aw;
7587
7591
  }
7588
- set a5(a) {
7589
- this.a4 = a;
7592
+ set ax(a) {
7593
+ this.aw = a;
7590
7594
  }
7591
- get d8() {
7592
- return this.d7;
7595
+ get d0() {
7596
+ return this.dz;
7593
7597
  }
7594
- set d8(a) {
7595
- this.d7 = a;
7598
+ set d0(a) {
7599
+ this.dz = a;
7596
7600
  }
7597
7601
  get ga() {
7598
7602
  return this.f9;
@@ -7600,11 +7604,11 @@ export let DataGrid = /*@__PURE__*/ (() => {
7600
7604
  set ga(a) {
7601
7605
  this.f9 = a;
7602
7606
  }
7603
- get d3() {
7604
- return this.d2;
7607
+ get dv() {
7608
+ return this.du;
7605
7609
  }
7606
- set d3(a) {
7607
- this.d2 = a;
7610
+ set dv(a) {
7611
+ this.du = a;
7608
7612
  }
7609
7613
  get f4() {
7610
7614
  return this.f3;
@@ -7612,11 +7616,11 @@ export let DataGrid = /*@__PURE__*/ (() => {
7612
7616
  set f4(a) {
7613
7617
  this.f3 = a;
7614
7618
  }
7615
- get ak() {
7616
- return this.aj;
7619
+ get ac() {
7620
+ return this.ab;
7617
7621
  }
7618
- set ak(a) {
7619
- this.aj = a;
7622
+ set ac(a) {
7623
+ this.ab = a;
7620
7624
  }
7621
7625
  get f8() {
7622
7626
  return this.f7;
@@ -7629,7 +7633,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
7629
7633
  }
7630
7634
  set tickProvider(a) {
7631
7635
  this.g7 = a;
7632
- this.d2 = new GridEffectManager(this.g7, this);
7636
+ this.du = new GridEffectManager(this.g7, this);
7633
7637
  }
7634
7638
  get sectionHeader() {
7635
7639
  return this.f1;
@@ -7710,23 +7714,23 @@ export let DataGrid = /*@__PURE__*/ (() => {
7710
7714
  }
7711
7715
  }
7712
7716
  get columnResizingSeparator() {
7713
- return this.b0;
7717
+ return this.bs;
7714
7718
  }
7715
7719
  set columnResizingSeparator(a) {
7716
- let b = this.b0;
7717
- this.b0 = a;
7718
- if (b != this.b0) {
7719
- this.wm("ColumnResizingSeparator", b, this.b0);
7720
+ let b = this.bs;
7721
+ this.bs = a;
7722
+ if (b != this.bs) {
7723
+ this.wm("ColumnResizingSeparator", b, this.bs);
7720
7724
  }
7721
7725
  }
7722
7726
  get columnMovingSeparator() {
7723
- return this.bm;
7727
+ return this.be;
7724
7728
  }
7725
7729
  set columnMovingSeparator(a) {
7726
- let b = this.bm;
7727
- this.bm = a;
7728
- if (b != this.bm) {
7729
- this.wm("ColumnMovingSeparator", b, this.bm);
7730
+ let b = this.be;
7731
+ this.be = a;
7732
+ if (b != this.be) {
7733
+ this.wm("ColumnMovingSeparator", b, this.be);
7730
7734
  }
7731
7735
  }
7732
7736
  get pinnedAreaSeparator() {
@@ -7814,13 +7818,13 @@ export let DataGrid = /*@__PURE__*/ (() => {
7814
7818
  }
7815
7819
  }
7816
7820
  get defaultColumnWidth() {
7817
- return this.ch;
7821
+ return this.b9;
7818
7822
  }
7819
7823
  set defaultColumnWidth(a) {
7820
- let b = this.ch;
7821
- this.ch = a;
7822
- if (b != this.ch) {
7823
- this.wm("DefaultColumnWidth", b, this.ch);
7824
+ let b = this.b9;
7825
+ this.b9 = a;
7826
+ if (b != this.b9) {
7827
+ this.wm("DefaultColumnWidth", b, this.b9);
7824
7828
  }
7825
7829
  }
7826
7830
  get defaultColumnMinWidth() {
@@ -7917,23 +7921,23 @@ export let DataGrid = /*@__PURE__*/ (() => {
7917
7921
  }
7918
7922
  }
7919
7923
  get editMode() {
7920
- return this.ct;
7924
+ return this.cl;
7921
7925
  }
7922
7926
  set editMode(a) {
7923
- let b = this.ct;
7924
- this.ct = a;
7925
- if (b != this.ct) {
7926
- this.wm("EditMode", enumGetBox(EditModeType_$type, b), enumGetBox(EditModeType_$type, this.ct));
7927
+ let b = this.cl;
7928
+ this.cl = a;
7929
+ if (b != this.cl) {
7930
+ this.wm("EditMode", enumGetBox(EditModeType_$type, b), enumGetBox(EditModeType_$type, this.cl));
7927
7931
  }
7928
7932
  }
7929
7933
  get editModeClickAction() {
7930
- return this.cr;
7934
+ return this.cj;
7931
7935
  }
7932
7936
  set editModeClickAction(a) {
7933
- let b = this.cr;
7934
- this.cr = a;
7935
- if (b != this.cr) {
7936
- this.wm("EditModeClickAction", enumGetBox(EditModeClickAction_$type, b), enumGetBox(EditModeClickAction_$type, this.cr));
7937
+ let b = this.cj;
7938
+ this.cj = a;
7939
+ if (b != this.cj) {
7940
+ this.wm("EditModeClickAction", enumGetBox(EditModeClickAction_$type, b), enumGetBox(EditModeClickAction_$type, this.cj));
7937
7941
  }
7938
7942
  }
7939
7943
  get editOnKeyPress() {
@@ -7977,46 +7981,46 @@ export let DataGrid = /*@__PURE__*/ (() => {
7977
7981
  }
7978
7982
  }
7979
7983
  ji(a) {
7980
- return this.b6(a) != 1 && this.jj;
7984
+ return this.by(a) != 1 && this.jj;
7981
7985
  }
7982
- b6(a) {
7983
- if (this.b2 == 0) {
7986
+ by(a) {
7987
+ if (this.bu == 0) {
7984
7988
  return a.fd();
7985
7989
  }
7986
- return this.b2;
7990
+ return this.bu;
7987
7991
  }
7988
7992
  get columnAddingAnimationMode() {
7989
- return this.b2;
7993
+ return this.bu;
7990
7994
  }
7991
7995
  set columnAddingAnimationMode(a) {
7992
- let b = this.b2;
7993
- this.b2 = a;
7994
- this.wm("ColumnAddingAnimationMode", enumGetBox(ColumnShowingAnimationMode_$type, b), enumGetBox(ColumnShowingAnimationMode_$type, this.b2));
7996
+ let b = this.bu;
7997
+ this.bu = a;
7998
+ this.wm("ColumnAddingAnimationMode", enumGetBox(ColumnShowingAnimationMode_$type, b), enumGetBox(ColumnShowingAnimationMode_$type, this.bu));
7995
7999
  }
7996
8000
  get jq() {
7997
- return this.bt != 1 && this.jj;
8001
+ return this.bl != 1 && this.jj;
7998
8002
  }
7999
8003
  get columnPropertyUpdatingAnimationMode() {
8000
- return this.bt;
8004
+ return this.bl;
8001
8005
  }
8002
8006
  set columnPropertyUpdatingAnimationMode(a) {
8003
- let b = this.bt;
8004
- this.bt = a;
8005
- this.wm("ColumnPropertyUpdatingAnimationMode", enumGetBox(ColumnPropertyUpdatingAnimationMode_$type, b), enumGetBox(ColumnPropertyUpdatingAnimationMode_$type, this.bt));
8007
+ let b = this.bl;
8008
+ this.bl = a;
8009
+ this.wm("ColumnPropertyUpdatingAnimationMode", enumGetBox(ColumnPropertyUpdatingAnimationMode_$type, b), enumGetBox(ColumnPropertyUpdatingAnimationMode_$type, this.bl));
8006
8010
  }
8007
8011
  get jj() {
8008
8012
  return this.renderingEngine.initialRefreshFinished;
8009
8013
  }
8010
8014
  get jf() {
8011
- return this.an != 1;
8015
+ return this.af != 1;
8012
8016
  }
8013
8017
  get cellDataLoadedAnimationMode() {
8014
- return this.an;
8018
+ return this.af;
8015
8019
  }
8016
8020
  set cellDataLoadedAnimationMode(a) {
8017
- let b = this.an;
8018
- this.an = a;
8019
- this.wm("CellDataLoadedAnimationMode", enumGetBox(CellDataLoadedAnimationMode_$type, b), enumGetBox(CellDataLoadedAnimationMode_$type, this.an));
8021
+ let b = this.af;
8022
+ this.af = a;
8023
+ this.wm("CellDataLoadedAnimationMode", enumGetBox(CellDataLoadedAnimationMode_$type, b), enumGetBox(CellDataLoadedAnimationMode_$type, this.af));
8020
8024
  }
8021
8025
  get kb() {
8022
8026
  return this.fu != 1;
@@ -8043,120 +8047,120 @@ export let DataGrid = /*@__PURE__*/ (() => {
8043
8047
  }
8044
8048
  }
8045
8049
  get jg() {
8046
- return this.a2 != 1;
8050
+ return this.au != 1;
8047
8051
  }
8048
8052
  get cellSelectionAnimationMode() {
8049
- return this.a2;
8053
+ return this.au;
8050
8054
  }
8051
8055
  set cellSelectionAnimationMode(a) {
8052
- let b = this.a2;
8053
- this.a2 = a;
8054
- this.wm("CellSelectionAnimationMode", enumGetBox(CellSelectionAnimationMode_$type, b), enumGetBox(CellSelectionAnimationMode_$type, this.a2));
8056
+ let b = this.au;
8057
+ this.au = a;
8058
+ this.wm("CellSelectionAnimationMode", enumGetBox(CellSelectionAnimationMode_$type, b), enumGetBox(CellSelectionAnimationMode_$type, this.au));
8055
8059
  }
8056
8060
  get columnAnimationSettings() {
8057
- return this.dr;
8061
+ return this.di;
8058
8062
  }
8059
8063
  set columnAnimationSettings(a) {
8060
- let b = this.dr;
8061
- this.dr = a;
8062
- if (b != this.dr) {
8063
- this.wm("ColumnAnimationSettings", b, this.dr);
8064
+ let b = this.di;
8065
+ this.di = a;
8066
+ if (b != this.di) {
8067
+ this.wm("ColumnAnimationSettings", b, this.di);
8064
8068
  }
8065
8069
  }
8066
8070
  get animationSettings() {
8067
- return this.dd;
8071
+ return this.c5;
8068
8072
  }
8069
8073
  set animationSettings(a) {
8070
- let b = this.dd;
8071
- this.dd = a;
8072
- if (b != this.dd) {
8073
- this.wm("AnimationSettings", b, this.dd);
8074
+ let b = this.c5;
8075
+ this.c5 = a;
8076
+ if (b != this.c5) {
8077
+ this.wm("AnimationSettings", b, this.c5);
8074
8078
  }
8075
8079
  }
8076
8080
  jr(a) {
8077
- return this.bx(a) != 1 && this.jj;
8081
+ return this.bp(a) != 1 && this.jj;
8078
8082
  }
8079
- bx(a) {
8080
- if (this.bv == 0) {
8083
+ bp(a) {
8084
+ if (this.bn == 0) {
8081
8085
  return a.fc();
8082
8086
  }
8083
- return this.bv;
8087
+ return this.bn;
8084
8088
  }
8085
8089
  get columnResizingAnimationMode() {
8086
- return this.bv;
8090
+ return this.bn;
8087
8091
  }
8088
8092
  set columnResizingAnimationMode(a) {
8089
- let b = this.bv;
8090
- this.bv = a;
8091
- this.wm("ColumnResizingAnimationMode", enumGetBox(ColumnResizingAnimationMode_$type, b), enumGetBox(ColumnResizingAnimationMode_$type, this.bv));
8093
+ let b = this.bn;
8094
+ this.bn = a;
8095
+ this.wm("ColumnResizingAnimationMode", enumGetBox(ColumnResizingAnimationMode_$type, b), enumGetBox(ColumnResizingAnimationMode_$type, this.bn));
8092
8096
  }
8093
8097
  js(a) {
8094
- return this.b7(a) != 1 && this.jj;
8098
+ return this.bz(a) != 1 && this.jj;
8095
8099
  }
8096
- b7(a) {
8097
- if (this.b3 == 0) {
8100
+ bz(a) {
8101
+ if (this.bv == 0) {
8098
8102
  return a.fd();
8099
8103
  }
8100
- return this.b3;
8104
+ return this.bv;
8101
8105
  }
8102
8106
  get columnShowingAnimationMode() {
8103
- return this.b3;
8107
+ return this.bv;
8104
8108
  }
8105
8109
  set columnShowingAnimationMode(a) {
8106
- let b = this.b3;
8107
- this.b3 = a;
8108
- this.wm("ColumnShowingAnimationMode", enumGetBox(ColumnShowingAnimationMode_$type, b), enumGetBox(ColumnShowingAnimationMode_$type, this.b3));
8110
+ let b = this.bv;
8111
+ this.bv = a;
8112
+ this.wm("ColumnShowingAnimationMode", enumGetBox(ColumnShowingAnimationMode_$type, b), enumGetBox(ColumnShowingAnimationMode_$type, this.bv));
8109
8113
  }
8110
8114
  jm(a) {
8111
- return this.bj(a) != 1 && this.jj && !this.la;
8115
+ return this.bb(a) != 1 && this.jj && !this.la;
8112
8116
  }
8113
- bj(a) {
8114
- if (this.bh == 0) {
8117
+ bb(a) {
8118
+ if (this.a9 == 0) {
8115
8119
  return 2;
8116
8120
  }
8117
- return this.bh;
8121
+ return this.a9;
8118
8122
  }
8119
8123
  get columnMovingAnimationMode() {
8120
- return this.bh;
8124
+ return this.a9;
8121
8125
  }
8122
8126
  set columnMovingAnimationMode(a) {
8123
- let b = this.bh;
8124
- this.bh = a;
8125
- this.wm("ColumnMovingAnimationMode", enumGetBox(ColumnMovingAnimationMode_$type, b), enumGetBox(ColumnMovingAnimationMode_$type, this.bh));
8127
+ let b = this.a9;
8128
+ this.a9 = a;
8129
+ this.wm("ColumnMovingAnimationMode", enumGetBox(ColumnMovingAnimationMode_$type, b), enumGetBox(ColumnMovingAnimationMode_$type, this.a9));
8126
8130
  }
8127
8131
  jl(a) {
8128
- return this.bg(a) != 1 && this.jj;
8132
+ return this.a8(a) != 1 && this.jj;
8129
8133
  }
8130
- bg(a) {
8131
- if (this.be == 0) {
8134
+ a8(a) {
8135
+ if (this.a6 == 0) {
8132
8136
  return a.e3();
8133
8137
  }
8134
- return this.be;
8138
+ return this.a6;
8135
8139
  }
8136
8140
  get columnHidingAnimationMode() {
8137
- return this.be;
8141
+ return this.a6;
8138
8142
  }
8139
8143
  set columnHidingAnimationMode(a) {
8140
- let b = this.be;
8141
- this.be = a;
8142
- this.wm("ColumnHidingAnimationMode", enumGetBox(ColumnHidingAnimationMode_$type, b), enumGetBox(ColumnHidingAnimationMode_$type, this.be));
8144
+ let b = this.a6;
8145
+ this.a6 = a;
8146
+ this.wm("ColumnHidingAnimationMode", enumGetBox(ColumnHidingAnimationMode_$type, b), enumGetBox(ColumnHidingAnimationMode_$type, this.a6));
8143
8147
  }
8144
8148
  jk(a) {
8145
- return this.a8(a) != 1 && this.jj;
8149
+ return this.a0(a) != 1 && this.jj;
8146
8150
  }
8147
- a8(a) {
8148
- if (this.a6 == 0) {
8151
+ a0(a) {
8152
+ if (this.ay == 0) {
8149
8153
  return a.e2();
8150
8154
  }
8151
- return this.a6;
8155
+ return this.ay;
8152
8156
  }
8153
8157
  get columnExchangingAnimationMode() {
8154
- return this.a6;
8158
+ return this.ay;
8155
8159
  }
8156
8160
  set columnExchangingAnimationMode(a) {
8157
- let b = this.a6;
8158
- this.a6 = a;
8159
- this.wm("ColumnExchangingAnimationMode", enumGetBox(ColumnExchangingAnimationMode_$type, b), enumGetBox(ColumnExchangingAnimationMode_$type, this.a6));
8161
+ let b = this.ay;
8162
+ this.ay = a;
8163
+ this.wm("ColumnExchangingAnimationMode", enumGetBox(ColumnExchangingAnimationMode_$type, b), enumGetBox(ColumnExchangingAnimationMode_$type, this.ay));
8160
8164
  }
8161
8165
  get inset() {
8162
8166
  return this.aay;
@@ -8169,23 +8173,23 @@ export let DataGrid = /*@__PURE__*/ (() => {
8169
8173
  }
8170
8174
  }
8171
8175
  get selectionMode() {
8172
- return this.cn;
8176
+ return this.cf;
8173
8177
  }
8174
8178
  set selectionMode(a) {
8175
- let b = this.cn;
8176
- this.cn = a;
8177
- if (b != this.cn) {
8178
- this.wm("SelectionMode", enumGetBox(DataGridSelectionMode_$type, b), enumGetBox(DataGridSelectionMode_$type, this.cn));
8179
+ let b = this.cf;
8180
+ this.cf = a;
8181
+ if (b != this.cf) {
8182
+ this.wm("SelectionMode", enumGetBox(DataGridSelectionMode_$type, b), enumGetBox(DataGridSelectionMode_$type, this.cf));
8179
8183
  }
8180
8184
  }
8181
8185
  get activationMode() {
8182
- return this.c8;
8186
+ return this.c0;
8183
8187
  }
8184
8188
  set activationMode(a) {
8185
- let b = this.c8;
8186
- this.c8 = a;
8187
- if (b != this.c8) {
8188
- this.wm("ActivationMode", enumGetBox(GridActivationMode_$type, b), enumGetBox(GridActivationMode_$type, this.c8));
8189
+ let b = this.c0;
8190
+ this.c0 = a;
8191
+ if (b != this.c0) {
8192
+ this.wm("ActivationMode", enumGetBox(GridActivationMode_$type, b), enumGetBox(GridActivationMode_$type, this.c0));
8189
8193
  }
8190
8194
  }
8191
8195
  get selectionBehavior() {
@@ -8211,16 +8215,16 @@ export let DataGrid = /*@__PURE__*/ (() => {
8211
8215
  this.hn = a;
8212
8216
  }
8213
8217
  get selectedItems() {
8214
- return this.ac;
8218
+ return this.eb;
8215
8219
  }
8216
8220
  get selectedKeys() {
8217
- return this.ag;
8221
+ return this.eg;
8218
8222
  }
8219
8223
  get selectedCells() {
8220
- return this.ef;
8224
+ return this.d7;
8221
8225
  }
8222
8226
  get selectedCellRanges() {
8223
- return this.ec;
8227
+ return this.d4;
8224
8228
  }
8225
8229
  get jc() {
8226
8230
  return this.hm;
@@ -8229,10 +8233,10 @@ export let DataGrid = /*@__PURE__*/ (() => {
8229
8233
  this.hm = a;
8230
8234
  }
8231
8235
  get pinnedItems() {
8232
- return this.ab;
8236
+ return this.ea;
8233
8237
  }
8234
8238
  get pinnedKeys() {
8235
- return this.af;
8239
+ return this.ef;
8236
8240
  }
8237
8241
  yb(a, b) {
8238
8242
  if (this.actualDataSource == null) {
@@ -8410,13 +8414,13 @@ export let DataGrid = /*@__PURE__*/ (() => {
8410
8414
  }
8411
8415
  }
8412
8416
  get activeCell() {
8413
- return this.dm;
8417
+ return this.de;
8414
8418
  }
8415
8419
  set activeCell(a) {
8416
- let b = this.dm;
8417
- this.dm = a;
8418
- if (b != this.dm) {
8419
- this.wm("ActiveCell", b, this.dm);
8420
+ let b = this.de;
8421
+ this.de = a;
8422
+ if (b != this.de) {
8423
+ this.wm("ActiveCell", b, this.de);
8420
8424
  }
8421
8425
  }
8422
8426
  get cellBackground() {
@@ -8788,13 +8792,13 @@ export let DataGrid = /*@__PURE__*/ (() => {
8788
8792
  }
8789
8793
  }
8790
8794
  get columnOptionsIconAlignment() {
8791
- return this.bo;
8795
+ return this.bg;
8792
8796
  }
8793
8797
  set columnOptionsIconAlignment(a) {
8794
- let b = this.bo;
8795
- this.bo = a;
8796
- if (b != this.bo) {
8797
- this.wm("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.bo));
8798
+ let b = this.bg;
8799
+ this.bg = a;
8800
+ if (b != this.bg) {
8801
+ this.wm("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.bg));
8798
8802
  }
8799
8803
  }
8800
8804
  get columnOptionsIconColor() {
@@ -8808,13 +8812,13 @@ export let DataGrid = /*@__PURE__*/ (() => {
8808
8812
  }
8809
8813
  }
8810
8814
  get columnOptionsIconBehavior() {
8811
- return this.bq;
8815
+ return this.bi;
8812
8816
  }
8813
8817
  set columnOptionsIconBehavior(a) {
8814
- let b = this.bq;
8815
- this.bq = a;
8816
- if (b != this.bq) {
8817
- this.wm("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.bq));
8818
+ let b = this.bi;
8819
+ this.bi = a;
8820
+ if (b != this.bi) {
8821
+ this.wm("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.bi));
8818
8822
  }
8819
8823
  }
8820
8824
  get border() {
@@ -8938,13 +8942,13 @@ export let DataGrid = /*@__PURE__*/ (() => {
8938
8942
  return new Rect(0, this.gj.cm, this.gj.cr, this.gj.cs, this.gj.ch);
8939
8943
  }
8940
8944
  get initialSortDescriptions() {
8941
- return this.b8;
8945
+ return this.b0;
8942
8946
  }
8943
8947
  get initialGroupDescriptions() {
8944
- return this.ba;
8948
+ return this.a2;
8945
8949
  }
8946
8950
  get initialSummaryDescriptions() {
8947
- return this.cd;
8951
+ return this.b5;
8948
8952
  }
8949
8953
  get initialSorts() {
8950
8954
  return this.or;
@@ -8953,8 +8957,8 @@ export let DataGrid = /*@__PURE__*/ (() => {
8953
8957
  let b = this.or;
8954
8958
  this.or = a;
8955
8959
  if (b != a) {
8956
- this.b8.n();
8957
- this.z.b(this.or, (c, d, e) => this.b8.j.add(new ColumnSortDescription(2, c, d)));
8960
+ this.b0.n();
8961
+ this.z.b(this.or, (c, d, e) => this.b0.j.add(new ColumnSortDescription(2, c, d)));
8958
8962
  }
8959
8963
  }
8960
8964
  get initialGroups() {
@@ -8964,8 +8968,8 @@ export let DataGrid = /*@__PURE__*/ (() => {
8964
8968
  let b = this.oq;
8965
8969
  this.oq = a;
8966
8970
  if (b != a) {
8967
- this.ba.n();
8968
- this.z.b(this.oq, (c, d, e) => this.ba.j.add(((() => {
8971
+ this.a2.n();
8972
+ this.z.b(this.oq, (c, d, e) => this.a2.j.add(((() => {
8969
8973
  let $ret = new ColumnGroupDescription(2, c, d);
8970
8974
  $ret.v = e;
8971
8975
  return $ret;
@@ -8979,12 +8983,12 @@ export let DataGrid = /*@__PURE__*/ (() => {
8979
8983
  let b = this.os;
8980
8984
  this.os = a;
8981
8985
  if (b != a) {
8982
- this.cd.j.clear();
8983
- this.aa.a(this.os, (c, d, e) => this.cd.j.add(new ColumnSummaryDescription(2, c, d)));
8986
+ this.b5.j.clear();
8987
+ this.aa.a(this.os, (c, d, e) => this.b5.j.add(new ColumnSummaryDescription(2, c, d)));
8984
8988
  }
8985
8989
  }
8986
8990
  up(a, b) {
8987
- this.cd.j.clear();
8991
+ this.b5.j.clear();
8988
8992
  let c = b.split(',');
8989
8993
  for (let d = 0; d < c.length; d++) {
8990
8994
  let e = c[d].trim();
@@ -9009,7 +9013,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
9009
9013
  break;
9010
9014
  }
9011
9015
  f[1] = stringReplace(f[1], ")", "");
9012
- this.cd.j.add(new ColumnSummaryDescription(2, f[1], g));
9016
+ this.b5.j.add(new ColumnSummaryDescription(2, f[1], g));
9013
9017
  }
9014
9018
  else {
9015
9019
  throw new ArgumentException(1, "Invalid syntax provided for initial summaries");
@@ -9031,10 +9035,10 @@ export let DataGrid = /*@__PURE__*/ (() => {
9031
9035
  return true;
9032
9036
  }
9033
9037
  get sortDescriptions() {
9034
- return this.b9;
9038
+ return this.b1;
9035
9039
  }
9036
9040
  get groupDescriptions() {
9037
- return this.a9;
9041
+ return this.a1;
9038
9042
  }
9039
9043
  vx(a, b) {
9040
9044
  if (this.columnPinnedChanged != null) {
@@ -9050,7 +9054,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
9050
9054
  return this.s;
9051
9055
  }
9052
9056
  get summaryDescriptions() {
9053
- return this.ce;
9057
+ return this.b6;
9054
9058
  }
9055
9059
  get summaryScope() {
9056
9060
  return this.gf;
@@ -9178,7 +9182,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
9178
9182
  if (this.actualDataSource != null) {
9179
9183
  this.actualDataSource.flushAutoRefresh();
9180
9184
  }
9181
- this.d3.an(true);
9185
+ this.dv.an(true);
9182
9186
  this.renderingEngine.refresh(this.model, true);
9183
9187
  }
9184
9188
  get actualDataSource() {
@@ -9256,7 +9260,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
9256
9260
  this.sortDescriptions.b = this.v.sortDescriptions;
9257
9261
  if (this.io) {
9258
9262
  if (this.sortDescriptions.j.count == 0) {
9259
- this.b8.b = this.v.sortDescriptions;
9263
+ this.b0.b = this.v.sortDescriptions;
9260
9264
  }
9261
9265
  this.io = false;
9262
9266
  }
@@ -9265,7 +9269,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
9265
9269
  this.groupDescriptions.b = this.v.groupDescriptions;
9266
9270
  if (this.im) {
9267
9271
  if (this.groupDescriptions.j.count == 0) {
9268
- this.ba.b = this.v.groupDescriptions;
9272
+ this.a2.b = this.v.groupDescriptions;
9269
9273
  }
9270
9274
  this.im = false;
9271
9275
  }
@@ -9282,7 +9286,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
9282
9286
  this.summaryDescriptions.b = this.v.summaryDescriptions;
9283
9287
  if (this.ip) {
9284
9288
  if (this.summaryDescriptions.j.count == 0) {
9285
- this.cd.b = this.v.summaryDescriptions;
9289
+ this.b5.b = this.v.summaryDescriptions;
9286
9290
  }
9287
9291
  this.ip = false;
9288
9292
  }
@@ -9345,10 +9349,10 @@ export let DataGrid = /*@__PURE__*/ (() => {
9345
9349
  }
9346
9350
  }
9347
9351
  if (a == "AutoGenerateColumns") {
9348
- this.a5.p = this.autoGenerateColumns;
9352
+ this.ax.p = this.autoGenerateColumns;
9349
9353
  }
9350
9354
  if (a == "AutoGenerateDesiredColumns") {
9351
- this.a5.b = this.autoGenerateDesiredProperties;
9355
+ this.ax.b = this.autoGenerateDesiredProperties;
9352
9356
  }
9353
9357
  if (a == "IsPlaceholderRenderingEnabled") {
9354
9358
  if (this.v != null && this.v.isVirtual) {
@@ -9452,16 +9456,16 @@ export let DataGrid = /*@__PURE__*/ (() => {
9452
9456
  }
9453
9457
  if (this.k2()) {
9454
9458
  if (!n.d1.equals(o.d1)) {
9455
- this.dc.s(this, null, "Background", 2, n.d1, o.d1, false, true, false, false);
9459
+ this.c4.s(this, null, "Background", 2, n.d1, o.d1, false, true, false, false);
9456
9460
  }
9457
9461
  if (!n.d4.equals(o.d4)) {
9458
- this.dc.s(this, null, "LastStickyRowBackground", 2, n.d4, o.d4, false, true, false, false);
9462
+ this.c4.s(this, null, "LastStickyRowBackground", 2, n.d4, o.d4, false, true, false, false);
9459
9463
  }
9460
9464
  if (!n.d6.equals(o.d6)) {
9461
- this.dc.s(this, null, "StickyRowBackground", 2, n.d6, o.d6, false, true, false, false);
9465
+ this.c4.s(this, null, "StickyRowBackground", 2, n.d6, o.d6, false, true, false, false);
9462
9466
  }
9463
9467
  if (!n.d5.equals(o.d5)) {
9464
- this.dc.s(this, null, "PinnedRowBackground", 2, n.d5, o.d5, false, true, false, false);
9468
+ this.c4.s(this, null, "PinnedRowBackground", 2, n.d5, o.d5, false, true, false, false);
9465
9469
  }
9466
9470
  }
9467
9471
  }
@@ -9556,13 +9560,13 @@ export let DataGrid = /*@__PURE__*/ (() => {
9556
9560
  this.xd();
9557
9561
  }
9558
9562
  if (a == "ActiveCell") {
9559
- this.dn = typeCast(GridCellPosition.$, b);
9563
+ this.df = typeCast(GridCellPosition.$, b);
9560
9564
  this.iu = true;
9561
9565
  if (this.activeCell != null && this.activeCell.b >= 0) {
9562
- this.ak.ab(this.activeCell.b, this.activeCell.d, true);
9566
+ this.ac.ab(this.activeCell.b, this.activeCell.d, true);
9563
9567
  }
9564
9568
  else {
9565
- this.ak.ad();
9569
+ this.ac.ad();
9566
9570
  }
9567
9571
  this.iu = false;
9568
9572
  }
@@ -9762,7 +9766,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
9762
9766
  if (b.propertyName != null && stringStartsWith(b.propertyName, "Actual")) {
9763
9767
  b.propertyName = b.propertyName.substr(6);
9764
9768
  }
9765
- this.dc.r(this, null, b.propertyName, b.animationType, b.oldValue, b.newValue, 8);
9769
+ this.c4.r(this, null, b.propertyName, b.animationType, b.oldValue, b.newValue, 8);
9766
9770
  }
9767
9771
  xq(a, b) {
9768
9772
  this.xr(b.propertyName, b.animationType, b.oldValue, b.newValue, false);
@@ -9780,7 +9784,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
9780
9784
  if (a != null && stringStartsWith(a, "Actual")) {
9781
9785
  a = a.substr(6);
9782
9786
  }
9783
- this.dc.s(this, null, a, b, c, d, e, true, false, false);
9787
+ this.c4.s(this, null, a, b, c, d, e, true, false, false);
9784
9788
  }
9785
9789
  un(a, b, c, d) {
9786
9790
  if (b == 10) {
@@ -9791,7 +9795,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
9791
9795
  }
9792
9796
  for (let e = 0; e < this.model.b9.count; e++) {
9793
9797
  let f = this.model.b9._inner[e];
9794
- this.dc.s(this, f, a, b, c, d, true, false, false, true);
9798
+ this.c4.s(this, f, a, b, c, d, true, false, false, true);
9795
9799
  }
9796
9800
  }
9797
9801
  ua(a, b) {
@@ -9804,7 +9808,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
9804
9808
  }
9805
9809
  v5() {
9806
9810
  this.e5.setDataSource(this.v);
9807
- this.a5.d = this.v.actualSchema;
9811
+ this.ax.d = this.v.actualSchema;
9808
9812
  this.ye();
9809
9813
  for (let a = 0; a < this.groupDescriptions.j.count; a++) {
9810
9814
  this.xo(this.groupDescriptions.j.item(a));
@@ -9880,23 +9884,23 @@ export let DataGrid = /*@__PURE__*/ (() => {
9880
9884
  }
9881
9885
  }
9882
9886
  get actualColumns() {
9883
- return this.a4.j;
9887
+ return this.aw.j;
9884
9888
  }
9885
9889
  get columns() {
9886
- return this.dt;
9890
+ return this.dk;
9887
9891
  }
9888
9892
  wi(a, b, c) {
9889
- let d = this.cp(a.l);
9893
+ let d = this.ch(a.l);
9890
9894
  d.cx(a, this, b, c);
9891
9895
  d.cy(a, this, b, c);
9892
9896
  }
9893
9897
  wh(a, b, c, d) {
9894
9898
  a.jm = d;
9895
- let e = this.cp(a.l);
9899
+ let e = this.ch(a.l);
9896
9900
  e.cy(a, this, b, c);
9897
9901
  }
9898
- cm(a) {
9899
- return this.a5.h(a);
9902
+ ce(a) {
9903
+ return this.ax.h(a);
9900
9904
  }
9901
9905
  hideThenRemoveColumn(a) {
9902
9906
  a.gz = true;
@@ -9945,14 +9949,14 @@ export let DataGrid = /*@__PURE__*/ (() => {
9945
9949
  let f = this.model.h(b.h6).a;
9946
9950
  b.fh = 2;
9947
9951
  a.fh = 1;
9948
- this.dc.aj(this, this.columnAnimationSettings, this.model.h(b.h6), this.model.h(a.h6), f);
9952
+ this.c4.aj(this, this.columnAnimationSettings, this.model.h(b.h6), this.model.h(a.h6), f);
9949
9953
  }
9950
9954
  }
9951
9955
  ts(a, b) {
9952
9956
  this.f4.aa();
9953
- this.ak.ag();
9957
+ this.ac.ag();
9954
9958
  this.f4.a1();
9955
- if (this.cq.j) {
9959
+ if (this.ci.j) {
9956
9960
  this.i9(false);
9957
9961
  if (this.editMode == 3) {
9958
9962
  this.ue(false);
@@ -10008,14 +10012,14 @@ export let DataGrid = /*@__PURE__*/ (() => {
10008
10012
  }
10009
10013
  }
10010
10014
  v1() {
10011
- this.ga.w(this.d8, this.model);
10015
+ this.ga.w(this.d0, this.model);
10012
10016
  }
10013
10017
  vy(a, b) {
10014
10018
  b.grid = null;
10015
10019
  b.propertyChanged = delegateRemove(b.propertyChanged, runOn(this, this.t2));
10016
10020
  b.columnCellsPropertyUpdating = delegateRemove(b.columnCellsPropertyUpdating, runOn(this, this.t3));
10017
10021
  b.columnHeaderCellsPropertyUpdating = delegateRemove(b.columnHeaderCellsPropertyUpdating, runOn(this, this.t6));
10018
- this.ga.v(this.d8, a, b, this.model);
10022
+ this.ga.v(this.d0, a, b, this.model);
10019
10023
  this.xd();
10020
10024
  b.fh = 0;
10021
10025
  this.f4.ag(a, b);
@@ -10033,14 +10037,14 @@ export let DataGrid = /*@__PURE__*/ (() => {
10033
10037
  let c = b.fh;
10034
10038
  b.fh = 1;
10035
10039
  this.xd();
10036
- this.dc.ar(this, this.columnAnimationSettings, this.model.h(b.h6), true, c);
10040
+ this.c4.ar(this, this.columnAnimationSettings, this.model.h(b.h6), true, c);
10037
10041
  }
10038
10042
  else {
10039
10043
  this.xd();
10040
10044
  }
10041
10045
  for (let d = 0; d < this.sortDescriptions.j.count; d++) {
10042
10046
  if (b.i8 == this.sortDescriptions.j.item(d).f) {
10043
- b.ff = this.cc(this.sortDescriptions.j.item(d).c);
10047
+ b.ff = this.b4(this.sortDescriptions.j.item(d).c);
10044
10048
  break;
10045
10049
  }
10046
10050
  }
@@ -10048,7 +10052,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
10048
10052
  }
10049
10053
  t3(a, b, c, d, e) {
10050
10054
  if (b == "Pinned" || b == "IsHidden") {
10051
- if (this.cq.j) {
10055
+ if (this.ci.j) {
10052
10056
  this.i9(false);
10053
10057
  if (this.editMode == 3) {
10054
10058
  this.ue(false);
@@ -10093,22 +10097,22 @@ export let DataGrid = /*@__PURE__*/ (() => {
10093
10097
  b = stringReplace("EditorItemsSourceInternal", "Internal", "");
10094
10098
  }
10095
10099
  if (b == "Filter") {
10096
- this.dc.r(this, f, b, c, d, e, 11);
10100
+ this.c4.r(this, f, b, c, d, e, 11);
10097
10101
  return;
10098
10102
  }
10099
10103
  if (b == "MergedCellVerticalAlignment") {
10100
- this.dc.r(this, f, "VerticalAlignment", c, d, e, 12);
10104
+ this.c4.r(this, f, "VerticalAlignment", c, d, e, 12);
10101
10105
  return;
10102
10106
  }
10103
10107
  if (b == "MergedCellPaddingLeft" || b == "MergedCellPaddingRight" || b == "MergedCellPaddingTop" || b == "MergedCellPaddingBottom") {
10104
- this.dc.r(this, f, stringRemove(b, 0, 10), c, d, e, 12);
10108
+ this.c4.r(this, f, stringRemove(b, 0, 10), c, d, e, 12);
10105
10109
  return;
10106
10110
  }
10107
10111
  if (b == "SortDirection" && false == this.j1) {
10108
10112
  this.f8.f(a, a.ff);
10109
10113
  a.ki("Sorted");
10110
10114
  }
10111
- this.dc.s(this, f, b, c, d, e, false, false, false, false);
10115
+ this.c4.s(this, f, b, c, d, e, false, false, false, false);
10112
10116
  }
10113
10117
  wu(a, b, c, d, e) {
10114
10118
  if (c == 10) {
@@ -10117,7 +10121,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
10117
10121
  if (b != null && stringStartsWith(b, "Actual")) {
10118
10122
  b = b.substr(6);
10119
10123
  }
10120
- this.dc.s(this, null, b, c, d, e, false, false, true, false);
10124
+ this.c4.s(this, null, b, c, d, e, false, false, true, false);
10121
10125
  }
10122
10126
  t6(a, b, c, d, e) {
10123
10127
  if (c == 10) {
@@ -10130,7 +10134,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
10130
10134
  if (b != null && stringStartsWith(b, "Actual")) {
10131
10135
  b = b.substr(6);
10132
10136
  }
10133
- this.dc.s(this, f, b, c, d, e, true, false, false, false);
10137
+ this.c4.s(this, f, b, c, d, e, true, false, false, false);
10134
10138
  }
10135
10139
  pinColumn(a, b) {
10136
10140
  let c = b;
@@ -10163,7 +10167,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
10163
10167
  let f = a.fh;
10164
10168
  if (this.jm(a)) {
10165
10169
  a.fh = 6;
10166
- this.dc.al(this, this.columnAnimationSettings, this.model.h(a.h6), f);
10170
+ this.c4.al(this, this.columnAnimationSettings, this.model.h(a.h6), f);
10167
10171
  }
10168
10172
  }
10169
10173
  moveColumn(a, b) {
@@ -10236,7 +10240,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
10236
10240
  }
10237
10241
  switch (f.f6) {
10238
10242
  case 0:
10239
- let k = this.ck(b);
10243
+ let k = this.cc(b);
10240
10244
  if (null == k) {
10241
10245
  return false;
10242
10246
  }
@@ -10251,7 +10255,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
10251
10255
  return false;
10252
10256
  }
10253
10257
  if (c) {
10254
- let l = this.cj(true);
10258
+ let l = this.cb(true);
10255
10259
  if (l == null) {
10256
10260
  this.pinColumn(d._inner[a], 0);
10257
10261
  }
@@ -10267,7 +10271,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
10267
10271
  return false;
10268
10272
  }
10269
10273
  if (c) {
10270
- let m = this.cj(false);
10274
+ let m = this.cb(false);
10271
10275
  if (m == null) {
10272
10276
  this.pinColumn(d._inner[a], 0);
10273
10277
  }
@@ -10281,7 +10285,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
10281
10285
  }
10282
10286
  return true;
10283
10287
  }
10284
- ck(a) {
10288
+ cc(a) {
10285
10289
  let b = a ? 1 : 2;
10286
10290
  let c = this.actualColumns;
10287
10291
  let d = this.model.cg;
@@ -10301,7 +10305,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
10301
10305
  }
10302
10306
  return i;
10303
10307
  }
10304
- cj(a) {
10308
+ cb(a) {
10305
10309
  let b = this.actualColumns;
10306
10310
  let c = this.model.cg;
10307
10311
  let d = c.count - 1;
@@ -10328,14 +10332,14 @@ export let DataGrid = /*@__PURE__*/ (() => {
10328
10332
  c.hy = a;
10329
10333
  c.h0 = this.model.b9._inner[a].n;
10330
10334
  let d = c.fh;
10331
- this.ga.u(this.d8, this.model, a, b, c.h6);
10335
+ this.ga.u(this.d0, this.model, a, b, c.h6);
10332
10336
  if (!this.jm(c) && d != 3) {
10333
10337
  c.fh = 5;
10334
10338
  }
10335
10339
  this.xd();
10336
10340
  if (this.jm(c)) {
10337
10341
  c.fh = 6;
10338
- this.dc.al(this, this.columnAnimationSettings, this.model.h(c.h6), d);
10342
+ this.c4.al(this, this.columnAnimationSettings, this.model.h(c.h6), d);
10339
10343
  }
10340
10344
  this.f4.af(a, b, c);
10341
10345
  }
@@ -10352,7 +10356,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
10352
10356
  let d = c.fh;
10353
10357
  c.fh = 2;
10354
10358
  this.xd();
10355
- this.dc.ak(this, this.columnAnimationSettings, this.model.h(c.h6), false, d);
10359
+ this.c4.ak(this, this.columnAnimationSettings, this.model.h(c.h6), false, d);
10356
10360
  }
10357
10361
  else {
10358
10362
  c.fh = 3;
@@ -10368,12 +10372,12 @@ export let DataGrid = /*@__PURE__*/ (() => {
10368
10372
  let e = c.fh;
10369
10373
  c.fh = 1;
10370
10374
  this.xd();
10371
- this.dc.ar(this, this.columnAnimationSettings, this.model.h(c.h6), false, e);
10375
+ this.c4.ar(this, this.columnAnimationSettings, this.model.h(c.h6), false, e);
10372
10376
  }
10373
10377
  else {
10374
10378
  c.fh = 5;
10375
- this.dc.ai(this, this.model.h(c.h6));
10376
- this.d3.ab();
10379
+ this.c4.ai(this, this.model.h(c.h6));
10380
+ this.dv.ab();
10377
10381
  this.xd();
10378
10382
  }
10379
10383
  }
@@ -10422,7 +10426,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
10422
10426
  }
10423
10427
  }
10424
10428
  }
10425
- cp(a) {
10429
+ ch(a) {
10426
10430
  let b = this.e5.getRowType(a.x);
10427
10431
  if (b != 0 && b != 3) {
10428
10432
  if (a.ay) {
@@ -10436,7 +10440,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
10436
10440
  return this.sectionHeader;
10437
10441
  }
10438
10442
  else {
10439
- return this.cm(a);
10443
+ return this.ce(a);
10440
10444
  }
10441
10445
  case 2: return this.f0;
10442
10446
  case 4: return this.summaryRowRoot;
@@ -10464,15 +10468,15 @@ export let DataGrid = /*@__PURE__*/ (() => {
10464
10468
  return this.pinnedAreaSeparator;
10465
10469
  }
10466
10470
  if (a.ak) {
10467
- return this.cv;
10471
+ return this.cn;
10468
10472
  }
10469
10473
  if (a.al) {
10470
- return this.cw;
10474
+ return this.co;
10471
10475
  }
10472
10476
  if (a.am) {
10473
- return this.c5;
10477
+ return this.cx;
10474
10478
  }
10475
- let c = this.cm(a);
10479
+ let c = this.ce(a);
10476
10480
  if (a.g) {
10477
10481
  if (a.h) {
10478
10482
  return this.headerSeparator;
@@ -10488,10 +10492,10 @@ export let DataGrid = /*@__PURE__*/ (() => {
10488
10492
  }
10489
10493
  }
10490
10494
  qp(a, b, c, d) {
10491
- return this.cp(a).cm(a, b, c, d);
10495
+ return this.ch(a).cm(a, b, c, d);
10492
10496
  }
10493
- as(a, b) {
10494
- let c = this.cp(a);
10497
+ ak(a, b) {
10498
+ let c = this.ch(a);
10495
10499
  let d = c.k(a, b);
10496
10500
  d.p = this;
10497
10501
  return d;
@@ -10751,7 +10755,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
10751
10755
  if (!this.k2()) {
10752
10756
  return;
10753
10757
  }
10754
- this.dc.z(this, a, b, false);
10758
+ this.c4.z(this, a, b, false);
10755
10759
  if (this.e6.getRowCount() != this.model.c5()) {
10756
10760
  this.xd();
10757
10761
  }
@@ -10772,7 +10776,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
10772
10776
  this.scrollToRowByIndex(a);
10773
10777
  }
10774
10778
  if (this.model.actualVisibleRegion.right > this.model.absoluteWidth || this.model.actualVisibleRegion.left > this.model.absoluteWidth) {
10775
- let b = this.a5.j.count - 1;
10779
+ let b = this.ax.j.count - 1;
10776
10780
  if (b < 0) {
10777
10781
  b = 0;
10778
10782
  }
@@ -10900,7 +10904,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
10900
10904
  if (this.activeCellChanged != null) {
10901
10905
  let e = new GridActiveCellChangedEventArgs();
10902
10906
  e.newActiveCell = this.activeCell;
10903
- e.oldActiveCell = this.dn;
10907
+ e.oldActiveCell = this.df;
10904
10908
  this.activeCellChanged(this, e);
10905
10909
  }
10906
10910
  this.u8();
@@ -10927,41 +10931,41 @@ export let DataGrid = /*@__PURE__*/ (() => {
10927
10931
  u8() {
10928
10932
  if (this.jt() && this.editOnKeyPress) {
10929
10933
  if (this.activeCell != null) {
10930
- let a = this.a5.g(this.activeCell.d);
10934
+ let a = this.ax.g(this.activeCell.d);
10931
10935
  if (a != null) {
10932
10936
  let b = this.activeCell.b;
10933
10937
  let c = this.actualColumns.indexOf(a);
10934
10938
  if (a.g4) {
10935
10939
  let d = this.model.e(c, b);
10936
10940
  if (d != null) {
10937
- this.cq.ab(d);
10941
+ this.ci.ab(d);
10938
10942
  }
10939
10943
  else {
10940
- this.ax = new CellPath(3, c, b, 1);
10944
+ this.ap = new CellPath(3, c, b, 1);
10941
10945
  }
10942
10946
  }
10943
10947
  else {
10944
- this.cq.v();
10948
+ this.ci.v();
10945
10949
  }
10946
10950
  }
10947
10951
  else {
10948
- this.cq.v();
10952
+ this.ci.v();
10949
10953
  }
10950
10954
  }
10951
10955
  else {
10952
- this.cq.v();
10956
+ this.ci.v();
10953
10957
  }
10954
10958
  }
10955
10959
  }
10956
10960
  ki(a, b) {
10957
- if (this.cq.j) {
10961
+ if (this.ci.j) {
10958
10962
  return false;
10959
10963
  }
10960
10964
  if (this.activationMode == 0 || this.activeCell == null) {
10961
10965
  return false;
10962
10966
  }
10963
- let c = this.dm.b;
10964
- let d = this.dm.d;
10967
+ let c = this.de.b;
10968
+ let d = this.de.d;
10965
10969
  if (c > this.e6.getRowCount() - 1) {
10966
10970
  return false;
10967
10971
  }
@@ -10975,7 +10979,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
10975
10979
  if (e == c) {
10976
10980
  return false;
10977
10981
  }
10978
- let f = Math.min(this.ak.s(), this.actualColumns.count - 1);
10982
+ let f = Math.min(this.ac.s(), this.actualColumns.count - 1);
10979
10983
  f = this.nn(f);
10980
10984
  let g = this.actualColumns._inner[f];
10981
10985
  if (d != g.jd()) {
@@ -11022,7 +11026,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
11022
11026
  else {
11023
11027
  this.na = -1;
11024
11028
  this.m9 = -1;
11025
- this.az = null;
11029
+ this.ar = null;
11026
11030
  this.lj.clear();
11027
11031
  this.lk.clear();
11028
11032
  }
@@ -11030,15 +11034,15 @@ export let DataGrid = /*@__PURE__*/ (() => {
11030
11034
  return true;
11031
11035
  }
11032
11036
  kj(a, b) {
11033
- if (this.activationMode == 0 || this.activeCell == null || this.cq.j) {
11037
+ if (this.activationMode == 0 || this.activeCell == null || this.ci.j) {
11034
11038
  return false;
11035
11039
  }
11036
- let c = this.ak.s();
11040
+ let c = this.ac.s();
11037
11041
  let d = this.actualColumns._inner[c];
11038
11042
  let e = this.nu(true);
11039
11043
  let f = this.actualColumns._inner[e];
11040
- let g = this.dm.b;
11041
- let h = this.dm.d;
11044
+ let g = this.de.b;
11045
+ let h = this.de.d;
11042
11046
  if (b) {
11043
11047
  if (g >= this.e6.getRowCount() - 1 && h == f.jd()) {
11044
11048
  return false;
@@ -11187,15 +11191,15 @@ export let DataGrid = /*@__PURE__*/ (() => {
11187
11191
  }
11188
11192
  }
11189
11193
  kn(a, b) {
11190
- if (this.cq.j) {
11194
+ if (this.ci.j) {
11191
11195
  return false;
11192
11196
  }
11193
- let c = this.ak.s();
11197
+ let c = this.ac.s();
11194
11198
  let d = this.actualColumns._inner[c];
11195
11199
  let e = this.np(true);
11196
11200
  let f = this.actualColumns._inner[e];
11197
- let g = this.dm.b;
11198
- let h = this.dm.d;
11201
+ let g = this.de.b;
11202
+ let h = this.de.d;
11199
11203
  if (b) {
11200
11204
  if (g <= 0 && h == f.jd()) {
11201
11205
  return false;
@@ -11222,7 +11226,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
11222
11226
  return true;
11223
11227
  }
11224
11228
  kp(a, b) {
11225
- if (this.cq.j) {
11229
+ if (this.ci.j) {
11226
11230
  return false;
11227
11231
  }
11228
11232
  if (this.activationMode == 0 || this.activeCell == null) {
@@ -11231,10 +11235,10 @@ export let DataGrid = /*@__PURE__*/ (() => {
11231
11235
  if (b) {
11232
11236
  return this.kn(false, false);
11233
11237
  }
11234
- let c = this.ak.s();
11238
+ let c = this.ac.s();
11235
11239
  let d = this.model.b9._inner[c].n;
11236
- let e = this.dm.b;
11237
- let f = this.dm.d;
11240
+ let e = this.de.b;
11241
+ let f = this.de.d;
11238
11242
  if (f == null) {
11239
11243
  return false;
11240
11244
  }
@@ -11274,7 +11278,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
11274
11278
  }
11275
11279
  else {
11276
11280
  this.m9 = -1;
11277
- this.az = null;
11281
+ this.ar = null;
11278
11282
  }
11279
11283
  return true;
11280
11284
  }
@@ -11282,19 +11286,19 @@ export let DataGrid = /*@__PURE__*/ (() => {
11282
11286
  if (this.activationMode == 0 || this.activeCell == null) {
11283
11287
  return false;
11284
11288
  }
11285
- let c = this.dm.d;
11286
- let d = this.ak.s();
11289
+ let c = this.de.d;
11290
+ let d = this.ac.s();
11287
11291
  let e = this.getFirstVisibleIndex();
11288
11292
  let f = this.getLastVisibleIndex();
11289
11293
  let g = f - e;
11290
11294
  let h = Math.min(f + 1, this.e6.getRowCount() - 1);
11291
- if (!this.cq.j) {
11295
+ if (!this.ci.j) {
11292
11296
  let i = this.e6.getRowType(h);
11293
11297
  if (i == 1 || i == 2) {
11294
11298
  c = null;
11295
11299
  }
11296
11300
  else if (c == null) {
11297
- c = this.ak.v;
11301
+ c = this.ac.v;
11298
11302
  }
11299
11303
  this.activeCell = ((() => {
11300
11304
  let $ret = new GridCellPosition();
@@ -11310,19 +11314,19 @@ export let DataGrid = /*@__PURE__*/ (() => {
11310
11314
  if (this.activationMode == 0 || this.activeCell == null) {
11311
11315
  return false;
11312
11316
  }
11313
- let c = this.dm.d;
11314
- let d = this.ak.s();
11317
+ let c = this.de.d;
11318
+ let d = this.ac.s();
11315
11319
  let e = this.getFirstVisibleIndex();
11316
11320
  let f = this.getLastVisibleIndex();
11317
11321
  let g = f - e;
11318
11322
  let h = Math.max(e - g - 1, 0);
11319
- if (!this.cq.j) {
11323
+ if (!this.ci.j) {
11320
11324
  let i = this.e6.getRowType(h);
11321
11325
  if (i == 1 || i == 2) {
11322
11326
  c = null;
11323
11327
  }
11324
11328
  else if (c == null) {
11325
- c = this.ak.v;
11329
+ c = this.ac.v;
11326
11330
  }
11327
11331
  this.activeCell = ((() => {
11328
11332
  let $ret = new GridCellPosition();
@@ -11335,7 +11339,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
11335
11339
  return true;
11336
11340
  }
11337
11341
  ks(a, b) {
11338
- if (this.cq.j) {
11342
+ if (this.ci.j) {
11339
11343
  return false;
11340
11344
  }
11341
11345
  if (this.activationMode == 0 || this.activeCell == null) {
@@ -11344,10 +11348,10 @@ export let DataGrid = /*@__PURE__*/ (() => {
11344
11348
  if (b) {
11345
11349
  return this.kj(false, false);
11346
11350
  }
11347
- let c = this.ak.s();
11351
+ let c = this.ac.s();
11348
11352
  let d = this.model.b9._inner[c].n;
11349
- let e = this.dm.b;
11350
- let f = this.dm.d;
11353
+ let e = this.de.b;
11354
+ let f = this.de.d;
11351
11355
  if (f == null) {
11352
11356
  return false;
11353
11357
  }
@@ -11387,7 +11391,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
11387
11391
  }
11388
11392
  else {
11389
11393
  this.m9 = -1;
11390
- this.az = null;
11394
+ this.ar = null;
11391
11395
  }
11392
11396
  return true;
11393
11397
  }
@@ -11395,10 +11399,10 @@ export let DataGrid = /*@__PURE__*/ (() => {
11395
11399
  if (this.activationMode == 0 || this.activeCell == null) {
11396
11400
  return false;
11397
11401
  }
11398
- let c = this.ak.s();
11402
+ let c = this.ac.s();
11399
11403
  let d = this.model.b9._inner[c].n;
11400
- let e = this.dm.b;
11401
- let f = this.dm.d;
11404
+ let e = this.de.b;
11405
+ let f = this.de.d;
11402
11406
  let g = e;
11403
11407
  let h = f;
11404
11408
  let i = c;
@@ -11436,12 +11440,12 @@ export let DataGrid = /*@__PURE__*/ (() => {
11436
11440
  }
11437
11441
  d = this.model.b9._inner[o].n;
11438
11442
  h = p.jd();
11439
- } while (this.cq.j && g >= 0 && (!l || !p.g4));
11443
+ } while (this.ci.j && g >= 0 && (!l || !p.g4));
11440
11444
  if (this.groupSummaryDisplayMode != 1) {
11441
11445
  if (j == 1 || j == 2) {
11442
11446
  let q = this.nu();
11443
11447
  let r = this.actualColumns._inner[q];
11444
- this.ak.ab(e, r.jd(), false);
11448
+ this.ac.ab(e, r.jd(), false);
11445
11449
  h = null;
11446
11450
  }
11447
11451
  }
@@ -11469,21 +11473,21 @@ export let DataGrid = /*@__PURE__*/ (() => {
11469
11473
  }
11470
11474
  d = this.model.b9._inner[s].n;
11471
11475
  h = t.jd();
11472
- } while (this.cq.j && g < this.e6.getRowCount() && (!l || !t.g4));
11476
+ } while (this.ci.j && g < this.e6.getRowCount() && (!l || !t.g4));
11473
11477
  if (this.groupSummaryDisplayMode != 1) {
11474
11478
  if (j == 1 || j == 2) {
11475
11479
  let u = this.np();
11476
11480
  let v = this.actualColumns._inner[u];
11477
- this.ak.ab(e, v.jd(), false);
11481
+ this.ac.ab(e, v.jd(), false);
11478
11482
  h = null;
11479
11483
  }
11480
11484
  }
11481
11485
  i = s;
11482
11486
  n = t;
11483
11487
  }
11484
- if (this.cq.j && (f != h || e != g)) {
11488
+ if (this.ci.j && (f != h || e != g)) {
11485
11489
  this.i9(true);
11486
- if (!this.cq.j) {
11490
+ if (!this.ci.j) {
11487
11491
  this.activeCell = ((() => {
11488
11492
  let $ret = new GridCellPosition();
11489
11493
  $ret.b = g;
@@ -11508,14 +11512,14 @@ export let DataGrid = /*@__PURE__*/ (() => {
11508
11512
  w4() {
11509
11513
  }
11510
11514
  kv(a, b) {
11511
- if (this.cq.j) {
11515
+ if (this.ci.j) {
11512
11516
  return false;
11513
11517
  }
11514
11518
  if (this.activationMode == 0 || this.activeCell == null) {
11515
11519
  return false;
11516
11520
  }
11517
- let c = this.dm.b;
11518
- let d = this.dm.d;
11521
+ let c = this.de.b;
11522
+ let d = this.de.d;
11519
11523
  if (c < 0) {
11520
11524
  return false;
11521
11525
  }
@@ -11529,7 +11533,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
11529
11533
  if (e == c) {
11530
11534
  return false;
11531
11535
  }
11532
- let f = Math.min(this.ak.s(), this.actualColumns.count - 1);
11536
+ let f = Math.min(this.ac.s(), this.actualColumns.count - 1);
11533
11537
  f = this.nn(f);
11534
11538
  let g = this.actualColumns._inner[f];
11535
11539
  if (d != g.jd()) {
@@ -11576,7 +11580,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
11576
11580
  else {
11577
11581
  this.na = -1;
11578
11582
  this.m9 = -1;
11579
- this.az = null;
11583
+ this.ar = null;
11580
11584
  this.lj.clear();
11581
11585
  this.lk.clear();
11582
11586
  }
@@ -11584,7 +11588,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
11584
11588
  return true;
11585
11589
  }
11586
11590
  kk(a, b) {
11587
- if (this.cq.j) {
11591
+ if (this.ci.j) {
11588
11592
  if (this.i9(true)) {
11589
11593
  if (this.editMode == 3) {
11590
11594
  this.ue(true);
@@ -11612,7 +11616,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
11612
11616
  this.yg(this.activeCell.b);
11613
11617
  }
11614
11618
  else if (this.jt() && this.enterBehavior == 1 && (c == 0 || c == 3)) {
11615
- let d = this.ak.s();
11619
+ let d = this.ac.s();
11616
11620
  let e = this.actualColumns._inner[d];
11617
11621
  if (e != null && e.g4) {
11618
11622
  let f = this.model.e(d, this.activeCell.b);
@@ -11640,7 +11644,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
11640
11644
  return false;
11641
11645
  }
11642
11646
  kl() {
11643
- if (!this.cq.j && this.clearSelectionOnEscape) {
11647
+ if (!this.ci.j && this.clearSelectionOnEscape) {
11644
11648
  this.jd = true;
11645
11649
  if (this.selectionMode == 1 || this.selectionMode == 2) {
11646
11650
  this.deselectAllRows();
@@ -11666,15 +11670,15 @@ export let DataGrid = /*@__PURE__*/ (() => {
11666
11670
  this.notifyOnAllSelectionChanges = b;
11667
11671
  this.f4.a0();
11668
11672
  }
11669
- this.az = null;
11673
+ this.ar = null;
11670
11674
  this.na = -1;
11671
11675
  this.m9 = -1;
11672
11676
  }
11673
11677
  this.jd = false;
11674
11678
  }
11675
11679
  if (this.jt()) {
11676
- if (this.cq.p != -1) {
11677
- this.x.rejectPendingTransaction(this.cq.p);
11680
+ if (this.ci.p != -1) {
11681
+ this.x.rejectPendingTransaction(this.ci.p);
11678
11682
  }
11679
11683
  this.i9(false);
11680
11684
  if (this.editMode == 3) {
@@ -11687,7 +11691,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
11687
11691
  return this.ld();
11688
11692
  }
11689
11693
  kt(a, b) {
11690
- if (this.cq.j) {
11694
+ if (this.ci.j) {
11691
11695
  return false;
11692
11696
  }
11693
11697
  if (this.activationMode == 1 && this.activeCell != null) {
@@ -11695,7 +11699,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
11695
11699
  let c = null;
11696
11700
  let d = this.e6.getRowType(this.activeCell.b);
11697
11701
  if (d == 0 || d == 5 || d == 4 || d == 3) {
11698
- let e = this.a5.g(this.activeCell.d);
11702
+ let e = this.ax.g(this.activeCell.d);
11699
11703
  let f = this.model.h(e.h6);
11700
11704
  c = this.model.e(f.n, this.activeCell.b);
11701
11705
  }
@@ -11710,19 +11714,19 @@ export let DataGrid = /*@__PURE__*/ (() => {
11710
11714
  return false;
11711
11715
  }
11712
11716
  ld() {
11713
- if (this.cq.j) {
11717
+ if (this.ci.j) {
11714
11718
  this.i9(true);
11715
11719
  return true;
11716
11720
  }
11717
11721
  if (this.activationMode != 0 && this.activeCell != null) {
11718
11722
  let a = this.e6.getRowType(this.activeCell.b);
11719
11723
  if (this.jt() && (a == 0 || a == 3)) {
11720
- let b = this.ak.s();
11724
+ let b = this.ac.s();
11721
11725
  let c = this.actualColumns._inner[b];
11722
11726
  if (c != null && c.g4) {
11723
11727
  let d = this.model.e(b, this.activeCell.b);
11724
11728
  if (d == null) {
11725
- this.aw = new CellPath(3, b, this.activeCell.b, 1);
11729
+ this.ao = new CellPath(3, b, this.activeCell.b, 1);
11726
11730
  }
11727
11731
  else {
11728
11732
  this.k8(d);
@@ -11737,28 +11741,28 @@ export let DataGrid = /*@__PURE__*/ (() => {
11737
11741
  if (!this.jt() || a == null || a.l.a5 < 0 || a.l.x < 0 || a.l.a1 || a.ck > 0) {
11738
11742
  return false;
11739
11743
  }
11740
- this.aw = null;
11741
- this.cq.i(true, false);
11744
+ this.ao = null;
11745
+ this.ci.i(true, false);
11742
11746
  let b = false;
11743
11747
  if (this.editMode == 3) {
11744
- if (a.l.x != this.cq.o) {
11748
+ if (a.l.x != this.ci.o) {
11745
11749
  this.ue(true);
11746
11750
  b = true;
11747
11751
  }
11748
11752
  }
11749
- let c = this.cm(a.l);
11753
+ let c = this.ce(a.l);
11750
11754
  if (!c.g4) {
11751
11755
  return false;
11752
11756
  }
11753
- this.cq.ad(a);
11757
+ this.ci.ad(a);
11754
11758
  if (a.y == 0) {
11755
11759
  let d = this.model.b9._inner[a.l.a5].n;
11756
11760
  this.ty(a.l.x, d, false, a.bf);
11757
11761
  }
11758
11762
  this.mu = a.l.x;
11759
- let e = this.actualColumns._inner[this.cq.q];
11760
- let f = this.cq.o;
11761
- let g = this.cq.s;
11763
+ let e = this.actualColumns._inner[this.ci.q];
11764
+ let f = this.ci.o;
11765
+ let g = this.ci.s;
11762
11766
  if (b) {
11763
11767
  this.wq(f, g);
11764
11768
  }
@@ -11766,11 +11770,11 @@ export let DataGrid = /*@__PURE__*/ (() => {
11766
11770
  return true;
11767
11771
  }
11768
11772
  i9(a, b = true) {
11769
- if (this.cq.j) {
11770
- let c = this.actualColumns._inner[this.cq.q];
11771
- let d = this.cq.o;
11772
- let e = this.cq.s;
11773
- if (this.cq.i(a, b)) {
11773
+ if (this.ci.j) {
11774
+ let c = this.actualColumns._inner[this.ci.q];
11775
+ let d = this.ci.o;
11776
+ let e = this.ci.s;
11777
+ if (this.ci.i(a, b)) {
11774
11778
  this.vc(c, d, e);
11775
11779
  if (!this.editOnKeyPress) {
11776
11780
  this.externalGrid.focusScroller();
@@ -11786,9 +11790,9 @@ export let DataGrid = /*@__PURE__*/ (() => {
11786
11790
  return;
11787
11791
  }
11788
11792
  this.mu = -1;
11789
- let b = this.cq.o;
11790
- let c = this.cq.s;
11791
- this.cq.w();
11793
+ let b = this.ci.o;
11794
+ let c = this.ci.s;
11795
+ this.ci.w();
11792
11796
  this.wp(b, c);
11793
11797
  if (a) {
11794
11798
  if (this.autoAcceptEdits) {
@@ -11807,7 +11811,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
11807
11811
  vm(a, b) {
11808
11812
  this.jd = true;
11809
11813
  if (!this.iv) {
11810
- let c = this.selectedCells.af(a, this.a5.f(b).jd());
11814
+ let c = this.selectedCells.af(a, this.ax.f(b).jd());
11811
11815
  }
11812
11816
  if (this.selectedCellsChanged != null) {
11813
11817
  let d = new GridSelectedCellsChangedEventArgs();
@@ -12013,7 +12017,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
12013
12017
  }
12014
12018
  tt(a) {
12015
12019
  this.selectedCellRanges.add(a);
12016
- this.a0 = a;
12020
+ this.as = a;
12017
12021
  if (this.selectedCellRangesChanged != null) {
12018
12022
  let b = new GridSelectedCellRangesChangedEventArgs();
12019
12023
  b.addedRanges = ((() => {
@@ -12073,14 +12077,14 @@ export let DataGrid = /*@__PURE__*/ (() => {
12073
12077
  this.uq(a);
12074
12078
  if (b != c) {
12075
12079
  this.f4.aj(a);
12076
- this.ak.ak(a);
12080
+ this.ac.ak(a);
12077
12081
  }
12078
12082
  }
12079
12083
  uq(a) {
12080
- this.dc.am(this, a, a);
12084
+ this.c4.am(this, a, a);
12081
12085
  }
12082
12086
  vo() {
12083
- if (this.cq.j) {
12087
+ if (this.ci.j) {
12084
12088
  this.i9(false);
12085
12089
  this.mu = -1;
12086
12090
  }
@@ -12108,7 +12112,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
12108
12112
  if (b > d) {
12109
12113
  b = d;
12110
12114
  }
12111
- this.dc.z(this, a, b, true);
12115
+ this.c4.z(this, a, b, true);
12112
12116
  this.model.b5 = true;
12113
12117
  this.xe();
12114
12118
  }
@@ -12135,16 +12139,16 @@ export let DataGrid = /*@__PURE__*/ (() => {
12135
12139
  }
12136
12140
  wg(a, b) {
12137
12141
  let c = this.e6.getRowPathForRow(a);
12138
- this.d3.ae(c);
12142
+ this.dv.ae(c);
12139
12143
  this.f4.ah(this.ga.i(this.model, c));
12140
- this.ak.ai(this.ga.i(this.model, c));
12144
+ this.ac.ai(this.ga.i(this.model, c));
12141
12145
  this.w9();
12142
12146
  }
12143
12147
  wn(a, b) {
12144
12148
  let c = this.e6.getRowPathForRow(a);
12145
- this.d3.af(c);
12149
+ this.dv.af(c);
12146
12150
  this.f4.ai(this.ga.i(this.model, c), b);
12147
- this.ak.aj(this.ga.i(this.model, c));
12151
+ this.ac.aj(this.ga.i(this.model, c));
12148
12152
  if (this.selectionMode == 1 || this.selectionMode == 2) {
12149
12153
  if (this.actualPrimaryKey != null) {
12150
12154
  let d = this.e6.getItemKey(this.actualPrimaryKey, b);
@@ -12226,7 +12230,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
12226
12230
  return this.actualPrimaryKey;
12227
12231
  }
12228
12232
  resolveCellValue(a) {
12229
- let b = a.b != null ? a.b : this.a5.g(a.j);
12233
+ let b = a.b != null ? a.b : this.ax.g(a.j);
12230
12234
  let c = null;
12231
12235
  if (a.h != null) {
12232
12236
  c = a.h;
@@ -12245,7 +12249,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
12245
12249
  return null;
12246
12250
  }
12247
12251
  resolveCellValueFromPosition(a, b) {
12248
- if (b < 0 || b > this.a5.j.count) {
12252
+ if (b < 0 || b > this.ax.j.count) {
12249
12253
  return null;
12250
12254
  }
12251
12255
  if (a < 0 || a > this.e6.getRowCount() - 1) {
@@ -12262,13 +12266,13 @@ export let DataGrid = /*@__PURE__*/ (() => {
12262
12266
  }
12263
12267
  }
12264
12268
  let e = this.ga.j(b, this.model);
12265
- let f = this.a5.j._inner[e];
12269
+ let f = this.ax.j._inner[e];
12266
12270
  return this.actualDataSource.getItemProperty(c, f.i8);
12267
12271
  }
12268
12272
  getColumnAtRenderedIndex(a) {
12269
12273
  let b = this.ga.j(a, this.model);
12270
- if (b >= 0 && b < this.a5.j.count) {
12271
- return this.a5.j._inner[b];
12274
+ if (b >= 0 && b < this.ax.j.count) {
12275
+ return this.ax.j._inner[b];
12272
12276
  }
12273
12277
  return null;
12274
12278
  }
@@ -12316,8 +12320,8 @@ export let DataGrid = /*@__PURE__*/ (() => {
12316
12320
  }
12317
12321
  y(a) {
12318
12322
  let b = null;
12319
- for (let c = 0; c < this.a5.j.count; c++) {
12320
- let d = this.a5.j._inner[c];
12323
+ for (let c = 0; c < this.ax.j.count; c++) {
12324
+ let d = this.ax.j._inner[c];
12321
12325
  if (d != a && (d.ep != null || d.er != null)) {
12322
12326
  let e = this.actualDataSource.resolveSchemaPropertyType(d.i8);
12323
12327
  let f = d.er != null ? d.er : d.ep.resolveFilter(d.i8, e);
@@ -12347,14 +12351,14 @@ export let DataGrid = /*@__PURE__*/ (() => {
12347
12351
  h = this.ok(g, e);
12348
12352
  }
12349
12353
  catch (i) {
12350
- this.cq.aa(i.message);
12354
+ this.ci.aa(i.message);
12351
12355
  return false;
12352
12356
  }
12353
12357
  if (h == null && d != null || h != null && d == null || !Base.equalsStatic(h, d)) {
12354
- if (this.cq.p != -1) {
12355
- this.x.rejectPendingTransaction(this.cq.p);
12358
+ if (this.ci.p != -1) {
12359
+ this.x.rejectPendingTransaction(this.ci.p);
12356
12360
  }
12357
- this.cq.aa(null);
12361
+ this.ci.aa(null);
12358
12362
  let j = this.e6.getItemKey(this.actualPrimaryKey, c);
12359
12363
  let k = this.x.updatePropertyAtKey(j.value, f.i8, h, true);
12360
12364
  this.id = true;
@@ -12372,7 +12376,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
12372
12376
  this.cellValueChanging(this, l);
12373
12377
  let m = this.x.getTransactionErrorByID(k);
12374
12378
  if (m != null) {
12375
- this.cq.aa(m);
12379
+ this.ci.aa(m);
12376
12380
  if (a != null) {
12377
12381
  a.ey = k;
12378
12382
  }
@@ -12391,10 +12395,10 @@ export let DataGrid = /*@__PURE__*/ (() => {
12391
12395
  this.id = false;
12392
12396
  }
12393
12397
  else {
12394
- if (this.cq.p != -1) {
12395
- let o = this.x.getTransactionErrorByID(this.cq.p);
12398
+ if (this.ci.p != -1) {
12399
+ let o = this.x.getTransactionErrorByID(this.ci.p);
12396
12400
  if (o != null) {
12397
- this.cq.aa(o);
12401
+ this.ci.aa(o);
12398
12402
  return false;
12399
12403
  }
12400
12404
  }
@@ -12539,7 +12543,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
12539
12543
  }
12540
12544
  commitEdits() {
12541
12545
  if (this.jt() && this.canCommit) {
12542
- if (this.cq.j && this.cq.p != -1) {
12546
+ if (this.ci.j && this.ci.p != -1) {
12543
12547
  this.i9(false);
12544
12548
  }
12545
12549
  let a = this.x.commitEdits(true);
@@ -12629,13 +12633,13 @@ export let DataGrid = /*@__PURE__*/ (() => {
12629
12633
  if (this.activationMode != 1 || this.activeCell == null) {
12630
12634
  return;
12631
12635
  }
12632
- let a = this.a5.g(this.activeCell.d);
12636
+ let a = this.ax.g(this.activeCell.d);
12633
12637
  if (a.g4) {
12634
12638
  let b = this.model.h(a.h6);
12635
12639
  let c = this.model.e(b.n, this.activeCell.b);
12636
12640
  if (c != null) {
12637
12641
  if (this.k8(c)) {
12638
- this.cq.x();
12642
+ this.ci.x();
12639
12643
  }
12640
12644
  }
12641
12645
  }
@@ -12644,23 +12648,23 @@ export let DataGrid = /*@__PURE__*/ (() => {
12644
12648
  this.i9(a);
12645
12649
  }
12646
12650
  get enterBehavior() {
12647
- return this.cz;
12651
+ return this.cr;
12648
12652
  }
12649
12653
  set enterBehavior(a) {
12650
- let b = this.cz;
12651
- this.cz = a;
12652
- if (b != this.cz) {
12653
- this.wm("EnterBehavior", enumGetBox(EnterKeyBehaviors_$type, b), enumGetBox(EnterKeyBehaviors_$type, this.cz));
12654
+ let b = this.cr;
12655
+ this.cr = a;
12656
+ if (b != this.cr) {
12657
+ this.wm("EnterBehavior", enumGetBox(EnterKeyBehaviors_$type, b), enumGetBox(EnterKeyBehaviors_$type, this.cr));
12654
12658
  }
12655
12659
  }
12656
12660
  get enterBehaviorAfterEdit() {
12657
- return this.cx;
12661
+ return this.cp;
12658
12662
  }
12659
12663
  set enterBehaviorAfterEdit(a) {
12660
- let b = this.cx;
12661
- this.cx = a;
12662
- if (b != this.cx) {
12663
- this.wm("EnterBehaviorAfterEdit", enumGetBox(EnterKeyBehaviorAfterEdit_$type, b), enumGetBox(EnterKeyBehaviorAfterEdit_$type, this.cx));
12664
+ let b = this.cp;
12665
+ this.cp = a;
12666
+ if (b != this.cp) {
12667
+ this.wm("EnterBehaviorAfterEdit", enumGetBox(EnterKeyBehaviorAfterEdit_$type, b), enumGetBox(EnterKeyBehaviorAfterEdit_$type, this.cp));
12664
12668
  }
12665
12669
  }
12666
12670
  selectAllRows() {
@@ -12707,9 +12711,9 @@ export let DataGrid = /*@__PURE__*/ (() => {
12707
12711
  break;
12708
12712
  case 32:
12709
12713
  let d = false;
12710
- if (this.allowCopyOperation && !this.cq.j && c) {
12714
+ if (this.allowCopyOperation && !this.ci.j && c) {
12711
12715
  if (this.activeCell != null) {
12712
- let e = this.a5.g(this.activeCell.d);
12716
+ let e = this.ax.g(this.activeCell.d);
12713
12717
  let f = this.activeCell.b;
12714
12718
  let g = this.actualColumns.indexOf(e);
12715
12719
  let h = this.model.e(g, f);
@@ -12735,13 +12739,13 @@ export let DataGrid = /*@__PURE__*/ (() => {
12735
12739
  if (!this.editOnKeyPress) {
12736
12740
  return false;
12737
12741
  }
12738
- let a = this.ak.s();
12742
+ let a = this.ac.s();
12739
12743
  let b = this.actualColumns._inner[a];
12740
12744
  if (typeCast(TemplateColumn.$, b) !== null) {
12741
12745
  return false;
12742
12746
  }
12743
- if (this.av != null && this.av.a5 >= 0 && this.av.a5 < this.actualColumns.count) {
12744
- b = this.actualColumns._inner[this.av.a5];
12747
+ if (this.an != null && this.an.a5 >= 0 && this.an.a5 < this.actualColumns.count) {
12748
+ b = this.actualColumns._inner[this.an.a5];
12745
12749
  if (typeCast(TemplateColumn.$, b) !== null) {
12746
12750
  return false;
12747
12751
  }
@@ -12789,13 +12793,13 @@ export let DataGrid = /*@__PURE__*/ (() => {
12789
12793
  }
12790
12794
  }
12791
12795
  get mergedCellVerticalAlignment() {
12792
- return this.al;
12796
+ return this.ad;
12793
12797
  }
12794
12798
  set mergedCellVerticalAlignment(a) {
12795
- let b = this.al;
12796
- this.al = a;
12797
- if (this.al != b) {
12798
- this.wm("MergedCellVerticalAlignment", enumGetBox(CellContentVerticalAlignment_$type, b), enumGetBox(CellContentVerticalAlignment_$type, this.al));
12799
+ let b = this.ad;
12800
+ this.ad = a;
12801
+ if (this.ad != b) {
12802
+ this.wm("MergedCellVerticalAlignment", enumGetBox(CellContentVerticalAlignment_$type, b), enumGetBox(CellContentVerticalAlignment_$type, this.ad));
12799
12803
  }
12800
12804
  }
12801
12805
  saveLayout() {
@@ -13250,33 +13254,33 @@ export let DataGrid = /*@__PURE__*/ (() => {
13250
13254
  return 0;
13251
13255
  }
13252
13256
  get filterUIType() {
13253
- return this.c6;
13257
+ return this.cy;
13254
13258
  }
13255
13259
  set filterUIType(a) {
13256
- let b = this.c6;
13257
- this.c6 = a;
13258
- if (b != this.c6) {
13259
- this.wm("FilterUIType", enumGetBox(FilterUIType_$type, b), enumGetBox(FilterUIType_$type, this.c6));
13260
+ let b = this.cy;
13261
+ this.cy = a;
13262
+ if (b != this.cy) {
13263
+ this.wm("FilterUIType", enumGetBox(FilterUIType_$type, b), enumGetBox(FilterUIType_$type, this.cy));
13260
13264
  }
13261
13265
  }
13262
13266
  get filterLogicalOperator() {
13263
- return this.c3;
13267
+ return this.cv;
13264
13268
  }
13265
13269
  set filterLogicalOperator(a) {
13266
- let b = this.c3;
13267
- this.c3 = a;
13268
- if (b != this.c3) {
13269
- this.wm("FilterLogicalOperator", enumGetBox(FilterLogicalOperator_$type, b), enumGetBox(FilterLogicalOperator_$type, this.c3));
13270
+ let b = this.cv;
13271
+ this.cv = a;
13272
+ if (b != this.cv) {
13273
+ this.wm("FilterLogicalOperator", enumGetBox(FilterLogicalOperator_$type, b), enumGetBox(FilterLogicalOperator_$type, this.cv));
13270
13274
  }
13271
13275
  }
13272
13276
  get filterComparisonType() {
13273
- return this.c1;
13277
+ return this.ct;
13274
13278
  }
13275
13279
  set filterComparisonType(a) {
13276
- let b = this.c1;
13277
- this.c1 = a;
13278
- if (b != this.c1) {
13279
- this.wm("FilterComparisonType", enumGetBox(FilterComparisonType_$type, b), enumGetBox(FilterComparisonType_$type, this.c1));
13280
+ let b = this.ct;
13281
+ this.ct = a;
13282
+ if (b != this.ct) {
13283
+ this.wm("FilterComparisonType", enumGetBox(FilterComparisonType_$type, b), enumGetBox(FilterComparisonType_$type, this.ct));
13280
13284
  }
13281
13285
  }
13282
13286
  ju() {
@@ -13778,7 +13782,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
13778
13782
  this.x(f);
13779
13783
  let g;
13780
13784
  let h;
13781
- let i = a.a5.f(c.o);
13785
+ let i = a.ax.f(c.o);
13782
13786
  if (i == null) {
13783
13787
  return;
13784
13788
  }
@@ -13873,7 +13877,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
13873
13877
  };
13874
13878
  l.o = (m, n) => c.h;
13875
13879
  j.g(l);
13876
- a.d3.u(c, l);
13880
+ a.dv.u(c, l);
13877
13881
  let m = new ColumnCellsEffect();
13878
13882
  m.t = 1;
13879
13883
  m.bx(h);
@@ -13963,7 +13967,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
13963
13967
  if (k == 4 || k == 9) {
13964
13968
  m.ao = true;
13965
13969
  }
13966
- a.d3.t(c, m);
13970
+ a.dv.t(c, m);
13967
13971
  let n = new ColumnCellsEffect();
13968
13972
  n.t = 2;
13969
13973
  n.bx(h);
@@ -14004,7 +14008,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14004
14008
  if (k == 4 || k == 9) {
14005
14009
  n.ao = true;
14006
14010
  }
14007
- a.d3.t(c, n);
14011
+ a.dv.t(c, n);
14008
14012
  }
14009
14013
  aj(a, b, c, d, e) {
14010
14014
  if (c == null || d == null) {
@@ -14016,8 +14020,8 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14016
14020
  d.a = 1;
14017
14021
  let g;
14018
14022
  let h;
14019
- let i = a.a5.f(d.o);
14020
- let j = a.a5.f(c.o);
14023
+ let i = a.ax.f(d.o);
14024
+ let j = a.ax.f(c.o);
14021
14025
  if (i == null || j == null) {
14022
14026
  return;
14023
14027
  }
@@ -14240,7 +14244,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14240
14244
  if (h == 4 || h == 9) {
14241
14245
  l.ao = true;
14242
14246
  }
14243
- a.d3.t(b, l);
14247
+ a.dv.t(b, l);
14244
14248
  let n = new ColumnCellsEffect();
14245
14249
  n.t = 1;
14246
14250
  n.bx(e);
@@ -14336,7 +14340,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14336
14340
  if (h == 5 || h == 10) {
14337
14341
  n.ao = true;
14338
14342
  }
14339
- a.d3.t(c, n);
14343
+ a.dv.t(c, n);
14340
14344
  let o = new ColumnCellsEffect();
14341
14345
  o.t = 2;
14342
14346
  o.bx(e);
@@ -14366,7 +14370,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14366
14370
  if (h == 5 || h == 10) {
14367
14371
  o.ao = true;
14368
14372
  }
14369
- a.d3.t(b, o);
14373
+ a.dv.t(b, o);
14370
14374
  let p = new ColumnCellsEffect();
14371
14375
  p.t = 2;
14372
14376
  p.bx(e);
@@ -14395,7 +14399,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14395
14399
  if (h == 5 || h == 10) {
14396
14400
  p.ao = true;
14397
14401
  }
14398
- a.d3.t(c, p);
14402
+ a.dv.t(c, p);
14399
14403
  }
14400
14404
  u(a, b, c, d, e, f, g) {
14401
14405
  if (b == null) {
@@ -14424,7 +14428,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14424
14428
  }
14425
14429
  return b.h;
14426
14430
  };
14427
- a.d3.u(b, h);
14431
+ a.dv.u(b, h);
14428
14432
  }
14429
14433
  t(a, b, c, d, e, f, g, h) {
14430
14434
  if (c == null) {
@@ -14448,7 +14452,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14448
14452
  }
14449
14453
  return c.h;
14450
14454
  };
14451
- a.d3.u(c, i);
14455
+ a.dv.u(c, i);
14452
14456
  let j = new ColumnCellsEffect();
14453
14457
  j.bx(d);
14454
14458
  j.al = true;
@@ -14468,7 +14472,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14468
14472
  }
14469
14473
  return m.ce;
14470
14474
  };
14471
- a.d3.t(c, j);
14475
+ a.dv.t(c, j);
14472
14476
  }
14473
14477
  j(a, b) {
14474
14478
  if (a == null) {
@@ -14498,7 +14502,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14498
14502
  if (c == null) {
14499
14503
  return;
14500
14504
  }
14501
- let e = a.a5.f(c.o);
14505
+ let e = a.ax.f(c.o);
14502
14506
  if (e == null) {
14503
14507
  return;
14504
14508
  }
@@ -14540,7 +14544,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14540
14544
  if (!a.jr(e)) {
14541
14545
  h.ba = 0;
14542
14546
  }
14543
- a.d3.u(c, h);
14547
+ a.dv.u(c, h);
14544
14548
  }
14545
14549
  al(a, b, c, d) {
14546
14550
  if (c == null) {
@@ -14550,7 +14554,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14550
14554
  this.x(e);
14551
14555
  let f;
14552
14556
  let g;
14553
- let h = a.a5.f(c.o);
14557
+ let h = a.ax.f(c.o);
14554
14558
  if (h == null) {
14555
14559
  return;
14556
14560
  }
@@ -14691,7 +14695,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14691
14695
  ae = c.h;
14692
14696
  return c.h;
14693
14697
  };
14694
- a.d3.u(c, ab);
14698
+ a.dv.u(c, ab);
14695
14699
  let ai = new ColumnCellsEffect();
14696
14700
  ai.ar = true;
14697
14701
  ai.bx(g);
@@ -14718,7 +14722,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14718
14722
  ai.g = new CellPath(0, 0, c.m, a.model.bx.y, a.model.bx.x);
14719
14723
  ai.e = new CellPath(0, 0, c.m, a.model.bw.y, a.model.bw.x);
14720
14724
  }
14721
- a.d3.t(c, ai);
14725
+ a.dv.t(c, ai);
14722
14726
  }
14723
14727
  static at(a, b, c, d, e) {
14724
14728
  if (a.cm > a.cj) {
@@ -14803,7 +14807,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14803
14807
  this.x(f);
14804
14808
  let g;
14805
14809
  let h;
14806
- let i = a.a5.f(c.o);
14810
+ let i = a.ax.f(c.o);
14807
14811
  if (i == null) {
14808
14812
  return;
14809
14813
  }
@@ -14912,7 +14916,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14912
14916
  if (j == 5 || j == 10) {
14913
14917
  m.ao = true;
14914
14918
  }
14915
- a.d3.t(c, m);
14919
+ a.dv.t(c, m);
14916
14920
  let n = 0;
14917
14921
  switch (j) {
14918
14922
  case 2:
@@ -14941,7 +14945,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14941
14945
  w.h = v + (u - v) * p;
14942
14946
  };
14943
14947
  o.o = (p, q) => c.h;
14944
- a.d3.u(c, o);
14948
+ a.dv.u(c, o);
14945
14949
  let p = new ColumnCellsEffect();
14946
14950
  p.t = 2;
14947
14951
  p.bx(g);
@@ -14987,7 +14991,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
14987
14991
  if (j == 5 || j == 10) {
14988
14992
  p.ao = true;
14989
14993
  }
14990
- a.d3.t(c, p);
14994
+ a.dv.t(c, p);
14991
14995
  }
14992
14996
  r(a, b, c, d, e, f, g) {
14993
14997
  if (!a.model.b4()) {
@@ -15135,13 +15139,13 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15135
15139
  k.ba = 0;
15136
15140
  }
15137
15141
  if (g == 4) {
15138
- a.d3.x(k);
15142
+ a.dv.x(k);
15139
15143
  }
15140
15144
  else if (g == 2 || g == 8 || g == 6) {
15141
- a.d3.y(k);
15145
+ a.dv.y(k);
15142
15146
  }
15143
15147
  else {
15144
- a.d3.t(b, k);
15148
+ a.dv.t(b, k);
15145
15149
  }
15146
15150
  }
15147
15151
  s(a, b, c, d, e, f, g, h, i, j) {
@@ -15327,13 +15331,13 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15327
15331
  n.ba = 0;
15328
15332
  }
15329
15333
  if (h) {
15330
- a.d3.x(n);
15334
+ a.dv.x(n);
15331
15335
  }
15332
15336
  else if (i) {
15333
- a.d3.y(n);
15337
+ a.dv.y(n);
15334
15338
  }
15335
15339
  else {
15336
- a.d3.t(b, n);
15340
+ a.dv.t(b, n);
15337
15341
  }
15338
15342
  }
15339
15343
  am(a, b, c) {
@@ -15378,7 +15382,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15378
15382
  if (!a.kb) {
15379
15383
  i.ba = 0;
15380
15384
  }
15381
- a.d3.v(j, i);
15385
+ a.dv.v(j, i);
15382
15386
  }
15383
15387
  }
15384
15388
  ai(a, b) {
@@ -15392,7 +15396,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15392
15396
  let f = new GridEffectGroup(1);
15393
15397
  f.effectsFinished = delegateCombine(f.effectsFinished, (g, h) => this.w(c));
15394
15398
  f.effectsCanceled = delegateCombine(f.effectsCanceled, (g, h) => this.v(c));
15395
- let g = a.a5.f(b.o);
15399
+ let g = a.ax.f(b.o);
15396
15400
  if (g == null) {
15397
15401
  return;
15398
15402
  }
@@ -15411,7 +15415,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15411
15415
  a.xd();
15412
15416
  return k.g;
15413
15417
  };
15414
- a.d3.u(b, h);
15418
+ a.dv.u(b, h);
15415
15419
  let i = new ColumnCellsEffect();
15416
15420
  f.g(i);
15417
15421
  i.t = 1;
@@ -15429,7 +15433,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15429
15433
  l.ca = 1;
15430
15434
  return l.cd;
15431
15435
  };
15432
- a.d3.t(b, i);
15436
+ a.dv.t(b, i);
15433
15437
  }
15434
15438
  z(a, b, c, d) {
15435
15439
  let e = this.p();
@@ -15445,7 +15449,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15445
15449
  i.effectsCanceled = delegateCombine(i.effectsCanceled, (j, k) => this.v(e));
15446
15450
  for (let j = 0; j < h.b9.count; j++) {
15447
15451
  let k = h.b9._inner[j];
15448
- let l = a.a5.f(k.o);
15452
+ let l = a.ax.f(k.o);
15449
15453
  if (l == null) {
15450
15454
  continue;
15451
15455
  }
@@ -15463,7 +15467,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15463
15467
  let t = o;
15464
15468
  let u = p;
15465
15469
  if (s.l.aj) {
15466
- let v = a.cm(s.l);
15470
+ let v = a.ce(s.l);
15467
15471
  if (a.e6.isPlaceholderValue(s.l)) {
15468
15472
  n = 0;
15469
15473
  }
@@ -15504,7 +15508,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15504
15508
  if (!a.jf || d) {
15505
15509
  m.ba = 0;
15506
15510
  }
15507
- a.d3.t(k, m);
15511
+ a.dv.t(k, m);
15508
15512
  }
15509
15513
  }
15510
15514
  ag(a, b, c, d, e) {
@@ -15520,7 +15524,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15520
15524
  return;
15521
15525
  }
15522
15526
  let j = i.b9._inner[d];
15523
- let k = a.a5.f(j.o);
15527
+ let k = a.ax.f(j.o);
15524
15528
  if (k == null) {
15525
15529
  return;
15526
15530
  }
@@ -15539,7 +15543,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15539
15543
  let s = n;
15540
15544
  let t = o;
15541
15545
  if (r.l.aj) {
15542
- let u = a.cm(r.l);
15546
+ let u = a.ce(r.l);
15543
15547
  if (a.e6.isPlaceholderValue(r.l)) {
15544
15548
  m = 0;
15545
15549
  }
@@ -15580,7 +15584,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15580
15584
  if (!a.jf || e) {
15581
15585
  l.ba = 0;
15582
15586
  }
15583
- a.d3.t(j, l);
15587
+ a.dv.t(j, l);
15584
15588
  }
15585
15589
  ao(a, b) {
15586
15590
  let c = this.p();
@@ -15626,7 +15630,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15626
15630
  if (!a.kb || a.dragger.isDragActive) {
15627
15631
  g.ba = 0;
15628
15632
  }
15629
- a.d3.v(h, g);
15633
+ a.dv.v(h, g);
15630
15634
  }
15631
15635
  aq(a, b) {
15632
15636
  let c = this.p();
@@ -15672,7 +15676,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15672
15676
  if (!a.kb || a.dragger.isDragActive) {
15673
15677
  g.ba = 0;
15674
15678
  }
15675
- a.d3.v(h, g);
15679
+ a.dv.v(h, g);
15676
15680
  }
15677
15681
  ae(a, b, c, d) {
15678
15682
  let e = this.p();
@@ -15712,7 +15716,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15712
15716
  if (!a.jg || a.dragger.isDragActive) {
15713
15717
  h.ba = 0;
15714
15718
  }
15715
- a.d3.r(i, h, d);
15719
+ a.dv.r(i, h, d);
15716
15720
  }
15717
15721
  aa(a, b, c, d) {
15718
15722
  let e = this.p();
@@ -15749,7 +15753,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15749
15753
  h.g = new CellPath(0, 0, c, i.y, i.x);
15750
15754
  h.e = new CellPath(0, 0, c, i.y, i.x);
15751
15755
  }
15752
- a.d3.r(i, h, d);
15756
+ a.dv.r(i, h, d);
15753
15757
  }
15754
15758
  af(a, b, c, d) {
15755
15759
  let e = this.p();
@@ -15789,7 +15793,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15789
15793
  if (!a.jg || a.dragger.isDragActive) {
15790
15794
  h.ba = 0;
15791
15795
  }
15792
- a.d3.r(i, h, d);
15796
+ a.dv.r(i, h, d);
15793
15797
  }
15794
15798
  ab(a, b, c, d) {
15795
15799
  let e = this.p();
@@ -15826,7 +15830,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15826
15830
  h.g = new CellPath(0, 0, c, i.y, i.x);
15827
15831
  h.e = new CellPath(0, 0, c, i.y, i.x);
15828
15832
  }
15829
- a.d3.r(i, h, d);
15833
+ a.dv.r(i, h, d);
15830
15834
  }
15831
15835
  ac(a, b, c) {
15832
15836
  let d = this.p();
@@ -15866,7 +15870,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15866
15870
  if (!a.jg || a.dragger.isDragActive) {
15867
15871
  g.ba = 0;
15868
15872
  }
15869
- a.d3.s(h, g);
15873
+ a.dv.s(h, g);
15870
15874
  }
15871
15875
  ad(a, b, c) {
15872
15876
  let d = this.p();
@@ -15906,7 +15910,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15906
15910
  if (!a.jg || a.dragger.isDragActive) {
15907
15911
  g.ba = 0;
15908
15912
  }
15909
- a.d3.s(h, g);
15913
+ a.dv.s(h, g);
15910
15914
  }
15911
15915
  an(a, b) {
15912
15916
  let c = this.p();
@@ -15947,7 +15951,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15947
15951
  if (!a.j9) {
15948
15952
  e.ba = 0;
15949
15953
  }
15950
- a.d3.v(f, e);
15954
+ a.dv.v(f, e);
15951
15955
  }
15952
15956
  ap(a, b) {
15953
15957
  let c = this.p();
@@ -15988,7 +15992,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
15988
15992
  if (!a.j9) {
15989
15993
  e.ba = 0;
15990
15994
  }
15991
- a.d3.v(f, e);
15995
+ a.dv.v(f, e);
15992
15996
  }
15993
15997
  }
15994
15998
  GridAnimationManager.$t = /*@__PURE__*/ markType(GridAnimationManager, 'GridAnimationManager');
@@ -16081,7 +16085,7 @@ export let CellKey = /*@__PURE__*/ (() => {
16081
16085
  }
16082
16086
  get b() {
16083
16087
  if ((this.a == null || this.a.grid != this.d) && this.d != null) {
16084
- this.a = this.d.a5.g(this.j);
16088
+ this.a = this.d.ax.g(this.j);
16085
16089
  }
16086
16090
  return this.a;
16087
16091
  }
@@ -18170,8 +18174,8 @@ export let DataGridColumn = /*@__PURE__*/ (() => {
18170
18174
  a.a1 = b.e6.isDeletedRow(d);
18171
18175
  a.ey = b.e6.getPendingEditID(d, this.i8);
18172
18176
  a.h2 = b.e6.getError(a.ey);
18173
- if (b.cq.b == a) {
18174
- b.cq.u = a.g3;
18177
+ if (b.ci.b == a) {
18178
+ b.ci.u = a.g3;
18175
18179
  }
18176
18180
  if (b.f4.p(a)) {
18177
18181
  a.ch = 1;
@@ -18179,7 +18183,7 @@ export let DataGridColumn = /*@__PURE__*/ (() => {
18179
18183
  else {
18180
18184
  a.ch = 0;
18181
18185
  }
18182
- if (b.ak.m(a)) {
18186
+ if (b.ac.m(a)) {
18183
18187
  a.b7 = 1;
18184
18188
  }
18185
18189
  else {
@@ -18947,10 +18951,10 @@ export let HoverManager = /*@__PURE__*/ (() => {
18947
18951
  this.a.delayedExecutionManager.executeIn(() => {
18948
18952
  if (this.d != this.e) {
18949
18953
  if (this.e > -1) {
18950
- this.a.dc.ap(this.a, this.e);
18954
+ this.a.c4.ap(this.a, this.e);
18951
18955
  }
18952
18956
  if (this.d > -1) {
18953
- this.a.dc.an(this.a, this.d);
18957
+ this.a.c4.an(this.a, this.d);
18954
18958
  }
18955
18959
  this.e = this.d;
18956
18960
  }
@@ -19981,11 +19985,11 @@ export let SelectionManager = /*@__PURE__*/ (() => {
19981
19985
  }
19982
19986
  if (c && !d) {
19983
19987
  let i = this.a.ga.j(b, this.a.model);
19984
- this.a.dc.ad(this.a, a, i);
19988
+ this.a.c4.ad(this.a, a, i);
19985
19989
  }
19986
19990
  else if (!c && d) {
19987
19991
  let j = this.a.ga.j(b, this.a.model);
19988
- this.a.dc.ac(this.a, a, j);
19992
+ this.a.c4.ac(this.a, a, j);
19989
19993
  }
19990
19994
  }
19991
19995
  r() {
@@ -20095,7 +20099,7 @@ export let SelectionManager = /*@__PURE__*/ (() => {
20095
20099
  }
20096
20100
  for (let h = 0; h < e.count; h++) {
20097
20101
  if (e._inner[h] >= 0 && e._inner[h] <= this.a.actualColumns.count) {
20098
- this.a.dc.ag(this.a, c, d, e._inner[h], true);
20102
+ this.a.c4.ag(this.a, c, d, e._inner[h], true);
20099
20103
  }
20100
20104
  }
20101
20105
  }
@@ -20117,7 +20121,7 @@ export let SelectionManager = /*@__PURE__*/ (() => {
20117
20121
  }
20118
20122
  for (let h = 0; h < e.count; h++) {
20119
20123
  if (e._inner[h] >= 0 && e._inner[h] <= this.a.actualColumns.count) {
20120
- this.a.dc.ag(this.a, c, d, e._inner[h], true);
20124
+ this.a.c4.ag(this.a, c, d, e._inner[h], true);
20121
20125
  }
20122
20126
  }
20123
20127
  }
@@ -20160,7 +20164,7 @@ export let SelectionManager = /*@__PURE__*/ (() => {
20160
20164
  }
20161
20165
  }
20162
20166
  for (let i = 0; i < f.count; i++) {
20163
- this.a.dc.ag(this.a, d, e, f._inner[i], true);
20167
+ this.a.c4.ag(this.a, d, e, f._inner[i], true);
20164
20168
  }
20165
20169
  }
20166
20170
  w(a, b) {
@@ -20215,7 +20219,7 @@ export let SelectionManager = /*@__PURE__*/ (() => {
20215
20219
  }
20216
20220
  for (let f = 0; f < a.count; f++) {
20217
20221
  if (!b.contains(a._inner[f])) {
20218
- this.a.dc.aq(this.a, a._inner[f]);
20222
+ this.a.c4.aq(this.a, a._inner[f]);
20219
20223
  }
20220
20224
  }
20221
20225
  }
@@ -20252,7 +20256,7 @@ export let SelectionManager = /*@__PURE__*/ (() => {
20252
20256
  }
20253
20257
  }
20254
20258
  if (!b.q.contains(l)) {
20255
- this.a.dc.af(this.a, l, this.d.item(c._inner[j]), c._inner[j]);
20259
+ this.a.c4.af(this.a, l, this.d.item(c._inner[j]), c._inner[j]);
20256
20260
  }
20257
20261
  }
20258
20262
  }
@@ -20686,7 +20690,7 @@ export let DataAdapter = /*@__PURE__*/ (() => {
20686
20690
  c = e;
20687
20691
  }
20688
20692
  else {
20689
- let f = a.cm(b);
20693
+ let f = a.ce(b);
20690
20694
  c = f.i8;
20691
20695
  }
20692
20696
  return this.resolveValue(b.x, c);
@@ -21421,7 +21425,7 @@ export let EditorDefinition = /*@__PURE__*/ (() => {
21421
21425
  if (f != null) {
21422
21426
  let g = b.e6.getPendingEditID(d, f.i8);
21423
21427
  e.h2 = b.e6.getError(g);
21424
- e.lq = b.cq.f(f);
21428
+ e.lq = b.ci.f(f);
21425
21429
  e.md = f.h8;
21426
21430
  e.mm = f.i4;
21427
21431
  e.lk = f.en;
@@ -21552,14 +21556,14 @@ export let FilterRowDefinition = /*@__PURE__*/ (() => {
21552
21556
  a.f5 = this.es;
21553
21557
  a.f1 = this.eq;
21554
21558
  let e = a;
21555
- let f = b.cm(a.l);
21559
+ let f = b.ce(a.l);
21556
21560
  e.lu = f.g5;
21557
21561
  }
21558
21562
  cz(a, b, c, d) {
21559
21563
  super.cz(a, b, c, d);
21560
21564
  let e = a;
21561
21565
  if (b.actualDataSource != null) {
21562
- let f = b.cm(a.l);
21566
+ let f = b.ce(a.l);
21563
21567
  e.ls = f.fu;
21564
21568
  e.lo = b.actualDataSource.resolveSchemaPropertyType(f.i8);
21565
21569
  e.lm = f.ep;
@@ -21825,7 +21829,7 @@ export let Header = /*@__PURE__*/ (() => {
21825
21829
  }
21826
21830
  cz(a, b, c, d) {
21827
21831
  super.cz(a, b, c, d);
21828
- let e = b.cm(a.l);
21832
+ let e = b.ce(a.l);
21829
21833
  if (e != null) {
21830
21834
  if (a.l.g && e.gy()) {
21831
21835
  let f = e.f8;
@@ -23202,7 +23206,7 @@ export let SectionHeader = /*@__PURE__*/ (() => {
23202
23206
  else {
23203
23207
  w.ch = 0;
23204
23208
  }
23205
- if (b.ak.m(w)) {
23209
+ if (b.ac.m(w)) {
23206
23210
  w.b7 = 1;
23207
23211
  }
23208
23212
  else {
@@ -23724,7 +23728,7 @@ export let SummaryRow = /*@__PURE__*/ (() => {
23724
23728
  let e = typeCast(DataSourceSpecialRow.$, d);
23725
23729
  let f = stringEmpty();
23726
23730
  let g = stringEmpty();
23727
- let h = b.cm(a.l);
23731
+ let h = b.ce(a.l);
23728
23732
  if (h != null) {
23729
23733
  let i = e.getSummaryResults(h.i8);
23730
23734
  if (i.length > 0 && b.summaryDescriptions.j.count > 0) {
@@ -23747,7 +23751,7 @@ export let SummaryRow = /*@__PURE__*/ (() => {
23747
23751
  else {
23748
23752
  l.ch = 0;
23749
23753
  }
23750
- if (b.ak.m(l)) {
23754
+ if (b.ac.m(l)) {
23751
23755
  l.b7 = 1;
23752
23756
  }
23753
23757
  else {
@@ -24178,7 +24182,7 @@ export let TextHeader = /*@__PURE__*/ (() => {
24178
24182
  cx(a, b, c, d) {
24179
24183
  super.cx(a, b, c, d);
24180
24184
  let e = a;
24181
- let f = b.cm(a.l);
24185
+ let f = b.ce(a.l);
24182
24186
  e.lo = f.e6;
24183
24187
  e.l6 = f.k9;
24184
24188
  e.lq = f.fa;
@@ -24186,7 +24190,7 @@ export let TextHeader = /*@__PURE__*/ (() => {
24186
24190
  cz(a, b, c, d) {
24187
24191
  super.cz(a, b, c, d);
24188
24192
  let e = a;
24189
- let f = b.cm(a.l);
24193
+ let f = b.ce(a.l);
24190
24194
  e.ll = f.im;
24191
24195
  e.jb = e.ll;
24192
24196
  e.n = f.ff;
@@ -25144,20 +25148,20 @@ export let GridEffectManager = /*@__PURE__*/ (() => {
25144
25148
  let a = this.k.count > 0;
25145
25149
  let b = this.p();
25146
25150
  let c = this.a.model;
25147
- let d = this.a.d8;
25151
+ let d = this.a.d0;
25148
25152
  this.f(b, c, d);
25149
25153
  return a;
25150
25154
  }
25151
25155
  ac() {
25152
25156
  let a = this.p();
25153
25157
  let b = this.a.model;
25154
- let c = this.a.d8;
25158
+ let c = this.a.d0;
25155
25159
  this.g(a, b, c);
25156
25160
  }
25157
25161
  ab() {
25158
25162
  let a = this.p();
25159
25163
  let b = this.a.model;
25160
- let c = this.a.d8;
25164
+ let c = this.a.d0;
25161
25165
  this.e(a, b, c);
25162
25166
  }
25163
25167
  an(a) {
@@ -25167,7 +25171,7 @@ export let GridEffectManager = /*@__PURE__*/ (() => {
25167
25171
  return;
25168
25172
  }
25169
25173
  let c = this.a.model;
25170
- let d = this.a.d8;
25174
+ let d = this.a.d0;
25171
25175
  let e = true;
25172
25176
  if (!this.f(b, c, d)) {
25173
25177
  e = false;
@@ -25544,7 +25548,7 @@ export let GridLayerController = /*@__PURE__*/ (() => {
25544
25548
  let n = b.qp(a, b, k, m);
25545
25549
  j = this.e.a(n);
25546
25550
  if (j == null) {
25547
- j = b.as(a, n);
25551
+ j = b.ak(a, n);
25548
25552
  }
25549
25553
  else {
25550
25554
  j.kd();
@@ -25569,7 +25573,7 @@ export let GridLayerController = /*@__PURE__*/ (() => {
25569
25573
  j.bb = h;
25570
25574
  j.a6 = a.am && a.ay;
25571
25575
  j.y = a.d;
25572
- j.ba = b.cq.j && b.cq.m(j);
25576
+ j.ba = b.ci.j && b.ci.m(j);
25573
25577
  let p = false;
25574
25578
  let q = false;
25575
25579
  let r = j.l.a5;
@@ -25607,7 +25611,7 @@ export let GridLayerController = /*@__PURE__*/ (() => {
25607
25611
  i.bg = g;
25608
25612
  i.bb = h;
25609
25613
  i.y = a.d;
25610
- i.ba = b.cq.j && b.cq.m(i);
25614
+ i.ba = b.ci.j && b.ci.m(i);
25611
25615
  if (a.bb != u && a.x >= 0 && a.a5 >= 0) {
25612
25616
  i.bi = b.f4.p(i);
25613
25617
  i.ch = i.bi ? 1 : 0;
@@ -25791,7 +25795,7 @@ export let VisibilityEngine = /*@__PURE__*/ (() => {
25791
25795
  a.w3();
25792
25796
  this.d = f.b;
25793
25797
  this.c = f.a;
25794
- let j = a.d8;
25798
+ let j = a.d0;
25795
25799
  a.kz = true;
25796
25800
  this.ag(a, b, f, j);
25797
25801
  if (b.cg.count == 0) {
@@ -25810,7 +25814,7 @@ export let VisibilityEngine = /*@__PURE__*/ (() => {
25810
25814
  this.v(a, b, b.actualVisibleRegion, f);
25811
25815
  this.af(a, b, f, j);
25812
25816
  this.y(a, b, b.actualVisibleRegion, f);
25813
- a.d3.ab();
25817
+ a.dv.ab();
25814
25818
  a.kz = false;
25815
25819
  }
25816
25820
  a(a, b, c, d) {
@@ -25944,7 +25948,7 @@ export let VisibilityEngine = /*@__PURE__*/ (() => {
25944
25948
  l = true;
25945
25949
  }
25946
25950
  else if (!m) {
25947
- let ab = a.cm(aa);
25951
+ let ab = a.ce(aa);
25948
25952
  if (!ab.g5) {
25949
25953
  l = true;
25950
25954
  }
@@ -25954,13 +25958,13 @@ export let VisibilityEngine = /*@__PURE__*/ (() => {
25954
25958
  let ac = 0;
25955
25959
  }
25956
25960
  if (aa.af == 2) {
25957
- if (j != a.cq.r || k != a.cq.q) {
25961
+ if (j != a.ci.r || k != a.ci.q) {
25958
25962
  l = true;
25959
25963
  }
25960
- if (a.ax != null && (a.ax.x != j || a.ax.a5 != k)) {
25964
+ if (a.ap != null && (a.ap.x != j || a.ap.a5 != k)) {
25961
25965
  l = true;
25962
25966
  }
25963
- if (a.aw != null && (a.aw.x != j || a.aw.a5 != k)) {
25967
+ if (a.ao != null && (a.ao.x != j || a.ao.a5 != k)) {
25964
25968
  l = true;
25965
25969
  }
25966
25970
  if (!l) {
@@ -25968,16 +25972,16 @@ export let VisibilityEngine = /*@__PURE__*/ (() => {
25968
25972
  }
25969
25973
  }
25970
25974
  if (aa.af == 3) {
25971
- if (!a.cq.j) {
25975
+ if (!a.ci.j) {
25972
25976
  l = true;
25973
25977
  }
25974
- if (j != a.cq.r) {
25978
+ if (j != a.ci.r) {
25975
25979
  l = true;
25976
25980
  }
25977
- if (a.ax != null && a.ax.x != j) {
25981
+ if (a.ap != null && a.ap.x != j) {
25978
25982
  l = true;
25979
25983
  }
25980
- if (a.aw != null && a.aw.x != j) {
25984
+ if (a.ao != null && a.ao.x != j) {
25981
25985
  l = true;
25982
25986
  }
25983
25987
  if (!l) {
@@ -26040,9 +26044,9 @@ export let VisibilityEngine = /*@__PURE__*/ (() => {
26040
26044
  }
26041
26045
  }
26042
26046
  if (l) {
26043
- a.d8.j(aa, y, b);
26044
- if (a.cq.b == y.q._inner[z]) {
26045
- a.cq.ac(null);
26047
+ a.d0.j(aa, y, b);
26048
+ if (a.ci.b == y.q._inner[z]) {
26049
+ a.ci.ac(null);
26046
26050
  }
26047
26051
  }
26048
26052
  }
@@ -26112,7 +26116,7 @@ export let VisibilityEngine = /*@__PURE__*/ (() => {
26112
26116
  }
26113
26117
  }
26114
26118
  if (o) {
26115
- a.d8.j(m, k, b);
26119
+ a.d0.j(m, k, b);
26116
26120
  }
26117
26121
  }
26118
26122
  }
@@ -26131,7 +26135,7 @@ export let VisibilityEngine = /*@__PURE__*/ (() => {
26131
26135
  let f = d.b;
26132
26136
  let g = d.a;
26133
26137
  let h = c.ce;
26134
- let i = b.d8;
26138
+ let i = b.d0;
26135
26139
  let j = g.y;
26136
26140
  let k = d.d;
26137
26141
  let l = d.f;
@@ -26316,7 +26320,7 @@ export let VisibilityEngine = /*@__PURE__*/ (() => {
26316
26320
  }
26317
26321
  u.add(t.item(av));
26318
26322
  if (!e) {
26319
- this.aa(a, b, d, j, a.d8, av, aw, ay, true, a1, a2, a3, az, a0);
26323
+ this.aa(a, b, d, j, a.d0, av, aw, ay, true, a1, a2, a3, az, a0);
26320
26324
  }
26321
26325
  }
26322
26326
  if (q) {
@@ -26340,7 +26344,7 @@ export let VisibilityEngine = /*@__PURE__*/ (() => {
26340
26344
  if (!e) {
26341
26345
  j.i = true;
26342
26346
  j.o = (b.da - 1) - a4;
26343
- this.aa(a, b, d, j, a.d8, a6, a7, a9, true, bd, bd, bc, ba, bb);
26347
+ this.aa(a, b, d, j, a.d0, a6, a7, a9, true, bd, bd, bc, ba, bb);
26344
26348
  j.i = false;
26345
26349
  j.o = -1;
26346
26350
  }
@@ -26374,7 +26378,7 @@ export let VisibilityEngine = /*@__PURE__*/ (() => {
26374
26378
  }
26375
26379
  }
26376
26380
  if (!e) {
26377
- this.aa(a, b, d, j, a.d8, be, bf, bg, false, bi, bj, bh, false, false);
26381
+ this.aa(a, b, d, j, a.d0, be, bf, bg, false, bi, bj, bh, false, false);
26378
26382
  }
26379
26383
  }
26380
26384
  return u;
@@ -26719,7 +26723,7 @@ export let VisibilityEngine = /*@__PURE__*/ (() => {
26719
26723
  return e;
26720
26724
  }
26721
26725
  v(a, b, c, d) {
26722
- let e = a.cq;
26726
+ let e = a.ci;
26723
26727
  if (e.r != -1 && e.q != -1) {
26724
26728
  let f = a.actualColumns._inner[e.q];
26725
26729
  let g = e.r;
@@ -26732,7 +26736,7 @@ export let VisibilityEngine = /*@__PURE__*/ (() => {
26732
26736
  let l = h.k;
26733
26737
  let m = b.ce._inner[0].e(g);
26734
26738
  this.ap(a, f, i, b, j, k, l, m);
26735
- if (a.editMode == 3 && a.cq.j) {
26739
+ if (a.editMode == 3 && a.ci.j) {
26736
26740
  let n = i.ab();
26737
26741
  n.af = 3;
26738
26742
  n.x = g;
@@ -26744,7 +26748,7 @@ export let VisibilityEngine = /*@__PURE__*/ (() => {
26744
26748
  }
26745
26749
  }
26746
26750
  ap(a, b, c, d, e, f, g, h) {
26747
- let i = a.cq.h(b, c.x);
26751
+ let i = a.ci.h(b, c.x);
26748
26752
  this.aj(a, d, c, i, 9, f, e, g, h);
26749
26753
  }
26750
26754
  ao(a, b, c, d, e, f, g) {
@@ -26877,20 +26881,20 @@ export let VisibilityEngine = /*@__PURE__*/ (() => {
26877
26881
  this.ak(a, b, c, d, e, f, g, h, i, false, false, false);
26878
26882
  }
26879
26883
  ak(a, b, c, d, e, f, g, h, i, j, k, l) {
26880
- let m = a.d8.b(c, a, b, d, e, j, k, l);
26881
- a.d8.h(m, b, f, g, h, i);
26884
+ let m = a.d0.b(c, a, b, d, e, j, k, l);
26885
+ a.d0.h(m, b, f, g, h, i);
26882
26886
  this.al(a, m);
26883
26887
  this.ai(a, m);
26884
- if (a.cq.j) {
26885
- if (a.cq.b == null && a.cq.r == m.l.x && a.cq.q == m.l.a5 && !m.l.ak) {
26886
- a.cq.ac(m);
26888
+ if (a.ci.j) {
26889
+ if (a.ci.b == null && a.ci.r == m.l.x && a.ci.q == m.l.a5 && !m.l.ak) {
26890
+ a.ci.ac(m);
26887
26891
  }
26888
26892
  }
26889
26893
  else {
26890
- if (a.ax != null && a.ax.equals(m.l)) {
26891
- a.cq.ab(m);
26894
+ if (a.ap != null && a.ap.equals(m.l)) {
26895
+ a.ci.ab(m);
26892
26896
  }
26893
- if (a.aw != null && a.aw.equals(m.l)) {
26897
+ if (a.ao != null && a.ao.equals(m.l)) {
26894
26898
  a.k8(m);
26895
26899
  }
26896
26900
  }
@@ -26949,7 +26953,7 @@ export let VisibilityEngine = /*@__PURE__*/ (() => {
26949
26953
  }
26950
26954
  c = true;
26951
26955
  }
26952
- let 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));
26956
+ let 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));
26953
26957
  let h = b.bf && b.bg;
26954
26958
  if (g && b.l.a0) {
26955
26959
  let i = this.e.q;
@@ -27286,10 +27290,6 @@ export let PushRowResult = /*@__PURE__*/ (() => {
27286
27290
  PushRowResult.$t = /*@__PURE__*/ markType(PushRowResult, 'PushRowResult');
27287
27291
  return PushRowResult;
27288
27292
  })();
27289
- /**
27290
- * @hidden
27291
- */
27292
- export let ICellRenderingEngine_$type = /*@__PURE__*/ new Type(null, 'ICellRenderingEngine');
27293
27293
  /**
27294
27294
  * @hidden
27295
27295
  */
@@ -27414,7 +27414,7 @@ export let SpatialEngine = /*@__PURE__*/ (() => {
27414
27414
  a.model.cz = 0;
27415
27415
  a.model.c0 = 0;
27416
27416
  this.q(a, b, c);
27417
- a.d3.ac();
27417
+ a.dv.ac();
27418
27418
  a.model.absoluteHeight += truncate(a.inset.bottom);
27419
27419
  }
27420
27420
  s(a) {
@@ -28119,13 +28119,13 @@ export let ResponsiveEngine = /*@__PURE__*/ (() => {
28119
28119
  }
28120
28120
  else {
28121
28121
  this.a.delayedExecutionManager.executeIn(() => {
28122
- let c = this.a.dc;
28122
+ let c = this.a.c4;
28123
28123
  c.animationCompleted = delegateCombine(c.animationCompleted, runOn(this, this.p));
28124
- let d = this.a.dc;
28124
+ let d = this.a.c4;
28125
28125
  d.animationCanceled = delegateCombine(d.animationCanceled, runOn(this, this.o));
28126
- this.a.dc.as();
28126
+ this.a.c4.as();
28127
28127
  this.u(a);
28128
- this.j = this.a.dc.m();
28128
+ this.j = this.a.c4.m();
28129
28129
  if (this.j.count == 0) {
28130
28130
  this.r(-1);
28131
28131
  }
@@ -28148,9 +28148,9 @@ export let ResponsiveEngine = /*@__PURE__*/ (() => {
28148
28148
  this.j.remove(a);
28149
28149
  }
28150
28150
  if (this.j.count == 0) {
28151
- let b = this.a.dc;
28151
+ let b = this.a.c4;
28152
28152
  b.animationCompleted = delegateRemove(b.animationCompleted, runOn(this, this.p));
28153
- let c = this.a.dc;
28153
+ let c = this.a.c4;
28154
28154
  c.animationCanceled = delegateRemove(c.animationCanceled, runOn(this, this.o));
28155
28155
  this.c.l = this.c.l + 1;
28156
28156
  this.t(this.c);