igniteui-webcomponents-grids 4.7.1 → 4.7.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +498 -373
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/ColumnFilterCondition_combined.js +246 -210
- package/esm2015/lib/ColumnGroupingView_combined.js +17 -17
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +3 -3
- package/esm2015/lib/EditorCell.js +2 -2
- package/esm2015/lib/FilterCell.js +12 -12
- package/esm2015/lib/GridCellBase.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +5 -5
- package/esm2015/lib/GridFilterDialogView_combined.js +16 -16
- package/esm2015/lib/GridStyleRepository.js +12 -12
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +51 -51
- package/esm2015/lib/PropertyEditorView_combined.js +4 -4
- package/esm2015/lib/igc-column-exchangers-collection.js +6 -1
- package/esm2015/lib/igc-column-property-setters-collection.js +6 -1
- package/esm2015/lib/igc-grid-column-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-operands-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-cells-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-keys-collection.js +6 -1
- package/esm2015/lib/igc-horizontal-property-editor-data-source.js +6 -1
- package/esm2015/lib/igc-responsive-phases-collection.js +6 -1
- package/esm2015/lib/igc-responsive-states-collection.js +6 -1
- package/esm5/lib/CanvasGridCellBase.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/ColumnFilterCondition_combined.js +270 -210
- package/esm5/lib/ColumnGroupingView_combined.js +17 -17
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +3 -3
- package/esm5/lib/EditorCell.js +2 -2
- package/esm5/lib/FilterCell.js +12 -12
- package/esm5/lib/GridCellBase.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +5 -5
- package/esm5/lib/GridFilterDialogView_combined.js +16 -16
- package/esm5/lib/GridStyleRepository.js +12 -12
- package/esm5/lib/MultiColumnComboBoxView_combined.js +51 -51
- package/esm5/lib/PropertyEditorView_combined.js +4 -4
- package/esm5/lib/igc-column-exchangers-collection.js +6 -1
- package/esm5/lib/igc-column-property-setters-collection.js +6 -1
- package/esm5/lib/igc-grid-column-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-operands-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-cells-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-keys-collection.js +6 -1
- package/esm5/lib/igc-horizontal-property-editor-data-source.js +6 -1
- package/esm5/lib/igc-responsive-phases-collection.js +6 -1
- package/esm5/lib/igc-responsive-states-collection.js +6 -1
- package/fesm2015/igniteui-webcomponents-grids.js +474 -373
- package/fesm5/igniteui-webcomponents-grids.js +498 -373
- package/grids/3rdpartylicenses.txt +101 -26
- package/grids/combined.js +27161 -27885
- package/grids/index.d.ts +9 -1
- package/grids/lib/igc-action-strip-component.d.ts +4 -15
- package/grids/lib/igc-active-node-change-event-args.d.ts +3 -6
- package/grids/lib/igc-cancelable-event-args.d.ts +1 -2
- package/grids/lib/igc-child-grid-row-component.d.ts +58 -0
- package/grids/lib/igc-clipboard-options.d.ts +45 -0
- package/grids/lib/igc-column-component.d.ts +15 -1
- package/grids/lib/igc-column-exporting-event-args.d.ts +5 -10
- package/grids/lib/igc-column-group-component.d.ts +1 -0
- package/grids/lib/igc-column-layout-component.d.ts +1 -0
- package/grids/lib/igc-column-moving-end-event-args.d.ts +3 -6
- package/grids/lib/igc-column-moving-event-args.d.ts +2 -4
- package/grids/lib/igc-column-moving-start-event-args.d.ts +1 -2
- package/grids/lib/igc-column-resize-event-args.d.ts +3 -6
- package/grids/lib/igc-column-selection-event-args.d.ts +5 -10
- package/grids/lib/igc-column-state.d.ts +2 -0
- package/grids/lib/igc-column-toggled-event-args.d.ts +2 -4
- package/grids/lib/igc-column-visibility-changed-event-args.d.ts +2 -4
- package/grids/lib/igc-column-visibility-changing-event-args.d.ts +3 -6
- package/grids/lib/igc-density-changed-event-args.d.ts +2 -4
- package/grids/lib/{igc-exporter-event.d.ts → igc-exporter-event-args.d.ts} +2 -1
- package/grids/lib/igc-expression-tree.d.ts +4 -3
- package/grids/lib/igc-filtering-event-args.d.ts +2 -4
- package/grids/lib/igc-filtering-expressions-tree.d.ts +3 -3
- package/grids/lib/igc-for-of-data-changing-event-args.d.ts +1 -2
- package/grids/lib/igc-grid-base-directive.d.ts +17 -7
- package/grids/lib/igc-grid-cell-event-args.d.ts +2 -4
- package/grids/lib/igc-grid-created-event-args.d.ts +26 -0
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-edit-event-args.d.ts +5 -10
- package/grids/lib/igc-grid-editing-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-form-group-created-event-args.d.ts +1 -2
- package/grids/lib/igc-grid-keydown-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-pinning-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-scroll-event-args.d.ts +3 -6
- package/grids/lib/igc-grid-selection-range.d.ts +2 -0
- package/grids/lib/igc-grid-state-base-directive.d.ts +2 -16
- package/grids/lib/igc-grid-state-collection.d.ts +1 -0
- package/grids/lib/igc-grid-state-component.d.ts +11 -3
- package/grids/lib/igc-grid-state-info.d.ts +3 -0
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-component.d.ts +2 -0
- package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +3 -2
- package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +1 -0
- package/grids/lib/igc-grid-validation-status-event-args.d.ts +2 -4
- package/grids/lib/igc-grouping-done-event-args.d.ts +3 -6
- package/grids/lib/igc-grouping-state.d.ts +2 -0
- package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +68 -0
- package/grids/lib/igc-hierarchical-grid-component.d.ts +218 -0
- package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
- package/grids/lib/igc-page-cancellable-event-args.d.ts +2 -4
- package/grids/lib/igc-page-event-args.d.ts +2 -4
- package/grids/lib/igc-paginator-component.d.ts +3 -0
- package/grids/lib/igc-paging-state.d.ts +2 -0
- package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +4 -8
- package/grids/lib/igc-pin-column-event-args.d.ts +3 -6
- package/grids/lib/igc-pin-row-event-args.d.ts +3 -6
- package/grids/lib/igc-pinning-config.d.ts +2 -0
- package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +1 -2
- package/grids/lib/igc-row-data-event-args.d.ts +2 -4
- package/grids/lib/igc-row-drag-end-event-args.d.ts +3 -6
- package/grids/lib/igc-row-drag-start-event-args.d.ts +3 -6
- package/grids/lib/igc-row-exporting-event-args.d.ts +3 -6
- package/grids/lib/igc-row-island-component.d.ts +2635 -0
- package/grids/lib/igc-row-selection-event-args.d.ts +5 -10
- package/grids/lib/igc-row-toggle-event-args.d.ts +3 -6
- package/grids/lib/igc-sorting-event-args.d.ts +1 -2
- package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +1 -2
- package/grids/lib/igc-toggle-view-event-args.d.ts +1 -2
- 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/ColumnFilterCondition_combined.d.ts +33 -21
- package/lib/DateEditorView.d.ts +1 -1
- package/lib/GridFilterDialogView_combined.d.ts +1 -1
- package/lib/TextEditorView.d.ts +1 -1
- package/package.json +4 -4
|
@@ -10,13 +10,11 @@ import { IgcCellType } from './igc-cell-type';
|
|
|
10
10
|
{
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
public
|
|
14
|
-
public get cell(): IgcCellType;
|
|
13
|
+
public cell: IgcCellType;
|
|
15
14
|
|
|
16
15
|
|
|
17
16
|
/* blazorCSSuppress */
|
|
18
|
-
public
|
|
19
|
-
public get event(): any;
|
|
17
|
+
public event: any;
|
|
20
18
|
|
|
21
19
|
}
|
|
22
20
|
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
3
|
+
import { IgcRowIslandComponent } from './igc-row-island-component';
|
|
4
|
+
import { IgcHierarchicalGridComponent } from './igc-hierarchical-grid-component';
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
export declare class IgcGridCreatedEventArgs extends IgcBaseEventArgs
|
|
12
|
+
{
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
public owner: IgcRowIslandComponent;
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
public parentID: any;
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
public grid: IgcHierarchicalGridComponent;
|
|
22
|
+
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
@@ -11,23 +11,19 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
11
11
|
{
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
public
|
|
15
|
-
public get rowID(): any;
|
|
14
|
+
public rowID: any;
|
|
16
15
|
|
|
17
16
|
// deprecated
|
|
18
|
-
public
|
|
19
|
-
public get primaryKey(): any;
|
|
17
|
+
public primaryKey: any;
|
|
20
18
|
|
|
21
19
|
// in a major version, remove the deprecated `rowID` and migrate to `key`
|
|
22
20
|
public cellID?: { rowID: any; columnID: any; rowIndex: number; };
|
|
23
21
|
|
|
24
22
|
|
|
25
|
-
public
|
|
26
|
-
public get rowData(): any;
|
|
23
|
+
public rowData: any;
|
|
27
24
|
|
|
28
25
|
|
|
29
|
-
public
|
|
30
|
-
public get oldValue(): any;
|
|
26
|
+
public oldValue: any;
|
|
31
27
|
|
|
32
28
|
|
|
33
29
|
public newValue?: any;
|
|
@@ -13,27 +13,22 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
13
13
|
/**
|
|
14
14
|
* Provides the ability to cancel the event.
|
|
15
15
|
*/
|
|
16
|
-
public
|
|
17
|
-
public get cancel(): boolean;
|
|
16
|
+
public cancel: boolean;
|
|
18
17
|
|
|
19
18
|
|
|
20
|
-
public
|
|
21
|
-
public get rowID(): any;
|
|
19
|
+
public rowID: any;
|
|
22
20
|
|
|
23
21
|
// deprecated
|
|
24
|
-
public
|
|
25
|
-
public get primaryKey(): any;
|
|
22
|
+
public primaryKey: any;
|
|
26
23
|
|
|
27
24
|
// in a major version, remove the deprecated `rowID` and migrate to `key`
|
|
28
25
|
public cellID?: { rowID: any; columnID: any; rowIndex: number; };
|
|
29
26
|
|
|
30
27
|
|
|
31
|
-
public
|
|
32
|
-
public get rowData(): any;
|
|
28
|
+
public rowData: any;
|
|
33
29
|
|
|
34
30
|
|
|
35
|
-
public
|
|
36
|
-
public get oldValue(): any;
|
|
31
|
+
public oldValue: any;
|
|
37
32
|
|
|
38
33
|
|
|
39
34
|
public newValue?: any;
|
|
@@ -8,6 +8,7 @@ import { IgcGridActionsBaseDirective } from './igc-grid-actions-base-directive';
|
|
|
8
8
|
/* blazorElement */
|
|
9
9
|
/* wcElementTag: igc-grid-editing-actions */
|
|
10
10
|
/* blazorIndirectRender */
|
|
11
|
+
/* singleInstanceIdentifier */
|
|
11
12
|
/**
|
|
12
13
|
* Grid Editing Actions for the Action Strip
|
|
13
14
|
*
|
|
@@ -10,21 +10,17 @@ import { GridKeydownTargetType } from './grid-keydown-target-type';
|
|
|
10
10
|
{
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
public
|
|
14
|
-
public get targetType(): GridKeydownTargetType;
|
|
13
|
+
public targetType: GridKeydownTargetType;
|
|
15
14
|
|
|
16
15
|
|
|
17
|
-
public
|
|
18
|
-
public get target(): any;
|
|
16
|
+
public target: any;
|
|
19
17
|
|
|
20
18
|
|
|
21
19
|
/* blazorCSSuppress */
|
|
22
|
-
public
|
|
23
|
-
public get event(): any;
|
|
20
|
+
public event: any;
|
|
24
21
|
|
|
25
22
|
|
|
26
|
-
public
|
|
27
|
-
public get cancel(): boolean;
|
|
23
|
+
public cancel: boolean;
|
|
28
24
|
|
|
29
25
|
}
|
|
30
26
|
|
|
@@ -7,6 +7,7 @@ import { IgcGridActionsBaseDirective } from './igc-grid-actions-base-directive';
|
|
|
7
7
|
/* blazorElement */
|
|
8
8
|
/* wcElementTag: igc-grid-pinning-actions */
|
|
9
9
|
/* blazorIndirectRender */
|
|
10
|
+
/* singleInstanceIdentifier */
|
|
10
11
|
/**
|
|
11
12
|
* Grid Pinning Actions for the Action Strip
|
|
12
13
|
*
|
|
@@ -13,19 +13,16 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
/** The scroll direction - vertical or horizontal. */
|
|
16
|
-
public
|
|
17
|
-
public get direction(): string;
|
|
16
|
+
public direction: string;
|
|
18
17
|
|
|
19
18
|
|
|
20
19
|
/* blazorCSSuppress */
|
|
21
20
|
/** The original browser scroll event. */
|
|
22
|
-
public
|
|
23
|
-
public get event(): any;
|
|
21
|
+
public event: any;
|
|
24
22
|
|
|
25
23
|
|
|
26
24
|
/** The new scroll position */
|
|
27
|
-
public
|
|
28
|
-
public get scrollPosition(): number;
|
|
25
|
+
public scrollPosition: number;
|
|
29
26
|
|
|
30
27
|
}
|
|
31
28
|
|
|
@@ -19,10 +19,12 @@
|
|
|
19
19
|
public get rowEnd(): number;
|
|
20
20
|
|
|
21
21
|
|
|
22
|
+
/* blazorAlternateType: double */
|
|
22
23
|
public set columnStart(value: string);
|
|
23
24
|
public get columnStart(): string;
|
|
24
25
|
|
|
25
26
|
|
|
27
|
+
/* blazorAlternateType: double */
|
|
26
28
|
public set columnEnd(value: string);
|
|
27
29
|
public get columnEnd(): string;
|
|
28
30
|
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { IgcGridStateComponent } from './igc-grid-state-component';
|
|
3
2
|
import { IgcGridStateOptions } from './igc-grid-state-options';
|
|
4
|
-
import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
|
|
5
3
|
|
|
6
4
|
|
|
7
5
|
|
|
@@ -12,8 +10,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
12
10
|
/* jsonAPIManageCollectionInMarkup */
|
|
13
11
|
/* blazorIndirectRender */
|
|
14
12
|
|
|
15
|
-
export declare class IgcGridStateBaseDirective extends
|
|
16
|
-
|
|
13
|
+
export declare class IgcGridStateBaseDirective extends HTMLElement
|
|
17
14
|
{
|
|
18
15
|
|
|
19
16
|
|
|
@@ -32,16 +29,5 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
32
29
|
|
|
33
30
|
}
|
|
34
31
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* Event emitted when set state is called with a string.
|
|
39
|
-
* Returns the parsed state object so that it can be further modified before applying to the grid.
|
|
40
|
-
* ```typescript
|
|
41
|
-
* this.state.stateParsed.subscribe(parsedState => parsedState.sorting.forEach(x => x.strategy = NoopSortingStrategy.instance()});
|
|
42
|
-
* ```
|
|
43
|
-
*/
|
|
44
|
-
stateParsed: CustomEvent<IgcGridStateComponent>;
|
|
45
|
-
|
|
46
|
-
}
|
|
32
|
+
|
|
47
33
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
import { IgcGridStateBaseDirective } from './igc-grid-state-base-directive';
|
|
3
3
|
import { IgcGridStateInfo } from './igc-grid-state-info';
|
|
4
|
+
import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
|
|
4
5
|
|
|
5
6
|
|
|
6
7
|
|
|
@@ -16,12 +17,12 @@ import { IgcGridStateInfo } from './igc-grid-state-info';
|
|
|
16
17
|
* @igxParent IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxPivotGridComponent, *
|
|
17
18
|
*/
|
|
18
19
|
|
|
19
|
-
export declare class IgcGridStateComponent extends IgcGridStateBaseDirective
|
|
20
|
+
export declare class IgcGridStateComponent extends EventEmitterMixin<IgcGridStateComponentEventMap, Constructor<IgcGridStateBaseDirective>>(IgcGridStateBaseDirective)
|
|
21
|
+
|
|
20
22
|
{
|
|
21
23
|
|
|
22
24
|
|
|
23
25
|
|
|
24
|
-
/* blazorCSSuppress */
|
|
25
26
|
/**
|
|
26
27
|
* Restores grid features' state based on the IGridStateInfo object passed as an argument.
|
|
27
28
|
* @param state object to restore state from.
|
|
@@ -40,7 +41,6 @@ import { IgcGridStateInfo } from './igc-grid-state-info';
|
|
|
40
41
|
|
|
41
42
|
|
|
42
43
|
|
|
43
|
-
/* blazorCSSuppress */
|
|
44
44
|
/**
|
|
45
45
|
* Gets the state of a feature or states of all grid features, unless a certain feature is disabled through the `options` property.
|
|
46
46
|
*
|
|
@@ -61,5 +61,13 @@ import { IgcGridStateInfo } from './igc-grid-state-info';
|
|
|
61
61
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
+
export declare interface IgcGridStateComponentEventMap {
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Event emitted when set state is called with a string.
|
|
68
|
+
* Returns the parsed state object so that it can be further modified before applying to the grid.
|
|
69
|
+
*/
|
|
70
|
+
stateParsed: CustomEvent<IgcGridStateInfo>;
|
|
64
71
|
|
|
72
|
+
}
|
|
65
73
|
|
|
@@ -44,18 +44,21 @@ import { IgcPivotConfiguration } from './igc-pivot-configuration';
|
|
|
44
44
|
public cellSelection?: IgcGridSelectionRange[];
|
|
45
45
|
|
|
46
46
|
|
|
47
|
+
/* blazorPrimitiveValue */
|
|
47
48
|
public rowSelection?: any[];
|
|
48
49
|
|
|
49
50
|
|
|
50
51
|
public columnSelection?: string[];
|
|
51
52
|
|
|
52
53
|
|
|
54
|
+
/* blazorPrimitiveValue */
|
|
53
55
|
public rowPinning?: any[];
|
|
54
56
|
|
|
55
57
|
|
|
56
58
|
public pinningConfig?: IgcPinningConfig;
|
|
57
59
|
|
|
58
60
|
|
|
61
|
+
/* blazorPrimitiveValue */
|
|
59
62
|
public expansion?: any[];
|
|
60
63
|
|
|
61
64
|
|
|
@@ -10,6 +10,7 @@ import { IgcOverlaySettings } from './igc-overlay-settings';
|
|
|
10
10
|
/* blazorIndirectRender */
|
|
11
11
|
/* blazorAlternateBaseType: GridToolbarBaseAction */
|
|
12
12
|
/* jsonAPIManageItemInMarkup */
|
|
13
|
+
/* singleInstanceIdentifier */
|
|
13
14
|
/**
|
|
14
15
|
* Provides a pre-configured button to open the advanced filtering dialog of the grid.
|
|
15
16
|
*
|
|
@@ -11,6 +11,8 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
11
11
|
/* wcElementTag: igc-grid-toolbar */
|
|
12
12
|
/* blazorIndirectRender */
|
|
13
13
|
/* contentParent: GridBaseDirective */
|
|
14
|
+
/* contentParent: RowIsland */
|
|
15
|
+
/* contentParent: HierarchicalGrid */
|
|
14
16
|
/* jsonAPIManageItemInMarkup */
|
|
15
17
|
/**
|
|
16
18
|
* Provides a context-aware container component for UI operations for the grid components.
|
|
@@ -14,20 +14,16 @@ import { IgcExporterOptionsBase } from './igc-exporter-options-base';
|
|
|
14
14
|
{
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
public
|
|
18
|
-
public get grid(): IgcGridBaseDirective;
|
|
17
|
+
public grid: IgcGridBaseDirective;
|
|
19
18
|
|
|
20
19
|
|
|
21
|
-
public
|
|
22
|
-
public get exporter(): IgcBaseExporter;
|
|
20
|
+
public exporter: IgcBaseExporter;
|
|
23
21
|
|
|
24
22
|
|
|
25
|
-
public
|
|
26
|
-
public get options(): IgcExporterOptionsBase;
|
|
23
|
+
public options: IgcExporterOptionsBase;
|
|
27
24
|
|
|
28
25
|
|
|
29
|
-
public
|
|
30
|
-
public get cancel(): boolean;
|
|
26
|
+
public cancel: boolean;
|
|
31
27
|
|
|
32
28
|
}
|
|
33
29
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { IgcBaseToolbarDirective } from './igc-base-toolbar-directive';
|
|
3
|
-
import {
|
|
3
|
+
import { IgcExporterEventArgs } from './igc-exporter-event-args';
|
|
4
4
|
import { GridToolbarExporterType } from './grid-toolbar-exporter-type';
|
|
5
5
|
import { IgcToggleDirective } from './igc-toggle-directive';
|
|
6
6
|
import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
|
|
@@ -13,6 +13,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
13
13
|
/* wcElementTag: igc-grid-toolbar-exporter */
|
|
14
14
|
/* blazorIndirectRender */
|
|
15
15
|
/* jsonAPIManageItemInMarkup */
|
|
16
|
+
/* singleInstanceIdentifier */
|
|
16
17
|
/**
|
|
17
18
|
* Provides a pre-configured exporter component for the grid.
|
|
18
19
|
*
|
|
@@ -74,7 +75,7 @@ export declare interface IgcGridToolbarExporterComponentEventMap {
|
|
|
74
75
|
* Emitted when starting an export operation. Re-emitted additionally
|
|
75
76
|
* by the grid itself.
|
|
76
77
|
*/
|
|
77
|
-
exportStarted: CustomEvent<
|
|
78
|
+
exportStarted: CustomEvent<IgcExporterEventArgs>;
|
|
78
79
|
|
|
79
80
|
/**
|
|
80
81
|
* Emitted on successful ending of an export operation.
|
|
@@ -9,6 +9,7 @@ import { IgcBaseToolbarColumnActionsDirective } from './igc-base-toolbar-column-
|
|
|
9
9
|
/* wcElementTag: igc-grid-toolbar-hiding */
|
|
10
10
|
/* blazorIndirectRender */
|
|
11
11
|
/* jsonAPIManageItemInMarkup */
|
|
12
|
+
/* singleInstanceIdentifier */
|
|
12
13
|
/**
|
|
13
14
|
* Provides a pre-configured column hiding component for the grid.
|
|
14
15
|
*
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export declare class IgcGridToolbarTemplateContext
|
|
9
|
+
{
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
/* @wcWidgetMemberName: $implicit */
|
|
13
|
+
public set implicit(value: IgcGridBaseDirective);
|
|
14
|
+
public get implicit(): IgcGridBaseDirective;
|
|
15
|
+
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
@@ -10,12 +10,10 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
10
10
|
{
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
public
|
|
14
|
-
public get status(): ValidationStatus;
|
|
13
|
+
public status: ValidationStatus;
|
|
15
14
|
|
|
16
15
|
|
|
17
|
-
public
|
|
18
|
-
public get owner(): IgcGridBaseDirective;
|
|
16
|
+
public owner: IgcGridBaseDirective;
|
|
19
17
|
|
|
20
18
|
}
|
|
21
19
|
|
|
@@ -11,16 +11,13 @@ import { IgcColumnComponent } from './igc-column-component';
|
|
|
11
11
|
{
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
public
|
|
15
|
-
public get expressions(): IgcSortingExpression[];
|
|
14
|
+
public expressions: IgcSortingExpression[];
|
|
16
15
|
|
|
17
16
|
|
|
18
|
-
public
|
|
19
|
-
public get groupedColumns(): IgcColumnComponent[];
|
|
17
|
+
public groupedColumns: IgcColumnComponent[];
|
|
20
18
|
|
|
21
19
|
|
|
22
|
-
public
|
|
23
|
-
public get ungroupedColumns(): IgcColumnComponent[];
|
|
20
|
+
public ungroupedColumns: IgcColumnComponent[];
|
|
24
21
|
|
|
25
22
|
}
|
|
26
23
|
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
3
|
+
import { IgcForOfState } from './igc-for-of-state';
|
|
4
|
+
import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
/* wcSkipComponentSuffix */
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
/* blazorIndirectRender
|
|
11
|
+
blazorComponent
|
|
12
|
+
omitModule
|
|
13
|
+
wcSkipComponentSuffix */
|
|
14
|
+
|
|
15
|
+
export declare abstract class IgcHierarchicalGridBaseDirective extends EventEmitterMixin<IgcHierarchicalGridBaseDirectiveEventMap, AbstractConstructor<IgcGridBaseDirective>>(IgcGridBaseDirective)
|
|
16
|
+
|
|
17
|
+
{
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Gets/Sets the key indicating whether a row has children. If row has no children it does not render an expand indicator.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* ```html
|
|
25
|
+
* <igx-hierarchical-grid #grid [data]="localData" [hasChildrenKey]="'hasEmployees'">
|
|
26
|
+
* </igx-hierarchical-grid>
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
public set hasChildrenKey(value: string);
|
|
30
|
+
public get hasChildrenKey(): string;
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Gets/Sets whether the expand/collapse all button in the header should be rendered.
|
|
36
|
+
*
|
|
37
|
+
* @remark
|
|
38
|
+
* The default value is false.
|
|
39
|
+
* @example
|
|
40
|
+
* ```html
|
|
41
|
+
* <igx-hierarchical-grid #grid [data]="localData" [showExpandAll]="true">
|
|
42
|
+
* </igx-hierarchical-grid>
|
|
43
|
+
* ```
|
|
44
|
+
*/
|
|
45
|
+
public set showExpandAll(value: boolean);
|
|
46
|
+
public get showExpandAll(): boolean;
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
public set rootGrid(value: IgcGridBaseDirective);
|
|
50
|
+
public get rootGrid(): IgcGridBaseDirective;
|
|
51
|
+
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export declare interface IgcHierarchicalGridBaseDirectiveEventMap {
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Emitted when a new chunk of data is loaded from virtualization.
|
|
58
|
+
*
|
|
59
|
+
* @example
|
|
60
|
+
* ```typescript
|
|
61
|
+
* <igx-hierarchical-grid [id]="'igx-grid-1'" [data]="Data" [autoGenerate]="true" (dataPreLoad)="handleEvent()">
|
|
62
|
+
* </igx-hierarchical-grid>
|
|
63
|
+
* ```
|
|
64
|
+
*/
|
|
65
|
+
dataPreLoad: CustomEvent<IgcForOfState>;
|
|
66
|
+
|
|
67
|
+
}
|
|
68
|
+
|