igniteui-angular-data-grids 21.0.0-beta.0 → 21.0.1-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 (190) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +28 -0
  8. package/esm2015/lib/CheckboxListView_combined.js +730 -705
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +266 -266
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +65 -63
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +9 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +271 -433
  38. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  39. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  40. package/esm2015/lib/ImageCell.js +55 -55
  41. package/esm2015/lib/ImageCellPresenter.js +8 -8
  42. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  44. package/esm2015/lib/NumericCell.js +4 -4
  45. package/esm2015/lib/NumericCellPresenter.js +2 -2
  46. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  47. package/esm2015/lib/SectionHeaderCell.js +8 -8
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  49. package/esm2015/lib/SummaryCell.js +25 -25
  50. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  51. package/esm2015/lib/TemplateCell.js +11 -11
  52. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  53. package/esm2015/lib/TemplateHeader.js +7 -7
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  56. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  57. package/esm2015/lib/TextCell.js +22 -22
  58. package/esm2015/lib/TextCellPresenter.js +2 -2
  59. package/esm2015/lib/TextHeaderCell.js +140 -134
  60. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  61. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  62. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  63. package/esm2015/lib/igx-checkbox-list-component.js +69 -69
  64. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  65. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  66. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igx-data-grid-column-component.js +265 -139
  68. package/esm2015/lib/igx-data-grid-component.js +110 -2
  69. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
  70. package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
  71. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  72. package/esm2015/lib/igx-definition-base-component.js +89 -89
  73. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  74. package/esm2015/lib/igx-header-component.js +16 -16
  75. package/esm2015/lib/igx-image-column-component.js +10 -10
  76. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  77. package/esm2015/lib/igx-section-header-component.js +16 -16
  78. package/esm2015/lib/igx-summary-row-component.js +16 -16
  79. package/esm2015/lib/igx-text-column-component.js +8 -8
  80. package/esm2015/lib/igx-text-header-cell-info.js +65 -4
  81. package/esm2015/public_api.js +1 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  83. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  84. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  85. package/esm5/lib/CellPresenterBase.js +10 -10
  86. package/esm5/lib/CheckboxListBridge.js +28 -0
  87. package/esm5/lib/CheckboxListView_combined.js +709 -684
  88. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  89. package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
  90. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  91. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  92. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  93. package/esm5/lib/ContentCellModelHelper.js +3 -3
  94. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  95. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  96. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  97. package/esm5/lib/DraggerView.js +3 -3
  98. package/esm5/lib/EditorCell.js +256 -256
  99. package/esm5/lib/EditorCellPresenter.js +15 -15
  100. package/esm5/lib/FilterCell.js +252 -252
  101. package/esm5/lib/FilterCellPresenter.js +8 -8
  102. package/esm5/lib/GridCellBase.js +64 -62
  103. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  104. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  105. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  106. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  108. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  109. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  112. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  113. package/esm5/lib/GridExternalWrapper.js +9 -6
  114. package/esm5/lib/GridFilterDialogView_combined.js +331 -164
  115. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  116. package/esm5/lib/GridStyleRepository.js +275 -585
  117. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  118. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  119. package/esm5/lib/ImageCell.js +54 -54
  120. package/esm5/lib/ImageCellPresenter.js +8 -8
  121. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  123. package/esm5/lib/NumericCell.js +4 -4
  124. package/esm5/lib/NumericCellPresenter.js +2 -2
  125. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  126. package/esm5/lib/SectionHeaderCell.js +8 -8
  127. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  128. package/esm5/lib/SummaryCell.js +26 -26
  129. package/esm5/lib/SummaryCellPresenter.js +5 -5
  130. package/esm5/lib/TemplateCell.js +11 -11
  131. package/esm5/lib/TemplateCellPresenter.js +2 -2
  132. package/esm5/lib/TemplateHeader.js +7 -7
  133. package/esm5/lib/TemplateHeaderCell.js +5 -5
  134. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  135. package/esm5/lib/TemplateSectionHeader.js +2 -2
  136. package/esm5/lib/TextCell.js +22 -22
  137. package/esm5/lib/TextCellPresenter.js +2 -2
  138. package/esm5/lib/TextHeaderCell.js +138 -132
  139. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  140. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  141. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  142. package/esm5/lib/igx-checkbox-list-component.js +69 -69
  143. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  144. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  145. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  146. package/esm5/lib/igx-data-grid-column-component.js +313 -139
  147. package/esm5/lib/igx-data-grid-component.js +151 -3
  148. package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
  149. package/esm5/lib/igx-data-grid-pager-component.js +40 -10
  150. package/esm5/lib/igx-date-time-column-component.js +20 -20
  151. package/esm5/lib/igx-definition-base-component.js +89 -89
  152. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  153. package/esm5/lib/igx-header-component.js +16 -16
  154. package/esm5/lib/igx-image-column-component.js +10 -10
  155. package/esm5/lib/igx-numeric-column-component.js +30 -30
  156. package/esm5/lib/igx-section-header-component.js +16 -16
  157. package/esm5/lib/igx-summary-row-component.js +16 -16
  158. package/esm5/lib/igx-text-column-component.js +8 -8
  159. package/esm5/lib/igx-text-header-cell-info.js +93 -4
  160. package/esm5/public_api.js +1 -0
  161. package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
  162. package/fesm5/igniteui-angular-data-grids.js +9373 -8080
  163. package/lib/CheckboxListBridge.d.ts +1 -0
  164. package/lib/CheckboxListExternal.d.ts +6 -0
  165. package/lib/CheckboxListView_combined.d.ts +153 -148
  166. package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
  167. package/lib/EditorCell.d.ts +51 -51
  168. package/lib/FilterCell.d.ts +53 -53
  169. package/lib/GridCellBase.d.ts +21 -19
  170. package/lib/GridExternalWrapper.d.ts +1 -0
  171. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  172. package/lib/GridStyleRepository.d.ts +23 -84
  173. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  174. package/lib/ImageCell.d.ts +14 -14
  175. package/lib/SectionHeaderCell.d.ts +2 -2
  176. package/lib/SummaryCell.d.ts +4 -4
  177. package/lib/TemplateCell.d.ts +3 -3
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateHeaderCell.d.ts +2 -2
  180. package/lib/TemplateSectionHeader.d.ts +2 -2
  181. package/lib/TextCell.d.ts +4 -4
  182. package/lib/TextHeaderCell.d.ts +26 -24
  183. package/lib/VerticalSeparatorCell.d.ts +4 -4
  184. package/lib/igx-data-grid-column-component.d.ts +55 -1
  185. package/lib/igx-data-grid-component.d.ts +51 -2
  186. package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
  187. package/lib/igx-data-grid-pager-component.d.ts +11 -1
  188. package/lib/igx-text-header-cell-info.d.ts +34 -0
  189. package/package.json +4 -4
  190. package/public_api.d.ts +1 -0
