@opentiny/vue-renderless 3.8.2 → 3.8.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/common/bigInt.js CHANGED
@@ -127,6 +127,7 @@ class BigIntDecimal {
127
127
  this.integer = BigInt(numbers[0]);
128
128
  const decimalStr = numbers[1] || "0";
129
129
  this.decimal = convertBigInt(decimalStr);
130
+ this.decimalLen = decimalStr.length;
130
131
  } else {
131
132
  this.nan = true;
132
133
  }
package/common/index.js CHANGED
@@ -251,7 +251,7 @@ const EDOC = {
251
251
  constants: 320,
252
252
  twenty: 20
253
253
  };
254
- const version = "3.8.2";
254
+ const version = "3.8.3";
255
255
  const log = (data, type = "log") => {
256
256
  uLog.logger[type](data);
257
257
  };
package/common/runtime.js CHANGED
@@ -22,7 +22,7 @@ import vuePopup from "./deps/vue-popup";
22
22
  import validate from "./validate";
23
23
  import memorize from "./deps/memorize";
24
24
  import * as common from ".";
25
- const version = "3.8.2";
25
+ const version = "3.8.3";
26
26
  const Renderless = {
27
27
  browser,
28
28
  array,
package/numeric/index.js CHANGED
@@ -192,7 +192,6 @@ const handleInput = ({ state, api, emit, props }) => (event) => {
192
192
  event.target.value = isNull(value) ? "" : value;
193
193
  state.lastInput = value;
194
194
  state.userInput = value;
195
- api.setCurrentValue(value === "-" ? 0 : value);
196
195
  };
197
196
  const handleInputChange = ({ api }) => (event) => {
198
197
  const value = event.target.value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/vue-renderless",
3
- "version": "3.8.2",
3
+ "version": "3.8.3",
4
4
  "description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
5
5
  "homepage": "https://opentiny.design/tiny-vue",
6
6
  "keywords": [