vue-intergrall-plugins 0.0.198 → 0.0.199
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.
|
@@ -12318,7 +12318,7 @@ var script$4 = {
|
|
|
12318
12318
|
const response = await this.$httpRequest({
|
|
12319
12319
|
method: 'get',
|
|
12320
12320
|
url: `${baseURL}/preview?url=${encodedURL}${dev}` // headers: {
|
|
12321
|
-
// Authorization: "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.
|
|
12321
|
+
// Authorization: "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdGQiOiJNS1VGWnBQeEV1UHc5UXdvN21HU2tWNEl4VHN0blM3MHNyZUJTTWt3d3hiNDRhd3dDcWwxd09jIiwibWFuYWdlciI6Ik1LVXRhd3dpbTRsNXd3WW1LMWFJYXd3aW00bDV3d3d3eGI0NGF3d0s0a2pveHBPMnl6TFZ3dXBud3d4YjQ0YXd3cmxNNHRqZ3FKTExsTjMiLCJoYXNfaW5mb3MiOnRydWUsIm5yb3MiOlsiMjczIl0sImF1dGgiOiJNS1VncmxDdkdRbElGbXZVTERCSGplV0wyOXFVUHdyOVlSMVMyeXdJanlLOUNteCIsImlhdCI6MTY0ODQ3MzYxNSwiZXhwIjoxNjQ4NTYwMDE1fQ.KSG_6_9NfQhk5br7hnXzeLyVZuT69XLaEYF9XkdgmmQ"
|
|
12322
12322
|
// }
|
|
12323
12323
|
|
|
12324
12324
|
});
|
|
@@ -12349,7 +12349,7 @@ var script$4 = {
|
|
|
12349
12349
|
author
|
|
12350
12350
|
} = og;
|
|
12351
12351
|
if (image) this.linkPreview.imageSource = image.url ? image.url : image.url == "" ? "" : image;
|
|
12352
|
-
if (author || site_name || title) this.linkPreview.author = author ? author : site_name ? site_name :
|
|
12352
|
+
if (author || site_name || title) this.linkPreview.author = title ? title : author ? author : site_name ? site_name : "";
|
|
12353
12353
|
if (og.description) this.linkPreview.description = og.description;
|
|
12354
12354
|
}
|
|
12355
12355
|
|
|
@@ -12399,7 +12399,10 @@ var __vue_render__$4 = function () {
|
|
|
12399
12399
|
"alt": "Imagem referente ao link"
|
|
12400
12400
|
}
|
|
12401
12401
|
})]) : _vm._e(), _vm._v(" "), _vm.linkPreview.author ? _c('div', {
|
|
12402
|
-
staticClass: "link-preview-author"
|
|
12402
|
+
staticClass: "link-preview-author",
|
|
12403
|
+
class: {
|
|
12404
|
+
'mb-0': _vm.linkPreview.description
|
|
12405
|
+
}
|
|
12403
12406
|
}, [_c('h1', {
|
|
12404
12407
|
domProps: {
|
|
12405
12408
|
"textContent": _vm._s(_vm.linkPreview.author)
|
|
@@ -12418,8 +12421,8 @@ var __vue_staticRenderFns__$4 = [];
|
|
|
12418
12421
|
|
|
12419
12422
|
const __vue_inject_styles__$4 = function (inject) {
|
|
12420
12423
|
if (!inject) return;
|
|
12421
|
-
inject("data-v-
|
|
12422
|
-
source: ".link-preview[data-v-
|
|
12424
|
+
inject("data-v-0ab9360e_0", {
|
|
12425
|
+
source: ".link-preview[data-v-0ab9360e]{display:flex;flex-direction:column;background-color:#eee;color:#333;cursor:pointer;margin:5px 0;border-radius:5px;opacity:.95;transition:opacity .3s ease-in-out;font-size:.85rem}.link-preview-image[data-v-0ab9360e]{display:flex;justify-content:center;align-items:center;padding:1px;border-top-left-radius:5px;border-top-right-radius:5px}.link-preview-author[data-v-0ab9360e]{margin:5px;font-size:.615em;font-weight:700}.link-preview-author.mb-0[data-v-0ab9360e]{margin-bottom:0}.link-preview-author h1[data-v-0ab9360e]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-preview-image img[data-v-0ab9360e]{min-width:100px;max-width:100%;border-top-left-radius:5px;border-top-right-radius:5px}.link-preview-infos[data-v-0ab9360e]{background-color:#2626261a;padding:5px;margin:5px;font-size:.83em;border-radius:5px}.link-preview[data-v-0ab9360e]:hover{opacity:1}.link-preview:hover .link-preview-infos p[data-v-0ab9360e]{text-decoration:underline}",
|
|
12423
12426
|
map: undefined,
|
|
12424
12427
|
media: undefined
|
|
12425
12428
|
});
|
|
@@ -12427,7 +12430,7 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
12427
12430
|
/* scoped */
|
|
12428
12431
|
|
|
12429
12432
|
|
|
12430
|
-
const __vue_scope_id__$4 = "data-v-
|
|
12433
|
+
const __vue_scope_id__$4 = "data-v-0ab9360e";
|
|
12431
12434
|
/* module identifier */
|
|
12432
12435
|
|
|
12433
12436
|
const __vue_module_identifier__$4 = undefined;
|
|
@@ -12669,11 +12672,7 @@ var __vue_render__$3 = function () {
|
|
|
12669
12672
|
mapa: _vm.mapa,
|
|
12670
12673
|
'hist-msg': _vm.histMsg
|
|
12671
12674
|
}
|
|
12672
|
-
}, [_vm.
|
|
12673
|
-
attrs: {
|
|
12674
|
-
"message": _vm.message
|
|
12675
|
-
}
|
|
12676
|
-
}) : _vm._e(), _vm._v(" "), _vm.anexos && _vm.anexos.length ? _vm._l(_vm.anexos, function (anexo, index) {
|
|
12675
|
+
}, [_vm.anexos && _vm.anexos.length ? _vm._l(_vm.anexos, function (anexo, index) {
|
|
12677
12676
|
return _c('div', {
|
|
12678
12677
|
key: index,
|
|
12679
12678
|
staticClass: "mensagem-anexo"
|
|
@@ -12729,7 +12728,11 @@ var __vue_render__$3 = function () {
|
|
|
12729
12728
|
"icon": ['fas', 'map-marker-alt']
|
|
12730
12729
|
}
|
|
12731
12730
|
})], 1)], 2);
|
|
12732
|
-
}), 0) : _vm._e()], 1) : _vm._e(), _vm._v(" "), _c('
|
|
12731
|
+
}), 0) : _vm._e()], 1) : _vm._e(), _vm._v(" "), _vm.link && !_vm.mapa ? _c('LinkPreview', {
|
|
12732
|
+
attrs: {
|
|
12733
|
+
"message": _vm.message
|
|
12734
|
+
}
|
|
12735
|
+
}) : _vm._e(), _vm._v(" "), _c('p', {
|
|
12733
12736
|
domProps: {
|
|
12734
12737
|
"innerHTML": _vm._s(_vm.validateInterativity() ? '' : _vm.formatMsg(_vm.message))
|
|
12735
12738
|
}
|
|
@@ -12926,7 +12929,7 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
12926
12929
|
|
|
12927
12930
|
const __vue_inject_styles__$3 = function (inject) {
|
|
12928
12931
|
if (!inject) return;
|
|
12929
|
-
inject("data-v-
|
|
12932
|
+
inject("data-v-257d4492_0", {
|
|
12930
12933
|
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: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:#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>.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}",
|
|
12931
12934
|
map: undefined,
|
|
12932
12935
|
media: undefined
|