Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/12/7f93b2301d27ed1219e4069a9cc23ef2d9cecd78099c0fdd3aa109b456d132626fca19
T
2025-11-07 20:14:32 +00:00

1 line
11 KiB
Plaintext

{"dependencies":[{"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":["*"],"imports":1}},{"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":["*"],"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 _exportsPlatform = require(_dependencyMap[0], \"../../../exports/Platform\");\n var Platform = _interopDefault(_exportsPlatform);\n var _exportsUIManager = require(_dependencyMap[1], \"../../../exports/UIManager\");\n var UIManager = _interopDefault(_exportsUIManager);\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 = LayoutAnimation;\n});","lineCount":126,"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,108,0,"Object"],[22,8,108,0],[22,9,108,0,"defineProperty"],[22,23,108,0],[22,24,108,0,"exports"],[22,31,108,0],[23,4,108,0,"enumerable"],[23,14,108,0],[24,4,108,0,"get"],[24,7,108,0],[24,18,108,0,"get"],[24,19,108,0],[25,6,108,0],[25,13,108,0,"_default"],[25,21,108,0],[26,4,108,0],[27,2,108,0],[28,2,13,0],[28,6,13,0,"_exportsPlatform"],[28,22,13,0],[28,25,13,0,"require"],[28,32,13,0],[28,33,13,0,"_dependencyMap"],[28,47,13,0],[29,2,13,0],[29,6,13,0,"Platform"],[29,14,13,0],[29,17,13,0,"_interopDefault"],[29,32,13,0],[29,33,13,0,"_exportsPlatform"],[29,49,13,0],[30,2,14,0],[30,6,14,0,"_exportsUIManager"],[30,23,14,0],[30,26,14,0,"require"],[30,33,14,0],[30,34,14,0,"_dependencyMap"],[30,48,14,0],[31,2,14,0],[31,6,14,0,"UIManager"],[31,15,14,0],[31,18,14,0,"_interopDefault"],[31,33,14,0],[31,34,14,0,"_exportsUIManager"],[31,51,14,0],[32,2,15,0],[32,6,15,4,"__DEV__"],[32,13,15,11],[32,16,15,14,"process"],[32,23,15,21],[32,24,15,22,"env"],[32,27,15,25],[32,28,15,26,"NODE_ENV"],[32,36,15,34],[32,41,15,39],[32,53,15,51],[33,2,16,0],[33,11,16,9,"configureNext"],[33,24,16,22,"configureNext"],[33,25,16,23,"config"],[33,31,16,29],[33,33,16,31,"onAnimationDidEnd"],[33,50,16,48],[33,52,16,50],[34,4,17,2],[34,8,17,6],[34,9,17,7,"Platform"],[34,17,17,15],[34,18,17,15,"default"],[34,25,17,15],[34,26,17,16,"isTesting"],[34,35,17,25],[34,37,17,27],[35,6,18,4,"UIManager"],[35,15,18,13],[35,16,18,13,"default"],[35,23,18,13],[35,24,18,14,"configureNextLayoutAnimation"],[35,52,18,42],[35,53,18,43,"config"],[35,59,18,49],[35,61,18,51,"onAnimationDidEnd"],[35,78,18,68],[35,83,18,73],[35,87,18,77],[35,91,18,81,"onAnimationDidEnd"],[35,108,18,98],[35,113,18,103],[35,118,18,108],[35,119,18,109],[35,122,18,112,"onAnimationDidEnd"],[35,139,18,129],[35,142,18,132],[35,154,18,144],[35,155,18,145],[35,156,18,146],[35,158,18,148],[35,170,18,160],[35,171,18,161],[35,172,18,162],[35,173,18,163],[35,193,18,183],[35,194,18,184],[36,4,19,2],[37,2,20,0],[38,2,21,0],[38,11,21,9,"create"],[38,17,21,15,"create"],[38,18,21,16,"duration"],[38,26,21,24],[38,28,21,26,"type"],[38,32,21,30],[38,34,21,32,"property"],[38,42,21,40],[38,44,21,42],[39,4,22,2],[39,11,22,9],[40,6,23,4,"duration"],[40,14,23,12],[41,6,24,4,"create"],[41,12,24,10],[41,14,24,12],[42,8,25,6,"type"],[42,12,25,10],[43,8,26,6,"property"],[44,6,27,4],[44,7,27,5],[45,6,28,4,"update"],[45,12,28,10],[45,14,28,12],[46,8,29,6,"type"],[47,6,30,4],[47,7,30,5],[48,6,31,4,"delete"],[48,12,31,10],[48,14,31,12],[49,8,32,6,"type"],[49,12,32,10],[50,8,33,6,"property"],[51,6,34,4],[52,4,35,2],[52,5,35,3],[53,2,36,0],[54,2,37,0],[54,6,37,4,"Presets"],[54,13,37,11],[54,16,37,14],[55,4,38,2,"easeInEaseOut"],[55,17,38,15],[55,19,38,17,"create"],[55,25,38,23],[55,26,38,24],[55,29,38,27],[55,31,38,29],[55,46,38,44],[55,48,38,46],[55,57,38,55],[55,58,38,56],[56,4,39,2,"linear"],[56,10,39,8],[56,12,39,10,"create"],[56,18,39,16],[56,19,39,17],[56,22,39,20],[56,24,39,22],[56,32,39,30],[56,34,39,32],[56,43,39,41],[56,44,39,42],[57,4,40,2,"spring"],[57,10,40,8],[57,12,40,10],[58,6,41,4,"duration"],[58,14,41,12],[58,16,41,14],[58,19,41,17],[59,6,42,4,"create"],[59,12,42,10],[59,14,42,12],[60,8,43,6,"type"],[60,12,43,10],[60,14,43,12],[60,22,43,20],[61,8,44,6,"property"],[61,16,44,14],[61,18,44,16],[62,6,45,4],[62,7,45,5],[63,6,46,4,"update"],[63,12,46,10],[63,14,46,12],[64,8,47,6,"type"],[64,12,47,10],[64,14,47,12],[64,22,47,20],[65,8,48,6,"springDamping"],[65,21,48,19],[65,23,48,21],[66,6,49,4],[66,7,49,5],[67,6,50,4,"delete"],[67,12,50,10],[67,14,50,12],[68,8,51,6,"type"],[68,12,51,10],[68,14,51,12],[68,22,51,20],[69,8,52,6,"property"],[69,16,52,14],[69,18,52,16],[70,6,53,4],[71,4,54,2],[72,2,55,0],[72,3,55,1],[74,2,57,0],[75,0,58,0],[76,0,59,0],[77,0,60,0],[78,0,61,0],[79,0,62,0],[80,0,63,0],[81,0,64,0],[82,0,65,0],[83,0,66,0],[84,2,67,0],[84,6,67,4,"LayoutAnimation"],[84,21,67,19],[84,24,67,22],[85,4,68,2],[86,0,69,0],[87,0,70,0],[88,0,71,0],[89,0,72,0],[90,0,73,0],[91,0,74,0],[92,0,75,0],[93,0,76,0],[94,0,77,0],[95,0,78,0],[96,0,79,0],[97,0,80,0],[98,4,81,2,"configureNext"],[98,17,81,15],[99,4,82,2],[100,0,83,0],[101,0,84,0],[102,4,85,2,"create"],[102,10,85,8],[103,4,86,2,"Types"],[103,9,86,7],[103,11,86,9,"Object"],[103,17,86,15],[103,18,86,16,"freeze"],[103,24,86,22],[103,25,86,23],[104,6,87,4,"spring"],[104,12,87,10],[104,14,87,12],[104,22,87,20],[105,6,88,4,"linear"],[105,12,88,10],[105,14,88,12],[105,22,88,20],[106,6,89,4,"easeInEaseOut"],[106,19,89,17],[106,21,89,19],[106,36,89,34],[107,6,90,4,"easeIn"],[107,12,90,10],[107,14,90,12],[107,22,90,20],[108,6,91,4,"easeOut"],[108,13,91,11],[108,15,91,13],[108,24,91,22],[109,6,92,4,"keyboard"],[109,14,92,12],[109,16,92,14],[110,4,93,2],[110,5,93,3],[110,6,93,4],[111,4,94,2,"Properties"],[111,14,94,12],[111,16,94,14,"Object"],[111,22,94,20],[111,23,94,21,"freeze"],[111,29,94,27],[111,30,94,28],[112,6,95,4,"opacity"],[112,13,95,11],[112,15,95,13],[112,24,95,22],[113,6,96,4,"scaleX"],[113,12,96,10],[113,14,96,12],[113,22,96,20],[114,6,97,4,"scaleY"],[114,12,97,10],[114,14,97,12],[114,22,97,20],[115,6,98,4,"scaleXY"],[115,13,98,11],[115,15,98,13],[116,4,99,2],[116,5,99,3],[116,6,99,4],[117,4,100,2,"checkConfig"],[117,15,100,13,"checkConfig"],[117,16,100,13],[117,18,100,16],[118,6,101,4,"console"],[118,13,101,11],[118,14,101,12,"error"],[118,19,101,17],[118,20,101,18],[118,73,101,71],[118,74,101,72],[119,4,102,2],[119,5,102,3],[120,4,103,2,"Presets"],[120,11,103,9],[121,4,104,2,"easeInEaseOut"],[121,17,104,15],[121,19,104,17,"configureNext"],[121,32,104,30],[121,33,104,31,"bind"],[121,37,104,35],[121,38,104,36],[121,42,104,40],[121,44,104,42,"Presets"],[121,51,104,49],[121,52,104,50,"easeInEaseOut"],[121,65,104,63],[121,66,104,64],[122,4,105,2,"linear"],[122,10,105,8],[122,12,105,10,"configureNext"],[122,25,105,23],[122,26,105,24,"bind"],[122,30,105,28],[122,31,105,29],[122,35,105,33],[122,37,105,35,"Presets"],[122,44,105,42],[122,45,105,43,"linear"],[122,51,105,49],[122,52,105,50],[123,4,106,2,"spring"],[123,10,106,8],[123,12,106,10,"configureNext"],[123,25,106,23],[123,26,106,24,"bind"],[123,30,106,28],[123,31,106,29],[123,35,106,33],[123,37,106,35,"Presets"],[123,44,106,42],[123,45,106,43,"spring"],[123,51,106,49],[124,2,107,0],[124,3,107,1],[125,2,108,0],[125,6,108,0,"_default"],[125,14,108,0],[125,17,108,15,"LayoutAnimation"],[125,32,108,30],[126,0,108,31],[126,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"},"hasCjsExports":false},"type":"js/module"}]}