@@ -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 d3;
12
+ private d4;
13
+ private eb;
13
14
  private ea;
14
- private d9;
15
+ private d1;
15
16
  private d0;
16
- private dz;
17
- private eq;
18
17
  private er;
19
18
  private es;
20
- private eb;
21
- private ee;
22
- private ei;
19
+ private et;
20
+ private ec;
23
21
  private ef;
24
- private dx;
25
- get dy(): DataSourceSchemaPropertyType;
26
- set dy(a: DataSourceSchemaPropertyType);
22
+ private ej;
23
+ private eg;
24
+ private dy;
25
+ get dz(): DataSourceSchemaPropertyType;
26
+ set dz(a: DataSourceSchemaPropertyType);
27
+ private ev;
28
+ get ex(): any;
29
+ set ex(a: any);
30
+ private ed;
31
+ get ee(): FontInfo;
32
+ set ee(a: FontInfo);
33
+ private d2;
34
+ get d3(): EditorType;
35
+ set d3(a: EditorType);
27
36
  private eu;
28
37
  get ew(): any;
29
38
  set ew(a: any);
30
- private ec;
31
- get ed(): FontInfo;
32
- set ed(a: FontInfo);
33
- private d1;
34
- get d2(): EditorType;
35
- set d2(a: EditorType);
36
- private et;
37
- get ev(): any;
38
- set ev(a: any);
39
- private ex;
40
- get e0(): string;
41
- set e0(a: string);
42
- private dv;
43
- get dw(): string[];
44
- set dw(a: string[]);
45
- private eg;
46
- get eo(): boolean;
47
- set eo(a: boolean);
48
39
  private ey;
