vue-intergrall-plugins 0.0.218 → 0.0.219
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3901,7 +3901,8 @@ var script$n = {
|
|
|
3901
3901
|
isDoc: false,
|
|
3902
3902
|
fileFormatError: false,
|
|
3903
3903
|
validFileFormats: "",
|
|
3904
|
-
hasAnyFile: false
|
|
3904
|
+
hasAnyFile: false,
|
|
3905
|
+
externalFilesAux: []
|
|
3905
3906
|
};
|
|
3906
3907
|
},
|
|
3907
3908
|
|
|
@@ -3927,13 +3928,11 @@ var script$n = {
|
|
|
3927
3928
|
});
|
|
3928
3929
|
}
|
|
3929
3930
|
|
|
3930
|
-
this.
|
|
3931
|
-
this.
|
|
3931
|
+
this.externalFilesAux = Array.from(this.externalFiles);
|
|
3932
|
+
this.externalFilesAux.forEach(files => {
|
|
3932
3933
|
this.file.push(files);
|
|
3933
|
-
});
|
|
3934
|
-
|
|
3935
|
-
console.log(this.file);
|
|
3936
|
-
this.fileSize = this.externalFiles.length;
|
|
3934
|
+
});
|
|
3935
|
+
this.fileSize = this.externalFilesAux.length + this.file.length;
|
|
3937
3936
|
this.multipleFileUpload();
|
|
3938
3937
|
}
|
|
3939
3938
|
|
|
@@ -4380,7 +4379,7 @@ var __vue_staticRenderFns__$n = [];
|
|
|
4380
4379
|
|
|
4381
4380
|
const __vue_inject_styles__$n = function (inject) {
|
|
4382
4381
|
if (!inject) return;
|
|
4383
|
-
inject("data-v-
|
|
4382
|
+
inject("data-v-0b67df57_0", {
|
|
4384
4383
|
source: ".fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.files-counter{position:absolute;top:unset;transform:translate(17.5px,-15px);background-color:#888;z-index:1;font-size:.5rem;width:15px;height:15px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:.9;transition:all .3s;color:#fff;font-weight:900}.files-counter:hover{opacity:1}",
|
|
4385
4384
|
map: undefined,
|
|
4386
4385
|
media: undefined
|