@moonbase.sh/storefront 1.0.23 → 1.0.24
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/moonbase.js +22 -20
- package/dist/moonbase.umd.cjs +2 -2
- package/package.json +2 -2
package/dist/moonbase.js
CHANGED
|
@@ -10102,28 +10102,30 @@ function Wn(e) {
|
|
|
10102
10102
|
throw new En("Invalid input", `Could not handle item of type '${i.type}'`);
|
|
10103
10103
|
return t == null || t.pushOrderContent(), m;
|
|
10104
10104
|
}
|
|
10105
|
-
function o(i) {
|
|
10106
|
-
var
|
|
10107
|
-
if (t && i.type === "Bundle" && i.replaced && i.replaced.length > 0)
|
|
10108
|
-
|
|
10109
|
-
|
|
10110
|
-
|
|
10111
|
-
|
|
10112
|
-
|
|
10113
|
-
id: h
|
|
10105
|
+
function o(i, a) {
|
|
10106
|
+
var l, u;
|
|
10107
|
+
if (t && i.type === "Bundle" && i.replaced && i.replaced.length > 0) {
|
|
10108
|
+
let c = a;
|
|
10109
|
+
for (const { productId: d, variationId: f } of i.replaced.map((h) => ({ productId: h.split("/")[0], variationId: h.split("/")[1] }))) {
|
|
10110
|
+
const h = t.storefront.value.products.find((y) => y.id === d), m = (l = h == null ? void 0 : h.variations) == null ? void 0 : l.find((y) => y.id === f);
|
|
10111
|
+
if (h && m && !t.currentOrder.value.items.some((y) => y.type === "Product" && y.productId === d)) {
|
|
10112
|
+
const x = {
|
|
10113
|
+
id: `p/${h.id}/${f}`,
|
|
10114
10114
|
type: "Product",
|
|
10115
|
-
productId:
|
|
10116
|
-
product:
|
|
10115
|
+
productId: h.id,
|
|
10116
|
+
product: h,
|
|
10117
10117
|
quantity: 1,
|
|
10118
|
-
variation:
|
|
10119
|
-
variationId:
|
|
10118
|
+
variation: m,
|
|
10119
|
+
variationId: f,
|
|
10120
10120
|
// offerId: offer?.id, // TODO: Should we handle this?
|
|
10121
|
-
price:
|
|
10122
|
-
appliedDiscount:
|
|
10123
|
-
isDefaultVariation:
|
|
10124
|
-
}
|
|
10121
|
+
price: m.price,
|
|
10122
|
+
appliedDiscount: m.discount,
|
|
10123
|
+
isDefaultVariation: m.id === ((u = h.defaultVariation) == null ? void 0 : u.id)
|
|
10124
|
+
};
|
|
10125
|
+
c !== void 0 ? (t.currentOrder.value.items.splice(c, 0, x), c++) : t.currentOrder.value.items.push(x);
|
|
10125
10126
|
}
|
|
10126
10127
|
}
|
|
10128
|
+
}
|
|
10127
10129
|
}
|
|
10128
10130
|
function s() {
|
|
10129
10131
|
var i;
|
|
@@ -10146,13 +10148,13 @@ function Wn(e) {
|
|
|
10146
10148
|
throw new Error("Cart item not found");
|
|
10147
10149
|
if (l.quantity = a, l.quantity <= 0) {
|
|
10148
10150
|
const u = t.currentOrder.value.items.findIndex((c) => c.id === l.id);
|
|
10149
|
-
t.currentOrder.value.items.splice(u, 1), o(i), s();
|
|
10151
|
+
t.currentOrder.value.items.splice(u, 1), o(i, u), s();
|
|
10150
10152
|
}
|
|
10151
10153
|
return t.pushOrderContent(), i;
|
|
10152
10154
|
},
|
|
10153
10155
|
removeFromCart: (i) => {
|
|
10154
10156
|
const a = t.currentOrder.value.items.findIndex((l) => l.id === i.id);
|
|
10155
|
-
t.currentOrder.value.items.splice(a, 1), o(i), s(), t.pushOrderContent();
|
|
10157
|
+
t.currentOrder.value.items.splice(a, 1), o(i, a), s(), t.pushOrderContent();
|
|
10156
10158
|
},
|
|
10157
10159
|
checkout: async (i) => {
|
|
10158
10160
|
var a;
|
|
@@ -17285,7 +17287,7 @@ function n5(e, t) {
|
|
|
17285
17287
|
const we = /* @__PURE__ */ pr(e5, [["render", n5]]), r5 = { class: "moonbase:about" }, o5 = /* @__PURE__ */ le({
|
|
17286
17288
|
__name: "About",
|
|
17287
17289
|
setup(e) {
|
|
17288
|
-
const t = Ae(), n = "1.0.
|
|
17290
|
+
const t = Ae(), n = "1.0.24";
|
|
17289
17291
|
return (r, o) => (p(), E("div", r5, [
|
|
17290
17292
|
o[2] || (o[2] = gp('<svg viewBox="0 0 512 512" height="56px" width="56px"><g><path fill="currentColor" d="m493.17795,174.6135c6.257,75.3 -30.577,150.948 -100.579,190.758c-66.292,37.697 -145.001,33.405 -205.402,-4.415c0.409,-1.248 0.638,-2.577 0.638,-3.96c0,-7.026 -5.717,-12.743 -12.743,-12.743c-2.876,0 -5.524,0.969 -7.659,2.582c-18.813,-15.259 -35.159,-34.207 -47.856,-56.534c-54.663,-96.122 -21.054,-218.358 75.069,-273.021a201.218,201.218 0 0 1 33.302,-15.124c-32.428,3.667 -64.663,13.809 -94.827,30.962c-104.526,59.443 -149.511,183.241 -113.473,293.249c-3.376,3.057 -5.513,7.459 -5.513,12.362c0,9.207 7.491,16.698 16.698,16.698c0.136,0 0.267,-0.017 0.401,-0.02a252.205,252.205 0 0 0 8.683,16.691c67.869,119.344 219.635,161.073 338.98,93.204a250.416,250.416 0 0 0 32.893,-22.333c1.045,0.331 2.157,0.513 3.311,0.513c6.047,0 10.968,-4.921 10.968,-10.968c0,-0.605 -0.063,-1.196 -0.157,-1.775c69.545,-64.988 96.008,-165.054 67.266,-256.126m-446.526,25.112a5.071,5.071 0 0 1 -5.066,-5.066a5.072,5.072 0 0 1 5.066,-5.067a5.073,5.073 0 0 1 5.066,5.067a5.072,5.072 0 0 1 -5.066,5.066m-15.819,153.944c-8.238,0 -14.94,-6.702 -14.94,-14.94c0,-8.239 6.702,-14.941 14.94,-14.941c8.239,0 14.941,6.702 14.941,14.941c-0.001,8.238 -6.703,14.94 -14.941,14.94m144.258,-7.659c6.057,0 10.985,4.928 10.985,10.986c0,6.058 -4.928,10.985 -10.985,10.985c-6.058,0 -10.986,-4.928 -10.986,-10.985c0.001,-6.059 4.928,-10.986 10.986,-10.986m70.829,133.004c-5.079,0 -9.21,-4.132 -9.21,-9.21c0,-5.079 4.131,-9.21 9.21,-9.21c5.078,0 9.209,4.131 9.209,9.21c0,5.078 -4.13,9.21 -9.209,9.21m169.18,-37.289c-5.078,0 -9.209,-4.132 -9.209,-9.21s4.131,-9.209 9.209,-9.209s9.21,4.131 9.21,9.209s-4.132,9.21 -9.21,9.21"></path><path fill="currentColor" d="m144.78195,275.9675c46.746,82.201 151.278,110.943 233.48,64.197c59.864,-34.044 91.363,-98.736 86.013,-163.13a170.094,170.094 0 0 0 -5.515,-31.052c-23.045,0.567 -63.864,10.137 -104.194,61.671c-52.045,66.5 -186.285,49.153 -228.855,17.372c3.503,17.443 9.796,34.632 19.071,50.942m233.513,-65.677a8.663,8.663 0 1 1 -8.663,8.663a8.662,8.662 0 0 1 8.663,-8.663m-37.006,62.618c7.02,0 12.712,5.691 12.712,12.712s-5.692,12.712 -12.712,12.712c-7.021,0 -12.712,-5.691 -12.712,-12.712s5.691,-12.712 12.712,-12.712m-102.544,12.712a6.78,6.78 0 1 1 0,13.56a6.78,6.78 0 0 1 0,-13.56"></path><ellipse fill="currentColor" ry="7.3075" rx="7.3075" cy="152.05851" cx="251.33138"></ellipse><ellipse fill="currentColor" ry="5.35076" rx="5.35076" cy="210.31151" cx="204.89499"></ellipse><ellipse fill="currentColor" ry="12.09273" rx="12.09273" cy="200.15625" cx="302.28597"></ellipse></g></svg>', 1)),
|
|
17291
17293
|
v(b(Gp), { as: "h3" }, {
|