vue-intergrall-plugins 0.0.217 → 0.0.218

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.
@@ -3916,6 +3916,10 @@ var script$n = {
3916
3916
  },
3917
3917
  watch: {
3918
3918
  externalFiles() {
3919
+ if (!this.externalFiles.length) {
3920
+ return;
3921
+ }
3922
+
3919
3923
  if (this.externalFiles.length + this.file.length > this.fileSettings.max) {
3920
3924
  this.$emit("reset-file-system");
3921
3925
  return this.$toasted.global.defaultInfo({
@@ -3928,6 +3932,7 @@ var script$n = {
3928
3932
  this.file.push(files);
3929
3933
  }); // this.file = this.externalFiles
3930
3934
 
3935
+ console.log(this.file);
3931
3936
  this.fileSize = this.externalFiles.length;
3932
3937
  this.multipleFileUpload();
3933
3938
  }
@@ -4375,7 +4380,7 @@ var __vue_staticRenderFns__$n = [];
4375
4380
 
4376
4381
  const __vue_inject_styles__$n = function (inject) {
4377
4382
  if (!inject) return;
4378
- inject("data-v-76b7dc16_0", {
4383
+ inject("data-v-7aef3103_0", {
4379
4384
  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}",
4380
4385
  map: undefined,
4381
4386
  media: undefined