igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.2

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 (211) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +44020 -42109
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +25 -25
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +416 -411
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
  21. package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +5 -5
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  29. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  30. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/EditorCellPresenter.js +21 -21
  33. package/esm2015/lib/FilterCellPresenter.js +12 -12
  34. package/esm2015/lib/GridCellBase.js +6 -6
  35. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  36. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  37. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  38. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  40. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  43. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  44. package/esm2015/lib/GridExternalWrapper.js +6 -6
  45. package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
  46. package/esm2015/lib/GridIconRepository.js +92 -0
  47. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  48. package/esm2015/lib/GridStyleRepository.js +6 -3
  49. package/esm2015/lib/ICheckboxListView.js +11 -0
  50. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  51. package/esm2015/lib/ImageCellPresenter.js +7 -7
  52. package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
  53. package/esm2015/lib/NumericCellPresenter.js +8 -8
  54. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  56. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  57. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  58. package/esm2015/lib/TemplateHeader.js +3 -3
  59. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  60. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  61. package/esm2015/lib/TextCellPresenter.js +9 -9
  62. package/esm2015/lib/TextHeaderCell.js +62 -27
  63. package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
  64. package/esm2015/lib/igc-cell-info.js +97 -91
  65. package/esm2015/lib/igc-checkbox-list-component.js +57 -58
  66. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  68. package/esm2015/lib/igc-data-grid-column-component.js +271 -188
  69. package/esm2015/lib/igc-data-grid-component.js +135 -0
  70. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
  71. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  73. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  74. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  75. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  76. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  77. package/esm2015/lib/igc-image-cell-info.js +6 -6
  78. package/esm2015/lib/igc-image-column-component.js +12 -12
  79. package/esm2015/lib/igc-image-column-module.js +2 -0
  80. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  81. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  82. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  83. package/esm2015/lib/igc-row-separator-module.js +2 -0
  84. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  85. package/esm2015/lib/igc-section-header-module.js +2 -0
  86. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  87. package/esm2015/lib/igc-template-cell-info.js +2 -2
  88. package/esm2015/lib/igc-template-column-module.js +2 -0
  89. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  90. package/esm2015/lib/igc-template-header-module.js +2 -0
  91. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  92. package/esm2015/lib/igc-text-cell-info.js +2 -2
  93. package/esm2015/lib/igc-text-column-component.js +9 -9
  94. package/esm2015/lib/igc-text-column-module.js +2 -0
  95. package/esm2015/lib/igc-text-header-cell-info.js +74 -24
  96. package/esm2015/lib/igc-text-header-module.js +2 -0
  97. package/esm2015/public_api.js +2 -0
  98. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  99. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  100. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  101. package/esm5/lib/CanvasGridCellBase.js +13 -13
  102. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  103. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  104. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  105. package/esm5/lib/CanvasSummaryCell.js +2 -2
  106. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  107. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  108. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  109. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  110. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  111. package/esm5/lib/CellPresenterBase.js +25 -25
  112. package/esm5/lib/CheckboxListBridge.js +36 -36
  113. package/esm5/lib/CheckboxListView_combined.js +399 -394
  114. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  115. package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
  116. package/esm5/lib/ColumnGroupingView_combined.js +13 -13
  117. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  118. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  119. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  120. package/esm5/lib/ContentCellModelHelper.js +5 -5
  121. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  122. package/esm5/lib/DataGridLocaleEn.js +3 -0
  123. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  124. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  125. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  126. package/esm5/lib/Dragger.js +4 -4
  127. package/esm5/lib/EditorCellPresenter.js +21 -21
  128. package/esm5/lib/FilterCellPresenter.js +12 -12
  129. package/esm5/lib/GridCellBase.js +6 -6
  130. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  131. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  132. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  133. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  134. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  135. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  136. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  137. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  138. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  139. package/esm5/lib/GridExternalWrapper.js +6 -6
  140. package/esm5/lib/GridFilterDialogView_combined.js +377 -244
  141. package/esm5/lib/GridIconRepository.js +97 -0
  142. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  143. package/esm5/lib/GridStyleRepository.js +10 -3
  144. package/esm5/lib/ICheckboxListView.js +11 -0
  145. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  146. package/esm5/lib/ImageCellPresenter.js +7 -7
  147. package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
  148. package/esm5/lib/NumericCellPresenter.js +8 -8
  149. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  150. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  151. package/esm5/lib/SummaryCellPresenter.js +6 -6
  152. package/esm5/lib/TemplateCellPresenter.js +2 -2
  153. package/esm5/lib/TemplateHeader.js +3 -3
  154. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  155. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  156. package/esm5/lib/TextCellPresenter.js +9 -9
  157. package/esm5/lib/TextHeaderCell.js +62 -27
  158. package/esm5/lib/TextHeaderCellPresenter.js +44 -25
  159. package/esm5/lib/igc-cell-info.js +101 -91
  160. package/esm5/lib/igc-checkbox-list-component.js +57 -58
  161. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  162. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  163. package/esm5/lib/igc-data-grid-column-component.js +311 -188
  164. package/esm5/lib/igc-data-grid-component.js +177 -0
  165. package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
  166. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  167. package/esm5/lib/igc-date-time-column-component.js +23 -23
  168. package/esm5/lib/igc-date-time-column-module.js +2 -0
  169. package/esm5/lib/igc-editor-cell-info.js +23 -23
  170. package/esm5/lib/igc-filter-cell-info.js +26 -26
  171. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  172. package/esm5/lib/igc-image-cell-info.js +6 -6
  173. package/esm5/lib/igc-image-column-component.js +12 -12
  174. package/esm5/lib/igc-image-column-module.js +2 -0
  175. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  176. package/esm5/lib/igc-numeric-column-component.js +35 -35
  177. package/esm5/lib/igc-numeric-column-module.js +2 -0
  178. package/esm5/lib/igc-row-separator-module.js +2 -0
  179. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  180. package/esm5/lib/igc-section-header-module.js +2 -0
  181. package/esm5/lib/igc-summary-cell-info.js +9 -9
  182. package/esm5/lib/igc-template-cell-info.js +2 -2
  183. package/esm5/lib/igc-template-column-module.js +2 -0
  184. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  185. package/esm5/lib/igc-template-header-module.js +2 -0
  186. package/esm5/lib/igc-template-section-header-module.js +4 -0
  187. package/esm5/lib/igc-text-cell-info.js +2 -2
  188. package/esm5/lib/igc-text-column-component.js +9 -9
  189. package/esm5/lib/igc-text-column-module.js +2 -0
  190. package/esm5/lib/igc-text-header-cell-info.js +98 -24
  191. package/esm5/lib/igc-text-header-module.js +2 -0
  192. package/esm5/public_api.js +2 -0
  193. package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
  194. package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
  195. package/lib/CheckboxListView_combined.d.ts +104 -104
  196. package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
  197. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  198. package/lib/DataGridLocaleEn.d.ts +3 -0
  199. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  200. package/lib/GridIconRepository.d.ts +44 -0
  201. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  202. package/lib/GridStyleRepository.d.ts +3 -2
  203. package/lib/ICheckboxListView.d.ts +38 -0
  204. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  205. package/lib/igc-cell-info.d.ts +4 -0
  206. package/lib/igc-data-grid-column-component.d.ts +23 -0
  207. package/lib/igc-data-grid-component.d.ts +43 -0
  208. package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
  209. package/lib/igc-text-header-cell-info.d.ts +15 -0
  210. package/package.json +4 -4
  211. package/public_api.d.ts +2 -0
