igniteui-webcomponents-data-grids 7.1.0-alpha.3 → 7.1.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +6134 -5858
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  13. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  14. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  15. package/esm2015/lib/CellPresenterBase.js +37 -34
  16. package/esm2015/lib/CheckboxListView_combined.js +23 -23
  17. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  18. package/esm2015/lib/ColumnFilterCondition_combined.js +4143 -3997
  19. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  20. package/esm2015/lib/ColumnPinningView_combined.js +5 -5
  21. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  22. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  23. package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
  24. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  25. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  26. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  27. package/esm2015/lib/EditorCell.js +292 -292
  28. package/esm2015/lib/EditorCellPresenter.js +26 -26
  29. package/esm2015/lib/FilterCell.js +269 -269
  30. package/esm2015/lib/FilterCellPresenter.js +15 -15
  31. package/esm2015/lib/GridCellBase.js +167 -150
  32. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +4 -4
  33. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  34. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  35. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  36. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  37. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  38. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridExternalWrapper.js +6 -6
  40. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  41. package/esm2015/lib/ImageCell.js +57 -57
  42. package/esm2015/lib/ImageCellPresenter.js +15 -15
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  44. package/esm2015/lib/NumericCell.js +8 -8
  45. package/esm2015/lib/NumericCellPresenter.js +9 -9
  46. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  47. package/esm2015/lib/SectionHeaderCell.js +20 -20
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  49. package/esm2015/lib/SummaryCell.js +45 -45
  50. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  51. package/esm2015/lib/TemplateCell.js +15 -15
  52. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  53. package/esm2015/lib/TemplateHeader.js +2 -2
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  56. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  57. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  58. package/esm2015/lib/TextCell.js +29 -29
  59. package/esm2015/lib/TextCellPresenter.js +10 -10
  60. package/esm2015/lib/TextHeaderCell.js +184 -184
  61. package/esm2015/lib/TextHeaderCellPresenter.js +52 -52
  62. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  63. package/esm2015/lib/igc-cell-info.js +90 -81
  64. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  65. package/esm2015/lib/igc-data-grid-column-component.js +224 -214
  66. package/esm2015/lib/igc-data-grid-component.js +10 -0
  67. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  68. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  69. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  70. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  71. package/esm2015/lib/igc-image-cell-info.js +6 -6
  72. package/esm2015/lib/igc-image-column-component.js +12 -12
  73. package/esm2015/lib/igc-numeric-cell-info.js +35 -26
  74. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  75. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  76. package/esm2015/lib/igc-section-header-component.js +32 -12
  77. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  78. package/esm2015/lib/igc-template-cell-info.js +2 -2
  79. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  80. package/esm2015/lib/igc-text-cell-info.js +2 -2
  81. package/esm2015/lib/igc-text-column-component.js +9 -9
  82. package/esm2015/lib/igc-text-header-cell-info.js +38 -38
  83. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  84. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  85. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  86. package/esm5/lib/CanvasGridCellBase.js +2 -2
  87. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  88. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  89. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  90. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  91. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  93. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  94. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  95. package/esm5/lib/CellPresenterBase.js +37 -34
  96. package/esm5/lib/CheckboxListView_combined.js +23 -23
  97. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  98. package/esm5/lib/ColumnFilterCondition_combined.js +3989 -3819
  99. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  100. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  101. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  102. package/esm5/lib/ContentCellModelHelper.js +10 -10
  103. package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
  104. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  105. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  106. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  107. package/esm5/lib/EditorCell.js +277 -277
  108. package/esm5/lib/EditorCellPresenter.js +26 -26
  109. package/esm5/lib/FilterCell.js +259 -259
  110. package/esm5/lib/FilterCellPresenter.js +15 -15
  111. package/esm5/lib/GridCellBase.js +164 -143
  112. package/esm5/lib/GridColumnFilterOptionsView_combined.js +4 -4
  113. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  114. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  115. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  116. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  117. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  118. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  119. package/esm5/lib/GridExternalWrapper.js +6 -6
  120. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  121. package/esm5/lib/ImageCell.js +57 -57
  122. package/esm5/lib/ImageCellPresenter.js +15 -15
  123. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  124. package/esm5/lib/NumericCell.js +8 -8
  125. package/esm5/lib/NumericCellPresenter.js +9 -9
  126. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  127. package/esm5/lib/SectionHeaderCell.js +20 -20
  128. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  129. package/esm5/lib/SummaryCell.js +45 -45
  130. package/esm5/lib/SummaryCellPresenter.js +10 -10
  131. package/esm5/lib/TemplateCell.js +15 -15
  132. package/esm5/lib/TemplateCellPresenter.js +3 -3
  133. package/esm5/lib/TemplateHeader.js +2 -2
  134. package/esm5/lib/TemplateHeaderCell.js +5 -5
  135. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  136. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  137. package/esm5/lib/TemplateSectionHeader.js +1 -1
  138. package/esm5/lib/TextCell.js +29 -29
  139. package/esm5/lib/TextCellPresenter.js +10 -10
  140. package/esm5/lib/TextHeaderCell.js +182 -182
  141. package/esm5/lib/TextHeaderCellPresenter.js +52 -52
  142. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  143. package/esm5/lib/igc-cell-info.js +94 -81
  144. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  145. package/esm5/lib/igc-data-grid-column-component.js +228 -214
  146. package/esm5/lib/igc-data-grid-component.js +14 -0
  147. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-editor-cell-info.js +23 -23
  150. package/esm5/lib/igc-filter-cell-info.js +26 -26
  151. package/esm5/lib/igc-image-cell-info.js +6 -6
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-cell-info.js +39 -26
  154. package/esm5/lib/igc-numeric-column-component.js +38 -38
  155. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  156. package/esm5/lib/igc-section-header-component.js +40 -12
  157. package/esm5/lib/igc-summary-cell-info.js +9 -9
  158. package/esm5/lib/igc-template-cell-info.js +2 -2
  159. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  160. package/esm5/lib/igc-text-cell-info.js +2 -2
  161. package/esm5/lib/igc-text-column-component.js +9 -9
  162. package/esm5/lib/igc-text-header-cell-info.js +38 -38
  163. package/fesm2015/igniteui-webcomponents-data-grids.js +6274 -6050
  164. package/fesm5/igniteui-webcomponents-data-grids.js +6134 -5858
  165. package/lib/ColumnFilterCondition_combined.d.ts +1077 -1053
  166. package/lib/EditorCell.d.ts +67 -67
  167. package/lib/FilterCell.d.ts +55 -55
  168. package/lib/GridCellBase.d.ts +64 -61
  169. package/lib/ImageCell.d.ts +17 -17
  170. package/lib/NumericCell.d.ts +2 -2
  171. package/lib/SectionHeaderCell.d.ts +4 -4
  172. package/lib/SummaryCell.d.ts +10 -10
  173. package/lib/TemplateCell.d.ts +5 -5
  174. package/lib/TemplateHeaderCell.d.ts +2 -2
  175. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  176. package/lib/TemplateSectionHeader.d.ts +1 -1
  177. package/lib/TextCell.d.ts +7 -7
  178. package/lib/TextHeaderCell.d.ts +30 -30
  179. package/lib/VerticalSeparatorCell.d.ts +8 -8
  180. package/lib/igc-cell-info.d.ts +5 -0
  181. package/lib/igc-data-grid-column-component.d.ts +5 -0
  182. package/lib/igc-data-grid-component.d.ts +5 -0
  183. package/lib/igc-numeric-cell-info.d.ts +5 -0
  184. package/lib/igc-section-header-component.d.ts +10 -0
  185. package/package.json +4 -4
