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
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcHierarchicalGridBaseDirective } from './igc-hierarchical-grid-base-directive';
|
|
3
|
+
import { IgcGridCreatedEventArgs } from './igc-grid-created-event-args';
|
|
4
|
+
import { IgcGridToolbarTemplateContext } from './igc-grid-toolbar-template-context';
|
|
5
|
+
import { IgcRenderFunction } from './common';
|
|
6
|
+
import { IgcGridPaginatorTemplateContext } from './igc-grid-paginator-template-context';
|
|
7
|
+
import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
|
|
8
|
+
import { IgcHierarchicalGridBaseDirectiveEventMap } from './igc-hierarchical-grid-base-directive';
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
/* jsonAPIManageCollectionInMarkup */
|
|
12
|
+
/* wcSkipComponentSuffix */
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
/* wcAlternateName: RowIslandBase */
|
|
16
|
+
/* blazorIndirectRender
|
|
17
|
+
blazorComponent
|
|
18
|
+
omitModule
|
|
19
|
+
wcSkipComponentSuffix */
|
|
20
|
+
/**
|
|
21
|
+
* Row island
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
export declare class IgcRowIslandBaseComponent extends EventEmitterMixin<IgcRowIslandBaseComponentEventMap, AbstractConstructor<IgcHierarchicalGridBaseDirective>>(IgcHierarchicalGridBaseDirective)
|
|
25
|
+
|
|
26
|
+
{
|
|
27
|
+
|
|
28
|
+
/* blazorSuppress */
|
|
29
|
+
static readonly tagName: string;
|
|
30
|
+
/* blazorSuppress */
|
|
31
|
+
static register(): void;
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
/* csSuppress */
|
|
36
|
+
/**
|
|
37
|
+
* Sets/Gets the toolbar template for each child grid created from this row island.
|
|
38
|
+
*/
|
|
39
|
+
public set toolbarTemplate(value: IgcRenderFunction<IgcGridToolbarTemplateContext>);
|
|
40
|
+
public get toolbarTemplate(): IgcRenderFunction<IgcGridToolbarTemplateContext>;
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/* csSuppress */
|
|
46
|
+
/**
|
|
47
|
+
* Sets/Gets the paginator template for each child grid created from this row island.
|
|
48
|
+
*/
|
|
49
|
+
public set paginatorTemplate(value: IgcRenderFunction<IgcGridPaginatorTemplateContext>);
|
|
50
|
+
public get paginatorTemplate(): IgcRenderFunction<IgcGridPaginatorTemplateContext>;
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Sets if all immediate children of the grids for this row island should be expanded/collapsed.
|
|
56
|
+
*/
|
|
57
|
+
public set expandChildren(value: boolean);
|
|
58
|
+
public get expandChildren(): boolean;
|
|
59
|
+
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export declare interface IgcRowIslandBaseComponentEventMap extends IgcHierarchicalGridBaseDirectiveEventMap {
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Event emitted when a grid is being created based on this row island.
|
|
66
|
+
*/
|
|
67
|
+
gridCreated: CustomEvent<IgcGridCreatedEventArgs>;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Emitted after a grid is being initialized for this row island.
|
|
71
|
+
* The emitting is done in `ngAfterViewInit`.
|
|
72
|
+
*/
|
|
73
|
+
gridInitialized: CustomEvent<IgcGridCreatedEventArgs>;
|
|
74
|
+
|
|
75
|
+
}
|
|
76
|
+
|