igniteui-webcomponents-grids 5.0.1 → 5.0.2-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +1366 -1366
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasGridCellBase.js +52 -52
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +7 -7
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
  6. package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
  7. package/esm2015/lib/CheckboxListView_combined.js +165 -165
  8. package/esm2015/lib/ColumnChooserView_combined.js +42 -42
  9. package/esm2015/lib/ColumnFilterCondition_combined.js +659 -659
  10. package/esm2015/lib/ColumnGroupingView_combined.js +40 -40
  11. package/esm2015/lib/ColumnPinningView_combined.js +42 -42
  12. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +2 -2
  13. package/esm2015/lib/DataGridCellLayoutPanel.js +48 -48
  14. package/esm2015/lib/DataGridToolbarView_combined.js +87 -87
  15. package/esm2015/lib/EditorCell.js +86 -86
  16. package/esm2015/lib/EditorCellPresenter.js +1 -1
  17. package/esm2015/lib/FilterCell.js +90 -90
  18. package/esm2015/lib/FilterCellPresenter.js +1 -1
  19. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  20. package/esm2015/lib/ISummaryChooserView_combined.js +6 -6
  21. package/esm2015/lib/TemplateHeader.js +1 -1
  22. package/esm2015/lib/igc-checkbox-list-component.js +26 -26
  23. package/esm2015/lib/igc-column-chooser-component.js +2 -2
  24. package/esm2015/lib/igc-column-pinning-component.js +2 -2
  25. package/esm2015/lib/igc-data-grid-toolbar-component.js +2 -2
  26. package/esm2015/public_api.js +20 -20
  27. package/esm5/lib/CanvasGridCellBase.js +52 -52
  28. package/esm5/lib/CanvasTemplateCellPresenter.js +7 -7
  29. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
  30. package/esm5/lib/CanvasTextHeaderCell.js +1 -1
  31. package/esm5/lib/CheckboxListView_combined.js +156 -156
  32. package/esm5/lib/ColumnChooserView_combined.js +41 -41
  33. package/esm5/lib/ColumnFilterCondition_combined.js +654 -654
  34. package/esm5/lib/ColumnGroupingView_combined.js +40 -40
  35. package/esm5/lib/ColumnPinningView_combined.js +41 -41
  36. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +2 -2
  37. package/esm5/lib/DataGridCellLayoutPanel.js +48 -48
  38. package/esm5/lib/DataGridToolbarView_combined.js +86 -86
  39. package/esm5/lib/EditorCell.js +85 -85
  40. package/esm5/lib/EditorCellPresenter.js +1 -1
  41. package/esm5/lib/FilterCell.js +88 -88
  42. package/esm5/lib/FilterCellPresenter.js +1 -1
  43. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  44. package/esm5/lib/ISummaryChooserView_combined.js +6 -6
  45. package/esm5/lib/TemplateHeader.js +1 -1
  46. package/esm5/lib/igc-checkbox-list-component.js +26 -26
  47. package/esm5/lib/igc-column-chooser-component.js +2 -2
  48. package/esm5/lib/igc-column-pinning-component.js +2 -2
  49. package/esm5/lib/igc-data-grid-toolbar-component.js +2 -2
  50. package/esm5/public_api.js +20 -20
  51. package/fesm2015/igniteui-webcomponents-grids.js +1386 -1386
  52. package/fesm5/igniteui-webcomponents-grids.js +1366 -1366
  53. package/grids/combined.js +587 -590
  54. package/grids/lib/igc-grid-base-directive.d.ts +1 -0
  55. package/grids/lib/igc-row-island-component.d.ts +1 -0
  56. package/grids/styles.css +1 -1
  57. package/grids/themes/dark/bootstrap.css +1 -1
  58. package/grids/themes/dark/fluent.css +1 -1
  59. package/grids/themes/dark/indigo.css +1 -1
  60. package/grids/themes/dark/material.css +1 -1
  61. package/grids/themes/light/bootstrap.css +1 -1
  62. package/grids/themes/light/fluent.css +1 -1
  63. package/grids/themes/light/indigo.css +1 -1
  64. package/grids/themes/light/material.css +1 -1
  65. package/lib/CanvasGridCellBase.d.ts +7 -7
  66. package/lib/CanvasTemplateCellPresenter.d.ts +2 -2
  67. package/lib/CanvasTemplateHeaderCellPresenter.d.ts +2 -2
  68. package/lib/CheckboxListView_combined.d.ts +23 -23
  69. package/lib/ColumnChooserView_combined.d.ts +4 -4
  70. package/lib/ColumnFilterCondition_combined.d.ts +113 -113
  71. package/lib/ColumnGroupingView_combined.d.ts +2 -2
  72. package/lib/ColumnPinningView_combined.d.ts +4 -4
  73. package/lib/DataGridCellLayoutPanel.d.ts +3 -3
  74. package/lib/DataGridToolbarView_combined.d.ts +5 -5
  75. package/lib/EditorCell.d.ts +8 -8
  76. package/lib/FilterCell.d.ts +12 -12
  77. package/package.json +4 -4
  78. package/public_api.d.ts +20 -20
