igniteui-angular-data-grids 21.1.0-beta.0 → 21.1.0-beta.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 (97) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +3905 -3606
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  4. package/esm2015/lib/CellPresenterBase.js +1 -1
  5. package/esm2015/lib/CheckboxListBridge.js +8 -0
  6. package/esm2015/lib/CheckboxListView_combined.js +356 -322
  7. package/esm2015/lib/ColumnChooserView_combined.js +7 -7
  8. package/esm2015/lib/ColumnFilterCondition_combined.js +2987 -2879
  9. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  10. package/esm2015/lib/ColumnPinningView_combined.js +5 -5
  11. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  12. package/esm2015/lib/DataGridLocaleEn.js +8 -0
  13. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  15. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  16. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  17. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  18. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  19. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  20. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  21. package/esm2015/lib/GridExternalWrapper.js +6 -6
  22. package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
  23. package/esm2015/lib/GridIconRepository.js +4 -4
  24. package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
  25. package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
  26. package/esm2015/lib/PropertyEditorView_combined.js +6 -6
  27. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  28. package/esm2015/lib/TemplateHeader.js +1 -1
  29. package/esm2015/lib/TextHeaderCell.js +7 -7
  30. package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
  31. package/esm2015/lib/igx-checkbox-list-component.js +57 -46
  32. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  33. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  34. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  35. package/esm2015/lib/igx-data-grid-column-component.js +101 -85
  36. package/esm2015/lib/igx-data-grid-component.js +24 -1
  37. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +36 -25
  38. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  39. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  40. package/esm2015/lib/igx-image-column-component.js +10 -10
  41. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  42. package/esm2015/lib/igx-text-column-component.js +8 -8
  43. package/esm2015/lib/igx-text-header-cell-info.js +26 -20
  44. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  45. package/esm5/lib/CellPresenterBase.js +1 -1
  46. package/esm5/lib/CheckboxListBridge.js +8 -0
  47. package/esm5/lib/CheckboxListView_combined.js +346 -308
  48. package/esm5/lib/ColumnChooserView_combined.js +7 -7
  49. package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
  50. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  51. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  52. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  53. package/esm5/lib/DataGridLocaleEn.js +8 -0
  54. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  55. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  56. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  57. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  58. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  59. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  60. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  61. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  62. package/esm5/lib/GridExternalWrapper.js +6 -6
  63. package/esm5/lib/GridFilterDialogView_combined.js +183 -164
  64. package/esm5/lib/GridIconRepository.js +4 -4
  65. package/esm5/lib/ISummaryChooserView_combined.js +5 -5
  66. package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
  67. package/esm5/lib/PropertyEditorView_combined.js +6 -6
  68. package/esm5/lib/TemplateCellPresenter.js +1 -1
  69. package/esm5/lib/TemplateHeader.js +1 -1
  70. package/esm5/lib/TextHeaderCell.js +7 -7
  71. package/esm5/lib/TextHeaderCellPresenter.js +14 -11
  72. package/esm5/lib/igx-checkbox-list-component.js +60 -45
  73. package/esm5/lib/igx-column-chooser-component.js +1 -1
  74. package/esm5/lib/igx-column-pinning-component.js +1 -1
  75. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  76. package/esm5/lib/igx-data-grid-column-component.js +109 -85
  77. package/esm5/lib/igx-data-grid-component.js +32 -1
  78. package/esm5/lib/igx-data-grid-filter-dialog-component.js +40 -25
  79. package/esm5/lib/igx-date-time-column-component.js +20 -20
  80. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  81. package/esm5/lib/igx-image-column-component.js +10 -10
  82. package/esm5/lib/igx-numeric-column-component.js +32 -32
  83. package/esm5/lib/igx-text-column-component.js +8 -8
  84. package/esm5/lib/igx-text-header-cell-info.js +30 -20
  85. package/fesm2015/igniteui-angular-data-grids.js +3975 -3732
  86. package/fesm5/igniteui-angular-data-grids.js +3905 -3606
  87. package/lib/CheckboxListExternal.d.ts +2 -0
  88. package/lib/CheckboxListView_combined.d.ts +98 -94
  89. package/lib/ColumnFilterCondition_combined.d.ts +711 -694
  90. package/lib/DataGridLocaleEn.d.ts +8 -0
  91. package/lib/GridFilterDialogView_combined.d.ts +52 -49
  92. package/lib/igx-checkbox-list-component.d.ts +6 -1
  93. package/lib/igx-data-grid-column-component.d.ts +5 -1
  94. package/lib/igx-data-grid-component.d.ts +13 -1
  95. package/lib/igx-data-grid-filter-dialog-component.d.ts +6 -1
  96. package/lib/igx-text-header-cell-info.d.ts +2 -0
  97. package/package.json +4 -4
@@ -209,10 +209,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
209
209
  });
