igniteui-angular-data-grids 20.1.0 → 20.2.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 (192) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +5727 -5576
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +1 -1
  4. package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +7 -7
  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/CanvasSummaryCell.js +1 -1
  12. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  13. package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
  14. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  15. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  16. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  17. package/esm2015/lib/CellPresenterBase.js +40 -37
  18. package/esm2015/lib/CheckboxListBridge.js +4 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +778 -743
  20. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
  22. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +13 -13
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  27. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  28. package/esm2015/lib/EditorCell.js +303 -303
  29. package/esm2015/lib/EditorCellPresenter.js +27 -27
  30. package/esm2015/lib/EditorRowCell.js +1 -1
  31. package/esm2015/lib/FilterCell.js +272 -272
  32. package/esm2015/lib/FilterCellPresenter.js +16 -16
  33. package/esm2015/lib/GridCellBase.js +354 -335
  34. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  35. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  37. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  38. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  40. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  41. package/esm2015/lib/GridExternalWrapper.js +6 -6
  42. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  43. package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
  44. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  45. package/esm2015/lib/ImageCell.js +59 -59
  46. package/esm2015/lib/ImageCellPresenter.js +17 -17
  47. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  48. package/esm2015/lib/NumericCell.js +8 -8
  49. package/esm2015/lib/NumericCellPresenter.js +9 -9
  50. package/esm2015/lib/PropertyEditorView_combined.js +21 -21
  51. package/esm2015/lib/SectionHeaderCell.js +15 -15
  52. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  53. package/esm2015/lib/SortIndicatorStyle.js +6 -2
  54. package/esm2015/lib/SummaryCell.js +40 -40
  55. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  56. package/esm2015/lib/TemplateCell.js +15 -15
  57. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  58. package/esm2015/lib/TemplateHeader.js +2 -2
  59. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  60. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  61. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  62. package/esm2015/lib/TextCell.js +32 -32
  63. package/esm2015/lib/TextCellPresenter.js +10 -10
  64. package/esm2015/lib/TextHeaderCell.js +153 -153
  65. package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
  66. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  67. package/esm2015/lib/igx-cell-info.js +164 -155
  68. package/esm2015/lib/igx-checkbox-list-component.js +82 -66
  69. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  70. package/esm2015/lib/igx-data-grid-column-component.js +87 -76
  71. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  73. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  74. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  75. package/esm2015/lib/igx-image-cell-info.js +6 -6
  76. package/esm2015/lib/igx-image-column-component.js +10 -10
  77. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  78. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  79. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  80. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  81. package/esm2015/lib/igx-template-cell-info.js +2 -2
  82. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  83. package/esm2015/lib/igx-text-cell-info.js +2 -2
  84. package/esm2015/lib/igx-text-column-component.js +8 -8
  85. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  86. package/esm5/lib/AccessibilityRow.js +1 -1
  87. package/esm5/lib/CanvasCellPresenterBase.js +9 -9
  88. package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
  89. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  90. package/esm5/lib/CanvasGridCellBase.js +7 -7
  91. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  92. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  93. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  94. package/esm5/lib/CanvasSummaryCell.js +1 -1
  95. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  96. package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
  97. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  98. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  99. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  100. package/esm5/lib/CellPresenterBase.js +40 -37
  101. package/esm5/lib/CheckboxListBridge.js +4 -0
  102. package/esm5/lib/CheckboxListView_combined.js +760 -725
  103. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  104. package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
  105. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  106. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  107. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  108. package/esm5/lib/ContentCellModelHelper.js +13 -13
  109. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  110. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  111. package/esm5/lib/EditorCell.js +285 -285
  112. package/esm5/lib/EditorCellPresenter.js +27 -27
  113. package/esm5/lib/EditorRowCell.js +1 -1
  114. package/esm5/lib/FilterCell.js +262 -262
  115. package/esm5/lib/FilterCellPresenter.js +16 -16
  116. package/esm5/lib/GridCellBase.js +349 -326
  117. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  118. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  119. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  120. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  121. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  122. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  123. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  124. package/esm5/lib/GridExternalWrapper.js +6 -6
  125. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  126. package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
  127. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  128. package/esm5/lib/ImageCell.js +59 -59
  129. package/esm5/lib/ImageCellPresenter.js +17 -17
  130. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  131. package/esm5/lib/NumericCell.js +8 -8
  132. package/esm5/lib/NumericCellPresenter.js +9 -9
  133. package/esm5/lib/PropertyEditorView_combined.js +21 -21
  134. package/esm5/lib/SectionHeaderCell.js +15 -15
  135. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  136. package/esm5/lib/SortIndicatorStyle.js +6 -2
  137. package/esm5/lib/SummaryCell.js +40 -40
  138. package/esm5/lib/SummaryCellPresenter.js +10 -10
  139. package/esm5/lib/TemplateCell.js +15 -15
  140. package/esm5/lib/TemplateCellPresenter.js +5 -5
  141. package/esm5/lib/TemplateHeader.js +2 -2
  142. package/esm5/lib/TemplateHeaderCell.js +5 -5
  143. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  144. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  145. package/esm5/lib/TextCell.js +32 -32
  146. package/esm5/lib/TextCellPresenter.js +10 -10
  147. package/esm5/lib/TextHeaderCell.js +151 -151
  148. package/esm5/lib/TextHeaderCellPresenter.js +25 -25
  149. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  150. package/esm5/lib/igx-cell-info.js +168 -155
  151. package/esm5/lib/igx-checkbox-list-component.js +82 -66
  152. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  153. package/esm5/lib/igx-data-grid-column-component.js +91 -76
  154. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  155. package/esm5/lib/igx-date-time-column-component.js +20 -20
  156. package/esm5/lib/igx-editor-cell-info.js +23 -23
  157. package/esm5/lib/igx-filter-cell-info.js +26 -26
  158. package/esm5/lib/igx-image-cell-info.js +6 -6
  159. package/esm5/lib/igx-image-column-component.js +10 -10
  160. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  161. package/esm5/lib/igx-numeric-column-component.js +30 -30
  162. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  163. package/esm5/lib/igx-summary-cell-info.js +9 -9
  164. package/esm5/lib/igx-template-cell-info.js +2 -2
  165. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  166. package/esm5/lib/igx-text-cell-info.js +2 -2
  167. package/esm5/lib/igx-text-column-component.js +8 -8
  168. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  169. package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
  170. package/fesm5/igniteui-angular-data-grids.js +5729 -5578
  171. package/lib/CheckboxListBridge.d.ts +1 -0
  172. package/lib/CheckboxListViewExternal.d.ts +1 -0
  173. package/lib/CheckboxListView_combined.d.ts +185 -179
  174. package/lib/ColumnFilterCondition_combined.d.ts +820 -813
  175. package/lib/EditorCell.d.ts +67 -67
  176. package/lib/FilterCell.d.ts +55 -55
  177. package/lib/GridCellBase.d.ts +105 -102
  178. package/lib/ImageCell.d.ts +17 -17
  179. package/lib/NumericCell.d.ts +2 -2
  180. package/lib/SectionHeaderCell.d.ts +3 -3
  181. package/lib/SortIndicatorStyle.d.ts +5 -1
  182. package/lib/SummaryCell.d.ts +9 -9
  183. package/lib/TemplateCell.d.ts +5 -5
  184. package/lib/TemplateHeaderCell.d.ts +2 -2
  185. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  186. package/lib/TextCell.d.ts +7 -7
  187. package/lib/TextHeaderCell.d.ts +29 -29
  188. package/lib/VerticalSeparatorCell.d.ts +8 -8
  189. package/lib/igx-cell-info.d.ts +6 -0
  190. package/lib/igx-checkbox-list-component.d.ts +10 -0
  191. package/lib/igx-data-grid-column-component.d.ts +7 -1
  192. package/package.json +4 -4
