igniteui-webcomponents-data-grids 6.0.1-beta.1 → 6.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 (241) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +12298 -10495
  2. package/bundles/igniteui-webcomponents-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 +8409 -7998
  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 +308 -308
  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 +11 -11
  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 +326 -205
  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 +8 -8
  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/TextIconSetConditionalStyle.js +14 -9
  74. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  75. package/esm2015/lib/igc-cell-info.js +301 -190
  76. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  77. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  78. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  79. package/esm2015/lib/igc-data-grid-column-component.js +284 -160
  80. package/esm2015/lib/igc-data-grid-component.js +64 -4
  81. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  82. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  83. package/esm2015/lib/igc-definition-base-component.js +66 -65
  84. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  85. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  86. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  87. package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  88. package/esm2015/lib/igc-grid-conditional-style-font-info-component.js +214 -0
  89. package/esm2015/lib/igc-grid-conditional-style-font-info-module.js +16 -0
  90. package/esm2015/lib/igc-grid-conditional-style-property-component.js +101 -35
  91. package/esm2015/lib/igc-header-component.js +24 -24
  92. package/esm2015/lib/igc-image-cell-info.js +6 -6
  93. package/esm2015/lib/igc-image-column-component.js +12 -12
  94. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  95. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  96. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  97. package/esm2015/lib/igc-section-header-component.js +24 -24
  98. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  99. package/esm2015/lib/igc-summary-row-component.js +24 -24
  100. package/esm2015/lib/igc-template-cell-info.js +2 -2
  101. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  102. package/esm2015/lib/igc-text-cell-info.js +2 -2
  103. package/esm2015/lib/igc-text-column-component.js +9 -9
  104. package/esm2015/lib/igc-text-header-cell-info.js +10 -10
  105. package/esm2015/public_api.js +4 -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 +8205 -7695
  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 +11 -11
  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 +343 -194
  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 +8 -8
  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/TextIconSetConditionalStyle.js +14 -9
  177. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  178. package/esm5/lib/igc-cell-info.js +349 -190
  179. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  180. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  181. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  182. package/esm5/lib/igc-data-grid-column-component.js +332 -160
  183. package/esm5/lib/igc-data-grid-component.js +68 -4
  184. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  185. package/esm5/lib/igc-date-time-column-component.js +23 -23
  186. package/esm5/lib/igc-definition-base-component.js +66 -65
  187. package/esm5/lib/igc-editor-cell-info.js +23 -23
  188. package/esm5/lib/igc-filter-cell-info.js +26 -26
  189. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  190. package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  191. package/esm5/lib/igc-grid-conditional-style-font-info-component.js +232 -0
  192. package/esm5/lib/igc-grid-conditional-style-font-info-module.js +20 -0
  193. package/esm5/lib/igc-grid-conditional-style-property-component.js +128 -34
  194. package/esm5/lib/igc-header-component.js +24 -24
  195. package/esm5/lib/igc-image-cell-info.js +6 -6
  196. package/esm5/lib/igc-image-column-component.js +12 -12
  197. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  198. package/esm5/lib/igc-numeric-column-component.js +35 -35
  199. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  200. package/esm5/lib/igc-section-header-component.js +24 -24
  201. package/esm5/lib/igc-summary-cell-info.js +9 -9
  202. package/esm5/lib/igc-summary-row-component.js +24 -24
  203. package/esm5/lib/igc-template-cell-info.js +2 -2
  204. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  205. package/esm5/lib/igc-text-cell-info.js +2 -2
  206. package/esm5/lib/igc-text-column-component.js +9 -9
  207. package/esm5/lib/igc-text-header-cell-info.js +10 -10
  208. package/esm5/public_api.js +4 -0
  209. package/fesm2015/igniteui-webcomponents-data-grids.js +12290 -10806
  210. package/fesm5/igniteui-webcomponents-data-grids.js +12295 -10497
  211. package/lib/ColumnFilterCondition_combined.d.ts +1999 -1901
  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/GridConditionalStyleProperty.d.ts +84 -61
  219. package/lib/ImageCell.d.ts +20 -20
  220. package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
  221. package/lib/NumericCell.d.ts +2 -1
  222. package/lib/SectionHeaderCell.d.ts +4 -4
  223. package/lib/SummaryCell.d.ts +11 -11
  224. package/lib/TemplateCell.d.ts +6 -6
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +3 -3
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +10 -8
  230. package/lib/TextCellDecoration.d.ts +26 -0
  231. package/lib/TextHeaderCell.d.ts +37 -35
  232. package/lib/VerticalSeparatorCell.d.ts +9 -9
  233. package/lib/igc-cell-info.d.ts +58 -0
  234. package/lib/igc-data-grid-column-component.d.ts +62 -1
  235. package/lib/igc-data-grid-component.d.ts +15 -1
  236. package/lib/igc-definition-base-component.d.ts +1 -1
  237. package/lib/igc-grid-conditional-style-font-info-component.d.ts +44 -0
  238. package/lib/igc-grid-conditional-style-font-info-module.d.ts +3 -0
  239. package/lib/igc-grid-conditional-style-property-component.d.ts +17 -2
  240. package/package.json +4 -4
  241. package/public_api.d.ts +4 -0
