vue-intergrall-plugins 0.0.268 → 0.0.270
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.
|
@@ -11170,8 +11170,13 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
11170
11170
|
|
|
11171
11171
|
switch (tipoAnexo) {
|
|
11172
11172
|
case "image":
|
|
11173
|
+
case "image/jpg":
|
|
11173
11174
|
case "jpg":
|
|
11175
|
+
case "webp":
|
|
11176
|
+
case "image/webp":
|
|
11177
|
+
case "image/png":
|
|
11174
11178
|
case "png":
|
|
11179
|
+
case "image/jpeg":
|
|
11175
11180
|
case "jpeg":
|
|
11176
11181
|
if (!ignoreMku) {
|
|
11177
11182
|
imgAnexo = `${dominio}/callcenter/docs.php?mku=${mku}`;
|
|
@@ -11277,7 +11282,7 @@ const fileHandler = {
|
|
|
11277
11282
|
|
|
11278
11283
|
computed: {
|
|
11279
11284
|
iconClass() {
|
|
11280
|
-
return this.fileType
|
|
11285
|
+
return typeof this.fileType == 'string' && this.fileType.indexOf('pdf') > -1 ? "pdf" : "doc";
|
|
11281
11286
|
}
|
|
11282
11287
|
|
|
11283
11288
|
},
|
|
@@ -11338,7 +11343,7 @@ const fileHandler = {
|
|
|
11338
11343
|
},
|
|
11339
11344
|
|
|
11340
11345
|
setIcon() {
|
|
11341
|
-
this.icon = this.fileType
|
|
11346
|
+
this.icon = typeof this.fileType == 'string' && this.fileType.indexOf('pdf') > -1 ? ['fas', 'file-pdf'] : ['fas', 'file-alt'];
|
|
11342
11347
|
},
|
|
11343
11348
|
|
|
11344
11349
|
downloadAllFilesHandler() {
|
|
@@ -12198,11 +12203,11 @@ var script$b = {
|
|
|
12198
12203
|
|
|
12199
12204
|
methods: {
|
|
12200
12205
|
returnCurrentClass(isDoc) {
|
|
12201
|
-
return `fs-2 cursor-pointer ${isDoc == 'pdf' ? 'text-red' : 'text-blue'}`;
|
|
12206
|
+
return `fs-2 cursor-pointer ${typeof isDoc == 'string' && isDoc.indexOf('pdf') > -1 ? 'text-red' : 'text-blue'}`;
|
|
12202
12207
|
},
|
|
12203
12208
|
|
|
12204
12209
|
returnCurrentIcon(isDoc) {
|
|
12205
|
-
return isDoc == 'pdf' ? ['fas', 'file-pdf'] : ['fas', 'file-alt'];
|
|
12210
|
+
return typeof isDoc == 'string' && isDoc.indexOf('pdf') > -1 ? ['fas', 'file-pdf'] : ['fas', 'file-alt'];
|
|
12206
12211
|
},
|
|
12207
12212
|
|
|
12208
12213
|
openFile(url, isImg) {
|
|
@@ -12425,8 +12430,8 @@ var __vue_staticRenderFns__$b = [];
|
|
|
12425
12430
|
|
|
12426
12431
|
const __vue_inject_styles__$b = function (inject) {
|
|
12427
12432
|
if (!inject) return;
|
|
12428
|
-
inject("data-v-
|
|
12429
|
-
source: ".show-x-enter-active[data-v-
|
|
12433
|
+
inject("data-v-460bc17e_0", {
|
|
12434
|
+
source: ".show-x-enter-active[data-v-460bc17e],.show-x-leave-enter[data-v-460bc17e]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-460bc17e],.show-x-leave-to[data-v-460bc17e]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-460bc17e]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-460bc17e]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-460bc17e]{background-color:#efefef;margin-top:5px;border-top-right-radius:10px;border-top-left-radius:10px;padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:5px;justify-content:space-between;display:flex;color:#333;font-weight:700;font-size:.9rem}.interatividade-form-body[data-v-460bc17e]{padding:0 10px;background:#fff;border-right:1px solid #efefef;border-left:1px solid #efefef;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding-bottom:10px}.interatividade[data-v-460bc17e]{margin:10px 0}.interatividade-titulo-form[data-v-460bc17e]{white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden;max-width:100%;margin:0;padding:0;padding-top:5px}.interatividade-description-form[data-v-460bc17e]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-460bc17e]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-460bc17e]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-460bc17e]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-460bc17e]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-460bc17e]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-460bc17e]:hover{color:#00628f}.text-blue[data-v-460bc17e]{color:#294ed3}.text-red[data-v-460bc17e]{color:#e74c3c}.text-dark[data-v-460bc17e]{color:#333}.ml-3[data-v-460bc17e]{margin-left:3px}.fs-2[data-v-460bc17e]{font-size:2rem}.flex-wrap[data-v-460bc17e]{flex-wrap:wrap}.align-items-center[data-v-460bc17e]{align-items:center}.d-flex[data-v-460bc17e]{display:flex}.align-items-end[data-v-460bc17e]{align-items:flex-end}.flex-column[data-v-460bc17e]{flex-direction:column}.text-bold[data-v-460bc17e]{font-weight:700}.m-5[data-v-460bc17e]{margin:5px}.mb-5[data-v-460bc17e]{margin-bottom:5px}.mx-5[data-v-460bc17e]{margin-left:5px;margin-right:5px}.cursor-pointer[data-v-460bc17e]{cursor:pointer}.bg-dark-white-2[data-v-460bc17e]{background-color:#f7f7f7}.border-radius-10[data-v-460bc17e]{border-radius:10px}.w-100[data-v-460bc17e]{width:100%}.overflow-hidden[data-v-460bc17e]{overflow:hidden}.mt-10[data-v-460bc17e]{margin-top:10px}.flex-wrap[data-v-460bc17e]{flex-wrap:wrap}.d-flex[data-v-460bc17e]{display:flex}.p-10[data-v-460bc17e]{padding:10px}.mb-5[data-v-460bc17e]{margin-bottom:5px}.mb-10[data-v-460bc17e]{margin-bottom:10px}.mx-10[data-v-460bc17e]{margin-left:10px;margin-right:10px}.d-flex-center[data-v-460bc17e]{display:flex;justify-content:center;align-items:center}.fs-_85[data-v-460bc17e]{font-size:.85rem}.text-ellipsis[data-v-460bc17e]{text-overflow:ellipsis}.text-left[data-v-460bc17e]{text-align:left}.text-ellipsis[data-v-460bc17e]{white-space:nowrap;overflow:hidden}.ml-5[data-v-460bc17e]{margin-left:5px}.text-shadow[data-v-460bc17e]{text-shadow:0 0 #000}.justify-content-between[data-v-460bc17e]{justify-content:space-between}.mr-5[data-v-460bc17e]{margin-right:5px}",
|
|
12430
12435
|
map: undefined,
|
|
12431
12436
|
media: undefined
|
|
12432
12437
|
});
|
|
@@ -12434,7 +12439,7 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
12434
12439
|
/* scoped */
|
|
12435
12440
|
|
|
12436
12441
|
|
|
12437
|
-
const __vue_scope_id__$b = "data-v-
|
|
12442
|
+
const __vue_scope_id__$b = "data-v-460bc17e";
|
|
12438
12443
|
/* module identifier */
|
|
12439
12444
|
|
|
12440
12445
|
const __vue_module_identifier__$b = undefined;
|