igniteui-webcomponents-data-grids 7.1.0-alpha.2 → 7.1.0-alpha.3

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 (173) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +5951 -5689
  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 +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +1 -1
  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 +3 -3
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  14. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  15. package/esm2015/lib/CellPresenterBase.js +20 -20
  16. package/esm2015/lib/CheckboxListView_combined.js +22 -22
  17. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  18. package/esm2015/lib/ColumnFilterCondition_combined.js +4875 -4738
  19. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  20. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  21. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  22. package/esm2015/lib/ContentCellModelHelper.js +4 -4
  23. package/esm2015/lib/DataGridCellLayoutPanel.js +9 -9
  24. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  25. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  26. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  27. package/esm2015/lib/EditorCellPresenter.js +19 -19
  28. package/esm2015/lib/FilterCellPresenter.js +11 -11
  29. package/esm2015/lib/GridCellBase.js +1 -1
  30. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  31. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  32. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  33. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  34. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  35. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  37. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  38. package/esm2015/lib/GridExternalWrapper.js +6 -6
  39. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  40. package/esm2015/lib/GridStyleRepository.js +118 -113
  41. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  42. package/esm2015/lib/ImageCellPresenter.js +7 -7
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  44. package/esm2015/lib/NumericCellPresenter.js +8 -8
  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 +4 -4
  50. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  51. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  53. package/esm2015/lib/TextCellPresenter.js +9 -9
  54. package/esm2015/lib/TextHeaderCellPresenter.js +38 -38
  55. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  56. package/esm2015/lib/igc-cell-info.js +76 -67
  57. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  58. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  59. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  60. package/esm2015/lib/igc-data-grid-column-component.js +281 -261
  61. package/esm2015/lib/igc-data-grid-component.js +10 -0
  62. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  63. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  64. package/esm2015/lib/igc-definition-base-component.js +12 -12
  65. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  66. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  67. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  68. package/esm2015/lib/igc-header-component.js +24 -24
  69. package/esm2015/lib/igc-image-cell-info.js +6 -6
  70. package/esm2015/lib/igc-image-column-component.js +12 -12
  71. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  72. package/esm2015/lib/igc-numeric-column-component.js +46 -35
  73. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  74. package/esm2015/lib/igc-section-header-component.js +38 -24
  75. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  76. package/esm2015/lib/igc-summary-row-component.js +24 -24
  77. package/esm2015/lib/igc-template-cell-info.js +2 -2
  78. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  79. package/esm2015/lib/igc-text-cell-info.js +2 -2
  80. package/esm2015/lib/igc-text-column-component.js +9 -9
  81. package/esm2015/lib/igc-text-header-cell-info.js +38 -38
  82. package/esm5/lib/CanvasCellPresenterBase.js +3 -3
  83. package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
  84. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  85. package/esm5/lib/CanvasGridCellBase.js +1 -1
  86. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  87. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  88. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  89. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  90. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  91. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  93. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  94. package/esm5/lib/CellPresenterBase.js +20 -20
  95. package/esm5/lib/CheckboxListView_combined.js +22 -22
  96. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  97. package/esm5/lib/ColumnFilterCondition_combined.js +4693 -4528
  98. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  99. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  100. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  101. package/esm5/lib/ContentCellModelHelper.js +4 -4
  102. package/esm5/lib/DataGridCellLayoutPanel.js +9 -9
  103. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  104. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  105. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  106. package/esm5/lib/EditorCellPresenter.js +19 -19
  107. package/esm5/lib/FilterCellPresenter.js +11 -11
  108. package/esm5/lib/GridCellBase.js +1 -1
  109. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  110. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  111. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  112. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  113. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  114. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  115. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  116. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  117. package/esm5/lib/GridExternalWrapper.js +6 -6
  118. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  119. package/esm5/lib/GridStyleRepository.js +118 -113
  120. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  121. package/esm5/lib/ImageCellPresenter.js +7 -7
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  123. package/esm5/lib/NumericCellPresenter.js +8 -8
  124. package/esm5/lib/PropertyEditorView_combined.js +17 -17
  125. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  126. package/esm5/lib/SummaryCellPresenter.js +6 -6
  127. package/esm5/lib/TemplateCellPresenter.js +2 -2
  128. package/esm5/lib/TemplateHeader.js +4 -4
  129. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  130. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  131. package/esm5/lib/TemplateSectionHeader.js +1 -1
  132. package/esm5/lib/TextCellPresenter.js +9 -9
  133. package/esm5/lib/TextHeaderCellPresenter.js +38 -38
  134. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  135. package/esm5/lib/igc-cell-info.js +80 -67
  136. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  137. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  138. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  139. package/esm5/lib/igc-data-grid-column-component.js +289 -261
  140. package/esm5/lib/igc-data-grid-component.js +14 -0
  141. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  142. package/esm5/lib/igc-date-time-column-component.js +23 -23
  143. package/esm5/lib/igc-definition-base-component.js +12 -12
  144. package/esm5/lib/igc-editor-cell-info.js +23 -23
  145. package/esm5/lib/igc-filter-cell-info.js +26 -26
  146. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  147. package/esm5/lib/igc-header-component.js +24 -24
  148. package/esm5/lib/igc-image-cell-info.js +6 -6
  149. package/esm5/lib/igc-image-column-component.js +12 -12
  150. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  151. package/esm5/lib/igc-numeric-column-component.js +50 -35
  152. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  153. package/esm5/lib/igc-section-header-component.js +46 -24
  154. package/esm5/lib/igc-summary-cell-info.js +9 -9
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-template-cell-info.js +2 -2
  157. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  158. package/esm5/lib/igc-text-cell-info.js +2 -2
  159. package/esm5/lib/igc-text-column-component.js +9 -9
  160. package/esm5/lib/igc-text-header-cell-info.js +38 -38
  161. package/fesm2015/igniteui-webcomponents-data-grids.js +6090 -5884
  162. package/fesm5/igniteui-webcomponents-data-grids.js +5951 -5689
  163. package/lib/ColumnFilterCondition_combined.d.ts +1223 -1198
  164. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  165. package/lib/TemplateHeader.d.ts +1 -1
  166. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  167. package/lib/TemplateSectionHeader.d.ts +1 -1
  168. package/lib/igc-cell-info.d.ts +5 -0
  169. package/lib/igc-data-grid-column-component.d.ts +10 -0
  170. package/lib/igc-data-grid-component.d.ts +5 -0
  171. package/lib/igc-numeric-column-component.d.ts +6 -0
  172. package/lib/igc-section-header-component.d.ts +4 -0
  173. package/package.json +4 -4
@@ -80,143 +80,163 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
80
80
  * Gets or sets the amount of left padding to use for the cell content for this column.
81
81
  */
82
82
  get paddingLeft() {
83
- return this.i.lj;
83
+ return this.i.lk;
84
84
  }
