igniteui-webcomponents-data-grids 7.1.0-beta.0 → 7.1.0-beta.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 (91) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +3962 -3669
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  4. package/esm2015/lib/CellPresenterBase.js +1 -1
  5. package/esm2015/lib/CheckboxListBridge.js +8 -0
  6. package/esm2015/lib/CheckboxListView_combined.js +356 -322
  7. package/esm2015/lib/ColumnChooserView_combined.js +7 -7
  8. package/esm2015/lib/ColumnFilterCondition_combined.js +2986 -2878
  9. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  10. package/esm2015/lib/ColumnPinningView_combined.js +5 -5
  11. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  12. package/esm2015/lib/DataGridLocaleEn.js +8 -0
  13. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  15. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  16. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  17. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  18. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  19. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  20. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  21. package/esm2015/lib/GridExternalWrapper.js +6 -6
  22. package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
  23. package/esm2015/lib/GridIconRepository.js +4 -4
  24. package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
  25. package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
  26. package/esm2015/lib/PropertyEditorView_combined.js +6 -6
  27. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  28. package/esm2015/lib/TemplateHeader.js +1 -1
  29. package/esm2015/lib/TextHeaderCell.js +7 -7
  30. package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
  31. package/esm2015/lib/igc-checkbox-list-component.js +68 -58
  32. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  33. package/esm2015/lib/igc-data-grid-column-component.js +132 -118
  34. package/esm2015/lib/igc-data-grid-component.js +21 -0
  35. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
  36. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  37. package/esm2015/lib/igc-image-column-component.js +12 -12
  38. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  39. package/esm2015/lib/igc-text-column-component.js +9 -9
  40. package/esm2015/lib/igc-text-header-cell-info.js +26 -20
  41. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  42. package/esm5/lib/CellPresenterBase.js +1 -1
  43. package/esm5/lib/CheckboxListBridge.js +8 -0
  44. package/esm5/lib/CheckboxListView_combined.js +346 -308
  45. package/esm5/lib/ColumnChooserView_combined.js +7 -7
  46. package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
  47. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  48. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  49. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  50. package/esm5/lib/DataGridLocaleEn.js +8 -0
  51. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  52. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  53. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  54. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  55. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  56. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  57. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  58. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  59. package/esm5/lib/GridExternalWrapper.js +6 -6
  60. package/esm5/lib/GridFilterDialogView_combined.js +183 -164
  61. package/esm5/lib/GridIconRepository.js +4 -4
  62. package/esm5/lib/ISummaryChooserView_combined.js +5 -5
  63. package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
  64. package/esm5/lib/PropertyEditorView_combined.js +6 -6
  65. package/esm5/lib/TemplateCellPresenter.js +1 -1
  66. package/esm5/lib/TemplateHeader.js +1 -1
  67. package/esm5/lib/TextHeaderCell.js +7 -7
  68. package/esm5/lib/TextHeaderCellPresenter.js +14 -11
  69. package/esm5/lib/igc-checkbox-list-component.js +72 -58
  70. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  71. package/esm5/lib/igc-data-grid-column-component.js +140 -118
  72. package/esm5/lib/igc-data-grid-component.js +29 -0
  73. package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
  74. package/esm5/lib/igc-date-time-column-component.js +23 -23
  75. package/esm5/lib/igc-image-column-component.js +12 -12
  76. package/esm5/lib/igc-numeric-column-component.js +38 -38
  77. package/esm5/lib/igc-text-column-component.js +9 -9
  78. package/esm5/lib/igc-text-header-cell-info.js +30 -20
  79. package/fesm2015/igniteui-webcomponents-data-grids.js +4031 -3794
  80. package/fesm5/igniteui-webcomponents-data-grids.js +3962 -3669
  81. package/lib/CheckboxListExternal.d.ts +2 -0
  82. package/lib/CheckboxListView_combined.d.ts +98 -94
  83. package/lib/ColumnFilterCondition_combined.d.ts +711 -694
  84. package/lib/DataGridLocaleEn.d.ts +8 -0
  85. package/lib/GridFilterDialogView_combined.d.ts +52 -49
  86. package/lib/igc-checkbox-list-component.d.ts +5 -0
  87. package/lib/igc-data-grid-column-component.d.ts +4 -0
  88. package/lib/igc-data-grid-component.d.ts +11 -0
  89. package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
  90. package/lib/igc-text-header-cell-info.d.ts +2 -0
  91. package/package.json +4 -4