@@ -18,28 +18,28 @@ 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.d3 = null;
22
- _this.dz = null;
23
- _this.dx = null;
24
- _this.dt = 0;
25
- _this.ds = 0;
26
- _this.dv = 3;
27
- _this.d5 = null;
28
- _this.d8 = -1;
29
- _this.d7 = -1;
30
- _this.d1 = false;
31
- _this.d4 = null;
32
- _this.d2 = false;
33
- _this.d3 = a.createElement("span");
34
- _this.ap.setRawStyleProperty("text-align", "left");
35
- _this.ap.setRawStyleProperty("vertical-align", "middle");
36
- _this.d3.setRawStyleProperty("display", "inline-block");
37
- _this.d3.setRawStyleProperty("line-height", "normal");
38
- _this.d3.setRawStyleProperty("vertical-align", "middle");
39
- _this.d3.setRawStyleProperty("overflow", "hidden");
40
- _this.d3.setRawStyleProperty("white-space", "nowrap");
41
- _this.d3.setRawStyleProperty("text-overflow", "ellipsis");
42
- _this.ap.append(_this.d3);
21
+ _this.d6 = null;
22
+ _this.d2 = null;
23
+ _this.d0 = null;
24
+ _this.dw = 0;
25
+ _this.dv = 0;
26
+ _this.dy = 3;
27
+ _this.d8 = null;
28
+ _this.eb = -1;
29
+ _this.ea = -1;
30
+ _this.d4 = false;
31
+ _this.d7 = null;
32
+ _this.d5 = false;
33
+ _this.d6 = a.createElement("span");
34
+ _this.ar.setRawStyleProperty("text-align", "left");
35
+ _this.ar.setRawStyleProperty("vertical-align", "middle");
36
+ _this.d6.setRawStyleProperty("display", "inline-block");
37
+ _this.d6.setRawStyleProperty("line-height", "normal");
38
+ _this.d6.setRawStyleProperty("vertical-align", "middle");
39
+ _this.d6.setRawStyleProperty("overflow", "hidden");
40
+ _this.d6.setRawStyleProperty("white-space", "nowrap");
41
+ _this.d6.setRawStyleProperty("text-overflow", "ellipsis");
42
+ _this.ar.append(_this.d6);
43
43
  var b = 18;
