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
@@ -200,11 +200,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
200
200
  });
201
201
  Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "iconColor", {
202
202
  get: function () {
203
- return brushToString(this.i.c1);
203
+ return brushToString(this.i.c4);
204
204
  },
205
205
  set: function (v) {
206
- this.i.c1 = stringToBrush(v);
207
- this._a("iconColor", brushToString(this.i.c1));
206
+ this.i.c4 = stringToBrush(v);
207
+ this._a("iconColor", brushToString(this.i.c4));
208
208
  },
209
209
  enumerable: false,
210
210
  configurable: true
@@ -225,11 +225,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
225
225
  * Gets or sets the column options dropdown background color.
226
226
  */
227
227
  get: function () {
228
- return brushToString(this.i.ct);
228
+ return brushToString(this.i.cv);
229
229
  },
230
230
  set: function (v) {
231
- this.i.ct = stringToBrush(v);
232
- this._a("columnOptionsBackground", brushToString(this.i.ct));
231
+ this.i.cv = stringToBrush(v);
232
+ this._a("columnOptionsBackground", brushToString(this.i.cv));
233
233
  },
234
234
  enumerable: false,
235
235
  configurable: true
@@ -239,11 +239,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
239
239
  * Gets or sets the text color for text inside the column options menu.
240
240
  */
241
241
  get: function () {
242
- return brushToString(this.i.cz);
242
+ return brushToString(this.i.c1);
243
243
  },
244
244
  set: function (v) {
245
- this.i.cz = stringToBrush(v);
246
- this._a("columnOptionsTextColor", brushToString(this.i.cz));
245
+ this.i.c1 = stringToBrush(v);
246
+ this._a("columnOptionsTextColor", brushToString(this.i.c1));
247
247
  },
248
248
  enumerable: false,
249
249
  configurable: true
@@ -272,11 +272,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
272
272
  * Gets or sets the hover background color inside the column options menu.
273
273
  */
274
274
  get: function () {
275
- return brushToString(this.i.cx);
275
+ return brushToString(this.i.cz);
276
276
  },
277
277
  set: function (v) {
278
- this.i.cx = stringToBrush(v);
279
- this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.cx));
278
+ this.i.cz = stringToBrush(v);
279
+ this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.cz));
280
280
  },
281
281
  enumerable: false,
282
282
  configurable: true
@@ -286,11 +286,25 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
286
286
  * Gets or sets the tooltip background color inside the column options menu.
287
287
  */
288
288
  get: function () {
289
- return brushToString(this.i.c0);
289
+ return brushToString(this.i.c2);
290
290
  },
291
291
  set: function (v) {
292
- this.i.c0 = stringToBrush(v);
293
- this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.c0));
292
+ this.i.c2 = stringToBrush(v);
293
+ this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.c2));
294
+ },
295
+ enumerable: false,
296
+ configurable: true
297
+ });
298
+ Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsToolTipTextColor", {
299
+ /**
300
+ * Gets or sets the tooltip text color inside the column options menu.
301
+ */
302
+ get: function () {
303
+ return brushToString(this.i.c3);
304
+ },
305
+ set: function (v) {
306
+ this.i.c3 = stringToBrush(v);
307
+ this._a("columnOptionsToolTipTextColor", brushToString(this.i.c3));
294
308
  },
295
309
  enumerable: false,
296
310
  configurable: true
@@ -300,11 +314,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
300
314
  * Gets or sets the highlight color inside the column options menu.
301
315
  */
302
316
  get: function () {
303
- return brushToString(this.i.cw);
317
+ return brushToString(this.i.cy);
304
318
  },
305
319
  set: function (v) {
306
- this.i.cw = stringToBrush(v);
307
- this._a("columnOptionsHighlightColor", brushToString(this.i.cw));
320
+ this.i.cy = stringToBrush(v);
321
+ this._a("columnOptionsHighlightColor", brushToString(this.i.cy));
308
322
  },
309
323
  enumerable: false,
310
324
  configurable: true
@@ -314,11 +328,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
314
328
  * Gets or sets the color of separators inside the column options menu.
315
329
  */
316
330
  get: function () {
317
- return brushToString(this.i.cy);
331
+ return brushToString(this.i.c0);
318
332
  },
319
333
  set: function (v) {
320
- this.i.cy = stringToBrush(v);
321
- this._a("columnOptionsSeparatorColor", brushToString(this.i.cy));
334
+ this.i.c0 = stringToBrush(v);
335
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.c0));
322
336
  },
323
337
  enumerable: false,
324
338
  configurable: true
