igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.0

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 (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -181,10 +181,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
181
181
  * Gets or sets the background color to use.
182
182
  */
183
183
  get: function () {
184
- return brushToString(this.i.gh);
184
+ return brushToString(this.i.gi);
185
185
  },
186
186
  set: function (v) {
187
- this.i.gh = stringToBrush(v);
187
+ this.i.gi = stringToBrush(v);
188
188
  },
189
189
  enumerable: false,
190
190
  configurable: true
@@ -238,10 +238,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
238
238
  * Gets or sets the background color to use.
239
239
  */
240
240
  get: function () {
241
- return brushToString(this.i.gk);
241
+ return brushToString(this.i.gl);
242
242
  },
243
243
  set: function (v) {
244
- this.i.gk = stringToBrush(v);
244
+ this.i.gl = stringToBrush(v);
245
245
  },
246
246
  enumerable: false,
247
247
  configurable: true
@@ -251,10 +251,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
251
251
  * Gets or sets the background color to use.
252
252
  */
253
253
  get: function () {
254
- return brushToString(this.i.f6);
254
+ return brushToString(this.i.f7);
255
255
  },
256
256
  set: function (v) {
257
- this.i.f6 = stringToBrush(v);
257
+ this.i.f7 = stringToBrush(v);
258
258
  },
259
259
  enumerable: false,
260
260
  configurable: true
@@ -264,10 +264,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
264
264
  * Gets or sets the error border color to use.
265
265
  */
266
266
  get: function () {
267
- return brushToString(this.i.gl);
267
+ return brushToString(this.i.gm);
268
268
  },
269
269
  set: function (v) {
270
- this.i.gl = stringToBrush(v);
270
+ this.i.gm = stringToBrush(v);
271
271
  },
272
272
  enumerable: false,
273
273
  configurable: true
@@ -277,10 +277,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
277
277
  * Gets the actual border color that will be used.
278
278
  */
279
279
  get: function () {
280
- return brushToString(this.i.gb);
280
+ return brushToString(this.i.gc);
281
281
  },
282
282
  set: function (v) {
283
- this.i.gb = stringToBrush(v);
283
+ this.i.gc = stringToBrush(v);
284
284
  },
285
285
  enumerable: false,
286
286
  configurable: true
@@ -434,10 +434,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
434
434
  * Gets the actual background color that will be used.
435
435
  */
436
436
  get: function () {
437
- return brushToString(this.i.f8);
437
+ return brushToString(this.i.f9);
438
438
  },
439
439
  set: function (v) {
440
- this.i.f8 = stringToBrush(v);
440
+ this.i.f9 = stringToBrush(v);
441
441
  },
442
442
  enumerable: false,
443
443
  configurable: true
@@ -447,10 +447,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
447
447
  * Gets the actual background color that will be used.
448
448
  */
449
449
  get: function () {
450
- return brushToString(this.i.f7);
450
+ return brushToString(this.i.f8);
451
451
  },
452
452
  set: function (v) {
453
- this.i.f7 = stringToBrush(v);
453
+ this.i.f8 = stringToBrush(v);
454
454
  },
455
455
  enumerable: false,
456
456
  configurable: true
@@ -460,10 +460,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
460
460
  * Gets the actual error border color that will be used.
461
461
  */
462
462
  get: function () {
463
- return brushToString(this.i.gc);
463
+ return brushToString(this.i.gd);
464
464
  },
465
465
  set: function (v) {
466
- this.i.gc = stringToBrush(v);
466
+ this.i.gd = stringToBrush(v);
467
467
  },
468
468
  enumerable: false,
469
469
  configurable: true
@@ -473,10 +473,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
473
473
  * Gets or sets the background color for content that sticks to the top of the grid.
474
474
  */
475
475
  get: function () {
476
- return brushToString(this.i.g0);
476
+ return brushToString(this.i.g1);
477
477
  },
478
478
  set: function (v) {
479
- this.i.g0 = stringToBrush(v);
479
+ this.i.g1 = stringToBrush(v);
480
480
  },
481
481
  enumerable: false,
482
482
  configurable: true
@@ -486,10 +486,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
486
486
  * Gets the actual background color for content that sticks to the top of the grid.
487
487
  */
488
488
  get: function () {
489
- return brushToString(this.i.gf);
489
+ return brushToString(this.i.gg);
490
490
  },
491
491
  set: function (v) {
492
- this.i.gf = stringToBrush(v);
492
+ this.i.gg = stringToBrush(v);
493
493
  },
494
494
  enumerable: false,
495
495
  configurable: true
@@ -499,10 +499,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
499
499
  * Gets or sets the background color for cells belonging to rows marked as pinned.
500
500
  */
501
501
  get: function () {
502
- return brushToString(this.i.gz);
502
+ return brushToString(this.i.g0);
503
503
  },
504
504
  set: function (v) {
505
- this.i.gz = stringToBrush(v);
505
+ this.i.g0 = stringToBrush(v);
506
506
  },
507
507
  enumerable: false,
508
508
  configurable: true
@@ -512,10 +512,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
512
512
  * Gets the actual background color for cells belonging to rows marked as pinned.
513
513
  */
514
514
  get: function () {
515
- return brushToString(this.i.ge);
515
+ return brushToString(this.i.gf);
516
516
  },
517
517
  set: function (v) {
518
- this.i.ge = stringToBrush(v);
518
+ this.i.gf = stringToBrush(v);
519
519
  },
520
520
  enumerable: false,
521
521
  configurable: true
@@ -525,10 +525,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
525
525
  * Gets or sets the color for the last row in the sticky row area.
526
526
  */
527
527
  get: function () {
528
- return brushToString(this.i.gy);
528
+ return brushToString(this.i.gz);
529
529
  },
530
530
  set: function (v) {
531
- this.i.gy = stringToBrush(v);
531
+ this.i.gz = stringToBrush(v);
532
532
  },
533
533
  enumerable: false,
534
534
  configurable: true
@@ -538,10 +538,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
538
538
  * Gets the actual color for the last row in the sticky row area.
539
539
  */
540
540
  get: function () {
541
- return brushToString(this.i.gd);
541
+ return brushToString(this.i.ge);
542
542
  },
543
543
  set: function (v) {
544
- this.i.gd = stringToBrush(v);
544
+ this.i.ge = stringToBrush(v);
545
545
  },
546
546
  enumerable: false,
547
547
  configurable: true
@@ -616,10 +616,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
616
616
  * Gets or sets the color to use for displaying text.
617
617
  */
618
618
  get: function () {
619
- return brushToString(this.i.g1);
619
+ return brushToString(this.i.g2);
620
620
  },
621
621
  set: function (v) {
622
- this.i.g1 = stringToBrush(v);
622
+ this.i.g2 = stringToBrush(v);
623
623
  },
624
624
  enumerable: false,
625
625
  configurable: true
@@ -629,10 +629,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
629
629
  * Gets the actual color used for displaying text.
630
630
  */
631
631
  get: function () {
632
- return brushToString(this.i.gg);
632
+ return brushToString(this.i.gh);
633
633
  },
634
634
  set: function (v) {
635
- this.i.gg = stringToBrush(v);
635
+ this.i.gh = stringToBrush(v);
636
636
  },
637
637
  enumerable: false,
638
638
  configurable: true
@@ -655,10 +655,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
655
655
  * Gets or sets the color to use for value bars.
656
656
  */
657
657
  get: function () {
658
- return brushToString(this.i.gi);
658
+ return brushToString(this.i.gj);
659
659
  },
660
660
  set: function (v) {
661
- this.i.gi = stringToBrush(v);
661
+ this.i.gj = stringToBrush(v);
662
662
  },
663
663
  enumerable: false,
664
664
  configurable: true
@@ -668,10 +668,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
668
668
  * Gets the actual color used for value bars.
669
669
  */
670
670
  get: function () {
671
- return brushToString(this.i.f9);
671
+ return brushToString(this.i.ga);
672
672
  },
673
673
  set: function (v) {
674
- this.i.f9 = stringToBrush(v);
674
+ this.i.ga = stringToBrush(v);
675
675
  },
676
676
  enumerable: false,
677
677
  configurable: true
@@ -681,10 +681,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
681
681
  * Gets or sets the Outline color to use for value bars.
682
682
  */
683
683
  get: function () {
684
- return brushToString(this.i.gj);
684
+ return brushToString(this.i.gk);
685
685
  },
686
686
  set: function (v) {
687
- this.i.gj = stringToBrush(v);
687
+ this.i.gk = stringToBrush(v);
688
688
  },
689
689
  enumerable: false,
690
690
  configurable: true
@@ -694,10 +694,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
694
694
  * Gets the actual Outline color used for value bars.
695
695
  */
696
696
  get: function () {
697
- return brushToString(this.i.ga);
697
+ return brushToString(this.i.gb);
698
698
  },
699
699
  set: function (v) {
700
- this.i.ga = stringToBrush(v);
700
+ this.i.gb = stringToBrush(v);
701
701
  },
702
702
  enumerable: false,
703
703
  configurable: true
@@ -814,17 +814,17 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
814
814
  return null;
815
815
  };