@@ -2,6 +2,7 @@ import { Base, INotifyPropertyChanged, PropertyChangedEventArgs, Type } from "ig
2
2
  import { GridConditionalStylePropertyStylingType } from "./GridConditionalStylePropertyStylingType";
3
3
  import { GridConditionalStyleBoundType } from "./GridConditionalStyleBoundType";
4
4
  import { IFilterExpression } from "igniteui-webcomponents-core";
5
+ import { GridConditionalStyleFontInfo } from "./GridConditionalStyleFontInfo";
5
6
  import { Brush } from "igniteui-webcomponents-core";
6
7
  import { BrushCollection } from "igniteui-webcomponents-core";
7
8
  import { GridConditionFilterStringErrorsParsingEventArgs } from "./GridConditionFilterStringErrorsParsingEventArgs";
@@ -10,93 +11,114 @@ import { GridConditionFilterStringErrorsParsingEventArgs } from "./GridCondition
10
11
  */
11
12
  export declare class GridConditionalStyleProperty extends Base implements INotifyPropertyChanged {
12
13
  static $t: Type;
13
- private ai;
14
- get aj(): GridConditionalStylePropertyStylingType;
15
- set aj(a: GridConditionalStylePropertyStylingType);
14
+ private ak;
15
+ get al(): GridConditionalStylePropertyStylingType;
16
+ set al(a: GridConditionalStylePropertyStylingType);
16
17
  private af;
17
18
  get ah(): GridConditionalStyleBoundType;
18
19
  set ah(a: GridConditionalStyleBoundType);
19
20
  private ae;
20
21
  get ag(): GridConditionalStyleBoundType;
21
22
  set ag(a: GridConditionalStyleBoundType);
22
- private bg;
23
- get b9(): string;
24
- set b9(a: string);
23
+ private br;
24
+ get cs(): string;
25
+ set cs(a: string);
25
26
  private k;
26
27
  get w(): IFilterExpression;
27
28
  set w(a: IFilterExpression);
28
- private bd;
29
- get bo(): string;
30
- set bo(a: string);
29
+ private bo;
30
+ get b5(): string;
31
+ set b5(a: string);
31
32
  private g;
32
33
  get s(): IFilterExpression;
33
34
  set s(a: IFilterExpression);
34
35
  private m;
35
36
  get y(): IFilterExpression;
36
37
  set y(a: IFilterExpression);
37
- private bf;
38
- get b5(): string;
39
- set b5(a: string);
38
+ private bq;
39
+ get cn(): string;
40
+ set cn(a: string);
40
41
  private i;
41
42
  get u(): IFilterExpression;
42
43
  set u(a: IFilterExpression);
43
44
  private l;
44
45
  get x(): IFilterExpression;
45
46
  set x(a: IFilterExpression);
46
- private be;
47
- get bz(): string;
48
- set bz(a: string);
47
+ private bp;
48
+ get ch(): string;
49
+ set ch(a: string);
49
50
  private h;
50
51
  get t(): IFilterExpression;
51
52
  set t(a: IFilterExpression);
52
53
  private r;
53
54
  get ad(): IFilterExpression;
54
55
  set ad(a: IFilterExpression);
55
- private bh;
56
- get ce(): string;
57
- set ce(a: string);
56
+ private bt;
57
+ get cz(): string;
58
+ set cz(a: string);
58
59
  private j;
59
60
  get v(): IFilterExpression;
60
61
  set v(a: IFilterExpression);
61
- private a7;
62
- get bc(): any;
63
- set bc(a: any);
64
- private al;
65
- get as(): boolean;
66
- set as(a: boolean);
67
62
  private a3;
68
- get a8(): any;
69
- set a8(a: any);
70
- private cm;
71
- get co(): Brush;
72
- set co(a: Brush);
73
- private cl;
74
- get cn(): Brush;
75
- set cn(a: Brush);
76
- private a5;
77
- get ba(): any;
78
- set ba(a: any);
63
+ get a7(): number;
64
+ set a7(a: number);
65
+ private bb;
66
+ get bc(): number;
67
+ set bc(a: number);
68
+ private an;
69
+ get ap(): boolean;
70
+ set ap(a: boolean);
71
+ private ax;
72
+ get a0(): Date;
73
+ set a0(a: Date);
74
+ private ai;
75
+ get aj(): GridConditionalStyleFontInfo;
76
+ set aj(a: GridConditionalStyleFontInfo);
77
+ private bg;
78
+ get bm(): any;
79
+ set bm(a: any);
80
+ private bs;
81
+ get cv(): string;
82
+ set cv(a: string);
83
+ private c5;
84
+ get c8(): Brush;
85
+ set c8(a: Brush);
86
+ private ao;
87
+ get aw(): boolean;
88
+ set aw(a: boolean);
89
+ private bd;
90
+ get bj(): any;
91
+ set bj(a: any);
92
+ private c7;
93
+ get da(): Brush;
94
+ set da(a: Brush);
95
+ private c6;
96
+ get c9(): Brush;
97
+ set c9(a: Brush);
98
+ private bf;
99
+ get bl(): any;
100
+ set bl(a: any);
101
+ private be;
102
+ get bk(): any;
103
+ set bk(a: any);
104
+ private bh;
105
+ get bn(): any;
106
+ set bn(a: any);
79
107
  private a4;
80
- get a9(): any;
81
- set a9(a: any);
108
+ get a8(): number;
109
+ set a8(a: number);
82
110
  private a6;
83
- get bb(): any;
84
- set bb(a: any);
85
- private ax;
86
- get a0(): number;
87
- set a0(a: number);
88
- private az;
89
- get a2(): number;
90
- set a2(a: number);
111
+ get ba(): number;
112
+ set ba(a: number);
113
+ private a5;
114
+ get a9(): number;
115
+ set a9(a: number);
91
116
  private ay;
92
- get a1(): number;
93
- set a1(a: number);
94
- private at;
95
- get av(): Date;
96
- set av(a: Date);
97
- private au;
98
- get aw(): Date;
99
- set aw(a: Date);
117
+ get a1(): Date;
118
+ set a1(a: Date);
119
+ private az;
120
+ get a2(): Date;
121
+ set a2(a: Date);
100
122
  private e;
101
123
  get f(): BrushCollection;
102
124
  set f(a: BrushCollection);
@@ -106,14 +128,14 @@ export declare class GridConditionalStyleProperty extends Base implements INotif
106
128
  private a;
107
129
  get c(): any[];
108
130
  set c(a: any[]);
109
- an: boolean;
110
- am: boolean;
111
- get ar(): boolean;
112
- get ap(): boolean;
113
- get ao(): boolean;
114
- get aq(): boolean;
115
- protected cj(a: string, b: any, c: any): void;
116
- protected ck(a: string, b: any, c: any): void;
131
+ ar: boolean;
132
+ aq: boolean;
133
+ get av(): boolean;
134
+ get at(): boolean;
135
+ get as(): boolean;
136
+ get au(): boolean;
137
+ protected c3(a: string, b: any, c: any): void;
138
+ protected c4(a: string, b: any, c: any): void;
117
139
  filterStringErrorsParsing: (sender: any, args: GridConditionFilterStringErrorsParsingEventArgs) => void;
118
140
  private n;
119
141
  private z;
@@ -124,4 +146,5 @@ export declare class GridConditionalStyleProperty extends Base implements INotif
124
146
  private q;
125
147
  private ac;
126
148
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
149
+ bi(a: Type): any;
127
150
  }
