@airpower/web 1.9.7 → 1.9.8
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/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -13578,6 +13578,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
13578
13578
|
}
|
|
13579
13579
|
}
|
|
13580
13580
|
function emitValue() {
|
|
13581
|
+
checkNumberValue();
|
|
13581
13582
|
if (formConfig.value && value.value) {
|
|
13582
13583
|
switch (formConfig.value.trim) {
|
|
13583
13584
|
case FormTrim.ALL:
|
|
@@ -13595,7 +13596,6 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
13595
13596
|
emitChange();
|
|
13596
13597
|
}
|
|
13597
13598
|
function onKeyDown(event) {
|
|
13598
|
-
checkNumberValue();
|
|
13599
13599
|
switch (event.code) {
|
|
13600
13600
|
case "KeyE":
|
|
13601
13601
|
if (formConfig.value?.number) {
|