@@ -14,7 +14,15 @@ export declare enum ColumnOptionsIconAlignment {
14
14
  /**
15
15
  * The icon is aligned with the edge of the column but opposite the alignment of the header text.
16
16
  */
17
- Opposite = 2
17
+ Opposite = 2,
18
+ /**
19
+ * The icon is always aligned with the left edge of the column.
20
+ */
21
+ Left = 3,
22
+ /**
23
+ * The icon is always aligned with the right edge of the column.
24
+ */
25
+ Right = 4
18
26
  }
19
27
  /**
20
28
  * @hidden
@@ -6,6 +6,9 @@ export declare class DataGridLocaleEn {
6
6
  "Column_Move": string;
7
7
  "Column_Move_Left": string;
8
8
  "Column_Move_Right": string;
9
+ "Column_Options_Analyze": string;
10
+ "Column_Options_Sort_Ascending": string;
11
+ "Column_Options_Sort_Descending": string;
9
12
  "Column_Options_Summaries": string;
10
13
  "Column_Options_Summary_Average": string;
11
14
  "Column_Options_Summary_Count": string;
@@ -8,6 +8,7 @@ import { DataGridColumn } from "./DataGridColumn";
8
8
  import { IToolbarTarget } from "igniteui-webcomponents-core";
9
9
  import { Brush } from "igniteui-webcomponents-core";
10
10
  import { BaseControlTheme } from "igniteui-webcomponents-core";
11
+ import { FontInfo } from "igniteui-webcomponents-core";
11
12
  import { ToolCommand } from "igniteui-webcomponents-core";
12
13
  import { GridFilterDialogOpeningEventArgs } from "./GridFilterDialogOpeningEventArgs";
13
14
  import { GridFilterDialogFilterChangeEventArgs } from "./GridFilterDialogFilterChangeEventArgs";
@@ -91,111 +92,129 @@ export declare class GridFilterDialogPanel extends Base {
91
92
  */
