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
@@ -160,7 +160,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
160
160
  if (this.c != null && this.c.filterUIType != 0) {
161
161
  return false;
162
162
  }
163
- if (!this.column.jz) {
163
+ if (!this.column.j9) {
164
164
  return false;
165
165
  }
166
166
  if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
@@ -324,7 +324,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
324
324
  c.add(h);
325
325
  }
326
326
  if (c.count == 1) {
327
- this.column.g4 = c._inner[0];
327
+ this.column.g5 = c._inner[0];
328
328
  }
329
329
  else {
330
330
  var i = new ColumnFilterConditionGroup();
@@ -348,9 +348,9 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
348
348
  throw e_1.error;
349
349
  }
350
350
  }
351
- this.column.g4 = i;
351
+ this.column.g5 = i;
352
352
  }
353
- this.column.ol("Filtered");
353
+ this.column.pf("Filtered");
354
354
  };
355
355
  GridColumnFilterOptions.prototype.provideClearFiltersSection = function (a) {
356
356
  this.bw.ah(a);
@@ -373,7 +373,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
373
373
  this.bw.ak(a);
374
374
  };
375
375
  GridColumnFilterOptions.prototype.cl = function () {
376
- this.column.g4 = null;
376
+ this.column.g5 = null;
377
377
  this.cv();
378
378
  };
379
379
  GridColumnFilterOptions.bv = function (a, b) {
@@ -387,12 +387,12 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
387
387
  if (null == a) {
388
388
  return false;
389
389
  }
390
- return null != a.g4;
390
+ return null != a.g5;
391
391
  };
