wp_customize_image_control deprecated add_tab alternative

As I can see they comepletly changed background image ( or image ) select in customizer.

There’s no more tabs for images at all.

But what can you do is create new class wich will extend WP_Customize_Image_Control ( or WP_Customize_Upload_Control ) and add there a choise ( select or radio ) to show upload or sellect pattern.

May be it can be compleated without new class, simply add_control function to add fields and litle js to show hide upload and select pattern box.

Personaly i don’t like customizer, so i don’t know about it much, but i’v looked to code and add_tab is gone for shore (