@@ -467,7 +467,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
467
467
  class ColumnGrouping extends Base {
468
468
  constructor() {
469
469
  super();
470
- this.d = null;
470
+ this.b = null;
471
471
  this.propertyChanged = null;
472
472
  this.q = null;
473
473
  this.e = null;
@@ -477,7 +477,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
477
477
  this.u = 0;
478
478
  this.l = null;
479
479
  this.o = false;
480
- this.b = null;
480
+ this.c = null;
481
481
  this.f = 1;
482
482
  this.h = 2;
483
483
  this.w = "Drag a Column Here";
@@ -493,11 +493,11 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
493
493
  this.q = new ObservableCollection$1(XIcon.$, 0);
494
494
  let a = new ColumnGroupingView();
495
495
  a.e = this;
496
- this.d = a;
497
- this.d.ai();
496
+ this.b = a;
497
+ this.b.ai();
498
498
  }
499
499
  notifySizeChanged() {
500
- this.d.ag();
500
+ this.b.ag();
501
501
  }
502
502
  destroy() {
503
503
  this.provideContainer(null);
@@ -513,23 +513,23 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
513
513
  }
514
514
  }
515
515
  provideContainer(a) {
516
- this.d.ah(a);
516
+ this.b.ah(a);
517
517
  }
518
518
  get m() {
519
519
  if (this.l == null) {
520
- this.l = new SRProvider(this.d.o);
520
+ this.l = new SRProvider(this.b.o);
521
521
  this.l.cb("ColumnGrouping");
522
522
  }
523
523
  return this.l;
524
524
  }
525
525
  get targetGrid() {
526
- return this.b;
526
+ return this.c;
527
527
  }
528
528
  set targetGrid(a) {
529
- let b = this.b;
530
- this.b = a;
531
- if (b != this.b) {
532
- this.ay("TargetGrid", b, this.b);
529
+ let b = this.c;
530
+ this.c = a;
531
+ if (b != this.c) {
532
+ this.ay("TargetGrid", b, this.c);
533
533
  }
534
534
  }
535
535
  get g() {
@@ -656,8 +656,8 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
656
656
  this.ba();
657
657
  break;
658
658
  case "TextStyle":
659
- this.d.ap();
660
- this.d.aq();
659
+ this.b.ap();
660
+ this.b.aq();
661
661
  break;
662
662
  case "TextColor":
663
663
  case "IconColor":
@@ -666,14 +666,14 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
666
666
  break;
667
667
  case "ItemHoverBackgroundColor": break;
668
668
  case "BackgroundColor":
669
- NativeUI.m(this.d.u, this.bh);
669
+ NativeUI.m(this.b.u, this.bh);
670
670
  break;
671
671
  }
672
672
  }
