vue-intergrall-plugins 0.0.211 → 0.0.212
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.
|
@@ -10459,6 +10459,7 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
10459
10459
|
case "audio/mpga":
|
|
10460
10460
|
case "mp3":
|
|
10461
10461
|
case "audio/mp3":
|
|
10462
|
+
case "aac":
|
|
10462
10463
|
tipoDoc = type;
|
|
10463
10464
|
docAnexo = `${dominio}/callcenter/docs.php?mku=${mku}`;
|
|
10464
10465
|
nomeArquivo = name;
|
|
@@ -10468,6 +10469,7 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
10468
10469
|
case "video/mp4":
|
|
10469
10470
|
case "video":
|
|
10470
10471
|
case "mp4":
|
|
10472
|
+
case "m4v":
|
|
10471
10473
|
tipoDoc = type;
|
|
10472
10474
|
docAnexo = `${dominio}/callcenter/docs.php?mku=${mku}`;
|
|
10473
10475
|
nomeArquivo = name;
|
|
@@ -12197,8 +12199,8 @@ var __vue_staticRenderFns__$6 = [];
|
|
|
12197
12199
|
|
|
12198
12200
|
const __vue_inject_styles__$6 = function (inject) {
|
|
12199
12201
|
if (!inject) return;
|
|
12200
|
-
inject("data-v-
|
|
12201
|
-
source: ".fade-enter-active[data-v-
|
|
12202
|
+
inject("data-v-d859545a_0", {
|
|
12203
|
+
source: ".fade-enter-active[data-v-d859545a],.fade-leave-active[data-v-d859545a]{transition:opacity .5s}.fade-enter[data-v-d859545a],.fade-leave-to[data-v-d859545a]{opacity:0}.mensagem-div-anexo[data-v-d859545a]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-d859545a]{width:100%;margin-top:5px;overflow:hidden}.anexo-container .arquivo-erro[data-v-d859545a],.anexo-container a[data-v-d859545a]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container p[data-v-d859545a]{text-overflow:ellipsis;overflow:hidden}.anexo-container .arquivo-erro[data-v-d859545a],.anexo-container p[data-v-d859545a]{margin:0;margin-left:15px;font-size:.9rem}.anexo-container svg[data-v-d859545a]{font-size:2rem}.anexo-container audio[data-v-d859545a]{outline:0;width:100%}.anexo-container video[data-v-d859545a]{width:100%;max-width:350px;cursor:pointer}.anexos-links-container[data-v-d859545a]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-d859545a]{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-d859545a]{cursor:pointer}.mensagem-div-anexo img[data-v-d859545a]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-d859545a]{width:100%;height:100%}.anexo-mensagem[data-v-d859545a]{display:flex;justify-content:center;align-items:center;flex-direction:column}.alert-danger[data-v-d859545a]{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert[data-v-d859545a]{position:relative;padding:.65rem 1.2rem;margin:5px 0;border:1px solid transparent;border-radius:.25rem;text-align:center}.alert svg[data-v-d859545a]{font-size:1.025em;margin-right:2px}.pdf[data-v-d859545a]{color:#e74c3c}.doc[data-v-d859545a]{color:#006bc9}",
|
|
12202
12204
|
map: undefined,
|
|
12203
12205
|
media: undefined
|
|
12204
12206
|
});
|
|
@@ -12206,7 +12208,7 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
12206
12208
|
/* scoped */
|
|
12207
12209
|
|
|
12208
12210
|
|
|
12209
|
-
const __vue_scope_id__$6 = "data-v-
|
|
12211
|
+
const __vue_scope_id__$6 = "data-v-d859545a";
|
|
12210
12212
|
/* module identifier */
|
|
12211
12213
|
|
|
12212
12214
|
const __vue_module_identifier__$6 = undefined;
|