igniteui-webcomponents-data-grids 6.0.0 → 6.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 (166) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +3976 -3602
  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 +10 -6
  6. package/esm2015/lib/CanvasGridCellBase.js +1 -1
  7. package/esm2015/lib/CanvasImageCellPresenter.js +6 -6
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +9 -6
  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 +1 -1
  13. package/esm2015/lib/CanvasTextCellPresenter.js +20 -15
  14. package/esm2015/lib/CanvasTextHeaderCell.js +4 -4
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +9 -9
  16. package/esm2015/lib/CellPresenterBase.js +5 -5
  17. package/esm2015/lib/CheckboxListView_combined.js +479 -435
  18. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  19. package/esm2015/lib/ColumnFilterCondition_combined.js +2445 -2387
  20. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  21. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  22. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  23. package/esm2015/lib/ContentCellModelHelper.js +4 -4
  24. package/esm2015/lib/DataGridCellLayoutPanel.js +8 -8
  25. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  26. package/esm2015/lib/DateTimeCellPresenter.js +10 -6
  27. package/esm2015/lib/EditorCellPresenter.js +19 -19
  28. package/esm2015/lib/FilterCellPresenter.js +11 -11
  29. package/esm2015/lib/FormatCellEventArgs.js +31 -0
  30. package/esm2015/lib/GridCellBase.js +1 -1
  31. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  32. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  33. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  34. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  35. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  36. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  37. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  38. package/esm2015/lib/GridExternalWrapper.js +6 -6
  39. package/esm2015/lib/GridFilterDialogView_combined.js +9 -4
  40. package/esm2015/lib/GridSortIndicatorView_combined.js +136 -120
  41. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  42. package/esm2015/lib/ImageCellPresenter.js +6 -6
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  44. package/esm2015/lib/NumericCellPresenter.js +9 -6
  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 +2 -2
  50. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  51. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  52. package/esm2015/lib/TextCellPresenter.js +20 -15
  53. package/esm2015/lib/TextHeaderCell.js +6 -5
  54. package/esm2015/lib/TextHeaderCellPresenter.js +16 -16
  55. package/esm2015/lib/igc-cell-info.js +58 -49
  56. package/esm2015/lib/igc-checkbox-list-component.js +75 -72
  57. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  58. package/esm2015/lib/igc-data-grid-column-component.js +164 -135
  59. package/esm2015/lib/igc-data-grid-sort-indicator-component.js +22 -15
  60. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  61. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  62. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  63. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  64. package/esm2015/lib/igc-format-cell-event-args.js +85 -0
  65. package/esm2015/lib/igc-image-cell-info.js +6 -6
  66. package/esm2015/lib/igc-image-column-component.js +12 -12
  67. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  68. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  69. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  70. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  71. package/esm2015/lib/igc-template-cell-info.js +2 -2
  72. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  73. package/esm2015/lib/igc-text-cell-info.js +2 -2
  74. package/esm2015/lib/igc-text-column-component.js +9 -9
  75. package/esm2015/lib/igc-text-header-cell-info.js +10 -10
  76. package/esm2015/public_api.js +2 -0
  77. package/esm5/lib/CanvasCellPresenterBase.js +3 -3
  78. package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
  79. package/esm5/lib/CanvasDateTimeCellPresenter.js +10 -6
  80. package/esm5/lib/CanvasGridCellBase.js +1 -1
  81. package/esm5/lib/CanvasImageCellPresenter.js +6 -6
  82. package/esm5/lib/CanvasNumericCellPresenter.js +9 -6
  83. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  84. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  85. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  86. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  87. package/esm5/lib/CanvasTextCellPresenter.js +20 -15
  88. package/esm5/lib/CanvasTextHeaderCell.js +4 -4
  89. package/esm5/lib/CanvasTextHeaderCellPresenter.js +9 -9
  90. package/esm5/lib/CellPresenterBase.js +5 -5
  91. package/esm5/lib/CheckboxListView_combined.js +461 -413
  92. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  93. package/esm5/lib/ColumnFilterCondition_combined.js +2343 -2281
  94. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  95. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  96. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  97. package/esm5/lib/ContentCellModelHelper.js +4 -4
  98. package/esm5/lib/DataGridCellLayoutPanel.js +8 -8
  99. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  100. package/esm5/lib/DateTimeCellPresenter.js +10 -6
  101. package/esm5/lib/EditorCellPresenter.js +19 -19
  102. package/esm5/lib/FilterCellPresenter.js +11 -11
  103. package/esm5/lib/FormatCellEventArgs.js +37 -0
  104. package/esm5/lib/GridCellBase.js +1 -1
  105. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  106. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  108. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  109. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  112. package/esm5/lib/GridExternalWrapper.js +6 -6
  113. package/esm5/lib/GridFilterDialogView_combined.js +9 -4
  114. package/esm5/lib/GridSortIndicatorView_combined.js +135 -115
  115. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  116. package/esm5/lib/ImageCellPresenter.js +6 -6
  117. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  118. package/esm5/lib/NumericCellPresenter.js +9 -6
  119. package/esm5/lib/PropertyEditorView_combined.js +17 -17
  120. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  121. package/esm5/lib/SummaryCellPresenter.js +6 -6
  122. package/esm5/lib/TemplateCellPresenter.js +2 -2
  123. package/esm5/lib/TemplateHeader.js +2 -2
  124. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  125. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  126. package/esm5/lib/TextCellPresenter.js +20 -15
  127. package/esm5/lib/TextHeaderCell.js +6 -5
  128. package/esm5/lib/TextHeaderCellPresenter.js +16 -16
  129. package/esm5/lib/igc-cell-info.js +62 -49
  130. package/esm5/lib/igc-checkbox-list-component.js +79 -72
  131. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  132. package/esm5/lib/igc-data-grid-column-component.js +169 -135
  133. package/esm5/lib/igc-data-grid-sort-indicator-component.js +26 -15
  134. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  135. package/esm5/lib/igc-date-time-column-component.js +23 -23
  136. package/esm5/lib/igc-editor-cell-info.js +23 -23
  137. package/esm5/lib/igc-filter-cell-info.js +26 -26
  138. package/esm5/lib/igc-format-cell-event-args.js +115 -0
  139. package/esm5/lib/igc-image-cell-info.js +6 -6
  140. package/esm5/lib/igc-image-column-component.js +12 -12
  141. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  142. package/esm5/lib/igc-numeric-column-component.js +35 -35
  143. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  144. package/esm5/lib/igc-summary-cell-info.js +9 -9
  145. package/esm5/lib/igc-template-cell-info.js +2 -2
  146. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  147. package/esm5/lib/igc-text-cell-info.js +2 -2
  148. package/esm5/lib/igc-text-column-component.js +9 -9
  149. package/esm5/lib/igc-text-header-cell-info.js +10 -10
  150. package/esm5/public_api.js +2 -0
  151. package/fesm2015/igniteui-webcomponents-data-grids.js +4045 -3735
  152. package/fesm5/igniteui-webcomponents-data-grids.js +3976 -3604
  153. package/lib/CanvasTextCellPresenter.d.ts +1 -0
  154. package/lib/CheckboxListView_combined.d.ts +127 -120
  155. package/lib/ColumnFilterCondition_combined.d.ts +643 -636
  156. package/lib/FormatCellEventArgs.d.ts +15 -0
  157. package/lib/GridSortIndicatorView_combined.d.ts +41 -38
  158. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  159. package/lib/TextCellPresenter.d.ts +1 -0
  160. package/lib/igc-cell-info.d.ts +5 -0
  161. package/lib/igc-checkbox-list-component.d.ts +1 -0
  162. package/lib/igc-data-grid-column-component.d.ts +8 -0
  163. package/lib/igc-data-grid-sort-indicator-component.d.ts +2 -0
  164. package/lib/igc-format-cell-event-args.d.ts +42 -0
  165. package/package.json +4 -5
  166. package/public_api.d.ts +2 -0
