igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.2

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 (211) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +44020 -42109
  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 +13 -13
  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/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +25 -25
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +416 -411
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
  21. package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +5 -5
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  29. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  30. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/EditorCellPresenter.js +21 -21
  33. package/esm2015/lib/FilterCellPresenter.js +12 -12
  34. package/esm2015/lib/GridCellBase.js +6 -6
  35. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  36. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  37. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  38. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  40. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  43. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  44. package/esm2015/lib/GridExternalWrapper.js +6 -6
  45. package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
  46. package/esm2015/lib/GridIconRepository.js +92 -0
  47. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  48. package/esm2015/lib/GridStyleRepository.js +6 -3
  49. package/esm2015/lib/ICheckboxListView.js +11 -0
  50. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  51. package/esm2015/lib/ImageCellPresenter.js +7 -7
  52. package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
  53. package/esm2015/lib/NumericCellPresenter.js +8 -8
  54. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  56. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  57. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  58. package/esm2015/lib/TemplateHeader.js +3 -3
  59. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  60. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  61. package/esm2015/lib/TextCellPresenter.js +9 -9
  62. package/esm2015/lib/TextHeaderCell.js +62 -27
  63. package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
  64. package/esm2015/lib/igc-cell-info.js +97 -91
  65. package/esm2015/lib/igc-checkbox-list-component.js +57 -58
  66. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  68. package/esm2015/lib/igc-data-grid-column-component.js +271 -188
  69. package/esm2015/lib/igc-data-grid-component.js +135 -0
  70. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
  71. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  73. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  74. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  75. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  76. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  77. package/esm2015/lib/igc-image-cell-info.js +6 -6
  78. package/esm2015/lib/igc-image-column-component.js +12 -12
  79. package/esm2015/lib/igc-image-column-module.js +2 -0
  80. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  81. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  82. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  83. package/esm2015/lib/igc-row-separator-module.js +2 -0
  84. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  85. package/esm2015/lib/igc-section-header-module.js +2 -0
  86. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  87. package/esm2015/lib/igc-template-cell-info.js +2 -2
  88. package/esm2015/lib/igc-template-column-module.js +2 -0
  89. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  90. package/esm2015/lib/igc-template-header-module.js +2 -0
  91. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  92. package/esm2015/lib/igc-text-cell-info.js +2 -2
  93. package/esm2015/lib/igc-text-column-component.js +9 -9
  94. package/esm2015/lib/igc-text-column-module.js +2 -0
  95. package/esm2015/lib/igc-text-header-cell-info.js +74 -24
  96. package/esm2015/lib/igc-text-header-module.js +2 -0
  97. package/esm2015/public_api.js +2 -0
  98. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  99. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  100. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  101. package/esm5/lib/CanvasGridCellBase.js +13 -13
  102. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  103. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  104. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  105. package/esm5/lib/CanvasSummaryCell.js +2 -2
  106. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  107. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  108. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  109. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  110. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  111. package/esm5/lib/CellPresenterBase.js +25 -25
  112. package/esm5/lib/CheckboxListBridge.js +36 -36
  113. package/esm5/lib/CheckboxListView_combined.js +399 -394
  114. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  115. package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
  116. package/esm5/lib/ColumnGroupingView_combined.js +13 -13
  117. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  118. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  119. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  120. package/esm5/lib/ContentCellModelHelper.js +5 -5
  121. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  122. package/esm5/lib/DataGridLocaleEn.js +3 -0
  123. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  124. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  125. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  126. package/esm5/lib/Dragger.js +4 -4
  127. package/esm5/lib/EditorCellPresenter.js +21 -21
  128. package/esm5/lib/FilterCellPresenter.js +12 -12
  129. package/esm5/lib/GridCellBase.js +6 -6
  130. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  131. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  132. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  133. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  134. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  135. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  136. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  137. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  138. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  139. package/esm5/lib/GridExternalWrapper.js +6 -6
  140. package/esm5/lib/GridFilterDialogView_combined.js +377 -244
  141. package/esm5/lib/GridIconRepository.js +97 -0
  142. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  143. package/esm5/lib/GridStyleRepository.js +10 -3
  144. package/esm5/lib/ICheckboxListView.js +11 -0
  145. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  146. package/esm5/lib/ImageCellPresenter.js +7 -7
  147. package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
  148. package/esm5/lib/NumericCellPresenter.js +8 -8
  149. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  150. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  151. package/esm5/lib/SummaryCellPresenter.js +6 -6
  152. package/esm5/lib/TemplateCellPresenter.js +2 -2
  153. package/esm5/lib/TemplateHeader.js +3 -3
  154. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  155. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  156. package/esm5/lib/TextCellPresenter.js +9 -9
  157. package/esm5/lib/TextHeaderCell.js +62 -27
  158. package/esm5/lib/TextHeaderCellPresenter.js +44 -25
  159. package/esm5/lib/igc-cell-info.js +101 -91
  160. package/esm5/lib/igc-checkbox-list-component.js +57 -58
  161. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  162. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  163. package/esm5/lib/igc-data-grid-column-component.js +311 -188
  164. package/esm5/lib/igc-data-grid-component.js +177 -0
  165. package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
  166. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  167. package/esm5/lib/igc-date-time-column-component.js +23 -23
  168. package/esm5/lib/igc-date-time-column-module.js +2 -0
  169. package/esm5/lib/igc-editor-cell-info.js +23 -23
  170. package/esm5/lib/igc-filter-cell-info.js +26 -26
  171. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  172. package/esm5/lib/igc-image-cell-info.js +6 -6
  173. package/esm5/lib/igc-image-column-component.js +12 -12
  174. package/esm5/lib/igc-image-column-module.js +2 -0
  175. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  176. package/esm5/lib/igc-numeric-column-component.js +35 -35
  177. package/esm5/lib/igc-numeric-column-module.js +2 -0
  178. package/esm5/lib/igc-row-separator-module.js +2 -0
  179. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  180. package/esm5/lib/igc-section-header-module.js +2 -0
  181. package/esm5/lib/igc-summary-cell-info.js +9 -9
  182. package/esm5/lib/igc-template-cell-info.js +2 -2
  183. package/esm5/lib/igc-template-column-module.js +2 -0
  184. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  185. package/esm5/lib/igc-template-header-module.js +2 -0
  186. package/esm5/lib/igc-template-section-header-module.js +4 -0
  187. package/esm5/lib/igc-text-cell-info.js +2 -2
  188. package/esm5/lib/igc-text-column-component.js +9 -9
  189. package/esm5/lib/igc-text-column-module.js +2 -0
  190. package/esm5/lib/igc-text-header-cell-info.js +98 -24
  191. package/esm5/lib/igc-text-header-module.js +2 -0
  192. package/esm5/public_api.js +2 -0
  193. package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
  194. package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
  195. package/lib/CheckboxListView_combined.d.ts +104 -104
  196. package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
  197. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  198. package/lib/DataGridLocaleEn.d.ts +3 -0
  199. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  200. package/lib/GridIconRepository.d.ts +44 -0
  201. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  202. package/lib/GridStyleRepository.d.ts +3 -2
  203. package/lib/ICheckboxListView.d.ts +38 -0
  204. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  205. package/lib/igc-cell-info.d.ts +4 -0
  206. package/lib/igc-data-grid-column-component.d.ts +23 -0
  207. package/lib/igc-data-grid-component.d.ts +43 -0
  208. package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
  209. package/lib/igc-text-header-cell-info.d.ts +15 -0
  210. package/package.json +4 -4
  211. package/public_api.d.ts +2 -0
