vue-intergrall-plugins 0.0.131 → 0.0.132
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.
|
@@ -5833,7 +5833,7 @@ var script$3 = {
|
|
|
5833
5833
|
AnexoMensagem: AnexoMensagem,
|
|
5834
5834
|
InteratividadeBotoes: InteratividadeBotoes
|
|
5835
5835
|
},
|
|
5836
|
-
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"],
|
|
5836
|
+
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"],
|
|
5837
5837
|
data: function data() {
|
|
5838
5838
|
return {
|
|
5839
5839
|
strTooltipAux: "",
|
|
@@ -5987,6 +5987,29 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
5987
5987
|
"name": "fade",
|
|
5988
5988
|
"mode": "out-in"
|
|
5989
5989
|
}
|
|
5990
|
+
}, [_vm.hasReply && (_vm.status == 'C' || _vm.status == 'T') ? _c('span', {
|
|
5991
|
+
directives: [{
|
|
5992
|
+
name: "tippy",
|
|
5993
|
+
rawName: "v-tippy"
|
|
5994
|
+
}],
|
|
5995
|
+
staticClass: "reply",
|
|
5996
|
+
attrs: {
|
|
5997
|
+
"content": _vm.msgReply ? _vm.msgReply : 'Fazer reenvio da mensagem'
|
|
5998
|
+
},
|
|
5999
|
+
on: {
|
|
6000
|
+
"click": function click($event) {
|
|
6001
|
+
return _vm.$emit('replyMsg');
|
|
6002
|
+
}
|
|
6003
|
+
}
|
|
6004
|
+
}, [_c('fa-icon', {
|
|
6005
|
+
attrs: {
|
|
6006
|
+
"icon": ['fas', 'reply']
|
|
6007
|
+
}
|
|
6008
|
+
})], 1) : _vm._e()]), _vm._ssrNode(" "), _c('transition', {
|
|
6009
|
+
attrs: {
|
|
6010
|
+
"name": "fade",
|
|
6011
|
+
"mode": "out-in"
|
|
6012
|
+
}
|
|
5990
6013
|
}, [_vm.status == 'D' ? _c('span', {
|
|
5991
6014
|
directives: [{
|
|
5992
6015
|
name: "tippy",
|
|
@@ -6093,8 +6116,8 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
6093
6116
|
|
|
6094
6117
|
var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
6095
6118
|
if (!inject) return;
|
|
6096
|
-
inject("data-v-
|
|
6097
|
-
source: ":root{--message-color:#373737}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem{padding:14px 7px;border-radius:2.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:.85rem;word-break:break-word}.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}.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}.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:#fff}.mensagem__principal>.mensagem .horario-envio{color:#fff}.mensagem__principal>.mensagem .autor-mensagem{right:5px;color:#fff}.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 .check{display:none}.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:.7em}.info-mapa li.url{font-size:.7em}.tooltip-list{margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}",
|
|
6119
|
+
inject("data-v-2cf3b2ec_0", {
|
|
6120
|
+
source: ":root{--message-color:#373737}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem{padding:14px 7px;border-radius:2.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:.85rem;word-break:break-word}.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:30px;bottom:2px;font-size:.7rem;color:#67a332;width:1.025rem;height:1.025rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff}.reply svg{margin-top:-1px;margin-right:-1px}.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}.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:#fff}.mensagem__principal>.mensagem .horario-envio{color:#fff}.mensagem__principal>.mensagem .autor-mensagem{right:5px;color:#fff}.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 .check{display:none}.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:.7em}.info-mapa li.url{font-size:.7em}.tooltip-list{margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}",
|
|
6098
6121
|
map: undefined,
|
|
6099
6122
|
media: undefined
|
|
6100
6123
|
});
|
|
@@ -6105,7 +6128,7 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
|
6105
6128
|
var __vue_scope_id__$3 = undefined;
|
|
6106
6129
|
/* module identifier */
|
|
6107
6130
|
|
|
6108
|
-
var __vue_module_identifier__$3 = "data-v-
|
|
6131
|
+
var __vue_module_identifier__$3 = "data-v-2cf3b2ec";
|
|
6109
6132
|
/* functional template */
|
|
6110
6133
|
|
|
6111
6134
|
var __vue_is_functional_template__$3 = false;
|
package/package.json
CHANGED
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
:interatividade="interatividade"
|
|
30
30
|
/>
|
|
31
31
|
<span class="horario-envio" v-text="horario"></span>
|
|
32
|
+
<transition name="fade" mode="out-in">
|
|
33
|
+
<span class="reply" v-if="hasReply && (status == 'C' || status == 'T')" v-tippy :content="msgReply ? msgReply : 'Fazer reenvio da mensagem'" @click="$emit('replyMsg')"> <fa-icon :icon="['fas', 'reply']" /> </span>
|
|
34
|
+
</transition>
|
|
32
35
|
<transition name="fade" mode="out-in">
|
|
33
36
|
<span class="check" v-if="status == 'D'" :content="contentTooltip" v-tippy key="check-padrao"> <fa-icon :icon="['fas', 'check']" /> </span>
|
|
34
37
|
<span class="check cinza" v-else-if="status == 'Q'" :content="contentTooltip" v-tippy key="check-cinza"> <fa-icon :icon="['fas', 'check']" /> </span>
|
|
@@ -50,7 +53,7 @@ import InteratividadeBotoes from "./InteratividadeBotoes"
|
|
|
50
53
|
|
|
51
54
|
export default {
|
|
52
55
|
components: { AnexoMensagem, InteratividadeBotoes },
|
|
53
|
-
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"],
|
|
56
|
+
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"],
|
|
54
57
|
data(){
|
|
55
58
|
return{
|
|
56
59
|
strTooltipAux: "",
|
|
@@ -195,6 +198,26 @@ export default {
|
|
|
195
198
|
overflow: hidden;
|
|
196
199
|
}
|
|
197
200
|
|
|
201
|
+
.reply {
|
|
202
|
+
cursor: pointer;
|
|
203
|
+
position: absolute;
|
|
204
|
+
right: 30px;
|
|
205
|
+
bottom: 2px;
|
|
206
|
+
font-size: .7rem;
|
|
207
|
+
color: #67a332;
|
|
208
|
+
width: 1.025rem;
|
|
209
|
+
height: 1.025rem;
|
|
210
|
+
display: flex;
|
|
211
|
+
justify-content: center;
|
|
212
|
+
align-items: center;
|
|
213
|
+
border-radius: 50%;
|
|
214
|
+
background-color: #FFF;
|
|
215
|
+
}
|
|
216
|
+
.reply svg {
|
|
217
|
+
margin-top: -1px;
|
|
218
|
+
margin-right: -1px;
|
|
219
|
+
}
|
|
220
|
+
|
|
198
221
|
.check{
|
|
199
222
|
cursor: pointer;
|
|
200
223
|
position: absolute;
|