@@ -11,6 +11,7 @@ import { MergedCellEvaluationCriteria_$type } from "./MergedCellEvaluationCriter
11
11
  import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
12
12
  import { FilterComparisonType_$type } from "./FilterComparisonType";
13
13
  import { IgcGridFilterOperandsCollection } from "./igc-grid-filter-operands-collection";
14
+ import { IgcFormatCellEventArgs } from "./igc-format-cell-event-args";
14
15
  import { IgcDefinitionBaseComponent } from "./igc-definition-base-component";
15
16
  import { getAllPropertyNames, toSpinal, brushToString, stringToBrush, ensureBool, ensureEnum, enumToString } from "igniteui-webcomponents-core";
16
17
  import { ColumnWidth as ColumnWidth_internal } from "./ColumnWidth";
@@ -32,6 +33,8 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
32
33
  constructor() {
33
34
  super();
34
35
  this._filterOperands = null;
36
+ this._formatCell = null;
37
+ this._formatCell_wrapped = null;
35
38
  this._actualHeaderTextChange = null;
36
39
  this._actualHeaderTextChange_wrapped = null;
37
40
  }
@@ -78,143 +81,143 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
78
81
  * Gets or sets the amount of left padding to use for the cell content for this column.
79
82
  */
80
83
  get paddingLeft() {
81
- return this.i.kk;
84
+ return this.i.kl;
82
85
  }