210
210
  Object.defineProperty(IgxCheckboxListComponent.prototype, "dataLegendTarget", {
211
211
  get: function () {
212
- return this.i.bq;
212
+ return this.i.dataLegendTarget;
213
213
  },
214
214
  set: function (v) {
215
- this.i.bq = v;
215
+ this.i.dataLegendTarget = v;
216
216
  },
217
217
  enumerable: false,
218
218
  configurable: true
@@ -222,20 +222,20 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
222
222
  * Gets or Sets the property name that contains the values.
223
223
  */
224
224
  get: function () {
225
- return this.i.c7;
225
+ return this.i.subtitleMemberPath;
226
226
  },
227
227
  set: function (v) {
228
- this.i.c7 = v;
228
+ this.i.subtitleMemberPath = v;
229
229
  },
230
230
  enumerable: false,
231
231
  configurable: true
232
232
  });
233
233
  Object.defineProperty(IgxCheckboxListComponent.prototype, "propertyTypeMemberPath", {
234
234
  get: function () {
235
- return this.i.cm;
235
+ return this.i.propertyTypeMemberPath;
236
236
  },
237
237
  set: function (v) {
238
- this.i.cm = v;
238
+ this.i.propertyTypeMemberPath = v;
239
239
  },
240
240
  enumerable: false,
241
241
  configurable: true
@@ -374,10 +374,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
374
374
  * Gets or sets the search background color.
375
375
  */
376
376
  get: function () {
377
- return brushToString(this.i.fj);
377
+ return brushToString(this.i.fm);
378
378
  },
379
379
  set: function (v) {
380
- this.i.fj = stringToBrush(v);
380
+ this.i.fm = stringToBrush(v);
381
381
  },
382
382
  enumerable: false,
383
383
  configurable: true
@@ -387,10 +387,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
387
387
  * Gets or sets the search background color.
388
388
  */
389
389
  get: function () {
390
- return this.i.a6;
390
+ return this.i.labelClickTriggersChange;
391
391
  },
392
392
  set: function (v) {
393
- this.i.a6 = ensureBool(v);
393
+ this.i.labelClickTriggersChange = ensureBool(v);
394
394
  },
395
395
  enumerable: false,
396
396
  configurable: true
@@ -413,10 +413,23 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
413
413
  * Gets or sets the search border color.
414
414
  */
415
415
  get: function () {
416
- return brushToString(this.i.fk);
416
+ return brushToString(this.i.searchBorderColor);
417
417
  },
418
418
  set: function (v) {
419
- this.i.fk = stringToBrush(v);
419
+ this.i.searchBorderColor = stringToBrush(v);
420
+ },
421
+ enumerable: false,
422
+ configurable: true
423
+ });
424
+ Object.defineProperty(IgxCheckboxListComponent.prototype, "searchFocusBorderColor", {
425
+ /**
426
+ * Gets or sets the search focus border color.
427
+ */
428
+ get: function () {
429
+ return brushToString(this.i.searchFocusBorderColor);
430
+ },
431
+ set: function (v) {
432
+ this.i.searchFocusBorderColor = stringToBrush(v);
420
433
  },
421
434
  enumerable: false,
422
435
  configurable: true
@@ -444,10 +457,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
444
457
  * Gets or sets the checkbox tick color.
445
458
  */
446
459
  get: function () {
447
- return brushToString(this.i.e9);
460
+ return brushToString(this.i.fc);
448
461
  },
449
462
  set: function (v) {
450
- this.i.e9 = stringToBrush(v);
463
+ this.i.fc = stringToBrush(v);
451
464
  },
452
465
  enumerable: false,
453
466
  configurable: true
@@ -457,10 +470,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
457
470
  * Gets or sets the checkbox background color when checked.
458
471
  */
459
472
  get: function () {
460
- return brushToString(this.i.e7);
473
+ return brushToString(this.i.checkboxCheckedBackgroundColor);
461
474
  },
462
475
  set: function (v) {
463
- this.i.e7 = stringToBrush(v);
476
+ this.i.checkboxCheckedBackgroundColor = stringToBrush(v);
464
477
  },
465
478
  enumerable: false,
466
479
  configurable: true
@@ -470,10 +483,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
470
483
  * Gets or sets the checkbox background color when unchecked.
471
484
  */
472
485
  get: function () {
473
- return brushToString(this.i.fa);
486
+ return brushToString(this.i.checkboxUncheckedBackgroundColor);
474
487
  },
475
488
  set: function (v) {
476
- this.i.fa = stringToBrush(v);
489
+ this.i.checkboxUncheckedBackgroundColor = stringToBrush(v);
477
490
  },
478
491
  enumerable: false,
479
492
  configurable: true
@@ -483,10 +496,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
483
496
  * Gets or sets the checkbox border color when checked.
484
497
  */
485
498
  get: function () {
486
- return brushToString(this.i.e8);
499
+ return brushToString(this.i.checkboxCheckedBorderColor);
487
500
  },
488
501
  set: function (v) {
489
- this.i.e8 = stringToBrush(v);
502
+ this.i.checkboxCheckedBorderColor = stringToBrush(v);
490
503
  },
491
504
  enumerable: false,
492
505
  configurable: true
@@ -496,10 +509,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
496
509
  * Gets or sets the checkbox border color when unchecked.
497
510
  */
498
511
  get: function () {
499
- return brushToString(this.i.fb);
512
+ return brushToString(this.i.checkboxUncheckedBorderColor);
500
513
  },
501
514
  set: function (v) {
502
- this.i.fb = stringToBrush(v);
515
+ this.i.checkboxUncheckedBorderColor = stringToBrush(v);
503
516
  },
504
517
  enumerable: false,
505
518
  configurable: true
@@ -509,10 +522,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
509
522
  * Gets or sets the corner radius to use for the checkbox.
510
523
  */
511
524
  get: function () {
512
- return this.i.bc;
525
+ return this.i.checkboxCornerRadius;
513
526
  },
514
527
  set: function (v) {
515
- this.i.bc = +v;
528
+ this.i.checkboxCornerRadius = +v;
516
529
  },
517
530
  enumerable: false,
518
531
  configurable: true
@@ -535,10 +548,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
535
548
  * Gets or sets the scrollbar background color.
536
549
  */
537
550
  get: function () {
538
- return brushToString(this.i.fi);
551
+ return brushToString(this.i.fl);
539
552
  },
540
553
  set: function (v) {
541
- this.i.fi = stringToBrush(v);
554
+ this.i.fl = stringToBrush(v);
542
555
  },
543
556
  enumerable: false,
544
557
  configurable: true
@@ -548,10 +561,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
548
561
  * Gets / sets the caption of the "Select All" checkbox.
549
562
  */
550
563
  get: function () {
551
- return this.i.c0;
564
+ return this.i.c1;
552
565
  },
553
566
  set: function (v) {
554
- this.i.c0 = v;
567
+ this.i.c1 = v;
555
568
  },
556
569
  enumerable: false,
557
570
  configurable: true
@@ -561,10 +574,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
561
574
  * Gets or sets the color to use for the "Select All" label.
562
575
  */
563
576
  get: function () {
564
- return brushToString(this.i.fn);
577
+ return brushToString(this.i.selectAllCaptionTextColor);
565
578
  },
566
579
  set: function (v) {
567
- this.i.fn = stringToBrush(v);
580
+ this.i.selectAllCaptionTextColor = stringToBrush(v);
568
581
  },
569
582
  enumerable: false,
570
583
  configurable: true
@@ -574,10 +587,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
574
587
  * Gets or sets the color to use for the actual header selectAllCaption text.
575
588
  */
576
589
  get: function () {
577
- return brushToString(this.i.e5);
590
+ return brushToString(this.i.e8);
578
591
  },
579
592
  set: function (v) {
580
- this.i.e5 = stringToBrush(v);
593
+ this.i.e8 = stringToBrush(v);
581
594
  },
582
595
  enumerable: false,
583
596
  configurable: true
@@ -626,10 +639,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
626
639
  * Gets or sets the color to use for the text of the component.
627
640
  */
628
641
  get: function () {
629
- return brushToString(this.i.fp);
642
+ return brushToString(this.i.textColor);
630
643
  },
631
644
  set: function (v) {
632
- this.i.fp = stringToBrush(v);
645
+ this.i.textColor = stringToBrush(v);
633
646
  },
634
647
  enumerable: false,
635
648
  configurable: true
@@ -665,10 +678,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
665
678
  * Gets or sets whether checkbox should be displayed to the right.
666
679
  */
667
680
  get: function () {
668
- return this.i.az;
681
+ return this.i.checkboxAlignedRight;
669
682
  },
670
683
  set: function (v) {
671
- this.i.az = ensureBool(v);
684
+ this.i.checkboxAlignedRight = ensureBool(v);
672
685
  },
673
686
  enumerable: false,
674
687
  configurable: true
@@ -746,17 +759,17 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
746
759
 
747
760
  */
748
761
  IgxCheckboxListComponent.prototype.selectAll = function () {
749
- this.i.ej();
762
+ this.i.el();
750
763
  };
751
764
  /**
752
765
  * Deselects all the items in the checkbox list.
753
766
 
754
767
  */
755
768
  IgxCheckboxListComponent.prototype.deselectAll = function () {
756
- this.i.dg();
769
+ this.i.dh();
757
770
  };
758
771
  IgxCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
759
- this.i.dv(index, oldItem, newItem);
772
+ this.i.dw(index, oldItem, newItem);
760
773
  };
761
774
  /**
762
775
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -764,22 +777,22 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
764
777
 
765
778
  */
766
779
  IgxCheckboxListComponent.prototype.notifyClearItems = function () {
767
- this.i.dr();
780
+ this.i.ds();
768
781
  };
769
782
  IgxCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
770
- this.i.ds(index, newItem);
783
+ this.i.dt(index, newItem);
771
784
  };
