igniteui-webcomponents-grids 7.1.0 → 7.2.0-beta.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/custom-elements.json +24487 -10990
- package/grids/3rdpartylicenses.txt +158 -524
- package/grids/combined.js +63752 -62828
- package/grids/lib/igc-action-strip-component.d.ts +0 -39
- package/grids/lib/igc-base-exporter.d.ts +1 -25
- package/grids/lib/igc-base-toolbar-directive.d.ts +0 -1
- package/grids/lib/igc-boolean-filtering-operand.d.ts +0 -2
- package/grids/lib/igc-column-component.d.ts +0 -489
- package/grids/lib/igc-column-exporting-event-args.d.ts +0 -5
- package/grids/lib/igc-column-group-component.d.ts +0 -55
- package/grids/lib/igc-column-layout-component.d.ts +0 -12
- package/grids/lib/igc-column-toggled-event-args.d.ts +1 -1
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +0 -2
- package/grids/lib/igc-csv-exporter-options.d.ts +0 -10
- package/grids/lib/igc-csv-exporter-service.d.ts +1 -23
- package/grids/lib/igc-data-clone-strategy.d.ts +0 -1
- package/grids/lib/igc-date-filtering-operand.d.ts +0 -2
- package/grids/lib/igc-date-summary-operand.d.ts +1 -38
- package/grids/lib/igc-dimensions-change.d.ts +1 -0
- package/grids/lib/igc-excel-exporter-options.d.ts +0 -27
- package/grids/lib/igc-excel-exporter-service.d.ts +1 -22
- package/grids/lib/igc-exporter-event-args.d.ts +12 -16
- package/grids/lib/igc-exporter-options-base.d.ts +4 -63
- package/grids/lib/igc-expression-tree.d.ts +1 -0
- package/grids/lib/igc-field-type.d.ts +0 -2
- package/grids/lib/igc-filtering-expressions-tree.d.ts +2 -0
- package/grids/lib/igc-filtering-operand.d.ts +0 -4
- package/grids/lib/igc-filtering-operation.d.ts +0 -2
- package/grids/lib/igc-grid-actions-base-directive.d.ts +0 -6
- package/grids/lib/igc-grid-base-component.d.ts +305 -0
- package/grids/lib/igc-grid-base-directive.d.ts +28 -1131
- package/grids/lib/igc-grid-component.d.ts +18 -512
- package/grids/lib/igc-grid-created-event-args.d.ts +4 -4
- package/grids/lib/igc-grid-editing-actions-component.d.ts +0 -7
- package/grids/lib/igc-grid-pinning-actions-component.d.ts +0 -12
- package/grids/lib/igc-grid-resource-strings.d.ts +1 -0
- package/grids/lib/igc-grid-state-base-directive.d.ts +0 -6
- package/grids/lib/igc-grid-state-component.d.ts +0 -5
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +0 -10
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -10
- package/grids/lib/igc-grid-toolbar-component.d.ts +0 -14
- package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +2 -2
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +0 -8
- package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +0 -9
- package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +0 -9
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +0 -8
- package/grids/lib/igc-hierarchical-grid-base-component.d.ts +156 -0
- package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +0 -20
- package/grids/lib/igc-hierarchical-grid-component.d.ts +28 -172
- package/grids/lib/igc-number-filtering-operand.d.ts +0 -2
- package/grids/lib/igc-number-summary-operand.d.ts +1 -53
- package/grids/lib/igc-overlay-outlet-directive.d.ts +0 -3
- package/grids/lib/igc-paginator-component.d.ts +2 -81
- package/grids/lib/igc-pinning-config.d.ts +2 -0
- package/grids/lib/igc-pivot-aggregation.d.ts +19 -0
- package/grids/lib/igc-pivot-aggregator.d.ts +3 -2
- package/grids/lib/igc-pivot-data-selector-component.d.ts +0 -87
- package/grids/lib/igc-pivot-date-dimension.d.ts +0 -3
- package/grids/lib/igc-pivot-grid-component.d.ts +0 -163
- package/grids/lib/igc-pivot-value.d.ts +1 -1
- package/grids/lib/igc-position-settings.d.ts +4 -0
- package/grids/lib/igc-position-strategy.d.ts +1 -4
- package/grids/lib/igc-query-builder-component.d.ts +1 -14
- package/grids/lib/igc-query-builder-header-component.d.ts +1 -13
- package/grids/lib/igc-row-data-cancelable-event-args.d.ts +28 -0
- package/grids/lib/igc-row-directive.d.ts +1 -55
- package/grids/lib/igc-row-island-base-component.d.ts +76 -0
- package/grids/lib/igc-row-island-component.d.ts +68 -1132
- package/grids/lib/igc-scroll-strategy.d.ts +1 -7
- package/grids/lib/igc-string-filtering-operand.d.ts +0 -4
- package/grids/lib/igc-summary-operand.d.ts +1 -33
- package/grids/lib/igc-summary-result.d.ts +0 -9
- package/grids/lib/igc-time-summary-operand.d.ts +0 -11
- package/grids/lib/igc-tree-grid-base-component.d.ts +226 -0
- package/grids/lib/igc-tree-grid-component.d.ts +23 -341
- package/grids/lib/igc-validation-errors.d.ts +4 -0
- package/grids/lib/index.d.ts +60 -55
- package/grids/lib/pivot-row-layout-type.d.ts +1 -1
- package/grids/lib/pivot-summary-position.d.ts +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 +1 -1
- package/vscode.html-custom-data.json +1 -1
- package/web-types.json +1 -1
|
@@ -16,26 +16,6 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
|
|
|
16
16
|
/* contentParent: HierarchicalGrid */
|
|
17
17
|
/**
|
|
18
18
|
* Action Strip provides templatable area for one or more actions.
|
|
19
|
-
*
|
|
20
|
-
* @igxModule IgxActionStripModule
|
|
21
|
-
*
|
|
22
|
-
* @igxTheme igx-action-strip-theme
|
|
23
|
-
*
|
|
24
|
-
* @igxKeywords action, strip, actionStrip, pinning, editing
|
|
25
|
-
*
|
|
26
|
-
* @igxGroup Data Entry & Display
|
|
27
|
-
*
|
|
28
|
-
* @igxParent IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxRowIslandComponent, *
|
|
29
|
-
*
|
|
30
|
-
* @remarks
|
|
31
|
-
* The Ignite UI Action Strip is a container, overlaying its parent container,
|
|
32
|
-
* and displaying action buttons with action applicable to the parent component the strip is instantiated or shown for.
|
|
33
|
-
*
|
|
34
|
-
* @example
|
|
35
|
-
* ```html
|
|
36
|
-
* <igx-action-strip #actionStrip>
|
|
37
|
-
* <igx-icon (click)="doSomeAction()"></igx-icon>
|
|
38
|
-
* </igx-action-strip>
|
|
39
19
|
*/
|
|
40
20
|
|
|
41
21
|
export declare class IgcActionStripComponent extends HTMLElement
|
|
@@ -55,7 +35,6 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
|
|
|
55
35
|
/* blazorCollectionName: GridActionsBaseDirectiveCollection */
|
|
56
36
|
/**
|
|
57
37
|
* ActionButton as ContentChildren inside the Action Strip
|
|
58
|
-
*
|
|
59
38
|
* @hidden
|
|
60
39
|
* @internal
|
|
61
40
|
*/
|
|
@@ -67,11 +46,6 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
|
|
|
67
46
|
/**
|
|
68
47
|
* Gets/Sets the visibility of the Action Strip.
|
|
69
48
|
* Could be used to set if the Action Strip will be initially hidden.
|
|
70
|
-
*
|
|
71
|
-
* @example
|
|
72
|
-
* ```html
|
|
73
|
-
* <igx-action-strip [hidden]="false">
|
|
74
|
-
* ```
|
|
75
49
|
*/
|
|
76
50
|
public set hidden(value: boolean);
|
|
77
51
|
public get hidden(): boolean;
|
|
@@ -81,9 +55,6 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
|
|
|
81
55
|
|
|
82
56
|
/**
|
|
83
57
|
* Gets/Sets the resource strings.
|
|
84
|
-
*
|
|
85
|
-
* @remarks
|
|
86
|
-
* By default it uses EN resources.
|
|
87
58
|
*/
|
|
88
59
|
public set resourceStrings(value: IgcActionStripResourceStrings);
|
|
89
60
|
public get resourceStrings(): IgcActionStripResourceStrings;
|
|
@@ -92,12 +63,7 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
|
|
|
92
63
|
|
|
93
64
|
/**
|
|
94
65
|
* Showing the Action Strip and appending it the specified context element.
|
|
95
|
-
*
|
|
96
66
|
* @param context
|
|
97
|
-
* @example
|
|
98
|
-
* ```typescript
|
|
99
|
-
* this.actionStrip.show(row);
|
|
100
|
-
* ```
|
|
101
67
|
*/
|
|
102
68
|
public show(context?: any): void;
|
|
103
69
|
|
|
@@ -105,11 +71,6 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
|
|
|
105
71
|
|
|
106
72
|
/**
|
|
107
73
|
* Hiding the Action Strip and removing it from its current context element.
|
|
108
|
-
*
|
|
109
|
-
* @example
|
|
110
|
-
* ```typescript
|
|
111
|
-
* this.actionStrip.hide();
|
|
112
|
-
* ```
|
|
113
74
|
*/
|
|
114
75
|
public hide(): void;
|
|
115
76
|
|
|
@@ -18,12 +18,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
18
18
|
|
|
19
19
|
/* alternateName: exportGrid */
|
|
20
20
|
/**
|
|
21
|
-
* Method for exporting
|
|
22
|
-
* ```typescript
|
|
23
|
-
* this.exporterService.export(this.igxGridForExport, this.exportOptions);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @memberof IgxBaseExporter
|
|
21
|
+
* Method for exporting grid component's data.
|
|
27
22
|
*/
|
|
28
23
|
public export(grid: IgcGridBaseDirective, options: IgcExporterOptionsBase): void;
|
|
29
24
|
|
|
@@ -31,11 +26,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
31
26
|
|
|
32
27
|
/**
|
|
33
28
|
* Method for exporting any kind of array data.
|
|
34
|
-
* ```typescript
|
|
35
|
-
* this.exporterService.exportData(this.arrayForExport, this.exportOptions);
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
|
-
* @memberof IgxBaseExporter
|
|
39
29
|
*/
|
|
40
30
|
public exportData(data: any[], options: IgcExporterOptionsBase): void;
|
|
41
31
|
|
|
@@ -47,25 +37,11 @@ export declare interface IgcBaseExporterEventMap {
|
|
|
47
37
|
|
|
48
38
|
/**
|
|
49
39
|
* This event is emitted when a row is exported.
|
|
50
|
-
* ```typescript
|
|
51
|
-
* this.exporterService.rowExporting.subscribe((args: IRowExportingEventArgs) => {
|
|
52
|
-
* // put event handler code here
|
|
53
|
-
* });
|
|
54
|
-
* ```
|
|
55
|
-
*
|
|
56
|
-
* @memberof IgxBaseExporter
|
|
57
40
|
*/
|
|
58
41
|
rowExporting: CustomEvent<IgcRowExportingEventArgs>;
|
|
59
42
|
|
|
60
43
|
/**
|
|
61
44
|
* This event is emitted when a column is exported.
|
|
62
|
-
* ```typescript
|
|
63
|
-
* this.exporterService.columnExporting.subscribe((args: IColumnExportingEventArgs) => {
|
|
64
|
-
* // put event handler code here
|
|
65
|
-
* });
|
|
66
|
-
* ```
|
|
67
|
-
*
|
|
68
|
-
* @memberof IgxBaseExporter
|
|
69
45
|
*/
|
|
70
46
|
columnExporting: CustomEvent<IgcColumnExportingEventArgs>;
|
|
71
47
|
|