Commit 04f63d28 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Actualiza dependencia dropzone y submódulo

parent e4ff6a2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
    "dojo-util": "1.17.2",
    "dojox": "1.17.2",
    "draggabilly": "2.4.1",
    "dropzone": "5.4.0",
    "dropzone": "5.9.3",
    "glob": "8.0.3",
    "grunt": "1.5.3",
    "grunt-contrib-clean": "2.0.1",
+7 −6
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ define([
	, 'put-selector/put'
	, 'redmic/base/Credentials'

	, 'dropzone/dropzone.min'
	, 'dropzone/dropzone-amd-module.min'
], function(
	alertify
	, redmicConfig
@@ -27,6 +27,7 @@ define([
	, put
	, Credentials
) {

	return declare([_WidgetBase, _TemplatedMixin, Evented], {
		//	summary:
		//		Widget de subida de ficheros.
@@ -172,17 +173,17 @@ define([

		_addFile: function(file) {

			this._dropzoneDfd.then(lang.hitch(this, function(file, instance) {
			this._dropzoneDfd.then(lang.hitch(this, function(fileParam, instance) {

				instance.addFile(file);
				instance.addFile(fileParam);
			}, file));
		},

		_removeFile: function(file) {

			this._dropzoneDfd.then(lang.hitch(this, function(file, instance) {
			this._dropzoneDfd.then(lang.hitch(this, function(fileParam, instance) {

				instance.removeFile(file);
				instance.removeFile(fileParam);
			}, file));
		},

Compare 793c456d to 1c66f18b
Original line number Diff line number Diff line
Subproject commit 793c456d30c9776a63642509da3e6e91f92ac5cd
Subproject commit 1c66f18b59270da0e523b030a3f264783adc30c6
+2 −1
Original line number Diff line number Diff line
@@ -268,7 +268,8 @@ var profileObj = {
		name: 'dropzone',
		location: 'dropzone/dist/min',
		resourceTags: {
			ignore: ignoreTagger.bind(null, 'dropzone/dropzone.min')
			amd: amdTagger,
			ignore: ignoreTagger.bind(null, 'dropzone/dropzone-amd-module.min')
		}
	},{
		name: 'tv4',
+4 −4
Original line number Diff line number Diff line
@@ -1576,10 +1576,10 @@ draggabilly@2.4.1:
    get-size "^2.0.2"
    unidragger "^2.4.0"

dropzone@5.4.0:
  version "5.4.0"
  resolved "https://registry.yarnpkg.com/dropzone/-/dropzone-5.4.0.tgz#3290c07f59b189eb5a11e99a58c9b2adae5acfec"
  integrity sha1-MpDAf1mxietaEemaWMmyra5az+w=
dropzone@5.9.3:
  version "5.9.3"
  resolved "https://registry.yarnpkg.com/dropzone/-/dropzone-5.9.3.tgz#b3070ae090fa48cbc04c17535635537ca72d70d6"
  integrity sha512-Azk8kD/2/nJIuVPK+zQ9sjKMRIpRvNyqn9XwbBHNq+iNuSccbJS6hwm1Woy0pMST0erSo0u4j+KJaodndDk4vA==

duplexer2@~0.1.4:
  version "0.1.4"