@@ -328,11 +342,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
328
342
  * Gets or sets the background color for group headers inside the column options menu.
329
343
  */
330
344
  get: function () {
331
- return brushToString(this.i.cu);
345
+ return brushToString(this.i.cw);
332
346
  },
333
347
  set: function (v) {
334
- this.i.cu = stringToBrush(v);
335
- this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.cu));
348
+ this.i.cw = stringToBrush(v);
349
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.cw));
336
350
  },
337
351
  enumerable: false,
338
352
  configurable: true
@@ -342,11 +356,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
342
356
  * Gets or sets the text color for group headers inside the column options menu.
343
357
  */
344
358
  get: function () {
345
- return brushToString(this.i.cv);
359
+ return brushToString(this.i.cx);
346
360
  },
347
361
  set: function (v) {
348
- this.i.cv = stringToBrush(v);
349
- this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.cv));
362
+ this.i.cx = stringToBrush(v);
363
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.cx));
350
364
  },
351
365
  enumerable: false,
352
366
  configurable: true
@@ -372,11 +386,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
372
386
  });
373
387
  Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsAccentColor", {
374
388
  get: function () {
375
- return brushToString(this.i.cs);
389
+ return brushToString(this.i.cu);
376
390
  },
377
391
  set: function (v) {
378
- this.i.cs = stringToBrush(v);
379
- this._a("columnOptionsAccentColor", brushToString(this.i.cs));
392
+ this.i.cu = stringToBrush(v);
393
+ this._a("columnOptionsAccentColor", brushToString(this.i.cu));
380
394
  },
381
395
  enumerable: false,
382
396
  configurable: true
@@ -488,16 +502,16 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
488
502
  this._inStyling = false;
489
503
  };
490
504
  IgcDataGridFilterDialogComponent.prototype.notifySizeChanged = function (width, height) {
491
- this.i.b1(width, height);
505
+ this.i.b2(width, height);
492
506
  };
493
507
  IgcDataGridFilterDialogComponent.prototype.notifyCellSizeChanged = function () {
494
- this.i.b0();
508
+ this.i.b1();
495
509
  };
496
510
  IgcDataGridFilterDialogComponent.prototype.showIcon = function () {
497
- this.i.ce();
511
+ this.i.cf();
498
512
  };
499
513
  IgcDataGridFilterDialogComponent.prototype.hideIcon = function () {
500
- this.i.by();
514
+ this.i.bz();
501
515
  };
502
516
  IgcDataGridFilterDialogComponent.prototype.getDesiredToolbarActions = function () {
503
517
  var iv = this.i.getDesiredToolbarActions();
@@ -80,11 +80,11 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
80
80
  * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
81
81
  */
82
82
  get: function () {
83
- return this.i.sc;
83
+ return this.i.sj;
84
84
  },
85
85
  set: function (v) {
86
- this.i.sc = ensureEnum(DateTimeFormats_$type, v);
87
- this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.sc));
86
+ this.i.sj = ensureEnum(DateTimeFormats_$type, v);
87
+ this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.sj));
88
88
  },
89
89
  enumerable: false,
90
90
  configurable: true
@@ -94,10 +94,10 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
94
94
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
95
95
  */
96
96
  get: function () {
97
- return this.i.su;
97
+ return this.i.s1;
98
98
  },
99
99
  set: function (v) {
100
- this.i.su = v;
100
+ this.i.s1 = v;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
@@ -107,24 +107,24 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
107
107
  * Gets or sets the format string to use when editing dates.
108
108
  */
109
109
  get: function () {
110
- return this.i.sn;
110
+ return this.i.su;
111
111
  },
112
112
  set: function (v) {
113
- this.i.sn = v;
113
+ this.i.su = v;
114
114
  },
115
115
  enumerable: false,
116
116
  configurable: true
117
117
  });
