igniteui-angular-data-grids 21.0.0 → 21.0.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 (190) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +28 -0
  8. package/esm2015/lib/CheckboxListView_combined.js +730 -705
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +266 -266
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +65 -63
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +9 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +271 -433
  38. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  39. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  40. package/esm2015/lib/ImageCell.js +55 -55
  41. package/esm2015/lib/ImageCellPresenter.js +8 -8
  42. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  44. package/esm2015/lib/NumericCell.js +4 -4
  45. package/esm2015/lib/NumericCellPresenter.js +2 -2
  46. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  47. package/esm2015/lib/SectionHeaderCell.js +8 -8
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  49. package/esm2015/lib/SummaryCell.js +25 -25
  50. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  51. package/esm2015/lib/TemplateCell.js +11 -11
  52. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  53. package/esm2015/lib/TemplateHeader.js +7 -7
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  56. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  57. package/esm2015/lib/TextCell.js +22 -22
  58. package/esm2015/lib/TextCellPresenter.js +2 -2
  59. package/esm2015/lib/TextHeaderCell.js +140 -134
  60. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  61. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  62. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  63. package/esm2015/lib/igx-checkbox-list-component.js +69 -69
  64. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  65. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  66. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igx-data-grid-column-component.js +265 -139
  68. package/esm2015/lib/igx-data-grid-component.js +110 -2
  69. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
  70. package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
  71. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  72. package/esm2015/lib/igx-definition-base-component.js +89 -89
  73. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  74. package/esm2015/lib/igx-header-component.js +16 -16
  75. package/esm2015/lib/igx-image-column-component.js +10 -10
  76. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  77. package/esm2015/lib/igx-section-header-component.js +16 -16
  78. package/esm2015/lib/igx-summary-row-component.js +16 -16
  79. package/esm2015/lib/igx-text-column-component.js +8 -8
  80. package/esm2015/lib/igx-text-header-cell-info.js +65 -4
  81. package/esm2015/public_api.js +1 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  83. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  84. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  85. package/esm5/lib/CellPresenterBase.js +10 -10
  86. package/esm5/lib/CheckboxListBridge.js +28 -0
  87. package/esm5/lib/CheckboxListView_combined.js +709 -684
  88. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  89. package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
  90. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  91. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  92. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  93. package/esm5/lib/ContentCellModelHelper.js +3 -3
  94. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  95. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  96. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  97. package/esm5/lib/DraggerView.js +3 -3
  98. package/esm5/lib/EditorCell.js +256 -256
  99. package/esm5/lib/EditorCellPresenter.js +15 -15
  100. package/esm5/lib/FilterCell.js +252 -252
  101. package/esm5/lib/FilterCellPresenter.js +8 -8
  102. package/esm5/lib/GridCellBase.js +64 -62
  103. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  104. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  105. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  106. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  108. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  109. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  112. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  113. package/esm5/lib/GridExternalWrapper.js +9 -6
  114. package/esm5/lib/GridFilterDialogView_combined.js +331 -164
  115. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  116. package/esm5/lib/GridStyleRepository.js +275 -585
  117. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  118. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  119. package/esm5/lib/ImageCell.js +54 -54
  120. package/esm5/lib/ImageCellPresenter.js +8 -8
  121. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  123. package/esm5/lib/NumericCell.js +4 -4
  124. package/esm5/lib/NumericCellPresenter.js +2 -2
  125. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  126. package/esm5/lib/SectionHeaderCell.js +8 -8
  127. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  128. package/esm5/lib/SummaryCell.js +26 -26
  129. package/esm5/lib/SummaryCellPresenter.js +5 -5
  130. package/esm5/lib/TemplateCell.js +11 -11
  131. package/esm5/lib/TemplateCellPresenter.js +2 -2
  132. package/esm5/lib/TemplateHeader.js +7 -7
  133. package/esm5/lib/TemplateHeaderCell.js +5 -5
  134. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  135. package/esm5/lib/TemplateSectionHeader.js +2 -2
  136. package/esm5/lib/TextCell.js +22 -22
  137. package/esm5/lib/TextCellPresenter.js +2 -2
  138. package/esm5/lib/TextHeaderCell.js +138 -132
  139. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  140. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  141. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  142. package/esm5/lib/igx-checkbox-list-component.js +69 -69
  143. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  144. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  145. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  146. package/esm5/lib/igx-data-grid-column-component.js +313 -139
  147. package/esm5/lib/igx-data-grid-component.js +151 -3
  148. package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
  149. package/esm5/lib/igx-data-grid-pager-component.js +40 -10
  150. package/esm5/lib/igx-date-time-column-component.js +20 -20
  151. package/esm5/lib/igx-definition-base-component.js +89 -89
  152. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  153. package/esm5/lib/igx-header-component.js +16 -16
  154. package/esm5/lib/igx-image-column-component.js +10 -10
  155. package/esm5/lib/igx-numeric-column-component.js +30 -30
  156. package/esm5/lib/igx-section-header-component.js +16 -16
  157. package/esm5/lib/igx-summary-row-component.js +16 -16
  158. package/esm5/lib/igx-text-column-component.js +8 -8
  159. package/esm5/lib/igx-text-header-cell-info.js +93 -4
  160. package/esm5/public_api.js +1 -0
  161. package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
  162. package/fesm5/igniteui-angular-data-grids.js +9373 -8080
  163. package/lib/CheckboxListBridge.d.ts +1 -0
  164. package/lib/CheckboxListExternal.d.ts +6 -0
  165. package/lib/CheckboxListView_combined.d.ts +153 -148
  166. package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
  167. package/lib/EditorCell.d.ts +51 -51
  168. package/lib/FilterCell.d.ts +53 -53
  169. package/lib/GridCellBase.d.ts +21 -19
  170. package/lib/GridExternalWrapper.d.ts +1 -0
  171. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  172. package/lib/GridStyleRepository.d.ts +23 -84
  173. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  174. package/lib/ImageCell.d.ts +14 -14
  175. package/lib/SectionHeaderCell.d.ts +2 -2
  176. package/lib/SummaryCell.d.ts +4 -4
  177. package/lib/TemplateCell.d.ts +3 -3
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateHeaderCell.d.ts +2 -2
  180. package/lib/TemplateSectionHeader.d.ts +2 -2
  181. package/lib/TextCell.d.ts +4 -4
  182. package/lib/TextHeaderCell.d.ts +26 -24
  183. package/lib/VerticalSeparatorCell.d.ts +4 -4
  184. package/lib/igx-data-grid-column-component.d.ts +55 -1
  185. package/lib/igx-data-grid-component.d.ts +51 -2
  186. package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
  187. package/lib/igx-data-grid-pager-component.d.ts +11 -1
  188. package/lib/igx-text-header-cell-info.d.ts +34 -0
  189. package/package.json +4 -4
  190. package/public_api.d.ts +1 -0