85
85
  set paddingLeft(v) {
86
- this.i.lj = +v;
87
- this._a("paddingLeft", this.i.lj);
86
+ this.i.lk = +v;
87
+ this._a("paddingLeft", this.i.lk);
88
88
  }
89
89
  /**
90
90
  * Gets or sets the amount of top padding to use for the cell content for this column.
91
91
  */
92
92
  get paddingTop() {
93
- return this.i.ll;
93
+ return this.i.lm;
94
94
  }
95
95
  set paddingTop(v) {
96
- this.i.ll = +v;
97
- this._a("paddingTop", this.i.ll);
96
+ this.i.lm = +v;
97
+ this._a("paddingTop", this.i.lm);
98
98
  }
99
99
  /**
100
100
  * Gets or sets the amount of right padding to use for the cell content of this column.
101
101
  */
102
102
  get paddingRight() {
103
- return this.i.lk;
103
+ return this.i.ll;
104
104
  }
105
105
  set paddingRight(v) {
106
- this.i.lk = +v;
107
- this._a("paddingRight", this.i.lk);
106
+ this.i.ll = +v;
107
+ this._a("paddingRight", this.i.ll);
108
108
  }
109
109
  /**
110
110
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
111
111
  */
112
112
  get paddingBottom() {
113
- return this.i.li;
113
+ return this.i.lj;
114
114
  }
115
115
  set paddingBottom(v) {
116
- this.i.li = +v;
117
- this._a("paddingBottom", this.i.li);
116
+ this.i.lj = +v;
117
+ this._a("paddingBottom", this.i.lj);
118
118
  }
119
119
  /**
120
120
  * Gets or sets an unique name of the Column
121
121
  */
122
122
  get name() {
123
- return this.i.n6;
123
+ return this.i.n8;
124
124
  }
125
125
  set name(v) {
126
- this.i.n6 = v;
126
+ this.i.n8 = v;
127
127
  }
128
128
  /**
129
129
  * Gets or sets the key used for the column binding
130
130
  */
131
131
  get field() {
132
- return this.i.nf;
132
+ return this.i.nh;
133
133
  }
134
134
  set field(v) {
135
- this.i.nf = v;
135
+ this.i.nh = v;
136
136
  }
137
137
  /**
138
138
  * Gets or sets the text displayed in the header of the column
139
139
  */
140
140
  get headerText() {
141
- return this.i.nm;
141
+ return this.i.no;
142
142
  }
143
143
  set headerText(v) {
144
- this.i.nm = v;
144
+ this.i.no = v;
145
145
  }
146
146
  /**
147
147
  * Gets the actual text displayed in the header of the column
148
148
  */
149
149
  get actualHeaderText() {
150
- return this.i.mi;
150
+ return this.i.mj;
151
151
  }
152
152
  set actualHeaderText(v) {
153
- this.i.mi = v;
153
+ this.i.mj = v;
154
154
  }
155
155
  /**
156
156
  * Gets or sets the background color to use for the cells when they are selected
157
157
  */
158
158
  get selectedBackground() {
159
- return brushToString(this.i.rs);
159
+ return brushToString(this.i.rz);
160
160
  }
161
161
  set selectedBackground(v) {
162
- this.i.rs = stringToBrush(v);
163
- this._a("selectedBackground", brushToString(this.i.rs));
162
+ this.i.rz = stringToBrush(v);
163
+ this._a("selectedBackground", brushToString(this.i.rz));
164
164
  }
165
165
  /**
166
166
  * Gets the actual background color that is used for the cells when they are selected
167
167
  */
168
168
  get actualSelectedBackground() {
169
- return brushToString(this.i.rc);
169
+ return brushToString(this.i.ri);
170
170
  }
171
171
  set actualSelectedBackground(v) {
172
- this.i.rc = stringToBrush(v);
173
- this._a("actualSelectedBackground", brushToString(this.i.rc));
172
+ this.i.ri = stringToBrush(v);
173
+ this._a("actualSelectedBackground", brushToString(this.i.ri));
174
+ }
175
+ /**
176
+ * Gets or sets the text color to use for the cells when they are selected
177
+ */
178
+ get selectedTextColor() {
179
+ return brushToString(this.i.r0);
180
+ }
181
+ set selectedTextColor(v) {
182
+ this.i.r0 = stringToBrush(v);
183
+ this._a("selectedTextColor", brushToString(this.i.r0));
184
+ }
185
+ /**
186
+ * Gets the actual text color that is used for the cells when they are selected
187
+ */
188
+ get actualSelectedTextColor() {
189
+ return brushToString(this.i.rj);
190
+ }
191
+ set actualSelectedTextColor(v) {
192
+ this.i.rj = stringToBrush(v);
193
+ this._a("actualSelectedTextColor", brushToString(this.i.rj));
174
194
  }
175
195
  /**
176
196
  * Gets or sets the background color to use for the cells when the row is hovered.
177
197
  */
178
198
  get rowHoverBackground() {
179
- return brushToString(this.i.rq);
199
+ return brushToString(this.i.rx);
180
200
  }
181
201
  set rowHoverBackground(v) {
182
- this.i.rq = stringToBrush(v);
183
- this._a("rowHoverBackground", brushToString(this.i.rq));
202
+ this.i.rx = stringToBrush(v);
203
+ this._a("rowHoverBackground", brushToString(this.i.rx));
184
204
  }
185
205
  /**
186
206
  * Gets the actual background color that is used for the cells when they are hovered.
187
207
  */
188
208
  get actualHoverBackground() {
189
- return brushToString(this.i.ra);
209
+ return brushToString(this.i.rg);
190
210
  }
191
211
  set actualHoverBackground(v) {
192
- this.i.ra = stringToBrush(v);
193
- this._a("actualHoverBackground", brushToString(this.i.ra));
212
+ this.i.rg = stringToBrush(v);
213
+ this._a("actualHoverBackground", brushToString(this.i.rg));
194
214
  }
195
215
  /**
196
216
  * Gets or sets the text color to use for the cells when the row is hovered.
197
217
  */
198
218
  get rowHoverTextColor() {
199
- return brushToString(this.i.rr);
219
+ return brushToString(this.i.ry);
200
220
  }
201
221
  set rowHoverTextColor(v) {
202
- this.i.rr = stringToBrush(v);
203
- this._a("rowHoverTextColor", brushToString(this.i.rr));
222
+ this.i.ry = stringToBrush(v);
223
+ this._a("rowHoverTextColor", brushToString(this.i.ry));
204
224
  }
205
225
  /**
206
226
  * Gets the actual text color that is used for the cells when they are hovered.
207
227
  */
208
228
  get actualRowHoverTextColor() {
209
- return brushToString(this.i.rb);
229
+ return brushToString(this.i.rh);
210
230
  }
211
231
  set actualRowHoverTextColor(v) {
212
- this.i.rb = stringToBrush(v);
213
- this._a("actualRowHoverTextColor", brushToString(this.i.rb));
232
+ this.i.rh = stringToBrush(v);
233
+ this._a("actualRowHoverTextColor", brushToString(this.i.rh));
214
234
  }