44
44
  var c = 18;
45
45
  var d = a.createElement("div");
@@ -48,17 +48,17 @@ 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.d4 = d;
51
+ _this.d7 = d;
52
52
  var e = a.getSubRenderer(d);
53
- _this.dx = new GridFilterDialog();
54
- _this.dx.bn(e, _this.ap, a);
55
- _this.ap.append(d);
56
- _this.dx.be(b, c);
57
- _this.dx.ak = 24;
58
- var f = _this.dx.ab;
59
- _this.dx.ab = false;
60
- _this.dx.bb();
61
- _this.dx.ab = f;
53
+ _this.d0 = new GridFilterDialog();
54
+ _this.d0.bn(e, _this.ar, a);
55
+ _this.ar.append(d);
56
+ _this.d0.be(b, c);
57
+ _this.d0.ak = 24;
58
+ var f = _this.d0.ab;
59
+ _this.d0.ab = false;
60
+ _this.d0.bb();
61
+ _this.d0.ab = f;
62
62
  var g = 18;
63
63
  var h = 18;
64
64
  d = a.createElement("div");
@@ -68,67 +68,67 @@ 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.d5 = d;
71
+ _this.d8 = d;
72
72
  e = a.getSubRenderer(d);
73
- _this.dz = new GridSortIndicator();
74
- _this.dz.n = false;
75
- _this.dz.m = false;
76
- _this.dz.a0(e);
77
- _this.ap.append(d);
78
- _this.dz.au(g, h);
79
- var i = _this.dz;
80
- i.propertyChanged = delegateCombine(i.propertyChanged, runOn(_this, _this.eb));
81
- var j = _this.dx;
82
- j.dialogOpening = delegateCombine(j.dialogOpening, runOn(_this, _this.ec));
83
- var k = _this.dx;
84
- k.filterChanging = delegateCombine(k.filterChanging, runOn(_this, _this.ee));
85
- var l = _this.dx;
86
- l.filterChanged = delegateCombine(l.filterChanged, runOn(_this, _this.ed));
87
- _this.ap.listen("mouseenter", runOn(_this, _this.ei));
88
- _this.ap.listen("mouseleave", runOn(_this, _this.eh));
73
+ _this.d2 = new GridSortIndicator();
74
+ _this.d2.n = false;
75
+ _this.d2.m = false;
76
+ _this.d2.a0(e);
77
+ _this.ar.append(d);
78
+ _this.d2.au(g, h);
79
+ var i = _this.d2;
80
+ i.propertyChanged = delegateCombine(i.propertyChanged, runOn(_this, _this.ee));
81
+ var j = _this.d0;
82
+ j.dialogOpening = delegateCombine(j.dialogOpening, runOn(_this, _this.ef));
83
+ var k = _this.d0;
84
+ k.filterChanging = delegateCombine(k.filterChanging, runOn(_this, _this.eh));
85
+ var l = _this.d0;
86
+ l.filterChanged = delegateCombine(l.filterChanged, runOn(_this, _this.eg));
87
+ _this.ar.listen("mouseenter", runOn(_this, _this.el));
88
+ _this.ar.listen("mouseleave", runOn(_this, _this.ek));
89
89
  return _this;