@@ -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-webcomponents-core";
11
11
  import { ColumnWidth } from "./ColumnWidth";
12
12
  import { SortMode } from "./SortMode";
13
13
  import { IDataSourceUpdateNotifier } from "igniteui-webcomponents-core";
14
+ import { Thickness } from "igniteui-webcomponents-core";
14
15
  import { CornerRadius } from "igniteui-webcomponents-core";
15
16
  import { Brush } from "igniteui-webcomponents-core";
16
17
  import { BaseControlTheme } from "igniteui-webcomponents-core";
17
- import { Thickness } from "igniteui-webcomponents-core";
18
18
  import { ControlDisplayDensity } from "igniteui-webcomponents-core";
19
19
  import { InputGroupDisplayType } from "igniteui-webcomponents-inputs";
20
20
  import { MultiColumnComboBoxTextChangedEventArgs } from "./MultiColumnComboBoxTextChangedEventArgs";
@@ -7,5 +7,6 @@ import { Type } from "igniteui-webcomponents-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
  }
@@ -6,9 +6,9 @@ import { Type } from "igniteui-webcomponents-core";
6
6
  */
7
7
  export declare class SectionHeaderCell extends GridCellBase {
8
8
  static $t: Type;
9
- private ck;
10
- get cl(): DomWrapper;
9
+ private ds;
10
+ get dt(): DomWrapper;
11
11
  constructor(a: DomRenderer);
12
- protected get_z(): boolean;
13
- protected bs(a: string, b: any, c: any): void;
12
+ protected get_ae(): boolean;
13
+ protected ch(a: string, b: any, c: any): void;
14
14
  }
