mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 19:11:02 +00:00
1 line
8.8 KiB
Plaintext
1 line
8.8 KiB
Plaintext
{"dependencies":[{"name":"tslib","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":34,"index":34}}],"key":"8R25577gwLd3n1hFG9VYnRLV9eE=","exportNames":["*"],"imports":1}},{"name":"./AsyncAction","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":35},"end":{"line":2,"column":44,"index":79}}],"key":"Yy5klBKzNSZ2+UY8xlNyxQZY/Jw=","exportNames":["*"],"imports":1}},{"name":"./animationFrameProvider","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":80},"end":{"line":3,"column":66,"index":146}}],"key":"8m3mTvMsok+Xx/lkJRdPIMRgESk=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"AnimationFrameAction\", {\n enumerable: true,\n get: function () {\n return AnimationFrameAction;\n }\n });\n var _tslib = require(_dependencyMap[0], \"tslib\");\n var _AsyncAction = require(_dependencyMap[1], \"./AsyncAction\");\n var _animationFrameProvider = require(_dependencyMap[2], \"./animationFrameProvider\");\n var AnimationFrameAction = function (_super) {\n (0, _tslib.__extends)(AnimationFrameAction, _super);\n function AnimationFrameAction(scheduler, work) {\n var _this = _super.call(this, scheduler, work) || this;\n _this.scheduler = scheduler;\n _this.work = work;\n return _this;\n }\n AnimationFrameAction.prototype.requestAsyncId = function (scheduler, id, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n if (delay !== null && delay > 0) {\n return _super.prototype.requestAsyncId.call(this, scheduler, id, delay);\n }\n scheduler.actions.push(this);\n return scheduler._scheduled || (scheduler._scheduled = _animationFrameProvider.animationFrameProvider.requestAnimationFrame(function () {\n return scheduler.flush(undefined);\n }));\n };\n AnimationFrameAction.prototype.recycleAsyncId = function (scheduler, id, delay) {\n var _a;\n if (delay === void 0) {\n delay = 0;\n }\n if (delay != null ? delay > 0 : this.delay > 0) {\n return _super.prototype.recycleAsyncId.call(this, scheduler, id, delay);\n }\n var actions = scheduler.actions;\n if (id != null && id === scheduler._scheduled && ((_a = actions[actions.length - 1]) === null || _a === void 0 ? void 0 : _a.id) !== id) {\n _animationFrameProvider.animationFrameProvider.cancelAnimationFrame(id);\n scheduler._scheduled = undefined;\n }\n return undefined;\n };\n return AnimationFrameAction;\n }(_AsyncAction.AsyncAction);\n});","lineCount":53,"map":[[7,2,35,0,"Object"],[7,8,35,0],[7,9,35,0,"defineProperty"],[7,23,35,0],[7,24,35,0,"exports"],[7,31,35,0],[8,4,35,0,"enumerable"],[8,14,35,0],[9,4,35,0,"get"],[9,7,35,0],[9,18,35,0,"get"],[9,19,35,0],[10,6,35,0],[10,13,35,9,"AnimationFrameAction"],[10,33,35,29],[11,4,35,29],[12,2,35,29],[13,2,1,0],[13,6,1,0,"_tslib"],[13,12,1,0],[13,15,1,0,"require"],[13,22,1,0],[13,23,1,0,"_dependencyMap"],[13,37,1,0],[14,2,2,0],[14,6,2,0,"_AsyncAction"],[14,18,2,0],[14,21,2,0,"require"],[14,28,2,0],[14,29,2,0,"_dependencyMap"],[14,43,2,0],[15,2,3,0],[15,6,3,0,"_animationFrameProvider"],[15,29,3,0],[15,32,3,0,"require"],[15,39,3,0],[15,40,3,0,"_dependencyMap"],[15,54,3,0],[16,2,4,0],[16,6,4,4,"AnimationFrameAction"],[16,26,4,24],[16,29,4,28],[16,39,4,38,"_super"],[16,45,4,44],[16,47,4,46],[17,4,5,4],[17,8,5,4,"__extends"],[17,14,5,13],[17,15,5,13,"__extends"],[17,24,5,13],[17,26,5,14,"AnimationFrameAction"],[17,46,5,34],[17,48,5,36,"_super"],[17,54,5,42],[17,55,5,43],[18,4,6,4],[18,13,6,13,"AnimationFrameAction"],[18,33,6,33,"AnimationFrameAction"],[18,34,6,34,"scheduler"],[18,43,6,43],[18,45,6,45,"work"],[18,49,6,49],[18,51,6,51],[19,6,7,8],[19,10,7,12,"_this"],[19,15,7,17],[19,18,7,20,"_super"],[19,24,7,26],[19,25,7,27,"call"],[19,29,7,31],[19,30,7,32],[19,34,7,36],[19,36,7,38,"scheduler"],[19,45,7,47],[19,47,7,49,"work"],[19,51,7,53],[19,52,7,54],[19,56,7,58],[19,60,7,62],[20,6,8,8,"_this"],[20,11,8,13],[20,12,8,14,"scheduler"],[20,21,8,23],[20,24,8,26,"scheduler"],[20,33,8,35],[21,6,9,8,"_this"],[21,11,9,13],[21,12,9,14,"work"],[21,16,9,18],[21,19,9,21,"work"],[21,23,9,25],[22,6,10,8],[22,13,10,15,"_this"],[22,18,10,20],[23,4,11,4],[24,4,12,4,"AnimationFrameAction"],[24,24,12,24],[24,25,12,25,"prototype"],[24,34,12,34],[24,35,12,35,"requestAsyncId"],[24,49,12,49],[24,52,12,52],[24,62,12,62,"scheduler"],[24,71,12,71],[24,73,12,73,"id"],[24,75,12,75],[24,77,12,77,"delay"],[24,82,12,82],[24,84,12,84],[25,6,13,8],[25,10,13,12,"delay"],[25,15,13,17],[25,20,13,22],[25,25,13,27],[25,26,13,28],[25,28,13,30],[26,8,13,32,"delay"],[26,13,13,37],[26,16,13,40],[26,17,13,41],[27,6,13,43],[28,6,14,8],[28,10,14,12,"delay"],[28,15,14,17],[28,20,14,22],[28,24,14,26],[28,28,14,30,"delay"],[28,33,14,35],[28,36,14,38],[28,37,14,39],[28,39,14,41],[29,8,15,12],[29,15,15,19,"_super"],[29,21,15,25],[29,22,15,26,"prototype"],[29,31,15,35],[29,32,15,36,"requestAsyncId"],[29,46,15,50],[29,47,15,51,"call"],[29,51,15,55],[29,52,15,56],[29,56,15,60],[29,58,15,62,"scheduler"],[29,67,15,71],[29,69,15,73,"id"],[29,71,15,75],[29,73,15,77,"delay"],[29,78,15,82],[29,79,15,83],[30,6,16,8],[31,6,17,8,"scheduler"],[31,15,17,17],[31,16,17,18,"actions"],[31,23,17,25],[31,24,17,26,"push"],[31,28,17,30],[31,29,17,31],[31,33,17,35],[31,34,17,36],[32,6,18,8],[32,13,18,15,"scheduler"],[32,22,18,24],[32,23,18,25,"_scheduled"],[32,33,18,35],[32,38,18,40,"scheduler"],[32,47,18,49],[32,48,18,50,"_scheduled"],[32,58,18,60],[32,61,18,63,"animationFrameProvider"],[32,84,18,85],[32,85,18,85,"animationFrameProvider"],[32,107,18,85],[32,108,18,86,"requestAnimationFrame"],[32,129,18,107],[32,130,18,108],[32,142,18,120],[33,8,18,122],[33,15,18,129,"scheduler"],[33,24,18,138],[33,25,18,139,"flush"],[33,30,18,144],[33,31,18,145,"undefined"],[33,40,18,154],[33,41,18,155],[34,6,18,157],[34,7,18,158],[34,8,18,159],[34,9,18,160],[35,4,19,4],[35,5,19,5],[36,4,20,4,"AnimationFrameAction"],[36,24,20,24],[36,25,20,25,"prototype"],[36,34,20,34],[36,35,20,35,"recycleAsyncId"],[36,49,20,49],[36,52,20,52],[36,62,20,62,"scheduler"],[36,71,20,71],[36,73,20,73,"id"],[36,75,20,75],[36,77,20,77,"delay"],[36,82,20,82],[36,84,20,84],[37,6,21,8],[37,10,21,12,"_a"],[37,12,21,14],[38,6,22,8],[38,10,22,12,"delay"],[38,15,22,17],[38,20,22,22],[38,25,22,27],[38,26,22,28],[38,28,22,30],[39,8,22,32,"delay"],[39,13,22,37],[39,16,22,40],[39,17,22,41],[40,6,22,43],[41,6,23,8],[41,10,23,12,"delay"],[41,15,23,17],[41,19,23,21],[41,23,23,25],[41,26,23,28,"delay"],[41,31,23,33],[41,34,23,36],[41,35,23,37],[41,38,23,40],[41,42,23,44],[41,43,23,45,"delay"],[41,48,23,50],[41,51,23,53],[41,52,23,54],[41,54,23,56],[42,8,24,12],[42,15,24,19,"_super"],[42,21,24,25],[42,22,24,26,"prototype"],[42,31,24,35],[42,32,24,36,"recycleAsyncId"],[42,46,24,50],[42,47,24,51,"call"],[42,51,24,55],[42,52,24,56],[42,56,24,60],[42,58,24,62,"scheduler"],[42,67,24,71],[42,69,24,73,"id"],[42,71,24,75],[42,73,24,77,"delay"],[42,78,24,82],[42,79,24,83],[43,6,25,8],[44,6,26,8],[44,10,26,12,"actions"],[44,17,26,19],[44,20,26,22,"scheduler"],[44,29,26,31],[44,30,26,32,"actions"],[44,37,26,39],[45,6,27,8],[45,10,27,12,"id"],[45,12,27,14],[45,16,27,18],[45,20,27,22],[45,24,27,26,"id"],[45,26,27,28],[45,31,27,33,"scheduler"],[45,40,27,42],[45,41,27,43,"_scheduled"],[45,51,27,53],[45,55,27,57],[45,56,27,58],[45,57,27,59,"_a"],[45,59,27,61],[45,62,27,64,"actions"],[45,69,27,71],[45,70,27,72,"actions"],[45,77,27,79],[45,78,27,80,"length"],[45,84,27,86],[45,87,27,89],[45,88,27,90],[45,89,27,91],[45,95,27,97],[45,99,27,101],[45,103,27,105,"_a"],[45,105,27,107],[45,110,27,112],[45,115,27,117],[45,116,27,118],[45,119,27,121],[45,124,27,126],[45,125,27,127],[45,128,27,130,"_a"],[45,130,27,132],[45,131,27,133,"id"],[45,133,27,135],[45,139,27,141,"id"],[45,141,27,143],[45,143,27,145],[46,8,28,12,"animationFrameProvider"],[46,31,28,34],[46,32,28,34,"animationFrameProvider"],[46,54,28,34],[46,55,28,35,"cancelAnimationFrame"],[46,75,28,55],[46,76,28,56,"id"],[46,78,28,58],[46,79,28,59],[47,8,29,12,"scheduler"],[47,17,29,21],[47,18,29,22,"_scheduled"],[47,28,29,32],[47,31,29,35,"undefined"],[47,40,29,44],[48,6,30,8],[49,6,31,8],[49,13,31,15,"undefined"],[49,22,31,24],[50,4,32,4],[50,5,32,5],[51,4,33,4],[51,11,33,11,"AnimationFrameAction"],[51,31,33,31],[52,2,34,0],[52,3,34,1],[52,4,34,2,"AsyncAction"],[52,16,34,13],[52,17,34,13,"AsyncAction"],[52,28,34,13],[52,29,34,15],[53,0,34,16],[53,3]],"functionMap":{"names":["<global>","<anonymous>","AnimationFrameAction","prototype.requestAsyncId","animationFrameProvider.requestAnimationFrame$argument_0","prototype.recycleAsyncId"],"mappings":"AAA;4BCG;ICE;KDK;oDEC;4GCM,kDD;KFC;oDIC;KJY;CDE"},"hasCjsExports":false},"type":"js/module"}]} |