mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 21:31:02 +00:00
1 line
3.0 KiB
Plaintext
1 line
3.0 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 exports.default = sizing;\n var prefixes = ['-webkit-', '-moz-', ''];\n var properties = {\n maxHeight: true,\n maxWidth: true,\n width: true,\n height: true,\n columnWidth: true,\n minWidth: true,\n minHeight: true\n };\n var values = {\n 'min-content': true,\n 'max-content': true,\n 'fill-available': true,\n 'fit-content': true,\n 'contain-floats': true\n };\n function sizing(property, value) {\n if (properties.hasOwnProperty(property) && values.hasOwnProperty(value)) {\n return prefixes.map(function (prefix) {\n return prefix + value;\n });\n }\n }\n});","lineCount":32,"map":[[2,2,1,0],[2,14,1,12],[4,2,3,0,"Object"],[4,8,3,6],[4,9,3,7,"defineProperty"],[4,23,3,21],[4,24,3,22,"exports"],[4,31,3,29],[4,33,3,31],[4,45,3,43],[4,47,3,45],[5,4,4,2,"value"],[5,9,4,7],[5,11,4,9],[6,2,5,0],[6,3,5,1],[6,4,5,2],[7,2,6,0,"exports"],[7,9,6,7],[7,10,6,8,"default"],[7,17,6,15],[7,20,6,18,"sizing"],[7,26,6,24],[8,2,7,0],[8,6,7,4,"prefixes"],[8,14,7,12],[8,17,7,15],[8,18,7,16],[8,28,7,26],[8,30,7,28],[8,37,7,35],[8,39,7,37],[8,41,7,39],[8,42,7,40],[9,2,9,0],[9,6,9,4,"properties"],[9,16,9,14],[9,19,9,17],[10,4,10,2,"maxHeight"],[10,13,10,11],[10,15,10,13],[10,19,10,17],[11,4,11,2,"maxWidth"],[11,12,11,10],[11,14,11,12],[11,18,11,16],[12,4,12,2,"width"],[12,9,12,7],[12,11,12,9],[12,15,12,13],[13,4,13,2,"height"],[13,10,13,8],[13,12,13,10],[13,16,13,14],[14,4,14,2,"columnWidth"],[14,15,14,13],[14,17,14,15],[14,21,14,19],[15,4,15,2,"minWidth"],[15,12,15,10],[15,14,15,12],[15,18,15,16],[16,4,16,2,"minHeight"],[16,13,16,11],[16,15,16,13],[17,2,17,0],[17,3,17,1],[18,2,18,0],[18,6,18,4,"values"],[18,12,18,10],[18,15,18,13],[19,4,19,2],[19,17,19,15],[19,19,19,17],[19,23,19,21],[20,4,20,2],[20,17,20,15],[20,19,20,17],[20,23,20,21],[21,4,21,2],[21,20,21,18],[21,22,21,20],[21,26,21,24],[22,4,22,2],[22,17,22,15],[22,19,22,17],[22,23,22,21],[23,4,23,2],[23,20,23,18],[23,22,23,20],[24,2,24,0],[24,3,24,1],[25,2,26,0],[25,11,26,9,"sizing"],[25,17,26,15,"sizing"],[25,18,26,16,"property"],[25,26,26,24],[25,28,26,26,"value"],[25,33,26,31],[25,35,26,33],[26,4,27,2],[26,8,27,6,"properties"],[26,18,27,16],[26,19,27,17,"hasOwnProperty"],[26,33,27,31],[26,34,27,32,"property"],[26,42,27,40],[26,43,27,41],[26,47,27,45,"values"],[26,53,27,51],[26,54,27,52,"hasOwnProperty"],[26,68,27,66],[26,69,27,67,"value"],[26,74,27,72],[26,75,27,73],[26,77,27,75],[27,6,28,4],[27,13,28,11,"prefixes"],[27,21,28,19],[27,22,28,20,"map"],[27,25,28,23],[27,26,28,24],[27,36,28,34,"prefix"],[27,42,28,40],[27,44,28,42],[28,8,29,6],[28,15,29,13,"prefix"],[28,21,29,19],[28,24,29,22,"value"],[28,29,29,27],[29,6,30,4],[29,7,30,5],[29,8,30,6],[30,4,31,2],[31,2,32,0],[32,0,32,1],[32,3]],"functionMap":{"names":["<global>","sizing","prefixes.map$argument_0"],"mappings":"AAA;ACyB;wBCE;KDE"},"hasCjsExports":true},"type":"js/module"}]} |