vue-intergrall-plugins 0.0.220 → 0.0.221
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.
|
@@ -3556,9 +3556,7 @@ var script$n = {
|
|
|
3556
3556
|
externalFiles: function externalFiles() {
|
|
3557
3557
|
var _this = this;
|
|
3558
3558
|
|
|
3559
|
-
if (!this.externalFiles.length)
|
|
3560
|
-
return;
|
|
3561
|
-
}
|
|
3559
|
+
if (!this.externalFiles.length) return;
|
|
3562
3560
|
|
|
3563
3561
|
if (this.externalFiles.length + this.file.length > this.fileSettings.max) {
|
|
3564
3562
|
this.$emit("reset-file-system");
|
|
@@ -3975,7 +3973,7 @@ var __vue_staticRenderFns__$n = [];
|
|
|
3975
3973
|
|
|
3976
3974
|
var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
3977
3975
|
if (!inject) return;
|
|
3978
|
-
inject("data-v-
|
|
3976
|
+
inject("data-v-71c7f64d_0", {
|
|
3979
3977
|
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}",
|
|
3980
3978
|
map: undefined,
|
|
3981
3979
|
media: undefined
|
|
@@ -3987,7 +3985,7 @@ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
|
3987
3985
|
var __vue_scope_id__$n = undefined;
|
|
3988
3986
|
/* module identifier */
|
|
3989
3987
|
|
|
3990
|
-
var __vue_module_identifier__$n = "data-v-
|
|
3988
|
+
var __vue_module_identifier__$n = "data-v-71c7f64d";
|
|
3991
3989
|
/* functional template */
|
|
3992
3990
|
|
|
3993
3991
|
var __vue_is_functional_template__$n = false;
|
|
@@ -8223,7 +8221,7 @@ var __vue_render__$k = function __vue_render__() {
|
|
|
8223
8221
|
"name": "fade",
|
|
8224
8222
|
"mode": "out-in"
|
|
8225
8223
|
}
|
|
8226
|
-
}, [_vm.formatted_messages_3.length && _vm.key_2 ? _c('div', {
|
|
8224
|
+
}, [_vm.formatted_messages_3.length && _vm.key_2 && _vm.formatted_messages_2.length && _vm.key_1 ? _c('div', {
|
|
8227
8225
|
staticClass: "text-footer-select-03"
|
|
8228
8226
|
}, [_c('v-select', {
|
|
8229
8227
|
staticClass: "text-footer-v-select",
|
|
@@ -8265,7 +8263,7 @@ var __vue_staticRenderFns__$k = [];
|
|
|
8265
8263
|
|
|
8266
8264
|
var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
8267
8265
|
if (!inject) return;
|
|
8268
|
-
inject("data-v-
|
|
8266
|
+
inject("data-v-2cce8220_0", {
|
|
8269
8267
|
source: ".transition-selects{min-height:80px;display:flex;flex-direction:column;width:100%}.loader-select{position:relative;min-height:35px;background:#fff;width:100%;border:1px solid #ccc;border-radius:5px;z-index:1}.loading-message{background-color:#555!important}",
|
|
8270
8268
|
map: undefined,
|
|
8271
8269
|
media: undefined
|
|
@@ -8277,7 +8275,7 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
|
8277
8275
|
var __vue_scope_id__$k = undefined;
|
|
8278
8276
|
/* module identifier */
|
|
8279
8277
|
|
|
8280
|
-
var __vue_module_identifier__$k = "data-v-
|
|
8278
|
+
var __vue_module_identifier__$k = "data-v-2cce8220";
|
|
8281
8279
|
/* functional template */
|
|
8282
8280
|
|
|
8283
8281
|
var __vue_is_functional_template__$k = false;
|
package/package.json
CHANGED
|
@@ -151,9 +151,7 @@ export default {
|
|
|
151
151
|
},
|
|
152
152
|
watch: {
|
|
153
153
|
externalFiles() {
|
|
154
|
-
if(!this.externalFiles.length)
|
|
155
|
-
return;
|
|
156
|
-
}
|
|
154
|
+
if(!this.externalFiles.length) return
|
|
157
155
|
if(this.externalFiles.length + this.file.length > this.fileSettings.max) {
|
|
158
156
|
this.$emit("reset-file-system")
|
|
159
157
|
return this.$toasted.global.defaultInfo({ msg: `Limite de ${this.fileSettings.max} arquivos` })
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
</div>
|
|
23
23
|
</transition>
|
|
24
24
|
<transition name="fade" mode="out-in">
|
|
25
|
-
<div class="text-footer-select-03" v-if="formatted_messages_3.length && key_2">
|
|
25
|
+
<div class="text-footer-select-03" v-if="formatted_messages_3.length && key_2 && formatted_messages_2.length && key_1">
|
|
26
26
|
<v-select
|
|
27
27
|
:style="`background-color: ${backgroundColor}`"
|
|
28
28
|
appendToBody
|