673
673
  a4() {
674
674
  }
675
675
  ba() {
676
- let a = this.d.w;
676
+ let a = this.b.w;
677
677
  if (this.bm != null) {
678
678
  NativeUI.q(a, this.bm);
679
679
  }
@@ -682,12 +682,12 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
682
682
  if (stringIsNullOrWhiteSpace(this.al)) {
683
683
  this.al = !stringIsNullOrWhiteSpace(this.m.b1("Title")) ? this.m.b1("Title") : "Drag a Column Here";
684
684
  }
685
- this.d.ar();
685
+ this.b.ar();
686
686
  }
687
687
  a8() {
688
- let a = this.d.l;
689
- let b = this.d.j;
690
- let c = this.d.k;
688
+ let a = this.b.l;
689
+ let b = this.b.j;
690
+ let c = this.b.k;
691
691
  for (let d = 0; d < a.count; d++) {
692
692
  NativeUI.q(a._inner[d], this.bl);
693
693
  }
@@ -704,7 +704,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
704
704
  this.i = this.targetGrid.density;
705
705
  }
706
706
  }
707
- this.d.ao();
707
+ this.b.ao();
708
708
  }
709
709
  a5() {
710
710
  if (this.targetGrid != null) {
@@ -712,7 +712,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
712
712
  if (this.targetGrid.isGroupByAreaVisible) {
713
713
  this.o = true;
714
714
  }
715
- this.d.an();
715
+ this.b.an();
716
716
  let a = this.targetGrid;
717
717
  a.groupDescriptionsChanged = delegateCombine(a.groupDescriptionsChanged, runOn(this, this.a7));
718
718
  let b = this.targetGrid;
@@ -723,7 +723,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
723
723
  let d = this.targetGrid.dragger;
724
724
  d.onDragEnd = delegateCombine(d.onDragEnd, runOn(this, this.aw));
725
725
  }
726
- this.d.ac();
726
+ this.b.ac();
727
727
  }
728
728
  }
729
729
  p() {
@@ -757,7 +757,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
757
757
  }
