igniteui-angular-data-grids 20.0.1-beta.0 → 20.0.2-beta.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 (240) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10223 -8743
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +3 -3
  4. package/esm2015/lib/CanvasCellPresenterBase.js +14 -14
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +18 -18
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +9 -9
  7. package/esm2015/lib/CanvasGridCellBase.js +9 -9
  8. package/esm2015/lib/CanvasImageCellPresenter.js +10 -10
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +10 -10
  11. package/esm2015/lib/CanvasSummaryCell.js +1 -1
  12. package/esm2015/lib/CanvasSummaryCellPresenter.js +8 -8
  13. package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
  14. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
  15. package/esm2015/lib/CanvasTextCellPresenter.js +10 -10
  16. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +13 -13
  17. package/esm2015/lib/CellPresenterBase.js +64 -39
  18. package/esm2015/lib/CheckboxListView_combined.js +49 -49
  19. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +6925 -6539
  21. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  22. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  23. package/esm2015/lib/ColumnSortDescription.js +6 -1
  24. package/esm2015/lib/ColumnSummaryDescription.js +6 -1
  25. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  26. package/esm2015/lib/ContentCellModelHelper.js +46 -33
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +19 -19
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +10 -10
  31. package/esm2015/lib/EditorCell.js +335 -335
  32. package/esm2015/lib/EditorCellPresenter.js +28 -28
  33. package/esm2015/lib/EditorRowCell.js +1 -1
  34. package/esm2015/lib/FilterCell.js +278 -278
  35. package/esm2015/lib/FilterCellPresenter.js +18 -18
  36. package/esm2015/lib/GridCellBase.js +587 -317
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -14
  46. package/esm2015/lib/GridConditionalStyleFontInfo.js +26 -0
  47. package/esm2015/lib/GridConditionalStyleProperty.js +8 -8
  48. package/esm2015/lib/GridExternalWrapper.js +6 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  50. package/esm2015/lib/GridStyleRepository.js +1 -1
  51. package/esm2015/lib/ImageCell.js +62 -62
  52. package/esm2015/lib/ImageCellPresenter.js +18 -18
  53. package/esm2015/lib/MultiColumnComboBoxView_combined.js +15 -15
  54. package/esm2015/lib/NumericCell.js +9 -5
  55. package/esm2015/lib/NumericCellPresenter.js +10 -10
  56. package/esm2015/lib/PropertyEditorView_combined.js +21 -21
  57. package/esm2015/lib/SectionHeaderCell.js +17 -17
  58. package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
  59. package/esm2015/lib/SummaryCell.js +41 -41
  60. package/esm2015/lib/SummaryCellPresenter.js +14 -14
  61. package/esm2015/lib/TemplateCell.js +16 -16
  62. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  63. package/esm2015/lib/TemplateHeader.js +7 -7
  64. package/esm2015/lib/TemplateHeaderCell.js +6 -6
  65. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  66. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  67. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  68. package/esm2015/lib/TextCell.js +35 -30
  69. package/esm2015/lib/TextCellDecoration.js +33 -0
  70. package/esm2015/lib/TextCellPresenter.js +11 -11
  71. package/esm2015/lib/TextHeaderCell.js +157 -150
  72. package/esm2015/lib/TextHeaderCellPresenter.js +35 -35
  73. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  74. package/esm2015/lib/igx-cell-info.js +301 -190
  75. package/esm2015/lib/igx-checkbox-list-component.js +1 -1
  76. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  77. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  78. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  79. package/esm2015/lib/igx-data-grid-column-component.js +254 -115
  80. package/esm2015/lib/igx-data-grid-component.js +38 -5
  81. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  82. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  83. package/esm2015/lib/igx-definition-base-component.js +46 -45
  84. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  85. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  86. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  87. package/esm2015/lib/igx-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  88. package/esm2015/lib/igx-grid-conditional-style-font-info-component.js +144 -0
  89. package/esm2015/lib/igx-grid-conditional-style-font-info-dynamic-module.js +34 -0
  90. package/esm2015/lib/igx-grid-conditional-style-font-info-module.js +27 -0
  91. package/esm2015/lib/igx-header-component.js +16 -16
  92. package/esm2015/lib/igx-image-cell-info.js +6 -6
  93. package/esm2015/lib/igx-image-column-component.js +10 -10
  94. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  95. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  96. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  97. package/esm2015/lib/igx-section-header-component.js +16 -16
  98. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  99. package/esm2015/lib/igx-summary-row-component.js +16 -16
  100. package/esm2015/lib/igx-template-cell-info.js +2 -2
  101. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  102. package/esm2015/lib/igx-text-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-column-component.js +8 -8
  104. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  105. package/esm2015/public_api.js +5 -0
  106. package/esm5/lib/AccessibilityRow.js +3 -3
  107. package/esm5/lib/CanvasCellPresenterBase.js +14 -14
  108. package/esm5/lib/CanvasContentCellModelHelper.js +18 -18
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +9 -9
  110. package/esm5/lib/CanvasGridCellBase.js +9 -9
  111. package/esm5/lib/CanvasImageCellPresenter.js +10 -10
  112. package/esm5/lib/CanvasNumericCellPresenter.js +9 -9
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +10 -10
  114. package/esm5/lib/CanvasSummaryCell.js +1 -1
  115. package/esm5/lib/CanvasSummaryCellPresenter.js +8 -8
  116. package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
  117. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
  118. package/esm5/lib/CanvasTextCellPresenter.js +10 -10
  119. package/esm5/lib/CanvasTextHeaderCellPresenter.js +13 -13
  120. package/esm5/lib/CellPresenterBase.js +64 -39
  121. package/esm5/lib/CheckboxListView_combined.js +49 -49
  122. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  123. package/esm5/lib/ColumnFilterCondition_combined.js +6754 -6269
  124. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  125. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  126. package/esm5/lib/ColumnSortDescription.js +6 -1
  127. package/esm5/lib/ColumnSummaryDescription.js +6 -1
  128. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  129. package/esm5/lib/ContentCellModelHelper.js +46 -33
  130. package/esm5/lib/DataGridCellLayoutPanel.js +19 -19
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +10 -10
  134. package/esm5/lib/EditorCell.js +291 -291
  135. package/esm5/lib/EditorCellPresenter.js +28 -28
  136. package/esm5/lib/EditorRowCell.js +1 -1
  137. package/esm5/lib/FilterCell.js +266 -266
  138. package/esm5/lib/FilterCellPresenter.js +18 -18
  139. package/esm5/lib/GridCellBase.js +625 -311
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -22
  149. package/esm5/lib/GridConditionalStyleFontInfo.js +32 -0
  150. package/esm5/lib/GridConditionalStyleProperty.js +8 -8
  151. package/esm5/lib/GridExternalWrapper.js +6 -6
  152. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  153. package/esm5/lib/GridStyleRepository.js +1 -1
  154. package/esm5/lib/ImageCell.js +61 -61
  155. package/esm5/lib/ImageCellPresenter.js +18 -18
  156. package/esm5/lib/MultiColumnComboBoxView_combined.js +15 -15
  157. package/esm5/lib/NumericCell.js +9 -5
  158. package/esm5/lib/NumericCellPresenter.js +10 -10
  159. package/esm5/lib/PropertyEditorView_combined.js +21 -21
  160. package/esm5/lib/SectionHeaderCell.js +17 -17
  161. package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
  162. package/esm5/lib/SummaryCell.js +41 -41
  163. package/esm5/lib/SummaryCellPresenter.js +14 -14
  164. package/esm5/lib/TemplateCell.js +16 -16
  165. package/esm5/lib/TemplateCellPresenter.js +5 -5
  166. package/esm5/lib/TemplateHeader.js +7 -7
  167. package/esm5/lib/TemplateHeaderCell.js +6 -6
  168. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  169. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  170. package/esm5/lib/TemplateSectionHeader.js +2 -2
  171. package/esm5/lib/TextCell.js +35 -30
  172. package/esm5/lib/TextCellDecoration.js +33 -0
  173. package/esm5/lib/TextCellPresenter.js +11 -11
  174. package/esm5/lib/TextHeaderCell.js +155 -148
  175. package/esm5/lib/TextHeaderCellPresenter.js +35 -35
  176. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  177. package/esm5/lib/igx-cell-info.js +349 -190
  178. package/esm5/lib/igx-checkbox-list-component.js +1 -1
  179. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  180. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  181. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  182. package/esm5/lib/igx-data-grid-column-component.js +302 -115
  183. package/esm5/lib/igx-data-grid-component.js +42 -5
  184. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  185. package/esm5/lib/igx-date-time-column-component.js +20 -20
  186. package/esm5/lib/igx-definition-base-component.js +46 -45
  187. package/esm5/lib/igx-editor-cell-info.js +23 -23
  188. package/esm5/lib/igx-filter-cell-info.js +26 -26
  189. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  190. package/esm5/lib/igx-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  191. package/esm5/lib/igx-grid-conditional-style-font-info-component.js +155 -0
  192. package/esm5/lib/igx-grid-conditional-style-font-info-dynamic-module.js +33 -0
  193. package/esm5/lib/igx-grid-conditional-style-font-info-module.js +28 -0
  194. package/esm5/lib/igx-header-component.js +16 -16
  195. package/esm5/lib/igx-image-cell-info.js +6 -6
  196. package/esm5/lib/igx-image-column-component.js +10 -10
  197. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  198. package/esm5/lib/igx-numeric-column-component.js +30 -30
  199. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  200. package/esm5/lib/igx-section-header-component.js +16 -16
  201. package/esm5/lib/igx-summary-cell-info.js +9 -9
  202. package/esm5/lib/igx-summary-row-component.js +16 -16
  203. package/esm5/lib/igx-template-cell-info.js +2 -2
  204. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  205. package/esm5/lib/igx-text-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-column-component.js +8 -8
  207. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  208. package/esm5/public_api.js +5 -0
  209. package/fesm2015/igniteui-angular-data-grids.js +10236 -9009
  210. package/fesm5/igniteui-angular-data-grids.js +10219 -8745
  211. package/lib/ColumnFilterCondition_combined.d.ts +1784 -1694
  212. package/lib/ContentCellModelHelper.d.ts +4 -4
  213. package/lib/EditorCell.d.ts +74 -74
  214. package/lib/FilterCell.d.ts +61 -61
  215. package/lib/GridCellBase.d.ts +140 -95
  216. package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +2 -6
  217. package/lib/GridConditionalStyleFontInfo.d.ts +11 -0
  218. package/lib/ImageCell.d.ts +20 -20
  219. package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
  220. package/lib/NumericCell.d.ts +2 -1
  221. package/lib/SectionHeaderCell.d.ts +4 -4
  222. package/lib/SummaryCell.d.ts +11 -11
  223. package/lib/TemplateCell.d.ts +6 -6
  224. package/lib/TemplateHeader.d.ts +3 -3
  225. package/lib/TemplateHeaderCell.d.ts +3 -3
  226. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  227. package/lib/TemplateSectionHeader.d.ts +2 -2
  228. package/lib/TextCell.d.ts +10 -8
  229. package/lib/TextCellDecoration.d.ts +26 -0
  230. package/lib/TextHeaderCell.d.ts +37 -35
  231. package/lib/VerticalSeparatorCell.d.ts +9 -9
  232. package/lib/igx-cell-info.d.ts +63 -0
  233. package/lib/igx-data-grid-column-component.d.ts +68 -2
  234. package/lib/igx-data-grid-component.d.ts +9 -2
  235. package/lib/igx-definition-base-component.d.ts +1 -1
  236. package/lib/igx-grid-conditional-style-font-info-component.d.ts +33 -0
  237. package/lib/igx-grid-conditional-style-font-info-dynamic-module.d.ts +9 -0
  238. package/lib/igx-grid-conditional-style-font-info-module.d.ts +8 -0
  239. package/package.json +4 -4
  240. package/public_api.d.ts +5 -0
