igniteui-webcomponents-grids 4.3.0-beta.2 → 4.3.0-beta.4
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 +102 -94
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/ColumnFilterCondition_combined.js +101 -94
- package/esm2015/lib/ComboEditorView.js +1 -0
- package/esm5/lib/ColumnFilterCondition_combined.js +101 -94
- package/esm5/lib/ComboEditorView.js +1 -0
- package/fesm2015/igniteui-webcomponents-grids.js +102 -94
- package/fesm5/igniteui-webcomponents-grids.js +102 -94
- package/grids/3rdpartylicenses.txt +201 -0
- package/grids/combined.js +54960 -81
- package/grids/index.d.ts +1 -3
- package/grids/lib/igc-base-toolbar-directive.d.ts +0 -4
- package/grids/lib/igc-cell-type.d.ts +6 -0
- package/grids/lib/igc-column-component.d.ts +1 -65
- package/grids/lib/igc-column-group-component.d.ts +0 -24
- package/grids/lib/igc-column-layout-component.d.ts +0 -26
- package/grids/lib/igc-column-pipe-args.d.ts +1 -0
- package/grids/lib/igc-data-clone-strategy.d.ts +5 -0
- package/grids/lib/igc-dimensions-change.d.ts +0 -1
- package/grids/lib/igc-display-density-base.d.ts +3 -5
- package/grids/lib/igc-grid-action-button-component.d.ts +0 -1
- package/grids/lib/igc-grid-actions-base-directive.d.ts +0 -11
- package/grids/lib/igc-grid-base-directive.d.ts +59 -554
- package/grids/lib/igc-grid-component.d.ts +3 -86
- package/grids/lib/igc-grid-editing-actions-component.d.ts +0 -16
- package/grids/lib/igc-paginator-component.d.ts +0 -16
- package/grids/lib/igc-pivot-aggregator.d.ts +1 -0
- package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +23 -0
- package/grids/lib/igc-pivot-configuration.d.ts +1 -0
- package/grids/lib/igc-pivot-dimension-strategy.d.ts +2 -1
- package/grids/lib/igc-pivot-grid-component.d.ts +16 -53
- package/grids/lib/igc-pivot-keys.d.ts +1 -0
- package/grids/lib/igc-pivot-value.d.ts +1 -0
- package/grids/lib/igc-sorting-options.d.ts +1 -0
- package/grids/lib/igc-tree-grid-component.d.ts +12 -35
- 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/package.json +4 -4
- package/grids/lib/igc-grid-filtering-row-component.d.ts +0 -16
- package/grids/lib/igc-mrl-column-size-info.d.ts +0 -18
- package/grids/lib/igc-mrl-resize-column-info.d.ts +0 -18
|
@@ -16,7 +16,6 @@ import { IgcColumnsAutoGeneratedEventArgs } from './igc-columns-auto-generated-e
|
|
|
16
16
|
import { IgcSortingEventArgs } from './igc-sorting-event-args';
|
|
17
17
|
import { IgcSortingExpression } from './igc-sorting-expression';
|
|
18
18
|
import { IgcFilteringEventArgs } from './igc-filtering-event-args';
|
|
19
|
-
import { IgcPageEventArgs } from './igc-page-event-args';
|
|
20
19
|
import { IgcRowDataEventArgs } from './igc-row-data-event-args';
|
|
21
20
|
import { IgcColumnResizeEventArgs } from './igc-column-resize-event-args';
|
|
22
21
|
import { IgcColumnVisibilityChangingEventArgs } from './igc-column-visibility-changing-event-args';
|
|
@@ -36,10 +35,8 @@ import { IgcGridSelectionRange } from './igc-grid-selection-range';
|
|
|
36
35
|
import { IgcForOfDataChangingEventArgs } from './igc-for-of-data-changing-event-args';
|
|
37
36
|
import { IgcRenderFunction } from './common';
|
|
38
37
|
import { IgcDataCloneStrategy } from './igc-data-clone-strategy';
|
|
39
|
-
import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
40
38
|
import { IgcActionStripComponent } from './igc-action-strip-component';
|
|
41
39
|
import { IgcGridRowDragGhostContext } from './igc-grid-row-drag-ghost-context';
|
|
42
|
-
import { IgcGridFilteringRowComponent } from './igc-grid-filtering-row-component';
|
|
43
40
|
import { IgcGridRowEditTextTemplateContext } from './igc-grid-row-edit-text-template-context';
|
|
44
41
|
import { IgcGridEmptyTemplateContext } from './igc-grid-empty-template-context';
|
|
45
42
|
import { IgcGridRowEditActionsTemplateContext } from './igc-grid-row-edit-actions-template-context';
|
|
@@ -59,8 +56,6 @@ import { GridSummaryCalculationMode } from './grid-summary-calculation-mode';
|
|
|
59
56
|
import { IgcFilteringStrategy } from './igc-filtering-strategy';
|
|
60
57
|
import { IgcGridSortingStrategy } from './igc-grid-sorting-strategy';
|
|
61
58
|
import { IgcSortingOptions } from './igc-sorting-options';
|
|
62
|
-
import { IgcGridHeaderComponent } from './igc-grid-header-component';
|
|
63
|
-
import { IgcGridFilteringCellComponent } from './igc-grid-filtering-cell-component';
|
|
64
59
|
import { IgcRowDirective } from './igc-row-directive';
|
|
65
60
|
import { IgcHeadSelectorTemplateContext } from './igc-head-selector-template-context';
|
|
66
61
|
import { IgcRowSelectorTemplateContext } from './igc-row-selector-template-context';
|
|
@@ -186,10 +181,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
186
181
|
public set summaryRowHeight(value: number);
|
|
187
182
|
public get summaryRowHeight(): number;
|
|
188
183
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
public get hasColumnsToAutosize(): boolean;
|
|
192
|
-
|
|
193
184
|
|
|
194
185
|
|
|
195
186
|
/**
|
|
@@ -213,38 +204,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
213
204
|
|
|
214
205
|
|
|
215
206
|
|
|
216
|
-
/**
|
|
217
|
-
* @deprecated in version 12.2.0. We suggest using `rowClasses` property instead
|
|
218
|
-
*
|
|
219
|
-
* Gets/Sets the styling classes applied to all even `IgxGridRowComponent`s in the grid.
|
|
220
|
-
*
|
|
221
|
-
*
|
|
222
|
-
* @example
|
|
223
|
-
* ```html
|
|
224
|
-
* <igx-grid #grid [data]="Data" [evenRowCSS]="'igx-grid--my-even-class'" [autoGenerate]="true"></igx-grid>
|
|
225
|
-
* ```
|
|
226
|
-
*/
|
|
227
|
-
public set evenRowCSS(value: string);
|
|
228
|
-
public get evenRowCSS(): string;
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
/**
|
|
233
|
-
* @deprecated in version 12.2.0. We suggest using `rowClasses` property instead
|
|
234
|
-
*
|
|
235
|
-
* Gets/Sets the styling classes applied to all odd `IgxGridRowComponent`s in the grid.
|
|
236
|
-
*
|
|
237
|
-
*
|
|
238
|
-
* @example
|
|
239
|
-
* ```html
|
|
240
|
-
* <igx-grid #grid [data]="Data" [evenRowCSS]="'igx-grid--my-odd-class'" [autoGenerate]="true"></igx-grid>
|
|
241
|
-
* ```
|
|
242
|
-
*/
|
|
243
|
-
public set oddRowCSS(value: string);
|
|
244
|
-
public get oddRowCSS(): string;
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
207
|
/* treatAsRef */
|
|
249
208
|
/**
|
|
250
209
|
* Sets a conditional class selector to the grid's row element.
|
|
@@ -300,46 +259,17 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
300
259
|
public set primaryKey(value: string);
|
|
301
260
|
public get primaryKey(): string;
|
|
302
261
|
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
public get headerGroups(): IgcGridHeaderGroupComponent[];
|
|
306
|
-
|
|
307
262
|
|
|
308
263
|
|
|
309
264
|
/* contentChild */
|
|
310
265
|
/* blazorInclude */
|
|
311
266
|
/* ngQueryListName: actionStrip */
|
|
267
|
+
/** @hidden @internal */
|
|
312
268
|
public set actionStrip(value: IgcActionStripComponent);
|
|
313
269
|
public get actionStrip(): IgcActionStripComponent;
|
|
314
270
|
|
|
315
271
|
|
|
316
272
|
|
|
317
|
-
/**
|
|
318
|
-
* A template reference for the template when the filtered grid is empty.
|
|
319
|
-
*
|
|
320
|
-
* @example
|
|
321
|
-
* ```
|
|
322
|
-
* const emptyTempalte = this.grid.emptyGridTemplate;
|
|
323
|
-
* ```
|
|
324
|
-
*/
|
|
325
|
-
public set emptyFilteredGridTemplate(value: IgcRenderFunction<any>);
|
|
326
|
-
public get emptyFilteredGridTemplate(): IgcRenderFunction<any>;
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
/**
|
|
331
|
-
* A template reference for the template when the grid is empty.
|
|
332
|
-
*
|
|
333
|
-
* @example
|
|
334
|
-
* ```
|
|
335
|
-
* const emptyTempalte = this.grid.emptyGridTemplate;
|
|
336
|
-
* ```
|
|
337
|
-
*/
|
|
338
|
-
public set emptyGridDefaultTemplate(value: IgcRenderFunction<any>);
|
|
339
|
-
public get emptyGridDefaultTemplate(): IgcRenderFunction<any>;
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
273
|
|
|
344
274
|
/**
|
|
345
275
|
* Gets the custom template, if any, used for row drag ghost.
|
|
@@ -347,22 +277,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
347
277
|
public set dragGhostCustomTemplate(value: IgcRenderFunction<IgcGridRowDragGhostContext>);
|
|
348
278
|
public get dragGhostCustomTemplate(): IgcRenderFunction<IgcGridRowDragGhostContext>;
|
|
349
279
|
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
public get headerSelectorContainer(): HTMLElement;
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
public get headerDragContainer(): HTMLElement;
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
public get headerGroupContainer(): HTMLElement;
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
public get filteringRow(): IgcGridFilteringRowComponent;
|
|
365
|
-
|
|
366
280
|
|
|
367
281
|
|
|
368
282
|
/**
|
|
@@ -390,42 +304,34 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
390
304
|
|
|
391
305
|
|
|
392
306
|
/**
|
|
393
|
-
*
|
|
394
|
-
|
|
307
|
+
* Gets the row expand indicator template.
|
|
308
|
+
*/
|
|
395
309
|
public set rowExpandedIndicatorTemplate(value: IgcRenderFunction<IgcGridRowTemplateContext>);
|
|
396
310
|
public get rowExpandedIndicatorTemplate(): IgcRenderFunction<IgcGridRowTemplateContext>;
|
|
397
311
|
|
|
398
312
|
|
|
399
313
|
|
|
400
314
|
/**
|
|
401
|
-
*
|
|
402
|
-
|
|
315
|
+
* Gets the row collapse indicator template.
|
|
316
|
+
*/
|
|
403
317
|
public set rowCollapsedIndicatorTemplate(value: IgcRenderFunction<IgcGridRowTemplateContext>);
|
|
404
318
|
public get rowCollapsedIndicatorTemplate(): IgcRenderFunction<IgcGridRowTemplateContext>;
|
|
405
319
|
|
|
406
320
|
|
|
407
321
|
|
|
408
322
|
/**
|
|
409
|
-
*
|
|
410
|
-
|
|
411
|
-
public set
|
|
412
|
-
public get
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
/**
|
|
417
|
-
* The custom template, if any, that should be used when rendering a header collapse indicator.
|
|
418
|
-
*/
|
|
419
|
-
public set headerCollapseIndicatorTemplate(value: IgcRenderFunction<IgcGridTemplateContext>);
|
|
420
|
-
public get headerCollapseIndicatorTemplate(): IgcRenderFunction<IgcGridTemplateContext>;
|
|
323
|
+
* Gets the header expand indicator template.
|
|
324
|
+
*/
|
|
325
|
+
public set headerExpandedIndicatorTemplate(value: IgcRenderFunction<IgcGridTemplateContext>);
|
|
326
|
+
public get headerExpandedIndicatorTemplate(): IgcRenderFunction<IgcGridTemplateContext>;
|
|
421
327
|
|
|
422
328
|
|
|
423
329
|
|
|
424
330
|
/**
|
|
425
|
-
*
|
|
426
|
-
|
|
427
|
-
public set
|
|
428
|
-
public get
|
|
331
|
+
* Gets the row collapse indicator template.
|
|
332
|
+
*/
|
|
333
|
+
public set headerCollapsedIndicatorTemplate(value: IgcRenderFunction<IgcGridTemplateContext>);
|
|
334
|
+
public get headerCollapsedIndicatorTemplate(): IgcRenderFunction<IgcGridTemplateContext>;
|
|
429
335
|
|
|
430
336
|
|
|
431
337
|
|
|
@@ -445,12 +351,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
445
351
|
|
|
446
352
|
|
|
447
353
|
|
|
448
|
-
|
|
449
|
-
public set sortDescendingHeaderIconDirectiveTemplate(value: IgcRenderFunction<IgcGridHeaderTemplateContext>);
|
|
450
|
-
public get sortDescendingHeaderIconDirectiveTemplate(): IgcRenderFunction<IgcGridHeaderTemplateContext>;
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
354
|
/**
|
|
455
355
|
* The custom template, if any, that should be used when rendering a header sorting indicator when columns are sorted in desc order.
|
|
456
356
|
*/
|
|
@@ -561,78 +461,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
561
461
|
|
|
562
462
|
|
|
563
463
|
|
|
564
|
-
/**
|
|
565
|
-
* @deprecated in version 12.1.0. Define `igx-paginator` as a grid child component and paging will be enabled, otherwise disabled.
|
|
566
|
-
*
|
|
567
|
-
* Gets/Sets whether the paging feature is enabled.
|
|
568
|
-
*
|
|
569
|
-
*
|
|
570
|
-
* @remarks
|
|
571
|
-
* The default state is disabled (false).
|
|
572
|
-
* @example
|
|
573
|
-
* ```html
|
|
574
|
-
* <!-- old -->
|
|
575
|
-
* <igx-grid #grid [data]="Data" [paging]="true" [autoGenerate]="true"></igx-grid>
|
|
576
|
-
*
|
|
577
|
-
* <!-- new -->
|
|
578
|
-
* <igx-grid #grid [data]="Data" [autoGenerate]="true">
|
|
579
|
-
* <igx-paginator></igx-paginator>
|
|
580
|
-
* </igx-grid>
|
|
581
|
-
* ```
|
|
582
|
-
*/
|
|
583
|
-
public set paging(value: boolean);
|
|
584
|
-
public get paging(): boolean;
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
/**
|
|
589
|
-
* @deprecated in version 12.1.0. Use `page` property from `igx-paginator` component instance instead.
|
|
590
|
-
*
|
|
591
|
-
* Gets/Sets the current page index.
|
|
592
|
-
*
|
|
593
|
-
*
|
|
594
|
-
* @example
|
|
595
|
-
* ```html
|
|
596
|
-
* <!-- old -->
|
|
597
|
-
* <igx-grid #grid [data]="Data" [page]="model.page" [autoGenerate]="true"></igx-grid>
|
|
598
|
-
*
|
|
599
|
-
* <!-- new -->
|
|
600
|
-
* <igx-grid #grid [data]="Data" [autoGenerate]="true">
|
|
601
|
-
* <igx-paginator [(page)]="model.page"></igx-paginator>
|
|
602
|
-
* </igx-grid>
|
|
603
|
-
* ```
|
|
604
|
-
* @remarks
|
|
605
|
-
* Supports two-way binding.
|
|
606
|
-
*/
|
|
607
|
-
public set page(value: number);
|
|
608
|
-
public get page(): number;
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
/**
|
|
613
|
-
* @deprecated in version 12.1.0. Use `perPage` property from `igx-paginator` component instance instead
|
|
614
|
-
*
|
|
615
|
-
* Gets/Sets the number of visible items per page.
|
|
616
|
-
*
|
|
617
|
-
*
|
|
618
|
-
* @remarks
|
|
619
|
-
* The default is 15.
|
|
620
|
-
* @example
|
|
621
|
-
* ```html
|
|
622
|
-
* <!-- old -->
|
|
623
|
-
* <igx-grid #grid [data]="Data" [perPage]="model.perPage" [autoGenerate]="true"></igx-grid>
|
|
624
|
-
*
|
|
625
|
-
* <!-- new -->
|
|
626
|
-
* <igx-grid #grid [data]="Data" [autoGenerate]="true">
|
|
627
|
-
* <igx-paginator [(perPage)]="model.perPage"></igx-paginator>
|
|
628
|
-
* </igx-grid>
|
|
629
|
-
* ```
|
|
630
|
-
*/
|
|
631
|
-
public set perPage(value: number);
|
|
632
|
-
public get perPage(): number;
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
464
|
/**
|
|
637
465
|
* Gets/Sets if the row selectors are hidden.
|
|
638
466
|
*
|
|
@@ -670,17 +498,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
670
498
|
|
|
671
499
|
|
|
672
500
|
|
|
673
|
-
/**
|
|
674
|
-
* Gets the row ID that is being dragged.
|
|
675
|
-
*
|
|
676
|
-
* @remarks
|
|
677
|
-
* The row ID is either the primaryKey value or the data record instance.
|
|
678
|
-
*/
|
|
679
|
-
public set dragRowID(value: any);
|
|
680
|
-
public get dragRowID(): any;
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
501
|
/**
|
|
685
502
|
* Gets/Sets whether the rows are editable.
|
|
686
503
|
*
|
|
@@ -694,18 +511,34 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
694
511
|
public set rowEditable(value: boolean);
|
|
695
512
|
public get rowEditable(): boolean;
|
|
696
513
|
|
|
697
|
-
|
|
514
|
+
|
|
698
515
|
|
|
516
|
+
/* csSuppress */
|
|
699
517
|
/**
|
|
700
|
-
* Gets the
|
|
518
|
+
* Gets/Sets the height.
|
|
701
519
|
*
|
|
702
520
|
* @example
|
|
703
521
|
* ```html
|
|
704
|
-
*
|
|
522
|
+
* <igx-grid #grid [data]="Data" [height]="'305px'" [autoGenerate]="true"></igx-grid>
|
|
705
523
|
* ```
|
|
706
524
|
*/
|
|
707
|
-
public
|
|
708
|
-
|
|
525
|
+
public set height(value: string);
|
|
526
|
+
public get height(): string;
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
/* csSuppress */
|
|
531
|
+
/**
|
|
532
|
+
* Gets/Sets the width of the grid.
|
|
533
|
+
*
|
|
534
|
+
* @example
|
|
535
|
+
* ```typescript
|
|
536
|
+
* let gridWidth = this.grid.width;
|
|
537
|
+
* ```
|
|
538
|
+
*/
|
|
539
|
+
public set width(value: string);
|
|
540
|
+
public get width(): string;
|
|
541
|
+
|
|
709
542
|
|
|
710
543
|
|
|
711
544
|
/**
|
|
@@ -716,8 +549,8 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
716
549
|
* <igx-grid #grid [data]="localData" [rowHeight]="100" [autoGenerate]="true"></igx-grid>
|
|
717
550
|
* ```
|
|
718
551
|
*/
|
|
719
|
-
public set rowHeight(value:
|
|
720
|
-
public get rowHeight():
|
|
552
|
+
public set rowHeight(value: number);
|
|
553
|
+
public get rowHeight(): number;
|
|
721
554
|
|
|
722
555
|
|
|
723
556
|
|
|
@@ -957,43 +790,6 @@ public set selectedRows(value: any[]);
|
|
|
957
790
|
|
|
958
791
|
|
|
959
792
|
|
|
960
|
-
|
|
961
|
-
/**
|
|
962
|
-
* A list of all `IgxGridHeaderGroupComponent`.
|
|
963
|
-
*
|
|
964
|
-
* @example
|
|
965
|
-
* ```typescript
|
|
966
|
-
* const headerGroupsList = this.grid.headerGroupsList;
|
|
967
|
-
* ```
|
|
968
|
-
*/
|
|
969
|
-
public get headerGroupsList(): IgcGridHeaderGroupComponent[];
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
/**
|
|
974
|
-
* A list of all `IgxGridHeaderComponent`.
|
|
975
|
-
*
|
|
976
|
-
* @example
|
|
977
|
-
* ```typescript
|
|
978
|
-
* const headers = this.grid.headerCellList;
|
|
979
|
-
* ```
|
|
980
|
-
*/
|
|
981
|
-
public get headerCellList(): IgcGridHeaderComponent[];
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
/**
|
|
986
|
-
* A list of all `IgxGridFilteringCellComponent`.
|
|
987
|
-
*
|
|
988
|
-
* @example
|
|
989
|
-
* ```typescript
|
|
990
|
-
* const filterCells = this.grid.filterCellList;
|
|
991
|
-
* ```
|
|
992
|
-
*/
|
|
993
|
-
public get filterCellList(): IgcGridFilteringCellComponent[];
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
793
|
/**
|
|
998
794
|
* A list of `IgxGridRowComponent`.
|
|
999
795
|
*
|
|
@@ -1040,14 +836,6 @@ public set selectedRows(value: any[]);
|
|
|
1040
836
|
public set dragIndicatorIconTemplate(value: IgcRenderFunction<IgcGridEmptyTemplateContext>);
|
|
1041
837
|
public get dragIndicatorIconTemplate(): IgcRenderFunction<IgcGridEmptyTemplateContext>;
|
|
1042
838
|
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
public get activeDescendant(): string;
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
public get bannerClass(): string;
|
|
1050
|
-
|
|
1051
839
|
|
|
1052
840
|
|
|
1053
841
|
/* mustSetInCodePlatforms: WebComponents;Blazor */
|
|
@@ -1135,12 +923,20 @@ public set selectedRows(value: any[]);
|
|
|
1135
923
|
public set columnSelection(value: GridSelectionMode);
|
|
1136
924
|
public get columnSelection(): GridSelectionMode;
|
|
1137
925
|
|
|
1138
|
-
|
|
926
|
+
|
|
1139
927
|
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
928
|
+
/**
|
|
929
|
+
* Returns an array of objects containing the filtered data.
|
|
930
|
+
*
|
|
931
|
+
* @example
|
|
932
|
+
* ```typescript
|
|
933
|
+
* let filteredData = this.grid.filteredData;
|
|
934
|
+
* ```
|
|
935
|
+
*/
|
|
936
|
+
public get filteredData(): any;
|
|
937
|
+
|
|
1143
938
|
|
|
939
|
+
|
|
1144
940
|
/**
|
|
1145
941
|
* Returns an array containing the filtered sorted data.
|
|
1146
942
|
*
|
|
@@ -1212,30 +1008,6 @@ public set selectedRows(value: any[]);
|
|
|
1212
1008
|
*/
|
|
1213
1009
|
public get defaultHeaderGroupMinWidth(): number;
|
|
1214
1010
|
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
/**
|
|
1218
|
-
* Gets the current width of the container for the pinned `IgxColumnComponent`s.
|
|
1219
|
-
*
|
|
1220
|
-
* @example
|
|
1221
|
-
* ```typescript
|
|
1222
|
-
* const pinnedWidth = this.grid.getPinnedWidth;
|
|
1223
|
-
* ```
|
|
1224
|
-
*/
|
|
1225
|
-
public get pinnedWidth(): number;
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
/**
|
|
1230
|
-
* Gets the current width of the container for the unpinned `IgxColumnComponent`s.
|
|
1231
|
-
*
|
|
1232
|
-
* @example
|
|
1233
|
-
* ```typescript
|
|
1234
|
-
* const unpinnedWidth = this.grid.getUnpinnedWidth;
|
|
1235
|
-
* ```
|
|
1236
|
-
*/
|
|
1237
|
-
public get unpinnedWidth(): number;
|
|
1238
|
-
|
|
1239
1011
|
|
|
1240
1012
|
|
|
1241
1013
|
/* ngQueryListName: columnList */
|
|
@@ -1300,36 +1072,6 @@ public set selectedRows(value: any[]);
|
|
|
1300
1072
|
*/
|
|
1301
1073
|
public get visibleColumns(): IgcColumnComponent[];
|
|
1302
1074
|
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
/**
|
|
1306
|
-
* @deprecated in version 12.1.0. Use the corresponding property exposed by the `igx-paginator`
|
|
1307
|
-
*
|
|
1308
|
-
* Gets the total number of pages.
|
|
1309
|
-
*
|
|
1310
|
-
*
|
|
1311
|
-
* @example
|
|
1312
|
-
* ```typescript
|
|
1313
|
-
* const totalPages = this.grid.totalPages;
|
|
1314
|
-
* ```
|
|
1315
|
-
*/
|
|
1316
|
-
public get totalPages(): number;
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
/**
|
|
1321
|
-
* @deprecated in version 12.1.0. Use the corresponding property exposed by the `igx-paginator`
|
|
1322
|
-
*
|
|
1323
|
-
* Gets if the current page is the first page.
|
|
1324
|
-
*
|
|
1325
|
-
*
|
|
1326
|
-
* @example
|
|
1327
|
-
* ```typescript
|
|
1328
|
-
* const firstPage = this.grid.isFirstPage;
|
|
1329
|
-
* ```
|
|
1330
|
-
*/
|
|
1331
|
-
public get isFirstPage(): boolean;
|
|
1332
|
-
|
|
1333
1075
|
|
|
1334
1076
|
|
|
1335
1077
|
/**
|
|
@@ -1347,150 +1089,6 @@ public set selectedRows(value: any[]);
|
|
|
1347
1089
|
|
|
1348
1090
|
|
|
1349
1091
|
|
|
1350
|
-
/**
|
|
1351
|
-
* @deprecated in version 12.1.0. Use the corresponding property exposed by the `igx-paginator`
|
|
1352
|
-
*
|
|
1353
|
-
* Returns if the current page is the last page.
|
|
1354
|
-
*
|
|
1355
|
-
*
|
|
1356
|
-
* @example
|
|
1357
|
-
* ```typescript
|
|
1358
|
-
* const lastPage = this.grid.isLastPage;
|
|
1359
|
-
* ```
|
|
1360
|
-
*/
|
|
1361
|
-
public get isLastPage(): boolean;
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
/**
|
|
1366
|
-
* Returns the total width of the `IgxGridComponent`.
|
|
1367
|
-
*
|
|
1368
|
-
* @example
|
|
1369
|
-
* ```typescript
|
|
1370
|
-
* const gridWidth = this.grid.totalWidth;
|
|
1371
|
-
* ```
|
|
1372
|
-
*/
|
|
1373
|
-
public get totalWidth(): number;
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
public get pinnedRowHeight(): any;
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
public get totalHeight(): any;
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
/**
|
|
1386
|
-
* Returns if the `IgxGridComponent` has sortable columns.
|
|
1387
|
-
*
|
|
1388
|
-
* @example
|
|
1389
|
-
* ```typescript
|
|
1390
|
-
* const sortableGrid = this.grid.hasSortableColumns;
|
|
1391
|
-
* ```
|
|
1392
|
-
*/
|
|
1393
|
-
public get hasSortableColumns(): boolean;
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
/**
|
|
1398
|
-
* Returns if the `IgxGridComponent` has editable columns.
|
|
1399
|
-
*
|
|
1400
|
-
* @example
|
|
1401
|
-
* ```typescript
|
|
1402
|
-
* const editableGrid = this.grid.hasEditableColumns;
|
|
1403
|
-
* ```
|
|
1404
|
-
*/
|
|
1405
|
-
public get hasEditableColumns(): boolean;
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
/**
|
|
1410
|
-
* Returns if the `IgxGridComponent` has filterable columns.
|
|
1411
|
-
*
|
|
1412
|
-
* @example
|
|
1413
|
-
* ```typescript
|
|
1414
|
-
* const filterableGrid = this.grid.hasFilterableColumns;
|
|
1415
|
-
* ```
|
|
1416
|
-
*/
|
|
1417
|
-
public get hasFilterableColumns(): boolean;
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
/**
|
|
1422
|
-
* Returns if the `IgxGridComponent` has summarized columns.
|
|
1423
|
-
*
|
|
1424
|
-
* @example
|
|
1425
|
-
* ```typescript
|
|
1426
|
-
* const summarizedGrid = this.grid.hasSummarizedColumns;
|
|
1427
|
-
* ```
|
|
1428
|
-
*/
|
|
1429
|
-
public get hasSummarizedColumns(): boolean;
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
/**
|
|
1433
|
-
* Returns if the `IgxGridComponent` has moveable columns.
|
|
1434
|
-
*
|
|
1435
|
-
* @deprecated
|
|
1436
|
-
* Use `IgxGridComponent.moving` instead.
|
|
1437
|
-
*
|
|
1438
|
-
* @example
|
|
1439
|
-
* ```typescript
|
|
1440
|
-
* const movableGrid = this.grid.hasMovableColumns;
|
|
1441
|
-
* ```
|
|
1442
|
-
*/
|
|
1443
|
-
public get hasMovableColumns(): boolean;
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
/**
|
|
1448
|
-
* Returns if the `IgxGridComponent` has column groups.
|
|
1449
|
-
*
|
|
1450
|
-
* @example
|
|
1451
|
-
* ```typescript
|
|
1452
|
-
* const groupGrid = this.grid.hasColumnGroups;
|
|
1453
|
-
* ```
|
|
1454
|
-
*/
|
|
1455
|
-
public get hasColumnGroups(): boolean;
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
/**
|
|
1459
|
-
* Returns if the `IgxGridComponent` has column layouts for multi-row layout definition.
|
|
1460
|
-
*
|
|
1461
|
-
* @example
|
|
1462
|
-
* ```typescript
|
|
1463
|
-
* const layoutGrid = this.grid.hasColumnLayouts;
|
|
1464
|
-
* ```
|
|
1465
|
-
*/
|
|
1466
|
-
public get hasColumnLayouts(): boolean;
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
/**
|
|
1471
|
-
* Returns the currently transformed paged/filtered/sorted/grouped pinned row data, displayed in the grid.
|
|
1472
|
-
*
|
|
1473
|
-
* @example
|
|
1474
|
-
* ```typescript
|
|
1475
|
-
* const pinnedDataView = this.grid.pinnedDataView;
|
|
1476
|
-
* ```
|
|
1477
|
-
*/
|
|
1478
|
-
public get pinnedDataView(): any[];
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
/**
|
|
1483
|
-
* Returns currently transformed paged/filtered/sorted/grouped unpinned row data, displayed in the grid.
|
|
1484
|
-
*
|
|
1485
|
-
* @example
|
|
1486
|
-
* ```typescript
|
|
1487
|
-
* const pinnedDataView = this.grid.pinnedDataView;
|
|
1488
|
-
* ```
|
|
1489
|
-
*/
|
|
1490
|
-
public get unpinnedDataView(): any[];
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
1092
|
/**
|
|
1495
1093
|
* Returns the currently transformed paged/filtered/sorted/grouped/pinned/unpinned row data, displayed in the grid.
|
|
1496
1094
|
*
|
|
@@ -1645,35 +1243,6 @@ public set selectedRows(value: any[]);
|
|
|
1645
1243
|
|
|
1646
1244
|
|
|
1647
1245
|
|
|
1648
|
-
/**
|
|
1649
|
-
* @deprecated in version 12.1.0. Use the corresponding method `nextPage()` exposed by the `igx-paginator` instance.
|
|
1650
|
-
*
|
|
1651
|
-
* Goes to the next page, if the grid is not already at the last page.
|
|
1652
|
-
*
|
|
1653
|
-
*
|
|
1654
|
-
* @example
|
|
1655
|
-
* ```typescript
|
|
1656
|
-
* this.grid1.nextPage();
|
|
1657
|
-
* ```
|
|
1658
|
-
*/
|
|
1659
|
-
// eslint-disable-next-line @typescript-eslint/member-ordering
|
|
1660
|
-
public nextPage(): void;
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
/**
|
|
1665
|
-
* @deprecated in version 12.1.0. Use the corresponding method `nextPage()` exposed by the `igx-paginator` instance.
|
|
1666
|
-
*
|
|
1667
|
-
* Goes to the previous page, if the grid is not already at the first page.
|
|
1668
|
-
*
|
|
1669
|
-
* @example
|
|
1670
|
-
* ```
|
|
1671
|
-
*/
|
|
1672
|
-
// eslint-disable-next-line @typescript-eslint/member-ordering
|
|
1673
|
-
public previousPage(): void;
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
1246
|
/**
|
|
1678
1247
|
* Places a column before or after the specified target column.
|
|
1679
1248
|
*
|
|
@@ -1686,25 +1255,6 @@ public set selectedRows(value: any[]);
|
|
|
1686
1255
|
|
|
1687
1256
|
|
|
1688
1257
|
|
|
1689
|
-
/**
|
|
1690
|
-
* @deprecated in version 12.1.0. Use the corresponding method `paginate()` exposed by the `igx-paginator` instance.
|
|
1691
|
-
*
|
|
1692
|
-
* Goes to the desired page index.
|
|
1693
|
-
*
|
|
1694
|
-
*
|
|
1695
|
-
* @example
|
|
1696
|
-
* ```typescript
|
|
1697
|
-
* // old
|
|
1698
|
-
* this.grid1.paginate(1);
|
|
1699
|
-
* // new
|
|
1700
|
-
* this.paginator1.paginate(1);
|
|
1701
|
-
* ```
|
|
1702
|
-
* @param val
|
|
1703
|
-
*/
|
|
1704
|
-
public paginate(val: number): void;
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
1258
|
/**
|
|
1709
1259
|
* Triggers change detection for the `IgxGridComponent`.
|
|
1710
1260
|
* Calling markForCheck also triggers the grid pipes explicitly, resulting in all updates being processed.
|
|
@@ -2149,6 +1699,17 @@ public set selectedRows(value: any[]);
|
|
|
2149
1699
|
|
|
2150
1700
|
|
|
2151
1701
|
|
|
1702
|
+
/**
|
|
1703
|
+
* Deselect selected cells.
|
|
1704
|
+
* @example
|
|
1705
|
+
* ```typescript
|
|
1706
|
+
* this.grid.clearCellSelection();
|
|
1707
|
+
* ```
|
|
1708
|
+
*/
|
|
1709
|
+
public clearCellSelection(): void;
|
|
1710
|
+
|
|
1711
|
+
|
|
1712
|
+
|
|
2152
1713
|
/**
|
|
2153
1714
|
* Select range(s) of cells between certain rows and columns of the grid.
|
|
2154
1715
|
*/
|
|
@@ -2252,11 +1813,6 @@ public set selectedRows(value: any[]);
|
|
|
2252
1813
|
|
|
2253
1814
|
|
|
2254
1815
|
|
|
2255
|
-
|
|
2256
|
-
public combineSelectedCellAndColumnData(columnData: any[], formatters?: boolean, headers?: boolean): void;
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
1816
|
/**
|
|
2261
1817
|
* Opens the advanced filtering dialog.
|
|
2262
1818
|
*/
|
|
@@ -2348,42 +1904,6 @@ advancedFilteringExpressionsTreeChange: CustomEvent<IgcFilteringExpressionsTree>
|
|
|
2348
1904
|
*/
|
|
2349
1905
|
gridScroll: CustomEvent<IgcGridScrollEventArgs>;
|
|
2350
1906
|
|
|
2351
|
-
/**
|
|
2352
|
-
* @deprecated in version 12.1.0. Use the corresponding output exposed by the `igx-paginator` component instead
|
|
2353
|
-
*
|
|
2354
|
-
* Emitted after the current page is changed.
|
|
2355
|
-
*
|
|
2356
|
-
*
|
|
2357
|
-
* @example
|
|
2358
|
-
* ```html
|
|
2359
|
-
* <igx-grid (pageChange)="onPageChange($event)"></igx-grid>
|
|
2360
|
-
* ```
|
|
2361
|
-
* ```typescript
|
|
2362
|
-
* public onPageChange(page: number) {
|
|
2363
|
-
* this.currentPage = page;
|
|
2364
|
-
* }
|
|
2365
|
-
* ```
|
|
2366
|
-
*/
|
|
2367
|
-
pageChange: CustomEvent<number>;
|
|
2368
|
-
|
|
2369
|
-
/**
|
|
2370
|
-
* @deprecated in version 12.1.0. Use the corresponding output exposed by the `igx-paginator` component instead
|
|
2371
|
-
*
|
|
2372
|
-
* Emitted when `perPage` property value of the grid is changed.
|
|
2373
|
-
*
|
|
2374
|
-
*
|
|
2375
|
-
* @example
|
|
2376
|
-
* ```html
|
|
2377
|
-
* <igx-grid #grid (perPageChange)="onPerPageChange($event)" [autoGenerate]="true"></igx-grid>
|
|
2378
|
-
* ```
|
|
2379
|
-
* ```typescript
|
|
2380
|
-
* public onPerPageChange(perPage: number) {
|
|
2381
|
-
* this.perPage = perPage;
|
|
2382
|
-
* }
|
|
2383
|
-
* ```
|
|
2384
|
-
*/
|
|
2385
|
-
perPageChange: CustomEvent<number>;
|
|
2386
|
-
|
|
2387
1907
|
/**
|
|
2388
1908
|
* Emitted when a cell is clicked.
|
|
2389
1909
|
*
|
|
@@ -2658,21 +2178,6 @@ filtering: CustomEvent<IgcFilteringEventArgs>;
|
|
|
2658
2178
|
*/
|
|
2659
2179
|
filteringDone: CustomEvent<IgcFilteringExpressionsTree>;
|
|
2660
2180
|
|
|
2661
|
-
/**
|
|
2662
|
-
* @deprecated in version 12.1.0. Use the corresponding output exposed by the `igx-paginator` component instead
|
|
2663
|
-
*
|
|
2664
|
-
* Emitted after paging is performed.
|
|
2665
|
-
*
|
|
2666
|
-
*
|
|
2667
|
-
* @remarks
|
|
2668
|
-
* Returns an object consisting of the previous and next pages.
|
|
2669
|
-
* @example
|
|
2670
|
-
* ```html
|
|
2671
|
-
* <igx-grid #grid [data]="localData" [height]="'305px'" [autoGenerate]="true" (pagingDone)="pagingDone($event)"></igx-grid>
|
|
2672
|
-
* ```
|
|
2673
|
-
*/
|
|
2674
|
-
pagingDone: CustomEvent<IgcPageEventArgs>;
|
|
2675
|
-
|
|
2676
2181
|
/* blazorCSSuppress */
|
|
2677
2182
|
/**
|
|
2678
2183
|
* Emitted when a row is added.
|