igniteui-webcomponents-grids 7.2.0-beta.1 → 7.2.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/custom-elements.json +3968 -17426
- package/grids/lib/igc-grid-base-component.d.ts +0 -5
- package/grids/lib/igc-hierarchical-grid-base-component.d.ts +0 -5
- package/grids/lib/igc-row-island-base-component.d.ts +0 -5
- package/grids/lib/igc-tree-grid-base-component.d.ts +0 -5
- package/package.json +1 -1
- package/vscode.html-custom-data.json +1 -1
- package/web-types.json +1 -1
|
@@ -22,11 +22,6 @@ import { IgcHierarchicalGridBaseDirectiveEventMap } from './igc-hierarchical-gri
|
|
|
22
22
|
export declare class IgcHierarchicalGridBaseComponent extends IgcHierarchicalGridBaseDirective
|
|
23
23
|
{
|
|
24
24
|
|
|
25
|
-
/* blazorSuppress */
|
|
26
|
-
static readonly tagName: string;
|
|
27
|
-
/* blazorSuppress */
|
|
28
|
-
static register(): void;
|
|
29
|
-
|
|
30
25
|
|
|
31
26
|
|
|
32
27
|
/* contentChildren */
|
|
@@ -26,11 +26,6 @@ import { IgcGridBaseDirectiveEventMap } from './igc-grid-base-directive';
|
|
|
26
26
|
export declare class IgcTreeGridBaseComponent extends IgcGridBaseDirective
|
|
27
27
|
{
|
|
28
28
|
|
|
29
|
-
/* blazorSuppress */
|
|
30
|
-
static readonly tagName: string;
|
|
31
|
-
/* blazorSuppress */
|
|
32
|
-
static register(): void;
|
|
33
|
-
|
|
34
29
|
|
|
35
30
|
|
|
36
31
|
/**
|
package/package.json
CHANGED