@@ -4,7 +4,7 @@ import { Brush } from "igniteui-angular-core";
4
4
  import { DomWrapper, DomRenderer } from "igniteui-angular-core";
5
5
  import { CellModel } from "./CellModel";
6
6
  import { GridCellBase } from "./GridCellBase";
7
- import { FontInfo } from "igniteui-angular-core";
7
+ import { TextCellDecoration } from "./TextCellDecoration";
8
8
  /**
9
9
  * @hidden
10
10
  */
@@ -12,9 +12,9 @@ export declare class ContentCellModelHelper extends Base {
12
12
  static $t: Type;
13
13
  private static f;
14
14
  static g(a: Brush): Color;
15
- private static c;
15
+ private static b;
16
16
  private static e;
17
17
  static a(a: DomRenderer, b: CellModel, c: DomWrapper, d: DomWrapper, e: GridCellBase): void;
18
- static b(a: DomRenderer, b: DomWrapper, c: FontInfo): void;
19
- static d(a: DomWrapper, b: Brush): void;
18
+ static c(a: DomWrapper, b: Brush): void;
19
+ static d(a: DomWrapper, b: TextCellDecoration): void;
20
20
  }
@@ -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 cs;
13
- private cz;
14
- private cy;
15
- private cp;
16
- private co;
17
- private df;
18
- private dg;
19
- private dh;
20
- private c0;
21
- private c3;
22
- private c7;
23
- private c4;
24
- private cm;
25
- get cn(): DataSourceSchemaPropertyType;
26
- set cn(a: DataSourceSchemaPropertyType);
27
- private dj;
28
- get dl(): any;
29
- set dl(a: any);
30
- private c1;
31
- get c2(): FontInfo;
32
- set c2(a: FontInfo);
33
- private cq;
34
- get cr(): EditorType;
35
- set cr(a: EditorType);
36
- private di;
37
- get dk(): any;
38
- set dk(a: any);
39
- private dm;
40
- get dq(): string;
41
- set dq(a: string);
42
- private ck;
43
- get cl(): string[];
44
- set cl(a: string[]);
45
- private c5;
46
- get dd(): boolean;
47
- set dd(a: boolean);
48
- private dn;
49
- get du(): string;
50
- set du(a: string);
51
- private c6;
52
- get de(): boolean;
53
- set de(a: boolean);
54
- c9: boolean;
55
- da: boolean;
56
- c8: boolean;
57
- constructor(a: DomRenderer);
58
- private cx;
59
- private cw;
60
- private cv;
61
- private cu;
62
- private ct;
12
+ private d0;
13
+ private d7;
14
+ private d6;
15
+ private dx;
16
+ private dw;
17
+ private en;
18
+ private eo;
19
+ private ep;
20
+ private d8;
21
+ private eb;
22
+ private ef;
23
+ private ec;
24
+ private du;
25
+ get dv(): DataSourceSchemaPropertyType;
26
+ set dv(a: DataSourceSchemaPropertyType);
27
+ private er;
28
+ get et(): any;
29
+ set et(a: any);
30
+ private d9;
31
+ get ea(): FontInfo;
32
+ set ea(a: FontInfo);
33
+ private dy;
34
+ get dz(): EditorType;
35
+ set dz(a: EditorType);
36
+ private eq;
37
+ get es(): any;
38
+ set es(a: any);
39
+ private eu;
40
+ get ex(): string;
41
+ set ex(a: string);
42
+ private ds;
43
+ get dt(): string[];
44
+ set dt(a: string[]);
63
45
  private ed;
