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.
Files changed (121) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +1078 -600
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CheckboxListBridge.js +171 -0
  4. package/esm2015/lib/CheckboxListExternal.js +11 -0
  5. package/esm2015/lib/CheckboxListViewExternal.js +11 -0
  6. package/esm2015/lib/CheckboxListView_combined.js +554 -441
  7. package/esm2015/lib/CheckedChangedEventArgs.js +3 -2
  8. package/esm2015/lib/ColumnChooserView_combined.js +15 -15
  9. package/esm2015/lib/ColumnFilterCondition_combined.js +8 -8
  10. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  11. package/esm2015/lib/ColumnGroupingVisualModelExport.js +1 -1
  12. package/esm2015/lib/ColumnPinningView_combined.js +12 -12
  13. package/esm2015/lib/DateEditorView.js +12 -12
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  15. package/esm2015/lib/ISummaryChooserView_combined.js +17 -17
  16. package/esm2015/lib/NativeUIGridFactory.js +66 -0
  17. package/esm2015/lib/PagerVisualModelExport.js +4 -4
  18. package/esm2015/lib/igc-checkbox-list-component.js +159 -93
  19. package/esm2015/lib/igc-checkbox-list-module.js +3 -0
  20. package/esm2015/lib/igc-checked-changed-event-args.js +14 -4
  21. package/esm2015/public_api.js +5 -0
  22. package/esm5/lib/CheckboxListBridge.js +173 -0
  23. package/esm5/lib/CheckboxListExternal.js +11 -0
  24. package/esm5/lib/CheckboxListViewExternal.js +11 -0
  25. package/esm5/lib/CheckboxListView_combined.js +541 -422
  26. package/esm5/lib/CheckedChangedEventArgs.js +3 -2
  27. package/esm5/lib/ColumnChooserView_combined.js +15 -15
  28. package/esm5/lib/ColumnFilterCondition_combined.js +8 -8
  29. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  30. package/esm5/lib/ColumnGroupingVisualModelExport.js +1 -1
  31. package/esm5/lib/ColumnPinningView_combined.js +12 -12
  32. package/esm5/lib/DateEditorView.js +12 -12
  33. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  34. package/esm5/lib/ISummaryChooserView_combined.js +17 -17
  35. package/esm5/lib/NativeUIGridFactory.js +76 -0
  36. package/esm5/lib/PagerVisualModelExport.js +4 -4
  37. package/esm5/lib/igc-checkbox-list-component.js +173 -93
  38. package/esm5/lib/igc-checkbox-list-module.js +3 -0
  39. package/esm5/lib/igc-checked-changed-event-args.js +17 -3
  40. package/esm5/public_api.js +5 -0
  41. package/fesm2015/igniteui-webcomponents-grids.js +1065 -623
  42. package/fesm5/igniteui-webcomponents-grids.js +1077 -603
  43. package/grids/combined.js +37327 -39208
  44. package/grids/index.d.ts +8 -8
  45. package/grids/lib/igc-action-strip-component.d.ts +4 -4
  46. package/grids/lib/igc-action-strip-token.d.ts +16 -0
  47. package/grids/lib/igc-base-exporter.d.ts +0 -4
  48. package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +1 -1
  49. package/grids/lib/igc-base-toolbar-directive.d.ts +0 -8
  50. package/grids/lib/igc-column-component.d.ts +15 -101
  51. package/grids/lib/igc-column-group-component.d.ts +94 -1
  52. package/grids/lib/igc-column-layout-component.d.ts +11 -0
  53. package/grids/lib/igc-column-pipe-args.d.ts +1 -0
  54. package/grids/lib/igc-column-resize-event-args.d.ts +1 -0
  55. package/grids/lib/igc-column-state.d.ts +0 -4
  56. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +2 -0
  57. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +4 -0
  58. package/grids/lib/igc-grid-base-directive.d.ts +34 -21
  59. package/grids/lib/igc-grid-component.d.ts +1 -1
  60. package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
  61. package/grids/lib/igc-grid-edit-done-event-args.d.ts +11 -3
  62. package/grids/lib/igc-grid-edit-event-args.d.ts +12 -3
  63. package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
  64. package/grids/lib/igc-grid-resource-strings.d.ts +0 -3
  65. package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
  66. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -8
  67. package/grids/lib/igc-grid-toolbar-component.d.ts +3 -2
  68. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +5 -10
  69. package/grids/lib/igc-header-type.d.ts +0 -5
  70. package/grids/lib/igc-hierarchical-grid-component.d.ts +2 -2
  71. package/grids/lib/igc-paginator-component.d.ts +6 -22
  72. package/grids/lib/igc-pin-row-event-args.d.ts +5 -1
  73. package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
  74. package/grids/lib/igc-pivot-configuration.d.ts +0 -1
  75. package/grids/lib/igc-pivot-data-selector-component.d.ts +2 -1
  76. package/grids/lib/igc-pivot-date-dimension.d.ts +3 -0
  77. package/grids/lib/igc-pivot-dimension.d.ts +12 -1
  78. package/grids/lib/igc-pivot-grid-component.d.ts +29 -19
  79. package/grids/lib/igc-pivot-grid-record.d.ts +8 -0
  80. package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
  81. package/grids/lib/igc-pivot-value.d.ts +0 -2
  82. package/grids/lib/igc-position-settings.d.ts +1 -10
  83. package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
  84. package/grids/lib/igc-row-data-event-args.d.ts +10 -0
  85. package/grids/lib/igc-row-directive.d.ts +0 -5
  86. package/grids/lib/igc-row-island-component.d.ts +50 -146
  87. package/grids/lib/igc-row-toggle-event-args.d.ts +7 -1
  88. package/grids/lib/igc-sorting-options.d.ts +0 -1
  89. package/grids/lib/igc-tree-grid-component.d.ts +15 -18
  90. package/grids/lib/pivot-row-layout-type.d.ts +3 -0
  91. package/grids/lib/pivot-summary-position.d.ts +3 -0
  92. package/grids/styles.css +1 -1
  93. package/grids/themes/dark/bootstrap.css +1 -1
  94. package/grids/themes/dark/fluent.css +1 -1
  95. package/grids/themes/dark/indigo.css +1 -1
  96. package/grids/themes/dark/material.css +1 -1
  97. package/grids/themes/light/bootstrap.css +1 -1
  98. package/grids/themes/light/fluent.css +1 -1
  99. package/grids/themes/light/indigo.css +1 -1
  100. package/grids/themes/light/material.css +1 -1
  101. package/lib/CheckboxListBridge.d.ts +29 -0
  102. package/lib/CheckboxListExternal.d.ts +29 -0
  103. package/lib/CheckboxListViewExternal.d.ts +16 -0
  104. package/lib/CheckboxListView_combined.d.ts +130 -121
  105. package/lib/CheckedChangedEventArgs.d.ts +3 -2
  106. package/lib/ColumnFilterCondition_combined.d.ts +1 -1
  107. package/lib/DateEditorView.d.ts +2 -2
  108. package/lib/NativeUIGridFactory.d.ts +19 -0
  109. package/lib/igc-checkbox-list-component.d.ts +19 -0
  110. package/lib/igc-checked-changed-event-args.d.ts +2 -0
  111. package/package.json +4 -4
  112. package/public_api.d.ts +5 -0
  113. package/grids/3rdpartylicenses.txt +0 -705
  114. package/grids/lib/display-density.d.ts +0 -3
  115. package/grids/lib/igc-child-grid-row-component.d.ts +0 -59
  116. package/grids/lib/igc-density-changed-event-args.d.ts +0 -21
  117. package/grids/lib/igc-display-density-base.d.ts +0 -45
  118. package/grids/lib/igc-grid-filtering-cell-component.d.ts +0 -16
  119. package/grids/lib/igc-grid-header-component.d.ts +0 -16
  120. package/grids/lib/igc-grid-header-group-component.d.ts +0 -16
  121. 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 ab;