49
- get e4(): string;
50
- set e4(a: string);
40
+ get e1(): string;
41
+ set e1(a: string);
42
+ private dw;
43
+ get dx(): string[];
44
+ set dx(a: string[]);
51
45
  private eh;
52
46
  get ep(): boolean;
53
47
  set ep(a: boolean);
54
- ek: boolean;
48
+ private ez;
49
+ get e5(): string;
50
+ set e5(a: string);
51
+ private ei;
52
+ get eq(): boolean;
53
+ set eq(a: boolean);
55
54
  el: boolean;
56
- ej: boolean;
55
+ em: boolean;
56
+ ek: boolean;
57
57
  constructor(a: DomRenderer);
58
+ private d9;
58
59
  private d8;
59
60
  private d7;
60
61
  private d6;
61
62
  private d5;
62
- private d4;
63
- private fn;
64
- private fb;
63
+ private fo;
65
64
  private fc;
66
- fq(a: boolean): void;
67
- protected fs(): void;
65
+ private fd;
66
+ fr(a: boolean): void;
67
+ protected ft(): void;
68
+ protected fh(): void;
69
+ protected fl(): void;
68
70
  protected fg(): void;
69
- protected fk(): void;
71
+ fm(): void;
70
72
  protected ff(): void;
71
- fl(): void;
72
- protected fe(): void;
73
- protected fh(): void;
74
- protected fp(): void;
75
- fu(a: string, b: number, c: number, d: number, e: number): void;
76
- private fv;
77
- fd(): void;
73
+ protected fi(): void;
74
+ protected fq(): void;
75
+ fv(a: string, b: number, c: number, d: number, e: number): void;
76
+ private fw;
77
+ fe(): void;
78
78
  cj(): void;
79
79
  b9(): void;
80
80
  protected ck(a: string, b: any, c: any): void;
81
- private ft;
82
- private fr;
81
+ private fu;
82
+ private fs;
83
+ private eo;
83
84
  private en;
84
- private em;
85
- private fo;
86
- private fm;
85
+ private fp;
86
+ private fn;
87
+ private fk;
87
88
  private fj;
88
- private fi;
89
89
  onContactStarted(a: NormalizedEvent, b: boolean): void;
90
90
  onContactCompleted(a: NormalizedEvent, b: boolean): void;
91
91
  onDoubleClick(a: NormalizedEvent): void;
@@ -12,69 +12,69 @@ import { DomRenderer } from "igniteui-angular-core";
12
12
  */
