vue-intergrall-plugins 0.0.219 → 0.0.220

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.
@@ -3571,7 +3571,7 @@ var script$n = {
3571
3571
  this.externalFilesAux.forEach(function (files) {
3572
3572
  _this.file.push(files);
3573
3573
  });
3574
- this.fileSize = this.externalFilesAux.length + this.file.length;
3574
+ this.fileSize = this.file.length;
3575
3575
  this.multipleFileUpload();
3576
3576
  }
3577
3577
  },
@@ -3975,7 +3975,7 @@ var __vue_staticRenderFns__$n = [];
3975
3975
 
3976
3976
  var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
3977
3977
  if (!inject) return;
3978
- inject("data-v-0b67df57_0", {
3978
+ inject("data-v-4b955990_0", {
3979
3979
  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}",
3980
3980
  map: undefined,
3981
3981
  media: undefined
@@ -3987,7 +3987,7 @@ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
3987
3987
  var __vue_scope_id__$n = undefined;
3988
3988
  /* module identifier */
3989
3989
 
3990
- var __vue_module_identifier__$n = "data-v-0b67df57";
3990
+ var __vue_module_identifier__$n = "data-v-4b955990";
3991
3991
  /* functional template */
3992
3992
 
3993
3993
  var __vue_is_functional_template__$n = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-intergrall-plugins",
3
- "version": "0.0.219",
3
+ "version": "0.0.220",
4
4
  "description": "",
5
5
  "main": "dist/vue-intergrall-plugins.ssr.js",
6
6
  "browser": "dist/vue-intergrall-plugins.esm.js",
@@ -162,7 +162,7 @@ export default {
162
162
  this.externalFilesAux.forEach(files => {
163
163
  this.file.push(files)
164
164
  });
165
- this.fileSize = this.externalFilesAux.length + this.file.length
165
+ this.fileSize = this.file.length
166
166
  this.multipleFileUpload()
167
167
  }
168
168
  },