vue-intergrall-plugins 1.0.48 → 1.0.50
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.
|
@@ -11007,11 +11007,11 @@ var script$1 = {
|
|
|
11007
11007
|
},
|
|
11008
11008
|
isOpenClass: {
|
|
11009
11009
|
type: String,
|
|
11010
|
-
default: 'bg-dark-white-2
|
|
11010
|
+
default: 'bg-dark-white-2'
|
|
11011
11011
|
},
|
|
11012
11012
|
isClosedClass: {
|
|
11013
11013
|
type: String,
|
|
11014
|
-
default: 'bg-
|
|
11014
|
+
default: 'bg-white'
|
|
11015
11015
|
},
|
|
11016
11016
|
refKey: {
|
|
11017
11017
|
type: String
|
|
@@ -11156,13 +11156,7 @@ var script$1 = {
|
|
|
11156
11156
|
},
|
|
11157
11157
|
returnMainValue() {
|
|
11158
11158
|
if (this.isMainEmail) return this.htmlEntityToEmoji(this.replaceUnicodeWithEmoji(this.assunto)) || '(Sem assunto)';
|
|
11159
|
-
|
|
11160
|
-
if (!this.from || !this.from.length) return defaultStr;
|
|
11161
|
-
const {
|
|
11162
|
-
name,
|
|
11163
|
-
mail
|
|
11164
|
-
} = this.from[0];
|
|
11165
|
-
return `${name || mail || defaultStr}`;
|
|
11159
|
+
return '';
|
|
11166
11160
|
}
|
|
11167
11161
|
}
|
|
11168
11162
|
};
|
|
@@ -11176,16 +11170,19 @@ var __vue_render__$1 = function () {
|
|
|
11176
11170
|
var _h = _vm.$createElement;
|
|
11177
11171
|
var _c = _vm._self._c || _h;
|
|
11178
11172
|
return _c('div', {
|
|
11179
|
-
class: ['email-item box-shadow', _vm.isOpen ? _vm.isOpenClass : _vm.isClosedClass, _vm.showInfos ? 'info-open' : '', _vm.origem]
|
|
11173
|
+
class: ['email-item box-shadow-active', _vm.isOpen ? _vm.isOpenClass : _vm.isClosedClass, _vm.showInfos ? 'info-open' : '', _vm.origem]
|
|
11180
11174
|
}, [_vm.showInfos ? _c('div', {
|
|
11181
11175
|
staticClass: "email-overlay"
|
|
11182
11176
|
}) : _vm._e(), _vm._v(" "), _vm.autor ? _c('div', {
|
|
11183
11177
|
staticClass: "email-author",
|
|
11178
|
+
class: [_vm.origem]
|
|
11179
|
+
}, [_c('fa-icon', {
|
|
11184
11180
|
class: [_vm.origem],
|
|
11185
|
-
|
|
11186
|
-
"
|
|
11181
|
+
attrs: {
|
|
11182
|
+
"icon": ['fas', 'reply'],
|
|
11183
|
+
"title": "Enviado por: " + _vm.autor
|
|
11187
11184
|
}
|
|
11188
|
-
}) : _vm._e(), _vm._v(" "), _c('div', {
|
|
11185
|
+
})], 1) : _vm._e(), _vm._v(" "), _c('div', {
|
|
11189
11186
|
staticClass: "email-header",
|
|
11190
11187
|
on: {
|
|
11191
11188
|
"click": _vm.toggleIsOpen
|
|
@@ -11245,7 +11242,7 @@ var __vue_render__$1 = function () {
|
|
|
11245
11242
|
}
|
|
11246
11243
|
})]) : _vm._e()], 2)]), _vm._v(" "), _c('span', {
|
|
11247
11244
|
ref: "emailDate",
|
|
11248
|
-
class: "email-date " + (_vm.isOpen ? _vm.isOpenClass
|
|
11245
|
+
class: "email-date " + (_vm.isOpen ? _vm.isOpenClass : _vm.isClosedClass),
|
|
11249
11246
|
attrs: {
|
|
11250
11247
|
"title": _vm.formattedDate
|
|
11251
11248
|
}
|
|
@@ -11334,18 +11331,18 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
11334
11331
|
/* style */
|
|
11335
11332
|
const __vue_inject_styles__$1 = function (inject) {
|
|
11336
11333
|
if (!inject) return;
|
|
11337
|
-
inject("data-v-
|
|
11338
|
-
source: ".show-y-top-enter-active[data-v-
|
|
11334
|
+
inject("data-v-a0b3a2ac_0", {
|
|
11335
|
+
source: ".show-y-top-enter-active[data-v-a0b3a2ac],.show-y-top-leave-enter[data-v-a0b3a2ac]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-a0b3a2ac],.show-y-top-leave-to[data-v-a0b3a2ac]{opacity:0;transform:translateY(-2%)}",
|
|
11339
11336
|
map: undefined,
|
|
11340
11337
|
media: undefined
|
|
11341
|
-
}), inject("data-v-
|
|
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-
|
|
11338
|
+
}), inject("data-v-a0b3a2ac_1", {
|
|
11339
|
+
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-white{background-color:#fff}.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.outros{color:#33b8df}.email-author.principal{color:#5e6364;transform:rotateY(180deg)}.email-item.principal{border-right:3px solid #5e6364}.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);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: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-subject-secondary{margin-top:-5px}.email-subject-span{font-size:.7rem;color:gray}",
|
|
11343
11340
|
map: undefined,
|
|
11344
11341
|
media: undefined
|
|
11345
11342
|
});
|
|
11346
11343
|
};
|
|
11347
11344
|
/* scoped */
|
|
11348
|
-
const __vue_scope_id__$1 = "data-v-
|
|
11345
|
+
const __vue_scope_id__$1 = "data-v-a0b3a2ac";
|
|
11349
11346
|
/* module identifier */
|
|
11350
11347
|
const __vue_module_identifier__$1 = undefined;
|
|
11351
11348
|
/* functional template */
|
|
@@ -11508,14 +11505,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
11508
11505
|
/* style */
|
|
11509
11506
|
const __vue_inject_styles__ = function (inject) {
|
|
11510
11507
|
if (!inject) return;
|
|
11511
|
-
inject("data-v-
|
|
11512
|
-
source: ".sc-icone-fechar[data-v-
|
|
11508
|
+
inject("data-v-50a9c914_0", {
|
|
11509
|
+
source: ".sc-icone-fechar[data-v-50a9c914]{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-50a9c914]{top:5px;right:5px}.email-blocker[data-v-50a9c914]{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-50a9c914]{width:90%;height:90%;max-width:90%;max-height:90%;overflow:hidden auto;position:relative;background-color:#fff;color:#222}.email-title[data-v-50a9c914]{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-50a9c914]{padding:0;margin:0 10px 10px;font-size:.95rem;border-collapse:collapse;width:calc(100% - 20px)}.email-content-table td[data-v-50a9c914],.email-content-table th[data-v-50a9c914]{border:solid thin #e0e0e0}.email-content-table th[data-v-50a9c914]{min-width:100px;text-align:left;vertical-align:text-top;padding:12px 20px;font-weight:400;border-right:unset}.email-divisor[data-v-50a9c914]{margin-top:15px;margin-bottom:10px;height:1px;width:100%;background:#e0e0e0;border:unset}.email-content-table td[data-v-50a9c914]{padding:8px;border-left:unset}.email-raw-content[data-v-50a9c914]{display:flex;flex-direction:column;gap:10px;padding:0 15px 15px}.email-raw-content h2[data-v-50a9c914]{margin:0;padding:0;font-size:1rem}.email-file-content[data-v-50a9c914]{display:flex;gap:10px;flex-wrap:wrap;align-items:center}",
|
|
11513
11510
|
map: undefined,
|
|
11514
11511
|
media: undefined
|
|
11515
11512
|
});
|
|
11516
11513
|
};
|
|
11517
11514
|
/* scoped */
|
|
11518
|
-
const __vue_scope_id__ = "data-v-
|
|
11515
|
+
const __vue_scope_id__ = "data-v-50a9c914";
|
|
11519
11516
|
/* module identifier */
|
|
11520
11517
|
const __vue_module_identifier__ = undefined;
|
|
11521
11518
|
/* functional template */
|