92
93
  export declare class GridFilterDialog extends Base implements INotifyPropertyChanged, IToolbarTarget {
93
94
  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);
95
+ private a0;
96
+ get a1(): any;
97
+ set a1(a: any);
98
+ private af;
99
+ get ai(): boolean;
100
+ set ai(a: boolean);
100
101
  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);
102
+ private an;
103
+ get aq(): number;
104
+ set aq(a: number);
105
+ private am;
106
+ get ap(): number;
107
+ set ap(a: number);
107
108
  private j;
108
109
  get l(): CellContentHorizontalAlignment;
109
110
  set l(a: CellContentHorizontalAlignment);
110
111
  private i;
111
112
  get k(): CellContentHorizontalAlignment;
112
113
  set k(a: CellContentHorizontalAlignment);
113
- private an;
114
- get ap(): number;
115
- set ap(a: number);
114
+ private as;
115
+ get av(): number;
116
+ set av(a: number);
117
+ private at;
118
+ get aw(): number;
119
+ set aw(a: number);
120
+ private co;
121
+ get c1(): Brush;
122
+ set c1(a: Brush);
116
123
  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);
124
+ get ar(): number;
125
+ set ar(a: number);
125
126
  private w;
126
127
  get x(): BaseControlTheme;
127
128
  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;
129
+ private cg;
130
+ get ct(): Brush;
131
+ set ct(a: Brush);
132
+ private cm;
133
+ get cz(): Brush;
134
+ set cz(a: Brush);
135
+ private z;
136
+ get ab(): FontInfo;
137
+ set ab(a: FontInfo);
138
+ private ck;
139
+ get cx(): Brush;
140
+ set cx(a: Brush);
141
+ private cn;
142
+ get c0(): Brush;
143
+ set c0(a: Brush);
144
+ private cj;
145
+ get cw(): Brush;
146
+ set cw(a: Brush);
147
+ private cl;
148
+ get cy(): Brush;
149
+ set cy(a: Brush);
150
+ private ch;
151
+ get cu(): Brush;
152
+ set cu(a: Brush);
153
+ private ci;
154
+ get cv(): Brush;
155
+ set cv(a: Brush);
149
156
  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;
157
+ get aa(): FontInfo;
158
+ set aa(a: FontInfo);
159
+ private cf;
160
+ get cs(): Brush;
161
+ set cs(a: Brush);
162
+ private au;
163
+ get ax(): number;
164
+ set ax(a: number);
165
+ cr: Brush;
166
+ cq: Brush;
167
+ cp: Brush;
168
+ private ac;
169
+ private ae;
170
+ get aj(): boolean;
171
+ protected b6(a: string, b: any, c: any): void;
172
+ protected b9(a: string, b: any, c: any): void;
154
173
  constructor();
155
- bx(a: any, b: any, c: any): void;
174
+ ca(a: any, b: any, c: any): void;
156
175
  private m;
157
176
  get n(): DataGridColumn;
158
177
  set n(a: DataGridColumn);
159
- private z;
160
- private bp;
178
+ private ad;
179
+ private b2;
161
180
  private v;
162
- private bq;
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;
181
+ private b3;
182
+ private bt;
183
+ private bs;
184
+ private bv;
185
+ b4(): void;
186
+ b5(a: GridFilterDialogViewModel, b: boolean): void;
187
+ private bw;
188
+ private cd;
189
+ private cc;
171
190
  private f;
