igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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 (41) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +767 -690
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CheckboxListView_combined.js +2 -2
  4. package/esm2015/lib/ColumnFilterCondition_combined.js +680 -640
  5. package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
  6. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +1 -1
  7. package/esm2015/lib/DataGridScrollerKeyboardListener.js +4 -1
  8. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  9. package/esm2015/lib/DraggerView.js +8 -8
  10. package/esm2015/lib/GridExternalWrapper.js +6 -0
  11. package/esm2015/lib/GridFilterDialogView_combined.js +36 -35
  12. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  13. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  14. package/esm2015/lib/SectionHeaderCell.js +12 -0
  15. package/esm2015/lib/SummaryCell.js +9 -0
  16. package/esm2015/lib/TemplateCell.js +1 -1
  17. package/esm2015/lib/igc-data-grid-component.js +7 -1
  18. package/esm5/lib/CheckboxListView_combined.js +2 -2
  19. package/esm5/lib/ColumnFilterCondition_combined.js +677 -637
  20. package/esm5/lib/ColumnGroupingView_combined.js +1 -1
  21. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +1 -1
  22. package/esm5/lib/DataGridScrollerKeyboardListener.js +4 -1
  23. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  24. package/esm5/lib/DraggerView.js +8 -8
  25. package/esm5/lib/GridExternalWrapper.js +6 -0
  26. package/esm5/lib/GridFilterDialogView_combined.js +36 -35
  27. package/esm5/lib/NativeUIComboFactory.js +1 -1
  28. package/esm5/lib/NativeUIGridFactory.js +2 -2
  29. package/esm5/lib/SectionHeaderCell.js +12 -0
  30. package/esm5/lib/SummaryCell.js +9 -0
  31. package/esm5/lib/TemplateCell.js +1 -1
  32. package/esm5/lib/igc-data-grid-component.js +7 -1
  33. package/fesm2015/igniteui-webcomponents-data-grids.js +769 -692
  34. package/fesm5/igniteui-webcomponents-data-grids.js +768 -691
  35. package/lib/ColumnFilterCondition_combined.d.ts +117 -114
  36. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  37. package/lib/GridExternalWrapper.d.ts +2 -0
  38. package/lib/SectionHeaderCell.d.ts +2 -0
  39. package/lib/SummaryCell.d.ts +2 -0
  40. package/lib/igc-data-grid-component.d.ts +2 -0
  41. package/package.json +4 -4
@@ -268,6 +268,8 @@ export interface IExternalGrid {
268
268
  setScrollbarColor(a: Brush): void;
269
269
  setClipboardText(a: string): void;
270
270
  setBackground(a: Brush): void;
271
+ moveFocusPrevious(): void;
272
+ moveFocusNext(): void;
271
273
  }
