igniteui-webcomponents-data-grids 7.1.0-alpha.3 → 7.1.0-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 (185) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +6134 -5858
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  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 +6 -6
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  13. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  14. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  15. package/esm2015/lib/CellPresenterBase.js +37 -34
  16. package/esm2015/lib/CheckboxListView_combined.js +23 -23
  17. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  18. package/esm2015/lib/ColumnFilterCondition_combined.js +4143 -3997
  19. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  20. package/esm2015/lib/ColumnPinningView_combined.js +5 -5
  21. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  22. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  23. package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
  24. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  25. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  26. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  27. package/esm2015/lib/EditorCell.js +292 -292
  28. package/esm2015/lib/EditorCellPresenter.js +26 -26
  29. package/esm2015/lib/FilterCell.js +269 -269
  30. package/esm2015/lib/FilterCellPresenter.js +15 -15
  31. package/esm2015/lib/GridCellBase.js +167 -150
  32. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +4 -4
  33. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  34. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  35. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  36. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  37. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  38. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridExternalWrapper.js +6 -6
  40. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  41. package/esm2015/lib/ImageCell.js +57 -57
  42. package/esm2015/lib/ImageCellPresenter.js +15 -15
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  44. package/esm2015/lib/NumericCell.js +8 -8
  45. package/esm2015/lib/NumericCellPresenter.js +9 -9
  46. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  47. package/esm2015/lib/SectionHeaderCell.js +20 -20
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  49. package/esm2015/lib/SummaryCell.js +45 -45
  50. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  51. package/esm2015/lib/TemplateCell.js +15 -15
  52. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  53. package/esm2015/lib/TemplateHeader.js +2 -2
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  56. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  57. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  58. package/esm2015/lib/TextCell.js +29 -29
  59. package/esm2015/lib/TextCellPresenter.js +10 -10
  60. package/esm2015/lib/TextHeaderCell.js +184 -184
  61. package/esm2015/lib/TextHeaderCellPresenter.js +52 -52
  62. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  63. package/esm2015/lib/igc-cell-info.js +90 -81
  64. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  65. package/esm2015/lib/igc-data-grid-column-component.js +224 -214
  66. package/esm2015/lib/igc-data-grid-component.js +10 -0
  67. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  68. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  69. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  70. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  71. package/esm2015/lib/igc-image-cell-info.js +6 -6
  72. package/esm2015/lib/igc-image-column-component.js +12 -12
  73. package/esm2015/lib/igc-numeric-cell-info.js +35 -26
  74. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  75. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  76. package/esm2015/lib/igc-section-header-component.js +32 -12
  77. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  78. package/esm2015/lib/igc-template-cell-info.js +2 -2
  79. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  80. package/esm2015/lib/igc-text-cell-info.js +2 -2
  81. package/esm2015/lib/igc-text-column-component.js +9 -9
  82. package/esm2015/lib/igc-text-header-cell-info.js +38 -38
  83. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  84. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  85. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  86. package/esm5/lib/CanvasGridCellBase.js +2 -2
  87. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  88. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  89. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  90. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  91. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  93. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  94. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  95. package/esm5/lib/CellPresenterBase.js +37 -34
  96. package/esm5/lib/CheckboxListView_combined.js +23 -23
  97. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  98. package/esm5/lib/ColumnFilterCondition_combined.js +3989 -3819
  99. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  100. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  101. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  102. package/esm5/lib/ContentCellModelHelper.js +10 -10
  103. package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
  104. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  105. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  106. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  107. package/esm5/lib/EditorCell.js +277 -277
  108. package/esm5/lib/EditorCellPresenter.js +26 -26
  109. package/esm5/lib/FilterCell.js +259 -259
  110. package/esm5/lib/FilterCellPresenter.js +15 -15
  111. package/esm5/lib/GridCellBase.js +164 -143
  112. package/esm5/lib/GridColumnFilterOptionsView_combined.js +4 -4
  113. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  114. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  115. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  116. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  117. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  118. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  119. package/esm5/lib/GridExternalWrapper.js +6 -6
  120. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  121. package/esm5/lib/ImageCell.js +57 -57
  122. package/esm5/lib/ImageCellPresenter.js +15 -15
  123. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  124. package/esm5/lib/NumericCell.js +8 -8
  125. package/esm5/lib/NumericCellPresenter.js +9 -9
  126. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  127. package/esm5/lib/SectionHeaderCell.js +20 -20
  128. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  129. package/esm5/lib/SummaryCell.js +45 -45
  130. package/esm5/lib/SummaryCellPresenter.js +10 -10
  131. package/esm5/lib/TemplateCell.js +15 -15
  132. package/esm5/lib/TemplateCellPresenter.js +3 -3
  133. package/esm5/lib/TemplateHeader.js +2 -2
  134. package/esm5/lib/TemplateHeaderCell.js +5 -5
  135. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  136. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  137. package/esm5/lib/TemplateSectionHeader.js +1 -1
  138. package/esm5/lib/TextCell.js +29 -29
  139. package/esm5/lib/TextCellPresenter.js +10 -10
  140. package/esm5/lib/TextHeaderCell.js +182 -182
  141. package/esm5/lib/TextHeaderCellPresenter.js +52 -52
  142. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  143. package/esm5/lib/igc-cell-info.js +94 -81
  144. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  145. package/esm5/lib/igc-data-grid-column-component.js +228 -214
  146. package/esm5/lib/igc-data-grid-component.js +14 -0
  147. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-editor-cell-info.js +23 -23
  150. package/esm5/lib/igc-filter-cell-info.js +26 -26
  151. package/esm5/lib/igc-image-cell-info.js +6 -6
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-cell-info.js +39 -26
  154. package/esm5/lib/igc-numeric-column-component.js +38 -38
  155. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  156. package/esm5/lib/igc-section-header-component.js +40 -12
  157. package/esm5/lib/igc-summary-cell-info.js +9 -9
  158. package/esm5/lib/igc-template-cell-info.js +2 -2
  159. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  160. package/esm5/lib/igc-text-cell-info.js +2 -2
  161. package/esm5/lib/igc-text-column-component.js +9 -9
  162. package/esm5/lib/igc-text-header-cell-info.js +38 -38
  163. package/fesm2015/igniteui-webcomponents-data-grids.js +6274 -6050
  164. package/fesm5/igniteui-webcomponents-data-grids.js +6134 -5858
  165. package/lib/ColumnFilterCondition_combined.d.ts +1077 -1053
  166. package/lib/EditorCell.d.ts +67 -67
  167. package/lib/FilterCell.d.ts +55 -55
  168. package/lib/GridCellBase.d.ts +64 -61
  169. package/lib/ImageCell.d.ts +17 -17
  170. package/lib/NumericCell.d.ts +2 -2
  171. package/lib/SectionHeaderCell.d.ts +4 -4
  172. package/lib/SummaryCell.d.ts +10 -10
  173. package/lib/TemplateCell.d.ts +5 -5
  174. package/lib/TemplateHeaderCell.d.ts +2 -2
  175. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  176. package/lib/TemplateSectionHeader.d.ts +1 -1
  177. package/lib/TextCell.d.ts +7 -7
  178. package/lib/TextHeaderCell.d.ts +30 -30
  179. package/lib/VerticalSeparatorCell.d.ts +8 -8
  180. package/lib/igc-cell-info.d.ts +5 -0
  181. package/lib/igc-data-grid-column-component.d.ts +5 -0
  182. package/lib/igc-data-grid-component.d.ts +5 -0
  183. package/lib/igc-numeric-cell-info.d.ts +5 -0
  184. package/lib/igc-section-header-component.d.ts +10 -0
  185. package/package.json +4 -4
