vue-intergrall-plugins 1.0.76 → 1.0.78
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.
|
@@ -4472,8 +4472,8 @@ var __vue_staticRenderFns__$s = [];
|
|
|
4472
4472
|
/* style */
|
|
4473
4473
|
const __vue_inject_styles__$s = function (inject) {
|
|
4474
4474
|
if (!inject) return;
|
|
4475
|
-
inject("data-v-
|
|
4476
|
-
source: ".fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.files-counter{position:absolute;top:unset;transform:translate(17.5px,-15px);background-color:#888;z-index:1;font-size:8px;width:15px;height:15px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:.9;transition:all .3s;color:#fff;font-weight:900}.files-counter:hover{opacity:1}.files-counter-2{transform:translate(-15px,28px);opacity:.9;position:absolute;display:flex;justify-content:center;align-items:center;color:#888;font-size:12.8px}.files-counter-2 svg{margin-left:5px}.files-counter-2:hover{opacity:1;text-decoration:underline}",
|
|
4475
|
+
inject("data-v-2cecdfca_0", {
|
|
4476
|
+
source: ".fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.d-none{display:none}.files-counter{position:absolute;top:unset;transform:translate(17.5px,-15px);background-color:#888;z-index:1;font-size:8px;width:15px;height:15px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:.9;transition:all .3s;color:#fff;font-weight:900}.files-counter:hover{opacity:1}.files-counter-2{transform:translate(-15px,28px);opacity:.9;position:absolute;display:flex;justify-content:center;align-items:center;color:#888;font-size:12.8px}.files-counter-2 svg{margin-left:5px}.files-counter-2:hover{opacity:1;text-decoration:underline}",
|
|
4477
4477
|
map: undefined,
|
|
4478
4478
|
media: undefined
|
|
4479
4479
|
});
|
|
@@ -6965,7 +6965,7 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
6965
6965
|
let tipoAnexo = regexAnexos.exec(type);
|
|
6966
6966
|
tipoAnexo = !tipoAnexo ? type : tipoAnexo[1];
|
|
6967
6967
|
if (type === "application/octet-stream") audio = true;
|
|
6968
|
-
switch (tipoAnexo
|
|
6968
|
+
switch (tipoAnexo) {
|
|
6969
6969
|
case "image":
|
|
6970
6970
|
case "image/jpg":
|
|
6971
6971
|
case "jpg":
|
|
@@ -6981,6 +6981,8 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
6981
6981
|
nomeArquivo = name;
|
|
6982
6982
|
}
|
|
6983
6983
|
break;
|
|
6984
|
+
case "audio/mpeg":
|
|
6985
|
+
case "mpeg":
|
|
6984
6986
|
case "audio/ogg":
|
|
6985
6987
|
case "audio/oga":
|
|
6986
6988
|
case "audio":
|
|
@@ -6989,10 +6991,10 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
6989
6991
|
case "mpga":
|
|
6990
6992
|
case "audio/mpga":
|
|
6991
6993
|
case "mp3":
|
|
6994
|
+
case "wav":
|
|
6995
|
+
case "audio/wav":
|
|
6992
6996
|
case "audio/mp3":
|
|
6993
6997
|
case "aac":
|
|
6994
|
-
case "audio/mpeg":
|
|
6995
|
-
case "mpeg":
|
|
6996
6998
|
if (type == "oga" || type == "audio/oga") {
|
|
6997
6999
|
tipoDoc = `audio/ogg`;
|
|
6998
7000
|
} else {
|
|
@@ -11129,7 +11131,7 @@ var script$1 = {
|
|
|
11129
11131
|
setTimeout(() => {
|
|
11130
11132
|
const doc = iframe.contentDocument || iframe.contentWindow.document;
|
|
11131
11133
|
const margin = 20;
|
|
11132
|
-
const value = doc.documentElement.offsetHeight
|
|
11134
|
+
const value = doc.documentElement.offsetHeight + margin;
|
|
11133
11135
|
if (value === 0 || doc.documentElement.querySelector('body').innerHTML === '') {
|
|
11134
11136
|
this.errorCount++;
|
|
11135
11137
|
if (this.errorCount > 3) {
|
|
@@ -11520,18 +11522,18 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
11520
11522
|
/* style */
|
|
11521
11523
|
const __vue_inject_styles__$1 = function (inject) {
|
|
11522
11524
|
if (!inject) return;
|
|
11523
|
-
inject("data-v-
|
|
11524
|
-
source: ".show-y-top-enter-active[data-v-
|
|
11525
|
+
inject("data-v-4778c0ea_0", {
|
|
11526
|
+
source: ".show-y-top-enter-active[data-v-4778c0ea],.show-y-top-leave-enter[data-v-4778c0ea]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-4778c0ea],.show-y-top-leave-to[data-v-4778c0ea]{opacity:0;transform:translateY(-2%)}",
|
|
11525
11527
|
map: undefined,
|
|
11526
11528
|
media: undefined
|
|
11527
|
-
}), inject("data-v-
|
|
11529
|
+
}), inject("data-v-4778c0ea_1", {
|
|
11528
11530
|
source: "@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);.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{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-item.outros{border-left:3px solid #33b8df}.email-author-name{margin:0 5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-author.outros{color:#33b8df}.email-author.outros>svg:nth-child(1){transform:rotate(180deg)}.email-author.principal{color:#ebb552}.email-author.main{font-size:1.025rem}.email-item.principal{border-left:3px solid #ebb552}.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:1.025rem;cursor:pointer}.email-date{--width:245px;font-size:.8rem;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:.9rem;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:.9rem;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:.9rem;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:.8rem}.email-info>span{font-size:.75rem;color:gray;margin-right:3px}.email-author{display:flex;align-items:center;height:5px;font-size:.75rem;font-weight:700;transform:translateY(-2px);width:100%;cursor:pointer}.email-subject-secondary{margin-top:-5px}.email-subject-span{font-size:.7rem;color:gray}.email-to-svg{font-size:.85rem}.email-custom-buttons{display:flex;gap:7px;position:absolute;top:5px;right:5px;z-index:1;font-size:.8rem}.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}",
|
|
11529
11531
|
map: undefined,
|
|
11530
11532
|
media: undefined
|
|
11531
11533
|
});
|
|
11532
11534
|
};
|
|
11533
11535
|
/* scoped */
|
|
11534
|
-
const __vue_scope_id__$1 = "data-v-
|
|
11536
|
+
const __vue_scope_id__$1 = "data-v-4778c0ea";
|
|
11535
11537
|
/* module identifier */
|
|
11536
11538
|
const __vue_module_identifier__$1 = undefined;
|
|
11537
11539
|
/* functional template */
|