@argon-router/react 0.2.3 → 0.3.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/README.md +21 -0
- package/dist/index.cjs +9 -9
- package/dist/index.d.ts +27 -8
- package/dist/index.js +172 -167
- package/package.json +9 -11
package/README.md
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# ☄️ argon-router/react
|
|
2
|
+
|
|
3
|
+
Router without a headache
|
|
4
|
+
|
|
5
|
+
> [!WARNING]
|
|
6
|
+
> argon-router is extermely unstable & maybe buggy. DO NOT USE IN PRODUCTION!
|
|
7
|
+
|
|
8
|
+
## Documentation
|
|
9
|
+
|
|
10
|
+
For additional information, guides and api reference visit [documentation site](https://movpushmov.dev/argon-router/)
|
|
11
|
+
|
|
12
|
+
## Packages
|
|
13
|
+
|
|
14
|
+
- [@argon-router/core](https://www.npmjs.com/package/@argon-router/core)
|
|
15
|
+
- [@argon-router/react](https://www.npmjs.com/package/@argon-router/react)
|
|
16
|
+
|
|
17
|
+
## Installation
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
npm i @argon-router/react
|
|
21
|
+
```
|
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const N=require("react"),X=require("effector-react");var A={exports:{}},k={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.js
|
|
4
4
|
*
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var
|
|
9
|
+
*/var Ee;function Se(){if(Ee)return k;Ee=1;var a=Symbol.for("react.transitional.element"),g=Symbol.for("react.fragment");function f(E,s,l){var v=null;if(l!==void 0&&(v=""+l),s.key!==void 0&&(v=""+s.key),"key"in s){l={};for(var b in s)b!=="key"&&(l[b]=s[b])}else l=s;return s=l.ref,{$$typeof:a,type:E,key:v,ref:s!==void 0?s:null,props:l}}return k.Fragment=g,k.jsx=f,k.jsxs=f,k}var O={};/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.development.js
|
|
12
12
|
*
|
|
@@ -14,18 +14,18 @@
|
|
|
14
14
|
*
|
|
15
15
|
* This source code is licensed under the MIT license found in the
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var
|
|
17
|
+
*/var be;function Ae(){return be||(be=1,process.env.NODE_ENV!=="production"&&function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Ce?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case $:return"Fragment";case Te:return"Portal";case I:return"Profiler";case Z:return"StrictMode";case W:return"Suspense";case V:return"SuspenseList"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case D:return(e.displayName||"Context")+".Provider";case Q:return(e._context.displayName||"Context")+".Consumer";case U:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case q:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case J:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function g(e){return""+e}function f(e){try{g(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),g(e)}}function E(){}function s(){if(j===0){te=console.log,oe=console.info,ne=console.warn,ae=console.error,ue=console.group,se=console.groupCollapsed,ie=console.groupEnd;var e={configurable:!0,enumerable:!0,value:E,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}j++}function l(){if(j--,j===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:h({},e,{value:te}),info:h({},e,{value:oe}),warn:h({},e,{value:ne}),error:h({},e,{value:ae}),group:h({},e,{value:ue}),groupCollapsed:h({},e,{value:se}),groupEnd:h({},e,{value:ie})})}0>j&&console.error("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}function v(e){if(G===void 0)try{throw Error()}catch(t){var r=t.stack.trim().match(/\n( *(at )?)/);G=r&&r[1]||"",le=-1<t.stack.indexOf(`
|
|
18
18
|
at`)?" (<anonymous>)":-1<t.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
19
|
-
`+G+e+
|
|
20
|
-
`),T
|
|
21
|
-
`);for(o=u=0;u<
|
|
22
|
-
`+
|
|
19
|
+
`+G+e+le}function b(e,r){if(!e||L)return"";var t=H.get(e);if(t!==void 0)return t;L=!0,t=Error.prepareStackTrace,Error.prepareStackTrace=void 0;var n=null;n=_.H,_.H=null,s();try{var c={DetermineComponentFrameRoot:function(){try{if(r){var y=function(){throw Error()};if(Object.defineProperty(y.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(y,[])}catch(w){var S=w}Reflect.construct(e,[],y)}else{try{y.call()}catch(w){S=w}e.call(y.prototype)}}else{try{throw Error()}catch(w){S=w}(y=e())&&typeof y.catch=="function"&&y.catch(function(){})}}catch(w){if(w&&S&&typeof w.stack=="string")return[w.stack,S.stack]}return[null,null]}};c.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var u=Object.getOwnPropertyDescriptor(c.DetermineComponentFrameRoot,"name");u&&u.configurable&&Object.defineProperty(c.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var o=c.DetermineComponentFrameRoot(),R=o[0],T=o[1];if(R&&T){var d=R.split(`
|
|
20
|
+
`),p=T.split(`
|
|
21
|
+
`);for(o=u=0;u<d.length&&!d[u].includes("DetermineComponentFrameRoot");)u++;for(;o<p.length&&!p[o].includes("DetermineComponentFrameRoot");)o++;if(u===d.length||o===p.length)for(u=d.length-1,o=p.length-1;1<=u&&0<=o&&d[u]!==p[o];)o--;for(;1<=u&&0<=o;u--,o--)if(d[u]!==p[o]){if(u!==1||o!==1)do if(u--,o--,0>o||d[u]!==p[o]){var C=`
|
|
22
|
+
`+d[u].replace(" at new "," at ");return e.displayName&&C.includes("<anonymous>")&&(C=C.replace("<anonymous>",e.displayName)),typeof e=="function"&&H.set(e,C),C}while(1<=u&&0<=o);break}}}finally{L=!1,_.H=n,l(),Error.prepareStackTrace=t}return d=(d=e?e.displayName||e.name:"")?v(d):"",typeof e=="function"&&H.set(e,d),d}function m(e){if(e==null)return"";if(typeof e=="function"){var r=e.prototype;return b(e,!(!r||!r.isReactComponent))}if(typeof e=="string")return v(e);switch(e){case W:return v("Suspense");case V:return v("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case U:return e=b(e.render,!1),e;case q:return m(e.type);case J:r=e._payload,e=e._init;try{return m(e(r))}catch{}}return""}function i(){var e=_.A;return e===null?null:e.getOwner()}function P(e){if(re.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function xe(e,r){function t(){ce||(ce=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function ye(){var e=a(this.type);return fe[e]||(fe[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function _e(e,r,t,n,c,u){return t=u.ref,e={$$typeof:M,type:e,key:r,props:u,_owner:c},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:ye}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function B(e,r,t,n,c,u){if(typeof e=="string"||typeof e=="function"||e===$||e===I||e===Z||e===W||e===V||e===je||typeof e=="object"&&e!==null&&(e.$$typeof===J||e.$$typeof===q||e.$$typeof===D||e.$$typeof===Q||e.$$typeof===U||e.$$typeof===ke||e.getModuleId!==void 0)){var o=r.children;if(o!==void 0)if(n)if(z(o)){for(n=0;n<o.length;n++)F(o[n],e);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else F(o,e)}else o="",(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(o+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),e===null?n="null":z(e)?n="array":e!==void 0&&e.$$typeof===M?(n="<"+(a(e.type)||"Unknown")+" />",o=" Did you accidentally export a JSX literal instead of a component?"):n=typeof e,console.error("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",n,o);if(re.call(r,"key")){o=a(e);var R=Object.keys(r).filter(function(d){return d!=="key"});n=0<R.length?"{key: someKey, "+R.join(": ..., ")+": ...}":"{key: someKey}",de[o+n]||(R=0<R.length?"{"+R.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
23
23
|
let props = %s;
|
|
24
24
|
<%s {...props} />
|
|
25
25
|
React keys must be passed directly to JSX without using spread:
|
|
26
26
|
let props = %s;
|
|
27
|
-
<%s key={someKey} {...props} />`,n,o,
|
|
27
|
+
<%s key={someKey} {...props} />`,n,o,R,o),de[o+n]=!0)}if(o=null,t!==void 0&&(f(t),o=""+t),P(r)&&(f(r.key),o=""+r.key),"key"in r){t={};for(var T in r)T!=="key"&&(t[T]=r[T])}else t=r;return o&&xe(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),_e(e,o,u,c,i(),t)}function F(e,r){if(typeof e=="object"&&e&&e.$$typeof!==Oe){if(z(e))for(var t=0;t<e.length;t++){var n=e[t];Y(n)&&K(n,r)}else if(Y(e))e._store&&(e._store.validated=1);else if(e===null||typeof e!="object"?t=null:(t=ee&&e[ee]||e["@@iterator"],t=typeof t=="function"?t:null),typeof t=="function"&&t!==e.entries&&(t=t.call(e),t!==e))for(;!(e=t.next()).done;)Y(e.value)&&K(e.value,r)}}function Y(e){return typeof e=="object"&&e!==null&&e.$$typeof===M}function K(e,r){if(e._store&&!e._store.validated&&e.key==null&&(e._store.validated=1,r=he(r),!ve[r])){ve[r]=!0;var t="";e&&e._owner!=null&&e._owner!==i()&&(t=null,typeof e._owner.tag=="number"?t=a(e._owner.type):typeof e._owner.name=="string"&&(t=e._owner.name),t=" It was passed a child from "+t+".");var n=_.getCurrentStack;_.getCurrentStack=function(){var c=m(e.type);return n&&(c+=n()||""),c},console.error('Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',r,t),_.getCurrentStack=n}}function he(e){var r="",t=i();return t&&(t=a(t.type))&&(r=`
|
|
28
28
|
|
|
29
29
|
Check the render method of \``+t+"`."),r||(e=a(e))&&(r=`
|
|
30
30
|
|
|
31
|
-
Check the top-level render call using <`+e+">."),r}var
|
|
31
|
+
Check the top-level render call using <`+e+">."),r}var pe=N,M=Symbol.for("react.transitional.element"),Te=Symbol.for("react.portal"),$=Symbol.for("react.fragment"),Z=Symbol.for("react.strict_mode"),I=Symbol.for("react.profiler"),Q=Symbol.for("react.consumer"),D=Symbol.for("react.context"),U=Symbol.for("react.forward_ref"),W=Symbol.for("react.suspense"),V=Symbol.for("react.suspense_list"),q=Symbol.for("react.memo"),J=Symbol.for("react.lazy"),je=Symbol.for("react.offscreen"),ee=Symbol.iterator,Ce=Symbol.for("react.client.reference"),_=pe.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,re=Object.prototype.hasOwnProperty,h=Object.assign,ke=Symbol.for("react.client.reference"),z=Array.isArray,j=0,te,oe,ne,ae,ue,se,ie;E.__reactDisabledLog=!0;var G,le,L=!1,H=new(typeof WeakMap=="function"?WeakMap:Map),Oe=Symbol.for("react.client.reference"),ce,fe={},de={},ve={};O.Fragment=$,O.jsx=function(e,r,t,n,c){return B(e,r,t,!1,n,c)},O.jsxs=function(e,r,t,n,c){return B(e,r,t,!0,n,c)}}()),O}var ge;function Ne(){return ge||(ge=1,process.env.NODE_ENV==="production"?A.exports=Se():A.exports=Ae()),A.exports}var x=Ne();const me=N.createContext(null),Pe=a=>x.jsx(me.Provider,{value:a.router,children:a.children});function Re(){const a=N.useContext(me);if(!a)throw new Error("[useRouter] Router not found. Add RouterProvider in app root");return a}function we(){return X.useUnit(Re())}const Ye=N.forwardRef((a,g)=>{const{to:f,params:E,onClick:s,...l}=a,{mappedRoutes:v}=Re(),b=v.find(({route:i})=>i===f),{onOpen:m}=X.useUnit(f);if(!b){const{internal:i}=f;throw new Error(`[Link] Route with path "${i.path}" not found. Maybe it is not passed into createRouter?`)}return x.jsx("a",{...l,ref:g,href:b.toPath(E??void 0),onClick:i=>{s==null||s(i),!i.defaultPrevented&&(l.target&&l.target!=="_self"||i.metaKey||i.altKey||i.ctrlKey||i.shiftKey||(i.preventDefault(),m({params:E||{}})))}})}),Me=a=>({...a,view:()=>{const{view:g,layout:f,route:E}=a,{isOpened:s}=X.useUnit(E);return s?f?x.jsx(f,{children:x.jsx(g,{})}):x.jsx(g,{}):null}}),$e=a=>{const{routes:g,otherwise:f}=a;return()=>{const{activeRoutes:E}=we(),s=E.reduce((m,i)=>m.filter(P=>P!==i.internal.parent),E),l=g.find(m=>m.route===s.at(-1));if(!l)return f?x.jsx(f,{}):null;const{view:v,layout:b}=l;return b?x.jsx(b,{children:x.jsx(v,{})}):x.jsx(v,{})}};exports.Link=Ye;exports.RouterProvider=Pe;exports.createRouteView=Me;exports.createRoutesView=$e;exports.useRouter=we;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { AnchorHTMLAttributes } from 'react';
|
|
2
2
|
import { ComponentType } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { ForwardedRef } from 'react';
|
|
4
|
+
import { JSX } from 'react/jsx-runtime';
|
|
5
|
+
import { Query } from '@argon-router/core';
|
|
4
6
|
import { ReactNode } from 'react';
|
|
5
|
-
import { RefObject } from 'react';
|
|
6
7
|
import { Route } from '@argon-router/core';
|
|
7
8
|
import { Router } from '@argon-router/core';
|
|
8
9
|
|
|
@@ -11,10 +12,9 @@ declare type AnchorProps = Omit<AnchorHTMLAttributes<HTMLAnchorElement>, 'href'>
|
|
|
11
12
|
declare type BaseLinkProps<Params> = {
|
|
12
13
|
to: Route<Params>;
|
|
13
14
|
children?: ReactNode;
|
|
14
|
-
ref?: RefObject<HTMLAnchorElement>;
|
|
15
15
|
} & AnchorProps;
|
|
16
16
|
|
|
17
|
-
export declare const createRoutesView: (props: CreateRoutesViewProps) => () =>
|
|
17
|
+
export declare const createRoutesView: (props: CreateRoutesViewProps) => () => JSX.Element | null;
|
|
18
18
|
|
|
19
19
|
declare interface CreateRoutesViewProps {
|
|
20
20
|
routes: CreateRouteViewProps[];
|
|
@@ -22,7 +22,7 @@ declare interface CreateRoutesViewProps {
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
export declare const createRouteView: (props: CreateRouteViewProps) => {
|
|
25
|
-
view: () =>
|
|
25
|
+
view: () => JSX.Element | null;
|
|
26
26
|
route: Route<any>;
|
|
27
27
|
layout?: ComponentType<{
|
|
28
28
|
children?: ReactNode;
|
|
@@ -37,7 +37,11 @@ declare interface CreateRouteViewProps {
|
|
|
37
37
|
}>;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
declare type ForwardedLink = <Params = void>(props: LinkProps<Params> & {
|
|
41
|
+
ref?: ForwardedRef<HTMLAnchorElement>;
|
|
42
|
+
}) => ReactNode;
|
|
43
|
+
|
|
44
|
+
export declare const Link: ForwardedLink;
|
|
41
45
|
|
|
42
46
|
declare type LinkProps<Params> = Params extends Record<string, never> | void | undefined ? BaseLinkProps<Params> & {
|
|
43
47
|
params?: Params;
|
|
@@ -45,13 +49,28 @@ declare type LinkProps<Params> = Params extends Record<string, never> | void | u
|
|
|
45
49
|
params: Params;
|
|
46
50
|
};
|
|
47
51
|
|
|
48
|
-
export declare const RouterProvider: (props: RouterProviderProps) =>
|
|
52
|
+
export declare const RouterProvider: (props: RouterProviderProps) => JSX.Element;
|
|
49
53
|
|
|
50
54
|
declare interface RouterProviderProps {
|
|
51
55
|
children?: ReactNode;
|
|
52
56
|
router: Router;
|
|
53
57
|
}
|
|
54
58
|
|
|
55
|
-
export declare function useRouter():
|
|
59
|
+
export declare function useRouter(): {
|
|
60
|
+
query: Query;
|
|
61
|
+
path: string;
|
|
62
|
+
activeRoutes: Route<any>[];
|
|
63
|
+
onBack: () => void;
|
|
64
|
+
onForward: () => void;
|
|
65
|
+
onNavigate: (payload: {
|
|
66
|
+
path: string;
|
|
67
|
+
query: Query;
|
|
68
|
+
replace?: boolean;
|
|
69
|
+
}) => {
|
|
70
|
+
path: string;
|
|
71
|
+
query: Query;
|
|
72
|
+
replace?: boolean;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
56
75
|
|
|
57
76
|
export { }
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { useUnit as
|
|
3
|
-
var
|
|
1
|
+
import ke, { createContext as Oe, useContext as Ae, forwardRef as Se } from "react";
|
|
2
|
+
import { useUnit as L } from "effector-react";
|
|
3
|
+
var S = { exports: {} }, k = {};
|
|
4
4
|
/**
|
|
5
5
|
* @license React
|
|
6
6
|
* react-jsx-runtime.production.js
|
|
@@ -10,27 +10,27 @@ var L = { exports: {} }, k = {};
|
|
|
10
10
|
* This source code is licensed under the MIT license found in the
|
|
11
11
|
* LICENSE file in the root directory of this source tree.
|
|
12
12
|
*/
|
|
13
|
-
var
|
|
14
|
-
function
|
|
15
|
-
if (
|
|
16
|
-
|
|
17
|
-
var a = Symbol.for("react.transitional.element"),
|
|
18
|
-
function
|
|
19
|
-
var
|
|
20
|
-
if (
|
|
21
|
-
|
|
22
|
-
for (var
|
|
23
|
-
|
|
24
|
-
} else
|
|
25
|
-
return
|
|
13
|
+
var ve;
|
|
14
|
+
function Ne() {
|
|
15
|
+
if (ve) return k;
|
|
16
|
+
ve = 1;
|
|
17
|
+
var a = Symbol.for("react.transitional.element"), m = Symbol.for("react.fragment");
|
|
18
|
+
function f(E, s, i) {
|
|
19
|
+
var v = null;
|
|
20
|
+
if (i !== void 0 && (v = "" + i), s.key !== void 0 && (v = "" + s.key), "key" in s) {
|
|
21
|
+
i = {};
|
|
22
|
+
for (var b in s)
|
|
23
|
+
b !== "key" && (i[b] = s[b]);
|
|
24
|
+
} else i = s;
|
|
25
|
+
return s = i.ref, {
|
|
26
26
|
$$typeof: a,
|
|
27
27
|
type: E,
|
|
28
|
-
key:
|
|
29
|
-
ref:
|
|
30
|
-
props:
|
|
28
|
+
key: v,
|
|
29
|
+
ref: s !== void 0 ? s : null,
|
|
30
|
+
props: i
|
|
31
31
|
};
|
|
32
32
|
}
|
|
33
|
-
return k.Fragment =
|
|
33
|
+
return k.Fragment = m, k.jsx = f, k.jsxs = f, k;
|
|
34
34
|
}
|
|
35
35
|
var O = {};
|
|
36
36
|
/**
|
|
@@ -42,22 +42,22 @@ var O = {};
|
|
|
42
42
|
* This source code is licensed under the MIT license found in the
|
|
43
43
|
* LICENSE file in the root directory of this source tree.
|
|
44
44
|
*/
|
|
45
|
-
var
|
|
46
|
-
function
|
|
47
|
-
return
|
|
45
|
+
var Ee;
|
|
46
|
+
function Pe() {
|
|
47
|
+
return Ee || (Ee = 1, process.env.NODE_ENV !== "production" && function() {
|
|
48
48
|
function a(e) {
|
|
49
49
|
if (e == null) return null;
|
|
50
50
|
if (typeof e == "function")
|
|
51
|
-
return e.$$typeof ===
|
|
51
|
+
return e.$$typeof === Te ? null : e.displayName || e.name || null;
|
|
52
52
|
if (typeof e == "string") return e;
|
|
53
53
|
switch (e) {
|
|
54
|
-
case
|
|
54
|
+
case M:
|
|
55
55
|
return "Fragment";
|
|
56
|
-
case
|
|
56
|
+
case pe:
|
|
57
57
|
return "Portal";
|
|
58
58
|
case Z:
|
|
59
59
|
return "Profiler";
|
|
60
|
-
case
|
|
60
|
+
case K:
|
|
61
61
|
return "StrictMode";
|
|
62
62
|
case W:
|
|
63
63
|
return "Suspense";
|
|
@@ -68,16 +68,16 @@ function Ae() {
|
|
|
68
68
|
switch (typeof e.tag == "number" && console.error(
|
|
69
69
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
70
70
|
), e.$$typeof) {
|
|
71
|
-
case D:
|
|
72
|
-
return (e.displayName || "Context") + ".Provider";
|
|
73
71
|
case Q:
|
|
72
|
+
return (e.displayName || "Context") + ".Provider";
|
|
73
|
+
case I:
|
|
74
74
|
return (e._context.displayName || "Context") + ".Consumer";
|
|
75
|
-
case
|
|
75
|
+
case $:
|
|
76
76
|
var r = e.render;
|
|
77
77
|
return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
|
|
78
78
|
case V:
|
|
79
79
|
return r = e.displayName || null, r !== null ? r : a(e.type) || "Memo";
|
|
80
|
-
case
|
|
80
|
+
case q:
|
|
81
81
|
r = e._payload, e = e._init;
|
|
82
82
|
try {
|
|
83
83
|
return a(e(r));
|
|
@@ -86,12 +86,12 @@ function Ae() {
|
|
|
86
86
|
}
|
|
87
87
|
return null;
|
|
88
88
|
}
|
|
89
|
-
function
|
|
89
|
+
function m(e) {
|
|
90
90
|
return "" + e;
|
|
91
91
|
}
|
|
92
|
-
function
|
|
92
|
+
function f(e) {
|
|
93
93
|
try {
|
|
94
|
-
|
|
94
|
+
m(e);
|
|
95
95
|
var r = !1;
|
|
96
96
|
} catch {
|
|
97
97
|
r = !0;
|
|
@@ -103,14 +103,14 @@ function Ae() {
|
|
|
103
103
|
r,
|
|
104
104
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
105
105
|
n
|
|
106
|
-
),
|
|
106
|
+
), m(e);
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
function E() {
|
|
110
110
|
}
|
|
111
|
-
function
|
|
111
|
+
function s() {
|
|
112
112
|
if (j === 0) {
|
|
113
|
-
|
|
113
|
+
re = console.log, te = console.info, oe = console.warn, ne = console.error, ae = console.group, ue = console.groupCollapsed, se = console.groupEnd;
|
|
114
114
|
var e = {
|
|
115
115
|
configurable: !0,
|
|
116
116
|
enumerable: !0,
|
|
@@ -129,44 +129,44 @@ function Ae() {
|
|
|
129
129
|
}
|
|
130
130
|
j++;
|
|
131
131
|
}
|
|
132
|
-
function
|
|
132
|
+
function i() {
|
|
133
133
|
if (j--, j === 0) {
|
|
134
134
|
var e = { configurable: !0, enumerable: !0, writable: !0 };
|
|
135
135
|
Object.defineProperties(console, {
|
|
136
|
-
log: p({}, e, { value:
|
|
137
|
-
info: p({}, e, { value:
|
|
138
|
-
warn: p({}, e, { value:
|
|
139
|
-
error: p({}, e, { value:
|
|
140
|
-
group: p({}, e, { value:
|
|
141
|
-
groupCollapsed: p({}, e, { value:
|
|
142
|
-
groupEnd: p({}, e, { value:
|
|
136
|
+
log: p({}, e, { value: re }),
|
|
137
|
+
info: p({}, e, { value: te }),
|
|
138
|
+
warn: p({}, e, { value: oe }),
|
|
139
|
+
error: p({}, e, { value: ne }),
|
|
140
|
+
group: p({}, e, { value: ae }),
|
|
141
|
+
groupCollapsed: p({}, e, { value: ue }),
|
|
142
|
+
groupEnd: p({}, e, { value: se })
|
|
143
143
|
});
|
|
144
144
|
}
|
|
145
145
|
0 > j && console.error(
|
|
146
146
|
"disabledDepth fell below zero. This is a bug in React. Please file an issue."
|
|
147
147
|
);
|
|
148
148
|
}
|
|
149
|
-
function
|
|
150
|
-
if (
|
|
149
|
+
function v(e) {
|
|
150
|
+
if (z === void 0)
|
|
151
151
|
try {
|
|
152
152
|
throw Error();
|
|
153
153
|
} catch (t) {
|
|
154
154
|
var r = t.stack.trim().match(/\n( *(at )?)/);
|
|
155
|
-
|
|
155
|
+
z = r && r[1] || "", le = -1 < t.stack.indexOf(`
|
|
156
156
|
at`) ? " (<anonymous>)" : -1 < t.stack.indexOf("@") ? "@unknown:0:0" : "";
|
|
157
157
|
}
|
|
158
158
|
return `
|
|
159
|
-
` +
|
|
159
|
+
` + z + e + le;
|
|
160
160
|
}
|
|
161
|
-
function
|
|
162
|
-
if (!e ||
|
|
161
|
+
function b(e, r) {
|
|
162
|
+
if (!e || G) return "";
|
|
163
163
|
var t = H.get(e);
|
|
164
164
|
if (t !== void 0) return t;
|
|
165
|
-
|
|
165
|
+
G = !0, t = Error.prepareStackTrace, Error.prepareStackTrace = void 0;
|
|
166
166
|
var n = null;
|
|
167
|
-
n = _.H, _.H = null,
|
|
167
|
+
n = _.H, _.H = null, s();
|
|
168
168
|
try {
|
|
169
|
-
var
|
|
169
|
+
var c = {
|
|
170
170
|
DetermineComponentFrameRoot: function() {
|
|
171
171
|
try {
|
|
172
172
|
if (r) {
|
|
@@ -180,50 +180,50 @@ function Ae() {
|
|
|
180
180
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
181
181
|
try {
|
|
182
182
|
Reflect.construct(y, []);
|
|
183
|
-
} catch (
|
|
184
|
-
var
|
|
183
|
+
} catch (x) {
|
|
184
|
+
var A = x;
|
|
185
185
|
}
|
|
186
186
|
Reflect.construct(e, [], y);
|
|
187
187
|
} else {
|
|
188
188
|
try {
|
|
189
189
|
y.call();
|
|
190
|
-
} catch (
|
|
191
|
-
|
|
190
|
+
} catch (x) {
|
|
191
|
+
A = x;
|
|
192
192
|
}
|
|
193
193
|
e.call(y.prototype);
|
|
194
194
|
}
|
|
195
195
|
} else {
|
|
196
196
|
try {
|
|
197
197
|
throw Error();
|
|
198
|
-
} catch (
|
|
199
|
-
|
|
198
|
+
} catch (x) {
|
|
199
|
+
A = x;
|
|
200
200
|
}
|
|
201
201
|
(y = e()) && typeof y.catch == "function" && y.catch(function() {
|
|
202
202
|
});
|
|
203
203
|
}
|
|
204
|
-
} catch (
|
|
205
|
-
if (
|
|
206
|
-
return [
|
|
204
|
+
} catch (x) {
|
|
205
|
+
if (x && A && typeof x.stack == "string")
|
|
206
|
+
return [x.stack, A.stack];
|
|
207
207
|
}
|
|
208
208
|
return [null, null];
|
|
209
209
|
}
|
|
210
210
|
};
|
|
211
|
-
|
|
211
|
+
c.DetermineComponentFrameRoot.displayName = "DetermineComponentFrameRoot";
|
|
212
212
|
var u = Object.getOwnPropertyDescriptor(
|
|
213
|
-
|
|
213
|
+
c.DetermineComponentFrameRoot,
|
|
214
214
|
"name"
|
|
215
215
|
);
|
|
216
216
|
u && u.configurable && Object.defineProperty(
|
|
217
|
-
|
|
217
|
+
c.DetermineComponentFrameRoot,
|
|
218
218
|
"name",
|
|
219
219
|
{ value: "DetermineComponentFrameRoot" }
|
|
220
220
|
);
|
|
221
|
-
var o =
|
|
222
|
-
if (
|
|
223
|
-
var
|
|
221
|
+
var o = c.DetermineComponentFrameRoot(), R = o[0], T = o[1];
|
|
222
|
+
if (R && T) {
|
|
223
|
+
var d = R.split(`
|
|
224
224
|
`), h = T.split(`
|
|
225
225
|
`);
|
|
226
|
-
for (o = u = 0; u <
|
|
226
|
+
for (o = u = 0; u < d.length && !d[u].includes(
|
|
227
227
|
"DetermineComponentFrameRoot"
|
|
228
228
|
); )
|
|
229
229
|
u++;
|
|
@@ -231,16 +231,16 @@ function Ae() {
|
|
|
231
231
|
"DetermineComponentFrameRoot"
|
|
232
232
|
); )
|
|
233
233
|
o++;
|
|
234
|
-
if (u ===
|
|
235
|
-
for (u =
|
|
234
|
+
if (u === d.length || o === h.length)
|
|
235
|
+
for (u = d.length - 1, o = h.length - 1; 1 <= u && 0 <= o && d[u] !== h[o]; )
|
|
236
236
|
o--;
|
|
237
237
|
for (; 1 <= u && 0 <= o; u--, o--)
|
|
238
|
-
if (
|
|
238
|
+
if (d[u] !== h[o]) {
|
|
239
239
|
if (u !== 1 || o !== 1)
|
|
240
240
|
do
|
|
241
|
-
if (u--, o--, 0 > o ||
|
|
241
|
+
if (u--, o--, 0 > o || d[u] !== h[o]) {
|
|
242
242
|
var C = `
|
|
243
|
-
` +
|
|
243
|
+
` + d[u].replace(
|
|
244
244
|
" at new ",
|
|
245
245
|
" at "
|
|
246
246
|
);
|
|
@@ -251,55 +251,55 @@ function Ae() {
|
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
} finally {
|
|
254
|
-
|
|
254
|
+
G = !1, _.H = n, i(), Error.prepareStackTrace = t;
|
|
255
255
|
}
|
|
256
|
-
return
|
|
256
|
+
return d = (d = e ? e.displayName || e.name : "") ? v(d) : "", typeof e == "function" && H.set(e, d), d;
|
|
257
257
|
}
|
|
258
|
-
function
|
|
258
|
+
function g(e) {
|
|
259
259
|
if (e == null) return "";
|
|
260
260
|
if (typeof e == "function") {
|
|
261
261
|
var r = e.prototype;
|
|
262
|
-
return
|
|
262
|
+
return b(
|
|
263
263
|
e,
|
|
264
264
|
!(!r || !r.isReactComponent)
|
|
265
265
|
);
|
|
266
266
|
}
|
|
267
|
-
if (typeof e == "string") return
|
|
267
|
+
if (typeof e == "string") return v(e);
|
|
268
268
|
switch (e) {
|
|
269
269
|
case W:
|
|
270
|
-
return
|
|
270
|
+
return v("Suspense");
|
|
271
271
|
case U:
|
|
272
|
-
return
|
|
272
|
+
return v("SuspenseList");
|
|
273
273
|
}
|
|
274
274
|
if (typeof e == "object")
|
|
275
275
|
switch (e.$$typeof) {
|
|
276
|
-
case
|
|
277
|
-
return e =
|
|
276
|
+
case $:
|
|
277
|
+
return e = b(e.render, !1), e;
|
|
278
278
|
case V:
|
|
279
|
-
return
|
|
280
|
-
case
|
|
279
|
+
return g(e.type);
|
|
280
|
+
case q:
|
|
281
281
|
r = e._payload, e = e._init;
|
|
282
282
|
try {
|
|
283
|
-
return
|
|
283
|
+
return g(e(r));
|
|
284
284
|
} catch {
|
|
285
285
|
}
|
|
286
286
|
}
|
|
287
287
|
return "";
|
|
288
288
|
}
|
|
289
|
-
function
|
|
289
|
+
function l() {
|
|
290
290
|
var e = _.A;
|
|
291
291
|
return e === null ? null : e.getOwner();
|
|
292
292
|
}
|
|
293
|
-
function
|
|
294
|
-
if (
|
|
293
|
+
function N(e) {
|
|
294
|
+
if (ee.call(e, "key")) {
|
|
295
295
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
296
296
|
if (r && r.isReactWarning) return !1;
|
|
297
297
|
}
|
|
298
298
|
return e.key !== void 0;
|
|
299
299
|
}
|
|
300
|
-
function
|
|
300
|
+
function Re(e, r) {
|
|
301
301
|
function t() {
|
|
302
|
-
|
|
302
|
+
ie || (ie = !0, console.error(
|
|
303
303
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
304
304
|
r
|
|
305
305
|
));
|
|
@@ -309,22 +309,22 @@ function Ae() {
|
|
|
309
309
|
configurable: !0
|
|
310
310
|
});
|
|
311
311
|
}
|
|
312
|
-
function
|
|
312
|
+
function xe() {
|
|
313
313
|
var e = a(this.type);
|
|
314
|
-
return
|
|
314
|
+
return ce[e] || (ce[e] = !0, console.error(
|
|
315
315
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
316
316
|
)), e = this.props.ref, e !== void 0 ? e : null;
|
|
317
317
|
}
|
|
318
|
-
function
|
|
318
|
+
function we(e, r, t, n, c, u) {
|
|
319
319
|
return t = u.ref, e = {
|
|
320
320
|
$$typeof: Y,
|
|
321
321
|
type: e,
|
|
322
322
|
key: r,
|
|
323
323
|
props: u,
|
|
324
|
-
_owner:
|
|
324
|
+
_owner: c
|
|
325
325
|
}, (t !== void 0 ? t : null) !== null ? Object.defineProperty(e, "ref", {
|
|
326
326
|
enumerable: !1,
|
|
327
|
-
get:
|
|
327
|
+
get: xe
|
|
328
328
|
}) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
329
329
|
configurable: !1,
|
|
330
330
|
enumerable: !1,
|
|
@@ -337,32 +337,32 @@ function Ae() {
|
|
|
337
337
|
value: null
|
|
338
338
|
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
339
339
|
}
|
|
340
|
-
function
|
|
341
|
-
if (typeof e == "string" || typeof e == "function" || e ===
|
|
340
|
+
function X(e, r, t, n, c, u) {
|
|
341
|
+
if (typeof e == "string" || typeof e == "function" || e === M || e === Z || e === K || e === W || e === U || e === he || typeof e == "object" && e !== null && (e.$$typeof === q || e.$$typeof === V || e.$$typeof === Q || e.$$typeof === I || e.$$typeof === $ || e.$$typeof === je || e.getModuleId !== void 0)) {
|
|
342
342
|
var o = r.children;
|
|
343
343
|
if (o !== void 0)
|
|
344
344
|
if (n)
|
|
345
|
-
if (
|
|
345
|
+
if (J(o)) {
|
|
346
346
|
for (n = 0; n < o.length; n++)
|
|
347
|
-
|
|
347
|
+
B(o[n], e);
|
|
348
348
|
Object.freeze && Object.freeze(o);
|
|
349
349
|
} else
|
|
350
350
|
console.error(
|
|
351
351
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
352
352
|
);
|
|
353
|
-
else
|
|
353
|
+
else B(o, e);
|
|
354
354
|
} else
|
|
355
|
-
o = "", (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (o += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), e === null ? n = "null" :
|
|
355
|
+
o = "", (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (o += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), e === null ? n = "null" : J(e) ? n = "array" : e !== void 0 && e.$$typeof === Y ? (n = "<" + (a(e.type) || "Unknown") + " />", o = " Did you accidentally export a JSX literal instead of a component?") : n = typeof e, console.error(
|
|
356
356
|
"React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",
|
|
357
357
|
n,
|
|
358
358
|
o
|
|
359
359
|
);
|
|
360
|
-
if (
|
|
360
|
+
if (ee.call(r, "key")) {
|
|
361
361
|
o = a(e);
|
|
362
|
-
var
|
|
363
|
-
return
|
|
362
|
+
var R = Object.keys(r).filter(function(d) {
|
|
363
|
+
return d !== "key";
|
|
364
364
|
});
|
|
365
|
-
n = 0 <
|
|
365
|
+
n = 0 < R.length ? "{key: someKey, " + R.join(": ..., ") + ": ...}" : "{key: someKey}", fe[o + n] || (R = 0 < R.length ? "{" + R.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
366
366
|
`A props object containing a "key" prop is being spread into JSX:
|
|
367
367
|
let props = %s;
|
|
368
368
|
<%s {...props} />
|
|
@@ -371,46 +371,46 @@ React keys must be passed directly to JSX without using spread:
|
|
|
371
371
|
<%s key={someKey} {...props} />`,
|
|
372
372
|
n,
|
|
373
373
|
o,
|
|
374
|
-
|
|
374
|
+
R,
|
|
375
375
|
o
|
|
376
|
-
),
|
|
376
|
+
), fe[o + n] = !0);
|
|
377
377
|
}
|
|
378
|
-
if (o = null, t !== void 0 && (
|
|
378
|
+
if (o = null, t !== void 0 && (f(t), o = "" + t), N(r) && (f(r.key), o = "" + r.key), "key" in r) {
|
|
379
379
|
t = {};
|
|
380
380
|
for (var T in r)
|
|
381
381
|
T !== "key" && (t[T] = r[T]);
|
|
382
382
|
} else t = r;
|
|
383
|
-
return o &&
|
|
383
|
+
return o && Re(
|
|
384
384
|
t,
|
|
385
385
|
typeof e == "function" ? e.displayName || e.name || "Unknown" : e
|
|
386
|
-
),
|
|
386
|
+
), we(e, o, u, c, l(), t);
|
|
387
387
|
}
|
|
388
|
-
function
|
|
389
|
-
if (typeof e == "object" && e && e.$$typeof !==
|
|
390
|
-
if (
|
|
388
|
+
function B(e, r) {
|
|
389
|
+
if (typeof e == "object" && e && e.$$typeof !== Ce) {
|
|
390
|
+
if (J(e))
|
|
391
391
|
for (var t = 0; t < e.length; t++) {
|
|
392
392
|
var n = e[t];
|
|
393
|
-
P(n) &&
|
|
393
|
+
P(n) && F(n, r);
|
|
394
394
|
}
|
|
395
395
|
else if (P(e))
|
|
396
396
|
e._store && (e._store.validated = 1);
|
|
397
|
-
else if (e === null || typeof e != "object" ? t = null : (t =
|
|
397
|
+
else if (e === null || typeof e != "object" ? t = null : (t = D && e[D] || e["@@iterator"], t = typeof t == "function" ? t : null), typeof t == "function" && t !== e.entries && (t = t.call(e), t !== e))
|
|
398
398
|
for (; !(e = t.next()).done; )
|
|
399
|
-
P(e.value) &&
|
|
399
|
+
P(e.value) && F(e.value, r);
|
|
400
400
|
}
|
|
401
401
|
}
|
|
402
402
|
function P(e) {
|
|
403
403
|
return typeof e == "object" && e !== null && e.$$typeof === Y;
|
|
404
404
|
}
|
|
405
|
-
function
|
|
406
|
-
if (e._store && !e._store.validated && e.key == null && (e._store.validated = 1, r =
|
|
407
|
-
|
|
405
|
+
function F(e, r) {
|
|
406
|
+
if (e._store && !e._store.validated && e.key == null && (e._store.validated = 1, r = ye(r), !de[r])) {
|
|
407
|
+
de[r] = !0;
|
|
408
408
|
var t = "";
|
|
409
|
-
e && e._owner != null && e._owner !==
|
|
409
|
+
e && e._owner != null && e._owner !== l() && (t = null, typeof e._owner.tag == "number" ? t = a(e._owner.type) : typeof e._owner.name == "string" && (t = e._owner.name), t = " It was passed a child from " + t + ".");
|
|
410
410
|
var n = _.getCurrentStack;
|
|
411
411
|
_.getCurrentStack = function() {
|
|
412
|
-
var
|
|
413
|
-
return n && (
|
|
412
|
+
var c = g(e.type);
|
|
413
|
+
return n && (c += n() || ""), c;
|
|
414
414
|
}, console.error(
|
|
415
415
|
'Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',
|
|
416
416
|
r,
|
|
@@ -418,79 +418,84 @@ React keys must be passed directly to JSX without using spread:
|
|
|
418
418
|
), _.getCurrentStack = n;
|
|
419
419
|
}
|
|
420
420
|
}
|
|
421
|
-
function
|
|
422
|
-
var r = "", t =
|
|
421
|
+
function ye(e) {
|
|
422
|
+
var r = "", t = l();
|
|
423
423
|
return t && (t = a(t.type)) && (r = `
|
|
424
424
|
|
|
425
425
|
Check the render method of \`` + t + "`."), r || (e = a(e)) && (r = `
|
|
426
426
|
|
|
427
427
|
Check the top-level render call using <` + e + ">."), r;
|
|
428
428
|
}
|
|
429
|
-
var
|
|
429
|
+
var _e = ke, Y = Symbol.for("react.transitional.element"), pe = Symbol.for("react.portal"), M = Symbol.for("react.fragment"), K = Symbol.for("react.strict_mode"), Z = Symbol.for("react.profiler"), I = Symbol.for("react.consumer"), Q = Symbol.for("react.context"), $ = Symbol.for("react.forward_ref"), W = Symbol.for("react.suspense"), U = Symbol.for("react.suspense_list"), V = Symbol.for("react.memo"), q = Symbol.for("react.lazy"), he = Symbol.for("react.offscreen"), D = Symbol.iterator, Te = Symbol.for("react.client.reference"), _ = _e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, ee = Object.prototype.hasOwnProperty, p = Object.assign, je = Symbol.for("react.client.reference"), J = Array.isArray, j = 0, re, te, oe, ne, ae, ue, se;
|
|
430
430
|
E.__reactDisabledLog = !0;
|
|
431
|
-
var
|
|
432
|
-
O.Fragment =
|
|
433
|
-
return
|
|
434
|
-
}, O.jsxs = function(e, r, t, n,
|
|
435
|
-
return
|
|
431
|
+
var z, le, G = !1, H = new (typeof WeakMap == "function" ? WeakMap : Map)(), Ce = Symbol.for("react.client.reference"), ie, ce = {}, fe = {}, de = {};
|
|
432
|
+
O.Fragment = M, O.jsx = function(e, r, t, n, c) {
|
|
433
|
+
return X(e, r, t, !1, n, c);
|
|
434
|
+
}, O.jsxs = function(e, r, t, n, c) {
|
|
435
|
+
return X(e, r, t, !0, n, c);
|
|
436
436
|
};
|
|
437
437
|
}()), O;
|
|
438
438
|
}
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
439
|
+
var be;
|
|
440
|
+
function Ye() {
|
|
441
|
+
return be || (be = 1, process.env.NODE_ENV === "production" ? S.exports = Ne() : S.exports = Pe()), S.exports;
|
|
442
|
+
}
|
|
443
|
+
var w = Ye();
|
|
444
|
+
const me = Oe(null), Ue = (a) => /* @__PURE__ */ w.jsx(me.Provider, { value: a.router, children: a.children });
|
|
442
445
|
function ge() {
|
|
443
|
-
const a =
|
|
446
|
+
const a = Ae(me);
|
|
444
447
|
if (!a)
|
|
445
448
|
throw new Error(
|
|
446
|
-
"[useRouter] Router not found.
|
|
449
|
+
"[useRouter] Router not found. Add RouterProvider in app root"
|
|
447
450
|
);
|
|
448
451
|
return a;
|
|
449
452
|
}
|
|
450
|
-
function
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
453
|
+
function Me() {
|
|
454
|
+
return L(ge());
|
|
455
|
+
}
|
|
456
|
+
const Ve = Se((a, m) => {
|
|
457
|
+
const { to: f, params: E, onClick: s, ...i } = a, { mappedRoutes: v } = ge(), b = v.find(({ route: l }) => l === f), { onOpen: g } = L(f);
|
|
458
|
+
if (!b) {
|
|
459
|
+
const { internal: l } = f;
|
|
454
460
|
throw new Error(
|
|
455
|
-
`[Link] Route with path "${
|
|
461
|
+
`[Link] Route with path "${l.path}" not found. Maybe it is not passed into createRouter?`
|
|
456
462
|
);
|
|
457
463
|
}
|
|
458
|
-
return /* @__PURE__ */
|
|
464
|
+
return /* @__PURE__ */ w.jsx(
|
|
459
465
|
"a",
|
|
460
466
|
{
|
|
461
|
-
...
|
|
462
|
-
ref:
|
|
463
|
-
href:
|
|
464
|
-
onClick: (
|
|
465
|
-
|
|
467
|
+
...i,
|
|
468
|
+
ref: m,
|
|
469
|
+
href: b.toPath(E ?? void 0),
|
|
470
|
+
onClick: (l) => {
|
|
471
|
+
s == null || s(l), !l.defaultPrevented && (i.target && i.target !== "_self" || l.metaKey || l.altKey || l.ctrlKey || l.shiftKey || (l.preventDefault(), g({ params: E || {} })));
|
|
466
472
|
}
|
|
467
473
|
}
|
|
468
474
|
);
|
|
469
|
-
}
|
|
470
|
-
const Me = (a) => ({
|
|
475
|
+
}), qe = (a) => ({
|
|
471
476
|
...a,
|
|
472
477
|
view: () => {
|
|
473
|
-
const { view:
|
|
474
|
-
return
|
|
478
|
+
const { view: m, layout: f, route: E } = a, { isOpened: s } = L(E);
|
|
479
|
+
return s ? f ? /* @__PURE__ */ w.jsx(f, { children: /* @__PURE__ */ w.jsx(m, {}) }) : /* @__PURE__ */ w.jsx(m, {}) : null;
|
|
475
480
|
}
|
|
476
|
-
}),
|
|
477
|
-
const { routes:
|
|
481
|
+
}), Je = (a) => {
|
|
482
|
+
const { routes: m, otherwise: f } = a;
|
|
478
483
|
return () => {
|
|
479
|
-
const
|
|
480
|
-
(N) => N !==
|
|
481
|
-
),
|
|
482
|
-
(
|
|
484
|
+
const { activeRoutes: E } = Me(), s = E.reduce((g, l) => g.filter(
|
|
485
|
+
(N) => N !== l.internal.parent
|
|
486
|
+
), E), i = m.find(
|
|
487
|
+
(g) => g.route === s.at(-1)
|
|
483
488
|
);
|
|
484
|
-
if (!
|
|
485
|
-
return
|
|
486
|
-
const { view:
|
|
487
|
-
return
|
|
489
|
+
if (!i)
|
|
490
|
+
return f ? /* @__PURE__ */ w.jsx(f, {}) : null;
|
|
491
|
+
const { view: v, layout: b } = i;
|
|
492
|
+
return b ? /* @__PURE__ */ w.jsx(b, { children: /* @__PURE__ */ w.jsx(v, {}) }) : /* @__PURE__ */ w.jsx(v, {});
|
|
488
493
|
};
|
|
489
494
|
};
|
|
490
495
|
export {
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
+
Ve as Link,
|
|
497
|
+
Ue as RouterProvider,
|
|
498
|
+
qe as createRouteView,
|
|
499
|
+
Je as createRoutesView,
|
|
500
|
+
Me as useRouter
|
|
496
501
|
};
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"registry": "https://registry.npmjs.org/"
|
|
6
6
|
},
|
|
7
7
|
"private": false,
|
|
8
|
-
"version": "0.
|
|
8
|
+
"version": "0.3.1",
|
|
9
9
|
"description": "React bindings for argon router",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"effector",
|
|
@@ -44,21 +44,19 @@
|
|
|
44
44
|
"url": "https://github.com/movpushmov/argon-router/issues"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@argon-router/core": "^0.
|
|
47
|
+
"@argon-router/core": "^0.3.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@babel/preset-react": "^7.26.3",
|
|
51
|
-
"@testing-library/react": "^16.
|
|
52
|
-
"@testing-library/user-event": "^14.
|
|
53
|
-
"@types/react": "^19.0.2",
|
|
51
|
+
"@testing-library/react": "^16.2.0",
|
|
52
|
+
"@testing-library/user-event": "^14.6.1",
|
|
54
53
|
"@vitejs/plugin-react": "^4.3.4",
|
|
55
|
-
"jsdom": "^25.0.1"
|
|
56
|
-
"react": "^19.0.0"
|
|
54
|
+
"jsdom": "^25.0.1"
|
|
57
55
|
},
|
|
58
56
|
"peerDependencies": {
|
|
59
|
-
"effector": "
|
|
60
|
-
"effector-react": "
|
|
61
|
-
"react": "
|
|
57
|
+
"effector": ">=23",
|
|
58
|
+
"effector-react": ">=23",
|
|
59
|
+
"react": "18 || 19"
|
|
62
60
|
},
|
|
63
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "b3582ae427c8c66b58056c926bb01f1e1769ad4f"
|
|
64
62
|
}
|