@@ -174,11 +174,11 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
174
174
  this._a("actualPixelScalingRatio", this.i.ap);
175
175
  }
176
176
  get iconColor() {
177
- return brushToString(this.i.c1);
177
+ return brushToString(this.i.c4);
178
178
  }
179
179
  set iconColor(v) {
180
- this.i.c1 = stringToBrush(v);
181
- this._a("iconColor", brushToString(this.i.c1));
180
+ this.i.c4 = stringToBrush(v);
181
+ this._a("iconColor", brushToString(this.i.c4));
182
182
  }
183
183
  get viewSize() {
184
184
  return this.i.ar;
@@ -191,21 +191,21 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
191
191
  * Gets or sets the column options dropdown background color.
192
192
  */
193
193
  get columnOptionsBackground() {
194
- return brushToString(this.i.ct);
194
+ return brushToString(this.i.cv);
195
195
  }
196
196
  set columnOptionsBackground(v) {
197
- this.i.ct = stringToBrush(v);
198
- this._a("columnOptionsBackground", brushToString(this.i.ct));
197
+ this.i.cv = stringToBrush(v);
198
+ this._a("columnOptionsBackground", brushToString(this.i.cv));
199
199
  }
200
200
  /**
201
201
  * Gets or sets the text color for text inside the column options menu.
202
202
  */
203
203
  get columnOptionsTextColor() {
204
- return brushToString(this.i.cz);
204
+ return brushToString(this.i.c1);
205
205
  }
206
206
  set columnOptionsTextColor(v) {
207
- this.i.cz = stringToBrush(v);
208
- this._a("columnOptionsTextColor", brushToString(this.i.cz));
207
+ this.i.c1 = stringToBrush(v);
208
+ this._a("columnOptionsTextColor", brushToString(this.i.c1));
209
209
  }
210
210
  /**
211
211
  * Gets or sets the font settings for text inside the column options menu.
@@ -226,61 +226,71 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
226
226
  * Gets or sets the hover background color inside the column options menu.
227
227
  */
228
228
  get columnOptionsHoverBackgroundColor() {
229
- return brushToString(this.i.cx);
229
+ return brushToString(this.i.cz);
230
230
  }
231
231
  set columnOptionsHoverBackgroundColor(v) {
232
- this.i.cx = stringToBrush(v);
233
- this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.cx));
232
+ this.i.cz = stringToBrush(v);
233
+ this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.cz));
234
234
  }
235
235
  /**
236
236
  * Gets or sets the tooltip background color inside the column options menu.
237
237
  */
238
238
  get columnOptionsToolTipBackgroundColor() {
239
- return brushToString(this.i.c0);
239
+ return brushToString(this.i.c2);
240
240
  }
241
241
  set columnOptionsToolTipBackgroundColor(v) {
242
- this.i.c0 = stringToBrush(v);
243
- this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.c0));
242
+ this.i.c2 = stringToBrush(v);
243
+ this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.c2));
244
+ }
245
+ /**
246
+ * Gets or sets the tooltip text color inside the column options menu.
247
+ */
248
+ get columnOptionsToolTipTextColor() {
249
+ return brushToString(this.i.c3);
250
+ }
251
+ set columnOptionsToolTipTextColor(v) {
252
+ this.i.c3 = stringToBrush(v);
253
+ this._a("columnOptionsToolTipTextColor", brushToString(this.i.c3));
244
254
  }
245
255
  /**
246
256
  * Gets or sets the highlight color inside the column options menu.
247
257
  */
248
258
  get columnOptionsHighlightColor() {
249
- return brushToString(this.i.cw);
259
+ return brushToString(this.i.cy);
250
260
  }
251
261
  set columnOptionsHighlightColor(v) {
252
- this.i.cw = stringToBrush(v);
253
- this._a("columnOptionsHighlightColor", brushToString(this.i.cw));
262
+ this.i.cy = stringToBrush(v);
263
+ this._a("columnOptionsHighlightColor", brushToString(this.i.cy));
254
264
  }
255
265
  /**
256
266
  * Gets or sets the color of separators inside the column options menu.
257
267
  */
258
268
  get columnOptionsSeparatorColor() {
259
- return brushToString(this.i.cy);
269
+ return brushToString(this.i.c0);
260
270
  }
