igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.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 (279) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +39 -36
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +417 -412
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
  21. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +8 -8
  33. package/esm2015/lib/EditorCell.js +291 -291
  34. package/esm2015/lib/EditorCellPresenter.js +26 -26
  35. package/esm2015/lib/FilterCell.js +269 -269
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +171 -154
  38. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  39. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  40. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  41. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  43. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  44. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  45. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  46. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  47. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  48. package/esm2015/lib/GridExternalWrapper.js +12 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
  50. package/esm2015/lib/GridIconRepository.js +94 -0
  51. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  52. package/esm2015/lib/GridStyleRepository.js +123 -115
  53. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  54. package/esm2015/lib/ICheckboxListView.js +11 -0
  55. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  56. package/esm2015/lib/ImageCell.js +57 -57
  57. package/esm2015/lib/ImageCellPresenter.js +15 -15
  58. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  59. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  60. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  61. package/esm2015/lib/NumericCell.js +8 -8
  62. package/esm2015/lib/NumericCellPresenter.js +9 -9
  63. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  64. package/esm2015/lib/SectionHeaderCell.js +22 -10
  65. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  66. package/esm2015/lib/SummaryCell.js +47 -38
  67. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  68. package/esm2015/lib/TemplateCell.js +16 -16
  69. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  70. package/esm2015/lib/TemplateHeader.js +5 -5
  71. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  72. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  73. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  74. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  75. package/esm2015/lib/TextCell.js +29 -29
  76. package/esm2015/lib/TextCellPresenter.js +10 -10
  77. package/esm2015/lib/TextHeaderCell.js +188 -153
  78. package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
  79. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  80. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  81. package/esm2015/lib/igx-cell-info.js +115 -91
  82. package/esm2015/lib/igx-checkbox-list-component.js +46 -47
  83. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  84. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  85. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  86. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  87. package/esm2015/lib/igx-data-grid-column-component.js +289 -163
  88. package/esm2015/lib/igx-data-grid-component.js +163 -2
  89. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
  90. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  91. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  92. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  93. package/esm2015/lib/igx-definition-base-component.js +8 -8
  94. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  95. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  96. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  97. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  98. package/esm2015/lib/igx-header-component.js +16 -16
  99. package/esm2015/lib/igx-image-cell-info.js +6 -6
  100. package/esm2015/lib/igx-image-column-component.js +10 -10
  101. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  102. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  103. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  104. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  106. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  107. package/esm2015/lib/igx-section-header-component.js +55 -17
  108. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  110. package/esm2015/lib/igx-summary-row-component.js +16 -16
  111. package/esm2015/lib/igx-template-cell-info.js +2 -2
  112. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  113. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  114. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  115. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  116. package/esm2015/lib/igx-text-cell-info.js +2 -2
  117. package/esm2015/lib/igx-text-column-component.js +8 -8
  118. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  119. package/esm2015/lib/igx-text-header-cell-info.js +74 -24
  120. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  121. package/esm2015/public_api.js +2 -0
  122. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  123. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  124. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  125. package/esm5/lib/CanvasGridCellBase.js +13 -13
  126. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  127. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  129. package/esm5/lib/CanvasSummaryCell.js +2 -2
  130. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  131. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  132. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  134. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  135. package/esm5/lib/CellPresenterBase.js +39 -36
  136. package/esm5/lib/CheckboxListBridge.js +36 -36
  137. package/esm5/lib/CheckboxListView_combined.js +400 -395
  138. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  139. package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
  140. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  141. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  142. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  143. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  144. package/esm5/lib/ContentCellModelHelper.js +10 -10
  145. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  146. package/esm5/lib/DataGridLocaleEn.js +3 -0
  147. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  148. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  149. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  150. package/esm5/lib/Dragger.js +4 -4
  151. package/esm5/lib/DraggerView.js +8 -8
  152. package/esm5/lib/EditorCell.js +277 -277
  153. package/esm5/lib/EditorCellPresenter.js +26 -26
  154. package/esm5/lib/FilterCell.js +259 -259
  155. package/esm5/lib/FilterCellPresenter.js +15 -15
  156. package/esm5/lib/GridCellBase.js +168 -147
  157. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  158. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  159. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  160. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  161. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  162. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  163. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  164. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  165. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  166. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  167. package/esm5/lib/GridExternalWrapper.js +12 -6
  168. package/esm5/lib/GridFilterDialogView_combined.js +381 -247
  169. package/esm5/lib/GridIconRepository.js +98 -0
  170. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  171. package/esm5/lib/GridStyleRepository.js +127 -115
  172. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  173. package/esm5/lib/ICheckboxListView.js +11 -0
  174. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  175. package/esm5/lib/ImageCell.js +57 -57
  176. package/esm5/lib/ImageCellPresenter.js +15 -15
  177. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  178. package/esm5/lib/NativeUIComboFactory.js +1 -1
  179. package/esm5/lib/NativeUIGridFactory.js +2 -2
  180. package/esm5/lib/NumericCell.js +8 -8
  181. package/esm5/lib/NumericCellPresenter.js +9 -9
  182. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  183. package/esm5/lib/SectionHeaderCell.js +22 -10
  184. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  185. package/esm5/lib/SummaryCell.js +47 -38
  186. package/esm5/lib/SummaryCellPresenter.js +10 -10
  187. package/esm5/lib/TemplateCell.js +16 -16
  188. package/esm5/lib/TemplateCellPresenter.js +3 -3
  189. package/esm5/lib/TemplateHeader.js +5 -5
  190. package/esm5/lib/TemplateHeaderCell.js +5 -5
  191. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  192. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  193. package/esm5/lib/TemplateSectionHeader.js +1 -1
  194. package/esm5/lib/TextCell.js +29 -29
  195. package/esm5/lib/TextCellPresenter.js +10 -10
  196. package/esm5/lib/TextHeaderCell.js +186 -151
  197. package/esm5/lib/TextHeaderCellPresenter.js +58 -39
  198. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  199. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  200. package/esm5/lib/igx-cell-info.js +127 -91
  201. package/esm5/lib/igx-checkbox-list-component.js +46 -47
  202. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  203. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  204. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  205. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  206. package/esm5/lib/igx-data-grid-column-component.js +341 -163
  207. package/esm5/lib/igx-data-grid-component.js +213 -2
  208. package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
  209. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  210. package/esm5/lib/igx-date-time-column-component.js +20 -20
  211. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  212. package/esm5/lib/igx-definition-base-component.js +8 -8
  213. package/esm5/lib/igx-editor-cell-info.js +23 -23
  214. package/esm5/lib/igx-filter-cell-info.js +26 -26
  215. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  216. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-header-component.js +16 -16
  218. package/esm5/lib/igx-image-cell-info.js +6 -6
  219. package/esm5/lib/igx-image-column-component.js +10 -10
  220. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  221. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  222. package/esm5/lib/igx-numeric-column-component.js +47 -31
  223. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  224. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  225. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  226. package/esm5/lib/igx-section-header-component.js +71 -17
  227. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  228. package/esm5/lib/igx-summary-cell-info.js +9 -9
  229. package/esm5/lib/igx-summary-row-component.js +16 -16
  230. package/esm5/lib/igx-template-cell-info.js +2 -2
  231. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  232. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  233. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  235. package/esm5/lib/igx-text-cell-info.js +2 -2
  236. package/esm5/lib/igx-text-column-component.js +8 -8
  237. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-text-header-cell-info.js +98 -24
  239. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  240. package/esm5/public_api.js +2 -0
  241. package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
  242. package/fesm5/igniteui-angular-data-grids.js +15844 -13296
  243. package/lib/CheckboxListView_combined.d.ts +104 -104
  244. package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
  245. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  246. package/lib/DataGridLocaleEn.d.ts +3 -0
  247. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  248. package/lib/EditorCell.d.ts +67 -67
  249. package/lib/FilterCell.d.ts +55 -55
  250. package/lib/GridCellBase.d.ts +64 -61
  251. package/lib/GridExternalWrapper.d.ts +2 -0
  252. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  253. package/lib/GridIconRepository.d.ts +44 -0
  254. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  255. package/lib/GridStyleRepository.d.ts +3 -2
  256. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  257. package/lib/ICheckboxListView.d.ts +38 -0
  258. package/lib/ImageCell.d.ts +17 -17
  259. package/lib/NumericCell.d.ts +2 -2
  260. package/lib/SectionHeaderCell.d.ts +5 -3
  261. package/lib/SummaryCell.d.ts +11 -9
  262. package/lib/TemplateCell.d.ts +5 -5
  263. package/lib/TemplateHeader.d.ts +1 -1
  264. package/lib/TemplateHeaderCell.d.ts +2 -2
  265. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  266. package/lib/TemplateSectionHeader.d.ts +1 -1
  267. package/lib/TextCell.d.ts +7 -7
  268. package/lib/TextHeaderCell.d.ts +30 -30
  269. package/lib/VerticalSeparatorCell.d.ts +8 -8
  270. package/lib/igx-cell-info.d.ts +15 -0
  271. package/lib/igx-data-grid-column-component.d.ts +42 -1
  272. package/lib/igx-data-grid-component.d.ts +61 -1
  273. package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
  274. package/lib/igx-numeric-cell-info.d.ts +6 -0
  275. package/lib/igx-numeric-column-component.d.ts +8 -1
  276. package/lib/igx-section-header-component.d.ts +15 -1
  277. package/lib/igx-text-header-cell-info.d.ts +16 -0
  278. package/package.json +4 -4
  279. package/public_api.d.ts +2 -0