@@ -121,7 +121,6 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
121
121
  this._container.append(filterContainer);
122
122
  var filterHr = this._renderer.createElement("hr");
123
123
  this._container.append(filterHr);
124
- filterHr.setStyleProperty("margin", "3px 0px");
125
124
  filterHr.setStyleProperty("border-top", "1px solid #dde2eb");
126
125
  filterHr.setStyleProperty("border-left", "0px");
127
126
  filterHr.setStyleProperty("border-right", "0px");
@@ -280,25 +279,25 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
280
279
  this.i.dataMemberPath = v;
281
280
  }
282
281
  get dataLegendTarget() {
283
- return this.i.bm;
282
+ return this.i.bq;
284
283
  }
285
284
  set dataLegendTarget(v) {
286
- this.i.bm = v;
285
+ this.i.bq = v;
287
286
  }
288
287
  /**
289
288
  * Gets or Sets the property name that contains the values.
290
289
  */
291
290
  get subtitleMemberPath() {
292
- return this.i.c3;
291
+ return this.i.c7;
293
292
  }
294
293
  set subtitleMemberPath(v) {
295
- this.i.c3 = v;
294
+ this.i.c7 = v;
296
295
  }
297
296
  get propertyTypeMemberPath() {
298
- return this.i.ci;
297
+ return this.i.cm;
299
298
  }
