igniteui-angular-data-grids 20.1.0 → 20.2.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 (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
@@ -165,7 +165,7 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
165
165
  this.i.primaryKey = v;
166
166
  }
167
167
  get isDetached() {
168
- return this.i.ay;
168
+ return this.i.az;
169
169
  }
170
170
  /**
171
171
  * Gets or Sets the property name that contains the values.
@@ -177,25 +177,25 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
177
177
  this.i.dataMemberPath = v;
178
178
  }
179
179
  get dataLegendTarget() {
180
- return this.i.bk;
180
+ return this.i.bl;
181
181
  }
182
182
  set dataLegendTarget(v) {
183
- this.i.bk = v;
183
+ this.i.bl = v;
184
184
  }
185
185
  /**
186
186
  * Gets or Sets the property name that contains the values.
187
187
  */
188
188
  get subtitleMemberPath() {
189
- return this.i.cz;
189
+ return this.i.c2;
190
190
  }
191
191
  set subtitleMemberPath(v) {
192
- this.i.cz = v;
192
+ this.i.c2 = v;
193
193
  }
194
194
  get propertyTypeMemberPath() {
195
- return this.i.ce;
195
+ return this.i.ch;
196
196
  }
197
197
  set propertyTypeMemberPath(v) {
198
- this.i.ce = v;
198
+ this.i.ch = v;
199
199
  }
200
200
  /**
201
201
  * Gets or Sets the property name that contains the values.
@@ -210,45 +210,45 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
210
210
  * Gets or Sets the property name that contains the values.
211
211
  */
212
212
  get filterPlaceholderText() {
213
- return this.i.b7;
213
+ return this.i.ca;
214
214
  }
215
215
  set filterPlaceholderText(v) {
216
- this.i.b7 = v;
216
+ this.i.ca = v;
217
217
  }
218
218
  /**
219
219
  * Gets or Sets the property name that contains the values.
220
220
  */
221
221
  get searchInputType() {
222
- return this.i.y;
222
+ return this.i.z;
223
223
  }
224
224
  set searchInputType(v) {
225
- this.i.y = ensureEnum(InputGroupDisplayType_$type, v);
225
+ this.i.z = ensureEnum(InputGroupDisplayType_$type, v);
226
226
  }
227
227
  /**
228
228
  * Gets or Sets the property name that contains the values.
229
229
  */
230
230
  get rowHeight() {
231
- return this.i.bh;
231
+ return this.i.bi;
232
232
  }
233
233
  set rowHeight(v) {
234
- this.i.bh = +v;
234
+ this.i.bi = +v;
235
235
  }
236
236
  get actualRowHeight() {
237
- return this.i.bf;
237
+ return this.i.bg;
238
238
  }
239
239
  /**
240
240
  * Gets or Sets the property name that contains the values.
241
241
  */
