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
@@ -159,7 +159,7 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
159
159
  if (this.c != null && this.c.filterUIType != 0) {
160
160
  return false;
161
161
  }
162
- if (!this.column.j8) {
162
+ if (!this.column.j9) {
163
163
  return false;
164
164
  }
165
165
  if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
@@ -349,7 +349,7 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
349
349
  }
350
350
  this.column.g5 = i;
351
351
  }
352
- this.column.pc("Filtered");
352
+ this.column.pf("Filtered");
353
353
  };
354
354
  GridColumnFilterOptions.prototype.provideClearFiltersSection = function (a) {
355
355
  this.bw.ah(a);
@@ -391,7 +391,7 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
391
391
  GridColumnFilterOptions.prototype.co = function () {
392
392
  var a = this.column;
393
393
  var b = this.c;
394
- var c = (null != a) ? a.nh : null;
394
+ var c = (null != a) ? a.nj : null;
395
395
  var d = null;
396
396
  var e = null;
397
397
  if (b != null) {
@@ -452,7 +452,7 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
452
452
  GridColumnFilterOptions.prototype.cv = function () {
453
453
  var e_2, _a;
454
454
  var a = this.column;
455
- var b = (null != a) ? a.nh : null;
455
+ var b = (null != a) ? a.nj : null;
456
456
  var c = true;
457
457
  var d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
458
458
  var e = this.b4();
@@ -128,7 +128,7 @@ export var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_supe
128
128
  if (null == this.c) {
129
129
  return false;
130
130
  }
131
- return this.column.jx;
131
+ return this.column.jy;
132
132
  };
133
133
  GridColumnGroupOptions.prototype.bj = function (a, b) {
134
134
  if (null != a) {
@@ -177,7 +177,7 @@ export var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_supe
177
177
  if (null != a) {
178
178
  var c = a.grid;
179
179
  if (null != c) {
180
- var d = a.nh;
180
+ var d = a.nj;
181
181
  var e = c.groupDescriptions.j;
182
182
  for (var f = 0; f < e.count; f++) {
183
183
  var g = e.item(f);
@@ -202,13 +202,13 @@ export var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_supe
202
202
  var a = this.c;
203
203
  var b = this.column;
204
204
  if (null != a && null != b) {
205
- var c = new ColumnGroupDescription(1, b.nh);
205
+ var c = new ColumnGroupDescription(1, b.nj);
206
206
  var d = b.hv;
207
207
  var e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
208
208
  c.c = e;
209
209
  a.groupDescriptions.g(c);
210
210
  b.hv = 0;
211
- b.pc("Grouped");
211
+ b.pf("Grouped");
212
212
  }
213
213
  };
214
214
  GridColumnGroupOptions.prototype.b8 = function () {
@@ -220,7 +220,7 @@ export var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_supe
220
220
  var d = ((function () { var e = _this.b3(c_1); c_1 = e.p0; return e.ret; })());
221
221
  if (c_1 != -1) {
222
222
  a.groupDescriptions.d(c_1);
223
- b.pc("Grouped");
223
+ b.pf("Grouped");
224
224
  }
225
225
  }
226
226
  };
@@ -143,15 +143,15 @@ export var GridColumnHideOptions = /** @class */ /*@__PURE__*/ (function (_super
143
143
  get: function () {
144
144
  var a = this.column;
145
145
  if (null != a) {
146
- return a.ka;
146
+ return a.kb;
147
147
  }
148
148
  return false;
149
149
  },
150
150
  set: function (a) {
151
151
  var b = this.column;
152
152
  if (null != b) {
153
- b.ka = a;
154
- b.pc("Hidden");
153
+ b.kb = a;
154
+ b.pf("Hidden");
155
155
  }
156
156
  },
157
157
  enumerable: false,
@@ -289,7 +289,7 @@ export var GridColumnMoveOptions = /** @class */ /*@__PURE__*/ (function (_super
289
289
  }
290
290
  var d = c.actualColumns;
291
291
  var e = d.indexOf(b);
292
- b.pc("Moved");
292
+ b.pf("Moved");
293
293
  if (a) {
294
294
  c.moveColumnLeft(e);
295
295
  }
@@ -304,7 +304,7 @@ export var GridColumnOptions = /** @class */ /*@__PURE__*/ (function (_super) {
304
304
  Object.defineProperty(GridColumnOptions.prototype, "dx", {
305
305
  get: function () {
306
306
  var a = this.column;
307
- return (null != a) ? a.mj : "(No column selected)";
307
+ return (null != a) ? a.ml : "(No column selected)";
308
308
  },
309
309
  enumerable: false,
310
310
  configurable: true
@@ -260,7 +260,7 @@ export var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super)
260
260
  var c = this.column;
261
261
  if (null != b && null != c) {
262
262
  b.pinColumn(c, this.b3);
263
- c.pc("Pinned");
263
+ c.pf("Pinned");
264
264
  }
265
265
  },
266
266
  enumerable: false,
@@ -136,7 +136,7 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
136
136
  if (this.c == null || this.column == null) {
137
137
  return false;
138
138
  }
139
- return this.column.jy && this.c.summaryScope != 3;
139
+ return this.column.jz && this.c.summaryScope != 3;
140
140
  };
141
141
  GridColumnSummaryOptions.prototype.be = function (a, b, c) {
142
142
  _super.prototype.be.call(this, a, b, c);
@@ -166,7 +166,7 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
166
166
  if (this.bw != null) {
167
167
  var a = this.bw.a();
168
168
  for (var b = 0; b < a.length; b++) {
169
- var c = new ColumnSummaryDescription(1, this.column.nh);
169
+ var c = new ColumnSummaryDescription(1, this.column.nj);
170
170
  switch (a[b]) {
171
171
  case "avg":
172
172
  c.i = 3;
@@ -186,7 +186,7 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
186
186
  }
187
187
  for (var d = 0; d < this.c.summaryDescriptions.j.count; d++) {
188
188
  var e = this.c.summaryDescriptions.j.item(d);
189
- if (e.ah == this.column.nh && e.i == c.i) {
189
+ if (e.ah == this.column.nj && e.i == c.i) {
190
190
  this.c.summaryDescriptions.j.removeAt(d);
191
191
  d--;
192
192
  }
@@ -194,7 +194,7 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
194
194
  }
195
195
  var f = this.bw.b();
196
196
  for (var g = 0; g < f.length; g++) {
197
- var h = new ColumnSummaryDescription(1, this.column.nh);
197
+ var h = new ColumnSummaryDescription(1, this.column.nj);
198
198
  switch (f[g]) {
199
199
  case "avg":
200
200
  h.i = 3;
@@ -215,14 +215,14 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
215
215
  var i = false;
216
216
  for (var j = 0; j < this.c.summaryDescriptions.j.count; j++) {
217
217
  var k = this.c.summaryDescriptions.j.item(j);
218
- if (k.ah == this.column.nh && k.i == h.i) {
218
+ if (k.ah == this.column.nj && k.i == h.i) {
219
219
  i = true;
220
220
  break;
221
221
  }
222
222
  }
223
223
  if (!i) {
224
224
  this.c.summaryDescriptions.j.add(h);
225
- this.column.pc("Summed");
225
+ this.column.pf("Summed");
226
226
  }
227
227
  }
228
228
  }
@@ -241,7 +241,7 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
241
241
  this.b7 = 0;
242
242
  for (var a = 0; a < this.c.summaryDescriptions.j.count; a++) {
243
243
  var b = this.c.summaryDescriptions.j.item(a);
244
- if (b.ah == this.column.nh) {
244
+ if (b.ah == this.column.nj) {
245
245
  switch (b.i) {
246
246
  case 3:
247
247
  this.bw.a4("avg", true);
@@ -41,7 +41,7 @@ export var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super)
41
41
  var column_ = TypeRegistrar.create("IgxTextColumnComponent");
42
42
  var b = (column_._implementation);
43
43
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
44
- b.nh = a;
44
+ b.nj = a;
45
45
  return b;
46
46
  }
47
47
  return null;
@@ -51,7 +51,7 @@ export var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super)
51
51
  var column_ = TypeRegistrar.create("IgxNumericColumnComponent");
52
52
  var b = (column_._implementation);
53
53
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
54
- b.nh = a;
54
+ b.nj = a;
55
55
  return b;
56
56
  }
57
57
  return null;
@@ -61,7 +61,7 @@ export var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super)
61
61
  var column_ = TypeRegistrar.create("IgxDateTimeColumnComponent");
62
62
  var b = (column_._implementation);
63
63
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
64
- b.nh = a;
64
+ b.nj = a;
65
65
  return b;
66
66
  }
67
67
  return null;
@@ -71,7 +71,7 @@ export var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super)
71
71
  var column_ = TypeRegistrar.create("IgxImageColumnComponent");
72
72
  var b = (column_._implementation);
73
73
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
74
- b.nh = a;
74
+ b.nj = a;
75
75
  return b;
76
76
  }
77
77
  return null;
@@ -81,7 +81,7 @@ export var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super)
81
81
  var column_ = TypeRegistrar.create("IgxTemplateColumnComponent");
82
82
  var b = (column_._implementation);
83
83
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
84
- b.nh = a;
84
+ b.nj = a;
85
85
  return b;
86
86
  }
87
87
  return null;
@@ -91,7 +91,7 @@ export var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super)
91
91
  var column_ = TypeRegistrar.create("IgxComboBoxColumnComponent");
92
92
  var b = (column_._implementation);
93
93
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
94
- b.nh = a;
94
+ b.nj = a;
95
95
  return b;
96
96
  }
97
97
  return null;
@@ -843,9 +843,9 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
843
843
  }
844
844
  if (this.n != null) {
845
845
  if (this.n.grid != null) {
846
- this.n.grid.wf();
846
+ this.n.grid.wg();
847
847
  }
848
- this.n.o8();
848
+ this.n.pb();
849
849
  }
850
850
  if (this.dialogOpening != null) {
851
851
  var c = new GridFilterDialogOpeningEventArgs();
@@ -15,112 +15,112 @@ export var ImageCell = /** @class */ /*@__PURE__*/ (function (_super) {
15
15
  __extends(ImageCell, _super);
16
16
  function ImageCell(a) {
17
17
  var _this = _super.call(this, a) || this;
18
- _this.d2 = null;
19
- _this.dw = 1;
20
- _this.dx = 3;
21
- _this.d4 = null;
22
- _this.dy = false;
18
+ _this.d5 = null;
23
19
  _this.dz = 1;
24
- _this.d1 = null;
25
- _this.d2 = a.createElement("img");
26
- _this.d2.listen("load", runOn(_this, _this.d7));
27
- _this.d1 = a.createElement("div");
28
- _this.d1.setRawStyleProperty("background-size", "contain");
29
- _this.d1.setRawStyleProperty("background-repeat", "no-repeat");
30
- _this.d1.setRawStyleProperty("background-position", "center");
31
- _this.d1.setRawStyleProperty("width", "100%");
32
- _this.d1.setRawStyleProperty("height", "100%");
20
+ _this.d0 = 3;
21
+ _this.d7 = null;
22
+ _this.d1 = false;
23
+ _this.d2 = 1;
24
+ _this.d4 = null;
25
+ _this.d5 = a.createElement("img");
26
+ _this.d5.listen("load", runOn(_this, _this.ea));
27
+ _this.d4 = a.createElement("div");
28
+ _this.d4.setRawStyleProperty("background-size", "contain");
29
+ _this.d4.setRawStyleProperty("background-repeat", "no-repeat");
30
+ _this.d4.setRawStyleProperty("background-position", "center");
31
+ _this.d4.setRawStyleProperty("width", "100%");
32
+ _this.d4.setRawStyleProperty("height", "100%");
33
33
  _this.ar.setRawStyleProperty("text-align", "left");
34
34
  _this.ar.setRawStyleProperty("vertical-align", "middle");
35
- _this.ar.append(_this.d1);
35
+ _this.ar.append(_this.d4);
36
36
  return _this;
37
37
  }
38
- Object.defineProperty(ImageCell.prototype, "d3", {
38
+ Object.defineProperty(ImageCell.prototype, "d6", {
39
39
  get: function () {
40
- return this.d2;
40
+ return this.d5;
41
41
  },
42
42
  enumerable: false,
43
43
  configurable: true
44
44
  });
45
- Object.defineProperty(ImageCell.prototype, "d0", {
45
+ Object.defineProperty(ImageCell.prototype, "d3", {
46
46
  get: function () {
47
- return this.dz;
47
+ return this.d2;
48
48
  },
49
49
  set: function (a) {
50
- this.dz = a;
50
+ this.d2 = a;
51
51
  },
52
52
  enumerable: false,
53
53
  configurable: true
54
54
  });
55
- ImageCell.prototype.d7 = function (a) {
56
- this.dy = false;
57
- if (!stringIsNullOrEmpty(this.d4)) {
58
- this.d1.setRawStyleProperty("opacity", "1");
59
- this.d1.setRawStyleProperty("background-image", "url(" + this.d4 + ")");
55
+ ImageCell.prototype.ea = function (a) {
56
+ this.d1 = false;
57
+ if (!stringIsNullOrEmpty(this.d7)) {
58
+ this.d4.setRawStyleProperty("opacity", "1");
59
+ this.d4.setRawStyleProperty("background-image", "url(" + this.d7 + ")");
60
60
  }
61
61
  };
62
- ImageCell.prototype.d8 = function (a, b) {
63
- if (a == this.d4) {
62
+ ImageCell.prototype.eb = function (a, b) {
63
+ if (a == this.d7) {
64
64
  return;
65
65
  }
66
- this.d5();
67
- this.d1.setRawStyleProperty("opacity", "0");
66
+ this.d8();
67
+ this.d4.setRawStyleProperty("opacity", "0");
68
68
  if (a == null || a.length == 0) {
69
- this.d6(this.d2);
69
+ this.d9(this.d5);
70
70
  return;
71
71
  }
72
- if (Base.equalsStatic(a, this.d4)) {
72
+ if (Base.equalsStatic(a, this.d7)) {
73
73
  return;
74
74
  }
75
- this.ec(a, b);
76
- var img_ = this.d2.getNativeElement();
75
+ this.ef(a, b);
76
+ var img_ = this.d5.getNativeElement();
77
77
  if (img_ != null && (img_.complete)) {
78
- this.dy = false;
79
- this.d2.setRawStyleProperty("opacity", "1");
80
- this.d1.setRawStyleProperty("background-image", "url(" + this.d4 + ")");
78
+ this.d1 = false;
79
+ this.d5.setRawStyleProperty("opacity", "1");
80
+ this.d4.setRawStyleProperty("background-image", "url(" + this.d7 + ")");
81
81
  }
82
82
  };
83
- ImageCell.prototype.d6 = function (a) {
83
+ ImageCell.prototype.d9 = function (a) {
84
84
  a.setAttribute("src", "");
85
- this.d1.setRawStyleProperty("background-image", "");
85
+ this.d4.setRawStyleProperty("background-image", "");
86
86
  };
87
- ImageCell.prototype.eb = function (a) {
87
+ ImageCell.prototype.ee = function (a) {
88
88
  switch (a) {
89
89
  case 1:
90
- this.d1.setRawStyleProperty("background-size", "100% 100%");
90
+ this.d4.setRawStyleProperty("background-size", "100% 100%");
91
91
  break;
92
92
  case 2:
93
- this.d1.setRawStyleProperty("background-size", "auto");
93
+ this.d4.setRawStyleProperty("background-size", "auto");
94
94
  break;
95
95
  case 0:
96
- this.d1.setRawStyleProperty("background-size", "contain");
96
+ this.d4.setRawStyleProperty("background-size", "contain");
97
97
  break;
98
98
  }
99
99
  };
100
- ImageCell.prototype.ec = function (a, b) {
101
- this.dy = true;
102
- this.d4 = a;
103
- this.d3.setAttribute("src", a);
100
+ ImageCell.prototype.ef = function (a, b) {
101
+ this.d1 = true;
102
+ this.d7 = a;
103
+ this.d6.setAttribute("src", a);
104
104
  };
105
- ImageCell.prototype.d5 = function () {
106
- if (this.dy) {
107
- this.d6(this.d2);
108
- this.d4 = "";
105
+ ImageCell.prototype.d8 = function () {
106
+ if (this.d1) {
107
+ this.d9(this.d5);
108
+ this.d7 = "";
109
109
  }
110
110
  };
111
- ImageCell.prototype.d9 = function (a) {
112
- this.dw = a;
111
+ ImageCell.prototype.ec = function (a) {
112
+ this.dz = a;
113
113
  };
114
- ImageCell.prototype.ea = function (a) {
115
- this.dx = a;
114
+ ImageCell.prototype.ed = function (a) {
115
+ this.d0 = a;
116
116
  };
117
117
  ImageCell.prototype.get_ae = function () {
118
118
  return true;
119
119
  };
120
- ImageCell.prototype.ck = function (a, b, c) {
121
- _super.prototype.ck.call(this, a, b, c);
120
+ ImageCell.prototype.cl = function (a, b, c) {
121
+ _super.prototype.cl.call(this, a, b, c);
122
122
  if (a == "Indent" || a == "IsCollapsable") {
123
- this.d1.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
123
+ this.d4.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
124
124
  }
125
125
  };
126
126
  ImageCell.$t = markType(ImageCell, 'ImageCell', GridCellBase.$);
@@ -29,29 +29,29 @@ export var ImageCellPresenter = /** @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(CellModel.fp) || a.bc(CellModel.h6)) {
32
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
33
33
  var c = Math.min(1, Math.max(0, a.c7));
34
34
  var d = a.cs * (1 - c);
35
- this.d.d0 = d;
35
+ this.d.d3 = d;
36
36
  }
37
- if (b.bc(ImageCellModel.n9) || b.bc(ImageCellModel.oa)) {
38
- this.e(b.od, b.n6);
37
+ if (b.bc(ImageCellModel.od) || b.bc(ImageCellModel.oe)) {
38
+ this.e(b.oh, b.oa);
39
39
  }
40
- if (b.bc(ImageCellModel.ob) || b.bc(ImageCellModel.gb) || b.bc(ImageCellModel.h5)) {
41
- this.f(b.n8, b.g, b.i);
40
+ if (b.bc(ImageCellModel.of) || b.bc(ImageCellModel.gc) || b.bc(ImageCellModel.h6)) {
41
+ this.f(b.oc, b.g, b.i);
42
42
  }
43
- if (b.bc(ImageCellModel.hm)) {
43
+ if (b.bc(ImageCellModel.hn)) {
44
44
  if (a.u == 1) {
45
- this.d.d5();
45
+ this.d.d8();
46
46
  }
47
47
  else if (a.u == 2) {
48
- this.e(b.od, b.n6);
48
+ this.e(b.oh, b.oa);
49
49
  }
50
50
  }
51
51
  }
52
52
  };
53
53
  ImageCellPresenter.prototype.f = function (a, b, c) {
54
- this.d.eb(a);
54
+ this.d.ee(a);
55
55
  };
56
56
  ImageCellPresenter.prototype.e = function (a, b) {
57
57
  var c = a.toLowerCase();
@@ -59,35 +59,35 @@ export var ImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
59
59
  b = 4;
60
60
  }
61
61
  if (stringStartsWith(c, "http") || b == 4) {
62
- this.d.d8(a, 4);
62
+ this.d.eb(a, 4);
63
63
  }
64
64
  if (stringStartsWith(c, "asset") || b == 2) {
65
65
  var d = a;
66
66
  if (stringStartsWith(c, "asset")) {
67
67
  d = a.substr(8);
68
68
  }
69
- this.d.d8(d, 2);
69
+ this.d.eb(d, 2);
70
70
  }
71
71
  if (stringStartsWith(c, "drawable") || b == 1) {
72
72
  var e = a;
73
73
  if (stringStartsWith(c, "drawable")) {
74
74
  e = a.substr(11);
75
75
  }
76
- this.d.d8(e, 1);
76
+ this.d.eb(e, 1);
77
77
  }
78
78
  if (stringStartsWith(c, "nativeresource") || b == 1) {
79
79
  var f = a;
80
80
  if (stringStartsWith(c, "nativeresource")) {
81
81
  f = a.substr(17);
82
82
  }
83
- this.d.d8(f, 1);
83
+ this.d.eb(f, 1);
84
84
  }
85
85
  if (stringStartsWith(c, "embeddedresource") || b == 3) {
86
86
  var g = a;
87
87
  if (stringStartsWith(c, "embeddedresource")) {
88
88
  g = a.substr(19);
89
89
  }
90
- this.d.d8(g, 3);
90
+ this.d.eb(g, 3);
91
91
  }
92
92
  };
93
93
  ImageCellPresenter.$t = markType(ImageCellPresenter, 'ImageCellPresenter', CellPresenterBase.$);
@@ -712,7 +712,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
712
712
  }
713
713
  var f = this.g;
714
714
  var g = this.g.p();
715
- e = g.nm();
715
+ e = g.no();
716
716
  }
717
717
  d.d = e;
718
718
  d.b = a;
@@ -2775,7 +2775,7 @@ export var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super)
2775
2775
  try {
2776
2776
  for (var _b = __values(fromEnum(c)), _c = _b.next(); !_c.done; _c = _b.next()) {
2777
2777
  var d = _c.value;
2778
- if (0 == StringComparer.b.compare(d.nh, a)) {
2778
+ if (0 == StringComparer.b.compare(d.nj, a)) {
2779
2779
  return d;
2780
2780
  }
2781
2781
  }
@@ -14,19 +14,19 @@ export var NumericCell = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(NumericCell, _super);
15
15
  function NumericCell(a) {
16
16
  var _this = _super.call(this, a) || this;
17
- _this.c2(_this.dx, 2);
18
- _this.db(_this.dx, 1);
17
+ _this.c3(_this.d0, 2);
18
+ _this.dc(_this.d0, 1);
19
19
  return _this;
20
20
  }
21
- NumericCell.prototype.ck = function (a, b, c) {
22
- _super.prototype.ck.call(this, a, b, c);
21
+ NumericCell.prototype.cl = function (a, b, c) {
22
+ _super.prototype.cl.call(this, a, b, c);
23
23
  if (a == "Indent" || a == "IsCollapsable") {
24
- this.dx.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
24
+ this.d0.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
25
25
  }
26
26
  };
27
- NumericCell.prototype.b8 = function () {
28
- _super.prototype.b8.call(this);
29
- this.dh(2, 1);
27
+ NumericCell.prototype.b9 = function () {
28
+ _super.prototype.b9.call(this);
29
+ this.di(2, 1);
30
30
  };
31
31
  NumericCell.$t = markType(NumericCell, 'NumericCell', TextCell.$);
32
32
  return NumericCell;
@@ -29,20 +29,20 @@ export var NumericCellPresenter = /** @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(NumericCellModel.ou) || a.bc(NumericCellModel.oi) || a.bc(NumericCellModel.h4) || b.ob()) {
33
- b.kz = this.e(b);
34
- this.d.c8(this.d.dx, b.kz);
32
+ if (a.bc(NumericCellModel.o1) || a.bc(NumericCellModel.oo) || a.bc(NumericCellModel.h5) || b.og()) {
33
+ b.k1 = this.e(b);
34
+ this.d.c9(this.d.d0, b.k1);
35
35
  }
36
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
36
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
37
37
  }
38
38
  };
39
39
  NumericCellPresenter.prototype.e = function (a) {
40
- if (a.lw != null) {
41
- return a.lw;
40
+ if (a.ly != null) {
41
+ return a.ly;
42
42
  }
43
- if (a.o0 != null) {
44
- var val_ = a.oe;
45
- var override_ = a.o0;
43
+ if (a.o7 != null) {
44
+ var val_ = a.ok;
45
+ var override_ = a.o7;
46
46
  return (override_.format(val_));
47
47
  }
48
48
  return NumericCellFormatter.c(a);