igniteui-angular-core 16.1.0-beta.1 → 16.1.0-beta.3

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 (161) hide show
  1. package/bundles/igniteui-angular-core.umd.js +1717 -2156
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/CanvasViewRenderer.js +15 -0
  4. package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
  5. package/esm2015/lib/LocalDataSource_combined.js +53 -52
  6. package/esm2015/lib/NativeUIButton.js +7 -5
  7. package/esm2015/lib/NativeUICheckbox.js +7 -5
  8. package/esm2015/lib/NativeUIDropDown.js +7 -5
  9. package/esm2015/lib/NativeUIGrid.js +7 -5
  10. package/esm2015/lib/NativeUIInput.js +7 -5
  11. package/esm2015/lib/NativeUIPopup.js +14 -10
  12. package/esm2015/lib/NativeUISlider.js +14 -10
  13. package/esm2015/lib/RearrangedListView.js +304 -303
  14. package/esm2015/lib/WebActionStripDescription.js +57 -1
  15. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
  16. package/esm2015/lib/WebColumnDescription.js +129 -177
  17. package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -6
  18. package/esm2015/lib/WebColumnGroupDescription.js +6 -6
  19. package/esm2015/lib/WebColumnLayoutDescription.js +0 -8
  20. package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
  21. package/esm2015/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
  22. package/esm2015/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
  23. package/esm2015/lib/WebComboDescription.js +90 -82
  24. package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
  25. package/esm2015/lib/WebContentPaneDescription.js +69 -53
  26. package/esm2015/lib/WebContentPaneDescriptionMetadata.js +2 -0
  27. package/esm2015/lib/WebDockManagerDescription.js +20 -12
  28. package/esm2015/lib/WebDockManagerDescriptionMetadata.js +1 -0
  29. package/esm2015/lib/WebDockingIndicatorDescription.js +11 -3
  30. package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
  31. package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
  32. package/esm2015/lib/WebGridActionsBaseDirectiveDescription.js +36 -1
  33. package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
  34. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +286 -406
  35. package/esm2015/lib/WebGridDescription.js +48 -72
  36. package/esm2015/lib/WebGridDescriptionMetadata.js +0 -5
  37. package/esm2015/lib/WebGridEditingActionsDescription.js +12 -12
  38. package/esm2015/lib/{WebPivotConfigurationChangeEventArgsDescription.js → WebPivotConfigurationChangedEventArgsDescription.js} +7 -7
  39. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +42 -0
  40. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +36 -0
  41. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +46 -0
  42. package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
  43. package/esm2015/lib/WebPivotGridDescription.js +42 -58
  44. package/esm2015/lib/WebPivotGridDescriptionMetadata.js +3 -5
  45. package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
  46. package/esm2015/lib/WebRowDirectiveDescription.js +6 -14
  47. package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
  48. package/esm2015/lib/WebSplitPaneDescription.js +25 -17
  49. package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  50. package/esm2015/lib/WebStepperDescription.js +6 -14
  51. package/esm2015/lib/WebStepperDescriptionMetadata.js +0 -2
  52. package/esm2015/lib/WebTabGroupPaneDescription.js +20 -12
  53. package/esm2015/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
  54. package/esm2015/lib/WebTreeGridDescription.js +30 -38
  55. package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
  56. package/esm2015/public_api.js +4 -8
  57. package/esm5/lib/CanvasViewRenderer.js +15 -0
  58. package/esm5/lib/INativeUIElementBridge_combined.js +28 -20
  59. package/esm5/lib/LocalDataSource_combined.js +53 -52
  60. package/esm5/lib/NativeUIButton.js +7 -5
  61. package/esm5/lib/NativeUICheckbox.js +7 -5
  62. package/esm5/lib/NativeUIDropDown.js +7 -5
  63. package/esm5/lib/NativeUIGrid.js +7 -5
  64. package/esm5/lib/NativeUIInput.js +7 -5
  65. package/esm5/lib/NativeUIPopup.js +14 -10
  66. package/esm5/lib/NativeUISlider.js +14 -10
  67. package/esm5/lib/RearrangedListView.js +304 -303
  68. package/esm5/lib/WebActionStripDescription.js +79 -1
  69. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
  70. package/esm5/lib/WebColumnDescription.js +129 -201
  71. package/esm5/lib/WebColumnDescriptionMetadata.js +0 -6
  72. package/esm5/lib/WebColumnGroupDescription.js +6 -6
  73. package/esm5/lib/WebColumnLayoutDescription.js +1 -14
  74. package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
  75. package/esm5/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
  76. package/esm5/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
  77. package/esm5/lib/WebComboDescription.js +94 -82
  78. package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
  79. package/esm5/lib/WebContentPaneDescription.js +77 -53
  80. package/esm5/lib/WebContentPaneDescriptionMetadata.js +2 -0
  81. package/esm5/lib/WebDockManagerDescription.js +24 -12
  82. package/esm5/lib/WebDockManagerDescriptionMetadata.js +1 -0
  83. package/esm5/lib/WebDockingIndicatorDescription.js +15 -3
  84. package/esm5/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
  85. package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
  86. package/esm5/lib/WebGridActionsBaseDirectiveDescription.js +50 -1
  87. package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
  88. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +284 -464
  89. package/esm5/lib/WebGridDescription.js +48 -84
  90. package/esm5/lib/WebGridDescriptionMetadata.js +0 -5
  91. package/esm5/lib/WebGridEditingActionsDescription.js +12 -12
  92. package/esm5/lib/WebPivotConfigurationChangedEventArgsDescription.js +46 -0
  93. package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +46 -0
  94. package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +46 -0
  95. package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +50 -0
  96. package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
  97. package/esm5/lib/WebPivotGridDescription.js +41 -65
  98. package/esm5/lib/WebPivotGridDescriptionMetadata.js +3 -5
  99. package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
  100. package/esm5/lib/WebRowDirectiveDescription.js +6 -18
  101. package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
  102. package/esm5/lib/WebSplitPaneDescription.js +29 -17
  103. package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  104. package/esm5/lib/WebStepperDescription.js +6 -18
  105. package/esm5/lib/WebStepperDescriptionMetadata.js +0 -2
  106. package/esm5/lib/WebTabGroupPaneDescription.js +24 -12
  107. package/esm5/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
  108. package/esm5/lib/WebTreeGridDescription.js +30 -42
  109. package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
  110. package/esm5/public_api.js +4 -8
  111. package/fesm2015/igniteui-angular-core.js +1630 -1954
  112. package/fesm5/igniteui-angular-core.js +1714 -2149
  113. package/lib/RearrangedListView.d.ts +50 -49
  114. package/lib/WebActionStripDescription.d.ts +27 -1
  115. package/lib/WebColumnDescription.d.ts +46 -64
  116. package/lib/WebColumnGroupDescription.d.ts +2 -2
  117. package/lib/WebColumnLayoutDescription.d.ts +0 -3
  118. package/lib/WebComboChangeEventArgsDetailDescription.d.ts +5 -5
  119. package/lib/WebComboDescription.d.ts +33 -30
  120. package/lib/WebContentPaneDescription.d.ts +26 -20
  121. package/lib/WebDockManagerDescription.d.ts +7 -4
  122. package/lib/WebDockingIndicatorDescription.d.ts +4 -1
  123. package/lib/WebGridActionsBaseDirectiveDescription.d.ts +17 -1
  124. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +105 -150
  125. package/lib/WebGridDescription.d.ts +17 -27
  126. package/lib/WebGridEditingActionsDescription.d.ts +4 -4
  127. package/lib/WebPivotConfigurationChangedEventArgsDescription.d.ts +17 -0
  128. package/lib/{WebPivotConfigurationChangeDetailDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDescriptionMetadata.d.ts} +1 -1
  129. package/lib/{WebPivotConfigurationChangeDetailDescription.d.ts → WebPivotConfigurationChangedEventArgsDetailDescription.d.ts} +3 -3
  130. package/lib/{WebMRLColumnSizeInfoDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  131. package/lib/WebPivotGridDescription.d.ts +15 -21
  132. package/lib/WebRowDirectiveDescription.d.ts +2 -5
  133. package/lib/WebSplitPaneDescription.d.ts +9 -6
  134. package/lib/WebStepperDescription.d.ts +2 -5
  135. package/lib/WebTabGroupPaneDescription.d.ts +7 -4
  136. package/lib/WebTreeGridDescription.d.ts +10 -13
  137. package/package.json +1 -1
  138. package/public_api.d.ts +4 -8
  139. package/esm2015/lib/WebActionStripDescription_combined.js +0 -114
  140. package/esm2015/lib/WebMRLColumnSizeInfoDescription.js +0 -26
  141. package/esm2015/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -43
  142. package/esm2015/lib/WebMRLResizeColumnInfoDescription.js +0 -26
  143. package/esm2015/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -43
  144. package/esm2015/lib/WebPivotConfigurationChangeDetailDescription.js +0 -36
  145. package/esm2015/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -46
  146. package/esm2015/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -40
  147. package/esm5/lib/WebActionStripDescription_combined.js +0 -157
  148. package/esm5/lib/WebMRLColumnSizeInfoDescription.js +0 -31
  149. package/esm5/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -47
  150. package/esm5/lib/WebMRLResizeColumnInfoDescription.js +0 -31
  151. package/esm5/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -47
  152. package/esm5/lib/WebPivotConfigurationChangeDetailDescription.js +0 -46
  153. package/esm5/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -50
  154. package/esm5/lib/WebPivotConfigurationChangeEventArgsDescription.js +0 -46
  155. package/esm5/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -44
  156. package/lib/WebActionStripDescription_combined.d.ts +0 -49
  157. package/lib/WebMRLColumnSizeInfoDescription.d.ts +0 -11
  158. package/lib/WebMRLResizeColumnInfoDescription.d.ts +0 -11
  159. package/lib/WebMRLResizeColumnInfoDescriptionMetadata.d.ts +0 -13
  160. package/lib/WebPivotConfigurationChangeEventArgsDescription.d.ts +0 -17
  161. package/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.d.ts +0 -13
@@ -153,8 +153,8 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
153
153
  }
