vue-intergrall-plugins 0.0.250 → 0.0.251
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.
|
@@ -10877,7 +10877,12 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
10877
10877
|
case "aac":
|
|
10878
10878
|
case "audio/mpeg":
|
|
10879
10879
|
case "mpeg":
|
|
10880
|
-
|
|
10880
|
+
if (type == "oga" || type == "audio/oga") {
|
|
10881
|
+
tipoDoc = `audio/ogg`;
|
|
10882
|
+
} else {
|
|
10883
|
+
tipoDoc = `audio/mpeg`;
|
|
10884
|
+
}
|
|
10885
|
+
|
|
10881
10886
|
docAnexo = `${dominio}/callcenter/docs.php?mku=${mku}`;
|
|
10882
10887
|
nomeArquivo = name;
|
|
10883
10888
|
audio = true;
|
|
@@ -10887,7 +10892,13 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
10887
10892
|
case "video":
|
|
10888
10893
|
case "mp4":
|
|
10889
10894
|
case "m4v":
|
|
10890
|
-
|
|
10895
|
+
case "webm":
|
|
10896
|
+
if (type == "mp4" || type == "video/mp4" || type == "video" || type == "m4v") {
|
|
10897
|
+
tipoDoc = "video/mp4";
|
|
10898
|
+
} else {
|
|
10899
|
+
tipoDoc = "video/webm";
|
|
10900
|
+
}
|
|
10901
|
+
|
|
10891
10902
|
docAnexo = `${dominio}/callcenter/docs.php?mku=${mku}`;
|
|
10892
10903
|
nomeArquivo = name;
|
|
10893
10904
|
video = true;
|
|
@@ -12612,7 +12623,7 @@ var __vue_render__$8 = function () {
|
|
|
12612
12623
|
}
|
|
12613
12624
|
}) : _vm.audio ? _c('audio', {
|
|
12614
12625
|
attrs: {
|
|
12615
|
-
"controls": ""
|
|
12626
|
+
"controls": "controls"
|
|
12616
12627
|
}
|
|
12617
12628
|
}, [_c('source', {
|
|
12618
12629
|
attrs: {
|
|
@@ -12621,7 +12632,7 @@ var __vue_render__$8 = function () {
|
|
|
12621
12632
|
}
|
|
12622
12633
|
}), _vm._v("\n Sem suporte para o elemento audio\n ")]) : _vm.video ? _c('video', {
|
|
12623
12634
|
attrs: {
|
|
12624
|
-
"controls": ""
|
|
12635
|
+
"controls": "controls"
|
|
12625
12636
|
}
|
|
12626
12637
|
}, [_c('source', {
|
|
12627
12638
|
attrs: {
|
|
@@ -12762,12 +12773,12 @@ var __vue_staticRenderFns__$8 = [];
|
|
|
12762
12773
|
|
|
12763
12774
|
const __vue_inject_styles__$8 = function (inject) {
|
|
12764
12775
|
if (!inject) return;
|
|
12765
|
-
inject("data-v-
|
|
12776
|
+
inject("data-v-f7455c68_0", {
|
|
12766
12777
|
source: ".tippy-tooltip.light-theme .tippy-backdrop{background-color:#fff}.tippy-tooltip.light-theme{background-color:#fff;border:1px solid #ccc;color:#333;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.tippy-confirmation p{margin-bottom:3px}.tippy-confirmation button{border:unset;background-color:#f1f1f1;border-radius:3px;padding:5px 8px;cursor:pointer;font-size:.75rem}.tippy-confirmation button.cancel{border-bottom:2px solid red;margin-right:15px}.tippy-confirmation button.confirm{border-bottom:2px solid green}",
|
|
12767
12778
|
map: undefined,
|
|
12768
12779
|
media: undefined
|
|
12769
|
-
}), inject("data-v-
|
|
12770
|
-
source: ".mensagem__principal .default-doc[data-v-
|
|
12780
|
+
}), inject("data-v-f7455c68_1", {
|
|
12781
|
+
source: ".mensagem__principal .default-doc[data-v-f7455c68]{background-color:var(--files-bg)}.mensagem__principal .default-doc[data-v-f7455c68]:hover{background-color:var(--files-bg-hover)}.mensagem__outros .default-doc[data-v-f7455c68]{background-color:rgba(100,100,100,.1)}.mensagem__outros .default-doc[data-v-f7455c68]:hover{background-color:rgba(100,100,100,.3)}.default-doc:hover p[data-v-f7455c68]{text-decoration:underline}.default-doc[data-v-f7455c68]{display:flex;align-items:center;padding:10px;border-radius:5px;width:100%;max-width:100%;cursor:pointer;transition:background-color 150ms ease-in-out}.default-doc svg[data-v-f7455c68]{font-size:1.2rem;margin-right:5px}.default-doc p[data-v-f7455c68]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-actions[data-v-f7455c68]{display:flex;justify-content:flex-end;width:100%;padding:5px}.file-actions a[data-v-f7455c68]{margin-right:0}.mensagem__principal .file-action-button[data-v-f7455c68]{background-color:var(--files-bg)}.mensagem__outros .file-action-button[data-v-f7455c68]{background-color:rgba(100,100,100,.1)}.mensagem__principal .file-action-button[data-v-f7455c68]:hover{background-color:var(--files-bg-hover)}.mensagem__outros .file-action-button[data-v-f7455c68]:hover{background-color:rgba(100,100,100,.3)}.file-action-button[data-v-f7455c68]{display:flex;justify-content:center;align-items:center;margin-left:12px;cursor:pointer;padding:5px;border-radius:5px;transition:background-color 150ms ease-in-out}.file-action-button a[data-v-f7455c68]{margin:0}.fade-enter-active[data-v-f7455c68],.fade-leave-active[data-v-f7455c68]{transition:opacity .5s}.fade-enter[data-v-f7455c68],.fade-leave-to[data-v-f7455c68]{opacity:0}.mensagem-div-anexo[data-v-f7455c68]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-f7455c68]{width:100%;margin-top:5px;overflow:hidden;display:flex;max-height:300px}.anexo-container .arquivo-erro[data-v-f7455c68],.anexo-container a[data-v-f7455c68]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container p[data-v-f7455c68]{text-overflow:ellipsis;overflow:hidden}.anexo-container .arquivo-erro[data-v-f7455c68],.anexo-container p[data-v-f7455c68]{margin:0;margin-left:15px;font-size:.9rem}.anexo-container svg[data-v-f7455c68]{font-size:2rem}.anexo-mensagem audio[data-v-f7455c68]{outline:0;width:100%;margin-bottom:5px}.anexo-mensagem video[data-v-f7455c68]{flex:1;width:100%;max-width:350px;cursor:pointer;margin-bottom:5px}.anexos-links-container[data-v-f7455c68]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-f7455c68]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-right:5px;font-weight:550;color:inherit;text-decoration:none}.anexos-links-container svg[data-v-f7455c68]{cursor:pointer}.mensagem-div-anexo img[data-v-f7455c68]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-f7455c68]{width:100%;height:100%}.anexo-mensagem[data-v-f7455c68]{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.alert-danger[data-v-f7455c68]{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert[data-v-f7455c68]{position:relative;padding:.65rem 1.2rem;margin:5px 0;border:1px solid transparent;border-radius:.25rem;text-align:center}.alert svg[data-v-f7455c68]{font-size:1.025em;margin-right:2px}.pdf[data-v-f7455c68]{color:#e74c3c}.doc[data-v-f7455c68]{color:#006bc9}",
|
|
12771
12782
|
map: undefined,
|
|
12772
12783
|
media: undefined
|
|
12773
12784
|
});
|
|
@@ -12775,7 +12786,7 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
12775
12786
|
/* scoped */
|
|
12776
12787
|
|
|
12777
12788
|
|
|
12778
|
-
const __vue_scope_id__$8 = "data-v-
|
|
12789
|
+
const __vue_scope_id__$8 = "data-v-f7455c68";
|
|
12779
12790
|
/* module identifier */
|
|
12780
12791
|
|
|
12781
12792
|
const __vue_module_identifier__$8 = undefined;
|