igniteui-angular-data-grids 21.1.0-beta.2 → 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
@@ -18,28 +18,30 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
18
18
  __extends(TextHeaderCell, _super);
19
19
  function TextHeaderCell(a) {
20
20
  var _this = _super.call(this, a) || this;
21
- _this.ea = null;
22
- _this.d6 = null;
23
- _this.d4 = null;
24
- _this.d0 = 0;
25
- _this.dz = 0;
26
- _this.d2 = 3;
27
21
  _this.ec = null;
28
- _this.ef = -1;
29
- _this.ee = -1;
30
- _this.d8 = false;
31
- _this.eb = null;
32
- _this.d9 = false;
33
- _this.ea = a.createElement("span");
22
+ _this.d8 = null;
23
+ _this.d6 = null;
24
+ _this.d2 = 0;
25
+ _this.d1 = 0;
26
+ _this.d4 = 3;
27
+ _this.ee = null;
28
+ _this.eh = -1;
29
+ _this.eg = -1;
30
+ _this.ea = false;
31
+ _this.ed = null;
32
+ _this.eb = false;
33
+ _this.eb = true;
34
+ _this.ec = a.createElement("span");
34
35
  _this.ar.setRawStyleProperty("text-align", "left");
35
36
  _this.ar.setRawStyleProperty("vertical-align", "middle");
36
- _this.ea.setRawStyleProperty("display", "inline-block");
37
- _this.ea.setRawStyleProperty("line-height", "normal");
38
- _this.ea.setRawStyleProperty("vertical-align", "middle");
39
- _this.ea.setRawStyleProperty("overflow", "hidden");
40
- _this.ea.setRawStyleProperty("white-space", "nowrap");
41
- _this.ea.setRawStyleProperty("text-overflow", "ellipsis");
42
- _this.ar.append(_this.ea);
37
+ _this.ar.setRawStyleProperty("white-space", "nowrap");
38
+ _this.ec.setRawStyleProperty("display", "inline-block");
39
+ _this.ec.setRawStyleProperty("line-height", "normal");
40
+ _this.ec.setRawStyleProperty("vertical-align", "middle");
41
+ _this.ec.setRawStyleProperty("overflow", "hidden");
42
+ _this.ec.setRawStyleProperty("white-space", "nowrap");
43
+ _this.ec.setRawStyleProperty("text-overflow", "ellipsis");
44
+ _this.ar.append(_this.ec);
43
45
  var b = 18;
44
46
  var c = 18;
45
47
  var d = a.createElement("div");
@@ -48,17 +50,17 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
48
50
  d.setRawStyleProperty("vertical-align", "middle");
49
51
  d.setRawStyleProperty("width", b + "px");
50
52
  d.setRawStyleProperty("height", c + "px");
51
- _this.eb = d;
53
+ _this.ed = d;
52
54
  var e = a.getSubRenderer(d);
53
- _this.d4 = new GridFilterDialog();
54
- _this.d4.cb(e, _this.ar, a);
55
+ _this.d6 = new GridFilterDialog();
56
+ _this.d6.ce(e, _this.ar, a);
55
57
  _this.ar.append(d);
56
- _this.d4.b2(b, c);
57
- _this.d4.ar = 24;
58
- var f = _this.d4.ai;
59
- _this.d4.ai = false;
60
- _this.d4.bz();
61
- _this.d4.ai = f;
58
+ _this.d6.b5(b, c);
59
+ _this.d6.ar = 24;
60
+ var f = _this.d6.ai;
61
+ _this.d6.ai = false;
62
+ _this.d6.b2();
63
+ _this.d6.ai = f;
62
64
  var g = 18;
63
65
  var h = 18;
64
66
  d = a.createElement("div");
@@ -68,29 +70,36 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
68
70
  d.setRawStyleProperty("width", "0px");
69
71
  d.setRawStyleProperty("height", h + "px");
70
72
  d.setRawStyleProperty("margin", "0 0 0 5px");
71
- _this.ec = d;
73
+ _this.ee = d;
72
74
  e = a.getSubRenderer(d);
73
- _this.d6 = new GridSortIndicator();
74
- _this.d6.n = false;
75
- _this.d6.m = false;
76
- _this.d6.a0(e);
75
+ _this.d8 = new GridSortIndicator();
76
+ _this.d8.n = false;
77
+ _this.d8.m = false;
78
+ _this.d8.a0(e);
77
79
  _this.ar.append(d);
78
- _this.d6.au(g, h);
79
- var i = _this.d6;
80
- i.propertyChanged = delegateCombine(i.propertyChanged, runOn(_this, _this.ei));
81
- var j = _this.d4;
82
- j.dialogOpening = delegateCombine(j.dialogOpening, runOn(_this, _this.ej));
83
- var k = _this.d4;
84
- k.filterChanging = delegateCombine(k.filterChanging, runOn(_this, _this.el));
85
- var l = _this.d4;
86
- l.filterChanged = delegateCombine(l.filterChanged, runOn(_this, _this.ek));
87
- _this.ar.listen("mouseenter", runOn(_this, _this.ep));
88
- _this.ar.listen("mouseleave", runOn(_this, _this.eo));
80
+ _this.d8.au(g, h);
81
+ var i = _this.d8;
82
+ i.propertyChanged = delegateCombine(i.propertyChanged, runOn(_this, _this.ek));
83
+ var j = _this.d6;
84
+ j.dialogOpening = delegateCombine(j.dialogOpening, runOn(_this, _this.el));
85
+ var k = _this.d6;
86
+ k.filterChanging = delegateCombine(k.filterChanging, runOn(_this, _this.en));
87
+ var l = _this.d6;
88
+ l.filterChanged = delegateCombine(l.filterChanged, runOn(_this, _this.em));
89
+ _this.ar.listen("mouseenter", runOn(_this, _this.er));
90
+ _this.ar.listen("mouseleave", runOn(_this, _this.eq));
89
91
  return _this;
90
92
  }
