UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

366 lines (365 loc) 20.6 kB
"use strict"; var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { Object.defineProperty(o, "default", { enumerable: true, value: v }); }) : function(o, v) { o["default"] = v; }); var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); __setModuleDefault(result, mod); return result; }; var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } return new (P || (P = Promise))(function (resolve, reject) { function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } step((generator = generator.apply(thisArg, _arguments || [])).next()); }); }; var __generator = (this && this.__generator) || function (thisArg, body) { var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; function verb(n) { return function (v) { return step([n, v]); }; } function step(op) { if (f) throw new TypeError("Generator is already executing."); while (_) try { if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; if (y = 0, t) op = [op[0] & 2, t.value]; switch (op[0]) { case 0: case 1: t = op; break; case 4: _.label++; return { value: op[1], done: false }; case 5: _.label++; y = op[1]; op = [0]; continue; case 7: op = _.ops.pop(); _.trys.pop(); continue; default: if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } if (t[2]) _.ops.pop(); _.trys.pop(); continue; } op = body.call(thisArg, _); } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; } }; var __rest = (this && this.__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 __read = (this && this.__read) || function (o, n) { var m = typeof Symbol === "function" && o[Symbol.iterator]; if (!m) return o; var i = m.call(o), r, ar = [], e; try { while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); } catch (error) { e = { error: error }; } finally { try { if (r && !r.done && (m = i["return"])) m.call(i); } finally { if (e) throw e.error; } } return ar; }; var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) { if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { if (ar || !(i in from)) { if (!ar) ar = Array.prototype.slice.call(from, 0, i); ar[i] = from[i]; } } return to.concat(ar || Array.prototype.slice.call(from)); }; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); var react_1 = __importStar(require("react")); var react_transition_group_1 = require("react-transition-group"); var ConfigProvider_1 = require("../ConfigProvider"); var Tag_1 = __importDefault(require("../Tag")); var useMergeValue_1 = __importDefault(require("../_util/hooks/useMergeValue")); var classNames_1 = __importDefault(require("../_util/classNames")); var input_element_1 = __importDefault(require("../Input/input-element")); var icon_hover_1 = __importDefault(require("../_class/icon-hover")); var IconClose_1 = __importDefault(require("../../icon/react-icon-cjs/IconClose")); var is_1 = require("../_util/is"); var getHotkeyHandler_1 = __importDefault(require("../_util/getHotkeyHandler")); var keycode_1 = require("../_util/keycode"); var useMergeProps_1 = __importDefault(require("../_util/hooks/useMergeProps")); var Draggable_1 = __importDefault(require("../_class/Draggable")); var omit_1 = __importDefault(require("../_util/omit")); var fillNBSP_1 = __importDefault(require("../_util/fillNBSP")); var CSS_TRANSITION_DURATION = 300; var REACT_KEY_FOR_INPUT = "__input_" + Math.random().toFixed(10).slice(2); var keepFocus = function (e) { e.target.tagName !== 'INPUT' && e.preventDefault(); }; var formatValue = function (value) { if (!(0, is_1.isArray)(value)) { return []; } return value.map(function (item) { return (0, is_1.isObject)(item) ? __assign(__assign({}, item), { label: 'label' in item ? item.label : item.value, value: item.value, closable: item.closable }) : { label: item, value: item, }; }); }; // Deal with the delay of recomputing input width var useComputeAutoWidthDelay = function (value) { var refDelay = (0, react_1.useRef)(0); var refPrevValueLength = (0, react_1.useRef)(value.length); (0, react_1.useEffect)(function () { refDelay.current = value.length === 0 && refPrevValueLength.current > 0 ? CSS_TRANSITION_DURATION : 0; refPrevValueLength.current = value.length; }, [value]); return refDelay; }; var UsedTransitionGroup = function (_a) { var prefixCls = _a.prefixCls, children = _a.children, animation = _a.animation; return animation ? (react_1.default.createElement(react_transition_group_1.TransitionGroup, { component: "div", className: prefixCls + "-inner" }, children)) : (react_1.default.createElement("div", { className: prefixCls + "-inner" }, children)); }; var defaultProps = { animation: true, validate: function (inputValue, values) { return inputValue && values.every(function (item) { return item.value !== inputValue; }); }, }; function InputTag(baseProps, ref) { var _a; var _this = this; var _b = (0, react_1.useContext)(ConfigProvider_1.ConfigContext), getPrefixCls = _b.getPrefixCls, ctxSize = _b.size, componentConfig = _b.componentConfig, rtl = _b.rtl; var props = (0, useMergeProps_1.default)(baseProps, defaultProps, componentConfig === null || componentConfig === void 0 ? void 0 : componentConfig.InputTag); var className = props.className, style = props.style, placeholder = props.placeholder, error = props.error, disabled = props.disabled, readOnly = props.readOnly, allowClear = props.allowClear, autoFocus = props.autoFocus, labelInValue = props.labelInValue, disableInput = props.disableInput, animation = props.animation, saveOnBlur = props.saveOnBlur, dragToSort = props.dragToSort, icon = props.icon, suffix = props.suffix, validate = props.validate, renderTag = props.renderTag, tagClassName = props.tagClassName, onInputChange = props.onInputChange, onKeyDown = props.onKeyDown, onPaste = props.onPaste, onChange = props.onChange, onFocus = props.onFocus, onBlur = props.onBlur, onPressEnter = props.onPressEnter, onRemove = props.onRemove, onClear = props.onClear, onClick = props.onClick, rest = __rest(props, ["className", "style", "placeholder", "error", "disabled", "readOnly", "allowClear", "autoFocus", "labelInValue", "disableInput", "animation", "saveOnBlur", "dragToSort", "icon", "suffix", "validate", "renderTag", "tagClassName", "onInputChange", "onKeyDown", "onPaste", "onChange", "onFocus", "onBlur", "onPressEnter", "onRemove", "onClear", "onClick"]); var prefixCls = getPrefixCls('input-tag'); var size = 'size' in props ? props.size : ctxSize; var inputRef = (0, react_1.useRef)(); var _c = __read((0, react_1.useState)(false), 2), focused = _c[0], setFocused = _c[1]; var _d = __read((0, useMergeValue_1.default)([], { defaultValue: 'defaultValue' in props ? formatValue(props.defaultValue) : undefined, value: 'value' in props ? formatValue(props.value) : undefined, }), 2), value = _d[0], setValue = _d[1]; var _e = __read((0, useMergeValue_1.default)('', { value: props.inputValue, }), 2), inputValue = _e[0], setInputValue = _e[1]; var refDelay = useComputeAutoWidthDelay(value); var draggable = !!(dragToSort && !readOnly && !disabled); (0, react_1.useImperativeHandle)(ref, function () { return { blur: inputRef.current && inputRef.current.blur, focus: inputRef.current && inputRef.current.focus, }; }, []); var valueChangeHandler = function (value, reason) { if (disabled || readOnly) { return; } if (!('value' in props)) { setValue(value); } onChange && onChange(labelInValue ? value : value.map(function (x) { return x.value; }), reason); }; var tagCloseHandler = function (itemValue, index, event) { onRemove && onRemove(itemValue, index, event); valueChangeHandler(__spreadArray(__spreadArray([], __read(value.slice(0, index)), false), __read(value.slice(index + 1)), false), 'remove'); }; var hotkeyHandler = (0, getHotkeyHandler_1.default)(new Map([ [ keycode_1.Backspace.code, function (event) { if (!event.target.value && value.length) { for (var index = value.length - 1; index >= 0; index--) { var itemValue = value[index]; if (itemValue.closable !== false) { tagCloseHandler(itemValue, index, event); return; } } } }, ], ])); var tryAddInputValueToTag = function () { return __awaiter(_this, void 0, void 0, function () { var validateResult, _a, error_1; return __generator(this, function (_b) { switch (_b.label) { case 0: _b.trys.push([0, 4, , 5]); if (!(typeof validate === 'function')) return [3 /*break*/, 2]; return [4 /*yield*/, validate(inputValue, value)]; case 1: _a = _b.sent(); return [3 /*break*/, 3]; case 2: _a = true; _b.label = 3; case 3: validateResult = _a; if (validateResult) { valueChangeHandler(value.concat({ value: validateResult === true ? inputValue : validateResult, label: inputValue, }), 'add'); setInputValue(''); } return [3 /*break*/, 5]; case 4: error_1 = _b.sent(); console.error(error_1); return [3 /*break*/, 5]; case 5: return [2 /*return*/]; } }); }); }; var mergedRenderTag = function (item, index) { var _a; var itemValue = item.value, label = item.label; var closable = !readOnly && !disabled && item.closable !== false; var onClose = function (event) { tagCloseHandler(item, index, event); }; if (renderTag) { return renderTag({ value: itemValue, label: label, closable: closable, onClose: onClose, }, index, value); } return (react_1.default.createElement(Tag_1.default, { visible: true, className: (0, classNames_1.default)(prefixCls + "-tag", (_a = {}, _a[tagClassName] = tagClassName, _a)), closable: closable, closeIcon: icon && icon.removeIcon, title: typeof label === 'string' ? label : undefined, onClose: onClose }, (0, fillNBSP_1.default)(label))); }; var clearIcon = allowClear && !disabled && !readOnly && value.length ? (react_1.default.createElement(icon_hover_1.default, { size: size, key: "clearIcon", className: prefixCls + "-clear-icon", onClick: function (e) { e.stopPropagation(); valueChangeHandler([], 'clear'); if (!focused) { inputRef.current && inputRef.current.focus(); } onClear && onClear(); }, onMouseDown: keepFocus }, (icon && icon.clearIcon) || react_1.default.createElement(IconClose_1.default, null))) : null; var hasSuffix = !!(clearIcon || suffix); var disableInputComponent = disabled || disableInput; // CSSTransition needs to be a direct child of TransitionGroup, otherwise the animation will NOT work // https://github.com/bee-design/bee-design/issues/622 var childrenWithAnimation = value .map(function (x, i) { // Check whether two tags have same value. If so, set different key for them to avoid only rendering one tag. var isRepeat = value.findIndex(function (item) { return item.value === x.value; }) !== i; var eleTag = mergedRenderTag(x, i); return react_1.default.isValidElement(eleTag) ? (react_1.default.createElement(react_transition_group_1.CSSTransition, { key: typeof x.value === 'object' ? i : isRepeat ? x.value + "-" + i : x.value, timeout: CSS_TRANSITION_DURATION, classNames: "zoomIn" }, eleTag)) : (eleTag); }) .concat(react_1.default.createElement(react_transition_group_1.CSSTransition, { key: REACT_KEY_FOR_INPUT, timeout: CSS_TRANSITION_DURATION, classNames: "zoomIn" }, react_1.default.createElement(input_element_1.default, { autoComplete: "off", size: size, disabled: disableInputComponent, readOnly: readOnly, ref: inputRef, autoFocus: autoFocus, placeholder: !value.length ? placeholder : '', prefixCls: prefixCls + "-input", autoFitWidth: { delay: function () { return refDelay.current; }, }, onPressEnter: function (e) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) { switch (_a.label) { case 0: inputValue && e.preventDefault(); onPressEnter && onPressEnter(e); return [4 /*yield*/, tryAddInputValueToTag()]; case 1: _a.sent(); return [2 /*return*/]; } }); }); }, onFocus: function (e) { if (!disableInputComponent && !readOnly) { setFocused(true); onFocus && onFocus(e); } }, onBlur: function (e) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) { switch (_a.label) { case 0: setFocused(false); onBlur && onBlur(e); if (!saveOnBlur) return [3 /*break*/, 2]; return [4 /*yield*/, tryAddInputValueToTag()]; case 1: _a.sent(); _a.label = 2; case 2: setInputValue(''); return [2 /*return*/]; } }); }); }, value: inputValue, onChange: function (v, e) { setInputValue(v); // Only fire callback on user input to ensure parent component can get real input value on controlled mode. onInputChange && onInputChange(v, e); }, onKeyDown: function (event) { hotkeyHandler(event); onKeyDown && onKeyDown(event); }, onPaste: onPaste }))); return (react_1.default.createElement("div", __assign({}, (0, omit_1.default)(rest, ['size', 'defaultValue', 'value', 'inputValue']), { style: style, className: (0, classNames_1.default)(prefixCls, (_a = {}, _a[prefixCls + "-size-" + size] = size, _a[prefixCls + "-disabled"] = disabled, _a[prefixCls + "-error"] = error, _a[prefixCls + "-focus"] = focused, _a[prefixCls + "-readonly"] = readOnly, _a[prefixCls + "-has-suffix"] = hasSuffix, _a[prefixCls + "-has-placeholder"] = !value.length, _a[prefixCls + "-rtl"] = rtl, _a), className), onMouseDown: function (event) { focused && keepFocus(event); }, onClick: function (e) { !focused && inputRef.current && inputRef.current.focus(); if (onClick) { onClick(e); } } }), react_1.default.createElement("div", { className: prefixCls + "-view" }, draggable ? (react_1.default.createElement(UsedTransitionGroup, { key: "transitionGroupWithDrag", prefixCls: prefixCls, animation: animation }, react_1.default.createElement(Draggable_1.default, { itemWrapperStyle: { display: 'inline-block' }, direction: "horizontal", onIndexChange: function (index, prevIndex) { var moveItem = function (arr, fromIndex, toIndex) { arr = arr.slice(); var isMoveLeft = fromIndex > toIndex; var _a = __read(arr.splice(fromIndex, 1), 1), item = _a[0]; arr.splice(isMoveLeft ? toIndex : toIndex - 1, 0, item); return arr; }; valueChangeHandler(moveItem(value, prevIndex, index), 'sort'); } }, childrenWithAnimation))) : (react_1.default.createElement(UsedTransitionGroup, { prefixCls: prefixCls, animation: animation }, childrenWithAnimation)), hasSuffix && (react_1.default.createElement("div", { className: prefixCls + "-suffix", onMouseDown: keepFocus }, clearIcon, suffix))))); } var InputTagRef = react_1.default.forwardRef(InputTag); InputTagRef.displayName = 'InputTag'; exports.default = InputTagRef;