Skip to content

Commit 97f490e

Browse files
authored
chore: Update grid tags for blazor generation (#17437)
1 parent bdc2512 commit 97f490e

8 files changed

Lines changed: 14 additions & 9 deletions

File tree

projects/igniteui-angular-elements/src/lib/state.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export interface IGridStateInfo {
3131
/* blazorIndirectRender */
3232
/* singleInstanceIdentifier */
3333
/* contentParent: GridBaseDirective */
34+
/* contentParent: Grid */
35+
/* contentParent: TreeGrid */
3436
/* contentParent: HierarchicalGrid */
3537
/* jsonAPIManageCollectionInMarkup */
3638
/**

projects/igniteui-angular/action-strip/src/action-strip/action-strip.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ export class IgxActionStripMenuItemDirective {
5252
/* wcElementTag: igc-action-strip */
5353
/* blazorIndirectRender */
5454
/* singleInstanceIdentifier */
55-
/* contentParent: GridBaseDirective */
55+
/* contentParent: Grid */
56+
/* contentParent: TreeGrid */
5657
/* contentParent: RowIsland */
5758
/* contentParent: HierarchicalGrid */
5859
/**

projects/igniteui-angular/grids/core/src/common/events.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export interface IGridEditDoneEventArgs extends IBaseEventArgs {
9595
* Indicates if the editing consists of adding a new row
9696
*/
9797
isAddRow?: boolean;
98+
/* blazorSuppress */
9899
/**
99100
* Optional
100101
* Indicates if the new value would be valid.

projects/igniteui-angular/grids/core/src/pivot-grid-dimensions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export class IgxPivotDateDimension implements IPivotDimension {
6363
fullDate: true
6464
};
6565

66+
/* treatAsRef */
6667
/**
6768
* Gets/Sets the resource strings.
6869
*

projects/igniteui-angular/grids/core/src/toolbar/grid-toolbar.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ import { IgxIconService } from 'igniteui-angular/icon';
1414
/* wcElementTag: igc-grid-toolbar */
1515
/* blazorIndirectRender */
1616
/* singleInstanceIdentifier */
17-
/* contentParent: GridBaseDirective */
17+
/* contentParent: Grid */
18+
/* contentParent: TreeGrid */
1819
/* contentParent: RowIsland */
1920
/* contentParent: HierarchicalGrid */
2021
/* jsonAPIManageItemInMarkup */

projects/igniteui-angular/grids/hierarchical-grid/src/events.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ import { IgxRowIslandComponent } from './row-island.component';
44

55

66
export interface IGridCreatedEventArgs extends IBaseEventArgs {
7+
/* alternateType: RowIsland */
78
owner: IgxRowIslandComponent;
89
parentID: any;
10+
/* alternateType: HierarchicalGrid */
911
grid: IgxHierarchicalGridComponent;
1012
parentRowData?: any;
1113
}

projects/igniteui-angular/grids/hierarchical-grid/src/hierarchical-grid.component.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,6 @@ export class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirecti
326326
@HostBinding('attr.role')
327327
public role = 'grid';
328328

329-
/* contentChildren */
330-
/* blazorInclude */
331-
/* blazorTreatAsCollection */
332-
/* blazorCollectionName: RowIslandCollection */
333-
/* ngQueryListName: childLayoutList */
334329
/**
335330
* @hidden
336331
*/
@@ -564,6 +559,7 @@ export class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirecti
564559
return this._hGridSchema;
565560
}
566561

562+
/* blazorSuppress */
567563
/**
568564
* Gets/Sets the resource strings.
569565
*
@@ -580,7 +576,7 @@ export class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirecti
580576
}
581577
}
582578

583-
/* blazorCSSuppress */
579+
/* blazorSuppress */
584580
public override get resourceStrings(): IGridResourceStrings {
585581
return super.resourceStrings;
586582
}

projects/igniteui-angular/paginator/src/paginator/paginator.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export class IgxPaginatorContentDirective {
3131
/* wcElementTag: igc-paginator */
3232
/* blazorIndirectRender */
3333
/* singleInstanceIdentifier */
34-
/* contentParent: GridBaseDirective */
34+
/* contentParent: Grid */
35+
/* contentParent: TreeGrid */
3536
/* contentParent: RowIsland */
3637
/* contentParent: HierarchicalGrid */
3738
/* jsonAPIManageCollectionInMarkup */

0 commit comments

Comments
 (0)