vue-intergrall-plugins 0.0.163 → 0.0.164
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.
|
@@ -4012,10 +4012,12 @@ var script$j = {
|
|
|
4012
4012
|
this.file = this.file.filter(file => {
|
|
4013
4013
|
return file.name != fileName;
|
|
4014
4014
|
});
|
|
4015
|
+
this.fileSize = this.file.length;
|
|
4015
4016
|
this.file.length ? this.emitFileVars(true) : this.deleteFile();
|
|
4016
4017
|
},
|
|
4017
4018
|
|
|
4018
4019
|
deleteFile() {
|
|
4020
|
+
this.fileSize = this.file.length;
|
|
4019
4021
|
this.$emit("set-file-vars", {
|
|
4020
4022
|
file: [],
|
|
4021
4023
|
isDoc: false,
|
|
@@ -4229,7 +4231,7 @@ var __vue_staticRenderFns__$j = [];
|
|
|
4229
4231
|
|
|
4230
4232
|
const __vue_inject_styles__$j = function (inject) {
|
|
4231
4233
|
if (!inject) return;
|
|
4232
|
-
inject("data-v-
|
|
4234
|
+
inject("data-v-2ac0bc50_0", {
|
|
4233
4235
|
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}",
|
|
4234
4236
|
map: undefined,
|
|
4235
4237
|
media: undefined
|