igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.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 (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-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 +289 -289
  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/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -28,15 +28,15 @@ var CanvasTemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_
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 @@ var CanvasTextCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
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 @@ var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_supe
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 @@ var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_supe
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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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
  },
@@ -25,89 +25,89 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
25
25
  this.b(a);
26
26
  };
27
27
  CellPresenterBase.prototype.b = function (a) {
28
- this.a.cw(a.c);
29
- this.a.c5(a.e);
30
- this.a.cz(a.d);
31
- this.a.ck();
32
- if (a.bc(CellModel.go)) {
33
- this.a.ad = a.bh;
28
+ this.a.cy(a.c);
29
+ this.a.c7(a.e);
30
+ this.a.c1(a.d);
31
+ this.a.cm();
32
+ if (a.bc(CellModel.gr)) {
33
+ this.a.ad = a.bi;
34
34
  }
35
- if (a.bc(CellModel.e0) || a.bc(CellModel.e4) || a.bc(CellModel.e2) || a.bc(CellModel.ey)) {
36
- this.a.c7(a.ez, a.e3, a.e1, a.ex);
35
+ if (a.bc(CellModel.e3) || a.bc(CellModel.e7) || a.bc(CellModel.e5) || a.bc(CellModel.e1)) {
36
+ this.a.c9(a.e2, a.e6, a.e4, a.e0);
37
37
  }
38
38
  if (a.a5) {
39
- this.a.cy(a.nk, a.en, a.es, a.eq, a.el);
40
- if (a.bc(CellModel.ej)) {
41
- if (!a.bj && a.p.i9 && a.bg && a.co == 1) {
42
- this.a.ca();
39
+ this.a.c0(a.nn, a.eq, a.ev, a.et, a.eo);
40
+ if (a.bc(CellModel.em)) {
41
+ if (!a.bk && a.p.i9 && a.bh && a.cr == 1) {
42
+ this.a.cc();
43
43
  }
44
44
  }
45
45
  }
46
- if (a.bs) {
47
- this.a.c2(a.ga, (a.e3 + a.ex + a.es + a.el));
48
- this.a.dd(a.h8, (a.ez + a.e1 + a.en + a.eq));
46
+ if (a.bv || a.a5) {
47
+ this.a.c4(a.gd, (a.e6 + a.e0 + a.ev + a.eo));
48
+ this.a.df(a.ib, (a.e2 + a.e4 + a.eq + a.et));
49
49
  }
50
50
  if (a.a7) {
51
- if (a.bm && !this.a.z) {
52
- this.a.b9();
51
+ if (a.bn && !this.a.z) {
52
+ this.a.cb();
53
53
  }
54
- if (a.bc(CellModel.ek)) {
55
- this.a.cx(a.nj.color);
54
+ if (a.bc(CellModel.en)) {
55
+ this.a.cz(a.nm.color);
56
56
  }
57
- if (a.bc(CellModel.ew)) {
58
- this.a.c6(a.cq);
57
+ if (a.bc(CellModel.ez)) {
58
+ this.a.c8(a.ct);
59
59
  }
60
60
  if (a.bb("IsCollapsable")) {
61
61
  this.a.aa = a.a6;
62
- this.a.bi = a.gg;
62
+ this.a.bj = a.gj;
63
63
  this.a.ab = a.be;
64
- this.a.dd(a.h8, (a.ez + a.e1 + a.en + a.eq));
64
+ this.a.df(a.ib, (a.e2 + a.e4 + a.eq + a.et));
65
65
  }
66
66
  if (a.bb("Indent")) {
67
- this.a.bi = a.gg;
68
- this.a.dd(a.h8, (a.ez + a.e1 + a.en + a.eq));
67
+ this.a.bj = a.gj;
68
+ this.a.df(a.ib, (a.e2 + a.e4 + a.eq + a.et));
69
69
  }
70
70
  if (a.bb("IsExpanded")) {
71
71
  this.a.ab = a.be;
72
72
  }
73
73
  if (a.bb("IsCollapsable") || a.bb("ExpansionIndicatorIconColor")) {
74
- this.a.dt = a.ns;
74
+ this.a.dv = a.nv;
75
75
  }
76
- if (a.bc(CellModel.h0)) {
77
- this.a.b4 = a.lp;
76
+ if (a.bc(CellModel.h3)) {
77
+ this.a.b6 = a.ls;
78
78
  }
79
- if (a.bc(CellModel.hy)) {
80
- this.a.dw = a.n5;
79
+ if (a.bc(CellModel.h1)) {
80
+ this.a.dy = a.n8;
81
81
  }
82
- if (a.bc(CellModel.hz)) {
82
+ if (a.bc(CellModel.h2)) {
83
83
  this.a.n = a.ak;
84
84
  }
85
- if (a.bc(CellModel.hr)) {
86
- this.a.bz = a.lh;
87
- }
88
- if (a.bc(CellModel.hp)) {
89
- this.a.bw = a.le;
85
+ if (a.bc(CellModel.hu)) {
86
+ this.a.b1 = a.lk;
90
87
  }
91
88
  if (a.bc(CellModel.hs)) {
92
- this.a.dv = a.n4;
89
+ this.a.by = a.lh;
93
90
  }
94
- if (a.bc(CellModel.hq)) {
95
- this.a.du = a.n3;
91
+ if (a.bc(CellModel.hv)) {
92
+ this.a.dx = a.n7;
96
93
  }
97
- if (a.bc(CellModel.hx)) {
98
- this.a.aj = a.c4;
94
+ if (a.bc(CellModel.ht)) {
95
+ this.a.dw = a.n6;
96
+ }
97
+ if (a.bc(CellModel.h0)) {
98
+ this.a.aj = a.c7;
99
99
  }
100
- if (a.bc(CellModel.hu) || a.bc(CellModel.hv) || a.bc(CellModel.hw) || a.bc(CellModel.hw)) {
101
- this.a.dy = new Rect(0, a.c1, a.c2, a.c3, a.c0);
100
+ if (a.bc(CellModel.hx) || a.bc(CellModel.hy) || a.bc(CellModel.hz) || a.bc(CellModel.hz)) {
101
+ this.a.d0 = new Rect(0, a.c4, a.c5, a.c6, a.c3);
102
102
  }
103
103
  }
104
- if (a.bs && a.bm) {
105
- this.a.dl(a);
104
+ if (a.bv && a.bn) {
105
+ this.a.dn(a);
106
106
  }
107
107
  if (a.bb("DoClone")) {
108
108
  if (a.a1) {
109
109
  a.a1 = false;
110
- this.a.b8();
110
+ this.a.ca();
111
111
  }
112
112
  }
113
113
  };
@@ -255,6 +255,15 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
255
255
  case 69:
256
256
  d.checkboxUncheckedBorderColor = c;
257
257
  break;
258
+ case 128:
259
+ d.scrollbarBackground = c;
260
+ break;
261
+ case 129:
262
+ d.scrollbarHoverBackground = c;
263
+ break;
264
+ case 130:
265
+ d.scrollbarActiveBackground = c;
266
+ break;
258
267
  }
259
268
  };
260
269
  CheckboxListBridge.prototype.getValue = function (a, b) {
@@ -286,6 +295,9 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
286
295
  case 70: return c.checkboxCheckedBorderColor;
287
296
  case 67: return c.checkboxUncheckedBackgroundColor;
288
297
  case 69: return c.checkboxUncheckedBorderColor;
298
+ case 128: return c.scrollbarBackground;
299
+ case 129: return c.scrollbarHoverBackground;
300
+ case 130: return c.scrollbarActiveBackground;
289
301
  }
290
302
  return null;
291
303
  };