igniteui-webcomponents-data-grids 7.1.0-beta.0 → 7.1.0-beta.1
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.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +3962 -3669
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +356 -322
- package/esm2015/lib/ColumnChooserView_combined.js +7 -7
- package/esm2015/lib/ColumnFilterCondition_combined.js +2986 -2878
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
- package/esm2015/lib/GridIconRepository.js +4 -4
- package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm2015/lib/PropertyEditorView_combined.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/TextHeaderCell.js +7 -7
- package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
- package/esm2015/lib/igc-checkbox-list-component.js +68 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +132 -118
- package/esm2015/lib/igc-data-grid-component.js +21 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +26 -20
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +346 -308
- package/esm5/lib/ColumnChooserView_combined.js +7 -7
- package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +183 -164
- package/esm5/lib/GridIconRepository.js +4 -4
- package/esm5/lib/ISummaryChooserView_combined.js +5 -5
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm5/lib/PropertyEditorView_combined.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/TextHeaderCell.js +7 -7
- package/esm5/lib/TextHeaderCellPresenter.js +14 -11
- package/esm5/lib/igc-checkbox-list-component.js +72 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +140 -118
- package/esm5/lib/igc-data-grid-component.js +29 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +30 -20
- package/fesm2015/igniteui-webcomponents-data-grids.js +4031 -3794
- package/fesm5/igniteui-webcomponents-data-grids.js +3962 -3669
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +711 -694
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/igc-checkbox-list-component.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +4 -0
- package/lib/igc-data-grid-component.d.ts +11 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
- package/lib/igc-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -5,8 +5,13 @@ export declare class DataGridLocaleEn {
|
|
|
5
5
|
"Clear_Column_Filter": string;
|
|
6
6
|
"Column_Move": string;
|
|
7
7
|
"Column_Move_Left": string;
|
|
8
|
+
"Column_Move_Left_Tooltip": string;
|
|
8
9
|
"Column_Move_Right": string;
|
|
10
|
+
"Column_Move_Right_Tooltip": string;
|
|
9
11
|
"Column_Options_Analyze": string;
|
|
12
|
+
"Column_Options_Group": string;
|
|
13
|
+
"Column_Options_Hide": string;
|
|
14
|
+
"Column_Options_Show": string;
|
|
10
15
|
"Column_Options_Sort_Ascending": string;
|
|
11
16
|
"Column_Options_Sort_Descending": string;
|
|
12
17
|
"Column_Options_Summaries": string;
|
|
@@ -15,9 +20,12 @@ export declare class DataGridLocaleEn {
|
|
|
15
20
|
"Column_Options_Summary_Maximum": string;
|
|
16
21
|
"Column_Options_Summary_Minimum": string;
|
|
17
22
|
"Column_Options_Summary_Sum": string;
|
|
23
|
+
"Column_Options_Ungroup": string;
|
|
18
24
|
"Column_Pin": string;
|
|
19
25
|
"Column_Pin_Left": string;
|
|
26
|
+
"Column_Pin_Left_Tooltip": string;
|
|
20
27
|
"Column_Pin_Right": string;
|
|
28
|
+
"Column_Pin_Right_Tooltip": string;
|
|
21
29
|
"Column_Sort": string;
|
|
22
30
|
"Column_Sort_Ascending": string;
|
|
23
31
|
"Column_Sort_Descending": string;
|
|
@@ -117,78 +117,81 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
|
|
|
117
117
|
private at;
|
|
118
118
|
get aw(): number;
|
|
119
119
|
set aw(a: number);
|
|
120
|
-
private
|
|
121
|
-
get
|
|
122
|
-
set
|
|
120
|
+
private cq;
|
|
121
|
+
get c4(): Brush;
|
|
122
|
+
set c4(a: Brush);
|
|
123
123
|
private ao;
|
|
124
124
|
get ar(): number;
|
|
125
125
|
set ar(a: number);
|
|
126
126
|
private w;
|
|
127
127
|
get x(): BaseControlTheme;
|
|
128
128
|
set x(a: BaseControlTheme);
|
|
129
|
-
private
|
|
130
|
-
get
|
|
131
|
-
set
|
|
132
|
-
private
|
|
133
|
-
get
|
|
134
|
-
set
|
|
129
|
+
private ch;
|
|
130
|
+
get cv(): Brush;
|
|
131
|
+
set cv(a: Brush);
|
|
132
|
+
private cn;
|
|
133
|
+
get c1(): Brush;
|
|
134
|
+
set c1(a: Brush);
|
|
135
135
|
private z;
|
|
136
136
|
get ab(): FontInfo;
|
|
137
137
|
set ab(a: FontInfo);
|
|
138
|
+
private cl;
|
|
139
|
+
get cz(): Brush;
|
|
140
|
+
set cz(a: Brush);
|
|
141
|
+
private co;
|
|
142
|
+
get c2(): Brush;
|
|
143
|
+
set c2(a: Brush);
|
|
144
|
+
private cp;
|
|
145
|
+
get c3(): Brush;
|
|
146
|
+
set c3(a: Brush);
|
|
138
147
|
private ck;
|
|
139
|
-
get
|
|
140
|
-
set
|
|
141
|
-
private
|
|
148
|
+
get cy(): Brush;
|
|
149
|
+
set cy(a: Brush);
|
|
150
|
+
private cm;
|
|
142
151
|
get c0(): Brush;
|
|
143
152
|
set c0(a: Brush);
|
|
144
|
-
private
|
|
153
|
+
private ci;
|
|
145
154
|
get cw(): Brush;
|
|
146
155
|
set cw(a: Brush);
|
|
147
|
-
private
|
|
148
|
-
get
|
|
149
|
-
set
|
|
150
|
-
private ch;
|
|
151
|
-
get cu(): Brush;
|
|
152
|
-
set cu(a: Brush);
|
|
153
|
-
private ci;
|
|
154
|
-
get cv(): Brush;
|
|
155
|
-
set cv(a: Brush);
|
|
156
|
+
private cj;
|
|
157
|
+
get cx(): Brush;
|
|
158
|
+
set cx(a: Brush);
|
|
156
159
|
private y;
|
|
157
160
|
get aa(): FontInfo;
|
|
158
161
|
set aa(a: FontInfo);
|
|
159
|
-
private
|
|
160
|
-
get
|
|
161
|
-
set
|
|
162
|
+
private cg;
|
|
163
|
+
get cu(): Brush;
|
|
164
|
+
set cu(a: Brush);
|
|
162
165
|
private au;
|
|
163
166
|
get ax(): number;
|
|
164
167
|
set ax(a: number);
|
|
168
|
+
ct: Brush;
|
|
169
|
+
cs: Brush;
|
|
165
170
|
cr: Brush;
|
|
166
|
-
cq: Brush;
|
|
167
|
-
cp: Brush;
|
|
168
171
|
private ac;
|
|
169
172
|
private ae;
|
|
170
173
|
get aj(): boolean;
|
|
171
|
-
protected
|
|
172
|
-
protected
|
|
174
|
+
protected b7(a: string, b: any, c: any): void;
|
|
175
|
+
protected ca(a: string, b: any, c: any): void;
|
|
173
176
|
constructor();
|
|
174
|
-
|
|
177
|
+
cb(a: any, b: any, c: any): void;
|
|
175
178
|
private m;
|
|
176
179
|
get n(): DataGridColumn;
|
|
177
180
|
set n(a: DataGridColumn);
|
|
178
181
|
private ad;
|
|
179
|
-
private b2;
|
|
180
|
-
private v;
|
|
181
182
|
private b3;
|
|
183
|
+
private v;
|
|
184
|
+
private b4;
|
|
185
|
+
private bu;
|
|
182
186
|
private bt;
|
|
183
|
-
private bs;
|
|
184
|
-
private bv;
|
|
185
|
-
b4(): void;
|
|
186
|
-
b5(a: GridFilterDialogViewModel, b: boolean): void;
|
|
187
187
|
private bw;
|
|
188
|
+
b5(): void;
|
|
189
|
+
b6(a: GridFilterDialogViewModel, b: boolean): void;
|
|
190
|
+
private bx;
|
|
191
|
+
private ce;
|
|
188
192
|
private cd;
|
|
189
|
-
private cc;
|
|
190
193
|
private f;
|
|
191
|
-
private
|
|
194
|
+
private cc;
|
|
192
195
|
private e;
|
|
193
196
|
private al;
|
|
194
197
|
private g;
|
|
@@ -196,24 +199,24 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
|
|
|
196
199
|
private h;
|
|
197
200
|
private d;
|
|
198
201
|
private c;
|
|
199
|
-
private
|
|
202
|
+
private b9;
|
|
200
203
|
private t;
|
|
201
|
-
private
|
|
204
|
+
private bv;
|
|
202
205
|
private u;
|
|
203
206
|
static ay(a: ColumnComparisonConditionOperatorType): number;
|
|
204
207
|
static a2(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
|
|
205
208
|
static a3(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
|
|
206
209
|
static b(a: ColumnComparisonConditionOperatorType[]): number[];
|
|
207
210
|
static a(a: ColumnComparisonConditionOperatorType[]): string[];
|
|
208
|
-
static
|
|
211
|
+
static bl(a: ColumnComparisonConditionOperatorType): string;
|
|
209
212
|
dialogOpening: (sender: any, args: GridFilterDialogOpeningEventArgs) => void;
|
|
210
213
|
filterChanging: (sender: any, args: GridFilterDialogFilterChangeEventArgs) => void;
|
|
211
214
|
filterChanged: (sender: any, args: GridFilterDialogFilterChangeEventArgs) => void;
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
215
|
+
b2(a: number, b: number): void;
|
|
216
|
+
b1(): void;
|
|
217
|
+
b0(a: number, b: number, c: Path): void;
|
|
218
|
+
cf(): void;
|
|
219
|
+
bz(): void;
|
|
217
220
|
s: GridFilterDialogView;
|
|
218
221
|
private _commandCompleted;
|
|
219
222
|
get commandCompleted(): (arg1: ToolCommand) => void;
|
|
@@ -222,11 +225,11 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
|
|
|
222
225
|
get invalidateActions(): () => void;
|
|
223
226
|
set invalidateActions(a: () => void);
|
|
224
227
|
renderCompleted: (sender: any, args: FilterDialogRenderCompletedEventArgs) => void;
|
|
225
|
-
|
|
226
|
-
|
|
228
|
+
b8(): void;
|
|
229
|
+
by(): void;
|
|
227
230
|
get ah(): boolean;
|
|
228
231
|
private static ag;
|
|
229
|
-
private static readonly
|
|
232
|
+
private static readonly bk;
|
|
230
233
|
getDesiredToolbarActions(): ToolActionInfo[];
|
|
231
234
|
addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
232
235
|
removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
@@ -149,6 +149,11 @@ export declare class IgcCheckboxListComponent extends IgcHTMLElement {
|
|
|
149
149
|
*/
|
|
150
150
|
get searchBorderColor(): string;
|
|
151
151
|
set searchBorderColor(v: string);
|
|
152
|
+
/**
|
|
153
|
+
* Gets or sets the search focus border color.
|
|
154
|
+
*/
|
|
155
|
+
get searchFocusBorderColor(): string;
|
|
156
|
+
set searchFocusBorderColor(v: string);
|
|
152
157
|
/**
|
|
153
158
|
* Gets or sets the text style.
|
|
154
159
|
*/
|
|
@@ -282,6 +282,10 @@ export declare abstract class IgcDataGridColumnComponent extends IgcDefinitionBa
|
|
|
282
282
|
set actualColumnOptionsToolTipBackgroundColor(v: string);
|
|
283
283
|
get columnOptionsToolTipBackgroundColor(): string;
|
|
284
284
|
set columnOptionsToolTipBackgroundColor(v: string);
|
|
285
|
+
get actualColumnOptionsToolTipTextColor(): string;
|
|
286
|
+
set actualColumnOptionsToolTipTextColor(v: string);
|
|
287
|
+
get columnOptionsToolTipTextColor(): string;
|
|
288
|
+
set columnOptionsToolTipTextColor(v: string);
|
|
285
289
|
get actualColumnOptionsHighlightColor(): string;
|
|
286
290
|
set actualColumnOptionsHighlightColor(v: string);
|
|
287
291
|
get columnOptionsHighlightColor(): string;
|
|
@@ -930,6 +930,12 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
930
930
|
*/
|
|
931
931
|
get isGroupExpandedDefault(): boolean;
|
|
932
932
|
set isGroupExpandedDefault(v: boolean);
|
|
933
|
+
/**
|
|
934
|
+
* Gets or sets whether clicking anywhere inside a section header cell toggles the group's expansion state.
|
|
935
|
+
* When false (the default), only the expansion indicator toggles the group.
|
|
936
|
+
*/
|
|
937
|
+
get expandCollapseOnSectionHeaderClick(): boolean;
|
|
938
|
+
set expandCollapseOnSectionHeaderClick(v: boolean);
|
|
933
939
|
/**
|
|
934
940
|
* Gets or sets the display mode summaries will use inside groups.
|
|
935
941
|
*/
|
|
@@ -1123,6 +1129,11 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
1123
1129
|
*/
|
|
1124
1130
|
get columnOptionsToolTipBackgroundColor(): string;
|
|
1125
1131
|
set columnOptionsToolTipBackgroundColor(v: string);
|
|
1132
|
+
/**
|
|
1133
|
+
* Gets or sets the tooltip text color inside the column options menu.
|
|
1134
|
+
*/
|
|
1135
|
+
get columnOptionsToolTipTextColor(): string;
|
|
1136
|
+
set columnOptionsToolTipTextColor(v: string);
|
|
1126
1137
|
/**
|
|
1127
1138
|
* Gets or sets the highlight color inside the column options menu.
|
|
1128
1139
|
*/
|
|
@@ -83,6 +83,11 @@ export declare class IgcDataGridFilterDialogComponent extends IgcHTMLElement {
|
|
|
83
83
|
*/
|
|
84
84
|
get columnOptionsToolTipBackgroundColor(): string;
|
|
85
85
|
set columnOptionsToolTipBackgroundColor(v: string);
|
|
86
|
+
/**
|
|
87
|
+
* Gets or sets the tooltip text color inside the column options menu.
|
|
88
|
+
*/
|
|
89
|
+
get columnOptionsToolTipTextColor(): string;
|
|
90
|
+
set columnOptionsToolTipTextColor(v: string);
|
|
86
91
|
/**
|
|
87
92
|
* Gets or sets the highlight color inside the column options menu.
|
|
88
93
|
*/
|
|
@@ -60,6 +60,8 @@ export declare class IgcTextHeaderCellInfo extends IgcTextCellInfo {
|
|
|
60
60
|
set columnOptionsHoverBackgroundColor(v: string);
|
|
61
61
|
get columnOptionsToolTipBackgroundColor(): string;
|
|
62
62
|
set columnOptionsToolTipBackgroundColor(v: string);
|
|
63
|
+
get columnOptionsToolTipTextColor(): string;
|
|
64
|
+
set columnOptionsToolTipTextColor(v: string);
|
|
63
65
|
get columnOptionsHighlightColor(): string;
|
|
64
66
|
set columnOptionsHighlightColor(v: string);
|
|
65
67
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-data-grids",
|
|
3
|
-
"version": "7.1.0-beta.
|
|
3
|
+
"version": "7.1.0-beta.1",
|
|
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-beta.
|
|
22
|
-
"igniteui-webcomponents-layouts": "7.1.0-beta.
|
|
23
|
-
"igniteui-webcomponents-inputs": "7.1.0-beta.
|
|
21
|
+
"igniteui-webcomponents-core": "7.1.0-beta.1",
|
|
22
|
+
"igniteui-webcomponents-layouts": "7.1.0-beta.1",
|
|
23
|
+
"igniteui-webcomponents-inputs": "7.1.0-beta.1"
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": [
|
|
26
26
|
"./grids/combined.js"
|