@@ -6,16 +6,16 @@ import { Type } from "igniteui-webcomponents-core";
6
6
  */
7
7
  export declare class SummaryCell extends GridCellBase {
8
8
  static $t: Type;
9
- private ck;
10
- get cn(): DomWrapper;
11
- private cl;
12
- get co(): DomWrapper;
13
- private cm;
14
- private cq;
15
- b9(a: number, b: number): void;
16
- private cp;
17
- b3(a: number, b: number): void;
9
+ private ds;
10
+ get dv(): DomWrapper;
11
+ private dt;
12
+ get dw(): DomWrapper;
13
+ private du;
14
+ private dy;
15
+ c8(a: number, b: number): void;
16
+ private dx;
17
+ cy(a: number, b: number): void;
18
18
  constructor(a: DomRenderer);
19
- protected get_z(): boolean;
20
- protected bs(a: string, b: any, c: any): void;
19
+ protected get_ae(): boolean;
20
+ protected ch(a: string, b: any, c: any): void;
21
21
  }
@@ -7,11 +7,11 @@ import { Type } from "igniteui-webcomponents-core";
7
7
  */
8
8
  export declare class TemplateCell extends GridCellBase {
9
9
  static $t: Type;
10
- private ck;
11
- get cl(): TemplateCellContainer;
10
+ private ds;
11
+ get dt(): TemplateCellContainer;
12
12
  constructor(a: DomRenderer);
13
- protected get_z(): boolean;
14
- protected bs(a: string, b: any, c: any): void;
15
- bh(): void;
16
- private cm;
13
+ protected get_ae(): boolean;
14
+ protected ch(a: string, b: any, c: any): void;
15
+ b6(): void;
16
+ private du;
17
17
  }
