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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/bundles/igniteui-angular-core.umd.js +1511 -2029
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
  4. package/esm2015/lib/LocalDataSource_combined.js +53 -52
  5. package/esm2015/lib/NativeUIButton.js +7 -5
  6. package/esm2015/lib/NativeUICheckbox.js +7 -5
  7. package/esm2015/lib/NativeUIDropDown.js +7 -5
  8. package/esm2015/lib/NativeUIGrid.js +7 -5
  9. package/esm2015/lib/NativeUIInput.js +7 -5
  10. package/esm2015/lib/NativeUIPopup.js +14 -10
  11. package/esm2015/lib/NativeUISlider.js +14 -10
  12. package/esm2015/lib/RearrangedListView.js +304 -303
  13. package/esm2015/lib/WebActionStripDescription.js +57 -1
  14. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
  15. package/esm2015/lib/WebColumnDescription.js +129 -177
  16. package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -6
  17. package/esm2015/lib/WebColumnGroupDescription.js +6 -6
  18. package/esm2015/lib/WebColumnLayoutDescription.js +0 -8
  19. package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
  20. package/esm2015/lib/WebComboDescription.js +90 -82
  21. package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
  22. package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
  23. package/esm2015/lib/WebGridActionsBaseDirectiveDescription.js +36 -1
  24. package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
  25. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +286 -406
  26. package/esm2015/lib/WebGridDescription.js +48 -72
  27. package/esm2015/lib/WebGridDescriptionMetadata.js +0 -5
  28. package/esm2015/lib/WebGridEditingActionsDescription.js +12 -12
  29. package/esm2015/lib/{WebPivotConfigurationChangeEventArgsDescription.js → WebPivotConfigurationChangedEventArgsDescription.js} +7 -7
  30. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +42 -0
  31. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +36 -0
  32. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +46 -0
  33. package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
  34. package/esm2015/lib/WebPivotGridDescription.js +42 -58
  35. package/esm2015/lib/WebPivotGridDescriptionMetadata.js +3 -5
  36. package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
  37. package/esm2015/lib/WebRowDirectiveDescription.js +6 -14
  38. package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
  39. package/esm2015/lib/WebTreeGridDescription.js +30 -38
  40. package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
  41. package/esm2015/public_api.js +4 -8
  42. package/esm5/lib/INativeUIElementBridge_combined.js +28 -20
  43. package/esm5/lib/LocalDataSource_combined.js +53 -52
  44. package/esm5/lib/NativeUIButton.js +7 -5
  45. package/esm5/lib/NativeUICheckbox.js +7 -5
  46. package/esm5/lib/NativeUIDropDown.js +7 -5
  47. package/esm5/lib/NativeUIGrid.js +7 -5
  48. package/esm5/lib/NativeUIInput.js +7 -5
  49. package/esm5/lib/NativeUIPopup.js +14 -10
  50. package/esm5/lib/NativeUISlider.js +14 -10
  51. package/esm5/lib/RearrangedListView.js +304 -303
  52. package/esm5/lib/WebActionStripDescription.js +79 -1
  53. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
  54. package/esm5/lib/WebColumnDescription.js +129 -201
  55. package/esm5/lib/WebColumnDescriptionMetadata.js +0 -6
  56. package/esm5/lib/WebColumnGroupDescription.js +6 -6
  57. package/esm5/lib/WebColumnLayoutDescription.js +1 -14
  58. package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
  59. package/esm5/lib/WebComboDescription.js +94 -82
  60. package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
  61. package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
  62. package/esm5/lib/WebGridActionsBaseDirectiveDescription.js +50 -1
  63. package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
  64. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +284 -464
  65. package/esm5/lib/WebGridDescription.js +48 -84
  66. package/esm5/lib/WebGridDescriptionMetadata.js +0 -5
  67. package/esm5/lib/WebGridEditingActionsDescription.js +12 -12
  68. package/esm5/lib/WebPivotConfigurationChangedEventArgsDescription.js +46 -0
  69. package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +46 -0
  70. package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +46 -0
  71. package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +50 -0
  72. package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
  73. package/esm5/lib/WebPivotGridDescription.js +41 -65
  74. package/esm5/lib/WebPivotGridDescriptionMetadata.js +3 -5
  75. package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
  76. package/esm5/lib/WebRowDirectiveDescription.js +6 -18
  77. package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
  78. package/esm5/lib/WebTreeGridDescription.js +30 -42
  79. package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
  80. package/esm5/public_api.js +4 -8
  81. package/fesm2015/igniteui-angular-core.js +1448 -1831
  82. package/fesm5/igniteui-angular-core.js +1508 -2022
  83. package/lib/RearrangedListView.d.ts +50 -49
  84. package/lib/WebActionStripDescription.d.ts +27 -1
  85. package/lib/WebColumnDescription.d.ts +46 -64
  86. package/lib/WebColumnGroupDescription.d.ts +2 -2
  87. package/lib/WebColumnLayoutDescription.d.ts +0 -3
  88. package/lib/WebComboDescription.d.ts +33 -30
  89. package/lib/WebGridActionsBaseDirectiveDescription.d.ts +17 -1
  90. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +105 -150
  91. package/lib/WebGridDescription.d.ts +17 -27
  92. package/lib/WebGridEditingActionsDescription.d.ts +4 -4
  93. package/lib/WebPivotConfigurationChangedEventArgsDescription.d.ts +17 -0
  94. package/lib/{WebPivotConfigurationChangeDetailDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDescriptionMetadata.d.ts} +1 -1
  95. package/lib/{WebPivotConfigurationChangeDetailDescription.d.ts → WebPivotConfigurationChangedEventArgsDetailDescription.d.ts} +3 -3
  96. package/lib/{WebMRLColumnSizeInfoDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  97. package/lib/WebPivotGridDescription.d.ts +15 -21
  98. package/lib/WebRowDirectiveDescription.d.ts +2 -5
  99. package/lib/WebTreeGridDescription.d.ts +10 -13
  100. package/package.json +1 -1
  101. package/public_api.d.ts +4 -8
  102. package/esm2015/lib/WebActionStripDescription_combined.js +0 -114
  103. package/esm2015/lib/WebMRLColumnSizeInfoDescription.js +0 -26
  104. package/esm2015/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -43
  105. package/esm2015/lib/WebMRLResizeColumnInfoDescription.js +0 -26
  106. package/esm2015/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -43
  107. package/esm2015/lib/WebPivotConfigurationChangeDetailDescription.js +0 -36
  108. package/esm2015/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -46
  109. package/esm2015/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -40
  110. package/esm5/lib/WebActionStripDescription_combined.js +0 -157
  111. package/esm5/lib/WebMRLColumnSizeInfoDescription.js +0 -31
  112. package/esm5/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -47
  113. package/esm5/lib/WebMRLResizeColumnInfoDescription.js +0 -31
  114. package/esm5/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -47
  115. package/esm5/lib/WebPivotConfigurationChangeDetailDescription.js +0 -46
  116. package/esm5/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -50
  117. package/esm5/lib/WebPivotConfigurationChangeEventArgsDescription.js +0 -46
  118. package/esm5/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -44
  119. package/lib/WebActionStripDescription_combined.d.ts +0 -49
  120. package/lib/WebMRLColumnSizeInfoDescription.d.ts +0 -11
  121. package/lib/WebMRLResizeColumnInfoDescription.d.ts +0 -11
  122. package/lib/WebMRLResizeColumnInfoDescriptionMetadata.d.ts +0 -13
  123. package/lib/WebPivotConfigurationChangeEventArgsDescription.d.ts +0 -17
  124. package/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.d.ts +0 -13
@@ -374,11 +374,13 @@ export let NativeUIComponent = /*@__PURE__*/ (() => {
374
374
  set q(a) {
375
375
  let b = this.p;
376
376
  this.p = a;
377
- if (this.p != null) {
378
- this.an(7, this.p);
379
- }
380
- else {
381
- this.ay(7, b);
377
+ if (this.p != b) {
378
+ if (b != null) {
379
+ this.ay(7, b);
380
+ }
381
+ if (this.p != null) {
382
+ this.an(7, this.p);
383
+ }
382
384
  }
383
385
  }
384
386
  get s() {
@@ -387,11 +389,13 @@ export let NativeUIComponent = /*@__PURE__*/ (() => {
387
389
  set s(a) {
388
390
  let b = this.r;
389
391
  this.r = a;
390
- if (this.r != null) {
391
- this.an(8, this.r);
392
- }
393
- else {
394
- this.ay(8, b);
392
+ if (this.r != b) {
393
+ if (b != null) {
394
+ this.ay(8, b);
395
+ }
396
+ if (this.p != null) {
397
+ this.an(8, this.r);
398
+ }
395
399
  }
396
400
  }
397
401
  get n() {
@@ -400,11 +404,13 @@ export let NativeUIComponent = /*@__PURE__*/ (() => {
400
404
  set n(a) {
401
405
  let b = this.l;
402
406
  this.l = a;
403
- if (this.l != null) {
404
- this.an(12, this.l);
405
- }
406
- else {
407
- this.ay(12, b);
407
+ if (this.l != b) {
408
+ if (b != null) {
409
+ this.ay(12, b);
410
+ }
411
+ if (this.l != null) {
412
+ this.an(12, this.l);
413
+ }
408
414
  }
409
415
  }
410
416
  get o() {
@@ -413,11 +419,13 @@ export let NativeUIComponent = /*@__PURE__*/ (() => {
413
419
  set o(a) {
414
420
  let b = this.m;
415
421
  this.m = a;
416
- if (this.m != null) {
417
- this.an(13, this.m);
418
- }
419
- else {
420
- this.ay(13, b);
422
+ if (this.m != b) {
423
+ if (b != null) {
424
+ this.ay(13, b);
425
+ }
426
+ if (this.m != null) {
427
+ this.an(13, this.m);
428
+ }
421
429
  }
422
430
  }
423
431
  }
@@ -131,8 +131,8 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
131
131
  }
132
132
  }
133
133
  getItemAtIndex(a) {
134
- if (this.c6 != null && this.c6.a6 != null) {
135
- return this.c6.a6.item(a);
134
+ if (this.c6 != null && this.c6.a7 != null) {
135
+ return this.c6.a7.item(a);
136
136
  }
137
137
  else {
138
138
  return this.actualDataProvider.getItemAtIndex(a);
@@ -146,9 +146,9 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
146
146
  let c = this.c5();
147
147
  let d;
148
148
  if (this.c6 != null) {
149
- let e = this.c6.a6.count;
149
+ let e = this.c6.a7.count;
150
150
  for (let f = 0; f < e; f++) {
151
- d = this.c6.a6.item(f);
151
+ d = this.c6.a7.item(f);
152
152
  if (typeCast(DataSourceSpecialRow.$, d) !== null) {
153
153
  let g = d;
154
154
  if (g.rowType == 1 && !this.isSectionContentVisible && this.isSectionHeaderNormalRow) {
@@ -181,7 +181,7 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
181
181
  getItemPropertyAtIndex(a, b) {
182
182
  let c;
183
183
  if (this.c6 != null) {
184
- c = this.c6.a6.item(a);
184
+ c = this.c6.a7.item(a);
185
185
  }
186
186
  else {
187
187
  c = this.actualDataProvider.getItemAtIndex(a);
@@ -224,9 +224,10 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
224
224
  this.c6.av = this.shouldEmitSectionHeaders && this.ap;
225
225
  this.c6.au = this.shouldEmitSectionFooters && this.ap;
226
226
  this.c6.aw = this.shouldEmitShiftedRows;
227
- this.c6.cb(this.di);
228
- this.c6.a2 = this.dh();
229
- this.c6.a1 = this.dg();
227
+ this.c6.ax = this.shouldEmitSummaryRows;
228
+ this.c6.cc(this.di);
229
+ this.c6.a3 = this.dh();
230
+ this.c6.a2 = this.dg();
230
231
  this.c6.p = this.c5();
231
232
  this.c6.ae = this.groupDescriptions;
232
233
  this.c6.af = this.sortDescriptions;
@@ -238,9 +239,9 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
238
239
  this.c6.m = this;
239
240
  this.c6.ap = this.groupDescriptions != null && this.groupDescriptions.k.count > 0;
240
241
  this.c6.t = this.c7();
241
- this.c6.b6();
242
+ this.c6.b7();
242
243
  this.actualSchema = this.actualDataProvider.actualSchema;
243
- this.actualCount = this.c6.a6.count;
244
+ this.actualCount = this.c6.a7.count;
244
245
  }
245
246
  else {
246
247
  let a = this.c1();
@@ -271,7 +272,7 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
271
272
  }
272
273
  indexOfItem(a) {
273
274
  if (this.c6 != null) {
274
- return this.c6.a6.indexOf(a);
275
+ return this.c6.a7.indexOf(a);
275
276
  }
276
277
  if (this.actualDataProvider != null && this.actualDataProvider.isItemIndexLookupSupported) {
277
278
  return this.actualDataProvider.indexOfItem(a);
@@ -305,9 +306,9 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
305
306
  let c = this.c5();
306
307
  let d;
307
308
  if (this.c6 != null) {
308
- let e = this.c6.a6.count;
309
+ let e = this.c6.a7.count;
309
310
  for (let f = 0; f < e; f++) {
310
- d = this.c6.a6.item(f);
311
+ d = this.c6.a7.item(f);
311
312
  if (typeCast(DataSourceSpecialRow.$, d) !== null) {
312
313
  let g = d;
313
314
  if (g.rowType == 1 && !this.isSectionContentVisible && this.isSectionHeaderNormalRow) {
@@ -480,19 +481,19 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
480
481
  }
481
482
  }
482
483
  d2() {
483
- this.actualCount = this.c6.a6.count;
484
+ this.actualCount = this.c6.a7.count;
484
485
  this.onBroadcastClearItems();
485
486
  }
486
487
  d5(a, b, c) {
487
- this.actualCount = this.c6.a6.count;
488
+ this.actualCount = this.c6.a7.count;
488
489
  this.onBroadcastSetItem(a, b, c);
489
490
  }
490
491
  d3(a, b) {
491
- this.actualCount = this.c6.a6.count;
492
+ this.actualCount = this.c6.a7.count;
492
493
  this.onBroadcastInsertItem(a, b);
493
494
  }
494
495
  d4(a, b) {
495
- this.actualCount = this.c6.a6.count;
496
+ this.actualCount = this.c6.a7.count;
496
497
  this.onBroadcastRemoveItem(a, b);
497
498
  }
498
499
  pinRow(a) {
@@ -501,7 +502,7 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
501
502
  this.dj = -1;
502
503
  if (this.c6 != null) {
503
504
  this.di.add(a);
504
- this.c6.b5(a);
505
+ this.c6.b6(a);
505
506
  }
506
507
  else {
507
508
  this.di.add(a);
@@ -519,7 +520,7 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
519
520
  }
520
521
  if (b.h(d, a) == 0) {
521
522
  this.di.removeAt(c);
522
- this.c6.cc(d);
523
+ this.c6.cd(d);
523
524
  }
524
525
  }
525
526
  }
@@ -622,26 +623,26 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
622
623
  }
623
624
  let c = null;
624
625
  let d = null;
625
- if (this.c6.a5.count == 1) {
626
- c = this.c6.a5._inner[0];
627
- d = this.c6.a5._inner[0];
626
+ if (this.c6.a6.count == 1) {
627
+ c = this.c6.a6._inner[0];
628
+ d = this.c6.a6._inner[0];
628
629
  }
629
630
  else {
630
631
  c = this.c6.w(a);
631
632
  if (c != null) {
632
633
  while (c.z != -1) {
633
- c = this.c6.a5._inner[c.z];
634
+ c = this.c6.a6._inner[c.z];
634
635
  }
635
636
  }
636
637
  d = this.c6.w(b);
637
- if (b >= this.c6.a6.count - this.c6.bk) {
638
+ if (b >= this.c6.a7.count - this.c6.bl) {
638
639
  d = this.c6.v();
639
640
  }
640
641
  }
641
642
  if (c == null || d == null) {
642
643
  return null;
643
644
  }
644
- 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) {
645
+ 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) {
645
646
  return this.cv;
646
647
  }
647
648
  this.dr = c.ae;
@@ -656,23 +657,23 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
656
657
  this.dv = c.ag;
657
658
  this.dp = d.ah;
658
659
  this.dn = d.ag;
659
- this.dq = this.c6.bk;
660
- if (this.c6.a5.count == 1) {
660
+ this.dq = this.c6.bl;
661
+ if (this.c6.a6.count == 1) {
661
662
  this.dj = d.ad;
662
663
  }
663
664
  let e = 0;
664
665
  if (this.shouldEmitSectionHeaders && this.ap) {
665
666
  e = 1;
666
667
  }
667
- let f = this.c6.ba();
668
+ let f = this.c6.bb();
668
669
  let g = new List$1(Number_$type, 0);
669
670
  for (let h = c.ae; h <= d.ae; h++) {
670
- let i = this.c6.a5._inner[h];
671
- let j = this.c6.a5._inner[h].c.length;
672
- let k = this.c6.a5._inner[h].v();
671
+ let i = this.c6.a6._inner[h];
672
+ let j = this.c6.a6._inner[h].c.length;
673
+ let k = this.c6.a6._inner[h].v();
673
674
  if (this.shouldEmitSectionHeaders && this.ap) {
674
675
  for (let l = 0; l < j; l++) {
675
- if (this.c6.a5._inner[h].a[l] != null) {
676
+ if (this.c6.a6._inner[h].a[l] != null) {
676
677
  let m = i.af + i.b[l];
677
678
  g.add(m);
678
679
  if (this.summaryScope == 0 || this.summaryScope == 2) {
@@ -683,40 +684,40 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
683
684
  }
684
685
  }
685
686
  }
686
- if (!this.c6.a5._inner[h].c[l]) {
687
+ if (!this.c6.a6._inner[h].c[l]) {
687
688
  break;
688
689
  }
689
690
  }
690
691
  }
691
- if (this.c6.a5._inner[h].p) {
692
+ if (this.c6.a6._inner[h].p) {
692
693
  if (this.shouldEmitShiftedRows) {
693
- for (let o = 0; o < this.c6.a5._inner[h].aa; o++) {
694
- g.add(this.c6.a5._inner[h].af + this.c6.a5._inner[h].ah + o + k);
694
+ for (let o = 0; o < this.c6.a6._inner[h].aa; o++) {
695
+ g.add(this.c6.a6._inner[h].af + this.c6.a6._inner[h].ah + o + k);
695
696
  }
696
697
  }
697
698
  }
698
699
  if (this.summaryScope == 0 || this.summaryScope == 2) {
699
- if (this.includeSummaryRowsInSection && this.isSectionSummaryRowsAtBottom) {
700
- for (let p = this.c6.a5._inner[h].ag - 1; p >= 0; p--) {
700
+ if (this.shouldEmitSummaryRows && this.includeSummaryRowsInSection && this.isSectionSummaryRowsAtBottom) {
701
+ for (let p = this.c6.a6._inner[h].ag - 1; p >= 0; p--) {
701
702
  if (this.shouldEmitSectionFooters) {
702
- g.add(this.c6.a5._inner[h].ad - k - p);
703
+ g.add(this.c6.a6._inner[h].ad - k - p);
703
704
  }
704
705
  else {
705
- g.add(this.c6.a5._inner[h].ad - p);
706
+ g.add(this.c6.a6._inner[h].ad - p);
706
707
  }
707
708
  }
708
709
  }
709
710
  }
710
711
  if (this.shouldEmitSectionFooters && this.ap) {
711
712
  for (let q = j - 1; q >= 0; q--) {
712
- if (!this.c6.a5._inner[h].c[q]) {
713
+ if (!this.c6.a6._inner[h].c[q]) {
713
714
  break;
714
715
  }
715
- g.add(this.c6.a5._inner[h].ad - q);
716
+ g.add(this.c6.a6._inner[h].ad - q);
716
717
  }
717
718
  }
718
719
  }
719
- for (let r = this.c6.a6.count - this.c6.bk; r < this.c6.a6.count; r++) {
720
+ for (let r = this.c6.a7.count - this.c6.bl; r < this.c6.a7.count; r++) {
720
721
  g.add(r);
721
722
  }
722
723
  this.cv = g.toArray();
@@ -742,12 +743,12 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
742
743
  return 0;
743
744
  }
744
745
  setIsRowExpandedAtIndex(a, b) {
745
- if (this.isSectionCollapsable && this.c6 != null && this.c6.a6.count > 0 && this.c6.a6.count > a) {
746
- this.c6.ca(a, b);
746
+ if (this.isSectionCollapsable && this.c6 != null && this.c6.a7.count > 0 && this.c6.a7.count > a) {
747
+ this.c6.cb(a, b);
747
748
  }
748
749
  }
749
750
  getIsRowExpandedAtIndex(a) {
750
- if (this.c6 != null && this.c6.a6.count > 0 && this.c6.a6.count > a) {
751
+ if (this.c6 != null && this.c6.a7.count > 0 && this.c6.a7.count > a) {
751
752
  return this.c6.ak(a);
752
753
  }
753
754
  return true;
@@ -771,7 +772,7 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
771
772
  }
772
773
  getRootSummaryRowCount() {
773
774
  if (this.c6 != null) {
774
- return this.c6.bk;
775
+ return this.c6.bl;
775
776
  }
776
777
  return 0;
777
778
  }
@@ -782,8 +783,8 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
782
783
  return null;
783
784
  }
784
785
  getSectionSummaryResults(a) {
785
- if (this.c6 != null && this.c6.a5.count > 0 && a >= 0 && a < this.c6.a5.count) {
786
- return this.c6.a5._inner[a].i;
786
+ if (this.c6 != null && this.c6.a6.count > 0 && a >= 0 && a < this.c6.a6.count) {
787
+ return this.c6.a6._inner[a].i;
787
788
  }
788
789
  return null;
789
790
  }
@@ -815,7 +816,7 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
815
816
  for (let m = 0; m < this.summaryDescriptions.k.count; m++) {
816
817
  let n = this.summaryDescriptions.k.item(m);
817
818
  if (n.operand == 5 || j.containsKey(n.propertyName)) {
818
- this.c6.cl(m, k, i, false, l);
819
+ this.c6.cm(m, k, i, false, l);
819
820
  }
820
821
  }
821
822
  }
@@ -826,7 +827,7 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
826
827
  for (let p = 0; p < this.summaryDescriptions.k.count; p++) {
827
828
  let q = this.summaryDescriptions.k.item(p);
828
829
  if (q.operand == 5 || j.containsKey(q.propertyName)) {
829
- this.c6.cl(p, k, i, true, l);
830
+ this.c6.cm(p, k, i, true, l);
830
831
  }
831
832
  }
832
833
  }
@@ -842,7 +843,7 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
842
843
  let t = this.getStickyRows();
843
844
  for (let u = 0; u < t.length; u++) {
844
845
  let v = t[u];
845
- let w = typeCast(DataSourceSpecialRow.$, this.c6.a6.item(v));
846
+ let w = typeCast(DataSourceSpecialRow.$, this.c6.a7.item(v));
846
847
  if (w != null && w.rowType == 3 && w.targetRow == i) {
847
848
  this.onBroadcastSetItem(v, w, w);
848
849
  break;
@@ -107,11 +107,13 @@ export let NativeUIButton = /*@__PURE__*/ (() => {
107
107
  set bh(a) {
108
108
  let b = this.bg;
109
109
  this.bg = a;
110
- if (this.bg != null) {
111
- this.an(1, this.bg);
112
- }
113
- else {
114
- this.ay(1, b);
110
+ if (this.bg != b) {
111
+ if (b != null) {
112
+ this.ay(1, b);
113
+ }
114
+ if (this.bg != null) {
115
+ this.an(1, this.bg);
116
+ }
115
117
  }
116
118
  }
117
119
  }
@@ -45,11 +45,13 @@ export let NativeUICheckbox = /*@__PURE__*/ (() => {
45
45
  set bh(a) {
46
46
  let b = this.bg;
47
47
  this.bg = a;
48
- if (this.bg != null) {
49
- this.an(2, this.bg);
50
- }
51
- else {
52
- this.ay(2, b);
48
+ if (this.bg != b) {
49
+ if (b != null) {
50
+ this.ay(2, b);
51
+ }
52
+ if (this.bg != null) {
53
+ this.an(2, this.bg);
54
+ }
53
55
  }
54
56
  }
55
57
  }
@@ -32,11 +32,13 @@ export let NativeUIDropDown = /*@__PURE__*/ (() => {
32
32
  set bi(a) {
33
33
  let b = this.bh;
34
34
  this.bh = a;
35
- if (this.bh != null) {
36
- this.an(3, this.bh);
37
- }
38
- else {
39
- this.ay(3, b);
35
+ if (this.bh != b) {
36
+ if (b != null) {
37
+ this.ay(3, b);
38
+ }
39
+ if (this.bh != null) {
40
+ this.an(3, this.bh);
41
+ }
40
42
  }
41
43
  }
42
44
  get bk() {
@@ -86,11 +86,13 @@ export let NativeUIGrid = /*@__PURE__*/ (() => {
86
86
  set bq(a) {
87
87
  let b = this.bp;
88
88
  this.bp = a;
89
- if (this.bp != null) {
90
- this.an(1, this.bp);
91
- }
92
- else {
93
- this.ay(1, b);
89
+ if (this.bp != b) {
90
+ if (b != null) {
91
+ this.ay(1, b);
92
+ }
93
+ if (this.bp != null) {
94
+ this.an(1, this.bp);
95
+ }
94
96
  }
95
97
  }
96
98
  }
@@ -50,11 +50,13 @@ export let NativeUIInput = /*@__PURE__*/ (() => {
50
50
  set bl(a) {
51
51
  let b = this.bk;
52
52
  this.bk = a;
53
- if (this.bk != null) {
54
- this.an(0, this.bk);
55
- }
56
- else {
57
- this.ay(0, b);
53
+ if (this.bk != b) {
54
+ if (b != null) {
55
+ this.ay(0, b);
56
+ }
57
+ if (this.bk != null) {
58
+ this.an(0, this.bk);
59
+ }
58
60
  }
59
61
  }
60
62
  get bn() {
@@ -102,11 +102,13 @@ export let NativeUIPopup = /*@__PURE__*/ (() => {
102
102
  set bs(a) {
103
103
  let b = this.br;
104
104
  this.br = a;
105
- if (this.br != null) {
106
- this.an(5, this.br);
107
- }
108
- else {
109
- this.ay(5, b);
105
+ if (this.br != b) {
106
+ if (b != null) {
107
+ this.ay(5, b);
108
+ }
109
+ if (this.br != null) {
110
+ this.an(5, this.br);
111
+ }
110
112
  }
111
113
  }
112
114
  get bq() {
@@ -115,11 +117,13 @@ export let NativeUIPopup = /*@__PURE__*/ (() => {
115
117
  set bq(a) {
116
118
  let b = this.bp;
117
119
  this.bp = a;
118
- if (this.bp != null) {
119
- this.an(6, this.bp);
120
- }
121
- else {
122
- this.ay(6, b);
120
+ if (this.bp != b) {
121
+ if (b != null) {
122
+ this.ay(6, b);
123
+ }
124
+ if (this.bp != null) {
125
+ this.an(6, this.bp);
126
+ }
123
127
  }
124
128
  }
125
129
  b5(a, b, c) {
@@ -53,11 +53,13 @@ export let NativeUISlider = /*@__PURE__*/ (() => {
53
53
  set bi(a) {
54
54
  let b = this.bg;
55
55
  this.bg = a;
56
- if (this.bg != null) {
57
- this.an(4, this.bg);
58
- }
59
- else {
60
- this.ay(4, b);
56
+ if (this.bg != b) {
57
+ if (b != null) {
58
+ this.ay(4, b);
59
+ }
60
+ if (this.bg != null) {
61
+ this.an(4, this.bg);
62
+ }
61
63
  }
62
64
  }
63
65
  get bj() {
@@ -66,11 +68,13 @@ export let NativeUISlider = /*@__PURE__*/ (() => {
66
68
  set bj(a) {
67
69
  let b = this.bh;
68
70
  this.bh = a;
69
- if (this.bh != null) {
70
- this.an(0, this.bh);
71
- }
72
- else {
73
- this.ay(0, b);
71
+ if (this.bh != b) {
72
+ if (b != null) {
73
+ this.ay(0, b);
74
+ }
75
+ if (this.bh != null) {
76
+ this.an(0, this.bh);
77
+ }
74
78
  }
75
79
  }
76
80
  }