83
86
  set paddingLeft(v) {
84
- this.i.kk = +v;
85
- this._a("paddingLeft", this.i.kk);
87
+ this.i.kl = +v;
88
+ this._a("paddingLeft", this.i.kl);
86
89
  }
87
90
  /**
88
91
  * Gets or sets the amount of top padding to use for the cell content for this column.
89
92
  */
90
93
  get paddingTop() {
91
- return this.i.km;
94
+ return this.i.kn;
92
95
  }
93
96
  set paddingTop(v) {
94
- this.i.km = +v;
95
- this._a("paddingTop", this.i.km);
97
+ this.i.kn = +v;
98
+ this._a("paddingTop", this.i.kn);
96
99
  }
97
100
  /**
98
101
  * Gets or sets the amount of right padding to use for the cell content of this column.
99
102
  */
100
103
  get paddingRight() {
101
- return this.i.kl;
104
+ return this.i.km;
102
105
  }
103
106
  set paddingRight(v) {
104
- this.i.kl = +v;
105
- this._a("paddingRight", this.i.kl);
107
+ this.i.km = +v;
108
+ this._a("paddingRight", this.i.km);
106
109
  }
107
110
  /**
108
111
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
109
112
  */
110
113
  get paddingBottom() {
111
- return this.i.kj;
114
+ return this.i.kk;
112
115
  }
113
116
  set paddingBottom(v) {
114
- this.i.kj = +v;
115
- this._a("paddingBottom", this.i.kj);
117
+ this.i.kk = +v;
118
+ this._a("paddingBottom", this.i.kk);
116
119
  }
117
120
  /**
118
121
  * Gets or sets an unique name of the Column
119
122
  */
120
123
  get name() {
121
- return this.i.mf;
124
+ return this.i.mg;
122
125
  }
123
126
  set name(v) {
124
- this.i.mf = v;
127
+ this.i.mg = v;
125
128
  }
126
129
  /**
127
130
  * Gets or sets the key used for the column binding
128
131
  */
129
132
  get field() {
130
- return this.i.lo;
133
+ return this.i.lp;
131
134
  }
132
135
  set field(v) {
133
- this.i.lo = v;
136
+ this.i.lp = v;
134
137
  }
135
138
  /**
136
139
  * Gets or sets the text displayed in the header of the column
137
140
  */
138
141
  get headerText() {
139
- return this.i.lv;
142
+ return this.i.lw;
140
143
  }
141
144
  set headerText(v) {
142
- this.i.lv = v;
145
+ this.i.lw = v;
143
146
  }
144
147
  /**
145
148
  * Gets the actual text displayed in the header of the column
146
149
  */
147
150
  get actualHeaderText() {
148
- return this.i.k3;
151
+ return this.i.k4;
149
152
  }
150
153
  set actualHeaderText(v) {
151
- this.i.k3 = v;
154
+ this.i.k4 = v;
152
155
  }
153
156
  /**
154
157
  * Gets or sets the background color to use for the cells when they are selected
155
158
  */
156
159
  get selectedBackground() {
157
- return brushToString(this.i.n2);
160
+ return brushToString(this.i.n4);
158
161
  }
159
162
  set selectedBackground(v) {
160
- this.i.n2 = stringToBrush(v);
161
- this._a("selectedBackground", brushToString(this.i.n2));
163
+ this.i.n4 = stringToBrush(v);
164
+ this._a("selectedBackground", brushToString(this.i.n4));
162
165
  }
163
166
  /**
164
167
  * Gets the actual background color that is used for the cells when they are selected
165
168
  */
166
169
  get actualSelectedBackground() {
167
- return brushToString(this.i.nv);
170
+ return brushToString(this.i.nx);
168
171
  }
169
172
  set actualSelectedBackground(v) {
170
- this.i.nv = stringToBrush(v);
171
- this._a("actualSelectedBackground", brushToString(this.i.nv));
173
+ this.i.nx = stringToBrush(v);
174
+ this._a("actualSelectedBackground", brushToString(this.i.nx));
172
175
  }
173
176
  /**
174
177
  * Gets or sets the background color to use for the cells when the row is hovered.
175
178
  */
176
179
  get rowHoverBackground() {
177
- return brushToString(this.i.n0);
180
+ return brushToString(this.i.n2);
178
181
  }
179
182
  set rowHoverBackground(v) {
180
- this.i.n0 = stringToBrush(v);
181
- this._a("rowHoverBackground", brushToString(this.i.n0));
183
+ this.i.n2 = stringToBrush(v);
184
+ this._a("rowHoverBackground", brushToString(this.i.n2));
182
185
  }