118
118
  Object.defineProperty(IgcDateTimeColumnComponent.prototype, "formatSpecifiers", {
119
119
  get: function () {
120
- return this.i.r8;
120
+ return this.i.sf;
121
121
  },
122
122
  set: function (v) {
123
123
  if (v && !Array.isArray(v) && typeof (v) == "string") {
124
124
  var re = /\s*(?:,|\s|$)\s*/gm;
125
125
  v = v.split(re);
126
126
  }
127
- this.i.r8 = v;
127
+ this.i.sf = v;
128
128
  },
129
129
  enumerable: false,
130
130
  configurable: true
@@ -134,10 +134,10 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
134
134
  * Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
135
135
  */
136
136
  get: function () {
137
- return this.i.sj;
137
+ return this.i.sq;
138
138
  },
139
139
  set: function (v) {
140
- this.i.sj = v;
140
+ this.i.sq = v;
141
141
  },
142
142
  enumerable: false,
143
143
  configurable: true
@@ -147,11 +147,11 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
147
147
  * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
148
148
  */
149
149
  get: function () {
150
- return this.i.sf;
150
+ return this.i.sm;
151
151
  },
152
152
  set: function (v) {
153
- this.i.sf = ensureBool(v);
154
- this._a("showTodayButton", this.i.sf);
153
+ this.i.sm = ensureBool(v);
154
+ this._a("showTodayButton", this.i.sm);
155
155
  },
156
156
  enumerable: false,
157
157
  configurable: true
@@ -161,11 +161,11 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
161
161
  * Gets or sets the editor type used for editing cells in this column.
162
162
  */
163
163
  get: function () {
164
- return this.i.sd;
164
+ return this.i.sk;
165
165
  },
166
166
  set: function (v) {
167
- this.i.sd = ensureEnum(EditorType_$type, v);
168
- this._a("editorType", enumToString(EditorType_$type, this.i.sd));
167
+ this.i.sk = ensureEnum(EditorType_$type, v);
168
+ this._a("editorType", enumToString(EditorType_$type, this.i.sk));
169
169
  },
170
170
  enumerable: false,
171
171
  configurable: true
@@ -175,10 +175,10 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
175
175
  * Gets or sets the ComboBox data source.
176
176
  */
177
177
  get: function () {
178
- return this.i.si;
178
+ return this.i.sp;
179
179
  },
180
180
  set: function (v) {
181
- this.i.si = v;
181
+ this.i.sp = v;
182
182
  },
183
183
  enumerable: false,
184
184
  configurable: true
@@ -188,10 +188,10 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
188
188
  * Gets or sets the ComboBox text field.
189
189
  */
190
190
  get: function () {
191
- return this.i.sp;
191
+ return this.i.sw;
192
192
  },
193
193
  set: function (v) {
194
- this.i.sp = v;
194
+ this.i.sw = v;
195
195
  },
196
196
  enumerable: false,
197
197
  configurable: true
@@ -201,10 +201,10 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
201
201
  * Gets or sets the ComboBox value field.
202
202
  */
203
203
  get: function () {
204
- return this.i.sq;
204
+ return this.i.sx;
205
205
  },
206
206
  set: function (v) {
207
- this.i.sq = v;
207
+ this.i.sx = v;
208
208
  },
209
209
  enumerable: false,
210
210
  configurable: true
@@ -80,11 +80,11 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
80
80
  * Gets or sets the stretch option to use when rendering images
81
81
  */
82
82
  get: function () {
83
- return this.i.sb;
83
+ return this.i.si;
84
84
  },
85
85
  set: function (v) {
86
- this.i.sb = ensureEnum(ImageStretchOptions_$type, v);
87
- this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.sb));
86
+ this.i.si = ensureEnum(ImageStretchOptions_$type, v);
87
+ this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.si));
88
88
  },
89
89
  enumerable: false,
90
90
  configurable: true
@@ -94,11 +94,11 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
94
94
  * Gets or sets the editor type used for editing cells in this column.
95
95
  */
96
96
  get: function () {
97
- return this.i.r7;
97
+ return this.i.se;
98
98
  },
99
99
  set: function (v) {
100
- this.i.r7 = ensureEnum(EditorType_$type, v);
101
- this._a("editorType", enumToString(EditorType_$type, this.i.r7));
100
+ this.i.se = ensureEnum(EditorType_$type, v);
101
+ this._a("editorType", enumToString(EditorType_$type, this.i.se));
102
102
  },
103
103
  enumerable: false,
104
104
  configurable: true
@@ -108,10 +108,10 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
108
108
  * Gets or sets the ComboBox data source.
109
109
  */
110
110
  get: function () {
111
- return this.i.sc;
111
+ return this.i.sj;
112
112
  },
