igniteui-webcomponents-grids 3.2.3 → 3.2.4

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 (188) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +10236 -9350
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BaseEditorView.js +5 -0
  4. package/esm2015/lib/CanvasCellPresenterBase.js +10 -10
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +11 -11
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +2 -2
  7. package/esm2015/lib/CanvasGridCellBase.js +305 -289
  8. package/esm2015/lib/CanvasImageCell.js +29 -29
  9. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  10. package/esm2015/lib/CanvasNumericCell.js +2 -2
  11. package/esm2015/lib/CanvasNumericCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
  13. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasSummaryCell.js +51 -51
  15. package/esm2015/lib/CanvasSummaryCellPresenter.js +5 -5
  16. package/esm2015/lib/CanvasTemplateCell.js +7 -7
  17. package/esm2015/lib/CanvasTemplateCellPresenter.js +3 -3
  18. package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
  19. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  20. package/esm2015/lib/CanvasTextCell.js +3 -3
  21. package/esm2015/lib/CanvasTextCellPresenter.js +2 -2
  22. package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
  23. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  24. package/esm2015/lib/CellPresenterBase.js +1 -1
  25. package/esm2015/lib/CheckboxListView_combined.js +341 -306
  26. package/esm2015/lib/ColumnChooserView_combined.js +22 -22
  27. package/esm2015/lib/ColumnFilterCondition_combined.js +7498 -7180
  28. package/esm2015/lib/ColumnGroupDescription.js +22 -0
  29. package/esm2015/lib/ColumnGroupDescriptionCollection.js +14 -8
  30. package/esm2015/lib/ColumnGroupingView_combined.js +25 -25
  31. package/esm2015/lib/ColumnPinningView_combined.js +22 -22
  32. package/esm2015/lib/ColumnSortDescriptionCollection.js +12 -6
  33. package/esm2015/lib/ColumnSummaryDescriptionCollection.js +12 -6
  34. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +23 -18
  35. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  36. package/esm2015/lib/DataGridCellLayoutPanel.js +27 -25
  37. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  38. package/esm2015/lib/DataGridToolbarView_combined.js +17 -17
  39. package/esm2015/lib/DateTimeColumnValueFormatter.js +90 -1
  40. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +25 -25
  41. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +10 -10
  42. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  43. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +6 -6
  44. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  45. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  46. package/esm2015/lib/GridColumnPinOptionsView_combined.js +5 -5
  47. package/esm2015/lib/GridColumnSortOptionsView_combined.js +5 -5
  48. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +15 -15
  49. package/esm2015/lib/GridExternalWrapper.js +18 -6
  50. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  51. package/esm2015/lib/ISummaryChooserView_combined.js +13 -13
  52. package/esm2015/lib/MultiColumnComboBoxView_combined.js +47 -47
  53. package/esm2015/lib/MultiColumnComboVisualModelExport.js +1 -1
  54. package/esm2015/lib/NumericCellPresenter.js +1 -1
  55. package/esm2015/lib/PropertyEditorView_combined.js +40 -40
  56. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  57. package/esm2015/lib/TemplateHeader.js +8 -8
  58. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  59. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  60. package/esm2015/lib/TextEditorView.js +28 -10
  61. package/esm2015/lib/VerticalSeparatorCell.js +46 -8
  62. package/esm2015/lib/VisualModelExport.js +120 -100
  63. package/esm2015/lib/igc-checkbox-list-component.js +74 -54
  64. package/esm2015/lib/igc-column-component.js +164 -164
  65. package/esm2015/lib/igc-column-group-description-collection.js +13 -3
  66. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  67. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  68. package/esm2015/lib/igc-column-sort-description-collection.js +13 -3
  69. package/esm2015/lib/igc-column-summary-description-collection.js +13 -3
  70. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  71. package/esm2015/lib/igc-data-grid-component.js +699 -593
  72. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  73. package/esm2015/lib/igc-definition-base-component.js +50 -50
  74. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  75. package/esm2015/lib/igc-header-component.js +24 -24
  76. package/esm2015/lib/igc-image-column-component.js +12 -12
  77. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  78. package/esm2015/lib/igc-section-header-component.js +24 -24
  79. package/esm2015/lib/igc-summary-row-component.js +24 -24
  80. package/esm2015/lib/igc-text-column-component.js +9 -9
  81. package/esm5/lib/BaseEditorView.js +5 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +10 -10
  83. package/esm5/lib/CanvasContentCellModelHelper.js +11 -11
  84. package/esm5/lib/CanvasDateTimeCellPresenter.js +2 -2
  85. package/esm5/lib/CanvasGridCellBase.js +304 -288
  86. package/esm5/lib/CanvasImageCell.js +28 -28
  87. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  88. package/esm5/lib/CanvasNumericCell.js +2 -2
  89. package/esm5/lib/CanvasNumericCellPresenter.js +3 -3
  90. package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
  91. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasSummaryCell.js +51 -51
  93. package/esm5/lib/CanvasSummaryCellPresenter.js +5 -5
  94. package/esm5/lib/CanvasTemplateCell.js +7 -7
  95. package/esm5/lib/CanvasTemplateCellPresenter.js +3 -3
  96. package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
  97. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  98. package/esm5/lib/CanvasTextCell.js +3 -3
  99. package/esm5/lib/CanvasTextCellPresenter.js +2 -2
  100. package/esm5/lib/CanvasTextHeaderCell.js +24 -24
  101. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  102. package/esm5/lib/CellPresenterBase.js +1 -1
  103. package/esm5/lib/CheckboxListView_combined.js +339 -296
  104. package/esm5/lib/ColumnChooserView_combined.js +22 -22
  105. package/esm5/lib/ColumnFilterCondition_combined.js +7319 -6934
  106. package/esm5/lib/ColumnGroupDescription.js +22 -0
  107. package/esm5/lib/ColumnGroupDescriptionCollection.js +18 -8
  108. package/esm5/lib/ColumnGroupingView_combined.js +25 -25
  109. package/esm5/lib/ColumnPinningView_combined.js +22 -22
  110. package/esm5/lib/ColumnSortDescriptionCollection.js +16 -6
  111. package/esm5/lib/ColumnSummaryDescriptionCollection.js +16 -6
  112. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +23 -18
  113. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  114. package/esm5/lib/DataGridCellLayoutPanel.js +27 -25
  115. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  116. package/esm5/lib/DataGridToolbarView_combined.js +17 -17
  117. package/esm5/lib/DateTimeColumnValueFormatter.js +92 -1
  118. package/esm5/lib/GridColumnFilterOptionsView_combined.js +25 -25
  119. package/esm5/lib/GridColumnGroupOptionsView_combined.js +10 -10
  120. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  121. package/esm5/lib/GridColumnMoveOptionsView_combined.js +6 -6
  122. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  123. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  124. package/esm5/lib/GridColumnPinOptionsView_combined.js +5 -5
  125. package/esm5/lib/GridColumnSortOptionsView_combined.js +5 -5
  126. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +15 -15
  127. package/esm5/lib/GridExternalWrapper.js +18 -6
  128. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  129. package/esm5/lib/ISummaryChooserView_combined.js +13 -13
  130. package/esm5/lib/MultiColumnComboBoxView_combined.js +47 -47
  131. package/esm5/lib/MultiColumnComboVisualModelExport.js +1 -1
  132. package/esm5/lib/NumericCellPresenter.js +1 -1
  133. package/esm5/lib/PropertyEditorView_combined.js +40 -40
  134. package/esm5/lib/TemplateCellPresenter.js +1 -1
  135. package/esm5/lib/TemplateHeader.js +8 -8
  136. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  137. package/esm5/lib/TemplateSectionHeader.js +2 -2
  138. package/esm5/lib/TextEditorView.js +28 -10
  139. package/esm5/lib/VerticalSeparatorCell.js +46 -8
  140. package/esm5/lib/VisualModelExport.js +120 -100
  141. package/esm5/lib/igc-checkbox-list-component.js +82 -54
  142. package/esm5/lib/igc-column-component.js +164 -164
  143. package/esm5/lib/igc-column-group-description-collection.js +17 -3
  144. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  145. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  146. package/esm5/lib/igc-column-sort-description-collection.js +17 -3
  147. package/esm5/lib/igc-column-summary-description-collection.js +17 -3
  148. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  149. package/esm5/lib/igc-data-grid-component.js +743 -601
  150. package/esm5/lib/igc-date-time-column-component.js +23 -23
  151. package/esm5/lib/igc-definition-base-component.js +50 -50
  152. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  153. package/esm5/lib/igc-header-component.js +24 -24
  154. package/esm5/lib/igc-image-column-component.js +12 -12
  155. package/esm5/lib/igc-numeric-column-component.js +35 -35
  156. package/esm5/lib/igc-section-header-component.js +24 -24
  157. package/esm5/lib/igc-summary-row-component.js +24 -24
  158. package/esm5/lib/igc-text-column-component.js +9 -9
  159. package/fesm2015/igniteui-webcomponents-grids.js +10276 -9534
  160. package/fesm5/igniteui-webcomponents-grids.js +10237 -9351
  161. package/lib/CanvasGridCellBase.d.ts +95 -93
  162. package/lib/CanvasImageCell.d.ts +11 -11
  163. package/lib/CanvasSectionHeaderCell.d.ts +1 -1
  164. package/lib/CanvasSummaryCell.d.ts +15 -15
  165. package/lib/CanvasTemplateCell.d.ts +4 -4
  166. package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
  167. package/lib/CanvasTextCell.d.ts +1 -1
  168. package/lib/CanvasTextHeaderCell.d.ts +6 -6
  169. package/lib/CheckboxListView_combined.d.ts +74 -69
  170. package/lib/ColumnFilterCondition_combined.d.ts +1299 -1258
  171. package/lib/ColumnGroupDescription.d.ts +1 -0
  172. package/lib/ColumnGroupDescriptionCollection.d.ts +8 -7
  173. package/lib/ColumnSortDescriptionCollection.d.ts +8 -7
  174. package/lib/ColumnSummaryDescriptionCollection.d.ts +8 -7
  175. package/lib/DataGridCellLayoutPanel.d.ts +1 -0
  176. package/lib/DateTimeColumnValueFormatter.d.ts +19 -1
  177. package/lib/GridExternalWrapper.d.ts +4 -0
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateSectionHeader.d.ts +2 -2
  180. package/lib/TextEditorView.d.ts +5 -3
  181. package/lib/VerticalSeparatorCell.d.ts +9 -0
  182. package/lib/VisualModelExport.d.ts +31 -26
  183. package/lib/igc-checkbox-list-component.d.ts +9 -0
  184. package/lib/igc-column-group-description-collection.d.ts +4 -0
  185. package/lib/igc-column-sort-description-collection.d.ts +4 -0
  186. package/lib/igc-column-summary-description-collection.d.ts +4 -0
  187. package/lib/igc-data-grid-component.d.ts +30 -2
  188. package/package.json +4 -4
