Skip to content

Commit acda41b

Browse files
authored
chore(pivot): data selector analyzer tag (#15319)
1 parent 0e61869 commit acda41b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-data-selector.component.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ interface IDataSelectorPanel {
6161
dragChannels: string[];
6262
}
6363

64-
/* blazorIndirectRender
64+
/* blazorIndirectRender
6565
blazorComponent */
66+
/* wcElementTag: igc-pivot-data-selector */
6667
/**
6768
* Pivot Data Selector provides means to configure the pivot state of the Pivot Grid via a vertical panel UI
6869
*
@@ -199,7 +200,7 @@ export class IgxPivotDataSelectorComponent {
199200
protected get size(): Size {
200201
return this.grid?.gridSize;
201202
}
202-
203+
203204
/** @hidden @internal **/
204205
public dimensions: IPivotDimension[];
205206

0 commit comments

Comments
 (0)