igniteui-angular-sovn
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
37 lines • 925 B
JSON
{
"$schema": "../../common/schema/binding.schema.json",
"changes": [
{
"name": "onOpen",
"replaceWith": "onOpened",
"owner": {
"selector": "igx-time-picker",
"type": "component"
}
},
{
"name": "onClose",
"replaceWith": "onClosed",
"owner": {
"selector": "igx-time-picker",
"type": "component"
}
},
{
"name": "onOpen",
"replaceWith": "onOpened",
"owner": {
"selector": "igx-date-picker",
"type": "component"
}
},
{
"name": "onClose",
"replaceWith": "onClosed",
"owner": {
"selector": "igx-date-picker",
"type": "component"
}
}
]
}