@hortiview/modulebase 1.0.1 → 1.0.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/{IsRestoringProvider-D5gAh2bq.js → IsRestoringProvider-BfrdLTDw.js} +172 -83
- package/dist/{ModuleCore-CVkmRANQ.js → ModuleCore-D9qFDsO7.js} +2841 -2915
- package/dist/{QueryClientProvider-CTj9TWgb.js → QueryClientProvider-Bak-4BVu.js} +13 -13
- package/dist/components/ModuleBase.js +1 -1
- 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/main.js +175 -178
- package/dist/{mutation-BIuQs3WB.js → mutation-DztCHC7y.js} +1 -1
- package/dist/provider/SignalR/SignalRProvider.js +1377 -4402
- package/dist/{useMutation-SlEg4Gf2.js → useMutation-a0q2LJY6.js} +2 -2
- package/dist/{useQuery-jyZ1SNKl.js → useQuery-Cepqe-Ee.js} +6 -6
- package/dist/utils/helper.js +1 -1
- package/package.json +11 -12
|
@@ -505,26 +505,26 @@ export {
|
|
|
505
505
|
F as a,
|
|
506
506
|
he as b,
|
|
507
507
|
me as c,
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
508
|
+
le as d,
|
|
509
|
+
fe as e,
|
|
510
|
+
ce as f,
|
|
511
|
+
de as g,
|
|
512
512
|
S as h,
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
513
|
+
se as i,
|
|
514
|
+
I as j,
|
|
515
|
+
ne as k,
|
|
516
|
+
X as l,
|
|
517
|
+
M as m,
|
|
518
518
|
ve as n,
|
|
519
|
-
|
|
519
|
+
_ as o,
|
|
520
520
|
B as p,
|
|
521
|
-
|
|
521
|
+
g as q,
|
|
522
522
|
ae as r,
|
|
523
523
|
ue as s,
|
|
524
524
|
re as t,
|
|
525
525
|
be as u,
|
|
526
|
-
|
|
527
|
-
|
|
526
|
+
Q as v,
|
|
527
|
+
ye as w,
|
|
528
528
|
oe as x,
|
|
529
529
|
U as y,
|
|
530
530
|
ie as z
|
|
@@ -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-D9qFDsO7.js";
|
|
7
7
|
const g = () => {
|
|
8
8
|
const e = f((o) => o.currentNavigationPath), t = m();
|
|
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-a0q2LJY6.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-D9qFDsO7.js";
|
|
7
7
|
import { mutateOnCustomApi as s } from "../utils/fetches.js";
|
|
8
8
|
import "../types/Entities.js";
|
|
9
9
|
import "../api-COabZnyn.js";
|
package/dist/hooks/useEntity.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { u as p } from "../useQuery-
|
|
1
|
+
import { u as p } from "../useQuery-Cepqe-Ee.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 "../QueryClientProvider-
|
|
1
|
+
import { u as y } from "../QueryClientProvider-Bak-4BVu.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-Cepqe-Ee.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";
|
package/dist/main.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import { ModuleBase as _ } from "./components/ModuleBase.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import { u as
|
|
21
|
-
import { u as
|
|
22
|
-
var
|
|
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 {
|
|
23
23
|
constructor(e, a) {
|
|
24
24
|
super(e, a);
|
|
25
25
|
}
|
|
@@ -27,13 +27,10 @@ var d = class extends m {
|
|
|
27
27
|
super.bindMethods(), this.fetchNextPage = this.fetchNextPage.bind(this), this.fetchPreviousPage = this.fetchPreviousPage.bind(this);
|
|
28
28
|
}
|
|
29
29
|
setOptions(e) {
|
|
30
|
-
super.setOptions(
|
|
31
|
-
...e,
|
|
32
|
-
behavior: S()
|
|
33
|
-
});
|
|
30
|
+
e._type = "infinite", super.setOptions(e);
|
|
34
31
|
}
|
|
35
32
|
getOptimisticResult(e) {
|
|
36
|
-
return e.
|
|
33
|
+
return e._type = "infinite", super.getOptimisticResult(e);
|
|
37
34
|
}
|
|
38
35
|
fetchNextPage(e) {
|
|
39
36
|
return this.fetch({
|
|
@@ -52,184 +49,184 @@ var d = class extends m {
|
|
|
52
49
|
});
|
|
53
50
|
}
|
|
54
51
|
createResult(e, a) {
|
|
55
|
-
const { state: s } = e, r = super.createResult(e, a), { isFetching: o, isRefetching:
|
|
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";
|
|
56
53
|
return {
|
|
57
54
|
...r,
|
|
58
55
|
fetchNextPage: this.fetchNextPage,
|
|
59
56
|
fetchPreviousPage: this.fetchPreviousPage,
|
|
60
|
-
hasNextPage:
|
|
61
|
-
hasPreviousPage:
|
|
57
|
+
hasNextPage: m(a, s.data),
|
|
58
|
+
hasPreviousPage: l(a, s.data),
|
|
62
59
|
isFetchNextPageError: u,
|
|
63
60
|
isFetchingNextPage: n,
|
|
64
61
|
isFetchPreviousPageError: c,
|
|
65
62
|
isFetchingPreviousPage: h,
|
|
66
|
-
isRefetchError:
|
|
67
|
-
isRefetching:
|
|
63
|
+
isRefetchError: R && !u && !c,
|
|
64
|
+
isRefetching: S && !n && !h
|
|
68
65
|
};
|
|
69
66
|
}
|
|
70
67
|
};
|
|
71
|
-
function
|
|
72
|
-
return
|
|
68
|
+
function P(e, a) {
|
|
69
|
+
return E(
|
|
73
70
|
e,
|
|
74
|
-
|
|
71
|
+
F,
|
|
75
72
|
a
|
|
76
73
|
);
|
|
77
74
|
}
|
|
78
75
|
export {
|
|
79
|
-
|
|
80
|
-
|
|
76
|
+
C as ActionState,
|
|
77
|
+
Ue as Await,
|
|
81
78
|
ye as BrowserRouter,
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
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,
|
|
91
88
|
_ as ModuleBase,
|
|
92
|
-
|
|
93
|
-
|
|
89
|
+
v as ModuleCore,
|
|
90
|
+
Le as NavLink,
|
|
94
91
|
Ie as Navigate,
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
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,
|
|
120
117
|
I as UNSAFE_ServerMode,
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
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,
|
|
126
123
|
fa as UNSAFE_createBrowserHistory,
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
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,
|
|
139
136
|
_a as UNSAFE_mapRouteProperties,
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
137
|
+
xa as UNSAFE_shouldHydrateRouteLoader,
|
|
138
|
+
va as UNSAFE_useFogOFWarDiscovery,
|
|
139
|
+
Ua as UNSAFE_useScrollRestoration,
|
|
143
140
|
ya as UNSAFE_withComponentProps,
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
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,
|
|
165
162
|
Ia as createStaticHandler,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
163
|
+
Qa as createStaticRouter,
|
|
164
|
+
Ta as data,
|
|
165
|
+
Va as generatePath,
|
|
166
|
+
Ae as getEnvironmentVariables,
|
|
170
167
|
_e as getModuleQueryKey,
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
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,
|
|
210
207
|
ft as useLocation,
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
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,
|
|
228
225
|
_t as useRouteLoaderData,
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
226
|
+
xt as useRoutes,
|
|
227
|
+
vt as useSearchParams,
|
|
228
|
+
le as useServiceBus,
|
|
229
|
+
w as useSignalRMessages,
|
|
230
|
+
Ut as useSubmit,
|
|
234
231
|
yt as useViewTransitionState
|
|
235
232
|
};
|