@@ -60,11 +60,11 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
60
60
  * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
61
61
  */
62
62
  get: function () {
63
- return this.i.lo;
63
+ return this.i.lq;
64
64
  },
65
65
  set: function (v) {
66
- this.i.lo = ensureEnum(DateTimeFormats_$type, v);
67
- this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.lo));
66
+ this.i.lq = ensureEnum(DateTimeFormats_$type, v);
67
+ this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.lq));
68
68
  },
69
69
  enumerable: true,
70
70
  configurable: true
@@ -74,10 +74,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
74
74
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
75
75
  */
76
76
  get: function () {
77
- return this.i.l5;
77
+ return this.i.l8;
78
78
  },
79
79
  set: function (v) {
80
- this.i.l5 = v;
80
+ this.i.l8 = v;
81
81
  },
82
82
  enumerable: true,
83
83
  configurable: true
@@ -87,24 +87,24 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
87
87
  * Gets or sets the format string to use when editing dates.
88
88
  */
89
89
  get: function () {
90
- return this.i.lz;
90
+ return this.i.l1;
91
91
  },
92
92
  set: function (v) {
93
- this.i.lz = v;
93
+ this.i.l1 = v;
94
94
  },
95
95
  enumerable: true,
96
96
  configurable: true
97
97
  });