272
274
  /**
273
275
  * @hidden
@@ -1714,15 +1716,15 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1714
1716
  wh(a: CellModel): void;
1715
1717
  cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1716
1718
  wi(a: CellModel): void;
1717
- xr(a: number, b: string): void;
1719
+ xs(a: number, b: string): void;
1718
1720
  cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
1719
1721
  xe(a: CellModel): void;
1720
- zn(a: number): void;
1722
+ zo(a: number): void;
1721
1723
  private m6;
1722
1724
  xd(a: EditorCellModel): void;
1723
1725
  wa(a: CellModel, b: MouseButton): void;
1724
1726
  v8(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1725
- private ya;
1727
+ private yb;
1726
1728
  private bs;
1727
1729
  get columnResizingMode(): ColumnResizingMode;
1728
1730
  set columnResizingMode(a: ColumnResizingMode);
@@ -1733,33 +1735,33 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1733
1735
  private h8;
1734
1736
  get isRowHoverEnabled(): boolean;
1735
1737
  set isRowHoverEnabled(a: boolean);
1736
- private aap;
1738
+ private aaq;
1737
1739
  get rowHoverBackground(): Brush;
1738
1740
  set rowHoverBackground(a: Brush);
1739
- private aaq;
1741
+ private aar;
1740
1742
  get rowHoverTextColor(): Brush;
1741
1743
  set rowHoverTextColor(a: Brush);
1742
- private aah;
1744
+ private aai;
1743
1745
  get editRowBorder(): Brush;
1744
1746
  set editRowBorder(a: Brush);
1745
- private acm;
1747
+ private acn;
1746
1748
  get editRowBorderWidth(): Thickness;
1747
1749
  set editRowBorderWidth(a: Thickness);
1748
- acg: Point;
1750
+ ach: Point;
1749
1751
  as: CellPath;
1750
1752
  ap: CellPath;
1751
1753
  private hx;
1752
1754
  wf(a: CellModel, b: number, c: number): void;
1753
1755
  wg(a: CellModel, b: number, c: number): void;
1754
1756
  we(a: CellModel, b: number, c: number): void;
1755
- xj(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1756
1757
  xk(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1758
+ xl(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1757
1759
  private jg;
1758
1760
  private na;
1759
1761
  private get oj();
1760
1762
  private set oj(value);
1761
1763
  wd(a: CellModel, b: number, c: number): void;
1762
- xi(a: CellModel, b: number, c: number): void;
1764
+ xj(a: CellModel, b: number, c: number): void;
1763
1765
  private ni;
1764
1766
  private ie;
1765
1767
  private id;
@@ -1796,37 +1798,37 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1796
1798
  private me;
1797
1799
  private w9;
1798
1800
  private xa;
1799
- private y4;
1801
+ private y5;
1800
1802
  private xb;
1801
1803
  private lt;
1802
1804
  private lu;
1803
- private y9;
1804
- private aci;
1805
+ private za;
1806
+ private acj;
1805
1807
  private aj;
1806
1808
  getHitCell(a: number, b: number): CellModel;
1807
1809
  private av;
1808
1810
  private i5;
1809
1811
  private u7;
1810
- private zs;
1812
+ private zt;
1811
1813
  constructor();
1812
- yu(a: ColumnGroupDescription): void;
1813
- yv(a: ColumnSummaryDescription): void;
1814
- private zg;
1814
+ yv(a: ColumnGroupDescription): void;
1815
+ yw(a: ColumnSummaryDescription): void;
1816
+ private zh;
1815
1817
  private vh;
1816
1818
  private j7;
1817
1819
  private ve;
1818
- private ze;
1819
- private zm;
1820
+ private zf;
1821
+ private zn;
1820
1822
  private b6;
1821
1823
  private iy;
1822
- private y7;
1823
1824
  private y8;
1825
+ private y9;
1824
1826
  private i0;
1827
+ private y7;
1825
1828
  private y6;
1826
- private y5;
1827
1829
  private ix;
1828
- private x6;
1829
1830
  private x7;
1831
+ private x8;
1830
1832
  private c5;
1831
1833
  get c6(): GridAnimationManager;
1832
1834
  set c6(a: GridAnimationManager);
@@ -2028,7 +2030,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2028
2030
  private a0;
2029
2031
  get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
2030
2032
  set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
2031
- private acn;
2033
+ private aco;
2032
2034
  get inset(): Thickness;
2033
2035
  set inset(a: Thickness);
2034
2036
  private ch;
@@ -2061,7 +2063,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2061
2063
  get pinnedItems(): GridSelectedItemsCollection;
2062
2064
  private eh;
2063
2065
  get pinnedKeys(): GridSelectedKeysCollection;
2064
- private zi;
2066
+ private zj;
2065
2067
  private hu;
2066
2068
  get isColumnOptionsEnabled(): boolean;
2067
2069
  set isColumnOptionsEnabled(a: boolean);
@@ -2074,16 +2076,16 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2074
2076
  private h4;
2075
2077
  get isHeaderSeparatorVisible(): boolean;
2076
2078
  set isHeaderSeparatorVisible(a: boolean);
2077
- private z5;
2079
+ private z6;
2078
2080
  get cellSelectedBackground(): Brush;
2079
2081
  set cellSelectedBackground(a: Brush);
2080
- private aax;
2082
+ private aay;
2081
2083
  get sectionHeaderSelectedBackground(): Brush;
2082
2084
  set sectionHeaderSelectedBackground(a: Brush);
2083
- private aa0;
2085
+ private aa1;
2084
2086
  get summaryRootBackground(): Brush;
2085
2087
  set summaryRootBackground(a: Brush);
2086
- private aa4;
2088
+ private aa5;
2087
2089
  get summarySectionBackground(): Brush;
2088
2090
  set summarySectionBackground(a: Brush);
2089
2091
  private mf;
@@ -2095,29 +2097,29 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2095
2097
  private mb;
2096
2098
  get editOpacity(): number;
2097
2099
  set editOpacity(a: number);
2098
- private aag;
2100
+ private aah;
2099
2101
  get deletedTextColor(): Brush;
2100
2102
  set deletedTextColor(a: Brush);
2101
- private aaz;
2103
+ private aa0;
2102
2104
  get stickyRowBackground(): Brush;
2103
2105
  set stickyRowBackground(a: Brush);
2104
- private aao;
2106
+ private aap;
2105
2107
  get pinnedRowBackground(): Brush;
2106
2108
  set pinnedRowBackground(a: Brush);
2107
- private aan;
2109
+ private aao;
2108
2110
  get lastStickyRowBackground(): Brush;
2109
2111
  set lastStickyRowBackground(a: Brush);
2110
2112
  private dh;
2111
2113
  private dg;
2112
2114
  get activeCell(): GridCellPosition;
2113
2115
  set activeCell(a: GridCellPosition);
2114
- private z4;
2116
+ private z5;
2115
2117
  get cellBackground(): Brush;
2116
2118
  set cellBackground(a: Brush);
2117
- private z6;
2119
+ private z7;
2118
2120
  get cellTextColor(): Brush;
2119
2121
  set cellTextColor(a: Brush);
2120
- private aal;
2122
+ private aam;
2121
2123
  get headerSortIndicatorColor(): Brush;
2122
2124
  set headerSortIndicatorColor(a: Brush);
2123
2125
  private f7;
@@ -2126,10 +2128,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2126
2128
  private gt;
2127
2129
  get cellTextStyle(): FontInfo;
2128
2130
  set cellTextStyle(a: FontInfo);
2129
- private aaw;
2131
+ private aax;
2130
2132
  get sectionHeaderBackground(): Brush;
2131
2133
  set sectionHeaderBackground(a: Brush);
2132
- private aay;
2134
+ private aaz;
2133
2135
  get sectionHeaderTextColor(): Brush;
2134
2136
  set sectionHeaderTextColor(a: Brush);
2135
2137
  private gw;
@@ -2141,7 +2143,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2141
2143
  private gz;
2142
2144
  get summarySectionLabelTextStyle(): FontInfo;
2143
2145
  set summarySectionLabelTextStyle(a: FontInfo);
2144
- private aa3;
2146
+ private aa4;
2145
2147
  get summaryRootValueTextColor(): Brush;
2146
2148
  set summaryRootValueTextColor(a: Brush);
2147
2149
  private gy;
@@ -2150,19 +2152,19 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2150
2152
  private g0;
2151
2153
  get summarySectionValueTextStyle(): FontInfo;
2152
2154
  set summarySectionValueTextStyle(a: FontInfo);
2153
- private aa7;
2155
+ private aa8;
2154
2156
  get summarySectionValueTextColor(): Brush;
2155
2157
  set summarySectionValueTextColor(a: Brush);
2156
- private aa1;
2158
+ private aa2;
2157
2159
  get summaryRootLabelTextColor(): Brush;
2158
2160
  set summaryRootLabelTextColor(a: Brush);
2159
- private aa5;
2161
+ private aa6;
2160
2162
  get summarySectionLabelTextColor(): Brush;
2161
2163
  set summarySectionLabelTextColor(a: Brush);
2162
- private aa2;
2164
+ private aa3;
2163
2165
  get summaryRootSelectedBackground(): Brush;
2164
2166
  set summaryRootSelectedBackground(a: Brush);
2165
- private aa6;
2167
+ private aa7;
2166
2168
  get summarySectionSelectedBackground(): Brush;
2167
2169
  set summarySectionSelectedBackground(a: Brush);
2168
2170
  private nd;
@@ -2172,31 +2174,31 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2172
2174
  get headerSeparatorWidth(): number;
2173
2175
  set headerSeparatorWidth(a: number);
2174
2176
  ns(a: number): number;
2175
- private aak;
2177
+ private aal;
2176
2178
  get headerSeparatorBackground(): Brush;
2177
2179
  set headerSeparatorBackground(a: Brush);
2178
- private aai;
2180
+ private aaj;
2179
2181
  get headerBackground(): Brush;
2180
2182
  set headerBackground(a: Brush);
2181
- private aam;
2183
+ private aan;
2182
2184
  get headerTextColor(): Brush;
2183
2185
  set headerTextColor(a: Brush);
2184
2186
  private gv;
2185
2187
  get headerTextStyle(): FontInfo;
2186
2188
  set headerTextStyle(a: FontInfo);
2187
- private aar;
2189
+ private aas;
2188
2190
  get rowSeparatorBackground(): Brush;
2189
2191
  set rowSeparatorBackground(a: Brush);
2190
- private aaj;
2192
+ private aak;
2191
2193
  get headerRowSeparatorBackground(): Brush;
2192
2194
  set headerRowSeparatorBackground(a: Brush);
2193
- private aau;
2195
+ private aav;
2194
2196
  get rowSeparatorStickyRowBackground(): Brush;
2195
2197
  set rowSeparatorStickyRowBackground(a: Brush);
2196
- private aas;
2198
+ private aat;
2197
2199
  get rowSeparatorLastStickyRowBackground(): Brush;
2198
2200
  set rowSeparatorLastStickyRowBackground(a: Brush);
2199
- private aat;
2201
+ private aau;
2200
2202
  get rowSeparatorPinnedRowBackground(): Brush;
2201
2203
  set rowSeparatorPinnedRowBackground(a: Brush);
2202
2204
  private m4;
@@ -2211,10 +2213,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2211
2213
  private l4;
2212
2214
  get columnMovingSeparatorOpacity(): number;
2213
2215
  set columnMovingSeparatorOpacity(a: number);
2214
- private aaf;
2216
+ private aag;
2215
2217
  get columnResizingSeparatorBackground(): Brush;
2216
2218
  set columnResizingSeparatorBackground(a: Brush);
2217
- private z7;
2219
+ private z8;
2218
2220
  get columnMovingSeparatorBackground(): Brush;
2219
2221
  set columnMovingSeparatorBackground(a: Brush);
2220
2222
  private ip;
@@ -2223,37 +2225,37 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2223
2225
  private bi;
2224
2226
  get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
2225
2227
  set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
2226
- private aac;
2228
+ private aad;
2227
2229
  get columnOptionsIconColor(): Brush;
2228
2230
  set columnOptionsIconColor(a: Brush);
2229
2231
  private bk;
2230
2232
  get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
2231
2233
  set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
2232
- private z1;
2234
+ private z2;
2233
2235
  get actualBorder(): Brush;
2234
2236
  set actualBorder(a: Brush);
2235
- private z3;
2237
+ private z4;
2236
2238
  get border(): Brush;
2237
2239
  set border(a: Brush);
2238
- private acl;
2239
- get acr(): Thickness;
2240
- set acr(a: Thickness);
2241
- private acj;
2240
+ private acm;
2241
+ get acs(): Thickness;
2242
+ set acs(a: Thickness);
2243
+ private ack;
2242
2244
  get actualBorderWidth(): Thickness;
2243
2245
  set actualBorderWidth(a: Thickness);
2244
- private ack;
2246
+ private acl;
2245
2247
  get borderWidth(): Thickness;
2246
2248
  set borderWidth(a: Thickness);
2247
2249
  private ih;
2248
2250
  get notifyOnAllSelectionChanges(): boolean;
2249
2251
  set notifyOnAllSelectionChanges(a: boolean);
2252
+ private zw;
2253
+ get z0(): CornerRadius;
2254
+ set z0(a: CornerRadius);
2250
2255
  private zv;
2251
- get zz(): CornerRadius;
2252
- set zz(a: CornerRadius);
2253
- private zu;
2254
2256
  get cornerRadius(): CornerRadius;
2255
2257
  set cornerRadius(a: CornerRadius);
2256
- private zt;
2258
+ private zu;
2257
2259
  get actualCornerRadius(): CornerRadius;
2258
2260
  set actualCornerRadius(a: CornerRadius);
2259
2261
  static readonly isActiveCellStyleEnabledPropertyName: string;
@@ -2263,10 +2265,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2263
2265
  private iv;
2264
2266
  get stopPropagation(): boolean;
2265
2267
  set stopPropagation(a: boolean);
2266
- private z0;
2268
+ private z1;
2267
2269
  get actualBackground(): Brush;
2268
2270
  set actualBackground(a: Brush);
2269
- private z2;
2271
+ private z3;
2270
2272
  get background(): Brush;
2271
2273
  set background(a: Brush);
2272
2274
  private g9;
@@ -2275,7 +2277,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2275
2277
  private e3;
2276
2278
  get renderingEngine(): ICellRenderingEngine;
2277
2279
  set renderingEngine(a: ICellRenderingEngine);
2278
- private xn;
2280
+ private xo;
2279
2281
  private fr;
2280
2282
  get responsiveStates(): ResponsiveStatesCollection;
2281
2283
  private gl;
@@ -2348,10 +2350,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2348
2350
  set autoAcceptEdits(a: boolean);
2349
2351
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2350
2352
  postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2351
- protected xl(a: string, b: any, c: any): void;
2352
- yt(): void;
2353
- yd(): void;
2353
+ protected xm(a: string, b: any, c: any): void;
2354
+ yu(): void;
2354
2355
  ye(): void;
2356
+ yf(): void;
2355
2357
  calculateCompleted: (sender: any, e: any) => void;
2356
2358
  v5(): void;
2357
2359
  vg(): void;
@@ -2373,27 +2375,27 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2373
2375
  private he;
2374
2376
  get i1(): boolean;
2375
2377
  set i1(a: boolean);
2376
- protected x8(a: string, b: any, c: any): void;
2377
- private zk;
2378
- private zx;
2379
- private acq;
2378
+ protected x9(a: string, b: any, c: any): void;
2379
+ private zl;
2380
+ private zy;
2381
+ private acr;
2380
2382
  syncBorder(): void;
2381
2383
  private w5;
2382
2384
  private n;
2383
2385
  private o;
2384
2386
  private h;
2385
2387
  private u1;
2386
- private yx;
2388
+ private yy;
2387
2389
  private vi;
2388
2390
  private vj;
2389
- private yy;
2391
+ private yz;
2390
2392
  private vk;
2391
2393
  private u5;
2392
2394
  private u4;
2393
2395
  rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
2394
2396
  private lo;
2395
2397
  private rg;
2396
- private xo;
2398
+ private xp;
2397
2399
  private vc;
2398
2400
  private u3;
2399
2401
  private w4;
@@ -2411,8 +2413,8 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2411
2413
  actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
2412
2414
  private dm;
2413
2415
  get columns(): GridColumnCollection;
2414
- xh(a: CellModel, b: any, c: any): void;
2415
- xg(a: CellModel, b: any, c: any, d: string): void;
2416
+ xi(a: CellModel, b: any, c: any): void;
2417
+ xh(a: CellModel, b: any, c: any, d: string): void;
2416
2418
  cg(a: CellPath): DataGridColumn;
2417
2419
  hideThenRemoveColumn(a: DataGridColumn): void;
2418
2420
  exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
@@ -2422,7 +2424,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2422
2424
  private wx;
2423
2425
  private ws;
2424
2426
  private ux;
2425
- private xu;
2427
+ private xv;
2426
2428
  private u0;
2427
2429
  pinColumn(a: DataGridColumn, b: PinnedPositions): void;
2428
2430
  private lh;
@@ -2437,7 +2439,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2437
2439
  private cd;
2438
2440
  private wt;
2439
2441
  private uw;
2440
- private zl;
2442
+ private zm;
2441
2443
  private cj;
2442
2444
  rh(a: CellPath, b: DataGrid, c: any, d: number): string;
2443
2445
  am(a: CellPath, b: string): CellModel;
@@ -2450,7 +2452,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2450
2452
  scrollToItem(a: any): boolean;
2451
2453
  scrollToPrimaryKey(a: any[]): boolean;
2452
2454
  scrollToColumnByIndex(a: number): void;
2453
- private y0;
2455
+ private y1;
2454
2456
  lc(a: DataGridColumn): boolean;
2455
2457
  w3(a: number, b: number): void;
2456
2458
  private uv;
@@ -2460,7 +2462,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2460
2462
  getFirstVisibleIndex(): number;
2461
2463
  n2(): number;
2462
2464
  n7(): number;
2463
- x3(): void;
2465
+ x4(): void;
2464
2466
  jm: boolean;
2465
2467
  j6: boolean;
2466
2468
  get kd(): boolean;
@@ -2477,9 +2479,9 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2477
2479
  private hf;
2478
2480
  ur(a?: boolean): void;
2479
2481
  va(): void;
2480
- xs(a: any, b: PrimaryKeyValue): void;
2481
2482
  xt(a: any, b: PrimaryKeyValue): void;
2482
- xz(a: number, b: any, c: PrimaryKeyValue): void;
2483
+ xu(a: any, b: PrimaryKeyValue): void;
2484
+ x0(a: number, b: any, c: PrimaryKeyValue): void;
2483
2485
  private iz;
2484
2486
  v6(a: number, b: number, c: string): void;
2485
2487
  v9(a: number, b: string): void;
@@ -2499,8 +2501,9 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2499
2501
  kw(a: boolean, b: boolean): boolean;
2500
2502
  kx(a: boolean, b: boolean): boolean;
2501
2503
  ky(a: boolean, b: boolean): boolean;
2504
+ xf(a: boolean, b: boolean): void;
2502
2505
  k0(a: boolean, b: boolean): boolean;
2503
- x4(): void;
2506
+ x5(): void;
2504
2507
  k1(a: boolean, b: boolean): boolean;
2505
2508
  kq(a: boolean, b: boolean): boolean;
2506
2509
  kr(): boolean;
@@ -2520,35 +2523,35 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2520
2523
  selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
2521
2524
  selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
2522
2525
  private io;
2523
- private x0;
2526
+ private x1;
2524
2527
  activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
2525
2528
  selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
2526
- zq(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2529
+ zr(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2527
2530
  up(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2528
2531
  uq(a: any, b: PrimaryKeyValue, c: boolean): void;
2529
- zp(a: number, b: any, c: PrimaryKeyValue): void;
2530
- yq(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2531
- yr(a: any, b: PrimaryKeyValue, c: boolean): void;
2532
- private xw;
2532
+ zq(a: number, b: any, c: PrimaryKeyValue): void;
2533
+ yr(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2534
+ ys(a: any, b: PrimaryKeyValue, c: boolean): void;
2533
2535
  private xx;
2534
- private xv;
2535
2536
  private xy;
2537
+ private xw;
2538
+ private xz;
2536
2539
  private au;
2537
2540
  uo(a: number, b: number, c: number, d: number): void;
2538
2541
  un(a: CellRange): void;
2539
- yn(a: CellRange): void;
2540
- ym(): void;
2542
+ yo(a: CellRange): void;
2543
+ yn(): void;
2541
2544
  private vx;
2542
- x1(a: number, b: any, c: any): void;
2545
+ x2(a: number, b: any, c: any): void;
2543
2546
  private vn;
2544
2547
  wn(): void;
2545
- yw(a: GridConditionalStyle, b: DataGridColumn): void;
2546
- ys(a: GridConditionalStyle, b: DataGridColumn): void;
2548
+ yx(a: GridConditionalStyle, b: DataGridColumn): void;
2549
+ yt(a: GridConditionalStyle, b: DataGridColumn): void;
2547
2550
  lv(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
2548
2551
  private ln;
2549
2552
  vb(a: ColumnSummaryDescription): void;
2550
2553
  private jz;
2551
- yl(a: ColumnSummaryDescription): void;
2554
+ ym(a: ColumnSummaryDescription): void;
2552
2555
  invalidateVisibleRows(): void;
2553
2556
  o4(a: DataGridColumn): any;
2554
2557
  o3(a: DataGridColumn): any;
@@ -2558,11 +2561,11 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2558
2561
  private n8;
2559
2562
  private vp;
2560
2563
  private hs;
2561
- x9(): void;
2562
- xf(a: number, b: any): void;
2563
- xm(a: number, b: any): void;
2564
+ ya(): void;
2565
+ xg(a: number, b: any): void;
2566
+ xn(a: number, b: any): void;
2564
2567
  setActiveResponsiveState(a: string): void;
2565
- zb(a: ResponsiveState): void;
2568
+ zc(a: ResponsiveState): void;
2566
2569
  notifySetItem(a: number, b: any, c: any): void;
2567
2570
  notifyClearItems(): void;
2568
2571
  notifyInsertItem(a: number, b: any): void;
@@ -2586,7 +2589,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2586
2589
  set reactsToFilterChanges(a: boolean);
2587
2590
  aa(a: DataGridColumn): IFilterExpression;
2588
2591
  lm(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2589
- private zr;
2592
+ private zs;
2590
2593
  private ow;
2591
2594
  columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
2592
2595
  private w1;
@@ -2595,9 +2598,9 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2595
2598
  cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
2596
2599
  private wb;
2597
2600
  rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
2598
- private xq;
2601
+ private xr;
2599
2602
  rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
2600
- private xp;
2603
+ private xq;
2601
2604
  jy(): boolean;
2602
2605
  get canUndo(): boolean;
2603
2606
  get canRedo(): boolean;
@@ -2708,25 +2711,25 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2708
2711
  private gn;
2709
2712
  get scrollbarStyle(): ScrollbarStyle;
2710
2713
  set scrollbarStyle(a: ScrollbarStyle);
2711
- private aav;
2714
+ private aaw;
2712
2715
  get scrollbarBackground(): Brush;
2713
2716
  set scrollbarBackground(a: Brush);
2714
- private z9;
2717
+ private aaa;
2715
2718
  get columnOptionsBackground(): Brush;
2716
2719
  set columnOptionsBackground(a: Brush);
2717
- private aae;
2720
+ private aaf;
2718
2721
  get columnOptionsTextColor(): Brush;
2719
2722
  set columnOptionsTextColor(a: Brush);
2720
- private aad;
2723
+ private aae;
2721
2724
  get columnOptionsSeparatorColor(): Brush;
2722
2725
  set columnOptionsSeparatorColor(a: Brush);
2723
- private aaa;
2726
+ private aab;
2724
2727
  get columnOptionsGroupHeaderBackground(): Brush;
2725
2728
  set columnOptionsGroupHeaderBackground(a: Brush);
2726
- private aab;
2729
+ private aac;
2727
2730
  get columnOptionsGroupHeaderTextColor(): Brush;
2728
2731
  set columnOptionsGroupHeaderTextColor(a: Brush);
2729
- private z8;
2732
+ private z9;
2730
2733
  get columnOptionsAccentColor(): Brush;
2731
2734
  set columnOptionsAccentColor(a: Brush);
2732
2735
  private hh;
@@ -24,4 +24,5 @@ export declare class DataGridScrollerKeyboardListener extends Base implements IS
24
24
  onF2(): boolean;
25
25
  onSpace(a: boolean, b: boolean): boolean;
26
26
  onKeyDown(a: Key, b: boolean, c: boolean): boolean;
27
+ onGotFocus(a: boolean, b: boolean): void;
27
28
  }
@@ -39,4 +39,6 @@ export declare class GridExternalWrapper extends Base implements IExternalGrid {
39
39
  setScrollbarColor(a: Brush): void;
40
40
  setClipboardText(a: string): void;
41
41
  ensureColumnsAreManual(): void;
42
+ moveFocusPrevious(): void;
43
+ moveFocusNext(): void;
42
44
  }
@@ -1,5 +1,6 @@
1
1
  import { GridCellBase } from "./GridCellBase";
2
2
  import { DomWrapper, DomRenderer } from "igniteui-webcomponents-core";
3
+ import { FontInfo } from "igniteui-webcomponents-core";
3
4
  import { Type } from "igniteui-webcomponents-core";
4
5
  /**
5
6
  * @hidden
@@ -9,6 +10,7 @@ export declare class SectionHeaderCell extends GridCellBase {
9
10
  private dw;
10
11
  get dx(): DomWrapper;
11
12
  constructor(a: DomRenderer);
13
+ c0(a: DomWrapper, b: FontInfo): void;
12
14
  protected get_ae(): boolean;
13
15
  protected ck(a: string, b: any, c: any): void;
14
16
  }
@@ -1,5 +1,6 @@
1
1
  import { GridCellBase } from "./GridCellBase";
2
2
  import { DomWrapper, DomRenderer } from "igniteui-webcomponents-core";
3
+ import { FontInfo } from "igniteui-webcomponents-core";
3
4
  import { Type } from "igniteui-webcomponents-core";
4
5
  /**
5
6
  * @hidden
@@ -15,6 +16,7 @@ export declare class SummaryCell extends GridCellBase {
15
16
  dc(a: number, b: number): void;
16
17
  private d1;
17
18
  c1(a: number, b: number): void;
19
+ c0(a: DomWrapper, b: FontInfo): void;
18
20
  constructor(a: DomRenderer);
19
21
  protected get_ae(): boolean;
20
22
  protected ck(a: string, b: any, c: any): void;
@@ -123,6 +123,8 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
123
123
  get useAccessibility(): boolean;
124
124
  private _setScrollbarStyle;
125
125
  private _setScrollbarColor;
126
+ private _moveFocusNext;
127
+ private _moveFocusPrevious;
126
128
  private _columnsAdapter;
127
129
  protected createImplementation(): DataGrid;
128
130
  protected _implementation: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-data-grids",
3
- "version": "7.0.1",
3
+ "version": "7.1.0-alpha.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.0.1",
22
- "igniteui-webcomponents-layouts": "7.0.1",
23
- "igniteui-webcomponents-inputs": "7.0.1"
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"
24
24
  },
25
25
  "sideEffects": [
26
26
  "./grids/combined.js"