mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 01:51:03 +00:00
1 line
24 KiB
Plaintext
1 line
24 KiB
Plaintext
{"dependencies":[{"name":"nanoid/non-secure","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":15},"end":{"line":3,"column":43,"index":58}}],"key":"SN8WVal79eAEDQEpzmVqVAy5JJs=","exportNames":["*"]}},{"name":"./BaseRouter.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":59},"end":{"line":4,"column":45,"index":104}}],"key":"dJts27xOtIr7LbP/D7m0z2vzxHI=","exportNames":["*"]}}],"output":[{"data":{"code":"__d(function(g,_r,_i,a,m,e,d){\"use strict\";Object.defineProperty(e,\"__esModule\",{value:!0}),e.TabActions=void 0,e.TabRouter=function({initialRouteName:o,backBehavior:y=\"firstRoute\"}){return{...r.BaseRouter,type:'tab',getInitialState({routeNames:r,routeParamList:s}){const i=void 0!==o&&r.includes(o)?r.indexOf(o):0,u=r.map(r=>({name:r,key:`${r}-${(0,t.nanoid)()}`,params:s[r]})),p=n(u,i,y,o);return{stale:!1,type:'tab',key:`tab-${(0,t.nanoid)()}`,index:i,routeNames:r,history:p,routes:u,preloadedRouteKeys:[]}},getRehydratedState(r,{routeNames:s,routeParamList:n}){const u=r;if(!1===u.stale)return u;const p=s.map(r=>{const o=u.routes.find(t=>t.name===r);return{...o,name:r,key:o&&o.name===r&&o.key?o.key:`${r}-${(0,t.nanoid)()}`,params:void 0!==n[r]?{...n[r],...o?o.params:void 0}:o?o.params:void 0}}),l=Math.min(Math.max(s.indexOf(u.routes[u?.index??0]?.name),0),p.length-1),c=p.map(t=>t.key),f=u.history?.filter(t=>c.includes(t.key))??[];return i({stale:!1,type:'tab',key:`tab-${(0,t.nanoid)()}`,index:l,routeNames:s,history:f,routes:p,preloadedRouteKeys:u.preloadedRouteKeys?.filter(t=>c.includes(t))??[]},l,y,o)},getStateForRouteNamesChange(r,{routeNames:s,routeParamList:i,routeKeyChanges:u}){const p=s.map(o=>r.routes.find(t=>t.name===o&&!u.includes(t.name))||{name:o,key:`${o}-${(0,t.nanoid)()}`,params:i[o]}),l=Math.max(0,s.indexOf(r.routes[r.index].name));let c=r.history.filter(t=>'route'!==t.type||p.find(r=>r.key===t.key));return c.length||(c=n(p,l,y,o)),{...r,history:c,routeNames:s,routes:p,index:l}},getStateForRouteFocus(t,r){const s=t.routes.findIndex(t=>t.key===r);return-1===s||s===t.index?t:i(t,s,y,o)},getStateForAction(s,n,{routeParamList:u,routeGetIdList:p}){switch(n.type){case'JUMP_TO':case'NAVIGATE':case'NAVIGATE_DEPRECATED':{const r=s.routes.findIndex(t=>t.name===n.payload.name);if(-1===r)return null;const l=i({...s,routes:s.routes.map(r=>{if(r.name!==n.payload.name)return r;const o=p[r.name],s=o?.({params:r.params}),i=o?.({params:n.payload.params}),y=s===i?r.key:`${r.name}-${(0,t.nanoid)()}`;let l;l='NAVIGATE'!==n.type&&'NAVIGATE_DEPRECATED'!==n.type||!n.payload.merge||s!==i?void 0!==u[r.name]?{...u[r.name],...n.payload.params}:n.payload.params:void 0!==n.payload.params||void 0!==u[r.name]?{...u[r.name],...r.params,...n.payload.params}:r.params;const c='NAVIGATE'===n.type&&null!=n.payload.path?n.payload.path:r.path;return l!==r.params||c!==r.path?{...r,key:y,path:c,params:l}:r})},r,y,o);return{...l,preloadedRouteKeys:l.preloadedRouteKeys.filter(t=>t!==s.routes[l.index].key)}}case'GO_BACK':{if(1===s.history.length)return null;const t=s.history[s.history.length-2]?.key,r=s.routes.findLastIndex(r=>r.key===t);return-1===r?null:{...s,preloadedRouteKeys:s.preloadedRouteKeys.filter(t=>t!==s.routes[r].key),history:s.history.slice(0,-1),index:r}}case'PRELOAD':{const r=s.routes.findIndex(t=>t.name===n.payload.name);if(-1===r)return null;const o=s.routes[r],i=p[o.name],y=i?.({params:o.params}),l=i?.({params:n.payload.params}),c=y===l?o.key:`${o.name}-${(0,t.nanoid)()}`,f=void 0!==n.payload.params||void 0!==u[o.name]?{...u[o.name],...n.payload.params}:void 0,k=f!==o.params?{...o,key:c,params:f}:o;return{...s,preloadedRouteKeys:s.preloadedRouteKeys.filter(t=>t!==o.key).concat(k.key),routes:s.routes.map((t,o)=>o===r?k:t),history:c===o.key?s.history:s.history.filter(t=>t.key!==o.key)}}default:return r.BaseRouter.getStateForAction(s,n)}},actionCreators:s}};var t=_r(d[0]),r=_r(d[1]);const o='route',s=e.TabActions={jumpTo:(t,r)=>({type:'JUMP_TO',payload:{name:t,params:r}})},n=(t,r,s,n)=>{const i=[{type:o,key:t[r].key}];let y;switch(s){case'order':for(let s=r;s>0;s--)i.unshift({type:o,key:t[s-1].key});break;case'firstRoute':0!==r&&i.unshift({type:o,key:t[0].key});break;case'initialRoute':y=t.findIndex(t=>t.name===n),y=-1===y?0:y,r!==y&&i.unshift({type:o,key:t[y].key})}return i},i=(t,r,s,i)=>{let y=t.history;if('history'===s||'fullHistory'===s){const n=t.routes[r].key;if('history'===s)y=y.filter(t=>'route'===t.type&&t.key!==n);else if('fullHistory'===s){const t=y.findLastIndex(t=>'route'===t.type);n===y[t]?.key&&(y=[...y.slice(0,t),...y.slice(t+1)])}y=y.concat({type:o,key:n})}else y=n(t.routes,r,s,i);return{...t,index:r,history:y}}});","lineCount":1,"map":[[1,30,1,0],[1,43,1,13,"Object"],[1,50,1,13,"defineProperty"],[1,65,1,13,"e"],[1,67,1,13],[1,81,1,13,"value"],[1,88,1,13],[1,92,1,13,"e"],[1,94,1,13,"TabActions"],[1,110,1,13,"undefined"],[1,112,1,13,"e"],[1,114,1,13,"TabRouter"],[1,124,86,7],[1,134,86,26,"initialRouteName"],[1,151,87,2,"initialRouteName"],[1,153,87,18,"backBehavior"],[1,166,88,2,"backBehavior"],[1,168,88,17],[1,183,289,2],[1,189,90,17],[1,193,91,7,"BaseRouter"],[1,206,92,4,"type"],[1,211,92,10],[1,217,93,4,"getInitialState"],[1,234,93,20,"routeNames"],[1,245,94,6,"routeNames"],[1,247,94,16,"routeParamList"],[1,262,95,6,"routeParamList"],[1,266,97,6],[1,272,97,12,"index"],[1,279,97,41,"undefined"],[1,283,97,20,"initialRouteName"],[1,286,97,54,"routeNames"],[1,288,97,65,"includes"],[1,297,97,74,"initialRouteName"],[1,300,97,94,"routeNames"],[1,302,97,105,"indexOf"],[1,310,97,113,"initialRouteName"],[1,313,97,133],[1,315,98,12,"routes"],[1,317,98,21,"routeNames"],[1,319,98,32,"map"],[1,323,98,36,"name"],[1,327,98,40],[1,328,99,8,"name"],[1,335,100,8,"key"],[1,339,100,13],[1,342,100,16,"name"],[1,348,100,24],[1,350,100,24,"nanoid"],[1,364,101,8,"params"],[1,371,101,16,"routeParamList"],[1,373,101,31,"name"],[1,379,103,12,"history"],[1,381,103,22,"getRouteHistory"],[1,383,103,38,"routes"],[1,385,103,46,"index"],[1,387,103,53,"backBehavior"],[1,389,103,67,"initialRouteName"],[1,392,104,6],[1,398,104,13],[1,399,105,8,"stale"],[1,406,105,15],[1,408,106,8,"type"],[1,413,106,14],[1,419,107,8,"key"],[1,423,107,13],[1,431,107,20],[1,433,107,20,"nanoid"],[1,447,108,8,"index"],[1,455,109,8,"routeNames"],[1,468,110,8,"history"],[1,478,111,8,"routes"],[1,487,112,8,"preloadedRouteKeys"],[1,506,112,28],[1,509,114,4],[1,511,115,4,"getRehydratedState"],[1,530,115,23,"partialState"],[1,533,115,37,"routeNames"],[1,544,116,6,"routeNames"],[1,546,116,16,"routeParamList"],[1,561,117,6,"routeParamList"],[1,565,119,6],[1,571,119,12,"state"],[1,573,119,20,"partialState"],[1,575,120,6],[1,579,120,26],[1,583,120,10,"state"],[1,585,120,16,"stale"],[1,591,121,8],[1,598,121,15,"state"],[1,600,123,6],[1,606,123,12,"routes"],[1,608,123,21,"routeNames"],[1,610,123,32,"map"],[1,614,123,36,"name"],[1,618,124,8],[1,624,124,14,"route"],[1,626,124,22,"state"],[1,628,124,28,"routes"],[1,635,124,35,"find"],[1,640,124,40,"r"],[1,643,124,45,"r"],[1,645,124,47,"name"],[1,652,124,56,"name"],[1,655,125,8],[1,661,125,15],[1,665,126,13,"route"],[1,667,127,10,"name"],[1,674,128,10,"key"],[1,678,128,15,"route"],[1,681,128,24,"route"],[1,683,128,30,"name"],[1,690,128,39,"name"],[1,693,128,47,"route"],[1,695,128,53,"key"],[1,699,128,59,"route"],[1,701,128,65,"key"],[1,705,128,71],[1,708,128,74,"name"],[1,714,128,82],[1,716,128,82,"nanoid"],[1,730,129,10,"params"],[1,742,129,43,"undefined"],[1,746,129,18,"routeParamList"],[1,748,129,33,"name"],[1,751,129,55],[1,755,130,15,"routeParamList"],[1,757,130,30,"name"],[1,763,131,16,"route"],[1,765,131,24,"route"],[1,767,131,30,"params"],[1,779,131,39,"undefined"],[1,782,132,14,"route"],[1,784,132,22,"route"],[1,786,132,28,"params"],[1,798,132,37,"undefined"],[1,803,135,12,"index"],[1,805,135,20,"Math"],[1,810,135,25,"min"],[1,814,135,29,"Math"],[1,819,135,34,"max"],[1,823,135,38,"routeNames"],[1,825,135,49,"indexOf"],[1,833,135,57,"state"],[1,835,135,63,"routes"],[1,842,135,70,"state"],[1,845,135,77,"index"],[1,852,135,86],[1,856,135,90,"name"],[1,862,135,97],[1,865,135,101,"routes"],[1,867,135,108,"length"],[1,874,135,117],[1,877,136,12,"routeKeys"],[1,879,136,24,"routes"],[1,881,136,31,"map"],[1,885,136,35,"route"],[1,888,136,44,"route"],[1,890,136,50,"key"],[1,895,137,12,"history"],[1,897,137,22,"state"],[1,899,137,28,"history"],[1,908,137,37,"filter"],[1,915,137,44,"it"],[1,918,137,50,"routeKeys"],[1,920,137,60,"includes"],[1,929,137,69,"it"],[1,931,137,72,"key"],[1,938,137,81],[1,941,138,6],[1,948,138,13,"changeIndex"],[1,950,138,25],[1,951,139,8,"stale"],[1,958,139,15],[1,960,140,8,"type"],[1,965,140,14],[1,971,141,8,"key"],[1,975,141,13],[1,983,141,20],[1,985,141,20,"nanoid"],[1,999,142,8,"index"],[1,1007,143,8,"routeNames"],[1,1020,144,8,"history"],[1,1030,145,8,"routes"],[1,1039,146,8,"preloadedRouteKeys"],[1,1058,146,28,"state"],[1,1060,146,34,"preloadedRouteKeys"],[1,1080,146,54,"filter"],[1,1087,146,61,"key"],[1,1090,146,68,"routeKeys"],[1,1092,146,78,"includes"],[1,1101,146,87,"key"],[1,1106,146,96],[1,1110,147,9,"index"],[1,1112,147,16,"backBehavior"],[1,1114,147,30,"initialRouteName"],[1,1116,148,4],[1,1118,149,4,"getStateForRouteNamesChange"],[1,1146,149,32,"state"],[1,1149,149,39,"routeNames"],[1,1160,150,6,"routeNames"],[1,1162,150,16,"routeParamList"],[1,1177,151,6,"routeParamList"],[1,1179,151,20,"routeKeyChanges"],[1,1195,152,6,"routeKeyChanges"],[1,1199,154,6],[1,1205,154,12,"routes"],[1,1207,154,21,"routeNames"],[1,1209,154,32,"map"],[1,1213,154,36,"name"],[1,1216,154,44,"state"],[1,1218,154,50,"routes"],[1,1225,154,57,"find"],[1,1230,154,62,"r"],[1,1233,154,67,"r"],[1,1235,154,69,"name"],[1,1242,154,78,"name"],[1,1246,154,87,"routeKeyChanges"],[1,1248,154,103,"includes"],[1,1257,154,112,"r"],[1,1259,154,114,"name"],[1,1267,154,124],[1,1268,155,8,"name"],[1,1275,156,8,"key"],[1,1279,156,13],[1,1282,156,16,"name"],[1,1288,156,24],[1,1290,156,24,"nanoid"],[1,1304,157,8,"params"],[1,1311,157,16,"routeParamList"],[1,1313,157,31,"name"],[1,1318,159,12,"index"],[1,1320,159,20,"Math"],[1,1325,159,25,"max"],[1,1329,159,29],[1,1331,159,32,"routeNames"],[1,1333,159,43,"indexOf"],[1,1341,159,51,"state"],[1,1343,159,57,"routes"],[1,1350,159,64,"state"],[1,1352,159,70,"index"],[1,1359,159,77,"name"],[1,1366,160,6],[1,1370,160,10,"history"],[1,1372,160,20,"state"],[1,1374,160,26,"history"],[1,1382,160,34,"filter"],[1,1389,162,6,"it"],[1,1392,162,24],[1,1402,162,12,"it"],[1,1404,162,15,"type"],[1,1410,162,35,"routes"],[1,1412,162,42,"find"],[1,1417,162,47,"r"],[1,1420,162,52,"r"],[1,1422,162,54,"key"],[1,1428,162,62,"it"],[1,1430,162,65,"key"],[1,1436,166,6],[1,1443,163,11,"history"],[1,1445,163,19,"length"],[1,1454,164,8,"history"],[1,1456,164,18,"getRouteHistory"],[1,1458,164,34,"routes"],[1,1460,164,42,"index"],[1,1462,164,49,"backBehavior"],[1,1464,164,63,"initialRouteName"],[1,1468,166,13],[1,1472,167,11,"state"],[1,1474,168,8,"history"],[1,1484,169,8,"routeNames"],[1,1497,170,8,"routes"],[1,1506,171,8,"index"],[1,1514,173,4],[1,1516,174,4,"getStateForRouteFocus"],[1,1538,174,26,"state"],[1,1540,174,33,"key"],[1,1543,175,6],[1,1549,175,12,"index"],[1,1551,175,20,"state"],[1,1553,175,26,"routes"],[1,1560,175,33,"findIndex"],[1,1570,175,43,"r"],[1,1573,175,48,"r"],[1,1575,175,50,"key"],[1,1581,175,58,"key"],[1,1584,176,6],[1,1591,176,15],[1,1595,176,10,"index"],[1,1598,176,26,"index"],[1,1602,176,36,"state"],[1,1604,176,42,"index"],[1,1610,177,15,"state"],[1,1612,179,13,"changeIndex"],[1,1614,179,25,"state"],[1,1616,179,32,"index"],[1,1618,179,39,"backBehavior"],[1,1620,179,53,"initialRouteName"],[1,1622,180,4],[1,1624,181,4,"getStateForAction"],[1,1642,181,22,"state"],[1,1644,181,29,"action"],[1,1647,181,37,"routeParamList"],[1,1662,182,6,"routeParamList"],[1,1664,182,20,"routeGetIdList"],[1,1679,183,6,"routeGetIdList"],[1,1683,185,6],[1,1690,185,14,"action"],[1,1692,185,21,"type"],[1,1698,186,8],[1,1702,186,13],[1,1712,187,8],[1,1716,187,13],[1,1727,188,8],[1,1731,188,13],[1,1753,189,10],[1,1754,190,12],[1,1760,190,18,"index"],[1,1762,190,26,"state"],[1,1764,190,32,"routes"],[1,1771,190,39,"findIndex"],[1,1781,190,49,"route"],[1,1784,190,58,"route"],[1,1786,190,64,"name"],[1,1793,190,73,"action"],[1,1795,190,80,"payload"],[1,1803,190,88,"name"],[1,1809,191,12],[1,1813,191,21],[1,1817,191,16,"index"],[1,1819,192,14],[1,1826,192,21],[1,1831,194,12],[1,1837,194,18,"updatedState"],[1,1839,194,33,"changeIndex"],[1,1841,194,45],[1,1845,195,17,"state"],[1,1847,196,14,"routes"],[1,1854,196,22,"state"],[1,1856,196,28,"routes"],[1,1863,196,35,"map"],[1,1867,196,39,"route"],[1,1871,197,16],[1,1874,197,20,"route"],[1,1876,197,26,"name"],[1,1883,197,35,"action"],[1,1885,197,42,"payload"],[1,1893,197,50,"name"],[1,1898,198,18],[1,1905,198,25,"route"],[1,1907,200,16],[1,1913,200,22,"getId"],[1,1915,200,30,"routeGetIdList"],[1,1917,200,45,"route"],[1,1919,200,51,"name"],[1,1925,201,22,"currentId"],[1,1927,201,34,"getId"],[1,1931,201,42],[1,1932,202,18,"params"],[1,1939,202,26,"route"],[1,1941,202,32,"params"],[1,1950,204,22,"nextId"],[1,1952,204,31,"getId"],[1,1956,204,39],[1,1957,205,18,"params"],[1,1964,205,26,"action"],[1,1966,205,33,"payload"],[1,1974,205,41,"params"],[1,1983,207,22,"key"],[1,1985,207,28,"currentId"],[1,1989,207,42,"nextId"],[1,1991,207,51,"route"],[1,1993,207,57,"key"],[1,1997,207,63],[1,2000,207,66,"route"],[1,2002,207,72,"name"],[1,2011,207,80],[1,2013,207,80,"nanoid"],[1,2027,208,16],[1,2031,208,20,"params"],[1,2033,216,18,"params"],[1,2035,209,37],[1,2048,209,21,"action"],[1,2050,209,28,"type"],[1,2056,209,67],[1,2080,209,51,"action"],[1,2082,209,58,"type"],[1,2089,209,93,"action"],[1,2091,209,100,"payload"],[1,2099,209,108,"merge"],[1,2106,209,117,"currentId"],[1,2110,209,131,"nextId"],[1,2117,216,58,"undefined"],[1,2121,216,27,"routeParamList"],[1,2123,216,42,"route"],[1,2125,216,48,"name"],[1,2131,216,70],[1,2135,217,23,"routeParamList"],[1,2137,217,38,"route"],[1,2139,217,44,"name"],[1,2148,218,23,"action"],[1,2150,218,30,"payload"],[1,2158,218,38,"params"],[1,2166,219,22,"action"],[1,2168,219,29,"payload"],[1,2176,219,37,"params"],[1,2188,210,53,"undefined"],[1,2192,210,27,"action"],[1,2194,210,34,"payload"],[1,2202,210,42,"params"],[1,2215,210,97,"undefined"],[1,2219,210,66,"routeParamList"],[1,2221,210,81,"route"],[1,2223,210,87,"name"],[1,2229,210,109],[1,2233,211,23,"routeParamList"],[1,2235,211,38,"route"],[1,2237,211,44,"name"],[1,2246,212,23,"route"],[1,2248,212,29,"params"],[1,2258,213,23,"action"],[1,2260,213,30,"payload"],[1,2268,213,38,"params"],[1,2276,214,22,"route"],[1,2278,214,28,"params"],[1,2285,221,16],[1,2291,221,22,"path"],[1,2293,221,45],[1,2306,221,29,"action"],[1,2308,221,36,"type"],[1,2314,221,82],[1,2320,221,59,"action"],[1,2322,221,66,"payload"],[1,2330,221,74,"path"],[1,2335,221,89,"action"],[1,2337,221,96,"payload"],[1,2345,221,104,"path"],[1,2350,221,111,"route"],[1,2352,221,117,"path"],[1,2357,222,16],[1,2364,222,23,"params"],[1,2368,222,34,"route"],[1,2370,222,40,"params"],[1,2378,222,50,"path"],[1,2382,222,59,"route"],[1,2384,222,65,"path"],[1,2389,222,72],[1,2393,223,21,"route"],[1,2395,224,18,"key"],[1,2401,225,18,"path"],[1,2408,226,18,"params"],[1,2418,227,20,"route"],[1,2423,229,15,"index"],[1,2425,229,22,"backBehavior"],[1,2427,229,36,"initialRouteName"],[1,2430,230,12],[1,2436,230,19],[1,2440,231,17,"updatedState"],[1,2442,232,14,"preloadedRouteKeys"],[1,2461,232,34,"updatedState"],[1,2463,232,47,"preloadedRouteKeys"],[1,2482,232,66,"filter"],[1,2489,232,73,"key"],[1,2492,232,80,"key"],[1,2496,232,88,"state"],[1,2498,232,94,"routes"],[1,2505,232,101,"updatedState"],[1,2507,232,114,"index"],[1,2514,232,121,"key"],[1,2519,234,10],[1,2520,235,8],[1,2524,235,13],[1,2534,236,10],[1,2535,237,12],[1,2538,237,41],[1,2542,237,16,"state"],[1,2544,237,22,"history"],[1,2552,237,30,"length"],[1,2559,238,14],[1,2566,238,21],[1,2571,240,12],[1,2577,240,18,"previousKey"],[1,2579,240,32,"state"],[1,2581,240,38,"history"],[1,2589,240,46,"state"],[1,2591,240,52,"history"],[1,2599,240,60,"length"],[1,2606,240,69],[1,2610,240,73,"key"],[1,2614,241,18,"index"],[1,2616,241,26,"state"],[1,2618,241,32,"routes"],[1,2625,241,39,"findLastIndex"],[1,2639,241,53,"route"],[1,2642,241,62,"route"],[1,2644,241,68,"key"],[1,2650,241,76,"previousKey"],[1,2653,242,12],[1,2660,242,21],[1,2664,242,16,"index"],[1,2666,243,21],[1,2671,245,19],[1,2675,246,17,"state"],[1,2677,247,14,"preloadedRouteKeys"],[1,2696,247,34,"state"],[1,2698,247,40,"preloadedRouteKeys"],[1,2717,247,59,"filter"],[1,2724,247,66,"key"],[1,2727,247,73,"key"],[1,2731,247,81,"state"],[1,2733,247,87,"routes"],[1,2740,247,94,"index"],[1,2743,247,101,"key"],[1,2748,248,14,"history"],[1,2756,248,23,"state"],[1,2758,248,29,"history"],[1,2766,248,37,"slice"],[1,2772,248,43],[1,2775,248,44],[1,2778,249,14,"index"],[1,2786,251,10],[1,2787,252,8],[1,2791,252,13],[1,2801,253,10],[1,2802,254,12],[1,2808,254,18,"routeIndex"],[1,2810,254,31,"state"],[1,2812,254,37,"routes"],[1,2819,254,44,"findIndex"],[1,2829,254,54,"route"],[1,2832,254,63,"route"],[1,2834,254,69,"name"],[1,2841,254,78,"action"],[1,2843,254,85,"payload"],[1,2851,254,93,"name"],[1,2857,255,12],[1,2861,255,26],[1,2865,255,16,"routeIndex"],[1,2867,256,14],[1,2874,256,21],[1,2879,258,12],[1,2885,258,18,"route"],[1,2887,258,26,"state"],[1,2889,258,32,"routes"],[1,2896,258,39,"routeIndex"],[1,2899,259,18,"getId"],[1,2901,259,26,"routeGetIdList"],[1,2903,259,41,"route"],[1,2905,259,47,"name"],[1,2911,260,18,"currentId"],[1,2913,260,30,"getId"],[1,2917,260,38],[1,2918,261,14,"params"],[1,2925,261,22,"route"],[1,2927,261,28,"params"],[1,2936,263,18,"nextId"],[1,2938,263,27,"getId"],[1,2942,263,35],[1,2943,264,14,"params"],[1,2950,264,22,"action"],[1,2952,264,29,"payload"],[1,2960,264,37,"params"],[1,2969,266,18,"key"],[1,2971,266,24,"currentId"],[1,2975,266,38,"nextId"],[1,2977,266,47,"route"],[1,2979,266,53,"key"],[1,2983,266,59],[1,2986,266,62,"route"],[1,2988,266,68,"name"],[1,2997,266,76],[1,2999,266,76,"nanoid"],[1,3013,267,18,"params"],[1,3020,267,53,"undefined"],[1,3024,267,27,"action"],[1,3026,267,34,"payload"],[1,3034,267,42,"params"],[1,3047,267,97,"undefined"],[1,3051,267,66,"routeParamList"],[1,3053,267,81,"route"],[1,3055,267,87,"name"],[1,3061,267,109],[1,3065,268,17,"routeParamList"],[1,3067,268,32,"route"],[1,3069,268,38,"name"],[1,3078,269,17,"action"],[1,3080,269,24,"payload"],[1,3088,269,32,"params"],[1,3101,270,16,"undefined"],[1,3103,271,18,"newRoute"],[1,3105,271,29,"params"],[1,3109,271,40,"route"],[1,3111,271,46,"params"],[1,3118,271,55],[1,3122,272,17,"route"],[1,3124,273,14,"key"],[1,3130,274,14,"params"],[1,3140,275,16,"route"],[1,3142,276,12],[1,3148,276,19],[1,3152,277,17,"state"],[1,3154,278,14,"preloadedRouteKeys"],[1,3173,278,34,"state"],[1,3175,278,40,"preloadedRouteKeys"],[1,3194,278,59,"filter"],[1,3201,278,66,"key"],[1,3204,278,73,"key"],[1,3208,278,81,"route"],[1,3210,278,87,"key"],[1,3215,278,92,"concat"],[1,3222,278,99,"newRoute"],[1,3224,278,108,"key"],[1,3229,279,14,"routes"],[1,3236,279,22,"state"],[1,3238,279,28,"routes"],[1,3245,279,35,"map"],[1,3249,279,39],[1,3250,279,40,"route"],[1,3252,279,47,"index"],[1,3256,279,57,"index"],[1,3260,279,67,"routeIndex"],[1,3262,279,80,"newRoute"],[1,3264,279,91,"route"],[1,3267,280,14,"history"],[1,3275,280,23,"key"],[1,3279,280,31,"route"],[1,3281,280,37,"key"],[1,3285,280,43,"state"],[1,3287,280,49,"history"],[1,3295,280,59,"state"],[1,3297,280,65,"history"],[1,3305,280,73,"filter"],[1,3312,280,80,"record"],[1,3315,280,90,"record"],[1,3317,280,97,"key"],[1,3323,280,105,"route"],[1,3325,280,111,"key"],[1,3330,282,10],[1,3331,283,8],[1,3339,284,10],[1,3346,284,17,"BaseRouter"],[1,3359,284,28,"getStateForAction"],[1,3377,284,46,"state"],[1,3379,284,53,"action"],[1,3382,286,4],[1,3384,287,4,"actionCreators"],[1,3399,287,20,"TabActions"],[1,3401,290,0],[1,3403,3,0],[1,3407,3,0,"_nonSecure"],[1,3409,3,0,"_r"],[1,3412,3,0,"d"],[1,3414,3,0],[1,3418,4,0,"_BaseRouter"],[1,3420,4,0,"_r"],[1,3423,4,0,"d"],[1,3425,4,0],[1,3429,5,0],[1,3435,5,6,"TYPE_ROUTE"],[1,3437,5,19],[1,3445,6,13,"TabActions"],[1,3447,6,23,"e"],[1,3449,6,23,"TabActions"],[1,3460,6,26],[1,3461,7,2,"jumpTo"],[1,3468,7,8,"jumpTo"],[1,3469,7,9,"name"],[1,3471,7,15,"params"],[1,3476,8,11],[1,3477,9,6,"type"],[1,3482,9,12],[1,3492,10,6,"payload"],[1,3500,10,15],[1,3501,11,8,"name"],[1,3508,12,8,"params"],[1,3521,17,6,"getRouteHistory"],[1,3523,17,24,"getRouteHistory"],[1,3524,17,25,"routes"],[1,3526,17,33,"index"],[1,3528,17,40,"backBehavior"],[1,3530,17,54,"initialRouteName"],[1,3535,18,2],[1,3541,18,8,"history"],[1,3543,18,18],[1,3544,18,19],[1,3545,19,4,"type"],[1,3550,19,10,"TYPE_ROUTE"],[1,3552,20,4,"key"],[1,3556,20,9,"routes"],[1,3558,20,16,"index"],[1,3561,20,23,"key"],[1,3567,22,2],[1,3571,22,6,"initialRouteIndex"],[1,3573,23,2],[1,3580,23,10,"backBehavior"],[1,3583,24,4],[1,3587,24,9],[1,3595,25,6],[1,3599,25,11],[1,3603,25,15,"i"],[1,3605,25,19,"index"],[1,3607,25,26,"i"],[1,3609,25,30],[1,3611,25,33,"i"],[1,3615,26,8,"history"],[1,3617,26,16,"unshift"],[1,3625,26,24],[1,3626,27,10,"type"],[1,3631,27,16,"TYPE_ROUTE"],[1,3633,28,10,"key"],[1,3637,28,15,"routes"],[1,3639,28,22,"i"],[1,3641,28,26],[1,3644,28,29,"key"],[1,3650,31,6],[1,3656,32,4],[1,3660,32,9],[1,3673,33,20],[1,3677,33,10,"index"],[1,3680,34,8,"history"],[1,3682,34,16,"unshift"],[1,3690,34,24],[1,3691,35,10,"type"],[1,3696,35,16,"TYPE_ROUTE"],[1,3698,36,10,"key"],[1,3702,36,15,"routes"],[1,3704,36,22],[1,3707,36,25,"key"],[1,3713,39,6],[1,3719,40,4],[1,3723,40,9],[1,3738,41,6,"initialRouteIndex"],[1,3740,41,26,"routes"],[1,3742,41,33,"findIndex"],[1,3752,41,43,"route"],[1,3755,41,52,"route"],[1,3757,41,58,"name"],[1,3764,41,67,"initialRouteName"],[1,3767,42,6,"initialRouteIndex"],[1,3770,42,43],[1,3774,42,26,"initialRouteIndex"],[1,3776,42,53],[1,3778,42,57,"initialRouteIndex"],[1,3780,43,10,"index"],[1,3784,43,20,"initialRouteIndex"],[1,3787,44,8,"history"],[1,3789,44,16,"unshift"],[1,3797,44,24],[1,3798,45,10,"type"],[1,3803,45,16,"TYPE_ROUTE"],[1,3805,46,10,"key"],[1,3809,46,15,"routes"],[1,3811,46,22,"initialRouteIndex"],[1,3814,46,41,"key"],[1,3820,55,2],[1,3827,55,9,"history"],[1,3830,57,6,"changeIndex"],[1,3832,57,20,"changeIndex"],[1,3833,57,21,"state"],[1,3835,57,28,"index"],[1,3837,57,35,"backBehavior"],[1,3839,57,49,"initialRouteName"],[1,3844,58,2],[1,3848,58,6,"history"],[1,3850,58,16,"state"],[1,3852,58,22,"history"],[1,3860,59,2],[1,3863,59,23],[1,3875,59,6,"backBehavior"],[1,3878,59,53],[1,3894,59,36,"backBehavior"],[1,3896,59,68],[1,3897,60,4],[1,3903,60,10,"currentRouteKey"],[1,3905,60,28,"state"],[1,3907,60,34,"routes"],[1,3914,60,41,"index"],[1,3917,60,48,"key"],[1,3921,61,4],[1,3924,61,25],[1,3936,61,8,"backBehavior"],[1,3938,63,6,"history"],[1,3940,63,16,"history"],[1,3942,63,24,"filter"],[1,3949,63,31,"it"],[1,3952,63,49],[1,3962,63,37,"it"],[1,3964,63,40,"type"],[1,3970,63,59,"it"],[1,3972,63,62,"key"],[1,3978,63,70,"currentRouteKey"],[1,3986,64,11],[1,3989,64,32],[1,4005,64,15,"backBehavior"],[1,4007,64,47],[1,4008,65,6],[1,4014,65,12,"lastHistoryRouteItemIndex"],[1,4016,65,40,"history"],[1,4018,65,48,"findLastIndex"],[1,4032,65,62,"item"],[1,4035,65,84],[1,4045,65,70,"item"],[1,4047,65,75,"type"],[1,4053,66,10,"currentRouteKey"],[1,4057,66,30,"history"],[1,4059,66,38,"lastHistoryRouteItemIndex"],[1,4063,66,66,"key"],[1,4069,70,8,"history"],[1,4071,70,18],[1,4075,70,22,"history"],[1,4077,70,30,"slice"],[1,4083,70,36],[1,4085,70,39,"lastHistoryRouteItemIndex"],[1,4091,70,70,"history"],[1,4093,70,78,"slice"],[1,4099,70,84,"lastHistoryRouteItemIndex"],[1,4101,70,112],[1,4105,72,4],[1,4106,73,4,"history"],[1,4108,73,14,"history"],[1,4110,73,22,"concat"],[1,4117,73,29],[1,4118,74,6,"type"],[1,4123,74,12,"TYPE_ROUTE"],[1,4125,75,6,"key"],[1,4129,75,11,"currentRouteKey"],[1,4132,77,2],[1,4138,78,4,"history"],[1,4140,78,14,"getRouteHistory"],[1,4142,78,30,"state"],[1,4144,78,36,"routes"],[1,4151,78,44,"index"],[1,4153,78,51,"backBehavior"],[1,4155,78,65,"initialRouteName"],[1,4158,80,2],[1,4164,80,9],[1,4168,81,7,"state"],[1,4170,82,4,"index"],[1,4178,83,4,"history"],[1,4189,290,1],[1,4192]],"functionMap":{"names":["<global>","TabActions.jumpTo","getRouteHistory","routes.findIndex$argument_0","changeIndex","history.filter$argument_0","history.findLastIndex$argument_0","TabRouter","router.getInitialState","routeNames.map$argument_0","router.getRehydratedState","state.routes.find$argument_0","routes.map$argument_0","state.history.filter$argument_0","state.preloadedRouteKeys.filter$argument_0","router.getStateForRouteNamesChange","routes.find$argument_0","router.getStateForRouteFocus","state.routes.findIndex$argument_0","router.getStateForAction","state.routes.map$argument_0","updatedState.preloadedRouteKeys.filter$argument_0","state.routes.findLastIndex$argument_0"],"mappings":"AAA;ECM;GDQ;wBEE;2CCwB,wCD;CFe;oBIC;+BCM,8DD;8DEE,6BF;CJoB;OOC;ICO;oCCK;QDI;KDY;IGC;oCDQ;wCEC,oBF;OCU;mCEE,kBF;4CGC,gCH;6DIS,8BJ;KHE;IQC;oCNK,0BE,yDF;OMI;MFI,yCG,qBH,CE;KRW;IUC;2CCC,kBD;KVK;IYC;iDDS,2CC;uCCM;eDgC;yEEI,mDF;qDGS,kCH;kELM,sCK;sDDO,2CC;kELwB,wBK;uCCC,yDD;gFNC,kCM;KZM;CPI"}},"type":"js/module"}]} |