vue-intergrall-plugins 0.0.201 → 0.0.202

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.
@@ -7780,7 +7780,7 @@ var axios_1 = axios$1;
7780
7780
  var _default = axios$1;
7781
7781
  axios_1.default = _default;var axios = axios_1;vue__default["default"].prototype.$httpRequest = axios;
7782
7782
  var domain = window.location.hostname == 'localhost' ? "https://linux07" : "https://".concat(window.location.hostname) + "/im";
7783
- var route = "/im/smartChannel/v1/api.php/"; // const route = `atdHumano/middleware/smartchannel_api.php`
7783
+ var route = "/im/smartChannel/v1/api.php"; // const route = `atdHumano/middleware/smartchannel_api.php`
7784
7784
 
7785
7785
  var baseURL = "".concat(domain).concat(route);
7786
7786
  var dev = window.location.hostname == 'localhost' ? '&teste=levchat2' : '';var standardMessages = {
@@ -7924,6 +7924,9 @@ var script$i = {
7924
7924
  _this.$toasted.global.defaultError();
7925
7925
  }).catch(function (e) {
7926
7926
  _this.loadingReq = false;
7927
+
7928
+ _this.$toasted.global.defaultError();
7929
+
7927
7930
  console.error("Error in getStandardMessages: ", e);
7928
7931
  });
7929
7932
  } catch (e) {
@@ -8147,7 +8150,7 @@ var __vue_staticRenderFns__$i = [];
8147
8150
 
8148
8151
  var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
8149
8152
  if (!inject) return;
8150
- inject("data-v-d5920a7e_0", {
8153
+ inject("data-v-d7521b32_0", {
8151
8154
  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}",
8152
8155
  map: undefined,
8153
8156
  media: undefined
@@ -8159,7 +8162,7 @@ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
8159
8162
  var __vue_scope_id__$i = undefined;
8160
8163
  /* module identifier */
8161
8164
 
8162
- var __vue_module_identifier__$i = "data-v-d5920a7e";
8165
+ var __vue_module_identifier__$i = "data-v-d7521b32";
8163
8166
  /* functional template */
8164
8167
 
8165
8168
  var __vue_is_functional_template__$i = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-intergrall-plugins",
3
- "version": "0.0.201",
3
+ "version": "0.0.202",
4
4
  "description": "",
5
5
  "main": "dist/vue-intergrall-plugins.ssr.js",
6
6
  "browser": "dist/vue-intergrall-plugins.esm.js",
@@ -157,6 +157,7 @@ export default {
157
157
  this.$toasted.global.defaultError()
158
158
  }).catch(e => {
159
159
  this.loadingReq = false
160
+ this.$toasted.global.defaultError()
160
161
  console.error("Error in getStandardMessages: ", e)
161
162
  })
162
163
  }catch(e) {