igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.2

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 (284) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +24378 -21126
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +5 -5
  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 +3 -3
  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 +28 -28
  17. package/esm2015/lib/CheckboxListBridge.js +54 -26
  18. package/esm2015/lib/CheckboxListView_combined.js +775 -745
  19. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +9468 -7805
  21. package/esm2015/lib/ColumnGroupingView_combined.js +24 -24
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +7 -7
  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 +13 -13
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +11 -11
  33. package/esm2015/lib/EditorCell.js +267 -267
  34. package/esm2015/lib/EditorCellPresenter.js +25 -25
  35. package/esm2015/lib/FilterCell.js +261 -261
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +71 -69
  38. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  39. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  40. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  41. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  42. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  43. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +17 -17
  44. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  45. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  46. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  47. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  48. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  49. package/esm2015/lib/GridExternalWrapper.js +15 -6
  50. package/esm2015/lib/GridFilterDialogView_combined.js +430 -185
  51. package/esm2015/lib/GridIconRepository.js +92 -0
  52. package/esm2015/lib/GridSortIndicatorView_combined.js +26 -22
  53. package/esm2015/lib/GridStyleRepository.js +272 -431
  54. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  55. package/esm2015/lib/ICheckboxListView.js +11 -0
  56. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  57. package/esm2015/lib/ImageCell.js +55 -55
  58. package/esm2015/lib/ImageCellPresenter.js +15 -15
  59. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  60. package/esm2015/lib/MultiColumnComboBoxView_combined.js +37 -37
  61. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  62. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  63. package/esm2015/lib/NumericCell.js +4 -4
  64. package/esm2015/lib/NumericCellPresenter.js +9 -9
  65. package/esm2015/lib/PropertyEditorView_combined.js +31 -31
  66. package/esm2015/lib/SectionHeaderCell.js +20 -8
  67. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  68. package/esm2015/lib/SummaryCell.js +34 -25
  69. package/esm2015/lib/SummaryCellPresenter.js +8 -8
  70. package/esm2015/lib/TemplateCell.js +12 -12
  71. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  72. package/esm2015/lib/TemplateHeader.js +8 -8
  73. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  74. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  75. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  76. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  77. package/esm2015/lib/TextCell.js +22 -22
  78. package/esm2015/lib/TextCellPresenter.js +10 -10
  79. package/esm2015/lib/TextHeaderCell.js +177 -136
  80. package/esm2015/lib/TextHeaderCellPresenter.js +66 -25
  81. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  82. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  83. package/esm2015/lib/igc-cell-info.js +97 -91
  84. package/esm2015/lib/igc-checkbox-list-component.js +89 -90
  85. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  86. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  87. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  88. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  89. package/esm2015/lib/igc-data-grid-column-component.js +390 -193
  90. package/esm2015/lib/igc-data-grid-component.js +241 -2
  91. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +148 -20
  92. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  93. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  94. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  95. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  96. package/esm2015/lib/igc-definition-base-component.js +129 -129
  97. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  98. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  99. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  100. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  101. package/esm2015/lib/igc-header-component.js +24 -24
  102. package/esm2015/lib/igc-image-cell-info.js +6 -6
  103. package/esm2015/lib/igc-image-column-component.js +12 -12
  104. package/esm2015/lib/igc-image-column-module.js +2 -0
  105. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  106. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  107. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  108. package/esm2015/lib/igc-row-separator-module.js +2 -0
  109. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  110. package/esm2015/lib/igc-section-header-component.js +24 -24
  111. package/esm2015/lib/igc-section-header-module.js +2 -0
  112. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  113. package/esm2015/lib/igc-summary-row-component.js +24 -24
  114. package/esm2015/lib/igc-template-cell-info.js +2 -2
  115. package/esm2015/lib/igc-template-column-module.js +2 -0
  116. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  117. package/esm2015/lib/igc-template-header-module.js +2 -0
  118. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  119. package/esm2015/lib/igc-text-cell-info.js +2 -2
  120. package/esm2015/lib/igc-text-column-component.js +9 -9
  121. package/esm2015/lib/igc-text-column-module.js +2 -0
  122. package/esm2015/lib/igc-text-header-cell-info.js +121 -10
  123. package/esm2015/lib/igc-text-header-module.js +2 -0
  124. package/esm2015/public_api.js +3 -0
  125. package/esm5/lib/CanvasCellPresenterBase.js +5 -5
  126. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  127. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasGridCellBase.js +13 -13
  129. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  130. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  131. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  132. package/esm5/lib/CanvasSummaryCell.js +2 -2
  133. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  134. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  135. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  136. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  137. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  138. package/esm5/lib/CellPresenterBase.js +28 -28
  139. package/esm5/lib/CheckboxListBridge.js +54 -26
  140. package/esm5/lib/CheckboxListView_combined.js +748 -718
  141. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  142. package/esm5/lib/ColumnFilterCondition_combined.js +9521 -7569
  143. package/esm5/lib/ColumnGroupingView_combined.js +24 -24
  144. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  145. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  146. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  147. package/esm5/lib/ContentCellModelHelper.js +7 -7
  148. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  149. package/esm5/lib/DataGridLocaleEn.js +3 -0
  150. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  151. package/esm5/lib/DataGridToolbarView_combined.js +13 -13
  152. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  153. package/esm5/lib/Dragger.js +4 -4
  154. package/esm5/lib/DraggerView.js +11 -11
  155. package/esm5/lib/EditorCell.js +256 -256
  156. package/esm5/lib/EditorCellPresenter.js +25 -25
  157. package/esm5/lib/FilterCell.js +252 -252
  158. package/esm5/lib/FilterCellPresenter.js +15 -15
  159. package/esm5/lib/GridCellBase.js +70 -68
  160. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  161. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  162. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  163. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  164. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  165. package/esm5/lib/GridColumnOptionsViewBase_combined.js +17 -17
  166. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  167. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  168. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  169. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  170. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  171. package/esm5/lib/GridExternalWrapper.js +15 -6
  172. package/esm5/lib/GridFilterDialogView_combined.js +478 -177
  173. package/esm5/lib/GridIconRepository.js +97 -0
  174. package/esm5/lib/GridSortIndicatorView_combined.js +26 -22
  175. package/esm5/lib/GridStyleRepository.js +280 -583
  176. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  177. package/esm5/lib/ICheckboxListView.js +11 -0
  178. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  179. package/esm5/lib/ImageCell.js +54 -54
  180. package/esm5/lib/ImageCellPresenter.js +15 -15
  181. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  182. package/esm5/lib/MultiColumnComboBoxView_combined.js +37 -37
  183. package/esm5/lib/NativeUIComboFactory.js +1 -1
  184. package/esm5/lib/NativeUIGridFactory.js +2 -2
  185. package/esm5/lib/NumericCell.js +4 -4
  186. package/esm5/lib/NumericCellPresenter.js +9 -9
  187. package/esm5/lib/PropertyEditorView_combined.js +31 -31
  188. package/esm5/lib/SectionHeaderCell.js +20 -8
  189. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  190. package/esm5/lib/SummaryCell.js +35 -26
  191. package/esm5/lib/SummaryCellPresenter.js +8 -8
  192. package/esm5/lib/TemplateCell.js +12 -12
  193. package/esm5/lib/TemplateCellPresenter.js +3 -3
  194. package/esm5/lib/TemplateHeader.js +8 -8
  195. package/esm5/lib/TemplateHeaderCell.js +5 -5
  196. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  197. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  198. package/esm5/lib/TemplateSectionHeader.js +2 -2
  199. package/esm5/lib/TextCell.js +22 -22
  200. package/esm5/lib/TextCellPresenter.js +10 -10
  201. package/esm5/lib/TextHeaderCell.js +175 -134
  202. package/esm5/lib/TextHeaderCellPresenter.js +66 -25
  203. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  204. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  205. package/esm5/lib/igc-cell-info.js +101 -91
  206. package/esm5/lib/igc-checkbox-list-component.js +89 -90
  207. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  208. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  209. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  210. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  211. package/esm5/lib/igc-data-grid-column-component.js +478 -193
  212. package/esm5/lib/igc-data-grid-component.js +324 -3
  213. package/esm5/lib/igc-data-grid-filter-dialog-component.js +196 -20
  214. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  215. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  216. package/esm5/lib/igc-date-time-column-component.js +23 -23
  217. package/esm5/lib/igc-date-time-column-module.js +2 -0
  218. package/esm5/lib/igc-definition-base-component.js +129 -129
  219. package/esm5/lib/igc-editor-cell-info.js +23 -23
  220. package/esm5/lib/igc-filter-cell-info.js +26 -26
  221. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  222. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  223. package/esm5/lib/igc-header-component.js +24 -24
  224. package/esm5/lib/igc-image-cell-info.js +6 -6
  225. package/esm5/lib/igc-image-column-component.js +12 -12
  226. package/esm5/lib/igc-image-column-module.js +2 -0
  227. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  228. package/esm5/lib/igc-numeric-column-component.js +35 -35
  229. package/esm5/lib/igc-numeric-column-module.js +2 -0
  230. package/esm5/lib/igc-row-separator-module.js +2 -0
  231. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  232. package/esm5/lib/igc-section-header-component.js +24 -24
  233. package/esm5/lib/igc-section-header-module.js +2 -0
  234. package/esm5/lib/igc-summary-cell-info.js +9 -9
  235. package/esm5/lib/igc-summary-row-component.js +24 -24
  236. package/esm5/lib/igc-template-cell-info.js +2 -2
  237. package/esm5/lib/igc-template-column-module.js +2 -0
  238. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  239. package/esm5/lib/igc-template-header-module.js +2 -0
  240. package/esm5/lib/igc-template-section-header-module.js +4 -0
  241. package/esm5/lib/igc-text-cell-info.js +2 -2
  242. package/esm5/lib/igc-text-column-component.js +9 -9
  243. package/esm5/lib/igc-text-column-module.js +2 -0
  244. package/esm5/lib/igc-text-header-cell-info.js +173 -10
  245. package/esm5/lib/igc-text-header-module.js +2 -0
  246. package/esm5/public_api.js +3 -0
  247. package/fesm2015/igniteui-webcomponents-data-grids.js +41126 -38366
  248. package/fesm5/igniteui-webcomponents-data-grids.js +24378 -21129
  249. package/lib/CheckboxListBridge.d.ts +1 -0
  250. package/lib/CheckboxListExternal.d.ts +6 -0
  251. package/lib/CheckboxListView_combined.d.ts +159 -154
  252. package/lib/ColumnFilterCondition_combined.d.ts +2106 -1885
  253. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  254. package/lib/DataGridLocaleEn.d.ts +3 -0
  255. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  256. package/lib/EditorCell.d.ts +51 -51
  257. package/lib/FilterCell.d.ts +53 -53
  258. package/lib/GridCellBase.d.ts +21 -19
  259. package/lib/GridExternalWrapper.d.ts +3 -0
  260. package/lib/GridFilterDialogView_combined.d.ts +104 -61
  261. package/lib/GridIconRepository.d.ts +44 -0
  262. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  263. package/lib/GridStyleRepository.d.ts +23 -83
  264. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  265. package/lib/ICheckboxListView.d.ts +38 -0
  266. package/lib/ImageCell.d.ts +14 -14
  267. package/lib/SectionHeaderCell.d.ts +4 -2
  268. package/lib/SummaryCell.d.ts +6 -4
  269. package/lib/TemplateCell.d.ts +3 -3
  270. package/lib/TemplateHeader.d.ts +3 -3
  271. package/lib/TemplateHeaderCell.d.ts +2 -2
  272. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  273. package/lib/TemplateSectionHeader.d.ts +2 -2
  274. package/lib/TextCell.d.ts +4 -4
  275. package/lib/TextHeaderCell.d.ts +26 -24
  276. package/lib/VerticalSeparatorCell.d.ts +4 -4
  277. package/lib/igc-cell-info.d.ts +4 -0
  278. package/lib/igc-data-grid-column-component.d.ts +77 -0
  279. package/lib/igc-data-grid-component.d.ts +94 -1
  280. package/lib/igc-data-grid-filter-dialog-component.d.ts +57 -0
  281. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  282. package/lib/igc-text-header-cell-info.d.ts +48 -0
  283. package/package.json +4 -4
  284. package/public_api.d.ts +3 -0
