@instockng/storefront-ui 1.0.59 → 1.0.60
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/index10.mjs +24 -24
- package/dist/index101.mjs +2 -2
- package/dist/index102.mjs +2 -28
- package/dist/index103.mjs +26 -16
- package/dist/index104.mjs +13 -210
- package/dist/index105.mjs +193 -158
- package/dist/index106.mjs +175 -17
- package/dist/index107.mjs +14 -15
- package/dist/index108.mjs +15 -25
- package/dist/index109.mjs +27 -150
- package/dist/index110.mjs +151 -15
- package/dist/index111.mjs +13 -24
- package/dist/index112.mjs +22 -75
- package/dist/index113.mjs +76 -30
- package/dist/index114.mjs +32 -139
- package/dist/index115.mjs +135 -45
- package/dist/index116.mjs +51 -19
- package/dist/index117.mjs +15 -19
- package/dist/index118.mjs +21 -17
- package/dist/index119.mjs +16 -18
- package/dist/index120.mjs +17 -13
- package/dist/index121.mjs +13 -14
- package/dist/index122.mjs +13 -12
- package/dist/index123.mjs +14 -58
- package/dist/index124.mjs +57 -10
- package/dist/index125.mjs +11 -32
- package/dist/index126.mjs +32 -17
- package/dist/index127.mjs +17 -27
- package/dist/index128.mjs +26 -19
- package/dist/index129.mjs +20 -12
- package/dist/index130.mjs +12 -14
- package/dist/index131.mjs +14 -40
- package/dist/index132.mjs +40 -16
- package/dist/index133.mjs +16 -261
- package/dist/index134.mjs +262 -64
- package/dist/index135.mjs +69 -7
- package/dist/index136.mjs +8 -2
- package/dist/index137.mjs +2 -2
- package/dist/index138.mjs +2 -33
- package/dist/index139.mjs +33 -2
- package/dist/index140.mjs +2 -2
- package/dist/index166.mjs +1 -1
- package/dist/index174.mjs +1 -1
- package/dist/index176.mjs +2 -2
- package/dist/index177.mjs +5 -5
- package/dist/index183.mjs +1 -1
- package/dist/index186.mjs +3 -3
- package/dist/index187.mjs +1 -1
- package/dist/index191.mjs +1 -1
- package/dist/index193.mjs +1 -1
- package/dist/index197.mjs +1 -1
- package/dist/index199.mjs +2 -2
- package/dist/index208.mjs +2 -2
- package/dist/index210.mjs +1 -1
- package/dist/index211.mjs +1 -1
- package/dist/index236.mjs +2 -2
- package/dist/index237.mjs +244 -2
- package/dist/index238.mjs +2 -244
- package/dist/index239.mjs +33 -2
- package/dist/index240.mjs +60 -28
- package/dist/index241.mjs +20 -60
- package/dist/index242.mjs +2 -25
- package/dist/index244.mjs +2 -2
- package/dist/index245.mjs +2 -2
- package/dist/index246.mjs +2 -2
- package/dist/index249.mjs +2 -2
- package/dist/index250.mjs +2 -2
- package/dist/index251.mjs +2 -2
- package/dist/index252.mjs +4 -2
- package/dist/index253.mjs +2 -2
- package/dist/index254.mjs +2 -4
- package/dist/index40.mjs +2 -2
- package/dist/index42.mjs +2 -2
- package/dist/index49.mjs +1 -1
- package/dist/index68.mjs +21 -20
- package/dist/index69.mjs +150 -21
- package/dist/index70.mjs +23 -2
- package/dist/index71.mjs +2 -153
- package/dist/index74.mjs +2 -2
- package/dist/index94.mjs +35 -35
- package/dist/index95.mjs +1 -1
- package/dist/index96.mjs +2 -2
- package/dist/index97.mjs +2 -2
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/src/components/ProductAddOns.tsx +1 -1
package/dist/index10.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { jsxs as
|
|
2
|
+
import { jsxs as l, jsx as t, Fragment as M } from "react/jsx-runtime";
|
|
3
3
|
import { useRef as W, useState as E } from "react";
|
|
4
4
|
import { ChevronLeft as F, ChevronRight as L } from "lucide-react";
|
|
5
5
|
import { Switch as O } from "./index43.mjs";
|
|
@@ -20,17 +20,17 @@ function Y({
|
|
|
20
20
|
}) {
|
|
21
21
|
const { cart: i, addItem: w, removeItem: C } = G(), { data: P, isLoading: g } = U(m || "", y, {
|
|
22
22
|
enabled: !!m && !h
|
|
23
|
-
}), c = h || P || [], k = N || c.filter((e) => i == null ? void 0 : i.items.some((
|
|
23
|
+
}), c = h || P || [], k = N || c.filter((e) => i == null ? void 0 : i.items.some((n) => {
|
|
24
24
|
var r;
|
|
25
|
-
return
|
|
26
|
-
})).map((e) => e.id), A = async (e,
|
|
25
|
+
return n.variant.id === ((r = e.variants[0]) == null ? void 0 : r.id);
|
|
26
|
+
})).map((e) => e.id), A = async (e, n) => {
|
|
27
27
|
if (f) {
|
|
28
|
-
f(e,
|
|
28
|
+
f(e, n);
|
|
29
29
|
return;
|
|
30
30
|
}
|
|
31
31
|
const r = e.variants[0];
|
|
32
32
|
if (r)
|
|
33
|
-
if (
|
|
33
|
+
if (n)
|
|
34
34
|
await w(
|
|
35
35
|
e.slug,
|
|
36
36
|
e.name,
|
|
@@ -44,25 +44,25 @@ function Y({
|
|
|
44
44
|
}
|
|
45
45
|
}, o = W(null), [j, D] = E(0), I = () => {
|
|
46
46
|
if (o.current) {
|
|
47
|
-
const { scrollLeft: e, scrollWidth:
|
|
47
|
+
const { scrollLeft: e, scrollWidth: n, clientWidth: r } = o.current, s = e / (n - r);
|
|
48
48
|
D(s || 0);
|
|
49
49
|
}
|
|
50
50
|
}, p = (e) => {
|
|
51
51
|
if (o.current) {
|
|
52
|
-
const { clientWidth:
|
|
52
|
+
const { clientWidth: n } = o.current, r = n * 0.9;
|
|
53
53
|
o.current.scrollBy({
|
|
54
54
|
left: e === "left" ? -r : r,
|
|
55
55
|
behavior: "smooth"
|
|
56
56
|
});
|
|
57
57
|
}
|
|
58
58
|
};
|
|
59
|
-
return (!c || c.length === 0) && !g ? null : g ? /* @__PURE__ */
|
|
59
|
+
return (!c || c.length === 0) && !g ? null : g ? /* @__PURE__ */ l("div", { className: d("w-full py-8 space-y-4 animate-pulse", x), children: [
|
|
60
60
|
/* @__PURE__ */ t("div", { className: "h-4 w-32 bg-gray-200 rounded px-1 mb-6" }),
|
|
61
|
-
/* @__PURE__ */
|
|
61
|
+
/* @__PURE__ */ l("div", { className: "flex gap-4 overflow-x-hidden", children: [
|
|
62
62
|
/* @__PURE__ */ t("div", { className: "min-w-[340px] h-[148px] bg-gray-100 rounded-[2rem]" }),
|
|
63
63
|
/* @__PURE__ */ t("div", { className: "min-w-[340px] h-[148px] bg-gray-100 rounded-[2rem]" })
|
|
64
64
|
] })
|
|
65
|
-
] }) : /* @__PURE__ */
|
|
65
|
+
] }) : /* @__PURE__ */ l("div", { className: d("w-full py-8", x), children: [
|
|
66
66
|
/* @__PURE__ */ t("div", { className: "px-1 mb-3", children: /* @__PURE__ */ t("h3", { className: "text-lg font-bold tracking-tight text-gray-900", children: b }) }),
|
|
67
67
|
/* @__PURE__ */ t("div", { className: "relative", children: /* @__PURE__ */ t(
|
|
68
68
|
"div",
|
|
@@ -72,13 +72,13 @@ function Y({
|
|
|
72
72
|
className: "flex gap-4 overflow-x-auto scrollbar-hide snap-x snap-mandatory px-1",
|
|
73
73
|
style: { scrollbarWidth: "none", msOverflowStyle: "none" },
|
|
74
74
|
children: c.map((e) => {
|
|
75
|
-
const
|
|
76
|
-
return /* @__PURE__ */
|
|
75
|
+
const n = k.includes(e.id), r = e.variants[0], s = (r == null ? void 0 : r.price) || 0, a = e.compareAtPrice || r.compareAtPrice, u = a && a > s, S = u ? Math.round((a - s) / a * 100) : 0;
|
|
76
|
+
return /* @__PURE__ */ l(
|
|
77
77
|
"div",
|
|
78
78
|
{
|
|
79
79
|
className: "relative flex min-w-[280px] md:min-w-[420px] snap-start items-center gap-4 rounded-xl bg-[#EBEBEB] p-3 transition-all",
|
|
80
80
|
children: [
|
|
81
|
-
/* @__PURE__ */ t("div", { className: "
|
|
81
|
+
/* @__PURE__ */ t("div", { className: "h-16 w-16 flex-shrink-0 overflow-hidden rounded-xl bg-white/40 flex items-center justify-center", children: e.thumbnailUrl ? /* @__PURE__ */ t(
|
|
82
82
|
"img",
|
|
83
83
|
{
|
|
84
84
|
src: e.thumbnailUrl,
|
|
@@ -86,14 +86,14 @@ function Y({
|
|
|
86
86
|
className: "h-full w-full object-cover"
|
|
87
87
|
}
|
|
88
88
|
) : /* @__PURE__ */ t("div", { className: "flex h-full w-full items-center justify-center text-[10px] text-gray-400", children: "No Img" }) }),
|
|
89
|
-
/* @__PURE__ */
|
|
89
|
+
/* @__PURE__ */ l("div", { className: "flex flex-1 flex-col justify-center min-w-0", children: [
|
|
90
90
|
/* @__PURE__ */ t("h4", { className: "text-md font-bold text-[#333] truncate pr-2", title: e.name, children: e.name }),
|
|
91
91
|
e.addonDescription && /* @__PURE__ */ t("p", { className: "text-[11px] text-gray-500 line-clamp-3 italic mb-1", children: e.addonDescription }),
|
|
92
|
-
/* @__PURE__ */
|
|
92
|
+
/* @__PURE__ */ l("div", { className: "flex items-center gap-2 mt-1", children: [
|
|
93
93
|
/* @__PURE__ */ t("span", { className: "text-md font-bold text-[#333]", children: v(s) }),
|
|
94
|
-
u && /* @__PURE__ */
|
|
94
|
+
u && /* @__PURE__ */ l(M, { children: [
|
|
95
95
|
/* @__PURE__ */ t("span", { className: "text-sm text-[#DC143C] line-through", children: v(a) }),
|
|
96
|
-
/* @__PURE__ */
|
|
96
|
+
/* @__PURE__ */ l(R, { className: "bg-[#DC143C]/10 hover:bg-[#DC143C]/20 text-[#DC143C] border-none text-[10px] font-bold px-2 py-0.5 rounded-lg uppercase tracking-tight", children: [
|
|
97
97
|
S,
|
|
98
98
|
"% OFF"
|
|
99
99
|
] })
|
|
@@ -103,7 +103,7 @@ function Y({
|
|
|
103
103
|
/* @__PURE__ */ t("div", { className: "pl-2", children: /* @__PURE__ */ t(
|
|
104
104
|
O,
|
|
105
105
|
{
|
|
106
|
-
checked:
|
|
106
|
+
checked: n,
|
|
107
107
|
onCheckedChange: (B) => A(e, B),
|
|
108
108
|
className: "scale-125"
|
|
109
109
|
}
|
|
@@ -115,9 +115,9 @@ function Y({
|
|
|
115
115
|
})
|
|
116
116
|
}
|
|
117
117
|
) }),
|
|
118
|
-
/* @__PURE__ */
|
|
119
|
-
/* @__PURE__ */ t("div", { className: "flex gap-1.5 focus:outline-none", children: Array.from({ length: Math.min(c.length, 6) }).map((e,
|
|
120
|
-
const r = Math.round(j * (Math.min(c.length, 6) - 1)) ===
|
|
118
|
+
/* @__PURE__ */ l("div", { className: "flex items-center justify-between px-2 mt-2", children: [
|
|
119
|
+
/* @__PURE__ */ t("div", { className: "flex gap-1.5 focus:outline-none", children: Array.from({ length: Math.min(c.length, 6) }).map((e, n) => {
|
|
120
|
+
const r = Math.round(j * (Math.min(c.length, 6) - 1)) === n;
|
|
121
121
|
return /* @__PURE__ */ t(
|
|
122
122
|
"div",
|
|
123
123
|
{
|
|
@@ -126,10 +126,10 @@ function Y({
|
|
|
126
126
|
r ? "bg-gray-600 scale-110" : "bg-gray-300"
|
|
127
127
|
)
|
|
128
128
|
},
|
|
129
|
-
|
|
129
|
+
n
|
|
130
130
|
);
|
|
131
131
|
}) }),
|
|
132
|
-
/* @__PURE__ */
|
|
132
|
+
/* @__PURE__ */ l("div", { className: "flex gap-4", children: [
|
|
133
133
|
/* @__PURE__ */ t(
|
|
134
134
|
"button",
|
|
135
135
|
{
|
package/dist/index101.mjs
CHANGED
package/dist/index102.mjs
CHANGED
|
@@ -1,31 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
|
|
3
|
-
var c;
|
|
4
|
-
function o() {
|
|
5
|
-
if (c) return u;
|
|
6
|
-
c = 1;
|
|
7
|
-
function p(r) {
|
|
8
|
-
if (typeof WeakMap != "function") return null;
|
|
9
|
-
var n = /* @__PURE__ */ new WeakMap(), e = /* @__PURE__ */ new WeakMap();
|
|
10
|
-
return (p = function(t) {
|
|
11
|
-
return t ? e : n;
|
|
12
|
-
})(r);
|
|
13
|
-
}
|
|
14
|
-
function f(r, n) {
|
|
15
|
-
if (!n && r && r.__esModule) return r;
|
|
16
|
-
if (r === null || typeof r != "object" && typeof r != "function") return { default: r };
|
|
17
|
-
var e = p(n);
|
|
18
|
-
if (e && e.has(r)) return e.get(r);
|
|
19
|
-
var t = { __proto__: null }, _ = Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
20
|
-
for (var i in r)
|
|
21
|
-
if (i !== "default" && Object.prototype.hasOwnProperty.call(r, i)) {
|
|
22
|
-
var a = _ ? Object.getOwnPropertyDescriptor(r, i) : null;
|
|
23
|
-
a && (a.get || a.set) ? Object.defineProperty(t, i, a) : t[i] = r[i];
|
|
24
|
-
}
|
|
25
|
-
return t.default = r, e && e.set(r, t), t;
|
|
26
|
-
}
|
|
27
|
-
return u._ = f, u;
|
|
28
|
-
}
|
|
2
|
+
var r = {};
|
|
29
3
|
export {
|
|
30
|
-
|
|
4
|
+
r as __exports
|
|
31
5
|
};
|
package/dist/index103.mjs
CHANGED
|
@@ -1,21 +1,31 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { __exports as
|
|
3
|
-
var
|
|
4
|
-
function
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
import { __exports as u } from "./index154.mjs";
|
|
3
|
+
var c;
|
|
4
|
+
function o() {
|
|
5
|
+
if (c) return u;
|
|
6
|
+
c = 1;
|
|
7
|
+
function p(r) {
|
|
8
|
+
if (typeof WeakMap != "function") return null;
|
|
9
|
+
var n = /* @__PURE__ */ new WeakMap(), e = /* @__PURE__ */ new WeakMap();
|
|
10
|
+
return (p = function(t) {
|
|
11
|
+
return t ? e : n;
|
|
12
|
+
})(r);
|
|
13
|
+
}
|
|
14
|
+
function f(r, n) {
|
|
15
|
+
if (!n && r && r.__esModule) return r;
|
|
16
|
+
if (r === null || typeof r != "object" && typeof r != "function") return { default: r };
|
|
17
|
+
var e = p(n);
|
|
18
|
+
if (e && e.has(r)) return e.get(r);
|
|
19
|
+
var t = { __proto__: null }, _ = Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
20
|
+
for (var i in r)
|
|
21
|
+
if (i !== "default" && Object.prototype.hasOwnProperty.call(r, i)) {
|
|
22
|
+
var a = _ ? Object.getOwnPropertyDescriptor(r, i) : null;
|
|
23
|
+
a && (a.get || a.set) ? Object.defineProperty(t, i, a) : t[i] = r[i];
|
|
12
24
|
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
}(e), e);
|
|
25
|
+
return t.default = r, e && e.set(r, t), t;
|
|
26
|
+
}
|
|
27
|
+
return u._ = f, u;
|
|
18
28
|
}
|
|
19
29
|
export {
|
|
20
|
-
|
|
30
|
+
o as __require
|
|
21
31
|
};
|
package/dist/index104.mjs
CHANGED
|
@@ -1,218 +1,21 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import { __require as G } from "./index160.mjs";
|
|
8
|
-
import { __require as W } from "./index161.mjs";
|
|
9
|
-
import { __exports as X } from "./index98.mjs";
|
|
10
|
-
var M;
|
|
11
|
-
function ee() {
|
|
12
|
-
return M ? m.exports : (M = 1, function(N, c) {
|
|
13
|
-
Object.defineProperty(c, "__esModule", {
|
|
2
|
+
import { __exports as e } from "./index155.mjs";
|
|
3
|
+
var i;
|
|
4
|
+
function u() {
|
|
5
|
+
return i ? e : (i = 1, function(r) {
|
|
6
|
+
Object.defineProperty(r, "__esModule", {
|
|
14
7
|
value: !0
|
|
15
|
-
})
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
get: e[r]
|
|
20
|
-
});
|
|
21
|
-
}
|
|
22
|
-
b(c, {
|
|
23
|
-
createRouteLoader: function() {
|
|
24
|
-
return B;
|
|
25
|
-
},
|
|
26
|
-
getClientBuildManifest: function() {
|
|
27
|
-
return q;
|
|
28
|
-
},
|
|
29
|
-
isAssetError: function() {
|
|
30
|
-
return L;
|
|
31
|
-
},
|
|
32
|
-
markAssetError: function() {
|
|
33
|
-
return f;
|
|
8
|
+
}), Object.defineProperty(r, "removeTrailingSlash", {
|
|
9
|
+
enumerable: !0,
|
|
10
|
+
get: function() {
|
|
11
|
+
return n;
|
|
34
12
|
}
|
|
35
13
|
});
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
let l = e.get(t);
|
|
39
|
-
if (l)
|
|
40
|
-
return "future" in l ? l.future : Promise.resolve(l);
|
|
41
|
-
let s;
|
|
42
|
-
const a = new Promise((d) => {
|
|
43
|
-
s = d;
|
|
44
|
-
});
|
|
45
|
-
return e.set(t, {
|
|
46
|
-
resolve: s,
|
|
47
|
-
future: a
|
|
48
|
-
}), r ? r().then((d) => (s(d), d)).catch((d) => {
|
|
49
|
-
throw e.delete(t), d;
|
|
50
|
-
}) : a;
|
|
51
|
-
}
|
|
52
|
-
const w = Symbol("ASSET_LOAD_ERROR");
|
|
53
|
-
function f(t) {
|
|
54
|
-
return Object.defineProperty(t, w, {});
|
|
55
|
-
}
|
|
56
|
-
function L(t) {
|
|
57
|
-
return t && w in t;
|
|
58
|
-
}
|
|
59
|
-
function T(t) {
|
|
60
|
-
try {
|
|
61
|
-
return t = document.createElement("link"), // detect IE11 since it supports prefetch but isn't detected
|
|
62
|
-
// with relList.support
|
|
63
|
-
!!window.MSInputMethodContext && !!document.documentMode || t.relList.supports("prefetch");
|
|
64
|
-
} catch {
|
|
65
|
-
return !1;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
const C = T(), h = () => (0, A.getDeploymentIdQueryOrEmptyString)();
|
|
69
|
-
function F(t, e, r) {
|
|
70
|
-
return new Promise((l, s) => {
|
|
71
|
-
const a = `
|
|
72
|
-
link[rel="prefetch"][href^="` + t + `"],
|
|
73
|
-
link[rel="preload"][href^="` + t + `"],
|
|
74
|
-
script[src^="` + t + '"]';
|
|
75
|
-
if (document.querySelector(a))
|
|
76
|
-
return l();
|
|
77
|
-
r = document.createElement("link"), r.as = e, r.rel = "prefetch", r.crossOrigin = process.env.__NEXT_CROSS_ORIGIN, r.onload = l, r.onerror = () => s(f(new Error("Failed to prefetch: " + t))), r.href = t, document.head.appendChild(r);
|
|
78
|
-
});
|
|
79
|
-
}
|
|
80
|
-
function R(t, e) {
|
|
81
|
-
return new Promise((r, l) => {
|
|
82
|
-
e = document.createElement("script"), e.onload = r, e.onerror = () => l(f(new Error("Failed to load script: " + t))), e.crossOrigin = process.env.__NEXT_CROSS_ORIGIN, e.src = t, document.body.appendChild(e);
|
|
83
|
-
});
|
|
84
|
-
}
|
|
85
|
-
let g;
|
|
86
|
-
function I(t, e, r) {
|
|
87
|
-
return new Promise((l, s) => {
|
|
88
|
-
let a = !1;
|
|
89
|
-
t.then((d) => {
|
|
90
|
-
a = !0, l(d);
|
|
91
|
-
}).catch(s), process.env.NODE_ENV === "development" && (g || Promise.resolve()).then(() => {
|
|
92
|
-
(0, p.requestIdleCallback)(() => setTimeout(() => {
|
|
93
|
-
a || s(r);
|
|
94
|
-
}, e));
|
|
95
|
-
}), process.env.NODE_ENV !== "development" && (0, p.requestIdleCallback)(() => setTimeout(() => {
|
|
96
|
-
a || s(r);
|
|
97
|
-
}, e));
|
|
98
|
-
});
|
|
99
|
-
}
|
|
100
|
-
function q() {
|
|
101
|
-
if (self.__BUILD_MANIFEST)
|
|
102
|
-
return Promise.resolve(self.__BUILD_MANIFEST);
|
|
103
|
-
const t = new Promise((e) => {
|
|
104
|
-
const r = self.__BUILD_MANIFEST_CB;
|
|
105
|
-
self.__BUILD_MANIFEST_CB = () => {
|
|
106
|
-
e(self.__BUILD_MANIFEST), r && r();
|
|
107
|
-
};
|
|
108
|
-
});
|
|
109
|
-
return I(t, S, f(new Error("Failed to load client build manifest")));
|
|
110
|
-
}
|
|
111
|
-
function O(t, e) {
|
|
112
|
-
if (process.env.NODE_ENV === "development") {
|
|
113
|
-
const r = t + "/_next/static/chunks/pages" + (0, y.encodeURIPath)((0, D.default)(e, ".js")) + h();
|
|
114
|
-
return Promise.resolve({
|
|
115
|
-
scripts: [
|
|
116
|
-
(0, v.__unsafeCreateTrustedScriptURL)(r)
|
|
117
|
-
],
|
|
118
|
-
// Styles are handled by `style-loader` in development:
|
|
119
|
-
css: []
|
|
120
|
-
});
|
|
121
|
-
}
|
|
122
|
-
return q().then((r) => {
|
|
123
|
-
if (!(e in r))
|
|
124
|
-
throw f(new Error("Failed to lookup route: " + e));
|
|
125
|
-
const l = r[e].map((s) => t + "/_next/" + (0, y.encodeURIPath)(s));
|
|
126
|
-
return {
|
|
127
|
-
scripts: l.filter((s) => s.endsWith(".js")).map((s) => (0, v.__unsafeCreateTrustedScriptURL)(s) + h()),
|
|
128
|
-
css: l.filter((s) => s.endsWith(".css")).map((s) => s + h())
|
|
129
|
-
};
|
|
130
|
-
});
|
|
131
|
-
}
|
|
132
|
-
function B(t) {
|
|
133
|
-
const e = /* @__PURE__ */ new Map(), r = /* @__PURE__ */ new Map(), l = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map();
|
|
134
|
-
function a(n) {
|
|
135
|
-
if (process.env.NODE_ENV !== "development") {
|
|
136
|
-
let i = r.get(n.toString());
|
|
137
|
-
return i || (document.querySelector('script[src^="' + n + '"]') ? Promise.resolve() : (r.set(n.toString(), i = R(n)), i));
|
|
138
|
-
} else
|
|
139
|
-
return R(n);
|
|
140
|
-
}
|
|
141
|
-
function d(n) {
|
|
142
|
-
let i = l.get(n);
|
|
143
|
-
return i || (l.set(n, i = fetch(n, {
|
|
144
|
-
credentials: "same-origin"
|
|
145
|
-
}).then((o) => {
|
|
146
|
-
if (!o.ok)
|
|
147
|
-
throw new Error("Failed to load stylesheet: " + n);
|
|
148
|
-
return o.text().then((u) => ({
|
|
149
|
-
href: n,
|
|
150
|
-
content: u
|
|
151
|
-
}));
|
|
152
|
-
}).catch((o) => {
|
|
153
|
-
throw f(o);
|
|
154
|
-
})), i);
|
|
155
|
-
}
|
|
156
|
-
return {
|
|
157
|
-
whenEntrypoint(n) {
|
|
158
|
-
return P(n, e);
|
|
159
|
-
},
|
|
160
|
-
onEntrypoint(n, i) {
|
|
161
|
-
(i ? Promise.resolve().then(() => i()).then((o) => ({
|
|
162
|
-
component: o && o.default || o,
|
|
163
|
-
exports: o
|
|
164
|
-
}), (o) => ({
|
|
165
|
-
error: o
|
|
166
|
-
})) : Promise.resolve(void 0)).then((o) => {
|
|
167
|
-
const u = e.get(n);
|
|
168
|
-
u && "resolve" in u ? o && (e.set(n, o), u.resolve(o)) : (o ? e.set(n, o) : e.delete(n), s.delete(n));
|
|
169
|
-
});
|
|
170
|
-
},
|
|
171
|
-
loadRoute(n, i) {
|
|
172
|
-
return P(n, s, () => {
|
|
173
|
-
let o;
|
|
174
|
-
return process.env.NODE_ENV === "development" && (g = new Promise((u) => {
|
|
175
|
-
o = u;
|
|
176
|
-
})), I(O(t, n).then((u) => {
|
|
177
|
-
let { scripts: _, css: E } = u;
|
|
178
|
-
return Promise.all([
|
|
179
|
-
e.has(n) ? [] : Promise.all(_.map(a)),
|
|
180
|
-
Promise.all(E.map(d))
|
|
181
|
-
]);
|
|
182
|
-
}).then((u) => this.whenEntrypoint(n).then((_) => ({
|
|
183
|
-
entrypoint: _,
|
|
184
|
-
styles: u[1]
|
|
185
|
-
}))), S, f(new Error("Route did not complete loading: " + n))).then((u) => {
|
|
186
|
-
let { entrypoint: _, styles: E } = u;
|
|
187
|
-
const U = Object.assign({
|
|
188
|
-
styles: E
|
|
189
|
-
}, _);
|
|
190
|
-
return "error" in _ ? _ : U;
|
|
191
|
-
}).catch((u) => {
|
|
192
|
-
if (i)
|
|
193
|
-
throw u;
|
|
194
|
-
return {
|
|
195
|
-
error: u
|
|
196
|
-
};
|
|
197
|
-
}).finally(() => o == null ? void 0 : o());
|
|
198
|
-
});
|
|
199
|
-
},
|
|
200
|
-
prefetch(n) {
|
|
201
|
-
let i;
|
|
202
|
-
return (i = navigator.connection) && (i.saveData || /2g/.test(i.effectiveType)) ? Promise.resolve() : O(t, n).then((o) => Promise.all(C ? o.scripts.map((u) => F(u.toString(), "script")) : [])).then(() => {
|
|
203
|
-
(0, p.requestIdleCallback)(() => this.loadRoute(n, !0).catch(() => {
|
|
204
|
-
}));
|
|
205
|
-
}).catch(
|
|
206
|
-
// swallow prefetch errors
|
|
207
|
-
() => {
|
|
208
|
-
}
|
|
209
|
-
);
|
|
210
|
-
}
|
|
211
|
-
};
|
|
14
|
+
function n(a) {
|
|
15
|
+
return a.replace(/\/$/, "") || "/";
|
|
212
16
|
}
|
|
213
|
-
|
|
214
|
-
}(m, m.exports), m.exports);
|
|
17
|
+
}(e), e);
|
|
215
18
|
}
|
|
216
19
|
export {
|
|
217
|
-
|
|
20
|
+
u as __require
|
|
218
21
|
};
|