vue-intergrall-plugins 0.0.218 → 0.0.221
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
|
|
|
@@ -3916,9 +3917,7 @@ var script$n = {
|
|
|
3916
3917
|
},
|
|
3917
3918
|
watch: {
|
|
3918
3919
|
externalFiles() {
|
|
3919
|
-
if (!this.externalFiles.length)
|
|
3920
|
-
return;
|
|
3921
|
-
}
|
|
3920
|
+
if (!this.externalFiles.length) return;
|
|
3922
3921
|
|
|
3923
3922
|
if (this.externalFiles.length + this.file.length > this.fileSettings.max) {
|
|
3924
3923
|
this.$emit("reset-file-system");
|
|
@@ -3927,13 +3926,11 @@ var script$n = {
|
|
|
3927
3926
|
});
|
|
3928
3927
|
}
|
|
3929
3928
|
|
|
3930
|
-
this.
|
|
3931
|
-
this.
|
|
3929
|
+
this.externalFilesAux = Array.from(this.externalFiles);
|
|
3930
|
+
this.externalFilesAux.forEach(files => {
|
|
3932
3931
|
this.file.push(files);
|
|
3933
|
-
});
|
|
3934
|
-
|
|
3935
|
-
console.log(this.file);
|
|
3936
|
-
this.fileSize = this.externalFiles.length;
|
|
3932
|
+
});
|
|
3933
|
+
this.fileSize = this.file.length;
|
|
3937
3934
|
this.multipleFileUpload();
|
|
3938
3935
|
}
|
|
3939
3936
|
|
|
@@ -4380,7 +4377,7 @@ var __vue_staticRenderFns__$n = [];
|
|
|
4380
4377
|
|
|
4381
4378
|
const __vue_inject_styles__$n = function (inject) {
|
|
4382
4379
|
if (!inject) return;
|
|
4383
|
-
inject("data-v-
|
|
4380
|
+
inject("data-v-71c7f64d_0", {
|
|
4384
4381
|
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
4382
|
map: undefined,
|
|
4386
4383
|
media: undefined
|
|
@@ -8720,7 +8717,7 @@ var __vue_render__$k = function () {
|
|
|
8720
8717
|
"name": "fade",
|
|
8721
8718
|
"mode": "out-in"
|
|
8722
8719
|
}
|
|
8723
|
-
}, [_vm.formatted_messages_3.length && _vm.key_2 ? _c('div', {
|
|
8720
|
+
}, [_vm.formatted_messages_3.length && _vm.key_2 && _vm.formatted_messages_2.length && _vm.key_1 ? _c('div', {
|
|
8724
8721
|
staticClass: "text-footer-select-03"
|
|
8725
8722
|
}, [_c('v-select', {
|
|
8726
8723
|
staticClass: "text-footer-v-select",
|
|
@@ -8762,7 +8759,7 @@ var __vue_staticRenderFns__$k = [];
|
|
|
8762
8759
|
|
|
8763
8760
|
const __vue_inject_styles__$k = function (inject) {
|
|
8764
8761
|
if (!inject) return;
|
|
8765
|
-
inject("data-v-
|
|
8762
|
+
inject("data-v-2cce8220_0", {
|
|
8766
8763
|
source: ".transition-selects{min-height:80px;display:flex;flex-direction:column;width:100%}.loader-select{position:relative;min-height:35px;background:#fff;width:100%;border:1px solid #ccc;border-radius:5px;z-index:1}.loading-message{background-color:#555!important}",
|
|
8767
8764
|
map: undefined,
|
|
8768
8765
|
media: undefined
|