@hortiview/modulebase 0.0.13101-beta → 0.0.13103-beta

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,9 +1,9 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import { useEffect as s } from "react";
3
- import { Y as u, h as l, O as c, aU as d } from "../chunk-IR6S3I6Y-BmDdD3SP.js";
3
+ import { a1 as u, h as l, O as c, b0 as d } from "../chunk-QMGIS6GS-C4bgXQXY.js";
4
4
  import { SignalRProvider as m } from "../provider/SignalR/SignalRProvider.js";
5
5
  import { useBasePropsStore as f } from "../stores/BasePropsStore.js";
6
- import { M as p, a as h } from "../ModuleCore-BWvRhZyP.js";
6
+ import { M as p, a as h } from "../ModuleCore-DcwaLp89.js";
7
7
  const v = () => {
8
8
  const e = f((o) => o.currentNavigationPath), t = d();
9
9
  s(() => {
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { M as a, a as l } from "../ModuleCore-BWvRhZyP.js";
2
+ import { M as a, a as l } from "../ModuleCore-DcwaLp89.js";
3
3
  import "react";
4
4
  import "../stores/BasePropsStore.js";
5
5
  import "../stores/EnvironmentStore.js";
@@ -0,0 +1,4 @@
1
+ var N = /* @__PURE__ */ ((E) => (E.ENQUEUED = "ENQUEUED", E.PENDING = "PENDING", E.RESOLVING = "RESOLVING", E.SUCCESS = "RESOLVED", E.ERROR = "REJECTED", E))(N || {});
2
+ export {
3
+ N as ActionState
4
+ };
@@ -1,4 +1,4 @@
1
- import { u as f } from "../useQuery-Jx956wwH.js";
1
+ import { u as f } from "../useQuery-B23OSvXW.js";
2
2
  import { fetchFromCustomApi as i } from "../utils/fetches.js";
3
3
  import { universalSelector as n } from "../utils/helper.js";
4
4
  const y = ({
@@ -1,9 +1,9 @@
1
- import { u as n } from "../useMutation-BYO7aks8.js";
1
+ import { u as n } from "../useMutation-BEK2_IOo.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-BWvRhZyP.js";
6
+ import "../ModuleCore-DcwaLp89.js";
7
7
  import { mutateOnCustomApi as s } from "../utils/fetches.js";
8
8
  import "../api-s6E2GJtu.js";
9
9
  import "../types/Entities.js";
@@ -1,4 +1,4 @@
1
- import { u as l } from "../useQuery-Jx956wwH.js";
1
+ import { u as l } from "../useQuery-B23OSvXW.js";
2
2
  import { useMemo as M, useCallback as g } from "react";
3
3
  import { useBasePropsStore as p } from "../stores/BasePropsStore.js";
4
4
  import { getModuleDependedEntitiesRaw as Q, getModuleDependedEntities as A, getFarmOrgEntities as D } from "../utils/fetches.js";
@@ -1,4 +1,4 @@
1
- import { u as f } from "../QueryClientProvider-BSM1ol7r.js";
1
+ import { u as f } from "../QueryClientProvider-C7EHlqBQ.js";
2
2
  import { fetchFromCustomApi as i, getFarmOrgEntities as c, getModuleDependedEntities as m } from "../utils/fetches.js";
3
3
  import { getModuleQueryKey as o } from "../utils/helper.js";
4
4
  import { useBasePropsStore as p } from "../stores/BasePropsStore.js";
@@ -1,4 +1,4 @@
1
- import { u as m } from "../useQuery-Jx956wwH.js";
1
+ import { u as m } from "../useQuery-B23OSvXW.js";
2
2
  import { g as u } from "../api-s6E2GJtu.js";
3
3
  import { useBasePropsStore as n } from "../stores/BasePropsStore.js";
4
4
  import { fetchFromModuleApi as c, fetchFromCommonApi as i } from "../utils/fetches.js";
@@ -1,4 +1,4 @@
1
- import { u as n } from "../useMutation-BYO7aks8.js";
1
+ import { u as n } from "../useMutation-BEK2_IOo.js";
2
2
  import { useBasePropsStore as r } from "../stores/BasePropsStore.js";
3
3
  const a = ({
4
4
  authenticationKey: i,
@@ -0,0 +1,7 @@
1
+ export declare enum ActionState {
2
+ ENQUEUED = "ENQUEUED",
3
+ PENDING = "PENDING",
4
+ RESOLVING = "RESOLVING",
5
+ SUCCESS = "RESOLVED",
6
+ ERROR = "REJECTED"
7
+ }
@@ -5,4 +5,4 @@ export declare const useCustom: <T>({ endpoint, queryKey, token, selector, enabl
5
5
  selector?: (data: any) => T;
6
6
  enabled?: boolean;
7
7
  noAuth?: boolean;
8
- }) => import('@tanstack/react-query').UseQueryResult<T, Error>;
8
+ }) => import('@tanstack/react-query').UseQueryResult<import('@tanstack/query-core').NoInfer<T>, Error>;
@@ -21,6 +21,7 @@ export declare const useBaseProps: () => Pick<import('../main').DeprecatedBasePr
21
21
  pendingActions?: import('../main').ActionItem[];
22
22
  getPendingActions?: () => import('../main').ActionItem[];
23
23
  resolveAction?: (key: string, result?: string) => void;
24
+ startResolvingAction?: (key: string) => void;
24
25
  addAction?: (functionName: string, args: unknown[], key?: string) => void;
25
26
  getActions?: () => import('../main').ActionItem[];
26
27
  getActionByKey?: (key: string) => import('../main').ActionItem | undefined;
@@ -30,7 +31,7 @@ export declare const useBaseProps: () => Pick<import('../main').DeprecatedBasePr
30
31
  environmentVariables?: import('../main').EnvironmentVariable[];
31
32
  } & {
32
33
  setBaseProps: (props: import('../main').BaseProps) => void;
33
- }, keyof import('../main').DeprecatedBaseProps | "isOnline" | "modulePermissionToken" | "moduleId" | "organizationId" | "basePath" | "currentNavigationPath" | "sourcePath" | "currentLanguage" | "currentLanguageId" | "alertRules" | "commonOptions" | "riseNotification" | "navigateInHortiview" | "addBreadcrumbTranslation" | "showSnackbar" | "showMessage" | "pendingActions" | "getPendingActions" | "resolveAction" | "addAction" | "getActions" | "getActionByKey" | "logEvent" | "logError" | "throwError" | "environmentVariables">;
34
+ }, keyof import('../main').DeprecatedBaseProps | "isOnline" | "modulePermissionToken" | "moduleId" | "organizationId" | "basePath" | "currentNavigationPath" | "sourcePath" | "currentLanguage" | "currentLanguageId" | "alertRules" | "commonOptions" | "riseNotification" | "navigateInHortiview" | "addBreadcrumbTranslation" | "showSnackbar" | "showMessage" | "pendingActions" | "getPendingActions" | "resolveAction" | "startResolvingAction" | "addAction" | "getActions" | "getActionByKey" | "logEvent" | "logError" | "throwError" | "environmentVariables">;
34
35
  export declare const useConfig: () => Pick<{
35
36
  environment: import('../main').HortiViewEnvironments;
36
37
  setEnvironment: (environment: import('../main').HortiViewEnvironments) => void;
@@ -11,6 +11,7 @@ export type * from './types/Requests';
11
11
  export type * from './types/ServiceBus';
12
12
  export type * from './types/SystemMessage';
13
13
  export type * from './types/ActionStorage';
14
+ export * from './enum/ActionStorage';
14
15
  export { useBreadcrumbTranslation } from './hooks/useBreadcrumbTranslation';
15
16
  export { useOffline } from './hooks/useOffline';
16
17
  export { useSignalRMessages } from './hooks/useSignalRMessages';
@@ -1,9 +1,4 @@
1
- export declare enum ActionState {
2
- ENQUEUED = "ENQUEUED",
3
- PENDING = "PENDING",
4
- SUCCESS = "RESOLVED",
5
- ERROR = "REJECTED"
6
- }
1
+ import { ActionState } from '../enum/ActionStorage';
7
2
  export type ActionItem = {
8
3
  functionName: string;
9
4
  args: unknown[];
@@ -40,6 +40,7 @@ export type BaseProps = DeprecatedBaseProps & {
40
40
  pendingActions?: ActionItem[];
41
41
  getPendingActions?: () => ActionItem[];
42
42
  resolveAction?: (key: string, result?: string) => void;
43
+ startResolvingAction?: (key: string) => void;
43
44
  addAction?: (functionName: string, args: unknown[], key?: string) => void;
44
45
  getActions?: () => ActionItem[];
45
46
  getActionByKey?: (key: string) => ActionItem | undefined;
package/dist/main.js CHANGED
@@ -1,24 +1,25 @@
1
1
  import { ModuleBase as A } from "./components/ModuleBase.js";
2
- import { i as f, h as m, b as l } from "./ModuleCore-BWvRhZyP.js";
3
- import { M as C, Q as U } from "./ModuleCore-BWvRhZyP.js";
4
- import { useBreadcrumbTranslation as M } from "./hooks/useBreadcrumbTranslation.js";
5
- import { useOffline as k } from "./hooks/useOffline.js";
6
- import { useSignalRMessages as L } from "./hooks/useSignalRMessages.js";
7
- import { useNavigate as B } from "./module-router.js";
8
- import { useBaseProps as H, useConfig as Q } from "./hooks/useStores.js";
9
- import { useCustom as T } from "./hooks/useCustom.js";
10
- import { useCustomMutation as K } from "./hooks/useCustomMutation.js";
11
- import { useEntity as G } from "./hooks/useEntity.js";
12
- import { useOption as j } from "./hooks/useOption.js";
13
- import { useNotification as J, useServiceBus as X } from "./hooks/useServiceBus.js";
14
- import { mutateOnCustomApi as Z } from "./utils/fetches.js";
15
- import { arePropsValid as ee, checkConfig as ae, checkIfPropExists as se, checkVersion as te, getEnvironmentVariables as re, getModuleQueryKey as oe, universalSelector as ie } from "./utils/helper.js";
16
- import { Q as g, a as d } from "./useQuery-Jx956wwH.js";
17
- import { u as ne } from "./useQuery-Jx956wwH.js";
18
- import { u as he } from "./useMutation-BYO7aks8.js";
19
- import { u as Se } from "./QueryClientProvider-BSM1ol7r.js";
20
- import { A as me, B as le, F as ge, H as de, I as Ee, a as Pe, b as pe, L as Ne, c as Fe, M as xe, d as ve, N as Ae, e as _e, f as Ce, O as Ue, P as ye, R as Me, g as be, h as ke, i as Oe, S as Le, j as we, k as Be, l as De, m as He, D as Qe, n as Ie, E as Te, o as Ve, p as Ke, q as ze, r as Ge, s as We, t as je, u as qe, v as Je, V as Xe, w as Ye, x as Ze, y as $e, z as ea, C as aa, G as sa, J as ta, K as ra, Q as oa, T as ia, U as ua, W as na, X as ca, Y as ha, Z as fa, _ as Sa, $ as Ra, a0 as ma, a1 as la, a2 as ga, a3 as da, a4 as Ea, a5 as Pa, a6 as pa, a7 as Na, a8 as Fa, a9 as xa, aa as va, ab as Aa, ac as _a, ad as Ca, ae as Ua, af as ya, ag as Ma, ah as ba, ai as ka, aj as Oa, ak as La, al as wa, am as Ba, an as Da, ao as Ha, ap as Qa, aq as Ia, ar as Ta, as as Va, at as Ka, au as za, av as Ga, aw as Wa, ax as ja, ay as qa, az as Ja, aA as Xa, aB as Ya, aC as Za, aD as $a, aE as es, aF as as, aG as ss, aH as ts, aI as rs, aJ as os, aK as is, aL as us, aM as ns, aN as cs, aO as hs, aP as fs, aQ as Ss, aR as Rs, aS as ms, aT as ls } from "./chunk-IR6S3I6Y-BmDdD3SP.js";
21
- var E = class extends g {
2
+ import { i as S, h as m, b as l } from "./ModuleCore-DcwaLp89.js";
3
+ import { M as U, Q as C } from "./ModuleCore-DcwaLp89.js";
4
+ import { ActionState as b } from "./enum/ActionStorage.js";
5
+ import { useBreadcrumbTranslation as k } from "./hooks/useBreadcrumbTranslation.js";
6
+ import { useOffline as w } from "./hooks/useOffline.js";
7
+ import { useSignalRMessages as D } from "./hooks/useSignalRMessages.js";
8
+ import { useNavigate as L } from "./module-router.js";
9
+ import { useBaseProps as I, useConfig as T } from "./hooks/useStores.js";
10
+ import { useCustom as K } from "./hooks/useCustom.js";
11
+ import { useCustomMutation as z } from "./hooks/useCustomMutation.js";
12
+ import { useEntity as j } from "./hooks/useEntity.js";
13
+ import { useOption as J } from "./hooks/useOption.js";
14
+ import { useNotification as Y, useServiceBus as Z } from "./hooks/useServiceBus.js";
15
+ import { mutateOnCustomApi as ee } from "./utils/fetches.js";
16
+ import { arePropsValid as te, checkConfig as se, checkIfPropExists as re, checkVersion as oe, getEnvironmentVariables as ie, getModuleQueryKey as ue, universalSelector as ne } from "./utils/helper.js";
17
+ import { Q as d, a as E } from "./useQuery-B23OSvXW.js";
18
+ import { u as he } from "./useQuery-B23OSvXW.js";
19
+ import { u as fe } from "./useMutation-BEK2_IOo.js";
20
+ import { u as me } from "./QueryClientProvider-C7EHlqBQ.js";
21
+ import { A as de, B as Ee, F as pe, H as Pe, I as ge, a as Fe, b as Ne, L as xe, c as ve, M as Ae, d as _e, N as Ue, e as Ce, f as ye, O as be, P as Me, R as ke, g as Oe, h as we, i as Be, S as De, j as He, k as Le, l as Qe, m as Ie, D as Te, n as Ve, E as Ke, o as We, p as ze, q as Ge, r as je, s as qe, t as Je, u as Xe, v as Ye, V as Ze, w as $e, x as ea, y as aa, z as ta, C as sa, G as ra, J as oa, K as ia, Q as ua, T as na, U as ca, W as ha, X as Sa, Y as fa, Z as Ra, _ as ma, $ as la, a0 as da, a1 as Ea, a2 as pa, a3 as Pa, a4 as ga, a5 as Fa, a6 as Na, a7 as xa, a8 as va, a9 as Aa, aa as _a, ab as Ua, ac as Ca, ad as ya, ae as ba, af as Ma, ag as ka, ah as Oa, ai as wa, aj as Ba, ak as Da, al as Ha, am as La, an as Qa, ao as Ia, ap as Ta, aq as Va, ar as Ka, as as Wa, at as za, au as Ga, av as ja, aw as qa, ax as Ja, ay as Xa, az as Ya, aA as Za, aB as $a, aC as et, aD as at, aE as tt, aF as st, aG as rt, aH as ot, aI as it, aJ as ut, aK as nt, aL as ct, aM as ht, aN as St, aO as ft, aP as Rt, aQ as mt, aR as lt, aS as dt, aT as Et, aU as pt, aV as Pt, aW as gt, aX as Ft, aY as Nt, aZ as xt, a_ as vt, a$ as At } from "./chunk-QMGIS6GS-C4bgXQXY.js";
22
+ var p = class extends d {
22
23
  constructor(e, a) {
23
24
  super(e, a);
24
25
  }
@@ -28,11 +29,11 @@ var E = class extends g {
28
29
  setOptions(e) {
29
30
  super.setOptions({
30
31
  ...e,
31
- behavior: f()
32
+ behavior: S()
32
33
  });
33
34
  }
34
35
  getOptimisticResult(e) {
35
- return e.behavior = f(), super.getOptimisticResult(e);
36
+ return e.behavior = S(), super.getOptimisticResult(e);
36
37
  }
37
38
  fetchNextPage(e) {
38
39
  return this.fetch({
@@ -51,165 +52,174 @@ var E = class extends g {
51
52
  });
52
53
  }
53
54
  createResult(e, a) {
54
- const { state: t } = e, r = super.createResult(e, a), { isFetching: o, isRefetching: S, isError: i, isRefetchError: R } = r, s = t.fetchMeta?.fetchMore?.direction, u = i && s === "forward", n = o && s === "forward", c = i && s === "backward", h = o && s === "backward";
55
+ const { state: s } = e, r = super.createResult(e, a), { isFetching: o, isRefetching: f, 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
56
  return {
56
57
  ...r,
57
58
  fetchNextPage: this.fetchNextPage,
58
59
  fetchPreviousPage: this.fetchPreviousPage,
59
- hasNextPage: m(a, t.data),
60
- hasPreviousPage: l(a, t.data),
60
+ hasNextPage: m(a, s.data),
61
+ hasPreviousPage: l(a, s.data),
61
62
  isFetchNextPageError: u,
62
63
  isFetchingNextPage: n,
63
64
  isFetchPreviousPageError: c,
64
65
  isFetchingPreviousPage: h,
65
66
  isRefetchError: R && !u && !c,
66
- isRefetching: S && !n && !h
67
+ isRefetching: f && !n && !h
67
68
  };
68
69
  }
69
70
  };
70
- function F(e, a) {
71
- return d(
71
+ function N(e, a) {
72
+ return E(
72
73
  e,
73
- E,
74
+ p,
74
75
  a
75
76
  );
76
77
  }
77
78
  export {
78
- me as Await,
79
- le as BrowserRouter,
80
- ge as Form,
81
- de as HashRouter,
82
- Ee as IDLE_BLOCKER,
83
- Pe as IDLE_FETCHER,
84
- pe as IDLE_NAVIGATION,
85
- Ne as Link,
86
- Fe as Links,
87
- xe as MemoryRouter,
88
- ve as Meta,
79
+ b as ActionState,
80
+ de as Await,
81
+ Ee as BrowserRouter,
82
+ pe as Form,
83
+ Pe as HashRouter,
84
+ ge as IDLE_BLOCKER,
85
+ Fe as IDLE_FETCHER,
86
+ Ne as IDLE_NAVIGATION,
87
+ xe as Link,
88
+ ve as Links,
89
+ Ae as MemoryRouter,
90
+ _e as Meta,
89
91
  A as ModuleBase,
90
- C as ModuleCore,
91
- Ae as NavLink,
92
- _e as Navigate,
93
- Ce as NavigationType,
94
- Ue as Outlet,
95
- ye as PrefetchPageLinks,
96
- U as QueryClient,
97
- Me as Route,
98
- be as Router,
99
- ke as RouterProvider,
100
- Oe as Routes,
101
- Le as Scripts,
102
- we as ScrollRestoration,
103
- Be as ServerRouter,
104
- De as StaticRouter,
105
- He as StaticRouterProvider,
106
- Qe as UNSAFE_DataRouterContext,
107
- Ie as UNSAFE_DataRouterStateContext,
108
- Te as UNSAFE_ErrorResponseImpl,
109
- Ve as UNSAFE_FetchersContext,
110
- Ke as UNSAFE_FrameworkContext,
111
- ze as UNSAFE_LocationContext,
112
- Ge as UNSAFE_NavigationContext,
113
- We as UNSAFE_RemixErrorBoundary,
114
- je as UNSAFE_RouteContext,
115
- qe as UNSAFE_ServerMode,
116
- Je as UNSAFE_SingleFetchRedirectSymbol,
117
- Xe as UNSAFE_ViewTransitionContext,
118
- Ye as UNSAFE_createBrowserHistory,
119
- Ze as UNSAFE_createClientRoutes,
120
- $e as UNSAFE_createClientRoutesWithHMRRevalidationOptOut,
121
- ea as UNSAFE_createRouter,
122
- aa as UNSAFE_decodeViaTurboStream,
123
- sa as UNSAFE_deserializeErrors,
124
- ta as UNSAFE_getPatchRoutesOnNavigationFunction,
125
- ra as UNSAFE_getSingleFetchDataStrategy,
126
- oa as UNSAFE_invariant,
127
- ia as UNSAFE_mapRouteProperties,
128
- ua as UNSAFE_shouldHydrateRouteLoader,
129
- na as UNSAFE_useFogOFWarDiscovery,
130
- ca as UNSAFE_useScrollRestoration,
131
- ee as arePropsValid,
132
- ae as checkConfig,
133
- se as checkIfPropExists,
134
- te as checkVersion,
135
- ha as createBrowserRouter,
136
- fa as createCookie,
137
- Sa as createCookieSessionStorage,
138
- Ra as createHashRouter,
139
- ma as createMemoryRouter,
140
- la as createMemorySessionStorage,
141
- ga as createPath,
142
- da as createRequestHandler,
143
- Ea as createRoutesFromChildren,
144
- Pa as createRoutesFromElements,
145
- pa as createRoutesStub,
146
- Na as createSearchParams,
147
- Fa as createSession,
148
- xa as createSessionStorage,
149
- va as createStaticHandler,
150
- Aa as createStaticRouter,
151
- _a as data,
152
- Ca as generatePath,
153
- re as getEnvironmentVariables,
154
- oe as getModuleQueryKey,
155
- Ua as isCookie,
156
- ya as isRouteErrorResponse,
157
- Ma as isSession,
158
- ba as matchPath,
159
- ka as matchRoutes,
160
- Z as mutateOnCustomApi,
161
- Oa as parsePath,
162
- La as redirect,
163
- wa as redirectDocument,
164
- Ba as renderMatches,
165
- Da as replace,
166
- Ha as resolvePath,
167
- ie as universalSelector,
168
- Qa as unstable_HistoryRouter,
169
- Ia as unstable_setDevServerHooks,
170
- Ta as unstable_usePrompt,
171
- Va as useActionData,
172
- Ka as useAsyncError,
173
- za as useAsyncValue,
174
- H as useBaseProps,
175
- Ga as useBeforeUnload,
176
- Wa as useBlocker,
177
- M as useBreadcrumbTranslation,
178
- Q as useConfig,
179
- T as useCustom,
180
- K as useCustomMutation,
181
- G as useEntity,
182
- ja as useFetcher,
183
- qa as useFetchers,
184
- Ja as useFormAction,
185
- Xa as useHref,
186
- Ya as useInRouterContext,
187
- F as useInfiniteQuery,
188
- Za as useLinkClickHandler,
189
- $a as useLoaderData,
190
- es as useLocation,
191
- as as useMatch,
192
- ss as useMatches,
193
- he as useMutation,
194
- B as useNavigate,
195
- ts as useNavigation,
196
- rs as useNavigationType,
197
- J as useNotification,
198
- k as useOffline,
199
- j as useOption,
200
- os as useOutlet,
201
- is as useOutletContext,
202
- us as useParams,
203
- ne as useQuery,
204
- Se as useQueryClient,
205
- ns as useResolvedPath,
206
- cs as useRevalidator,
207
- hs as useRouteError,
208
- fs as useRouteLoaderData,
209
- Ss as useRoutes,
210
- Rs as useSearchParams,
211
- X as useServiceBus,
212
- L as useSignalRMessages,
213
- ms as useSubmit,
214
- ls as useViewTransitionState
92
+ U as ModuleCore,
93
+ Ue as NavLink,
94
+ Ce as Navigate,
95
+ ye as NavigationType,
96
+ be as Outlet,
97
+ Me as PrefetchPageLinks,
98
+ C as QueryClient,
99
+ ke as Route,
100
+ Oe as Router,
101
+ we as RouterProvider,
102
+ Be as Routes,
103
+ De as Scripts,
104
+ He as ScrollRestoration,
105
+ Le as ServerRouter,
106
+ Qe as StaticRouter,
107
+ Ie as StaticRouterProvider,
108
+ Te as UNSAFE_DataRouterContext,
109
+ Ve as UNSAFE_DataRouterStateContext,
110
+ Ke as UNSAFE_ErrorResponseImpl,
111
+ We as UNSAFE_FetchersContext,
112
+ ze as UNSAFE_FrameworkContext,
113
+ Ge as UNSAFE_LocationContext,
114
+ je as UNSAFE_NavigationContext,
115
+ qe as UNSAFE_RemixErrorBoundary,
116
+ Je as UNSAFE_RouteContext,
117
+ Xe as UNSAFE_ServerMode,
118
+ Ye as UNSAFE_SingleFetchRedirectSymbol,
119
+ Ze as UNSAFE_ViewTransitionContext,
120
+ $e as UNSAFE_createBrowserHistory,
121
+ ea as UNSAFE_createClientRoutes,
122
+ aa as UNSAFE_createClientRoutesWithHMRRevalidationOptOut,
123
+ ta as UNSAFE_createRouter,
124
+ sa as UNSAFE_decodeViaTurboStream,
125
+ ra as UNSAFE_deserializeErrors,
126
+ oa as UNSAFE_getHydrationData,
127
+ ia as UNSAFE_getPatchRoutesOnNavigationFunction,
128
+ ua as UNSAFE_getTurboStreamSingleFetchDataStrategy,
129
+ na as UNSAFE_hydrationRouteProperties,
130
+ ca as UNSAFE_invariant,
131
+ ha as UNSAFE_mapRouteProperties,
132
+ Sa as UNSAFE_shouldHydrateRouteLoader,
133
+ fa as UNSAFE_useFogOFWarDiscovery,
134
+ Ra as UNSAFE_useScrollRestoration,
135
+ ma as UNSAFE_withComponentProps,
136
+ la as UNSAFE_withErrorBoundaryProps,
137
+ da as UNSAFE_withHydrateFallbackProps,
138
+ te as arePropsValid,
139
+ se as checkConfig,
140
+ re as checkIfPropExists,
141
+ oe as checkVersion,
142
+ Ea as createBrowserRouter,
143
+ pa as createCookie,
144
+ Pa as createCookieSessionStorage,
145
+ ga as createHashRouter,
146
+ Fa as createMemoryRouter,
147
+ Na as createMemorySessionStorage,
148
+ xa as createPath,
149
+ va as createRequestHandler,
150
+ Aa as createRoutesFromChildren,
151
+ _a as createRoutesFromElements,
152
+ Ua as createRoutesStub,
153
+ Ca as createSearchParams,
154
+ ya as createSession,
155
+ ba as createSessionStorage,
156
+ Ma as createStaticHandler,
157
+ ka as createStaticRouter,
158
+ Oa as data,
159
+ wa as generatePath,
160
+ ie as getEnvironmentVariables,
161
+ ue as getModuleQueryKey,
162
+ Ba as href,
163
+ Da as isCookie,
164
+ Ha as isRouteErrorResponse,
165
+ La as isSession,
166
+ Qa as matchPath,
167
+ Ia as matchRoutes,
168
+ ee as mutateOnCustomApi,
169
+ Ta as parsePath,
170
+ Va as redirect,
171
+ Ka as redirectDocument,
172
+ Wa as renderMatches,
173
+ za as replace,
174
+ Ga as resolvePath,
175
+ ne as universalSelector,
176
+ ja as unstable_HistoryRouter,
177
+ qa as unstable_RouterContextProvider,
178
+ Ja as unstable_createContext,
179
+ Xa as unstable_setDevServerHooks,
180
+ Ya as unstable_usePrompt,
181
+ Za as useActionData,
182
+ $a as useAsyncError,
183
+ et as useAsyncValue,
184
+ I as useBaseProps,
185
+ at as useBeforeUnload,
186
+ tt as useBlocker,
187
+ k as useBreadcrumbTranslation,
188
+ T as useConfig,
189
+ K as useCustom,
190
+ z as useCustomMutation,
191
+ j as useEntity,
192
+ st as useFetcher,
193
+ rt as useFetchers,
194
+ ot as useFormAction,
195
+ it as useHref,
196
+ ut as useInRouterContext,
197
+ N as useInfiniteQuery,
198
+ nt as useLinkClickHandler,
199
+ ct as useLoaderData,
200
+ ht as useLocation,
201
+ St as useMatch,
202
+ ft as useMatches,
203
+ fe as useMutation,
204
+ L as useNavigate,
205
+ Rt as useNavigation,
206
+ mt as useNavigationType,
207
+ Y as useNotification,
208
+ w as useOffline,
209
+ J as useOption,
210
+ lt as useOutlet,
211
+ dt as useOutletContext,
212
+ Et as useParams,
213
+ he as useQuery,
214
+ me as useQueryClient,
215
+ pt as useResolvedPath,
216
+ Pt as useRevalidator,
217
+ gt as useRouteError,
218
+ Ft as useRouteLoaderData,
219
+ Nt as useRoutes,
220
+ xt as useSearchParams,
221
+ Z as useServiceBus,
222
+ D as useSignalRMessages,
223
+ vt as useSubmit,
224
+ At as useViewTransitionState
215
225
  };