igniteui-webcomponents-grids 4.3.0-beta.2 → 4.3.0-beta.4
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 +102 -94
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/ColumnFilterCondition_combined.js +101 -94
- package/esm2015/lib/ComboEditorView.js +1 -0
- package/esm5/lib/ColumnFilterCondition_combined.js +101 -94
- package/esm5/lib/ComboEditorView.js +1 -0
- package/fesm2015/igniteui-webcomponents-grids.js +102 -94
- package/fesm5/igniteui-webcomponents-grids.js +102 -94
- package/grids/3rdpartylicenses.txt +201 -0
- package/grids/combined.js +54960 -81
- package/grids/index.d.ts +1 -3
- package/grids/lib/igc-base-toolbar-directive.d.ts +0 -4
- package/grids/lib/igc-cell-type.d.ts +6 -0
- package/grids/lib/igc-column-component.d.ts +1 -65
- package/grids/lib/igc-column-group-component.d.ts +0 -24
- package/grids/lib/igc-column-layout-component.d.ts +0 -26
- package/grids/lib/igc-column-pipe-args.d.ts +1 -0
- package/grids/lib/igc-data-clone-strategy.d.ts +5 -0
- package/grids/lib/igc-dimensions-change.d.ts +0 -1
- package/grids/lib/igc-display-density-base.d.ts +3 -5
- package/grids/lib/igc-grid-action-button-component.d.ts +0 -1
- package/grids/lib/igc-grid-actions-base-directive.d.ts +0 -11
- package/grids/lib/igc-grid-base-directive.d.ts +59 -554
- package/grids/lib/igc-grid-component.d.ts +3 -86
- package/grids/lib/igc-grid-editing-actions-component.d.ts +0 -16
- package/grids/lib/igc-paginator-component.d.ts +0 -16
- package/grids/lib/igc-pivot-aggregator.d.ts +1 -0
- package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +23 -0
- package/grids/lib/igc-pivot-configuration.d.ts +1 -0
- package/grids/lib/igc-pivot-dimension-strategy.d.ts +2 -1
- package/grids/lib/igc-pivot-grid-component.d.ts +16 -53
- package/grids/lib/igc-pivot-keys.d.ts +1 -0
- package/grids/lib/igc-pivot-value.d.ts +1 -0
- package/grids/lib/igc-sorting-options.d.ts +1 -0
- package/grids/lib/igc-tree-grid-component.d.ts +12 -35
- 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/package.json +4 -4
- package/grids/lib/igc-grid-filtering-row-component.d.ts +0 -16
- package/grids/lib/igc-mrl-column-size-info.d.ts +0 -18
- package/grids/lib/igc-mrl-resize-column-info.d.ts +0 -18
package/grids/index.d.ts
CHANGED
|
@@ -71,7 +71,6 @@ export * from './lib/igc-grid-edit-event-args'
|
|
|
71
71
|
export * from './lib/igc-grid-editing-actions-component'
|
|
72
72
|
export * from './lib/igc-grid-empty-template-context'
|
|
73
73
|
export * from './lib/igc-grid-filtering-cell-component'
|
|
74
|
-
export * from './lib/igc-grid-filtering-row-component'
|
|
75
74
|
export * from './lib/igc-grid-form-group-created-event-args'
|
|
76
75
|
export * from './lib/igc-grid-grouping-strategy'
|
|
77
76
|
export * from './lib/igc-grid-header-component'
|
|
@@ -112,8 +111,6 @@ export * from './lib/igc-grouping-expression'
|
|
|
112
111
|
export * from './lib/igc-head-selector-template-context'
|
|
113
112
|
export * from './lib/igc-head-selector-template-details'
|
|
114
113
|
export * from './lib/igc-header-type'
|
|
115
|
-
export * from './lib/igc-mrl-column-size-info'
|
|
116
|
-
export * from './lib/igc-mrl-resize-column-info'
|
|
117
114
|
export * from './lib/igc-number-filtering-operand'
|
|
118
115
|
export * from './lib/igc-number-summary-operand'
|
|
119
116
|
export * from './lib/igc-overlay-outlet-directive'
|
|
@@ -127,6 +124,7 @@ export * from './lib/igc-pin-column-event-args'
|
|
|
127
124
|
export * from './lib/igc-pin-row-event-args'
|
|
128
125
|
export * from './lib/igc-pinning-config'
|
|
129
126
|
export * from './lib/igc-pivot-aggregator'
|
|
127
|
+
export * from './lib/igc-pivot-configuration-changed-event-args'
|
|
130
128
|
export * from './lib/igc-pivot-configuration'
|
|
131
129
|
export * from './lib/igc-pivot-data-selector-component'
|
|
132
130
|
export * from './lib/igc-pivot-date-dimension-options'
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { IgcColumnComponent } from './igc-column-component';
|
|
3
|
+
import { IgcRowType } from './igc-row-type';
|
|
3
4
|
import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
4
5
|
import { IgcGridValidationState } from './igc-grid-validation-state';
|
|
5
6
|
|
|
@@ -42,6 +43,11 @@ import { IgcGridValidationState } from './igc-grid-validation-state';
|
|
|
42
43
|
public get column(): IgcColumnComponent;
|
|
43
44
|
|
|
44
45
|
|
|
46
|
+
/* csSuppress */
|
|
47
|
+
public set row(value: IgcRowType);
|
|
48
|
+
public get row(): IgcRowType;
|
|
49
|
+
|
|
50
|
+
|
|
45
51
|
public set grid(value: IgcGridBaseDirective);
|
|
46
52
|
public get grid(): IgcGridBaseDirective;
|
|
47
53
|
|
|
@@ -14,8 +14,6 @@ import { IgcFilteringExpressionsTree } from './igc-filtering-expressions-tree';
|
|
|
14
14
|
import { IgcGridHeaderComponent } from './igc-grid-header-component';
|
|
15
15
|
import { IgcGridFilteringCellComponent } from './igc-grid-filtering-cell-component';
|
|
16
16
|
import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
17
|
-
import { IgcMRLColumnSizeInfo } from './igc-mrl-column-size-info';
|
|
18
|
-
import { IgcMRLResizeColumnInfo } from './igc-mrl-resize-column-info';
|
|
19
17
|
|
|
20
18
|
|
|
21
19
|
/* jsonAPIManageCollectionInMarkup */
|
|
@@ -289,11 +287,6 @@ import { IgcMRLResizeColumnInfo } from './igc-mrl-resize-column-info';
|
|
|
289
287
|
|
|
290
288
|
|
|
291
289
|
|
|
292
|
-
public set autoSize(value: number);
|
|
293
|
-
public get autoSize(): number;
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
290
|
/**
|
|
298
291
|
* Sets/gets the maximum `width` of the column.
|
|
299
292
|
* ```typescript
|
|
@@ -647,11 +640,6 @@ import { IgcMRLResizeColumnInfo } from './igc-mrl-resize-column-info';
|
|
|
647
640
|
|
|
648
641
|
|
|
649
642
|
|
|
650
|
-
public set calcPixelWidth(value: number);
|
|
651
|
-
public get calcPixelWidth(): number;
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
643
|
|
|
656
644
|
/**
|
|
657
645
|
* Sets/gets the minimum `width` of the column.
|
|
@@ -839,6 +827,7 @@ import { IgcMRLResizeColumnInfo } from './igc-mrl-resize-column-info';
|
|
|
839
827
|
public get visibleIndex(): number;
|
|
840
828
|
|
|
841
829
|
|
|
830
|
+
|
|
842
831
|
/**
|
|
843
832
|
* Returns a boolean indicating if the column is a `ColumnGroup`.
|
|
844
833
|
* ```typescript
|
|
@@ -873,19 +862,6 @@ import { IgcMRLResizeColumnInfo } from './igc-mrl-resize-column-info';
|
|
|
873
862
|
public get columnLayoutChild(): any;
|
|
874
863
|
|
|
875
864
|
|
|
876
|
-
|
|
877
|
-
/**
|
|
878
|
-
* Returns the children columns collection.
|
|
879
|
-
* Returns an empty array if the column does not contain children columns.
|
|
880
|
-
* ```typescript
|
|
881
|
-
* let childrenColumns = this.column.allChildren;
|
|
882
|
-
* ```
|
|
883
|
-
*
|
|
884
|
-
* @memberof IgxColumnComponent
|
|
885
|
-
*/
|
|
886
|
-
public get allChildren(): IgcColumnComponent[];
|
|
887
|
-
|
|
888
|
-
|
|
889
865
|
/**
|
|
890
866
|
* Returns the level of the column in a column group.
|
|
891
867
|
* Returns `0` if the column doesn't have a `parent`.
|
|
@@ -899,18 +875,6 @@ import { IgcMRLResizeColumnInfo } from './igc-mrl-resize-column-info';
|
|
|
899
875
|
|
|
900
876
|
|
|
901
877
|
|
|
902
|
-
public get isLastPinned(): boolean;
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
public get isFirstPinned(): boolean;
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
public get rightPinnedOffset(): string;
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
878
|
public get gridRowSpan(): number;
|
|
915
879
|
|
|
916
880
|
|
|
@@ -956,22 +920,6 @@ import { IgcMRLResizeColumnInfo } from './igc-mrl-resize-column-info';
|
|
|
956
920
|
public set pipeArgs(value: IgcColumnPipeArgs);
|
|
957
921
|
public get pipeArgs(): IgcColumnPipeArgs;
|
|
958
922
|
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
/**
|
|
962
|
-
* hidden
|
|
963
|
-
*/
|
|
964
|
-
public set defaultWidth(value: string);
|
|
965
|
-
public get defaultWidth(): string;
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
/**
|
|
970
|
-
* hidden
|
|
971
|
-
*/
|
|
972
|
-
public set widthSetByUser(value: boolean);
|
|
973
|
-
public get widthSetByUser(): boolean;
|
|
974
|
-
|
|
975
923
|
|
|
976
924
|
|
|
977
925
|
|
|
@@ -1050,18 +998,6 @@ import { IgcMRLResizeColumnInfo } from './igc-mrl-resize-column-info';
|
|
|
1050
998
|
|
|
1051
999
|
|
|
1052
1000
|
|
|
1053
|
-
public getInitialChildColumnSizes(children: IgcColumnComponent[]): IgcMRLColumnSizeInfo[];
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
public getFilledChildColumnSizes(children: IgcColumnComponent[]): string[];
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
public getResizableColUnderEnd(): IgcMRLResizeColumnInfo[];
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
1001
|
/**
|
|
1066
1002
|
* Pins the column at the provided index in the pinned area.
|
|
1067
1003
|
* Defaults to index `0` if not provided, or to the initial index in the pinned area.
|
|
@@ -48,30 +48,6 @@ import { IgcRenderFunction } from './common';
|
|
|
48
48
|
public get collapsibleIndicatorTemplate(): IgcRenderFunction<IgcColumnTemplateContext>;
|
|
49
49
|
|
|
50
50
|
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
* Returns a reference to the inline editor template.
|
|
54
|
-
* ```typescript
|
|
55
|
-
* let inlineEditorTemplate = this.columnGroup.inlineEditorTemplate;
|
|
56
|
-
* ```
|
|
57
|
-
*
|
|
58
|
-
* @memberof IgxColumnGroupComponent
|
|
59
|
-
*/
|
|
60
|
-
public get inlineEditorTemplate(): IgcRenderFunction<any>;
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* Returns the children columns collection.
|
|
66
|
-
* ```typescript
|
|
67
|
-
* let columns = this.columnGroup.allChildren;
|
|
68
|
-
* ```
|
|
69
|
-
*
|
|
70
|
-
* @memberof IgxColumnGroupComponent
|
|
71
|
-
*/
|
|
72
|
-
public get allChildren(): IgcColumnComponent[];
|
|
73
|
-
|
|
74
|
-
|
|
75
51
|
/**
|
|
76
52
|
* Returns a boolean indicating if the column is a `ColumnGroup`.
|
|
77
53
|
* ```typescript
|
|
@@ -18,10 +18,6 @@ import { IgcColumnGroupComponent } from './igc-column-group-component';
|
|
|
18
18
|
export declare class IgcColumnLayoutComponent extends IgcColumnGroupComponent
|
|
19
19
|
{
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
public set childrenVisibleIndexes(value: any[]);
|
|
23
|
-
public get childrenVisibleIndexes(): any[];
|
|
24
|
-
|
|
25
21
|
|
|
26
22
|
|
|
27
23
|
/**
|
|
@@ -35,28 +31,6 @@ import { IgcColumnGroupComponent } from './igc-column-group-component';
|
|
|
35
31
|
*/
|
|
36
32
|
public get visibleIndex(): number;
|
|
37
33
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
/*
|
|
41
|
-
* Gets whether the group contains the last pinned child column of the column layout.
|
|
42
|
-
* ```typescript
|
|
43
|
-
* let columsHasLastPinned = this.columnLayout.hasLastPinnedChildColumn;
|
|
44
|
-
* ```
|
|
45
|
-
* @memberof IgxColumnLayoutComponent
|
|
46
|
-
*/
|
|
47
|
-
public get hasLastPinnedChildColumn(): boolean;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
/*
|
|
52
|
-
* Gets whether the group contains the first pinned child column of the column layout.
|
|
53
|
-
* ```typescript
|
|
54
|
-
* let hasFirstPinnedChildColumn = this.columnLayout.hasFirstPinnedChildColumn;
|
|
55
|
-
* ```
|
|
56
|
-
* @memberof IgxColumnLayoutComponent
|
|
57
|
-
*/
|
|
58
|
-
public get hasFirstPinnedChildColumn(): boolean;
|
|
59
|
-
|
|
60
34
|
}
|
|
61
35
|
|
|
62
36
|
|
|
@@ -6,10 +6,12 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
/*
|
|
9
|
+
/* blazorInclude
|
|
10
|
+
blazorComponent
|
|
10
11
|
blazorIndirectRender
|
|
11
12
|
omitModule */
|
|
12
13
|
/**
|
|
14
|
+
* @hidden
|
|
13
15
|
* Base class containing all logic required for implementing DisplayDensity.
|
|
14
16
|
*/
|
|
15
17
|
|
|
@@ -30,10 +32,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
30
32
|
public set displayDensity(value: DisplayDensity);
|
|
31
33
|
public get displayDensity(): DisplayDensity;
|
|
32
34
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
public ngDoCheck(): void;
|
|
36
|
-
|
|
37
35
|
}
|
|
38
36
|
|
|
39
37
|
export declare interface IgcDisplayDensityBaseEventMap {
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
import { IgcGridActionButtonComponent } from './igc-grid-action-button-component';
|
|
3
|
-
import { IgcActionStripComponent } from './igc-action-strip-component';
|
|
4
2
|
|
|
5
3
|
|
|
6
4
|
|
|
@@ -15,10 +13,6 @@ import { IgcActionStripComponent } from './igc-action-strip-component';
|
|
|
15
13
|
{
|
|
16
14
|
|
|
17
15
|
|
|
18
|
-
public set buttons(value: IgcGridActionButtonComponent[]);
|
|
19
|
-
public get buttons(): IgcGridActionButtonComponent[];
|
|
20
|
-
|
|
21
|
-
|
|
22
16
|
|
|
23
17
|
/**
|
|
24
18
|
* Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label.
|
|
@@ -32,11 +26,6 @@ import { IgcActionStripComponent } from './igc-action-strip-component';
|
|
|
32
26
|
public set asMenuItems(value: boolean);
|
|
33
27
|
public get asMenuItems(): boolean;
|
|
34
28
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
public set strip(value: IgcActionStripComponent);
|
|
38
|
-
public get strip(): IgcActionStripComponent;
|
|
39
|
-
|
|
40
29
|
}
|
|
41
30
|
|
|
42
31
|
|