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
@@ -14,7 +14,15 @@ export declare enum ColumnOptionsIconAlignment {
14
14
  /**
15
15
  * The icon is aligned with the edge of the column but opposite the alignment of the header text.
16
16
  */
17
- Opposite = 2
17
+ Opposite = 2,
18
+ /**
19
+ * The icon is always aligned with the left edge of the column.
20
+ */
21
+ Left = 3,
22
+ /**
23
+ * The icon is always aligned with the right edge of the column.
24
+ */
25
+ Right = 4
18
26
  }
19
27
  /**
20
28
  * @hidden
@@ -6,6 +6,9 @@ export declare class DataGridLocaleEn {
6
6
  "Column_Move": string;
7
7
  "Column_Move_Left": string;
8
8
  "Column_Move_Right": string;
9
+ "Column_Options_Analyze": string;
10
+ "Column_Options_Sort_Ascending": string;
11
+ "Column_Options_Sort_Descending": string;
9
12
  "Column_Options_Summaries": string;
10
13
  "Column_Options_Summary_Average": string;
11
14
  "Column_Options_Summary_Count": string;
@@ -24,4 +24,5 @@ export declare class DataGridScrollerKeyboardListener extends Base implements IS
24
24
  onF2(): boolean;
25
25
  onSpace(a: boolean, b: boolean): boolean;
26
26
  onKeyDown(a: Key, b: boolean, c: boolean): boolean;
27
+ onGotFocus(a: boolean, b: boolean): void;
27
28
  }
@@ -9,83 +9,83 @@ import { DomRenderer, NormalizedEvent } from "igniteui-webcomponents-core";
9
9
  */