215
235
  /**
216
236
  * Gets or sets the animation settings to use for this column.
217
237
  */
218
238
  get animationSettings() {
219
- const r = this.i.ic;
239
+ const r = this.i.id;
220
240
  if (r == null) {
221
241
  return null;
222
242
  }
@@ -235,7 +255,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
235
255
  return r.externalObject;
236
256
  }
237
257
  set animationSettings(v) {
238
- v == null ? this.i.ic = null : this.i.ic = v.i;
258
+ v == null ? this.i.id = null : this.i.id = v.i;
239
259
  }
240
260
  /**
241
261
  * Gets or sets the width to use for this column.
@@ -272,49 +292,49 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
272
292
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
273
293
  */
274
294
  get minWidth() {
275
- return this.i.kq;
295
+ return this.i.kr;
276
296
  }
277
297
  set minWidth(v) {
278
- this.i.kq = +v;
279
- this._a("minWidth", this.i.kq);
298
+ this.i.kr = +v;
299
+ this._a("minWidth", this.i.kr);
280
300
  }
281
301
  /**
282
302
  * Gets whether this column was projected from markup/templates and is constrained.
283
303
  */
284
304
  get isFromMarkup() {
285
- return this.i.j8;
305
+ return this.i.j9;
286
306
  }
287
307
  set isFromMarkup(v) {
288
- this.i.j8 = ensureBool(v);
289
- this._a("isFromMarkup", this.i.j8);
308
+ this.i.j9 = ensureBool(v);
309
+ this._a("isFromMarkup", this.i.j9);
290
310
  }
291
311
  /**
292
312
  * Gets whether this column was auto generated.
293
313
  */
294
314
  get isAutoGenerated() {
295
- return this.i.j2;
315
+ return this.i.j3;
296
316
  }
297
317
  set isAutoGenerated(v) {
298
- this.i.j2 = ensureBool(v);
299
- this._a("isAutoGenerated", this.i.j2);
318
+ this.i.j3 = ensureBool(v);
319
+ this._a("isAutoGenerated", this.i.j3);
300
320
  }
301
321
  /**
302
322
  * Gets or sets a filter to apply on the values of this column
303
323
  */
304
324
  get filter() {
305
- return this.i.g4;
325
+ return this.i.g5;
306
326
  }
307
327
  set filter(v) {
308
- this.i.g4 = v;
328
+ this.i.g5 = v;
309
329
  }
310
330
  /**
311
331
  * Gets or sets a filter to apply to the values of this column.
312
332
  */
313
333
  get filterExpression() {
314
- return this.i.g6;
334
+ return this.i.g7;
315
335
  }
316
336
  set filterExpression(v) {
317
- this.i.g6 = v;
337
+ this.i.g7 = v;
318
338
  }
319
339
  /**
320
340
  * Gets or sets the header definition for this column.
@@ -342,429 +362,429 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
342
362
  * Gets or sets whether filtering is enabled for this column.
343
363
  */
344
364
  get isFilteringEnabled() {
345
- return this.i.j7;
365
+ return this.i.j8;
346
366
  }
347
367
  set isFilteringEnabled(v) {
348
- this.i.j7 = ensureBool(v);
349
- this._a("isFilteringEnabled", this.i.j7);
368
+ this.i.j8 = ensureBool(v);
369
+ this._a("isFilteringEnabled", this.i.j8);
350
370
  }
351
371
  /**
352
372
  * Gets or sets whether resizing is enabled for this column.
353
373
  */
354
374
  get isResizingEnabled() {
355
- return this.i.ka;
375
+ return this.i.kb;
356
376
  }
357
377
  set isResizingEnabled(v) {
358
- this.i.ka = ensureBool(v);
359
- this._a("isResizingEnabled", this.i.ka);
378
+ this.i.kb = ensureBool(v);
379
+ this._a("isResizingEnabled", this.i.kb);
360
380
  }
361
381
  /**
362
382
  * Gets or sets whether or not a column is hidden from the grid
363
383
  */
364
384
  get isHidden() {
365
- return this.i.j9;
385
+ return this.i.ka;
366
386
  }
367
387
  set isHidden(v) {
368
- this.i.j9 = ensureBool(v);
369
- this._a("isHidden", this.i.j9);
388
+ this.i.ka = ensureBool(v);
389
+ this._a("isHidden", this.i.ka);
370
390
  }
371
391
  /**
372
392
  * Gets or sets if a column should be removed from the grid when it is fully hidden
373
393
  */
374
394
  get shouldRemoveWhenHidden() {
375
- return this.i.kd;
395
+ return this.i.ke;
376
396
  }
377
397
  set shouldRemoveWhenHidden(v) {
378
- this.i.kd = ensureBool(v);
379
- this._a("shouldRemoveWhenHidden", this.i.kd);
398
+ this.i.ke = ensureBool(v);
399
+ this._a("shouldRemoveWhenHidden", this.i.ke);
380
400
  }
381
401
  /**
382
402
  * Gets the current sort direction (None, Ascending, Descending) for this column.
383
403
  */
384
404
  get sortDirection() {
385
- return this.i.hu;
405
+ return this.i.hv;
386
406
  }
387
407
  set sortDirection(v) {
388
- this.i.hu = ensureEnum(ColumnSortDirection_$type, v);
389
- this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hu));
408
+ this.i.hv = ensureEnum(ColumnSortDirection_$type, v);
409
+ this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hv));
390
410
  }
391
411
  /**
392
412
  * Gets or sets the current fixed position for this column.
393
413
  */
394
414
  get pinned() {
395
- return this.i.is;
415
+ return this.i.it;
396
416
  }
397
417
  set pinned(v) {
398
- this.i.is = ensureEnum(PinnedPositions_$type, v);
399
- this._a("pinned", enumToString(PinnedPositions_$type, this.i.is));
418
+ this.i.it = ensureEnum(PinnedPositions_$type, v);
419
+ this._a("pinned", enumToString(PinnedPositions_$type, this.i.it));
400
420
  }
401
421
  /**
402
422
  * Gets the actual column options icon alignment for this column.
403
423
  */
404
424
  get actualColumnOptionsIconAlignment() {
405
- return this.i.hl;
425
+ return this.i.hm;
406
426
  }
407
427
  set actualColumnOptionsIconAlignment(v) {
408
- this.i.hl = ensureEnum(ColumnOptionsIconAlignment_$type, v);
409
- this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hl));
428
+ this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
429
+ this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hm));
410
430
  }
411
431
  /**
412
432
  * Gets or sets whether the column options icon is aligned opposite the header text or not.
413
433
  */
414
434
  get columnOptionsIconAlignment() {
415
- return this.i.hm;
435
+ return this.i.hn;
416
436
  }
417
437
  set columnOptionsIconAlignment(v) {
418
- this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
419
- this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hm));
438
+ this.i.hn = ensureEnum(ColumnOptionsIconAlignment_$type, v);
439
+ this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hn));
420
440
  }