113
113
  set: function (v) {
114
- this.i.sc = v;
114
+ this.i.sj = v;
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -121,10 +121,10 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
121
121
  * Gets or sets the ComboBox text field.
122
122
  */
123
123
  get: function () {
124
- return this.i.sd;
124
+ return this.i.sk;
125
125
  },
126
126
  set: function (v) {
127
- this.i.sd = v;
127
+ this.i.sk = v;
128
128
  },
129
129
  enumerable: false,
130
130
  configurable: true
@@ -134,10 +134,10 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
134
134
  * Gets or sets the ComboBox value field.
135
135
  */
136
136
  get: function () {
137
- return this.i.se;
137
+ return this.i.sl;
138
138
  },
139
139
  set: function (v) {
140
- this.i.se = v;
140
+ this.i.sl = v;
141
141
  },
142
142
  enumerable: false,
143
143
  configurable: true
@@ -79,10 +79,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
79
79
  * Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
80
80
  */
81
81
  get: function () {
82
- return this.i.s5;
82
+ return this.i.tc;
83
83
  },
84
84
  set: function (v) {
85
- this.i.s5 = v;
85
+ this.i.tc = v;
86
86
  },
87
87
  enumerable: false,
88
88
  configurable: true
@@ -92,10 +92,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
92
92
  * Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
93
93
  */
94
94
  get: function () {
95
- return this.i.s9;
95
+ return this.i.tg;
96
96
  },
97
97
  set: function (v) {
98
- this.i.s9 = v;
98
+ this.i.tg = v;
99
99
  },
100
100
  enumerable: false,
101
101
  configurable: true
@@ -105,10 +105,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
105
105
  * Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
106
106
  */
107
107
  get: function () {
108
- return this.i.s7;
108
+ return this.i.te;
109
109
  },
110
110
  set: function (v) {
111
- this.i.s7 = v;
111
+ this.i.te = v;
112
112
  },
113
113
  enumerable: false,
114
114
  configurable: true
@@ -118,10 +118,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
118
118
  * Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
119
119
  */
120
120
  get: function () {
121
- return this.i.tb;
121
+ return this.i.ti;
122
122
  },
123
123
  set: function (v) {
124
- this.i.tb = v;
124
+ this.i.ti = v;
125
125
  },
126
126
  enumerable: false,
127
127
  configurable: true
@@ -131,11 +131,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
131
131
  * Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
132
132
  */
133
133
  get: function () {
134
- return this.i.sj;
134
+ return this.i.sq;
135
135
  },
136
136
  set: function (v) {
137
- this.i.sj = +v;
138
- this._a("maxFractionDigits", this.i.sj);
137
+ this.i.sq = +v;
138
+ this._a("maxFractionDigits", this.i.sq);
139
139
  },
140
140
  enumerable: false,
141
141
  configurable: true
@@ -145,11 +145,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
145
145
  * Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
146
146
  */
147
147
  get: function () {
148
- return this.i.sk;
148
+ return this.i.sr;
149
149
  },
150
150
  set: function (v) {
151
- this.i.sk = +v;
152
- this._a("minFractionDigits", this.i.sk);
151
+ this.i.sr = +v;
152
+ this._a("minFractionDigits", this.i.sr);
153
153
  },
154
154
  enumerable: false,
155
155
  configurable: true
@@ -159,11 +159,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
159
159
  * Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
160
160
  */
161
161
  get: function () {
162
- return this.i.sl;
162
+ return this.i.ss;
163
163
  },
164
164
  set: function (v) {
165
- this.i.sl = +v;
166
- this._a("minIntegerDigits", this.i.sl);
165
+ this.i.ss = +v;
166
+ this._a("minIntegerDigits", this.i.ss);
167
167
  },
168
168
  enumerable: false,
169
169
  configurable: true
@@ -174,11 +174,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
174
174
  * When true, the raw numeric value is multiplied by 100 before it is formatted for display.
175
175
  */
176
176
  get: function () {
177
- return this.i.sd;
177
+ return this.i.sk;
178
178
  },
179
179
  set: function (v) {
180
- this.i.sd = ensureBool(v);
181
- this._a("isPercent", this.i.sd);
180
+ this.i.sk = ensureBool(v);
181
+ this._a("isPercent", this.i.sk);
182
182
  },
183
183
  enumerable: false,
184
184
  configurable: true
@@ -188,11 +188,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
188
188
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
189
189
  */
190
190
  get: function () {
191
- return this.i.se;
191
+ return this.i.sl;
192
192
  },
193
193
  set: function (v) {
194
- this.i.se = ensureBool(v);
195
- this._a("showGroupingSeparator", this.i.se);
194
+ this.i.sl = ensureBool(v);
195
+ this._a("showGroupingSeparator", this.i.sl);
196
196
  },
197
197
  enumerable: false,
198
198
  configurable: true
@@ -202,24 +202,24 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
202
202
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
203
203
  */
204
204
  get: function () {
205
- return this.i.sz;
205
+ return this.i.s6;
206
206
  },
207
207
  set: function (v) {
208
- this.i.sz = v;
208
+ this.i.s6 = v;
209
209
  },
210
210
  enumerable: false,
211
211
  configurable: true
212
212
  });
