vue-intergrall-plugins 0.0.246 → 0.0.247
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.
- package/dist/vue-intergrall-plugins.esm.js +136 -93
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +95 -116
- package/package.json +1 -1
- package/src/lib-components/Messages/AnexoMensagem.vue +110 -40
- package/src/lib-components/Messages/ChatMessages.vue +5 -2
|
@@ -10875,7 +10875,7 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
10875
10875
|
case "mp3":
|
|
10876
10876
|
case "audio/mp3":
|
|
10877
10877
|
case "aac":
|
|
10878
|
-
tipoDoc = type
|
|
10878
|
+
tipoDoc = type.startsWith("audio/") ? type : `audio/${type}`;
|
|
10879
10879
|
docAnexo = `${dominio}/callcenter/docs.php?mku=${mku}`;
|
|
10880
10880
|
nomeArquivo = name;
|
|
10881
10881
|
audio = true;
|
|
@@ -10885,7 +10885,7 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
10885
10885
|
case "video":
|
|
10886
10886
|
case "mp4":
|
|
10887
10887
|
case "m4v":
|
|
10888
|
-
tipoDoc = type
|
|
10888
|
+
tipoDoc = type.startsWith("video/") ? type : `video/${type}`;
|
|
10889
10889
|
docAnexo = `${dominio}/callcenter/docs.php?mku=${mku}`;
|
|
10890
10890
|
nomeArquivo = name;
|
|
10891
10891
|
video = true;
|
|
@@ -11001,6 +11001,41 @@ const fileHandler = {
|
|
|
11001
11001
|
|
|
11002
11002
|
setIcon() {
|
|
11003
11003
|
this.icon = this.fileType === "pdf" ? ['fas', 'file-pdf'] : ['fas', 'file-alt'];
|
|
11004
|
+
},
|
|
11005
|
+
|
|
11006
|
+
downloadAllFilesHandler() {
|
|
11007
|
+
try {
|
|
11008
|
+
if (!this.$root.$refs.chatMessages || !this.$root.$refs.chatMessages.referenceSelector) return this.$emit("download-all");
|
|
11009
|
+
const container = document.querySelector(`${this.$root.$refs.chatMessages.referenceSelector}`);
|
|
11010
|
+
if (!container) return this.$emit("download-all");
|
|
11011
|
+
const currentFilesToDownload = container.querySelectorAll("a[download]");
|
|
11012
|
+
if (!currentFilesToDownload.length) return this.$emit("download-all", {
|
|
11013
|
+
status: 'erro',
|
|
11014
|
+
message: 'Sem anexos para fazer o download'
|
|
11015
|
+
});
|
|
11016
|
+
let index = 0;
|
|
11017
|
+
|
|
11018
|
+
const handleInterval = () => {
|
|
11019
|
+
if (index > currentFilesToDownload.length) return false;
|
|
11020
|
+
currentFilesToDownload[index] && currentFilesToDownload[index].click();
|
|
11021
|
+
index += 1;
|
|
11022
|
+
return true;
|
|
11023
|
+
};
|
|
11024
|
+
|
|
11025
|
+
let interval = setInterval(() => {
|
|
11026
|
+
const handler = handleInterval();
|
|
11027
|
+
|
|
11028
|
+
if (!handler) {
|
|
11029
|
+
clearInterval(interval);
|
|
11030
|
+
interval = 0;
|
|
11031
|
+
}
|
|
11032
|
+
}, 300);
|
|
11033
|
+
} catch (error) {
|
|
11034
|
+
console.error("Erro ao fazer o donwload de todos anexos");
|
|
11035
|
+
this.$toasted.global.defaultError({
|
|
11036
|
+
msg: error.message ? error.message : error
|
|
11037
|
+
});
|
|
11038
|
+
}
|
|
11004
11039
|
}
|
|
11005
11040
|
|
|
11006
11041
|
}
|
|
@@ -12556,38 +12591,7 @@ var __vue_render__$8 = function () {
|
|
|
12556
12591
|
|
|
12557
12592
|
return _c('div', {
|
|
12558
12593
|
staticClass: "mensagem-div-anexo"
|
|
12559
|
-
}, [_c('transition-group', {
|
|
12560
|
-
staticClass: "anexo-transition",
|
|
12561
|
-
attrs: {
|
|
12562
|
-
"name": "fade",
|
|
12563
|
-
"mode": "out-in"
|
|
12564
|
-
}
|
|
12565
|
-
}, [_vm.imgErro ? _c('div', {
|
|
12566
|
-
directives: [{
|
|
12567
|
-
name: "tippy",
|
|
12568
|
-
rawName: "v-tippy"
|
|
12569
|
-
}],
|
|
12570
|
-
key: "error-msg",
|
|
12571
|
-
attrs: {
|
|
12572
|
-
"content": _vm.imgMsgErro
|
|
12573
|
-
}
|
|
12574
12594
|
}, [_c('div', {
|
|
12575
|
-
staticClass: "alert alert-danger",
|
|
12576
|
-
attrs: {
|
|
12577
|
-
"role": "alert"
|
|
12578
|
-
}
|
|
12579
|
-
}, [_c('fa-icon', {
|
|
12580
|
-
attrs: {
|
|
12581
|
-
"icon": ['fas', 'file-image']
|
|
12582
|
-
}
|
|
12583
|
-
}), _vm._v("\n " + _vm._s(_vm.dictionary.img_com_erro) + "\n ")], 1)]) : _vm._e(), _vm._v(" "), _vm.isLoading ? _c('Loader', {
|
|
12584
|
-
key: "anexo-loader",
|
|
12585
|
-
attrs: {
|
|
12586
|
-
"small": true,
|
|
12587
|
-
"slow": true
|
|
12588
|
-
}
|
|
12589
|
-
}) : _c('div', {
|
|
12590
|
-
key: "anexo-mensagem",
|
|
12591
12595
|
staticClass: "anexo-mensagem"
|
|
12592
12596
|
}, [_vm.imageURL ? _c('img', {
|
|
12593
12597
|
attrs: {
|
|
@@ -12599,101 +12603,133 @@ var __vue_render__$8 = function () {
|
|
|
12599
12603
|
return _vm.showImage(_vm.imageURL);
|
|
12600
12604
|
}
|
|
12601
12605
|
}
|
|
12602
|
-
}) : _vm.
|
|
12603
|
-
staticClass: "anexos-links-container"
|
|
12604
|
-
}, [_c('a', {
|
|
12605
|
-
attrs: {
|
|
12606
|
-
"href": "#"
|
|
12607
|
-
},
|
|
12608
|
-
on: {
|
|
12609
|
-
"click": function ($event) {
|
|
12610
|
-
$event.preventDefault();
|
|
12611
|
-
return _vm.showImage(_vm.imageURL);
|
|
12612
|
-
}
|
|
12613
|
-
}
|
|
12614
|
-
}, [_vm._v(" " + _vm._s(_vm.dictionary.titulo_visualizar_img) + " ")]), _vm._v(" "), _c('fa-icon', {
|
|
12606
|
+
}) : _vm.audio ? _c('audio', {
|
|
12615
12607
|
attrs: {
|
|
12616
|
-
"
|
|
12617
|
-
},
|
|
12618
|
-
on: {
|
|
12619
|
-
"click": function ($event) {
|
|
12620
|
-
return _vm.showImage(_vm.imageURL);
|
|
12621
|
-
}
|
|
12608
|
+
"controls": ""
|
|
12622
12609
|
}
|
|
12623
|
-
}
|
|
12624
|
-
staticClass: "anexo-container"
|
|
12625
|
-
}, [_vm.audio || _vm.video ? [_vm.audio ? _c('audio', {
|
|
12610
|
+
}, [_c('source', {
|
|
12626
12611
|
attrs: {
|
|
12627
12612
|
"src": _vm.docURL,
|
|
12628
|
-
"
|
|
12629
|
-
"title": _vm.fileType + " - " + _vm.filename
|
|
12613
|
+
"type": _vm.fileType
|
|
12630
12614
|
}
|
|
12631
|
-
},
|
|
12615
|
+
}), _vm._v("\n Sem suporte para o elemento audio\n ")]) : _vm.video ? _c('video', {
|
|
12632
12616
|
attrs: {
|
|
12633
|
-
"
|
|
12634
|
-
"target": "_blank",
|
|
12635
|
-
"rel": "noreferrer noopener"
|
|
12617
|
+
"controls": ""
|
|
12636
12618
|
}
|
|
12637
|
-
}, [
|
|
12619
|
+
}, [_c('source', {
|
|
12638
12620
|
attrs: {
|
|
12639
12621
|
"src": _vm.docURL,
|
|
12640
|
-
"
|
|
12641
|
-
"title": _vm.fileType + " - " + _vm.filename
|
|
12622
|
+
"type": _vm.fileType
|
|
12642
12623
|
}
|
|
12643
|
-
},
|
|
12624
|
+
}), _vm._v("\n Sem suporte para o elemento video\n ")]) : _vm.docURL ? _c('a', {
|
|
12625
|
+
staticClass: "default-doc",
|
|
12644
12626
|
attrs: {
|
|
12645
12627
|
"href": _vm.docURL,
|
|
12646
12628
|
"target": "_blank",
|
|
12647
12629
|
"rel": "noreferrer noopener"
|
|
12648
12630
|
}
|
|
12649
|
-
}, [_vm._v(" " + _vm._s(_vm.dictionary.msg_abrir_video) + " ")]) : _vm._e()])]) : _vm._e()] : [_vm.fileType != 'erro' ? _c('a', {
|
|
12650
|
-
attrs: {
|
|
12651
|
-
"href": _vm.docURL,
|
|
12652
|
-
"target": "_blank",
|
|
12653
|
-
"rel": "noreferrer noopener",
|
|
12654
|
-
"title": _vm.fileType + " - " + _vm.filename
|
|
12655
|
-
}
|
|
12656
12631
|
}, [_c('fa-icon', {
|
|
12657
12632
|
class: [_vm.iconClass],
|
|
12658
12633
|
attrs: {
|
|
12659
12634
|
"icon": _vm.icon
|
|
12660
12635
|
}
|
|
12661
12636
|
}), _vm._v(" "), _c('p', {
|
|
12637
|
+
attrs: {
|
|
12638
|
+
"title": _vm.filename
|
|
12639
|
+
},
|
|
12662
12640
|
domProps: {
|
|
12663
12641
|
"textContent": _vm._s(_vm.filename)
|
|
12664
12642
|
}
|
|
12665
|
-
})], 1) : _c('
|
|
12666
|
-
staticClass: "
|
|
12667
|
-
attrs: {
|
|
12668
|
-
"title": _vm.fileType + " - " + _vm.filename
|
|
12669
|
-
}
|
|
12643
|
+
})], 1) : _c('span', {
|
|
12644
|
+
staticClass: "default-doc"
|
|
12670
12645
|
}, [_c('fa-icon', {
|
|
12646
|
+
class: [_vm.iconClass ? _vm.iconClass : ''],
|
|
12671
12647
|
attrs: {
|
|
12672
12648
|
"icon": ['fas', 'file-alt']
|
|
12673
12649
|
}
|
|
12674
|
-
}), _vm._v("
|
|
12650
|
+
}), _vm._v(" "), _c('p', {
|
|
12675
12651
|
attrs: {
|
|
12676
|
-
"
|
|
12677
|
-
|
|
12678
|
-
|
|
12679
|
-
"
|
|
12652
|
+
"title": _vm.filename
|
|
12653
|
+
},
|
|
12654
|
+
domProps: {
|
|
12655
|
+
"textContent": _vm._s(_vm.filename)
|
|
12656
|
+
}
|
|
12657
|
+
})], 1), _vm._v(" "), _c('div', {
|
|
12658
|
+
staticClass: "file-actions"
|
|
12659
|
+
}, [_vm.imageURL ? _c('span', {
|
|
12660
|
+
staticClass: "file-action-button",
|
|
12661
|
+
on: {
|
|
12662
|
+
"click": function ($event) {
|
|
12663
|
+
return _vm.showImage(_vm.imageURL);
|
|
12664
|
+
}
|
|
12680
12665
|
}
|
|
12681
|
-
}, [
|
|
12666
|
+
}, [_c('fa-icon', {
|
|
12667
|
+
directives: [{
|
|
12668
|
+
name: "tippy",
|
|
12669
|
+
rawName: "v-tippy"
|
|
12670
|
+
}],
|
|
12682
12671
|
attrs: {
|
|
12683
|
-
"icon": ['fas', '
|
|
12672
|
+
"icon": ['fas', 'search-plus'],
|
|
12673
|
+
"content": "" + _vm.dictionary.titulo_visualizar_img
|
|
12684
12674
|
}
|
|
12685
12675
|
})], 1) : _vm._e(), _vm._v(" "), _vm.docURL ? _c('a', {
|
|
12676
|
+
directives: [{
|
|
12677
|
+
name: "tippy",
|
|
12678
|
+
rawName: "v-tippy"
|
|
12679
|
+
}],
|
|
12680
|
+
staticClass: "file-action-button",
|
|
12686
12681
|
attrs: {
|
|
12687
12682
|
"href": _vm.docURL,
|
|
12683
|
+
"target": "_blank",
|
|
12684
|
+
"rel": "noreferrer noopener",
|
|
12685
|
+
"content": "Visualizar anexo"
|
|
12686
|
+
}
|
|
12687
|
+
}, [_c('fa-icon', {
|
|
12688
|
+
attrs: {
|
|
12689
|
+
"icon": ['fas', 'search-plus']
|
|
12690
|
+
}
|
|
12691
|
+
})], 1) : _vm._e(), _vm._v(" "), _vm.imageURL || _vm.docURL ? _c('a', {
|
|
12692
|
+
directives: [{
|
|
12693
|
+
name: "tippy",
|
|
12694
|
+
rawName: "v-tippy"
|
|
12695
|
+
}],
|
|
12696
|
+
staticClass: "file-action-button",
|
|
12697
|
+
attrs: {
|
|
12698
|
+
"href": _vm.imageURL ? _vm.imageURL : _vm.docURL,
|
|
12688
12699
|
"download": "" + _vm.filename,
|
|
12689
12700
|
"target": "_blank",
|
|
12690
|
-
"rel": "noreferrer noopener"
|
|
12701
|
+
"rel": "noreferrer noopener",
|
|
12702
|
+
"content": "Fazer o download do anexo"
|
|
12691
12703
|
}
|
|
12692
|
-
}, [
|
|
12704
|
+
}, [_c('fa-icon', {
|
|
12693
12705
|
attrs: {
|
|
12694
12706
|
"icon": ['fas', 'download']
|
|
12695
12707
|
}
|
|
12696
|
-
})], 1) : _vm._e()
|
|
12708
|
+
})], 1) : _vm._e(), _vm._v(" "), _c('span', {
|
|
12709
|
+
directives: [{
|
|
12710
|
+
name: "tippy",
|
|
12711
|
+
rawName: "v-tippy"
|
|
12712
|
+
}],
|
|
12713
|
+
staticClass: "file-action-button",
|
|
12714
|
+
attrs: {
|
|
12715
|
+
"content": "Fazer download de todos anexos da tela"
|
|
12716
|
+
},
|
|
12717
|
+
on: {
|
|
12718
|
+
"click": _vm.downloadAllFilesHandler
|
|
12719
|
+
}
|
|
12720
|
+
}, [_c('fa-icon', {
|
|
12721
|
+
attrs: {
|
|
12722
|
+
"icon": ['fas', 'download']
|
|
12723
|
+
}
|
|
12724
|
+
}), _vm._v(" "), _c('fa-icon', {
|
|
12725
|
+
attrs: {
|
|
12726
|
+
"icon": ['fas', 'download']
|
|
12727
|
+
}
|
|
12728
|
+
}), _vm._v(" "), _c('fa-icon', {
|
|
12729
|
+
attrs: {
|
|
12730
|
+
"icon": ['fas', 'download']
|
|
12731
|
+
}
|
|
12732
|
+
})], 1)])])]);
|
|
12697
12733
|
};
|
|
12698
12734
|
|
|
12699
12735
|
var __vue_staticRenderFns__$8 = [];
|
|
@@ -12701,8 +12737,8 @@ var __vue_staticRenderFns__$8 = [];
|
|
|
12701
12737
|
|
|
12702
12738
|
const __vue_inject_styles__$8 = function (inject) {
|
|
12703
12739
|
if (!inject) return;
|
|
12704
|
-
inject("data-v-
|
|
12705
|
-
source: ".fade-enter-active[data-v-
|
|
12740
|
+
inject("data-v-14bae430_0", {
|
|
12741
|
+
source: ".mensagem__principal .default-doc[data-v-14bae430]{background-color:rgba(255,255,255,.1)}.mensagem__outros .default-doc[data-v-14bae430]{background-color:rgba(100,100,100,.1)}.default-doc[data-v-14bae430]{display:flex;align-items:center;padding:10px;border-radius:5px;width:100%;max-width:100%}.default-doc svg[data-v-14bae430]{font-size:1.2rem;margin-right:5px}.default-doc p[data-v-14bae430]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-actions[data-v-14bae430]{display:flex;justify-content:flex-end;width:100%;padding:5px}.file-actions a[data-v-14bae430]{margin-right:0}.mensagem__principal .file-action-button[data-v-14bae430]{background-color:rgba(255,255,255,.1)}.mensagem__outros .file-action-button[data-v-14bae430]{background-color:rgba(100,100,100,.1)}.mensagem__principal .file-action-button[data-v-14bae430]:hover{background-color:rgba(255,255,255,.3)}.mensagem__outros .file-action-button[data-v-14bae430]:hover{background-color:rgba(100,100,100,.3)}.file-action-button[data-v-14bae430]{display:flex;justify-content:center;align-items:center;margin-left:12px;cursor:pointer;padding:5px;border-radius:5px;transition:background-color 150ms ease-in-out}.file-action-button a[data-v-14bae430]{margin:0}.fade-enter-active[data-v-14bae430],.fade-leave-active[data-v-14bae430]{transition:opacity .5s}.fade-enter[data-v-14bae430],.fade-leave-to[data-v-14bae430]{opacity:0}.mensagem-div-anexo[data-v-14bae430]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-14bae430]{width:100%;margin-top:5px;overflow:hidden;display:flex;max-height:300px}.anexo-container .arquivo-erro[data-v-14bae430],.anexo-container a[data-v-14bae430]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container p[data-v-14bae430]{text-overflow:ellipsis;overflow:hidden}.anexo-container .arquivo-erro[data-v-14bae430],.anexo-container p[data-v-14bae430]{margin:0;margin-left:15px;font-size:.9rem}.anexo-container svg[data-v-14bae430]{font-size:2rem}.anexo-mensagem audio[data-v-14bae430]{outline:0;width:100%;margin-bottom:5px}.anexo-mensagem video[data-v-14bae430]{flex:1;width:100%;max-width:350px;cursor:pointer;margin-bottom:5px}.anexos-links-container[data-v-14bae430]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-14bae430]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-right:5px;font-weight:550;color:inherit;text-decoration:none}.anexos-links-container svg[data-v-14bae430]{cursor:pointer}.mensagem-div-anexo img[data-v-14bae430]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-14bae430]{width:100%;height:100%}.anexo-mensagem[data-v-14bae430]{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.alert-danger[data-v-14bae430]{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert[data-v-14bae430]{position:relative;padding:.65rem 1.2rem;margin:5px 0;border:1px solid transparent;border-radius:.25rem;text-align:center}.alert svg[data-v-14bae430]{font-size:1.025em;margin-right:2px}.pdf[data-v-14bae430]{color:#e74c3c}.doc[data-v-14bae430]{color:#006bc9}",
|
|
12706
12742
|
map: undefined,
|
|
12707
12743
|
media: undefined
|
|
12708
12744
|
});
|
|
@@ -12710,7 +12746,7 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
12710
12746
|
/* scoped */
|
|
12711
12747
|
|
|
12712
12748
|
|
|
12713
|
-
const __vue_scope_id__$8 = "data-v-
|
|
12749
|
+
const __vue_scope_id__$8 = "data-v-14bae430";
|
|
12714
12750
|
/* module identifier */
|
|
12715
12751
|
|
|
12716
12752
|
const __vue_module_identifier__$8 = undefined;
|
|
@@ -13081,7 +13117,11 @@ var script$5 = {
|
|
|
13081
13117
|
InteratividadeFormulario,
|
|
13082
13118
|
LinkPreview
|
|
13083
13119
|
},
|
|
13084
|
-
props: ["smartchannel", "messageIndex", "dictionary", "autor", "origem", "msg", "link", "anexo", "imgAnexo", "tipoDoc", "docAnexo", "nomeArquivo", "audio", "video", "horario", "status", "logo", "msgTooltip", "seq", "mapa", "histMsg", "erro", "msgErro", "origemExterna", "anexos", "dominio", "corMsg", "interatividade", "msgReply", "hasReply", "iniDialogo", "dialogoId", "dialogoOrigem", "expSessao"],
|
|
13120
|
+
props: ["smartchannel", "messageIndex", "dictionary", "autor", "origem", "msg", "link", "anexo", "imgAnexo", "tipoDoc", "docAnexo", "nomeArquivo", "audio", "video", "horario", "status", "logo", "msgTooltip", "seq", "mapa", "histMsg", "erro", "msgErro", "origemExterna", "anexos", "dominio", "corMsg", "interatividade", "msgReply", "hasReply", "iniDialogo", "dialogoId", "dialogoOrigem", "expSessao", "referenceSelector"],
|
|
13121
|
+
|
|
13122
|
+
created() {
|
|
13123
|
+
if (!this.$root.$refs.chatMessages) this.$root.$refs.chatMessages = this;
|
|
13124
|
+
},
|
|
13085
13125
|
|
|
13086
13126
|
data() {
|
|
13087
13127
|
return {
|
|
@@ -13369,7 +13409,10 @@ var __vue_render__$5 = function () {
|
|
|
13369
13409
|
"dominio": _vm.dominio
|
|
13370
13410
|
},
|
|
13371
13411
|
on: {
|
|
13372
|
-
"abrir-imagem": _vm.abrirImagem
|
|
13412
|
+
"abrir-imagem": _vm.abrirImagem,
|
|
13413
|
+
"download-all": function ($event) {
|
|
13414
|
+
return _vm.$emit('download-all');
|
|
13415
|
+
}
|
|
13373
13416
|
}
|
|
13374
13417
|
})], 1);
|
|
13375
13418
|
}) : _vm._e(), _vm._v(" "), _vm.urlSticker ? _c('img', {
|
|
@@ -13614,7 +13657,7 @@ var __vue_staticRenderFns__$5 = [];
|
|
|
13614
13657
|
|
|
13615
13658
|
const __vue_inject_styles__$5 = function (inject) {
|
|
13616
13659
|
if (!inject) return;
|
|
13617
|
-
inject("data-v-
|
|
13660
|
+
inject("data-v-4d7ba00c_0", {
|
|
13618
13661
|
source: ":root{--message-color:#373737;--text-color:#FFF;--light:80;--threshold:60}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem{padding:14px 7px;border-radius:5px;min-width:150px;min-height:60px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;max-width:80%;margin-bottom:10px;font-size:.75rem;word-break:break-word;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mensagem.max-w-60{max-width:60%}.mensagem.mapa{width:100%}.mensagem.hist-msg{animation:show 1s}.mensagem a{margin-right:5px;font-weight:550;color:inherit;text-decoration:none}.mensagem a:hover{text-decoration:underline}.message p{white-space:pre-wrap}.mensagem-anexo a,.mensagem-div-mapa a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.reply{cursor:pointer;position:absolute;right:53px;bottom:5px;font-size:.6rem;color:#67a332;width:.9rem;height:.9rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff}.reply svg{margin-top:-1px;margin-right:-1px}.reply-with-2-icons{right:30px}.check{cursor:pointer;position:absolute;right:10px;bottom:2px;font-size:.7rem}.check.visualizado,.check.visualizado svg{color:#006daa}.check.verde,.check.verde svg{color:#4f772d}.check.vermelho,.check.vermelho svg{color:#ba181b}.check.cinza,.check.cinza svg{color:#999}.check.preto,.check.preto svg{color:#666}.star{cursor:pointer;position:absolute;right:30px;bottom:2px;font-size:.4rem;width:11.2px}.default-stick-size{width:180px;height:auto}.horario-envio{margin-right:15px;font-size:.7rem;position:absolute;left:10px;bottom:2px}.autor-mensagem{position:absolute;font-size:.6rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:90%;font-weight:700;top:2px}.mensagem__principal{width:100%;display:flex;justify-content:flex-end}.mensagem__principal>.mensagem::after{content:\"\";width:0;height:0;position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid var(--message-color);bottom:5px;right:-10px;transform:rotate(-90deg)}.mensagem__principal>.mensagem{background-color:var(--message-color);color:var(--text-color)}.mensagem__principal>.mensagem .horario-envio{color:var(--text-color)}.mensagem__principal>.mensagem .autor-mensagem{right:5px;color:var(--text-color)}.mensagem__outros{width:100%;display:flex}.mensagem__outros>.mensagem{background-color:#fff;color:#333}.mensagem__outros>.mensagem::after{content:\"\";width:0;height:0;position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;bottom:5px;left:-10px;transform:rotate(90deg)}.mensagem__outros>.autor-mensagem{left:5px;color:#333}.mensagem-div-mapa{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:5px}.msg-mapa{width:100%;min-height:225px;height:100%;box-sizing:initial}.msg-mapa img{max-width:none!important}.info-mapa{list-style-type:none}.info-mapa li.title{font-size:.85em}.info-mapa li.address,.info-mapa li.url{font-size:.85em}.info-mapa li.url{font-size:.85em}.tooltip-list{margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}",
|
|
13619
13662
|
map: undefined,
|
|
13620
13663
|
media: undefined
|