vue-intergrall-plugins 0.0.197 → 0.0.198
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.
|
@@ -10886,12 +10886,11 @@ var script$6 = {
|
|
|
10886
10886
|
if (!this.anexo.nomeGravacao) {
|
|
10887
10887
|
this.imgMsgErro = this.dictionary.img_com_erro_nome_gravacao;
|
|
10888
10888
|
status = false;
|
|
10889
|
-
}
|
|
10889
|
+
} // if(!this.anexo.size || this.anexo.size == 0){
|
|
10890
|
+
// this.imgMsgErro = this.dictionary.img_com_erro_tamanho
|
|
10891
|
+
// status = false;
|
|
10892
|
+
// }
|
|
10890
10893
|
|
|
10891
|
-
if (!this.anexo.size || this.anexo.size == 0) {
|
|
10892
|
-
this.imgMsgErro = this.dictionary.img_com_erro_tamanho;
|
|
10893
|
-
status = false;
|
|
10894
|
-
}
|
|
10895
10894
|
|
|
10896
10895
|
if (!this.anexo.type) {
|
|
10897
10896
|
this.imgMsgErro = this.dictionary.img_com_erro_tipo;
|
|
@@ -11065,8 +11064,8 @@ var __vue_staticRenderFns__$6 = [];
|
|
|
11065
11064
|
|
|
11066
11065
|
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
11067
11066
|
if (!inject) return;
|
|
11068
|
-
inject("data-v-
|
|
11069
|
-
source: ".fade-enter-active[data-v-
|
|
11067
|
+
inject("data-v-bb61477e_0", {
|
|
11068
|
+
source: ".fade-enter-active[data-v-bb61477e],.fade-leave-active[data-v-bb61477e]{transition:opacity .5s}.fade-enter[data-v-bb61477e],.fade-leave-to[data-v-bb61477e]{opacity:0}.mensagem-div-anexo[data-v-bb61477e]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-bb61477e]{width:100%;margin-top:5px}.anexo-container .arquivo-erro[data-v-bb61477e],.anexo-container a[data-v-bb61477e]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container .arquivo-erro[data-v-bb61477e],.anexo-container p[data-v-bb61477e]{margin:0;margin-left:15px;font-size:.9rem}.anexo-container svg[data-v-bb61477e]{font-size:2rem}.anexo-container audio[data-v-bb61477e]{outline:0;width:100%}.anexo-container video[data-v-bb61477e]{width:100%;max-width:350px;cursor:pointer}.anexos-links-container[data-v-bb61477e]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-bb61477e]{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-bb61477e]{cursor:pointer}.mensagem-div-anexo img[data-v-bb61477e]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-bb61477e]{width:100%;height:100%}.anexo-mensagem[data-v-bb61477e]{display:flex;justify-content:center;align-items:center;flex-direction:column}.alert-danger[data-v-bb61477e]{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert[data-v-bb61477e]{position:relative;padding:.65rem 1.2rem;margin:5px 0;border:1px solid transparent;border-radius:.25rem;text-align:center}.alert svg[data-v-bb61477e]{font-size:1.025em;margin-right:2px}",
|
|
11070
11069
|
map: undefined,
|
|
11071
11070
|
media: undefined
|
|
11072
11071
|
});
|
|
@@ -11074,10 +11073,10 @@ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
|
11074
11073
|
/* scoped */
|
|
11075
11074
|
|
|
11076
11075
|
|
|
11077
|
-
var __vue_scope_id__$6 = "data-v-
|
|
11076
|
+
var __vue_scope_id__$6 = "data-v-bb61477e";
|
|
11078
11077
|
/* module identifier */
|
|
11079
11078
|
|
|
11080
|
-
var __vue_module_identifier__$6 = "data-v-
|
|
11079
|
+
var __vue_module_identifier__$6 = "data-v-bb61477e";
|
|
11081
11080
|
/* functional template */
|
|
11082
11081
|
|
|
11083
11082
|
var __vue_is_functional_template__$6 = false;
|
package/package.json
CHANGED
|
@@ -127,10 +127,10 @@ export default {
|
|
|
127
127
|
this.imgMsgErro = this.dictionary.img_com_erro_nome_gravacao
|
|
128
128
|
status = false;
|
|
129
129
|
}
|
|
130
|
-
if(!this.anexo.size || this.anexo.size == 0){
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
}
|
|
130
|
+
// if(!this.anexo.size || this.anexo.size == 0){
|
|
131
|
+
// this.imgMsgErro = this.dictionary.img_com_erro_tamanho
|
|
132
|
+
// status = false;
|
|
133
|
+
// }
|
|
134
134
|
if(!this.anexo.type){
|
|
135
135
|
this.imgMsgErro = this.dictionary.img_com_erro_tipo
|
|
136
136
|
status = false;
|