64
- private d1;
46
+ get el(): boolean;
47
+ set el(a: boolean);
48
+ private ev;
49
+ get e1(): string;
50
+ set e1(a: string);
51
+ private ee;
52
+ get em(): boolean;
53
+ set em(a: boolean);
54
+ eh: boolean;
55
+ ei: boolean;
56
+ eg: boolean;
57
+ constructor(a: DomRenderer);
58
+ private d5;
59
+ private d4;
60
+ private d3;
65
61
  private d2;
66
- eg(a: boolean): void;
67
- protected ei(): void;
68
- protected d6(): void;
69
- protected ea(): void;
70
- protected d5(): void;
71
- eb(): void;
72
- protected d4(): void;
73
- protected d7(): void;
74
- protected ef(): void;
75
- ek(a: string, b: number, c: number, d: number, e: number): void;
76
- private el;
77
- d3(): void;
78
- br(): void;
79
- bh(): void;
80
- protected bs(a: string, b: any, c: any): void;
62
+ private d1;
63
+ private fk;
64
+ private e8;
65
+ private e9;
66
+ fn(a: boolean): void;
67
+ protected fp(): void;
68
+ protected fd(): void;
69
+ protected fh(): void;
70
+ protected fc(): void;
71
+ fi(): void;
72
+ protected fb(): void;
73
+ protected fe(): void;
74
+ protected fm(): void;
75
+ fr(a: string, b: number, c: number, d: number, e: number): void;
76
+ private fs;
77
+ fa(): void;
78
+ cg(): void;
79
+ b6(): void;
80
+ protected ch(a: string, b: any, c: any): void;
81
+ private fq;
82
+ private fo;
83
+ private ek;
81
84
  private ej;
