@povio/ui 2.3.0-rc.21 → 2.3.0-rc.22
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.
|
@@ -306,7 +306,7 @@ var NumberInputBase = (props) => {
|
|
|
306
306
|
return t28;
|
|
307
307
|
};
|
|
308
308
|
var NumberInputInner = (t0) => {
|
|
309
|
-
const $ = c(
|
|
309
|
+
const $ = c(9);
|
|
310
310
|
const { renderStaticInput, isFormControlDisabled, ...props } = t0;
|
|
311
311
|
const ui = UIConfig.useConfig();
|
|
312
312
|
const { locale } = useLocale();
|
|
@@ -378,23 +378,21 @@ var NumberInputInner = (t0) => {
|
|
|
378
378
|
});
|
|
379
379
|
}
|
|
380
380
|
const T0 = NumberInputBase;
|
|
381
|
-
const t2 = props.
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
t4 = /* @__PURE__ */ jsx(T0, {
|
|
381
|
+
const t2 = mergeRefs(props.ref, inputRef);
|
|
382
|
+
let t3;
|
|
383
|
+
if ($[4] !== T0 || $[5] !== props || $[6] !== shouldFocus || $[7] !== t2) {
|
|
384
|
+
t3 = /* @__PURE__ */ jsx(T0, {
|
|
386
385
|
...props,
|
|
387
|
-
ref:
|
|
386
|
+
ref: t2,
|
|
388
387
|
autoFocusOnMount: shouldFocus
|
|
389
|
-
}
|
|
388
|
+
});
|
|
390
389
|
$[4] = T0;
|
|
391
390
|
$[5] = props;
|
|
392
391
|
$[6] = shouldFocus;
|
|
393
392
|
$[7] = t2;
|
|
394
393
|
$[8] = t3;
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
return t4;
|
|
394
|
+
} else t3 = $[8];
|
|
395
|
+
return t3;
|
|
398
396
|
};
|
|
399
397
|
var NumberInput = (t0) => {
|
|
400
398
|
const $ = c(21);
|