vue-intergrall-plugins 0.0.180 → 0.0.183
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.
- package/dist/vue-intergrall-plugins.esm.js +366 -357
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +306 -253
- package/package.json +1 -1
- package/src/lib-components/Messages/ChatMessages.vue +8 -6
- package/src/lib-components/Messages/InteratividadeFormulario.vue +10 -1
|
@@ -10240,6 +10240,199 @@ var __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
|
10240
10240
|
|
|
10241
10241
|
var __vue_component__$f = __vue_component__$e;//
|
|
10242
10242
|
var script$9 = {
|
|
10243
|
+
mixins: [mixin_1],
|
|
10244
|
+
props: {
|
|
10245
|
+
lista: {
|
|
10246
|
+
type: [Array, Object],
|
|
10247
|
+
required: true
|
|
10248
|
+
},
|
|
10249
|
+
titulo: {
|
|
10250
|
+
type: String,
|
|
10251
|
+
required: false
|
|
10252
|
+
}
|
|
10253
|
+
},
|
|
10254
|
+
methods: {
|
|
10255
|
+
away: function away() {
|
|
10256
|
+
this.$emit("close");
|
|
10257
|
+
}
|
|
10258
|
+
}
|
|
10259
|
+
};/* script */
|
|
10260
|
+
var __vue_script__$9 = script$9;
|
|
10261
|
+
/* template */
|
|
10262
|
+
|
|
10263
|
+
var __vue_render__$9 = function __vue_render__() {
|
|
10264
|
+
var _vm = this;
|
|
10265
|
+
|
|
10266
|
+
var _h = _vm.$createElement;
|
|
10267
|
+
|
|
10268
|
+
var _c = _vm._self._c || _h;
|
|
10269
|
+
|
|
10270
|
+
return _c('div', {
|
|
10271
|
+
directives: [{
|
|
10272
|
+
name: "on-clickaway",
|
|
10273
|
+
rawName: "v-on-clickaway",
|
|
10274
|
+
value: _vm.away,
|
|
10275
|
+
expression: "away"
|
|
10276
|
+
}],
|
|
10277
|
+
staticClass: "interatividade-popup box-shadow"
|
|
10278
|
+
}, [_vm._ssrNode((_vm.titulo ? "<div class=\"interatividade-popup-titulo\"><h1>" + _vm._ssrEscape(_vm._s(_vm.titulo)) + "</h1></div>" : "<!---->") + " " + _vm._ssrList(_vm.lista, function (objItem, index) {
|
|
10279
|
+
return "<div class=\"interatividade-popup-conteudo\">" + (objItem.items && objItem.items.length ? _vm._ssrList(objItem.items, function (item, indexItem) {
|
|
10280
|
+
return "<div class=\"interatividade-popup-item\">" + (item.title ? "<p class=\"interatividade-popup-item-titulo\">" + _vm._ssrEscape(_vm._s(item.title)) + "</p>" : "<!---->") + " " + (item.description ? "<p class=\"interatividade-popup-item-desc\">" + _vm._ssrEscape(_vm._s(item.description)) + "</p>" : "<!---->") + "</div>";
|
|
10281
|
+
}) : "<!---->") + "</div>";
|
|
10282
|
+
}))]);
|
|
10283
|
+
};
|
|
10284
|
+
|
|
10285
|
+
var __vue_staticRenderFns__$9 = [];
|
|
10286
|
+
/* style */
|
|
10287
|
+
|
|
10288
|
+
var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
10289
|
+
if (!inject) return;
|
|
10290
|
+
inject("data-v-f5d7144e_0", {
|
|
10291
|
+
source: ".box-shadow{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.interatividade-popup{position:absolute;top:-55px;left:-265px;width:250px;height:auto;max-height:300px;overflow-y:auto;overflow-x:hidden;background-color:#fff;border-radius:15px;color:#333;font-size:.875rem}.interatividade-popup-titulo h1{padding:4px 10px;background-color:#333;color:#fff;font-size:1.2em}.interatividade-popup-item{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-popup-item-desc{font-size:.9em;color:#767676}",
|
|
10292
|
+
map: undefined,
|
|
10293
|
+
media: undefined
|
|
10294
|
+
});
|
|
10295
|
+
};
|
|
10296
|
+
/* scoped */
|
|
10297
|
+
|
|
10298
|
+
|
|
10299
|
+
var __vue_scope_id__$9 = undefined;
|
|
10300
|
+
/* module identifier */
|
|
10301
|
+
|
|
10302
|
+
var __vue_module_identifier__$9 = "data-v-f5d7144e";
|
|
10303
|
+
/* functional template */
|
|
10304
|
+
|
|
10305
|
+
var __vue_is_functional_template__$9 = false;
|
|
10306
|
+
/* style inject shadow dom */
|
|
10307
|
+
|
|
10308
|
+
var __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
10309
|
+
render: __vue_render__$9,
|
|
10310
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
10311
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);
|
|
10312
|
+
|
|
10313
|
+
var InteratividadePopup = __vue_component__$d;//
|
|
10314
|
+
var script$8 = {
|
|
10315
|
+
components: {
|
|
10316
|
+
InteratividadePopup: InteratividadePopup
|
|
10317
|
+
},
|
|
10318
|
+
data: function data() {
|
|
10319
|
+
return {
|
|
10320
|
+
informacaoAdicional: [],
|
|
10321
|
+
informacao: []
|
|
10322
|
+
};
|
|
10323
|
+
},
|
|
10324
|
+
props: {
|
|
10325
|
+
interatividade: {
|
|
10326
|
+
type: Object,
|
|
10327
|
+
required: true
|
|
10328
|
+
},
|
|
10329
|
+
dictionary: {
|
|
10330
|
+
type: Object,
|
|
10331
|
+
required: true
|
|
10332
|
+
}
|
|
10333
|
+
},
|
|
10334
|
+
mounted: function mounted() {
|
|
10335
|
+
if (this.validateInterativity()) {
|
|
10336
|
+
this.verifyInfoAditional();
|
|
10337
|
+
}
|
|
10338
|
+
},
|
|
10339
|
+
methods: {
|
|
10340
|
+
validateInterativity: function validateInterativity() {
|
|
10341
|
+
try {
|
|
10342
|
+
if (this.interatividade.formulario && this.interatividade.formulario.length) {
|
|
10343
|
+
return true;
|
|
10344
|
+
}
|
|
10345
|
+
} catch (error) {
|
|
10346
|
+
return false;
|
|
10347
|
+
}
|
|
10348
|
+
},
|
|
10349
|
+
verifyInfoAditional: function verifyInfoAditional() {
|
|
10350
|
+
var _this = this;
|
|
10351
|
+
|
|
10352
|
+
try {
|
|
10353
|
+
var formulario = this.interatividade.formulario;
|
|
10354
|
+
formulario = formulario ? formulario : [];
|
|
10355
|
+
|
|
10356
|
+
if (!formulario.length) {
|
|
10357
|
+
return;
|
|
10358
|
+
}
|
|
10359
|
+
|
|
10360
|
+
var foundInfosAdd = formulario.filter(function (f) {
|
|
10361
|
+
return f.TIPO_TEXTO > 999;
|
|
10362
|
+
});
|
|
10363
|
+
var foundInfos = formulario.filter(function (f) {
|
|
10364
|
+
return f.TIPO_TEXTO < 1000;
|
|
10365
|
+
});
|
|
10366
|
+
|
|
10367
|
+
if (foundInfos) {
|
|
10368
|
+
this.informacao = foundInfos.map(function (info) {
|
|
10369
|
+
if (info.TIPO_TEXTO == 1) {
|
|
10370
|
+
info.TEXTO = info.TEXTO == 'S' ? _this.dictionary.msg_sim : _this.dictionary.msg_nao;
|
|
10371
|
+
}
|
|
10372
|
+
|
|
10373
|
+
return info;
|
|
10374
|
+
});
|
|
10375
|
+
}
|
|
10376
|
+
|
|
10377
|
+
if (foundInfosAdd) {
|
|
10378
|
+
this.informacaoAdicional = foundInfosAdd;
|
|
10379
|
+
}
|
|
10380
|
+
} catch (e) {
|
|
10381
|
+
console.error("Erro ao pegar o objeto interatividade formulario");
|
|
10382
|
+
console.error(e);
|
|
10383
|
+
}
|
|
10384
|
+
}
|
|
10385
|
+
}
|
|
10386
|
+
};/* script */
|
|
10387
|
+
var __vue_script__$8 = script$8;
|
|
10388
|
+
/* template */
|
|
10389
|
+
|
|
10390
|
+
var __vue_render__$8 = function __vue_render__() {
|
|
10391
|
+
var _vm = this;
|
|
10392
|
+
|
|
10393
|
+
var _h = _vm.$createElement;
|
|
10394
|
+
|
|
10395
|
+
var _c = _vm._self._c || _h;
|
|
10396
|
+
|
|
10397
|
+
return _c('div', {
|
|
10398
|
+
staticClass: "interatividade"
|
|
10399
|
+
}, [_vm._ssrNode(_vm.informacao.length ? "<div class=\"interatividade-form-header\" data-v-7c3f68fa>" + _vm._ssrEscape("\n " + _vm._s(_vm.dictionary.msg_abertura_reclamacao) + "\n ") + "</div> <div class=\"interatividade-form-body\" data-v-7c3f68fa>" + _vm._ssrList(_vm.informacao, function (form) {
|
|
10400
|
+
return "<div class=\"interatividade-info-form\" data-v-7c3f68fa>" + (form.TIPO_TEXTO < 1000 ? "<p class=\"interatividade-titulo-form\" data-v-7c3f68fa>" + _vm._ssrEscape(_vm._s(form.DESC_TIPO_TEXTO)) + "</p>" : "<!---->") + " " + (form.TIPO_TEXTO < 1000 ? "<p class=\"interatividade-description-form\" data-v-7c3f68fa>" + _vm._ssrEscape(_vm._s(form.TEXTO)) + "</p>" : "<!---->") + "</div>";
|
|
10401
|
+
}) + " " + (_vm.informacaoAdicional.length ? "<div class=\"interatividade-form-header\" data-v-7c3f68fa>" + _vm._ssrEscape("\n " + _vm._s(_vm.dictionary.msg_info_adicional) + "\n ") + "</div>" : "<!---->") + " <div class=\"interatividade-form-body\" data-v-7c3f68fa>" + _vm._ssrList(_vm.informacaoAdicional, function (form) {
|
|
10402
|
+
return "<div class=\"interatividade-add-info-form\" data-v-7c3f68fa><div class=\"divisor-form-info-aditional\" data-v-7c3f68fa><div class=\"info-aditional\" data-v-7c3f68fa>" + (form.TIPO_TEXTO > 999 ? "<p class=\"interatividade-titulo-form\" data-v-7c3f68fa>" + _vm._ssrEscape(_vm._s(form.DESC_TIPO_TEXTO + ': ')) + "</p>" : "<!---->") + "</div> <div class=\"info-aditional\" data-v-7c3f68fa>" + (form.TIPO_TEXTO > 999 ? "<p class=\"interatividade-description-form\" data-v-7c3f68fa>" + _vm._ssrEscape(_vm._s(form.TEXTO)) + "</p>" : "<!---->") + "</div></div></div>";
|
|
10403
|
+
}) + "</div></div>" : "<!---->")]);
|
|
10404
|
+
};
|
|
10405
|
+
|
|
10406
|
+
var __vue_staticRenderFns__$8 = [];
|
|
10407
|
+
/* style */
|
|
10408
|
+
|
|
10409
|
+
var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
10410
|
+
if (!inject) return;
|
|
10411
|
+
inject("data-v-7c3f68fa_0", {
|
|
10412
|
+
source: ".show-x-enter-active[data-v-7c3f68fa],.show-x-leave-enter[data-v-7c3f68fa]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-7c3f68fa],.show-x-leave-to[data-v-7c3f68fa]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-7c3f68fa]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-7c3f68fa]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-7c3f68fa]{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-7c3f68fa]{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-7c3f68fa]{margin:10px 0}.interatividade-titulo-form[data-v-7c3f68fa]{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-7c3f68fa]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-7c3f68fa]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-7c3f68fa]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-7c3f68fa]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-7c3f68fa]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-7c3f68fa]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-7c3f68fa]:hover{color:#00628f}",
|
|
10413
|
+
map: undefined,
|
|
10414
|
+
media: undefined
|
|
10415
|
+
});
|
|
10416
|
+
};
|
|
10417
|
+
/* scoped */
|
|
10418
|
+
|
|
10419
|
+
|
|
10420
|
+
var __vue_scope_id__$8 = "data-v-7c3f68fa";
|
|
10421
|
+
/* module identifier */
|
|
10422
|
+
|
|
10423
|
+
var __vue_module_identifier__$8 = "data-v-7c3f68fa";
|
|
10424
|
+
/* functional template */
|
|
10425
|
+
|
|
10426
|
+
var __vue_is_functional_template__$8 = false;
|
|
10427
|
+
/* style inject shadow dom */
|
|
10428
|
+
|
|
10429
|
+
var __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
10430
|
+
render: __vue_render__$8,
|
|
10431
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
10432
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);
|
|
10433
|
+
|
|
10434
|
+
var InteratividadeFormulario = __vue_component__$c;//
|
|
10435
|
+
var script$7 = {
|
|
10243
10436
|
props: {
|
|
10244
10437
|
anexo: {
|
|
10245
10438
|
type: Object,
|
|
@@ -10314,10 +10507,10 @@ var script$9 = {
|
|
|
10314
10507
|
}
|
|
10315
10508
|
}
|
|
10316
10509
|
};/* script */
|
|
10317
|
-
var __vue_script__$
|
|
10510
|
+
var __vue_script__$7 = script$7;
|
|
10318
10511
|
/* template */
|
|
10319
10512
|
|
|
10320
|
-
var __vue_render__$
|
|
10513
|
+
var __vue_render__$7 = function __vue_render__() {
|
|
10321
10514
|
var _vm = this;
|
|
10322
10515
|
|
|
10323
10516
|
var _h = _vm.$createElement;
|
|
@@ -10388,10 +10581,10 @@ var __vue_render__$9 = function __vue_render__() {
|
|
|
10388
10581
|
})], 1)]], 2)], 1);
|
|
10389
10582
|
};
|
|
10390
10583
|
|
|
10391
|
-
var __vue_staticRenderFns__$
|
|
10584
|
+
var __vue_staticRenderFns__$7 = [];
|
|
10392
10585
|
/* style */
|
|
10393
10586
|
|
|
10394
|
-
var __vue_inject_styles__$
|
|
10587
|
+
var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
10395
10588
|
if (!inject) return;
|
|
10396
10589
|
inject("data-v-037d5568_0", {
|
|
10397
10590
|
source: ".fade-enter-active[data-v-037d5568],.fade-leave-active[data-v-037d5568]{transition:opacity .5s}.fade-enter[data-v-037d5568],.fade-leave-to[data-v-037d5568]{opacity:0}",
|
|
@@ -10402,22 +10595,22 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
|
10402
10595
|
/* scoped */
|
|
10403
10596
|
|
|
10404
10597
|
|
|
10405
|
-
var __vue_scope_id__$
|
|
10598
|
+
var __vue_scope_id__$7 = "data-v-037d5568";
|
|
10406
10599
|
/* module identifier */
|
|
10407
10600
|
|
|
10408
|
-
var __vue_module_identifier__$
|
|
10601
|
+
var __vue_module_identifier__$7 = "data-v-037d5568";
|
|
10409
10602
|
/* functional template */
|
|
10410
10603
|
|
|
10411
|
-
var __vue_is_functional_template__$
|
|
10604
|
+
var __vue_is_functional_template__$7 = false;
|
|
10412
10605
|
/* style inject shadow dom */
|
|
10413
10606
|
|
|
10414
|
-
var __vue_component__$
|
|
10415
|
-
render: __vue_render__$
|
|
10416
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10417
|
-
}, __vue_inject_styles__$
|
|
10607
|
+
var __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
10608
|
+
render: __vue_render__$7,
|
|
10609
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
10610
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);
|
|
10418
10611
|
|
|
10419
|
-
var CardAttachment = __vue_component__$
|
|
10420
|
-
var script$
|
|
10612
|
+
var CardAttachment = __vue_component__$b;//
|
|
10613
|
+
var script$6 = {
|
|
10421
10614
|
components: {
|
|
10422
10615
|
CardAttachment: CardAttachment
|
|
10423
10616
|
},
|
|
@@ -10527,10 +10720,10 @@ var script$8 = {
|
|
|
10527
10720
|
}
|
|
10528
10721
|
}
|
|
10529
10722
|
};/* script */
|
|
10530
|
-
var __vue_script__$
|
|
10723
|
+
var __vue_script__$6 = script$6;
|
|
10531
10724
|
/* template */
|
|
10532
10725
|
|
|
10533
|
-
var __vue_render__$
|
|
10726
|
+
var __vue_render__$6 = function __vue_render__() {
|
|
10534
10727
|
var _vm = this;
|
|
10535
10728
|
|
|
10536
10729
|
var _h = _vm.$createElement;
|
|
@@ -10571,10 +10764,10 @@ var __vue_render__$8 = function __vue_render__() {
|
|
|
10571
10764
|
}), 0) : _vm._e()], 2)], 2) : _vm._e();
|
|
10572
10765
|
};
|
|
10573
10766
|
|
|
10574
|
-
var __vue_staticRenderFns__$
|
|
10767
|
+
var __vue_staticRenderFns__$6 = [];
|
|
10575
10768
|
/* style */
|
|
10576
10769
|
|
|
10577
|
-
var __vue_inject_styles__$
|
|
10770
|
+
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
10578
10771
|
if (!inject) return;
|
|
10579
10772
|
inject("data-v-60eaca73_0", {
|
|
10580
10773
|
source: ".fade-enter-active[data-v-60eaca73],.fade-leave-active[data-v-60eaca73]{transition:opacity .2s}.fade-enter[data-v-60eaca73],.fade-leave-to[data-v-60eaca73]{opacity:0}.card-cli[data-v-60eaca73],.card-ope[data-v-60eaca73]{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.msgNova[data-v-60eaca73],.card-ope.msgNova[data-v-60eaca73]{margin-top:30px}.novas-mensagens[data-v-60eaca73]{position:absolute;top:-30px;width:100%;display:flex;justify-content:center;align-items:center;margin:2.5px 0;background-color:lighten(#fff249,15)}.card-cli .card[data-v-60eaca73]{border-left:3px solid #90b823}.card-ope[data-v-60eaca73]{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card[data-v-60eaca73]{border-right:3px solid #007535}.card[data-v-60eaca73]{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px}.card p[data-v-60eaca73]{word-break:break-all}.card-header[data-v-60eaca73]{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between}.card-header svg[data-v-60eaca73]{font-size:1rem}.card-canal[data-v-60eaca73]{flex:1;margin-right:10px}.card-datas[data-v-60eaca73]{display:flex;flex-direction:column;margin-right:10px}.card-data[data-v-60eaca73]{overflow:hidden;display:flex;align-content:center}.card-data span[data-v-60eaca73]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-data svg[data-v-60eaca73]{margin-right:5px;color:#232323}.card-expand[data-v-60eaca73]{display:flex;justify-content:center;align-items:center;margin:2.5px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand[data-v-60eaca73]:hover{opacity:1}.card-footer[data-v-60eaca73]{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap}.card-chip[data-v-60eaca73]{font-size:.8rem;width:fit-content;border-radius:15px;transition:all 150ms ease-in-out;padding:2.5px 7px;color:#1f69c1;background-color:rgba(207,216,244,.6);margin-bottom:5px}.card-chip[data-v-60eaca73]:hover{background-color:#cfd8f4}.card-chip.orange[data-v-60eaca73]{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange[data-v-60eaca73]:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow[data-v-60eaca73]{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow[data-v-60eaca73]:hover{background-color:rgba(252,191,73,.2)}.card-chip.red[data-v-60eaca73]{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red[data-v-60eaca73]:hover{background-color:rgba(231,76,60,.25)}.card-anexo[data-v-60eaca73]{width:50px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.anexo-item[data-v-60eaca73]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.anexo-item .transition-anexo-item[data-v-60eaca73]{max-width:100%;max-height:100%}.anexo-item .req-loader[data-v-60eaca73]{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.anexo-item .transition-anexo-item img[data-v-60eaca73]{max-width:45px;max-height:45px}.anexo-icone[data-v-60eaca73]{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.anexo-icone[data-v-60eaca73]:hover{opacity:1}.anexo-icone[data-v-60eaca73]:visited{color:inherit}svg[data-v-60eaca73]{font-size:30px;z-index:1}.anexo-icone.pdf[data-v-60eaca73]{position:relative}.anexo-icone.pdf svg[data-v-60eaca73]{color:#e74c3c}.anexo-icone.pdf[data-v-60eaca73]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.anexo-icone.doc[data-v-60eaca73]{color:#15517f}.anexo-icone.doc[data-v-60eaca73]::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.anexo-img[data-v-60eaca73]{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,.2);border-radius:2.5px;cursor:pointer;opacity:.9;transition:opacity 150ms}.anexo-img[data-v-60eaca73]:hover{opacity:1}.anexo-img img[data-v-60eaca73]{width:95%}",
|
|
@@ -10585,22 +10778,22 @@ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
|
10585
10778
|
/* scoped */
|
|
10586
10779
|
|
|
10587
10780
|
|
|
10588
|
-
var __vue_scope_id__$
|
|
10781
|
+
var __vue_scope_id__$6 = "data-v-60eaca73";
|
|
10589
10782
|
/* module identifier */
|
|
10590
10783
|
|
|
10591
|
-
var __vue_module_identifier__$
|
|
10784
|
+
var __vue_module_identifier__$6 = "data-v-60eaca73";
|
|
10592
10785
|
/* functional template */
|
|
10593
10786
|
|
|
10594
|
-
var __vue_is_functional_template__$
|
|
10787
|
+
var __vue_is_functional_template__$6 = false;
|
|
10595
10788
|
/* style inject shadow dom */
|
|
10596
10789
|
|
|
10597
|
-
var __vue_component__$
|
|
10598
|
-
render: __vue_render__$
|
|
10599
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10600
|
-
}, __vue_inject_styles__$
|
|
10790
|
+
var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
10791
|
+
render: __vue_render__$6,
|
|
10792
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
10793
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);
|
|
10601
10794
|
|
|
10602
|
-
var __vue_component__$
|
|
10603
|
-
var script$
|
|
10795
|
+
var __vue_component__$a = __vue_component__$9;//
|
|
10796
|
+
var script$5 = {
|
|
10604
10797
|
components: {
|
|
10605
10798
|
Loader: Loader
|
|
10606
10799
|
},
|
|
@@ -10674,10 +10867,10 @@ var script$7 = {
|
|
|
10674
10867
|
}
|
|
10675
10868
|
}
|
|
10676
10869
|
};/* script */
|
|
10677
|
-
var __vue_script__$
|
|
10870
|
+
var __vue_script__$5 = script$5;
|
|
10678
10871
|
/* template */
|
|
10679
10872
|
|
|
10680
|
-
var __vue_render__$
|
|
10873
|
+
var __vue_render__$5 = function __vue_render__() {
|
|
10681
10874
|
var _vm = this;
|
|
10682
10875
|
|
|
10683
10876
|
var _h = _vm.$createElement;
|
|
@@ -10806,10 +10999,10 @@ var __vue_render__$7 = function __vue_render__() {
|
|
|
10806
10999
|
})], 1) : _vm._e()])], 1)], 1);
|
|
10807
11000
|
};
|
|
10808
11001
|
|
|
10809
|
-
var __vue_staticRenderFns__$
|
|
11002
|
+
var __vue_staticRenderFns__$5 = [];
|
|
10810
11003
|
/* style */
|
|
10811
11004
|
|
|
10812
|
-
var __vue_inject_styles__$
|
|
11005
|
+
var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
10813
11006
|
if (!inject) return;
|
|
10814
11007
|
inject("data-v-23ebefcd_0", {
|
|
10815
11008
|
source: ".fade-enter-active[data-v-23ebefcd],.fade-leave-active[data-v-23ebefcd]{transition:opacity .5s}.fade-enter[data-v-23ebefcd],.fade-leave-to[data-v-23ebefcd]{opacity:0}.mensagem-div-anexo[data-v-23ebefcd]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-23ebefcd]{width:100%;margin-top:5px}.anexo-container .arquivo-erro[data-v-23ebefcd],.anexo-container a[data-v-23ebefcd]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container .arquivo-erro[data-v-23ebefcd],.anexo-container p[data-v-23ebefcd]{margin:0;margin-left:15px;font-size:.9rem}.anexo-container svg[data-v-23ebefcd]{font-size:2rem}.anexo-container audio[data-v-23ebefcd]{outline:0;width:100%}.anexo-container video[data-v-23ebefcd]{width:100%;max-width:350px;cursor:pointer}.anexos-links-container[data-v-23ebefcd]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-23ebefcd]{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-23ebefcd]{cursor:pointer}.mensagem-div-anexo img[data-v-23ebefcd]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-23ebefcd]{width:100%;height:100%}.anexo-mensagem[data-v-23ebefcd]{display:flex;justify-content:center;align-items:center;flex-direction:column}",
|
|
@@ -10820,94 +11013,22 @@ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
|
10820
11013
|
/* scoped */
|
|
10821
11014
|
|
|
10822
11015
|
|
|
10823
|
-
var __vue_scope_id__$
|
|
10824
|
-
/* module identifier */
|
|
10825
|
-
|
|
10826
|
-
var __vue_module_identifier__$7 = "data-v-23ebefcd";
|
|
10827
|
-
/* functional template */
|
|
10828
|
-
|
|
10829
|
-
var __vue_is_functional_template__$7 = false;
|
|
10830
|
-
/* style inject shadow dom */
|
|
10831
|
-
|
|
10832
|
-
var __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
10833
|
-
render: __vue_render__$7,
|
|
10834
|
-
staticRenderFns: __vue_staticRenderFns__$7
|
|
10835
|
-
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);
|
|
10836
|
-
|
|
10837
|
-
var AnexoMensagem = __vue_component__$a;//
|
|
10838
|
-
var script$6 = {
|
|
10839
|
-
mixins: [mixin_1],
|
|
10840
|
-
props: {
|
|
10841
|
-
lista: {
|
|
10842
|
-
type: [Array, Object],
|
|
10843
|
-
required: true
|
|
10844
|
-
},
|
|
10845
|
-
titulo: {
|
|
10846
|
-
type: String,
|
|
10847
|
-
required: false
|
|
10848
|
-
}
|
|
10849
|
-
},
|
|
10850
|
-
methods: {
|
|
10851
|
-
away: function away() {
|
|
10852
|
-
this.$emit("close");
|
|
10853
|
-
}
|
|
10854
|
-
}
|
|
10855
|
-
};/* script */
|
|
10856
|
-
var __vue_script__$6 = script$6;
|
|
10857
|
-
/* template */
|
|
10858
|
-
|
|
10859
|
-
var __vue_render__$6 = function __vue_render__() {
|
|
10860
|
-
var _vm = this;
|
|
10861
|
-
|
|
10862
|
-
var _h = _vm.$createElement;
|
|
10863
|
-
|
|
10864
|
-
var _c = _vm._self._c || _h;
|
|
10865
|
-
|
|
10866
|
-
return _c('div', {
|
|
10867
|
-
directives: [{
|
|
10868
|
-
name: "on-clickaway",
|
|
10869
|
-
rawName: "v-on-clickaway",
|
|
10870
|
-
value: _vm.away,
|
|
10871
|
-
expression: "away"
|
|
10872
|
-
}],
|
|
10873
|
-
staticClass: "interatividade-popup box-shadow"
|
|
10874
|
-
}, [_vm._ssrNode((_vm.titulo ? "<div class=\"interatividade-popup-titulo\"><h1>" + _vm._ssrEscape(_vm._s(_vm.titulo)) + "</h1></div>" : "<!---->") + " " + _vm._ssrList(_vm.lista, function (objItem, index) {
|
|
10875
|
-
return "<div class=\"interatividade-popup-conteudo\">" + (objItem.items && objItem.items.length ? _vm._ssrList(objItem.items, function (item, indexItem) {
|
|
10876
|
-
return "<div class=\"interatividade-popup-item\">" + (item.title ? "<p class=\"interatividade-popup-item-titulo\">" + _vm._ssrEscape(_vm._s(item.title)) + "</p>" : "<!---->") + " " + (item.description ? "<p class=\"interatividade-popup-item-desc\">" + _vm._ssrEscape(_vm._s(item.description)) + "</p>" : "<!---->") + "</div>";
|
|
10877
|
-
}) : "<!---->") + "</div>";
|
|
10878
|
-
}))]);
|
|
10879
|
-
};
|
|
10880
|
-
|
|
10881
|
-
var __vue_staticRenderFns__$6 = [];
|
|
10882
|
-
/* style */
|
|
10883
|
-
|
|
10884
|
-
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
10885
|
-
if (!inject) return;
|
|
10886
|
-
inject("data-v-f5d7144e_0", {
|
|
10887
|
-
source: ".box-shadow{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.interatividade-popup{position:absolute;top:-55px;left:-265px;width:250px;height:auto;max-height:300px;overflow-y:auto;overflow-x:hidden;background-color:#fff;border-radius:15px;color:#333;font-size:.875rem}.interatividade-popup-titulo h1{padding:4px 10px;background-color:#333;color:#fff;font-size:1.2em}.interatividade-popup-item{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-popup-item-desc{font-size:.9em;color:#767676}",
|
|
10888
|
-
map: undefined,
|
|
10889
|
-
media: undefined
|
|
10890
|
-
});
|
|
10891
|
-
};
|
|
10892
|
-
/* scoped */
|
|
10893
|
-
|
|
10894
|
-
|
|
10895
|
-
var __vue_scope_id__$6 = undefined;
|
|
11016
|
+
var __vue_scope_id__$5 = "data-v-23ebefcd";
|
|
10896
11017
|
/* module identifier */
|
|
10897
11018
|
|
|
10898
|
-
var __vue_module_identifier__$
|
|
11019
|
+
var __vue_module_identifier__$5 = "data-v-23ebefcd";
|
|
10899
11020
|
/* functional template */
|
|
10900
11021
|
|
|
10901
|
-
var __vue_is_functional_template__$
|
|
11022
|
+
var __vue_is_functional_template__$5 = false;
|
|
10902
11023
|
/* style inject shadow dom */
|
|
10903
11024
|
|
|
10904
|
-
var __vue_component__$
|
|
10905
|
-
render: __vue_render__$
|
|
10906
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10907
|
-
}, __vue_inject_styles__$
|
|
11025
|
+
var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
11026
|
+
render: __vue_render__$5,
|
|
11027
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
11028
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);
|
|
10908
11029
|
|
|
10909
|
-
var
|
|
10910
|
-
var script$
|
|
11030
|
+
var AnexoMensagem = __vue_component__$8;//
|
|
11031
|
+
var script$4 = {
|
|
10911
11032
|
components: {
|
|
10912
11033
|
InteratividadePopup: InteratividadePopup
|
|
10913
11034
|
},
|
|
@@ -10952,10 +11073,10 @@ var script$5 = {
|
|
|
10952
11073
|
}
|
|
10953
11074
|
}
|
|
10954
11075
|
};/* script */
|
|
10955
|
-
var __vue_script__$
|
|
11076
|
+
var __vue_script__$4 = script$4;
|
|
10956
11077
|
/* template */
|
|
10957
11078
|
|
|
10958
|
-
var __vue_render__$
|
|
11079
|
+
var __vue_render__$4 = function __vue_render__() {
|
|
10959
11080
|
var _vm = this;
|
|
10960
11081
|
|
|
10961
11082
|
var _h = _vm.$createElement;
|
|
@@ -10983,126 +11104,13 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
10983
11104
|
}) : Object.keys(_vm.objItens).length ? "<div class=\"interatividade-lista\"><div class=\"interatividade-lista-conteudo\">" + (_vm.objItens.header.text ? "<p class=\"interatividade-lista-titulo\">" + _vm._ssrEscape(_vm._s(_vm.objItens.header.text)) + "</p>" : "<!---->") + " " + (_vm.objItens.body.text ? "<p class=\"interatividade-lista-corpo\">" + _vm._ssrEscape(_vm._s(_vm.objItens.body.text)) + "</p>" : "<!---->") + " " + (_vm.objItens.footer.text ? "<p class=\"interatividade-lista-rodape\">" + _vm._ssrEscape(_vm._s(_vm.objItens.footer.text)) + "</p>" : "<!---->") + "</div> " + (_vm.objItens.list.title ? "<p class=\"interatividade-lista-link\">" + _vm._ssrEscape(_vm._s(_vm.objItens.list.title)) + "</p>" : "<!---->") + "</div>" : "<!---->"))], 2);
|
|
10984
11105
|
};
|
|
10985
11106
|
|
|
10986
|
-
var __vue_staticRenderFns__$5 = [];
|
|
10987
|
-
/* style */
|
|
10988
|
-
|
|
10989
|
-
var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
10990
|
-
if (!inject) return;
|
|
10991
|
-
inject("data-v-265335df_0", {
|
|
10992
|
-
source: ".show-x-enter-active,.show-x-leave-enter{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter,.show-x-leave-to{opacity:0;transform:translateX(5%)}.interatividade-btn{width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;color:var(--message-color);padding:10px 12px;border-radius:5px;margin-bottom:10px}.interatividade-btn:nth-child(1){margin-top:10px}.interatividade-titulo{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape{color:#818181;margin-top:5px}.interatividade-lista-link{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link:hover{color:#00628f}",
|
|
10993
|
-
map: undefined,
|
|
10994
|
-
media: undefined
|
|
10995
|
-
});
|
|
10996
|
-
};
|
|
10997
|
-
/* scoped */
|
|
10998
|
-
|
|
10999
|
-
|
|
11000
|
-
var __vue_scope_id__$5 = undefined;
|
|
11001
|
-
/* module identifier */
|
|
11002
|
-
|
|
11003
|
-
var __vue_module_identifier__$5 = "data-v-265335df";
|
|
11004
|
-
/* functional template */
|
|
11005
|
-
|
|
11006
|
-
var __vue_is_functional_template__$5 = false;
|
|
11007
|
-
/* style inject shadow dom */
|
|
11008
|
-
|
|
11009
|
-
var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
11010
|
-
render: __vue_render__$5,
|
|
11011
|
-
staticRenderFns: __vue_staticRenderFns__$5
|
|
11012
|
-
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);
|
|
11013
|
-
|
|
11014
|
-
var InteratividadeBotoes = __vue_component__$8;//
|
|
11015
|
-
var script$4 = {
|
|
11016
|
-
components: {
|
|
11017
|
-
InteratividadePopup: InteratividadePopup
|
|
11018
|
-
},
|
|
11019
|
-
data: function data() {
|
|
11020
|
-
return {
|
|
11021
|
-
informacaoAdicional: [],
|
|
11022
|
-
informacao: []
|
|
11023
|
-
};
|
|
11024
|
-
},
|
|
11025
|
-
props: {
|
|
11026
|
-
interatividade: {
|
|
11027
|
-
type: Object,
|
|
11028
|
-
required: true
|
|
11029
|
-
},
|
|
11030
|
-
dictionary: {
|
|
11031
|
-
type: Object,
|
|
11032
|
-
required: true
|
|
11033
|
-
}
|
|
11034
|
-
},
|
|
11035
|
-
mounted: function mounted() {
|
|
11036
|
-
if (this.validateInterativity()) {
|
|
11037
|
-
this.verifyInfoAditional();
|
|
11038
|
-
}
|
|
11039
|
-
},
|
|
11040
|
-
methods: {
|
|
11041
|
-
validateInterativity: function validateInterativity() {
|
|
11042
|
-
try {
|
|
11043
|
-
if (this.interatividade.formulario && this.interatividade.formulario.length) {
|
|
11044
|
-
return true;
|
|
11045
|
-
}
|
|
11046
|
-
} catch (error) {
|
|
11047
|
-
return false;
|
|
11048
|
-
}
|
|
11049
|
-
},
|
|
11050
|
-
verifyInfoAditional: function verifyInfoAditional() {
|
|
11051
|
-
try {
|
|
11052
|
-
var formulario = this.interatividade.formulario;
|
|
11053
|
-
formulario = formulario ? formulario : [];
|
|
11054
|
-
|
|
11055
|
-
if (!formulario.length) {
|
|
11056
|
-
return;
|
|
11057
|
-
}
|
|
11058
|
-
|
|
11059
|
-
var foundInfosAdd = formulario.filter(function (f) {
|
|
11060
|
-
return f.TIPO_TEXTO > 999;
|
|
11061
|
-
});
|
|
11062
|
-
var foundInfos = formulario.filter(function (f) {
|
|
11063
|
-
return f.TIPO_TEXTO < 1000;
|
|
11064
|
-
});
|
|
11065
|
-
|
|
11066
|
-
if (foundInfos) {
|
|
11067
|
-
this.informacao = foundInfos;
|
|
11068
|
-
}
|
|
11069
|
-
|
|
11070
|
-
if (foundInfosAdd) {
|
|
11071
|
-
this.informacaoAdicional = foundInfosAdd;
|
|
11072
|
-
}
|
|
11073
|
-
} catch (e) {
|
|
11074
|
-
console.error("Erro ao pegar o objeto interatividade formulario");
|
|
11075
|
-
console.error(e);
|
|
11076
|
-
}
|
|
11077
|
-
}
|
|
11078
|
-
}
|
|
11079
|
-
};/* script */
|
|
11080
|
-
var __vue_script__$4 = script$4;
|
|
11081
|
-
/* template */
|
|
11082
|
-
|
|
11083
|
-
var __vue_render__$4 = function __vue_render__() {
|
|
11084
|
-
var _vm = this;
|
|
11085
|
-
|
|
11086
|
-
var _h = _vm.$createElement;
|
|
11087
|
-
|
|
11088
|
-
var _c = _vm._self._c || _h;
|
|
11089
|
-
|
|
11090
|
-
return _c('div', {
|
|
11091
|
-
staticClass: "interatividade"
|
|
11092
|
-
}, [_vm._ssrNode(_vm.informacao.length ? "<div class=\"interatividade-form-header\" data-v-05691c72>" + _vm._ssrEscape("\n " + _vm._s(_vm.dictionary.msg_abertura_reclamacao) + "\n ") + "</div> <div class=\"interatividade-form-body\" data-v-05691c72>" + _vm._ssrList(_vm.informacao, function (form) {
|
|
11093
|
-
return "<div class=\"interatividade-info-form\" data-v-05691c72>" + (form.TIPO_TEXTO < 1000 ? "<p class=\"interatividade-titulo-form\" data-v-05691c72>" + _vm._ssrEscape(_vm._s(form.DESC_TIPO_TEXTO)) + "</p>" : "<!---->") + " " + (form.TIPO_TEXTO < 1000 ? "<p class=\"interatividade-description-form\" data-v-05691c72>" + _vm._ssrEscape(_vm._s(form.TEXTO)) + "</p>" : "<!---->") + "</div>";
|
|
11094
|
-
}) + " " + (_vm.informacaoAdicional.length ? "<div class=\"interatividade-form-header\" data-v-05691c72>" + _vm._ssrEscape("\n " + _vm._s(_vm.dictionary.msg_info_adicional) + "\n ") + "</div>" : "<!---->") + " <div class=\"interatividade-form-body\" data-v-05691c72>" + _vm._ssrList(_vm.informacaoAdicional, function (form) {
|
|
11095
|
-
return "<div class=\"interatividade-add-info-form\" data-v-05691c72><div class=\"divisor-form-info-aditional\" data-v-05691c72><div class=\"info-aditional\" data-v-05691c72>" + (form.TIPO_TEXTO > 999 ? "<p class=\"interatividade-titulo-form\" data-v-05691c72>" + _vm._ssrEscape(_vm._s(form.DESC_TIPO_TEXTO + ': ')) + "</p>" : "<!---->") + "</div> <div class=\"info-aditional\" data-v-05691c72>" + (form.TIPO_TEXTO > 999 ? "<p class=\"interatividade-description-form\" data-v-05691c72>" + _vm._ssrEscape(_vm._s(form.TEXTO)) + "</p>" : "<!---->") + "</div></div></div>";
|
|
11096
|
-
}) + "</div></div>" : "<!---->")]);
|
|
11097
|
-
};
|
|
11098
|
-
|
|
11099
11107
|
var __vue_staticRenderFns__$4 = [];
|
|
11100
11108
|
/* style */
|
|
11101
11109
|
|
|
11102
11110
|
var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
11103
11111
|
if (!inject) return;
|
|
11104
|
-
inject("data-v-
|
|
11105
|
-
source: ".show-x-enter-active
|
|
11112
|
+
inject("data-v-265335df_0", {
|
|
11113
|
+
source: ".show-x-enter-active,.show-x-leave-enter{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter,.show-x-leave-to{opacity:0;transform:translateX(5%)}.interatividade-btn{width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;color:var(--message-color);padding:10px 12px;border-radius:5px;margin-bottom:10px}.interatividade-btn:nth-child(1){margin-top:10px}.interatividade-titulo{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape{color:#818181;margin-top:5px}.interatividade-lista-link{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link:hover{color:#00628f}",
|
|
11106
11114
|
map: undefined,
|
|
11107
11115
|
media: undefined
|
|
11108
11116
|
});
|
|
@@ -11110,10 +11118,10 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
|
11110
11118
|
/* scoped */
|
|
11111
11119
|
|
|
11112
11120
|
|
|
11113
|
-
var __vue_scope_id__$4 =
|
|
11121
|
+
var __vue_scope_id__$4 = undefined;
|
|
11114
11122
|
/* module identifier */
|
|
11115
11123
|
|
|
11116
|
-
var __vue_module_identifier__$4 = "data-v-
|
|
11124
|
+
var __vue_module_identifier__$4 = "data-v-265335df";
|
|
11117
11125
|
/* functional template */
|
|
11118
11126
|
|
|
11119
11127
|
var __vue_is_functional_template__$4 = false;
|
|
@@ -11124,7 +11132,7 @@ var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
|
11124
11132
|
staticRenderFns: __vue_staticRenderFns__$4
|
|
11125
11133
|
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, createInjectorSSR, undefined);
|
|
11126
11134
|
|
|
11127
|
-
var
|
|
11135
|
+
var InteratividadeBotoes = __vue_component__$7;var linkPrevue_umd_min = createCommonjsModule(function (module, exports) {
|
|
11128
11136
|
(function(t,e){module.exports=e();})("undefined"!==typeof self?self:commonjsGlobal,(function(){return function(t){var e={};function r(n){if(e[n])return e[n].exports;var i=e[n]={i:n,l:!1,exports:{}};return t[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}return r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n});},r.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0});},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)r.d(n,i,function(e){return t[e]}.bind(null,i));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s="fb15")}({"0cfc":function(t,e,r){var n=r("81e7");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var i=r("499e").default;i("4bf9c9d1",n,!0,{sourceMap:!1,shadowMode:!1});},"24fb":function(t,e,r){function n(t,e){var r=t[1]||"",n=t[3];if(!n)return r;if(e&&"function"===typeof btoa){var o=i(n),a=n.sources.map((function(t){return "/*# sourceURL=".concat(n.sourceRoot||"").concat(t," */")}));return [r].concat(a).concat([o]).join("\n")}return [r].join("\n")}function i(t){var e=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),r="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(e);return "/*# ".concat(r," */")}t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var r=n(e,t);return e[2]?"@media ".concat(e[2]," {").concat(r,"}"):r})).join("")},e.i=function(t,r,n){"string"===typeof t&&(t=[[null,t,""]]);var i={};if(n)for(var o=0;o<this.length;o++){var a=this[o][0];null!=a&&(i[a]=!0);}for(var s=0;s<t.length;s++){var d=[].concat(t[s]);n&&i[d[0]]||(r&&(d[2]?d[2]="".concat(r," and ").concat(d[2]):d[2]=r),e.push(d));}},e};},"499e":function(t,e,r){function n(t,e){for(var r=[],n={},i=0;i<e.length;i++){var o=e[i],a=o[0],s=o[1],d=o[2],c=o[3],u={id:t+":"+i,css:s,media:d,sourceMap:c};n[a]?n[a].parts.push(u):r.push(n[a]={id:a,parts:[u]});}return r}r.r(e),r.d(e,"default",(function(){return v}));var i="undefined"!==typeof document;if("undefined"!==typeof DEBUG&&DEBUG&&!i)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var o={},a=i&&(document.head||document.getElementsByTagName("head")[0]),s=null,d=0,c=!1,u=function(){},l=null,f="data-vue-ssr-id",p="undefined"!==typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function v(t,e,r,i){c=r,l=i||{};var a=n(t,e);return h(a),function(e){for(var r=[],i=0;i<a.length;i++){var s=a[i],d=o[s.id];d.refs--,r.push(d);}e?(a=n(t,e),h(a)):a=[];for(i=0;i<r.length;i++){d=r[i];if(0===d.refs){for(var c=0;c<d.parts.length;c++)d.parts[c]();delete o[d.id];}}}}function h(t){for(var e=0;e<t.length;e++){var r=t[e],n=o[r.id];if(n){n.refs++;for(var i=0;i<n.parts.length;i++)n.parts[i](r.parts[i]);for(;i<r.parts.length;i++)n.parts.push(g(r.parts[i]));n.parts.length>r.parts.length&&(n.parts.length=r.parts.length);}else {var a=[];for(i=0;i<r.parts.length;i++)a.push(g(r.parts[i]));o[r.id]={id:r.id,refs:1,parts:a};}}}function m(){var t=document.createElement("style");return t.type="text/css",a.appendChild(t),t}function g(t){var e,r,n=document.querySelector("style["+f+'~="'+t.id+'"]');if(n){if(c)return u;n.parentNode.removeChild(n);}if(p){var i=d++;n=s||(s=m()),e=y.bind(null,n,i,!1),r=y.bind(null,n,i,!0);}else n=m(),e=x.bind(null,n),r=function(){n.parentNode.removeChild(n);};return e(t),function(n){if(n){if(n.css===t.css&&n.media===t.media&&n.sourceMap===t.sourceMap)return;e(t=n);}else r();}}var b=function(){var t=[];return function(e,r){return t[e]=r,t.filter(Boolean).join("\n")}}();function y(t,e,r,n){var i=r?"":n.css;if(t.styleSheet)t.styleSheet.cssText=b(e,i);else {var o=document.createTextNode(i),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(o,a[e]):t.appendChild(o);}}function x(t,e){var r=e.css,n=e.media,i=e.sourceMap;if(n&&t.setAttribute("media",n),l.ssrId&&t.setAttribute(f,e.id),i&&(r+="\n/*# sourceURL="+i.sources[0]+" */",r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */"),t.styleSheet)t.styleSheet.cssText=r;else {while(t.firstChild)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r));}}},"57d8":function(t,e,r){var n=r("0cfc"),i=r.n(n);i.a;},"81e7":function(t,e,r){var n=r("24fb");e=n(!1),e.push([t.i,"@import url(https://fonts.googleapis.com/css?family=Hind+Siliguri:400,600);"]),e.push([t.i,".wrapper[data-v-b618d680]{overflow:auto;border-radius:7px 7px 7px 7px;background-color:#fff;box-shadow:0 14px 32px 0 rgba(0,0,0,.15)}.card-img[data-v-b618d680]{width:100%}.card-img img[data-v-b618d680]{width:100%;border-radius:7px 7px 0 0}img[data-v-b618d680]{vertical-align:middle;border-style:none}.card-info[data-v-b618d680]{border-radius:0 0 7px 7px;background-color:#fff}.card-text[data-v-b618d680]{width:80%;margin:0 auto;text-align:justify}.card-text h1[data-v-b618d680]{font-size:24px;color:#474747;margin:5px 0 5px 0}.card-text h1[data-v-b618d680],.card-text p[data-v-b618d680]{text-align:center;font-family:Hind Siliguri,sans-serif}.card-text p[data-v-b618d680]{color:#8d8d8d;font-size:15px;overflow:hidden;margin:0}.card-btn[data-v-b618d680]{margin:1em 0 1em 0;position:relative;text-align:center}.card-btn a[data-v-b618d680]{border-radius:2em;font-family:Hind Siliguri,sans-serif;font-size:14px;letter-spacing:.1em;color:#fff;background-color:#ffa9be;padding:10px 20px 10px 20px;text-align:center;display:inline-block;text-decoration:none!important;transition:all .2s ease-in-out}.card-btn a[data-v-b618d680]:hover{background-color:#ff8fab}.spinner[data-v-b618d680]{margin-top:40%;margin-left:45%;height:28px;width:28px;-webkit-animation:rotate-data-v-b618d680 .8s linear infinite;animation:rotate-data-v-b618d680 .8s linear infinite;border:5px solid #868686;border-right-color:transparent;border-radius:50%}@-webkit-keyframes rotate-data-v-b618d680{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-data-v-b618d680{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}",""]),t.exports=e;},8875:function(t,e,r){var n,i,o;(function(r,a){i=[],n=a,o="function"===typeof n?n.apply(e,i):n,void 0===o||(t.exports=o);})("undefined"!==typeof self&&self,(function(){function t(){var e=Object.getOwnPropertyDescriptor(document,"currentScript");if(!e&&"currentScript"in document&&document.currentScript)return document.currentScript;if(e&&e.get!==t&&document.currentScript)return document.currentScript;try{throw new Error}catch(p){var r,n,i,o=/.*at [^(]*\((.*):(.+):(.+)\)$/gi,a=/@([^@]*):(\d+):(\d+)\s*$/gi,s=o.exec(p.stack)||a.exec(p.stack),d=s&&s[1]||!1,c=s&&s[2]||!1,u=document.location.href.replace(document.location.hash,""),l=document.getElementsByTagName("script");d===u&&(r=document.documentElement.outerHTML,n=new RegExp("(?:[^\\n]+?\\n){0,"+(c-2)+"}[^<]*<script>([\\d\\D]*?)<\\/script>[\\d\\D]*","i"),i=r.replace(n,"$1").trim());for(var f=0;f<l.length;f++){if("interactive"===l[f].readyState)return l[f];if(l[f].src===d)return l[f];if(d===u&&l[f].innerHTML&&l[f].innerHTML.trim()===i)return l[f]}return null}}return t}));},fb15:function(t,e,r){if(r.r(e),"undefined"!==typeof window){var n=window.document.currentScript,i=r("8875");n=i(),"currentScript"in document||Object.defineProperty(document,"currentScript",{get:i});var o=n&&n.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);o&&(r.p=o[1]);}var a=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",[!t.response&&t.validUrl?r("div",{style:{width:t.cardWidth},attrs:{id:"loader-container"}},[t._t("loading",[r("div",{staticClass:"spinner"})])],2):t._e(),t.response?r("div",[t._t("default",[r("div",{staticClass:"wrapper",style:{width:t.cardWidth}},[r("div",{staticClass:"card-img"},[r("img",{attrs:{src:t.response.image}})]),r("div",{staticClass:"card-info"},[r("div",{staticClass:"card-text"},[r("h1",[t._v(t._s(t.response.title))]),r("p",[t._v(t._s(t.response.description))])]),r("div",{staticClass:"card-btn"},[t.showButton?r("a",{attrs:{href:"javascript:;"},on:{click:t.viewMore}},[t._v("View More")]):t._e()])])])],{img:t.response.image,title:t.response.title,description:t.response.description,url:t.url})],2):t._e()])},s=[],d={name:"link-prevue",props:{url:{type:String,default:""},cardWidth:{type:String,default:"400px"},onButtonClick:{type:Function,default:void 0},showButton:{type:Boolean,default:!0},apiUrl:{type:String,default:"https://link-prevue-api-v2.herokuapp.com/preview/"}},watch:{url:function(){this.response=null,this.getLinkPreview();}},created:function(){this.getLinkPreview();},data:function(){return {response:null,validUrl:!1}},methods:{viewMore:function(){if(void 0!==this.onButtonClick)this.onButtonClick(this.response);else {var t=window.open(this.url,"_blank");t.focus();}},isValidUrl:function(t){var e=/https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_+.~#?&//=]*)/;return this.validUrl=e.test(t),this.validUrl},getLinkPreview:function(){var t=this;this.isValidUrl(this.url)&&this.httpRequest((function(e){t.response=JSON.parse(e);}),(function(){t.response=null,t.validUrl=!1;}));},httpRequest:function(t,e){var r=new XMLHttpRequest,n="url="+this.url;r.open("POST",this.apiUrl,!0),r.setRequestHeader("Content-type","application/x-www-form-urlencoded"),r.onreadystatechange=function(){4===r.readyState&&200===r.status&&t(r.responseText),4===r.readyState&&500===r.status&&e();},r.send(n);}}},c=d;r("57d8");function u(t,e,r,n,i,o,a,s){var d,c="function"===typeof t?t.options:t;if(e&&(c.render=e,c.staticRenderFns=r,c._compiled=!0),n&&(c.functional=!0),o&&(c._scopeId="data-v-"+o),a?(d=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a);},c._ssrRegister=d):i&&(d=s?function(){i.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot);}:i),d)if(c.functional){c._injectStyles=d;var u=c.render;c.render=function(t,e){return d.call(e),u(t,e)};}else {var l=c.beforeCreate;c.beforeCreate=l?[].concat(l,d):[d];}return {exports:t,options:c}}var l=u(c,a,s,!1,null,"b618d680",null),f=l.exports,p=f;e["default"]=p;}})}));
|
|
11129
11137
|
|
|
11130
11138
|
});/*! *****************************************************************************
|
|
@@ -36023,6 +36031,8 @@ var script$3 = {
|
|
|
36023
36031
|
if (data.images && data.images.length > 0) {
|
|
36024
36032
|
_this.urlSticker = data.images[0];
|
|
36025
36033
|
}
|
|
36034
|
+
}).catch(function (erro) {
|
|
36035
|
+
console.log(erro);
|
|
36026
36036
|
});
|
|
36027
36037
|
}
|
|
36028
36038
|
},
|
|
@@ -36116,11 +36126,22 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
36116
36126
|
attrs: {
|
|
36117
36127
|
"id": "a" + (_vm.messageIndex ? _vm.messageIndex : _vm.randomizeValue)
|
|
36118
36128
|
}
|
|
36119
|
-
}, [_vm.
|
|
36120
|
-
|
|
36121
|
-
|
|
36122
|
-
|
|
36123
|
-
|
|
36129
|
+
}, [_vm.interatividade && _vm.validateInterativity() ? _c('InteratividadeFormulario', {
|
|
36130
|
+
attrs: {
|
|
36131
|
+
"interatividade": _vm.interatividade,
|
|
36132
|
+
"dictionary": _vm.dictionary
|
|
36133
|
+
}
|
|
36134
|
+
}) : _c('div', {
|
|
36135
|
+
staticClass: "mensagem",
|
|
36136
|
+
class: {
|
|
36137
|
+
mapa: _vm.mapa,
|
|
36138
|
+
'hist-msg': _vm.histMsg
|
|
36139
|
+
}
|
|
36140
|
+
}, [_vm.anexos && _vm.anexos.length ? _vm._l(_vm.anexos, function (anexo, index) {
|
|
36141
|
+
return _c('div', {
|
|
36142
|
+
key: index,
|
|
36143
|
+
staticClass: "mensagem-anexo"
|
|
36144
|
+
}, [_c('AnexoMensagem', {
|
|
36124
36145
|
attrs: {
|
|
36125
36146
|
"dictionary": _vm.dictionary,
|
|
36126
36147
|
"anexo": anexo,
|
|
@@ -36131,7 +36152,15 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
36131
36152
|
"abrir-imagem": _vm.abrirImagem
|
|
36132
36153
|
}
|
|
36133
36154
|
})], 1);
|
|
36134
|
-
}) : _vm._e(), _vm.
|
|
36155
|
+
}) : _vm._e(), _vm._v(" "), _vm.urlSticker ? _c('img', {
|
|
36156
|
+
staticClass: "default-stick-size",
|
|
36157
|
+
attrs: {
|
|
36158
|
+
"src": _vm.urlSticker,
|
|
36159
|
+
"title": _vm.urlFileName
|
|
36160
|
+
}
|
|
36161
|
+
}) : _vm._e(), _vm._v(" "), _vm.mapa ? _c('div', {
|
|
36162
|
+
staticClass: "mensagem-div-mapa"
|
|
36163
|
+
}, [_c('GmapMap', {
|
|
36135
36164
|
staticClass: "msg-mapa",
|
|
36136
36165
|
attrs: {
|
|
36137
36166
|
"id": "mapa_" + _vm.seq,
|
|
@@ -36143,22 +36172,41 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
36143
36172
|
attrs: {
|
|
36144
36173
|
"position": _vm.marker
|
|
36145
36174
|
}
|
|
36146
|
-
})], 1), _vm.
|
|
36147
|
-
|
|
36175
|
+
})], 1), _vm._v(" "), _vm.infos.length ? _c('ul', {
|
|
36176
|
+
staticClass: "info-mapa"
|
|
36177
|
+
}, _vm._l(_vm.infos, function (info, index) {
|
|
36178
|
+
return _c('li', {
|
|
36179
|
+
key: index,
|
|
36180
|
+
class: info.classe
|
|
36181
|
+
}, [!info.link ? [_vm._v(" " + _vm._s(info.value) + " ")] : _c('a', {
|
|
36182
|
+
attrs: {
|
|
36183
|
+
"href": info.value
|
|
36184
|
+
},
|
|
36185
|
+
on: {
|
|
36186
|
+
"click": function click($event) {
|
|
36187
|
+
$event.preventDefault();
|
|
36188
|
+
return _vm.abrirPopup(info.value);
|
|
36189
|
+
}
|
|
36190
|
+
}
|
|
36191
|
+
}, [_vm._v(" " + _vm._s(info.textLink) + " "), _c('fa-icon', {
|
|
36148
36192
|
attrs: {
|
|
36149
36193
|
"icon": ['fas', 'map-marker-alt']
|
|
36150
36194
|
}
|
|
36151
|
-
})],
|
|
36152
|
-
}), 0) : _vm._e()],
|
|
36195
|
+
})], 1)], 2);
|
|
36196
|
+
}), 0) : _vm._e()], 1) : _vm._e(), _vm._v(" "), _c('p', {
|
|
36197
|
+
domProps: {
|
|
36198
|
+
"innerHTML": _vm._s(_vm.validateInterativity() ? '' : _vm.formatMsg(_vm.message))
|
|
36199
|
+
}
|
|
36200
|
+
}), _vm._v(" "), _vm.interatividade ? _c('InteratividadeBotoes', {
|
|
36153
36201
|
attrs: {
|
|
36154
36202
|
"interatividade": _vm.interatividade
|
|
36155
36203
|
}
|
|
36156
|
-
}) : _vm._e(), _vm.
|
|
36157
|
-
|
|
36158
|
-
|
|
36159
|
-
"
|
|
36204
|
+
}) : _vm._e(), _vm._v(" "), _c('span', {
|
|
36205
|
+
staticClass: "horario-envio",
|
|
36206
|
+
domProps: {
|
|
36207
|
+
"textContent": _vm._s(_vm.horario)
|
|
36160
36208
|
}
|
|
36161
|
-
})
|
|
36209
|
+
}), _vm._v(" "), _c('transition', {
|
|
36162
36210
|
attrs: {
|
|
36163
36211
|
"name": "fade",
|
|
36164
36212
|
"mode": "out-in"
|
|
@@ -36181,7 +36229,7 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
36181
36229
|
attrs: {
|
|
36182
36230
|
"icon": ['fas', 'reply']
|
|
36183
36231
|
}
|
|
36184
|
-
})], 1) : _vm._e()]), _vm.
|
|
36232
|
+
})], 1) : _vm._e()]), _vm._v(" "), _vm.validadeSeq ? _c('transition', {
|
|
36185
36233
|
attrs: {
|
|
36186
36234
|
"name": "fade",
|
|
36187
36235
|
"mode": "out-in"
|
|
@@ -36226,7 +36274,7 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
36226
36274
|
"fill": "#808080",
|
|
36227
36275
|
"d": "M224 122.8c-72.7 0-131.8 59.1-131.9 131.8 0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6 49.9-13.1 4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8 0-35.2-15.2-68.3-40.1-93.2-25-25-58-38.7-93.2-38.7zm77.5 188.4c-3.3 9.3-19.1 17.7-26.7 18.8-12.6 1.9-22.4.9-47.5-9.9-39.7-17.2-65.7-57.2-67.7-59.8-2-2.6-16.2-21.5-16.2-41s10.2-29.1 13.9-33.1c3.6-4 7.9-5 10.6-5 2.6 0 5.3 0 7.6.1 2.4.1 5.7-.9 8.9 6.8 3.3 7.9 11.2 27.4 12.2 29.4s1.7 4.3.3 6.9c-7.6 15.2-15.7 14.6-11.6 21.6 15.3 26.3 30.6 35.4 53.9 47.1 4 2 6.3 1.7 8.6-1 2.3-2.6 9.9-11.6 12.5-15.5 2.6-4 5.3-3.3 8.9-2 3.6 1.3 23.1 10.9 27.1 12.9s6.6 3 7.6 4.6c.9 1.9.9 9.9-2.4 19.1zM400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM223.9 413.2c-26.6 0-52.7-6.7-75.8-19.3L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5 29.9 30 47.9 69.8 47.9 112.2 0 87.4-72.7 158.5-160.1 158.5z"
|
|
36228
36276
|
}
|
|
36229
|
-
})])]) : _vm._e()]) : _vm._e(), _vm.
|
|
36277
|
+
})])]) : _vm._e()]) : _vm._e(), _vm._v(" "), _c('transition', {
|
|
36230
36278
|
attrs: {
|
|
36231
36279
|
"name": "fade",
|
|
36232
36280
|
"mode": "out-in"
|
|
@@ -36329,7 +36377,12 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
36329
36377
|
attrs: {
|
|
36330
36378
|
"icon": ['fas', 'hourglass']
|
|
36331
36379
|
}
|
|
36332
|
-
})], 1) : _vm._e()]), _vm.
|
|
36380
|
+
})], 1) : _vm._e()]), _vm._v(" "), _c('span', {
|
|
36381
|
+
staticClass: "autor-mensagem",
|
|
36382
|
+
domProps: {
|
|
36383
|
+
"textContent": _vm._s(_vm.autor)
|
|
36384
|
+
}
|
|
36385
|
+
})], 2)], 1) : _vm._e();
|
|
36333
36386
|
};
|
|
36334
36387
|
|
|
36335
36388
|
var __vue_staticRenderFns__$3 = [];
|
|
@@ -36337,7 +36390,7 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
36337
36390
|
|
|
36338
36391
|
var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
36339
36392
|
if (!inject) return;
|
|
36340
|
-
inject("data-v-
|
|
36393
|
+
inject("data-v-cf450a5c_0", {
|
|
36341
36394
|
source: ":root{--message-color:#373737}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem{padding:14px 7px;border-radius:2.5px;min-width:150px;min-height:60px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;max-width:80%;margin-bottom:10px;font-size:.85rem;word-break:break-word}.mensagem.mapa{width:100%}.mensagem.hist-msg{animation:show 1s}.mensagem a{margin-right:5px;font-weight:550;color:inherit;text-decoration:none}.mensagem a:hover{text-decoration:underline}.message p{white-space:pre-wrap}.mensagem-anexo a,.mensagem-div-mapa a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.reply{cursor:pointer;position:absolute;right:53px;bottom:5px;font-size:.6rem;color:#67a332;width:.9rem;height:.9rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff}.reply svg{margin-top:-1px;margin-right:-1px}.reply-with-2-icons{right:30px}.check{cursor:pointer;position:absolute;right:10px;bottom:2px;font-size:.7rem}.check.visualizado,.check.visualizado svg{color:#006daa}.check.verde,.check.verde svg{color:#4f772d}.check.vermelho,.check.vermelho svg{color:#ba181b}.check.cinza,.check.cinza svg{color:#999}.check.preto,.check.preto svg{color:#666}.star{cursor:pointer;position:absolute;right:30px;bottom:2px;font-size:.4rem;width:11.2px}.default-stick-size{width:180px;height:auto}.horario-envio{margin-right:15px;font-size:.7rem;position:absolute;left:10px;bottom:2px}.autor-mensagem{position:absolute;font-size:.6rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:90%;font-weight:700;top:2px}.mensagem__principal{width:100%;display:flex;justify-content:flex-end}.mensagem__principal>.mensagem::after{content:\"\";width:0;height:0;position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid var(--message-color);bottom:5px;right:-10px;transform:rotate(-90deg)}.mensagem__principal>.mensagem{background-color:var(--message-color);color:#fff}.mensagem__principal>.mensagem .horario-envio{color:#fff}.mensagem__principal>.mensagem .autor-mensagem{right:5px;color:#fff}.mensagem__outros{width:100%;display:flex}.mensagem__outros>.mensagem{background-color:#fff;color:#333}.mensagem__outros>.mensagem::after{content:\"\";width:0;height:0;position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;bottom:5px;left:-10px;transform:rotate(90deg)}.mensagem__outros .check{display:none}.mensagem__outros>.autor-mensagem{left:5px;color:#333}.mensagem-div-mapa{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:5px}.msg-mapa{width:100%;min-height:225px;height:100%;box-sizing:initial}.msg-mapa img{max-width:none!important}.info-mapa{list-style-type:none}.info-mapa li.title{font-size:.85em}.info-mapa li.address,.info-mapa li.url{font-size:.7em}.info-mapa li.url{font-size:.7em}.tooltip-list{margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}",
|
|
36342
36395
|
map: undefined,
|
|
36343
36396
|
media: undefined
|
|
@@ -36349,7 +36402,7 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
|
36349
36402
|
var __vue_scope_id__$3 = undefined;
|
|
36350
36403
|
/* module identifier */
|
|
36351
36404
|
|
|
36352
|
-
var __vue_module_identifier__$3 = "data-v-
|
|
36405
|
+
var __vue_module_identifier__$3 = "data-v-cf450a5c";
|
|
36353
36406
|
/* functional template */
|
|
36354
36407
|
|
|
36355
36408
|
var __vue_is_functional_template__$3 = false;
|
|
@@ -36729,7 +36782,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
36729
36782
|
staticRenderFns: __vue_staticRenderFns__
|
|
36730
36783
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, createInjectorSSR, undefined);
|
|
36731
36784
|
|
|
36732
|
-
var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object.freeze({__proto__:null,TemplateGenerator:__vue_component__$l,TextFooter:TextFooter,ExpandTextarea:__vue_component__$j,Card:__vue_component__$f,CardMessages:__vue_component__$
|
|
36785
|
+
var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object.freeze({__proto__:null,TemplateGenerator:__vue_component__$l,TextFooter:TextFooter,ExpandTextarea:__vue_component__$j,Card:__vue_component__$f,InteratividadeFormulario:InteratividadeFormulario,CardMessages:__vue_component__$a,ChatMessages:__vue_component__$6,BtnEmojis:BtnEmojis,SimpleButton:__vue_component__$3,ScrollContent:__vue_component__$1,VueLoader:Loader});var install = function installVueIntergrallPlugins(Vue) {
|
|
36733
36786
|
Object.entries(components$1).forEach(function (_ref) {
|
|
36734
36787
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
36735
36788
|
componentName = _ref2[0],
|
|
@@ -36738,7 +36791,7 @@ var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object
|
|
|
36738
36791
|
Vue.component(componentName, component);
|
|
36739
36792
|
});
|
|
36740
36793
|
}; // Create module definition for Vue.use()
|
|
36741
|
-
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,TemplateGenerator:__vue_component__$l,TextFooter:TextFooter,ExpandTextarea:__vue_component__$j,Card:__vue_component__$f,CardMessages:__vue_component__$
|
|
36794
|
+
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,TemplateGenerator:__vue_component__$l,TextFooter:TextFooter,ExpandTextarea:__vue_component__$j,Card:__vue_component__$f,InteratividadeFormulario:InteratividadeFormulario,CardMessages:__vue_component__$a,ChatMessages:__vue_component__$6,BtnEmojis:BtnEmojis,SimpleButton:__vue_component__$3,ScrollContent:__vue_component__$1,VueLoader:Loader});// only expose one global var, with component exports exposed as properties of
|
|
36742
36795
|
// that global var (eg. plugin.component)
|
|
36743
36796
|
|
|
36744
36797
|
Object.entries(components).forEach(function (_ref) {
|