261
271
  set columnOptionsSeparatorColor(v) {
262
- this.i.cy = stringToBrush(v);
263
- this._a("columnOptionsSeparatorColor", brushToString(this.i.cy));
272
+ this.i.c0 = stringToBrush(v);
273
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.c0));
264
274
  }
265
275
  /**
266
276
  * Gets or sets the background color for group headers inside the column options menu.
267
277
  */
268
278
  get columnOptionsGroupHeaderBackground() {
269
- return brushToString(this.i.cu);
279
+ return brushToString(this.i.cw);
270
280
  }
271
281
  set columnOptionsGroupHeaderBackground(v) {
272
- this.i.cu = stringToBrush(v);
273
- this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.cu));
282
+ this.i.cw = stringToBrush(v);
283
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.cw));
274
284
  }
275
285
  /**
276
286
  * Gets or sets the text color for group headers inside the column options menu.
277
287
  */
278
288
  get columnOptionsGroupHeaderTextColor() {
279
- return brushToString(this.i.cv);
289
+ return brushToString(this.i.cx);
280
290
  }
281
291
  set columnOptionsGroupHeaderTextColor(v) {
282
- this.i.cv = stringToBrush(v);
283
- this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.cv));
292
+ this.i.cx = stringToBrush(v);
293
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.cx));
284
294
  }
285
295
  /**
286
296
  * Gets or sets the font settings for group header text inside the column options menu.
@@ -298,11 +308,11 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
298
308
  this._a("columnOptionsGroupHeaderTextStyle", this.i.aa != null ? this.i.aa.fontString : "");
299
309
  }
300
310
  get columnOptionsAccentColor() {
301
- return brushToString(this.i.cs);
311
+ return brushToString(this.i.cu);
302
312
  }
303
313
  set columnOptionsAccentColor(v) {
304
- this.i.cs = stringToBrush(v);
305
- this._a("columnOptionsAccentColor", brushToString(this.i.cs));
314
+ this.i.cu = stringToBrush(v);
315
+ this._a("columnOptionsAccentColor", brushToString(this.i.cu));
306
316
  }
307
317
  /**
308
318
  * Gets or sets the row height for submenus inside the column options menu.
@@ -391,16 +401,16 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
391
401
  this._inStyling = false;
392
402
  }
393
403
  notifySizeChanged(width, height) {
394
- this.i.b1(width, height);
404
+ this.i.b2(width, height);
395
405
  }
396
406
  notifyCellSizeChanged() {
397
- this.i.b0();
407
+ this.i.b1();
398
408
  }
399
409
  showIcon() {
400
- this.i.ce();
410
+ this.i.cf();
401
411
  }
402
412
  hideIcon() {
403
- this.i.by();
413
+ this.i.bz();
404
414
  }
405
415
  getDesiredToolbarActions() {
406
416
  let iv = this.i.getDesiredToolbarActions();
@@ -67,95 +67,95 @@ let IgcDateTimeColumnComponent = /*@__PURE__*/ (() => {
67
67
  * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
68
68
  */
69
69
  get dateTimeFormat() {
70
- return this.i.sc;
70
+ return this.i.sj;
71
71
  }
72
72
  set dateTimeFormat(v) {
73
- this.i.sc = ensureEnum(DateTimeFormats_$type, v);
74
- this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.sc));
73
+ this.i.sj = ensureEnum(DateTimeFormats_$type, v);
74
+ this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.sj));
75
75
  }
76
76
  /**
77
77
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
78
78
  */
79
79
  get formatString() {
80
- return this.i.su;
80
+ return this.i.s1;
81
81
  }
82
82
  set formatString(v) {
83
- this.i.su = v;
83
+ this.i.s1 = v;
84
84
  }
85
85
  /**
86
86
  * Gets or sets the format string to use when editing dates.
87
87
  */
88
88
  get editorFormatString() {
89
- return this.i.sn;
89
+ return this.i.su;
90
90
  }
91
91
  set editorFormatString(v) {
92
- this.i.sn = v;
92
+ this.i.su = v;
93
93
  }
94
94
  get formatSpecifiers() {
95
- return this.i.r8;
95
+ return this.i.sf;
96
96
  }