421
441
  /**
422
442
  * Gets the actual column options icon color for this column.
423
443
  */
424
444
  get actualColumnOptionsIconColor() {
425
- return brushToString(this.i.q5);
445
+ return brushToString(this.i.rb);
426
446
  }
427
447
  set actualColumnOptionsIconColor(v) {
428
- this.i.q5 = stringToBrush(v);
429
- this._a("actualColumnOptionsIconColor", brushToString(this.i.q5));
448
+ this.i.rb = stringToBrush(v);
449
+ this._a("actualColumnOptionsIconColor", brushToString(this.i.rb));
430
450
  }
431
451
  /**
432
452
  * Gets or sets the column options icon color for this column.
433
453
  */
434
454
  get columnOptionsIconColor() {
435
- return brushToString(this.i.rj);
455
+ return brushToString(this.i.rq);
436
456
  }
437
457
  set columnOptionsIconColor(v) {
438
- this.i.rj = stringToBrush(v);
439
- this._a("columnOptionsIconColor", brushToString(this.i.rj));
458
+ this.i.rq = stringToBrush(v);
459
+ this._a("columnOptionsIconColor", brushToString(this.i.rq));
440
460
  }
441
461
  /**
442
462
  * Gets or sets how the column option icon will behave in the column header.
443
463
  */
444
464
  get columnOptionsIconBehavior() {
445
- return this.i.hq;
465
+ return this.i.hr;
446
466
  }
447
467
  set columnOptionsIconBehavior(v) {
448
- this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
449
- this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hq));
468
+ this.i.hr = ensureEnum(ColumnOptionsIconBehavior_$type, v);
469
+ this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hr));
450
470
  }
451
471
  /**
452
472
  * Gets or sets how the column option icon will behave in the column header.
453
473
  */
454
474
  get actualColumnOptionsIconBehavior() {
455
- return this.i.hp;
475
+ return this.i.hq;
456
476
  }
457
477
  set actualColumnOptionsIconBehavior(v) {
458
- this.i.hp = ensureEnum(ColumnOptionsIconBehavior_$type, v);
459
- this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hp));
478
+ this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
479
+ this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hq));
460
480
  }
461
481
  /**
462
482
  * Gets the actual state of the column options for this column.
463
483
  */
464
484
  get actualIsColumnOptionsEnabled() {
465
- return this.i.jv;
485
+ return this.i.jw;
466
486
  }
467
487
  set actualIsColumnOptionsEnabled(v) {
468
- this.i.jv = ensureBool(v);
469
- this._a("actualIsColumnOptionsEnabled", this.i.jv);
488
+ this.i.jw = ensureBool(v);
489
+ this._a("actualIsColumnOptionsEnabled", this.i.jw);
470
490
  }
471
491
  /**
472
492
  * Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
473
493
  * then it will be disabled for the column regardless of what this is set to.
474
494
  */
475
495
  get isColumnOptionsEnabled() {
476
- return this.i.j3;
496
+ return this.i.j4;
477
497
  }
478
498
  set isColumnOptionsEnabled(v) {
479
- this.i.j3 = ensureBool(v);
480
- this._a("isColumnOptionsEnabled", this.i.j3);
499
+ this.i.j4 = ensureBool(v);
500
+ this._a("isColumnOptionsEnabled", this.i.j4);
481
501
  }
482
502
  /**
483
503
  * Gets the actual state of summaries menu in the column options for this column.
484
504
  */
485
505
  get actualIsColumnOptionsSummariesEnabled() {
486
- return this.i.jx;
506
+ return this.i.jy;
487
507
  }
488
508
  set actualIsColumnOptionsSummariesEnabled(v) {
489
- this.i.jx = ensureBool(v);
490
- this._a("actualIsColumnOptionsSummariesEnabled", this.i.jx);
509
+ this.i.jy = ensureBool(v);
510
+ this._a("actualIsColumnOptionsSummariesEnabled", this.i.jy);
491
511
  }
492
512
  /**
493
513
  * Gets or sets whether to show the summaries option in the column options menu for this column.
494
514
  */
495
515
  get isColumnOptionsSummariesEnabled() {
496
- return this.i.j5;
516
+ return this.i.j6;
497
517
  }
498
518
  set isColumnOptionsSummariesEnabled(v) {
499
- this.i.j5 = ensureBool(v);
500
- this._a("isColumnOptionsSummariesEnabled", this.i.j5);
519
+ this.i.j6 = ensureBool(v);
520
+ this._a("isColumnOptionsSummariesEnabled", this.i.j6);
501
521
  }
502
522
  /**
503
523
  * Gets the actual state of grouping menu in the column options for this column.
504
524
  */
505
525
  get actualIsColumnOptionsGroupingEnabled() {
506
- return this.i.jw;
526
+ return this.i.jx;
507
527
  }
508
528
  set actualIsColumnOptionsGroupingEnabled(v) {
509
- this.i.jw = ensureBool(v);
510
- this._a("actualIsColumnOptionsGroupingEnabled", this.i.jw);
529
+ this.i.jx = ensureBool(v);
530
+ this._a("actualIsColumnOptionsGroupingEnabled", this.i.jx);
511
531
  }
512
532
  /**
513
533
  * Gets or sets whether to show the grouping option in the column options menu for this column.
514
534
  */
515
535
  get isColumnOptionsGroupingEnabled() {
516
- return this.i.j4;
536
+ return this.i.j5;
517
537
  }
518
538
  set isColumnOptionsGroupingEnabled(v) {
519
- this.i.j4 = ensureBool(v);
520
- this._a("isColumnOptionsGroupingEnabled", this.i.j4);
539
+ this.i.j5 = ensureBool(v);
540
+ this._a("isColumnOptionsGroupingEnabled", this.i.j5);
521
541
  }
522
542
  /**
523
543
  * Gets or sets the column options dropdown background color.
524
544
  */
525
545
  get actualColumnOptionsBackground() {
526
- return brushToString(this.i.q0);
546
+ return brushToString(this.i.q6);
527
547
  }
528
548
  set actualColumnOptionsBackground(v) {
529
- this.i.q0 = stringToBrush(v);
530
- this._a("actualColumnOptionsBackground", brushToString(this.i.q0));
549
+ this.i.q6 = stringToBrush(v);
550
+ this._a("actualColumnOptionsBackground", brushToString(this.i.q6));
531
551
  }
532
552
  /**
533
553
  * Gets or sets the column options dropdown background color.
534
554
  */
535
555
  get columnOptionsBackground() {
536
- return brushToString(this.i.re);
556
+ return brushToString(this.i.rl);
537
557
  }
538
558
  set columnOptionsBackground(v) {
539
- this.i.re = stringToBrush(v);
540
- this._a("columnOptionsBackground", brushToString(this.i.re));
559
+ this.i.rl = stringToBrush(v);
560
+ this._a("columnOptionsBackground", brushToString(this.i.rl));
541
561
  }
542
562
  /**
543
563
  * Gets or sets the text color for text inside the column options menu.
544
564
  */
