vue-intergrall-plugins 0.0.162 → 0.0.163
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.
|
@@ -3481,7 +3481,7 @@ var script$j = {
|
|
|
3481
3481
|
externalFiles: function externalFiles() {
|
|
3482
3482
|
this.file = this.externalFiles;
|
|
3483
3483
|
this.fileSize = this.externalFiles.length;
|
|
3484
|
-
multipleFileUpload();
|
|
3484
|
+
this.multipleFileUpload();
|
|
3485
3485
|
}
|
|
3486
3486
|
},
|
|
3487
3487
|
methods: {
|
|
@@ -3817,7 +3817,7 @@ var __vue_staticRenderFns__$j = [];
|
|
|
3817
3817
|
|
|
3818
3818
|
var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
3819
3819
|
if (!inject) return;
|
|
3820
|
-
inject("data-v-
|
|
3820
|
+
inject("data-v-275ded50_0", {
|
|
3821
3821
|
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}",
|
|
3822
3822
|
map: undefined,
|
|
3823
3823
|
media: undefined
|
|
@@ -3829,7 +3829,7 @@ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
|
3829
3829
|
var __vue_scope_id__$j = undefined;
|
|
3830
3830
|
/* module identifier */
|
|
3831
3831
|
|
|
3832
|
-
var __vue_module_identifier__$j = "data-v-
|
|
3832
|
+
var __vue_module_identifier__$j = "data-v-275ded50";
|
|
3833
3833
|
/* functional template */
|
|
3834
3834
|
|
|
3835
3835
|
var __vue_is_functional_template__$j = false;
|
package/package.json
CHANGED