@@ -12,8 +12,8 @@ export declare class TemplateHeader extends Header {
12
12
  static $t: Type;
13
13
  constructor();
14
14
  protected n(a: CellPath): CellModel;
15
- protected d2(a: CellPath, b: DataGrid, c: any): string;
16
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
17
- hq(a: TemplateHeaderCellModel, b: any): void;
15
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
16
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
17
+ hr(a: TemplateHeaderCellModel, b: any): void;
18
18
  cellUpdating: (sender: any, args: TemplateHeaderCellUpdatingEventArgs) => void;
19
19
  }
@@ -7,8 +7,8 @@ import { Type } from "igniteui-webcomponents-core";
7
7
  */
8
8
  export declare class TemplateHeaderCell extends GridCellBase {
9
9
  static $t: Type;
10
- private ck;
11
- get cl(): TemplateCellContainer;
10
+ private ds;
11
+ get dt(): TemplateCellContainer;
12
12
  constructor(a: DomRenderer);
13
- protected get_x(): boolean;
13
+ protected get_ac(): boolean;
14
14
  }
@@ -6,12 +6,12 @@ import { CellModelExport } from "./CellModelExport";
6
6
  */
7
7
  export declare class TemplateHeaderCellModel extends TemplateCellModel {
8
8
  static $t: Type;
9
- static readonly mp: number;
10
- private mn;
11
- get mo(): boolean;
12
- set mo(a: boolean);
13
- ld(a: string, b: any): void;
14
- kp(a: string): Type;
15
- hm(a: string): any;
9
+ static readonly n2: number;
10
+ private n0;
11
+ get n1(): boolean;
12
+ set n1(a: boolean);
13
+ mk(a: string, b: any): void;
14
+ lw(a: string): Type;
15
+ ia(a: string): any;
16
16
  b(a: CellModelExport): CellModelExport;
17
17
  }
@@ -10,8 +10,8 @@ import { TemplateSectionHeaderCellUpdatingEventArgs } from "./TemplateSectionHea
10
10
  */
11
11
  export declare class TemplateSectionHeader extends SectionHeader {
12
12
  static $t: Type;
13
- protected d2(a: CellPath, b: DataGrid, c: any): string;
13
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
14
14
  protected n(a: CellPath): CellModel;
15
- hu(a: TemplateSectionHeaderCellModel, b: any): void;
15
+ hv(a: TemplateSectionHeaderCellModel, b: any): void;
16
16
  cellUpdating: (sender: any, args: TemplateSectionHeaderCellUpdatingEventArgs) => void;
17
17
  }
package/lib/TextCell.d.ts CHANGED
@@ -1,18 +1,20 @@
1
1
  import { GridCellBase } from "./GridCellBase";
2
2
  import { DomWrapper, DomRenderer } from "igniteui-webcomponents-core";
3
3
  import { Type } from "igniteui-webcomponents-core";
4
+ import { FontInfo } from "igniteui-webcomponents-core";
4
5
  /**
5
6
  * @hidden
6
7
  */
7
8
  export declare class TextCell extends GridCellBase {
8
9
  static $t: Type;
9
- private ck;
10
- get cl(): DomWrapper;
11
- private cn;
12
- b9(a: number, b: number): void;
13
- private cm;
14
- b3(a: number, b: number): void;
10
+ private ds;
11
+ get dt(): DomWrapper;
12
+ private dv;
13
+ c8(a: number, b: number): void;
14
+ private du;
15
+ cy(a: number, b: number): void;
15
16
  constructor(a: DomRenderer);
16
- protected get_z(): boolean;
17
- protected bs(a: string, b: any, c: any): void;
17
+ cx(a: DomWrapper, b: FontInfo): void;
18
+ protected get_ae(): boolean;
19
+ protected ch(a: string, b: any, c: any): void;
18
20
  }
