vue-intergrall-plugins 1.1.51 → 1.1.53
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/dist/vue-intergrall-plugins.css +1 -0
- package/dist/vue-intergrall-plugins.esm.js +142 -75
- package/dist/vue-intergrall-plugins.min.js +2 -2
- package/dist/vue-intergrall-plugins.ssr.js +156 -96
- package/package.json +58 -55
- package/src/lib-components/Chat/Picker.vue +510 -405
- package/src/lib-components/Email/EmailItem.vue +741 -1340
- package/src/lib-components/Messages/CardMessages.vue +5 -5
- package/src/lib-components/Messages/ChatMessages.vue +2 -483
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--message-color:#373737;--text-color:#fff;--files-bg:hsla(0,0%,100%,.1);--files-bg-hover:hsla(0,0%,100%,.1);--light:80;--threshold:60}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem-reply{border-radius:5px;color:#666;font-size:12px;margin:5px 0;max-width:100%;overflow:hidden;padding:5px 10px;transition:background-color .15s ease-in-out}.mensagem-reply p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-reply-principal{background-color:hsla(0,0%,39%,.1);border-left:3px solid transparent}.message-reply-principal:hover{background-color:hsla(0,0%,39%,.2)}.message-reply-outros{background-color:#f5f5f5;border-left:3px solid var(--message-color)}.message-reply-outros:hover{background-color:#ebebeb}.mensagem-reply-vazia{align-items:center;display:flex}.mensagem-reply-vazia svg{color:#ba181b;margin-right:5px}.mensagem{border-radius:5px;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);font-size:12px;margin-bottom:10px;max-width:80%;min-height:60px;min-width:150px;padding:20px 7px 14px;position:relative;width:fit-content;word-break:break-word}.mensagem.max-w-60{max-width:60%}.mensagem.mapa{width:100%}.mensagem.hist-msg{animation:show 1s}.mensagem a{color:inherit;font-weight:550;margin-right:5px;text-decoration:none}.mensagem a:hover{text-decoration:underline}.message p{white-space:pre-wrap}.mensagem-anexo a,.mensagem-div-mapa a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reply{align-items:center;background-color:#fff;border-radius:50%;bottom:5px;color:#67a332;cursor:pointer;display:flex;font-size:9.6px;height:14.4px;justify-content:center;position:absolute;right:53px;width:14.4px}.reply svg{margin-right:-1px;margin-top:-1px}.reply-with-2-icons{right:30px}.check{bottom:2px;cursor:pointer;font-size:11.2px;position:absolute;right:10px}.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{bottom:2px;cursor:pointer;font-size:6.4px;position:absolute;right:30px;width:11.2px}.default-stick-size{height:auto;width:180px}.horario-envio{bottom:2px;font-size:11.2px;left:10px;margin-right:15px;position:absolute}.autor-mensagem{font-size:9.6px;font-weight:700;max-width:90%;overflow:hidden;position:absolute;text-overflow:ellipsis;top:2px;white-space:nowrap}.menu-primario{display:flex;font-size:11.2px;gap:5px;height:20px;padding:2px 4px;position:absolute;top:2px;transition:opacity .15s ease-in-out}.menu-primario.principal{background-color:var(--message-color);color:var(--text-color);left:2px}.menu-primario.outros{background-color:#fff;color:var(--text-color);right:2px}.menu-primario.outros>span:first-child{order:10}.menu-flutuante{background-color:#fff;border-radius:10px;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);display:flex;flex-direction:column;height:50px;margin:0;max-height:50px;min-height:50px;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;top:20px;width:120px;z-index:1}.menu-flutuante.principal{left:3px}.menu-flutuante.outros{right:3px}.menu-flutuante li{align-items:center;cursor:pointer;display:flex;padding:5px 10px;transition:background-color .3s ease-in-out;width:100%}.menu-flutuante li:hover{background-color:#e9e9e9}.mensagem__principal{display:flex;justify-content:flex-end;width:100%}.mensagem__principal>.mensagem:after{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid var(--message-color);bottom:5px;content:"";height:0;position:absolute;right:-10px;transform:rotate(-90deg);width:0}.mensagem__principal>.mensagem{background-color:var(--message-color);color:var(--text-color)}.mensagem__principal>.mensagem .horario-envio{color:var(--text-color)}.mensagem__principal>.mensagem .autor-mensagem{color:var(--text-color);right:5px}.mensagem__outros{display:flex;width:100%}.mensagem__outros>.mensagem{background-color:#fff;color:#333}.mensagem__outros>.mensagem:after{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;bottom:5px;content:"";height:0;left:-10px;position:absolute;transform:rotate(90deg);width:0}.mensagem__outros>.autor-mensagem{color:#333;left:5px}.mensagem-div-mapa{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:5px;width:100%}.msg-mapa{box-sizing:initial;height:100%;min-height:225px;width:100%}.msg-mapa img{max-width:none!important}.info-mapa{list-style-type:none}.info-mapa li.address,.info-mapa li.title,.info-mapa li.url{font-size:13.6px}.tooltip-list{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:0;padding:0}.emoji-message-container{height:250px;position:absolute;top:0;width:306px;z-index:1}.emoji-message-container .sm-emoji-picker{height:250px;width:306px}.emoji-message-container .sm-emoji-picker .sm-emoji-header{overflow-x:auto;overflow-y:hidden}.reaction{align-items:center;background-color:hsla(0,0%,39%,.4);border-radius:50%;bottom:0;display:flex;font-size:20.8px;justify-content:center;max-height:28.8px;max-width:28.8px;min-height:28.8px;min-width:28.8px;padding:5px;position:absolute}.reaction>span{display:block;transform:translateY(-1px)}.mensagem__outros .reaction{right:-30px}.mensagem__principal .reaction{left:-30px}.show-y-top-enter-active,.show-y-top-leave-enter{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter,.show-y-top-leave-to{opacity:0;transform:translateY(-2%)}.visibility-hidden{visibility:hidden}.box-shadow-active{box-shadow:0 0 4px 2px rgba(0,0,0,.25)}.bg-dark-white-2{background-color:#f7f7f7}.bg-white{background-color:#fff}.cursor-pointer{cursor:pointer}.email-overlay{background-color:transparent;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.email-item{--konecta-gray-3:#515050;--konecta-light:#f8f9fa;--blue-silver-4:#dae0e5;--email-principal:#faa732;--email-outros:#86b7fe;border-radius:5px;color:#222;display:flex;flex:1;flex-wrap:wrap;font-family:Roboto,sans-serif;margin:0 0 10px;max-width:100%;min-height:60px;overflow:hidden;padding:10px;position:relative;transition:all .15s ease-in-out;width:100%}.divBtnReplyEmail{align-items:center;background-color:#f0adad;border-radius:6px;display:flex;gap:8px;margin:5px 0;padding:7px 9px}.reply-email-open{width:calc(100% - 55px)}.btnReplyEmail{background-color:#faa732;border:1px solid #da8205;border-radius:3px;color:#000;cursor:pointer;display:block;font-size:14.4px;font-weight:700;margin:8px 0 8px 5px;padding:5px 10px}.ja-marcado-spam{align-items:center;background:#fffbe6;border:1px solid #ffe58f;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.08);display:flex;gap:16px;justify-content:space-between;margin:9px 0 5px;padding:5px 30px;width:100%}.ja-marcado-spam>span{align-items:center;align-self:center;color:#614500;font-size:14px;font-weight:500;margin-bottom:0}.ja-marcado-spam-buttons{align-items:flex-end;display:flex;flex-direction:column;gap:6px}.ja-marcado-spam button{background:#ffe58f;border:none;border-radius:5px;color:#333;cursor:pointer;font-size:13.4px;min-width:110px;padding:4px 10px}.ja-marcado-spam-buttons .btn-nao-spam{background:#36b87b;border:1px solid var(--konecta-success-hover,#309264);color:var(--white);font-weight:700}.ja-marcado-spam-buttons .btn-nao-spam:hover{background:#309264}.ja-marcado-spam-buttons .btn-e-spam{background:#e74c3c;border:1px solid var(--konecta-danger-hover,#c92e1e);color:var(--white);font-weight:700}.ja-marcado-spam-buttons .btn-e-spam:hover{background:#c92e1e}.icon-btn-encerrar-spam{margin-right:2px}.btn-loader{left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.strongMsg{flex:1;font-size:13px}.email-custom-action-buttons{align-items:center;cursor:default;display:flex;flex-wrap:wrap;gap:7px;max-width:100%}.email-custom-action-button{align-items:center;background-color:var(--konecta-light)!important;border:1px solid var(--blue-silver-4)!important;border-radius:5px;color:var(--konecta-dark)!important;cursor:pointer;display:flex;flex:1;gap:5px;justify-content:center;margin-top:10px;max-width:100%;min-width:100px;overflow:hidden;padding:5px;text-overflow:ellipsis;transition:all .1s ease-in-out;white-space:nowrap}.email-custom-action-button:hover{background-color:#e9ecef!important}.email-custom-action-button:disabled{background-color:var(--konecta-gray-3)!important;border:1px solid #25282b!important;cursor:not-allowed!important}.email-item.outros{border-left:3px solid var(--email-outros)}.email-author-name{margin:0 5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-author.outros{color:var(--email-outros)}.email-author.outros>svg:first-child{transform:rotate(180deg)}.email-author.principal{color:var(--email-principal)}.email-author.main{font-size:16.4px}.email-item.principal{border-left:3px solid var(--email-principal)}.email-item.info-open{overflow:visible}.email-header{border-top-left-radius:5px;border-top-right-radius:5px;cursor:pointer;display:flex;flex-direction:column;overflow:visible;position:relative;width:100%}.header-container{display:flex;overflow:hidden;position:relative}.email-header-content{align-items:center;display:flex;flex:1;min-width:250px}.email-header-infos{display:flex;flex:1;flex-direction:column}.email-subject{cursor:pointer;font-size:16.4px;margin:5px 0 0}.email-date{--width:245px;font-size:12.8px;gap:3px;justify-content:flex-end;max-width:var(--width);min-width:var(--width);overflow:hidden;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap;width:var(--width)}.email-content,.email-date{align-items:center;display:flex}.email-content{background-color:#fff;flex-direction:column;justify-content:flex-start;max-width:100%;position:relative;width:100%}.email-actions{align-items:center;align-self:flex-end;background-color:#ddd;border-radius:10px;cursor:pointer;display:flex;gap:3px;justify-content:center;padding:5px 7px;position:absolute;right:0;top:30px;z-index:1}.email-actions.main{top:10px}.email-actions.active{background-color:#dfdfdf}.email-actions>span{background-color:#222;border-radius:50%;height:4px;max-height:4px;max-width:4px;min-height:4px;min-width:4px;width:4px}.email-actions-list{border-radius:5px;list-style-type:none;margin:0;padding:0;position:absolute;right:45px;top:5px;width:250px;z-index:1}.email-action{background-color:#dfdfdf;cursor:pointer;font-size:14.4px;padding:5px 10px;transition:background-color .15s ease-in-out;-webkit-user-select:none;-ms-user-select:none;user-select:none}.email-action:first-child{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{border:none;min-width:300px;overflow:auto}.email-html,.email-raw{max-width:100%;width:100%}.email-raw{color:#222;font-size:14.4px;padding:15px}.email-files{display:flex;flex-wrap:wrap;gap:10px;margin-top:5px;width:100%}.email-header-content,.email-header-infos{max-width:100%;overflow:hidden}.email-cc-container,.email-to-from-container{align-items:center;display:flex;flex:1;flex-wrap:wrap;gap:5px;margin-bottom:5px;max-width:100%;min-width:250px;overflow:hidden}.email-to-btn{color:#666;cursor:pointer;font-size:14.4px;padding:0 5px}.email-to-infos{background-color:#fff;border:1px solid #ccc;bottom:-325px;cursor:default;display:flex;flex-direction:column;gap:5px;margin:0;max-height:300px;overflow-x:hidden;overflow-y:auto;padding:10px;position:absolute;width:300px;z-index:2}.email-info{font-size:12.8px;width:100%}.email-info>span{color:gray;font-size:12px;margin-right:3px}.email-author{align-items:center;cursor:pointer;display:flex;font-size:12px;font-weight:700;height:5px;transform:translateY(-2px);width:100%}.email-subject-secondary{margin-top:-5px}.email-subject-span{color:gray;font-size:11.2px}.email-to-svg{font-size:13.6px}.email-custom-buttons{display:flex;font-size:12.8px;gap:7px;position:absolute;right:5px;top:5px;z-index:1}.menu-mensagem{cursor:pointer;opacity:.7;padding:1px;transition:opacity .1s ease-in-out}.menu-mensagem:active,.menu-mensagem:focus,.menu-mensagem:hover{opacity:1}.email-error-content{align-items:center;display:flex;flex-direction:column;gap:5px;justify-content:center;padding:10px}.email-error-content p{color:#e74c3c;margin:0}.email-error-content button{background-color:#fff;border:1px solid #ccc;border-radius:3px;cursor:pointer;padding:5px 10px;transition:background-color .15s ease-in-out}.email-error-content button:hover{background-color:#eee}.btnReplyEmail:active,.btnReplyEmail:hover{background-color:#da8205;color:#000}.email-attachments-clip{cursor:pointer;display:flex;margin-top:5px}.clip-icon{color:#999;font-size:22px;position:relative;transform:rotate(-15deg)}.clip-badge{align-items:center;background:linear-gradient(135deg,#999 40%,#515050);border:1px solid #fff;border-radius:50%;box-sizing:border-box;color:#fff;display:flex;filter:drop-shadow(0 2px 4px rgba(0,0,0,.18));font-size:12.4px;height:22px;justify-content:center;min-width:22px;padding:0 4px;position:absolute;right:-15px;text-align:center;top:0;transform:rotate(15deg)}.clip-icon:hover{color:#777}.clip-icon:hover .clip-badge{background:linear-gradient(135deg,#999 20%,#515050 70%);filter:drop-shadow(0 2px 4px rgba(0,0,0,.28))}.sc-icone-fechar{border-radius:50%;cursor:pointer;font-size:20.8px;position:absolute;right:0;top:0;z-index:1}.emoji-message-container .sc-icone-fechar.sc-icone-fechar--externo{--konecta-danger:#dc3545;color:var(--konecta-danger);top:-10px}.mensagem__outros .emoji-message-container .sc-icone-fechar.sc-icone-fechar--externo{right:-10px}.mensagem__outros .emoji-message-container,.mensagem__principal .emoji-message-container{z-index:2!important}.mensagem__outros .emoji-message-container{margin-left:50%}.mensagem__principal .emoji-message-container{transform:translateX(-50%)}.mensagem__principal .emoji-message-container .sc-icone-fechar.sc-icone-fechar--externo{left:-10px}
|
|
@@ -3107,6 +3107,35 @@ var script$z = {
|
|
|
3107
3107
|
components: {
|
|
3108
3108
|
SkeletonPicker
|
|
3109
3109
|
},
|
|
3110
|
+
props: {
|
|
3111
|
+
hasLoading: {
|
|
3112
|
+
type: Boolean,
|
|
3113
|
+
default: true
|
|
3114
|
+
},
|
|
3115
|
+
recentViewOnly: {
|
|
3116
|
+
type: Boolean,
|
|
3117
|
+
default: false
|
|
3118
|
+
}
|
|
3119
|
+
},
|
|
3120
|
+
computed: {
|
|
3121
|
+
recentEmojis() {
|
|
3122
|
+
try {
|
|
3123
|
+
const recent = allEmojis.categories.find(cat => cat.id === 'recent');
|
|
3124
|
+
const people = allEmojis.categories.find(cat => cat.id === 'people');
|
|
3125
|
+
if (!recent && !people) throw new Error("Categorias 'recent' e 'people' não encontradas");
|
|
3126
|
+
if (!recent.emojis && !people.emojis) throw new Error("Nenhum emoji encontrado nas categorias 'recent' e 'people'");
|
|
3127
|
+
const sliceLimit = 7;
|
|
3128
|
+
if (!recent.emojis.length) return people.emojis.slice(0, sliceLimit);
|
|
3129
|
+
return recent.emojis.slice(0, sliceLimit);
|
|
3130
|
+
} catch (e) {
|
|
3131
|
+
console.error("Erro ao obter os emojis recentes", e);
|
|
3132
|
+
return [];
|
|
3133
|
+
}
|
|
3134
|
+
},
|
|
3135
|
+
fullView() {
|
|
3136
|
+
return this.forceFullPicker || !this.recentViewOnly;
|
|
3137
|
+
}
|
|
3138
|
+
},
|
|
3110
3139
|
data() {
|
|
3111
3140
|
return {
|
|
3112
3141
|
allEmojis: {},
|
|
@@ -3114,7 +3143,9 @@ var script$z = {
|
|
|
3114
3143
|
search: "",
|
|
3115
3144
|
filteredList: [],
|
|
3116
3145
|
loading: true,
|
|
3117
|
-
isSticky: false
|
|
3146
|
+
isSticky: false,
|
|
3147
|
+
forceFullPicker: false,
|
|
3148
|
+
searchTimer: null
|
|
3118
3149
|
};
|
|
3119
3150
|
},
|
|
3120
3151
|
mounted() {
|
|
@@ -3122,26 +3153,12 @@ var script$z = {
|
|
|
3122
3153
|
this.loadEmojis();
|
|
3123
3154
|
},
|
|
3124
3155
|
methods: {
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
b
|
|
3132
|
-
} = keyCode;
|
|
3133
|
-
const hexPoints = b.split(/\s|-/);
|
|
3134
|
-
const codePoints = hexPoints.map(hex => {
|
|
3135
|
-
return parseInt(hex, 16);
|
|
3136
|
-
});
|
|
3137
|
-
const finalEmoji = String.fromCodePoint.apply(null, codePoints);
|
|
3138
|
-
this.$set(this.allEmojis.emojis[key], "hexa", hexPoints.join(""));
|
|
3139
|
-
this.$set(this.allEmojis.emojis[key], "finalEmoji", finalEmoji);
|
|
3140
|
-
}
|
|
3141
|
-
} catch (e) {
|
|
3142
|
-
console.error("Erro ao gerar os emojis");
|
|
3143
|
-
console.error(e);
|
|
3144
|
-
}
|
|
3156
|
+
onSearchInput() {
|
|
3157
|
+
clearTimeout(this.searchTimer);
|
|
3158
|
+
this.searchTimer = setTimeout(() => this.filterEmojis(), 180);
|
|
3159
|
+
},
|
|
3160
|
+
openFullPicker() {
|
|
3161
|
+
this.forceFullPicker = true;
|
|
3145
3162
|
},
|
|
3146
3163
|
emojiHeaders() {
|
|
3147
3164
|
try {
|
|
@@ -3203,13 +3220,45 @@ var script$z = {
|
|
|
3203
3220
|
console.error(e);
|
|
3204
3221
|
}
|
|
3205
3222
|
},
|
|
3223
|
+
processEmojisInChunks() {
|
|
3224
|
+
try {
|
|
3225
|
+
const keys = Object.keys(this.allEmojis.emojis || {});
|
|
3226
|
+
const chunkSize = 150;
|
|
3227
|
+
let i = 0;
|
|
3228
|
+
const process = () => {
|
|
3229
|
+
const end = Math.min(i + chunkSize, keys.length);
|
|
3230
|
+
for (let j = i; j < end; j++) {
|
|
3231
|
+
const key = keys[j];
|
|
3232
|
+
const keyCode = this.allEmojis.emojis[key];
|
|
3233
|
+
if (!keyCode || keyCode.hasOwnProperty("finalEmoji")) continue;
|
|
3234
|
+
const {
|
|
3235
|
+
b
|
|
3236
|
+
} = keyCode;
|
|
3237
|
+
const hexPoints = b.split(/\s|-/);
|
|
3238
|
+
const codePoints = hexPoints.map(hex => parseInt(hex, 16));
|
|
3239
|
+
const finalEmoji = String.fromCodePoint.apply(null, codePoints);
|
|
3240
|
+
this.$set(this.allEmojis.emojis[key], "hexa", hexPoints.join(""));
|
|
3241
|
+
this.$set(this.allEmojis.emojis[key], "finalEmoji", finalEmoji);
|
|
3242
|
+
}
|
|
3243
|
+
i = end;
|
|
3244
|
+
if (i < keys.length) {
|
|
3245
|
+
if (window.requestIdleCallback) requestIdleCallback(process);else setTimeout(process, 0);
|
|
3246
|
+
}
|
|
3247
|
+
};
|
|
3248
|
+
if (window.requestIdleCallback) requestIdleCallback(process);else setTimeout(process, 0);
|
|
3249
|
+
} catch (e) {
|
|
3250
|
+
console.error("Erro ao gerar os emojis em chunks", e);
|
|
3251
|
+
}
|
|
3252
|
+
},
|
|
3206
3253
|
loadEmojis() {
|
|
3207
3254
|
try {
|
|
3208
|
-
this.
|
|
3209
|
-
this.addEmojiToArray();
|
|
3210
|
-
setTimeout(() => {
|
|
3255
|
+
if (!this.hasLoading) {
|
|
3211
3256
|
this.loading = false;
|
|
3212
|
-
|
|
3257
|
+
return;
|
|
3258
|
+
}
|
|
3259
|
+
this.emojiHeaders();
|
|
3260
|
+
this.processEmojisInChunks();
|
|
3261
|
+
this.loading = false;
|
|
3213
3262
|
} catch (e) {
|
|
3214
3263
|
console.error("Erro ao carregar os emojis");
|
|
3215
3264
|
console.error(e);
|
|
@@ -3255,24 +3304,26 @@ var script$z = {
|
|
|
3255
3304
|
},
|
|
3256
3305
|
pickerHeaderHandler(e, id) {
|
|
3257
3306
|
try {
|
|
3258
|
-
const
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
} = target;
|
|
3264
|
-
if (children.length) {
|
|
3265
|
-
const tag = children[0];
|
|
3266
|
-
tag.getAttribute("href") ? tag.click() : "";
|
|
3307
|
+
const container = this.$refs["sm-scroll"];
|
|
3308
|
+
const target = this.$el.querySelector(`#${id}`);
|
|
3309
|
+
if (!container || !target) {
|
|
3310
|
+
this.categoriaSelecionada = id;
|
|
3311
|
+
return;
|
|
3267
3312
|
}
|
|
3313
|
+
const containerRect = container.getBoundingClientRect();
|
|
3314
|
+
const targetRect = target.getBoundingClientRect();
|
|
3315
|
+
const offset = targetRect.top - containerRect.top + container.scrollTop;
|
|
3316
|
+
container.scrollTo({
|
|
3317
|
+
top: offset,
|
|
3318
|
+
behavior: "smooth"
|
|
3319
|
+
});
|
|
3268
3320
|
this.categoriaSelecionada = id;
|
|
3269
3321
|
} catch (e) {
|
|
3270
|
-
console.error("Erro ao mudar de categoria");
|
|
3271
|
-
console.error(e);
|
|
3322
|
+
console.error("Erro ao mudar de categoria", e);
|
|
3272
3323
|
}
|
|
3273
3324
|
},
|
|
3274
3325
|
filterEmojis() {
|
|
3275
|
-
if (!this.search.trim(
|
|
3326
|
+
if (!this.search.trim()) return this.filteredList = [];
|
|
3276
3327
|
const rawList = [];
|
|
3277
3328
|
for (let key in this.allEmojis.emojis) {
|
|
3278
3329
|
const emoji = this.allEmojis.emojis[key];
|
|
@@ -3283,11 +3334,7 @@ var script$z = {
|
|
|
3283
3334
|
const upperA = a.toUpperCase();
|
|
3284
3335
|
if (upperA.indexOf(search) >= 0) rawList.push(emoji);
|
|
3285
3336
|
}
|
|
3286
|
-
|
|
3287
|
-
this.filteredList = rawList;
|
|
3288
|
-
} else {
|
|
3289
|
-
this.filteredList = [];
|
|
3290
|
-
}
|
|
3337
|
+
this.filteredList = rawList;
|
|
3291
3338
|
}
|
|
3292
3339
|
}
|
|
3293
3340
|
};
|
|
@@ -3301,13 +3348,19 @@ var __vue_render__$z = function () {
|
|
|
3301
3348
|
var _h = _vm.$createElement;
|
|
3302
3349
|
var _c = _vm._self._c || _h;
|
|
3303
3350
|
return _c('div', {
|
|
3304
|
-
|
|
3351
|
+
class: "sm-emoji-picker box-shadow " + (!_vm.fullView ? 'small' : ''),
|
|
3305
3352
|
on: {
|
|
3306
3353
|
"click": function ($event) {
|
|
3307
3354
|
$event.stopPropagation();
|
|
3308
3355
|
}
|
|
3309
3356
|
}
|
|
3310
3357
|
}, [_vm.loading ? _c('SkeletonPicker') : _vm._e(), _vm._v(" "), _c('div', {
|
|
3358
|
+
directives: [{
|
|
3359
|
+
name: "show",
|
|
3360
|
+
rawName: "v-show",
|
|
3361
|
+
value: _vm.fullView,
|
|
3362
|
+
expression: "fullView"
|
|
3363
|
+
}],
|
|
3311
3364
|
staticClass: "sm-emoji-header"
|
|
3312
3365
|
}, _vm._l(_vm.allEmojis.categories, function (category, indexCategoryHeader) {
|
|
3313
3366
|
return _c('span', {
|
|
@@ -3320,7 +3373,7 @@ var __vue_render__$z = function () {
|
|
|
3320
3373
|
"title": category.name
|
|
3321
3374
|
},
|
|
3322
3375
|
domProps: {
|
|
3323
|
-
"innerHTML": _vm._s(
|
|
3376
|
+
"innerHTML": _vm._s(category.svg)
|
|
3324
3377
|
},
|
|
3325
3378
|
on: {
|
|
3326
3379
|
"click": function ($event) {
|
|
@@ -3332,6 +3385,12 @@ var __vue_render__$z = function () {
|
|
|
3332
3385
|
ref: "sm-scroll",
|
|
3333
3386
|
staticClass: "sm-emoji-scroll"
|
|
3334
3387
|
}, [_c('div', {
|
|
3388
|
+
directives: [{
|
|
3389
|
+
name: "show",
|
|
3390
|
+
rawName: "v-show",
|
|
3391
|
+
value: _vm.fullView,
|
|
3392
|
+
expression: "fullView"
|
|
3393
|
+
}],
|
|
3335
3394
|
ref: "sm-search",
|
|
3336
3395
|
staticClass: "sm-emoji-search"
|
|
3337
3396
|
}, [_c('input', {
|
|
@@ -3354,9 +3413,9 @@ var __vue_render__$z = function () {
|
|
|
3354
3413
|
return;
|
|
3355
3414
|
}
|
|
3356
3415
|
_vm.search = $event.target.value;
|
|
3357
|
-
}, _vm.
|
|
3416
|
+
}, _vm.onSearchInput]
|
|
3358
3417
|
}
|
|
3359
|
-
})]), _vm._v(" "), !_vm.filteredList.length ? _vm._l(_vm.allEmojis.categories, function (category, indexCategory) {
|
|
3418
|
+
})]), _vm._v(" "), !_vm.filteredList.length && _vm.fullView ? _vm._l(_vm.allEmojis.categories, function (category, indexCategory) {
|
|
3360
3419
|
return _c('div', {
|
|
3361
3420
|
key: "ic-" + indexCategory
|
|
3362
3421
|
}, [_c('div', {
|
|
@@ -3384,7 +3443,7 @@ var __vue_render__$z = function () {
|
|
|
3384
3443
|
}
|
|
3385
3444
|
}, [_vm._v("\n " + _vm._s(_vm.allEmojis.emojis[emojiKey].finalEmoji) + "\n ")]) : _vm._e()]);
|
|
3386
3445
|
}), 0)])]);
|
|
3387
|
-
}) : [_c('div', {
|
|
3446
|
+
}) : _vm.filteredList.length && _vm.fullView ? [_c('div', {
|
|
3388
3447
|
staticClass: "sm-emoji-group"
|
|
3389
3448
|
}, _vm._l(_vm.filteredList, function (emoji, key) {
|
|
3390
3449
|
return _c('div', {
|
|
@@ -3397,15 +3456,33 @@ var __vue_render__$z = function () {
|
|
|
3397
3456
|
}
|
|
3398
3457
|
}
|
|
3399
3458
|
}, [_vm._v(" " + _vm._s(emoji.finalEmoji) + " ")])]);
|
|
3400
|
-
}), 0)]
|
|
3459
|
+
}), 0)] : !_vm.fullView ? [_c('div', {
|
|
3460
|
+
staticClass: "sm-emoji-group"
|
|
3461
|
+
}, [_vm._l(_vm.recentEmojis, function (emojiKey, key) {
|
|
3462
|
+
return _c('div', {
|
|
3463
|
+
key: "eer-" + key,
|
|
3464
|
+
staticClass: "sm-emoji-item"
|
|
3465
|
+
}, [_vm.allEmojis.emojis && _vm.allEmojis.emojis[emojiKey] && _vm.allEmojis.emojis[emojiKey].finalEmoji ? _c('span', {
|
|
3466
|
+
on: {
|
|
3467
|
+
"click": function ($event) {
|
|
3468
|
+
return _vm.addEmoji(_vm.allEmojis.emojis[emojiKey], emojiKey);
|
|
3469
|
+
}
|
|
3470
|
+
}
|
|
3471
|
+
}, [_vm._v("\n " + _vm._s(_vm.allEmojis.emojis[emojiKey].finalEmoji) + "\n ")]) : _vm._e()]);
|
|
3472
|
+
}), _vm._v(" "), _c('button', {
|
|
3473
|
+
staticClass: "sm-emoji-item add-more",
|
|
3474
|
+
on: {
|
|
3475
|
+
"click": _vm.openFullPicker
|
|
3476
|
+
}
|
|
3477
|
+
}, [_vm._v("\n +\n ")])], 2)] : _vm._e()], 2)], 1);
|
|
3401
3478
|
};
|
|
3402
3479
|
var __vue_staticRenderFns__$z = [];
|
|
3403
3480
|
|
|
3404
3481
|
/* style */
|
|
3405
3482
|
const __vue_inject_styles__$z = function (inject) {
|
|
3406
3483
|
if (!inject) return;
|
|
3407
|
-
inject("data-v-
|
|
3408
|
-
source: ".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)}.sm-emoji-picker{width:
|
|
3484
|
+
inject("data-v-6bc716fb_0", {
|
|
3485
|
+
source: ".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)}.sm-emoji-picker{width:306px;height:250px;z-index:2;border:1px solid #ccc;border-radius:5px;background-color:#fff;display:flex;flex-direction:column}.sm-emoji-picker.small{height:40px!important}.sm-emoji-picker.small .sm-emoji-scroll{height:100%;max-height:100%}.sm-emoji-picker.small .sm-emoji-scroll .sm-emoji-group{justify-content:center;align-items:center}.add-more{background:#f0f0f0;border:1px solid #ccc;border-radius:50%;width:26px;height:26px;display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:700}.sm-emoji-header{width:100%;display:flex;align-items:center;justify-content:space-between;margin:10px 0;border-bottom:1px solid #ccc}.sm-emoji-link{padding:0 5px 5px 5px;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:.9;transition:all .2s;border-bottom:2px solid transparent}.sm-emoji-link a{margin:0;padding:0;fill:#999}.sm-emoji-link.active a>svg,.sm-emoji-link:hover a>svg{opacity:1;fill:#666}.sm-emoji-link.active a>svg[stroke-linecap],.sm-emoji-link:hover a>svg[stroke-linecap]{opacity:1;fill:transparent;stroke:#666}.sm-emoji-link.active{border-bottom:2px solid #666}.sm-emoji-scroll{width:100%;height:calc(100% - 52px);max-height:calc(100% - 52px);scroll-behavior:smooth;overflow-y:auto;overflow-x:hidden;scrollbar-color:#888 rgba(0,0,0,.2);scrollbar-width:8px;position:relative}.sm-emoji-scroll::-webkit-scrollbar{width:8px}.sm-emoji-scroll::-webkit-scrollbar-track{background-color:rgba(0,0,0,.2)}.sm-emoji-scroll::-webkit-scrollbar-thumb{transition-duration:.5s;background-color:#666}.sm-emoji-scroll::-webkit-scrollbar-thumb:hover{background-color:#555}.sm-emoji-search{width:100%;display:flex;align-items:center;justify-content:center;position:sticky;top:0;z-index:1;background:#fff;padding-bottom:10px}.sm-emoji-search>input{width:90%;outline:0;border:1px solid #ccc;border-radius:2.5px;padding:5px 10px;transition:border .2s}.sm-emoji-search>input:active,.sm-emoji-search>input:focus,.sm-emoji-search>input:hover{outline:0;border:1px solid #999}.sm-emoji-search.sticky{position:fixed;width:310px;background-color:#fff}.sm-emoji-selection{width:100%;margin-bottom:10px}.sm-emoji-title{width:100%;display:flex;justify-content:flex-start;align-items:center;background-color:#f7f7f7;padding:5px 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sm-emoji-title svg{margin:0 5px}.sm-emoji-group{width:100%;display:flex;flex-wrap:wrap;font-size:22px}.sm-emoji-item{cursor:pointer;opacity:.8;transition:opacity .2s;margin:3.5px}.sm-emoji-item:hover{opacity:1}",
|
|
3409
3486
|
map: undefined,
|
|
3410
3487
|
media: undefined
|
|
3411
3488
|
});
|
|
@@ -8833,8 +8910,8 @@ var __vue_staticRenderFns__$e = [];
|
|
|
8833
8910
|
/* style */
|
|
8834
8911
|
const __vue_inject_styles__$e = function (inject) {
|
|
8835
8912
|
if (!inject) return;
|
|
8836
|
-
inject("data-v-
|
|
8837
|
-
source: ".fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}.card-cli,.card-ope{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.msgNova,.card-ope.msgNova{margin-top:30px}.novas-mensagens{position:absolute;top:-30px;width:100%;display:flex;justify-content:center;align-items:center;margin:2.5px 0;background-color:lighten(#fff249,15)}.card-cli .card{border-left:3px solid #90b823}.card-ope{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card{border-right:3px solid #007535}.card{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px;border-radius:7px;box-shadow:rgba(0,0,0,.15) 1px 2px 3px 0}.card p{word-break:break-all}.card-header{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between;padding:10px 5px}.card-header svg{font-size:16px}.card-canal{flex:1;margin-right:10px}.card-datas{display:flex;flex-direction:column;margin-right:10px;background:#008845;padding:5px 10px;border-top-left-radius:15px;border-bottom-left-radius:15px;color:#fff}.card-right{margin-right:-20px;display:flex;flex-direction:row-reverse;align-items:center}.card-data{overflow:hidden;display:flex;align-content:center}.card-data span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-data svg{margin-right:5px;color:#232323}.card-actions{display:flex;gap:7px}.menu-mensagem{cursor:pointer;padding:1px}.card-expand{display:flex;justify-content:center;align-items:center;margin:0 10px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand:hover{opacity:1}.card-footer{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap}.card-chip-container{display:flex;flex-wrap:wrap;width:100%;gap:5px}.card-autor{display:flex;align-items:center;margin-right:10px;overflow:hidden;min-width:14px;max-width:calc(100% - 215px);gap:5px}.card-chip{font-size:12.8px;width:fit-content;border-radius:15px;transition:all 150ms ease-in-out;padding:2.5px 7px;color:#1f69c1;background-color:rgba(207,216,244,.6);margin-bottom:5px}.card-chip:hover{background-color:#cfd8f4}.card-chip.orange{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow:hover{background-color:rgba(252,191,73,.2)}.card-chip.red{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red:hover{background-color:rgba(231,76,60,.25)}.card-chip.green{color:#0e3213;background-color:rgba(15,177,39,.3)}.card-chip.green:hover{background-color:rgba(15,177,39,.4)}.card-anexo{width:50px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.anexo-item{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.anexo-item .transition-anexo-item{max-width:100%;max-height:100%}.anexo-item .req-loader{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.anexo-item .transition-anexo-item img{max-width:45px;max-height:45px}.anexo-icone{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.anexo-icone:hover{opacity:1}.anexo-icone:visited{color:inherit}
|
|
8913
|
+
inject("data-v-53d07226_0", {
|
|
8914
|
+
source: ".fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}.card-cli,.card-ope{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.msgNova,.card-ope.msgNova{margin-top:30px}.novas-mensagens{position:absolute;top:-30px;width:100%;display:flex;justify-content:center;align-items:center;margin:2.5px 0;background-color:lighten(#fff249,15)}.card-cli .card{border-left:3px solid #90b823}.card-ope{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card{border-right:3px solid #007535}.card{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px;border-radius:7px;box-shadow:rgba(0,0,0,.15) 1px 2px 3px 0}.card p{word-break:break-all}.card-header{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between;padding:10px 5px}.card-header svg{font-size:16px}.card-canal{flex:1;margin-right:10px}.card-datas{display:flex;flex-direction:column;margin-right:10px;background:#008845;padding:5px 10px;border-top-left-radius:15px;border-bottom-left-radius:15px;color:#fff}.card-right{margin-right:-20px;display:flex;flex-direction:row-reverse;align-items:center}.card-data{overflow:hidden;display:flex;align-content:center}.card-data span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-data svg{margin-right:5px;color:#232323}.card-actions{display:flex;gap:7px}.menu-mensagem{cursor:pointer;padding:1px}.card-expand{display:flex;justify-content:center;align-items:center;margin:0 10px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand:hover{opacity:1}.card-footer{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap}.card-chip-container{display:flex;flex-wrap:wrap;width:100%;gap:5px}.card-autor{display:flex;align-items:center;margin-right:10px;overflow:hidden;min-width:14px;max-width:calc(100% - 215px);gap:5px}.card-chip{font-size:12.8px;width:fit-content;border-radius:15px;transition:all 150ms ease-in-out;padding:2.5px 7px;color:#1f69c1;background-color:rgba(207,216,244,.6);margin-bottom:5px}.card-chip:hover{background-color:#cfd8f4}.card-chip.orange{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow:hover{background-color:rgba(252,191,73,.2)}.card-chip.red{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red:hover{background-color:rgba(231,76,60,.25)}.card-chip.green{color:#0e3213;background-color:rgba(15,177,39,.3)}.card-chip.green:hover{background-color:rgba(15,177,39,.4)}.card-anexo{width:50px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.anexo-item svg{font-size:30px;z-index:1}.anexo-item{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.anexo-item .transition-anexo-item{max-width:100%;max-height:100%}.anexo-item .req-loader{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.anexo-item .transition-anexo-item img{max-width:45px;max-height:45px}.anexo-icone{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.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;background-color:#fff}.anexo-icone.doc{color:#15517f}.anexo-icone.doc::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.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{width:95%}.card-interatividade{display:flex;flex-direction:column;margin-top:10px;margin-bottom:5px;font-size:14.4px}.card-interatividade-title{font-weight:700;margin-bottom:5px}.card-interatividade-list{margin:0;padding:0;font-size:14.4px}.card-interatividade-list hr{height:1px;background-color:#ccc;width:100%;border:0}.card-interatividade-list button{margin-left:5px;border-radius:5px;border:unset;cursor:pointer;padding:5px 10px;background-color:#b5f778}.card-interatividade-list button:hover{text-decoration:underline}",
|
|
8838
8915
|
map: undefined,
|
|
8839
8916
|
media: undefined
|
|
8840
8917
|
});
|
|
@@ -10745,6 +10822,10 @@ var __vue_render__$7 = function () {
|
|
|
10745
10822
|
"click": _vm.closeEmojis
|
|
10746
10823
|
}
|
|
10747
10824
|
}), _vm._v(" "), _c('Picker', {
|
|
10825
|
+
attrs: {
|
|
10826
|
+
"recentViewOnly": true,
|
|
10827
|
+
"hasLoading": false
|
|
10828
|
+
},
|
|
10748
10829
|
on: {
|
|
10749
10830
|
"insert-emoji": _vm.addReaction
|
|
10750
10831
|
}
|
|
@@ -10793,20 +10874,15 @@ var __vue_render__$7 = function () {
|
|
|
10793
10874
|
var __vue_staticRenderFns__$7 = [];
|
|
10794
10875
|
|
|
10795
10876
|
/* style */
|
|
10796
|
-
const __vue_inject_styles__$7 =
|
|
10797
|
-
if (!inject) return;
|
|
10798
|
-
inject("data-v-f181c1ea_0", {
|
|
10799
|
-
source: ":root{--message-color:#373737;--text-color:#fff;--files-bg:rgba(255, 255, 255, 0.1);--files-bg-hover:rgba(255, 255, 255, 0.1);--light:80;--threshold:60}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem-reply{padding:5px 10px;font-size:12px;color:#666;transition:background-color 150ms ease-in-out;border-radius:5px;margin:5px 0;overflow:hidden;max-width:100%}.mensagem-reply p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-reply-principal{border-left:3px solid transparent;background-color:rgba(100,100,100,.1)}.message-reply-principal:hover{background-color:rgba(100,100,100,.2)}.message-reply-outros{background-color:#f5f5f5;border-left:3px solid var(--message-color)}.message-reply-outros:hover{background-color:#ebebeb}.mensagem-reply-vazia{display:flex;align-items:center}.mensagem-reply-vazia svg{margin-right:5px;color:#ba181b}.mensagem{padding:20px 7px 14px 7px;border-radius: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:12px;word-break:break-word;-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)}.mensagem.max-w-60{max-width:60%}.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:9.6px;color:#67a332;width:14.4px;height:14.4px;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:11.2px}.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:6.4px;width:11.2px}.default-stick-size{width:180px;height:auto}.horario-envio{margin-right:15px;font-size:11.2px;position:absolute;left:10px;bottom:2px}.autor-mensagem{position:absolute;font-size:9.6px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:90%;font-weight:700;top:2px}.menu-primario{transition:opacity 150ms ease-in-out;height:20px;position:absolute;font-size:11.2px;top:2px;display:flex;gap:5px;padding:2px 4px}.menu-primario.principal{left:2px;color:var(--text-color);background-color:var(--message-color)}.menu-primario.outros{right:2px;color:var(--text-color);background-color:#fff}.menu-primario.outros>span:nth-child(1){order:10}.menu-mensagem{cursor:pointer;padding:1px;opacity:.7;transition:opacity .1s ease-in-out}.menu-mensagem:active,.menu-mensagem:focus,.menu-mensagem:hover{opacity:1}.menu-flutuante{background-color:#fff;-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);border-radius:10px;position:absolute;top:20px;width:120px;min-height:50px;height:50px;max-height:50px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;display:flex;flex-direction:column;z-index:1}.menu-flutuante.principal{left:3px}.menu-flutuante.outros{right:3px}.menu-flutuante li{transition:background-color .3s ease-in-out;width:100%;cursor:pointer;padding:5px 10px;display:flex;align-items:center}.menu-flutuante li:hover{background-color:#e9e9e9}.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:var(--text-color)}.mensagem__principal>.mensagem .horario-envio{color:var(--text-color)}.mensagem__principal>.mensagem .autor-mensagem{right:5px;color:var(--text-color)}.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:13.6px}.info-mapa li.address,.info-mapa li.url{font-size:13.6px}.info-mapa li.url{font-size:13.6px}.tooltip-list{margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.emoji-message-container{position:absolute;top:0;z-index:1;width:300px;height:250px}.emoji-message-container .sm-emoji-picker{width:300px;height:250px}.emoji-message-container .sm-emoji-picker .sm-emoji-header{overflow-x:auto;overflow-y:hidden}.reaction{position:absolute;bottom:0;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:rgba(100,100,100,.4);padding:5px;font-size:20.8px;min-width:28.8px;min-height:28.8px;max-width:28.8px;max-height:28.8px}.reaction>span{display:block;transform:translateY(-1px)}.mensagem__outros .reaction{right:-30px}.mensagem__principal .reaction{left:-30px}",
|
|
10800
|
-
map: undefined,
|
|
10801
|
-
media: undefined
|
|
10802
|
-
});
|
|
10803
|
-
};
|
|
10877
|
+
const __vue_inject_styles__$7 = undefined;
|
|
10804
10878
|
/* scoped */
|
|
10805
10879
|
const __vue_scope_id__$7 = undefined;
|
|
10806
10880
|
/* module identifier */
|
|
10807
10881
|
const __vue_module_identifier__$7 = undefined;
|
|
10808
10882
|
/* functional template */
|
|
10809
10883
|
const __vue_is_functional_template__$7 = false;
|
|
10884
|
+
/* style inject */
|
|
10885
|
+
|
|
10810
10886
|
/* style inject SSR */
|
|
10811
10887
|
|
|
10812
10888
|
/* style inject shadow dom */
|
|
@@ -10814,7 +10890,7 @@ const __vue_is_functional_template__$7 = false;
|
|
|
10814
10890
|
const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
10815
10891
|
render: __vue_render__$7,
|
|
10816
10892
|
staticRenderFns: __vue_staticRenderFns__$7
|
|
10817
|
-
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false,
|
|
10893
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
|
|
10818
10894
|
var __vue_component__$c = __vue_component__$b;
|
|
10819
10895
|
|
|
10820
10896
|
//
|
|
@@ -12501,24 +12577,15 @@ var __vue_render__$1 = function () {
|
|
|
12501
12577
|
var __vue_staticRenderFns__$1 = [];
|
|
12502
12578
|
|
|
12503
12579
|
/* style */
|
|
12504
|
-
const __vue_inject_styles__$1 =
|
|
12505
|
-
if (!inject) return;
|
|
12506
|
-
inject("data-v-1d9aa33e_0", {
|
|
12507
|
-
source: ".show-y-top-enter-active[data-v-1d9aa33e],.show-y-top-leave-enter[data-v-1d9aa33e]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-1d9aa33e],.show-y-top-leave-to[data-v-1d9aa33e]{opacity:0;transform:translateY(-2%)}",
|
|
12508
|
-
map: undefined,
|
|
12509
|
-
media: undefined
|
|
12510
|
-
}), inject("data-v-1d9aa33e_1", {
|
|
12511
|
-
source: ".visibility-hidden{visibility:hidden}.box-shadow-active{box-shadow:0 0 4px 2px rgba(0,0,0,.25)}.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{--konecta-gray-3:#515050;--konecta-light:#f8f9fa;--blue-silver-4:#dae0e5;--email-principal:#faa732;--email-outros:#86b7fe;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}.divBtnReplyEmail{display:flex;align-items:center;background-color:#f0adad;border-radius:6px;padding:7px 9px;margin:5px 0;gap:8px}.reply-email-open{width:calc(100% - 10px - 45px)}.btnReplyEmail{display:block;background-color:#faa732;border:1px solid #da8205;margin:8px 0 8px 5px;padding:5px 10px 5px 10px;font-size:14.4px;font-weight:700;border-radius:3px;color:#000;cursor:pointer}.ja-marcado-spam{width:100%;background:#fffbe6;border:1px solid #ffe58f;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:5px 30px;margin:9px 0 5px 0;display:flex;justify-content:space-between;align-items:center;gap:16px}.ja-marcado-spam>span{color:#614500;font-weight:500;font-size:14px;margin-bottom:0;align-self:center;align-items:center}.ja-marcado-spam-buttons{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.ja-marcado-spam button{min-width:110px;padding:4px 10px;border:none;border-radius:5px;background:#ffe58f;color:#333;cursor:pointer;font-size:13.4px}.ja-marcado-spam-buttons .btn-nao-spam{background:#36b87b;color:var(--white);border:1px solid var(--konecta-success-hover,#309264);font-weight:700}.ja-marcado-spam-buttons .btn-nao-spam:hover{background:#309264}.ja-marcado-spam-buttons .btn-e-spam{background:#e74c3c;color:var(--white);border:1px solid var(--konecta-danger-hover,#c92e1e);font-weight:700}.ja-marcado-spam-buttons .btn-e-spam:hover{background:#c92e1e}.icon-btn-encerrar-spam{margin-right:2px}.btn-loader{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;pointer-events:none}.strongMsg{flex:1;font-size:13px}.email-custom-action-buttons{display:flex;gap:7px;align-items:center;flex-wrap:wrap;max-width:100%;cursor:default}.email-custom-action-button{margin-top:10px;background-color:var(--konecta-light)!important;color:var(--konecta-dark)!important;border:1px solid var(--blue-silver-4)!important;flex:1;min-width:100px;display:flex;align-items:center;justify-content:center;gap:5px;padding:5px;overflow:hidden;border-radius:5px;text-overflow:ellipsis;white-space:nowrap;transition:all .1s ease-in-out;max-width:100%;cursor:pointer}.email-custom-action-button:hover{background-color:#e9ecef!important}.email-custom-action-button:disabled{background-color:var(--konecta-gray-3)!important;border:1px solid #25282b!important;cursor:not-allowed!important}.email-item.outros{border-left:3px solid var(--email-outros)}.email-author-name{margin:0 5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-author.outros{color:var(--email-outros)}.email-author.outros>svg:nth-child(1){transform:rotate(180deg)}.email-author.principal{color:var(--email-principal)}.email-author.main{font-size:16.4px}.email-item.principal{border-left:3px solid var(--email-principal)}.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:16.4px;cursor:pointer}.email-date{--width:245px;font-size:12.8px;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:10px}.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:14.4px;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:14.4px;color:#222}.email-files{display:flex;gap:10px;flex-wrap:wrap;width:100%;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-cc-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:14.4px;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:12.8px}.email-info>span{font-size:12px;color:gray;margin-right:3px}.email-author{display:flex;align-items:center;height:5px;font-size:12px;font-weight:700;transform:translateY(-2px);width:100%;cursor:pointer}.email-subject-secondary{margin-top:-5px}.email-subject-span{font-size:11.2px;color:gray}.email-to-svg{font-size:13.6px}.email-custom-buttons{display:flex;gap:7px;position:absolute;top:5px;right:5px;z-index:1;font-size:12.8px}.menu-mensagem{cursor:pointer;padding:1px;opacity:.7;transition:opacity .1s ease-in-out}.menu-mensagem:active,.menu-mensagem:focus,.menu-mensagem:hover{opacity:1}.email-error-content{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px;padding:10px}.email-error-content p{margin:0;color:#e74c3c}.email-error-content button{border:1px solid #ccc;border-radius:3px;padding:5px 10px;background-color:#fff;cursor:pointer;transition:background-color 150ms ease-in-out}.email-error-content button:hover{background-color:#eee}.btnReplyEmail:active,.btnReplyEmail:hover{background-color:#da8205;color:#000}.email-attachments-clip{display:flex;cursor:pointer;margin-top:5px}.clip-icon{position:relative;font-size:22px;color:#999;transform:rotate(-15deg)}.clip-badge{position:absolute;transform:rotate(15deg);top:0;right:-15px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#999 40%,#515050 100%);color:#fff;border-radius:50%;min-width:22px;height:22px;font-size:12.4px;border:1px solid #fff;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, .18));text-align:center;padding:0 4px;box-sizing:border-box}.clip-icon:hover{color:#777}.clip-icon:hover .clip-badge{background:linear-gradient(135deg,#999 20%,#515050 70%);filter:drop-shadow(0 2px 4px rgba(0, 0, 0, .28))}",
|
|
12512
|
-
map: undefined,
|
|
12513
|
-
media: undefined
|
|
12514
|
-
});
|
|
12515
|
-
};
|
|
12580
|
+
const __vue_inject_styles__$1 = undefined;
|
|
12516
12581
|
/* scoped */
|
|
12517
|
-
const __vue_scope_id__$1 =
|
|
12582
|
+
const __vue_scope_id__$1 = undefined;
|
|
12518
12583
|
/* module identifier */
|
|
12519
12584
|
const __vue_module_identifier__$1 = undefined;
|
|
12520
12585
|
/* functional template */
|
|
12521
12586
|
const __vue_is_functional_template__$1 = false;
|
|
12587
|
+
/* style inject */
|
|
12588
|
+
|
|
12522
12589
|
/* style inject SSR */
|
|
12523
12590
|
|
|
12524
12591
|
/* style inject shadow dom */
|
|
@@ -12526,7 +12593,7 @@ const __vue_is_functional_template__$1 = false;
|
|
|
12526
12593
|
const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
12527
12594
|
render: __vue_render__$1,
|
|
12528
12595
|
staticRenderFns: __vue_staticRenderFns__$1
|
|
12529
|
-
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false,
|
|
12596
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, undefined, undefined);
|
|
12530
12597
|
var __vue_component__$3 = __vue_component__$2;
|
|
12531
12598
|
|
|
12532
12599
|
//
|