@@ -14,56 +14,56 @@ export var TextCell = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(TextCell, _super);
15
15
  function TextCell(a) {
16
16
  var _this = _super.call(this, a) || this;
17
- _this.dw = null;
18
- _this.dz = -1;
19
- _this.dy = -1;
17
+ _this.dz = null;
18
+ _this.d2 = -1;
19
+ _this.d1 = -1;
20
20
  _this.ar.setRawStyleProperty("text-align", "left");
21
21
  _this.ar.setRawStyleProperty("vertical-align", "middle");
22
- _this.dw = a.createElement("span");
23
- _this.dw.setRawStyleProperty("display", "inline-block");
24
- _this.dw.setRawStyleProperty("overflow", "hidden");
25
- _this.dw.setRawStyleProperty("white-space", "nowrap");
26
- _this.dw.setRawStyleProperty("text-overflow", "ellipsis");
27
- _this.db(_this.dw, 1);
28
- _this.ar.append(_this.dw);
22
+ _this.dz = a.createElement("span");
23
+ _this.dz.setRawStyleProperty("display", "inline-block");
24
+ _this.dz.setRawStyleProperty("overflow", "hidden");
25
+ _this.dz.setRawStyleProperty("white-space", "nowrap");
26
+ _this.dz.setRawStyleProperty("text-overflow", "ellipsis");
27
+ _this.dc(_this.dz, 1);
28
+ _this.ar.append(_this.dz);
29
29
  return _this;
30
30
  }
