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
@@ -21,11 +21,11 @@ export declare class GridSortIndicatorView extends Base {
21
21
  t(): void;
22
22
  u(): void;
23
23
  private n;
24
- private v;
25
- private o;
26
24
  private w;
27
- private p;
25
+ private o;
28
26
  private x;
27
+ private p;
28
+ private y;
29
29
  m: DomWrapper;
30
30
  private c;
31
31
  private l;
@@ -37,7 +37,8 @@ export declare class GridSortIndicatorView extends Base {
37
37
  private j;
38
38
  s(a: number, b: number): void;
39
39
  q(): void;
40
- y(): Brush;
40
+ z(): Brush;
41
+ v(a: boolean): void;
41
42
  }
42
43
  /**
43
44
  * @hidden
@@ -1,97 +1,37 @@
1
1
  import { Base, Type } from "igniteui-webcomponents-core";
2
- import { Brush } from "igniteui-webcomponents-core";
3
- import { FontInfo } from "igniteui-webcomponents-core";
4
2
  import { ColumnOptionsIconAlignment } from "./ColumnOptionsIconAlignment";
5
3
  import { ColumnOptionsIconBehavior } from "./ColumnOptionsIconBehavior";
6
4
  import { Thickness } from "igniteui-webcomponents-core";
7
5
  import { CornerRadius } from "igniteui-webcomponents-core";
6
+ import { Brush } from "igniteui-webcomponents-core";
7
+ import { GridStyleRepositoryKeys } from "./GridStyleRepositoryKeys";
8
+ import { FontInfo } from "igniteui-webcomponents-core";
9
+ import { BaseControlTheme } from "igniteui-webcomponents-core";
8
10
  /**
9
11
  * @hidden
10
12
  */
11
13
  export declare class GridStyleRepository extends Base {
12
14
  static $t: Type;
13
- private static at;
14
- static get bo(): Brush;
15
- private static av;
16
- static get bq(): Brush;
17
- private static an;
18
- static get bi(): Brush;
19
- private static ad;
20
- static get a8(): Brush;
21
- private static ab;
22
- static get a6(): Brush;
23
- private static ax;
24
- static get bs(): Brush;
25
- private static ay;
26
- static get bt(): Brush;
27
- private static v;
28
- static get a0(): Brush;
29
- private static w;
30
- static get a1(): Brush;
15
+ static j: number;
16
+ static get a(): ColumnOptionsIconAlignment;
17
+ static get b(): ColumnOptionsIconBehavior;
18
+ static get l(): number;
19
+ static get m(): number;
20
+ static get k(): number;
31
21
  private static u;
32
- static get az(): Brush;
33
- private static h;
34
- static get n(): FontInfo;
35
- private static c;
36
- static get i(): FontInfo;
37
- private static g;
38
- static get m(): FontInfo;
39
- static o: number;
40
- private static d;
41
- static get j(): FontInfo;
22
+ static get v(): Thickness;
23
+ private static o;
24
+ static get p(): CornerRadius;
42
25
  private static e;
43
- static get l(): FontInfo;
44
26
  private static f;
45
- static get k(): FontInfo;
46
- private static al;
47
- static get bg(): Brush;
48
- private static x;
49
- static get a2(): Brush;
50
- private static ac;
51
- static get a7(): Brush;
52
- private static as;
53
- static get bn(): Brush;
54
- private static aw;
55
- static get br(): Brush;
56
- private static au;
57
- static get bp(): Brush;
58
- private static aj;
59
- static get be(): Brush;
60
- private static ai;
61
- static get bd(): Brush;
62
- private static am;
63
- static get bh(): Brush;
64
- private static af;
65
- static get ba(): Brush;
66
- private static ah;
67
- static get bc(): Brush;
68
- private static ak;
69
- static get bf(): Brush;
70
- private static ao;
71
- static get bj(): Brush;
72
- private static ap;
73
- static get bk(): Brush;
74
- private static z;
75
- static get a4(): Brush;
76
- private static ag;
77
- static get bb(): Brush;
78
- private static ae;
79
- static get a9(): Brush;
80
- private static aa;
81
- static get a5(): Brush;
82
- static get a(): ColumnOptionsIconAlignment;
83
- static get b(): ColumnOptionsIconBehavior;
84
- static get q(): number;
85
- static get r(): number;
86
- static get p(): number;
87
- private static y;
88
- static get a3(): Brush;
89
- private static bu;
90
- static get bv(): Thickness;
91
- private static s;
92
- static get t(): CornerRadius;
93
- private static ar;
94
- static get bm(): Brush;
95
- private static aq;
96
- static get bl(): Brush;
27
+ private static g;
28
+ private static i;
29
+ private static h;
30
+ static n(): void;
31
+ private static c;
32
+ private static q;
33
+ private static r;
34
+ static get t(): Brush;
35
+ static s(a: BaseControlTheme, b: GridStyleRepositoryKeys): Brush;
36
+ static d(a: BaseControlTheme, b: GridStyleRepositoryKeys): FontInfo;
97
37
  }
@@ -0,0 +1,48 @@
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare const enum GridStyleRepositoryKeys {
6
+ HeaderSeparatorColorKey = 0,
7
+ RowSeparatorColorKey = 1,
8
+ StickyRowSeparatorColorKey = 2,
9
+ LastStickyRowSeparatorColorKey = 3,
10
+ HeaderRowSeparatorColorKey = 4,
11
+ CellDeleteTextColorKey = 5,
12
+ CellTextColorKey = 6,
13
+ BarColorKey = 7,
14
+ BarOutlineColorKey = 8,
15
+ ActivationBorderColorKey = 9,
16
+ CellSelectedBackgroundColorKey = 10,
17
+ CellBackgroundColorKey = 11,
18
+ CellHoverBackgroundColorKey = 12,
19
+ HeaderBackgroundColorKey = 13,
20
+ SortIndicatorColorKey = 14,
21
+ HeaderTextColorKey = 15,
22
+ SectionHeaderBackgroundColorKey = 16,
23
+ SectionFooterBackgroundColorKey = 17,
24
+ StickyRowBackgroundColorKey = 18,
25
+ PinnedRowBackgroundColorKey = 19,
26
+ RootSummaryCellBackgroundColorKey = 20,
27
+ SectionSummaryCellBackgroundColorKey = 21,
28
+ SummaryLabelTextColorKey = 22,
29
+ SummaryValueTextColorKey = 23,
30
+ ColumnMoveSeparatorBackgroundColorKey = 24,
31
+ ResizeSeparatorBackgroundColorKey = 25,
32
+ PinnedAreaSeparatorBackgroundColorKey = 26,
33
+ ColumnOptionsIconColorKey = 27,
34
+ GridBorderColorKey = 28,
35
+ GridBackgroundColorKey = 29,
36
+ CellErrorBorderColorKey = 30,
37
+ EditorRowOverlayBackgroundColorKey = 31,
38
+ CellFontKey = 32,
39
+ EmojiFontKey = 33,
40
+ CellEditFontKey = 34,
41
+ HeaderCellFontKey = 35,
42
+ SummaryValueFontKey = 36,
43
+ SummaryNameFontKey = 37
44
+ }
45
+ /**
46
+ * @hidden
47
+ */
48
+ export declare let GridStyleRepositoryKeys_$type: Type;
@@ -0,0 +1,38 @@
1
+ import { CheckboxList } from "./CheckboxList";
2
+ import { Type } from "igniteui-webcomponents-core";
3
+ import { FontInfo } from "igniteui-webcomponents-core";
4
+ import { DataTemplate } from "igniteui-webcomponents-core";
5
+ import { Thickness } from "igniteui-webcomponents-core";
6
+ /**
7
+ * @hidden
8
+ */
9
+ export interface ICheckboxListView {
10
+ setSelectionAllRowsInView(a: boolean): void;
11
+ setSelection(a: number, b: boolean): void;
12
+ notifySizeChanged(): void;
13
+ provideSelectAllSection(a: any): void;
14
+ onContainerProvided(a: any): void;
15
+ onTemplateProvided(a: any, b: number, c: boolean): void;
16
+ onTextTemplateProvided(a: any, b: number, c: string, d: string, e: FontInfo, f: string, g: number, h: any, i: DataTemplate, j: any, k: string): void;
17
+ verifySelectAllCheckBox(a: boolean): void;
18
+ verifySelectAllCaptionUI(): void;
19
+ verifySelectAllVisibilty(): void;
20
+ setGridHeight(): void;
21
+ verifyFilterVisibilty(): void;
22
+ updateSelectAllFont(): void;
23
+ verifyColors(): void;
24
+ updateIconColor(): void;
25
+ updateCheckboxStyle(): void;
26
+ updateCheckboxDensity(): void;
27
+ updateCheckboxTheme(): void;
28
+ clearPools(): void;
29
+ updateHRMargin(a: Thickness): void;
30
+ provideHrElement(a: any): void;
31
+ refresh(): void;
32
+ onInit(): void;
33
+ model: CheckboxList;
34
+ }
35
+ /**
36
+ * @hidden
37
+ */
38
+ export declare let ICheckboxListView_$type: Type;
@@ -10,25 +10,25 @@ import { ImageStretchOptions } from "./ImageStretchOptions";
10
10
  */
11
11
  export declare class ImageCell extends GridCellBase {
12
12
  static $t: Type;
13
- private d1;
14
- private dv;
13
+ private d2;
15
14
  private dw;
16
- private d3;
17
15
  private dx;
16
+ private d4;
18
17
  private dy;
19
- private d0;
20
- get d2(): DomWrapper;
21
- get dz(): number;
22
- set dz(a: number);
18
+ private dz;
19
+ private d1;
20
+ get d3(): DomWrapper;
21
+ get d0(): number;
22
+ set d0(a: number);
23
23
  constructor(a: DomRenderer);
24
+ private d7;
25
+ d8(a: string, b: ImageResourceType): void;
24
26
  private d6;
25
- d7(a: string, b: ImageResourceType): void;
26
- private d5;
27
- ea(a: ImageStretchOptions): void;
28
- private eb;
29
- d4(): void;
30
- d8(a: CellContentHorizontalAlignment): void;
31
- d9(a: CellContentVerticalAlignment): void;
27
+ eb(a: ImageStretchOptions): void;
28
+ private ec;
29
+ d5(): void;
30
+ d9(a: CellContentHorizontalAlignment): void;
31
+ ea(a: CellContentVerticalAlignment): void;
32
32
  protected get_ae(): boolean;
33
33
  protected ck(a: string, b: any, c: any): void;
34
34
  }
@@ -1,14 +1,16 @@
1
1
  import { GridCellBase } from "./GridCellBase";
2
2
  import { DomWrapper, DomRenderer } from "igniteui-webcomponents-core";
3
+ import { FontInfo } from "igniteui-webcomponents-core";
3
4
  import { Type } from "igniteui-webcomponents-core";
4
5
  /**
5
6
  * @hidden
6
7
  */
7
8
  export declare class SectionHeaderCell extends GridCellBase {
8
9
  static $t: Type;
9
- private dv;
10
- get dw(): DomWrapper;
10
+ private dw;
11
+ get dx(): DomWrapper;
11
12
  constructor(a: DomRenderer);
13
+ c0(a: DomWrapper, b: FontInfo): void;
12
14
  protected get_ae(): boolean;
13
15
  protected ck(a: string, b: any, c: any): void;
14
16
  }
@@ -1,20 +1,22 @@
1
1
  import { GridCellBase } from "./GridCellBase";
2
2
  import { DomWrapper, DomRenderer } from "igniteui-webcomponents-core";
3
+ import { FontInfo } from "igniteui-webcomponents-core";
3
4
  import { Type } from "igniteui-webcomponents-core";
4
5
  /**
5
6
  * @hidden
6
7
  */
7
8
  export declare class SummaryCell extends GridCellBase {
8
9
  static $t: Type;
9
- private dv;
10
- get dy(): DomWrapper;
11
10
  private dw;
12
11
  get dz(): DomWrapper;
13
12
  private dx;
13
+ get d0(): DomWrapper;
14
+ private dy;
15
+ private d2;
16
+ dc(a: number, b: number): void;
14
17
  private d1;
15
- db(a: number, b: number): void;
16
- private d0;
17
18
  c1(a: number, b: number): void;
19
+ c0(a: DomWrapper, b: FontInfo): void;
18
20
  constructor(a: DomRenderer);
19
21
  protected get_ae(): boolean;
20
22
  protected ck(a: string, b: any, c: any): void;
@@ -7,11 +7,11 @@ import { Type } from "igniteui-webcomponents-core";
7
7
  */
8
8
  export declare class TemplateCell extends GridCellBase {
9
9
  static $t: Type;
10
- private dv;
11
- get dw(): TemplateCellContainer;
10
+ private dw;
11
+ get dx(): TemplateCellContainer;
12
12
  constructor(a: DomRenderer);
13
13
  protected get_ae(): boolean;
14
14
  protected ck(a: string, b: any, c: any): void;
15
15
  b9(): void;
16
- private dx;
16
+ private dy;
17
17
  }
@@ -12,8 +12,8 @@ export declare class TemplateHeader extends Header {
12
12
  static $t: Type;
13
13
  constructor();
14
14
  protected n(a: CellPath): CellModel;
15
- protected d3(a: CellPath, b: DataGrid, c: any): string;
16
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
17
- hr(a: TemplateHeaderCellModel, b: any): void;
15
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
16
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
17
+ ht(a: TemplateHeaderCellModel, b: any): void;
18
18
  cellUpdating: (sender: any, args: TemplateHeaderCellUpdatingEventArgs) => void;
19
19
  }
@@ -7,8 +7,8 @@ import { Type } from "igniteui-webcomponents-core";
7
7
  */
8
8
  export declare class TemplateHeaderCell extends GridCellBase {
9
9
  static $t: Type;
10
- private dv;
11
- get dw(): TemplateCellContainer;
10
+ private dw;
11
+ get dx(): TemplateCellContainer;
12
12
  constructor(a: DomRenderer);
13
13
  protected get_ac(): boolean;
14
14
  }
@@ -6,12 +6,12 @@ import { CellModelExport } from "./CellModelExport";
6
6
  */
7
7
  export declare class TemplateHeaderCellModel extends TemplateCellModel {
8
8
  static $t: Type;
9
- static readonly n6: number;
10
- private n4;
11
- get n5(): boolean;
12
- set n5(a: boolean);
13
- mo(a: string, b: any): void;
14
- l0(a: string): Type;
15
- id(a: string): any;
9
+ static readonly n7: number;
10
+ private n5;
11
+ get n6(): boolean;
12
+ set n6(a: boolean);
13
+ mp(a: string, b: any): void;
14
+ l1(a: string): Type;
15
+ ie(a: string): any;
16
16
  b(a: CellModelExport): CellModelExport;
17
17
  }
@@ -10,8 +10,8 @@ import { TemplateSectionHeaderCellUpdatingEventArgs } from "./TemplateSectionHea
10
10
  */
11
11
  export declare class TemplateSectionHeader extends SectionHeader {
12
12
  static $t: Type;
13
- protected d3(a: CellPath, b: DataGrid, c: any): string;
13
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
14
14
  protected n(a: CellPath): CellModel;
15
- hv(a: TemplateSectionHeaderCellModel, b: any): void;
15
+ hx(a: TemplateSectionHeaderCellModel, b: any): void;
16
16
  cellUpdating: (sender: any, args: TemplateSectionHeaderCellUpdatingEventArgs) => void;
17
17
  }
package/lib/TextCell.d.ts CHANGED
@@ -7,11 +7,11 @@ import { FontInfo } from "igniteui-webcomponents-core";
7
7
  */
8
8
  export declare class TextCell extends GridCellBase {
9
9
  static $t: Type;
10
- private dv;
11
- get dw(): DomWrapper;
10
+ private dw;
11
+ get dx(): DomWrapper;
12
+ private dz;
13
+ dc(a: number, b: number): void;
12
14
  private dy;
13
- db(a: number, b: number): void;
14
- private dx;
15
15
  c1(a: number, b: number): void;
16
16
  constructor(a: DomRenderer);
17
17
  c0(a: DomWrapper, b: FontInfo): void;
@@ -8,49 +8,51 @@ import { ICellActionManager } from "./ICellActionManager";
8
8
  import { Type } from "igniteui-webcomponents-core";
9
9
  import { FontInfo } from "igniteui-webcomponents-core";
10
10
  import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
11
+ import { BaseControlTheme } from "igniteui-webcomponents-core";
11
12
  /**
12
13
  * @hidden
13
14
  */
14
15
  export declare class TextHeaderCell extends GridCellBase {
15
16
  static $t: Type;
16
- private d6;
17
- private d2;
18
- private d0;
17
+ private d7;
18
+ private d3;
19
+ private d1;
20
+ private dx;
19
21
  private dw;
20
- private dv;
21
- get d9(): DomWrapper;
22
- get d3(): GridSortIndicator;
23
- get d1(): GridFilterDialog;
24
- private dy;
25
- get dz(): ColumnOptionsIconBehavior;
26
- set dz(a: ColumnOptionsIconBehavior);
27
- get dx(): ColumnOptionsIconAlignment;
28
- set dx(a: ColumnOptionsIconAlignment);
22
+ get ea(): DomWrapper;
23
+ get d4(): GridSortIndicator;
24
+ get d2(): GridFilterDialog;
25
+ private dz;
26
+ get d0(): ColumnOptionsIconBehavior;
27
+ set d0(a: ColumnOptionsIconBehavior);
28
+ get dy(): ColumnOptionsIconAlignment;
29
+ set dy(a: ColumnOptionsIconAlignment);
29
30
  protected af(a: ICellActionManager): boolean;
30
- private d8;
31
+ private d9;
32
+ private ec;
33
+ dc(a: number, b: number): void;
31
34
  private eb;
32
- db(a: number, b: number): void;
33
- private ea;
34
35
  c1(a: number, b: number): void;
35
36
  c0(a: DomWrapper, b: FontInfo): void;
36
- protected dc(a: number, b: number, c: number, d: number): void;
37
+ protected dd(a: number, b: number, c: number, d: number): void;
37
38
  constructor(a: DomRenderer);
38
- private ee;
39
+ private ef;
40
+ private em;
39
41
  private el;
40
- private ek;
41
- private eg;
42
42
  private eh;
43
- private ef;
43
+ private ei;
44
+ private eg;
44
45
  ci(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
45
46
  c6(a: number, b: number, c: number, d: number): void;
47
+ private ek;
46
48
  private ej;
47
- private ei;
48
49
  protected ck(a: string, b: any, c: any): void;
49
- private d4;
50
+ private d5;
50
51
  onContactStarted(e_: NormalizedEvent, a: boolean): void;
51
52
  onContactCompleted(e_: NormalizedEvent, a: boolean): void;
52
53
  detach(): void;
54
+ da(a: BaseControlTheme): void;
53
55
  protected get_ac(): boolean;
54
- d7: DomWrapper;
55
- d5: boolean;
56
+ d8: DomWrapper;
57
+ d6: boolean;
56
58
  }
@@ -8,14 +8,14 @@ import { Type } from "igniteui-webcomponents-core";
8
8
  */
9
9
  export declare class VerticalSeparatorCell extends GridCellBase {
10
10
  static $t: Type;
11
- private dw;
12
- private dv;
13
11
  private dx;
12
+ private dw;
14
13
  private dy;
14
+ private dz;
15
15
  constructor(a: DomRenderer);
16
16
  cx(a: Brush, b: number, c: number, d: number, e: number): void;
17
- db(a: number, b: number): void;
17
+ dc(a: number, b: number): void;
18
18
  cw(a: Color): void;
19
+ private d1;
19
20
  private d0;
20
- private dz;
21
21
  }
@@ -34,6 +34,10 @@ export declare abstract class IgcCellInfo {
34
34
  */
35
35
  get dataRow(): number;
36
36
  set dataRow(v: number);
37
+ /**
38
+ * Gets the column index for the current cell.
39
+ */
40
+ get columnIdx(): number;
37
41
  /**
38
42
  * Gets if the position of the cell is dirty.
39
43
  */
@@ -234,6 +234,83 @@ export declare abstract class IgcDataGridColumnComponent extends IgcDefinitionBa
234
234
  */
235
235
  get isColumnOptionsGroupingEnabled(): boolean;
236
236
  set isColumnOptionsGroupingEnabled(v: boolean);
237
+ /**
238
+ * Gets or sets the column options dropdown background color.
239
+ */
240
+ get actualColumnOptionsBackground(): string;
241
+ set actualColumnOptionsBackground(v: string);
242
+ /**
243
+ * Gets or sets the column options dropdown background color.
244
+ */
245
+ get columnOptionsBackground(): string;
246
+ set columnOptionsBackground(v: string);
247
+ /**
248
+ * Gets or sets the text color for text inside the column options menu.
249
+ */
250
+ get actualColumnOptionsTextColor(): string;
251
+ set actualColumnOptionsTextColor(v: string);
252
+ /**
253
+ * Gets or sets the text color for text inside the column options menu.
254
+ */
255
+ get columnOptionsTextColor(): string;
256
+ set columnOptionsTextColor(v: string);
257
+ /**
258
+ * Gets or sets the font settings for text inside the column options menu.
259
+ */
260
+ get columnOptionsTextStyle(): string;
261
+ set columnOptionsTextStyle(v: string);
262
+ get actualColumnOptionsHoverBackgroundColor(): string;
263
+ set actualColumnOptionsHoverBackgroundColor(v: string);
264
+ get columnOptionsHoverBackgroundColor(): string;
265
+ set columnOptionsHoverBackgroundColor(v: string);
266
+ get actualColumnOptionsToolTipBackgroundColor(): string;
267
+ set actualColumnOptionsToolTipBackgroundColor(v: string);
268
+ get columnOptionsToolTipBackgroundColor(): string;
269
+ set columnOptionsToolTipBackgroundColor(v: string);
270
+ get actualColumnOptionsHighlightColor(): string;
271
+ set actualColumnOptionsHighlightColor(v: string);
272
+ get columnOptionsHighlightColor(): string;
273
+ set columnOptionsHighlightColor(v: string);
274
+ /**
275
+ * Gets or sets the color of separators inside the column options menu.
276
+ */
277
+ get actualColumnOptionsSeparatorColor(): string;
278
+ set actualColumnOptionsSeparatorColor(v: string);
279
+ /**
280
+ * Gets or sets the color of separators inside the column options menu.
281
+ */
282
+ get columnOptionsSeparatorColor(): string;
283
+ set columnOptionsSeparatorColor(v: string);
284
+ /**
285
+ * Gets or sets the background color for group headers inside the column options menu.
286
+ */
287
+ get actualColumnOptionsGroupHeaderBackground(): string;
288
+ set actualColumnOptionsGroupHeaderBackground(v: string);
289
+ /**
290
+ * Gets or sets the background color for group headers inside the column options menu.
291
+ */
292
+ get columnOptionsGroupHeaderBackground(): string;
293
+ set columnOptionsGroupHeaderBackground(v: string);
294
+ /**
295
+ * Gets the actual text color for group headers inside the column options menu.
296
+ */
297
+ get actualColumnOptionsGroupHeaderTextColor(): string;
298
+ set actualColumnOptionsGroupHeaderTextColor(v: string);
299
+ /**
300
+ * Gets or sets the text color for group headers inside the column options menu.
301
+ */
302
+ get columnOptionsGroupHeaderTextColor(): string;
303
+ set columnOptionsGroupHeaderTextColor(v: string);
304
+ get columnOptionsGroupHeaderTextStyle(): string;
305
+ set columnOptionsGroupHeaderTextStyle(v: string);
306
+ get actualColumnOptionsAccentColor(): string;
307
+ set actualColumnOptionsAccentColor(v: string);
308
+ get columnOptionsAccentColor(): string;
309
+ set columnOptionsAccentColor(v: string);
310
+ get actualColumnOptionsRowHeight(): number;
311
+ set actualColumnOptionsRowHeight(v: number);
312
+ get columnOptionsRowHeight(): number;
313
+ set columnOptionsRowHeight(v: number);
237
314
  /**
238
315
  * Gets or sets if the column is editable.
239
316
  */