vue-intergrall-plugins 0.0.146 → 0.0.149
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.
|
@@ -6293,8 +6293,20 @@ var script$9 = {
|
|
|
6293
6293
|
},
|
|
6294
6294
|
tooltipContent: {
|
|
6295
6295
|
type: String
|
|
6296
|
+
},
|
|
6297
|
+
resizeCard: {
|
|
6298
|
+
type: Boolean,
|
|
6299
|
+
required: false,
|
|
6300
|
+
default: false
|
|
6296
6301
|
}
|
|
6297
6302
|
},
|
|
6303
|
+
|
|
6304
|
+
data() {
|
|
6305
|
+
return {
|
|
6306
|
+
styleCard: ''
|
|
6307
|
+
};
|
|
6308
|
+
},
|
|
6309
|
+
|
|
6298
6310
|
mixins: [textoLongo],
|
|
6299
6311
|
computed: {
|
|
6300
6312
|
randomizeValue() {
|
|
@@ -6340,10 +6352,28 @@ var script$9 = {
|
|
|
6340
6352
|
default:
|
|
6341
6353
|
return "";
|
|
6342
6354
|
}
|
|
6355
|
+
},
|
|
6356
|
+
|
|
6357
|
+
resizeHeaderCard() {
|
|
6358
|
+
if (this.resizeCard) {
|
|
6359
|
+
this.styleCard = "flex-direction: column;";
|
|
6360
|
+
} else {
|
|
6361
|
+
this.styleCard = "flex-direction: row;";
|
|
6362
|
+
}
|
|
6363
|
+
|
|
6364
|
+
return this.styleCard;
|
|
6343
6365
|
}
|
|
6344
6366
|
|
|
6345
6367
|
},
|
|
6346
6368
|
methods: {
|
|
6369
|
+
resizeHeaderCard() {
|
|
6370
|
+
if (this.resizeCard) {
|
|
6371
|
+
this.styleCard = "flex-direction: column;";
|
|
6372
|
+
}
|
|
6373
|
+
|
|
6374
|
+
return this.styleCard;
|
|
6375
|
+
},
|
|
6376
|
+
|
|
6347
6377
|
formataTimezoneData(timezoneData) {
|
|
6348
6378
|
return formataTimezoneData(timezoneData);
|
|
6349
6379
|
},
|
|
@@ -6387,7 +6417,8 @@ var __vue_render__$9 = function () {
|
|
|
6387
6417
|
}) : _vm._e()]), _vm._v(" "), _c('div', {
|
|
6388
6418
|
staticClass: "card box-shadow"
|
|
6389
6419
|
}, [_c('div', {
|
|
6390
|
-
staticClass: "card-header"
|
|
6420
|
+
staticClass: "card-header",
|
|
6421
|
+
style: _vm.resizeHeaderCard
|
|
6391
6422
|
}, [_c('div', {
|
|
6392
6423
|
staticClass: "card-author"
|
|
6393
6424
|
}, [_c('fa-icon', {
|
|
@@ -6480,7 +6511,7 @@ var __vue_staticRenderFns__$9 = [];
|
|
|
6480
6511
|
|
|
6481
6512
|
const __vue_inject_styles__$9 = function (inject) {
|
|
6482
6513
|
if (!inject) return;
|
|
6483
|
-
inject("data-v-
|
|
6514
|
+
inject("data-v-42a1c17c_0", {
|
|
6484
6515
|
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.newMessage,.card-ope.newMessage{margin-top:30px}.new-messages{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}.card p{word-break:break-all}.card-header{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between}.card-header svg{font-size:1rem}.card-author{display:flex;align-items:center}.card-author svg{margin-right:5px}.card-canal{flex:1;margin-right:10px}.card-dates{display:flex;flex-direction:column;margin-right:10px;font-size:.9rem}.card-date{overflow:hidden;display:flex;align-content:center}.card-date span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-date svg{margin-right:5px;color:#232323}.card-expand{display:flex;justify-content:center;align-items:center;margin:2.5px;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;min-height:25px}.card-chip{font-size:.8rem;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-file{width:60px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.card-reply{cursor:pointer;position:absolute;right:30px;bottom:5px;font-size:.6rem;color:#67a332;width:.9rem;height:.9rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff}.card-reply svg{margin-top:-1px;margin-right:-1px}.card-check{position:absolute;bottom:5px;right:5px;cursor:pointer;font-size:.7rem}.card-check svg{font-size:.8rem}.card-check.seen,.card-check.seen svg{color:#006daa}.card-check.green,.card-check.green svg{color:#4f772d}.card-check.red,.card-check.red svg{color:#ba181b}.card-check.gray,.card-check.gray svg{color:#999}.card-check.black,.card-check.black svg{color:#666}",
|
|
6485
6516
|
map: undefined,
|
|
6486
6517
|
media: undefined
|
|
@@ -7542,13 +7573,23 @@ var script$3 = {
|
|
|
7542
7573
|
|
|
7543
7574
|
if (this.iniDialogo == 1) {
|
|
7544
7575
|
tooltipStar += this.dictionary['ini_sessao'] + "<br/>";
|
|
7545
|
-
|
|
7546
|
-
tooltipStar += this.dictionary['
|
|
7547
|
-
tooltipStar += this.dictionary['expiracao_sessao'] + " - " + formataTimezoneData(this.expSessao) + "<br/>";
|
|
7548
|
-
return tooltipStar;
|
|
7576
|
+
} else {
|
|
7577
|
+
tooltipStar += this.dictionary['ini_sessao_padrao'] + "<br/>";
|
|
7549
7578
|
}
|
|
7550
7579
|
|
|
7580
|
+
tooltipStar += this.dialogoId ? this.dictionary['id_conversa'] + " - " + this.dialogoId + "<br/>" : "";
|
|
7581
|
+
tooltipStar += this.dialogoOrigem ? this.dictionary['origem_conversa'] + " - " + this.dialogoOrigem + "<br/>" : "";
|
|
7582
|
+
tooltipStar += this.expSessao ? this.dictionary['expiracao_sessao'] + " - " + formataTimezoneData(this.expSessao) + "<br/>" : "";
|
|
7551
7583
|
return tooltipStar;
|
|
7584
|
+
},
|
|
7585
|
+
|
|
7586
|
+
validadeSeq() {
|
|
7587
|
+
if (this.seq.substring(0, 2) == "HW") {
|
|
7588
|
+
return true;
|
|
7589
|
+
}
|
|
7590
|
+
|
|
7591
|
+
this.reply = "reply reply-with-2-icons";
|
|
7592
|
+
return false;
|
|
7552
7593
|
}
|
|
7553
7594
|
|
|
7554
7595
|
},
|
|
@@ -7556,7 +7597,6 @@ var script$3 = {
|
|
|
7556
7597
|
mounted() {
|
|
7557
7598
|
if (this.mapa) this.setMap();
|
|
7558
7599
|
if (this.corMsg) this.setCorMsg();
|
|
7559
|
-
this.setClasses();
|
|
7560
7600
|
this.validadeUrlToMsg();
|
|
7561
7601
|
},
|
|
7562
7602
|
|
|
@@ -7596,12 +7636,6 @@ var script$3 = {
|
|
|
7596
7636
|
return false;
|
|
7597
7637
|
},
|
|
7598
7638
|
|
|
7599
|
-
setClasses() {
|
|
7600
|
-
if (this.hasReply && (this.status == "C" || this.status == "T") && this.iniDialogo == 0) {
|
|
7601
|
-
this.reply = "reply reply-with-2-icons";
|
|
7602
|
-
}
|
|
7603
|
-
},
|
|
7604
|
-
|
|
7605
7639
|
setCorMsg() {
|
|
7606
7640
|
try {
|
|
7607
7641
|
const root = document.documentElement;
|
|
@@ -7768,26 +7802,52 @@ var __vue_render__$3 = function () {
|
|
|
7768
7802
|
attrs: {
|
|
7769
7803
|
"icon": ['fas', 'reply']
|
|
7770
7804
|
}
|
|
7771
|
-
})], 1) : _vm._e()]), _vm._v(" "), _c('transition', {
|
|
7805
|
+
})], 1) : _vm._e()]), _vm._v(" "), _vm.validadeSeq ? _c('transition', {
|
|
7772
7806
|
attrs: {
|
|
7773
7807
|
"name": "fade",
|
|
7774
7808
|
"mode": "out-in"
|
|
7775
7809
|
}
|
|
7776
|
-
}, [_vm.iniDialogo
|
|
7810
|
+
}, [_vm.iniDialogo > 0 ? _c('span', {
|
|
7777
7811
|
directives: [{
|
|
7778
7812
|
name: "tippy",
|
|
7779
7813
|
rawName: "v-tippy"
|
|
7780
7814
|
}],
|
|
7781
|
-
key: "star-padrao",
|
|
7815
|
+
key: "star-padrao-dourado",
|
|
7782
7816
|
staticClass: "star dourado",
|
|
7783
7817
|
attrs: {
|
|
7784
7818
|
"content": _vm.contentTooltipStar
|
|
7785
7819
|
}
|
|
7786
|
-
}, [_c('
|
|
7820
|
+
}, [_c('svg', {
|
|
7787
7821
|
attrs: {
|
|
7788
|
-
"
|
|
7822
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
7823
|
+
"viewBox": "0 0 448 512"
|
|
7789
7824
|
}
|
|
7790
|
-
}
|
|
7825
|
+
}, [_c('path', {
|
|
7826
|
+
attrs: {
|
|
7827
|
+
"fill": "#FFD700",
|
|
7828
|
+
"d": "M224 122.8c-72.7 0-131.8 59.1-131.9 131.8 0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6 49.9-13.1 4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8 0-35.2-15.2-68.3-40.1-93.2-25-25-58-38.7-93.2-38.7zm77.5 188.4c-3.3 9.3-19.1 17.7-26.7 18.8-12.6 1.9-22.4.9-47.5-9.9-39.7-17.2-65.7-57.2-67.7-59.8-2-2.6-16.2-21.5-16.2-41s10.2-29.1 13.9-33.1c3.6-4 7.9-5 10.6-5 2.6 0 5.3 0 7.6.1 2.4.1 5.7-.9 8.9 6.8 3.3 7.9 11.2 27.4 12.2 29.4s1.7 4.3.3 6.9c-7.6 15.2-15.7 14.6-11.6 21.6 15.3 26.3 30.6 35.4 53.9 47.1 4 2 6.3 1.7 8.6-1 2.3-2.6 9.9-11.6 12.5-15.5 2.6-4 5.3-3.3 8.9-2 3.6 1.3 23.1 10.9 27.1 12.9s6.6 3 7.6 4.6c.9 1.9.9 9.9-2.4 19.1zM400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM223.9 413.2c-26.6 0-52.7-6.7-75.8-19.3L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5 29.9 30 47.9 69.8 47.9 112.2 0 87.4-72.7 158.5-160.1 158.5z"
|
|
7829
|
+
}
|
|
7830
|
+
})])]) : _vm._e(), _vm._v(" "), _vm.iniDialogo == 0 ? _c('span', {
|
|
7831
|
+
directives: [{
|
|
7832
|
+
name: "tippy",
|
|
7833
|
+
rawName: "v-tippy"
|
|
7834
|
+
}],
|
|
7835
|
+
key: "star-padrao-cinza",
|
|
7836
|
+
staticClass: "star cinza",
|
|
7837
|
+
attrs: {
|
|
7838
|
+
"content": _vm.contentTooltipStar
|
|
7839
|
+
}
|
|
7840
|
+
}, [_c('svg', {
|
|
7841
|
+
attrs: {
|
|
7842
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
7843
|
+
"viewBox": "0 0 448 512"
|
|
7844
|
+
}
|
|
7845
|
+
}, [_c('path', {
|
|
7846
|
+
attrs: {
|
|
7847
|
+
"fill": "#808080",
|
|
7848
|
+
"d": "M224 122.8c-72.7 0-131.8 59.1-131.9 131.8 0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6 49.9-13.1 4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8 0-35.2-15.2-68.3-40.1-93.2-25-25-58-38.7-93.2-38.7zm77.5 188.4c-3.3 9.3-19.1 17.7-26.7 18.8-12.6 1.9-22.4.9-47.5-9.9-39.7-17.2-65.7-57.2-67.7-59.8-2-2.6-16.2-21.5-16.2-41s10.2-29.1 13.9-33.1c3.6-4 7.9-5 10.6-5 2.6 0 5.3 0 7.6.1 2.4.1 5.7-.9 8.9 6.8 3.3 7.9 11.2 27.4 12.2 29.4s1.7 4.3.3 6.9c-7.6 15.2-15.7 14.6-11.6 21.6 15.3 26.3 30.6 35.4 53.9 47.1 4 2 6.3 1.7 8.6-1 2.3-2.6 9.9-11.6 12.5-15.5 2.6-4 5.3-3.3 8.9-2 3.6 1.3 23.1 10.9 27.1 12.9s6.6 3 7.6 4.6c.9 1.9.9 9.9-2.4 19.1zM400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM223.9 413.2c-26.6 0-52.7-6.7-75.8-19.3L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5 29.9 30 47.9 69.8 47.9 112.2 0 87.4-72.7 158.5-160.1 158.5z"
|
|
7849
|
+
}
|
|
7850
|
+
})])]) : _vm._e()]) : _vm._e(), _vm._v(" "), _c('transition', {
|
|
7791
7851
|
attrs: {
|
|
7792
7852
|
"name": "fade",
|
|
7793
7853
|
"mode": "out-in"
|
|
@@ -7903,8 +7963,8 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
7903
7963
|
|
|
7904
7964
|
const __vue_inject_styles__$3 = function (inject) {
|
|
7905
7965
|
if (!inject) return;
|
|
7906
|
-
inject("data-v-
|
|
7907
|
-
source: ":root{--message-color:#373737}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem{padding:14px 7px;border-radius:2.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:.85rem;word-break:break-word}.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:.6rem;color:#67a332;width:.9rem;height:.9rem;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:.7rem}.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:
|
|
7966
|
+
inject("data-v-f11961c8_0", {
|
|
7967
|
+
source: ":root{--message-color:#373737}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem{padding:14px 7px;border-radius:2.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:.85rem;word-break:break-word}.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:.6rem;color:#67a332;width:.9rem;height:.9rem;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:.7rem}.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:.4rem;width:11.2px}.default-stick-size{width:180px;height:auto}.horario-envio{margin-right:15px;font-size:.7rem;position:absolute;left:10px;bottom:2px}.autor-mensagem{position:absolute;font-size:.6rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:90%;font-weight:700;top:2px}.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:#fff}.mensagem__principal>.mensagem .horario-envio{color:#fff}.mensagem__principal>.mensagem .autor-mensagem{right:5px;color:#fff}.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 .check{display:none}.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:.85em}.info-mapa li.address,.info-mapa li.url{font-size:.7em}.info-mapa li.url{font-size:.7em}.tooltip-list{margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}",
|
|
7908
7968
|
map: undefined,
|
|
7909
7969
|
media: undefined
|
|
7910
7970
|
});
|