{"version":3,"file":"887-fa5b66f81158c8ee2697.js","mappings":"oMAOMA,GAAkBC,EAAAA,EAAAA,KACtB,SAAAC,GAMM,IALJC,EAAID,EAAJC,KACAC,EAAIF,EAAJE,KACAC,EAAIH,EAAJG,KACAC,EAAOJ,EAAPI,QACAC,EAAKL,EAALK,MAEA,OACEC,IAAAA,cAACC,IAAAA,KAAS,CACRF,MAAOA,EACP,qBAAoBJ,EACpBO,KAAMN,IAASE,EAAUF,OAAOO,EAChCL,QAASA,GAAWF,EACpBQ,UAAU,0BAEVJ,IAAAA,cAACK,EAAAA,GAAW,CAACR,KAAMA,IAGzB,GACA,CAAC,QAAS,OAAQ,UAEpBS,EAAAA,EAAAA,GAAM,2BAEN,W","sources":["webpack:///./react-antd/placeholder/index.js"],"sourcesContent":["import React from 'react';\nimport Form from 'antd/lib/form';\n\nimport { Placeholder } from '../../common';\nimport { I18N } from '../../components';\nimport { lfLog } from '../../helpers/lf-log';\n\nconst PlaceholderAntd = I18N(\n  ({\n    name,\n    hint,\n    text,\n    tooltip,\n    label\n  }) => {\n    return (\n      <Form.Item\n        label={label}\n        data-lf-field-name={name}\n        help={hint && !tooltip ? hint : undefined}\n        tooltip={tooltip && hint}\n        className=\"lf-control-placeholder\"\n      >\n        <Placeholder text={text} />\n      </Form.Item>\n    );\n  },\n  ['label', 'hint', 'text']\n);\nlfLog('Loaded AntD.Placeholder');\n\nexport default PlaceholderAntd;"],"names":["PlaceholderAntd","I18N","_ref","name","hint","text","tooltip","label","React","Form","help","undefined","className","Placeholder","lfLog"],"sourceRoot":""}