mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 16:51:02 +00:00
1 line
8.1 KiB
Plaintext
1 line
8.1 KiB
Plaintext
{"dependencies":[{"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":["*"],"imports":1}},{"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":["*"],"imports":1}}],"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 Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _AnimatedInterpolation = require(_dependencyMap[0], \"./AnimatedInterpolation\");\n var AnimatedInterpolation = _interopDefault(_AnimatedInterpolation);\n var _AnimatedWithChildren = require(_dependencyMap[1], \"./AnimatedWithChildren\");\n var AnimatedWithChildren = _interopDefault(_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 = AnimatedDiffClamp;\n});","lineCount":71,"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,"Object"],[14,8,11,13],[14,9,11,13,"defineProperty"],[14,23,11,13],[14,24,11,13,"exports"],[14,31,11,13],[15,4,11,13,"value"],[15,9,11,13],[16,2,11,13],[17,2,11,13],[17,11,11,13,"_interopDefault"],[17,27,11,13,"e"],[17,28,11,13],[18,4,11,13],[18,11,11,13,"e"],[18,12,11,13],[18,16,11,13,"e"],[18,17,11,13],[18,18,11,13,"__esModule"],[18,28,11,13],[18,31,11,13,"e"],[18,32,11,13],[19,6,11,13,"default"],[19,13,11,13],[19,15,11,13,"e"],[20,4,11,13],[21,2,11,13],[22,2,53,0,"Object"],[22,8,53,0],[22,9,53,0,"defineProperty"],[22,23,53,0],[22,24,53,0,"exports"],[22,31,53,0],[23,4,53,0,"enumerable"],[23,14,53,0],[24,4,53,0,"get"],[24,7,53,0],[24,18,53,0,"get"],[24,19,53,0],[25,6,53,0],[25,13,53,0,"_default"],[25,21,53,0],[26,4,53,0],[27,2,53,0],[28,2,13,0],[28,6,13,0,"_AnimatedInterpolation"],[28,28,13,0],[28,31,13,0,"require"],[28,38,13,0],[28,39,13,0,"_dependencyMap"],[28,53,13,0],[29,2,13,0],[29,6,13,0,"AnimatedInterpolation"],[29,27,13,0],[29,30,13,0,"_interopDefault"],[29,45,13,0],[29,46,13,0,"_AnimatedInterpolation"],[29,68,13,0],[30,2,14,0],[30,6,14,0,"_AnimatedWithChildren"],[30,27,14,0],[30,30,14,0,"require"],[30,37,14,0],[30,38,14,0,"_dependencyMap"],[30,52,14,0],[31,2,14,0],[31,6,14,0,"AnimatedWithChildren"],[31,26,14,0],[31,29,14,0,"_interopDefault"],[31,44,14,0],[31,45,14,0,"_AnimatedWithChildren"],[31,66,14,0],[32,2,15,0],[32,8,15,6,"AnimatedDiffClamp"],[32,25,15,23],[32,34,15,32,"AnimatedWithChildren"],[32,54,15,52],[32,55,15,52,"default"],[32,62,15,52],[32,63,15,53],[33,4,16,2,"constructor"],[33,15,16,13,"constructor"],[33,16,16,14,"a"],[33,17,16,15],[33,19,16,17,"min"],[33,22,16,20],[33,24,16,22,"max"],[33,27,16,25],[33,29,16,27],[34,6,17,4],[34,11,17,9],[34,12,17,10],[34,13,17,11],[35,6,18,4],[35,10,18,8],[35,11,18,9,"_a"],[35,13,18,11],[35,16,18,14,"a"],[35,17,18,15],[36,6,19,4],[36,10,19,8],[36,11,19,9,"_min"],[36,15,19,13],[36,18,19,16,"min"],[36,21,19,19],[37,6,20,4],[37,10,20,8],[37,11,20,9,"_max"],[37,15,20,13],[37,18,20,16,"max"],[37,21,20,19],[38,6,21,4],[38,10,21,8],[38,11,21,9,"_value"],[38,17,21,15],[38,20,21,18],[38,24,21,22],[38,25,21,23,"_lastValue"],[38,35,21,33],[38,38,21,36],[38,42,21,40],[38,43,21,41,"_a"],[38,45,21,43],[38,46,21,44,"__getValue"],[38,56,21,54],[38,57,21,55],[38,58,21,56],[39,4,22,2],[40,4,23,2,"__makeNative"],[40,16,23,14,"__makeNative"],[40,17,23,15,"platformConfig"],[40,31,23,29],[40,33,23,31],[41,6,24,4],[41,10,24,8],[41,11,24,9,"_a"],[41,13,24,11],[41,14,24,12,"__makeNative"],[41,26,24,24],[41,27,24,25,"platformConfig"],[41,41,24,39],[41,42,24,40],[42,6,25,4],[42,11,25,9],[42,12,25,10,"__makeNative"],[42,24,25,22],[42,25,25,23,"platformConfig"],[42,39,25,37],[42,40,25,38],[43,4,26,2],[44,4,27,2,"interpolate"],[44,15,27,13,"interpolate"],[44,16,27,14,"config"],[44,22,27,20],[44,24,27,22],[45,6,28,4],[45,13,28,11],[45,17,28,15,"AnimatedInterpolation"],[45,38,28,36],[45,39,28,36,"default"],[45,46,28,36],[45,47,28,37],[45,51,28,41],[45,53,28,43,"config"],[45,59,28,49],[45,60,28,50],[46,4,29,2],[47,4,30,2,"__getValue"],[47,14,30,12,"__getValue"],[47,15,30,12],[47,17,30,15],[48,6,31,4],[48,10,31,8,"value"],[48,15,31,13],[48,18,31,16],[48,22,31,20],[48,23,31,21,"_a"],[48,25,31,23],[48,26,31,24,"__getValue"],[48,36,31,34],[48,37,31,35],[48,38,31,36],[49,6,32,4],[49,10,32,8,"diff"],[49,14,32,12],[49,17,32,15,"value"],[49,22,32,20],[49,25,32,23],[49,29,32,27],[49,30,32,28,"_lastValue"],[49,40,32,38],[50,6,33,4],[50,10,33,8],[50,11,33,9,"_lastValue"],[50,21,33,19],[50,24,33,22,"value"],[50,29,33,27],[51,6,34,4],[51,10,34,8],[51,11,34,9,"_value"],[51,17,34,15],[51,20,34,18,"Math"],[51,24,34,22],[51,25,34,23,"min"],[51,28,34,26],[51,29,34,27,"Math"],[51,33,34,31],[51,34,34,32,"max"],[51,37,34,35],[51,38,34,36],[51,42,34,40],[51,43,34,41,"_value"],[51,49,34,47],[51,52,34,50,"diff"],[51,56,34,54],[51,58,34,56],[51,62,34,60],[51,63,34,61,"_min"],[51,67,34,65],[51,68,34,66],[51,70,34,68],[51,74,34,72],[51,75,34,73,"_max"],[51,79,34,77],[51,80,34,78],[52,6,35,4],[52,13,35,11],[52,17,35,15],[52,18,35,16,"_value"],[52,24,35,22],[53,4,36,2],[54,4,37,2,"__attach"],[54,12,37,10,"__attach"],[54,13,37,10],[54,15,37,13],[55,6,38,4],[55,10,38,8],[55,11,38,9,"_a"],[55,13,38,11],[55,14,38,12,"__addChild"],[55,24,38,22],[55,25,38,23],[55,29,38,27],[55,30,38,28],[56,4,39,2],[57,4,40,2,"__detach"],[57,12,40,10,"__detach"],[57,13,40,10],[57,15,40,13],[58,6,41,4],[58,10,41,8],[58,11,41,9,"_a"],[58,13,41,11],[58,14,41,12,"__removeChild"],[58,27,41,25],[58,28,41,26],[58,32,41,30],[58,33,41,31],[59,6,42,4],[59,11,42,9],[59,12,42,10,"__detach"],[59,20,42,18],[59,21,42,19],[59,22,42,20],[60,4,43,2],[61,4,44,2,"__getNativeConfig"],[61,21,44,19,"__getNativeConfig"],[61,22,44,19],[61,24,44,22],[62,6,45,4],[62,13,45,11],[63,8,46,6,"type"],[63,12,46,10],[63,14,46,12],[63,25,46,23],[64,8,47,6,"input"],[64,13,47,11],[64,15,47,13],[64,19,47,17],[64,20,47,18,"_a"],[64,22,47,20],[64,23,47,21,"__getNativeTag"],[64,37,47,35],[64,38,47,36],[64,39,47,37],[65,8,48,6,"min"],[65,11,48,9],[65,13,48,11],[65,17,48,15],[65,18,48,16,"_min"],[65,22,48,20],[66,8,49,6,"max"],[66,11,49,9],[66,13,49,11],[66,17,49,15],[66,18,49,16,"_max"],[67,6,50,4],[67,7,50,5],[68,4,51,2],[69,2,52,0],[70,2,53,0],[70,6,53,0,"_default"],[70,14,53,0],[70,17,53,15,"AnimatedDiffClamp"],[70,34,53,32],[71,0,53,33],[71,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"},"hasCjsExports":false},"type":"js/module"}]} |