300
299
  set propertyTypeMemberPath(v) {
301
- this.i.ci = v;
300
+ this.i.cm = v;
302
301
  }
303
302
  /**
304
303
  * Gets or Sets the property name that contains the values.
@@ -313,10 +312,10 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
313
312
  * Gets or Sets the property name that contains the values.
314
313
  */
315
314
  get filterPlaceholderText() {
316
- return this.i.cb;
315
+ return this.i.cf;
317
316
  }
318
317
  set filterPlaceholderText(v) {
319
- this.i.cb = v;
318
+ this.i.cf = v;
320
319
  }
321
320
  /**
322
321
  * Gets or Sets the property name that contains the values.
@@ -332,14 +331,14 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
332
331
  * Gets or Sets the property name that contains the values.
333
332
  */
334
333
  get rowHeight() {
335
- return this.i.bj;
334
+ return this.i.bn;
336
335
  }
337
336
  set rowHeight(v) {
338
- this.i.bj = +v;
339
- this._a("rowHeight", this.i.bj);
337
+ this.i.bn = +v;
338
+ this._a("rowHeight", this.i.bn);
340
339
  }
341
340
  get actualRowHeight() {
342
- return this.i.bh;
341
+ return this.i.bl;
343
342
  }
344
343
  /**
345
344
  * Gets or Sets the property name that contains the values.
@@ -400,11 +399,11 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
400
399
  * Gets or sets the search background color.
401
400
  */
402
401
  get searchBackgroundColor() {
403
- return brushToString(this.i.ff);
402
+ return brushToString(this.i.fj);
404
403
  }
405
404
  set searchBackgroundColor(v) {
406
- this.i.ff = stringToBrush(v);
407
- this._a("searchBackgroundColor", brushToString(this.i.ff));
405
+ this.i.fj = stringToBrush(v);
406
+ this._a("searchBackgroundColor", brushToString(this.i.fj));
408
407
  }
409
408
  /**
410
409
  * Gets or sets the search background color.
@@ -430,11 +429,11 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
430
429
  * Gets or sets the search border color.
431
430
  */
432
431
  get searchBorderColor() {
433
- return brushToString(this.i.fg);
432
+ return brushToString(this.i.fk);
434
433
  }
435
434
  set searchBorderColor(v) {
436
- this.i.fg = stringToBrush(v);
437
- this._a("searchBorderColor", brushToString(this.i.fg));
435
+ this.i.fk = stringToBrush(v);
436
+ this._a("searchBorderColor", brushToString(this.i.fk));
438
437
  }
439
438
  /**
440
439
  * Gets or sets the text style.
@@ -455,51 +454,51 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
455
454
  * Gets or sets the checkbox tick color.
456
455
  */
457
456
  get checkboxTickColor() {
458
- return brushToString(this.i.e5);
457
+ return brushToString(this.i.e9);
459
458
  }
460
459
  set checkboxTickColor(v) {
461
- this.i.e5 = stringToBrush(v);
462
- this._a("checkboxTickColor", brushToString(this.i.e5));
460
+ this.i.e9 = stringToBrush(v);
461
+ this._a("checkboxTickColor", brushToString(this.i.e9));
463
462
  }
464
463
  /**
465
464
  * Gets or sets the checkbox background color when checked.
466
465
  */
467
466
  get checkboxCheckedBackgroundColor() {
468
- return brushToString(this.i.e3);
467
+ return brushToString(this.i.e7);
469
468
  }
470
469
  set checkboxCheckedBackgroundColor(v) {
471
- this.i.e3 = stringToBrush(v);
472
- this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e3));
470
+ this.i.e7 = stringToBrush(v);
471
+ this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e7));
473
472
  }
474
473
  /**
475
474
  * Gets or sets the checkbox background color when unchecked.
476
475
  */