31
- Object.defineProperty(TextCell.prototype, "dx", {
31
+ Object.defineProperty(TextCell.prototype, "d0", {
32
32
  get: function () {
33
- return this.dw;
33
+ return this.dz;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
37
37
  });
38
- TextCell.prototype.dc = function (a, b) {
39
- _super.prototype.dc.call(this, a, b);
38
+ TextCell.prototype.dd = function (a, b) {
39
+ _super.prototype.dd.call(this, a, b);
40
40
  var c = Math.max(0, a - b - (this.bd + this.bf + this.be));
41
- if (this.dz != c) {
42
- this.dz = c;
43
- this.dw.setRawStyleProperty("max-width", c.toString() + "px");
41
+ if (this.d2 != c) {
42
+ this.d2 = c;
43
+ this.dz.setRawStyleProperty("max-width", c.toString() + "px");
44
44
  }
45
45
  };
46
- TextCell.prototype.c1 = function (a, b) {
47
- _super.prototype.c1.call(this, a, b);
46
+ TextCell.prototype.c2 = function (a, b) {
47
+ _super.prototype.c2.call(this, a, b);
48
48
  var c = Math.max(0, a - b);
49
- if (this.dy != c) {
50
- this.dy = c;
51
- this.dw.setRawStyleProperty("max-height", c.toString() + "px");
49
+ if (this.d1 != c) {
50
+ this.d1 = c;
51
+ this.dz.setRawStyleProperty("max-height", c.toString() + "px");
52
52
  }
53
53
  };
54
- TextCell.prototype.c0 = function (a, b) {
55
- _super.prototype.c0.call(this, a, b);
56
- if (a == this.dw) {
57
- this.dw.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
54
+ TextCell.prototype.c1 = function (a, b) {
55
+ _super.prototype.c1.call(this, a, b);
56
+ if (a == this.dz) {
57
+ this.dz.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
58
58
  }
59
59
  };
60
60
  TextCell.prototype.get_ae = function () {
61
61
  return true;
62
62
  };
63
- TextCell.prototype.ck = function (a, b, c) {
64
- _super.prototype.ck.call(this, a, b, c);
63
+ TextCell.prototype.cl = function (a, b, c) {
64
+ _super.prototype.cl.call(this, a, b, c);
65
65
  if (a == "Indent" || a == "IsCollapsable") {
66
- this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
66
+ this.dz.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
67
67
  }
68
68
  };
69
69
  TextCell.$t = markType(TextCell, 'TextCell', GridCellBase.$);
@@ -28,26 +28,26 @@ export var TextCellPresenter = /** @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.n5) || a.bc(TextCellModel.h4) || a.bc(TextCellModel.gy)) {
32
- b.kz = this.e(b);
33
- this.d.c8(this.d.dx, b.kz);
31
+ if (a.bc(TextCellModel.n9) || a.bc(TextCellModel.h5) || a.bc(TextCellModel.gz)) {
32
+ b.k1 = this.e(b);
33
+ this.d.c9(this.d.d0, b.k1);
34
34
  }
35
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
35
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
36
36
  }
37
37
  };
38
38
  TextCellPresenter.prototype.e = function (a) {
39
- if (a.lw != null) {
40
- return a.lw;
39
+ if (a.ly != null) {
40
+ return a.ly;
41
41
  }
42
- if (a.n7 != null) {
43
- return a.n7;
42
+ if (a.ob != null) {
43
+ return a.ob;
44
44
  }
45
45
  else {
46
- if (a.ih == null) {
46
+ if (a.ii == null) {
47
47
  return "";
48
48
  }
49
49
  else {
50
- return a.ih.toString();
50
+ return a.ii.toString();
51
51
  }
52
52
  }
53
53
  };
@@ -18,28 +18,28 @@ export 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.d7 = null;
22
- _this.d3 = null;
23
- _this.d1 = null;
24
- _this.dx = 0;
25
- _this.dw = 0;
26
- _this.dz = 3;
27
- _this.d9 = null;
28
- _this.ec = -1;
29
- _this.eb = -1;
30
- _this.d5 = false;
31
- _this.d8 = null;
32
- _this.d6 = false;
33
- _this.d7 = a.createElement("span");
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
+ _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");
34
34
  _this.ar.setRawStyleProperty("text-align", "left");
35
35
  _this.ar.setRawStyleProperty("vertical-align", "middle");
36
- _this.d7.setRawStyleProperty("display", "inline-block");
37
- _this.d7.setRawStyleProperty("line-height", "normal");
38
- _this.d7.setRawStyleProperty("vertical-align", "middle");
39
- _this.d7.setRawStyleProperty("overflow", "hidden");
40
- _this.d7.setRawStyleProperty("white-space", "nowrap");
41
- _this.d7.setRawStyleProperty("text-overflow", "ellipsis");
42
- _this.ar.append(_this.d7);
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);
43
43
  var b = 18;
44
44
  var c = 18;
45
45
  var d = a.createElement("div");
@@ -48,17 +48,17 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
48
48
  d.setRawStyleProperty("vertical-align", "middle");
49
49
  d.setRawStyleProperty("width", b + "px");
50
50
  d.setRawStyleProperty("height", c + "px");
51
- _this.d8 = d;
51
+ _this.eb = d;
52
52
  var e = a.getSubRenderer(d);
53
- _this.d1 = new GridFilterDialog();
54
- _this.d1.ca(e, _this.ar, a);
53
+ _this.d4 = new GridFilterDialog();
54
+ _this.d4.ca(e, _this.ar, a);
55
55
  _this.ar.append(d);
56
- _this.d1.b1(b, c);
57
- _this.d1.ar = 24;
58
- var f = _this.d1.ai;
59
- _this.d1.ai = false;
60
- _this.d1.by();
61
- _this.d1.ai = f;
56
+ _this.d4.b1(b, c);
57
+ _this.d4.ar = 24;
58
+ var f = _this.d4.ai;
59
+ _this.d4.ai = false;
60
+ _this.d4.by();
61
+ _this.d4.ai = f;
62
62
  var g = 18;
63
63
  var h = 18;
64
64
  d = a.createElement("div");
@@ -68,67 +68,67 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
68
68
  d.setRawStyleProperty("width", "0px");
69
69
  d.setRawStyleProperty("height", h + "px");
70
70
  d.setRawStyleProperty("margin", "0 0 0 5px");
71
- _this.d9 = d;
71
+ _this.ec = d;
72
72
  e = a.getSubRenderer(d);
73
- _this.d3 = new GridSortIndicator();
74
- _this.d3.n = false;
75
- _this.d3.m = false;
76
- _this.d3.a0(e);
73
+ _this.d6 = new GridSortIndicator();
74
+ _this.d6.n = false;
75
+ _this.d6.m = false;
76
+ _this.d6.a0(e);
77
77
  _this.ar.append(d);
78
- _this.d3.au(g, h);
79
- var i = _this.d3;
80
- i.propertyChanged = delegateCombine(i.propertyChanged, runOn(_this, _this.ef));
81
- var j = _this.d1;
82
- j.dialogOpening = delegateCombine(j.dialogOpening, runOn(_this, _this.eg));
83
- var k = _this.d1;
84
- k.filterChanging = delegateCombine(k.filterChanging, runOn(_this, _this.ei));
85
- var l = _this.d1;
86
- l.filterChanged = delegateCombine(l.filterChanged, runOn(_this, _this.eh));
87
- _this.ar.listen("mouseenter", runOn(_this, _this.em));
88
- _this.ar.listen("mouseleave", runOn(_this, _this.el));
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));
89
89
  return _this;
90
90
  }
91
- Object.defineProperty(TextHeaderCell.prototype, "ea", {
91
+ Object.defineProperty(TextHeaderCell.prototype, "ed", {
92
92
  get: function () {
93
- return this.d7;
93
+ return this.ea;
94
94
  },
95
95
  enumerable: false,
96
96
  configurable: true
97
97
  });
98
- Object.defineProperty(TextHeaderCell.prototype, "d4", {
98
+ Object.defineProperty(TextHeaderCell.prototype, "d7", {
99
99
  get: function () {
100
- return this.d3;
100
+ return this.d6;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
104
104
  });
105
- Object.defineProperty(TextHeaderCell.prototype, "d2", {
105
+ Object.defineProperty(TextHeaderCell.prototype, "d5", {
106
106
  get: function () {
107
- return this.d1;
107
+ return this.d4;
108
108
  },
109
109
  enumerable: false,
110
110
  configurable: true
111
111
  });
112
- Object.defineProperty(TextHeaderCell.prototype, "d0", {
112
+ Object.defineProperty(TextHeaderCell.prototype, "d3", {
113
113
  get: function () {
114
- return this.dz;
114
+ return this.d2;
115
115
  },
116
116
  set: function (a) {
117
- var b = this.dz;
118
- this.dz = a;
119
- this.ck("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.dz));
117
+ var b = this.d2;
118
+ this.d2 = a;
119
+ this.cl("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.d2));
120
120
  },
121
121
  enumerable: false,
122
122
  configurable: true
123
123
  });
124
- Object.defineProperty(TextHeaderCell.prototype, "dy", {
124
+ Object.defineProperty(TextHeaderCell.prototype, "d1", {
125
125
  get: function () {
126
- return this.dx;
126
+ return this.d0;
127
127
  },
128
128
  set: function (a) {
129
- var b = this.dx;
130
- this.dx = a;
131
- this.ck("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.dx));
129
+ var b = this.d0;
130
+ this.d0 = a;
131
+ this.cl("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.d0));
132
132
  },
133
133
  enumerable: false,
134
134
  configurable: true
@@ -136,201 +136,201 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
136
136
  TextHeaderCell.prototype.af = function (a) {
137
137
  return true;
138
138
  };
139
- TextHeaderCell.prototype.dc = function (a, b) {
140
- _super.prototype.dc.call(this, a, b);
139
+ TextHeaderCell.prototype.dd = function (a, b) {
140
+ _super.prototype.dd.call(this, a, b);
141
141
  a -= 21;
142
- if (this.d6) {
142
+ if (this.d9) {
143
143
  a -= 15;
144
144
  }
145
145
  var c = Math.max(0, a - b);
146
- if (c != this.ec) {
147
- this.ec = c;
148
- this.d7.setRawStyleProperty("max-width", c.toString() + "px");
146
+ if (c != this.ef) {
147
+ this.ef = c;
148
+ this.ea.setRawStyleProperty("max-width", c.toString() + "px");
149
149
  }
150
150
  };
151
- TextHeaderCell.prototype.c1 = function (a, b) {
152
- _super.prototype.c1.call(this, a, b);
153
- this.d7.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
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");
154
154
  var c = Math.max(0, a - b);
155
- if (this.eb != c) {
156
- this.eb = c;
157
- this.d7.setRawStyleProperty("max-height", c.toString() + "px");
155
+ if (this.ee != c) {
156
+ this.ee = c;
157
+ this.ea.setRawStyleProperty("max-height", c.toString() + "px");
158
158
  }
159
159
  };
160
- TextHeaderCell.prototype.c0 = function (a, b) {
161
- _super.prototype.c0.call(this, a, b);
162
- if (a == this.d7) {
163
- this.d7.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
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");
164
164
  }
165
165
  };
166
- TextHeaderCell.prototype.dd = function (a, b, c, d) {
167
- this.d1.b0();
166
+ TextHeaderCell.prototype.de = function (a, b, c, d) {
167
+ this.d4.b0();
168
168
  };
169
- TextHeaderCell.prototype.ef = function (a, b) {
169
+ TextHeaderCell.prototype.ei = function (a, b) {
170
170
  switch (b.propertyName) {
171
171
  case "CurrentOpacity":
172
- if (this.d4.t > 0) {
173
- this.d9.setRawStyleProperty("width", "18px");
174
- if (this.dw == 2) {
175
- this.d9.setRawStyleProperty("margin", "0 5px 0 0");
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");
176
176
  }
177
177
  else {
178
- this.d9.setRawStyleProperty("margin", "0 0 0 5px");
178
+ this.ec.setRawStyleProperty("margin", "0 0 0 5px");
179
179
  }
180
180
  }
181
181
  else {
182
- this.d9.setRawStyleProperty("width", "0px");
183
- this.d9.setRawStyleProperty("margin", "0");
182
+ this.ec.setRawStyleProperty("width", "0px");
183
+ this.ec.setRawStyleProperty("margin", "0");
184
184
  }
185
185
  break;
186
186
  }
187
187
  };
188
- TextHeaderCell.prototype.em = function (a) {
188
+ TextHeaderCell.prototype.ep = function (a) {
189
189
  if (this.b.isGridDragging) {
190
190
  return;
191
191
  }
192
- switch (this.d0) {
192
+ switch (this.d3) {
193
193
  case 2:
194
194
  case 3:
195
- this.d1.ce();
195
+ this.d4.ce();
196
196
  break;
197
197
  }
198
198
  };
199
- TextHeaderCell.prototype.el = function (a) {
200
- switch (this.d0) {
199
+ TextHeaderCell.prototype.eo = function (a) {
200
+ switch (this.d3) {
201
201
  case 2:
202
202
  case 3:
203
- this.d1.by();
203
+ this.d4.by();
204
204
  break;
205
205
  }
206
206
  };
207
- TextHeaderCell.prototype.eh = function (a, b) {
207
+ TextHeaderCell.prototype.ek = function (a, b) {
208
208
  this.b.columnFilterChanged(b.a);
209
209
  };
210
- TextHeaderCell.prototype.ei = function (a, b) {
210
+ TextHeaderCell.prototype.el = function (a, b) {
211
211
  this.b.columnFilterChanging(b.a);
212
212
  };
213
- TextHeaderCell.prototype.eg = function (a, b) {
213
+ TextHeaderCell.prototype.ej = function (a, b) {
214
214
  if (this.b != null) {
215
215
  b.a = this.f.getColumn();
216
216
  this.b.cancelEditMode(false);
217
217
  }
218
218
  };
219
- TextHeaderCell.prototype.ci = function (a, b, c) {
220
- _super.prototype.ci.call(this, a, b, c);
221
- this.dw = c;
222
- this.d1.k = c;
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;
223
223
  if (c == 2) {
224
- if (this.dy == 1) {
225
- this.ar.removeChild(this.d9);
226
- this.ar.removeChild(this.d8);
227
- this.d7.before(this.d8);
228
- this.d8.before(this.d9);
229
- this.d8.setRawStyleProperty("margin", "0 5px 0 0");
230
- this.d1.l = this.dw;
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;
231
231
  }
232
- else if (this.dy == 4) {
233
- this.ar.removeChild(this.d9);
234
- this.ar.removeChild(this.d8);
235
- this.ar.append(this.d8);
236
- this.d7.before(this.d9);
237
- this.d8.setRawStyleProperty("margin", "0 0 0 5px");
238
- this.d1.l = 2;
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;
239
239
  }
240
240
  else {
241
- this.ar.removeChild(this.d9);
242
- this.ar.removeChild(this.d8);
243
- this.d7.before(this.d8);
244
- this.d8.before(this.d9);
245
- this.d8.setRawStyleProperty("margin", "0");
246
- this.d1.l = 0;
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
247
  }
248
248
  }
249
249
  else {
250
- if (this.dy == 1) {
251
- this.ar.removeChild(this.d9);
252
- this.ar.removeChild(this.d7);
253
- this.d8.before(this.d7);
254
- this.d8.before(this.d9);
255
- this.d8.setRawStyleProperty("margin", "0 0 0 5px");
256
- this.d1.l = this.dw;
250
+ if (this.d1 == 1) {
251
+ 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;
257
257
  }
258
- else if (this.dy == 3) {
259
- this.ar.removeChild(this.d9);
260
- this.ar.removeChild(this.d7);
261
- this.ar.removeChild(this.d8);
262
- this.ar.append(this.d8);
263
- this.ar.append(this.d7);
264
- this.ar.append(this.d9);
265
- this.d8.setRawStyleProperty("margin", "0 5px 0 0");
266
- this.d1.l = 0;
258
+ else if (this.d1 == 3) {
259
+ 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);
264
+ this.ar.append(this.ec);
265
+ this.eb.setRawStyleProperty("margin", "0 5px 0 0");
266
+ this.d4.l = 0;
267
267
  }
268
268
  else {
269
- this.ar.removeChild(this.d9);
270
- this.ar.removeChild(this.d7);
271
- this.d8.before(this.d7);
272
- this.d8.before(this.d9);
273
- this.d8.setRawStyleProperty("margin", "0");
274
- this.d1.l = 2;
269
+ 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;
275
275
  }
276
276
  }
277
277
  };
278
- TextHeaderCell.prototype.c6 = function (a, b, c, d) {
279
- _super.prototype.c6.call(this, a, b, c, d);
280
- this.d1.av = a;
281
- this.d1.aw = c;
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;
282
282
  };
283
- TextHeaderCell.prototype.ek = function () {
284
- if (this.dy == 3) {
285
- this.d1.l = 0;
286
- this.d8.setRawStyleProperty("margin", "0");
283
+ TextHeaderCell.prototype.en = function () {
284
+ if (this.d1 == 3) {
285
+ this.d4.l = 0;
286
+ this.eb.setRawStyleProperty("margin", "0");
287
287
  }
288
- else if (this.dy == 4) {
289
- this.d1.l = 2;
290
- this.d8.setRawStyleProperty("margin", "0");
288
+ else if (this.d1 == 4) {
289
+ this.d4.l = 2;
290
+ this.eb.setRawStyleProperty("margin", "0");
291
291
  }
292
- else if (this.dy == 2 || this.dy == 0) {
293
- if (this.dw == 2) {
294
- this.d1.l = 0;
292
+ else if (this.d1 == 2 || this.d1 == 0) {
293
+ if (this.dz == 2) {
294
+ this.d4.l = 0;
295
295
  }
296
296
  else {
297
- this.d1.l = 2;
297
+ this.d4.l = 2;
298
298
  }
299
- this.d8.setRawStyleProperty("margin", "0");
299
+ this.eb.setRawStyleProperty("margin", "0");
300
300
  }
301
301
  else {
302
- this.d1.l = this.dw;
303
- if (this.dw == 2) {
304
- this.d8.setRawStyleProperty("margin", "0 5px 0 0");
302
+ this.d4.l = this.dz;
303
+ if (this.dz == 2) {
304
+ this.eb.setRawStyleProperty("margin", "0 5px 0 0");
305
305
  }
306
306
  else {
307
- this.d8.setRawStyleProperty("margin", "0 0 0 5px");
307
+ this.eb.setRawStyleProperty("margin", "0 0 0 5px");
308
308
  }
309
309
  }
310
- this.ci(this.ar, this.d7, this.dw);
310
+ this.cj(this.ar, this.ea, this.dz);
311
311
  };
312
- TextHeaderCell.prototype.ej = function () {
313
- switch (this.d0) {
312
+ TextHeaderCell.prototype.em = function () {
313
+ switch (this.d3) {
314
314
  case 1:
315
- this.d1.ai = false;
316
- this.d1.ce();
315
+ this.d4.ai = false;
316
+ this.d4.ce();
317
317
  break;
318
318
  case 2:
319
- this.d1.ai = false;
319
+ this.d4.ai = false;
320
320
  break;
321
321
  case 3:
322
- this.d1.ai = true;
322
+ this.d4.ai = true;
323
323
  break;
324
324
  }
325
325
  };
326
- TextHeaderCell.prototype.ck = function (a, b, c) {
327
- _super.prototype.ck.call(this, a, b, c);
326
+ TextHeaderCell.prototype.cl = function (a, b, c) {
327
+ _super.prototype.cl.call(this, a, b, c);
328
328
  switch (a) {
329
329
  case "ColumnOptionsIconAlignment":
330
- this.ek();
330
+ this.en();
331
331
  break;
332
332
  case "ColumnOptionsIconBehavior":
333
- this.ej();
333
+ this.em();
334
334
  break;
335
335
  }
336
336
  };
@@ -338,28 +338,28 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
338
338
  if (e_.button == 2) {
339
339
  return;
340
340
  }
341
- var b = this.d1.ak(e_);
341
+ var b = this.d4.ak(e_);
342
342
  if (b) {
343
- this.d5 = true;
343
+ this.d8 = true;
344
344
  return;
345
345
  }
346
346
  _super.prototype.onContactStarted.call(this, e_, a);
347
347
  };
348
348
  TextHeaderCell.prototype.onContactCompleted = function (e_, a) {
349
- if (!this.d5) {
349
+ if (!this.d8) {
350
350
  _super.prototype.onContactCompleted.call(this, e_, a);
351
351
  }
352
- this.d5 = false;
352
+ this.d8 = false;
353
353
  };
354
354
  TextHeaderCell.prototype.detach = function () {
355
355
  _super.prototype.detach.call(this);
356
- if (this.d1 != null) {
356
+ if (this.d4 != null) {
357
357
  }
358
358
  };
359
- TextHeaderCell.prototype.da = function (a) {
360
- _super.prototype.da.call(this, a);
361
- if (this.d2 != null) {
362
- this.d2.x = a;
359
+ TextHeaderCell.prototype.db = function (a) {
360
+ _super.prototype.db.call(this, a);
361
+ if (this.d5 != null) {
362
+ this.d5.x = a;
363
363
  }
364
364
  };
365
365
  TextHeaderCell.prototype.get_ac = function () {