772
785
  IgxCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
773
- this.i.du(index, oldItem);
786
+ this.i.dv(index, oldItem);
774
787
  };
775
788
  IgxCheckboxListComponent.prototype.refresh = function () {
776
789
  this.i.refresh();
777
790
  };
778
791
  IgxCheckboxListComponent.prototype.addKeyValue = function (value) {
779
- this.i.db(value);
792
+ this.i.dc(value);
780
793
  };
781
794
  IgxCheckboxListComponent.prototype.removeKeyValue = function (value) {
782
- this.i.eh(value);
795
+ this.i.ej(value);
783
796
  };
784
797
  IgxCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
785
798
  var iv = this.i.getDesiredSize(toSize(availableSize));
@@ -996,7 +1009,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
996
1009
  }
997
1010
  };
998
1011
  IgxCheckboxListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxCheckboxListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
999
- IgxCheckboxListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: { height: "height", width: "width", dataSource: "dataSource", keys: "keys", primaryKey: "primaryKey", dataMemberPath: "dataMemberPath", dataLegendTarget: "dataLegendTarget", subtitleMemberPath: "subtitleMemberPath", propertyTypeMemberPath: "propertyTypeMemberPath", selectedMemberPath: "selectedMemberPath", filterPlaceholderText: "filterPlaceholderText", searchInputType: "searchInputType", rowHeight: "rowHeight", cellTextStyle: "cellTextStyle", indexType: "indexType", baseTheme: "baseTheme", density: "density", searchIconColor: "searchIconColor", searchBackgroundColor: "searchBackgroundColor", labelClickTriggersChange: "labelClickTriggersChange", searchTextColor: "searchTextColor", searchBorderColor: "searchBorderColor", searchTextStyle: "searchTextStyle", checkboxTickColor: "checkboxTickColor", checkboxCheckedBackgroundColor: "checkboxCheckedBackgroundColor", checkboxUncheckedBackgroundColor: "checkboxUncheckedBackgroundColor", checkboxCheckedBorderColor: "checkboxCheckedBorderColor", checkboxUncheckedBorderColor: "checkboxUncheckedBorderColor", checkboxCornerRadius: "checkboxCornerRadius", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", selectAllCaption: "selectAllCaption", selectAllCaptionTextColor: "selectAllCaptionTextColor", actualSelectAllCaptionTextColor: "actualSelectAllCaptionTextColor", showSelectAll: "showSelectAll", backgroundColor: "backgroundColor", rowHoverBackgroundColor: "rowHoverBackgroundColor", textColor: "textColor", showFilter: "showFilter", isRowHoverEnabled: "isRowHoverEnabled", checkboxAlignedRight: "checkboxAlignedRight" }, outputs: { selectedKeyAdded: "selectedKeyAdded", selectedKeyRemoved: "selectedKeyRemoved", checkedChanged: "checkedChanged", labelClicked: "labelClicked", indexTypeChanged: "indexTypeChanged", keysCleared: "keysCleared", selectAllCheckboxChanged: "selectAllCheckboxChanged" }, host: { classAttribute: "ig-checkbox-list igx-checkbox-list" }, providers: [], viewQueries: [{ propertyName: "_listGrid", first: true, predicate: ["listGrid"], descendants: true, read: IgxDataGridComponent, static: true }, { propertyName: "_listContainer", first: true, predicate: ["listContainer"], descendants: true, read: ElementRef, static: true }, { propertyName: "_hrElement", first: true, predicate: ["hrElement"], descendants: true, read: ElementRef, static: true }, { propertyName: "_selectAllSection", first: true, predicate: ["selectAllSection"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<div #listContainer style=\"width: 100%; height: 100%\">\n <div> \n </div>\n <hr #hrElement>\n <div #selectAllSection key='checkBoxListSelectAllSection'></div>\n <igx-data-grid #listGrid headerHeight=\"0\"></igx-data-grid>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxDataGridComponent, selector: "igx-data-grid", inputs: ["height", "width", "dataSource", "theme", "columnResizingMode", "columnMovingMode", "isRowHoverEnabled", "rowHoverBackground", "rowHoverTextColor", "editRowBorder", "editRowBorderWidthBottom", "editRowBorderWidthLeft", "editRowBorderWidthRight", "editRowBorderWidthTop", "sectionHeader", "summaryRowRoot", "summaryRowSection", "rowSeparator", "headerRowSeparator", "headerSeparator", "columnResizingSeparator", "columnMovingSeparator", "pinnedAreaSeparator", "autoGenerateDesiredProperties", "dataSourceDesiredProperties", "density", "actualRowHeight", "rowHeight", "defaultColumnMinWidth", "actualHeaderHeight", "headerHeight", "headerClickAction", "editMode", "editModeClickAction", "editOnKeyPress", "autoGenerateColumns", "rowSeparatorHeight", "isPlaceholderRenderingEnabled", "columnAddingAnimationMode", "columnPropertyUpdatingAnimationMode", "cellDataLoadedAnimationMode", "rowSelectionAnimationMode", "rowHoverAnimationMode", "cellSelectionAnimationMode", "animationSettings", "columnResizingAnimationMode", "columnShowingAnimationMode", "columnMovingAnimationMode", "columnHidingAnimationMode", "columnExchangingAnimationMode", "selectionMode", "activationMode", "selectionBehavior", "mouseDragSelectionEnabled", "selectedItems", "selectedKeys", "selectedCells", "selectedCellRanges", "pinnedItems", "pinnedKeys", "isColumnOptionsEnabled", "useNewerColumnOptionsMenu", "isGroupRowSticky", "isHeaderSeparatorVisible", "cellSelectedBackground", "cellSelectedTextColor", "sectionHeaderSelectedBackground", "summaryRootBackground", "summarySectionBackground", "pinnedRowOpacity", "editTextStyle", "editOpacity", "deletedTextColor", "stickyRowBackground", "pinnedRowBackground", "lastStickyRowBackground", "activeCell", "cellBackground", "cellTextColor", "headerSortIndicatorColor", "headerSortIndicatorStyle", "cellTextStyle", "sectionHeaderBackground", "sectionHeaderTextColor", "sectionHeaderExpansionIndicatorIconColor", "sectionHeaderTextStyle", "summaryRootLabelTextStyle", "summarySectionLabelTextStyle", "summaryRootValueTextColor", "summaryRootValueTextStyle", "summarySectionValueTextStyle", "summarySectionValueTextColor", "summaryRootLabelTextColor", "summarySectionLabelTextColor", "summaryRootSelectedBackground", "summarySectionSelectedBackground", "pinnedAreaSeparatorWidth", "headerSeparatorWidth", "headerSeparatorBackground", "headerBackground", "headerTextColor", "headerTextStyle", "rowSeparatorBackground", "headerRowSeparatorBackground", "rowSeparatorStickyRowBackground", "rowSeparatorLastStickyRowBackground", "rowSeparatorPinnedRowBackground", "columnResizingSeparatorWidth", "columnResizingSeparatorOpacity", "columnMovingSeparatorWidth", "columnMovingSeparatorOpacity", "columnResizingSeparatorBackground", "columnMovingSeparatorBackground", "shiftSectionContent", "columnOptionsIconAlignment", "columnOptionsIconColor", "columnOptionsIconBehavior", "actualBorder", "border", "actualBorderWidth", "borderWidthBottom", "borderWidthLeft", "borderWidthRight", "borderWidthTop", "notifyOnAllSelectionChanges", "cornerRadiusBottomRight", "cornerRadiusBottomLeft", "cornerRadiusTopLeft", "cornerRadiusTopRight", "actualCornerRadiusBottomRight", "actualCornerRadiusBottomLeft", "actualCornerRadiusTopLeft", "actualCornerRadiusTopRight", "isActiveCellStyleEnabled", "stopPropagation", "actualBackground", "background", "responsiveStates", "initialSorts", "initialGroups", "initialSummaries", "summaryScope", "isGroupCollapsable", "groupHeaderDisplayMode", "isGroupExpandedDefault", "groupSummaryDisplayMode", "autoAcceptEdits", "primaryKey", "actualPrimaryKey", "actualColumns", "reactsToSortChanges", "reactsToGroupChanges", "reactsToFilterChanges", "enterBehavior", "enterBehaviorAfterEdit", "isColumnOptionsSummariesEnabled", "isColumnOptionsGroupingEnabled", "mergedCellMode", "mergedCellEvaluationCriteria", "mergedCellVerticalAlignment", "filterUIType", "filterLogicalOperator", "filterComparisonType", "todayOverride", "clearSelectionOnEscape", "pageSize", "isToolbarColumnChooserVisible", "isToolbarColumnPinningVisible", "toolbarTitle", "toolbarColumnChooserText", "toolbarColumnChooserTitle", "toolbarColumnPinningText", "toolbarColumnPinningTitle", "scrollbarStyle", "scrollbarBackground", "columnOptionsBackground", "columnOptionsTextColor", "columnOptionsTextStyle", "columnOptionsHoverBackgroundColor", "columnOptionsToolTipBackgroundColor", "columnOptionsHighlightColor", "columnOptionsSeparatorColor", "columnOptionsGroupHeaderBackground", "columnOptionsGroupHeaderTextColor", "columnOptionsGroupHeaderTextStyle", "columnOptionsAccentColor", "columnOptionsRowHeight", "allowCopyOperation", "maxSelectedCellRanges", "deferEventForRowDragSelection"], outputs: ["filterExpressionsChanging", "filterExpressionsChanged", "cellPreviewPointerDown", "cellPreviewPointerUp", "cellPointerDown", "cellPointerUp", "cellClicked", "filterRowDataBinding", "filterRowDataBound", "sortDescriptionsChanged", "groupDescriptionsChanged", "summaryDescriptionsChanged", "columnHiddenChanged", "columnPinnedChanged", "cellValueChanging", "dataCommitted", "dataCommitting", "rootSummariesChanged", "sizeChanged", "actualColumnsChanged", "columnsAutoGenerated", "selectedItemsChanged", "selectedKeysChanged", "selectedCellsChanged", "selectionChanged", "activeCellChanged", "selectedCellRangesChanged", "columnWidthChanged", "cellEditStarted", "cellEditEnded", "rowEditStarted", "rowEditEnded", "customFilterRequested", "actualPrimaryKeyChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1012
+ IgxCheckboxListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: { height: "height", width: "width", dataSource: "dataSource", keys: "keys", primaryKey: "primaryKey", dataMemberPath: "dataMemberPath", dataLegendTarget: "dataLegendTarget", subtitleMemberPath: "subtitleMemberPath", propertyTypeMemberPath: "propertyTypeMemberPath", selectedMemberPath: "selectedMemberPath", filterPlaceholderText: "filterPlaceholderText", searchInputType: "searchInputType", rowHeight: "rowHeight", cellTextStyle: "cellTextStyle", indexType: "indexType", baseTheme: "baseTheme", density: "density", searchIconColor: "searchIconColor", searchBackgroundColor: "searchBackgroundColor", labelClickTriggersChange: "labelClickTriggersChange", searchTextColor: "searchTextColor", searchBorderColor: "searchBorderColor", searchFocusBorderColor: "searchFocusBorderColor", searchTextStyle: "searchTextStyle", checkboxTickColor: "checkboxTickColor", checkboxCheckedBackgroundColor: "checkboxCheckedBackgroundColor", checkboxUncheckedBackgroundColor: "checkboxUncheckedBackgroundColor", checkboxCheckedBorderColor: "checkboxCheckedBorderColor", checkboxUncheckedBorderColor: "checkboxUncheckedBorderColor", checkboxCornerRadius: "checkboxCornerRadius", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", selectAllCaption: "selectAllCaption", selectAllCaptionTextColor: "selectAllCaptionTextColor", actualSelectAllCaptionTextColor: "actualSelectAllCaptionTextColor", showSelectAll: "showSelectAll", backgroundColor: "backgroundColor", rowHoverBackgroundColor: "rowHoverBackgroundColor", textColor: "textColor", showFilter: "showFilter", isRowHoverEnabled: "isRowHoverEnabled", checkboxAlignedRight: "checkboxAlignedRight" }, outputs: { selectedKeyAdded: "selectedKeyAdded", selectedKeyRemoved: "selectedKeyRemoved", checkedChanged: "checkedChanged", labelClicked: "labelClicked", indexTypeChanged: "indexTypeChanged", keysCleared: "keysCleared", selectAllCheckboxChanged: "selectAllCheckboxChanged" }, host: { classAttribute: "ig-checkbox-list igx-checkbox-list" }, providers: [], viewQueries: [{ propertyName: "_listGrid", first: true, predicate: ["listGrid"], descendants: true, read: IgxDataGridComponent, static: true }, { propertyName: "_listContainer", first: true, predicate: ["listContainer"], descendants: true, read: ElementRef, static: true }, { propertyName: "_hrElement", first: true, predicate: ["hrElement"], descendants: true, read: ElementRef, static: true }, { propertyName: "_selectAllSection", first: true, predicate: ["selectAllSection"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<div #listContainer style=\"width: 100%; height: 100%\">\n <div> \n </div>\n <hr #hrElement>\n <div #selectAllSection key='checkBoxListSelectAllSection'></div>\n <igx-data-grid #listGrid headerHeight=\"0\"></igx-data-grid>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxDataGridComponent, selector: "igx-data-grid", inputs: ["height", "width", "dataSource", "theme", "columnResizingMode", "columnMovingMode", "isRowHoverEnabled", "rowHoverBackground", "rowHoverTextColor", "editRowBorder", "editRowBorderWidthBottom", "editRowBorderWidthLeft", "editRowBorderWidthRight", "editRowBorderWidthTop", "sectionHeader", "summaryRowRoot", "summaryRowSection", "rowSeparator", "headerRowSeparator", "headerSeparator", "columnResizingSeparator", "columnMovingSeparator", "pinnedAreaSeparator", "autoGenerateDesiredProperties", "dataSourceDesiredProperties", "density", "actualRowHeight", "rowHeight", "defaultColumnMinWidth", "actualHeaderHeight", "headerHeight", "headerClickAction", "editMode", "editModeClickAction", "editOnKeyPress", "autoGenerateColumns", "rowSeparatorHeight", "isPlaceholderRenderingEnabled", "columnAddingAnimationMode", "columnPropertyUpdatingAnimationMode", "cellDataLoadedAnimationMode", "rowSelectionAnimationMode", "rowHoverAnimationMode", "cellSelectionAnimationMode", "animationSettings", "columnResizingAnimationMode", "columnShowingAnimationMode", "columnMovingAnimationMode", "columnHidingAnimationMode", "columnExchangingAnimationMode", "selectionMode", "activationMode", "selectionBehavior", "mouseDragSelectionEnabled", "selectedItems", "selectedKeys", "selectedCells", "selectedCellRanges", "pinnedItems", "pinnedKeys", "isColumnOptionsEnabled", "useNewerColumnOptionsMenu", "isGroupRowSticky", "isHeaderSeparatorVisible", "cellSelectedBackground", "cellSelectedTextColor", "sectionHeaderSelectedBackground", "summaryRootBackground", "summarySectionBackground", "pinnedRowOpacity", "editTextStyle", "editOpacity", "deletedTextColor", "stickyRowBackground", "pinnedRowBackground", "lastStickyRowBackground", "activeCell", "cellBackground", "cellTextColor", "headerSortIndicatorColor", "headerSortIndicatorStyle", "cellTextStyle", "sectionHeaderBackground", "sectionHeaderTextColor", "sectionHeaderExpansionIndicatorIconColor", "sectionHeaderTextStyle", "summaryRootLabelTextStyle", "summarySectionLabelTextStyle", "summaryRootValueTextColor", "summaryRootValueTextStyle", "summarySectionValueTextStyle", "summarySectionValueTextColor", "summaryRootLabelTextColor", "summarySectionLabelTextColor", "summaryRootSelectedBackground", "summarySectionSelectedBackground", "pinnedAreaSeparatorWidth", "headerSeparatorWidth", "headerSeparatorBackground", "headerBackground", "headerTextColor", "headerTextStyle", "rowSeparatorBackground", "headerRowSeparatorBackground", "rowSeparatorStickyRowBackground", "rowSeparatorLastStickyRowBackground", "rowSeparatorPinnedRowBackground", "columnResizingSeparatorWidth", "columnResizingSeparatorOpacity", "columnMovingSeparatorWidth", "columnMovingSeparatorOpacity", "columnResizingSeparatorBackground", "columnMovingSeparatorBackground", "shiftSectionContent", "columnOptionsIconAlignment", "columnOptionsIconColor", "columnOptionsIconBehavior", "actualBorder", "border", "actualBorderWidth", "borderWidthBottom", "borderWidthLeft", "borderWidthRight", "borderWidthTop", "notifyOnAllSelectionChanges", "cornerRadiusBottomRight", "cornerRadiusBottomLeft", "cornerRadiusTopLeft", "cornerRadiusTopRight", "actualCornerRadiusBottomRight", "actualCornerRadiusBottomLeft", "actualCornerRadiusTopLeft", "actualCornerRadiusTopRight", "isActiveCellStyleEnabled", "stopPropagation", "actualBackground", "background", "responsiveStates", "initialSorts", "initialGroups", "initialSummaries", "summaryScope", "isGroupCollapsable", "groupHeaderDisplayMode", "isGroupExpandedDefault", "expandCollapseOnSectionHeaderClick", "groupSummaryDisplayMode", "autoAcceptEdits", "primaryKey", "actualPrimaryKey", "actualColumns", "reactsToSortChanges", "reactsToGroupChanges", "reactsToFilterChanges", "enterBehavior", "enterBehaviorAfterEdit", "isColumnOptionsSummariesEnabled", "isColumnOptionsGroupingEnabled", "mergedCellMode", "mergedCellEvaluationCriteria", "mergedCellVerticalAlignment", "filterUIType", "filterLogicalOperator", "filterComparisonType", "todayOverride", "clearSelectionOnEscape", "pageSize", "isToolbarColumnChooserVisible", "isToolbarColumnPinningVisible", "toolbarTitle", "toolbarColumnChooserText", "toolbarColumnChooserTitle", "toolbarColumnPinningText", "toolbarColumnPinningTitle", "scrollbarStyle", "scrollbarBackground", "columnOptionsBackground", "columnOptionsTextColor", "columnOptionsTextStyle", "columnOptionsHoverBackgroundColor", "columnOptionsToolTipBackgroundColor", "columnOptionsToolTipTextColor", "columnOptionsHighlightColor", "columnOptionsSeparatorColor", "columnOptionsGroupHeaderBackground", "columnOptionsGroupHeaderTextColor", "columnOptionsGroupHeaderTextStyle", "columnOptionsAccentColor", "columnOptionsRowHeight", "allowCopyOperation", "maxSelectedCellRanges", "deferEventForRowDragSelection"], outputs: ["filterExpressionsChanging", "filterExpressionsChanged", "cellPreviewPointerDown", "cellPreviewPointerUp", "cellPointerDown", "cellPointerUp", "cellClicked", "filterRowDataBinding", "filterRowDataBound", "sortDescriptionsChanged", "groupDescriptionsChanged", "summaryDescriptionsChanged", "columnHiddenChanged", "columnPinnedChanged", "cellValueChanging", "dataCommitted", "dataCommitting", "rootSummariesChanged", "sizeChanged", "actualColumnsChanged", "columnsAutoGenerated", "selectedItemsChanged", "selectedKeysChanged", "selectedCellsChanged", "selectionChanged", "activeCellChanged", "selectedCellRangesChanged", "columnWidthChanged", "cellEditStarted", "cellEditEnded", "rowEditStarted", "rowEditEnded", "customFilterRequested", "actualPrimaryKeyChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1000
1013
  return IgxCheckboxListComponent;
1001
1014
  }());
