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.
|
@@ -5034,7 +5034,7 @@ var script$l = {
|
|
|
5034
5034
|
return this.showFormattedMessage(data, selectionIndex);
|
|
5035
5035
|
}
|
|
5036
5036
|
this.$toasted.global.defaultError({
|
|
5037
|
-
msg: 'Problema com as mensagens formatadas. Contate o suporte.'
|
|
5037
|
+
msg: data && data.msg_ret ? data.msg_ret : 'Problema com as mensagens formatadas. Contate o suporte.'
|
|
5038
5038
|
});
|
|
5039
5039
|
this.$emit("error-standard-message");
|
|
5040
5040
|
}).catch(e => {
|
|
@@ -5232,7 +5232,7 @@ var __vue_staticRenderFns__$l = [];
|
|
|
5232
5232
|
/* style */
|
|
5233
5233
|
const __vue_inject_styles__$l = function (inject) {
|
|
5234
5234
|
if (!inject) return;
|
|
5235
|
-
inject("data-v-
|
|
5235
|
+
inject("data-v-7bb3f22b_0", {
|
|
5236
5236
|
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}",
|
|
5237
5237
|
map: undefined,
|
|
5238
5238
|
media: undefined
|