@gisce/react-ooui 2.2.0-alpha.1 → 2.2.0-alpha.3
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/react-ooui.es.js
CHANGED
|
@@ -3130,9 +3130,10 @@ const Zt = pt(Aa), Qt = (e) => {
|
|
|
3130
3130
|
style: l,
|
|
3131
3131
|
id: n,
|
|
3132
3132
|
precision: i,
|
|
3133
|
-
formatter: (f) => `${f}`.replace(/[^0-9
|
|
3133
|
+
formatter: (f) => `${f}`.replace(/[^0-9.-]+/g, ""),
|
|
3134
3134
|
decimalSeparator: ".",
|
|
3135
|
-
onBlur: u
|
|
3135
|
+
onBlur: u,
|
|
3136
|
+
wheel: !1
|
|
3136
3137
|
}
|
|
3137
3138
|
) });
|
|
3138
3139
|
}, { useToken: Ma } = He, sn = (e) => {
|
|
@@ -3150,7 +3151,8 @@ const Zt = pt(Aa), Qt = (e) => {
|
|
|
3150
3151
|
},
|
|
3151
3152
|
onBlur: u,
|
|
3152
3153
|
precision: 0,
|
|
3153
|
-
style: l
|
|
3154
|
+
style: l,
|
|
3155
|
+
wheel: !1
|
|
3154
3156
|
}
|
|
3155
3157
|
) });
|
|
3156
3158
|
};
|