igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.0

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 (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -9,83 +9,83 @@ import { DomRenderer, NormalizedEvent } from "igniteui-angular-core";
9
9
  */
10
10
  export declare class EditorCell extends GridCellBase {
11
11
  static $t: Type;
12
- private d7;
13
- private ee;
14
- private ed;
15
- private d4;
16
- private d3;
17
- private eu;
18
- private ev;
19
- private ew;
20
- private ef;
21
- private ei;
22
- private em;
23
- private ej;
24
- private d1;
25
- get d2(): DataSourceSchemaPropertyType;
26
- set d2(a: DataSourceSchemaPropertyType);
27
- private ey;
28
- get e0(): any;
29
- set e0(a: any);
12
+ private d9;
30
13
  private eg;
31
- get eh(): FontInfo;
32
- set eh(a: FontInfo);
14
+ private ef;
15
+ private d6;
33
16
  private d5;
34
- get d6(): EditorType;
35
- set d6(a: EditorType);
17
+ private ew;
36
18
  private ex;
37
- get ez(): any;
38
- set ez(a: any);
39
- private e1;
40
- get e4(): string;
41
- set e4(a: string);
42
- private dz;
43
- get d0(): string[];
44
- set d0(a: string[]);
19
+ private ey;
20
+ private eh;
45
21
  private ek;
46
- get es(): boolean;
47
- set es(a: boolean);
48
- private e2;
49
- get e8(): string;
50
- set e8(a: string);
22
+ private eo;
51
23
  private el;
52
- get et(): boolean;
53
- set et(a: boolean);
54
- eo: boolean;
24
+ private d3;
25
+ get d4(): DataSourceSchemaPropertyType;
26
+ set d4(a: DataSourceSchemaPropertyType);
27
+ private e0;
28
+ get e2(): any;
29
+ set e2(a: any);
30
+ private ei;
31
+ get ej(): FontInfo;
32
+ set ej(a: FontInfo);
33
+ private d7;
34
+ get d8(): EditorType;
35
+ set d8(a: EditorType);
36
+ private ez;
37
+ get e1(): any;
38
+ set e1(a: any);
39
+ private e3;
40
+ get e6(): string;
41
+ set e6(a: string);
42
+ private d1;
43
+ get d2(): string[];
44
+ set d2(a: string[]);
45
+ private em;
46
+ get eu(): boolean;
47
+ set eu(a: boolean);
48
+ private e4;
49
+ get fa(): string;
50
+ set fa(a: string);
51
+ private en;
52
+ get ev(): boolean;
53
+ set ev(a: boolean);
54
+ eq: boolean;
55
+ er: boolean;
55
56
  ep: boolean;
56
- en: boolean;
57
57
  constructor(a: DomRenderer);
58
+ private ee;
59
+ private ed;
58
60
  private ec;
59
61
  private eb;
60
62
  private ea;
61
- private d9;
62
- private d8;
63
- private fr;
64
- private ff;
65
- private fg;
66
- fu(a: boolean): void;
67
- protected fw(): void;
68
- protected fk(): void;
69
- protected fo(): void;
70
- protected fj(): void;
71
- fp(): void;
72
- protected fi(): void;
63
+ private ft;
64
+ private fh;
65
+ private fi;
66
+ fw(a: boolean): void;
67
+ protected fy(): void;
68
+ protected fm(): void;
69
+ protected fq(): void;
73
70
  protected fl(): void;
74
- protected ft(): void;
75
- fy(a: string, b: number, c: number, d: number, e: number): void;
71
+ fr(): void;
72
+ protected fk(): void;
73
+ protected fn(): void;
74
+ protected fv(): void;
75
+ f0(a: string, b: number, c: number, d: number, e: number): void;
76
+ private f1;
77
+ fj(): void;
78
+ cm(): void;
79
+ cc(): void;
80
+ protected cn(a: string, b: any, c: any): void;
76
81
  private fz;
77
- fh(): void;
78
- ck(): void;
79
- ca(): void;
80
- protected cl(a: string, b: any, c: any): void;
81
82
  private fx;
82
- private fv;
83
- private er;
84
- private eq;
83
+ private et;
84
+ private es;
85
+ private fu;
85
86
  private fs;
86
- private fq;
87
- private fn;
88
- private fm;
87
+ private fp;
88
+ private fo;
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-angular-core";
12
12
  */
13
13
  export declare class FilterCell extends GridCellBase {
14
14
  static $t: Type;
15
- private em;
16
15
  private eo;
17
- private ek;
18
- private el;
16
+ private eq;
17
+ private em;
19
18
  private en;
20
- private ed;
21
- private ec;
22
- private d2;
19
+ private ep;
20
+ private ef;
21
+ private ee;
22
+ private d4;
23
23
  constructor(a: DomRenderer);
24
- private eb;
25
- private fi;
26
- private e4;
27
- private fb;
28
- private e9;
29
- protected cl(a: string, b: any, c: any): void;
30
- ck(): void;
31
- private fj;
24
+ private ed;
25
+ private fk;
32
26
  private e6;
33
- private ff;
34
- private d6;
27
+ private fd;
28
+ private fb;
29
+ protected cn(a: string, b: any, c: any): void;
30
+ cm(): void;
35
31
  private fl;
36
- private e0;
37
- private e1;
32
+ private e8;
38
33
  private fh;
34
+ private d8;
35
+ private fn;
36
+ private e2;
37
+ private e3;
38
+ private fj;
39
+ private fe;
40
+ private e9;
41
+ private fa;
42
+ private ff;
39
43
  private fc;
44
+ fg(): void;
45
+ private fi;
40
46
  private e7;
41
- private e8;
42
- private fd;
43
- private fa;
44
- fe(): void;
45
- private fg;
46
- private e5;
47
- private fk;
48
- fm(a: number, b: number, c: number, d: number): void;
49
- private d7;
50
- e3(): void;
51
- e2(): void;
52
- private static readonly er;
53
- private d3;
54
- private ee;
47
+ private fm;
48
+ fo(a: number, b: number, c: number, d: number): void;
49
+ private d9;
50
+ e5(): void;
51
+ e4(): void;
52
+ private static readonly et;
53
+ private d5;
54
+ private eg;
55
+ private ec;
56
+ private ej;
57
+ get d3(): DataSourceSchemaPropertyType;
58
+ set d3(a: DataSourceSchemaPropertyType);
59
+ private d6;
60
+ get d7(): EditorType;
61
+ set d7(a: EditorType);
62
+ private ek;
63
+ get el(): boolean;
64
+ set el(a: boolean);
55
65
  private ea;
66
+ get eb(): GridFilterOperandsCollection;
67
+ set eb(a: GridFilterOperandsCollection);
56
68
  private eh;
57
- get d1(): DataSourceSchemaPropertyType;
58
- set d1(a: DataSourceSchemaPropertyType);
59
- private d4;
60
- get d5(): EditorType;
61
- set d5(a: EditorType);
62
- private ei;
63
- get ej(): boolean;
64
- set ej(a: boolean);
65
- private d8;
66
- get d9(): GridFilterOperandsCollection;
67
- set d9(a: GridFilterOperandsCollection);
68
- private ef;
69
- get eg(): FontInfo;
70
- set eg(a: FontInfo);
71
- private ep;
72
- get eq(): any;
73
- set eq(a: any);
74
- private dz;
75
- get d0(): ColumnFilterCondition;
76
- set d0(a: ColumnFilterCondition);
77
- private fn;
78
- get fo(): Brush;
79
- set fo(a: Brush);
69
+ get ei(): FontInfo;
70
+ set ei(a: FontInfo);
71
+ private er;
72
+ get es(): any;
73
+ set es(a: any);
74
+ private d1;
75
+ get d2(): ColumnFilterCondition;
76
+ set d2(a: ColumnFilterCondition);
77
+ private fp;
78
+ get fq(): Brush;
79
+ set fq(a: Brush);
80
80
  }
@@ -36,18 +36,18 @@ export declare class GridCellBase extends Base implements INativeCell {
36
36
  private az;
37
37
  private a1;
38
38
  private a0;
39
- protected get bf(): number;
40
- protected get bd(): number;
39
+ protected get bg(): number;
41
40
  protected get be(): number;
41
+ protected get bf(): number;
42
42
  private a5;
43
- get bi(): number;
44
- set bi(a: number);
43
+ get bj(): number;
44
+ set bj(a: number);
45
45
  private t;
46
46
  get aa(): boolean;
47
47
  set aa(a: boolean);
48
- private dp;
49
- get dt(): Brush;
50
- set dt(a: Brush);
48
+ private dr;
49
+ get dv(): Brush;
50
+ set dv(a: Brush);
51
51
  private u;
52
52
  get ab(): boolean;
53
53
  set ab(a: boolean);
@@ -55,44 +55,44 @@ export declare class GridCellBase extends Base implements INativeCell {
55
55
  get ad(): boolean;
56
56
  set ad(a: boolean);
57
57
  private aq;
58
- private bp;
59
- get b4(): string;
60
- set b4(a: string);
61
- private ds;
62
- get dw(): Brush;
63
- set dw(a: Brush);
58
+ private br;
59
+ get b6(): string;
60
+ set b6(a: string);
61
+ private du;
62
+ get dy(): Brush;
63
+ set dy(a: Brush);
64
64
  private m;
65
65
  get n(): FontInfo;
66
66
  set n(a: FontInfo);
67
67
  private x;
68
- private cm;
69
- private bo;
70
- get bz(): string;
71
- set bz(a: string);
72
- private bn;
73
- get bw(): string;
74
- set bw(a: string);
75
- private dr;
76
- get dv(): Brush;
77
- set dv(a: Brush);
78
- private dq;
79
- get du(): Brush;
80
- set du(a: Brush);
81
- private dx;
82
- get dy(): Rect;
83
- set dy(a: Rect);
68
+ private co;
69
+ private bq;
70
+ get b1(): string;
71
+ set b1(a: string);
72
+ private bp;
73
+ get by(): string;
74
+ set by(a: string);
75
+ private dt;
76
+ get dx(): Brush;
77
+ set dx(a: Brush);
78
+ private ds;
79
+ get dw(): Brush;
80
+ set dw(a: Brush);
81
+ private dz;
82
+ get d0(): Rect;
83
+ set d0(a: Rect);
84
84
  private al;
85
85
  private ap;
86
86
  private l;
87
- cn(): void;
88
- co(): void;
89
- private c4;
87
+ cp(): void;
88
+ cq(): void;
89
+ private c6;
90
90
  private ai;
91
91
  get aj(): number;
92
92
  set aj(a: number);
93
93
  constructor(a: DomRenderer);
94
- private cb;
95
- cv(): void;
94
+ private cd;
95
+ cx(): void;
96
96
  private r;
97
97
  get z(): boolean;
98
98
  set z(a: boolean);
@@ -102,87 +102,89 @@ export declare class GridCellBase extends Base implements INativeCell {
102
102
  private a9;
103
103
  private a8;
104
104
  private a6;
105
- c7(a: number, b: number, c: number, d: number): void;
105
+ c9(a: number, b: number, c: number, d: number): void;
106
106
  private au;
107
107
  private aw;
108
108
  private av;
109
109
  private at;
110
- private dn;
111
- cy(a: Brush, b: number, c: number, d: number, e: number): void;
110
+ private dq;
111
+ c0(a: Brush, b: number, c: number, d: number, e: number): void;
112
112
  protected get_ac(): boolean;
113
113
  get ac(): boolean;
114
114
  private a3;
115
- protected get bg(): number;
115
+ protected get bh(): number;
116
116
  private bc;
117
- protected get bj(): number;
117
+ protected get bk(): number;
118
118
  private a4;
119
- protected get bh(): number;
120
- c2(a: number, b: number): void;
121
- dd(a: number, b: number): void;
122
- protected de(a: number, b: number, c: number, d: number): void;
123
- b9(): void;
124
- cx(a: Color): void;
119
+ protected get bi(): number;
120
+ private bd;
121
+ protected get bl(): number;
122
+ c4(a: number, b: number): void;
123
+ df(a: number, b: number): void;
124
+ protected dg(a: number, b: number, c: number, d: number): void;
125
+ cb(): void;
126
+ cz(a: Color): void;
125
127
  private k;
126
128
  private g;
127
129
  private i;
128
- c6(a: number): void;
129
- c1(a: DomWrapper, b: FontInfo): void;
130
+ c8(a: number): void;
131
+ c3(a: DomWrapper, b: FontInfo): void;
132
+ dc(a: DomWrapper, b: Brush): void;
130
133
  da(a: DomWrapper, b: Brush): void;
131
- c8(a: DomWrapper, b: Brush): void;
132
- c0(a: DomWrapper, b: Brush): void;
133
- c9(a: DomWrapper, b: string): void;
134
+ c2(a: DomWrapper, b: Brush): void;
135
+ db(a: DomWrapper, b: string): void;
134
136
  private ah;
135
137
  private ag;
136
138
  private static o;
137
- private static bk;
139
+ private static bm;
138
140
  private q;
139
141
  private p;
140
- dm(a: number): void;
141
- dk(a: number, b: number, c: number, d: number): void;
142
- cj(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
142
+ dp(a: number): void;
143
+ dm(a: number, b: number, c: number, d: number): void;
144
+ cl(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
143
145
  private h;
144
- cp(a: CellContentVerticalAlignment): void;
145
- dl(a: CellModel): void;
146
+ cr(a: CellContentVerticalAlignment): void;
147
+ dn(a: CellModel): void;
146
148
  private y;
147
- di(a: CellContentHorizontalAlignment, b: CellContentVerticalAlignment): void;
148
- dj(a: Brush): void;
149
- cw(a: ICellActionManager): void;
150
- c5(a: IGridInfoRequestor): void;
151
- cz(a: ICellModelExportUpdater): void;
152
- private bl;
153
- private bm;
149
+ dk(a: CellContentHorizontalAlignment, b: CellContentVerticalAlignment): void;
150
+ dl(a: Brush): void;
151
+ cy(a: ICellActionManager): void;
152
+ c7(a: IGridInfoRequestor): void;
153
+ c1(a: ICellModelExportUpdater): void;
154
+ private bn;
155
+ private bo;
154
156
  private as;
155
157
  private static ba;
156
158
  private static ay;
157
159
  private bb;
158
- protected c3(a: DomWrapper, b: CellContentHorizontalAlignment): void;
159
- protected dc(a: DomWrapper, b: CellContentVerticalAlignment): void;
160
+ protected c5(a: DomWrapper, b: CellContentHorizontalAlignment): void;
161
+ protected de(a: DomWrapper, b: CellContentVerticalAlignment): void;
160
162
  protected af(a: ICellActionManager): boolean;
161
- private cc;
163
+ private ce;
164
+ private ci;
165
+ private ch;
162
166
  private cg;
163
167
  private cf;
164
- private ce;
165
- private cd;
166
- private cq;
167
- private ct;
168
- private cu;
169
168
  private cs;
170
- private cr;
171
- private df;
172
- private dg;
169
+ private cv;
170
+ private cw;
171
+ private cu;
172
+ private ct;
173
173
  private dh;
174
+ private di;
175
+ private dj;
174
176
  onContactStarted(e_: NormalizedEvent, a: boolean): void;
175
177
  onContactMoved(a: NormalizedEvent, b: boolean): void;
176
178
  private ax;
177
179
  onContactCompleted(e_: NormalizedEvent, a: boolean): void;
178
- ci(a: NormalizedEvent, b: boolean): void;
179
- ch(a: NormalizedEvent, b: boolean): void;
180
+ ck(a: NormalizedEvent, b: boolean): void;
181
+ cj(a: NormalizedEvent, b: boolean): void;
180
182
  onDoubleClick(a: NormalizedEvent): void;
181
183
  private s;
182
- protected cl(a: string, b: any, c: any): void;
183
- ck(): void;
184
+ protected cn(a: string, b: any, c: any): void;
185
+ cm(): void;
186
+ cc(): void;
184
187
  ca(): void;
185
- b8(): void;
186
188
  detach(): void;
187
- db(a: BaseControlTheme): void;
189
+ dd(a: BaseControlTheme): void;
188
190
  }
@@ -37,6 +37,8 @@ export declare class GridExternalWrapper extends Base implements IExternalGrid {
37
37
  setScrollerVerticalTrackInset(a: number): void;
38
38
  setScrollbarStyle(a: ScrollbarStyle): void;
39
39
  setScrollbarColor(a: Brush): void;
40
+ setScrollbarHoverColor(a: Brush): void;
41
+ setScrollbarActiveColor(a: Brush): void;
40
42
  setClipboardText(a: string): void;
41
43
  ensureColumnsAreManual(): void;
42
44
  moveFocusPrevious(): void;
@@ -117,81 +117,90 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
117
117
  private at;
118
118
  get aw(): number;
119
119
  set aw(a: number);
120
- private cq;
121
- get c4(): Brush;
122
- set c4(a: Brush);
120
+ private cw;
121
+ get dd(): Brush;
122
+ set dd(a: Brush);
123
123
  private ao;
124
124
  get ar(): number;
125
125
  set ar(a: number);
126
126
  private w;
127
127
  get x(): BaseControlTheme;
128
128
  set x(a: BaseControlTheme);
129
- private ch;
130
- get cv(): Brush;
131
- set cv(a: Brush);
132
- private cn;
129
+ private ck;
133
130
  get c1(): Brush;
134
131
  set c1(a: Brush);
132
+ private cq;
133
+ get c7(): Brush;
134
+ set c7(a: Brush);
135
+ private cr;
136
+ get c8(): Brush;
137
+ set c8(a: Brush);
138
+ private cp;
139
+ get c6(): Brush;
140
+ set c6(a: Brush);
141
+ private ct;
142
+ get da(): Brush;
143
+ set da(a: Brush);
135
144
  private z;
136
145
  get ab(): FontInfo;
137
146
  set ab(a: FontInfo);
138
- private cl;
139
- get cz(): Brush;
140
- set cz(a: Brush);
141
147
  private co;
148
+ get c5(): Brush;
149
+ set c5(a: Brush);
150
+ private cu;
151
+ get db(): Brush;
152
+ set db(a: Brush);
153
+ private cv;
154
+ get dc(): Brush;
155
+ set dc(a: Brush);
156
+ private cn;
157
+ get c4(): Brush;
158
+ set c4(a: Brush);
159
+ private cs;
160
+ get c9(): Brush;
161
+ set c9(a: Brush);
162
+ private cl;
142
163
  get c2(): Brush;
143
164
  set c2(a: Brush);
144
- private cp;
165
+ private cm;
145
166
  get c3(): Brush;
146
167
  set c3(a: Brush);
147
- private ck;
148
- get cy(): Brush;
149
- set cy(a: Brush);
150
- private cm;
151
- get c0(): Brush;
152
- set c0(a: Brush);
153
- private ci;
154
- get cw(): Brush;
155
- set cw(a: Brush);
156
- private cj;
157
- get cx(): Brush;
158
- set cx(a: Brush);
159
168
  private y;
160
169
  get aa(): FontInfo;
161
170
  set aa(a: FontInfo);
162
- private cg;
163
- get cu(): Brush;
164
- set cu(a: Brush);
171
+ private cj;
172
+ get c0(): Brush;
173
+ set c0(a: Brush);
165
174
  private au;
166
175
  get ax(): number;
167
176
  set ax(a: number);
168
- ct: Brush;
169
- cs: Brush;
170
- cr: Brush;
177
+ cz: Brush;
178
+ cy: Brush;
179
+ cx: Brush;
171
180
  private ac;
172
181
  private ae;
173
182
  get aj(): boolean;
174
- protected b7(a: string, b: any, c: any): void;
175
183
  protected ca(a: string, b: any, c: any): void;
184
+ protected cd(a: string, b: any, c: any): void;
176
185
  constructor();
177
- cb(a: any, b: any, c: any): void;
186
+ ce(a: any, b: any, c: any): void;
178
187
  private m;
179
188
  get n(): DataGridColumn;
180
189
  set n(a: DataGridColumn);
181
190
  private ad;
182
- private b3;
191
+ private b6;
183
192
  private v;
184
- private b4;
185
- private bu;
186
- private bt;
187
- private bw;
188
- b5(): void;
189
- b6(a: GridFilterDialogViewModel, b: boolean): void;
193
+ private b7;
190
194
  private bx;
191
- private ce;
192
- private cd;
195
+ private bw;
196
+ private bz;
197
+ b8(): void;
198
+ b9(a: GridFilterDialogViewModel, b: boolean): void;
199
+ private b0;
200
+ private ch;
201
+ private cg;
193
202
  private f;
194
- private cc;
203
+ private cf;
195
204
  private e;
196
205
  private al;
197
206
  private g;
@@ -199,24 +208,24 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
199
208
  private h;
200
209
  private d;
201
210
  private c;
202
- private b9;
211
+ private cc;
203
212
  private t;
204
- private bv;
213
+ private by;
205
214
  private u;
206
215
  static ay(a: ColumnComparisonConditionOperatorType): number;
207
216
  static a2(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
208
217
  static a3(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
209
218
  static b(a: ColumnComparisonConditionOperatorType[]): number[];
210
219
  static a(a: ColumnComparisonConditionOperatorType[]): string[];
211
- static bl(a: ColumnComparisonConditionOperatorType): string;
220
+ static bo(a: ColumnComparisonConditionOperatorType): string;
212
221
  dialogOpening: (sender: any, args: GridFilterDialogOpeningEventArgs) => void;
213
222
  filterChanging: (sender: any, args: GridFilterDialogFilterChangeEventArgs) => void;
214
223
  filterChanged: (sender: any, args: GridFilterDialogFilterChangeEventArgs) => void;
215
- b2(a: number, b: number): void;
216
- b1(): void;
217
- b0(a: number, b: number, c: Path): void;
218
- cf(): void;
219
- bz(): void;
224
+ b5(a: number, b: number): void;
225
+ b4(): void;
226
+ b3(a: number, b: number, c: Path): void;
227
+ ci(): void;
228
+ b2(): void;
220
229
  s: GridFilterDialogView;
221
230
  private _commandCompleted;
222
231
  get commandCompleted(): (arg1: ToolCommand) => void;
@@ -225,11 +234,11 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
225
234
  get invalidateActions(): () => void;
226
235
  set invalidateActions(a: () => void);
227
236
  renderCompleted: (sender: any, args: FilterDialogRenderCompletedEventArgs) => void;
228
- b8(): void;
229
- by(): void;
237
+ cb(): void;
238
+ b1(): void;
230
239
  get ah(): boolean;
231
240
  private static ag;
232
- private static readonly bk;
241
+ private static readonly bn;
233
242
  getDesiredToolbarActions(): ToolActionInfo[];
234
243
  addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
235
244
  removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;