igniteui-webcomponents-data-grids 7.0.0 → 7.0.1-beta.0

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-webcomponents-data-grids.umd.js +9505 -8241
  2. package/bundles/igniteui-webcomponents-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 +267 -267
  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/igc-checkbox-list-component.js +89 -89
  64. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  65. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  66. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igc-data-grid-column-component.js +307 -193
  68. package/esm2015/lib/igc-data-grid-component.js +99 -1
  69. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
  70. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  71. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  72. package/esm2015/lib/igc-definition-base-component.js +129 -129
  73. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  74. package/esm2015/lib/igc-header-component.js +24 -24
  75. package/esm2015/lib/igc-image-column-component.js +12 -12
  76. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  77. package/esm2015/lib/igc-section-header-component.js +24 -24
  78. package/esm2015/lib/igc-summary-row-component.js +24 -24
  79. package/esm2015/lib/igc-text-column-component.js +9 -9
  80. package/esm2015/lib/igc-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/igc-checkbox-list-component.js +89 -89
  143. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  144. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  145. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  146. package/esm5/lib/igc-data-grid-column-component.js +355 -193
  147. package/esm5/lib/igc-data-grid-component.js +140 -2
  148. package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
  149. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  150. package/esm5/lib/igc-date-time-column-component.js +23 -23
  151. package/esm5/lib/igc-definition-base-component.js +129 -129
  152. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  153. package/esm5/lib/igc-header-component.js +24 -24
  154. package/esm5/lib/igc-image-column-component.js +12 -12
  155. package/esm5/lib/igc-numeric-column-component.js +35 -35
  156. package/esm5/lib/igc-section-header-component.js +24 -24
  157. package/esm5/lib/igc-summary-row-component.js +24 -24
  158. package/esm5/lib/igc-text-column-component.js +9 -9
  159. package/esm5/lib/igc-text-header-cell-info.js +93 -4
  160. package/esm5/public_api.js +1 -0
  161. package/fesm2015/igniteui-webcomponents-data-grids.js +9402 -8300
  162. package/fesm5/igniteui-webcomponents-data-grids.js +9507 -8244
  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/igc-data-grid-column-component.d.ts +54 -0
  185. package/lib/igc-data-grid-component.d.ts +49 -1
  186. package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
  187. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  188. package/lib/igc-text-header-cell-info.d.ts +33 -0
  189. package/package.json +4 -4
  190. package/public_api.d.ts +1 -0
