@gisce/react-ooui 1.5.2-rc.0 → 1.5.2-rc.2
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 +0 -2
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/react-ooui.umd.js +1 -1
- package/dist/react-ooui.umd.js.map +1 -1
- package/dist/widgets/base/Float.d.ts.map +1 -1
- package/dist/widgets/base/Integer.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/widgets/base/Float.tsx +0 -1
- package/src/widgets/base/Integer.tsx +0 -1
package/dist/react-ooui.es.js
CHANGED
|
@@ -3944,7 +3944,6 @@ const Zt = bt(Ol), Xt = (e) => {
|
|
|
3944
3944
|
id: r,
|
|
3945
3945
|
precision: i,
|
|
3946
3946
|
formatter: (d) => `${d}`.replace(/[^0-9\.\-]+/g, ""),
|
|
3947
|
-
defaultValue: 0,
|
|
3948
3947
|
decimalSeparator: ".",
|
|
3949
3948
|
onBlur: c
|
|
3950
3949
|
})
|
|
@@ -3979,7 +3978,6 @@ const Zt = bt(Ol), Xt = (e) => {
|
|
|
3979
3978
|
const u = d;
|
|
3980
3979
|
r == null || r(u);
|
|
3981
3980
|
},
|
|
3982
|
-
defaultValue: 0,
|
|
3983
3981
|
onBlur: c,
|
|
3984
3982
|
precision: 0,
|
|
3985
3983
|
style: l
|