477
476
  get checkboxUncheckedBackgroundColor() {
478
- return brushToString(this.i.e6);
477
+ return brushToString(this.i.fa);
479
478
  }
480
479
  set checkboxUncheckedBackgroundColor(v) {
481
- this.i.e6 = stringToBrush(v);
482
- this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.e6));
480
+ this.i.fa = stringToBrush(v);
481
+ this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.fa));
483
482
  }
484
483
  /**
485
484
  * Gets or sets the checkbox border color when checked.
486
485
  */
487
486
  get checkboxCheckedBorderColor() {
488
- return brushToString(this.i.e4);
487
+ return brushToString(this.i.e8);
489
488
  }
490
489
  set checkboxCheckedBorderColor(v) {
491
- this.i.e4 = stringToBrush(v);
492
- this._a("checkboxCheckedBorderColor", brushToString(this.i.e4));
490
+ this.i.e8 = stringToBrush(v);
491
+ this._a("checkboxCheckedBorderColor", brushToString(this.i.e8));
493
492
  }
494
493
  /**
495
494
  * Gets or sets the checkbox border color when unchecked.
496
495
  */
497
496
  get checkboxUncheckedBorderColor() {
498
- return brushToString(this.i.e7);
497
+ return brushToString(this.i.fb);
499
498
  }
500
499
  set checkboxUncheckedBorderColor(v) {
501
- this.i.e7 = stringToBrush(v);
502
- this._a("checkboxUncheckedBorderColor", brushToString(this.i.e7));
500
+ this.i.fb = stringToBrush(v);
501
+ this._a("checkboxUncheckedBorderColor", brushToString(this.i.fb));
503
502
  }
504
503
  /**
505
504
  * Gets or sets the corner radius to use for the checkbox.
@@ -525,40 +524,40 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
525
524
  * Gets or sets the scrollbar background color.
526
525
  */
527
526
  get scrollbarBackground() {
528
- return brushToString(this.i.fe);
527
+ return brushToString(this.i.fi);
529
528
  }
530
529
  set scrollbarBackground(v) {
531
- this.i.fe = stringToBrush(v);
532
- this._a("scrollbarBackground", brushToString(this.i.fe));
530
+ this.i.fi = stringToBrush(v);
531
+ this._a("scrollbarBackground", brushToString(this.i.fi));
533
532
  }
534
533
  /**
535
534
  * Gets / sets the caption of the "Select All" checkbox.
536
535
  */
537
536
  get selectAllCaption() {
538
- return this.i.cw;
537
+ return this.i.c0;
539
538
  }
540
539
  set selectAllCaption(v) {
541
- this.i.cw = v;
540
+ this.i.c0 = v;
542
541
  }
543
542
  /**
544
543
  * Gets or sets the color to use for the "Select All" label.
545
544
  */
546
545
  get selectAllCaptionTextColor() {
547
- return brushToString(this.i.fj);
546
+ return brushToString(this.i.fn);
548
547
  }
549
548
  set selectAllCaptionTextColor(v) {
550
- this.i.fj = stringToBrush(v);
551
- this._a("selectAllCaptionTextColor", brushToString(this.i.fj));
549
+ this.i.fn = stringToBrush(v);
550
+ this._a("selectAllCaptionTextColor", brushToString(this.i.fn));
552
551
  }
553
552
  /**
554
553
  * Gets or sets the color to use for the actual header selectAllCaption text.
555
554
  */
556
555
  get actualSelectAllCaptionTextColor() {
557
- return brushToString(this.i.e1);
556
+ return brushToString(this.i.e5);
558
557
  }
559
558
  set actualSelectAllCaptionTextColor(v) {
560
- this.i.e1 = stringToBrush(v);
561
- this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e1));
559
+ this.i.e5 = stringToBrush(v);
560
+ this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e5));
562
561
  }
563
562
  /**
564
563
  * Gets / sets whether the "Select all" checkbox is visible.
@@ -594,11 +593,11 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
594
593
  * Gets or sets the color to use for the text of the component.
595
594
  */
596
595
  get textColor() {
597
- return brushToString(this.i.fl);
596
+ return brushToString(this.i.fp);
598
597
  }