@@ -210,7 +210,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
210
210
  }
211
211
  a6() {
212
212
  let a = this.column;
213
- this.b3 = a != null ? a.io : 0;
213
+ this.b3 = a != null ? a.is : 0;
214
214
  super.a6();
215
215
  }
216
216
  a7(a, b) {
@@ -221,7 +221,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
221
221
  }
222
222
  switch (b.propertyName) {
223
223
  case "Pinned":
224
- this.b3 = c != null ? c.io : 0;
224
+ this.b3 = c != null ? c.is : 0;
225
225
  this.b2.m();
226
226
  break;
227
227
  }
@@ -238,7 +238,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
238
238
  get b4() {
239
239
  let a = this.column;
240
240
  if (null != a) {
241
- return a.io;
241
+ return a.is;
242
242
  }
243
243
  return this.b3;
244
244
  }
@@ -248,7 +248,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
248
248
  let c = this.column;
249
249
  if (null != b && null != c) {
250
250
  b.pinColumn(c, this.b3);
251
- c.n0("Pinned");
251
+ c.ol("Pinned");
252
252
  }
253
253
  }
254
254
  get b2() {
@@ -249,7 +249,7 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
249
249
  let d = GridColumnOptionsUtilities.a(c.c);
250
250
  return d;
251
251
  }
252
- return a.hs;
252
+ return a.hu;
253
253
  }
254
254
  return 0;
255
255
  }
@@ -268,7 +268,7 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
268
268
  }
269
269
  return;
270
270
  }
271
- b.hs = a;
271
+ b.hu = a;
272
272
  }
273
273
  }
274
274
  }
