@ikas/storefront 0.0.167-alpha.13 → 0.0.167-alpha.15
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.
- package/build/index.es.js +1 -2
- package/build/index.js +1 -2
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -23607,14 +23607,13 @@ var CheckoutViewModel = /** @class */ (function () {
|
|
|
23607
23607
|
switch (_a.label) {
|
|
23608
23608
|
case 0:
|
|
23609
23609
|
if (!!isServer$1) return [3 /*break*/, 2];
|
|
23610
|
-
return [4 /*yield*/, this.router.replace("/checkout?id=" + this.checkout.id + "&step=" + step)];
|
|
23610
|
+
return [4 /*yield*/, this.router.replace("/checkout?id=" + this.checkout.id + "&step=" + step, undefined, { shallow: false })];
|
|
23611
23611
|
case 1:
|
|
23612
23612
|
result = _a.sent();
|
|
23613
23613
|
console.log("RESULT", result);
|
|
23614
23614
|
console.log("OUT", window.location.href);
|
|
23615
23615
|
requestAnimationFrame(function () {
|
|
23616
23616
|
console.log("IN", window.location.href);
|
|
23617
|
-
// this.router.reload();
|
|
23618
23617
|
});
|
|
23619
23618
|
setInterval(function () {
|
|
23620
23619
|
console.log("INT", window.location.href);
|
package/build/index.js
CHANGED
|
@@ -23615,14 +23615,13 @@ var CheckoutViewModel = /** @class */ (function () {
|
|
|
23615
23615
|
switch (_a.label) {
|
|
23616
23616
|
case 0:
|
|
23617
23617
|
if (!!isServer$1) return [3 /*break*/, 2];
|
|
23618
|
-
return [4 /*yield*/, this.router.replace("/checkout?id=" + this.checkout.id + "&step=" + step)];
|
|
23618
|
+
return [4 /*yield*/, this.router.replace("/checkout?id=" + this.checkout.id + "&step=" + step, undefined, { shallow: false })];
|
|
23619
23619
|
case 1:
|
|
23620
23620
|
result = _a.sent();
|
|
23621
23621
|
console.log("RESULT", result);
|
|
23622
23622
|
console.log("OUT", window.location.href);
|
|
23623
23623
|
requestAnimationFrame(function () {
|
|
23624
23624
|
console.log("IN", window.location.href);
|
|
23625
|
-
// this.router.reload();
|
|
23626
23625
|
});
|
|
23627
23626
|
setInterval(function () {
|
|
23628
23627
|
console.log("INT", window.location.href);
|