rc-picker
Advanced tools
Comparing version 0.0.1-alpha.0 to 0.0.1-alpha.1
@@ -354,2 +354,10 @@ "use strict"; | ||
})); | ||
var suffixNode; | ||
if (suffixIcon) { | ||
suffixNode = React.createElement("span", { | ||
className: "".concat(prefixCls, "-suffix") | ||
}, suffixIcon); | ||
} | ||
var clearNode; | ||
@@ -400,3 +408,3 @@ | ||
ref: inputRef | ||
}), suffixIcon, clearNode)))); | ||
}), suffixNode, clearNode)))); | ||
} // Wrap with class component to enable pass generic with instance method | ||
@@ -403,0 +411,0 @@ |
@@ -354,2 +354,10 @@ "use strict"; | ||
})); | ||
var suffixNode; | ||
if (suffixIcon) { | ||
suffixNode = React.createElement("span", { | ||
className: "".concat(prefixCls, "-suffix") | ||
}, suffixIcon); | ||
} | ||
var clearNode; | ||
@@ -400,3 +408,3 @@ | ||
ref: inputRef | ||
}), suffixIcon, clearNode)))); | ||
}), suffixNode, clearNode)))); | ||
} // Wrap with class component to enable pass generic with instance method | ||
@@ -403,0 +411,0 @@ |
{ | ||
"name": "rc-picker", | ||
"version": "0.0.1-alpha.0", | ||
"version": "0.0.1-alpha.1", | ||
"description": "React date & time picker", | ||
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
406342
10435
0