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
@@ -26,7 +26,7 @@ import { IgcGridSortDescriptionsChangedEventArgs } from './igc-grid-sort-descrip
26
26
  import { IgcGridGroupDescriptionsChangedEventArgs } from './igc-grid-group-descriptions-changed-event-args';
27
27
  import { IgcGridSummaryDescriptionsChangedEventArgs } from './igc-grid-summary-descriptions-changed-event-args';
28
28
  import { DataGrid } from "./DataGrid";
29
- import { ensureEnum, ensureBool, CollectionAdapter, getAllPropertyNames, enumToString, fromSpinal, toSpinal, brushToString, stringToBrush, initializePropertiesFromCss, NamePatcher } from "igniteui-webcomponents-core";
29
+ import { ensureEnum, ensureBool, CollectionAdapter, getAllPropertyNames, enumToString, fromSpinal, toSpinal, brushToString, stringToBrush, initializePropertiesFromCss, NamePatcher, moveFocusNext, moveFocusPrevious } from "igniteui-webcomponents-core";
30
30
  import { Thickness } from "igniteui-webcomponents-core";
31
31
  import { WebComponentRenderer, WebComponentWrapper, PortalManager } from "igniteui-webcomponents-core";
32
32
  import { DataGridColumn } from './DataGridColumn';
@@ -132,6 +132,8 @@ import { IgcTextHeaderCellInfo } from "./igc-text-header-cell-info";
132
132
  import { IgcFilterCellInfo } from "./igc-filter-cell-info";
133
133
  import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
134
134
  import { IgcDataSourceRootSummariesChangedEventArgs } from "igniteui-webcomponents-core";
135
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
136
+ import { IgcDataBindingEventArgs } from './igc-data-binding-event-args';
135
137
  let GridStylingDefaults = {};
136
138
  let IgcDataGridComponent = /*@__PURE__*/ (() => {
137
139
  class IgcDataGridComponent extends IgcHTMLElement {
@@ -209,6 +211,12 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
209
211
  this._scroller.scrollbarBrush = color;
210
212
  }
211
213
  }
214
+ _moveFocusNext() {
215
+ moveFocusNext(this, true);
216
+ }
217
+ _moveFocusPrevious() {
218
+ moveFocusPrevious(this);
219
+ }
212
220
  createImplementation() {
213
221
  //let test = Grid;
214
222
  return new DataGrid();
@@ -298,6 +306,10 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
298
306
  this._cellPointerUp_wrapped = null;
299
307
  this._cellClicked = null;
300
308
  this._cellClicked_wrapped = null;
309
+ this._filterRowDataBinding = null;
310
+ this._filterRowDataBinding_wrapped = null;
311
+ this._filterRowDataBound = null;
312
+ this._filterRowDataBound_wrapped = null;
301
313
  this._sortDescriptionsChanged = null;
302
314
  this._sortDescriptionsChanged_wrapped = null;
303
315
  this._groupDescriptionsChanged = null;
@@ -934,8 +946,18 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
934
946
  }
935
947
  }
936
948
  /**
937
- * Gets or sets the type of column resizing to use.
949
+ * Gets or sets the base theme used by the grid.
938
950
  */
951
+ get theme() {
952
+ return this.i.theme;
953
+ }
954
+ set theme(v) {
955
+ this.i.theme = ensureEnum(BaseControlTheme_$type, v);
956
+ this._a("theme", enumToString(BaseControlTheme_$type, this.i.theme));
957
+ }
958
+ /**
959
+ * Gets or sets the type of column resizing to use.
960
+ */
939
961
  get columnResizingMode() {
940
962
  return this.i.columnResizingMode;
941
963
  }
@@ -1755,6 +1777,13 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
1755
1777
  this.i.isColumnOptionsEnabled = ensureBool(v);
1756
1778
  this._a("isColumnOptionsEnabled", this.i.isColumnOptionsEnabled);
1757
1779
  }
1780
+ get useNewerColumnOptionsMenu() {
1781
+ return this.i.useNewerColumnOptionsMenu;
1782
+ }
1783
+ set useNewerColumnOptionsMenu(v) {
1784
+ this.i.useNewerColumnOptionsMenu = ensureBool(v);
1785
+ this._a("useNewerColumnOptionsMenu", this.i.useNewerColumnOptionsMenu);
1786
+ }
1758
1787
  /**
1759
1788
  * Gets or sets if group rows will stick to the top of the grid.
1760
1789
  */