183
186
  /**
184
187
  * Gets the actual background color that is used for the cells when they are hovered.
185
188
  */
186
189
  get actualHoverBackground() {
187
- return brushToString(this.i.nt);
190
+ return brushToString(this.i.nv);
188
191
  }
189
192
  set actualHoverBackground(v) {
190
- this.i.nt = stringToBrush(v);
191
- this._a("actualHoverBackground", brushToString(this.i.nt));
193
+ this.i.nv = stringToBrush(v);
194
+ this._a("actualHoverBackground", brushToString(this.i.nv));
192
195
  }
193
196
  /**
194
197
  * Gets or sets the text color to use for the cells when the row is hovered.
195
198
  */
196
199
  get rowHoverTextColor() {
197
- return brushToString(this.i.n1);
200
+ return brushToString(this.i.n3);
198
201
  }
199
202
  set rowHoverTextColor(v) {
200
- this.i.n1 = stringToBrush(v);
201
- this._a("rowHoverTextColor", brushToString(this.i.n1));
203
+ this.i.n3 = stringToBrush(v);
204
+ this._a("rowHoverTextColor", brushToString(this.i.n3));
202
205
  }
203
206
  /**
204
207
  * Gets the actual text color that is used for the cells when they are hovered.
205
208
  */
206
209
  get actualRowHoverTextColor() {
207
- return brushToString(this.i.nu);
210
+ return brushToString(this.i.nw);
208
211
  }
209
212
  set actualRowHoverTextColor(v) {
210
- this.i.nu = stringToBrush(v);
211
- this._a("actualRowHoverTextColor", brushToString(this.i.nu));
213
+ this.i.nw = stringToBrush(v);
214
+ this._a("actualRowHoverTextColor", brushToString(this.i.nw));
212
215
  }
213
216
  /**
214
217
  * Gets or sets the animation settings to use for this column.
215
218
  */
216
219
  get animationSettings() {
217
- const r = this.i.h6;
220
+ const r = this.i.h7;
218
221
  if (r == null) {
219
222
  return null;
220
223
  }
@@ -233,7 +236,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
233
236
  return r.externalObject;
234
237
  }
235
238
  set animationSettings(v) {
236
- v == null ? this.i.h6 = null : this.i.h6 = v.i;
239
+ v == null ? this.i.h7 = null : this.i.h7 = v.i;
237
240
  }
238
241
  /**
239
242
  * Gets or sets the width to use for this column.
@@ -270,31 +273,31 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
270
273
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
271
274
  */
272
275
  get minWidth() {
273
- return this.i.j0;
276
+ return this.i.j1;
274
277
  }
275
278
  set minWidth(v) {
276
- this.i.j0 = +v;
277
- this._a("minWidth", this.i.j0);
279
+ this.i.j1 = +v;
280
+ this._a("minWidth", this.i.j1);
278
281
  }
279
282
  /**
280
283
  * Gets whether this column was projected from markup/templates and is constrained.
281
284
  */
282
285
  get isFromMarkup() {
283
- return this.i.jn;
286
+ return this.i.jo;
284
287
  }
285
288
  set isFromMarkup(v) {
286
- this.i.jn = ensureBool(v);
287
- this._a("isFromMarkup", this.i.jn);
289
+ this.i.jo = ensureBool(v);
290
+ this._a("isFromMarkup", this.i.jo);
288
291
  }
289
292
  /**
290
293
  * Gets whether this column was auto generated.
291
294
  */
292
295
  get isAutoGenerated() {
293
- return this.i.jh;
296
+ return this.i.ji;
294
297
  }
295
298
  set isAutoGenerated(v) {
296
- this.i.jh = ensureBool(v);
297
- this._a("isAutoGenerated", this.i.jh);
299
+ this.i.ji = ensureBool(v);
300
+ this._a("isAutoGenerated", this.i.ji);
298
301
  }
299
302
  /**
300
303
  * Gets or sets a filter to apply on the values of this column
@@ -340,41 +343,41 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
340
343
  * Gets or sets whether filtering is enabled for this column.
341
344
  */
342
345
  get isFilteringEnabled() {
343
- return this.i.jm;
346
+ return this.i.jn;
344
347
  }
345
348
  set isFilteringEnabled(v) {
346
- this.i.jm = ensureBool(v);
347
- this._a("isFilteringEnabled", this.i.jm);
349
+ this.i.jn = ensureBool(v);
350
+ this._a("isFilteringEnabled", this.i.jn);
348
351
  }
349
352
  /**
350
353
  * Gets or sets whether resizing is enabled for this column.
351
354
  */
