浏览代码

repackage

Robin Herbots 12 年之前
父节点
当前提交
1ecd4ec04e

+ 1 - 1
build.properties

@@ -7,7 +7,7 @@ distdir = dist
 
 
 build.major = 2
 build.major = 2
 build.minor = 3
 build.minor = 3
-build.revision = 48
+build.revision = 49
 
 
 target = jquery.inputmask.bundle.js
 target = jquery.inputmask.bundle.js
 target.min = jquery.inputmask.bundle.min.js
 target.min = jquery.inputmask.bundle.min.js

+ 4 - 0
build.xml

@@ -50,6 +50,8 @@
             </fileset>
             </fileset>
             <arg line="-jar" />
             <arg line="-jar" />
             <arg path="${GoogleCompiler}" />
             <arg path="${GoogleCompiler}" />
+			<arg value="--compilation_level" />
+			<arg value="ADVANCED_OPTIMIZATIONS" />
             <arg value="--warning_level" />
             <arg value="--warning_level" />
             <arg value="QUIET" />
             <arg value="QUIET" />
             <arg value="--js_output_file" />
             <arg value="--js_output_file" />
@@ -68,6 +70,8 @@
             </fileset>
             </fileset>
             <arg line="-jar" />
             <arg line="-jar" />
             <arg path="${GoogleCompiler}" />
             <arg path="${GoogleCompiler}" />
+			<arg value="--compilation_level" />
+			<arg value="ADVANCED_OPTIMIZATIONS" />
             <arg value="--warning_level" />
             <arg value="--warning_level" />
             <arg value="QUIET" />
             <arg value="QUIET" />
             <arg value="--js_output_file" />
             <arg value="--js_output_file" />

+ 1 - 1
component.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "jquery.inputmask",
     "name": "jquery.inputmask",
-    "version": "2.3.48",
+    "version": "2.3.49",
     "main": "./dist/jquery.inputmask.bundle.js",
     "main": "./dist/jquery.inputmask.bundle.js",
     "dependencies": {
     "dependencies": {
         "jquery": ">=1.5"
         "jquery": ">=1.5"

二进制
dist/jQuery.InputMask.2.3.48.nupkg


二进制
dist/jQuery.InputMask.2.3.49.nupkg


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

@@ -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.3.48
+* Version: 2.3.49
 */
 */
 
 
 (function ($) {
 (function ($) {
@@ -1679,7 +1679,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.3.48
+Version: 2.3.49
 
 
 Optional extensions on the jquery.inputmask base
 Optional extensions on the jquery.inputmask base
 */
 */
@@ -1781,7 +1781,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.3.48
+Version: 2.3.49
 
 
 Optional extensions on the jquery.inputmask base
 Optional extensions on the jquery.inputmask base
 */
 */
@@ -2258,7 +2258,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.3.48
+Version: 2.3.49
 
 
 Optional extensions on the jquery.inputmask base
 Optional extensions on the jquery.inputmask base
 */
 */
@@ -2427,7 +2427,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.3.48
+Version: 2.3.49
 
 
 Regex extensions on the jquery.inputmask base
 Regex extensions on the jquery.inputmask base
 Allows for using regular expressions as a mask
 Allows for using regular expressions as a mask
@@ -2597,7 +2597,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.3.48
+Version: 2.3.49
 
 
 Phone extension based on https://github.com/andr-04/inputmask-multi
 Phone extension based on https://github.com/andr-04/inputmask-multi
 When using this extension make sure you specify the correct url to get the masks
 When using this extension make sure you specify the correct url to get the masks

文件差异内容过多而无法显示
+ 50 - 77
dist/jquery.inputmask.bundle.min.js


文件差异内容过多而无法显示
+ 12 - 15
dist/min/jquery.inputmask.date.extensions.js


文件差异内容过多而无法显示
+ 2 - 3
dist/min/jquery.inputmask.extensions.js


文件差异内容过多而无法显示
+ 27 - 48
dist/min/jquery.inputmask.js


文件差异内容过多而无法显示
+ 5 - 6
dist/min/jquery.inputmask.numeric.extensions.js


+ 1 - 1
dist/min/jquery.inputmask.phone.extensions.js

@@ -1 +1 @@
-$.extend($.inputmask.defaults.aliases,{phone:{url:"phone-codes/phone-codes.json",mask:function(a){a.definitions={p:{validator:function(){return!1},cardinality:1},"#":{validator:"[0-9]",cardinality:1}};var b=[];$.ajax({url:a.url,async:!1,dataType:"json",success:function(a){b=a}});b.splice(0,0,"+p(ppp)ppp-pppp");return b}}});
+$.extend($.g.e.d,{phone:{url:"phone-codes/phone-codes.json",h:function(a){a.f={p:{b:function(){return!1},a:1},"#":{b:"[0-9]",a:1}};var b=[];$.c({url:a.url,async:!1,dataType:"json",i:function(a){b=a}});b.splice(0,0,"+p(ppp)ppp-pppp");return b}}});

文件差异内容过多而无法显示
+ 4 - 4
dist/min/jquery.inputmask.regex.extensions.js


+ 1 - 1
jquery.inputmask.jquery.json

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

二进制
tools/compiler.jar