igniteui-webcomponents-grids 4.7.0 → 4.7.2-beta.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 +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 +27166 -27890
- 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 +1 -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-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-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 +1 -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 +1 -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 +1 -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
package/grids/index.d.ts
CHANGED
|
@@ -28,6 +28,8 @@ export * from './lib/igc-cancelable-event-args'
|
|
|
28
28
|
export * from './lib/igc-cell-position'
|
|
29
29
|
export * from './lib/igc-cell-template-context'
|
|
30
30
|
export * from './lib/igc-cell-type'
|
|
31
|
+
export * from './lib/igc-child-grid-row-component'
|
|
32
|
+
export * from './lib/igc-clipboard-options'
|
|
31
33
|
export * from './lib/igc-column-component'
|
|
32
34
|
export * from './lib/igc-column-exporting-event-args'
|
|
33
35
|
export * from './lib/igc-column-group-component'
|
|
@@ -51,7 +53,7 @@ export * from './lib/igc-date-time-filtering-operand'
|
|
|
51
53
|
export * from './lib/igc-density-changed-event-args'
|
|
52
54
|
export * from './lib/igc-dimensions-change'
|
|
53
55
|
export * from './lib/igc-display-density-base'
|
|
54
|
-
export * from './lib/igc-exporter-event'
|
|
56
|
+
export * from './lib/igc-exporter-event-args'
|
|
55
57
|
export * from './lib/igc-exporter-options-base'
|
|
56
58
|
export * from './lib/igc-expression-tree'
|
|
57
59
|
export * from './lib/igc-field-pipe-args'
|
|
@@ -69,6 +71,7 @@ export * from './lib/igc-grid-base-directive'
|
|
|
69
71
|
export * from './lib/igc-grid-cell-event-args'
|
|
70
72
|
export * from './lib/igc-grid-clipboard-event'
|
|
71
73
|
export * from './lib/igc-grid-component'
|
|
74
|
+
export * from './lib/igc-grid-created-event-args'
|
|
72
75
|
export * from './lib/igc-grid-edit-done-event-args'
|
|
73
76
|
export * from './lib/igc-grid-edit-event-args'
|
|
74
77
|
export * from './lib/igc-grid-editing-actions-component'
|
|
@@ -104,6 +107,7 @@ export * from './lib/igc-grid-toolbar-export-event-args'
|
|
|
104
107
|
export * from './lib/igc-grid-toolbar-exporter-component'
|
|
105
108
|
export * from './lib/igc-grid-toolbar-hiding-component'
|
|
106
109
|
export * from './lib/igc-grid-toolbar-pinning-component'
|
|
110
|
+
export * from './lib/igc-grid-toolbar-template-context'
|
|
107
111
|
export * from './lib/igc-grid-toolbar-title-component'
|
|
108
112
|
export * from './lib/igc-grid-validation-state'
|
|
109
113
|
export * from './lib/igc-grid-validation-status-event-args'
|
|
@@ -121,6 +125,9 @@ export * from './lib/igc-grouping-state'
|
|
|
121
125
|
export * from './lib/igc-head-selector-template-context'
|
|
122
126
|
export * from './lib/igc-head-selector-template-details'
|
|
123
127
|
export * from './lib/igc-header-type'
|
|
128
|
+
export * from './lib/igc-hierarchical-grid-base-directive'
|
|
129
|
+
export * from './lib/igc-hierarchical-grid-component'
|
|
130
|
+
export * from './lib/igc-noop-pivot-dimensions-strategy'
|
|
124
131
|
export * from './lib/igc-number-filtering-operand'
|
|
125
132
|
export * from './lib/igc-number-summary-operand'
|
|
126
133
|
export * from './lib/igc-overlay-outlet-directive'
|
|
@@ -155,6 +162,7 @@ export * from './lib/igc-row-directive'
|
|
|
155
162
|
export * from './lib/igc-row-drag-end-event-args'
|
|
156
163
|
export * from './lib/igc-row-drag-start-event-args'
|
|
157
164
|
export * from './lib/igc-row-exporting-event-args'
|
|
165
|
+
export * from './lib/igc-row-island-component'
|
|
158
166
|
export * from './lib/igc-row-selection-event-args'
|
|
159
167
|
export * from './lib/igc-row-selector-template-context'
|
|
160
168
|
export * from './lib/igc-row-selector-template-details'
|
|
@@ -8,10 +8,13 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
/* blazorElement */
|
|
11
|
-
/* contentParent: GridBaseDirective */
|
|
12
11
|
/* jsonAPIManageItemInMarkup */
|
|
13
12
|
/* wcElementTag: igc-action-strip */
|
|
14
13
|
/* blazorIndirectRender */
|
|
14
|
+
/* singleInstanceIdentifier */
|
|
15
|
+
/* contentParent: GridBaseDirective */
|
|
16
|
+
/* contentParent: RowIsland */
|
|
17
|
+
/* contentParent: HierarchicalGrid */
|
|
15
18
|
/**
|
|
16
19
|
* Action Strip provides templatable area for one or more actions.
|
|
17
20
|
*
|
|
@@ -40,20 +43,6 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
|
|
|
40
43
|
{
|
|
41
44
|
|
|
42
45
|
|
|
43
|
-
/**
|
|
44
|
-
* Sets the context of an action strip.
|
|
45
|
-
* The context should be an instance of a @Component, that has element property.
|
|
46
|
-
* This element will be the placeholder of the action strip.
|
|
47
|
-
*
|
|
48
|
-
* @example
|
|
49
|
-
* ```html
|
|
50
|
-
* <igx-action-strip [context]="cell"></igx-action-strip>
|
|
51
|
-
* ```
|
|
52
|
-
*/
|
|
53
|
-
public set context(value: any);
|
|
54
|
-
public get context(): any;
|
|
55
|
-
|
|
56
|
-
|
|
57
46
|
|
|
58
47
|
|
|
59
48
|
/* blazorInclude */
|
|
@@ -10,19 +10,16 @@ import { GridKeydownTargetType } from './grid-keydown-target-type';
|
|
|
10
10
|
{
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
public
|
|
14
|
-
public get row(): number;
|
|
13
|
+
public row: number;
|
|
15
14
|
|
|
16
15
|
|
|
17
|
-
public
|
|
18
|
-
public get column(): number;
|
|
16
|
+
public column: number;
|
|
19
17
|
|
|
20
18
|
|
|
21
19
|
public level?: number;
|
|
22
20
|
|
|
23
21
|
|
|
24
|
-
public
|
|
25
|
-
public get tag(): GridKeydownTargetType;
|
|
22
|
+
public tag: GridKeydownTargetType;
|
|
26
23
|
|
|
27
24
|
}
|
|
28
25
|
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcRowIslandComponent } from './igc-row-island-component';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export declare class IgcChildGridRowComponent
|
|
9
|
+
{
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
public set layout(value: IgcRowIslandComponent);
|
|
13
|
+
public get layout(): IgcRowIslandComponent;
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* The data passed to the row component.
|
|
19
|
+
*
|
|
20
|
+
* ```typescript
|
|
21
|
+
* // get the row data for the first selected row
|
|
22
|
+
* let selectedRowData = this.grid.selectedRows[0].data;
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
public set data(value: any);
|
|
26
|
+
public get data(): any;
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* The index of the row.
|
|
31
|
+
*
|
|
32
|
+
* ```typescript
|
|
33
|
+
* // get the index of the second selected row
|
|
34
|
+
* let selectedRowIndex = this.grid.selectedRows[1].index;
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
public set index(value: number);
|
|
38
|
+
public get index(): number;
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
public get level(): number;
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* Returns whether the row is expanded.
|
|
48
|
+
* ```typescript
|
|
49
|
+
* const RowExpanded = this.grid1.rowList.first.expanded;
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
public set expanded(value: boolean);
|
|
53
|
+
public get expanded(): boolean;
|
|
54
|
+
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
/* jsonAPIPlainObject */
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* An interface describing settings for clipboard options
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
export declare class IgcClipboardOptions
|
|
12
|
+
{
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Enables/disables the copy behavior
|
|
17
|
+
*/
|
|
18
|
+
public set enabled(value: boolean);
|
|
19
|
+
public get enabled(): boolean;
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Include the columns headers in the clipboard output.
|
|
24
|
+
*/
|
|
25
|
+
public set copyHeaders(value: boolean);
|
|
26
|
+
public get copyHeaders(): boolean;
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Apply the columns formatters (if any) on the data in the clipboard output.
|
|
31
|
+
*/
|
|
32
|
+
public set copyFormatters(value: boolean);
|
|
33
|
+
public get copyFormatters(): boolean;
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* The separator used for formatting the copy output. Defaults to `\t`.
|
|
38
|
+
*/
|
|
39
|
+
public set separator(value: string);
|
|
40
|
+
public get separator(): string;
|
|
41
|
+
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
@@ -20,6 +20,7 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
20
20
|
/* blazorElement */
|
|
21
21
|
/* contentParent: ColumnGroup */
|
|
22
22
|
/* wcElementTag: igc-column */
|
|
23
|
+
/* additionalIdentifier: Field */
|
|
23
24
|
/* blazorIndirectRender */
|
|
24
25
|
/**
|
|
25
26
|
* **Ignite UI for Angular Column** -
|
|
@@ -463,6 +464,7 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
463
464
|
|
|
464
465
|
/* blazorAlternateType: SummaryValueFormatterEventHandler */
|
|
465
466
|
/* blazorOnlyScript */
|
|
467
|
+
/* forceCastDelegate */
|
|
466
468
|
/**
|
|
467
469
|
* The summaryFormatter is used to format the display of the column summaries.
|
|
468
470
|
*
|
|
@@ -896,7 +898,7 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
896
898
|
|
|
897
899
|
|
|
898
900
|
|
|
899
|
-
/* mustSetInCodePlatforms: WebComponents;Blazor */
|
|
901
|
+
/* mustSetInCodePlatforms: WebComponents;Blazor;React */
|
|
900
902
|
/**
|
|
901
903
|
* @remarks
|
|
902
904
|
* Pass optional parameters for DatePipe and/or DecimalPipe to format the display value for date and numeric columns.
|
|
@@ -948,6 +950,18 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
948
950
|
public set parent(value: any);
|
|
949
951
|
public get parent(): any;
|
|
950
952
|
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
/**
|
|
956
|
+
* Gets the children columns array.
|
|
957
|
+
* ```typescript
|
|
958
|
+
* let columnChildren = this.column.columnChildren;
|
|
959
|
+
* ```
|
|
960
|
+
* @memberof IgxColumnComponent
|
|
961
|
+
*/
|
|
962
|
+
public set columnChildren(value: IgcColumnComponent[]);
|
|
963
|
+
public get columnChildren(): IgcColumnComponent[];
|
|
964
|
+
|
|
951
965
|
|
|
952
966
|
|
|
953
967
|
/**
|
|
@@ -21,40 +21,35 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
|
21
21
|
/**
|
|
22
22
|
* Contains the exporting column header
|
|
23
23
|
*/
|
|
24
|
-
public
|
|
25
|
-
public get header(): string;
|
|
24
|
+
public header: string;
|
|
26
25
|
|
|
27
26
|
|
|
28
27
|
|
|
29
28
|
/**
|
|
30
29
|
* Contains the exporting column field name
|
|
31
30
|
*/
|
|
32
|
-
public
|
|
33
|
-
public get field(): string;
|
|
31
|
+
public field: string;
|
|
34
32
|
|
|
35
33
|
|
|
36
34
|
|
|
37
35
|
/**
|
|
38
36
|
* Contains the exporting column index
|
|
39
37
|
*/
|
|
40
|
-
public
|
|
41
|
-
public get columnIndex(): number;
|
|
38
|
+
public columnIndex: number;
|
|
42
39
|
|
|
43
40
|
|
|
44
41
|
|
|
45
42
|
/**
|
|
46
43
|
* Skip the exporting column when set to true
|
|
47
44
|
*/
|
|
48
|
-
public
|
|
49
|
-
public get cancel(): boolean;
|
|
45
|
+
public cancel: boolean;
|
|
50
46
|
|
|
51
47
|
|
|
52
48
|
|
|
53
49
|
/**
|
|
54
50
|
* Export the column's data without applying its formatter, when set to true
|
|
55
51
|
*/
|
|
56
|
-
public
|
|
57
|
-
public get skipFormatter(): boolean;
|
|
52
|
+
public skipFormatter: boolean;
|
|
58
53
|
|
|
59
54
|
|
|
60
55
|
|
|
@@ -8,6 +8,7 @@ import { IgcColumnGroupComponent } from './igc-column-group-component';
|
|
|
8
8
|
/* blazorElement */
|
|
9
9
|
/* omitModule */
|
|
10
10
|
/* wcElementTag: igc-column-layout */
|
|
11
|
+
/* additionalIdentifier: Children.Field */
|
|
11
12
|
/* jsonAPIManageCollectionInMarkup */
|
|
12
13
|
/**
|
|
13
14
|
* Column layout for declaration of Multi-row Layout
|
|
@@ -10,16 +10,13 @@ import { IgcColumnComponent } from './igc-column-component';
|
|
|
10
10
|
{
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
public
|
|
14
|
-
public get source(): IgcColumnComponent;
|
|
13
|
+
public source: IgcColumnComponent;
|
|
15
14
|
|
|
16
15
|
|
|
17
|
-
public
|
|
18
|
-
public get target(): IgcColumnComponent;
|
|
16
|
+
public target: IgcColumnComponent;
|
|
19
17
|
|
|
20
18
|
|
|
21
|
-
public
|
|
22
|
-
public get cancel(): boolean;
|
|
19
|
+
public cancel: boolean;
|
|
23
20
|
|
|
24
21
|
}
|
|
25
22
|
|
|
@@ -10,12 +10,10 @@ import { IgcColumnComponent } from './igc-column-component';
|
|
|
10
10
|
{
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
public
|
|
14
|
-
public get source(): IgcColumnComponent;
|
|
13
|
+
public source: IgcColumnComponent;
|
|
15
14
|
|
|
16
15
|
|
|
17
|
-
public
|
|
18
|
-
public get cancel(): boolean;
|
|
16
|
+
public cancel: boolean;
|
|
19
17
|
|
|
20
18
|
}
|
|
21
19
|
|
|
@@ -10,16 +10,13 @@ import { IgcColumnComponent } from './igc-column-component';
|
|
|
10
10
|
{
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
public
|
|
14
|
-
public get column(): IgcColumnComponent;
|
|
13
|
+
public column: IgcColumnComponent;
|
|
15
14
|
|
|
16
15
|
|
|
17
|
-
public
|
|
18
|
-
public get prevWidth(): string;
|
|
16
|
+
public prevWidth: string;
|
|
19
17
|
|
|
20
18
|
|
|
21
|
-
public
|
|
22
|
-
public get newWidth(): string;
|
|
19
|
+
public newWidth: string;
|
|
23
20
|
|
|
24
21
|
}
|
|
25
22
|
|
|
@@ -8,27 +8,22 @@
|
|
|
8
8
|
{
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
public
|
|
12
|
-
public get oldSelection(): string[];
|
|
11
|
+
public oldSelection: string[];
|
|
13
12
|
|
|
14
13
|
|
|
15
|
-
public
|
|
16
|
-
public get newSelection(): string[];
|
|
14
|
+
public newSelection: string[];
|
|
17
15
|
|
|
18
16
|
|
|
19
|
-
public
|
|
20
|
-
public get added(): string[];
|
|
17
|
+
public added: string[];
|
|
21
18
|
|
|
22
19
|
|
|
23
|
-
public
|
|
24
|
-
public get removed(): string[];
|
|
20
|
+
public removed: string[];
|
|
25
21
|
|
|
26
22
|
|
|
27
23
|
/**
|
|
28
24
|
* Provides the ability to cancel the event.
|
|
29
25
|
*/
|
|
30
|
-
public
|
|
31
|
-
public get cancel(): boolean;
|
|
26
|
+
public cancel: boolean;
|
|
32
27
|
|
|
33
28
|
|
|
34
29
|
/**
|
|
@@ -15,13 +15,11 @@ import { IgcColumnComponent } from './igc-column-component';
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
/** The column that is toggled. */
|
|
18
|
-
public
|
|
19
|
-
public get column(): IgcColumnComponent;
|
|
18
|
+
public column: IgcColumnComponent;
|
|
20
19
|
|
|
21
20
|
|
|
22
21
|
/** The checked state after the action. */
|
|
23
|
-
public
|
|
24
|
-
public get checked(): boolean;
|
|
22
|
+
public checked: boolean;
|
|
25
23
|
|
|
26
24
|
}
|
|
27
25
|
|
|
@@ -9,16 +9,14 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
|
9
9
|
{
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
public
|
|
13
|
-
public get column(): any;
|
|
12
|
+
public column: any;
|
|
14
13
|
|
|
15
14
|
|
|
16
15
|
/**
|
|
17
16
|
* The new hidden state that the column will have, if operation is succesfull.
|
|
18
17
|
* Will be `true` when hiding and `false` when showing.
|
|
19
18
|
*/
|
|
20
|
-
public
|
|
21
|
-
public get newValue(): boolean;
|
|
19
|
+
public newValue: boolean;
|
|
22
20
|
|
|
23
21
|
}
|
|
24
22
|
|
|
@@ -8,23 +8,20 @@
|
|
|
8
8
|
{
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
public
|
|
12
|
-
public get column(): any;
|
|
11
|
+
public column: any;
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
/**
|
|
16
15
|
* The new hidden state that the column will have, if operation is succesfull.
|
|
17
16
|
* Will be `true` when hiding and `false` when showing.
|
|
18
17
|
*/
|
|
19
|
-
public
|
|
20
|
-
public get newValue(): boolean;
|
|
18
|
+
public newValue: boolean;
|
|
21
19
|
|
|
22
20
|
|
|
23
21
|
/**
|
|
24
22
|
* Provides the ability to cancel the event.
|
|
25
23
|
*/
|
|
26
|
-
public
|
|
27
|
-
public get cancel(): boolean;
|
|
24
|
+
public cancel: boolean;
|
|
28
25
|
|
|
29
26
|
}
|
|
30
27
|
|
|
@@ -10,12 +10,10 @@ import { DisplayDensity } from './display-density';
|
|
|
10
10
|
{
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
public
|
|
14
|
-
public get oldDensity(): DisplayDensity;
|
|
13
|
+
public oldDensity: DisplayDensity;
|
|
15
14
|
|
|
16
15
|
|
|
17
|
-
public
|
|
18
|
-
public get newDensity(): DisplayDensity;
|
|
16
|
+
public newDensity: DisplayDensity;
|
|
19
17
|
|
|
20
18
|
}
|
|
21
19
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
import {
|
|
2
|
+
import { IgcFilteringExpression } from './igc-filtering-expression';
|
|
3
|
+
import { FilteringLogic } from './filtering-logic';
|
|
3
4
|
|
|
4
5
|
|
|
5
6
|
/* jsonAPIPlainObject */
|
|
@@ -10,8 +11,8 @@ import { FilteringLogic } from './filtering-logic';
|
|
|
10
11
|
{
|
|
11
12
|
|
|
12
13
|
|
|
13
|
-
public set filteringOperands(value: (
|
|
14
|
-
public get filteringOperands(): (
|
|
14
|
+
public set filteringOperands(value: (IgcExpressionTree | IgcFilteringExpression)[]);
|
|
15
|
+
public get filteringOperands(): (IgcExpressionTree | IgcFilteringExpression)[];
|
|
15
16
|
|
|
16
17
|
|
|
17
18
|
public set operator(value: FilteringLogic);
|
|
@@ -9,8 +9,7 @@ import { IgcFilteringExpressionsTree } from './igc-filtering-expressions-tree';
|
|
|
9
9
|
{
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
public
|
|
13
|
-
public get filteringExpressions(): IgcFilteringExpressionsTree;
|
|
12
|
+
public filteringExpressions: IgcFilteringExpressionsTree;
|
|
14
13
|
|
|
15
14
|
|
|
16
15
|
/**
|
|
@@ -22,8 +21,7 @@ import { IgcFilteringExpressionsTree } from './igc-filtering-expressions-tree';
|
|
|
22
21
|
/**
|
|
23
22
|
* Provides the ability to cancel the event.
|
|
24
23
|
*/
|
|
25
|
-
public
|
|
26
|
-
public get cancel(): boolean;
|
|
24
|
+
public cancel: boolean;
|
|
27
25
|
|
|
28
26
|
}
|
|
29
27
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
import { FilteringExpressionsTreeType } from './filtering-expressions-tree-type';
|
|
3
|
-
import { FilteringLogic } from './filtering-logic';
|
|
4
2
|
import { IgcFilteringExpression } from './igc-filtering-expression';
|
|
5
|
-
|
|
3
|
+
import { FilteringExpressionsTreeType } from './filtering-expressions-tree-type';
|
|
4
|
+
import { FilteringLogic } from './filtering-logic';
|
|
5
|
+
|
|
6
6
|
|
|
7
7
|
/* jsonAPIPlainObject */
|
|
8
8
|
|
|
@@ -35,6 +35,7 @@ import { IgcGridSelectionRange } from './igc-grid-selection-range';
|
|
|
35
35
|
import { IgcForOfDataChangingEventArgs } from './igc-for-of-data-changing-event-args';
|
|
36
36
|
import { IgcRenderFunction } from './common';
|
|
37
37
|
import { IgcDataCloneStrategy } from './igc-data-clone-strategy';
|
|
38
|
+
import { IgcClipboardOptions } from './igc-clipboard-options';
|
|
38
39
|
import { IgcActionStripComponent } from './igc-action-strip-component';
|
|
39
40
|
import { IgcGridRowDragGhostContext } from './igc-grid-row-drag-ghost-context';
|
|
40
41
|
import { IgcGridRowEditTextTemplateContext } from './igc-grid-row-edit-text-template-context';
|
|
@@ -202,8 +203,8 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
202
203
|
/**
|
|
203
204
|
* Controls the copy behavior of the grid.
|
|
204
205
|
*/
|
|
205
|
-
public set clipboardOptions(value:
|
|
206
|
-
public get clipboardOptions():
|
|
206
|
+
public set clipboardOptions(value: IgcClipboardOptions);
|
|
207
|
+
public get clipboardOptions(): IgcClipboardOptions;
|
|
207
208
|
|
|
208
209
|
|
|
209
210
|
|
|
@@ -264,6 +265,19 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
264
265
|
|
|
265
266
|
|
|
266
267
|
|
|
268
|
+
/* contentChildren */
|
|
269
|
+
/* blazorInclude */
|
|
270
|
+
/* blazorTreatAsCollection */
|
|
271
|
+
/* blazorCollectionName: ColumnCollection */
|
|
272
|
+
/* ngQueryListName: columnList */
|
|
273
|
+
/**
|
|
274
|
+
* @hidden @internal
|
|
275
|
+
*/
|
|
276
|
+
public set columnList(value: IgcColumnComponent[]);
|
|
277
|
+
public get columnList(): IgcColumnComponent[];
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
267
281
|
/* contentChildren */
|
|
268
282
|
/* blazorInclude */
|
|
269
283
|
/* blazorTreatAsCollection */
|
|
@@ -1006,16 +1020,12 @@ public set selectedRows(value: any[]);
|
|
|
1006
1020
|
|
|
1007
1021
|
|
|
1008
1022
|
|
|
1009
|
-
/* ngQueryListName: columnList */
|
|
1010
|
-
/* blazorTreatAsCollection */
|
|
1011
|
-
/* blazorCollectionName: ColumnCollection */
|
|
1012
|
-
/* reactContentChildren */
|
|
1013
1023
|
/**
|
|
1014
1024
|
* Gets an array of `IgxColumnComponent`s.
|
|
1015
1025
|
*
|
|
1016
1026
|
* @example
|
|
1017
1027
|
* ```typescript
|
|
1018
|
-
* const
|
|
1028
|
+
* const columns = this.grid.columns.
|
|
1019
1029
|
* ```
|
|
1020
1030
|
*/
|
|
1021
1031
|
public set columns(value: IgcColumnComponent[]);
|