mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 13:31:00 +00:00
1 line
13 KiB
Plaintext
1 line
13 KiB
Plaintext
{"dependencies":[{"name":"./ResponderEventTypes","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":10,"column":0,"index":199},"end":{"line":10,"column":72,"index":271}}],"key":"vBlYL6aBF9Cu7j4MJjDSbmFqyNY=","exportNames":["*"]}}],"output":[{"data":{"code":"__d(function(g,r,_i,a,m,e,d){Object.defineProperty(e,\"__esModule\",{value:!0}),e.ResponderTouchHistoryStore=void 0;var t=r(d[0]);function i(t){return t.timeStamp||t.timestamp}function n(t){return{touchActive:!0,startPageX:t.pageX,startPageY:t.pageY,startTimeStamp:i(t),currentPageX:t.pageX,currentPageY:t.pageY,currentTimeStamp:i(t),previousPageX:t.pageX,previousPageY:t.pageY,previousTimeStamp:i(t)}}function c(t,n){t.touchActive=!0,t.startPageX=n.pageX,t.startPageY=n.pageY,t.startTimeStamp=i(n),t.currentPageX=n.pageX,t.currentPageY=n.pageY,t.currentTimeStamp=i(n),t.previousPageX=n.pageX,t.previousPageY=n.pageY,t.previousTimeStamp=i(n)}function o(t){var i=t.identifier;return null==i&&console.error('Touch object is missing identifier.'),i}function u(t,u){var s=o(t),h=u.touchBank[s];h?c(h,t):u.touchBank[s]=n(t),u.mostRecentTimeStamp=i(t)}function s(t,n){var c=n.touchBank[o(t)];c?(c.touchActive=!0,c.previousPageX=c.currentPageX,c.previousPageY=c.currentPageY,c.previousTimeStamp=c.currentTimeStamp,c.currentPageX=t.pageX,c.currentPageY=t.pageY,c.currentTimeStamp=i(t),n.mostRecentTimeStamp=i(t)):console.warn('Cannot record touch move without a touch start.\\n',\"Touch Move: \"+p(t)+\"\\n\",\"Touch Bank: \"+v(n))}function h(t,n){var c=n.touchBank[o(t)];c?(c.touchActive=!1,c.previousPageX=c.currentPageX,c.previousPageY=c.currentPageY,c.previousTimeStamp=c.currentTimeStamp,c.currentPageX=t.pageX,c.currentPageY=t.pageY,c.currentTimeStamp=i(t),n.mostRecentTimeStamp=i(t)):console.warn('Cannot record touch end without a touch start.\\n',\"Touch End: \"+p(t)+\"\\n\",\"Touch Bank: \"+v(n))}function p(t){return JSON.stringify({identifier:t.identifier,pageX:t.pageX,pageY:t.pageY,timestamp:i(t)})}function v(t){var i=t.touchBank,n=JSON.stringify(i.slice(0,20));return i.length>20&&(n+=' (original size: '+i.length+')'),n}e.ResponderTouchHistoryStore=class{constructor(){this._touchHistory={touchBank:[],numberActiveTouches:0,indexOfSingleActiveTouch:-1,mostRecentTimeStamp:0}}recordTouchTrack(i,n){var c=this._touchHistory;if((0,t.isMoveish)(i))n.changedTouches.forEach(t=>s(t,c));else if((0,t.isStartish)(i))n.changedTouches.forEach(t=>u(t,c)),c.numberActiveTouches=n.touches.length,1===c.numberActiveTouches&&(c.indexOfSingleActiveTouch=n.touches[0].identifier);else if((0,t.isEndish)(i)&&(n.changedTouches.forEach(t=>h(t,c)),c.numberActiveTouches=n.touches.length,1===c.numberActiveTouches))for(var o=c.touchBank,p=0;p<o.length;p++){var v=o[p];if(null!=v&&v.touchActive){c.indexOfSingleActiveTouch=p;break}}}get touchHistory(){return this._touchHistory}}});","lineCount":1,"map":[[1,114,10,0],[1,118,10,0,"_ResponderEventTypes"],[1,120,10,0,"r"],[1,122,10,0,"d"],[1,124,10,0],[1,128,19,0],[1,137,19,9,"timestampForTouch"],[1,139,19,27,"touch"],[1,142,22,2],[1,149,22,9,"touch"],[1,151,22,15,"timeStamp"],[1,162,22,28,"touch"],[1,164,22,34,"timestamp"],[1,173,23,0],[1,174,29,0],[1,183,29,9,"createTouchRecord"],[1,185,29,27,"touch"],[1,188,30,2],[1,194,30,9],[1,195,31,4,"touchActive"],[1,208,31,17],[1,210,32,4,"startPageX"],[1,221,32,16,"touch"],[1,223,32,22,"pageX"],[1,229,33,4,"startPageY"],[1,240,33,16,"touch"],[1,242,33,22,"pageY"],[1,248,34,4,"startTimeStamp"],[1,263,34,20,"timestampForTouch"],[1,265,34,38,"touch"],[1,268,35,4,"currentPageX"],[1,281,35,18,"touch"],[1,283,35,24,"pageX"],[1,289,36,4,"currentPageY"],[1,302,36,18,"touch"],[1,304,36,24,"pageY"],[1,310,37,4,"currentTimeStamp"],[1,327,37,22,"timestampForTouch"],[1,329,37,40,"touch"],[1,332,38,4,"previousPageX"],[1,346,38,19,"touch"],[1,348,38,25,"pageX"],[1,354,39,4,"previousPageY"],[1,368,39,19,"touch"],[1,370,39,25,"pageY"],[1,376,40,4,"previousTimeStamp"],[1,394,40,23,"timestampForTouch"],[1,396,40,41,"touch"],[1,399,42,0],[1,400,43,0],[1,409,43,9,"resetTouchRecord"],[1,411,43,26,"touchRecord"],[1,413,43,39,"touch"],[1,416,44,2,"touchRecord"],[1,418,44,14,"touchActive"],[1,431,44,28],[1,433,45,2,"touchRecord"],[1,435,45,14,"startPageX"],[1,446,45,27,"touch"],[1,448,45,33,"pageX"],[1,454,46,2,"touchRecord"],[1,456,46,14,"startPageY"],[1,467,46,27,"touch"],[1,469,46,33,"pageY"],[1,475,47,2,"touchRecord"],[1,477,47,14,"startTimeStamp"],[1,492,47,31,"timestampForTouch"],[1,494,47,49,"touch"],[1,497,48,2,"touchRecord"],[1,499,48,14,"currentPageX"],[1,512,48,29,"touch"],[1,514,48,35,"pageX"],[1,520,49,2,"touchRecord"],[1,522,49,14,"currentPageY"],[1,535,49,29,"touch"],[1,537,49,35,"pageY"],[1,543,50,2,"touchRecord"],[1,545,50,14,"currentTimeStamp"],[1,562,50,33,"timestampForTouch"],[1,564,50,51,"touch"],[1,567,51,2,"touchRecord"],[1,569,51,14,"previousPageX"],[1,583,51,30,"touch"],[1,585,51,36,"pageX"],[1,591,52,2,"touchRecord"],[1,593,52,14,"previousPageY"],[1,607,52,30,"touch"],[1,609,52,36,"pageY"],[1,615,53,2,"touchRecord"],[1,617,53,14,"previousTimeStamp"],[1,635,53,34,"timestampForTouch"],[1,637,53,52,"touch"],[1,639,54,0],[1,640,55,0],[1,649,55,9,"getTouchIdentifier"],[1,651,55,28,"_ref"],[1,654,56,2],[1,658,56,6,"identifier"],[1,660,56,19,"_ref"],[1,662,56,24,"identifier"],[1,673,65,2],[1,680,57,20],[1,686,57,6,"identifier"],[1,689,58,4,"console"],[1,697,58,12,"error"],[1,703,58,18],[1,742,65,9,"identifier"],[1,743,66,0],[1,744,67,0],[1,753,67,9,"recordTouchStart"],[1,755,67,26,"touch"],[1,757,67,33,"touchHistory"],[1,760,68,2],[1,764,68,6,"identifier"],[1,766,68,19,"getTouchIdentifier"],[1,768,68,38,"touch"],[1,771,69,6,"touchRecord"],[1,773,69,20,"touchHistory"],[1,775,69,33,"touchBank"],[1,785,69,43,"identifier"],[1,788,70,6,"touchRecord"],[1,790,71,4,"resetTouchRecord"],[1,792,71,21,"touchRecord"],[1,794,71,34,"touch"],[1,797,73,4,"touchHistory"],[1,799,73,17,"touchBank"],[1,809,73,27,"identifier"],[1,812,73,41,"createTouchRecord"],[1,814,73,59,"touch"],[1,817,75,2,"touchHistory"],[1,819,75,15,"mostRecentTimeStamp"],[1,839,75,37,"timestampForTouch"],[1,841,75,55,"touch"],[1,843,76,0],[1,844,77,0],[1,853,77,9,"recordTouchMove"],[1,855,77,25,"touch"],[1,857,77,32,"touchHistory"],[1,860,78,2],[1,864,78,6,"touchRecord"],[1,866,78,20,"touchHistory"],[1,868,78,33,"touchBank"],[1,878,78,43,"getTouchIdentifier"],[1,880,78,62,"touch"],[1,884,79,6,"touchRecord"],[1,887,80,4,"touchRecord"],[1,889,80,16,"touchActive"],[1,902,80,30],[1,904,81,4,"touchRecord"],[1,906,81,16,"previousPageX"],[1,920,81,32,"touchRecord"],[1,922,81,44,"currentPageX"],[1,935,82,4,"touchRecord"],[1,937,82,16,"previousPageY"],[1,951,82,32,"touchRecord"],[1,953,82,44,"currentPageY"],[1,966,83,4,"touchRecord"],[1,968,83,16,"previousTimeStamp"],[1,986,83,36,"touchRecord"],[1,988,83,48,"currentTimeStamp"],[1,1005,84,4,"touchRecord"],[1,1007,84,16,"currentPageX"],[1,1020,84,31,"touch"],[1,1022,84,37,"pageX"],[1,1028,85,4,"touchRecord"],[1,1030,85,16,"currentPageY"],[1,1043,85,31,"touch"],[1,1045,85,37,"pageY"],[1,1051,86,4,"touchRecord"],[1,1053,86,16,"currentTimeStamp"],[1,1070,86,35,"timestampForTouch"],[1,1072,86,53,"touch"],[1,1075,87,4,"touchHistory"],[1,1077,87,17,"mostRecentTimeStamp"],[1,1097,87,39,"timestampForTouch"],[1,1099,87,57,"touch"],[1,1103,89,4,"console"],[1,1111,89,12,"warn"],[1,1116,89,17],[1,1168,89,70],[1,1183,89,87,"printTouch"],[1,1185,89,98,"touch"],[1,1188,89,107],[1,1193,89,113],[1,1208,89,130,"printTouchBank"],[1,1210,89,145,"touchHistory"],[1,1213,91,0],[1,1214,92,0],[1,1223,92,9,"recordTouchEnd"],[1,1225,92,24,"touch"],[1,1227,92,31,"touchHistory"],[1,1230,93,2],[1,1234,93,6,"touchRecord"],[1,1236,93,20,"touchHistory"],[1,1238,93,33,"touchBank"],[1,1248,93,43,"getTouchIdentifier"],[1,1250,93,62,"touch"],[1,1254,94,6,"touchRecord"],[1,1257,95,4,"touchRecord"],[1,1259,95,16,"touchActive"],[1,1272,95,30],[1,1274,96,4,"touchRecord"],[1,1276,96,16,"previousPageX"],[1,1290,96,32,"touchRecord"],[1,1292,96,44,"currentPageX"],[1,1305,97,4,"touchRecord"],[1,1307,97,16,"previousPageY"],[1,1321,97,32,"touchRecord"],[1,1323,97,44,"currentPageY"],[1,1336,98,4,"touchRecord"],[1,1338,98,16,"previousTimeStamp"],[1,1356,98,36,"touchRecord"],[1,1358,98,48,"currentTimeStamp"],[1,1375,99,4,"touchRecord"],[1,1377,99,16,"currentPageX"],[1,1390,99,31,"touch"],[1,1392,99,37,"pageX"],[1,1398,100,4,"touchRecord"],[1,1400,100,16,"currentPageY"],[1,1413,100,31,"touch"],[1,1415,100,37,"pageY"],[1,1421,101,4,"touchRecord"],[1,1423,101,16,"currentTimeStamp"],[1,1440,101,35,"timestampForTouch"],[1,1442,101,53,"touch"],[1,1445,102,4,"touchHistory"],[1,1447,102,17,"mostRecentTimeStamp"],[1,1467,102,39,"timestampForTouch"],[1,1469,102,57,"touch"],[1,1473,104,4,"console"],[1,1481,104,12,"warn"],[1,1486,104,17],[1,1537,104,69],[1,1551,104,85,"printTouch"],[1,1553,104,96,"touch"],[1,1556,104,105],[1,1561,104,111],[1,1576,104,128,"printTouchBank"],[1,1578,104,143,"touchHistory"],[1,1581,106,0],[1,1582,107,0],[1,1591,107,9,"printTouch"],[1,1593,107,20,"touch"],[1,1596,108,2],[1,1603,108,9,"JSON"],[1,1608,108,14,"stringify"],[1,1618,108,24],[1,1619,109,4,"identifier"],[1,1630,109,16,"touch"],[1,1632,109,22,"identifier"],[1,1643,110,4,"pageX"],[1,1649,110,11,"touch"],[1,1651,110,17,"pageX"],[1,1657,111,4,"pageY"],[1,1663,111,11,"touch"],[1,1665,111,17,"pageY"],[1,1671,112,4,"timestamp"],[1,1681,112,15,"timestampForTouch"],[1,1683,112,33,"touch"],[1,1687,114,0],[1,1688,115,0],[1,1697,115,9,"printTouchBank"],[1,1699,115,24,"touchHistory"],[1,1702,116,2],[1,1706,116,6,"touchBank"],[1,1708,116,18,"touchHistory"],[1,1710,116,31,"touchBank"],[1,1720,117,6,"printed"],[1,1722,117,16,"JSON"],[1,1727,117,21,"stringify"],[1,1737,117,31,"touchBank"],[1,1739,117,41,"slice"],[1,1745,117,47],[1,1747,18,21],[1,1752,121,2],[1,1759,118,6,"touchBank"],[1,1761,118,16,"length"],[1,1768,18,21],[1,1773,119,4,"printed"],[1,1776,119,15],[1,1796,119,37,"touchBank"],[1,1798,119,47,"length"],[1,1805,119,56],[1,1810,121,9,"printed"],[1,1811,122,0],[1,1812,170,1,"e"],[1,1814,170,1,"ResponderTouchHistoryStore"],[1,1841,123,7],[1,1847,124,2,"constructor"],[1,1861,125,4,"this"],[1,1866,125,9,"_touchHistory"],[1,1880,125,25],[1,1881,126,6,"touchBank"],[1,1891,126,17],[1,1894,128,6,"numberActiveTouches"],[1,1914,128,27],[1,1916,132,6,"indexOfSingleActiveTouch"],[1,1942,132,30],[1,1944,133,6,"mostRecentTimeStamp"],[1,1964,133,27],[1,1966,135,2],[1,1967,136,2,"recordTouchTrack"],[1,1984,136,19,"topLevelType"],[1,1986,136,33,"nativeEvent"],[1,1989,137,4],[1,1993,137,8,"touchHistory"],[1,1995,137,23,"this"],[1,2000,137,28,"_touchHistory"],[1,2014,138,4],[1,2018,138,8],[1,2020,138,8,"isMoveish"],[1,2033,138,18,"topLevelType"],[1,2036,139,6,"nativeEvent"],[1,2038,139,18,"changedTouches"],[1,2053,139,33,"forEach"],[1,2061,139,41,"touch"],[1,2064,139,50,"recordTouchMove"],[1,2066,139,66,"touch"],[1,2068,139,73,"touchHistory"],[1,2077,140,11],[1,2081,140,15],[1,2083,140,15,"isStartish"],[1,2097,140,26,"topLevelType"],[1,2100,141,6,"nativeEvent"],[1,2102,141,18,"changedTouches"],[1,2117,141,33,"forEach"],[1,2125,141,41,"touch"],[1,2128,141,50,"recordTouchStart"],[1,2130,141,67,"touch"],[1,2132,141,74,"touchHistory"],[1,2136,142,6,"touchHistory"],[1,2138,142,19,"numberActiveTouches"],[1,2158,142,41,"nativeEvent"],[1,2160,142,53,"touches"],[1,2168,142,61,"length"],[1,2175,143,47],[1,2179,143,10,"touchHistory"],[1,2181,143,23,"numberActiveTouches"],[1,2203,144,8,"touchHistory"],[1,2205,144,21,"indexOfSingleActiveTouch"],[1,2230,144,48,"nativeEvent"],[1,2232,144,60,"touches"],[1,2240,144,68],[1,2243,144,71,"identifier"],[1,2260,146,11],[1,2264,146,15],[1,2266,146,15,"isEndish"],[1,2278,146,24,"topLevelType"],[1,2283,147,6,"nativeEvent"],[1,2285,147,18,"changedTouches"],[1,2300,147,33,"forEach"],[1,2308,147,41,"touch"],[1,2311,147,50,"recordTouchEnd"],[1,2313,147,65,"touch"],[1,2315,147,72,"touchHistory"],[1,2319,148,6,"touchHistory"],[1,2321,148,19,"numberActiveTouches"],[1,2341,148,41,"nativeEvent"],[1,2343,148,53,"touches"],[1,2351,148,61,"length"],[1,2358,149,47],[1,2362,149,10,"touchHistory"],[1,2364,149,23,"numberActiveTouches"],[1,2385,151,8],[1,2389,150,8],[1,2393,150,12,"touchBank"],[1,2395,150,24,"touchHistory"],[1,2397,150,37,"touchBank"],[1,2407,151,17,"i"],[1,2409,151,21],[1,2411,151,24,"i"],[1,2413,151,28,"touchBank"],[1,2415,151,38,"length"],[1,2422,151,46,"i"],[1,2426,151,51],[1,2427,152,10],[1,2431,152,14,"touchTrackToCheck"],[1,2433,152,34,"touchBank"],[1,2435,152,44,"i"],[1,2438,153,10],[1,2441,153,35],[1,2447,153,14,"touchTrackToCheck"],[1,2450,153,43,"touchTrackToCheck"],[1,2452,153,61,"touchActive"],[1,2464,153,74],[1,2465,154,12,"touchHistory"],[1,2467,154,25,"indexOfSingleActiveTouch"],[1,2492,154,52,"i"],[1,2494,155,12],[1,2499,156,10],[1,2500,157,8],[1,2501,166,2],[1,2502,167,2],[1,2518,167,6,"touchHistory"],[1,2521,168,4],[1,2528,168,11,"this"],[1,2533,168,16,"_touchHistory"],[1,2546,169,2],[1,2548,170,1],[1,2551]],"functionMap":{"names":["<global>","timestampForTouch","createTouchRecord","resetTouchRecord","getTouchIdentifier","recordTouchStart","recordTouchMove","recordTouchEnd","printTouch","printTouchBank","ResponderTouchHistoryStore","constructor","recordTouchTrack","nativeEvent.changedTouches.forEach$argument_0","get__touchHistory"],"mappings":"AAA;ACkB;CDI;AEM;CFa;AGC;CHW;AIC;CJW;AKC;CLS;AMC;CNc;AOC;CPc;AQC;CRO;ASC;CTO;OUC;ECC;GDW;EEC;yCCG,6CD;yCCE,8CD;yCCM,4CD;GFmB;EIC;GJE"}},"type":"js/module"}]} |