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