@hortiview/modulebase 1.1.0 → 1.1.1-alpha.3d69639d.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.
- package/dist/IsRestoringProvider-SzKJZczp.js +931 -0
- package/dist/{ModuleCore-U32BXXin.js → ModuleCore-DRMqZO8r.js} +1388 -1158
- package/dist/components/ModuleBase.js +1 -1
- package/dist/components/ModuleCore.js +1 -1
- package/dist/constants.js +2 -2
- package/dist/hooks/useBreadcrumbTranslation.js +13 -14
- package/dist/hooks/useCustom.js +1 -1
- package/dist/hooks/useCustomMutation.js +4 -15
- package/dist/hooks/useEntity.js +1 -1
- package/dist/hooks/useOffline.js +1 -1
- package/dist/hooks/useOption.js +1 -1
- package/dist/lib/hooks/useStores.d.ts +2 -33
- package/dist/lib/main.d.ts +2 -4
- package/dist/lib/module-router.d.ts +1 -1
- package/dist/lib/types/BaseProps.d.ts +3 -6
- package/dist/main.js +145 -149
- package/dist/module-router.js +132 -138
- package/dist/{useMutation-a0q2LJY6.js → useCustomMutation-9VUQ7NbQ.js} +40 -20
- package/dist/{useQuery-Cepqe-Ee.js → useQuery-DUDyh33-.js} +9 -10
- package/dist/utils/helper.js +1 -1
- package/package.json +1 -1
- package/dist/IsRestoringProvider-BfrdLTDw.js +0 -410
- package/dist/QueryClientProvider-Bak-4BVu.js +0 -531
- package/dist/hooks/useServiceBus.js +0 -25
- package/dist/lib/hooks/useServiceBus.d.ts +0 -19
- package/dist/lib/types/Deprecated.d.ts +0 -103
- package/dist/mutation-DztCHC7y.js +0 -237
- package/dist/types/Deprecated.js +0 -1
|
@@ -3,7 +3,7 @@ import { useEffect as s } from "react";
|
|
|
3
3
|
import { c as u, R as c, O as l, u as m } from "../chunk-EVOBXE3Y-BoyVF_Ri.js";
|
|
4
4
|
import { SignalRProvider as d } from "../provider/SignalR/SignalRProvider.js";
|
|
5
5
|
import { useBasePropsStore as f } from "../stores/BasePropsStore.js";
|
|
6
|
-
import { M as p, a as v } from "../ModuleCore-
|
|
6
|
+
import { M as p, a as v } from "../ModuleCore-DRMqZO8r.js";
|
|
7
7
|
const g = () => {
|
|
8
8
|
const e = f((o) => o.currentNavigationPath), t = m();
|
|
9
9
|
s(() => {
|
package/dist/constants.js
CHANGED
|
@@ -1,23 +1,22 @@
|
|
|
1
|
-
import { useCallback as
|
|
2
|
-
import { useBasePropsStore as
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
return
|
|
6
|
-
(
|
|
7
|
-
const
|
|
8
|
-
if (
|
|
9
|
-
|
|
10
|
-
{ key:
|
|
1
|
+
import { useCallback as s } from "react";
|
|
2
|
+
import { useBasePropsStore as c } from "../stores/BasePropsStore.js";
|
|
3
|
+
const d = () => {
|
|
4
|
+
const a = c((r) => r.addBreadcrumbTranslation);
|
|
5
|
+
return s(
|
|
6
|
+
(r, e) => {
|
|
7
|
+
const t = r, o = typeof e == "boolean", n = o ? r : e;
|
|
8
|
+
if (a) {
|
|
9
|
+
a(
|
|
10
|
+
{ key: t, value: n },
|
|
11
11
|
//if boolean hide the translation in the breadcrumb
|
|
12
|
-
|
|
12
|
+
o
|
|
13
13
|
);
|
|
14
14
|
return;
|
|
15
15
|
}
|
|
16
|
-
t && t({ key: e, value: n }, typeof r == "boolean");
|
|
17
16
|
},
|
|
18
|
-
[
|
|
17
|
+
[a]
|
|
19
18
|
);
|
|
20
19
|
};
|
|
21
20
|
export {
|
|
22
|
-
|
|
21
|
+
d as useBreadcrumbTranslation
|
|
23
22
|
};
|
package/dist/hooks/useCustom.js
CHANGED
|
@@ -1,25 +1,14 @@
|
|
|
1
|
-
import { u as
|
|
1
|
+
import { u as x } from "../useCustomMutation-9VUQ7NbQ.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-
|
|
7
|
-
import
|
|
6
|
+
import "../ModuleCore-DRMqZO8r.js";
|
|
7
|
+
import "../utils/fetches.js";
|
|
8
8
|
import "../types/Entities.js";
|
|
9
9
|
import "../api-COabZnyn.js";
|
|
10
10
|
import "../omit-DYPaIq41.js";
|
|
11
11
|
import "../stores/EnvironmentStore.js";
|
|
12
|
-
const g = ({
|
|
13
|
-
endpoint: t,
|
|
14
|
-
method: o,
|
|
15
|
-
token: m,
|
|
16
|
-
headers: r,
|
|
17
|
-
noAuth: i,
|
|
18
|
-
...p
|
|
19
|
-
}) => s({
|
|
20
|
-
mutationFn: ({ input: u, replaceEndpointWith: n }) => a(n ?? t, u, o, m, r, i),
|
|
21
|
-
...p
|
|
22
|
-
});
|
|
23
12
|
export {
|
|
24
|
-
|
|
13
|
+
x as useCustomMutation
|
|
25
14
|
};
|
package/dist/hooks/useEntity.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { u as p } from "../useQuery-
|
|
1
|
+
import { u as p } from "../useQuery-DUDyh33-.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";
|
package/dist/hooks/useOffline.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { u as y } from "../
|
|
1
|
+
import { u as y } from "../IsRestoringProvider-SzKJZczp.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";
|
package/dist/hooks/useOption.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { u as m } from "../useQuery-
|
|
1
|
+
import { u as m } from "../useQuery-DUDyh33-.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,37 +1,6 @@
|
|
|
1
|
-
export declare const useBaseProps: () => Pick<import('../main').
|
|
2
|
-
isOnline?: boolean;
|
|
3
|
-
modulePermissionToken?: string;
|
|
4
|
-
moduleId?: string;
|
|
5
|
-
organizationId?: string;
|
|
6
|
-
basePath?: string;
|
|
7
|
-
currentNavigationPath?: string;
|
|
8
|
-
sourcePath?: string | null;
|
|
9
|
-
currentLanguage?: string;
|
|
10
|
-
currentLanguageId?: string;
|
|
11
|
-
commonOptions?: import('../main').AllDropdownsData<import('../main').CommonOption>["items"];
|
|
12
|
-
refreshModulePermissionToken?: () => Promise<string | undefined>;
|
|
13
|
-
riseNotification?: (message: import('../main').AlertServiceBusMessage) => Promise<unknown>;
|
|
14
|
-
navigateInHortiview?: (path: string) => void;
|
|
15
|
-
addBreadcrumbTranslation?: (translation: {
|
|
16
|
-
key: string;
|
|
17
|
-
value: string;
|
|
18
|
-
}, hide?: boolean) => void;
|
|
19
|
-
showSnackbar?: (message: string, icon?: string) => void;
|
|
20
|
-
showMessage?: (message: import('../main').SystemMessage) => void;
|
|
21
|
-
pendingActions?: import('../main').ActionItem[];
|
|
22
|
-
getPendingActions?: () => import('../main').ActionItem[];
|
|
23
|
-
resolveAction?: (key: string, result?: string) => void;
|
|
24
|
-
startResolvingAction?: (key: string) => void;
|
|
25
|
-
addAction?: (functionName: string, args: unknown[], key?: string) => void;
|
|
26
|
-
getActions?: () => import('../main').ActionItem[];
|
|
27
|
-
getActionByKey?: (key: string) => import('../main').ActionItem | undefined;
|
|
28
|
-
logEvent?: (event: import('../main').AppInsightsEvent, customProperties?: import('../main').AppInsightsProperties) => void;
|
|
29
|
-
logError?: (exception: import('../main').AppInsightsException) => void;
|
|
30
|
-
throwError?: (message: string, code: number) => void;
|
|
31
|
-
environmentVariables?: import('../main').EnvironmentVariable[];
|
|
32
|
-
} & {
|
|
1
|
+
export declare const useBaseProps: () => Pick<import('../main').BaseProps & {
|
|
33
2
|
setBaseProps: (props: import('../main').BaseProps) => void;
|
|
34
|
-
}, keyof import('../main').
|
|
3
|
+
}, keyof import('../main').BaseProps>;
|
|
35
4
|
export declare const useConfig: () => Pick<{
|
|
36
5
|
environment: import('../main').HortiViewEnvironments;
|
|
37
6
|
setEnvironment: (environment: import('../main').HortiViewEnvironments) => void;
|
package/dist/lib/main.d.ts
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
export { ModuleBase } from './components/ModuleBase';
|
|
2
2
|
export { ModuleCore } from './components/ModuleCore';
|
|
3
|
+
export type * from './types/ActionStorage';
|
|
3
4
|
export type * from './types/AppInsights';
|
|
4
5
|
export type * from './types/BaseProps';
|
|
5
6
|
export type * from './types/CommonOptions';
|
|
6
|
-
export type * from './types/Deprecated';
|
|
7
7
|
export type * from './types/Environment';
|
|
8
8
|
export type * from './types/EnvironmentVariable';
|
|
9
9
|
export type * from './types/ModuleApi';
|
|
10
10
|
export type * from './types/Requests';
|
|
11
11
|
export type * from './types/ServiceBus';
|
|
12
12
|
export type * from './types/SystemMessage';
|
|
13
|
-
export type * from './types/ActionStorage';
|
|
14
13
|
export * from './enum/ActionStorage';
|
|
15
14
|
export { useBreadcrumbTranslation } from './hooks/useBreadcrumbTranslation';
|
|
16
15
|
export { useOffline } from './hooks/useOffline';
|
|
@@ -22,7 +21,6 @@ export { useCustom } from './hooks/useCustom';
|
|
|
22
21
|
export { useCustomMutation } from './hooks/useCustomMutation';
|
|
23
22
|
export { useEntity } from './hooks/useEntity';
|
|
24
23
|
export { useOption } from './hooks/useOption';
|
|
25
|
-
export {
|
|
26
|
-
export { QueryClient, useInfiniteQuery, useMutation, useQuery, useQueryClient } from '@tanstack/react-query';
|
|
24
|
+
export { QueryClient, useInfiniteQuery, useMutation, useQuery, useQueryClient, } from '@tanstack/react-query';
|
|
27
25
|
export { mutateOnCustomApi } from './utils/fetches';
|
|
28
26
|
export * from './utils/helper';
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { ActionItem } from './ActionStorage';
|
|
2
2
|
import { AppInsightsEvent, AppInsightsException, AppInsightsProperties } from './AppInsights';
|
|
3
3
|
import { AllDropdownsData, CommonOption } from './CommonOptions';
|
|
4
|
-
import { DeprecatedBaseProps } from './Deprecated';
|
|
5
4
|
import { EnvironmentVariable } from './EnvironmentVariable';
|
|
6
|
-
import { AlertServiceBusMessage } from './ServiceBus';
|
|
7
5
|
import { SystemMessage } from './SystemMessage';
|
|
8
6
|
/**
|
|
9
7
|
* Properties that are passed to the Base component by the host application
|
|
@@ -17,19 +15,19 @@ import { SystemMessage } from './SystemMessage';
|
|
|
17
15
|
* @param addTranslation function to add a translation to the i18n instance of the host application
|
|
18
16
|
* @param currentNavigationPath current path of the route, that is changed, when the host application navigates
|
|
19
17
|
*/
|
|
20
|
-
export type BaseProps =
|
|
18
|
+
export type BaseProps = {
|
|
19
|
+
alertRules?: string;
|
|
21
20
|
isOnline?: boolean;
|
|
22
21
|
modulePermissionToken?: string;
|
|
23
22
|
moduleId?: string;
|
|
24
23
|
organizationId?: string;
|
|
25
24
|
basePath?: string;
|
|
26
25
|
currentNavigationPath?: string;
|
|
27
|
-
sourcePath?: string | null;
|
|
28
26
|
currentLanguage?: string;
|
|
29
27
|
currentLanguageId?: string;
|
|
30
28
|
commonOptions?: AllDropdownsData<CommonOption>['items'];
|
|
29
|
+
environmentVariables?: EnvironmentVariable[];
|
|
31
30
|
refreshModulePermissionToken?: () => Promise<string | undefined>;
|
|
32
|
-
riseNotification?: (message: AlertServiceBusMessage) => Promise<unknown>;
|
|
33
31
|
navigateInHortiview?: (path: string) => void;
|
|
34
32
|
addBreadcrumbTranslation?: (translation: {
|
|
35
33
|
key: string;
|
|
@@ -47,5 +45,4 @@ export type BaseProps = DeprecatedBaseProps & {
|
|
|
47
45
|
logEvent?: (event: AppInsightsEvent, customProperties?: AppInsightsProperties) => void;
|
|
48
46
|
logError?: (exception: AppInsightsException) => void;
|
|
49
47
|
throwError?: (message: string, code: number) => void;
|
|
50
|
-
environmentVariables?: EnvironmentVariable[];
|
|
51
48
|
};
|
package/dist/main.js
CHANGED
|
@@ -1,25 +1,23 @@
|
|
|
1
1
|
import { ModuleBase as _ } from "./components/ModuleBase.js";
|
|
2
|
-
import { M as
|
|
2
|
+
import { M as U, Q as v } from "./ModuleCore-DRMqZO8r.js";
|
|
3
3
|
import { ActionState as C } from "./enum/ActionStorage.js";
|
|
4
4
|
import { useBreadcrumbTranslation as M } from "./hooks/useBreadcrumbTranslation.js";
|
|
5
5
|
import { useOffline as H } from "./hooks/useOffline.js";
|
|
6
6
|
import { useSignalRMessages as w } from "./hooks/useSignalRMessages.js";
|
|
7
|
-
import { ServerRouter as
|
|
7
|
+
import { ServerRouter as B, 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
8
|
import { useBaseProps as se, useConfig as re } from "./hooks/useStores.js";
|
|
9
9
|
import { useCustom as ie } from "./hooks/useCustom.js";
|
|
10
|
-
import {
|
|
11
|
-
import { useEntity as
|
|
12
|
-
import { useOption as
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
import { u as Ot } from "./QueryClientProvider-Bak-4BVu.js";
|
|
22
|
-
var F = class extends f {
|
|
10
|
+
import { u as ne, a as ce } from "./useCustomMutation-9VUQ7NbQ.js";
|
|
11
|
+
import { useEntity as Se } from "./hooks/useEntity.js";
|
|
12
|
+
import { useOption as Ee } from "./hooks/useOption.js";
|
|
13
|
+
import { mutateOnCustomApi as fe } from "./utils/fetches.js";
|
|
14
|
+
import { arePropsValid as de, checkConfig as me, checkIfPropExists as Ne, checkVersion as Pe, getEnvironmentVariables as pe, getModuleQueryKey as ge, universalSelector as Ae } from "./utils/helper.js";
|
|
15
|
+
import { A as xe, B as Ue, F as ve, H as ye, I as Ce, a as be, b as Me, L as ke, d as He, M as Oe, e as we, N as De, f as Be, g as Le, O as Ie, P as Qe, h as Te, i as Ve, j as We, R as Ke, k as qe, S as ze, l as Ge, m as je, n as Je, o as Xe, D as Ye, p as Ze, E as $e, q as ea, r as aa, s as ta, t as sa, v as ra, w as oa, x as ia, V as ua, W as na, y as ca, z as ha, C as Sa, G as Ra, J as Ea, K as la, Q as fa, T as Fa, U as da, X as ma, Y as Na, Z as Pa, _ as pa, $ as ga, a0 as Aa, a1 as _a, a2 as xa, a3 as Ua, a4 as va, a5 as ya, c as Ca, a6 as ba, a7 as Ma, a8 as ka, a9 as Ha, aa as Oa, ab as wa, ac as Da, ad as Ba, ae as La, af as Ia, ag as Qa, ah as Ta, ai as Va, aj as Wa, ak as Ka, al as qa, am as za, an as Ga, ao as ja, ap as Ja, aq as Xa, ar as Ya, as as Za, at as $a, au as et, av as at, aw as tt, ax as st, ay as rt, az as ot, aA as it, aB as ut, aC as nt, aD as ct, aE as ht, aF as St, aG as Rt, aH as Et, aI as lt, aJ as ft, aK as Ft, aL as dt, aM as mt, aN as Nt, aO as Pt, aP as pt, aQ as gt, aR as At, aS as _t, aT as xt, aU as Ut } from "./chunk-EVOBXE3Y-BoyVF_Ri.js";
|
|
16
|
+
import { Q as E, a as l } from "./useQuery-DUDyh33-.js";
|
|
17
|
+
import { u as yt } from "./useQuery-DUDyh33-.js";
|
|
18
|
+
import { h as f, a as F } from "./IsRestoringProvider-SzKJZczp.js";
|
|
19
|
+
import { u as bt } from "./IsRestoringProvider-SzKJZczp.js";
|
|
20
|
+
var d = class extends E {
|
|
23
21
|
constructor(e, a) {
|
|
24
22
|
super(e, a);
|
|
25
23
|
}
|
|
@@ -54,8 +52,8 @@ var F = class extends f {
|
|
|
54
52
|
...r,
|
|
55
53
|
fetchNextPage: this.fetchNextPage,
|
|
56
54
|
fetchPreviousPage: this.fetchPreviousPage,
|
|
57
|
-
hasNextPage:
|
|
58
|
-
hasPreviousPage:
|
|
55
|
+
hasNextPage: F(a, s.data),
|
|
56
|
+
hasPreviousPage: f(a, s.data),
|
|
59
57
|
isFetchNextPageError: u,
|
|
60
58
|
isFetchingNextPage: n,
|
|
61
59
|
isFetchPreviousPageError: c,
|
|
@@ -65,168 +63,166 @@ var F = class extends f {
|
|
|
65
63
|
};
|
|
66
64
|
}
|
|
67
65
|
};
|
|
68
|
-
function
|
|
69
|
-
return
|
|
66
|
+
function p(e, a) {
|
|
67
|
+
return l(
|
|
70
68
|
e,
|
|
71
|
-
|
|
69
|
+
d,
|
|
72
70
|
a
|
|
73
71
|
);
|
|
74
72
|
}
|
|
75
73
|
export {
|
|
76
74
|
C as ActionState,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
75
|
+
xe as Await,
|
|
76
|
+
Ue as BrowserRouter,
|
|
77
|
+
ve as Form,
|
|
78
|
+
ye as HashRouter,
|
|
79
|
+
Ce as IDLE_BLOCKER,
|
|
80
|
+
be as IDLE_FETCHER,
|
|
81
|
+
Me as IDLE_NAVIGATION,
|
|
82
|
+
ke as Link,
|
|
83
|
+
He as Links,
|
|
84
|
+
Oe as MemoryRouter,
|
|
85
|
+
we as Meta,
|
|
88
86
|
_ as ModuleBase,
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
87
|
+
U as ModuleCore,
|
|
88
|
+
De as NavLink,
|
|
89
|
+
Be as Navigate,
|
|
90
|
+
Le as NavigationType,
|
|
91
|
+
Ie as Outlet,
|
|
92
|
+
Qe as PrefetchPageLinks,
|
|
93
|
+
v as QueryClient,
|
|
94
|
+
Te as Route,
|
|
95
|
+
Ve as Router,
|
|
96
|
+
We as RouterContextProvider,
|
|
97
|
+
Ke as RouterProvider,
|
|
98
|
+
qe as Routes,
|
|
99
|
+
ze as Scripts,
|
|
100
|
+
Ge as ScrollRestoration,
|
|
101
|
+
B as ServerRouter,
|
|
102
|
+
je as StaticRouter,
|
|
103
|
+
Je as StaticRouterProvider,
|
|
104
|
+
Xe as UNSAFE_AwaitContextProvider,
|
|
105
|
+
Ye as UNSAFE_DataRouterContext,
|
|
106
|
+
Ze as UNSAFE_DataRouterStateContext,
|
|
107
|
+
$e as UNSAFE_ErrorResponseImpl,
|
|
108
|
+
ea as UNSAFE_FetchersContext,
|
|
109
|
+
aa as UNSAFE_FrameworkContext,
|
|
110
|
+
ta as UNSAFE_LocationContext,
|
|
111
|
+
sa as UNSAFE_NavigationContext,
|
|
114
112
|
L as UNSAFE_RSCDefaultRootErrorBoundary,
|
|
115
|
-
|
|
116
|
-
|
|
113
|
+
ra as UNSAFE_RemixErrorBoundary,
|
|
114
|
+
oa as UNSAFE_RouteContext,
|
|
117
115
|
I as UNSAFE_ServerMode,
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
116
|
+
ia as UNSAFE_SingleFetchRedirectSymbol,
|
|
117
|
+
ua as UNSAFE_ViewTransitionContext,
|
|
118
|
+
na as UNSAFE_WithComponentProps,
|
|
119
|
+
ca as UNSAFE_WithErrorBoundaryProps,
|
|
120
|
+
ha as UNSAFE_WithHydrateFallbackProps,
|
|
121
|
+
Sa as UNSAFE_createBrowserHistory,
|
|
122
|
+
Ra as UNSAFE_createClientRoutes,
|
|
123
|
+
Ea as UNSAFE_createClientRoutesWithHMRRevalidationOptOut,
|
|
124
|
+
la as UNSAFE_createHashHistory,
|
|
125
|
+
fa as UNSAFE_createMemoryHistory,
|
|
126
|
+
Fa as UNSAFE_createRouter,
|
|
127
|
+
da as UNSAFE_decodeViaTurboStream,
|
|
130
128
|
Q as UNSAFE_deserializeErrors,
|
|
131
129
|
T as UNSAFE_getHydrationData,
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
130
|
+
ma as UNSAFE_getPatchRoutesOnNavigationFunction,
|
|
131
|
+
Na as UNSAFE_getTurboStreamSingleFetchDataStrategy,
|
|
132
|
+
Pa as UNSAFE_hydrationRouteProperties,
|
|
133
|
+
pa as UNSAFE_invariant,
|
|
134
|
+
ga as UNSAFE_mapRouteProperties,
|
|
135
|
+
Aa as UNSAFE_shouldHydrateRouteLoader,
|
|
136
|
+
_a as UNSAFE_useFogOFWarDiscovery,
|
|
137
|
+
xa as UNSAFE_useScrollRestoration,
|
|
138
|
+
Ua as UNSAFE_withComponentProps,
|
|
139
|
+
va as UNSAFE_withErrorBoundaryProps,
|
|
140
|
+
ya as UNSAFE_withHydrateFallbackProps,
|
|
141
|
+
de as arePropsValid,
|
|
142
|
+
me as checkConfig,
|
|
143
|
+
Ne as checkIfPropExists,
|
|
144
|
+
Pe as checkVersion,
|
|
145
|
+
Ca as createBrowserRouter,
|
|
146
|
+
ba as createContext,
|
|
149
147
|
V as createCookie,
|
|
150
148
|
W as createCookieSessionStorage,
|
|
151
|
-
|
|
152
|
-
|
|
149
|
+
Ma as createHashRouter,
|
|
150
|
+
ka as createMemoryRouter,
|
|
153
151
|
K as createMemorySessionStorage,
|
|
154
|
-
|
|
152
|
+
Ha as createPath,
|
|
155
153
|
q as createRequestHandler,
|
|
156
|
-
|
|
157
|
-
|
|
154
|
+
Oa as createRoutesFromChildren,
|
|
155
|
+
wa as createRoutesFromElements,
|
|
158
156
|
z as createRoutesStub,
|
|
159
|
-
|
|
157
|
+
Da as createSearchParams,
|
|
160
158
|
G as createSession,
|
|
161
159
|
j as createSessionStorage,
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
160
|
+
Ba as createStaticHandler,
|
|
161
|
+
La as createStaticRouter,
|
|
162
|
+
Ia as data,
|
|
163
|
+
Qa as generatePath,
|
|
164
|
+
pe as getEnvironmentVariables,
|
|
165
|
+
ge as getModuleQueryKey,
|
|
168
166
|
J as href,
|
|
169
167
|
X as isCookie,
|
|
170
|
-
|
|
168
|
+
Ta as isRouteErrorResponse,
|
|
171
169
|
Y as isSession,
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
170
|
+
Va as matchPath,
|
|
171
|
+
Wa as matchRoutes,
|
|
172
|
+
fe as mutateOnCustomApi,
|
|
173
|
+
Ka as parsePath,
|
|
174
|
+
qa as redirect,
|
|
175
|
+
za as redirectDocument,
|
|
176
|
+
Ga as renderMatches,
|
|
177
|
+
ja as replace,
|
|
178
|
+
Ja as resolvePath,
|
|
179
|
+
Ae as universalSelector,
|
|
180
|
+
Xa as unstable_HistoryRouter,
|
|
183
181
|
Z as unstable_RSCStaticRouter,
|
|
184
182
|
$ as unstable_routeRSCServerRequest,
|
|
185
183
|
ee as unstable_setDevServerHooks,
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
184
|
+
Ya as unstable_usePrompt,
|
|
185
|
+
Za as unstable_useRoute,
|
|
186
|
+
$a as useActionData,
|
|
187
|
+
et as useAsyncError,
|
|
188
|
+
at as useAsyncValue,
|
|
191
189
|
se as useBaseProps,
|
|
192
|
-
|
|
193
|
-
|
|
190
|
+
tt as useBeforeUnload,
|
|
191
|
+
st as useBlocker,
|
|
194
192
|
M as useBreadcrumbTranslation,
|
|
195
193
|
re as useConfig,
|
|
196
194
|
ie as useCustom,
|
|
197
195
|
ne as useCustomMutation,
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
196
|
+
Se as useEntity,
|
|
197
|
+
rt as useFetcher,
|
|
198
|
+
ot as useFetchers,
|
|
199
|
+
it as useFormAction,
|
|
200
|
+
ut as useHref,
|
|
201
|
+
nt as useInRouterContext,
|
|
202
|
+
p as useInfiniteQuery,
|
|
203
|
+
ct as useLinkClickHandler,
|
|
204
|
+
ht as useLoaderData,
|
|
205
|
+
St as useLocation,
|
|
206
|
+
Rt as useMatch,
|
|
207
|
+
Et as useMatches,
|
|
208
|
+
ce as useMutation,
|
|
211
209
|
ae as useNavigate,
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
Ee as useNotification,
|
|
210
|
+
lt as useNavigation,
|
|
211
|
+
ft as useNavigationType,
|
|
215
212
|
H as useOffline,
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
le as useServiceBus,
|
|
213
|
+
Ee as useOption,
|
|
214
|
+
Ft as useOutlet,
|
|
215
|
+
dt as useOutletContext,
|
|
216
|
+
mt as useParams,
|
|
217
|
+
yt as useQuery,
|
|
218
|
+
bt as useQueryClient,
|
|
219
|
+
Nt as useResolvedPath,
|
|
220
|
+
Pt as useRevalidator,
|
|
221
|
+
pt as useRouteError,
|
|
222
|
+
gt as useRouteLoaderData,
|
|
223
|
+
At as useRoutes,
|
|
224
|
+
_t as useSearchParams,
|
|
229
225
|
w as useSignalRMessages,
|
|
230
|
-
|
|
231
|
-
|
|
226
|
+
xt as useSubmit,
|
|
227
|
+
Ut as useViewTransitionState
|
|
232
228
|
};
|