545
565
  get actualColumnOptionsTextColor() {
546
- return brushToString(this.i.q7);
566
+ return brushToString(this.i.rd);
547
567
  }
548
568
  set actualColumnOptionsTextColor(v) {
549
- this.i.q7 = stringToBrush(v);
550
- this._a("actualColumnOptionsTextColor", brushToString(this.i.q7));
569
+ this.i.rd = stringToBrush(v);
570
+ this._a("actualColumnOptionsTextColor", brushToString(this.i.rd));
551
571
  }
552
572
  /**
553
573
  * Gets or sets the text color for text inside the column options menu.
554
574
  */
555
575
  get columnOptionsTextColor() {
556
- return brushToString(this.i.rl);
576
+ return brushToString(this.i.rs);
557
577
  }
558
578
  set columnOptionsTextColor(v) {
559
- this.i.rl = stringToBrush(v);
560
- this._a("columnOptionsTextColor", brushToString(this.i.rl));
579
+ this.i.rs = stringToBrush(v);
580
+ this._a("columnOptionsTextColor", brushToString(this.i.rs));
561
581
  }
562
582
  /**
563
583
  * Gets or sets the font settings for text inside the column options menu.
564
584
  */
565
585
  get columnOptionsTextStyle() {
566
- if (this.i.jc == null) {
586
+ if (this.i.jd == null) {
567
587
  return null;
568
588
  }
569
- return this.i.jc.fontString;
589
+ return this.i.jd.fontString;
570
590
  }
571
591
  set columnOptionsTextStyle(v) {
572
592
  let fi = new FontInfo();
573
593
  fi.fontString = v;
574
- this.i.jc = fi;
575
- this._a("columnOptionsTextStyle", this.i.jc != null ? this.i.jc.fontString : "");
594
+ this.i.jd = fi;
595
+ this._a("columnOptionsTextStyle", this.i.jd != null ? this.i.jd.fontString : "");
576
596
  }
577
597
  get actualColumnOptionsHoverBackgroundColor() {
578
- return brushToString(this.i.q4);
598
+ return brushToString(this.i.ra);
579
599
  }
580
600
  set actualColumnOptionsHoverBackgroundColor(v) {
581
- this.i.q4 = stringToBrush(v);
582
- this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.q4));
601
+ this.i.ra = stringToBrush(v);
602
+ this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.ra));
583
603
  }
584
604
  get columnOptionsHoverBackgroundColor() {
585
- return brushToString(this.i.ri);
605
+ return brushToString(this.i.rp);
586
606
  }
587
607
  set columnOptionsHoverBackgroundColor(v) {
588
- this.i.ri = stringToBrush(v);
589
- this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.ri));
608
+ this.i.rp = stringToBrush(v);
609
+ this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.rp));
590
610
  }
591
611
  get actualColumnOptionsToolTipBackgroundColor() {
592
- return brushToString(this.i.q8);
612
+ return brushToString(this.i.re);
593
613
  }
594
614
  set actualColumnOptionsToolTipBackgroundColor(v) {
595
- this.i.q8 = stringToBrush(v);
596
- this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.q8));
615
+ this.i.re = stringToBrush(v);
616
+ this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.re));
597
617
  }
598
618
  get columnOptionsToolTipBackgroundColor() {
599
- return brushToString(this.i.rm);
619
+ return brushToString(this.i.rt);
600
620
  }
601
621
  set columnOptionsToolTipBackgroundColor(v) {
602
- this.i.rm = stringToBrush(v);
603
- this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.rm));
622
+ this.i.rt = stringToBrush(v);
623
+ this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.rt));
604
624
  }
605
625
  get actualColumnOptionsHighlightColor() {
606
- return brushToString(this.i.q3);
626
+ return brushToString(this.i.q9);
607
627
  }
608
628
  set actualColumnOptionsHighlightColor(v) {
609
- this.i.q3 = stringToBrush(v);
610
- this._a("actualColumnOptionsHighlightColor", brushToString(this.i.q3));
629
+ this.i.q9 = stringToBrush(v);
630
+ this._a("actualColumnOptionsHighlightColor", brushToString(this.i.q9));
611
631
  }
612
632
  get columnOptionsHighlightColor() {
613
- return brushToString(this.i.rh);
633
+ return brushToString(this.i.ro);
614
634
  }
615
635
  set columnOptionsHighlightColor(v) {
616
- this.i.rh = stringToBrush(v);
617
- this._a("columnOptionsHighlightColor", brushToString(this.i.rh));
636
+ this.i.ro = stringToBrush(v);
637
+ this._a("columnOptionsHighlightColor", brushToString(this.i.ro));
618
638
  }
619
639
  /**
620
640
  * Gets or sets the color of separators inside the column options menu.
621
641
  */
622
642
  get actualColumnOptionsSeparatorColor() {
623
- return brushToString(this.i.q6);
643
+ return brushToString(this.i.rc);
624
644
  }
625
645
  set actualColumnOptionsSeparatorColor(v) {
626
- this.i.q6 = stringToBrush(v);
627
- this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.q6));
646
+ this.i.rc = stringToBrush(v);
647
+ this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.rc));
628
648
  }
629
649
  /**
630
650
  * Gets or sets the color of separators inside the column options menu.
631
651
  */
632
652
  get columnOptionsSeparatorColor() {
633
- return brushToString(this.i.rk);
653
+ return brushToString(this.i.rr);
634
654
  }
635
655
  set columnOptionsSeparatorColor(v) {
636
- this.i.rk = stringToBrush(v);
637
- this._a("columnOptionsSeparatorColor", brushToString(this.i.rk));
656
+ this.i.rr = stringToBrush(v);
657
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.rr));
638
658
  }
639
659
  /**
640
660
  * Gets or sets the background color for group headers inside the column options menu.
641
661
  */
642
662
  get actualColumnOptionsGroupHeaderBackground() {
643
- return brushToString(this.i.q1);
663
+ return brushToString(this.i.q7);
644
664
  }
645
665
  set actualColumnOptionsGroupHeaderBackground(v) {
646
- this.i.q1 = stringToBrush(v);
647
- this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.q1));
666
+ this.i.q7 = stringToBrush(v);
667
+ this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.q7));
648
668
  }
649
669
  /**
650
670
  * Gets or sets the background color for group headers inside the column options menu.
651
671
  */
652
672
  get columnOptionsGroupHeaderBackground() {
653
- return brushToString(this.i.rf);
673
+ return brushToString(this.i.rm);
654
674
  }
655
675
  set columnOptionsGroupHeaderBackground(v) {
656
- this.i.rf = stringToBrush(v);
657
- this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.rf));
676
+ this.i.rm = stringToBrush(v);
677
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.rm));
658
678
  }
659
679
  /**
660
680
  * Gets the actual text color for group headers inside the column options menu.
661
681
  */
662
682
  get actualColumnOptionsGroupHeaderTextColor() {
663
- return brushToString(this.i.q2);
683
+ return brushToString(this.i.q8);
664
684
  }
