vue-intergrall-plugins 1.1.4 → 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
|
});
|
|
@@ -11532,7 +11538,7 @@ var __vue_render__$1 = function () {
|
|
|
11532
11538
|
staticClass: "email-to-from-container"
|
|
11533
11539
|
}, [_vm._l(_vm.paraCopia, function (recipient, index) {
|
|
11534
11540
|
return _c('EmailTo', {
|
|
11535
|
-
key: "to-" +
|
|
11541
|
+
key: "to-" + recipient.email,
|
|
11536
11542
|
attrs: {
|
|
11537
11543
|
"currentName": _vm.formattedToName(recipient.name, index, _vm.paraCopia.length),
|
|
11538
11544
|
"email": recipient.email,
|
|
@@ -11690,18 +11696,18 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
11690
11696
|
/* style */
|
|
11691
11697
|
const __vue_inject_styles__$1 = function (inject) {
|
|
11692
11698
|
if (!inject) return;
|
|
11693
|
-
inject("data-v-
|
|
11694
|
-
source: ".show-y-top-enter-active[data-v-
|
|
11699
|
+
inject("data-v-f98cff58_0", {
|
|
11700
|
+
source: ".show-y-top-enter-active[data-v-f98cff58],.show-y-top-leave-enter[data-v-f98cff58]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-f98cff58],.show-y-top-leave-to[data-v-f98cff58]{opacity:0;transform:translateY(-2%)}",
|
|
11695
11701
|
map: undefined,
|
|
11696
11702
|
media: undefined
|
|
11697
|
-
}), inject("data-v-
|
|
11703
|
+
}), inject("data-v-f98cff58_1", {
|
|
11698
11704
|
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}.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-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}",
|
|
11699
11705
|
map: undefined,
|
|
11700
11706
|
media: undefined
|
|
11701
11707
|
});
|
|
11702
11708
|
};
|
|
11703
11709
|
/* scoped */
|
|
11704
|
-
const __vue_scope_id__$1 = "data-v-
|
|
11710
|
+
const __vue_scope_id__$1 = "data-v-f98cff58";
|
|
11705
11711
|
/* module identifier */
|
|
11706
11712
|
const __vue_module_identifier__$1 = undefined;
|
|
11707
11713
|
/* functional template */
|