igniteui-webcomponents-grids 4.8.1-alpha.0 → 4.8.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 +4 -4
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/ColumnFilterCondition_combined.js +4 -4
- package/esm5/lib/ColumnFilterCondition_combined.js +4 -4
- package/fesm2015/igniteui-webcomponents-grids.js +4 -4
- package/fesm5/igniteui-webcomponents-grids.js +4 -4
- package/grids/3rdpartylicenses.txt +1 -1
- package/grids/combined.js +27783 -28191
- package/grids/index.d.ts +6 -0
- package/grids/lib/column-pinning-position.d.ts +5 -0
- package/grids/lib/grid-paging-mode.d.ts +5 -0
- package/grids/lib/igc-active-node-change-event-args.d.ts +11 -0
- package/grids/lib/igc-base-filtering-strategy.d.ts +36 -0
- package/grids/lib/igc-base-search-info.d.ts +34 -0
- package/grids/lib/igc-cell-position.d.ts +6 -0
- package/grids/lib/igc-cell-type.d.ts +29 -0
- package/grids/lib/igc-child-grid-row-component.d.ts +1 -0
- package/grids/lib/igc-column-moving-end-event-args.d.ts +13 -0
- package/grids/lib/igc-column-moving-event-args.d.ts +9 -0
- package/grids/lib/igc-column-moving-start-event-args.d.ts +5 -0
- package/grids/lib/igc-column-resize-event-args.d.ts +4 -0
- package/grids/lib/igc-column-selection-event-args.d.ts +14 -0
- package/grids/lib/igc-column-state.d.ts +13 -0
- package/grids/lib/igc-column-visibility-changed-event-args.d.ts +3 -1
- package/grids/lib/igc-column-visibility-changing-event-args.d.ts +7 -1
- package/grids/lib/igc-display-density-base.d.ts +3 -0
- package/grids/lib/igc-filter-item.d.ts +25 -0
- package/grids/lib/igc-filtering-event-args.d.ts +8 -0
- package/grids/lib/igc-filtering-strategy.d.ts +7 -0
- package/grids/lib/igc-grid-base-directive.d.ts +13 -5
- package/grids/lib/igc-grid-cell-event-args.d.ts +6 -0
- package/grids/lib/igc-grid-clipboard-event.d.ts +6 -0
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +32 -0
- package/grids/lib/igc-grid-edit-event-args.d.ts +36 -0
- package/grids/lib/igc-grid-form-group-created-event-args.d.ts +5 -0
- package/grids/lib/igc-grid-grouping-strategy.d.ts +12 -0
- package/grids/lib/igc-grid-keydown-event-args.d.ts +12 -0
- package/grids/lib/igc-grid-resource-strings.d.ts +3 -0
- package/grids/lib/igc-grid-selection-range.d.ts +14 -0
- package/grids/lib/igc-grid-sorting-strategy.d.ts +10 -0
- package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +21 -0
- package/grids/lib/igc-grid-validation-state.d.ts +5 -0
- package/grids/lib/igc-grid-validation-status-event-args.d.ts +5 -0
- package/grids/lib/igc-header-type.d.ts +11 -1
- package/grids/lib/igc-noop-filtering-strategy.d.ts +24 -0
- package/grids/lib/igc-noop-sorting-strategy.d.ts +27 -0
- package/grids/lib/igc-paginator-component.d.ts +1 -0
- package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +2 -2
- package/grids/lib/igc-pin-column-event-args.d.ts +1 -1
- package/grids/lib/igc-pin-row-event-args.d.ts +1 -0
- package/grids/lib/igc-pivot-configuration.d.ts +1 -8
- package/grids/lib/igc-row-data-event-args.d.ts +9 -0
- package/grids/lib/igc-row-drag-end-event-args.d.ts +4 -0
- package/grids/lib/igc-row-drag-start-event-args.d.ts +6 -0
- package/grids/lib/igc-row-island-component.d.ts +13 -5
- package/grids/lib/igc-row-selection-event-args.d.ts +16 -0
- package/grids/lib/igc-row-toggle-event-args.d.ts +11 -0
- package/grids/lib/igc-row-type.d.ts +75 -0
- package/grids/lib/igc-search-info.d.ts +23 -0
- package/grids/lib/igc-sorting-event-args.d.ts +16 -0
- package/grids/lib/igc-toggle-directive.d.ts +4 -4
- package/grids/lib/row-pinning-position.d.ts +5 -0
- package/grids/styles.css +1 -1
- package/grids/themes/_util.css +1 -0
- package/grids/themes/_variables.css +1 -0
- 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 +1 -1
- package/package.json +4 -4
|
@@ -4,15 +4,21 @@
|
|
|
4
4
|
/* jsonAPIPlainObject */
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
/** The event arguments when data from a grid is being copied. */
|
|
7
8
|
|
|
8
9
|
export declare class IgcGridClipboardEvent
|
|
9
10
|
{
|
|
10
11
|
|
|
11
12
|
|
|
13
|
+
/** `data` can be of any type and refers to the data that is being copied/stored to the clipboard */
|
|
12
14
|
public set data(value: any[]);
|
|
13
15
|
public get data(): any[];
|
|
14
16
|
|
|
15
17
|
|
|
18
|
+
/**
|
|
19
|
+
* `cancel` returns whether an external event has intercepted the copying
|
|
20
|
+
* If the value becomes "true", it returns/exits from the method, instantiating the interface
|
|
21
|
+
*/
|
|
16
22
|
public set cancel(value: boolean);
|
|
17
23
|
public get cancel(): boolean;
|
|
18
24
|
|
|
@@ -6,6 +6,7 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
/** Represents event arguments related to grid editing completion. */
|
|
9
10
|
|
|
10
11
|
export declare class IgcGridEditDoneEventArgs extends IgcBaseEventArgs
|
|
11
12
|
{
|
|
@@ -17,27 +18,58 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
17
18
|
public primaryKey: any;
|
|
18
19
|
|
|
19
20
|
// in a major version, remove the deprecated `rowID` and migrate to `key`
|
|
21
|
+
/** `cellID` is optional; specifies the cell the editing is being done on. */
|
|
20
22
|
public cellID?: { rowID: any; columnID: any; rowIndex: number; };
|
|
21
23
|
|
|
22
24
|
|
|
25
|
+
/**
|
|
26
|
+
* `rowData` represents the updated/committed data of the row after the edit (newValue)
|
|
27
|
+
* The only case rowData (of the current object) is used directly, is when there is no rowEditing or transactions enabled
|
|
28
|
+
*/
|
|
23
29
|
public rowData: any;
|
|
24
30
|
|
|
25
31
|
|
|
32
|
+
/**
|
|
33
|
+
* Represents the previous (before editing) value of the edited cell.
|
|
34
|
+
* It's used when the event has been stopped/exited.
|
|
35
|
+
*/
|
|
26
36
|
public oldValue: any;
|
|
27
37
|
|
|
28
38
|
|
|
39
|
+
/**
|
|
40
|
+
* Optional
|
|
41
|
+
* Represents the value, that is being entered in the edited cell
|
|
42
|
+
* When there is no `newValue` and the event has ended, the value of the cell returns to the `oldValue`
|
|
43
|
+
*/
|
|
29
44
|
public newValue?: any;
|
|
30
45
|
|
|
31
46
|
|
|
47
|
+
/**
|
|
48
|
+
* Optional
|
|
49
|
+
* Represents the column information of the edited cell
|
|
50
|
+
*/
|
|
32
51
|
public column?: IgcColumnComponent;
|
|
33
52
|
|
|
34
53
|
|
|
54
|
+
/**
|
|
55
|
+
* Optional
|
|
56
|
+
* Represents the grid instance that owns the edit event.
|
|
57
|
+
*/
|
|
35
58
|
public owner?: IgcGridBaseDirective;
|
|
36
59
|
|
|
37
60
|
|
|
61
|
+
/**
|
|
62
|
+
* Optional
|
|
63
|
+
* Indicates if the editing consists of adding a new row
|
|
64
|
+
*/
|
|
38
65
|
public isAddRow?: boolean;
|
|
39
66
|
|
|
40
67
|
|
|
68
|
+
/**
|
|
69
|
+
* Optional
|
|
70
|
+
* Indicates if the new value would be valid.
|
|
71
|
+
* It can be set to return the result of the methods for validation of the grid
|
|
72
|
+
*/
|
|
41
73
|
public valid?: boolean;
|
|
42
74
|
|
|
43
75
|
}
|
|
@@ -5,6 +5,11 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
/**
|
|
9
|
+
* Represents event arguments related to grid editing.
|
|
10
|
+
* The event is cancelable
|
|
11
|
+
* It contains information about the row and the column, as well as the old and nwe value of the element/cell
|
|
12
|
+
*/
|
|
8
13
|
|
|
9
14
|
export declare class IgcGridEditEventArgs
|
|
10
15
|
{
|
|
@@ -22,27 +27,58 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
22
27
|
public primaryKey: any;
|
|
23
28
|
|
|
24
29
|
// in a major version, remove the deprecated `rowID` and migrate to `key`
|
|
30
|
+
/** `cellID` is optional; specifies the cell the editing is being done on. */
|
|
25
31
|
public cellID?: { rowID: any; columnID: any; rowIndex: number; };
|
|
26
32
|
|
|
27
33
|
|
|
34
|
+
/**
|
|
35
|
+
* `rowData` represents the updated/committed data of the row after the edit (newValue)
|
|
36
|
+
* The only case rowData (of the current object) is used directly, is when there is no rowEditing or transactions enabled
|
|
37
|
+
*/
|
|
28
38
|
public rowData: any;
|
|
29
39
|
|
|
30
40
|
|
|
41
|
+
/**
|
|
42
|
+
* Represents the previous (before editing) value of the edited cell.
|
|
43
|
+
* It's used when the event has been stopped/exited.
|
|
44
|
+
*/
|
|
31
45
|
public oldValue: any;
|
|
32
46
|
|
|
33
47
|
|
|
48
|
+
/**
|
|
49
|
+
* Optional
|
|
50
|
+
* Represents the value, that is being entered in the edited cell
|
|
51
|
+
* When there is no `newValue` and the event has ended, the value of the cell returns to the `oldValue`
|
|
52
|
+
*/
|
|
34
53
|
public newValue?: any;
|
|
35
54
|
|
|
36
55
|
|
|
56
|
+
/**
|
|
57
|
+
* Optional
|
|
58
|
+
* Represents the column information of the edited cell
|
|
59
|
+
*/
|
|
37
60
|
public column?: IgcColumnComponent;
|
|
38
61
|
|
|
39
62
|
|
|
63
|
+
/**
|
|
64
|
+
* Optional
|
|
65
|
+
* Represents the grid instance that owns the edit event.
|
|
66
|
+
*/
|
|
40
67
|
public owner?: IgcGridBaseDirective;
|
|
41
68
|
|
|
42
69
|
|
|
70
|
+
/**
|
|
71
|
+
* Optional
|
|
72
|
+
* Indicates if the editing consists of adding a new row
|
|
73
|
+
*/
|
|
43
74
|
public isAddRow?: boolean;
|
|
44
75
|
|
|
45
76
|
|
|
77
|
+
/**
|
|
78
|
+
* Optional
|
|
79
|
+
* Indicates if the new value would be valid.
|
|
80
|
+
* It can be set to return the result of the methods for validation of the grid
|
|
81
|
+
*/
|
|
46
82
|
public valid?: boolean;
|
|
47
83
|
|
|
48
84
|
}
|
|
@@ -4,6 +4,11 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
/**
|
|
8
|
+
* Interface representing the event arguments when a form group is created in the grid.
|
|
9
|
+
* - formGroup: The form group that is created.
|
|
10
|
+
* - owner: The grid instance that owns the form group.
|
|
11
|
+
*/
|
|
7
12
|
|
|
8
13
|
export declare class IgcGridFormGroupCreatedEventArgs
|
|
9
14
|
{
|
|
@@ -7,12 +7,24 @@ import { IgcGroupByResult } from './igc-group-by-result';
|
|
|
7
7
|
/* jsonAPIPlainObject */
|
|
8
8
|
|
|
9
9
|
|
|
10
|
+
/**
|
|
11
|
+
* Represents a grouping strategy for the grid data, extending the Sorting Strategy interface (contains a sorting method).
|
|
12
|
+
*/
|
|
10
13
|
|
|
11
14
|
export declare class IgcGridGroupingStrategy extends IgcGridSortingStrategy
|
|
12
15
|
{
|
|
13
16
|
|
|
14
17
|
|
|
15
18
|
/* blazorCSSuppress */
|
|
19
|
+
/**
|
|
20
|
+
* The method groups the provided data based on the given grouping state and returns the result.
|
|
21
|
+
* `data`: The array of data to be grouped. Could be of any type.
|
|
22
|
+
* `state`: The grouping state that defines the grouping settings and expressions.
|
|
23
|
+
* `grid`: (Optional) The instance of the grid where the grouping is applied.
|
|
24
|
+
* `groupsRecords`: (Optional) An array that holds the records for each group.
|
|
25
|
+
* `fullResult`: (Optional) The complete result of grouping including groups and summary data.
|
|
26
|
+
* Returns an object containing the result of the grouping operation.
|
|
27
|
+
*/
|
|
16
28
|
public groupBy(data: any[], state: IgcGroupingState, grid?: any, groupsRecords?: any[], fullResult?: IgcGroupByResult): IgcGroupByResult;
|
|
17
29
|
|
|
18
30
|
}
|
|
@@ -5,21 +5,33 @@ import { GridKeydownTargetType } from './grid-keydown-target-type';
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
/**
|
|
9
|
+
* Represents an event, emitted when keydown is triggered over element inside grid's body
|
|
10
|
+
* This event is fired only if the key combination is supported in the grid.
|
|
11
|
+
*/
|
|
8
12
|
|
|
9
13
|
export declare class IgcGridKeydownEventArgs extends IgcBaseEventArgs
|
|
10
14
|
{
|
|
11
15
|
|
|
12
16
|
|
|
17
|
+
/** The `targetType` represents the type of the targeted object. For example a cell or a row */
|
|
13
18
|
public targetType: GridKeydownTargetType;
|
|
14
19
|
|
|
15
20
|
|
|
21
|
+
/** Represents the information and details of the object itself */
|
|
16
22
|
public target: any;
|
|
17
23
|
|
|
18
24
|
|
|
19
25
|
/* blazorCSSuppress */
|
|
26
|
+
/** Represents the original event, that occurred. */
|
|
20
27
|
public event: any;
|
|
21
28
|
|
|
22
29
|
|
|
30
|
+
/**
|
|
31
|
+
* The event is cancelable
|
|
32
|
+
* `cancel` returns whether the event has been intercepted and stopped
|
|
33
|
+
* If the value becomes "true", it returns/exits from the method, instantiating the interface
|
|
34
|
+
*/
|
|
23
35
|
public cancel: boolean;
|
|
24
36
|
|
|
25
37
|
}
|
|
@@ -6,25 +6,39 @@
|
|
|
6
6
|
|
|
7
7
|
/* tsPlainInterface */
|
|
8
8
|
/* marshalByValue */
|
|
9
|
+
/**
|
|
10
|
+
* Represents a range selection between certain rows and columns of the grid.
|
|
11
|
+
* Range selection can be made either through drag selection or through keyboard selection.
|
|
12
|
+
*/
|
|
9
13
|
|
|
10
14
|
export declare class IgcGridSelectionRange
|
|
11
15
|
{
|
|
12
16
|
|
|
13
17
|
|
|
18
|
+
/** The index of the starting row of the selection range. */
|
|
14
19
|
public set rowStart(value: number);
|
|
15
20
|
public get rowStart(): number;
|
|
16
21
|
|
|
17
22
|
|
|
23
|
+
/** The index of the ending row of the selection range. */
|
|
18
24
|
public set rowEnd(value: number);
|
|
19
25
|
public get rowEnd(): number;
|
|
20
26
|
|
|
21
27
|
|
|
22
28
|
/* blazorAlternateType: double */
|
|
29
|
+
/**
|
|
30
|
+
* The identifier or index of the starting column of the selection range.
|
|
31
|
+
* It can be either a string representing the column's field name or a numeric index.
|
|
32
|
+
*/
|
|
23
33
|
public set columnStart(value: string);
|
|
24
34
|
public get columnStart(): string;
|
|
25
35
|
|
|
26
36
|
|
|
27
37
|
/* blazorAlternateType: double */
|
|
38
|
+
/**
|
|
39
|
+
* The identifier or index of the ending column of the selection range.
|
|
40
|
+
* It can be either a string representing the column's field name or a numeric index.
|
|
41
|
+
*/
|
|
28
42
|
public set columnEnd(value: string);
|
|
29
43
|
public get columnEnd(): string;
|
|
30
44
|
|
|
@@ -6,12 +6,22 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
6
6
|
/* jsonAPIPlainObject */
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* Represents a sorting strategy for the grid data
|
|
11
|
+
* Contains a single method sort that sorts the provided data based on the given sorting expressions
|
|
12
|
+
*/
|
|
9
13
|
|
|
10
14
|
export declare class IgcGridSortingStrategy
|
|
11
15
|
{
|
|
12
16
|
|
|
13
17
|
|
|
14
18
|
/* blazorCSSuppress */
|
|
19
|
+
/**
|
|
20
|
+
* `data`: The array of data to be sorted. Could be of any type.
|
|
21
|
+
* `expressions`: An array of sorting expressions that define the sorting rules. The expression contains information like file name, whether the letter case should be taken into account, etc.
|
|
22
|
+
* `grid`: (Optional) The instance of the grid where the sorting is applied.
|
|
23
|
+
* Returns a new array with the data sorted according to the sorting expressions.
|
|
24
|
+
*/
|
|
15
25
|
public sort(data: any[], expressions: IgcSortingExpression[], grid?: IgcGridBaseDirective): any[];
|
|
16
26
|
|
|
17
27
|
}
|
|
@@ -9,20 +9,41 @@ import { IgcExporterOptionsBase } from './igc-exporter-options-base';
|
|
|
9
9
|
|
|
10
10
|
/* jsonAPIPlainObject */
|
|
11
11
|
/* tsPlainInterface */
|
|
12
|
+
/**
|
|
13
|
+
* Represents the arguments for the grid toolbar export event.
|
|
14
|
+
* It provides information about the grid instance, exporter service, export options,
|
|
15
|
+
* and allows the event to be canceled.
|
|
16
|
+
*/
|
|
12
17
|
|
|
13
18
|
export declare class IgcGridToolbarExportEventArgs extends IgcBaseEventArgs
|
|
14
19
|
{
|
|
15
20
|
|
|
16
21
|
|
|
22
|
+
/** `grid` represents a reference to the instance of the grid te event originated from */
|
|
17
23
|
public grid: IgcGridBaseDirective;
|
|
18
24
|
|
|
19
25
|
|
|
26
|
+
/**
|
|
27
|
+
* The `exporter` is a base service.
|
|
28
|
+
* The type (an abstract class `IgxBaseExporter`) has it's own properties and methods
|
|
29
|
+
* It is used to define the format and options of the export, the exported element
|
|
30
|
+
* and methods for preparing the data from the elements for exporting
|
|
31
|
+
*/
|
|
20
32
|
public exporter: IgcBaseExporter;
|
|
21
33
|
|
|
22
34
|
|
|
35
|
+
/**
|
|
36
|
+
* Represents the different settings, that can be given to an export
|
|
37
|
+
* The type (an abstract class `IgxExporterOptionsBase`) has properties for column settings
|
|
38
|
+
* (whether they should be ignored) as well as method for generating a file name
|
|
39
|
+
*/
|
|
23
40
|
public options: IgcExporterOptionsBase;
|
|
24
41
|
|
|
25
42
|
|
|
43
|
+
/**
|
|
44
|
+
* `cancel` returns whether the event has been intercepted and stopped
|
|
45
|
+
* If the value becomes "true", it returns/exits from the method, instantiating the interface
|
|
46
|
+
*/
|
|
26
47
|
public cancel: boolean;
|
|
27
48
|
|
|
28
49
|
}
|
|
@@ -6,6 +6,11 @@ import { IgcValidationErrors } from './igc-validation-errors';
|
|
|
6
6
|
/* jsonAPIPlainObject */
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* Interface representing the validation state of a grid.
|
|
11
|
+
* - status: The validation status ('VALID' or 'INVALID').
|
|
12
|
+
* - errors: The validation errors if any.
|
|
13
|
+
*/
|
|
9
14
|
|
|
10
15
|
export declare class IgcGridValidationState
|
|
11
16
|
{
|
|
@@ -5,6 +5,11 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
/**
|
|
9
|
+
* Interface representing the event arguments for the grid validation status change event.
|
|
10
|
+
* - status: The validation status ('VALID' or 'INVALID').
|
|
11
|
+
* - owner: The grid instance that owns the validation state.
|
|
12
|
+
*/
|
|
8
13
|
|
|
9
14
|
export declare class IgcGridValidationStatusEventArgs
|
|
10
15
|
{
|
|
@@ -4,14 +4,19 @@ import { DisplayDensity } from './display-density';
|
|
|
4
4
|
import { SortingDirection } from './sorting-direction';
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
/* jsonAPIPlainObject */
|
|
7
8
|
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
/**
|
|
11
|
+
* Interface representing a header cell in the grid. It is essentially the blueprint to a header cell object.
|
|
12
|
+
* Contains definitions of properties, relevant to the header
|
|
13
|
+
*/
|
|
10
14
|
|
|
11
15
|
export declare class IgcHeaderType
|
|
12
16
|
{
|
|
13
17
|
|
|
14
18
|
|
|
19
|
+
/** The column that the header cell represents. */
|
|
15
20
|
public set column(value: IgcColumnComponent);
|
|
16
21
|
public get column(): IgcColumnComponent;
|
|
17
22
|
|
|
@@ -20,22 +25,27 @@ import { SortingDirection } from './sorting-direction';
|
|
|
20
25
|
public get density(): DisplayDensity;
|
|
21
26
|
|
|
22
27
|
|
|
28
|
+
/** Indicates whether the column is currently sorted. */
|
|
23
29
|
public set sorted(value: boolean);
|
|
24
30
|
public get sorted(): boolean;
|
|
25
31
|
|
|
26
32
|
|
|
33
|
+
/** Indicates whether the cell can be selected */
|
|
27
34
|
public set selectable(value: boolean);
|
|
28
35
|
public get selectable(): boolean;
|
|
29
36
|
|
|
30
37
|
|
|
38
|
+
/** Indicates whether the cell is currently selected */
|
|
31
39
|
public set selected(value: boolean);
|
|
32
40
|
public get selected(): boolean;
|
|
33
41
|
|
|
34
42
|
|
|
43
|
+
/** Indicates whether the column header is a title cell. */
|
|
35
44
|
public set title(value: boolean);
|
|
36
45
|
public get title(): boolean;
|
|
37
46
|
|
|
38
47
|
|
|
48
|
+
/** Represents the sorting direction of the column (ascending, descending or none). */
|
|
39
49
|
public set sortDirection(value: SortingDirection);
|
|
40
50
|
public get sortDirection(): SortingDirection;
|
|
41
51
|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcBaseFilteringStrategy } from './igc-base-filtering-strategy';
|
|
3
|
+
import { IgcFilteringExpressionsTree } from './igc-filtering-expressions-tree';
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
/* csSuppress */
|
|
9
|
+
|
|
10
|
+
export declare class IgcNoopFilteringStrategy extends IgcBaseFilteringStrategy
|
|
11
|
+
{
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
public static instance(): void;
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
public filter(data: any[], _: IgcFilteringExpressionsTree, __?: IgcFilteringExpressionsTree): any[];
|
|
20
|
+
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
/* csSuppress */
|
|
7
|
+
/**
|
|
8
|
+
* Represents a class implementing the IGridSortingStrategy interface with a no-operation sorting strategy.
|
|
9
|
+
* It performs no sorting and returns the data as it is.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
export declare class IgcNoopSortingStrategy
|
|
13
|
+
{
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
public static instance(): IgcNoopSortingStrategy;
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/* csSuppress */
|
|
22
|
+
public sort(data: any[]): any[];
|
|
23
|
+
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
@@ -146,6 +146,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
146
146
|
public get isLastPageDisabled(): boolean;
|
|
147
147
|
|
|
148
148
|
|
|
149
|
+
|
|
149
150
|
/**
|
|
150
151
|
* Goes to the next page of the `IgxPaginatorComponent`, if the paginator is not already at the last page.
|
|
151
152
|
* ```typescript
|
|
@@ -8,7 +8,7 @@ import { IgcColumnComponent } from './igc-column-component';
|
|
|
8
8
|
* The event arguments before a column's pin state is changed.
|
|
9
9
|
* `insertAtIndex`specifies at which index in the pinned/unpinned area the column is inserted.
|
|
10
10
|
* Can be changed in the `columnPin` event.
|
|
11
|
-
* `isPinned` returns the actual pin state of the column. When pinning/unpinning is
|
|
11
|
+
* `isPinned` returns the actual pin state of the column. When pinning/unpinning is successful,
|
|
12
12
|
* the value of `isPinned` will change accordingly when read in the "-ing" and "-ed" event.
|
|
13
13
|
*/
|
|
14
14
|
|
|
@@ -28,7 +28,7 @@ import { IgcColumnComponent } from './igc-column-component';
|
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
30
|
* Returns the actual pin state of the column.
|
|
31
|
-
* If pinning/unpinning is
|
|
31
|
+
* If pinning/unpinning is successful, value of `isPinned` will change accordingly when read in the "-ing" and "-ed" event.
|
|
32
32
|
*/
|
|
33
33
|
public isPinned: boolean;
|
|
34
34
|
|
|
@@ -27,7 +27,7 @@ import { IgcColumnComponent } from './igc-column-component';
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* Returns the actual pin state of the column.
|
|
30
|
-
* If pinning/unpinning is
|
|
30
|
+
* If pinning/unpinning is successful, value of `isPinned` will change accordingly when read in the "-ing" and "-ed" event.
|
|
31
31
|
*/
|
|
32
32
|
public isPinned: boolean;
|
|
33
33
|
|
|
@@ -9,6 +9,7 @@ import { IgcPivotKeys } from './igc-pivot-keys';
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
/* marshalByValue */
|
|
12
|
+
/* tsPlainInterface */
|
|
12
13
|
/**
|
|
13
14
|
* Configuration of the pivot grid.
|
|
14
15
|
*/
|
|
@@ -25,29 +26,21 @@ import { IgcPivotKeys } from './igc-pivot-keys';
|
|
|
25
26
|
public columnStrategy?: IgcPivotDimensionStrategy;
|
|
26
27
|
|
|
27
28
|
|
|
28
|
-
/* blazorTreatAsCollection */
|
|
29
|
-
/* blazorCollectionName: PivotDimensionCollection */
|
|
30
29
|
/** A list of the rows. */
|
|
31
30
|
public set rows(value: IgcPivotDimension[]);
|
|
32
31
|
public get rows(): IgcPivotDimension[];
|
|
33
32
|
|
|
34
33
|
|
|
35
|
-
/* blazorTreatAsCollection */
|
|
36
|
-
/* blazorCollectionName: PivotDimensionCollection */
|
|
37
34
|
/** A list of the columns. */
|
|
38
35
|
public set columns(value: IgcPivotDimension[]);
|
|
39
36
|
public get columns(): IgcPivotDimension[];
|
|
40
37
|
|
|
41
38
|
|
|
42
|
-
/* blazorTreatAsCollection */
|
|
43
|
-
/* blazorCollectionName: PivotValueCollection */
|
|
44
39
|
/** A list of the values. */
|
|
45
40
|
public set values(value: IgcPivotValue[]);
|
|
46
41
|
public get values(): IgcPivotValue[];
|
|
47
42
|
|
|
48
43
|
|
|
49
|
-
/* blazorTreatAsCollection */
|
|
50
|
-
/* blazorCollectionName: PivotDimensionCollection */
|
|
51
44
|
/** Dimensions to be displayed in the filter area. */
|
|
52
45
|
public filters?: IgcPivotDimension[];
|
|
53
46
|
|
|
@@ -4,6 +4,11 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
/**
|
|
8
|
+
* Represents event arguments related to events, that can occur for rows in a grid
|
|
9
|
+
* Example for events: adding, deleting, selection, transaction, etc.
|
|
10
|
+
*/
|
|
11
|
+
|
|
7
12
|
export declare class IgcRowDataEventArgs extends IgcBaseEventArgs
|
|
8
13
|
{
|
|
9
14
|
|
|
@@ -11,6 +16,10 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
|
11
16
|
public data: any;
|
|
12
17
|
|
|
13
18
|
|
|
19
|
+
/**
|
|
20
|
+
* Represents the unique key, the row can be associated with.
|
|
21
|
+
* Available if `primaryKey` exists
|
|
22
|
+
*/
|
|
14
23
|
public primaryKey: any;
|
|
15
24
|
|
|
16
25
|
}
|
|
@@ -5,17 +5,21 @@ import { IgcRowType } from './igc-row-type';
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
/** Emitted when a dragging operation is finished (when the row is dropped) */
|
|
8
9
|
|
|
9
10
|
export declare class IgcRowDragEndEventArgs extends IgcBaseEventArgs
|
|
10
11
|
{
|
|
11
12
|
|
|
12
13
|
|
|
14
|
+
/** Represents the drag directive or information associated with the drag operation */
|
|
13
15
|
public dragDirective: any;
|
|
14
16
|
|
|
15
17
|
|
|
18
|
+
/** Represents the information of the row that is being dragged. */
|
|
16
19
|
public dragData: IgcRowType;
|
|
17
20
|
|
|
18
21
|
|
|
22
|
+
/** `animation` returns whether the event is animated */
|
|
19
23
|
public animation: boolean;
|
|
20
24
|
|
|
21
25
|
}
|
|
@@ -4,14 +4,20 @@ import { IgcRowType } from './igc-row-type';
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
/**
|
|
8
|
+
* Emitted when a dragging operation is starting (when the row is "picked")
|
|
9
|
+
* The event is cancelable
|
|
10
|
+
*/
|
|
7
11
|
|
|
8
12
|
export declare class IgcRowDragStartEventArgs
|
|
9
13
|
{
|
|
10
14
|
|
|
11
15
|
|
|
16
|
+
/** Represents the drag directive or information associated with the drag operation */
|
|
12
17
|
public dragDirective: any;
|
|
13
18
|
|
|
14
19
|
|
|
20
|
+
/** Represents the information of the row that is being dragged. */
|
|
15
21
|
public dragData: IgcRowType;
|
|
16
22
|
|
|
17
23
|
|