igniteui-angular-sovn
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
80 lines (78 loc) • 2.15 kB
JSON
{
"$schema": "../../common/schema/members-changes.schema.json",
"changes": [
{
"member": "selectItems",
"replaceWith": "select",
"definedIn": [
"IgxComboComponent"
]
},
{
"member": "deselectItems",
"replaceWith": "deselect",
"definedIn": [
"IgxComboComponent"
]
},
{
"member": "selectedItems()",
"replaceWith": "selection",
"definedIn": [
"IgxComboBaseDirective"
]
},
{
"member": "rowSelected",
"replaceWith": "rowSelectionChanging",
"definedIn": [
"IgxGridComponent",
"IgxTreeGridComponent",
"IgxHierarchicalGridComponent",
"IgxRowIslandComponent"
]
},
{
"member": "columnSelected",
"replaceWith": "columnSelectionChanging",
"definedIn": [
"IgxGridComponent",
"IgxTreeGridComponent",
"IgxHierarchicalGridComponent",
"IgxRowIslandComponent"
]
},
{
"member": "rowData",
"replaceWith": "data",
"definedIn": [
"RowType",
"IgxGridRow",
"IgxTreeGridRow",
"IgxHierarchicalGridRow",
"IgxRowDirective"
]
},
{
"member": "rowID",
"replaceWith": "key",
"definedIn": [
"RowType",
"IgxGridRow",
"IgxTreeGridRow",
"IgxHierarchicalGridRow",
"IgxRowDirective",
"ITreeGridRecord"
]
},
{
"member": "columnsCollection",
"replaceWith": "columns",
"definedIn": [
"IgxGridComponent",
"IgxHierarchicalGridComponent",
"IgxTreeGridComponent"
]
}
]
}