vue-intergrall-plugins 1.0.89 → 1.0.90

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.
@@ -4099,7 +4099,7 @@ var script$s = {
4099
4099
  let sizeInBytes = 0;
4100
4100
  Array.from(this.file).forEach(file => sizeInBytes += file.size);
4101
4101
  const sizeInMb = parseFloat((sizeInBytes / (1024 * 1024)).toFixed(2));
4102
- if (sizeInMb == 0) {
4102
+ if (sizeInMb == 0 && sizeInBytes == 0) {
4103
4103
  this.file = [];
4104
4104
  return this.$toasted.global.defaultInfo({
4105
4105
  msg: this.dictionary.msg_arquivo_invalido
@@ -4466,7 +4466,7 @@ var __vue_staticRenderFns__$s = [];
4466
4466
  /* style */
4467
4467
  const __vue_inject_styles__$s = function (inject) {
4468
4468
  if (!inject) return;
4469
- inject("data-v-5a0178dd_0", {
4469
+ inject("data-v-7182ad70_0", {
4470
4470
  source: ".fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.d-none{display:none}.files-counter{position:absolute;top:unset;transform:translate(17.5px,-15px);background-color:#888;z-index:1;font-size:8px;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}.files-counter-2{transform:translate(-15px,28px);opacity:.9;position:absolute;display:flex;justify-content:center;align-items:center;color:#888;font-size:12.8px}.files-counter-2 svg{margin-left:5px}.files-counter-2:hover{opacity:1;text-decoration:underline}",
4471
4471
  map: undefined,
4472
4472
  media: undefined