Skip to content

Commit d5e9356

Browse files
committed
chore(*): Regen elements cofig.
1 parent d647b84 commit d5e9356

1 file changed

Lines changed: 12 additions & 29 deletions

File tree

projects/igniteui-angular-elements/src/analyzer/elements.config.ts

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import {
33
IgxPivotDataSelectorComponent,
44
IgxPivotGridComponent,
55
} from "../../../igniteui-angular/grids/pivot-grid";
6+
import { IgxGridElementsComponent } from "../lib/grids/grid.component";
7+
import { IgxHierarchicalGridElementsComponent } from "../lib/grids/hierarchical-grid.component";
8+
import { IgxTreeGridElementsComponent } from "../lib/grids/tree-grid.component";
69
import { IgxActionStripComponent } from "../../../igniteui-angular/action-strip/src/action-strip/action-strip.component";
710
import { IgxActionStripToken } from "../../../igniteui-angular/core/src/grid-column-actions/token";
811
import { IgxPaginatorComponent } from "../../../igniteui-angular/paginator/src/paginator/paginator.component";
@@ -23,12 +26,8 @@ import { IgxGridToolbarExporterComponent } from "../../../igniteui-angular/grids
2326
import { IgxGridToolbarHidingComponent } from "../../../igniteui-angular/grids/core/src/toolbar/grid-toolbar-hiding.component";
2427
import { IgxGridToolbarPinningComponent } from "../../../igniteui-angular/grids/core/src/toolbar/grid-toolbar-pinning.component";
2528
import { IgxRowIslandComponent } from "../../../igniteui-angular/grids/hierarchical-grid/src/row-island.component";
29+
import { IgxRowIslandElementsComponent } from "../lib/grids/row-island.component";
2630
import { IgxGridStateComponent } from "../lib/state.component";
27-
import { IgxGridElementsComponent } from "../lib/grids/grid.component";
28-
import { IgxHierarchicalGridElementsComponent } from "../lib/grids/hierarchical-grid.component";
29-
import { IgxTreeGridElementsComponent } from "../lib/grids/tree-grid.component";
30-
import { IgxRowIslandElementsComponent } from '../lib/grids/row-island.component';
31-
import { IgxGridActionsBaseDirective } from '../../../igniteui-angular/grids/core/src/grid-actions/grid-actions-base.directive';
3231

3332
export const registerComponents = [
3433
IgxGridElementsComponent,
@@ -245,7 +244,7 @@ export var registerConfig = [
245244
additionalProperties: [{ name: "hasChildren" }],
246245
methods: ["startEdit"],
247246
boolProps: ["addRow", "editRow", "deleteRow", "addChild", "asMenuItems"],
248-
provideAs: IgxGridActionsBaseDirective,
247+
provideAs: IgxActionStripActionsToken,
249248
},
250249
{
251250
component: IgxGridElementsComponent,
@@ -272,10 +271,6 @@ export var registerConfig = [
272271
},
273272
],
274273
additionalProperties: [
275-
{ name: "validation" },
276-
{ name: "gridAPI" },
277-
{ name: "cdr" },
278-
{ name: "navigation", writable: true },
279274
{ name: "actionStripComponents", writable: true },
280275
{ name: "groupsRecords" },
281276
{ name: "selectedCells" },
@@ -424,16 +419,6 @@ export var registerConfig = [
424419
"selectRowOnClick",
425420
],
426421
},
427-
{
428-
component: IgxGridEditingActionsComponent,
429-
selector: "igc-grid-editing-actions",
430-
parents: [IgxActionStripComponent],
431-
contentQueries: [],
432-
additionalProperties: [{ name: "hasChildren" }],
433-
methods: ["startEdit"],
434-
boolProps: ["addRow", "editRow", "deleteRow", "addChild", "asMenuItems"],
435-
provideAs: IgxGridActionsBaseDirective,
436-
},
437422
{
438423
component: IgxGridPinningActionsComponent,
439424
selector: "igc-grid-pinning-actions",
@@ -574,16 +559,14 @@ export var registerConfig = [
574559
},
575560
],
576561
additionalProperties: [
577-
{ name: "validation" },
578-
{ name: "gridAPI" },
579-
{ name: "cdr" },
580-
{ name: "navigation", writable: true },
581562
{ name: "childLayoutList", writable: true },
582563
{ name: "actionStripComponents", writable: true },
583564
{ name: "foreignKey" },
584565
{ name: "selectedCells" },
585566
{ name: "gridAPI", writable: true },
586567
{ name: "navigation", writable: true },
568+
{ name: "validation" },
569+
{ name: "cdr" },
587570
{ name: "shouldGenerate", writable: true },
588571
{ name: "rowList" },
589572
{ name: "dataRowList" },
@@ -903,15 +886,14 @@ export var registerConfig = [
903886
{ name: "rowIslandAPI", writable: true },
904887
{ name: "gridAPI", writable: true },
905888
{ name: "navigation", writable: true },
889+
{ name: "validation" },
890+
{ name: "cdr" },
906891
{ name: "shouldGenerate", writable: true },
907892
{ name: "rowList" },
908893
{ name: "dataRowList" },
909894
{ name: "transactions" },
910-
{ name: "validation" },
911-
{ name: "cdr" },
912895
{ name: "nativeElement" },
913896
{ name: "defaultRowHeight" },
914-
{ name: "defaultHeaderGroupMinWidth" },
915897
{ name: "columns" },
916898
{ name: "pinnedRows" },
917899
],
@@ -949,7 +931,8 @@ export var registerConfig = [
949931
"findPrev",
950932
"refreshSearch",
951933
"clearSearch",
952-
"getPinnedWidth",
934+
"getPinnedStartWidth",
935+
"getPinnedEndWidth",
953936
"selectRows",
954937
"deselectRows",
955938
"selectAllRows",
@@ -1054,8 +1037,8 @@ export var registerConfig = [
10541037
{ property: "actionStripComponent", childType: IgxActionStripToken },
10551038
],
10561039
additionalProperties: [
1057-
{ name: "rowIslandAPI", writable: true },
10581040
{ name: "childLayoutList", writable: true },
1041+
{ name: "rowIslandAPI", writable: true },
10591042
{ name: "gridAPI", writable: true },
10601043
{ name: "navigation", writable: true },
10611044
{ name: "validation" },

0 commit comments

Comments
 (0)