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
@@ -90,6 +90,8 @@ import { FilterComparisonType } from "./FilterComparisonType";
90
90
  import { IgcGridCustomFilterRequestedEventArgs } from "./igc-grid-custom-filter-requested-event-args";
91
91
  import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
92
92
  import { IgcDataSourceRootSummariesChangedEventArgs } from "igniteui-webcomponents-core";
93
+ import { BaseControlTheme } from "igniteui-webcomponents-core";
94
+ import { IgcDataBindingEventArgs } from './igc-data-binding-event-args';
93
95
  export declare class IgcDataGridComponent extends IgcHTMLElement {
94
96
  contentColumns: IgcDataGridColumnComponent[];
95
97
  /**
@@ -122,6 +124,8 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
122
124
  get useAccessibility(): boolean;
123
125
  private _setScrollbarStyle;
124
126
  private _setScrollbarColor;
127
+ private _moveFocusNext;
128
+ private _moveFocusPrevious;
125
129
  private _columnsAdapter;
126
130
  protected createImplementation(): DataGrid;
127
131
  protected _implementation: any;
@@ -236,8 +240,13 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
236
240
  protected static _isElementRegistered: boolean;
237
241
  static register(): void;
238
242
  /**
239
- * Gets or sets the type of column resizing to use.
243
+ * Gets or sets the base theme used by the grid.
240
244
  */
245
+ get theme(): BaseControlTheme;
246
+ set theme(v: BaseControlTheme);
247
+ /**
248
+ * Gets or sets the type of column resizing to use.
249
+ */
241
250
  get columnResizingMode(): ColumnResizingMode;
242
251
  set columnResizingMode(v: ColumnResizingMode);
243
252
  /**
@@ -516,6 +525,8 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
516
525
  */
517
526
  get isColumnOptionsEnabled(): boolean;
518
527
  set isColumnOptionsEnabled(v: boolean);
528
+ get useNewerColumnOptionsMenu(): boolean;
529
+ set useNewerColumnOptionsMenu(v: boolean);
519
530
  /**
520
531
  * Gets or sets if group rows will stick to the top of the grid.
521
532
  */
@@ -778,6 +789,11 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
778
789
  */
779
790
  get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
780
791
  set columnOptionsIconBehavior(v: ColumnOptionsIconBehavior);
792
+ /**
793
+ * Gets the actual border color around the grid.
794
+ */
795
+ get actualBorder(): string;
796
+ set actualBorder(v: string);
781
797
  /**
782
798
  * Gets or sets the border color around the grid.
783
799
  */
@@ -830,6 +846,16 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
830
846
  */
831
847
  get stopPropagation(): boolean;
832
848
  set stopPropagation(v: boolean);
849
+ /**
850
+ * Gets the actual background for the grid.
851
+ */
852
+ get actualBackground(): string;
853
+ set actualBackground(v: string);
854
+ /**
855
+ * Gets or sets the background for the grid.
856
+ */
857
+ get background(): string;
858
+ set background(v: string);
833
859
  private _responsiveStates;
834
860
  /**
835
861
  * A set of states that can be applied to the columns of the grid based on available space.
@@ -1062,8 +1088,67 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
1062
1088
  */
1063
1089
  get scrollbarBackground(): string;
1064
1090
  set scrollbarBackground(v: string);
1091
+ /**
1092
+ * Gets or sets the column options dropdown background color.
1093
+ */
1094
+ get columnOptionsBackground(): string;
1095
+ set columnOptionsBackground(v: string);
1096
+ /**
1097
+ * Gets or sets the text color for text inside the column options menu.
1098
+ */
1099
+ get columnOptionsTextColor(): string;
1100
+ set columnOptionsTextColor(v: string);
1101
+ /**
1102
+ * Gets or sets the font settings for text inside the column options menu.
1103
+ */
1104
+ get columnOptionsTextStyle(): string;
1105
+ set columnOptionsTextStyle(v: string);
1106
+ /**
1107
+ * Gets or sets the hover background color inside the column options menu.
1108
+ */
1109
+ get columnOptionsHoverBackgroundColor(): string;
1110
+ set columnOptionsHoverBackgroundColor(v: string);
1111
+ /**
1112
+ * Gets or sets the tooltip background color inside the column options menu.
1113
+ */
1114
+ get columnOptionsToolTipBackgroundColor(): string;
1115
+ set columnOptionsToolTipBackgroundColor(v: string);
1116
+ /**
1117
+ * Gets or sets the highlight color inside the column options menu.
1118
+ */
1119
+ get columnOptionsHighlightColor(): string;
1120
+ set columnOptionsHighlightColor(v: string);
1121
+ /**
1122
+ * Gets or sets the color of separators inside the column options menu.
1123
+ */
1124
+ get columnOptionsSeparatorColor(): string;
1125
+ set columnOptionsSeparatorColor(v: string);
1126
+ /**
1127
+ * Gets or sets the background color for group headers inside the column options menu.
1128
+ */
1129
+ get columnOptionsGroupHeaderBackground(): string;
1130
+ set columnOptionsGroupHeaderBackground(v: string);
1131
+ /**
1132
+ * Gets or sets the text color for group headers inside the column options menu.
1133
+ */
1134
+ get columnOptionsGroupHeaderTextColor(): string;
1135
+ set columnOptionsGroupHeaderTextColor(v: string);
1136
+ /**
1137
+ * Gets or sets the font settings for group header text inside the column options menu.
1138
+ */
1139
+ get columnOptionsGroupHeaderTextStyle(): string;
1140
+ set columnOptionsGroupHeaderTextStyle(v: string);
1141
+ get columnOptionsAccentColor(): string;
1142
+ set columnOptionsAccentColor(v: string);
1143
+ /**
1144
+ * Gets or sets the row height for submenus inside the column options menu.
1145
+ */
1146
+ get columnOptionsRowHeight(): number;
1147
+ set columnOptionsRowHeight(v: number);
1065
1148
  get allowCopyOperation(): boolean;
1066
1149
  set allowCopyOperation(v: boolean);
1150
+ get maxSelectedCellRanges(): number;
1151
+ set maxSelectedCellRanges(v: number);
1067
1152
  /**
1068
1153
  * Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
1069
1154
  */
@@ -1343,6 +1428,14 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
1343
1428
  */
1344
1429
  get cellClicked(): (s: IgcDataGridComponent, e: IgcDataGridCellEventArgs) => void;
1345
1430
  set cellClicked(ev: (s: IgcDataGridComponent, e: IgcDataGridCellEventArgs) => void);
1431
+ private _filterRowDataBinding;
1432
+ private _filterRowDataBinding_wrapped;
1433
+ get filterRowDataBinding(): (s: IgcDataGridComponent, e: IgcDataBindingEventArgs) => void;
1434
+ set filterRowDataBinding(ev: (s: IgcDataGridComponent, e: IgcDataBindingEventArgs) => void);
1435
+ private _filterRowDataBound;
1436
+ private _filterRowDataBound_wrapped;
1437
+ get filterRowDataBound(): (s: IgcDataGridComponent, e: IgcDataBindingEventArgs) => void;
1438
+ set filterRowDataBound(ev: (s: IgcDataGridComponent, e: IgcDataBindingEventArgs) => void);
1346
1439
  private _sortDescriptionsChanged;
1347
1440
  private _sortDescriptionsChanged_wrapped;
1348
1441
  /**
@@ -58,6 +58,63 @@ export declare class IgcDataGridFilterDialogComponent extends IgcHTMLElement {
58
58
  set iconColor(v: string);
59
59
  get viewSize(): number;
60
60
  set viewSize(v: number);
61
+ /**
62
+ * Gets or sets the column options dropdown background color.
63
+ */
64
+ get columnOptionsBackground(): string;
65
+ set columnOptionsBackground(v: string);
66
+ /**
67
+ * Gets or sets the text color for text inside the column options menu.
68
+ */
69
+ get columnOptionsTextColor(): string;
70
+ set columnOptionsTextColor(v: string);
71
+ /**
72
+ * Gets or sets the font settings for text inside the column options menu.
73
+ */
74
+ get columnOptionsTextStyle(): string;
75
+ set columnOptionsTextStyle(v: string);
76
+ /**
77
+ * Gets or sets the hover background color inside the column options menu.
78
+ */
79
+ get columnOptionsHoverBackgroundColor(): string;
80
+ set columnOptionsHoverBackgroundColor(v: string);
81
+ /**
82
+ * Gets or sets the tooltip background color inside the column options menu.
83
+ */
84
+ get columnOptionsToolTipBackgroundColor(): string;
85
+ set columnOptionsToolTipBackgroundColor(v: string);
86
+ /**
87
+ * Gets or sets the highlight color inside the column options menu.
88
+ */
89
+ get columnOptionsHighlightColor(): string;
90
+ set columnOptionsHighlightColor(v: string);
91
+ /**
92
+ * Gets or sets the color of separators inside the column options menu.
93
+ */
94
+ get columnOptionsSeparatorColor(): string;
95
+ set columnOptionsSeparatorColor(v: string);
96
+ /**
97
+ * Gets or sets the background color for group headers inside the column options menu.
98
+ */
99
+ get columnOptionsGroupHeaderBackground(): string;
100
+ set columnOptionsGroupHeaderBackground(v: string);
101
+ /**
102
+ * Gets or sets the text color for group headers inside the column options menu.
103
+ */
104
+ get columnOptionsGroupHeaderTextColor(): string;
105
+ set columnOptionsGroupHeaderTextColor(v: string);
106
+ /**
107
+ * Gets or sets the font settings for group header text inside the column options menu.
108
+ */
109
+ get columnOptionsGroupHeaderTextStyle(): string;
110
+ set columnOptionsGroupHeaderTextStyle(v: string);
111
+ get columnOptionsAccentColor(): string;
112
+ set columnOptionsAccentColor(v: string);
113
+ /**
114
+ * Gets or sets the row height for submenus inside the column options menu.
115
+ */
116
+ get columnOptionsRowHeight(): number;
117
+ set columnOptionsRowHeight(v: number);
61
118
  get isOpen(): boolean;
62
119
  get commandCompleted(): (arg1: ToolCommand) => void;
63
120
  set commandCompleted(v: (arg1: ToolCommand) => void);
@@ -72,11 +72,21 @@ export declare class IgcDataGridPagerComponent extends IgcHTMLElement {
72
72
  /**
73
73
  * Gets or sets the background color to use.
74
74
  */
75
+ get actualBackground(): string;
76
+ set actualBackground(v: string);
77
+ /**
78
+ * Gets or sets the background color to use.
79
+ */
75
80
  get background(): string;
76
81
  set background(v: string);
77
82
  /**
78
83
  * Gets or sets the border color around the grid.
79
84
  */
85
+ get actualBorder(): string;
86
+ set actualBorder(v: string);
87
+ /**
88
+ * Gets or sets the border color around the grid.
89
+ */
80
90
  get border(): string;
81
91
  set border(v: string);
82
92
  findByName(name: string): any;
@@ -1,6 +1,7 @@
1
1
  import { SortIndicatorStyle } from "./SortIndicatorStyle";
2
2
  import { ColumnOptionsIconAlignment } from "./ColumnOptionsIconAlignment";
3
3
  import { ColumnOptionsIconBehavior } from "./ColumnOptionsIconBehavior";
4
+ import { BaseControlTheme } from "igniteui-webcomponents-core";
4
5
  import { IgcTextCellInfo } from "./igc-text-cell-info";
5
6
  import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
6
7
  /**
@@ -35,4 +36,51 @@ export declare class IgcTextHeaderCellInfo extends IgcTextCellInfo {
35
36
  */
36
37
  get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
37
38
  set columnOptionsIconBehavior(v: ColumnOptionsIconBehavior);
39
+ /**
40
+ * Gets or sets the column options theme.
41
+ */
42
+ get columnOptionsTheme(): BaseControlTheme;
43
+ set columnOptionsTheme(v: BaseControlTheme);
44
+ /**
45
+ * Gets or sets the column options dropdown background color.
46
+ */
47
+ get columnOptionsBackground(): string;
48
+ set columnOptionsBackground(v: string);
49
+ /**
50
+ * Gets or sets the text color for text inside the column options menu.
51
+ */
52
+ get columnOptionsTextColor(): string;
53
+ set columnOptionsTextColor(v: string);
54
+ /**
55
+ * Gets or sets the font settings for text inside the column options menu.
56
+ */
57
+ get columnOptionsTextStyle(): string;
58
+ set columnOptionsTextStyle(v: string);
59
+ get columnOptionsHoverBackgroundColor(): string;
60
+ set columnOptionsHoverBackgroundColor(v: string);
61
+ get columnOptionsToolTipBackgroundColor(): string;
62
+ set columnOptionsToolTipBackgroundColor(v: string);
63
+ get columnOptionsHighlightColor(): string;
64
+ set columnOptionsHighlightColor(v: string);
65
+ /**
66
+ * Gets or sets the color of separators inside the column options menu.
67
+ */
68
+ get columnOptionsSeparatorColor(): string;
69
+ set columnOptionsSeparatorColor(v: string);
70
+ /**
71
+ * Gets or sets the background color for group headers inside the column options menu.
72
+ */
73
+ get columnOptionsGroupHeaderBackground(): string;
74
+ set columnOptionsGroupHeaderBackground(v: string);
75
+ /**
76
+ * Gets or sets the text color for group headers inside the column options menu.
77
+ */
78
+ get columnOptionsGroupHeaderTextColor(): string;
79
+ set columnOptionsGroupHeaderTextColor(v: string);
80
+ get columnOptionsGroupHeaderTextStyle(): string;
81
+ set columnOptionsGroupHeaderTextStyle(v: string);
82
+ get columnOptionsAccentColor(): string;
83
+ set columnOptionsAccentColor(v: string);
84
+ get columnOptionsRowHeight(): number;
85
+ set columnOptionsRowHeight(v: number);
38
86
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-data-grids",
3
- "version": "7.1.0-alpha.0",
3
+ "version": "7.1.0-alpha.2",
4
4
  "description": "Ignite UI Web Components data grid components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-data-grids",
6
6
  "keywords": [
@@ -18,9 +18,9 @@
18
18
  "tslib": "^2.3.1"
19
19
  },
20
20
  "peerDependencies": {
21
- "igniteui-webcomponents-core": "7.1.0-alpha.0",
22
- "igniteui-webcomponents-layouts": "7.1.0-alpha.0",
23
- "igniteui-webcomponents-inputs": "7.1.0-alpha.0"
21
+ "igniteui-webcomponents-core": "7.1.0-alpha.2",
22
+ "igniteui-webcomponents-layouts": "7.1.0-alpha.2",
23
+ "igniteui-webcomponents-inputs": "7.1.0-alpha.2"
24
24
  },
25
25
  "sideEffects": [
26
26
  "./grids/combined.js"
package/public_api.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from './lib/igc-checkbox-list-module';
2
2
  export * from './lib/igc-checkbox-list-component';
3
3
  export * from './lib/CheckboxListView';
4
+ export * from './lib/ICheckboxListView';
4
5
  export * from './lib/CheckboxList';
5
6
  export * from './lib/CheckboxListKeysClearedEventArgs';
6
7
  export * from './lib/igc-checkbox-list-keys-cleared-event-args';
@@ -315,6 +316,7 @@ export * from './lib/GridAnimationManager';
315
316
  export * from './lib/GridAnimationManagerAnimationCreatedEventArgs';
316
317
  export * from './lib/GridAnimationManagerAnimationCompletedEventArgs';
317
318
  export * from './lib/GridAnimationManagerAnimationCanceledEventArgs';
319
+ export * from './lib/GridIconRepository';
318
320
  export * from './lib/igc-grid-conditional-style-collection';
319
321
  export * from './lib/GridConditionalStyleCollection';
320
322
  export * from './lib/igc-grid-conditional-style-property-collection';
@@ -345,6 +347,7 @@ export * from './lib/GridColumnSpacer';
345
347
  export * from './lib/GridColumnSpacerCollection';
346
348
  export * from './lib/GridEffectGroup';
347
349
  export * from './lib/GridStyleRepository';
350
+ export * from './lib/GridStyleRepositoryKeys';
348
351
  export * from './lib/HoverManager';
349
352
  export * from './lib/IColumnGrouping';
350
353
  export * from './lib/IDataGridComponent';