vue-intergrall-plugins 1.0.77 → 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.
|
@@ -6828,7 +6828,7 @@ var __vue_component__$r = __vue_component__$q;var textoLongo = {
|
|
|
6828
6828
|
var tipoAnexo = regexAnexos.exec(type);
|
|
6829
6829
|
tipoAnexo = !tipoAnexo ? type : tipoAnexo[1];
|
|
6830
6830
|
if (type === "application/octet-stream") audio = true;
|
|
6831
|
-
switch (tipoAnexo
|
|
6831
|
+
switch (tipoAnexo) {
|
|
6832
6832
|
case "image":
|
|
6833
6833
|
case "image/jpg":
|
|
6834
6834
|
case "jpg":
|
|
@@ -6844,6 +6844,8 @@ var __vue_component__$r = __vue_component__$q;var textoLongo = {
|
|
|
6844
6844
|
nomeArquivo = name;
|
|
6845
6845
|
}
|
|
6846
6846
|
break;
|
|
6847
|
+
case "audio/mpeg":
|
|
6848
|
+
case "mpeg":
|
|
6847
6849
|
case "audio/ogg":
|
|
6848
6850
|
case "audio/oga":
|
|
6849
6851
|
case "audio":
|
|
@@ -6852,10 +6854,10 @@ var __vue_component__$r = __vue_component__$q;var textoLongo = {
|
|
|
6852
6854
|
case "mpga":
|
|
6853
6855
|
case "audio/mpga":
|
|
6854
6856
|
case "mp3":
|
|
6857
|
+
case "wav":
|
|
6858
|
+
case "audio/wav":
|
|
6855
6859
|
case "audio/mp3":
|
|
6856
6860
|
case "aac":
|
|
6857
|
-
case "audio/mpeg":
|
|
6858
|
-
case "mpeg":
|
|
6859
6861
|
if (type == "oga" || type == "audio/oga") {
|
|
6860
6862
|
tipoDoc = "audio/ogg";
|
|
6861
6863
|
} else {
|