98
98
  Object.defineProperty(IgcDateTimeColumnComponent.prototype, "formatSpecifiers", {
99
99
  get: function () {
100
- return this.i.ll;
100
+ return this.i.lm;
101
101
  },
102
102
  set: function (v) {
103
103
  if (v && !Array.isArray(v) && typeof (v) == "string") {
104
104
  var re = /\s*(?:,|\s|$)\s*/gm;
105
105
  v = v.split(re);
106
106
  }
107
- this.i.ll = v;
107
+ this.i.lm = v;
108
108
  },
109
109
  enumerable: true,
110
110
  configurable: true
@@ -114,10 +114,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
114
114
  * Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
115
115
  */
116
116
  get: function () {
117
- return this.i.lv;
117
+ return this.i.lx;
118
118
  },
119
119
  set: function (v) {
120
- this.i.lv = v;
120
+ this.i.lx = v;
121
121
  },
122
122
  enumerable: true,
123
123
  configurable: true
@@ -127,11 +127,11 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
127
127
  * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
128
128
  */
129
129
  get: function () {
130
- return this.i.lr;
130
+ return this.i.lt;
131
131
  },
132
132
  set: function (v) {
133
- this.i.lr = ensureBool(v);
134
- this._a("showTodayButton", this.i.lr);
133
+ this.i.lt = ensureBool(v);
134
+ this._a("showTodayButton", this.i.lt);
135
135
  },
136
136
  enumerable: true,
137
137
  configurable: true
@@ -141,11 +141,11 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
141
141
  * Gets or sets the editor type used for editing cells in this column.
142
142
  */
143
143
  get: function () {
144
- return this.i.lp;
144
+ return this.i.lr;
145
145
  },
146
146
  set: function (v) {
147
- this.i.lp = ensureEnum(EditorType_$type, v);
148
- this._a("editorType", enumToString(EditorType_$type, this.i.lp));
147
+ this.i.lr = ensureEnum(EditorType_$type, v);
148
+ this._a("editorType", enumToString(EditorType_$type, this.i.lr));
149
149
  },
150
150
  enumerable: true,
151
151
  configurable: true
@@ -155,10 +155,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
155
155
  * Gets or sets the ComboBox data source.
156
156
  */
157
157
  get: function () {
158
- return this.i.lu;
158
+ return this.i.lw;
159
159
  },
160
160
  set: function (v) {
161
- this.i.lu = v;
161
+ this.i.lw = v;
162
162
  },
163
163
  enumerable: true,
164
164
  configurable: true
@@ -168,10 +168,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
168
168
  * Gets or sets the ComboBox text field.
169
169
  */
170
170
  get: function () {
171
- return this.i.l1;
171
+ return this.i.l3;
172
172
  },
173
173
  set: function (v) {
174
- this.i.l1 = v;
174
+ this.i.l3 = v;
175
175
  },
176
176
  enumerable: true,
177
177
  configurable: true
@@ -181,10 +181,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
181
181
  * Gets or sets the ComboBox value field.
182
182
  */
183
183
  get: function () {
184
- return this.i.l2;
184
+ return this.i.l4;
185
185
  },
186
186
  set: function (v) {
187
- this.i.l2 = v;
187
+ this.i.l4 = v;
188
188
  },
189
189
  enumerable: true,
190
190
  configurable: true
@@ -210,11 +210,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
210
210
  * Gets or sets the background color to use.
211
211
  */
212
212
  get: function () {
213
- return brushToString(this.i.d7);
213
+ return brushToString(this.i.d8);
214
214
  },
215
215
  set: function (v) {
216
- this.i.d7 = stringToBrush(v);
217
- this._a("background", brushToString(this.i.d7));
216
+ this.i.d8 = stringToBrush(v);
217
+ this._a("background", brushToString(this.i.d8));
218
218
  },
219
219
  enumerable: true,
220
220
  configurable: true
@@ -224,11 +224,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
224
224
  * Gets or sets the background color to use.
225
225
  */
226
226
  get: function () {
227
- return brushToString(this.i.d8);
227
+ return brushToString(this.i.d9);
228
228
  },
229
229
  set: function (v) {
230
- this.i.d8 = stringToBrush(v);
231
- this._a("border", brushToString(this.i.d8));
230
+ this.i.d9 = stringToBrush(v);
231
+ this._a("border", brushToString(this.i.d9));
232
232
  },
233
233
  enumerable: true,
234
234
  configurable: true
@@ -238,11 +238,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
238
238
  * Gets or sets the background color to use.
239
239
  */
240
240
  get: function () {
241
- return brushToString(this.i.dy);
241
+ return brushToString(this.i.dz);
242
242
  },
243
243
  set: function (v) {
244
- this.i.dy = stringToBrush(v);
245
- this._a("activationBorder", brushToString(this.i.dy));
244
+ this.i.dz = stringToBrush(v);
245
+ this._a("activationBorder", brushToString(this.i.dz));
246
246
  },
247
247
  enumerable: true,
248
248
  configurable: true
@@ -252,11 +252,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
252
252
  * Gets or sets the error border color to use.
253
253
  */
254
254
  get: function () {
255
- return brushToString(this.i.d9);
255
+ return brushToString(this.i.ea);
256
256
  },
257
257
  set: function (v) {
258
- this.i.d9 = stringToBrush(v);
259
- this._a("errorBorder", brushToString(this.i.d9));
258
+ this.i.ea = stringToBrush(v);
259
+ this._a("errorBorder", brushToString(this.i.ea));
260
260
  },
261
261
  enumerable: true,
262
262
  configurable: true
@@ -266,11 +266,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
266
266
  * Gets the actual border color that will be used.
267
267
  */
268
268
  get: function () {
269
- return brushToString(this.i.d1);
269
+ return brushToString(this.i.d2);
270
270
  },
271
271
  set: function (v) {
272
- this.i.d1 = stringToBrush(v);
273
- this._a("actualBorder", brushToString(this.i.d1));
272
+ this.i.d2 = stringToBrush(v);
273
+ this._a("actualBorder", brushToString(this.i.d2));
274
274
  },
275
275
  enumerable: true,
276
276
  configurable: true
@@ -436,11 +436,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
436
436
  * Gets the actual background color that will be used.
437
437
  */
438
438
  get: function () {
439
- return brushToString(this.i.d0);
439
+ return brushToString(this.i.d1);
440
440
  },
441
441
  set: function (v) {
442
- this.i.d0 = stringToBrush(v);
443
- this._a("actualBackground", brushToString(this.i.d0));
442
+ this.i.d1 = stringToBrush(v);
443
+ this._a("actualBackground", brushToString(this.i.d1));
444
444
  },
445
445
  enumerable: true,
446
446
  configurable: true
@@ -450,11 +450,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
450
450
  * Gets the actual background color that will be used.
451
451
  */
452
452
  get: function () {
453
- return brushToString(this.i.dz);
453
+ return brushToString(this.i.d0);
454
454
  },
455
455
  set: function (v) {
456
- this.i.dz = stringToBrush(v);
457
- this._a("actualActivationBorder", brushToString(this.i.dz));
456
+ this.i.d0 = stringToBrush(v);
457
+ this._a("actualActivationBorder", brushToString(this.i.d0));
458
458
  },
459
459
  enumerable: true,
460
460
  configurable: true
@@ -464,11 +464,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
464
464
  * Gets the actual error border color that will be used.
465
465
  */
466
466
  get: function () {
467
- return brushToString(this.i.d2);
467
+ return brushToString(this.i.d3);
468
468
  },
469
469
  set: function (v) {
470
- this.i.d2 = stringToBrush(v);
471
- this._a("actualErrorBorder", brushToString(this.i.d2));
470
+ this.i.d3 = stringToBrush(v);
471
+ this._a("actualErrorBorder", brushToString(this.i.d3));
472
472
  },
473
473
  enumerable: true,
474
474
  configurable: true
@@ -478,11 +478,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
478
478
  * Gets or sets the background color for content that sticks to the top of the grid.
479
479
  */
480
480
  get: function () {
481
- return brushToString(this.i.ej);
481
+ return brushToString(this.i.ek);
482
482
  },
483
483
  set: function (v) {
484
- this.i.ej = stringToBrush(v);
485
- this._a("stickyRowBackground", brushToString(this.i.ej));
484
+ this.i.ek = stringToBrush(v);
485
+ this._a("stickyRowBackground", brushToString(this.i.ek));
486
486
  },
487
487
  enumerable: true,
488
488
  configurable: true
@@ -492,11 +492,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
492
492
  * Gets the actual background color for content that sticks to the top of the grid.
493
493
  */
494
494
  get: function () {
495
- return brushToString(this.i.d5);
495
+ return brushToString(this.i.d6);
496
496
  },
497
497
  set: function (v) {
498
- this.i.d5 = stringToBrush(v);
499
- this._a("actualStickyRowBackground", brushToString(this.i.d5));
498
+ this.i.d6 = stringToBrush(v);
499
+ this._a("actualStickyRowBackground", brushToString(this.i.d6));
500
500
  },
501
501
  enumerable: true,
502
502
  configurable: true
@@ -506,11 +506,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
506
506
  * Gets or sets the background color for cells belonging to rows marked as pinned.
507
507
  */
508
508
  get: function () {
509
- return brushToString(this.i.ei);
509
+ return brushToString(this.i.ej);
510
510
  },
511
511
  set: function (v) {
512
- this.i.ei = stringToBrush(v);
513
- this._a("pinnedRowBackground", brushToString(this.i.ei));
512
+ this.i.ej = stringToBrush(v);
513
+ this._a("pinnedRowBackground", brushToString(this.i.ej));
514
514
  },
515
515
  enumerable: true,
516
516
  configurable: true
@@ -520,11 +520,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
520
520
  * Gets the actual background color for cells belonging to rows marked as pinned.
521
521
  */
522
522
  get: function () {
523
- return brushToString(this.i.d4);
523
+ return brushToString(this.i.d5);
524
524
  },
525
525
  set: function (v) {
526
- this.i.d4 = stringToBrush(v);
527
- this._a("actualPinnedRowBackground", brushToString(this.i.d4));
526
+ this.i.d5 = stringToBrush(v);
527
+ this._a("actualPinnedRowBackground", brushToString(this.i.d5));
528
528
  },
529
529
  enumerable: true,
530
530
  configurable: true
@@ -534,11 +534,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
534
534
  * Gets or sets the color for the last row in the sticky row area.
535
535
  */
536
536
  get: function () {
537
- return brushToString(this.i.eh);
537
+ return brushToString(this.i.ei);
538
538
  },
539
539
  set: function (v) {
540
- this.i.eh = stringToBrush(v);
541
- this._a("lastStickyRowBackground", brushToString(this.i.eh));
540
+ this.i.ei = stringToBrush(v);
541
+ this._a("lastStickyRowBackground", brushToString(this.i.ei));
542
542
  },
543
543
  enumerable: true,
544
544
  configurable: true
@@ -548,11 +548,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
548
548
  * Gets the actual color for the last row in the sticky row area.
549
549
  */
550
550
  get: function () {
551
- return brushToString(this.i.d3);
551
+ return brushToString(this.i.d4);
552
552
  },
553
553
  set: function (v) {
554
- this.i.d3 = stringToBrush(v);
555
- this._a("actualLastStickyRowBackground", brushToString(this.i.d3));
554
+ this.i.d4 = stringToBrush(v);
555
+ this._a("actualLastStickyRowBackground", brushToString(this.i.d4));
556
556
  },
557
557
  enumerable: true,
558
558
  configurable: true
@@ -632,11 +632,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
632
632
  * Gets or sets the color to use for displaying text.
633
633
  */
634
634
  get: function () {
635
- return brushToString(this.i.ek);
635
+ return brushToString(this.i.el);
636
636
  },
637
637
  set: function (v) {
638
- this.i.ek = stringToBrush(v);
639
- this._a("textColor", brushToString(this.i.ek));
638
+ this.i.el = stringToBrush(v);
639
+ this._a("textColor", brushToString(this.i.el));
640
640
  },
641
641
  enumerable: true,
642
642
  configurable: true
@@ -646,11 +646,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
646
646
  * Gets the actual color used for displaying text.
647
647
  */
648
648
  get: function () {
649
- return brushToString(this.i.d6);
649
+ return brushToString(this.i.d7);
650
650
  },
651
651
  set: function (v) {
652
- this.i.d6 = stringToBrush(v);
653
- this._a("actualTextColor", brushToString(this.i.d6));
652
+ this.i.d7 = stringToBrush(v);
653
+ this._a("actualTextColor", brushToString(this.i.d7));
654
654
  },
655
655
  enumerable: true,
656
656
  configurable: true
@@ -703,7 +703,7 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
703
703
  return null;
704
704
  };
705
705
  IgcDefinitionBaseComponent.prototype.setNamedValue = function (valueName, animationType, value) {
706
- this.i.c6(valueName, (animationType == null ? null : animationType), value);
706
+ this.i.c7(valueName, (animationType == null ? null : animationType), value);
707
707
  };
708
708
  /**
709
709
  * Returns if this definition has named value.
@@ -728,7 +728,7 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
728
728
  * @param valueName * The named value name to remove.
729
729
  */
730
730
  IgcDefinitionBaseComponent.prototype.removeNamedValue = function (valueName) {
731
- this.i.c4(valueName);
731
+ this.i.c5(valueName);
732
732
  };
733
733
  /**
734
734
  * Gets the value for a named value from this definition.
@@ -58,11 +58,11 @@ var IgcFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
58
58
  * Gets or sets the amount of left padding to use for the cell content for this column.
59
59
  */
60
60
  get: function () {
61
- return this.i.eq;
61
+ return this.i.er;
62
62
  },
63
63
  set: function (v) {
64
- this.i.eq = +v;
65
- this._a("paddingLeft", this.i.eq);
64
+ this.i.er = +v;
65
+ this._a("paddingLeft", this.i.er);
66
66
  },
67
67
  enumerable: true,
68
68
  configurable: true
@@ -72,11 +72,11 @@ var IgcFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
72
72
  * Gets or sets the amount of top padding to use for the cell content for this column.
73
73
  */
74
74
  get: function () {
75
- return this.i.es;
75
+ return this.i.et;
76
76
  },
77
77
  set: function (v) {
78
- this.i.es = +v;
79
- this._a("paddingTop", this.i.es);
78
+ this.i.et = +v;
79
+ this._a("paddingTop", this.i.et);
80
80
  },
81
81
  enumerable: true,
82
82
  configurable: true
@@ -86,11 +86,11 @@ var IgcFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
86
86
  * Gets or sets the amount of right padding to use for the cell content of this column.
87
87
  */
88
88
  get: function () {
89
- return this.i.er;
89
+ return this.i.es;
90
90
  },
91
91
  set: function (v) {
92
- this.i.er = +v;
93
- this._a("paddingRight", this.i.er);
92
+ this.i.es = +v;
93
+ this._a("paddingRight", this.i.es);
94
94
  },
95
95
  enumerable: true,
96
96
  configurable: true
@@ -100,11 +100,11 @@ var IgcFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
100
100
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
101
101
  */
102
102
  get: function () {
103
- return this.i.ep;
103
+ return this.i.eq;
104
104
  },
105
105
  set: function (v) {
106
- this.i.ep = +v;
107
- this._a("paddingBottom", this.i.ep);
106
+ this.i.eq = +v;
107
+ this._a("paddingBottom", this.i.eq);
108
108
  },
109
109
  enumerable: true,
110
110
  configurable: true
@@ -48,11 +48,11 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
48
48
  * Gets or sets the color to use for the sort indicator icon
49
49
  */
50
50
  get: function () {
51
- return brushToString(this.i.fb);
51
+ return brushToString(this.i.fc);
52
52
  },
53
53
  set: function (v) {
54
- this.i.fb = stringToBrush(v);
55
- this._a("sortIndicatorColor", brushToString(this.i.fb));
54
+ this.i.fc = stringToBrush(v);
55
+ this._a("sortIndicatorColor", brushToString(this.i.fc));
56
56
  },
57
57
  enumerable: true,
58
58
  configurable: true
@@ -62,33 +62,33 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
62
62
  * Gets the actual background color that is used for the cells when they are selected
63
63
  */
64
64
  get: function () {
65
- return brushToString(this.i.e9);
65
+ return brushToString(this.i.fa);
66
66
  },
67
67
  set: function (v) {
68
- this.i.e9 = stringToBrush(v);
69
- this._a("actualSortIndicatorColor", brushToString(this.i.e9));
68
+ this.i.fa = stringToBrush(v);
69
+ this._a("actualSortIndicatorColor", brushToString(this.i.fa));
70
70
  },
71
71
  enumerable: true,
72
72
  configurable: true
73
73
  });
