249 lines
12 KiB
JavaScript
249 lines
12 KiB
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports["default"] = void 0;
|
|
|
|
var React = _interopRequireWildcard(require("react"));
|
|
|
|
var PropTypes = _interopRequireWildcard(require("prop-types"));
|
|
|
|
var _rcSelect = _interopRequireWildcard(require("rc-select"));
|
|
|
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
|
|
var _omit = _interopRequireDefault(require("omit.js"));
|
|
|
|
var _configProvider = require("../config-provider");
|
|
|
|
var _warning = _interopRequireDefault(require("../_util/warning"));
|
|
|
|
var _icon = _interopRequireDefault(require("../icon"));
|
|
|
|
var _type = require("../_util/type");
|
|
|
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
|
|
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }
|
|
|
|
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
|
|
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
|
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
|
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
|
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
|
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
|
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
|
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
|
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
|
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
|
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
|
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
|
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }
|
|
|
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
|
|
var __rest = void 0 && (void 0).__rest || function (s, e) {
|
|
var t = {};
|
|
|
|
for (var p in s) {
|
|
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
|
}
|
|
|
|
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
|
}
|
|
return t;
|
|
};
|
|
|
|
var SelectSizes = (0, _type.tuple)('default', 'large', 'small');
|
|
var ModeOptions = (0, _type.tuple)('default', 'multiple', 'tags', 'combobox', 'SECRET_COMBOBOX_MODE_DO_NOT_USE');
|
|
var SelectPropTypes = {
|
|
prefixCls: PropTypes.string,
|
|
className: PropTypes.string,
|
|
size: PropTypes.oneOf(SelectSizes),
|
|
notFoundContent: PropTypes.any,
|
|
showSearch: PropTypes.bool,
|
|
optionLabelProp: PropTypes.string,
|
|
transitionName: PropTypes.string,
|
|
choiceTransitionName: PropTypes.string,
|
|
id: PropTypes.string
|
|
};
|
|
|
|
var Select = /*#__PURE__*/function (_React$Component) {
|
|
_inherits(Select, _React$Component);
|
|
|
|
var _super = _createSuper(Select);
|
|
|
|
function Select(props) {
|
|
var _this;
|
|
|
|
_classCallCheck(this, Select);
|
|
|
|
_this = _super.call(this, props);
|
|
|
|
_this.saveSelect = function (node) {
|
|
_this.rcSelect = node;
|
|
};
|
|
|
|
_this.renderSelect = function (_ref) {
|
|
var _classNames;
|
|
|
|
var getContextPopupContainer = _ref.getPopupContainer,
|
|
getPrefixCls = _ref.getPrefixCls,
|
|
renderEmpty = _ref.renderEmpty;
|
|
|
|
var _a = _this.props,
|
|
customizePrefixCls = _a.prefixCls,
|
|
_a$className = _a.className,
|
|
className = _a$className === void 0 ? '' : _a$className,
|
|
size = _a.size,
|
|
mode = _a.mode,
|
|
getPopupContainer = _a.getPopupContainer,
|
|
removeIcon = _a.removeIcon,
|
|
clearIcon = _a.clearIcon,
|
|
menuItemSelectedIcon = _a.menuItemSelectedIcon,
|
|
showArrow = _a.showArrow,
|
|
restProps = __rest(_a, ["prefixCls", "className", "size", "mode", "getPopupContainer", "removeIcon", "clearIcon", "menuItemSelectedIcon", "showArrow"]);
|
|
|
|
var rest = (0, _omit["default"])(restProps, ['inputIcon']);
|
|
var prefixCls = getPrefixCls('select', customizePrefixCls);
|
|
var cls = (0, _classnames["default"])((_classNames = {}, _defineProperty(_classNames, "".concat(prefixCls, "-lg"), size === 'large'), _defineProperty(_classNames, "".concat(prefixCls, "-sm"), size === 'small'), _defineProperty(_classNames, "".concat(prefixCls, "-show-arrow"), showArrow), _classNames), className);
|
|
var optionLabelProp = _this.props.optionLabelProp;
|
|
|
|
if (_this.isCombobox()) {
|
|
// children 带 dom 结构时,无法填入输入框
|
|
optionLabelProp = optionLabelProp || 'value';
|
|
}
|
|
|
|
var modeConfig = {
|
|
multiple: mode === 'multiple',
|
|
tags: mode === 'tags',
|
|
combobox: _this.isCombobox()
|
|
};
|
|
var finalRemoveIcon = removeIcon && ( /*#__PURE__*/React.isValidElement(removeIcon) ? /*#__PURE__*/React.cloneElement(removeIcon, {
|
|
className: (0, _classnames["default"])(removeIcon.props.className, "".concat(prefixCls, "-remove-icon"))
|
|
}) : removeIcon) || /*#__PURE__*/React.createElement(_icon["default"], {
|
|
type: "close",
|
|
className: "".concat(prefixCls, "-remove-icon")
|
|
});
|
|
var finalClearIcon = clearIcon && ( /*#__PURE__*/React.isValidElement(clearIcon) ? /*#__PURE__*/React.cloneElement(clearIcon, {
|
|
className: (0, _classnames["default"])(clearIcon.props.className, "".concat(prefixCls, "-clear-icon"))
|
|
}) : clearIcon) || /*#__PURE__*/React.createElement(_icon["default"], {
|
|
type: "close-circle",
|
|
theme: "filled",
|
|
className: "".concat(prefixCls, "-clear-icon")
|
|
});
|
|
var finalMenuItemSelectedIcon = menuItemSelectedIcon && ( /*#__PURE__*/React.isValidElement(menuItemSelectedIcon) ? /*#__PURE__*/React.cloneElement(menuItemSelectedIcon, {
|
|
className: (0, _classnames["default"])(menuItemSelectedIcon.props.className, "".concat(prefixCls, "-selected-icon"))
|
|
}) : menuItemSelectedIcon) || /*#__PURE__*/React.createElement(_icon["default"], {
|
|
type: "check",
|
|
className: "".concat(prefixCls, "-selected-icon")
|
|
});
|
|
return /*#__PURE__*/React.createElement(_rcSelect["default"], _extends({
|
|
inputIcon: _this.renderSuffixIcon(prefixCls),
|
|
removeIcon: finalRemoveIcon,
|
|
clearIcon: finalClearIcon,
|
|
menuItemSelectedIcon: finalMenuItemSelectedIcon,
|
|
showArrow: showArrow
|
|
}, rest, modeConfig, {
|
|
prefixCls: prefixCls,
|
|
className: cls,
|
|
optionLabelProp: optionLabelProp || 'children',
|
|
notFoundContent: _this.getNotFoundContent(renderEmpty),
|
|
getPopupContainer: getPopupContainer || getContextPopupContainer,
|
|
ref: _this.saveSelect
|
|
}));
|
|
};
|
|
|
|
(0, _warning["default"])(props.mode !== 'combobox', 'Select', 'The combobox mode is deprecated, ' + 'it will be removed in next major version, ' + 'please use AutoComplete instead');
|
|
return _this;
|
|
}
|
|
|
|
_createClass(Select, [{
|
|
key: "getNotFoundContent",
|
|
value: function getNotFoundContent(renderEmpty) {
|
|
var notFoundContent = this.props.notFoundContent;
|
|
|
|
if (notFoundContent !== undefined) {
|
|
return notFoundContent;
|
|
}
|
|
|
|
if (this.isCombobox()) {
|
|
return null;
|
|
}
|
|
|
|
return renderEmpty('Select');
|
|
}
|
|
}, {
|
|
key: "focus",
|
|
value: function focus() {
|
|
this.rcSelect.focus();
|
|
}
|
|
}, {
|
|
key: "blur",
|
|
value: function blur() {
|
|
this.rcSelect.blur();
|
|
}
|
|
}, {
|
|
key: "isCombobox",
|
|
value: function isCombobox() {
|
|
var mode = this.props.mode;
|
|
return mode === 'combobox' || mode === Select.SECRET_COMBOBOX_MODE_DO_NOT_USE;
|
|
}
|
|
}, {
|
|
key: "renderSuffixIcon",
|
|
value: function renderSuffixIcon(prefixCls) {
|
|
var _this$props = this.props,
|
|
loading = _this$props.loading,
|
|
suffixIcon = _this$props.suffixIcon;
|
|
|
|
if (suffixIcon) {
|
|
return /*#__PURE__*/React.isValidElement(suffixIcon) ? /*#__PURE__*/React.cloneElement(suffixIcon, {
|
|
className: (0, _classnames["default"])(suffixIcon.props.className, "".concat(prefixCls, "-arrow-icon"))
|
|
}) : suffixIcon;
|
|
}
|
|
|
|
if (loading) {
|
|
return /*#__PURE__*/React.createElement(_icon["default"], {
|
|
type: "loading"
|
|
});
|
|
}
|
|
|
|
return /*#__PURE__*/React.createElement(_icon["default"], {
|
|
type: "down",
|
|
className: "".concat(prefixCls, "-arrow-icon")
|
|
});
|
|
}
|
|
}, {
|
|
key: "render",
|
|
value: function render() {
|
|
return /*#__PURE__*/React.createElement(_configProvider.ConfigConsumer, null, this.renderSelect);
|
|
}
|
|
}]);
|
|
|
|
return Select;
|
|
}(React.Component);
|
|
|
|
exports["default"] = Select;
|
|
Select.Option = _rcSelect.Option;
|
|
Select.OptGroup = _rcSelect.OptGroup;
|
|
Select.SECRET_COMBOBOX_MODE_DO_NOT_USE = 'SECRET_COMBOBOX_MODE_DO_NOT_USE';
|
|
Select.defaultProps = {
|
|
showSearch: false,
|
|
transitionName: 'slide-up',
|
|
choiceTransitionName: 'zoom'
|
|
};
|
|
Select.propTypes = SelectPropTypes; |