1002
1015
  export { IgxCheckboxListComponent };
@@ -1066,6 +1079,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
1066
1079
  type: Input
1067
1080
  }], searchBorderColor: [{
1068
1081
  type: Input
1082
+ }], searchFocusBorderColor: [{
1083
+ type: Input
1069
1084
  }], searchTextStyle: [{
1070
1085
  type: Input
1071
1086
  }], checkboxTickColor: [{
@@ -286,7 +286,7 @@ var IgxColumnChooserComponent = /** @class */ /*@__PURE__*/ (function () {
286
286
  }
287
287
  };
288
288
  IgxColumnChooserComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxColumnChooserComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
289
- IgxColumnChooserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxColumnChooserComponent, selector: "igx-column-chooser", inputs: { height: "height", width: "width", targetGrid: "targetGrid", title: "title", titleStyle: "titleStyle", titleColor: "titleColor", filterPlaceholderText: "filterPlaceholderText", baseTheme: "baseTheme", density: "density", backgroundColor: "backgroundColor" }, host: { classAttribute: "ig-column-chooser igx-column-chooser" }, providers: [], viewQueries: [{ propertyName: "_checkboxList", first: true, predicate: ["checkboxList"], descendants: true, read: IgxCheckboxListComponent, static: true }, { propertyName: "_chooserContainer", first: true, predicate: ["chooserContainer"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<div #chooserContainer>\n <span></span>\n <igx-checkbox-list #checkboxList></igx-checkbox-list>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
289
+ IgxColumnChooserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxColumnChooserComponent, selector: "igx-column-chooser", inputs: { height: "height", width: "width", targetGrid: "targetGrid", title: "title", titleStyle: "titleStyle", titleColor: "titleColor", filterPlaceholderText: "filterPlaceholderText", baseTheme: "baseTheme", density: "density", backgroundColor: "backgroundColor" }, host: { classAttribute: "ig-column-chooser igx-column-chooser" }, providers: [], viewQueries: [{ propertyName: "_checkboxList", first: true, predicate: ["checkboxList"], descendants: true, read: IgxCheckboxListComponent, static: true }, { propertyName: "_chooserContainer", first: true, predicate: ["chooserContainer"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<div #chooserContainer>\n <span></span>\n <igx-checkbox-list #checkboxList></igx-checkbox-list>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchFocusBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
290
290
  return IgxColumnChooserComponent;
291
291
  }());
292
292
  export { IgxColumnChooserComponent };
@@ -285,7 +285,7 @@ var IgxColumnPinningComponent = /** @class */ /*@__PURE__*/ (function () {
285
285
  }
286
286
  };
287
287
  IgxColumnPinningComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxColumnPinningComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
288
- IgxColumnPinningComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxColumnPinningComponent, selector: "igx-column-pinning", inputs: { height: "height", width: "width", targetGrid: "targetGrid", title: "title", titleStyle: "titleStyle", titleColor: "titleColor", filterPlaceholderText: "filterPlaceholderText", baseTheme: "baseTheme", density: "density", backgroundColor: "backgroundColor" }, host: { classAttribute: "ig-column-pinning igx-column-pinning" }, providers: [], viewQueries: [{ propertyName: "_checkboxList", first: true, predicate: ["checkboxList"], descendants: true, read: IgxCheckboxListComponent, static: true }, { propertyName: "_pinningContainer", first: true, predicate: ["pinningContainer"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<div #pinningContainer>\n <span></span>\n <igx-checkbox-list #checkboxList ></igx-checkbox-list>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
288
+ IgxColumnPinningComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxColumnPinningComponent, selector: "igx-column-pinning", inputs: { height: "height", width: "width", targetGrid: "targetGrid", title: "title", titleStyle: "titleStyle", titleColor: "titleColor", filterPlaceholderText: "filterPlaceholderText", baseTheme: "baseTheme", density: "density", backgroundColor: "backgroundColor" }, host: { classAttribute: "ig-column-pinning igx-column-pinning" }, providers: [], viewQueries: [{ propertyName: "_checkboxList", first: true, predicate: ["checkboxList"], descendants: true, read: IgxCheckboxListComponent, static: true }, { propertyName: "_pinningContainer", first: true, predicate: ["pinningContainer"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<div #pinningContainer>\n <span></span>\n <igx-checkbox-list #checkboxList ></igx-checkbox-list>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchFocusBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
289
289
  return IgxColumnPinningComponent;
290
290
  }());
291
291
  export { IgxColumnPinningComponent };
@@ -44,10 +44,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
44
44
  * 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.
45
45
  */
46
46
  get: function () {
47
- return this.i.r9;
47
+ return this.i.sg;
48
48
  },
49
49
  set: function (v) {
50
- this.i.r9 = v;
50
+ this.i.sg = v;
51
51
  },
52
52
  enumerable: false,
53
53
  configurable: true
@@ -57,10 +57,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
57
57
  * Gets or sets the ComboBox data source.
58
58
  */
59
59
  get: function () {
60
- return this.i.sa;
60
+ return this.i.sh;
61
61
  },
62
62
  set: function (v) {
63
- this.i.sa = v;
63
+ this.i.sh = v;
64
64
  },
65
65
  enumerable: false,
66
66
  configurable: true
@@ -70,10 +70,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
70
70
  * Gets or sets the ComboBox text field.
71
71
  */
72
72
  get: function () {
73
- return this.i.se;
73
+ return this.i.sl;
74
74
  },
75
75
  set: function (v) {
76
- this.i.se = v;
76
+ this.i.sl = v;
77
77
  },
78
78
  enumerable: false,
79
79
  configurable: true
@@ -83,10 +83,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
83
83
  * Gets or sets the ComboBox value field.
84
84
  */
85
85
  get: function () {
86
- return this.i.sf;
86
+ return this.i.sm;
87
87
  },
88
88
  set: function (v) {
89
- this.i.sf = v;
89
+ this.i.sm = v;
90
90
  },
91
91
  enumerable: false,
92
92
  configurable: true
@@ -96,14 +96,14 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
96
96
  * Gets or sets the ComboBox value field.
97
97
  */
98
98
  get: function () {
99
- return this.i.r7;
99
+ return this.i.se;
100
100
  },
101
101
  set: function (v) {
102
102
  if (v && !Array.isArray(v) && typeof (v) == "string") {
103
103
  var re = /\s*(?:,|\s|$)\s*/gm;
104
104
  v = v.split(re);
105
105
  }
106
- this.i.r7 = v;
106
+ this.i.se = v;
107
107
  },
108
108
  enumerable: false,
109
109
  configurable: true