Skip to content

Commit e7bc5c4

Browse files
committed
chore(elements): adjust analyzer tags for grids expansionStates
1 parent d21fdb6 commit e7bc5c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,7 @@ export abstract class IgxGridBaseDirective implements GridType,
993993
@Output()
994994
public gridCopy = new EventEmitter<IGridClipboardEvent>();
995995

996+
/* blazorCSSuppress */
996997
/**
997998
* Emitted when the rows are expanded or collapsed.
998999
*
@@ -4194,7 +4195,7 @@ export abstract class IgxGridBaseDirective implements GridType,
41944195
col.toggleVisibility(args.newValue);
41954196
}
41964197

4197-
/* blazorSuppress */
4198+
/* blazorCSSuppress */
41984199
/**
41994200
* Gets/Sets a list of key-value pairs [row ID, expansion state].
42004201
*
@@ -4212,7 +4213,7 @@ export abstract class IgxGridBaseDirective implements GridType,
42124213
return this._expansionStates;
42134214
}
42144215

4215-
/* blazorSuppress */
4216+
/* blazorCSSuppress */
42164217
public set expansionStates(value) {
42174218
this._expansionStates = new Map<any, boolean>(value);
42184219
this.expansionStatesChange.emit(this._expansionStates);

0 commit comments

Comments
 (0)