diff --git a/node_modules/react-router/index.d.ts b/node_modules/react-router/index.d.ts index 5149f0d..8ca71b8 100644 --- a/node_modules/react-router/index.d.ts +++ b/node_modules/react-router/index.d.ts @@ -135,7 +135,7 @@ export interface RouterProps { * * @see https://reactrouter.com/api/Routes */ -export declare function Routes({ basename, children }: RoutesProps): React.ReactElement | null; +export declare function Routes({ basename, location, children }: RoutesProps): React.ReactElement | null; export declare namespace Routes { var displayName: string; var propTypes: { @@ -145,6 +145,7 @@ export declare namespace Routes { } export interface RoutesProps { basename?: string; + location?: Location; children?: React.ReactNode; } /** @@ -228,6 +229,10 @@ export declare function useParams(): Params; * @see https://reactrouter.com/api/useResolvedPath */ export declare function useResolvedPath(to: To): Path; +interface RoutesOptions { + basename?: string; + location?: Location; +} /** * Returns the element of the route that matched the current location, prepared * with the correct context to render the remainder of the route tree. Route @@ -236,7 +241,7 @@ export declare function useResolvedPath(to: To): Path; * * @see https://reactrouter.com/api/useRoutes */ -export declare function useRoutes(partialRoutes: PartialRouteObject[], basename?: string): React.ReactElement | null; +export declare function useRoutes(partialRoutes: PartialRouteObject[], { basename, location }?: RoutesOptions): React.ReactElement | null; /** * Creates a route config from an array of JavaScript objects. Used internally * by `useRoutes` to normalize the route config. diff --git a/node_modules/react-router/index.js b/node_modules/react-router/index.js index 2b95c08..2e823e1 100644 --- a/node_modules/react-router/index.js +++ b/node_modules/react-router/index.js @@ -1,26 +1,26 @@ import{createMemoryHistory,Action,parsePath}from'history';import PropTypes from'prop-types';import{createContext,useRef,useReducer,useLayoutEffect,createElement,useContext,useEffect,useMemo,useCallback,Children,isValidElement,Fragment}from'react';function f(){f=Object.assign||function(a){for(var b=1;b may be used only in the context of a component."):l(!1);"production"!==process.env.NODE_ENV?m(!useContext(r).static," must not be used on the initial render in a . This is a no-op, but you should modify your code so the is only ever rendered in response to some user interaction or state change."):void 0;var e=A();useEffect(function(){e(b,{replace:c, -state:d})});return null}"production"!==process.env.NODE_ENV&&(y.displayName="Navigate",y.propTypes={to:PropTypes.oneOfType([PropTypes.string,PropTypes.shape({pathname:PropTypes.string,search:PropTypes.string,hash:PropTypes.string})]).isRequired,replace:PropTypes.bool,state:PropTypes.object});function B(){return C()}"production"!==process.env.NODE_ENV&&(B.displayName="Outlet",B.propTypes={});function D(a){a=a.element;return void 0===a?createElement(B,null):a} -"production"!==process.env.NODE_ENV&&(D.displayName="Route",D.propTypes={caseSensitive:PropTypes.bool,children:PropTypes.node,element:PropTypes.element,path:PropTypes.string}); -function x(a){var b=a.children;b=void 0===b?null:b;var c=a.action;c=void 0===c?Action.Pop:c;var d=a.location,e=a.navigator;a=a.static;a=void 0===a?!1:a;z()?"production"!==process.env.NODE_ENV?l(!1,"You cannot render a inside another . You never need more than one."):l(!1):void 0;return createElement(r.Provider,{children:b,value:{action:c,location:d,navigator:e,static:a}})} -"production"!==process.env.NODE_ENV&&(x.displayName="Router",x.propTypes={children:PropTypes.node,action:PropTypes.oneOf(["POP","PUSH","REPLACE"]),location:PropTypes.object.isRequired,navigator:PropTypes.shape({createHref:PropTypes.func.isRequired,push:PropTypes.func.isRequired,replace:PropTypes.func.isRequired,go:PropTypes.func.isRequired,block:PropTypes.func.isRequired}).isRequired,static:PropTypes.bool});function E(a){var b=a.basename;b=void 0===b?"":b;a=F(a.children);return G(a,b)} -"production"!==process.env.NODE_ENV&&(E.displayName="Routes",E.propTypes={basename:PropTypes.string,children:PropTypes.node});function z(){return null!=useContext(r).location}function H(){z()?void 0:"production"!==process.env.NODE_ENV?l(!1,"useLocation() may be used only in the context of a component."):l(!1);return useContext(r).location} -function A(){z()?void 0:"production"!==process.env.NODE_ENV?l(!1,"useNavigate() may be used only in the context of a component."):l(!1);var a=useContext(r).navigator,b=useContext(v).pathname,c=useRef(!1);useEffect(function(){c.current=!0});return useCallback(function(d,e){void 0===e&&(e={});c.current?"number"===typeof d?a.go(d):(d=J(d,b),(e.replace?a.replace:a.push)(d,e.state)):"production"!==process.env.NODE_ENV?m(!1,"You should call navigate() in a useEffect, not when your component is first rendered."): -void 0},[a,b])}function C(){return useContext(v).outlet}function K(a){var b=useContext(v).pathname;return useMemo(function(){return J(a,b)},[a,b])} -function G(a,b){void 0===b&&(b="");var c=useContext(v),d=c.route,e=c.pathname,g=c.params;"production"!==process.env.NODE_ENV&&(c=d&&d.path,q(e,!d||d.path.endsWith("*"),'You rendered descendant (or called `useRoutes`) at "'+e+'" (under ) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won\'t match anymore and therefore the child routes will never render.\n\nPlease change the parent to .')));b=b?L([e,b]):e;var h=H();return(d=useMemo(function(){return M(a,h,b)},[h,a,b]))?d.reduceRight(function(a,c){var d=c.pathname,e=c.route;return createElement(v.Provider,{children:e.element,value:{outlet:a,params:k(f({},g,{},c.params)),pathname:L([b,d]),route:e}})},null):null}function N(a){return a.map(function(a){var c={path:a.path||"/",caseSensitive:!0===a.caseSensitive,element:a.element||createElement(B,null)};a.children&&(c.children=N(a.children));return c})} -function F(a){var b=[];Children.forEach(a,function(a){if(isValidElement(a))if(a.type===Fragment)b.push.apply(b,F(a.props.children));else{var c={path:a.props.path||"/",caseSensitive:!0===a.props.caseSensitive,element:a};a.props.children&&(a=F(a.props.children),a.length&&(c.children=a));b.push(c)}});return b} -function M(a,b,c){void 0===c&&(c="");"string"===typeof b&&(b=parsePath(b));b=b.pathname||"/";if(c)if(c=c.replace(/^\/*/,"/").replace(/\/+$/,""),b.startsWith(c))b=b===c?"/":b.slice(c.length);else return null;a=O(a);P(a);var d=null;for(c=0;null==d&&c may be used only in the context of a component."):l(!1);"production"!==process.env.NODE_ENV?m(!useContext(t).static," must not be used on the initial render in a . This is a no-op, but you should modify your code so the is only ever rendered in response to some user interaction or state change."):void 0;var e=B();useEffect(function(){e(b,{replace:c, +state:d})});return null}"production"!==process.env.NODE_ENV&&(z.displayName="Navigate",z.propTypes={to:PropTypes.oneOfType([PropTypes.string,PropTypes.shape({pathname:PropTypes.string,search:PropTypes.string,hash:PropTypes.string})]).isRequired,replace:PropTypes.bool,state:PropTypes.object});function C(){return D()}"production"!==process.env.NODE_ENV&&(C.displayName="Outlet",C.propTypes={});function E(a){a=a.element;return void 0===a?createElement(C,null):a} +"production"!==process.env.NODE_ENV&&(E.displayName="Route",E.propTypes={caseSensitive:PropTypes.bool,children:PropTypes.node,element:PropTypes.element,path:PropTypes.string}); +function y(a){var b=a.children;b=void 0===b?null:b;var c=a.action;c=void 0===c?Action.Pop:c;var d=a.location,e=a.navigator;a=a.static;a=void 0===a?!1:a;A()?"production"!==process.env.NODE_ENV?l(!1,"You cannot render a inside another . You never need more than one."):l(!1):void 0;return createElement(t.Provider,{children:b,value:{action:c,location:d,navigator:e,static:a}})} +"production"!==process.env.NODE_ENV&&(y.displayName="Router",y.propTypes={children:PropTypes.node,action:PropTypes.oneOf(["POP","PUSH","REPLACE"]),location:PropTypes.object.isRequired,navigator:PropTypes.shape({createHref:PropTypes.func.isRequired,push:PropTypes.func.isRequired,replace:PropTypes.func.isRequired,go:PropTypes.func.isRequired,block:PropTypes.func.isRequired}).isRequired,static:PropTypes.bool}); +function F(a){var b=a.basename;b=void 0===b?"":b;var c=a.location;a=G(a.children);return H(a,{basename:b,location:c})}"production"!==process.env.NODE_ENV&&(F.displayName="Routes",F.propTypes={basename:PropTypes.string,children:PropTypes.node});function A(){return null!=useContext(t).location}function I(){A()?void 0:"production"!==process.env.NODE_ENV?l(!1,"useLocation() may be used only in the context of a component."):l(!1);return useContext(t).location} +function B(){A()?void 0:"production"!==process.env.NODE_ENV?l(!1,"useNavigate() may be used only in the context of a component."):l(!1);var a=useContext(t).navigator,b=useContext(w).pathname,c=useRef(!1);useEffect(function(){c.current=!0});return useCallback(function(d,e){void 0===e&&(e={});c.current?"number"===typeof d?a.go(d):(d=J(d,b),(e.replace?a.replace:a.push)(d,e.state)):"production"!==process.env.NODE_ENV?m(!1,"You should call navigate() in a useEffect, not when your component is first rendered."): +void 0},[a,b])}function D(){return useContext(w).outlet}function K(a){var b=useContext(w).pathname;return useMemo(function(){return J(a,b)},[a,b])} +function H(a,b){b=void 0===b?{}:b;var c=b.basename,d=void 0===c?"":c;b=b.location;var e=useContext(w);c=e.route;var g=e.pathname,h=e.params;"production"!==process.env.NODE_ENV&&(e=c&&c.path,r(g,!c||c.path.endsWith("*"),'You rendered descendant (or called `useRoutes`) at "'+g+'" (under ) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won\'t match anymore and therefore the child routes will never render.\n\nPlease change the parent to .')));d=d?L([g,d]):g;c=I();var q=b||c;return(b=useMemo(function(){return M(a,q,d)},[q,a,d]))?b.reduceRight(function(a,c){var b=c.pathname,e=c.route;return createElement(w.Provider,{children:e.element,value:{outlet:a,params:k(f({},h,{},c.params)),pathname:L([d,b]),route:e}})},null):null} +function N(a){return a.map(function(a){var c={path:a.path||"/",caseSensitive:!0===a.caseSensitive,element:a.element||createElement(C,null)};a.children&&(c.children=N(a.children));return c})}function G(a){var b=[];Children.forEach(a,function(a){if(isValidElement(a))if(a.type===Fragment)b.push.apply(b,G(a.props.children));else{var c={path:a.props.path||"/",caseSensitive:!0===a.props.caseSensitive,element:a};a.props.children&&(a=G(a.props.children),a.length&&(c.children=a));b.push(c)}});return b} +function M(a,b,c){void 0===c&&(c="");"string"===typeof b&&(b=parsePath(b));b=b.pathname||"/";if(c)if(c=c.replace(/^\/*/,"/").replace(/\/+$/,""),b.startsWith(c))b=b===c?"/":b.slice(c.length);else return null;a=O(a);P(a);var d=null;for(c=0;null==d&&c component."):l(!1);var c=useContext(r).navigator;useEffect(function(){if(b){var d=c.block(function(b){var c=f({},b,{retry:function(){d();b.retry()}});a(c)});return d}},[c,a,b])}; -function useHref(a){z()?void 0:"production"!==process.env.NODE_ENV?l(!1,"useHref() may be used only in the context of a component."):l(!1);var b=useContext(r).navigator;a=K(a);return b.createHref(a)};function useMatch(a){z()?void 0:"production"!==process.env.NODE_ENV?l(!1,"useMatch() may be used only in the context of a component."):l(!1);var b=H();return Q(a,b.pathname)}; -function useParams(){return useContext(v).params};function useRoutes(a,b){void 0===b&&(b="");z()?void 0:"production"!==process.env.NODE_ENV?l(!1,"useRoutes() may be used only in the context of a component."):l(!1);var c=useMemo(function(){return N(a)},[a]);return G(c,b)};export{w as MemoryRouter,y as Navigate,B as Outlet,D as Route,x as Router,E as Routes,N as createRoutesFromArray,F as createRoutesFromChildren,generatePath,Q as matchPath,M as matchRoutes,J as resolvePath,useBlocker,useHref,z as useInRouterContext,H as useLocation,useMatch,A as useNavigate,C as useOutlet,useParams,K as useResolvedPath,useRoutes} +function useBlocker(a,b){void 0===b&&(b=!0);A()?void 0:"production"!==process.env.NODE_ENV?l(!1,"useBlocker() may be used only in the context of a component."):l(!1);var c=useContext(t).navigator;useEffect(function(){if(b){var d=c.block(function(b){var c=f({},b,{retry:function(){d();b.retry()}});a(c)});return d}},[c,a,b])}; +function useHref(a){A()?void 0:"production"!==process.env.NODE_ENV?l(!1,"useHref() may be used only in the context of a component."):l(!1);var b=useContext(t).navigator;a=K(a);return b.createHref(a)};function useMatch(a){A()?void 0:"production"!==process.env.NODE_ENV?l(!1,"useMatch() may be used only in the context of a component."):l(!1);var b=I();return Q(a,b.pathname)}; +function useParams(){return useContext(w).params};function useRoutes(a,b){var c=void 0===b?{}:b;b=c.basename;b=void 0===b?"":b;c=c.location;A()?void 0:"production"!==process.env.NODE_ENV?l(!1,"useRoutes() may be used only in the context of a component."):l(!1);var d=useMemo(function(){return N(a)},[a]);return H(d,{basename:b,location:c})};export{x as MemoryRouter,z as Navigate,C as Outlet,E as Route,y as Router,F as Routes,N as createRoutesFromArray,G as createRoutesFromChildren,generatePath,Q as matchPath,M as matchRoutes,J as resolvePath,useBlocker,useHref,A as useInRouterContext,I as useLocation,useMatch,B as useNavigate,D as useOutlet,useParams,K as useResolvedPath,useRoutes} //# sourceMappingURL=index.js.map diff --git a/node_modules/react-router/index.js.map b/node_modules/react-router/index.js.map index ef14cb5..9921971 100644 --- a/node_modules/react-router/index.js.map +++ b/node_modules/react-router/index.js.map @@ -1 +1 @@ -{"version":3,"file":"index.js","sources":["../../packages/react-router/index.tsx"],"sourcesContent":[null],"names":["invariant","warning","React.createContext","MemoryRouter","action","navigator","PropTypes","string","initialIndex","Navigate","to","pathname","hash","value","static","Routes","children","React.useContext","useInRouterContext","options","parentPathname","parentParams","routes","route","partialRoute","path","React.createElement","createRoutesFromChildren","element","unblock","autoUnblockingTx","matchPath","useParams","RouteContext","partialRoutes"],"mappings":"wUAwCKA,8BAILC,UAAA,EAAA,EAAA,uBAOI,oDAsCE,OAAA;8FAoEcC,aAAAA,YAAAA;QA4DZC,oNAeFC,mLAgBAC;uPAgCUC,SAAAC,yDA8BdC,+BAaEC;UAAA,EAAA,0MAaF,sBACA,oPAYY;oGAmBVC,0DAMAC,kDAEAC,iGAec,WAAA;;qVA2FZC;oDAoBa,+UAgBfC,gCAcUC;oGAmBZC,sCA0G0B,cACvBC,UAAAA,EAAAA,CAAAA,SADuB,cAqB1BC,CAAA,yIAOGD,WAAAA,EAAAA,CAAAA;oPAkGa,CAAA,uBAKhB,WAAkBE,YAAAA,IAAAA,gEAQX,UAAA,yDAmBLlB,CAAA,GAAA,wFAAA;WASQU;eAuFC,mBAAA,oBAAA,UAAA,CAKHS,YALG,CAMLC;oFAmCNC,qBAYgC,2HAgBVD,wDArEX,4CAkGPE,EAAqB,MAEjBC,CAAAC,UAFiB,mCAAA,oBAKoBC,aAAAA,EAAAA,KAAAA,CALpB;QA6BbC,gCAUWX,EAAkB,SAAAY,qBACLA;;;;;;;;uEA3dpCV,EAAA,+LAqBEW,wEAkBMC;2BAsBRZ,CAAA,0ZA2EGa,EAAA,EAAA,WAAA;iBAgJCC,QAAA,EAAmB,mBACCC,SADD,sPA4CvBC;"} \ No newline at end of file +{"version":3,"file":"index.js","sources":["../../packages/react-router/index.tsx"],"sourcesContent":[null],"names":["invariant","warning","React.createContext","MemoryRouter","action","navigator","PropTypes","string","initialIndex","Navigate","to","pathname","hash","value","static","Routes","basename","useLocation","useInRouterContext","options","React.useMemo","resolvePath","RouteContext","parentParams","joinPaths","parentPathname","routes","route","partialRoute","path","element","createRoutesFromChildren","pattern","useParams","partialRoutes","useRoutes_"],"mappings":"wUAwCKA,8BAILC,UAAA,EAAA,EAAA,uBAOI,oDAsCE,OAAA;8FAoEcC,aAAAA,YAAAA;QA4DZC,oNAeFC,mLAgBAC;uPAgCUC,SAAAC,yDA8BdC,+BAaEC;UAAA,EAAA,0MAcF,sBACA,oPAaY;oGAmBVC,0DAMAC,kDAEAC,iGAec,WAAA;;qVA2FZC;oDAoBa,+UAgBfC;QAcUC,wLAoBZC,qGAkIIC,QAAUA,EAAV,GAKJC,CAAA;aA4FAA,CAAA,2NAWe,aAAA,sBAOf,WAAkBC,YAAAA,IAAAA,mIA2BhBlB,CAAA,GAAA,wFAAA;QAQF,CAACI,CAAD,EAAA,6FA2CGe,QAAAA,kBAAoBC,EAAA,EAAA,EAAA,EAApBD,MAAAA;mGA2D2BE,8BAAxBC;uCA0BYC,CAAA,EAAWC,IAAX,qEASlBC,EACAV,yKA6BwB,CAACA,CAAD,EAAA,GAClBW,MAAAA,YAxBC;2CAiDLA,QAGIC,CAAAC,OAAqB,kBACmB,CAAA,4BAGrCD,CAAAE,mFA0BLC,UAAA,EAAA;;;;;;;;;2BA9ZJb,CAAA,6ZA2Eac;iBA+ITC,QAAA,yJA0CJf,EAAA,wKAWAgB,UAIKC,EAAA,CAAWT,CAAX,EAAqBV,SAAAA,aAArB;"} \ No newline at end of file diff --git a/node_modules/react-router/react-router.development.js b/node_modules/react-router/react-router.development.js index 161ff1c..0e9eabb 100644 --- a/node_modules/react-router/react-router.development.js +++ b/node_modules/react-router/react-router.development.js @@ -1,23 +1,23 @@ -import{createMemoryHistory,Action,parsePath}from'history';import PropTypes from'prop-types';import{createContext,useRef,useReducer,useLayoutEffect,createElement,useContext,useEffect,useMemo,useCallback,Children,isValidElement,Fragment}from'react';function h(a,b){if(!a)throw Error(b);}function k(a,b){if(!a){"undefined"!==typeof console&&console.warn(b);try{throw Error(b);}catch(c){}}}let l={};function m(a,b,c){b||l[a]||(l[a]=!0,k(!1,c))}let q=createContext({static:!1});q.displayName="Location";let r=createContext({outlet:null,params:Object.freeze({}),pathname:"",route:null});r.displayName="Route"; -function t({children:a,initialEntries:b,initialIndex:c}){let d=useRef();null==d.current&&(d.current=createMemoryHistory({initialEntries:b,initialIndex:c}));let e=d.current,[f,g]=useReducer((b,a)=>a,{action:e.action,location:e.location});useLayoutEffect(()=>e.listen(g),[e]);return createElement(u,{children:a,action:f.action,location:f.location,navigator:e})}t.displayName="MemoryRouter"; +import{createMemoryHistory,Action,parsePath}from'history';import PropTypes from'prop-types';import{createContext,useRef,useReducer,useLayoutEffect,createElement,useContext,useEffect,useMemo,useCallback,Children,isValidElement,Fragment}from'react';function k(a,b){if(!a)throw Error(b);}function l(a,b){if(!a){"undefined"!==typeof console&&console.warn(b);try{throw Error(b);}catch(c){}}}let m={};function n(a,b,c){b||m[a]||(m[a]=!0,l(!1,c))}let q=createContext({static:!1});q.displayName="Location";let r=createContext({outlet:null,params:Object.freeze({}),pathname:"",route:null});r.displayName="Route"; +function t({children:a,initialEntries:b,initialIndex:c}){let d=useRef();null==d.current&&(d.current=createMemoryHistory({initialEntries:b,initialIndex:c}));let e=d.current,[g,f]=useReducer((b,a)=>a,{action:e.action,location:e.location});useLayoutEffect(()=>e.listen(f),[e]);return createElement(u,{children:a,action:g.action,location:g.location,navigator:e})}t.displayName="MemoryRouter"; t.propTypes={children:PropTypes.node,initialEntries:PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.string,PropTypes.shape({pathname:PropTypes.string,search:PropTypes.string,hash:PropTypes.string,state:PropTypes.object,key:PropTypes.string})])),initialIndex:PropTypes.number}; -function v({to:a,replace:b,state:c}){w()?void 0:h(!1," may be used only in the context of a component.");k(!useContext(q).static," must not be used on the initial render in a . This is a no-op, but you should modify your code so the is only ever rendered in response to some user interaction or state change.");let d=x();useEffect(()=>{d(a,{replace:b,state:c})});return null}v.displayName="Navigate"; +function v({to:a,replace:b,state:c}){w()?void 0:k(!1," may be used only in the context of a component.");l(!useContext(q).static," must not be used on the initial render in a . This is a no-op, but you should modify your code so the is only ever rendered in response to some user interaction or state change.");let d=x();useEffect(()=>{d(a,{replace:b,state:c})});return null}v.displayName="Navigate"; v.propTypes={to:PropTypes.oneOfType([PropTypes.string,PropTypes.shape({pathname:PropTypes.string,search:PropTypes.string,hash:PropTypes.string})]).isRequired,replace:PropTypes.bool,state:PropTypes.object};function y(){return z()}y.displayName="Outlet";y.propTypes={};function A({element:a=createElement(y,null)}){return a}A.displayName="Route";A.propTypes={caseSensitive:PropTypes.bool,children:PropTypes.node,element:PropTypes.element,path:PropTypes.string}; -function u({children:a=null,action:b=Action.Pop,location:c,navigator:d,static:e=!1}){w()?h(!1,"You cannot render a inside another . You never need more than one."):void 0;return createElement(q.Provider,{children:a,value:{action:b,location:c,navigator:d,static:e}})}u.displayName="Router"; -u.propTypes={children:PropTypes.node,action:PropTypes.oneOf(["POP","PUSH","REPLACE"]),location:PropTypes.object.isRequired,navigator:PropTypes.shape({createHref:PropTypes.func.isRequired,push:PropTypes.func.isRequired,replace:PropTypes.func.isRequired,go:PropTypes.func.isRequired,block:PropTypes.func.isRequired}).isRequired,static:PropTypes.bool};function B({basename:a="",children:b}){b=C(b);return D(b,a)}B.displayName="Routes";B.propTypes={basename:PropTypes.string,children:PropTypes.node}; -function w(){return null!=useContext(q).location}function E(){w()?void 0:h(!1,"useLocation() may be used only in the context of a component.");return useContext(q).location} -function x(){w()?void 0:h(!1,"useNavigate() may be used only in the context of a component.");let a=useContext(q).navigator,{pathname:b}=useContext(r),c=useRef(!1);useEffect(()=>{c.current=!0});return useCallback((d,e={})=>{c.current?"number"===typeof d?a.go(d):(d=F(d,b),(e.replace?a.replace:a.push)(d,e.state)):k(!1,"You should call navigate() in a useEffect, not when your component is first rendered.")},[a,b])}function z(){return useContext(r).outlet} +function u({children:a=null,action:b=Action.Pop,location:c,navigator:d,static:e=!1}){w()?k(!1,"You cannot render a inside another . You never need more than one."):void 0;return createElement(q.Provider,{children:a,value:{action:b,location:c,navigator:d,static:e}})}u.displayName="Router"; +u.propTypes={children:PropTypes.node,action:PropTypes.oneOf(["POP","PUSH","REPLACE"]),location:PropTypes.object.isRequired,navigator:PropTypes.shape({createHref:PropTypes.func.isRequired,push:PropTypes.func.isRequired,replace:PropTypes.func.isRequired,go:PropTypes.func.isRequired,block:PropTypes.func.isRequired}).isRequired,static:PropTypes.bool};function B({basename:a="",location:b,children:c}){c=C(c);return D(c,{basename:a,location:b})}B.displayName="Routes"; +B.propTypes={basename:PropTypes.string,children:PropTypes.node};function w(){return null!=useContext(q).location}function E(){w()?void 0:k(!1,"useLocation() may be used only in the context of a component.");return useContext(q).location} +function x(){w()?void 0:k(!1,"useNavigate() may be used only in the context of a component.");let a=useContext(q).navigator,{pathname:b}=useContext(r),c=useRef(!1);useEffect(()=>{c.current=!0});return useCallback((d,e={})=>{c.current?"number"===typeof d?a.go(d):(d=F(d,b),(e.replace?a.replace:a.push)(d,e.state)):l(!1,"You should call navigate() in a useEffect, not when your component is first rendered.")},[a,b])}function z(){return useContext(r).outlet} function G(a){let {pathname:b}=useContext(r);return useMemo(()=>F(a,b),[a,b])} -function D(a,b=""){let {route:c,pathname:d,params:e}=useContext(r);var f=c&&c.path;m(d,!c||c.path.endsWith("*"),`You rendered descendant (or called \`useRoutes\`) at "${d}"`+` (under ) but the parent route path has no trailing "*".`+" This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.\n\n"+`Please change the parent to .`);b=b?[d,b].join("/").replace(/\/\/+/g,"/"):d; -let g=E();return(f=useMemo(()=>H(a,g,b),[g,a,b]))?f.reduceRight((a,{params:c,pathname:d,route:f})=>createElement(r.Provider,{children:f.element,value:{outlet:a,params:Object.freeze({...e,...c}),pathname:[b,d].join("/").replace(/\/\/+/g,"/"),route:f}}),null):null}function I(a){return a.map(b=>{let a={path:b.path||"/",caseSensitive:!0===b.caseSensitive,element:b.element||createElement(y,null)};b.children&&(a.children=I(b.children));return a})} +function D(a,{basename:b="",location:c}={}){let {route:d,pathname:e,params:g}=useContext(r);var f=d&&d.path;n(e,!d||d.path.endsWith("*"),`You rendered descendant (or called \`useRoutes\`) at "${e}"`+` (under ) but the parent route path has no trailing "*".`+" This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.\n\n"+`Please change the parent to .`);b=b?[e,b].join("/").replace(/\/\/+/g, +"/"):e;f=E();let h=c||f;return(c=useMemo(()=>H(a,h,b),[h,a,b]))?c.reduceRight((a,{params:c,pathname:d,route:e})=>createElement(r.Provider,{children:e.element,value:{outlet:a,params:Object.freeze({...g,...c}),pathname:[b,d].join("/").replace(/\/\/+/g,"/"),route:e}}),null):null}function I(a){return a.map(b=>{let a={path:b.path||"/",caseSensitive:!0===b.caseSensitive,element:b.element||createElement(y,null)};b.children&&(a.children=I(b.children));return a})} function C(a){let b=[];Children.forEach(a,a=>{if(isValidElement(a))if(a.type===Fragment)b.push.apply(b,C(a.props.children));else{var c={path:a.props.path||"/",caseSensitive:!0===a.props.caseSensitive,element:a};a.props.children&&(a=C(a.props.children),a.length&&(c.children=a));b.push(c)}});return b} -function H(a,b,c=""){"string"===typeof b&&(b=parsePath(b));b=b.pathname||"/";if(c)if(c=c.replace(/^\/*/,"/").replace(/\/+$/,""),b.startsWith(c))b=b===c?"/":b.slice(c.length);else return null;a=J(a);K(a);var d=null;for(c=0;null==d&&c{let f=[c,a.path].join("/").replace(/\/\/+/g,"/"),p=d.concat(a);g=e.concat(g);a.children&&J(a.children,b,f,p,g);b.push([f,p,g])});return b}function K(a){let b=a.reduce((a,[b])=>{a[b]=M(b);return a},{});N(a,(a,d)=>{let [c,,f]=a;a=b[c];let [g,,n]=d;d=b[g];return a!==d?d-a:O(f,n)})}let P=/^:\w+$/,Q=a=>"*"===a; +function H(a,b,c=""){"string"===typeof b&&(b=parsePath(b));b=b.pathname||"/";if(c)if(c=c.replace(/^\/*/,"/").replace(/\/+$/,""),b.startsWith(c))b=b===c?"/":b.slice(c.length);else return null;a=J(a);K(a);var d=null;for(c=0;null==d&&c{let g=[c,a.path].join("/").replace(/\/\/+/g,"/"),p=d.concat(a);f=e.concat(f);a.children&&J(a.children,b,g,p,f);b.push([g,p,f])});return b}function K(a){let b=a.reduce((a,[b])=>{a[b]=M(b);return a},{});N(a,(a,d)=>{let [c,,g]=a;a=b[c];let [f,,h]=d;d=b[f];return a!==d?d-a:O(g,h)})}let P=/^:\w+$/,Q=a=>"*"===a; function M(a){a=a.split("/");let b=a.length;a.some(Q)&&(b+=-2);return a.filter(a=>"*"!==a).reduce((a,b)=>a+(P.test(b)?2:""===b?1:10),b)}function O(a,b){return a.length===b.length&&a.slice(0,-1).every((a,d)=>a===b[d])?a[a.length-1]-b[b.length-1]:0}function N(a,b){let c=a.slice(0);a.sort((a,e)=>b(a,e)||c.indexOf(a)-c.indexOf(e))} -function L(a,b){"string"===typeof a&&(a={path:a});let {path:c,caseSensitive:d=!1,end:e=!0}=a,[f,g]=R(c,d,e);b=b.match(f);if(!b)return null;a=b[1];let n=b.slice(2);b=g.reduce((a,b,c)=>{c=n[c];try{var d=decodeURIComponent(c.replace(/\+/g," "))}catch(S){k(!1,`The value for the URL param "${b}" will not be decoded because`+` the string "${c}" is a malformed URL segment. This is probably`+` due to a bad percent encoding (${S}).`),d=c}a[b]=d;return a},{});return{path:c,pathname:a,params:b}} +function L(a,b){"string"===typeof a&&(a={path:a});let {path:c,caseSensitive:d=!1,end:e=!0}=a,[g,f]=R(c,d,e);b=b.match(g);if(!b)return null;a=b[1];let h=b.slice(2);b=f.reduce((a,b,c)=>{c=h[c];try{var d=decodeURIComponent(c.replace(/\+/g," "))}catch(S){l(!1,`The value for the URL param "${b}" will not be decoded because`+` the string "${c}" is a malformed URL segment. This is probably`+` due to a bad percent encoding (${S}).`),d=c}a[b]=d;return a},{});return{path:c,pathname:a,params:b}} function R(a,b,c){let d=[],e="^("+a.replace(/^\/*/,"/").replace(/\/?\*?$/,"").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(a,b)=>{d.push(b);return"([^\\/]+)"})+")";a.endsWith("*")?(a.endsWith("/*")&&(e+="\\/?"),d.push("*"),e+="(.*)"):c&&(e+="\\/?");c&&(e+="$");return[new RegExp(e,b?void 0:"i"),d]}function F(a,b="/"){let {pathname:c,search:d="",hash:e=""}="string"===typeof a?parsePath(a):a;return{pathname:c?T(c,c.startsWith("/")?"/":b):b,search:d,hash:e}} function T(a,b){let c=b.replace(/\/+$/,"").replace(/\/\/+/g,"/").split("/");a.replace(/\/\/+/g,"/").split("/").forEach(a=>{".."===a?1{null==b[d]?h(!1,`Missing ":${d}" param`):void 0;return b[d]}).replace(/\/*\*$/,()=>null==b["*"]?"":b["*"].replace(/^\/*/,"/"))}; -function useBlocker(a,b=!0){w()?void 0:h(!1,"useBlocker() may be used only in the context of a component.");let c=useContext(q).navigator;useEffect(()=>{if(b){var d=c.block(b=>{a({...b,retry(){d();b.retry()}})});return d}},[c,a,b])};function useHref(a){w()?void 0:h(!1,"useHref() may be used only in the context of a component.");let b=useContext(q).navigator;a=G(a);return b.createHref(a)}; -function useMatch(a){w()?void 0:h(!1,"useMatch() may be used only in the context of a component.");let b=E();return L(a,b.pathname)};function useParams(){return useContext(r).params};function useRoutes(a,b=""){w()?void 0:h(!1,"useRoutes() may be used only in the context of a component.");let c=useMemo(()=>I(a),[a]);return D(c,b)};export{t as MemoryRouter,v as Navigate,y as Outlet,A as Route,u as Router,B as Routes,I as createRoutesFromArray,C as createRoutesFromChildren,generatePath,L as matchPath,H as matchRoutes,F as resolvePath,useBlocker,useHref,w as useInRouterContext,E as useLocation,useMatch,x as useNavigate,z as useOutlet,useParams,G as useResolvedPath,useRoutes} +function generatePath(a,b={}){return a.replace(/:(\w+)/g,(a,d)=>{null==b[d]?k(!1,`Missing ":${d}" param`):void 0;return b[d]}).replace(/\/*\*$/,()=>null==b["*"]?"":b["*"].replace(/^\/*/,"/"))}; +function useBlocker(a,b=!0){w()?void 0:k(!1,"useBlocker() may be used only in the context of a component.");let c=useContext(q).navigator;useEffect(()=>{if(b){var d=c.block(b=>{a({...b,retry(){d();b.retry()}})});return d}},[c,a,b])};function useHref(a){w()?void 0:k(!1,"useHref() may be used only in the context of a component.");let b=useContext(q).navigator;a=G(a);return b.createHref(a)}; +function useMatch(a){w()?void 0:k(!1,"useMatch() may be used only in the context of a component.");let b=E();return L(a,b.pathname)};function useParams(){return useContext(r).params};function useRoutes(a,{basename:b="",location:c}={}){w()?void 0:k(!1,"useRoutes() may be used only in the context of a component.");let d=useMemo(()=>I(a),[a]);return D(d,{basename:b,location:c})};export{t as MemoryRouter,v as Navigate,y as Outlet,A as Route,u as Router,B as Routes,I as createRoutesFromArray,C as createRoutesFromChildren,generatePath,L as matchPath,H as matchRoutes,F as resolvePath,useBlocker,useHref,w as useInRouterContext,E as useLocation,useMatch,x as useNavigate,z as useOutlet,useParams,G as useResolvedPath,useRoutes} //# sourceMappingURL=react-router.development.js.map diff --git a/node_modules/react-router/react-router.development.js.map b/node_modules/react-router/react-router.development.js.map index d70aed7..814338f 100644 --- a/node_modules/react-router/react-router.development.js.map +++ b/node_modules/react-router/react-router.development.js.map @@ -1 +1 @@ -{"version":3,"file":"react-router.development.js","sources":["../../packages/react-router/index.tsx"],"sourcesContent":[null],"names":["invariant","warning","MemoryRouter","action","navigator","PropTypes","string","initialIndex","Navigate","to","pathname","hash","value","static","Routes","children","React.useContext","useInRouterContext","options","parentPathname","parentParams","routes","route","partialRoute","path","React.createElement","createRoutesFromChildren","element","unblock","matchPath","useParams","RouteContext","partialRoutes"],"mappings":"qBAwCKA,8BAILC,UAAA,EAAA,EAAA,uBAOI,oDAsCE,OAAA;QAgIEC,+LAeFC,kJAgBAC;oLAgCUC,SAAAC,yDA8BdC,8BAaEC;UAAA,yBAAA,2FAaF,sBACA,6OAYY,EAAA;aAmBVC,0DAMAC,kDAEAC,gGAec,WAAA;wOA2FZC,iEAoBa;sUAgBfC,+BAcUC,kHAmBZC;YA0G0B,cACvBC,UAAAA,EAAAA,CAAAA,SADuB,cAqB1BC,CAAA,+FAOGD,WAAAA,EAAAA,CAAAA;sMAkGa,CAAA,uBAKhB,EAAA,CAAkBE,CAAA,GAAlB,CAAA,6DAQO,UAAA,qBAmBLjB,CAAA,GAAA,wFAAA,MASQS;;kBAuFC,uBAKHS,SACFC;2CAmCNC,qBAYgC,EAAA,8BAAA,CAAA,wFAgBVD,6EArEX,oCAkGPE,EAAqB,MAEjBC,CAAAC,UAFiB,mCAAA,oBAKoBC,aAAAA,EAAAA,KAAAA,CALpB;QA6BbC,gCAUWX,EAAkBY,CAAA,qBACLA;;;;;;;;mCA3dpCV,CAAA,+IAqBEW,iGAwCFX,CAAA;mIA2EGY,EAAA,EAAA,WAAA,4DAgJCC,QAAA,EAAmB,mBACCC,SADD,6KA4CvBC;"} \ No newline at end of file +{"version":3,"file":"react-router.development.js","sources":["../../packages/react-router/index.tsx"],"sourcesContent":[null],"names":["invariant","warning","MemoryRouter","action","navigator","PropTypes","string","initialIndex","Navigate","to","pathname","hash","value","static","Routes","basename","useLocation","useInRouterContext","options","React.useMemo","resolvePath","parentParams","RouteContext","parentPathname","routes","paths","route","partialRoute","path","element","createRoutesFromChildren","pattern","useParams","partialRoutes","useRoutes_"],"mappings":"qBAwCKA,8BAILC,UAAA,EAAA,EAAA,uBAOI,oDAsCE,OAAA;QAgIEC,+LAeFC,kJAgBAC;oLAgCUC,SAAAC,yDA8BdC,8BAaEC;UAAA,yBAAA,2FAcF,sBACA,6OAaY,EAAA;aAmBVC,0DAMAC,kDAEAC,gGAec,WAAA;wOA2FZC,iEAoBa;sUAgBfC,+BAcUC;aAoBZC,oGAkIIC,QAAUA,EAAV,GAKJC,CAAA;aA4FAA,CAAA,6KAWe,aAAA,sBAOf,EAAA,CAAkBC,CAAA,GAAlB,CAAA,4FA2BEjB,CAAA,GAAA,wFAAA,GAQF,CAACG,CAAD,EAAA;mDA2CGe,QAAAA,KAAoBC,CAAA,EAAA,EAAA,CAApBD,MAAAA;2EA2DGE,cAAwBC,+YA0BDC;yDAS7BC,EACAT,8JA6BwBU,CAACV,CAADU,EAAAA,kCAClBC,MAAAA,WAxBC,wCAiDLA,QAGIC,CAAAC,OAAqB,kBACmB,CAAA,4BAGrCD,CAAAE;AA0BLC,UAAA,EAAA;;;;;;;;oRA9ZJb,CAAA;sIA2Eac,wEA+ITC,QAAA,oHA0CJf,CAAA,+GAWAgB,UAIKC,EAAA,CAAWV,CAAX,EAAqBT,SAAAA,aAArB;"} \ No newline at end of file diff --git a/node_modules/react-router/react-router.production.min.js b/node_modules/react-router/react-router.production.min.js index dc38b0d..15149bf 100644 --- a/node_modules/react-router/react-router.production.min.js +++ b/node_modules/react-router/react-router.production.min.js @@ -1,2 +1,2 @@ -import{createMemoryHistory as e,Action as t,parsePath as n}from"history";import{createContext as r,useRef as a,useReducer as l,useLayoutEffect as i,createElement as c,useContext as o,useEffect as u,useMemo as s,useCallback as p,Children as h,isValidElement as f,Fragment as m}from"react";function g(e,t){if(!e)throw Error(t)}let d=r({static:!1}),v=r({outlet:null,params:{},pathname:"",route:null});function y(){return S()}function R({children:e=null,action:n=t.Pop,location:r,navigator:a,static:l=!1}){return $()&&g(!1),c(d.Provider,{children:e,value:{action:n,location:r,navigator:a,static:l}})}function $(){return null!=o(d).location}function x(){return $()||g(!1),o(d).location}function E(){$()||g(!1);let e=o(d).navigator,{pathname:t}=o(v),n=a(!1);return u(()=>{n.current=!0}),p((r,a={})=>{n.current&&("number"==typeof r?e.go(r):(r=k(r,t),(a.replace?e.replace:e.push)(r,a.state)))},[e,t])}function S(){return o(v).outlet}function P(e){let{pathname:t}=o(v);return s(()=>k(e,t),[e,t])}function j(e,t=""){let{pathname:n,params:r}=o(v);t=t?[n,t].join("/").replace(/\/\/+/g,"/"):n;let a=x(),l=s(()=>I(e,a,t),[a,e,t]);return l?l.reduceRight((e,{params:n,pathname:a,route:l})=>c(v.Provider,{children:l.element,value:{outlet:e,params:{...r,...n},pathname:[t,a].join("/").replace(/\/\/+/g,"/"),route:l}}),null):null}function w(e){return e.map(e=>{let t={path:e.path||"/",caseSensitive:!0===e.caseSensitive,element:e.element||c(y,null)};return e.children&&(t.children=w(e.children)),t})}function b(e){let t=[];return h.forEach(e,e=>{if(f(e))if(e.type===m)t.push.apply(t,b(e.props.children));else{var n={path:e.props.path||"/",caseSensitive:!0===e.props.caseSensitive,element:e};e.props.children&&((e=b(e.props.children)).length&&(n.children=e)),t.push(n)}}),t}function I(e,t,r=""){if("string"==typeof t&&(t=n(t)),t=t.pathname||"/",r){if(r=r.replace(/^\/*/,"/").replace(/\/+$/,""),!t.startsWith(r))return null;t=t===r?"/":t.slice(r.length)}!function(e){let t=e.reduce((e,[t])=>(e[t]=function(e){let t=(e=e.split("/")).length;return e.some(W)&&(t+=-2),e.filter(e=>"*"!==e).reduce((e,t)=>e+(O.test(t)?2:""===t?1:10),t)}(t),e),{});!function(e,t){let n=e.slice(0);e.sort((e,r)=>t(e,r)||n.indexOf(e)-n.indexOf(r))}(e,(e,n)=>{let[r,,a]=e;e=t[r];let[l,,i]=n;return e!==(n=t[l])?n-e:function(e,t){return e.length===t.length&&e.slice(0,-1).every((e,n)=>e===t[n])?e[e.length-1]-t[t.length-1]:0}(a,i)})}(e=function e(t,n=[],r="",a=[],l=[]){return t.forEach((t,i)=>{let c=[r,t.path].join("/").replace(/\/\/+/g,"/"),o=a.concat(t);i=l.concat(i),t.children&&e(t.children,n,c,o,i),n.push([c,o,i])}),n}(e));var a=null;for(r=0;null==a&&r"*"===e;function C(e,t){"string"==typeof e&&(e={path:e});let{path:n,caseSensitive:r=!1,end:a=!0}=e,[l,i]=function(e,t,n){let r=[],a="^("+e.replace(/^\/*/,"/").replace(/\/?\*?$/,"").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(e,t)=>(r.push(t),"([^\\/]+)"))+")";return e.endsWith("*")?(e.endsWith("/*")&&(a+="\\/?"),r.push("*"),a+="(.*)"):n&&(a+="\\/?"),n&&(a+="$"),[new RegExp(a,t?void 0:"i"),r]}(n,r,a);if(!(t=t.match(l)))return null;e=t[1];let c=t.slice(2);return t=i.reduce((e,t,n)=>{n=c[n];try{var r=decodeURIComponent(n.replace(/\+/g," "))}catch(a){r=n}return e[t]=r,e},{}),{path:n,pathname:e,params:t}}function k(e,t="/"){let{pathname:r,search:a="",hash:l=""}="string"==typeof e?n(e):e;return{pathname:r?F(r,r.startsWith("/")?"/":t):t,search:a,hash:l}}function F(e,t){let n=t.replace(/\/+$/,"").replace(/\/\/+/g,"/").split("/");return e.replace(/\/\/+/g,"/").split("/").forEach(e=>{".."===e?1t,{action:u.action,location:u.location});return i(()=>u.listen(p),[u]),c(R,{children:t,action:s.action,location:s.location,navigator:u})}function H({to:e,replace:t,state:n}){$()||g(!1);let r=E();return u(()=>{r(e,{replace:t,state:n})}),null}function L({element:e=c(y,null)}){return e}function N({basename:e="",children:t}){return j(t=b(t),e)}function U(e,t={}){return e.replace(/:(\w+)/g,(e,n)=>(null==t[n]&&g(!1),t[n])).replace(/\/*\*$/,()=>null==t["*"]?"":t["*"].replace(/^\/*/,"/"))}function q(e,t=!0){$()||g(!1);let n=o(d).navigator;u(()=>{if(t){var r=n.block(t=>{e({...t,retry(){r(),t.retry()}})});return r}},[n,e,t])}function z(e){$()||g(!1);let t=o(d).navigator;return e=P(e),t.createHref(e)}function B(e){return $()||g(!1),C(e,x().pathname)}function D(){return o(v).params}function G(e,t=""){return $()||g(!1),j(s(()=>w(e),[e]),t)}export{A as MemoryRouter,H as Navigate,y as Outlet,L as Route,R as Router,N as Routes,w as createRoutesFromArray,b as createRoutesFromChildren,U as generatePath,C as matchPath,I as matchRoutes,k as resolvePath,q as useBlocker,z as useHref,$ as useInRouterContext,x as useLocation,B as useMatch,E as useNavigate,S as useOutlet,D as useParams,P as useResolvedPath,G as useRoutes}; +import{createMemoryHistory as e,Action as t,parsePath as n}from"history";import{createContext as r,useRef as a,useReducer as l,useLayoutEffect as i,createElement as c,useContext as o,useEffect as u,useMemo as s,useCallback as p,Children as h,isValidElement as f,Fragment as m}from"react";function g(e,t){if(!e)throw Error(t)}let d=r({static:!1}),v=r({outlet:null,params:{},pathname:"",route:null});function y(){return E()}function R({children:e=null,action:n=t.Pop,location:r,navigator:a,static:l=!1}){return b()&&g(!1),c(d.Provider,{children:e,value:{action:n,location:r,navigator:a,static:l}})}function b(){return null!=o(d).location}function $(){return b()||g(!1),o(d).location}function x(){b()||g(!1);let e=o(d).navigator,{pathname:t}=o(v),n=a(!1);return u(()=>{n.current=!0}),p((r,a={})=>{n.current&&("number"==typeof r?e.go(r):(r=k(r,t),(a.replace?e.replace:e.push)(r,a.state)))},[e,t])}function E(){return o(v).outlet}function S(e){let{pathname:t}=o(v);return s(()=>k(e,t),[e,t])}function P(e,{basename:t="",location:n}={}){let{pathname:r,params:a}=o(v);t=t?[r,t].join("/").replace(/\/\/+/g,"/"):r;let l=$(),i=n||l;return(n=s(()=>I(e,i,t),[i,e,t]))?n.reduceRight((e,{params:n,pathname:r,route:l})=>c(v.Provider,{children:l.element,value:{outlet:e,params:{...a,...n},pathname:[t,r].join("/").replace(/\/\/+/g,"/"),route:l}}),null):null}function j(e){return e.map(e=>{let t={path:e.path||"/",caseSensitive:!0===e.caseSensitive,element:e.element||c(y,null)};return e.children&&(t.children=j(e.children)),t})}function w(e){let t=[];return h.forEach(e,e=>{if(f(e))if(e.type===m)t.push.apply(t,w(e.props.children));else{var n={path:e.props.path||"/",caseSensitive:!0===e.props.caseSensitive,element:e};e.props.children&&((e=w(e.props.children)).length&&(n.children=e)),t.push(n)}}),t}function I(e,t,r=""){if("string"==typeof t&&(t=n(t)),t=t.pathname||"/",r){if(r=r.replace(/^\/*/,"/").replace(/\/+$/,""),!t.startsWith(r))return null;t=t===r?"/":t.slice(r.length)}!function(e){let t=e.reduce((e,[t])=>(e[t]=function(e){let t=(e=e.split("/")).length;return e.some(W)&&(t+=-2),e.filter(e=>"*"!==e).reduce((e,t)=>e+(O.test(t)?2:""===t?1:10),t)}(t),e),{});!function(e,t){let n=e.slice(0);e.sort((e,r)=>t(e,r)||n.indexOf(e)-n.indexOf(r))}(e,(e,n)=>{let[r,,a]=e;e=t[r];let[l,,i]=n;return e!==(n=t[l])?n-e:function(e,t){return e.length===t.length&&e.slice(0,-1).every((e,n)=>e===t[n])?e[e.length-1]-t[t.length-1]:0}(a,i)})}(e=function e(t,n=[],r="",a=[],l=[]){return t.forEach((t,i)=>{let c=[r,t.path].join("/").replace(/\/\/+/g,"/"),o=a.concat(t);i=l.concat(i),t.children&&e(t.children,n,c,o,i),n.push([c,o,i])}),n}(e));var a=null;for(r=0;null==a&&r"*"===e;function C(e,t){"string"==typeof e&&(e={path:e});let{path:n,caseSensitive:r=!1,end:a=!0}=e,[l,i]=function(e,t,n){let r=[],a="^("+e.replace(/^\/*/,"/").replace(/\/?\*?$/,"").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(e,t)=>(r.push(t),"([^\\/]+)"))+")";return e.endsWith("*")?(e.endsWith("/*")&&(a+="\\/?"),r.push("*"),a+="(.*)"):n&&(a+="\\/?"),n&&(a+="$"),[new RegExp(a,t?void 0:"i"),r]}(n,r,a);if(!(t=t.match(l)))return null;e=t[1];let c=t.slice(2);return t=i.reduce((e,t,n)=>{n=c[n];try{var r=decodeURIComponent(n.replace(/\+/g," "))}catch(a){r=n}return e[t]=r,e},{}),{path:n,pathname:e,params:t}}function k(e,t="/"){let{pathname:r,search:a="",hash:l=""}="string"==typeof e?n(e):e;return{pathname:r?F(r,r.startsWith("/")?"/":t):t,search:a,hash:l}}function F(e,t){let n=t.replace(/\/+$/,"").replace(/\/\/+/g,"/").split("/");return e.replace(/\/\/+/g,"/").split("/").forEach(e=>{".."===e?1t,{action:u.action,location:u.location});return i(()=>u.listen(p),[u]),c(R,{children:t,action:s.action,location:s.location,navigator:u})}function H({to:e,replace:t,state:n}){b()||g(!1);let r=x();return u(()=>{r(e,{replace:t,state:n})}),null}function L({element:e=c(y,null)}){return e}function N({basename:e="",location:t,children:n}){return P(n=w(n),{basename:e,location:t})}function U(e,t={}){return e.replace(/:(\w+)/g,(e,n)=>(null==t[n]&&g(!1),t[n])).replace(/\/*\*$/,()=>null==t["*"]?"":t["*"].replace(/^\/*/,"/"))}function q(e,t=!0){b()||g(!1);let n=o(d).navigator;u(()=>{if(t){var r=n.block(t=>{e({...t,retry(){r(),t.retry()}})});return r}},[n,e,t])}function z(e){b()||g(!1);let t=o(d).navigator;return e=S(e),t.createHref(e)}function B(e){return b()||g(!1),C(e,$().pathname)}function D(){return o(v).params}function G(e,{basename:t="",location:n}={}){return b()||g(!1),P(s(()=>j(e),[e]),{basename:t,location:n})}export{A as MemoryRouter,H as Navigate,y as Outlet,L as Route,R as Router,N as Routes,j as createRoutesFromArray,w as createRoutesFromChildren,U as generatePath,C as matchPath,I as matchRoutes,k as resolvePath,q as useBlocker,z as useHref,b as useInRouterContext,$ as useLocation,B as useMatch,x as useNavigate,E as useOutlet,D as useParams,S as useResolvedPath,G as useRoutes}; //# sourceMappingURL=react-router.production.min.js.map diff --git a/node_modules/react-router/react-router.production.min.js.map b/node_modules/react-router/react-router.production.min.js.map index ca7832a..cd00bd2 100644 --- a/node_modules/react-router/react-router.production.min.js.map +++ b/node_modules/react-router/react-router.production.min.js.map @@ -1 +1 @@ -{"version":3,"file":"react-router.production.min.js","sources":["../../packages/react-router/index.tsx"],"sourcesContent":[null],"names":["r","React.useContext","useInRouterContext","options","pathname","parentPathname","parentParams","routes","route","partialRoute","React.createElement","children","element","action"],"mappings":"+aAipB4BA,cACvBC,YAAAA,mBAoBHC,6SAyGgB,MAKhB,GAAkBC,uGAoCRC,kIA4FFC,SACFC,kFAmCNC,6BAYgC,+FAgBVD,gHA6BlBE,EAAqB,MAEjBC,kEAGqCC,qGAkCtBC,EAAkBC,SACLA,ujFAjzBhCC"} \ No newline at end of file +{"version":3,"file":"react-router.production.min.js","sources":["../../packages/react-router/index.tsx"],"sourcesContent":[null],"names":["useInRouterContext","options","navigator","resolvePath","parentParams","RouteContext","parentPathname","routes","basename","paths","route","partialRoute","createRoutesFromChildren","action","n"],"mappings":"4dAirBEA,0NA4FAA,yFAkBA,GAAkBC,oGAmClB,CAACC,sFA2CsBC,gFA2DjBC,KAAwBC,QA0BDC,mFAS7BC,EACAC,mIA6BwBC,CAACD,qCACnBE,MAAAA,WAxBC,wCAiDLA,QAGIC,QAAqB,mBACmB,4BAGrCA,wEA0BLC,0mFA5zBAC,o5BAirBsBL,gCAArBM"} \ No newline at end of file diff --git a/node_modules/react-router/umd/index.d.ts b/node_modules/react-router/umd/index.d.ts index 5149f0d..8ca71b8 100644 --- a/node_modules/react-router/umd/index.d.ts +++ b/node_modules/react-router/umd/index.d.ts @@ -135,7 +135,7 @@ export interface RouterProps { * * @see https://reactrouter.com/api/Routes */ -export declare function Routes({ basename, children }: RoutesProps): React.ReactElement | null; +export declare function Routes({ basename, location, children }: RoutesProps): React.ReactElement | null; export declare namespace Routes { var displayName: string; var propTypes: { @@ -145,6 +145,7 @@ export declare namespace Routes { } export interface RoutesProps { basename?: string; + location?: Location; children?: React.ReactNode; } /** @@ -228,6 +229,10 @@ export declare function useParams(): Params; * @see https://reactrouter.com/api/useResolvedPath */ export declare function useResolvedPath(to: To): Path; +interface RoutesOptions { + basename?: string; + location?: Location; +} /** * Returns the element of the route that matched the current location, prepared * with the correct context to render the remainder of the route tree. Route @@ -236,7 +241,7 @@ export declare function useResolvedPath(to: To): Path; * * @see https://reactrouter.com/api/useRoutes */ -export declare function useRoutes(partialRoutes: PartialRouteObject[], basename?: string): React.ReactElement | null; +export declare function useRoutes(partialRoutes: PartialRouteObject[], { basename, location }?: RoutesOptions): React.ReactElement | null; /** * Creates a route config from an array of JavaScript objects. Used internally * by `useRoutes` to normalize the route config. diff --git a/node_modules/react-router/umd/react-router.development.js b/node_modules/react-router/umd/react-router.development.js index b239e14..d827c5f 100644 --- a/node_modules/react-router/umd/react-router.development.js +++ b/node_modules/react-router/umd/react-router.development.js @@ -1,41 +1,41 @@ -'use strict';(function(h,g){"object"===typeof exports&&"undefined"!==typeof module?g(exports,require("react"),require("history")):"function"===typeof define&&define.amd?define(["exports","react","history"],g):(h=h||self,g(h.ReactRouter={},h.React,h.HistoryLibrary))})(this,function(h,g,C){function z(){z=Object.assign||function(a){for(var b=1;b may be used only in the context of a component."); -E(!g.useContext(p).static," must not be used on the initial render in a . This is a no-op, but you should modify your code so the is only ever rendered in response to some user interaction or state change.");var d=W();g.useEffect(function(){d(b,{replace:c,state:e})});return null}function A(){return X()}function P(a){a=a.element;return void 0===a?g.createElement(A,null):a}function F(a){var b=a.children;b=void 0===b?null:b;var c=a.action;c=void 0===c?C.Action.Pop: -c;var e=a.location,d=a.navigator;a=a.static;a=void 0===a?!1:a;n()?k(!1,"You cannot render a inside another . You never need more than one."):void 0;return g.createElement(p.Provider,{children:b,value:{action:c,location:e,navigator:d,static:a}})}function Q(a){var b=a.basename;b=void 0===b?"":b;a=G(a.children);return Y(a,b)}function n(){return null!=g.useContext(p).location}function R(){n()?void 0:k(!1,"useLocation() may be used only in the context of a component.");return g.useContext(p).location} -function W(){n()?void 0:k(!1,"useNavigate() may be used only in the context of a component.");var a=g.useContext(p).navigator,b=g.useContext(t).pathname,c=g.useRef(!1);g.useEffect(function(){c.current=!0});return g.useCallback(function(e,d){void 0===d&&(d={});c.current?"number"===typeof e?a.go(e):(e=S(e,b),(d.replace?a.replace:a.push)(e,d.state)):E(!1,"You should call navigate() in a useEffect, not when your component is first rendered.")},[a,b])}function X(){return g.useContext(t).outlet} -function Z(a){var b=g.useContext(t).pathname;return g.useMemo(function(){return S(a,b)},[a,b])}function Y(a,b){void 0===b&&(b="");var c=g.useContext(t),e=c.route,d=c.pathname,l=c.params;c=e&&e.path;ha(d,!e||e.path.endsWith("*"),'You rendered descendant (or called `useRoutes`) at "'+d+'" (under ) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won\'t match anymore and therefore the child routes will never render.\n\nPlease change the parent to .'));b=b?B([d,b]):d;var f=R();return(e=g.useMemo(function(){return aa(a,f,b)},[f,a,b]))?e.reduceRight(function(a,c){var e=c.pathname,d=c.route;return g.createElement(t.Provider,{children:d.element,value:{outlet:a,params:Object.freeze(z({},l,{},c.params)),pathname:B([b,e]),route:d}})},null):null}function T(a){return a.map(function(a){var b={path:a.path||"/",caseSensitive:!0===a.caseSensitive,element:a.element||g.createElement(A,null)};a.children&&(b.children=T(a.children)); -return b})}function G(a){var b=[];g.Children.forEach(a,function(a){if(g.isValidElement(a))if(a.type===g.Fragment)b.push.apply(b,G(a.props.children));else{var c={path:a.props.path||"/",caseSensitive:!0===a.props.caseSensitive,element:a};a.props.children&&(a=G(a.props.children),a.length&&(c.children=a));b.push(c)}});return b}function aa(a,b,c){void 0===c&&(c="");"string"===typeof b&&(b=C.parsePath(b));b=b.pathname||"/";if(c)if(c=c.replace(/^\/*/,"/").replace(/\/+$/,""),b.startsWith(c))b=b===c?"/":b.slice(c.length); -else return null;a=ba(a);ia(a);var e=null;for(c=0;null==e&&ca;a++)b["_"+String.fromCharCode(a)]=a;if("0123456789"!==Object.getOwnPropertyNames(b).map(function(a){return b[a]}).join(""))return!1;var c={};"abcdefghijklmnopqrst".split("").forEach(function(a){c[a]=a});return"abcdefghijklmnopqrst"!==Object.keys(Object.assign({},c)).join("")?!1:!0}catch(e){return!1}}()?Object.assign:function(a,b){if(null===a||void 0===a)throw new TypeError("Object.assign cannot be called with null or undefined");var c= -Object(a);for(var e,d=1;d>";h=h||m;if("SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"!==u){if(b)throw c=Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"), -c.name="Invariant Violation",c;"undefined"!==typeof console&&(u=g+":"+m,!w[u]&&3>d&&(y("You are manually calling a React.PropTypes validation function for the `"+h+"` prop on `"+g+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),w[u]=!0,d++))}return null==f[m]?c?null===f[m]?new e("The "+x+" `"+h+"` is marked as required in `"+(g+"`, but its value is `null`.")): -new e("The "+x+" `"+h+"` is marked as required in `"+(g+"`, but its value is `undefined`.")):null:a(f,m,g,x,h)}var w={},d=0,f=c.bind(null,!1);f.isRequired=c.bind(null,!0);return f}function f(a){return d(function(b,c,w,d,f,g){b=b[c];return h(b)!==a?(b=k(b),new e("Invalid "+d+" `"+f+"` of type `"+(b+"` supplied to `"+w+"`, expected `")+(a+"`."))):null})}function g(b){switch(typeof b){case "number":case "string":case "undefined":return!0;case "boolean":return!b;case "object":if(Array.isArray(b))return b.every(g); -if(null===b||a(b))return!0;var c=b&&(q&&b[q]||b["@@iterator"]);var e="function"===typeof c?c:void 0;if(e)if(c=e.call(b),e!==b.entries)for(;!(b=c.next()).done;){if(!g(b.value))return!1}else for(;!(b=c.next()).done;){if((b=b.value)&&!g(b[1]))return!1}else return!1;return!0;default:return!1}}function h(a){var b=typeof a;return Array.isArray(a)?"array":a instanceof RegExp?"object":"symbol"===b||a&&("Symbol"===a["@@toStringTag"]||"function"===typeof Symbol&&a instanceof Symbol)?"symbol":b}function k(a){if("undefined"=== -typeof a||null===a)return""+a;var b=h(a);if("object"===b){if(a instanceof Date)return"date";if(a instanceof RegExp)return"regexp"}return b}function n(a){a=k(a);switch(a){case "array":case "object":return"an "+a;case "boolean":case "date":case "regexp":return"a "+a;default:return a}}var q="function"===typeof Symbol&&Symbol.iterator,p={array:f("array"),bool:f("boolean"),func:f("function"),number:f("number"),object:f("object"),string:f("string"),symbol:f("symbol"),any:d(D),arrayOf:function(a){return d(function(b, -c,d,f,g){if("function"!==typeof a)return new e("Property `"+g+"` of component `"+d+"` has invalid PropType notation inside arrayOf.");b=b[c];if(!Array.isArray(b))return b=h(b),new e("Invalid "+f+" `"+g+"` of type `"+(b+"` supplied to `"+d+"`, expected an array."));for(c=0;c may be used only in the context of a component."); +E(!f.useContext(n).static," must not be used on the initial render in a . This is a no-op, but you should modify your code so the is only ever rendered in response to some user interaction or state change.");var d=W();f.useEffect(function(){d(b,{replace:c,state:e})});return null}function A(){return X()}function P(a){a=a.element;return void 0===a?f.createElement(A,null):a}function F(a){var b=a.children;b=void 0===b?null:b;var c=a.action;c=void 0===c?C.Action.Pop: +c;var e=a.location,d=a.navigator;a=a.static;a=void 0===a?!1:a;p()?m(!1,"You cannot render a inside another . You never need more than one."):void 0;return f.createElement(n.Provider,{children:b,value:{action:c,location:e,navigator:d,static:a}})}function Q(a){var b=a.basename;b=void 0===b?"":b;var c=a.location;a=G(a.children);return Y(a,{basename:b,location:c})}function p(){return null!=f.useContext(n).location}function R(){p()?void 0:m(!1,"useLocation() may be used only in the context of a component."); +return f.useContext(n).location}function W(){p()?void 0:m(!1,"useNavigate() may be used only in the context of a component.");var a=f.useContext(n).navigator,b=f.useContext(u).pathname,c=f.useRef(!1);f.useEffect(function(){c.current=!0});return f.useCallback(function(e,d){void 0===d&&(d={});c.current?"number"===typeof e?a.go(e):(e=S(e,b),(d.replace?a.replace:a.push)(e,d.state)):E(!1,"You should call navigate() in a useEffect, not when your component is first rendered.")},[a,b])}function X(){return f.useContext(u).outlet} +function Z(a){var b=f.useContext(u).pathname;return f.useMemo(function(){return S(a,b)},[a,b])}function Y(a,b){b=void 0===b?{}:b;var c=b.basename,e=void 0===c?"":c;b=b.location;var d=f.useContext(u);c=d.route;var k=d.pathname,g=d.params;d=c&&c.path;ha(k,!c||c.path.endsWith("*"),'You rendered descendant (or called `useRoutes`) at "'+k+'" (under ) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won\'t match anymore and therefore the child routes will never render.\n\nPlease change the parent to .'));e=e?B([k,e]):k;c=R();var l=b||c;return(b=f.useMemo(function(){return aa(a,l,e)},[l,a,e]))?b.reduceRight(function(a,b){var c=b.pathname,d=b.route;return f.createElement(u.Provider,{children:d.element,value:{outlet:a,params:Object.freeze(z({},g,{},b.params)),pathname:B([e,c]),route:d}})},null):null}function T(a){return a.map(function(b){var a={path:b.path||"/",caseSensitive:!0===b.caseSensitive,element:b.element||f.createElement(A,null)};b.children&&(a.children= +T(b.children));return a})}function G(a){var b=[];f.Children.forEach(a,function(a){if(f.isValidElement(a))if(a.type===f.Fragment)b.push.apply(b,G(a.props.children));else{var c={path:a.props.path||"/",caseSensitive:!0===a.props.caseSensitive,element:a};a.props.children&&(a=G(a.props.children),a.length&&(c.children=a));b.push(c)}});return b}function aa(a,b,c){void 0===c&&(c="");"string"===typeof b&&(b=C.parsePath(b));b=b.pathname||"/";if(c)if(c=c.replace(/^\/*/,"/").replace(/\/+$/,""),b.startsWith(c))b= +b===c?"/":b.slice(c.length);else return null;a=ba(a);ia(a);var e=null;for(c=0;null==e&&ca;a++)b["_"+String.fromCharCode(a)]=a;if("0123456789"!==Object.getOwnPropertyNames(b).map(function(a){return b[a]}).join(""))return!1;var c={};"abcdefghijklmnopqrst".split("").forEach(function(a){c[a]=a});return"abcdefghijklmnopqrst"!==Object.keys(Object.assign({},c)).join("")?!1:!0}catch(e){return!1}}()?Object.assign:function(a,b){if(null===a||void 0===a)throw new TypeError("Object.assign cannot be called with null or undefined");var c=Object(a);for(var e,d=1;d>";h=h||f;if("SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"!==v){if(b)throw c=Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"),c.name= +"Invariant Violation",c;"undefined"!==typeof console&&(v=g+":"+f,!x[v]&&3>d&&(y("You are manually calling a React.PropTypes validation function for the `"+h+"` prop on `"+g+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),x[v]=!0,d++))}return null==t[f]?c?null===t[f]?new e("The "+r+" `"+h+"` is marked as required in `"+(g+"`, but its value is `null`.")): +new e("The "+r+" `"+h+"` is marked as required in `"+(g+"`, but its value is `undefined`.")):null:a(t,f,g,r,h)}var x={},d=0,f=c.bind(null,!1);f.isRequired=c.bind(null,!0);return f}function f(a){return d(function(b,c,d,x,f,g){b=b[c];return h(b)!==a?(b=m(b),new e("Invalid "+x+" `"+f+"` of type `"+(b+"` supplied to `"+d+"`, expected `")+(a+"`."))):null})}function g(b){switch(typeof b){case "number":case "string":case "undefined":return!0;case "boolean":return!b;case "object":if(Array.isArray(b))return b.every(g); +if(null===b||a(b))return!0;var c=b&&(q&&b[q]||b["@@iterator"]);var e="function"===typeof c?c:void 0;if(e)if(c=e.call(b),e!==b.entries)for(;!(b=c.next()).done;){if(!g(b.value))return!1}else for(;!(b=c.next()).done;){if((b=b.value)&&!g(b[1]))return!1}else return!1;return!0;default:return!1}}function h(a){var b=typeof a;return Array.isArray(a)?"array":a instanceof RegExp?"object":"symbol"===b||a&&("Symbol"===a["@@toStringTag"]||"function"===typeof Symbol&&a instanceof Symbol)?"symbol":b}function m(a){if("undefined"=== +typeof a||null===a)return""+a;var b=h(a);if("object"===b){if(a instanceof Date)return"date";if(a instanceof RegExp)return"regexp"}return b}function p(a){a=m(a);switch(a){case "array":case "object":return"an "+a;case "boolean":case "date":case "regexp":return"a "+a;default:return a}}var q="function"===typeof Symbol&&Symbol.iterator,n={array:f("array"),bool:f("boolean"),func:f("function"),number:f("number"),object:f("object"),string:f("string"),symbol:f("symbol"),any:d(D),arrayOf:function(a){return d(function(b, +c,d,f,g){if("function"!==typeof a)return new e("Property `"+g+"` of component `"+d+"` has invalid PropType notation inside arrayOf.");b=b[c];if(!Array.isArray(b))return b=h(b),new e("Invalid "+f+" `"+g+"` of type `"+(b+"` supplied to `"+d+"`, expected an array."));for(c=0;c>";b=b[c];b=b.constructor&&b.constructor.name?b.constructor.name:"<>";return new e("Invalid "+ f+" `"+g+"` of type `"+(b+"` supplied to `"+d+"`, expected instance of `")+(h+"`."))}return null})},node:function(){return d(function(a,b,c,d,f){return g(a[b])?null:new e("Invalid "+d+" `"+f+"` supplied to `"+(c+"`, expected a ReactNode."))})}(),objectOf:function(a){return d(function(b,c,d,f,g){if("function"!==typeof a)return new e("Property `"+g+"` of component `"+d+"` has invalid PropType notation inside objectOf.");b=b[c];c=h(b);if("object"!==c)return new e("Invalid "+f+" `"+g+"` of type `"+(c+ -"` supplied to `"+d+"`, expected an object."));for(var m in b)if(Ba(b,m)&&(c=a(b,m,d,f,g+"."+m,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"),c instanceof Error))return c;return null})},oneOf:function(a){return Array.isArray(a)?d(function(b,d,f,g,h){b=b[d];for(d=0;d component.");var c=g.useContext(p).navigator;g.useEffect(function(){if(b){var e=c.block(function(b){var c=z({},b,{retry:function(){e();b.retry()}});a(c)});return e}},[c,a,b])}; -h.useHref=function(a){n()?void 0:k(!1,"useHref() may be used only in the context of a component.");var b=g.useContext(p).navigator;a=Z(a);return b.createHref(a)};h.useInRouterContext=n;h.useLocation=R;h.useMatch=function(a){n()?void 0:k(!1,"useMatch() may be used only in the context of a component.");var b=R();return U(a,b.pathname)};h.useNavigate=W;h.useOutlet=X;h.useParams=function(){return g.useContext(t).params};h.useResolvedPath=Z;h.useRoutes=function(a,b){void 0===b&&(b=""); -n()?void 0:k(!1,"useRoutes() may be used only in the context of a component.");var c=g.useMemo(function(){return T(a)},[a]);return Y(c,b)};Object.defineProperty(h,"__esModule",{value:!0})}); +p(c)+" at index "+b+"."),D}return d(function(b,c,d,f,g){for(var h=0;h component.");var c=f.useContext(n).navigator;f.useEffect(function(){if(b){var e=c.block(function(b){var c=z({},b,{retry:function(){e();b.retry()}});a(c)});return e}},[c,a,b])}; +h.useHref=function(a){p()?void 0:m(!1,"useHref() may be used only in the context of a component.");var b=f.useContext(n).navigator;a=Z(a);return b.createHref(a)};h.useInRouterContext=p;h.useLocation=R;h.useMatch=function(a){p()?void 0:m(!1,"useMatch() may be used only in the context of a component.");var b=R();return U(a,b.pathname)};h.useNavigate=W;h.useOutlet=X;h.useParams=function(){return f.useContext(u).params};h.useResolvedPath=Z;h.useRoutes=function(a,b){var c=void 0===b? +{}:b;b=c.basename;b=void 0===b?"":b;c=c.location;p()?void 0:m(!1,"useRoutes() may be used only in the context of a component.");var e=f.useMemo(function(){return T(a)},[a]);return Y(e,{basename:b,location:c})};Object.defineProperty(h,"__esModule",{value:!0})}); //# sourceMappingURL=react-router.development.js.map diff --git a/node_modules/react-router/umd/react-router.development.js.map b/node_modules/react-router/umd/react-router.development.js.map index 8ed81ed..588699f 100644 --- a/node_modules/react-router/umd/react-router.development.js.map +++ b/node_modules/react-router/umd/react-router.development.js.map @@ -1 +1 @@ -{"version":3,"file":"react-router.development.js","sources":["../../../node_modules/prop-types/checkPropTypes.js","../../../node_modules/prop-types/lib/ReactPropTypesSecret.js","../../../node_modules/prop-types/factoryWithTypeCheckers.js","../../../packages/react-router/index.tsx","../../../node_modules/react-is/cjs/react-is.development.js","../../../node_modules/react-is/index.js","../../../node_modules/object-assign/index.js","../../../node_modules/prop-types/index.js"],"sourcesContent":["/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar printWarning = function() {};\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n var loggedTypeFailures = {};\n var has = Function.call.bind(Object.prototype.hasOwnProperty);\n\n printWarning = function(text) {\n var message = 'Warning: ' + text;\n if (typeof console !== 'undefined') {\n console.error(message);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n throw new Error(message);\n } catch (x) {}\n };\n}\n\n/**\n * Assert that the values match with the type specs.\n * Error messages are memorized and will only be shown once.\n *\n * @param {object} typeSpecs Map of name to a ReactPropType\n * @param {object} values Runtime values that need to be type-checked\n * @param {string} location e.g. \"prop\", \"context\", \"child context\"\n * @param {string} componentName Name of the component for error messages.\n * @param {?Function} getStack Returns the component stack.\n * @private\n */\nfunction checkPropTypes(typeSpecs, values, location, componentName, getStack) {\n if (process.env.NODE_ENV !== 'production') {\n for (var typeSpecName in typeSpecs) {\n if (has(typeSpecs, typeSpecName)) {\n var error;\n // Prop type validation may throw. In case they do, we don't want to\n // fail the render phase where it didn't fail before. So we log it.\n // After these have been cleaned up, we'll let them throw.\n try {\n // This is intentionally an invariant that gets caught. It's the same\n // behavior as without this statement except with a better message.\n if (typeof typeSpecs[typeSpecName] !== 'function') {\n var err = Error(\n (componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' +\n 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.'\n );\n err.name = 'Invariant Violation';\n throw err;\n }\n error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);\n } catch (ex) {\n error = ex;\n }\n if (error && !(error instanceof Error)) {\n printWarning(\n (componentName || 'React class') + ': type specification of ' +\n location + ' `' + typeSpecName + '` is invalid; the type checker ' +\n 'function must return `null` or an `Error` but returned a ' + typeof error + '. ' +\n 'You may have forgotten to pass an argument to the type checker ' +\n 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' +\n 'shape all require an argument).'\n );\n }\n if (error instanceof Error && !(error.message in loggedTypeFailures)) {\n // Only monitor this failure once because there tends to be a lot of the\n // same error.\n loggedTypeFailures[error.message] = true;\n\n var stack = getStack ? getStack() : '';\n\n printWarning(\n 'Failed ' + location + ' type: ' + error.message + (stack != null ? stack : '')\n );\n }\n }\n }\n }\n}\n\n/**\n * Resets warning cache when testing.\n *\n * @private\n */\ncheckPropTypes.resetWarningCache = function() {\n if (process.env.NODE_ENV !== 'production') {\n loggedTypeFailures = {};\n }\n}\n\nmodule.exports = checkPropTypes;\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactIs = require('react-is');\nvar assign = require('object-assign');\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\nvar checkPropTypes = require('./checkPropTypes');\n\nvar has = Function.call.bind(Object.prototype.hasOwnProperty);\nvar printWarning = function() {};\n\nif (process.env.NODE_ENV !== 'production') {\n printWarning = function(text) {\n var message = 'Warning: ' + text;\n if (typeof console !== 'undefined') {\n console.error(message);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n throw new Error(message);\n } catch (x) {}\n };\n}\n\nfunction emptyFunctionThatReturnsNull() {\n return null;\n}\n\nmodule.exports = function(isValidElement, throwOnDirectAccess) {\n /* global Symbol */\n var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\n var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.\n\n /**\n * Returns the iterator method function contained on the iterable object.\n *\n * Be sure to invoke the function with the iterable as context:\n *\n * var iteratorFn = getIteratorFn(myIterable);\n * if (iteratorFn) {\n * var iterator = iteratorFn.call(myIterable);\n * ...\n * }\n *\n * @param {?object} maybeIterable\n * @return {?function}\n */\n function getIteratorFn(maybeIterable) {\n var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);\n if (typeof iteratorFn === 'function') {\n return iteratorFn;\n }\n }\n\n /**\n * Collection of methods that allow declaration and validation of props that are\n * supplied to React components. Example usage:\n *\n * var Props = require('ReactPropTypes');\n * var MyArticle = React.createClass({\n * propTypes: {\n * // An optional string prop named \"description\".\n * description: Props.string,\n *\n * // A required enum prop named \"category\".\n * category: Props.oneOf(['News','Photos']).isRequired,\n *\n * // A prop named \"dialog\" that requires an instance of Dialog.\n * dialog: Props.instanceOf(Dialog).isRequired\n * },\n * render: function() { ... }\n * });\n *\n * A more formal specification of how these methods are used:\n *\n * type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)\n * decl := ReactPropTypes.{type}(.isRequired)?\n *\n * Each and every declaration produces a function with the same signature. This\n * allows the creation of custom validation functions. For example:\n *\n * var MyLink = React.createClass({\n * propTypes: {\n * // An optional string or URI prop named \"href\".\n * href: function(props, propName, componentName) {\n * var propValue = props[propName];\n * if (propValue != null && typeof propValue !== 'string' &&\n * !(propValue instanceof URI)) {\n * return new Error(\n * 'Expected a string or an URI for ' + propName + ' in ' +\n * componentName\n * );\n * }\n * }\n * },\n * render: function() {...}\n * });\n *\n * @internal\n */\n\n var ANONYMOUS = '<>';\n\n // Important!\n // Keep this list in sync with production version in `./factoryWithThrowingShims.js`.\n var ReactPropTypes = {\n array: createPrimitiveTypeChecker('array'),\n bool: createPrimitiveTypeChecker('boolean'),\n func: createPrimitiveTypeChecker('function'),\n number: createPrimitiveTypeChecker('number'),\n object: createPrimitiveTypeChecker('object'),\n string: createPrimitiveTypeChecker('string'),\n symbol: createPrimitiveTypeChecker('symbol'),\n\n any: createAnyTypeChecker(),\n arrayOf: createArrayOfTypeChecker,\n element: createElementTypeChecker(),\n elementType: createElementTypeTypeChecker(),\n instanceOf: createInstanceTypeChecker,\n node: createNodeChecker(),\n objectOf: createObjectOfTypeChecker,\n oneOf: createEnumTypeChecker,\n oneOfType: createUnionTypeChecker,\n shape: createShapeTypeChecker,\n exact: createStrictShapeTypeChecker,\n };\n\n /**\n * inlined Object.is polyfill to avoid requiring consumers ship their own\n * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\n */\n /*eslint-disable no-self-compare*/\n function is(x, y) {\n // SameValue algorithm\n if (x === y) {\n // Steps 1-5, 7-10\n // Steps 6.b-6.e: +0 != -0\n return x !== 0 || 1 / x === 1 / y;\n } else {\n // Step 6.a: NaN == NaN\n return x !== x && y !== y;\n }\n }\n /*eslint-enable no-self-compare*/\n\n /**\n * We use an Error-like object for backward compatibility as people may call\n * PropTypes directly and inspect their output. However, we don't use real\n * Errors anymore. We don't inspect their stack anyway, and creating them\n * is prohibitively expensive if they are created too often, such as what\n * happens in oneOfType() for any type before the one that matched.\n */\n function PropTypeError(message) {\n this.message = message;\n this.stack = '';\n }\n // Make `instanceof Error` still work for returned errors.\n PropTypeError.prototype = Error.prototype;\n\n function createChainableTypeChecker(validate) {\n if (process.env.NODE_ENV !== 'production') {\n var manualPropTypeCallCache = {};\n var manualPropTypeWarningCount = 0;\n }\n function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {\n componentName = componentName || ANONYMOUS;\n propFullName = propFullName || propName;\n\n if (secret !== ReactPropTypesSecret) {\n if (throwOnDirectAccess) {\n // New behavior only for users of `prop-types` package\n var err = new Error(\n 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n 'Use `PropTypes.checkPropTypes()` to call them. ' +\n 'Read more at http://fb.me/use-check-prop-types'\n );\n err.name = 'Invariant Violation';\n throw err;\n } else if (process.env.NODE_ENV !== 'production' && typeof console !== 'undefined') {\n // Old behavior for people using React.PropTypes\n var cacheKey = componentName + ':' + propName;\n if (\n !manualPropTypeCallCache[cacheKey] &&\n // Avoid spamming the console because they are often not actionable except for lib authors\n manualPropTypeWarningCount < 3\n ) {\n printWarning(\n 'You are manually calling a React.PropTypes validation ' +\n 'function for the `' + propFullName + '` prop on `' + componentName + '`. This is deprecated ' +\n 'and will throw in the standalone `prop-types` package. ' +\n 'You may be seeing this warning due to a third-party PropTypes ' +\n 'library. See https://fb.me/react-warning-dont-call-proptypes ' + 'for details.'\n );\n manualPropTypeCallCache[cacheKey] = true;\n manualPropTypeWarningCount++;\n }\n }\n }\n if (props[propName] == null) {\n if (isRequired) {\n if (props[propName] === null) {\n return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required ' + ('in `' + componentName + '`, but its value is `null`.'));\n }\n return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required in ' + ('`' + componentName + '`, but its value is `undefined`.'));\n }\n return null;\n } else {\n return validate(props, propName, componentName, location, propFullName);\n }\n }\n\n var chainedCheckType = checkType.bind(null, false);\n chainedCheckType.isRequired = checkType.bind(null, true);\n\n return chainedCheckType;\n }\n\n function createPrimitiveTypeChecker(expectedType) {\n function validate(props, propName, componentName, location, propFullName, secret) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== expectedType) {\n // `propValue` being instance of, say, date/regexp, pass the 'object'\n // check, but we can offer a more precise error message here rather than\n // 'of type `object`'.\n var preciseType = getPreciseType(propValue);\n\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + preciseType + '` supplied to `' + componentName + '`, expected ') + ('`' + expectedType + '`.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createAnyTypeChecker() {\n return createChainableTypeChecker(emptyFunctionThatReturnsNull);\n }\n\n function createArrayOfTypeChecker(typeChecker) {\n function validate(props, propName, componentName, location, propFullName) {\n if (typeof typeChecker !== 'function') {\n return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside arrayOf.');\n }\n var propValue = props[propName];\n if (!Array.isArray(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an array.'));\n }\n for (var i = 0; i < propValue.length; i++) {\n var error = typeChecker(propValue, i, componentName, location, propFullName + '[' + i + ']', ReactPropTypesSecret);\n if (error instanceof Error) {\n return error;\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createElementTypeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n if (!isValidElement(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createElementTypeTypeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n if (!ReactIs.isValidElementType(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement type.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createInstanceTypeChecker(expectedClass) {\n function validate(props, propName, componentName, location, propFullName) {\n if (!(props[propName] instanceof expectedClass)) {\n var expectedClassName = expectedClass.name || ANONYMOUS;\n var actualClassName = getClassName(props[propName]);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + actualClassName + '` supplied to `' + componentName + '`, expected ') + ('instance of `' + expectedClassName + '`.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createEnumTypeChecker(expectedValues) {\n if (!Array.isArray(expectedValues)) {\n if (process.env.NODE_ENV !== 'production') {\n if (arguments.length > 1) {\n printWarning(\n 'Invalid arguments supplied to oneOf, expected an array, got ' + arguments.length + ' arguments. ' +\n 'A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).'\n );\n } else {\n printWarning('Invalid argument supplied to oneOf, expected an array.');\n }\n }\n return emptyFunctionThatReturnsNull;\n }\n\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n for (var i = 0; i < expectedValues.length; i++) {\n if (is(propValue, expectedValues[i])) {\n return null;\n }\n }\n\n var valuesString = JSON.stringify(expectedValues, function replacer(key, value) {\n var type = getPreciseType(value);\n if (type === 'symbol') {\n return String(value);\n }\n return value;\n });\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of value `' + String(propValue) + '` ' + ('supplied to `' + componentName + '`, expected one of ' + valuesString + '.'));\n }\n return createChainableTypeChecker(validate);\n }\n\n function createObjectOfTypeChecker(typeChecker) {\n function validate(props, propName, componentName, location, propFullName) {\n if (typeof typeChecker !== 'function') {\n return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside objectOf.');\n }\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an object.'));\n }\n for (var key in propValue) {\n if (has(propValue, key)) {\n var error = typeChecker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error instanceof Error) {\n return error;\n }\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createUnionTypeChecker(arrayOfTypeCheckers) {\n if (!Array.isArray(arrayOfTypeCheckers)) {\n process.env.NODE_ENV !== 'production' ? printWarning('Invalid argument supplied to oneOfType, expected an instance of array.') : void 0;\n return emptyFunctionThatReturnsNull;\n }\n\n for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n var checker = arrayOfTypeCheckers[i];\n if (typeof checker !== 'function') {\n printWarning(\n 'Invalid argument supplied to oneOfType. Expected an array of check functions, but ' +\n 'received ' + getPostfixForTypeWarning(checker) + ' at index ' + i + '.'\n );\n return emptyFunctionThatReturnsNull;\n }\n }\n\n function validate(props, propName, componentName, location, propFullName) {\n for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n var checker = arrayOfTypeCheckers[i];\n if (checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret) == null) {\n return null;\n }\n }\n\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`.'));\n }\n return createChainableTypeChecker(validate);\n }\n\n function createNodeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n if (!isNode(props[propName])) {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`, expected a ReactNode.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createShapeTypeChecker(shapeTypes) {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n }\n for (var key in shapeTypes) {\n var checker = shapeTypes[key];\n if (!checker) {\n continue;\n }\n var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error) {\n return error;\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createStrictShapeTypeChecker(shapeTypes) {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n }\n // We need to check all keys in case some are required but missing from\n // props.\n var allKeys = assign({}, props[propName], shapeTypes);\n for (var key in allKeys) {\n var checker = shapeTypes[key];\n if (!checker) {\n return new PropTypeError(\n 'Invalid ' + location + ' `' + propFullName + '` key `' + key + '` supplied to `' + componentName + '`.' +\n '\\nBad object: ' + JSON.stringify(props[propName], null, ' ') +\n '\\nValid keys: ' + JSON.stringify(Object.keys(shapeTypes), null, ' ')\n );\n }\n var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error) {\n return error;\n }\n }\n return null;\n }\n\n return createChainableTypeChecker(validate);\n }\n\n function isNode(propValue) {\n switch (typeof propValue) {\n case 'number':\n case 'string':\n case 'undefined':\n return true;\n case 'boolean':\n return !propValue;\n case 'object':\n if (Array.isArray(propValue)) {\n return propValue.every(isNode);\n }\n if (propValue === null || isValidElement(propValue)) {\n return true;\n }\n\n var iteratorFn = getIteratorFn(propValue);\n if (iteratorFn) {\n var iterator = iteratorFn.call(propValue);\n var step;\n if (iteratorFn !== propValue.entries) {\n while (!(step = iterator.next()).done) {\n if (!isNode(step.value)) {\n return false;\n }\n }\n } else {\n // Iterator will provide entry [k,v] tuples rather than values.\n while (!(step = iterator.next()).done) {\n var entry = step.value;\n if (entry) {\n if (!isNode(entry[1])) {\n return false;\n }\n }\n }\n }\n } else {\n return false;\n }\n\n return true;\n default:\n return false;\n }\n }\n\n function isSymbol(propType, propValue) {\n // Native Symbol.\n if (propType === 'symbol') {\n return true;\n }\n\n // falsy value can't be a Symbol\n if (!propValue) {\n return false;\n }\n\n // 19.4.3.5 Symbol.prototype[@@toStringTag] === 'Symbol'\n if (propValue['@@toStringTag'] === 'Symbol') {\n return true;\n }\n\n // Fallback for non-spec compliant Symbols which are polyfilled.\n if (typeof Symbol === 'function' && propValue instanceof Symbol) {\n return true;\n }\n\n return false;\n }\n\n // Equivalent of `typeof` but with special handling for array and regexp.\n function getPropType(propValue) {\n var propType = typeof propValue;\n if (Array.isArray(propValue)) {\n return 'array';\n }\n if (propValue instanceof RegExp) {\n // Old webkits (at least until Android 4.0) return 'function' rather than\n // 'object' for typeof a RegExp. We'll normalize this here so that /bla/\n // passes PropTypes.object.\n return 'object';\n }\n if (isSymbol(propType, propValue)) {\n return 'symbol';\n }\n return propType;\n }\n\n // This handles more types than `getPropType`. Only used for error messages.\n // See `createPrimitiveTypeChecker`.\n function getPreciseType(propValue) {\n if (typeof propValue === 'undefined' || propValue === null) {\n return '' + propValue;\n }\n var propType = getPropType(propValue);\n if (propType === 'object') {\n if (propValue instanceof Date) {\n return 'date';\n } else if (propValue instanceof RegExp) {\n return 'regexp';\n }\n }\n return propType;\n }\n\n // Returns a string that is postfixed to a warning about an invalid type.\n // For example, \"undefined\" or \"of type array\"\n function getPostfixForTypeWarning(value) {\n var type = getPreciseType(value);\n switch (type) {\n case 'array':\n case 'object':\n return 'an ' + type;\n case 'boolean':\n case 'date':\n case 'regexp':\n return 'a ' + type;\n default:\n return type;\n }\n }\n\n // Returns class name of the object, if any.\n function getClassName(propValue) {\n if (!propValue.constructor || !propValue.constructor.name) {\n return ANONYMOUS;\n }\n return propValue.constructor.name;\n }\n\n ReactPropTypes.checkPropTypes = checkPropTypes;\n ReactPropTypes.resetWarningCache = checkPropTypes.resetWarningCache;\n ReactPropTypes.PropTypes = ReactPropTypes;\n\n return ReactPropTypes;\n};\n",null,"/** @license React v16.13.1\n * react-is.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\n// The Symbol used to tag the ReactElement-like types. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\nvar hasSymbol = typeof Symbol === 'function' && Symbol.for;\nvar REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;\nvar REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;\nvar REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;\nvar REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;\nvar REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;\nvar REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;\nvar REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary\n// (unstable) APIs that have been removed. Can we remove the symbols?\n\nvar REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;\nvar REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;\nvar REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;\nvar REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;\nvar REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;\nvar REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;\nvar REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;\nvar REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;\nvar REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;\nvar REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;\nvar REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;\n\nfunction isValidElementType(type) {\n return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.\n type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);\n}\n\nfunction typeOf(object) {\n if (typeof object === 'object' && object !== null) {\n var $$typeof = object.$$typeof;\n\n switch ($$typeof) {\n case REACT_ELEMENT_TYPE:\n var type = object.type;\n\n switch (type) {\n case REACT_ASYNC_MODE_TYPE:\n case REACT_CONCURRENT_MODE_TYPE:\n case REACT_FRAGMENT_TYPE:\n case REACT_PROFILER_TYPE:\n case REACT_STRICT_MODE_TYPE:\n case REACT_SUSPENSE_TYPE:\n return type;\n\n default:\n var $$typeofType = type && type.$$typeof;\n\n switch ($$typeofType) {\n case REACT_CONTEXT_TYPE:\n case REACT_FORWARD_REF_TYPE:\n case REACT_LAZY_TYPE:\n case REACT_MEMO_TYPE:\n case REACT_PROVIDER_TYPE:\n return $$typeofType;\n\n default:\n return $$typeof;\n }\n\n }\n\n case REACT_PORTAL_TYPE:\n return $$typeof;\n }\n }\n\n return undefined;\n} // AsyncMode is deprecated along with isAsyncMode\n\nvar AsyncMode = REACT_ASYNC_MODE_TYPE;\nvar ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;\nvar ContextConsumer = REACT_CONTEXT_TYPE;\nvar ContextProvider = REACT_PROVIDER_TYPE;\nvar Element = REACT_ELEMENT_TYPE;\nvar ForwardRef = REACT_FORWARD_REF_TYPE;\nvar Fragment = REACT_FRAGMENT_TYPE;\nvar Lazy = REACT_LAZY_TYPE;\nvar Memo = REACT_MEMO_TYPE;\nvar Portal = REACT_PORTAL_TYPE;\nvar Profiler = REACT_PROFILER_TYPE;\nvar StrictMode = REACT_STRICT_MODE_TYPE;\nvar Suspense = REACT_SUSPENSE_TYPE;\nvar hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated\n\nfunction isAsyncMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsAsyncMode) {\n hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint\n\n console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactIs.isConcurrentMode() instead. It has the exact same API.');\n }\n }\n\n return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;\n}\nfunction isConcurrentMode(object) {\n return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;\n}\nfunction isContextConsumer(object) {\n return typeOf(object) === REACT_CONTEXT_TYPE;\n}\nfunction isContextProvider(object) {\n return typeOf(object) === REACT_PROVIDER_TYPE;\n}\nfunction isElement(object) {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n}\nfunction isForwardRef(object) {\n return typeOf(object) === REACT_FORWARD_REF_TYPE;\n}\nfunction isFragment(object) {\n return typeOf(object) === REACT_FRAGMENT_TYPE;\n}\nfunction isLazy(object) {\n return typeOf(object) === REACT_LAZY_TYPE;\n}\nfunction isMemo(object) {\n return typeOf(object) === REACT_MEMO_TYPE;\n}\nfunction isPortal(object) {\n return typeOf(object) === REACT_PORTAL_TYPE;\n}\nfunction isProfiler(object) {\n return typeOf(object) === REACT_PROFILER_TYPE;\n}\nfunction isStrictMode(object) {\n return typeOf(object) === REACT_STRICT_MODE_TYPE;\n}\nfunction isSuspense(object) {\n return typeOf(object) === REACT_SUSPENSE_TYPE;\n}\n\nexports.AsyncMode = AsyncMode;\nexports.ConcurrentMode = ConcurrentMode;\nexports.ContextConsumer = ContextConsumer;\nexports.ContextProvider = ContextProvider;\nexports.Element = Element;\nexports.ForwardRef = ForwardRef;\nexports.Fragment = Fragment;\nexports.Lazy = Lazy;\nexports.Memo = Memo;\nexports.Portal = Portal;\nexports.Profiler = Profiler;\nexports.StrictMode = StrictMode;\nexports.Suspense = Suspense;\nexports.isAsyncMode = isAsyncMode;\nexports.isConcurrentMode = isConcurrentMode;\nexports.isContextConsumer = isContextConsumer;\nexports.isContextProvider = isContextProvider;\nexports.isElement = isElement;\nexports.isForwardRef = isForwardRef;\nexports.isFragment = isFragment;\nexports.isLazy = isLazy;\nexports.isMemo = isMemo;\nexports.isPortal = isPortal;\nexports.isProfiler = isProfiler;\nexports.isStrictMode = isStrictMode;\nexports.isSuspense = isSuspense;\nexports.isValidElementType = isValidElementType;\nexports.typeOf = typeOf;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-is.production.min.js');\n} else {\n module.exports = require('./cjs/react-is.development.js');\n}\n","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactIs = require('react-is');\n\n // By explicitly using `prop-types` you are opting into new development behavior.\n // http://fb.me/prop-types-in-prod\n var throwOnDirectAccess = true;\n module.exports = require('./factoryWithTypeCheckers')(ReactIs.isElement, throwOnDirectAccess);\n} else {\n // By explicitly using `prop-types` you are opting into new production behavior.\n // http://fb.me/prop-types-in-prod\n module.exports = require('./factoryWithThrowingShims')();\n}\n"],"names":["checkPropTypes","typeSpecs","values","location","componentName","getStack","typeSpecName","has","err","Error","name","error","ReactPropTypesSecret","ex","printWarning","message","loggedTypeFailures","stack","emptyFunctionThatReturnsNull","invariant","warning","MemoryRouter","action","navigator","Navigate","value","Routes","React.useContext","useInRouterContext","options","pathname","parentPathname","parentParams","routes","route","partialRoute","path","React.createElement","createRoutesFromChildren","children","element","typeOf","object","$$typeof","REACT_ELEMENT_TYPE","type","REACT_ASYNC_MODE_TYPE","REACT_CONCURRENT_MODE_TYPE","REACT_FRAGMENT_TYPE","REACT_PROFILER_TYPE","REACT_STRICT_MODE_TYPE","REACT_SUSPENSE_TYPE","$$typeofType","REACT_CONTEXT_TYPE","REACT_FORWARD_REF_TYPE","REACT_LAZY_TYPE","REACT_MEMO_TYPE","REACT_PROVIDER_TYPE","REACT_PORTAL_TYPE","isConcurrentMode","hasSymbol","Symbol","for","REACT_SUSPENSE_LIST_TYPE","REACT_BLOCK_TYPE","REACT_FUNDAMENTAL_TYPE","REACT_RESPONDER_TYPE","REACT_SCOPE_TYPE","hasWarnedAboutDeprecatedIsAsyncMode","exports","AsyncMode","ConcurrentMode","ContextConsumer","ContextProvider","Element","ForwardRef","Fragment","Lazy","Memo","Portal","Profiler","StrictMode","Suspense","isAsyncMode","console","isContextConsumer","isContextProvider","isElement","isForwardRef","isFragment","isLazy","isMemo","isPortal","isProfiler","isStrictMode","isSuspense","isValidElementType","module","require$$0","getOwnPropertySymbols","Object","hasOwnProperty","prototype","propIsEnumerable","propertyIsEnumerable","shouldUseNative","assign","test1","String","getOwnPropertyNames","test2","i","fromCharCode","map","order2","n","join","test3","forEach","letter","keys","target","source","undefined","TypeError","symbols","s","arguments","length","from","key","call","to","Function","bind","text","x","resetWarningCache","checkPropTypes.resetWarningCache","printWarning$1","factoryWithTypeCheckers","isValidElement","throwOnDirectAccess","is","y","PropTypeError","createChainableTypeChecker","validate","checkType","isRequired","props","propName","propFullName","secret","ANONYMOUS","cacheKey","manualPropTypeCallCache","manualPropTypeWarningCount","chainedCheckType","createPrimitiveTypeChecker","expectedType","propValue","getPropType","propType","preciseType","getPreciseType","isNode","Array","isArray","every","iteratorFn","ITERATOR_SYMBOL","FAUX_ITERATOR_SYMBOL","iterator","entries","done","step","next","entry","RegExp","Date","getPostfixForTypeWarning","ReactPropTypes","array","bool","func","number","string","symbol","any","arrayOf","createArrayOfTypeChecker","typeChecker","createElementTypeChecker","elementType","createElementTypeTypeChecker","ReactIs","instanceOf","createInstanceTypeChecker","expectedClass","expectedClassName","constructor","actualClassName","node","createNodeChecker","objectOf","createObjectOfTypeChecker","oneOf","createEnumTypeChecker","expectedValues","valuesString","JSON","stringify","replacer","oneOfType","createUnionTypeChecker","arrayOfTypeCheckers","checker","shape","createShapeTypeChecker","shapeTypes","exact","createStrictShapeTypeChecker","allKeys","PropTypes","require$$1","React.createContext","initialIndex","hash","static","unblock","autoUnblockingTx","matchPath","useParams","RouteContext","partialRoutes"],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"react-router.development.js","sources":["../../../node_modules/prop-types/checkPropTypes.js","../../../node_modules/prop-types/lib/ReactPropTypesSecret.js","../../../node_modules/prop-types/factoryWithTypeCheckers.js","../../../packages/react-router/index.tsx","../../../node_modules/react-is/cjs/react-is.development.js","../../../node_modules/react-is/index.js","../../../node_modules/object-assign/index.js","../../../node_modules/prop-types/index.js"],"sourcesContent":["/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar printWarning = function() {};\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n var loggedTypeFailures = {};\n var has = Function.call.bind(Object.prototype.hasOwnProperty);\n\n printWarning = function(text) {\n var message = 'Warning: ' + text;\n if (typeof console !== 'undefined') {\n console.error(message);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n throw new Error(message);\n } catch (x) {}\n };\n}\n\n/**\n * Assert that the values match with the type specs.\n * Error messages are memorized and will only be shown once.\n *\n * @param {object} typeSpecs Map of name to a ReactPropType\n * @param {object} values Runtime values that need to be type-checked\n * @param {string} location e.g. \"prop\", \"context\", \"child context\"\n * @param {string} componentName Name of the component for error messages.\n * @param {?Function} getStack Returns the component stack.\n * @private\n */\nfunction checkPropTypes(typeSpecs, values, location, componentName, getStack) {\n if (process.env.NODE_ENV !== 'production') {\n for (var typeSpecName in typeSpecs) {\n if (has(typeSpecs, typeSpecName)) {\n var error;\n // Prop type validation may throw. In case they do, we don't want to\n // fail the render phase where it didn't fail before. So we log it.\n // After these have been cleaned up, we'll let them throw.\n try {\n // This is intentionally an invariant that gets caught. It's the same\n // behavior as without this statement except with a better message.\n if (typeof typeSpecs[typeSpecName] !== 'function') {\n var err = Error(\n (componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' +\n 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.'\n );\n err.name = 'Invariant Violation';\n throw err;\n }\n error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);\n } catch (ex) {\n error = ex;\n }\n if (error && !(error instanceof Error)) {\n printWarning(\n (componentName || 'React class') + ': type specification of ' +\n location + ' `' + typeSpecName + '` is invalid; the type checker ' +\n 'function must return `null` or an `Error` but returned a ' + typeof error + '. ' +\n 'You may have forgotten to pass an argument to the type checker ' +\n 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' +\n 'shape all require an argument).'\n );\n }\n if (error instanceof Error && !(error.message in loggedTypeFailures)) {\n // Only monitor this failure once because there tends to be a lot of the\n // same error.\n loggedTypeFailures[error.message] = true;\n\n var stack = getStack ? getStack() : '';\n\n printWarning(\n 'Failed ' + location + ' type: ' + error.message + (stack != null ? stack : '')\n );\n }\n }\n }\n }\n}\n\n/**\n * Resets warning cache when testing.\n *\n * @private\n */\ncheckPropTypes.resetWarningCache = function() {\n if (process.env.NODE_ENV !== 'production') {\n loggedTypeFailures = {};\n }\n}\n\nmodule.exports = checkPropTypes;\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactIs = require('react-is');\nvar assign = require('object-assign');\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\nvar checkPropTypes = require('./checkPropTypes');\n\nvar has = Function.call.bind(Object.prototype.hasOwnProperty);\nvar printWarning = function() {};\n\nif (process.env.NODE_ENV !== 'production') {\n printWarning = function(text) {\n var message = 'Warning: ' + text;\n if (typeof console !== 'undefined') {\n console.error(message);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n throw new Error(message);\n } catch (x) {}\n };\n}\n\nfunction emptyFunctionThatReturnsNull() {\n return null;\n}\n\nmodule.exports = function(isValidElement, throwOnDirectAccess) {\n /* global Symbol */\n var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\n var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.\n\n /**\n * Returns the iterator method function contained on the iterable object.\n *\n * Be sure to invoke the function with the iterable as context:\n *\n * var iteratorFn = getIteratorFn(myIterable);\n * if (iteratorFn) {\n * var iterator = iteratorFn.call(myIterable);\n * ...\n * }\n *\n * @param {?object} maybeIterable\n * @return {?function}\n */\n function getIteratorFn(maybeIterable) {\n var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);\n if (typeof iteratorFn === 'function') {\n return iteratorFn;\n }\n }\n\n /**\n * Collection of methods that allow declaration and validation of props that are\n * supplied to React components. Example usage:\n *\n * var Props = require('ReactPropTypes');\n * var MyArticle = React.createClass({\n * propTypes: {\n * // An optional string prop named \"description\".\n * description: Props.string,\n *\n * // A required enum prop named \"category\".\n * category: Props.oneOf(['News','Photos']).isRequired,\n *\n * // A prop named \"dialog\" that requires an instance of Dialog.\n * dialog: Props.instanceOf(Dialog).isRequired\n * },\n * render: function() { ... }\n * });\n *\n * A more formal specification of how these methods are used:\n *\n * type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)\n * decl := ReactPropTypes.{type}(.isRequired)?\n *\n * Each and every declaration produces a function with the same signature. This\n * allows the creation of custom validation functions. For example:\n *\n * var MyLink = React.createClass({\n * propTypes: {\n * // An optional string or URI prop named \"href\".\n * href: function(props, propName, componentName) {\n * var propValue = props[propName];\n * if (propValue != null && typeof propValue !== 'string' &&\n * !(propValue instanceof URI)) {\n * return new Error(\n * 'Expected a string or an URI for ' + propName + ' in ' +\n * componentName\n * );\n * }\n * }\n * },\n * render: function() {...}\n * });\n *\n * @internal\n */\n\n var ANONYMOUS = '<>';\n\n // Important!\n // Keep this list in sync with production version in `./factoryWithThrowingShims.js`.\n var ReactPropTypes = {\n array: createPrimitiveTypeChecker('array'),\n bool: createPrimitiveTypeChecker('boolean'),\n func: createPrimitiveTypeChecker('function'),\n number: createPrimitiveTypeChecker('number'),\n object: createPrimitiveTypeChecker('object'),\n string: createPrimitiveTypeChecker('string'),\n symbol: createPrimitiveTypeChecker('symbol'),\n\n any: createAnyTypeChecker(),\n arrayOf: createArrayOfTypeChecker,\n element: createElementTypeChecker(),\n elementType: createElementTypeTypeChecker(),\n instanceOf: createInstanceTypeChecker,\n node: createNodeChecker(),\n objectOf: createObjectOfTypeChecker,\n oneOf: createEnumTypeChecker,\n oneOfType: createUnionTypeChecker,\n shape: createShapeTypeChecker,\n exact: createStrictShapeTypeChecker,\n };\n\n /**\n * inlined Object.is polyfill to avoid requiring consumers ship their own\n * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\n */\n /*eslint-disable no-self-compare*/\n function is(x, y) {\n // SameValue algorithm\n if (x === y) {\n // Steps 1-5, 7-10\n // Steps 6.b-6.e: +0 != -0\n return x !== 0 || 1 / x === 1 / y;\n } else {\n // Step 6.a: NaN == NaN\n return x !== x && y !== y;\n }\n }\n /*eslint-enable no-self-compare*/\n\n /**\n * We use an Error-like object for backward compatibility as people may call\n * PropTypes directly and inspect their output. However, we don't use real\n * Errors anymore. We don't inspect their stack anyway, and creating them\n * is prohibitively expensive if they are created too often, such as what\n * happens in oneOfType() for any type before the one that matched.\n */\n function PropTypeError(message) {\n this.message = message;\n this.stack = '';\n }\n // Make `instanceof Error` still work for returned errors.\n PropTypeError.prototype = Error.prototype;\n\n function createChainableTypeChecker(validate) {\n if (process.env.NODE_ENV !== 'production') {\n var manualPropTypeCallCache = {};\n var manualPropTypeWarningCount = 0;\n }\n function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {\n componentName = componentName || ANONYMOUS;\n propFullName = propFullName || propName;\n\n if (secret !== ReactPropTypesSecret) {\n if (throwOnDirectAccess) {\n // New behavior only for users of `prop-types` package\n var err = new Error(\n 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n 'Use `PropTypes.checkPropTypes()` to call them. ' +\n 'Read more at http://fb.me/use-check-prop-types'\n );\n err.name = 'Invariant Violation';\n throw err;\n } else if (process.env.NODE_ENV !== 'production' && typeof console !== 'undefined') {\n // Old behavior for people using React.PropTypes\n var cacheKey = componentName + ':' + propName;\n if (\n !manualPropTypeCallCache[cacheKey] &&\n // Avoid spamming the console because they are often not actionable except for lib authors\n manualPropTypeWarningCount < 3\n ) {\n printWarning(\n 'You are manually calling a React.PropTypes validation ' +\n 'function for the `' + propFullName + '` prop on `' + componentName + '`. This is deprecated ' +\n 'and will throw in the standalone `prop-types` package. ' +\n 'You may be seeing this warning due to a third-party PropTypes ' +\n 'library. See https://fb.me/react-warning-dont-call-proptypes ' + 'for details.'\n );\n manualPropTypeCallCache[cacheKey] = true;\n manualPropTypeWarningCount++;\n }\n }\n }\n if (props[propName] == null) {\n if (isRequired) {\n if (props[propName] === null) {\n return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required ' + ('in `' + componentName + '`, but its value is `null`.'));\n }\n return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required in ' + ('`' + componentName + '`, but its value is `undefined`.'));\n }\n return null;\n } else {\n return validate(props, propName, componentName, location, propFullName);\n }\n }\n\n var chainedCheckType = checkType.bind(null, false);\n chainedCheckType.isRequired = checkType.bind(null, true);\n\n return chainedCheckType;\n }\n\n function createPrimitiveTypeChecker(expectedType) {\n function validate(props, propName, componentName, location, propFullName, secret) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== expectedType) {\n // `propValue` being instance of, say, date/regexp, pass the 'object'\n // check, but we can offer a more precise error message here rather than\n // 'of type `object`'.\n var preciseType = getPreciseType(propValue);\n\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + preciseType + '` supplied to `' + componentName + '`, expected ') + ('`' + expectedType + '`.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createAnyTypeChecker() {\n return createChainableTypeChecker(emptyFunctionThatReturnsNull);\n }\n\n function createArrayOfTypeChecker(typeChecker) {\n function validate(props, propName, componentName, location, propFullName) {\n if (typeof typeChecker !== 'function') {\n return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside arrayOf.');\n }\n var propValue = props[propName];\n if (!Array.isArray(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an array.'));\n }\n for (var i = 0; i < propValue.length; i++) {\n var error = typeChecker(propValue, i, componentName, location, propFullName + '[' + i + ']', ReactPropTypesSecret);\n if (error instanceof Error) {\n return error;\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createElementTypeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n if (!isValidElement(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createElementTypeTypeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n if (!ReactIs.isValidElementType(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement type.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createInstanceTypeChecker(expectedClass) {\n function validate(props, propName, componentName, location, propFullName) {\n if (!(props[propName] instanceof expectedClass)) {\n var expectedClassName = expectedClass.name || ANONYMOUS;\n var actualClassName = getClassName(props[propName]);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + actualClassName + '` supplied to `' + componentName + '`, expected ') + ('instance of `' + expectedClassName + '`.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createEnumTypeChecker(expectedValues) {\n if (!Array.isArray(expectedValues)) {\n if (process.env.NODE_ENV !== 'production') {\n if (arguments.length > 1) {\n printWarning(\n 'Invalid arguments supplied to oneOf, expected an array, got ' + arguments.length + ' arguments. ' +\n 'A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).'\n );\n } else {\n printWarning('Invalid argument supplied to oneOf, expected an array.');\n }\n }\n return emptyFunctionThatReturnsNull;\n }\n\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n for (var i = 0; i < expectedValues.length; i++) {\n if (is(propValue, expectedValues[i])) {\n return null;\n }\n }\n\n var valuesString = JSON.stringify(expectedValues, function replacer(key, value) {\n var type = getPreciseType(value);\n if (type === 'symbol') {\n return String(value);\n }\n return value;\n });\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of value `' + String(propValue) + '` ' + ('supplied to `' + componentName + '`, expected one of ' + valuesString + '.'));\n }\n return createChainableTypeChecker(validate);\n }\n\n function createObjectOfTypeChecker(typeChecker) {\n function validate(props, propName, componentName, location, propFullName) {\n if (typeof typeChecker !== 'function') {\n return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside objectOf.');\n }\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an object.'));\n }\n for (var key in propValue) {\n if (has(propValue, key)) {\n var error = typeChecker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error instanceof Error) {\n return error;\n }\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createUnionTypeChecker(arrayOfTypeCheckers) {\n if (!Array.isArray(arrayOfTypeCheckers)) {\n process.env.NODE_ENV !== 'production' ? printWarning('Invalid argument supplied to oneOfType, expected an instance of array.') : void 0;\n return emptyFunctionThatReturnsNull;\n }\n\n for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n var checker = arrayOfTypeCheckers[i];\n if (typeof checker !== 'function') {\n printWarning(\n 'Invalid argument supplied to oneOfType. Expected an array of check functions, but ' +\n 'received ' + getPostfixForTypeWarning(checker) + ' at index ' + i + '.'\n );\n return emptyFunctionThatReturnsNull;\n }\n }\n\n function validate(props, propName, componentName, location, propFullName) {\n for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n var checker = arrayOfTypeCheckers[i];\n if (checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret) == null) {\n return null;\n }\n }\n\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`.'));\n }\n return createChainableTypeChecker(validate);\n }\n\n function createNodeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n if (!isNode(props[propName])) {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`, expected a ReactNode.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createShapeTypeChecker(shapeTypes) {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n }\n for (var key in shapeTypes) {\n var checker = shapeTypes[key];\n if (!checker) {\n continue;\n }\n var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error) {\n return error;\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createStrictShapeTypeChecker(shapeTypes) {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n }\n // We need to check all keys in case some are required but missing from\n // props.\n var allKeys = assign({}, props[propName], shapeTypes);\n for (var key in allKeys) {\n var checker = shapeTypes[key];\n if (!checker) {\n return new PropTypeError(\n 'Invalid ' + location + ' `' + propFullName + '` key `' + key + '` supplied to `' + componentName + '`.' +\n '\\nBad object: ' + JSON.stringify(props[propName], null, ' ') +\n '\\nValid keys: ' + JSON.stringify(Object.keys(shapeTypes), null, ' ')\n );\n }\n var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error) {\n return error;\n }\n }\n return null;\n }\n\n return createChainableTypeChecker(validate);\n }\n\n function isNode(propValue) {\n switch (typeof propValue) {\n case 'number':\n case 'string':\n case 'undefined':\n return true;\n case 'boolean':\n return !propValue;\n case 'object':\n if (Array.isArray(propValue)) {\n return propValue.every(isNode);\n }\n if (propValue === null || isValidElement(propValue)) {\n return true;\n }\n\n var iteratorFn = getIteratorFn(propValue);\n if (iteratorFn) {\n var iterator = iteratorFn.call(propValue);\n var step;\n if (iteratorFn !== propValue.entries) {\n while (!(step = iterator.next()).done) {\n if (!isNode(step.value)) {\n return false;\n }\n }\n } else {\n // Iterator will provide entry [k,v] tuples rather than values.\n while (!(step = iterator.next()).done) {\n var entry = step.value;\n if (entry) {\n if (!isNode(entry[1])) {\n return false;\n }\n }\n }\n }\n } else {\n return false;\n }\n\n return true;\n default:\n return false;\n }\n }\n\n function isSymbol(propType, propValue) {\n // Native Symbol.\n if (propType === 'symbol') {\n return true;\n }\n\n // falsy value can't be a Symbol\n if (!propValue) {\n return false;\n }\n\n // 19.4.3.5 Symbol.prototype[@@toStringTag] === 'Symbol'\n if (propValue['@@toStringTag'] === 'Symbol') {\n return true;\n }\n\n // Fallback for non-spec compliant Symbols which are polyfilled.\n if (typeof Symbol === 'function' && propValue instanceof Symbol) {\n return true;\n }\n\n return false;\n }\n\n // Equivalent of `typeof` but with special handling for array and regexp.\n function getPropType(propValue) {\n var propType = typeof propValue;\n if (Array.isArray(propValue)) {\n return 'array';\n }\n if (propValue instanceof RegExp) {\n // Old webkits (at least until Android 4.0) return 'function' rather than\n // 'object' for typeof a RegExp. We'll normalize this here so that /bla/\n // passes PropTypes.object.\n return 'object';\n }\n if (isSymbol(propType, propValue)) {\n return 'symbol';\n }\n return propType;\n }\n\n // This handles more types than `getPropType`. Only used for error messages.\n // See `createPrimitiveTypeChecker`.\n function getPreciseType(propValue) {\n if (typeof propValue === 'undefined' || propValue === null) {\n return '' + propValue;\n }\n var propType = getPropType(propValue);\n if (propType === 'object') {\n if (propValue instanceof Date) {\n return 'date';\n } else if (propValue instanceof RegExp) {\n return 'regexp';\n }\n }\n return propType;\n }\n\n // Returns a string that is postfixed to a warning about an invalid type.\n // For example, \"undefined\" or \"of type array\"\n function getPostfixForTypeWarning(value) {\n var type = getPreciseType(value);\n switch (type) {\n case 'array':\n case 'object':\n return 'an ' + type;\n case 'boolean':\n case 'date':\n case 'regexp':\n return 'a ' + type;\n default:\n return type;\n }\n }\n\n // Returns class name of the object, if any.\n function getClassName(propValue) {\n if (!propValue.constructor || !propValue.constructor.name) {\n return ANONYMOUS;\n }\n return propValue.constructor.name;\n }\n\n ReactPropTypes.checkPropTypes = checkPropTypes;\n ReactPropTypes.resetWarningCache = checkPropTypes.resetWarningCache;\n ReactPropTypes.PropTypes = ReactPropTypes;\n\n return ReactPropTypes;\n};\n",null,"/** @license React v16.13.1\n * react-is.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\n// The Symbol used to tag the ReactElement-like types. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\nvar hasSymbol = typeof Symbol === 'function' && Symbol.for;\nvar REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;\nvar REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;\nvar REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;\nvar REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;\nvar REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;\nvar REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;\nvar REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary\n// (unstable) APIs that have been removed. Can we remove the symbols?\n\nvar REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;\nvar REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;\nvar REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;\nvar REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;\nvar REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;\nvar REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;\nvar REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;\nvar REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;\nvar REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;\nvar REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;\nvar REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;\n\nfunction isValidElementType(type) {\n return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.\n type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);\n}\n\nfunction typeOf(object) {\n if (typeof object === 'object' && object !== null) {\n var $$typeof = object.$$typeof;\n\n switch ($$typeof) {\n case REACT_ELEMENT_TYPE:\n var type = object.type;\n\n switch (type) {\n case REACT_ASYNC_MODE_TYPE:\n case REACT_CONCURRENT_MODE_TYPE:\n case REACT_FRAGMENT_TYPE:\n case REACT_PROFILER_TYPE:\n case REACT_STRICT_MODE_TYPE:\n case REACT_SUSPENSE_TYPE:\n return type;\n\n default:\n var $$typeofType = type && type.$$typeof;\n\n switch ($$typeofType) {\n case REACT_CONTEXT_TYPE:\n case REACT_FORWARD_REF_TYPE:\n case REACT_LAZY_TYPE:\n case REACT_MEMO_TYPE:\n case REACT_PROVIDER_TYPE:\n return $$typeofType;\n\n default:\n return $$typeof;\n }\n\n }\n\n case REACT_PORTAL_TYPE:\n return $$typeof;\n }\n }\n\n return undefined;\n} // AsyncMode is deprecated along with isAsyncMode\n\nvar AsyncMode = REACT_ASYNC_MODE_TYPE;\nvar ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;\nvar ContextConsumer = REACT_CONTEXT_TYPE;\nvar ContextProvider = REACT_PROVIDER_TYPE;\nvar Element = REACT_ELEMENT_TYPE;\nvar ForwardRef = REACT_FORWARD_REF_TYPE;\nvar Fragment = REACT_FRAGMENT_TYPE;\nvar Lazy = REACT_LAZY_TYPE;\nvar Memo = REACT_MEMO_TYPE;\nvar Portal = REACT_PORTAL_TYPE;\nvar Profiler = REACT_PROFILER_TYPE;\nvar StrictMode = REACT_STRICT_MODE_TYPE;\nvar Suspense = REACT_SUSPENSE_TYPE;\nvar hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated\n\nfunction isAsyncMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsAsyncMode) {\n hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint\n\n console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactIs.isConcurrentMode() instead. It has the exact same API.');\n }\n }\n\n return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;\n}\nfunction isConcurrentMode(object) {\n return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;\n}\nfunction isContextConsumer(object) {\n return typeOf(object) === REACT_CONTEXT_TYPE;\n}\nfunction isContextProvider(object) {\n return typeOf(object) === REACT_PROVIDER_TYPE;\n}\nfunction isElement(object) {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n}\nfunction isForwardRef(object) {\n return typeOf(object) === REACT_FORWARD_REF_TYPE;\n}\nfunction isFragment(object) {\n return typeOf(object) === REACT_FRAGMENT_TYPE;\n}\nfunction isLazy(object) {\n return typeOf(object) === REACT_LAZY_TYPE;\n}\nfunction isMemo(object) {\n return typeOf(object) === REACT_MEMO_TYPE;\n}\nfunction isPortal(object) {\n return typeOf(object) === REACT_PORTAL_TYPE;\n}\nfunction isProfiler(object) {\n return typeOf(object) === REACT_PROFILER_TYPE;\n}\nfunction isStrictMode(object) {\n return typeOf(object) === REACT_STRICT_MODE_TYPE;\n}\nfunction isSuspense(object) {\n return typeOf(object) === REACT_SUSPENSE_TYPE;\n}\n\nexports.AsyncMode = AsyncMode;\nexports.ConcurrentMode = ConcurrentMode;\nexports.ContextConsumer = ContextConsumer;\nexports.ContextProvider = ContextProvider;\nexports.Element = Element;\nexports.ForwardRef = ForwardRef;\nexports.Fragment = Fragment;\nexports.Lazy = Lazy;\nexports.Memo = Memo;\nexports.Portal = Portal;\nexports.Profiler = Profiler;\nexports.StrictMode = StrictMode;\nexports.Suspense = Suspense;\nexports.isAsyncMode = isAsyncMode;\nexports.isConcurrentMode = isConcurrentMode;\nexports.isContextConsumer = isContextConsumer;\nexports.isContextProvider = isContextProvider;\nexports.isElement = isElement;\nexports.isForwardRef = isForwardRef;\nexports.isFragment = isFragment;\nexports.isLazy = isLazy;\nexports.isMemo = isMemo;\nexports.isPortal = isPortal;\nexports.isProfiler = isProfiler;\nexports.isStrictMode = isStrictMode;\nexports.isSuspense = isSuspense;\nexports.isValidElementType = isValidElementType;\nexports.typeOf = typeOf;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-is.production.min.js');\n} else {\n module.exports = require('./cjs/react-is.development.js');\n}\n","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactIs = require('react-is');\n\n // By explicitly using `prop-types` you are opting into new development behavior.\n // http://fb.me/prop-types-in-prod\n var throwOnDirectAccess = true;\n module.exports = require('./factoryWithTypeCheckers')(ReactIs.isElement, throwOnDirectAccess);\n} else {\n // By explicitly using `prop-types` you are opting into new production behavior.\n // http://fb.me/prop-types-in-prod\n module.exports = require('./factoryWithThrowingShims')();\n}\n"],"names":["checkPropTypes","typeSpecs","values","location","componentName","getStack","typeSpecName","has","err","Error","name","error","ReactPropTypesSecret","ex","printWarning","message","loggedTypeFailures","stack","emptyFunctionThatReturnsNull","invariant","warning","MemoryRouter","action","navigator","Navigate","value","Routes","useLocation","useInRouterContext","options","React.useMemo","resolvePath","RouteContext","parentParams","joinPaths","parentPathname","routes","basename","route","partialRoute","path","element","createRoutesFromChildren","typeOf","object","$$typeof","REACT_ELEMENT_TYPE","type","REACT_ASYNC_MODE_TYPE","REACT_CONCURRENT_MODE_TYPE","REACT_FRAGMENT_TYPE","REACT_PROFILER_TYPE","REACT_STRICT_MODE_TYPE","REACT_SUSPENSE_TYPE","$$typeofType","REACT_CONTEXT_TYPE","REACT_FORWARD_REF_TYPE","REACT_LAZY_TYPE","REACT_MEMO_TYPE","REACT_PROVIDER_TYPE","REACT_PORTAL_TYPE","isConcurrentMode","hasSymbol","Symbol","for","REACT_SUSPENSE_LIST_TYPE","REACT_BLOCK_TYPE","REACT_FUNDAMENTAL_TYPE","REACT_RESPONDER_TYPE","REACT_SCOPE_TYPE","hasWarnedAboutDeprecatedIsAsyncMode","exports","AsyncMode","ConcurrentMode","ContextConsumer","ContextProvider","Element","ForwardRef","Fragment","Lazy","Memo","Portal","Profiler","StrictMode","Suspense","isAsyncMode","console","isContextConsumer","isContextProvider","isElement","isForwardRef","isFragment","isLazy","isMemo","isPortal","isProfiler","isStrictMode","isSuspense","isValidElementType","module","require$$0","getOwnPropertySymbols","Object","hasOwnProperty","prototype","propIsEnumerable","propertyIsEnumerable","shouldUseNative","assign","test1","String","getOwnPropertyNames","test2","i","fromCharCode","map","order2","n","join","test3","forEach","letter","keys","target","source","undefined","TypeError","symbols","s","arguments","length","from","key","call","to","Function","bind","text","x","resetWarningCache","checkPropTypes.resetWarningCache","printWarning$1","factoryWithTypeCheckers","isValidElement","throwOnDirectAccess","is","y","PropTypeError","createChainableTypeChecker","validate","checkType","isRequired","props","propName","propFullName","secret","ANONYMOUS","cacheKey","manualPropTypeCallCache","manualPropTypeWarningCount","chainedCheckType","createPrimitiveTypeChecker","expectedType","propValue","getPropType","propType","preciseType","getPreciseType","isNode","Array","isArray","every","iteratorFn","ITERATOR_SYMBOL","FAUX_ITERATOR_SYMBOL","iterator","entries","done","step","next","entry","RegExp","Date","getPostfixForTypeWarning","ReactPropTypes","array","bool","func","number","string","symbol","any","arrayOf","createArrayOfTypeChecker","typeChecker","createElementTypeChecker","elementType","createElementTypeTypeChecker","ReactIs","instanceOf","createInstanceTypeChecker","expectedClass","expectedClassName","constructor","actualClassName","node","createNodeChecker","objectOf","createObjectOfTypeChecker","oneOf","createEnumTypeChecker","expectedValues","valuesString","JSON","stringify","replacer","oneOfType","createUnionTypeChecker","arrayOfTypeCheckers","checker","shape","createShapeTypeChecker","shapeTypes","exact","createStrictShapeTypeChecker","allKeys","PropTypes","require$$1","React.createContext","initialIndex","pathname","hash","static","pattern","useParams","partialRoutes","useRoutes_"],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/react-router/umd/react-router.production.min.js b/node_modules/react-router/umd/react-router.production.min.js index f78e5b9..0e77544 100644 --- a/node_modules/react-router/umd/react-router.production.min.js +++ b/node_modules/react-router/umd/react-router.production.min.js @@ -1,2 +1,2 @@ -"use strict";!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("history")):"function"==typeof define&&define.amd?define(["exports","react","history"],t):t((e=e||self).ReactRouter={},e.React,e.HistoryLibrary)}(this,(function(e,t,n){function r(){return(r=Object.assign||function(e){for(var t=1;t