Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion projects/igniteui-angular/grids/grid/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ import {
IgxRowAddTextDirective,
IgxRowEditActionsDirective,
IgxRowEditTabStopDirective,
IgxRowEditTextDirective
IgxRowEditTextDirective,
IgxGridActionButtonComponent,
IgxGridPinningActionsComponent,
IgxGridActionsBaseDirective,
IgxGridEditingActionsComponent
} from "igniteui-angular/grids/core";
import {
IgxPaginatorComponent,
Expand Down Expand Up @@ -118,6 +122,11 @@ export const IGX_GRID_DIRECTIVES = [
IgxDragIndicatorIconDirective,
IgxRowDragGhostDirective,
IgxGridStateDirective,
// IGX_GRID_ACTIONS
IgxGridPinningActionsComponent,
IgxGridEditingActionsComponent,
IgxGridActionsBaseDirective,
IgxGridActionButtonComponent,
// IGX_GRID_HEADERS_DIRECTIVES:
IgxGridHeaderComponent,
IgxGridHeaderGroupComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ import {
IgxExcelStyleSearchComponent,
IgxExcelStyleColumnOperationsTemplateDirective,
IgxExcelStyleFilterOperationsTemplateDirective,
IgxExcelStyleLoadingValuesTemplateDirective
IgxExcelStyleLoadingValuesTemplateDirective,
IgxGridActionButtonComponent,
IgxGridActionsBaseDirective,
IgxGridEditingActionsComponent,
IgxGridPinningActionsComponent
} from "igniteui-angular/grids/core";
import {
IgxPaginatorComponent,
Expand Down Expand Up @@ -111,6 +115,11 @@ export const IGX_HIERARCHICAL_GRID_DIRECTIVES = [
IgxDragIndicatorIconDirective,
IgxRowDragGhostDirective,
IgxGridStateDirective,
// IGX_GRID_ACTIONS
IgxGridPinningActionsComponent,
IgxGridEditingActionsComponent,
IgxGridActionsBaseDirective,
IgxGridActionButtonComponent,
// IGX_GRID_HEADERS_DIRECTIVES:
IgxGridHeaderComponent,
IgxGridHeaderGroupComponent,
Expand Down
11 changes: 10 additions & 1 deletion projects/igniteui-angular/grids/pivot-grid/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@ import {
IgxExcelStyleSearchComponent,
IgxExcelStyleColumnOperationsTemplateDirective,
IgxExcelStyleFilterOperationsTemplateDirective,
IgxExcelStyleLoadingValuesTemplateDirective
IgxExcelStyleLoadingValuesTemplateDirective,
IgxGridActionButtonComponent,
IgxGridActionsBaseDirective,
IgxGridEditingActionsComponent,
IgxGridPinningActionsComponent
} from "igniteui-angular/grids/core";

/* NOTE: Pivot grid directives collection for ease-of-use import in standalone components scenario */
Expand All @@ -91,6 +95,11 @@ export const IGX_PIVOT_GRID_DIRECTIVES = [
IgxDragIndicatorIconDirective,
IgxRowDragGhostDirective,
IgxGridStateDirective,
// IGX_GRID_ACTIONS
IgxGridPinningActionsComponent,
IgxGridEditingActionsComponent,
IgxGridActionsBaseDirective,
IgxGridActionButtonComponent,
// IGX_GRID_HEADERS_DIRECTIVES:
IgxGridHeaderComponent,
IgxGridHeaderGroupComponent,
Expand Down
11 changes: 10 additions & 1 deletion projects/igniteui-angular/grids/tree-grid/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ import {
IgxExcelStyleSearchComponent,
IgxExcelStyleColumnOperationsTemplateDirective,
IgxExcelStyleFilterOperationsTemplateDirective,
IgxExcelStyleLoadingValuesTemplateDirective
IgxExcelStyleLoadingValuesTemplateDirective,
IgxGridActionButtonComponent,
IgxGridActionsBaseDirective,
IgxGridEditingActionsComponent,
IgxGridPinningActionsComponent
} from "igniteui-angular/grids/core";
import {
IgxPaginatorComponent,
Expand Down Expand Up @@ -113,6 +117,11 @@ export const IGX_TREE_GRID_DIRECTIVES = [
IgxDragIndicatorIconDirective,
IgxRowDragGhostDirective,
IgxGridStateDirective,
// IGX_GRID_ACTIONS
IgxGridPinningActionsComponent,
IgxGridEditingActionsComponent,
IgxGridActionsBaseDirective,
IgxGridActionButtonComponent,
// IGX_GRID_HEADERS_DIRECTIVES:
IgxGridHeaderComponent,
IgxGridHeaderGroupComponent,
Expand Down
Loading