igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +767 -690
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CheckboxListView_combined.js +2 -2
  4. package/esm2015/lib/ColumnFilterCondition_combined.js +680 -640
  5. package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
  6. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +1 -1
  7. package/esm2015/lib/DataGridScrollerKeyboardListener.js +4 -1
  8. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  9. package/esm2015/lib/DraggerView.js +8 -8
  10. package/esm2015/lib/GridExternalWrapper.js +6 -0
  11. package/esm2015/lib/GridFilterDialogView_combined.js +36 -35
  12. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  13. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  14. package/esm2015/lib/SectionHeaderCell.js +12 -0
  15. package/esm2015/lib/SummaryCell.js +9 -0
  16. package/esm2015/lib/TemplateCell.js +1 -1
  17. package/esm2015/lib/igc-data-grid-component.js +7 -1
  18. package/esm5/lib/CheckboxListView_combined.js +2 -2
  19. package/esm5/lib/ColumnFilterCondition_combined.js +677 -637
  20. package/esm5/lib/ColumnGroupingView_combined.js +1 -1
  21. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +1 -1
  22. package/esm5/lib/DataGridScrollerKeyboardListener.js +4 -1
  23. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  24. package/esm5/lib/DraggerView.js +8 -8
  25. package/esm5/lib/GridExternalWrapper.js +6 -0
  26. package/esm5/lib/GridFilterDialogView_combined.js +36 -35
  27. package/esm5/lib/NativeUIComboFactory.js +1 -1
  28. package/esm5/lib/NativeUIGridFactory.js +2 -2
  29. package/esm5/lib/SectionHeaderCell.js +12 -0
  30. package/esm5/lib/SummaryCell.js +9 -0
  31. package/esm5/lib/TemplateCell.js +1 -1
  32. package/esm5/lib/igc-data-grid-component.js +7 -1
  33. package/fesm2015/igniteui-webcomponents-data-grids.js +769 -692
  34. package/fesm5/igniteui-webcomponents-data-grids.js +768 -691
  35. package/lib/ColumnFilterCondition_combined.d.ts +117 -114
  36. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  37. package/lib/GridExternalWrapper.d.ts +2 -0
  38. package/lib/SectionHeaderCell.d.ts +2 -0
  39. package/lib/SummaryCell.d.ts +2 -0
  40. package/lib/igc-data-grid-component.d.ts +2 -0
  41. package/package.json +4 -4