@@ -33,20 +33,20 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
33
33
  * Sets or gets whether the filter UI should be visible in the header.
34
34
  */
35
35
  get: function () {
36
- return this.i.om;
36
+ return this.i.oq;
37
37
  },
38
38
  set: function (v) {
39
- this.i.om = ensureBool(v);
39
+ this.i.oq = ensureBool(v);
40
40
  },
41
41
  enumerable: false,
42
42
  configurable: true
43
43
  });
44
44
  Object.defineProperty(IgcTextHeaderCellInfo.prototype, "sortIndicatorStyle", {
45
45
  get: function () {
46
- return this.i.oe;
46
+ return this.i.oi;
47
47
  },
48
48
  set: function (v) {
49
- this.i.oe = ensureEnum(SortIndicatorStyle_$type, v);
49
+ this.i.oi = ensureEnum(SortIndicatorStyle_$type, v);
50
50
  },
51
51
  enumerable: false,
52
52
  configurable: true
@@ -56,10 +56,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
56
56
  * Gets or sets the alignment of the column options icon within the header cell.
57
57
  */
58
58
  get: function () {
59
- return this.i.oa;
59
+ return this.i.oe;
60
60
  },
61
61
  set: function (v) {
62
- this.i.oa = ensureEnum(ColumnOptionsIconAlignment_$type, v);
62
+ this.i.oe = ensureEnum(ColumnOptionsIconAlignment_$type, v);
63
63
  },
64
64
  enumerable: false,
65
65
  configurable: true
@@ -69,10 +69,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
69
69
  * Gets or sets the color for the column options icon in the header.
70
70
  */
71
71
  get: function () {
72
- return brushToString(this.i.p5);
72
+ return brushToString(this.i.p9);
73
73
  },
74
74
  set: function (v) {
75
- this.i.p5 = stringToBrush(v);
75
+ this.i.p9 = stringToBrush(v);
76
76
  },
77
77
  enumerable: false,
78
78
  configurable: true
@@ -82,10 +82,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
82
82
  * Gets or sets how the column option icon will behave in the header.
83
83
  */
84
84
  get: function () {
85
- return this.i.oc;
85
+ return this.i.og;
86
86
  },
87
87
  set: function (v) {
88
- this.i.oc = ensureEnum(ColumnOptionsIconBehavior_$type, v);
88
+ this.i.og = ensureEnum(ColumnOptionsIconBehavior_$type, v);
89
89
  },
90
90
  enumerable: false,
91
91
  configurable: true
@@ -95,10 +95,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
95
95
  * Gets or sets the column options theme.
96
96
  */
97
97
  get: function () {
98
- return this.i.og;
98
+ return this.i.ok;
99
99
  },
100
100
  set: function (v) {
101
- this.i.og = ensureEnum(BaseControlTheme_$type, v);
101
+ this.i.ok = ensureEnum(BaseControlTheme_$type, v);
102
102
  },
103
103
  enumerable: false,
104
104
  configurable: true
@@ -108,10 +108,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
108
108
  * Gets or sets the column options dropdown background color.
109
109
  */
110
110
  get: function () {
111
- return brushToString(this.i.p0);
111
+ return brushToString(this.i.p4);
112
112
  },
113
113
  set: function (v) {
114
- this.i.p0 = stringToBrush(v);
114
+ this.i.p4 = stringToBrush(v);
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -121,10 +121,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
121
121
  * Gets or sets the text color for text inside the column options menu.
122
122
  */
123
123
  get: function () {
124
- return brushToString(this.i.p7);
124
+ return brushToString(this.i.qb);
125
125
  },
126
126
  set: function (v) {
127
- this.i.p7 = stringToBrush(v);
127
+ this.i.qb = stringToBrush(v);
128
128
  },
129
129
  enumerable: false,
130
130
  configurable: true
@@ -134,45 +134,45 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
134
134
  * Gets or sets the font settings for text inside the column options menu.
135
135
  */
136
136
  get: function () {
137
- if (this.i.ok == null) {
137
+ if (this.i.oo == null) {
138
138
  return null;
139
139
  }
140
- return this.i.ok.fontString;
140
+ return this.i.oo.fontString;
141
141
  },
142
142
  set: function (v) {
143
143
  var fi = new FontInfo();
144
144
  fi.fontString = v;
145
- this.i.ok = fi;
145
+ this.i.oo = fi;
146
146
  },
147
147
  enumerable: false,
148
148
  configurable: true
149
149
  });
150
150
  Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsHoverBackgroundColor", {
151
151
  get: function () {
152
- return brushToString(this.i.p4);
152
+ return brushToString(this.i.p8);
153
153
  },
154
154
  set: function (v) {
155
- this.i.p4 = stringToBrush(v);
155
+ this.i.p8 = stringToBrush(v);
156
156
  },
157
157
  enumerable: false,
158
158
  configurable: true
159
159
  });