@@ -62,7 +62,7 @@ export let GridColumnSummaryOptionsView = /*@__PURE__*/ (() => {
62
62
  this.n.bh(this.n.bz);
63
63
  if (this.o != null) {
64
64
  this.o.setStyleProperty("margin", "0 -8px");
65
- switch (this.n.bz.q) {
65
+ switch (this.n.bz.r) {
66
66
  case 2:
67
67
  this.p.setStyleProperty("margin", "0 -.25rem");
68
68
  break;
@@ -119,8 +119,8 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
119
119
  this.b2 = 0;
120
120
  this.b1 = 0;
121
121
  this.b6 = 0;
122
- this.ct = BrushUtil.j(255, 24, 29, 31);
123
- this.cs = BrushUtil.j(255, 248, 248, 248);
122
+ this.ct = BrushUtil.l(255, 24, 29, 31);
123
+ this.cs = BrushUtil.l(255, 248, 248, 248);
124
124
  }
125
125
  f() {
126
126
  return new GridColumnSummaryOptionsView();
@@ -129,7 +129,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
129
129
  if (this.c == null || this.column == null) {
130
130
  return false;
131
131
  }
132
- return this.column.ji && this.c.summaryScope != 3;
132
+ return this.column.jp && this.c.summaryScope != 3;
133
133
  }
134
134
  be(a, b, c) {
135
135
  super.be(a, b, c);
@@ -159,7 +159,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
159
159
  if (this.bw != null) {
160
160
  let a = this.bw.a();
161
161
  for (let b = 0; b < a.length; b++) {
162
- let c = new ColumnSummaryDescription(1, this.column.l7);
162
+ let c = new ColumnSummaryDescription(1, this.column.mr);
163
163
  switch (a[b]) {
164
164
  case "avg":
165
165
  c.i = 3;
@@ -179,7 +179,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
179
179
  }
180
180
  for (let d = 0; d < this.c.summaryDescriptions.j.count; d++) {
181
181
  let e = this.c.summaryDescriptions.j.item(d);
182
- if (e.ah == this.column.l7 && e.i == c.i) {
182
+ if (e.ah == this.column.mr && e.i == c.i) {
183
183
  this.c.summaryDescriptions.j.removeAt(d);
184
184
  d--;
185
185
  }
@@ -187,7 +187,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
187
187
  }
188
188
  let f = this.bw.b();
189
189
  for (let g = 0; g < f.length; g++) {
190
- let h = new ColumnSummaryDescription(1, this.column.l7);
190
+ let h = new ColumnSummaryDescription(1, this.column.mr);
191
191
  switch (f[g]) {
192
192
  case "avg":
193
193
  h.i = 3;
@@ -208,14 +208,14 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
208
208
  let i = false;
209
209
  for (let j = 0; j < this.c.summaryDescriptions.j.count; j++) {
210
210
  let k = this.c.summaryDescriptions.j.item(j);
211
- if (k.ah == this.column.l7 && k.i == h.i) {
211
+ if (k.ah == this.column.mr && k.i == h.i) {
212
212
  i = true;
213
213
  break;
214
214
  }
215
215
  }
216
216
  if (!i) {
217
217
  this.c.summaryDescriptions.j.add(h);
218
- this.column.n0("Summed");
218
+ this.column.ol("Summed");
219
219
  }
220
220
  }
221
221
  }
@@ -234,7 +234,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
234
234
  this.b7 = 0;
235
235
  for (let a = 0; a < this.c.summaryDescriptions.j.count; a++) {
236
236
  let b = this.c.summaryDescriptions.j.item(a);
237
- if (b.ah == this.column.l7) {
237
+ if (b.ah == this.column.mr) {
238
238
  switch (b.i) {
239
239
  case 3:
240
240
  this.bw.a4("avg", true);
@@ -387,9 +387,9 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
387
387
  }
388
388
  cp() {
389
389
  if (this.by != null) {
390
- this.by.ds = 0;
391
- this.by.a2 = false;
392
- this.by.rg = this.br;
390
+ this.by.dt = 0;
391
+ this.by.a3 = false;
392
+ this.by.rl = this.br;
393
393
  this.bh(this.by);
394
394
  }
395
395
  }
@@ -35,7 +35,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
35
35
  let column_ = TypeRegistrar.create("IgxTextColumnComponent");
36
36
  let b = (column_._implementation);
37
37
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
38
- b.l7 = a;
38
+ b.mr = a;
39
39
  return b;
40
40
  }
41
41
  return null;
@@ -45,7 +45,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
45
45
  let column_ = TypeRegistrar.create("IgxNumericColumnComponent");
46
46
  let b = (column_._implementation);
47
47
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
48
- b.l7 = a;
48
+ b.mr = a;
49
49
  return b;
50
50
  }
51
51
  return null;
@@ -55,7 +55,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
55
55
  let column_ = TypeRegistrar.create("IgxDateTimeColumnComponent");
56
56
  let b = (column_._implementation);
57
57
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
58
- b.l7 = a;
58
+ b.mr = a;
59
59
  return b;
60
60
  }
61
61
  return null;
@@ -65,7 +65,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
65
65
  let column_ = TypeRegistrar.create("IgxImageColumnComponent");
66
66
  let b = (column_._implementation);
67
67
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
68
- b.l7 = a;
68
+ b.mr = a;
69
69
  return b;
70
70
  }
71
71
  return null;
@@ -75,7 +75,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
75
75
  let column_ = TypeRegistrar.create("IgxTemplateColumnComponent");
76
76
  let b = (column_._implementation);
77
77
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
78
- b.l7 = a;
78
+ b.mr = a;
79
79
  return b;
80
80
  }
81
81
  return null;
@@ -85,7 +85,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
85
85
  let column_ = TypeRegistrar.create("IgxComboBoxColumnComponent");
86
86
  let b = (column_._implementation);
87
87
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
88
- b.l7 = a;
88
+ b.mr = a;
89
89
  return b;
90
90
  }
91
91
  return null;
@@ -127,6 +127,9 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
127
127
  let botRightRadius_ = i;
128
128
  grid_._setBorder(color_, borderLeft_, borderTop_, borderRight_, borderBottom_, topLeftRadius_, topRightRadius_, botLeftRadius_, botRightRadius_);
129
129
  }
130
+ setBackground(a) {
131
+ this.renderer.rootWrapper.setStyleProperty("background-color", a._fill);
132
+ }
130
133
  setScrollerVerticalTrackInset(a) {
131
134
  this.a._setScrollerVerticalTrackInset(a);
132
135
  }