74
74
  Object.defineProperty(IgcHeaderComponent.prototype, "sortIndicatorStyle", {
75
75
  get: function () {
76
- return this.i.eo;
76
+ return this.i.ep;
77
77
  },
78
78
  set: function (v) {
79
- this.i.eo = ensureEnum(SortIndicatorStyle_$type, v);
80
- this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.eo));
79
+ this.i.ep = ensureEnum(SortIndicatorStyle_$type, v);
80
+ this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.ep));
81
81
  },
82
82
  enumerable: true,
83
83
  configurable: true
84
84
  });
85
85
  Object.defineProperty(IgcHeaderComponent.prototype, "actualSortIndicatorStyle", {
86
86
  get: function () {
87
- return this.i.en;
87
+ return this.i.eo;
88
88
  },
89
89
  set: function (v) {
90
- this.i.en = ensureEnum(SortIndicatorStyle_$type, v);
91
- this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.en));
90
+ this.i.eo = ensureEnum(SortIndicatorStyle_$type, v);
91
+ this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.eo));
92
92
  },
93
93
  enumerable: true,
94
94
  configurable: true
@@ -98,11 +98,11 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
98
98
  * Gets or sets the amount of left padding to use for the cell content.
99
99
  */
100
100
  get: function () {
101
- return this.i.eu;
101
+ return this.i.ev;
102
102
  },
