Comparing version 1.6.2 to 1.6.3
@@ -61,7 +61,5 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2"; | ||
if (hasAffix) { | ||
var _clsx2; | ||
// ================== Clear Icon ================== // | ||
var clearIcon = null; | ||
if (allowClear) { | ||
var _clsx; | ||
var needClear = !disabled && !readOnly && value; | ||
@@ -81,3 +79,3 @@ var clearIconCls = "".concat(prefixCls, "-clear-icon"); | ||
}, | ||
className: clsx(clearIconCls, (_clsx = {}, _defineProperty(_clsx, "".concat(clearIconCls, "-hidden"), !needClear), _defineProperty(_clsx, "".concat(clearIconCls, "-has-suffix"), !!suffix), _clsx)), | ||
className: clsx(clearIconCls, _defineProperty(_defineProperty({}, "".concat(clearIconCls, "-hidden"), !needClear), "".concat(clearIconCls, "-has-suffix"), !!suffix)), | ||
role: "button", | ||
@@ -88,3 +86,3 @@ tabIndex: -1 | ||
var affixWrapperPrefixCls = "".concat(prefixCls, "-affix-wrapper"); | ||
var affixWrapperCls = clsx(affixWrapperPrefixCls, (_clsx2 = {}, _defineProperty(_clsx2, "".concat(prefixCls, "-disabled"), disabled), _defineProperty(_clsx2, "".concat(affixWrapperPrefixCls, "-disabled"), disabled), _defineProperty(_clsx2, "".concat(affixWrapperPrefixCls, "-focused"), focused), _defineProperty(_clsx2, "".concat(affixWrapperPrefixCls, "-readonly"), readOnly), _defineProperty(_clsx2, "".concat(affixWrapperPrefixCls, "-input-with-clear-btn"), suffix && allowClear && value), _clsx2), classes === null || classes === void 0 ? void 0 : classes.affixWrapper, classNames === null || classNames === void 0 ? void 0 : classNames.affixWrapper, classNames === null || classNames === void 0 ? void 0 : classNames.variant); | ||
var affixWrapperCls = clsx(affixWrapperPrefixCls, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(prefixCls, "-disabled"), disabled), "".concat(affixWrapperPrefixCls, "-disabled"), disabled), "".concat(affixWrapperPrefixCls, "-focused"), focused), "".concat(affixWrapperPrefixCls, "-readonly"), readOnly), "".concat(affixWrapperPrefixCls, "-input-with-clear-btn"), suffix && allowClear && value), classes === null || classes === void 0 ? void 0 : classes.affixWrapper, classNames === null || classNames === void 0 ? void 0 : classNames.affixWrapper, classNames === null || classNames === void 0 ? void 0 : classNames.variant); | ||
var suffixNode = (suffix || allowClear) && /*#__PURE__*/React.createElement("span", { | ||
@@ -91,0 +89,0 @@ className: clsx("".concat(prefixCls, "-suffix"), classNames === null || classNames === void 0 ? void 0 : classNames.suffix), |
@@ -175,3 +175,3 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2"; | ||
// specify either the value prop, or the defaultValue prop, but not both. | ||
'defaultValue', 'showCount', 'count', 'classes', 'htmlSize', 'styles', 'classNames']); | ||
'defaultValue', 'showCount', 'count', 'classes', 'htmlSize', 'styles', 'classNames', 'onClear']); | ||
return /*#__PURE__*/React.createElement("input", _extends({ | ||
@@ -178,0 +178,0 @@ autoComplete: autoComplete |
@@ -71,7 +71,5 @@ "use strict"; | ||
if (hasAffix) { | ||
var _clsx2; | ||
// ================== Clear Icon ================== // | ||
var clearIcon = null; | ||
if (allowClear) { | ||
var _clsx; | ||
var needClear = !disabled && !readOnly && value; | ||
@@ -91,3 +89,3 @@ var clearIconCls = "".concat(prefixCls, "-clear-icon"); | ||
}, | ||
className: (0, _classnames.default)(clearIconCls, (_clsx = {}, (0, _defineProperty2.default)(_clsx, "".concat(clearIconCls, "-hidden"), !needClear), (0, _defineProperty2.default)(_clsx, "".concat(clearIconCls, "-has-suffix"), !!suffix), _clsx)), | ||
className: (0, _classnames.default)(clearIconCls, (0, _defineProperty2.default)((0, _defineProperty2.default)({}, "".concat(clearIconCls, "-hidden"), !needClear), "".concat(clearIconCls, "-has-suffix"), !!suffix)), | ||
role: "button", | ||
@@ -98,3 +96,3 @@ tabIndex: -1 | ||
var affixWrapperPrefixCls = "".concat(prefixCls, "-affix-wrapper"); | ||
var affixWrapperCls = (0, _classnames.default)(affixWrapperPrefixCls, (_clsx2 = {}, (0, _defineProperty2.default)(_clsx2, "".concat(prefixCls, "-disabled"), disabled), (0, _defineProperty2.default)(_clsx2, "".concat(affixWrapperPrefixCls, "-disabled"), disabled), (0, _defineProperty2.default)(_clsx2, "".concat(affixWrapperPrefixCls, "-focused"), focused), (0, _defineProperty2.default)(_clsx2, "".concat(affixWrapperPrefixCls, "-readonly"), readOnly), (0, _defineProperty2.default)(_clsx2, "".concat(affixWrapperPrefixCls, "-input-with-clear-btn"), suffix && allowClear && value), _clsx2), classes === null || classes === void 0 ? void 0 : classes.affixWrapper, classNames === null || classNames === void 0 ? void 0 : classNames.affixWrapper, classNames === null || classNames === void 0 ? void 0 : classNames.variant); | ||
var affixWrapperCls = (0, _classnames.default)(affixWrapperPrefixCls, (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, "".concat(prefixCls, "-disabled"), disabled), "".concat(affixWrapperPrefixCls, "-disabled"), disabled), "".concat(affixWrapperPrefixCls, "-focused"), focused), "".concat(affixWrapperPrefixCls, "-readonly"), readOnly), "".concat(affixWrapperPrefixCls, "-input-with-clear-btn"), suffix && allowClear && value), classes === null || classes === void 0 ? void 0 : classes.affixWrapper, classNames === null || classNames === void 0 ? void 0 : classNames.affixWrapper, classNames === null || classNames === void 0 ? void 0 : classNames.variant); | ||
var suffixNode = (suffix || allowClear) && /*#__PURE__*/_react.default.createElement("span", { | ||
@@ -101,0 +99,0 @@ className: (0, _classnames.default)("".concat(prefixCls, "-suffix"), classNames === null || classNames === void 0 ? void 0 : classNames.suffix), |
@@ -185,3 +185,3 @@ "use strict"; | ||
// specify either the value prop, or the defaultValue prop, but not both. | ||
'defaultValue', 'showCount', 'count', 'classes', 'htmlSize', 'styles', 'classNames']); | ||
'defaultValue', 'showCount', 'count', 'classes', 'htmlSize', 'styles', 'classNames', 'onClear']); | ||
return /*#__PURE__*/_react.default.createElement("input", (0, _extends2.default)({ | ||
@@ -188,0 +188,0 @@ autoComplete: autoComplete |
{ | ||
"name": "rc-input", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "React input component", | ||
@@ -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
14
73352
1314