Browse Source

alteracoes layout

pull/4/head
guilherme guia 2 years ago
parent
commit
935f370fcc
  1. 42
      app/view/content.php
  2. 2
      app/view/header.php
  3. 19
      index.php
  4. 594
      public/css/styles.css
  5. 68
      public/css/teste
  6. BIN
      public/images/lua.png
  7. BIN
      public/images/send-message.png
  8. BIN
      public/images/seta-para-baixo.png
  9. BIN
      public/images/settings.png
  10. BIN
      public/images/sol.png
  11. 11
      public/index.html
  12. 20
      public/js/config.js
  13. 838
      public/js/main.js
  14. 33
      public/js/requests.js
  15. 1223
      public/js/util.js
  16. 6095
      public/js/waveSurfer.js

42
app/view/content.php

@ -13,21 +13,42 @@
<div class="sidebar-header-icons">
<div id="btnsPause"></div>
<img src="<?= $files ?>/images/power.svg" id="exitSystem" alt="Desconectar do Chat" title="Sair do sistema" />
<!-- <img src="<?= $files ?>/images/settings.png" title="Configurações" id="configs"/> -->
<input type="checkbox" class="checkbox-switch" id="input-checkbox-switch">
<label for="input-checkbox-switch" class="label-switch">
<!-- <span><i class="fas fa-sun"></i></span>
<span><i class="fas fa-moon"></i></span> -->
<div class="switch-ball light-mode">
<span><i class="fas fa-sun"></i></span>
</div>
</label>
</div>
</div>
<div class="chats" id="chats"></div>
</div>
<div class="box-event-buttons">
<button class="btn-atendimento button-selected" id="btnAtendimento">Em atendimento </button>
<button class="btn-fila" id="btnFila">Em espera</button>
</div>
<div class="search">
<i class="fas fa-search search-icon"></i>
<input type="text" class="search-form" placeholder="Search">
</div>
<div class="chats" id="chats">
</div>
<div class="estatisticas">
</div>
</div>
<div class="main">
<div class="chat-window-header">
<div class="chat-window-header-left" id="headermediaagent">
<span class="btn-exit-chat" id="exitChat"><i class="fas fa-arrow-left"></i></span>
<img class="chat-window-contact-image" src="<?= $files ?>/images/whatsapp.png" />
<div class="contact-name-and-status-container">
<span class="chat-window-contact-name"></span>
<span class="chat-window-contact-status">WhatsApp</span>
</div>
</div>
<div class="chat-window-header-right" id="headerbuttonsagent">
<!-- <div class="chat-window-header-right" id="headerbuttonsagent">
<div class="chat-window-header-right-commands btn-info" id="tranferagent" title="Transferir atendimento">
<img class="chat-window-menu-icon" src="<?= $files ?>/images/redo.svg" />
<span class="chat-window-menu-span"> Transferir</span>
@ -36,7 +57,7 @@
<img class="chat-window-menu-icon" src="<?= $files ?>/images/cross-circle.svg" />
<span class="chat-window-menu-span"> Finalizar</span>
</div>
</div>
</div> -->
</div>
<div class="chat-window" id="chatwindowagent">
@ -56,18 +77,18 @@
</label>
<input id="uploadimage" accept="image/*,video/mp4,video/3gpp,video/quicktime" type="file" multiple="" style="display: none;">
</div>
<div class="type-message-bar" id="typemessagebar">
<div class="type-message-bar-left">
<img src="<?= $files ?>/images/microphone.svg" id="voicerecorder" title="Enviar mensagem de audio" />
<img src="<?= $files ?>/images/clip.svg" id="imgclip" title="Anexar arquivo ou imagem" />
</div>
<div class="type-message-bar-center">
<textarea rows="1" type="text" id="fieldsendmessage" placeholder="Escreva uma mensagem" style="resize: none;"></textarea>
</div>
<div class="type-message-bar-right flex-center">
<img src="<?= $files ?>/images/paper-plane.svg" title="Enviar mensagem" />
<img src="<?= $files ?>/images/microphone.svg" id="voicerecorder" title="Enviar mensagem de audio" class="icons file"/>
<img src="<?= $files ?>/images/clip.svg" id="imgclip" title="Anexar arquivo ou imagem" class="icons file"/>
<img src="<?= $files ?>/images/send-message.png" title="Enviar mensagem" class="icons send"/>
</div>
</div>
</div>
</div>
</div>
@ -90,6 +111,9 @@
</div>
</div>
<script>
let modal = document.getElementById("modalselect");
let span = document.getElementsByClassName("close")[0];

2
app/view/header.php

@ -8,4 +8,6 @@
<title>Simples IP - Simples Client</title>
<link rel="icon" href="<?= $files ?>/images/favicon.ico" />
<link rel="stylesheet" href="<?= $files ?>/css/styles.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"/>
</head>

19
index.php