599
598
  set textColor(v) {
600
- this.i.fl = stringToBrush(v);
601
- this._a("textColor", brushToString(this.i.fl));
599
+ this.i.fp = stringToBrush(v);
600
+ this._a("textColor", brushToString(this.i.fp));
602
601
  }
603
602
  /**
604
603
  * Gets or sets whether the filter input is visible.
@@ -699,17 +698,17 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
699
698
 
700
699
  */
701
700
  selectAll() {
702
- this.i.ef();
701
+ this.i.ej();
703
702
  }
704
703
  /**
705
704
  * Deselects all the items in the checkbox list.
706
705
 
707
706
  */
708
707
  deselectAll() {
709
- this.i.dc();
708
+ this.i.dg();
710
709
  }
711
710
  notifySetItem(index, oldItem, newItem) {
712
- this.i.dr(index, oldItem, newItem);
711
+ this.i.dv(index, oldItem, newItem);
713
712
  }
714
713
  /**
715
714
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -717,22 +716,22 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
717
716
 
718
717
  */
719
718
  notifyClearItems() {
720
- this.i.dm();
719
+ this.i.dr();
721
720
  }
722
721
  notifyInsertItem(index, newItem) {
723
- this.i.dn(index, newItem);
722
+ this.i.ds(index, newItem);
724
723
  }
725
724
  notifyRemoveItem(index, oldItem) {
726
- this.i.dq(index, oldItem);
725
+ this.i.du(index, oldItem);
727
726
  }
728
727
  refresh() {
729
728
  this.i.refresh();
730
729
  }
731
730
  addKeyValue(value) {
732
- this.i.c7(value);
731
+ this.i.db(value);
733
732
  }
734
733
  removeKeyValue(value) {
735
- this.i.ed(value);
734
+ this.i.eh(value);
736
735
  }