@@ -2337,6 +2366,16 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
2337
2366
  this.i.columnOptionsIconBehavior = ensureEnum(ColumnOptionsIconBehavior_$type, v);
2338
2367
  this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.columnOptionsIconBehavior));
2339
2368
  }
2369
+ /**
2370
+ * Gets the actual border color around the grid.
2371
+ */
2372
+ get actualBorder() {
2373
+ return brushToString(this.i.actualBorder);
2374
+ }
2375
+ set actualBorder(v) {
2376
+ this.i.actualBorder = stringToBrush(v);
2377
+ this._a("actualBorder", brushToString(this.i.actualBorder));
2378
+ }
2340
2379
  /**
2341
2380
  * Gets or sets the border color around the grid.
2342
2381
  */
@@ -2512,6 +2551,26 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
2512
2551
  this.i.stopPropagation = ensureBool(v);
2513
2552
  this._a("stopPropagation", this.i.stopPropagation);
2514
2553
  }
2554
+ /**
2555
+ * Gets the actual background for the grid.
2556
+ */
2557
+ get actualBackground() {
2558
+ return brushToString(this.i.actualBackground);
2559
+ }
2560
+ set actualBackground(v) {
2561
+ this.i.actualBackground = stringToBrush(v);
2562
+ this._a("actualBackground", brushToString(this.i.actualBackground));
2563
+ }
2564
+ /**
2565
+ * Gets or sets the background for the grid.
2566
+ */
2567
+ get background() {
2568
+ return brushToString(this.i.background);
2569
+ }
2570
+ set background(v) {
2571
+ this.i.background = stringToBrush(v);
2572
+ this._a("background", brushToString(this.i.background));
2573
+ }
2515
2574
  /**
2516
2575
  * A set of states that can be applied to the columns of the grid based on available space.
2517
2576
  */
@@ -3103,6 +3162,133 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3103
3162
  this.i.scrollbarBackground = stringToBrush(v);
3104
3163
  this._a("scrollbarBackground", brushToString(this.i.scrollbarBackground));
3105
3164
  }