13
13
  export declare class FilterCell extends GridCellBase {
14
14
  static $t: Type;
15
+ private ej;
16
+ private el;
17
+ private eh;
15
18
  private ei;
16
19
  private ek;
17
- private eg;
18
- private eh;
19
- private ej;
20
+ private ea;
20
21
  private d9;
21
- private d8;
22
- private dy;
22
+ private dz;
23
23
  constructor(a: DomRenderer);
24
- private d7;
25
- private fe;
26
- private e0;
27
- private e7;
28
- private e5;
29
- protected ck(a: string, b: any, c: any): void;
30
- cj(): void;
24
+ private d8;
31
25
  private ff;
32
- private e2;
33
- private fb;
34
- private d2;
35
- private fh;
36
- private ew;
37
- private ex;
38
- private fd;
26
+ private e1;
39
27
  private e8;
40
- private e3;
41
- private e4;
42
- private e9;
43
28
  private e6;
44
- fa(): void;
45
- private fc;
46
- private e1;
29
+ protected ck(a: string, b: any, c: any): void;
30
+ cj(): void;
47
31
  private fg;
48
- fi(a: number, b: number, c: number, d: number): void;
32
+ private e3;
33
+ private fc;
49
34
  private d3;
35
+ private fi;
36
+ private ex;
37
+ private ey;
38
+ private fe;
39
+ private e9;
40
+ private e4;
41
+ private e5;
42
+ private fa;
43
+ private e7;
44
+ fb(): void;
45
+ private fd;
46
+ private e2;
47
+ private fh;
48
+ fj(a: number, b: number, c: number, d: number): void;
49
+ private d4;
50
+ e0(): void;
50
51
  ez(): void;
51
- ey(): void;
52
- private static readonly en;
53
- private dz;
54
- private ea;
55
- private d6;
56
- private ed;
57
- get dx(): DataSourceSchemaPropertyType;
58
- set dx(a: DataSourceSchemaPropertyType);
52
+ private static readonly eo;
59
53
  private d0;
60
- get d1(): EditorType;
61
- set d1(a: EditorType);
62
- private ee;
63
- get ef(): boolean;
64
- set ef(a: boolean);
65
- private d4;
66
- get d5(): GridFilterOperandsCollection;
67
- set d5(a: GridFilterOperandsCollection);
68
54
  private eb;
69
- get ec(): FontInfo;
70
- set ec(a: FontInfo);
71
- private el;
72
- get em(): any;
73
- set em(a: any);
74
- private dv;
75
- get dw(): ColumnFilterCondition;
76
- set dw(a: ColumnFilterCondition);
77
- private fj;
78
- get fk(): Brush;
79
- set fk(a: Brush);
55
+ private d7;
56
+ private ee;
57
+ get dy(): DataSourceSchemaPropertyType;
58
+ set dy(a: DataSourceSchemaPropertyType);
59
+ private d1;
60
+ get d2(): EditorType;
61
+ set d2(a: EditorType);
62
+ private ef;
63
+ get eg(): boolean;
64
+ set eg(a: boolean);
65
+ private d5;
66
+ get d6(): GridFilterOperandsCollection;
67
+ set d6(a: GridFilterOperandsCollection);
68
+ private ec;
69
+ get ed(): FontInfo;
70
+ set ed(a: FontInfo);
71
+ private em;
72
+ get en(): any;
73
+ set en(a: any);
74
+ private dw;
75
+ get dx(): ColumnFilterCondition;
76
+ set dx(a: ColumnFilterCondition);
77
+ private fk;
78
+ get fl(): Brush;
79
+ set fl(a: Brush);
80
80
  }
@@ -11,6 +11,7 @@ import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
11
11
  import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
12
12
  import { Color } from "igniteui-angular-core";
13
13
  import { CellModel } from "./CellModel";
14
+ import { BaseControlTheme } from "igniteui-angular-core";
14
15
  /**
15
16
  * @hidden
16
17
  */