97
97
  set formatSpecifiers(v) {
98
98
  if (v && !Array.isArray(v) && typeof (v) == "string") {
99
99
  const re = /\s*(?:,|\s|$)\s*/gm;
100
100
  v = v.split(re);
101
101
  }
102
- this.i.r8 = v;
102
+ this.i.sf = v;
103
103
  }
104
104
  /**
105
105
  * Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
106
106
  */
107
107
  get formatOverride() {
108
- return this.i.sj;
108
+ return this.i.sq;
109
109
  }
110
110
  set formatOverride(v) {
111
- this.i.sj = v;
111
+ this.i.sq = v;
112
112
  }
113
113
  /**
114
114
  * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
115
115
  */
116
116
  get showTodayButton() {
117
- return this.i.sf;
117
+ return this.i.sm;
118
118
  }
119
119
  set showTodayButton(v) {
120
- this.i.sf = ensureBool(v);
121
- this._a("showTodayButton", this.i.sf);
120
+ this.i.sm = ensureBool(v);
121
+ this._a("showTodayButton", this.i.sm);
122
122
  }
123
123
  /**
124
124
  * Gets or sets the editor type used for editing cells in this column.
125
125
  */
126
126
  get editorType() {
127
- return this.i.sd;
127
+ return this.i.sk;
128
128
  }
129
129
  set editorType(v) {
130
- this.i.sd = ensureEnum(EditorType_$type, v);
131
- this._a("editorType", enumToString(EditorType_$type, this.i.sd));
130
+ this.i.sk = ensureEnum(EditorType_$type, v);
131
+ this._a("editorType", enumToString(EditorType_$type, this.i.sk));
132
132
  }
133
133
  /**
134
134
  * Gets or sets the ComboBox data source.
135
135
  */
136
136
  get editorDataSource() {
137
- return this.i.si;
137
+ return this.i.sp;
138
138
  }
139
139
  set editorDataSource(v) {
140
- this.i.si = v;
140
+ this.i.sp = v;
141
141
  }
142
142
  /**
143
143
  * Gets or sets the ComboBox text field.
144
144
  */
145
145
  get editorTextField() {
146
- return this.i.sp;
146
+ return this.i.sw;
147
147
  }
148
148
  set editorTextField(v) {
149
- this.i.sp = v;
149
+ this.i.sw = v;
150
150
  }
151
151
  /**
152
152
  * Gets or sets the ComboBox value field.
153
153
  */
154
154
  get editorValueField() {
155
- return this.i.sq;
155
+ return this.i.sx;
156
156
  }
157
157
  set editorValueField(v) {
158
- this.i.sq = v;
158
+ this.i.sx = v;
159
159
  }
160
160
  findByName(name) {
161
161
  var baseResult = super.findByName(name);
@@ -67,48 +67,48 @@ let IgcImageColumnComponent = /*@__PURE__*/ (() => {
67
67
  * Gets or sets the stretch option to use when rendering images
68
68
  */
69
69
  get imageStretchOption() {
70
- return this.i.sb;
70
+ return this.i.si;
71
71
  }
72
72
  set imageStretchOption(v) {
73
- this.i.sb = ensureEnum(ImageStretchOptions_$type, v);
74
- this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.sb));
73
+ this.i.si = ensureEnum(ImageStretchOptions_$type, v);
74
+ this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.si));
75
75
  }
76
76
  /**
77
77
  * Gets or sets the editor type used for editing cells in this column.
78
78
  */
79
79
  get editorType() {
80
- return this.i.r7;
80
+ return this.i.se;
81
81
  }
82
82
  set editorType(v) {
83
- this.i.r7 = ensureEnum(EditorType_$type, v);
84
- this._a("editorType", enumToString(EditorType_$type, this.i.r7));
83
+ this.i.se = ensureEnum(EditorType_$type, v);
84
+ this._a("editorType", enumToString(EditorType_$type, this.i.se));
85
85
  }
86
86
  /**
87
87
  * Gets or sets the ComboBox data source.
88
88
  */
89
89
  get editorDataSource() {
90
- return this.i.sc;
90
+ return this.i.sj;
91
91
  }
92
92
  set editorDataSource(v) {
93
- this.i.sc = v;
93
+ this.i.sj = v;
94
94
  }
95
95
  /**
96
96
  * Gets or sets the ComboBox text field.
97
97
  */
98
98
  get editorTextField() {
99
- return this.i.sd;
99
+ return this.i.sk;
100
100
  }