3165
+ /**
3166
+ * Gets or sets the column options dropdown background color.
3167
+ */
3168
+ get columnOptionsBackground() {
3169
+ return brushToString(this.i.columnOptionsBackground);
3170
+ }
3171
+ set columnOptionsBackground(v) {
3172
+ this.i.columnOptionsBackground = stringToBrush(v);
3173
+ this._a("columnOptionsBackground", brushToString(this.i.columnOptionsBackground));
3174
+ }
3175
+ /**
3176
+ * Gets or sets the text color for text inside the column options menu.
3177
+ */
3178
+ get columnOptionsTextColor() {
3179
+ return brushToString(this.i.columnOptionsTextColor);
3180
+ }
3181
+ set columnOptionsTextColor(v) {
3182
+ this.i.columnOptionsTextColor = stringToBrush(v);
3183
+ this._a("columnOptionsTextColor", brushToString(this.i.columnOptionsTextColor));
3184
+ }
3185
+ /**
3186
+ * Gets or sets the font settings for text inside the column options menu.
3187
+ */
3188
+ get columnOptionsTextStyle() {
3189
+ if (this.i.columnOptionsTextStyle == null) {
3190
+ return null;
3191
+ }
3192
+ return this.i.columnOptionsTextStyle.fontString;
3193
+ }
3194
+ set columnOptionsTextStyle(v) {
3195
+ let fi = new FontInfo();
3196
+ fi.fontString = v;
3197
+ this.i.columnOptionsTextStyle = fi;
3198
+ this._a("columnOptionsTextStyle", this.i.columnOptionsTextStyle != null ? this.i.columnOptionsTextStyle.fontString : "");
3199
+ }
3200
+ /**
3201
+ * Gets or sets the hover background color inside the column options menu.
3202
+ */
3203
+ get columnOptionsHoverBackgroundColor() {
3204
+ return brushToString(this.i.columnOptionsHoverBackgroundColor);
3205
+ }
3206
+ set columnOptionsHoverBackgroundColor(v) {
3207
+ this.i.columnOptionsHoverBackgroundColor = stringToBrush(v);
3208
+ this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.columnOptionsHoverBackgroundColor));
3209
+ }
3210
+ /**
3211
+ * Gets or sets the tooltip background color inside the column options menu.
3212
+ */
3213
+ get columnOptionsToolTipBackgroundColor() {
3214
+ return brushToString(this.i.columnOptionsToolTipBackgroundColor);
3215
+ }
3216
+ set columnOptionsToolTipBackgroundColor(v) {
3217
+ this.i.columnOptionsToolTipBackgroundColor = stringToBrush(v);
3218
+ this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.columnOptionsToolTipBackgroundColor));
3219
+ }
3220
+ /**
3221
+ * Gets or sets the highlight color inside the column options menu.
3222
+ */
3223
+ get columnOptionsHighlightColor() {
3224
+ return brushToString(this.i.columnOptionsHighlightColor);
3225
+ }
3226
+ set columnOptionsHighlightColor(v) {
3227
+ this.i.columnOptionsHighlightColor = stringToBrush(v);
3228
+ this._a("columnOptionsHighlightColor", brushToString(this.i.columnOptionsHighlightColor));
3229
+ }
3230
+ /**
3231
+ * Gets or sets the color of separators inside the column options menu.
3232
+ */
3233
+ get columnOptionsSeparatorColor() {
3234
+ return brushToString(this.i.columnOptionsSeparatorColor);
3235
+ }
3236
+ set columnOptionsSeparatorColor(v) {
3237
+ this.i.columnOptionsSeparatorColor = stringToBrush(v);
3238
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.columnOptionsSeparatorColor));
3239
+ }
3240
+ /**
3241
+ * Gets or sets the background color for group headers inside the column options menu.
3242
+ */
3243
+ get columnOptionsGroupHeaderBackground() {
3244
+ return brushToString(this.i.columnOptionsGroupHeaderBackground);
3245
+ }
3246
+ set columnOptionsGroupHeaderBackground(v) {
3247
+ this.i.columnOptionsGroupHeaderBackground = stringToBrush(v);
3248
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.columnOptionsGroupHeaderBackground));
3249
+ }
3250
+ /**
3251
+ * Gets or sets the text color for group headers inside the column options menu.
3252
+ */
3253
+ get columnOptionsGroupHeaderTextColor() {
3254
+ return brushToString(this.i.columnOptionsGroupHeaderTextColor);
3255
+ }
3256
+ set columnOptionsGroupHeaderTextColor(v) {
3257
+ this.i.columnOptionsGroupHeaderTextColor = stringToBrush(v);
3258
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.columnOptionsGroupHeaderTextColor));
3259
+ }
3260
+ /**
3261
+ * Gets or sets the font settings for group header text inside the column options menu.
3262
+ */
3263
+ get columnOptionsGroupHeaderTextStyle() {
3264
+ if (this.i.columnOptionsGroupHeaderTextStyle == null) {
3265
+ return null;
3266
+ }
3267
+ return this.i.columnOptionsGroupHeaderTextStyle.fontString;
3268
+ }
3269
+ set columnOptionsGroupHeaderTextStyle(v) {
3270
+ let fi = new FontInfo();
3271
+ fi.fontString = v;
3272
+ this.i.columnOptionsGroupHeaderTextStyle = fi;
3273
+ this._a("columnOptionsGroupHeaderTextStyle", this.i.columnOptionsGroupHeaderTextStyle != null ? this.i.columnOptionsGroupHeaderTextStyle.fontString : "");
3274
+ }
3275
+ get columnOptionsAccentColor() {
3276
+ return brushToString(this.i.columnOptionsAccentColor);
3277
+ }
3278
+ set columnOptionsAccentColor(v) {
3279
+ this.i.columnOptionsAccentColor = stringToBrush(v);
3280
+ this._a("columnOptionsAccentColor", brushToString(this.i.columnOptionsAccentColor));
3281
+ }
3282
+ /**
3283
+ * Gets or sets the row height for submenus inside the column options menu.
3284
+ */
3285
+ get columnOptionsRowHeight() {
3286
+ return this.i.columnOptionsRowHeight;
3287
+ }
3288
+ set columnOptionsRowHeight(v) {
3289
+ this.i.columnOptionsRowHeight = +v;
3290
+ this._a("columnOptionsRowHeight", this.i.columnOptionsRowHeight);
3291
+ }
3106
3292
  get allowCopyOperation() {
3107
3293
  return this.i.allowCopyOperation;
3108
3294
  }
