Browse Source

export inputmask for use with requirejs

Robin Herbots 11 years ago
parent
commit
f8d908d135

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "jquery.inputmask",
-  "version": "3.0.70",
+  "version": "3.0.71",
   "main": [
     "./dist/inputmask/jquery.inputmask.js",
     "./dist/inputmask/jquery.inputmask.extensions.js",

+ 1 - 1
build.properties

@@ -7,7 +7,7 @@ distdir = dist
 
 build.major = 3
 build.minor = 0
-build.revision = 70
+build.revision = 71
 
 target = jquery.inputmask.bundle.js
 target.min = jquery.inputmask.bundle.min.js

File diff suppressed because it is too large
+ 1 - 1
dist/inputmask/jquery.inputmask.date.extensions.js


File diff suppressed because it is too large
+ 3 - 3
dist/inputmask/jquery.inputmask.extensions.js


File diff suppressed because it is too large
+ 57 - 57
dist/inputmask/jquery.inputmask.js


File diff suppressed because it is too large
+ 1 - 1
dist/inputmask/jquery.inputmask.numeric.extensions.js


File diff suppressed because it is too large
+ 1 - 1
dist/inputmask/jquery.inputmask.phone.extensions.js


File diff suppressed because it is too large
+ 5 - 5
dist/inputmask/jquery.inputmask.regex.extensions.js


+ 13 - 6
dist/jquery.inputmask.bundle.js

@@ -3,7 +3,7 @@
 * http://github.com/RobinHerbots/jquery.inputmask
 * Copyright (c) 2010 - 2014 Robin Herbots
 * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-* Version: 3.0.70
+* Version: 3.0.71
 */
 
 (function (factory) {
@@ -1934,13 +1934,14 @@
             }
         };
     }
+    return $.fn.inputmask;
 }));
 /*
 Input Mask plugin extensions
 http://github.com/RobinHerbots/jquery.inputmask
 Copyright (c) 2010 - 2014 Robin Herbots
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-Version: 3.0.70
+Version: 3.0.71
 
 Optional extensions on the jquery.inputmask base
 */
@@ -2061,13 +2062,14 @@ Optional extensions on the jquery.inputmask base
             }
         }
     });
+    return $.fn.inputmask;
 }));
 /*
 Input Mask plugin extensions
 http://github.com/RobinHerbots/jquery.inputmask
 Copyright (c) 2010 - 2014 Robin Herbots
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-Version: 3.0.70
+Version: 3.0.71
 
 Optional extensions on the jquery.inputmask base
 */
@@ -2555,13 +2557,15 @@ Optional extensions on the jquery.inputmask base
             alias: "mm/dd/yyyy"
         }
     });
+
+    return $.fn.inputmask;
 }));
 /*
 Input Mask plugin extensions
 http://github.com/RobinHerbots/jquery.inputmask
 Copyright (c) 2010 - 2014 Robin Herbots
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-Version: 3.0.70
+Version: 3.0.71
 
 Optional extensions on the jquery.inputmask base
 */
@@ -2814,13 +2818,14 @@ Optional extensions on the jquery.inputmask base
             digits: "0"
         }
     });
+    return $.fn.inputmask;
 }));
 /*
 Input Mask plugin extensions
 http://github.com/RobinHerbots/jquery.inputmask
 Copyright (c) 2010 - 2014 Robin Herbots
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-Version: 3.0.70
+Version: 3.0.71
 
 Regex extensions on the jquery.inputmask base
 Allows for using regular expressions as a mask
@@ -3007,13 +3012,14 @@ Allows for using regular expressions as a mask
             }
         }
     });
+    return $.fn.inputmask;
 }));
 /*
 Input Mask plugin extensions
 http://github.com/RobinHerbots/jquery.inputmask
 Copyright (c) 2010 - 2014 Robin Herbots
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-Version: 3.0.70
+Version: 3.0.71
 
 Phone extension.
 When using this extension make sure you specify the correct url to get the masks
@@ -3094,4 +3100,5 @@ When using this extension make sure you specify the correct url to get the masks
             nojumpsThreshold: 4
         }
     });
+    return $.fn.inputmask;
 }));

File diff suppressed because it is too large
+ 92 - 92
dist/jquery.inputmask.bundle.min.js


+ 1 - 1
jquery.inputmask.jquery.json

@@ -8,7 +8,7 @@
 		"inputmask",
 		"mask"
     ],
-    "version": "3.0.70",
+    "version": "3.0.71",
     "author": {
         "name": "Robin Herbots",
         "url": "http://github.com/RobinHerbots/jquery.inputmask"

+ 2 - 0
js/jquery.inputmask.date.extensions.js

@@ -491,4 +491,6 @@ Optional extensions on the jquery.inputmask base
             alias: "mm/dd/yyyy"
         }
     });
+
+    return $.fn.inputmask;
 }));

+ 1 - 0
js/jquery.inputmask.extensions.js

@@ -124,4 +124,5 @@ Optional extensions on the jquery.inputmask base
             }
         }
     });
+    return $.fn.inputmask;
 }));

+ 1 - 0
js/jquery.inputmask.js

@@ -1934,4 +1934,5 @@
             }
         };
     }
+    return $.fn.inputmask;
 }));

+ 1 - 0
js/jquery.inputmask.numeric.extensions.js

@@ -256,4 +256,5 @@ Optional extensions on the jquery.inputmask base
             digits: "0"
         }
     });
+    return $.fn.inputmask;
 }));

+ 1 - 0
js/jquery.inputmask.phone.extensions.js

@@ -84,4 +84,5 @@ When using this extension make sure you specify the correct url to get the masks
             nojumpsThreshold: 4
         }
     });
+    return $.fn.inputmask;
 }));

+ 1 - 0
js/jquery.inputmask.regex.extensions.js

@@ -190,4 +190,5 @@ Allows for using regular expressions as a mask
             }
         }
     });
+    return $.fn.inputmask;
 }));

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "jquery.inputmask",
-  "version": "3.0.70",
+  "version": "3.0.71",
   "description": "jquery.inputmask is a jquery plugin which create an input mask.",
   "main": [
     "./dist/inputmask/jquery.inputmask.js",