10
10
  export declare class EditorCell extends GridCellBase {
11
11
  static $t: Type;
12
- private d3;
12
+ private d4;
13
+ private eb;
13
14
  private ea;
14
- private d9;
15
+ private d1;
15
16
  private d0;
16
- private dz;
17
- private eq;
18
17
  private er;
19
18
  private es;
20
- private eb;
21
- private ee;
22
- private ei;
19
+ private et;
20
+ private ec;
23
21
  private ef;
24
- private dx;
25
- get dy(): DataSourceSchemaPropertyType;
26
- set dy(a: DataSourceSchemaPropertyType);
22
+ private ej;
23
+ private eg;
24
+ private dy;
25
+ get dz(): DataSourceSchemaPropertyType;
26
+ set dz(a: DataSourceSchemaPropertyType);
27
+ private ev;
28
+ get ex(): any;
29
+ set ex(a: any);
30
+ private ed;
31
+ get ee(): FontInfo;
32
+ set ee(a: FontInfo);
33
+ private d2;
34
+ get d3(): EditorType;
35
+ set d3(a: EditorType);
27
36
  private eu;
28
37
  get ew(): any;
29
38
  set ew(a: any);
30
- private ec;
31
- get ed(): FontInfo;
32
- set ed(a: FontInfo);
33
- private d1;
34
- get d2(): EditorType;
35
- set d2(a: EditorType);
36
- private et;
37
- get ev(): any;
38
- set ev(a: any);
39
- private ex;
40
- get e0(): string;
41
- set e0(a: string);
42
- private dv;
43
- get dw(): string[];
44
- set dw(a: string[]);
45
- private eg;
46
- get eo(): boolean;
47
- set eo(a: boolean);
48
39
  private ey;
49
- get e4(): string;
50
- set e4(a: string);
40
+ get e1(): string;
41
+ set e1(a: string);
42
+ private dw;
43
+ get dx(): string[];
44
+ set dx(a: string[]);
51
45
  private eh;
52
46
  get ep(): boolean;
53
47
  set ep(a: boolean);
54
- ek: boolean;
48
+ private ez;
49
+ get e5(): string;
50
+ set e5(a: string);
51
+ private ei;
52
+ get eq(): boolean;
53
+ set eq(a: boolean);
55
54
  el: boolean;
56
- ej: boolean;
55
+ em: boolean;
56
+ ek: boolean;
57
57
  constructor(a: DomRenderer);
58
+ private d9;
58
59
  private d8;
59
60
  private d7;
60
61
  private d6;
61
62
  private d5;
62
- private d4;
63
- private fn;
64
- private fb;
63
+ private fo;
65
64
  private fc;
66
- fq(a: boolean): void;
67
- protected fs(): void;
65
+ private fd;
66
+ fr(a: boolean): void;
67
+ protected ft(): void;
68
+ protected fh(): void;
69
+ protected fl(): void;
68
70
  protected fg(): void;
69
- protected fk(): void;
71
+ fm(): void;
70
72
  protected ff(): void;
71
- fl(): void;
72
- protected fe(): void;
73
- protected fh(): void;
74
- protected fp(): void;
75
- fu(a: string, b: number, c: number, d: number, e: number): void;
76
- private fv;
77
- fd(): void;
73
+ protected fi(): void;
74
+ protected fq(): void;
75
+ fv(a: string, b: number, c: number, d: number, e: number): void;
76
+ private fw;
77
+ fe(): void;
78
78
  cj(): void;
79
79
  b9(): void;
80
80
  protected ck(a: string, b: any, c: any): void;
81
- private ft;
82
- private fr;
81
+ private fu;
82
+ private fs;
83
+ private eo;
83
84
  private en;
84
- private em;
85
- private fo;
86
- private fm;
85
+ private fp;
86
+ private fn;
87
+ private fk;
87
88
  private fj;
88
- private fi;
89
89
  onContactStarted(a: NormalizedEvent, b: boolean): void;
90
90
  onContactCompleted(a: NormalizedEvent, b: boolean): void;
91
91
  onDoubleClick(a: NormalizedEvent): void;
@@ -12,69 +12,69 @@ import { DomRenderer } from "igniteui-webcomponents-core";
12
12
  */
13
13
  export declare class FilterCell extends GridCellBase {
14
14
  static $t: Type;
15
+ private ej;
16
+ private el;
17
+ private eh;
15
18
  private ei;
16
19
  private ek;
17
- private eg;
18
- private eh;
19
- private ej;
20
+ private ea;
20
21
  private d9;
21
- private d8;
22
- private dy;
22
+ private dz;
23
23
  constructor(a: DomRenderer);
24
- private d7;
25
- private fe;
26
- private e0;
27
- private e7;
28
- private e5;
29
- protected ck(a: string, b: any, c: any): void;
30
- cj(): void;
24
+ private d8;
31
25
  private ff;
32
- private e2;
33
- private fb;
34
- private d2;
35
- private fh;
36
- private ew;
37
- private ex;
38
- private fd;
26
+ private e1;
39
27
  private e8;
40
- private e3;
41
- private e4;
42
- private e9;
43
28
  private e6;
44
- fa(): void;
45
- private fc;
46
- private e1;
29
+ protected ck(a: string, b: any, c: any): void;
30
+ cj(): void;
47
31
  private fg;
48
- fi(a: number, b: number, c: number, d: number): void;
32
+ private e3;
33
+ private fc;
49
34
  private d3;
35
+ private fi;
36
+ private ex;
37
+ private ey;
38
+ private fe;
39
+ private e9;
40
+ private e4;
41
+ private e5;
42
+ private fa;
43
+ private e7;
44
+ fb(): void;
45
+ private fd;
46
+ private e2;
47
+ private fh;
48
+ fj(a: number, b: number, c: number, d: number): void;
49
+ private d4;
50
+ e0(): void;
50
51
  ez(): void;
51
- ey(): void;
52
- private static readonly en;
53
- private dz;
54
- private ea;
55
- private d6;
56
- private ed;
57
- get dx(): DataSourceSchemaPropertyType;
58
- set dx(a: DataSourceSchemaPropertyType);
52
+ private static readonly eo;
59
53
  private d0;
60
- get d1(): EditorType;
61
- set d1(a: EditorType);
62
- private ee;
63
- get ef(): boolean;
64
- set ef(a: boolean);
65
- private d4;
66
- get d5(): GridFilterOperandsCollection;
67
- set d5(a: GridFilterOperandsCollection);
68
54
  private eb;
69
- get ec(): FontInfo;
70
- set ec(a: FontInfo);
71
- private el;
72
- get em(): any;
73
- set em(a: any);
74
- private dv;
75
- get dw(): ColumnFilterCondition;
76
- set dw(a: ColumnFilterCondition);
77
- private fj;
78
- get fk(): Brush;
79
- set fk(a: Brush);
55
+ private d7;
56
+ private ee;
57
+ get dy(): DataSourceSchemaPropertyType;
58
+ set dy(a: DataSourceSchemaPropertyType);
59
+ private d1;
60
+ get d2(): EditorType;
61
+ set d2(a: EditorType);
62
+ private ef;
63
+ get eg(): boolean;
64
+ set eg(a: boolean);
65
+ private d5;
66
+ get d6(): GridFilterOperandsCollection;
67
+ set d6(a: GridFilterOperandsCollection);
68
+ private ec;
69
+ get ed(): FontInfo;
70
+ set ed(a: FontInfo);
71
+ private em;
72
+ get en(): any;
73
+ set en(a: any);
74
+ private dw;
75
+ get dx(): ColumnFilterCondition;
76
+ set dx(a: ColumnFilterCondition);
77
+ private fk;
78
+ get fl(): Brush;
79
+ set fl(a: Brush);
80
80
  }
@@ -11,6 +11,7 @@ import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
11
11
  import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
12
12
  import { Color } from "igniteui-webcomponents-core";
13
13
  import { CellModel } from "./CellModel";
14
+ import { BaseControlTheme } from "igniteui-webcomponents-core";
14
15
  /**
15
16
  * @hidden
16
17
  */
@@ -54,9 +55,9 @@ export declare class GridCellBase extends Base implements INativeCell {
54
55
  private bp;
55
56
  get b3(): string;
56
57
  set b3(a: string);
57
- private dp;
58
- get ds(): Brush;
59
- set ds(a: Brush);
58
+ private dq;
59
+ get dt(): Brush;
60
+ set dt(a: Brush);
60
61
  private m;
61
62
  get n(): FontInfo;
62
63
  set n(a: FontInfo);
@@ -68,15 +69,15 @@ export declare class GridCellBase extends Base implements INativeCell {
68
69
  private bn;
69
70
  get bv(): string;
70
71
  set bv(a: string);
72
+ private dp;
73
+ get ds(): Brush;
74
+ set ds(a: Brush);
71
75
  private dn;
72
76
  get dr(): Brush;
73
77
  set dr(a: Brush);
74
- private dm;
75
- get dq(): Brush;
76
- set dq(a: Brush);
77
- private dt;
78
- get du(): Rect;
79
- set du(a: Rect);
78
+ private du;
79
+ get dv(): Rect;
80
+ set dv(a: Rect);
80
81
  private al;
81
82
  private ap;
82
83
  private l;
@@ -103,7 +104,7 @@ export declare class GridCellBase extends Base implements INativeCell {
103
104
  private aw;
104
105
  private av;
105
106
  private at;
106
- private dl;
107
+ private dm;
107
108
  cx(a: Brush, b: number, c: number, d: number, e: number): void;
108
109
  protected get_ac(): boolean;
109
110
  get ac(): boolean;
@@ -114,8 +115,8 @@ export declare class GridCellBase extends Base implements INativeCell {
114
115
  private a4;
115
116
  protected get bh(): number;
116
117
  c1(a: number, b: number): void;
117
- db(a: number, b: number): void;
118
- protected dc(a: number, b: number, c: number, d: number): void;
118
+ dc(a: number, b: number): void;
119
+ protected dd(a: number, b: number, c: number, d: number): void;
119
120
  b8(): void;
120
121
  cw(a: Color): void;
121
122
  private k;
@@ -133,15 +134,15 @@ export declare class GridCellBase extends Base implements INativeCell {
133
134
  private static bk;
134
135
  private q;
135
136
  private p;
136
- dk(a: number): void;
137
- di(a: number, b: number, c: number, d: number): void;
137
+ dl(a: number): void;
138
+ dj(a: number, b: number, c: number, d: number): void;
138
139
  ci(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
139
140
  private h;
140
141
  co(a: CellContentVerticalAlignment): void;
141
- dj(a: CellModel): void;
142
+ dk(a: CellModel): void;
142
143
  private y;
143
- dg(a: CellContentHorizontalAlignment, b: CellContentVerticalAlignment): void;
144
- dh(a: Brush): void;
144
+ dh(a: CellContentHorizontalAlignment, b: CellContentVerticalAlignment): void;
145
+ di(a: Brush): void;
145
146
  cv(a: ICellActionManager): void;
146
147
  c4(a: IGridInfoRequestor): void;
147
148
  cy(a: ICellModelExportUpdater): void;
@@ -152,7 +153,7 @@ export declare class GridCellBase extends Base implements INativeCell {
152
153
  private static ay;
153
154
  private bb;
154
155
  protected c2(a: DomWrapper, b: CellContentHorizontalAlignment): void;
155
- protected da(a: DomWrapper, b: CellContentVerticalAlignment): void;
156
+ protected db(a: DomWrapper, b: CellContentVerticalAlignment): void;
156
157
  protected af(a: ICellActionManager): boolean;
157
158
  private cb;
158
159
  private cf;
@@ -164,9 +165,9 @@ export declare class GridCellBase extends Base implements INativeCell {
164
165
  private ct;
165
166
  private cr;
166
167
  private cq;
167
- private dd;
168
168
  private de;
169
169
  private df;
170
+ private dg;
170
171
  onContactStarted(e_: NormalizedEvent, a: boolean): void;
171
172
  onContactMoved(a: NormalizedEvent, b: boolean): void;
172
173
  private ax;
@@ -180,4 +181,5 @@ export declare class GridCellBase extends Base implements INativeCell {
180
181
  b9(): void;
181
182
  b7(): void;
182
183
  detach(): void;
184
+ da(a: BaseControlTheme): void;
183
185
  }
@@ -33,9 +33,12 @@ export declare class GridExternalWrapper extends Base implements IExternalGrid {
33
33
  setResizeCursor(): void;
34
34
  setHandCursor(): void;
35
35
  setBorder(a: Brush, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number): void;
36
+ setBackground(a: Brush): void;
36
37
  setScrollerVerticalTrackInset(a: number): void;
37
38
  setScrollbarStyle(a: ScrollbarStyle): void;
38
39
  setScrollbarColor(a: Brush): void;
39
40
  setClipboardText(a: string): void;
40
41
  ensureColumnsAreManual(): void;
42
+ moveFocusPrevious(): void;
43
+ moveFocusNext(): void;
41
44
  }
@@ -7,6 +7,8 @@ import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment
7
7
  import { DataGridColumn } from "./DataGridColumn";
8
8
  import { IToolbarTarget } from "igniteui-webcomponents-core";
9
9
  import { Brush } from "igniteui-webcomponents-core";
10
+ import { BaseControlTheme } from "igniteui-webcomponents-core";
11
+ import { FontInfo } from "igniteui-webcomponents-core";
10
12
  import { ToolCommand } from "igniteui-webcomponents-core";
11
13
  import { GridFilterDialogOpeningEventArgs } from "./GridFilterDialogOpeningEventArgs";
12
14
  import { GridFilterDialogFilterChangeEventArgs } from "./GridFilterDialogFilterChangeEventArgs";
@@ -90,89 +92,129 @@ export declare class GridFilterDialogPanel extends Base {
90
92
  */
91
93
  export declare class GridFilterDialog extends Base implements INotifyPropertyChanged, IToolbarTarget {
92
94
  static $t: Type;
93
- private ar;
94
- get as(): any;
95
- set as(a: any);
96
- private z;
97
- get ab(): boolean;
98
- set ab(a: boolean);
99
- propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
100
- private ag;
101
- get aj(): number;
102
- set aj(a: number);
95
+ private a0;
96
+ get a1(): any;
97
+ set a1(a: any);
103
98
  private af;
104
- get ai(): number;
105
- set ai(a: number);
99
+ get ai(): boolean;
100
+ set ai(a: boolean);
101
+ propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
102
+ private an;
103
+ get aq(): number;
104
+ set aq(a: number);
105
+ private am;
106
+ get ap(): number;
107
+ set ap(a: number);
106
108
  private j;
107
109
  get l(): CellContentHorizontalAlignment;
108
110
  set l(a: CellContentHorizontalAlignment);
109
111
  private i;
110
112
  get k(): CellContentHorizontalAlignment;
111
113
  set k(a: CellContentHorizontalAlignment);
112
- private al;
113
- get an(): number;
114
- set an(a: number);
115
- private am;
116
- get ao(): number;
117
- set ao(a: number);
118
- private bs;
119
- get bw(): Brush;
120
- set bw(a: Brush);
121
- private ah;
122
- get ak(): number;
123
- set ak(a: number);
124
- bv: Brush;
125
- bu: Brush;
126
- bt: Brush;
114
+ private as;
115
+ get av(): number;
116
+ set av(a: number);
117
+ private at;
118
+ get aw(): number;
119
+ set aw(a: number);
120
+ private co;
121
+ get c1(): Brush;
122
+ set c1(a: Brush);
123
+ private ao;
124
+ get ar(): number;
125
+ set ar(a: number);
127
126
  private w;
127
+ get x(): BaseControlTheme;
128
+ set x(a: BaseControlTheme);
129
+ private cg;
130
+ get ct(): Brush;
131
+ set ct(a: Brush);
132
+ private cm;
133
+ get cz(): Brush;
134
+ set cz(a: Brush);
135
+ private z;
136
+ get ab(): FontInfo;
137
+ set ab(a: FontInfo);
138
+ private ck;
139
+ get cx(): Brush;
140
+ set cx(a: Brush);
141
+ private cn;
142
+ get c0(): Brush;
143
+ set c0(a: Brush);
144
+ private cj;
145
+ get cw(): Brush;
146
+ set cw(a: Brush);
147
+ private cl;
148
+ get cy(): Brush;
149
+ set cy(a: Brush);
150
+ private ch;
151
+ get cu(): Brush;
152
+ set cu(a: Brush);
153
+ private ci;
154
+ get cv(): Brush;
155
+ set cv(a: Brush);
128
156
  private y;
129
- get ac(): boolean;
130
- protected bj(a: string, b: any, c: any): void;
131
- protected bm(a: string, b: any, c: any): void;
157
+ get aa(): FontInfo;
158
+ set aa(a: FontInfo);
159
+ private cf;
160
+ get cs(): Brush;
161
+ set cs(a: Brush);
162
+ private au;
163
+ get ax(): number;
164
+ set ax(a: number);
165
+ cr: Brush;
166
+ cq: Brush;
167
+ cp: Brush;
168
+ private ac;
169
+ private ae;
170
+ get aj(): boolean;
171
+ protected b6(a: string, b: any, c: any): void;
172
+ protected b9(a: string, b: any, c: any): void;
132
173
  constructor();
133
- bn(a: any, b: any, c: any): void;
174
+ ca(a: any, b: any, c: any): void;
134
175
  private m;
135
176
  get n(): DataGridColumn;
136
177
  set n(a: DataGridColumn);
137
- private x;
138
- private bf;
178
+ private ad;
179
+ private b2;
139
180
  private v;
140
- private bg;
141
- private a6;
142
- private a8;
143
- bh(): void;
144
- bi(a: GridFilterDialogViewModel, b: boolean): void;
145
- private a9;
146
- private bq;
147
- private bp;
181
+ private b3;
182
+ private bt;
183
+ private bs;
184
+ private bv;
185
+ b4(): void;
186
+ b5(a: GridFilterDialogViewModel, b: boolean): void;
187
+ private bw;
188
+ private cd;
189
+ private cc;
148
190
  private f;
149
- private bo;
191
+ private cb;
150
192
  private e;
151
- private ae;
193
+ private al;
152
194
  private g;
153
- private aq;
195
+ private az;
154
196
  private h;
155
197
  private d;
156
198
  private c;
157
- private bl;
199
+ private b8;
158
200
  private t;
159
- private a7;
201
+ private bu;
160
202
  private u;
161
- static ap(a: ColumnComparisonConditionOperatorType): number;
162
- static at(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
163
- static au(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
203
+ static ay(a: ColumnComparisonConditionOperatorType): number;
204
+ static a2(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
205
+ static a3(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
164
206
  static b(a: ColumnComparisonConditionOperatorType[]): number[];
165
207
  static a(a: ColumnComparisonConditionOperatorType[]): string[];
166
- static az(a: ColumnComparisonConditionOperatorType): string;
208
+ static bk(a: ColumnComparisonConditionOperatorType): string;
167
209
  dialogOpening: (sender: any, args: GridFilterDialogOpeningEventArgs) => void;
168
210
  filterChanging: (sender: any, args: GridFilterDialogFilterChangeEventArgs) => void;
169
211
  filterChanged: (sender: any, args: GridFilterDialogFilterChangeEventArgs) => void;
170
- be(a: number, b: number): void;
171
- bd(): void;
172
- bc(a: number, b: number, c: Path): void;
173
- br(): void;
174
- bb(): void;
175
- protected s: GridFilterDialogView;
212
+ b1(a: number, b: number): void;
213
+ b0(): void;
214
+ bz(a: number, b: number, c: Path): void;
215
+ ce(): void;
216
+ by(): void;
217
+ s: GridFilterDialogView;
176
218
  private _commandCompleted;
177
219
  get commandCompleted(): (arg1: ToolCommand) => void;
178
220
  set commandCompleted(a: (arg1: ToolCommand) => void);
@@ -180,10 +222,11 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
180
222
  get invalidateActions(): () => void;
181
223
  set invalidateActions(a: () => void);
182
224
  renderCompleted: (sender: any, args: FilterDialogRenderCompletedEventArgs) => void;
183
- bk(): void;
184
- ba(): void;
185
- private static aa;
186
- private static readonly ay;
225
+ b7(): void;
226
+ bx(): void;
227
+ get ah(): boolean;
228
+ private static ag;
229
+ private static readonly bj;
187
230
  getDesiredToolbarActions(): ToolActionInfo[];
188
231
  addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
189
232
  removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
@@ -192,7 +235,7 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
192
235
  onToolCommandExecuting(a: ToolCommand): ToolCommandExecutionState;
193
236
  provideContextAccessor(a: IToolbarContextAccessor): void;
194
237
  dismissContextAccessor(a: IToolbarContextAccessor): void;
195
- ad(e_: NormalizedEvent): boolean;
238
+ ak(e_: NormalizedEvent): boolean;
196
239
  }
197
240
  /**
198
241
  * @hidden
@@ -0,0 +1,44 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare class GridIconRepository extends Base {
6
+ static $t: Type;
7
+ private static a;
8
+ static bk(): void;
9
+ static readonly ar: string;
10
+ static readonly x: string;
11
+ static readonly z: string;
12
+ static readonly ab: string;
13
+ static readonly ad: string;
14
+ static readonly ap: string;
15
+ static readonly an: string;
16
+ static readonly v: string;
17
+ static readonly al: string;
18
+ static readonly af: string;
19
+ static readonly ah: string;
20
+ static readonly aj: string;
21
+ static readonly h: string;
22
+ static readonly j: string;
23
+ static readonly p: string;
24
+ static readonly f: string;
25
+ static readonly b: string;
26
+ static readonly r: string;
27
+ static readonly d: string;
28
+ static readonly n: string;
29
+ static readonly l: string;
30
+ static readonly t: string;
31
+ static readonly a0: string;
32
+ static readonly aw: string;
33
+ static readonly a6: string;
34
+ static readonly a8: string;
35
+ static readonly bc: string;
36
+ static readonly be: string;
37
+ static readonly au: string;
38
+ static readonly ay: string;
39
+ static readonly a4: string;
40
+ static readonly ba: string;
41
+ static readonly bg: string;
42
+ static readonly bi: string;
43
+ static readonly a2: string;
44
+ }