@@ -205,7 +205,7 @@ let GridColumnPinOptions = /*@__PURE__*/ (() => {
205
205
  }
206
206
  a6() {
207
207
  let a = this.column;
208
- this.b3 = a != null ? a.io : 0;
208
+ this.b3 = a != null ? a.is : 0;
209
209
  super.a6();
210
210
  }
211
211
  a7(a, b) {
@@ -216,7 +216,7 @@ let GridColumnPinOptions = /*@__PURE__*/ (() => {
216
216
  }
217
217
  switch (b.propertyName) {
218
218
  case "Pinned":
219
- this.b3 = c != null ? c.io : 0;
219
+ this.b3 = c != null ? c.is : 0;
220
220
  this.b2.m();
221
221
  break;
222
222
  }
@@ -233,7 +233,7 @@ let GridColumnPinOptions = /*@__PURE__*/ (() => {
233
233
  get b4() {
234
234
  let a = this.column;
235
235
  if (null != a) {
236
- return a.io;
236
+ return a.is;
237
237
  }
238
238
  return this.b3;
239
239
  }
@@ -243,7 +243,7 @@ let GridColumnPinOptions = /*@__PURE__*/ (() => {
243
243
  let c = this.column;
244
244
  if (null != b && null != c) {
245
245
  b.pinColumn(c, this.b3);
246
- c.n0("Pinned");
246
+ c.ol("Pinned");
247
247
  }
248
248
  }
249
249
  get b2() {
@@ -244,7 +244,7 @@ let GridColumnSortOptions = /*@__PURE__*/ (() => {
244
244
  let d = GridColumnOptionsUtilities.a(c.c);
245
245
  return d;
246
246
  }
247
- return a.hs;
247
+ return a.hu;
248
248
  }
249
249
  return 0;
250
250
  }
@@ -263,7 +263,7 @@ let GridColumnSortOptions = /*@__PURE__*/ (() => {
263
263
  }
264
264
  return;
265
265
  }
266
- b.hs = a;
266
+ b.hu = a;
267
267
  }
268
268
  }
269
269
  }
@@ -59,7 +59,7 @@ let GridColumnSummaryOptionsView = /*@__PURE__*/ (() => {
59
59
  this.n.bh(this.n.bz);
60
60
  if (this.o != null) {
61
61
  this.o.setStyleProperty("margin", "0 -8px");
62
- switch (this.n.bz.q) {
62
+ switch (this.n.bz.r) {
63
63
  case 2:
64
64
  this.p.setStyleProperty("margin", "0 -.25rem");
65
65
  break;
@@ -114,8 +114,8 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
114
114
  this.b2 = 0;
115
115
  this.b1 = 0;
116
116
  this.b6 = 0;
117
- this.ct = BrushUtil.j(255, 24, 29, 31);
118
- this.cs = BrushUtil.j(255, 248, 248, 248);
117
+ this.ct = BrushUtil.l(255, 24, 29, 31);
118
+ this.cs = BrushUtil.l(255, 248, 248, 248);
119
119
  }
120
120
  f() {
121
121
  return new GridColumnSummaryOptionsView();
@@ -124,7 +124,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
124
124
  if (this.c == null || this.column == null) {
125
125
  return false;
126
126
  }
127
- return this.column.ji && this.c.summaryScope != 3;
127
+ return this.column.jp && this.c.summaryScope != 3;
128
128
  }
129
129
  be(a, b, c) {
130
130
  super.be(a, b, c);
@@ -154,7 +154,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
154
154
  if (this.bw != null) {
155
155
  let a = this.bw.a();
156
156
  for (let b = 0; b < a.length; b++) {
157
- let c = new ColumnSummaryDescription(1, this.column.l7);
157
+ let c = new ColumnSummaryDescription(1, this.column.mr);
158
158
  switch (a[b]) {
159
159
  case "avg":
160
160
  c.i = 3;
@@ -174,7 +174,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
174
174
  }
175
175
  for (let d = 0; d < this.c.summaryDescriptions.j.count; d++) {
176
176
  let e = this.c.summaryDescriptions.j.item(d);
177
- if (e.ah == this.column.l7 && e.i == c.i) {
177
+ if (e.ah == this.column.mr && e.i == c.i) {
178
178
  this.c.summaryDescriptions.j.removeAt(d);
179
179
  d--;
180
180
  }
@@ -182,7 +182,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
182
182
  }
183
183
  let f = this.bw.b();
184
184
  for (let g = 0; g < f.length; g++) {
185
- let h = new ColumnSummaryDescription(1, this.column.l7);
185
+ let h = new ColumnSummaryDescription(1, this.column.mr);
186
186
  switch (f[g]) {
187
187
  case "avg":
188
188
  h.i = 3;
@@ -203,14 +203,14 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
203
203
  let i = false;
204
204
  for (let j = 0; j < this.c.summaryDescriptions.j.count; j++) {
205
205
  let k = this.c.summaryDescriptions.j.item(j);
206
- if (k.ah == this.column.l7 && k.i == h.i) {
206
+ if (k.ah == this.column.mr && k.i == h.i) {
207
207
  i = true;
208
208
  break;
209
209
  }
210
210
  }
211
211
  if (!i) {
212
212
  this.c.summaryDescriptions.j.add(h);
213
- this.column.n0("Summed");
213
+ this.column.ol("Summed");
214
214
  }
215
215
  }
216
216
  }
@@ -229,7 +229,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
229
229
  this.b7 = 0;
230
230
  for (let a = 0; a < this.c.summaryDescriptions.j.count; a++) {
231
231
  let b = this.c.summaryDescriptions.j.item(a);
232
- if (b.ah == this.column.l7) {
232
+ if (b.ah == this.column.mr) {
233
233
  switch (b.i) {
234
234
  case 3:
235
235
  this.bw.a4("avg", true);
@@ -382,9 +382,9 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
382
382
  }
383
383
  cp() {
384
384
  if (this.by != null) {
385
- this.by.ds = 0;
386
- this.by.a2 = false;
387
- this.by.rg = this.br;
385
+ this.by.dt = 0;
386
+ this.by.a3 = false;
387
+ this.by.rl = this.br;
388
388
  this.bh(this.by);
389
389
  }
390
390
  }
@@ -32,7 +32,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
32
32
  let column_ = TypeRegistrar.create("IgxTextColumnComponent");
33
33
  let b = (column_._implementation);
34
34
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
35
- b.l7 = a;
35
+ b.mr = a;
36
36
  return b;
37
37
  }
38
38
  return null;
@@ -42,7 +42,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
42
42
  let column_ = TypeRegistrar.create("IgxNumericColumnComponent");
43
43
  let b = (column_._implementation);
44
44
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
45
- b.l7 = a;
45
+ b.mr = a;
46
46
  return b;
47
47
  }
48
48
  return null;
@@ -52,7 +52,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
52
52
  let column_ = TypeRegistrar.create("IgxDateTimeColumnComponent");
53
53
  let b = (column_._implementation);
54
54
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
55
- b.l7 = a;
55
+ b.mr = a;
56
56
  return b;
57
57
  }
58
58
  return null;
@@ -62,7 +62,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
62
62
  let column_ = TypeRegistrar.create("IgxImageColumnComponent");
63
63
  let b = (column_._implementation);
64
64
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
65
- b.l7 = a;
65
+ b.mr = a;
66
66
  return b;
67
67
  }
68
68
  return null;
@@ -72,7 +72,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
72
72
  let column_ = TypeRegistrar.create("IgxTemplateColumnComponent");
73
73
  let b = (column_._implementation);
74
74
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
75
- b.l7 = a;
75
+ b.mr = a;
76
76
  return b;
77
77
  }
78
78
  return null;
@@ -82,7 +82,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
82
82
  let column_ = TypeRegistrar.create("IgxComboBoxColumnComponent");
83
83
  let b = (column_._implementation);
84
84
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
85
- b.l7 = a;
85
+ b.mr = a;
86
86
  return b;
87
87
  }
88
88
  return null;
@@ -124,6 +124,9 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
124
124
  let botRightRadius_ = i;
125
125
  grid_._setBorder(color_, borderLeft_, borderTop_, borderRight_, borderBottom_, topLeftRadius_, topRightRadius_, botLeftRadius_, botRightRadius_);
126
126
  }
127
+ setBackground(a) {
128
+ this.renderer.rootWrapper.setStyleProperty("background-color", a._fill);
129
+ }
127
130
  setScrollerVerticalTrackInset(a) {
128
131
  this.a._setScrollerVerticalTrackInset(a);
129
132
  }