@@ -14,56 +14,56 @@ export let VerticalSeparatorCell = /*@__PURE__*/ (() => {
14
14
  class VerticalSeparatorCell extends GridCellBase {
15
15
  constructor(a) {
16
16
  super(a);
17
- this.dx = null;
18
- this.dw = null;
19
- this.dy = 0;
20
- this.dz = 0;
21
- this.dx = a.createElement("div");
22
- this.dx.setRawStyleProperty("position", "absolute");
23
- this.dx.setRawStyleProperty("pointer-events", "none");
24
- this.ar.append(this.dx);
17
+ this.d0 = null;
18
+ this.dz = null;
19
+ this.d1 = 0;
20
+ this.d2 = 0;
21
+ this.d0 = a.createElement("div");
22
+ this.d0.setRawStyleProperty("position", "absolute");
23
+ this.d0.setRawStyleProperty("pointer-events", "none");
24
+ this.ar.append(this.d0);
25
25
  }
26
- cx(a, b, c, d, e) {
26
+ cy(a, b, c, d, e) {
27
27
  if (a == null) {
28
- if (this.dw != null) {
29
- this.dw.remove();
30
- this.dw = null;
28
+ if (this.dz != null) {
29
+ this.dz.remove();
30
+ this.dz = null;
31
31
  }
32
32
  }
33
33
  else {
34
- this.d0();
35
- this.dy = b;
36
- this.dz = d;
34
+ this.d3();
35
+ this.d1 = b;
36
+ this.d2 = d;
37
37
  }
38
- this.d1();
38
+ this.d4();
39
39
  }
40
- dc(a, b) {
41
- super.dc(a, b);
42
- this.d1();
40
+ dd(a, b) {
41
+ super.dd(a, b);
42
+ this.d4();
43
43
  }
44
- cw(a) {
45
- this.dx.setRawStyleProperty("background-color", a.colorString);
44
+ cx(a) {
45
+ this.d0.setRawStyleProperty("background-color", a.colorString);
46
46
  }
47
- d1() {
48
- if (this.dw != null) {
49
- this.dx.setRawStyleProperty("height", "100%");
50
- this.dx.setRawStyleProperty("width", this.ar.width() - (this.dy + this.dz) + "px");
51
- this.dx.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
52
- this.dw.setRawStyleProperty("width", "100%");
53
- this.dw.setRawStyleProperty("height", "100%");
47
+ d4() {
48
+ if (this.dz != null) {
49
+ this.d0.setRawStyleProperty("height", "100%");
50
+ this.d0.setRawStyleProperty("width", this.ar.width() - (this.d1 + this.d2) + "px");
51
+ this.d0.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
52
+ this.dz.setRawStyleProperty("width", "100%");
53
+ this.dz.setRawStyleProperty("height", "100%");
54
54
  }
55
55
  else {
56
- this.dx.setRawStyleProperty("height", "100%");
57
- this.dx.setRawStyleProperty("width", this.ar.width() + "px");
58
- this.dx.setRawStyleProperty("left", "0px");
56
+ this.d0.setRawStyleProperty("height", "100%");
57
+ this.d0.setRawStyleProperty("width", this.ar.width() + "px");
58
+ this.d0.setRawStyleProperty("left", "0px");
59
59
  }
60
60
  }
61
- d0() {
62
- if (this.dw == null) {
63
- this.dw = this.am.createElement("div");
64
- this.dw.setRawStyleProperty("position", "absolute");
65
- this.dw.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
66
- this.ar.getNativeElement().insertBefore(this.dw.getNativeElement(), this.dx.getNativeElement());
61
+ d3() {
62
+ if (this.dz == null) {
63
+ this.dz = this.am.createElement("div");
64
+ this.dz.setRawStyleProperty("position", "absolute");
65
+ this.dz.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
66
+ this.ar.getNativeElement().insertBefore(this.dz.getNativeElement(), this.d0.getNativeElement());
67
67
  }
68
68
  }
69
69
  }
@@ -83,19 +83,25 @@ export class IgxCellInfo {
83
83
  * Gets the style key of the current cell, used for recycling.
84
84
  */
85
85
  get styleKey() {
86
- return this.i.k8;
86
+ return this.i.ld;
87
87
  }
88
88
  set styleKey(v) {
89
- this.i.k8 = v;
89
+ this.i.ld = v;
90
90
  }
91
91
  /**
92
92
  * Gets the absolute data row for the current cell.
93
93
  */
94
94
  get dataRow() {
95
- return this.i.fp;
95
+ return this.i.fq;
96
96
  }
97
97
  set dataRow(v) {
98
- this.i.fp = +v;
98
+ this.i.fq = +v;
99
+ }
100
+ /**
101
+ * Gets the column index for the current cell.
102
+ */
103
+ get columnIdx() {
104
+ return this.i.fo;
99
105
  }
100
106
  /**
101
107
  * Gets if the position of the cell is dirty.
@@ -227,16 +233,16 @@ export class IgxCellInfo {
227
233
  * Gets the indent level of the cell.
228
234
  */
229
235
  get indent() {
230
- return this.i.ge;
236
+ return this.i.gg;
231
237
  }
232
238
  set indent(v) {
233
- this.i.ge = +v;
239
+ this.i.gg = +v;
234
240
  }
235
241
  get rowItem() {
236
- return this.i.ig;
242
+ return this.i.ij;
237
243
  }
238
244
  set rowItem(v) {
239
- this.i.ig = v;
245
+ this.i.ij = v;
240
246
  }
241
247
  /**
242
248
  * Gets the X position of the cell within the content.
@@ -260,19 +266,19 @@ export class IgxCellInfo {
260
266
  * Gets the pixel snapped X position of the cell within the content.
261
267
  */
262
268
  get snappedX() {
263
- return this.i.he;
269
+ return this.i.hh;
264
270
  }
265
271
  set snappedX(v) {
266
- this.i.he = +v;
272
+ this.i.hh = +v;
267
273
  }
268
274
  /**
269
275
  * Gets the snapped Y position of the cell within the content.
270
276
  */
271
277
  get snappedY() {
272
- return this.i.hg;
278
+ return this.i.hj;
273
279
  }
274
280
  set snappedY(v) {
275
- this.i.hg = +v;
281
+ this.i.hj = +v;
276
282
  }
277
283
  /**
278
284
  * Gets or sets the opacity for cells that have unsaved edits.
@@ -323,19 +329,19 @@ export class IgxCellInfo {
323
329
  * Gets the height of the cell.
324
330
  */
325
331
  get height() {
326
- return this.i.f8;
332
+ return this.i.ga;
327
333
  }
328
334
  set height(v) {
329
- this.i.f8 = +v;
335
+ this.i.ga = +v;
330
336
  }
331
337
  /**
332
338
  * Gets the width of the cell.
333
339
  */
334
340
  get width() {
335
- return this.i.h5;
341
+ return this.i.h8;
336
342
  }
337
343
  set width(v) {
338
- this.i.h5 = +v;
344
+ this.i.h8 = +v;
339
345
  }
340
346
  /**
341
347
  * Gets if the cell is selected.
@@ -404,127 +410,136 @@ export class IgxCellInfo {
404
410
  * Gets or sets the background color of the cell.
405
411
  */
406
412
  get background() {
407
- return brushToString(this.i.nf);
413
+ return brushToString(this.i.nm);
408
414
  }
409
415
  set background(v) {
410
- this.i.nf = stringToBrush(v);
416
+ this.i.nm = stringToBrush(v);
411
417
  }
412
418
  /**
413
419
  * Gets or sets the border color of the cell.
414
420
  */
415
421
  get border() {
416
- return brushToString(this.i.ni);
422
+ return brushToString(this.i.np);
417
423
  }
418
424
  set border(v) {
419
- this.i.ni = stringToBrush(v);
425
+ this.i.np = stringToBrush(v);
420
426
  }
421
427
  /**
422
428
  * Gets the actual background color of the cell
423
429
  */
424
430
  get actualBackground() {
425
- return brushToString(this.i.nc);
431
+ return brushToString(this.i.nj);
426
432
  }
427
433
  set actualBackground(v) {
428
- this.i.nc = stringToBrush(v);
434
+ this.i.nj = stringToBrush(v);
429
435
  }
430
436
  /**
431
437
  * Gets the actual background color of the cell
432
438
  */
433
439
  get actualBorder() {
434
- return brushToString(this.i.nd);
440
+ return brushToString(this.i.nk);
435
441
  }
436
442
  set actualBorder(v) {
437
- this.i.nd = stringToBrush(v);
443
+ this.i.nk = stringToBrush(v);
438
444
  }
439
445
  /**
440
446
  * Gets the actual background color of the cell
441
447
  */
442
448
  get activationBorder() {
443
- return brushToString(this.i.nb);
449
+ return brushToString(this.i.ni);
444
450
  }
445
451
  set activationBorder(v) {
446
- this.i.nb = stringToBrush(v);
452
+ this.i.ni = stringToBrush(v);
447
453
  }
448
454
  /**
449
455
  * Gets or sets the error border color of the cell.
450
456
  */
451
457
  get errorBorder() {
452
- return brushToString(this.i.nk);
458
+ return brushToString(this.i.nr);
453
459
  }
454
460
  set errorBorder(v) {
455
- this.i.nk = stringToBrush(v);
461
+ this.i.nr = stringToBrush(v);
456
462
  }
457
463
  /**
458
464
  * Gets or sets the selected background color of the cell.
459
465
  */
460
466
  get selectedBackground() {
461
- return brushToString(this.i.nr);
467
+ return brushToString(this.i.nz);
462
468
  }
463
469
  set selectedBackground(v) {
464
- this.i.nr = stringToBrush(v);
470
+ this.i.nz = stringToBrush(v);
471
+ }
472
+ /**
473
+ * Gets or sets the selected text color of the cell.
474
+ */
475
+ get selectedTextColor() {
476
+ return brushToString(this.i.n0);
477
+ }
478
+ set selectedTextColor(v) {
479
+ this.i.n0 = stringToBrush(v);
465
480
  }
466
481
  /**
467
482
  * Gets or sets the hover background color of the cell.
468
483
  */
469
484
  get hoverBackground() {
470
- return brushToString(this.i.nn);
485
+ return brushToString(this.i.nv);
471
486
  }
472
487
  set hoverBackground(v) {
473
- this.i.nn = stringToBrush(v);
488
+ this.i.nv = stringToBrush(v);
474
489
  }
475
490
  /**
476
491
  * Gets or sets the hover text color of the cell.
477
492
  */
478
493
  get hoverTextColor() {
479
- return brushToString(this.i.no);
494
+ return brushToString(this.i.nw);
480
495
  }
481
496
  set hoverTextColor(v) {
482
- this.i.no = stringToBrush(v);
497
+ this.i.nw = stringToBrush(v);
483
498
  }
484
499
  /**
485
500
  * Gets or sets the color for the sort indicator icon.
486
501
  */
487
502
  get sortIndicatorColor() {
488
- return brushToString(this.i.ns);
503
+ return brushToString(this.i.n1);
489
504
  }
490
505
  set sortIndicatorColor(v) {
491
- this.i.ns = stringToBrush(v);
506
+ this.i.n1 = stringToBrush(v);
492
507
  }
493
508
  /**
494
509
  * Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
495
510
  */
496
511
  get stickyRowBackground() {
497
- return brushToString(this.i.nt);
512
+ return brushToString(this.i.n2);
498
513
  }
499
514
  set stickyRowBackground(v) {
500
- this.i.nt = stringToBrush(v);
515
+ this.i.n2 = stringToBrush(v);
501
516
  }
502
517
  /**
503
518
  * Gets or sets the background color for the cell that has been marked as pinned.
504
519
  */
505
520
  get pinnedRowBackground() {
506
- return brushToString(this.i.nq);
521
+ return brushToString(this.i.ny);
507
522
  }
508
523
  set pinnedRowBackground(v) {
509
- this.i.nq = stringToBrush(v);
524
+ this.i.ny = stringToBrush(v);
510
525
  }
511
526
  /**
512
527
  * Gets or sets the color for the last row in the sticky row area.
513
528
  */
514
529
  get lastStickyRowBackground() {
515
- return brushToString(this.i.np);
530
+ return brushToString(this.i.nx);
516
531
  }
517
532
  set lastStickyRowBackground(v) {
518
- this.i.np = stringToBrush(v);
533
+ this.i.nx = stringToBrush(v);
519
534
  }
520
535
  /**
521
536
  * Gets or sets the background color for filter row.
522
537
  */
523
538
  get filterRowBackground() {
524
- return brushToString(this.i.nl);
539
+ return brushToString(this.i.nt);
525
540
  }
526
541
  set filterRowBackground(v) {
527
- this.i.nl = stringToBrush(v);
542
+ this.i.nt = stringToBrush(v);
528
543
  }
529
544
  /**
530
545
  * Gets or sets the color to use for displaying text.
@@ -539,55 +554,55 @@ export class IgxCellInfo {
539
554
  * Gets or sets the original value for the cell, before processing.
540
555
  */
541
556
  get originalValue() {
542
- return this.i.ie;
557
+ return this.i.ii;
543
558
  }
544
559
  set originalValue(v) {
545
- this.i.ie = v;
560
+ this.i.ii = v;
546
561
  }
547
562
  /**
548
563
  * Gets or sets the text value, if any, which was rendered by a text cell.
549
564
  */
550
565
  get renderValue() {
551
- return this.i.kx;
566
+ return this.i.k1;
552
567
  }
553
568
  set renderValue(v) {
554
- this.i.kx = v;
569
+ this.i.k1 = v;
555
570
  }
556
571
  /**
557
572
  * If set, this text will be used when rendering the cell value.
558
573
  */
559
574
  get userFormattedValue() {
560
- return this.i.lt;
575
+ return this.i.ly;
561
576
  }
562
577
  set userFormattedValue(v) {
563
- this.i.lt = v;
578
+ this.i.ly = v;
564
579
  }
565
580
  /**
566
581
  * Gets or sets the color of the text for the cell, if any.
567
582
  */
568
583
  get textColor() {
569
- return brushToString(this.i.nx);
584
+ return brushToString(this.i.n6);
570
585
  }
571
586
  set textColor(v) {
572
- this.i.nx = stringToBrush(v);
587
+ this.i.n6 = stringToBrush(v);
573
588
  }
574
589
  /**
575
590
  * Gets the actual color of the text for the cell, if any.
576
591
  */
577
592
  get actualTextColor() {
578
- return brushToString(this.i.ne);
593
+ return brushToString(this.i.nl);
579
594
  }
580
595
  set actualTextColor(v) {
581
- this.i.ne = stringToBrush(v);
596
+ this.i.nl = stringToBrush(v);
582
597
  }
583
598
  /**
584
599
  * Gets or sets the text color for cells in deleted rows.
585
600
  */
586
601
  get deletedTextColor() {
587
- return brushToString(this.i.nj);
602
+ return brushToString(this.i.nq);
588
603
  }
589
604
  set deletedTextColor(v) {
590
- this.i.nj = stringToBrush(v);
605
+ this.i.nq = stringToBrush(v);
591
606
  }
592
607
  get font() {
593
608
  if (this.i.aj == null) {
@@ -615,19 +630,19 @@ export class IgxCellInfo {
615
630
  * Gets or sets the text to display in the suffix area of the cell.
616
631
  */
617
632
  get suffixText() {
618
- return this.i.lk;
633
+ return this.i.lp;
619
634
  }
620
635
  set suffixText(v) {
621
- this.i.lk = v;
636
+ this.i.lp = v;
622
637
  }
623
638
  /**
624
639
  * Gets or sets the color of the suffix text for the cell, if any.
625
640
  */
626
641
  get suffixTextColor() {
627
- return brushToString(this.i.nw);
642
+ return brushToString(this.i.n5);
628
643
  }
629
644
  set suffixTextColor(v) {
630
- this.i.nw = stringToBrush(v);
645
+ this.i.n5 = stringToBrush(v);
631
646
  }
632
647
  get suffixTextFont() {
633
648
  if (this.i.ak == null) {
@@ -644,37 +659,37 @@ export class IgxCellInfo {
644
659
  * Gets or sets the icon to display in the suffix area of the cell.
645
660
  */
646
661
  get suffixIconName() {
647
- return this.i.lc;
662
+ return this.i.lh;
648
663
  }
649
664
  set suffixIconName(v) {
650
- this.i.lc = v;
665
+ this.i.lh = v;
651
666
  }
652
667
  /**
653
668
  * Gets or sets the icon to display in the suffix area of the cell.
654
669
  */
655
670
  get suffixIconCollectionName() {
656
- return this.i.k9;
671
+ return this.i.le;
657
672
  }
658
673
  set suffixIconCollectionName(v) {
659
- this.i.k9 = v;
674
+ this.i.le = v;
660
675
  }
661
676
  /**
662
677
  * Gets or sets the stroke color of the suffix icon.
663
678
  */
664
679
  get suffixIconStroke() {
665
- return brushToString(this.i.nv);
680
+ return brushToString(this.i.n4);
666
681
  }
667
682
  set suffixIconStroke(v) {
668
- this.i.nv = stringToBrush(v);
683
+ this.i.n4 = stringToBrush(v);
669
684
  }
670
685
  /**
671
686
  * Gets or sets the fill color of the suffix icon.
672
687
  */
673
688
  get suffixIconFill() {
674
- return brushToString(this.i.nu);
689
+ return brushToString(this.i.n3);
675
690
  }
676
691
  set suffixIconFill(v) {
677
- this.i.nu = stringToBrush(v);
692
+ this.i.n3 = stringToBrush(v);
678
693
  }
679
694
  /**
680
695
  * Gets or sets the suffix icon's viewbox x coordinate.
@@ -752,37 +767,37 @@ export class IgxCellInfo {
752
767
  * Gets or sets the left padding to use for the content.
753
768
  */
754
769
  get paddingLeft() {
755
- return this.i.g0;
770
+ return this.i.g2;
756
771
  }
757
772
  set paddingLeft(v) {
758
- this.i.g0 = +v;
773
+ this.i.g2 = +v;
759
774
  }
760
775
  /**
761
776
  * Gets or sets the top padding to use for the content.
762
777
  */
763
778
  get paddingTop() {
764
- return this.i.g4;
779
+ return this.i.g6;
765
780
  }
766
781
  set paddingTop(v) {
767
- this.i.g4 = +v;
782
+ this.i.g6 = +v;
768
783
  }
769
784
  /**
770
785
  * Gets or sets the right padding to use for the content.
771
786
  */
772
787
  get paddingRight() {
773
- return this.i.g2;
788
+ return this.i.g4;
774
789
  }
775
790
  set paddingRight(v) {
776
- this.i.g2 = +v;
791
+ this.i.g4 = +v;
777
792
  }
778
793
  /**
779
794
  * Gets or sets the bottom padding to use for the content.
780
795
  */
781
796
  get paddingBottom() {
782
- return this.i.gy;
797
+ return this.i.g0;
783
798
  }
784
799
  set paddingBottom(v) {
785
- this.i.gy = +v;
800
+ this.i.g0 = +v;
786
801
  }
787
802
  /**
788
803
  * Gets or sets the left padding to use for the content.
@@ -896,37 +911,37 @@ export class IgxCellInfo {
896
911
  * Gets or sets the left error border to use for the content.
897
912
  */
898
913
  get errorBorderLeftWidth() {
899
- return this.i.fy;
914
+ return this.i.fz;
900
915
  }
901
916
  set errorBorderLeftWidth(v) {
902
- this.i.fy = +v;
917
+ this.i.fz = +v;
903
918
  }
904
919
  /**
905
920
  * Gets or sets the top error border to use for the content.
906
921
  */
907
922
  get errorBorderTopWidth() {
908
- return this.i.f3;
923
+ return this.i.f4;
909
924
  }
910
925
  set errorBorderTopWidth(v) {
911
- this.i.f3 = +v;
926
+ this.i.f4 = +v;
912
927
  }
913
928
  /**
914
929
  * Gets or sets the right error border to use for the content.
915
930
  */
916
931
  get errorBorderRightWidth() {
917
- return this.i.f1;
932
+ return this.i.f2;
918
933
  }
919
934
  set errorBorderRightWidth(v) {
920
- this.i.f1 = +v;
935
+ this.i.f2 = +v;
921
936
  }
922
937
  /**
923
938
  * Gets or sets the bottom error border to use for the content.
924
939
  */
925
940
  get errorBorderBottomWidth() {
926
- return this.i.fw;
941
+ return this.i.fx;
927
942
  }
928
943
  set errorBorderBottomWidth(v) {
929
- this.i.fw = +v;
944
+ this.i.fx = +v;
930
945
  }
931
946
  /**
932
947
  * Gets or sets the actual left border to use for the content.
@@ -991,6 +1006,15 @@ export class IgxCellInfo {
991
1006
  set isCollapsable(v) {
992
1007
  this.i.a6 = ensureBool(v);
993
1008
  }
1009
+ /**
1010
+ * Gets or sets the color used to render the expansion indicator icon for this cell.
1011
+ */
1012
+ get expansionIndicatorIconColor() {
1013
+ return brushToString(this.i.ns);
1014
+ }
1015
+ set expansionIndicatorIconColor(v) {
1016
+ this.i.ns = stringToBrush(v);
1017
+ }
994
1018
  /**
995
1019
  * Gets the fixed column position of this cell.
996
1020
  */
@@ -1033,10 +1057,10 @@ export class IgxCellInfo {
1033
1057
  * Gets or sets the error message for the cell.
1034
1058
  */
1035
1059
  get editError() {
1036
- return this.i.jp;
1060
+ return this.i.js;
1037
1061
  }
1038
1062
  set editError(v) {
1039
- this.i.jp = v;
1063
+ this.i.js = v;
1040
1064
  }
1041
1065
  /**
1042
1066
  * Gets whether the cell is in edit mode.
@@ -1048,10 +1072,10 @@ export class IgxCellInfo {
1048
1072
  this.i.bj = ensureBool(v);
1049
1073
  }
1050
1074
  get editID() {
1051
- return this.i.fu;
1075
+ return this.i.fv;
1052
1076
  }
1053
1077
  set editID(v) {
1054
- this.i.fu = +v;
1078
+ this.i.fv = +v;
1055
1079
  }
1056
1080
  findByName(name) {
1057
1081
  if (this.findEphemera) {
@@ -1084,7 +1108,7 @@ export class IgxCellInfo {
1084
1108
  return (iv);
1085
1109
  }
1086
1110
  setNamedValue(valueName, value) {
1087
- this.i.mn(valueName, value);
1111
+ this.i.ms(valueName, value);
1088
1112
  }
1089
1113
  /**
1090
1114
  * Returns if there is a named value stored for the cell.
@@ -1101,7 +1125,7 @@ export class IgxCellInfo {
1101
1125
  * @param valueName * The name of the value to remove.
1102
1126
  */
1103
1127
  removeNamedValue(valueName) {
1104
- this.i.mj(valueName);
1128
+ this.i.mo(valueName);
1105
1129
  }
1106
1130
  /**
1107
1131
  * Gets a named value from the cell.
@@ -1109,7 +1133,7 @@ export class IgxCellInfo {
1109
1133
  * @param valueName * The name of the value to get.
1110
1134
  */
1111
1135
  getNamedValue(valueName) {
1112
- let iv = this.i.ic(valueName);
1136
+ let iv = this.i.ig(valueName);
1113
1137
  return (iv);
1114
1138
  }
1115
1139
  }