@aveonline/ui-react 2.33.4 → 2.33.5
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/ui-react.mjs +6 -2
- package/package.json +1 -1
package/dist/ui-react.mjs
CHANGED
|
@@ -21246,7 +21246,9 @@ const Ume = qe((e, t) => {
|
|
|
21246
21246
|
allowNegativeValue: !1,
|
|
21247
21247
|
allowDecimals: !1,
|
|
21248
21248
|
title: oe,
|
|
21249
|
-
onValueChange: (L) =>
|
|
21249
|
+
onValueChange: (L) => {
|
|
21250
|
+
Q == null || Q(String(L ?? ""));
|
|
21251
|
+
}
|
|
21250
21252
|
}
|
|
21251
21253
|
) : w === "custom" && I ? /* @__PURE__ */ A.jsx(
|
|
21252
21254
|
ld,
|
|
@@ -21262,7 +21264,9 @@ const Ume = qe((e, t) => {
|
|
|
21262
21264
|
value: j,
|
|
21263
21265
|
disabled: i,
|
|
21264
21266
|
title: oe,
|
|
21265
|
-
onValueChange: (L) =>
|
|
21267
|
+
onValueChange: (L) => {
|
|
21268
|
+
Q == null || Q(String(L ?? ""));
|
|
21269
|
+
},
|
|
21266
21270
|
...I
|
|
21267
21271
|
}
|
|
21268
21272
|
) : /* @__PURE__ */ A.jsx("input", { ...ae });
|