@hortiview/modulebase 1.1.0 → 1.1.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.
@@ -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-U32BXXin.js";
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(() => {
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { M as l, a as u } from "../ModuleCore-U32BXXin.js";
2
+ import { M as l, a as u } from "../ModuleCore-DRMqZO8r.js";
3
3
  import "react";
4
4
  import "../stores/BasePropsStore.js";
5
5
  import "../stores/EnvironmentStore.js";
package/dist/constants.js CHANGED
@@ -1,6 +1,6 @@
1
1
  const a = [
2
- "addTranslation",
3
- "navigateTo",
2
+ "addBreadcrumbTranslation",
3
+ "navigateInHortiview",
4
4
  "modulePermissionToken",
5
5
  "organizationId",
6
6
  "currentLanguageId",
@@ -1,23 +1,22 @@
1
- import { useCallback as d } from "react";
2
- import { useBasePropsStore as s } from "../stores/BasePropsStore.js";
3
- const u = () => {
4
- const o = s((a) => a.addBreadcrumbTranslation), t = s((a) => a.addTranslation);
5
- return d(
6
- (a, r) => {
7
- const e = a, n = typeof r == "boolean" ? a : r;
8
- if (o) {
9
- o(
10
- { key: e, value: n },
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
- typeof r == "boolean"
12
+ o
13
13
  );
14
14
  return;
15
15
  }
16
- t && t({ key: e, value: n }, typeof r == "boolean");
17
16
  },
18
- [o, t]
17
+ [a]
19
18
  );
20
19
  };
21
20
  export {
22
- u as useBreadcrumbTranslation
21
+ d as useBreadcrumbTranslation
23
22
  };
@@ -1,4 +1,4 @@
1
- import { u as i } from "../useQuery-Cepqe-Ee.js";
1
+ import { u as i } from "../useQuery-DUDyh33-.js";
2
2
  import { fetchFromCustomApi as n } from "../utils/fetches.js";
3
3
  import { universalSelector as p } from "../utils/helper.js";
4
4
  const C = ({
@@ -1,25 +1,14 @@
1
- import { u as s } from "../useMutation-a0q2LJY6.js";
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-U32BXXin.js";
7
- import { mutateOnCustomApi as a } from "../utils/fetches.js";
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
- g as useCustomMutation
13
+ x as useCustomMutation
25
14
  };
@@ -1,4 +1,4 @@
1
- import { u as p } from "../useQuery-Cepqe-Ee.js";
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";
@@ -1,4 +1,4 @@
1
- import { u as y } from "../QueryClientProvider-Bak-4BVu.js";
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";
@@ -1,4 +1,4 @@
1
- import { u as m } from "../useQuery-Cepqe-Ee.js";
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').DeprecatedBaseProps & {
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').DeprecatedBaseProps | "isOnline" | "modulePermissionToken" | "moduleId" | "organizationId" | "basePath" | "currentNavigationPath" | "sourcePath" | "currentLanguage" | "currentLanguageId" | "commonOptions" | "refreshModulePermissionToken" | "riseNotification" | "navigateInHortiview" | "addBreadcrumbTranslation" | "showSnackbar" | "showMessage" | "pendingActions" | "getPendingActions" | "resolveAction" | "startResolvingAction" | "addAction" | "getActions" | "getActionByKey" | "logEvent" | "logError" | "throwError" | "environmentVariables">;
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;
@@ -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 { useNotification, useServiceBus } from './hooks/useServiceBus';
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';
@@ -2,6 +2,6 @@
2
2
  *
3
3
  * @returns A function to navigate to a specific path
4
4
  */
5
- declare const useNavigate: () => (path: string) => void;
5
+ declare const useNavigate: () => (path: string) => void | undefined;
6
6
  export * from 'react-router';
7
7
  export { useNavigate };
@@ -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 = DeprecatedBaseProps & {
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 v, Q as U } from "./ModuleCore-U32BXXin.js";
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 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";
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 { 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 {
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: m(a, s.data),
58
- hasPreviousPage: l(a, s.data),
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 P(e, a) {
69
- return E(
66
+ function p(e, a) {
67
+ return l(
70
68
  e,
71
- F,
69
+ d,
72
70
  a
73
71
  );
74
72
  }
75
73
  export {
76
74
  C as ActionState,
77
- Ue as Await,
78
- ye as BrowserRouter,
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,
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
- v as ModuleCore,
90
- Le as NavLink,
91
- Ie as Navigate,
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,
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
- ia as UNSAFE_RemixErrorBoundary,
116
- ua as UNSAFE_RouteContext,
113
+ ra as UNSAFE_RemixErrorBoundary,
114
+ oa as UNSAFE_RouteContext,
117
115
  I as UNSAFE_ServerMode,
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,
123
- fa as UNSAFE_createBrowserHistory,
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,
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
- pa as UNSAFE_getPatchRoutesOnNavigationFunction,
133
- Pa as UNSAFE_getTurboStreamSingleFetchDataStrategy,
134
- ga as UNSAFE_hydrationRouteProperties,
135
- Aa as UNSAFE_invariant,
136
- _a as UNSAFE_mapRouteProperties,
137
- xa as UNSAFE_shouldHydrateRouteLoader,
138
- va as UNSAFE_useFogOFWarDiscovery,
139
- Ua as UNSAFE_useScrollRestoration,
140
- ya as UNSAFE_withComponentProps,
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,
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
- Ha as createHashRouter,
152
- Oa as createMemoryRouter,
149
+ Ma as createHashRouter,
150
+ ka as createMemoryRouter,
153
151
  K as createMemorySessionStorage,
154
- wa as createPath,
152
+ Ha as createPath,
155
153
  q as createRequestHandler,
156
- Ba as createRoutesFromChildren,
157
- Da as createRoutesFromElements,
154
+ Oa as createRoutesFromChildren,
155
+ wa as createRoutesFromElements,
158
156
  z as createRoutesStub,
159
- La as createSearchParams,
157
+ Da as createSearchParams,
160
158
  G as createSession,
161
159
  j as createSessionStorage,
162
- Ia as createStaticHandler,
163
- Qa as createStaticRouter,
164
- Ta as data,
165
- Va as generatePath,
166
- Ae as getEnvironmentVariables,
167
- _e as getModuleQueryKey,
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
- Wa as isRouteErrorResponse,
168
+ Ta as isRouteErrorResponse,
171
169
  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,
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
- $a as unstable_usePrompt,
187
- et as unstable_useRoute,
188
- at as useActionData,
189
- tt as useAsyncError,
190
- st as useAsyncValue,
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
- rt as useBeforeUnload,
193
- ot as useBlocker,
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
- 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,
207
- ft as useLocation,
208
- Et as useMatch,
209
- lt as useMatches,
210
- kt as useMutation,
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
- mt as useNavigation,
213
- Ft as useNavigationType,
214
- Ee as useNotification,
210
+ lt as useNavigation,
211
+ ft as useNavigationType,
215
212
  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,
225
- _t as useRouteLoaderData,
226
- xt as useRoutes,
227
- vt as useSearchParams,
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
- Ut as useSubmit,
231
- yt as useViewTransitionState
226
+ xt as useSubmit,
227
+ Ut as useViewTransitionState
232
228
  };