vue-intergrall-plugins 1.0.63 → 1.0.65
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.
|
@@ -10382,9 +10382,8 @@ var EmailTo = __vue_component__$4;var script$1 = {
|
|
|
10382
10382
|
var ulElement = this.$refs.emailToInfos;
|
|
10383
10383
|
if (!ulElement) return;
|
|
10384
10384
|
var ulHeight = ulElement.offsetHeight;
|
|
10385
|
-
var margin = 25;
|
|
10386
10385
|
var maxHeight = 300;
|
|
10387
|
-
var finalHeight = ulHeight < maxHeight ? ulHeight
|
|
10386
|
+
var finalHeight = ulHeight < maxHeight ? ulHeight : maxHeight;
|
|
10388
10387
|
ulElement.style.bottom = "-".concat(finalHeight, "px");
|
|
10389
10388
|
},
|
|
10390
10389
|
toggleIsOpen: function toggleIsOpen() {
|
|
@@ -10392,6 +10391,7 @@ var EmailTo = __vue_component__$4;var script$1 = {
|
|
|
10392
10391
|
if (!this.isOpen) {
|
|
10393
10392
|
this.actionsOpen = false;
|
|
10394
10393
|
this.openMessage = false;
|
|
10394
|
+
this.showInfos = false;
|
|
10395
10395
|
}
|
|
10396
10396
|
},
|
|
10397
10397
|
adjustMaxWidth: function adjustMaxWidth() {
|
|
@@ -10461,19 +10461,19 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
10461
10461
|
return _vm.openByItem($event);
|
|
10462
10462
|
}
|
|
10463
10463
|
}
|
|
10464
|
-
}, [_vm._ssrNode((_vm.showInfos ? "<div class=\"email-overlay\" data-v-
|
|
10464
|
+
}, [_vm._ssrNode((_vm.showInfos ? "<div class=\"email-overlay\" data-v-250930c4></div>" : "<!---->") + " "), _vm.autor ? _vm._ssrNode("<div" + _vm._ssrClass("email-author", [_vm.origem]) + " data-v-250930c4>", "</div>", [_c('fa-icon', {
|
|
10465
10465
|
class: [_vm.origem],
|
|
10466
10466
|
attrs: {
|
|
10467
10467
|
"icon": ['fas', 'reply'],
|
|
10468
10468
|
"title": "Enviado por: " + _vm.autor
|
|
10469
10469
|
}
|
|
10470
|
-
}), _vm._ssrNode(" <p" + _vm._ssrAttr("title", _vm.returnAuthorName()) + " class=\"email-author-name\" data-v-
|
|
10470
|
+
}), _vm._ssrNode(" <p" + _vm._ssrAttr("title", _vm.returnAuthorName()) + " class=\"email-author-name\" data-v-250930c4>" + _vm._ssrEscape(_vm._s(_vm.returnAuthorName())) + "</p> "), _c('fa-icon', {
|
|
10471
10471
|
staticClass: "email-to-svg",
|
|
10472
10472
|
attrs: {
|
|
10473
10473
|
"icon": ['fas', _vm.origem === 'outros' ? 'user' : 'headset'],
|
|
10474
10474
|
"title": "E-mail " + (_vm.origem === 'outros' ? 'recebido' : 'enviado')
|
|
10475
10475
|
}
|
|
10476
|
-
})], 2) : _vm._e(), _vm._ssrNode(" "), _vm.customButtons && _vm.customButtons.length ? _vm._ssrNode("<div class=\"email-custom-buttons\" data-v-
|
|
10476
|
+
})], 2) : _vm._e(), _vm._ssrNode(" "), _vm.customButtons && _vm.customButtons.length ? _vm._ssrNode("<div class=\"email-custom-buttons\" data-v-250930c4>", "</div>", _vm._l(_vm.customButtons, function (button, index) {
|
|
10477
10477
|
return _c('span', {
|
|
10478
10478
|
directives: [{
|
|
10479
10479
|
name: "show",
|
|
@@ -10504,7 +10504,7 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
10504
10504
|
"innerHTML": _vm._s(button.svgIcon)
|
|
10505
10505
|
}
|
|
10506
10506
|
})], 1);
|
|
10507
|
-
}), 0) : _vm._e(), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"email-header\" data-v-
|
|
10507
|
+
}), 0) : _vm._e(), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"email-header\" data-v-250930c4>", "</div>", [_vm._ssrNode("<p" + _vm._ssrAttr("title", _vm.returnMainValue()) + " class=\"email-subject\" data-v-250930c4>" + _vm._ssrEscape("\n " + _vm._s(_vm.returnMainValue()) + "\n ") + "</p> "), _vm._ssrNode("<div class=\"header-container\" data-v-250930c4>", "</div>", [_vm._ssrNode("<div" + _vm._ssrClass(null, "email-header-content" + (_vm.isOpen ? ' open' : '')) + " data-v-250930c4>", "</div>", [_vm._ssrNode("<div class=\"email-header-infos\" data-v-250930c4>", "</div>", [_vm.para && _vm.para.length ? [_vm._ssrNode("<div class=\"email-to-from-container\" data-v-250930c4>", "</div>", [_vm._l(_vm.para, function (recipient, index) {
|
|
10508
10508
|
return _c('EmailTo', {
|
|
10509
10509
|
key: "to-" + index,
|
|
10510
10510
|
attrs: {
|
|
@@ -10513,11 +10513,13 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
10513
10513
|
"showMail": _vm.para.length === 1
|
|
10514
10514
|
}
|
|
10515
10515
|
});
|
|
10516
|
-
}), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"email-to-btn\"
|
|
10516
|
+
}), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"email-to-btn\"" + _vm._ssrStyle(null, null, {
|
|
10517
|
+
display: _vm.isOpen ? '' : 'none'
|
|
10518
|
+
}) + " data-v-250930c4>", "</div>", [_c('fa-icon', {
|
|
10517
10519
|
attrs: {
|
|
10518
10520
|
"icon": ['fas', 'caret-down']
|
|
10519
10521
|
}
|
|
10520
|
-
})], 1)], 2)] : _vm._e(), _vm._ssrNode(" " + (!_vm.isMainEmail && _vm.isOpen ? "<div class=\"email-subject-secondary\" data-v-
|
|
10522
|
+
})], 1)], 2)] : _vm._e(), _vm._ssrNode(" " + (!_vm.isMainEmail && _vm.isOpen ? "<div class=\"email-subject-secondary\" data-v-250930c4><span class=\"email-subject-span\" data-v-250930c4>" + _vm._ssrEscape(_vm._s("Assunto: " + (_vm.htmlEntityToEmoji(_vm.replaceUnicodeWithEmoji(_vm.assunto)) || '(Sem assunto)'))) + "</span></div>" : "<!---->"))], 2)]), _vm._ssrNode(" "), _vm._ssrNode("<span" + _vm._ssrAttr("title", _vm.formattedDate) + _vm._ssrClass(null, "email-date " + (_vm.isOpen ? _vm.isOpenClass : _vm.isClosedClass)) + " data-v-250930c4>", "</span>", [_c('fa-icon', {
|
|
10521
10523
|
attrs: {
|
|
10522
10524
|
"icon": ['fas', 'calendar']
|
|
10523
10525
|
}
|
|
@@ -10538,10 +10540,12 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
10538
10540
|
}
|
|
10539
10541
|
}
|
|
10540
10542
|
}, [_vm._ssrNode(_vm._ssrList(_vm.mailInfos, function (info, index) {
|
|
10541
|
-
return "<li class=\"email-info\" data-v-
|
|
10543
|
+
return "<li class=\"email-info\" data-v-250930c4><span data-v-250930c4>" + _vm._ssrEscape(_vm._s(info.label)) + "</span>" + _vm._ssrEscape("\n " + _vm._s(info.value) + "\n ") + "</li>";
|
|
10542
10544
|
}))]) : _vm._e(), _vm._ssrNode(" " + (_vm.isOpen ? "<span" + _vm._ssrClass(null, ['email-actions box-shadow', {
|
|
10543
10545
|
active: _vm.actionsOpen
|
|
10544
|
-
}
|
|
10546
|
+
}, {
|
|
10547
|
+
main: _vm.isMainEmail
|
|
10548
|
+
}]) + " data-v-250930c4><span data-v-250930c4></span> <span data-v-250930c4></span> <span data-v-250930c4></span></span>" : "<!---->") + " "), _vm.actionsOpen && _vm.isOpen ? _c('ul', {
|
|
10545
10549
|
directives: [{
|
|
10546
10550
|
name: "clickaway",
|
|
10547
10551
|
rawName: "v-clickaway",
|
|
@@ -10554,7 +10558,7 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
10554
10558
|
$event.stopPropagation();
|
|
10555
10559
|
}
|
|
10556
10560
|
}
|
|
10557
|
-
}, [_vm._ssrNode("<li class=\"email-action\" data-v-
|
|
10561
|
+
}, [_vm._ssrNode("<li class=\"email-action\" data-v-250930c4>" + _vm._ssrEscape("\n " + _vm._s(!_vm.openMessage ? 'Visualizar' : 'Esconder') + " texto do e-mail\n ") + "</li>")]) : _vm._e()], 2), _vm._ssrNode(" "), _c('transition', {
|
|
10558
10562
|
attrs: {
|
|
10559
10563
|
"name": "show-y-top"
|
|
10560
10564
|
}
|
|
@@ -10572,7 +10576,7 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
10572
10576
|
class: "email-html " + (_vm.isIframeLoading ? 'visibility-hidden' : '')
|
|
10573
10577
|
}), _vm._v(" "), _vm.openMessage ? _c('span', {
|
|
10574
10578
|
staticClass: "email-raw"
|
|
10575
|
-
}, [_vm._v(_vm._s(_vm.mensagem))]) : _vm._e()], 1)]), _vm._ssrNode(" "), _vm.anexos && _vm.anexos.length ? _vm._ssrNode("<div class=\"email-files\" data-v-
|
|
10579
|
+
}, [_vm._v(_vm._s(_vm.mensagem))]) : _vm._e()], 1)]), _vm._ssrNode(" "), _vm.anexos && _vm.anexos.length ? _vm._ssrNode("<div class=\"email-files\" data-v-250930c4>", "</div>", _vm._l(_vm.anexos, function (anexo, index) {
|
|
10576
10580
|
return _c('EmailFile', {
|
|
10577
10581
|
key: index,
|
|
10578
10582
|
attrs: {
|
|
@@ -10587,20 +10591,20 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
10587
10591
|
/* style */
|
|
10588
10592
|
var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
10589
10593
|
if (!inject) return;
|
|
10590
|
-
inject("data-v-
|
|
10591
|
-
source: ".show-y-top-enter-active[data-v-
|
|
10594
|
+
inject("data-v-250930c4_0", {
|
|
10595
|
+
source: ".show-y-top-enter-active[data-v-250930c4],.show-y-top-leave-enter[data-v-250930c4]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-250930c4],.show-y-top-leave-to[data-v-250930c4]{opacity:0;transform:translateY(-2%)}",
|
|
10592
10596
|
map: undefined,
|
|
10593
10597
|
media: undefined
|
|
10594
|
-
}), inject("data-v-
|
|
10595
|
-
source: "@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);.visibility-hidden{visibility:hidden}.box-shadow-active{box-shadow:0 0 4px 2px rgba(0,0,0,.25)!important}.bg-dark-white-2{background-color:#f7f7f7}.bg-white{background-color:#fff}.cursor-pointer{cursor:pointer}.email-overlay{width:100%;height:100%;background-color:transparent;z-index:1;position:absolute;top:0;left:0}.email-item{font-family:Roboto,sans-serif;flex:1;margin:0 0 10px 0;color:#222;min-height:60px;display:flex;flex-wrap:wrap;padding:10px;border-radius:5px;transition:all 150ms ease-in-out;max-width:100%;width:100%;overflow:hidden;position:relative}.email-item.outros{border-left:3px solid #33b8df}.email-author-name{margin:0 5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-author.outros{color:#33b8df}.email-author.outros>svg:nth-child(1){transform:rotate(180deg)}.email-author.principal{color:#ebb552}.email-item.principal{border-left:3px solid #ebb552}.email-item.info-open{overflow:visible}.email-header{width:100%;display:flex;flex-direction:column;cursor:pointer;border-top-right-radius:5px;border-top-left-radius:5px;position:relative;overflow:visible}.header-container{display:flex;overflow:hidden;position:relative}.email-header-content{display:flex;align-items:center;flex:1;min-width:250px}.email-header-infos{display:flex;flex-direction:column;flex:1}.email-subject{margin:5px 0 0 0;font-size:1.025rem;cursor:pointer}.email-date{--width:245px;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:absolute;right:0;top:0;min-width:var(--width);width:var(--width);max-width:var(--width);display:flex;justify-content:flex-end;gap:3px;align-items:center}.email-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;background-color:#fff;position:relative;max-width:100%}.email-actions{align-self:flex-end;display:flex;border-radius:10px;cursor:pointer;align-items:center;justify-content:center;gap:3px;padding:5px 7px;background-color:#ddd;position:absolute;right:
|
|
10598
|
+
}), inject("data-v-250930c4_1", {
|
|
10599
|
+
source: "@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);.visibility-hidden{visibility:hidden}.box-shadow-active{box-shadow:0 0 4px 2px rgba(0,0,0,.25)!important}.bg-dark-white-2{background-color:#f7f7f7}.bg-white{background-color:#fff}.cursor-pointer{cursor:pointer}.email-overlay{width:100%;height:100%;background-color:transparent;z-index:1;position:absolute;top:0;left:0}.email-item{font-family:Roboto,sans-serif;flex:1;margin:0 0 10px 0;color:#222;min-height:60px;display:flex;flex-wrap:wrap;padding:10px;border-radius:5px;transition:all 150ms ease-in-out;max-width:100%;width:100%;overflow:hidden;position:relative}.email-item.outros{border-left:3px solid #33b8df}.email-author-name{margin:0 5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-author.outros{color:#33b8df}.email-author.outros>svg:nth-child(1){transform:rotate(180deg)}.email-author.principal{color:#ebb552}.email-item.principal{border-left:3px solid #ebb552}.email-item.info-open{overflow:visible}.email-header{width:100%;display:flex;flex-direction:column;cursor:pointer;border-top-right-radius:5px;border-top-left-radius:5px;position:relative;overflow:visible}.header-container{display:flex;overflow:hidden;position:relative}.email-header-content{display:flex;align-items:center;flex:1;min-width:250px}.email-header-infos{display:flex;flex-direction:column;flex:1}.email-subject{margin:5px 0 0 0;font-size:1.025rem;cursor:pointer}.email-date{--width:245px;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:absolute;right:0;top:0;min-width:var(--width);width:var(--width);max-width:var(--width);display:flex;justify-content:flex-end;gap:3px;align-items:center}.email-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;background-color:#fff;position:relative;max-width:100%}.email-actions{align-self:flex-end;display:flex;border-radius:10px;cursor:pointer;align-items:center;justify-content:center;gap:3px;padding:5px 7px;background-color:#ddd;position:absolute;right:0;top:30px;z-index:1}.email-actions.main{top:7px}.email-actions.active{background-color:#dfdfdf}.email-actions>span{width:4px;height:4px;min-width:4px;min-height:4px;max-width:4px;max-height:4px;background-color:#222;border-radius:50%}.email-actions-list{position:absolute;right:45px;width:250px;top:5px;margin:0;list-style-type:none;padding:0;border-radius:5px;z-index:1}.email-action{background-color:#dfdfdf;padding:5px 10px;cursor:pointer;transition:background-color 150ms ease-in-out;font-size:.9rem;user-select:none}.email-action:nth-child(1){border-top-left-radius:5px;border-top-right-radius:5px}.email-action:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.email-action:hover{background-color:#ccc}.email-html{width:100%;min-width:300px;max-width:100%;border:none;overflow:auto}.email-raw{width:100%;max-width:100%;padding:15px;font-size:.9rem;color:#222}.email-files{display:flex;gap:10px;flex-wrap:wrap;width:100%;cursor:default;margin-top:5px}.email-header-content,.email-header-infos{max-width:100%;overflow:hidden}.email-to-from-container{margin-bottom:5px;max-width:100%;min-width:250px;overflow:hidden;display:flex;align-items:center;flex-wrap:wrap;flex:1;gap:5px}.email-to-btn{padding:0 5px;font-size:.9rem;cursor:pointer;color:#666}.email-to-infos{position:absolute;bottom:-325px;border:1px solid #ccc;z-index:2;padding:10px;background-color:#fff;max-height:300px;overflow-y:auto;overflow-x:hidden;width:300px;display:flex;flex-direction:column;gap:5px;margin:0;cursor:default}.email-info{width:100%;font-size:.8rem}.email-info>span{font-size:.75rem;color:gray;margin-right:3px}.email-author{display:flex;align-items:center;height:5px;font-size:.75rem;font-weight:700;transform:translateY(-2px);width:100%;cursor:pointer}.email-subject-secondary{margin-top:-5px}.email-subject-span{font-size:.7rem;color:gray}.email-to-svg{font-size:.85rem}.email-custom-buttons{display:flex;gap:7px;position:absolute;top:5px;right:5px;z-index:1;font-size:.8rem}.menu-mensagem{cursor:pointer;padding:1px}",
|
|
10596
10600
|
map: undefined,
|
|
10597
10601
|
media: undefined
|
|
10598
10602
|
});
|
|
10599
10603
|
};
|
|
10600
10604
|
/* scoped */
|
|
10601
|
-
var __vue_scope_id__$1 = "data-v-
|
|
10605
|
+
var __vue_scope_id__$1 = "data-v-250930c4";
|
|
10602
10606
|
/* module identifier */
|
|
10603
|
-
var __vue_module_identifier__$1 = "data-v-
|
|
10607
|
+
var __vue_module_identifier__$1 = "data-v-250930c4";
|
|
10604
10608
|
/* functional template */
|
|
10605
10609
|
var __vue_is_functional_template__$1 = false;
|
|
10606
10610
|
/* style inject shadow dom */
|
package/package.json
CHANGED
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
{{ returnMainValue() }}
|
|
23
23
|
</p>
|
|
24
24
|
<div class="header-container">
|
|
25
|
-
<div class="email-header-content">
|
|
25
|
+
<div :class="`email-header-content${isOpen ? ' open' : ''}`">
|
|
26
26
|
<div class="email-header-infos">
|
|
27
27
|
<template v-if="para && para.length">
|
|
28
28
|
<div class="email-to-from-container" ref="emailToContainer">
|
|
29
29
|
<EmailTo v-for="(recipient, index) in para" :key="`to-${index}`"
|
|
30
30
|
:currentName="formattedToName(recipient.name, index, para.length)" :mail="recipient.mail"
|
|
31
31
|
:showMail="para.length === 1" />
|
|
32
|
-
<div class="email-to-btn" @click.stop="toggleShowInfos()">
|
|
32
|
+
<div class="email-to-btn" v-show="isOpen" @click.stop="toggleShowInfos()">
|
|
33
33
|
<fa-icon :icon="['fas', 'caret-down']" />
|
|
34
34
|
</div>
|
|
35
35
|
</div>
|
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
{{ info.value }}
|
|
53
53
|
</li>
|
|
54
54
|
</ul>
|
|
55
|
-
<span v-if="isOpen" :class="['email-actions box-shadow', { active: actionsOpen }]"
|
|
55
|
+
<span v-if="isOpen" :class="['email-actions box-shadow', { active: actionsOpen }, { main: isMainEmail }]"
|
|
56
|
+
@click.stop="toggleActions">
|
|
56
57
|
<span></span>
|
|
57
58
|
<span></span>
|
|
58
59
|
<span></span>
|
|
@@ -281,16 +282,16 @@ export default {
|
|
|
281
282
|
const ulElement = this.$refs.emailToInfos;
|
|
282
283
|
if (!ulElement) return
|
|
283
284
|
const ulHeight = ulElement.offsetHeight;
|
|
284
|
-
const margin = 25
|
|
285
285
|
const maxHeight = 300
|
|
286
|
-
const finalHeight = ulHeight < maxHeight ? ulHeight
|
|
286
|
+
const finalHeight = ulHeight < maxHeight ? ulHeight : maxHeight
|
|
287
287
|
ulElement.style.bottom = `-${finalHeight}px`;
|
|
288
288
|
},
|
|
289
289
|
toggleIsOpen() {
|
|
290
290
|
this.isOpen = !this.isOpen;
|
|
291
291
|
if (!this.isOpen) {
|
|
292
292
|
this.actionsOpen = false;
|
|
293
|
-
this.openMessage = false
|
|
293
|
+
this.openMessage = false;
|
|
294
|
+
this.showInfos = false
|
|
294
295
|
}
|
|
295
296
|
},
|
|
296
297
|
adjustMaxWidth() {
|
|
@@ -523,11 +524,15 @@ export default {
|
|
|
523
524
|
padding: 5px 7px;
|
|
524
525
|
background-color: #dddddd;
|
|
525
526
|
position: absolute;
|
|
526
|
-
right:
|
|
527
|
-
top:
|
|
527
|
+
right: 0;
|
|
528
|
+
top: 30px;
|
|
528
529
|
z-index: 1;
|
|
529
530
|
}
|
|
530
531
|
|
|
532
|
+
.email-actions.main {
|
|
533
|
+
top: 7px
|
|
534
|
+
}
|
|
535
|
+
|
|
531
536
|
.email-actions.active {
|
|
532
537
|
background-color: #dfdfdf;
|
|
533
538
|
}
|
|
@@ -635,7 +640,6 @@ export default {
|
|
|
635
640
|
z-index: 2;
|
|
636
641
|
padding: 10px;
|
|
637
642
|
background-color: #FFF;
|
|
638
|
-
height: 300px;
|
|
639
643
|
max-height: 300px;
|
|
640
644
|
overflow-y: auto;
|
|
641
645
|
overflow-x: hidden;
|