|
@@ -3,7 +3,7 @@
|
|
|
* https://github.com/RobinHerbots/jquery.inputmask
|
|
* https://github.com/RobinHerbots/jquery.inputmask
|
|
|
* Copyright (c) 2010 - 2016 Robin Herbots
|
|
* Copyright (c) 2010 - 2016 Robin Herbots
|
|
|
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-* Version: 3.3.2-90
|
|
|
|
|
|
|
+* Version: 3.3.2-91
|
|
|
*/
|
|
*/
|
|
|
!function(factory) {
|
|
!function(factory) {
|
|
|
"function" == typeof define && define.amd ? define([ "inputmask.dependencyLib" ], factory) : "object" == typeof exports ? module.exports = factory(require("./inputmask.dependencyLib.jquery")) : factory(window.dependencyLib || jQuery);
|
|
"function" == typeof define && define.amd ? define([ "inputmask.dependencyLib" ], factory) : "object" == typeof exports ? module.exports = factory(require("./inputmask.dependencyLib.jquery")) : factory(window.dependencyLib || jQuery);
|
|
@@ -494,7 +494,7 @@
|
|
|
locator: [],
|
|
locator: [],
|
|
|
cd: cacheDependency
|
|
cd: cacheDependency
|
|
|
}), void 0 !== ndxIntlzr && getMaskSet().tests[pos] ? filterTests($.extend(!0, [], matches)) : (getMaskSet().tests[pos] = $.extend(!0, [], matches),
|
|
}), void 0 !== ndxIntlzr && getMaskSet().tests[pos] ? filterTests($.extend(!0, [], matches)) : (getMaskSet().tests[pos] = $.extend(!0, [], matches),
|
|
|
- filterTests(getMaskSet().tests[pos]));
|
|
|
|
|
|
|
+ console.log(pos + " - " + JSON.stringify(matches)), filterTests(getMaskSet().tests[pos]));
|
|
|
}
|
|
}
|
|
|
function getBufferTemplate() {
|
|
function getBufferTemplate() {
|
|
|
return void 0 === getMaskSet()._buffer && (getMaskSet()._buffer = getMaskTemplate(!1, 1),
|
|
return void 0 === getMaskSet()._buffer && (getMaskSet()._buffer = getMaskTemplate(!1, 1),
|
|
@@ -1044,7 +1044,7 @@
|
|
|
var input = this, nptValue = input.inputmask._valueGet();
|
|
var input = this, nptValue = input.inputmask._valueGet();
|
|
|
opts.showMaskOnFocus && (!opts.showMaskOnHover || opts.showMaskOnHover && "" === nptValue) ? input.inputmask._valueGet() !== getBuffer().join("") && writeBuffer(input, getBuffer(), seekNext(getLastValidPosition())) : mouseEnter === !1 && caret(input, seekNext(getLastValidPosition())),
|
|
opts.showMaskOnFocus && (!opts.showMaskOnHover || opts.showMaskOnHover && "" === nptValue) ? input.inputmask._valueGet() !== getBuffer().join("") && writeBuffer(input, getBuffer(), seekNext(getLastValidPosition())) : mouseEnter === !1 && caret(input, seekNext(getLastValidPosition())),
|
|
|
opts.positionCaretOnTab === !0 && setTimeout(function() {
|
|
opts.positionCaretOnTab === !0 && setTimeout(function() {
|
|
|
- caret(input, seekNext(getLastValidPosition()));
|
|
|
|
|
|
|
+ clickEvent.apply(this, [ e ]);
|
|
|
}, 0), undoValue = getBuffer().join("");
|
|
}, 0), undoValue = getBuffer().join("");
|
|
|
}
|
|
}
|
|
|
function mouseleaveEvent(e) {
|
|
function mouseleaveEvent(e) {
|