{"version":3,"file":"Grid-MX0zBese.js","sources":["../../Client/node_modules/react-bootstrap/es/Grid.js"],"sourcesContent":["import _extends from \"@babel/runtime-corejs2/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime-corejs2/helpers/esm/objectWithoutPropertiesLoose\";\nimport _inheritsLoose from \"@babel/runtime-corejs2/helpers/esm/inheritsLoose\";\nimport classNames from 'classnames';\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport elementType from 'prop-types-extra/lib/elementType';\nimport { bsClass, prefix, splitBsProps } from './utils/bootstrapUtils';\nvar propTypes = {\n /**\n * Turn any fixed-width grid layout into a full-width layout by this property.\n *\n * Adds `container-fluid` class.\n */\n fluid: PropTypes.bool,\n\n /**\n * You can use a custom element for this component\n */\n componentClass: elementType\n};\nvar defaultProps = {\n componentClass: 'div',\n fluid: false\n};\n\nvar Grid =\n/*#__PURE__*/\nfunction (_React$Component) {\n _inheritsLoose(Grid, _React$Component);\n\n function Grid() {\n return _React$Component.apply(this, arguments) || this;\n }\n\n var _proto = Grid.prototype;\n\n _proto.render = function render() {\n var _this$props = this.props,\n fluid = _this$props.fluid,\n Component = _this$props.componentClass,\n className = _this$props.className,\n props = _objectWithoutPropertiesLoose(_this$props, [\"fluid\", \"componentClass\", \"className\"]);\n\n var _splitBsProps = splitBsProps(props),\n bsProps = _splitBsProps[0],\n elementProps = _splitBsProps[1];\n\n var classes = prefix(bsProps, fluid && 'fluid');\n return React.createElement(Component, _extends({}, elementProps, {\n className: classNames(className, classes)\n }));\n };\n\n return Grid;\n}(React.Component);\n\nGrid.propTypes = propTypes;\nGrid.defaultProps = defaultProps;\nexport default bsClass('container', Grid);"],"names":["propTypes","PropTypes","elementType","defaultProps","Grid","_React$Component","_inheritsLoose","_proto","_this$props","fluid","Component","className","props","_objectWithoutPropertiesLoose","_splitBsProps","splitBsProps","bsProps","elementProps","classes","prefix","React","_extends","classNames","Grid$1","bsClass"],"mappings":"yIAQA,IAAIA,EAAY,CAMd,MAAOC,EAAU,KAKjB,eAAgBC,CAClB,EACIC,EAAe,CACjB,eAAgB,MAChB,MAAO,EACT,EAEIC,EAEJ,SAAUC,EAAkB,CAC1BC,EAAeF,EAAMC,CAAgB,EAErC,SAASD,GAAO,CACd,OAAOC,EAAiB,MAAM,KAAM,SAAS,GAAK,IACtD,CAEE,IAAIE,EAASH,EAAK,UAElB,OAAAG,EAAO,OAAS,UAAkB,CAChC,IAAIC,EAAc,KAAK,MACnBC,EAAQD,EAAY,MACpBE,EAAYF,EAAY,eACxBG,EAAYH,EAAY,UACxBI,EAAQC,EAA8BL,EAAa,CAAC,QAAS,iBAAkB,WAAW,CAAC,EAE3FM,EAAgBC,EAAaH,CAAK,EAClCI,EAAUF,EAAc,CAAC,EACzBG,EAAeH,EAAc,CAAC,EAE9BI,EAAUC,EAAOH,EAASP,GAAS,OAAO,EAC9C,OAAOW,EAAM,cAAcV,EAAWW,EAAS,CAAA,EAAIJ,EAAc,CAC/D,UAAWK,EAAWX,EAAWO,CAAO,CAC9C,CAAK,CAAC,CACH,EAEMd,CACT,EAAEgB,EAAM,SAAS,EAEjBhB,EAAK,UAAYJ,EACjBI,EAAK,aAAeD,EACpB,MAAAoB,EAAeC,EAAQ,YAAapB,CAAI","x_google_ignoreList":[0]}