816
816
  IgxDefinitionBaseComponent.prototype.transitionStyleOut = function (style) {
817
- this.i.e6((style == null ? null : style.i));
817
+ this.i.e7((style == null ? null : style.i));
818
818
  };
819
819
  IgxDefinitionBaseComponent.prototype.transitionStyleIn = function (style) {
820
- this.i.e5((style == null ? null : style.i));
820
+ this.i.e6((style == null ? null : style.i));
821
821
  };
822
822
  IgxDefinitionBaseComponent.prototype.isStyleTransitioningOut = function (style) {
823
823
  var iv = this.i.at((style == null ? null : style.i));
824
824
  return (iv);
825
825
  };
826
826
  IgxDefinitionBaseComponent.prototype.setNamedValue = function (valueName, animationType, value) {
827
- this.i.e3(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
827
+ this.i.e4(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
828
828
  };
829
829
  /**
830
830
  * Returns if this definition has named value.
@@ -849,7 +849,7 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
849
849
  * @param valueName * The named value name to remove.
850
850
  */
851
851
  IgxDefinitionBaseComponent.prototype.removeNamedValue = function (valueName) {
852
- this.i.ey(valueName);
852
+ this.i.ez(valueName);
853
853
  };
854
854
  /**
855
855
  * Gets the value for a named value from this definition.
@@ -30,7 +30,7 @@ var IgxEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
30
30
  * Gets whether the editor cell is hidden or not.
31
31
  */
32
32
  get: function () {
33
- return this.i.ol;
33
+ return this.i.oo;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
@@ -40,14 +40,14 @@ var IgxEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
40
40
  * Gets or sets the edit target for this cell.
41
41
  */
42
42
  get: function () {
43
- var r = this.i.oe;
43
+ var r = this.i.oh;
44
44
  if (r == null) {
45
45
  return null;
46
46
  }
47
47
  return r.externalObject;
48
48
  },
49
49
  set: function (v) {
50
- v == null ? this.i.oe = null : this.i.oe = v.i;
50
+ v == null ? this.i.oh = null : this.i.oh = v.i;
51
51
  },
52
52
  enumerable: false,
53
53
  configurable: true
@@ -57,10 +57,10 @@ var IgxEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
57
57
  * Gets or sets the data type associated with the cell being edited.
58
58
  */
59
59
  get: function () {
60
- return this.i.oc;
60
+ return this.i.of;
61
61
  },
62
62
  set: function (v) {
63
- this.i.oc = ensureEnum(DataSourceSchemaPropertyType_$type, v);
63
+ this.i.of = ensureEnum(DataSourceSchemaPropertyType_$type, v);
64
64
  },
65
65
  enumerable: false,
66
66
  configurable: true
@@ -70,10 +70,10 @@ var IgxEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
70
70
  * Gets or sets the error message to display in the editor cell.
71
71
  */
72
72
  get: function () {
73
- return this.i.ph;
73
+ return this.i.pk;
74
74
  },
75
75
  set: function (v) {
76
- this.i.ph = v;
76
+ this.i.pk = v;
77
77
  },
78
78
  enumerable: false,
79
79
  configurable: true
@@ -83,10 +83,10 @@ var IgxEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
83
83
  * Gets or sets the user selected value.
84
84
  */
85
85
  get: function () {
86
- return this.i.o4;
86
+ return this.i.o7;
87
87
  },
88
88
  set: function (v) {
89
- this.i.o4 = v;
89
+ this.i.o7 = v;
90
90
  },
91
91
  enumerable: false,
92
92
  configurable: true
@@ -96,10 +96,10 @@ var IgxEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
96
96
  * Gets or sets the type of editor to use while cell editing.
97
97
  */
98
98
  get: function () {
99
- return this.i.og;
99
+ return this.i.oj;
100
100
  },
101
101
  set: function (v) {
102
- this.i.og = ensureEnum(EditorType_$type, v);
102
+ this.i.oj = ensureEnum(EditorType_$type, v);
103
103
  },
104
104
  enumerable: false,
105
105
  configurable: true
@@ -109,10 +109,10 @@ var IgxEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
109
109
  * Gets or sets the data source to use for the editor where it makes sense.
110
110
  */
111
111
  get: function () {
112
- return this.i.o3;
112
+ return this.i.o6;
113
113
  },
114
114
  set: function (v) {
115
- this.i.o3 = v;
115
+ this.i.o6 = v;
116
116
  },
117
117
  enumerable: false,
118
118
  configurable: true
@@ -122,10 +122,10 @@ var IgxEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
122
122
  * Gets or sets the editors display member.
123
123
  */
124
124
  get: function () {
125
- return this.i.pc;
125
+ return this.i.pf;
126
126
  },
127
127
  set: function (v) {
128
- this.i.pc = v;
128
+ this.i.pf = v;
129
129
  },
130
130
  enumerable: false,
131
131
  configurable: true
@@ -135,34 +135,34 @@ var IgxEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
135
135
  * Gets or sets the editors value member.
136
136
  */
137
137
  get: function () {
138
- return this.i.oa;
138
+ return this.i.od;
139
139
  },
140
140
  set: function (v) {
141
141
  if (v && !Array.isArray(v) && typeof (v) == "string") {
142
142
  var re = /\s*(?:,|\s|$)\s*/gm;
143
143
  v = v.split(re);
144
144
  }
145
- this.i.oa = v;
145
+ this.i.od = v;
146
146
  },
147
147
  enumerable: false,
148
148
  configurable: true
149
149
  });
150
150
  Object.defineProperty(IgxEditorCellInfo.prototype, "dateFormatString", {
151
151
  get: function () {
152
- return this.i.o9;
152
+ return this.i.pc;
153
153
  },
154
154
  set: function (v) {
155
- this.i.o9 = v;
155
+ this.i.pc = v;
156
156
  },
157
157
  enumerable: false,
158
158
  configurable: true
159
159
  });
160
160
  Object.defineProperty(IgxEditorCellInfo.prototype, "showTodayButton", {
161
161
  get: function () {
162
- return this.i.om;
162
+ return this.i.op;
163
163
  },
164
164
  set: function (v) {
165
- this.i.om = ensureBool(v);
165
+ this.i.op = ensureBool(v);
166
166
  },
167
167
  enumerable: false,
168
168
  configurable: true
@@ -172,7 +172,7 @@ var IgxEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
172
172
  * Gets the row index that the editor cell is targeting for edit.
173
173
  */
174
174
  get: function () {
175
- return this.i.o1;
175
+ return this.i.o4;
176
176
  },
177
177
  enumerable: false,
178
178
  configurable: true
@@ -182,7 +182,7 @@ var IgxEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
182
182
  * Gets the column index that the editor cell is targeting for edit.
183
183
  */
184
184
  get: function () {
185
- return this.i.o0;
185
+ return this.i.o3;
186
186
  },
187
187
  enumerable: false,
188
188
  configurable: true
@@ -35,10 +35,10 @@ var IgxFilterCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
35
35
  * Gets or sets whether the cell is hit test visible.
36
36
  */
37
37
  get: function () {
38
- return this.i.oe;
38
+ return this.i.oh;
39
39
  },
40
40
  set: function (v) {
41
- this.i.oe = ensureEnum(DataSourceSchemaPropertyType_$type, v);
41
+ this.i.oh = ensureEnum(DataSourceSchemaPropertyType_$type, v);
42
42
  },
43
43
  enumerable: false,
44
44
  configurable: true
@@ -48,10 +48,10 @@ var IgxFilterCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
48
48
  * Gets or sets the current filter to display in the cell.
49
49
  */
50
50
  get: function () {
51
- return this.i.oc;
51
+ return this.i.of;
52
52
  },
53
53
  set: function (v) {
54
- this.i.oc = v;
54
+ this.i.of = v;
55
55
  },
56
56
  enumerable: false,
57
57
  configurable: true
@@ -61,10 +61,10 @@ var IgxFilterCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
61
61
  * Gets or sets the current filter expression applied to the column.
62
62
  */
63
63
  get: function () {
64
- return this.i.og;
64
+ return this.i.oj;
65
65
  },
66
66
  set: function (v) {
67
- this.i.og = v;
67
+ this.i.oj = v;
68
68
  },
69
69
  enumerable: false,
70
70
  configurable: true
@@ -73,12 +73,12 @@ var IgxFilterCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
73
73
  get: function () {
74
74
  if (this._filterOperands === null) {
75
75
  var coll = new IgxGridFilterOperandsCollection();
76
- var innerColl = this.i.oi;
76
+ var innerColl = this.i.ol;
77
77
  if (!innerColl) {
78
78
  innerColl = new GridFilterOperandsCollection_internal();
79
79
  }
80
80
  this._filterOperands = coll._fromInner(innerColl);
81
- this.i.oi = innerColl;
81
+ this.i.ol = innerColl;
82
82
  }
83
83
  return this._filterOperands;
84
84
  },
@@ -90,94 +90,94 @@ var IgxFilterCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
90
90
  var coll = new IgxGridFilterOperandsCollection();
91
91
  this._filterOperands = coll._fromOuter(v);
92
92
  var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
93
- var innerColl = this.i.oi;
93
+ var innerColl = this.i.ol;
94
94
  if (!innerColl) {
95
95
  innerColl = new GridFilterOperandsCollection_internal();
96
96
  }
97
97
  syncColl._inner = innerColl;
98
98
  syncColl.clear();
99
99
  this._filterOperands._setSyncTarget(syncColl);
100
- this.i.oi = innerColl;
100
+ this.i.ol = innerColl;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
104
104
  });
105
105
  Object.defineProperty(IgxFilterCellInfo.prototype, "operatorType", {
106
106
  get: function () {
107
- return this.i.oa;
107
+ return this.i.od;
108
108
  },
109
109
  set: function (v) {
110
- this.i.oa = v;
110
+ this.i.od = v;
111
111
  },
112
112
  enumerable: false,
113
113
  configurable: true
114
114
  });
115
115
  Object.defineProperty(IgxFilterCellInfo.prototype, "filterValue", {
116
116
  get: function () {
117
- return this.i.ow;
117
+ return this.i.oz;
118
118
  },
119
119
  set: function (v) {
120
- this.i.ow = v;
120
+ this.i.oz = v;
121
121
  },
122
122
  enumerable: false,
123
123
  configurable: true
124
124
  });
125
125
  Object.defineProperty(IgxFilterCellInfo.prototype, "selectorTop", {
126
126
  get: function () {
127
- return this.i.oq;
127
+ return this.i.ot;
128
128
  },
129
129
  set: function (v) {
130
- this.i.oq = +v;
130
+ this.i.ot = +v;
131
131
  },
132
132
  enumerable: false,
133
133
  configurable: true
134
134
  });
135
135
  Object.defineProperty(IgxFilterCellInfo.prototype, "selectorLeft", {
136
136
  get: function () {
137
- return this.i.op;
137
+ return this.i.os;
138
138
  },
139
139
  set: function (v) {
140
- this.i.op = +v;
140
+ this.i.os = +v;
141
141
  },
142
142
  enumerable: false,
143
143
  configurable: true
144
144
  });
145
145
  Object.defineProperty(IgxFilterCellInfo.prototype, "editorTop", {
146
146
  get: function () {
147
- return this.i.oo;
147
+ return this.i.or;
148
148
  },
149
149
  set: function (v) {
150
- this.i.oo = +v;
150
+ this.i.or = +v;
151
151
  },
152
152
  enumerable: false,
153
153
  configurable: true
154
154
  });
155
155
  Object.defineProperty(IgxFilterCellInfo.prototype, "editorLeft", {
156
156
  get: function () {
157
- return this.i.on;
157
+ return this.i.oq;
158
158
  },
159
159
  set: function (v) {
160
- this.i.on = +v;
160
+ this.i.oq = +v;
161
161
  },
162
162
  enumerable: false,
163
163
  configurable: true
164
164
  });
165
165
  Object.defineProperty(IgxFilterCellInfo.prototype, "clearIconTop", {
166
166
  get: function () {
167
- return this.i.om;
167
+ return this.i.op;
168
168
  },
169
169
  set: function (v) {
170
- this.i.om = +v;
170
+ this.i.op = +v;
171
171
  },
172
172
  enumerable: false,
173
173
  configurable: true
174
174
  });
175
175
  Object.defineProperty(IgxFilterCellInfo.prototype, "clearIconLeft", {
176
176
  get: function () {
177
- return this.i.ol;
177
+ return this.i.oo;
178
178
  },
179
179
  set: function (v) {
180
- this.i.ol = +v;
180
+ this.i.oo = +v;
181
181
  },
182
182
  enumerable: false,
183
183
  configurable: true
@@ -43,10 +43,10 @@ var IgxFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
43
43
  * Gets or sets the amount of left padding to use for the cell content for this column.
44
44
  */
45
45
  get: function () {
46
- return this.i.g7;
46
+ return this.i.g8;
47
47
  },
48
48
  set: function (v) {
49
- this.i.g7 = +v;
49
+ this.i.g8 = +v;
50
50
  },
51
51
  enumerable: false,
52
52
  configurable: true
@@ -56,10 +56,10 @@ var IgxFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
56
56
  * Gets or sets the amount of top padding to use for the cell content for this column.
57
57
  */
58
58
  get: function () {
59
- return this.i.g9;
59
+ return this.i.ha;
60
60
  },
61
61
  set: function (v) {
62
- this.i.g9 = +v;
62
+ this.i.ha = +v;
63
63
  },
64
64
  enumerable: false,
65
65
  configurable: true
@@ -69,10 +69,10 @@ var IgxFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
69
69
  * Gets or sets the amount of right padding to use for the cell content of this column.
70
70
  */
71
71
  get: function () {
72
- return this.i.g8;
72
+ return this.i.g9;
73
73
  },
74
74
  set: function (v) {
75
- this.i.g8 = +v;
75
+ this.i.g9 = +v;
76
76
  },
77
77
  enumerable: false,
78
78
  configurable: true
@@ -82,10 +82,10 @@ var IgxFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
82
82
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
83
83
  */
84
84
  get: function () {
85
- return this.i.g6;
85
+ return this.i.g7;
86
86
  },
87
87
  set: function (v) {
88
- this.i.g6 = +v;
88
+ this.i.g7 = +v;
89
89
  },
90
90
  enumerable: false,
91
91
  configurable: true