@pathscale/ui 0.0.79 → 0.0.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7725,6 +7725,7 @@ const Input = (props)=>{
|
|
|
7725
7725
|
"rightIcon",
|
|
7726
7726
|
"placeholder",
|
|
7727
7727
|
"type",
|
|
7728
|
+
"ref",
|
|
7728
7729
|
"aria-label",
|
|
7729
7730
|
"aria-describedby",
|
|
7730
7731
|
"aria-invalid",
|
|
@@ -7771,6 +7772,8 @@ const Input = (props)=>{
|
|
|
7771
7772
|
return local.leftIcon;
|
|
7772
7773
|
}
|
|
7773
7774
|
}), _el$2);
|
|
7775
|
+
var _ref$ = local.ref;
|
|
7776
|
+
"function" == typeof _ref$ ? (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.use)(_ref$, _el$2) : local.ref = _el$2;
|
|
7774
7777
|
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$2, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(others, {
|
|
7775
7778
|
get type () {
|
|
7776
7779
|
return inputType();
|