igniteui-webcomponents-data-grids 7.1.0-beta.1 → 7.1.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (233) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +11002 -9831
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +290 -290
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igc-cell-info.js +195 -186
  71. package/esm2015/lib/igc-checkbox-list-component.js +42 -22
  72. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  73. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  74. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  75. package/esm2015/lib/igc-data-binding-event-args.js +3 -0
  76. package/esm2015/lib/igc-data-grid-column-component.js +336 -276
  77. package/esm2015/lib/igc-data-grid-component.js +220 -32
  78. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +67 -37
  79. package/esm2015/lib/igc-data-grid-toolbar-component.js +40 -8
  80. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  81. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  82. package/esm2015/lib/igc-definition-base-component.js +64 -64
  83. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  84. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  85. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  86. package/esm2015/lib/igc-header-component.js +24 -24
  87. package/esm2015/lib/igc-image-cell-info.js +6 -6
  88. package/esm2015/lib/igc-image-column-component.js +12 -12
  89. package/esm2015/lib/igc-multi-column-combo-box-component.js +160 -32
  90. package/esm2015/lib/igc-numeric-cell-info.js +28 -28
  91. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  92. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  93. package/esm2015/lib/igc-section-header-component.js +36 -36
  94. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  95. package/esm2015/lib/igc-summary-row-component.js +30 -30
  96. package/esm2015/lib/igc-summary-row-root-module.js +2 -0
  97. package/esm2015/lib/igc-summary-row-section-module.js +2 -0
  98. package/esm2015/lib/igc-template-cell-info.js +2 -2
  99. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  100. package/esm2015/lib/igc-text-cell-info.js +2 -2
  101. package/esm2015/lib/igc-text-column-component.js +9 -9
  102. package/esm2015/lib/igc-text-header-cell-info.js +67 -40
  103. package/esm5/lib/AccessibilityRow.js +10 -10
  104. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  105. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  106. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  107. package/esm5/lib/CanvasGridCellBase.js +2 -2
  108. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  109. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  111. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  112. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  113. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  114. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  115. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  116. package/esm5/lib/CellPath.js +79 -65
  117. package/esm5/lib/CellPresenterBase.js +46 -46
  118. package/esm5/lib/CheckboxListBridge.js +12 -0
  119. package/esm5/lib/CheckboxListView_combined.js +332 -278
  120. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  121. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  122. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  123. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  124. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  125. package/esm5/lib/ContentCellModelHelper.js +16 -16
  126. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  127. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  128. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  129. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  130. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  131. package/esm5/lib/DraggerView.js +1 -7
  132. package/esm5/lib/EditorCell.js +276 -276
  133. package/esm5/lib/EditorCellPresenter.js +27 -27
  134. package/esm5/lib/FilterCell.js +257 -257
  135. package/esm5/lib/FilterCellPresenter.js +17 -17
  136. package/esm5/lib/GridCellBase.js +205 -193
  137. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  138. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  139. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  140. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  141. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  142. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  143. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  144. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  145. package/esm5/lib/GridExternalWrapper.js +12 -6
  146. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  147. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  148. package/esm5/lib/ImageCell.js +57 -57
  149. package/esm5/lib/ImageCellPresenter.js +17 -17
  150. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  151. package/esm5/lib/NumericCell.js +8 -8
  152. package/esm5/lib/NumericCellPresenter.js +9 -9
  153. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  154. package/esm5/lib/SectionHeaderCell.js +30 -20
  155. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  156. package/esm5/lib/SummaryCell.js +44 -44
  157. package/esm5/lib/SummaryCellPresenter.js +9 -9
  158. package/esm5/lib/TemplateCell.js +15 -15
  159. package/esm5/lib/TemplateCellPresenter.js +6 -6
  160. package/esm5/lib/TemplateHeader.js +8 -8
  161. package/esm5/lib/TemplateHeaderCell.js +5 -5
  162. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  163. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  164. package/esm5/lib/TemplateSectionHeader.js +2 -2
  165. package/esm5/lib/TextCell.js +31 -30
  166. package/esm5/lib/TextCellPresenter.js +10 -10
  167. package/esm5/lib/TextHeaderCell.js +185 -179
  168. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  169. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  170. package/esm5/lib/igc-cell-info.js +207 -186
  171. package/esm5/lib/igc-checkbox-list-component.js +50 -22
  172. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  173. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  174. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  175. package/esm5/lib/igc-data-binding-event-args.js +3 -0
  176. package/esm5/lib/igc-data-grid-column-component.js +360 -276
  177. package/esm5/lib/igc-data-grid-component.js +240 -32
  178. package/esm5/lib/igc-data-grid-filter-dialog-component.js +79 -37
  179. package/esm5/lib/igc-data-grid-toolbar-component.js +40 -8
  180. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  181. package/esm5/lib/igc-date-time-column-component.js +23 -23
  182. package/esm5/lib/igc-definition-base-component.js +64 -64
  183. package/esm5/lib/igc-editor-cell-info.js +23 -23
  184. package/esm5/lib/igc-filter-cell-info.js +26 -26
  185. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  186. package/esm5/lib/igc-header-component.js +24 -24
  187. package/esm5/lib/igc-image-cell-info.js +6 -6
  188. package/esm5/lib/igc-image-column-component.js +12 -12
  189. package/esm5/lib/igc-multi-column-combo-box-component.js +160 -32
  190. package/esm5/lib/igc-numeric-cell-info.js +28 -28
  191. package/esm5/lib/igc-numeric-column-component.js +38 -38
  192. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  193. package/esm5/lib/igc-section-header-component.js +36 -36
  194. package/esm5/lib/igc-summary-cell-info.js +9 -9
  195. package/esm5/lib/igc-summary-row-component.js +29 -29
  196. package/esm5/lib/igc-summary-row-root-module.js +2 -0
  197. package/esm5/lib/igc-summary-row-section-module.js +2 -0
  198. package/esm5/lib/igc-template-cell-info.js +2 -2
  199. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  200. package/esm5/lib/igc-text-cell-info.js +2 -2
  201. package/esm5/lib/igc-text-column-component.js +9 -9
  202. package/esm5/lib/igc-text-header-cell-info.js +79 -40
  203. package/fesm2015/igniteui-webcomponents-data-grids.js +10931 -9949
  204. package/fesm5/igniteui-webcomponents-data-grids.js +11002 -9831
  205. package/lib/CellPath.d.ts +21 -20
  206. package/lib/CheckboxListExternal.d.ts +3 -0
  207. package/lib/CheckboxListView_combined.d.ts +77 -71
  208. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  209. package/lib/EditorCell.d.ts +63 -63
  210. package/lib/FilterCell.d.ts +55 -55
  211. package/lib/GridCellBase.d.ts +82 -80
  212. package/lib/GridExternalWrapper.d.ts +2 -0
  213. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  214. package/lib/ImageCell.d.ts +15 -15
  215. package/lib/NumericCell.d.ts +2 -2
  216. package/lib/SectionHeaderCell.d.ts +6 -4
  217. package/lib/SummaryCell.d.ts +10 -10
  218. package/lib/TemplateCell.d.ts +5 -5
  219. package/lib/TemplateHeader.d.ts +3 -3
  220. package/lib/TemplateHeaderCell.d.ts +2 -2
  221. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  222. package/lib/TemplateSectionHeader.d.ts +2 -2
  223. package/lib/TextCell.d.ts +7 -7
  224. package/lib/TextHeaderCell.d.ts +30 -30
  225. package/lib/VerticalSeparatorCell.d.ts +8 -8
  226. package/lib/igc-cell-info.d.ts +3 -0
  227. package/lib/igc-checkbox-list-component.d.ts +10 -0
  228. package/lib/igc-data-grid-column-component.d.ts +30 -0
  229. package/lib/igc-data-grid-component.d.ts +27 -0
  230. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  231. package/lib/igc-summary-row-component.d.ts +2 -2
  232. package/lib/igc-text-header-cell-info.d.ts +15 -0
  233. package/package.json +4 -4