160
160
  Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsToolTipBackgroundColor", {
161
161
  get: function () {
162
- return brushToString(this.i.p8);
162
+ return brushToString(this.i.qc);
163
163
  },
164
164
  set: function (v) {
165
- this.i.p8 = stringToBrush(v);
165
+ this.i.qc = stringToBrush(v);
166
166
  },
167
167
  enumerable: false,
168
168
  configurable: true
169
169
  });
170
170
  Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsHighlightColor", {
171
171
  get: function () {
172
- return brushToString(this.i.p3);
172
+ return brushToString(this.i.p7);
173
173
  },
174
174
  set: function (v) {
175
- this.i.p3 = stringToBrush(v);
175
+ this.i.p7 = stringToBrush(v);
176
176
  },
177
177
  enumerable: false,
178
178
  configurable: true
@@ -182,10 +182,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
182
182
  * Gets or sets the color of separators inside the column options menu.
183
183
  */
184
184
  get: function () {
185
- return brushToString(this.i.p6);
185
+ return brushToString(this.i.qa);
186
186
  },
187
187
  set: function (v) {
188
- this.i.p6 = stringToBrush(v);
188
+ this.i.qa = stringToBrush(v);
189
189
  },
190
190
  enumerable: false,
191
191
  configurable: true
@@ -195,10 +195,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
195
195
  * Gets or sets the background color for group headers inside the column options menu.