101
101
  set editorTextField(v) {
102
- this.i.sd = v;
102
+ this.i.sk = v;
103
103
  }
104
104
  /**
105
105
  * Gets or sets the ComboBox value field.
106
106
  */
107
107
  get editorValueField() {
108
- return this.i.se;
108
+ return this.i.sl;
109
109
  }
110
110
  set editorValueField(v) {
111
- this.i.se = v;
111
+ this.i.sl = v;
112
112
  }
113
113
  }
114
114
  IgcImageColumnComponent._observedAttributesIgcImageColumnComponent = null;
@@ -66,153 +66,153 @@ let IgcNumericColumnComponent = /*@__PURE__*/ (() => {
66
66
  * Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
67
67
  */
68
68
  get negativePrefix() {
69
- return this.i.s5;
69
+ return this.i.tc;
70
70
  }
71
71
  set negativePrefix(v) {
72
- this.i.s5 = v;
72
+ this.i.tc = v;
73
73
  }
74
74
  /**
75
75
  * Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
76
76
  */
77
77
  get positivePrefix() {
78
- return this.i.s9;
78
+ return this.i.tg;
79
79
  }
80
80
  set positivePrefix(v) {
81
- this.i.s9 = v;
81
+ this.i.tg = v;
82
82
  }
83
83
  /**
84
84
  * Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
85
85
  */
86
86
  get negativeSuffix() {
87
- return this.i.s7;
87
+ return this.i.te;
88
88
  }
89
89
  set negativeSuffix(v) {
90
- this.i.s7 = v;
90
+ this.i.te = v;
91
91
  }
92
92
  /**
93
93
  * Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
94
94
  */
95
95
  get positiveSuffix() {
96
- return this.i.tb;
96
+ return this.i.ti;
97
97
  }
98
98
  set positiveSuffix(v) {
99
- this.i.tb = v;
99
+ this.i.ti = v;
100
100
  }
101
101
  /**
102
102
  * Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
103
103
  */
104
104
  get maxFractionDigits() {
105
- return this.i.sj;
105
+ return this.i.sq;
106
106
  }
107
107
  set maxFractionDigits(v) {
108
- this.i.sj = +v;
109
- this._a("maxFractionDigits", this.i.sj);
108
+ this.i.sq = +v;
109
+ this._a("maxFractionDigits", this.i.sq);
110
110
  }
111
111
  /**
112
112
  * Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
113
113
  */
114
114
  get minFractionDigits() {
115
- return this.i.sk;
115
+ return this.i.sr;
116
116
  }
117
117
  set minFractionDigits(v) {
118
- this.i.sk = +v;
119
- this._a("minFractionDigits", this.i.sk);
118
+ this.i.sr = +v;
119
+ this._a("minFractionDigits", this.i.sr);
120
120
  }
121
121
  /**
122
122
  * Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
123
123
  */
124
124
  get minIntegerDigits() {
125
- return this.i.sl;
125
+ return this.i.ss;
126
126
  }
127
127
  set minIntegerDigits(v) {
128
- this.i.sl = +v;
129
- this._a("minIntegerDigits", this.i.sl);
128
+ this.i.ss = +v;
129
+ this._a("minIntegerDigits", this.i.ss);
130
130
  }
131
131
  /**
132
132
  * Gets or sets whether the column's values are displayed as percentages.
133
133
  * When true, the raw numeric value is multiplied by 100 before it is formatted for display.
134
134
  */
135
135
  get isPercent() {
136
- return this.i.sd;
136
+ return this.i.sk;
137
137
  }
138
138
  set isPercent(v) {
139
- this.i.sd = ensureBool(v);
140
- this._a("isPercent", this.i.sd);
139
+ this.i.sk = ensureBool(v);
140
+ this._a("isPercent", this.i.sk);
141
141
  }
142
142
  /**
143
143
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
144
144
  */
145
145
  get showGroupingSeparator() {
146
- return this.i.se;
146
+ return this.i.sl;
147
147
  }
148
148
  set showGroupingSeparator(v) {
149
- this.i.se = ensureBool(v);
150
- this._a("showGroupingSeparator", this.i.se);
149
+ this.i.sl = ensureBool(v);
150
+ this._a("showGroupingSeparator", this.i.sl);
151
151
  }
152
152
  /**
153
153
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
154
154
  */
155
155
  get formatString() {
156
- return this.i.sz;
156
+ return this.i.s6;
157
157
  }
158
158
  set formatString(v) {
159
- this.i.sz = v;
159
+ this.i.s6 = v;
160
160
  }
161
161
  get formatSpecifiers() {
162
- return this.i.r8;
162
+ return this.i.sf;
163
163
  }
164
164
  set formatSpecifiers(v) {
165
165
  if (v && !Array.isArray(v) && typeof (v) == "string") {
166
166
  const re = /\s*(?:,|\s|$)\s*/gm;
167
167
  v = v.split(re);
168
168
  }
169
- this.i.r8 = v;
169
+ this.i.sf = v;
170
170
  }
171
171
  /**
172
172
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
173
173
  */
174
174
  get formatOverride() {
175
- return this.i.so;
175
+ return this.i.sv;
176
176
  }
177
177
  set formatOverride(v) {
178
- this.i.so = v;
178
+ this.i.sv = v;
179
179
  }
180
180
  /**
181
181
  * Gets or sets the editor type used for editing cells in this column.
182
182
  */
183
183
  get editorType() {
184
- return this.i.sa;
184
+ return this.i.sh;
185
185
  }
186
186
  set editorType(v) {
187
- this.i.sa = ensureEnum(EditorType_$type, v);
188
- this._a("editorType", enumToString(EditorType_$type, this.i.sa));
187
+ this.i.sh = ensureEnum(EditorType_$type, v);
188
+ this._a("editorType", enumToString(EditorType_$type, this.i.sh));
189
189
  }
190
190
  /**
191
191
  * Gets or sets the ComboBox data source.
192
192
  */
193
193
  get editorDataSource() {
194
- return this.i.sn;
194
+ return this.i.su;
195
195
  }
196
196
  set editorDataSource(v) {
197
- this.i.sn = v;
197
+ this.i.su = v;
198
198
  }
199
199
  /**
200
200
  * Gets or sets the ComboBox text field.
201
201
  */
202
202
  get editorTextField() {
203
- return this.i.su;
203
+ return this.i.s1;
204
204
  }
205
205
  set editorTextField(v) {
206
- this.i.su = v;
206
+ this.i.s1 = v;
207
207
  }
208
208
  /**
209
209
  * Gets or sets the ComboBox value field.
210
210
  */
211
211
  get editorValueField() {
212
- return this.i.sv;
212
+ return this.i.s2;
213
213
  }
214
214
  set editorValueField(v) {
215
- this.i.sv = v;
215
+ this.i.s2 = v;
216
216
  }
217
217
  findByName(name) {
218
218
  var baseResult = super.findByName(name);
@@ -66,38 +66,38 @@ let IgcTextColumnComponent = /*@__PURE__*/ (() => {
66
66
  * Gets or sets the editor type used for editing cells in this column.
67
67
  */
68
68
  get editorType() {
69
- return this.i.r7;
69
+ return this.i.se;
70
70
  }
71
71
  set editorType(v) {
72
- this.i.r7 = ensureEnum(EditorType_$type, v);
73
- this._a("editorType", enumToString(EditorType_$type, this.i.r7));
72
+ this.i.se = ensureEnum(EditorType_$type, v);
73
+ this._a("editorType", enumToString(EditorType_$type, this.i.se));
74
74
  }
75
75
  /**
76
76
  * Gets or sets the ComboBox data source.
77
77
  */
78
78
  get editorDataSource() {
79
- return this.i.r8;
79
+ return this.i.sf;
80
80
  }
81
81
  set editorDataSource(v) {
82
- this.i.r8 = v;
82
+ this.i.sf = v;
83
83
  }
84
84
  /**
85
85
  * Gets or sets the ComboBox text field.
86
86
  */
87
87
  get editorTextField() {
88
- return this.i.sa;
88
+ return this.i.sh;
89
89
  }
90
90
  set editorTextField(v) {
91
- this.i.sa = v;
91
+ this.i.sh = v;
92
92
  }
93
93
  /**
94
94
  * Gets or sets the ComboBox value field.
95
95
  */
96
96
  get editorValueField() {
97
- return this.i.sb;
97
+ return this.i.si;
98
98
  }
99
99
  set editorValueField(v) {
100
- this.i.sb = v;
100
+ this.i.si = v;
101
101
  }
102
102
  }
103
103
  IgcTextColumnComponent._observedAttributesIgcTextColumnComponent = null;