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

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 (173) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +5951 -5689
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +1 -1
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  14. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  15. package/esm2015/lib/CellPresenterBase.js +20 -20
  16. package/esm2015/lib/CheckboxListView_combined.js +22 -22
  17. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  18. package/esm2015/lib/ColumnFilterCondition_combined.js +4875 -4738
  19. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  20. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  21. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  22. package/esm2015/lib/ContentCellModelHelper.js +4 -4
  23. package/esm2015/lib/DataGridCellLayoutPanel.js +9 -9
  24. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  25. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  26. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  27. package/esm2015/lib/EditorCellPresenter.js +19 -19
  28. package/esm2015/lib/FilterCellPresenter.js +11 -11
  29. package/esm2015/lib/GridCellBase.js +1 -1
  30. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  31. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  32. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  33. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  34. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  35. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  37. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  38. package/esm2015/lib/GridExternalWrapper.js +6 -6
  39. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  40. package/esm2015/lib/GridStyleRepository.js +118 -113
  41. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  42. package/esm2015/lib/ImageCellPresenter.js +7 -7
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  44. package/esm2015/lib/NumericCellPresenter.js +8 -8
  45. package/esm2015/lib/PropertyEditorView_combined.js +17 -17
  46. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  47. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  48. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  49. package/esm2015/lib/TemplateHeader.js +4 -4
  50. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  51. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  53. package/esm2015/lib/TextCellPresenter.js +9 -9
  54. package/esm2015/lib/TextHeaderCellPresenter.js +38 -38
  55. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  56. package/esm2015/lib/igc-cell-info.js +76 -67
  57. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  58. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  59. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  60. package/esm2015/lib/igc-data-grid-column-component.js +281 -261
  61. package/esm2015/lib/igc-data-grid-component.js +10 -0
  62. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  63. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  64. package/esm2015/lib/igc-definition-base-component.js +12 -12
  65. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  66. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  67. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  68. package/esm2015/lib/igc-header-component.js +24 -24
  69. package/esm2015/lib/igc-image-cell-info.js +6 -6
  70. package/esm2015/lib/igc-image-column-component.js +12 -12
  71. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  72. package/esm2015/lib/igc-numeric-column-component.js +46 -35
  73. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  74. package/esm2015/lib/igc-section-header-component.js +38 -24
  75. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  76. package/esm2015/lib/igc-summary-row-component.js +24 -24
  77. package/esm2015/lib/igc-template-cell-info.js +2 -2
  78. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  79. package/esm2015/lib/igc-text-cell-info.js +2 -2
  80. package/esm2015/lib/igc-text-column-component.js +9 -9
  81. package/esm2015/lib/igc-text-header-cell-info.js +38 -38
  82. package/esm5/lib/CanvasCellPresenterBase.js +3 -3
  83. package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
  84. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  85. package/esm5/lib/CanvasGridCellBase.js +1 -1
  86. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  87. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  88. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  89. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  90. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  91. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  93. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  94. package/esm5/lib/CellPresenterBase.js +20 -20
  95. package/esm5/lib/CheckboxListView_combined.js +22 -22
  96. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  97. package/esm5/lib/ColumnFilterCondition_combined.js +4693 -4528
  98. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  99. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  100. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  101. package/esm5/lib/ContentCellModelHelper.js +4 -4
  102. package/esm5/lib/DataGridCellLayoutPanel.js +9 -9
  103. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  104. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  105. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  106. package/esm5/lib/EditorCellPresenter.js +19 -19
  107. package/esm5/lib/FilterCellPresenter.js +11 -11
  108. package/esm5/lib/GridCellBase.js +1 -1
  109. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  110. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  111. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  112. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  113. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  114. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  115. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  116. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  117. package/esm5/lib/GridExternalWrapper.js +6 -6
  118. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  119. package/esm5/lib/GridStyleRepository.js +118 -113
  120. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  121. package/esm5/lib/ImageCellPresenter.js +7 -7
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  123. package/esm5/lib/NumericCellPresenter.js +8 -8
  124. package/esm5/lib/PropertyEditorView_combined.js +17 -17
  125. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  126. package/esm5/lib/SummaryCellPresenter.js +6 -6
  127. package/esm5/lib/TemplateCellPresenter.js +2 -2
  128. package/esm5/lib/TemplateHeader.js +4 -4
  129. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  130. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  131. package/esm5/lib/TemplateSectionHeader.js +1 -1
  132. package/esm5/lib/TextCellPresenter.js +9 -9
  133. package/esm5/lib/TextHeaderCellPresenter.js +38 -38
  134. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  135. package/esm5/lib/igc-cell-info.js +80 -67
  136. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  137. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  138. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  139. package/esm5/lib/igc-data-grid-column-component.js +289 -261
  140. package/esm5/lib/igc-data-grid-component.js +14 -0
  141. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  142. package/esm5/lib/igc-date-time-column-component.js +23 -23
  143. package/esm5/lib/igc-definition-base-component.js +12 -12
  144. package/esm5/lib/igc-editor-cell-info.js +23 -23
  145. package/esm5/lib/igc-filter-cell-info.js +26 -26
  146. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  147. package/esm5/lib/igc-header-component.js +24 -24
  148. package/esm5/lib/igc-image-cell-info.js +6 -6
  149. package/esm5/lib/igc-image-column-component.js +12 -12
  150. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  151. package/esm5/lib/igc-numeric-column-component.js +50 -35
  152. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  153. package/esm5/lib/igc-section-header-component.js +46 -24
  154. package/esm5/lib/igc-summary-cell-info.js +9 -9
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-template-cell-info.js +2 -2
  157. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  158. package/esm5/lib/igc-text-cell-info.js +2 -2
  159. package/esm5/lib/igc-text-column-component.js +9 -9
  160. package/esm5/lib/igc-text-header-cell-info.js +38 -38
  161. package/fesm2015/igniteui-webcomponents-data-grids.js +6090 -5884
  162. package/fesm5/igniteui-webcomponents-data-grids.js +5951 -5689
  163. package/lib/ColumnFilterCondition_combined.d.ts +1223 -1198
  164. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  165. package/lib/TemplateHeader.d.ts +1 -1
  166. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  167. package/lib/TemplateSectionHeader.d.ts +1 -1
  168. package/lib/igc-cell-info.d.ts +5 -0
  169. package/lib/igc-data-grid-column-component.d.ts +10 -0
  170. package/lib/igc-data-grid-component.d.ts +5 -0
  171. package/lib/igc-numeric-column-component.d.ts +6 -0
  172. package/lib/igc-section-header-component.d.ts +4 -0
  173. package/package.json +4 -4
