mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 15:41:01 +00:00
auto-commit for b1d82f8f-dce5-43fe-98e0-ca3fcab13f25
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./dangerousStyleValue","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":242},"end":{"line":13,"column":56,"index":298}}],"key":"9ns070cPwxyeREuuIAJabL9EyKA=","exportNames":["*"],"imports":1}}],"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 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 _dangerousStyleValue = require(_dependencyMap[0], \"./dangerousStyleValue\");\n var dangerousStyleValue = _interopDefault(_dangerousStyleValue);\n /* eslint-disable */\n\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 * From React 16.3.0\n * \n */\n\n /**\n * Sets the value for multiple styles on a node. If a value is specified as\n * '' (empty string), the corresponding style property will be unset.\n *\n * @param {DOMElement} node\n * @param {object} styles\n */\n function setValueForStyles(node, styles) {\n var style = node.style;\n for (var styleName in styles) {\n if (!styles.hasOwnProperty(styleName)) {\n continue;\n }\n var isCustomProperty = styleName.indexOf('--') === 0;\n var styleValue = (0, dangerousStyleValue.default)(styleName, styles[styleName], isCustomProperty);\n if (styleName === 'float') {\n styleName = 'cssFloat';\n }\n if (isCustomProperty) {\n style.setProperty(styleName, styleValue);\n } else {\n style[styleName] = styleValue;\n }\n }\n }\n var _default = setValueForStyles;\n});","lineCount":58,"map":[[12,2,40,0,"Object"],[12,8,40,0],[12,9,40,0,"defineProperty"],[12,23,40,0],[12,24,40,0,"exports"],[12,31,40,0],[13,4,40,0,"enumerable"],[13,14,40,0],[14,4,40,0,"get"],[14,7,40,0],[14,18,40,0,"get"],[14,19,40,0],[15,6,40,0],[15,13,40,0,"_default"],[15,21,40,0],[16,4,40,0],[17,2,40,0],[18,2,13,0],[18,6,13,0,"_dangerousStyleValue"],[18,26,13,0],[18,29,13,0,"require"],[18,36,13,0],[18,37,13,0,"_dependencyMap"],[18,51,13,0],[19,2,13,0],[19,6,13,0,"dangerousStyleValue"],[19,25,13,0],[19,28,13,0,"_interopDefault"],[19,43,13,0],[19,44,13,0,"_dangerousStyleValue"],[19,64,13,0],[20,2,1,0],[22,2,3,0],[23,0,4,0],[24,0,5,0],[25,0,6,0],[26,0,7,0],[27,0,8,0],[28,0,9,0],[29,0,10,0],[30,0,11,0],[32,2,15,0],[33,0,16,0],[34,0,17,0],[35,0,18,0],[36,0,19,0],[37,0,20,0],[38,0,21,0],[39,2,22,0],[39,11,22,9,"setValueForStyles"],[39,28,22,26,"setValueForStyles"],[39,29,22,27,"node"],[39,33,22,31],[39,35,22,33,"styles"],[39,41,22,39],[39,43,22,41],[40,4,23,2],[40,8,23,6,"style"],[40,13,23,11],[40,16,23,14,"node"],[40,20,23,18],[40,21,23,19,"style"],[40,26,23,24],[41,4,24,2],[41,9,24,7],[41,13,24,11,"styleName"],[41,22,24,20],[41,26,24,24,"styles"],[41,32,24,30],[41,34,24,32],[42,6,25,4],[42,10,25,8],[42,11,25,9,"styles"],[42,17,25,15],[42,18,25,16,"hasOwnProperty"],[42,32,25,30],[42,33,25,31,"styleName"],[42,42,25,40],[42,43,25,41],[42,45,25,43],[43,8,26,6],[44,6,27,4],[45,6,28,4],[45,10,28,8,"isCustomProperty"],[45,26,28,24],[45,29,28,27,"styleName"],[45,38,28,36],[45,39,28,37,"indexOf"],[45,46,28,44],[45,47,28,45],[45,51,28,49],[45,52,28,50],[45,57,28,55],[45,58,28,56],[46,6,29,4],[46,10,29,8,"styleValue"],[46,20,29,18],[46,23,29,21],[46,27,29,21,"dangerousStyleValue"],[46,46,29,40],[46,47,29,40,"default"],[46,54,29,40],[46,56,29,41,"styleName"],[46,65,29,50],[46,67,29,52,"styles"],[46,73,29,58],[46,74,29,59,"styleName"],[46,83,29,68],[46,84,29,69],[46,86,29,71,"isCustomProperty"],[46,102,29,87],[46,103,29,88],[47,6,30,4],[47,10,30,8,"styleName"],[47,19,30,17],[47,24,30,22],[47,31,30,29],[47,33,30,31],[48,8,31,6,"styleName"],[48,17,31,15],[48,20,31,18],[48,30,31,28],[49,6,32,4],[50,6,33,4],[50,10,33,8,"isCustomProperty"],[50,26,33,24],[50,28,33,26],[51,8,34,6,"style"],[51,13,34,11],[51,14,34,12,"setProperty"],[51,25,34,23],[51,26,34,24,"styleName"],[51,35,34,33],[51,37,34,35,"styleValue"],[51,47,34,45],[51,48,34,46],[52,6,35,4],[52,7,35,5],[52,13,35,11],[53,8,36,6,"style"],[53,13,36,11],[53,14,36,12,"styleName"],[53,23,36,21],[53,24,36,22],[53,27,36,25,"styleValue"],[53,37,36,35],[54,6,37,4],[55,4,38,2],[56,2,39,0],[57,2,40,0],[57,6,40,0,"_default"],[57,14,40,0],[57,17,40,15,"setValueForStyles"],[57,34,40,32],[58,0,40,33],[58,3]],"functionMap":{"names":["<global>","setValueForStyles"],"mappings":"AAA;ACqB;CDiB"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user