vue-intergrall-plugins 1.0.21 → 1.0.22
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.
|
@@ -4995,7 +4995,7 @@ var script$l = {
|
|
|
4995
4995
|
return _this.showFormattedMessage(data, selectionIndex);
|
|
4996
4996
|
}
|
|
4997
4997
|
_this.$toasted.global.defaultError({
|
|
4998
|
-
msg: 'Problema com as mensagens formatadas. Contate o suporte.'
|
|
4998
|
+
msg: data && data.msg_ret ? data.msg_ret : 'Problema com as mensagens formatadas. Contate o suporte.'
|
|
4999
4999
|
});
|
|
5000
5000
|
_this.$emit("error-standard-message");
|
|
5001
5001
|
}).catch(function (e) {
|
|
@@ -5189,7 +5189,7 @@ var __vue_staticRenderFns__$l = [];
|
|
|
5189
5189
|
/* style */
|
|
5190
5190
|
var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
5191
5191
|
if (!inject) return;
|
|
5192
|
-
inject("data-v-
|
|
5192
|
+
inject("data-v-7bb3f22b_0", {
|
|
5193
5193
|
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}",
|
|
5194
5194
|
map: undefined,
|
|
5195
5195
|
media: undefined
|
|
@@ -5198,7 +5198,7 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
|
5198
5198
|
/* scoped */
|
|
5199
5199
|
var __vue_scope_id__$l = undefined;
|
|
5200
5200
|
/* module identifier */
|
|
5201
|
-
var __vue_module_identifier__$l = "data-v-
|
|
5201
|
+
var __vue_module_identifier__$l = "data-v-7bb3f22b";
|
|
5202
5202
|
/* functional template */
|
|
5203
5203
|
var __vue_is_functional_template__$l = false;
|
|
5204
5204
|
/* style inject shadow dom */
|
package/package.json
CHANGED
|
@@ -144,7 +144,7 @@ export default {
|
|
|
144
144
|
if (data.msg_ret) return this.$toasted.global.defaultInfo({ msg: data.msg_ret })
|
|
145
145
|
return this.showFormattedMessage(data, selectionIndex)
|
|
146
146
|
}
|
|
147
|
-
this.$toasted.global.defaultError({ msg: 'Problema com as mensagens formatadas. Contate o suporte.' })
|
|
147
|
+
this.$toasted.global.defaultError({ msg: data && data.msg_ret ? data.msg_ret : 'Problema com as mensagens formatadas. Contate o suporte.' })
|
|
148
148
|
this.$emit("error-standard-message")
|
|
149
149
|
}).catch(e => {
|
|
150
150
|
this.loadingReq = false
|