vue-intergrall-plugins 0.0.224 → 0.0.225
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.
|
@@ -3930,11 +3930,9 @@ var script$n = {
|
|
|
3930
3930
|
ext = ext && ext.startsWith(".") ? ext : `.${ext}`;
|
|
3931
3931
|
return ext;
|
|
3932
3932
|
});
|
|
3933
|
-
|
|
3934
|
-
str = arr.join(","); // str = str && str.endsWith(".,") ? str.slice(0, -1) : str
|
|
3933
|
+
str = arr.join(",");
|
|
3935
3934
|
}
|
|
3936
3935
|
|
|
3937
|
-
console.log(str);
|
|
3938
3936
|
if (this.fileSettings.multiple) return str ? str : "image/*,application/*";
|
|
3939
3937
|
if (this.isDoc) return str ? str : "application/*";
|
|
3940
3938
|
return str ? str : "image/*";
|
|
@@ -4403,7 +4401,7 @@ var __vue_staticRenderFns__$n = [];
|
|
|
4403
4401
|
|
|
4404
4402
|
const __vue_inject_styles__$n = function (inject) {
|
|
4405
4403
|
if (!inject) return;
|
|
4406
|
-
inject("data-v-
|
|
4404
|
+
inject("data-v-0d26cc3c_0", {
|
|
4407
4405
|
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}",
|
|
4408
4406
|
map: undefined,
|
|
4409
4407
|
media: undefined
|