@bridgeline-digital/hawksearch-handlebars-ui 2.1.0-beta.3 → 2.1.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -52,6 +52,8 @@ export declare class RecommendationsComponent extends BaseComponent<Recommendati
|
|
|
52
52
|
protected defaultHtml: any;
|
|
53
53
|
protected bindFromEvent: boolean;
|
|
54
54
|
private widgetId;
|
|
55
|
+
private itemId;
|
|
56
|
+
private requestTimer;
|
|
55
57
|
private get carousel();
|
|
56
58
|
private get carouselPosition();
|
|
57
59
|
private get displayType();
|