igniteui-webcomponents-data-grids 7.1.0 → 7.1.1-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 (185) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +1131 -1072
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/ColumnFilterCondition_combined.js +892 -838
  4. package/esm2015/lib/ContentCellModelHelper.js +25 -20
  5. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  6. package/esm2015/lib/DataGridCellLayoutPanel.js +16 -16
  7. package/esm2015/lib/igc-apply-button-click-event-args.js +2 -2
  8. package/esm2015/lib/igc-cancel-button-click-event-args.js +2 -2
  9. package/esm2015/lib/igc-cell-key.js +1 -1
  10. package/esm2015/lib/igc-cell-range.js +2 -2
  11. package/esm2015/lib/igc-cell-style-requested-event-args.js +2 -2
  12. package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +2 -2
  13. package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +2 -2
  14. package/esm2015/lib/igc-checked-changed-event-args.js +2 -2
  15. package/esm2015/lib/igc-column-exchanger.js +2 -2
  16. package/esm2015/lib/igc-column-group-description-collection.js +1 -1
  17. package/esm2015/lib/igc-column-hidden-changed-event-args.js +3 -3
  18. package/esm2015/lib/igc-column-pinned-changed-event-args.js +3 -3
  19. package/esm2015/lib/igc-column-property-setter.js +2 -2
  20. package/esm2015/lib/igc-column-sort-description-collection.js +1 -1
  21. package/esm2015/lib/igc-column-sort-description.js +2 -2
  22. package/esm2015/lib/igc-column-summary-description-collection.js +1 -1
  23. package/esm2015/lib/igc-column-summary-description.js +2 -2
  24. package/esm2015/lib/igc-column-width.js +2 -2
  25. package/esm2015/lib/igc-data-grid-column-component.js +3 -3
  26. package/esm2015/lib/igc-data-grid-comparison-operator-selector-component.js +1 -1
  27. package/esm2015/lib/igc-data-grid-component.js +19 -19
  28. package/esm2015/lib/igc-data-grid-expansion-indicator-component.js +1 -1
  29. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +1 -1
  30. package/esm2015/lib/igc-data-grid-sort-indicator-component.js +1 -1
  31. package/esm2015/lib/igc-filter-dialog-render-completed-event-args.js +2 -2
  32. package/esm2015/lib/igc-filter-operand.js +2 -2
  33. package/esm2015/lib/igc-format-cell-event-args.js +2 -2
  34. package/esm2015/lib/igc-format-group-text-event-args.js +2 -2
  35. package/esm2015/lib/igc-format-summary-text-event-args.js +2 -2
  36. package/esm2015/lib/igc-got-focus-event-args.js +2 -2
  37. package/esm2015/lib/igc-grid-active-cell-changed-event-args.js +4 -4
  38. package/esm2015/lib/igc-grid-animation-phase-settings.js +2 -2
  39. package/esm2015/lib/igc-grid-animation-settings.js +2 -2
  40. package/esm2015/lib/igc-grid-cell-edit-ended-event-args.js +3 -3
  41. package/esm2015/lib/igc-grid-cell-edit-started-event-args.js +3 -3
  42. package/esm2015/lib/igc-grid-cell-position.js +2 -2
  43. package/esm2015/lib/igc-grid-cell-value-changing-event-args.js +1 -1
  44. package/esm2015/lib/igc-grid-column-animation-settings.js +2 -2
  45. package/esm2015/lib/igc-grid-column-options-base-component.js +2 -2
  46. package/esm2015/lib/igc-grid-column-width-changed-event-args.js +5 -5
  47. package/esm2015/lib/igc-grid-columns-auto-generated-event-args.js +2 -2
  48. package/esm2015/lib/igc-grid-columns-changed-event-args.js +2 -2
  49. package/esm2015/lib/igc-grid-compound-conditional-style-component.js +1 -1
  50. package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +2 -2
  51. package/esm2015/lib/igc-grid-conditional-style-component.js +1 -1
  52. package/esm2015/lib/igc-grid-conditional-style-font-info-component.js +1 -1
  53. package/esm2015/lib/igc-grid-conditional-style-property-component.js +2 -2
  54. package/esm2015/lib/igc-grid-custom-filter-requested-event-args.js +4 -4
  55. package/esm2015/lib/igc-grid-data-committed-event-args.js +1 -1
  56. package/esm2015/lib/igc-grid-data-committing-event-args.js +1 -1
  57. package/esm2015/lib/igc-grid-filter-dialog-filter-change-event-args.js +2 -2
  58. package/esm2015/lib/igc-grid-filter-dialog-opening-event-args.js +3 -3
  59. package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping.js +2 -2
  60. package/esm2015/lib/igc-grid-filter-dialog-view-model-row.js +2 -2
  61. package/esm2015/lib/igc-grid-filter-dialog-view-model.js +2 -2
  62. package/esm2015/lib/igc-grid-filter-expressions-event-args.js +3 -3
  63. package/esm2015/lib/igc-grid-group-descriptions-changed-event-args.js +3 -3
  64. package/esm2015/lib/igc-grid-row-edit-ended-event-args.js +2 -2
  65. package/esm2015/lib/igc-grid-row-edit-started-event-args.js +2 -2
  66. package/esm2015/lib/igc-grid-selected-cell-ranges-changed-event-args.js +2 -2
  67. package/esm2015/lib/igc-grid-selected-cells-changed-event-args.js +2 -2
  68. package/esm2015/lib/igc-grid-selected-items-changed-event-args.js +2 -2
  69. package/esm2015/lib/igc-grid-selected-keys-changed-event-args.js +2 -2
  70. package/esm2015/lib/igc-grid-selection-changed-event-args.js +2 -2
  71. package/esm2015/lib/igc-grid-size-changed-event-args.js +2 -2
  72. package/esm2015/lib/igc-grid-sort-descriptions-changed-event-args.js +3 -3
  73. package/esm2015/lib/igc-grid-summary-descriptions-changed-event-args.js +3 -3
  74. package/esm2015/lib/igc-group-data.js +2 -2
  75. package/esm2015/lib/igc-lost-focus-event-args.js +2 -2
  76. package/esm2015/lib/igc-multi-column-combo-box-text-changed-event-args.js +1 -1
  77. package/esm2015/lib/igc-multi-column-combo-box-value-changed-event-args.js +1 -1
  78. package/esm2015/lib/igc-operator-selector-closing-event-args.js +2 -2
  79. package/esm2015/lib/igc-operator-selector-opening-event-args.js +2 -2
  80. package/esm2015/lib/igc-operator-selector-value-changed-event-args.js +2 -2
  81. package/esm2015/lib/igc-page-changed-event-args.js +2 -2
  82. package/esm2015/lib/igc-responsive-phase.js +6 -6
  83. package/esm2015/lib/igc-responsive-state-entered-event-args.js +2 -2
  84. package/esm2015/lib/igc-responsive-state-entering-event-args.js +2 -2
  85. package/esm2015/lib/igc-responsive-state-exited-event-args.js +2 -2
  86. package/esm2015/lib/igc-responsive-state.js +4 -4
  87. package/esm2015/lib/igc-select-all-checkbox-changed-event-args.js +2 -2
  88. package/esm2015/lib/igc-sort-indicator-render-completed-event-args.js +2 -2
  89. package/esm2015/lib/igc-summary-changed-event-args.js +2 -2
  90. package/esm2015/lib/igc-summary-data.js +2 -2
  91. package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +1 -1
  92. package/esm5/lib/ColumnFilterCondition_combined.js +892 -838
  93. package/esm5/lib/ContentCellModelHelper.js +25 -20
  94. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  95. package/esm5/lib/DataGridCellLayoutPanel.js +16 -16
  96. package/esm5/lib/igc-apply-button-click-event-args.js +2 -2
  97. package/esm5/lib/igc-cancel-button-click-event-args.js +2 -2
  98. package/esm5/lib/igc-cell-key.js +1 -1
  99. package/esm5/lib/igc-cell-range.js +2 -2
  100. package/esm5/lib/igc-cell-style-requested-event-args.js +2 -2
  101. package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +2 -2
  102. package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +2 -2
  103. package/esm5/lib/igc-checked-changed-event-args.js +2 -2
  104. package/esm5/lib/igc-column-exchanger.js +2 -2
  105. package/esm5/lib/igc-column-group-description-collection.js +1 -1
  106. package/esm5/lib/igc-column-hidden-changed-event-args.js +3 -3
  107. package/esm5/lib/igc-column-pinned-changed-event-args.js +3 -3
  108. package/esm5/lib/igc-column-property-setter.js +2 -2
  109. package/esm5/lib/igc-column-sort-description-collection.js +1 -1
  110. package/esm5/lib/igc-column-sort-description.js +2 -2
  111. package/esm5/lib/igc-column-summary-description-collection.js +1 -1
  112. package/esm5/lib/igc-column-summary-description.js +2 -2
  113. package/esm5/lib/igc-column-width.js +2 -2
  114. package/esm5/lib/igc-data-grid-column-component.js +3 -3
  115. package/esm5/lib/igc-data-grid-comparison-operator-selector-component.js +1 -1
  116. package/esm5/lib/igc-data-grid-component.js +19 -19
  117. package/esm5/lib/igc-data-grid-expansion-indicator-component.js +1 -1
  118. package/esm5/lib/igc-data-grid-filter-dialog-component.js +1 -1
  119. package/esm5/lib/igc-data-grid-sort-indicator-component.js +1 -1
  120. package/esm5/lib/igc-filter-dialog-render-completed-event-args.js +2 -2
  121. package/esm5/lib/igc-filter-operand.js +2 -2
  122. package/esm5/lib/igc-format-cell-event-args.js +2 -2
  123. package/esm5/lib/igc-format-group-text-event-args.js +2 -2
  124. package/esm5/lib/igc-format-summary-text-event-args.js +2 -2
  125. package/esm5/lib/igc-got-focus-event-args.js +2 -2
  126. package/esm5/lib/igc-grid-active-cell-changed-event-args.js +4 -4
  127. package/esm5/lib/igc-grid-animation-phase-settings.js +2 -2
  128. package/esm5/lib/igc-grid-animation-settings.js +2 -2
  129. package/esm5/lib/igc-grid-cell-edit-ended-event-args.js +3 -3
  130. package/esm5/lib/igc-grid-cell-edit-started-event-args.js +3 -3
  131. package/esm5/lib/igc-grid-cell-position.js +2 -2
  132. package/esm5/lib/igc-grid-cell-value-changing-event-args.js +1 -1
  133. package/esm5/lib/igc-grid-column-animation-settings.js +2 -2
  134. package/esm5/lib/igc-grid-column-options-base-component.js +2 -2
  135. package/esm5/lib/igc-grid-column-width-changed-event-args.js +5 -5
  136. package/esm5/lib/igc-grid-columns-auto-generated-event-args.js +2 -2
  137. package/esm5/lib/igc-grid-columns-changed-event-args.js +2 -2
  138. package/esm5/lib/igc-grid-compound-conditional-style-component.js +1 -1
  139. package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +2 -2
  140. package/esm5/lib/igc-grid-conditional-style-component.js +1 -1
  141. package/esm5/lib/igc-grid-conditional-style-font-info-component.js +1 -1
  142. package/esm5/lib/igc-grid-conditional-style-property-component.js +2 -2
  143. package/esm5/lib/igc-grid-custom-filter-requested-event-args.js +4 -4
  144. package/esm5/lib/igc-grid-data-committed-event-args.js +1 -1
  145. package/esm5/lib/igc-grid-data-committing-event-args.js +1 -1
  146. package/esm5/lib/igc-grid-filter-dialog-filter-change-event-args.js +2 -2
  147. package/esm5/lib/igc-grid-filter-dialog-opening-event-args.js +3 -3
  148. package/esm5/lib/igc-grid-filter-dialog-view-model-grouping.js +2 -2
  149. package/esm5/lib/igc-grid-filter-dialog-view-model-row.js +2 -2
  150. package/esm5/lib/igc-grid-filter-dialog-view-model.js +2 -2
  151. package/esm5/lib/igc-grid-filter-expressions-event-args.js +3 -3
  152. package/esm5/lib/igc-grid-group-descriptions-changed-event-args.js +3 -3
  153. package/esm5/lib/igc-grid-row-edit-ended-event-args.js +2 -2
  154. package/esm5/lib/igc-grid-row-edit-started-event-args.js +2 -2
  155. package/esm5/lib/igc-grid-selected-cell-ranges-changed-event-args.js +2 -2
  156. package/esm5/lib/igc-grid-selected-cells-changed-event-args.js +2 -2
  157. package/esm5/lib/igc-grid-selected-items-changed-event-args.js +2 -2
  158. package/esm5/lib/igc-grid-selected-keys-changed-event-args.js +2 -2
  159. package/esm5/lib/igc-grid-selection-changed-event-args.js +2 -2
  160. package/esm5/lib/igc-grid-size-changed-event-args.js +2 -2
  161. package/esm5/lib/igc-grid-sort-descriptions-changed-event-args.js +3 -3
  162. package/esm5/lib/igc-grid-summary-descriptions-changed-event-args.js +3 -3
  163. package/esm5/lib/igc-group-data.js +2 -2
  164. package/esm5/lib/igc-lost-focus-event-args.js +2 -2
  165. package/esm5/lib/igc-multi-column-combo-box-text-changed-event-args.js +1 -1
  166. package/esm5/lib/igc-multi-column-combo-box-value-changed-event-args.js +1 -1
  167. package/esm5/lib/igc-operator-selector-closing-event-args.js +2 -2
  168. package/esm5/lib/igc-operator-selector-opening-event-args.js +2 -2
  169. package/esm5/lib/igc-operator-selector-value-changed-event-args.js +2 -2
  170. package/esm5/lib/igc-page-changed-event-args.js +2 -2
  171. package/esm5/lib/igc-responsive-phase.js +6 -6
  172. package/esm5/lib/igc-responsive-state-entered-event-args.js +2 -2
  173. package/esm5/lib/igc-responsive-state-entering-event-args.js +2 -2
  174. package/esm5/lib/igc-responsive-state-exited-event-args.js +2 -2
  175. package/esm5/lib/igc-responsive-state.js +4 -4
  176. package/esm5/lib/igc-select-all-checkbox-changed-event-args.js +2 -2
  177. package/esm5/lib/igc-sort-indicator-render-completed-event-args.js +2 -2
  178. package/esm5/lib/igc-summary-changed-event-args.js +2 -2
  179. package/esm5/lib/igc-summary-data.js +2 -2
  180. package/esm5/lib/igc-text-icon-set-conditional-style-component.js +1 -1
  181. package/fesm2015/igniteui-webcomponents-data-grids.js +1131 -1072
  182. package/fesm5/igniteui-webcomponents-data-grids.js +1131 -1072
  183. package/lib/ColumnFilterCondition_combined.d.ts +42 -41
  184. package/lib/ContentCellModelHelper.d.ts +6 -5
  185. package/package.json +4 -4
