igniteui-webcomponents-grids 4.8.1 → 5.0.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-grids.umd.js +1078 -600
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +171 -0
- package/esm2015/lib/CheckboxListExternal.js +11 -0
- package/esm2015/lib/CheckboxListViewExternal.js +11 -0
- package/esm2015/lib/CheckboxListView_combined.js +554 -441
- package/esm2015/lib/CheckedChangedEventArgs.js +3 -2
- package/esm2015/lib/ColumnChooserView_combined.js +15 -15
- package/esm2015/lib/ColumnFilterCondition_combined.js +8 -8
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnGroupingVisualModelExport.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +12 -12
- package/esm2015/lib/DateEditorView.js +12 -12
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/ISummaryChooserView_combined.js +17 -17
- package/esm2015/lib/NativeUIGridFactory.js +66 -0
- package/esm2015/lib/PagerVisualModelExport.js +4 -4
- package/esm2015/lib/igc-checkbox-list-component.js +159 -93
- package/esm2015/lib/igc-checkbox-list-module.js +3 -0
- package/esm2015/lib/igc-checked-changed-event-args.js +14 -4
- package/esm2015/public_api.js +5 -0
- package/esm5/lib/CheckboxListBridge.js +173 -0
- package/esm5/lib/CheckboxListExternal.js +11 -0
- package/esm5/lib/CheckboxListViewExternal.js +11 -0
- package/esm5/lib/CheckboxListView_combined.js +541 -422
- package/esm5/lib/CheckedChangedEventArgs.js +3 -2
- package/esm5/lib/ColumnChooserView_combined.js +15 -15
- package/esm5/lib/ColumnFilterCondition_combined.js +8 -8
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnGroupingVisualModelExport.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +12 -12
- package/esm5/lib/DateEditorView.js +12 -12
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/ISummaryChooserView_combined.js +17 -17
- package/esm5/lib/NativeUIGridFactory.js +76 -0
- package/esm5/lib/PagerVisualModelExport.js +4 -4
- package/esm5/lib/igc-checkbox-list-component.js +173 -93
- package/esm5/lib/igc-checkbox-list-module.js +3 -0
- package/esm5/lib/igc-checked-changed-event-args.js +17 -3
- package/esm5/public_api.js +5 -0
- package/fesm2015/igniteui-webcomponents-grids.js +1065 -623
- package/fesm5/igniteui-webcomponents-grids.js +1077 -603
- package/grids/combined.js +37327 -39208
- package/grids/index.d.ts +8 -8
- package/grids/lib/igc-action-strip-component.d.ts +4 -4
- package/grids/lib/igc-action-strip-token.d.ts +16 -0
- package/grids/lib/igc-base-exporter.d.ts +0 -4
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +1 -1
- package/grids/lib/igc-base-toolbar-directive.d.ts +0 -8
- package/grids/lib/igc-column-component.d.ts +15 -101
- package/grids/lib/igc-column-group-component.d.ts +94 -1
- package/grids/lib/igc-column-layout-component.d.ts +11 -0
- package/grids/lib/igc-column-pipe-args.d.ts +1 -0
- package/grids/lib/igc-column-resize-event-args.d.ts +1 -0
- package/grids/lib/igc-column-state.d.ts +0 -4
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +2 -0
- package/grids/lib/igc-for-of-data-changing-event-args.d.ts +4 -0
- package/grids/lib/igc-grid-base-directive.d.ts +34 -21
- package/grids/lib/igc-grid-component.d.ts +1 -1
- package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +11 -3
- package/grids/lib/igc-grid-edit-event-args.d.ts +12 -3
- package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-resource-strings.d.ts +0 -3
- package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -8
- package/grids/lib/igc-grid-toolbar-component.d.ts +3 -2
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +5 -10
- package/grids/lib/igc-header-type.d.ts +0 -5
- package/grids/lib/igc-hierarchical-grid-component.d.ts +2 -2
- package/grids/lib/igc-paginator-component.d.ts +6 -22
- package/grids/lib/igc-pin-row-event-args.d.ts +5 -1
- package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
- package/grids/lib/igc-pivot-configuration.d.ts +0 -1
- package/grids/lib/igc-pivot-data-selector-component.d.ts +2 -1
- package/grids/lib/igc-pivot-date-dimension.d.ts +3 -0
- package/grids/lib/igc-pivot-dimension.d.ts +12 -1
- package/grids/lib/igc-pivot-grid-component.d.ts +29 -19
- package/grids/lib/igc-pivot-grid-record.d.ts +8 -0
- package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
- package/grids/lib/igc-pivot-value.d.ts +0 -2
- package/grids/lib/igc-position-settings.d.ts +1 -10
- package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
- package/grids/lib/igc-row-data-event-args.d.ts +10 -0
- package/grids/lib/igc-row-directive.d.ts +0 -5
- package/grids/lib/igc-row-island-component.d.ts +50 -146
- package/grids/lib/igc-row-toggle-event-args.d.ts +7 -1
- package/grids/lib/igc-sorting-options.d.ts +0 -1
- package/grids/lib/igc-tree-grid-component.d.ts +15 -18
- package/grids/lib/pivot-row-layout-type.d.ts +3 -0
- package/grids/lib/pivot-summary-position.d.ts +3 -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/CheckboxListBridge.d.ts +29 -0
- package/lib/CheckboxListExternal.d.ts +29 -0
- package/lib/CheckboxListViewExternal.d.ts +16 -0
- package/lib/CheckboxListView_combined.d.ts +130 -121
- package/lib/CheckedChangedEventArgs.d.ts +3 -2
- package/lib/ColumnFilterCondition_combined.d.ts +1 -1
- package/lib/DateEditorView.d.ts +2 -2
- package/lib/NativeUIGridFactory.d.ts +19 -0
- package/lib/igc-checkbox-list-component.d.ts +19 -0
- package/lib/igc-checked-changed-event-args.d.ts +2 -0
- package/package.json +4 -4
- package/public_api.d.ts +5 -0
- package/grids/3rdpartylicenses.txt +0 -705
- package/grids/lib/display-density.d.ts +0 -3
- package/grids/lib/igc-child-grid-row-component.d.ts +0 -59
- package/grids/lib/igc-density-changed-event-args.d.ts +0 -21
- package/grids/lib/igc-display-density-base.d.ts +0 -45
- package/grids/lib/igc-grid-filtering-cell-component.d.ts +0 -16
- package/grids/lib/igc-grid-header-component.d.ts +0 -16
- package/grids/lib/igc-grid-header-group-component.d.ts +0 -16
- package/grids/lib/igc-toggle-directive.d.ts +0 -171
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { XComponentBridge } from "igniteui-webcomponents-inputs";
|
|
2
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
3
|
+
import { Size } from "igniteui-webcomponents-core";
|
|
4
|
+
import { NativeUIComponent } from "igniteui-webcomponents-core";
|
|
5
|
+
import { NativeUIBuiltInEvents } from "igniteui-webcomponents-core";
|
|
6
|
+
import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core";
|
|
7
|
+
/**
|
|
8
|
+
* @hidden
|
|
9
|
+
*/
|
|
10
|
+
export declare class CheckboxListBridge extends XComponentBridge {
|
|
11
|
+
static $t: Type;
|
|
12
|
+
private x;
|
|
13
|
+
private y;
|
|
14
|
+
private z;
|
|
15
|
+
private u;
|
|
16
|
+
private v;
|
|
17
|
+
private w;
|
|
18
|
+
constructor(a: any);
|
|
19
|
+
getDesiredSize(a: any, b: Size): Size;
|
|
20
|
+
addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
21
|
+
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
22
|
+
private aa;
|
|
23
|
+
private ab;
|
|
24
|
+
private ac;
|
|
25
|
+
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
26
|
+
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
27
|
+
ae(a: any): void;
|
|
28
|
+
ad(a: any, b: Size): void;
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
2
|
+
import { CheckboxListViewExternal } from "./CheckboxListViewExternal";
|
|
3
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
import { Size } from "igniteui-webcomponents-core";
|
|
5
|
+
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
6
|
+
import { Brush } from "igniteui-webcomponents-core";
|
|
7
|
+
/**
|
|
8
|
+
* @hidden
|
|
9
|
+
*/
|
|
10
|
+
export interface CheckboxListExternal {
|
|
11
|
+
baseTheme: BaseControlTheme;
|
|
12
|
+
view: CheckboxListViewExternal;
|
|
13
|
+
selectedMemberPath: string;
|
|
14
|
+
dataMemberPath: string;
|
|
15
|
+
itemsSource: any;
|
|
16
|
+
showSelectAll: boolean;
|
|
17
|
+
primaryKey: string;
|
|
18
|
+
readonly desiredSize: Size;
|
|
19
|
+
density: ControlDisplayDensity;
|
|
20
|
+
backgroundColor: Brush;
|
|
21
|
+
textColor: Brush;
|
|
22
|
+
rowHoverBackgroundColor: Brush;
|
|
23
|
+
searchIconColor: Brush;
|
|
24
|
+
searchTextColor: Brush;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* @hidden
|
|
28
|
+
*/
|
|
29
|
+
export declare let CheckboxListExternal_$type: Type;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { CheckedChangedEventArgs } from "./CheckedChangedEventArgs";
|
|
3
|
+
import { Size } from "igniteui-webcomponents-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export interface CheckboxListViewExternal {
|
|
8
|
+
checkedChanged: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
9
|
+
selectedKeyAdded: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
10
|
+
selectedKeyRemoved: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
11
|
+
getDesiredSize(): Size;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
export declare let CheckboxListViewExternal_$type: Type;
|
|
@@ -3,10 +3,11 @@ 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";
|
|
6
8
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
7
9
|
import { Thickness } from "igniteui-webcomponents-core";
|
|
8
10
|
import { CheckboxListIndexType } from "./CheckboxListIndexType";
|
|
9
|
-
import { DataGrid } from "./DataGrid";
|
|
10
11
|
import { GridSelectedKeysCollection } from "./GridSelectedKeysCollection";
|
|
11
12
|
import { InputGroupDisplayType } from "igniteui-webcomponents-inputs";
|
|
12
13
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
@@ -52,6 +53,7 @@ export declare class CheckboxListView extends Base {
|
|
|
52
53
|
private r;
|
|
53
54
|
ad(): void;
|
|
54
55
|
ab(): void;
|
|
56
|
+
aj(): Size;
|
|
55
57
|
ac(): void;
|
|
56
58
|
y(): void;
|
|
57
59
|
aa(a: Thickness): void;
|
|
@@ -65,22 +67,22 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
|
|
|
65
67
|
m: CheckboxListView;
|
|
66
68
|
h: DataGrid;
|
|
67
69
|
private i;
|
|
68
|
-
private
|
|
70
|
+
private ad;
|
|
69
71
|
private d;
|
|
70
|
-
private
|
|
72
|
+
private ak;
|
|
71
73
|
private c;
|
|
72
|
-
private o;
|
|
73
74
|
private q;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
static readonly
|
|
75
|
+
private s;
|
|
76
|
+
get t(): XInputGroup;
|
|
77
|
+
set t(a: XInputGroup);
|
|
78
|
+
get r(): XInput;
|
|
79
|
+
set r(a: XInput);
|
|
80
|
+
private al;
|
|
81
|
+
static readonly d4: Brush;
|
|
82
|
+
static readonly bw: string;
|
|
81
83
|
private get e();
|
|
82
|
-
private
|
|
83
|
-
private get
|
|
84
|
+
private ai;
|
|
85
|
+
private get aj();
|
|
84
86
|
private f;
|
|
85
87
|
get g(): GridSelectedKeysCollection;
|
|
86
88
|
private a;
|
|
@@ -88,138 +90,145 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
|
|
|
88
90
|
set b(a: string[]);
|
|
89
91
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
90
92
|
constructor();
|
|
91
|
-
private
|
|
92
|
-
|
|
93
|
-
private
|
|
93
|
+
private cv;
|
|
94
|
+
selectedKeyAdded: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
95
|
+
private cp;
|
|
96
|
+
selectedKeyRemoved: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
97
|
+
private cq;
|
|
94
98
|
checkedChanged: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
95
|
-
|
|
99
|
+
cm(a: number, b: boolean): void;
|
|
96
100
|
notifySizeChanged(): void;
|
|
97
101
|
destroy(): void;
|
|
98
102
|
provideContainer(a: DomRenderer, b: DataGrid, c: any): void;
|
|
103
|
+
private cf;
|
|
99
104
|
provideSelectAllSection(a: any): void;
|
|
100
|
-
|
|
101
|
-
private
|
|
102
|
-
|
|
103
|
-
private
|
|
105
|
+
ce(a: any, b: DataGridCellEventArgs): void;
|
|
106
|
+
private cb;
|
|
107
|
+
cn(a: string): void;
|
|
108
|
+
private a0;
|
|
104
109
|
get itemsSource(): any;
|
|
105
110
|
set itemsSource(a: any);
|
|
106
|
-
private a0;
|
|
107
|
-
get bc(): string;
|
|
108
|
-
set bc(a: string);
|
|
109
111
|
private a2;
|
|
110
|
-
get
|
|
111
|
-
set
|
|
112
|
-
private
|
|
113
|
-
get
|
|
114
|
-
set
|
|
115
|
-
private
|
|
116
|
-
get
|
|
117
|
-
set
|
|
118
|
-
private
|
|
112
|
+
get be(): string;
|
|
113
|
+
set be(a: string);
|
|
114
|
+
private a4;
|
|
115
|
+
get b3(): string;
|
|
116
|
+
set b3(a: string);
|
|
117
|
+
private a3;
|
|
118
|
+
get bi(): string;
|
|
119
|
+
set bi(a: string);
|
|
120
|
+
private u;
|
|
121
|
+
get v(): InputGroupDisplayType;
|
|
122
|
+
set v(a: InputGroupDisplayType);
|
|
123
|
+
private aw;
|
|
124
|
+
get az(): number;
|
|
125
|
+
set az(a: number);
|
|
119
126
|
get ax(): number;
|
|
120
|
-
|
|
121
|
-
get
|
|
122
|
-
|
|
123
|
-
get ae(): FontInfo;
|
|
124
|
-
set ae(a: FontInfo);
|
|
127
|
+
private ae;
|
|
128
|
+
get ag(): FontInfo;
|
|
129
|
+
set ag(a: FontInfo);
|
|
125
130
|
private k;
|
|
126
131
|
get l(): CheckboxListIndexType;
|
|
127
132
|
set l(a: CheckboxListIndexType);
|
|
128
|
-
private x;
|
|
129
|
-
get y(): BaseControlTheme;
|
|
130
|
-
set y(a: BaseControlTheme);
|
|
131
133
|
private z;
|
|
132
|
-
get aa():
|
|
133
|
-
set aa(a:
|
|
134
|
-
private
|
|
135
|
-
get
|
|
136
|
-
set
|
|
134
|
+
get aa(): BaseControlTheme;
|
|
135
|
+
set aa(a: BaseControlTheme);
|
|
136
|
+
private ab;
|
|
137
|
+
get ac(): ControlDisplayDensity;
|
|
138
|
+
set ac(a: ControlDisplayDensity);
|
|
139
|
+
private di;
|
|
140
|
+
get d1(): Brush;
|
|
141
|
+
set d1(a: Brush);
|
|
142
|
+
private dg;
|
|
143
|
+
get dz(): Brush;
|
|
144
|
+
set dz(a: Brush);
|
|
145
|
+
private dj;
|
|
146
|
+
get d2(): Brush;
|
|
147
|
+
set d2(a: Brush);
|
|
148
|
+
private dh;
|
|
149
|
+
get d0(): Brush;
|
|
150
|
+
set d0(a: Brush);
|
|
151
|
+
private af;
|
|
152
|
+
get ah(): FontInfo;
|
|
153
|
+
set ah(a: FontInfo);
|
|
137
154
|
private db;
|
|
155
|
+
get dr(): Brush;
|
|
156
|
+
set dr(a: Brush);
|
|
157
|
+
private c9;
|
|
158
|
+
get dp(): Brush;
|
|
159
|
+
set dp(a: Brush);
|
|
160
|
+
private dc;
|
|
138
161
|
get ds(): Brush;
|
|
139
162
|
set ds(a: Brush);
|
|
140
|
-
private
|
|
141
|
-
get
|
|
142
|
-
set
|
|
143
|
-
private
|
|
163
|
+
private da;
|
|
164
|
+
get dq(): Brush;
|
|
165
|
+
set dq(a: Brush);
|
|
166
|
+
private dd;
|
|
144
167
|
get dt(): Brush;
|
|
145
168
|
set dt(a: Brush);
|
|
146
|
-
private
|
|
147
|
-
get
|
|
148
|
-
set
|
|
169
|
+
private x;
|
|
170
|
+
get y(): ScrollbarStyle;
|
|
171
|
+
set y(a: ScrollbarStyle);
|
|
172
|
+
private df;
|
|
173
|
+
get dy(): Brush;
|
|
174
|
+
set dy(a: Brush);
|
|
175
|
+
protected cr(a: string, b: any, c: any): void;
|
|
176
|
+
protected cw(a: string, b: any, c: any): void;
|
|
177
|
+
private c3;
|
|
178
|
+
private c4;
|
|
179
|
+
private cs;
|
|
180
|
+
cu(): void;
|
|
181
|
+
c5(): void;
|
|
182
|
+
updateHrMargin(a: Thickness): void;
|
|
183
|
+
provideHrElement(a: any): void;
|
|
184
|
+
co(): void;
|
|
185
|
+
private cg;
|
|
186
|
+
private j;
|
|
187
|
+
c0(a: number): void;
|
|
188
|
+
b8(a: number): void;
|
|
189
|
+
c2(): void;
|
|
190
|
+
cc(): void;
|
|
191
|
+
ck(a: number, b: any, c: any): void;
|
|
192
|
+
ch(): void;
|
|
193
|
+
ci(a: number, b: any): void;
|
|
194
|
+
cj(a: number, b: any): void;
|
|
195
|
+
b9(a: any[]): void;
|
|
196
|
+
c1(a: any[]): void;
|
|
197
|
+
private bz;
|
|
198
|
+
get b0(): string;
|
|
199
|
+
set b0(a: string);
|
|
200
|
+
private dk;
|
|
201
|
+
get d3(): Brush;
|
|
202
|
+
set d3(a: Brush);
|
|
149
203
|
private c7;
|
|
150
|
-
get dl(): Brush;
|
|
151
|
-
set dl(a: Brush);
|
|
152
|
-
private c5;
|
|
153
|
-
get dj(): Brush;
|
|
154
|
-
set dj(a: Brush);
|
|
155
|
-
private c8;
|
|
156
204
|
get dm(): Brush;
|
|
157
205
|
set dm(a: Brush);
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
206
|
+
get aq(): boolean;
|
|
207
|
+
private at;
|
|
208
|
+
get au(): boolean;
|
|
209
|
+
set au(a: boolean);
|
|
210
|
+
static du: Brush;
|
|
211
|
+
private c8;
|
|
162
212
|
get dn(): Brush;
|
|
163
213
|
set dn(a: Brush);
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
provideHrElement(a: any): void;
|
|
179
|
-
ck(): void;
|
|
180
|
-
private cc;
|
|
181
|
-
private j;
|
|
182
|
-
cw(a: number): void;
|
|
183
|
-
b5(a: number): void;
|
|
184
|
-
cy(): void;
|
|
185
|
-
b9(): void;
|
|
186
|
-
cg(a: number, b: any, c: any): void;
|
|
187
|
-
cd(): void;
|
|
188
|
-
ce(a: number, b: any): void;
|
|
189
|
-
cf(a: number, b: any): void;
|
|
190
|
-
b6(a: any[]): void;
|
|
191
|
-
cx(a: any[]): void;
|
|
192
|
-
private bw;
|
|
193
|
-
get bx(): string;
|
|
194
|
-
set bx(a: string);
|
|
195
|
-
private df;
|
|
196
|
-
get dw(): Brush;
|
|
197
|
-
set dw(a: Brush);
|
|
198
|
-
private c3;
|
|
199
|
-
get dh(): Brush;
|
|
200
|
-
set dh(a: Brush);
|
|
201
|
-
get ao(): boolean;
|
|
214
|
+
static dv: Brush;
|
|
215
|
+
private de;
|
|
216
|
+
get dx(): Brush;
|
|
217
|
+
set dx(a: Brush);
|
|
218
|
+
static dw: Brush;
|
|
219
|
+
private dl;
|
|
220
|
+
get d5(): Brush;
|
|
221
|
+
set d5(a: Brush);
|
|
222
|
+
selectAllCheckboxChanged: (sender: any, args: SelectAllCheckboxChangedEventArgs) => void;
|
|
223
|
+
ct(a: boolean): void;
|
|
224
|
+
an(): boolean;
|
|
225
|
+
am(): boolean;
|
|
226
|
+
private ay;
|
|
227
|
+
ca(): void;
|
|
202
228
|
private ar;
|
|
203
229
|
get as(): boolean;
|
|
204
230
|
set as(a: boolean);
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
set di(a: Brush);
|
|
209
|
-
static dq: Brush;
|
|
210
|
-
private dg;
|
|
211
|
-
get dy(): Brush;
|
|
212
|
-
set dy(a: Brush);
|
|
213
|
-
selectAllCheckboxChanged: (sender: any, args: SelectAllCheckboxChangedEventArgs) => void;
|
|
214
|
-
cp(a: boolean): void;
|
|
215
|
-
al(): boolean;
|
|
216
|
-
ak(): boolean;
|
|
217
|
-
private aw;
|
|
218
|
-
b7(): void;
|
|
219
|
-
private ap;
|
|
220
|
-
get aq(): boolean;
|
|
221
|
-
set aq(a: boolean);
|
|
222
|
-
private am;
|
|
223
|
-
get an(): boolean;
|
|
224
|
-
set an(a: boolean);
|
|
231
|
+
private ao;
|
|
232
|
+
get ap(): boolean;
|
|
233
|
+
set ap(a: boolean);
|
|
225
234
|
}
|
|
@@ -1398,7 +1398,7 @@ export declare class PagerGridDataSourceNotificationBridge extends Base implemen
|
|
|
1398
1398
|
*/
|
|
1399
1399
|
export declare class PagedDataProvider extends DataSourceLocalDataProvider {
|
|
1400
1400
|
static $t: Type;
|
|
1401
|
-
private
|
|
1401
|
+
private av;
|
|
1402
1402
|
constructor(a: Pager);
|
|
1403
1403
|
getItemValue(a: any, b: string): any;
|
|
1404
1404
|
}
|
package/lib/DateEditorView.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseEditorView } from "./BaseEditorView";
|
|
2
|
-
import {
|
|
2
|
+
import { XDatePicker } from "igniteui-webcomponents-inputs";
|
|
3
3
|
import { DomRenderer } from "igniteui-webcomponents-core";
|
|
4
4
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
5
5
|
import { ICellActionManager } from "./ICellActionManager";
|
|
@@ -16,7 +16,7 @@ export declare class DateEditorView extends BaseEditorView {
|
|
|
16
16
|
set ae(a: string);
|
|
17
17
|
get ac(): boolean;
|
|
18
18
|
set ac(a: boolean);
|
|
19
|
-
protected y:
|
|
19
|
+
protected y: XDatePicker;
|
|
20
20
|
private z;
|
|
21
21
|
private ab;
|
|
22
22
|
private aa;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { INativeUIElementFactory } from "igniteui-webcomponents-core";
|
|
3
|
+
import { NativeUIElementFactoryFlavor } from "igniteui-webcomponents-core";
|
|
4
|
+
import { NativeUIComponentBuiltInType } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class NativeUIGridFactory extends Base implements INativeUIElementFactory {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
private static a;
|
|
11
|
+
static get instance(): NativeUIGridFactory;
|
|
12
|
+
static register(): void;
|
|
13
|
+
private c;
|
|
14
|
+
get flavor(): NativeUIElementFactoryFlavor;
|
|
15
|
+
createComponent(a: any, b: NativeUIComponentBuiltInType, c: (arg1: any) => void): void;
|
|
16
|
+
createComponentSync(a: any, b: NativeUIComponentBuiltInType, c: (arg1: any) => void): void;
|
|
17
|
+
supportsComponent(a: NativeUIComponentBuiltInType): boolean;
|
|
18
|
+
private d;
|
|
19
|
+
}
|
|
@@ -196,6 +196,11 @@ export declare class IgcCheckboxListComponent extends IgcHTMLElement {
|
|
|
196
196
|
*/
|
|
197
197
|
get backgroundColor(): string;
|
|
198
198
|
set backgroundColor(v: string);
|
|
199
|
+
/**
|
|
200
|
+
* Gets or sets the color to use when hovering over a grid row.
|
|
201
|
+
*/
|
|
202
|
+
get rowHoverBackgroundColor(): string;
|
|
203
|
+
set rowHoverBackgroundColor(v: string);
|
|
199
204
|
/**
|
|
200
205
|
* Gets or sets the color to use for the text of the component.
|
|
201
206
|
*/
|
|
@@ -251,6 +256,20 @@ export declare class IgcCheckboxListComponent extends IgcHTMLElement {
|
|
|
251
256
|
|
|
252
257
|
*/
|
|
253
258
|
isEverythingSelected(): boolean;
|
|
259
|
+
private _selectedKeyAdded;
|
|
260
|
+
private _selectedKeyAdded_wrapped;
|
|
261
|
+
/**
|
|
262
|
+
* Called when an item is added.
|
|
263
|
+
*/
|
|
264
|
+
get selectedKeyAdded(): (s: IgcCheckboxListComponent, e: IgcCheckedChangedEventArgs) => void;
|
|
265
|
+
set selectedKeyAdded(ev: (s: IgcCheckboxListComponent, e: IgcCheckedChangedEventArgs) => void);
|
|
266
|
+
private _selectedKeyRemoved;
|
|
267
|
+
private _selectedKeyRemoved_wrapped;
|
|
268
|
+
/**
|
|
269
|
+
* Called when an item is removed.
|
|
270
|
+
*/
|
|
271
|
+
get selectedKeyRemoved(): (s: IgcCheckboxListComponent, e: IgcCheckedChangedEventArgs) => void;
|
|
272
|
+
set selectedKeyRemoved(ev: (s: IgcCheckboxListComponent, e: IgcCheckedChangedEventArgs) => void);
|
|
254
273
|
private _checkedChanged;
|
|
255
274
|
private _checkedChanged_wrapped;
|
|
256
275
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-grids",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-beta.1",
|
|
4
4
|
"description": "Ignite UI Web Components grid components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-grids",
|
|
6
6
|
"keywords": [
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"tslib": "^2.3.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"igniteui-webcomponents-core": "
|
|
22
|
-
"igniteui-webcomponents-layouts": "
|
|
23
|
-
"igniteui-webcomponents-inputs": "
|
|
21
|
+
"igniteui-webcomponents-core": "5.0.0-beta.1",
|
|
22
|
+
"igniteui-webcomponents-layouts": "5.0.0-beta.1",
|
|
23
|
+
"igniteui-webcomponents-inputs": "5.0.0-beta.1"
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": [
|
|
26
26
|
"./grids/combined.js"
|
package/public_api.d.ts
CHANGED
|
@@ -133,6 +133,11 @@ export * from './lib/BrowserPixelConverter';
|
|
|
133
133
|
export * from './lib/GridExternalWrapper';
|
|
134
134
|
export * from './lib/BrowserTickProvider';
|
|
135
135
|
export * from './lib/BrowserExecutionContext';
|
|
136
|
+
export * from './lib/NativeUIGridFactory';
|
|
137
|
+
export * from './lib/CheckboxListBridge';
|
|
138
|
+
export * from './lib/CheckboxListExternal';
|
|
139
|
+
export * from './lib/CheckedChangedEventArgs';
|
|
140
|
+
export * from './lib/CheckboxListViewExternal';
|
|
136
141
|
export * from './lib/DraggerView';
|
|
137
142
|
export * from './lib/igc-grid-selected-keys-collection';
|
|
138
143
|
export * from './lib/GridSelectedKeysCollection';
|