@hortiview/modulebase 1.0.3 → 1.1.0-alpha.8ea7f643.1

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,30 +1,21 @@
1
- import { jsx as r } from "react/jsx-runtime";
2
- import { useEffect as s } from "react";
3
- import { c as u, R as c, O as l, u as m } from "../chunk-EVOBXE3Y-BoyVF_Ri.js";
4
- import { SignalRProvider as d } from "../provider/SignalR/SignalRProvider.js";
5
- import { useBasePropsStore as f } from "../stores/BasePropsStore.js";
6
- import { M as p, a as v } from "../ModuleCore-D9qFDsO7.js";
7
- const g = () => {
8
- const e = f((o) => o.currentNavigationPath), t = m();
9
- s(() => {
10
- e && t(e, { replace: !0 });
11
- }, [e, t]);
12
- }, h = () => (g(), /* @__PURE__ */ r(l, {})), x = ({
13
- props: e,
14
- routes: t,
15
- env: o = void 0,
16
- useSignalR: a = !1,
17
- queryClient: i = v
18
- }) => {
19
- const n = u([
20
- {
21
- path: e.basePath,
22
- children: t,
23
- element: /* @__PURE__ */ r(h, {})
24
- }
25
- ]);
26
- return /* @__PURE__ */ r(p, { props: e, env: o, queryClient: i, children: /* @__PURE__ */ r(d, { enabled: a, children: /* @__PURE__ */ r(c, { router: n }) }) });
27
- };
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import { useEffect as h } from "react";
3
+ import { R as p, a as i, O as c, u as m } from "../chunk-LFPYN7LY-DmQ3La_a.js";
4
+ import { SignalRProvider as u } from "../provider/SignalR/SignalRProvider.js";
5
+ import { useBasePropsStore as o } from "../stores/BasePropsStore.js";
6
+ import { M as d, a as f } from "../ModuleCore-DuJVrj6v.js";
7
+ const s = (t) => t.map((e) => e.children ? /* @__PURE__ */ a(i, { path: e.path, element: e.element, children: s(e.children) }, e.path) : /* @__PURE__ */ a(i, { path: e.path, element: e.element }, e.path)), v = () => {
8
+ const t = o((r) => r.currentNavigationPath), e = o((r) => r.basePath), n = m();
9
+ h(() => {
10
+ t && e && t.startsWith(e) && n(t, { replace: !0 });
11
+ }, [t, e, n]);
12
+ }, g = () => (v(), /* @__PURE__ */ a(c, {})), B = ({
13
+ props: t,
14
+ routes: e,
15
+ env: n = void 0,
16
+ useSignalR: r = !1,
17
+ queryClient: l = f
18
+ }) => /* @__PURE__ */ a(d, { props: t, env: n, queryClient: l, children: /* @__PURE__ */ a(u, { enabled: r, children: /* @__PURE__ */ a(p, { children: /* @__PURE__ */ a(i, { path: t.basePath, element: /* @__PURE__ */ a(g, {}), children: s(e) }) }) }) });
28
19
  export {
29
- x as ModuleBase
20
+ B as ModuleBase
30
21
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { M as l, a as u } from "../ModuleCore-D9qFDsO7.js";
2
+ import { M as l, a as u } from "../ModuleCore-DuJVrj6v.js";
3
3
  import "react";
4
4
  import "../stores/BasePropsStore.js";
5
5
  import "../stores/EnvironmentStore.js";
@@ -1,19 +1,21 @@
1
- import { u as f } from "../useQuery-Cepqe-Ee.js";
2
- import { fetchFromCustomApi as i } from "../utils/fetches.js";
3
- import { universalSelector as n } from "../utils/helper.js";
4
- const y = ({
1
+ import { u as i } from "../useQuery-DEU_AUtf.js";
2
+ import { fetchFromCustomApi as n } from "../utils/fetches.js";
3
+ import { universalSelector as p } from "../utils/helper.js";
4
+ const C = ({
5
5
  endpoint: o,
6
6
  queryKey: t,
7
7
  token: u,
8
8
  selector: r,
9
9
  enabled: m = !0,
10
- noAuth: s = !1
11
- }) => f({
10
+ noAuth: s = !1,
11
+ ...f
12
+ }) => i({
12
13
  queryKey: t,
13
- queryFn: () => i(o, u, s),
14
- select: (e) => r ? r(e) : n(e),
15
- enabled: m
14
+ queryFn: () => n(o, u, s),
15
+ select: (e) => r ? r(e) : p(e),
16
+ enabled: m,
17
+ ...f
16
18
  });
17
19
  export {
18
- y as useCustom
20
+ C as useCustom
19
21
  };
@@ -1,23 +1,25 @@
1
- import { u as n } from "../useMutation-a0q2LJY6.js";
1
+ import { u as s } from "../useMutation-Aoachkw_.js";
2
2
  import "react/jsx-runtime";
3
3
  import "react";
4
4
  import "../provider/SignalR/SignalRProvider.js";
5
5
  import "../stores/BasePropsStore.js";
6
- import "../ModuleCore-D9qFDsO7.js";
7
- import { mutateOnCustomApi as s } from "../utils/fetches.js";
6
+ import "../ModuleCore-DuJVrj6v.js";
7
+ import { mutateOnCustomApi as a } from "../utils/fetches.js";
8
8
  import "../types/Entities.js";
9
9
  import "../api-COabZnyn.js";
10
- import "../omit-DYPaIq41.js";
10
+ import "../omit-Do6MFRwA.js";
11
11
  import "../stores/EnvironmentStore.js";
12
- const d = ({
12
+ const g = ({
13
13
  endpoint: t,
14
14
  method: o,
15
15
  token: m,
16
16
  headers: r,
17
- noAuth: i
18
- }) => n({
19
- mutationFn: ({ input: p, replaceEndpointWith: u }) => s(u ?? t, p, o, m, r, i)
17
+ noAuth: i,
18
+ ...p
19
+ }) => s({
20
+ mutationFn: ({ input: u, replaceEndpointWith: n }) => a(n ?? t, u, o, m, r, i),
21
+ ...p
20
22
  });
21
23
  export {
22
- d as useCustomMutation
24
+ g as useCustomMutation
23
25
  };
@@ -1,4 +1,4 @@
1
- import { u as p } from "../useQuery-Cepqe-Ee.js";
1
+ import { u as p } from "../useQuery-DEU_AUtf.js";
2
2
  import { useMemo as g, useCallback as Q } from "react";
3
3
  import { useBasePropsStore as m } from "../stores/BasePropsStore.js";
4
4
  import { AllEntitiesTypeResultMap as v } from "../types/Entities.js";
@@ -1,4 +1,4 @@
1
- import { u as y } from "../QueryClientProvider-Bak-4BVu.js";
1
+ import { u as y } from "../QueryClientProvider-DyiNrPkn.js";
2
2
  import { useBasePropsStore as i } from "../stores/BasePropsStore.js";
3
3
  import { fetchFromCustomApi as f, getFarmOrgEntities as m, getModuleDependedEntities as d } from "../utils/fetches.js";
4
4
  import { getModuleQueryKey as o } from "../utils/helper.js";
@@ -1,4 +1,4 @@
1
- import { u as m } from "../useQuery-Cepqe-Ee.js";
1
+ import { u as m } from "../useQuery-DEU_AUtf.js";
2
2
  import { g as c } from "../api-COabZnyn.js";
3
3
  import { useBasePropsStore as n } from "../stores/BasePropsStore.js";
4
4
  import { fetchFromCommonApi as i, fetchFromModuleApi as p } from "../utils/fetches.js";
@@ -1,4 +1,4 @@
1
- import { u as n } from "../useMutation-a0q2LJY6.js";
1
+ import { u as n } from "../useMutation-Aoachkw_.js";
2
2
  import { useBasePropsStore as r } from "../stores/BasePropsStore.js";
3
3
  const a = ({
4
4
  authenticationKey: i,
@@ -1,4 +1,4 @@
1
- import { o as r } from "../omit-DYPaIq41.js";
1
+ import { o as r } from "../omit-Do6MFRwA.js";
2
2
  import { useBasePropsStore as e } from "../stores/BasePropsStore.js";
3
3
  import { useEnvironmentStore as t } from "../stores/EnvironmentStore.js";
4
4
  const i = () => {
@@ -1,10 +1,9 @@
1
- type UseCustomParams<T> = {
1
+ import { useQuery } from '@tanstack/react-query';
2
+ type UseCustomParams<T> = Omit<Parameters<typeof useQuery>[0], 'queryFn' | 'select'> & {
2
3
  endpoint: string;
3
- queryKey: (string | undefined)[];
4
4
  token?: string;
5
5
  selector?: (data: unknown) => T;
6
- enabled?: boolean;
7
6
  noAuth?: boolean;
8
7
  };
9
- export declare const useCustom: <T>({ endpoint, queryKey, token, selector, enabled, noAuth, }: UseCustomParams<T>) => import('@tanstack/react-query').UseQueryResult<import('@tanstack/query-core').NoInfer<T>, Error>;
8
+ export declare const useCustom: <T>({ endpoint, queryKey, token, selector, enabled, noAuth, ...rest }: UseCustomParams<T>) => import('@tanstack/react-query').UseQueryResult<import('@tanstack/query-core').NoInfer<T>, unknown>;
10
9
  export {};
@@ -1,6 +1,6 @@
1
- import { UseMutationResult } from '@tanstack/react-query';
1
+ import { UseMutationResult, useMutation } from '@tanstack/react-query';
2
2
  import { BaseResponse, httpMethod } from '../types/Requests';
3
- export type UseCustomMutationParams = {
3
+ export type UseCustomMutationParams = Omit<Parameters<typeof useMutation>[0], 'mutationFn'> & {
4
4
  endpoint: string;
5
5
  method: Omit<httpMethod, 'GET'>;
6
6
  token?: string;
@@ -11,4 +11,4 @@ export type CustomMutationInput<Input> = {
11
11
  input: Input;
12
12
  replaceEndpointWith?: string;
13
13
  };
14
- export declare const useCustomMutation: <Input, Output>({ endpoint, method, token, headers, noAuth, }: UseCustomMutationParams) => UseMutationResult<BaseResponse<Output>, Error, CustomMutationInput<Input>, unknown>;
14
+ export declare const useCustomMutation: <Input, Output>({ endpoint, method, token, headers, noAuth, ...rest }: UseCustomMutationParams) => UseMutationResult<BaseResponse<Output>, Error, CustomMutationInput<Input>, unknown>;
@@ -2,6 +2,6 @@
2
2
  *
3
3
  * @returns A function to navigate to a specific path
4
4
  */
5
- declare const useNavigate: () => (path: string) => void;
5
+ declare const useNavigate: () => (path: string) => void | undefined;
6
6
  export * from 'react-router';
7
7
  export { useNavigate };
package/dist/main.js CHANGED
@@ -1,25 +1,25 @@
1
1
  import { ModuleBase as _ } from "./components/ModuleBase.js";
2
- import { M as v, Q as U } from "./ModuleCore-D9qFDsO7.js";
3
- import { ActionState as C } from "./enum/ActionStorage.js";
4
- import { useBreadcrumbTranslation as M } from "./hooks/useBreadcrumbTranslation.js";
5
- import { useOffline as H } from "./hooks/useOffline.js";
6
- import { useSignalRMessages as w } from "./hooks/useSignalRMessages.js";
7
- import { ServerRouter as D, UNSAFE_RSCDefaultRootErrorBoundary as L, UNSAFE_ServerMode as I, UNSAFE_deserializeErrors as Q, UNSAFE_getHydrationData as T, createCookie as V, createCookieSessionStorage as W, createMemorySessionStorage as K, createRequestHandler as q, createRoutesStub as z, createSession as G, createSessionStorage as j, href as J, isCookie as X, isSession as Y, unstable_RSCStaticRouter as Z, unstable_routeRSCServerRequest as $, unstable_setDevServerHooks as ee, useNavigate as ae } from "./module-router.js";
8
- import { useBaseProps as se, useConfig as re } from "./hooks/useStores.js";
9
- import { useCustom as ie } from "./hooks/useCustom.js";
10
- import { useCustomMutation as ne } from "./hooks/useCustomMutation.js";
11
- import { useEntity as he } from "./hooks/useEntity.js";
12
- import { useOption as Re } from "./hooks/useOption.js";
13
- import { useNotification as Ee, useServiceBus as le } from "./hooks/useServiceBus.js";
14
- import { mutateOnCustomApi as Fe } from "./utils/fetches.js";
15
- import { arePropsValid as Ne, checkConfig as pe, checkIfPropExists as Pe, checkVersion as ge, getEnvironmentVariables as Ae, getModuleQueryKey as _e, universalSelector as xe } from "./utils/helper.js";
16
- import { A as Ue, B as ye, F as Ce, H as be, I as Me, a as ke, b as He, L as Oe, d as we, M as Be, e as De, N as Le, f as Ie, g as Qe, O as Te, P as Ve, h as We, i as Ke, j as qe, R as ze, k as Ge, S as je, l as Je, m as Xe, n as Ye, o as Ze, D as $e, p as ea, E as aa, q as ta, r as sa, s as ra, t as oa, v as ia, w as ua, x as na, V as ca, W as ha, y as Sa, z as Ra, C as fa, G as Ea, J as la, K as ma, Q as Fa, T as da, U as Na, X as pa, Y as Pa, Z as ga, _ as Aa, $ as _a, a0 as xa, a1 as va, a2 as Ua, a3 as ya, a4 as Ca, a5 as ba, c as Ma, a6 as ka, a7 as Ha, a8 as Oa, a9 as wa, aa as Ba, ab as Da, ac as La, ad as Ia, ae as Qa, af as Ta, ag as Va, ah as Wa, ai as Ka, aj as qa, ak as za, al as Ga, am as ja, an as Ja, ao as Xa, ap as Ya, aq as Za, ar as $a, as as et, at, au as tt, av as st, aw as rt, ax as ot, ay as it, az as ut, aA as nt, aB as ct, aC as ht, aD as St, aE as Rt, aF as ft, aG as Et, aH as lt, aI as mt, aJ as Ft, aK as dt, aL as Nt, aM as pt, aN as Pt, aO as gt, aP as At, aQ as _t, aR as xt, aS as vt, aT as Ut, aU as yt } from "./chunk-EVOBXE3Y-BoyVF_Ri.js";
17
- import { Q as f, a as E } from "./useQuery-Cepqe-Ee.js";
18
- import { u as bt } from "./useQuery-Cepqe-Ee.js";
19
- import { h as l, a as m } from "./IsRestoringProvider-BfrdLTDw.js";
20
- import { u as kt } from "./useMutation-a0q2LJY6.js";
21
- import { u as Ot } from "./QueryClientProvider-Bak-4BVu.js";
22
- var F = class extends f {
2
+ import { i as S, h as f, b as l } from "./ModuleCore-DuJVrj6v.js";
3
+ import { M as U, Q as C } from "./ModuleCore-DuJVrj6v.js";
4
+ import { ActionState as b } from "./enum/ActionStorage.js";
5
+ import { useBreadcrumbTranslation as k } from "./hooks/useBreadcrumbTranslation.js";
6
+ import { useOffline as O } from "./hooks/useOffline.js";
7
+ import { useSignalRMessages as B } from "./hooks/useSignalRMessages.js";
8
+ import { ServerRouter as L, UNSAFE_RSCDefaultRootErrorBoundary as Q, UNSAFE_ServerMode as I, UNSAFE_deserializeErrors as T, UNSAFE_getHydrationData as V, createCookie as W, createCookieSessionStorage as K, createMemorySessionStorage as q, createRequestHandler as z, createRoutesStub as G, createSession as j, createSessionStorage as J, href as X, isCookie as Y, isSession as Z, unstable_RSCStaticRouter as $, unstable_routeRSCServerRequest as ee, unstable_setDevServerHooks as ae, useNavigate as te } from "./module-router.js";
9
+ import { useBaseProps as re, useConfig as oe } from "./hooks/useStores.js";
10
+ import { useCustom as ue } from "./hooks/useCustom.js";
11
+ import { useCustomMutation as ce } from "./hooks/useCustomMutation.js";
12
+ import { useEntity as Se } from "./hooks/useEntity.js";
13
+ import { useOption as Ee } from "./hooks/useOption.js";
14
+ import { useNotification as le, useServiceBus as me } from "./hooks/useServiceBus.js";
15
+ import { mutateOnCustomApi as de } from "./utils/fetches.js";
16
+ import { arePropsValid as pe, checkConfig as Pe, checkIfPropExists as ge, checkVersion as Ae, getEnvironmentVariables as xe, getModuleQueryKey as _e, universalSelector as ve } from "./utils/helper.js";
17
+ import { A as Ce, B as ye, F as be, H as Me, I as ke, b as He, c as Oe, L as we, d as Be, M as De, e as Le, N as Qe, f as Ie, g as Te, O as Ve, P as We, a as Ke, h as qe, i as ze, j as Ge, R as je, S as Je, k as Xe, l as Ye, m as Ze, n as $e, D as ea, o as aa, E as ta, p as sa, q as ra, r as oa, s as ia, t as ua, v as na, w as ca, V as ha, W as Sa, x as Ra, y as Ea, z as fa, C as la, G as ma, J as Fa, K as da, Q as Na, T as pa, U as Pa, X as ga, Y as Aa, Z as xa, _ as _a, $ as va, a0 as Ua, a1 as Ca, a2 as ya, a3 as ba, a4 as Ma, a5 as ka, a6 as Ha, a7 as Oa, a8 as wa, a9 as Ba, aa as Da, ab as La, ac as Qa, ad as Ia, ae as Ta, af as Va, ag as Wa, ah as Ka, ai as qa, aj as za, ak as Ga, al as ja, am as Ja, an as Xa, ao as Ya, ap as Za, aq as $a, ar as et, as as at, at as tt, au as st, av as rt, aw as ot, ax as it, ay as ut, az as nt, aA as ct, aB as ht, aC as St, aD as Rt, aE as Et, aF as ft, aG as lt, aH as mt, aI as Ft, aJ as dt, aK as Nt, aL as pt, aM as Pt, aN as gt, aO as At, aP as xt, aQ as _t, aR as vt, aS as Ut, aT as Ct, aU as yt } from "./chunk-LFPYN7LY-DmQ3La_a.js";
18
+ import { Q as m, a as F } from "./useQuery-DEU_AUtf.js";
19
+ import { u as Mt } from "./useQuery-DEU_AUtf.js";
20
+ import { u as Ht } from "./useMutation-Aoachkw_.js";
21
+ import { u as wt } from "./QueryClientProvider-DyiNrPkn.js";
22
+ var d = class extends m {
23
23
  constructor(e, a) {
24
24
  super(e, a);
25
25
  }
@@ -27,10 +27,13 @@ var F = class extends f {
27
27
  super.bindMethods(), this.fetchNextPage = this.fetchNextPage.bind(this), this.fetchPreviousPage = this.fetchPreviousPage.bind(this);
28
28
  }
29
29
  setOptions(e) {
30
- e._type = "infinite", super.setOptions(e);
30
+ super.setOptions({
31
+ ...e,
32
+ behavior: S()
33
+ });
31
34
  }
32
35
  getOptimisticResult(e) {
33
- return e._type = "infinite", super.getOptimisticResult(e);
36
+ return e.behavior = S(), super.getOptimisticResult(e);
34
37
  }
35
38
  fetchNextPage(e) {
36
39
  return this.fetch({
@@ -49,184 +52,184 @@ var F = class extends f {
49
52
  });
50
53
  }
51
54
  createResult(e, a) {
52
- const { state: s } = e, r = super.createResult(e, a), { isFetching: o, isRefetching: S, isError: i, isRefetchError: R } = r, t = s.fetchMeta?.fetchMore?.direction, u = i && t === "forward", n = o && t === "forward", c = i && t === "backward", h = o && t === "backward";
55
+ const { state: s } = e, r = super.createResult(e, a), { isFetching: o, isRefetching: R, isError: i, isRefetchError: E } = r, t = s.fetchMeta?.fetchMore?.direction, u = i && t === "forward", n = o && t === "forward", c = i && t === "backward", h = o && t === "backward";
53
56
  return {
54
57
  ...r,
55
58
  fetchNextPage: this.fetchNextPage,
56
59
  fetchPreviousPage: this.fetchPreviousPage,
57
- hasNextPage: m(a, s.data),
58
- hasPreviousPage: l(a, s.data),
60
+ hasNextPage: l(a, s.data),
61
+ hasPreviousPage: f(a, s.data),
59
62
  isFetchNextPageError: u,
60
63
  isFetchingNextPage: n,
61
64
  isFetchPreviousPageError: c,
62
65
  isFetchingPreviousPage: h,
63
- isRefetchError: R && !u && !c,
64
- isRefetching: S && !n && !h
66
+ isRefetchError: E && !u && !c,
67
+ isRefetching: R && !n && !h
65
68
  };
66
69
  }
67
70
  };
68
- function P(e, a) {
69
- return E(
71
+ function g(e, a) {
72
+ return F(
70
73
  e,
71
- F,
74
+ d,
72
75
  a
73
76
  );
74
77
  }
75
78
  export {
76
- C as ActionState,
77
- Ue as Await,
79
+ b as ActionState,
80
+ Ce as Await,
78
81
  ye as BrowserRouter,
79
- Ce as Form,
80
- be as HashRouter,
81
- Me as IDLE_BLOCKER,
82
- ke as IDLE_FETCHER,
83
- He as IDLE_NAVIGATION,
84
- Oe as Link,
85
- we as Links,
86
- Be as MemoryRouter,
87
- De as Meta,
82
+ be as Form,
83
+ Me as HashRouter,
84
+ ke as IDLE_BLOCKER,
85
+ He as IDLE_FETCHER,
86
+ Oe as IDLE_NAVIGATION,
87
+ we as Link,
88
+ Be as Links,
89
+ De as MemoryRouter,
90
+ Le as Meta,
88
91
  _ as ModuleBase,
89
- v as ModuleCore,
90
- Le as NavLink,
92
+ U as ModuleCore,
93
+ Qe as NavLink,
91
94
  Ie as Navigate,
92
- Qe as NavigationType,
93
- Te as Outlet,
94
- Ve as PrefetchPageLinks,
95
- U as QueryClient,
96
- We as Route,
97
- Ke as Router,
98
- qe as RouterContextProvider,
99
- ze as RouterProvider,
100
- Ge as Routes,
101
- je as Scripts,
102
- Je as ScrollRestoration,
103
- D as ServerRouter,
104
- Xe as StaticRouter,
105
- Ye as StaticRouterProvider,
106
- Ze as UNSAFE_AwaitContextProvider,
107
- $e as UNSAFE_DataRouterContext,
108
- ea as UNSAFE_DataRouterStateContext,
109
- aa as UNSAFE_ErrorResponseImpl,
110
- ta as UNSAFE_FetchersContext,
111
- sa as UNSAFE_FrameworkContext,
112
- ra as UNSAFE_LocationContext,
113
- oa as UNSAFE_NavigationContext,
114
- L as UNSAFE_RSCDefaultRootErrorBoundary,
115
- ia as UNSAFE_RemixErrorBoundary,
116
- ua as UNSAFE_RouteContext,
95
+ Te as NavigationType,
96
+ Ve as Outlet,
97
+ We as PrefetchPageLinks,
98
+ C as QueryClient,
99
+ Ke as Route,
100
+ qe as Router,
101
+ ze as RouterContextProvider,
102
+ Ge as RouterProvider,
103
+ je as Routes,
104
+ Je as Scripts,
105
+ Xe as ScrollRestoration,
106
+ L as ServerRouter,
107
+ Ye as StaticRouter,
108
+ Ze as StaticRouterProvider,
109
+ $e as UNSAFE_AwaitContextProvider,
110
+ ea as UNSAFE_DataRouterContext,
111
+ aa as UNSAFE_DataRouterStateContext,
112
+ ta as UNSAFE_ErrorResponseImpl,
113
+ sa as UNSAFE_FetchersContext,
114
+ ra as UNSAFE_FrameworkContext,
115
+ oa as UNSAFE_LocationContext,
116
+ ia as UNSAFE_NavigationContext,
117
+ Q as UNSAFE_RSCDefaultRootErrorBoundary,
118
+ ua as UNSAFE_RemixErrorBoundary,
119
+ na as UNSAFE_RouteContext,
117
120
  I as UNSAFE_ServerMode,
118
- na as UNSAFE_SingleFetchRedirectSymbol,
119
- ca as UNSAFE_ViewTransitionContext,
120
- ha as UNSAFE_WithComponentProps,
121
- Sa as UNSAFE_WithErrorBoundaryProps,
122
- Ra as UNSAFE_WithHydrateFallbackProps,
121
+ ca as UNSAFE_SingleFetchRedirectSymbol,
122
+ ha as UNSAFE_ViewTransitionContext,
123
+ Sa as UNSAFE_WithComponentProps,
124
+ Ra as UNSAFE_WithErrorBoundaryProps,
125
+ Ea as UNSAFE_WithHydrateFallbackProps,
123
126
  fa as UNSAFE_createBrowserHistory,
124
- Ea as UNSAFE_createClientRoutes,
125
- la as UNSAFE_createClientRoutesWithHMRRevalidationOptOut,
126
- ma as UNSAFE_createHashHistory,
127
- Fa as UNSAFE_createMemoryHistory,
128
- da as UNSAFE_createRouter,
129
- Na as UNSAFE_decodeViaTurboStream,
130
- Q as UNSAFE_deserializeErrors,
131
- T as UNSAFE_getHydrationData,
132
- pa as UNSAFE_getPatchRoutesOnNavigationFunction,
133
- Pa as UNSAFE_getTurboStreamSingleFetchDataStrategy,
134
- ga as UNSAFE_hydrationRouteProperties,
135
- Aa as UNSAFE_invariant,
127
+ la as UNSAFE_createClientRoutes,
128
+ ma as UNSAFE_createClientRoutesWithHMRRevalidationOptOut,
129
+ Fa as UNSAFE_createHashHistory,
130
+ da as UNSAFE_createMemoryHistory,
131
+ Na as UNSAFE_createRouter,
132
+ pa as UNSAFE_decodeViaTurboStream,
133
+ T as UNSAFE_deserializeErrors,
134
+ V as UNSAFE_getHydrationData,
135
+ Pa as UNSAFE_getPatchRoutesOnNavigationFunction,
136
+ ga as UNSAFE_getTurboStreamSingleFetchDataStrategy,
137
+ Aa as UNSAFE_hydrationRouteProperties,
138
+ xa as UNSAFE_invariant,
136
139
  _a as UNSAFE_mapRouteProperties,
137
- xa as UNSAFE_shouldHydrateRouteLoader,
138
- va as UNSAFE_useFogOFWarDiscovery,
139
- Ua as UNSAFE_useScrollRestoration,
140
+ va as UNSAFE_shouldHydrateRouteLoader,
141
+ Ua as UNSAFE_useFogOFWarDiscovery,
142
+ Ca as UNSAFE_useScrollRestoration,
140
143
  ya as UNSAFE_withComponentProps,
141
- Ca as UNSAFE_withErrorBoundaryProps,
142
- ba as UNSAFE_withHydrateFallbackProps,
143
- Ne as arePropsValid,
144
- pe as checkConfig,
145
- Pe as checkIfPropExists,
146
- ge as checkVersion,
147
- Ma as createBrowserRouter,
148
- ka as createContext,
149
- V as createCookie,
150
- W as createCookieSessionStorage,
151
- Ha as createHashRouter,
152
- Oa as createMemoryRouter,
153
- K as createMemorySessionStorage,
154
- wa as createPath,
155
- q as createRequestHandler,
156
- Ba as createRoutesFromChildren,
157
- Da as createRoutesFromElements,
158
- z as createRoutesStub,
159
- La as createSearchParams,
160
- G as createSession,
161
- j as createSessionStorage,
144
+ ba as UNSAFE_withErrorBoundaryProps,
145
+ Ma as UNSAFE_withHydrateFallbackProps,
146
+ pe as arePropsValid,
147
+ Pe as checkConfig,
148
+ ge as checkIfPropExists,
149
+ Ae as checkVersion,
150
+ ka as createBrowserRouter,
151
+ Ha as createContext,
152
+ W as createCookie,
153
+ K as createCookieSessionStorage,
154
+ Oa as createHashRouter,
155
+ wa as createMemoryRouter,
156
+ q as createMemorySessionStorage,
157
+ Ba as createPath,
158
+ z as createRequestHandler,
159
+ Da as createRoutesFromChildren,
160
+ La as createRoutesFromElements,
161
+ G as createRoutesStub,
162
+ Qa as createSearchParams,
163
+ j as createSession,
164
+ J as createSessionStorage,
162
165
  Ia as createStaticHandler,
163
- Qa as createStaticRouter,
164
- Ta as data,
165
- Va as generatePath,
166
- Ae as getEnvironmentVariables,
166
+ Ta as createStaticRouter,
167
+ Va as data,
168
+ Wa as generatePath,
169
+ xe as getEnvironmentVariables,
167
170
  _e as getModuleQueryKey,
168
- J as href,
169
- X as isCookie,
170
- Wa as isRouteErrorResponse,
171
- Y as isSession,
172
- Ka as matchPath,
173
- qa as matchRoutes,
174
- Fe as mutateOnCustomApi,
175
- za as parsePath,
176
- Ga as redirect,
177
- ja as redirectDocument,
178
- Ja as renderMatches,
179
- Xa as replace,
180
- Ya as resolvePath,
181
- xe as universalSelector,
182
- Za as unstable_HistoryRouter,
183
- Z as unstable_RSCStaticRouter,
184
- $ as unstable_routeRSCServerRequest,
185
- ee as unstable_setDevServerHooks,
186
- $a as unstable_usePrompt,
187
- et as unstable_useRoute,
188
- at as useActionData,
189
- tt as useAsyncError,
190
- st as useAsyncValue,
191
- se as useBaseProps,
192
- rt as useBeforeUnload,
193
- ot as useBlocker,
194
- M as useBreadcrumbTranslation,
195
- re as useConfig,
196
- ie as useCustom,
197
- ne as useCustomMutation,
198
- he as useEntity,
199
- it as useFetcher,
200
- ut as useFetchers,
201
- nt as useFormAction,
202
- ct as useHref,
203
- ht as useInRouterContext,
204
- P as useInfiniteQuery,
205
- St as useLinkClickHandler,
206
- Rt as useLoaderData,
171
+ X as href,
172
+ Y as isCookie,
173
+ Ka as isRouteErrorResponse,
174
+ Z as isSession,
175
+ qa as matchPath,
176
+ za as matchRoutes,
177
+ de as mutateOnCustomApi,
178
+ Ga as parsePath,
179
+ ja as redirect,
180
+ Ja as redirectDocument,
181
+ Xa as renderMatches,
182
+ Ya as replace,
183
+ Za as resolvePath,
184
+ ve as universalSelector,
185
+ $a as unstable_HistoryRouter,
186
+ $ as unstable_RSCStaticRouter,
187
+ ee as unstable_routeRSCServerRequest,
188
+ ae as unstable_setDevServerHooks,
189
+ et as unstable_usePrompt,
190
+ at as unstable_useRoute,
191
+ tt as useActionData,
192
+ st as useAsyncError,
193
+ rt as useAsyncValue,
194
+ re as useBaseProps,
195
+ ot as useBeforeUnload,
196
+ it as useBlocker,
197
+ k as useBreadcrumbTranslation,
198
+ oe as useConfig,
199
+ ue as useCustom,
200
+ ce as useCustomMutation,
201
+ Se as useEntity,
202
+ ut as useFetcher,
203
+ nt as useFetchers,
204
+ ct as useFormAction,
205
+ ht as useHref,
206
+ St as useInRouterContext,
207
+ g as useInfiniteQuery,
208
+ Rt as useLinkClickHandler,
209
+ Et as useLoaderData,
207
210
  ft as useLocation,
208
- Et as useMatch,
209
- lt as useMatches,
210
- kt as useMutation,
211
- ae as useNavigate,
212
- mt as useNavigation,
213
- Ft as useNavigationType,
214
- Ee as useNotification,
215
- H as useOffline,
216
- Re as useOption,
217
- dt as useOutlet,
218
- Nt as useOutletContext,
219
- pt as useParams,
220
- bt as useQuery,
221
- Ot as useQueryClient,
222
- Pt as useResolvedPath,
223
- gt as useRevalidator,
224
- At as useRouteError,
211
+ lt as useMatch,
212
+ mt as useMatches,
213
+ Ht as useMutation,
214
+ te as useNavigate,
215
+ Ft as useNavigation,
216
+ dt as useNavigationType,
217
+ le as useNotification,
218
+ O as useOffline,
219
+ Ee as useOption,
220
+ Nt as useOutlet,
221
+ pt as useOutletContext,
222
+ Pt as useParams,
223
+ Mt as useQuery,
224
+ wt as useQueryClient,
225
+ gt as useResolvedPath,
226
+ At as useRevalidator,
227
+ xt as useRouteError,
225
228
  _t as useRouteLoaderData,
226
- xt as useRoutes,
227
- vt as useSearchParams,
228
- le as useServiceBus,
229
- w as useSignalRMessages,
230
- Ut as useSubmit,
229
+ vt as useRoutes,
230
+ Ut as useSearchParams,
231
+ me as useServiceBus,
232
+ B as useSignalRMessages,
233
+ Ct as useSubmit,
231
234
  yt as useViewTransitionState
232
235
  };