Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/54/51ef11579704bf28c0e76203d86284f2d9cecd78099c0fdd3aa109b456d132626fca19
T
2025-10-24 02:40:54 +00:00

1 line
11 KiB
Plaintext

{"dependencies":[{"name":"@babel/runtime/helpers/interopRequireDefault","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"kslwqCIsh6ew+I1KeA1rlVRjsAk=","exportNames":["*"]}},{"name":"../../../exports/Platform","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":225},"end":{"line":13,"column":49,"index":274}}],"key":"iEIJMkhlCtHWoBgLjJAJYcWbRuk=","exportNames":["*"]}},{"name":"../../../exports/UIManager","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":275},"end":{"line":14,"column":51,"index":326}}],"key":"c7u+vYzK5Jbnd0jShSvsk/Yekss=","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 _Platform = _interopRequireDefault(require(_dependencyMap[1], \"../../../exports/Platform\"));\n var _UIManager = _interopRequireDefault(require(_dependencyMap[2], \"../../../exports/UIManager\"));\n var __DEV__ = process.env.NODE_ENV !== 'production';\n function configureNext(config, onAnimationDidEnd) {\n if (!_Platform.default.isTesting) {\n _UIManager.default.configureNextLayoutAnimation(config, onAnimationDidEnd !== null && onAnimationDidEnd !== void 0 ? onAnimationDidEnd : function () {}, function () {} /* unused onError */);\n }\n }\n function create(duration, type, property) {\n return {\n duration,\n create: {\n type,\n property\n },\n update: {\n type\n },\n delete: {\n type,\n property\n }\n };\n }\n var Presets = {\n easeInEaseOut: create(300, 'easeInEaseOut', 'opacity'),\n linear: create(500, 'linear', 'opacity'),\n spring: {\n duration: 700,\n create: {\n type: 'linear',\n property: 'opacity'\n },\n update: {\n type: 'spring',\n springDamping: 0.4\n },\n delete: {\n type: 'linear',\n property: 'opacity'\n }\n }\n };\n\n /**\n * Automatically animates views to their new positions when the\n * next layout happens.\n *\n * A common way to use this API is to call it before calling `setState`.\n *\n * Note that in order to get this to work on **Android** you need to set the following flags via `UIManager`:\n *\n * UIManager.setLayoutAnimationEnabledExperimental && UIManager.setLayoutAnimationEnabledExperimental(true);\n */\n var LayoutAnimation = {\n /**\n * Schedules an animation to happen on the next layout.\n *\n * @param config Specifies animation properties:\n *\n * - `duration` in milliseconds\n * - `create`, `AnimationConfig` for animating in new views\n * - `update`, `AnimationConfig` for animating views that have been updated\n *\n * @param onAnimationDidEnd Called when the animation finished.\n * Only supported on iOS.\n * @param onError Called on error. Only supported on iOS.\n */\n configureNext,\n /**\n * Helper for creating a config for `configureNext`.\n */\n create,\n Types: Object.freeze({\n spring: 'spring',\n linear: 'linear',\n easeInEaseOut: 'easeInEaseOut',\n easeIn: 'easeIn',\n easeOut: 'easeOut',\n keyboard: 'keyboard'\n }),\n Properties: Object.freeze({\n opacity: 'opacity',\n scaleX: 'scaleX',\n scaleY: 'scaleY',\n scaleXY: 'scaleXY'\n }),\n checkConfig() {\n console.error('LayoutAnimation.checkConfig(...) has been disabled.');\n },\n Presets,\n easeInEaseOut: configureNext.bind(null, Presets.easeInEaseOut),\n linear: configureNext.bind(null, Presets.linear),\n spring: configureNext.bind(null, Presets.spring)\n };\n var _default = exports.default = LayoutAnimation;\n});","lineCount":115,"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,"_Platform"],[19,15,13,0],[19,18,13,0,"_interopRequireDefault"],[19,40,13,0],[19,41,13,0,"require"],[19,48,13,0],[19,49,13,0,"_dependencyMap"],[19,63,13,0],[20,2,14,0],[20,6,14,0,"_UIManager"],[20,16,14,0],[20,19,14,0,"_interopRequireDefault"],[20,41,14,0],[20,42,14,0,"require"],[20,49,14,0],[20,50,14,0,"_dependencyMap"],[20,64,14,0],[21,2,15,0],[21,6,15,4,"__DEV__"],[21,13,15,11],[21,16,15,14,"process"],[21,23,15,21],[21,24,15,22,"env"],[21,27,15,25],[21,28,15,26,"NODE_ENV"],[21,36,15,34],[21,41,15,39],[21,53,15,51],[22,2,16,0],[22,11,16,9,"configureNext"],[22,24,16,22,"configureNext"],[22,25,16,23,"config"],[22,31,16,29],[22,33,16,31,"onAnimationDidEnd"],[22,50,16,48],[22,52,16,50],[23,4,17,2],[23,8,17,6],[23,9,17,7,"Platform"],[23,26,17,15],[23,27,17,16,"isTesting"],[23,36,17,25],[23,38,17,27],[24,6,18,4,"UIManager"],[24,24,18,13],[24,25,18,14,"configureNextLayoutAnimation"],[24,53,18,42],[24,54,18,43,"config"],[24,60,18,49],[24,62,18,51,"onAnimationDidEnd"],[24,79,18,68],[24,84,18,73],[24,88,18,77],[24,92,18,81,"onAnimationDidEnd"],[24,109,18,98],[24,114,18,103],[24,119,18,108],[24,120,18,109],[24,123,18,112,"onAnimationDidEnd"],[24,140,18,129],[24,143,18,132],[24,155,18,144],[24,156,18,145],[24,157,18,146],[24,159,18,148],[24,171,18,160],[24,172,18,161],[24,173,18,162],[24,174,18,163],[24,194,18,183],[24,195,18,184],[25,4,19,2],[26,2,20,0],[27,2,21,0],[27,11,21,9,"create"],[27,17,21,15,"create"],[27,18,21,16,"duration"],[27,26,21,24],[27,28,21,26,"type"],[27,32,21,30],[27,34,21,32,"property"],[27,42,21,40],[27,44,21,42],[28,4,22,2],[28,11,22,9],[29,6,23,4,"duration"],[29,14,23,12],[30,6,24,4,"create"],[30,12,24,10],[30,14,24,12],[31,8,25,6,"type"],[31,12,25,10],[32,8,26,6,"property"],[33,6,27,4],[33,7,27,5],[34,6,28,4,"update"],[34,12,28,10],[34,14,28,12],[35,8,29,6,"type"],[36,6,30,4],[36,7,30,5],[37,6,31,4,"delete"],[37,12,31,10],[37,14,31,12],[38,8,32,6,"type"],[38,12,32,10],[39,8,33,6,"property"],[40,6,34,4],[41,4,35,2],[41,5,35,3],[42,2,36,0],[43,2,37,0],[43,6,37,4,"Presets"],[43,13,37,11],[43,16,37,14],[44,4,38,2,"easeInEaseOut"],[44,17,38,15],[44,19,38,17,"create"],[44,25,38,23],[44,26,38,24],[44,29,38,27],[44,31,38,29],[44,46,38,44],[44,48,38,46],[44,57,38,55],[44,58,38,56],[45,4,39,2,"linear"],[45,10,39,8],[45,12,39,10,"create"],[45,18,39,16],[45,19,39,17],[45,22,39,20],[45,24,39,22],[45,32,39,30],[45,34,39,32],[45,43,39,41],[45,44,39,42],[46,4,40,2,"spring"],[46,10,40,8],[46,12,40,10],[47,6,41,4,"duration"],[47,14,41,12],[47,16,41,14],[47,19,41,17],[48,6,42,4,"create"],[48,12,42,10],[48,14,42,12],[49,8,43,6,"type"],[49,12,43,10],[49,14,43,12],[49,22,43,20],[50,8,44,6,"property"],[50,16,44,14],[50,18,44,16],[51,6,45,4],[51,7,45,5],[52,6,46,4,"update"],[52,12,46,10],[52,14,46,12],[53,8,47,6,"type"],[53,12,47,10],[53,14,47,12],[53,22,47,20],[54,8,48,6,"springDamping"],[54,21,48,19],[54,23,48,21],[55,6,49,4],[55,7,49,5],[56,6,50,4,"delete"],[56,12,50,10],[56,14,50,12],[57,8,51,6,"type"],[57,12,51,10],[57,14,51,12],[57,22,51,20],[58,8,52,6,"property"],[58,16,52,14],[58,18,52,16],[59,6,53,4],[60,4,54,2],[61,2,55,0],[61,3,55,1],[63,2,57,0],[64,0,58,0],[65,0,59,0],[66,0,60,0],[67,0,61,0],[68,0,62,0],[69,0,63,0],[70,0,64,0],[71,0,65,0],[72,0,66,0],[73,2,67,0],[73,6,67,4,"LayoutAnimation"],[73,21,67,19],[73,24,67,22],[74,4,68,2],[75,0,69,0],[76,0,70,0],[77,0,71,0],[78,0,72,0],[79,0,73,0],[80,0,74,0],[81,0,75,0],[82,0,76,0],[83,0,77,0],[84,0,78,0],[85,0,79,0],[86,0,80,0],[87,4,81,2,"configureNext"],[87,17,81,15],[88,4,82,2],[89,0,83,0],[90,0,84,0],[91,4,85,2,"create"],[91,10,85,8],[92,4,86,2,"Types"],[92,9,86,7],[92,11,86,9,"Object"],[92,17,86,15],[92,18,86,16,"freeze"],[92,24,86,22],[92,25,86,23],[93,6,87,4,"spring"],[93,12,87,10],[93,14,87,12],[93,22,87,20],[94,6,88,4,"linear"],[94,12,88,10],[94,14,88,12],[94,22,88,20],[95,6,89,4,"easeInEaseOut"],[95,19,89,17],[95,21,89,19],[95,36,89,34],[96,6,90,4,"easeIn"],[96,12,90,10],[96,14,90,12],[96,22,90,20],[97,6,91,4,"easeOut"],[97,13,91,11],[97,15,91,13],[97,24,91,22],[98,6,92,4,"keyboard"],[98,14,92,12],[98,16,92,14],[99,4,93,2],[99,5,93,3],[99,6,93,4],[100,4,94,2,"Properties"],[100,14,94,12],[100,16,94,14,"Object"],[100,22,94,20],[100,23,94,21,"freeze"],[100,29,94,27],[100,30,94,28],[101,6,95,4,"opacity"],[101,13,95,11],[101,15,95,13],[101,24,95,22],[102,6,96,4,"scaleX"],[102,12,96,10],[102,14,96,12],[102,22,96,20],[103,6,97,4,"scaleY"],[103,12,97,10],[103,14,97,12],[103,22,97,20],[104,6,98,4,"scaleXY"],[104,13,98,11],[104,15,98,13],[105,4,99,2],[105,5,99,3],[105,6,99,4],[106,4,100,2,"checkConfig"],[106,15,100,13,"checkConfig"],[106,16,100,13],[106,18,100,16],[107,6,101,4,"console"],[107,13,101,11],[107,14,101,12,"error"],[107,19,101,17],[107,20,101,18],[107,73,101,71],[107,74,101,72],[108,4,102,2],[108,5,102,3],[109,4,103,2,"Presets"],[109,11,103,9],[110,4,104,2,"easeInEaseOut"],[110,17,104,15],[110,19,104,17,"configureNext"],[110,32,104,30],[110,33,104,31,"bind"],[110,37,104,35],[110,38,104,36],[110,42,104,40],[110,44,104,42,"Presets"],[110,51,104,49],[110,52,104,50,"easeInEaseOut"],[110,65,104,63],[110,66,104,64],[111,4,105,2,"linear"],[111,10,105,8],[111,12,105,10,"configureNext"],[111,25,105,23],[111,26,105,24,"bind"],[111,30,105,28],[111,31,105,29],[111,35,105,33],[111,37,105,35,"Presets"],[111,44,105,42],[111,45,105,43,"linear"],[111,51,105,49],[111,52,105,50],[112,4,106,2,"spring"],[112,10,106,8],[112,12,106,10,"configureNext"],[112,25,106,23],[112,26,106,24,"bind"],[112,30,106,28],[112,31,106,29],[112,35,106,33],[112,37,106,35,"Presets"],[112,44,106,42],[112,45,106,43,"spring"],[112,51,106,49],[113,2,107,0],[113,3,107,1],[114,2,107,2],[114,6,107,2,"_default"],[114,14,107,2],[114,17,107,2,"exports"],[114,24,107,2],[114,25,107,2,"default"],[114,32,107,2],[114,35,108,15,"LayoutAnimation"],[114,50,108,30],[115,0,108,30],[115,3]],"functionMap":{"names":["<global>","configureNext","<anonymous>","UIManager.configureNextLayoutAnimation$argument_2","create","LayoutAnimation.checkConfig"],"mappings":"AAA;ACe;oICE,cD,EE,cF;CDE;AIC;CJe;EKgE;GLE"}},"type":"js/module"}]}