igniteui-webcomponents-grids 4.8.1 → 5.0.0-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 +1078 -600
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +171 -0
- package/esm2015/lib/CheckboxListExternal.js +11 -0
- package/esm2015/lib/CheckboxListViewExternal.js +11 -0
- package/esm2015/lib/CheckboxListView_combined.js +554 -441
- package/esm2015/lib/CheckedChangedEventArgs.js +3 -2
- package/esm2015/lib/ColumnChooserView_combined.js +15 -15
- package/esm2015/lib/ColumnFilterCondition_combined.js +8 -8
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnGroupingVisualModelExport.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +12 -12
- package/esm2015/lib/DateEditorView.js +12 -12
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/ISummaryChooserView_combined.js +17 -17
- package/esm2015/lib/NativeUIGridFactory.js +66 -0
- package/esm2015/lib/PagerVisualModelExport.js +4 -4
- package/esm2015/lib/igc-checkbox-list-component.js +159 -93
- package/esm2015/lib/igc-checkbox-list-module.js +3 -0
- package/esm2015/lib/igc-checked-changed-event-args.js +14 -4
- package/esm2015/public_api.js +5 -0
- package/esm5/lib/CheckboxListBridge.js +173 -0
- package/esm5/lib/CheckboxListExternal.js +11 -0
- package/esm5/lib/CheckboxListViewExternal.js +11 -0
- package/esm5/lib/CheckboxListView_combined.js +541 -422
- package/esm5/lib/CheckedChangedEventArgs.js +3 -2
- package/esm5/lib/ColumnChooserView_combined.js +15 -15
- package/esm5/lib/ColumnFilterCondition_combined.js +8 -8
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnGroupingVisualModelExport.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +12 -12
- package/esm5/lib/DateEditorView.js +12 -12
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/ISummaryChooserView_combined.js +17 -17
- package/esm5/lib/NativeUIGridFactory.js +76 -0
- package/esm5/lib/PagerVisualModelExport.js +4 -4
- package/esm5/lib/igc-checkbox-list-component.js +173 -93
- package/esm5/lib/igc-checkbox-list-module.js +3 -0
- package/esm5/lib/igc-checked-changed-event-args.js +17 -3
- package/esm5/public_api.js +5 -0
- package/fesm2015/igniteui-webcomponents-grids.js +1065 -623
- package/fesm5/igniteui-webcomponents-grids.js +1077 -603
- package/grids/combined.js +36783 -38660
- package/grids/index.d.ts +8 -8
- package/grids/lib/igc-action-strip-component.d.ts +4 -4
- package/grids/lib/igc-action-strip-token.d.ts +16 -0
- package/grids/lib/igc-base-exporter.d.ts +0 -4
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +1 -1
- package/grids/lib/igc-base-toolbar-directive.d.ts +0 -8
- package/grids/lib/igc-column-component.d.ts +15 -101
- package/grids/lib/igc-column-group-component.d.ts +94 -1
- package/grids/lib/igc-column-layout-component.d.ts +11 -0
- package/grids/lib/igc-column-pipe-args.d.ts +1 -0
- package/grids/lib/igc-column-resize-event-args.d.ts +1 -0
- package/grids/lib/igc-column-state.d.ts +0 -4
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +2 -0
- package/grids/lib/igc-for-of-data-changing-event-args.d.ts +4 -0
- package/grids/lib/igc-grid-base-directive.d.ts +34 -21
- package/grids/lib/igc-grid-component.d.ts +1 -1
- package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +11 -3
- package/grids/lib/igc-grid-edit-event-args.d.ts +12 -3
- package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-resource-strings.d.ts +0 -3
- package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -8
- package/grids/lib/igc-grid-toolbar-component.d.ts +3 -2
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +5 -10
- package/grids/lib/igc-header-type.d.ts +0 -5
- package/grids/lib/igc-hierarchical-grid-component.d.ts +2 -2
- package/grids/lib/igc-paginator-component.d.ts +6 -22
- package/grids/lib/igc-pin-row-event-args.d.ts +5 -1
- package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
- package/grids/lib/igc-pivot-configuration.d.ts +0 -1
- package/grids/lib/igc-pivot-data-selector-component.d.ts +2 -1
- package/grids/lib/igc-pivot-date-dimension.d.ts +3 -0
- package/grids/lib/igc-pivot-dimension.d.ts +12 -1
- package/grids/lib/igc-pivot-grid-component.d.ts +29 -19
- package/grids/lib/igc-pivot-grid-record.d.ts +8 -0
- package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
- package/grids/lib/igc-pivot-value.d.ts +0 -2
- package/grids/lib/igc-position-settings.d.ts +1 -10
- package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
- package/grids/lib/igc-row-data-event-args.d.ts +10 -0
- package/grids/lib/igc-row-directive.d.ts +0 -5
- package/grids/lib/igc-row-island-component.d.ts +50 -146
- package/grids/lib/igc-row-toggle-event-args.d.ts +7 -1
- package/grids/lib/igc-sorting-options.d.ts +0 -1
- package/grids/lib/igc-tree-grid-component.d.ts +15 -18
- package/grids/lib/pivot-row-layout-type.d.ts +3 -0
- package/grids/lib/pivot-summary-position.d.ts +3 -0
- 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/CheckboxListBridge.d.ts +29 -0
- package/lib/CheckboxListExternal.d.ts +29 -0
- package/lib/CheckboxListViewExternal.d.ts +16 -0
- package/lib/CheckboxListView_combined.d.ts +130 -121
- package/lib/CheckedChangedEventArgs.d.ts +3 -2
- package/lib/ColumnFilterCondition_combined.d.ts +1 -1
- package/lib/DateEditorView.d.ts +2 -2
- package/lib/NativeUIGridFactory.d.ts +19 -0
- package/lib/igc-checkbox-list-component.d.ts +19 -0
- package/lib/igc-checked-changed-event-args.d.ts +2 -0
- package/package.json +4 -4
- package/public_api.d.ts +5 -0
- package/grids/3rdpartylicenses.txt +0 -705
- package/grids/lib/display-density.d.ts +0 -3
- package/grids/lib/igc-child-grid-row-component.d.ts +0 -59
- package/grids/lib/igc-density-changed-event-args.d.ts +0 -21
- package/grids/lib/igc-display-density-base.d.ts +0 -45
- package/grids/lib/igc-grid-filtering-cell-component.d.ts +0 -16
- package/grids/lib/igc-grid-header-component.d.ts +0 -16
- package/grids/lib/igc-grid-header-group-component.d.ts +0 -16
- package/grids/lib/igc-toggle-directive.d.ts +0 -171
package/grids/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export * from './lib/column-pinning-position'
|
|
2
2
|
export * from './lib/common'
|
|
3
|
-
export * from './lib/display-density'
|
|
4
3
|
export * from './lib/drop-position'
|
|
5
4
|
export * from './lib/filter-mode'
|
|
6
5
|
export * from './lib/filtering-expressions-tree-type'
|
|
@@ -16,6 +15,7 @@ export * from './lib/grid-validation-trigger'
|
|
|
16
15
|
export * from './lib/horizontal-alignment'
|
|
17
16
|
export * from './lib/igc-action-strip-component'
|
|
18
17
|
export * from './lib/igc-action-strip-resource-strings'
|
|
18
|
+
export * from './lib/igc-action-strip-token'
|
|
19
19
|
export * from './lib/igc-active-node-change-event-args'
|
|
20
20
|
export * from './lib/igc-base-date-time-filtering-operand'
|
|
21
21
|
export * from './lib/igc-base-event-args'
|
|
@@ -30,7 +30,6 @@ export * from './lib/igc-cancelable-event-args'
|
|
|
30
30
|
export * from './lib/igc-cell-position'
|
|
31
31
|
export * from './lib/igc-cell-template-context'
|
|
32
32
|
export * from './lib/igc-cell-type'
|
|
33
|
-
export * from './lib/igc-child-grid-row-component'
|
|
34
33
|
export * from './lib/igc-clipboard-options'
|
|
35
34
|
export * from './lib/igc-column-component'
|
|
36
35
|
export * from './lib/igc-column-exporting-event-args'
|
|
@@ -52,9 +51,7 @@ export * from './lib/igc-data-clone-strategy'
|
|
|
52
51
|
export * from './lib/igc-date-filtering-operand'
|
|
53
52
|
export * from './lib/igc-date-summary-operand'
|
|
54
53
|
export * from './lib/igc-date-time-filtering-operand'
|
|
55
|
-
export * from './lib/igc-density-changed-event-args'
|
|
56
54
|
export * from './lib/igc-dimensions-change'
|
|
57
|
-
export * from './lib/igc-display-density-base'
|
|
58
55
|
export * from './lib/igc-exporter-event-args'
|
|
59
56
|
export * from './lib/igc-exporter-options-base'
|
|
60
57
|
export * from './lib/igc-expression-tree'
|
|
@@ -74,25 +71,25 @@ export * from './lib/igc-grid-base-directive'
|
|
|
74
71
|
export * from './lib/igc-grid-cell-event-args'
|
|
75
72
|
export * from './lib/igc-grid-clipboard-event'
|
|
76
73
|
export * from './lib/igc-grid-component'
|
|
74
|
+
export * from './lib/igc-grid-context-menu-event-args'
|
|
77
75
|
export * from './lib/igc-grid-created-event-args'
|
|
78
76
|
export * from './lib/igc-grid-edit-done-event-args'
|
|
79
77
|
export * from './lib/igc-grid-edit-event-args'
|
|
80
78
|
export * from './lib/igc-grid-editing-actions-component'
|
|
81
79
|
export * from './lib/igc-grid-empty-template-context'
|
|
82
|
-
export * from './lib/igc-grid-filtering-cell-component'
|
|
83
80
|
export * from './lib/igc-grid-form-group-created-event-args'
|
|
84
81
|
export * from './lib/igc-grid-grouping-strategy'
|
|
85
|
-
export * from './lib/igc-grid-header-component'
|
|
86
|
-
export * from './lib/igc-grid-header-group-component'
|
|
87
82
|
export * from './lib/igc-grid-header-template-context'
|
|
88
83
|
export * from './lib/igc-grid-keydown-event-args'
|
|
89
84
|
export * from './lib/igc-grid-master-detail-context'
|
|
85
|
+
export * from './lib/igc-grid-paginator-template-context'
|
|
90
86
|
export * from './lib/igc-grid-pinning-actions-component'
|
|
91
87
|
export * from './lib/igc-grid-resource-strings'
|
|
92
88
|
export * from './lib/igc-grid-row-component'
|
|
93
89
|
export * from './lib/igc-grid-row-drag-ghost-context'
|
|
94
90
|
export * from './lib/igc-grid-row-edit-actions-template-context'
|
|
95
91
|
export * from './lib/igc-grid-row-edit-text-template-context'
|
|
92
|
+
export * from './lib/igc-grid-row-event-args'
|
|
96
93
|
export * from './lib/igc-grid-row-template-context'
|
|
97
94
|
export * from './lib/igc-grid-scroll-event-args'
|
|
98
95
|
export * from './lib/igc-grid-selection-range'
|
|
@@ -159,9 +156,11 @@ export * from './lib/igc-pivot-grid-component'
|
|
|
159
156
|
export * from './lib/igc-pivot-grid-record'
|
|
160
157
|
export * from './lib/igc-pivot-grid-value-template-context'
|
|
161
158
|
export * from './lib/igc-pivot-keys'
|
|
159
|
+
export * from './lib/igc-pivot-ui-settings'
|
|
162
160
|
export * from './lib/igc-pivot-value'
|
|
163
161
|
export * from './lib/igc-position-settings'
|
|
164
162
|
export * from './lib/igc-position-strategy'
|
|
163
|
+
export * from './lib/igc-row-data-cancelable-event-args'
|
|
165
164
|
export * from './lib/igc-row-data-event-args'
|
|
166
165
|
export * from './lib/igc-row-directive'
|
|
167
166
|
export * from './lib/igc-row-drag-end-event-args'
|
|
@@ -187,7 +186,6 @@ export * from './lib/igc-summary-result'
|
|
|
187
186
|
export * from './lib/igc-summary-template-context'
|
|
188
187
|
export * from './lib/igc-time-filtering-operand'
|
|
189
188
|
export * from './lib/igc-time-summary-operand'
|
|
190
|
-
export * from './lib/igc-toggle-directive'
|
|
191
189
|
export * from './lib/igc-toggle-view-cancelable-event-args'
|
|
192
190
|
export * from './lib/igc-toggle-view-event-args'
|
|
193
191
|
export * from './lib/igc-tree-grid-component'
|
|
@@ -196,6 +194,8 @@ export * from './lib/igc-validation-errors'
|
|
|
196
194
|
export * from './lib/igc-values-change'
|
|
197
195
|
export * from './lib/pivot-aggregation-type'
|
|
198
196
|
export * from './lib/pivot-dimension-type'
|
|
197
|
+
export * from './lib/pivot-row-layout-type'
|
|
198
|
+
export * from './lib/pivot-summary-position'
|
|
199
199
|
export * from './lib/row-pinning-position'
|
|
200
200
|
export * from './lib/sorting-direction'
|
|
201
201
|
export * from './lib/sorting-options-mode'
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
import { IgcDisplayDensityBase } from './igc-display-density-base';
|
|
3
2
|
import { IgcGridActionsBaseDirective } from './igc-grid-actions-base-directive';
|
|
4
3
|
import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strings';
|
|
5
4
|
|
|
6
5
|
|
|
7
|
-
/* jsonAPIManageCollectionInMarkup */
|
|
8
6
|
|
|
9
7
|
|
|
10
8
|
/* blazorElement */
|
|
11
9
|
/* jsonAPIManageItemInMarkup */
|
|
10
|
+
/* jsonAPIManageCollectionInMarkup */
|
|
12
11
|
/* wcElementTag: igc-action-strip */
|
|
13
12
|
/* blazorIndirectRender */
|
|
14
13
|
/* singleInstanceIdentifier */
|
|
@@ -39,7 +38,7 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
|
|
|
39
38
|
* </igx-action-strip>
|
|
40
39
|
*/
|
|
41
40
|
|
|
42
|
-
export declare class IgcActionStripComponent extends
|
|
41
|
+
export declare class IgcActionStripComponent extends HTMLElement
|
|
43
42
|
{
|
|
44
43
|
|
|
45
44
|
|
|
@@ -61,7 +60,7 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
|
|
|
61
60
|
|
|
62
61
|
|
|
63
62
|
/**
|
|
64
|
-
*
|
|
63
|
+
* Gets/Sets the visibility of the Action Strip.
|
|
65
64
|
* Could be used to set if the Action Strip will be initially hidden.
|
|
66
65
|
*
|
|
67
66
|
* @example
|
|
@@ -74,6 +73,7 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
|
|
|
74
73
|
|
|
75
74
|
|
|
76
75
|
|
|
76
|
+
|
|
77
77
|
/**
|
|
78
78
|
* Gets/Sets the resource strings.
|
|
79
79
|
*
|
|
@@ -38,10 +38,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
38
38
|
*/
|
|
39
39
|
public exportData(data: any[], options: IgcExporterOptionsBase): void;
|
|
40
40
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
public addPivotGridColumns(grid: any): void;
|
|
44
|
-
|
|
45
41
|
}
|
|
46
42
|
|
|
47
43
|
export declare interface IgcBaseExporterEventMap {
|
|
@@ -3,7 +3,6 @@ import { IgcToggleViewCancelableEventArgs } from './igc-toggle-view-cancelable-e
|
|
|
3
3
|
import { IgcToggleViewEventArgs } from './igc-toggle-view-event-args';
|
|
4
4
|
import { IgcColumnToggledEventArgs } from './igc-column-toggled-event-args';
|
|
5
5
|
import { IgcOverlaySettings } from './igc-overlay-settings';
|
|
6
|
-
import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
7
6
|
import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
|
|
8
7
|
|
|
9
8
|
|
|
@@ -54,13 +53,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
54
53
|
public set overlaySettings(value: IgcOverlaySettings);
|
|
55
54
|
public get overlaySettings(): IgcOverlaySettings;
|
|
56
55
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* Returns the grid containing this component.
|
|
61
|
-
*/
|
|
62
|
-
public get grid(): IgcGridBaseDirective;
|
|
63
|
-
|
|
64
56
|
}
|
|
65
57
|
|
|
66
58
|
export declare interface IgcBaseToolbarDirectiveEventMap {
|
|
@@ -6,12 +6,8 @@ import { IgcSummaryTemplateContext } from './igc-summary-template-context';
|
|
|
6
6
|
import { IgcRenderFunction } from './common';
|
|
7
7
|
import { IgcCellTemplateContext } from './igc-cell-template-context';
|
|
8
8
|
import { IgcColumnTemplateContext } from './igc-column-template-context';
|
|
9
|
-
import { IgcCellType } from './igc-cell-type';
|
|
10
9
|
import { IgcColumnPipeArgs } from './igc-column-pipe-args';
|
|
11
10
|
import { IgcFilteringExpressionsTree } from './igc-filtering-expressions-tree';
|
|
12
|
-
import { IgcGridHeaderComponent } from './igc-grid-header-component';
|
|
13
|
-
import { IgcGridFilteringCellComponent } from './igc-grid-filtering-cell-component';
|
|
14
|
-
import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
15
11
|
|
|
16
12
|
|
|
17
13
|
/* jsonAPIManageCollectionInMarkup */
|
|
@@ -254,23 +250,7 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
254
250
|
public get disablePinning(): boolean;
|
|
255
251
|
|
|
256
252
|
|
|
257
|
-
|
|
258
|
-
* Sets/gets whether the column is movable.
|
|
259
|
-
* Default value is `false`.
|
|
260
|
-
*
|
|
261
|
-
* ```typescript
|
|
262
|
-
* let isMovable = this.column.movable;
|
|
263
|
-
* ```
|
|
264
|
-
* ```html
|
|
265
|
-
* <igx-column [movable] = "true"></igx-column>
|
|
266
|
-
* ```
|
|
267
|
-
*
|
|
268
|
-
* @deprecated Use the Grid's `moving` property instead.
|
|
269
|
-
*/
|
|
270
|
-
public set movable(value: boolean);
|
|
271
|
-
public get movable(): boolean;
|
|
272
|
-
|
|
273
|
-
|
|
253
|
+
|
|
274
254
|
/**
|
|
275
255
|
* Gets the `width` of the column.
|
|
276
256
|
* ```typescript
|
|
@@ -717,17 +697,6 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
717
697
|
public set sortStrategy(value: IgcSortingStrategy);
|
|
718
698
|
public get sortStrategy(): IgcSortingStrategy;
|
|
719
699
|
|
|
720
|
-
|
|
721
|
-
/**
|
|
722
|
-
* Gets the default minimum `width` of the column.
|
|
723
|
-
* ```typescript
|
|
724
|
-
* let defaultMinWidth = this.column.defaultMinWidth;
|
|
725
|
-
* ```
|
|
726
|
-
*
|
|
727
|
-
* @memberof IgxColumnComponent
|
|
728
|
-
*/
|
|
729
|
-
public get defaultMinWidth(): string;
|
|
730
|
-
|
|
731
700
|
|
|
732
701
|
/**
|
|
733
702
|
* Returns a reference to the `summaryTemplate`.
|
|
@@ -803,17 +772,6 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
803
772
|
|
|
804
773
|
|
|
805
774
|
|
|
806
|
-
/**
|
|
807
|
-
* Gets the cells of the column.
|
|
808
|
-
* ```typescript
|
|
809
|
-
* let columnCells = this.column.cells;
|
|
810
|
-
* ```
|
|
811
|
-
*
|
|
812
|
-
*/
|
|
813
|
-
public get cells(): IgcCellType[];
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
775
|
/**
|
|
818
776
|
* Gets the column visible index.
|
|
819
777
|
* If the column is not visible, returns `-1`.
|
|
@@ -827,6 +785,7 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
827
785
|
|
|
828
786
|
|
|
829
787
|
|
|
788
|
+
/* blazorCSSuppress - Blazor doesn't carry over the ColumnType interface + should translate as static bool value */
|
|
830
789
|
/**
|
|
831
790
|
* Returns a boolean indicating if the column is a `ColumnGroup`.
|
|
832
791
|
* ```typescript
|
|
@@ -838,6 +797,8 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
838
797
|
public get columnGroup(): boolean;
|
|
839
798
|
|
|
840
799
|
|
|
800
|
+
|
|
801
|
+
/* blazorCSSuppress - Blazor doesn't carry over the ColumnType interface + should translate as static bool value */
|
|
841
802
|
/**
|
|
842
803
|
* Returns a boolean indicating if the column is a `ColumnLayout` for multi-row layout.
|
|
843
804
|
* ```typescript
|
|
@@ -858,7 +819,15 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
858
819
|
*
|
|
859
820
|
* @memberof IgxColumnComponent
|
|
860
821
|
*/
|
|
861
|
-
public get columnLayoutChild():
|
|
822
|
+
public get columnLayoutChild(): boolean;
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
/**
|
|
827
|
+
* A list containing all the child columns under this column (if any).
|
|
828
|
+
* Empty without children or if this column is not Group or Layout.
|
|
829
|
+
*/
|
|
830
|
+
public get childColumns(): IgcColumnComponent[];
|
|
862
831
|
|
|
863
832
|
|
|
864
833
|
/**
|
|
@@ -872,13 +841,6 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
872
841
|
*/
|
|
873
842
|
public get level(): number;
|
|
874
843
|
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
public get gridRowSpan(): number;
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
public get gridColumnSpan(): number;
|
|
881
|
-
|
|
882
844
|
|
|
883
845
|
|
|
884
846
|
/**
|
|
@@ -933,6 +895,7 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
933
895
|
public get filteringExpressionsTree(): IgcFilteringExpressionsTree;
|
|
934
896
|
|
|
935
897
|
|
|
898
|
+
|
|
936
899
|
/* alternateName: parentColumn */
|
|
937
900
|
/**
|
|
938
901
|
* Sets/gets the parent column.
|
|
@@ -948,18 +911,6 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
948
911
|
public set parent(value: any);
|
|
949
912
|
public get parent(): any;
|
|
950
913
|
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
/**
|
|
954
|
-
* Gets the children columns array.
|
|
955
|
-
* ```typescript
|
|
956
|
-
* let columnChildren = this.column.columnChildren;
|
|
957
|
-
* ```
|
|
958
|
-
* @memberof IgxColumnComponent
|
|
959
|
-
*/
|
|
960
|
-
public set columnChildren(value: IgcColumnComponent[]);
|
|
961
|
-
public get columnChildren(): IgcColumnComponent[];
|
|
962
|
-
|
|
963
914
|
|
|
964
915
|
|
|
965
916
|
/**
|
|
@@ -967,45 +918,8 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
967
918
|
* ```typescript
|
|
968
919
|
* let topLevelParent = this.column.topLevelParent;
|
|
969
920
|
* ```
|
|
970
|
-
*
|
|
971
|
-
* @memberof IgxColumnComponent
|
|
972
|
-
*/
|
|
973
|
-
public get topLevelParent(): any;
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
/**
|
|
978
|
-
* Returns a reference to the header of the column.
|
|
979
|
-
* ```typescript
|
|
980
|
-
* let column = this.grid.columnList.filter(c => c.field === 'ID')[0];
|
|
981
|
-
* let headerCell = column.headerCell;
|
|
982
|
-
* ```
|
|
983
|
-
*
|
|
984
|
-
* @memberof IgxColumnComponent
|
|
985
|
-
*/
|
|
986
|
-
public get headerCell(): IgcGridHeaderComponent;
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
/**
|
|
991
|
-
* Returns a reference to the filter cell of the column.
|
|
992
|
-
* ```typescript
|
|
993
|
-
* let column = this.grid.columnList.filter(c => c.field === 'ID')[0];
|
|
994
|
-
* let filterell = column.filterell;
|
|
995
|
-
* ```
|
|
996
|
-
*
|
|
997
|
-
* @memberof IgxColumnComponent
|
|
998
|
-
*/
|
|
999
|
-
public get filterCell(): IgcGridFilteringCellComponent;
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
/**
|
|
1004
|
-
* Returns a reference to the header group of the column.
|
|
1005
|
-
*
|
|
1006
|
-
* @memberof IgxColumnComponent
|
|
1007
921
|
*/
|
|
1008
|
-
public get
|
|
922
|
+
public get topLevelParent(): IgcColumnComponent;
|
|
1009
923
|
|
|
1010
924
|
|
|
1011
925
|
|
|
@@ -29,6 +29,9 @@ import { IgcRenderFunction } from './common';
|
|
|
29
29
|
/* blazorCollectionName: ColumnCollection */
|
|
30
30
|
/* blazorCollectionItemName: Column */
|
|
31
31
|
/* alternateType: HTMLCollection */
|
|
32
|
+
/**
|
|
33
|
+
* @deprecated Use the `childColumns` property instead.
|
|
34
|
+
*/
|
|
32
35
|
public set children(value: HTMLCollection);
|
|
33
36
|
public get children(): HTMLCollection;
|
|
34
37
|
|
|
@@ -46,8 +49,56 @@ import { IgcRenderFunction } from './common';
|
|
|
46
49
|
public set collapsible(value: boolean);
|
|
47
50
|
public get collapsible(): boolean;
|
|
48
51
|
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Set whether the group is expanded or collapsed initially.
|
|
56
|
+
* Applied only if the collapsible property is set to `true`
|
|
57
|
+
* Default value is `true`
|
|
58
|
+
* ```html
|
|
59
|
+
* const state = false
|
|
60
|
+
* <igx-column-group [(expand)] = "state"></igx-column-group>
|
|
61
|
+
* ```
|
|
62
|
+
*
|
|
63
|
+
* @memberof IgxColumnGroupComponent
|
|
64
|
+
*/
|
|
65
|
+
public set expanded(value: boolean);
|
|
66
|
+
public get expanded(): boolean;
|
|
67
|
+
|
|
49
68
|
|
|
50
|
-
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Gets the column group `summaries`.
|
|
72
|
+
* ```typescript
|
|
73
|
+
* let columnGroupSummaries = this.columnGroup.summaries;
|
|
74
|
+
* ```
|
|
75
|
+
*
|
|
76
|
+
* @memberof IgxColumnGroupComponent
|
|
77
|
+
*/
|
|
78
|
+
public get summaries(): any;
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Gets the column group `filters`.
|
|
83
|
+
* ```typescript
|
|
84
|
+
* let columnGroupFilters = this.columnGroup.filters;
|
|
85
|
+
* ```
|
|
86
|
+
*
|
|
87
|
+
* @memberof IgxColumnGroupComponent
|
|
88
|
+
*/
|
|
89
|
+
public get filters(): any;
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Returns if the column group is selectable
|
|
95
|
+
* ```typescript
|
|
96
|
+
* let columnGroupSelectable = this.columnGroup.selectable;
|
|
97
|
+
* ```
|
|
98
|
+
*
|
|
99
|
+
* @memberof IgxColumnGroupComponent
|
|
100
|
+
*/
|
|
101
|
+
public get selectable(): boolean;
|
|
51
102
|
|
|
52
103
|
|
|
53
104
|
|
|
@@ -60,6 +111,37 @@ import { IgcRenderFunction } from './common';
|
|
|
60
111
|
public get collapsibleIndicatorTemplate(): IgcRenderFunction<IgcColumnTemplateContext>;
|
|
61
112
|
|
|
62
113
|
|
|
114
|
+
/**
|
|
115
|
+
* Gets whether the column group is hidden.
|
|
116
|
+
* ```typescript
|
|
117
|
+
* let isHidden = this.columnGroup.hidden;
|
|
118
|
+
* ```
|
|
119
|
+
*
|
|
120
|
+
* @memberof IgxColumnGroupComponent
|
|
121
|
+
*/
|
|
122
|
+
public get hidden(): boolean;
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* Returns if the column group is selected.
|
|
128
|
+
* ```typescript
|
|
129
|
+
* let isSelected = this.columnGroup.selected;
|
|
130
|
+
* ```
|
|
131
|
+
*
|
|
132
|
+
* @memberof IgxColumnGroupComponent
|
|
133
|
+
*/
|
|
134
|
+
public get selected(): boolean;
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* A list containing all the child columns under this column (if any).
|
|
140
|
+
* Empty without children or if this column is not Group or Layout.
|
|
141
|
+
*/
|
|
142
|
+
public get childColumns(): IgcColumnComponent[];
|
|
143
|
+
|
|
144
|
+
|
|
63
145
|
/**
|
|
64
146
|
* Returns a boolean indicating if the column is a `ColumnGroup`.
|
|
65
147
|
* ```typescript
|
|
@@ -81,6 +163,17 @@ import { IgcRenderFunction } from './common';
|
|
|
81
163
|
*/
|
|
82
164
|
public get columnLayout(): boolean;
|
|
83
165
|
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* Gets the width of the column group.
|
|
169
|
+
* ```typescript
|
|
170
|
+
* let columnGroupWidth = this.columnGroup.width;
|
|
171
|
+
* ```
|
|
172
|
+
*
|
|
173
|
+
* @memberof IgxColumnGroupComponent
|
|
174
|
+
*/
|
|
175
|
+
public get width(): string;
|
|
176
|
+
|
|
84
177
|
}
|
|
85
178
|
|
|
86
179
|
|
|
@@ -20,6 +20,17 @@ import { IgcColumnGroupComponent } from './igc-column-group-component';
|
|
|
20
20
|
{
|
|
21
21
|
|
|
22
22
|
|
|
23
|
+
/**
|
|
24
|
+
* Gets the width of the column layout.
|
|
25
|
+
* ```typescript
|
|
26
|
+
* let columnGroupWidth = this.columnGroup.width;
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* @memberof IgxColumnGroupComponent
|
|
30
|
+
*/
|
|
31
|
+
public get width(): any;
|
|
32
|
+
|
|
33
|
+
|
|
23
34
|
|
|
24
35
|
/**
|
|
25
36
|
* Gets the column visible index.
|
|
@@ -5,6 +5,7 @@ import { IgcFieldPipeArgs } from './igc-field-pipe-args';
|
|
|
5
5
|
/* jsonAPIPlainObject */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
// D.P. Can't use `export type IColumnPipeArgs = IFieldPipeArgs` because TypeScripts Compiler API optimizes it away completely
|
|
8
9
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
9
10
|
|
|
10
11
|
export declare class IgcColumnPipeArgs extends IgcFieldPipeArgs
|
|
@@ -52,10 +52,6 @@ import { GridColumnDataType } from './grid-column-data-type';
|
|
|
52
52
|
public get groupable(): boolean;
|
|
53
53
|
|
|
54
54
|
|
|
55
|
-
public set movable(value: boolean);
|
|
56
|
-
public get movable(): boolean;
|
|
57
|
-
|
|
58
|
-
|
|
59
55
|
public set hidden(value: boolean);
|
|
60
56
|
public get hidden(): boolean;
|
|
61
57
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
3
|
+
import { IgcForOfState } from './igc-for-of-state';
|
|
3
4
|
|
|
4
5
|
|
|
5
6
|
|
|
@@ -11,6 +12,9 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
|
11
12
|
|
|
12
13
|
public containerSize: number;
|
|
13
14
|
|
|
15
|
+
|
|
16
|
+
public state: IgcForOfState;
|
|
17
|
+
|
|
14
18
|
}
|
|
15
19
|
|
|
16
20
|
|