@@ -62,8 +62,8 @@ export var GridColumnOptionsViewBase = /** @class */ /*@__PURE__*/ (function (_s
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) {
@@ -174,8 +174,8 @@ export var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_
174
174
  h.provideContainer(p);
175
175
  var q = p.getExternal(h, p.rootWrapper, p.getExternal(a, null, null));
176
176
  h.e = d;
177
- h.r = e;
178
- h.n = f;
177
+ h.s = e;
178
+ h.o = f;
179
179
  var r = null != c;
180
180
  k = null;
181
181
  if (r) {
@@ -222,13 +222,13 @@ export var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_
222
222
  }
223
223
  if (m) {
224
224
  u.setStyleProperty("justify-content", "space-between");
225
- h.g6 = "1";
225
+ h.g7 = "1";
226
226
  o.setStyleProperty("display", "flex");
227
227
  o.setStyleProperty("flex-direction", "column");
228
228
  o.setStyleProperty("align-items", "stretch");
229
- h.f0 = "flex";
230
- h.g4 = "column";
231
- h.fb = "stretch";
229
+ h.f1 = "flex";
230
+ h.g5 = "column";
231
+ h.fc = "stretch";
232
232
  }
233
233
  h.appendButtonContent(u);
234
234
  return {
@@ -246,8 +246,8 @@ export var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_
246
246
  g = new XButtonGroup();
247
247
  g.provideContainer(i);
248
248
  var j = i.getExternal(g, i.rootWrapper, i.getExternal(a, null, null));
249
- g.t = e;
250
- g.p = f;
249
+ g.u = e;
250
+ g.q = f;
251
251
  g.i = 0;
252
252
  try {
253
253
  for (var _c = __values(fromEnum(c)), _d = _c.next(); !_d.done; _d = _c.next()) {
@@ -325,15 +325,15 @@ export var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_
325
325
  };
326
326
  GridColumnOptionsUtilities.l = function (a, b) {
327
327
  if (null != a) {
328
- a.n = b.i;
329
- a.r = b.p;
330
- a.aa = b.z;
328
+ a.o = b.i;
329
+ a.s = b.p;
330
+ a.ab = b.z;
331
331
  }
332
332
  };
333
333
  GridColumnOptionsUtilities.k = function (a, b) {
334
334
  if (null != a) {
335
- a.p = b.i;
336
- a.t = b.p;
335
+ a.q = b.i;
336
+ a.u = b.p;
337
337
  }
338
338
  };
339
339
  GridColumnOptionsUtilities.$t = markType(GridColumnOptionsUtilities, 'GridColumnOptionsUtilities');
@@ -732,7 +732,7 @@ export var GridColumnOptionsBase = /** @class */ /*@__PURE__*/ (function (_super
732
732
  this.e.l(a);
733
733
  };
734
734
  GridColumnOptionsBase.$t = markType(GridColumnOptionsBase, 'GridColumnOptionsBase', Base.$, [INotifyPropertyChanged_$type]);
735
- GridColumnOptionsBase.bp = BrushUtil.j(255, 248, 248, 248);
736
- GridColumnOptionsBase.bq = BrushUtil.j(255, 24, 29, 31);
735
+ GridColumnOptionsBase.bp = BrushUtil.l(255, 248, 248, 248);
736
+ GridColumnOptionsBase.bq = BrushUtil.l(255, 24, 29, 31);
737
737
  return GridColumnOptionsBase;
738
738
  }(Base));
@@ -214,8 +214,8 @@ export var GridColumnOptions = /** @class */ /*@__PURE__*/ (function (_super) {
214
214
  _this.b5 = 0;
215
215
  _this.b3 = 0;
216
216
  _this.d0 = null;
217
- _this.fk = BrushUtil.j(255, 24, 29, 31);
218
- _this.fj = BrushUtil.j(255, 248, 248, 248);
217
+ _this.fk = BrushUtil.l(255, 24, 29, 31);
218
+ _this.fj = BrushUtil.l(255, 248, 248, 248);
219
219
  _this.applyButtonClick = null;
220
220
  _this.cancelButtonClick = null;
221
221
  return _this;
@@ -304,7 +304,7 @@ export var GridColumnOptions = /** @class */ /*@__PURE__*/ (function (_super) {
304
304
  Object.defineProperty(GridColumnOptions.prototype, "dx", {
305
305
  get: function () {
306
306
  var a = this.column;
307
- return (null != a) ? a.lm : "(No column selected)";
307
+ return (null != a) ? a.mi : "(No column selected)";
308
308
  },
309
309
  enumerable: false,
310
310
  configurable: true
@@ -221,7 +221,7 @@ export var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super)
221
221
  };
222
222
  GridColumnPinOptions.prototype.a6 = function () {
223
223
  var a = this.column;
224
- this.b3 = a != null ? a.io : 0;
224
+ this.b3 = a != null ? a.is : 0;
225
225
  _super.prototype.a6.call(this);
226
226
  };
227
227
  GridColumnPinOptions.prototype.a7 = function (a, b) {
@@ -232,7 +232,7 @@ export var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super)
232
232
  }
233
233
  switch (b.propertyName) {
234
234
  case "Pinned":
235
- this.b3 = c != null ? c.io : 0;
235
+ this.b3 = c != null ? c.is : 0;
236
236
  this.b2.m();
237
237
  break;
238
238
  }
@@ -250,7 +250,7 @@ export var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super)
250
250
  get: function () {
251
251
  var a = this.column;
252
252
  if (null != a) {
253
- return a.io;
253
+ return a.is;
254
254
  }
255
255
  return this.b3;
256
256
  },
@@ -260,7 +260,7 @@ export var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super)
260
260
  var c = this.column;
261
261
  if (null != b && null != c) {
262
262
  b.pinColumn(c, this.b3);
263
- c.n0("Pinned");
263
+ c.o9("Pinned");
264
264
  }
265
265
  },
266
266
  enumerable: false,
@@ -273,7 +273,7 @@ export var GridColumnSortOptions = /** @class */ /*@__PURE__*/ (function (_super
273
273
  var d = GridColumnOptionsUtilities.a(c.c);
274
274
  return d;
275
275
  }
276
- return a.hs;
276
+ return a.hu;
277
277
  }
278
278
  return 0;
279
279
  },
@@ -292,7 +292,7 @@ export var GridColumnSortOptions = /** @class */ /*@__PURE__*/ (function (_super
292
292
  }
293
293
  return;
294
294
  }
295
- b.hs = a;
295
+ b.hu = a;
296
296
  }
297
297
  },