@@ -3110,6 +3296,13 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3110
3296
  this.i.allowCopyOperation = ensureBool(v);
3111
3297
  this._a("allowCopyOperation", this.i.allowCopyOperation);
3112
3298
  }
3299
+ get maxSelectedCellRanges() {
3300
+ return this.i.maxSelectedCellRanges;
3301
+ }
3302
+ set maxSelectedCellRanges(v) {
3303
+ this.i.maxSelectedCellRanges = +v;
3304
+ this._a("maxSelectedCellRanges", this.i.maxSelectedCellRanges);
3305
+ }
3113
3306
  /**
3114
3307
  * Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
3115
3308
  */
@@ -3831,6 +4024,52 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3831
4024
  this.i.cellClicked = delegateCombine(this.i.cellClicked, this._cellClicked_wrapped);
3832
4025
  ;
3833
4026
  }
4027
+ get filterRowDataBinding() {
4028
+ return this._filterRowDataBinding;
4029
+ }
4030
+ set filterRowDataBinding(ev) {
4031
+ if (this._filterRowDataBinding_wrapped !== null) {
4032
+ this.i.filterRowDataBinding = delegateRemove(this.i.filterRowDataBinding, this._filterRowDataBinding_wrapped);
4033
+ this._filterRowDataBinding_wrapped = null;
4034
+ this._filterRowDataBinding = null;
4035
+ }
4036
+ this._filterRowDataBinding = ev;
4037
+ this._filterRowDataBinding_wrapped = (o, e) => {
4038
+ let outerArgs = new IgcDataBindingEventArgs();
4039
+ outerArgs._provideImplementation(e);
4040
+ if (this.beforeFilterRowDataBinding) {
4041
+ this.beforeFilterRowDataBinding(this, outerArgs);
4042
+ }
4043
+ if (this._filterRowDataBinding) {
4044
+ this._filterRowDataBinding(this, outerArgs);
4045
+ }
4046
+ };
4047
+ this.i.filterRowDataBinding = delegateCombine(this.i.filterRowDataBinding, this._filterRowDataBinding_wrapped);
4048
+ ;
4049
+ }
4050
+ get filterRowDataBound() {
4051
+ return this._filterRowDataBound;
4052
+ }
4053
+ set filterRowDataBound(ev) {
4054
+ if (this._filterRowDataBound_wrapped !== null) {
4055
+ this.i.filterRowDataBound = delegateRemove(this.i.filterRowDataBound, this._filterRowDataBound_wrapped);
4056
+ this._filterRowDataBound_wrapped = null;
4057
+ this._filterRowDataBound = null;
4058
+ }
4059
+ this._filterRowDataBound = ev;
4060
+ this._filterRowDataBound_wrapped = (o, e) => {
4061
+ let outerArgs = new IgcDataBindingEventArgs();
4062
+ outerArgs._provideImplementation(e);
4063
+ if (this.beforeFilterRowDataBound) {
4064
+ this.beforeFilterRowDataBound(this, outerArgs);
4065
+ }
4066
+ if (this._filterRowDataBound) {
4067
+ this._filterRowDataBound(this, outerArgs);
4068
+ }
4069
+ };
4070
+ this.i.filterRowDataBound = delegateCombine(this.i.filterRowDataBound, this._filterRowDataBound_wrapped);
4071
+ ;
4072
+ }
3834
4073
  /**
3835
4074
  * Called when sorting has changed.
3836
4075
  */
@@ -7,6 +7,7 @@ import { GridFilterDialog } from "./GridFilterDialog";
7
7
  import { TypeRegistrar } from "igniteui-webcomponents-core";
8
8
  import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureBool, brushToString, stringToBrush, initializePropertiesFromCss } from "igniteui-webcomponents-core";
9
9
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
10
+ import { FontInfo } from "igniteui-webcomponents-core";
10
11
  let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
11
12
  class IgcDataGridFilterDialogComponent extends IgcHTMLElement {
12
13
  createImplementation() {
@@ -142,11 +143,11 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
142
143
  }
143
144
  }
144
145
  get isAnimationEnabled() {
145
- return this.i.ab;
146
+ return this.i.ai;
146
147
  }
