@modular-vue/journeys 1.0.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +149 -137
- package/dist/index.d.ts +177 -11
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +115 -63
- package/dist/index.js.map +1 -1
- package/package.json +6 -5
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Suspense as e, computed as t, defineComponent as n, h as r, inject as i, onErrorCaptured as a, onMounted as o, onUnmounted as s, provide as c, ref as l, shallowRef as u, toRaw as d, toValue as f, watch as p, watchEffect as m } from "vue";
|
|
2
|
-
import { ModuleErrorBoundary as h, ModuleExitProvider as g,
|
|
3
|
-
import { JourneyHydrationError as
|
|
4
|
-
import { SemverParseError as
|
|
2
|
+
import { ModuleErrorBoundary as h, ModuleExitProvider as g, provideBinding as _, resolveEntryComponent as v, useModuleExit as y } from "@modular-vue/vue";
|
|
3
|
+
import { JourneyHydrationError as b, JourneyValidationError as x, JourneyValidationError as S, UnknownJourneyError as ee, createJourneyRuntime as te, createJourneyRuntime as ne, createJourneySync as re, createJourneySync as ie, createMemoryJourneySyncPort as ae, createMemoryPersistence as oe, createWebStoragePersistence as se, defaultStepPath as ce, defaultStepPath as le, defineJourney as ue, defineJourneyHandle as de, defineJourneyPersistence as fe, defineTransition as pe, getInternals as me, invoke as he, isAnnotatedTransition as ge, isAnnotatedTransition as C, isTerminalSentinel as w, journeyStepPath as T, resolveJourneySyncAction as E, selectModule as D, selectModuleOrDefault as O, validateJourneyContracts as k, validateJourneyContracts as A, validateJourneyDefinition as j, validateJourneyDefinition as M, validateJourneyGraph as N } from "@modular-frontend/journeys-engine";
|
|
4
|
+
import { SemverParseError as P, compareVersions as F, isDevEnv as I, isJourneySystemAbort as L, satisfies as _e } from "@modular-frontend/core";
|
|
5
5
|
//#region src/provider.ts
|
|
6
6
|
var R = Symbol("modular-vue.journey"), z = n({
|
|
7
7
|
name: "JourneyProvider",
|
|
@@ -29,7 +29,7 @@ function B() {
|
|
|
29
29
|
}
|
|
30
30
|
//#endregion
|
|
31
31
|
//#region src/instance-hooks.ts
|
|
32
|
-
var
|
|
32
|
+
var ve = 64, V = Object.freeze([]);
|
|
33
33
|
function H(e, t) {
|
|
34
34
|
let n = u(null), r = () => {
|
|
35
35
|
let n = f(t);
|
|
@@ -60,7 +60,7 @@ function U(e, t, n) {
|
|
|
60
60
|
let s = /* @__PURE__ */ new Map(), c = !1, l = () => {
|
|
61
61
|
if (c) return;
|
|
62
62
|
let t = /* @__PURE__ */ new Set(), n = [], r = i, u = 0;
|
|
63
|
-
for (; r && u <
|
|
63
|
+
for (; r && u < ve && !t.has(r);) {
|
|
64
64
|
t.add(r), n.push(r), s.has(r) || s.set(r, e.subscribe(r, l));
|
|
65
65
|
let i = e.getInstance(r);
|
|
66
66
|
r = o && i ? i.activeChildId : null, u += 1;
|
|
@@ -81,14 +81,14 @@ function W(e, n, r) {
|
|
|
81
81
|
}
|
|
82
82
|
//#endregion
|
|
83
83
|
//#region src/use-journey-state.ts
|
|
84
|
-
function
|
|
84
|
+
function ye(e) {
|
|
85
85
|
let n = G(e);
|
|
86
86
|
return t(() => n.value ? n.value.state : null);
|
|
87
87
|
}
|
|
88
88
|
function G(e) {
|
|
89
89
|
return H(B()?.runtime ?? null, e);
|
|
90
90
|
}
|
|
91
|
-
function
|
|
91
|
+
function be(e) {
|
|
92
92
|
let n = K(e);
|
|
93
93
|
return t(() => n.value ? n.value.state : null);
|
|
94
94
|
}
|
|
@@ -147,7 +147,7 @@ var q = n({
|
|
|
147
147
|
setup(n) {
|
|
148
148
|
let a = i(R, null), c = d(n.runtime ?? a?.runtime ?? void 0) ?? null;
|
|
149
149
|
if (!c) throw Error("[@modular-vue/journeys] <JourneyOutlet> needs a runtime. Either pass `runtime` or mount a <JourneyProvider>.");
|
|
150
|
-
let u =
|
|
150
|
+
let u = me(c), f = () => d(n.modules ?? u.__moduleMap), m = H(c, () => n.instanceId), h = W(c, () => n.instanceId, () => n.leafOnly), g = H(c, h), _ = t(() => h.value === n.instanceId ? m.value : g.value), y = l(0);
|
|
151
151
|
s(() => {
|
|
152
152
|
let e = n.instanceId;
|
|
153
153
|
queueMicrotask(() => {
|
|
@@ -165,7 +165,7 @@ var q = n({
|
|
|
165
165
|
})));
|
|
166
166
|
}, { immediate: !0 }), o(() => {
|
|
167
167
|
p(() => {
|
|
168
|
-
let e =
|
|
168
|
+
let e = _.value;
|
|
169
169
|
return [
|
|
170
170
|
n.preload,
|
|
171
171
|
e?.status === "active",
|
|
@@ -177,19 +177,19 @@ var q = n({
|
|
|
177
177
|
if (e === !1 || !t || !n || !r || !i) return;
|
|
178
178
|
let s = u.__getRegistered(i);
|
|
179
179
|
if (!s) return;
|
|
180
|
-
let c = e === "aggressive" ? "aggressive" : "precise", l =
|
|
180
|
+
let c = e === "aggressive" ? "aggressive" : "precise", l = xe(s.definition, f(), n, r, c);
|
|
181
181
|
if (l.length === 0) return;
|
|
182
182
|
let d = !1, p = () => {
|
|
183
183
|
if (!d) for (let e of l) try {
|
|
184
|
-
|
|
184
|
+
v(e).preload().catch(() => {});
|
|
185
185
|
} catch {}
|
|
186
|
-
}, m = globalThis.requestIdleCallback, h = globalThis.cancelIdleCallback, g,
|
|
187
|
-
typeof m == "function" ? g = m(p, { timeout: 2e3 }) :
|
|
188
|
-
d = !0, g !== void 0 && typeof h == "function" && h(g),
|
|
186
|
+
}, m = globalThis.requestIdleCallback, h = globalThis.cancelIdleCallback, g, _;
|
|
187
|
+
typeof m == "function" ? g = m(p, { timeout: 2e3 }) : _ = setTimeout(p, 0), o(() => {
|
|
188
|
+
d = !0, g !== void 0 && typeof h == "function" && h(g), _ !== void 0 && clearTimeout(_);
|
|
189
189
|
});
|
|
190
190
|
}, { immediate: !0 });
|
|
191
191
|
}), () => {
|
|
192
|
-
let t =
|
|
192
|
+
let t = _.value;
|
|
193
193
|
if (!t) return null;
|
|
194
194
|
if (t.status === "loading") {
|
|
195
195
|
let e = n.loadingFallback;
|
|
@@ -199,11 +199,11 @@ var q = n({
|
|
|
199
199
|
let i = t.step;
|
|
200
200
|
if (!i) return null;
|
|
201
201
|
let a = f()[i.moduleId], o = a?.entryPoints?.[i.entry];
|
|
202
|
-
if (!a || !o) return r(n.notFoundComponent ??
|
|
202
|
+
if (!a || !o) return r(n.notFoundComponent ?? Ce, {
|
|
203
203
|
moduleId: i.moduleId,
|
|
204
204
|
entry: i.entry
|
|
205
205
|
});
|
|
206
|
-
if (!
|
|
206
|
+
if (!Se(o)) return r(n.errorComponent ?? J, {
|
|
207
207
|
moduleId: i.moduleId,
|
|
208
208
|
error: /* @__PURE__ */ Error(`[@modular-vue/journeys] Entry "${i.moduleId}.${i.entry}" declares mountKinds=${JSON.stringify(o.mountKinds)} which does not include "journey". Journey steps cannot mount composition-only entries — either widen the entry's mountKinds, or pick a different module-entry in the transition.`)
|
|
209
209
|
});
|
|
@@ -220,8 +220,8 @@ var q = n({
|
|
|
220
220
|
return;
|
|
221
221
|
}
|
|
222
222
|
r === "retry" && (y.value += 1);
|
|
223
|
-
}, { Component: g } =
|
|
224
|
-
return r(
|
|
223
|
+
}, { Component: g } = v(o), b = `${s.stepToken}:${y.value}`, x = o.fallback, S = n.loadingFallback;
|
|
224
|
+
return r(we, {
|
|
225
225
|
key: b,
|
|
226
226
|
moduleId: i.moduleId,
|
|
227
227
|
onError: h,
|
|
@@ -241,7 +241,7 @@ var q = n({
|
|
|
241
241
|
};
|
|
242
242
|
}
|
|
243
243
|
});
|
|
244
|
-
function
|
|
244
|
+
function xe(e, t, n, r, i) {
|
|
245
245
|
let a = /* @__PURE__ */ new Set(), o = [], s = e.transitions;
|
|
246
246
|
if (!s) return o;
|
|
247
247
|
let c = (e, i) => {
|
|
@@ -265,10 +265,10 @@ function be(e, t, n, r, i) {
|
|
|
265
265
|
}
|
|
266
266
|
return o;
|
|
267
267
|
}
|
|
268
|
-
function
|
|
268
|
+
function Se(e) {
|
|
269
269
|
return Array.isArray(e.mountKinds) ? e.mountKinds.includes("journey") : !0;
|
|
270
270
|
}
|
|
271
|
-
var
|
|
271
|
+
var Ce = n({
|
|
272
272
|
name: "JourneyOutletNotFound",
|
|
273
273
|
props: {
|
|
274
274
|
moduleId: {
|
|
@@ -320,7 +320,7 @@ var Se = n({
|
|
|
320
320
|
} }, n)]);
|
|
321
321
|
};
|
|
322
322
|
}
|
|
323
|
-
}),
|
|
323
|
+
}), we = n({
|
|
324
324
|
name: "JourneyStepErrorBoundary",
|
|
325
325
|
props: {
|
|
326
326
|
moduleId: {
|
|
@@ -344,12 +344,12 @@ var Se = n({
|
|
|
344
344
|
});
|
|
345
345
|
}
|
|
346
346
|
});
|
|
347
|
-
function
|
|
347
|
+
function Te(e, t) {
|
|
348
348
|
return U(e, t, !0);
|
|
349
349
|
}
|
|
350
350
|
//#endregion
|
|
351
351
|
//#region src/mount-adapter.ts
|
|
352
|
-
function
|
|
352
|
+
function Ee(e) {
|
|
353
353
|
return {
|
|
354
354
|
start(t, n) {
|
|
355
355
|
return e.start(t, n);
|
|
@@ -381,25 +381,25 @@ function Y(e) {
|
|
|
381
381
|
}
|
|
382
382
|
//#endregion
|
|
383
383
|
//#region src/journey-host.ts
|
|
384
|
-
var
|
|
385
|
-
function
|
|
386
|
-
let t =
|
|
387
|
-
return t || (t = /* @__PURE__ */ new Map(),
|
|
384
|
+
var Y = /* @__PURE__ */ new WeakMap();
|
|
385
|
+
function X(e) {
|
|
386
|
+
let t = Y.get(e);
|
|
387
|
+
return t || (t = /* @__PURE__ */ new Map(), Y.set(e, t)), t;
|
|
388
388
|
}
|
|
389
|
-
function
|
|
389
|
+
function Z(e, n, r = {}) {
|
|
390
390
|
let i = B(), a = d(r.runtime ?? i?.runtime ?? void 0) ?? null;
|
|
391
391
|
if (!a) throw Error("[@modular-vue/journeys] useJourneyHost needs a runtime. Either pass `runtime` or mount a <JourneyProvider>.");
|
|
392
392
|
let c = u(null), l = Symbol("journey-host");
|
|
393
393
|
o(() => {
|
|
394
394
|
let t = a.start(e.id, n);
|
|
395
395
|
c.value = t;
|
|
396
|
-
let r =
|
|
396
|
+
let r = X(a), i = r.get(t);
|
|
397
397
|
i || (i = /* @__PURE__ */ new Set(), r.set(t, i)), i.add(l);
|
|
398
398
|
}), s(() => {
|
|
399
399
|
let e = c.value;
|
|
400
400
|
if (!e) return;
|
|
401
401
|
c.value = null;
|
|
402
|
-
let t =
|
|
402
|
+
let t = X(a);
|
|
403
403
|
queueMicrotask(() => {
|
|
404
404
|
let n = t.get(e);
|
|
405
405
|
n && (n.delete(l), !(n.size > 0) && (t.delete(e), a.end(e, { reason: "unmounted" }, { force: !0 }), a.forget(e)));
|
|
@@ -413,10 +413,10 @@ function Q(e, n, r = {}) {
|
|
|
413
413
|
stepIndex: t(() => f.value ? f.value.history.length : 0)
|
|
414
414
|
};
|
|
415
415
|
}
|
|
416
|
-
function
|
|
416
|
+
function De(e) {
|
|
417
417
|
return e.loadingFallback ?? e["loading-fallback"];
|
|
418
418
|
}
|
|
419
|
-
var
|
|
419
|
+
var Oe = n({
|
|
420
420
|
name: "JourneyHost",
|
|
421
421
|
inheritAttrs: !1,
|
|
422
422
|
props: {
|
|
@@ -434,30 +434,34 @@ var Ee = n({
|
|
|
434
434
|
}
|
|
435
435
|
},
|
|
436
436
|
setup(e, { slots: t, attrs: n }) {
|
|
437
|
-
let { instanceId: i, instance: a, runtime: o, stepIndex: s } =
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
if (!e || !c) {
|
|
441
|
-
let e = Te(n);
|
|
442
|
-
return e ? typeof e == "function" ? e() : e : null;
|
|
443
|
-
}
|
|
444
|
-
let l = r(q, {
|
|
437
|
+
let { instanceId: i, instance: a, runtime: o, stepIndex: s } = Z(e.handle, e.input, { runtime: e.runtime }), c = () => {
|
|
438
|
+
let e = i.value;
|
|
439
|
+
return e ? r(q, {
|
|
445
440
|
...n,
|
|
446
441
|
runtime: o,
|
|
447
442
|
instanceId: e
|
|
448
|
-
})
|
|
443
|
+
}) : null;
|
|
444
|
+
}, l = () => c();
|
|
445
|
+
return () => {
|
|
446
|
+
let e = i.value, r = a.value;
|
|
447
|
+
if (!e || !r) {
|
|
448
|
+
let e = De(n);
|
|
449
|
+
return e ? typeof e == "function" ? e() : e : null;
|
|
450
|
+
}
|
|
451
|
+
let u = t.default;
|
|
449
452
|
return u ? u({
|
|
450
453
|
instanceId: e,
|
|
451
|
-
instance:
|
|
454
|
+
instance: r,
|
|
455
|
+
runtime: o,
|
|
452
456
|
stepIndex: s.value,
|
|
453
457
|
outlet: l
|
|
454
|
-
}) :
|
|
458
|
+
}) : c();
|
|
455
459
|
};
|
|
456
460
|
}
|
|
457
461
|
});
|
|
458
462
|
//#endregion
|
|
459
463
|
//#region src/use-journey-sync.ts
|
|
460
|
-
function
|
|
464
|
+
function ke(e, t, n = {}) {
|
|
461
465
|
let r = B(), i = d(f(n).runtime ?? r?.runtime ?? void 0) ?? null, a = {
|
|
462
466
|
port: f(t),
|
|
463
467
|
options: f(n)
|
|
@@ -476,7 +480,7 @@ function De(e, t, n = {}) {
|
|
|
476
480
|
};
|
|
477
481
|
p(() => f(e), (e, t, n) => {
|
|
478
482
|
if (!i || !e) return;
|
|
479
|
-
let r = a.options.stepToPath ??
|
|
483
|
+
let r = a.options.stepToPath ?? le, s = ie(i, e, o, {
|
|
480
484
|
stepToPath: r,
|
|
481
485
|
onUnresolved: (e) => a.options.onUnresolved?.(e),
|
|
482
486
|
onBlocked: (e) => a.options.onBlocked?.(e)
|
|
@@ -486,20 +490,20 @@ function De(e, t, n = {}) {
|
|
|
486
490
|
}
|
|
487
491
|
//#endregion
|
|
488
492
|
//#region src/module-tab.ts
|
|
489
|
-
function
|
|
493
|
+
function Ae(e, t) {
|
|
490
494
|
let n = e.entryPoints, r = n ? Object.keys(n) : [], i = t, a = null;
|
|
491
495
|
return t === void 0 ? r.length === 1 ? i = r[0] : r.length > 1 && (a = `Module "${e.id}" exposes multiple entries (${r.join(", ")}); pass the \`entry\` prop to disambiguate.`) : n && !Object.prototype.hasOwnProperty.call(n, t) ? a = `Module "${e.id}" has no entry "${t}". Registered: ${r.join(", ") || "(none)"}.` : n || (i = void 0, a = `Module "${e.id}" has no entry points; \`entry="${t}"\` cannot be resolved.`), {
|
|
492
496
|
resolvedName: i,
|
|
493
497
|
missingEntryNotice: a
|
|
494
498
|
};
|
|
495
499
|
}
|
|
496
|
-
function
|
|
500
|
+
function Q(e) {
|
|
497
501
|
return r("div", { style: {
|
|
498
502
|
padding: "1rem",
|
|
499
503
|
color: "#c53030"
|
|
500
504
|
} }, e);
|
|
501
505
|
}
|
|
502
|
-
var
|
|
506
|
+
var $ = n({
|
|
503
507
|
name: "ModuleTab",
|
|
504
508
|
inheritAttrs: !1,
|
|
505
509
|
props: {
|
|
@@ -521,18 +525,18 @@ var ke = n({
|
|
|
521
525
|
}
|
|
522
526
|
},
|
|
523
527
|
setup(n, { attrs: i }) {
|
|
524
|
-
let a = () => d(n.module), o = t(() =>
|
|
528
|
+
let a = () => d(n.module), o = t(() => Ae(a(), n.entry)), s = y(() => n.module.id, () => o.value.resolvedName ?? "", {
|
|
525
529
|
tabId: () => n.tabId,
|
|
526
530
|
localOnExit: () => n.onExit
|
|
527
531
|
});
|
|
528
532
|
return () => {
|
|
529
533
|
let t = a(), { resolvedName: c, missingEntryNotice: l } = o.value, u = c ? t.entryPoints?.[c] : void 0, d;
|
|
530
|
-
if (l) d =
|
|
534
|
+
if (l) d = Q(l);
|
|
531
535
|
else if (u) {
|
|
532
536
|
let n = "input" in i, a = i.input;
|
|
533
|
-
if (a === void 0 && !n) d =
|
|
537
|
+
if (a === void 0 && !n) d = Q(`Module "${t.id}" entry "${c ?? ""}" was rendered without an \`input\` prop. Pass \`input={undefined}\` explicitly if the entry accepts no input.`);
|
|
534
538
|
else {
|
|
535
|
-
let { Component: t } =
|
|
539
|
+
let { Component: t } = v(u), n = u.fallback;
|
|
536
540
|
d = r(e, null, {
|
|
537
541
|
default: () => r(t, {
|
|
538
542
|
input: a,
|
|
@@ -547,14 +551,14 @@ var ke = n({
|
|
|
547
551
|
input: a,
|
|
548
552
|
tabId: n.tabId
|
|
549
553
|
});
|
|
550
|
-
} else d =
|
|
554
|
+
} else d = Q(`Module "${t.id}" has no entry points and no component.`);
|
|
551
555
|
return r(h, { moduleId: t.id }, () => d);
|
|
552
556
|
};
|
|
553
557
|
}
|
|
554
558
|
});
|
|
555
559
|
//#endregion
|
|
556
560
|
//#region src/use-wait-for-exit.ts
|
|
557
|
-
function
|
|
561
|
+
function je(e, t) {
|
|
558
562
|
let n = {
|
|
559
563
|
exit: void 0,
|
|
560
564
|
subscribe: void 0,
|
|
@@ -570,7 +574,7 @@ function Ae(e, t) {
|
|
|
570
574
|
try {
|
|
571
575
|
e();
|
|
572
576
|
} catch (e) {
|
|
573
|
-
|
|
577
|
+
I() && console.warn("[useWaitForExit] channel teardown threw:", e);
|
|
574
578
|
}
|
|
575
579
|
}, p = () => {
|
|
576
580
|
let e = u.splice(0);
|
|
@@ -620,15 +624,57 @@ function Ae(e, t) {
|
|
|
620
624
|
}, { immediate: !0 });
|
|
621
625
|
}
|
|
622
626
|
//#endregion
|
|
627
|
+
//#region src/provide-journey-runtime.ts
|
|
628
|
+
function Me(e, t, n) {
|
|
629
|
+
let r = {
|
|
630
|
+
runtime: t,
|
|
631
|
+
onModuleExit: n?.onModuleExit
|
|
632
|
+
};
|
|
633
|
+
e.provide(R, r);
|
|
634
|
+
}
|
|
635
|
+
//#endregion
|
|
636
|
+
//#region src/pinia-persistence.ts
|
|
637
|
+
function Ne(e) {
|
|
638
|
+
let { keyFor: t } = e, n = e.stateKey ?? "journeys", r = e.clone !== !1, i = (e) => r ? JSON.parse(JSON.stringify(e)) : e, a = () => (typeof e.store == "function" ? e.store() : e.store) ?? null, o = (e) => {
|
|
639
|
+
let t = e.$state[n];
|
|
640
|
+
return t && typeof t == "object" ? t : void 0;
|
|
641
|
+
};
|
|
642
|
+
return {
|
|
643
|
+
keyFor: t,
|
|
644
|
+
load: (e) => {
|
|
645
|
+
let t = a();
|
|
646
|
+
if (!t) return null;
|
|
647
|
+
let n = o(t)?.[e];
|
|
648
|
+
return n ? i(n) : null;
|
|
649
|
+
},
|
|
650
|
+
save: (e, t) => {
|
|
651
|
+
let r = a();
|
|
652
|
+
if (!r) return;
|
|
653
|
+
let o = i(t);
|
|
654
|
+
r.$patch((t) => {
|
|
655
|
+
let r = t[n], i = r && typeof r == "object" ? r : t[n] = {};
|
|
656
|
+
i[e] = o;
|
|
657
|
+
});
|
|
658
|
+
},
|
|
659
|
+
remove: (e) => {
|
|
660
|
+
let t = a();
|
|
661
|
+
t && t.$patch((t) => {
|
|
662
|
+
let r = t[n];
|
|
663
|
+
r && delete r[e];
|
|
664
|
+
});
|
|
665
|
+
}
|
|
666
|
+
};
|
|
667
|
+
}
|
|
668
|
+
//#endregion
|
|
623
669
|
//#region src/plugin.ts
|
|
624
|
-
function
|
|
670
|
+
function Pe(e = {}) {
|
|
625
671
|
let t = [];
|
|
626
672
|
return {
|
|
627
673
|
name: "journeys",
|
|
628
674
|
extend() {
|
|
629
675
|
return { registerJourney(e, n) {
|
|
630
|
-
let r = e, i =
|
|
631
|
-
if (i.length > 0) throw new
|
|
676
|
+
let r = e, i = M(r);
|
|
677
|
+
if (i.length > 0) throw new S(i);
|
|
632
678
|
t.push({
|
|
633
679
|
definition: r,
|
|
634
680
|
options: n
|
|
@@ -636,10 +682,10 @@ function je(e = {}) {
|
|
|
636
682
|
} };
|
|
637
683
|
},
|
|
638
684
|
validate({ modules: e }) {
|
|
639
|
-
t.length > 0 &&
|
|
685
|
+
t.length > 0 && A(t, e);
|
|
640
686
|
},
|
|
641
687
|
onResolve({ moduleDescriptors: n, debug: r }) {
|
|
642
|
-
return
|
|
688
|
+
return ne(t, {
|
|
643
689
|
modules: n,
|
|
644
690
|
debug: e.debug ?? r
|
|
645
691
|
});
|
|
@@ -681,10 +727,16 @@ function je(e = {}) {
|
|
|
681
727
|
}, () => n.default?.());
|
|
682
728
|
}
|
|
683
729
|
})];
|
|
730
|
+
},
|
|
731
|
+
appProvides({ runtime: t }) {
|
|
732
|
+
return [_(R, {
|
|
733
|
+
runtime: t,
|
|
734
|
+
onModuleExit: e.onModuleExit
|
|
735
|
+
})];
|
|
684
736
|
}
|
|
685
737
|
};
|
|
686
738
|
}
|
|
687
739
|
//#endregion
|
|
688
|
-
export {
|
|
740
|
+
export { Oe as JourneyHost, b as JourneyHydrationError, q as JourneyOutlet, z as JourneyProvider, x as JourneyValidationError, $ as ModuleTab, P as SemverParseError, ee as UnknownJourneyError, F as compareVersions, Ee as createJourneyMountAdapter, te as createJourneyRuntime, re as createJourneySync, ae as createMemoryJourneySyncPort, oe as createMemoryPersistence, Ne as createPiniaJourneyPersistence, se as createWebStoragePersistence, ce as defaultStepPath, ue as defineJourney, de as defineJourneyHandle, fe as defineJourneyPersistence, pe as defineTransition, he as invoke, ge as isAnnotatedTransition, L as isJourneySystemAbort, w as isTerminalSentinel, R as journeyKey, T as journeyStepPath, Pe as journeysPlugin, Me as provideJourneyRuntime, E as resolveJourneySyncAction, _e as satisfies, D as selectModule, O as selectModuleOrDefault, K as useActiveLeafJourneyInstance, be as useActiveLeafJourneyState, U as useCallChain, H as useInstanceSnapshot, Te as useJourneyCallStack, B as useJourneyContext, Z as useJourneyHost, G as useJourneyInstance, ye as useJourneyState, ke as useJourneySync, W as useLeafId, je as useWaitForExit, k as validateJourneyContracts, j as validateJourneyDefinition, N as validateJourneyGraph };
|
|
689
741
|
|
|
690
742
|
//# sourceMappingURL=index.js.map
|