@byteluck-fe/runtime-desktop-controls 1.2.1 → 1.2.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.
@@ -294,7 +294,7 @@ function dp(e, t) {
294
294
  if (!xt(e) || e === null || e === "")
295
295
  return console.log("A"), "";
296
296
  let a = Number(String(e).replace(/,/g, ""));
297
- return Number.isNaN(a) ? (console.log("B", a, e), "") : (t !== "" && (a = gi(a, t), console.log("D", a)), a);
297
+ return Number.isNaN(a) ? (console.log("B", a, e), "") : (t !== "" && (a = Number(gi(a, t)), console.log("D", a)), a);
298
298
  }
299
299
  const fu = navigator.userAgent.toLowerCase();
300
300
  function Mh() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/runtime-desktop-controls",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/runtime-desktop-controls.js",