665
685
  set actualColumnOptionsGroupHeaderTextColor(v) {
666
- this.i.q2 = stringToBrush(v);
667
- this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.q2));
686
+ this.i.q8 = stringToBrush(v);
687
+ this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.q8));
668
688
  }
669
689
  /**
670
690
  * Gets or sets the text color for group headers inside the column options menu.
671
691
  */
672
692
  get columnOptionsGroupHeaderTextColor() {
673
- return brushToString(this.i.rg);
693
+ return brushToString(this.i.rn);
674
694
  }
675
695
  set columnOptionsGroupHeaderTextColor(v) {
676
- this.i.rg = stringToBrush(v);
677
- this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.rg));
696
+ this.i.rn = stringToBrush(v);
697
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.rn));
678
698
  }
679
699
  get columnOptionsGroupHeaderTextStyle() {
680
- if (this.i.jb == null) {
700
+ if (this.i.jc == null) {
681
701
  return null;
682
702
  }
683
- return this.i.jb.fontString;
703
+ return this.i.jc.fontString;
684
704
  }
685
705
  set columnOptionsGroupHeaderTextStyle(v) {
686
706
  let fi = new FontInfo();
687
707
  fi.fontString = v;
688
- this.i.jb = fi;
689
- this._a("columnOptionsGroupHeaderTextStyle", this.i.jb != null ? this.i.jb.fontString : "");
708
+ this.i.jc = fi;
709
+ this._a("columnOptionsGroupHeaderTextStyle", this.i.jc != null ? this.i.jc.fontString : "");
690
710
  }
691
711
  get actualColumnOptionsAccentColor() {
692
- return brushToString(this.i.qz);
712
+ return brushToString(this.i.q5);
693
713
  }
694
714
  set actualColumnOptionsAccentColor(v) {
695
- this.i.qz = stringToBrush(v);
696
- this._a("actualColumnOptionsAccentColor", brushToString(this.i.qz));
715
+ this.i.q5 = stringToBrush(v);
716
+ this._a("actualColumnOptionsAccentColor", brushToString(this.i.q5));
697
717
  }
698
718
  get columnOptionsAccentColor() {
699
- return brushToString(this.i.rd);
719
+ return brushToString(this.i.rk);
700
720
  }
701
721
  set columnOptionsAccentColor(v) {
702
- this.i.rd = stringToBrush(v);
703
- this._a("columnOptionsAccentColor", brushToString(this.i.rd));
722
+ this.i.rk = stringToBrush(v);
723
+ this._a("columnOptionsAccentColor", brushToString(this.i.rk));
704
724
  }
705
725
  get actualColumnOptionsRowHeight() {
706
- return this.i.k9;
726
+ return this.i.la;
707
727
  }
708
728
  set actualColumnOptionsRowHeight(v) {
709
- this.i.k9 = +v;
710
- this._a("actualColumnOptionsRowHeight", this.i.k9);
729
+ this.i.la = +v;
730
+ this._a("actualColumnOptionsRowHeight", this.i.la);
711
731
  }
712
732
  get columnOptionsRowHeight() {
713
- return this.i.la;
733
+ return this.i.lb;
714
734
  }
715
735
  set columnOptionsRowHeight(v) {
716
- this.i.la = +v;
717
- this._a("columnOptionsRowHeight", this.i.la);
736
+ this.i.lb = +v;
737
+ this._a("columnOptionsRowHeight", this.i.lb);
718
738
  }
719
739
  /**
720
740
  * Gets or sets if the column is editable.
721
741
  */
722
742
  get isEditable() {
723
- return this.i.j6;
743
+ return this.i.j7;
724
744
  }
725
745
  set isEditable(v) {
726
- this.i.j6 = ensureBool(v);
727
- this._a("isEditable", this.i.j6);
746
+ this.i.j7 = ensureBool(v);
747
+ this._a("isEditable", this.i.j7);
728
748
  }
729
749
  /**
730
750
  * Gets or sets the text color used for deleted rows.
731
751
  */
732
752
  get deletedTextColor() {
733
- return brushToString(this.i.rn);
753
+ return brushToString(this.i.ru);
734
754
  }
735
755
  set deletedTextColor(v) {
736
- this.i.rn = stringToBrush(v);
737
- this._a("deletedTextColor", brushToString(this.i.rn));
756
+ this.i.ru = stringToBrush(v);
757
+ this._a("deletedTextColor", brushToString(this.i.ru));
738
758
  }
739
759
  /**
740
760
  * Gets the actual text color used for deleted rows.
741
761
  */
742
762
  get actualDeletedTextColor() {
743
- return brushToString(this.i.q9);
763
+ return brushToString(this.i.rf);
744
764
  }
745
765
  set actualDeletedTextColor(v) {
746
- this.i.q9 = stringToBrush(v);
747
- this._a("actualDeletedTextColor", brushToString(this.i.q9));
766
+ this.i.rf = stringToBrush(v);
767
+ this._a("actualDeletedTextColor", brushToString(this.i.rf));
748
768
  }
749
769
  /**
750
770
  * Gets or sets the opacity to use for unsaved edited cell values.
751
771
  */
752
772
  get editOpacity() {
753
- return this.i.kp;
773
+ return this.i.kq;
754
774
  }
755
775
  set editOpacity(v) {
756
- this.i.kp = +v;
757
- this._a("editOpacity", this.i.kp);
776
+ this.i.kq = +v;
777
+ this._a("editOpacity", this.i.kq);
758
778
  }
759
779
  /**
760
780
  * Gets the actual opacity for unsaved edited cell values.
761
781
  */
762
782
  get actualEditOpacity() {
763
- return this.i.ko;
783
+ return this.i.kp;
764
784
  }
765
785
  set actualEditOpacity(v) {
766
- this.i.ko = +v;
767
- this._a("actualEditOpacity", this.i.ko);
786
+ this.i.kp = +v;
787
+ this._a("actualEditOpacity", this.i.kp);
768
788
  }
769
789
  /**
770
790
  * Gets or sets the font style to use for unsaved cell edits.
@@ -785,96 +805,96 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
785
805
  * Gets the actual font style used for unsaved cell edits.
786
806
  */
787
807
  get actualEditFontInfo() {
788
- if (this.i.ja == null) {
808
+ if (this.i.jb == null) {
789
809
  return null;
790
810
  }
791
- return this.i.ja.fontString;
811
+ return this.i.jb.fontString;
792
812
  }
793
813
  set actualEditFontInfo(v) {
794
814
  let fi = new FontInfo();
795
815
  fi.fontString = v;
796
- this.i.ja = fi;
797
- this._a("actualEditFontInfo", this.i.ja != null ? this.i.ja.fontString : "");
816
+ this.i.jb = fi;
817
+ this._a("actualEditFontInfo", this.i.jb != null ? this.i.jb.fontString : "");
798
818
  }
799
819
  /**
800
820
  * Gets or sets if and how cell merging is performed for this field.
801
821
  */
802
822
  get mergedCellMode() {
803
- return this.i.io;
823
+ return this.i.ip;
804
824
  }
805
825
  set mergedCellMode(v) {
806
- this.i.io = ensureEnum(MergedCellMode_$type, v);
807
- this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.io));
826
+ this.i.ip = ensureEnum(MergedCellMode_$type, v);
827
+ this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ip));
808
828
  }
