@hortiview/modulebase 1.1.2-alpha.a0b1047e.1 → 1.1.2
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/ModuleCore-DRMqZO8r.js → ModuleCore-C4Z4zObE.js} +3030 -3110
- package/{dist/api-COabZnyn.js → api-CikhPcJj.js} +10 -10
- package/{dist/chunk-EVOBXE3Y-B43QN6RE.js → chunk-KS7C4IRE-CT7Z8Xx_.js} +3866 -3585
- package/components/ModuleBase.js +30 -0
- package/{dist/components → components}/ModuleCore.js +2 -3
- package/{dist/constants.js → constants.js} +8 -8
- package/{dist/hooks → hooks}/useCustom.js +9 -9
- package/{dist/hooks → hooks}/useCustomMutation.js +6 -6
- package/{dist/hooks → hooks}/useEntity.js +5 -5
- package/hooks/useOffline.js +57 -0
- package/{dist/hooks → hooks}/useOption.js +6 -6
- package/{dist/hooks → hooks}/useSignalRMessages.js +1 -1
- package/{dist/hooks → hooks}/useStores.js +1 -1
- package/{dist/isTypedArray-SkhznY1k.js → isTypedArray-T1_r8YHg.js} +33 -33
- package/{dist/lib → lib}/components/ModuleBase.d.ts +1 -1
- package/{dist/lib → lib}/components/ModuleCore.d.ts +1 -2
- package/{dist/lib → lib}/hooks/useCustom.d.ts +1 -1
- package/{dist/lib → lib}/hooks/useCustomMutation.d.ts +1 -1
- package/{dist/lib → lib}/hooks/useOffline.d.ts +5 -5
- package/lib/provider/SignalR/SignalRModuleContext.d.ts +4 -0
- package/lib/provider/SignalR/SignalRProvider.d.ts +9 -0
- package/lib/types/BaseProps.d.ts +98 -0
- package/lib/utils/IndexedDbService.d.ts +6 -0
- package/main.js +228 -0
- package/{dist/module-router.js → module-router.js} +813 -847
- package/{dist/omit-DYPaIq41.js → omit-CiJPWayj.js} +66 -66
- package/package.json +22 -56
- package/provider/SignalR/SignalRModuleContext.js +6205 -0
- package/provider/SignalR/SignalRProvider.js +35 -0
- package/{dist/stores → stores}/BasePropsStore.js +1 -0
- package/{dist/stores → stores}/EnvironmentStore.js +5 -5
- package/{dist/types → types}/Entities.js +5 -5
- package/{dist/useCustomMutation-9VUQ7NbQ.js → useCustomMutation-BX8lKAYe.js} +10 -10
- package/{dist/useQuery-DUDyh33-.js → useQuery-URJEw3ly.js} +128 -126
- package/utils/IndexedDbService.js +43 -0
- package/{dist/utils → utils}/api.js +1 -1
- package/{dist/utils → utils}/baseFetches.js +1 -1
- package/README.md +0 -9
- package/dist/components/ModuleBase.js +0 -21
- package/dist/hooks/useOffline.js +0 -57
- package/dist/lib/provider/SignalR/SignalRProvider.d.ts +0 -13
- package/dist/lib/types/BaseProps.d.ts +0 -48
- package/dist/lib/utils/IndexedDbService.d.ts +0 -33
- package/dist/main.js +0 -228
- package/dist/provider/SignalR/SignalRProvider.js +0 -5979
- package/dist/utils/IndexedDbService.js +0 -43
- package/{dist/IsRestoringProvider-SzKJZczp.js → IsRestoringProvider-SzKJZczp.js} +0 -0
- package/{dist/_commonjsHelpers-ByX85dGu.js → _commonjsHelpers-ByX85dGu.js} +0 -0
- package/{dist/assets → assets}/ModuleCore.css +0 -0
- package/{dist/enum → enum}/ActionStorage.js +0 -0
- package/{dist/hooks → hooks}/useBreadcrumbTranslation.js +0 -0
- package/{dist/lib → lib}/constants.d.ts +8 -8
- /package/{dist/lib → lib}/enum/ActionStorage.d.ts +0 -0
- /package/{dist/lib → lib}/hooks/useBreadcrumbTranslation.d.ts +0 -0
- /package/{dist/lib → lib}/hooks/useEntity.d.ts +0 -0
- /package/{dist/lib → lib}/hooks/useOption.d.ts +0 -0
- /package/{dist/lib → lib}/hooks/useSignalRMessages.d.ts +0 -0
- /package/{dist/lib → lib}/hooks/useStores.d.ts +0 -0
- /package/{dist/lib → lib}/main.d.ts +0 -0
- /package/{dist/lib → lib}/module-router.d.ts +0 -0
- /package/{dist/lib → lib}/provider/SignalR/signalR.d.ts +0 -0
- /package/{dist/lib → lib}/stores/BasePropsStore.d.ts +0 -0
- /package/{dist/lib → lib}/stores/EnvironmentStore.d.ts +0 -0
- /package/{dist/lib → lib}/types/ActionStorage.d.ts +0 -0
- /package/{dist/lib → lib}/types/AppInsights.d.ts +0 -0
- /package/{dist/lib → lib}/types/CommonOptions.d.ts +0 -0
- /package/{dist/lib → lib}/types/Entities.d.ts +0 -0
- /package/{dist/lib → lib}/types/Environment.d.ts +0 -0
- /package/{dist/lib → lib}/types/EnvironmentVariable.d.ts +0 -0
- /package/{dist/lib → lib}/types/ModuleApi.d.ts +0 -0
- /package/{dist/lib → lib}/types/Requests.d.ts +0 -0
- /package/{dist/lib → lib}/types/ServiceBus.d.ts +0 -0
- /package/{dist/lib → lib}/types/SystemMessage.d.ts +0 -0
- /package/{dist/lib → lib}/utils/api.d.ts +0 -0
- /package/{dist/lib → lib}/utils/baseFetches.d.ts +0 -0
- /package/{dist/lib → lib}/utils/fetches.d.ts +0 -0
- /package/{dist/lib → lib}/utils/helper.d.ts +0 -0
- /package/{dist/provider → provider}/SignalR/signalR.js +0 -0
- /package/{dist/react-c9FSfB30.js → react-c9FSfB30.js} +0 -0
- /package/{dist/types → types}/ActionStorage.js +0 -0
- /package/{dist/types → types}/AppInsights.js +0 -0
- /package/{dist/types → types}/BaseProps.js +0 -0
- /package/{dist/types → types}/CommonOptions.js +0 -0
- /package/{dist/types → types}/Environment.js +0 -0
- /package/{dist/types → types}/EnvironmentVariable.js +0 -0
- /package/{dist/types → types}/ModuleApi.js +0 -0
- /package/{dist/types → types}/Requests.js +0 -0
- /package/{dist/types → types}/ServiceBus.js +0 -0
- /package/{dist/types → types}/SystemMessage.js +0 -0
- /package/{dist/utils → utils}/fetches.js +0 -0
- /package/{dist/utils → utils}/helper.js +0 -0
- /package/{dist/vite-env.d.js → vite-env.d.js} +0 -0
package/dist/hooks/useOffline.js
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { u as y } from "../IsRestoringProvider-SzKJZczp.js";
|
|
2
|
-
import { useBasePropsStore as i } from "../stores/BasePropsStore.js";
|
|
3
|
-
import { fetchFromCustomApi as f, getFarmOrgEntities as m, getModuleDependedEntities as d } from "../utils/fetches.js";
|
|
4
|
-
import { getModuleQueryKey as o } from "../utils/helper.js";
|
|
5
|
-
import { useEntityId as p } from "./useEntity.js";
|
|
6
|
-
const I = () => {
|
|
7
|
-
const e = a(), t = h();
|
|
8
|
-
return {
|
|
9
|
-
prefetchCustom: e,
|
|
10
|
-
prefetch: t,
|
|
11
|
-
usePrefetchEntity: l
|
|
12
|
-
};
|
|
13
|
-
}, a = () => {
|
|
14
|
-
const e = y();
|
|
15
|
-
return async ({
|
|
16
|
-
queryKey: t,
|
|
17
|
-
endpoint: r,
|
|
18
|
-
token: u,
|
|
19
|
-
noAuth: s = !1
|
|
20
|
-
}) => {
|
|
21
|
-
await e.prefetchQuery({
|
|
22
|
-
queryKey: o(t),
|
|
23
|
-
queryFn: () => f(r, u, s)
|
|
24
|
-
});
|
|
25
|
-
};
|
|
26
|
-
}, h = () => {
|
|
27
|
-
const e = y();
|
|
28
|
-
return ({
|
|
29
|
-
queryKey: t,
|
|
30
|
-
queryFn: r
|
|
31
|
-
}) => e.prefetchQuery({
|
|
32
|
-
queryKey: o(t),
|
|
33
|
-
queryFn: r
|
|
34
|
-
});
|
|
35
|
-
}, l = (e, ...t) => {
|
|
36
|
-
const { moduleId: r } = i(), u = y(), s = p(e);
|
|
37
|
-
if (!r) return "Prefetch failed: no moduleId";
|
|
38
|
-
t.forEach(async (c) => {
|
|
39
|
-
const n = s(c);
|
|
40
|
-
if (n) {
|
|
41
|
-
if (e !== "ModuleDepended") {
|
|
42
|
-
await u.prefetchQuery({
|
|
43
|
-
queryKey: o([n]),
|
|
44
|
-
queryFn: () => m(r, n)
|
|
45
|
-
});
|
|
46
|
-
return;
|
|
47
|
-
}
|
|
48
|
-
await u.prefetchQuery({
|
|
49
|
-
queryKey: o([n]),
|
|
50
|
-
queryFn: () => d(r, n)
|
|
51
|
-
});
|
|
52
|
-
}
|
|
53
|
-
});
|
|
54
|
-
};
|
|
55
|
-
export {
|
|
56
|
-
I as useOffline
|
|
57
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { PropsWithChildren } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* SignalRProvider on behalf of the module
|
|
4
|
-
*/
|
|
5
|
-
export declare const SignalRModuleContext: import('react-signalr/lib/signalr/types').Context<import('react-signalr/lib/signalr/types').Hub<string, string>>;
|
|
6
|
-
/**
|
|
7
|
-
* SignalRProvider
|
|
8
|
-
* @param children
|
|
9
|
-
* @returns
|
|
10
|
-
*/
|
|
11
|
-
export declare const SignalRProvider: ({ children, enabled, }: PropsWithChildren & {
|
|
12
|
-
enabled: boolean;
|
|
13
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { ActionItem } from './ActionStorage';
|
|
2
|
-
import { AppInsightsEvent, AppInsightsException, AppInsightsProperties } from './AppInsights';
|
|
3
|
-
import { AllDropdownsData, CommonOption } from './CommonOptions';
|
|
4
|
-
import { EnvironmentVariable } from './EnvironmentVariable';
|
|
5
|
-
import { SystemMessage } from './SystemMessage';
|
|
6
|
-
/**
|
|
7
|
-
* Properties that are passed to the Base component by the host application
|
|
8
|
-
* @param token authentication user token
|
|
9
|
-
* @param modulePermissionToken token for the module, to communicate with the module api
|
|
10
|
-
* @param moduleId id of the module
|
|
11
|
-
* @param basePath base path of the module (that is part of the URL and will be used for routing)
|
|
12
|
-
* @param organizationId id of the organization, where the module is used
|
|
13
|
-
* @param config configuration object that is used to configure the module
|
|
14
|
-
* @param navigateTo function to navigate to a specific route to trigger the routing in the host application
|
|
15
|
-
* @param addTranslation function to add a translation to the i18n instance of the host application
|
|
16
|
-
* @param currentNavigationPath current path of the route, that is changed, when the host application navigates
|
|
17
|
-
*/
|
|
18
|
-
export type BaseProps = {
|
|
19
|
-
alertRules?: string;
|
|
20
|
-
isOnline?: boolean;
|
|
21
|
-
modulePermissionToken?: string;
|
|
22
|
-
moduleId?: string;
|
|
23
|
-
organizationId?: string;
|
|
24
|
-
basePath?: string;
|
|
25
|
-
currentNavigationPath?: string;
|
|
26
|
-
currentLanguage?: string;
|
|
27
|
-
currentLanguageId?: string;
|
|
28
|
-
commonOptions?: AllDropdownsData<CommonOption>['items'];
|
|
29
|
-
environmentVariables?: EnvironmentVariable[];
|
|
30
|
-
refreshModulePermissionToken?: () => Promise<string | undefined>;
|
|
31
|
-
navigateInHortiview?: (path: string) => void;
|
|
32
|
-
addBreadcrumbTranslation?: (translation: {
|
|
33
|
-
key: string;
|
|
34
|
-
value: string;
|
|
35
|
-
}, hide?: boolean) => void;
|
|
36
|
-
showSnackbar?: (message: string, icon?: string) => void;
|
|
37
|
-
showMessage?: (message: SystemMessage) => void;
|
|
38
|
-
pendingActions?: ActionItem[];
|
|
39
|
-
getPendingActions?: () => ActionItem[];
|
|
40
|
-
resolveAction?: (key: string, result?: string) => void;
|
|
41
|
-
startResolvingAction?: (key: string) => void;
|
|
42
|
-
addAction?: (functionName: string, args: unknown[], key?: string) => void;
|
|
43
|
-
getActions?: () => ActionItem[];
|
|
44
|
-
getActionByKey?: (key: string) => ActionItem | undefined;
|
|
45
|
-
logEvent?: (event: AppInsightsEvent, customProperties?: AppInsightsProperties) => void;
|
|
46
|
-
logError?: (exception: AppInsightsException) => void;
|
|
47
|
-
throwError?: (message: string, code: number) => void;
|
|
48
|
-
};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The interface for the IndexedDb communication object.
|
|
3
|
-
* It is used in the TanstackQuery Persistent Query Provider.
|
|
4
|
-
*
|
|
5
|
-
* @see TanstackQuery {@link https://tanstack.com/query}
|
|
6
|
-
*/
|
|
7
|
-
interface IndexedDbStorage {
|
|
8
|
-
/**
|
|
9
|
-
* the getter takes a key and returns the value behind the key from the IndexedDB
|
|
10
|
-
* @param key
|
|
11
|
-
* @returns a Promise containing the data behind the key or null
|
|
12
|
-
*/
|
|
13
|
-
getItem: (key: string) => Promise<string | undefined | null>;
|
|
14
|
-
/**
|
|
15
|
-
* the setter adds some values to the IndexedDB with the given key as the key in the IndexedDB.
|
|
16
|
-
* @param key
|
|
17
|
-
* @returns
|
|
18
|
-
*/
|
|
19
|
-
setItem: (key: string, value: string) => Promise<unknown>;
|
|
20
|
-
/**
|
|
21
|
-
* the remove fundtion takes a key and deletes the value behind the key from the IndexedDB
|
|
22
|
-
* @param key
|
|
23
|
-
* @returns
|
|
24
|
-
*/
|
|
25
|
-
removeItem: (key: string) => Promise<void>;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* This object is the implementation of the {@link IndexedDbStorage} interface using the idb-keyval package
|
|
29
|
-
*
|
|
30
|
-
* @see idb-keyval {@link https://www.npmjs.com/package/idb-keyval?activeTab=readme}
|
|
31
|
-
*/
|
|
32
|
-
export declare const indexedDbStorage: IndexedDbStorage;
|
|
33
|
-
export {};
|
package/dist/main.js
DELETED
|
@@ -1,228 +0,0 @@
|
|
|
1
|
-
import { ModuleBase as _ } from "./components/ModuleBase.js";
|
|
2
|
-
import { M as U, Q as v } from "./ModuleCore-DRMqZO8r.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 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
|
-
import { useBaseProps as se, useConfig as re } from "./hooks/useStores.js";
|
|
9
|
-
import { useCustom as ie } from "./hooks/useCustom.js";
|
|
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, b as be, c 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, a as Te, h as Ve, i as We, j as Ke, R as qe, S as ze, k as Ge, l as je, m as Je, n as Xe, D as Ye, o as Ze, E as $e, p as ea, q as aa, r as ta, s as sa, t as ra, v as oa, w as ia, V as ua, W as na, x as ca, y as ha, z as Sa, C as Ra, G as Ea, J as la, K as fa, Q as Fa, T as da, U as ma, X as Na, Y as Pa, Z as pa, _ as ga, $ as Aa, a0 as _a, a1 as xa, a2 as Ua, a3 as va, a4 as ya, a5 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-B43QN6RE.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 {
|
|
21
|
-
constructor(e, a) {
|
|
22
|
-
super(e, a);
|
|
23
|
-
}
|
|
24
|
-
bindMethods() {
|
|
25
|
-
super.bindMethods(), this.fetchNextPage = this.fetchNextPage.bind(this), this.fetchPreviousPage = this.fetchPreviousPage.bind(this);
|
|
26
|
-
}
|
|
27
|
-
setOptions(e) {
|
|
28
|
-
e._type = "infinite", super.setOptions(e);
|
|
29
|
-
}
|
|
30
|
-
getOptimisticResult(e) {
|
|
31
|
-
return e._type = "infinite", super.getOptimisticResult(e);
|
|
32
|
-
}
|
|
33
|
-
fetchNextPage(e) {
|
|
34
|
-
return this.fetch({
|
|
35
|
-
...e,
|
|
36
|
-
meta: {
|
|
37
|
-
fetchMore: { direction: "forward" }
|
|
38
|
-
}
|
|
39
|
-
});
|
|
40
|
-
}
|
|
41
|
-
fetchPreviousPage(e) {
|
|
42
|
-
return this.fetch({
|
|
43
|
-
...e,
|
|
44
|
-
meta: {
|
|
45
|
-
fetchMore: { direction: "backward" }
|
|
46
|
-
}
|
|
47
|
-
});
|
|
48
|
-
}
|
|
49
|
-
createResult(e, a) {
|
|
50
|
-
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";
|
|
51
|
-
return {
|
|
52
|
-
...r,
|
|
53
|
-
fetchNextPage: this.fetchNextPage,
|
|
54
|
-
fetchPreviousPage: this.fetchPreviousPage,
|
|
55
|
-
hasNextPage: F(a, s.data),
|
|
56
|
-
hasPreviousPage: f(a, s.data),
|
|
57
|
-
isFetchNextPageError: u,
|
|
58
|
-
isFetchingNextPage: n,
|
|
59
|
-
isFetchPreviousPageError: c,
|
|
60
|
-
isFetchingPreviousPage: h,
|
|
61
|
-
isRefetchError: R && !u && !c,
|
|
62
|
-
isRefetching: S && !n && !h
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
|
-
};
|
|
66
|
-
function p(e, a) {
|
|
67
|
-
return l(
|
|
68
|
-
e,
|
|
69
|
-
d,
|
|
70
|
-
a
|
|
71
|
-
);
|
|
72
|
-
}
|
|
73
|
-
export {
|
|
74
|
-
C as ActionState,
|
|
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,
|
|
86
|
-
_ as ModuleBase,
|
|
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,
|
|
112
|
-
L as UNSAFE_RSCDefaultRootErrorBoundary,
|
|
113
|
-
ra as UNSAFE_RemixErrorBoundary,
|
|
114
|
-
oa as UNSAFE_RouteContext,
|
|
115
|
-
I as UNSAFE_ServerMode,
|
|
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,
|
|
128
|
-
Q as UNSAFE_deserializeErrors,
|
|
129
|
-
T as UNSAFE_getHydrationData,
|
|
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,
|
|
147
|
-
V as createCookie,
|
|
148
|
-
W as createCookieSessionStorage,
|
|
149
|
-
Ma as createHashRouter,
|
|
150
|
-
ka as createMemoryRouter,
|
|
151
|
-
K as createMemorySessionStorage,
|
|
152
|
-
Ha as createPath,
|
|
153
|
-
q as createRequestHandler,
|
|
154
|
-
Oa as createRoutesFromChildren,
|
|
155
|
-
wa as createRoutesFromElements,
|
|
156
|
-
z as createRoutesStub,
|
|
157
|
-
Da as createSearchParams,
|
|
158
|
-
G as createSession,
|
|
159
|
-
j as createSessionStorage,
|
|
160
|
-
Ba as createStaticHandler,
|
|
161
|
-
La as createStaticRouter,
|
|
162
|
-
Ia as data,
|
|
163
|
-
Qa as generatePath,
|
|
164
|
-
pe as getEnvironmentVariables,
|
|
165
|
-
ge as getModuleQueryKey,
|
|
166
|
-
J as href,
|
|
167
|
-
X as isCookie,
|
|
168
|
-
Ta as isRouteErrorResponse,
|
|
169
|
-
Y as isSession,
|
|
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,
|
|
181
|
-
Z as unstable_RSCStaticRouter,
|
|
182
|
-
$ as unstable_routeRSCServerRequest,
|
|
183
|
-
ee as unstable_setDevServerHooks,
|
|
184
|
-
Ya as unstable_usePrompt,
|
|
185
|
-
Za as unstable_useRoute,
|
|
186
|
-
$a as useActionData,
|
|
187
|
-
et as useAsyncError,
|
|
188
|
-
at as useAsyncValue,
|
|
189
|
-
se as useBaseProps,
|
|
190
|
-
tt as useBeforeUnload,
|
|
191
|
-
st as useBlocker,
|
|
192
|
-
M as useBreadcrumbTranslation,
|
|
193
|
-
re as useConfig,
|
|
194
|
-
ie as useCustom,
|
|
195
|
-
ne as useCustomMutation,
|
|
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,
|
|
209
|
-
ae as useNavigate,
|
|
210
|
-
lt as useNavigation,
|
|
211
|
-
ft as useNavigationType,
|
|
212
|
-
H as useOffline,
|
|
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,
|
|
225
|
-
w as useSignalRMessages,
|
|
226
|
-
xt as useSubmit,
|
|
227
|
-
Ut as useViewTransitionState
|
|
228
|
-
};
|