103
103
  set: function (v) {
104
- this.i.eu = +v;
105
- this._a("paddingLeft", this.i.eu);
104
+ this.i.ev = +v;
105
+ this._a("paddingLeft", this.i.ev);
106
106
  },
107
107
  enumerable: true,
108
108
  configurable: true
@@ -112,11 +112,11 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
112
112
  * Gets or sets the amount of top padding to use for the cell content.
113
113
  */
114
114
  get: function () {
115
- return this.i.ew;
115
+ return this.i.ex;
116
116
  },
117
117
  set: function (v) {
118
- this.i.ew = +v;
119
- this._a("paddingTop", this.i.ew);
118
+ this.i.ex = +v;
119
+ this._a("paddingTop", this.i.ex);
120
120
  },
121
121
  enumerable: true,
122
122
  configurable: true
@@ -126,11 +126,11 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
126
126
  * Gets or sets the amount of right padding to use for the cell content.
127
127
  */
128
128
  get: function () {
129
- return this.i.ev;
129
+ return this.i.ew;
130
130
  },
131
131
  set: function (v) {
132
- this.i.ev = +v;
133
- this._a("paddingRight", this.i.ev);
132
+ this.i.ew = +v;
133
+ this._a("paddingRight", this.i.ew);
134
134
  },