242
242
  get cellTextStyle() {
243
- if (this.i.am == null) {
243
+ if (this.i.an == null) {
244
244
  return null;
245
245
  }
246
- return this.i.am.fontString;
246
+ return this.i.an.fontString;
247
247
  }
248
248
  set cellTextStyle(v) {
249
249
  let fi = new FontInfo();
250
250
  fi.fontString = v;
251
- this.i.am = fi;
251
+ this.i.an = fi;
252
252
  }
253
253
  /**
254
254
  * Gets or Sets the property name that contains the values.
@@ -290,19 +290,19 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
290
290
  * Gets or sets the search background color.
291
291
  */
292
292
  get searchBackgroundColor() {
293
- return brushToString(this.i.e8);
293
+ return brushToString(this.i.fb);
294
294
  }
295
295
  set searchBackgroundColor(v) {
296
- this.i.e8 = stringToBrush(v);
296
+ this.i.fb = stringToBrush(v);
297
297
  }
298
298
  /**
299
299
  * Gets or sets the search background color.
300
300
  */
301
301
  get labelClickTriggersChange() {
302
- return this.i.a4;
302
+ return this.i.a5;
303
303
  }
304
304
  set labelClickTriggersChange(v) {
305
- this.i.a4 = ensureBool(v);
305
+ this.i.a5 = ensureBool(v);
306
306
  }
307
307
  /**
308
308
  * Gets or sets the search text color.
@@ -317,123 +317,123 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
317
317
  * Gets or sets the search border color.
318
318
  */
319
319
  get searchBorderColor() {
320
- return brushToString(this.i.e9);
320
+ return brushToString(this.i.fc);
321
321
  }
322
322
  set searchBorderColor(v) {
323
- this.i.e9 = stringToBrush(v);
323
+ this.i.fc = stringToBrush(v);
324
324
  }
325
325
  /**
326
326
  * Gets or sets the text style.
327
327
  */
328
328
  get searchTextStyle() {
329
- if (this.i.an == null) {
329
+ if (this.i.ao == null) {
330
330
  return null;
331
331
  }
332
- return this.i.an.fontString;
332
+ return this.i.ao.fontString;
333
333
  }
334
334
  set searchTextStyle(v) {
335
335
  let fi = new FontInfo();
336
336
  fi.fontString = v;
337
- this.i.an = fi;
337
+ this.i.ao = fi;
338
338
  }
339
339
  /**
340
340
  * Gets or sets the checkbox tick color.
341
341
  */
342
342
  get checkboxTickColor() {
343
- return brushToString(this.i.e0);
343
+ return brushToString(this.i.e3);
344
344
  }
345
345
  set checkboxTickColor(v) {
346
- this.i.e0 = stringToBrush(v);
346
+ this.i.e3 = stringToBrush(v);
347
347
  }
348
348
  /**
349
349
  * Gets or sets the checkbox background color when checked.
350
350
  */
351
351
  get checkboxCheckedBackgroundColor() {
352
- return brushToString(this.i.ey);
352
+ return brushToString(this.i.e1);
353
353
  }
354
354
  set checkboxCheckedBackgroundColor(v) {
355
- this.i.ey = stringToBrush(v);
355
+ this.i.e1 = stringToBrush(v);
356
356
  }
357
357
  /**
358
358
  * Gets or sets the checkbox background color when unchecked.
359
359
  */
360
360
  get checkboxUncheckedBackgroundColor() {
361
- return brushToString(this.i.e1);
361
+ return brushToString(this.i.e4);
362
362
  }
363
363
  set checkboxUncheckedBackgroundColor(v) {
364
- this.i.e1 = stringToBrush(v);
364
+ this.i.e4 = stringToBrush(v);
365
365
  }
366
366
  /**
367
367
  * Gets or sets the checkbox border color when checked.
368
368
  */
369
369
  get checkboxCheckedBorderColor() {
370
- return brushToString(this.i.ez);
370
+ return brushToString(this.i.e2);
371
371
  }
372
372
  set checkboxCheckedBorderColor(v) {
373
- this.i.ez = stringToBrush(v);
373
+ this.i.e2 = stringToBrush(v);
374
374
  }
375
375
  /**
376
376
  * Gets or sets the checkbox border color when unchecked.
377
377
  */
378
378
  get checkboxUncheckedBorderColor() {
379
- return brushToString(this.i.e2);
379
+ return brushToString(this.i.e5);
380
380
  }
381
381
  set checkboxUncheckedBorderColor(v) {
382
- this.i.e2 = stringToBrush(v);
382
+ this.i.e5 = stringToBrush(v);
383
383
  }
384
384
  /**
385
385
  * Gets or sets the corner radius to use for the checkbox.
386
386
  */
387
387
  get checkboxCornerRadius() {
388
- return this.i.ba;
388
+ return this.i.bb;
389
389
  }
390
390
  set checkboxCornerRadius(v) {
391
- this.i.ba = +v;
391
+ this.i.bb = +v;
392
392
  }
393
393
  /**
394
394
  * Gets or sets the style of scrollbar.
395
395
  */
396
396
  get scrollbarStyle() {
397
- return this.i.ab;
397
+ return this.i.ac;
398
398
  }
399
399
  set scrollbarStyle(v) {
400
- this.i.ab = ensureEnum(ScrollbarStyle_$type, v);
400
+ this.i.ac = ensureEnum(ScrollbarStyle_$type, v);
401
401
  }
402
402
  /**
403
403
  * Gets or sets the scrollbar background color.
404
404
  */
405
405
  get scrollbarBackground() {
406
- return brushToString(this.i.e7);
406
+ return brushToString(this.i.fa);
407
407
  }
408
408
  set scrollbarBackground(v) {
409
- this.i.e7 = stringToBrush(v);
409
+ this.i.fa = stringToBrush(v);
410
410
  }
411
411
  /**
412
412
  * Gets / sets the caption of the "Select All" checkbox.
413
413
  */
414
414
  get selectAllCaption() {
415
- return this.i.cs;
415
+ return this.i.cv;
416
416
  }
417
417
  set selectAllCaption(v) {
418
- this.i.cs = v;
418
+ this.i.cv = v;
419
419
  }
420
420
  /**
421
421
  * Gets or sets the color to use for the "Select All" label.
422
422
  */
423
423
  get selectAllCaptionTextColor() {
424
- return brushToString(this.i.fc);
424
+ return brushToString(this.i.ff);
425
425
  }
426
426
  set selectAllCaptionTextColor(v) {
427
- this.i.fc = stringToBrush(v);
427
+ this.i.ff = stringToBrush(v);
428
428
  }
429
429
  /**
430
430
  * Gets or sets the color to use for the actual header selectAllCaption text.
431
431
  */
432
432
  get actualSelectAllCaptionTextColor() {
433
- return brushToString(this.i.ew);
433
+ return brushToString(this.i.ez);
434
434
  }
435
435
  set actualSelectAllCaptionTextColor(v) {
436
- this.i.ew = stringToBrush(v);
436
+ this.i.ez = stringToBrush(v);
437
437
  }
438
438
  /**
439
439
  * Gets / sets whether the "Select all" checkbox is visible.
@@ -466,37 +466,37 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
466
466
  * Gets or sets the color to use for the text of the component.
467
467
  */
468
468
  get textColor() {
469
- return brushToString(this.i.fe);
469
+ return brushToString(this.i.fh);
470
470
  }
471
471
  set textColor(v) {
472
- this.i.fe = stringToBrush(v);
472
+ this.i.fh = stringToBrush(v);
473
473
  }
474
474
  /**
475
475
  * Gets or sets whether the filter input is visible.
476
476
  */
477
477
  get showFilter() {
478
- return this.i.a6;
478
+ return this.i.a7;
479
479
  }
480
480
  set showFilter(v) {
481
- this.i.a6 = ensureBool(v);
481
+ this.i.a7 = ensureBool(v);
482
482
  }
483
483
  /**
484
484
  * Gets or sets whether row hover highlighting is enabled.
485
485
  */
486
486
  get isRowHoverEnabled() {
487
- return this.i.a2;
487
+ return this.i.a3;
488
488
  }
489
489
  set isRowHoverEnabled(v) {
490
- this.i.a2 = ensureBool(v);
490
+ this.i.a3 = ensureBool(v);
491
491
  }
492
492
  /**
493
493
  * Gets or sets whether checkbox should be displayed to the right.
494
494
  */
495
495
  get checkboxAlignedRight() {
496
- return this.i.ax;
496
+ return this.i.ay;
497
497
  }
498
498
  set checkboxAlignedRight(v) {
499
- this.i.ax = ensureBool(v);
499
+ this.i.ay = ensureBool(v);
500
500
  }
501
501
  findByName(name) {
502
502
  if (this.findEphemera) {
@@ -567,17 +567,17 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
567
567
 
568
568
  */
569
569
  selectAll() {
570
- this.i.ea();
570
+ this.i.ed();
571
571
  }
572
572
  /**
573
573
  * Deselects all the items in the checkbox list.
574
574
 
575
575
  */
576
576
  deselectAll() {
577
- this.i.c8();
577
+ this.i.db();
578
578
  }
579
579
  notifySetItem(index, oldItem, newItem) {
580
- this.i.dl(index, oldItem, newItem);
580
+ this.i.dp(index, oldItem, newItem);
581
581
  }
582
582
  /**
583
583
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -585,33 +585,49 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
585
585
 
586
586
  */
587
587
  notifyClearItems() {
588
- this.i.dh();
588
+ this.i.dk();
589
589
  }
590
590
  notifyInsertItem(index, newItem) {
591
- this.i.di(index, newItem);
591
+ this.i.dl(index, newItem);
592
592
  }
593
593
  notifyRemoveItem(index, oldItem) {
594
- this.i.dk(index, oldItem);
594
+ this.i.dn(index, oldItem);
595
595
  }
596
596
  refresh() {
597
597
  this.i.refresh();
598
598
  }
599
599
  addKeyValue(value) {
600
- this.i.c3(value);
600
+ this.i.c6(value);
601
601
  }
602
602
  removeKeyValue(value) {
603
- this.i.d8(value);
603
+ this.i.eb(value);
604
604
  }
605
605
  getDesiredSize(availableSize) {
606
606
  let iv = this.i.getDesiredSize(toSize(availableSize));
607
607
  return fromSize(iv);
608
608
  }
609
+ /**
610
+ * Exports visual information about the current state of the grid.
611
+
612
+ */
613
+ exportVisualModel() {
614
+ let iv = this.i.bm();
615
+ return (iv);
616
+ }
617
+ /**
618
+ * Returns a serialized copy of the exported visual model
619
+
620
+ */
621
+ exportSerializedVisualModel() {
622
+ let iv = this.i.b9();
623
+ return (iv);
624
+ }
609
625
  /**
610
626
  * Returns true if no items are selected / checked; otherwise false.
611
627
 
612
628
  */
613
629
  isNothingSelected() {
614
- let iv = this.i.a0();
630
+ let iv = this.i.a1();
615
631
  return (iv);
616
632
  }
617
633
  /**
@@ -619,7 +635,7 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
619
635
 
620
636
  */
621
637
  isEverythingSelected() {
622
- let iv = this.i.az();
638
+ let iv = this.i.a0();
623
639
  return (iv);
624
640
  }
625
641
  /**
@@ -38,50 +38,50 @@ export let IgxComboBoxColumnComponent = /*@__PURE__*/ (() => {
38
38
  * Gets the actual data source that is being used by the combo. If a collection was provided for the combobox data, an implicit LocalDataSource is created, and this is available via this property.
39
39
  */
40
40
  get actualDataSource() {
41
- return this.i.o8;
41
+ return this.i.pb;
42
42
  }
43
43
  set actualDataSource(v) {
44
- this.i.o8 = v;
44
+ this.i.pb = v;
45
45
  }
46
46
  /**
47
47
  * Gets or sets the ComboBox data source.
48
48
  */
49
49
  get dataSource() {
50
- return this.i.o9;
50
+ return this.i.pc;
51
51
  }
52
52
  set dataSource(v) {
53
- this.i.o9 = v;
53
+ this.i.pc = v;
54
54
  }
55
55
  /**
56
56
  * Gets or sets the ComboBox text field.
57
57
  */
58
58
  get textField() {
59
- return this.i.pd;
59
+ return this.i.pg;
60
60
  }
61
61
  set textField(v) {
62
- this.i.pd = v;
62
+ this.i.pg = v;
63
63
  }
64
64
  /**
65
65
  * Gets or sets the ComboBox value field.
66
66
  */
67
67
  get valueField() {
68
- return this.i.pe;
68
+ return this.i.ph;
69
69
  }
70
70
  set valueField(v) {
71
- this.i.pe = v;
71
+ this.i.ph = v;
72
72
  }
73
73
  /**
74
74
  * Gets or sets the ComboBox value field.
75
75
  */
76
76
  get valueMultiField() {
77
- return this.i.o6;
77
+ return this.i.o9;
78
78
  }
79
79
  set valueMultiField(v) {
80
80
  if (v && !Array.isArray(v) && typeof (v) == "string") {
81
81
  const re = /\s*(?:,|\s|$)\s*/gm;
82
82
  v = v.split(re);
83
83
  }
84
- this.i.o6 = v;
84
+ this.i.o9 = v;
85
85
  }
86
86
  }
87
87
  IgxComboBoxColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxComboBoxColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });