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
@@ -135,7 +135,6 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
135
135
  this._container.append(filterContainer);
136
136
  var filterHr = this._renderer.createElement("hr");
137
137
  this._container.append(filterHr);
138
- filterHr.setStyleProperty("margin", "3px 0px");
139
138
  filterHr.setStyleProperty("border-top", "1px solid #dde2eb");
140
139
  filterHr.setStyleProperty("border-left", "0px");
141
140
  filterHr.setStyleProperty("border-right", "0px");
@@ -319,10 +318,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
319
318
  });
320
319
  Object.defineProperty(IgcCheckboxListComponent.prototype, "dataLegendTarget", {
321
320
  get: function () {
322
- return this.i.bm;
321
+ return this.i.bq;
323
322
  },
324
323
  set: function (v) {
325
- this.i.bm = v;
324
+ this.i.bq = v;
326
325
  },
327
326
  enumerable: false,
328
327
  configurable: true
@@ -332,20 +331,20 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
332
331
  * Gets or Sets the property name that contains the values.
333
332
  */
334
333
  get: function () {
335
- return this.i.c3;
334
+ return this.i.c7;
336
335
  },
337
336
  set: function (v) {
338
- this.i.c3 = v;
337
+ this.i.c7 = v;
339
338
  },
340
339
  enumerable: false,
341
340
  configurable: true
342
341
  });
343
342
  Object.defineProperty(IgcCheckboxListComponent.prototype, "propertyTypeMemberPath", {
344
343
  get: function () {
345
- return this.i.ci;
344
+ return this.i.cm;
346
345
  },
347
346
  set: function (v) {
348
- this.i.ci = v;
347
+ this.i.cm = v;
349
348
  },
350
349
  enumerable: false,
351
350
  configurable: true
@@ -368,10 +367,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
368
367
  * Gets or Sets the property name that contains the values.
369
368
  */
370
369
  get: function () {
371
- return this.i.cb;
370
+ return this.i.cf;
372
371
  },
373
372
  set: function (v) {
374
- this.i.cb = v;
373
+ this.i.cf = v;
375
374
  },
376
375
  enumerable: false,
377
376
  configurable: true
@@ -395,18 +394,18 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
395
394
  * Gets or Sets the property name that contains the values.
396
395
  */
397
396
  get: function () {
398
- return this.i.bj;
397
+ return this.i.bn;
399
398
  },
400
399
  set: function (v) {
401
- this.i.bj = +v;
402
- this._a("rowHeight", this.i.bj);
400
+ this.i.bn = +v;
401
+ this._a("rowHeight", this.i.bn);
403
402
  },
404
403
  enumerable: false,
405
404
  configurable: true
406
405
  });
407
406
  Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
408
407
  get: function () {
409
- return this.i.bh;
408
+ return this.i.bl;
410
409
  },
411
410
  enumerable: false,
412
411
  configurable: true
@@ -491,11 +490,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
491
490
  * Gets or sets the search background color.
492
491
  */
493
492
  get: function () {
494
- return brushToString(this.i.ff);
493
+ return brushToString(this.i.fj);
495
494
  },
496
495
  set: function (v) {
497
- this.i.ff = stringToBrush(v);
498
- this._a("searchBackgroundColor", brushToString(this.i.ff));
496
+ this.i.fj = stringToBrush(v);
497
+ this._a("searchBackgroundColor", brushToString(this.i.fj));
499
498
  },
500
499
  enumerable: false,
501
500
  configurable: true
@@ -533,11 +532,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
533
532
  * Gets or sets the search border color.
534
533
  */
535
534
  get: function () {
536
- return brushToString(this.i.fg);
535
+ return brushToString(this.i.fk);
537
536
  },
538
537
  set: function (v) {
539
- this.i.fg = stringToBrush(v);
540
- this._a("searchBorderColor", brushToString(this.i.fg));
538
+ this.i.fk = stringToBrush(v);
539
+ this._a("searchBorderColor", brushToString(this.i.fk));
541
540
  },
542
541
  enumerable: false,
543
542
  configurable: true
@@ -566,11 +565,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
566
565
  * Gets or sets the checkbox tick color.
567
566
  */
568
567
  get: function () {
569
- return brushToString(this.i.e5);
568
+ return brushToString(this.i.e9);
570
569
  },
571
570
  set: function (v) {
572
- this.i.e5 = stringToBrush(v);
573
- this._a("checkboxTickColor", brushToString(this.i.e5));
571
+ this.i.e9 = stringToBrush(v);
572
+ this._a("checkboxTickColor", brushToString(this.i.e9));
574
573
  },
575
574
  enumerable: false,
576
575
  configurable: true
@@ -580,11 +579,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
580
579
  * Gets or sets the checkbox background color when checked.
581
580
  */
582
581
  get: function () {
583
- return brushToString(this.i.e3);
582
+ return brushToString(this.i.e7);
584
583
  },
585
584
  set: function (v) {
586
- this.i.e3 = stringToBrush(v);
587
- this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e3));
585
+ this.i.e7 = stringToBrush(v);
586
+ this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e7));
588
587
  },
589
588
  enumerable: false,
590
589
  configurable: true
@@ -594,11 +593,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
594
593
  * Gets or sets the checkbox background color when unchecked.
595
594
  */
596
595
  get: function () {
597
- return brushToString(this.i.e6);
596
+ return brushToString(this.i.fa);
598
597
  },
599
598
  set: function (v) {
600
- this.i.e6 = stringToBrush(v);
601
- this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.e6));
599
+ this.i.fa = stringToBrush(v);
600
+ this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.fa));
602
601
  },
603
602
  enumerable: false,
604
603
  configurable: true
@@ -608,11 +607,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
608
607
  * Gets or sets the checkbox border color when checked.
609
608
  */
610
609
  get: function () {
611
- return brushToString(this.i.e4);
610
+ return brushToString(this.i.e8);
612
611
  },
613
612
  set: function (v) {
614
- this.i.e4 = stringToBrush(v);
615
- this._a("checkboxCheckedBorderColor", brushToString(this.i.e4));
613
+ this.i.e8 = stringToBrush(v);
614
+ this._a("checkboxCheckedBorderColor", brushToString(this.i.e8));
616
615
  },
617
616
  enumerable: false,
618
617
  configurable: true
@@ -622,11 +621,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
622
621
  * Gets or sets the checkbox border color when unchecked.
623
622
  */
624
623
  get: function () {
625
- return brushToString(this.i.e7);
624
+ return brushToString(this.i.fb);
626
625
  },
627
626
  set: function (v) {
628
- this.i.e7 = stringToBrush(v);
629
- this._a("checkboxUncheckedBorderColor", brushToString(this.i.e7));
627
+ this.i.fb = stringToBrush(v);
628
+ this._a("checkboxUncheckedBorderColor", brushToString(this.i.fb));
630
629
  },
631
630
  enumerable: false,
632
631
  configurable: true
@@ -664,11 +663,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
664
663
  * Gets or sets the scrollbar background color.
665
664
  */
666
665
  get: function () {
667
- return brushToString(this.i.fe);
666
+ return brushToString(this.i.fi);
668
667
  },
669
668
  set: function (v) {
670
- this.i.fe = stringToBrush(v);
671
- this._a("scrollbarBackground", brushToString(this.i.fe));
669
+ this.i.fi = stringToBrush(v);
670
+ this._a("scrollbarBackground", brushToString(this.i.fi));
672
671
  },
673
672
  enumerable: false,
674
673
  configurable: true
@@ -678,10 +677,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
678
677
  * Gets / sets the caption of the "Select All" checkbox.
679
678
  */
680
679
  get: function () {
681
- return this.i.cw;
680
+ return this.i.c0;
682
681
  },
683
682
  set: function (v) {
684
- this.i.cw = v;
683
+ this.i.c0 = v;
685
684
  },
686
685
  enumerable: false,
687
686
  configurable: true
@@ -691,11 +690,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
691
690
  * Gets or sets the color to use for the "Select All" label.
692
691
  */
693
692
  get: function () {
694
- return brushToString(this.i.fj);
693
+ return brushToString(this.i.fn);
695
694
  },
696
695
  set: function (v) {
697
- this.i.fj = stringToBrush(v);
698
- this._a("selectAllCaptionTextColor", brushToString(this.i.fj));
696
+ this.i.fn = stringToBrush(v);
697
+ this._a("selectAllCaptionTextColor", brushToString(this.i.fn));
699
698
  },
700
699
  enumerable: false,
701
700
  configurable: true
@@ -705,11 +704,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
705
704
  * Gets or sets the color to use for the actual header selectAllCaption text.
706
705
  */
707
706
  get: function () {
708
- return brushToString(this.i.e1);
707
+ return brushToString(this.i.e5);
709
708
  },
710
709
  set: function (v) {
711
- this.i.e1 = stringToBrush(v);
712
- this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e1));
710
+ this.i.e5 = stringToBrush(v);
711
+ this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e5));
713
712
  },
714
713
  enumerable: false,
715
714
  configurable: true
@@ -761,11 +760,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
761
760
  * Gets or sets the color to use for the text of the component.
762
761
  */
763
762
  get: function () {
764
- return brushToString(this.i.fl);
763
+ return brushToString(this.i.fp);
765
764
  },
766
765
  set: function (v) {
767
- this.i.fl = stringToBrush(v);
768
- this._a("textColor", brushToString(this.i.fl));
766
+ this.i.fp = stringToBrush(v);
767
+ this._a("textColor", brushToString(this.i.fp));
769
768
  },
770
769
  enumerable: false,
771
770
  configurable: true
@@ -885,17 +884,17 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
885
884
 
886
885
  */
887
886
  IgcCheckboxListComponent.prototype.selectAll = function () {
888
- this.i.ef();
887
+ this.i.ej();
889
888
  };
890
889
  /**
891
890
  * Deselects all the items in the checkbox list.
892
891
 
893
892
  */
894
893
  IgcCheckboxListComponent.prototype.deselectAll = function () {
895
- this.i.dc();
894
+ this.i.dg();
896
895
  };
897
896
  IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
898
- this.i.dr(index, oldItem, newItem);
897
+ this.i.dv(index, oldItem, newItem);
899
898
  };
900
899
  /**
901
900
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -903,22 +902,22 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
903
902
 
904
903
  */
905
904
  IgcCheckboxListComponent.prototype.notifyClearItems = function () {
906
- this.i.dm();
905
+ this.i.dr();
907
906
  };
908
907
  IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
909
- this.i.dn(index, newItem);
908
+ this.i.ds(index, newItem);
910
909
  };
911
910
  IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
912
- this.i.dq(index, oldItem);
911
+ this.i.du(index, oldItem);
913
912
  };
914
913
  IgcCheckboxListComponent.prototype.refresh = function () {
915
914
  this.i.refresh();
916
915
  };
917
916
  IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
918
- this.i.c7(value);
917
+ this.i.db(value);
919
918
  };
920
919
  IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
921
- this.i.ed(value);
920
+ this.i.eh(value);
922
921
  };
923
922
  IgcCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
924
923
  var iv = this.i.getDesiredSize(toSize(availableSize));
@@ -929,7 +928,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
929
928
 
930
929
  */
931
930
  IgcCheckboxListComponent.prototype.exportVisualModel = function () {
932
- var iv = this.i.bn();
931
+ var iv = this.i.br();
933
932
  return (iv);
934
933
  };
935
934
  /**
@@ -937,7 +936,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
937
936
 
938
937
  */
939
938
  IgcCheckboxListComponent.prototype.exportSerializedVisualModel = function () {
940
- var iv = this.i.ca();
939
+ var iv = this.i.ce();
941
940
  return (iv);
942
941
  };
943
942
  /**
@@ -78,10 +78,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
78
78
  * 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.
79
79
  */
80
80
  get: function () {
81
- return this.i.qs;
81
+ return this.i.ry;
82
82
  },
83
83
  set: function (v) {
84
- this.i.qs = v;
84
+ this.i.ry = v;
85
85
  },
86
86
  enumerable: false,
87
87
  configurable: true
@@ -91,10 +91,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
91
91
  * Gets or sets the ComboBox data source.
92
92
  */
93
93
  get: function () {
94
- return this.i.qt;
94
+ return this.i.rz;
95
95
  },
96
96
  set: function (v) {
97
- this.i.qt = v;
97
+ this.i.rz = v;
98
98
  },
99
99
  enumerable: false,
100
100
  configurable: true
@@ -104,10 +104,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
104
104
  * Gets or sets the ComboBox text field.
105
105
  */