135
135
  enumerable: true,
136
136
  configurable: true
@@ -140,11 +140,11 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
140
140
  * Gets or sets the amount of bottom padding to use for the cell content.
141
141
  */
142
142
  get: function () {
143
- return this.i.et;
143
+ return this.i.eu;
144
144
  },
145
145
  set: function (v) {
146
- this.i.et = +v;
147
- this._a("paddingBottom", this.i.et);
146
+ this.i.eu = +v;
147
+ this._a("paddingBottom", this.i.eu);
148
148
  },
149
149
  enumerable: true,
150
150
  configurable: true
@@ -60,11 +60,11 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
60
60
  * Gets or sets the stretch option to use when rendering images
61
61
  */
62
62
  get: function () {
63
- return this.i.lo;
63
+ return this.i.lp;
64
64
  },
65
65
  set: function (v) {
66
- this.i.lo = ensureEnum(ImageStretchOptions_$type, v);
67
- this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.lo));
66
+ this.i.lp = ensureEnum(ImageStretchOptions_$type, v);
67
+ this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.lp));
68
68
  },
69
69
  enumerable: true,
70
70
  configurable: true
@@ -74,11 +74,11 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
74
74
  * Gets or sets the editor type used for editing cells in this column.
75
75
  */
76
76
  get: function () {
77
- return this.i.lk;
77
+ return this.i.ll;
78
78
  },
