vue-intergrall-plugins 1.0.46 → 1.0.48
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 +100 -24
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +84 -32
- package/package.json +1 -1
- package/src/lib-components/Email/EmailExpanded.vue +47 -10
- package/src/lib-components/Email/EmailFile.vue +12 -1
- package/src/lib-components/Email/EmailItem.vue +72 -12
|
@@ -10677,15 +10677,23 @@ var __vue_render__$4 = function () {
|
|
|
10677
10677
|
attrs: {
|
|
10678
10678
|
"icon": ['fas', 'download']
|
|
10679
10679
|
}
|
|
10680
|
-
})], 1)
|
|
10680
|
+
})], 1), _vm._v(" "), _c('span', {
|
|
10681
|
+
staticClass: "anexo-name",
|
|
10682
|
+
attrs: {
|
|
10683
|
+
"title": _vm.filename
|
|
10684
|
+
},
|
|
10685
|
+
domProps: {
|
|
10686
|
+
"textContent": _vm._s(_vm.filename)
|
|
10687
|
+
}
|
|
10688
|
+
})])], 1);
|
|
10681
10689
|
};
|
|
10682
10690
|
var __vue_staticRenderFns__$4 = [];
|
|
10683
10691
|
|
|
10684
10692
|
/* style */
|
|
10685
10693
|
const __vue_inject_styles__$4 = function (inject) {
|
|
10686
10694
|
if (!inject) return;
|
|
10687
|
-
inject("data-v-
|
|
10688
|
-
source: ".email-file{display:flex;align-items:center;min-width:50px;width:auto;max-width:100px;height:70px;position:relative}.anexo-img{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,.2);border-radius:2.5px;cursor:pointer;opacity:.9;transition:opacity 150ms}.anexo-img:hover{opacity:1}.anexo-img img{max-width:100%;max-height:100%}.box-shadow{-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)}.anexo-icone{display:flex;justify-content:center;align-items:center;font-size:30px;cursor:pointer
|
|
10695
|
+
inject("data-v-f05f5d6c_0", {
|
|
10696
|
+
source: ".email-file{display:flex;align-items:center;justify-content:flex-end;flex-direction:column;min-width:50px;width:auto;max-width:100px;height:70px;position:relative}.anexo-img{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,.2);border-radius:2.5px;cursor:pointer;opacity:.9;transition:opacity 150ms}.anexo-img:hover{opacity:1}.anexo-img img{max-width:100%;max-height:100%}.box-shadow{-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)}.anexo-icone{display:flex;justify-content:center;align-items:center;font-size:30px;cursor:pointer}.anexo-icone:hover{opacity:1}.anexo-icone:visited{color:inherit}.anexo-icone.pdf{position:relative}.anexo-icone.pdf svg{color:#e74c3c}.anexo-icone.pdf::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px}.anexo-icone.doc{color:#15517f}.anexo-icone.doc::after{content:\"\";position:absolute;width:20px;height:20px}.anexo-download{position:absolute;top:0;right:0;border-radius:5px;padding:5px;display:flex;justify-content:center;align-items:center;color:#222;background-color:#fff;z-index:1;font-size:.8rem}.anexo-name{max-width:100%;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:2px 0 5px 0}",
|
|
10689
10697
|
map: undefined,
|
|
10690
10698
|
media: undefined
|
|
10691
10699
|
});
|
|
@@ -10999,7 +11007,7 @@ var script$1 = {
|
|
|
10999
11007
|
},
|
|
11000
11008
|
isOpenClass: {
|
|
11001
11009
|
type: String,
|
|
11002
|
-
default: 'bg-dark-white-2'
|
|
11010
|
+
default: 'bg-dark-white-2 box-shadow-active'
|
|
11003
11011
|
},
|
|
11004
11012
|
isClosedClass: {
|
|
11005
11013
|
type: String,
|
|
@@ -11011,6 +11019,17 @@ var script$1 = {
|
|
|
11011
11019
|
showRawMessageInsideEmail: {
|
|
11012
11020
|
type: Boolean,
|
|
11013
11021
|
default: false
|
|
11022
|
+
},
|
|
11023
|
+
origem: {
|
|
11024
|
+
type: String,
|
|
11025
|
+
default: 'outros'
|
|
11026
|
+
},
|
|
11027
|
+
autor: {
|
|
11028
|
+
type: String
|
|
11029
|
+
},
|
|
11030
|
+
isMainEmail: {
|
|
11031
|
+
type: Boolean,
|
|
11032
|
+
default: true
|
|
11014
11033
|
}
|
|
11015
11034
|
},
|
|
11016
11035
|
data() {
|
|
@@ -11119,7 +11138,8 @@ var script$1 = {
|
|
|
11119
11138
|
dataHora: this.dataHora,
|
|
11120
11139
|
mensagem: this.mensagem,
|
|
11121
11140
|
anexos: this.anexos,
|
|
11122
|
-
dataServer: this.dataServer
|
|
11141
|
+
dataServer: this.dataServer,
|
|
11142
|
+
dominio: this.dominio
|
|
11123
11143
|
});
|
|
11124
11144
|
},
|
|
11125
11145
|
closeActions() {
|
|
@@ -11133,6 +11153,16 @@ var script$1 = {
|
|
|
11133
11153
|
},
|
|
11134
11154
|
formattedToName(name, index, length) {
|
|
11135
11155
|
return index === 0 ? `Para: ${name || ''}` : name ? `${name}${index !== length - 1 ? ', ' : ''}` : '';
|
|
11156
|
+
},
|
|
11157
|
+
returnMainValue() {
|
|
11158
|
+
if (this.isMainEmail) return this.htmlEntityToEmoji(this.replaceUnicodeWithEmoji(this.assunto)) || '(Sem assunto)';
|
|
11159
|
+
const defaultStr = `(Sem remetente)`;
|
|
11160
|
+
if (!this.from || !this.from.length) return defaultStr;
|
|
11161
|
+
const {
|
|
11162
|
+
name,
|
|
11163
|
+
mail
|
|
11164
|
+
} = this.from[0];
|
|
11165
|
+
return `${name || mail || defaultStr}`;
|
|
11136
11166
|
}
|
|
11137
11167
|
}
|
|
11138
11168
|
};
|
|
@@ -11146,9 +11176,15 @@ var __vue_render__$1 = function () {
|
|
|
11146
11176
|
var _h = _vm.$createElement;
|
|
11147
11177
|
var _c = _vm._self._c || _h;
|
|
11148
11178
|
return _c('div', {
|
|
11149
|
-
class: ['email-item box-shadow', _vm.isOpen ? _vm.isOpenClass : _vm.isClosedClass, _vm.showInfos ? 'info-open' : '']
|
|
11179
|
+
class: ['email-item box-shadow', _vm.isOpen ? _vm.isOpenClass : _vm.isClosedClass, _vm.showInfos ? 'info-open' : '', _vm.origem]
|
|
11150
11180
|
}, [_vm.showInfos ? _c('div', {
|
|
11151
11181
|
staticClass: "email-overlay"
|
|
11182
|
+
}) : _vm._e(), _vm._v(" "), _vm.autor ? _c('div', {
|
|
11183
|
+
staticClass: "email-author",
|
|
11184
|
+
class: [_vm.origem],
|
|
11185
|
+
domProps: {
|
|
11186
|
+
"innerHTML": _vm._s(_vm.autor)
|
|
11187
|
+
}
|
|
11152
11188
|
}) : _vm._e(), _vm._v(" "), _c('div', {
|
|
11153
11189
|
staticClass: "email-header",
|
|
11154
11190
|
on: {
|
|
@@ -11157,9 +11193,9 @@ var __vue_render__$1 = function () {
|
|
|
11157
11193
|
}, [_c('p', {
|
|
11158
11194
|
staticClass: "email-subject",
|
|
11159
11195
|
attrs: {
|
|
11160
|
-
"title": _vm.
|
|
11196
|
+
"title": _vm.returnMainValue()
|
|
11161
11197
|
}
|
|
11162
|
-
}, [_vm._v("\n " + _vm._s(_vm.
|
|
11198
|
+
}, [_vm._v("\n " + _vm._s(_vm.returnMainValue()) + "\n ")]), _vm._v(" "), _c('div', {
|
|
11163
11199
|
staticClass: "header-container"
|
|
11164
11200
|
}, [_c('div', {
|
|
11165
11201
|
staticClass: "email-header-content"
|
|
@@ -11200,9 +11236,16 @@ var __vue_render__$1 = function () {
|
|
|
11200
11236
|
attrs: {
|
|
11201
11237
|
"icon": ['fas', 'caret-down']
|
|
11202
11238
|
}
|
|
11203
|
-
})], 1)], 2)] : _vm._e()
|
|
11239
|
+
})], 1)], 2)] : _vm._e(), _vm._v(" "), !_vm.isMainEmail && _vm.isOpen ? _c('div', {
|
|
11240
|
+
staticClass: "email-subject-secondary"
|
|
11241
|
+
}, [_c('span', {
|
|
11242
|
+
staticClass: "email-subject-span",
|
|
11243
|
+
domProps: {
|
|
11244
|
+
"textContent": _vm._s("Assunto: " + (_vm.htmlEntityToEmoji(_vm.replaceUnicodeWithEmoji(_vm.assunto)) || '(Sem assunto)'))
|
|
11245
|
+
}
|
|
11246
|
+
})]) : _vm._e()], 2)]), _vm._v(" "), _c('span', {
|
|
11204
11247
|
ref: "emailDate",
|
|
11205
|
-
class: "email-date " + (_vm.isOpen ? _vm.isOpenClass : _vm.isClosedClass),
|
|
11248
|
+
class: "email-date " + (_vm.isOpen ? _vm.isOpenClass ? _vm.isOpenClass.split(' ')[0] : '' : _vm.isClosedClass),
|
|
11206
11249
|
attrs: {
|
|
11207
11250
|
"title": _vm.formattedDate
|
|
11208
11251
|
}
|
|
@@ -11291,18 +11334,18 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
11291
11334
|
/* style */
|
|
11292
11335
|
const __vue_inject_styles__$1 = function (inject) {
|
|
11293
11336
|
if (!inject) return;
|
|
11294
|
-
inject("data-v-
|
|
11295
|
-
source: ".show-y-top-enter-active[data-v-
|
|
11337
|
+
inject("data-v-3586cd59_0", {
|
|
11338
|
+
source: ".show-y-top-enter-active[data-v-3586cd59],.show-y-top-leave-enter[data-v-3586cd59]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-3586cd59],.show-y-top-leave-to[data-v-3586cd59]{opacity:0;transform:translateY(-2%)}",
|
|
11296
11339
|
map: undefined,
|
|
11297
11340
|
media: undefined
|
|
11298
|
-
}), inject("data-v-
|
|
11299
|
-
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);.bg-dark-white-2{background-color:#f7f7f7}.bg-light-gray-2{background-color:#d8d8d8}.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.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:0 0 5px 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)}.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:5px;top:5px;z-index:1}.email-actions.active{background-color:#dfdfdf}.email-actions>span{width:4px;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%}.email-header-content,.email-header-infos{max-width:100%;overflow:hidden}.email-to-from-container{margin-bottom:
|
|
11341
|
+
}), inject("data-v-3586cd59_1", {
|
|
11342
|
+
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);.box-shadow-active{box-shadow:0 0 4px 2px rgba(0,0,0,.25)!important}.bg-dark-white-2{background-color:#f7f7f7}.bg-light-gray-2{background-color:#d8d8d8}.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-top-left-radius:0}.email-item.principal{border-top-right-radius:0}.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:0 0 5px 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)}.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:5px;top:5px;z-index:1}.email-actions.active{background-color:#dfdfdf}.email-actions>span{width:4px;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%}.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;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;height:300px;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:.65rem;font-weight:700;transform:translateY(-2px);width:100%}.email-author.principal{justify-content:flex-end}.email-subject-secondary{margin-top:-5px}.email-subject-span{font-size:.7rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:gray}",
|
|
11300
11343
|
map: undefined,
|
|
11301
11344
|
media: undefined
|
|
11302
11345
|
});
|
|
11303
11346
|
};
|
|
11304
11347
|
/* scoped */
|
|
11305
|
-
const __vue_scope_id__$1 = "data-v-
|
|
11348
|
+
const __vue_scope_id__$1 = "data-v-3586cd59";
|
|
11306
11349
|
/* module identifier */
|
|
11307
11350
|
const __vue_module_identifier__$1 = undefined;
|
|
11308
11351
|
/* functional template */
|
|
@@ -11319,6 +11362,9 @@ var __vue_component__$3 = __vue_component__$2;
|
|
|
11319
11362
|
|
|
11320
11363
|
//
|
|
11321
11364
|
var script = {
|
|
11365
|
+
components: {
|
|
11366
|
+
EmailFile
|
|
11367
|
+
},
|
|
11322
11368
|
mixins: [textoLongo],
|
|
11323
11369
|
props: {
|
|
11324
11370
|
dicionario: {
|
|
@@ -11345,6 +11391,14 @@ var script = {
|
|
|
11345
11391
|
anexos: {
|
|
11346
11392
|
type: Array,
|
|
11347
11393
|
default: () => []
|
|
11394
|
+
},
|
|
11395
|
+
dominio: {
|
|
11396
|
+
type: String,
|
|
11397
|
+
required: true
|
|
11398
|
+
},
|
|
11399
|
+
additionalTableData: {
|
|
11400
|
+
type: Array,
|
|
11401
|
+
default: () => []
|
|
11348
11402
|
}
|
|
11349
11403
|
},
|
|
11350
11404
|
computed: {
|
|
@@ -11369,7 +11423,7 @@ var script = {
|
|
|
11369
11423
|
return `<${mail}${index !== length - 1 && isOpen ? '>, ' : '>'}`;
|
|
11370
11424
|
},
|
|
11371
11425
|
formattedToName(name, index, length) {
|
|
11372
|
-
return index === 0 ?
|
|
11426
|
+
return index === 0 ? `${name || ''}` : name ? `${name}${index !== length - 1 ? ', ' : ''}` : '';
|
|
11373
11427
|
}
|
|
11374
11428
|
}
|
|
11375
11429
|
};
|
|
@@ -11409,15 +11463,37 @@ var __vue_render__ = function () {
|
|
|
11409
11463
|
}
|
|
11410
11464
|
}), _vm._v(" "), _c('table', {
|
|
11411
11465
|
staticClass: "email-content-table"
|
|
11412
|
-
}, [_c('tbody', [_c('tr', [_c('th', [_vm._v("\n De:\n ")]), _vm._v(" "), _c('td', _vm._l(_vm.from, function (sender, index) {
|
|
11466
|
+
}, [_c('tbody', [_c('tr', [_c('th', [_vm._v("\n De:\n ")]), _vm._v(" "), _c('td', [_vm.from && _vm.from.length ? _vm._l(_vm.from, function (sender, index) {
|
|
11413
11467
|
return _c('span', {
|
|
11414
11468
|
key: "from-" + index
|
|
11415
|
-
}, [_vm._v("\n
|
|
11416
|
-
}),
|
|
11469
|
+
}, [_vm._v("\n " + _vm._s(_vm.formattedName(sender.name, index, _vm.from.length, true)) + "\n " + _vm._s(_vm.formattedMail(sender.mail, index, _vm.from.length, true)) + "\n ")]);
|
|
11470
|
+
}) : _c('span', [_vm._v(" -- ")])], 2)]), _vm._v(" "), _c('tr', [_c('th', [_vm._v("\n Para:\n ")]), _vm._v(" "), _c('td', [_vm.para && _vm.para.length ? _vm._l(_vm.para, function (recipient, index) {
|
|
11417
11471
|
return _c('span', {
|
|
11418
11472
|
key: "to-" + index
|
|
11419
|
-
}, [_vm._v("\n
|
|
11420
|
-
}),
|
|
11473
|
+
}, [_vm._v("\n " + _vm._s(_vm.formattedToName(recipient.name, index, _vm.para.length)) + "\n " + _vm._s("<" + recipient.mail + ">") + "\n ")]);
|
|
11474
|
+
}) : _c('span', [_vm._v(" -- ")])], 2)]), _vm._v(" "), _vm.dataHora ? _c('tr', [_c('th', [_vm._v("Data:")]), _vm._v(" "), _c('td', [_vm._v(_vm._s(_vm.dataHora) + " - " + _vm._s(_vm.formattedDate))])]) : _vm._e(), _vm._v(" "), _vm.additionalTableData && _vm.additionalTableData.length ? _vm._l(_vm.additionalTableData, function (data, index) {
|
|
11475
|
+
return _c('tr', {
|
|
11476
|
+
key: "info-" + index
|
|
11477
|
+
}, [_c('th', {
|
|
11478
|
+
domProps: {
|
|
11479
|
+
"textContent": _vm._s(data.label)
|
|
11480
|
+
}
|
|
11481
|
+
}), _vm._v(" "), _c('td', {
|
|
11482
|
+
domProps: {
|
|
11483
|
+
"textContent": _vm._s(data.value)
|
|
11484
|
+
}
|
|
11485
|
+
})]);
|
|
11486
|
+
}) : _vm._e(), _vm._v(" "), _vm.anexos && _vm.anexos.length ? _c('tr', [_c('th', [_vm._v("Anexos:")]), _vm._v(" "), _c('td', [_c('div', {
|
|
11487
|
+
staticClass: "email-file-content"
|
|
11488
|
+
}, _vm._l(_vm.anexos, function (anexo, index) {
|
|
11489
|
+
return _c('EmailFile', {
|
|
11490
|
+
key: index,
|
|
11491
|
+
attrs: {
|
|
11492
|
+
"anexo": anexo,
|
|
11493
|
+
"dominio": _vm.dominio
|
|
11494
|
+
}
|
|
11495
|
+
});
|
|
11496
|
+
}), 1)])]) : _vm._e()], 2)]), _vm._v(" "), _c('hr', {
|
|
11421
11497
|
staticClass: "email-divisor"
|
|
11422
11498
|
}), _vm._v(" "), _c('div', {
|
|
11423
11499
|
staticClass: "email-raw-content"
|
|
@@ -11432,14 +11508,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
11432
11508
|
/* style */
|
|
11433
11509
|
const __vue_inject_styles__ = function (inject) {
|
|
11434
11510
|
if (!inject) return;
|
|
11435
|
-
inject("data-v-
|
|
11436
|
-
source: ".sc-icone-fechar[data-v-
|
|
11511
|
+
inject("data-v-c084ac8a_0", {
|
|
11512
|
+
source: ".sc-icone-fechar[data-v-c084ac8a]{cursor:pointer;position:absolute;top:0;right:0;background-color:#fff;border-radius:50%;z-index:1;color:#e74c3c;font-size:20.8px}.sc-icone-fechar.sc-icone-fechar--interno[data-v-c084ac8a]{top:5px;right:5px}.email-blocker[data-v-c084ac8a]{font-family:Roboto,sans-serif;position:absolute;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:99;background-color:rgba(0,0,0,.2);overflow:visible}.email-blocker-content[data-v-c084ac8a]{width:90%;height:90%;max-width:90%;max-height:90%;overflow:hidden auto;position:relative;background-color:#fff;color:#222}.email-title[data-v-c084ac8a]{background:#222;color:#fff;margin:0 0 10px 0;padding:5px 10px;border-top-left-radius:5px;border-top-right-radius:5px;font-size:1.1rem}.email-content-table[data-v-c084ac8a]{padding:0;margin:0 10px 10px;font-size:.95rem;border-collapse:collapse}.email-content-table td[data-v-c084ac8a],.email-content-table th[data-v-c084ac8a]{border:solid thin #e0e0e0}.email-content-table th[data-v-c084ac8a]{min-width:100px;text-align:left;vertical-align:text-top;padding:12px 20px;font-weight:400;border-right:unset}.email-divisor[data-v-c084ac8a]{margin-top:15px;margin-bottom:10px;height:1px;width:100%;background:#e0e0e0;border:unset}.email-content-table td[data-v-c084ac8a]{padding:8px;border-left:unset}.email-raw-content[data-v-c084ac8a]{display:flex;flex-direction:column;gap:10px;padding:0 15px 15px}.email-raw-content h2[data-v-c084ac8a]{margin:0;padding:0;font-size:1rem}.email-file-content[data-v-c084ac8a]{display:flex;gap:10px;flex-wrap:wrap;align-items:center}",
|
|
11437
11513
|
map: undefined,
|
|
11438
11514
|
media: undefined
|
|
11439
11515
|
});
|
|
11440
11516
|
};
|
|
11441
11517
|
/* scoped */
|
|
11442
|
-
const __vue_scope_id__ = "data-v-
|
|
11518
|
+
const __vue_scope_id__ = "data-v-c084ac8a";
|
|
11443
11519
|
/* module identifier */
|
|
11444
11520
|
const __vue_module_identifier__ = undefined;
|
|
11445
11521
|
/* functional template */
|