91
- Object.defineProperty(TextHeaderCell.prototype, "ed", {
93
+ Object.defineProperty(TextHeaderCell.prototype, "ef", {
94
+ get: function () {
95
+ return this.ec;
96
+ },
97
+ enumerable: false,
98
+ configurable: true
99
+ });
100
+ Object.defineProperty(TextHeaderCell.prototype, "d9", {
92
101
  get: function () {
93
- return this.ea;
102
+ return this.d8;
94
103
  },
95
104
  enumerable: false,
96
105
  configurable: true
@@ -106,6 +115,11 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
106
115
  get: function () {
107
116
  return this.d4;
108
117
  },
118
+ set: function (a) {
119
+ var b = this.d4;
120
+ this.d4 = a;
121
+ this.cn("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.d4));
122
+ },
109
123
  enumerable: false,
110
124
  configurable: true
111
125
  });
@@ -116,19 +130,7 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
116
130
  set: function (a) {
117
131
  var b = this.d2;
118
132
  this.d2 = a;
119
- this.cl("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.d2));
120
- },
121
- enumerable: false,
122
- configurable: true
123
- });
124
- Object.defineProperty(TextHeaderCell.prototype, "d1", {
125
- get: function () {
126
- return this.d0;
127
- },
128
- set: function (a) {
129
- var b = this.d0;
130
- this.d0 = a;
131
- this.cl("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.d0));
133
+ this.cn("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.d2));
132
134
  },
133
135
  enumerable: false,
134
136
  configurable: true
@@ -136,201 +138,205 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
136
138
  TextHeaderCell.prototype.af = function (a) {
137
139
  return true;
138
140
  };
139
- TextHeaderCell.prototype.dd = function (a, b) {
140
- _super.prototype.dd.call(this, a, b);
141
- a -= 21;
142
- if (this.d9) {
143
- a -= 15;
141
+ TextHeaderCell.prototype.df = function (a, b) {
142
+ _super.prototype.df.call(this, a, b);
143
+ var c = a - b;
144
+ if (this.d9.t > 0) {
145
+ c -= 23;
144
146
  }
145
- var c = Math.max(0, a - b);
146
- if (c != this.ef) {
147
- this.ef = c;
148
- this.ea.setRawStyleProperty("max-width", c.toString() + "px");
147
+ if (this.eb) {
148
+ c -= 23;
149
+ }
150
+ c = Math.max(0, c);
151
+ if (c != this.eh) {
152
+ this.eh = c;
153
+ this.ec.setRawStyleProperty("max-width", c.toString() + "px");
149
154
  }
150
155
  };
151
- TextHeaderCell.prototype.c2 = function (a, b) {
152
- _super.prototype.c2.call(this, a, b);
153
- this.ea.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
156
+ TextHeaderCell.prototype.c4 = function (a, b) {
157
+ _super.prototype.c4.call(this, a, b);
158
+ this.ec.setRawStyleProperty("line-height", (this.bh - this.bi).toString() + "px");
154
159
  var c = Math.max(0, a - b);
155
- if (this.ee != c) {
156
- this.ee = c;
157
- this.ea.setRawStyleProperty("max-height", c.toString() + "px");
160
+ if (this.eg != c) {
161
+ this.eg = c;
162
+ this.ec.setRawStyleProperty("max-height", c.toString() + "px");
158
163
  }
159
164
  };
160
- TextHeaderCell.prototype.c1 = function (a, b) {
161
- _super.prototype.c1.call(this, a, b);
162
- if (a == this.ea) {
163
- this.ea.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
165
+ TextHeaderCell.prototype.c3 = function (a, b) {
166
+ _super.prototype.c3.call(this, a, b);
167
+ if (a == this.ec) {
168
+ this.ec.setRawStyleProperty("line-height", (this.bh - this.bi).toString() + "px");
164
169
  }
165
170
  };
166
- TextHeaderCell.prototype.de = function (a, b, c, d) {
167
- this.d4.b1();
171
+ TextHeaderCell.prototype.dg = function (a, b, c, d) {
172
+ this.d6.b4();
168
173
  };
169
- TextHeaderCell.prototype.ei = function (a, b) {
174
+ TextHeaderCell.prototype.ek = function (a, b) {
170
175
  switch (b.propertyName) {
171
176
  case "CurrentOpacity":
172
- if (this.d7.t > 0) {
173
- this.ec.setRawStyleProperty("width", "18px");
174
- if (this.dz == 2) {
175
- this.ec.setRawStyleProperty("margin", "0 5px 0 0");
177
+ if (this.d9.t > 0) {
178
+ this.ee.setRawStyleProperty("width", "18px");
179
+ if (this.d1 == 2) {
180
+ this.ee.setRawStyleProperty("margin", "0 5px 0 0");
176
181
  }
177
182
  else {
178
- this.ec.setRawStyleProperty("margin", "0 0 0 5px");
183
+ this.ee.setRawStyleProperty("margin", "0 0 0 5px");
179
184
  }
180
185
  }
181
186
  else {
182
- this.ec.setRawStyleProperty("width", "0px");
183
- this.ec.setRawStyleProperty("margin", "0");
187
+ this.ee.setRawStyleProperty("width", "0px");
188
+ this.ee.setRawStyleProperty("margin", "0");
184
189
  }
190
+ this.df(this.bk, this.bl);
185
191
  break;
186
192
  }
187
193
  };
188
- TextHeaderCell.prototype.ep = function (a) {
194
+ TextHeaderCell.prototype.er = function (a) {
189
195
  if (this.b.isGridDragging) {
190
196
  return;
191
197
  }
192
- switch (this.d3) {
198
+ switch (this.d5) {
193
199
  case 2:
194
200
  case 3:
195
- this.d4.cf();
201
+ this.d6.ci();
196
202
  break;
197
203
  }
198
204
  };
199
- TextHeaderCell.prototype.eo = function (a) {
200
- switch (this.d3) {
205
+ TextHeaderCell.prototype.eq = function (a) {
206
+ switch (this.d5) {
201
207
  case 2:
202
208
  case 3:
203
- this.d4.bz();
209
+ this.d6.b2();
204
210
  break;
205
211
  }
206
212
  };
207
- TextHeaderCell.prototype.ek = function (a, b) {
213
+ TextHeaderCell.prototype.em = function (a, b) {
208
214
  this.b.columnFilterChanged(b.a);
209
215
  };
210
- TextHeaderCell.prototype.el = function (a, b) {
216
+ TextHeaderCell.prototype.en = function (a, b) {
211
217
  this.b.columnFilterChanging(b.a);
212
218
  };
213
- TextHeaderCell.prototype.ej = function (a, b) {
219
+ TextHeaderCell.prototype.el = function (a, b) {
214
220
  if (this.b != null) {
215
221
  b.a = this.f.getColumn();
216
222
  this.b.cancelEditMode(false);
217
223
  }
218
224
  };
219
- TextHeaderCell.prototype.cj = function (a, b, c) {
220
- _super.prototype.cj.call(this, a, b, c);
221
- this.dz = c;
222
- this.d4.k = c;
225
+ TextHeaderCell.prototype.cl = function (a, b, c) {
226
+ _super.prototype.cl.call(this, a, b, c);
227
+ this.d1 = c;
228
+ this.d6.k = c;
223
229
  if (c == 2) {
224
- if (this.d1 == 1) {
225
- this.ar.removeChild(this.ec);
226
- this.ar.removeChild(this.eb);
227
- this.ea.before(this.eb);
228
- this.eb.before(this.ec);
229
- this.eb.setRawStyleProperty("margin", "0 5px 0 0");
230
- this.d4.l = this.dz;
230
+ if (this.d3 == 1) {
231
+ this.ar.removeChild(this.ee);
232
+ this.ar.removeChild(this.ed);
233
+ this.ec.before(this.ed);
234
+ this.ed.before(this.ee);
235
+ this.ed.setRawStyleProperty("margin", "0 5px 0 0");
236
+ this.d6.l = this.d1;
231
237
  }
232
- else if (this.d1 == 4) {
233
- this.ar.removeChild(this.ec);
234
- this.ar.removeChild(this.eb);
235
- this.ar.append(this.eb);
236
- this.ea.before(this.ec);
237
- this.eb.setRawStyleProperty("margin", "0 0 0 5px");
238
- this.d4.l = 2;
238
+ else if (this.d3 == 4) {
239
+ this.ar.removeChild(this.ee);
240
+ this.ar.removeChild(this.ed);
241
+ this.ar.append(this.ed);
242
+ this.ec.before(this.ee);
243
+ this.ed.setRawStyleProperty("margin", "0 0 0 5px");
244
+ this.d6.l = 2;
239
245
  }
240
246
  else {
241
- this.ar.removeChild(this.ec);
242
- this.ar.removeChild(this.eb);
243
- this.ea.before(this.eb);
244
- this.eb.before(this.ec);
245
- this.eb.setRawStyleProperty("margin", "0");
246
- this.d4.l = 0;
247
+ this.ar.removeChild(this.ee);
248
+ this.ar.removeChild(this.ed);
249
+ this.ec.before(this.ed);
250
+ this.ed.before(this.ee);
251
+ this.ed.setRawStyleProperty("margin", "0");
252
+ this.d6.l = 0;
247
253
  }
248
254
  }
249
255
  else {
250
- if (this.d1 == 1) {
256
+ if (this.d3 == 1) {
257
+ this.ar.removeChild(this.ee);
251
258
  this.ar.removeChild(this.ec);
252
- this.ar.removeChild(this.ea);
253
- this.eb.before(this.ea);
254
- this.eb.before(this.ec);
255
- this.eb.setRawStyleProperty("margin", "0 0 0 5px");
256
- this.d4.l = this.dz;
259
+ this.ed.before(this.ec);
260
+ this.ed.before(this.ee);
261
+ this.ed.setRawStyleProperty("margin", "0 0 0 5px");
262
+ this.d6.l = this.d1;
257
263
  }
258
- else if (this.d1 == 3) {
264
+ else if (this.d3 == 3) {
265
+ this.ar.removeChild(this.ee);
259
266
  this.ar.removeChild(this.ec);
260
- this.ar.removeChild(this.ea);
261
- this.ar.removeChild(this.eb);
262
- this.ar.append(this.eb);
263
- this.ar.append(this.ea);
267
+ this.ar.removeChild(this.ed);
268
+ this.ar.append(this.ed);
264
269
  this.ar.append(this.ec);
265
- this.eb.setRawStyleProperty("margin", "0 5px 0 0");
266
- this.d4.l = 0;
270
+ this.ar.append(this.ee);
271
+ this.ed.setRawStyleProperty("margin", "0 5px 0 0");
272
+ this.d6.l = 0;
267
273
  }
268
274
  else {
275
+ this.ar.removeChild(this.ee);
269
276
  this.ar.removeChild(this.ec);
270
- this.ar.removeChild(this.ea);
271
- this.eb.before(this.ea);
272
- this.eb.before(this.ec);
273
- this.eb.setRawStyleProperty("margin", "0");
274
- this.d4.l = 2;
277
+ this.ed.before(this.ec);
278
+ this.ed.before(this.ee);
279
+ this.ed.setRawStyleProperty("margin", "0");
280
+ this.d6.l = 2;
275
281
  }
276
282
  }
277
283
  };
278
- TextHeaderCell.prototype.c7 = function (a, b, c, d) {
279
- _super.prototype.c7.call(this, a, b, c, d);
280
- this.d4.av = a;
281
- this.d4.aw = c;
284
+ TextHeaderCell.prototype.c9 = function (a, b, c, d) {
285
+ _super.prototype.c9.call(this, a, b, c, d);
286
+ this.d6.av = a;
287
+ this.d6.aw = c;
282
288
  };
283
- TextHeaderCell.prototype.en = function () {
284
- if (this.d1 == 3) {
285
- this.d4.l = 0;
286
- this.eb.setRawStyleProperty("margin", "0");
289
+ TextHeaderCell.prototype.ep = function () {
290
+ if (this.d3 == 3) {
291
+ this.d6.l = 0;
292
+ this.ed.setRawStyleProperty("margin", "0");
287
293
  }
288
- else if (this.d1 == 4) {
289
- this.d4.l = 2;
290
- this.eb.setRawStyleProperty("margin", "0");
294
+ else if (this.d3 == 4) {
295
+ this.d6.l = 2;
296
+ this.ed.setRawStyleProperty("margin", "0");
291
297
  }
292
- else if (this.d1 == 2 || this.d1 == 0) {
293
- if (this.dz == 2) {
294
- this.d4.l = 0;
298
+ else if (this.d3 == 2 || this.d3 == 0) {
299
+ if (this.d1 == 2) {
300
+ this.d6.l = 0;
295
301
  }
296
302
  else {
297
- this.d4.l = 2;
303
+ this.d6.l = 2;
298
304
  }
299
- this.eb.setRawStyleProperty("margin", "0");
305
+ this.ed.setRawStyleProperty("margin", "0");
300
306
  }
301
307
  else {
302
- this.d4.l = this.dz;
303
- if (this.dz == 2) {
304
- this.eb.setRawStyleProperty("margin", "0 5px 0 0");
308
+ this.d6.l = this.d1;
309
+ if (this.d1 == 2) {
310
+ this.ed.setRawStyleProperty("margin", "0 5px 0 0");
305
311
  }
306
312
  else {
307
- this.eb.setRawStyleProperty("margin", "0 0 0 5px");
313
+ this.ed.setRawStyleProperty("margin", "0 0 0 5px");
308
314
  }
309
315
  }
310
- this.cj(this.ar, this.ea, this.dz);
316
+ this.cl(this.ar, this.ec, this.d1);
311
317
  };
312
- TextHeaderCell.prototype.em = function () {
313
- switch (this.d3) {
318
+ TextHeaderCell.prototype.eo = function () {
319
+ switch (this.d5) {
314
320
  case 1:
315
- this.d4.ai = false;
316
- this.d4.cf();
321
+ this.d6.ai = false;
322
+ this.d6.ci();
317
323
  break;
318
324
  case 2:
319
- this.d4.ai = false;
325
+ this.d6.ai = false;
320
326
  break;
321
327
  case 3:
322
- this.d4.ai = true;
328
+ this.d6.ai = true;
323
329
  break;
324
330
  }
325
331
  };
326
- TextHeaderCell.prototype.cl = function (a, b, c) {
327
- _super.prototype.cl.call(this, a, b, c);
332
+ TextHeaderCell.prototype.cn = function (a, b, c) {
333
+ _super.prototype.cn.call(this, a, b, c);
328
334
  switch (a) {
329
335
  case "ColumnOptionsIconAlignment":
330
- this.en();
336
+ this.ep();
331
337
  break;
332
338
  case "ColumnOptionsIconBehavior":
333
- this.em();
339
+ this.eo();
334
340
  break;
335
341
  }
336
342
  };
@@ -338,28 +344,28 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
338
344
  if (e_.button == 2) {
339
345
  return;
340
346
  }
341
- var b = this.d4.ak(e_);
347
+ var b = this.d6.ak(e_);
342
348
  if (b) {
343
- this.d8 = true;
349
+ this.ea = true;
344
350
  return;
345
351
  }
346
352
  _super.prototype.onContactStarted.call(this, e_, a);
347
353
  };
348
354
  TextHeaderCell.prototype.onContactCompleted = function (e_, a) {
349
- if (!this.d8) {
355
+ if (!this.ea) {
350
356
  _super.prototype.onContactCompleted.call(this, e_, a);
351
357
  }
352
- this.d8 = false;
358
+ this.ea = false;
353
359
  };
354
360
  TextHeaderCell.prototype.detach = function () {
355
361
  _super.prototype.detach.call(this);
356
- if (this.d4 != null) {
362
+ if (this.d6 != null) {
357
363
  }
358
364
  };
359
- TextHeaderCell.prototype.db = function (a) {
360
- _super.prototype.db.call(this, a);
361
- if (this.d5 != null) {
362
- this.d5.x = a;
365
+ TextHeaderCell.prototype.dd = function (a) {
366
+ _super.prototype.dd.call(this, a);
367
+ if (this.d7 != null) {
368
+ this.d7.x = a;
363
369
  }
364
370
  };
365
371
  TextHeaderCell.prototype.get_ac = function () {