From c123fa5422c9c2df741819c4fb9a1b19547866d4 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 25 Apr 2019 11:50:26 +0200 Subject: update blueimp/jquery-file-upload --- vendor/blueimp/jquery-file-upload/SECURITY.md | 2 +- vendor/blueimp/jquery-file-upload/bower.json | 2 +- vendor/blueimp/jquery-file-upload/index.html | 20 ++++++++++++-------- vendor/blueimp/jquery-file-upload/jquery-ui.html | 12 ++++++++---- vendor/blueimp/jquery-file-upload/package.json | 2 +- vendor/composer/installed.json | 12 ++++++------ 6 files changed, 29 insertions(+), 21 deletions(-) (limited to 'vendor') diff --git a/vendor/blueimp/jquery-file-upload/SECURITY.md b/vendor/blueimp/jquery-file-upload/SECURITY.md index 86ffc163b..3e3d3a610 100644 --- a/vendor/blueimp/jquery-file-upload/SECURITY.md +++ b/vendor/blueimp/jquery-file-upload/SECURITY.md @@ -128,6 +128,6 @@ To do so, locate the ImageMagick `policy.xml` configuration file and add the fol - + ``` diff --git a/vendor/blueimp/jquery-file-upload/bower.json b/vendor/blueimp/jquery-file-upload/bower.json index 2a56262a1..a5d439147 100644 --- a/vendor/blueimp/jquery-file-upload/bower.json +++ b/vendor/blueimp/jquery-file-upload/bower.json @@ -1,6 +1,6 @@ { "name": "blueimp-file-upload", - "version": "9.28.0", + "version": "9.30.0", "title": "jQuery File Upload", "description": "File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images.", "keywords": [ diff --git a/vendor/blueimp/jquery-file-upload/index.html b/vendor/blueimp/jquery-file-upload/index.html index 37e08a7cb..68ed83717 100644 --- a/vendor/blueimp/jquery-file-upload/index.html +++ b/vendor/blueimp/jquery-file-upload/index.html @@ -149,7 +149,9 @@ -

{%=file.name%}

+ {% if (window.innerWidth > 480 || !o.options.loadImageFileTypes.test(file.type)) { %} +

{%=file.name%}

+ {% } %} @@ -185,13 +187,15 @@ -

- {% if (file.url) { %} - {%=file.name%} - {% } else { %} - {%=file.name%} - {% } %} -

+ {% if (window.innerWidth > 480 || !file.thumbnailUrl) { %} +

+ {% if (file.url) { %} + {%=file.name%} + {% } else { %} + {%=file.name%} + {% } %} +

+ {% } %} {% if (file.error) { %}
Error {%=file.error%}
{% } %} diff --git a/vendor/blueimp/jquery-file-upload/jquery-ui.html b/vendor/blueimp/jquery-file-upload/jquery-ui.html index e44d41e89..017169d38 100644 --- a/vendor/blueimp/jquery-file-upload/jquery-ui.html +++ b/vendor/blueimp/jquery-file-upload/jquery-ui.html @@ -154,7 +154,9 @@ -

{%=file.name%}

+ {% if (window.innerWidth > 480 || !o.options.loadImageFileTypes.test(file.type)) { %} +

{%=file.name%}

+ {% } %} @@ -184,9 +186,11 @@ -

- {%=file.name%} -

+ {% if (window.innerWidth > 480 || !file.thumbnailUrl) { %} +

+ {%=file.name%} +

+ {% } %} {% if (file.error) { %}
Error {%=file.error%}
{% } %} diff --git a/vendor/blueimp/jquery-file-upload/package.json b/vendor/blueimp/jquery-file-upload/package.json index 0a635397c..7db22a104 100644 --- a/vendor/blueimp/jquery-file-upload/package.json +++ b/vendor/blueimp/jquery-file-upload/package.json @@ -1,6 +1,6 @@ { "name": "blueimp-file-upload", - "version": "9.28.0", + "version": "9.30.0", "title": "jQuery File Upload", "description": "File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.", "keywords": [ diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index a101b5544..31646bc24 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1,20 +1,20 @@ [ { "name": "blueimp/jquery-file-upload", - "version": "v9.28.0", - "version_normalized": "9.28.0.0", + "version": "v9.30.0", + "version_normalized": "9.30.0.0", "source": { "type": "git", "url": "https://github.com/vkhramtsov/jQuery-File-Upload.git", - "reference": "ff5accfe2e5c4a522777faa980a90cf86a636d1d" + "reference": "1fceec556879403e5c1ae32a7c448aa12b8c3558" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vkhramtsov/jQuery-File-Upload/zipball/ff5accfe2e5c4a522777faa980a90cf86a636d1d", - "reference": "ff5accfe2e5c4a522777faa980a90cf86a636d1d", + "url": "https://api.github.com/repos/vkhramtsov/jQuery-File-Upload/zipball/1fceec556879403e5c1ae32a7c448aa12b8c3558", + "reference": "1fceec556879403e5c1ae32a7c448aa12b8c3558", "shasum": "" }, - "time": "2018-11-13T05:41:39+00:00", + "time": "2019-04-22T09:21:57+00:00", "type": "library", "installation-source": "dist", "autoload": { -- cgit v1.2.3