@noego/forge 0.0.10 → 0.0.11
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/client.cjs +1 -1
- package/dist/client.cjs.map +1 -1
- package/dist/client.mjs +193 -184
- package/dist/client.mjs.map +1 -1
- package/dist-ssr/server.cjs +21 -4
- package/dist-ssr/server.cjs.map +1 -1
- package/dist-ssr/server.js +21 -4
- package/dist-ssr/server.js.map +1 -1
- package/package.json +1 -1
- package/src/components/RecursiveRender.svelte +55 -14
package/dist/client.mjs
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import { p as G, a as y } from "./page.svelte-Bq1Q01H0.js";
|
|
2
2
|
import { s as vt } from "./page.svelte-Bq1Q01H0.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as H from "svelte/internal/client";
|
|
4
4
|
import { hydrate as Y } from "svelte";
|
|
5
5
|
import J from "../src/components/RecursiveRender.svelte";
|
|
6
6
|
function K(t) {
|
|
7
7
|
const i = new G(t);
|
|
8
|
-
return (
|
|
8
|
+
return (n) => i.match(n) || null;
|
|
9
9
|
}
|
|
10
10
|
function Q(t) {
|
|
11
11
|
return t.map((i) => {
|
|
12
|
-
const
|
|
13
|
-
return { pattern:
|
|
12
|
+
const n = i.path, o = K(n);
|
|
13
|
+
return { pattern: n, parser: o };
|
|
14
14
|
});
|
|
15
15
|
}
|
|
16
|
-
function
|
|
17
|
-
return
|
|
16
|
+
function q() {
|
|
17
|
+
return q = Object.assign ? Object.assign.bind() : function(t) {
|
|
18
18
|
for (var i = 1; i < arguments.length; i++) {
|
|
19
|
-
var
|
|
20
|
-
for (var o in
|
|
19
|
+
var n = arguments[i];
|
|
20
|
+
for (var o in n) ({}).hasOwnProperty.call(n, o) && (t[o] = n[o]);
|
|
21
21
|
}
|
|
22
22
|
return t;
|
|
23
|
-
},
|
|
23
|
+
}, q.apply(null, arguments);
|
|
24
24
|
}
|
|
25
|
-
var
|
|
25
|
+
var _;
|
|
26
26
|
(function(t) {
|
|
27
27
|
t.Pop = "POP", t.Push = "PUSH", t.Replace = "REPLACE";
|
|
28
|
-
})(
|
|
29
|
-
var
|
|
28
|
+
})(_ || (_ = {}));
|
|
29
|
+
var D = process.env.NODE_ENV !== "production" ? function(t) {
|
|
30
30
|
return Object.freeze(t);
|
|
31
31
|
} : function(t) {
|
|
32
32
|
return t;
|
|
@@ -40,36 +40,36 @@ function X(t, i) {
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
var
|
|
43
|
+
var I = "beforeunload", Z = "popstate";
|
|
44
44
|
function tt(t) {
|
|
45
45
|
t === void 0 && (t = {});
|
|
46
|
-
var i = t,
|
|
46
|
+
var i = t, n = i.window, o = n === void 0 ? document.defaultView : n, a = o.history;
|
|
47
47
|
function r() {
|
|
48
|
-
var
|
|
49
|
-
return [
|
|
50
|
-
pathname:
|
|
51
|
-
search:
|
|
52
|
-
hash:
|
|
53
|
-
state:
|
|
54
|
-
key:
|
|
48
|
+
var d = o.location, g = d.pathname, v = d.search, b = d.hash, P = a.state || {};
|
|
49
|
+
return [P.idx, D({
|
|
50
|
+
pathname: g,
|
|
51
|
+
search: v,
|
|
52
|
+
hash: b,
|
|
53
|
+
state: P.usr || null,
|
|
54
|
+
key: P.key || "default"
|
|
55
55
|
})];
|
|
56
56
|
}
|
|
57
57
|
var l = null;
|
|
58
58
|
function s() {
|
|
59
59
|
if (l)
|
|
60
|
-
|
|
60
|
+
w.call(l), l = null;
|
|
61
61
|
else {
|
|
62
|
-
var
|
|
63
|
-
if (
|
|
64
|
-
if (
|
|
65
|
-
var
|
|
66
|
-
|
|
67
|
-
action:
|
|
68
|
-
location:
|
|
62
|
+
var d = _.Pop, g = r(), v = g[0], b = g[1];
|
|
63
|
+
if (w.length)
|
|
64
|
+
if (v != null) {
|
|
65
|
+
var P = u - v;
|
|
66
|
+
P && (l = {
|
|
67
|
+
action: d,
|
|
68
|
+
location: b,
|
|
69
69
|
retry: function() {
|
|
70
|
-
L(
|
|
70
|
+
L(P * -1);
|
|
71
71
|
}
|
|
72
|
-
}, L(
|
|
72
|
+
}, L(P));
|
|
73
73
|
} else
|
|
74
74
|
process.env.NODE_ENV !== "production" && X(
|
|
75
75
|
!1,
|
|
@@ -79,87 +79,87 @@ function tt(t) {
|
|
|
79
79
|
"You are trying to block a POP navigation to a location that was not created by the history library. The block will fail silently in production, but in general you should do all navigation with the history library (instead of using window.history.pushState directly) to avoid this situation."
|
|
80
80
|
);
|
|
81
81
|
else
|
|
82
|
-
E(
|
|
82
|
+
E(d);
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
o.addEventListener(Z, s);
|
|
86
|
-
var
|
|
87
|
-
|
|
88
|
-
idx:
|
|
86
|
+
var e = _.Pop, c = r(), u = c[0], p = c[1], f = F(), w = F();
|
|
87
|
+
u == null && (u = 0, a.replaceState(q({}, a.state, {
|
|
88
|
+
idx: u
|
|
89
89
|
}), ""));
|
|
90
|
-
function
|
|
91
|
-
return typeof
|
|
90
|
+
function h(d) {
|
|
91
|
+
return typeof d == "string" ? d : nt(d);
|
|
92
92
|
}
|
|
93
|
-
function
|
|
94
|
-
return
|
|
95
|
-
pathname:
|
|
93
|
+
function S(d, g) {
|
|
94
|
+
return g === void 0 && (g = null), D(q({
|
|
95
|
+
pathname: p.pathname,
|
|
96
96
|
hash: "",
|
|
97
97
|
search: ""
|
|
98
|
-
}, typeof
|
|
99
|
-
state:
|
|
98
|
+
}, typeof d == "string" ? ot(d) : d, {
|
|
99
|
+
state: g,
|
|
100
100
|
key: et()
|
|
101
101
|
}));
|
|
102
102
|
}
|
|
103
|
-
function
|
|
103
|
+
function j(d, g) {
|
|
104
104
|
return [{
|
|
105
|
-
usr:
|
|
106
|
-
key:
|
|
107
|
-
idx:
|
|
108
|
-
},
|
|
105
|
+
usr: d.state,
|
|
106
|
+
key: d.key,
|
|
107
|
+
idx: g
|
|
108
|
+
}, h(d)];
|
|
109
109
|
}
|
|
110
|
-
function
|
|
111
|
-
return !
|
|
112
|
-
action:
|
|
113
|
-
location:
|
|
114
|
-
retry:
|
|
110
|
+
function k(d, g, v) {
|
|
111
|
+
return !w.length || (w.call({
|
|
112
|
+
action: d,
|
|
113
|
+
location: g,
|
|
114
|
+
retry: v
|
|
115
115
|
}), !1);
|
|
116
116
|
}
|
|
117
|
-
function E(
|
|
118
|
-
|
|
119
|
-
var
|
|
120
|
-
|
|
121
|
-
action:
|
|
122
|
-
location:
|
|
117
|
+
function E(d) {
|
|
118
|
+
e = d;
|
|
119
|
+
var g = r();
|
|
120
|
+
u = g[0], p = g[1], f.call({
|
|
121
|
+
action: e,
|
|
122
|
+
location: p
|
|
123
123
|
});
|
|
124
124
|
}
|
|
125
|
-
function M(
|
|
126
|
-
var
|
|
127
|
-
function
|
|
128
|
-
M(
|
|
125
|
+
function M(d, g) {
|
|
126
|
+
var v = _.Push, b = S(d, g);
|
|
127
|
+
function P() {
|
|
128
|
+
M(d, g);
|
|
129
129
|
}
|
|
130
|
-
if (
|
|
131
|
-
var
|
|
130
|
+
if (k(v, b, P)) {
|
|
131
|
+
var O = j(b, u + 1), x = O[0], U = O[1];
|
|
132
132
|
try {
|
|
133
133
|
a.pushState(x, "", U);
|
|
134
134
|
} catch {
|
|
135
135
|
o.location.assign(U);
|
|
136
136
|
}
|
|
137
|
-
E(
|
|
137
|
+
E(v);
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
|
-
function
|
|
141
|
-
var
|
|
142
|
-
function
|
|
143
|
-
|
|
140
|
+
function W(d, g) {
|
|
141
|
+
var v = _.Replace, b = S(d, g);
|
|
142
|
+
function P() {
|
|
143
|
+
W(d, g);
|
|
144
144
|
}
|
|
145
|
-
if (
|
|
146
|
-
var
|
|
147
|
-
a.replaceState(x, "", U), E(
|
|
145
|
+
if (k(v, b, P)) {
|
|
146
|
+
var O = j(b, u), x = O[0], U = O[1];
|
|
147
|
+
a.replaceState(x, "", U), E(v);
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
|
-
function L(
|
|
151
|
-
a.go(
|
|
150
|
+
function L(d) {
|
|
151
|
+
a.go(d);
|
|
152
152
|
}
|
|
153
|
-
var
|
|
153
|
+
var V = {
|
|
154
154
|
get action() {
|
|
155
|
-
return
|
|
155
|
+
return e;
|
|
156
156
|
},
|
|
157
157
|
get location() {
|
|
158
|
-
return
|
|
158
|
+
return p;
|
|
159
159
|
},
|
|
160
|
-
createHref:
|
|
160
|
+
createHref: h,
|
|
161
161
|
push: M,
|
|
162
|
-
replace:
|
|
162
|
+
replace: W,
|
|
163
163
|
go: L,
|
|
164
164
|
back: function() {
|
|
165
165
|
L(-1);
|
|
@@ -167,37 +167,37 @@ function tt(t) {
|
|
|
167
167
|
forward: function() {
|
|
168
168
|
L(1);
|
|
169
169
|
},
|
|
170
|
-
listen: function(
|
|
171
|
-
return
|
|
170
|
+
listen: function(g) {
|
|
171
|
+
return f.push(g);
|
|
172
172
|
},
|
|
173
|
-
block: function(
|
|
174
|
-
var
|
|
175
|
-
return
|
|
176
|
-
|
|
173
|
+
block: function(g) {
|
|
174
|
+
var v = w.push(g);
|
|
175
|
+
return w.length === 1 && o.addEventListener(I, z), function() {
|
|
176
|
+
v(), w.length || o.removeEventListener(I, z);
|
|
177
177
|
};
|
|
178
178
|
}
|
|
179
179
|
};
|
|
180
|
-
return
|
|
180
|
+
return V;
|
|
181
181
|
}
|
|
182
|
-
function
|
|
182
|
+
function z(t) {
|
|
183
183
|
t.preventDefault(), t.returnValue = "";
|
|
184
184
|
}
|
|
185
|
-
function
|
|
185
|
+
function F() {
|
|
186
186
|
var t = [];
|
|
187
187
|
return {
|
|
188
188
|
get length() {
|
|
189
189
|
return t.length;
|
|
190
190
|
},
|
|
191
|
-
push: function(
|
|
192
|
-
return t.push(
|
|
191
|
+
push: function(n) {
|
|
192
|
+
return t.push(n), function() {
|
|
193
193
|
t = t.filter(function(o) {
|
|
194
|
-
return o !==
|
|
194
|
+
return o !== n;
|
|
195
195
|
});
|
|
196
196
|
};
|
|
197
197
|
},
|
|
198
|
-
call: function(
|
|
198
|
+
call: function(n) {
|
|
199
199
|
t.forEach(function(o) {
|
|
200
|
-
return o && o(
|
|
200
|
+
return o && o(n);
|
|
201
201
|
});
|
|
202
202
|
}
|
|
203
203
|
};
|
|
@@ -206,20 +206,20 @@ function et() {
|
|
|
206
206
|
return Math.random().toString(36).substr(2, 8);
|
|
207
207
|
}
|
|
208
208
|
function nt(t) {
|
|
209
|
-
var i = t.pathname,
|
|
210
|
-
return a && a !== "?" && (
|
|
209
|
+
var i = t.pathname, n = i === void 0 ? "/" : i, o = t.search, a = o === void 0 ? "" : o, r = t.hash, l = r === void 0 ? "" : r;
|
|
210
|
+
return a && a !== "?" && (n += a.charAt(0) === "?" ? a : "?" + a), l && l !== "#" && (n += l.charAt(0) === "#" ? l : "#" + l), n;
|
|
211
211
|
}
|
|
212
212
|
function ot(t) {
|
|
213
213
|
var i = {};
|
|
214
214
|
if (t) {
|
|
215
|
-
var
|
|
216
|
-
|
|
215
|
+
var n = t.indexOf("#");
|
|
216
|
+
n >= 0 && (i.hash = t.substr(n), t = t.substr(0, n));
|
|
217
217
|
var o = t.indexOf("?");
|
|
218
218
|
o >= 0 && (i.search = t.substr(o), t = t.substr(0, o)), t && (i.pathname = t);
|
|
219
219
|
}
|
|
220
220
|
return i;
|
|
221
221
|
}
|
|
222
|
-
const rt = tt(),
|
|
222
|
+
const rt = tt(), m = H.proxy({
|
|
223
223
|
layouts: [],
|
|
224
224
|
view: null,
|
|
225
225
|
data: null,
|
|
@@ -228,67 +228,76 @@ const rt = tt(), g = B.proxy({
|
|
|
228
228
|
query: null,
|
|
229
229
|
page: y
|
|
230
230
|
});
|
|
231
|
-
function
|
|
232
|
-
let i = t.map((
|
|
231
|
+
function A(...t) {
|
|
232
|
+
let i = t.map((n, o) => o === 0 ? n.replace(/\/+$/, "") : n.replace(/^\/+|\/+$/g, "")).join("/");
|
|
233
233
|
return i.startsWith("/") || (i = "/" + i), i.split("?")[0];
|
|
234
234
|
}
|
|
235
|
-
async function at(t, i,
|
|
235
|
+
async function at(t, i, n, o, a, r) {
|
|
236
236
|
try {
|
|
237
|
-
const l = (
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
237
|
+
const l = typeof i == "string" && i.indexOf("dist/client") !== -1, s = (n.layout || []).map((p) => {
|
|
238
|
+
let f = A(i, p).toString();
|
|
239
|
+
return l && (f = f.endsWith(".svelte") ? f.replace(/\.svelte$/, ".js") : /[.][a-z]+$/.test(f) ? f : f + ".js"), f;
|
|
240
|
+
});
|
|
241
|
+
let e = A(i, n.view).toString();
|
|
242
|
+
l && (e = e.endsWith(".svelte") ? e.replace(/\.svelte$/, ".js") : /[.][a-z]+$/.test(e) ? e : e + ".js"), console.log({ layouts_paths: s, view_path: e });
|
|
243
|
+
const c = await Promise.all(s.map((p) => import(
|
|
241
244
|
/* @vite-ignore */
|
|
242
|
-
|
|
243
|
-
).then((
|
|
244
|
-
|
|
245
|
-
const
|
|
245
|
+
p
|
|
246
|
+
).then((f) => f.default)));
|
|
247
|
+
e.startsWith("/") || (e = "/" + e);
|
|
248
|
+
const u = await import(
|
|
246
249
|
/* @vite-ignore */
|
|
247
|
-
|
|
248
|
-
).then((
|
|
249
|
-
|
|
250
|
+
e
|
|
251
|
+
).then((p) => p.default);
|
|
252
|
+
m.layouts = c, m.view = u, m.params = o, m.data = window.__INITIAL_DATA__, m.urlParams = a, m.query = r, Y(J, { target: t, props: m });
|
|
250
253
|
} catch (l) {
|
|
251
254
|
console.log("Client-side route loading failed - falling back to SSR navigation"), console.error("Route loading error:", l);
|
|
252
255
|
const s = window.location.pathname || "/";
|
|
253
256
|
window.location.href = s;
|
|
254
257
|
}
|
|
255
258
|
}
|
|
256
|
-
async function
|
|
259
|
+
async function $(t, i, n, o, a, r, l = !1, s = !0) {
|
|
257
260
|
try {
|
|
258
|
-
const
|
|
261
|
+
const e = typeof i == "string" && i.indexOf("dist/client") !== -1, c = (n.layout || []).map((w) => {
|
|
262
|
+
let h = A(i, w).toString();
|
|
263
|
+
return e && (h = h.endsWith(".svelte") ? h.replace(/\.svelte$/, ".js") : /[.][a-z]+$/.test(h) ? h : h + ".js"), h;
|
|
264
|
+
});
|
|
265
|
+
let u = A(i, n.view).toString();
|
|
266
|
+
e && (u = u.endsWith(".svelte") ? u.replace(/\.svelte$/, ".js") : /[.][a-z]+$/.test(u) ? u : u + ".js");
|
|
267
|
+
const p = await Promise.all(c.map((w) => import(
|
|
259
268
|
/* @vite-ignore */
|
|
260
|
-
|
|
261
|
-
).then((
|
|
269
|
+
w
|
|
270
|
+
).then((h) => h.default))), f = await import(
|
|
262
271
|
/* @vite-ignore */
|
|
263
|
-
|
|
264
|
-
).then((
|
|
272
|
+
u
|
|
273
|
+
).then((w) => w.default);
|
|
265
274
|
if (l) {
|
|
266
|
-
const
|
|
267
|
-
method:
|
|
275
|
+
const w = {
|
|
276
|
+
method: n.method,
|
|
268
277
|
headers: {
|
|
269
278
|
"Content-Type": "application/json",
|
|
270
279
|
Accept: "application/json"
|
|
271
280
|
}
|
|
272
281
|
};
|
|
273
|
-
|
|
274
|
-
if (
|
|
275
|
-
return
|
|
282
|
+
w[B] = !0, await fetch(t, w).then((h) => {
|
|
283
|
+
if (h.ok)
|
|
284
|
+
return h.json();
|
|
276
285
|
throw new Error("Network response was not ok");
|
|
277
|
-
}).then((
|
|
278
|
-
console.log("Server data",
|
|
286
|
+
}).then((h) => {
|
|
287
|
+
console.log("Server data", h), m.data = h, m.params = o, m.layouts = p, m.view = f, m.urlParams = a, m.query = r;
|
|
279
288
|
});
|
|
280
289
|
} else
|
|
281
|
-
|
|
290
|
+
m.data = { layout: [], view: {} }, m.params = o, m.layouts = p, m.view = f, m.urlParams = a, m.query = r;
|
|
282
291
|
window && window.scroll(0, 0), s && rt.push(t);
|
|
283
|
-
} catch (
|
|
284
|
-
console.log("Client-side navigation failed for URL:", t, "- falling back to SSR navigation"), console.error("Navigation error:",
|
|
292
|
+
} catch (e) {
|
|
293
|
+
console.log("Client-side navigation failed for URL:", t, "- falling back to SSR navigation"), console.error("Navigation error:", e);
|
|
285
294
|
}
|
|
286
295
|
}
|
|
287
|
-
const R =
|
|
296
|
+
const R = H.proxy({});
|
|
288
297
|
async function it() {
|
|
289
298
|
Object.assign(R, window.__MANIFEST__);
|
|
290
299
|
}
|
|
291
|
-
function st(t, i,
|
|
300
|
+
function st(t, i, n) {
|
|
292
301
|
if (!document) {
|
|
293
302
|
console.error("Document not found");
|
|
294
303
|
return;
|
|
@@ -297,30 +306,30 @@ function st(t, i, e) {
|
|
|
297
306
|
var l, s;
|
|
298
307
|
const a = window.location.pathname, r = ((l = o.target) == null ? void 0 : l.tagName) === "A" ? o.target : (s = o.target) == null ? void 0 : s.closest("A");
|
|
299
308
|
if (r) {
|
|
300
|
-
let
|
|
301
|
-
if (a ===
|
|
309
|
+
let e = r.getAttribute("href");
|
|
310
|
+
if (a === e) {
|
|
302
311
|
o.preventDefault();
|
|
303
312
|
return;
|
|
304
313
|
}
|
|
305
|
-
if (
|
|
306
|
-
const c =
|
|
307
|
-
if (
|
|
314
|
+
if (e && e.startsWith("/") || e.startsWith(".")) {
|
|
315
|
+
const c = e.split("?")[0], u = r.getAttribute("method") || "get", p = i.find((f) => f.method.toLowerCase() === u && n.find((w) => w.parser(c) && w.pattern === f.path));
|
|
316
|
+
if (p) {
|
|
308
317
|
o.preventDefault();
|
|
309
|
-
const
|
|
310
|
-
|
|
318
|
+
const f = n.find((E) => E.parser(c) && E.pattern === p.path), w = (f == null ? void 0 : f.parser(c)) || {}, h = new URLSearchParams(e.split("?")[1] || ""), S = Object.fromEntries(h.entries()) || {}, j = { ...w, ...S }, k = R[f == null ? void 0 : f.pattern];
|
|
319
|
+
$(e, t, p, j, w, S, k);
|
|
311
320
|
} else
|
|
312
|
-
console.log("No matching route found for URL:",
|
|
321
|
+
console.log("No matching route found for URL:", e, "- using fallback navigation");
|
|
313
322
|
}
|
|
314
323
|
}
|
|
315
324
|
}), window.addEventListener("popstate", (o) => {
|
|
316
325
|
const a = window.location.pathname, r = window.location.pathname + window.location.search;
|
|
317
326
|
y.url = r, y.pathname = window.location.pathname;
|
|
318
|
-
const l = "get", s = i.find((
|
|
327
|
+
const l = "get", s = i.find((e) => e.method.toLowerCase() === l && n.find((c) => c.parser(a) && c.pattern === e.path));
|
|
319
328
|
if (s) {
|
|
320
|
-
const
|
|
321
|
-
y.params = c, y.query =
|
|
322
|
-
const
|
|
323
|
-
|
|
329
|
+
const e = n.find((h) => h.parser(a) && h.pattern === s.path), c = (e == null ? void 0 : e.parser(a)) || {}, u = new URLSearchParams(window.location.search), p = Object.fromEntries(u.entries()) || {};
|
|
330
|
+
y.params = c, y.query = p;
|
|
331
|
+
const f = { ...c, ...p }, w = R[e == null ? void 0 : e.pattern];
|
|
332
|
+
$(r, t, s, f, c, p, w, !1);
|
|
324
333
|
} else
|
|
325
334
|
console.log("No matching route found for popstate navigation to:", a, "- using fallback navigation"), window.location.href = a;
|
|
326
335
|
}), function() {
|
|
@@ -329,35 +338,35 @@ function st(t, i, e) {
|
|
|
329
338
|
const l = o.apply(this, r), s = new Event("pushstate");
|
|
330
339
|
return s.state = r[0], s.url = r[2], window.dispatchEvent(s), l;
|
|
331
340
|
}, history.replaceState = function(...r) {
|
|
332
|
-
const l = a.apply(this, r), s = r[2],
|
|
333
|
-
if ((s ? new URL(s, window.location.origin).pathname :
|
|
334
|
-
const
|
|
335
|
-
|
|
341
|
+
const l = a.apply(this, r), s = r[2], e = window.location.pathname;
|
|
342
|
+
if ((s ? new URL(s, window.location.origin).pathname : e) !== e) {
|
|
343
|
+
const u = new Event("replacestate");
|
|
344
|
+
u.state = r[0], u.url = r[2], window.dispatchEvent(u);
|
|
336
345
|
}
|
|
337
346
|
return l;
|
|
338
347
|
};
|
|
339
348
|
}(), window.addEventListener("pushstate", (o) => {
|
|
340
|
-
const a = o.url || window.location.pathname + window.location.search, r = a.split("?")[0], l = "get", s = i.find((
|
|
349
|
+
const a = o.url || window.location.pathname + window.location.search, r = a.split("?")[0], l = "get", s = i.find((e) => e.method.toLowerCase() === l && n.find((c) => c.parser(r) && c.pattern === e.path));
|
|
341
350
|
if (s) {
|
|
342
|
-
const
|
|
343
|
-
y.url = a, y.pathname = window.location.pathname, Object.assign(y.params, c), Object.assign(y.query,
|
|
344
|
-
const
|
|
345
|
-
|
|
351
|
+
const e = n.find((h) => h.parser(r) && h.pattern === s.path), c = e == null ? void 0 : e.parser(r), u = new URLSearchParams(a.split("?")[1] || ""), p = Object.fromEntries(u.entries());
|
|
352
|
+
y.url = a, y.pathname = window.location.pathname, Object.assign(y.params, c), Object.assign(y.query, p);
|
|
353
|
+
const f = { ...c, ...p }, w = R[e == null ? void 0 : e.pattern];
|
|
354
|
+
$(a, t, s, f, c, p, w, !1);
|
|
346
355
|
} else
|
|
347
356
|
console.log("No matching route found for pushstate to:", r, "- using fallback navigation"), window.location.href = r;
|
|
348
357
|
}), window.addEventListener("replacestate", (o) => {
|
|
349
358
|
const a = o.url || window.location.pathname + window.location.search, r = a.split("?")[0];
|
|
350
359
|
y.url = a, y.pathname = window.location.pathname, y.query = Object.fromEntries(new URLSearchParams(a.split("?")[1] || ""));
|
|
351
|
-
const l = "get", s = i.find((
|
|
360
|
+
const l = "get", s = i.find((e) => e.method.toLowerCase() === l && n.find((c) => c.parser(r) && c.pattern === e.path));
|
|
352
361
|
if (s) {
|
|
353
|
-
const
|
|
354
|
-
|
|
362
|
+
const e = n.find((h) => h.parser(r) && h.pattern === s.path), c = (e == null ? void 0 : e.parser(r)) || {}, u = new URLSearchParams(a.split("?")[1] || ""), p = Object.fromEntries(u.entries()) || {}, f = { ...c, ...p }, w = R[e == null ? void 0 : e.pattern];
|
|
363
|
+
$(a, t, s, f, c, p, w, !1);
|
|
355
364
|
} else
|
|
356
365
|
console.log("No matching route found for replacestate to:", r, "- using fallback navigation"), window.location.href = r;
|
|
357
366
|
});
|
|
358
367
|
}
|
|
359
|
-
const
|
|
360
|
-
let
|
|
368
|
+
const B = Symbol("forge-load-function");
|
|
369
|
+
let N = [], C = null;
|
|
361
370
|
function ct(t) {
|
|
362
371
|
try {
|
|
363
372
|
const i = new URL(t, window.location.origin);
|
|
@@ -367,40 +376,40 @@ function ct(t) {
|
|
|
367
376
|
}
|
|
368
377
|
}
|
|
369
378
|
function lt() {
|
|
370
|
-
typeof window < "u" &&
|
|
379
|
+
typeof window < "u" && !C && (C = window.fetch, window.fetch = async function(t, i = {}) {
|
|
371
380
|
console.log("🔵 Enhanced fetch called for:", t), console.log("🔵 Initial init:", i);
|
|
372
|
-
let
|
|
373
|
-
for (const a of
|
|
381
|
+
let n = { ...i };
|
|
382
|
+
for (const a of N)
|
|
374
383
|
try {
|
|
375
384
|
if (a.length === 2) {
|
|
376
|
-
const r = new Headers(
|
|
377
|
-
console.log("🟡 Running callback-style middleware (length=2)"), await new Promise((s,
|
|
385
|
+
const r = new Headers(n.headers), l = Object.fromEntries(r.entries());
|
|
386
|
+
console.log("🟡 Running callback-style middleware (length=2)"), await new Promise((s, e) => {
|
|
378
387
|
try {
|
|
379
388
|
a(l, (c) => {
|
|
380
389
|
if (c)
|
|
381
|
-
|
|
390
|
+
e(c);
|
|
382
391
|
else {
|
|
383
|
-
const
|
|
384
|
-
Object.entries(l).forEach(([
|
|
385
|
-
|
|
386
|
-
}),
|
|
392
|
+
const u = new Headers();
|
|
393
|
+
Object.entries(l).forEach(([p, f]) => {
|
|
394
|
+
f !== void 0 && u.set(p, f);
|
|
395
|
+
}), n.headers = u, s();
|
|
387
396
|
}
|
|
388
397
|
});
|
|
389
398
|
} catch (c) {
|
|
390
|
-
|
|
399
|
+
e(c);
|
|
391
400
|
}
|
|
392
401
|
});
|
|
393
402
|
} else {
|
|
394
403
|
console.log("🟡 Running new-style RequestInit middleware (length=" + a.length + ")");
|
|
395
|
-
const r = await a(
|
|
396
|
-
r && typeof r == "object" ? (console.log("🟢 Middleware returned RequestInit:", r),
|
|
404
|
+
const r = await a(n, t);
|
|
405
|
+
r && typeof r == "object" ? (console.log("🟢 Middleware returned RequestInit:", r), n = r) : console.log("🟢 Middleware returned:", r);
|
|
397
406
|
}
|
|
398
407
|
} catch (r) {
|
|
399
408
|
throw console.error("🔴 Middleware error:", r), r;
|
|
400
409
|
}
|
|
401
|
-
console.log("🟢 Final init after middleware:",
|
|
402
|
-
const o = await
|
|
403
|
-
if (o.status >= 300 && o.status < 400 && i[
|
|
410
|
+
console.log("🟢 Final init after middleware:", n);
|
|
411
|
+
const o = await C(t, n);
|
|
412
|
+
if (o.status >= 300 && o.status < 400 && i[B]) {
|
|
404
413
|
const a = o.headers.get("location");
|
|
405
414
|
if (a && ct(a))
|
|
406
415
|
return window.location.href = a, o;
|
|
@@ -416,36 +425,36 @@ const ht = {
|
|
|
416
425
|
configUpdate(t) {
|
|
417
426
|
if (typeof t != "function")
|
|
418
427
|
throw new Error("Middleware must be a function");
|
|
419
|
-
|
|
428
|
+
N.push(t);
|
|
420
429
|
},
|
|
421
430
|
/**
|
|
422
431
|
* Reset all middleware
|
|
423
432
|
*/
|
|
424
433
|
reset() {
|
|
425
|
-
|
|
434
|
+
N.length = 0;
|
|
426
435
|
},
|
|
427
436
|
/**
|
|
428
437
|
* Get current middleware count (for debugging)
|
|
429
438
|
*/
|
|
430
439
|
getMiddlewareCount() {
|
|
431
|
-
return
|
|
440
|
+
return N.length;
|
|
432
441
|
}
|
|
433
442
|
};
|
|
434
|
-
let
|
|
443
|
+
let T;
|
|
435
444
|
async function wt(t, i) {
|
|
436
|
-
let
|
|
437
|
-
if (!
|
|
445
|
+
let n = i.component_dir;
|
|
446
|
+
if (!n && typeof n != "string")
|
|
438
447
|
throw new Error("No component directory provided");
|
|
439
448
|
let o = window.__ROUTING__;
|
|
440
|
-
if (
|
|
449
|
+
if (T = Q(o), window && window.location) {
|
|
441
450
|
const a = (window.location.pathname || "/").split("?")[0];
|
|
442
451
|
console.log(`Current pathname: ${a}`);
|
|
443
|
-
const r =
|
|
452
|
+
const r = T.find((s) => s.parser(a));
|
|
444
453
|
let l = r ? o.find((s) => s.path === r.pattern) : null;
|
|
445
454
|
if (r && l) {
|
|
446
455
|
console.log("Found route:", l);
|
|
447
|
-
const s = r.parser(a) || {},
|
|
448
|
-
it(), at(t,
|
|
456
|
+
const s = r.parser(a) || {}, e = new URLSearchParams(window.location.search), c = Object.fromEntries(e.entries()) || {}, u = { ...s, ...c };
|
|
457
|
+
it(), at(t, n, l, u, s, c), st(n, o, T);
|
|
449
458
|
} else {
|
|
450
459
|
console.log("No matching route found, using fallback navigation"), window.location.href = a;
|
|
451
460
|
return;
|
|
@@ -461,6 +470,6 @@ export {
|
|
|
461
470
|
y as page,
|
|
462
471
|
vt as shadowUrl,
|
|
463
472
|
it as updateManifestStore,
|
|
464
|
-
|
|
473
|
+
$ as updateRoute
|
|
465
474
|
};
|
|
466
475
|
//# sourceMappingURL=client.mjs.map
|