Initial commit
This commit is contained in:
275
node_modules/react-bootstrap/lib/Col.js
generated
vendored
Normal file
275
node_modules/react-bootstrap/lib/Col.js
generated
vendored
Normal file
@@ -0,0 +1,275 @@
|
||||
"use strict";
|
||||
|
||||
var _interopRequireDefault = require("@babel/runtime-corejs2/helpers/interopRequireDefault");
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
|
||||
var _extends2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/extends"));
|
||||
|
||||
var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/objectWithoutPropertiesLoose"));
|
||||
|
||||
var _inheritsLoose2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/inheritsLoose"));
|
||||
|
||||
var _classnames = _interopRequireDefault(require("classnames"));
|
||||
|
||||
var _react = _interopRequireDefault(require("react"));
|
||||
|
||||
var _propTypes = _interopRequireDefault(require("prop-types"));
|
||||
|
||||
var _elementType = _interopRequireDefault(require("prop-types-extra/lib/elementType"));
|
||||
|
||||
var _bootstrapUtils = require("./utils/bootstrapUtils");
|
||||
|
||||
var _StyleConfig = require("./utils/StyleConfig");
|
||||
|
||||
var propTypes = {
|
||||
componentClass: _elementType.default,
|
||||
|
||||
/**
|
||||
* The number of columns you wish to span
|
||||
*
|
||||
* for Extra small devices Phones (<768px)
|
||||
*
|
||||
* class-prefix `col-xs-`
|
||||
*/
|
||||
xs: _propTypes.default.number,
|
||||
|
||||
/**
|
||||
* The number of columns you wish to span
|
||||
*
|
||||
* for Small devices Tablets (≥768px)
|
||||
*
|
||||
* class-prefix `col-sm-`
|
||||
*/
|
||||
sm: _propTypes.default.number,
|
||||
|
||||
/**
|
||||
* The number of columns you wish to span
|
||||
*
|
||||
* for Medium devices Desktops (≥992px)
|
||||
*
|
||||
* class-prefix `col-md-`
|
||||
*/
|
||||
md: _propTypes.default.number,
|
||||
|
||||
/**
|
||||
* The number of columns you wish to span
|
||||
*
|
||||
* for Large devices Desktops (≥1200px)
|
||||
*
|
||||
* class-prefix `col-lg-`
|
||||
*/
|
||||
lg: _propTypes.default.number,
|
||||
|
||||
/**
|
||||
* Hide column
|
||||
*
|
||||
* on Extra small devices Phones
|
||||
*
|
||||
* adds class `hidden-xs`
|
||||
*/
|
||||
xsHidden: _propTypes.default.bool,
|
||||
|
||||
/**
|
||||
* Hide column
|
||||
*
|
||||
* on Small devices Tablets
|
||||
*
|
||||
* adds class `hidden-sm`
|
||||
*/
|
||||
smHidden: _propTypes.default.bool,
|
||||
|
||||
/**
|
||||
* Hide column
|
||||
*
|
||||
* on Medium devices Desktops
|
||||
*
|
||||
* adds class `hidden-md`
|
||||
*/
|
||||
mdHidden: _propTypes.default.bool,
|
||||
|
||||
/**
|
||||
* Hide column
|
||||
*
|
||||
* on Large devices Desktops
|
||||
*
|
||||
* adds class `hidden-lg`
|
||||
*/
|
||||
lgHidden: _propTypes.default.bool,
|
||||
|
||||
/**
|
||||
* Move columns to the right
|
||||
*
|
||||
* for Extra small devices Phones
|
||||
*
|
||||
* class-prefix `col-xs-offset-`
|
||||
*/
|
||||
xsOffset: _propTypes.default.number,
|
||||
|
||||
/**
|
||||
* Move columns to the right
|
||||
*
|
||||
* for Small devices Tablets
|
||||
*
|
||||
* class-prefix `col-sm-offset-`
|
||||
*/
|
||||
smOffset: _propTypes.default.number,
|
||||
|
||||
/**
|
||||
* Move columns to the right
|
||||
*
|
||||
* for Medium devices Desktops
|
||||
*
|
||||
* class-prefix `col-md-offset-`
|
||||
*/
|
||||
mdOffset: _propTypes.default.number,
|
||||
|
||||
/**
|
||||
* Move columns to the right
|
||||
*
|
||||
* for Large devices Desktops
|
||||
*
|
||||
* class-prefix `col-lg-offset-`
|
||||
*/
|
||||
lgOffset: _propTypes.default.number,
|
||||
|
||||
/**
|
||||
* Change the order of grid columns to the right
|
||||
*
|
||||
* for Extra small devices Phones
|
||||
*
|
||||
* class-prefix `col-xs-push-`
|
||||
*/
|
||||
xsPush: _propTypes.default.number,
|
||||
|
||||
/**
|
||||
* Change the order of grid columns to the right
|
||||
*
|
||||
* for Small devices Tablets
|
||||
*
|
||||
* class-prefix `col-sm-push-`
|
||||
*/
|
||||
smPush: _propTypes.default.number,
|
||||
|
||||
/**
|
||||
* Change the order of grid columns to the right
|
||||
*
|
||||
* for Medium devices Desktops
|
||||
*
|
||||
* class-prefix `col-md-push-`
|
||||
*/
|
||||
mdPush: _propTypes.default.number,
|
||||
|
||||
/**
|
||||
* Change the order of grid columns to the right
|
||||
*
|
||||
* for Large devices Desktops
|
||||
*
|
||||
* class-prefix `col-lg-push-`
|
||||
*/
|
||||
lgPush: _propTypes.default.number,
|
||||
|
||||
/**
|
||||
* Change the order of grid columns to the left
|
||||
*
|
||||
* for Extra small devices Phones
|
||||
*
|
||||
* class-prefix `col-xs-pull-`
|
||||
*/
|
||||
xsPull: _propTypes.default.number,
|
||||
|
||||
/**
|
||||
* Change the order of grid columns to the left
|
||||
*
|
||||
* for Small devices Tablets
|
||||
*
|
||||
* class-prefix `col-sm-pull-`
|
||||
*/
|
||||
smPull: _propTypes.default.number,
|
||||
|
||||
/**
|
||||
* Change the order of grid columns to the left
|
||||
*
|
||||
* for Medium devices Desktops
|
||||
*
|
||||
* class-prefix `col-md-pull-`
|
||||
*/
|
||||
mdPull: _propTypes.default.number,
|
||||
|
||||
/**
|
||||
* Change the order of grid columns to the left
|
||||
*
|
||||
* for Large devices Desktops
|
||||
*
|
||||
* class-prefix `col-lg-pull-`
|
||||
*/
|
||||
lgPull: _propTypes.default.number
|
||||
};
|
||||
var defaultProps = {
|
||||
componentClass: 'div'
|
||||
};
|
||||
|
||||
var Col =
|
||||
/*#__PURE__*/
|
||||
function (_React$Component) {
|
||||
(0, _inheritsLoose2.default)(Col, _React$Component);
|
||||
|
||||
function Col() {
|
||||
return _React$Component.apply(this, arguments) || this;
|
||||
}
|
||||
|
||||
var _proto = Col.prototype;
|
||||
|
||||
_proto.render = function render() {
|
||||
var _this$props = this.props,
|
||||
Component = _this$props.componentClass,
|
||||
className = _this$props.className,
|
||||
props = (0, _objectWithoutPropertiesLoose2.default)(_this$props, ["componentClass", "className"]);
|
||||
|
||||
var _splitBsProps = (0, _bootstrapUtils.splitBsProps)(props),
|
||||
bsProps = _splitBsProps[0],
|
||||
elementProps = _splitBsProps[1];
|
||||
|
||||
var classes = [];
|
||||
|
||||
_StyleConfig.DEVICE_SIZES.forEach(function (size) {
|
||||
function popProp(propSuffix, modifier) {
|
||||
var propName = "" + size + propSuffix;
|
||||
var propValue = elementProps[propName];
|
||||
|
||||
if (propValue != null) {
|
||||
classes.push((0, _bootstrapUtils.prefix)(bsProps, "" + size + modifier + "-" + propValue));
|
||||
}
|
||||
|
||||
delete elementProps[propName];
|
||||
}
|
||||
|
||||
popProp('', '');
|
||||
popProp('Offset', '-offset');
|
||||
popProp('Push', '-push');
|
||||
popProp('Pull', '-pull');
|
||||
var hiddenPropName = size + "Hidden";
|
||||
|
||||
if (elementProps[hiddenPropName]) {
|
||||
classes.push("hidden-" + size);
|
||||
}
|
||||
|
||||
delete elementProps[hiddenPropName];
|
||||
});
|
||||
|
||||
return _react.default.createElement(Component, (0, _extends2.default)({}, elementProps, {
|
||||
className: (0, _classnames.default)(className, classes)
|
||||
}));
|
||||
};
|
||||
|
||||
return Col;
|
||||
}(_react.default.Component);
|
||||
|
||||
Col.propTypes = propTypes;
|
||||
Col.defaultProps = defaultProps;
|
||||
|
||||
var _default = (0, _bootstrapUtils.bsClass)('col', Col);
|
||||
|
||||
exports.default = _default;
|
||||
module.exports = exports["default"];
|
||||
Reference in New Issue
Block a user