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