igniteui-angular-sovn
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
31 lines (30 loc) • 740 B
JSON
{
"$schema": "../../common/schema/binding.schema.json",
"changes": [
{
"name": "height",
"remove": true,
"owner": {
"selector": "igx-combo",
"type": "component"
}
},
{
"name": "name",
"moveBetweenElementTags": true,
"conditions": ["igxIcon_is_material_name"],
"owner": {
"selector": "igx-icon",
"type": "component"
}
},
{
"name": "iconName",
"replaceWith": "name",
"owner": {
"selector": "igx-icon",
"type": "component"
}
}
]
}