@takazudo/zfb-runtime 0.1.0-next.75 → 0.1.0-next.76

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.
@@ -1,8 +1,8 @@
1
1
  export { ClientRouter, type ClientRouterProps } from "../client-router.js";
2
2
  export { TRANSITION_BEFORE_PREPARATION, TRANSITION_AFTER_PREPARATION, TRANSITION_BEFORE_SWAP, TRANSITION_AFTER_SWAP, TRANSITION_PAGE_LOAD, TRANSITION_NAVIGATION_ABORTED, TransitionBeforePreparationEvent, TransitionBeforeSwapEvent, isTransitionBeforePreparationEvent, isTransitionBeforeSwapEvent, } from "./events.js";
3
- export type { Direction, Fallback, NavigationTypeString, Options } from "./types.js";
3
+ export type { Direction, Fallback, NavigationTypeString, Options, SyncHistoryEntryOptions, } from "./types.js";
4
4
  export { swapFunctions, swap } from "./swap-functions.js";
5
- export { navigate, supportsViewTransitions, transitionEnabledOnThisPage, init } from "./router.js";
5
+ export { navigate, supportsViewTransitions, transitionEnabledOnThisPage, init, syncHistoryEntry, } from "./router.js";
6
6
  export type { InitOptions } from "./router.js";
7
7
  export { prefetch, init as prefetchInit } from "./prefetch.js";
8
8
  export type { PrefetchStrategy, PrefetchInitOptions, PrefetchOptions } from "./prefetch.js";
@@ -9,7 +9,8 @@ export { swapFunctions, swap } from "./swap-functions.js";
9
9
  // - W3C1: `supportsViewTransitions`, `transitionEnabledOnThisPage`.
10
10
  // - W3C2: `navigate()` (public navigation entry).
11
11
  // - W3C3: `init()` (idempotent bootstrap: registers click + form intercept listeners).
12
- export { navigate, supportsViewTransitions, transitionEnabledOnThisPage, init } from "./router.js";
12
+ // - W2 (#1377): `syncHistoryEntry()` (history bookkeeping without navigation).
13
+ export { navigate, supportsViewTransitions, transitionEnabledOnThisPage, init, syncHistoryEntry, } from "./router.js";
13
14
  // Prefetch public surface (#276).
14
15
  // `init` from prefetch.ts is re-exported as `prefetchInit` to avoid colliding
15
16
  // with the router's `init` above.
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/client-router/index.ts"],"names":[],"mappings":"AAAA,mDAAmD;AACnD,4EAA4E;AAC5E,4EAA4E;AAE5E,mBAAmB;AACnB,OAAO,EAAE,YAAY,EAA0B,MAAM,qBAAqB,CAAC;AAE3E,OAAO,EACL,6BAA6B,EAC7B,4BAA4B,EAC5B,sBAAsB,EACtB,qBAAqB,EACrB,oBAAoB,EACpB,6BAA6B,EAC7B,gCAAgC,EAChC,yBAAyB,EACzB,kCAAkC,EAClC,2BAA2B,GAC5B,MAAM,aAAa,CAAC;AAIrB,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAE1D,yBAAyB;AACzB,sEAAsE;AACtE,oDAAoD;AACpD,yFAAyF;AACzF,OAAO,EAAE,QAAQ,EAAE,uBAAuB,EAAE,2BAA2B,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAGnG,kCAAkC;AAClC,8EAA8E;AAC9E,kCAAkC;AAClC,OAAO,EAAE,QAAQ,EAAE,IAAI,IAAI,YAAY,EAAE,MAAM,eAAe,CAAC","sourcesContent":["// Public API surface for the client-router module.\n// This file is the barrel for @takazudo/zfb-runtime's client-router export.\n// W3D adds the <ClientRouter /> component and ClientRouterProps re-exports.\n\n// Component (W3D).\nexport { ClientRouter, type ClientRouterProps } from \"../client-router.js\";\n\nexport {\n TRANSITION_BEFORE_PREPARATION,\n TRANSITION_AFTER_PREPARATION,\n TRANSITION_BEFORE_SWAP,\n TRANSITION_AFTER_SWAP,\n TRANSITION_PAGE_LOAD,\n TRANSITION_NAVIGATION_ABORTED,\n TransitionBeforePreparationEvent,\n TransitionBeforeSwapEvent,\n isTransitionBeforePreparationEvent,\n isTransitionBeforeSwapEvent,\n} from \"./events.js\";\n\nexport type { Direction, Fallback, NavigationTypeString, Options } from \"./types.js\";\n\nexport { swapFunctions, swap } from \"./swap-functions.js\";\n\n// Router public surface.\n// - W3C1: `supportsViewTransitions`, `transitionEnabledOnThisPage`.\n// - W3C2: `navigate()` (public navigation entry).\n// - W3C3: `init()` (idempotent bootstrap: registers click + form intercept listeners).\nexport { navigate, supportsViewTransitions, transitionEnabledOnThisPage, init } from \"./router.js\";\nexport type { InitOptions } from \"./router.js\";\n\n// Prefetch public surface (#276).\n// `init` from prefetch.ts is re-exported as `prefetchInit` to avoid colliding\n// with the router's `init` above.\nexport { prefetch, init as prefetchInit } from \"./prefetch.js\";\nexport type { PrefetchStrategy, PrefetchInitOptions, PrefetchOptions } from \"./prefetch.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/client-router/index.ts"],"names":[],"mappings":"AAAA,mDAAmD;AACnD,4EAA4E;AAC5E,4EAA4E;AAE5E,mBAAmB;AACnB,OAAO,EAAE,YAAY,EAA0B,MAAM,qBAAqB,CAAC;AAE3E,OAAO,EACL,6BAA6B,EAC7B,4BAA4B,EAC5B,sBAAsB,EACtB,qBAAqB,EACrB,oBAAoB,EACpB,6BAA6B,EAC7B,gCAAgC,EAChC,yBAAyB,EACzB,kCAAkC,EAClC,2BAA2B,GAC5B,MAAM,aAAa,CAAC;AAUrB,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAE1D,yBAAyB;AACzB,sEAAsE;AACtE,oDAAoD;AACpD,yFAAyF;AACzF,iFAAiF;AACjF,OAAO,EACL,QAAQ,EACR,uBAAuB,EACvB,2BAA2B,EAC3B,IAAI,EACJ,gBAAgB,GACjB,MAAM,aAAa,CAAC;AAGrB,kCAAkC;AAClC,8EAA8E;AAC9E,kCAAkC;AAClC,OAAO,EAAE,QAAQ,EAAE,IAAI,IAAI,YAAY,EAAE,MAAM,eAAe,CAAC","sourcesContent":["// Public API surface for the client-router module.\n// This file is the barrel for @takazudo/zfb-runtime's client-router export.\n// W3D adds the <ClientRouter /> component and ClientRouterProps re-exports.\n\n// Component (W3D).\nexport { ClientRouter, type ClientRouterProps } from \"../client-router.js\";\n\nexport {\n TRANSITION_BEFORE_PREPARATION,\n TRANSITION_AFTER_PREPARATION,\n TRANSITION_BEFORE_SWAP,\n TRANSITION_AFTER_SWAP,\n TRANSITION_PAGE_LOAD,\n TRANSITION_NAVIGATION_ABORTED,\n TransitionBeforePreparationEvent,\n TransitionBeforeSwapEvent,\n isTransitionBeforePreparationEvent,\n isTransitionBeforeSwapEvent,\n} from \"./events.js\";\n\nexport type {\n Direction,\n Fallback,\n NavigationTypeString,\n Options,\n SyncHistoryEntryOptions,\n} from \"./types.js\";\n\nexport { swapFunctions, swap } from \"./swap-functions.js\";\n\n// Router public surface.\n// - W3C1: `supportsViewTransitions`, `transitionEnabledOnThisPage`.\n// - W3C2: `navigate()` (public navigation entry).\n// - W3C3: `init()` (idempotent bootstrap: registers click + form intercept listeners).\n// - W2 (#1377): `syncHistoryEntry()` (history bookkeeping without navigation).\nexport {\n navigate,\n supportsViewTransitions,\n transitionEnabledOnThisPage,\n init,\n syncHistoryEntry,\n} from \"./router.js\";\nexport type { InitOptions } from \"./router.js\";\n\n// Prefetch public surface (#276).\n// `init` from prefetch.ts is re-exported as `prefetchInit` to avoid colliding\n// with the router's `init` above.\nexport { prefetch, init as prefetchInit } from \"./prefetch.js\";\nexport type { PrefetchStrategy, PrefetchInitOptions, PrefetchOptions } from \"./prefetch.js\";\n"]}
@@ -1,7 +1,8 @@
1
- import type { Fallback, Options } from "./types.js";
1
+ import type { Fallback, Options, SyncHistoryEntryOptions } from "./types.js";
2
2
  export declare const supportsViewTransitions: boolean;
3
3
  export declare const transitionEnabledOnThisPage: () => boolean;
4
4
  export declare function getFallback(): Fallback;
5
+ export declare function syncHistoryEntry(url: string | URL, options?: SyncHistoryEntryOptions): void;
5
6
  export declare function navigate(href: string, options?: Options): Promise<void>;