70
+ private ad;
69
71
  private d;
70
- private ai;
72
+ private ak;
71
73
  private c;
72
- private o;
73
74
  private q;
74
- get r(): XInputGroup;
75
- set r(a: XInputGroup);
76
- get p(): XInput;
77
- set p(a: XInput);
78
- private aj;
79
- static readonly dx: Brush;
80
- static readonly bt: string;
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 ag;
83
- private get ah();
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 cr;
92
- private cl;
93
- private cm;
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
- ci(a: number, b: boolean): void;
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
- cb(a: any, b: DataGridCellEventArgs): void;
101
- private b8;
102
- cj(a: string): void;
103
- private ay;
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 b0(): string;
111
- set b0(a: string);
112
- private a1;
113
- get bg(): string;
114
- set bg(a: string);
115
- private s;
116
- get t(): InputGroupDisplayType;
117
- set t(a: InputGroupDisplayType);
118
- private au;
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
- set ax(a: number);
121
- get av(): number;
122
- private ac;
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(): ControlDisplayDensity;
133
- set aa(a: ControlDisplayDensity);
134
- private dd;
135
- get du(): Brush;
136
- set du(a: Brush);
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 de;
141
- get dv(): Brush;
142
- set dv(a: Brush);
143
- private dc;
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 ad;
147
- get af(): FontInfo;
148
- set af(a: FontInfo);
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
- private c6;
159
- get dk(): Brush;
160
- set dk(a: Brush);
161
- private c9;
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
- private v;
165
- get w(): ScrollbarStyle;
166
- set w(a: ScrollbarStyle);
167
- private da;
168
- get dr(): Brush;
169
- set dr(a: Brush);
170
- protected cn(a: string, b: any, c: any): void;
171
- protected cs(a: string, b: any, c: any): void;
172
- private cz;
173
- private c0;
174
- private co;
175
- cq(): void;
176
- c1(): void;
177
- updateHrMargin(a: Thickness): void;
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
- static dp: Brush;
206
- private c4;
207
- get di(): Brush;
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
  }
@@ -4,6 +4,7 @@ import { Base, Type } from "igniteui-webcomponents-core";
4
4
  */
5
5
  export declare class CheckedChangedEventArgs extends Base {
6
6
  static $t: Type;
7
- b: number;
8
- a: boolean;
7
+ c: number;
8
+ b: boolean;
9
+ a: any[];
9
10
  }
@@ -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 au;
1401
+ private av;
1402
1402
  constructor(a: Pager);
1403
1403
  getItemValue(a: any, b: string): any;
1404
1404
  }
@@ -1,5 +1,5 @@
1
1
  import { BaseEditorView } from "./BaseEditorView";
2
- import { DatePicker } from "igniteui-webcomponents-inputs";
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: DatePicker;
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
  /**
@@ -13,4 +13,6 @@ export declare class IgcCheckedChangedEventArgs {
13
13
  set index(v: number);
14
14
  get isChecked(): boolean;
15
15
  set isChecked(v: boolean);
16
+ get primaryKey(): any[];
17
+ set primaryKey(v: any[]);
16
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-grids",
3
- "version": "4.8.1",
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": "4.8.1",
22
- "igniteui-webcomponents-layouts": "4.8.1",
23
- "igniteui-webcomponents-inputs": "4.8.1"
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';