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
|
@@ -1,59 +0,0 @@
|
|
|
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
|
-
/**
|
|
31
|
-
* The index of the row.
|
|
32
|
-
*
|
|
33
|
-
* ```typescript
|
|
34
|
-
* // get the index of the second selected row
|
|
35
|
-
* let selectedRowIndex = this.grid.selectedRows[1].index;
|
|
36
|
-
* ```
|
|
37
|
-
*/
|
|
38
|
-
public set index(value: number);
|
|
39
|
-
public get index(): number;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
public get level(): number;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* Returns whether the row is expanded.
|
|
49
|
-
* ```typescript
|
|
50
|
-
* const RowExpanded = this.grid1.rowList.first.expanded;
|
|
51
|
-
* ```
|
|
52
|
-
*/
|
|
53
|
-
public set expanded(value: boolean);
|
|
54
|
-
public get expanded(): boolean;
|
|
55
|
-
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
3
|
-
import { DisplayDensity } from './display-density';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
export declare class IgcDensityChangedEventArgs extends IgcBaseEventArgs
|
|
10
|
-
{
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
public oldDensity: DisplayDensity;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
public newDensity: DisplayDensity;
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { IgcDensityChangedEventArgs } from './igc-density-changed-event-args';
|
|
3
|
-
import { DisplayDensity } from './display-density';
|
|
4
|
-
import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
/* blazorInclude
|
|
10
|
-
blazorComponent
|
|
11
|
-
blazorIndirectRender
|
|
12
|
-
omitModule */
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
* Base class containing all logic required for implementing DisplayDensity.
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
export declare class IgcDisplayDensityBase extends EventEmitterMixin<IgcDisplayDensityBaseEventMap, Constructor<LitElement>>(LitElement)
|
|
19
|
-
|
|
20
|
-
{
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* Returns the theme of the component.
|
|
26
|
-
* The default theme is `comfortable`.
|
|
27
|
-
* Available options are `comfortable`, `cosy`, `compact`.
|
|
28
|
-
* ```typescript
|
|
29
|
-
* let componentTheme = this.component.displayDensity;
|
|
30
|
-
* ```
|
|
31
|
-
*
|
|
32
|
-
* @deprecated Please use the `--ig-size` CSS custom property.
|
|
33
|
-
* @see {@link [Update Guide](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/update-guide#from-160x-to-161x)}
|
|
34
|
-
*/
|
|
35
|
-
public set displayDensity(value: DisplayDensity);
|
|
36
|
-
public get displayDensity(): DisplayDensity;
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
export declare interface IgcDisplayDensityBaseEventMap {
|
|
41
|
-
|
|
42
|
-
densityChanged: CustomEvent<IgcDensityChangedEventArgs>;
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
|
|
@@ -1,171 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { IgcToggleViewEventArgs } from './igc-toggle-view-event-args';
|
|
3
|
-
import { IgcToggleViewCancelableEventArgs } from './igc-toggle-view-cancelable-event-args';
|
|
4
|
-
import { IgcOverlaySettings } from './igc-overlay-settings';
|
|
5
|
-
import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
export declare class IgcToggleDirective extends EventEmitterMixin<IgcToggleDirectiveEventMap, Constructor<LitElement>>(LitElement)
|
|
12
|
-
|
|
13
|
-
{
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Identifier which is registered into `IgxNavigationService`
|
|
19
|
-
*
|
|
20
|
-
* ```typescript
|
|
21
|
-
* let myToggleId = this.toggle.id;
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
public set id(value: string);
|
|
25
|
-
public get id(): string;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Returns the id of the overlay the content is rendered in.
|
|
31
|
-
* ```typescript
|
|
32
|
-
* this.myToggle.overlayId;
|
|
33
|
-
* ```
|
|
34
|
-
*/
|
|
35
|
-
public get overlayId(): string;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Opens the toggle.
|
|
41
|
-
*
|
|
42
|
-
* ```typescript
|
|
43
|
-
* this.myToggle.open();
|
|
44
|
-
* ```
|
|
45
|
-
*/
|
|
46
|
-
public open(overlaySettings?: IgcOverlaySettings): void;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* Opens or closes the toggle, depending on its current state.
|
|
52
|
-
*
|
|
53
|
-
* ```typescript
|
|
54
|
-
* this.myToggle.toggle();
|
|
55
|
-
* ```
|
|
56
|
-
*/
|
|
57
|
-
public toggle(overlaySettings?: IgcOverlaySettings): void;
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* Repositions the toggle.
|
|
63
|
-
* ```typescript
|
|
64
|
-
* this.myToggle.reposition();
|
|
65
|
-
* ```
|
|
66
|
-
*/
|
|
67
|
-
public reposition(): void;
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* Offsets the content along the corresponding axis by the provided amount
|
|
73
|
-
*/
|
|
74
|
-
public setOffset(deltaX: number, deltaY: number): void;
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
export declare interface IgcToggleDirectiveEventMap {
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* Emits an event after the toggle container is opened.
|
|
82
|
-
*
|
|
83
|
-
* ```typescript
|
|
84
|
-
* onToggleOpened(event) {
|
|
85
|
-
* alert("Toggle opened!");
|
|
86
|
-
* }
|
|
87
|
-
* ```
|
|
88
|
-
*
|
|
89
|
-
* ```html
|
|
90
|
-
* <div
|
|
91
|
-
* igxToggle
|
|
92
|
-
* (opened)='onToggleOpened($event)'>
|
|
93
|
-
* </div>
|
|
94
|
-
* ```
|
|
95
|
-
*/
|
|
96
|
-
opened: CustomEvent<IgcToggleViewEventArgs>;
|
|
97
|
-
|
|
98
|
-
/**
|
|
99
|
-
* Emits an event before the toggle container is opened.
|
|
100
|
-
*
|
|
101
|
-
* ```typescript
|
|
102
|
-
* onToggleOpening(event) {
|
|
103
|
-
* alert("Toggle opening!");
|
|
104
|
-
* }
|
|
105
|
-
* ```
|
|
106
|
-
*
|
|
107
|
-
* ```html
|
|
108
|
-
* <div
|
|
109
|
-
* igxToggle
|
|
110
|
-
* (opening)='onToggleOpening($event)'>
|
|
111
|
-
* </div>
|
|
112
|
-
* ```
|
|
113
|
-
*/
|
|
114
|
-
opening: CustomEvent<IgcToggleViewCancelableEventArgs>;
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* Emits an event after the toggle container is closed.
|
|
118
|
-
*
|
|
119
|
-
* ```typescript
|
|
120
|
-
* onToggleClosed(event) {
|
|
121
|
-
* alert("Toggle closed!");
|
|
122
|
-
* }
|
|
123
|
-
* ```
|
|
124
|
-
*
|
|
125
|
-
* ```html
|
|
126
|
-
* <div
|
|
127
|
-
* igxToggle
|
|
128
|
-
* (closed)='onToggleClosed($event)'>
|
|
129
|
-
* </div>
|
|
130
|
-
* ```
|
|
131
|
-
*/
|
|
132
|
-
closed: CustomEvent<IgcToggleViewEventArgs>;
|
|
133
|
-
|
|
134
|
-
/**
|
|
135
|
-
* Emits an event before the toggle container is closed.
|
|
136
|
-
*
|
|
137
|
-
* ```typescript
|
|
138
|
-
* onToggleClosing(event) {
|
|
139
|
-
* alert("Toggle closing!");
|
|
140
|
-
* }
|
|
141
|
-
* ```
|
|
142
|
-
*
|
|
143
|
-
* ```html
|
|
144
|
-
* <div
|
|
145
|
-
* igxToggle
|
|
146
|
-
* (closing)='onToggleClosing($event)'>
|
|
147
|
-
* </div>
|
|
148
|
-
* ```
|
|
149
|
-
*/
|
|
150
|
-
closing: CustomEvent<IgcToggleViewCancelableEventArgs>;
|
|
151
|
-
|
|
152
|
-
/**
|
|
153
|
-
* Emits an event after the toggle element is appended to the overlay container.
|
|
154
|
-
*
|
|
155
|
-
* ```typescript
|
|
156
|
-
* onAppended() {
|
|
157
|
-
* alert("Content appended!");
|
|
158
|
-
* }
|
|
159
|
-
* ```
|
|
160
|
-
*
|
|
161
|
-
* ```html
|
|
162
|
-
* <div
|
|
163
|
-
* igxToggle
|
|
164
|
-
* (appended)='onToggleAppended()'>
|
|
165
|
-
* </div>
|
|
166
|
-
* ```
|
|
167
|
-
*/
|
|
168
|
-
appended: CustomEvent<IgcToggleViewEventArgs>;
|
|
169
|
-
|
|
170
|
-
}
|
|
171
|
-
|