90
90
  }
91
- Object.defineProperty(TextHeaderCell.prototype, "d6", {
91
+ Object.defineProperty(TextHeaderCell.prototype, "d9", {
92
92
  get: function () {
93
- return this.d3;
93
+ return this.d6;
94
94
  },
95
95
  enumerable: false,
96
96
  configurable: true
97
97
  });
98
- Object.defineProperty(TextHeaderCell.prototype, "d0", {
98
+ Object.defineProperty(TextHeaderCell.prototype, "d3", {
99
99
  get: function () {
100
- return this.dz;
100
+ return this.d2;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
104
104
  });
105
- Object.defineProperty(TextHeaderCell.prototype, "dy", {
105
+ Object.defineProperty(TextHeaderCell.prototype, "d1", {
106
106
  get: function () {
107
- return this.dx;
107
+ return this.d0;
108
108
  },
109
109
  enumerable: false,
110
110
  configurable: true
111
111
  });
112
- Object.defineProperty(TextHeaderCell.prototype, "dw", {
112
+ Object.defineProperty(TextHeaderCell.prototype, "dz", {
113
113
  get: function () {
114
- return this.dv;
114
+ return this.dy;
115
115
  },
116
116
  set: function (a) {
117
- var b = this.dv;
118
- this.dv = a;
119
- this.ch("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.dv));
117
+ var b = this.dy;
118
+ this.dy = a;
119
+ this.ck("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.dy));
120
120
  },
121
121
  enumerable: false,
122
122
  configurable: true
123
123
  });
124
- Object.defineProperty(TextHeaderCell.prototype, "du", {
124
+ Object.defineProperty(TextHeaderCell.prototype, "dx", {
125
125
  get: function () {
126
- return this.dt;
126
+ return this.dw;
127
127
  },
128
128
  set: function (a) {
129
- var b = this.dt;
130
- this.dt = a;
131
- this.ch("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.dt));
129
+ var b = this.dw;
130
+ this.dw = a;
131
+ this.ck("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.dw));
132
132
  },
133
133
  enumerable: false,
134
134
  configurable: true
@@ -136,166 +136,166 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
136
136
  TextHeaderCell.prototype.af = function (a) {
137
137
  return true;
138
138
  };
139
- TextHeaderCell.prototype.c8 = function (a, b) {
140
- _super.prototype.c8.call(this, a, b);
139
+ TextHeaderCell.prototype.db = function (a, b) {
140
+ _super.prototype.db.call(this, a, b);
141
141
  a -= 21;
142
- if (this.d2) {
142
+ if (this.d5) {
143
143
  a -= 15;
144
144
  }
145
145
  var c = Math.max(0, a - b);
146
- if (c != this.d8) {
147
- this.d8 = c;
148
- this.d3.setRawStyleProperty("max-width", c.toString() + "px");
146
+ if (c != this.eb) {
147
+ this.eb = c;
148
+ this.d6.setRawStyleProperty("max-width", c.toString() + "px");
149
149
  }
150
150
  };
151
- TextHeaderCell.prototype.cy = function (a, b) {
152
- _super.prototype.cy.call(this, a, b);
153
- this.d3.setRawStyleProperty("line-height", (this.be - this.bf).toString() + "px");
151
+ TextHeaderCell.prototype.c1 = function (a, b) {
152
+ _super.prototype.c1.call(this, a, b);
153
+ this.d6.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
154
154
  var c = Math.max(0, a - b);
155
- if (this.d7 != c) {
156
- this.d7 = c;
157
- this.d3.setRawStyleProperty("max-height", c.toString() + "px");
155
+ if (this.ea != c) {
156
+ this.ea = c;
157
+ this.d6.setRawStyleProperty("max-height", c.toString() + "px");
158
158
  }
159
159
  };
160
- TextHeaderCell.prototype.cx = function (a, b) {
161
- _super.prototype.cx.call(this, a, b);
162
- if (a == this.d3) {
163
- this.d3.setRawStyleProperty("line-height", (this.be - this.bf).toString() + "px");
160
+ TextHeaderCell.prototype.c0 = function (a, b) {
161
+ _super.prototype.c0.call(this, a, b);
162
+ if (a == this.d6) {
163
+ this.d6.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
164
164
  }
165
165
  };
166
- TextHeaderCell.prototype.c9 = function (a, b, c, d) {
167
- this.dx.bd();
166
+ TextHeaderCell.prototype.dc = function (a, b, c, d) {
167
+ this.d0.bd();
168
168
  };
169
- TextHeaderCell.prototype.eb = function (a, b) {
169
+ TextHeaderCell.prototype.ee = function (a, b) {
170
170
  switch (b.propertyName) {
171
171
  case "CurrentOpacity":
172
- if (this.d0.t > 0) {
173
- this.d5.setRawStyleProperty("width", "18px");
174
- if (this.ds == 2) {
175
- this.d5.setRawStyleProperty("margin", "0 5px 0 0");
172
+ if (this.d3.t > 0) {
173
+ this.d8.setRawStyleProperty("width", "18px");
174
+ if (this.dv == 2) {
175
+ this.d8.setRawStyleProperty("margin", "0 5px 0 0");
176
176
  }
177
177
  else {
178
- this.d5.setRawStyleProperty("margin", "0 0 0 5px");
178
+ this.d8.setRawStyleProperty("margin", "0 0 0 5px");
179
179
  }
180
180
  }
181
181
  else {
182
- this.d5.setRawStyleProperty("width", "0px");
183
- this.d5.setRawStyleProperty("margin", "0");
182
+ this.d8.setRawStyleProperty("width", "0px");
183
+ this.d8.setRawStyleProperty("margin", "0");
184
184
  }
185
185
  break;
186
186
  }
187
187
  };
188
- TextHeaderCell.prototype.ei = function (a) {
188
+ TextHeaderCell.prototype.el = function (a) {
189
189
  if (this.b.isGridDragging) {
190
190
  return;
191
191
  }
192
- this.dx.ba();
193
- switch (this.dw) {
192
+ this.d0.ba();
193
+ switch (this.dz) {
194
194
  case 2:
195
195
  case 3:
196
- this.dx.br();
196
+ this.d0.br();
197
197
  break;
198
198
  }
199
199
  };
200
- TextHeaderCell.prototype.eh = function (a) {
201
- switch (this.dw) {
200
+ TextHeaderCell.prototype.ek = function (a) {
201
+ switch (this.dz) {
202
202
  case 2:
203
203
  case 3:
204
- this.dx.bb();
204
+ this.d0.bb();
205
205
  break;
206
206
  }
207
207
  };
208
- TextHeaderCell.prototype.ed = function (a, b) {
208
+ TextHeaderCell.prototype.eg = function (a, b) {
209
209
  this.b.columnFilterChanged(b.a);
210
210
  };
211
- TextHeaderCell.prototype.ee = function (a, b) {
211
+ TextHeaderCell.prototype.eh = function (a, b) {
212
212
  this.b.columnFilterChanging(b.a);
213
213
  };
214
- TextHeaderCell.prototype.ec = function (a, b) {
214
+ TextHeaderCell.prototype.ef = function (a, b) {
215
215
  if (this.b != null) {
216
216
  b.a = this.f.getColumn();
217
217
  this.b.cancelEditMode(false);
218
218
  }
219
219
  };
220
- TextHeaderCell.prototype.cf = function (a, b, c) {
221
- _super.prototype.cf.call(this, a, b, c);
222
- this.ds = c;
223
- this.dx.k = c;
220
+ TextHeaderCell.prototype.ci = function (a, b, c) {
221
+ _super.prototype.ci.call(this, a, b, c);
222
+ this.dv = c;
223
+ this.d0.k = c;
224
224
  if (c == 2) {
225
- this.ap.removeChild(this.d5);
226
- this.ap.removeChild(this.d4);
227
- this.d3.before(this.d4);
228
- this.d4.before(this.d5);
229
- if (this.du == 1) {
230
- this.d4.setRawStyleProperty("margin", "0 5px 0 0");
231
- this.dx.l = this.ds;
225
+ this.ar.removeChild(this.d8);
226
+ this.ar.removeChild(this.d7);
227
+ this.d6.before(this.d7);
228
+ this.d7.before(this.d8);
229
+ if (this.dx == 1) {
230
+ this.d7.setRawStyleProperty("margin", "0 5px 0 0");
231
+ this.d0.l = this.dv;
232
232
  }
233
233
  else {
234
- this.d4.setRawStyleProperty("margin", "0");
235
- this.dx.l = 0;
234
+ this.d7.setRawStyleProperty("margin", "0");
235
+ this.d0.l = 0;
236
236
  }
237
237
  }
238
238
  else {
239
- this.ap.removeChild(this.d5);
240
- this.ap.removeChild(this.d3);
241
- this.d4.before(this.d3);
242
- this.d4.before(this.d5);
243
- if (this.du == 1) {
244
- this.d4.setRawStyleProperty("margin", "0 0 0 5px");
245
- this.dx.l = this.ds;
239
+ this.ar.removeChild(this.d8);
240
+ this.ar.removeChild(this.d6);
241
+ this.d7.before(this.d6);
242
+ this.d7.before(this.d8);
243
+ if (this.dx == 1) {
244
+ this.d7.setRawStyleProperty("margin", "0 0 0 5px");
245
+ this.d0.l = this.dv;
246
246
  }
247
247
  else {
248
- this.d4.setRawStyleProperty("margin", "0");
249
- this.dx.l = 2;
248
+ this.d7.setRawStyleProperty("margin", "0");
249
+ this.d0.l = 2;
250
250
  }
251
251
  }
252
252
  };
253
- TextHeaderCell.prototype.c3 = function (a, b, c, d) {
254
- _super.prototype.c3.call(this, a, b, c, d);
255
- this.dx.an = a;
256
- this.dx.ao = c;
253
+ TextHeaderCell.prototype.c6 = function (a, b, c, d) {
254
+ _super.prototype.c6.call(this, a, b, c, d);
255
+ this.d0.an = a;
256
+ this.d0.ao = c;
257
257
  };
258
- TextHeaderCell.prototype.eg = function () {
259
- if (this.du == 2 || this.du == 0) {
260
- if (this.ds == 2) {
261
- this.dx.l = 0;
258
+ TextHeaderCell.prototype.ej = function () {
259
+ if (this.dx == 2 || this.dx == 0) {
260
+ if (this.dv == 2) {
261
+ this.d0.l = 0;
262
262
  }
263
263
  else {
264
- this.dx.l = 2;
264
+ this.d0.l = 2;
265
265
  }
266
266
  }
267
267
  else {
268
- this.dx.l = this.ds;
269
- if (this.ds == 2) {
270
- this.d4.setRawStyleProperty("margin", "0 5px 0 0");
268
+ this.d0.l = this.dv;
269
+ if (this.dv == 2) {
270
+ this.d7.setRawStyleProperty("margin", "0 5px 0 0");
271
271
  }
272
272
  else {
273
- this.d4.setRawStyleProperty("margin", "0 0 0 5px");
273
+ this.d7.setRawStyleProperty("margin", "0 0 0 5px");
274
274
  }
275
275
  }
276
276
  };
277
- TextHeaderCell.prototype.ef = function () {
278
- switch (this.dw) {
277
+ TextHeaderCell.prototype.ei = function () {
278
+ switch (this.dz) {
279
279
  case 1:
280
- this.dx.ab = false;
281
- this.dx.br();
280
+ this.d0.ab = false;
281
+ this.d0.br();
282
282
  break;
283
283
  case 2:
284
- this.dx.ab = false;
284
+ this.d0.ab = false;
285
285
  break;
286
286
  case 3:
287
- this.dx.ab = true;
287
+ this.d0.ab = true;
288
288
  break;
289
289
  }
290
290
  };
291
- TextHeaderCell.prototype.ch = function (a, b, c) {
292
- _super.prototype.ch.call(this, a, b, c);
291
+ TextHeaderCell.prototype.ck = function (a, b, c) {
292
+ _super.prototype.ck.call(this, a, b, c);
293
293
  switch (a) {
294
294
  case "ColumnOptionsIconAlignment":
295
- this.eg();
295
+ this.ej();
296
296
  break;
297
297
  case "ColumnOptionsIconBehavior":
298
- this.ef();
298
+ this.ei();
299
299
  break;
300
300
  }
301
301
  };
@@ -303,22 +303,22 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
303
303
  if (e_.button == 2) {
304
304
  return;
305
305
  }
306
- var b = this.dx.ad(e_);
306
+ var b = this.d0.ad(e_);
307
307
  if (b) {
308
- this.d1 = true;
308
+ this.d4 = true;
309
309
  return;
310
310
  }
311
311
  _super.prototype.onContactStarted.call(this, e_, a);
312
312
  };
313
313
  TextHeaderCell.prototype.onContactCompleted = function (e_, a) {
314
- if (!this.d1) {
314
+ if (!this.d4) {
315
315
  _super.prototype.onContactCompleted.call(this, e_, a);
316
316
  }
317
- this.d1 = false;
317
+ this.d4 = false;
318
318
  };
319
319
  TextHeaderCell.prototype.detach = function () {
320
320
  _super.prototype.detach.call(this);
321
- if (this.dx != null) {
321
+ if (this.d0 != null) {
322
322
  }
323
323
  };
324
324
  TextHeaderCell.prototype.get_ac = function () {
@@ -29,58 +29,58 @@ var TextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a7) {
32
- if (a.bc(TextCellModel.nw)) {
33
- b.ku = b.ny;
34
- this.d.c5(this.d.d6, b.ku);
32
+ if (a.bc(TextCellModel.n0)) {
33
+ b.kx = b.n2;
34
+ this.d.c8(this.d.d9, b.kx);
35
35
  }
36
- if (a.bc(CellModel.hg)) {
37
- var c = this.d.d0.m;
36
+ if (a.bc(CellModel.hi)) {
37
+ var c = this.d.d3.m;
38
38
  if (a.bt) {
39
- this.d.d0.m = false;
39
+ this.d.d3.m = false;
40
40
  }
41
- this.d.d0.b = a.n;
41
+ this.d.d3.b = a.n;
42
42
  if (a.bt) {
43
- this.d.d0.m = c;
43
+ this.d.d3.m = c;
44
44
  }
45
45
  }
46
- if (a.bc(CellModel.hh)) {
47
- var d = this.d.d0.m;
46
+ if (a.bc(CellModel.hj)) {
47
+ var d = this.d.d3.m;
48
48
  if (a.bt) {
49
- this.d.d0.m = false;
49
+ this.d.d3.m = false;
50
50
  }
51
- this.d.d0.a3 = a.no;
51
+ this.d.d3.a3 = a.ns;
52
52
  if (a.bt) {
53
- this.d.d0.m = d;
53
+ this.d.d3.m = d;
54
54
  }
55
55
  }
56
56
  if (a.bb("IsColumnOptionsEnabled")) {
57
- var e = b.n7;
57
+ var e = b.ob;
58
58
  if (e) {
59
59
  e = this.e();
60
60
  }
61
- this.d.d2 = e;
62
- this.d.d4.setRawStyleProperty("display", e ? "inline-block" : "none");
63
- this.a.c8(a.h2, (a.gy + a.g0 + a.fe + a.fh));
61
+ this.d.d5 = e;
62
+ this.d.d7.setRawStyleProperty("display", e ? "inline-block" : "none");
63
+ this.a.db(a.h5, (a.g0 + a.g2 + a.fg + a.fj));
64
64
  }
65
65
  if (a.bb("SortIndicatorStyle")) {
66
- this.d.d0.f = b.n5;
66
+ this.d.d3.f = b.n9;
67
67
  }
68
68
  if (a.bb("ColumnOptionsIconAlignment")) {
69
- this.d.du = b.n1;
69
+ this.d.dx = b.n5;
70
70
  }
71
71
  if (a.bb("ColumnOptionsIconBehavior")) {
72
- this.d.dw = b.n3;
72
+ this.d.dz = b.n7;
73
73
  }
74
74
  if (a.bb("ColumnOptionsIconColor")) {
75
- this.d.dy.bw = b.oj;
75
+ this.d.d1.bw = b.on;
76
76
  }
77
- if (a.bb("Path") || (this.d.dy.n != null && this.d.dy.n.grid == null)) {
77
+ if (a.bb("Path") || (this.d.d1.n != null && this.d.d1.n.grid == null)) {
78
78
  var f = a.e.getColumn();
79
- if (f != this.d.dy.n) {
80
- this.d.dy.n = f;
79
+ if (f != this.d.d1.n) {
80
+ this.d.d1.n = f;
81
81
  }
82
82
  }
83
- ContentCellModelHelper.a(this.a.ak, b, this.a.ap, this.d.d6, this.a);
83
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d9, this.a);
84
84
  }
85
85
  };
86
86
  TextHeaderCellPresenter.prototype.e = function () {
@@ -15,57 +15,57 @@ var VerticalSeparatorCell = /** @class */ /*@__PURE__*/ (function (_super) {
15
15
  __extends(VerticalSeparatorCell, _super);
16
16
  function VerticalSeparatorCell(a) {
17
17
  var _this = _super.call(this, a) || this;
18
- _this.dt = null;
19
- _this.ds = null;
20
- _this.du = 0;
21
- _this.dv = 0;
22
- _this.dt = a.createElement("div");
23
- _this.dt.setRawStyleProperty("position", "absolute");
24
- _this.dt.setRawStyleProperty("pointer-events", "none");
25
- _this.ap.append(_this.dt);
18
+ _this.dw = null;
19
+ _this.dv = null;
20
+ _this.dx = 0;
21
+ _this.dy = 0;
22
+ _this.dw = a.createElement("div");
23
+ _this.dw.setRawStyleProperty("position", "absolute");
24
+ _this.dw.setRawStyleProperty("pointer-events", "none");
25
+ _this.ar.append(_this.dw);
26
26
  return _this;
27
27
  }
28
- VerticalSeparatorCell.prototype.cu = function (a, b, c, d, e) {
28
+ VerticalSeparatorCell.prototype.cx = function (a, b, c, d, e) {
29
29
  if (a == null) {
30
- if (this.ds != null) {
31
- this.ds.remove();
32
- this.ds = null;
30
+ if (this.dv != null) {
31
+ this.dv.remove();
32
+ this.dv = null;
33
33
  }
34
34
  }
35
35
  else {
36
- this.dw();
37
- this.du = b;
38
- this.dv = d;
36
+ this.dz();
37
+ this.dx = b;
38
+ this.dy = d;
39
39
  }
40
- this.dx();
40
+ this.d0();
41
41
  };
42
- VerticalSeparatorCell.prototype.c8 = function (a, b) {
43
- _super.prototype.c8.call(this, a, b);
44
- this.dx();
42
+ VerticalSeparatorCell.prototype.db = function (a, b) {
43
+ _super.prototype.db.call(this, a, b);
44
+ this.d0();
45
45
  };
46
- VerticalSeparatorCell.prototype.ct = function (a) {
47
- this.dt.setRawStyleProperty("background-color", a.colorString);
46
+ VerticalSeparatorCell.prototype.cw = function (a) {
47
+ this.dw.setRawStyleProperty("background-color", a.colorString);
48
48
  };
49
- VerticalSeparatorCell.prototype.dx = function () {
50
- if (this.ds != null) {
51
- this.dt.setRawStyleProperty("height", "100%");
52
- this.dt.setRawStyleProperty("width", this.ap.width() - (this.du + this.dv) + "px");
53
- this.dt.setRawStyleProperty("left", intDivide(this.ap.width(), 2) + "px");
54
- this.ds.setRawStyleProperty("width", "100%");
55
- this.ds.setRawStyleProperty("height", "100%");
49
+ VerticalSeparatorCell.prototype.d0 = function () {
50
+ if (this.dv != null) {
51
+ this.dw.setRawStyleProperty("height", "100%");
52
+ this.dw.setRawStyleProperty("width", this.ar.width() - (this.dx + this.dy) + "px");
53
+ this.dw.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
54
+ this.dv.setRawStyleProperty("width", "100%");
55
+ this.dv.setRawStyleProperty("height", "100%");
56
56
  }
57
57
  else {
58
- this.dt.setRawStyleProperty("height", "100%");
59
- this.dt.setRawStyleProperty("width", this.ap.width() + "px");
60
- this.dt.setRawStyleProperty("left", "0px");
58
+ this.dw.setRawStyleProperty("height", "100%");
59
+ this.dw.setRawStyleProperty("width", this.ar.width() + "px");
60
+ this.dw.setRawStyleProperty("left", "0px");
61
61
  }
62
62
  };
63
- VerticalSeparatorCell.prototype.dw = function () {
64
- if (this.ds == null) {
65
- this.ds = this.ak.createElement("div");
66
- this.ds.setRawStyleProperty("position", "absolute");
67
- this.ds.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
68
- this.ap.getNativeElement().insertBefore(this.ds.getNativeElement(), this.dt.getNativeElement());
63
+ VerticalSeparatorCell.prototype.dz = function () {
64
+ if (this.dv == null) {
65
+ this.dv = this.am.createElement("div");
66
+ this.dv.setRawStyleProperty("position", "absolute");
67
+ this.dv.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
68
+ this.ar.getNativeElement().insertBefore(this.dv.getNativeElement(), this.dw.getNativeElement());
69
69
  }
70
70
  };
71
71
  VerticalSeparatorCell.$t = markType(VerticalSeparatorCell, 'VerticalSeparatorCell', GridCellBase.$);