298
298
  enumerable: false,
@@ -69,7 +69,7 @@ export var GridColumnSummaryOptionsView = /** @class */ /*@__PURE__*/ (function
69
69
  this.n.bh(this.n.bz);
70
70
  if (this.o != null) {
71
71
  this.o.setStyleProperty("margin", "0 -8px");
72
- switch (this.n.bz.q) {
72
+ switch (this.n.bz.r) {
73
73
  case 2:
74
74
  this.p.setStyleProperty("margin", "0 -.25rem");
75
75
  break;
@@ -125,8 +125,8 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
125
125
  _this.b2 = 0;
126
126
  _this.b1 = 0;
127
127
  _this.b6 = 0;
128
- _this.ct = BrushUtil.j(255, 24, 29, 31);
129
- _this.cs = BrushUtil.j(255, 248, 248, 248);
128
+ _this.ct = BrushUtil.l(255, 24, 29, 31);
129
+ _this.cs = BrushUtil.l(255, 248, 248, 248);
130
130
  return _this;
131
131
  }
132
132
  GridColumnSummaryOptions.prototype.f = function () {
@@ -136,7 +136,7 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
136
136
  if (this.c == null || this.column == null) {
137
137
  return false;
138
138
  }
139
- return this.column.ji && this.c.summaryScope != 3;
139
+ return this.column.jx && this.c.summaryScope != 3;
140
140
  };
141
141
  GridColumnSummaryOptions.prototype.be = function (a, b, c) {
142
142
  _super.prototype.be.call(this, a, b, c);
@@ -166,7 +166,7 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
166
166
  if (this.bw != null) {
167
167
  var a = this.bw.a();
168
168
  for (var b = 0; b < a.length; b++) {
169
- var c = new ColumnSummaryDescription(1, this.column.l7);
169
+ var c = new ColumnSummaryDescription(1, this.column.nf);
170
170
  switch (a[b]) {
171
171
  case "avg":
172
172
  c.i = 3;
@@ -186,7 +186,7 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
186
186
  }
187
187
  for (var d = 0; d < this.c.summaryDescriptions.j.count; d++) {
188
188
  var e = this.c.summaryDescriptions.j.item(d);
189
- if (e.ah == this.column.l7 && e.i == c.i) {
189
+ if (e.ah == this.column.nf && e.i == c.i) {
190
190
  this.c.summaryDescriptions.j.removeAt(d);
191
191
  d--;
192
192
  }
@@ -194,7 +194,7 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
194
194
  }
195
195
  var f = this.bw.b();
196
196
  for (var g = 0; g < f.length; g++) {
197
- var h = new ColumnSummaryDescription(1, this.column.l7);
197
+ var h = new ColumnSummaryDescription(1, this.column.nf);
198
198
  switch (f[g]) {
199
199
  case "avg":
200
200
  h.i = 3;
@@ -215,14 +215,14 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
215
215
  var i = false;
216
216
  for (var j = 0; j < this.c.summaryDescriptions.j.count; j++) {
217
217
  var k = this.c.summaryDescriptions.j.item(j);
218
- if (k.ah == this.column.l7 && k.i == h.i) {
218
+ if (k.ah == this.column.nf && k.i == h.i) {
219
219
  i = true;
220
220
  break;
221
221
  }
222
222
  }
223
223
  if (!i) {
224
224
  this.c.summaryDescriptions.j.add(h);
225
- this.column.n0("Summed");
225
+ this.column.o9("Summed");
226
226
  }
227
227
  }
228
228
  }
@@ -241,7 +241,7 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
241
241
  this.b7 = 0;
242
242
  for (var a = 0; a < this.c.summaryDescriptions.j.count; a++) {
243
243
  var b = this.c.summaryDescriptions.j.item(a);
244
- if (b.ah == this.column.l7) {
244
+ if (b.ah == this.column.nf) {
245
245
  switch (b.i) {
246
246
  case 3:
247
247
  this.bw.a4("avg", true);
@@ -434,9 +434,9 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
434
434
  };
435
435
  GridColumnSummaryOptions.prototype.cp = function () {
436
436
  if (this.by != null) {
437
- this.by.ds = 0;
438
- this.by.a2 = false;
439
- this.by.rg = this.br;
437
+ this.by.dt = 0;
438
+ this.by.a3 = false;
439
+ this.by.rl = this.br;
440
440
  this.bh(this.by);
441
441
  }
442
442
  };
@@ -150,11 +150,11 @@ export var GridExpansionIndicatorView = /** @class */ /*@__PURE__*/ (function (_
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 @@ export var GridExpansionIndicatorView = /** @class */ /*@__PURE__*/ (function (_
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 @@ export 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.l7 = a;
44
+ b.nf = a;
45
45
  return b;
46
46
  }
47
47
  return null;
@@ -51,7 +51,7 @@ export 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.l7 = a;
54
+ b.nf = a;
55
55
  return b;
56
56
  }
57
57
  return null;
@@ -61,7 +61,7 @@ export 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.l7 = a;
64
+ b.nf = a;
65
65
  return b;
66
66
  }
67
67
  return null;
@@ -71,7 +71,7 @@ export 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.l7 = a;
74
+ b.nf = a;
75
75
  return b;
76
76
  }
77
77
  return null;
@@ -81,7 +81,7 @@ export 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.l7 = a;
84
+ b.nf = a;
85
85
  return b;
86
86
  }
87
87
  return null;
@@ -91,7 +91,7 @@ export 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.l7 = a;
94
+ b.nf = a;
95
95
  return b;
96
96
  }
97
97
  return null;
@@ -133,6 +133,9 @@ export var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super)
133
133
  var botRightRadius_ = i;
134
134
  grid_._setBorder(color_, borderLeft_, borderTop_, borderRight_, borderBottom_, topLeftRadius_, topRightRadius_, botLeftRadius_, botRightRadius_);
135
135
  };
136
+ GridExternalWrapper.prototype.setBackground = function (a) {
137
+ this.renderer.rootWrapper.setStyleProperty("background-color", a._fill);
138
+ };
136
139
  GridExternalWrapper.prototype.setScrollerVerticalTrackInset = function (a) {
137
140
  this.a._setScrollerVerticalTrackInset(a);
138
141
  };
@@ -152,6 +155,12 @@ export var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super)
152
155
  var grid_ = this.a;
153
156
  grid_._ensureColumnsAreManual();
154
157
  };
158
+ GridExternalWrapper.prototype.moveFocusPrevious = function () {
159
+ this.a._moveFocusPrevious();
160
+ };
161
+ GridExternalWrapper.prototype.moveFocusNext = function () {
162
+ this.a._moveFocusNext();
163
+ };
155
164
  GridExternalWrapper.$t = markType(GridExternalWrapper, 'GridExternalWrapper', Base.$, [IExternalGrid_$type]);
156
165
  return GridExternalWrapper;
157
166
  }(Base));