352
355
  get isResizingEnabled() {
353
- return this.i.jp;
356
+ return this.i.jq;
354
357
  }
355
358
  set isResizingEnabled(v) {
356
- this.i.jp = ensureBool(v);
357
- this._a("isResizingEnabled", this.i.jp);
359
+ this.i.jq = ensureBool(v);
360
+ this._a("isResizingEnabled", this.i.jq);
358
361
  }
359
362
  /**
360
363
  * Gets or sets whether or not a column is hidden from the grid
361
364
  */
362
365
  get isHidden() {
363
- return this.i.jo;
366
+ return this.i.jp;
364
367
  }
365
368
  set isHidden(v) {
366
- this.i.jo = ensureBool(v);
367
- this._a("isHidden", this.i.jo);
369
+ this.i.jp = ensureBool(v);
370
+ this._a("isHidden", this.i.jp);
368
371
  }
369
372
  /**
370
373
  * Gets or sets if a column should be removed from the grid when it is fully hidden
371
374
  */
372
375
  get shouldRemoveWhenHidden() {
373
- return this.i.js;
376
+ return this.i.jt;
374
377
  }
375
378
  set shouldRemoveWhenHidden(v) {
376
- this.i.js = ensureBool(v);
377
- this._a("shouldRemoveWhenHidden", this.i.js);
379
+ this.i.jt = ensureBool(v);
380
+ this._a("shouldRemoveWhenHidden", this.i.jt);
378
381
  }
379
382
  /**
380
383
  * Gets the current sort direction (None, Ascending, Descending) for this column.
@@ -390,11 +393,11 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
390
393
  * Gets or sets the current fixed position for this column.
391
394
  */
392
395
  get pinned() {
393
- return this.i.il;
396
+ return this.i.im;
394
397
  }
395
398
  set pinned(v) {
396
- this.i.il = ensureEnum(PinnedPositions_$type, v);
397
- this._a("pinned", enumToString(PinnedPositions_$type, this.i.il));
399
+ this.i.im = ensureEnum(PinnedPositions_$type, v);
400
+ this._a("pinned", enumToString(PinnedPositions_$type, this.i.im));
398
401
  }
399
402
  /**
400
403
  * Gets the actual column options icon alignment for this column.
@@ -420,21 +423,21 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
420
423
  * Gets the actual column options icon color for this column.
421
424
  */
422
425
  get actualColumnOptionsIconColor() {
423
- return brushToString(this.i.nr);
426
+ return brushToString(this.i.nt);
424
427
  }
425
428
  set actualColumnOptionsIconColor(v) {
426
- this.i.nr = stringToBrush(v);
427
- this._a("actualColumnOptionsIconColor", brushToString(this.i.nr));
429
+ this.i.nt = stringToBrush(v);
430
+ this._a("actualColumnOptionsIconColor", brushToString(this.i.nt));
428
431
  }
429
432
  /**
430
433
  * Gets or sets the column options icon color for this column.
431
434
  */
432
435
  get columnOptionsIconColor() {
433
- return brushToString(this.i.nw);
436
+ return brushToString(this.i.ny);
434
437
  }
435
438
  set columnOptionsIconColor(v) {
436
- this.i.nw = stringToBrush(v);
437
- this._a("columnOptionsIconColor", brushToString(this.i.nw));
439
+ this.i.ny = stringToBrush(v);
440
+ this._a("columnOptionsIconColor", brushToString(this.i.ny));
438
441
  }
439
442
  /**
440
443
  * Gets or sets how the column option icon will behave in the column header.
@@ -460,112 +463,112 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
460
463
  * Gets the actual state of the column options for this column.
461
464
  */
462
465
  get actualIsColumnOptionsEnabled() {
463
- return this.i.ja;
466
+ return this.i.jb;
464
467
  }
465
468
  set actualIsColumnOptionsEnabled(v) {
466
- this.i.ja = ensureBool(v);
467
- this._a("actualIsColumnOptionsEnabled", this.i.ja);
469
+ this.i.jb = ensureBool(v);
470
+ this._a("actualIsColumnOptionsEnabled", this.i.jb);
468
471
  }
469
472
  /**
470
473
  * Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
471
474
  * then it will be disabled for the column regardless of what this is set to.
472
475
  */
473
476
  get isColumnOptionsEnabled() {
474
- return this.i.ji;
477
+ return this.i.jj;
475
478
  }
476
479
  set isColumnOptionsEnabled(v) {
477
- this.i.ji = ensureBool(v);
478
- this._a("isColumnOptionsEnabled", this.i.ji);
480
+ this.i.jj = ensureBool(v);
481
+ this._a("isColumnOptionsEnabled", this.i.jj);
479
482
  }
