vue-intergrall-plugins 1.0.80 → 1.0.82
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 +40 -98
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +15 -65
- package/package.json +1 -1
- package/src/lib-components/Messages/ChatMessages.vue +32 -36
- package/src/lib-components/Messages/InteratividadeBotoes.vue +59 -42
- package/src/lib-components/Messages/InteratividadeFormulario.vue +55 -131
|
@@ -2656,13 +2656,6 @@ const resetTargets = ($el, inputClass, parentClass, defaultHeight) => {
|
|
|
2656
2656
|
});
|
|
2657
2657
|
};
|
|
2658
2658
|
|
|
2659
|
-
function formataData(data) {
|
|
2660
|
-
if (!data || data == '1111-11-11') return '';
|
|
2661
|
-
data = data.split("-");
|
|
2662
|
-
data = data.reverse();
|
|
2663
|
-
data = data.join("/");
|
|
2664
|
-
return data;
|
|
2665
|
-
}
|
|
2666
2659
|
function formataDataHora(dataHora, origem, cortarSegundos, dicionario) {
|
|
2667
2660
|
dicionario = dicionario ? dicionario : {
|
|
2668
2661
|
msg_divisao_data_hora: ' - '
|
|
@@ -7939,11 +7932,6 @@ var script$e = {
|
|
|
7939
7932
|
type: Object,
|
|
7940
7933
|
required: true
|
|
7941
7934
|
},
|
|
7942
|
-
infoCanal: {
|
|
7943
|
-
type: [Object, Array],
|
|
7944
|
-
required: false,
|
|
7945
|
-
default: {}
|
|
7946
|
-
},
|
|
7947
7935
|
dominio: {
|
|
7948
7936
|
type: String,
|
|
7949
7937
|
required: true
|
|
@@ -7957,35 +7945,6 @@ var script$e = {
|
|
|
7957
7945
|
required: false
|
|
7958
7946
|
}
|
|
7959
7947
|
},
|
|
7960
|
-
computed: {
|
|
7961
|
-
situation() {
|
|
7962
|
-
try {
|
|
7963
|
-
const {
|
|
7964
|
-
SITUACAO
|
|
7965
|
-
} = this.infoCanal;
|
|
7966
|
-
return SITUACAO ? SITUACAO : null;
|
|
7967
|
-
} catch (e) {
|
|
7968
|
-
console.error("Erro ao gerar a situacao do atendimento");
|
|
7969
|
-
console.error(e);
|
|
7970
|
-
}
|
|
7971
|
-
},
|
|
7972
|
-
deadline() {
|
|
7973
|
-
try {
|
|
7974
|
-
const {
|
|
7975
|
-
PRAZO,
|
|
7976
|
-
NOME_CAMPO_PRAZO
|
|
7977
|
-
} = this.infoCanal;
|
|
7978
|
-
return {
|
|
7979
|
-
text: PRAZO ? formataData(PRAZO) : "---",
|
|
7980
|
-
title: NOME_CAMPO_PRAZO ? NOME_CAMPO_PRAZO : this.dictionary.tit_prazo
|
|
7981
|
-
};
|
|
7982
|
-
} catch (e) {
|
|
7983
|
-
console.error("Erro ao gerar o prazo do atendimento");
|
|
7984
|
-
console.error(e);
|
|
7985
|
-
return {};
|
|
7986
|
-
}
|
|
7987
|
-
}
|
|
7988
|
-
},
|
|
7989
7948
|
mounted() {
|
|
7990
7949
|
if (this.validateInterativity()) {
|
|
7991
7950
|
this.verifyInfoAditional();
|
|
@@ -8060,46 +8019,7 @@ var __vue_render__$e = function () {
|
|
|
8060
8019
|
var _c = _vm._self._c || _h;
|
|
8061
8020
|
return _c('div', {
|
|
8062
8021
|
staticClass: "interatividade"
|
|
8063
|
-
}, [
|
|
8064
|
-
staticClass: "d-flex overflow-hidden mt-10 w-100 d-flex flex-wrap"
|
|
8065
|
-
}, [_vm.situation || _vm.deadline.text ? _c('div', {
|
|
8066
|
-
staticClass: "d-flex-center flex-column w-100 border-radius-10 border-1 bg-dark-white-2 border-color-gray p-10 mb-10",
|
|
8067
|
-
style: "" + (_vm.situation && _vm.situation.cor ? "border: 1px solid " + _vm.situation.cor : '')
|
|
8068
|
-
}, [_c('div', {
|
|
8069
|
-
staticClass: "d-flex w-100 mb-5"
|
|
8070
|
-
}, [_vm.situation ? _c('strong', {
|
|
8071
|
-
staticClass: "text-ellipsis text-left fs-_85",
|
|
8072
|
-
domProps: {
|
|
8073
|
-
"textContent": _vm._s(_vm.dictionary.chip_situacao + ":")
|
|
8074
|
-
}
|
|
8075
|
-
}) : _vm._e(), _vm._v(" "), _vm.situation ? _c('span', {
|
|
8076
|
-
staticClass: "ml-5 text-left fs-_85 text-shadow",
|
|
8077
|
-
style: "color: " + _vm.situation.cor,
|
|
8078
|
-
domProps: {
|
|
8079
|
-
"textContent": _vm._s(_vm.verificaInfos(_vm.situation))
|
|
8080
|
-
}
|
|
8081
|
-
}) : _vm._e()]), _vm._v(" "), _vm.deadline.text ? _c('div', {
|
|
8082
|
-
staticClass: "d-flex w-100"
|
|
8083
|
-
}, [_c('strong', {
|
|
8084
|
-
staticClass: "text-ellipsis text-left fs-_75",
|
|
8085
|
-
domProps: {
|
|
8086
|
-
"textContent": _vm._s(_vm.deadline.title + ":")
|
|
8087
|
-
}
|
|
8088
|
-
}), _vm._v(" "), _c('span', {
|
|
8089
|
-
staticClass: "ml-5 text-nowrap text-left fs-_75",
|
|
8090
|
-
domProps: {
|
|
8091
|
-
"textContent": _vm._s(_vm.deadline.text)
|
|
8092
|
-
}
|
|
8093
|
-
})]) : _vm._e()]) : _vm._e()])]) : _vm._e(), _vm._v(" "), _vm.informacao.length ? [_c('div', {
|
|
8094
|
-
staticClass: "interatividade-form-header d-flex justify-content-between"
|
|
8095
|
-
}, [_vm._v("\n " + _vm._s(_vm.dictionary.msg_abertura_reclamacao) + "\n "), _c('span', {
|
|
8096
|
-
staticClass: "d-flex-center"
|
|
8097
|
-
}, [_c('fa-icon', {
|
|
8098
|
-
staticClass: "mr-5",
|
|
8099
|
-
attrs: {
|
|
8100
|
-
"icon": ['fas', 'calendar']
|
|
8101
|
-
}
|
|
8102
|
-
}), _vm._v("\n " + _vm._s(_vm.formataDataHora(_vm.infoCanal.DATA_ABERTURA)) + "\n ")], 1)]), _vm._v(" "), _c('div', {
|
|
8022
|
+
}, [_vm.informacao.length ? [_c('div', {
|
|
8103
8023
|
staticClass: "interatividade-form-body"
|
|
8104
8024
|
}, [_vm._l(_vm.informacao, function (form) {
|
|
8105
8025
|
return _c('div', {
|
|
@@ -8205,7 +8125,7 @@ var __vue_staticRenderFns__$e = [];
|
|
|
8205
8125
|
/* style */
|
|
8206
8126
|
const __vue_inject_styles__$e = function (inject) {
|
|
8207
8127
|
if (!inject) return;
|
|
8208
|
-
inject("data-v-
|
|
8128
|
+
inject("data-v-3090f7e0_0", {
|
|
8209
8129
|
source: ".divisor-form-info-aditional{display:flex;align-items:center;justify-content:space-around}.info-aditional{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header{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:14.4px}.interatividade-form-body{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{margin:10px 0}.interatividade-titulo-form{white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden;max-width:100%;margin:0;padding:0;padding-top:5px}.interatividade-description-form{overflow:hidden;max-width:100%;margin:0;padding:0}.text-dark{color:#333}.ml-3{margin-left:3px}.flex-wrap{flex-wrap:wrap}.align-items-center{align-items:center}.d-flex{display:flex}.align-items-end{align-items:flex-end}.flex-column{flex-direction:column}.text-bold{font-weight:700}.m-5{margin:5px}.mb-5{margin-bottom:5px}.mx-5{margin-left:5px;margin-right:5px}.cursor-pointer{cursor:pointer}.bg-dark-white-2{background-color:#f7f7f7}.border-radius-10{border-radius:10px}.w-100{width:100%}.overflow-hidden{overflow:hidden}.mt-10{margin-top:10px}.flex-wrap{flex-wrap:wrap}.d-flex{display:flex}.p-10{padding:10px}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.d-flex-center{display:flex;justify-content:center;align-items:center}.fs-_85{font-size:13.6px}.text-ellipsis{text-overflow:ellipsis}.text-left{text-align:left}.text-ellipsis{white-space:nowrap;overflow:hidden}.ml-5{margin-left:5px}.text-shadow{text-shadow:0 0 #000}.justify-content-between{justify-content:space-between}.mr-5{margin-right:5px}",
|
|
8210
8130
|
map: undefined,
|
|
8211
8131
|
media: undefined
|
|
@@ -9209,7 +9129,40 @@ var __vue_render__$9 = function () {
|
|
|
9209
9129
|
var _c = _vm._self._c || _h;
|
|
9210
9130
|
return _c('div', {
|
|
9211
9131
|
staticClass: "interatividade"
|
|
9212
|
-
}, [_c('
|
|
9132
|
+
}, [_vm.interatividade.parameters && _vm.interatividade.parameters.button && _vm.interatividade.parameters.button.type === 'dynamicURL' || _vm.interatividade.parameters.button.type === 'staticURL' ? _c('div', {
|
|
9133
|
+
staticClass: "interatividade-btn"
|
|
9134
|
+
}, [_c('a', {
|
|
9135
|
+
staticClass: "interatividade-link",
|
|
9136
|
+
attrs: {
|
|
9137
|
+
"href": _vm.interatividade.parameters.button.text,
|
|
9138
|
+
"target": "_blank",
|
|
9139
|
+
"rel": "noreferrer noopener"
|
|
9140
|
+
}
|
|
9141
|
+
}, [_vm._v("\n Acessar "), _c('fa-icon', {
|
|
9142
|
+
attrs: {
|
|
9143
|
+
"icon": ['fas', 'external-link-square-alt']
|
|
9144
|
+
}
|
|
9145
|
+
})], 1)]) : _vm.interatividade.parameters && _vm.interatividade.parameters.button && _vm.interatividade.parameters.button.type === 'phoneNumber' ? _c('div', {
|
|
9146
|
+
staticClass: "interatividade-btn"
|
|
9147
|
+
}, [_c('p', {
|
|
9148
|
+
staticClass: "interatividade-titulo",
|
|
9149
|
+
attrs: {
|
|
9150
|
+
"title": _vm.interatividade.parameters.button.text + " (" + _vm.interatividade.parameters.button.phoneNumber + ")"
|
|
9151
|
+
},
|
|
9152
|
+
domProps: {
|
|
9153
|
+
"textContent": _vm._s(_vm.interatividade.parameters.button.text + " (" + _vm.interatividade.parameters.button.phoneNumber + ")")
|
|
9154
|
+
}
|
|
9155
|
+
})]) : _vm.interatividade.parameters && _vm.interatividade.parameters.button && _vm.interatividade.parameters.button.type === 'quickReply' ? _c('div', {
|
|
9156
|
+
staticClass: "interatividade-btn"
|
|
9157
|
+
}, [_c('p', {
|
|
9158
|
+
staticClass: "interatividade-titulo",
|
|
9159
|
+
attrs: {
|
|
9160
|
+
"title": "" + _vm.interatividade.parameters.button.text
|
|
9161
|
+
},
|
|
9162
|
+
domProps: {
|
|
9163
|
+
"textContent": _vm._s("" + _vm.interatividade.parameters.button.text)
|
|
9164
|
+
}
|
|
9165
|
+
})]) : _vm._e(), _vm._v(" "), _c('transition', {
|
|
9213
9166
|
attrs: {
|
|
9214
9167
|
"name": "show-x"
|
|
9215
9168
|
}
|
|
@@ -9273,8 +9226,8 @@ var __vue_staticRenderFns__$9 = [];
|
|
|
9273
9226
|
/* style */
|
|
9274
9227
|
const __vue_inject_styles__$9 = function (inject) {
|
|
9275
9228
|
if (!inject) return;
|
|
9276
|
-
inject("data-v-
|
|
9277
|
-
source: ".interatividade-btn{width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;color:#111b21;padding:10px 12px;border-radius:5px;margin-bottom:10px}.interatividade-btn:nth-child(1){margin-top:10px}.interatividade-titulo{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape{color:#818181;margin-top:5px}.interatividade-lista-link{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link:hover{color:#00628f}",
|
|
9229
|
+
inject("data-v-23bb5782_0", {
|
|
9230
|
+
source: ".interatividade-btn{width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;color:#111b21;padding:10px 12px;border-radius:5px;margin-bottom:10px}.interatividade-link{color:#0c5c8f!important;text-decoration:none;display:flex;align-items:center;justify-content:center;width:100%;gap:5px}.interatividade-btn:nth-child(1){margin-top:10px}.interatividade-titulo{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape{color:#818181;margin-top:5px}.interatividade-lista-link{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link:hover{color:#00628f}",
|
|
9278
9231
|
map: undefined,
|
|
9279
9232
|
media: undefined
|
|
9280
9233
|
});
|
|
@@ -9473,7 +9426,6 @@ var script$7 = {
|
|
|
9473
9426
|
data() {
|
|
9474
9427
|
return {
|
|
9475
9428
|
strTooltipAux: "",
|
|
9476
|
-
linkAux: "",
|
|
9477
9429
|
urlSticker: "",
|
|
9478
9430
|
urlFileName: "",
|
|
9479
9431
|
message: "",
|
|
@@ -9481,15 +9433,6 @@ var script$7 = {
|
|
|
9481
9433
|
center: {},
|
|
9482
9434
|
marker: {},
|
|
9483
9435
|
infos: [],
|
|
9484
|
-
infoCanalTeste: {
|
|
9485
|
-
PRAZO: "2022-05-05",
|
|
9486
|
-
SITUACAO: {
|
|
9487
|
-
cod: "3",
|
|
9488
|
-
desc: "Em analise pelo fornecedor",
|
|
9489
|
-
cor: "#03A64A"
|
|
9490
|
-
},
|
|
9491
|
-
DATA_ABERTURA: "2022-05-03 09:43:43"
|
|
9492
|
-
},
|
|
9493
9436
|
mapOptions: {
|
|
9494
9437
|
zoomControl: true,
|
|
9495
9438
|
mapTypeControl: false,
|
|
@@ -9621,7 +9564,7 @@ var script$7 = {
|
|
|
9621
9564
|
},
|
|
9622
9565
|
validateInterativity() {
|
|
9623
9566
|
try {
|
|
9624
|
-
if (this.interatividade && this.interatividade.formulario && this.interatividade.formulario.length || this.interatividade.list && this.interatividade.tipo == "listItem") {
|
|
9567
|
+
if (this.interatividade && this.interatividade.formulario && this.interatividade.formulario.length || this.interatividade && this.interatividade.list && this.interatividade.tipo == "listItem") {
|
|
9625
9568
|
return true;
|
|
9626
9569
|
}
|
|
9627
9570
|
return false;
|
|
@@ -9792,7 +9735,6 @@ var __vue_render__$7 = function () {
|
|
|
9792
9735
|
attrs: {
|
|
9793
9736
|
"interatividade": _vm.interatividade,
|
|
9794
9737
|
"dominio": _vm.dominio,
|
|
9795
|
-
"infoCanal": _vm.infoCanalTeste,
|
|
9796
9738
|
"anexos": _vm.anexos,
|
|
9797
9739
|
"dictionary": _vm.dictionary
|
|
9798
9740
|
}
|
|
@@ -10228,7 +10170,7 @@ var __vue_staticRenderFns__$7 = [];
|
|
|
10228
10170
|
/* style */
|
|
10229
10171
|
const __vue_inject_styles__$7 = function (inject) {
|
|
10230
10172
|
if (!inject) return;
|
|
10231
|
-
inject("data-v-
|
|
10173
|
+
inject("data-v-0f47ea80_0", {
|
|
10232
10174
|
source: ":root{--message-color:#373737;--text-color:#fff;--files-bg:rgba(255, 255, 255, 0.1);--files-bg-hover:rgba(255, 255, 255, 0.1);--light:80;--threshold:60}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem-reply{padding:5px 10px;font-size:12px;color:#666;transition:background-color 150ms ease-in-out;border-radius:5px;margin:5px 0;overflow:hidden;max-width:100%}.mensagem-reply p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-reply-principal{border-left:3px solid transparent;background-color:rgba(100,100,100,.1)}.message-reply-principal:hover{background-color:rgba(100,100,100,.2)}.message-reply-outros{background-color:#f5f5f5;border-left:3px solid var(--message-color)}.message-reply-outros:hover{background-color:#ebebeb}.mensagem-reply-vazia{display:flex;align-items:center}.mensagem-reply-vazia svg{margin-right:5px;color:#ba181b}.mensagem{padding:20px 7px 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:12px;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:9.6px;color:#67a332;width:14.4px;height:14.4px;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:11.2px}.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:6.4px;width:11.2px}.default-stick-size{width:180px;height:auto}.horario-envio{margin-right:15px;font-size:11.2px;position:absolute;left:10px;bottom:2px}.autor-mensagem{position:absolute;font-size:9.6px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:90%;font-weight:700;top:2px}.menu-primario{transition:opacity 150ms ease-in-out;position:absolute;font-size:11.2px;top:2px;display:flex;gap:5px;padding:2px 4px}.menu-primario.principal{left:2px;color:var(--text-color);background-color:var(--message-color)}.menu-primario.outros{right:2px;color:var(--text-color);background-color:#fff}.menu-primario.outros>span:nth-child(1){order:10}.menu-mensagem{cursor:pointer;padding:1px;opacity:.7;transition:opacity .1s ease-in-out}.menu-mensagem:active,.menu-mensagem:focus,.menu-mensagem:hover{opacity:1}.menu-flutuante{background-color:#fff;-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);border-radius:10px;position:absolute;top:20px;width:120px;min-height:50px;height:50px;max-height:50px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;display:flex;flex-direction:column;z-index:1}.menu-flutuante.principal{left:3px}.menu-flutuante.outros{right:3px}.menu-flutuante li{transition:background-color .3s ease-in-out;width:100%;cursor:pointer;padding:5px 10px;display:flex;align-items:center}.menu-flutuante li:hover{background-color:#e9e9e9}.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}.emoji-message-container{position:absolute;top:0;z-index:1;width:300px;height:250px}.emoji-message-container .sm-emoji-picker{width:300px;height:250px}.emoji-message-container .sm-emoji-picker .sm-emoji-header{overflow-x:auto;overflow-y:hidden}.reaction{position:absolute;bottom:0;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:rgba(100,100,100,.4);padding:5px;font-size:1.3em;min-width:1.8em;min-height:1.8em;max-width:1.8em;max-height:1.8em}.reaction>span{display:block;transform:translateY(-1px)}.mensagem__outros .reaction{right:-30px}.mensagem__principal .reaction{left:-30px}",
|
|
10233
10175
|
map: undefined,
|
|
10234
10176
|
media: undefined
|