196
196
  */
197
197
  get: function () {
198
- return brushToString(this.i.p1);
198
+ return brushToString(this.i.p5);
199
199
  },
200
200
  set: function (v) {
201
- this.i.p1 = stringToBrush(v);
201
+ this.i.p5 = stringToBrush(v);
202
202
  },
203
203
  enumerable: false,
204
204
  configurable: true
@@ -208,45 +208,45 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
208
208
  * Gets or sets the text color for group headers inside the column options menu.
209
209
  */
210
210
  get: function () {
211
- return brushToString(this.i.p2);
211
+ return brushToString(this.i.p6);
212
212
  },
213
213
  set: function (v) {
214
- this.i.p2 = stringToBrush(v);
214
+ this.i.p6 = stringToBrush(v);
215
215
  },
216
216
  enumerable: false,
217
217
  configurable: true
218
218
  });
219
219
  Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsGroupHeaderTextStyle", {
220
220
  get: function () {
221
- if (this.i.oj == null) {
221
+ if (this.i.on == null) {
222
222
  return null;
223
223
  }
224
- return this.i.oj.fontString;
224
+ return this.i.on.fontString;
225
225
  },
226
226
  set: function (v) {
227
227
  var fi = new FontInfo();
228
228
  fi.fontString = v;
229
- this.i.oj = fi;
229
+ this.i.on = fi;
230
230
  },
231
231
  enumerable: false,
232
232
  configurable: true
233
233
  });
234
234
  Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsAccentColor", {
235
235
  get: function () {
236
- return brushToString(this.i.pz);
236
+ return brushToString(this.i.p3);
237
237
  },
238
238
  set: function (v) {
239
- this.i.pz = stringToBrush(v);
239
+ this.i.p3 = stringToBrush(v);
240
240
  },
241
241
  enumerable: false,
242
242
  configurable: true
243
243
  });
244
244
  Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsRowHeight", {
245
245
  get: function () {
246
- return this.i.oy;
246
+ return this.i.o2;
247
247
  },
248
248
  set: function (v) {
249
- this.i.oy = +v;
249
+ this.i.o2 = +v;
250
250
  },
251
251
  enumerable: false,
252
252
  configurable: true