@@ -83,10 +83,10 @@ export class IgcCellInfo {
83
83
  * Gets the style key of the current cell, used for recycling.
84
84
  */
85
85
  get styleKey() {
86
- return this.i.k9;
86
+ return this.i.lb;
87
87
  }
88
88
  set styleKey(v) {
89
- this.i.k9 = v;
89
+ this.i.lb = v;
90
90
  }
91
91
  /**
92
92
  * Gets the absolute data row for the current cell.
@@ -239,10 +239,10 @@ export class IgcCellInfo {
239
239
  this.i.gf = +v;
240
240
  }
241
241
  get rowItem() {
242
- return this.i.ih;
242
+ return this.i.ii;
243
243
  }
244
244
  set rowItem(v) {
245
- this.i.ih = v;
245
+ this.i.ii = v;
246
246
  }
247
247
  /**
248
248
  * Gets the X position of the cell within the content.
@@ -266,19 +266,19 @@ export class IgcCellInfo {
266
266
  * Gets the pixel snapped X position of the cell within the content.
267
267
  */
268
268
  get snappedX() {
269
- return this.i.hf;
269
+ return this.i.hg;
270
270
  }
271
271
  set snappedX(v) {
272
- this.i.hf = +v;
272
+ this.i.hg = +v;
273
273
  }
274
274
  /**
275
275
  * Gets the snapped Y position of the cell within the content.
276
276
  */
277
277
  get snappedY() {
278
- return this.i.hh;
278
+ return this.i.hi;
279
279
  }
280
280
  set snappedY(v) {
281
- this.i.hh = +v;
281
+ this.i.hi = +v;
282
282
  }
283
283
  /**
284
284
  * Gets or sets the opacity for cells that have unsaved edits.
@@ -338,10 +338,10 @@ export class IgcCellInfo {
338
338
  * Gets the width of the cell.
339
339
  */
340
340
  get width() {
341
- return this.i.h6;
341
+ return this.i.h7;
342
342
  }
343
343
  set width(v) {
344
- this.i.h6 = +v;
344
+ this.i.h7 = +v;
345
345
  }
346
346
  /**
347
347
  * Gets if the cell is selected.
@@ -410,127 +410,136 @@ export class IgcCellInfo {
410
410
  * Gets or sets the background color of the cell.
411
411
  */
412
412
  get background() {
413
- return brushToString(this.i.ng);
413
+ return brushToString(this.i.nj);
414
414
  }
415
415
  set background(v) {
416
- this.i.ng = stringToBrush(v);
416
+ this.i.nj = stringToBrush(v);
417
417
  }
418
418
  /**
419
419
  * Gets or sets the border color of the cell.
420
420
  */
421
421
  get border() {
422
- return brushToString(this.i.nj);
422
+ return brushToString(this.i.nm);
423
423
  }
424
424
  set border(v) {
425
- this.i.nj = stringToBrush(v);
425
+ this.i.nm = stringToBrush(v);
426
426
  }
427
427
  /**
428
428
  * Gets the actual background color of the cell
429
429
  */
430
430
  get actualBackground() {
431
- return brushToString(this.i.nd);
431
+ return brushToString(this.i.ng);
432
432
  }
433
433
  set actualBackground(v) {
434
- this.i.nd = stringToBrush(v);
434
+ this.i.ng = stringToBrush(v);
435
435
  }
436
436
  /**
437
437
  * Gets the actual background color of the cell
438
438
  */
439
439
  get actualBorder() {
440
- return brushToString(this.i.ne);
440
+ return brushToString(this.i.nh);
441
441
  }
442
442
  set actualBorder(v) {
443
- this.i.ne = stringToBrush(v);
443
+ this.i.nh = stringToBrush(v);
444
444
  }
445
445
  /**
446
446
  * Gets the actual background color of the cell
447
447
  */
448
448
  get activationBorder() {
449
- return brushToString(this.i.nc);
449
+ return brushToString(this.i.nf);
450
450
  }
451
451
  set activationBorder(v) {
452
- this.i.nc = stringToBrush(v);
452
+ this.i.nf = stringToBrush(v);
453
453
  }
454
454
  /**
455
455
  * Gets or sets the error border color of the cell.
456
456
  */
457
457
  get errorBorder() {
458
- return brushToString(this.i.nl);
458
+ return brushToString(this.i.no);
459
459
  }
460
460
  set errorBorder(v) {
461
- this.i.nl = stringToBrush(v);
461
+ this.i.no = stringToBrush(v);
462
462
  }
463
463
  /**
464
464
  * Gets or sets the selected background color of the cell.
465
465
  */
466
466
  get selectedBackground() {
467
- return brushToString(this.i.ns);
467
+ return brushToString(this.i.nv);
468
468
  }
469
469
  set selectedBackground(v) {
470
- this.i.ns = stringToBrush(v);
470
+ this.i.nv = stringToBrush(v);
471
+ }
472
+ /**
473
+ * Gets or sets the selected text color of the cell.
474
+ */
475
+ get selectedTextColor() {
476
+ return brushToString(this.i.nw);
477
+ }
478
+ set selectedTextColor(v) {
479
+ this.i.nw = stringToBrush(v);
471
480
  }
472
481
  /**
473
482
  * Gets or sets the hover background color of the cell.
474
483
  */
475
484
  get hoverBackground() {
476
- return brushToString(this.i.no);
485
+ return brushToString(this.i.nr);
477
486
  }
478
487
  set hoverBackground(v) {
479
- this.i.no = stringToBrush(v);
488
+ this.i.nr = stringToBrush(v);
480
489
  }
481
490
  /**
482
491
  * Gets or sets the hover text color of the cell.
483
492
  */
484
493
  get hoverTextColor() {
485
- return brushToString(this.i.np);
494
+ return brushToString(this.i.ns);
486
495
  }
487
496
  set hoverTextColor(v) {
488
- this.i.np = stringToBrush(v);
497
+ this.i.ns = stringToBrush(v);
489
498
  }
490
499
  /**
491
500
  * Gets or sets the color for the sort indicator icon.
492
501
  */
493
502
  get sortIndicatorColor() {
494
- return brushToString(this.i.nt);
503
+ return brushToString(this.i.nx);
495
504
  }
496
505
  set sortIndicatorColor(v) {
497
- this.i.nt = stringToBrush(v);
506
+ this.i.nx = stringToBrush(v);
498
507
  }
499
508
  /**
500
509
  * Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
501
510
  */
502
511
  get stickyRowBackground() {
503
- return brushToString(this.i.nu);
512
+ return brushToString(this.i.ny);
504
513
  }
505
514
  set stickyRowBackground(v) {
506
- this.i.nu = stringToBrush(v);
515
+ this.i.ny = stringToBrush(v);
507
516
  }
508
517
  /**
509
518
  * Gets or sets the background color for the cell that has been marked as pinned.
510
519
  */
511
520
  get pinnedRowBackground() {
512
- return brushToString(this.i.nr);
521
+ return brushToString(this.i.nu);
513
522
  }
514
523
  set pinnedRowBackground(v) {
515
- this.i.nr = stringToBrush(v);
524
+ this.i.nu = stringToBrush(v);
516
525
  }
517
526
  /**
518
527
  * Gets or sets the color for the last row in the sticky row area.
519
528
  */
520
529
  get lastStickyRowBackground() {
521
- return brushToString(this.i.nq);
530
+ return brushToString(this.i.nt);
522
531
  }
523
532
  set lastStickyRowBackground(v) {
524
- this.i.nq = stringToBrush(v);
533
+ this.i.nt = stringToBrush(v);
525
534
  }
526
535
  /**
527
536
  * Gets or sets the background color for filter row.
528
537
  */
529
538
  get filterRowBackground() {
530
- return brushToString(this.i.nm);
539
+ return brushToString(this.i.np);
531
540
  }
532
541
  set filterRowBackground(v) {
533
- this.i.nm = stringToBrush(v);
542
+ this.i.np = stringToBrush(v);
534
543
  }
535
544
  /**
536
545
  * Gets or sets the color to use for displaying text.
@@ -545,55 +554,55 @@ export class IgcCellInfo {
545
554
  * Gets or sets the original value for the cell, before processing.
546
555
  */
547
556
  get originalValue() {
548
- return this.i.ig;
557
+ return this.i.ih;
549
558
  }
550
559
  set originalValue(v) {
551
- this.i.ig = v;
560
+ this.i.ih = v;
552
561
  }
553
562
  /**
554
563
  * Gets or sets the text value, if any, which was rendered by a text cell.
555
564
  */
556
565
  get renderValue() {
557
- return this.i.ky;
566
+ return this.i.kz;
558
567
  }
559
568
  set renderValue(v) {
560
- this.i.ky = v;
569
+ this.i.kz = v;
561
570
  }
562
571
  /**
563
572
  * If set, this text will be used when rendering the cell value.
564
573
  */
565
574
  get userFormattedValue() {
566
- return this.i.lu;
575
+ return this.i.lw;
567
576
  }
568
577
  set userFormattedValue(v) {
569
- this.i.lu = v;
578
+ this.i.lw = v;
570
579
  }
571
580
  /**
572
581
  * Gets or sets the color of the text for the cell, if any.
573
582
  */
574
583
  get textColor() {
575
- return brushToString(this.i.ny);
584
+ return brushToString(this.i.n2);
576
585
  }
577
586
  set textColor(v) {
578
- this.i.ny = stringToBrush(v);
587
+ this.i.n2 = stringToBrush(v);
579
588
  }
580
589
  /**
581
590
  * Gets the actual color of the text for the cell, if any.
582
591
  */
583
592
  get actualTextColor() {
584
- return brushToString(this.i.nf);
593
+ return brushToString(this.i.ni);
585
594
  }
586
595
  set actualTextColor(v) {
587
- this.i.nf = stringToBrush(v);
596
+ this.i.ni = stringToBrush(v);
588
597
  }
589
598
  /**
590
599
  * Gets or sets the text color for cells in deleted rows.
591
600
  */
592
601
  get deletedTextColor() {
593
- return brushToString(this.i.nk);
602
+ return brushToString(this.i.nn);
594
603
  }
595
604
  set deletedTextColor(v) {
596
- this.i.nk = stringToBrush(v);
605
+ this.i.nn = stringToBrush(v);
597
606
  }
598
607
  get font() {
599
608
  if (this.i.aj == null) {
@@ -621,19 +630,19 @@ export class IgcCellInfo {
621
630
  * Gets or sets the text to display in the suffix area of the cell.
622
631
  */
623
632
  get suffixText() {
624
- return this.i.ll;
633
+ return this.i.ln;
625
634
  }
626
635
  set suffixText(v) {
627
- this.i.ll = v;
636
+ this.i.ln = v;
628
637
  }
629
638
  /**
630
639
  * Gets or sets the color of the suffix text for the cell, if any.
631
640
  */
632
641
  get suffixTextColor() {
633
- return brushToString(this.i.nx);
642
+ return brushToString(this.i.n1);
634
643
  }
635
644
  set suffixTextColor(v) {
636
- this.i.nx = stringToBrush(v);
645
+ this.i.n1 = stringToBrush(v);
637
646
  }
638
647
  get suffixTextFont() {
639
648
  if (this.i.ak == null) {
@@ -650,37 +659,37 @@ export class IgcCellInfo {
650
659
  * Gets or sets the icon to display in the suffix area of the cell.
651
660
  */
652
661
  get suffixIconName() {
653
- return this.i.ld;
662
+ return this.i.lf;
654
663
  }
655
664
  set suffixIconName(v) {
656
- this.i.ld = v;
665
+ this.i.lf = v;
657
666
  }
658
667
  /**
659
668
  * Gets or sets the icon to display in the suffix area of the cell.
660
669
  */
661
670
  get suffixIconCollectionName() {
662
- return this.i.la;
671
+ return this.i.lc;
663
672
  }
664
673
  set suffixIconCollectionName(v) {
665
- this.i.la = v;
674
+ this.i.lc = v;
666
675
  }
667
676
  /**
668
677
  * Gets or sets the stroke color of the suffix icon.
669
678
  */
670
679
  get suffixIconStroke() {
671
- return brushToString(this.i.nw);
680
+ return brushToString(this.i.n0);
672
681
  }
673
682
  set suffixIconStroke(v) {
674
- this.i.nw = stringToBrush(v);
683
+ this.i.n0 = stringToBrush(v);
675
684
  }
676
685
  /**
677
686
  * Gets or sets the fill color of the suffix icon.
678
687
  */
679
688
  get suffixIconFill() {
680
- return brushToString(this.i.nv);
689
+ return brushToString(this.i.nz);
681
690
  }
682
691
  set suffixIconFill(v) {
683
- this.i.nv = stringToBrush(v);
692
+ this.i.nz = stringToBrush(v);
684
693
  }
685
694
  /**
686
695
  * Gets or sets the suffix icon's viewbox x coordinate.
@@ -1039,10 +1048,10 @@ export class IgcCellInfo {
1039
1048
  * Gets or sets the error message for the cell.
1040
1049
  */
1041
1050
  get editError() {
1042
- return this.i.jq;
1051
+ return this.i.jr;
1043
1052
  }
1044
1053
  set editError(v) {
1045
- this.i.jq = v;
1054
+ this.i.jr = v;
1046
1055
  }
1047
1056
  /**
1048
1057
  * Gets whether the cell is in edit mode.
@@ -1090,7 +1099,7 @@ export class IgcCellInfo {
1090
1099
  return (iv);
1091
1100
  }
1092
1101
  setNamedValue(valueName, value) {
1093
- this.i.mo(valueName, value);
1102
+ this.i.mq(valueName, value);
1094
1103
  }
1095
1104
  /**
1096
1105
  * Returns if there is a named value stored for the cell.
@@ -1107,7 +1116,7 @@ export class IgcCellInfo {
1107
1116
  * @param valueName * The name of the value to remove.
1108
1117
  */
1109
1118
  removeNamedValue(valueName) {
1110
- this.i.mk(valueName);
1119
+ this.i.mm(valueName);
1111
1120
  }
1112
1121
  /**
1113
1122
  * Gets a named value from the cell.
@@ -1115,7 +1124,7 @@ export class IgcCellInfo {
1115
1124
  * @param valueName * The name of the value to get.
1116
1125
  */
1117
1126
  getNamedValue(valueName) {
1118
- let iv = this.i.id(valueName);
1127
+ let iv = this.i.ie(valueName);
1119
1128
  return (iv);
1120
1129
  }
1121
1130
  }
@@ -65,25 +65,25 @@ let IgcColumnMovingSeparatorComponent = /*@__PURE__*/ (() => {
65
65
  * Gets or sets the separator width for this column.
66
66
  */
67
67
  get separatorWidth() {
68
- return this.i.g6;
68
+ return this.i.g7;
69
69
  }
70
70
  set separatorWidth(v) {
71
- this.i.g6 = +v;
72
- this._a("separatorWidth", this.i.g6);
71
+ this.i.g7 = +v;
72
+ this._a("separatorWidth", this.i.g7);
73
73
  }
74
74
  get actualOpacity() {
75
- return this.i.g3;
75
+ return this.i.g4;
76
76
  }
77
77
  set actualOpacity(v) {
78
- this.i.g3 = +v;
79
- this._a("actualOpacity", this.i.g3);
78
+ this.i.g4 = +v;
79
+ this._a("actualOpacity", this.i.g4);
80
80
  }
81
81
  get opacity() {
82
- return this.i.g4;
82
+ return this.i.g5;
83
83
  }
84
84
  set opacity(v) {
85
- this.i.g4 = +v;
86
- this._a("opacity", this.i.g4);
85
+ this.i.g5 = +v;
86
+ this._a("opacity", this.i.g5);
87
87
  }
88
88
  }
89
89
  IgcColumnMovingSeparatorComponent._observedAttributesIgcColumnMovingSeparatorComponent = null;
@@ -62,18 +62,18 @@ let IgcColumnResizingSeparatorComponent = /*@__PURE__*/ (() => {
62
62
  }
63
63
  }
64
64
  get actualOpacity() {
65
- return this.i.g3;
65
+ return this.i.g4;
66
66
  }
67
67
  set actualOpacity(v) {
68
- this.i.g3 = +v;
69
- this._a("actualOpacity", this.i.g3);
68
+ this.i.g4 = +v;
69
+ this._a("actualOpacity", this.i.g4);
70
70
  }
71
71
  get opacity() {
72
- return this.i.g4;
72
+ return this.i.g5;
73
73
  }
74
74
  set opacity(v) {
75
- this.i.g4 = +v;
76
- this._a("opacity", this.i.g4);
75
+ this.i.g5 = +v;
76
+ this._a("opacity", this.i.g5);
77
77
  }
78
78
  }
79
79
  IgcColumnResizingSeparatorComponent._observedAttributesIgcColumnResizingSeparatorComponent = null;
@@ -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.ry;
68
+ return this.i.r6;
69
69
  }
70
70
  set actualDataSource(v) {
71
- this.i.ry = v;
71
+ this.i.r6 = v;
72
72
  }
73
73
  /**
74
74
  * Gets or sets the ComboBox data source.
75
75
  */
76
76
  get dataSource() {
77
- return this.i.rz;
77
+ return this.i.r7;
78
78
  }
79
79
  set dataSource(v) {
80
- this.i.rz = v;
80
+ this.i.r7 = v;
81
81
  }
82
82
  /**
83
83
  * Gets or sets the ComboBox text field.
84
84
  */
85
85
  get textField() {
86
- return this.i.r3;
86
+ return this.i.sb;
87
87
  }
88
88
  set textField(v) {
89
- this.i.r3 = v;
89
+ this.i.sb = v;
90
90
  }
91
91
  /**
92
92
  * Gets or sets the ComboBox value field.
93
93
  */
94
94
  get valueField() {
95
- return this.i.r4;
95
+ return this.i.sc;
96
96
  }
97
97
  set valueField(v) {
98
- this.i.r4 = v;
98
+ this.i.sc = v;
99
99
  }
100
100
  /**
101
101
  * Gets or sets the ComboBox value field.
102
102
  */
103
103
  get valueMultiField() {
104
- return this.i.rw;
104
+ return this.i.r4;
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.rw = v;
111
+ this.i.r4 = v;
112
112
  }
113
113
  }
114
114
  IgcComboBoxColumnComponent._observedAttributesIgcComboBoxColumnComponent = null;