213
213
  Object.defineProperty(IgcNumericColumnComponent.prototype, "formatSpecifiers", {
214
214
  get: function () {
215
- return this.i.r8;
215
+ return this.i.sf;
216
216
  },
217
217
  set: function (v) {
218
218
  if (v && !Array.isArray(v) && typeof (v) == "string") {
219
219
  var re = /\s*(?:,|\s|$)\s*/gm;
220
220
  v = v.split(re);
221
221
  }
222
- this.i.r8 = v;
222
+ this.i.sf = v;
223
223
  },
224
224
  enumerable: false,
225
225
  configurable: true
@@ -229,10 +229,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
229
229
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
230
230
  */
231
231
  get: function () {
232
- return this.i.so;
232
+ return this.i.sv;
233
233
  },
234
234
  set: function (v) {
235
- this.i.so = v;
235
+ this.i.sv = v;
236
236
  },
237
237
  enumerable: false,
238
238
  configurable: true
@@ -242,11 +242,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
242
242
  * Gets or sets the editor type used for editing cells in this column.
243
243
  */
244
244
  get: function () {
245
- return this.i.sa;
245
+ return this.i.sh;
246
246
  },
247
247
  set: function (v) {
248
- this.i.sa = ensureEnum(EditorType_$type, v);
249
- this._a("editorType", enumToString(EditorType_$type, this.i.sa));
248
+ this.i.sh = ensureEnum(EditorType_$type, v);
249
+ this._a("editorType", enumToString(EditorType_$type, this.i.sh));
250
250
  },
251
251
  enumerable: false,
252
252
  configurable: true
@@ -256,10 +256,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
256
256
  * Gets or sets the ComboBox data source.
257
257
  */
258
258
  get: function () {
259
- return this.i.sn;
259
+ return this.i.su;
260
260
  },
261
261
  set: function (v) {
262
- this.i.sn = v;
262
+ this.i.su = v;
263
263
  },
264
264
  enumerable: false,
265
265
  configurable: true
@@ -269,10 +269,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
269
269
  * Gets or sets the ComboBox text field.
270
270
  */
271
271
  get: function () {
272
- return this.i.su;
272
+ return this.i.s1;
273
273
  },
274
274
  set: function (v) {
275
- this.i.su = v;
275
+ this.i.s1 = v;
276
276
  },
277
277
  enumerable: false,
278
278
  configurable: true
@@ -282,10 +282,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
282
282
  * Gets or sets the ComboBox value field.
283
283
  */
284
284
  get: function () {
285
- return this.i.sv;
285
+ return this.i.s2;
286
286
  },
287
287
  set: function (v) {
288
- this.i.sv = v;
288
+ this.i.s2 = v;
289
289
  },
290
290
  enumerable: false,
291
291
  configurable: true
@@ -79,11 +79,11 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
79
79
  * Gets or sets the editor type used for editing cells in this column.
80
80
  */
81
81
  get: function () {
82
- return this.i.r7;
82
+ return this.i.se;
83
83
  },
84
84
  set: function (v) {
85
- this.i.r7 = ensureEnum(EditorType_$type, v);
86
- this._a("editorType", enumToString(EditorType_$type, this.i.r7));
85
+ this.i.se = ensureEnum(EditorType_$type, v);
86
+ this._a("editorType", enumToString(EditorType_$type, this.i.se));
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -93,10 +93,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
93
93
  * Gets or sets the ComboBox data source.
94
94
  */
95
95
  get: function () {
96
- return this.i.r8;
96
+ return this.i.sf;
97
97
  },
98
98
  set: function (v) {
99
- this.i.r8 = v;
99
+ this.i.sf = v;
100
100
  },
101
101
  enumerable: false,
102
102
  configurable: true
@@ -106,10 +106,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
106
106
  * Gets or sets the ComboBox text field.
107
107
  */
108
108
  get: function () {
109
- return this.i.sa;
109
+ return this.i.sh;
110
110
  },
111
111
  set: function (v) {
112
- this.i.sa = v;
112
+ this.i.sh = v;
113
113
  },
114
114
  enumerable: false,
115
115
  configurable: true
@@ -119,10 +119,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
119
119
  * Gets or sets the ComboBox value field.
120
120
  */
121
121
  get: function () {
122
- return this.i.sb;
122
+ return this.i.si;
123
123
  },
124
124
  set: function (v) {
125
- this.i.sb = v;
125
+ this.i.si = v;
126
126
  },
127
127
  enumerable: false,
128
128
  configurable: true