mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 04:11:02 +00:00
1 line
2.7 KiB
Plaintext
1 line
2.7 KiB
Plaintext
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n /**\n * Copyright (c) Nicolas Gallagher.\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 */\n\n var vibrate = pattern => {\n if ('vibrate' in window.navigator) {\n window.navigator.vibrate(pattern);\n }\n };\n var Vibration = {\n cancel() {\n vibrate(0);\n },\n vibrate(pattern) {\n if (pattern === void 0) {\n pattern = 400;\n }\n vibrate(pattern);\n }\n };\n var _default = Vibration;\n});","lineCount":40,"map":[[7,2,27,0,"Object"],[7,8,27,0],[7,9,27,0,"defineProperty"],[7,23,27,0],[7,24,27,0,"exports"],[7,31,27,0],[8,4,27,0,"enumerable"],[8,14,27,0],[9,4,27,0,"get"],[9,7,27,0],[9,18,27,0,"get"],[9,19,27,0],[10,6,27,0],[10,13,27,0,"_default"],[10,21,27,0],[11,4,27,0],[12,2,27,0],[13,2,1,0],[14,0,2,0],[15,0,3,0],[16,0,4,0],[17,0,5,0],[18,0,6,0],[19,0,7,0],[20,0,8,0],[21,0,9,0],[23,2,11,0],[23,6,11,4,"vibrate"],[23,13,11,11],[23,16,11,14,"pattern"],[23,23,11,21],[23,27,11,25],[24,4,12,2],[24,8,12,6],[24,17,12,15],[24,21,12,19,"window"],[24,27,12,25],[24,28,12,26,"navigator"],[24,37,12,35],[24,39,12,37],[25,6,13,4,"window"],[25,12,13,10],[25,13,13,11,"navigator"],[25,22,13,20],[25,23,13,21,"vibrate"],[25,30,13,28],[25,31,13,29,"pattern"],[25,38,13,36],[25,39,13,37],[26,4,14,2],[27,2,15,0],[27,3,15,1],[28,2,16,0],[28,6,16,4,"Vibration"],[28,15,16,13],[28,18,16,16],[29,4,17,2,"cancel"],[29,10,17,8,"cancel"],[29,11,17,8],[29,13,17,11],[30,6,18,4,"vibrate"],[30,13,18,11],[30,14,18,12],[30,15,18,13],[30,16,18,14],[31,4,19,2],[31,5,19,3],[32,4,20,2,"vibrate"],[32,11,20,9,"vibrate"],[32,12,20,10,"pattern"],[32,19,20,17],[32,21,20,19],[33,6,21,4],[33,10,21,8,"pattern"],[33,17,21,15],[33,22,21,20],[33,27,21,25],[33,28,21,26],[33,30,21,28],[34,8,22,6,"pattern"],[34,15,22,13],[34,18,22,16],[34,21,22,19],[35,6,23,4],[36,6,24,4,"vibrate"],[36,13,24,11],[36,14,24,12,"pattern"],[36,21,24,19],[36,22,24,20],[37,4,25,2],[38,2,26,0],[38,3,26,1],[39,2,27,0],[39,6,27,0,"_default"],[39,14,27,0],[39,17,27,15,"Vibration"],[39,26,27,24],[40,0,27,25],[40,3]],"functionMap":{"names":["<global>","vibrate","Vibration.cancel","Vibration.vibrate"],"mappings":"AAA;cCU;CDI;EEE;GFE;EGC;GHK"},"hasCjsExports":false},"type":"js/module"}]} |