79
79
  set: function (v) {
80
- this.i.lk = ensureEnum(EditorType_$type, v);
81
- this._a("editorType", enumToString(EditorType_$type, this.i.lk));
80
+ this.i.ll = ensureEnum(EditorType_$type, v);
81
+ this._a("editorType", enumToString(EditorType_$type, this.i.ll));
82
82
  },
83
83
  enumerable: true,
84
84
  configurable: true
@@ -88,10 +88,10 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
88
88
  * Gets or sets the ComboBox data source.
89
89
  */
90
90
  get: function () {
91
- return this.i.lp;
91
+ return this.i.lq;
92
92
  },
93
93
  set: function (v) {
94
- this.i.lp = v;
94
+ this.i.lq = v;
95
95
  },
96
96
  enumerable: true,
97
97
  configurable: true
@@ -101,10 +101,10 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
101
101
  * Gets or sets the ComboBox text field.
102
102
  */
103
103
  get: function () {
104
- return this.i.lq;
104
+ return this.i.lr;
105
105
  },
106
106
  set: function (v) {
107
- this.i.lq = v;
107
+ this.i.lr = v;
108
108
  },
109
109
  enumerable: true,
110
110
  configurable: true
@@ -114,10 +114,10 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
114
114
  * Gets or sets the ComboBox value field.
115
115
  */
116
116
  get: function () {
117
- return this.i.lr;
117
+ return this.i.ls;
118
118
  },
119
119
  set: function (v) {
120
- this.i.lr = v;
120
+ this.i.ls = v;
121
121
  },
122
122
  enumerable: true,
123
123
  configurable: true