Skip to content

Commit

Permalink
apply breaking changes with frmeworkComponents, bump version to 31
Browse files Browse the repository at this point in the history
  • Loading branch information
gsambrotta committed Feb 8, 2024
1 parent debd788 commit 671379c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@ngx-formly/material": "^6.1.8",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"ag-grid-angular": "^30.0.6",
"ag-grid-community": "^30.0.6",
"ag-grid-angular": "^31.0.3",
"ag-grid-community": "^31.0.3",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/app/blocks/grid-block/grid-block.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[rowData]="rowData"
[defaultColDef]="defaultColDef"
[gridOptions]="gridOptions"
[frameworkComponents]="frameworkComponents"
[components]="components"
(selectionChanged)="onSelectionChanged($event)"
[columnDefs]="columnDefs"></ag-grid-angular>

Expand Down
2 changes: 1 addition & 1 deletion src/app/blocks/grid-block/grid-block.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class GridBlockComponent implements OnInit, OnChanges {
valueGetter = null;


frameworkComponents = {
components = {
workflowRenderer: WorkflowCellRendererComponent,
connectionStatusRenderer: ConnectionStatusRendererComponent,
};
Expand Down

0 comments on commit 671379c

Please sign in to comment.