@@ -985,12 +985,12 @@ let DefaultCellActionManager = /*@__PURE__*/ (() => {
985
985
  }
986
986
  previewMouseDownCell(a, b, c) {
987
987
  if (this.b != null && this.a != null) {
988
- this.b.xj(this.a, a, b, c);
988
+ this.b.xk(this.a, a, b, c);
989
989
  }
990
990
  }
991
991
  previewMouseUpCell(a, b, c) {
992
992
  if (this.b != null && this.a != null) {
993
- this.b.xk(this.a, a, b, c);
993
+ this.b.xl(this.a, a, b, c);
994
994
  }
995
995
  }
996
996
  mouseDownCell(a, b) {
@@ -1015,7 +1015,7 @@ let DefaultCellActionManager = /*@__PURE__*/ (() => {
1015
1015
  }
1016
1016
  mouseIsOver(a, b) {
1017
1017
  if (this.b != null && this.a != null) {
1018
- this.b.xi(this.a, a, b);
1018
+ this.b.xj(this.a, a, b);
1019
1019
  }
1020
1020
  }
1021
1021
  doubleClicked(a) {
@@ -1099,7 +1099,7 @@ let DefaultCellActionManager = /*@__PURE__*/ (() => {
1099
1099
  return this.b.ap != null;
1100
1100
  }
1101
1101
  get mousePosition() {
1102
- return this.b.acg;
1102
+ return this.b.ach;
1103
1103
  }
1104
1104
  get isGridDragging() {
1105
1105
  if (this.b != null && this.b.dragger != null) {
@@ -6034,7 +6034,7 @@ let DataSourceNotificationBridge = /*@__PURE__*/ (() => {
6034
6034
  }
6035
6035
  }
6036
6036
  notifySetItem(a, b, c) {
6037
- this.b.x1(a, b, c);
6037
+ this.b.x2(a, b, c);
6038
6038
  if (this.a != null) {
6039
6039
  this.a.notifySetItem(a, b, c);
6040
6040
  }
@@ -6046,13 +6046,13 @@ let DataSourceNotificationBridge = /*@__PURE__*/ (() => {
6046
6046
  }
6047
6047
  }
6048
6048
  notifyInsertItem(a, b) {
6049
- this.b.xf(a, b);
6049
+ this.b.xg(a, b);
6050
6050
  if (this.a != null) {
6051
6051
  this.a.notifyInsertItem(a, b);
6052
6052
  }
6053
6053
  }
6054
6054
  notifyRemoveItem(a, b) {
6055
- this.b.xm(a, b);
6055
+ this.b.xn(a, b);
6056
6056
  if (this.a != null) {
6057
6057
  this.a.notifyRemoveItem(a, b);
6058
6058
  }
@@ -6286,11 +6286,9 @@ let EditingManager = /*@__PURE__*/ (() => {
6286
6286
  c.definitionPropertyUpdated = delegateCombine(c.definitionPropertyUpdated, runOn(this, this.y));
6287
6287
  }
6288
6288
  y(a, b) {
6289
- if (this.r != -1 && this.q != -1) {
6290
- if (b.animationType != 10) {
6291
- if (this.c != null) {
6292
- this.g.c6.r(this.g, this.c, b.propertyName, b.animationType, b.oldValue, b.newValue, 9);
6293
- }
6289
+ if (b.animationType != 10) {
6290
+ if (this.c != null) {
6291
+ this.g.c6.r(this.g, this.c, b.propertyName, b.animationType, b.oldValue, b.newValue, 9);
6294
6292
  }
6295
6293
  }
6296
6294
  }
@@ -6377,7 +6375,7 @@ let EditingManager = /*@__PURE__*/ (() => {
6377
6375
  x() {
6378
6376
  }
6379
6377
  z() {
6380
- this.g.ye();
6378
+ this.g.yf();
6381
6379
  }
6382
6380
  h(a, b) {
6383
6381
  if (a.is != 0) {
@@ -6489,7 +6487,7 @@ let DataGrid = /*@__PURE__*/ (() => {
6489
6487
  let b = this.gp;
6490
6488
  this.gp = a;
6491
6489
  if (b != this.gp) {
6492
- this.xl("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.gp));
6490
+ this.xm("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.gp));
6493
6491
  }
6494
6492
  }
6495
6493
  wp(a) {
@@ -6614,15 +6612,15 @@ let DataGrid = /*@__PURE__*/ (() => {
6614
6612
  })()));
6615
6613
  }
6616
6614
  }
6617
- xr(a, b) {
6615
+ xs(a, b) {
6618
6616
  this.vn(a);
6619
6617
  }
6620
6618
  xe(a) {
6621
6619
  if (a.w == 2) {
6622
- this.zn(a.l.x);
6620
+ this.zo(a.l.x);
6623
6621
  }
6624
6622
  }
6625
- zn(a) {
6623
+ zo(a) {
6626
6624
  if (this.ck.j) {
6627
6625
  if (!this.je(true)) {
6628
6626
  return;
@@ -6709,7 +6707,7 @@ let DataGrid = /*@__PURE__*/ (() => {
6709
6707
  let g = this.model.b9._inner[a.l.a5].n;
6710
6708
  if (this.selectionBehavior == 1) {
6711
6709
  if (b) {
6712
- this.ya(a.l.x, g);
6710
+ this.yb(a.l.x, g);
6713
6711
  }
6714
6712
  else {
6715
6713
  if (c && this.au != null) {
@@ -6719,20 +6717,20 @@ let DataGrid = /*@__PURE__*/ (() => {
6719
6717
  this.uo(Math.min(this.au.k, h), Math.max(this.au.k, h), Math.min(this.au.l, i), Math.max(this.au.l, i));
6720
6718
  }
6721
6719
  else {
6722
- this.ym();
6720
+ this.yn();
6723
6721
  this.uo(g, g, a.l.x, a.l.x);
6724
6722
  }
6725
6723
  }
6726
6724
  }
6727
6725
  else if (this.selectionBehavior == 0) {
6728
- this.ya(a.l.x, g);
6726
+ this.yb(a.l.x, g);
6729
6727
  }
6730
6728
  }
6731
6729
  }
6732
6730
  else {
6733
6731
  this.f6.z(a, c, b, this.selectionBehavior == 0);
6734
6732
  }
6735
- this.x0();
6733
+ this.x1();
6736
6734
  if (this.activationMode == 1) {
6737
6735
  this.ae.aa(a);
6738
6736
  }
@@ -6748,12 +6746,12 @@ let DataGrid = /*@__PURE__*/ (() => {
6748
6746
  })()));
6749
6747
  }
6750
6748
  }
6751
- ya(a, b) {
6749
+ yb(a, b) {
6752
6750
  let c = false;
6753
6751
  for (let d = 0; d < this.selectedCellRanges.count; d++) {
6754
6752
  let e = this.selectedCellRanges._inner[d];
6755
6753
  if (e.k == b && e.i == b && e.l == a && e.j == a) {
6756
- this.yn(this.selectedCellRanges._inner[d]);
6754
+ this.yo(this.selectedCellRanges._inner[d]);
6757
6755
  c = true;
6758
6756
  break;
6759
6757
  }
@@ -6769,7 +6767,7 @@ let DataGrid = /*@__PURE__*/ (() => {
6769
6767
  let b = this.bs;
6770
6768
  this.bs = a;
6771
6769
  if (b != this.bs) {
6772
- this.xl("ColumnResizingMode", enumGetBox(ColumnResizingMode_$type, b), enumGetBox(ColumnResizingMode_$type, this.bs));
6770
+ this.xm("ColumnResizingMode", enumGetBox(ColumnResizingMode_$type, b), enumGetBox(ColumnResizingMode_$type, this.bs));
6773
6771
  }
6774
6772
  }
6775
6773
  get columnMovingMode() {
@@ -6779,7 +6777,7 @@ let DataGrid = /*@__PURE__*/ (() => {
6779
6777
  let b = this.be;
6780
6778
  this.be = a;
6781
6779
  if (b != this.be) {
6782
- this.xl("ColumnMovingMode", enumGetBox(ColumnMovingMode_$type, b), enumGetBox(ColumnMovingMode_$type, this.be));
6780
+ this.xm("ColumnMovingMode", enumGetBox(ColumnMovingMode_$type, b), enumGetBox(ColumnMovingMode_$type, this.be));
6783
6781
  }
6784
6782
  }
6785
6783
  get isRowHoverEnabled() {
@@ -6789,52 +6787,52 @@ let DataGrid = /*@__PURE__*/ (() => {
6789
6787
  let b = this.h8;
6790
6788
  this.h8 = a;
6791
6789
  if (b != this.h8) {
6792
- this.xl("IsRowHoverEnabled", b, this.h8);
6790
+ this.xm("IsRowHoverEnabled", b, this.h8);
6793
6791
  }
6794
6792
  }
6795
6793
  get rowHoverBackground() {
6796
- return this.aap;
6794
+ return this.aaq;
6797
6795
  }
6798
6796
  set rowHoverBackground(a) {
6799
- let b = this.aap;
6800
- this.aap = a;
6801
- if (b != this.aap) {
6802
- this.xl("RowHoverBackground", b, this.aap);
6797
+ let b = this.aaq;
6798
+ this.aaq = a;
6799
+ if (b != this.aaq) {
6800
+ this.xm("RowHoverBackground", b, this.aaq);
6803
6801
  }
6804
6802
  }
6805
6803
  get rowHoverTextColor() {
6806
- return this.aaq;
6804
+ return this.aar;
6807
6805
  }
6808
6806
  set rowHoverTextColor(a) {
6809
- let b = this.aaq;
6810
- this.aaq = a;
6811
- if (b != this.aaq) {
6812
- this.xl("RowHoverTextColor", b, this.aaq);
6807
+ let b = this.aar;
6808
+ this.aar = a;
6809
+ if (b != this.aar) {
6810
+ this.xm("RowHoverTextColor", b, this.aar);
6813
6811
  }
6814
6812
  }
6815
6813
  get editRowBorder() {
6816
- return this.aah;
6814
+ return this.aai;
6817
6815
  }
6818
6816
  set editRowBorder(a) {
6819
- let b = this.aah;
6820
- this.aah = a;
6821
- if (b != this.aah) {
6822
- this.xl("EditRowBorder", b, this.aah);
6817
+ let b = this.aai;
6818
+ this.aai = a;
6819
+ if (b != this.aai) {
6820
+ this.xm("EditRowBorder", b, this.aai);
6823
6821
  }
6824
6822
  }
6825
6823
  get editRowBorderWidth() {
6826
- return this.acm;
6824
+ return this.acn;
6827
6825
  }
6828
6826
  set editRowBorderWidth(a) {
6829
- let b = this.acm;
6830
- this.acm = a;
6831
- if (b != this.acm) {
6832
- this.xl("EditRowBorderWidth", b, this.acm);
6827
+ let b = this.acn;
6828
+ this.acn = a;
6829
+ if (b != this.acn) {
6830
+ this.xm("EditRowBorderWidth", b, this.acn);
6833
6831
  }
6834
6832
  }
6835
6833
  wf(a, b, c) {
6836
6834
  this.ap = a.l.ab();
6837
- this.acg = { $type: Point_$type, x: b, y: c };
6835
+ this.ach = { $type: Point_$type, x: b, y: c };
6838
6836
  this.hx = a.bo && a.bp;
6839
6837
  if (this.dragger != null && this.columnResizingMode != 2 && this.ap.h) {
6840
6838
  let d = this.az.j._inner[a.l.a5];
@@ -6873,10 +6871,10 @@ let DataGrid = /*@__PURE__*/ (() => {
6873
6871
  this.e2.f(-1);
6874
6872
  }
6875
6873
  }
6876
- xj(a, b, c, d) {
6877
- }
6878
6874
  xk(a, b, c, d) {
6879
6875
  }
6876
+ xl(a, b, c, d) {
6877
+ }
6880
6878
  get oj() {
6881
6879
  return this.na;
6882
6880
  }
@@ -6908,7 +6906,7 @@ let DataGrid = /*@__PURE__*/ (() => {
6908
6906
  }
6909
6907
  }
6910
6908
  }
6911
- xi(a, b, c) {
6909
+ xj(a, b, c) {
6912
6910
  if (this.dragger == null || !this.dragger.isDragActive) {
6913
6911
  if (a.l.h && this.columnResizingMode != 2) {
6914
6912
  let d = this.az.j._inner[a.l.a5];
@@ -6945,7 +6943,7 @@ let DataGrid = /*@__PURE__*/ (() => {
6945
6943
  }
6946
6944
  else if (this.selectionMode == 5 && this.mouseDragSelectionEnabled && a.aj && !a.a0) {
6947
6945
  if (!d) {
6948
- this.ym();
6946
+ this.yn();
6949
6947
  }
6950
6948
  this.no = a.x;
6951
6949
  this.nn = this.model.b9._inner[a.a5].n;
@@ -7031,13 +7029,13 @@ let DataGrid = /*@__PURE__*/ (() => {
7031
7029
  }
7032
7030
  }
7033
7031
  else if (this.dragger.dragType == 3) {
7034
- this.x0();
7032
+ this.x1();
7035
7033
  if (this.deferEventForRowDragSelection) {
7036
7034
  this.va();
7037
7035
  }
7038
7036
  }
7039
7037
  else if (this.dragger.dragType == 0) {
7040
- this.x0();
7038
+ this.x1();
7041
7039
  }
7042
7040
  }
7043
7041
  w6(a, b) {
@@ -7179,29 +7177,29 @@ let DataGrid = /*@__PURE__*/ (() => {
7179
7177
  xa(a) {
7180
7178
  if (a || !this.i5(this.l9 + this.model.actualVisibleRegion.x, this.ma + this.model.actualVisibleRegion.y)) {
7181
7179
  let b = this.l9 + this.model.actualVisibleRegion.x;
7182
- let c = this.aci(b, this.l8, this.l9, this.ma);
7180
+ let c = this.acj(b, this.l8, this.l9, this.ma);
7183
7181
  let d = this.av(c, this.no, this.nn, this.iu);
7184
- this.y4(d);
7182
+ this.y5(d);
7185
7183
  }
7186
7184
  }
7187
- y4(a) {
7185
+ y5(a) {
7188
7186
  if (this.at == null) {
7189
7187
  this.at = a;
7190
7188
  this.un(this.at);
7191
7189
  }
7192
7190
  else {
7193
- this.zs(a);
7191
+ this.zt(a);
7194
7192
  }
7195
7193
  }
7196
7194
  xb(a, b) {
7197
7195
  if (a || !this.i5(this.l9 + this.model.actualVisibleRegion.x, this.ma + this.model.actualVisibleRegion.y)) {
7198
7196
  let c = this.l9 + this.model.actualVisibleRegion.x;
7199
- let d = this.aci(c, this.l8, this.l9, this.ma);
7197
+ let d = this.acj(c, this.l8, this.l9, this.ma);
7200
7198
  let e = this.av(d, this.no, 0, this.iu);
7201
- this.y9(e.l, e.j);
7199
+ this.za(e.l, e.j);
7202
7200
  }
7203
7201
  }
7204
- y9(a, b) {
7202
+ za(a, b) {
7205
7203
  for (let c = a; c <= b; c++) {
7206
7204
  if (this.lt.contains(c)) {
7207
7205
  continue;
@@ -7238,7 +7236,7 @@ let DataGrid = /*@__PURE__*/ (() => {
7238
7236
  }
7239
7237
  }
7240
7238
  }
7241
- aci(a, b, c, d) {
7239
+ acj(a, b, c, d) {
7242
7240
  c += this.model.actualVisibleRegion.x;
7243
7241
  d += this.model.actualVisibleRegion.y;
7244
7242
  return new Rect(0, Math.min(a, c), Math.min(b, d), Math.abs(c - a), Math.abs(d - b));
@@ -7384,7 +7382,7 @@ let DataGrid = /*@__PURE__*/ (() => {
7384
7382
  }
7385
7383
  this.hb.requestFrame(this.ni);
7386
7384
  }
7387
- zs(a) {
7385
+ zt(a) {
7388
7386
  if (a.k != this.at.k || a.i != this.at.i || a.l != this.at.l || a.j != this.at.j) {
7389
7387
  this.at.k = a.k;
7390
7388
  this.at.i = a.i;
@@ -7427,11 +7425,11 @@ let DataGrid = /*@__PURE__*/ (() => {
7427
7425
  this.be = 0;
7428
7426
  this.e2 = null;
7429
7427
  this.h8 = true;
7430
- this.aap = null;
7431
7428
  this.aaq = null;
7432
- this.aah = null;
7433
- this.acm = new Thickness(0, 1);
7434
- this.acg = null;
7429
+ this.aar = null;
7430
+ this.aai = null;
7431
+ this.acn = new Thickness(0, 1);
7432
+ this.ach = null;
7435
7433
  this.as = null;
7436
7434
  this.ap = null;
7437
7435
  this.hx = false;
@@ -7535,7 +7533,7 @@ let DataGrid = /*@__PURE__*/ (() => {
7535
7533
  this.bb = 1;
7536
7534
  this.a8 = 1;
7537
7535
  this.a0 = 1;
7538
- this.acn = new Thickness(1, 0, 0, 0, 0);
7536
+ this.aco = new Thickness(1, 0, 0, 0, 0);
7539
7537
  this.ch = 5;
7540
7538
  this.c2 = 1;
7541
7539
  this.el = 1;
@@ -7552,71 +7550,71 @@ let DataGrid = /*@__PURE__*/ (() => {
7552
7550
  this.hy = false;
7553
7551
  this.h3 = true;
7554
7552
  this.h4 = true;
7555
- this.z5 = null;
7556
- this.aax = null;
7557
- this.aa0 = null;
7558
- this.aa4 = null;
7553
+ this.z6 = null;
7554
+ this.aay = null;
7555
+ this.aa1 = null;
7556
+ this.aa5 = null;
7559
7557
  this.mf = NaN;
7560
7558
  this.gu = null;
7561
7559
  this.mb = NaN;
7562
- this.aag = null;
7563
- this.aaz = null;
7560
+ this.aah = null;
7561
+ this.aa0 = null;
7562
+ this.aap = null;
7564
7563
  this.aao = null;
7565
- this.aan = null;
7566
7564
  this.dh = null;
7567
7565
  this.dg = null;
7568
- this.z4 = null;
7569
- this.z6 = null;
7570
- this.aal = null;
7566
+ this.z5 = null;
7567
+ this.z7 = null;
7568
+ this.aam = null;
7571
7569
  this.f7 = 0;
7572
7570
  this.gt = null;
7573
- this.aaw = null;
7574
- this.aay = null;
7571
+ this.aax = null;
7572
+ this.aaz = null;
7575
7573
  this.gw = null;
7576
7574
  this.gx = null;
7577
7575
  this.gz = null;
7578
- this.aa3 = null;
7576
+ this.aa4 = null;
7579
7577
  this.gy = null;
7580
7578
  this.g0 = null;
7581
- this.aa7 = null;
7582
- this.aa1 = null;
7583
- this.aa5 = null;
7579
+ this.aa8 = null;
7584
7580
  this.aa2 = null;
7585
7581
  this.aa6 = null;
7582
+ this.aa3 = null;
7583
+ this.aa7 = null;
7586
7584
  this.nd = truncate(DeviceUtils.g(2));
7587
7585
  this.m8 = truncate(DeviceUtils.g(1));
7588
- this.aak = null;
7589
- this.aai = null;
7590
- this.aam = null;
7591
- this.gv = null;
7592
- this.aar = null;
7586
+ this.aal = null;
7593
7587
  this.aaj = null;
7594
- this.aau = null;
7588
+ this.aan = null;
7589
+ this.gv = null;
7595
7590
  this.aas = null;
7591
+ this.aak = null;
7592
+ this.aav = null;
7596
7593
  this.aat = null;
7594
+ this.aau = null;
7597
7595
  this.m4 = truncate(DeviceUtils.g(4));
7598
7596
  this.l5 = 1;
7599
7597
  this.m2 = truncate(DeviceUtils.g(2));
7600
7598
  this.l4 = 1;
7601
- this.aaf = null;
7602
- this.z7 = null;
7599
+ this.aag = null;
7600
+ this.z8 = null;
7603
7601
  this.ip = false;
7604
7602
  this.bi = 0;
7605
- this.aac = null;
7603
+ this.aad = null;
7606
7604
  this.bk = 0;
7607
- this.z1 = null;
7608
- this.z3 = null;
7609
- this.acl = GridStyleRepository.u;
7610
- this.acj = GridStyleRepository.u;
7611
- this.ack = new Thickness(0, NaN);
7605
+ this.z2 = null;
7606
+ this.z4 = null;
7607
+ this.acm = GridStyleRepository.u;
7608
+ this.ack = GridStyleRepository.u;
7609
+ this.acl = new Thickness(0, NaN);
7612
7610
  this.ih = false;
7613
- this.zv = GridStyleRepository.p;
7614
- this.zu = new CornerRadius(0, NaN);
7615
- this.zt = GridStyleRepository.p;
7611
+ this.zw = GridStyleRepository.p;
7612
+ this.zv = new CornerRadius(0, NaN);
7613
+ this.zu = GridStyleRepository.p;
7616
7614
  this.ht = true;
7617
7615
  this.iv = false;
7618
- this.z0 = null;
7619
- this.z2 = null;
7616
+ this.z1 = null;
7617
+ this.z3 = null;
7620
7618
  this.g9 = new DefaultPlatformPixelConverter();
7621
7619
  this.e3 = null;
7622
7620
  this.fr = null;
@@ -7739,13 +7737,13 @@ let DataGrid = /*@__PURE__*/ (() => {
7739
7737
  this.pb = null;
7740
7738
  this.pc = null;
7741
7739
  this.gn = 1;
7742
- this.aav = null;
7743
- this.z9 = null;
7744
- this.aae = null;
7745
- this.aad = null;
7740
+ this.aaw = null;
7746
7741
  this.aaa = null;
7742
+ this.aaf = null;
7743
+ this.aae = null;
7747
7744
  this.aab = null;
7748
- this.z8 = null;
7745
+ this.aac = null;
7746
+ this.z9 = null;
7749
7747
  this.hh = false;
7750
7748
  this.hl = false;
7751
7749
  this.sectionHeader = new SectionHeader();
@@ -7761,10 +7759,10 @@ let DataGrid = /*@__PURE__*/ (() => {
7761
7759
  this.cq = new EditRowDefinition();
7762
7760
  this.cz = new FilterRowDefinition();
7763
7761
  this.cz.grid = this;
7764
- this.ack = this.acl;
7765
- this.zu = this.zv;
7766
- this.z1 = GridStyleRepository.s(this.theme, 28);
7767
- this.z0 = GridStyleRepository.s(this.theme, 29);
7762
+ this.acl = this.acm;
7763
+ this.zv = this.zw;
7764
+ this.z2 = GridStyleRepository.s(this.theme, 28);
7765
+ this.z1 = GridStyleRepository.s(this.theme, 29);
7768
7766
  this.ay = new ColumnController(this.dm, this.autoGenerateColumns, runOn(this, this.vz));
7769
7767
  let a = this.ay.j;
7770
7768
  a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.um));
@@ -7776,19 +7774,19 @@ let DataGrid = /*@__PURE__*/ (() => {
7776
7774
  this.j6 = this.k7();
7777
7775
  this.f6 = new SelectionManager(this, this.c6);
7778
7776
  this.ae = new ActivationManager(this, this.c6);
7779
- this.ed.ag(runOn(this, this.y7));
7780
- this.ei.an(runOn(this, this.y8));
7781
- this.d9.an(runOn(this, this.y6));
7777
+ this.ed.ag(runOn(this, this.y8));
7778
+ this.ei.an(runOn(this, this.y9));
7779
+ this.d9.an(runOn(this, this.y7));
7782
7780
  let b = this.d6;
7783
- b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.y5));
7784
- this.ec.ag(runOn(this, this.x6));
7785
- this.eh.an(runOn(this, this.x7));
7781
+ b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.y6));
7782
+ this.ec.ag(runOn(this, this.x7));
7783
+ this.eh.an(runOn(this, this.x8));
7786
7784
  this.b3 = new ColumnSortDescriptionCollection();
7787
7785
  this.a3 = new ColumnGroupDescriptionCollection();
7788
7786
  this.b8 = new ColumnSummaryDescriptionCollection();
7789
- this.b3.m(runOn(this, this.ze));
7787
+ this.b3.m(runOn(this, this.zf));
7790
7788
  this.a3.m(runOn(this, this.vh));
7791
- this.b8.m(runOn(this, this.zg));
7789
+ this.b8.m(runOn(this, this.zh));
7792
7790
  this.u = new FilterExpressionCollection();
7793
7791
  this.u.n(runOn(this, this.ve));
7794
7792
  this.ga = new SortManager(this);
@@ -7818,26 +7816,26 @@ let DataGrid = /*@__PURE__*/ (() => {
7818
7816
  this.ab = new SortGroupParser();
7819
7817
  this.ac = new SummaryParser();
7820
7818
  }
7821
- yu(a) {
7819
+ yv(a) {
7822
7820
  if (this.actualDataSource != null && this.actualDataSource.actualSchema != null) {
7823
7821
  a.m = this.actualDataSource.resolveSchemaPropertyType(a.f);
7824
7822
  a.o = true;
7825
7823
  }
7826
7824
  }
7827
- yv(a) {
7825
+ yw(a) {
7828
7826
  if (this.actualDataSource != null && this.actualDataSource.actualSchema != null) {
7829
7827
  a.g = this.actualDataSource.resolveSchemaPropertyType(a.ah);
7830
7828
  a.s = true;
7831
7829
  }
7832
7830
  }
7833
- zg(a, b) {
7831
+ zh(a, b) {
7834
7832
  switch (b.action) {
7835
7833
  case 0:
7836
7834
  if (b.newItems != null) {
7837
7835
  for (let c = 0; c < b.newItems.count; c++) {
7838
7836
  let d = b.newItems.item(c);
7839
7837
  if (!d.s) {
7840
- this.yv(d);
7838
+ this.yw(d);
7841
7839
  }
7842
7840
  }
7843
7841
  }
@@ -7858,7 +7856,7 @@ let DataGrid = /*@__PURE__*/ (() => {
7858
7856
  for (let c = 0; c < b.newItems.count; c++) {
7859
7857
  let d = b.newItems.item(c);
7860
7858
  if (!d.o) {
7861
- this.yu(d);
7859
+ this.yv(d);
7862
7860
  }
7863
7861
  }
7864
7862
  }
@@ -7901,7 +7899,7 @@ let DataGrid = /*@__PURE__*/ (() => {
7901
7899
  })()));
7902
7900
  }
7903
7901
  }
7904
- ze(a, b) {
7902
+ zf(a, b) {
7905
7903
  this.j7 = true;
7906
7904
  try {
7907
7905
  switch (b.action) {
@@ -7909,7 +7907,7 @@ let DataGrid = /*@__PURE__*/ (() => {
7909
7907
  if (b.newItems != null) {
7910
7908
  for (let c = 0; c < b.newItems.count; c++) {
7911
7909
  let d = b.newItems.item(c);
7912
- this.zm(d.f, this.b6(d.c));
7910
+ this.zn(d.f, this.b6(d.c));
7913
7911
  }
7914
7912
  }
7915
7913
  break;
@@ -7917,7 +7915,7 @@ let DataGrid = /*@__PURE__*/ (() => {
7917
7915
  if (b.oldItems != null) {
7918
7916
  for (let e = 0; e < b.oldItems.count; e++) {
7919
7917
  let f = b.oldItems.item(e);
7920
- this.zm(f.f, 0);
7918
+ this.zn(f.f, 0);
7921
7919
  }
7922
7920
  }
7923
7921
  break;
@@ -7925,13 +7923,13 @@ let DataGrid = /*@__PURE__*/ (() => {
7925
7923
  if (b.oldItems != null) {
7926
7924
  for (let g = 0; g < b.oldItems.count; g++) {
7927
7925
  let h = b.oldItems.item(g);
7928
- this.zm(h.f, 0);
7926
+ this.zn(h.f, 0);
7929
7927
  }
7930
7928
  }
7931
7929
  if (b.newItems != null) {
7932
7930
  for (let i = 0; i < b.newItems.count; i++) {
7933
7931
  let j = b.newItems.item(i);
7934
- this.zm(j.f, this.b6(j.c));
7932
+ this.zn(j.f, this.b6(j.c));
7935
7933
  }
7936
7934
  }
7937
7935
  break;
@@ -7953,7 +7951,7 @@ let DataGrid = /*@__PURE__*/ (() => {
7953
7951
  this.j7 = false;
7954
7952
  }
7955
7953
  }
7956
- zm(a, b) {
7954
+ zn(a, b) {
7957
7955
  for (let c = 0; c < this.columns.count; c++) {
7958
7956
  if (this.columns._inner[c].mr == a) {
7959
7957
  this.columns._inner[c].hu = b;
@@ -7967,7 +7965,7 @@ let DataGrid = /*@__PURE__*/ (() => {
7967
7965
  }
7968
7966
  return 0;
7969
7967
  }
7970
- y7(a, b) {
7968
+ y8(a, b) {
7971
7969
  this.io = true;
7972
7970
  if (!this.ji && this.actualDataSource != null) {
7973
7971
  if (!this.iy) {
@@ -8039,7 +8037,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8039
8037
  }
8040
8038
  }
8041
8039
  }
8042
- y8(a, b) {
8040
+ y9(a, b) {
8043
8041
  if (!this.ji && this.actualDataSource != null) {
8044
8042
  if (!this.iy) {
8045
8043
  this.iy = true;
@@ -8112,7 +8110,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8112
8110
  }
8113
8111
  }
8114
8112
  }
8115
- y6(a, b) {
8113
+ y7(a, b) {
8116
8114
  this.io = true;
8117
8115
  switch (b.action) {
8118
8116
  case 0:
@@ -8153,7 +8151,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8153
8151
  }
8154
8152
  }
8155
8153
  }
8156
- y5(a, b) {
8154
+ y6(a, b) {
8157
8155
  this.io = true;
8158
8156
  this.i0 = true;
8159
8157
  this.f6.a0();
@@ -8168,7 +8166,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8168
8166
  }
8169
8167
  }
8170
8168
  }
8171
- x6(a, b) {
8169
+ x7(a, b) {
8172
8170
  if (!this.jh && this.actualDataSource != null) {
8173
8171
  if (!this.ix) {
8174
8172
  this.ix = true;
@@ -8219,7 +8217,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8219
8217
  }
8220
8218
  }
8221
8219
  }
8222
- x7(a, b) {
8220
+ x8(a, b) {
8223
8221
  if (!this.jh && this.actualDataSource != null) {
8224
8222
  if (!this.ix) {
8225
8223
  this.ix = true;
@@ -8352,7 +8350,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8352
8350
  }
8353
8351
  this.f3.grid = this;
8354
8352
  if (b != this.f3) {
8355
- this.xl("SectionHeader", b, this.f3);
8353
+ this.xm("SectionHeader", b, this.f3);
8356
8354
  }
8357
8355
  }
8358
8356
  get f2() {
@@ -8372,7 +8370,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8372
8370
  }
8373
8371
  this.gd.grid = this;
8374
8372
  if (b != this.gd) {
8375
- this.xl("SummaryRowRoot", b, this.gd);
8373
+ this.xm("SummaryRowRoot", b, this.gd);
8376
8374
  }
8377
8375
  }
8378
8376
  get summaryRowSection() {
@@ -8386,7 +8384,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8386
8384
  }
8387
8385
  this.gf.grid = this;
8388
8386
  if (b != this.gf) {
8389
- this.xl("SummaryRowSection", b, this.gf);
8387
+ this.xm("SummaryRowSection", b, this.gf);
8390
8388
  }
8391
8389
  }
8392
8390
  get rowSeparator() {
@@ -8396,7 +8394,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8396
8394
  let b = this.fy;
8397
8395
  this.fy = a;
8398
8396
  if (b != this.fy) {
8399
- this.xl("RowSeparator", b, this.fy);
8397
+ this.xm("RowSeparator", b, this.fy);
8400
8398
  }
8401
8399
  }
8402
8400
  get headerRowSeparator() {
@@ -8406,7 +8404,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8406
8404
  let b = this.ey;
8407
8405
  this.ey = a;
8408
8406
  if (b != this.ey) {
8409
- this.xl("HeaderRowSeparator", b, this.ey);
8407
+ this.xm("HeaderRowSeparator", b, this.ey);
8410
8408
  }
8411
8409
  }
8412
8410
  get headerSeparator() {
@@ -8416,7 +8414,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8416
8414
  let b = this.e0;
8417
8415
  this.e0 = a;
8418
8416
  if (b != this.e0) {
8419
- this.xl("HeaderSeparator", b, this.e0);
8417
+ this.xm("HeaderSeparator", b, this.e0);
8420
8418
  }
8421
8419
  }
8422
8420
  get columnResizingSeparator() {
@@ -8426,7 +8424,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8426
8424
  let b = this.bu;
8427
8425
  this.bu = a;
8428
8426
  if (b != this.bu) {
8429
- this.xl("ColumnResizingSeparator", b, this.bu);
8427
+ this.xm("ColumnResizingSeparator", b, this.bu);
8430
8428
  }
8431
8429
  }
8432
8430
  get columnMovingSeparator() {
@@ -8436,7 +8434,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8436
8434
  let b = this.bg;
8437
8435
  this.bg = a;
8438
8436
  if (b != this.bg) {
8439
- this.xl("ColumnMovingSeparator", b, this.bg);
8437
+ this.xm("ColumnMovingSeparator", b, this.bg);
8440
8438
  }
8441
8439
  }
8442
8440
  get pinnedAreaSeparator() {
@@ -8446,7 +8444,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8446
8444
  let b = this.fm;
8447
8445
  this.fm = a;
8448
8446
  if (b != this.fm) {
8449
- this.xl("PinnedAreaSeparator", b, this.fm);
8447
+ this.xm("PinnedAreaSeparator", b, this.fm);
8450
8448
  }
8451
8449
  }
8452
8450
  get autoGenerateDesiredProperties() {
@@ -8456,7 +8454,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8456
8454
  let b = this.b;
8457
8455
  this.b = a;
8458
8456
  if (b != this.b) {
8459
- this.xl("AutoGenerateDesiredColumns", b, this.b);
8457
+ this.xm("AutoGenerateDesiredColumns", b, this.b);
8460
8458
  }
8461
8459
  }
8462
8460
  get dataSourceDesiredProperties() {
@@ -8466,7 +8464,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8466
8464
  let b = this.c;
8467
8465
  this.c = a;
8468
8466
  if (b != this.c) {
8469
- this.xl("DataSourceDesiredProperties", b, this.c);
8467
+ this.xm("DataSourceDesiredProperties", b, this.c);
8470
8468
  }
8471
8469
  }
8472
8470
  get gk() {
@@ -8500,7 +8498,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8500
8498
  let b = this.gr;
8501
8499
  this.gr = a;
8502
8500
  if (b != this.gr) {
8503
- this.xl("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.gr));
8501
+ this.xm("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.gr));
8504
8502
  }
8505
8503
  }
8506
8504
  get actualRowHeight() {
@@ -8510,7 +8508,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8510
8508
  let b = this.m1;
8511
8509
  this.m1 = a;
8512
8510
  if (b != this.m1) {
8513
- this.xl("ActualRowHeight", b, this.m1);
8511
+ this.xm("ActualRowHeight", b, this.m1);
8514
8512
  }
8515
8513
  }
8516
8514
  get rowHeight() {
@@ -8520,7 +8518,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8520
8518
  let b = this.nf;
8521
8519
  this.nf = a;
8522
8520
  if (b != this.nf) {
8523
- this.xl("RowHeight", b, this.nf);
8521
+ this.xm("RowHeight", b, this.nf);
8524
8522
  }
8525
8523
  }
8526
8524
  get defaultColumnWidth() {
@@ -8530,7 +8528,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8530
8528
  let b = this.cb;
8531
8529
  this.cb = a;
8532
8530
  if (b != this.cb) {
8533
- this.xl("DefaultColumnWidth", b, this.cb);
8531
+ this.xm("DefaultColumnWidth", b, this.cb);
8534
8532
  }
8535
8533
  }
8536
8534
  get defaultColumnMinWidth() {
@@ -8540,7 +8538,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8540
8538
  let b = this.l6;
8541
8539
  this.l6 = a;
8542
8540
  if (b != this.l6) {
8543
- this.xl("DefaultColumnMinWidth", b, this.l6);
8541
+ this.xm("DefaultColumnMinWidth", b, this.l6);
8544
8542
  }
8545
8543
  }
8546
8544
  get actualHeaderHeight() {
@@ -8550,7 +8548,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8550
8548
  let b = this.m0;
8551
8549
  this.m0 = a;
8552
8550
  if (b != this.m0) {
8553
- this.xl("ActualHeaderHeight", b, this.m0);
8551
+ this.xm("ActualHeaderHeight", b, this.m0);
8554
8552
  }
8555
8553
  }
8556
8554
  get headerHeight() {
@@ -8560,7 +8558,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8560
8558
  let b = this.m7;
8561
8559
  this.m7 = a;
8562
8560
  if (b != this.m7) {
8563
- this.xl("HeaderHeight", b, this.m7);
8561
+ this.xm("HeaderHeight", b, this.m7);
8564
8562
  }
8565
8563
  }
8566
8564
  get sectionHeaderHeight() {
@@ -8570,7 +8568,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8570
8568
  let b = this.nk;
8571
8569
  this.nk = a;
8572
8570
  if (b != this.nk) {
8573
- this.xl("SectionHeaderHeight", b, this.nk);
8571
+ this.xm("SectionHeaderHeight", b, this.nk);
8574
8572
  }
8575
8573
  }
8576
8574
  get itemsSource() {
@@ -8580,7 +8578,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8580
8578
  let b = this.ov;
8581
8579
  this.ov = a;
8582
8580
  if (b != this.ov) {
8583
- this.xl("ItemsSource", b, this.ov);
8581
+ this.xm("ItemsSource", b, this.ov);
8584
8582
  }
8585
8583
  }
8586
8584
  get sectionFooterHeight() {
@@ -8590,7 +8588,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8590
8588
  let b = this.nj;
8591
8589
  this.nj = a;
8592
8590
  if (b != this.nj) {
8593
- this.xl("SectionFooterHeight", b, this.nj);
8591
+ this.xm("SectionFooterHeight", b, this.nj);
8594
8592
  }
8595
8593
  }
8596
8594
  get rowSpacingHeight() {
@@ -8600,7 +8598,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8600
8598
  let b = this.nh;
8601
8599
  this.nh = a;
8602
8600
  if (b != this.nh) {
8603
- this.xl("RowSpacingHeight", b, this.nh);
8601
+ this.xm("RowSpacingHeight", b, this.nh);
8604
8602
  }
8605
8603
  }
8606
8604
  get columnSpacingWidth() {
@@ -8610,7 +8608,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8610
8608
  let b = this.m5;
8611
8609
  this.m5 = a;
8612
8610
  if (b != this.m5) {
8613
- this.xl("ColumnSpacingWidth", b, this.m5);
8611
+ this.xm("ColumnSpacingWidth", b, this.m5);
8614
8612
  }
8615
8613
  }
8616
8614
  get headerClickAction() {
@@ -8620,7 +8618,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8620
8618
  let b = this.ew;
8621
8619
  this.ew = a;
8622
8620
  if (b != this.ew) {
8623
- this.xl("HeaderClickAction", enumGetBox(HeaderClickAction_$type, b), enumGetBox(HeaderClickAction_$type, this.ew));
8621
+ this.xm("HeaderClickAction", enumGetBox(HeaderClickAction_$type, b), enumGetBox(HeaderClickAction_$type, this.ew));
8624
8622
  if ((this.ew == 0 || this.ew == 2) && (b == 1 || b == 3)) {
8625
8623
  this.ga.h();
8626
8624
  }
@@ -8633,7 +8631,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8633
8631
  let b = this.cn;
8634
8632
  this.cn = a;
8635
8633
  if (b != this.cn) {
8636
- this.xl("EditMode", enumGetBox(EditModeType_$type, b), enumGetBox(EditModeType_$type, this.cn));
8634
+ this.xm("EditMode", enumGetBox(EditModeType_$type, b), enumGetBox(EditModeType_$type, this.cn));
8637
8635
  }
8638
8636
  }
8639
8637
  get editModeClickAction() {
@@ -8643,7 +8641,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8643
8641
  let b = this.cl;
8644
8642
  this.cl = a;
8645
8643
  if (b != this.cl) {
8646
- this.xl("EditModeClickAction", enumGetBox(EditModeClickAction_$type, b), enumGetBox(EditModeClickAction_$type, this.cl));
8644
+ this.xm("EditModeClickAction", enumGetBox(EditModeClickAction_$type, b), enumGetBox(EditModeClickAction_$type, this.cl));
8647
8645
  }
8648
8646
  }
8649
8647
  get editOnKeyPress() {
@@ -8653,7 +8651,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8653
8651
  let b = this.hn;
8654
8652
  this.hn = a;
8655
8653
  if (b != this.hn) {
8656
- this.xl("EditOnKeyPress", b, this.hn);
8654
+ this.xm("EditOnKeyPress", b, this.hn);
8657
8655
  }
8658
8656
  }
8659
8657
  get autoGenerateColumns() {
@@ -8663,7 +8661,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8663
8661
  let b = this.hj;
8664
8662
  this.hj = a;
8665
8663
  if (b != this.hj) {
8666
- this.xl("AutoGenerateColumns", b, this.hj);
8664
+ this.xm("AutoGenerateColumns", b, this.hj);
8667
8665
  }
8668
8666
  }
8669
8667
  get rowSeparatorHeight() {
@@ -8673,7 +8671,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8673
8671
  let b = this.ng;
8674
8672
  this.ng = a;
8675
8673
  if (b != this.ng) {
8676
- this.xl("RowSeparatorHeight", b, this.ng);
8674
+ this.xm("RowSeparatorHeight", b, this.ng);
8677
8675
  }
8678
8676
  }
8679
8677
  get isPlaceholderRenderingEnabled() {
@@ -8683,7 +8681,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8683
8681
  let b = this.h7;
8684
8682
  this.h7 = a;
8685
8683
  if (b != this.h7) {
8686
- this.xl("IsPlaceholderRenderingEnabled", b, this.h7);
8684
+ this.xm("IsPlaceholderRenderingEnabled", b, this.h7);
8687
8685
  }
8688
8686
  }
8689
8687
  jn(a) {
@@ -8701,7 +8699,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8701
8699
  set columnAddingAnimationMode(a) {
8702
8700
  let b = this.bw;
8703
8701
  this.bw = a;
8704
- this.xl("ColumnAddingAnimationMode", enumGetBox(ColumnShowingAnimationMode_$type, b), enumGetBox(ColumnShowingAnimationMode_$type, this.bw));
8702
+ this.xm("ColumnAddingAnimationMode", enumGetBox(ColumnShowingAnimationMode_$type, b), enumGetBox(ColumnShowingAnimationMode_$type, this.bw));
8705
8703
  }
8706
8704
  get jv() {
8707
8705
  return this.bn != 1 && this.jo;
@@ -8712,7 +8710,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8712
8710
  set columnPropertyUpdatingAnimationMode(a) {
8713
8711
  let b = this.bn;
8714
8712
  this.bn = a;
8715
- this.xl("ColumnPropertyUpdatingAnimationMode", enumGetBox(ColumnPropertyUpdatingAnimationMode_$type, b), enumGetBox(ColumnPropertyUpdatingAnimationMode_$type, this.bn));
8713
+ this.xm("ColumnPropertyUpdatingAnimationMode", enumGetBox(ColumnPropertyUpdatingAnimationMode_$type, b), enumGetBox(ColumnPropertyUpdatingAnimationMode_$type, this.bn));
8716
8714
  }
8717
8715
  get jo() {
8718
8716
  return this.renderingEngine.initialRefreshFinished;
@@ -8726,7 +8724,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8726
8724
  set cellDataLoadedAnimationMode(a) {
8727
8725
  let b = this.ah;
8728
8726
  this.ah = a;
8729
- this.xl("CellDataLoadedAnimationMode", enumGetBox(CellDataLoadedAnimationMode_$type, b), enumGetBox(CellDataLoadedAnimationMode_$type, this.ah));
8727
+ this.xm("CellDataLoadedAnimationMode", enumGetBox(CellDataLoadedAnimationMode_$type, b), enumGetBox(CellDataLoadedAnimationMode_$type, this.ah));
8730
8728
  }
8731
8729
  get kh() {
8732
8730
  return this.fw != 1;
@@ -8737,7 +8735,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8737
8735
  set rowSelectionAnimationMode(a) {
8738
8736
  let b = this.fw;
8739
8737
  this.fw = a;
8740
- this.xl("RowSelectionAnimationMode", enumGetBox(RowSelectionAnimationMode_$type, b), enumGetBox(RowSelectionAnimationMode_$type, this.fw));
8738
+ this.xm("RowSelectionAnimationMode", enumGetBox(RowSelectionAnimationMode_$type, b), enumGetBox(RowSelectionAnimationMode_$type, this.fw));
8741
8739
  }
8742
8740
  get kf() {
8743
8741
  return this.ft != 1;
@@ -8749,7 +8747,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8749
8747
  let b = this.ft;
8750
8748
  this.ft = a;
8751
8749
  if (b != this.ft) {
8752
- this.xl("RowHoverAnimationMode", enumGetBox(RowHoverAnimationMode_$type, b), enumGetBox(RowHoverAnimationMode_$type, this.ft));
8750
+ this.xm("RowHoverAnimationMode", enumGetBox(RowHoverAnimationMode_$type, b), enumGetBox(RowHoverAnimationMode_$type, this.ft));
8753
8751
  }
8754
8752
  }
8755
8753
  get jl() {
@@ -8761,7 +8759,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8761
8759
  set cellSelectionAnimationMode(a) {
8762
8760
  let b = this.aw;
8763
8761
  this.aw = a;
8764
- this.xl("CellSelectionAnimationMode", enumGetBox(CellSelectionAnimationMode_$type, b), enumGetBox(CellSelectionAnimationMode_$type, this.aw));
8762
+ this.xm("CellSelectionAnimationMode", enumGetBox(CellSelectionAnimationMode_$type, b), enumGetBox(CellSelectionAnimationMode_$type, this.aw));
8765
8763
  }
8766
8764
  get columnAnimationSettings() {
8767
8765
  return this.dk;
@@ -8770,7 +8768,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8770
8768
  let b = this.dk;
8771
8769
  this.dk = a;
8772
8770
  if (b != this.dk) {
8773
- this.xl("ColumnAnimationSettings", b, this.dk);
8771
+ this.xm("ColumnAnimationSettings", b, this.dk);
8774
8772
  }
8775
8773
  }
8776
8774
  get animationSettings() {
@@ -8780,7 +8778,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8780
8778
  let b = this.c7;
8781
8779
  this.c7 = a;
8782
8780
  if (b != this.c7) {
8783
- this.xl("AnimationSettings", b, this.c7);
8781
+ this.xm("AnimationSettings", b, this.c7);
8784
8782
  }
8785
8783
  }
8786
8784
  jw(a) {
@@ -8798,7 +8796,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8798
8796
  set columnResizingAnimationMode(a) {
8799
8797
  let b = this.bp;
8800
8798
  this.bp = a;
8801
- this.xl("ColumnResizingAnimationMode", enumGetBox(ColumnResizingAnimationMode_$type, b), enumGetBox(ColumnResizingAnimationMode_$type, this.bp));
8799
+ this.xm("ColumnResizingAnimationMode", enumGetBox(ColumnResizingAnimationMode_$type, b), enumGetBox(ColumnResizingAnimationMode_$type, this.bp));
8802
8800
  }
8803
8801
  jx(a) {
8804
8802
  return this.b1(a) != 1 && this.jo;
@@ -8815,7 +8813,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8815
8813
  set columnShowingAnimationMode(a) {
8816
8814
  let b = this.bx;
8817
8815
  this.bx = a;
8818
- this.xl("ColumnShowingAnimationMode", enumGetBox(ColumnShowingAnimationMode_$type, b), enumGetBox(ColumnShowingAnimationMode_$type, this.bx));
8816
+ this.xm("ColumnShowingAnimationMode", enumGetBox(ColumnShowingAnimationMode_$type, b), enumGetBox(ColumnShowingAnimationMode_$type, this.bx));
8819
8817
  }
8820
8818
  jr(a) {
8821
8819
  return this.bd(a) != 1 && this.jo && !this.li;
@@ -8832,7 +8830,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8832
8830
  set columnMovingAnimationMode(a) {
8833
8831
  let b = this.bb;
8834
8832
  this.bb = a;
8835
- this.xl("ColumnMovingAnimationMode", enumGetBox(ColumnMovingAnimationMode_$type, b), enumGetBox(ColumnMovingAnimationMode_$type, this.bb));
8833
+ this.xm("ColumnMovingAnimationMode", enumGetBox(ColumnMovingAnimationMode_$type, b), enumGetBox(ColumnMovingAnimationMode_$type, this.bb));
8836
8834
  }
8837
8835
  jq(a) {
8838
8836
  return this.ba(a) != 1 && this.jo;
@@ -8849,7 +8847,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8849
8847
  set columnHidingAnimationMode(a) {
8850
8848
  let b = this.a8;
8851
8849
  this.a8 = a;
8852
- this.xl("ColumnHidingAnimationMode", enumGetBox(ColumnHidingAnimationMode_$type, b), enumGetBox(ColumnHidingAnimationMode_$type, this.a8));
8850
+ this.xm("ColumnHidingAnimationMode", enumGetBox(ColumnHidingAnimationMode_$type, b), enumGetBox(ColumnHidingAnimationMode_$type, this.a8));
8853
8851
  }
8854
8852
  jp(a) {
8855
8853
  return this.a2(a) != 1 && this.jo;
@@ -8866,16 +8864,16 @@ let DataGrid = /*@__PURE__*/ (() => {
8866
8864
  set columnExchangingAnimationMode(a) {
8867
8865
  let b = this.a0;
8868
8866
  this.a0 = a;
8869
- this.xl("ColumnExchangingAnimationMode", enumGetBox(ColumnExchangingAnimationMode_$type, b), enumGetBox(ColumnExchangingAnimationMode_$type, this.a0));
8867
+ this.xm("ColumnExchangingAnimationMode", enumGetBox(ColumnExchangingAnimationMode_$type, b), enumGetBox(ColumnExchangingAnimationMode_$type, this.a0));
8870
8868
  }
8871
8869
  get inset() {
8872
- return this.acn;
8870
+ return this.aco;
8873
8871
  }
8874
8872
  set inset(a) {
8875
- let b = this.acn;
8876
- this.acn = a;
8877
- if (b != this.acn) {
8878
- this.xl("Inset", b, this.acn);
8873
+ let b = this.aco;
8874
+ this.aco = a;
8875
+ if (b != this.aco) {
8876
+ this.xm("Inset", b, this.aco);
8879
8877
  }
8880
8878
  }
8881
8879
  get selectionMode() {
@@ -8885,7 +8883,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8885
8883
  let b = this.ch;
8886
8884
  this.ch = a;
8887
8885
  if (b != this.ch) {
8888
- this.xl("SelectionMode", enumGetBox(DataGridSelectionMode_$type, b), enumGetBox(DataGridSelectionMode_$type, this.ch));
8886
+ this.xm("SelectionMode", enumGetBox(DataGridSelectionMode_$type, b), enumGetBox(DataGridSelectionMode_$type, this.ch));
8889
8887
  }
8890
8888
  }
8891
8889
  get activationMode() {
@@ -8895,7 +8893,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8895
8893
  let b = this.c2;
8896
8894
  this.c2 = a;
8897
8895
  if (b != this.c2) {
8898
- this.xl("ActivationMode", enumGetBox(GridActivationMode_$type, b), enumGetBox(GridActivationMode_$type, this.c2));
8896
+ this.xm("ActivationMode", enumGetBox(GridActivationMode_$type, b), enumGetBox(GridActivationMode_$type, this.c2));
8899
8897
  }
8900
8898
  }
8901
8899
  get selectionBehavior() {
@@ -8905,7 +8903,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8905
8903
  let b = this.el;
8906
8904
  this.el = a;
8907
8905
  if (b != this.el) {
8908
- this.xl("SelectionBehavior", enumGetBox(GridSelectionBehavior_$type, b), enumGetBox(GridSelectionBehavior_$type, this.el));
8906
+ this.xm("SelectionBehavior", enumGetBox(GridSelectionBehavior_$type, b), enumGetBox(GridSelectionBehavior_$type, this.el));
8909
8907
  }
8910
8908
  }
8911
8909
  get mouseDragSelectionEnabled() {
@@ -8944,7 +8942,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8944
8942
  get pinnedKeys() {
8945
8943
  return this.eh;
8946
8944
  }
8947
- zi(a, b) {
8945
+ zj(a, b) {
8948
8946
  if (this.actualDataSource == null) {
8949
8947
  return;
8950
8948
  }
@@ -8976,7 +8974,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8976
8974
  let b = this.hu;
8977
8975
  this.hu = a;
8978
8976
  if (b != this.hu) {
8979
- this.xl("IsColumnOptionsEnabled", b, this.hu);
8977
+ this.xm("IsColumnOptionsEnabled", b, this.hu);
8980
8978
  }
8981
8979
  }
8982
8980
  get isGroupByAreaVisible() {
@@ -8986,7 +8984,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8986
8984
  let b = this.hy;
8987
8985
  this.hy = a;
8988
8986
  if (b != this.hy) {
8989
- this.xl("IsGroupByAreaVisible", b, this.hy);
8987
+ this.xm("IsGroupByAreaVisible", b, this.hy);
8990
8988
  }
8991
8989
  }
8992
8990
  get isGroupRowSticky() {
@@ -8996,7 +8994,7 @@ let DataGrid = /*@__PURE__*/ (() => {
8996
8994
  let b = this.h3;
8997
8995
  this.h3 = a;
8998
8996
  if (b != this.h3) {
8999
- this.xl("IsGroupRowSticky", b, this.h3);
8997
+ this.xm("IsGroupRowSticky", b, this.h3);
9000
8998
  }
9001
8999
  }
9002
9000
  get isHeaderSeparatorVisible() {
@@ -9006,47 +9004,47 @@ let DataGrid = /*@__PURE__*/ (() => {
9006
9004
  let b = this.h4;
9007
9005
  this.h4 = a;
9008
9006
  if (b != this.h4) {
9009
- this.xl("IsHeaderSeparatorVisible", b, this.h4);
9007
+ this.xm("IsHeaderSeparatorVisible", b, this.h4);
9010
9008
  }
9011
9009
  }
9012
9010
  get cellSelectedBackground() {
9013
- return this.z5;
9011
+ return this.z6;
9014
9012
  }
9015
9013
  set cellSelectedBackground(a) {
9016
- let b = this.z5;
9017
- this.z5 = a;
9018
- if (b != this.z5) {
9019
- this.xl("CellSelectedBackground", b, this.z5);
9014
+ let b = this.z6;
9015
+ this.z6 = a;
9016
+ if (b != this.z6) {
9017
+ this.xm("CellSelectedBackground", b, this.z6);
9020
9018
  }
9021
9019
  }
9022
9020
  get sectionHeaderSelectedBackground() {
9023
- return this.aax;
9021
+ return this.aay;
9024
9022
  }
9025
9023
  set sectionHeaderSelectedBackground(a) {
9026
- let b = this.aax;
9027
- this.aax = a;
9028
- if (b != this.aax) {
9029
- this.xl("SectionHeaderSelectedBackground", b, this.aax);
9024
+ let b = this.aay;
9025
+ this.aay = a;
9026
+ if (b != this.aay) {
9027
+ this.xm("SectionHeaderSelectedBackground", b, this.aay);
9030
9028
  }
9031
9029
  }
9032
9030
  get summaryRootBackground() {
9033
- return this.aa0;
9031
+ return this.aa1;
9034
9032
  }
9035
9033
  set summaryRootBackground(a) {
9036
- let b = this.aa0;
9037
- this.aa0 = a;
9038
- if (b != this.aa0) {
9039
- this.xl("SummaryRootBackground", b, this.aa0);
9034
+ let b = this.aa1;
9035
+ this.aa1 = a;
9036
+ if (b != this.aa1) {
9037
+ this.xm("SummaryRootBackground", b, this.aa1);
9040
9038
  }
9041
9039
  }
9042
9040
  get summarySectionBackground() {
9043
- return this.aa4;
9041
+ return this.aa5;
9044
9042
  }
9045
9043
  set summarySectionBackground(a) {
9046
- let b = this.aa4;
9047
- this.aa4 = a;
9048
- if (b != this.aa4) {
9049
- this.xl("SummarySectionBackground", b, this.aa4);
9044
+ let b = this.aa5;
9045
+ this.aa5 = a;
9046
+ if (b != this.aa5) {
9047
+ this.xm("SummarySectionBackground", b, this.aa5);
9050
9048
  }
9051
9049
  }
9052
9050
  get pinnedRowOpacity() {
@@ -9056,7 +9054,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9056
9054
  let b = this.mf;
9057
9055
  this.mf = a;
9058
9056
  if (b != this.mf) {
9059
- this.xl("PinnedRowOpacity", b, this.mf);
9057
+ this.xm("PinnedRowOpacity", b, this.mf);
9060
9058
  }
9061
9059
  }
9062
9060
  get editTextStyle() {
@@ -9066,7 +9064,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9066
9064
  let b = this.gu;
9067
9065
  this.gu = a;
9068
9066
  if (b != this.gu) {
9069
- this.xl("EditTextStyle", b, this.gu);
9067
+ this.xm("EditTextStyle", b, this.gu);
9070
9068
  }
9071
9069
  }
9072
9070
  get editOpacity() {
@@ -9076,47 +9074,47 @@ let DataGrid = /*@__PURE__*/ (() => {
9076
9074
  let b = this.mb;
9077
9075
  this.mb = a;
9078
9076
  if (b != this.mb) {
9079
- this.xl("EditOpacity", b, this.mb);
9077
+ this.xm("EditOpacity", b, this.mb);
9080
9078
  }
9081
9079
  }
9082
9080
  get deletedTextColor() {
9083
- return this.aag;
9081
+ return this.aah;
9084
9082
  }
9085
9083
  set deletedTextColor(a) {
9086
- let b = this.aag;
9087
- this.aag = a;
9088
- if (b != this.aag) {
9089
- this.xl("DeletedTextColor", b, this.aag);
9084
+ let b = this.aah;
9085
+ this.aah = a;
9086
+ if (b != this.aah) {
9087
+ this.xm("DeletedTextColor", b, this.aah);
9090
9088
  }
9091
9089
  }
9092
9090
  get stickyRowBackground() {
9093
- return this.aaz;
9091
+ return this.aa0;
9094
9092
  }
9095
9093
  set stickyRowBackground(a) {
9096
- let b = this.aaz;
9097
- this.aaz = a;
9098
- if (b != this.aaz) {
9099
- this.xl("StickyRowBackground", b, this.aaz);
9094
+ let b = this.aa0;
9095
+ this.aa0 = a;
9096
+ if (b != this.aa0) {
9097
+ this.xm("StickyRowBackground", b, this.aa0);
9100
9098
  }
9101
9099
  }
9102
9100
  get pinnedRowBackground() {
9103
- return this.aao;
9101
+ return this.aap;
9104
9102
  }
9105
9103
  set pinnedRowBackground(a) {
9106
- let b = this.aao;
9107
- this.aao = a;
9108
- if (b != this.aao) {
9109
- this.xl("PinnedRowBackground", b, this.aao);
9104
+ let b = this.aap;
9105
+ this.aap = a;
9106
+ if (b != this.aap) {
9107
+ this.xm("PinnedRowBackground", b, this.aap);
9110
9108
  }
9111
9109
  }
9112
9110
  get lastStickyRowBackground() {
9113
- return this.aan;
9111
+ return this.aao;
9114
9112
  }
9115
9113
  set lastStickyRowBackground(a) {
9116
- let b = this.aan;
9117
- this.aan = a;
9118
- if (b != this.aan) {
9119
- this.xl("LastStickyRowBackground", b, this.aan);
9114
+ let b = this.aao;
9115
+ this.aao = a;
9116
+ if (b != this.aao) {
9117
+ this.xm("LastStickyRowBackground", b, this.aao);
9120
9118
  }
9121
9119
  }
9122
9120
  get activeCell() {
@@ -9126,37 +9124,37 @@ let DataGrid = /*@__PURE__*/ (() => {
9126
9124
  let b = this.dg;
9127
9125
  this.dg = a;
9128
9126
  if (b != this.dg) {
9129
- this.xl("ActiveCell", b, this.dg);
9127
+ this.xm("ActiveCell", b, this.dg);
9130
9128
  }
9131
9129
  }
9132
9130
  get cellBackground() {
9133
- return this.z4;
9131
+ return this.z5;
9134
9132
  }
9135
9133
  set cellBackground(a) {
9136
- let b = this.z4;
9137
- this.z4 = a;
9138
- if (b != this.z4) {
9139
- this.xl("CellBackground", b, this.z4);
9134
+ let b = this.z5;
9135
+ this.z5 = a;
9136
+ if (b != this.z5) {
9137
+ this.xm("CellBackground", b, this.z5);
9140
9138
  }
9141
9139
  }
9142
9140
  get cellTextColor() {
9143
- return this.z6;
9141
+ return this.z7;
9144
9142
  }
9145
9143
  set cellTextColor(a) {
9146
- let b = this.z6;
9147
- this.z6 = a;
9148
- if (b != this.z6) {
9149
- this.xl("CellTextColor", b, this.z6);
9144
+ let b = this.z7;
9145
+ this.z7 = a;
9146
+ if (b != this.z7) {
9147
+ this.xm("CellTextColor", b, this.z7);
9150
9148
  }
9151
9149
  }
9152
9150
  get headerSortIndicatorColor() {
9153
- return this.aal;
9151
+ return this.aam;
9154
9152
  }
9155
9153
  set headerSortIndicatorColor(a) {
9156
- let b = this.aal;
9157
- this.aal = a;
9158
- if (b != this.aal) {
9159
- this.xl("HeaderSortIndicatorColor", b, this.aal);
9154
+ let b = this.aam;
9155
+ this.aam = a;
9156
+ if (b != this.aam) {
9157
+ this.xm("HeaderSortIndicatorColor", b, this.aam);
9160
9158
  }
9161
9159
  }
9162
9160
  get headerSortIndicatorStyle() {
@@ -9166,7 +9164,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9166
9164
  let b = this.f7;
9167
9165
  this.f7 = a;
9168
9166
  if (b != this.f7) {
9169
- this.xl("HeaderSortIndicatorStyle", enumGetBox(SortIndicatorStyle_$type, b), enumGetBox(SortIndicatorStyle_$type, this.f7));
9167
+ this.xm("HeaderSortIndicatorStyle", enumGetBox(SortIndicatorStyle_$type, b), enumGetBox(SortIndicatorStyle_$type, this.f7));
9170
9168
  }
9171
9169
  }
9172
9170
  get cellTextStyle() {
@@ -9176,27 +9174,27 @@ let DataGrid = /*@__PURE__*/ (() => {
9176
9174
  let b = this.gt;
9177
9175
  this.gt = a;
9178
9176
  if (b != this.gt) {
9179
- this.xl("CellTextStyle", b, this.gt);
9177
+ this.xm("CellTextStyle", b, this.gt);
9180
9178
  }
9181
9179
  }
9182
9180
  get sectionHeaderBackground() {
9183
- return this.aaw;
9181
+ return this.aax;
9184
9182
  }
9185
9183
  set sectionHeaderBackground(a) {
9186
- let b = this.aaw;
9187
- this.aaw = a;
9188
- if (b != this.aaw) {
9189
- this.xl("SectionHeaderBackground", b, this.aaw);
9184
+ let b = this.aax;
9185
+ this.aax = a;
9186
+ if (b != this.aax) {
9187
+ this.xm("SectionHeaderBackground", b, this.aax);
9190
9188
  }
9191
9189
  }
9192
9190
  get sectionHeaderTextColor() {
9193
- return this.aay;
9191
+ return this.aaz;
9194
9192
  }
9195
9193
  set sectionHeaderTextColor(a) {
9196
- let b = this.aay;
9197
- this.aay = a;
9198
- if (b != this.aay) {
9199
- this.xl("SectionHeaderTextColor", b, this.aay);
9194
+ let b = this.aaz;
9195
+ this.aaz = a;
9196
+ if (b != this.aaz) {
9197
+ this.xm("SectionHeaderTextColor", b, this.aaz);
9200
9198
  }
9201
9199
  }
9202
9200
  get sectionHeaderTextStyle() {
@@ -9206,7 +9204,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9206
9204
  let b = this.gw;
9207
9205
  this.gw = a;
9208
9206
  if (b != this.gw) {
9209
- this.xl("SectionHeaderTextStyle", b, this.gw);
9207
+ this.xm("SectionHeaderTextStyle", b, this.gw);
9210
9208
  }
9211
9209
  }
9212
9210
  get summaryRootLabelTextStyle() {
@@ -9216,7 +9214,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9216
9214
  let b = this.gx;
9217
9215
  this.gx = a;
9218
9216
  if (b != this.gx) {
9219
- this.xl("SummaryRootLabelTextStyle", b, this.gx);
9217
+ this.xm("SummaryRootLabelTextStyle", b, this.gx);
9220
9218
  }
9221
9219
  }
9222
9220
  get summarySectionLabelTextStyle() {
@@ -9226,17 +9224,17 @@ let DataGrid = /*@__PURE__*/ (() => {
9226
9224
  let b = this.gz;
9227
9225
  this.gz = a;
9228
9226
  if (b != this.gz) {
9229
- this.xl("SummarySectionLabelTextStyle", b, this.gz);
9227
+ this.xm("SummarySectionLabelTextStyle", b, this.gz);
9230
9228
  }
9231
9229
  }
9232
9230
  get summaryRootValueTextColor() {
9233
- return this.aa3;
9231
+ return this.aa4;
9234
9232
  }
9235
9233
  set summaryRootValueTextColor(a) {
9236
- let b = this.aa3;
9237
- this.aa3 = a;
9238
- if (b != this.aa3) {
9239
- this.xl("SummaryRootValueTextColor", b, this.aa3);
9234
+ let b = this.aa4;
9235
+ this.aa4 = a;
9236
+ if (b != this.aa4) {
9237
+ this.xm("SummaryRootValueTextColor", b, this.aa4);
9240
9238
  }
9241
9239
  }
9242
9240
  get summaryRootValueTextStyle() {
@@ -9246,7 +9244,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9246
9244
  let b = this.gy;
9247
9245
  this.gy = a;
9248
9246
  if (b != this.gy) {
9249
- this.xl("SummaryRootValueTextStyle", b, this.gy);
9247
+ this.xm("SummaryRootValueTextStyle", b, this.gy);
9250
9248
  }
9251
9249
  }
9252
9250
  get summarySectionValueTextStyle() {
@@ -9256,57 +9254,57 @@ let DataGrid = /*@__PURE__*/ (() => {
9256
9254
  let b = this.g0;
9257
9255
  this.g0 = a;
9258
9256
  if (b != this.g0) {
9259
- this.xl("SummarySectionValueTextStyle", b, this.g0);
9257
+ this.xm("SummarySectionValueTextStyle", b, this.g0);
9260
9258
  }
9261
9259
  }
9262
9260
  get summarySectionValueTextColor() {
9263
- return this.aa7;
9261
+ return this.aa8;
9264
9262
  }
9265
9263
  set summarySectionValueTextColor(a) {
9266
- let b = this.aa7;
9267
- this.aa7 = a;
9268
- if (b != this.aa7) {
9269
- this.xl("SummarySectionValueTextColor", b, this.aa7);
9264
+ let b = this.aa8;
9265
+ this.aa8 = a;
9266
+ if (b != this.aa8) {
9267
+ this.xm("SummarySectionValueTextColor", b, this.aa8);
9270
9268
  }
9271
9269
  }
9272
9270
  get summaryRootLabelTextColor() {
9273
- return this.aa1;
9271
+ return this.aa2;
9274
9272
  }
9275
9273
  set summaryRootLabelTextColor(a) {
9276
- let b = this.aa1;
9277
- this.aa1 = a;
9278
- if (b != this.aa1) {
9279
- this.xl("SummaryRootLabelTextColor", b, this.aa1);
9274
+ let b = this.aa2;
9275
+ this.aa2 = a;
9276
+ if (b != this.aa2) {
9277
+ this.xm("SummaryRootLabelTextColor", b, this.aa2);
9280
9278
  }
9281
9279
  }
9282
9280
  get summarySectionLabelTextColor() {
9283
- return this.aa5;
9281
+ return this.aa6;
9284
9282
  }
9285
9283
  set summarySectionLabelTextColor(a) {
9286
- let b = this.aa5;
9287
- this.aa5 = a;
9288
- if (b != this.aa5) {
9289
- this.xl("SummarySectionLabelTextColor", b, this.aa5);
9284
+ let b = this.aa6;
9285
+ this.aa6 = a;
9286
+ if (b != this.aa6) {
9287
+ this.xm("SummarySectionLabelTextColor", b, this.aa6);
9290
9288
  }
9291
9289
  }
9292
9290
  get summaryRootSelectedBackground() {
9293
- return this.aa2;
9291
+ return this.aa3;
9294
9292
  }
9295
9293
  set summaryRootSelectedBackground(a) {
9296
- let b = this.aa2;
9297
- this.aa2 = a;
9298
- if (b != this.aa2) {
9299
- this.xl("SummaryRootSelectedBackground", b, this.aa2);
9294
+ let b = this.aa3;
9295
+ this.aa3 = a;
9296
+ if (b != this.aa3) {
9297
+ this.xm("SummaryRootSelectedBackground", b, this.aa3);
9300
9298
  }
9301
9299
  }
9302
9300
  get summarySectionSelectedBackground() {
9303
- return this.aa6;
9301
+ return this.aa7;
9304
9302
  }
9305
9303
  set summarySectionSelectedBackground(a) {
9306
- let b = this.aa6;
9307
- this.aa6 = a;
9308
- if (b != this.aa6) {
9309
- this.xl("SummarySectionSelectedBackground", b, this.aa6);
9304
+ let b = this.aa7;
9305
+ this.aa7 = a;
9306
+ if (b != this.aa7) {
9307
+ this.xm("SummarySectionSelectedBackground", b, this.aa7);
9310
9308
  }
9311
9309
  }
9312
9310
  get pinnedAreaSeparatorWidth() {
@@ -9316,7 +9314,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9316
9314
  let b = this.nd;
9317
9315
  this.nd = a;
9318
9316
  if (b != this.nd) {
9319
- this.xl("PinnedAreaSeparatorWidth", b, this.nd);
9317
+ this.xm("PinnedAreaSeparatorWidth", b, this.nd);
9320
9318
  }
9321
9319
  }
9322
9320
  get headerSeparatorWidth() {
@@ -9326,7 +9324,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9326
9324
  let b = this.m8;
9327
9325
  this.m8 = a;
9328
9326
  if (b != this.m8) {
9329
- this.xl("HeaderSeparatorWidth", b, this.m8);
9327
+ this.xm("HeaderSeparatorWidth", b, this.m8);
9330
9328
  }
9331
9329
  }
9332
9330
  ns(a) {
@@ -9338,33 +9336,33 @@ let DataGrid = /*@__PURE__*/ (() => {
9338
9336
  return intDivide(c, 2);
9339
9337
  }
9340
9338
  get headerSeparatorBackground() {
9341
- return this.aak;
9339
+ return this.aal;
9342
9340
  }
9343
9341
  set headerSeparatorBackground(a) {
9344
- let b = this.aak;
9345
- this.aak = a;
9346
- if (b != this.aak) {
9347
- this.xl("HeaderSeparatorBackground", b, this.aak);
9342
+ let b = this.aal;
9343
+ this.aal = a;
9344
+ if (b != this.aal) {
9345
+ this.xm("HeaderSeparatorBackground", b, this.aal);
9348
9346
  }
9349
9347
  }
9350
9348
  get headerBackground() {
9351
- return this.aai;
9349
+ return this.aaj;
9352
9350
  }
9353
9351
  set headerBackground(a) {
9354
- let b = this.aai;
9355
- this.aai = a;
9356
- if (b != this.aai) {
9357
- this.xl("HeaderBackground", b, this.aai);
9352
+ let b = this.aaj;
9353
+ this.aaj = a;
9354
+ if (b != this.aaj) {
9355
+ this.xm("HeaderBackground", b, this.aaj);
9358
9356
  }
9359
9357
  }
9360
9358
  get headerTextColor() {
9361
- return this.aam;
9359
+ return this.aan;
9362
9360
  }
9363
9361
  set headerTextColor(a) {
9364
- let b = this.aam;
9365
- this.aam = a;
9366
- if (b != this.aam) {
9367
- this.xl("HeaderTextColor", b, this.aam);
9362
+ let b = this.aan;
9363
+ this.aan = a;
9364
+ if (b != this.aan) {
9365
+ this.xm("HeaderTextColor", b, this.aan);
9368
9366
  }
9369
9367
  }
9370
9368
  get headerTextStyle() {
@@ -9374,57 +9372,57 @@ let DataGrid = /*@__PURE__*/ (() => {
9374
9372
  let b = this.gv;
9375
9373
  this.gv = a;
9376
9374
  if (b != this.gv) {
9377
- this.xl("HeaderTextStyle", b, this.gv);
9375
+ this.xm("HeaderTextStyle", b, this.gv);
9378
9376
  }
9379
9377
  }
9380
9378
  get rowSeparatorBackground() {
9381
- return this.aar;
9382
- }
9383
- set rowSeparatorBackground(a) {
9384
- let b = this.aar;
9385
- this.aar = a;
9386
- if (b != this.aar) {
9387
- this.xl("RowSeparatorBackground", b, this.aar);
9379
+ return this.aas;
9380
+ }
9381
+ set rowSeparatorBackground(a) {
9382
+ let b = this.aas;
9383
+ this.aas = a;
9384
+ if (b != this.aas) {
9385
+ this.xm("RowSeparatorBackground", b, this.aas);
9388
9386
  }
9389
9387
  }
9390
9388
  get headerRowSeparatorBackground() {
9391
- return this.aaj;
9389
+ return this.aak;
9392
9390
  }
9393
9391
  set headerRowSeparatorBackground(a) {
9394
- let b = this.aaj;
9395
- this.aaj = a;
9396
- if (b != this.aaj) {
9397
- this.xl("HeaderRowSeparatorBackground", b, this.aaj);
9392
+ let b = this.aak;
9393
+ this.aak = a;
9394
+ if (b != this.aak) {
9395
+ this.xm("HeaderRowSeparatorBackground", b, this.aak);
9398
9396
  }
9399
9397
  }
9400
9398
  get rowSeparatorStickyRowBackground() {
9401
- return this.aau;
9399
+ return this.aav;
9402
9400
  }
9403
9401
  set rowSeparatorStickyRowBackground(a) {
9404
- let b = this.aau;
9405
- this.aau = a;
9406
- if (b != this.aau) {
9407
- this.xl("RowSeparatorStickyRowBackground", b, this.aau);
9402
+ let b = this.aav;
9403
+ this.aav = a;
9404
+ if (b != this.aav) {
9405
+ this.xm("RowSeparatorStickyRowBackground", b, this.aav);
9408
9406
  }
9409
9407
  }
9410
9408
  get rowSeparatorLastStickyRowBackground() {
9411
- return this.aas;
9409
+ return this.aat;
9412
9410
  }
9413
9411
  set rowSeparatorLastStickyRowBackground(a) {
9414
- let b = this.aas;
9415
- this.aas = a;
9416
- if (b != this.aas) {
9417
- this.xl("RowSeparatorLastStickyRowBackground", b, this.aas);
9412
+ let b = this.aat;
9413
+ this.aat = a;
9414
+ if (b != this.aat) {
9415
+ this.xm("RowSeparatorLastStickyRowBackground", b, this.aat);
9418
9416
  }
9419
9417
  }
9420
9418
  get rowSeparatorPinnedRowBackground() {
9421
- return this.aat;
9419
+ return this.aau;
9422
9420
  }
9423
9421
  set rowSeparatorPinnedRowBackground(a) {
9424
- let b = this.aat;
9425
- this.aat = a;
9426
- if (b != this.aat) {
9427
- this.xl("RowSeparatorPinnedRowBackground", b, this.aat);
9422
+ let b = this.aau;
9423
+ this.aau = a;
9424
+ if (b != this.aau) {
9425
+ this.xm("RowSeparatorPinnedRowBackground", b, this.aau);
9428
9426
  }
9429
9427
  }
9430
9428
  get columnResizingSeparatorWidth() {
@@ -9434,7 +9432,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9434
9432
  let b = this.m4;
9435
9433
  this.m4 = a;
9436
9434
  if (b != this.m4) {
9437
- this.xl("ColumnResizingSeparatorWidth", b, this.m4);
9435
+ this.xm("ColumnResizingSeparatorWidth", b, this.m4);
9438
9436
  }
9439
9437
  }
9440
9438
  get columnResizingSeparatorOpacity() {
@@ -9444,7 +9442,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9444
9442
  let b = this.l5;
9445
9443
  this.l5 = a;
9446
9444
  if (b != this.l5) {
9447
- this.xl("ColumnResizingSeparatorOpacity", b, this.l5);
9445
+ this.xm("ColumnResizingSeparatorOpacity", b, this.l5);
9448
9446
  }
9449
9447
  }
9450
9448
  get columnMovingSeparatorWidth() {
@@ -9454,7 +9452,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9454
9452
  let b = this.m2;
9455
9453
  this.m2 = a;
9456
9454
  if (b != this.m2) {
9457
- this.xl("ColumnMovingSeparatorWidth", b, this.m2);
9455
+ this.xm("ColumnMovingSeparatorWidth", b, this.m2);
9458
9456
  }
9459
9457
  }
9460
9458
  get columnMovingSeparatorOpacity() {
@@ -9464,27 +9462,27 @@ let DataGrid = /*@__PURE__*/ (() => {
9464
9462
  let b = this.l4;
9465
9463
  this.l4 = a;
9466
9464
  if (b != this.l4) {
9467
- this.xl("ColumnMovingSeparatorOpacity", b, this.l4);
9465
+ this.xm("ColumnMovingSeparatorOpacity", b, this.l4);
9468
9466
  }
9469
9467
  }
9470
9468
  get columnResizingSeparatorBackground() {
9471
- return this.aaf;
9469
+ return this.aag;
9472
9470
  }
9473
9471
  set columnResizingSeparatorBackground(a) {
9474
- let b = this.aaf;
9475
- this.aaf = a;
9476
- if (b != this.aaf) {
9477
- this.xl("ColumnResizingSeparatorBackground", b, this.aaf);
9472
+ let b = this.aag;
9473
+ this.aag = a;
9474
+ if (b != this.aag) {
9475
+ this.xm("ColumnResizingSeparatorBackground", b, this.aag);
9478
9476
  }
9479
9477
  }
9480
9478
  get columnMovingSeparatorBackground() {
9481
- return this.z7;
9479
+ return this.z8;
9482
9480
  }
9483
9481
  set columnMovingSeparatorBackground(a) {
9484
- let b = this.z7;
9485
- this.z7 = a;
9486
- if (b != this.z7) {
9487
- this.xl("ColumnMovingSeparatorBackground", b, this.z7);
9482
+ let b = this.z8;
9483
+ this.z8 = a;
9484
+ if (b != this.z8) {
9485
+ this.xm("ColumnMovingSeparatorBackground", b, this.z8);
9488
9486
  }
9489
9487
  }
9490
9488
  get shiftSectionContent() {
@@ -9494,7 +9492,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9494
9492
  let b = this.ip;
9495
9493
  this.ip = a;
9496
9494
  if (b != this.ip) {
9497
- this.xl("ShiftSectionContent", b, this.ip);
9495
+ this.xm("ShiftSectionContent", b, this.ip);
9498
9496
  }
9499
9497
  }
9500
9498
  get columnOptionsIconAlignment() {
@@ -9504,17 +9502,17 @@ let DataGrid = /*@__PURE__*/ (() => {
9504
9502
  let b = this.bi;
9505
9503
  this.bi = a;
9506
9504
  if (b != this.bi) {
9507
- this.xl("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.bi));
9505
+ this.xm("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.bi));
9508
9506
  }
9509
9507
  }
9510
9508
  get columnOptionsIconColor() {
9511
- return this.aac;
9509
+ return this.aad;
9512
9510
  }
9513
9511
  set columnOptionsIconColor(a) {
9514
- let b = this.aac;
9515
- this.aac = a;
9516
- if (b != this.aac) {
9517
- this.xl("ColumnOptionsIconColor", b, this.aac);
9512
+ let b = this.aad;
9513
+ this.aad = a;
9514
+ if (b != this.aad) {
9515
+ this.xm("ColumnOptionsIconColor", b, this.aad);
9518
9516
  }
9519
9517
  }
9520
9518
  get columnOptionsIconBehavior() {
@@ -9524,57 +9522,57 @@ let DataGrid = /*@__PURE__*/ (() => {
9524
9522
  let b = this.bk;
9525
9523
  this.bk = a;
9526
9524
  if (b != this.bk) {
9527
- this.xl("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.bk));
9525
+ this.xm("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.bk));
9528
9526
  }
9529
9527
  }
9530
9528
  get actualBorder() {
9531
- return this.z1;
9529
+ return this.z2;
9532
9530
  }
9533
9531
  set actualBorder(a) {
9534
- let b = this.z1;
9535
- this.z1 = a;
9536
- if (b != this.z1) {
9537
- this.xl("ActualBorder", b, this.z1);
9532
+ let b = this.z2;
9533
+ this.z2 = a;
9534
+ if (b != this.z2) {
9535
+ this.xm("ActualBorder", b, this.z2);
9538
9536
  }
9539
9537
  }
9540
9538
  get border() {
9541
- return this.z3;
9539
+ return this.z4;
9542
9540
  }
9543
9541
  set border(a) {
9544
- let b = this.z3;
9545
- this.z3 = a;
9546
- if (b != this.z3) {
9547
- this.xl("Border", b, this.z3);
9542
+ let b = this.z4;
9543
+ this.z4 = a;
9544
+ if (b != this.z4) {
9545
+ this.xm("Border", b, this.z4);
9548
9546
  }
9549
9547
  }
9550
- get acr() {
9551
- return this.acl;
9548
+ get acs() {
9549
+ return this.acm;
9552
9550
  }
9553
- set acr(a) {
9554
- let b = this.acl;
9555
- this.acl = a;
9556
- if (b != this.acl) {
9557
- this.xl("DefaultBorderWidth", b, this.acl);
9551
+ set acs(a) {
9552
+ let b = this.acm;
9553
+ this.acm = a;
9554
+ if (b != this.acm) {
9555
+ this.xm("DefaultBorderWidth", b, this.acm);
9558
9556
  }
9559
9557
  }
9560
9558
  get actualBorderWidth() {
9561
- return this.acj;
9559
+ return this.ack;
9562
9560
  }
9563
9561
  set actualBorderWidth(a) {
9564
- let b = this.acj;
9565
- this.acj = a;
9566
- if (b != this.acj) {
9567
- this.xl("ActualBorderWidth", b, this.acj);
9562
+ let b = this.ack;
9563
+ this.ack = a;
9564
+ if (b != this.ack) {
9565
+ this.xm("ActualBorderWidth", b, this.ack);
9568
9566
  }
9569
9567
  }
9570
9568
  get borderWidth() {
9571
- return this.ack;
9569
+ return this.acl;
9572
9570
  }
9573
9571
  set borderWidth(a) {
9574
- let b = this.ack;
9575
- this.ack = a;
9576
- if (b != this.ack) {
9577
- this.xl("BorderWidth", b, this.ack);
9572
+ let b = this.acl;
9573
+ this.acl = a;
9574
+ if (b != this.acl) {
9575
+ this.xm("BorderWidth", b, this.acl);
9578
9576
  }
9579
9577
  }
9580
9578
  get notifyOnAllSelectionChanges() {
@@ -9584,37 +9582,37 @@ let DataGrid = /*@__PURE__*/ (() => {
9584
9582
  let b = this.ih;
9585
9583
  this.ih = a;
9586
9584
  if (b != this.ih) {
9587
- this.xl("NotifyOnAllSelectionChanges", b, this.ih);
9585
+ this.xm("NotifyOnAllSelectionChanges", b, this.ih);
9586
+ }
9587
+ }
9588
+ get z0() {
9589
+ return this.zw;
9590
+ }
9591
+ set z0(a) {
9592
+ let b = this.zw;
9593
+ this.zw = a;
9594
+ if (b != this.zw) {
9595
+ this.xm("DefaultCornerRadius", b, this.zw);
9588
9596
  }
9589
9597
  }
9590
- get zz() {
9598
+ get cornerRadius() {
9591
9599
  return this.zv;
9592
9600
  }
9593
- set zz(a) {
9601
+ set cornerRadius(a) {
9594
9602
  let b = this.zv;
9595
9603
  this.zv = a;
9596
9604
  if (b != this.zv) {
9597
- this.xl("DefaultCornerRadius", b, this.zv);
9605
+ this.xm("CornerRadius", b, this.zv);
9598
9606
  }
9599
9607
  }
9600
- get cornerRadius() {
9608
+ get actualCornerRadius() {
9601
9609
  return this.zu;
9602
9610
  }
9603
- set cornerRadius(a) {
9611
+ set actualCornerRadius(a) {
9604
9612
  let b = this.zu;
9605
9613
  this.zu = a;
9606
9614
  if (b != this.zu) {
9607
- this.xl("CornerRadius", b, this.zu);
9608
- }
9609
- }
9610
- get actualCornerRadius() {
9611
- return this.zt;
9612
- }
9613
- set actualCornerRadius(a) {
9614
- let b = this.zt;
9615
- this.zt = a;
9616
- if (b != this.zt) {
9617
- this.xl("ActualCornerRadius", b, this.zt);
9615
+ this.xm("ActualCornerRadius", b, this.zu);
9618
9616
  }
9619
9617
  }
9620
9618
  get isActiveCellStyleEnabled() {
@@ -9624,7 +9622,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9624
9622
  let b = this.ht;
9625
9623
  this.ht = a;
9626
9624
  if (this.ht != b) {
9627
- this.xl("IsActiveCellStyleEnabled", b, this.ht);
9625
+ this.xm("IsActiveCellStyleEnabled", b, this.ht);
9628
9626
  }
9629
9627
  }
9630
9628
  get stopPropagation() {
@@ -9634,27 +9632,27 @@ let DataGrid = /*@__PURE__*/ (() => {
9634
9632
  let b = this.iv;
9635
9633
  this.iv = a;
9636
9634
  if (b != this.iv) {
9637
- this.xl("StopPropagation", b, this.iv);
9635
+ this.xm("StopPropagation", b, this.iv);
9638
9636
  }
9639
9637
  }
9640
9638
  get actualBackground() {
9641
- return this.z0;
9639
+ return this.z1;
9642
9640
  }
9643
9641
  set actualBackground(a) {
9644
- let b = this.z0;
9645
- this.z0 = a;
9646
- if (b != this.z0) {
9647
- this.xl("ActualBackground", b, this.z0);
9642
+ let b = this.z1;
9643
+ this.z1 = a;
9644
+ if (b != this.z1) {
9645
+ this.xm("ActualBackground", b, this.z1);
9648
9646
  }
9649
9647
  }
9650
9648
  get background() {
9651
- return this.z2;
9649
+ return this.z3;
9652
9650
  }
9653
9651
  set background(a) {
9654
- let b = this.z2;
9655
- this.z2 = a;
9656
- if (b != this.z2) {
9657
- this.xl("Background", b, this.z2);
9652
+ let b = this.z3;
9653
+ this.z3 = a;
9654
+ if (b != this.z3) {
9655
+ this.xm("Background", b, this.z3);
9658
9656
  }
9659
9657
  }
9660
9658
  get platformPixelConverter() {
@@ -9668,9 +9666,9 @@ let DataGrid = /*@__PURE__*/ (() => {
9668
9666
  }
9669
9667
  set renderingEngine(a) {
9670
9668
  this.e3 = a;
9671
- this.xn(this.e3);
9669
+ this.xo(this.e3);
9672
9670
  }
9673
- xn(a) {
9671
+ xo(a) {
9674
9672
  if (a != null) {
9675
9673
  a.refresh(this.model, false);
9676
9674
  }
@@ -9810,7 +9808,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9810
9808
  this.gh = a;
9811
9809
  this.iw = true;
9812
9810
  if (b != this.gh) {
9813
- this.xl("SummaryScope", enumGetBox(SummaryScope_$type, b), enumGetBox(SummaryScope_$type, this.gh));
9811
+ this.xm("SummaryScope", enumGetBox(SummaryScope_$type, b), enumGetBox(SummaryScope_$type, this.gh));
9814
9812
  }
9815
9813
  }
9816
9814
  get isGroupCollapsable() {
@@ -9821,7 +9819,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9821
9819
  this.hz = a;
9822
9820
  this.h0 = true;
9823
9821
  if (b != this.hz) {
9824
- this.xl("IsGroupCollapsable", b, this.hz);
9822
+ this.xm("IsGroupCollapsable", b, this.hz);
9825
9823
  }
9826
9824
  }
9827
9825
  get groupHeaderDisplayMode() {
@@ -9832,7 +9830,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9832
9830
  this.es = a;
9833
9831
  this.ho = true;
9834
9832
  if (b != this.es) {
9835
- this.xl("GroupHeaderDisplayMode", enumGetBox(GroupHeaderDisplayMode_$type, b), enumGetBox(GroupHeaderDisplayMode_$type, this.es));
9833
+ this.xm("GroupHeaderDisplayMode", enumGetBox(GroupHeaderDisplayMode_$type, b), enumGetBox(GroupHeaderDisplayMode_$type, this.es));
9836
9834
  }
9837
9835
  }
9838
9836
  get isGroupExpandedDefault() {
@@ -9843,7 +9841,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9843
9841
  this.h1 = a;
9844
9842
  this.h2 = true;
9845
9843
  if (b != this.h1) {
9846
- this.xl("IsGroupExpandedDefault", b, this.h1);
9844
+ this.xm("IsGroupExpandedDefault", b, this.h1);
9847
9845
  }
9848
9846
  }
9849
9847
  get groupSummaryDisplayMode() {
@@ -9854,7 +9852,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9854
9852
  this.eu = a;
9855
9853
  this.hp = true;
9856
9854
  if (b != this.eu) {
9857
- this.xl("GroupSummaryDisplayMode", enumGetBox(GroupSummaryDisplayMode_$type, b), enumGetBox(GroupSummaryDisplayMode_$type, this.eu));
9855
+ this.xm("GroupSummaryDisplayMode", enumGetBox(GroupSummaryDisplayMode_$type, b), enumGetBox(GroupSummaryDisplayMode_$type, this.eu));
9858
9856
  }
9859
9857
  }
9860
9858
  get autoAcceptEdits() {
@@ -9863,18 +9861,18 @@ let DataGrid = /*@__PURE__*/ (() => {
9863
9861
  set autoAcceptEdits(a) {
9864
9862
  this.hi = a;
9865
9863
  }
9866
- xl(a, b, c) {
9864
+ xm(a, b, c) {
9867
9865
  if (this.propertyChanged != null) {
9868
9866
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
9869
9867
  }
9870
- this.x8(a, b, c);
9868
+ this.x9(a, b, c);
9871
9869
  if (this.postPropertyChanged != null) {
9872
9870
  this.postPropertyChanged(this, new PropertyChangedEventArgs(a));
9873
9871
  }
9874
9872
  }
9875
- yt() {
9873
+ yu() {
9876
9874
  }
9877
- yd() {
9875
+ ye() {
9878
9876
  if (this.l2 == 0) {
9879
9877
  return;
9880
9878
  }
@@ -9890,7 +9888,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9890
9888
  this.renderingEngine.invalidateVisibility(() => this.gk.t(this));
9891
9889
  this.renderingEngine.refresh(this.model, false);
9892
9890
  }
9893
- ye() {
9891
+ yf() {
9894
9892
  if (this.hs) {
9895
9893
  this.vg();
9896
9894
  }
@@ -9907,7 +9905,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9907
9905
  vg() {
9908
9906
  if (this.hs) {
9909
9907
  this.hs = false;
9910
- this.yd();
9908
+ this.ye();
9911
9909
  this.invalidateVisibleRows();
9912
9910
  }
9913
9911
  }
@@ -9938,7 +9936,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9938
9936
  let b = this.x;
9939
9937
  this.x = a;
9940
9938
  if (this.x != b) {
9941
- this.xl("ActualDataSource", b, this.x);
9939
+ this.xm("ActualDataSource", b, this.x);
9942
9940
  }
9943
9941
  }
9944
9942
  get primaryKey() {
@@ -9948,7 +9946,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9948
9946
  let b = this.d;
9949
9947
  this.d = a;
9950
9948
  if (this.d != b) {
9951
- this.xl("PrimaryKey", b, this.d);
9949
+ this.xm("PrimaryKey", b, this.d);
9952
9950
  }
9953
9951
  }
9954
9952
  get actualPrimaryKey() {
@@ -9958,7 +9956,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9958
9956
  let b = this.a;
9959
9957
  this.a = a;
9960
9958
  if (this.a != b) {
9961
- this.xl("ActualPrimaryKey", b, this.a);
9959
+ this.xm("ActualPrimaryKey", b, this.a);
9962
9960
  }
9963
9961
  }
9964
9962
  get i1() {
@@ -9967,7 +9965,7 @@ let DataGrid = /*@__PURE__*/ (() => {
9967
9965
  set i1(a) {
9968
9966
  this.he = a;
9969
9967
  }
9970
- x8(a, b, c) {
9968
+ x9(a, b, c) {
9971
9969
  if (a == "ItemsSource") {
9972
9970
  if (this.x != null) {
9973
9971
  let d = this.x;
@@ -10050,7 +10048,7 @@ let DataGrid = /*@__PURE__*/ (() => {
10050
10048
  this.actualPrimaryKey = this.n();
10051
10049
  if (this.x.actualSchema != null) {
10052
10050
  if (this.renderingEngine != null) {
10053
- this.x9();
10051
+ this.ya();
10054
10052
  }
10055
10053
  this.delayedExecutionManager.executeIn(() => this.w4(), 0);
10056
10054
  this.e7.setDataSource(this.x);
@@ -10059,8 +10057,8 @@ let DataGrid = /*@__PURE__*/ (() => {
10059
10057
  this.jh = true;
10060
10058
  this.iy = true;
10061
10059
  this.ix = true;
10062
- this.zi(this.selectedItems, this.selectedKeys);
10063
- this.zi(this.pinnedItems, this.pinnedKeys);
10060
+ this.zj(this.selectedItems, this.selectedKeys);
10061
+ this.zj(this.pinnedItems, this.pinnedKeys);
10064
10062
  this.f6.a2();
10065
10063
  this.ji = false;
10066
10064
  this.jh = false;
@@ -10098,7 +10096,7 @@ let DataGrid = /*@__PURE__*/ (() => {
10098
10096
  break;
10099
10097
  }
10100
10098
  }
10101
- this.zk();
10099
+ this.zl();
10102
10100
  }
10103
10101
  }
10104
10102
  if (a == "AutoGenerateColumns") {
@@ -10200,11 +10198,11 @@ let DataGrid = /*@__PURE__*/ (() => {
10200
10198
  let p = b;
10201
10199
  let q = c;
10202
10200
  if (p != null) {
10203
- p.definitionPropertyUpdated = delegateRemove(p.definitionPropertyUpdated, runOn(this, this.yx));
10201
+ p.definitionPropertyUpdated = delegateRemove(p.definitionPropertyUpdated, runOn(this, this.yy));
10204
10202
  p.grid = null;
10205
10203
  }
10206
10204
  if (q != null) {
10207
- q.definitionPropertyUpdated = delegateCombine(q.definitionPropertyUpdated, runOn(this, this.yx));
10205
+ q.definitionPropertyUpdated = delegateCombine(q.definitionPropertyUpdated, runOn(this, this.yy));
10208
10206
  q.grid = this;
10209
10207
  }
10210
10208
  if (this.k8()) {
@@ -10280,27 +10278,27 @@ let DataGrid = /*@__PURE__*/ (() => {
10280
10278
  if (a == "ActualRowHeight" || a == "ActualHeaderHeight" || a == "RowSeparatorHeight" || a == "IsGroupRowSticky" || a == "IsHeaderSeparatorVisible" || a == "ShiftSectionContent" || a == "PinnedAreaSeparatorWidth" || a == "MergedCellMode" || a == "MergedCellEvaluationCriteria") {
10281
10279
  this.j6 = this.k7();
10282
10280
  if (this.k8()) {
10283
- this.yd();
10281
+ this.ye();
10284
10282
  }
10285
10283
  }
10286
10284
  if (a == "DefaultColumnWidth" || a == "DefaultColumnMinWidth" || a == "Inset" || a == "HeaderSeparatorWidth") {
10287
10285
  if (this.model != null && this.model.b9 != null && this.model.b9.count > 0) {
10288
- this.yd();
10286
+ this.ye();
10289
10287
  }
10290
10288
  }
10291
10289
  if (a == "SectionHeader") {
10292
10290
  if (b != null) {
10293
10291
  let z = typeCast(SectionHeader.$, b);
10294
- z.sectionHeaderPropertyUpdating = delegateRemove(z.sectionHeaderPropertyUpdating, runOn(this, this.xu));
10292
+ z.sectionHeaderPropertyUpdating = delegateRemove(z.sectionHeaderPropertyUpdating, runOn(this, this.xv));
10295
10293
  z.grid = null;
10296
10294
  }
10297
10295
  if (this.sectionHeader != null) {
10298
10296
  let aa = this.sectionHeader;
10299
- aa.sectionHeaderPropertyUpdating = delegateCombine(aa.sectionHeaderPropertyUpdating, runOn(this, this.xu));
10297
+ aa.sectionHeaderPropertyUpdating = delegateCombine(aa.sectionHeaderPropertyUpdating, runOn(this, this.xv));
10300
10298
  this.sectionHeader.grid = this;
10301
10299
  }
10302
10300
  this.model.b5 = true;
10303
- this.yd();
10301
+ this.ye();
10304
10302
  }
10305
10303
  if (a == "PinnedAreaSeparator") {
10306
10304
  if (b != null) {
@@ -10310,7 +10308,7 @@ let DataGrid = /*@__PURE__*/ (() => {
10310
10308
  if (this.pinnedAreaSeparator != null) {
10311
10309
  this.pinnedAreaSeparator.grid = this;
10312
10310
  }
10313
- this.yd();
10311
+ this.ye();
10314
10312
  }
10315
10313
  if (a == "ActiveCell") {
10316
10314
  this.dh = typeCast(GridCellPosition.$, b);
@@ -10396,7 +10394,7 @@ let DataGrid = /*@__PURE__*/ (() => {
10396
10394
  break;
10397
10395
  }
10398
10396
  }
10399
- this.yd();
10397
+ this.ye();
10400
10398
  }
10401
10399
  if (a == "Density" || a == "RowHeight") {
10402
10400
  this.w5();
@@ -10407,10 +10405,10 @@ let DataGrid = /*@__PURE__*/ (() => {
10407
10405
  this.externalGrid.setScrollerVerticalTrackInset(this.actualHeaderHeight + this.rowSeparatorHeight + af);
10408
10406
  }
10409
10407
  if (a == "DefaultBorderWidth" || a == "BorderWidth") {
10410
- this.actualBorderWidth = this.acq(this.borderWidth, this.acr);
10408
+ this.actualBorderWidth = this.acr(this.borderWidth, this.acs);
10411
10409
  }
10412
10410
  if (a == "DefaultCornerRadius" || a == "CornerRadius") {
10413
- this.actualCornerRadius = this.zx(this.cornerRadius, this.zz);
10411
+ this.actualCornerRadius = this.zy(this.cornerRadius, this.z0);
10414
10412
  }
10415
10413
  if (a == "Border" || a == "Theme") {
10416
10414
  this.actualBorder = this.border != null ? this.border : GridStyleRepository.s(this.theme, 28);
@@ -10422,10 +10420,10 @@ let DataGrid = /*@__PURE__*/ (() => {
10422
10420
  this.syncBorder();
10423
10421
  }
10424
10422
  if (a == "EditMode") {
10425
- this.zk();
10423
+ this.zl();
10426
10424
  }
10427
10425
  if (a == "FilterUIType") {
10428
- this.yd();
10426
+ this.ye();
10429
10427
  let ag = this.j0() ? this.actualRowHeight + this.rowSeparatorHeight : 0;
10430
10428
  this.externalGrid.setScrollerVerticalTrackInset(this.actualHeaderHeight + this.rowSeparatorHeight + ag);
10431
10429
  }
@@ -10439,7 +10437,7 @@ let DataGrid = /*@__PURE__*/ (() => {
10439
10437
  this.externalGrid.setBackground(this.actualBackground);
10440
10438
  }
10441
10439
  }
10442
- zk() {
10440
+ zl() {
10443
10441
  if (this.z != null) {
10444
10442
  if (this.editMode == 2 || this.editMode == 3) {
10445
10443
  this.z.isBatchingEnabled = true;
@@ -10449,10 +10447,10 @@ let DataGrid = /*@__PURE__*/ (() => {
10449
10447
  }
10450
10448
  }
10451
10449
  }
10452
- zx(a, b) {
10450
+ zy(a, b) {
10453
10451
  return new CornerRadius(1, !isNaN_(a.d) ? a.d : b.d, !isNaN_(a.e) ? a.e : b.e, !isNaN_(a.c) ? a.c : b.c, !isNaN_(a.b) ? a.b : b.b);
10454
10452
  }
10455
- acq(a, b) {
10453
+ acr(a, b) {
10456
10454
  return new Thickness(1, !isNaN_(a.left) ? a.left : b.left, !isNaN_(a.top) ? a.top : b.top, !isNaN_(a.right) ? a.right : b.right, !isNaN_(a.bottom) ? a.bottom : b.bottom);
10457
10455
  }
10458
10456
  syncBorder() {
@@ -10532,16 +10530,16 @@ let DataGrid = /*@__PURE__*/ (() => {
10532
10530
  }
10533
10531
  this.c6.r(this, null, b.propertyName, b.animationType, b.oldValue, b.newValue, 8);
10534
10532
  }
10535
- yx(a, b) {
10536
- this.yy(b.propertyName, b.animationType, b.oldValue, b.newValue, false);
10533
+ yy(a, b) {
10534
+ this.yz(b.propertyName, b.animationType, b.oldValue, b.newValue, false);
10537
10535
  }
10538
10536
  vi(a, b) {
10539
- this.yy(b.propertyName, b.animationType, b.oldValue, b.newValue, true);
10537
+ this.yz(b.propertyName, b.animationType, b.oldValue, b.newValue, true);
10540
10538
  }
10541
10539
  vj(a, b) {
10542
10540
  this.vk(b.propertyName, b.animationType, b.oldValue, b.newValue);
10543
10541
  }
10544
- yy(a, b, c, d, e) {
10542
+ yz(a, b, c, d, e) {
10545
10543
  if (b == 10) {
10546
10544
  return;
10547
10545
  }
@@ -10566,7 +10564,7 @@ let DataGrid = /*@__PURE__*/ (() => {
10566
10564
  this.w4();
10567
10565
  }
10568
10566
  u4(a, b) {
10569
- this.xo();
10567
+ this.xp();
10570
10568
  }
10571
10569
  rg(a) {
10572
10570
  let b = "";
@@ -10580,7 +10578,7 @@ let DataGrid = /*@__PURE__*/ (() => {
10580
10578
  b += EnumUtil.getName(DataSourceSummaryOperand_$type, a.operand);
10581
10579
  return b;
10582
10580
  }
10583
- xo() {
10581
+ xp() {
10584
10582
  this.vc();
10585
10583
  if (this.summaryDescriptions.j.count > 0 && this.rootSummariesChanged != null) {
10586
10584
  this.rootSummariesChanged(this, new DataSourceRootSummariesChangedEventArgs());
@@ -10619,19 +10617,19 @@ let DataGrid = /*@__PURE__*/ (() => {
10619
10617
  w4() {
10620
10618
  this.e7.setDataSource(this.x);
10621
10619
  this.az.d = this.x.actualSchema;
10622
- this.zl();
10620
+ this.zm();
10623
10621
  this.vc();
10624
10622
  for (let a = 0; a < this.groupDescriptions.j.count; a++) {
10625
- this.yu(this.groupDescriptions.j.item(a));
10623
+ this.yv(this.groupDescriptions.j.item(a));
10626
10624
  }
10627
10625
  for (let b = 0; b < this.summaryDescriptions.j.count; b++) {
10628
- this.yv(this.summaryDescriptions.j.item(b));
10626
+ this.yw(this.summaryDescriptions.j.item(b));
10629
10627
  }
10630
10628
  if (this.hs) {
10631
10629
  this.vg();
10632
10630
  }
10633
10631
  else {
10634
- this.yd();
10632
+ this.ye();
10635
10633
  this.invalidateVisibleRows();
10636
10634
  }
10637
10635
  }
@@ -10649,7 +10647,7 @@ let DataGrid = /*@__PURE__*/ (() => {
10649
10647
  this.ml = a;
10650
10648
  this.mk = b;
10651
10649
  this.fp.y(a, b);
10652
- this.yd();
10650
+ this.ye();
10653
10651
  if (this.sizeChanged != null) {
10654
10652
  this.sizeChanged(this, ((() => {
10655
10653
  let $ret = new GridSizeChangedEventArgs();
@@ -10677,7 +10675,7 @@ let DataGrid = /*@__PURE__*/ (() => {
10677
10675
  if (f.x != this.model.actualVisibleRegion.x || f.y != this.model.actualVisibleRegion.y || f.width != this.model.actualVisibleRegion.width || f.height != this.model.actualVisibleRegion.height) {
10678
10676
  let g = this.model.actualVisibleRegion;
10679
10677
  this.model.actualVisibleRegion = f;
10680
- this.ye();
10678
+ this.yf();
10681
10679
  if (this.viewportChanged != null) {
10682
10680
  this.viewportChanged(this, ((() => {
10683
10681
  let $ret = new GridViewportChangedEventArgs();
@@ -10700,14 +10698,14 @@ let DataGrid = /*@__PURE__*/ (() => {
10700
10698
  get columns() {
10701
10699
  return this.dm;
10702
10700
  }
10703
- xh(a, b, c) {
10701
+ xi(a, b, c) {
10704
10702
  let d = this.cj(a.l);
10705
10703
  a.a2 = true;
10706
10704
  d.en(a, this, b, c);
10707
10705
  a.a2 = false;
10708
10706
  d.ep(a, this, b, c);
10709
10707
  }
10710
- xg(a, b, c, d) {
10708
+ xh(a, b, c, d) {
10711
10709
  let e = this.cj(a.l);
10712
10710
  if (!Base.equalsStatic(d, a.k8)) {
10713
10711
  a.k8 = d;
@@ -10766,7 +10764,7 @@ let DataGrid = /*@__PURE__*/ (() => {
10766
10764
  this.externalGrid.removeExternalColumn(b.externalObject);
10767
10765
  this.wp(a);
10768
10766
  }
10769
- this.yd();
10767
+ this.ye();
10770
10768
  if (this.jp(a)) {
10771
10769
  let f = this.model.h(b.lb).a;
10772
10770
  b.hw = 2;
@@ -10818,7 +10816,7 @@ let DataGrid = /*@__PURE__*/ (() => {
10818
10816
  this.w0();
10819
10817
  break;
10820
10818
  }
10821
- this.yd();
10819
+ this.ye();
10822
10820
  if (!this.ig) {
10823
10821
  this.ig = true;
10824
10822
  this.delayedExecutionManager.executeIn(() => {
@@ -10842,7 +10840,7 @@ let DataGrid = /*@__PURE__*/ (() => {
10842
10840
  b.columnCellsPropertyUpdating = delegateRemove(b.columnCellsPropertyUpdating, runOn(this, this.ux));
10843
10841
  b.columnHeaderCellsPropertyUpdating = delegateRemove(b.columnHeaderCellsPropertyUpdating, runOn(this, this.u0));
10844
10842
  this.gc.v(this.d2, a, b, this.model);
10845
- this.yd();
10843
+ this.ye();
10846
10844
  b.hw = 0;
10847
10845
  this.f6.ag(a, b);
10848
10846
  }
@@ -10858,11 +10856,11 @@ let DataGrid = /*@__PURE__*/ (() => {
10858
10856
  if (this.jn(b) && !b.j1 && b.hw != 3) {
10859
10857
  let c = b.hw;
10860
10858
  b.hw = 1;
10861
- this.yd();
10859
+ this.ye();
10862
10860
  this.c6.ar(this, this.columnAnimationSettings, this.model.h(b.lb), true, c);
10863
10861
  }
10864
10862
  else {
10865
- this.yd();
10863
+ this.ye();
10866
10864
  }
10867
10865
  for (let d = 0; d < this.sortDescriptions.j.count; d++) {
10868
10866
  if (b.mr == this.sortDescriptions.j.item(d).f) {
@@ -10882,7 +10880,7 @@ let DataGrid = /*@__PURE__*/ (() => {
10882
10880
  }
10883
10881
  }
10884
10882
  if (b == "Width" || b == "MinWidth" || b == "Pinned") {
10885
- this.yd();
10883
+ this.ye();
10886
10884
  this.uv();
10887
10885
  if (b == "Width") {
10888
10886
  this.w1(a, d, e);
@@ -10940,7 +10938,7 @@ let DataGrid = /*@__PURE__*/ (() => {
10940
10938
  }
10941
10939
  this.c6.s(this, f, b, c, d, e, false, false, false, false);
10942
10940
  }
10943
- xu(a, b, c, d, e) {
10941
+ xv(a, b, c, d, e) {
10944
10942
  if (c == 10) {
10945
10943
  return;
10946
10944
  }
@@ -11162,7 +11160,7 @@ let DataGrid = /*@__PURE__*/ (() => {
11162
11160
  if (!this.jr(c) && d != 3) {
11163
11161
  c.hw = 5;
11164
11162
  }
11165
- this.yd();
11163
+ this.ye();
11166
11164
  if (this.jr(c)) {
11167
11165
  c.hw = 6;
11168
11166
  this.c6.al(this, this.columnAnimationSettings, this.model.h(c.lb), d);
@@ -11174,14 +11172,14 @@ let DataGrid = /*@__PURE__*/ (() => {
11174
11172
  switch (b.propertyName) {
11175
11173
  case "Filter":
11176
11174
  case "FilterExpression":
11177
- this.zl();
11175
+ this.zm();
11178
11176
  break;
11179
11177
  case "IsHidden":
11180
11178
  if (c.j1) {
11181
11179
  if (this.jq(c)) {
11182
11180
  let d = c.hw;
11183
11181
  c.hw = 2;
11184
- this.yd();
11182
+ this.ye();
11185
11183
  this.c6.ak(this, this.columnAnimationSettings, this.model.h(c.lb), false, d);
11186
11184
  }
11187
11185
  else {
@@ -11190,21 +11188,21 @@ let DataGrid = /*@__PURE__*/ (() => {
11190
11188
  this.externalGrid.ensureColumnsAreManual();
11191
11189
  this.externalGrid.removeExternalColumn(c.externalObject);
11192
11190
  }
11193
- this.yd();
11191
+ this.ye();
11194
11192
  }
11195
11193
  }
11196
11194
  else {
11197
11195
  if (this.jx(c)) {
11198
11196
  let e = c.hw;
11199
11197
  c.hw = 1;
11200
- this.yd();
11198
+ this.ye();
11201
11199
  this.c6.ar(this, this.columnAnimationSettings, this.model.h(c.lb), false, e);
11202
11200
  }
11203
11201
  else {
11204
11202
  c.hw = 5;
11205
11203
  this.c6.ai(this, this.model.h(c.lb));
11206
11204
  this.dx.ab();
11207
- this.yd();
11205
+ this.ye();
11208
11206
  }
11209
11207
  }
11210
11208
  if (this.columnHiddenChanged != null) {
@@ -11218,12 +11216,12 @@ let DataGrid = /*@__PURE__*/ (() => {
11218
11216
  break;
11219
11217
  case "MergedCellMode":
11220
11218
  if (this.k8()) {
11221
- this.yd();
11219
+ this.ye();
11222
11220
  }
11223
11221
  break;
11224
11222
  }
11225
11223
  }
11226
- zl() {
11224
+ zm() {
11227
11225
  if (this.actualDataSource == null) {
11228
11226
  return;
11229
11227
  }
@@ -11522,7 +11520,7 @@ let DataGrid = /*@__PURE__*/ (() => {
11522
11520
  this.nb = f;
11523
11521
  this.viewportManager.moveViewportTo(f, e);
11524
11522
  }
11525
- y0(a) {
11523
+ y1(a) {
11526
11524
  let b = truncate(a);
11527
11525
  if (b < 0) {
11528
11526
  b = 0;
@@ -11583,10 +11581,10 @@ let DataGrid = /*@__PURE__*/ (() => {
11583
11581
  }
11584
11582
  this.c6.z(this, a, b, false);
11585
11583
  if (this.e8.getRowCount() != this.model.c5()) {
11586
- this.yd();
11584
+ this.ye();
11587
11585
  }
11588
11586
  else {
11589
- this.ye();
11587
+ this.yf();
11590
11588
  }
11591
11589
  this.uv();
11592
11590
  }
@@ -11606,7 +11604,7 @@ let DataGrid = /*@__PURE__*/ (() => {
11606
11604
  if (b < 0) {
11607
11605
  b = 0;
11608
11606
  }
11609
- this.y0(b);
11607
+ this.y1(b);
11610
11608
  }
11611
11609
  }
11612
11610
  n0(a) {
@@ -11629,7 +11627,7 @@ let DataGrid = /*@__PURE__*/ (() => {
11629
11627
  let a = this.gc.b(this.model.actualVisibleRegion.bottom - this.model.df, this.model);
11630
11628
  return this.gc.i(this.model, a);
11631
11629
  }
11632
- x3() {
11630
+ x4() {
11633
11631
  let a = this.getFirstVisibleIndex();
11634
11632
  let b = this.getLastVisibleIndex();
11635
11633
  this.e8.firstVisibleIndexRequested = a;
@@ -11664,12 +11662,12 @@ let DataGrid = /*@__PURE__*/ (() => {
11664
11662
  va() {
11665
11663
  if (this.hf) {
11666
11664
  this.ji = true;
11667
- this.zq(this.lp, this.lq, this.lr, this.ls);
11665
+ this.zr(this.lp, this.lq, this.lr, this.ls);
11668
11666
  this.ji = false;
11669
11667
  }
11670
11668
  this.hf = false;
11671
11669
  }
11672
- xs(a, b) {
11670
+ xt(a, b) {
11673
11671
  if (a == null) {
11674
11672
  let c = this.selectedKeys.ae.indexOf(b);
11675
11673
  if (c > -1 && this.selectedItems.ae.count > 0) {
@@ -11692,7 +11690,7 @@ let DataGrid = /*@__PURE__*/ (() => {
11692
11690
  }
11693
11691
  this.ji = false;
11694
11692
  }
11695
- xt(a, b) {
11693
+ xu(a, b) {
11696
11694
  if (a == null) {
11697
11695
  let c = this.selectedKeys.ae.indexOf(b);
11698
11696
  if (c > -1 && this.selectedItems.ae.count > 0) {
@@ -11704,20 +11702,20 @@ let DataGrid = /*@__PURE__*/ (() => {
11704
11702
  }
11705
11703
  this.ji = true;
11706
11704
  if (!this.hf) {
11707
- this.yr(a, b, true);
11705
+ this.ys(a, b, true);
11708
11706
  }
11709
11707
  else {
11710
11708
  this.lr.add1(a);
11711
11709
  this.ls.add(b);
11712
11710
  if (this.hg) {
11713
- this.yr(a, b, false);
11711
+ this.ys(a, b, false);
11714
11712
  }
11715
11713
  }
11716
11714
  this.ji = false;
11717
11715
  }
11718
- xz(a, b, c) {
11716
+ x0(a, b, c) {
11719
11717
  this.ji = true;
11720
- this.zp(a, b, c);
11718
+ this.zq(a, b, c);
11721
11719
  this.ji = false;
11722
11720
  }
11723
11721
  v6(a, b, c) {
@@ -11833,7 +11831,7 @@ let DataGrid = /*@__PURE__*/ (() => {
11833
11831
  }
11834
11832
  let i = Math.min(this.nm, e);
11835
11833
  let j = Math.max(this.nm, e);
11836
- this.y9(i, j);
11834
+ this.za(i, j);
11837
11835
  }
11838
11836
  else if (this.selectionMode == 5 && a) {
11839
11837
  if (this.nm == -1) {
@@ -11847,7 +11845,7 @@ let DataGrid = /*@__PURE__*/ (() => {
11847
11845
  k.k = Math.min(this.nl, this.model.b9._inner[f].n);
11848
11846
  k.j = Math.max(this.nm, e);
11849
11847
  k.i = Math.max(this.nl, this.model.b9._inner[f].n);
11850
- this.y4(k);
11848
+ this.y5(k);
11851
11849
  }
11852
11850
  else {
11853
11851
  this.nm = -1;
@@ -11856,7 +11854,7 @@ let DataGrid = /*@__PURE__*/ (() => {
11856
11854
  this.lt.clear();
11857
11855
  this.lu.clear();
11858
11856
  }
11859
- this.x0();
11857
+ this.x1();
11860
11858
  return true;
11861
11859
  }
11862
11860
  kp(a, b) {
@@ -12002,7 +12000,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12002
12000
  else if (b >= this.n8()) {
12003
12001
  b = this.gc.j(b, this.model);
12004
12002
  if (this.model.b9._inner[b].d == 0) {
12005
- this.y0(b);
12003
+ this.y1(b);
12006
12004
  }
12007
12005
  }
12008
12006
  if (!d) {
@@ -12105,8 +12103,8 @@ let DataGrid = /*@__PURE__*/ (() => {
12105
12103
  j.j = Math.max(this.nm, e);
12106
12104
  j.i = Math.max(this.nl, h);
12107
12105
  this.io = false;
12108
- this.y4(j);
12109
- this.x0();
12106
+ this.y5(j);
12107
+ this.x1();
12110
12108
  }
12111
12109
  else {
12112
12110
  this.nl = -1;
@@ -12218,8 +12216,8 @@ let DataGrid = /*@__PURE__*/ (() => {
12218
12216
  j.j = Math.max(this.nm, e);
12219
12217
  j.i = Math.max(this.nl, h);
12220
12218
  this.io = false;
12221
- this.y4(j);
12222
- this.x0();
12219
+ this.y5(j);
12220
+ this.x1();
12223
12221
  }
12224
12222
  else {
12225
12223
  this.nl = -1;
@@ -12227,9 +12225,47 @@ let DataGrid = /*@__PURE__*/ (() => {
12227
12225
  }
12228
12226
  return true;
12229
12227
  }
12228
+ xf(a, b) {
12229
+ if (!b) {
12230
+ return;
12231
+ }
12232
+ if (this.activationMode == 0) {
12233
+ return;
12234
+ }
12235
+ if (this.activeCell != null) {
12236
+ return;
12237
+ }
12238
+ if (this.e8 == null || this.e8.getRowCount() == 0 || this.actualColumns.count == 0) {
12239
+ return;
12240
+ }
12241
+ let c;
12242
+ let d;
12243
+ if (a) {
12244
+ c = this.e8.getRowCount() - 1;
12245
+ d = this.n6(true);
12246
+ }
12247
+ else {
12248
+ c = 0;
12249
+ d = this.n1(true);
12250
+ }
12251
+ let e = this.actualColumns._inner[d];
12252
+ this.activeCell = ((() => {
12253
+ let $ret = new GridCellPosition();
12254
+ $ret.b = c;
12255
+ $ret.d = e.mw();
12256
+ return $ret;
12257
+ })());
12258
+ this.us(c, this.model.b9._inner[d].n, false);
12259
+ }
12230
12260
  k0(a, b) {
12231
12261
  if (this.activationMode == 0 || this.activeCell == null) {
12232
- return false;
12262
+ if (a) {
12263
+ this.externalGrid.moveFocusPrevious();
12264
+ }
12265
+ else {
12266
+ this.externalGrid.moveFocusNext();
12267
+ }
12268
+ return true;
12233
12269
  }
12234
12270
  let c = this.ae.s();
12235
12271
  let d = this.model.b9._inner[c].n;
@@ -12267,7 +12303,9 @@ let DataGrid = /*@__PURE__*/ (() => {
12267
12303
  p = this.actualColumns._inner[o];
12268
12304
  }
12269
12305
  else {
12270
- return false;
12306
+ this.activeCell = null;
12307
+ this.externalGrid.moveFocusPrevious();
12308
+ return true;
12271
12309
  }
12272
12310
  }
12273
12311
  d = this.model.b9._inner[o].n;
@@ -12300,7 +12338,9 @@ let DataGrid = /*@__PURE__*/ (() => {
12300
12338
  l = j != 1 && j != 2 && j != 4 && j != 5;
12301
12339
  }
12302
12340
  else {
12303
- return false;
12341
+ this.activeCell = null;
12342
+ this.externalGrid.moveFocusNext();
12343
+ return true;
12304
12344
  }
12305
12345
  }
12306
12346
  d = this.model.b9._inner[s].n;
@@ -12341,7 +12381,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12341
12381
  }
12342
12382
  return true;
12343
12383
  }
12344
- x4() {
12384
+ x5() {
12345
12385
  }
12346
12386
  k1(a, b) {
12347
12387
  if (this.ck.j) {
@@ -12393,7 +12433,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12393
12433
  }
12394
12434
  let i = Math.min(this.nm, e);
12395
12435
  let j = Math.max(this.nm, e);
12396
- this.y9(i, j);
12436
+ this.za(i, j);
12397
12437
  }
12398
12438
  else if (this.selectionMode == 5 && a) {
12399
12439
  if (this.nm == -1) {
@@ -12407,7 +12447,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12407
12447
  k.k = Math.min(this.nl, this.model.b9._inner[f].n);
12408
12448
  k.j = Math.max(this.nm, e);
12409
12449
  k.i = Math.max(this.nl, this.model.b9._inner[f].n);
12410
- this.y4(k);
12450
+ this.y5(k);
12411
12451
  }
12412
12452
  else {
12413
12453
  this.nm = -1;
@@ -12416,7 +12456,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12416
12456
  this.lt.clear();
12417
12457
  this.lu.clear();
12418
12458
  }
12419
- this.x0();
12459
+ this.x1();
12420
12460
  return true;
12421
12461
  }
12422
12462
  kq(a, b) {
@@ -12445,7 +12485,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12445
12485
  if (this.activationMode != 0 && this.activeCell != null) {
12446
12486
  let c = this.e8.getRowType(this.activeCell.b);
12447
12487
  if (c == 1) {
12448
- this.zn(this.activeCell.b);
12488
+ this.zo(this.activeCell.b);
12449
12489
  }
12450
12490
  else if (this.jy() && this.enterBehavior == 1 && (c == 0 || c == 3)) {
12451
12491
  let d = this.ae.s();
@@ -12596,7 +12636,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12596
12636
  let f = this.ck.o;
12597
12637
  let g = this.ck.s;
12598
12638
  if (b) {
12599
- this.xq(f, g);
12639
+ this.xr(f, g);
12600
12640
  }
12601
12641
  this.wc(e, f, g);
12602
12642
  return true;
@@ -12625,7 +12665,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12625
12665
  let b = this.ck.o;
12626
12666
  let c = this.ck.s;
12627
12667
  this.ck.w();
12628
- this.xp(b, c);
12668
+ this.xq(b, c);
12629
12669
  if (a) {
12630
12670
  if (this.autoAcceptEdits) {
12631
12671
  if (this.canCommit) {
@@ -12673,13 +12713,13 @@ let DataGrid = /*@__PURE__*/ (() => {
12673
12713
  }
12674
12714
  this.ji = false;
12675
12715
  }
12676
- x0() {
12716
+ x1() {
12677
12717
  if (this.io && this.selectionChanged != null) {
12678
12718
  this.selectionChanged(this, new GridSelectionChangedEventArgs());
12679
12719
  this.io = false;
12680
12720
  }
12681
12721
  }
12682
- zq(a, b, c, d) {
12722
+ zr(a, b, c, d) {
12683
12723
  if (a.count == 0 && b.count == 0 && c.count == 0 && d.count == 0) {
12684
12724
  return;
12685
12725
  }
@@ -12709,8 +12749,8 @@ let DataGrid = /*@__PURE__*/ (() => {
12709
12749
  }
12710
12750
  }
12711
12751
  this.notifyOnAllSelectionChanges = e;
12712
- this.xv(c, a);
12713
- this.xy(d, b);
12752
+ this.xw(c, a);
12753
+ this.xz(d, b);
12714
12754
  }
12715
12755
  up(a, b) {
12716
12756
  let c = this.notifyOnAllSelectionChanges;
@@ -12721,8 +12761,8 @@ let DataGrid = /*@__PURE__*/ (() => {
12721
12761
  this.io = true;
12722
12762
  }
12723
12763
  this.notifyOnAllSelectionChanges = c;
12724
- this.xv(null, a);
12725
- this.xy(null, b);
12764
+ this.xw(null, a);
12765
+ this.xz(null, b);
12726
12766
  }
12727
12767
  uq(a, b, c) {
12728
12768
  let d = this.notifyOnAllSelectionChanges;
@@ -12733,11 +12773,11 @@ let DataGrid = /*@__PURE__*/ (() => {
12733
12773
  }
12734
12774
  this.notifyOnAllSelectionChanges = d;
12735
12775
  if (c) {
12736
- this.xw(null, a);
12737
- this.xx(null, b);
12776
+ this.xx(null, a);
12777
+ this.xy(null, b);
12738
12778
  }
12739
12779
  }
12740
- zp(a, b, c) {
12780
+ zq(a, b, c) {
12741
12781
  let d = this.notifyOnAllSelectionChanges;
12742
12782
  this.notifyOnAllSelectionChanges = false;
12743
12783
  let e = this.selectedItems.ae._inner[a];
@@ -12745,9 +12785,9 @@ let DataGrid = /*@__PURE__*/ (() => {
12745
12785
  this.selectedItems.ae._inner[a] = b;
12746
12786
  }
12747
12787
  this.notifyOnAllSelectionChanges = d;
12748
- this.xw(b, b);
12788
+ this.xx(b, b);
12749
12789
  }
12750
- yq(a, b) {
12790
+ yr(a, b) {
12751
12791
  let c = this.notifyOnAllSelectionChanges;
12752
12792
  this.notifyOnAllSelectionChanges = false;
12753
12793
  if (!this.iy) {
@@ -12757,10 +12797,10 @@ let DataGrid = /*@__PURE__*/ (() => {
12757
12797
  }
12758
12798
  }
12759
12799
  this.notifyOnAllSelectionChanges = c;
12760
- this.xv(a, null);
12761
- this.xy(b, null);
12800
+ this.xw(a, null);
12801
+ this.xz(b, null);
12762
12802
  }
12763
- yr(a, b, c) {
12803
+ ys(a, b, c) {
12764
12804
  let d = this.notifyOnAllSelectionChanges;
12765
12805
  this.notifyOnAllSelectionChanges = false;
12766
12806
  if (!this.iy) {
@@ -12769,11 +12809,11 @@ let DataGrid = /*@__PURE__*/ (() => {
12769
12809
  }
12770
12810
  this.notifyOnAllSelectionChanges = d;
12771
12811
  if (c) {
12772
- this.xw(a, null);
12773
- this.xx(b, null);
12812
+ this.xx(a, null);
12813
+ this.xy(b, null);
12774
12814
  }
12775
12815
  }
12776
- xw(a, b) {
12816
+ xx(a, b) {
12777
12817
  if (!this.lk && this.selectedItemsChanged != null) {
12778
12818
  let c = new GridSelectedItemsChangedEventArgs();
12779
12819
  c.currentItems = this.selectedItems;
@@ -12790,7 +12830,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12790
12830
  this.selectedItemsChanged(this, c);
12791
12831
  }
12792
12832
  }
12793
- xx(a, b) {
12833
+ xy(a, b) {
12794
12834
  if (!this.lk && this.selectedKeysChanged != null) {
12795
12835
  let c = new GridSelectedKeysChangedEventArgs();
12796
12836
  c.currentKeys = this.selectedKeys;
@@ -12807,7 +12847,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12807
12847
  this.selectedKeysChanged(this, c);
12808
12848
  }
12809
12849
  }
12810
- xv(a, b) {
12850
+ xw(a, b) {
12811
12851
  if (!this.lk && this.selectedItemsChanged != null) {
12812
12852
  let c = new GridSelectedItemsChangedEventArgs();
12813
12853
  c.currentItems = this.selectedItems;
@@ -12822,7 +12862,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12822
12862
  this.selectedItemsChanged(this, c);
12823
12863
  }
12824
12864
  }
12825
- xy(a, b) {
12865
+ xz(a, b) {
12826
12866
  if (!this.lk && this.selectedKeysChanged != null) {
12827
12867
  let c = new GridSelectedKeysChangedEventArgs();
12828
12868
  c.currentKeys = this.selectedKeys;
@@ -12861,7 +12901,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12861
12901
  this.selectedCellRangesChanged(this, b);
12862
12902
  }
12863
12903
  }
12864
- yn(a) {
12904
+ yo(a) {
12865
12905
  if (this.selectedCellRanges.contains(a)) {
12866
12906
  this.selectedCellRanges.remove(a);
12867
12907
  if (this.selectedCellRangesChanged != null) {
@@ -12876,7 +12916,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12876
12916
  }
12877
12917
  }
12878
12918
  }
12879
- ym() {
12919
+ yn() {
12880
12920
  if (this.selectedCellRanges.count > 0) {
12881
12921
  let a = new GridSelectedCellRangesCollection();
12882
12922
  for (let b = 0; b < this.selectedCellRanges.count; b++) {
@@ -12905,7 +12945,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12905
12945
  }
12906
12946
  }
12907
12947
  }
12908
- x1(a, b, c) {
12948
+ x2(a, b, c) {
12909
12949
  this.vn(a);
12910
12950
  if (b != c) {
12911
12951
  this.f6.aj(a);
@@ -12921,18 +12961,18 @@ let DataGrid = /*@__PURE__*/ (() => {
12921
12961
  this.m6 = -1;
12922
12962
  }
12923
12963
  this.f6.ad();
12924
- this.xo();
12925
- this.yd();
12964
+ this.xp();
12965
+ this.ye();
12926
12966
  this.invalidateVisibleRows();
12927
12967
  }
12928
- yw(a, b) {
12968
+ yx(a, b) {
12929
12969
  let c = this.lv(a, b);
12930
12970
  for (let d = 0; d < c.count; d++) {
12931
12971
  let e = c._inner[d];
12932
- this.yl(e);
12972
+ this.ym(e);
12933
12973
  }
12934
12974
  }
12935
- ys(a, b) {
12975
+ yt(a, b) {
12936
12976
  let c = this.lv(a, b);
12937
12977
  for (let d = 0; d < c.count; d++) {
12938
12978
  let e = c._inner[d];
@@ -12989,7 +13029,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12989
13029
  }
12990
13030
  return false;
12991
13031
  }
12992
- yl(a) {
13032
+ ym(a) {
12993
13033
  let b = a.ah + "@@@" + EnumUtil.getName(DataSourceSummaryOperand_$type, a.i);
12994
13034
  if (!this.ln.containsKey(b)) {
12995
13035
  this.ln.item(b, 0);
@@ -13066,7 +13106,7 @@ let DataGrid = /*@__PURE__*/ (() => {
13066
13106
  }
13067
13107
  this.c6.z(this, a, b, true);
13068
13108
  this.model.b5 = true;
13069
- this.ye();
13109
+ this.yf();
13070
13110
  }
13071
13111
  n3() {
13072
13112
  return this.gc.o(this.model.actualVisibleRegion.left + this.model.cz, this, this.model);
@@ -13079,7 +13119,7 @@ let DataGrid = /*@__PURE__*/ (() => {
13079
13119
  let d = this.gc.i(this.model, b);
13080
13120
  this.vo(c, d);
13081
13121
  }
13082
- x9() {
13122
+ ya() {
13083
13123
  if (!this.hs) {
13084
13124
  this.hs = true;
13085
13125
  this.gk.ah();
@@ -13089,14 +13129,14 @@ let DataGrid = /*@__PURE__*/ (() => {
13089
13129
  }
13090
13130
  }
13091
13131
  }
13092
- xf(a, b) {
13132
+ xg(a, b) {
13093
13133
  let c = this.e8.getRowPathForRow(a);
13094
13134
  this.dx.ae(c);
13095
13135
  this.f6.ah(this.gc.i(this.model, c));
13096
13136
  this.ae.ai(this.gc.i(this.model, c));
13097
- this.x9();
13137
+ this.ya();
13098
13138
  }
13099
- xm(a, b) {
13139
+ xn(a, b) {
13100
13140
  let c = this.e8.getRowPathForRow(a);
13101
13141
  this.dx.af(c);
13102
13142
  this.f6.ai(this.gc.i(this.model, c), b);
@@ -13129,16 +13169,16 @@ let DataGrid = /*@__PURE__*/ (() => {
13129
13169
  }
13130
13170
  }
13131
13171
  }
13132
- this.x9();
13172
+ this.ya();
13133
13173
  }
13134
13174
  setActiveResponsiveState(a) {
13135
13175
  for (let b = 0; b < this.fp.g.count; b++) {
13136
13176
  if (this.fp.g._inner[b].n == a) {
13137
- this.zb(this.fp.g._inner[b]);
13177
+ this.zc(this.fp.g._inner[b]);
13138
13178
  }
13139
13179
  }
13140
13180
  }
13141
- zb(a) {
13181
+ zc(a) {
13142
13182
  this.fp.x(a);
13143
13183
  }
13144
13184
  notifySetItem(a, b, c) {
@@ -13247,7 +13287,7 @@ let DataGrid = /*@__PURE__*/ (() => {
13247
13287
  let b = this.il;
13248
13288
  this.il = a;
13249
13289
  if (b != this.il) {
13250
- this.xl("ReactsToSortChanges", b, this.il);
13290
+ this.xm("ReactsToSortChanges", b, this.il);
13251
13291
  }
13252
13292
  }
13253
13293
  get reactsToGroupChanges() {
@@ -13257,7 +13297,7 @@ let DataGrid = /*@__PURE__*/ (() => {
13257
13297
  let b = this.ik;
13258
13298
  this.ik = a;
13259
13299
  if (b != this.ik) {
13260
- this.xl("ReactsToGroupChanges", b, this.ik);
13300
+ this.xm("ReactsToGroupChanges", b, this.ik);
13261
13301
  }
13262
13302
  }
13263
13303
  get reactsToFilterChanges() {
@@ -13267,7 +13307,7 @@ let DataGrid = /*@__PURE__*/ (() => {
13267
13307
  let b = this.ij;
13268
13308
  this.ij = a;
13269
13309
  if (b != this.ij) {
13270
- this.xl("ReactsToFilterChanges", b, this.ij);
13310
+ this.xm("ReactsToFilterChanges", b, this.ij);
13271
13311
  }
13272
13312
  }
13273
13313
  aa(a) {
@@ -13337,12 +13377,12 @@ let DataGrid = /*@__PURE__*/ (() => {
13337
13377
  let n = this.z.isPendingTransaction(k);
13338
13378
  if (n && this.autoAcceptEdits) {
13339
13379
  this.acceptEdit(k);
13340
- this.zr(f, j, h);
13380
+ this.zs(f, j, h);
13341
13381
  }
13342
13382
  }
13343
13383
  else {
13344
13384
  this.acceptEdit(k);
13345
- this.zr(f, j, h);
13385
+ this.zs(f, j, h);
13346
13386
  }
13347
13387
  this.ii = false;
13348
13388
  }
@@ -13358,7 +13398,7 @@ let DataGrid = /*@__PURE__*/ (() => {
13358
13398
  }
13359
13399
  return true;
13360
13400
  }
13361
- zr(a, b, c) {
13401
+ zs(a, b, c) {
13362
13402
  if (this.actualPrimaryKey != null) {
13363
13403
  let d = false;
13364
13404
  let e = -1;
@@ -13452,7 +13492,7 @@ let DataGrid = /*@__PURE__*/ (() => {
13452
13492
  })()));
13453
13493
  }
13454
13494
  }
13455
- xq(a, b) {
13495
+ xr(a, b) {
13456
13496
  if (this.rowEditStarted != null) {
13457
13497
  this.rowEditStarted(this, ((() => {
13458
13498
  let $ret = new GridRowEditStartedEventArgs();
@@ -13462,7 +13502,7 @@ let DataGrid = /*@__PURE__*/ (() => {
13462
13502
  })()));
13463
13503
  }
13464
13504
  }
13465
- xp(a, b) {
13505
+ xq(a, b) {
13466
13506
  if (this.rowEditEnded != null) {
13467
13507
  this.rowEditEnded(this, ((() => {
13468
13508
  let $ret = new GridRowEditEndedEventArgs();
@@ -13606,7 +13646,7 @@ let DataGrid = /*@__PURE__*/ (() => {
13606
13646
  let b = this.ct;
13607
13647
  this.ct = a;
13608
13648
  if (b != this.ct) {
13609
- this.xl("EnterBehavior", enumGetBox(EnterKeyBehaviors_$type, b), enumGetBox(EnterKeyBehaviors_$type, this.ct));
13649
+ this.xm("EnterBehavior", enumGetBox(EnterKeyBehaviors_$type, b), enumGetBox(EnterKeyBehaviors_$type, this.ct));
13610
13650
  }
13611
13651
  }
13612
13652
  get enterBehaviorAfterEdit() {
@@ -13616,7 +13656,7 @@ let DataGrid = /*@__PURE__*/ (() => {
13616
13656
  let b = this.cr;
13617
13657
  this.cr = a;
13618
13658
  if (b != this.cr) {
13619
- this.xl("EnterBehaviorAfterEdit", enumGetBox(EnterKeyBehaviorAfterEdit_$type, b), enumGetBox(EnterKeyBehaviorAfterEdit_$type, this.cr));
13659
+ this.xm("EnterBehaviorAfterEdit", enumGetBox(EnterKeyBehaviorAfterEdit_$type, b), enumGetBox(EnterKeyBehaviorAfterEdit_$type, this.cr));
13620
13660
  }
13621
13661
  }
13622
13662
  selectAllRows() {
@@ -13640,8 +13680,8 @@ let DataGrid = /*@__PURE__*/ (() => {
13640
13680
  this.f6.a2();
13641
13681
  this.lk = false;
13642
13682
  this.ji = false;
13643
- this.xv(a, null);
13644
- this.xy(b, null);
13683
+ this.xw(a, null);
13684
+ this.xz(b, null);
13645
13685
  this.f6.as(-1);
13646
13686
  }
13647
13687
  }
@@ -13711,7 +13751,7 @@ let DataGrid = /*@__PURE__*/ (() => {
13711
13751
  let b = this.hw;
13712
13752
  this.hw = a;
13713
13753
  if (b != this.hw) {
13714
- this.xl("IsColumnOptionsSummariesEnabled", b, this.hw);
13754
+ this.xm("IsColumnOptionsSummariesEnabled", b, this.hw);
13715
13755
  }
13716
13756
  }
13717
13757
  get isColumnOptionsGroupingEnabled() {
@@ -13721,7 +13761,7 @@ let DataGrid = /*@__PURE__*/ (() => {
13721
13761
  let b = this.hv;
13722
13762
  this.hv = a;
13723
13763
  if (b != this.hv) {
13724
- this.xl("IsColumnOptionsGroupingEnabled", b, this.hv);
13764
+ this.xm("IsColumnOptionsGroupingEnabled", b, this.hv);
13725
13765
  }
13726
13766
  }
13727
13767
  get mergedCellMode() {
@@ -13731,7 +13771,7 @@ let DataGrid = /*@__PURE__*/ (() => {
13731
13771
  let b = this.fj;
13732
13772
  this.fj = a;
13733
13773
  if (b != this.fj) {
13734
- this.xl("MergedCellMode", enumGetBox(MergedCellMode_$type, b), enumGetBox(MergedCellMode_$type, this.fj));
13774
+ this.xm("MergedCellMode", enumGetBox(MergedCellMode_$type, b), enumGetBox(MergedCellMode_$type, this.fj));
13735
13775
  }
13736
13776
  }
13737
13777
  get mergedCellEvaluationCriteria() {
@@ -13741,7 +13781,7 @@ let DataGrid = /*@__PURE__*/ (() => {
13741
13781
  let b = this.fh;
13742
13782
  this.fh = a;
13743
13783
  if (b != this.fh) {
13744
- this.xl("MergedCellEvaluationCriteria", enumGetBox(MergedCellEvaluationCriteria_$type, b), enumGetBox(MergedCellEvaluationCriteria_$type, this.fh));
13784
+ this.xm("MergedCellEvaluationCriteria", enumGetBox(MergedCellEvaluationCriteria_$type, b), enumGetBox(MergedCellEvaluationCriteria_$type, this.fh));
13745
13785
  }
13746
13786
  }
13747
13787
  get mergedCellVerticalAlignment() {
@@ -13751,7 +13791,7 @@ let DataGrid = /*@__PURE__*/ (() => {
13751
13791
  let b = this.af;
13752
13792
  this.af = a;
13753
13793
  if (this.af != b) {
13754
- this.xl("MergedCellVerticalAlignment", enumGetBox(CellContentVerticalAlignment_$type, b), enumGetBox(CellContentVerticalAlignment_$type, this.af));
13794
+ this.xm("MergedCellVerticalAlignment", enumGetBox(CellContentVerticalAlignment_$type, b), enumGetBox(CellContentVerticalAlignment_$type, this.af));
13755
13795
  }
13756
13796
  }
13757
13797
  saveLayout() {
@@ -14212,7 +14252,7 @@ let DataGrid = /*@__PURE__*/ (() => {
14212
14252
  let b = this.c0;
14213
14253
  this.c0 = a;
14214
14254
  if (b != this.c0) {
14215
- this.xl("FilterUIType", enumGetBox(FilterUIType_$type, b), enumGetBox(FilterUIType_$type, this.c0));
14255
+ this.xm("FilterUIType", enumGetBox(FilterUIType_$type, b), enumGetBox(FilterUIType_$type, this.c0));
14216
14256
  }
14217
14257
  }
14218
14258
  get filterLogicalOperator() {
@@ -14222,7 +14262,7 @@ let DataGrid = /*@__PURE__*/ (() => {
14222
14262
  let b = this.cx;
14223
14263
  this.cx = a;
14224
14264
  if (b != this.cx) {
14225
- this.xl("FilterLogicalOperator", enumGetBox(FilterLogicalOperator_$type, b), enumGetBox(FilterLogicalOperator_$type, this.cx));
14265
+ this.xm("FilterLogicalOperator", enumGetBox(FilterLogicalOperator_$type, b), enumGetBox(FilterLogicalOperator_$type, this.cx));
14226
14266
  }
14227
14267
  }
14228
14268
  get filterComparisonType() {
@@ -14232,7 +14272,7 @@ let DataGrid = /*@__PURE__*/ (() => {
14232
14272
  let b = this.cv;
14233
14273
  this.cv = a;
14234
14274
  if (b != this.cv) {
14235
- this.xl("FilterComparisonType", enumGetBox(FilterComparisonType_$type, b), enumGetBox(FilterComparisonType_$type, this.cv));
14275
+ this.xm("FilterComparisonType", enumGetBox(FilterComparisonType_$type, b), enumGetBox(FilterComparisonType_$type, this.cv));
14236
14276
  }
14237
14277
  }
14238
14278
  j0() {
@@ -14252,7 +14292,7 @@ let DataGrid = /*@__PURE__*/ (() => {
14252
14292
  let b = this.hk;
14253
14293
  this.hk = a;
14254
14294
  if (b != this.hk) {
14255
- this.xl("ClearSelectionOnEscape", b, this.hk);
14295
+ this.xm("ClearSelectionOnEscape", b, this.hk);
14256
14296
  }
14257
14297
  }
14258
14298
  w2(a, b, c) {
@@ -14285,7 +14325,7 @@ let DataGrid = /*@__PURE__*/ (() => {
14285
14325
  let b = this.h6;
14286
14326
  this.h6 = a;
14287
14327
  if (b != this.h6) {
14288
- this.xl("IsPagerVisible", b, this.h6);
14328
+ this.xm("IsPagerVisible", b, this.h6);
14289
14329
  }
14290
14330
  }
14291
14331
  get pageSize() {
@@ -14295,7 +14335,7 @@ let DataGrid = /*@__PURE__*/ (() => {
14295
14335
  let b = this.m9;
14296
14336
  this.m9 = a;
14297
14337
  if (b != this.m9) {
14298
- this.xl("PageSize", b, this.m9);
14338
+ this.xm("PageSize", b, this.m9);
14299
14339
  }
14300
14340
  }
14301
14341
  get isToolbarVisible() {
@@ -14305,7 +14345,7 @@ let DataGrid = /*@__PURE__*/ (() => {
14305
14345
  let b = this.ib;
14306
14346
  this.ib = a;
14307
14347
  if (b != this.ib) {
14308
- this.xl("IsToolbarVisible", b, this.ib);
14348
+ this.xm("IsToolbarVisible", b, this.ib);
14309
14349
  }
14310
14350
  }
14311
14351
  get isToolbarColumnChooserVisible() {
@@ -14315,7 +14355,7 @@ let DataGrid = /*@__PURE__*/ (() => {
14315
14355
  let b = this.h9;
14316
14356
  this.h9 = a;
14317
14357
  if (b != this.h9) {
14318
- this.xl("IsToolbarColumnChooserVisible", b, this.h9);
14358
+ this.xm("IsToolbarColumnChooserVisible", b, this.h9);
14319
14359
  }
14320
14360
  }
14321
14361
  get isToolbarColumnPinningVisible() {
@@ -14325,7 +14365,7 @@ let DataGrid = /*@__PURE__*/ (() => {
14325
14365
  let b = this.ia;
14326
14366
  this.ia = a;
14327
14367
  if (b != this.ia) {
14328
- this.xl("IsToolbarColumnPinningVisible", b, this.ia);
14368
+ this.xm("IsToolbarColumnPinningVisible", b, this.ia);
14329
14369
  }
14330
14370
  }
14331
14371
  get toolbarTitle() {
@@ -14335,7 +14375,7 @@ let DataGrid = /*@__PURE__*/ (() => {
14335
14375
  let b = this.pd;
14336
14376
  this.pd = a;
14337
14377
  if (b != this.pd) {
14338
- this.xl("ToolbarTitle", b, this.pd);
14378
+ this.xm("ToolbarTitle", b, this.pd);
14339
14379
  }
14340
14380
  }
14341
14381
  get toolbarColumnChooserText() {
@@ -14345,7 +14385,7 @@ let DataGrid = /*@__PURE__*/ (() => {
14345
14385
  let b = this.o9;
14346
14386
  this.o9 = a;
14347
14387
  if (b != this.o9) {
14348
- this.xl("ToolbarColumnChooserText", b, this.o9);
14388
+ this.xm("ToolbarColumnChooserText", b, this.o9);
14349
14389
  }
14350
14390
  }
14351
14391
  get toolbarColumnChooserTitle() {
@@ -14355,7 +14395,7 @@ let DataGrid = /*@__PURE__*/ (() => {
14355
14395
  let b = this.pa;
14356
14396
  this.pa = a;
14357
14397
  if (b != this.pa) {
14358
- this.xl("ToolbarColumnChooserTitle", b, this.pa);
14398
+ this.xm("ToolbarColumnChooserTitle", b, this.pa);
14359
14399
  }
14360
14400
  }
14361
14401
  get toolbarColumnPinningText() {
@@ -14365,7 +14405,7 @@ let DataGrid = /*@__PURE__*/ (() => {
14365
14405
  let b = this.pb;
14366
14406
  this.pb = a;
14367
14407
  if (b != this.pb) {
14368
- this.xl("ToolbarColumnPinningText", b, this.pb);
14408
+ this.xm("ToolbarColumnPinningText", b, this.pb);
14369
14409
  }
14370
14410
  }
14371
14411
  get toolbarColumnPinningTitle() {
@@ -14375,7 +14415,7 @@ let DataGrid = /*@__PURE__*/ (() => {
14375
14415
  let b = this.pc;
14376
14416
  this.pc = a;
14377
14417
  if (b != this.pc) {
14378
- this.xl("ToolbarColumnPinningTitle", b, this.pc);
14418
+ this.xm("ToolbarColumnPinningTitle", b, this.pc);
14379
14419
  }
14380
14420
  }
14381
14421
  get scrollbarStyle() {
@@ -14385,77 +14425,77 @@ let DataGrid = /*@__PURE__*/ (() => {
14385
14425
  let b = this.gn;
14386
14426
  this.gn = a;
14387
14427
  if (b != this.gn) {
14388
- this.xl("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.gn));
14428
+ this.xm("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.gn));
14389
14429
  }
14390
14430
  }
14391
14431
  get scrollbarBackground() {
14392
- return this.aav;
14432
+ return this.aaw;
14393
14433
  }
14394
14434
  set scrollbarBackground(a) {
14395
- let b = this.aav;
14396
- this.aav = a;
14397
- if (b != this.aav) {
14398
- this.xl("ScrollbarBackground", b, this.aav);
14435
+ let b = this.aaw;
14436
+ this.aaw = a;
14437
+ if (b != this.aaw) {
14438
+ this.xm("ScrollbarBackground", b, this.aaw);
14399
14439
  }
14400
14440
  }
14401
14441
  get columnOptionsBackground() {
14402
- return this.z9;
14442
+ return this.aaa;
14403
14443
  }
14404
14444
  set columnOptionsBackground(a) {
14405
- let b = this.z9;
14406
- this.z9 = a;
14407
- if (b != this.z9) {
14408
- this.xl("ColumnOptionsBackground", b, this.z9);
14445
+ let b = this.aaa;
14446
+ this.aaa = a;
14447
+ if (b != this.aaa) {
14448
+ this.xm("ColumnOptionsBackground", b, this.aaa);
14409
14449
  }
14410
14450
  }
14411
14451
  get columnOptionsTextColor() {
14412
- return this.aae;
14452
+ return this.aaf;
14413
14453
  }
14414
14454
  set columnOptionsTextColor(a) {
14415
- let b = this.aae;
14416
- this.aae = a;
14417
- if (b != this.aae) {
14418
- this.xl("ColumnOptionsTextColor", b, this.aae);
14455
+ let b = this.aaf;
14456
+ this.aaf = a;
14457
+ if (b != this.aaf) {
14458
+ this.xm("ColumnOptionsTextColor", b, this.aaf);
14419
14459
  }
14420
14460
  }
14421
14461
  get columnOptionsSeparatorColor() {
14422
- return this.aad;
14462
+ return this.aae;
14423
14463
  }
14424
14464
  set columnOptionsSeparatorColor(a) {
14425
- let b = this.aad;
14426
- this.aad = a;
14427
- if (b != this.aad) {
14428
- this.xl("ColumnOptionsSeparatorColor", b, this.aad);
14465
+ let b = this.aae;
14466
+ this.aae = a;
14467
+ if (b != this.aae) {
14468
+ this.xm("ColumnOptionsSeparatorColor", b, this.aae);
14429
14469
  }
14430
14470
  }
14431
14471
  get columnOptionsGroupHeaderBackground() {
14432
- return this.aaa;
14472
+ return this.aab;
14433
14473
  }
14434
14474
  set columnOptionsGroupHeaderBackground(a) {
14435
- let b = this.aaa;
14436
- this.aaa = a;
14437
- if (b != this.aaa) {
14438
- this.xl("ColumnOptionsGroupHeaderBackground", b, this.aaa);
14475
+ let b = this.aab;
14476
+ this.aab = a;
14477
+ if (b != this.aab) {
14478
+ this.xm("ColumnOptionsGroupHeaderBackground", b, this.aab);
14439
14479
  }
14440
14480
  }
14441
14481
  get columnOptionsGroupHeaderTextColor() {
14442
- return this.aab;
14482
+ return this.aac;
14443
14483
  }
14444
14484
  set columnOptionsGroupHeaderTextColor(a) {
14445
- let b = this.aab;
14446
- this.aab = a;
14447
- if (b != this.aab) {
14448
- this.xl("ColumnOptionsGroupHeaderTextColor", b, this.aab);
14485
+ let b = this.aac;
14486
+ this.aac = a;
14487
+ if (b != this.aac) {
14488
+ this.xm("ColumnOptionsGroupHeaderTextColor", b, this.aac);
14449
14489
  }
14450
14490
  }
14451
14491
  get columnOptionsAccentColor() {
14452
- return this.z8;
14492
+ return this.z9;
14453
14493
  }
14454
14494
  set columnOptionsAccentColor(a) {
14455
- let b = this.z8;
14456
- this.z8 = a;
14457
- if (b != this.z8) {
14458
- this.xl("ColumnOptionsAccentColor", b, this.z8);
14495
+ let b = this.z9;
14496
+ this.z9 = a;
14497
+ if (b != this.z9) {
14498
+ this.xm("ColumnOptionsAccentColor", b, this.z9);
14459
14499
  }
14460
14500
  }
14461
14501
  get allowCopyOperation() {
@@ -14815,7 +14855,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
14815
14855
  i.hw = 5;
14816
14856
  c.a = 5;
14817
14857
  a.model.b2 = false;
14818
- a.yd();
14858
+ a.ye();
14819
14859
  a.wz(i);
14820
14860
  this.w(f);
14821
14861
  });
@@ -15123,7 +15163,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
15123
15163
  f.hw = 5;
15124
15164
  c.a = 5;
15125
15165
  a.model.b2 = false;
15126
- a.yd();
15166
+ a.ye();
15127
15167
  if (this.k.containsKey(c.o)) {
15128
15168
  let s = this.k.item(c.o);
15129
15169
  if (s.count == 0) {
@@ -15154,7 +15194,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
15154
15194
  b.a = 3;
15155
15195
  a.columns.remove(g);
15156
15196
  a.model.b2 = false;
15157
- a.yd();
15197
+ a.ye();
15158
15198
  });
15159
15199
  n.effectsCanceled = delegateCombine(n.effectsCanceled, (o, p) => a.model.b2 = false);
15160
15200
  let o = a.model.h(b.o);
@@ -15609,7 +15649,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
15609
15649
  a.model.dk(n._inner[o]);
15610
15650
  }
15611
15651
  h.hw = 5;
15612
- a.yd();
15652
+ a.ye();
15613
15653
  a.wv(h);
15614
15654
  this.w(e);
15615
15655
  });
@@ -15863,7 +15903,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
15863
15903
  a.externalGrid.removeExternalColumn(i.externalObject);
15864
15904
  }
15865
15905
  a.model.b2 = false;
15866
- a.yd();
15906
+ a.ye();
15867
15907
  a.wr(i);
15868
15908
  this.w(f);
15869
15909
  });
@@ -16417,7 +16457,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
16417
16457
  if (l.bq(n)) {
16418
16458
  let o = a.e8.resolveValueForPath(a, l.l);
16419
16459
  let p = a.rh(l.l, a, o, m);
16420
- a.xg(l, o, a.e8.resolveRow(m), p);
16460
+ a.xh(l, o, a.e8.resolveRow(m), p);
16421
16461
  }
16422
16462
  }
16423
16463
  return l.kx;
@@ -16460,7 +16500,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
16460
16500
  k.g = 0;
16461
16501
  k.h = 0;
16462
16502
  k.j = 0;
16463
- a.yd();
16503
+ a.ye();
16464
16504
  return k.g;
16465
16505
  };
16466
16506
  a.dx.u(b, h);
@@ -16537,7 +16577,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
16537
16577
  }
16538
16578
  if (p.bq(a.e8.getRowType(p.l.x))) {
16539
16579
  let t = a.rh(p.l, a, r, q);
16540
- a.xg(p, r, a.e8.resolveRow(q), t);
16580
+ a.xh(p, r, a.e8.resolveRow(q), t);
16541
16581
  }
16542
16582
  if (s) {
16543
16583
  p.c7 = 1;
@@ -16545,7 +16585,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
16545
16585
  }
16546
16586
  else if (p.l.am) {
16547
16587
  let u = a.rh(p.l, a, null, -1);
16548
- a.xg(p, null, null, u);
16588
+ a.xh(p, null, null, u);
16549
16589
  }
16550
16590
  return p.c7;
16551
16591
  };
@@ -16613,7 +16653,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
16613
16653
  }
16614
16654
  if (o.bq(a.e8.getRowType(o.l.x))) {
16615
16655
  let s = a.rh(o.l, a, q, p);
16616
- a.xg(o, q, a.e8.resolveRow(p), s);
16656
+ a.xh(o, q, a.e8.resolveRow(p), s);
16617
16657
  }
16618
16658
  if (r) {
16619
16659
  o.c7 = 1;
@@ -16621,7 +16661,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
16621
16661
  }
16622
16662
  else if (o.l.am) {
16623
16663
  let t = a.rh(o.l, a, null, -1);
16624
- a.xg(o, null, null, t);
16664
+ a.xh(o, null, null, t);
16625
16665
  }
16626
16666
  return o.c7;
16627
16667
  };
@@ -17628,7 +17668,7 @@ let DefinitionBase = /*@__PURE__*/ (() => {
17628
17668
  }
17629
17669
  }
17630
17670
  if (c) {
17631
- this.grid.x9();
17671
+ this.grid.ya();
17632
17672
  }
17633
17673
  }
17634
17674
  fe() {
@@ -19750,7 +19790,7 @@ let DataGridColumn = /*@__PURE__*/ (() => {
19750
19790
  e2(a) {
19751
19791
  super.e2(a);
19752
19792
  if (this.grid != null) {
19753
- this.grid.ys(a, this);
19793
+ this.grid.yt(a, this);
19754
19794
  }
19755
19795
  }
19756
19796
  ct() {
@@ -22245,7 +22285,7 @@ let SelectionManager = /*@__PURE__*/ (() => {
22245
22285
  if (f >= 0) {
22246
22286
  if (this.a.selectedItems.ae._inner[f] == null) {
22247
22287
  let g = this.a.e8.resolveValueForRow(a.l);
22248
- this.a.xz(f, g, c);
22288
+ this.a.x0(f, g, c);
22249
22289
  }
22250
22290
  }
22251
22291
  }
@@ -22452,7 +22492,7 @@ let SelectionManager = /*@__PURE__*/ (() => {
22452
22492
  }
22453
22493
  }
22454
22494
  if (d) {
22455
- this.a.xs(c, a);
22495
+ this.a.xt(c, a);
22456
22496
  }
22457
22497
  }
22458
22498
  az(a, b, c, d) {
@@ -22472,7 +22512,7 @@ let SelectionManager = /*@__PURE__*/ (() => {
22472
22512
  }
22473
22513
  }
22474
22514
  if (d) {
22475
- this.a.xt(c, a);
22515
+ this.a.xu(c, a);
22476
22516
  }
22477
22517
  }
22478
22518
  ay(a, b, c) {
@@ -27285,7 +27325,7 @@ let SectionHeader = /*@__PURE__*/ (() => {
27285
27325
  }
27286
27326
  }
27287
27327
  if (!o.o) {
27288
- b.yu(o);
27328
+ b.yv(o);
27289
27329
  }
27290
27330
  if (k > 0) {
27291
27331
  g += ", ";
@@ -29741,7 +29781,7 @@ let GridLayerController = /*@__PURE__*/ (() => {
29741
29781
  j.a6 = p;
29742
29782
  j.be = q;
29743
29783
  j.ge = b.n5(j.l);
29744
- b.xh(j, k, b.e8.resolveRow(m));
29784
+ b.xi(j, k, b.e8.resolveRow(m));
29745
29785
  if (l) {
29746
29786
  j.c7 = 1;
29747
29787
  }
@@ -29935,7 +29975,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
29935
29975
  b.db = f.m;
29936
29976
  b.c9 = f.l;
29937
29977
  b.dc = f.n;
29938
- a.x3();
29978
+ a.x4();
29939
29979
  this.d = f.b;
29940
29980
  this.c = f.a;
29941
29981
  let j = a.d2;