vue-intergrall-plugins 0.0.130 → 0.0.134
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.
|
@@ -6634,7 +6634,7 @@ var script$3 = {
|
|
|
6634
6634
|
AnexoMensagem,
|
|
6635
6635
|
InteratividadeBotoes
|
|
6636
6636
|
},
|
|
6637
|
-
props: ["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"],
|
|
6637
|
+
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"],
|
|
6638
6638
|
|
|
6639
6639
|
data() {
|
|
6640
6640
|
return {
|
|
@@ -6835,6 +6835,29 @@ var __vue_render__$3 = function () {
|
|
|
6835
6835
|
"name": "fade",
|
|
6836
6836
|
"mode": "out-in"
|
|
6837
6837
|
}
|
|
6838
|
+
}, [_vm.hasReply && (_vm.status == 'C' || _vm.status == 'T') ? _c('span', {
|
|
6839
|
+
directives: [{
|
|
6840
|
+
name: "tippy",
|
|
6841
|
+
rawName: "v-tippy"
|
|
6842
|
+
}],
|
|
6843
|
+
staticClass: "reply",
|
|
6844
|
+
attrs: {
|
|
6845
|
+
"content": _vm.msgReply ? _vm.msgReply : 'Fazer reenvio da mensagem'
|
|
6846
|
+
},
|
|
6847
|
+
on: {
|
|
6848
|
+
"click": function ($event) {
|
|
6849
|
+
return _vm.$emit('replyMsg');
|
|
6850
|
+
}
|
|
6851
|
+
}
|
|
6852
|
+
}, [_c('fa-icon', {
|
|
6853
|
+
attrs: {
|
|
6854
|
+
"icon": ['fas', 'reply']
|
|
6855
|
+
}
|
|
6856
|
+
})], 1) : _vm._e()]), _vm._v(" "), _c('transition', {
|
|
6857
|
+
attrs: {
|
|
6858
|
+
"name": "fade",
|
|
6859
|
+
"mode": "out-in"
|
|
6860
|
+
}
|
|
6838
6861
|
}, [_vm.status == 'D' ? _c('span', {
|
|
6839
6862
|
directives: [{
|
|
6840
6863
|
name: "tippy",
|
|
@@ -6946,8 +6969,8 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
6946
6969
|
|
|
6947
6970
|
const __vue_inject_styles__$3 = function (inject) {
|
|
6948
6971
|
if (!inject) return;
|
|
6949
|
-
inject("data-v-
|
|
6950
|
-
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}",
|
|
6972
|
+
inject("data-v-8155b550_0", {
|
|
6973
|
+
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: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}.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}",
|
|
6951
6974
|
map: undefined,
|
|
6952
6975
|
media: undefined
|
|
6953
6976
|
});
|
|
@@ -7100,6 +7123,10 @@ var script$1 = {
|
|
|
7100
7123
|
btnCustom: {
|
|
7101
7124
|
type: Boolean,
|
|
7102
7125
|
default: false
|
|
7126
|
+
},
|
|
7127
|
+
activeLoader: {
|
|
7128
|
+
type: Boolean,
|
|
7129
|
+
default: false
|
|
7103
7130
|
}
|
|
7104
7131
|
}
|
|
7105
7132
|
};
|
|
@@ -7124,7 +7151,7 @@ var __vue_render__$1 = function () {
|
|
|
7124
7151
|
return _vm.$emit(_vm.emitter, _vm.params);
|
|
7125
7152
|
}
|
|
7126
7153
|
}
|
|
7127
|
-
}, [!_vm.btnCustom ? [_c('IconButton', {
|
|
7154
|
+
}, [_vm.faIcon.length || _vm.svgIcon ? [!_vm.btnCustom ? [_c('IconButton', {
|
|
7128
7155
|
attrs: {
|
|
7129
7156
|
"icon": _vm.faIcon.length ? _vm.faIcon : _vm.svgIcon
|
|
7130
7157
|
}
|
|
@@ -7135,12 +7162,12 @@ var __vue_render__$1 = function () {
|
|
|
7135
7162
|
attrs: {
|
|
7136
7163
|
"icon": _vm.faIcon.length ? _vm.faIcon : _vm.svgIcon
|
|
7137
7164
|
}
|
|
7138
|
-
})], 1), _vm._v(" "), _c('span', {
|
|
7165
|
+
})], 1)] : _vm._e(), _vm._v(" "), !_vm.activeLoader ? _c('span', {
|
|
7139
7166
|
staticClass: "simple-btn--text",
|
|
7140
7167
|
domProps: {
|
|
7141
7168
|
"textContent": _vm._s(_vm.btnText)
|
|
7142
7169
|
}
|
|
7143
|
-
})], 2);
|
|
7170
|
+
}) : _c('Loader')], 2);
|
|
7144
7171
|
};
|
|
7145
7172
|
|
|
7146
7173
|
var __vue_staticRenderFns__$1 = [];
|
|
@@ -7148,8 +7175,8 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
7148
7175
|
|
|
7149
7176
|
const __vue_inject_styles__$1 = function (inject) {
|
|
7150
7177
|
if (!inject) return;
|
|
7151
|
-
inject("data-v-
|
|
7152
|
-
source: ".default-btn-style{transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -2px rgba(0,0,0,.2);opacity:.9;border-radius:5px;display:flex;justify-content:center;align-items:center;padding:5px;cursor:pointer}.default-btn-style:hover{opacity:1}.default-btn-style:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.simple-btn{position:relative}.simple-btn--icon{display:flex;justify-content:center;align-items:center;margin-right:5px}.simple-btn--icon.custom{min-width:25px}.icon-container{position:absolute;left:-15px;padding:5px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%}.icon-container svg{color:rgba(255,255,255,.5);width:23px;height:23px}",
|
|
7178
|
+
inject("data-v-1067dba2_0", {
|
|
7179
|
+
source: ".default-btn-style{transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -2px rgba(0,0,0,.2);opacity:.9;border-radius:5px;display:flex;justify-content:center;align-items:center;padding:5px;cursor:pointer;min-height:28px}.default-btn-style:hover{opacity:1}.default-btn-style:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.simple-btn{position:relative}.simple-btn--icon{display:flex;justify-content:center;align-items:center;margin-right:5px}.simple-btn--icon.custom{min-width:25px}.simple-btn--text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.icon-container{position:absolute;left:-15px;padding:5px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%}.icon-container svg{color:rgba(255,255,255,.5);width:23px;height:23px}",
|
|
7153
7180
|
map: undefined,
|
|
7154
7181
|
media: undefined
|
|
7155
7182
|
});
|