Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/e6/71bb24567d487bd608c5aeb69b2cf563bea802d3d202127ddecad68c8b4a6481a810e3
T
2025-10-24 02:40:54 +00:00

1 line
6.8 KiB
Plaintext

{"dependencies":[{"name":"@babel/runtime/helpers/interopRequireDefault","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"kslwqCIsh6ew+I1KeA1rlVRjsAk=","exportNames":["*"]}},{"name":"./Animation","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":225},"end":{"line":13,"column":36,"index":261}}],"key":"IpfQWRKePvRqyvs8Q+vGFqyieVw=","exportNames":["*"]}},{"name":"../NativeAnimatedHelper","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":262},"end":{"line":14,"column":64,"index":326}}],"key":"7+Fs6fvkAbHB0IU2p+AMhuguGZA=","exportNames":["*"]}}],"output":[{"data":{"code":"__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0]);Object.defineProperty(e,\"__esModule\",{value:!0}),e.default=void 0;var s=t(r(d[1])),n=r(d[2]);class o extends s.default{constructor(t){var s,o,_;super(),this._deceleration=null!==(s=t.deceleration)&&void 0!==s?s:.998,this._velocity=t.velocity,this._useNativeDriver=(0,n.shouldUseNativeDriver)(t),this.__isInteraction=null!==(o=t.isInteraction)&&void 0!==o?o:!this._useNativeDriver,this.__iterations=null!==(_=t.iterations)&&void 0!==_?_:1}__getNativeAnimationConfig(){return{type:'decay',deceleration:this._deceleration,velocity:this._velocity,iterations:this.__iterations}}start(t,s,n,o,_){this.__active=!0,this._lastValue=t,this._fromValue=t,this._onUpdate=s,this.__onEnd=n,this._startTime=Date.now(),this._useNativeDriver?this.__startNativeAnimation(_):this._animationFrame=requestAnimationFrame(this.onUpdate.bind(this))}onUpdate(){var t=Date.now(),s=this._fromValue+this._velocity/(1-this._deceleration)*(1-Math.exp(-(1-this._deceleration)*(t-this._startTime)));this._onUpdate(s),Math.abs(this._lastValue-s)<.1?this.__debouncedOnEnd({finished:!0}):(this._lastValue=s,this.__active&&(this._animationFrame=requestAnimationFrame(this.onUpdate.bind(this))))}stop(){super.stop(),this.__active=!1,g.cancelAnimationFrame(this._animationFrame),this.__debouncedOnEnd({finished:!1})}}e.default=o});","lineCount":1,"map":[[1,28,11,0],[1,41,11,13],[1,45,11,13,"_interopRequireDefault"],[1,47,11,13,"r"],[1,49,11,13,"d"],[1,51,11,13],[1,55,11,13,"Object"],[1,62,11,13,"defineProperty"],[1,77,11,13,"e"],[1,79,11,13],[1,93,11,13,"value"],[1,100,11,13],[1,104,11,13,"e"],[1,106,11,13,"default"],[1,119,11,13,"undefined"],[1,121,13,0],[1,125,13,0,"_Animation"],[1,127,13,0,"_interopRequireDefault"],[1,129,13,0,"r"],[1,131,13,0,"d"],[1,133,13,0],[1,138,14,0,"_NativeAnimatedHelper"],[1,140,14,0,"r"],[1,142,14,0,"d"],[1,144,14,0],[1,148,15,0],[1,154,15,6,"DecayAnimation"],[1,164,15,29,"Animation"],[1,174,16,2,"constructor"],[1,186,16,14,"config"],[1,189,17,4],[1,193,17,8,"_config$deceleration"],[1,195,17,30,"_config$isInteraction"],[1,197,17,53,"_config$iterations"],[1,199,18,4,"super"],[1,207,19,4,"this"],[1,212,19,9,"_deceleration"],[1,226,19,74],[1,234,19,26,"_config$deceleration"],[1,236,19,49,"config"],[1,238,19,56,"deceleration"],[1,258,19,102,"undefined"],[1,262,19,82,"_config$deceleration"],[1,264,19,116,"_config$deceleration"],[1,266,19,139],[1,271,20,4,"this"],[1,276,20,9,"_velocity"],[1,286,20,21,"config"],[1,288,20,28,"velocity"],[1,297,21,4,"this"],[1,302,21,9,"_useNativeDriver"],[1,320,21,28],[1,322,21,28,"shouldUseNativeDriver"],[1,347,21,50,"config"],[1,350,22,4,"this"],[1,355,22,9,"__isInteraction"],[1,371,22,78],[1,379,22,28,"_config$isInteraction"],[1,381,22,52,"config"],[1,383,22,59,"isInteraction"],[1,404,22,107,"undefined"],[1,408,22,86,"_config$isInteraction"],[1,410,22,121,"_config$isInteraction"],[1,413,22,146,"this"],[1,418,22,151,"_useNativeDriver"],[1,435,23,4,"this"],[1,440,23,9,"__iterations"],[1,453,23,69],[1,461,23,25,"_config$iterations"],[1,463,23,46,"config"],[1,465,23,53,"iterations"],[1,483,23,95,"undefined"],[1,487,23,77,"_config$iterations"],[1,489,23,109,"_config$iterations"],[1,491,23,130],[1,492,24,2],[1,493,25,2,"__getNativeAnimationConfig"],[1,522,26,4],[1,528,26,11],[1,529,27,6,"type"],[1,534,27,12],[1,542,28,6,"deceleration"],[1,555,28,20,"this"],[1,560,28,25,"_deceleration"],[1,574,29,6,"velocity"],[1,583,29,16,"this"],[1,588,29,21,"_velocity"],[1,598,30,6,"iterations"],[1,609,30,18,"this"],[1,614,30,23,"__iterations"],[1,627,32,2],[1,628,33,2,"start"],[1,634,33,8,"fromValue"],[1,636,33,19,"onUpdate"],[1,638,33,29,"onEnd"],[1,640,33,36,"previousAnimation"],[1,642,33,55,"animatedValue"],[1,645,34,4,"this"],[1,650,34,9,"__active"],[1,660,34,20],[1,662,35,4,"this"],[1,667,35,9,"_lastValue"],[1,678,35,22,"fromValue"],[1,680,36,4,"this"],[1,685,36,9,"_fromValue"],[1,696,36,22,"fromValue"],[1,698,37,4,"this"],[1,703,37,9,"_onUpdate"],[1,713,37,21,"onUpdate"],[1,715,38,4,"this"],[1,720,38,9,"__onEnd"],[1,728,38,19,"onEnd"],[1,730,39,4,"this"],[1,735,39,9,"_startTime"],[1,746,39,22,"Date"],[1,751,39,27,"now"],[1,757,40,8,"this"],[1,762,40,13,"_useNativeDriver"],[1,779,41,6,"this"],[1,784,41,11,"__startNativeAnimation"],[1,807,41,34,"animatedValue"],[1,810,43,6,"this"],[1,815,43,11,"_animationFrame"],[1,831,43,29,"requestAnimationFrame"],[1,853,43,51,"this"],[1,858,43,56,"onUpdate"],[1,867,43,65,"bind"],[1,872,43,70,"this"],[1,878,45,2],[1,879,46,2,"onUpdate"],[1,890,47,4],[1,894,47,8,"now"],[1,896,47,14,"Date"],[1,901,47,19,"now"],[1,907,48,8,"value"],[1,909,48,16,"this"],[1,914,48,21,"_fromValue"],[1,925,48,34,"this"],[1,930,48,39,"_velocity"],[1,941,48,52],[1,943,48,56,"this"],[1,948,48,61,"_deceleration"],[1,964,48,79],[1,966,48,83,"Math"],[1,971,48,88,"exp"],[1,977,48,94],[1,979,48,98,"this"],[1,984,48,103,"_deceleration"],[1,1000,48,121,"now"],[1,1002,48,127,"this"],[1,1007,48,132,"_startTime"],[1,1021,49,4,"this"],[1,1026,49,9,"_onUpdate"],[1,1036,49,19,"value"],[1,1039,50,8,"Math"],[1,1044,50,13,"abs"],[1,1048,50,17,"this"],[1,1053,50,22,"_lastValue"],[1,1064,50,35,"value"],[1,1067,50,44],[1,1070,51,6,"this"],[1,1075,51,11,"__debouncedOnEnd"],[1,1092,51,28],[1,1093,52,8,"finished"],[1,1103,52,18],[1,1108,56,4,"this"],[1,1113,56,9,"_lastValue"],[1,1124,56,22,"value"],[1,1126,57,8,"this"],[1,1131,57,13,"__active"],[1,1142,58,6,"this"],[1,1147,58,11,"_animationFrame"],[1,1163,58,29,"requestAnimationFrame"],[1,1185,58,51,"this"],[1,1190,58,56,"onUpdate"],[1,1199,58,65,"bind"],[1,1204,58,70,"this"],[1,1212,60,2],[1,1213,61,2,"stop"],[1,1220,62,4,"super"],[1,1226,62,10,"stop"],[1,1233,63,4,"this"],[1,1238,63,9,"__active"],[1,1248,63,20],[1,1250,64,4,"global"],[1,1252,64,11,"cancelAnimationFrame"],[1,1273,64,32,"this"],[1,1278,64,37,"_animationFrame"],[1,1295,65,4,"this"],[1,1300,65,9,"__debouncedOnEnd"],[1,1317,65,26],[1,1318,66,6,"finished"],[1,1328,66,16],[1,1331,68,2],[1,1333,69,1,"e"],[1,1335,69,1,"default"],[1,1343,70,15,"DecayAnimation"],[1,1344,70,29],[1,1347]],"functionMap":{"names":["<global>","DecayAnimation","constructor","__getNativeAnimationConfig","start","onUpdate","stop"],"mappings":"AAA;ACc;ECC;GDQ;EEC;GFO;EGC;GHY;EIC;GJc;EKC;GLO;CDC"}},"type":"js/module"}]}