809
829
  /**
810
830
  * Gets or sets how cells are evaluated for merging.
811
831
  */
812
832
  get mergedCellEvaluationCriteria() {
813
- return this.i.ik;
833
+ return this.i.il;
814
834
  }
815
835
  set mergedCellEvaluationCriteria(v) {
816
- this.i.ik = ensureEnum(MergedCellEvaluationCriteria_$type, v);
817
- this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.ik));
836
+ this.i.il = ensureEnum(MergedCellEvaluationCriteria_$type, v);
837
+ this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.il));
818
838
  }
819
839
  /**
820
840
  * Gets or sets the vertical alignment to use for the merged cell content.
821
841
  */
822
842
  get mergedCellVerticalAlignment() {
823
- return this.i.hd;
843
+ return this.i.he;
824
844
  }
825
845
  set mergedCellVerticalAlignment(v) {
826
- this.i.hd = ensureEnum(CellContentVerticalAlignment_$type, v);
827
- this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.hd));
846
+ this.i.he = ensureEnum(CellContentVerticalAlignment_$type, v);
847
+ this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.he));
828
848
  }
829
849
  /**
830
850
  * Gets or sets the amount of left padding to use for the cell content for this column.
831
851
  */
832
852
  get mergedCellPaddingLeft() {
833
- return this.i.lc;
853
+ return this.i.ld;
834
854
  }
835
855
  set mergedCellPaddingLeft(v) {
836
- this.i.lc = +v;
837
- this._a("mergedCellPaddingLeft", this.i.lc);
856
+ this.i.ld = +v;
857
+ this._a("mergedCellPaddingLeft", this.i.ld);
838
858
  }
839
859
  /**
840
860
  * Gets or sets the amount of top padding to use for the cell content for this column.
841
861
  */
842
862
  get mergedCellPaddingTop() {
843
- return this.i.le;
863
+ return this.i.lf;
844
864
  }
845
865
  set mergedCellPaddingTop(v) {
846
- this.i.le = +v;
847
- this._a("mergedCellPaddingTop", this.i.le);
866
+ this.i.lf = +v;
867
+ this._a("mergedCellPaddingTop", this.i.lf);
848
868
  }
849
869
  /**
850
870
  * Gets or sets the amount of right padding to use for the cell content of this column.
851
871
  */
852
872
  get mergedCellPaddingRight() {
853
- return this.i.ld;
873
+ return this.i.le;
854
874
  }
855
875
  set mergedCellPaddingRight(v) {
856
- this.i.ld = +v;
857
- this._a("mergedCellPaddingRight", this.i.ld);
876
+ this.i.le = +v;
877
+ this._a("mergedCellPaddingRight", this.i.le);
858
878
  }
859
879
  /**
860
880
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
861
881
  */
862
882
  get mergedCellPaddingBottom() {
863
- return this.i.lb;
883
+ return this.i.lc;
864
884
  }
865
885
  set mergedCellPaddingBottom(v) {
866
- this.i.lb = +v;
867
- this._a("mergedCellPaddingBottom", this.i.lb);
886
+ this.i.lc = +v;
887
+ this._a("mergedCellPaddingBottom", this.i.lc);
868
888
  }
869
889
  /**
870
890
  * Gets or sets whether UI filters are case sensitive or not.
871
891
  */
872
892
  get filterComparisonType() {
873
- return this.i.h6;
893
+ return this.i.h7;
874
894
  }
875
895
  set filterComparisonType(v) {
876
- this.i.h6 = ensureEnum(FilterComparisonType_$type, v);
877
- this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h6));
896
+ this.i.h7 = ensureEnum(FilterComparisonType_$type, v);
897
+ this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h7));
878
898
  }
879
899
  /**
880
900
  * Gets a list of the current custom filters for this column.
@@ -882,7 +902,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
882
902
  get filterOperands() {
883
903
  if (this._filterOperands === null) {
884
904
  let coll = new IgcGridFilterOperandsCollection();
885
- let innerColl = this.i.ie;
905
+ let innerColl = this.i.ig;
886
906
  if (!innerColl) {
887
907
  innerColl = new GridFilterOperandsCollection_internal();
888
908
  }
@@ -898,7 +918,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
898
918
  let coll = new IgcGridFilterOperandsCollection();
899
919
  this._filterOperands = coll._fromOuter(v);
900
920
  let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
901
- let innerColl = this.i.ie;
921
+ let innerColl = this.i.ig;
902
922
  if (!innerColl) {
903
923
  innerColl = new GridFilterOperandsCollection_internal();
904
924
  }
@@ -910,20 +930,20 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
910
930
  * Gets or sets the text to display in the suffix area of cells in this column.
911
931
  */
912
932
  get suffixText() {
913
- return this.i.ou;
933
+ return this.i.ox;
914
934
  }
915
935
  set suffixText(v) {
916
- this.i.ou = v;
936
+ this.i.ox = v;
917
937
  }
918
938
  /**
919
939
  * Gets or sets the color of the text in the suffix area of the cells in this column.
920
940
  */
921
941
  get suffixTextColor() {
922
- return brushToString(this.i.rv);
942
+ return brushToString(this.i.r3);
923
943
  }
924
944
  set suffixTextColor(v) {
925
- this.i.rv = stringToBrush(v);
926
- this._a("suffixTextColor", brushToString(this.i.rv));
945
+ this.i.r3 = stringToBrush(v);
946
+ this._a("suffixTextColor", brushToString(this.i.r3));
927
947
  }
928
948
  /**
929
949
  * Gets or sets the font of the suffix text.
@@ -944,99 +964,99 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
944
964
  * Gets or sets the icon to use in the suffix area of the cells in this column.
945
965
  */
946
966
  get suffixIconName() {
947
- return this.i.om;
967
+ return this.i.op;
948
968
  }
949
969
  set suffixIconName(v) {
950
- this.i.om = v;
970
+ this.i.op = v;
951
971
  }
952
972
  /**
953
973
  * Gets or sets the icon to use in the suffix area of the cells in this column.
954
974
  */
955
975
  get suffixIconCollectionName() {
956
- return this.i.oj;
976
+ return this.i.om;
957
977
  }
958
978
  set suffixIconCollectionName(v) {
959
- this.i.oj = v;
979
+ this.i.om = v;
960
980
  }
961
981
  /**
962
982
  * Gets or sets the stroke color of suffix icon.
963
983
  */
964
984
  get suffixIconStroke() {
965
- return brushToString(this.i.ru);
985
+ return brushToString(this.i.r2);
966
986
  }
