The final width of the compact box, before it opens.
wp.hooks.applyFilters('asp_compact_width', width, searchId, searchInstanceId);
wp.hooks.addFilter('asp_compact_width', 'asp', function(width){ return '300px';}, 10);