@@ -5828,7 +5828,7 @@ let Pager = /*@__PURE__*/ (() => {
5828
5828
  if (this.b.isVirtual) {
5829
5829
  this.b.firstVisibleIndexRequested = a;
5830
5830
  this.b.lastVisibleIndexRequested = a + this.ah;
5831
- this.d.ef = false;
5831
+ this.d.ei = false;
5832
5832
  }
5833
5833
  this.b4();
5834
5834
  this.ac.clear();
@@ -5839,7 +5839,7 @@ let Pager = /*@__PURE__*/ (() => {
5839
5839
  let c = this.b.getItemAtIndex(b);
5840
5840
  this.ac.add1(c);
5841
5841
  if (c != null) {
5842
- this.d.ef = true;
5842
+ this.d.ei = true;
5843
5843
  }
5844
5844
  }
5845
5845
  let d = new Array(this.ac.count);
@@ -5850,7 +5850,7 @@ let Pager = /*@__PURE__*/ (() => {
5850
5850
  if (this.targetGrid != null) {
5851
5851
  this.targetGrid.actualDataSource.queueAutoRefresh();
5852
5852
  this.targetGrid.actualDataSource.flushAutoRefresh();
5853
- if (this.b.isVirtual && this.d.ef) {
5853
+ if (this.b.isVirtual && this.d.ei) {
5854
5854
  this.targetGrid.xz(0, this.ao - 1);
5855
5855
  }
5856
5856
  else {
@@ -5881,7 +5881,7 @@ let Pager = /*@__PURE__*/ (() => {
5881
5881
  this.b.summaryScope = this.p;
5882
5882
  let b = this.b;
5883
5883
  b.schemaChanged = delegateCombine(b.schemaChanged, runOn(this, this.bl));
5884
- this.d.ee = this.b;
5884
+ this.d.eh = this.b;
5885
5885
  switch (this.l) {
5886
5886
  case 1:
5887
5887
  case 0:
@@ -6589,7 +6589,7 @@ let EditingManager = /*@__PURE__*/ (() => {
6589
6589
  }
6590
6590
  this.a = a;
6591
6591
  this.d = this.g.actualColumns._inner[a.l.a6];
6592
- this.c = this.g.model.b9._inner[a.l.a6];
6592
+ this.c = this.g.model.ca._inner[a.l.a6];
6593
6593
  this.r = a.l.x;
6594
6594
  this.q = a.l.a6;
6595
6595
  this.u = a.il;
@@ -6984,7 +6984,7 @@ let DataGrid = /*@__PURE__*/ (() => {
6984
6984
  this.iv = false;
6985
6985
  if (this.selectionMode == 5) {
6986
6986
  if (a.l.aj && !a.l.a1) {
6987
- let g = this.model.b9._inner[a.l.a6].n;
6987
+ let g = this.model.ca._inner[a.l.a6].n;
6988
6988
  if (this.selectionBehavior == 1) {
6989
6989
  if (b) {
6990
6990
  this.y7(a.l.x, g);
@@ -7117,10 +7117,10 @@ let DataGrid = /*@__PURE__*/ (() => {
7117
7117
  if (this.dragger != null && this.columnResizingMode != 2 && this.ap.h) {
7118
7118
  let d = this.az.j._inner[a.l.a6];
7119
7119
  if (d.kd) {
7120
- let e = this.model.b9._inner[this.ap.a6];
7120
+ let e = this.model.ca._inner[this.ap.a6];
7121
7121
  this.mq = e.k;
7122
- this.mn = this.model.cz;
7123
- this.mo = this.model.c0;
7122
+ this.mn = this.model.c0;
7123
+ this.mo = this.model.c1;
7124
7124
  this.mr = this.model.actualVisibleRegion.left;
7125
7125
  this.ms = this.model.actualVisibleRegion.top;
7126
7126
  let f = this.dragger.view.transformPoint(b, c);
@@ -7139,8 +7139,8 @@ let DataGrid = /*@__PURE__*/ (() => {
7139
7139
  }
7140
7140
  xa(a, b, c) {
7141
7141
  let d = 0;
7142
- for (let e = 0; e < this.model.b9.count; e++) {
7143
- let f = this.model.b9._inner[e];
7142
+ for (let e = 0; e < this.model.ca.count; e++) {
7143
+ let f = this.model.ca._inner[e];
7144
7144
  d += f.k;
7145
7145
  }
7146
7146
  let g = this.dragger.view.transformPoint(b, c);
@@ -7226,7 +7226,7 @@ let DataGrid = /*@__PURE__*/ (() => {
7226
7226
  this.zj();
7227
7227
  }
7228
7228
  this.n0 = a.x;
7229
- this.nz = this.model.b9._inner[a.a6].n;
7229
+ this.nz = this.model.ca._inner[a.a6].n;
7230
7230
  this.i1 = this.h4;
7231
7231
  if (this.activationMode == 1) {
7232
7232
  this.ae.z(a);
@@ -7272,7 +7272,7 @@ let DataGrid = /*@__PURE__*/ (() => {
7272
7272
  this.externalGrid.setDefaultCursor();
7273
7273
  if (this.columnResizingMode == 0) {
7274
7274
  if (this.md != -1) {
7275
- let c = this.model.b9._inner[this.dragger.cellPath.a6];
7275
+ let c = this.model.ca._inner[this.dragger.cellPath.a6];
7276
7276
  this.c8.ah(this, this.columnAnimationSettings, c, this.md);
7277
7277
  this.columns._inner[this.dragger.cellPath.a6].po("Resized");
7278
7278
  }
@@ -7358,8 +7358,8 @@ let DataGrid = /*@__PURE__*/ (() => {
7358
7358
  let c = this.dragger.cellPath.a6;
7359
7359
  let d = this.oz;
7360
7360
  this.fq = 0;
7361
- for (let e = 0; e < this.model.b9.count; e++) {
7362
- let f = this.model.b9._inner[e];
7361
+ for (let e = 0; e < this.model.ca.count; e++) {
7362
+ let f = this.model.ca._inner[e];
7363
7363
  if (f.a == 3) {
7364
7364
  continue;
7365
7365
  }
@@ -7374,13 +7374,13 @@ let DataGrid = /*@__PURE__*/ (() => {
7374
7374
  if (e != c) {
7375
7375
  c = e < this.dragger.cellPath.a6 ? e : e - 1;
7376
7376
  }
7377
- if (f.d != 1 && d < this.model.actualVisibleRegion.x + this.model.cz) {
7378
- d = this.model.actualVisibleRegion.x + this.model.cz;
7377
+ if (f.d != 1 && d < this.model.actualVisibleRegion.x + this.model.c0) {
7378
+ d = this.model.actualVisibleRegion.x + this.model.c0;
7379
7379
  }
7380
7380
  this.fq = f.d;
7381
7381
  break;
7382
7382
  }
7383
- else if ((b > i && b < h) || (e == this.model.b9.count - 1 && b > h)) {
7383
+ else if ((b > i && b < h) || (e == this.model.ca.count - 1 && b > h)) {
7384
7384
  d = h - this.columnMovingSeparatorWidth;
7385
7385
  if (e != c) {
7386
7386
  c = e < this.dragger.cellPath.a6 ? e + 1 : e;
@@ -7419,16 +7419,16 @@ let DataGrid = /*@__PURE__*/ (() => {
7419
7419
  this.md = Math.max(this.mq + b, Math.max(c, 10));
7420
7420
  let d = 20;
7421
7421
  if (a.iu == 1) {
7422
- d = Math.min(20, this.actualVisibleRegion.width - this.model.cz);
7423
- let e = this.actualVisibleRegion.width - d - this.model.c0;
7422
+ d = Math.min(20, this.actualVisibleRegion.width - this.model.c0);
7423
+ let e = this.actualVisibleRegion.width - d - this.model.c1;
7424
7424
  let f = this.mn + (this.md - this.mq);
7425
7425
  if (f > e) {
7426
7426
  this.md = this.md - (f - e);
7427
7427
  }
7428
7428
  }
7429
7429
  else if (a.iu == 2) {
7430
- d = Math.min(20, this.actualVisibleRegion.width - this.model.c0);
7431
- let g = this.actualVisibleRegion.width - d - this.model.cz;
7430
+ d = Math.min(20, this.actualVisibleRegion.width - this.model.c1);
7431
+ let g = this.actualVisibleRegion.width - d - this.model.c0;
7432
7432
  let h = this.mo + (this.md - this.mq);
7433
7433
  if (h > g) {
7434
7434
  this.md = this.md - (h - g);
@@ -7544,10 +7544,10 @@ let DataGrid = /*@__PURE__*/ (() => {
7544
7544
  if (!n.l.aj || n.l.a1 || n.l.ak || n.l.al) {
7545
7545
  continue;
7546
7546
  }
7547
- if (l < this.model.actualVisibleRegion.x + this.model.cz && n.l.d != 1) {
7547
+ if (l < this.model.actualVisibleRegion.x + this.model.c0 && n.l.d != 1) {
7548
7548
  continue;
7549
7549
  }
7550
- if (l > this.model.actualVisibleRegion.right - this.model.c0 && n.l.d != 2) {
7550
+ if (l > this.model.actualVisibleRegion.right - this.model.c1 && n.l.d != 2) {
7551
7551
  continue;
7552
7552
  }
7553
7553
  if (d) {
@@ -7562,7 +7562,7 @@ let DataGrid = /*@__PURE__*/ (() => {
7562
7562
  }
7563
7563
  let o = new Rect(0, n.db, n.dc, n.ib, n.gd);
7564
7564
  if (a.intersectsWith(o)) {
7565
- let p = this.model.b9._inner[n.l.a6].n;
7565
+ let p = this.model.ca._inner[n.l.a6].n;
7566
7566
  let q = Math.abs(n.l.x - b);
7567
7567
  let r = Math.abs(Math.max(0, p) - c);
7568
7568
  let s = Math.abs(j - b);
@@ -10024,7 +10024,7 @@ let DataGrid = /*@__PURE__*/ (() => {
10024
10024
  this.gn = a;
10025
10025
  }
10026
10026
  get actualVisibleRegion() {
10027
- return new Rect(0, this.gn.cm, this.gn.cr, this.gn.cs, this.gn.ch);
10027
+ return new Rect(0, this.gn.cn, this.gn.cs, this.gn.ct, this.gn.ci);
10028
10028
  }
10029
10029
  get initialSortDescriptions() {
10030
10030
  return this.b2;
@@ -10569,6 +10569,10 @@ let DataGrid = /*@__PURE__*/ (() => {
10569
10569
  if (!p.gf.equals(q.gf)) {
10570
10570
  this.c8.s(this, null, "PinnedRowBackground", 2, p.gf, q.gf, false, true, false, false);
10571
10571
  }
10572
+ if (this.summaryDescriptions.j.count > 0 && (this.summaryScope == 1 || this.summaryScope == 0)) {
10573
+ this.model.b6 = true;
10574
+ this.za();
10575
+ }
10572
10576
  }
10573
10577
  }
10574
10578
  if (a == "HeaderRowSeparator") {
@@ -10633,7 +10637,7 @@ let DataGrid = /*@__PURE__*/ (() => {
10633
10637
  }
10634
10638
  }
10635
10639
  if (a == "DefaultColumnWidth" || a == "DefaultColumnMinWidth" || a == "Inset" || a == "HeaderSeparatorWidth") {
10636
- if (this.model != null && this.model.b9 != null && this.model.b9.count > 0) {
10640
+ if (this.model != null && this.model.ca != null && this.model.ca.count > 0) {
10637
10641
  this.za();
10638
10642
  }
10639
10643
  }
@@ -10661,6 +10665,17 @@ let DataGrid = /*@__PURE__*/ (() => {
10661
10665
  }
10662
10666
  this.za();
10663
10667
  }
10668
+ if (a == "SummaryRowRoot") {
10669
+ if (b != null) {
10670
+ let ac = typeCast(SummaryRowRoot.$, b);
10671
+ ac.grid = null;
10672
+ }
10673
+ if (this.summaryRowRoot != null) {
10674
+ this.summaryRowRoot.grid = this;
10675
+ }
10676
+ this.model.b6 = true;
10677
+ this.za();
10678
+ }
10664
10679
  if (a == "ActiveCell") {
10665
10680
  this.dj = typeCast(GridCellPosition.$, b);
10666
10681
  this.i6 = true;
@@ -10673,8 +10688,8 @@ let DataGrid = /*@__PURE__*/ (() => {
10673
10688
  this.i6 = false;
10674
10689
  }
10675
10690
  if (a == "ReactsToSortChanges") {
10676
- let ac = c;
10677
- if (!ac) {
10691
+ let ad = c;
10692
+ if (!ad) {
10678
10693
  this.sortDescriptions.b = null;
10679
10694
  }
10680
10695
  else {
@@ -10684,8 +10699,8 @@ let DataGrid = /*@__PURE__*/ (() => {
10684
10699
  }
10685
10700
  }
10686
10701
  if (a == "ReactsToGroupChanges") {
10687
- let ad = c;
10688
- if (!ad) {
10702
+ let ae = c;
10703
+ if (!ae) {
10689
10704
  this.groupDescriptions.b = null;
10690
10705
  }
10691
10706
  else {
@@ -10695,8 +10710,8 @@ let DataGrid = /*@__PURE__*/ (() => {
10695
10710
  }
10696
10711
  }
10697
10712
  if (a == "ReactsToFilterChanges") {
10698
- let ae = c;
10699
- if (!ae) {
10713
+ let af = c;
10714
+ if (!af) {
10700
10715
  this.filterExpressions.syncTarget = null;
10701
10716
  }
10702
10717
  else {
@@ -10752,8 +10767,8 @@ let DataGrid = /*@__PURE__*/ (() => {
10752
10767
  }
10753
10768
  if (a == "HeaderHeight") {
10754
10769
  this.x1();
10755
- let af = this.j9() ? this.actualRowHeight + this.rowSeparatorHeight : 0;
10756
- this.externalGrid.setScrollerVerticalTrackInset(this.actualHeaderHeight + this.rowSeparatorHeight + af);
10770
+ let ag = this.j9() ? this.actualRowHeight + this.rowSeparatorHeight : 0;
10771
+ this.externalGrid.setScrollerVerticalTrackInset(this.actualHeaderHeight + this.rowSeparatorHeight + ag);
10757
10772
  }
10758
10773
  if (a == "DefaultBorderWidth" || a == "BorderWidth") {
10759
10774
  this.actualBorderWidth = this.ad9(this.borderWidth, this.aea);
@@ -10775,8 +10790,8 @@ let DataGrid = /*@__PURE__*/ (() => {
10775
10790
  }
10776
10791
  if (a == "FilterUIType") {
10777
10792
  this.za();
10778
- let ag = this.j9() ? this.actualRowHeight + this.rowSeparatorHeight : 0;
10779
- this.externalGrid.setScrollerVerticalTrackInset(this.actualHeaderHeight + this.rowSeparatorHeight + ag);
10793
+ let ah = this.j9() ? this.actualRowHeight + this.rowSeparatorHeight : 0;
10794
+ this.externalGrid.setScrollerVerticalTrackInset(this.actualHeaderHeight + this.rowSeparatorHeight + ah);
10780
10795
  }
10781
10796
  if (a == "ScrollbarStyle") {
10782
10797
  this.externalGrid.setScrollbarStyle(this.scrollbarStyle);
@@ -10912,8 +10927,8 @@ let DataGrid = /*@__PURE__*/ (() => {
10912
10927
  if (a != null && stringStartsWith(a, "Actual")) {
10913
10928
  a = a.substr(6);
10914
10929
  }
10915
- for (let e = 0; e < this.model.b9.count; e++) {
10916
- let f = this.model.b9._inner[e];
10930
+ for (let e = 0; e < this.model.ca.count; e++) {
10931
+ let f = this.model.ca._inner[e];
10917
10932
  this.c8.s(this, f, a, b, c, d, true, false, false, true);
10918
10933
  }
10919
10934
  }
@@ -11341,7 +11356,7 @@ let DataGrid = /*@__PURE__*/ (() => {
11341
11356
  }
11342
11357
  this.jm(false);
11343
11358
  a.lk = this.ge.k(e, this, this.model);
11344
- a.ll = this.model.b9._inner[e].n;
11359
+ a.ll = this.model.ca._inner[e].n;
11345
11360
  a.it = a.iu;
11346
11361
  a.iu = b;
11347
11362
  this.ge.s(this.model);
@@ -11469,7 +11484,7 @@ let DataGrid = /*@__PURE__*/ (() => {
11469
11484
  cg(a) {
11470
11485
  let b = a ? 1 : 2;
11471
11486
  let c = this.actualColumns;
11472
- let d = this.model.cg;
11487
+ let d = this.model.ch;
11473
11488
  let e = d.count - 1;
11474
11489
  let f = a ? 0 : e;
11475
11490
  let g = d._inner[f];
@@ -11488,7 +11503,7 @@ let DataGrid = /*@__PURE__*/ (() => {
11488
11503
  }
11489
11504
  cf(a) {
11490
11505
  let b = this.actualColumns;
11491
- let c = this.model.cg;
11506
+ let c = this.model.ch;
11492
11507
  let d = c.count - 1;
11493
11508
  let e = a ? 0 : d;
11494
11509
  let f = c._inner[e];
@@ -11511,7 +11526,7 @@ let DataGrid = /*@__PURE__*/ (() => {
11511
11526
  xp(a, b, c) {
11512
11527
  c.lk = this.ge.k(a, this, this.model);
11513
11528
  c.lj = a;
11514
- c.ll = this.model.b9._inner[a].n;
11529
+ c.ll = this.model.ca._inner[a].n;
11515
11530
  let d = c.hy;
11516
11531
  this.ge.u(this.d4, this.model, a, b, c.lr);
11517
11532
  if (!this.j0(c) && d != 3) {
@@ -11717,7 +11732,7 @@ let DataGrid = /*@__PURE__*/ (() => {
11717
11732
  a = this.fa.getRowCount() - 1;
11718
11733
  }
11719
11734
  let e = 0;
11720
- for (let f of fromEnum(this.model.ce)) {
11735
+ for (let f of fromEnum(this.model.cf)) {
11721
11736
  if (d + f.m > a) {
11722
11737
  e = truncate(Math.floor(a - d));
11723
11738
  let g = f.e(e);
@@ -11729,7 +11744,7 @@ let DataGrid = /*@__PURE__*/ (() => {
11729
11744
  continue;
11730
11745
  }
11731
11746
  }
11732
- let h = this.gm.n(this, this.model, new Rect(0, b, c, this.model.cs, this.model.ch));
11747
+ let h = this.gm.n(this, this.model, new Rect(0, b, c, this.model.ct, this.model.ci));
11733
11748
  let i = -1;
11734
11749
  let j = -1;
11735
11750
  let k = false;
@@ -11802,7 +11817,7 @@ let DataGrid = /*@__PURE__*/ (() => {
11802
11817
  a = this.fa.getRowCount() - 1;
11803
11818
  }
11804
11819
  let e = 0;
11805
- for (let f of fromEnum(this.model.ce)) {
11820
+ for (let f of fromEnum(this.model.cf)) {
11806
11821
  if (d + f.m > a) {
11807
11822
  let g = truncate(Math.floor(a - d));
11808
11823
  let h = f.e(g);
@@ -11815,10 +11830,10 @@ let DataGrid = /*@__PURE__*/ (() => {
11815
11830
  continue;
11816
11831
  }
11817
11832
  }
11818
- c -= this.model.c3;
11833
+ c -= this.model.c4;
11819
11834
  c = Math.max(c, 0);
11820
11835
  if (this.model.absoluteHeight > 0 && this.model.actualVisibleRegion.height > 0) {
11821
- c -= truncate(Math.round(this.model.actualVisibleRegion.height - this.model.df - (e + this.model.c3)));
11836
+ c -= truncate(Math.round(this.model.actualVisibleRegion.height - this.model.dg - (e + this.model.c4)));
11822
11837
  }
11823
11838
  if (this.model.absoluteHeight > 0 && this.model.actualVisibleRegion.height > 0 && c + this.model.actualVisibleRegion.height > this.model.absoluteHeight) {
11824
11839
  c = truncate(Math.round(this.model.absoluteHeight - this.model.actualVisibleRegion.height));
@@ -11852,9 +11867,9 @@ let DataGrid = /*@__PURE__*/ (() => {
11852
11867
  b = 0;
11853
11868
  a = 0;
11854
11869
  }
11855
- if (a > this.model.b9.count) {
11856
- b = this.model.b9.count - 1;
11857
- a = this.model.b9.count - 1;
11870
+ if (a > this.model.ca.count) {
11871
+ b = this.model.ca.count - 1;
11872
+ a = this.model.ca.count - 1;
11858
11873
  }
11859
11874
  let c = this.columns._inner[b];
11860
11875
  if (c.iu != 0) {
@@ -11865,8 +11880,8 @@ let DataGrid = /*@__PURE__*/ (() => {
11865
11880
  if (this.no != -1) {
11866
11881
  e = this.no;
11867
11882
  }
11868
- let f = d + truncate((this.model.b9._inner[b].k * (a - b)));
11869
- f -= this.model.cz;
11883
+ let f = d + truncate((this.model.ca._inner[b].k * (a - b)));
11884
+ f -= this.model.c0;
11870
11885
  if (this.model.absoluteWidth > 0 && this.model.actualVisibleRegion.width > 0 && f + this.model.actualVisibleRegion.width > this.model.absoluteWidth) {
11871
11886
  f = truncate(Math.round(this.model.absoluteWidth - this.model.actualVisibleRegion.width));
11872
11887
  }
@@ -11883,9 +11898,9 @@ let DataGrid = /*@__PURE__*/ (() => {
11883
11898
  b = 0;
11884
11899
  a = 0;
11885
11900
  }
11886
- if (a > this.model.b9.count) {
11887
- b = this.model.b9.count - 1;
11888
- a = this.model.b9.count - 1;
11901
+ if (a > this.model.ca.count) {
11902
+ b = this.model.ca.count - 1;
11903
+ a = this.model.ca.count - 1;
11889
11904
  }
11890
11905
  let c = this.columns._inner[b];
11891
11906
  let d = this.ge.k(b, this, this.model);
@@ -11893,10 +11908,10 @@ let DataGrid = /*@__PURE__*/ (() => {
11893
11908
  if (this.no != -1) {
11894
11909
  e = this.no;
11895
11910
  }
11896
- let f = d + truncate((this.model.b9._inner[b].k * (a - b)));
11897
- let g = this.model.actualVisibleRegion.width - this.model.c0;
11911
+ let f = d + truncate((this.model.ca._inner[b].k * (a - b)));
11912
+ let g = this.model.actualVisibleRegion.width - this.model.c1;
11898
11913
  if (this.model.absoluteWidth > 0 && g > 0) {
11899
- f -= truncate(Math.round(g - this.model.b9._inner[b].k));
11914
+ f -= truncate(Math.round(g - this.model.ca._inner[b].k));
11900
11915
  }
11901
11916
  if (this.model.absoluteWidth > 0 && this.model.actualVisibleRegion.width > 0 && f + this.model.actualVisibleRegion.width > this.model.absoluteWidth) {
11902
11917
  f = truncate(Math.round(this.model.absoluteWidth - this.model.actualVisibleRegion.width));
@@ -11937,7 +11952,7 @@ let DataGrid = /*@__PURE__*/ (() => {
11937
11952
  return;
11938
11953
  }
11939
11954
  this.c8.z(this, a, b, false);
11940
- if (this.fa.getRowCount() != this.model.c5()) {
11955
+ if (this.fa.getRowCount() != this.model.c6()) {
11941
11956
  this.za();
11942
11957
  }
11943
11958
  else {
@@ -11977,11 +11992,11 @@ let DataGrid = /*@__PURE__*/ (() => {
11977
11992
  return this.ge.i(this.model, this.model.bx);
11978
11993
  }
11979
11994
  of() {
11980
- let a = this.ge.b(this.model.actualVisibleRegion.top + this.model.c6 + this.model.c7 + this.model.dg, this.model);
11995
+ let a = this.ge.b(this.model.actualVisibleRegion.top + this.model.c7 + this.model.c8 + this.model.dh, this.model);
11981
11996
  return this.ge.i(this.model, a);
11982
11997
  }
11983
11998
  ok() {
11984
- let a = this.ge.b(this.model.actualVisibleRegion.bottom - this.model.df, this.model);
11999
+ let a = this.ge.b(this.model.actualVisibleRegion.bottom - this.model.dg, this.model);
11985
12000
  return this.ge.i(this.model, a);
11986
12001
  }
11987
12002
  y0() {
@@ -12178,8 +12193,8 @@ let DataGrid = /*@__PURE__*/ (() => {
12178
12193
  $ret.d = d;
12179
12194
  return $ret;
12180
12195
  })());
12181
- if (this.model.b9.count > 0) {
12182
- this.vo(e, this.model.b9._inner[f].n, false);
12196
+ if (this.model.ca.count > 0) {
12197
+ this.vo(e, this.model.ca._inner[f].n, false);
12183
12198
  }
12184
12199
  this.iv = false;
12185
12200
  if (this.selectionMode == 2 && a) {
@@ -12195,13 +12210,13 @@ let DataGrid = /*@__PURE__*/ (() => {
12195
12210
  this.ny = c;
12196
12211
  }
12197
12212
  if (this.nx == -1) {
12198
- this.nx = this.model.b9._inner[f].n;
12213
+ this.nx = this.model.ca._inner[f].n;
12199
12214
  }
12200
12215
  let k = new CellRange();
12201
12216
  k.l = Math.min(this.ny, e);
12202
- k.k = Math.min(this.nx, this.model.b9._inner[f].n);
12217
+ k.k = Math.min(this.nx, this.model.ca._inner[f].n);
12203
12218
  k.j = Math.max(this.ny, e);
12204
- k.i = Math.max(this.nx, this.model.b9._inner[f].n);
12219
+ k.i = Math.max(this.nx, this.model.ca._inner[f].n);
12205
12220
  this.z1(k);
12206
12221
  }
12207
12222
  else {
@@ -12247,7 +12262,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12247
12262
  $ret.d = h;
12248
12263
  return $ret;
12249
12264
  })());
12250
- this.vo(g, this.model.b9._inner[e].n, false);
12265
+ this.vo(g, this.model.ca._inner[e].n, false);
12251
12266
  return true;
12252
12267
  }
12253
12268
  oj(a = false) {
@@ -12291,14 +12306,14 @@ let DataGrid = /*@__PURE__*/ (() => {
12291
12306
  }
12292
12307
  if (this.actualColumns._inner[c].kc) {
12293
12308
  let d = c;
12294
- let e = this.model.b9._inner[c].n;
12309
+ let e = this.model.ca._inner[c].n;
12295
12310
  while (e > 0 && this.actualColumns._inner[d].kc) {
12296
12311
  e--;
12297
12312
  d = this.ge.j(e, this.model);
12298
12313
  }
12299
12314
  if (this.actualColumns._inner[d].kc) {
12300
12315
  d = c;
12301
- e = this.model.b9._inner[c].n;
12316
+ e = this.model.ca._inner[c].n;
12302
12317
  while (e < this.actualColumns.count - 1 && this.actualColumns._inner[d].kc) {
12303
12318
  e++;
12304
12319
  d = this.ge.j(e, this.model);
@@ -12324,14 +12339,14 @@ let DataGrid = /*@__PURE__*/ (() => {
12324
12339
  a = Math.min(a, this.actualColumns.count - 1);
12325
12340
  if (this.actualColumns._inner[a].kc) {
12326
12341
  let b = a;
12327
- let c = this.model.b9._inner[b].n;
12342
+ let c = this.model.ca._inner[b].n;
12328
12343
  while (c < this.actualColumns.count - 1 && this.actualColumns._inner[b].kc) {
12329
12344
  c++;
12330
12345
  b = this.ge.j(c, this.model);
12331
12346
  }
12332
12347
  if (this.actualColumns._inner[b].kc) {
12333
12348
  b = a;
12334
- c = this.model.b9._inner[b].n;
12349
+ c = this.model.ca._inner[b].n;
12335
12350
  while (c > 0 && this.actualColumns._inner[b].kc) {
12336
12351
  c--;
12337
12352
  b = this.ge.j(c, this.model);
@@ -12347,16 +12362,16 @@ let DataGrid = /*@__PURE__*/ (() => {
12347
12362
  return a;
12348
12363
  }
12349
12364
  vo(a, b, c, d = false) {
12350
- b = Math.max(0, Math.min(b, this.model.b9.count - 1));
12365
+ b = Math.max(0, Math.min(b, this.model.ca.count - 1));
12351
12366
  if (b <= this.og()) {
12352
12367
  b = this.ge.j(b, this.model);
12353
- if (this.model.b9._inner[b].d == 0) {
12368
+ if (this.model.ca._inner[b].d == 0) {
12354
12369
  this.scrollToColumnByIndex(b);
12355
12370
  }
12356
12371
  }
12357
12372
  else if (b >= this.ol()) {
12358
12373
  b = this.ge.j(b, this.model);
12359
- if (this.model.b9._inner[b].d == 0) {
12374
+ if (this.model.ca._inner[b].d == 0) {
12360
12375
  this.zx(b);
12361
12376
  }
12362
12377
  }
@@ -12409,7 +12424,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12409
12424
  $ret.d = h;
12410
12425
  return $ret;
12411
12426
  })());
12412
- this.vo(g, this.model.b9._inner[e].n, false);
12427
+ this.vo(g, this.model.ca._inner[e].n, false);
12413
12428
  return true;
12414
12429
  }
12415
12430
  k4(a, b) {
@@ -12423,14 +12438,14 @@ let DataGrid = /*@__PURE__*/ (() => {
12423
12438
  return this.k2(false, false);
12424
12439
  }
12425
12440
  let c = this.ae.s();
12426
- let d = this.model.b9._inner[c].n;
12441
+ let d = this.model.ca._inner[c].n;
12427
12442
  let e = this.di.b;
12428
12443
  let f = this.di.d;
12429
12444
  if (f == null) {
12430
12445
  return false;
12431
12446
  }
12432
12447
  let g = this.oo(d, false);
12433
- let h = this.model.b9._inner[g].n;
12448
+ let h = this.model.ca._inner[g].n;
12434
12449
  let i = this.actualColumns._inner[g];
12435
12450
  if (f == i.nx()) {
12436
12451
  return false;
@@ -12442,9 +12457,9 @@ let DataGrid = /*@__PURE__*/ (() => {
12442
12457
  $ret.d = f;
12443
12458
  return $ret;
12444
12459
  })());
12445
- if (this.model.b9.count > 0) {
12460
+ if (this.model.ca.count > 0) {
12446
12461
  if (i.iu == 0) {
12447
- this.vo(e, this.model.b9._inner[g].n, false);
12462
+ this.vo(e, this.model.ca._inner[g].n, false);
12448
12463
  }
12449
12464
  }
12450
12465
  if (this.selectionMode == 5 && a) {
@@ -12494,7 +12509,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12494
12509
  return $ret;
12495
12510
  })());
12496
12511
  }
12497
- this.vo(h, this.model.b9._inner[d].n, true);
12512
+ this.vo(h, this.model.ca._inner[d].n, true);
12498
12513
  return true;
12499
12514
  }
12500
12515
  k6(a, b) {
@@ -12522,7 +12537,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12522
12537
  return $ret;
12523
12538
  })());
12524
12539
  }
12525
- this.vo(h, this.model.b9._inner[d].n, false);
12540
+ this.vo(h, this.model.ca._inner[d].n, false);
12526
12541
  return true;
12527
12542
  }
12528
12543
  k7(a, b) {
@@ -12536,14 +12551,14 @@ let DataGrid = /*@__PURE__*/ (() => {
12536
12551
  return this.ky(false, false);
12537
12552
  }
12538
12553
  let c = this.ae.s();
12539
- let d = this.model.b9._inner[c].n;
12554
+ let d = this.model.ca._inner[c].n;
12540
12555
  let e = this.di.b;
12541
12556
  let f = this.di.d;
12542
12557
  if (f == null) {
12543
12558
  return false;
12544
12559
  }
12545
12560
  let g = this.on(d, false);
12546
- let h = this.model.b9._inner[g].n;
12561
+ let h = this.model.ca._inner[g].n;
12547
12562
  let i = this.actualColumns._inner[g];
12548
12563
  if (f == i.nx()) {
12549
12564
  return false;
@@ -12555,9 +12570,9 @@ let DataGrid = /*@__PURE__*/ (() => {
12555
12570
  $ret.d = f;
12556
12571
  return $ret;
12557
12572
  })());
12558
- if (this.model.b9.count > 0) {
12573
+ if (this.model.ca.count > 0) {
12559
12574
  if (i.iu == 0) {
12560
- this.vo(e, this.model.b9._inner[g].n, false);
12575
+ this.vo(e, this.model.ca._inner[g].n, false);
12561
12576
  }
12562
12577
  }
12563
12578
  if (this.selectionMode == 5 && a) {
@@ -12612,7 +12627,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12612
12627
  $ret.d = e.nx();
12613
12628
  return $ret;
12614
12629
  })());
12615
- this.vo(c, this.model.b9._inner[d].n, false);
12630
+ this.vo(c, this.model.ca._inner[d].n, false);
12616
12631
  }
12617
12632
  k9(a, b) {
12618
12633
  if (this.activationMode == 0 || this.activeCell == null) {
@@ -12625,7 +12640,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12625
12640
  return true;
12626
12641
  }
12627
12642
  let c = this.ae.s();
12628
- let d = this.model.b9._inner[c].n;
12643
+ let d = this.model.ca._inner[c].n;
12629
12644
  let e = this.di.b;
12630
12645
  let f = this.di.d;
12631
12646
  let g = e;
@@ -12665,7 +12680,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12665
12680
  return true;
12666
12681
  }
12667
12682
  }
12668
- d = this.model.b9._inner[o].n;
12683
+ d = this.model.ca._inner[o].n;
12669
12684
  h = p.nx();
12670
12685
  } while (this.cm.j && g >= 0 && (!l || !p.j9));
12671
12686
  if (this.groupSummaryDisplayMode != 1) {
@@ -12700,7 +12715,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12700
12715
  return true;
12701
12716
  }
12702
12717
  }
12703
- d = this.model.b9._inner[s].n;
12718
+ d = this.model.ca._inner[s].n;
12704
12719
  h = t.nx();
12705
12720
  } while (this.cm.j && g < this.fa.getRowCount() && (!l || !t.j9));
12706
12721
  if (this.groupSummaryDisplayMode != 1) {
@@ -12723,7 +12738,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12723
12738
  $ret.d = h;
12724
12739
  return $ret;
12725
12740
  })());
12726
- this.vo(g, this.model.b9._inner[i].n, false);
12741
+ this.vo(g, this.model.ca._inner[i].n, false);
12727
12742
  this.lu();
12728
12743
  }
12729
12744
  }
@@ -12734,7 +12749,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12734
12749
  $ret.d = h;
12735
12750
  return $ret;
12736
12751
  })());
12737
- this.vo(g, this.model.b9._inner[i].n, false);
12752
+ this.vo(g, this.model.ca._inner[i].n, false);
12738
12753
  }
12739
12754
  return true;
12740
12755
  }
@@ -12780,8 +12795,8 @@ let DataGrid = /*@__PURE__*/ (() => {
12780
12795
  $ret.d = d;
12781
12796
  return $ret;
12782
12797
  })());
12783
- if (this.model.b9.count > 0) {
12784
- this.vo(e, this.model.b9._inner[f].n, false);
12798
+ if (this.model.ca.count > 0) {
12799
+ this.vo(e, this.model.ca._inner[f].n, false);
12785
12800
  }
12786
12801
  this.iv = false;
12787
12802
  if (this.selectionMode == 2 && a) {
@@ -12797,13 +12812,13 @@ let DataGrid = /*@__PURE__*/ (() => {
12797
12812
  this.ny = c;
12798
12813
  }
12799
12814
  if (this.nx == -1) {
12800
- this.nx = this.model.b9._inner[f].n;
12815
+ this.nx = this.model.ca._inner[f].n;
12801
12816
  }
12802
12817
  let k = new CellRange();
12803
12818
  k.l = Math.min(this.ny, e);
12804
- k.k = Math.min(this.nx, this.model.b9._inner[f].n);
12819
+ k.k = Math.min(this.nx, this.model.ca._inner[f].n);
12805
12820
  k.j = Math.max(this.ny, e);
12806
- k.i = Math.max(this.nx, this.model.b9._inner[f].n);
12821
+ k.i = Math.max(this.nx, this.model.ca._inner[f].n);
12807
12822
  this.z1(k);
12808
12823
  }
12809
12824
  else {
@@ -12985,7 +13000,7 @@ let DataGrid = /*@__PURE__*/ (() => {
12985
13000
  }
12986
13001
  this.cm.ad(a);
12987
13002
  if (a.y == 0) {
12988
- let d = this.model.b9._inner[a.l.a6].n;
13003
+ let d = this.model.ca._inner[a.l.a6].n;
12989
13004
  this.vo(a.l.x, d, false, a.bq);
12990
13005
  }
12991
13006
  this.nh = a.l.x;
@@ -13468,13 +13483,14 @@ let DataGrid = /*@__PURE__*/ (() => {
13468
13483
  }
13469
13484
  this.c8.z(this, a, b, true);
13470
13485
  this.model.b5 = true;
13486
+ this.model.b6 = true;
13471
13487
  this.zb();
13472
13488
  }
13473
13489
  og() {
13474
- return this.ge.o(this.model.actualVisibleRegion.left + this.model.cz, this, this.model);
13490
+ return this.ge.o(this.model.actualVisibleRegion.left + this.model.c0, this, this.model);
13475
13491
  }
13476
13492
  ol() {
13477
- return this.ge.o(this.model.actualVisibleRegion.right - this.model.c0, this, this.model);
13493
+ return this.ge.o(this.model.actualVisibleRegion.right - this.model.c1, this, this.model);
13478
13494
  }
13479
13495
  wl(a, b) {
13480
13496
  let c = this.ge.i(this.model, a);
@@ -14112,11 +14128,11 @@ let DataGrid = /*@__PURE__*/ (() => {
14112
14128
  for (let o = 0; o < m.count; o++) {
14113
14129
  let p = m._inner[o];
14114
14130
  let q = this.ge.j(p, this.model);
14115
- if (q < 0 || this.model.b9 == null || q >= this.model.b9.count) {
14131
+ if (q < 0 || this.model.ca == null || q >= this.model.ca.count) {
14116
14132
  n.add(new Tuple$2(DataGridColumn.$, Number_$type, null, -1));
14117
14133
  continue;
14118
14134
  }
14119
- let r = this.model.b9._inner[q];
14135
+ let r = this.model.ca._inner[q];
14120
14136
  let s = this.az.f(r.o);
14121
14137
  let t = s != null ? this.actualColumns.indexOf(s) : -1;
14122
14138
  n.add(new Tuple$2(DataGridColumn.$, Number_$type, s, t));
@@ -14193,7 +14209,7 @@ let DataGrid = /*@__PURE__*/ (() => {
14193
14209
  }
14194
14210
  ak.aa((an, ao) => Base.compareSimple(an.c, ao.c));
14195
14211
  let an = new StringBuilder(0);
14196
- let ao = this.model.cg;
14212
+ let ao = this.model.ch;
14197
14213
  for (let ap = 0; ap < ak.count; ap++) {
14198
14214
  if (ap > 0) {
14199
14215
  an.t();
@@ -14739,7 +14755,7 @@ let DataGrid = /*@__PURE__*/ (() => {
14739
14755
  }
14740
14756
  oi(a) {
14741
14757
  let b = a.a6;
14742
- if ((b >= 0 && this.model.b9._inner[b].n == 0) || a.a1) {
14758
+ if ((b >= 0 && this.model.ca._inner[b].n == 0) || a.a1) {
14743
14759
  return this.fa.getRowIndent(a.x);
14744
14760
  }
14745
14761
  return 0;
@@ -15634,7 +15650,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
15634
15650
  break;
15635
15651
  case 4:
15636
15652
  case 9:
15637
- q = (a.mu + a.model.c3) * -1;
15653
+ q = (a.mu + a.model.c4) * -1;
15638
15654
  p.c8 = q;
15639
15655
  p.cy = 0;
15640
15656
  p.cz = 0;
@@ -15642,7 +15658,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
15642
15658
  break;
15643
15659
  case 5:
15644
15660
  case 10:
15645
- q = (a.mu + a.model.c3) * 1;
15661
+ q = (a.mu + a.model.c4) * 1;
15646
15662
  p.c8 = q;
15647
15663
  p.cy = 0;
15648
15664
  p.cz = 0;
@@ -15848,12 +15864,12 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
15848
15864
  switch (h) {
15849
15865
  case 4:
15850
15866
  case 9:
15851
- l.bq = (a.mu + a.model.c3) * -1;
15867
+ l.bq = (a.mu + a.model.c4) * -1;
15852
15868
  m = true;
15853
15869
  break;
15854
15870
  case 5:
15855
15871
  case 10:
15856
- l.bq = (a.mu + a.model.c3) * 1;
15872
+ l.bq = (a.mu + a.model.c4) * 1;
15857
15873
  m = true;
15858
15874
  break;
15859
15875
  }
@@ -16009,7 +16025,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
16009
16025
  break;
16010
16026
  case 4:
16011
16027
  case 9:
16012
- r = (a.mu + a.model.c3) * 1;
16028
+ r = (a.mu + a.model.c4) * 1;
16013
16029
  q.c8 = r;
16014
16030
  q.cy = 0;
16015
16031
  q.cz = 1;
@@ -16017,7 +16033,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
16017
16033
  break;
16018
16034
  case 5:
16019
16035
  case 10:
16020
- r = (a.mu + a.model.c3) * -1;
16036
+ r = (a.mu + a.model.c4) * -1;
16021
16037
  q.c8 = r;
16022
16038
  q.cy = 0;
16023
16039
  q.cz = 1;
@@ -16273,9 +16289,9 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
16273
16289
  let j = new GridEffectGroup(1);
16274
16290
  j.effectsFinished = delegateCombine(j.effectsFinished, (k, l) => {
16275
16291
  let m = a.model.h(c.o);
16276
- let n = a.model.cb(m);
16292
+ let n = a.model.cc(m);
16277
16293
  for (let o = 0; o < n.count; o++) {
16278
- a.model.dk(n._inner[o]);
16294
+ a.model.dl(n._inner[o]);
16279
16295
  }
16280
16296
  h.hy = 5;
16281
16297
  a.za();
@@ -16302,15 +16318,15 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
16302
16318
  }
16303
16319
  let p = null;
16304
16320
  if (d != 6) {
16305
- p = a.model.i(n, c, (c.k + a.model.cv) - c.f(a.model), c.b == null || c.b.c, o);
16321
+ p = a.model.i(n, c, (c.k + a.model.cw) - c.f(a.model), c.b == null || c.b.c, o);
16306
16322
  }
16307
- let q = a.model.cb(c);
16323
+ let q = a.model.cc(c);
16308
16324
  for (let r = 0; r < q.count; r++) {
16309
16325
  q._inner[r].e = true;
16310
16326
  }
16311
16327
  let s = c.m;
16312
16328
  let t = null;
16313
- let u = a.model.cf;
16329
+ let u = a.model.cg;
16314
16330
  if (u._inner[s].count > 0) {
16315
16331
  for (let v = 0; v < u._inner[s].count; v++) {
16316
16332
  if (u._inner[s]._inner[v].n == c.o) {
@@ -16346,7 +16362,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
16346
16362
  let af = c.m;
16347
16363
  let ag = a.ge.k(c.m, a, a.model);
16348
16364
  let ah = this.n(a, c, c.m);
16349
- ag = this.q(a, c, ag, a.model.cb(c), ah);
16365
+ ag = this.q(a, c, ag, a.model.cc(c), ah);
16350
16366
  j.g(ab);
16351
16367
  ab.x = (ai, aj, ak, al, am) => {
16352
16368
  let an = ak;
@@ -16371,7 +16387,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
16371
16387
  ap.h = av + (an - av) * ai;
16372
16388
  }
16373
16389
  if (!ad) {
16374
- let aw = a.model.ca(ap);
16390
+ let aw = a.model.cb(ap);
16375
16391
  for (let ax = 0; ax < aw.count; ax++) {
16376
16392
  let ay = aw._inner[ax];
16377
16393
  ay.cz += (ae - ap.h);
@@ -16379,7 +16395,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
16379
16395
  }
16380
16396
  ae = ap.h;
16381
16397
  af = ap.m;
16382
- let az = a.model.cb(ap);
16398
+ let az = a.model.cc(ap);
16383
16399
  ah = this.n(a, ap, ap.m);
16384
16400
  ag = this.q(a, ap, ag, az, ah);
16385
16401
  }
@@ -16418,18 +16434,18 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
16418
16434
  a.dz.t(c, ai);
16419
16435
  }
16420
16436
  static at(a, b, c, d, e) {
16421
- if (a.cm > a.cj) {
16437
+ if (a.cn > a.ck) {
16422
16438
  if (b.d == 1) {
16423
- e += truncate(a.cj);
16424
- d += truncate(a.cm);
16439
+ e += truncate(a.ck);
16440
+ d += truncate(a.cn);
16425
16441
  }
16426
16442
  else if (b.d == 0 && c.it == 1) {
16427
- e += truncate(a.cm);
16428
- d += truncate(a.cj);
16443
+ e += truncate(a.cn);
16444
+ d += truncate(a.ck);
16429
16445
  }
16430
16446
  }
16431
- if (a.cp < a.absoluteWidth - a.ck) {
16432
- let f = a.absoluteWidth - a.ck - a.cp;
16447
+ if (a.cq < a.absoluteWidth - a.cl) {
16448
+ let f = a.absoluteWidth - a.cl - a.cq;
16433
16449
  if (b.d == 2) {
16434
16450
  d -= truncate(f);
16435
16451
  }
@@ -16556,11 +16572,11 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
16556
16572
  break;
16557
16573
  case 4:
16558
16574
  case 9:
16559
- l = (a.mu + a.model.c3) * -1;
16575
+ l = (a.mu + a.model.c4) * -1;
16560
16576
  break;
16561
16577
  case 5:
16562
16578
  case 10:
16563
- l = (a.mu + a.model.c3) * 1;
16579
+ l = (a.mu + a.model.c4) * 1;
16564
16580
  break;
16565
16581
  }
16566
16582
  a.model.b2 = true;
@@ -16688,373 +16704,386 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
16688
16704
  }
16689
16705
  r(a, b, c, d, e, f, g) {
16690
16706
  if (!a.model.b4()) {
16691
- if (a.filterUIType != 1 && g != 11) {
16707
+ let h = false;
16708
+ if (a.filterUIType == 1 && g == 11) {
16709
+ h = true;
16710
+ }
16711
+ if (a.az != null && a.actualColumns.count > 0 && (g == 0 || g == 7)) {
16712
+ h = true;
16713
+ }
16714
+ if (!h) {
16692
16715
  return;
16693
16716
  }
16694
16717
  }
16695
- let h = this.p();
16696
- this.x(h);
16697
- let i = this.g.u;
16718
+ let i = this.p();
16719
+ this.x(i);
16720
+ let j = this.g.u;
16698
16721
  if (a.columnAnimationSettings != null && a.columnAnimationSettings.u != null) {
16699
- i = a.columnAnimationSettings.u;
16722
+ j = a.columnAnimationSettings.u;
16700
16723
  }
16701
- let j = a.columnPropertyUpdatingAnimationMode;
16702
- let k = new ColumnCellsEffect();
16703
- k.bx(i);
16704
- k.t = 8;
16705
- k.as = true;
16724
+ let k = a.columnPropertyUpdatingAnimationMode;
16725
+ let l = new ColumnCellsEffect();
16726
+ l.bx(j);
16727
+ l.t = 8;
16728
+ l.as = true;
16706
16729
  if (g == 0) {
16707
- k.v = 5;
16730
+ l.v = 5;
16708
16731
  }
16709
16732
  if (g == 7) {
16710
- k.v = 6;
16733
+ l.v = 6;
16711
16734
  }
16712
16735
  if (g == 8) {
16713
- k.v = 7;
16736
+ l.v = 7;
16714
16737
  }
16715
- k.bs = c;
16716
- k.al = true;
16717
- k.bq = f;
16718
- k.onFinished = delegateCombine(k.onFinished, (l) => this.w(h));
16719
- k.onCanceled = delegateCombine(k.onCanceled, (l, m) => this.v(h));
16720
- if (j == 0) {
16721
- j = 2;
16738
+ l.bs = c;
16739
+ l.al = true;
16740
+ l.bq = f;
16741
+ l.onFinished = delegateCombine(l.onFinished, (m) => this.w(i));
16742
+ l.onCanceled = delegateCombine(l.onCanceled, (m, n) => this.v(i));
16743
+ if (k == 0) {
16744
+ k = 2;
16722
16745
  }
16723
16746
  if (d == 11) {
16724
- k.x = (l, m, n, o, p) => {
16725
- let q = o;
16726
- if (q.w != g) {
16747
+ l.x = (m, n, o, p, q) => {
16748
+ let r = p;
16749
+ if (r.w != g) {
16727
16750
  return;
16728
16751
  }
16729
- q.mw(c, n);
16752
+ r.mw(c, o);
16730
16753
  };
16731
16754
  }
16732
- if (d == 5 || d == 4 || d == 9 || d == 8 || (j != 3 && (d == 7 || d == 1 || d == 3))) {
16733
- k.x = (l, m, n, o, p) => {
16734
- let q = o;
16735
- if (q.w != g) {
16755
+ if (d == 5 || d == 4 || d == 9 || d == 8 || (k != 3 && (d == 7 || d == 1 || d == 3))) {
16756
+ l.x = (m, n, o, p, q) => {
16757
+ let r = p;
16758
+ if (r.w != g) {
16736
16759
  return;
16737
16760
  }
16738
- if (l > 0.5) {
16739
- q.mw(c, n);
16761
+ if (m > 0.5) {
16762
+ r.mw(c, o);
16740
16763
  }
16741
16764
  else {
16742
- q.mw(c, m);
16765
+ r.mw(c, n);
16743
16766
  }
16744
16767
  };
16745
16768
  }
16746
- if (j == 3 && d == 1) {
16747
- k.x = (l, m, n, o, p) => {
16748
- let q = o;
16749
- if (q.w != g) {
16769
+ if (k == 3 && d == 1) {
16770
+ l.x = (m, n, o, p, q) => {
16771
+ let r = p;
16772
+ if (r.w != g) {
16750
16773
  return;
16751
16774
  }
16752
- if (m == null) {
16753
- m = 0;
16775
+ if (n == null) {
16776
+ n = 0;
16754
16777
  }
16755
- let r = m;
16756
16778
  let s = n;
16757
- let t = r + (s - r) * l;
16758
- q.mw(c, t);
16779
+ let t = o;
16780
+ let u = s + (t - s) * m;
16781
+ r.mw(c, u);
16759
16782
  };
16760
16783
  }
16761
16784
  if (d == 0) {
16762
- k.x = (l, m, n, o, p) => {
16763
- let q = o;
16764
- if (q.w != g) {
16785
+ l.x = (m, n, o, p, q) => {
16786
+ let r = p;
16787
+ if (r.w != g) {
16765
16788
  return;
16766
16789
  }
16767
- if (m == null) {
16768
- m = 0;
16790
+ if (n == null) {
16791
+ n = 0;
16769
16792
  }
16770
- let r = m;
16771
16793
  let s = n;
16772
- let t = r + (s - r) * l;
16773
- q.mw(c, t);
16794
+ let t = o;
16795
+ let u = s + (t - s) * m;
16796
+ r.mw(c, u);
16774
16797
  };
16775
16798
  }
16776
16799
  if (d == 2) {
16777
- k.x = (l, m, n, o, p) => {
16778
- let q = o;
16779
- if (q.w != g) {
16800
+ l.x = (m, n, o, p, q) => {
16801
+ let r = p;
16802
+ if (r.w != g) {
16780
16803
  return;
16781
16804
  }
16782
- if (m == null) {
16783
- m = BrushUtil.l(0, 0, 0, 0);
16805
+ if (n == null) {
16806
+ n = BrushUtil.l(0, 0, 0, 0);
16784
16807
  }
16785
- let r = m;
16786
16808
  let s = n;
16787
- let t = BrushUtil.p(r, l, s, 0);
16788
- q.mw(c, t);
16809
+ let t = o;
16810
+ let u = BrushUtil.p(s, m, t, 0);
16811
+ r.mw(c, u);
16789
16812
  };
16790
16813
  }
16791
16814
  if (d == 3) {
16792
- k.x = (l, m, n, o, p) => {
16793
- let q = o;
16794
- if (q.w != g) {
16815
+ l.x = (m, n, o, p, q) => {
16816
+ let r = p;
16817
+ if (r.w != g) {
16795
16818
  return;
16796
16819
  }
16797
- let r = m;
16798
16820
  let s = n;
16799
- if (r != null) {
16800
- r.w(a.externalGrid.renderer);
16801
- }
16821
+ let t = o;
16802
16822
  if (s != null) {
16803
16823
  s.w(a.externalGrid.renderer);
16804
16824
  }
16805
- let t = new FontInfo();
16806
- FontUtil.interpolateFont(t, l, r, s);
16807
- q.mw(c, t);
16825
+ if (t != null) {
16826
+ t.w(a.externalGrid.renderer);
16827
+ }
16828
+ let u = new FontInfo();
16829
+ FontUtil.interpolateFont(u, m, s, t);
16830
+ r.mw(c, u);
16808
16831
  };
16809
16832
  }
16810
16833
  if (d == 6) {
16811
- k.x = (l, m, n, o, p) => {
16812
- let q = o;
16813
- if (q.w != g) {
16834
+ l.x = (m, n, o, p, q) => {
16835
+ let r = p;
16836
+ if (r.w != g) {
16814
16837
  return;
16815
16838
  }
16816
- if (m == null) {
16817
- m = 0;
16839
+ if (n == null) {
16840
+ n = 0;
16818
16841
  }
16819
- let r = typeGetValue(m);
16820
16842
  let s = typeGetValue(n);
16821
- let t = truncate((Math.round(r + (s - r) * l)));
16822
- q.mw(c, t);
16843
+ let t = typeGetValue(o);
16844
+ let u = truncate((Math.round(s + (t - s) * m)));
16845
+ r.mw(c, u);
16823
16846
  };
16824
16847
  }
16825
- k.o = (l, m) => {
16826
- let n = l;
16827
- return n.ik(c);
16848
+ l.o = (m, n) => {
16849
+ let o = m;
16850
+ return o.ik(c);
16828
16851
  };
16829
16852
  if (a.model.b4()) {
16830
16853
  if (g == 4) {
16831
- k.g = new CellPath(0, 0, -300, a.model.bx.y, a.model.bx.x);
16832
- k.e = new CellPath(0, 0, -300, a.model.bw.y, a.model.bw.x);
16854
+ l.g = new CellPath(0, 0, -300, a.model.bx.y, a.model.bx.x);
16855
+ l.e = new CellPath(0, 0, -300, a.model.bw.y, a.model.bw.x);
16833
16856
  }
16834
16857
  else if (g == 2 || g == 8 || g == 6) {
16835
- k.g = new CellPath(0, 0, -400, a.model.bx.y, a.model.bx.x);
16836
- k.e = new CellPath(0, 0, -400, a.model.bw.y, a.model.bw.x);
16858
+ l.g = new CellPath(0, 0, -400, a.model.bx.y, a.model.bx.x);
16859
+ l.e = new CellPath(0, 0, -400, a.model.bw.y, a.model.bw.x);
16837
16860
  }
16838
16861
  else {
16839
- k.g = new CellPath(0, 0, b.m, a.model.bx.y, a.model.bx.x);
16840
- k.e = new CellPath(0, 0, b.m, a.model.bw.y, a.model.bw.x);
16862
+ l.g = new CellPath(0, 0, b.m, a.model.bx.y, a.model.bx.x);
16863
+ l.e = new CellPath(0, 0, b.m, a.model.bw.y, a.model.bw.x);
16841
16864
  }
16842
16865
  }
16843
16866
  if (!a.j4 || d == 11) {
16844
- k.ba = 0;
16867
+ l.ba = 0;
16845
16868
  }
16846
16869
  if (g == 4) {
16847
- a.dz.x(k);
16870
+ a.dz.x(l);
16848
16871
  }
16849
16872
  else if (g == 2 || g == 8 || g == 6) {
16850
- a.dz.y(k);
16873
+ a.dz.y(l);
16851
16874
  }
16852
16875
  else {
16853
- a.dz.t(b, k);
16876
+ a.dz.t(b, l);
16854
16877
  }
16855
16878
  }
16856
16879
  s(a, b, c, d, e, f, g, h, i, j) {
16857
16880
  if (!a.model.b4()) {
16858
- return;
16881
+ let k = false;
16882
+ if (a.az != null && a.actualColumns.count > 0 && (g || j)) {
16883
+ k = true;
16884
+ }
16885
+ if (!k) {
16886
+ return;
16887
+ }
16859
16888
  }
16860
- let k = this.p();
16861
- this.x(k);
16862
- let l = this.g.u;
16889
+ let l = this.p();
16890
+ this.x(l);
16891
+ let m = this.g.u;
16863
16892
  if (a.columnAnimationSettings != null && a.columnAnimationSettings.u != null) {
16864
- l = a.columnAnimationSettings.u;
16893
+ m = a.columnAnimationSettings.u;
16865
16894
  }
16866
- let m = a.columnPropertyUpdatingAnimationMode;
16867
- let n = new ColumnCellsEffect();
16868
- n.bx(l);
16869
- n.t = 8;
16870
- n.as = true;
16895
+ let n = a.columnPropertyUpdatingAnimationMode;
16896
+ let o = new ColumnCellsEffect();
16897
+ o.bx(m);
16898
+ o.t = 8;
16899
+ o.as = true;
16871
16900
  if (g) {
16872
- n.v = 5;
16901
+ o.v = 5;
16873
16902
  }
16874
16903
  if (j) {
16875
- n.v = 6;
16904
+ o.v = 6;
16876
16905
  }
16877
- n.bs = c;
16878
- n.al = true;
16879
- n.bq = f;
16880
- n.onFinished = delegateCombine(n.onFinished, (o) => this.w(k));
16881
- n.onCanceled = delegateCombine(n.onCanceled, (o, p) => this.v(k));
16882
- if (m == 0) {
16883
- m = 2;
16906
+ o.bs = c;
16907
+ o.al = true;
16908
+ o.bq = f;
16909
+ o.onFinished = delegateCombine(o.onFinished, (p) => this.w(l));
16910
+ o.onCanceled = delegateCombine(o.onCanceled, (p, q) => this.v(l));
16911
+ if (n == 0) {
16912
+ n = 2;
16884
16913
  }
16885
16914
  if (d == 11) {
16886
- n.x = (o, p, q, r, s) => {
16887
- let t = r;
16888
- if (g != t.l.g) {
16915
+ o.x = (p, q, r, s, t) => {
16916
+ let u = s;
16917
+ if (g != u.l.g) {
16889
16918
  return;
16890
16919
  }
16891
- if ((h && !t.l.az) || (!h && t.l.az)) {
16920
+ if ((h && !u.l.az) || (!h && u.l.az)) {
16892
16921
  return;
16893
16922
  }
16894
- if ((j && !t.l.h) || (!j && t.l.h)) {
16923
+ if ((j && !u.l.h) || (!j && u.l.h)) {
16895
16924
  return;
16896
16925
  }
16897
- t.mw(c, q);
16926
+ u.mw(c, r);
16898
16927
  };
16899
16928
  }
16900
- if (d == 5 || d == 4 || d == 9 || d == 8 || (m != 3 && (d == 7 || d == 1 || d == 3))) {
16901
- n.x = (o, p, q, r, s) => {
16902
- let t = r;
16903
- if (g != t.l.g) {
16929
+ if (d == 5 || d == 4 || d == 9 || d == 8 || (n != 3 && (d == 7 || d == 1 || d == 3))) {
16930
+ o.x = (p, q, r, s, t) => {
16931
+ let u = s;
16932
+ if (g != u.l.g) {
16904
16933
  return;
16905
16934
  }
16906
- if ((h && !t.l.az) || (!h && t.l.az)) {
16935
+ if ((h && !u.l.az) || (!h && u.l.az)) {
16907
16936
  return;
16908
16937
  }
16909
- if ((j && !t.l.h) || (!j && t.l.h)) {
16938
+ if ((j && !u.l.h) || (!j && u.l.h)) {
16910
16939
  return;
16911
16940
  }
16912
- if (o > 0.5) {
16913
- t.mw(c, q);
16941
+ if (p > 0.5) {
16942
+ u.mw(c, r);
16914
16943
  }
16915
16944
  else {
16916
- t.mw(c, p);
16945
+ u.mw(c, q);
16917
16946
  }
16918
16947
  };
16919
16948
  }
16920
- if (m == 3 && d == 1) {
16921
- n.x = (o, p, q, r, s) => {
16922
- let t = r;
16923
- if (g != t.l.g) {
16949
+ if (n == 3 && d == 1) {
16950
+ o.x = (p, q, r, s, t) => {
16951
+ let u = s;
16952
+ if (g != u.l.g) {
16924
16953
  return;
16925
16954
  }
16926
- if ((h && !t.l.az) || (!h && t.l.az)) {
16955
+ if ((h && !u.l.az) || (!h && u.l.az)) {
16927
16956
  return;
16928
16957
  }
16929
- if ((j && !t.l.h) || (!j && t.l.h)) {
16958
+ if ((j && !u.l.h) || (!j && u.l.h)) {
16930
16959
  return;
16931
16960
  }
16932
- if (p == null) {
16933
- p = 0;
16961
+ if (q == null) {
16962
+ q = 0;
16934
16963
  }
16935
- let u = p;
16936
16964
  let v = q;
16937
- let w = u + (v - u) * o;
16938
- t.mw(c, w);
16965
+ let w = r;
16966
+ let x = v + (w - v) * p;
16967
+ u.mw(c, x);
16939
16968
  };
16940
16969
  }
16941
16970
  if (d == 0) {
16942
- n.x = (o, p, q, r, s) => {
16943
- let t = r;
16944
- if (g != t.l.g) {
16971
+ o.x = (p, q, r, s, t) => {
16972
+ let u = s;
16973
+ if (g != u.l.g) {
16945
16974
  return;
16946
16975
  }
16947
- if ((h && !t.l.az) || (!h && t.l.az)) {
16976
+ if ((h && !u.l.az) || (!h && u.l.az)) {
16948
16977
  return;
16949
16978
  }
16950
- if ((j && !t.l.h) || (!j && t.l.h)) {
16979
+ if ((j && !u.l.h) || (!j && u.l.h)) {
16951
16980
  return;
16952
16981
  }
16953
- if (p == null) {
16954
- p = 0;
16982
+ if (q == null) {
16983
+ q = 0;
16955
16984
  }
16956
- let u = p;
16957
16985
  let v = q;
16958
- let w = u + (v - u) * o;
16959
- t.mw(c, w);
16986
+ let w = r;
16987
+ let x = v + (w - v) * p;
16988
+ u.mw(c, x);
16960
16989
  };
16961
16990
  }
16962
16991
  if (d == 2) {
16963
- n.x = (o, p, q, r, s) => {
16964
- let t = r;
16965
- if (g != t.l.g) {
16992
+ o.x = (p, q, r, s, t) => {
16993
+ let u = s;
16994
+ if (g != u.l.g) {
16966
16995
  return;
16967
16996
  }
16968
- if ((h && !t.l.az) || (!h && t.l.az)) {
16997
+ if ((h && !u.l.az) || (!h && u.l.az)) {
16969
16998
  return;
16970
16999
  }
16971
- if ((j && !t.l.h) || (!j && t.l.h)) {
17000
+ if ((j && !u.l.h) || (!j && u.l.h)) {
16972
17001
  return;
16973
17002
  }
16974
- if (p == null) {
16975
- p = BrushUtil.l(0, 0, 0, 0);
17003
+ if (q == null) {
17004
+ q = BrushUtil.l(0, 0, 0, 0);
16976
17005
  }
16977
- let u = p;
16978
17006
  let v = q;
16979
- let w = BrushUtil.p(u, o, v, 0);
16980
- t.mw(c, w);
17007
+ let w = r;
17008
+ let x = BrushUtil.p(v, p, w, 0);
17009
+ u.mw(c, x);
16981
17010
  };
16982
17011
  }
16983
17012
  if (d == 3) {
16984
- n.x = (o, p, q, r, s) => {
16985
- let t = r;
16986
- if (g != t.l.g) {
17013
+ o.x = (p, q, r, s, t) => {
17014
+ let u = s;
17015
+ if (g != u.l.g) {
16987
17016
  return;
16988
17017
  }
16989
- if ((h && !t.l.az) || (!h && t.l.az)) {
17018
+ if ((h && !u.l.az) || (!h && u.l.az)) {
16990
17019
  return;
16991
17020
  }
16992
- if ((j && !t.l.h) || (!j && t.l.h)) {
17021
+ if ((j && !u.l.h) || (!j && u.l.h)) {
16993
17022
  return;
16994
17023
  }
16995
- let u = p;
16996
17024
  let v = q;
16997
- if (u != null) {
16998
- u.w(a.externalGrid.renderer);
16999
- }
17025
+ let w = r;
17000
17026
  if (v != null) {
17001
17027
  v.w(a.externalGrid.renderer);
17002
17028
  }
17003
- let w = new FontInfo();
17004
- FontUtil.interpolateFont(w, o, u, v);
17005
- t.mw(c, w);
17029
+ if (w != null) {
17030
+ w.w(a.externalGrid.renderer);
17031
+ }
17032
+ let x = new FontInfo();
17033
+ FontUtil.interpolateFont(x, p, v, w);
17034
+ u.mw(c, x);
17006
17035
  };
17007
17036
  }
17008
17037
  if (d == 6) {
17009
- n.x = (o, p, q, r, s) => {
17010
- let t = r;
17011
- if (g != t.l.g) {
17038
+ o.x = (p, q, r, s, t) => {
17039
+ let u = s;
17040
+ if (g != u.l.g) {
17012
17041
  return;
17013
17042
  }
17014
- if ((h && !t.l.az) || (!h && t.l.az)) {
17043
+ if ((h && !u.l.az) || (!h && u.l.az)) {
17015
17044
  return;
17016
17045
  }
17017
- if ((j && !t.l.h) || (!j && t.l.h)) {
17046
+ if ((j && !u.l.h) || (!j && u.l.h)) {
17018
17047
  return;
17019
17048
  }
17020
- if (p == null) {
17021
- p = 0;
17049
+ if (q == null) {
17050
+ q = 0;
17022
17051
  }
17023
- let u = typeGetValue(p);
17024
17052
  let v = typeGetValue(q);
17025
- let w = truncate((Math.round(u + (v - u) * o)));
17026
- t.mw(c, w);
17053
+ let w = typeGetValue(r);
17054
+ let x = truncate((Math.round(v + (w - v) * p)));
17055
+ u.mw(c, x);
17027
17056
  };
17028
17057
  }
17029
- n.o = (o, p) => {
17030
- let q = o;
17031
- return q.ik(c);
17058
+ o.o = (p, q) => {
17059
+ let r = p;
17060
+ return r.ik(c);
17032
17061
  };
17033
17062
  if (a.model.b4()) {
17034
17063
  if (h) {
17035
- n.g = new CellPath(0, 0, -300, a.model.bx.y, a.model.bx.x);
17036
- n.e = new CellPath(0, 0, -300, a.model.bw.y, a.model.bw.x);
17064
+ o.g = new CellPath(0, 0, -300, a.model.bx.y, a.model.bx.x);
17065
+ o.e = new CellPath(0, 0, -300, a.model.bw.y, a.model.bw.x);
17037
17066
  }
17038
17067
  else if (i) {
17039
- n.g = new CellPath(0, 0, -400, a.model.bx.y, a.model.bx.x);
17040
- n.e = new CellPath(0, 0, -400, a.model.bw.y, a.model.bw.x);
17068
+ o.g = new CellPath(0, 0, -400, a.model.bx.y, a.model.bx.x);
17069
+ o.e = new CellPath(0, 0, -400, a.model.bw.y, a.model.bw.x);
17041
17070
  }
17042
17071
  else {
17043
- n.g = new CellPath(0, 0, b.m, a.model.bx.y, a.model.bx.x);
17044
- n.e = new CellPath(0, 0, b.m, a.model.bw.y, a.model.bw.x);
17072
+ o.g = new CellPath(0, 0, b.m, a.model.bx.y, a.model.bx.x);
17073
+ o.e = new CellPath(0, 0, b.m, a.model.bw.y, a.model.bw.x);
17045
17074
  }
17046
17075
  }
17047
17076
  if (!a.j4 || d == 11) {
17048
- n.ba = 0;
17077
+ o.ba = 0;
17049
17078
  }
17050
17079
  if (h) {
17051
- a.dz.x(n);
17080
+ a.dz.x(o);
17052
17081
  }
17053
17082
  else if (i) {
17054
- a.dz.y(n);
17083
+ a.dz.y(o);
17055
17084
  }
17056
17085
  else {
17057
- a.dz.t(b, n);
17086
+ a.dz.t(b, o);
17058
17087
  }
17059
17088
  }
17060
17089
  am(a, b, c) {
@@ -17093,8 +17122,8 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
17093
17122
  };
17094
17123
  let j = a.fx(h);
17095
17124
  if (a.model.b4()) {
17096
- i.g = new CellPath(0, 0, a.model.c8, j.y, j.x);
17097
- i.e = new CellPath(0, 0, a.model.db, j.y, j.x);
17125
+ i.g = new CellPath(0, 0, a.model.c9, j.y, j.x);
17126
+ i.e = new CellPath(0, 0, a.model.dc, j.y, j.x);
17098
17127
  }
17099
17128
  if (!a.kq) {
17100
17129
  i.ba = 0;
@@ -17164,8 +17193,8 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
17164
17193
  let i = new GridEffectGroup(1);
17165
17194
  i.effectsFinished = delegateCombine(i.effectsFinished, (j, k) => this.w(e));
17166
17195
  i.effectsCanceled = delegateCombine(i.effectsCanceled, (j, k) => this.v(e));
17167
- for (let j = 0; j < h.b9.count; j++) {
17168
- let k = h.b9._inner[j];
17196
+ for (let j = 0; j < h.ca.count; j++) {
17197
+ let k = h.ca._inner[j];
17169
17198
  let l = a.az.f(k.o);
17170
17199
  if (l == null) {
17171
17200
  continue;
@@ -17237,10 +17266,10 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
17237
17266
  }
17238
17267
  let h = a.cellDataLoadedAnimationMode;
17239
17268
  let i = a.model;
17240
- if (d < 0 || d >= i.b9.count) {
17269
+ if (d < 0 || d >= i.ca.count) {
17241
17270
  return;
17242
17271
  }
17243
- let j = i.b9._inner[d];
17272
+ let j = i.ca._inner[d];
17244
17273
  let k = a.az.f(j.o);
17245
17274
  if (k == null) {
17246
17275
  return;
@@ -17339,10 +17368,10 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
17339
17368
  };
17340
17369
  let h = a.fx(b);
17341
17370
  if (a.model.b4()) {
17342
- g.g = new CellPath(0, 0, a.model.c8, h.y, h.x);
17343
- g.g.d = a.model.b9._inner[a.model.c8].d;
17344
- g.e = new CellPath(0, 0, a.model.db, h.y, h.x);
17345
- g.e.d = a.model.b9._inner[a.model.db].d;
17371
+ g.g = new CellPath(0, 0, a.model.c9, h.y, h.x);
17372
+ g.g.d = a.model.ca._inner[a.model.c9].d;
17373
+ g.e = new CellPath(0, 0, a.model.dc, h.y, h.x);
17374
+ g.e.d = a.model.ca._inner[a.model.dc].d;
17346
17375
  }
17347
17376
  if (!a.kq || a.dragger.isDragActive) {
17348
17377
  g.ba = 0;
@@ -17385,10 +17414,10 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
17385
17414
  };
17386
17415
  let h = a.fx(b);
17387
17416
  if (a.model.b4()) {
17388
- g.g = new CellPath(0, 0, a.model.c8, h.y, h.x);
17389
- g.g.d = a.model.b9._inner[a.model.c8].d;
17390
- g.e = new CellPath(0, 0, a.model.db, h.y, h.x);
17391
- g.e.d = a.model.b9._inner[a.model.db].d;
17417
+ g.g = new CellPath(0, 0, a.model.c9, h.y, h.x);
17418
+ g.g.d = a.model.ca._inner[a.model.c9].d;
17419
+ g.e = new CellPath(0, 0, a.model.dc, h.y, h.x);
17420
+ g.e.d = a.model.ca._inner[a.model.dc].d;
17392
17421
  }
17393
17422
  if (!a.kq || a.dragger.isDragActive) {
17394
17423
  g.ba = 0;
@@ -17427,8 +17456,8 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
17427
17456
  };
17428
17457
  let i = new CellPath(1, c, 0, b);
17429
17458
  if (a.model.b4()) {
17430
- h.g = new CellPath(0, 0, a.model.c8, i.y, i.x);
17431
- h.e = new CellPath(0, 0, a.model.db, i.y, i.x);
17459
+ h.g = new CellPath(0, 0, a.model.c9, i.y, i.x);
17460
+ h.e = new CellPath(0, 0, a.model.dc, i.y, i.x);
17432
17461
  }
17433
17462
  if (!a.ju || a.dragger.isDragActive) {
17434
17463
  h.ba = 0;
@@ -17504,8 +17533,8 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
17504
17533
  };
17505
17534
  let i = new CellPath(1, c, 0, b);
17506
17535
  if (a.model.b4()) {
17507
- h.g = new CellPath(0, 0, a.model.c8, i.y, i.x);
17508
- h.e = new CellPath(0, 0, a.model.db, i.y, i.x);
17536
+ h.g = new CellPath(0, 0, a.model.c9, i.y, i.x);
17537
+ h.e = new CellPath(0, 0, a.model.dc, i.y, i.x);
17509
17538
  }
17510
17539
  if (!a.ju || a.dragger.isDragActive) {
17511
17540
  h.ba = 0;
@@ -17581,8 +17610,8 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
17581
17610
  };
17582
17611
  let h = new CellPath(1, c, 0, b);
17583
17612
  if (a.model.b4()) {
17584
- g.g = new CellPath(0, 0, a.model.c8, h.y, h.x);
17585
- g.e = new CellPath(0, 0, a.model.db, h.y, h.x);
17613
+ g.g = new CellPath(0, 0, a.model.c9, h.y, h.x);
17614
+ g.e = new CellPath(0, 0, a.model.dc, h.y, h.x);
17586
17615
  }
17587
17616
  if (!a.ju || a.dragger.isDragActive) {
17588
17617
  g.ba = 0;
@@ -17621,8 +17650,8 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
17621
17650
  };
17622
17651
  let h = new CellPath(1, c, 0, b);
17623
17652
  if (a.model.b4()) {
17624
- g.g = new CellPath(0, 0, a.model.c8, h.y, h.x);
17625
- g.e = new CellPath(0, 0, a.model.db, h.y, h.x);
17653
+ g.g = new CellPath(0, 0, a.model.c9, h.y, h.x);
17654
+ g.e = new CellPath(0, 0, a.model.dc, h.y, h.x);
17626
17655
  }
17627
17656
  if (!a.ju || a.dragger.isDragActive) {
17628
17657
  g.ba = 0;
@@ -17660,10 +17689,10 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
17660
17689
  };
17661
17690
  let f = a.fx(b);
17662
17691
  if (a.model.b4()) {
17663
- e.g = new CellPath(0, 0, a.model.c8, f.y, f.x);
17664
- e.g.d = a.model.b9._inner[a.model.c8].d;
17665
- e.e = new CellPath(0, 0, a.model.db, f.y, f.x);
17666
- e.e.d = a.model.b9._inner[a.model.db].d;
17692
+ e.g = new CellPath(0, 0, a.model.c9, f.y, f.x);
17693
+ e.g.d = a.model.ca._inner[a.model.c9].d;
17694
+ e.e = new CellPath(0, 0, a.model.dc, f.y, f.x);
17695
+ e.e.d = a.model.ca._inner[a.model.dc].d;
17667
17696
  }
17668
17697
  if (!a.ko) {
17669
17698
  e.ba = 0;
@@ -17701,10 +17730,10 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
17701
17730
  };
17702
17731
  let f = a.fx(b);
17703
17732
  if (a.model.b4()) {
17704
- e.g = new CellPath(0, 0, a.model.c8, f.y, f.x);
17705
- e.g.d = a.model.b9._inner[a.model.c8].d;
17706
- e.e = new CellPath(0, 0, a.model.db, f.y, f.x);
17707
- e.e.d = a.model.b9._inner[a.model.db].d;
17733
+ e.g = new CellPath(0, 0, a.model.c9, f.y, f.x);
17734
+ e.g.d = a.model.ca._inner[a.model.c9].d;
17735
+ e.e = new CellPath(0, 0, a.model.dc, f.y, f.x);
17736
+ e.e.d = a.model.ca._inner[a.model.dc].d;
17708
17737
  }
17709
17738
  if (!a.ko) {
17710
17739
  e.ba = 0;
@@ -21130,7 +21159,7 @@ let DataGridColumn = /*@__PURE__*/ (() => {
21130
21159
  let b = this.i4;
21131
21160
  this.i4 = a;
21132
21161
  if (b != this.i4) {
21133
- this.ew("ColumnOptionsTextStyle", 10, b, this.i4);
21162
+ this.ew("ActualColumnOptionsTextStyle", 10, b, this.i4);
21134
21163
  }
21135
21164
  }
21136
21165
  get je() {
@@ -21150,7 +21179,7 @@ let DataGridColumn = /*@__PURE__*/ (() => {
21150
21179
  let b = this.qt;
21151
21180
  this.qt = a;
21152
21181
  if (b != this.qt) {
21153
- this.ew("ColumnOptionsHoverBackgroundColor", 2, b, this.qt);
21182
+ this.ew("ActualColumnOptionsHoverBackgroundColor", 2, b, this.qt);
21154
21183
  }
21155
21184
  }
21156
21185
  get sh() {
@@ -21170,7 +21199,7 @@ let DataGridColumn = /*@__PURE__*/ (() => {
21170
21199
  let b = this.q0;
21171
21200
  this.q0 = a;
21172
21201
  if (b != this.q0) {
21173
- this.ew("ColumnOptionsToolTipBackgroundColor", 2, b, this.q0);
21202
+ this.ew(DataGridColumn.ml, 2, b, this.q0);
21174
21203
  }
21175
21204
  }
21176
21205
  get so() {
@@ -21190,7 +21219,7 @@ let DataGridColumn = /*@__PURE__*/ (() => {
21190
21219
  let b = this.q1;
21191
21220
  this.q1 = a;
21192
21221
  if (b != this.q1) {
21193
- this.ew("ColumnOptionsToolTipTextColor", 2, b, this.q1);
21222
+ this.ew("ActualColumnOptionsToolTipTextColor", 2, b, this.q1);
21194
21223
  }
21195
21224
  }
21196
21225
  get sp() {
@@ -21210,7 +21239,7 @@ let DataGridColumn = /*@__PURE__*/ (() => {
21210
21239
  let b = this.qs;
21211
21240
  this.qs = a;
21212
21241
  if (b != this.qs) {
21213
- this.ew("ColumnOptionsHighlightColor", 2, b, this.qs);
21242
+ this.ew("ActualColumnOptionsHighlightColor", 2, b, this.qs);
21214
21243
  }
21215
21244
  }
21216
21245
  get sg() {
@@ -21290,7 +21319,7 @@ let DataGridColumn = /*@__PURE__*/ (() => {
21290
21319
  let b = this.i3;
21291
21320
  this.i3 = a;
21292
21321
  if (b != this.i3) {
21293
- this.ew("ColumnOptionsGroupHeaderTextStyle", 10, b, this.i3);
21322
+ this.ew("ActualColumnOptionsGroupHeaderTextStyle", 10, b, this.i3);
21294
21323
  }
21295
21324
  }
21296
21325
  get jd() {
@@ -21330,7 +21359,7 @@ let DataGridColumn = /*@__PURE__*/ (() => {
21330
21359
  let b = this.k0;
21331
21360
  this.k0 = a;
21332
21361
  if (b != this.k0) {
21333
- this.ew("ColumnOptionsRowHeight", 10, b, this.k0);
21362
+ this.ew("ActualColumnOptionsRowHeight", 10, b, this.k0);
21334
21363
  }
21335
21364
  }
21336
21365
  get le() {
@@ -23413,7 +23442,7 @@ let SelectionManager = /*@__PURE__*/ (() => {
23413
23442
  }
23414
23443
  if (!d) {
23415
23444
  if (a.l.a6 >= 0) {
23416
- let i = this.a.model.b9._inner[a.l.a6];
23445
+ let i = this.a.model.ca._inner[a.l.a6];
23417
23446
  for (let j = 0; j < this.s.count; j++) {
23418
23447
  if (this.s._inner[j].b(a.l.x, i.n)) {
23419
23448
  d = true;
@@ -23955,9 +23984,9 @@ let SelectionManager = /*@__PURE__*/ (() => {
23955
23984
  for (let d = 0; d < c.length; d++) {
23956
23985
  let e = this.a.fa.getRowType(c[d]);
23957
23986
  if (e == 3) {
23958
- for (let f = 0; f < this.a.model.cg.count; f++) {
23959
- let g = this.a.model.cg._inner[f];
23960
- let h = this.a.model.b9._inner[g].n;
23987
+ for (let f = 0; f < this.a.model.ch.count; f++) {
23988
+ let g = this.a.model.ch._inner[f];
23989
+ let h = this.a.model.ca._inner[g].n;
23961
23990
  this.x(c[d], h);
23962
23991
  }
23963
23992
  }
@@ -23966,9 +23995,9 @@ let SelectionManager = /*@__PURE__*/ (() => {
23966
23995
  let i = this.a.getFirstVisibleIndex();
23967
23996
  let j = this.a.getLastVisibleIndex();
23968
23997
  for (let k = i; k <= j; k++) {
23969
- for (let l = 0; l < this.a.model.cg.count; l++) {
23970
- let m = this.a.model.cg._inner[l];
23971
- let n = this.a.model.b9._inner[m].n;
23998
+ for (let l = 0; l < this.a.model.ch.count; l++) {
23999
+ let m = this.a.model.ch._inner[l];
24000
+ let n = this.a.model.ca._inner[m].n;
23972
24001
  this.x(k, n);
23973
24002
  }
23974
24003
  }
@@ -26362,6 +26391,9 @@ let DataGridColumnToolbarManager = /*@__PURE__*/ (() => {
26362
26391
  d = b.actualDataSource;
26363
26392
  e = b.actualDataSource.clone();
26364
26393
  }
26394
+ if (e != null) {
26395
+ e.sourceName = "ColumnOptions";
26396
+ }
26365
26397
  }
26366
26398
  if (null != e) {
26367
26399
  this.bt(d, e);
@@ -26393,6 +26425,10 @@ let DataGridColumnToolbarManager = /*@__PURE__*/ (() => {
26393
26425
  e.isSectionContentVisible = false;
26394
26426
  e.flushAutoRefresh();
26395
26427
  this.h.pl((k) => {
26428
+ let l = k.getContextValue("GridColumnOptionsFilterItemsSource", 7);
26429
+ if (l != null) {
26430
+ l.destroy();
26431
+ }
26396
26432
  k.setContextValue("GridColumnOptionsFilterItemsSource", 7, e);
26397
26433
  k.setContextValue("GridColumnOptionsFilterDataMemberPath", 3, c);
26398
26434
  k.setContextValue("GridColumnOptionsFilterPrimaryKey", 7, [c]);
@@ -26804,6 +26840,12 @@ let DataGridColumnToolbarManager = /*@__PURE__*/ (() => {
26804
26840
  b.summaryDescriptions.d(c);
26805
26841
  }
26806
26842
  }
26843
+ for (let e = b.initialSummaryDescriptions.j.count - 1; e >= 0; e--) {
26844
+ let f = b.initialSummaryDescriptions.j.item(e);
26845
+ if (f.ah == this.h.ns && !a.contains(f.i) && f.t) {
26846
+ b.initialSummaryDescriptions.d(e);
26847
+ }
26848
+ }
26807
26849
  }
26808
26850
  ba(a, b) {
26809
26851
  let c = new ColumnSummaryDescription(1, this.h.ns);
@@ -29525,14 +29567,16 @@ let SummaryRow = /*@__PURE__*/ (() => {
29525
29567
  if (h != null) {
29526
29568
  let i = e.getSummaryResults(h.ns);
29527
29569
  if (i.length > 0 && b.summaryDescriptions.j.count > 0) {
29528
- let j = b.summaryDescriptions.j.item(i[0].summaryIndex);
29529
- if (j.l != null) {
29530
- let k = h.y(j, i[0]);
29531
- f = j.ae != null ? j.ae : j.l.displayName;
29532
- g = k.d;
29533
- let l = h.pe(a, k.b, d);
29534
- if (l != null) {
29535
- g = l;
29570
+ if (i[0].summaryIndex != -1) {
29571
+ let j = b.summaryDescriptions.j.item(i[0].summaryIndex);
29572
+ if (j.l != null) {
29573
+ let k = h.y(j, i[0]);
29574
+ f = j.ae != null ? j.ae : j.l.displayName;
29575
+ g = k.d;
29576
+ let l = h.pe(a, k.b, d);
29577
+ if (l != null) {
29578
+ g = l;
29579
+ }
29536
29580
  }
29537
29581
  }
29538
29582
  }
@@ -30671,12 +30715,12 @@ let ColumnCellsEffect = /*@__PURE__*/ (() => {
30671
30715
  return false;
30672
30716
  }
30673
30717
  d(a) {
30674
- if (a.c3 > 0) {
30718
+ if (a.c4 > 0) {
30675
30719
  let b = this.g;
30676
30720
  let c = new CellPath(0, b.b, b.a6, -100, -100);
30677
30721
  return c;
30678
30722
  }
30679
- else if (a.c2 > 0) {
30723
+ else if (a.c3 > 0) {
30680
30724
  let d = this.g;
30681
30725
  let e = new CellPath(0, d.b, d.a6, -100, -105);
30682
30726
  return e;
@@ -30699,10 +30743,10 @@ let ColumnCellsEffect = /*@__PURE__*/ (() => {
30699
30743
  return 0;
30700
30744
  }
30701
30745
  let f = 0;
30702
- if (a.c3 > 0) {
30746
+ if (a.c4 > 0) {
30703
30747
  f++;
30704
30748
  }
30705
- if (a.c2 > 0) {
30749
+ if (a.c3 > 0) {
30706
30750
  f++;
30707
30751
  }
30708
30752
  if (c == null) {
@@ -30722,23 +30766,23 @@ let ColumnCellsEffect = /*@__PURE__*/ (() => {
30722
30766
  if (e.y > c.y) {
30723
30767
  while (h <= e.y) {
30724
30768
  if (h == c.y) {
30725
- g += (a.ce._inner[h].m - 1) - c.x;
30726
- if (a.ce._inner[h].d > 0) {
30769
+ g += (a.cf._inner[h].m - 1) - c.x;
30770
+ if (a.cf._inner[h].d > 0) {
30727
30771
  g++;
30728
30772
  }
30729
30773
  }
30730
30774
  else if (h == e.y) {
30731
- if (a.ce._inner[h].g > 0) {
30775
+ if (a.cf._inner[h].g > 0) {
30732
30776
  g++;
30733
30777
  }
30734
30778
  g += (e.x + 1);
30735
30779
  }
30736
30780
  else {
30737
- if (a.ce._inner[h].g > 0) {
30781
+ if (a.cf._inner[h].g > 0) {
30738
30782
  g++;
30739
30783
  }
30740
- g += a.ce._inner[h].m;
30741
- if (a.ce._inner[h].d > 0) {
30784
+ g += a.cf._inner[h].m;
30785
+ if (a.cf._inner[h].d > 0) {
30742
30786
  g++;
30743
30787
  }
30744
30788
  }
@@ -30749,22 +30793,22 @@ let ColumnCellsEffect = /*@__PURE__*/ (() => {
30749
30793
  while (h >= e.y) {
30750
30794
  if (h == c.y) {
30751
30795
  g -= c.x;
30752
- if (a.ce._inner[h].d > 0) {
30796
+ if (a.cf._inner[h].d > 0) {
30753
30797
  g++;
30754
30798
  }
30755
30799
  }
30756
30800
  else if (h == e.y) {
30757
- if (a.ce._inner[h].d > 0) {
30801
+ if (a.cf._inner[h].d > 0) {
30758
30802
  g--;
30759
30803
  }
30760
- g -= (a.ce._inner[h].m - e.x);
30804
+ g -= (a.cf._inner[h].m - e.x);
30761
30805
  }
30762
30806
  else {
30763
- if (a.ce._inner[h].g > 0) {
30807
+ if (a.cf._inner[h].g > 0) {
30764
30808
  g--;
30765
30809
  }
30766
- g -= a.ce._inner[h].m;
30767
- if (a.ce._inner[h].d > 0) {
30810
+ g -= a.cf._inner[h].m;
30811
+ if (a.cf._inner[h].d > 0) {
30768
30812
  g--;
30769
30813
  }
30770
30814
  }
@@ -30887,16 +30931,16 @@ let RowCellsEffect = /*@__PURE__*/ (() => {
30887
30931
  if (b.az) {
30888
30932
  return this.be(a, this.e);
30889
30933
  }
30890
- if (b.a6 > (a.b9.count - 1)) {
30934
+ if (b.a6 > (a.ca.count - 1)) {
30891
30935
  return 0;
30892
30936
  }
30893
- let c = a.b9._inner[this.g.a6].n;
30894
- let d = a.b9._inner[b.a6].n;
30937
+ let c = a.ca._inner[this.g.a6].n;
30938
+ let d = a.ca._inner[b.a6].n;
30895
30939
  if (b.d == 0) {
30896
- d = a.b9._inner[b.a6].n - a.c9;
30940
+ d = a.ca._inner[b.a6].n - a.da;
30897
30941
  }
30898
30942
  else if (b.d == 2) {
30899
- d = a.b9._inner[b.a6].n - (a.c9 + a.dc);
30943
+ d = a.ca._inner[b.a6].n - (a.da + a.dd);
30900
30944
  }
30901
30945
  return d - c;
30902
30946
  }
@@ -31178,8 +31222,8 @@ let GridEffectManager = /*@__PURE__*/ (() => {
31178
31222
  this.ai(this.k._inner[h].b0, false, this.k._inner[h]);
31179
31223
  }
31180
31224
  }
31181
- for (let i = 0; i < b.b9.count; i++) {
31182
- e = b.b9._inner[i];
31225
+ for (let i = 0; i < b.ca.count; i++) {
31226
+ e = b.ca._inner[i];
31183
31227
  for (let j = 0; j < this.k.count; j++) {
31184
31228
  f = this.k._inner[j];
31185
31229
  if (f.ah(e, b)) {
@@ -31200,7 +31244,7 @@ let GridEffectManager = /*@__PURE__*/ (() => {
31200
31244
  }
31201
31245
  h(a, b, c) {
31202
31246
  let d = true;
31203
- let e = b.cf;
31247
+ let e = b.cg;
31204
31248
  let f = new List$1(GridColumnSpacer.$, 0);
31205
31249
  let g = new List$1(SpacerEffect.$, 0);
31206
31250
  for (let h = 0; h < e.count; h++) {
@@ -31235,7 +31279,7 @@ let GridEffectManager = /*@__PURE__*/ (() => {
31235
31279
  e.b = f.b0.b;
31236
31280
  e.x = f.b0.x;
31237
31281
  e.y = f.b0.y;
31238
- if (!f.aw(b.ce._inner[e.y], b, c, a)) {
31282
+ if (!f.aw(b.cf._inner[e.y], b, c, a)) {
31239
31283
  d = false;
31240
31284
  }
31241
31285
  }
@@ -31269,8 +31313,8 @@ let GridEffectManager = /*@__PURE__*/ (() => {
31269
31313
  }
31270
31314
  this.i._inner[h].ap = true;
31271
31315
  }
31272
- for (let j = 0; j < b.cc.count; j++) {
31273
- let k = b.cc._inner[j];
31316
+ for (let j = 0; j < b.cd.count; j++) {
31317
+ let k = b.cd._inner[j];
31274
31318
  for (let l = 0; l < k.o.count; l++) {
31275
31319
  if (k.p._inner[l]) {
31276
31320
  continue;
@@ -31355,7 +31399,7 @@ let GridLayerController = /*@__PURE__*/ (() => {
31355
31399
  this.e = new RecyclingManager();
31356
31400
  }
31357
31401
  a(a, b) {
31358
- let c = b.cc;
31402
+ let c = b.cd;
31359
31403
  let d = c.count;
31360
31404
  for (let e = 0; e < d; e++) {
31361
31405
  let f = c._inner[e].b(a);
@@ -31411,12 +31455,12 @@ let GridLayerController = /*@__PURE__*/ (() => {
31411
31455
  let p = false;
31412
31456
  let q = false;
31413
31457
  let r = j.l.a6;
31414
- let s = (r >= 0 && c.b9._inner[r].n == 0) || a.a1;
31458
+ let s = (r >= 0 && c.ca._inner[r].n == 0) || a.a1;
31415
31459
  if (s) {
31416
31460
  let t = b.fa.getRowType(j.l.x);
31417
31461
  if (t == 1 && b.isGroupCollapsable) {
31418
31462
  if (b.shiftSectionContent) {
31419
- if (a.a6 == -401 || (a.a6 == -400 && c.cz == 0)) {
31463
+ if (a.a6 == -401 || (a.a6 == -400 && c.c0 == 0)) {
31420
31464
  p = b.isGroupCollapsable;
31421
31465
  q = b.actualDataSource.getIsRowExpandedAtIndex(j.l.x);
31422
31466
  }
@@ -31454,12 +31498,12 @@ let GridLayerController = /*@__PURE__*/ (() => {
31454
31498
  let v = false;
31455
31499
  let w = false;
31456
31500
  let x = i.l.a6;
31457
- let y = (x >= 0 && c.b9._inner[x].n == 0) || a.a1;
31501
+ let y = (x >= 0 && c.ca._inner[x].n == 0) || a.a1;
31458
31502
  if (y) {
31459
31503
  let z = b.fa.getRowType(i.l.x);
31460
31504
  if (z == 1 && b.isGroupCollapsable) {
31461
31505
  if (b.shiftSectionContent) {
31462
- if (a.a6 == -401 || (a.a6 == -400 && c.cz == 0)) {
31506
+ if (a.a6 == -401 || (a.a6 == -400 && c.c0 == 0)) {
31463
31507
  v = b.isGroupCollapsable;
31464
31508
  w = b.actualDataSource.getIsRowExpandedAtIndex(i.l.x);
31465
31509
  }
@@ -31477,9 +31521,9 @@ let GridLayerController = /*@__PURE__*/ (() => {
31477
31521
  }
31478
31522
  }
31479
31523
  d(a, b) {
31480
- for (let c = 0; c < b.cc.count; c++) {
31481
- if (b.cc._inner[c].d(a)) {
31482
- return b.cc._inner[c];
31524
+ for (let c = 0; c < b.cd.count; c++) {
31525
+ if (b.cd._inner[c].d(a)) {
31526
+ return b.cd._inner[c];
31483
31527
  }
31484
31528
  }
31485
31529
  return null;
@@ -31536,16 +31580,16 @@ let GridLayerController = /*@__PURE__*/ (() => {
31536
31580
  this.e.c(d);
31537
31581
  }
31538
31582
  c(a, b) {
31539
- for (let c = 0; c < b.cc.count; c++) {
31540
- if (b.cc._inner[c].d(a)) {
31541
- return b.cc._inner[c].item(a);
31583
+ for (let c = 0; c < b.cd.count; c++) {
31584
+ if (b.cd._inner[c].d(a)) {
31585
+ return b.cd._inner[c].item(a);
31542
31586
  }
31543
31587
  }
31544
31588
  return null;
31545
31589
  }
31546
31590
  h(a, b, c, d, e, f) {
31547
31591
  if (a.l.h) {
31548
- a.db = c + a.cy + (a.cz * b.b9._inner[a.l.a6].k);
31592
+ a.db = c + a.cy + (a.cz * b.ca._inner[a.l.a6].k);
31549
31593
  }
31550
31594
  else {
31551
31595
  a.db = c + a.cy + (a.cz * a.ib);
@@ -31603,39 +31647,39 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
31603
31647
  if (e.width == 0 || e.height == 0) {
31604
31648
  return;
31605
31649
  }
31606
- if (b.b9.count == 0) {
31650
+ if (b.ca.count == 0) {
31607
31651
  return;
31608
31652
  }
31609
31653
  if (a.fa == null) {
31610
31654
  return;
31611
31655
  }
31612
31656
  let f = this.a(a, b, c, e);
31613
- for (let g = 0; g < b.cg.count; g++) {
31614
- let h = b.cg._inner[g];
31657
+ for (let g = 0; g < b.ch.count; g++) {
31658
+ let h = b.ch._inner[g];
31615
31659
  let i = c.k(h, a, b);
31616
- b.b9._inner[h].l = i;
31660
+ b.ca._inner[h].l = i;
31617
31661
  }
31618
- b.da = 0;
31619
- b.dg = 0;
31620
- b.cq = 0;
31662
+ b.db = 0;
31663
+ b.dh = 0;
31664
+ b.cr = 0;
31621
31665
  b.bx = f.b;
31622
31666
  b.bw = f.a;
31623
- b.c8 = f.k;
31624
- b.db = f.m;
31625
- b.c9 = f.l;
31626
- b.dc = f.n;
31667
+ b.c9 = f.k;
31668
+ b.dc = f.m;
31669
+ b.da = f.l;
31670
+ b.dd = f.n;
31627
31671
  a.y0();
31628
31672
  this.d = f.b;
31629
31673
  this.c = f.a;
31630
31674
  let j = a.d4;
31631
31675
  a.le = true;
31632
31676
  this.ag(a, b, f, j);
31633
- if (b.cg.count == 0) {
31677
+ if (b.ch.count == 0) {
31634
31678
  return;
31635
31679
  }
31636
31680
  this.x(a, b, f, j);
31637
31681
  this.w(a, b, f);
31638
- f.j += b.c1;
31682
+ f.j += b.c2;
31639
31683
  if (this.c.x == -1) {
31640
31684
  return;
31641
31685
  }
@@ -31667,51 +31711,51 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
31667
31711
  e.d = Math.max(e.h, a.inset.left);
31668
31712
  e.f = Math.min(e.i, b.absoluteWidth - a.inset.right);
31669
31713
  e.e = e.f - e.d;
31670
- e.b = c.b(e.j + b.c6 + b.c7 + b.c2, b);
31714
+ e.b = c.b(e.j + b.c7 + b.c8 + b.c3, b);
31671
31715
  e.a = c.b(e.g, b);
31672
31716
  e.k = 0;
31673
31717
  e.m = 0;
31674
- b.cg.clear();
31675
- let g = b.cz + truncate(a.inset.left);
31718
+ b.ch.clear();
31719
+ let g = b.c0 + truncate(a.inset.left);
31676
31720
  let h = g;
31677
31721
  let i = 0;
31678
31722
  let j = 0;
31679
- let k = b.c0;
31680
- for (let l = 0; l < b.b9.count; l++) {
31681
- let m = b.b9._inner[l];
31682
- let n = b.cf._inner[l];
31683
- let o = b.b9._inner[l].d == 0;
31723
+ let k = b.c1;
31724
+ for (let l = 0; l < b.ca.count; l++) {
31725
+ let m = b.ca._inner[l];
31726
+ let n = b.cg._inner[l];
31727
+ let o = b.ca._inner[l].d == 0;
31684
31728
  if (o) {
31685
31729
  g += truncate(Math.round(n.ad(-1)));
31686
31730
  if (m.a != 6) {
31687
- g += (m.k) + a.model.cv - truncate(Math.round(m.f(b)));
31731
+ g += (m.k) + a.model.cw - truncate(Math.round(m.f(b)));
31688
31732
  }
31689
31733
  }
31690
31734
  if (m.a == 3) {
31691
31735
  continue;
31692
31736
  }
31693
- if (b.b9._inner[l].d == 1) {
31694
- b.cg.insert(i, l);
31737
+ if (b.ca._inner[l].d == 1) {
31738
+ b.ch.insert(i, l);
31695
31739
  i++;
31696
31740
  }
31697
- else if (b.b9._inner[l].d == 2) {
31698
- b.cg.insert(b.cg.count, l);
31741
+ else if (b.ca._inner[l].d == 2) {
31742
+ b.ch.insert(b.ch.count, l);
31699
31743
  j++;
31700
31744
  if (m.a == 6) {
31701
31745
  k -= m.k;
31702
31746
  }
31703
31747
  }
31704
31748
  else {
31705
- if (g >= e.d + b.cz && h <= e.f - k) {
31706
- b.cg.insert(b.cg.count - j, l);
31749
+ if (g >= e.d + b.c0 && h <= e.f - k) {
31750
+ b.ch.insert(b.ch.count - j, l);
31707
31751
  }
31708
- else if (b.b9._inner[l].a == 2 || b.b9._inner[l].a == 1 || b.b9._inner[l].a == 6) {
31709
- b.cg.insert(b.cg.count - j, l);
31752
+ else if (b.ca._inner[l].a == 2 || b.ca._inner[l].a == 1 || b.ca._inner[l].a == 6) {
31753
+ b.ch.insert(b.ch.count - j, l);
31710
31754
  }
31711
- else if (g < e.d + b.cz) {
31755
+ else if (g < e.d + b.c0) {
31712
31756
  e.l++;
31713
31757
  }
31714
- else if (h > e.f - b.c0) {
31758
+ else if (h > e.f - b.c1) {
31715
31759
  e.n++;
31716
31760
  }
31717
31761
  }
@@ -31720,9 +31764,9 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
31720
31764
  g += truncate(Math.round(n.af(-1)));
31721
31765
  }
31722
31766
  }
31723
- if (b.cg.count > 0) {
31724
- e.k = b.cg._inner[0];
31725
- e.m = b.cg._inner[b.cg.count - 1];
31767
+ if (b.ch.count > 0) {
31768
+ e.k = b.ch._inner[0];
31769
+ e.m = b.ch._inner[b.ch.count - 1];
31726
31770
  }
31727
31771
  return e;
31728
31772
  }
@@ -31753,8 +31797,8 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
31753
31797
  u.add_1(v[w]);
31754
31798
  }
31755
31799
  }
31756
- for (let x = 0; x < b.cc.count; x++) {
31757
- let y = b.cc._inner[x];
31800
+ for (let x = 0; x < b.cd.count; x++) {
31801
+ let y = b.cd._inner[x];
31758
31802
  y.g = true;
31759
31803
  for (let z = 0; z < y.o.count; z++) {
31760
31804
  if (y.p._inner[z]) {
@@ -31772,11 +31816,11 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
31772
31816
  r = aa.am;
31773
31817
  n = u != null && u.contains(j);
31774
31818
  q = aa.d != 0;
31775
- if (b.cg.count == 0) {
31819
+ if (b.ch.count == 0) {
31776
31820
  l = true;
31777
31821
  }
31778
31822
  if (aa.am) {
31779
- if (b.c2 == 0 || a.actualDataSource == null || a.actualDataSource.actualSchema == null || a.actualDataSource.actualSchema.propertyNames.length == 0) {
31823
+ if (b.c3 == 0 || a.actualDataSource == null || a.actualDataSource.actualSchema == null || a.actualDataSource.actualSchema.propertyNames.length == 0) {
31780
31824
  l = true;
31781
31825
  }
31782
31826
  else if (!m) {
@@ -31829,16 +31873,16 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
31829
31873
  if (aa.aw && (a.dragger == null || !a.dragger.isDragActive)) {
31830
31874
  l = true;
31831
31875
  }
31832
- if ((aa.ar || aa.aq) && b.cz == 0) {
31876
+ if ((aa.ar || aa.aq) && b.c0 == 0) {
31833
31877
  l = true;
31834
31878
  }
31835
- if ((aa.at || aa.as) && b.c0 == 0) {
31879
+ if ((aa.at || aa.as) && b.c1 == 0) {
31836
31880
  l = true;
31837
31881
  }
31838
- if (aa.au && b.cq == 0) {
31882
+ if (aa.au && b.cr == 0) {
31839
31883
  l = true;
31840
31884
  }
31841
- if (!m && !b.cg.contains(k)) {
31885
+ if (!m && !b.ch.contains(k)) {
31842
31886
  l = true;
31843
31887
  }
31844
31888
  else if (!o && !r && (i < e || i > f)) {
@@ -31864,6 +31908,9 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
31864
31908
  if (b.b5 && (ad == 1 || ad == 2)) {
31865
31909
  l = true;
31866
31910
  }
31911
+ else if (b.b6 && (ad == 4 || ad == 5)) {
31912
+ l = true;
31913
+ }
31867
31914
  else if ((ae && !m) || (m && !ae)) {
31868
31915
  l = true;
31869
31916
  }
@@ -31871,8 +31918,13 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
31871
31918
  l = true;
31872
31919
  }
31873
31920
  }
31874
- else if ((ad == 4 && !aa.ay) || (ad != 4 && aa.ay)) {
31875
- l = true;
31921
+ else {
31922
+ if (b.b6 && (ad == 4 || ad == 5)) {
31923
+ l = true;
31924
+ }
31925
+ else if ((ad == 4 && !aa.ay) || (ad != 4 && aa.ay)) {
31926
+ l = true;
31927
+ }
31876
31928
  }
31877
31929
  }
31878
31930
  if (l) {
@@ -31885,15 +31937,16 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
31885
31937
  y.g = false;
31886
31938
  }
31887
31939
  b.b5 = false;
31940
+ b.b6 = false;
31888
31941
  }
31889
31942
  af(a, b, c, d) {
31890
31943
  let e = this.d.x;
31891
31944
  let f = this.c.x;
31892
- let g = b.ce._inner[0];
31945
+ let g = b.cf._inner[0];
31893
31946
  let h = g.k();
31894
31947
  let i = h - g.o;
31895
- for (let j = 0; j < b.cc.count; j++) {
31896
- let k = b.cc._inner[j];
31948
+ for (let j = 0; j < b.cd.count; j++) {
31949
+ let k = b.cd._inner[j];
31897
31950
  if (this.h(k, b)) {
31898
31951
  k.g = true;
31899
31952
  for (let l = 0; l < k.o.count; l++) {
@@ -31937,7 +31990,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
31937
31990
  o = true;
31938
31991
  }
31939
31992
  else {
31940
- if (!b.cg.contains(m.a6)) {
31993
+ if (!b.ch.contains(m.a6)) {
31941
31994
  o = true;
31942
31995
  }
31943
31996
  if (!n.bq) {
@@ -31966,7 +32019,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
31966
32019
  ab(a, b, c, d, e) {
31967
32020
  let f = d.b;
31968
32021
  let g = d.a;
31969
- let h = c.ce;
32022
+ let h = c.cf;
31970
32023
  let i = b.d4;
31971
32024
  let j = g.y;
31972
32025
  let k = d.d;
@@ -32007,7 +32060,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32007
32060
  let h = d.a.y;
32008
32061
  let i = d.b.y;
32009
32062
  let j = new CellPath(1, 0, 0, 0);
32010
- let k = b.ce._inner[0];
32063
+ let k = b.cf._inner[0];
32011
32064
  let l = a.fa.getStickyRowsInRange(g.x, f.x);
32012
32065
  let m = -1;
32013
32066
  let n = -1;
@@ -32020,9 +32073,9 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32020
32073
  t.clear();
32021
32074
  this.o = 0;
32022
32075
  let u = new List$1(PinnedRowInfo.$, 0);
32023
- b.df = 0;
32076
+ b.dg = 0;
32024
32077
  if (l != null && ((a.groupDescriptions.j.count > 0 && a.isGroupRowSticky) || a.groupDescriptions.j.count == 0)) {
32025
- let v = c.top + b.c3 + b.c2;
32078
+ let v = c.top + b.c4 + b.c3;
32026
32079
  let w = c.bottom;
32027
32080
  for (let x = 0; x < l.length; x++) {
32028
32081
  let y = l[x];
@@ -32054,7 +32107,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32054
32107
  ab.l += (c.bottom - ab.j);
32055
32108
  ab.h = true;
32056
32109
  q = true;
32057
- b.cq++;
32110
+ b.cr++;
32058
32111
  }
32059
32112
  continue;
32060
32113
  }
@@ -32113,7 +32166,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32113
32166
  if (z == 4) {
32114
32167
  ab.l += (c.bottom - ab.j);
32115
32168
  ab.h = true;
32116
- b.cq++;
32169
+ b.cr++;
32117
32170
  q = true;
32118
32171
  this.am(a, x - 1, x, 4, l, t);
32119
32172
  }
@@ -32175,7 +32228,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32175
32228
  let bd = t.item(a6).a == 3;
32176
32229
  if (!e) {
32177
32230
  j.i = true;
32178
- j.o = (b.da - 1) - a4;
32231
+ j.o = (b.db - 1) - a4;
32179
32232
  this.aa(a, b, d, j, a.d4, a6, a7, a9, true, bd, bd, bc, ba, bb);
32180
32233
  j.i = false;
32181
32234
  j.o = -1;
@@ -32336,7 +32389,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32336
32389
  d.av = m;
32337
32390
  d.ai = n;
32338
32391
  d.an = false;
32339
- let o = b.b9;
32392
+ let o = b.ca;
32340
32393
  let p = c.d;
32341
32394
  let q = c.f;
32342
32395
  let r = c.e;
@@ -32349,13 +32402,13 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32349
32402
  u = a.fa.isRowSpanning(t) && a.groupSummaryDisplayMode != 1;
32350
32403
  }
32351
32404
  if (u) {
32352
- let v = a.shiftSectionContent ? b.cz : 0;
32353
- let w = a.shiftSectionContent ? b.c0 : 0;
32405
+ let v = a.shiftSectionContent ? b.c0 : 0;
32406
+ let w = a.shiftSectionContent ? b.c1 : 0;
32354
32407
  let x = p;
32355
32408
  let y = r;
32356
32409
  if (v > 0) {
32357
32410
  d.a6 = -401;
32358
- y = b.cz;
32411
+ y = b.c0;
32359
32412
  this.an(x, y, g, h, d.ab(), b, p, q, a, i, j, k, l, t);
32360
32413
  }
32361
32414
  d.a6 = -400;
@@ -32364,14 +32417,14 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32364
32417
  this.an(x, y, g, h, d.ab(), b, p, q, a, i, j, k, l, t);
32365
32418
  if (w > 0) {
32366
32419
  d.a6 = -402;
32367
- x = q - b.c0;
32368
- y = b.c0;
32420
+ x = q - b.c1;
32421
+ y = b.c1;
32369
32422
  this.an(x, y, g, h, d.ab(), b, p, q, a, i, j, k, l, t);
32370
32423
  }
32371
32424
  }
32372
32425
  else {
32373
- for (let z = 0; z < b.cg.count; z++) {
32374
- let aa = b.cg._inner[z];
32426
+ for (let z = 0; z < b.ch.count; z++) {
32427
+ let aa = b.ch._inner[z];
32375
32428
  let ab = o._inner[aa];
32376
32429
  d.a6 = ab.m;
32377
32430
  d.bc = ab.n;
@@ -32382,22 +32435,22 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32382
32435
  }
32383
32436
  let ad = t != 4 && t != 2 && (t != 5 || a.groupSummaryDisplayMode != 3);
32384
32437
  if (ad && i) {
32385
- b.dg = truncate(Math.round((g + h + a.rowSpacingHeight) - c.j));
32438
+ b.dh = truncate(Math.round((g + h + a.rowSpacingHeight) - c.j));
32386
32439
  }
32387
32440
  let ae = t == 4 || (t == 5 && a.groupSummaryDisplayMode == 3);
32388
32441
  if (ae && i && g < c.g) {
32389
- b.df += truncate(h) + a.rowSpacingHeight;
32442
+ b.dg += truncate(h) + a.rowSpacingHeight;
32390
32443
  }
32391
32444
  let af = t == 4 && (f == 0 || a.fa.getRowType(f - 1) != 4);
32392
32445
  if (s > 0) {
32393
32446
  if (ad && i) {
32394
- b.dg = truncate(Math.round((g + h + a.rowSpacingHeight + s) - c.j));
32447
+ b.dh = truncate(Math.round((g + h + a.rowSpacingHeight + s) - c.j));
32395
32448
  }
32396
32449
  if (ae && i && g < c.g) {
32397
- b.df += s;
32450
+ b.dg += s;
32398
32451
  }
32399
32452
  if (af && i && g < c.g) {
32400
- b.df += s;
32453
+ b.dg += s;
32401
32454
  }
32402
32455
  d.d = 0;
32403
32456
  d.a6 = -300;
@@ -32456,20 +32509,20 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32456
32509
  }
32457
32510
  }
32458
32511
  x(a, b, c, d) {
32459
- let e = b.b9;
32512
+ let e = b.ca;
32460
32513
  let f = a.inset;
32461
32514
  let g = f.top;
32462
32515
  if (a.itemsSource == null) {
32463
32516
  return;
32464
32517
  }
32465
- if (b.c3 > 0) {
32518
+ if (b.c4 > 0) {
32466
32519
  let h = Math.max(c.j, g);
32467
32520
  b.b1 = this.i;
32468
32521
  if (this.i) {
32469
32522
  h = g;
32470
32523
  }
32471
- for (let i = 0; i < b.cg.count; i++) {
32472
- let j = b.cg._inner[i];
32524
+ for (let i = 0; i < b.ch.count; i++) {
32525
+ let j = b.ch._inner[i];
32473
32526
  let k = e._inner[j];
32474
32527
  let l = new CellPath(1, k.m, -100, -100);
32475
32528
  l.d = k.d;
@@ -32479,72 +32532,72 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32479
32532
  m.d = k.d;
32480
32533
  let n = a.n4(a.headerSeparatorWidth);
32481
32534
  let o = a.headerSeparatorWidth + n * 2;
32482
- let p = c.o.left + b.b9._inner[l.a6].l + b.b9._inner[l.a6].k - a.headerSeparatorWidth - n;
32483
- this.aw(m, b, h, p, o, b.c6, c.d, c.f, a);
32535
+ let p = c.o.left + b.ca._inner[l.a6].l + b.ca._inner[l.a6].k - a.headerSeparatorWidth - n;
32536
+ this.aw(m, b, h, p, o, b.c7, c.d, c.f, a);
32484
32537
  }
32485
32538
  }
32486
- if (b.c7 > 0) {
32539
+ if (b.c8 > 0) {
32487
32540
  let q = new CellPath(1, -300, -100, -100);
32488
- this.av(c, q, b, c.d, c.e, 0, b.c7, a, false, false, false, false, 0);
32541
+ this.av(c, q, b, c.d, c.e, 0, b.c8, a, false, false, false, false, 0);
32489
32542
  }
32490
32543
  }
32491
32544
  if (a.columnResizingMode == 0 && a.dragger != null && a.dragger.isDragActive && a.dragger.dragType == 1) {
32492
32545
  let r = new CellPath(3, -400, -102, 7);
32493
- this.aw(r, b, Math.max(c.j, g), a.oz, a.columnResizingSeparatorWidth, b.ch, c.h, c.i, a);
32546
+ this.aw(r, b, Math.max(c.j, g), a.oz, a.columnResizingSeparatorWidth, b.ci, c.h, c.i, a);
32494
32547
  }
32495
32548
  if (a.columnMovingMode != 1 && a.dragger != null && a.dragger.isDragActive && a.dragger.dragType == 2) {
32496
32549
  let s = new CellPath(3, -400, -102, 6);
32497
- this.aw(s, b, c.j, a.oz, a.columnMovingSeparatorWidth, b.ch, c.h, c.i, a);
32550
+ this.aw(s, b, c.j, a.oz, a.columnMovingSeparatorWidth, b.ci, c.h, c.i, a);
32498
32551
  }
32499
32552
  }
32500
32553
  z(a, b, c, d) {
32501
- if (b.cx > -1) {
32502
- b.cn = c.d + a.ge.k(b.cx, a, b) - a.pinnedAreaSeparatorWidth;
32554
+ if (b.cy > -1) {
32555
+ b.co = c.d + a.ge.k(b.cy, a, b) - a.pinnedAreaSeparatorWidth;
32503
32556
  }
32504
32557
  else {
32505
- b.cn = b.cz;
32558
+ b.co = b.c0;
32506
32559
  }
32507
- if (b.cy > -1) {
32508
- let e = b.b9._inner[b.cy].l - a.pinnedAreaSeparatorWidth;
32560
+ if (b.cz > -1) {
32561
+ let e = b.ca._inner[b.cz].l - a.pinnedAreaSeparatorWidth;
32509
32562
  if (c.i >= b.absoluteWidth) {
32510
- b.co = e + a.inset.left;
32563
+ b.cp = e + a.inset.left;
32511
32564
  }
32512
32565
  else {
32513
- b.co = e - (b.absoluteWidth - c.i - a.inset.left - a.inset.right);
32566
+ b.cp = e - (b.absoluteWidth - c.i - a.inset.left - a.inset.right);
32514
32567
  }
32515
32568
  }
32516
- let f = Math.max(c.j - b.c3 - b.c2, a.inset.top);
32569
+ let f = Math.max(c.j - b.c4 - b.c3, a.inset.top);
32517
32570
  let g = c.j;
32518
- let h = b.c3 + b.c2;
32519
- let i = b.cq * (a.actualRowHeight + a.rowSeparatorHeight + a.rowSpacingHeight) + (b.cq > 0 ? a.rowSeparatorHeight : 0);
32571
+ let h = b.c4 + b.c3;
32572
+ let i = b.cr * (a.actualRowHeight + a.rowSeparatorHeight + a.rowSpacingHeight) + (b.cr > 0 ? a.rowSeparatorHeight : 0);
32520
32573
  let j = c.g - i;
32521
32574
  let k = Math.min(b.absoluteHeight - i, c.g - i);
32522
32575
  let l = Math.max(0, k - g);
32523
32576
  let m = new CellPath(1, 0, 0, 0);
32524
- if (b.cz > 0) {
32577
+ if (b.c0 > 0) {
32525
32578
  m.a6 = -500;
32526
- if (b.c3 > 0) {
32579
+ if (b.c4 > 0) {
32527
32580
  m.x = -100;
32528
- this.aw(m.ab(), b, f, b.cn, a.pinnedAreaSeparatorWidth, h, c.d, c.i, a);
32581
+ this.aw(m.ab(), b, f, b.co, a.pinnedAreaSeparatorWidth, h, c.d, c.i, a);
32529
32582
  }
32530
32583
  m.x = -103;
32531
- this.aw(m.ab(), b, g, b.cn, a.pinnedAreaSeparatorWidth, l, c.d, c.i, a);
32532
- if (b.cq > 0) {
32584
+ this.aw(m.ab(), b, g, b.co, a.pinnedAreaSeparatorWidth, l, c.d, c.i, a);
32585
+ if (b.cr > 0) {
32533
32586
  m.x = -104;
32534
- this.aw(m.ab(), b, j, b.cn, a.pinnedAreaSeparatorWidth, i, c.d, c.i, a);
32587
+ this.aw(m.ab(), b, j, b.co, a.pinnedAreaSeparatorWidth, i, c.d, c.i, a);
32535
32588
  }
32536
32589
  }
32537
- if (b.c0 > 0) {
32590
+ if (b.c1 > 0) {
32538
32591
  m.a6 = -501;
32539
- if (b.c3 > 0) {
32592
+ if (b.c4 > 0) {
32540
32593
  m.x = -100;
32541
- this.aw(m.ab(), b, f, b.co, a.pinnedAreaSeparatorWidth, h, c.d, c.i, a);
32594
+ this.aw(m.ab(), b, f, b.cp, a.pinnedAreaSeparatorWidth, h, c.d, c.i, a);
32542
32595
  }
32543
32596
  m.x = -103;
32544
- this.aw(m.ab(), b, g, b.co, a.pinnedAreaSeparatorWidth, l, c.d, c.i, a);
32545
- if (b.cq > 0) {
32597
+ this.aw(m.ab(), b, g, b.cp, a.pinnedAreaSeparatorWidth, l, c.d, c.i, a);
32598
+ if (b.cr > 0) {
32546
32599
  m.x = -104;
32547
- this.aw(m.ab(), b, j, b.co, a.pinnedAreaSeparatorWidth, i, c.d, c.i, a);
32600
+ this.aw(m.ab(), b, j, b.cp, a.pinnedAreaSeparatorWidth, i, c.d, c.i, a);
32548
32601
  }
32549
32602
  }
32550
32603
  }
@@ -32578,17 +32631,17 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32578
32631
  let i = new CellPath(1, h.m, 0, g);
32579
32632
  i.bc = h.n;
32580
32633
  i.af = 2;
32581
- let j = this.k.containsKey(g) ? this.k.item(g).l : b.ce._inner[0].f(g) + b.ce._inner[0].i;
32634
+ let j = this.k.containsKey(g) ? this.k.item(g).l : b.cf._inner[0].f(g) + b.cf._inner[0].i;
32582
32635
  let k = this.p(h, a);
32583
32636
  let l = h.k;
32584
- let m = b.ce._inner[0].e(g);
32637
+ let m = b.cf._inner[0].e(g);
32585
32638
  this.ap(a, f, i, b, j, k, l, m);
32586
32639
  if (a.editMode == 3 && a.cm.j) {
32587
32640
  let n = i.ab();
32588
32641
  n.af = 3;
32589
32642
  n.x = g;
32590
32643
  n.a6 = -400;
32591
- k = b.cj;
32644
+ k = b.ck;
32592
32645
  l = b.absoluteWidth;
32593
32646
  this.ao(a, b, n, j, k, l, m);
32594
32647
  }
@@ -32604,7 +32657,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32604
32657
  }
32605
32658
  y(a, b, c, d) {
32606
32659
  this.f = true;
32607
- let e = b.ce._inner[0];
32660
+ let e = b.cf._inner[0];
32608
32661
  let f = e.k();
32609
32662
  let g = f - e.o;
32610
32663
  let h = d.d;
@@ -32620,7 +32673,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32620
32673
  continue;
32621
32674
  }
32622
32675
  let p = o.b ? d.j : j;
32623
- let q = b.b9._inner[o.d];
32676
+ let q = b.ca._inner[o.d];
32624
32677
  let r = k.ab();
32625
32678
  r.x = o.f;
32626
32679
  r.a6 = o.d;
@@ -32675,13 +32728,13 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32675
32728
  return true;
32676
32729
  }
32677
32730
  w(a, b, c) {
32678
- if (b.c2 > 0 && a.actualDataSource != null && a.actualDataSource.actualSchema != null && a.actualDataSource.actualSchema.propertyNames.length > 0) {
32679
- let d = b.b9;
32731
+ if (b.c3 > 0 && a.actualDataSource != null && a.actualDataSource.actualSchema != null && a.actualDataSource.actualSchema.propertyNames.length > 0) {
32732
+ let d = b.ca;
32680
32733
  let e = Math.max(c.j, c.o.top);
32681
- e += b.c3;
32734
+ e += b.c4;
32682
32735
  let f = new CellPath(1, -1, -100, -1);
32683
- for (let g = 0; g < b.cg.count; g++) {
32684
- let h = b.cg._inner[g];
32736
+ for (let g = 0; g < b.ch.count; g++) {
32737
+ let h = b.ch._inner[g];
32685
32738
  let i = d._inner[h];
32686
32739
  let j = f.ab();
32687
32740
  j.x = -105;
@@ -32691,7 +32744,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32691
32744
  this.aq(j, b, e, c.d, c.f, a);
32692
32745
  }
32693
32746
  if (a.rowSeparatorHeight > 0) {
32694
- let k = e + b.cw;
32747
+ let k = e + b.cx;
32695
32748
  let l = f.ab();
32696
32749
  l.x = -105;
32697
32750
  l.a6 = -300;
@@ -32702,19 +32755,19 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32702
32755
  }
32703
32756
  aq(a, b, c, d, e, f) {
32704
32757
  let g = a.d == 0 ? b.a8 : b.ax;
32705
- if (b.b9._inner[a.a6].a == 1 || b.b9._inner[a.a6].a == 2 || b.b9._inner[a.a6].a == 3) {
32758
+ if (b.ca._inner[a.a6].a == 1 || b.ca._inner[a.a6].a == 2 || b.ca._inner[a.a6].a == 3) {
32706
32759
  g = a.d == 0 ? b.bo : b.a3;
32707
32760
  }
32708
- if (b.b9._inner[a.a6].a == 6) {
32761
+ if (b.ca._inner[a.a6].a == 6) {
32709
32762
  g = a.d == 0 && f.columns._inner[a.a6].it == 0 ? b.br : b.a6;
32710
32763
  }
32711
- let h = b.b9._inner[a.a6].l + f.inset.left;
32712
- let i = b.b9._inner[a.a6].k;
32764
+ let h = b.ca._inner[a.a6].l + f.inset.left;
32765
+ let i = b.ca._inner[a.a6].k;
32713
32766
  if (a.d == 1) {
32714
- h = d + b.b9._inner[a.a6].l;
32767
+ h = d + b.ca._inner[a.a6].l;
32715
32768
  }
32716
32769
  else if (a.d == 2) {
32717
- let j = b.b9._inner[a.a6].l;
32770
+ let j = b.ca._inner[a.a6].l;
32718
32771
  if (e >= b.absoluteWidth) {
32719
32772
  h = j + f.inset.left;
32720
32773
  }
@@ -32722,7 +32775,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32722
32775
  h = j - (b.absoluteWidth - e - f.inset.left - f.inset.right);
32723
32776
  }
32724
32777
  }
32725
- this.aj(f, b, a, g, 11, h, c, i, b.cw);
32778
+ this.aj(f, b, a, g, 11, h, c, i, b.cx);
32726
32779
  }
32727
32780
  aj(a, b, c, d, e, f, g, h, i) {
32728
32781
  this.ak(a, b, c, d, e, f, g, h, i, false, false, false);
@@ -32748,7 +32801,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32748
32801
  }
32749
32802
  al(a, b) {
32750
32803
  if (b.l.af == 4) {
32751
- let c = a.model.b9._inner[b.l.a6];
32804
+ let c = a.model.ca._inner[b.l.a6];
32752
32805
  if (c.a != 1 && c.a != 3 && c.a != 2) {
32753
32806
  b.ob = Rect.empty;
32754
32807
  }
@@ -32907,7 +32960,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32907
32960
  }
32908
32961
  }
32909
32962
  else {
32910
- if (f.b9._inner[e.a6].a == 1 || f.b9._inner[e.a6].a == 2 || f.b9._inner[e.a6].a == 3) {
32963
+ if (f.ca._inner[e.a6].a == 1 || f.ca._inner[e.a6].a == 2 || f.ca._inner[e.a6].a == 3) {
32911
32964
  if (j) {
32912
32965
  o = n != 4 ? f.bb : f.bo;
32913
32966
  }
@@ -32915,7 +32968,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32915
32968
  o = q ? f.a1 : f.bm;
32916
32969
  }
32917
32970
  }
32918
- else if (f.b9._inner[e.a6].a == 6) {
32971
+ else if (f.ca._inner[e.a6].a == 6) {
32919
32972
  q = e.d != 0 || i.columns._inner[e.a6].it != 0;
32920
32973
  if (j) {
32921
32974
  o = n != 4 ? f.bc : f.br;
@@ -32934,11 +32987,11 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32934
32987
  }
32935
32988
  }
32936
32989
  if (p == 1) {
32937
- let t = f.b9._inner[e.a6].l;
32990
+ let t = f.ca._inner[e.a6].l;
32938
32991
  a = g + t;
32939
32992
  }
32940
32993
  else if (p == 2) {
32941
- let u = f.b9._inner[e.a6].l;
32994
+ let u = f.ca._inner[e.a6].l;
32942
32995
  if (h >= f.absoluteWidth) {
32943
32996
  a = u + i.inset.left;
32944
32997
  }
@@ -32950,19 +33003,19 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32950
33003
  }
32951
33004
  ar(a, b, c, d, e, f) {
32952
33005
  let g = a.d == 0 ? b.a8 : b.ax;
32953
- if (b.b9._inner[a.a6].a == 1 || b.b9._inner[a.a6].a == 2 || b.b9._inner[a.a6].a == 3) {
33006
+ if (b.ca._inner[a.a6].a == 1 || b.ca._inner[a.a6].a == 2 || b.ca._inner[a.a6].a == 3) {
32954
33007
  g = a.d == 0 ? b.bo : b.a3;
32955
33008
  }
32956
- if (b.b9._inner[a.a6].a == 6) {
33009
+ if (b.ca._inner[a.a6].a == 6) {
32957
33010
  g = a.d == 0 && f.columns._inner[a.a6].it == 0 ? b.br : b.a6;
32958
33011
  }
32959
- let h = b.b9._inner[a.a6].l + f.inset.left;
32960
- let i = b.b9._inner[a.a6].k;
33012
+ let h = b.ca._inner[a.a6].l + f.inset.left;
33013
+ let i = b.ca._inner[a.a6].k;
32961
33014
  if (a.d == 1) {
32962
- h = d + b.b9._inner[a.a6].l;
33015
+ h = d + b.ca._inner[a.a6].l;
32963
33016
  }
32964
33017
  else if (a.d == 2) {
32965
- let j = b.b9._inner[a.a6].l;
33018
+ let j = b.ca._inner[a.a6].l;
32966
33019
  if (e >= b.absoluteWidth) {
32967
33020
  h = j + f.inset.left;
32968
33021
  }
@@ -32970,7 +33023,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32970
33023
  h = j - (b.absoluteWidth - e - f.inset.left - f.inset.right);
32971
33024
  }
32972
33025
  }
32973
- this.aj(f, b, a, g, 0, h, c, i, b.c6);
33026
+ this.aj(f, b, a, g, 0, h, c, i, b.c7);
32974
33027
  }
32975
33028
  aw(a, b, c, d, e, f, g, h, i) {
32976
33029
  let j = b.bs;
@@ -32978,10 +33031,10 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
32978
33031
  if (a.h) {
32979
33032
  k = 7;
32980
33033
  j = a.d == 0 ? b.a7 : b.aw;
32981
- if (b.b9._inner[a.a6].a == 1 || b.b9._inner[a.a6].a == 2 || b.b9._inner[a.a6].a == 3) {
33034
+ if (b.ca._inner[a.a6].a == 1 || b.ca._inner[a.a6].a == 2 || b.ca._inner[a.a6].a == 3) {
32982
33035
  j = a.d == 0 ? b.bn : b.a2;
32983
33036
  }
32984
- if (b.b9._inner[a.a6].a == 6) {
33037
+ if (b.ca._inner[a.a6].a == 6) {
32985
33038
  j = a.d == 0 && i.columns._inner[a.a6].it == 0 ? b.bq : b.a5;
32986
33039
  }
32987
33040
  if (a.d == 1) {
@@ -33010,7 +33063,7 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
33010
33063
  this.au(a, b, c, d, e, f, g, false, h);
33011
33064
  }
33012
33065
  au(a, b, c, d, e, f, g, h, i) {
33013
- let j = g ? b.ce._inner[f].g : b.ce._inner[f].d;
33066
+ let j = g ? b.cf._inner[f].g : b.cf._inner[f].d;
33014
33067
  let k = 3;
33015
33068
  let l = b.bl;
33016
33069
  if (g) {
@@ -33044,9 +33097,9 @@ let VisibilityEngine = /*@__PURE__*/ (() => {
33044
33097
  let p = h.inset;
33045
33098
  let q = p.top;
33046
33099
  let r = Math.max(a.j, q);
33047
- n = r + c.c6;
33100
+ n = r + c.c7;
33048
33101
  if (this.i) {
33049
- n = a.o.top + c.c6;
33102
+ n = a.o.top + c.c7;
33050
33103
  }
33051
33104
  o = c.a7;
33052
33105
  }
@@ -33093,7 +33146,7 @@ let PinnedRowInfo = /*@__PURE__*/ (() => {
33093
33146
  this.c = a;
33094
33147
  if (this.c != b) {
33095
33148
  if (this.b != null) {
33096
- this.b.da = Math.min(0, this.c ? this.b.da + 1 : this.b.da - 1);
33149
+ this.b.db = Math.min(0, this.c ? this.b.db + 1 : this.b.db - 1);
33097
33150
  }
33098
33151
  }
33099
33152
  }
@@ -33146,34 +33199,34 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33146
33199
  b.absoluteHeight = 0;
33147
33200
  b.absoluteWidth = 0;
33148
33201
  b.absoluteHeight = truncate(a.inset.top);
33149
- b.c1 = truncate(a.inset.top);
33150
- b.ce.clear();
33202
+ b.c2 = truncate(a.inset.top);
33203
+ b.cf.clear();
33151
33204
  this.c.clear();
33152
- for (let d = 0; d < a.model.b9.count; d++) {
33153
- this.c.addItem(a.model.b9._inner[d].o, a.model.b9._inner[d]);
33205
+ for (let d = 0; d < a.model.ca.count; d++) {
33206
+ this.c.addItem(a.model.ca._inner[d].o, a.model.ca._inner[d]);
33154
33207
  }
33155
- b.dm();
33156
- b.cz = 0;
33208
+ b.dn();
33157
33209
  b.c0 = 0;
33158
- b.cx = -1;
33210
+ b.c1 = 0;
33159
33211
  b.cy = -1;
33160
- a.model.cv = a.columnSpacingWidth;
33212
+ b.cz = -1;
33213
+ a.model.cw = a.columnSpacingWidth;
33161
33214
  if (a.fa == null) {
33162
33215
  return;
33163
33216
  }
33164
33217
  let e = a.fa.getSectionCount();
33165
33218
  e = Math.max(1, e);
33166
- a.model.c7 = a.actualHeaderHeight > 0 ? a.rowSeparatorHeight : 0;
33167
- a.model.c3 = a.actualHeaderHeight + a.model.c7;
33168
- a.model.c6 = a.actualHeaderHeight;
33169
- a.model.c2 = a.j9() ? a.actualRowHeight + a.rowSeparatorHeight : 0;
33170
- a.model.cw = a.j9() ? a.actualRowHeight : 0;
33171
- a.model.absoluteHeight += a.model.c3 + a.model.c2;
33172
- a.model.c1 += a.model.c3 + a.model.c2;
33173
- a.model.cj = a.inset.left;
33174
- a.model.ck = a.inset.right;
33175
- a.model.cl = a.inset.top;
33176
- a.model.ci = a.inset.bottom;
33219
+ a.model.c8 = a.actualHeaderHeight > 0 ? a.rowSeparatorHeight : 0;
33220
+ a.model.c4 = a.actualHeaderHeight + a.model.c8;
33221
+ a.model.c7 = a.actualHeaderHeight;
33222
+ a.model.c3 = a.j9() ? a.actualRowHeight + a.rowSeparatorHeight : 0;
33223
+ a.model.cx = a.j9() ? a.actualRowHeight : 0;
33224
+ a.model.absoluteHeight += a.model.c4 + a.model.c3;
33225
+ a.model.c2 += a.model.c4 + a.model.c3;
33226
+ a.model.ck = a.inset.left;
33227
+ a.model.cl = a.inset.right;
33228
+ a.model.cm = a.inset.top;
33229
+ a.model.cj = a.inset.bottom;
33177
33230
  for (let f = 0; f < e; f++) {
33178
33231
  let g = new SectionInfo();
33179
33232
  g.h = f;
@@ -33186,7 +33239,7 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33186
33239
  g.n = a.actualRowHeight;
33187
33240
  g.q = g.m * g.n;
33188
33241
  a.model.absoluteHeight += g.l();
33189
- a.model.ce.add(g);
33242
+ a.model.cf.add(g);
33190
33243
  }
33191
33244
  let h = a.defaultColumnWidth;
33192
33245
  let i = 0;
@@ -33238,39 +33291,39 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33238
33291
  }
33239
33292
  if (m.hy != 2 && m.hy != 3) {
33240
33293
  if (m.iu == 0) {
33241
- if (b.cx == -1) {
33242
- b.cx = i;
33294
+ if (b.cy == -1) {
33295
+ b.cy = i;
33243
33296
  }
33244
33297
  }
33245
- if (b.cy == -1 && m.iu == 2) {
33246
- b.cy = i;
33298
+ if (b.cz == -1 && m.iu == 2) {
33299
+ b.cz = i;
33247
33300
  }
33248
33301
  }
33249
- a.model.dj(l);
33302
+ a.model.dk(l);
33250
33303
  }
33251
33304
  this.s(b);
33252
33305
  this.c.clear();
33253
- a.model.cz = 0;
33254
33306
  a.model.c0 = 0;
33307
+ a.model.c1 = 0;
33255
33308
  this.q(a, b, c);
33256
33309
  a.dz.ac();
33257
33310
  a.model.absoluteHeight += truncate(a.inset.bottom);
33258
33311
  }
33259
33312
  s(a) {
33260
33313
  if (this.d.count > 0 || this.e.count > 0) {
33261
- if (a.cd == null) {
33262
- a.cd = new List$1(ColumnInfo.$, 0);
33314
+ if (a.ce == null) {
33315
+ a.ce = new List$1(ColumnInfo.$, 0);
33263
33316
  }
33264
33317
  else {
33265
- a.cd.clear();
33318
+ a.ce.clear();
33266
33319
  }
33267
- for (let b = 0; b < a.b9.count; b++) {
33268
- a.b9._inner[b].n = this.m(a.b9._inner[b].d, b, a);
33320
+ for (let b = 0; b < a.ca.count; b++) {
33321
+ a.ca._inner[b].n = this.m(a.ca._inner[b].d, b, a);
33269
33322
  }
33270
- for (let c = 0; c < a.b9.count; c++) {
33271
- for (let d = 0; d < a.b9.count; d++) {
33272
- if (a.b9._inner[d].n == a.cd.count) {
33273
- a.cd.add(a.b9._inner[d]);
33323
+ for (let c = 0; c < a.ca.count; c++) {
33324
+ for (let d = 0; d < a.ca.count; d++) {
33325
+ if (a.ca._inner[d].n == a.ce.count) {
33326
+ a.ce.add(a.ca._inner[d]);
33274
33327
  break;
33275
33328
  }
33276
33329
  }
@@ -33279,15 +33332,15 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33279
33332
  }
33280
33333
  q(a, b, c) {
33281
33334
  b.absoluteWidth = 0;
33282
- b.c4 = 0;
33283
- b.cz = 0;
33335
+ b.c5 = 0;
33284
33336
  b.c0 = 0;
33285
- let d = a.model.cv;
33286
- let e = a.model.cv;
33337
+ b.c1 = 0;
33338
+ let d = a.model.cw;
33339
+ let e = a.model.cw;
33287
33340
  let f = 0;
33288
33341
  let g = new List$1(ColumnInfo.$, 0);
33289
- let h = b.cf;
33290
- for (let i of fromEnum(b.b9)) {
33342
+ let h = b.cg;
33343
+ for (let i of fromEnum(b.ca)) {
33291
33344
  if (i.b.c) {
33292
33345
  f += i.b.f * this.g(i);
33293
33346
  g.add(i);
@@ -33296,35 +33349,35 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33296
33349
  i.k = truncate((Math.max(DeviceUtils.g(i.b.f), i.i)));
33297
33350
  if (i.a != 3) {
33298
33351
  if (i.a == 6) {
33299
- e += i.k + a.model.cv;
33352
+ e += i.k + a.model.cw;
33300
33353
  }
33301
33354
  else {
33302
- e += i.k + a.model.cv - truncate(Math.round(i.f(b)));
33355
+ e += i.k + a.model.cw - truncate(Math.round(i.f(b)));
33303
33356
  }
33304
- b.c4 += i.k + a.model.cv;
33357
+ b.c5 += i.k + a.model.cw;
33305
33358
  if (i.d == 1) {
33306
- b.cz += i.k + b.cv - truncate(Math.round(i.f(b)));
33359
+ b.c0 += i.k + b.cw - truncate(Math.round(i.f(b)));
33307
33360
  }
33308
33361
  if (i.d == 2) {
33309
- b.c0 += i.k + b.cv - truncate(Math.round(i.f(b)));
33362
+ b.c1 += i.k + b.cw - truncate(Math.round(i.f(b)));
33310
33363
  }
33311
33364
  }
33312
33365
  if (i.a == 6) {
33313
- d += i.k + a.model.cv;
33366
+ d += i.k + a.model.cw;
33314
33367
  }
33315
33368
  else {
33316
- d += i.k + a.model.cv - truncate(Math.round(i.f(b)));
33369
+ d += i.k + a.model.cw - truncate(Math.round(i.f(b)));
33317
33370
  }
33318
33371
  }
33319
33372
  }
33320
- b.cz = Math.max(0, b.cz - b.cv);
33373
+ b.c0 = Math.max(0, b.c0 - b.cw);
33321
33374
  if (f > 0) {
33322
33375
  let j = e;
33323
33376
  e = SpatialEngine.p(a, b, c, d, e, f, g);
33324
33377
  }
33325
33378
  a.model.absoluteWidth = e;
33326
33379
  a.model.absoluteWidth += truncate((a.inset.left + a.inset.right));
33327
- a.model.c4 += truncate((a.inset.left + a.inset.right));
33380
+ a.model.c5 += truncate((a.inset.left + a.inset.right));
33328
33381
  }
33329
33382
  g(a) {
33330
33383
  if (a.a == 6) {
@@ -33339,8 +33392,8 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33339
33392
  static p(a, b, c, d, e, f, g) {
33340
33393
  c -= d;
33341
33394
  c -= truncate((a.inset.left + a.inset.right));
33342
- c -= (g.count * a.model.cv);
33343
- c -= a.model.dd + a.model.de;
33395
+ c -= (g.count * a.model.cw);
33396
+ c -= a.model.de + a.model.df;
33344
33397
  let h = 0;
33345
33398
  let i = (c) / f;
33346
33399
  if (i < 0) {
@@ -33366,23 +33419,23 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33366
33419
  l.k = truncate(l.i);
33367
33420
  if (l.a != 6) {
33368
33421
  if (l.a != 3) {
33369
- e += (l.k) + a.model.cv - truncate(Math.round(l.f(b)));
33370
- b.c4 += l.k + a.model.cv;
33422
+ e += (l.k) + a.model.cw - truncate(Math.round(l.f(b)));
33423
+ b.c5 += l.k + a.model.cw;
33371
33424
  }
33372
33425
  if (l.a == 6) {
33373
- let m = (l.k) + a.model.cv;
33426
+ let m = (l.k) + a.model.cw;
33374
33427
  d += m;
33375
33428
  c -= m;
33376
33429
  }
33377
33430
  else {
33378
- let n = (l.k) + a.model.cv - truncate(Math.round(l.f(b)));
33431
+ let n = (l.k) + a.model.cw - truncate(Math.round(l.f(b)));
33379
33432
  d += n;
33380
33433
  c -= n;
33381
33434
  }
33382
33435
  }
33383
33436
  else {
33384
33437
  e += l.k;
33385
- b.c4 += l.k + a.model.cv;
33438
+ b.c5 += l.k + a.model.cw;
33386
33439
  }
33387
33440
  }
33388
33441
  }
@@ -33396,10 +33449,10 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33396
33449
  if (k.contains(p)) {
33397
33450
  if (p.a != 3) {
33398
33451
  if (p.d == 1) {
33399
- a.model.cz += p.k + a.model.cv;
33452
+ a.model.c0 += p.k + a.model.cw;
33400
33453
  }
33401
33454
  if (p.d == 2) {
33402
- a.model.c0 += p.k + a.model.cv;
33455
+ a.model.c1 += p.k + a.model.cw;
33403
33456
  }
33404
33457
  }
33405
33458
  continue;
@@ -33413,11 +33466,11 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33413
33466
  else {
33414
33467
  p.k = truncate(Math.floor(q));
33415
33468
  }
33416
- e += a.model.cv;
33417
- d += a.model.cv;
33418
- h += a.model.cv;
33419
- o += a.model.cv;
33420
- b.c4 += a.model.cv;
33469
+ e += a.model.cw;
33470
+ d += a.model.cw;
33471
+ h += a.model.cw;
33472
+ o += a.model.cw;
33473
+ b.c5 += a.model.cw;
33421
33474
  if (p.a != 3) {
33422
33475
  if (p.a == 6) {
33423
33476
  e += p.k;
@@ -33426,12 +33479,12 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33426
33479
  e += p.k - truncate(Math.round(p.f(b)));
33427
33480
  }
33428
33481
  if (p.d == 1) {
33429
- a.model.cz += p.k + a.model.cv;
33482
+ a.model.c0 += p.k + a.model.cw;
33430
33483
  }
33431
33484
  if (p.d == 2) {
33432
- a.model.c0 += p.k + a.model.cv;
33485
+ a.model.c1 += p.k + a.model.cw;
33433
33486
  }
33434
- b.c4 += p.k;
33487
+ b.c5 += p.k;
33435
33488
  }
33436
33489
  if (p.a == 6) {
33437
33490
  d += p.k;
@@ -33442,20 +33495,20 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33442
33495
  h += p.k - truncate(Math.round(p.f(b)));
33443
33496
  }
33444
33497
  }
33445
- a.model.cz = Math.max(0, a.model.cz - a.model.cv);
33498
+ a.model.c0 = Math.max(0, a.model.c0 - a.model.cw);
33446
33499
  if (h < c) {
33447
- let s = (c - h - a.model.cv);
33500
+ let s = (c - h - a.model.cw);
33448
33501
  g._inner[g.count - 1].k += s;
33449
33502
  e += s;
33450
33503
  d += s;
33451
- b.c4 += s;
33504
+ b.c5 += s;
33452
33505
  }
33453
33506
  if (h > c) {
33454
- let t = (c - h - a.model.cv);
33507
+ let t = (c - h - a.model.cw);
33455
33508
  g._inner[g.count - 1].k += t;
33456
33509
  e += t;
33457
33510
  d += t;
33458
- b.c4 += t;
33511
+ b.c5 += t;
33459
33512
  }
33460
33513
  return e;
33461
33514
  }
@@ -33464,33 +33517,33 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33464
33517
  }
33465
33518
  l(a, b, c) {
33466
33519
  let d = 0;
33467
- if (b.b9._inner[a].d == 1) {
33468
- d += this.h(a, b.b9._inner[a].o, 1, b);
33520
+ if (b.ca._inner[a].d == 1) {
33521
+ d += this.h(a, b.ca._inner[a].o, 1, b);
33469
33522
  }
33470
- if (b.b9._inner[a].d == 0) {
33471
- d += this.h(b.b9.count, b.b9._inner[a].o, 1, b);
33472
- d += this.h(a, b.b9._inner[a].o, 0, b);
33523
+ if (b.ca._inner[a].d == 0) {
33524
+ d += this.h(b.ca.count, b.ca._inner[a].o, 1, b);
33525
+ d += this.h(a, b.ca._inner[a].o, 0, b);
33473
33526
  }
33474
- if (b.b9._inner[a].d == 2) {
33475
- d += this.h(b.b9.count, b.b9._inner[a].o, 1, b);
33476
- d += this.h(b.b9.count, b.b9._inner[a].o, 0, b);
33477
- d += this.h(a, b.b9._inner[a].o, 2, b);
33527
+ if (b.ca._inner[a].d == 2) {
33528
+ d += this.h(b.ca.count, b.ca._inner[a].o, 1, b);
33529
+ d += this.h(b.ca.count, b.ca._inner[a].o, 0, b);
33530
+ d += this.h(a, b.ca._inner[a].o, 2, b);
33478
33531
  }
33479
- d += truncate(Math.round(b.cf._inner[a].ad(b.b9._inner[a].o)));
33532
+ d += truncate(Math.round(b.cg._inner[a].ad(b.ca._inner[a].o)));
33480
33533
  if (!c) {
33481
- d = truncate((d + Math.round(b.b9._inner[a].e(b))));
33534
+ d = truncate((d + Math.round(b.ca._inner[a].e(b))));
33482
33535
  }
33483
33536
  return d;
33484
33537
  }
33485
33538
  h(a, b, c, d) {
33486
33539
  let e = 0;
33487
33540
  for (let f = 0; f < a; f++) {
33488
- if (d.b9._inner[f].d == c) {
33489
- e += truncate(Math.round(d.cf._inner[f].ad(b)));
33490
- if (d.b9._inner[f].a != 6) {
33491
- e += (d.b9._inner[f].k) + d.cv - truncate(Math.round(d.b9._inner[f].f(d)));
33541
+ if (d.ca._inner[f].d == c) {
33542
+ e += truncate(Math.round(d.cg._inner[f].ad(b)));
33543
+ if (d.ca._inner[f].a != 6) {
33544
+ e += (d.ca._inner[f].k) + d.cw - truncate(Math.round(d.ca._inner[f].f(d)));
33492
33545
  }
33493
- e += truncate(Math.round(d.cf._inner[f].af(b)));
33546
+ e += truncate(Math.round(d.cg._inner[f].af(b)));
33494
33547
  }
33495
33548
  }
33496
33549
  return e;
@@ -33500,7 +33553,7 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33500
33553
  if (a == 0) {
33501
33554
  let e = 0;
33502
33555
  for (let f = 0; f < b; f++) {
33503
- if (c.b9._inner[f].d == 0) {
33556
+ if (c.ca._inner[f].d == 0) {
33504
33557
  e++;
33505
33558
  }
33506
33559
  }
@@ -33522,30 +33575,30 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33522
33575
  i++;
33523
33576
  }
33524
33577
  }
33525
- d = c.b9.count - 1 - i;
33578
+ d = c.ca.count - 1 - i;
33526
33579
  }
33527
33580
  return d;
33528
33581
  }
33529
33582
  j(a, b) {
33530
- for (let c = 0; c < b.b9.count; c++) {
33531
- if (b.b9._inner[c].n == a) {
33583
+ for (let c = 0; c < b.ca.count; c++) {
33584
+ if (b.ca._inner[c].n == a) {
33532
33585
  return c;
33533
33586
  }
33534
33587
  }
33535
33588
  return -1;
33536
33589
  }
33537
33590
  n(a, b, c) {
33538
- let d = c.b9._inner[a].o;
33539
- let e = truncate(b.inset.left) + c.cz + c.cv;
33540
- let f = c.cf;
33541
- let g = c.b9;
33591
+ let d = c.ca._inner[a].o;
33592
+ let e = truncate(b.inset.left) + c.c0 + c.cw;
33593
+ let f = c.cg;
33594
+ let g = c.ca;
33542
33595
  for (let h = 0; h < a; h++) {
33543
33596
  if (g._inner[h].d != 0) {
33544
33597
  continue;
33545
33598
  }
33546
33599
  e += truncate(Math.round(f._inner[h].ad(d)));
33547
33600
  if (g._inner[h].a != 6) {
33548
- e += (g._inner[h].k) + b.model.cv - truncate(Math.round(g._inner[h].f(c)));
33601
+ e += (g._inner[h].k) + b.model.cw - truncate(Math.round(g._inner[h].f(c)));
33549
33602
  }
33550
33603
  e += truncate(Math.round(f._inner[h].af(d)));
33551
33604
  }
@@ -33557,15 +33610,15 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33557
33610
  let e = 0;
33558
33611
  let f = truncate(b.inset.left);
33559
33612
  e += f;
33560
- let g = c.cf;
33561
- let h = (this.d.count > 0 || this.e.count > 0) && c.cd != null;
33562
- let i = h ? c.cd : c.b9;
33613
+ let g = c.cg;
33614
+ let h = (this.d.count > 0 || this.e.count > 0) && c.ce != null;
33615
+ let i = h ? c.ce : c.ca;
33563
33616
  let j = i.count;
33564
33617
  for (let k = 0; k < j; k++) {
33565
33618
  let l = i._inner[k];
33566
33619
  e += truncate(Math.round(g._inner[d].ad(-1)));
33567
33620
  if (l.a != 6) {
33568
- e += (l.k) + b.model.cv - truncate(Math.round(l.f(c)));
33621
+ e += (l.k) + b.model.cw - truncate(Math.round(l.f(c)));
33569
33622
  }
33570
33623
  if (a <= e) {
33571
33624
  return d;
@@ -33573,16 +33626,16 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33573
33626
  e += truncate(Math.round(g._inner[d].af(-1)));
33574
33627
  d++;
33575
33628
  }
33576
- let m = c.b9.count - 1;
33629
+ let m = c.ca.count - 1;
33577
33630
  if (d > m) {
33578
33631
  d = m;
33579
33632
  }
33580
33633
  return d;
33581
33634
  }
33582
33635
  b(a, b) {
33583
- let c = b.ce.count;
33636
+ let c = b.cf.count;
33584
33637
  for (let d = 0; d < c; d++) {
33585
- let e = b.ce._inner[d];
33638
+ let e = b.cf._inner[d];
33586
33639
  let f = e.i;
33587
33640
  let g = f + e.l();
33588
33641
  if (a <= g) {
@@ -33592,23 +33645,23 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33592
33645
  return e.a(a);
33593
33646
  }
33594
33647
  }
33595
- return new RowPath(b.ce.count - 1, b.ce._inner[b.ce.count - 1].m - 1);
33648
+ return new RowPath(b.cf.count - 1, b.cf._inner[b.cf.count - 1].m - 1);
33596
33649
  }
33597
33650
  v(a, b, c, d) {
33598
33651
  this.ab(a, b, d, false);
33599
- for (let e = b + 1; e < d.b9.count; e++) {
33652
+ for (let e = b + 1; e < d.ca.count; e++) {
33600
33653
  this.aa(e, d, false, b);
33601
33654
  }
33602
33655
  }
33603
33656
  t(a, b, c) {
33604
- for (let d = c.b9.count - 1; d >= a; d--) {
33657
+ for (let d = c.ca.count - 1; d >= a; d--) {
33605
33658
  this.aa(d, c, true, a);
33606
33659
  }
33607
33660
  }
33608
33661
  x(a, b) {
33609
- for (let c = 0; c < b.cc.count; c++) {
33662
+ for (let c = 0; c < b.cd.count; c++) {
33610
33663
  let d = new List$1(CellModel.$, 0);
33611
- let e = b.cc._inner[c];
33664
+ let e = b.cd._inner[c];
33612
33665
  for (let f = 0; f < e.o.count; f++) {
33613
33666
  if (e.p._inner[f]) {
33614
33667
  continue;
@@ -33632,9 +33685,9 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33632
33685
  }
33633
33686
  }
33634
33687
  y(a, b, c) {
33635
- for (let d = 0; d < c.cc.count; d++) {
33688
+ for (let d = 0; d < c.cd.count; d++) {
33636
33689
  let e = new List$1(CellModel.$, 0);
33637
- let f = c.cc._inner[d];
33690
+ let f = c.cd._inner[d];
33638
33691
  let g = new List$1(CellPath.$, 0);
33639
33692
  for (let h = 0; h < f.o.count; h++) {
33640
33693
  if (f.p._inner[h]) {
@@ -33666,9 +33719,9 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33666
33719
  }
33667
33720
  }
33668
33721
  aa(a, b, c, d) {
33669
- for (let e = 0; e < b.cc.count; e++) {
33722
+ for (let e = 0; e < b.cd.count; e++) {
33670
33723
  let f = new List$1(CellModel.$, 0);
33671
- let g = b.cc._inner[e];
33724
+ let g = b.cd._inner[e];
33672
33725
  for (let h = 0; h < g.o.count; h++) {
33673
33726
  if (g.p._inner[h]) {
33674
33727
  continue;
@@ -33692,7 +33745,7 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33692
33745
  }
33693
33746
  g.g = false;
33694
33747
  }
33695
- let l = b.cf;
33748
+ let l = b.cg;
33696
33749
  if (c) {
33697
33750
  if (a == l.count - 1) {
33698
33751
  l.add(new GridColumnSpacerCollection());
@@ -33712,9 +33765,9 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33712
33765
  }
33713
33766
  }
33714
33767
  ab(a, b, c, d) {
33715
- for (let e = 0; e < c.cc.count; e++) {
33768
+ for (let e = 0; e < c.cd.count; e++) {
33716
33769
  let f = new List$1(CellModel.$, 0);
33717
- let g = c.cc._inner[e];
33770
+ let g = c.cd._inner[e];
33718
33771
  for (let h = 0; h < g.o.count; h++) {
33719
33772
  if (g.p._inner[h]) {
33720
33773
  continue;
@@ -33738,7 +33791,7 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33738
33791
  }
33739
33792
  g.g = false;
33740
33793
  }
33741
- let l = c.cf;
33794
+ let l = c.cg;
33742
33795
  if (b < l.count) {
33743
33796
  for (let m = l._inner[b].count - 1; m >= 0; m--) {
33744
33797
  this.a.add(l._inner[b]._inner[m]);
@@ -33747,9 +33800,9 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33747
33800
  }
33748
33801
  }
33749
33802
  z(a, b) {
33750
- for (let c = 0; c < b.cc.count; c++) {
33803
+ for (let c = 0; c < b.cd.count; c++) {
33751
33804
  let d = new List$1(CellModel.$, 0);
33752
- let e = b.cc._inner[c];
33805
+ let e = b.cd._inner[c];
33753
33806
  for (let f = 0; f < e.o.count; f++) {
33754
33807
  if (e.p._inner[f]) {
33755
33808
  continue;
@@ -33770,20 +33823,20 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33770
33823
  }
33771
33824
  }
33772
33825
  w(a, b) {
33773
- for (let c = 0; c < b.b9.count; c++) {
33826
+ for (let c = 0; c < b.ca.count; c++) {
33774
33827
  this.ab(a, c, b, false);
33775
33828
  }
33776
33829
  }
33777
33830
  u(a, b, c, d, e) {
33778
33831
  this.ab(a, c, b, true);
33779
- for (let f = c + 1; f < b.b9.count; f++) {
33832
+ for (let f = c + 1; f < b.ca.count; f++) {
33780
33833
  this.aa(f, b, false, c);
33781
33834
  }
33782
- for (let g = b.b9.count - 1; g >= d; g--) {
33835
+ for (let g = b.ca.count - 1; g >= d; g--) {
33783
33836
  this.aa(g, b, true, d);
33784
33837
  }
33785
33838
  this.z(d, b);
33786
- let h = b.cf;
33839
+ let h = b.cg;
33787
33840
  for (let i = this.a.count - 1; i >= 0; i--) {
33788
33841
  h._inner[c].add(this.a._inner[i]);
33789
33842
  this.a.removeAt(i);
@@ -33795,7 +33848,7 @@ let SpatialEngine = /*@__PURE__*/ (() => {
33795
33848
  }
33796
33849
  let c = 0;
33797
33850
  for (let d = 0; d < b.y; d++) {
33798
- c += a.ce._inner[d].m;
33851
+ c += a.cf._inner[d].m;
33799
33852
  }
33800
33853
  c += b.x;
33801
33854
  return c;
@@ -34214,15 +34267,15 @@ let ColumnInfo = /*@__PURE__*/ (() => {
34214
34267
  b = b - 1;
34215
34268
  }
34216
34269
  }
34217
- return this.g + b * (this.k + a.cv);
34270
+ return this.g + b * (this.k + a.cw);
34218
34271
  }
34219
34272
  f(a) {
34220
- let b = Math.abs(this.g + this.h * (this.k + a.cv));
34221
- if (b < (-1 * (this.k + a.cv))) {
34222
- b = (-1 * (this.k + a.cv));
34273
+ let b = Math.abs(this.g + this.h * (this.k + a.cw));
34274
+ if (b < (-1 * (this.k + a.cw))) {
34275
+ b = (-1 * (this.k + a.cw));
34223
34276
  }
34224
- if (b > (this.k + a.cv)) {
34225
- b = (this.k + a.cv);
34277
+ if (b > (this.k + a.cw)) {
34278
+ b = (this.k + a.cw);
34226
34279
  }
34227
34280
  return b;
34228
34281
  }
@@ -34348,19 +34401,19 @@ let VisualModel = /*@__PURE__*/ (() => {
34348
34401
  set absoluteHeight(a) {
34349
34402
  this._absoluteHeight = a;
34350
34403
  }
34351
- get cr() {
34404
+ get cs() {
34352
34405
  return truncate(this.actualVisibleRegion.top);
34353
34406
  }
34354
- get cm() {
34407
+ get cn() {
34355
34408
  return truncate(this.actualVisibleRegion.left);
34356
34409
  }
34357
- get cp() {
34410
+ get cq() {
34358
34411
  return truncate(this.actualVisibleRegion.right);
34359
34412
  }
34360
- get ch() {
34413
+ get ci() {
34361
34414
  return truncate(this.actualVisibleRegion.height);
34362
34415
  }
34363
- get cs() {
34416
+ get ct() {
34364
34417
  return truncate(this.actualVisibleRegion.width);
34365
34418
  }
34366
34419
  get bm() {
@@ -34368,252 +34421,252 @@ let VisualModel = /*@__PURE__*/ (() => {
34368
34421
  }
34369
34422
  set bm(a) {
34370
34423
  this.am = a;
34371
- this.dn();
34424
+ this.dp();
34372
34425
  }
34373
34426
  get a1() {
34374
34427
  return this.r;
34375
34428
  }
34376
34429
  set a1(a) {
34377
34430
  this.r = a;
34378
- this.dn();
34431
+ this.dp();
34379
34432
  }
34380
34433
  get at() {
34381
34434
  return this.j;
34382
34435
  }
34383
34436
  set at(a) {
34384
34437
  this.j = a;
34385
- this.dn();
34438
+ this.dp();
34386
34439
  }
34387
34440
  get bg() {
34388
34441
  return this.ag;
34389
34442
  }
34390
34443
  set bg(a) {
34391
34444
  this.ag = a;
34392
- this.dn();
34445
+ this.dp();
34393
34446
  }
34394
34447
  get av() {
34395
34448
  return this.l;
34396
34449
  }
34397
34450
  set av(a) {
34398
34451
  this.l = a;
34399
- this.dn();
34452
+ this.dp();
34400
34453
  }
34401
34454
  get bp() {
34402
34455
  return this.ap;
34403
34456
  }
34404
34457
  set bp(a) {
34405
34458
  this.ap = a;
34406
- this.dn();
34459
+ this.dp();
34407
34460
  }
34408
34461
  get a4() {
34409
34462
  return this.u;
34410
34463
  }
34411
34464
  set a4(a) {
34412
34465
  this.u = a;
34413
- this.dn();
34466
+ this.dp();
34414
34467
  }
34415
34468
  get ay() {
34416
34469
  return this.o;
34417
34470
  }
34418
34471
  set ay(a) {
34419
34472
  this.o = a;
34420
- this.dn();
34473
+ this.dp();
34421
34474
  }
34422
34475
  get ba() {
34423
34476
  return this.aa;
34424
34477
  }
34425
34478
  set ba(a) {
34426
34479
  this.aa = a;
34427
- this.dn();
34480
+ this.dp();
34428
34481
  }
34429
34482
  get a0() {
34430
34483
  return this.q;
34431
34484
  }
34432
34485
  set a0(a) {
34433
34486
  this.q = a;
34434
- this.dn();
34487
+ this.dp();
34435
34488
  }
34436
34489
  get au() {
34437
34490
  return this.k;
34438
34491
  }
34439
34492
  set au(a) {
34440
34493
  this.k = a;
34441
- this.dn();
34494
+ this.dp();
34442
34495
  }
34443
34496
  get bo() {
34444
34497
  return this.ao;
34445
34498
  }
34446
34499
  set bo(a) {
34447
34500
  this.ao = a;
34448
- this.dn();
34501
+ this.dp();
34449
34502
  }
34450
34503
  get a3() {
34451
34504
  return this.t;
34452
34505
  }
34453
34506
  set a3(a) {
34454
34507
  this.t = a;
34455
- this.dn();
34508
+ this.dp();
34456
34509
  }
34457
34510
  get a2() {
34458
34511
  return this.s;
34459
34512
  }
34460
34513
  set a2(a) {
34461
34514
  this.s = a;
34462
- this.dn();
34515
+ this.dp();
34463
34516
  }
34464
34517
  get bn() {
34465
34518
  return this.an;
34466
34519
  }
34467
34520
  set bn(a) {
34468
34521
  this.an = a;
34469
- this.dn();
34522
+ this.dp();
34470
34523
  }
34471
34524
  get a8() {
34472
34525
  return this.y;
34473
34526
  }
34474
34527
  set a8(a) {
34475
34528
  this.y = a;
34476
- this.dn();
34529
+ this.dp();
34477
34530
  }
34478
34531
  get a7() {
34479
34532
  return this.x;
34480
34533
  }
34481
34534
  set a7(a) {
34482
34535
  this.x = a;
34483
- this.dn();
34536
+ this.dp();
34484
34537
  }
34485
34538
  get aw() {
34486
34539
  return this.m;
34487
34540
  }
34488
34541
  set aw(a) {
34489
34542
  this.m = a;
34490
- this.dn();
34543
+ this.dp();
34491
34544
  }
34492
34545
  get br() {
34493
34546
  return this.ar;
34494
34547
  }
34495
34548
  set br(a) {
34496
34549
  this.ar = a;
34497
- this.dn();
34550
+ this.dp();
34498
34551
  }
34499
34552
  get a6() {
34500
34553
  return this.w;
34501
34554
  }
34502
34555
  set a6(a) {
34503
34556
  this.w = a;
34504
- this.dn();
34557
+ this.dp();
34505
34558
  }
34506
34559
  get a5() {
34507
34560
  return this.v;
34508
34561
  }
34509
34562
  set a5(a) {
34510
34563
  this.v = a;
34511
- this.dn();
34564
+ this.dp();
34512
34565
  }
34513
34566
  get bq() {
34514
34567
  return this.aq;
34515
34568
  }
34516
34569
  set bq(a) {
34517
34570
  this.aq = a;
34518
- this.dn();
34571
+ this.dp();
34519
34572
  }
34520
34573
  get ax() {
34521
34574
  return this.n;
34522
34575
  }
34523
34576
  set ax(a) {
34524
34577
  this.n = a;
34525
- this.dn();
34578
+ this.dp();
34526
34579
  }
34527
34580
  get a9() {
34528
34581
  return this.z;
34529
34582
  }
34530
34583
  set a9(a) {
34531
34584
  this.z = a;
34532
- this.dn();
34585
+ this.dp();
34533
34586
  }
34534
34587
  get az() {
34535
34588
  return this.p;
34536
34589
  }
34537
34590
  set az(a) {
34538
34591
  this.p = a;
34539
- this.dn();
34592
+ this.dp();
34540
34593
  }
34541
34594
  get bh() {
34542
34595
  return this.ah;
34543
34596
  }
34544
34597
  set bh(a) {
34545
34598
  this.ah = a;
34546
- this.dn();
34599
+ this.dp();
34547
34600
  }
34548
34601
  get bb() {
34549
34602
  return this.ab;
34550
34603
  }
34551
34604
  set bb(a) {
34552
34605
  this.ab = a;
34553
- this.dn();
34606
+ this.dp();
34554
34607
  }
34555
34608
  get bc() {
34556
34609
  return this.ac;
34557
34610
  }
34558
34611
  set bc(a) {
34559
34612
  this.ac = a;
34560
- this.dn();
34613
+ this.dp();
34561
34614
  }
34562
34615
  get bd() {
34563
34616
  return this.ad;
34564
34617
  }
34565
34618
  set bd(a) {
34566
34619
  this.ad = a;
34567
- this.dn();
34620
+ this.dp();
34568
34621
  }
34569
34622
  get bi() {
34570
34623
  return this.ai;
34571
34624
  }
34572
34625
  set bi(a) {
34573
34626
  this.ai = a;
34574
- this.dn();
34627
+ this.dp();
34575
34628
  }
34576
34629
  get be() {
34577
34630
  return this.ae;
34578
34631
  }
34579
34632
  set be(a) {
34580
34633
  this.ae = a;
34581
- this.dn();
34634
+ this.dp();
34582
34635
  }
34583
34636
  get bf() {
34584
34637
  return this.af;
34585
34638
  }
34586
34639
  set bf(a) {
34587
34640
  this.af = a;
34588
- this.dn();
34641
+ this.dp();
34589
34642
  }
34590
34643
  get bj() {
34591
34644
  return this.aj;
34592
34645
  }
34593
34646
  set bj(a) {
34594
34647
  this.aj = a;
34595
- this.dn();
34648
+ this.dp();
34596
34649
  }
34597
34650
  get bl() {
34598
34651
  return this.al;
34599
34652
  }
34600
34653
  set bl(a) {
34601
34654
  this.al = a;
34602
- this.dn();
34655
+ this.dp();
34603
34656
  }
34604
34657
  get bk() {
34605
34658
  return this.ak;
34606
34659
  }
34607
34660
  set bk(a) {
34608
34661
  this.ak = a;
34609
- this.dn();
34662
+ this.dp();
34610
34663
  }
34611
34664
  get bs() {
34612
34665
  return this.as;
34613
34666
  }
34614
34667
  set bs(a) {
34615
34668
  this.as = a;
34616
- this.dn();
34669
+ this.dp();
34617
34670
  }
34618
34671
  get bu() {
34619
34672
  return this.bt;
@@ -34624,7 +34677,7 @@ let VisualModel = /*@__PURE__*/ (() => {
34624
34677
  f(a, b) {
34625
34678
  a += this.actualVisibleRegion.left;
34626
34679
  b += this.actualVisibleRegion.top;
34627
- let c = this.cc;
34680
+ let c = this.cd;
34628
34681
  let d = c.count;
34629
34682
  for (let e = d - 1; e >= 0; e--) {
34630
34683
  if (c._inner[e] == this.at) {
@@ -34651,7 +34704,7 @@ let VisualModel = /*@__PURE__*/ (() => {
34651
34704
  return k;
34652
34705
  }
34653
34706
  }
34654
- c = this.cc;
34707
+ c = this.cd;
34655
34708
  d = c.count;
34656
34709
  for (let l = d - 1; l >= 0; l--) {
34657
34710
  let m = c._inner[l].q;
@@ -34676,14 +34729,14 @@ let VisualModel = /*@__PURE__*/ (() => {
34676
34729
  set bz(a) {
34677
34730
  this.by = a;
34678
34731
  }
34679
- get cf() {
34680
- while (this.b8.count < this.b9.count) {
34681
- this.b8.add(new GridColumnSpacerCollection());
34732
+ get cg() {
34733
+ while (this.b9.count < this.ca.count) {
34734
+ this.b9.add(new GridColumnSpacerCollection());
34682
34735
  }
34683
- return this.b8;
34736
+ return this.b9;
34684
34737
  }
34685
- set cf(a) {
34686
- this.b8 = a;
34738
+ set cg(a) {
34739
+ this.b9 = a;
34687
34740
  }
34688
34741
  b4() {
34689
34742
  if (this.bx != null && this.bw != null && this.bx.x >= 0 && this.bw.x >= 0) {
@@ -34692,48 +34745,48 @@ let VisualModel = /*@__PURE__*/ (() => {
34692
34745
  return false;
34693
34746
  }
34694
34747
  h(a) {
34695
- if (a == this.di) {
34748
+ if (a == this.dj) {
34696
34749
  return this.g;
34697
34750
  }
34698
34751
  let b = null;
34699
- if (this.b6.containsKey(a)) {
34700
- b = this.b9._inner[this.b6.item(a)];
34752
+ if (this.b7.containsKey(a)) {
34753
+ b = this.ca._inner[this.b7.item(a)];
34701
34754
  }
34702
- this.di = a;
34755
+ this.dj = a;
34703
34756
  this.g = b;
34704
34757
  return b;
34705
34758
  }
34706
- dj(a) {
34707
- this.b9.add(a);
34708
- this.b6.addItem(a.o, this.b9.count - 1);
34759
+ dk(a) {
34760
+ this.ca.add(a);
34761
+ this.b7.addItem(a.o, this.ca.count - 1);
34709
34762
  }
34710
34763
  constructor() {
34711
34764
  super();
34712
34765
  this._actualVisibleRegion = null;
34713
34766
  this._absoluteWidth = 0;
34714
34767
  this._absoluteHeight = 0;
34715
- this.c3 = 0;
34716
- this.c6 = 0;
34768
+ this.c4 = 0;
34717
34769
  this.c7 = 0;
34718
- this.c1 = 0;
34719
- this.cz = 0;
34770
+ this.c8 = 0;
34771
+ this.c2 = 0;
34720
34772
  this.c0 = 0;
34721
- this.cv = 0;
34722
- this.dd = 0;
34773
+ this.c1 = 0;
34774
+ this.cw = 0;
34723
34775
  this.de = 0;
34724
- this.cn = 0;
34776
+ this.df = 0;
34725
34777
  this.co = 0;
34726
- this.cx = 0;
34778
+ this.cp = 0;
34727
34779
  this.cy = 0;
34728
- this.c4 = 0;
34729
- this.da = 0;
34730
- this.cq = 0;
34731
- this.cj = 0;
34780
+ this.cz = 0;
34781
+ this.c5 = 0;
34782
+ this.db = 0;
34783
+ this.cr = 0;
34732
34784
  this.ck = 0;
34733
34785
  this.cl = 0;
34734
- this.ci = 0;
34735
- this.c2 = 0;
34736
- this.cw = 0;
34786
+ this.cm = 0;
34787
+ this.cj = 0;
34788
+ this.c3 = 0;
34789
+ this.cx = 0;
34737
34790
  this.am = null;
34738
34791
  this.r = null;
34739
34792
  this.j = null;
@@ -34775,28 +34828,29 @@ let VisualModel = /*@__PURE__*/ (() => {
34775
34828
  this.bv = null;
34776
34829
  this.d = null;
34777
34830
  this.by = null;
34831
+ this.cf = null;
34832
+ this.ca = null;
34778
34833
  this.ce = null;
34779
- this.b9 = null;
34780
- this.cd = null;
34781
34834
  this.b3 = false;
34782
34835
  this.b5 = false;
34836
+ this.b6 = false;
34783
34837
  this.b2 = false;
34784
- this.b8 = new List$1(GridColumnSpacerCollection.$, 0);
34785
- this.b6 = null;
34838
+ this.b9 = new List$1(GridColumnSpacerCollection.$, 0);
34839
+ this.b7 = null;
34786
34840
  this.bx = null;
34787
34841
  this.bw = null;
34788
- this.di = -1;
34842
+ this.dj = -1;
34789
34843
  this.g = null;
34790
- this.b7 = null;
34791
- this.cg = null;
34792
- this.c8 = 0;
34793
- this.db = 0;
34844
+ this.b8 = null;
34845
+ this.ch = null;
34794
34846
  this.c9 = 0;
34795
34847
  this.dc = 0;
34848
+ this.da = 0;
34849
+ this.dd = 0;
34796
34850
  this.b1 = false;
34797
- this.dg = 0;
34798
34851
  this.dh = 0;
34799
- this.df = 0;
34852
+ this.di = 0;
34853
+ this.dg = 0;
34800
34854
  this.actualVisibleRegion = Rect.empty;
34801
34855
  this.am = new GridLayer("SubContentLayer");
34802
34856
  this.j = new GridLayer("ContentLayer");
@@ -34836,62 +34890,62 @@ let VisualModel = /*@__PURE__*/ (() => {
34836
34890
  this.o = new GridLayer("FixedMergedCellsLayer");
34837
34891
  this.aa = new GridLayer("PinnedRowsMergedCellsLayer");
34838
34892
  this.by = new FastIterationDictionary$2(CellPath.$, List$1.$.specialize(CellModel.$), 0);
34839
- this.dn();
34840
- this.ce = new List$1(SectionInfo.$, 0);
34841
- this.b9 = new List$1(ColumnInfo.$, 0);
34842
- this.b6 = new Dictionary$2(Number_$type, Number_$type, 0);
34843
- this.cg = new List$1(Number_$type, 0);
34893
+ this.dp();
34894
+ this.cf = new List$1(SectionInfo.$, 0);
34895
+ this.ca = new List$1(ColumnInfo.$, 0);
34896
+ this.b7 = new Dictionary$2(Number_$type, Number_$type, 0);
34897
+ this.ch = new List$1(Number_$type, 0);
34898
+ }
34899
+ dp() {
34900
+ this.b8 = new List$1(GridLayer.$, 0);
34901
+ this.b8.add(this.bm);
34902
+ this.b8.add(this.at);
34903
+ this.b8.add(this.bg);
34904
+ this.b8.add(this.bp);
34905
+ this.b8.add(this.au);
34906
+ this.b8.add(this.bb);
34907
+ this.b8.add(this.a9);
34908
+ this.b8.add(this.bc);
34909
+ this.b8.add(this.a1);
34910
+ this.b8.add(this.av);
34911
+ this.b8.add(this.a4);
34912
+ this.b8.add(this.az);
34913
+ this.b8.add(this.bh);
34914
+ this.b8.add(this.ba);
34915
+ this.b8.add(this.ay);
34916
+ this.b8.add(this.a0);
34917
+ this.b8.add(this.bl);
34918
+ this.b8.add(this.bk);
34919
+ this.b8.add(this.be);
34920
+ this.b8.add(this.bd);
34921
+ this.b8.add(this.bi);
34922
+ this.b8.add(this.bf);
34923
+ this.b8.add(this.bj);
34924
+ this.b8.add(this.bo);
34925
+ this.b8.add(this.bn);
34926
+ this.b8.add(this.a8);
34927
+ this.b8.add(this.a7);
34928
+ this.b8.add(this.br);
34929
+ this.b8.add(this.bq);
34930
+ this.b8.add(this.a3);
34931
+ this.b8.add(this.a2);
34932
+ this.b8.add(this.ax);
34933
+ this.b8.add(this.aw);
34934
+ this.b8.add(this.a6);
34935
+ this.b8.add(this.a5);
34936
+ this.b8.add(this.bs);
34844
34937
  }
34845
- dn() {
34846
- this.b7 = new List$1(GridLayer.$, 0);
34847
- this.b7.add(this.bm);
34848
- this.b7.add(this.at);
34849
- this.b7.add(this.bg);
34850
- this.b7.add(this.bp);
34851
- this.b7.add(this.au);
34852
- this.b7.add(this.bb);
34853
- this.b7.add(this.a9);
34854
- this.b7.add(this.bc);
34855
- this.b7.add(this.a1);
34856
- this.b7.add(this.av);
34857
- this.b7.add(this.a4);
34858
- this.b7.add(this.az);
34859
- this.b7.add(this.bh);
34860
- this.b7.add(this.ba);
34861
- this.b7.add(this.ay);
34862
- this.b7.add(this.a0);
34863
- this.b7.add(this.bl);
34864
- this.b7.add(this.bk);
34865
- this.b7.add(this.be);
34866
- this.b7.add(this.bd);
34867
- this.b7.add(this.bi);
34868
- this.b7.add(this.bf);
34869
- this.b7.add(this.bj);
34870
- this.b7.add(this.bo);
34871
- this.b7.add(this.bn);
34872
- this.b7.add(this.a8);
34873
- this.b7.add(this.a7);
34874
- this.b7.add(this.br);
34875
- this.b7.add(this.bq);
34876
- this.b7.add(this.a3);
34877
- this.b7.add(this.a2);
34878
- this.b7.add(this.ax);
34879
- this.b7.add(this.aw);
34880
- this.b7.add(this.a6);
34881
- this.b7.add(this.a5);
34882
- this.b7.add(this.bs);
34883
- }
34884
- get cc() {
34885
- return this.b7;
34938
+ get cd() {
34939
+ return this.b8;
34886
34940
  }
34887
34941
  b0() {
34888
- for (let a = 0; a < this.b7.count; a++) {
34889
- for (let b = 0; b < this.b7._inner[a].o.count; b++) {
34890
- if (this.b7._inner[a].p._inner[b]) {
34942
+ for (let a = 0; a < this.b8.count; a++) {
34943
+ for (let b = 0; b < this.b8._inner[a].o.count; b++) {
34944
+ if (this.b8._inner[a].p._inner[b]) {
34891
34945
  continue;
34892
34946
  }
34893
- let c = this.b7._inner[a].o._inner[b];
34894
- let d = this.b7._inner[a].q._inner[b];
34947
+ let c = this.b8._inner[a].o._inner[b];
34948
+ let d = this.b8._inner[a].q._inner[b];
34895
34949
  if (c != d.l) {
34896
34950
  return false;
34897
34951
  }
@@ -34899,15 +34953,15 @@ let VisualModel = /*@__PURE__*/ (() => {
34899
34953
  }
34900
34954
  return true;
34901
34955
  }
34902
- dm() {
34956
+ dn() {
34903
34957
  this.g = null;
34904
- this.di = -1;
34905
- this.b9.clear();
34906
- this.b6.clear();
34958
+ this.dj = -1;
34959
+ this.ca.clear();
34960
+ this.b7.clear();
34907
34961
  }
34908
- dl() {
34909
- this.dm();
34910
- this.ce.clear();
34962
+ dm() {
34963
+ this.dn();
34964
+ this.cf.clear();
34911
34965
  this.bm.u();
34912
34966
  this.at.u();
34913
34967
  this.bp.u();
@@ -34943,18 +34997,18 @@ let VisualModel = /*@__PURE__*/ (() => {
34943
34997
  a.ao = new RectData(this.actualVisibleRegion.x, this.actualVisibleRegion.y, this.actualVisibleRegion.width, this.actualVisibleRegion.height);
34944
34998
  a.ar = this.absoluteWidth;
34945
34999
  a.aq = this.absoluteHeight;
34946
- a.a4 = this.c6;
34947
- a.ax = this.c3;
34948
- a.aw = this.c1;
34949
- a.au = this.cz;
34950
- a.av = this.c0;
34951
- a.as = this.cv;
34952
- a.a0 = this.dd;
34953
- a.a1 = this.de;
34954
- a.a2 = this.cr;
34955
- a.az = this.cm;
34956
- a.ay = this.ch;
34957
- a.a3 = this.cs;
35000
+ a.a4 = this.c7;
35001
+ a.ax = this.c4;
35002
+ a.aw = this.c2;
35003
+ a.au = this.c0;
35004
+ a.av = this.c1;
35005
+ a.as = this.cw;
35006
+ a.a0 = this.de;
35007
+ a.a1 = this.df;
35008
+ a.a2 = this.cs;
35009
+ a.az = this.cn;
35010
+ a.ay = this.ci;
35011
+ a.a3 = this.ct;
34958
35012
  a.ae = this.a(this.bm);
34959
35013
  a.a = this.a(this.at);
34960
35014
  a.ah = this.a(this.bp);
@@ -35002,7 +35056,7 @@ let VisualModel = /*@__PURE__*/ (() => {
35002
35056
  for (let d of fromEnum(a.n)) {
35003
35057
  let e = d.b(null);
35004
35058
  if (this.b1 && c) {
35005
- e.s += this.cr;
35059
+ e.s += this.cs;
35006
35060
  }
35007
35061
  b.e(e);
35008
35062
  }
@@ -35015,11 +35069,11 @@ let VisualModel = /*@__PURE__*/ (() => {
35015
35069
  f.f = d;
35016
35070
  f.n = b.o;
35017
35071
  f.d = e;
35018
- this.cf._inner[a].add(f);
35072
+ this.cg._inner[a].add(f);
35019
35073
  return f;
35020
35074
  }
35021
- dk(a) {
35022
- let b = this.cf;
35075
+ dl(a) {
35076
+ let b = this.cg;
35023
35077
  for (let c = 0; c < b.count; c++) {
35024
35078
  let d = b._inner[c];
35025
35079
  for (let e = d.count - 1; e >= 0; e--) {
@@ -35029,9 +35083,9 @@ let VisualModel = /*@__PURE__*/ (() => {
35029
35083
  }
35030
35084
  }
35031
35085
  }
35032
- cb(a) {
35086
+ cc(a) {
35033
35087
  let b = new List$1(GridColumnSpacer.$, 0);
35034
- let c = this.cf;
35088
+ let c = this.cg;
35035
35089
  for (let d = 0; d < c.count; d++) {
35036
35090
  let e = c._inner[d];
35037
35091
  for (let f = e.count - 1; f >= 0; f--) {
@@ -35042,11 +35096,11 @@ let VisualModel = /*@__PURE__*/ (() => {
35042
35096
  }
35043
35097
  return b;
35044
35098
  }
35045
- ca(a) {
35099
+ cb(a) {
35046
35100
  let b = new List$1(CellModel.$, 0);
35047
- for (let c = 0; c < this.cc.count; c++) {
35101
+ for (let c = 0; c < this.cd.count; c++) {
35048
35102
  let d = new List$1(CellModel.$, 0);
35049
- let e = this.cc._inner[c];
35103
+ let e = this.cd._inner[c];
35050
35104
  for (let f = 0; f < e.o.count; f++) {
35051
35105
  if (e.p._inner[f]) {
35052
35106
  continue;
@@ -35060,8 +35114,8 @@ let VisualModel = /*@__PURE__*/ (() => {
35060
35114
  return b;
35061
35115
  }
35062
35116
  e(a, b, c = 1) {
35063
- for (let d = 0; d < this.cc.count; d++) {
35064
- let e = this.cc._inner[d];
35117
+ for (let d = 0; d < this.cd.count; d++) {
35118
+ let e = this.cd._inner[d];
35065
35119
  for (let f = 0; f < e.o.count; f++) {
35066
35120
  if (e.p._inner[f]) {
35067
35121
  continue;
@@ -35074,10 +35128,10 @@ let VisualModel = /*@__PURE__*/ (() => {
35074
35128
  }
35075
35129
  return null;
35076
35130
  }
35077
- c5() {
35131
+ c6() {
35078
35132
  let a = 0;
35079
- for (let b = 0; b < this.ce.count; b++) {
35080
- a += this.ce._inner[b].m;
35133
+ for (let b = 0; b < this.cf.count; b++) {
35134
+ a += this.cf._inner[b].m;
35081
35135
  }
35082
35136
  return a;
35083
35137
  }