mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 18:01:02 +00:00
1 line
7.5 KiB
Plaintext
1 line
7.5 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/interopRequireDefault","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"kslwqCIsh6ew+I1KeA1rlVRjsAk=","exportNames":["*"]}},{"name":"./AnimatedInterpolation","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":225},"end":{"line":13,"column":60,"index":285}}],"key":"rc+0kZbcFDfUhy6xWENBgDldync=","exportNames":["*"]}},{"name":"./AnimatedWithChildren","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":286},"end":{"line":14,"column":58,"index":344}}],"key":"IUkIH5MYbr+OqFsp9MMa/cV/D0g=","exportNames":["*"]}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n /**\n * Copyright (c) Meta Platforms, Inc. and 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 * @format\n */\n\n 'use strict';\n\n var _interopRequireDefault = require(_dependencyMap[0], \"@babel/runtime/helpers/interopRequireDefault\");\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.default = void 0;\n var _AnimatedInterpolation = _interopRequireDefault(require(_dependencyMap[1], \"./AnimatedInterpolation\"));\n var _AnimatedWithChildren = _interopRequireDefault(require(_dependencyMap[2], \"./AnimatedWithChildren\"));\n class AnimatedDiffClamp extends _AnimatedWithChildren.default {\n constructor(a, min, max) {\n super();\n this._a = a;\n this._min = min;\n this._max = max;\n this._value = this._lastValue = this._a.__getValue();\n }\n __makeNative(platformConfig) {\n this._a.__makeNative(platformConfig);\n super.__makeNative(platformConfig);\n }\n interpolate(config) {\n return new _AnimatedInterpolation.default(this, config);\n }\n __getValue() {\n var value = this._a.__getValue();\n var diff = value - this._lastValue;\n this._lastValue = value;\n this._value = Math.min(Math.max(this._value + diff, this._min), this._max);\n return this._value;\n }\n __attach() {\n this._a.__addChild(this);\n }\n __detach() {\n this._a.__removeChild(this);\n super.__detach();\n }\n __getNativeConfig() {\n return {\n type: 'diffclamp',\n input: this._a.__getNativeTag(),\n min: this._min,\n max: this._max\n };\n }\n }\n var _default = exports.default = AnimatedDiffClamp;\n});","lineCount":60,"map":[[2,2,1,0],[3,0,2,0],[4,0,3,0],[5,0,4,0],[6,0,5,0],[7,0,6,0],[8,0,7,0],[9,0,8,0],[10,0,9,0],[12,2,11,0],[12,14,11,12],[14,2,11,13],[14,6,11,13,"_interopRequireDefault"],[14,28,11,13],[14,31,11,13,"require"],[14,38,11,13],[14,39,11,13,"_dependencyMap"],[14,53,11,13],[15,2,11,13,"Object"],[15,8,11,13],[15,9,11,13,"defineProperty"],[15,23,11,13],[15,24,11,13,"exports"],[15,31,11,13],[16,4,11,13,"value"],[16,9,11,13],[17,2,11,13],[18,2,11,13,"exports"],[18,9,11,13],[18,10,11,13,"default"],[18,17,11,13],[19,2,13,0],[19,6,13,0,"_AnimatedInterpolation"],[19,28,13,0],[19,31,13,0,"_interopRequireDefault"],[19,53,13,0],[19,54,13,0,"require"],[19,61,13,0],[19,62,13,0,"_dependencyMap"],[19,76,13,0],[20,2,14,0],[20,6,14,0,"_AnimatedWithChildren"],[20,27,14,0],[20,30,14,0,"_interopRequireDefault"],[20,52,14,0],[20,53,14,0,"require"],[20,60,14,0],[20,61,14,0,"_dependencyMap"],[20,75,14,0],[21,2,15,0],[21,8,15,6,"AnimatedDiffClamp"],[21,25,15,23],[21,34,15,32,"AnimatedWithChildren"],[21,63,15,52],[21,64,15,53],[22,4,16,2,"constructor"],[22,15,16,13,"constructor"],[22,16,16,14,"a"],[22,17,16,15],[22,19,16,17,"min"],[22,22,16,20],[22,24,16,22,"max"],[22,27,16,25],[22,29,16,27],[23,6,17,4],[23,11,17,9],[23,12,17,10],[23,13,17,11],[24,6,18,4],[24,10,18,8],[24,11,18,9,"_a"],[24,13,18,11],[24,16,18,14,"a"],[24,17,18,15],[25,6,19,4],[25,10,19,8],[25,11,19,9,"_min"],[25,15,19,13],[25,18,19,16,"min"],[25,21,19,19],[26,6,20,4],[26,10,20,8],[26,11,20,9,"_max"],[26,15,20,13],[26,18,20,16,"max"],[26,21,20,19],[27,6,21,4],[27,10,21,8],[27,11,21,9,"_value"],[27,17,21,15],[27,20,21,18],[27,24,21,22],[27,25,21,23,"_lastValue"],[27,35,21,33],[27,38,21,36],[27,42,21,40],[27,43,21,41,"_a"],[27,45,21,43],[27,46,21,44,"__getValue"],[27,56,21,54],[27,57,21,55],[27,58,21,56],[28,4,22,2],[29,4,23,2,"__makeNative"],[29,16,23,14,"__makeNative"],[29,17,23,15,"platformConfig"],[29,31,23,29],[29,33,23,31],[30,6,24,4],[30,10,24,8],[30,11,24,9,"_a"],[30,13,24,11],[30,14,24,12,"__makeNative"],[30,26,24,24],[30,27,24,25,"platformConfig"],[30,41,24,39],[30,42,24,40],[31,6,25,4],[31,11,25,9],[31,12,25,10,"__makeNative"],[31,24,25,22],[31,25,25,23,"platformConfig"],[31,39,25,37],[31,40,25,38],[32,4,26,2],[33,4,27,2,"interpolate"],[33,15,27,13,"interpolate"],[33,16,27,14,"config"],[33,22,27,20],[33,24,27,22],[34,6,28,4],[34,13,28,11],[34,17,28,15,"AnimatedInterpolation"],[34,47,28,36],[34,48,28,37],[34,52,28,41],[34,54,28,43,"config"],[34,60,28,49],[34,61,28,50],[35,4,29,2],[36,4,30,2,"__getValue"],[36,14,30,12,"__getValue"],[36,15,30,12],[36,17,30,15],[37,6,31,4],[37,10,31,8,"value"],[37,15,31,13],[37,18,31,16],[37,22,31,20],[37,23,31,21,"_a"],[37,25,31,23],[37,26,31,24,"__getValue"],[37,36,31,34],[37,37,31,35],[37,38,31,36],[38,6,32,4],[38,10,32,8,"diff"],[38,14,32,12],[38,17,32,15,"value"],[38,22,32,20],[38,25,32,23],[38,29,32,27],[38,30,32,28,"_lastValue"],[38,40,32,38],[39,6,33,4],[39,10,33,8],[39,11,33,9,"_lastValue"],[39,21,33,19],[39,24,33,22,"value"],[39,29,33,27],[40,6,34,4],[40,10,34,8],[40,11,34,9,"_value"],[40,17,34,15],[40,20,34,18,"Math"],[40,24,34,22],[40,25,34,23,"min"],[40,28,34,26],[40,29,34,27,"Math"],[40,33,34,31],[40,34,34,32,"max"],[40,37,34,35],[40,38,34,36],[40,42,34,40],[40,43,34,41,"_value"],[40,49,34,47],[40,52,34,50,"diff"],[40,56,34,54],[40,58,34,56],[40,62,34,60],[40,63,34,61,"_min"],[40,67,34,65],[40,68,34,66],[40,70,34,68],[40,74,34,72],[40,75,34,73,"_max"],[40,79,34,77],[40,80,34,78],[41,6,35,4],[41,13,35,11],[41,17,35,15],[41,18,35,16,"_value"],[41,24,35,22],[42,4,36,2],[43,4,37,2,"__attach"],[43,12,37,10,"__attach"],[43,13,37,10],[43,15,37,13],[44,6,38,4],[44,10,38,8],[44,11,38,9,"_a"],[44,13,38,11],[44,14,38,12,"__addChild"],[44,24,38,22],[44,25,38,23],[44,29,38,27],[44,30,38,28],[45,4,39,2],[46,4,40,2,"__detach"],[46,12,40,10,"__detach"],[46,13,40,10],[46,15,40,13],[47,6,41,4],[47,10,41,8],[47,11,41,9,"_a"],[47,13,41,11],[47,14,41,12,"__removeChild"],[47,27,41,25],[47,28,41,26],[47,32,41,30],[47,33,41,31],[48,6,42,4],[48,11,42,9],[48,12,42,10,"__detach"],[48,20,42,18],[48,21,42,19],[48,22,42,20],[49,4,43,2],[50,4,44,2,"__getNativeConfig"],[50,21,44,19,"__getNativeConfig"],[50,22,44,19],[50,24,44,22],[51,6,45,4],[51,13,45,11],[52,8,46,6,"type"],[52,12,46,10],[52,14,46,12],[52,25,46,23],[53,8,47,6,"input"],[53,13,47,11],[53,15,47,13],[53,19,47,17],[53,20,47,18,"_a"],[53,22,47,20],[53,23,47,21,"__getNativeTag"],[53,37,47,35],[53,38,47,36],[53,39,47,37],[54,8,48,6,"min"],[54,11,48,9],[54,13,48,11],[54,17,48,15],[54,18,48,16,"_min"],[54,22,48,20],[55,8,49,6,"max"],[55,11,49,9],[55,13,49,11],[55,17,49,15],[55,18,49,16,"_max"],[56,6,50,4],[56,7,50,5],[57,4,51,2],[58,2,52,0],[59,2,52,1],[59,6,52,1,"_default"],[59,14,52,1],[59,17,52,1,"exports"],[59,24,52,1],[59,25,52,1,"default"],[59,32,52,1],[59,35,53,15,"AnimatedDiffClamp"],[59,52,53,32],[60,0,53,32],[60,3]],"functionMap":{"names":["<global>","AnimatedDiffClamp","constructor","__makeNative","interpolate","__getValue","__attach","__detach","__getNativeConfig"],"mappings":"AAA;ACc;ECC;GDM;EEC;GFG;EGC;GHE;EIC;GJM;EKC;GLE;EMC;GNG;EOC;GPO;CDC"}},"type":"js/module"}]} |