967
987
  set suffixIconStroke(v) {
968
- this.i.ru = stringToBrush(v);
969
- this._a("suffixIconStroke", brushToString(this.i.ru));
988
+ this.i.r2 = stringToBrush(v);
989
+ this._a("suffixIconStroke", brushToString(this.i.r2));
970
990
  }
971
991
  /**
972
992
  * Gets or sets the fill color of suffix icon.
973
993
  */
974
994
  get suffixIconFill() {
975
- return brushToString(this.i.rt);
995
+ return brushToString(this.i.r1);
976
996
  }
977
997
  set suffixIconFill(v) {
978
- this.i.rt = stringToBrush(v);
979
- this._a("suffixIconFill", brushToString(this.i.rt));
998
+ this.i.r1 = stringToBrush(v);
999
+ this._a("suffixIconFill", brushToString(this.i.r1));
980
1000
  }
981
1001
  /**
982
1002
  * Gets or sets the suffix icon's viewbox x coordinate.
983
1003
  */
984
1004
  get suffixIconViewBoxLeft() {
985
- return this.i.ks;
1005
+ return this.i.kt;
986
1006
  }
987
1007
  set suffixIconViewBoxLeft(v) {
988
- this.i.ks = +v;
989
- this._a("suffixIconViewBoxLeft", this.i.ks);
1008
+ this.i.kt = +v;
1009
+ this._a("suffixIconViewBoxLeft", this.i.kt);
990
1010
  }
991
1011
  /**
992
1012
  * Gets or sets the suffix icon's viewbox y coordinate.
993
1013
  */
994
1014
  get suffixIconViewBoxTop() {
995
- return this.i.kt;
1015
+ return this.i.ku;
996
1016
  }
997
1017
  set suffixIconViewBoxTop(v) {
998
- this.i.kt = +v;
999
- this._a("suffixIconViewBoxTop", this.i.kt);
1018
+ this.i.ku = +v;
1019
+ this._a("suffixIconViewBoxTop", this.i.ku);
1000
1020
  }
1001
1021
  /**
1002
1022
  * Gets or sets the suffix icon's viewbox width.
1003
1023
  */
1004
1024
  get suffixIconViewBoxWidth() {
1005
- return this.i.ku;
1025
+ return this.i.kv;
1006
1026
  }
1007
1027
  set suffixIconViewBoxWidth(v) {
1008
- this.i.ku = +v;
1009
- this._a("suffixIconViewBoxWidth", this.i.ku);
1028
+ this.i.kv = +v;
1029
+ this._a("suffixIconViewBoxWidth", this.i.kv);
1010
1030
  }
1011
1031
  /**
1012
1032
  * Gets or sets the suffix icon's viewbox height.
1013
1033
  */
1014
1034
  get suffixIconViewBoxHeight() {
1015
- return this.i.kr;
1035
+ return this.i.ks;
1016
1036
  }
1017
1037
  set suffixIconViewBoxHeight(v) {
1018
- this.i.kr = +v;
1019
- this._a("suffixIconViewBoxHeight", this.i.kr);
1038
+ this.i.ks = +v;
1039
+ this._a("suffixIconViewBoxHeight", this.i.ks);
1020
1040
  }
1021
1041
  /**
1022
1042
  * Gets or sets the suffix margin.
1023
1043
  */
1024
1044
  get suffixMargin() {
1025
- return this.i.kv;
1045
+ return this.i.kw;
1026
1046
  }
1027
1047
  set suffixMargin(v) {
1028
- this.i.kv = +v;
1029
- this._a("suffixMargin", this.i.kv);
1048
+ this.i.kw = +v;
1049
+ this._a("suffixMargin", this.i.kw);
1030
1050
  }
1031
1051
  /**
1032
1052
  * Gets or sets the text decoration to apply to cells in this column.
1033
1053
  */
1034
1054
  get textDecoration() {
1035
- return this.i.iu;
1055
+ return this.i.iv;
1036
1056
  }
1037
1057
  set textDecoration(v) {
1038
- this.i.iu = ensureEnum(TextCellDecoration_$type, v);
1039
- this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.iu));
1058
+ this.i.iv = ensureEnum(TextCellDecoration_$type, v);
1059
+ this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.iv));
1040
1060
  }
1041
1061
  findByName(name) {
1042
1062
  var baseResult = super.findByName(name);
@@ -1070,18 +1090,18 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
1070
1090
 
1071
1091
  */
1072
1092
  getUniqueKey() {
1073
- let iv = this.i.nk();
1093
+ let iv = this.i.nm();
1074
1094
  return (iv);
1075
1095
  }
1076
1096
  setNamedHeaderValue(valueName, animationType, value) {
1077
- this.i.pc(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1097
+ this.i.pf(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1078
1098
  }
1079
1099
  /**
1080
1100
  * Returns if the column has named header values.
1081
1101
 
1082
1102
  */
1083
1103
  hasNamedHeaderValues() {
1084
- let iv = this.i.j0();
1104
+ let iv = this.i.j1();
1085
1105
  return (iv);
1086
1106
  }
1087
1107
  /**
@@ -1090,7 +1110,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
1090
1110
  * @param valueName * The named value to check for.
1091
1111
  */
1092
1112
  hasNamedHeaderValue(valueName) {
1093
- let iv = this.i.jz(valueName);
1113
+ let iv = this.i.j0(valueName);
1094
1114
  return (iv);
1095
1115
  }
1096
1116
  /**
@@ -1099,7 +1119,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
1099
1119
  * @param valueName * The named header value to remove.
1100
1120
  */
1101
1121
  removeNamedHeaderValue(valueName) {
1102
- this.i.pb(valueName);
1122
+ this.i.pe(valueName);
1103
1123
  }
1104
1124
  /**
1105
1125
  * Gets the value of a named header value for this column by name.
@@ -1107,11 +1127,11 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
1107
1127
  * @param valueName * Name of the named header value to retrieve.
1108
1128
  */
1109
1129
  getNamedHeaderValue(valueName) {
1110
- let iv = this.i.lq(valueName);
1130
+ let iv = this.i.lr(valueName);
1111
1131
  return (iv);
1112
1132
  }
1113
1133
  applyCustomFilter(filterID, index, value) {
1114
- this.i.o2(filterID, index, value);
1134
+ this.i.o5(filterID, index, value);
1115
1135
  }
1116
1136
  getDesiredToolbarActions() {
1117
1137
  let iv = this.i.getDesiredToolbarActions();
@@ -1167,7 +1187,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
1167
1187
  this._actualHeaderTextChange = ev;
1168
1188
  this._actualHeaderTextChange_wrapped = (o, e) => {
1169
1189
  let ext = this.actualHeaderText;
1170
- if (e.propertyName == 'Mi') {
1190
+ if (e.propertyName == 'Mj') {
1171
1191
  if (this.beforeActualHeaderTextChange) {
1172
1192
  this.beforeActualHeaderTextChange(this, ext);
1173
1193
  }