82
- private eh;
83
- private dc;
84
- private db;
85
- private ee;
86
- private ec;
87
- private d9;
88
- private d8;
85
+ private fl;
86
+ private fj;
87
+ private fg;
88
+ private ff;
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 c7;
16
- private c9;
17
- private c5;
18
- private c6;
19
- private c8;
20
- private cy;
21
- private cx;
22
- private cn;
15
+ private ef;
16
+ private eh;
17
+ private ed;
18
+ private ee;
19
+ private eg;
20
+ private d6;
21
+ private d5;
22
+ private dv;
23
23
  constructor(a: DomRenderer);
24
- private cw;
25
24
  private d4;
26
- private dq;
27
- private dx;
28
- private dv;
29
- protected bs(a: string, b: any, c: any): void;
30
- br(): void;
31
- private d5;
32
- private ds;
33
- private d1;
34
- private cr;
35
- private d7;
36
- private dl;
37
- private dm;
38
- private d3;
39
- private dy;
40
- private dt;
41
- private du;
25
+ private fb;
26
+ private ex;
27
+ private e4;
28
+ private e2;
29
+ protected ch(a: string, b: any, c: any): void;
30
+ cg(): void;
31
+ private fc;
32
+ private ez;
33
+ private e8;
42
34
  private dz;