480
483
  /**
481
484
  * Gets the actual state of summaries menu in the column options for this column.
482
485
  */
483
486
  get actualIsColumnOptionsSummariesEnabled() {
484
- return this.i.jc;
487
+ return this.i.jd;
485
488
  }
486
489
  set actualIsColumnOptionsSummariesEnabled(v) {
487
- this.i.jc = ensureBool(v);
488
- this._a("actualIsColumnOptionsSummariesEnabled", this.i.jc);
490
+ this.i.jd = ensureBool(v);
491
+ this._a("actualIsColumnOptionsSummariesEnabled", this.i.jd);
489
492
  }
490
493
  /**
491
494
  * Gets or sets whether to show the summaries option in the column options menu for this column.
492
495
  */
493
496
  get isColumnOptionsSummariesEnabled() {
494
- return this.i.jk;
497
+ return this.i.jl;
495
498
  }
496
499
  set isColumnOptionsSummariesEnabled(v) {
497
- this.i.jk = ensureBool(v);
498
- this._a("isColumnOptionsSummariesEnabled", this.i.jk);
500
+ this.i.jl = ensureBool(v);
501
+ this._a("isColumnOptionsSummariesEnabled", this.i.jl);
499
502
  }
500
503
  /**
501
504
  * Gets the actual state of grouping menu in the column options for this column.
502
505
  */
503
506
  get actualIsColumnOptionsGroupingEnabled() {
504
- return this.i.jb;
507
+ return this.i.jc;
505
508
  }
506
509
  set actualIsColumnOptionsGroupingEnabled(v) {
507
- this.i.jb = ensureBool(v);
508
- this._a("actualIsColumnOptionsGroupingEnabled", this.i.jb);
510
+ this.i.jc = ensureBool(v);
511
+ this._a("actualIsColumnOptionsGroupingEnabled", this.i.jc);
509
512
  }
510
513
  /**
511
514
  * Gets or sets whether to show the grouping option in the column options menu for this column.
512
515
  */
513
516
  get isColumnOptionsGroupingEnabled() {
514
- return this.i.jj;
517
+ return this.i.jk;
515
518
  }
516
519
  set isColumnOptionsGroupingEnabled(v) {
517
- this.i.jj = ensureBool(v);
518
- this._a("isColumnOptionsGroupingEnabled", this.i.jj);
520
+ this.i.jk = ensureBool(v);
521
+ this._a("isColumnOptionsGroupingEnabled", this.i.jk);
519
522
  }
520
523
  /**
521
524
  * Gets or sets if the column is editable.
522
525
  */
523
526
  get isEditable() {
524
- return this.i.jl;
527
+ return this.i.jm;
525
528
  }
526
529
  set isEditable(v) {
527
- this.i.jl = ensureBool(v);
528
- this._a("isEditable", this.i.jl);
530
+ this.i.jm = ensureBool(v);
531
+ this._a("isEditable", this.i.jm);
529
532
  }
530
533
  /**
531
534
  * Gets or sets the text color used for deleted rows.
532
535
  */
533
536
  get deletedTextColor() {
534
- return brushToString(this.i.nx);
537
+ return brushToString(this.i.nz);
535
538
  }
536
539
  set deletedTextColor(v) {
537
- this.i.nx = stringToBrush(v);
538
- this._a("deletedTextColor", brushToString(this.i.nx));
540
+ this.i.nz = stringToBrush(v);
541
+ this._a("deletedTextColor", brushToString(this.i.nz));
539
542
  }
540
543
  /**
541
544
  * Gets the actual text color used for deleted rows.
542
545
  */
543
546
  get actualDeletedTextColor() {
544
- return brushToString(this.i.ns);
547
+ return brushToString(this.i.nu);
545
548
  }
546
549
  set actualDeletedTextColor(v) {
547
- this.i.ns = stringToBrush(v);
548
- this._a("actualDeletedTextColor", brushToString(this.i.ns));
550
+ this.i.nu = stringToBrush(v);
551
+ this._a("actualDeletedTextColor", brushToString(this.i.nu));
549
552
  }
550
553
  /**
551
554
  * Gets or sets the opacity to use for unsaved edited cell values.
552
555
  */
553
556
  get editOpacity() {
554
- return this.i.jz;
557
+ return this.i.j0;
555
558
  }
556
559
  set editOpacity(v) {
557
- this.i.jz = +v;
558
- this._a("editOpacity", this.i.jz);
560
+ this.i.j0 = +v;
561
+ this._a("editOpacity", this.i.j0);
559
562
  }
