vue-intergrall-plugins 1.1.5 → 1.1.6
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.
|
@@ -7643,6 +7643,10 @@ var script$g = {
|
|
|
7643
7643
|
CardCheck
|
|
7644
7644
|
},
|
|
7645
7645
|
props: {
|
|
7646
|
+
customClass: {
|
|
7647
|
+
type: String,
|
|
7648
|
+
required: false
|
|
7649
|
+
},
|
|
7646
7650
|
dictionary: {
|
|
7647
7651
|
type: Object,
|
|
7648
7652
|
required: true
|
|
@@ -7727,7 +7731,7 @@ var script$g = {
|
|
|
7727
7731
|
return this.origin === "outros" ? ["fas", "user"] : ["fas", "headset"];
|
|
7728
7732
|
},
|
|
7729
7733
|
currentClasses() {
|
|
7730
|
-
return `${this.origin === "outros" ? "card-cli" : "card-ope"} ${this.newMessage ? "newMessage" : ""}`;
|
|
7734
|
+
return `${this.origin === "outros" ? "card-cli" : "card-ope"} ${this.newMessage ? "newMessage" : ""} ${this.customClass || ''}`;
|
|
7731
7735
|
},
|
|
7732
7736
|
chipInfosClasses() {
|
|
7733
7737
|
if (!this.chipInfos || !this.chipInfos.cod) return "";
|
|
@@ -7739,11 +7743,13 @@ var script$g = {
|
|
|
7739
7743
|
case "9":
|
|
7740
7744
|
case 8:
|
|
7741
7745
|
case "8":
|
|
7746
|
+
case "CANCELADA":
|
|
7742
7747
|
return "red";
|
|
7743
7748
|
case 3:
|
|
7744
7749
|
case "3":
|
|
7745
7750
|
case 6:
|
|
7746
7751
|
case "6":
|
|
7752
|
+
case "AGENDADA":
|
|
7747
7753
|
return "yellow";
|
|
7748
7754
|
default:
|
|
7749
7755
|
return "";
|
|
@@ -7935,8 +7941,8 @@ var __vue_staticRenderFns__$g = [];
|
|
|
7935
7941
|
/* style */
|
|
7936
7942
|
const __vue_inject_styles__$g = function (inject) {
|
|
7937
7943
|
if (!inject) return;
|
|
7938
|
-
inject("data-v-
|
|
7939
|
-
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:16px}.card-author{display:flex;align-items:center}.card-author svg{margin-right:5px}.card-actions{display:flex;gap:7px}.menu-mensagem{cursor:pointer;padding:1px}.card-canal{flex:1;margin-right:10px}.card-dates{display:flex;flex-direction:column;margin-right:10px;
|
|
7944
|
+
inject("data-v-2e694c1a_0", {
|
|
7945
|
+
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:16px}.card-right{margin-right:-20px;display:flex;flex-direction:row-reverse;align-items:center}.card-author{display:flex;align-items:center;margin-right:10px;overflow:hidden;min-width:14px;max-width:calc(100% - 215px);gap:5px}.card-author svg{margin-right:5px}.card-actions{display:flex;gap:7px}.menu-mensagem{cursor:pointer;padding:1px}.card-canal{flex:1;margin-right:10px}.card-dates{display:flex;flex-direction:column;margin-right:10px;padding:5px 10px;border-top-left-radius:15px;border-bottom-left-radius:15px;color:#fff}.card-cli .card-dates{background-color:#90b823}.card-ope .card-dates{background-color:#007535}.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: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-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:9.6px;color:#67a332;width:14.4px;height:14.4px;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:11.2px}.card-check svg{font-size:12.8px}.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}",
|
|
7940
7946
|
map: undefined,
|
|
7941
7947
|
media: undefined
|
|
7942
7948
|
});
|