@@ -29,23 +29,23 @@ export var CanvasImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_su
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a7) {
32
- if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
33
- var c = Math.min(1, Math.max(0, a.c7));
34
- var d = a.cs * (1 - c);
32
+ if (a.bc(CellModel.fs) || a.bc(CellModel.ia)) {
33
+ var c = Math.min(1, Math.max(0, a.da));
34
+ var d = a.cv * (1 - c);
35
35
  this.d.dd = d;
36
36
  }
37
- if (b.bc(ImageCellModel.od) || b.bc(ImageCellModel.oe)) {
38
- this.e(b.oh, b.oa);
37
+ if (b.bc(ImageCellModel.og) || b.bc(ImageCellModel.oh)) {
38
+ this.e(b.ok, b.od);
39
39
  }
40
- if (b.bc(ImageCellModel.of) || b.bc(ImageCellModel.gc) || b.bc(ImageCellModel.h6)) {
41
- this.f(b.oc, b.g, b.i);
40
+ if (b.bc(ImageCellModel.oi) || b.bc(ImageCellModel.gf) || b.bc(ImageCellModel.h9)) {
41
+ this.f(b.of, b.g, b.i);
42
42
  }
43
- if (b.bc(ImageCellModel.hn)) {
43
+ if (b.bc(ImageCellModel.hq)) {
44
44
  if (a.u == 1) {
45
45
  this.d.dg();
46
46
  }
47
47
  else if (a.u == 2) {
48
- this.e(b.oh, b.oa);
48
+ this.e(b.ok, b.od);
49
49
  }
50
50
  }
51
51
  }
@@ -29,20 +29,20 @@ export var CanvasNumericCellPresenter = /** @class */ /*@__PURE__*/ (function (_
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a7) {
32
- if (a.bc(NumericCellModel.o1) || a.bc(NumericCellModel.oo) || a.bc(NumericCellModel.h5) || b.og()) {
33
- b.k1 = this.e(b);
34
- this.d.cr(b.k1);
32
+ if (a.bc(NumericCellModel.o4) || a.bc(NumericCellModel.or) || a.bc(NumericCellModel.h8) || b.oj()) {
33
+ b.k4 = this.e(b);
34
+ this.d.cr(b.k4);
35
35
  }
36
36
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
37
37
  }
38
38
  };
39
39
  CanvasNumericCellPresenter.prototype.e = function (a) {
40
- if (a.ly != null) {
41
- return a.ly;
40
+ if (a.l1 != null) {
41
+ return a.l1;
42
42
  }
43
- if (a.o7 != null) {
44
- var val_ = a.ok;
45
- var override_ = a.o7;
43
+ if (a.pa != null) {
44
+ var val_ = a.on;
45
+ var override_ = a.pa;
46
46
  return (override_.format(val_));
47
47
  }
48
48
  return NumericCellFormatter.c(a);
@@ -28,24 +28,24 @@ export var CanvasSectionHeaderCellPresenter = /** @class */ /*@__PURE__*/ (funct
28
28
  _super.prototype.b.call(this, a);
29
29
  var b = a;
30
30
  if (a.a7) {
31
- if (a.bc(SectionHeaderCellModel.of) || a.bc(SectionHeaderCellModel.oh)) {
32
- if (b.ob == null || (b.ob.length == 0 && b.op == null)) {
33
- if (b.ii == null) {
34
- b.k1 = "";
31
+ if (a.bc(SectionHeaderCellModel.oi) || a.bc(SectionHeaderCellModel.ok)) {
32
+ if (b.oe == null || (b.oe.length == 0 && b.os == null)) {
33
+ if (b.il == null) {
34
+ b.k4 = "";
35
35
  }
36
36
  else {
37
- b.k1 = b.ii.toString();
37
+ b.k4 = b.il.toString();
38
38
  }
39
39
  }
40
40
  else {
41
- if (b.on != null && b.oe == 0) {
42
- b.k1 = b.op + "    " + b.on;
41
+ if (b.oq != null && b.oh == 0) {
42
+ b.k4 = b.os + "    " + b.oq;
43
43
  }
44
44
  else {
45
- b.k1 = b.op;
45
+ b.k4 = b.os;
46
46
  }
47
47
  }
48
- this.d.cr(b.k1);
48
+ this.d.cr(b.k4);
49
49
  }
50
50
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
51
51
  }
@@ -29,15 +29,15 @@ export var CanvasSummaryCellPresenter = /** @class */ /*@__PURE__*/ (function (_
29
29
  if (a.a7) {
30
30
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
31
31
  if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
32
- this.d.dj(b.oh);
33
- this.d.cr(b.oj);
32
+ this.d.dj(b.ok);
33
+ this.d.cr(b.om);
34
34
  }
35
35
  if (a.bb("SummaryLabelTextColor")) {
36
- var c = CanvasContentCellModelHelper.e(b.oo);
36
+ var c = CanvasContentCellModelHelper.e(b.or);
37
37
  this.d.dk(c);
38
38
  }
39
39
  if (a.bb("FontInfo") || a.bb("SummaryLabelFontInfo")) {
40
- this.d.dl(b.oa);
40
+ this.d.dl(b.od);
41
41
  }
42
42
  }
43
43
  };
@@ -29,14 +29,14 @@ export var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (
29
29
  CanvasTemplateCellPresenter.prototype.b = function (a) {
30
30
  _super.prototype.b.call(this, a);
31
31
  var b = a;
32
- var c = this.e.actualColumns._inner[a.l.a5];
33
- if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
34
- var d = Math.min(1, Math.max(0, a.c7));
35
- var e = a.cs * (1 - d);
32
+ var c = this.e.actualColumns._inner[a.l.a6];
33
+ if (a.bc(CellModel.fs) || a.bc(CellModel.ia)) {
34
+ var d = Math.min(1, Math.max(0, a.da));
35
+ var e = a.cv * (1 - d);
36
36
  this.d.db.opacity = e;
37
37
  }
38
38
  this.d.dc();
39
- c.sf(a, this.d);
39
+ c.s1(a, this.d);
40
40
  };
41
41
  CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
42
42
  return CanvasTemplateCellPresenter;
@@ -28,15 +28,15 @@ export var CanvasTemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (func
28
28
  });
29
29
  CanvasTemplateHeaderCellPresenter.prototype.b = function (a) {
30
30
  _super.prototype.b.call(this, a);
31
- var b = this.e.actualColumns._inner[a.l.a5];
31
+ var b = this.e.actualColumns._inner[a.l.a6];
32
32
  var c = b.header;
33
- if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
34
- var d = Math.min(1, Math.max(0, a.c7));
35
- var e = a.cs * (1 - d);
33
+ if (a.bc(CellModel.fs) || a.bc(CellModel.ia)) {
34
+ var d = Math.min(1, Math.max(0, a.da));
35
+ var e = a.cv * (1 - d);
36
36
  }
37
37
  var f = a;
38
38
  this.d.dc();
39
- c.hu(f, this.d);
39
+ c.hv(f, this.d);
40
40
  };
41
41
  CanvasTemplateHeaderCellPresenter.$t = markType(CanvasTemplateHeaderCellPresenter, 'CanvasTemplateHeaderCellPresenter', CanvasCellPresenterBase.$);
42
42
  return CanvasTemplateHeaderCellPresenter;
@@ -28,26 +28,26 @@ export var CanvasTextCellPresenter = /** @class */ /*@__PURE__*/ (function (_sup
28
28
  _super.prototype.b.call(this, a);
29
29
  var b = a;
30
30
  if (a.a7) {
31
- if (a.bc(TextCellModel.n9) || a.bc(TextCellModel.h5) || a.bc(TextCellModel.gz)) {
32
- b.k1 = this.e(b);
33
- this.d.cr(b.k1);
31
+ if (a.bc(TextCellModel.oc) || a.bc(TextCellModel.h8) || a.bc(TextCellModel.g2)) {
32
+ b.k4 = this.e(b);
33
+ this.d.cr(b.k4);
34
34
  }
35
35
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
36
36
  }
37
37
  };
38
38
  CanvasTextCellPresenter.prototype.e = function (a) {
39
- if (a.ly != null) {
40
- return a.ly;
39
+ if (a.l1 != null) {
40
+ return a.l1;
41
41
  }
42
- if (a.ob != null) {
43
- return a.ob;
42
+ if (a.oe != null) {
43
+ return a.oe;
44
44
  }
45
45
  else {
46
- if (a.ii == null) {
46
+ if (a.il == null) {
47
47
  return "";
48
48
  }
49
49
  else {
50
- return a.ii.toString();
50
+ return a.il.toString();
51
51
  }
52
52
  }
53
53
  };
@@ -36,12 +36,12 @@ export var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function
36
36
  _super.prototype.b.call(this, a);
37
37
  var b = a;
38
38
  if (a.a7) {
39
- if (a.bc(TextCellModel.n9)) {
40
- b.k1 = b.ob;
41
- this.d.cr(b.k1);
39
+ if (a.bc(TextCellModel.oc)) {
40
+ b.k4 = b.oe;
41
+ this.d.cr(b.k4);
42
42
  }
43
- if (a.bc(CellModel.hl)) {
44
- if (a.bt) {
43
+ if (a.bc(CellModel.ho)) {
44
+ if (a.bw) {
45
45
  this.d.db.m = false;
46
46
  }
47
47
  if (this.e == null) {
@@ -50,21 +50,21 @@ export var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function
50
50
  }
51
51
  this.d.de(a.n);
52
52
  this.d.cp(runOn(this, this.f));
53
- if (a.bt) {
53
+ if (a.bw) {
54
54
  this.d.db.m = true;
55
55
  }
56
56
  }
57
- if (a.bc(CellModel.hm)) {
58
- if (a.bt) {
57
+ if (a.bc(CellModel.hp)) {
58
+ if (a.bw) {
59
59
  this.d.db.m = false;
60
60
  }
61
- this.d.db.a3 = a.n1;
62
- if (a.bt) {
61
+ this.d.db.a3 = a.n4;
62
+ if (a.bw) {
63
63
  this.d.db.m = true;
64
64
  }
65
65
  }
66
66
  if (a.bb("SortIndicatorStyle")) {
67
- this.d.db.f = b.oi;
67
+ this.d.db.f = b.ol;
68
68
  }
69
69
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
70
70
  }
@@ -32,16 +32,16 @@ export var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
32
32
  var j = g[1];
33
33
  var k = g[2];
34
34
  _this = _super.call(this, j, k) || this;
35
- _this.a3 = 0;
36
35
  _this.a4 = 0;
36
+ _this.a5 = 0;
37
37
  _this.ae = 1;
38
- _this.a2 = -1;
39
- _this.ax = false;
38
+ _this.a3 = -1;
39
+ _this.an = false;
40
40
  _this.ah = false;
41
41
  _this.ag = false;
42
- _this.au = false;
42
+ _this.av = false;
43
43
  _this.ai = false;
44
- _this.a3 = i;
44
+ _this.a4 = i;
45
45
  _this.ad();
46
46
  }
47
47
  _this.b = c;
@@ -54,16 +54,16 @@ export var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
54
54
  var d = _rest[1];
55
55
  var e = _rest[2];
56
56
  _this = _super.call(this, d, e) || this;
57
- _this.a3 = 0;
58
57
  _this.a4 = 0;
58
+ _this.a5 = 0;
59
59
  _this.ae = 1;
60
- _this.a2 = -1;
61
- _this.ax = false;
60
+ _this.a3 = -1;
61
+ _this.an = false;
62
62
  _this.ah = false;
63
63
  _this.ag = false;
64
- _this.au = false;
64
+ _this.av = false;
65
65
  _this.ai = false;
66
- _this.a3 = c;
66
+ _this.a4 = c;
67
67
  _this.ad();
68
68
  }
69
69
  break;
@@ -72,16 +72,16 @@ export var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
72
72
  var c = _rest[0];
73
73
  var d = _rest[1];
74
74
  _this = _super.call(this, 0, d) || this;
75
- _this.a3 = 0;
76
75
  _this.a4 = 0;
76
+ _this.a5 = 0;
77
77
  _this.ae = 1;
78
- _this.a2 = -1;
79
- _this.ax = false;
78
+ _this.a3 = -1;
79
+ _this.an = false;
80
80
  _this.ah = false;
81
81
  _this.ag = false;
82
- _this.au = false;
82
+ _this.av = false;
83
83
  _this.ai = false;
84
- _this.a3 = c;
84
+ _this.a4 = c;
85
85
  _this.ad();
86
86
  }
87
87
  break;
@@ -91,16 +91,16 @@ export var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
91
91
  var d = _rest[1];
92
92
  var e = _rest[2];
93
93
  _this = _super.call(this, 0, d) || this;
94
- _this.a3 = 0;
95
94
  _this.a4 = 0;
95
+ _this.a5 = 0;
96
96
  _this.ae = 1;
97
- _this.a2 = -1;
98
- _this.ax = false;
97
+ _this.a3 = -1;
98
+ _this.an = false;
99
99
  _this.ah = false;
100
100
  _this.ag = false;
101
- _this.au = false;
101
+ _this.av = false;
102
102
  _this.ai = false;
103
- _this.a3 = c;
103
+ _this.a4 = c;
104
104
  _this.ae = e;
105
105
  _this.ad();
106
106
  }
@@ -108,23 +108,23 @@ export var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
108
108
  }
109
109
  return _this;
110
110
  }
111
- Object.defineProperty(CellPath.prototype, "a5", {
111
+ Object.defineProperty(CellPath.prototype, "a6", {
112
112
  get: function () {
113
- return this.a3;
113
+ return this.a4;
114
114
  },
115
115
  set: function (a) {
116
- this.a3 = a;
116
+ this.a4 = a;
117
117
  this.ad();
118
118
  },
119
119
  enumerable: false,
120
120
  configurable: true
121
121
  });
122
- Object.defineProperty(CellPath.prototype, "bb", {
122
+ Object.defineProperty(CellPath.prototype, "bc", {
123
123
  get: function () {
124
- return this.a4;
124
+ return this.a5;
125
125
  },
126
126
  set: function (a) {
127
- this.a4 = a;
127
+ this.a5 = a;
128
128
  },
129
129
  enumerable: false,
130
130
  configurable: true
@@ -142,10 +142,15 @@ export var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
142
142
  });
143
143
  CellPath.prototype.ad = function () {
144
144
  _super.prototype.ad.call(this);
145
- this.a2 = (this.a5 * 100000000) + _super.prototype.getHashCode.call(this) + this.af;
145
+ var a = (this.a2 ? 1 : 0) | (this.ax ? 2 : 0) | (this.an ? 4 : 0);
146
+ var b = _super.prototype.getHashCode.call(this);
147
+ b = (b * 397) ^ this.a6;
148
+ b = (b * 397) ^ this.af;
149
+ b = (b * 397) ^ a;
150
+ this.a3 = b;
146
151
  };
147
152
  CellPath.prototype.getHashCode = function () {
148
- return this.a2;
153
+ return this.a3;
149
154
  };
150
155
  CellPath.prototype.equals = function (a) {
151
156
  if (!_super.prototype.equals.call(this, a)) {
@@ -155,16 +160,17 @@ export var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
155
160
  if (a == null) {
156
161
  return false;
157
162
  }
158
- if (this.a3 != b.a3) {
163
+ if (this.a4 != b.a4) {
159
164
  return false;
160
165
  }
161
- if (!this.ay) {
162
- if (this.az != b.az) {
163
- return false;
164
- }
165
- if (this.aw != b.aw) {
166
- return false;
167
- }
166
+ if (this.a2 != b.a2) {
167
+ return false;
168
+ }
169
+ if (this.ax != b.ax) {
170
+ return false;
171
+ }
172
+ if (this.an != b.an) {
173
+ return false;
168
174
  }
169
175
  if (this.af != b.af) {
170
176
  return false;
@@ -172,93 +178,101 @@ export var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
172
178
  return true;
173
179
  };
174
180
  CellPath.prototype.toString = function () {
175
- return this.a3 + "." + _super.prototype.toString.call(this);
181
+ return this.a4 + "." + _super.prototype.toString.call(this);
176
182
  };
177
183
  CellPath.prototype.ab = function () {
178
- var a = new CellPath(0, this.b, this.a3, this.y, this.x);
179
- a.bb = this.bb;
180
- a.az = this.az;
181
- a.aw = this.aw;
184
+ var a = new CellPath(0, this.b, this.a4, this.y, this.x);
185
+ a.bc = this.bc;
186
+ a.a0 = this.a0;
187
+ a.ax = this.ax;
182
188
  a.i = this.i;
183
189
  a.o = this.o;
184
190
  a.d = this.d;
185
- a.au = this.au;
191
+ a.av = this.av;
186
192
  a.ai = this.ai;
187
- a.ax = this.ax;
193
+ a.an = this.an;
188
194
  a.af = this.af;
195
+ a.ad();
189
196
  return a;
190
197
  };
191
198
  Object.defineProperty(CellPath.prototype, "ay", {
192
199
  get: function () {
193
- return (this.a3 == -300);
200
+ return this.az && this.ax;
201
+ },
202
+ enumerable: false,
203
+ configurable: true
204
+ });
205
+ Object.defineProperty(CellPath.prototype, "az", {
206
+ get: function () {
207
+ return (this.a4 == -300);
194
208
  },
195
209
  enumerable: false,
196
210
  configurable: true
197
211
  });
198
212
  Object.defineProperty(CellPath.prototype, "aj", {
199
213
  get: function () {
200
- return ((this.a3 >= 0 || this.a3 == -800 || this.a3 == -400) && this.x >= 0 && this.x >= 0);
214
+ return ((this.a4 >= 0 || this.a4 == -800 || this.a4 == -400) && this.x >= 0 && this.x >= 0);
201
215
  },
202
216
  enumerable: false,
203
217
  configurable: true
204
218
  });
205
- Object.defineProperty(CellPath.prototype, "a0", {
219
+ Object.defineProperty(CellPath.prototype, "a1", {
206
220
  get: function () {
207
- return this.a3 == -400 || this.a3 == -401 || this.a3 == -402;
221
+ return this.a4 == -400 || this.a4 == -401 || this.a4 == -402;
208
222
  },
209
223
  enumerable: false,
210
224
  configurable: true
211
225
  });
212
- Object.defineProperty(CellPath.prototype, "an", {
226
+ Object.defineProperty(CellPath.prototype, "ao", {
213
227
  get: function () {
214
- return this.g && !this.ay;
228
+ return this.g && !this.az;
215
229
  },
216
230
  enumerable: false,
217
231
  configurable: true
218
232
  });
219
- Object.defineProperty(CellPath.prototype, "av", {
233
+ Object.defineProperty(CellPath.prototype, "aw", {
220
234
  get: function () {
221
- return this.x == -102 && this.a3 == -400;
235
+ return this.x == -102 && this.a4 == -400;
222
236
  },
223
237
  enumerable: false,
224
238
  configurable: true
225
239
  });
226
- Object.defineProperty(CellPath.prototype, "aq", {
240
+ Object.defineProperty(CellPath.prototype, "ar", {
227
241
  get: function () {
228
- return (this.x == -103 || this.x == -104) && this.a5 == -500;
242
+ return (this.x == -103 || this.x == -104) && this.a6 == -500;
229
243
  },
230
244
  enumerable: false,
231
245
  configurable: true
232
246
  });
233
- Object.defineProperty(CellPath.prototype, "as", {
247
+ Object.defineProperty(CellPath.prototype, "at", {
234
248
  get: function () {
235
- return (this.x == -103 || this.x == -104) && this.a5 == -501;
249
+ return (this.x == -103 || this.x == -104) && this.a6 == -501;
236
250
  },
237
251
  enumerable: false,
238
252
  configurable: true
239
253
  });
240
- Object.defineProperty(CellPath.prototype, "ap", {
254
+ Object.defineProperty(CellPath.prototype, "aq", {
241
255
  get: function () {
242
- return this.x == -100 && this.a5 == -500;
256
+ return this.x == -100 && this.a6 == -500;
243
257
  },
244
258
  enumerable: false,
245
259
  configurable: true
246
260
  });
247
- Object.defineProperty(CellPath.prototype, "ar", {
261
+ Object.defineProperty(CellPath.prototype, "as", {
248
262
  get: function () {
249
- return this.x == -100 && this.a5 == -501;
263
+ return this.x == -100 && this.a6 == -501;
250
264
  },
251
265
  enumerable: false,
252
266
  configurable: true
253
267
  });
254
- Object.defineProperty(CellPath.prototype, "at", {
268
+ Object.defineProperty(CellPath.prototype, "au", {
255
269
  get: function () {
256
270
  return this.x == -104;
257
271
  },
258
272
  enumerable: false,
259
273
  configurable: true
260
274
  });
261
- Object.defineProperty(CellPath.prototype, "az", {
275
+ Object.defineProperty(CellPath.prototype, "a0", {
262
276
  get: function () {
263
277
  return this.ah;
264
278
  },
@@ -268,7 +282,7 @@ export var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
268
282
  enumerable: false,
269
283
  configurable: true
270
284
  });
271
- Object.defineProperty(CellPath.prototype, "aw", {
285
+ Object.defineProperty(CellPath.prototype, "ax", {
272
286
  get: function () {
273
287
  return this.ag;
274
288
  },
@@ -278,9 +292,9 @@ export var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
278
292
  enumerable: false,
279
293
  configurable: true
280
294
  });
281
- Object.defineProperty(CellPath.prototype, "a1", {
295
+ Object.defineProperty(CellPath.prototype, "a2", {
282
296
  get: function () {
283
- return this.az || this.aw;
297
+ return this.a0 || this.ax;
284
298
  },
285
299
  enumerable: false,
286
300
  configurable: true
@@ -299,7 +313,7 @@ export var CellPath = /** @class */ /*@__PURE__*/ (function (_super) {
299
313
  enumerable: false,
300
314
  configurable: true
301
315
  });
302
- Object.defineProperty(CellPath.prototype, "ao", {
316
+ Object.defineProperty(CellPath.prototype, "ap", {
303
317
  get: function () {
304
318
  return this.af == 4;
305
319
  },