vue-intergrall-plugins 1.0.95 → 1.0.96
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.
|
@@ -4956,6 +4956,13 @@ var script$n = {
|
|
|
4956
4956
|
if (data) {
|
|
4957
4957
|
if (data.msg_ret) {
|
|
4958
4958
|
if (data.error) throw new Error(data.msg_ret);
|
|
4959
|
+
if (selectionIndex == 2) {
|
|
4960
|
+
this.$toasted.global.defaultInfo({
|
|
4961
|
+
msg: data.msg_ret
|
|
4962
|
+
});
|
|
4963
|
+
this.$emit("close-blocker-standard-message");
|
|
4964
|
+
return this.closeStandardMessages();
|
|
4965
|
+
}
|
|
4959
4966
|
return this.$toasted.global.defaultInfo({
|
|
4960
4967
|
msg: data.msg_ret
|
|
4961
4968
|
});
|
|
@@ -5163,7 +5170,7 @@ var __vue_staticRenderFns__$n = [];
|
|
|
5163
5170
|
/* style */
|
|
5164
5171
|
const __vue_inject_styles__$n = function (inject) {
|
|
5165
5172
|
if (!inject) return;
|
|
5166
|
-
inject("data-v-
|
|
5173
|
+
inject("data-v-31da8e93_0", {
|
|
5167
5174
|
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}",
|
|
5168
5175
|
map: undefined,
|
|
5169
5176
|
media: undefined
|