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
@@ -147,7 +147,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
147
147
  if (this.c != null && this.c.filterUIType != 0) {
148
148
  return false;
149
149
  }
150
- if (!this.column.j8) {
150
+ if (!this.column.j9) {
151
151
  return false;
152
152
  }
153
153
  if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
@@ -296,7 +296,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
296
296
  }
297
297
  this.column.g5 = i;
298
298
  }
299
- this.column.pc("Filtered");
299
+ this.column.pf("Filtered");
300
300
  }
301
301
  provideClearFiltersSection(a) {
302
302
  this.bw.ah(a);
@@ -338,7 +338,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
338
338
  co() {
339
339
  let a = this.column;
340
340
  let b = this.c;
341
- let c = (null != a) ? a.nh : null;
341
+ let c = (null != a) ? a.nj : null;
342
342
  let d = null;
343
343
  let e = null;
344
344
  if (b != null) {
@@ -398,7 +398,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
398
398
  }
399
399
  cv() {
400
400
  let a = this.column;
401
- let b = (null != a) ? a.nh : null;
401
+ let b = (null != a) ? a.nj : null;
402
402
  let c = true;
403
403
  let d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
404
404
  let e = this.b4();
@@ -113,7 +113,7 @@ let GridColumnGroupOptions = /*@__PURE__*/ (() => {
113
113
  if (null == this.c) {
114
114
  return false;
115
115
  }
116
- return this.column.jx;
116
+ return this.column.jy;
117
117
  }
118
118
  bj(a, b) {
119
119
  if (null != a) {
@@ -154,7 +154,7 @@ let GridColumnGroupOptions = /*@__PURE__*/ (() => {
154
154
  if (null != a) {
155
155
  let c = a.grid;
156
156
  if (null != c) {
157
- let d = a.nh;
157
+ let d = a.nj;
158
158
  let e = c.groupDescriptions.j;
159
159
  for (let f = 0; f < e.count; f++) {
160
160
  let g = e.item(f);
@@ -179,13 +179,13 @@ let GridColumnGroupOptions = /*@__PURE__*/ (() => {
179
179
  let a = this.c;
180
180
  let b = this.column;
181
181
  if (null != a && null != b) {
182
- let c = new ColumnGroupDescription(1, b.nh);
182
+ let c = new ColumnGroupDescription(1, b.nj);
183
183
  let d = b.hv;
184
184
  let e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
185
185
  c.c = e;
186
186
  a.groupDescriptions.g(c);
187
187
  b.hv = 0;
188
- b.pc("Grouped");
188
+ b.pf("Grouped");
189
189
  }
190
190
  }
191
191
  b8() {
@@ -196,7 +196,7 @@ let GridColumnGroupOptions = /*@__PURE__*/ (() => {
196
196
  let d = ((() => { let e = this.b3(c); c = e.p0; return e.ret; })());
197
197
  if (c != -1) {
198
198
  a.groupDescriptions.d(c);
199
- b.pc("Grouped");
199
+ b.pf("Grouped");
200
200
  }
201
201
  }
202
202
  }
@@ -127,15 +127,15 @@ let GridColumnHideOptions = /*@__PURE__*/ (() => {
127
127
  get b3() {
128
128
  let a = this.column;
129
129
  if (null != a) {
130
- return a.ka;
130
+ return a.kb;
131
131
  }
132
132
  return false;
133
133
  }
134
134
  set b3(a) {
135
135
  let b = this.column;
136
136
  if (null != b) {
137
- b.ka = a;
138
- b.pc("Hidden");
137
+ b.kb = a;
138
+ b.pf("Hidden");
139
139
  }
140
140
  }
141
141
  get b2() {
@@ -260,7 +260,7 @@ let GridColumnMoveOptions = /*@__PURE__*/ (() => {
260
260
  }
261
261
  let d = c.actualColumns;
262
262
  let e = d.indexOf(b);
263
- b.pc("Moved");
263
+ b.pf("Moved");
264
264
  if (a) {
265
265
  c.moveColumnLeft(e);
266
266
  }
@@ -292,7 +292,7 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
292
292
  }
293
293
  get dx() {
294
294
  let a = this.column;
295
- return (null != a) ? a.mj : "(No column selected)";
295
+ return (null != a) ? a.ml : "(No column selected)";
296
296
  }
297
297
  get ci() {
298
298
  if (null == this.ch) {
@@ -243,7 +243,7 @@ let GridColumnPinOptions = /*@__PURE__*/ (() => {
243
243
  let c = this.column;
244
244
  if (null != b && null != c) {
245
245
  b.pinColumn(c, this.b3);
246
- c.pc("Pinned");
246
+ c.pf("Pinned");
247
247
  }
248
248
  }
249
249
  get b2() {
@@ -124,7 +124,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
124
124
  if (this.c == null || this.column == null) {
125
125
  return false;
126
126
  }
127
- return this.column.jy && this.c.summaryScope != 3;
127
+ return this.column.jz && this.c.summaryScope != 3;
128
128
  }
129
129
  be(a, b, c) {
130
130
  super.be(a, b, c);
@@ -154,7 +154,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
154
154
  if (this.bw != null) {
155
155
  let a = this.bw.a();
156
156
  for (let b = 0; b < a.length; b++) {
157
- let c = new ColumnSummaryDescription(1, this.column.nh);
157
+ let c = new ColumnSummaryDescription(1, this.column.nj);
158
158
  switch (a[b]) {
159
159
  case "avg":
160
160
  c.i = 3;
@@ -174,7 +174,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
174
174
  }
175
175
  for (let d = 0; d < this.c.summaryDescriptions.j.count; d++) {
176
176
  let e = this.c.summaryDescriptions.j.item(d);
177
- if (e.ah == this.column.nh && e.i == c.i) {
177
+ if (e.ah == this.column.nj && e.i == c.i) {
178
178
  this.c.summaryDescriptions.j.removeAt(d);
179
179
  d--;
180
180
  }
@@ -182,7 +182,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
182
182
  }
183
183
  let f = this.bw.b();
184
184
  for (let g = 0; g < f.length; g++) {
185
- let h = new ColumnSummaryDescription(1, this.column.nh);
185
+ let h = new ColumnSummaryDescription(1, this.column.nj);
186
186
  switch (f[g]) {
187
187
  case "avg":
188
188
  h.i = 3;
@@ -203,14 +203,14 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
203
203
  let i = false;
204
204
  for (let j = 0; j < this.c.summaryDescriptions.j.count; j++) {
205
205
  let k = this.c.summaryDescriptions.j.item(j);
206
- if (k.ah == this.column.nh && k.i == h.i) {
206
+ if (k.ah == this.column.nj && k.i == h.i) {
207
207
  i = true;
208
208
  break;
209
209
  }
210
210
  }
211
211
  if (!i) {
212
212
  this.c.summaryDescriptions.j.add(h);
213
- this.column.pc("Summed");
213
+ this.column.pf("Summed");
214
214
  }
215
215
  }
216
216
  }
@@ -229,7 +229,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
229
229
  this.b7 = 0;
230
230
  for (let a = 0; a < this.c.summaryDescriptions.j.count; a++) {
231
231
  let b = this.c.summaryDescriptions.j.item(a);
232
- if (b.ah == this.column.nh) {
232
+ if (b.ah == this.column.nj) {
233
233
  switch (b.i) {
234
234
  case 3:
235
235
  this.bw.a4("avg", true);
@@ -32,7 +32,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
32
32
  let column_ = TypeRegistrar.create("IgxTextColumnComponent");
33
33
  let b = (column_._implementation);
34
34
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
35
- b.nh = a;
35
+ b.nj = a;
36
36
  return b;
37
37
  }
38
38
  return null;
@@ -42,7 +42,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
42
42
  let column_ = TypeRegistrar.create("IgxNumericColumnComponent");
43
43
  let b = (column_._implementation);
44
44
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
45
- b.nh = a;
45
+ b.nj = a;
46
46
  return b;
47
47
  }
48
48
  return null;
@@ -52,7 +52,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
52
52
  let column_ = TypeRegistrar.create("IgxDateTimeColumnComponent");
53
53
  let b = (column_._implementation);
54
54
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
55
- b.nh = a;
55
+ b.nj = a;
56
56
  return b;
57
57
  }
58
58
  return null;
@@ -62,7 +62,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
62
62
  let column_ = TypeRegistrar.create("IgxImageColumnComponent");
63
63
  let b = (column_._implementation);
64
64
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
65
- b.nh = a;
65
+ b.nj = a;
66
66
  return b;
67
67
  }
68
68
  return null;
@@ -72,7 +72,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
72
72
  let column_ = TypeRegistrar.create("IgxTemplateColumnComponent");
73
73
  let b = (column_._implementation);
74
74
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
75
- b.nh = a;
75
+ b.nj = a;
76
76
  return b;
77
77
  }
78
78
  return null;
@@ -82,7 +82,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
82
82
  let column_ = TypeRegistrar.create("IgxComboBoxColumnComponent");
83
83
  let b = (column_._implementation);
84
84
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
85
- b.nh = a;
85
+ b.nj = a;
86
86
  return b;
87
87
  }
88
88
  return null;
@@ -732,9 +732,9 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
732
732
  }
733
733
  if (this.n != null) {
734
734
  if (this.n.grid != null) {
735
- this.n.grid.wf();
735
+ this.n.grid.wg();
736
736
  }
737
- this.n.o8();
737
+ this.n.pb();
738
738
  }
739
739
  if (this.dialogOpening != null) {
740
740
  let c = new GridFilterDialogOpeningEventArgs();
@@ -9,105 +9,105 @@ import { Base, runOn, markType } from "igniteui-webcomponents-core";
9
9
  import { stringIsNullOrEmpty } from "igniteui-webcomponents-core";
10
10
  let ImageCell = /*@__PURE__*/ (() => {
11
11
  class ImageCell extends GridCellBase {
12
+ get d6() {
13
+ return this.d5;
14
+ }
12
15
  get d3() {
13
16
  return this.d2;
14
17
  }
15
- get d0() {
16
- return this.dz;
17
- }
18
- set d0(a) {
19
- this.dz = a;
18
+ set d3(a) {
19
+ this.d2 = a;
20
20
  }
21
21
  constructor(a) {
22
22
  super(a);
23
- this.d2 = null;
24
- this.dw = 1;
25
- this.dx = 3;
26
- this.d4 = null;
27
- this.dy = false;
23
+ this.d5 = null;
28
24
  this.dz = 1;
29
- this.d1 = null;
30
- this.d2 = a.createElement("img");
31
- this.d2.listen("load", runOn(this, this.d7));
32
- this.d1 = a.createElement("div");
33
- this.d1.setRawStyleProperty("background-size", "contain");
34
- this.d1.setRawStyleProperty("background-repeat", "no-repeat");
35
- this.d1.setRawStyleProperty("background-position", "center");
36
- this.d1.setRawStyleProperty("width", "100%");
37
- this.d1.setRawStyleProperty("height", "100%");
25
+ this.d0 = 3;
26
+ this.d7 = null;
27
+ this.d1 = false;
28
+ this.d2 = 1;
29
+ this.d4 = null;
30
+ this.d5 = a.createElement("img");
31
+ this.d5.listen("load", runOn(this, this.ea));
32
+ this.d4 = a.createElement("div");
33
+ this.d4.setRawStyleProperty("background-size", "contain");
34
+ this.d4.setRawStyleProperty("background-repeat", "no-repeat");
35
+ this.d4.setRawStyleProperty("background-position", "center");
36
+ this.d4.setRawStyleProperty("width", "100%");
37
+ this.d4.setRawStyleProperty("height", "100%");
38
38
  this.ar.setRawStyleProperty("text-align", "left");
39
39
  this.ar.setRawStyleProperty("vertical-align", "middle");
40
- this.ar.append(this.d1);
40
+ this.ar.append(this.d4);
41
41
  }
42
- d7(a) {
43
- this.dy = false;
44
- if (!stringIsNullOrEmpty(this.d4)) {
45
- this.d1.setRawStyleProperty("opacity", "1");
46
- this.d1.setRawStyleProperty("background-image", "url(" + this.d4 + ")");
42
+ ea(a) {
43
+ this.d1 = false;
44
+ if (!stringIsNullOrEmpty(this.d7)) {
45
+ this.d4.setRawStyleProperty("opacity", "1");
46
+ this.d4.setRawStyleProperty("background-image", "url(" + this.d7 + ")");
47
47
  }
48
48
  }
49
- d8(a, b) {
50
- if (a == this.d4) {
49
+ eb(a, b) {
50
+ if (a == this.d7) {
51
51
  return;
52
52
  }
53
- this.d5();
54
- this.d1.setRawStyleProperty("opacity", "0");
53
+ this.d8();
54
+ this.d4.setRawStyleProperty("opacity", "0");
55
55
  if (a == null || a.length == 0) {
56
- this.d6(this.d2);
56
+ this.d9(this.d5);
57
57
  return;
58
58
  }
59
- if (Base.equalsStatic(a, this.d4)) {
59
+ if (Base.equalsStatic(a, this.d7)) {
60
60
  return;
61
61
  }
62
- this.ec(a, b);
63
- let img_ = this.d2.getNativeElement();
62
+ this.ef(a, b);
63
+ let img_ = this.d5.getNativeElement();
64
64
  if (img_ != null && (img_.complete)) {
65
- this.dy = false;
66
- this.d2.setRawStyleProperty("opacity", "1");
67
- this.d1.setRawStyleProperty("background-image", "url(" + this.d4 + ")");
65
+ this.d1 = false;
66
+ this.d5.setRawStyleProperty("opacity", "1");
67
+ this.d4.setRawStyleProperty("background-image", "url(" + this.d7 + ")");
68
68
  }
69
69
  }
70
- d6(a) {
70
+ d9(a) {
71
71
  a.setAttribute("src", "");
72
- this.d1.setRawStyleProperty("background-image", "");
72
+ this.d4.setRawStyleProperty("background-image", "");
73
73
  }
74
- eb(a) {
74
+ ee(a) {
75
75
  switch (a) {
76
76
  case 1:
77
- this.d1.setRawStyleProperty("background-size", "100% 100%");
77
+ this.d4.setRawStyleProperty("background-size", "100% 100%");
78
78
  break;
79
79
  case 2:
80
- this.d1.setRawStyleProperty("background-size", "auto");
80
+ this.d4.setRawStyleProperty("background-size", "auto");
81
81
  break;
82
82
  case 0:
83
- this.d1.setRawStyleProperty("background-size", "contain");
83
+ this.d4.setRawStyleProperty("background-size", "contain");
84
84
  break;
85
85
  }
86
86
  }
87
- ec(a, b) {
88
- this.dy = true;
89
- this.d4 = a;
90
- this.d3.setAttribute("src", a);
87
+ ef(a, b) {
88
+ this.d1 = true;
89
+ this.d7 = a;
90
+ this.d6.setAttribute("src", a);
91
91
  }
92
- d5() {
93
- if (this.dy) {
94
- this.d6(this.d2);
95
- this.d4 = "";
92
+ d8() {
93
+ if (this.d1) {
94
+ this.d9(this.d5);
95
+ this.d7 = "";
96
96
  }
97
97
  }
98
- d9(a) {
99
- this.dw = a;
98
+ ec(a) {
99
+ this.dz = a;
100
100
  }
101
- ea(a) {
102
- this.dx = a;
101
+ ed(a) {
102
+ this.d0 = a;
103
103
  }
104
104
  get_ae() {
105
105
  return true;
106
106
  }
107
- ck(a, b, c) {
108
- super.ck(a, b, c);
107
+ cl(a, b, c) {
108
+ super.cl(a, b, c);
109
109
  if (a == "Indent" || a == "IsCollapsable") {
110
- this.d1.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
110
+ this.d4.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
111
111
  }
112
112
  }
113
113
  }
@@ -21,29 +21,29 @@ let ImageCellPresenter = /*@__PURE__*/ (() => {
21
21
  super.b(a);
22
22
  let b = a;
23
23
  if (a.a7) {
24
- if (a.bc(CellModel.fp) || a.bc(CellModel.h6)) {
24
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
25
25
  let c = Math.min(1, Math.max(0, a.c7));
26
26
  let d = a.cs * (1 - c);
27
- this.d.d0 = d;
27
+ this.d.d3 = d;
28
28
  }
29
- if (b.bc(ImageCellModel.n9) || b.bc(ImageCellModel.oa)) {
30
- this.e(b.od, b.n6);
29
+ if (b.bc(ImageCellModel.od) || b.bc(ImageCellModel.oe)) {
30
+ this.e(b.oh, b.oa);
31
31
  }
32
- if (b.bc(ImageCellModel.ob) || b.bc(ImageCellModel.gb) || b.bc(ImageCellModel.h5)) {
33
- this.f(b.n8, b.g, b.i);
32
+ if (b.bc(ImageCellModel.of) || b.bc(ImageCellModel.gc) || b.bc(ImageCellModel.h6)) {
33
+ this.f(b.oc, b.g, b.i);
34
34
  }
35
- if (b.bc(ImageCellModel.hm)) {
35
+ if (b.bc(ImageCellModel.hn)) {
36
36
  if (a.u == 1) {
37
- this.d.d5();
37
+ this.d.d8();
38
38
  }
39
39
  else if (a.u == 2) {
40
- this.e(b.od, b.n6);
40
+ this.e(b.oh, b.oa);
41
41
  }
42
42
  }
43
43
  }
44
44
  }
45
45
  f(a, b, c) {
46
- this.d.eb(a);
46
+ this.d.ee(a);
47
47
  }
48
48
  e(a, b) {
49
49
  let c = a.toLowerCase();
@@ -51,35 +51,35 @@ let ImageCellPresenter = /*@__PURE__*/ (() => {
51
51
  b = 4;
52
52
  }
53
53
  if (stringStartsWith(c, "http") || b == 4) {
54
- this.d.d8(a, 4);
54
+ this.d.eb(a, 4);
55
55
  }
56
56
  if (stringStartsWith(c, "asset") || b == 2) {
57
57
  let d = a;
58
58
  if (stringStartsWith(c, "asset")) {
59
59
  d = a.substr(8);
60
60
  }
61
- this.d.d8(d, 2);
61
+ this.d.eb(d, 2);
62
62
  }
63
63
  if (stringStartsWith(c, "drawable") || b == 1) {
64
64
  let e = a;
65
65
  if (stringStartsWith(c, "drawable")) {
66
66
  e = a.substr(11);
67
67
  }
68
- this.d.d8(e, 1);
68
+ this.d.eb(e, 1);
69
69
  }
70
70
  if (stringStartsWith(c, "nativeresource") || b == 1) {
71
71
  let f = a;
72
72
  if (stringStartsWith(c, "nativeresource")) {
73
73
  f = a.substr(17);
74
74
  }
75
- this.d.d8(f, 1);
75
+ this.d.eb(f, 1);
76
76
  }
77
77
  if (stringStartsWith(c, "embeddedresource") || b == 3) {
78
78
  let g = a;
79
79
  if (stringStartsWith(c, "embeddedresource")) {
80
80
  g = a.substr(19);
81
81
  }
82
- this.d.d8(g, 3);
82
+ this.d.eb(g, 3);
83
83
  }
84
84
  }
85
85
  }
@@ -677,7 +677,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
677
677
  }
678
678
  let f = this.g;
679
679
  let g = this.g.p();
680
- e = g.nm();
680
+ e = g.no();
681
681
  }
682
682
  d.d = e;
683
683
  d.b = a;
@@ -2398,7 +2398,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
2398
2398
  return c._inner[0];
2399
2399
  }
2400
2400
  for (let d of fromEnum(c)) {
2401
- if (0 == StringComparer.b.compare(d.nh, a)) {
2401
+ if (0 == StringComparer.b.compare(d.nj, a)) {
2402
2402
  return d;
2403
2403
  }
2404
2404
  }
@@ -10,18 +10,18 @@ let NumericCell = /*@__PURE__*/ (() => {
10
10
  class NumericCell extends TextCell {
11
11
  constructor(a) {
12
12
  super(a);
13
- this.c2(this.dx, 2);
14
- this.db(this.dx, 1);
13
+ this.c3(this.d0, 2);
14
+ this.dc(this.d0, 1);
15
15
  }
16
- ck(a, b, c) {
17
- super.ck(a, b, c);
16
+ cl(a, b, c) {
17
+ super.cl(a, b, c);
18
18
  if (a == "Indent" || a == "IsCollapsable") {
19
- this.dx.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
19
+ this.d0.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
20
20
  }
21
21
  }
22
- b8() {
23
- super.b8();
24
- this.dh(2, 1);
22
+ b9() {
23
+ super.b9();
24
+ this.di(2, 1);
25
25
  }
26
26
  }
27
27
  NumericCell.$t = /*@__PURE__*/ markType(NumericCell, 'NumericCell', TextCell.$);
@@ -21,20 +21,20 @@ let NumericCellPresenter = /*@__PURE__*/ (() => {
21
21
  super.b(a);
22
22
  let b = a;
23
23
  if (a.a7) {
24
- if (a.bc(NumericCellModel.ou) || a.bc(NumericCellModel.oi) || a.bc(NumericCellModel.h4) || b.ob()) {
25
- b.kz = this.e(b);
26
- this.d.c8(this.d.dx, b.kz);
24
+ if (a.bc(NumericCellModel.o1) || a.bc(NumericCellModel.oo) || a.bc(NumericCellModel.h5) || b.og()) {
25
+ b.k1 = this.e(b);
26
+ this.d.c9(this.d.d0, b.k1);
27
27
  }
28
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
28
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
29
29
  }
30
30
  }
31
31
  e(a) {
32
- if (a.lw != null) {
33
- return a.lw;
32
+ if (a.ly != null) {
33
+ return a.ly;
34
34
  }
35
- if (a.o0 != null) {
36
- let val_ = a.oe;
37
- let override_ = a.o0;
35
+ if (a.o7 != null) {
36
+ let val_ = a.ok;
37
+ let override_ = a.o7;
38
38
  return (override_.format(val_));
39
39
  }
40
40
  return NumericCellFormatter.c(a);