GoScrobble/web/node_modules/.cache/babel-loader/3a0a81cb24e57a5fe11dd75206525e8d.json

1 line
7.1 KiB
JSON
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
{"ast":null,"code":"import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\nimport React, { Component } from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n children: PropTypes.node,\n inline: PropTypes.bool,\n tag: tagPropType,\n innerRef: PropTypes.oneOfType([PropTypes.object, PropTypes.func, PropTypes.string]),\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'form'\n};\n\nvar Form = /*#__PURE__*/function (_Component) {\n _inheritsLoose(Form, _Component);\n\n function Form(props) {\n var _this;\n\n _this = _Component.call(this, props) || this;\n _this.getRef = _this.getRef.bind(_assertThisInitialized(_this));\n _this.submit = _this.submit.bind(_assertThisInitialized(_this));\n return _this;\n }\n\n var _proto = Form.prototype;\n\n _proto.getRef = function getRef(ref) {\n if (this.props.innerRef) {\n this.props.innerRef(ref);\n }\n\n this.ref = ref;\n };\n\n _proto.submit = function submit() {\n if (this.ref) {\n this.ref.submit();\n }\n };\n\n _proto.render = function render() {\n var _this$props = this.props,\n className = _this$props.className,\n cssModule = _this$props.cssModule,\n inline = _this$props.inline,\n Tag = _this$props.tag,\n innerRef = _this$props.innerRef,\n attributes = _objectWithoutPropertiesLoose(_this$props, [\"className\", \"cssModule\", \"inline\", \"tag\", \"innerRef\"]);\n\n var classes = mapToCssModules(classNames(className, inline ? 'form-inline' : false), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n ref: innerRef,\n className: classes\n }));\n };\n\n return Form;\n}(Component);\n\nForm.propTypes = propTypes;\nForm.defaultProps = defaultProps;\nexport default Form;","map":{"version":3,"sources":["/app/node_modules/reactstrap/es/Form.js"],"names":["_extends","_objectWithoutPropertiesLoose","_assertThisInitialized","_inheritsLoose","React","Component","PropTypes","classNames","mapToCssModules","tagPropType","propTypes","children","node","inline","bool","tag","innerRef","oneOfType","object","func","string","className","cssModule","defaultProps","Form","_Component","props","_this","call","getRef","bind","submit","_proto","prototype","ref","render","_this$props","Tag","attributes","classes","createElement"],"mappings":"AAAA,OAAOA,QAAP,MAAqB,oCAArB;AACA,OAAOC,6BAAP,MAA0C,yDAA1C;AACA,OAAOC,sBAAP,MAAmC,kDAAnC;AACA,OAAOC,cAAP,MAA2B,0CAA3B;AACA,OAAOC,KAAP,IAAgBC,SAAhB,QAAiC,OAAjC;AACA,OAAOC,SAAP,MAAsB,YAAtB;AACA,OAAOC,UAAP,MAAuB,YAAvB;AACA,SAASC,eAAT,EAA0BC,WAA1B,QAA6C,SAA7C;AACA,IAAIC,SAAS,GAAG;AACdC,EAAAA,QAAQ,EAAEL,SAAS,CAACM,IADN;AAEdC,EAAAA,MAAM,EAAEP,SAAS,CAACQ,IAFJ;AAGdC,EAAAA,GAAG,EAAEN,WAHS;AAIdO,EAAAA,QAAQ,EAAEV,SAAS,CAACW,SAAV,CAAoB,CAACX,SAAS,CAACY,MAAX,EAAmBZ,SAAS,CAACa,IAA7B,EAAmCb,SAAS,CAACc,MAA7C,CAApB,CAJI;AAKdC,EAAAA,SAAS,EAAEf,SAAS,CAACc,MALP;AAMdE,EAAAA,SAAS,EAAEhB,SAAS,CAACY;AANP,CAAhB;AAQA,IAAIK,YAAY,GAAG;AACjBR,EAAAA,GAAG,EAAE;AADY,CAAnB;;AAIA,IAAIS,IAAI,GAAG,aAAa,UAAUC,UAAV,EAAsB;AAC5CtB,EAAAA,cAAc,CAACqB,IAAD,EAAOC,UAAP,CAAd;;AAEA,WAASD,IAAT,CAAcE,KAAd,EAAqB;AACnB,QAAIC,KAAJ;;AAEAA,IAAAA,KAAK,GAAGF,UAAU,CAACG,IAAX,CAAgB,IAAhB,EAAsBF,KAAtB,KAAgC,IAAxC;AACAC,IAAAA,KAAK,CAACE,MAAN,GAAeF,KAAK,CAACE,MAAN,CAAaC,IAAb,CAAkB5B,sBAAsB,CAACyB,KAAD,CAAxC,CAAf;AACAA,IAAAA,KAAK,CAACI,MAAN,GAAeJ,KAAK,CAACI,MAAN,CAAaD,IAAb,CAAkB5B,sBAAsB,CAACyB,KAAD,CAAxC,CAAf;AACA,WAAOA,KAAP;AACD;;AAED,MAAIK,MAAM,GAAGR,IAAI,CAACS,SAAlB;;AAEAD,EAAAA,MAAM,CAACH,MAAP,GAAgB,SAASA,MAAT,CAAgBK,GAAhB,EAAqB;AACnC,QAAI,KAAKR,KAAL,CAAWV,QAAf,EAAyB;AACvB,WAAKU,KAAL,CAAWV,QAAX,CAAoBkB,GAApB;AACD;;AAED,SAAKA,GAAL,GAAWA,GAAX;AACD,GAND