147
148
  set isAnimationEnabled(v) {
148
- this.i.ab = ensureBool(v);
149
- this._a("isAnimationEnabled", this.i.ab);
149
+ this.i.ai = ensureBool(v);
150
+ this._a("isAnimationEnabled", this.i.ai);
150
151
  }
151
152
  /**
152
153
  * Gets or sets the scaling value used to affect the pixel density of the control.
@@ -154,11 +155,11 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
154
155
  * to appear blurry.
155
156
  */
156
157
  get pixelScalingRatio() {
157
- return this.i.aj;
158
+ return this.i.aq;
158
159
  }
159
160
  set pixelScalingRatio(v) {
160
- this.i.aj = +v;
161
- this._a("pixelScalingRatio", this.i.aj);
161
+ this.i.aq = +v;
162
+ this._a("pixelScalingRatio", this.i.aq);
162
163
  }
163
164
  /**
164
165
  * Gets the actual pixel scaling ratio used to affect the pixel density of the control.
@@ -166,28 +167,155 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
166
167
  * to appear blurry.
167
168
  */
168
169
  get actualPixelScalingRatio() {
169
- return this.i.ai;
170
+ return this.i.ap;
170
171
  }
171
172
  set actualPixelScalingRatio(v) {
172
- this.i.ai = +v;
173
- this._a("actualPixelScalingRatio", this.i.ai);
173
+ this.i.ap = +v;
174
+ this._a("actualPixelScalingRatio", this.i.ap);
174
175
  }
175
176
  get iconColor() {
176
- return brushToString(this.i.bw);
177
+ return brushToString(this.i.c1);
177
178
  }
178
179
  set iconColor(v) {
179
- this.i.bw = stringToBrush(v);
180
- this._a("iconColor", brushToString(this.i.bw));
180
+ this.i.c1 = stringToBrush(v);
181
+ this._a("iconColor", brushToString(this.i.c1));
181
182
  }
182
183
  get viewSize() {
183
- return this.i.ak;
184
+ return this.i.ar;
184
185
  }
