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.
|
@@ -9722,6 +9722,7 @@ var __vue_component__$k = __vue_component__$j;var textoLongo = {
|
|
|
9722
9722
|
case "audio/mpga":
|
|
9723
9723
|
case "mp3":
|
|
9724
9724
|
case "audio/mp3":
|
|
9725
|
+
case "aac":
|
|
9725
9726
|
tipoDoc = type;
|
|
9726
9727
|
docAnexo = "".concat(dominio, "/callcenter/docs.php?mku=").concat(mku);
|
|
9727
9728
|
nomeArquivo = name;
|
|
@@ -9731,6 +9732,7 @@ var __vue_component__$k = __vue_component__$j;var textoLongo = {
|
|
|
9731
9732
|
case "video/mp4":
|
|
9732
9733
|
case "video":
|
|
9733
9734
|
case "mp4":
|
|
9735
|
+
case "m4v":
|
|
9734
9736
|
tipoDoc = type;
|
|
9735
9737
|
docAnexo = "".concat(dominio, "/callcenter/docs.php?mku=").concat(mku);
|
|
9736
9738
|
nomeArquivo = name;
|
|
@@ -11144,8 +11146,8 @@ var __vue_staticRenderFns__$6 = [];
|
|
|
11144
11146
|
|
|
11145
11147
|
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
11146
11148
|
if (!inject) return;
|
|
11147
|
-
inject("data-v-
|
|
11148
|
-
source: ".fade-enter-active[data-v-
|
|
11149
|
+
inject("data-v-d859545a_0", {
|
|
11150
|
+
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}",
|
|
11149
11151
|
map: undefined,
|
|
11150
11152
|
media: undefined
|
|
11151
11153
|
});
|
|
@@ -11153,10 +11155,10 @@ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
|
11153
11155
|
/* scoped */
|
|
11154
11156
|
|
|
11155
11157
|
|
|
11156
|
-
var __vue_scope_id__$6 = "data-v-
|
|
11158
|
+
var __vue_scope_id__$6 = "data-v-d859545a";
|
|
11157
11159
|
/* module identifier */
|
|
11158
11160
|
|
|
11159
|
-
var __vue_module_identifier__$6 = "data-v-
|
|
11161
|
+
var __vue_module_identifier__$6 = "data-v-d859545a";
|
|
11160
11162
|
/* functional template */
|
|
11161
11163
|
|
|
11162
11164
|
var __vue_is_functional_template__$6 = false;
|
package/package.json
CHANGED
|
@@ -123,6 +123,7 @@ export default {
|
|
|
123
123
|
.anexo-container{
|
|
124
124
|
width: 100%;
|
|
125
125
|
margin-top: 5px;
|
|
126
|
+
overflow: hidden;
|
|
126
127
|
}
|
|
127
128
|
.anexo-container a, .anexo-container .arquivo-erro{
|
|
128
129
|
padding: 10px 15px 15px 15px;
|
|
@@ -130,6 +131,10 @@ export default {
|
|
|
130
131
|
justify-content: center;
|
|
131
132
|
align-items: center;
|
|
132
133
|
}
|
|
134
|
+
.anexo-container p {
|
|
135
|
+
text-overflow: ellipsis;
|
|
136
|
+
overflow: hidden;
|
|
137
|
+
}
|
|
133
138
|
.anexo-container p, .anexo-container .arquivo-erro{
|
|
134
139
|
margin: 0;
|
|
135
140
|
margin-left: 15px;
|