igniteui-webcomponents-grids 5.0.0 → 5.0.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +1393 -1404
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +52 -52
- package/esm2015/lib/CanvasTemplateCellPresenter.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +1 -4
- package/esm2015/lib/CheckboxListView_combined.js +188 -188
- package/esm2015/lib/ColumnChooserView_combined.js +42 -42
- package/esm2015/lib/ColumnFilterCondition_combined.js +659 -659
- package/esm2015/lib/ColumnGroupingView_combined.js +40 -40
- package/esm2015/lib/ColumnPinningView_combined.js +42 -42
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +2 -2
- package/esm2015/lib/DataGridCellLayoutPanel.js +48 -48
- package/esm2015/lib/DataGridToolbarView_combined.js +87 -87
- package/esm2015/lib/EditorCell.js +86 -86
- package/esm2015/lib/EditorCellPresenter.js +1 -1
- package/esm2015/lib/FilterCell.js +90 -90
- package/esm2015/lib/FilterCellPresenter.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm2015/lib/ISummaryChooserView_combined.js +6 -6
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/igc-checkbox-list-component.js +31 -27
- package/esm2015/lib/igc-column-chooser-component.js +2 -2
- package/esm2015/lib/igc-column-pinning-component.js +2 -2
- package/esm2015/lib/igc-data-grid-toolbar-component.js +2 -2
- package/esm2015/public_api.js +20 -21
- package/esm5/lib/CanvasGridCellBase.js +52 -52
- package/esm5/lib/CanvasTemplateCellPresenter.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/CanvasTextHeaderCell.js +1 -1
- package/esm5/lib/CheckboxListBridge.js +1 -4
- package/esm5/lib/CheckboxListView_combined.js +179 -179
- package/esm5/lib/ColumnChooserView_combined.js +41 -41
- package/esm5/lib/ColumnFilterCondition_combined.js +654 -654
- package/esm5/lib/ColumnGroupingView_combined.js +40 -40
- package/esm5/lib/ColumnPinningView_combined.js +41 -41
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +2 -2
- package/esm5/lib/DataGridCellLayoutPanel.js +48 -48
- package/esm5/lib/DataGridToolbarView_combined.js +86 -86
- package/esm5/lib/EditorCell.js +85 -85
- package/esm5/lib/EditorCellPresenter.js +1 -1
- package/esm5/lib/FilterCell.js +88 -88
- package/esm5/lib/FilterCellPresenter.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm5/lib/ISummaryChooserView_combined.js +6 -6
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/igc-checkbox-list-component.js +31 -27
- package/esm5/lib/igc-column-chooser-component.js +2 -2
- package/esm5/lib/igc-column-pinning-component.js +2 -2
- package/esm5/lib/igc-data-grid-toolbar-component.js +2 -2
- package/esm5/public_api.js +20 -21
- package/fesm2015/igniteui-webcomponents-grids.js +1415 -1425
- package/fesm5/igniteui-webcomponents-grids.js +1395 -1405
- package/grids/combined.js +16296 -15683
- package/grids/lib/igc-grid-base-directive.d.ts +1 -0
- package/grids/lib/igc-row-island-component.d.ts +1 -0
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/CanvasGridCellBase.d.ts +7 -7
- package/lib/CanvasTemplateCellPresenter.d.ts +2 -2
- package/lib/CanvasTemplateHeaderCellPresenter.d.ts +2 -2
- package/lib/CheckboxListExternal.d.ts +6 -4
- package/lib/CheckboxListView_combined.d.ts +26 -26
- package/lib/ColumnChooserView_combined.d.ts +4 -4
- package/lib/ColumnFilterCondition_combined.d.ts +113 -113
- package/lib/ColumnGroupingView_combined.d.ts +2 -2
- package/lib/ColumnPinningView_combined.d.ts +4 -4
- package/lib/DataGridCellLayoutPanel.d.ts +3 -3
- package/lib/DataGridToolbarView_combined.d.ts +5 -5
- package/lib/EditorCell.d.ts +8 -8
- package/lib/FilterCell.d.ts +12 -12
- package/lib/igc-checkbox-list-component.d.ts +2 -0
- package/package.json +4 -4
- package/public_api.d.ts +20 -21
- package/esm2015/lib/CheckboxListViewExternal.js +0 -11
- package/esm5/lib/CheckboxListViewExternal.js +0 -11
- package/lib/CheckboxListViewExternal.d.ts +0 -16
|
@@ -15,7 +15,7 @@ import { ICellActionManager } from "./ICellActionManager";
|
|
|
15
15
|
*/
|
|
16
16
|
export declare class CanvasGridCellBase extends Base implements INativeCell {
|
|
17
17
|
static $t: Type;
|
|
18
|
-
private
|
|
18
|
+
private b;
|
|
19
19
|
private s;
|
|
20
20
|
private o;
|
|
21
21
|
protected get aa(): boolean;
|
|
@@ -116,9 +116,9 @@ export declare class CanvasGridCellBase extends Base implements INativeCell {
|
|
|
116
116
|
private cz;
|
|
117
117
|
private m;
|
|
118
118
|
cd(a: Color): void;
|
|
119
|
-
private
|
|
120
|
-
private
|
|
121
|
-
private
|
|
119
|
+
private a;
|
|
120
|
+
private d;
|
|
121
|
+
private f;
|
|
122
122
|
private bz;
|
|
123
123
|
cj(a: number): void;
|
|
124
124
|
private r;
|
|
@@ -141,8 +141,8 @@ export declare class CanvasGridCellBase extends Base implements INativeCell {
|
|
|
141
141
|
private n;
|
|
142
142
|
private bp;
|
|
143
143
|
private static bs;
|
|
144
|
-
private
|
|
145
|
-
protected get
|
|
144
|
+
private c;
|
|
145
|
+
protected get e(): CellContentHorizontalAlignment;
|
|
146
146
|
ci(a: CellContentHorizontalAlignment): void;
|
|
147
147
|
private ar;
|
|
148
148
|
private h;
|
|
@@ -150,7 +150,7 @@ export declare class CanvasGridCellBase extends Base implements INativeCell {
|
|
|
150
150
|
private cw;
|
|
151
151
|
private ap;
|
|
152
152
|
protected bk(a: TextBlock, b: string, c: number, d: RenderingContext): number;
|
|
153
|
-
private
|
|
153
|
+
private g;
|
|
154
154
|
cq(a: CellContentVerticalAlignment): void;
|
|
155
155
|
protected ag(a: ICellActionManager): boolean;
|
|
156
156
|
private static bq;
|
|
@@ -9,8 +9,8 @@ import { Type } from "igniteui-webcomponents-core";
|
|
|
9
9
|
*/
|
|
10
10
|
export declare class CanvasTemplateCellPresenter extends CanvasCellPresenterBase {
|
|
11
11
|
static $t: Type;
|
|
12
|
-
private
|
|
12
|
+
private e;
|
|
13
13
|
constructor(a: CanvasGridCellBase, b: DataGrid);
|
|
14
|
-
get
|
|
14
|
+
get d(): CanvasTemplateCell;
|
|
15
15
|
protected b(a: CellModel): void;
|
|
16
16
|
}
|
|
@@ -9,8 +9,8 @@ import { Type } from "igniteui-webcomponents-core";
|
|
|
9
9
|
*/
|
|
10
10
|
export declare class CanvasTemplateHeaderCellPresenter extends CanvasCellPresenterBase {
|
|
11
11
|
static $t: Type;
|
|
12
|
-
private
|
|
13
|
-
get
|
|
12
|
+
private e;
|
|
13
|
+
get d(): CanvasTemplateHeaderCell;
|
|
14
14
|
constructor(a: CanvasGridCellBase, b: DataGrid);
|
|
15
15
|
protected b(a: CellModel): void;
|
|
16
16
|
}
|
|
@@ -1,21 +1,23 @@
|
|
|
1
1
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
2
|
-
import { CheckboxListViewExternal } from "./CheckboxListViewExternal";
|
|
3
2
|
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
-
import { Size } from "igniteui-webcomponents-core";
|
|
5
3
|
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
6
4
|
import { Brush } from "igniteui-webcomponents-core";
|
|
5
|
+
import { CheckedChangedEventArgs } from "./CheckedChangedEventArgs";
|
|
6
|
+
import { Size } from "igniteui-webcomponents-core";
|
|
7
7
|
/**
|
|
8
8
|
* @hidden
|
|
9
9
|
*/
|
|
10
10
|
export interface CheckboxListExternal {
|
|
11
11
|
baseTheme: BaseControlTheme;
|
|
12
|
-
|
|
12
|
+
checkedChanged: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
13
|
+
selectedKeyAdded: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
14
|
+
selectedKeyRemoved: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
13
15
|
selectedMemberPath: string;
|
|
14
16
|
dataMemberPath: string;
|
|
15
17
|
itemsSource: any;
|
|
16
18
|
showSelectAll: boolean;
|
|
17
19
|
primaryKey: string;
|
|
18
|
-
|
|
20
|
+
getDesiredSize(): Size;
|
|
19
21
|
density: ControlDisplayDensity;
|
|
20
22
|
backgroundColor: Brush;
|
|
21
23
|
textColor: Brush;
|
|
@@ -3,11 +3,10 @@ import { DomRenderer, DomWrapper } from "igniteui-webcomponents-core";
|
|
|
3
3
|
import { XInputGroup } from "igniteui-webcomponents-inputs";
|
|
4
4
|
import { XInput } from "igniteui-webcomponents-inputs";
|
|
5
5
|
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
6
|
-
import { Size } from "igniteui-webcomponents-core";
|
|
7
|
-
import { DataGrid } from "./DataGrid";
|
|
8
6
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
9
7
|
import { Thickness } from "igniteui-webcomponents-core";
|
|
10
8
|
import { CheckboxListIndexType } from "./CheckboxListIndexType";
|
|
9
|
+
import { DataGrid } from "./DataGrid";
|
|
11
10
|
import { GridSelectedKeysCollection } from "./GridSelectedKeysCollection";
|
|
12
11
|
import { InputGroupDisplayType } from "igniteui-webcomponents-inputs";
|
|
13
12
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
@@ -15,6 +14,7 @@ import { Brush } from "igniteui-webcomponents-core";
|
|
|
15
14
|
import { ScrollbarStyle } from "igniteui-webcomponents-core";
|
|
16
15
|
import { CheckedChangedEventArgs } from "./CheckedChangedEventArgs";
|
|
17
16
|
import { DataGridCellEventArgs } from "./DataGridCellEventArgs";
|
|
17
|
+
import { Size } from "igniteui-webcomponents-core";
|
|
18
18
|
import { SelectAllCheckboxChangedEventArgs } from "./SelectAllCheckboxChangedEventArgs";
|
|
19
19
|
/**
|
|
20
20
|
* @hidden
|
|
@@ -53,7 +53,6 @@ export declare class CheckboxListView extends Base {
|
|
|
53
53
|
private r;
|
|
54
54
|
ad(): void;
|
|
55
55
|
ab(): void;
|
|
56
|
-
aj(): Size;
|
|
57
56
|
ac(): void;
|
|
58
57
|
y(): void;
|
|
59
58
|
aa(a: Thickness): void;
|
|
@@ -65,8 +64,8 @@ export declare class CheckboxListView extends Base {
|
|
|
65
64
|
export declare class CheckboxList extends Base implements INotifyPropertyChanged {
|
|
66
65
|
static $t: Type;
|
|
67
66
|
m: CheckboxListView;
|
|
68
|
-
|
|
69
|
-
private
|
|
67
|
+
f: DataGrid;
|
|
68
|
+
private j;
|
|
70
69
|
private ad;
|
|
71
70
|
private d;
|
|
72
71
|
private ak;
|
|
@@ -83,11 +82,11 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
|
|
|
83
82
|
private get e();
|
|
84
83
|
private ai;
|
|
85
84
|
private get aj();
|
|
86
|
-
private
|
|
87
|
-
get
|
|
85
|
+
private g;
|
|
86
|
+
get h(): GridSelectedKeysCollection;
|
|
88
87
|
private a;
|
|
89
|
-
get
|
|
90
|
-
set
|
|
88
|
+
get primaryKey(): string[];
|
|
89
|
+
set primaryKey(a: string[]);
|
|
91
90
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
92
91
|
constructor();
|
|
93
92
|
private cv;
|
|
@@ -109,11 +108,11 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
|
|
|
109
108
|
get itemsSource(): any;
|
|
110
109
|
set itemsSource(a: any);
|
|
111
110
|
private a2;
|
|
112
|
-
get
|
|
113
|
-
set
|
|
111
|
+
get dataMemberPath(): string;
|
|
112
|
+
set dataMemberPath(a: string);
|
|
114
113
|
private a4;
|
|
115
|
-
get
|
|
116
|
-
set
|
|
114
|
+
get selectedMemberPath(): string;
|
|
115
|
+
set selectedMemberPath(a: string);
|
|
117
116
|
private a3;
|
|
118
117
|
get bi(): string;
|
|
119
118
|
set bi(a: string);
|
|
@@ -134,17 +133,17 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
|
|
|
134
133
|
get aa(): BaseControlTheme;
|
|
135
134
|
set aa(a: BaseControlTheme);
|
|
136
135
|
private ab;
|
|
137
|
-
get
|
|
138
|
-
set
|
|
136
|
+
get density(): ControlDisplayDensity;
|
|
137
|
+
set density(a: ControlDisplayDensity);
|
|
139
138
|
private di;
|
|
140
|
-
get
|
|
141
|
-
set
|
|
139
|
+
get searchIconColor(): Brush;
|
|
140
|
+
set searchIconColor(a: Brush);
|
|
142
141
|
private dg;
|
|
143
142
|
get dz(): Brush;
|
|
144
143
|
set dz(a: Brush);
|
|
145
144
|
private dj;
|
|
146
|
-
get
|
|
147
|
-
set
|
|
145
|
+
get searchTextColor(): Brush;
|
|
146
|
+
set searchTextColor(a: Brush);
|
|
148
147
|
private dh;
|
|
149
148
|
get d0(): Brush;
|
|
150
149
|
set d0(a: Brush);
|
|
@@ -183,7 +182,7 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
|
|
|
183
182
|
provideHrElement(a: any): void;
|
|
184
183
|
co(): void;
|
|
185
184
|
private cg;
|
|
186
|
-
private
|
|
185
|
+
private i;
|
|
187
186
|
c0(a: number): void;
|
|
188
187
|
b8(a: number): void;
|
|
189
188
|
c2(): void;
|
|
@@ -194,6 +193,7 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
|
|
|
194
193
|
cj(a: number, b: any): void;
|
|
195
194
|
b9(a: any[]): void;
|
|
196
195
|
c1(a: any[]): void;
|
|
196
|
+
getDesiredSize(): Size;
|
|
197
197
|
private bz;
|
|
198
198
|
get b0(): string;
|
|
199
199
|
set b0(a: string);
|
|
@@ -205,16 +205,16 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
|
|
|
205
205
|
set dm(a: Brush);
|
|
206
206
|
get aq(): boolean;
|
|
207
207
|
private at;
|
|
208
|
-
get
|
|
209
|
-
set
|
|
208
|
+
get showSelectAll(): boolean;
|
|
209
|
+
set showSelectAll(a: boolean);
|
|
210
210
|
static du: Brush;
|
|
211
211
|
private c8;
|
|
212
|
-
get
|
|
213
|
-
set
|
|
212
|
+
get backgroundColor(): Brush;
|
|
213
|
+
set backgroundColor(a: Brush);
|
|
214
214
|
static dv: Brush;
|
|
215
215
|
private de;
|
|
216
|
-
get
|
|
217
|
-
set
|
|
216
|
+
get rowHoverBackgroundColor(): Brush;
|
|
217
|
+
set rowHoverBackgroundColor(a: Brush);
|
|
218
218
|
static dw: Brush;
|
|
219
219
|
private dl;
|
|
220
220
|
get d5(): Brush;
|
|
@@ -32,7 +32,7 @@ export declare class ColumnChooserView extends Base {
|
|
|
32
32
|
*/
|
|
33
33
|
export declare class ColumnChooser extends Base implements INotifyPropertyChanged {
|
|
34
34
|
static $t: Type;
|
|
35
|
-
private
|
|
35
|
+
private a;
|
|
36
36
|
private d;
|
|
37
37
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
38
38
|
private m;
|
|
@@ -42,9 +42,9 @@ export declare class ColumnChooser extends Base implements INotifyPropertyChange
|
|
|
42
42
|
provideContainer(a: DomRenderer, b: CheckboxList): void;
|
|
43
43
|
private k;
|
|
44
44
|
private get l();
|
|
45
|
-
private
|
|
46
|
-
get
|
|
47
|
-
set
|
|
45
|
+
private b;
|
|
46
|
+
get c(): DataGrid;
|
|
47
|
+
set c(a: DataGrid);
|
|
48
48
|
private o;
|
|
49
49
|
get v(): string;
|
|
50
50
|
set v(a: string);
|