154
154
  };
155
155
  LocalDataSource.prototype.getItemAtIndex = function (a) {
156
- if (this.c6 != null && this.c6.a6 != null) {
157
- return this.c6.a6.item(a);
156
+ if (this.c6 != null && this.c6.a7 != null) {
157
+ return this.c6.a7.item(a);
158
158
  }
159
159
  else {
160
160
  return this.actualDataProvider.getItemAtIndex(a);
@@ -168,9 +168,9 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
168
168
  var c = this.c5();
169
169
  var d;
170
170
  if (this.c6 != null) {
171
- var e = this.c6.a6.count;
171
+ var e = this.c6.a7.count;
172
172
  for (var f = 0; f < e; f++) {
173
- d = this.c6.a6.item(f);
173
+ d = this.c6.a7.item(f);
174
174
  if (typeCast(DataSourceSpecialRow.$, d) !== null) {
175
175
  var g = d;
176
176
  if (g.rowType == 1 && !this.isSectionContentVisible && this.isSectionHeaderNormalRow) {
@@ -203,7 +203,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
203
203
  LocalDataSource.prototype.getItemPropertyAtIndex = function (a, b) {
204
204
  var c;
205
205
  if (this.c6 != null) {
206
- c = this.c6.a6.item(a);
206
+ c = this.c6.a7.item(a);
207
207
  }
208
208
  else {
209
209
  c = this.actualDataProvider.getItemAtIndex(a);
@@ -246,9 +246,10 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
246
246
  this.c6.av = this.shouldEmitSectionHeaders && this.ap;
247
247
  this.c6.au = this.shouldEmitSectionFooters && this.ap;
248
248
  this.c6.aw = this.shouldEmitShiftedRows;
249
- this.c6.cb(this.di);
250
- this.c6.a2 = this.dh();
251
- this.c6.a1 = this.dg();
249
+ this.c6.ax = this.shouldEmitSummaryRows;
250
+ this.c6.cc(this.di);
251
+ this.c6.a3 = this.dh();
252
+ this.c6.a2 = this.dg();
252
253
  this.c6.p = this.c5();
253
254
  this.c6.ae = this.groupDescriptions;
254
255
  this.c6.af = this.sortDescriptions;
@@ -260,9 +261,9 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
260
261
  this.c6.m = this;
261
262
  this.c6.ap = this.groupDescriptions != null && this.groupDescriptions.k.count > 0;
262
263
  this.c6.t = this.c7();
263
- this.c6.b6();
264
+ this.c6.b7();
264
265
  this.actualSchema = this.actualDataProvider.actualSchema;
265
- this.actualCount = this.c6.a6.count;
266
+ this.actualCount = this.c6.a7.count;
266
267
  }
267
268
  else {
268
269
  var a = this.c1();
@@ -293,7 +294,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
293
294
  };
294
295
  LocalDataSource.prototype.indexOfItem = function (a) {
295
296
  if (this.c6 != null) {
296
- return this.c6.a6.indexOf(a);
297
+ return this.c6.a7.indexOf(a);
297
298
  }
298
299
  if (this.actualDataProvider != null && this.actualDataProvider.isItemIndexLookupSupported) {
299
300
  return this.actualDataProvider.indexOfItem(a);
@@ -327,9 +328,9 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
327
328
  var c = this.c5();
328
329
  var d;
329
330
  if (this.c6 != null) {
330
- var e = this.c6.a6.count;
331
+ var e = this.c6.a7.count;
331
332
  for (var f = 0; f < e; f++) {
332
- d = this.c6.a6.item(f);
333
+ d = this.c6.a7.item(f);
333
334
  if (typeCast(DataSourceSpecialRow.$, d) !== null) {
334
335
  var g = d;
335
336
  if (g.rowType == 1 && !this.isSectionContentVisible && this.isSectionHeaderNormalRow) {
@@ -502,19 +503,19 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
502
503
  }
503
504
  };
504
505
  LocalDataSource.prototype.d2 = function () {
505
- this.actualCount = this.c6.a6.count;
506
+ this.actualCount = this.c6.a7.count;
506
507
  this.onBroadcastClearItems();
507
508
  };
508
509
  LocalDataSource.prototype.d5 = function (a, b, c) {
509
- this.actualCount = this.c6.a6.count;
510
+ this.actualCount = this.c6.a7.count;
510
511
  this.onBroadcastSetItem(a, b, c);
511
512
  };
512
513
  LocalDataSource.prototype.d3 = function (a, b) {
513
- this.actualCount = this.c6.a6.count;
514
+ this.actualCount = this.c6.a7.count;
514
515
  this.onBroadcastInsertItem(a, b);
515
516
  };
516
517
  LocalDataSource.prototype.d4 = function (a, b) {
517
- this.actualCount = this.c6.a6.count;
518
+ this.actualCount = this.c6.a7.count;
518
519
  this.onBroadcastRemoveItem(a, b);
519
520
  };
520
521
  LocalDataSource.prototype.pinRow = function (a) {
@@ -523,7 +524,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
523
524
  this.dj = -1;
524
525
  if (this.c6 != null) {
525
526
  this.di.add(a);
526
- this.c6.b5(a);
527
+ this.c6.b6(a);
527
528
  }
528
529
  else {
529
530
  this.di.add(a);
@@ -541,7 +542,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
541
542
  }
542
543
  if (b.h(d, a) == 0) {
543
544
  this.di.removeAt(c);
544
- this.c6.cc(d);
545
+ this.c6.cd(d);
545
546
  }
546
547
  }
547
548
  }
@@ -644,26 +645,26 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
644
645
  }
645
646
  var c = null;
646
647
  var d = null;
647
- if (this.c6.a5.count == 1) {
648
- c = this.c6.a5._inner[0];
649
- d = this.c6.a5._inner[0];
648
+ if (this.c6.a6.count == 1) {
649
+ c = this.c6.a6._inner[0];
650
+ d = this.c6.a6._inner[0];
650
651
  }
651
652
  else {
652
653
  c = this.c6.w(a);
653
654
  if (c != null) {
654
655
  while (c.z != -1) {
655
- c = this.c6.a5._inner[c.z];
656
+ c = this.c6.a6._inner[c.z];
656
657
  }
657
658
  }
658
659
  d = this.c6.w(b);
659
- if (b >= this.c6.a6.count - this.c6.bk) {
660
+ if (b >= this.c6.a7.count - this.c6.bl) {
660
661
  d = this.c6.v();
661
662
  }
662
663
  }
663
664
  if (c == null || d == null) {
664
665
  return null;
665
666
  }
666
- if (c.ae == this.dr && c.aa == this.dt && c.af == this.du && c.ad == this.ds && c.ah == this.dw && c.ag == this.dv && d.ae == this.dj && d.aa == this.dl && d.af == this.dm && d.ad == this.dk && d.ah == this.dp && d.ag == this.dn && this.c6.bk == this.dq) {
667
+ if (c.ae == this.dr && c.aa == this.dt && c.af == this.du && c.ad == this.ds && c.ah == this.dw && c.ag == this.dv && d.ae == this.dj && d.aa == this.dl && d.af == this.dm && d.ad == this.dk && d.ah == this.dp && d.ag == this.dn && this.c6.bl == this.dq) {
667
668
  return this.cv;
668
669
  }
669
670
  this.dr = c.ae;
@@ -678,23 +679,23 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
678
679
  this.dv = c.ag;
679
680
  this.dp = d.ah;
680
681
  this.dn = d.ag;
681
- this.dq = this.c6.bk;
682
- if (this.c6.a5.count == 1) {
682
+ this.dq = this.c6.bl;
683
+ if (this.c6.a6.count == 1) {
683
684
  this.dj = d.ad;
684
685
  }
685
686
  var e = 0;
686
687
  if (this.shouldEmitSectionHeaders && this.ap) {
687
688
  e = 1;
688
689
  }
689
- var f = this.c6.ba();
690
+ var f = this.c6.bb();
690
691
  var g = new List$1(Number_$type, 0);
691
692
  for (var h = c.ae; h <= d.ae; h++) {
692
- var i = this.c6.a5._inner[h];
693
- var j = this.c6.a5._inner[h].c.length;
694
- var k = this.c6.a5._inner[h].v();
693
+ var i = this.c6.a6._inner[h];
694
+ var j = this.c6.a6._inner[h].c.length;
695
+ var k = this.c6.a6._inner[h].v();
695
696
  if (this.shouldEmitSectionHeaders && this.ap) {
696
697
  for (var l = 0; l < j; l++) {
697
- if (this.c6.a5._inner[h].a[l] != null) {
698
+ if (this.c6.a6._inner[h].a[l] != null) {
698
699
  var m = i.af + i.b[l];
699
700
  g.add(m);
700
701
  if (this.summaryScope == 0 || this.summaryScope == 2) {
@@ -705,40 +706,40 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
705
706
  }
706
707
  }
707
708
  }
708
- if (!this.c6.a5._inner[h].c[l]) {
709
+ if (!this.c6.a6._inner[h].c[l]) {
709
710
  break;
710
711
  }
711
712
  }
712
713
  }
713
- if (this.c6.a5._inner[h].p) {
714
+ if (this.c6.a6._inner[h].p) {
714
715
  if (this.shouldEmitShiftedRows) {
715
- for (var o = 0; o < this.c6.a5._inner[h].aa; o++) {
716
- g.add(this.c6.a5._inner[h].af + this.c6.a5._inner[h].ah + o + k);
716
+ for (var o = 0; o < this.c6.a6._inner[h].aa; o++) {
717
+ g.add(this.c6.a6._inner[h].af + this.c6.a6._inner[h].ah + o + k);
717
718
  }
718
719
  }
719
720
  }
720
721
  if (this.summaryScope == 0 || this.summaryScope == 2) {
721
- if (this.includeSummaryRowsInSection && this.isSectionSummaryRowsAtBottom) {
722
- for (var p = this.c6.a5._inner[h].ag - 1; p >= 0; p--) {
722
+ if (this.shouldEmitSummaryRows && this.includeSummaryRowsInSection && this.isSectionSummaryRowsAtBottom) {
723
+ for (var p = this.c6.a6._inner[h].ag - 1; p >= 0; p--) {
723
724
  if (this.shouldEmitSectionFooters) {
724
- g.add(this.c6.a5._inner[h].ad - k - p);
725
+ g.add(this.c6.a6._inner[h].ad - k - p);
725
726
  }
726
727
  else {
727
- g.add(this.c6.a5._inner[h].ad - p);
728
+ g.add(this.c6.a6._inner[h].ad - p);
728
729
  }
729
730
  }
730
731
  }
731
732
  }
732
733
  if (this.shouldEmitSectionFooters && this.ap) {
733
734
  for (var q = j - 1; q >= 0; q--) {
734
- if (!this.c6.a5._inner[h].c[q]) {
735
+ if (!this.c6.a6._inner[h].c[q]) {
735
736
  break;
736
737
  }
737
- g.add(this.c6.a5._inner[h].ad - q);
738
+ g.add(this.c6.a6._inner[h].ad - q);
738
739
  }
739
740
  }
740
741
  }
741
- for (var r = this.c6.a6.count - this.c6.bk; r < this.c6.a6.count; r++) {
742
+ for (var r = this.c6.a7.count - this.c6.bl; r < this.c6.a7.count; r++) {
742
743
  g.add(r);
743
744
  }
744
745
  this.cv = g.toArray();
@@ -764,12 +765,12 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
764
765
  return 0;
765
766
  };
766
767
  LocalDataSource.prototype.setIsRowExpandedAtIndex = function (a, b) {
767
- if (this.isSectionCollapsable && this.c6 != null && this.c6.a6.count > 0 && this.c6.a6.count > a) {
768
- this.c6.ca(a, b);
768
+ if (this.isSectionCollapsable && this.c6 != null && this.c6.a7.count > 0 && this.c6.a7.count > a) {
769
+ this.c6.cb(a, b);
769
770
  }
770
771
  };
771
772
  LocalDataSource.prototype.getIsRowExpandedAtIndex = function (a) {
772
- if (this.c6 != null && this.c6.a6.count > 0 && this.c6.a6.count > a) {
773
+ if (this.c6 != null && this.c6.a7.count > 0 && this.c6.a7.count > a) {
773
774
  return this.c6.ak(a);
774
775
  }
775
776
  return true;
@@ -793,7 +794,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
793
794
  };
794
795
  LocalDataSource.prototype.getRootSummaryRowCount = function () {
795
796
  if (this.c6 != null) {
796
- return this.c6.bk;
797
+ return this.c6.bl;
797
798
  }
798
799
  return 0;
799
800
  };
@@ -804,8 +805,8 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
804
805
  return null;
805
806
  };
806
807
  LocalDataSource.prototype.getSectionSummaryResults = function (a) {
807
- if (this.c6 != null && this.c6.a5.count > 0 && a >= 0 && a < this.c6.a5.count) {
808
- return this.c6.a5._inner[a].i;
808
+ if (this.c6 != null && this.c6.a6.count > 0 && a >= 0 && a < this.c6.a6.count) {
809
+ return this.c6.a6._inner[a].i;
809
810
  }
810
811
  return null;
811
812
  };
@@ -838,7 +839,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
838
839
  for (var m = 0; m < this.summaryDescriptions.k.count; m++) {
839
840
  var n = this.summaryDescriptions.k.item(m);
840
841
  if (n.operand == 5 || j.containsKey(n.propertyName)) {
841
- this.c6.cl(m, k, i, false, l);
842
+ this.c6.cm(m, k, i, false, l);
842
843
  }
843
844
  }
844
845
  }
@@ -865,7 +866,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
865
866
  for (var p = 0; p < this.summaryDescriptions.k.count; p++) {
866
867
  var q = this.summaryDescriptions.k.item(p);
867
868
  if (q.operand == 5 || j.containsKey(q.propertyName)) {
868
- this.c6.cl(p, k, i, true, l);
869
+ this.c6.cm(p, k, i, true, l);
869
870
  }
870
871
  }
871
872
  }
@@ -881,7 +882,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
881
882
  var t = this.getStickyRows();
882
883
  for (var u = 0; u < t.length; u++) {
883
884
  var v = t[u];
884
- var w = typeCast(DataSourceSpecialRow.$, this.c6.a6.item(v));
885
+ var w = typeCast(DataSourceSpecialRow.$, this.c6.a7.item(v));
885
886
  if (w != null && w.rowType == 3 && w.targetRow == i) {
886
887
  this.onBroadcastSetItem(v, w, w);
887
888
  break;
@@ -162,11 +162,13 @@ var NativeUIButton = /** @class */ /*@__PURE__*/ (function (_super) {
162
162
  set: function (a) {
163
163
  var b = this.bg;
164
164
  this.bg = a;
165
- if (this.bg != null) {
166
- this.an(1, this.bg);
167
- }
168
- else {
169
- this.ay(1, b);
165
+ if (this.bg != b) {
166
+ if (b != null) {
167
+ this.ay(1, b);
168
+ }
169
+ if (this.bg != null) {
170
+ this.an(1, this.bg);
171
+ }
170
172
  }
171
173
  },
172
174
  enumerable: false,
@@ -60,11 +60,13 @@ var NativeUICheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
60
60
  set: function (a) {
61
61
  var b = this.bg;
62
62
  this.bg = a;
63
- if (this.bg != null) {
64
- this.an(2, this.bg);
65
- }
66
- else {
67
- this.ay(2, b);
63
+ if (this.bg != b) {
64
+ if (b != null) {
65
+ this.ay(2, b);
66
+ }
67
+ if (this.bg != null) {
68
+ this.an(2, this.bg);
69
+ }
68
70
  }
69
71
  },
70
72
  enumerable: false,
@@ -39,11 +39,13 @@ var NativeUIDropDown = /** @class */ /*@__PURE__*/ (function (_super) {
39
39
  set: function (a) {
40
40
  var b = this.bh;
41
41
  this.bh = a;
42
- if (this.bh != null) {
43
- this.an(3, this.bh);
44
- }
45
- else {
46
- this.ay(3, b);
42
+ if (this.bh != b) {
43
+ if (b != null) {
44
+ this.ay(3, b);
45
+ }
46
+ if (this.bh != null) {
47
+ this.an(3, this.bh);
48
+ }
47
49
  }
48
50
  },
49
51
  enumerable: false,
@@ -109,11 +109,13 @@ var NativeUIGrid = /** @class */ /*@__PURE__*/ (function (_super) {
109
109
  set: function (a) {
110
110
  var b = this.bp;
111
111
  this.bp = a;
112
- if (this.bp != null) {
113
- this.an(1, this.bp);
114
- }
115
- else {
116
- this.ay(1, b);
112
+ if (this.bp != b) {
113
+ if (b != null) {
114
+ this.ay(1, b);
115
+ }
116
+ if (this.bp != null) {
117
+ this.an(1, this.bp);
118
+ }
117
119
  }
118
120
  },
119
121
  enumerable: false,
@@ -69,11 +69,13 @@ var NativeUIInput = /** @class */ /*@__PURE__*/ (function (_super) {
69
69
  set: function (a) {
70
70
  var b = this.bk;
71
71
  this.bk = a;
72
- if (this.bk != null) {
73
- this.an(0, this.bk);
74
- }
75
- else {
76
- this.ay(0, b);
72
+ if (this.bk != b) {
73
+ if (b != null) {
74
+ this.ay(0, b);
75
+ }
76
+ if (this.bk != null) {
77
+ this.an(0, this.bk);
78
+ }
77
79
  }
78
80
  },
79
81
  enumerable: false,
@@ -157,11 +157,13 @@ var NativeUIPopup = /** @class */ /*@__PURE__*/ (function (_super) {
157
157
  set: function (a) {
158
158
  var b = this.br;
159
159
  this.br = a;
160
- if (this.br != null) {
161
- this.an(5, this.br);
162
- }
163
- else {
164
- this.ay(5, b);
160
+ if (this.br != b) {
161
+ if (b != null) {
162
+ this.ay(5, b);
163
+ }
164
+ if (this.br != null) {
165
+ this.an(5, this.br);
166
+ }
165
167
  }
166
168
  },
167
169
  enumerable: false,
@@ -174,11 +176,13 @@ var NativeUIPopup = /** @class */ /*@__PURE__*/ (function (_super) {
174
176
  set: function (a) {
175
177
  var b = this.bp;
176
178
  this.bp = a;
177
- if (this.bp != null) {
178
- this.an(6, this.bp);
179
- }
180
- else {
181
- this.ay(6, b);
179
+ if (this.bp != b) {
180
+ if (b != null) {
181
+ this.ay(6, b);
182
+ }
183
+ if (this.bp != null) {
184
+ this.an(6, this.bp);
185
+ }
182
186
  }
183
187
  },
184
188
  enumerable: false,
@@ -72,11 +72,13 @@ var NativeUISlider = /** @class */ /*@__PURE__*/ (function (_super) {
72
72
  set: function (a) {
73
73
  var b = this.bg;
74
74
  this.bg = a;
75
- if (this.bg != null) {
76
- this.an(4, this.bg);
77
- }
78
- else {
79
- this.ay(4, b);
75
+ if (this.bg != b) {
76
+ if (b != null) {
77
+ this.ay(4, b);
78
+ }
79
+ if (this.bg != null) {
80
+ this.an(4, this.bg);
81
+ }
80
82
  }
81
83
  },
82
84
  enumerable: false,
@@ -89,11 +91,13 @@ var NativeUISlider = /** @class */ /*@__PURE__*/ (function (_super) {
89
91
  set: function (a) {
90
92
  var b = this.bh;
91
93
  this.bh = a;
92
- if (this.bh != null) {
93
- this.an(0, this.bh);
94
- }
95
- else {
96
- this.ay(0, b);
94
+ if (this.bh != b) {
95
+ if (b != null) {
96
+ this.ay(0, b);
97
+ }
98
+ if (this.bh != null) {
99
+ this.an(0, this.bh);
100
+ }
97
101
  }
98
102
  },
99
103
  enumerable: false,