185
186
  set viewSize(v) {
186
- this.i.ak = +v;
187
- this._a("viewSize", this.i.ak);
187
+ this.i.ar = +v;
188
+ this._a("viewSize", this.i.ar);
189
+ }
190
+ /**
191
+ * Gets or sets the column options dropdown background color.
192
+ */
193
+ get columnOptionsBackground() {
194
+ return brushToString(this.i.ct);
195
+ }
196
+ set columnOptionsBackground(v) {
197
+ this.i.ct = stringToBrush(v);
198
+ this._a("columnOptionsBackground", brushToString(this.i.ct));
199
+ }
200
+ /**
201
+ * Gets or sets the text color for text inside the column options menu.
202
+ */
203
+ get columnOptionsTextColor() {
204
+ return brushToString(this.i.cz);
205
+ }
206
+ set columnOptionsTextColor(v) {
207
+ this.i.cz = stringToBrush(v);
208
+ this._a("columnOptionsTextColor", brushToString(this.i.cz));
209
+ }
210
+ /**
211
+ * Gets or sets the font settings for text inside the column options menu.
212
+ */
213
+ get columnOptionsTextStyle() {
214
+ if (this.i.ab == null) {
215
+ return null;
216
+ }
217
+ return this.i.ab.fontString;
218
+ }
219
+ set columnOptionsTextStyle(v) {
220
+ let fi = new FontInfo();
221
+ fi.fontString = v;
222
+ this.i.ab = fi;
223
+ this._a("columnOptionsTextStyle", this.i.ab != null ? this.i.ab.fontString : "");
224
+ }
225
+ /**
226
+ * Gets or sets the hover background color inside the column options menu.
227
+ */
228
+ get columnOptionsHoverBackgroundColor() {
229
+ return brushToString(this.i.cx);
230
+ }
231
+ set columnOptionsHoverBackgroundColor(v) {
232
+ this.i.cx = stringToBrush(v);
233
+ this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.cx));
234
+ }
235
+ /**
236
+ * Gets or sets the tooltip background color inside the column options menu.
237
+ */
238
+ get columnOptionsToolTipBackgroundColor() {
239
+ return brushToString(this.i.c0);
240
+ }
241
+ set columnOptionsToolTipBackgroundColor(v) {
242
+ this.i.c0 = stringToBrush(v);
243
+ this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.c0));
244
+ }
245
+ /**
246
+ * Gets or sets the highlight color inside the column options menu.
247
+ */
248
+ get columnOptionsHighlightColor() {
249
+ return brushToString(this.i.cw);
250
+ }
251
+ set columnOptionsHighlightColor(v) {
252
+ this.i.cw = stringToBrush(v);
253
+ this._a("columnOptionsHighlightColor", brushToString(this.i.cw));
254
+ }
255
+ /**
256
+ * Gets or sets the color of separators inside the column options menu.
257
+ */
258
+ get columnOptionsSeparatorColor() {
259
+ return brushToString(this.i.cy);
260
+ }
261
+ set columnOptionsSeparatorColor(v) {
262
+ this.i.cy = stringToBrush(v);
263
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.cy));
264
+ }
265
+ /**
266
+ * Gets or sets the background color for group headers inside the column options menu.
267
+ */
268
+ get columnOptionsGroupHeaderBackground() {
269
+ return brushToString(this.i.cu);
270
+ }
271
+ set columnOptionsGroupHeaderBackground(v) {
272
+ this.i.cu = stringToBrush(v);
273
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.cu));
274
+ }
275
+ /**
276
+ * Gets or sets the text color for group headers inside the column options menu.
277
+ */
278
+ get columnOptionsGroupHeaderTextColor() {
279
+ return brushToString(this.i.cv);
280
+ }
281
+ set columnOptionsGroupHeaderTextColor(v) {
282
+ this.i.cv = stringToBrush(v);
283
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.cv));
284
+ }
285
+ /**
286
+ * Gets or sets the font settings for group header text inside the column options menu.
287
+ */
288
+ get columnOptionsGroupHeaderTextStyle() {
289
+ if (this.i.aa == null) {
290
+ return null;
291
+ }
292
+ return this.i.aa.fontString;
293
+ }
294
+ set columnOptionsGroupHeaderTextStyle(v) {
295
+ let fi = new FontInfo();
296
+ fi.fontString = v;
297
+ this.i.aa = fi;
298
+ this._a("columnOptionsGroupHeaderTextStyle", this.i.aa != null ? this.i.aa.fontString : "");
299
+ }
300
+ get columnOptionsAccentColor() {
301
+ return brushToString(this.i.cs);
302
+ }
303
+ set columnOptionsAccentColor(v) {
304
+ this.i.cs = stringToBrush(v);
305
+ this._a("columnOptionsAccentColor", brushToString(this.i.cs));
306
+ }
307
+ /**
308
+ * Gets or sets the row height for submenus inside the column options menu.
309
+ */
310
+ get columnOptionsRowHeight() {
311
+ return this.i.ax;
312
+ }
313
+ set columnOptionsRowHeight(v) {
314
+ this.i.ax = +v;
315
+ this._a("columnOptionsRowHeight", this.i.ax);
188
316
  }
189
317
  get isOpen() {
190
- return this.i.ac;
318
+ return this.i.aj;
191
319
  }
192
320
  get commandCompleted() {
193
321
  return this.i.commandCompleted;
@@ -263,16 +391,16 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
263
391
  this._inStyling = false;
264
392
  }
265
393
  notifySizeChanged(width, height) {
266
- this.i.be(width, height);
394
+ this.i.b1(width, height);
267
395
  }
268
396
  notifyCellSizeChanged() {
269
- this.i.bd();
397
+ this.i.b0();
270
398
  }
271
399
  showIcon() {
272
- this.i.br();
400
+ this.i.ce();
273
401
  }
274
402
  hideIcon() {
275
- this.i.bb();
403
+ this.i.by();
276
404
  }
277
405
  getDesiredToolbarActions() {
278
406
  let iv = this.i.getDesiredToolbarActions();
@@ -178,10 +178,10 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
178
178
  }
179
179
  }
180
180
  get pagerText() {
181
- return this.i.a9;
181
+ return this.i.bb;
182
182
  }
183
183
  set pagerText(v) {
184
- this.i.a9 = v;
184
+ this.i.bb = v;
185
185
  }
186
186
  /**
187
187
  * Gets or sets the page size.
@@ -231,12 +231,32 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
231
231
  /**
232
232
  * Gets or sets the background color to use.
233
233
  */
