vue-intergrall-plugins 0.0.268 → 0.0.270
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.
|
@@ -10412,8 +10412,13 @@ var __vue_component__$n = __vue_component__$m;var textoLongo = {
|
|
|
10412
10412
|
|
|
10413
10413
|
switch (tipoAnexo) {
|
|
10414
10414
|
case "image":
|
|
10415
|
+
case "image/jpg":
|
|
10415
10416
|
case "jpg":
|
|
10417
|
+
case "webp":
|
|
10418
|
+
case "image/webp":
|
|
10419
|
+
case "image/png":
|
|
10416
10420
|
case "png":
|
|
10421
|
+
case "image/jpeg":
|
|
10417
10422
|
case "jpeg":
|
|
10418
10423
|
if (!ignoreMku) {
|
|
10419
10424
|
imgAnexo = "".concat(dominio, "/callcenter/docs.php?mku=").concat(mku);
|
|
@@ -10516,7 +10521,7 @@ var __vue_component__$n = __vue_component__$m;var textoLongo = {
|
|
|
10516
10521
|
},
|
|
10517
10522
|
computed: {
|
|
10518
10523
|
iconClass: function iconClass() {
|
|
10519
|
-
return this.fileType
|
|
10524
|
+
return typeof this.fileType == 'string' && this.fileType.indexOf('pdf') > -1 ? "pdf" : "doc";
|
|
10520
10525
|
}
|
|
10521
10526
|
},
|
|
10522
10527
|
methods: {
|
|
@@ -10573,7 +10578,7 @@ var __vue_component__$n = __vue_component__$m;var textoLongo = {
|
|
|
10573
10578
|
}
|
|
10574
10579
|
},
|
|
10575
10580
|
setIcon: function setIcon() {
|
|
10576
|
-
this.icon = this.fileType
|
|
10581
|
+
this.icon = typeof this.fileType == 'string' && this.fileType.indexOf('pdf') > -1 ? ['fas', 'file-pdf'] : ['fas', 'file-alt'];
|
|
10577
10582
|
},
|
|
10578
10583
|
downloadAllFilesHandler: function downloadAllFilesHandler() {
|
|
10579
10584
|
var _this = this;
|
|
@@ -11300,10 +11305,10 @@ var InteratividadePopup = __vue_component__$h;var script$b = {
|
|
|
11300
11305
|
},
|
|
11301
11306
|
methods: {
|
|
11302
11307
|
returnCurrentClass: function returnCurrentClass(isDoc) {
|
|
11303
|
-
return "fs-2 cursor-pointer ".concat(isDoc == 'pdf' ? 'text-red' : 'text-blue');
|
|
11308
|
+
return "fs-2 cursor-pointer ".concat(typeof isDoc == 'string' && isDoc.indexOf('pdf') > -1 ? 'text-red' : 'text-blue');
|
|
11304
11309
|
},
|
|
11305
11310
|
returnCurrentIcon: function returnCurrentIcon(isDoc) {
|
|
11306
|
-
return isDoc == 'pdf' ? ['fas', 'file-pdf'] : ['fas', 'file-alt'];
|
|
11311
|
+
return typeof isDoc == 'string' && isDoc.indexOf('pdf') > -1 ? ['fas', 'file-pdf'] : ['fas', 'file-alt'];
|
|
11307
11312
|
},
|
|
11308
11313
|
openFile: function openFile(url, isImg) {
|
|
11309
11314
|
var width = window.innerWidth;
|
|
@@ -11376,21 +11381,21 @@ var __vue_render__$b = function __vue_render__() {
|
|
|
11376
11381
|
|
|
11377
11382
|
return _c('div', {
|
|
11378
11383
|
staticClass: "interatividade"
|
|
11379
|
-
}, [_vm._ssrNode((Object.keys(_vm.infoCanal).length > 0 ? "<div data-v-
|
|
11384
|
+
}, [_vm._ssrNode((Object.keys(_vm.infoCanal).length > 0 ? "<div data-v-460bc17e><div class=\"d-flex overflow-hidden mt-10 w-100 d-flex flex-wrap\" data-v-460bc17e>" + (_vm.situation || _vm.deadline.text ? "<div class=\"d-flex-center flex-column w-100 border-radius-10 border-1 bg-dark-white-2 border-color-gray p-10 mb-10\"" + _vm._ssrStyle(null, "" + (_vm.situation && _vm.situation.cor ? "border: 1px solid " + _vm.situation.cor : ''), null) + " data-v-460bc17e><div class=\"d-flex w-100 mb-5\" data-v-460bc17e>" + (_vm.situation ? "<strong class=\"text-ellipsis text-left fs-_85\" data-v-460bc17e>" + _vm._ssrEscape(_vm._s(_vm.dictionary.chip_situacao + ":")) + "</strong>" : "<!---->") + " " + (_vm.situation ? "<span class=\"ml-5 text-left fs-_85 text-shadow\"" + _vm._ssrStyle(null, "color: " + _vm.situation.cor, null) + " data-v-460bc17e>" + _vm._ssrEscape(_vm._s(_vm.verificaInfos(_vm.situation))) + "</span>" : "<!---->") + "</div> " + (_vm.deadline.text ? "<div class=\"d-flex w-100\" data-v-460bc17e><strong class=\"text-ellipsis text-left fs-_75\" data-v-460bc17e>" + _vm._ssrEscape(_vm._s(_vm.deadline.title + ":")) + "</strong> <span class=\"ml-5 text-nowrap text-left fs-_75\" data-v-460bc17e>" + _vm._ssrEscape(_vm._s(_vm.deadline.text)) + "</span></div>" : "<!---->") + "</div>" : "<!---->") + "</div></div>" : "<!---->") + " "), _vm.informacao.length ? [_vm._ssrNode("<div class=\"interatividade-form-header d-flex justify-content-between\" data-v-460bc17e>", "</div>", [_vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.dictionary.msg_abertura_reclamacao) + "\n ")), _vm._ssrNode("<span class=\"d-flex-center\" data-v-460bc17e>", "</span>", [_c('fa-icon', {
|
|
11380
11385
|
staticClass: "mr-5",
|
|
11381
11386
|
attrs: {
|
|
11382
11387
|
"icon": ['fas', 'calendar']
|
|
11383
11388
|
}
|
|
11384
|
-
}), _vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.formataDataHora(_vm.infoCanal.DATA_ABERTURA)) + "\n "))], 2)], 2), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"interatividade-form-body\" data-v-
|
|
11385
|
-
return "<div class=\"interatividade-info-form\" data-v-
|
|
11386
|
-
}) + " " + (_vm.informacaoAdicional.length ? "<div class=\"interatividade-form-header\" data-v-
|
|
11387
|
-
return "<div class=\"interatividade-add-info-form\" data-v-
|
|
11388
|
-
}) + "</div> <h3 class=\"m-5 text-bold\" data-v-
|
|
11389
|
+
}), _vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.formataDataHora(_vm.infoCanal.DATA_ABERTURA)) + "\n "))], 2)], 2), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"interatividade-form-body\" data-v-460bc17e>", "</div>", [_vm._ssrNode(_vm._ssrList(_vm.informacao, function (form) {
|
|
11390
|
+
return "<div class=\"interatividade-info-form\" data-v-460bc17e>" + (form.TIPO_TEXTO < 1000 ? "<p class=\"interatividade-titulo-form\" data-v-460bc17e>" + _vm._ssrEscape(_vm._s(form.DESC_TIPO_TEXTO)) + "</p>" : "<!---->") + " " + (form.TIPO_TEXTO < 1000 ? "<p class=\"interatividade-description-form\" data-v-460bc17e>" + _vm._ssrEscape(_vm._s(form.TEXTO)) + "</p>" : "<!---->") + "</div>";
|
|
11391
|
+
}) + " " + (_vm.informacaoAdicional.length ? "<div class=\"interatividade-form-header\" data-v-460bc17e>" + _vm._ssrEscape("\n " + _vm._s(_vm.dictionary.msg_info_adicional) + "\n ") + "</div>" : "<!---->") + " <div class=\"interatividade-form-body\" data-v-460bc17e>" + _vm._ssrList(_vm.informacaoAdicional, function (form) {
|
|
11392
|
+
return "<div class=\"interatividade-add-info-form\" data-v-460bc17e><div class=\"divisor-form-info-aditional\" data-v-460bc17e><div class=\"info-aditional\" data-v-460bc17e>" + (form.TIPO_TEXTO > 999 ? "<p class=\"interatividade-titulo-form\" data-v-460bc17e>" + _vm._ssrEscape(_vm._s(form.DESC_TIPO_TEXTO + ': ')) + "</p>" : "<!---->") + "</div> <div class=\"info-aditional\" data-v-460bc17e>" + (form.TIPO_TEXTO > 999 ? "<p class=\"interatividade-description-form\" data-v-460bc17e>" + _vm._ssrEscape(_vm._s(form.TEXTO)) + "</p>" : "<!---->") + "</div></div></div>";
|
|
11393
|
+
}) + "</div> <h3 class=\"m-5 text-bold\" data-v-460bc17e>" + _vm._ssrEscape(_vm._s("Anexos")) + "</h3> "), _vm._ssrNode("<div class=\"d-flex flex-wrap align-items-center\" data-v-460bc17e>", "</div>", _vm._l(_vm.anexos, function (ref, fileIndex) {
|
|
11389
11394
|
var name = ref.name;
|
|
11390
11395
|
var type = ref.type;
|
|
11391
11396
|
var mkuDownload = ref.mkuDownload;
|
|
11392
11397
|
var mku = ref.mku;
|
|
11393
|
-
return _vm._ssrNode("<div class=\"mb-5 mx-5 d-flex\" data-v-
|
|
11398
|
+
return _vm._ssrNode("<div class=\"mb-5 mx-5 d-flex\" data-v-460bc17e>", "</div>", [!type ? _vm._ssrNode("<img" + _vm._ssrAttr("src", _vm.dominio + "/callcenter/docs.php?mku=" + mku) + _vm._ssrAttr("alt", name) + _vm._ssrAttr("title", name) + " class=\"box-shadow max-w-75px max-h-75px cursor-pointer\" data-v-460bc17e>", "</img>") : _c('fa-icon', {
|
|
11394
11399
|
class: _vm.returnCurrentClass(type),
|
|
11395
11400
|
attrs: {
|
|
11396
11401
|
"icon": _vm.returnCurrentIcon(type),
|
|
@@ -11401,12 +11406,12 @@ var __vue_render__$b = function __vue_render__() {
|
|
|
11401
11406
|
return _vm.openFile(mku, type);
|
|
11402
11407
|
}
|
|
11403
11408
|
}
|
|
11404
|
-
}), _vm._ssrNode(" "), _vm._ssrNode("<a" + _vm._ssrAttr("href", _vm.dominio + "/callcenter/docs.php?mku=" + mkuDownload) + _vm._ssrAttr("download", "" + name) + " target=\"_blank\" rel=\"noreferrer noopener\"" + _vm._ssrAttr("title", "Download " + name) + " class=\"d-flex align-items-end ml-3 text-dark\" data-v-
|
|
11409
|
+
}), _vm._ssrNode(" "), _vm._ssrNode("<a" + _vm._ssrAttr("href", _vm.dominio + "/callcenter/docs.php?mku=" + mkuDownload) + _vm._ssrAttr("download", "" + name) + " target=\"_blank\" rel=\"noreferrer noopener\"" + _vm._ssrAttr("title", "Download " + name) + " class=\"d-flex align-items-end ml-3 text-dark\" data-v-460bc17e>", "</a>", [_c('fa-icon', {
|
|
11405
11410
|
attrs: {
|
|
11406
11411
|
"icon": ['fas', 'download']
|
|
11407
11412
|
}
|
|
11408
11413
|
})], 1)], 2);
|
|
11409
|
-
}), 0), _vm._ssrNode(" " + (!_vm.anexos.length ? "<p class=\"text-center mb-5\" data-v-
|
|
11414
|
+
}), 0), _vm._ssrNode(" " + (!_vm.anexos.length ? "<p class=\"text-center mb-5\" data-v-460bc17e>" + _vm._ssrEscape(_vm._s("Sem anexos")) + "</p>" : "<!---->"))], 2)] : _vm._e()], 2);
|
|
11410
11415
|
};
|
|
11411
11416
|
|
|
11412
11417
|
var __vue_staticRenderFns__$b = [];
|
|
@@ -11414,8 +11419,8 @@ var __vue_staticRenderFns__$b = [];
|
|
|
11414
11419
|
|
|
11415
11420
|
var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
11416
11421
|
if (!inject) return;
|
|
11417
|
-
inject("data-v-
|
|
11418
|
-
source: ".show-x-enter-active[data-v-
|
|
11422
|
+
inject("data-v-460bc17e_0", {
|
|
11423
|
+
source: ".show-x-enter-active[data-v-460bc17e],.show-x-leave-enter[data-v-460bc17e]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-460bc17e],.show-x-leave-to[data-v-460bc17e]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-460bc17e]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-460bc17e]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-460bc17e]{background-color:#efefef;margin-top:5px;border-top-right-radius:10px;border-top-left-radius:10px;padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:5px;justify-content:space-between;display:flex;color:#333;font-weight:700;font-size:.9rem}.interatividade-form-body[data-v-460bc17e]{padding:0 10px;background:#fff;border-right:1px solid #efefef;border-left:1px solid #efefef;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding-bottom:10px}.interatividade[data-v-460bc17e]{margin:10px 0}.interatividade-titulo-form[data-v-460bc17e]{white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden;max-width:100%;margin:0;padding:0;padding-top:5px}.interatividade-description-form[data-v-460bc17e]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-460bc17e]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-460bc17e]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-460bc17e]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-460bc17e]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-460bc17e]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-460bc17e]:hover{color:#00628f}.text-blue[data-v-460bc17e]{color:#294ed3}.text-red[data-v-460bc17e]{color:#e74c3c}.text-dark[data-v-460bc17e]{color:#333}.ml-3[data-v-460bc17e]{margin-left:3px}.fs-2[data-v-460bc17e]{font-size:2rem}.flex-wrap[data-v-460bc17e]{flex-wrap:wrap}.align-items-center[data-v-460bc17e]{align-items:center}.d-flex[data-v-460bc17e]{display:flex}.align-items-end[data-v-460bc17e]{align-items:flex-end}.flex-column[data-v-460bc17e]{flex-direction:column}.text-bold[data-v-460bc17e]{font-weight:700}.m-5[data-v-460bc17e]{margin:5px}.mb-5[data-v-460bc17e]{margin-bottom:5px}.mx-5[data-v-460bc17e]{margin-left:5px;margin-right:5px}.cursor-pointer[data-v-460bc17e]{cursor:pointer}.bg-dark-white-2[data-v-460bc17e]{background-color:#f7f7f7}.border-radius-10[data-v-460bc17e]{border-radius:10px}.w-100[data-v-460bc17e]{width:100%}.overflow-hidden[data-v-460bc17e]{overflow:hidden}.mt-10[data-v-460bc17e]{margin-top:10px}.flex-wrap[data-v-460bc17e]{flex-wrap:wrap}.d-flex[data-v-460bc17e]{display:flex}.p-10[data-v-460bc17e]{padding:10px}.mb-5[data-v-460bc17e]{margin-bottom:5px}.mb-10[data-v-460bc17e]{margin-bottom:10px}.mx-10[data-v-460bc17e]{margin-left:10px;margin-right:10px}.d-flex-center[data-v-460bc17e]{display:flex;justify-content:center;align-items:center}.fs-_85[data-v-460bc17e]{font-size:.85rem}.text-ellipsis[data-v-460bc17e]{text-overflow:ellipsis}.text-left[data-v-460bc17e]{text-align:left}.text-ellipsis[data-v-460bc17e]{white-space:nowrap;overflow:hidden}.ml-5[data-v-460bc17e]{margin-left:5px}.text-shadow[data-v-460bc17e]{text-shadow:0 0 #000}.justify-content-between[data-v-460bc17e]{justify-content:space-between}.mr-5[data-v-460bc17e]{margin-right:5px}",
|
|
11419
11424
|
map: undefined,
|
|
11420
11425
|
media: undefined
|
|
11421
11426
|
});
|
|
@@ -11423,10 +11428,10 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
|
11423
11428
|
/* scoped */
|
|
11424
11429
|
|
|
11425
11430
|
|
|
11426
|
-
var __vue_scope_id__$b = "data-v-
|
|
11431
|
+
var __vue_scope_id__$b = "data-v-460bc17e";
|
|
11427
11432
|
/* module identifier */
|
|
11428
11433
|
|
|
11429
|
-
var __vue_module_identifier__$b = "data-v-
|
|
11434
|
+
var __vue_module_identifier__$b = "data-v-460bc17e";
|
|
11430
11435
|
/* functional template */
|
|
11431
11436
|
|
|
11432
11437
|
var __vue_is_functional_template__$b = false;
|