@@ -54,9 +55,9 @@ export declare class GridCellBase extends Base implements INativeCell {
54
55
  private bp;
55
56
  get b3(): string;
56
57
  set b3(a: string);
57
- private dp;
58
- get ds(): Brush;
59
- set ds(a: Brush);
58
+ private dq;
59
+ get dt(): Brush;
60
+ set dt(a: Brush);
60
61
  private m;
61
62
  get n(): FontInfo;
62
63
  set n(a: FontInfo);
@@ -68,15 +69,15 @@ export declare class GridCellBase extends Base implements INativeCell {
68
69
  private bn;
69
70
  get bv(): string;
70
71
  set bv(a: string);
72
+ private dp;
73
+ get ds(): Brush;
74
+ set ds(a: Brush);
71
75
  private dn;
72
76
  get dr(): Brush;
73
77
  set dr(a: Brush);
74
- private dm;
75
- get dq(): Brush;
76
- set dq(a: Brush);
77
- private dt;
78
- get du(): Rect;
79
- set du(a: Rect);
78
+ private du;
79
+ get dv(): Rect;
80
+ set dv(a: Rect);
80
81
  private al;
81
82
  private ap;
82
83
  private l;
@@ -103,7 +104,7 @@ export declare class GridCellBase extends Base implements INativeCell {
103
104
  private aw;
104
105
  private av;
105
106
  private at;
106
- private dl;
107
+ private dm;
107
108
  cx(a: Brush, b: number, c: number, d: number, e: number): void;
108
109
  protected get_ac(): boolean;
109
110
  get ac(): boolean;
@@ -114,8 +115,8 @@ export declare class GridCellBase extends Base implements INativeCell {
114
115
  private a4;
115
116
  protected get bh(): number;
116
117
  c1(a: number, b: number): void;
117
- db(a: number, b: number): void;
118
- protected dc(a: number, b: number, c: number, d: number): void;
118
+ dc(a: number, b: number): void;
119
+ protected dd(a: number, b: number, c: number, d: number): void;
119
120
  b8(): void;
120
121
  cw(a: Color): void;
121
122
  private k;
@@ -133,15 +134,15 @@ export declare class GridCellBase extends Base implements INativeCell {
133
134
  private static bk;
134
135
  private q;
135
136
  private p;
136
- dk(a: number): void;
137
- di(a: number, b: number, c: number, d: number): void;
137
+ dl(a: number): void;
138
+ dj(a: number, b: number, c: number, d: number): void;
138
139
  ci(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
139
140
  private h;
140
141
  co(a: CellContentVerticalAlignment): void;
141
- dj(a: CellModel): void;
142
+ dk(a: CellModel): void;
142
143
  private y;
143
- dg(a: CellContentHorizontalAlignment, b: CellContentVerticalAlignment): void;
144
- dh(a: Brush): void;
144
+ dh(a: CellContentHorizontalAlignment, b: CellContentVerticalAlignment): void;
145
+ di(a: Brush): void;
145
146
  cv(a: ICellActionManager): void;
146
147
  c4(a: IGridInfoRequestor): void;
147
148
  cy(a: ICellModelExportUpdater): void;
@@ -152,7 +153,7 @@ export declare class GridCellBase extends Base implements INativeCell {
152
153
  private static ay;
153
154
  private bb;
154
155
  protected c2(a: DomWrapper, b: CellContentHorizontalAlignment): void;
155
- protected da(a: DomWrapper, b: CellContentVerticalAlignment): void;
156
+ protected db(a: DomWrapper, b: CellContentVerticalAlignment): void;
156
157
  protected af(a: ICellActionManager): boolean;
157
158
  private cb;
158
159
  private cf;
@@ -164,9 +165,9 @@ export declare class GridCellBase extends Base implements INativeCell {
164
165
  private ct;
165
166
  private cr;
166
167
  private cq;
167
- private dd;
168
168
  private de;
169
169
  private df;
170
+ private dg;
170
171
  onContactStarted(e_: NormalizedEvent, a: boolean): void;
171
172
  onContactMoved(a: NormalizedEvent, b: boolean): void;
172
173
  private ax;
@@ -180,4 +181,5 @@ export declare class GridCellBase extends Base implements INativeCell {
180
181
  b9(): void;
181
182
  b7(): void;
182
183
  detach(): void;
184
+ da(a: BaseControlTheme): void;
183
185
  }
@@ -33,6 +33,7 @@ export declare class GridExternalWrapper extends Base implements IExternalGrid {
33
33
  setResizeCursor(): void;
34
34
  setHandCursor(): void;
35
35
  setBorder(a: Brush, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number): void;
36
+ setBackground(a: Brush): void;
36
37
  setScrollerVerticalTrackInset(a: number): void;
37
38
  setScrollbarStyle(a: ScrollbarStyle): void;
38
39
  setScrollbarColor(a: Brush): void;
@@ -7,6 +7,7 @@ import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment
7
7
  import { DataGridColumn } from "./DataGridColumn";
8
8
  import { IToolbarTarget } from "igniteui-angular-core";
9
9
  import { Brush } from "igniteui-angular-core";
10
+ import { BaseControlTheme } from "igniteui-angular-core";
10
11
  import { ToolCommand } from "igniteui-angular-core";
11
12
  import { GridFilterDialogOpeningEventArgs } from "./GridFilterDialogOpeningEventArgs";
12
13
  import { GridFilterDialogFilterChangeEventArgs } from "./GridFilterDialogFilterChangeEventArgs";
@@ -90,88 +91,110 @@ export declare class GridFilterDialogPanel extends Base {
90
91
  */
91
92
  export declare class GridFilterDialog extends Base implements INotifyPropertyChanged, IToolbarTarget {
92
93
  static $t: Type;
93
- private ar;
94
- get as(): any;
95
- set as(a: any);
96
- private z;
97
- get ab(): boolean;
98
- set ab(a: boolean);
94
+ private at;
95
+ get au(): any;
96
+ set au(a: any);
97
+ private ab;
98
+ get ad(): boolean;
99
+ set ad(a: boolean);
99
100
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
100
- private ag;
101
- get aj(): number;
102
- set aj(a: number);
103
- private af;
104
- get ai(): number;
105
- set ai(a: number);
101
+ private ai;
102
+ get al(): number;
103
+ set al(a: number);
104
+ private ah;
105
+ get ak(): number;
106
+ set ak(a: number);
106
107
  private j;
107
108
  get l(): CellContentHorizontalAlignment;
108
109
  set l(a: CellContentHorizontalAlignment);
109
110
  private i;
110
111
  get k(): CellContentHorizontalAlignment;
111
112
  set k(a: CellContentHorizontalAlignment);
112
- private al;
113
- get an(): number;
114
- set an(a: number);
115
- private am;
116
- get ao(): number;
117
- set ao(a: number);
118
- private bs;
119
- get bw(): Brush;
120
- set bw(a: Brush);
121
- private ah;
122
- get ak(): number;
123
- set ak(a: number);
124
- bv: Brush;
125
- bu: Brush;
126
- bt: Brush;
113
+ private an;
114
+ get ap(): number;
115
+ set ap(a: number);
116
+ private ao;
117
+ get aq(): number;
118
+ set aq(a: number);
119
+ private b8;
120
+ get ci(): Brush;
121
+ set ci(a: Brush);
122
+ private aj;
123
+ get am(): number;
124
+ set am(a: number);
127
125
  private w;
126
+ get x(): BaseControlTheme;
127
+ set x(a: BaseControlTheme);
128
+ private b3;
129
+ get cd(): Brush;
130
+ set cd(a: Brush);
131
+ private b7;
132
+ get ch(): Brush;
133
+ set ch(a: Brush);
134
+ private b6;
135
+ get cg(): Brush;
136
+ set cg(a: Brush);
137
+ private b4;
138
+ get ce(): Brush;
139
+ set ce(a: Brush);
140
+ private b5;
141
+ get cf(): Brush;
142
+ set cf(a: Brush);
143
+ private b2;
144
+ get cc(): Brush;
145
+ set cc(a: Brush);
146
+ cb: Brush;
147
+ ca: Brush;
148
+ b9: Brush;
128
149
  private y;
129
- get ac(): boolean;
130
- protected bj(a: string, b: any, c: any): void;
131
- protected bm(a: string, b: any, c: any): void;
150
+ private aa;
151
+ get ae(): boolean;
152
+ protected bt(a: string, b: any, c: any): void;
153
+ protected bw(a: string, b: any, c: any): void;
132
154
  constructor();
133
- bn(a: any, b: any, c: any): void;
155
+ bx(a: any, b: any, c: any): void;
134
156
  private m;
135
157
  get n(): DataGridColumn;
136
158
  set n(a: DataGridColumn);
137
- private x;
138
- private bf;
159
+ private z;
160
+ private bp;
139
161
  private v;
140
- private bg;
141
- private a6;
142
- private a8;
143
- bh(): void;
144
- bi(a: GridFilterDialogViewModel, b: boolean): void;
145
- private a9;
146
162
  private bq;
147
- private bp;
163
+ private bg;
164
+ private bf;
165
+ private bi;
166
+ br(): void;
167
+ bs(a: GridFilterDialogViewModel, b: boolean): void;
168
+ private bj;
169
+ private b0;
170
+ private bz;
148
171
  private f;
149
- private bo;
172
+ private by;
150
173
  private e;
151
- private ae;
174
+ private ag;
152
175
  private g;
153
- private aq;
176
+ private as;
154
177
  private h;
155
178
  private d;
156
179
  private c;
157
- private bl;
180
+ private bv;
158
181
  private t;
159
- private a7;
182
+ private bh;
160
183
  private u;
161
- static ap(a: ColumnComparisonConditionOperatorType): number;
162
- static at(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
163
- static au(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
184
+ static ar(a: ColumnComparisonConditionOperatorType): number;
185
+ static av(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
186
+ static aw(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
164
187
  static b(a: ColumnComparisonConditionOperatorType[]): number[];
165
188
  static a(a: ColumnComparisonConditionOperatorType[]): string[];
166
- static az(a: ColumnComparisonConditionOperatorType): string;
189
+ static a7(a: ColumnComparisonConditionOperatorType): string;
167
190
  dialogOpening: (sender: any, args: GridFilterDialogOpeningEventArgs) => void;
168
191
  filterChanging: (sender: any, args: GridFilterDialogFilterChangeEventArgs) => void;
169
192
  filterChanged: (sender: any, args: GridFilterDialogFilterChangeEventArgs) => void;
170
- be(a: number, b: number): void;
171
- bd(): void;
172
- bc(a: number, b: number, c: Path): void;
173
- br(): void;
174
- bb(): void;
193
+ bo(a: number, b: number): void;
194
+ bn(): void;
195
+ bm(a: number, b: number, c: Path): void;
196
+ b1(): void;
197
+ bl(): void;
175
198
  protected s: GridFilterDialogView;
176
199
  private _commandCompleted;
177
200
  get commandCompleted(): (arg1: ToolCommand) => void;
@@ -180,10 +203,10 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
180
203
  get invalidateActions(): () => void;
181
204
  set invalidateActions(a: () => void);
182
205
  renderCompleted: (sender: any, args: FilterDialogRenderCompletedEventArgs) => void;
206
+ bu(): void;
183
207
  bk(): void;
184
- ba(): void;
185
- private static aa;
186
- private static readonly ay;
208
+ private static ac;
209
+ private static readonly a6;
187
210
  getDesiredToolbarActions(): ToolActionInfo[];
188
211
  addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
189
212
  removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
@@ -192,7 +215,7 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
192
215
  onToolCommandExecuting(a: ToolCommand): ToolCommandExecutionState;
193
216
  provideContextAccessor(a: IToolbarContextAccessor): void;
194
217
  dismissContextAccessor(a: IToolbarContextAccessor): void;
195
- ad(e_: NormalizedEvent): boolean;
218
+ af(e_: NormalizedEvent): boolean;
196
219
  }
197
220
  /**
198
221
  * @hidden
@@ -1,97 +1,36 @@
1
1
  import { Base, Type } from "igniteui-angular-core";
2
- import { Brush } from "igniteui-angular-core";
3
- import { FontInfo } from "igniteui-angular-core";
4
2
  import { ColumnOptionsIconAlignment } from "./ColumnOptionsIconAlignment";
5
3
  import { ColumnOptionsIconBehavior } from "./ColumnOptionsIconBehavior";
6
4
  import { Thickness } from "igniteui-angular-core";
7
5
  import { CornerRadius } from "igniteui-angular-core";
6
+ import { Brush } from "igniteui-angular-core";
7
+ import { GridStyleRepositoryKeys } from "./GridStyleRepositoryKeys";
8
+ import { FontInfo } from "igniteui-angular-core";
9
+ import { BaseControlTheme } from "igniteui-angular-core";
8
10
  /**
9
11
  * @hidden
10
12
  */
11
13
  export declare class GridStyleRepository extends Base {
12
14
  static $t: Type;
13
- private static at;
14
- static get bo(): Brush;
15
- private static av;
16
- static get bq(): Brush;
17
- private static an;
18
- static get bi(): Brush;
19
- private static ad;
20
- static get a8(): Brush;
21
- private static ab;
22
- static get a6(): Brush;
23
- private static ax;
24
- static get bs(): Brush;
25
- private static ay;
26
- static get bt(): Brush;
27
- private static v;
28
- static get a0(): Brush;
29
- private static w;
30
- static get a1(): Brush;
31
- private static u;
32
- static get az(): Brush;
33
- private static h;
34
- static get n(): FontInfo;
35
- private static c;
36
- static get i(): FontInfo;
37
- private static g;
38
- static get m(): FontInfo;
39
- static o: number;
40
- private static d;
41
- static get j(): FontInfo;
42
- private static e;
43
- static get l(): FontInfo;
44
- private static f;
45
- static get k(): FontInfo;
46
- private static al;
47
- static get bg(): Brush;
48
- private static x;
49
- static get a2(): Brush;
50
- private static ac;
51
- static get a7(): Brush;
52
- private static as;
53
- static get bn(): Brush;
54
- private static aw;
55
- static get br(): Brush;
56
- private static au;
57
- static get bp(): Brush;
58
- private static aj;
59
- static get be(): Brush;
60
- private static ai;
61
- static get bd(): Brush;
62
- private static am;
63
- static get bh(): Brush;
64
- private static af;
65
- static get ba(): Brush;
66
- private static ah;
67
- static get bc(): Brush;
68
- private static ak;
69
- static get bf(): Brush;
70
- private static ao;
71
- static get bj(): Brush;
72
- private static ap;
73
- static get bk(): Brush;
74
- private static z;
75
- static get a4(): Brush;
76
- private static ag;
77
- static get bb(): Brush;
78
- private static ae;
79
- static get a9(): Brush;
80
- private static aa;
81
- static get a5(): Brush;
15
+ static j: number;
82
16
  static get a(): ColumnOptionsIconAlignment;
83
17
  static get b(): ColumnOptionsIconBehavior;
84
- static get q(): number;
85
- static get r(): number;
86
- static get p(): number;
87
- private static y;
88
- static get a3(): Brush;
89
- private static bu;
90
- static get bv(): Thickness;
91
- private static s;
92
- static get t(): CornerRadius;
93
- private static ar;
94
- static get bm(): Brush;
95
- private static aq;
96
- static get bl(): Brush;
18
+ static get l(): number;
19
+ static get m(): number;
20
+ static get k(): number;
21
+ private static t;
22
+ static get u(): Thickness;
23
+ private static o;
24
+ static get p(): CornerRadius;
25
+ private static e;
26
+ private static f;
27
+ private static g;
28
+ private static i;
29
+ private static h;
30
+ static n(): void;
31
+ private static c;
32
+ private static q;
33
+ private static r;
34
+ static s(a: BaseControlTheme, b: GridStyleRepositoryKeys): Brush;
35
+ static d(a: BaseControlTheme, b: GridStyleRepositoryKeys): FontInfo;
97
36
  }