igniteui-angular-data-grids 21.1.0-beta.0 → 21.1.0-beta.1

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
@@ -40,37 +40,37 @@ export let IgxTextColumnComponent = /*@__PURE__*/ (() => {
40
40
  * Gets or sets the editor type used for editing cells in this column.
41
41
  */
42
42
  get editorType() {
43
- return this.i.r7;
43
+ return this.i.se;
44
44
  }
45
45
  set editorType(v) {
46
- this.i.r7 = ensureEnum(EditorType_$type, v);
46
+ this.i.se = ensureEnum(EditorType_$type, v);
47
47
  }
48
48
  /**
49
49
  * Gets or sets the ComboBox data source.
50
50
  */
51
51
  get editorDataSource() {
52
- return this.i.r8;
52
+ return this.i.sf;
53
53
  }
54
54
  set editorDataSource(v) {
55
- this.i.r8 = v;
55
+ this.i.sf = v;
56
56
  }
57
57
  /**
58
58
  * Gets or sets the ComboBox text field.
59
59
  */
60
60
  get editorTextField() {
61
- return this.i.sa;
61
+ return this.i.sh;
62
62
  }
63
63
  set editorTextField(v) {
64
- this.i.sa = v;
64
+ this.i.sh = v;
65
65
  }
66
66
  /**
67
67
  * Gets or sets the ComboBox value field.
68
68
  */
69
69
  get editorValueField() {
70
- return this.i.sb;
70
+ return this.i.si;
71
71
  }
72
72
  set editorValueField(v) {
73
- this.i.sb = v;
73
+ this.i.si = v;
74
74
  }
75
75
  }
76
76
  IgxTextColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTextColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -50,10 +50,10 @@ export class IgxTextHeaderCellInfo extends IgxTextCellInfo {
50
50
  * Gets or sets the color for the column options icon in the header.
51
51
  */
52
52
  get columnOptionsIconColor() {
53
- return brushToString(this.i.p9);
53
+ return brushToString(this.i.qc);
54
54
  }
55
55
  set columnOptionsIconColor(v) {
56
- this.i.p9 = stringToBrush(v);
56
+ this.i.qc = stringToBrush(v);
57
57
  }
58
58
  /**
59
59
  * Gets or sets how the column option icon will behave in the header.
@@ -77,19 +77,19 @@ export class IgxTextHeaderCellInfo extends IgxTextCellInfo {
77
77
  * Gets or sets the column options dropdown background color.
78
78
  */
79
79
  get columnOptionsBackground() {
80
- return brushToString(this.i.p4);
80
+ return brushToString(this.i.p7);
81
81
  }
82
82
  set columnOptionsBackground(v) {
83
- this.i.p4 = stringToBrush(v);
83
+ this.i.p7 = stringToBrush(v);
84
84
  }
85
85
  /**
86
86
  * Gets or sets the text color for text inside the column options menu.
87
87
  */
88
88
  get columnOptionsTextColor() {
89
- return brushToString(this.i.qb);
89
+ return brushToString(this.i.qe);
90
90
  }
91
91
  set columnOptionsTextColor(v) {
92
- this.i.qb = stringToBrush(v);
92
+ this.i.qe = stringToBrush(v);
93
93
  }
94
94
  /**
95
95
  * Gets or sets the font settings for text inside the column options menu.
@@ -106,49 +106,55 @@ export class IgxTextHeaderCellInfo extends IgxTextCellInfo {
106
106
  this.i.oo = fi;
107
107
  }
108
108
  get columnOptionsHoverBackgroundColor() {
109
- return brushToString(this.i.p8);
109
+ return brushToString(this.i.qb);
110
110
  }
111
111
  set columnOptionsHoverBackgroundColor(v) {
112
- this.i.p8 = stringToBrush(v);
112
+ this.i.qb = stringToBrush(v);
113
113
  }
114
114
  get columnOptionsToolTipBackgroundColor() {
115
- return brushToString(this.i.qc);
115
+ return brushToString(this.i.qf);
116
116
  }
117
117
  set columnOptionsToolTipBackgroundColor(v) {
118
- this.i.qc = stringToBrush(v);
118
+ this.i.qf = stringToBrush(v);
119
+ }
120
+ get columnOptionsToolTipTextColor() {
121
+ return brushToString(this.i.qg);
122
+ }
123
+ set columnOptionsToolTipTextColor(v) {
124
+ this.i.qg = stringToBrush(v);
119
125
  }
120
126
  get columnOptionsHighlightColor() {
121
- return brushToString(this.i.p7);
127
+ return brushToString(this.i.qa);
122
128
  }
123
129
  set columnOptionsHighlightColor(v) {
124
- this.i.p7 = stringToBrush(v);
130
+ this.i.qa = stringToBrush(v);
125
131
  }
126
132
  /**
127
133
  * Gets or sets the color of separators inside the column options menu.
128
134
  */
129
135
  get columnOptionsSeparatorColor() {
130
- return brushToString(this.i.qa);
136
+ return brushToString(this.i.qd);
131
137
  }
132
138
  set columnOptionsSeparatorColor(v) {
133
- this.i.qa = stringToBrush(v);
139
+ this.i.qd = stringToBrush(v);
134
140
  }
135
141
  /**
136
142
  * Gets or sets the background color for group headers inside the column options menu.
137
143
  */
138
144
  get columnOptionsGroupHeaderBackground() {
139
- return brushToString(this.i.p5);
145
+ return brushToString(this.i.p8);
140
146
  }
141
147
  set columnOptionsGroupHeaderBackground(v) {
142
- this.i.p5 = stringToBrush(v);
148
+ this.i.p8 = stringToBrush(v);
143
149
  }
144
150
  /**
145
151
  * Gets or sets the text color for group headers inside the column options menu.
146
152
  */
147
153
  get columnOptionsGroupHeaderTextColor() {
148
- return brushToString(this.i.p6);
154
+ return brushToString(this.i.p9);
149
155
  }
150
156
  set columnOptionsGroupHeaderTextColor(v) {
151
- this.i.p6 = stringToBrush(v);
157
+ this.i.p9 = stringToBrush(v);
152
158
  }
153
159
  get columnOptionsGroupHeaderTextStyle() {
154
160
  if (this.i.on == null) {
@@ -162,10 +168,10 @@ export class IgxTextHeaderCellInfo extends IgxTextCellInfo {
162
168
  this.i.on = fi;
163
169
  }
164
170
  get columnOptionsAccentColor() {
165
- return brushToString(this.i.p3);
171
+ return brushToString(this.i.p6);
166
172
  }
167
173
  set columnOptionsAccentColor(v) {
168
- this.i.p3 = stringToBrush(v);
174
+ this.i.p6 = stringToBrush(v);
169
175
  }
170
176
  get columnOptionsRowHeight() {
171
177
  return this.i.o2;
@@ -36,7 +36,7 @@ var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
36
36
  this.d.db.opacity = e;
37
37
  }
38
38
  this.d.dc();
39
- c.r8(a, this.d);
39
+ c.sf(a, this.d);
40
40
  };
41
41
  CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
42
42
  return CanvasTemplateCellPresenter;
@@ -38,7 +38,7 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
38
38
  if (a.a5) {
39
39
  this.a.cy(a.nk, a.en, a.es, a.eq, a.el);
40
40
  if (a.bc(CellModel.ej)) {
41
- if (!a.bj && a.p.i8 && a.bg && a.co == 1) {
41
+ if (!a.bj && a.p.i9 && a.bg && a.co == 1) {
42
42
  this.a.ca();
43
43
  }
44
44
  }
@@ -216,6 +216,12 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
216
216
  case 83:
217
217
  d.searchTextColor = c;
218
218
  break;
219
+ case 126:
220
+ d.searchBorderColor = c;
221
+ break;
222
+ case 127:
223
+ d.searchFocusBorderColor = c;
224
+ break;
219
225
  case 118:
220
226
  d.selectAllCaptionTextColor = c;
221
227
  break;
@@ -267,6 +273,8 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
267
273
  case 24: return c.rowHoverBackgroundColor;
268
274
  case 82: return c.searchIconColor;
269
275
  case 83: return c.searchTextColor;
276
+ case 126: return c.searchBorderColor;
277
+ case 127: return c.searchFocusBorderColor;
270
278
  case 118: return c.selectAllCaptionTextColor;
271
279
  case 100: return enumGetBox(CheckboxListExternalIndexType_$type, c.indexType);
272
280
  case 114: return c.checkboxAlignedRight;