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.
|
@@ -3567,11 +3567,9 @@ var script$n = {
|
|
|
3567
3567
|
ext = ext && ext.startsWith(".") ? ext : ".".concat(ext);
|
|
3568
3568
|
return ext;
|
|
3569
3569
|
});
|
|
3570
|
-
|
|
3571
|
-
str = arr.join(","); // str = str && str.endsWith(".,") ? str.slice(0, -1) : str
|
|
3570
|
+
str = arr.join(",");
|
|
3572
3571
|
}
|
|
3573
3572
|
|
|
3574
|
-
console.log(str);
|
|
3575
3573
|
if (this.fileSettings.multiple) return str ? str : "image/*,application/*";
|
|
3576
3574
|
if (this.isDoc) return str ? str : "application/*";
|
|
3577
3575
|
return str ? str : "image/*";
|
|
@@ -3998,7 +3996,7 @@ var __vue_staticRenderFns__$n = [];
|
|
|
3998
3996
|
|
|
3999
3997
|
var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
4000
3998
|
if (!inject) return;
|
|
4001
|
-
inject("data-v-
|
|
3999
|
+
inject("data-v-0d26cc3c_0", {
|
|
4002
4000
|
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}",
|
|
4003
4001
|
map: undefined,
|
|
4004
4002
|
media: undefined
|
|
@@ -4010,7 +4008,7 @@ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
|
4010
4008
|
var __vue_scope_id__$n = undefined;
|
|
4011
4009
|
/* module identifier */
|
|
4012
4010
|
|
|
4013
|
-
var __vue_module_identifier__$n = "data-v-
|
|
4011
|
+
var __vue_module_identifier__$n = "data-v-0d26cc3c";
|
|
4014
4012
|
/* functional template */
|
|
4015
4013
|
|
|
4016
4014
|
var __vue_is_functional_template__$n = false;
|
package/package.json
CHANGED
|
@@ -162,11 +162,8 @@ export default {
|
|
|
162
162
|
ext = ext && ext.startsWith(".") ? ext : `.${ext}`
|
|
163
163
|
return ext
|
|
164
164
|
})
|
|
165
|
-
console.log(arr)
|
|
166
165
|
str = arr.join(",")
|
|
167
|
-
// str = str && str.endsWith(".,") ? str.slice(0, -1) : str
|
|
168
166
|
}
|
|
169
|
-
console.log(str)
|
|
170
167
|
if(this.fileSettings.multiple) return str ? str : "image/*,application/*"
|
|
171
168
|
if(this.isDoc) return str ? str : "application/*"
|
|
172
169
|
return str ? str : "image/*"
|