172
- private by;
191
+ private cb;
173
192
  private e;
174
- private ag;
193
+ private al;
175
194
  private g;
176
- private as;
195
+ private az;
177
196
  private h;
178
197
  private d;
179
198
  private c;
180
- private bv;
199
+ private b8;
181
200
  private t;
182
- private bh;
201
+ private bu;
183
202
  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;
203
+ static ay(a: ColumnComparisonConditionOperatorType): number;
204
+ static a2(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
205
+ static a3(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
187
206
  static b(a: ColumnComparisonConditionOperatorType[]): number[];
188
207
  static a(a: ColumnComparisonConditionOperatorType[]): string[];
189
- static a7(a: ColumnComparisonConditionOperatorType): string;
208
+ static bk(a: ColumnComparisonConditionOperatorType): string;
190
209
  dialogOpening: (sender: any, args: GridFilterDialogOpeningEventArgs) => void;
191
210
  filterChanging: (sender: any, args: GridFilterDialogFilterChangeEventArgs) => void;
192
211
  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;
198
- protected s: GridFilterDialogView;
212
+ b1(a: number, b: number): void;
213
+ b0(): void;
214
+ bz(a: number, b: number, c: Path): void;
215
+ ce(): void;
216
+ by(): void;
217
+ s: GridFilterDialogView;
199
218
  private _commandCompleted;
200
219
  get commandCompleted(): (arg1: ToolCommand) => void;
201
220
  set commandCompleted(a: (arg1: ToolCommand) => void);
@@ -203,10 +222,11 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
203
222
  get invalidateActions(): () => void;
204
223
  set invalidateActions(a: () => void);
205
224
  renderCompleted: (sender: any, args: FilterDialogRenderCompletedEventArgs) => void;
206
- bu(): void;
207
- bk(): void;
208
- private static ac;
209
- private static readonly a6;
225
+ b7(): void;
226
+ bx(): void;
227
+ get ah(): boolean;
228
+ private static ag;
229
+ private static readonly bj;
210
230
  getDesiredToolbarActions(): ToolActionInfo[];
211
231
  addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
212
232
  removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
@@ -215,7 +235,7 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
215
235
  onToolCommandExecuting(a: ToolCommand): ToolCommandExecutionState;
216
236
  provideContextAccessor(a: IToolbarContextAccessor): void;
217
237
  dismissContextAccessor(a: IToolbarContextAccessor): void;
218
- af(e_: NormalizedEvent): boolean;
238
+ ak(e_: NormalizedEvent): boolean;
219
239
  }
220
240
  /**
221
241
  * @hidden
@@ -0,0 +1,44 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare class GridIconRepository extends Base {
6
+ static $t: Type;
7
+ private static a;
8
+ static bk(): void;
9
+ static readonly ar: string;
10
+ static readonly x: string;
11
+ static readonly z: string;
12
+ static readonly ab: string;
13
+ static readonly ad: string;
14
+ static readonly ap: string;
15
+ static readonly an: string;
16
+ static readonly v: string;
17
+ static readonly al: string;
18
+ static readonly af: string;
19
+ static readonly ah: string;
20
+ static readonly aj: string;
21
+ static readonly h: string;
22
+ static readonly j: string;
23
+ static readonly p: string;
24
+ static readonly f: string;
25
+ static readonly b: string;
26
+ static readonly r: string;
27
+ static readonly d: string;
28
+ static readonly n: string;
29
+ static readonly l: string;
30
+ static readonly t: string;
31
+ static readonly a0: string;
32
+ static readonly aw: string;
33
+ static readonly a6: string;
34
+ static readonly a8: string;
35
+ static readonly bc: string;
36
+ static readonly be: string;
37
+ static readonly au: string;
38
+ static readonly ay: string;
39
+ static readonly a4: string;
40
+ static readonly ba: string;
41
+ static readonly bg: string;
42
+ static readonly bi: string;
43
+ static readonly a2: string;
44
+ }
@@ -21,11 +21,11 @@ export declare class GridSortIndicatorView extends Base {
21
21
  t(): void;
22
22
  u(): void;
23
23
  private n;
24
- private v;
25
- private o;
26
24
  private w;
27
- private p;
25
+ private o;
28
26
  private x;
27
+ private p;
28
+ private y;
29
29
  m: DomWrapper;
30
30
  private c;
31
31
  private l;
@@ -37,7 +37,8 @@ export declare class GridSortIndicatorView extends Base {
37
37
  private j;
38
38
  s(a: number, b: number): void;
39
39
  q(): void;
40
- y(): Brush;
40
+ z(): Brush;
41
+ v(a: boolean): void;
41
42
  }
42
43
  /**
43
44
  * @hidden
@@ -18,8 +18,8 @@ export declare class GridStyleRepository extends Base {
18
18
  static get l(): number;
19
19
  static get m(): number;
20
20
  static get k(): number;
21
- private static t;
22
- static get u(): Thickness;
21
+ private static u;
22
+ static get v(): Thickness;
23
23
  private static o;
24
24
  static get p(): CornerRadius;
25
25
  private static e;
@@ -31,6 +31,7 @@ export declare class GridStyleRepository extends Base {
31
31
  private static c;
32
32
  private static q;
33
33
  private static r;
34
+ static get t(): Brush;
34
35
  static s(a: BaseControlTheme, b: GridStyleRepositoryKeys): Brush;
35
36
  static d(a: BaseControlTheme, b: GridStyleRepositoryKeys): FontInfo;
36
37
  }
@@ -0,0 +1,38 @@
1
+ import { CheckboxList } from "./CheckboxList";
2
+ import { Type } from "igniteui-webcomponents-core";
3
+ import { FontInfo } from "igniteui-webcomponents-core";
4
+ import { DataTemplate } from "igniteui-webcomponents-core";
5
+ import { Thickness } from "igniteui-webcomponents-core";
6
+ /**
7
+ * @hidden
8
+ */
9
+ export interface ICheckboxListView {
10
+ setSelectionAllRowsInView(a: boolean): void;
11
+ setSelection(a: number, b: boolean): void;
12
+ notifySizeChanged(): void;
13
+ provideSelectAllSection(a: any): void;
14
+ onContainerProvided(a: any): void;
15
+ onTemplateProvided(a: any, b: number, c: boolean): void;
16
+ onTextTemplateProvided(a: any, b: number, c: string, d: string, e: FontInfo, f: string, g: number, h: any, i: DataTemplate, j: any, k: string): void;
17
+ verifySelectAllCheckBox(a: boolean): void;
18
+ verifySelectAllCaptionUI(): void;
19
+ verifySelectAllVisibilty(): void;
20
+ setGridHeight(): void;
21
+ verifyFilterVisibilty(): void;
22
+ updateSelectAllFont(): void;
23
+ verifyColors(): void;
24
+ updateIconColor(): void;
25
+ updateCheckboxStyle(): void;
26
+ updateCheckboxDensity(): void;
27
+ updateCheckboxTheme(): void;
28
+ clearPools(): void;
29
+ updateHRMargin(a: Thickness): void;
30
+ provideHrElement(a: any): void;
31
+ refresh(): void;
32
+ onInit(): void;
33
+ model: CheckboxList;
34
+ }
35
+ /**
36
+ * @hidden
37
+ */
38
+ export declare let ICheckboxListView_$type: Type;
@@ -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 n6: number;
10
- private n4;
11
- get n5(): boolean;
12
- set n5(a: boolean);
13
- mo(a: string, b: any): void;
14
- l0(a: string): Type;
15
- id(a: string): any;
9
+ static readonly n7: number;
10
+ private n5;
11
+ get n6(): boolean;
12
+ set n6(a: boolean);
13
+ mp(a: string, b: any): void;
14
+ l1(a: string): Type;
15
+ ie(a: string): any;
16
16
  b(a: CellModelExport): CellModelExport;
17
17
  }
