@finmars/ui 1.0.49 → 1.0.50

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.
@@ -16478,7 +16478,7 @@ function U3(e, n) {
16478
16478
  ), v = b(
16479
16479
  () => c.value.map((A) => A[e.valueKey])
16480
16480
  ), g = b(() => {
16481
- if (Ue(e.modelValue) && typeof e.modelValue != "boolean")
16481
+ if (Ue(e.modelValue) && typeof e.modelValue != "boolean" && typeof e.modelValue != "number")
16482
16482
  return "";
16483
16483
  const A = h();
16484
16484
  if (Ue(A))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finmars/ui",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "dev": "vite dev --config vite.config.dev.js",