rc-mentions
Advanced tools
Comparing version 2.16.0 to 2.16.1
@@ -5,3 +5,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties"; | ||
var _excluded = ["prefixCls", "className", "style", "prefix", "split", "notFoundContent", "value", "defaultValue", "children", "options", "open", "allowClear", "silent", "validateSearch", "filterOption", "onChange", "onKeyDown", "onKeyUp", "onPressEnter", "onSearch", "onSelect", "onFocus", "onBlur", "transitionName", "placement", "direction", "getPopupContainer", "dropdownClassName", "rows"], | ||
var _excluded = ["prefixCls", "className", "style", "prefix", "split", "notFoundContent", "value", "defaultValue", "children", "options", "open", "allowClear", "silent", "validateSearch", "filterOption", "onChange", "onKeyDown", "onKeyUp", "onPressEnter", "onSearch", "onSelect", "onFocus", "onBlur", "transitionName", "placement", "direction", "getPopupContainer", "dropdownClassName", "rows", "visible"], | ||
_excluded2 = ["suffix", "prefixCls", "defaultValue", "value", "allowClear", "onChange", "classNames", "className", "disabled", "onClear"]; | ||
@@ -57,2 +57,3 @@ import classNames from 'classnames'; | ||
rows = _props$rows === void 0 ? 1 : _props$rows, | ||
visible = props.visible, | ||
restProps = _objectWithoutProperties(props, _excluded); | ||
@@ -59,0 +60,0 @@ var mergedPrefix = useMemo(function () { |
@@ -26,3 +26,3 @@ "use strict"; | ||
var _util = require("./util"); | ||
var _excluded = ["prefixCls", "className", "style", "prefix", "split", "notFoundContent", "value", "defaultValue", "children", "options", "open", "allowClear", "silent", "validateSearch", "filterOption", "onChange", "onKeyDown", "onKeyUp", "onPressEnter", "onSearch", "onSelect", "onFocus", "onBlur", "transitionName", "placement", "direction", "getPopupContainer", "dropdownClassName", "rows"], | ||
var _excluded = ["prefixCls", "className", "style", "prefix", "split", "notFoundContent", "value", "defaultValue", "children", "options", "open", "allowClear", "silent", "validateSearch", "filterOption", "onChange", "onKeyDown", "onKeyUp", "onPressEnter", "onSearch", "onSelect", "onFocus", "onBlur", "transitionName", "placement", "direction", "getPopupContainer", "dropdownClassName", "rows", "visible"], | ||
_excluded2 = ["suffix", "prefixCls", "defaultValue", "value", "allowClear", "onChange", "classNames", "className", "disabled", "onClear"]; | ||
@@ -65,2 +65,3 @@ var InternalMentions = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) { | ||
rows = _props$rows === void 0 ? 1 : _props$rows, | ||
visible = props.visible, | ||
restProps = (0, _objectWithoutProperties2.default)(props, _excluded); | ||
@@ -67,0 +68,0 @@ var mergedPrefix = (0, _react.useMemo)(function () { |
{ | ||
"name": "rc-mentions", | ||
"version": "2.16.0", | ||
"version": "2.16.1", | ||
"description": "React Mentions", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77300
1712