560
563
  /**
561
564
  * Gets the actual opacity for unsaved edited cell values.
562
565
  */
563
566
  get actualEditOpacity() {
564
- return this.i.jy;
567
+ return this.i.jz;
565
568
  }
566
569
  set actualEditOpacity(v) {
567
- this.i.jy = +v;
568
- this._a("actualEditOpacity", this.i.jy);
570
+ this.i.jz = +v;
571
+ this._a("actualEditOpacity", this.i.jz);
569
572
  }
570
573
  /**
571
574
  * Gets or sets the font style to use for unsaved cell edits.
@@ -586,36 +589,36 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
586
589
  * Gets the actual font style used for unsaved cell edits.
587
590
  */
588
591
  get actualEditFontInfo() {
589
- if (this.i.is == null) {
592
+ if (this.i.it == null) {
590
593
  return null;
591
594
  }
592
- return this.i.is.fontString;
595
+ return this.i.it.fontString;
593
596
  }
594
597
  set actualEditFontInfo(v) {
595
598
  let fi = new FontInfo();
596
599
  fi.fontString = v;
597
- this.i.is = fi;
598
- this._a("actualEditFontInfo", this.i.is != null ? this.i.is.fontString : "");
600
+ this.i.it = fi;
601
+ this._a("actualEditFontInfo", this.i.it != null ? this.i.it.fontString : "");
599
602
  }
600
603
  /**
601
604
  * Gets or sets if and how cell merging is performed for this field.
602
605
  */
603
606
  get mergedCellMode() {
604
- return this.i.ih;
607
+ return this.i.ii;
605
608
  }
606
609
  set mergedCellMode(v) {
607
- this.i.ih = ensureEnum(MergedCellMode_$type, v);
608
- this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ih));
610
+ this.i.ii = ensureEnum(MergedCellMode_$type, v);
611
+ this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ii));
609
612
  }
610
613
  /**
611
614
  * Gets or sets how cells are evaluated for merging.
612
615
  */
613
616
  get mergedCellEvaluationCriteria() {
614
- return this.i.id;
617
+ return this.i.ie;
615
618
  }
616
619
  set mergedCellEvaluationCriteria(v) {
617
- this.i.id = ensureEnum(MergedCellEvaluationCriteria_$type, v);
618
- this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.id));
620
+ this.i.ie = ensureEnum(MergedCellEvaluationCriteria_$type, v);
621
+ this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.ie));
619
622
  }
620
623
  /**
621
624
  * Gets or sets the vertical alignment to use for the merged cell content.
@@ -631,41 +634,41 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
631
634
  * Gets or sets the amount of left padding to use for the cell content for this column.
632
635
  */
633
636
  get mergedCellPaddingLeft() {
634
- return this.i.kd;
637
+ return this.i.ke;
635
638
  }
636
639
  set mergedCellPaddingLeft(v) {
637
- this.i.kd = +v;
638
- this._a("mergedCellPaddingLeft", this.i.kd);
640
+ this.i.ke = +v;
641
+ this._a("mergedCellPaddingLeft", this.i.ke);
639
642
  }
640
643
  /**
641
644
  * Gets or sets the amount of top padding to use for the cell content for this column.
642
645
  */
643
646
  get mergedCellPaddingTop() {
644
- return this.i.kf;
647
+ return this.i.kg;
645
648
  }
646
649
  set mergedCellPaddingTop(v) {
647
- this.i.kf = +v;
648
- this._a("mergedCellPaddingTop", this.i.kf);
650
+ this.i.kg = +v;
651
+ this._a("mergedCellPaddingTop", this.i.kg);
649
652
  }
650
653
  /**
651
654
  * Gets or sets the amount of right padding to use for the cell content of this column.
652
655
  */
653
656
  get mergedCellPaddingRight() {
654
- return this.i.ke;
657
+ return this.i.kf;
655
658
  }
656
659
  set mergedCellPaddingRight(v) {
657
- this.i.ke = +v;
658
- this._a("mergedCellPaddingRight", this.i.ke);
660
+ this.i.kf = +v;
661
+ this._a("mergedCellPaddingRight", this.i.kf);
659
662
  }
660
663
  /**
661
664
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
662
665
  */
663
666
  get mergedCellPaddingBottom() {
664
- return this.i.kc;
667
+ return this.i.kd;
665
668
  }
666
669
  set mergedCellPaddingBottom(v) {
667
- this.i.kc = +v;
668
- this._a("mergedCellPaddingBottom", this.i.kc);
670
+ this.i.kd = +v;
671
+ this._a("mergedCellPaddingBottom", this.i.kd);
669
672
  }
