|
@@ -3,7 +3,7 @@
|
|
|
* http://github.com/RobinHerbots/jquery.inputmask
|
|
* http://github.com/RobinHerbots/jquery.inputmask
|
|
|
* Copyright (c) 2010 - 2013 Robin Herbots
|
|
* Copyright (c) 2010 - 2013 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: 2.2.4
|
|
|
|
|
|
|
+* Version: 2.2.5
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
(function ($) {
|
|
(function ($) {
|
|
@@ -159,7 +159,7 @@
|
|
|
masksets = this.data('inputmask')['masksets'];
|
|
masksets = this.data('inputmask')['masksets'];
|
|
|
activeMasksetIndex = this.data('inputmask')['activeMasksetIndex'];
|
|
activeMasksetIndex = this.data('inputmask')['activeMasksetIndex'];
|
|
|
opts = this.data('inputmask')['opts'];
|
|
opts = this.data('inputmask')['opts'];
|
|
|
- return isComplete(this[0].split(''));
|
|
|
|
|
|
|
+ return isComplete(this[0]._valueGet().split(''));
|
|
|
default:
|
|
default:
|
|
|
//check if the fn is an alias
|
|
//check if the fn is an alias
|
|
|
if (!resolveAlias(fn, options)) {
|
|
if (!resolveAlias(fn, options)) {
|
|
@@ -1241,7 +1241,7 @@
|
|
|
}
|
|
}
|
|
|
if (refresh !== true) {
|
|
if (refresh !== true) {
|
|
|
maskL = getMaskLength(buffer); //update masklength to include possible groupSeparator offset
|
|
maskL = getMaskLength(buffer); //update masklength to include possible groupSeparator offset
|
|
|
- var firstUnmaskedPosition = firstMaskPos;
|
|
|
|
|
|
|
+ var firstMaskPos = seekNext(buffer, -1), firstUnmaskedPosition = firstMaskPos;
|
|
|
if (opts.insertMode == true) {
|
|
if (opts.insertMode == true) {
|
|
|
if (getActiveMaskSet()['greedy'] == true) {
|
|
if (getActiveMaskSet()['greedy'] == true) {
|
|
|
var bfrClone = buffer.slice();
|
|
var bfrClone = buffer.slice();
|
|
@@ -1335,7 +1335,7 @@ Input Mask plugin extensions
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 - 2013 Robin Herbots
|
|
Copyright (c) 2010 - 2013 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: 2.2.4
|
|
|
|
|
|
|
+Version: 2.2.5
|
|
|
|
|
|
|
|
Optional extensions on the jquery.inputmask base
|
|
Optional extensions on the jquery.inputmask base
|
|
|
*/
|
|
*/
|
|
@@ -1432,7 +1432,7 @@ Input Mask plugin extensions
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 - 2012 Robin Herbots
|
|
Copyright (c) 2010 - 2012 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: 2.2.4
|
|
|
|
|
|
|
+Version: 2.2.5
|
|
|
|
|
|
|
|
Optional extensions on the jquery.inputmask base
|
|
Optional extensions on the jquery.inputmask base
|
|
|
*/
|
|
*/
|
|
@@ -1925,7 +1925,7 @@ Input Mask plugin extensions
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 - 2013 Robin Herbots
|
|
Copyright (c) 2010 - 2013 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: 2.2.4
|
|
|
|
|
|
|
+Version: 2.2.5
|
|
|
|
|
|
|
|
Optional extensions on the jquery.inputmask base
|
|
Optional extensions on the jquery.inputmask base
|
|
|
*/
|
|
*/
|