35
+ private fe;
36
+ private et;
37
+ private eu;
38
+ private fa;
39
+ private e5;
40
+ private e0;
41
+ private e1;
42
+ private e6;
43
+ private e3;
44
+ e7(): void;
45
+ private e9;
46
+ private ey;
47
+ private fd;
48
+ ff(a: number, b: number, c: number, d: number): void;
49
+ private d0;
50
+ ew(): void;
51
+ ev(): void;
52
+ private static readonly ek;
43
53
  private dw;
44
- d0(): void;
45
- private d2;
46
- private dr;
47
- private d6;
48
- d8(a: number, b: number, c: number, d: number): void;
49
- private cs;
50
- dp(): void;
51
- dn(): void;
52
- private static readonly dc;
53
- private co;
54
- private cz;
55
- private cv;
56
- private c2;
57
- get cm(): DataSourceSchemaPropertyType;
58
- set cm(a: DataSourceSchemaPropertyType);
59
- private cp;
60
- get cq(): EditorType;
61
- set cq(a: EditorType);
62
- private c3;
63
- get c4(): boolean;
64
- set c4(a: boolean);
65
- private ct;
66
- get cu(): GridFilterOperandsCollection;
67
- set cu(a: GridFilterOperandsCollection);
68
- private c0;
69
- get c1(): FontInfo;
70
- set c1(a: FontInfo);
71
- private da;
72
- get db(): any;
73
- set db(a: any);
74
- private ck;
75
- get cl(): ColumnFilterCondition;
76
- set cl(a: ColumnFilterCondition);
77
- private d9;
78
- get ea(): Brush;
79
- set ea(a: Brush);
54
+ private d7;
55
+ private d3;
56
+ private ea;
57
+ get du(): DataSourceSchemaPropertyType;
58
+ set du(a: DataSourceSchemaPropertyType);
59
+ private dx;
60
+ get dy(): EditorType;
61
+ set dy(a: EditorType);
62
+ private eb;
63
+ get ec(): boolean;
64
+ set ec(a: boolean);
65
+ private d1;
66
+ get d2(): GridFilterOperandsCollection;
67
+ set d2(a: GridFilterOperandsCollection);
68
+ private d8;
69
+ get d9(): FontInfo;
70
+ set d9(a: FontInfo);
71
+ private ei;
72
+ get ej(): any;
73
+ set ej(a: any);
74
+ private ds;
75
+ get dt(): ColumnFilterCondition;
76
+ set dt(a: ColumnFilterCondition);
77
+ private fg;
78
+ get fh(): Brush;
79
+ set fh(a: Brush);
80
80
  }