@@ -0,0 +1,26 @@
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * Indicates how to decorate cell text.
4
+ */
5
+ export declare enum TextCellDecoration {
6
+ /**
7
+ * No decorations are applied.
8
+ */
9
+ None = 0,
10
+ /**
11
+ * Draws a line through the middle of the text.
12
+ */
13
+ Strikethrough = 1,
14
+ /**
15
+ * Draws a line above the text.
16
+ */
17
+ Overline = 2,
18
+ /**
19
+ * Draws a line beneath the text.
20
+ */
21
+ Underline = 3
22
+ }
23
+ /**
24
+ * @hidden
25
+ */
26
+ export declare let TextCellDecoration_$type: Type;
@@ -6,49 +6,51 @@ import { ColumnOptionsIconBehavior } from "./ColumnOptionsIconBehavior";
6
6
  import { ColumnOptionsIconAlignment } from "./ColumnOptionsIconAlignment";
7
7
  import { ICellActionManager } from "./ICellActionManager";
8
8
  import { Type } from "igniteui-webcomponents-core";
9
+ import { FontInfo } from "igniteui-webcomponents-core";
9
10
  import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
10
11
  /**
11
12
  * @hidden
12
13
  */
13
14
  export declare class TextHeaderCell extends GridCellBase {
14
15
  static $t: Type;
15
- private cv;
16
- private cr;
17
- private cp;
18
- private cl;
19
- private ck;
20
- get cy(): DomWrapper;
21
- get cs(): GridSortIndicator;
22
- get cq(): GridFilterDialog;
23
- private cn;
24
- get co(): ColumnOptionsIconBehavior;
25
- set co(a: ColumnOptionsIconBehavior);
26
- get cm(): ColumnOptionsIconAlignment;
27
- set cm(a: ColumnOptionsIconAlignment);
28
- protected aa(a: ICellActionManager): boolean;
29
- private cx;
30
- private c0;
31
- b9(a: number, b: number): void;
32
- private cz;
33
- b3(a: number, b: number): void;
34
- protected ca(a: number, b: number, c: number, d: number): void;
16
+ private d3;
17
+ private dz;
18
+ private dx;
19
+ private dt;
20
+ private ds;
21
+ get d6(): DomWrapper;
22
+ get d0(): GridSortIndicator;
23
+ get dy(): GridFilterDialog;
24
+ private dv;
25
+ get dw(): ColumnOptionsIconBehavior;
26
+ set dw(a: ColumnOptionsIconBehavior);
27
+ get du(): ColumnOptionsIconAlignment;
28
+ set du(a: ColumnOptionsIconAlignment);
29
+ protected af(a: ICellActionManager): boolean;
30
+ private d5;
31
+ private d8;
32
+ c8(a: number, b: number): void;
33
+ private d7;
34
+ cy(a: number, b: number): void;
35
+ cx(a: DomWrapper, b: FontInfo): void;
36
+ protected c9(a: number, b: number, c: number, d: number): void;
35
37
  constructor(a: DomRenderer);
36
- private c3;
37
- private da;
38
- private c9;
39
- private c5;
40
- private c6;
41
- private c4;
42
- bq(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
43
- b7(a: number, b: number, c: number, d: number): void;
44
- private c8;
45
- private c7;
46
- protected bs(a: string, b: any, c: any): void;
47
- private ct;
38
+ private eb;
39
+ private ei;
40
+ private eh;
41
+ private ed;
42
+ private ee;
43
+ private ec;
44
+ cf(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
45
+ c3(a: number, b: number, c: number, d: number): void;
46
+ private eg;
47
+ private ef;
48
+ protected ch(a: string, b: any, c: any): void;
49
+ private d1;
48
50
  onContactStarted(e_: NormalizedEvent, a: boolean): void;
49
51
  onContactCompleted(e_: NormalizedEvent, a: boolean): void;
50
52
  detach(): void;
51
- protected get_x(): boolean;
52
- cw: DomWrapper;
53
- cu: boolean;
53
+ protected get_ac(): boolean;
54
+ d4: DomWrapper;
55
+ d2: boolean;
54
56
  }
@@ -8,14 +8,14 @@ import { Type } from "igniteui-webcomponents-core";
8
8
  */
9
9
  export declare class VerticalSeparatorCell extends GridCellBase {
10
10
  static $t: Type;
11
- private cl;
12
- private ck;
13
- private cm;
14
- private cn;
11
+ private dt;
12
+ private ds;
13
+ private du;
14
+ private dv;
15
15
  constructor(a: DomRenderer);
16
- b1(a: Brush, b: number, c: number, d: number, e: number): void;
17
- b9(a: number, b: number): void;
18
- b0(a: Color): void;
19
- private cp;
20
- private co;
16
+ cu(a: Brush, b: number, c: number, d: number, e: number): void;
17
+ c8(a: number, b: number): void;
18
+ ct(a: Color): void;
19
+ private dx;
20
+ private dw;
21
21
  }
@@ -5,6 +5,7 @@ import { ColumnSortDirection } from "./ColumnSortDirection";
5
5
  import { CellModel as CellModel_internal } from "./CellModel";
6
6
  import { ICellActionManager } from "./ICellActionManager";
7
7
  import { PinnedPositions } from './PinnedPositions';
8
+ import { TextCellDecoration } from "./TextCellDecoration";
8
9
  /**
9
10
  * Represents info about the current cell.
10
11
  */
@@ -309,6 +310,63 @@ export declare abstract class IgcCellInfo {
309
310
  set font(v: string);
310
311
  get actualFont(): string;
311
312
  set actualFont(v: string);
313
+ /**
314
+ * Gets or sets the text to display in the suffix area of the cell.
315
+ */
316
+ get suffixText(): string;
317
+ set suffixText(v: string);
318
+ /**
319
+ * Gets or sets the color of the suffix text for the cell, if any.
320
+ */
321
+ get suffixTextColor(): string;
322
+ set suffixTextColor(v: string);
323
+ get suffixTextFont(): string;
324
+ set suffixTextFont(v: string);
325
+ /**
326
+ * Gets or sets the icon to display in the suffix area of the cell.
327
+ */
328
+ get suffixIconName(): string;
329
+ set suffixIconName(v: string);
330
+ /**
331
+ * Gets or sets the icon to display in the suffix area of the cell.
332
+ */
333
+ get suffixIconCollectionName(): string;
334
+ set suffixIconCollectionName(v: string);
335
+ /**
336
+ * Gets or sets the stroke color of the suffix icon.
337
+ */
338
+ get suffixIconStroke(): string;
339
+ set suffixIconStroke(v: string);
340
+ /**
341
+ * Gets or sets the fill color of the suffix icon.
342
+ */
343
+ get suffixIconFill(): string;
344
+ set suffixIconFill(v: string);
345
+ /**
346
+ * Gets or sets the suffix icon's viewbox x coordinate.
347
+ */
348
+ get suffixIconViewBoxLeft(): number;
349
+ set suffixIconViewBoxLeft(v: number);
350
+ /**
351
+ * Gets or sets the suffix icon's viewbox y coordinate.
352
+ */
353
+ get suffixIconViewBoxTop(): number;
354
+ set suffixIconViewBoxTop(v: number);
355
+ /**
356
+ * Gets or sets the suffix icon's viewbox width.
357
+ */
358
+ get suffixIconViewBoxWidth(): number;
359
+ set suffixIconViewBoxWidth(v: number);
360
+ /**
361
+ * Gets or sets the suffix icon's viewbox height.
362
+ */
363
+ get suffixIconViewBoxHeight(): number;
364
+ set suffixIconViewBoxHeight(v: number);
365
+ /**
366
+ * Gets or sets the text decorations to apply to the cell text.
367
+ */
368
+ get textDecoration(): TextCellDecoration;
369
+ set textDecoration(v: TextCellDecoration);
312
370
  /**
313
371
  * Gets or sets the line break mode to use if text is present in the cell.
314
372
  */