@@ -34,6 +34,10 @@ export declare abstract class IgcCellInfo {
34
34
  */
35
35
  get dataRow(): number;
36
36
  set dataRow(v: number);
37
+ /**
38
+ * Gets the column index for the current cell.
39
+ */
40
+ get columnIdx(): number;
37
41
  /**
38
42
  * Gets if the position of the cell is dirty.
39
43
  */
@@ -254,6 +254,23 @@ export declare abstract class IgcDataGridColumnComponent extends IgcDefinitionBa
254
254
  */
255
255
  get columnOptionsTextColor(): string;
256
256
  set columnOptionsTextColor(v: string);
257
+ /**
258
+ * Gets or sets the font settings for text inside the column options menu.
259
+ */
260
+ get columnOptionsTextStyle(): string;
261
+ set columnOptionsTextStyle(v: string);
262
+ get actualColumnOptionsHoverBackgroundColor(): string;
263
+ set actualColumnOptionsHoverBackgroundColor(v: string);
264
+ get columnOptionsHoverBackgroundColor(): string;
265
+ set columnOptionsHoverBackgroundColor(v: string);
266
+ get actualColumnOptionsToolTipBackgroundColor(): string;
267
+ set actualColumnOptionsToolTipBackgroundColor(v: string);
268
+ get columnOptionsToolTipBackgroundColor(): string;
269
+ set columnOptionsToolTipBackgroundColor(v: string);
270
+ get actualColumnOptionsHighlightColor(): string;
271
+ set actualColumnOptionsHighlightColor(v: string);
272
+ get columnOptionsHighlightColor(): string;
273
+ set columnOptionsHighlightColor(v: string);
257
274
  /**
258
275
  * Gets or sets the color of separators inside the column options menu.
259
276
  */
@@ -284,10 +301,16 @@ export declare abstract class IgcDataGridColumnComponent extends IgcDefinitionBa
284
301
  */
285
302
  get columnOptionsGroupHeaderTextColor(): string;
286
303
  set columnOptionsGroupHeaderTextColor(v: string);
304
+ get columnOptionsGroupHeaderTextStyle(): string;
305
+ set columnOptionsGroupHeaderTextStyle(v: string);
287
306
  get actualColumnOptionsAccentColor(): string;
288
307
  set actualColumnOptionsAccentColor(v: string);
289
308
  get columnOptionsAccentColor(): string;
290
309
  set columnOptionsAccentColor(v: string);
310
+ get actualColumnOptionsRowHeight(): number;
311
+ set actualColumnOptionsRowHeight(v: number);
312
+ get columnOptionsRowHeight(): number;
313
+ set columnOptionsRowHeight(v: number);
291
314
  /**
292
315
  * Gets or sets if the column is editable.
293
316
  */
@@ -91,6 +91,7 @@ import { IgcGridCustomFilterRequestedEventArgs } from "./igc-grid-custom-filter-
91
91
  import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
92
92
  import { IgcDataSourceRootSummariesChangedEventArgs } from "igniteui-webcomponents-core";
93
93
  import { BaseControlTheme } from "igniteui-webcomponents-core";
94
+ import { IgcDataBindingEventArgs } from './igc-data-binding-event-args';
94
95
  export declare class IgcDataGridComponent extends IgcHTMLElement {
95
96
  contentColumns: IgcDataGridColumnComponent[];
96
97
  /**
@@ -524,6 +525,8 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
524
525
  */
525
526
  get isColumnOptionsEnabled(): boolean;
526
527
  set isColumnOptionsEnabled(v: boolean);
528
+ get useNewerColumnOptionsMenu(): boolean;
529
+ set useNewerColumnOptionsMenu(v: boolean);
527
530
  /**
528
531
  * Gets or sets if group rows will stick to the top of the grid.
529
532
  */
@@ -1095,6 +1098,26 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
1095
1098
  */
1096
1099
  get columnOptionsTextColor(): string;
1097
1100
  set columnOptionsTextColor(v: string);
1101
+ /**
1102
+ * Gets or sets the font settings for text inside the column options menu.
1103
+ */
1104
+ get columnOptionsTextStyle(): string;
1105
+ set columnOptionsTextStyle(v: string);
1106
+ /**
1107
+ * Gets or sets the hover background color inside the column options menu.
1108
+ */
1109
+ get columnOptionsHoverBackgroundColor(): string;
1110
+ set columnOptionsHoverBackgroundColor(v: string);
1111
+ /**
1112
+ * Gets or sets the tooltip background color inside the column options menu.
1113
+ */
1114
+ get columnOptionsToolTipBackgroundColor(): string;
1115
+ set columnOptionsToolTipBackgroundColor(v: string);
1116
+ /**
1117
+ * Gets or sets the highlight color inside the column options menu.
1118
+ */
1119
+ get columnOptionsHighlightColor(): string;
1120
+ set columnOptionsHighlightColor(v: string);
1098
1121
  /**
1099
1122
  * Gets or sets the color of separators inside the column options menu.
1100
1123
  */
@@ -1110,10 +1133,22 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
1110
1133
  */
1111
1134
  get columnOptionsGroupHeaderTextColor(): string;
1112
1135
  set columnOptionsGroupHeaderTextColor(v: string);
1136
+ /**
1137
+ * Gets or sets the font settings for group header text inside the column options menu.
1138
+ */
1139
+ get columnOptionsGroupHeaderTextStyle(): string;
1140
+ set columnOptionsGroupHeaderTextStyle(v: string);
1113
1141
  get columnOptionsAccentColor(): string;
1114
1142
  set columnOptionsAccentColor(v: string);
1143
+ /**
1144
+ * Gets or sets the row height for submenus inside the column options menu.
1145
+ */
1146
+ get columnOptionsRowHeight(): number;
1147
+ set columnOptionsRowHeight(v: number);
1115
1148
  get allowCopyOperation(): boolean;
1116
1149
  set allowCopyOperation(v: boolean);
1150
+ get maxSelectedCellRanges(): number;
1151
+ set maxSelectedCellRanges(v: number);
1117
1152
  /**
1118
1153
  * Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
1119
1154
  */
@@ -1393,6 +1428,14 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
1393
1428
  */
1394
1429
  get cellClicked(): (s: IgcDataGridComponent, e: IgcDataGridCellEventArgs) => void;
1395
1430
  set cellClicked(ev: (s: IgcDataGridComponent, e: IgcDataGridCellEventArgs) => void);
1431
+ private _filterRowDataBinding;
1432
+ private _filterRowDataBinding_wrapped;
1433
+ get filterRowDataBinding(): (s: IgcDataGridComponent, e: IgcDataBindingEventArgs) => void;
1434
+ set filterRowDataBinding(ev: (s: IgcDataGridComponent, e: IgcDataBindingEventArgs) => void);
1435
+ private _filterRowDataBound;
1436
+ private _filterRowDataBound_wrapped;
1437
+ get filterRowDataBound(): (s: IgcDataGridComponent, e: IgcDataBindingEventArgs) => void;
1438
+ set filterRowDataBound(ev: (s: IgcDataGridComponent, e: IgcDataBindingEventArgs) => void);
1396
1439
  private _sortDescriptionsChanged;
1397
1440
  private _sortDescriptionsChanged_wrapped;
1398
1441
  /**
@@ -68,6 +68,26 @@ export declare class IgcDataGridFilterDialogComponent extends IgcHTMLElement {
68
68
  */
69
69
  get columnOptionsTextColor(): string;
70
70
  set columnOptionsTextColor(v: string);
71
+ /**
72
+ * Gets or sets the font settings for text inside the column options menu.
73
+ */
74
+ get columnOptionsTextStyle(): string;
75
+ set columnOptionsTextStyle(v: string);
76
+ /**
77
+ * Gets or sets the hover background color inside the column options menu.
78
+ */
79
+ get columnOptionsHoverBackgroundColor(): string;
80
+ set columnOptionsHoverBackgroundColor(v: string);
81
+ /**
82
+ * Gets or sets the tooltip background color inside the column options menu.
83
+ */
84
+ get columnOptionsToolTipBackgroundColor(): string;
85
+ set columnOptionsToolTipBackgroundColor(v: string);
86
+ /**
87
+ * Gets or sets the highlight color inside the column options menu.
88
+ */
89
+ get columnOptionsHighlightColor(): string;
90
+ set columnOptionsHighlightColor(v: string);
71
91
  /**
72
92
  * Gets or sets the color of separators inside the column options menu.
73
93
  */
@@ -83,8 +103,18 @@ export declare class IgcDataGridFilterDialogComponent extends IgcHTMLElement {
83
103
  */
84
104
  get columnOptionsGroupHeaderTextColor(): string;
85
105
  set columnOptionsGroupHeaderTextColor(v: string);
106
+ /**
107
+ * Gets or sets the font settings for group header text inside the column options menu.
108
+ */
109
+ get columnOptionsGroupHeaderTextStyle(): string;
110
+ set columnOptionsGroupHeaderTextStyle(v: string);
86
111
  get columnOptionsAccentColor(): string;
87
112
  set columnOptionsAccentColor(v: string);
113
+ /**
114
+ * Gets or sets the row height for submenus inside the column options menu.
115
+ */
116
+ get columnOptionsRowHeight(): number;
117
+ set columnOptionsRowHeight(v: number);
88
118
  get isOpen(): boolean;
89
119
  get commandCompleted(): (arg1: ToolCommand) => void;
90
120
  set commandCompleted(v: (arg1: ToolCommand) => void);
@@ -51,6 +51,17 @@ export declare class IgcTextHeaderCellInfo extends IgcTextCellInfo {
51
51
  */
52
52
  get columnOptionsTextColor(): string;
53
53
  set columnOptionsTextColor(v: string);
54
+ /**
55
+ * Gets or sets the font settings for text inside the column options menu.
56
+ */
57
+ get columnOptionsTextStyle(): string;
58
+ set columnOptionsTextStyle(v: string);
59
+ get columnOptionsHoverBackgroundColor(): string;
60
+ set columnOptionsHoverBackgroundColor(v: string);
61
+ get columnOptionsToolTipBackgroundColor(): string;
62
+ set columnOptionsToolTipBackgroundColor(v: string);
63
+ get columnOptionsHighlightColor(): string;
64
+ set columnOptionsHighlightColor(v: string);
54
65
  /**
55
66
  * Gets or sets the color of separators inside the column options menu.
56
67
  */
@@ -66,6 +77,10 @@ export declare class IgcTextHeaderCellInfo extends IgcTextCellInfo {
66
77
  */
67
78
  get columnOptionsGroupHeaderTextColor(): string;
68
79
  set columnOptionsGroupHeaderTextColor(v: string);
80
+ get columnOptionsGroupHeaderTextStyle(): string;
81
+ set columnOptionsGroupHeaderTextStyle(v: string);
69
82
  get columnOptionsAccentColor(): string;
70
83
  set columnOptionsAccentColor(v: string);
84
+ get columnOptionsRowHeight(): number;
85
+ set columnOptionsRowHeight(v: number);
71
86
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-data-grids",
3
- "version": "7.1.0-alpha.1",
3
+ "version": "7.1.0-alpha.2",
4
4
  "description": "Ignite UI Web Components data grid components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-data-grids",
6
6
  "keywords": [
@@ -18,9 +18,9 @@
18
18
  "tslib": "^2.3.1"
19
19
  },
20
20
  "peerDependencies": {
21
- "igniteui-webcomponents-core": "7.1.0-alpha.1",
22
- "igniteui-webcomponents-layouts": "7.1.0-alpha.1",
23
- "igniteui-webcomponents-inputs": "7.1.0-alpha.1"
21
+ "igniteui-webcomponents-core": "7.1.0-alpha.2",
22
+ "igniteui-webcomponents-layouts": "7.1.0-alpha.2",
23
+ "igniteui-webcomponents-inputs": "7.1.0-alpha.2"
24
24
  },
25
25
  "sideEffects": [
26
26
  "./grids/combined.js"
package/public_api.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from './lib/igc-checkbox-list-module';
2
2
  export * from './lib/igc-checkbox-list-component';
3
3
  export * from './lib/CheckboxListView';
4
+ export * from './lib/ICheckboxListView';
4
5
  export * from './lib/CheckboxList';
5
6
  export * from './lib/CheckboxListKeysClearedEventArgs';
6
7
  export * from './lib/igc-checkbox-list-keys-cleared-event-args';
@@ -315,6 +316,7 @@ export * from './lib/GridAnimationManager';
315
316
  export * from './lib/GridAnimationManagerAnimationCreatedEventArgs';
316
317
  export * from './lib/GridAnimationManagerAnimationCompletedEventArgs';
317
318
  export * from './lib/GridAnimationManagerAnimationCanceledEventArgs';
319
+ export * from './lib/GridIconRepository';
318
320
  export * from './lib/igc-grid-conditional-style-collection';
319
321
  export * from './lib/GridConditionalStyleCollection';
320
322
  export * from './lib/igc-grid-conditional-style-property-collection';