mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 15:41:01 +00:00
1 line
12 KiB
Plaintext
1 line
12 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/createForOfIteratorHelperLoose","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":225},"end":{"line":13,"column":100,"index":325}}],"key":"Y/2Rvrgl4aDxeJKdk1U58Vc2xw8=","exportNames":["*"],"imports":1}},{"name":"./AnimatedNode","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":326},"end":{"line":14,"column":42,"index":368}}],"key":"3FW5DuEHaAfmgBjK581q2IBFvjo=","exportNames":["*"],"imports":1}},{"name":"../NativeAnimatedHelper","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":369},"end":{"line":15,"column":59,"index":428}}],"key":"7+Fs6fvkAbHB0IU2p+AMhuguGZA=","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 _babelRuntimeHelpersCreateForOfIteratorHelperLoose = require(_dependencyMap[0], \"@babel/runtime/helpers/createForOfIteratorHelperLoose\");\n var _createForOfIteratorHelperLoose = _interopDefault(_babelRuntimeHelpersCreateForOfIteratorHelperLoose);\n var _AnimatedNode = require(_dependencyMap[1], \"./AnimatedNode\");\n var AnimatedNode = _interopDefault(_AnimatedNode);\n var _NativeAnimatedHelper = require(_dependencyMap[2], \"../NativeAnimatedHelper\");\n var NativeAnimatedHelper = _interopDefault(_NativeAnimatedHelper);\n class AnimatedWithChildren extends AnimatedNode.default {\n constructor() {\n super();\n this._children = [];\n }\n __makeNative(platformConfig) {\n if (!this.__isNative) {\n this.__isNative = true;\n for (var _iterator = (0, _createForOfIteratorHelperLoose.default)(this._children), _step; !(_step = _iterator()).done;) {\n var child = _step.value;\n child.__makeNative(platformConfig);\n NativeAnimatedHelper.default.API.connectAnimatedNodes(this.__getNativeTag(), child.__getNativeTag());\n }\n }\n super.__makeNative(platformConfig);\n }\n __addChild(child) {\n if (this._children.length === 0) {\n this.__attach();\n }\n this._children.push(child);\n if (this.__isNative) {\n // Only accept \"native\" animated nodes as children\n child.__makeNative(this.__getPlatformConfig());\n NativeAnimatedHelper.default.API.connectAnimatedNodes(this.__getNativeTag(), child.__getNativeTag());\n }\n }\n __removeChild(child) {\n var index = this._children.indexOf(child);\n if (index === -1) {\n console.warn(\"Trying to remove a child that doesn't exist\");\n return;\n }\n if (this.__isNative && child.__isNative) {\n NativeAnimatedHelper.default.API.disconnectAnimatedNodes(this.__getNativeTag(), child.__getNativeTag());\n }\n this._children.splice(index, 1);\n if (this._children.length === 0) {\n this.__detach();\n }\n }\n __getChildren() {\n return this._children;\n }\n __callListeners(value) {\n super.__callListeners(value);\n if (!this.__isNative) {\n for (var _iterator2 = (0, _createForOfIteratorHelperLoose.default)(this._children), _step2; !(_step2 = _iterator2()).done;) {\n var child = _step2.value;\n // $FlowFixMe[method-unbinding] added when improving typing for this parameters\n if (child.__getValue) {\n child.__callListeners(child.__getValue());\n }\n }\n }\n }\n }\n var _default = AnimatedWithChildren;\n});","lineCount":92,"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,73,0,"Object"],[22,8,73,0],[22,9,73,0,"defineProperty"],[22,23,73,0],[22,24,73,0,"exports"],[22,31,73,0],[23,4,73,0,"enumerable"],[23,14,73,0],[24,4,73,0,"get"],[24,7,73,0],[24,18,73,0,"get"],[24,19,73,0],[25,6,73,0],[25,13,73,0,"_default"],[25,21,73,0],[26,4,73,0],[27,2,73,0],[28,2,13,0],[28,6,13,0,"_babelRuntimeHelpersCreateForOfIteratorHelperLoose"],[28,56,13,0],[28,59,13,0,"require"],[28,66,13,0],[28,67,13,0,"_dependencyMap"],[28,81,13,0],[29,2,13,0],[29,6,13,0,"_createForOfIteratorHelperLoose"],[29,37,13,0],[29,40,13,0,"_interopDefault"],[29,55,13,0],[29,56,13,0,"_babelRuntimeHelpersCreateForOfIteratorHelperLoose"],[29,106,13,0],[30,2,14,0],[30,6,14,0,"_AnimatedNode"],[30,19,14,0],[30,22,14,0,"require"],[30,29,14,0],[30,30,14,0,"_dependencyMap"],[30,44,14,0],[31,2,14,0],[31,6,14,0,"AnimatedNode"],[31,18,14,0],[31,21,14,0,"_interopDefault"],[31,36,14,0],[31,37,14,0,"_AnimatedNode"],[31,50,14,0],[32,2,15,0],[32,6,15,0,"_NativeAnimatedHelper"],[32,27,15,0],[32,30,15,0,"require"],[32,37,15,0],[32,38,15,0,"_dependencyMap"],[32,52,15,0],[33,2,15,0],[33,6,15,0,"NativeAnimatedHelper"],[33,26,15,0],[33,29,15,0,"_interopDefault"],[33,44,15,0],[33,45,15,0,"_NativeAnimatedHelper"],[33,66,15,0],[34,2,16,0],[34,8,16,6,"AnimatedWithChildren"],[34,28,16,26],[34,37,16,35,"AnimatedNode"],[34,49,16,47],[34,50,16,47,"default"],[34,57,16,47],[34,58,16,48],[35,4,17,2,"constructor"],[35,15,17,13,"constructor"],[35,16,17,13],[35,18,17,16],[36,6,18,4],[36,11,18,9],[36,12,18,10],[36,13,18,11],[37,6,19,4],[37,10,19,8],[37,11,19,9,"_children"],[37,20,19,18],[37,23,19,21],[37,25,19,23],[38,4,20,2],[39,4,21,2,"__makeNative"],[39,16,21,14,"__makeNative"],[39,17,21,15,"platformConfig"],[39,31,21,29],[39,33,21,31],[40,6,22,4],[40,10,22,8],[40,11,22,9],[40,15,22,13],[40,16,22,14,"__isNative"],[40,26,22,24],[40,28,22,26],[41,8,23,6],[41,12,23,10],[41,13,23,11,"__isNative"],[41,23,23,21],[41,26,23,24],[41,30,23,28],[42,8,24,6],[42,13,24,11],[42,17,24,15,"_iterator"],[42,26,24,24],[42,29,24,27],[42,33,24,27,"_createForOfIteratorHelperLoose"],[42,64,24,58],[42,65,24,58,"default"],[42,72,24,58],[42,74,24,59],[42,78,24,63],[42,79,24,64,"_children"],[42,88,24,73],[42,89,24,74],[42,91,24,76,"_step"],[42,96,24,81],[42,98,24,83],[42,99,24,84],[42,100,24,85,"_step"],[42,105,24,90],[42,108,24,93,"_iterator"],[42,117,24,102],[42,118,24,103],[42,119,24,104],[42,121,24,106,"done"],[42,125,24,110],[42,128,24,113],[43,10,25,8],[43,14,25,12,"child"],[43,19,25,17],[43,22,25,20,"_step"],[43,27,25,25],[43,28,25,26,"value"],[43,33,25,31],[44,10,26,8,"child"],[44,15,26,13],[44,16,26,14,"__makeNative"],[44,28,26,26],[44,29,26,27,"platformConfig"],[44,43,26,41],[44,44,26,42],[45,10,27,8,"NativeAnimatedHelper"],[45,30,27,28],[45,31,27,28,"default"],[45,38,27,28],[45,39,27,29,"API"],[45,42,27,32],[45,43,27,33,"connectAnimatedNodes"],[45,63,27,53],[45,64,27,54],[45,68,27,58],[45,69,27,59,"__getNativeTag"],[45,83,27,73],[45,84,27,74],[45,85,27,75],[45,87,27,77,"child"],[45,92,27,82],[45,93,27,83,"__getNativeTag"],[45,107,27,97],[45,108,27,98],[45,109,27,99],[45,110,27,100],[46,8,28,6],[47,6,29,4],[48,6,30,4],[48,11,30,9],[48,12,30,10,"__makeNative"],[48,24,30,22],[48,25,30,23,"platformConfig"],[48,39,30,37],[48,40,30,38],[49,4,31,2],[50,4,32,2,"__addChild"],[50,14,32,12,"__addChild"],[50,15,32,13,"child"],[50,20,32,18],[50,22,32,20],[51,6,33,4],[51,10,33,8],[51,14,33,12],[51,15,33,13,"_children"],[51,24,33,22],[51,25,33,23,"length"],[51,31,33,29],[51,36,33,34],[51,37,33,35],[51,39,33,37],[52,8,34,6],[52,12,34,10],[52,13,34,11,"__attach"],[52,21,34,19],[52,22,34,20],[52,23,34,21],[53,6,35,4],[54,6,36,4],[54,10,36,8],[54,11,36,9,"_children"],[54,20,36,18],[54,21,36,19,"push"],[54,25,36,23],[54,26,36,24,"child"],[54,31,36,29],[54,32,36,30],[55,6,37,4],[55,10,37,8],[55,14,37,12],[55,15,37,13,"__isNative"],[55,25,37,23],[55,27,37,25],[56,8,38,6],[57,8,39,6,"child"],[57,13,39,11],[57,14,39,12,"__makeNative"],[57,26,39,24],[57,27,39,25],[57,31,39,29],[57,32,39,30,"__getPlatformConfig"],[57,51,39,49],[57,52,39,50],[57,53,39,51],[57,54,39,52],[58,8,40,6,"NativeAnimatedHelper"],[58,28,40,26],[58,29,40,26,"default"],[58,36,40,26],[58,37,40,27,"API"],[58,40,40,30],[58,41,40,31,"connectAnimatedNodes"],[58,61,40,51],[58,62,40,52],[58,66,40,56],[58,67,40,57,"__getNativeTag"],[58,81,40,71],[58,82,40,72],[58,83,40,73],[58,85,40,75,"child"],[58,90,40,80],[58,91,40,81,"__getNativeTag"],[58,105,40,95],[58,106,40,96],[58,107,40,97],[58,108,40,98],[59,6,41,4],[60,4,42,2],[61,4,43,2,"__removeChild"],[61,17,43,15,"__removeChild"],[61,18,43,16,"child"],[61,23,43,21],[61,25,43,23],[62,6,44,4],[62,10,44,8,"index"],[62,15,44,13],[62,18,44,16],[62,22,44,20],[62,23,44,21,"_children"],[62,32,44,30],[62,33,44,31,"indexOf"],[62,40,44,38],[62,41,44,39,"child"],[62,46,44,44],[62,47,44,45],[63,6,45,4],[63,10,45,8,"index"],[63,15,45,13],[63,20,45,18],[63,21,45,19],[63,22,45,20],[63,24,45,22],[64,8,46,6,"console"],[64,15,46,13],[64,16,46,14,"warn"],[64,20,46,18],[64,21,46,19],[64,66,46,64],[64,67,46,65],[65,8,47,6],[66,6,48,4],[67,6,49,4],[67,10,49,8],[67,14,49,12],[67,15,49,13,"__isNative"],[67,25,49,23],[67,29,49,27,"child"],[67,34,49,32],[67,35,49,33,"__isNative"],[67,45,49,43],[67,47,49,45],[68,8,50,6,"NativeAnimatedHelper"],[68,28,50,26],[68,29,50,26,"default"],[68,36,50,26],[68,37,50,27,"API"],[68,40,50,30],[68,41,50,31,"disconnectAnimatedNodes"],[68,64,50,54],[68,65,50,55],[68,69,50,59],[68,70,50,60,"__getNativeTag"],[68,84,50,74],[68,85,50,75],[68,86,50,76],[68,88,50,78,"child"],[68,93,50,83],[68,94,50,84,"__getNativeTag"],[68,108,50,98],[68,109,50,99],[68,110,50,100],[68,111,50,101],[69,6,51,4],[70,6,52,4],[70,10,52,8],[70,11,52,9,"_children"],[70,20,52,18],[70,21,52,19,"splice"],[70,27,52,25],[70,28,52,26,"index"],[70,33,52,31],[70,35,52,33],[70,36,52,34],[70,37,52,35],[71,6,53,4],[71,10,53,8],[71,14,53,12],[71,15,53,13,"_children"],[71,24,53,22],[71,25,53,23,"length"],[71,31,53,29],[71,36,53,34],[71,37,53,35],[71,39,53,37],[72,8,54,6],[72,12,54,10],[72,13,54,11,"__detach"],[72,21,54,19],[72,22,54,20],[72,23,54,21],[73,6,55,4],[74,4,56,2],[75,4,57,2,"__getChildren"],[75,17,57,15,"__getChildren"],[75,18,57,15],[75,20,57,18],[76,6,58,4],[76,13,58,11],[76,17,58,15],[76,18,58,16,"_children"],[76,27,58,25],[77,4,59,2],[78,4,60,2,"__callListeners"],[78,19,60,17,"__callListeners"],[78,20,60,18,"value"],[78,25,60,23],[78,27,60,25],[79,6,61,4],[79,11,61,9],[79,12,61,10,"__callListeners"],[79,27,61,25],[79,28,61,26,"value"],[79,33,61,31],[79,34,61,32],[80,6,62,4],[80,10,62,8],[80,11,62,9],[80,15,62,13],[80,16,62,14,"__isNative"],[80,26,62,24],[80,28,62,26],[81,8,63,6],[81,13,63,11],[81,17,63,15,"_iterator2"],[81,27,63,25],[81,30,63,28],[81,34,63,28,"_createForOfIteratorHelperLoose"],[81,65,63,59],[81,66,63,59,"default"],[81,73,63,59],[81,75,63,60],[81,79,63,64],[81,80,63,65,"_children"],[81,89,63,74],[81,90,63,75],[81,92,63,77,"_step2"],[81,98,63,83],[81,100,63,85],[81,101,63,86],[81,102,63,87,"_step2"],[81,108,63,93],[81,111,63,96,"_iterator2"],[81,121,63,106],[81,122,63,107],[81,123,63,108],[81,125,63,110,"done"],[81,129,63,114],[81,132,63,117],[82,10,64,8],[82,14,64,12,"child"],[82,19,64,17],[82,22,64,20,"_step2"],[82,28,64,26],[82,29,64,27,"value"],[82,34,64,32],[83,10,65,8],[84,10,66,8],[84,14,66,12,"child"],[84,19,66,17],[84,20,66,18,"__getValue"],[84,30,66,28],[84,32,66,30],[85,12,67,10,"child"],[85,17,67,15],[85,18,67,16,"__callListeners"],[85,33,67,31],[85,34,67,32,"child"],[85,39,67,37],[85,40,67,38,"__getValue"],[85,50,67,48],[85,51,67,49],[85,52,67,50],[85,53,67,51],[86,10,68,8],[87,8,69,6],[88,6,70,4],[89,4,71,2],[90,2,72,0],[91,2,73,0],[91,6,73,0,"_default"],[91,14,73,0],[91,17,73,15,"AnimatedWithChildren"],[91,37,73,35],[92,0,73,36],[92,3]],"functionMap":{"names":["<global>","AnimatedWithChildren","constructor","__makeNative","__addChild","__removeChild","__getChildren","__callListeners"],"mappings":"AAA;ACe;ECC;GDG;EEC;GFU;EGC;GHU;EIC;GJa;EKC;GLE;EMC;GNW;CDC"},"hasCjsExports":false},"type":"js/module"}]} |