tabexseriescomponents 0.2.1126 → 0.2.1127
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/dist/index.cjs.js +4 -3
- package/dist/index.esm.js +4 -3
- package/dist/index.umd.js +4 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -7599,9 +7599,10 @@ var Productinfo = function Productinfo(props) {
|
|
|
7599
7599
|
} else {
|
|
7600
7600
|
setisoutofstock(false);
|
|
7601
7601
|
}
|
|
7602
|
-
|
|
7603
|
-
url.searchParams.set('variant', variantobj.variantid);
|
|
7604
|
-
|
|
7602
|
+
// const url = new URL(window.location.href);
|
|
7603
|
+
// url.searchParams.set('variant', variantobj.variantid);
|
|
7604
|
+
|
|
7605
|
+
// window.history.replaceState(null, '', url.toString());
|
|
7605
7606
|
setvariantsku(variantobj === null || variantobj === void 0 ? void 0 : variantobj.sku);
|
|
7606
7607
|
setcurrentshowingimageindex(variantimageindex);
|
|
7607
7608
|
setaddtocardpayloadobj(_objectSpread$2B({}, tempaddtocardpayloadobj));
|
package/dist/index.esm.js
CHANGED
|
@@ -7548,9 +7548,10 @@ var Productinfo = function Productinfo(props) {
|
|
|
7548
7548
|
} else {
|
|
7549
7549
|
setisoutofstock(false);
|
|
7550
7550
|
}
|
|
7551
|
-
|
|
7552
|
-
url.searchParams.set('variant', variantobj.variantid);
|
|
7553
|
-
|
|
7551
|
+
// const url = new URL(window.location.href);
|
|
7552
|
+
// url.searchParams.set('variant', variantobj.variantid);
|
|
7553
|
+
|
|
7554
|
+
// window.history.replaceState(null, '', url.toString());
|
|
7554
7555
|
setvariantsku(variantobj === null || variantobj === void 0 ? void 0 : variantobj.sku);
|
|
7555
7556
|
setcurrentshowingimageindex(variantimageindex);
|
|
7556
7557
|
setaddtocardpayloadobj(_objectSpread$2B({}, tempaddtocardpayloadobj));
|
package/dist/index.umd.js
CHANGED
|
@@ -7407,9 +7407,10 @@
|
|
|
7407
7407
|
} else {
|
|
7408
7408
|
setisoutofstock(false);
|
|
7409
7409
|
}
|
|
7410
|
-
|
|
7411
|
-
url.searchParams.set('variant', variantobj.variantid);
|
|
7412
|
-
|
|
7410
|
+
// const url = new URL(window.location.href);
|
|
7411
|
+
// url.searchParams.set('variant', variantobj.variantid);
|
|
7412
|
+
|
|
7413
|
+
// window.history.replaceState(null, '', url.toString());
|
|
7413
7414
|
setvariantsku(variantobj === null || variantobj === void 0 ? void 0 : variantobj.sku);
|
|
7414
7415
|
setcurrentshowingimageindex(variantimageindex);
|
|
7415
7416
|
setaddtocardpayloadobj(_objectSpread$2B({}, tempaddtocardpayloadobj));
|