Re https://github.com/telerik/kendo-angular/issues/3649
The FilterableComponent has been removed from the dropdowns public API.
This is important to us as it allows us to create a directive that targets all the filterable components, similar to FilterDirective.
Can this be made public?
Hello Kevin,
The observed behaviour is caused by the way Ivy packages are being bundled. In reality the mentioned Filterable component was never part of the public API and was never exported from the related package. However it was included in the produced bundle by the Angular compiler. Currently this is no longer the case and only the publicly exported classes in main.ts are included in the bundle.
With that being said, we are not planning to add the Filterable component to the public API, as it is not intended for public usage, but we will export it from main.ts which will align the behaviour with the one prior the ivy packages.
Regards,
Dimiter Madjarov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.