@ -23,34 +23,21 @@ if ($geturl['t'] == 'gerar' && $post['passwd'] == 'S1MPL3S1P_CH4T') {
];
$token = $crypt->encrypt(json_encode($info, true));
echo "Token: <input type='text' value='{$token}' size='90'><br><br>";
echo "<a href='http://{$post['servidor']}:8001/?t=$token' target='_blank'><b>Ir para</b></a>";
// echo "<a href='http://{$post['servidor']}:8001/?t=$token' target='_blank'><b>Ir para</b></a>";
echo "<a href='http://localhost:8001/?t=$token' target='_blank'><b>Ir para</b></a>";
exit;
}
/**
id_empresa
id_number
my_uniqueid
obj_queue
obj_server
obj_ws
**/
if ($geturl['t']) {
$json = json_decode($crypt->decrypt(str_replace(' ', '+', $geturl['t'])), true);
$objs = [
<<<<<<< HEAD
'id_empresa' => $json['id_empresa'],
'obj_server' => $json['servidor'],
'my_uniqueid' => $json['matricula'],
'obj_queue' => $json['fila'],
=======
'id_number' => $json['id_number'],
'id_empresa' => $json['id_empresa'],
'obj_server' => $json['servidor'],
'my_uniqueid' => $json['matricula'],
'obj_queue' => $json['fila'],
>>>>>>> 1e181ff (ajustes de funcionalidades)
'obj_ws' => $json['websocket'],
'session_uniqueid' => null,
'obj_notification' => null,

594
public/css/styles.css

File diff suppressed because it is too large Load Diff

68
public/css/teste

@ -0,0 +1,68 @@
@media (max-width: 680px) {
.app {
grid-template-columns: 30em 1fr;
/* grid-template-columns: 1fr; */
}
/* .sidebar {
display: none;
} */
}
@media (max-width: 850px) {
.app {
grid-template-columns: 33em 1fr;
}
}
@media (max-height: 820px) {
#welcometomessage h1,
h2 {
font-size: 30px;
}
#welcometomessage img {
width: 300px;
}
}
@media (max-height: 1380px) {
.chats {
height: 65vh;
padding-bottom: 20px;
}
}
@media (max-height: 700px) {
.type-message-bar {
bottom: 2rem;
}
/* .estatisticas {
display: none;
} */
.chats {
height: 60vh;
padding-bottom: 30px;
}
.type-message-bar {
bottom: 0;
}
}
/* @media (max-height: 650px) {
.chats {
height: 50vh;
padding-bottom: 30px;
}
} */
/*
@media (max-height: 550px) {
.type-message-bar {
bottom: 11rem;
}
}
*/

BIN
public/images/lua.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1007 B

BIN
public/images/send-message.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 B

BIN
public/images/seta-para-baixo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

BIN
public/images/settings.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 B

BIN
public/images/sol.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 987 B

11
public/index.html

@ -30,16 +30,6 @@
</div>
</div>
<div class="sidebar-notifications">
<img src="images/notifications.svg" />
<div class="sidebar-notifications-message">
<span>Get Notified of New Messages</span>
<a href="#">Turn on desktop notifications <img src="images/gt-arrow.svg" /></a>
</div>
</div>
<!-- Sidebar search chat -->
<div class="search-chat">
@ -134,7 +124,6 @@
<script>
let modal = document.getElementById("modalselect");
let span = document.getElementsByClassName("close")[0];
span.onclick = function () {
modal.style.display = "none";
}

20
public/js/config.js

@ -1,10 +1,10 @@
const ws = localStorage.getItem('obj_ws')
<<<<<<< HEAD
const server_api = localStorage.getItem('obj_server')
=======
const server_api = `http://${localStorage.getItem('obj_server')}`
const supervisor_api = localStorage.getItem('supervisor_api') ? localStorage.getItem('supervisor_api') : localStorage.getItem('obj_server')
>>>>>>> 1e181ff (ajustes de funcionalidades)
let mediaRecorder
const icontypes = ['csv', 'doc', 'pdf', 'txt', 'xls', 'zip', 'ppt']
const path = 'public'
const ws = localStorage.getItem("obj_ws");
const server_api = `http://${localStorage.getItem("obj_server")}`;
const supervisor_api = localStorage.getItem("supervisor_api")
? localStorage.getItem("supervisor_api")
: localStorage.getItem("obj_server");
let mediaRecorder;
const icontypes = ["csv", "doc", "pdf", "txt", "xls", "zip", "ppt"];
const path = "public";
const html = document.querySelector("html");
let abrirMensagem = false;

838
public/js/main.js

@ -1,238 +1,283 @@
/**
* EVENTOS GERADOS PELO USUARIO DA APLICACAO
*/
$(function(){
connect(ws)
notifications()
/**
* VOICE RECORDER
*/
$('.modal-content-body').on('click', '#stoprecorder', () => {
$('#msgRecorder').text('Paramos de gravar sua voz!')
mediaRecorder.stop()
})
$('#voicerecorder').on('click', () => {
recorderVoice()
})
/** FIM VOICE RECORDER */
/** EVENTOS DE CLICK NO BODY */
$("body").mouseup(function(){
$('#uploadfiles').fadeOut('slow')
});
$(function () {
connect(ws);
notifications();
// waveSurferStart();
/**
* VOICE RECORDER
*/
$(".modal-content-body").on("click", "#stoprecorder", () => {
$("#msgRecorder").text("Paramos de gravar sua voz!");
mediaRecorder.stop();
});
// Chama fila de atendimento
// $("#btnFila").on("click", () => {
// notifications();
// });
// $("#btnAtendimento").on("click", () => {
// notifications();
// });
$("#exitChat").on("click", () => {
abrirMensagem = false;
abrirTela();
// removeMensagemBody();
});
$(".box-event-buttons button").on("click", (e) => {
click_btn(e);
});
$("#voicerecorder").on("click", () => {
recorderVoice();
});
/** FIM VOICE RECORDER */
/** EVENTOS DE CLICK NO BODY */
$("body").mouseup(function () {
$("#uploadfiles").fadeOut(200);
});
/** INICIO DAS FUNCIONALIDADES */
startSendImage();
startSendFile();
startPause();
startTransfer();
startFinalizar();
exitSystem();
startFooter();
/** INICIA COM O HEADER DO CONTATO VAZIO */
startChannelMessage();
/** INICIA O CHAT NO FINAL DA CONVERSA */
$(".chats").on("click", function () {
scrollDown();
});
$(".checkbox-switch").on("change", ({ target }) => {
changeInterfaceTheme(target);
});
/** ENVIA AS MSG PELO ENTER */
$("#fieldsendmessage").bind("keyup", function (ev) {
if (ev.keyCode == 13 && $(this).val().trim().length > 0) {
sendMessage();
}
});
/** INICIO DAS FUNCIONALIDADES */
startSendImage()
startSendFile()
startPause()
startTransfer()
startFinalizar()
exitSystem()
/** INICIA COM O HEADER DO CONTATO VAZIO */
startChannelMessage()
/** INICIA O CHAT NO FINAL DA CONVERSA */
$('.chats').on('click', function(){
scrollDown()
})
/** ENVIA AS MSG PELO ENTER */
$('#fieldsendmessage').bind('keyup', function(ev){
if(ev.keyCode == 13 && $(this).val().trim().length > 0){
sendMessage()
}
})
$("#fieldsendmessage").on("keyup", () => {
if ($(this).val().trim().length == 0) {
$(this).val("");
}
resizeSendMsg();
});
$('#fieldsendmessage').on('keyup', () => {
if($(this).val().trim().length == 0){
$(this).val('')
}
resizeSendMsg()
})
$('.type-message-bar-right').on('click',() => {
sendMessage()
})
$('#imgclip').on('click', function(){
modalStart()
$("#uploadimage").val('')
$('#uploadfile').val('')
if($('#uploadfiles').is(':hidden')){
$('#uploadfiles').fadeIn('slow')
} else {
$('#uploadfiles').fadeOut('slow')
}
})
$(".type-message-bar-right").on("click", () => {
sendMessage();
});
$('#footer-content-right').on('click', '#footersend', () => {
sendMedia(mediaRecorder)
$('#modalselect').css({display: 'none'})
})
supervisorAgente()
/** abre modal de configurações*/
})
$("#configs").on("click", () => {
openConfigs();
});
$("#imgclip").on("click", function () {
modalStart();
$("#uploadimage").val("");
$("#uploadfile").val("");
if ($("#uploadfiles").is(":hidden")) {
$("#uploadfiles").fadeIn(200);
} else {
$("#uploadfiles").fadeOut(200);
}
});
$("#footer-content-right").on("click", "#footersend", () => {
sendMedia(mediaRecorder);
// $("#modalselect").css({ display: "none" });
});
supervisorAgente();
});
/**
* EVENTOS DE CLICK PARA SELECIONAR A SESSAO DE MENSAGEM/CONVERSA E RECUPERAR AS MENSAGENS JA TROCADAS NO ATENDIMENTO
* @param {*} id
*/
const selectNotification = (id) => {
marcarMensagemVista(id)
listaMensagem(id).then(() => {
let uniqueid
let number
let name
let dataContact
let protocolo
const dataRequest = JSON.parse(localStorage.getItem('obj_contact'))
<<<<<<< HEAD
listarAtendimentoAgente(localStorage.getItem('my_uniqueid'))
=======
listarAtendimentoAgente(localStorage.getItem('id_empresa'), localStorage.getItem('my_uniqueid'))
>>>>>>> 1e181ff (ajustes de funcionalidades)
const allNotifications = JSON.parse(localStorage.getItem('obj_notification'))
console.log(allNotifications)
hideButtons(false)
allNotifications.data.forEach(e => {
$('#' + e.uniqueid.replace('.', `\\.`)).removeClass('select-notification')
if(e.uniqueid == id && e.status == 0){
hideButtons(true)
}
})
$('#' + id.replace('.', `\\.`)).addClass('select-notification')
marcarMensagemVista(id);
listaMensagem(id).then(() => {
let uniqueid;
let number;
let name;
let dataContact;
let protocolo;
const dataRequest = JSON.parse(localStorage.getItem("obj_contact"));
listarAtendimentoAgente(
localStorage.getItem("id_empresa"),
localStorage.getItem("my_uniqueid")
);
const allNotifications = JSON.parse(
localStorage.getItem("obj_notification")
);
hideButtons(false);
allNotifications.data.forEach((e) => {
$("#" + e.uniqueid.replace(".", `\\.`)).removeClass(
"select-notification"
);
if (e.uniqueid == id && e.status == 0) {
hideButtons(true);
}
});
$("#" + id.replace(".", `\\.`)).addClass("select-notification");
allNotifications.data.forEach(e => {
if(e.uniqueid == id && e.status == 0){
hideButtons(true)
}
})
if(dataRequest.data.length > 0){
dataContact = dataRequest.data.filter(e => {
if(id.trim() == e.uniqueid){
return true
}
})
allNotifications.data.forEach((e) => {
if (e.uniqueid == id && e.status == 0) {
hideButtons(true);
}
});
if (dataRequest.data.length > 0) {
dataContact = dataRequest.data.filter((e) => {
if (id.trim() == e.uniqueid) {
return true;
}
});
}
allNotifications.data.forEach(e => {
if(id === e.uniqueid){
uniqueid = e.uniqueid
name = e.nome
number = e.cliente_id
protocolo = e.protocolo
}
})
localStorage.removeItem('session_window')
localStorage.removeItem('session_uniqueid')
localStorage.setItem('session_uniqueid', uniqueid)
localStorage.setItem('session_window', number)
$('.chat-window-contact-name').text(name)
$('.chat-window-contact-status').text('Protocolo: ' + protocolo)
/** REMOVE AS MSG NA E CONSTRIO A TELA NOVAMENTE (EVITAR DUPLICAR) */
$('.chat-window .sender').remove()
$('.chat-window .receiver').remove()
$('.chat-window .events').remove()
alertNotification(localStorage.getItem('session_uniqueid'),'remove')
dataContact.forEach(e => {
const datesend = e.msg_date ? converdata(new Date(e.msg_date).getTime()) : 'algumas horas';
<<<<<<< HEAD
let typesend = localStorage.getItem('my_uniqueid') == e.src ? 'sender': 'receiver'
=======
let typesend = localStorage.getItem('my_uniqueid') == e.dst ? 'receiver' : 'sender'
>>>>>>> 1e181ff (ajustes de funcionalidades)
if(e.type == 'text'){
$('.chat-window').append(`
allNotifications.data.forEach((e) => {
if (id === e.uniqueid) {
uniqueid = e.uniqueid;
name = e.nome;
number = e.cliente_id;
protocolo = e.protocolo;
}
});
localStorage.removeItem("session_window");
localStorage.removeItem("session_uniqueid");
localStorage.setItem("session_uniqueid", uniqueid);
localStorage.setItem("session_window", number);
$(".chat-window-contact-name").text(name);
$(".chat-window-contact-status").text("Protocolo: " + protocolo);
/** REMOVE AS MSG NA E CONSTRIO A TELA NOVAMENTE (EVITAR DUPLICAR) */
$(".chat-window .sender").remove();
$(".chat-window .receiver").remove();
$(".chat-window .events").remove();
alertNotification(localStorage.getItem("session_uniqueid"), "remove");
dataContact.forEach((e) => {
const datesend = e.msg_date
? converdata(new Date(e.msg_date).getTime())
: "algumas horas";
let typesend =
localStorage.getItem("my_uniqueid") == e.dst ? "receiver" : "sender";
if (e.type == "text") {
$(".chat-window").append(`
<div class="${typesend}">
<span class="${typesend}-message">${e.content}</span>
<span class="${typesend}-message">${e.content.replace(
/\r?\n/g,
"<br>"
)}</span>
<br/>
<span class="message-time">${datesend}</span>
</div>`
)
}
</div>`);
}
if(e.type == 'finish' || e.type == 're_start'){
$('.chat-window').append(`
if (e.type == "finish" || e.type == "re_start") {
$(".chat-window").append(`
<div class="events">
<span class="events-message">${e.content}</span>
</div>`
)
}
if(e.type != 'text'){
const sendobj = {
filename: e.file_name,
id_provedor: e.id_provedor,
type: e.type,
mimetype: e.mimetype,
from: typesend
}
messageTypeMedia(sendobj)
}
if(e.de == localStorage.getItem('my_uniqueid')){
const datereceived = e.datetime ? converdata(e.datetime) : 'algumas horas';
if(e.type == 'text'){
$('.chat-window').append(`
</div>`);
}
if (e.type != "text") {
const sendobj = {
filename: e.file_name,
id_provedor: e.id_provedor,
type: e.type,
mimetype: e.mimetype,
from: typesend,
};
messageTypeMedia(sendobj);
}
if (e.de == localStorage.getItem("my_uniqueid")) {
const datereceived = e.datetime
? converdata(e.datetime)
: "algumas horas";
if (e.type == "text") {
$(".chat-window").append(`
<div class="${typesend}">
<span class="${typesend}-message">${e.msg}</span>
<br/>
<span class="message-time">${datereceived}</span>
</div>`)
} else if (e.type == 'audio' || e.type == 'voice'){
const audio = `<audio controls>
</div>`);
} else if (e.type == "audio" || e.type == "voice") {
// const audio = `<audio controls>
// <source src="data:audio/mpeg;base64,${e.msg}"></source>
// </audio>`;
// $(".chat-window").append(`
// <div class="${typesend}">
// <span class="${typesend}-message">${audio}</span>
// <br/>
// <span class="message-time">${datereceived}</span>
// </div>`);
const audio = `<audio controls>
<source src="data:audio/mpeg;base64,${e.msg}"></source>
</audio>`
$('.chat-window').append(`
</audio>`;
$(".chat-window").append(`
<div class="${typesend}">
<span class="${typesend}-message">${audio}</span>
<br/>
<span class="message-time">${datereceived}</span>
</div>`)
} else if (e.type == 'document'){
icontypes.forEach(l => {
if(e.filename.indexOf(l) >= 0){
$('.chat-window').append(`
</div>`);
} else if (e.type == "document") {
icontypes.forEach((l) => {
if (e.filename.indexOf(l) >= 0) {
$(".chat-window").append(`
<div class="${typesend}">
<span class="${typesend}-message message-column">
<a href="http://${server_api}/link/${e.uniqueid}/${window.btoa('application/' + l)}" target="_blank">
<a href="http://${server_api}/link/${
e.uniqueid
}/${window.btoa("application/" + l)}" target="_blank">
<img src="${path}/images/icons/${l}-file.png" style="max-width: 60px">
</a>
</span>
${e.filename}
<br/>
<span class="message-time">${datereceived}</span>
</div>`)
}
})
} else if (e.type == 'image'){
const fileimg = `data:${e.mimetype};base64,` + e.msg
$('.chat-window').append(`
</div>`);
}
});
} else if (e.type == "image") {
const fileimg = `data:${e.mimetype};base64,` + e.msg;
$(".chat-window").append(`
<div class="${typesend}">
<span class="${typesend}-message"><img src="${fileimg}" style="max-width: 200px; max-height: 150px"></span>
<br/>
<span class="message-time">${datereceived}</span>
</div>`)
}
}
})
scrollDown()
})
startNotification()
}
</div>`);
}
}
});
scrollDown();
});
abrirMensagem = true;
startNotification();
};
/**
* REALIZA O ENVIO DE MENSAGEM ATRAVEZ DA API
@ -240,105 +285,120 @@ const selectNotification = (id) => {
* @returns
*/
const sendMessage = (obj = {}) => {
const sendNumber = localStorage.getItem('session_window')
const myUniqueid = localStorage.getItem('my_uniqueid')
const agent = JSON.parse(localStorage.getItem('obj_status'))
let sendContent = (typeof obj.fileContent === "undefined") ? $('#fieldsendmessage').val() : obj.content
let name = agent.data.nome ? agent.data.nome : 'Atendente'
let uniqueid = localStorage.getItem('session_uniqueid')
let media = obj.media ? obj.media : 'whatsapp'
let type = obj.type ? obj.type : 'text'
let mimetype = obj.mimetype ? obj.mimetype : 'text'
let filename = obj.filename ? obj.filename : Date.now()
if(!sendContent){
return
}
let dataSend = {
"event": {
"type": "mensagem",
"contact": {
"name": name,
"number": myUniqueid,
"matricula": myUniqueid
},
"mensagem": {
"uniqueid": uniqueid,
"dst": sendNumber,
"id_provedor": `${uniqueid}_${Date.now()}`,
"type": type,
"mimetype": mimetype,
"media": media,
"content": sendContent,
"status": "sended"
}
}
}
if(type != 'audio'){
dataSend.event.mensagem.file_name = filename
}
enviarMensagem(dataSend)
let msgContent = type == 'text' ? sendContent : obj.fileContent
$('.chat-window').append(`
const sendNumber = localStorage.getItem("session_window");
const myUniqueid = localStorage.getItem("my_uniqueid");
const agent = JSON.parse(localStorage.getItem("obj_status"));
let sendContent =
typeof obj.fileContent === "undefined"
? $("#fieldsendmessage").val()
: obj.content;
let name = agent.data.nome ? agent.data.nome : "Atendente";
let uniqueid = localStorage.getItem("session_uniqueid");
let media = obj.media ? obj.media : "whatsapp";
let type = obj.type ? obj.type : "text";
let mimetype = obj.mimetype ? obj.mimetype : "text";
let filename = obj.filename ? obj.filename : Date.now();
if (!sendContent) {
return;
}
let dataSend = {
event: {
type: "mensagem",
contact: {
name: name,
number: myUniqueid,
matricula: myUniqueid,
},
mensagem: {
uniqueid: uniqueid,
dst: sendNumber,
id_provedor: `${uniqueid}_${Date.now()}`,
type: type,
mimetype: mimetype,
media: media,
content: sendContent,
status: "sended",
},
},
};
if (type != "audio") {
dataSend.event.mensagem.file_name = filename;
}
enviarMensagem(dataSend);
let msgContent = type == "text" ? sendContent : obj.fileContent;
$(".chat-window").append(`
<div class="sender">
<span class="sender-message">${msgContent}</span>
<span class="sender-message">${msgContent.replace(
/\r?\n/g,
"<br>"
)}</span>
<br/>
<span class="message-time">${converdata(Date.now())}</span>
</div>`)
scrollDown()
</div>`);
scrollDown();
/** LIMPA O CAMPO DE ENVIO DE MENSAGEM */
$('#fieldsendmessage').val("")
}
/** LIMPA O CAMPO DE ENVIO DE MENSAGEM */
$("#fieldsendmessage").val("");
};
/**
* ATUALIZA AS MENSAGEM QUE SAO RECEBIDAS NA TELA DO ATENDIMENTO
* Os dados são transmitidos pelo evento de WS
* Os dados s<EFBFBD>o transmitidos pelo evento de WS
* @param {*} ev
*/
const viewMessage = (ev) => {
const sessionOpen = localStorage.getItem('session_uniqueid')
const datesend = ev.event?.mensagem.datetime ? converdata(ev.event?.mensagem.datetime, true) : 'algumas horas';
if(ev.event?.mensagem.uniqueid == sessionOpen){
marcarMensagemVista(sessionOpen)
switch(ev.event?.mensagem.type){
case 'text':
$('.chat-window').append(`
const sessionOpen = localStorage.getItem("session_uniqueid");
const datesend = ev.event?.mensagem.datetime
? converdata(ev.event?.mensagem.datetime, true)
: "algumas horas";
if (ev.event?.mensagem.uniqueid == sessionOpen) {
marcarMensagemVista(sessionOpen);
switch (ev.event?.mensagem.type) {
case "text":
$(".chat-window").append(`
<div class="receiver">
<span class="receiver-message">${ev.event.mensagem.content}</span>
<br/>
<span class="message-time">${datesend}</span>
</div>`)
break
case 'finish':
case 're_start':
$('.chat-window').append(`
</div>`);
break;
case "finish":
case "re_start":
$(".chat-window").append(`
<div class="events">
<span class="events-message">${ev.event.mensagem.content}</span>
</div>`)
break
}
</div>`);
break;
}
const mediaDownload = ["image", "voice", "document", "audio", "video", "sticker"]
if(mediaDownload.indexOf(ev.event?.mensagem.type) >= 0){
const sendobj = {
filename: ev.event?.mensagem.file_name,
id_provedor: ev.event?.mensagem.id_provedor,
type: ev.event?.mensagem.type,
mimetype: ev.event?.mensagem.mimetype,
from: 'receiver'
}
messageTypeMedia(sendobj)
}
scrollDown()
const mediaDownload = [
"image",
"voice",
"document",
"audio",
"video",
"sticker",
];
if (mediaDownload.indexOf(ev.event?.mensagem.type) >= 0) {
const sendobj = {
filename: ev.event?.mensagem.file_name,
id_provedor: ev.event?.mensagem.id_provedor,
type: ev.event?.mensagem.type,
mimetype: ev.event?.mensagem.mimetype,
from: "receiver",
};
messageTypeMedia(sendobj);
}
}
scrollDown();
}
};
/**
* APRESENTA AS NOVAS NOTIFICACOES DE ATENDIMENTO NA TELA DO ATENDENTE
@ -346,118 +406,142 @@ const viewMessage = (ev) => {
* @param {*} data
*/
const receiveNotification = (data) => {
let validate = null
switch(data.event?.type){
case "mensagem":
if(data.event.mensagem.uniqueid != localStorage.getItem('session_uniqueid')){
notifyMe(data.event.contact.name, {
body: data.event.mensagem.content,
icon: `images/${data.event.mensagem.media}.png`,
silent: true
})
soundNotification(`${path}/sound/notification.mp3`)
}
/** VALIDA O NUMERO, VERIFICA SE O TEM ALGMA MSG INICIAL, SE JA TEVE UM NUMERO NA VERIFICACAO */
listarAtendimentoAgente(localStorage.getItem('id_empresa'), localStorage.getItem('my_uniqueid'))
validate = JSON.parse(localStorage.getItem('obj_notification'))
const vald = validate.data.filter((e) => {
return data.event?.mensagem.uniqueid == e.uniqueid
})
if(data.event?.contact.number != localStorage.getItem('session_window')){
alertNotification(data.event.mensagem.uniqueid)
}
if (data.event?.mensagem.uniqueid && data.event?.contact.number && vald.length == 0) {
notifications(
{
uniqueid: data.event?.mensagem.uniqueid,
cliente_id: data.event?.contact.number,
context: data.event?.mensagem.media,
profile_name: data.event?.contact.name,
data_reg: data.event?.mensagem.datetime,
status: 1,
action: 'mensagem',
}
)
}
break
case "actions":
let obj
switch(data.event.mensagem.type){
case 'start':
case 'transfer':
case 'att_status':
obj = {}
break
case 'finish':
case 're_start':
obj = {
uniqueid: data.event?.mensagem.uniqueid,
action: data.event.mensagem.type,
}
break
}
notifications(obj)
break
}
}
let validate = null;
switch (data.event?.type) {
case "mensagem":
if (
data.event.mensagem.uniqueid != localStorage.getItem("session_uniqueid")
) {
notifyMe(data.event.contact.name, {
body: data.event.mensagem.content,
icon: `images/${data.event.mensagem.media}.png`,
silent: true,
});
soundNotification(`${path}/sound/notification.mp3`);
}
/** VALIDA O NUMERO, VERIFICA SE O TEM ALGMA MSG INICIAL, SE JA TEVE UM NUMERO NA VERIFICACAO */
listarAtendimentoAgente(
localStorage.getItem("id_empresa"),
localStorage.getItem("my_uniqueid")
);
validate = JSON.parse(localStorage.getItem("obj_notification"));
const vald = validate.data.filter((e) => {
return data.event?.mensagem.uniqueid == e.uniqueid;
});
if (
data.event?.contact.number != localStorage.getItem("session_window")
) {
alertNotification(data.event.mensagem.uniqueid);
}
if (
data.event?.mensagem.uniqueid &&
data.event?.contact.number &&
vald.length == 0
) {
notifications({
uniqueid: data.event?.mensagem.uniqueid,
cliente_id: data.event?.contact.number,
context: data.event?.mensagem.media,
profile_name: data.event?.contact.name,
data_reg: data.event?.mensagem.datetime,
status: 1,
action: "mensagem",
});
}
break;
case "actions":
let obj;
switch (data.event.mensagem.type) {
case "start":
case "transfer":
case "att_status":
obj = {};
break;
case "finish":
case "re_start":
obj = {
uniqueid: data.event?.mensagem.uniqueid,
action: data.event.mensagem.type,
};
break;
}
notifications(obj);
break;
}
};
/**
* MANTEM TODAS AS MENSAGENS ARMAZENADAS NO LOCALSTORAGE, SEMPRE QUE ENVIA E RECEBE SERA GUARDADO
* @param {*} ev
*/
const keepMensage = (ev) => {
let msg = JSON.parse(localStorage.getItem('keep_msg'))
if(!msg){
msg = { data: [] }
}
if(ev.event?.contact && ev.event?.mensagem.content){
msg.data.push(ev)
localStorage.removeItem('keep_msg');
localStorage.setItem('keep_msg', JSON.stringify(msg))
}
}
let msg = JSON.parse(localStorage.getItem("keep_msg"));
if (!msg) {
msg = { data: [] };
}
if (ev.event?.contact && ev.event?.mensagem.content) {
msg.data.push(ev);
localStorage.removeItem("keep_msg");
localStorage.setItem("keep_msg", JSON.stringify(msg));
}
};
/**
* FUNCAO PARA CAPTURAR O ARQUIVO A SER ENVIADO
*/
const sendMedia = (media = null) => {
let rec
let filename
if($("#footer-content-left audio").length){
if(media.state == 'recording'){
media.stop();
}
let el = $("#footer-content-left audio")[0].src
fileContent = $("#footer-content-left audio")[0].outerHTML
sendMessage({ content: el.replace("data:", "").replace(/^.+,/, ""), type: 'audio', mimetype: 'audio/mpeg', fileContent })
return
} else if($("#uploadfile")[0].files[0]) {
let el = $("#uploadfile")[0].files[0]
rec = new Blob([el], { type : el.type })
let filesent = $("#myImg")
filesent[0].id = Date.now()
imgContent = filesent.css({'max-width': '60px'})[0].outerHTML
fileContent = `<a href="${URL.createObjectURL(rec)}" target="_blank">${imgContent}</a>`
filename = el.name
} else {
rec = $("#uploadimage")[0].files[0]
let filesent = $("#myImg")
filesent[0].id = Date.now()
fileContent = filesent.css({'max-width': '350px'})[0].outerHTML
$("#myImg").empty()
const sendMedia = (media = null) => {
let rec;
let filename;
if ($("#footer-content-left audio").length) {
if (media.state == "recording") {
media.stop();
}
const file = new FileReader();
file.onload = function() {
const typefile = rec.type.split("/")[0].indexOf('image') >= 0 ? rec.type.split("/")[0] : 'document'
sendMessage({ content: file.result.replace("data:", "").replace(/^.+,/, ""), type: typefile, mimetype: rec.type, fileContent, filename })
}
file.readAsDataURL(rec);
}
let el = $("#footer-content-left audio")[0].src;
fileContent = $("#footer-content-left audio")[0].outerHTML;
sendMessage({
content: el.replace("data:", "").replace(/^.+,/, ""),
type: "audio",
mimetype: "audio/mpeg",
fileContent,
});
return;
} else if ($("#uploadfile")[0].files[0]) {
let el = $("#uploadfile")[0].files[0];
rec = new Blob([el], { type: el.type });
let filesent = $("#myImg");
filesent[0].id = Date.now();
imgContent = filesent.css({ "max-width": "60px" })[0].outerHTML;
fileContent = `<a href="${URL.createObjectURL(
rec
)}" target="_blank">${imgContent}</a>`;
filename = el.name;
} else {
rec = $("#uploadimage")[0].files[0];
let filesent = $("#myImg");
filesent[0].id = Date.now();
fileContent = filesent.css({ "max-width": "350px" })[0].outerHTML;
$("#myImg").empty();
}
const file = new FileReader();
file.onload = function () {
const typefile =
rec.type.split("/")[0].indexOf("image") >= 0
? rec.type.split("/")[0]
: "document";
sendMessage({
content: file.result.replace("data:", "").replace(/^.+,/, ""),
type: typefile,
mimetype: rec.type,
fileContent,
filename,
});
};
file.readAsDataURL(rec);
};

33
public/js/requests.js

@ -16,12 +16,6 @@ const listaMensagem = (uniqueid) => new Promise((resolve) => {
$.ajax({
url: `${server_api}/messages/${uniqueid}`,
type: "GET",
<<<<<<< HEAD
data: {
uniqueid
},
=======
>>>>>>> 1e181ff (ajustes de funcionalidades)
success: function (res) {
localStorage.removeItem('obj_contact')
localStorage.setItem('obj_contact', JSON.stringify(res))
@ -33,17 +27,11 @@ const listaMensagem = (uniqueid) => new Promise((resolve) => {
})
})
const listarAgentesDisponivel = (id_empresa) => new Promise((resolve) => {
$.ajax({
url: `${server_api}/supervisor/agentes/status/${id_empresa}/livre`,
type: "GET",
<<<<<<< HEAD
data: {
id_empresa,
agente_livre: "true"
},
=======
>>>>>>> 1e181ff (ajustes de funcionalidades)
success: function (res) {
resolve(res)
},
@ -57,12 +45,6 @@ const listarAtendimentoAgente = (id_empresa, matricula) => new Promise((resolve)
$.ajax({
url: `${server_api}/atendimentos/${id_empresa}/${matricula}`,
type: "GET",
<<<<<<< HEAD
data: {
matricula
},
=======
>>>>>>> 1e181ff (ajustes de funcionalidades)
success: function (res) {
localStorage.removeItem('obj_notification')
localStorage.setItem('obj_notification', JSON.stringify(res))
@ -78,12 +60,6 @@ const listarPausasAgente = (id_empresa) => new Promise((resolve) => {
$.ajax({
url: `${server_api}/pausas/${id_empresa}`,
type: "GET",
<<<<<<< HEAD
data: {
id_empresa
},
=======
>>>>>>> 1e181ff (ajustes de funcionalidades)
success: function (res) {
resolve(res)
},
@ -205,13 +181,6 @@ const statusAgente = (id_empresa, matricula) => new Promise((resolve) => {
$.ajax({
url: `${server_api}/supervisor/agentes/${id_empresa}/${matricula}`,
type: "GET",
<<<<<<< HEAD
data: {
matricula,
id_empresa: empresa
},
=======
>>>>>>> 1e181ff (ajustes de funcionalidades)
success: function(res) {
localStorage.removeItem('obj_status')
localStorage.setItem('obj_status', JSON.stringify(res))

1223
public/js/util.js

File diff suppressed because it is too large Load Diff

6095
public/js/waveSurfer.js

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save