mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 07:41:01 +00:00
1 line
12 KiB
Plaintext
1 line
12 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/interopRequireDefault","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"kslwqCIsh6ew+I1KeA1rlVRjsAk=","exportNames":["*"]}},{"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":["*"]}},{"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":["*"]}},{"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":["*"]}}],"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 _createForOfIteratorHelperLoose2 = _interopRequireDefault(require(_dependencyMap[1], \"@babel/runtime/helpers/createForOfIteratorHelperLoose\"));\n var _AnimatedNode = _interopRequireDefault(require(_dependencyMap[2], \"./AnimatedNode\"));\n var _NativeAnimatedHelper = _interopRequireDefault(require(_dependencyMap[3], \"../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, _createForOfIteratorHelperLoose2.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, _createForOfIteratorHelperLoose2.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 = exports.default = AnimatedWithChildren;\n});","lineCount":80,"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,"_createForOfIteratorHelperLoose2"],[19,38,13,0],[19,41,13,0,"_interopRequireDefault"],[19,63,13,0],[19,64,13,0,"require"],[19,71,13,0],[19,72,13,0,"_dependencyMap"],[19,86,13,0],[20,2,14,0],[20,6,14,0,"_AnimatedNode"],[20,19,14,0],[20,22,14,0,"_interopRequireDefault"],[20,44,14,0],[20,45,14,0,"require"],[20,52,14,0],[20,53,14,0,"_dependencyMap"],[20,67,14,0],[21,2,15,0],[21,6,15,0,"_NativeAnimatedHelper"],[21,27,15,0],[21,30,15,0,"_interopRequireDefault"],[21,52,15,0],[21,53,15,0,"require"],[21,60,15,0],[21,61,15,0,"_dependencyMap"],[21,75,15,0],[22,2,16,0],[22,8,16,6,"AnimatedWithChildren"],[22,28,16,26],[22,37,16,35,"AnimatedNode"],[22,58,16,47],[22,59,16,48],[23,4,17,2,"constructor"],[23,15,17,13,"constructor"],[23,16,17,13],[23,18,17,16],[24,6,18,4],[24,11,18,9],[24,12,18,10],[24,13,18,11],[25,6,19,4],[25,10,19,8],[25,11,19,9,"_children"],[25,20,19,18],[25,23,19,21],[25,25,19,23],[26,4,20,2],[27,4,21,2,"__makeNative"],[27,16,21,14,"__makeNative"],[27,17,21,15,"platformConfig"],[27,31,21,29],[27,33,21,31],[28,6,22,4],[28,10,22,8],[28,11,22,9],[28,15,22,13],[28,16,22,14,"__isNative"],[28,26,22,24],[28,28,22,26],[29,8,23,6],[29,12,23,10],[29,13,23,11,"__isNative"],[29,23,23,21],[29,26,23,24],[29,30,23,28],[30,8,24,6],[30,13,24,11],[30,17,24,15,"_iterator"],[30,26,24,24],[30,29,24,27],[30,33,24,27,"_createForOfIteratorHelperLoose"],[30,73,24,58],[30,75,24,59],[30,79,24,63],[30,80,24,64,"_children"],[30,89,24,73],[30,90,24,74],[30,92,24,76,"_step"],[30,97,24,81],[30,99,24,83],[30,100,24,84],[30,101,24,85,"_step"],[30,106,24,90],[30,109,24,93,"_iterator"],[30,118,24,102],[30,119,24,103],[30,120,24,104],[30,122,24,106,"done"],[30,126,24,110],[30,129,24,113],[31,10,25,8],[31,14,25,12,"child"],[31,19,25,17],[31,22,25,20,"_step"],[31,27,25,25],[31,28,25,26,"value"],[31,33,25,31],[32,10,26,8,"child"],[32,15,26,13],[32,16,26,14,"__makeNative"],[32,28,26,26],[32,29,26,27,"platformConfig"],[32,43,26,41],[32,44,26,42],[33,10,27,8,"NativeAnimatedHelper"],[33,39,27,28],[33,40,27,29,"API"],[33,43,27,32],[33,44,27,33,"connectAnimatedNodes"],[33,64,27,53],[33,65,27,54],[33,69,27,58],[33,70,27,59,"__getNativeTag"],[33,84,27,73],[33,85,27,74],[33,86,27,75],[33,88,27,77,"child"],[33,93,27,82],[33,94,27,83,"__getNativeTag"],[33,108,27,97],[33,109,27,98],[33,110,27,99],[33,111,27,100],[34,8,28,6],[35,6,29,4],[36,6,30,4],[36,11,30,9],[36,12,30,10,"__makeNative"],[36,24,30,22],[36,25,30,23,"platformConfig"],[36,39,30,37],[36,40,30,38],[37,4,31,2],[38,4,32,2,"__addChild"],[38,14,32,12,"__addChild"],[38,15,32,13,"child"],[38,20,32,18],[38,22,32,20],[39,6,33,4],[39,10,33,8],[39,14,33,12],[39,15,33,13,"_children"],[39,24,33,22],[39,25,33,23,"length"],[39,31,33,29],[39,36,33,34],[39,37,33,35],[39,39,33,37],[40,8,34,6],[40,12,34,10],[40,13,34,11,"__attach"],[40,21,34,19],[40,22,34,20],[40,23,34,21],[41,6,35,4],[42,6,36,4],[42,10,36,8],[42,11,36,9,"_children"],[42,20,36,18],[42,21,36,19,"push"],[42,25,36,23],[42,26,36,24,"child"],[42,31,36,29],[42,32,36,30],[43,6,37,4],[43,10,37,8],[43,14,37,12],[43,15,37,13,"__isNative"],[43,25,37,23],[43,27,37,25],[44,8,38,6],[45,8,39,6,"child"],[45,13,39,11],[45,14,39,12,"__makeNative"],[45,26,39,24],[45,27,39,25],[45,31,39,29],[45,32,39,30,"__getPlatformConfig"],[45,51,39,49],[45,52,39,50],[45,53,39,51],[45,54,39,52],[46,8,40,6,"NativeAnimatedHelper"],[46,37,40,26],[46,38,40,27,"API"],[46,41,40,30],[46,42,40,31,"connectAnimatedNodes"],[46,62,40,51],[46,63,40,52],[46,67,40,56],[46,68,40,57,"__getNativeTag"],[46,82,40,71],[46,83,40,72],[46,84,40,73],[46,86,40,75,"child"],[46,91,40,80],[46,92,40,81,"__getNativeTag"],[46,106,40,95],[46,107,40,96],[46,108,40,97],[46,109,40,98],[47,6,41,4],[48,4,42,2],[49,4,43,2,"__removeChild"],[49,17,43,15,"__removeChild"],[49,18,43,16,"child"],[49,23,43,21],[49,25,43,23],[50,6,44,4],[50,10,44,8,"index"],[50,15,44,13],[50,18,44,16],[50,22,44,20],[50,23,44,21,"_children"],[50,32,44,30],[50,33,44,31,"indexOf"],[50,40,44,38],[50,41,44,39,"child"],[50,46,44,44],[50,47,44,45],[51,6,45,4],[51,10,45,8,"index"],[51,15,45,13],[51,20,45,18],[51,21,45,19],[51,22,45,20],[51,24,45,22],[52,8,46,6,"console"],[52,15,46,13],[52,16,46,14,"warn"],[52,20,46,18],[52,21,46,19],[52,66,46,64],[52,67,46,65],[53,8,47,6],[54,6,48,4],[55,6,49,4],[55,10,49,8],[55,14,49,12],[55,15,49,13,"__isNative"],[55,25,49,23],[55,29,49,27,"child"],[55,34,49,32],[55,35,49,33,"__isNative"],[55,45,49,43],[55,47,49,45],[56,8,50,6,"NativeAnimatedHelper"],[56,37,50,26],[56,38,50,27,"API"],[56,41,50,30],[56,42,50,31,"disconnectAnimatedNodes"],[56,65,50,54],[56,66,50,55],[56,70,50,59],[56,71,50,60,"__getNativeTag"],[56,85,50,74],[56,86,50,75],[56,87,50,76],[56,89,50,78,"child"],[56,94,50,83],[56,95,50,84,"__getNativeTag"],[56,109,50,98],[56,110,50,99],[56,111,50,100],[56,112,50,101],[57,6,51,4],[58,6,52,4],[58,10,52,8],[58,11,52,9,"_children"],[58,20,52,18],[58,21,52,19,"splice"],[58,27,52,25],[58,28,52,26,"index"],[58,33,52,31],[58,35,52,33],[58,36,52,34],[58,37,52,35],[59,6,53,4],[59,10,53,8],[59,14,53,12],[59,15,53,13,"_children"],[59,24,53,22],[59,25,53,23,"length"],[59,31,53,29],[59,36,53,34],[59,37,53,35],[59,39,53,37],[60,8,54,6],[60,12,54,10],[60,13,54,11,"__detach"],[60,21,54,19],[60,22,54,20],[60,23,54,21],[61,6,55,4],[62,4,56,2],[63,4,57,2,"__getChildren"],[63,17,57,15,"__getChildren"],[63,18,57,15],[63,20,57,18],[64,6,58,4],[64,13,58,11],[64,17,58,15],[64,18,58,16,"_children"],[64,27,58,25],[65,4,59,2],[66,4,60,2,"__callListeners"],[66,19,60,17,"__callListeners"],[66,20,60,18,"value"],[66,25,60,23],[66,27,60,25],[67,6,61,4],[67,11,61,9],[67,12,61,10,"__callListeners"],[67,27,61,25],[67,28,61,26,"value"],[67,33,61,31],[67,34,61,32],[68,6,62,4],[68,10,62,8],[68,11,62,9],[68,15,62,13],[68,16,62,14,"__isNative"],[68,26,62,24],[68,28,62,26],[69,8,63,6],[69,13,63,11],[69,17,63,15,"_iterator2"],[69,27,63,25],[69,30,63,28],[69,34,63,28,"_createForOfIteratorHelperLoose"],[69,74,63,59],[69,76,63,60],[69,80,63,64],[69,81,63,65,"_children"],[69,90,63,74],[69,91,63,75],[69,93,63,77,"_step2"],[69,99,63,83],[69,101,63,85],[69,102,63,86],[69,103,63,87,"_step2"],[69,109,63,93],[69,112,63,96,"_iterator2"],[69,122,63,106],[69,123,63,107],[69,124,63,108],[69,126,63,110,"done"],[69,130,63,114],[69,133,63,117],[70,10,64,8],[70,14,64,12,"child"],[70,19,64,17],[70,22,64,20,"_step2"],[70,28,64,26],[70,29,64,27,"value"],[70,34,64,32],[71,10,65,8],[72,10,66,8],[72,14,66,12,"child"],[72,19,66,17],[72,20,66,18,"__getValue"],[72,30,66,28],[72,32,66,30],[73,12,67,10,"child"],[73,17,67,15],[73,18,67,16,"__callListeners"],[73,33,67,31],[73,34,67,32,"child"],[73,39,67,37],[73,40,67,38,"__getValue"],[73,50,67,48],[73,51,67,49],[73,52,67,50],[73,53,67,51],[74,10,68,8],[75,8,69,6],[76,6,70,4],[77,4,71,2],[78,2,72,0],[79,2,72,1],[79,6,72,1,"_default"],[79,14,72,1],[79,17,72,1,"exports"],[79,24,72,1],[79,25,72,1,"default"],[79,32,72,1],[79,35,73,15,"AnimatedWithChildren"],[79,55,73,35],[80,0,73,35],[80,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"}},"type":"js/module"}]} |