6
7
  export interface InitOptions {
7
8
  /** Reserved for forward-compat with Astro's prefetch integration. Ignored in v1. */
@@ -66,6 +66,17 @@ const internalFetchHeaders = {};
66
66
  const inBrowser = typeof document !== "undefined";
67
67
  export const supportsViewTransitions = inBrowser && !!document.startViewTransition;
68
68
  export const transitionEnabledOnThisPage = () => inBrowser && !!document.querySelector('[name="zfb-view-transitions-enabled"]');
69
+ // A same-page Back/Forward traversal (two history entries sharing pathname +
70
+ // search) is served from the live DOM by the fast-path in transition() — no
71
+ // re-fetch, no re-swap, no lifecycle events. A per-request SSR page
72
+ // (`prerender = false`) whose server output can differ between two visits to
73
+ // the SAME url opts back INTO the fetch by emitting
74
+ // <meta name="zfb-traverse-refetch" content="true"> (via <ClientRouter
75
+ // traverseRefetch />); skipping the fetch on such a page would pin the stale
76
+ // first-render content. Read from the CURRENT document — for a same-page
77
+ // traverse the current document IS the target page. Mirrors the
78
+ // zfb-prefetch-disabled meta reader. (#1376)
79
+ const traverseRefetchOptedOut = () => inBrowser && !!document.querySelector('meta[name="zfb-traverse-refetch"][content="true"]');
69
80
  const samePage = (thisLocation, otherLocation) => thisLocation.pathname === otherLocation.pathname && thisLocation.search === otherLocation.search;
70
81
  // The previous navigation that might still be in processing
71
82
  let mostRecentNavigation;
@@ -268,7 +279,12 @@ const moveToLocation = (to, from, options, pageTitleForBrowserHistory, historySt
268
279
  scrolledToTop = true;
269
280
  }
270
281
  if (historyState) {
271
- scrollTo(historyState.scrollX, historyState.scrollY);
282
+ // Raw-History consumers may push partial/empty state (`{}`), so the tracked
283
+ // scroll fields can be absent or non-finite. Never scrollTo(undefined, …) —
284
+ // leave scroll where it is rather than jumping to (0,0). #1376.
285
+ if (Number.isFinite(historyState.scrollX) && Number.isFinite(historyState.scrollY)) {
286
+ scrollTo(historyState.scrollX, historyState.scrollY);
287
+ }
272
288
  }
273
289
  else {
274
290
  if (to.hash) {
@@ -293,6 +309,63 @@ const moveToLocation = (to, from, options, pageTitleForBrowserHistory, historySt
293
309
  history.scrollRestoration = "manual";
294
310
  }
295
311
  };
312
+ let syncHistoryEntryOnServerWarned = false;
313
+ // Public: write a router-managed history entry (push or replace) WITHOUT any
314
+ // navigation, DOM, scroll, or lifecycle side effect. This is the supported path
315
+ // for consumers deep-linking transient UI state (dialogs/modals, a photo
316
+ // viewer's /photos/<slug>/ URL). Hand-rolled raw history.pushState desyncs
317
+ // `originalLocation` and the index bookkeeping that popstate direction detection
318
+ // (derivePopDirection) and the same-page traverse fast-path depend on; navigate()
319
+ // can't be used because it forces a fetch. See #1377 / #1374.
320
+ export function syncHistoryEntry(url, options = {}) {
321
+ // SSR guard: no window/history to touch. Mirror navigate()'s server no-op +
322
+ // one-time console warning. Checked at call time via `typeof document` (not the
323
+ // module-eval `inBrowser` const) so the branch is reachable and behavior is
324
+ // identical in a real environment (document is always present in a browser).
325
+ if (typeof document === "undefined") {
326
+ if (!syncHistoryEntryOnServerWarned) {
327
+ // instantiate an error for the stacktrace to show to user.
328
+ const warning = new Error("syncHistoryEntry() was called during a server side render. This may be unintentional as it is expected to be called in response to a client-side user interaction. Please make sure that your usage is correct.");
329
+ warning.name = "Warning";
330
+ // biome-ignore lint/suspicious/noConsole: allowed
331
+ console.warn(warning);
332
+ syncHistoryEntryOnServerWarned = true;
333
+ }
334
+ return;
335
+ }
336
+ const to = new URL(url, location.href);
337
+ // Cross-origin is not ours to manage. The History API would throw a native
338
+ // SecurityError for a cross-origin URL, but we guard explicitly so the failure
339
+ // is a clear, documented contract violation rather than an opaque platform
340
+ // error — and never a silent full-page load. #1377.
341
+ if (to.origin !== location.origin) {
342
+ throw new Error(`syncHistoryEntry(): refusing to write a cross-origin history entry for "${to.href}" (current origin: ${location.origin}).`);
343
+ }
344
+ if (options.replace) {
345
+ // Replace keeps the current entry's index. A consumer migrating from raw
346
+ // history.pushState may have left a missing/invalid index, so fall back to
347
+ // the tracked index rather than stamping NaN/undefined.
348
+ const current = history.state;
349
+ const index = current != null && Number.isFinite(current.index) ? current.index : currentHistoryIndex;
350
+ history.replaceState({
351
+ ...options.state,
352
+ index,
353
+ scrollX: Number.isFinite(current?.scrollX) ? current.scrollX : scrollX,
354
+ scrollY: Number.isFinite(current?.scrollY) ? current.scrollY : scrollY,
355
+ }, "", to.href);
356
+ }
357
+ else {
358
+ // Persist the CURRENT (outgoing) entry's latest scroll before pushing, so a
359
+ // later Back restoration can't lose scroll that `scrollend` hasn't flushed
360
+ // yet — the same guard transition() applies before a non-traverse push.
361
+ updateScrollPosition({ scrollX, scrollY });
362
+ history.pushState({ ...options.state, index: ++currentHistoryIndex, scrollX: 0, scrollY: 0 }, "", to.href);
363
+ }
364
+ // Always re-point originalLocation so the next transition()/onPopState uses the
365
+ // correct "from" URL. Skipping this is exactly what makes a raw pushState
366
+ // desync the router (a same-page Back would miss the traverse fast path).
367
+ originalLocation = to;
368
+ }
296
369
  function preloadStyleLinks(newDocument) {
297
370
  const links = [];
298
371
  for (const el of newDocument.querySelectorAll("head link[rel=stylesheet]")) {
@@ -397,7 +470,12 @@ async function transition(direction, from, to, options, historyState, hasUAVisua
397
470
  updateScrollPosition({ scrollX, scrollY });
398
471
  }
399
472
  if (samePage(from, to) && !options.formData) {
400
- if ((direction !== "back" && to.hash) || (direction === "back" && from.hash)) {
473
+ if (
474
+ // Same-page Back/Forward: serve from the live DOM (no re-fetch/re-swap)
475
+ // unless this page opted back into the fetch (per-request SSR). #1374/#1376.
476
+ (navigationType === "traverse" && !traverseRefetchOptedOut()) ||
477
+ (direction !== "back" && to.hash) ||
478
+ (direction === "back" && from.hash)) {
401
479
  moveToLocation(to, from, options, document.title, historyState);
402
480
  if (currentNavigation === mostRecentNavigation)
403
481
  mostRecentNavigation = undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"router.js","sourceRoot":"","sources":["../../src/client-router/router.ts"],"names":[],"mappings":"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","sourcesContent":["/// <reference lib=\"dom\" />\n/// <reference lib=\"dom.iterable\" />\n// Ported from Astro transitions/router.ts (transition orchestration half).\n// Source: https://raw.githubusercontent.com/withastro/astro/main/packages/astro/src/transitions/router.ts\n// Issue: zudolab/zudo-doc#1516 (W3C1), parent epic zudolab/zudo-doc#1510.\n//\n// Mechanical renames per W1B §13.5:\n// astro:* event names → zfb:*\n// data-astro-* attributes → data-zfb-*\n// astro-view-transitions-* → zfb-view-transitions-*\n// .astro-route-announcer → .zfb-route-announcer\n// dataset.astroExec → dataset.zfbExec\n// dataset.astroHistory → dataset.zfbHistory\n// dataset.astroRerun → dataset.zfbRerun\n//\n// Named-cause deviations:\n// - `internalFetchHeaders` import dropped; replaced with `{}` (W1B §13.5 — zfb adapters\n// do not currently expose a per-fetch internal-headers contract).\n// - `prepareForClientOnlyComponents` dropped entirely (W1B §13.5 / W3C2 — DEV-only\n// iframe trick that compensates for Vite per-component CSS injection on hydrate;\n// not applicable to zfb islands which inject CSS via the bundle).\n// - `import.meta.env.SSR` access uses `(import.meta as any).env?.SSR` (no Vite\n// ambient types in zfb-runtime tsconfig — same workaround used in W3B).\n// - `inBrowser` evaluates to `typeof document !== \"undefined\"` rather than relying\n// on the SSR flag, because the runtime package serves both server- and client-side\n// code; same observable behavior in browser and on SSR.\n// - `announce()` was a TODO stub at W1B port time; W3C3 implemented it and #1063 gave\n// its 60ms timer explicit lifecycle ownership — see the route-announcer block below.\n//\n// W3C2 additions (this file):\n// - `navigate()` public entry.\n// - `onPopState`, `onScrollEnd`.\n// - Top-level `if (inBrowser)` initialization block (seeds `currentHistoryIndex`\n// from `history.state`, registers popstate / load / scrollend listeners, and\n// marks already-executed scripts with `dataset[\"zfbExec\"] = \"\"`).\n//\n// W3C1 items deferred to — and since implemented in — W3C3:\n// - `announce()` route-announcer implementation (see the route-announcer block below;\n// timer lifecycle ownership hardened in #1063).\n// - Click + form intercept (see `handleClick` / `handleSubmit` / `init()` below).\n//\n// zfb-only additions (no Astro upstream — #1076):\n// - `onPageShow` pageshow/bfcache re-sync, registered inside the init block alongside\n// popstate/load/scrollend. Verified against live Astro `main`: neither\n// `transitions/router.ts` nor `ClientRouter.astro` has any pageshow/`persisted`\n// handler, so this is original design, not a port. WebKit serves Back after an SPA\n// route change from the bfcache without re-evaluating this module, desyncing the\n// tracked `currentHistoryIndex` from the live history stack; `onPageShow` re-seeds it\n// (and restores scroll) on a persisted restore — see the `onPageShow` block below.\n// - `derivePopDirection` hardens the popstate forward/back calc against an unchanged or\n// missing/NaN `state.index` that a bfcache restore can leave behind (#1076).\n\nimport {\n doPreparation,\n doSwap,\n onPageLoad,\n triggerEvent,\n updateScrollPosition,\n type TransitionBeforePreparationEvent,\n} from \"./events.js\";\nimport { detectScriptExecuted } from \"./swap-functions.js\";\nimport type { Direction, Fallback, Options } from \"./types.js\";\n// Island re-bootstrap and deferred-cancel after body swap (W1B §12.2, §12.5).\n// mountNewIslands() is called after runScripts() and before onPageLoad().\n// cancelPendingIslands() is called before doSwap() so deferred callbacks\n// (rIC/IntersectionObserver) do not fire against orphan elements.\nimport { cancelPendingIslands, mountNewIslands, unmountIslands } from \"@takazudo/zfb/runtime\";\n\ntype State = {\n index: number;\n scrollX: number;\n scrollY: number;\n};\ntype Navigation = { controller: AbortController };\ntype Transition = {\n // The view transitions object (API and simulation)\n viewTransition?: ViewTransition;\n // Simulation: Whether transition was skipped\n transitionSkipped: boolean;\n // Simulation: The resolve function of the finished promise\n viewTransitionFinished?: () => void;\n};\n\n// Adapter-specific internal fetch headers. zfb adapters do not currently expose this\n// contract — the empty object preserves the call-shape so the loop in fetchHTML is a\n// no-op until/unless an adapter wires this up.\nconst internalFetchHeaders: Record<string, string> = {};\n\n// Detect browser context. Astro uses `import.meta.env.SSR === false` (Vite-injected).\n// The zfb-runtime tsconfig has no Vite ambient types; checking for `document` is\n// behaviorally identical and avoids a Vite type dependency.\nconst inBrowser = typeof document !== \"undefined\";\n\nexport const supportsViewTransitions = inBrowser && !!document.startViewTransition;\n\nexport const transitionEnabledOnThisPage = () =>\n inBrowser && !!document.querySelector('[name=\"zfb-view-transitions-enabled\"]');\n\nconst samePage = (thisLocation: URL, otherLocation: URL) =>\n thisLocation.pathname === otherLocation.pathname && thisLocation.search === otherLocation.search;\n\n// The previous navigation that might still be in processing\nlet mostRecentNavigation: Navigation | undefined;\n// The previous transition that might still be in processing\nlet mostRecentTransition: Transition | undefined;\n// When we traverse the history, the window.location is already set to the new location.\n// This variable tells us where we came from\nlet originalLocation: URL;\n\n// Route announcer — ported from Astro's announce(). Each navigation appends a fresh\n// aria-live <div> (after removing any prior announcer, so exactly one ever exists) and\n// writes the new page title into it 60ms later, so screen readers announce the new page.\n//\n// zfb deviation from Astro / design decision for #1063 (timer lifecycle ownership):\n// - The 60ms timer id is stored and cleared when a newer navigation supersedes a\n// still-pending announcement, so a superseded page's title is never written to a\n// now-detached announcer. (Astro leaves the timer fire-and-forget.)\n// - The previous announcer is removed before a new one is appended, so they never\n// accumulate. We deliberately do NOT *reuse* one element across navigations (which\n// #1063 floated): a reused live region is detached and re-inserted into the a11y\n// tree on every body swap, and a repeated title would be a no-op text write — both\n// make re-announcement unreliable across screen readers. Creating a fresh empty\n// element and writing text 60ms later is Astro's proven, reliable announce trigger.\n//\n// The 60ms delay is Astro's magic number: screen readers need to see the element change\n// and may miss it if it happens too quickly.\nlet announceTimer: number | undefined;\n\nconst announce = () => {\n // A newer navigation supersedes any still-pending announcement: cancel the old\n // timer so it can't write a now-stale title after this navigation's swap.\n if (announceTimer !== undefined) window.clearTimeout(announceTimer);\n\n // Keep exactly one announcer: drop any leftover from a prior navigation that the\n // body swap did not already detach.\n document.querySelector(\".zfb-route-announcer\")?.remove();\n const div = document.createElement(\"div\");\n div.setAttribute(\"aria-live\", \"assertive\");\n div.setAttribute(\"aria-atomic\", \"true\");\n div.className = \"zfb-route-announcer\";\n document.body.append(div);\n\n announceTimer = window.setTimeout(() => {\n announceTimer = undefined;\n // This timer can outlive its document context — a test-env teardown\n // (vitest/happy-dom) or a real page unload removes `document` (and\n // `location`) before the 60ms elapses. `typeof` is safe even when the\n // global is gone, so bail out instead of throwing an unhandled\n // ReferenceError (#1061); the announcement is moot once the page is gone.\n // Both globals the callback dereferences are checked, not just `document`.\n if (typeof document === \"undefined\" || typeof location === \"undefined\") return;\n const title = document.title || document.querySelector(\"h1\")?.textContent || location.pathname;\n div.textContent = title;\n }, 60);\n};\n\nconst PERSIST_ATTR = \"data-zfb-transition-persist\";\nconst DIRECTION_ATTR = \"data-zfb-transition\";\nconst OLD_NEW_ATTR = \"data-zfb-transition-fallback\";\n\nlet parser: DOMParser;\n\n// The History API does not tell you if navigation is forward or back, so\n// you can figure it using an index. On pushState the index is incremented so you\n// can use that to determine popstate if going forward or back.\nlet currentHistoryIndex = 0;\n\nif (inBrowser) {\n if (history.state) {\n // Here we reloaded a page with history state\n // (e.g. history navigation from non-transition page or browser reload)\n currentHistoryIndex = history.state.index;\n scrollTo({ left: history.state.scrollX, top: history.state.scrollY });\n } else if (transitionEnabledOnThisPage()) {\n // This page is loaded from the browser address bar or via a link from extern,\n // it needs a state in the history\n history.replaceState({ index: currentHistoryIndex, scrollX, scrollY }, \"\");\n history.scrollRestoration = \"manual\";\n }\n}\n\n// returns the contents of the page or null if the router can't deal with it.\nasync function fetchHTML(\n href: string,\n init?: RequestInit,\n): Promise<null | { html: string; redirected?: string; mediaType: DOMParserSupportedType }> {\n try {\n // Apply adapter-specific headers for internal fetches\n const headers = new Headers(init?.headers);\n for (const [key, value] of Object.entries(internalFetchHeaders) as [string, string][]) {\n headers.set(key, value);\n }\n const res = await fetch(href, { ...init, headers });\n const contentType = res.headers.get(\"content-type\") ?? \"\";\n // drop potential charset (+ other name/value pairs) as parser needs the mediaType\n const mediaType = contentType.split(\";\", 1)[0]!.trim();\n // the DOMParser can handle two types of HTML\n if (mediaType !== \"text/html\" && mediaType !== \"application/xhtml+xml\") {\n // everything else (e.g. audio/mp3) will be handled by the browser but not by us\n return null;\n }\n const html = await res.text();\n // exactOptionalPropertyTypes: true forbids assigning `undefined` to a `redirected?: string`\n // slot, so omit the property when not redirected instead of setting it to undefined.\n return res.redirected ? { html, redirected: res.url, mediaType } : { html, mediaType };\n } catch {\n // can't fetch, let someone else deal with it.\n return null;\n }\n}\n\nexport function getFallback(): Fallback {\n const el = document.querySelector('[name=\"zfb-view-transitions-fallback\"]');\n if (el) {\n // Astro casts `content` straight to Fallback; harden against an arbitrary/typo'd\n // attribute value by validating against the known set and defaulting to \"animate\".\n const content = el.getAttribute(\"content\");\n if (content === \"none\" || content === \"animate\" || content === \"swap\") {\n return content;\n }\n }\n return \"animate\";\n}\n\n// Upper bound (ms) for waiting on a single external <script>'s load/error in\n// runScripts(). Not an Astro upstream value — added so a slow/broken external\n// script can never hang the transition indefinitely.\nconst EXTERNAL_SCRIPT_WAIT_TIMEOUT = 5000;\n\nfunction runScripts() {\n let wait = Promise.resolve();\n let needsWaitForInlineModuleScript = false;\n // The original code made the assumption that all inline scripts are directly executed when inserted into the DOM.\n // This is not true for inline module scripts, which are deferred but still executed in order.\n // inline module scripts cannot be awaited for with onload.\n // Thus to be able to wait for the execution of all scripts, we make sure that the last inline module script\n // is always followed by an external module script\n for (const script of document.getElementsByTagName(\"script\")) {\n script.dataset[\"zfbExec\"] === undefined &&\n script.getAttribute(\"type\") === \"module\" &&\n (needsWaitForInlineModuleScript = script.getAttribute(\"src\") === null);\n }\n needsWaitForInlineModuleScript &&\n document.body.insertAdjacentHTML(\n \"beforeend\",\n `<script type=\"module\" src=\"data:application/javascript,\"/>`,\n );\n\n for (const script of document.getElementsByTagName(\"script\")) {\n if (script.dataset[\"zfbExec\"] === \"\") continue;\n const type = script.getAttribute(\"type\");\n if (type && type !== \"module\" && type !== \"text/javascript\") continue;\n const newScript = document.createElement(\"script\");\n newScript.innerHTML = script.innerHTML;\n for (const attr of script.attributes) {\n if (attr.name === \"src\") {\n // Astro awaits onload/onerror with no upper bound; a slow or broken\n // external <script> would then hang the whole transition. Race the\n // load against a timeout so the transition can always proceed.\n const p = new Promise<void>((r) => {\n let timer: ReturnType<typeof setTimeout>;\n const done = () => {\n clearTimeout(timer);\n r();\n };\n newScript.onload = newScript.onerror = done;\n timer = setTimeout(done, EXTERNAL_SCRIPT_WAIT_TIMEOUT);\n });\n wait = wait.then(() => p as any);\n }\n newScript.setAttribute(attr.name, attr.value);\n }\n newScript.dataset[\"zfbExec\"] = \"\";\n script.replaceWith(newScript);\n }\n return wait;\n}\n\n// Add a new entry to the browser history. This also sets the new page in the browser address bar.\n// Sets the scroll position according to the hash fragment of the new location.\nconst moveToLocation = (\n to: URL,\n from: URL,\n options: Options,\n pageTitleForBrowserHistory: string,\n historyState?: State,\n) => {\n const intraPage = samePage(from, to);\n\n const targetPageTitle = document.title;\n document.title = pageTitleForBrowserHistory;\n\n let scrolledToTop = false;\n if (to.href !== location.href && !historyState) {\n if (options.history === \"replace\") {\n // Astro reads current.index/scrollX/scrollY directly; `history.state` can be\n // null (page entered without a transition state), which would throw a\n // TypeError. Fall back to a synthesized state from the tracked index/scroll.\n const current = history.state ?? {\n index: currentHistoryIndex,\n scrollX,\n scrollY,\n };\n history.replaceState(\n {\n ...options.state,\n index: current.index,\n scrollX: current.scrollX,\n scrollY: current.scrollY,\n },\n \"\",\n to.href,\n );\n } else {\n history.pushState(\n { ...options.state, index: ++currentHistoryIndex, scrollX: 0, scrollY: 0 },\n \"\",\n to.href,\n );\n }\n }\n document.title = targetPageTitle;\n // now we are on the new page for non-history navigation!\n // (with history navigation page change happens before popstate is fired)\n originalLocation = to;\n\n // freshly loaded pages start from the top\n if (!intraPage) {\n scrollTo({ left: 0, top: 0, behavior: \"instant\" });\n scrolledToTop = true;\n }\n\n if (historyState) {\n scrollTo(historyState.scrollX, historyState.scrollY);\n } else {\n if (to.hash) {\n // because we are already on the target page ...\n // ... what comes next is an intra-page navigation\n // that won't reload the page but instead scroll to the fragment\n history.scrollRestoration = \"auto\";\n const savedState = history.state;\n location.href = to.href; // this kills the history state on Firefox\n if (!history.state) {\n history.replaceState(savedState, \"\"); // this restores the history state\n if (intraPage) {\n window.dispatchEvent(new PopStateEvent(\"popstate\"));\n }\n }\n } else {\n if (!scrolledToTop) {\n scrollTo({ left: 0, top: 0, behavior: \"instant\" });\n }\n }\n history.scrollRestoration = \"manual\";\n }\n};\n\nfunction preloadStyleLinks(newDocument: Document) {\n const links: Promise<any>[] = [];\n for (const el of newDocument.querySelectorAll(\"head link[rel=stylesheet]\")) {\n // Do not preload links that are already on the page.\n if (\n !document.querySelector(\n `[${PERSIST_ATTR}=\"${el.getAttribute(\n PERSIST_ATTR,\n )}\"], link[rel=stylesheet][href=\"${el.getAttribute(\"href\")}\"]`,\n )\n ) {\n const c = document.createElement(\"link\");\n c.setAttribute(\"rel\", \"preload\");\n c.setAttribute(\"as\", \"style\");\n c.setAttribute(\"href\", el.getAttribute(\"href\")!);\n links.push(\n new Promise<any>((resolve) => {\n [\"load\", \"error\"].forEach((evName) => c.addEventListener(evName, resolve));\n document.head.append(c);\n }),\n );\n }\n }\n return links;\n}\n\n// replace head and body of the windows document with contents from newDocument\n// if !popstate, update the history entry and scroll position according to toLocation\n// if popState is given, this holds the scroll position for history navigation\n// if fallback === \"animate\" then simulate view transitions\nasync function updateDOM(\n preparationEvent: TransitionBeforePreparationEvent,\n options: Options,\n currentTransition: Transition,\n historyState?: State,\n fallback?: Fallback,\n) {\n async function animate(phase: string) {\n function isInfinite(animation: Animation) {\n const effect = animation.effect;\n if (!effect || !(effect instanceof KeyframeEffect) || !effect.target) return false;\n const style = window.getComputedStyle(effect.target, effect.pseudoElement);\n return style.animationIterationCount === \"infinite\";\n }\n const currentAnimations = document.getAnimations();\n // Trigger view transition animations waiting for data-zfb-transition-fallback\n document.documentElement.setAttribute(OLD_NEW_ATTR, phase);\n const nextAnimations = document.getAnimations();\n const newAnimations = nextAnimations.filter(\n (a) => !currentAnimations.includes(a) && !isInfinite(a),\n );\n // Wait for all new animations to finish (resolved or rejected).\n // Do not reject on canceled ones.\n return Promise.allSettled(newAnimations.map((a) => a.finished));\n }\n\n const animateFallbackOld = async () => {\n if (\n fallback === \"animate\" &&\n !currentTransition.transitionSkipped &&\n !preparationEvent.signal.aborted\n ) {\n try {\n await animate(\"old\");\n } catch {\n // animate might reject as a consequence of a call to skipTransition()\n // ignored on purpose\n }\n }\n };\n\n const pageTitleForBrowserHistory = document.title; // document.title will be overridden by swap()\n // Cancel deferred-hydration callbacks for old-body islands before the swap\n // so rIC / IntersectionObserver fires do not run against orphan elements.\n // Called before doSwap() which dispatches `zfb:before-swap` then mutates the DOM.\n cancelPendingIslands();\n // Unmount mounted islands on the OLD body before the swap so Preact/React\n // trees receive render(null, element) / root.unmount() and their useEffect\n // cleanups fire. Must happen after cancelPendingIslands() and before doSwap()\n // so document.body still points to the old body.\n unmountIslands();\n const swapEvent = await doSwap(\n preparationEvent,\n currentTransition.viewTransition!,\n animateFallbackOld,\n );\n moveToLocation(swapEvent.to, swapEvent.from, options, pageTitleForBrowserHistory, historyState);\n triggerEvent(\"zfb:after-swap\");\n\n // Resolve the finished promise of the simulation's ViewTransition.\n // For 'animate', wait for the new-page animation to complete first.\n // For other fallback modes (e.g. 'swap'), resolve immediately — no animation needed.\n if (fallback === \"animate\" && !currentTransition.transitionSkipped && !swapEvent.signal.aborted) {\n animate(\"new\").finally(() => currentTransition.viewTransitionFinished!());\n } else {\n currentTransition.viewTransitionFinished?.();\n }\n}\n\nfunction abortAndRecreateMostRecentNavigation(): Navigation {\n mostRecentNavigation?.controller.abort();\n return (mostRecentNavigation = {\n controller: new AbortController(),\n });\n}\n\nasync function transition(\n direction: Direction,\n from: URL,\n to: URL,\n options: Options,\n historyState?: State,\n hasUAVisualTransition = false,\n) {\n // The most recent navigation always has precedence\n // Yes, there can be several navigation instances as the user can click links\n // while we fetch content or simulate view transitions. Even synchronous creations are possible\n // e.g. by calling navigate() from a transition event.\n // Invariant: all but the most recent navigation are already aborted.\n\n const currentNavigation = abortAndRecreateMostRecentNavigation();\n\n // not ours\n if (!transitionEnabledOnThisPage() || location.origin !== to.origin) {\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n location.href = to.href;\n return;\n }\n\n const navigationType = historyState\n ? \"traverse\"\n : options.history === \"replace\"\n ? \"replace\"\n : \"push\";\n\n if (navigationType !== \"traverse\") {\n updateScrollPosition({ scrollX, scrollY });\n }\n if (samePage(from, to) && !options.formData) {\n if ((direction !== \"back\" && to.hash) || (direction === \"back\" && from.hash)) {\n moveToLocation(to, from, options, document.title, historyState);\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n return;\n }\n }\n\n const prepEvent = await doPreparation(\n from,\n to,\n direction,\n navigationType,\n options.sourceElement,\n options.info,\n currentNavigation!.controller.signal,\n options.formData,\n defaultLoader,\n );\n if (prepEvent.defaultPrevented || prepEvent.signal.aborted) {\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n triggerEvent(\"zfb:navigation-aborted\");\n if (!prepEvent.signal.aborted) {\n // not aborted -> delegate to browser\n location.href = to.href;\n }\n // and / or exit\n return;\n }\n\n async function defaultLoader(preparationEvent: TransitionBeforePreparationEvent) {\n const href = preparationEvent.to.href;\n const init: RequestInit = { signal: preparationEvent.signal };\n if (preparationEvent.formData) {\n init.method = \"POST\";\n const form =\n preparationEvent.sourceElement instanceof HTMLFormElement\n ? preparationEvent.sourceElement\n : preparationEvent.sourceElement instanceof HTMLElement &&\n \"form\" in preparationEvent.sourceElement\n ? (preparationEvent.sourceElement.form as HTMLFormElement)\n : preparationEvent.sourceElement?.closest(\"form\");\n // Form elements without enctype explicitly set default to application/x-www-form-urlencoded.\n // In order to maintain compatibility with Astro 4.x, we need to check the value of enctype\n // on the attributes property rather than accessing .enctype directly. Astro 5.x may\n // introduce defaulting to application/x-www-form-urlencoded as a breaking change, and then\n // we can access .enctype directly.\n //\n // Note: getNamedItem can return null in real life, even if TypeScript doesn't think so, hence\n // the ?.\n // `form` can be null (closest() miss, or a form-less form-associated\n // element) — `!= null` covers both null and undefined so Reflect.get\n // is never invoked on a non-element receiver (\"Illegal invocation\").\n init.body =\n form != null &&\n Reflect.get(HTMLFormElement.prototype, \"attributes\", form).getNamedItem(\"enctype\")\n ?.value === \"application/x-www-form-urlencoded\"\n ? new URLSearchParams(preparationEvent.formData as any)\n : preparationEvent.formData;\n }\n const response = await fetchHTML(href, init);\n // If there is a problem fetching the new page, just do an MPA navigation to it.\n if (response === null) {\n preparationEvent.preventDefault();\n return;\n }\n // if there was a redirection, show the final URL in the browser's address bar\n if (response.redirected) {\n const redirectedTo = new URL(response.redirected);\n // but do not redirect cross origin\n if (redirectedTo.origin !== preparationEvent.to.origin) {\n preparationEvent.preventDefault();\n return;\n }\n // preserve fragment\n const fragment = preparationEvent.to.hash;\n preparationEvent.to = redirectedTo;\n preparationEvent.to.hash = fragment;\n }\n\n parser ??= new DOMParser();\n\n preparationEvent.newDocument = parser.parseFromString(response.html, response.mediaType);\n // The next line might look like a hack,\n // but it is actually necessary as noscript elements\n // and their contents are returned as markup by the parser,\n // see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString\n preparationEvent.newDocument.querySelectorAll(\"noscript\").forEach((el) => el.remove());\n\n // If ClientRouter is not enabled on the incoming page, do a full page load to it.\n // Unless this was a form submission, in which case we do not want to trigger another mutation.\n if (\n !preparationEvent.newDocument.querySelector('[name=\"zfb-view-transitions-enabled\"]') &&\n !preparationEvent.formData\n ) {\n preparationEvent.preventDefault();\n return;\n }\n\n const links = preloadStyleLinks(preparationEvent.newDocument);\n links.length && !preparationEvent.signal.aborted && (await Promise.all(links));\n\n // W3C2: prepareForClientOnlyComponents() goes here. Astro's DEV-only iframe\n // trick that hoists Vite per-component CSS for client:only islands does not\n // apply to zfb (W1B §13.5 — zfb islands inject CSS via the bundle), so the\n // call is intentionally absent rather than stubbed.\n }\n async function abortAndRecreateMostRecentTransition(): Promise<Transition> {\n if (mostRecentTransition) {\n if (mostRecentTransition.viewTransition) {\n try {\n mostRecentTransition.viewTransition.skipTransition();\n } catch {\n // might throw AbortError DOMException. Ignored on purpose.\n }\n try {\n // UpdateCallbackDone might already been settled, i.e. if the previous transition finished updating the DOM.\n // Could not take long, we wait for it to avoid parallel updates\n // (which are very unlikely as long as swap() is not async).\n await mostRecentTransition.viewTransition.updateCallbackDone;\n } catch {\n // There was an error in the update callback of the transition which we cancel.\n // Ignored on purpose\n }\n }\n }\n return (mostRecentTransition = { transitionSkipped: false });\n }\n\n const currentTransition = await abortAndRecreateMostRecentTransition();\n\n if (prepEvent.signal.aborted) {\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n return;\n }\n\n document.documentElement.setAttribute(DIRECTION_ATTR, prepEvent.direction);\n\n // Commit the SPA history entry BEFORE the transition's update callback runs.\n //\n // WebKit (all iOS browsers, incl. iOS Chrome) does not reliably commit a\n // distinct back/forward history entry when history.pushState() is issued\n // *inside* the document.startViewTransition() update callback: the URL bar\n // updates but no new entry is created, so a single Back press falls off the\n // site to the browser home (zudolab/zzmod#662). Committing the entry here —\n // outside the transition's update callback — makes WebKit create it; Chromium\n // is unaffected either way. moveToLocation() (called later from updateDOM,\n // inside the callback) then no-ops its own push/replace via the\n // `to.href !== location.href` guard, since location is already at the\n // committed URL, so currentHistoryIndex is not double-advanced.\n //\n // We use prepEvent.to (redirects are already resolved into it during\n // preparation) and write before the swap, while document.title is still the\n // old page's title — so the back entry keeps the correct (old-page) title\n // without needing moveToLocation's title juggle. Writing here also covers the\n // non-VT fallback path below in one place.\n //\n // Traverse (popstate) navigations carry historyState: the browser has already\n // moved, so they must NOT create a new entry here.\n if (!historyState && prepEvent.to.href !== location.href) {\n if (options.history === \"replace\") {\n // Mirror of the moveToLocation replace-path guard: `history.state` can be\n // null here too (page entered without a transition state), so synthesize a\n // state from the tracked index/scroll instead of dereferencing null.\n const current = history.state ?? {\n index: currentHistoryIndex,\n scrollX,\n scrollY,\n };\n history.replaceState(\n {\n ...options.state,\n index: current.index,\n scrollX: current.scrollX,\n scrollY: current.scrollY,\n },\n \"\",\n prepEvent.to.href,\n );\n } else {\n history.pushState(\n { ...options.state, index: ++currentHistoryIndex, scrollX: 0, scrollY: 0 },\n \"\",\n prepEvent.to.href,\n );\n }\n }\n\n if (supportsViewTransitions && !hasUAVisualTransition) {\n // This automatically cancels any previous transition\n // We also already took care that the earlier update callback got through\n currentTransition.viewTransition = document.startViewTransition(\n async () => await updateDOM(prepEvent, options, currentTransition, historyState),\n );\n } else {\n // Simulation mode requires a bit more manual work.\n // Also used when PopStateEvent.hasUAVisualTransition indicates the browser already\n // provided a visual transition (e.g. Safari swipe gesture) — in that case, fallback\n // is \"swap\" to skip animations.\n const updateDone = (async () => {\n // Immediately paused to set up the ViewTransition object for Fallback mode\n await Promise.resolve(); // hop through the micro task queue\n await updateDOM(\n prepEvent,\n options,\n currentTransition,\n historyState,\n hasUAVisualTransition ? \"swap\" : getFallback(),\n );\n return undefined;\n })();\n\n // When the updateDone promise is settled,\n // we have run and awaited all swap functions and the after-swap event\n // This qualifies for \"updateCallbackDone\".\n //\n // For the build in ViewTransition, \"ready\" settles shortly after \"updateCallbackDone\",\n // i.e. after all pseudo elements are created and the animation is about to start.\n // In simulation mode the \"old\" animation starts before swap,\n // the \"new\" animation starts after swap. That is not really comparable.\n // Thus we go with \"very, very shortly after updateCallbackDone\" and make both equal.\n //\n // \"finished\" resolves after all animations are done.\n\n currentTransition.viewTransition = {\n updateCallbackDone: updateDone, // this is about correct\n ready: updateDone, // good enough\n // Finished promise could have been done better: finished rejects iff updateDone does.\n // Our simulation always resolves, never rejects.\n finished: new Promise((r) => (currentTransition.viewTransitionFinished = r as () => void)), // see end of updateDOM\n skipTransition: () => {\n currentTransition.transitionSkipped = true;\n // This cancels all animations of the simulation\n document.documentElement.removeAttribute(OLD_NEW_ATTR);\n },\n types: new Set<string>(), // empty by default\n };\n }\n // In earlier versions was then'ed on viewTransition.ready which would not execute\n // if the visual part of the transition has errors or was skipped\n currentTransition.viewTransition?.updateCallbackDone.finally(async () => {\n await runScripts();\n // Mount new island markers introduced by the body swap. Fire-and-forget;\n // each island's scheduleHydrate call is async (idle / visible). Called after\n // runScripts() so any new mountIslands() registration from inline scripts in\n // the new page has already run. Called before onPageLoad() per W1B §12.2.\n mountNewIslands();\n onPageLoad();\n announce();\n });\n // finished.ready and finished.finally are the same for the simulation but not\n // necessarily for native view transition, where finished rejects when updateCallbackDone does.\n currentTransition.viewTransition?.finished.finally(() => {\n // exactOptionalPropertyTypes: true forbids assigning `undefined` to an optional\n // `viewTransition?: ViewTransition` slot — `delete` is the equivalent reset.\n delete currentTransition.viewTransition;\n if (currentTransition === mostRecentTransition) mostRecentTransition = undefined;\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n document.documentElement.removeAttribute(DIRECTION_ATTR);\n document.documentElement.removeAttribute(OLD_NEW_ATTR);\n });\n try {\n // Compatibility:\n // In an earlier version we awaited viewTransition.ready, which includes animation setup.\n // Scripts that depend on the view transition pseudo elements should hook on viewTransition.ready.\n await currentTransition.viewTransition?.updateCallbackDone;\n } catch (e) {\n // This log doesn't make it worse than before, where we got error messages about uncaught exceptions, which can't be caught when the trigger was a click or history traversal.\n // Needs more investigation on root causes if errors still occur sporadically\n const err = e as Error;\n // biome-ignore lint/suspicious/noConsole: allowed\n console.log(\"[zfb]\", err.name, err.message, err.stack);\n }\n}\n\nlet navigateOnServerWarned = false;\n\nexport async function navigate(href: string, options?: Options) {\n if (inBrowser === false) {\n if (!navigateOnServerWarned) {\n // instantiate an error for the stacktrace to show to user.\n const warning = new Error(\n \"The view transitions client API was called during a server side render. This may be unintentional as the navigate() function is expected to be called in response to user interactions. Please make sure that your usage is correct.\",\n );\n warning.name = \"Warning\";\n // biome-ignore lint/suspicious/noConsole: allowed\n console.warn(warning);\n navigateOnServerWarned = true;\n }\n return;\n }\n if (!supportsViewTransitions && getFallback() === \"none\") {\n const url = new URL(href, location.href);\n // Honor the history option on the full-load fallback path: \"replace\"\n // must not leave a back-button entry, so use location.replace().\n if (options?.history === \"replace\") {\n location.replace(url.href);\n } else {\n location.href = url.href;\n }\n return;\n }\n await transition(\"forward\", originalLocation, new URL(href, location.href), options ?? {});\n}\n\nfunction onPopState(ev: PopStateEvent) {\n if (!transitionEnabledOnThisPage() && ev.state) {\n // The current page doesn't have View Transitions enabled\n // but the page we navigate to does (because it set the state).\n // Do a full page refresh to reload the client-side router from the new page.\n location.reload();\n return;\n }\n\n // History entries without state are created by the browser (e.g. for hash links)\n // Our view transition entries always have state.\n // Just ignore stateless entries.\n // The browser will handle navigation fine without our help\n if (ev.state === null) {\n return;\n }\n const state: State = history.state;\n const nextIndex = state.index;\n const direction: Direction = derivePopDirection(nextIndex, currentHistoryIndex);\n // Only advance the tracked index when the entry carries a usable index.\n // After a bfcache restore the index can be missing/NaN; clobbering the\n // tracked value with NaN would poison every subsequent direction calc, so\n // keep the last known-good index in that case (see derivePopDirection).\n if (Number.isFinite(nextIndex)) {\n currentHistoryIndex = nextIndex;\n }\n transition(\n direction,\n originalLocation,\n new URL(location.href),\n {},\n state,\n ev.hasUAVisualTransition,\n );\n}\n\n// Decide forward vs back from the popped entry's index against the last\n// tracked index. Two desync cases a WebKit bfcache restore can produce:\n// - missing / NaN `next` (restored entry lost its index): handled explicitly\n// below — we cannot prove a forward move, so treat it as \"back\" (the safe\n// default; a forward misclassification is what makes Back skip to the wrong\n// page).\n// - `next === current` (index unchanged after a desync/replace): falls out of\n// the `>` comparison as \"back\" — not a forward navigation.\nfunction derivePopDirection(nextIndex: number, trackedIndex: number): Direction {\n if (!Number.isFinite(nextIndex)) return \"back\";\n return nextIndex > trackedIndex ? \"forward\" : \"back\";\n}\n\nconst onScrollEnd = () => {\n // NOTE: our \"popstate\" event handler may call `pushState()` or\n // `replaceState()` and then `scrollTo()`, which will fire \"scroll\" and\n // \"scrollend\" events. To avoid redundant work and expensive calls to\n // `replaceState()`, we simply check that the values are different before\n // updating.\n if (history.state && (scrollX !== history.state.scrollX || scrollY !== history.state.scrollY)) {\n updateScrollPosition({ scrollX, scrollY });\n }\n};\n\n// zfb-only addition (no Astro upstream — see file header \"zfb-only additions\").\n// WebKit serves Back navigations after an SPA route change from the bfcache:\n// the page is restored without re-evaluating this module, so the init-block\n// seed below (which sets `currentHistoryIndex` from `history.state.index`)\n// never re-runs and the tracked index can desync from the live history stack.\n// A desynced index makes onPopState's direction calc misfire, so Back skips an\n// entry. On a persisted (bfcache) restore we re-seed the tracked index and the\n// `originalLocation` \"from\" URL from the live state, and restore scroll —\n// mirroring the init-block seed. This is a no-op on a normal load (`persisted`\n// falsy/absent) and idempotent (re-seeding from the same state twice changes\n// nothing and fires no transition).\nconst onPageShow = (ev: PageTransitionEvent) => {\n // Normal (non-bfcache) loads already ran the init-block seed; leave them be.\n if (!ev.persisted) return;\n // The init block sets `originalLocation` and `currentHistoryIndex` together;\n // re-sync both here so the next transition() gets the correct `from` URL\n // (a stale `originalLocation` would feed onPopState the wrong origin).\n originalLocation = new URL(location.href);\n const index = history.state?.index;\n if (Number.isFinite(index)) {\n currentHistoryIndex = index;\n }\n if (history.state) {\n scrollTo({ left: history.state.scrollX, top: history.state.scrollY });\n }\n};\n\n// initialization\nif (inBrowser) {\n if (supportsViewTransitions || getFallback() !== \"none\") {\n originalLocation = new URL(location.href);\n addEventListener(\"popstate\", onPopState);\n addEventListener(\"load\", onPageLoad);\n // Re-sync the tracked history index + scroll on a WebKit bfcache restore;\n // a no-op on normal loads. See onPageShow above.\n addEventListener(\"pageshow\", onPageShow);\n // There's not a good way to record scroll position before a history back\n // navigation, so we will record it when the user has stopped scrolling.\n if (\"onscrollend\" in window) addEventListener(\"scrollend\", onScrollEnd);\n else {\n // Keep track of state between intervals\n let intervalId: number | undefined, lastY: number, lastX: number, lastIndex: State[\"index\"];\n const scrollInterval = () => {\n // The interval can outlive its document context — a test-env teardown or a\n // real page unload removes window/history before the 50ms tick. `typeof`\n // never throws even when the global is gone: stop the interval and bail\n // rather than dereferencing a torn-down global (the #1061 bug class; #1063).\n // In a real browser these globals always exist, so this path is test-env\n // only. clearInterval may itself be mid-teardown, so guard the call too.\n if (typeof window === \"undefined\" || typeof history === \"undefined\") {\n if (typeof clearInterval === \"function\") clearInterval(intervalId);\n intervalId = undefined;\n return;\n }\n // Check the index to see if a popstate event was fired\n if (lastIndex !== history.state?.index) {\n clearInterval(intervalId);\n intervalId = undefined;\n return;\n }\n // Check if the user stopped scrolling\n if (lastY === scrollY && lastX === scrollX) {\n // Cancel the interval and update scroll positions\n clearInterval(intervalId);\n intervalId = undefined;\n onScrollEnd();\n return;\n } else {\n ((lastY = scrollY), (lastX = scrollX));\n }\n };\n // We can't know when or how often scroll events fire, so we'll just use them to start intervals\n addEventListener(\n \"scroll\",\n () => {\n if (intervalId !== undefined) return;\n ((lastIndex = history.state?.index), (lastY = scrollY), (lastX = scrollX));\n intervalId = window.setInterval(scrollInterval, 50);\n },\n { passive: true },\n );\n }\n }\n for (const script of document.getElementsByTagName(\"script\")) {\n detectScriptExecuted(script);\n script.dataset[\"zfbExec\"] = \"\";\n }\n}\n\n// ---- W3C3: click + form intercept, public idempotent init() ----\n\n// Returns true when the modifier-key combo or mouse button means \"open in new tab / download\".\n// Matches Astro's `leavesWindow` helper in ClientRouter.astro.\nconst leavesWindow = (ev: MouseEvent): boolean =>\n (ev.button !== undefined && ev.button !== 0) || // non-left-click\n ev.metaKey || // new tab (Mac)\n ev.ctrlKey || // new tab (Windows/Linux)\n ev.altKey || // download\n ev.shiftKey; // new window\n\n// Track the last clicked element that will leave the window so form submit can check it.\nlet lastClickedElementLeavingWindow: EventTarget | null = null;\n\nfunction handleClick(ev: MouseEvent): void {\n let link: EventTarget | null = ev.target;\n\n // Record whether this click will leave the window (used by form submit handler).\n lastClickedElementLeavingWindow = leavesWindow(ev) ? link : null;\n\n // Shadow DOM: prefer composedPath target over ev.target.\n if (ev.composed) {\n link = ev.composedPath()[0] ?? link;\n }\n\n // Walk up to the nearest <a>, <area>, or <svg:a>.\n if (link instanceof Element) {\n link = link.closest(\"a, area\");\n }\n\n if (\n !(link instanceof HTMLAnchorElement) &&\n !(link instanceof SVGAElement) &&\n !(link instanceof HTMLAreaElement)\n ) {\n return;\n }\n\n const linkEl = link as HTMLAnchorElement | SVGAElement | HTMLAreaElement;\n const linkTarget =\n linkEl instanceof HTMLElement ? linkEl.target : (linkEl as SVGAElement).target.baseVal;\n const href = linkEl instanceof HTMLElement ? linkEl.href : (linkEl as SVGAElement).href.baseVal;\n\n if (!href) return;\n\n const origin = new URL(href, location.href).origin;\n\n if (\n // data-zfb-reload: caller wants a full browser reload, not a SPA transition.\n (linkEl as HTMLElement).dataset[\"zfbReload\"] !== undefined ||\n // download attribute: let browser handle download.\n linkEl.hasAttribute(\"download\") ||\n // Non-self target opens in a new context — skip.\n (linkTarget && linkTarget !== \"_self\") ||\n // Cross-origin: not ours to handle.\n origin !== location.origin ||\n // Modifier key / non-left-click combo: user wants new tab / window / download.\n lastClickedElementLeavingWindow !== null ||\n // Another handler already handled this event.\n ev.defaultPrevented\n ) {\n return;\n }\n\n ev.preventDefault();\n navigate(href, {\n // data-zfb-history=\"replace\" opts a link into replaceState instead of pushState.\n history: (linkEl as HTMLElement).dataset[\"zfbHistory\"] === \"replace\" ? \"replace\" : \"auto\",\n sourceElement: linkEl,\n });\n}\n\nfunction handleSubmit(ev: SubmitEvent): void {\n const el = ev.target as HTMLElement;\n const submitter = ev.submitter as HTMLElement | null;\n\n // If the submit was triggered by a modifier-key click, treat as normal browser submit.\n const clickedWithKeys = submitter !== null && submitter === lastClickedElementLeavingWindow;\n lastClickedElementLeavingWindow = null;\n\n if (\n el.tagName !== \"FORM\" ||\n ev.defaultPrevented ||\n el.dataset[\"zfbReload\"] !== undefined ||\n clickedWithKeys\n ) {\n return;\n }\n\n const form = el as HTMLFormElement;\n const formData = new FormData(form, submitter ?? undefined);\n\n // form.action / form.method can be shadowed by <input name=\"action\"> / <input name=\"method\">,\n // so fall back to getAttribute() when the property is not a string. (Astro's comment.)\n const formAction = typeof form.action === \"string\" ? form.action : form.getAttribute(\"action\");\n const formMethod = typeof form.method === \"string\" ? form.method : form.getAttribute(\"method\");\n\n // Resolve action: submitter formaction attr overrides form action, fallback to current path.\n let action = submitter?.getAttribute(\"formaction\") ?? formAction ?? location.pathname;\n // Resolve method: submitter formmethod attr overrides form method, fallback to \"get\".\n const method = submitter?.getAttribute(\"formmethod\") ?? formMethod ?? \"get\";\n\n // The \"dialog\" method is a special keyword used within <dialog> elements —\n // https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-method\n if (method === \"dialog\" || location.origin !== new URL(action, location.href).origin) {\n // No SPA transition in these cases — let browser handle it.\n return;\n }\n\n const options: import(\"./types.js\").Options = { sourceElement: submitter ?? form };\n if (method === \"get\") {\n const params = new URLSearchParams(formData as any);\n const url = new URL(action, location.href);\n url.search = params.toString();\n action = url.toString();\n } else {\n options.formData = formData;\n }\n\n ev.preventDefault();\n navigate(action, options);\n}\n\nexport interface InitOptions {\n /** Reserved for forward-compat with Astro's prefetch integration. Ignored in v1. */\n prefetchAll?: boolean;\n}\n\n// Guard flag — ensures click + submit listeners are registered only once even if\n// init() is called multiple times (e.g. two <ClientRouter> mounts on the same page).\nlet initialized = false;\n\n/**\n * Wire up the client-router's click and form-submit intercepts.\n * Safe to call multiple times — subsequent calls are no-ops (idempotent).\n *\n * @param _options - Forward-compat hook matching Astro's init() signature. Ignored in v1.\n */\nexport function init(_options?: InitOptions): void {\n if (initialized) return;\n\n // Latch the guard only AFTER the early-return guards below: an ineligible\n // early call (no browser, or fallback \"none\") must not permanently latch\n // `initialized`, or a later legitimately-eligible init() would no-op forever.\n if (!inBrowser) return;\n if (!supportsViewTransitions && getFallback() === \"none\") return;\n\n initialized = true;\n\n document.addEventListener(\"click\", handleClick);\n document.addEventListener(\"submit\", handleSubmit as EventListener);\n\n // Prefetch hook intentionally omitted from v1 — see https://github.com/zudolab/zudo-doc/issues/1527\n // (Followup tracker for porting Astro prefetch module).\n}\n"]}
1
+ {"version":3,"file":"router.js","sourceRoot":"","sources":["../../src/client-router/router.ts"],"names":[],"mappings":"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","sourcesContent":["/// <reference lib=\"dom\" />\n/// <reference lib=\"dom.iterable\" />\n// Ported from Astro transitions/router.ts (transition orchestration half).\n// Source: https://raw.githubusercontent.com/withastro/astro/main/packages/astro/src/transitions/router.ts\n// Issue: zudolab/zudo-doc#1516 (W3C1), parent epic zudolab/zudo-doc#1510.\n//\n// Mechanical renames per W1B §13.5:\n// astro:* event names → zfb:*\n// data-astro-* attributes → data-zfb-*\n// astro-view-transitions-* → zfb-view-transitions-*\n// .astro-route-announcer → .zfb-route-announcer\n// dataset.astroExec → dataset.zfbExec\n// dataset.astroHistory → dataset.zfbHistory\n// dataset.astroRerun → dataset.zfbRerun\n//\n// Named-cause deviations:\n// - `internalFetchHeaders` import dropped; replaced with `{}` (W1B §13.5 — zfb adapters\n// do not currently expose a per-fetch internal-headers contract).\n// - `prepareForClientOnlyComponents` dropped entirely (W1B §13.5 / W3C2 — DEV-only\n// iframe trick that compensates for Vite per-component CSS injection on hydrate;\n// not applicable to zfb islands which inject CSS via the bundle).\n// - `import.meta.env.SSR` access uses `(import.meta as any).env?.SSR` (no Vite\n// ambient types in zfb-runtime tsconfig — same workaround used in W3B).\n// - `inBrowser` evaluates to `typeof document !== \"undefined\"` rather than relying\n// on the SSR flag, because the runtime package serves both server- and client-side\n// code; same observable behavior in browser and on SSR.\n// - `announce()` was a TODO stub at W1B port time; W3C3 implemented it and #1063 gave\n// its 60ms timer explicit lifecycle ownership — see the route-announcer block below.\n//\n// W3C2 additions (this file):\n// - `navigate()` public entry.\n// - `onPopState`, `onScrollEnd`.\n// - Top-level `if (inBrowser)` initialization block (seeds `currentHistoryIndex`\n// from `history.state`, registers popstate / load / scrollend listeners, and\n// marks already-executed scripts with `dataset[\"zfbExec\"] = \"\"`).\n//\n// W3C1 items deferred to — and since implemented in — W3C3:\n// - `announce()` route-announcer implementation (see the route-announcer block below;\n// timer lifecycle ownership hardened in #1063).\n// - Click + form intercept (see `handleClick` / `handleSubmit` / `init()` below).\n//\n// zfb-only additions (no Astro upstream — #1076):\n// - `onPageShow` pageshow/bfcache re-sync, registered inside the init block alongside\n// popstate/load/scrollend. Verified against live Astro `main`: neither\n// `transitions/router.ts` nor `ClientRouter.astro` has any pageshow/`persisted`\n// handler, so this is original design, not a port. WebKit serves Back after an SPA\n// route change from the bfcache without re-evaluating this module, desyncing the\n// tracked `currentHistoryIndex` from the live history stack; `onPageShow` re-seeds it\n// (and restores scroll) on a persisted restore — see the `onPageShow` block below.\n// - `derivePopDirection` hardens the popstate forward/back calc against an unchanged or\n// missing/NaN `state.index` that a bfcache restore can leave behind (#1076).\n\nimport {\n doPreparation,\n doSwap,\n onPageLoad,\n triggerEvent,\n updateScrollPosition,\n type TransitionBeforePreparationEvent,\n} from \"./events.js\";\nimport { detectScriptExecuted } from \"./swap-functions.js\";\nimport type { Direction, Fallback, Options, SyncHistoryEntryOptions } from \"./types.js\";\n// Island re-bootstrap and deferred-cancel after body swap (W1B §12.2, §12.5).\n// mountNewIslands() is called after runScripts() and before onPageLoad().\n// cancelPendingIslands() is called before doSwap() so deferred callbacks\n// (rIC/IntersectionObserver) do not fire against orphan elements.\nimport { cancelPendingIslands, mountNewIslands, unmountIslands } from \"@takazudo/zfb/runtime\";\n\ntype State = {\n index: number;\n scrollX: number;\n scrollY: number;\n};\ntype Navigation = { controller: AbortController };\ntype Transition = {\n // The view transitions object (API and simulation)\n viewTransition?: ViewTransition;\n // Simulation: Whether transition was skipped\n transitionSkipped: boolean;\n // Simulation: The resolve function of the finished promise\n viewTransitionFinished?: () => void;\n};\n\n// Adapter-specific internal fetch headers. zfb adapters do not currently expose this\n// contract — the empty object preserves the call-shape so the loop in fetchHTML is a\n// no-op until/unless an adapter wires this up.\nconst internalFetchHeaders: Record<string, string> = {};\n\n// Detect browser context. Astro uses `import.meta.env.SSR === false` (Vite-injected).\n// The zfb-runtime tsconfig has no Vite ambient types; checking for `document` is\n// behaviorally identical and avoids a Vite type dependency.\nconst inBrowser = typeof document !== \"undefined\";\n\nexport const supportsViewTransitions = inBrowser && !!document.startViewTransition;\n\nexport const transitionEnabledOnThisPage = () =>\n inBrowser && !!document.querySelector('[name=\"zfb-view-transitions-enabled\"]');\n\n// A same-page Back/Forward traversal (two history entries sharing pathname +\n// search) is served from the live DOM by the fast-path in transition() — no\n// re-fetch, no re-swap, no lifecycle events. A per-request SSR page\n// (`prerender = false`) whose server output can differ between two visits to\n// the SAME url opts back INTO the fetch by emitting\n// <meta name=\"zfb-traverse-refetch\" content=\"true\"> (via <ClientRouter\n// traverseRefetch />); skipping the fetch on such a page would pin the stale\n// first-render content. Read from the CURRENT document — for a same-page\n// traverse the current document IS the target page. Mirrors the\n// zfb-prefetch-disabled meta reader. (#1376)\nconst traverseRefetchOptedOut = () =>\n inBrowser && !!document.querySelector('meta[name=\"zfb-traverse-refetch\"][content=\"true\"]');\n\nconst samePage = (thisLocation: URL, otherLocation: URL) =>\n thisLocation.pathname === otherLocation.pathname && thisLocation.search === otherLocation.search;\n\n// The previous navigation that might still be in processing\nlet mostRecentNavigation: Navigation | undefined;\n// The previous transition that might still be in processing\nlet mostRecentTransition: Transition | undefined;\n// When we traverse the history, the window.location is already set to the new location.\n// This variable tells us where we came from\nlet originalLocation: URL;\n\n// Route announcer — ported from Astro's announce(). Each navigation appends a fresh\n// aria-live <div> (after removing any prior announcer, so exactly one ever exists) and\n// writes the new page title into it 60ms later, so screen readers announce the new page.\n//\n// zfb deviation from Astro / design decision for #1063 (timer lifecycle ownership):\n// - The 60ms timer id is stored and cleared when a newer navigation supersedes a\n// still-pending announcement, so a superseded page's title is never written to a\n// now-detached announcer. (Astro leaves the timer fire-and-forget.)\n// - The previous announcer is removed before a new one is appended, so they never\n// accumulate. We deliberately do NOT *reuse* one element across navigations (which\n// #1063 floated): a reused live region is detached and re-inserted into the a11y\n// tree on every body swap, and a repeated title would be a no-op text write — both\n// make re-announcement unreliable across screen readers. Creating a fresh empty\n// element and writing text 60ms later is Astro's proven, reliable announce trigger.\n//\n// The 60ms delay is Astro's magic number: screen readers need to see the element change\n// and may miss it if it happens too quickly.\nlet announceTimer: number | undefined;\n\nconst announce = () => {\n // A newer navigation supersedes any still-pending announcement: cancel the old\n // timer so it can't write a now-stale title after this navigation's swap.\n if (announceTimer !== undefined) window.clearTimeout(announceTimer);\n\n // Keep exactly one announcer: drop any leftover from a prior navigation that the\n // body swap did not already detach.\n document.querySelector(\".zfb-route-announcer\")?.remove();\n const div = document.createElement(\"div\");\n div.setAttribute(\"aria-live\", \"assertive\");\n div.setAttribute(\"aria-atomic\", \"true\");\n div.className = \"zfb-route-announcer\";\n document.body.append(div);\n\n announceTimer = window.setTimeout(() => {\n announceTimer = undefined;\n // This timer can outlive its document context — a test-env teardown\n // (vitest/happy-dom) or a real page unload removes `document` (and\n // `location`) before the 60ms elapses. `typeof` is safe even when the\n // global is gone, so bail out instead of throwing an unhandled\n // ReferenceError (#1061); the announcement is moot once the page is gone.\n // Both globals the callback dereferences are checked, not just `document`.\n if (typeof document === \"undefined\" || typeof location === \"undefined\") return;\n const title = document.title || document.querySelector(\"h1\")?.textContent || location.pathname;\n div.textContent = title;\n }, 60);\n};\n\nconst PERSIST_ATTR = \"data-zfb-transition-persist\";\nconst DIRECTION_ATTR = \"data-zfb-transition\";\nconst OLD_NEW_ATTR = \"data-zfb-transition-fallback\";\n\nlet parser: DOMParser;\n\n// The History API does not tell you if navigation is forward or back, so\n// you can figure it using an index. On pushState the index is incremented so you\n// can use that to determine popstate if going forward or back.\nlet currentHistoryIndex = 0;\n\nif (inBrowser) {\n if (history.state) {\n // Here we reloaded a page with history state\n // (e.g. history navigation from non-transition page or browser reload)\n currentHistoryIndex = history.state.index;\n scrollTo({ left: history.state.scrollX, top: history.state.scrollY });\n } else if (transitionEnabledOnThisPage()) {\n // This page is loaded from the browser address bar or via a link from extern,\n // it needs a state in the history\n history.replaceState({ index: currentHistoryIndex, scrollX, scrollY }, \"\");\n history.scrollRestoration = \"manual\";\n }\n}\n\n// returns the contents of the page or null if the router can't deal with it.\nasync function fetchHTML(\n href: string,\n init?: RequestInit,\n): Promise<null | { html: string; redirected?: string; mediaType: DOMParserSupportedType }> {\n try {\n // Apply adapter-specific headers for internal fetches\n const headers = new Headers(init?.headers);\n for (const [key, value] of Object.entries(internalFetchHeaders) as [string, string][]) {\n headers.set(key, value);\n }\n const res = await fetch(href, { ...init, headers });\n const contentType = res.headers.get(\"content-type\") ?? \"\";\n // drop potential charset (+ other name/value pairs) as parser needs the mediaType\n const mediaType = contentType.split(\";\", 1)[0]!.trim();\n // the DOMParser can handle two types of HTML\n if (mediaType !== \"text/html\" && mediaType !== \"application/xhtml+xml\") {\n // everything else (e.g. audio/mp3) will be handled by the browser but not by us\n return null;\n }\n const html = await res.text();\n // exactOptionalPropertyTypes: true forbids assigning `undefined` to a `redirected?: string`\n // slot, so omit the property when not redirected instead of setting it to undefined.\n return res.redirected ? { html, redirected: res.url, mediaType } : { html, mediaType };\n } catch {\n // can't fetch, let someone else deal with it.\n return null;\n }\n}\n\nexport function getFallback(): Fallback {\n const el = document.querySelector('[name=\"zfb-view-transitions-fallback\"]');\n if (el) {\n // Astro casts `content` straight to Fallback; harden against an arbitrary/typo'd\n // attribute value by validating against the known set and defaulting to \"animate\".\n const content = el.getAttribute(\"content\");\n if (content === \"none\" || content === \"animate\" || content === \"swap\") {\n return content;\n }\n }\n return \"animate\";\n}\n\n// Upper bound (ms) for waiting on a single external <script>'s load/error in\n// runScripts(). Not an Astro upstream value — added so a slow/broken external\n// script can never hang the transition indefinitely.\nconst EXTERNAL_SCRIPT_WAIT_TIMEOUT = 5000;\n\nfunction runScripts() {\n let wait = Promise.resolve();\n let needsWaitForInlineModuleScript = false;\n // The original code made the assumption that all inline scripts are directly executed when inserted into the DOM.\n // This is not true for inline module scripts, which are deferred but still executed in order.\n // inline module scripts cannot be awaited for with onload.\n // Thus to be able to wait for the execution of all scripts, we make sure that the last inline module script\n // is always followed by an external module script\n for (const script of document.getElementsByTagName(\"script\")) {\n script.dataset[\"zfbExec\"] === undefined &&\n script.getAttribute(\"type\") === \"module\" &&\n (needsWaitForInlineModuleScript = script.getAttribute(\"src\") === null);\n }\n needsWaitForInlineModuleScript &&\n document.body.insertAdjacentHTML(\n \"beforeend\",\n `<script type=\"module\" src=\"data:application/javascript,\"/>`,\n );\n\n for (const script of document.getElementsByTagName(\"script\")) {\n if (script.dataset[\"zfbExec\"] === \"\") continue;\n const type = script.getAttribute(\"type\");\n if (type && type !== \"module\" && type !== \"text/javascript\") continue;\n const newScript = document.createElement(\"script\");\n newScript.innerHTML = script.innerHTML;\n for (const attr of script.attributes) {\n if (attr.name === \"src\") {\n // Astro awaits onload/onerror with no upper bound; a slow or broken\n // external <script> would then hang the whole transition. Race the\n // load against a timeout so the transition can always proceed.\n const p = new Promise<void>((r) => {\n let timer: ReturnType<typeof setTimeout>;\n const done = () => {\n clearTimeout(timer);\n r();\n };\n newScript.onload = newScript.onerror = done;\n timer = setTimeout(done, EXTERNAL_SCRIPT_WAIT_TIMEOUT);\n });\n wait = wait.then(() => p as any);\n }\n newScript.setAttribute(attr.name, attr.value);\n }\n newScript.dataset[\"zfbExec\"] = \"\";\n script.replaceWith(newScript);\n }\n return wait;\n}\n\n// Add a new entry to the browser history. This also sets the new page in the browser address bar.\n// Sets the scroll position according to the hash fragment of the new location.\nconst moveToLocation = (\n to: URL,\n from: URL,\n options: Options,\n pageTitleForBrowserHistory: string,\n historyState?: State,\n) => {\n const intraPage = samePage(from, to);\n\n const targetPageTitle = document.title;\n document.title = pageTitleForBrowserHistory;\n\n let scrolledToTop = false;\n if (to.href !== location.href && !historyState) {\n if (options.history === \"replace\") {\n // Astro reads current.index/scrollX/scrollY directly; `history.state` can be\n // null (page entered without a transition state), which would throw a\n // TypeError. Fall back to a synthesized state from the tracked index/scroll.\n const current = history.state ?? {\n index: currentHistoryIndex,\n scrollX,\n scrollY,\n };\n history.replaceState(\n {\n ...options.state,\n index: current.index,\n scrollX: current.scrollX,\n scrollY: current.scrollY,\n },\n \"\",\n to.href,\n );\n } else {\n history.pushState(\n { ...options.state, index: ++currentHistoryIndex, scrollX: 0, scrollY: 0 },\n \"\",\n to.href,\n );\n }\n }\n document.title = targetPageTitle;\n // now we are on the new page for non-history navigation!\n // (with history navigation page change happens before popstate is fired)\n originalLocation = to;\n\n // freshly loaded pages start from the top\n if (!intraPage) {\n scrollTo({ left: 0, top: 0, behavior: \"instant\" });\n scrolledToTop = true;\n }\n\n if (historyState) {\n // Raw-History consumers may push partial/empty state (`{}`), so the tracked\n // scroll fields can be absent or non-finite. Never scrollTo(undefined, …) —\n // leave scroll where it is rather than jumping to (0,0). #1376.\n if (Number.isFinite(historyState.scrollX) && Number.isFinite(historyState.scrollY)) {\n scrollTo(historyState.scrollX, historyState.scrollY);\n }\n } else {\n if (to.hash) {\n // because we are already on the target page ...\n // ... what comes next is an intra-page navigation\n // that won't reload the page but instead scroll to the fragment\n history.scrollRestoration = \"auto\";\n const savedState = history.state;\n location.href = to.href; // this kills the history state on Firefox\n if (!history.state) {\n history.replaceState(savedState, \"\"); // this restores the history state\n if (intraPage) {\n window.dispatchEvent(new PopStateEvent(\"popstate\"));\n }\n }\n } else {\n if (!scrolledToTop) {\n scrollTo({ left: 0, top: 0, behavior: \"instant\" });\n }\n }\n history.scrollRestoration = \"manual\";\n }\n};\n\nlet syncHistoryEntryOnServerWarned = false;\n\n// Public: write a router-managed history entry (push or replace) WITHOUT any\n// navigation, DOM, scroll, or lifecycle side effect. This is the supported path\n// for consumers deep-linking transient UI state (dialogs/modals, a photo\n// viewer's /photos/<slug>/ URL). Hand-rolled raw history.pushState desyncs\n// `originalLocation` and the index bookkeeping that popstate direction detection\n// (derivePopDirection) and the same-page traverse fast-path depend on; navigate()\n// can't be used because it forces a fetch. See #1377 / #1374.\nexport function syncHistoryEntry(url: string | URL, options: SyncHistoryEntryOptions = {}): void {\n // SSR guard: no window/history to touch. Mirror navigate()'s server no-op +\n // one-time console warning. Checked at call time via `typeof document` (not the\n // module-eval `inBrowser` const) so the branch is reachable and behavior is\n // identical in a real environment (document is always present in a browser).\n if (typeof document === \"undefined\") {\n if (!syncHistoryEntryOnServerWarned) {\n // instantiate an error for the stacktrace to show to user.\n const warning = new Error(\n \"syncHistoryEntry() was called during a server side render. This may be unintentional as it is expected to be called in response to a client-side user interaction. Please make sure that your usage is correct.\",\n );\n warning.name = \"Warning\";\n // biome-ignore lint/suspicious/noConsole: allowed\n console.warn(warning);\n syncHistoryEntryOnServerWarned = true;\n }\n return;\n }\n\n const to = new URL(url, location.href);\n\n // Cross-origin is not ours to manage. The History API would throw a native\n // SecurityError for a cross-origin URL, but we guard explicitly so the failure\n // is a clear, documented contract violation rather than an opaque platform\n // error — and never a silent full-page load. #1377.\n if (to.origin !== location.origin) {\n throw new Error(\n `syncHistoryEntry(): refusing to write a cross-origin history entry for \"${to.href}\" (current origin: ${location.origin}).`,\n );\n }\n\n if (options.replace) {\n // Replace keeps the current entry's index. A consumer migrating from raw\n // history.pushState may have left a missing/invalid index, so fall back to\n // the tracked index rather than stamping NaN/undefined.\n const current = history.state;\n const index =\n current != null && Number.isFinite(current.index) ? current.index : currentHistoryIndex;\n history.replaceState(\n {\n ...options.state,\n index,\n scrollX: Number.isFinite(current?.scrollX) ? current.scrollX : scrollX,\n scrollY: Number.isFinite(current?.scrollY) ? current.scrollY : scrollY,\n },\n \"\",\n to.href,\n );\n } else {\n // Persist the CURRENT (outgoing) entry's latest scroll before pushing, so a\n // later Back restoration can't lose scroll that `scrollend` hasn't flushed\n // yet — the same guard transition() applies before a non-traverse push.\n updateScrollPosition({ scrollX, scrollY });\n history.pushState(\n { ...options.state, index: ++currentHistoryIndex, scrollX: 0, scrollY: 0 },\n \"\",\n to.href,\n );\n }\n\n // Always re-point originalLocation so the next transition()/onPopState uses the\n // correct \"from\" URL. Skipping this is exactly what makes a raw pushState\n // desync the router (a same-page Back would miss the traverse fast path).\n originalLocation = to;\n}\n\nfunction preloadStyleLinks(newDocument: Document) {\n const links: Promise<any>[] = [];\n for (const el of newDocument.querySelectorAll(\"head link[rel=stylesheet]\")) {\n // Do not preload links that are already on the page.\n if (\n !document.querySelector(\n `[${PERSIST_ATTR}=\"${el.getAttribute(\n PERSIST_ATTR,\n )}\"], link[rel=stylesheet][href=\"${el.getAttribute(\"href\")}\"]`,\n )\n ) {\n const c = document.createElement(\"link\");\n c.setAttribute(\"rel\", \"preload\");\n c.setAttribute(\"as\", \"style\");\n c.setAttribute(\"href\", el.getAttribute(\"href\")!);\n links.push(\n new Promise<any>((resolve) => {\n [\"load\", \"error\"].forEach((evName) => c.addEventListener(evName, resolve));\n document.head.append(c);\n }),\n );\n }\n }\n return links;\n}\n\n// replace head and body of the windows document with contents from newDocument\n// if !popstate, update the history entry and scroll position according to toLocation\n// if popState is given, this holds the scroll position for history navigation\n// if fallback === \"animate\" then simulate view transitions\nasync function updateDOM(\n preparationEvent: TransitionBeforePreparationEvent,\n options: Options,\n currentTransition: Transition,\n historyState?: State,\n fallback?: Fallback,\n) {\n async function animate(phase: string) {\n function isInfinite(animation: Animation) {\n const effect = animation.effect;\n if (!effect || !(effect instanceof KeyframeEffect) || !effect.target) return false;\n const style = window.getComputedStyle(effect.target, effect.pseudoElement);\n return style.animationIterationCount === \"infinite\";\n }\n const currentAnimations = document.getAnimations();\n // Trigger view transition animations waiting for data-zfb-transition-fallback\n document.documentElement.setAttribute(OLD_NEW_ATTR, phase);\n const nextAnimations = document.getAnimations();\n const newAnimations = nextAnimations.filter(\n (a) => !currentAnimations.includes(a) && !isInfinite(a),\n );\n // Wait for all new animations to finish (resolved or rejected).\n // Do not reject on canceled ones.\n return Promise.allSettled(newAnimations.map((a) => a.finished));\n }\n\n const animateFallbackOld = async () => {\n if (\n fallback === \"animate\" &&\n !currentTransition.transitionSkipped &&\n !preparationEvent.signal.aborted\n ) {\n try {\n await animate(\"old\");\n } catch {\n // animate might reject as a consequence of a call to skipTransition()\n // ignored on purpose\n }\n }\n };\n\n const pageTitleForBrowserHistory = document.title; // document.title will be overridden by swap()\n // Cancel deferred-hydration callbacks for old-body islands before the swap\n // so rIC / IntersectionObserver fires do not run against orphan elements.\n // Called before doSwap() which dispatches `zfb:before-swap` then mutates the DOM.\n cancelPendingIslands();\n // Unmount mounted islands on the OLD body before the swap so Preact/React\n // trees receive render(null, element) / root.unmount() and their useEffect\n // cleanups fire. Must happen after cancelPendingIslands() and before doSwap()\n // so document.body still points to the old body.\n unmountIslands();\n const swapEvent = await doSwap(\n preparationEvent,\n currentTransition.viewTransition!,\n animateFallbackOld,\n );\n moveToLocation(swapEvent.to, swapEvent.from, options, pageTitleForBrowserHistory, historyState);\n triggerEvent(\"zfb:after-swap\");\n\n // Resolve the finished promise of the simulation's ViewTransition.\n // For 'animate', wait for the new-page animation to complete first.\n // For other fallback modes (e.g. 'swap'), resolve immediately — no animation needed.\n if (fallback === \"animate\" && !currentTransition.transitionSkipped && !swapEvent.signal.aborted) {\n animate(\"new\").finally(() => currentTransition.viewTransitionFinished!());\n } else {\n currentTransition.viewTransitionFinished?.();\n }\n}\n\nfunction abortAndRecreateMostRecentNavigation(): Navigation {\n mostRecentNavigation?.controller.abort();\n return (mostRecentNavigation = {\n controller: new AbortController(),\n });\n}\n\nasync function transition(\n direction: Direction,\n from: URL,\n to: URL,\n options: Options,\n historyState?: State,\n hasUAVisualTransition = false,\n) {\n // The most recent navigation always has precedence\n // Yes, there can be several navigation instances as the user can click links\n // while we fetch content or simulate view transitions. Even synchronous creations are possible\n // e.g. by calling navigate() from a transition event.\n // Invariant: all but the most recent navigation are already aborted.\n\n const currentNavigation = abortAndRecreateMostRecentNavigation();\n\n // not ours\n if (!transitionEnabledOnThisPage() || location.origin !== to.origin) {\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n location.href = to.href;\n return;\n }\n\n const navigationType = historyState\n ? \"traverse\"\n : options.history === \"replace\"\n ? \"replace\"\n : \"push\";\n\n if (navigationType !== \"traverse\") {\n updateScrollPosition({ scrollX, scrollY });\n }\n if (samePage(from, to) && !options.formData) {\n if (\n // Same-page Back/Forward: serve from the live DOM (no re-fetch/re-swap)\n // unless this page opted back into the fetch (per-request SSR). #1374/#1376.\n (navigationType === \"traverse\" && !traverseRefetchOptedOut()) ||\n (direction !== \"back\" && to.hash) ||\n (direction === \"back\" && from.hash)\n ) {\n moveToLocation(to, from, options, document.title, historyState);\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n return;\n }\n }\n\n const prepEvent = await doPreparation(\n from,\n to,\n direction,\n navigationType,\n options.sourceElement,\n options.info,\n currentNavigation!.controller.signal,\n options.formData,\n defaultLoader,\n );\n if (prepEvent.defaultPrevented || prepEvent.signal.aborted) {\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n triggerEvent(\"zfb:navigation-aborted\");\n if (!prepEvent.signal.aborted) {\n // not aborted -> delegate to browser\n location.href = to.href;\n }\n // and / or exit\n return;\n }\n\n async function defaultLoader(preparationEvent: TransitionBeforePreparationEvent) {\n const href = preparationEvent.to.href;\n const init: RequestInit = { signal: preparationEvent.signal };\n if (preparationEvent.formData) {\n init.method = \"POST\";\n const form =\n preparationEvent.sourceElement instanceof HTMLFormElement\n ? preparationEvent.sourceElement\n : preparationEvent.sourceElement instanceof HTMLElement &&\n \"form\" in preparationEvent.sourceElement\n ? (preparationEvent.sourceElement.form as HTMLFormElement)\n : preparationEvent.sourceElement?.closest(\"form\");\n // Form elements without enctype explicitly set default to application/x-www-form-urlencoded.\n // In order to maintain compatibility with Astro 4.x, we need to check the value of enctype\n // on the attributes property rather than accessing .enctype directly. Astro 5.x may\n // introduce defaulting to application/x-www-form-urlencoded as a breaking change, and then\n // we can access .enctype directly.\n //\n // Note: getNamedItem can return null in real life, even if TypeScript doesn't think so, hence\n // the ?.\n // `form` can be null (closest() miss, or a form-less form-associated\n // element) — `!= null` covers both null and undefined so Reflect.get\n // is never invoked on a non-element receiver (\"Illegal invocation\").\n init.body =\n form != null &&\n Reflect.get(HTMLFormElement.prototype, \"attributes\", form).getNamedItem(\"enctype\")\n ?.value === \"application/x-www-form-urlencoded\"\n ? new URLSearchParams(preparationEvent.formData as any)\n : preparationEvent.formData;\n }\n const response = await fetchHTML(href, init);\n // If there is a problem fetching the new page, just do an MPA navigation to it.\n if (response === null) {\n preparationEvent.preventDefault();\n return;\n }\n // if there was a redirection, show the final URL in the browser's address bar\n if (response.redirected) {\n const redirectedTo = new URL(response.redirected);\n // but do not redirect cross origin\n if (redirectedTo.origin !== preparationEvent.to.origin) {\n preparationEvent.preventDefault();\n return;\n }\n // preserve fragment\n const fragment = preparationEvent.to.hash;\n preparationEvent.to = redirectedTo;\n preparationEvent.to.hash = fragment;\n }\n\n parser ??= new DOMParser();\n\n preparationEvent.newDocument = parser.parseFromString(response.html, response.mediaType);\n // The next line might look like a hack,\n // but it is actually necessary as noscript elements\n // and their contents are returned as markup by the parser,\n // see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString\n preparationEvent.newDocument.querySelectorAll(\"noscript\").forEach((el) => el.remove());\n\n // If ClientRouter is not enabled on the incoming page, do a full page load to it.\n // Unless this was a form submission, in which case we do not want to trigger another mutation.\n if (\n !preparationEvent.newDocument.querySelector('[name=\"zfb-view-transitions-enabled\"]') &&\n !preparationEvent.formData\n ) {\n preparationEvent.preventDefault();\n return;\n }\n\n const links = preloadStyleLinks(preparationEvent.newDocument);\n links.length && !preparationEvent.signal.aborted && (await Promise.all(links));\n\n // W3C2: prepareForClientOnlyComponents() goes here. Astro's DEV-only iframe\n // trick that hoists Vite per-component CSS for client:only islands does not\n // apply to zfb (W1B §13.5 — zfb islands inject CSS via the bundle), so the\n // call is intentionally absent rather than stubbed.\n }\n async function abortAndRecreateMostRecentTransition(): Promise<Transition> {\n if (mostRecentTransition) {\n if (mostRecentTransition.viewTransition) {\n try {\n mostRecentTransition.viewTransition.skipTransition();\n } catch {\n // might throw AbortError DOMException. Ignored on purpose.\n }\n try {\n // UpdateCallbackDone might already been settled, i.e. if the previous transition finished updating the DOM.\n // Could not take long, we wait for it to avoid parallel updates\n // (which are very unlikely as long as swap() is not async).\n await mostRecentTransition.viewTransition.updateCallbackDone;\n } catch {\n // There was an error in the update callback of the transition which we cancel.\n // Ignored on purpose\n }\n }\n }\n return (mostRecentTransition = { transitionSkipped: false });\n }\n\n const currentTransition = await abortAndRecreateMostRecentTransition();\n\n if (prepEvent.signal.aborted) {\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n return;\n }\n\n document.documentElement.setAttribute(DIRECTION_ATTR, prepEvent.direction);\n\n // Commit the SPA history entry BEFORE the transition's update callback runs.\n //\n // WebKit (all iOS browsers, incl. iOS Chrome) does not reliably commit a\n // distinct back/forward history entry when history.pushState() is issued\n // *inside* the document.startViewTransition() update callback: the URL bar\n // updates but no new entry is created, so a single Back press falls off the\n // site to the browser home (zudolab/zzmod#662). Committing the entry here —\n // outside the transition's update callback — makes WebKit create it; Chromium\n // is unaffected either way. moveToLocation() (called later from updateDOM,\n // inside the callback) then no-ops its own push/replace via the\n // `to.href !== location.href` guard, since location is already at the\n // committed URL, so currentHistoryIndex is not double-advanced.\n //\n // We use prepEvent.to (redirects are already resolved into it during\n // preparation) and write before the swap, while document.title is still the\n // old page's title — so the back entry keeps the correct (old-page) title\n // without needing moveToLocation's title juggle. Writing here also covers the\n // non-VT fallback path below in one place.\n //\n // Traverse (popstate) navigations carry historyState: the browser has already\n // moved, so they must NOT create a new entry here.\n if (!historyState && prepEvent.to.href !== location.href) {\n if (options.history === \"replace\") {\n // Mirror of the moveToLocation replace-path guard: `history.state` can be\n // null here too (page entered without a transition state), so synthesize a\n // state from the tracked index/scroll instead of dereferencing null.\n const current = history.state ?? {\n index: currentHistoryIndex,\n scrollX,\n scrollY,\n };\n history.replaceState(\n {\n ...options.state,\n index: current.index,\n scrollX: current.scrollX,\n scrollY: current.scrollY,\n },\n \"\",\n prepEvent.to.href,\n );\n } else {\n history.pushState(\n { ...options.state, index: ++currentHistoryIndex, scrollX: 0, scrollY: 0 },\n \"\",\n prepEvent.to.href,\n );\n }\n }\n\n if (supportsViewTransitions && !hasUAVisualTransition) {\n // This automatically cancels any previous transition\n // We also already took care that the earlier update callback got through\n currentTransition.viewTransition = document.startViewTransition(\n async () => await updateDOM(prepEvent, options, currentTransition, historyState),\n );\n } else {\n // Simulation mode requires a bit more manual work.\n // Also used when PopStateEvent.hasUAVisualTransition indicates the browser already\n // provided a visual transition (e.g. Safari swipe gesture) — in that case, fallback\n // is \"swap\" to skip animations.\n const updateDone = (async () => {\n // Immediately paused to set up the ViewTransition object for Fallback mode\n await Promise.resolve(); // hop through the micro task queue\n await updateDOM(\n prepEvent,\n options,\n currentTransition,\n historyState,\n hasUAVisualTransition ? \"swap\" : getFallback(),\n );\n return undefined;\n })();\n\n // When the updateDone promise is settled,\n // we have run and awaited all swap functions and the after-swap event\n // This qualifies for \"updateCallbackDone\".\n //\n // For the build in ViewTransition, \"ready\" settles shortly after \"updateCallbackDone\",\n // i.e. after all pseudo elements are created and the animation is about to start.\n // In simulation mode the \"old\" animation starts before swap,\n // the \"new\" animation starts after swap. That is not really comparable.\n // Thus we go with \"very, very shortly after updateCallbackDone\" and make both equal.\n //\n // \"finished\" resolves after all animations are done.\n\n currentTransition.viewTransition = {\n updateCallbackDone: updateDone, // this is about correct\n ready: updateDone, // good enough\n // Finished promise could have been done better: finished rejects iff updateDone does.\n // Our simulation always resolves, never rejects.\n finished: new Promise((r) => (currentTransition.viewTransitionFinished = r as () => void)), // see end of updateDOM\n skipTransition: () => {\n currentTransition.transitionSkipped = true;\n // This cancels all animations of the simulation\n document.documentElement.removeAttribute(OLD_NEW_ATTR);\n },\n types: new Set<string>(), // empty by default\n };\n }\n // In earlier versions was then'ed on viewTransition.ready which would not execute\n // if the visual part of the transition has errors or was skipped\n currentTransition.viewTransition?.updateCallbackDone.finally(async () => {\n await runScripts();\n // Mount new island markers introduced by the body swap. Fire-and-forget;\n // each island's scheduleHydrate call is async (idle / visible). Called after\n // runScripts() so any new mountIslands() registration from inline scripts in\n // the new page has already run. Called before onPageLoad() per W1B §12.2.\n mountNewIslands();\n onPageLoad();\n announce();\n });\n // finished.ready and finished.finally are the same for the simulation but not\n // necessarily for native view transition, where finished rejects when updateCallbackDone does.\n currentTransition.viewTransition?.finished.finally(() => {\n // exactOptionalPropertyTypes: true forbids assigning `undefined` to an optional\n // `viewTransition?: ViewTransition` slot — `delete` is the equivalent reset.\n delete currentTransition.viewTransition;\n if (currentTransition === mostRecentTransition) mostRecentTransition = undefined;\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n document.documentElement.removeAttribute(DIRECTION_ATTR);\n document.documentElement.removeAttribute(OLD_NEW_ATTR);\n });\n try {\n // Compatibility:\n // In an earlier version we awaited viewTransition.ready, which includes animation setup.\n // Scripts that depend on the view transition pseudo elements should hook on viewTransition.ready.\n await currentTransition.viewTransition?.updateCallbackDone;\n } catch (e) {\n // This log doesn't make it worse than before, where we got error messages about uncaught exceptions, which can't be caught when the trigger was a click or history traversal.\n // Needs more investigation on root causes if errors still occur sporadically\n const err = e as Error;\n // biome-ignore lint/suspicious/noConsole: allowed\n console.log(\"[zfb]\", err.name, err.message, err.stack);\n }\n}\n\nlet navigateOnServerWarned = false;\n\nexport async function navigate(href: string, options?: Options) {\n if (inBrowser === false) {\n if (!navigateOnServerWarned) {\n // instantiate an error for the stacktrace to show to user.\n const warning = new Error(\n \"The view transitions client API was called during a server side render. This may be unintentional as the navigate() function is expected to be called in response to user interactions. Please make sure that your usage is correct.\",\n );\n warning.name = \"Warning\";\n // biome-ignore lint/suspicious/noConsole: allowed\n console.warn(warning);\n navigateOnServerWarned = true;\n }\n return;\n }\n if (!supportsViewTransitions && getFallback() === \"none\") {\n const url = new URL(href, location.href);\n // Honor the history option on the full-load fallback path: \"replace\"\n // must not leave a back-button entry, so use location.replace().\n if (options?.history === \"replace\") {\n location.replace(url.href);\n } else {\n location.href = url.href;\n }\n return;\n }\n await transition(\"forward\", originalLocation, new URL(href, location.href), options ?? {});\n}\n\nfunction onPopState(ev: PopStateEvent) {\n if (!transitionEnabledOnThisPage() && ev.state) {\n // The current page doesn't have View Transitions enabled\n // but the page we navigate to does (because it set the state).\n // Do a full page refresh to reload the client-side router from the new page.\n location.reload();\n return;\n }\n\n // History entries without state are created by the browser (e.g. for hash links)\n // Our view transition entries always have state.\n // Just ignore stateless entries.\n // The browser will handle navigation fine without our help\n if (ev.state === null) {\n return;\n }\n const state: State = history.state;\n const nextIndex = state.index;\n const direction: Direction = derivePopDirection(nextIndex, currentHistoryIndex);\n // Only advance the tracked index when the entry carries a usable index.\n // After a bfcache restore the index can be missing/NaN; clobbering the\n // tracked value with NaN would poison every subsequent direction calc, so\n // keep the last known-good index in that case (see derivePopDirection).\n if (Number.isFinite(nextIndex)) {\n currentHistoryIndex = nextIndex;\n }\n transition(\n direction,\n originalLocation,\n new URL(location.href),\n {},\n state,\n ev.hasUAVisualTransition,\n );\n}\n\n// Decide forward vs back from the popped entry's index against the last\n// tracked index. Two desync cases a WebKit bfcache restore can produce:\n// - missing / NaN `next` (restored entry lost its index): handled explicitly\n// below — we cannot prove a forward move, so treat it as \"back\" (the safe\n// default; a forward misclassification is what makes Back skip to the wrong\n// page).\n// - `next === current` (index unchanged after a desync/replace): falls out of\n// the `>` comparison as \"back\" — not a forward navigation.\nfunction derivePopDirection(nextIndex: number, trackedIndex: number): Direction {\n if (!Number.isFinite(nextIndex)) return \"back\";\n return nextIndex > trackedIndex ? \"forward\" : \"back\";\n}\n\nconst onScrollEnd = () => {\n // NOTE: our \"popstate\" event handler may call `pushState()` or\n // `replaceState()` and then `scrollTo()`, which will fire \"scroll\" and\n // \"scrollend\" events. To avoid redundant work and expensive calls to\n // `replaceState()`, we simply check that the values are different before\n // updating.\n if (history.state && (scrollX !== history.state.scrollX || scrollY !== history.state.scrollY)) {\n updateScrollPosition({ scrollX, scrollY });\n }\n};\n\n// zfb-only addition (no Astro upstream — see file header \"zfb-only additions\").\n// WebKit serves Back navigations after an SPA route change from the bfcache:\n// the page is restored without re-evaluating this module, so the init-block\n// seed below (which sets `currentHistoryIndex` from `history.state.index`)\n// never re-runs and the tracked index can desync from the live history stack.\n// A desynced index makes onPopState's direction calc misfire, so Back skips an\n// entry. On a persisted (bfcache) restore we re-seed the tracked index and the\n// `originalLocation` \"from\" URL from the live state, and restore scroll —\n// mirroring the init-block seed. This is a no-op on a normal load (`persisted`\n// falsy/absent) and idempotent (re-seeding from the same state twice changes\n// nothing and fires no transition).\nconst onPageShow = (ev: PageTransitionEvent) => {\n // Normal (non-bfcache) loads already ran the init-block seed; leave them be.\n if (!ev.persisted) return;\n // The init block sets `originalLocation` and `currentHistoryIndex` together;\n // re-sync both here so the next transition() gets the correct `from` URL\n // (a stale `originalLocation` would feed onPopState the wrong origin).\n originalLocation = new URL(location.href);\n const index = history.state?.index;\n if (Number.isFinite(index)) {\n currentHistoryIndex = index;\n }\n if (history.state) {\n scrollTo({ left: history.state.scrollX, top: history.state.scrollY });\n }\n};\n\n// initialization\nif (inBrowser) {\n if (supportsViewTransitions || getFallback() !== \"none\") {\n originalLocation = new URL(location.href);\n addEventListener(\"popstate\", onPopState);\n addEventListener(\"load\", onPageLoad);\n // Re-sync the tracked history index + scroll on a WebKit bfcache restore;\n // a no-op on normal loads. See onPageShow above.\n addEventListener(\"pageshow\", onPageShow);\n // There's not a good way to record scroll position before a history back\n // navigation, so we will record it when the user has stopped scrolling.\n if (\"onscrollend\" in window) addEventListener(\"scrollend\", onScrollEnd);\n else {\n // Keep track of state between intervals\n let intervalId: number | undefined, lastY: number, lastX: number, lastIndex: State[\"index\"];\n const scrollInterval = () => {\n // The interval can outlive its document context — a test-env teardown or a\n // real page unload removes window/history before the 50ms tick. `typeof`\n // never throws even when the global is gone: stop the interval and bail\n // rather than dereferencing a torn-down global (the #1061 bug class; #1063).\n // In a real browser these globals always exist, so this path is test-env\n // only. clearInterval may itself be mid-teardown, so guard the call too.\n if (typeof window === \"undefined\" || typeof history === \"undefined\") {\n if (typeof clearInterval === \"function\") clearInterval(intervalId);\n intervalId = undefined;\n return;\n }\n // Check the index to see if a popstate event was fired\n if (lastIndex !== history.state?.index) {\n clearInterval(intervalId);\n intervalId = undefined;\n return;\n }\n // Check if the user stopped scrolling\n if (lastY === scrollY && lastX === scrollX) {\n // Cancel the interval and update scroll positions\n clearInterval(intervalId);\n intervalId = undefined;\n onScrollEnd();\n return;\n } else {\n ((lastY = scrollY), (lastX = scrollX));\n }\n };\n // We can't know when or how often scroll events fire, so we'll just use them to start intervals\n addEventListener(\n \"scroll\",\n () => {\n if (intervalId !== undefined) return;\n ((lastIndex = history.state?.index), (lastY = scrollY), (lastX = scrollX));\n intervalId = window.setInterval(scrollInterval, 50);\n },\n { passive: true },\n );\n }\n }\n for (const script of document.getElementsByTagName(\"script\")) {\n detectScriptExecuted(script);\n script.dataset[\"zfbExec\"] = \"\";\n }\n}\n\n// ---- W3C3: click + form intercept, public idempotent init() ----\n\n// Returns true when the modifier-key combo or mouse button means \"open in new tab / download\".\n// Matches Astro's `leavesWindow` helper in ClientRouter.astro.\nconst leavesWindow = (ev: MouseEvent): boolean =>\n (ev.button !== undefined && ev.button !== 0) || // non-left-click\n ev.metaKey || // new tab (Mac)\n ev.ctrlKey || // new tab (Windows/Linux)\n ev.altKey || // download\n ev.shiftKey; // new window\n\n// Track the last clicked element that will leave the window so form submit can check it.\nlet lastClickedElementLeavingWindow: EventTarget | null = null;\n\nfunction handleClick(ev: MouseEvent): void {\n let link: EventTarget | null = ev.target;\n\n // Record whether this click will leave the window (used by form submit handler).\n lastClickedElementLeavingWindow = leavesWindow(ev) ? link : null;\n\n // Shadow DOM: prefer composedPath target over ev.target.\n if (ev.composed) {\n link = ev.composedPath()[0] ?? link;\n }\n\n // Walk up to the nearest <a>, <area>, or <svg:a>.\n if (link instanceof Element) {\n link = link.closest(\"a, area\");\n }\n\n if (\n !(link instanceof HTMLAnchorElement) &&\n !(link instanceof SVGAElement) &&\n !(link instanceof HTMLAreaElement)\n ) {\n return;\n }\n\n const linkEl = link as HTMLAnchorElement | SVGAElement | HTMLAreaElement;\n const linkTarget =\n linkEl instanceof HTMLElement ? linkEl.target : (linkEl as SVGAElement).target.baseVal;\n const href = linkEl instanceof HTMLElement ? linkEl.href : (linkEl as SVGAElement).href.baseVal;\n\n if (!href) return;\n\n const origin = new URL(href, location.href).origin;\n\n if (\n // data-zfb-reload: caller wants a full browser reload, not a SPA transition.\n (linkEl as HTMLElement).dataset[\"zfbReload\"] !== undefined ||\n // download attribute: let browser handle download.\n linkEl.hasAttribute(\"download\") ||\n // Non-self target opens in a new context — skip.\n (linkTarget && linkTarget !== \"_self\") ||\n // Cross-origin: not ours to handle.\n origin !== location.origin ||\n // Modifier key / non-left-click combo: user wants new tab / window / download.\n lastClickedElementLeavingWindow !== null ||\n // Another handler already handled this event.\n ev.defaultPrevented\n ) {\n return;\n }\n\n ev.preventDefault();\n navigate(href, {\n // data-zfb-history=\"replace\" opts a link into replaceState instead of pushState.\n history: (linkEl as HTMLElement).dataset[\"zfbHistory\"] === \"replace\" ? \"replace\" : \"auto\",\n sourceElement: linkEl,\n });\n}\n\nfunction handleSubmit(ev: SubmitEvent): void {\n const el = ev.target as HTMLElement;\n const submitter = ev.submitter as HTMLElement | null;\n\n // If the submit was triggered by a modifier-key click, treat as normal browser submit.\n const clickedWithKeys = submitter !== null && submitter === lastClickedElementLeavingWindow;\n lastClickedElementLeavingWindow = null;\n\n if (\n el.tagName !== \"FORM\" ||\n ev.defaultPrevented ||\n el.dataset[\"zfbReload\"] !== undefined ||\n clickedWithKeys\n ) {\n return;\n }\n\n const form = el as HTMLFormElement;\n const formData = new FormData(form, submitter ?? undefined);\n\n // form.action / form.method can be shadowed by <input name=\"action\"> / <input name=\"method\">,\n // so fall back to getAttribute() when the property is not a string. (Astro's comment.)\n const formAction = typeof form.action === \"string\" ? form.action : form.getAttribute(\"action\");\n const formMethod = typeof form.method === \"string\" ? form.method : form.getAttribute(\"method\");\n\n // Resolve action: submitter formaction attr overrides form action, fallback to current path.\n let action = submitter?.getAttribute(\"formaction\") ?? formAction ?? location.pathname;\n // Resolve method: submitter formmethod attr overrides form method, fallback to \"get\".\n const method = submitter?.getAttribute(\"formmethod\") ?? formMethod ?? \"get\";\n\n // The \"dialog\" method is a special keyword used within <dialog> elements —\n // https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-method\n if (method === \"dialog\" || location.origin !== new URL(action, location.href).origin) {\n // No SPA transition in these cases — let browser handle it.\n return;\n }\n\n const options: import(\"./types.js\").Options = { sourceElement: submitter ?? form };\n if (method === \"get\") {\n const params = new URLSearchParams(formData as any);\n const url = new URL(action, location.href);\n url.search = params.toString();\n action = url.toString();\n } else {\n options.formData = formData;\n }\n\n ev.preventDefault();\n navigate(action, options);\n}\n\nexport interface InitOptions {\n /** Reserved for forward-compat with Astro's prefetch integration. Ignored in v1. */\n prefetchAll?: boolean;\n}\n\n// Guard flag — ensures click + submit listeners are registered only once even if\n// init() is called multiple times (e.g. two <ClientRouter> mounts on the same page).\nlet initialized = false;\n\n/**\n * Wire up the client-router's click and form-submit intercepts.\n * Safe to call multiple times — subsequent calls are no-ops (idempotent).\n *\n * @param _options - Forward-compat hook matching Astro's init() signature. Ignored in v1.\n */\nexport function init(_options?: InitOptions): void {\n if (initialized) return;\n\n // Latch the guard only AFTER the early-return guards below: an ineligible\n // early call (no browser, or fallback \"none\") must not permanently latch\n // `initialized`, or a later legitimately-eligible init() would no-op forever.\n if (!inBrowser) return;\n if (!supportsViewTransitions && getFallback() === \"none\") return;\n\n initialized = true;\n\n document.addEventListener(\"click\", handleClick);\n document.addEventListener(\"submit\", handleSubmit as EventListener);\n\n // Prefetch hook intentionally omitted from v1 — see https://github.com/zudolab/zudo-doc/issues/1527\n // (Followup tracker for porting Astro prefetch module).\n}\n"]}
@@ -8,3 +8,7 @@ export type Options = {
8
8
  formData?: FormData;
9
9
  sourceElement?: Element;
10
10
  };
11
+ export type SyncHistoryEntryOptions = {
12
+ replace?: boolean;
13
+ state?: any;
14
+ };
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/client-router/types.ts"],"names":[],"mappings":"AAAA,2BAA2B","sourcesContent":["/// <reference lib=\"dom\" />\nexport type Fallback = \"none\" | \"animate\" | \"swap\";\nexport type Direction = \"forward\" | \"back\";\nexport type NavigationTypeString = \"push\" | \"replace\" | \"traverse\";\nexport type Options = {\n history?: \"auto\" | \"push\" | \"replace\";\n info?: any;\n state?: any;\n formData?: FormData;\n sourceElement?: Element; // more than HTMLElement, e.g. SVGAElement\n};\n"]}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/client-router/types.ts"],"names":[],"mappings":"AAAA,2BAA2B","sourcesContent":["/// <reference lib=\"dom\" />\nexport type Fallback = \"none\" | \"animate\" | \"swap\";\nexport type Direction = \"forward\" | \"back\";\nexport type NavigationTypeString = \"push\" | \"replace\" | \"traverse\";\nexport type Options = {\n history?: \"auto\" | \"push\" | \"replace\";\n info?: any;\n state?: any;\n formData?: FormData;\n sourceElement?: Element; // more than HTMLElement, e.g. SVGAElement\n};\n\n// Public options for syncHistoryEntry() (#1377).\nexport type SyncHistoryEntryOptions = {\n // Replace the current history entry instead of pushing a new one.\n replace?: boolean;\n // Consumer state merged into the entry; the router's bookkeeping keys\n // (index/scrollX/scrollY) always take precedence over colliding keys.\n state?: any;\n};\n"]}
@@ -26,6 +26,23 @@ export interface ClientRouterProps {
26
26
  * @see https://github.com/Takazudo/zudo-front-builder/issues/1103
27
27
  */
28
28
  preserveHtmlAttrs?: string[];
29
+ /**
30
+ * Opt this page OUT of the same-page traverse fast-path (default `false` —
31
+ * fast-path ON). By default a Back/Forward traversal between two history
32
+ * entries sharing the same `pathname + search` is served instantly from the
33
+ * live DOM — no re-fetch, no re-swap, so island/client state is preserved.
34
+ *
35
+ * Set this on a **per-request SSR page** (`prerender = false`) whose
36
+ * server-rendered content can legitimately differ between two visits to the
37
+ * same URL: with the fast-path skipped such a traverse would pin the stale
38
+ * first-render content. Emitted as
39
+ * `<meta name="zfb-traverse-refetch" content="true">`, which the router reads
40
+ * on the current (target) page to force the fetch back on. Mount with the
41
+ * **same value on every page** that participates in SPA navigation, mirroring
42
+ * the `preserveHtmlAttrs` guidance.
43
+ * @see https://github.com/Takazudo/zudo-front-builder/issues/1376
44
+ */
45
+ traverseRefetch?: boolean;
29
46
  }
30
47
  /**
31
48
  * Public element shape for each node returned by `<ClientRouter />`.
@@ -52,4 +69,4 @@ export type ClientRouterElement = {
52
69
  * <ClientRouter fallback="animate" />
53
70
  * ```
54
71
  */
55
- export declare function ClientRouter({ fallback, prefetchAll: prefetchAllProp, preserveHtmlAttrs, }?: ClientRouterProps): readonly ClientRouterElement[];
72
+ export declare function ClientRouter({ fallback, prefetchAll: prefetchAllProp, preserveHtmlAttrs, traverseRefetch, }?: ClientRouterProps): readonly ClientRouterElement[];
@@ -98,7 +98,7 @@ const announcerCss = `
98
98
  * <ClientRouter fallback="animate" />
99
99
  * ```
100
100
  */
101
- export function ClientRouter({ fallback = "animate", prefetchAll: prefetchAllProp = false, preserveHtmlAttrs = [], } = {}) {
101
+ export function ClientRouter({ fallback = "animate", prefetchAll: prefetchAllProp = false, preserveHtmlAttrs = [], traverseRefetch = false, } = {}) {
102
102
  // Bootstrap prefetch exactly once on the client when prefetchAll is true.
103
103
  // The initialized flag inside prefetchInit() provides a second safety layer
104
104
  // in case of concurrent hydration or manual callers (#276).
@@ -138,6 +138,16 @@ export function ClientRouter({ fallback = "animate", prefetchAll: prefetchAllPro
138
138
  if (preserveList.length > 0) {
139
139
  nodes.push(makeVNode("meta", { name: "zfb-preserve-html-attrs", content: preserveList.join(" ") }, "zfb-preserve-html-attrs"));
140
140
  }
141
+ // Traverse-refetch opt-out meta (#1376). A same-page Back/Forward traversal
142
+ // skips the re-fetch/re-swap by default (the router's traverse fast-path);
143
+ // this meta opts a per-request SSR page (`prerender = false`) back INTO the
144
+ // fetch, since skipping it would pin stale server-rendered content. Emitted
145
+ // only when opted in, so non-opt-in output stays byte-identical. Same
146
+ // conditional-emission shape as the prefetch-disabled / preserve-html-attrs
147
+ // metas; the router reads meta[name="zfb-traverse-refetch"][content="true"].
148
+ if (traverseRefetch) {
149
+ nodes.push(makeVNode("meta", { name: "zfb-traverse-refetch", content: "true" }, "zfb-traverse-refetch"));
150
+ }
141
151
  return nodes;
142
152
  }
143
153
  //# sourceMappingURL=client-router.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"client-router.js","sourceRoot":"","sources":["../src/client-router.ts"],"names":[],"mappings":"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","sourcesContent":["// `@takazudo/zfb-runtime` — `<ClientRouter />` component.\n//\n// Ported from Astro's `ClientRouter.astro` (155 lines).\n// Source: packages/astro/components/ClientRouter.astro\n// Issue: zudolab/zudo-doc#1519 (W3D), parent epic zudolab/zudo-doc#1510.\n//\n// Named-cause deviation — inline script split (W1B §13.6):\n// Astro's <script> block is processed by Vite at build time as a bundled\n// module with virtual-module imports (`astro:transitions/client`). The zfb\n// port emits meta tags + global styles from the JSX component, while the\n// click/form intercepts live in `client-router/router.ts` and are registered\n// via `init()`. The component calls `init()` as a side effect on first import.\n// No inline <script> dangerouslySetInnerHTML is emitted.\n//\n// Framework-agnostic element minting (no JSX syntax):\n// `@takazudo/zfb-runtime` does not depend on a framework runtime. Head nodes\n// are minted by calling `jsx` from `react/jsx-runtime` directly — NOT JSX\n// syntax, so this stays a plain `.ts` file with no tsconfig JSX changes. The\n// engine alias-rewrites `react/jsx-runtime` → `preact/jsx-runtime` in Preact\n// mode (bundler.rs ~2886) and resolves it natively in React mode, so the same\n// call mints a real element for whichever framework the project configured.\n// The previous approach (a hand-rolled `{ type, props, key, constructor:\n// undefined }` object literal — the Preact diff-path sentinel) only worked for\n// Preact: React's renderer rejects such an object as a child with React error\n// #31 (\"Objects are not valid as a React child\"), because a real React element\n// carries `$$typeof: Symbol.for(\"react.element\")` a literal cannot fake. Same\n// migration as `Island` in @takazudo/zfb.\n//\n// The component renders three base sibling elements to <head> (plus optional\n// metas emitted conditionally — see `prefetchDisabled` and `preserveHtmlAttrs`):\n// 1. A <style> tag with the `.zfb-route-announcer` ARIA helper class.\n// 2. <meta name=\"zfb-view-transitions-enabled\" content=\"true\" />\n// 3. <meta name=\"zfb-view-transitions-fallback\" content={fallback} />\n//\n// The route-announcer <div> is injected into <body> by `announce()` in\n// `client-router/router.ts` on every navigation.\n\nimport { jsx } from \"react/jsx-runtime\";\n\nimport { init } from \"./client-router/router.js\";\nimport { init as prefetchInit } from \"./client-router/prefetch.js\";\n\n// Side-effect: wire click + submit intercepts on first import of this component.\n// Guarded by the idempotent `initialized` flag in router.ts — safe for multiple\n// <ClientRouter /> mounts and HMR re-runs. (W3C3 init idempotency.)\nif (typeof document !== \"undefined\") {\n init();\n}\n\n// Module-level guard: prefetch bootstrap is triggered at most once per module\n// lifetime even if <ClientRouter prefetchAll /> is mounted multiple times (#276).\nlet prefetchBootstrapped = false;\n\nexport interface ClientRouterProps {\n /** Fallback animation strategy when native View Transitions are not supported. */\n fallback?: \"none\" | \"animate\" | \"swap\";\n /**\n * When true, opts every same-origin link into the default prefetch strategy\n * (hover) by calling prefetchInit({ prefetchAll: true }) once on the client.\n */\n prefetchAll?: boolean;\n /**\n * Extra `<html>` attribute names to preserve across SPA swaps. By default the\n * client router copies the incoming server-rendered document's `<html>`\n * attributes onto the live root, dropping any current attribute that isn't\n * internal to the transition machinery — so a *runtime* attribute a consumer\n * sets from a persisted island (e.g. `data-theme` or `data-sidebar-hidden`\n * driven from `localStorage`) is lost on every navigation. List those names\n * here and the router re-applies their current value after each swap. Emitted\n * as a `<meta name=\"zfb-preserve-html-attrs\">` tag that `swapRootAttributes`\n * reads at swap time.\n *\n * Mount with the **same list on every page** that participates in SPA\n * navigation: the preserve-list is read from the *current* (outgoing) page's\n * meta at swap time, so a page that omits an entry drops that attribute when\n * navigating away from it. Names are matched case-insensitively (DOM attribute\n * names are lowercased). For dynamic/computed cases, mutate\n * `event.newDocument.documentElement` in a `zfb:before-swap` listener instead.\n * @see https://github.com/Takazudo/zudo-front-builder/issues/1103\n */\n preserveHtmlAttrs?: string[];\n}\n\n/**\n * Public element shape for each node returned by `<ClientRouter />`.\n * Structural type — intentionally matches the Preact/React VNode object shape\n * so consumers do not type-infer through the internal representation.\n */\nexport type ClientRouterElement = {\n readonly type: string;\n readonly props: Readonly<Record<string, unknown>>;\n readonly key: unknown;\n};\n\n/**\n * Mint a head element through the per-project JSX runtime.\n *\n * Calls `jsx` from `react/jsx-runtime` (alias-rewritten to\n * `preact/jsx-runtime` in Preact mode by the engine, native in React mode)\n * so the returned value is a real element for whichever framework the\n * project configured — NOT a hand-rolled `{ type, props, key }` literal,\n * which only Preact accepts and which makes React throw error #31. A stable\n * `key` is passed because `ClientRouter()` returns these nodes in a plain\n * array (React warns about keyless list children otherwise). Mirrors the\n * `Island` migration in `@takazudo/zfb`.\n */\nfunction makeVNode(type: string, props: Record<string, unknown>, key: string): ClientRouterElement {\n // `jsx`'s `type` param is typed `ElementType` (string-literal intrinsic\n // tags or component types), which rejects an arbitrary runtime `string`.\n // The tag is dynamic here, so cast to the factory's own first-param type —\n // robust whether the engine aliases `jsx` to react or preact at build time.\n return jsx(type as Parameters<typeof jsx>[0], props, key) as unknown as ClientRouterElement;\n}\n\n// CSS for the route-announcer element. Ported verbatim from Astro's\n// `<style is:global>` block in ClientRouter.astro (lines 11–23), renaming\n// `.astro-route-announcer` → `.zfb-route-announcer` per W1B §5.\n// This is a global (non-scoped) <style> because the announcer <div> is\n// appended to document.body at runtime, outside any Preact-controlled subtree.\nconst announcerCss = `\n.zfb-route-announcer {\n\tposition: absolute;\n\tleft: 0;\n\ttop: 0;\n\tclip: rect(0 0 0 0);\n\tclip-path: inset(50%);\n\toverflow: hidden;\n\twhite-space: nowrap;\n\twidth: 1px;\n\theight: 1px;\n}\n`;\n\n/**\n * `<ClientRouter />` — SPA soft-swap navigation with View Transition animations.\n *\n * Mount once in your page `<head>`. Emits the opt-in meta tags and the global\n * `.zfb-route-announcer` stylesheet that the route-announcer ARIA div needs.\n * Click and form-submit intercepts are registered as a side effect of importing\n * this component (idempotent — safe to mount multiple times).\n *\n * @example\n * ```tsx\n * import { ClientRouter } from \"@takazudo/zfb-runtime\";\n * // In your page <head>:\n * <ClientRouter fallback=\"animate\" />\n * ```\n */\nexport function ClientRouter({\n fallback = \"animate\",\n prefetchAll: prefetchAllProp = false,\n preserveHtmlAttrs = [],\n}: ClientRouterProps = {}): readonly ClientRouterElement[] {\n // Bootstrap prefetch exactly once on the client when prefetchAll is true.\n // The initialized flag inside prefetchInit() provides a second safety layer\n // in case of concurrent hydration or manual callers (#276).\n if (typeof document !== \"undefined\" && prefetchAllProp && !prefetchBootstrapped) {\n prefetchBootstrapped = true;\n prefetchInit({ prefetchAll: true });\n }\n\n const nodes: ClientRouterElement[] = [\n // Global styles for the ARIA route-announcer div injected into <body>.\n makeVNode(\"style\", { dangerouslySetInnerHTML: { __html: announcerCss } }, \"zfb-vt-style\"),\n // Opt-in meta tag: router checks for this to decide whether to intercept navigations.\n makeVNode(\"meta\", { name: \"zfb-view-transitions-enabled\", content: \"true\" }, \"zfb-vt-enabled\"),\n // Fallback strategy meta tag: read by getFallback() in router.ts.\n makeVNode(\n \"meta\",\n { name: \"zfb-view-transitions-fallback\", content: fallback },\n \"zfb-vt-fallback\",\n ),\n ];\n\n // Prefetch-disabled meta tag (#277): emitted when the bundler set\n // `globalThis.__zfb.prefetchDisabled = true` (from `zfb.config.ts`\n // `prefetch: { disabled: true }`). The sibling prefetch-core module reads\n // `document.querySelector('meta[name=\"zfb-prefetch-disabled\"][content=\"true\"]')`\n // at `init()` time and short-circuits if found.\n //\n // The flag is site-wide and static — set once at bundle-emit time, never\n // per-page. This meta tag appears on every page that mounts `<ClientRouter />`\n // or not at all.\n //\n // Pin the contract verbatim — the attribute names and content value are\n // shared with the sibling prefetch-core sub-issue (#276).\n if ((globalThis as { __zfb?: { prefetchDisabled?: boolean } }).__zfb?.prefetchDisabled === true) {\n nodes.push(\n makeVNode(\n \"meta\",\n { name: \"zfb-prefetch-disabled\", content: \"true\" },\n \"zfb-prefetch-disabled\",\n ),\n );\n }\n\n // Consumer-extensible <html> attribute preserve-list (#1103). swapRootAttributes\n // reads this meta and re-applies the listed attributes' runtime values after each\n // swap, so persisted-island state on <html> (data-theme, data-sidebar-hidden, …)\n // survives navigation. Emitted only when non-empty, so non-opt-in output stays\n // byte-identical. Same conditional-emission shape as the prefetch-disabled meta.\n const preserveList = preserveHtmlAttrs.filter(Boolean);\n if (preserveList.length > 0) {\n nodes.push(\n makeVNode(\n \"meta\",\n { name: \"zfb-preserve-html-attrs\", content: preserveList.join(\" \") },\n \"zfb-preserve-html-attrs\",\n ),\n );\n }\n\n return nodes;\n}\n"]}
1
+ {"version":3,"file":"client-router.js","sourceRoot":"","sources":["../src/client-router.ts"],"names":[],"mappings":"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","sourcesContent":["// `@takazudo/zfb-runtime` — `<ClientRouter />` component.\n//\n// Ported from Astro's `ClientRouter.astro` (155 lines).\n// Source: packages/astro/components/ClientRouter.astro\n// Issue: zudolab/zudo-doc#1519 (W3D), parent epic zudolab/zudo-doc#1510.\n//\n// Named-cause deviation — inline script split (W1B §13.6):\n// Astro's <script> block is processed by Vite at build time as a bundled\n// module with virtual-module imports (`astro:transitions/client`). The zfb\n// port emits meta tags + global styles from the JSX component, while the\n// click/form intercepts live in `client-router/router.ts` and are registered\n// via `init()`. The component calls `init()` as a side effect on first import.\n// No inline <script> dangerouslySetInnerHTML is emitted.\n//\n// Framework-agnostic element minting (no JSX syntax):\n// `@takazudo/zfb-runtime` does not depend on a framework runtime. Head nodes\n// are minted by calling `jsx` from `react/jsx-runtime` directly — NOT JSX\n// syntax, so this stays a plain `.ts` file with no tsconfig JSX changes. The\n// engine alias-rewrites `react/jsx-runtime` → `preact/jsx-runtime` in Preact\n// mode (bundler.rs ~2886) and resolves it natively in React mode, so the same\n// call mints a real element for whichever framework the project configured.\n// The previous approach (a hand-rolled `{ type, props, key, constructor:\n// undefined }` object literal — the Preact diff-path sentinel) only worked for\n// Preact: React's renderer rejects such an object as a child with React error\n// #31 (\"Objects are not valid as a React child\"), because a real React element\n// carries `$$typeof: Symbol.for(\"react.element\")` a literal cannot fake. Same\n// migration as `Island` in @takazudo/zfb.\n//\n// The component renders three base sibling elements to <head> (plus optional\n// metas emitted conditionally — see `prefetchDisabled` and `preserveHtmlAttrs`):\n// 1. A <style> tag with the `.zfb-route-announcer` ARIA helper class.\n// 2. <meta name=\"zfb-view-transitions-enabled\" content=\"true\" />\n// 3. <meta name=\"zfb-view-transitions-fallback\" content={fallback} />\n//\n// The route-announcer <div> is injected into <body> by `announce()` in\n// `client-router/router.ts` on every navigation.\n\nimport { jsx } from \"react/jsx-runtime\";\n\nimport { init } from \"./client-router/router.js\";\nimport { init as prefetchInit } from \"./client-router/prefetch.js\";\n\n// Side-effect: wire click + submit intercepts on first import of this component.\n// Guarded by the idempotent `initialized` flag in router.ts — safe for multiple\n// <ClientRouter /> mounts and HMR re-runs. (W3C3 init idempotency.)\nif (typeof document !== \"undefined\") {\n init();\n}\n\n// Module-level guard: prefetch bootstrap is triggered at most once per module\n// lifetime even if <ClientRouter prefetchAll /> is mounted multiple times (#276).\nlet prefetchBootstrapped = false;\n\nexport interface ClientRouterProps {\n /** Fallback animation strategy when native View Transitions are not supported. */\n fallback?: \"none\" | \"animate\" | \"swap\";\n /**\n * When true, opts every same-origin link into the default prefetch strategy\n * (hover) by calling prefetchInit({ prefetchAll: true }) once on the client.\n */\n prefetchAll?: boolean;\n /**\n * Extra `<html>` attribute names to preserve across SPA swaps. By default the\n * client router copies the incoming server-rendered document's `<html>`\n * attributes onto the live root, dropping any current attribute that isn't\n * internal to the transition machinery — so a *runtime* attribute a consumer\n * sets from a persisted island (e.g. `data-theme` or `data-sidebar-hidden`\n * driven from `localStorage`) is lost on every navigation. List those names\n * here and the router re-applies their current value after each swap. Emitted\n * as a `<meta name=\"zfb-preserve-html-attrs\">` tag that `swapRootAttributes`\n * reads at swap time.\n *\n * Mount with the **same list on every page** that participates in SPA\n * navigation: the preserve-list is read from the *current* (outgoing) page's\n * meta at swap time, so a page that omits an entry drops that attribute when\n * navigating away from it. Names are matched case-insensitively (DOM attribute\n * names are lowercased). For dynamic/computed cases, mutate\n * `event.newDocument.documentElement` in a `zfb:before-swap` listener instead.\n * @see https://github.com/Takazudo/zudo-front-builder/issues/1103\n */\n preserveHtmlAttrs?: string[];\n /**\n * Opt this page OUT of the same-page traverse fast-path (default `false` —\n * fast-path ON). By default a Back/Forward traversal between two history\n * entries sharing the same `pathname + search` is served instantly from the\n * live DOM — no re-fetch, no re-swap, so island/client state is preserved.\n *\n * Set this on a **per-request SSR page** (`prerender = false`) whose\n * server-rendered content can legitimately differ between two visits to the\n * same URL: with the fast-path skipped such a traverse would pin the stale\n * first-render content. Emitted as\n * `<meta name=\"zfb-traverse-refetch\" content=\"true\">`, which the router reads\n * on the current (target) page to force the fetch back on. Mount with the\n * **same value on every page** that participates in SPA navigation, mirroring\n * the `preserveHtmlAttrs` guidance.\n * @see https://github.com/Takazudo/zudo-front-builder/issues/1376\n */\n traverseRefetch?: boolean;\n}\n\n/**\n * Public element shape for each node returned by `<ClientRouter />`.\n * Structural type — intentionally matches the Preact/React VNode object shape\n * so consumers do not type-infer through the internal representation.\n */\nexport type ClientRouterElement = {\n readonly type: string;\n readonly props: Readonly<Record<string, unknown>>;\n readonly key: unknown;\n};\n\n/**\n * Mint a head element through the per-project JSX runtime.\n *\n * Calls `jsx` from `react/jsx-runtime` (alias-rewritten to\n * `preact/jsx-runtime` in Preact mode by the engine, native in React mode)\n * so the returned value is a real element for whichever framework the\n * project configured — NOT a hand-rolled `{ type, props, key }` literal,\n * which only Preact accepts and which makes React throw error #31. A stable\n * `key` is passed because `ClientRouter()` returns these nodes in a plain\n * array (React warns about keyless list children otherwise). Mirrors the\n * `Island` migration in `@takazudo/zfb`.\n */\nfunction makeVNode(type: string, props: Record<string, unknown>, key: string): ClientRouterElement {\n // `jsx`'s `type` param is typed `ElementType` (string-literal intrinsic\n // tags or component types), which rejects an arbitrary runtime `string`.\n // The tag is dynamic here, so cast to the factory's own first-param type —\n // robust whether the engine aliases `jsx` to react or preact at build time.\n return jsx(type as Parameters<typeof jsx>[0], props, key) as unknown as ClientRouterElement;\n}\n\n// CSS for the route-announcer element. Ported verbatim from Astro's\n// `<style is:global>` block in ClientRouter.astro (lines 11–23), renaming\n// `.astro-route-announcer` → `.zfb-route-announcer` per W1B §5.\n// This is a global (non-scoped) <style> because the announcer <div> is\n// appended to document.body at runtime, outside any Preact-controlled subtree.\nconst announcerCss = `\n.zfb-route-announcer {\n\tposition: absolute;\n\tleft: 0;\n\ttop: 0;\n\tclip: rect(0 0 0 0);\n\tclip-path: inset(50%);\n\toverflow: hidden;\n\twhite-space: nowrap;\n\twidth: 1px;\n\theight: 1px;\n}\n`;\n\n/**\n * `<ClientRouter />` — SPA soft-swap navigation with View Transition animations.\n *\n * Mount once in your page `<head>`. Emits the opt-in meta tags and the global\n * `.zfb-route-announcer` stylesheet that the route-announcer ARIA div needs.\n * Click and form-submit intercepts are registered as a side effect of importing\n * this component (idempotent — safe to mount multiple times).\n *\n * @example\n * ```tsx\n * import { ClientRouter } from \"@takazudo/zfb-runtime\";\n * // In your page <head>:\n * <ClientRouter fallback=\"animate\" />\n * ```\n */\nexport function ClientRouter({\n fallback = \"animate\",\n prefetchAll: prefetchAllProp = false,\n preserveHtmlAttrs = [],\n traverseRefetch = false,\n}: ClientRouterProps = {}): readonly ClientRouterElement[] {\n // Bootstrap prefetch exactly once on the client when prefetchAll is true.\n // The initialized flag inside prefetchInit() provides a second safety layer\n // in case of concurrent hydration or manual callers (#276).\n if (typeof document !== \"undefined\" && prefetchAllProp && !prefetchBootstrapped) {\n prefetchBootstrapped = true;\n prefetchInit({ prefetchAll: true });\n }\n\n const nodes: ClientRouterElement[] = [\n // Global styles for the ARIA route-announcer div injected into <body>.\n makeVNode(\"style\", { dangerouslySetInnerHTML: { __html: announcerCss } }, \"zfb-vt-style\"),\n // Opt-in meta tag: router checks for this to decide whether to intercept navigations.\n makeVNode(\"meta\", { name: \"zfb-view-transitions-enabled\", content: \"true\" }, \"zfb-vt-enabled\"),\n // Fallback strategy meta tag: read by getFallback() in router.ts.\n makeVNode(\n \"meta\",\n { name: \"zfb-view-transitions-fallback\", content: fallback },\n \"zfb-vt-fallback\",\n ),\n ];\n\n // Prefetch-disabled meta tag (#277): emitted when the bundler set\n // `globalThis.__zfb.prefetchDisabled = true` (from `zfb.config.ts`\n // `prefetch: { disabled: true }`). The sibling prefetch-core module reads\n // `document.querySelector('meta[name=\"zfb-prefetch-disabled\"][content=\"true\"]')`\n // at `init()` time and short-circuits if found.\n //\n // The flag is site-wide and static — set once at bundle-emit time, never\n // per-page. This meta tag appears on every page that mounts `<ClientRouter />`\n // or not at all.\n //\n // Pin the contract verbatim — the attribute names and content value are\n // shared with the sibling prefetch-core sub-issue (#276).\n if ((globalThis as { __zfb?: { prefetchDisabled?: boolean } }).__zfb?.prefetchDisabled === true) {\n nodes.push(\n makeVNode(\n \"meta\",\n { name: \"zfb-prefetch-disabled\", content: \"true\" },\n \"zfb-prefetch-disabled\",\n ),\n );\n }\n\n // Consumer-extensible <html> attribute preserve-list (#1103). swapRootAttributes\n // reads this meta and re-applies the listed attributes' runtime values after each\n // swap, so persisted-island state on <html> (data-theme, data-sidebar-hidden, …)\n // survives navigation. Emitted only when non-empty, so non-opt-in output stays\n // byte-identical. Same conditional-emission shape as the prefetch-disabled meta.\n const preserveList = preserveHtmlAttrs.filter(Boolean);\n if (preserveList.length > 0) {\n nodes.push(\n makeVNode(\n \"meta\",\n { name: \"zfb-preserve-html-attrs\", content: preserveList.join(\" \") },\n \"zfb-preserve-html-attrs\",\n ),\n );\n }\n\n // Traverse-refetch opt-out meta (#1376). A same-page Back/Forward traversal\n // skips the re-fetch/re-swap by default (the router's traverse fast-path);\n // this meta opts a per-request SSR page (`prerender = false`) back INTO the\n // fetch, since skipping it would pin stale server-rendered content. Emitted\n // only when opted in, so non-opt-in output stays byte-identical. Same\n // conditional-emission shape as the prefetch-disabled / preserve-html-attrs\n // metas; the router reads meta[name=\"zfb-traverse-refetch\"][content=\"true\"].\n if (traverseRefetch) {\n nodes.push(\n makeVNode(\"meta\", { name: \"zfb-traverse-refetch\", content: \"true\" }, \"zfb-traverse-refetch\"),\n );\n }\n\n return nodes;\n}\n"]}
package/dist/index.d.ts CHANGED
@@ -3,10 +3,10 @@ export type { FrameworkAdapter } from "./framework.js";
3
3
  export type { ContentSnapshot, EntrySnapshot } from "./snapshot.js";
4
4
  export { ViewTransitions, type ViewTransitionsElement } from "./view-transitions.js";
5
5
  export { ClientRouter, type ClientRouterProps } from "./client-router.js";
6
- export { navigate, supportsViewTransitions, transitionEnabledOnThisPage, } from "./client-router/router.js";
6
+ export { navigate, supportsViewTransitions, transitionEnabledOnThisPage, syncHistoryEntry, } from "./client-router/router.js";
7
7
  export { prefetch, init as prefetchInit } from "./client-router/prefetch.js";
8
8
  export type { PrefetchStrategy, PrefetchInitOptions, PrefetchOptions, } from "./client-router/prefetch.js";
9
9
  export { TRANSITION_BEFORE_PREPARATION, TRANSITION_AFTER_PREPARATION, TRANSITION_BEFORE_SWAP, TRANSITION_AFTER_SWAP, TRANSITION_PAGE_LOAD, TRANSITION_NAVIGATION_ABORTED, TransitionBeforePreparationEvent, TransitionBeforeSwapEvent, isTransitionBeforePreparationEvent, isTransitionBeforeSwapEvent, } from "./client-router/events.js";
10
10
  export { swapFunctions, swap } from "./client-router/swap-functions.js";
11
- export type { Direction, Fallback, NavigationTypeString, Options } from "./client-router/types.js";
11
+ export type { Direction, Fallback, NavigationTypeString, Options, SyncHistoryEntryOptions, } from "./client-router/types.js";
12
12
  export type { ZfbPlugin, ZfbPluginLogger, ZfbBuildHookContext, ZfbDevMiddlewareContext, ZfbDevMiddlewareHandler, ZfbDevMiddlewareRequest, ZfbDevMiddlewareResponse, ZfbRouteEntry, ZfbRouteManifest, ZfbSetupContext, ZfbVirtualModuleLoader, } from "@takazudo/zfb/plugins";
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ export { ViewTransitions } from "./view-transitions.js";
28
28
  // Client-router public surface (W3D — mirrors @takazudo/zfb-runtime/client-router barrel).
29
29
  // See W1B §2 for the full public API spec.
30
30
  export { ClientRouter } from "./client-router.js";
31
- export { navigate, supportsViewTransitions, transitionEnabledOnThisPage, } from "./client-router/router.js";
31
+ export { navigate, supportsViewTransitions, transitionEnabledOnThisPage, syncHistoryEntry, } from "./client-router/router.js";
32
32
  // Prefetch public surface (#276).
33
33
  // `init` from prefetch.ts is re-exported as `prefetchInit` to avoid collision
34
34
  // with the router's `init`.
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,kDAAkD;AAClD,EAAE;AACF,0EAA0E;AAC1E,oEAAoE;AACpE,2EAA2E;AAC3E,qEAAqE;AACrE,2EAA2E;AAC3E,mFAAmF;AACnF,sEAAsE;AACtE,0EAA0E;AAC1E,qEAAqE;AACrE,EAAE;AACF,qEAAqE;AACrE,uEAAuE;AACvE,EAAE;AACF,qEAAqE;AACrE,EAAE;AACF,sCAAsC;AACtC,oBAAoB;AACpB,4EAA4E;AAC5E,iFAAiF;AACjF,QAAQ;AACR,EAAE;AACF,sCAAsC;AACtC,EAAE;AACF,wEAAwE;AAWxE,OAAO,EAAE,eAAe,EAA+B,MAAM,uBAAuB,CAAC;AAErF,2FAA2F;AAC3F,2CAA2C;AAC3C,OAAO,EAAE,YAAY,EAA0B,MAAM,oBAAoB,CAAC;AAC1E,OAAO,EACL,QAAQ,EACR,uBAAuB,EACvB,2BAA2B,GAC5B,MAAM,2BAA2B,CAAC;AAEnC,kCAAkC;AAClC,8EAA8E;AAC9E,4BAA4B;AAC5B,OAAO,EAAE,QAAQ,EAAE,IAAI,IAAI,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAM7E,OAAO,EACL,6BAA6B,EAC7B,4BAA4B,EAC5B,sBAAsB,EACtB,qBAAqB,EACrB,oBAAoB,EACpB,6BAA6B,EAC7B,gCAAgC,EAChC,yBAAyB,EACzB,kCAAkC,EAClC,2BAA2B,GAC5B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,mCAAmC,CAAC","sourcesContent":["// Public entry point for `@takazudo/zfb-runtime`.\n//\n// This is the **client-safe** barrel: everything re-exported here must be\n// bundleable for `--platform=browser` without pulling a server-only\n// dependency. In particular `createPageRouter` (and the Hono server router\n// it builds) is intentionally NOT re-exported here — it lives at the\n// server-only subpath `@takazudo/zfb-runtime/server`. Re-exporting it from\n// this barrel makes any island that does `import ... from \"@takazudo/zfb-runtime\"`\n// drag `hono` into the browser graph, which esbuild must then resolve\n// (issue #1298). The page-router *types* below are `export type` only, so\n// esbuild strips them and no runtime edge to `./router.js` survives.\n//\n// Worker bundles produced by T3 import the server subpath and invoke\n// `createPageRouter` once, at module top, to obtain the fetch handler:\n//\n// import { createPageRouter } from \"@takazudo/zfb-runtime/server\";\n//\n// const router = createPageRouter({\n// pages: [...],\n// contentSnapshot: __ZFB_CONTENT_SNAPSHOT__, // embedded by the bundler\n// framework: { renderToString: render }, // preact-render-to-string etc.\n// });\n//\n// export default { fetch: router };\n//\n// The README documents the bundle shape T6 (embedded V8 host) consumes.\n\nexport type {\n CreatePageRouterOptions,\n PageDefinition,\n PageHeading,\n PageModule,\n PageRouter,\n} from \"./router.js\";\nexport type { FrameworkAdapter } from \"./framework.js\";\nexport type { ContentSnapshot, EntrySnapshot } from \"./snapshot.js\";\nexport { ViewTransitions, type ViewTransitionsElement } from \"./view-transitions.js\";\n\n// Client-router public surface (W3D — mirrors @takazudo/zfb-runtime/client-router barrel).\n// See W1B §2 for the full public API spec.\nexport { ClientRouter, type ClientRouterProps } from \"./client-router.js\";\nexport {\n navigate,\n supportsViewTransitions,\n transitionEnabledOnThisPage,\n} from \"./client-router/router.js\";\n\n// Prefetch public surface (#276).\n// `init` from prefetch.ts is re-exported as `prefetchInit` to avoid collision\n// with the router's `init`.\nexport { prefetch, init as prefetchInit } from \"./client-router/prefetch.js\";\nexport type {\n PrefetchStrategy,\n PrefetchInitOptions,\n PrefetchOptions,\n} from \"./client-router/prefetch.js\";\nexport {\n TRANSITION_BEFORE_PREPARATION,\n TRANSITION_AFTER_PREPARATION,\n TRANSITION_BEFORE_SWAP,\n TRANSITION_AFTER_SWAP,\n TRANSITION_PAGE_LOAD,\n TRANSITION_NAVIGATION_ABORTED,\n TransitionBeforePreparationEvent,\n TransitionBeforeSwapEvent,\n isTransitionBeforePreparationEvent,\n isTransitionBeforeSwapEvent,\n} from \"./client-router/events.js\";\nexport { swapFunctions, swap } from \"./client-router/swap-functions.js\";\nexport type { Direction, Fallback, NavigationTypeString, Options } from \"./client-router/types.js\";\n\n// Plugin lifecycle types (#255). The runtime package re-exports the\n// `@takazudo/zfb/plugins` surface so consumers writing plugins from a\n// project that only depends on `@takazudo/zfb-runtime` can still\n// import the canonical types (e.g. `import type { ZfbPlugin } from\n// \"@takazudo/zfb-runtime\"`).\nexport type {\n ZfbPlugin,\n ZfbPluginLogger,\n ZfbBuildHookContext,\n ZfbDevMiddlewareContext,\n ZfbDevMiddlewareHandler,\n ZfbDevMiddlewareRequest,\n ZfbDevMiddlewareResponse,\n ZfbRouteEntry,\n ZfbRouteManifest,\n ZfbSetupContext,\n ZfbVirtualModuleLoader,\n} from \"@takazudo/zfb/plugins\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,kDAAkD;AAClD,EAAE;AACF,0EAA0E;AAC1E,oEAAoE;AACpE,2EAA2E;AAC3E,qEAAqE;AACrE,2EAA2E;AAC3E,mFAAmF;AACnF,sEAAsE;AACtE,0EAA0E;AAC1E,qEAAqE;AACrE,EAAE;AACF,qEAAqE;AACrE,uEAAuE;AACvE,EAAE;AACF,qEAAqE;AACrE,EAAE;AACF,sCAAsC;AACtC,oBAAoB;AACpB,4EAA4E;AAC5E,iFAAiF;AACjF,QAAQ;AACR,EAAE;AACF,sCAAsC;AACtC,EAAE;AACF,wEAAwE;AAWxE,OAAO,EAAE,eAAe,EAA+B,MAAM,uBAAuB,CAAC;AAErF,2FAA2F;AAC3F,2CAA2C;AAC3C,OAAO,EAAE,YAAY,EAA0B,MAAM,oBAAoB,CAAC;AAC1E,OAAO,EACL,QAAQ,EACR,uBAAuB,EACvB,2BAA2B,EAC3B,gBAAgB,GACjB,MAAM,2BAA2B,CAAC;AAEnC,kCAAkC;AAClC,8EAA8E;AAC9E,4BAA4B;AAC5B,OAAO,EAAE,QAAQ,EAAE,IAAI,IAAI,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAM7E,OAAO,EACL,6BAA6B,EAC7B,4BAA4B,EAC5B,sBAAsB,EACtB,qBAAqB,EACrB,oBAAoB,EACpB,6BAA6B,EAC7B,gCAAgC,EAChC,yBAAyB,EACzB,kCAAkC,EAClC,2BAA2B,GAC5B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,mCAAmC,CAAC","sourcesContent":["// Public entry point for `@takazudo/zfb-runtime`.\n//\n// This is the **client-safe** barrel: everything re-exported here must be\n// bundleable for `--platform=browser` without pulling a server-only\n// dependency. In particular `createPageRouter` (and the Hono server router\n// it builds) is intentionally NOT re-exported here — it lives at the\n// server-only subpath `@takazudo/zfb-runtime/server`. Re-exporting it from\n// this barrel makes any island that does `import ... from \"@takazudo/zfb-runtime\"`\n// drag `hono` into the browser graph, which esbuild must then resolve\n// (issue #1298). The page-router *types* below are `export type` only, so\n// esbuild strips them and no runtime edge to `./router.js` survives.\n//\n// Worker bundles produced by T3 import the server subpath and invoke\n// `createPageRouter` once, at module top, to obtain the fetch handler:\n//\n// import { createPageRouter } from \"@takazudo/zfb-runtime/server\";\n//\n// const router = createPageRouter({\n// pages: [...],\n// contentSnapshot: __ZFB_CONTENT_SNAPSHOT__, // embedded by the bundler\n// framework: { renderToString: render }, // preact-render-to-string etc.\n// });\n//\n// export default { fetch: router };\n//\n// The README documents the bundle shape T6 (embedded V8 host) consumes.\n\nexport type {\n CreatePageRouterOptions,\n PageDefinition,\n PageHeading,\n PageModule,\n PageRouter,\n} from \"./router.js\";\nexport type { FrameworkAdapter } from \"./framework.js\";\nexport type { ContentSnapshot, EntrySnapshot } from \"./snapshot.js\";\nexport { ViewTransitions, type ViewTransitionsElement } from \"./view-transitions.js\";\n\n// Client-router public surface (W3D — mirrors @takazudo/zfb-runtime/client-router barrel).\n// See W1B §2 for the full public API spec.\nexport { ClientRouter, type ClientRouterProps } from \"./client-router.js\";\nexport {\n navigate,\n supportsViewTransitions,\n transitionEnabledOnThisPage,\n syncHistoryEntry,\n} from \"./client-router/router.js\";\n\n// Prefetch public surface (#276).\n// `init` from prefetch.ts is re-exported as `prefetchInit` to avoid collision\n// with the router's `init`.\nexport { prefetch, init as prefetchInit } from \"./client-router/prefetch.js\";\nexport type {\n PrefetchStrategy,\n PrefetchInitOptions,\n PrefetchOptions,\n} from \"./client-router/prefetch.js\";\nexport {\n TRANSITION_BEFORE_PREPARATION,\n TRANSITION_AFTER_PREPARATION,\n TRANSITION_BEFORE_SWAP,\n TRANSITION_AFTER_SWAP,\n TRANSITION_PAGE_LOAD,\n TRANSITION_NAVIGATION_ABORTED,\n TransitionBeforePreparationEvent,\n TransitionBeforeSwapEvent,\n isTransitionBeforePreparationEvent,\n isTransitionBeforeSwapEvent,\n} from \"./client-router/events.js\";\nexport { swapFunctions, swap } from \"./client-router/swap-functions.js\";\nexport type {\n Direction,\n Fallback,\n NavigationTypeString,\n Options,\n SyncHistoryEntryOptions,\n} from \"./client-router/types.js\";\n\n// Plugin lifecycle types (#255). The runtime package re-exports the\n// `@takazudo/zfb/plugins` surface so consumers writing plugins from a\n// project that only depends on `@takazudo/zfb-runtime` can still\n// import the canonical types (e.g. `import type { ZfbPlugin } from\n// \"@takazudo/zfb-runtime\"`).\nexport type {\n ZfbPlugin,\n ZfbPluginLogger,\n ZfbBuildHookContext,\n ZfbDevMiddlewareContext,\n ZfbDevMiddlewareHandler,\n ZfbDevMiddlewareRequest,\n ZfbDevMiddlewareResponse,\n ZfbRouteEntry,\n ZfbRouteManifest,\n ZfbSetupContext,\n ZfbVirtualModuleLoader,\n} from \"@takazudo/zfb/plugins\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takazudo/zfb-runtime",
3
- "version": "0.1.0-next.75",
3
+ "version": "0.1.0-next.76",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "JavaScript runtime for zfb static sites — Hono-backed page router, content snapshots, and client-side hydration.",
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "peerDependencies": {
77
77
  "react": "^19.2.3",
78
- "@takazudo/zfb": "0.1.0-next.75"
78
+ "@takazudo/zfb": "0.1.0-next.76"
79
79
  },
80
80
  "peerDependenciesMeta": {
81
81
  "react": {
@@ -89,7 +89,7 @@
89
89
  "react": "^19.2.3",
90
90
  "typescript": "^5.9.0",
91
91
  "vitest": "^2.1.9",
92
- "@takazudo/zfb": "0.1.0-next.75"
92
+ "@takazudo/zfb": "0.1.0-next.76"
93
93
  },
94
94
  "scripts": {
95
95
  "build": "tsc",