UNPKG

react-multiselect-checkboxes

Version:

Spiffy multiselect with checkboxes

34 lines (22 loc) 1.63 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _propTypes = _interopRequireDefault(require("prop-types")); var _twineReactWithStyles = require("../../../../twine-react-with-styles"); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } function LengthAwareSearchControl(_ref) { var options = _ref.options, rest = _objectWithoutProperties(_ref, ["options"]); return _react.default.createElement("div", null); } LengthAwareSearchControl.propTypes = propTypes; LengthAwareSearchControl.defaultProps = defaultProps; var _default = (0, _twineReactWithStyles.withStyles)(function () { return {}; })(LengthAwareSearchControl); exports.default = _default;