algolia-experiences 1.6.2 → 1.6.3
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.
|
@@ -12371,6 +12371,12 @@
|
|
|
12371
12371
|
helper: helper
|
|
12372
12372
|
})));
|
|
12373
12373
|
},
|
|
12374
|
+
scheduleLocalSearch: defer(function () {
|
|
12375
|
+
if (isolated) {
|
|
12376
|
+
var _helper2;
|
|
12377
|
+
(_helper2 = helper) === null || _helper2 === void 0 ? void 0 : _helper2.search();
|
|
12378
|
+
}
|
|
12379
|
+
}),
|
|
12374
12380
|
getWidgets: function getWidgets() {
|
|
12375
12381
|
return localWidgets;
|
|
12376
12382
|
},
|
|
@@ -12436,8 +12442,7 @@
|
|
|
12436
12442
|
}
|
|
12437
12443
|
});
|
|
12438
12444
|
if (isolated) {
|
|
12439
|
-
|
|
12440
|
-
(_helper2 = helper) === null || _helper2 === void 0 ? void 0 : _helper2.search();
|
|
12445
|
+
this.scheduleLocalSearch();
|
|
12441
12446
|
} else {
|
|
12442
12447
|
localInstantSearchInstance.scheduleSearch();
|
|
12443
12448
|
}
|
|
@@ -12516,8 +12521,7 @@
|
|
|
12516
12521
|
helper.recommendState = cleanedRecommendState;
|
|
12517
12522
|
if (localWidgets.length) {
|
|
12518
12523
|
if (isolated) {
|
|
12519
|
-
|
|
12520
|
-
(_helper3 = helper) === null || _helper3 === void 0 ? void 0 : _helper3.search();
|
|
12524
|
+
this.scheduleLocalSearch();
|
|
12521
12525
|
} else {
|
|
12522
12526
|
localInstantSearchInstance.scheduleSearch();
|
|
12523
12527
|
}
|
|
@@ -12761,7 +12765,7 @@
|
|
|
12761
12765
|
},
|
|
12762
12766
|
dispose: function dispose() {
|
|
12763
12767
|
var _this5 = this,
|
|
12764
|
-
|
|
12768
|
+
_helper3,
|
|
12765
12769
|
_derivedHelper3;
|
|
12766
12770
|
localWidgets.forEach(function (widget) {
|
|
12767
12771
|
if (widget.dispose && helper) {
|
|
@@ -12781,7 +12785,7 @@
|
|
|
12781
12785
|
});
|
|
12782
12786
|
localInstantSearchInstance = null;
|
|
12783
12787
|
localParent = null;
|
|
12784
|
-
(
|
|
12788
|
+
(_helper3 = helper) === null || _helper3 === void 0 ? void 0 : _helper3.removeAllListeners();
|
|
12785
12789
|
helper = null;
|
|
12786
12790
|
(_derivedHelper3 = derivedHelper) === null || _derivedHelper3 === void 0 ? void 0 : _derivedHelper3.detach();
|
|
12787
12791
|
derivedHelper = null;
|
|
@@ -12958,7 +12962,7 @@
|
|
|
12958
12962
|
};
|
|
12959
12963
|
}
|
|
12960
12964
|
|
|
12961
|
-
var version$1 = '4.
|
|
12965
|
+
var version$1 = '4.84.0';
|
|
12962
12966
|
|
|
12963
12967
|
function _typeof$j(o) {
|
|
12964
12968
|
"@babel/helpers - typeof";
|