Browse Source

Update to jquery-ui v1.12.0

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst 5 years ago
parent
commit
ec93cf7603

+ 1 - 1
bower.json

@@ -24,7 +24,7 @@
     "jcrop": "0.9.12",
     "jquery": "2.1.4",
     "jquery-migrate": "1.4.0",
-    "jquery-ui": "1.10.0",
+    "jquery-ui": "1.12.1",
     "jsTimezoneDetect": "1.0.6",
     "marked": "0.3.6",
     "moment": "2.18.1",

+ 1 - 1
core/js/core.json

@@ -2,7 +2,7 @@
 	"vendor": [
 		"jquery/dist/jquery.min.js",
 		"jquery-migrate/jquery-migrate.min.js",
-		"jquery-ui/ui/minified/jquery-ui.custom.min.js",
+		"jquery-ui/jquery-ui.min.js",
 		"underscore/underscore-min.js",
 		"moment/min/moment-with-locales.min.js",
 		"handlebars/handlebars.min.js",

+ 3 - 35
core/vendor/.gitignore

@@ -41,42 +41,10 @@ jquery/**
 !jquery/MIT-LICENSE.txt
 
 # jquery-ui
-jquery-ui/themes/base/minified
-jquery-ui/themes/base/images/**
-!jquery-ui/themes/base/images/animated-overlay.gif
-!jquery-ui/themes/base/images/ui-icons_222222_256x240.png
-jquery-ui/themes/base/jquery.ui.*
-jquery-ui/themes/black-tie
-jquery-ui/themes/blitzer
-jquery-ui/themes/cupertino
-jquery-ui/themes/dark-hive
-jquery-ui/themes/dot-luv
-jquery-ui/themes/eggplant
-jquery-ui/themes/excite-bike
-jquery-ui/themes/flick
-jquery-ui/themes/hot-sneaks
-jquery-ui/themes/humanity
-jquery-ui/themes/le-frog
-jquery-ui/themes/mint-choc
-jquery-ui/themes/overcast
-jquery-ui/themes/pepper-grinder
-jquery-ui/themes/redmond
-jquery-ui/themes/smoothness
-jquery-ui/themes/south-street
-jquery-ui/themes/start
-jquery-ui/themes/sunny
-jquery-ui/themes/swanky-purse
-jquery-ui/themes/trontastic
-jquery-ui/themes/ui-darkness
-jquery-ui/themes/ui-lightness
-jquery-ui/themes/vader
-jquery-ui/ui/**
-!jquery-ui/ui/minified/jquery-ui.custom.min.js
-jquery-ui/*.json
+jquery-ui/**
+!jquery-ui/themes/base/jquery-ui.css
+!jquery-ui/jquery-ui.min.js
 !jquery-ui/.bower.json
-jquery-ui/AUTHORS.txt
-jquery-ui/MANIFEST
-jquery-ui/README.md
 
 # jcrop
 jcrop/index.html

+ 11 - 7
core/vendor/jquery-ui/.bower.json

@@ -1,18 +1,22 @@
 {
   "name": "jquery-ui",
-  "version": "1.10.0",
-  "main": "./ui/jquery-ui.js",
+  "version": "1.12.1",
+  "main": [
+    "jquery-ui.js"
+  ],
+  "ignore": [],
+  "license": "MIT",
   "dependencies": {
-    "jquery": ">= 1.8"
+    "jquery": ">=1.6"
   },
   "homepage": "https://github.com/components/jqueryui",
-  "_release": "1.10.0",
+  "_release": "1.12.1",
   "_resolution": {
     "type": "version",
-    "tag": "1.10.0",
-    "commit": "4c0bac635cc97c8cd5087bb244d497100429fea2"
+    "tag": "1.12.1",
+    "commit": "44ecf3794cc56b65954cc19737234a3119d036cc"
   },
   "_source": "https://github.com/components/jqueryui.git",
-  "_target": "1.10.0",
+  "_target": "1.12.1",
   "_originalSource": "jquery-ui"
 }

+ 0 - 26
core/vendor/jquery-ui/MIT-LICENSE.txt

@@ -1,26 +0,0 @@
-Copyright 2013 jQuery Foundation and other contributors,
-http://jqueryui.com/
-
-This software consists of voluntary contributions made by many
-individuals (AUTHORS.txt, http://jqueryui.com/about) For exact
-contribution history, see the revision history and logs, available
-at http://jquery-ui.googlecode.com/svn/
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

File diff suppressed because it is too large
+ 5 - 0
core/vendor/jquery-ui/jquery-ui.min.js


BIN
core/vendor/jquery-ui/themes/base/images/animated-overlay.gif


BIN
core/vendor/jquery-ui/themes/base/images/ui-icons_222222_256x240.png


File diff suppressed because it is too large
+ 238 - 187
core/vendor/jquery-ui/themes/base/jquery-ui.css


File diff suppressed because it is too large
+ 0 - 5
core/vendor/jquery-ui/ui/minified/jquery-ui.custom.min.js


Some files were not shown because too many files changed in this diff