392
392
  GridColumnFilterOptions.prototype.co = function () {
393
393
  var a = this.column;
394
394
  var b = this.c;
395
- var c = (null != a) ? a.mr : null;
395
+ var c = (null != a) ? a.nj : null;
396
396
  var d = null;
397
397
  var e = null;
398
398
  if (b != null) {
@@ -453,7 +453,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
453
453
  GridColumnFilterOptions.prototype.cv = function () {
454
454
  var e_2, _a;
455
455
  var a = this.column;
456
- var b = (null != a) ? a.mr : null;
456
+ var b = (null != a) ? a.nj : null;
457
457
  var c = true;
458
458
  var d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
459
459
  var e = this.b4();
@@ -475,15 +475,15 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
475
475
  }
476
476
  }
477
477
  if (e.count == 0 || !c) {
478
- this.bx.ef();
478
+ this.bx.ej();
479
479
  return;
480
480
  }
481
481
  switch (d.value) {
482
482
  case 0:
483
- this.bx.dc();
483
+ this.bx.dg();
484
484
  break;
485
485
  case 1:
486
- this.bx.ef();
486
+ this.bx.ej();
487
487
  break;
488
488
  }
489
489
  var h = this.bx.keys;
@@ -514,8 +514,8 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
514
514
  if (null == b) {
515
515
  return a;
516
516
  }
517
- if (null != b.g4) {
518
- var c = GridColumnFilterOptions.cm(b.g4, a);
517
+ if (null != b.g5) {
518
+ var c = GridColumnFilterOptions.cm(b.g5, a);
519
519
  a = c.p1;
520
520
  }
521
521
  return a;
@@ -541,9 +541,9 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
541
541
  GridColumnFilterOptions.prototype.cw = function () {
542
542
  if (null != this.bx) {
543
543
  this.bx.density = this.b0;
544
- this.bx.cb = this.cc;
544
+ this.bx.cf = this.cc;
545
545
  this.bx.backgroundColor = this.bo;
546
- this.bx.fl = this.br;
546
+ this.bx.fp = this.br;
547
547
  this.bx.baseTheme = this.i;
548
548
  this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
549
549
  }
@@ -129,7 +129,7 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
129
129
  if (null == this.c) {
130
130
  return false;
131
131
  }
132
- return this.column.jo;
132
+ return this.column.jy;
133
133
  };
134
134
  GridColumnGroupOptions.prototype.bj = function (a, b) {
135
135
  if (null != a) {
@@ -178,7 +178,7 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
178
178
  if (null != a) {
179
179
  var c = a.grid;
180
180
  if (null != c) {
181
- var d = a.mr;
181
+ var d = a.nj;
182
182
  var e = c.groupDescriptions.j;
183
183
  for (var f = 0; f < e.count; f++) {
184
184
  var g = e.item(f);
@@ -203,13 +203,13 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
203
203
  var a = this.c;
204
204
  var b = this.column;
205
205
  if (null != a && null != b) {
206
- var c = new ColumnGroupDescription(1, b.mr);
207
- var d = b.hu;
206
+ var c = new ColumnGroupDescription(1, b.nj);
207
+ var d = b.hv;
208
208
  var e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
209
209
  c.c = e;
210
210
  a.groupDescriptions.g(c);
211
- b.hu = 0;
212
- b.ol("Grouped");
211
+ b.hv = 0;
212
+ b.pf("Grouped");
213
213
  }
214
214
  };
215
215
  GridColumnGroupOptions.prototype.b8 = function () {
@@ -221,7 +221,7 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
221
221
  var d = ((function () { var e = _this.b3(c_1); c_1 = e.p0; return e.ret; })());
222
222
  if (c_1 != -1) {
223
223
  a.groupDescriptions.d(c_1);
224
- b.ol("Grouped");
224
+ b.pf("Grouped");
225
225
  }
226
226
  }
227
227
  };
@@ -144,15 +144,15 @@ var GridColumnHideOptions = /** @class */ /*@__PURE__*/ (function (_super) {
144
144
  get: function () {
145
145
  var a = this.column;
146
146
  if (null != a) {
147
- return a.j1;
147
+ return a.kb;
148
148
  }
149
149
  return false;
150
150
  },
151
151
  set: function (a) {
152
152
  var b = this.column;
153
153
  if (null != b) {
154
- b.j1 = a;
155
- b.ol("Hidden");
154
+ b.kb = a;
155
+ b.pf("Hidden");
156
156
  }
157
157
  },
158
158
  enumerable: false,
@@ -290,7 +290,7 @@ var GridColumnMoveOptions = /** @class */ /*@__PURE__*/ (function (_super) {
290
290
  }
291
291
  var d = c.actualColumns;
292
292
  var e = d.indexOf(b);
293
- b.ol("Moved");
293
+ b.pf("Moved");
294
294
  if (a) {
295
295
  c.moveColumnLeft(e);
296
296
  }
@@ -62,8 +62,8 @@ var GridColumnOptionsViewBase = /** @class */ /*@__PURE__*/ (function (_super) {
62
62
  GridColumnOptionsViewBase.prototype.m = function () {
63
63
  var a = this.g;
64
64
  if (null != a) {
65
- NativeUI.m(a, this.b.bo);
66
- NativeUI.q(a, this.b.br);
65
+ NativeUI.n(a, this.b.bo);
66
+ NativeUI.r(a, this.b.br);
67
67
  }
68
68
  };
69
69
  GridColumnOptionsViewBase.prototype.l = function (a) {
@@ -305,7 +305,7 @@ var GridColumnOptions = /** @class */ /*@__PURE__*/ (function (_super) {
305
305
  Object.defineProperty(GridColumnOptions.prototype, "dx", {
306
306
  get: function () {
307
307
  var a = this.column;
308
- return (null != a) ? a.l0 : "(No column selected)";
308
+ return (null != a) ? a.ml : "(No column selected)";
309
309
  },
310
310
  enumerable: false,
311
311
  configurable: true
@@ -222,7 +222,7 @@ var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super) {
222
222
  };
223
223
  GridColumnPinOptions.prototype.a6 = function () {
224
224
  var a = this.column;
225
- this.b3 = a != null ? a.is : 0;
225
+ this.b3 = a != null ? a.it : 0;
226
226
  _super.prototype.a6.call(this);
227
227
  };
228
228
  GridColumnPinOptions.prototype.a7 = function (a, b) {
@@ -233,7 +233,7 @@ var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super) {
233
233
  }
234
234
  switch (b.propertyName) {
235
235
  case "Pinned":
236
- this.b3 = c != null ? c.is : 0;
236
+ this.b3 = c != null ? c.it : 0;
237
237
  this.b2.m();
238
238
  break;
239
239
  }
@@ -251,7 +251,7 @@ var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super) {
251
251
  get: function () {
252
252
  var a = this.column;
253
253
  if (null != a) {
254
- return a.is;
254
+ return a.it;
255
255
  }
256
256
  return this.b3;
257
257
  },
@@ -261,7 +261,7 @@ var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super) {
261
261
  var c = this.column;
262
262
  if (null != b && null != c) {
263
263
  b.pinColumn(c, this.b3);
264
- c.ol("Pinned");
264
+ c.pf("Pinned");
265
265
  }
266
266
  },
267
267
  enumerable: false,
@@ -274,7 +274,7 @@ var GridColumnSortOptions = /** @class */ /*@__PURE__*/ (function (_super) {
274
274
  var d = GridColumnOptionsUtilities.a(c.c);
275
275
  return d;
276
276
  }
277
- return a.hu;
277
+ return a.hv;
278
278
  }
279
279
  return 0;
280
280
  },
@@ -293,7 +293,7 @@ var GridColumnSortOptions = /** @class */ /*@__PURE__*/ (function (_super) {
293
293
  }
294
294
  return;
295
295
  }
296
- b.hu = a;
296
+ b.hv = a;
297
297
  }
298
298
  },
299
299
  enumerable: false,
@@ -137,7 +137,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
137
137
  if (this.c == null || this.column == null) {
138
138
  return false;
139
139
  }
140
- return this.column.jp && this.c.summaryScope != 3;
140
+ return this.column.jz && this.c.summaryScope != 3;
141
141
  };
142
142
  GridColumnSummaryOptions.prototype.be = function (a, b, c) {
143
143
  _super.prototype.be.call(this, a, b, c);
@@ -167,7 +167,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
167
167
  if (this.bw != null) {
168
168
  var a = this.bw.a();
169
169
  for (var b = 0; b < a.length; b++) {
170
- var c = new ColumnSummaryDescription(1, this.column.mr);
170
+ var c = new ColumnSummaryDescription(1, this.column.nj);
171
171
  switch (a[b]) {
172
172
  case "avg":
173
173
  c.i = 3;
@@ -187,7 +187,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
187
187
  }
188
188
  for (var d = 0; d < this.c.summaryDescriptions.j.count; d++) {
189
189
  var e = this.c.summaryDescriptions.j.item(d);
190
- if (e.ah == this.column.mr && e.i == c.i) {
190
+ if (e.ah == this.column.nj && e.i == c.i) {
191
191
  this.c.summaryDescriptions.j.removeAt(d);
192
192
  d--;
193
193
  }
@@ -195,7 +195,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
195
195
  }
196
196
  var f = this.bw.b();
197
197
  for (var g = 0; g < f.length; g++) {
198
- var h = new ColumnSummaryDescription(1, this.column.mr);
198
+ var h = new ColumnSummaryDescription(1, this.column.nj);
199
199
  switch (f[g]) {
200
200
  case "avg":
201
201
  h.i = 3;
@@ -216,14 +216,14 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
216
216
  var i = false;
217
217
  for (var j = 0; j < this.c.summaryDescriptions.j.count; j++) {
218
218
  var k = this.c.summaryDescriptions.j.item(j);
219
- if (k.ah == this.column.mr && k.i == h.i) {
219
+ if (k.ah == this.column.nj && k.i == h.i) {
220
220
  i = true;
221
221
  break;
222
222
  }
223
223
  }
224
224
  if (!i) {
225
225
  this.c.summaryDescriptions.j.add(h);
226
- this.column.ol("Summed");
226
+ this.column.pf("Summed");
227
227
  }
228
228
  }
229
229
  }
@@ -242,7 +242,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
242
242
  this.b7 = 0;
243
243
  for (var a = 0; a < this.c.summaryDescriptions.j.count; a++) {
244
244
  var b = this.c.summaryDescriptions.j.item(a);
245
- if (b.ah == this.column.mr) {
245
+ if (b.ah == this.column.nj) {
246
246
  switch (b.i) {
247
247
  case 3:
248
248
  this.bw.a4("avg", true);
@@ -150,11 +150,11 @@ var GridExpansionIndicatorView = /** @class */ /*@__PURE__*/ (function (_super)
150
150
  this.d = truncate(Math.round(d));
151
151
  }
152
152
  if (this.b.d && this.f != 1) {
153
- this.b.aa();
154
- this.b.ab(this.f, this.f);
153
+ this.b.ac();
154
+ this.b.ad(this.f, this.f);
155
155
  }
156
156
  this.b.l(0, 0, this.j, this.g);
157
- this.b.aa();
157
+ this.b.ac();
158
158
  for (var e = 0; e < this.c.count; e++) {
159
159
  this.b.k(this.c._inner[e].j);
160
160
  var f = this.s();
@@ -164,9 +164,9 @@ var GridExpansionIndicatorView = /** @class */ /*@__PURE__*/ (function (_super)
164
164
  this.c._inner[e]._stroke = f;
165
165
  this.b.t(this.c._inner[e]);
166
166
  }
167
- this.b.z();
167
+ this.b.ab();
168
168
  if (this.b.d && this.f != 1) {
169
- this.b.z();
169
+ this.b.ab();
170
170
  }
171
171
  };
172
172
  GridExpansionIndicatorView.$t = markType(GridExpansionIndicatorView, 'GridExpansionIndicatorView');
@@ -41,7 +41,7 @@ var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
41
41
  var column_ = TypeRegistrar.create("IgxTextColumnComponent");
42
42
  var b = (column_._implementation);
43
43
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
44
- b.mr = a;
44
+ b.nj = a;
45
45
  return b;
46
46
  }
47
47
  return null;
@@ -51,7 +51,7 @@ var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  var column_ = TypeRegistrar.create("IgxNumericColumnComponent");
52
52
  var b = (column_._implementation);
53
53
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
54
- b.mr = a;
54
+ b.nj = a;
55
55
  return b;
56
56
  }
57
57
  return null;
@@ -61,7 +61,7 @@ var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
61
61
  var column_ = TypeRegistrar.create("IgxDateTimeColumnComponent");
62
62
  var b = (column_._implementation);
63
63
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
64
- b.mr = a;
64
+ b.nj = a;
65
65
  return b;
66
66
  }
67
67
  return null;
@@ -71,7 +71,7 @@ var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
71
71
  var column_ = TypeRegistrar.create("IgxImageColumnComponent");
72
72
  var b = (column_._implementation);
73
73
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
74
- b.mr = a;
74
+ b.nj = a;
75
75
  return b;
76
76
  }
77
77
  return null;
@@ -81,7 +81,7 @@ var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
81
81
  var column_ = TypeRegistrar.create("IgxTemplateColumnComponent");
82
82
  var b = (column_._implementation);
83
83
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
84
- b.mr = a;
84
+ b.nj = a;
85
85
  return b;
86
86
  }
87
87
  return null;
@@ -91,7 +91,7 @@ var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
91
91
  var column_ = TypeRegistrar.create("IgxComboBoxColumnComponent");
92
92
  var b = (column_._implementation);
93
93
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
94
- b.mr = a;
94
+ b.nj = a;
95
95
  return b;
96
96
  }
97
97
  return null;
@@ -155,6 +155,12 @@ var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
155
155
  var grid_ = this.a;
156
156
  grid_._ensureColumnsAreManual();
157
157
  };
158
+ GridExternalWrapper.prototype.moveFocusPrevious = function () {
159
+ this.a._moveFocusPrevious();
160
+ };
161
+ GridExternalWrapper.prototype.moveFocusNext = function () {
162
+ this.a._moveFocusNext();
163
+ };
158
164
  GridExternalWrapper.$t = markType(GridExternalWrapper, 'GridExternalWrapper', Base.$, [IExternalGrid_$type]);
159
165
  return GridExternalWrapper;
160
166
  }(Base));