234
+ get actualBackground() {
235
+ return brushToString(this.i.cg);
236
+ }
237
+ set actualBackground(v) {
238
+ this.i.cg = stringToBrush(v);
239
+ this._a("actualBackground", brushToString(this.i.cg));
240
+ }
241
+ /**
242
+ * Gets or sets the background color to use.
243
+ */
234
244
  get background() {
235
- return brushToString(this.i.ca);
245
+ return brushToString(this.i.ci);
236
246
  }
237
247
  set background(v) {
238
- this.i.ca = stringToBrush(v);
239
- this._a("background", brushToString(this.i.ca));
248
+ this.i.ci = stringToBrush(v);
249
+ this._a("background", brushToString(this.i.ci));
250
+ }
251
+ /**
252
+ * Gets or sets the border color around the grid.
253
+ */
254
+ get actualBorder() {
255
+ return brushToString(this.i.ch);
256
+ }
257
+ set actualBorder(v) {
258
+ this.i.ch = stringToBrush(v);
259
+ this._a("actualBorder", brushToString(this.i.ch));
240
260
  }
241
261
  /**
242
262
  * Gets or sets the border color around the grid.
@@ -310,16 +330,16 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
310
330
  this._inStyling = false;
311
331
  }
312
332
  nextPage() {
313
- this.i.bn();
333
+ this.i.bp();
314
334
  }
315
335
  previousPage() {
316
- this.i.by();
336
+ this.i.b0();
317
337
  }
318
338
  firstPage() {
319
- this.i.bk();
339
+ this.i.bm();
320
340
  }
321
341
  lastPage() {
322
- this.i.bm();
342
+ this.i.bo();
323
343
  }
324
344
  provideContainer(container) {
325
345
  this.i.provideContainer(container);
@@ -337,7 +357,7 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
337
357
 
338
358
  */
339
359
  exportSerializedVisualModel() {
340
- let iv = this.i.az();
360
+ let iv = this.i.a1();
341
361
  return (iv);
342
362
  }
343
363
  /**
@@ -22,56 +22,56 @@ export class IgcDateTimeCellInfo extends IgcCellInfo {
22
22
  * Sets or gets the DateTime value for the cell.
23
23
  */
24
24
  get dateTimeValue() {
25
- return this.i.oa;
25
+ return this.i.ob;
26
26
  }
27
27
  set dateTimeValue(v) {
28
- this.i.oa = v;
28
+ this.i.ob = v;
29
29
  }
30
30
  /**
31
31
  * The format string to apply to the value
32
32
  */
33
33
  get formatStringOverride() {
34
- return this.i.or;
34
+ return this.i.os;
35
35
  }
36
36
  set formatStringOverride(v) {
37
- this.i.or = v;
37
+ this.i.os = v;
38
38
  }
39
39
  get formatSpecifiers() {
40
- return this.i.n1;
40
+ return this.i.n2;
41
41
  }
42
42
  set formatSpecifiers(v) {
43
43
  if (v && !Array.isArray(v) && typeof (v) == "string") {
44
44
  const re = /\s*(?:,|\s|$)\s*/gm;
45
45
  v = v.split(re);
46
46
  }
47
- this.i.n1 = v;
47
+ this.i.n2 = v;
48
48
  }
49
49
  /**
50
50
  * The format options to apply to the value
51
51
  */
52
52
  get formatOverride() {
53
- return this.i.ok;
53
+ return this.i.ol;
54
54
  }
55
55
  set formatOverride(v) {
56
- this.i.ok = v;
56
+ this.i.ol = v;
57
57
  }
58
58
  /**
59
59
  * Sets or gets the simple DateTimeFormat to use for the cell.
60
60
  */
61
61
  get dateTimeFormat() {
62
- return this.i.n6;
62
+ return this.i.n7;
63
63
  }
64
64
  set dateTimeFormat(v) {
65
- this.i.n6 = ensureEnum(DateTimeFormats_$type, v);
65
+ this.i.n7 = ensureEnum(DateTimeFormats_$type, v);
66
66
  }
67
67
  /**
68
68
  * Sets or gets whether the value to use is a DateTimeOffset value.
69
69
  */
70
70
  get isOffsetValue() {
71
- return this.i.n8;
71
+ return this.i.n9;
72
72
  }
73
73
  set isOffsetValue(v) {
74
- this.i.n8 = ensureBool(v);
74
+ this.i.n9 = ensureBool(v);
75
75
  }
76
76
  findByName(name) {
77
77
  var baseResult = super.findByName(name);