670
673
  /**
671
674
  * Gets or sets whether UI filters are case sensitive or not.
@@ -683,7 +686,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
683
686
  get filterOperands() {
684
687
  if (this._filterOperands === null) {
685
688
  let coll = new IgcGridFilterOperandsCollection();
686
- let innerColl = this.i.h8;
689
+ let innerColl = this.i.h9;
687
690
  if (!innerColl) {
688
691
  innerColl = new GridFilterOperandsCollection_internal();
689
692
  }
@@ -699,7 +702,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
699
702
  let coll = new IgcGridFilterOperandsCollection();
700
703
  this._filterOperands = coll._fromOuter(v);
701
704
  let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
702
- let innerColl = this.i.h8;
705
+ let innerColl = this.i.h9;
703
706
  if (!innerColl) {
704
707
  innerColl = new GridFilterOperandsCollection_internal();
705
708
  }
@@ -739,18 +742,18 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
739
742
 
740
743
  */
741
744
  getUniqueKey() {
742
- let iv = this.i.lt();
745
+ let iv = this.i.lu();
743
746
  return (iv);
744
747
  }
745
748
  setNamedHeaderValue(valueName, animationType, value) {
746
- this.i.m2(valueName, (animationType == null ? null : animationType), value);
749
+ this.i.m4(valueName, (animationType == null ? null : animationType), value);
747
750
  }
748
751
  /**
749
752
  * Returns if the column has named header values.
750
753
 
751
754
  */
752
755
  hasNamedHeaderValues() {
753
- let iv = this.i.jf();
756
+ let iv = this.i.jg();
754
757
  return (iv);
755
758
  }
756
759
  /**
@@ -759,7 +762,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
759
762
  * @param valueName * The named value to check for.
760
763
  */
761
764
  hasNamedHeaderValue(valueName) {
762
- let iv = this.i.je(valueName);
765
+ let iv = this.i.jf(valueName);
763
766
  return (iv);
764
767
  }
765
768
  /**
@@ -768,7 +771,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
768
771
  * @param valueName * The named header value to remove.
769
772
  */
770
773
  removeNamedHeaderValue(valueName) {
771
- this.i.m1(valueName);
774
+ this.i.m3(valueName);
772
775
  }
773
776
  /**
774
777
  * Gets the value of a named header value for this column by name.
@@ -776,11 +779,11 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
776
779
  * @param valueName * Name of the named header value to retrieve.
777
780
  */
778
781
  getNamedHeaderValue(valueName) {
779
- let iv = this.i.kr(valueName);
782
+ let iv = this.i.ks(valueName);
780
783
  return (iv);
781
784
  }
782
785
  applyCustomFilter(filterID, index, value) {
783
- this.i.mu(filterID, index, value);
786
+ this.i.mw(filterID, index, value);
784
787
  }
785
788
  getDesiredToolbarActions() {
786
789
  let iv = this.i.getDesiredToolbarActions();
@@ -798,6 +801,32 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
798
801
  removeCommandStateChangedListener(listener) {
799
802
  this.i.removeCommandStateChangedListener(listener);
800
803
  }
804
+ /**
805
+ * Called when cell text is being formatted.
806
+ */
807
+ get formatCell() {
808
+ return this._formatCell;
809
+ }
810
+ set formatCell(ev) {
811
+ if (this._formatCell_wrapped !== null) {
812
+ this.i.formatCell = delegateRemove(this.i.formatCell, this._formatCell_wrapped);
813
+ this._formatCell_wrapped = null;
814
+ this._formatCell = null;
815
+ }
816
+ this._formatCell = ev;
817
+ this._formatCell_wrapped = (o, e) => {
818
+ let outerArgs = new IgcFormatCellEventArgs();
819
+ outerArgs._provideImplementation(e);
820
+ if (this.beforeFormatCell) {
821
+ this.beforeFormatCell(this, outerArgs);
822
+ }
823
+ if (this._formatCell) {
824
+ this._formatCell(this, outerArgs);
825
+ }
826
+ };
827
+ this.i.formatCell = delegateCombine(this.i.formatCell, this._formatCell_wrapped);
828
+ ;
829
+ }
801
830
  get actualHeaderTextChange() {
802
831
  return this._actualHeaderTextChange;
803
832
  }
@@ -810,7 +839,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
810
839
  this._actualHeaderTextChange = ev;
811
840
  this._actualHeaderTextChange_wrapped = (o, e) => {
812
841
  let ext = this.actualHeaderText;
813
- if (e.propertyName == 'K3') {
842
+ if (e.propertyName == 'K4') {
814
843
  if (this.beforeActualHeaderTextChange) {
815
844
  this.beforeActualHeaderTextChange(this, ext);
816
845
  }