igniteui-webcomponents-grids 5.2.0 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +440 -444
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/custom-elements.json +21194 -0
- package/esm2015/lib/CheckboxListBridge.js +15 -15
- package/esm2015/lib/CheckboxListView_combined.js +343 -350
- package/esm2015/lib/ColumnChooserView_combined.js +4 -4
- package/esm2015/lib/ColumnFilterCondition_combined.js +7 -1
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +2 -2
- package/esm2015/lib/FilterCell.js +1 -1
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +3 -3
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/PropertyEditorView_combined.js +2 -2
- package/esm2015/lib/igc-checkbox-list-component.js +52 -52
- package/esm5/lib/CheckboxListBridge.js +15 -15
- package/esm5/lib/CheckboxListView_combined.js +336 -343
- package/esm5/lib/ColumnChooserView_combined.js +4 -4
- package/esm5/lib/ColumnFilterCondition_combined.js +7 -1
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +2 -2
- package/esm5/lib/FilterCell.js +1 -1
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnHideOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +3 -3
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/PropertyEditorView_combined.js +2 -2
- package/esm5/lib/igc-checkbox-list-component.js +52 -52
- package/fesm2015/igniteui-webcomponents-grids.js +448 -452
- package/fesm5/igniteui-webcomponents-grids.js +441 -445
- package/grids/combined.js +32900 -31630
- package/grids/index.d.ts +0 -1
- package/grids/lib/common.d.ts +11 -2
- package/grids/lib/igc-action-strip-component.d.ts +5 -0
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
- package/grids/lib/igc-column-component.d.ts +23 -0
- package/grids/lib/igc-column-group-component.d.ts +5 -0
- package/grids/lib/igc-column-layout-component.d.ts +5 -0
- package/grids/lib/igc-column-pipe-args.d.ts +1 -1
- package/grids/lib/igc-grid-base-directive.d.ts +1 -0
- package/grids/lib/igc-grid-component.d.ts +7 -1
- package/grids/lib/igc-grid-editing-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-pinning-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-state-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +5 -0
- package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +2 -1
- package/grids/lib/igc-hierarchical-grid-component.d.ts +7 -1
- package/grids/lib/igc-paginator-component.d.ts +5 -0
- package/grids/lib/igc-pivot-data-selector-component.d.ts +8 -2
- package/grids/lib/igc-pivot-grid-component.d.ts +7 -1
- package/grids/lib/igc-row-island-component.d.ts +6 -0
- package/grids/lib/igc-tree-grid-component.d.ts +7 -1
- 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/CheckboxListExternal.d.ts +1 -2
- package/lib/CheckboxListView_combined.d.ts +85 -85
- package/lib/igc-checkbox-list-component.d.ts +1 -1
- package/package.json +7 -5
- package/vscode.css-custom-data.json +6 -0
- package/vscode.html-custom-data.json +5 -0
- package/web-types.json +14 -0
- package/grids/lib/igc-grid-action-button-component.d.ts +0 -56
package/grids/index.d.ts
CHANGED
|
@@ -67,7 +67,6 @@ export * from './lib/igc-filtering-operation'
|
|
|
67
67
|
export * from './lib/igc-filtering-strategy'
|
|
68
68
|
export * from './lib/igc-for-of-data-changing-event-args'
|
|
69
69
|
export * from './lib/igc-for-of-state'
|
|
70
|
-
export * from './lib/igc-grid-action-button-component'
|
|
71
70
|
export * from './lib/igc-grid-actions-base-directive'
|
|
72
71
|
export * from './lib/igc-grid-base-directive'
|
|
73
72
|
export * from './lib/igc-grid-cell-event-args'
|
package/grids/lib/common.d.ts
CHANGED
|
@@ -6,12 +6,21 @@
|
|
|
6
6
|
export declare class LitElement extends HTMLElement {
|
|
7
7
|
|
|
8
8
|
}
|
|
9
|
+
|
|
10
|
+
/* blazorSuppress */
|
|
11
|
+
interface EventEmitterInterface<E> {
|
|
12
|
+
addEventListener<K extends keyof M, M extends E & HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: M[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
13
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
14
|
+
removeEventListener<K extends keyof M, M extends E & HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: M[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
15
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
16
|
+
}
|
|
17
|
+
|
|
9
18
|
export declare function EventEmitterMixin<E, T extends AbstractConstructor<LitElement>>(
|
|
10
19
|
superClass: T
|
|
11
|
-
): T;
|
|
20
|
+
): Constructor<EventEmitterInterface<E>> & T;
|
|
12
21
|
export declare function EventEmitterMixin<E, T extends Constructor<LitElement>>(
|
|
13
22
|
superClass: T
|
|
14
|
-
): T;
|
|
23
|
+
): Constructor<EventEmitterInterface<E>> & T;
|
|
15
24
|
|
|
16
25
|
export declare class TemplateContent {
|
|
17
26
|
|
|
@@ -41,6 +41,11 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
|
|
|
41
41
|
export declare class IgcActionStripComponent extends HTMLElement
|
|
42
42
|
{
|
|
43
43
|
|
|
44
|
+
/* blazorSuppress */
|
|
45
|
+
static readonly tagName: string;
|
|
46
|
+
/* blazorSuppress */
|
|
47
|
+
static register(): void;
|
|
48
|
+
|
|
44
49
|
|
|
45
50
|
|
|
46
51
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { IgcBaseToolbarDirective } from './igc-base-toolbar-directive';
|
|
3
|
+
import { IgcBaseToolbarDirectiveEventMap } from './igc-base-toolbar-directive';
|
|
3
4
|
|
|
4
5
|
|
|
5
6
|
|
|
@@ -16,5 +17,5 @@ import { IgcBaseToolbarDirective } from './igc-base-toolbar-directive';
|
|
|
16
17
|
|
|
17
18
|
}
|
|
18
19
|
|
|
19
|
-
|
|
20
|
+
export type IgcBaseToolbarColumnActionsDirectiveEventMap = IgcBaseToolbarDirectiveEventMap
|
|
20
21
|
|
|
@@ -33,6 +33,11 @@ import { IgcFilteringExpressionsTree } from './igc-filtering-expressions-tree';
|
|
|
33
33
|
export declare class IgcColumnComponent extends HTMLElement
|
|
34
34
|
{
|
|
35
35
|
|
|
36
|
+
/* blazorSuppress */
|
|
37
|
+
static readonly tagName: string;
|
|
38
|
+
/* blazorSuppress */
|
|
39
|
+
static register(): void;
|
|
40
|
+
|
|
36
41
|
|
|
37
42
|
/**
|
|
38
43
|
* Sets/gets the `field` value.
|
|
@@ -675,6 +680,24 @@ import { IgcFilteringExpressionsTree } from './igc-filtering-expressions-tree';
|
|
|
675
680
|
public get summaries(): any;
|
|
676
681
|
|
|
677
682
|
|
|
683
|
+
|
|
684
|
+
/**
|
|
685
|
+
* Sets/gets the summary operands to exclude from display.
|
|
686
|
+
* Accepts an array of string keys representing the summary types to disable, such as 'Min', 'Max', 'Count' etc.
|
|
687
|
+
* ```typescript
|
|
688
|
+
* let disabledSummaries = this.column.disabledSummaries;
|
|
689
|
+
* ```
|
|
690
|
+
* ```html
|
|
691
|
+
* <igx-column [disabledSummaries]="['min', 'max', 'average']"></igx-column>
|
|
692
|
+
* ```
|
|
693
|
+
*
|
|
694
|
+
* @memberof IgxColumnComponent
|
|
695
|
+
*/
|
|
696
|
+
public set disabledSummaries(value: string[]);
|
|
697
|
+
public get disabledSummaries(): string[];
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
|
|
678
701
|
/**
|
|
679
702
|
* Gets the column `filters`.
|
|
680
703
|
* ```typescript
|
|
@@ -21,6 +21,11 @@ import { IgcRenderFunction } from './common';
|
|
|
21
21
|
export declare class IgcColumnGroupComponent extends IgcColumnComponent
|
|
22
22
|
{
|
|
23
23
|
|
|
24
|
+
/* blazorSuppress */
|
|
25
|
+
static readonly tagName: string;
|
|
26
|
+
/* blazorSuppress */
|
|
27
|
+
static register(): void;
|
|
28
|
+
|
|
24
29
|
|
|
25
30
|
|
|
26
31
|
/* blazorInclude */
|
|
@@ -19,6 +19,11 @@ import { IgcColumnGroupComponent } from './igc-column-group-component';
|
|
|
19
19
|
export declare class IgcColumnLayoutComponent extends IgcColumnGroupComponent
|
|
20
20
|
{
|
|
21
21
|
|
|
22
|
+
/* blazorSuppress */
|
|
23
|
+
static readonly tagName: string;
|
|
24
|
+
/* blazorSuppress */
|
|
25
|
+
static register(): void;
|
|
26
|
+
|
|
22
27
|
|
|
23
28
|
/**
|
|
24
29
|
* Gets the width of the column layout.
|
|
@@ -6,7 +6,7 @@ import { IgcFieldPipeArgs } from './igc-field-pipe-args';
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
// D.P. Can't use `export type IColumnPipeArgs = IFieldPipeArgs` because TypeScripts Compiler API optimizes it away completely
|
|
9
|
-
|
|
9
|
+
|
|
10
10
|
|
|
11
11
|
export declare class IgcColumnPipeArgs extends IgcFieldPipeArgs
|
|
12
12
|
{
|
|
@@ -26,6 +26,7 @@ import { IgcGroupByRowTemplateContext } from './igc-group-by-row-template-contex
|
|
|
26
26
|
import { IgcCellType } from './igc-cell-type';
|
|
27
27
|
import { IgcRowType } from './igc-row-type';
|
|
28
28
|
import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
|
|
29
|
+
import { IgcGridBaseDirectiveEventMap } from './igc-grid-base-directive';
|
|
29
30
|
|
|
30
31
|
|
|
31
32
|
|
|
@@ -69,6 +70,11 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
69
70
|
|
|
70
71
|
{
|
|
71
72
|
|
|
73
|
+
/* blazorSuppress */
|
|
74
|
+
static readonly tagName: string;
|
|
75
|
+
/* blazorSuppress */
|
|
76
|
+
static register(): void;
|
|
77
|
+
|
|
72
78
|
|
|
73
79
|
|
|
74
80
|
/**
|
|
@@ -511,7 +517,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
511
517
|
|
|
512
518
|
}
|
|
513
519
|
|
|
514
|
-
export declare interface IgcGridComponentEventMap {
|
|
520
|
+
export declare interface IgcGridComponentEventMap extends IgcGridBaseDirectiveEventMap {
|
|
515
521
|
|
|
516
522
|
/**
|
|
517
523
|
* Emitted when a new chunk of data is loaded from virtualization.
|
|
@@ -18,6 +18,11 @@ import { IgcGridActionsBaseDirective } from './igc-grid-actions-base-directive';
|
|
|
18
18
|
export declare class IgcGridEditingActionsComponent extends IgcGridActionsBaseDirective
|
|
19
19
|
{
|
|
20
20
|
|
|
21
|
+
/* blazorSuppress */
|
|
22
|
+
static readonly tagName: string;
|
|
23
|
+
/* blazorSuppress */
|
|
24
|
+
static register(): void;
|
|
25
|
+
|
|
21
26
|
|
|
22
27
|
|
|
23
28
|
/**
|
|
@@ -17,6 +17,11 @@ import { IgcGridActionsBaseDirective } from './igc-grid-actions-base-directive';
|
|
|
17
17
|
export declare class IgcGridPinningActionsComponent extends IgcGridActionsBaseDirective
|
|
18
18
|
{
|
|
19
19
|
|
|
20
|
+
/* blazorSuppress */
|
|
21
|
+
static readonly tagName: string;
|
|
22
|
+
/* blazorSuppress */
|
|
23
|
+
static register(): void;
|
|
24
|
+
|
|
20
25
|
|
|
21
26
|
|
|
22
27
|
/**
|
|
@@ -27,6 +27,11 @@ import { IgcOverlaySettings } from './igc-overlay-settings';
|
|
|
27
27
|
export declare class IgcGridToolbarAdvancedFilteringComponent extends HTMLElement
|
|
28
28
|
{
|
|
29
29
|
|
|
30
|
+
/* blazorSuppress */
|
|
31
|
+
static readonly tagName: string;
|
|
32
|
+
/* blazorSuppress */
|
|
33
|
+
static register(): void;
|
|
34
|
+
|
|
30
35
|
|
|
31
36
|
|
|
32
37
|
public set overlaySettings(value: IgcOverlaySettings);
|
|
@@ -25,6 +25,11 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
25
25
|
export declare class IgcGridToolbarComponent extends HTMLElement
|
|
26
26
|
{
|
|
27
27
|
|
|
28
|
+
/* blazorSuppress */
|
|
29
|
+
static readonly tagName: string;
|
|
30
|
+
/* blazorSuppress */
|
|
31
|
+
static register(): void;
|
|
32
|
+
|
|
28
33
|
|
|
29
34
|
|
|
30
35
|
/**
|
|
@@ -3,6 +3,7 @@ import { IgcBaseToolbarDirective } from './igc-base-toolbar-directive';
|
|
|
3
3
|
import { IgcExporterEventArgs } from './igc-exporter-event-args';
|
|
4
4
|
import { GridToolbarExporterType } from './grid-toolbar-exporter-type';
|
|
5
5
|
import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
|
|
6
|
+
import { IgcBaseToolbarDirectiveEventMap } from './igc-base-toolbar-directive';
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
|
|
@@ -29,6 +30,11 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
29
30
|
|
|
30
31
|
{
|
|
31
32
|
|
|
33
|
+
/* blazorSuppress */
|
|
34
|
+
static readonly tagName: string;
|
|
35
|
+
/* blazorSuppress */
|
|
36
|
+
static register(): void;
|
|
37
|
+
|
|
32
38
|
|
|
33
39
|
|
|
34
40
|
/**
|
|
@@ -64,7 +70,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
64
70
|
|
|
65
71
|
}
|
|
66
72
|
|
|
67
|
-
export declare interface IgcGridToolbarExporterComponentEventMap {
|
|
73
|
+
export declare interface IgcGridToolbarExporterComponentEventMap extends IgcBaseToolbarDirectiveEventMap {
|
|
68
74
|
|
|
69
75
|
/**
|
|
70
76
|
* Emitted when starting an export operation. Re-emitted additionally
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { IgcBaseToolbarColumnActionsDirective } from './igc-base-toolbar-column-actions-directive';
|
|
3
|
+
import { IgcBaseToolbarDirectiveEventMap } from './igc-base-toolbar-directive';
|
|
3
4
|
|
|
4
5
|
|
|
5
6
|
|
|
@@ -26,7 +27,12 @@ import { IgcBaseToolbarColumnActionsDirective } from './igc-base-toolbar-column-
|
|
|
26
27
|
export declare class IgcGridToolbarHidingComponent extends IgcBaseToolbarColumnActionsDirective
|
|
27
28
|
{
|
|
28
29
|
|
|
29
|
-
|
|
30
|
+
/* blazorSuppress */
|
|
31
|
+
static readonly tagName: string;
|
|
32
|
+
/* blazorSuppress */
|
|
33
|
+
static register(): void;
|
|
30
34
|
|
|
35
|
+
}
|
|
31
36
|
|
|
37
|
+
export type IgcGridToolbarHidingComponentEventMap = IgcBaseToolbarDirectiveEventMap
|
|
32
38
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { IgcBaseToolbarColumnActionsDirective } from './igc-base-toolbar-column-actions-directive';
|
|
3
|
+
import { IgcBaseToolbarDirectiveEventMap } from './igc-base-toolbar-directive';
|
|
3
4
|
|
|
4
5
|
|
|
5
6
|
|
|
@@ -25,7 +26,12 @@ import { IgcBaseToolbarColumnActionsDirective } from './igc-base-toolbar-column-
|
|
|
25
26
|
export declare class IgcGridToolbarPinningComponent extends IgcBaseToolbarColumnActionsDirective
|
|
26
27
|
{
|
|
27
28
|
|
|
28
|
-
|
|
29
|
+
/* blazorSuppress */
|
|
30
|
+
static readonly tagName: string;
|
|
31
|
+
/* blazorSuppress */
|
|
32
|
+
static register(): void;
|
|
29
33
|
|
|
34
|
+
}
|
|
30
35
|
|
|
36
|
+
export type IgcGridToolbarPinningComponentEventMap = IgcBaseToolbarDirectiveEventMap
|
|
31
37
|
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
3
3
|
import { IgcForOfState } from './igc-for-of-state';
|
|
4
4
|
import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
|
|
5
|
+
import { IgcGridBaseDirectiveEventMap } from './igc-grid-base-directive';
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
/* wcSkipComponentSuffix */
|
|
@@ -51,7 +52,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
51
52
|
|
|
52
53
|
}
|
|
53
54
|
|
|
54
|
-
export declare interface IgcHierarchicalGridBaseDirectiveEventMap {
|
|
55
|
+
export declare interface IgcHierarchicalGridBaseDirectiveEventMap extends IgcGridBaseDirectiveEventMap {
|
|
55
56
|
|
|
56
57
|
/**
|
|
57
58
|
* Emitted when a new chunk of data is loaded from virtualization.
|
|
@@ -16,6 +16,7 @@ import { IgcGridPinningActionsComponent } from './igc-grid-pinning-actions-compo
|
|
|
16
16
|
import { IgcRowIslandComponent } from './igc-row-island-component';
|
|
17
17
|
import { IgcCellType } from './igc-cell-type';
|
|
18
18
|
import { IgcRowType } from './igc-row-type';
|
|
19
|
+
import { IgcHierarchicalGridBaseDirectiveEventMap } from './igc-hierarchical-grid-base-directive';
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
|
|
@@ -47,6 +48,11 @@ import { IgcRowType } from './igc-row-type';
|
|
|
47
48
|
export declare class IgcHierarchicalGridComponent extends IgcHierarchicalGridBaseDirective
|
|
48
49
|
{
|
|
49
50
|
|
|
51
|
+
/* blazorSuppress */
|
|
52
|
+
static readonly tagName: string;
|
|
53
|
+
/* blazorSuppress */
|
|
54
|
+
static register(): void;
|
|
55
|
+
|
|
50
56
|
|
|
51
57
|
|
|
52
58
|
/* contentChildren */
|
|
@@ -214,5 +220,5 @@ import { IgcRowType } from './igc-row-type';
|
|
|
214
220
|
|
|
215
221
|
}
|
|
216
222
|
|
|
217
|
-
|
|
223
|
+
export type IgcHierarchicalGridComponentEventMap = IgcHierarchicalGridBaseDirectiveEventMap
|
|
218
224
|
|
|
@@ -4,8 +4,9 @@ import { IgcPivotGridComponent } from './igc-pivot-grid-component';
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
/* blazorIndirectRender
|
|
7
|
+
/* blazorIndirectRender
|
|
8
8
|
blazorComponent */
|
|
9
|
+
/* wcElementTag: igc-pivot-data-selector */
|
|
9
10
|
/**
|
|
10
11
|
* Pivot Data Selector provides means to configure the pivot state of the Pivot Grid via a vertical panel UI
|
|
11
12
|
*
|
|
@@ -25,9 +26,14 @@ import { IgcPivotGridComponent } from './igc-pivot-grid-component';
|
|
|
25
26
|
* ```
|
|
26
27
|
*/
|
|
27
28
|
|
|
28
|
-
export declare class IgcPivotDataSelectorComponent
|
|
29
|
+
export declare class IgcPivotDataSelectorComponent extends HTMLElement
|
|
29
30
|
{
|
|
30
31
|
|
|
32
|
+
/* blazorSuppress */
|
|
33
|
+
static readonly tagName: string;
|
|
34
|
+
/* blazorSuppress */
|
|
35
|
+
static register(): void;
|
|
36
|
+
|
|
31
37
|
|
|
32
38
|
|
|
33
39
|
/**
|
|
@@ -29,6 +29,7 @@ import { SortingDirection } from './sorting-direction';
|
|
|
29
29
|
import { IgcFilteringExpressionsTree } from './igc-filtering-expressions-tree';
|
|
30
30
|
import { IgcFilteringOperation } from './igc-filtering-operation';
|
|
31
31
|
import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
|
|
32
|
+
import { IgcGridBaseDirectiveEventMap } from './igc-grid-base-directive';
|
|
32
33
|
|
|
33
34
|
|
|
34
35
|
|
|
@@ -70,6 +71,11 @@ import { IgcFilteringExpressionsTree } from './igc-filtering-expressions-tree';
|
|
|
70
71
|
|
|
71
72
|
{
|
|
72
73
|
|
|
74
|
+
/* blazorSuppress */
|
|
75
|
+
static readonly tagName: string;
|
|
76
|
+
/* blazorSuppress */
|
|
77
|
+
static register(): void;
|
|
78
|
+
|
|
73
79
|
|
|
74
80
|
|
|
75
81
|
|
|
@@ -389,7 +395,7 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
|
|
|
389
395
|
|
|
390
396
|
}
|
|
391
397
|
|
|
392
|
-
export declare interface IgcPivotGridComponentEventMap {
|
|
398
|
+
export declare interface IgcPivotGridComponentEventMap extends IgcGridBaseDirectiveEventMap {
|
|
393
399
|
|
|
394
400
|
/**
|
|
395
401
|
* Emitted when the dimension collection is changed via the grid chip area.
|
|
@@ -100,6 +100,11 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
100
100
|
|
|
101
101
|
{
|
|
102
102
|
|
|
103
|
+
/* blazorSuppress */
|
|
104
|
+
static readonly tagName: string;
|
|
105
|
+
/* blazorSuppress */
|
|
106
|
+
static register(): void;
|
|
107
|
+
|
|
103
108
|
|
|
104
109
|
|
|
105
110
|
/* blazorInclude,wcInclude TODO: Move to Elements-only component */
|
|
@@ -1397,6 +1402,7 @@ public set selectedRows(value: any[]);
|
|
|
1397
1402
|
* @param value
|
|
1398
1403
|
* @param condition
|
|
1399
1404
|
* @param ignoreCase
|
|
1405
|
+
* @deprecated
|
|
1400
1406
|
*/
|
|
1401
1407
|
public filterGlobal(value: any, condition: any, ignoreCase?: any): void;
|
|
1402
1408
|
|
|
@@ -17,6 +17,7 @@ import { IgcTreeGridRecord } from './igc-tree-grid-record';
|
|
|
17
17
|
import { IgcRenderFunction } from './common';
|
|
18
18
|
import { IgcCellType } from './igc-cell-type';
|
|
19
19
|
import { IgcRowType } from './igc-row-type';
|
|
20
|
+
import { IgcGridBaseDirectiveEventMap } from './igc-grid-base-directive';
|
|
20
21
|
|
|
21
22
|
|
|
22
23
|
|
|
@@ -56,6 +57,11 @@ import { IgcRowType } from './igc-row-type';
|
|
|
56
57
|
export declare class IgcTreeGridComponent extends IgcGridBaseDirective
|
|
57
58
|
{
|
|
58
59
|
|
|
60
|
+
/* blazorSuppress */
|
|
61
|
+
static readonly tagName: string;
|
|
62
|
+
/* blazorSuppress */
|
|
63
|
+
static register(): void;
|
|
64
|
+
|
|
59
65
|
|
|
60
66
|
/**
|
|
61
67
|
* Sets the child data key of the `IgxTreeGridComponent`.
|
|
@@ -387,5 +393,5 @@ import { IgcRowType } from './igc-row-type';
|
|
|
387
393
|
|
|
388
394
|
}
|
|
389
395
|
|
|
390
|
-
|
|
396
|
+
export type IgcTreeGridComponentEventMap = IgcGridBaseDirectiveEventMap
|
|
391
397
|
|