737
736
  getDesiredSize(availableSize) {
738
737
  let iv = this.i.getDesiredSize(toSize(availableSize));
@@ -743,7 +742,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
743
742
 
744
743
  */
745
744
  exportVisualModel() {
746
- let iv = this.i.bn();
745
+ let iv = this.i.br();
747
746
  return (iv);
748
747
  }
749
748
  /**
@@ -751,7 +750,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
751
750
 
752
751
  */
753
752
  exportSerializedVisualModel() {
754
- let iv = this.i.ca();
753
+ let iv = this.i.ce();
755
754
  return (iv);
756
755
  }
757
756
  /**
@@ -65,50 +65,50 @@ let IgcComboBoxColumnComponent = /*@__PURE__*/ (() => {
65
65
  * 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.
66
66
  */
67
67
  get actualDataSource() {
68
- return this.i.qs;
68
+ return this.i.ry;
69
69
  }
70
70
  set actualDataSource(v) {
71
- this.i.qs = v;
71
+ this.i.ry = v;
72
72
  }
73
73
  /**
74
74
  * Gets or sets the ComboBox data source.
75
75
  */
76
76
  get dataSource() {
77
- return this.i.qt;
77
+ return this.i.rz;
78
78
  }
79
79
  set dataSource(v) {
80
- this.i.qt = v;
80
+ this.i.rz = v;
81
81
  }
82
82
  /**
83
83
  * Gets or sets the ComboBox text field.
84
84
  */
85
85
  get textField() {
86
- return this.i.qx;
86
+ return this.i.r3;
87
87
  }
88
88
  set textField(v) {
89
- this.i.qx = v;
89
+ this.i.r3 = v;
90
90
  }
91
91
  /**
92
92
  * Gets or sets the ComboBox value field.
93
93
  */
94
94
  get valueField() {
95
- return this.i.qy;
95
+ return this.i.r4;
96
96
  }
97
97
  set valueField(v) {
98
- this.i.qy = v;
98
+ this.i.r4 = v;
99
99
  }
100
100
  /**
101
101
  * Gets or sets the ComboBox value field.
102
102
  */
103
103
  get valueMultiField() {
104
- return this.i.qq;
104
+ return this.i.rw;
105
105
  }
106
106
  set valueMultiField(v) {
107
107
  if (v && !Array.isArray(v) && typeof (v) == "string") {
108
108
  const re = /\s*(?:,|\s|$)\s*/gm;
109
109
  v = v.split(re);
110
110
  }
111
- this.i.qq = v;
111
+ this.i.rw = v;
112
112
  }
113
113
  }
114
114
  IgcComboBoxColumnComponent._observedAttributesIgcComboBoxColumnComponent = null;
@@ -1,14 +1,5 @@
1
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
1
2
  import { DataBindingEventArgs as DataBindingEventArgs_internal } from "./DataBindingEventArgs";
2
- import { IgcDateTimeCellInfo } from "./igc-date-time-cell-info";
3
- import { IgcImageCellInfo } from "./igc-image-cell-info";
4
- import { IgcNumericCellInfo } from "./igc-numeric-cell-info";
5
- import { IgcRowSeparatorInfo } from "./igc-row-separator-info";
6
- import { IgcSectionHeaderCellInfo } from "./igc-section-header-cell-info";
7
- import { IgcTemplateCellInfo } from "./igc-template-cell-info";
8
- import { IgcTemplateHeaderCellInfo } from "./igc-template-header-cell-info";
9
- import { IgcTemplateSectionHeaderCellInfo } from "./igc-template-section-header-cell-info";
10
- import { IgcTextCellInfo } from "./igc-text-cell-info";
11
- import { IgcTextHeaderCellInfo } from "./igc-text-header-cell-info";
12
3
  /**
13
4
  * Information about the data binding taking place.
14
5
  */
@@ -40,40 +31,54 @@ export class IgcDataBindingEventArgs {
40
31
  }
41
32
  if (!this.i.cellInfo.externalObject) {
42
33
  let ext = null;
34
+ let extTypeName = null;
43
35
  switch (this.i.cellInfo.$type.name) {
44
36
  case "DateTimeCellModel":
45
- ext = new IgcDateTimeCellInfo();
37
+ extTypeName = "IgcDateTimeCellInfo";
46
38
  break;
47
39
  case "ImageCellModel":
48
- ext = new IgcImageCellInfo();
40
+ extTypeName = "IgcImageCellInfo";
49
41
  break;
50
42
  case "NumericCellModel":
51
- ext = new IgcNumericCellInfo();
43
+ extTypeName = "IgcNumericCellInfo";
52
44
  break;
53
45
  case "RowSeparatorModel":
54
- ext = new IgcRowSeparatorInfo();
46
+ extTypeName = "IgcRowSeparatorInfo";
55
47
  break;
56
48
  case "SectionHeaderCellModel":
57
- ext = new IgcSectionHeaderCellInfo();
49
+ extTypeName = "IgcSectionHeaderCellInfo";
58
50
  break;
59
51
  case "TemplateCellModel":
60
- ext = new IgcTemplateCellInfo();
52
+ extTypeName = "IgcTemplateCellInfo";
61
53
  break;
62
54
  case "TemplateHeaderCellModel":
63
- ext = new IgcTemplateHeaderCellInfo();
55
+ extTypeName = "IgcTemplateHeaderCellInfo";
64
56
  break;
65
57
  case "TemplateSectionHeaderCellModel":
66
- ext = new IgcTemplateSectionHeaderCellInfo();
58
+ extTypeName = "IgcTemplateSectionHeaderCellInfo";
67
59
  break;
68
60
  case "TextCellModel":
69
- ext = new IgcTextCellInfo();
61
+ extTypeName = "IgcTextCellInfo";
70
62
  break;
71
63
  case "TextHeaderCellModel":
72
- ext = new IgcTextHeaderCellInfo();
64
+ extTypeName = "IgcTextHeaderCellInfo";
73
65
  break;
66
+ case "FilterCellModel":
67
+ extTypeName = "IgcFilterCellInfo";
68
+ break;
69
+ }
70
+ if (extTypeName) {
71
+ if (TypeRegistrar.isRegistered(extTypeName)) {
72
+ ext = TypeRegistrar.create(extTypeName);
73
+ }
74
+ }
75
+ if (ext) {
76
+ ext._implementation = this.i.cellInfo;
77
+ this.i.cellInfo.externalObject = ext;
78
+ }
79
+ else {
80
+ return null;
74
81
  }
75
- ext._implementation = this.i.cellInfo;
76
- this.i.cellInfo.externalObject = ext;
77
82
  }
78
83
  return this.i.cellInfo.externalObject;
79
84
  }