106
106
  get: function () {
107
- return this.i.qx;
107
+ return this.i.r3;
108
108
  },
109
109
  set: function (v) {
110
- this.i.qx = v;
110
+ this.i.r3 = v;
111
111
  },
112
112
  enumerable: false,
113
113
  configurable: true
@@ -117,10 +117,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
117
117
  * Gets or sets the ComboBox value field.
118
118
  */
119
119
  get: function () {
120
- return this.i.qy;
120
+ return this.i.r4;
121
121
  },
122
122
  set: function (v) {
123
- this.i.qy = v;
123
+ this.i.r4 = v;
124
124
  },
125
125
  enumerable: false,
126
126
  configurable: true
@@ -130,14 +130,14 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
130
130
  * Gets or sets the ComboBox value field.
131
131
  */
132
132
  get: function () {
133
- return this.i.qq;
133
+ return this.i.rw;
134
134
  },
135
135
  set: function (v) {
136
136
  if (v && !Array.isArray(v) && typeof (v) == "string") {
137
137
  var re = /\s*(?:,|\s|$)\s*/gm;
138
138
  v = v.split(re);
139
139
  }
140
- this.i.qq = v;
140
+ this.i.rw = v;
141
141
  },
142
142
  enumerable: false,
143
143
  configurable: true
@@ -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
  */
@@ -45,40 +36,54 @@ var IgcDataBindingEventArgs = /** @class */ /*@__PURE__*/ (function () {
45
36
  }
46
37
  if (!this.i.cellInfo.externalObject) {
47
38
  var ext = null;
39
+ var extTypeName = null;
48
40
  switch (this.i.cellInfo.$type.name) {
49
41
  case "DateTimeCellModel":
50
- ext = new IgcDateTimeCellInfo();
42
+ extTypeName = "IgcDateTimeCellInfo";
51
43
  break;
52
44
  case "ImageCellModel":
53
- ext = new IgcImageCellInfo();
45
+ extTypeName = "IgcImageCellInfo";
54
46
  break;
55
47
  case "NumericCellModel":
56
- ext = new IgcNumericCellInfo();
48
+ extTypeName = "IgcNumericCellInfo";
57
49
  break;
58
50
  case "RowSeparatorModel":
59
- ext = new IgcRowSeparatorInfo();
51
+ extTypeName = "IgcRowSeparatorInfo";
60
52
  break;
61
53
  case "SectionHeaderCellModel":
62
- ext = new IgcSectionHeaderCellInfo();
54
+ extTypeName = "IgcSectionHeaderCellInfo";
63
55
  break;
64
56
  case "TemplateCellModel":
65
- ext = new IgcTemplateCellInfo();
57
+ extTypeName = "IgcTemplateCellInfo";
66
58
  break;
67
59
  case "TemplateHeaderCellModel":
68
- ext = new IgcTemplateHeaderCellInfo();
60
+ extTypeName = "IgcTemplateHeaderCellInfo";
69
61
  break;
70
62
  case "TemplateSectionHeaderCellModel":
71
- ext = new IgcTemplateSectionHeaderCellInfo();
63
+ extTypeName = "IgcTemplateSectionHeaderCellInfo";
72
64
  break;
73
65
  case "TextCellModel":
74
- ext = new IgcTextCellInfo();
66
+ extTypeName = "IgcTextCellInfo";
75
67
  break;
76
68
  case "TextHeaderCellModel":
77
- ext = new IgcTextHeaderCellInfo();
69
+ extTypeName = "IgcTextHeaderCellInfo";
78
70
  break;
71
+ case "FilterCellModel":
72
+ extTypeName = "IgcFilterCellInfo";
73
+ break;
74
+ }
75
+ if (extTypeName) {
76
+ if (TypeRegistrar.isRegistered(extTypeName)) {
77
+ ext = TypeRegistrar.create(extTypeName);
78
+ }
79
+ }
80
+ if (ext) {
81
+ ext._implementation = this.i.cellInfo;
82
+ this.i.cellInfo.externalObject = ext;
83
+ }
84
+ else {
85
+ return null;
79
86
  }
80
- ext._implementation = this.i.cellInfo;
81
- this.i.cellInfo.externalObject = ext;
82
87
  }
83
88
  return this.i.cellInfo.externalObject;
84
89
  },