bk-magic-vue 2.5.9-beta.40 → 2.5.9-beta.41
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/bk-magic-vue.js +2 -2
- package/dist/bk-magic-vue.min.js +1 -1
- package/dist/bk-magic-vue.min.js.gz +0 -0
- package/lib/card.js +2 -2
- package/lib/input.js +2 -2
- package/lib/pagination.js +2 -2
- package/lib/slider.js +2 -2
- package/lib/table.js +2 -2
- package/lib/transfer.js +2 -2
- package/package.json +1 -1
package/dist/bk-magic-vue.js
CHANGED
|
@@ -30144,9 +30144,9 @@
|
|
|
30144
30144
|
handlerCompositionend: function handlerCompositionend(e) {
|
|
30145
30145
|
if (this.inputType === 'number' && this.isOnComposition) {
|
|
30146
30146
|
e.target.value = this.curValue;
|
|
30147
|
-
this.isOnComposition = false;
|
|
30148
|
-
this.handlerInput(e);
|
|
30149
30147
|
}
|
|
30148
|
+
this.isOnComposition = false;
|
|
30149
|
+
this.handlerInput(e);
|
|
30150
30150
|
},
|
|
30151
30151
|
handlerInput: function handlerInput(event) {
|
|
30152
30152
|
var _this5 = this;
|