758
758
  aw(a, b) {
759
759
  if (this.targetGrid.dragger.dragType == 2) {
760
- let c = this.d.as();
760
+ let c = this.b.as();
761
761
  let d = c.height * -1;
762
762
  let e = 0;
763
763
  let f = 0;
@@ -773,11 +773,11 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
773
773
  j.c = 0;
774
774
  let l = this.targetGrid.groupDescriptions.j.contains(j);
775
775
  if (l == false && k == false) {
776
- let m = this.d.l;
776
+ let m = this.b.l;
777
777
  let n = m.count;
778
778
  let o = false;
779
779
  for (let p = 0; p < n; p++) {
780
- let q = this.d.b(m._inner[p]);
780
+ let q = this.b.b(m._inner[p]);
781
781
  let r = NativeUI.k(m._inner[p]);
782
782
  let s = q[1] - c.left + r;
783
783
  if (this.t < s) {
@@ -819,7 +819,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
819
819
  }
820
820
  at(a, b) {
821
821
  let c = new XIcon();
822
- this.d.am(c, a);
822
+ this.b.am(c, a);
823
823
  if (b) {
824
824
  c.svgPath = ColumnGrouping.x;
825
825
  }
@@ -831,21 +831,21 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
831
831
  }
832
832
  aq(a) {
833
833
  let b = new XIcon();
834
- this.d.am(b, a);
834
+ this.b.am(b, a);
835
835
  b.svgPath = ColumnGrouping.aa;
836
836
  b.fill = BrushUtil.h(255, 119, 119, 119);
837
837
  this.q.add(b);
838
838
  }
839
839
  as(a) {
840
840
  let b = new XIcon();
841
- this.d.am(b, a);
841
+ this.b.am(b, a);
842
842
  b.svgPath = ColumnGrouping.ah;
843
843
  b.fill = BrushUtil.h(255, 119, 119, 119);
844
844
  this.q.add(b);
845
845
  }
846
846
  ar(a) {
847
847
  let b = new XIcon();
848
- this.d.am(b, a);
848
+ this.b.am(b, a);
849
849
  b.svgPath = ColumnGrouping.ad;
850
850
  b.fill = BrushUtil.h(255, 119, 119, 119);
851
851
  this.e = b;
@@ -897,10 +897,10 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
897
897
  this.targetGrid.groupDescriptions.j.insert(b, d);
898
898
  }
899
899
  a7(a, b) {
900
- this.d.ac();
900
+ this.b.ac();
901
901
  }
902
902
  a6(a, b) {
903
- this.d.ac();
903
+ this.b.ac();
904
904
  }
905
905
  exportVisualModel() {
906
906
  return this.a();
@@ -911,22 +911,22 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
911
911
  }
912
912
  a() {
913
913
  let a = new ColumnGroupingVisualModelExport();
914
- let b = this.d.v;
914
+ let b = this.b.v;
915
915
  a.d = new List$1(IconVisualModelExport.$, 0);
916
916
  a.c = new List$1(TextVisualModelExport.$, 0);
917
917
  a.b = this.i;
918
918
  a.a = this.g;
919
- let c = this.d.a();
919
+ let c = this.b.a();
920
920
  let d = c[0];
921
921
  let e = c[1];
922
922
  a.h = d;
923
923
  a.f = e;
924
924
  a.e = NativeUI.d(b);
925
925
  a.i = NativeUI.k(b);
926
- let f = this.d.l;
926
+ let f = this.b.l;
927
927
  for (let g = 0; g < f.count; g++) {
928
928
  let h = new TextVisualModelExport();
929
- let i = this.d.b(f._inner[g]);
929
+ let i = this.b.b(f._inner[g]);
930
930
  h.e = i[0] - d;
931
931
  h.d = i[1] - e;
932
932
  h.c = NativeUI.d(f._inner[g]);
@@ -935,10 +935,10 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
935
935
  h.g = f._inner[g].getText();
936
936
  a.c.add(h);
937
937
  }
938
- let j = this.d.j;
938
+ let j = this.b.j;
939
939
  for (let k = 0; k < j.count; k++) {
940
940
  let l = this.q._inner[k].au();
941
- let m = this.d.b(j._inner[k]);
941
+ let m = this.b.b(j._inner[k]);
942
942
  l.i = m[0] - d;
943
943
  l.g = m[1] - e;
944
944
  l.f = NativeUI.d(j._inner[k]);
@@ -947,8 +947,8 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
947
947
  }
948
948
  if (this.k != null) {
949
949
  let n = this.k;
950
- if (this.d != null && n.q == null) {
951
- let o = this.d.o;
950
+ if (this.b != null && n.q == null) {
951
+ let o = this.b.o;
952
952
  let p = FontUtil.getFontInfoFromString(o, n.fontString);
953
953
  n.q = p.q;
954
954
  n.f = p.f;
@@ -89,12 +89,12 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
89
89
  class ColumnPinning extends Base {
90
90
  constructor() {
91
91
  super();
92
- this.c = null;
92
+ this.a = null;
93
93
  this.d = null;
94
94
  this.propertyChanged = null;
95
95
  this.m = false;
96
96
  this.k = null;
97
- this.a = null;
97
+ this.b = null;
98
98
  this.o = null;
99
99
  this.i = null;
100
100
  this.am = BrushUtil.h(255, 0, 153, 255);
@@ -105,8 +105,8 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
105
105
  this.m = false;
106
106
  let a = new ColumnPinningView();
107
107
  a.a = this;
108
- this.c = a;
109
- this.c.f();
108
+ this.a = a;
109
+ this.a.f();
110
110
  }
111
111
  ak(a) {
112
112
  if (this.d != null) {
@@ -114,7 +114,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
114
114
  }
115
115
  }
116
116
  notifySizeChanged() {
117
- this.c.d();
117
+ this.a.d();
118
118
  }
119
119
  destroy() {
120
120
  if (this.d != null) {
@@ -122,10 +122,10 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
122
122
  a.checkedChanged = delegateRemove(a.checkedChanged, runOn(this, this.ae));
123
123
  }
124
124
  this.provideContainer(null, null);
125
- if (this.a != null) {
126
- let b = this.a.actualColumns;
125
+ if (this.b != null) {
126
+ let b = this.b.actualColumns;
127
127
  b.collectionChanged = delegateRemove(b.collectionChanged, runOn(this, this.z));
128
- let c = this.a;
128
+ let c = this.b;
129
129
  c.columnPinnedChanged = delegateRemove(c.columnPinnedChanged, runOn(this, this.aj));
130
130
  }
131
131
  }
@@ -136,23 +136,23 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
136
136
  c.checkedChanged = delegateCombine(c.checkedChanged, runOn(this, this.ae));
137
137
  }
138
138
  this.aa();
139
- this.c.e(a);
139
+ this.a.e(a);
140
140
  }
141
141
  get l() {
142
142
  if (this.k == null) {
143
- this.k = new SRProvider(this.c.b);
143
+ this.k = new SRProvider(this.a.b);
144
144
  this.k.cb("DataGrid");
145
145
  }
146
146
  return this.k;
147
147
  }
148
- get b() {
149
- return this.a;
148
+ get c() {
149
+ return this.b;
150
150
  }
151
- set b(a) {
152
- let b = this.a;
153
- this.a = a;
154
- if (b != this.a) {
155
- this.ad("TargetGrid", b, this.a);
151
+ set c(a) {
152
+ let b = this.b;
153
+ this.b = a;
154
+ if (b != this.b) {
155
+ this.ad("TargetGrid", b, this.b);
156
156
  }
157
157
  }
158
158
  get v() {
@@ -240,22 +240,22 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
240
240
  let e = b;
241
241
  e.columnPinnedChanged = delegateRemove(e.columnPinnedChanged, runOn(this, this.aj));
242
242
  }
243
- if (this.a != null) {
244
- let f = this.a.actualColumns;
243
+ if (this.b != null) {
244
+ let f = this.b.actualColumns;
245
245
  f.collectionChanged = delegateCombine(f.collectionChanged, runOn(this, this.z));
246
- let g = this.a;
246
+ let g = this.b;
247
247
  g.columnPinnedChanged = delegateCombine(g.columnPinnedChanged, runOn(this, this.aj));
248
248
  }
249
249
  this.aa();
250
250
  break;
251
251
  case "Title":
252
- this.c.i();
252
+ this.a.i();
253
253
  break;
254
254
  case "TitleStyle":
255
- this.c.k();
255
+ this.a.k();
256
256
  break;
257
257
  case "TitleColor":
258
- this.c.j();
258
+ this.a.j();
259
259
  break;
260
260
  case "FilterPlaceholderText":
261
261
  if (this.d != null) {
@@ -270,9 +270,9 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
270
270
  break;
271
271
  case "BackgroundColor":
272
272
  if (this.d != null) {
273
- this.d.dn = this.an;
273
+ this.d.backgroundColor = this.an;
274
274
  }
275
- this.c.g();
275
+ this.a.g();
276
276
  break;
277
277
  }
278
278
  }
@@ -283,7 +283,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
283
283
  }
284
284
  ah() {
285
285
  if (this.d != null) {
286
- this.d.ac = this.h;
286
+ this.d.density = this.h;
287
287
  }
288
288
  }
289
289
  aj(a, b) {
@@ -296,13 +296,13 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
296
296
  this.aa();
297
297
  }
298
298
  aa() {
299
- if (this.a != null && this.d != null) {
299
+ if (this.b != null && this.d != null) {
300
300
  this.d.aa = this.f;
301
- this.d.ac = this.h;
302
- this.d.dn = this.an;
301
+ this.d.density = this.h;
302
+ this.d.backgroundColor = this.an;
303
303
  let a;
304
304
  let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
305
- for (let c of fromEnum(this.a.actualColumns)) {
305
+ for (let c of fromEnum(this.b.actualColumns)) {
306
306
  a = new ColumnPinningInfo();
307
307
  let d = c.i8;
308
308
  if (c.jf != null) {
@@ -317,7 +317,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
317
317
  }
318
318
  b.add(a);
319
319
  }
320
- this.d.au = false;
320
+ this.d.showSelectAll = false;
321
321
  if (this.s != null) {
322
322
  this.d.bi = this.s;
323
323
  }
@@ -326,26 +326,26 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
326
326
  let f = "";
327
327
  e = "columnName";
328
328
  f = "isPinned";
329
- this.d.b3 = f;
330
- this.d.be = e;
329
+ this.d.selectedMemberPath = f;
330
+ this.d.dataMemberPath = e;
331
331
  }
332
332
  }
333
333
  ae(a, b) {
334
334
  this.m = true;
335
- let c = this.d.h.actualDataSource.getItemAtIndex(b.c);
336
- let d = this.a.actualColumns.count;
335
+ let c = this.d.f.actualDataSource.getItemAtIndex(b.c);
336
+ let d = this.b.actualColumns.count;
337
337
  for (let e = 0; e < d; e++) {
338
- if (this.a.actualColumns._inner[e].i8 == c.columnName || this.a.actualColumns._inner[e].jz == c.columnName || this.a.actualColumns._inner[e].jf == c.columnName) {
339
- if (this.a.actualColumns._inner[e].f6 == 0) {
340
- this.a.actualColumns._inner[e].f6 = 1;
338
+ if (this.b.actualColumns._inner[e].i8 == c.columnName || this.b.actualColumns._inner[e].jz == c.columnName || this.b.actualColumns._inner[e].jf == c.columnName) {
339
+ if (this.b.actualColumns._inner[e].f6 == 0) {
340
+ this.b.actualColumns._inner[e].f6 = 1;
341
341
  }
342
- else if (this.a.actualColumns._inner[e].f6 == 2) {
343
- this.a.actualColumns._inner[e].f6 = 1;
342
+ else if (this.b.actualColumns._inner[e].f6 == 2) {
343
+ this.b.actualColumns._inner[e].f6 = 1;
344
344
  }
345
345
  else {
346
- this.a.actualColumns._inner[e].f6 = 0;
346
+ this.b.actualColumns._inner[e].f6 = 0;
347
347
  }
348
- this.a.actualColumns._inner[e].ki("Pinned");
348
+ this.b.actualColumns._inner[e].ki("Pinned");
349
349
  break;
350
350
  }
351
351
  }
@@ -47,7 +47,7 @@ export let DataGridAccessibilityLayoutPanel = /*@__PURE__*/ (() => {
47
47
  this.ay = new AccessibilityRow();
48
48
  this.ay.i = this.a7;
49
49
  this.ay.e = -1;
50
- this.ay.d = this.f.b9.count;
50
+ this.ay.d = this.g.b9.count;
51
51
  this.ay.f = "columnheader";
52
52
  }
53
53
  this.ay.j(a, b);
@@ -59,7 +59,7 @@ export let DataGridAccessibilityLayoutPanel = /*@__PURE__*/ (() => {
59
59
  d = new AccessibilityRow();
60
60
  d.i = this.a7;
61
61
  d.e = c;
62
- d.d = this.f.b9.count;
62
+ d.d = this.g.b9.count;
63
63
  d.f = "gridcell";
64
64
  this.a0.s(c, d);
65
65
  }