@@ -5,8 +5,10 @@ import { IGridInfoRequestor } from "./IGridInfoRequestor";
5
5
  import { ICellModelExportUpdater } from "./ICellModelExportUpdater";
6
6
  import { DomRenderer, DomWrapper, NormalizedEvent } from "igniteui-angular-core";
7
7
  import { Brush } from "igniteui-angular-core";
8
- import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
8
+ import { FontInfo } from "igniteui-angular-core";
9
+ import { Rect } from "igniteui-angular-core";
9
10
  import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
11
+ import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
10
12
  import { Color } from "igniteui-angular-core";
11
13
  import { CellModel } from "./CellModel";
12
14
  /**
@@ -20,116 +22,159 @@ export declare class GridCellBase extends Base implements INativeCell {
20
22
  protected get f(): IGridInfoRequestor;
21
23
  private c;
22
24
  protected get d(): ICellModelExportUpdater;
23
- private ad;
24
- get ae(): DomRenderer;
25
- private af;
26
- get ah(): DomWrapper;
27
- private s;
25
+ private ai;
26
+ get ak(): DomRenderer;
27
+ private al;
28
+ get ap(): DomWrapper;
29
+ private w;
28
30
  get isRemoved(): boolean;
29
31
  set isRemoved(a: boolean);
30
- private ag;
31
- private i;
32
- private as;
33
- private ap;
34
- private ar;
35
- private aq;
36
- protected get a5(): number;
37
- protected get a3(): number;
38
- protected get a4(): number;
39
- private av;
40
- get a6(): number;
41
- set a6(a: number);
42
- private p;
43
- get v(): boolean;
44
- set v(a: boolean);
45
- private q;
46
- get w(): boolean;
47
- set w(a: boolean);
48
- private r;
49
- get y(): boolean;
50
- set y(a: boolean);
51
- constructor(a: DomRenderer);
52
- private bi;
53
- by(): void;
54
- private n;
55
- get u(): boolean;
56
- set u(a: boolean);
57
- protected get_z(): boolean;
58
- get z(): boolean;
32
+ private am;
33
+ private j;
34
+ private a0;
59
35
  private ax;
60
36
  private az;
61
37
  private ay;
62
- private aw;
63
- b7(a: number, b: number, c: number, d: number): void;
64
- private ak;
65
- private am;
66
- private al;
38
+ protected get bd(): number;
39
+ protected get bb(): number;
40
+ protected get bc(): number;
41
+ private a3;
42
+ get bg(): number;
43
+ set bg(a: number);
44
+ private t;
45
+ get aa(): boolean;
46
+ set aa(a: boolean);
47
+ private u;
48
+ get ab(): boolean;
49
+ set ab(a: boolean);
50
+ private v;
51
+ get ad(): boolean;
52
+ set ad(a: boolean);
53
+ private ao;
54
+ private bn;
55
+ get b0(): string;
56
+ set b0(a: string);
57
+ private dl;
58
+ get dp(): Brush;
59
+ set dp(a: Brush);
60
+ private m;
61
+ get n(): FontInfo;
62
+ set n(a: FontInfo);
63
+ private x;
64
+ private ci;
65
+ private bm;
66
+ get bw(): string;
67
+ set bw(a: string);
68
+ private bl;
69
+ get bt(): string;
70
+ set bt(a: string);
71
+ private dk;
72
+ get dn(): Brush;
73
+ set dn(a: Brush);
74
+ private dj;
75
+ get dm(): Brush;
76
+ set dm(a: Brush);
77
+ private dq;
78
+ get dr(): Rect;
79
+ set dr(a: Rect);
67
80
  private aj;
68
- private cj;
69
- b1(a: Brush, b: number, c: number, d: number, e: number): void;
70
- protected get_x(): boolean;
71
- get x(): boolean;
81
+ private an;
82
+ private l;
83
+ cj(): void;
84
+ ck(): void;
85
+ private c0;
86
+ constructor(a: DomRenderer);
87
+ private b7;
88
+ cr(): void;
89
+ private r;
90
+ get z(): boolean;
91
+ set z(a: boolean);
92
+ protected get_ae(): boolean;
93
+ get ae(): boolean;
94
+ private a5;
95
+ private a7;
96
+ private a6;
97
+ private a4;
98
+ c3(a: number, b: number, c: number, d: number): void;
99
+ private as;
100
+ private au;
72
101
  private at;
102
+ private ar;
103
+ private di;
104
+ cu(a: Brush, b: number, c: number, d: number, e: number): void;
105
+ protected get_ac(): boolean;
106
+ get ac(): boolean;
107
+ private a1;
108
+ protected get be(): number;
109
+ private ba;
110
+ protected get bh(): number;
73
111
  private a2;
74
- private au;
75
- b3(a: number, b: number): void;
76
- b9(a: number, b: number): void;
77
- protected ca(a: number, b: number, c: number, d: number): void;
78
- bg(): void;
79
- b0(a: Color): void;
80
- private j;
112
+ protected get bf(): number;
113
+ cy(a: number, b: number): void;
114
+ c8(a: number, b: number): void;
115
+ protected c9(a: number, b: number, c: number, d: number): void;
116
+ b5(): void;
117
+ ct(a: Color): void;
118
+ private k;
81
119
  private g;
120
+ private i;
121
+ c2(a: number): void;
122
+ cx(a: DomWrapper, b: FontInfo): void;
123
+ c6(a: DomWrapper, b: Brush): void;
124
+ c4(a: DomWrapper, b: Brush): void;
125
+ cw(a: DomWrapper, b: Brush): void;
126
+ c5(a: DomWrapper, b: string): void;
127
+ private ah;
128
+ private ag;
129
+ private static o;
130
+ private static bi;
131
+ private q;
132
+ private p;
133
+ dh(a: number): void;
134
+ df(a: number, b: number, c: number, d: number): void;
135
+ cf(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
82
136
  private h;
83
- b6(a: number): void;
84
- private ac;
85
- private ab;
86
- private static k;
87
- private static a7;
88
- private m;
89
- private l;
90
- ci(a: number): void;
91
- cg(a: number, b: number, c: number, d: number): void;
92
- bq(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
93
- ch(a: CellModel): void;
94
- private t;
95
- ce(a: CellContentHorizontalAlignment, b: CellContentVerticalAlignment): void;
96
- cf(a: Brush): void;
97
- bz(a: ICellActionManager): void;
98
- b5(a: IGridInfoRequestor): void;
99
- b2(a: ICellModelExportUpdater): void;
100
- private a8;
101
- private a9;
102
- private ai;
103
- private static a0;
104
- private static ao;
105
- private a1;
106
- protected b4(a: DomWrapper, b: CellContentHorizontalAlignment): void;
107
- protected b8(a: DomWrapper, b: CellContentVerticalAlignment): void;
108
- protected aa(a: ICellActionManager): boolean;
137
+ cl(a: CellContentVerticalAlignment): void;
138
+ dg(a: CellModel): void;
139
+ private y;
140
+ dd(a: CellContentHorizontalAlignment, b: CellContentVerticalAlignment): void;
141
+ de(a: Brush): void;
142
+ cs(a: ICellActionManager): void;
143
+ c1(a: IGridInfoRequestor): void;
144
+ cv(a: ICellModelExportUpdater): void;
109
145
  private bj;
110
- private bn;
111
- private bm;
112
- private bl;
113
146
  private bk;
114
- private bt;
115
- private bw;
116
- private bx;
117
- private bv;
118
- private bu;
119
- private cb;
147
+ private aq;
148
+ private static a8;
149
+ private static aw;
150
+ private a9;
151
+ protected cz(a: DomWrapper, b: CellContentHorizontalAlignment): void;
152
+ protected c7(a: DomWrapper, b: CellContentVerticalAlignment): void;
153
+ protected af(a: ICellActionManager): boolean;
154
+ private b8;
120
155
  private cc;
121
- private cd;
156
+ private cb;
157
+ private ca;
158
+ private b9;
159
+ private cm;
160
+ private cp;
161
+ private cq;
162
+ private co;
163
+ private cn;
164
+ private da;
165
+ private db;
166
+ private dc;
122
167
  onContactStarted(e_: NormalizedEvent, a: boolean): void;
123
168
  onContactMoved(a: NormalizedEvent, b: boolean): void;
124
- private an;
169
+ private av;
125
170
  onContactCompleted(e_: NormalizedEvent, a: boolean): void;
126
- bp(a: NormalizedEvent, b: boolean): void;
127
- bo(a: NormalizedEvent, b: boolean): void;
171
+ ce(a: NormalizedEvent, b: boolean): void;
172
+ cd(a: NormalizedEvent, b: boolean): void;
128
173
  onDoubleClick(a: NormalizedEvent): void;
129
- private o;
130
- protected bs(a: string, b: any, c: any): void;
131
- br(): void;
132
- bh(): void;
133
- bf(): void;
174
+ private s;
175
+ protected ch(a: string, b: any, c: any): void;
176
+ cg(): void;
177
+ b6(): void;
178
+ b4(): void;
134
179
  detach(): void;
135
180
  }
@@ -5,10 +5,6 @@ import { Base, Type } from "igniteui-angular-core";
5
5
  export declare class GridConditionFilterStringErrorsParsingEventArgs extends Base {
6
6
  static $t: Type;
7
7
  constructor();
8
- private _propertyName;
9
- get propertyName(): string;
10
- set propertyName(a: string);
11
- private _errors;
12
- get errors(): string;
13
- set errors(a: string);
8
+ b: string;
9
+ a: string;
14
10
  }
@@ -0,0 +1,11 @@
1
+ import { Base, Type } from "igniteui-angular-core";
2
+ import { FontInfo } from "igniteui-angular-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class GridConditionalStyleFontInfo extends Base {
7
+ static $t: Type;
8
+ private a;
9
+ get textStyle(): FontInfo;
10
+ set textStyle(a: FontInfo);
11
+ }
@@ -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 cq;
14
- private ck;
15
- private cl;
16
- private cs;
17
- private cm;
18
- private cn;
19
- private cp;
20
- get cr(): DomWrapper;
21
- get co(): number;
22
- set co(a: number);
13
+ private dy;
14
+ private ds;
15
+ private dt;
16
+ private d0;
17
+ private du;
18
+ private dv;
19
+ private dx;
20
+ get dz(): DomWrapper;
21
+ get dw(): number;
22
+ set dw(a: number);
23
23
  constructor(a: DomRenderer);
24
- private cv;
25
- cw(a: string, b: ImageResourceType): void;
26
- private cu;
27
- cz(a: ImageStretchOptions): void;
28
- private c0;
29
- ct(): void;
30
- cx(a: CellContentHorizontalAlignment): void;
31
- cy(a: CellContentVerticalAlignment): void;
32
- protected get_z(): boolean;
33
- protected bs(a: string, b: any, c: any): void;
24
+ private d3;
25
+ d4(a: string, b: ImageResourceType): void;
26
+ private d2;
27
+ d7(a: ImageStretchOptions): void;
28
+ private d8;
29
+ d1(): void;
30
+ d5(a: CellContentHorizontalAlignment): void;
31
+ d6(a: CellContentVerticalAlignment): void;
32
+ protected get_ae(): boolean;
33
+ protected ch(a: string, b: any, c: any): void;
34
34
  }
@@ -11,10 +11,10 @@ import { FontInfo } from "igniteui-angular-core";
11
11
  import { ColumnWidth } from "./ColumnWidth";
12
12
  import { SortMode } from "./SortMode";
13
13
  import { IDataSourceUpdateNotifier } from "igniteui-angular-core";
14
+ import { Thickness } from "igniteui-angular-core";
14
15
  import { CornerRadius } from "igniteui-angular-core";
15
16
  import { Brush } from "igniteui-angular-core";
16
17
  import { BaseControlTheme } from "igniteui-angular-core";
17
- import { Thickness } from "igniteui-angular-core";
18
18
  import { ControlDisplayDensity } from "igniteui-angular-core";
19
19
  import { InputGroupDisplayType } from "igniteui-angular-inputs";
20
20
  import { MultiColumnComboBoxTextChangedEventArgs } from "./MultiColumnComboBoxTextChangedEventArgs";
@@ -7,5 +7,6 @@ import { Type } from "igniteui-angular-core";
7
7
  export declare class NumericCell extends TextCell {
8
8
  static $t: Type;
9
9
  constructor(a: DomRenderer);
10
- protected bs(a: string, b: any, c: any): void;
10
+ protected ch(a: string, b: any, c: any): void;
11
+ b5(): void;
11
12
  }