vue-intergrall-plugins 0.0.181 → 0.0.182
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.
|
@@ -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,134 +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
|
-
var _this = this;
|
|
11052
|
-
|
|
11053
|
-
try {
|
|
11054
|
-
var formulario = this.interatividade.formulario;
|
|
11055
|
-
formulario = formulario ? formulario : [];
|
|
11056
|
-
|
|
11057
|
-
if (!formulario.length) {
|
|
11058
|
-
return;
|
|
11059
|
-
}
|
|
11060
|
-
|
|
11061
|
-
var foundInfosAdd = formulario.filter(function (f) {
|
|
11062
|
-
return f.TIPO_TEXTO > 999;
|
|
11063
|
-
});
|
|
11064
|
-
var foundInfos = formulario.filter(function (f) {
|
|
11065
|
-
return f.TIPO_TEXTO < 1000;
|
|
11066
|
-
});
|
|
11067
|
-
|
|
11068
|
-
if (foundInfos) {
|
|
11069
|
-
this.informacao = foundInfos.map(function (info) {
|
|
11070
|
-
if (info.TIPO_TEXTO == 1) {
|
|
11071
|
-
info.TEXTO = info.TEXTO == 'S' ? _this.dictionary.msg_sim : _this.dictionary.msg_nao;
|
|
11072
|
-
}
|
|
11073
|
-
|
|
11074
|
-
return info;
|
|
11075
|
-
});
|
|
11076
|
-
}
|
|
11077
|
-
|
|
11078
|
-
if (foundInfosAdd) {
|
|
11079
|
-
this.informacaoAdicional = foundInfosAdd;
|
|
11080
|
-
}
|
|
11081
|
-
} catch (e) {
|
|
11082
|
-
console.error("Erro ao pegar o objeto interatividade formulario");
|
|
11083
|
-
console.error(e);
|
|
11084
|
-
}
|
|
11085
|
-
}
|
|
11086
|
-
}
|
|
11087
|
-
};/* script */
|
|
11088
|
-
var __vue_script__$4 = script$4;
|
|
11089
|
-
/* template */
|
|
11090
|
-
|
|
11091
|
-
var __vue_render__$4 = function __vue_render__() {
|
|
11092
|
-
var _vm = this;
|
|
11093
|
-
|
|
11094
|
-
var _h = _vm.$createElement;
|
|
11095
|
-
|
|
11096
|
-
var _c = _vm._self._c || _h;
|
|
11097
|
-
|
|
11098
|
-
return _c('div', {
|
|
11099
|
-
staticClass: "interatividade"
|
|
11100
|
-
}, [_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) {
|
|
11101
|
-
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>";
|
|
11102
|
-
}) + " " + (_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) {
|
|
11103
|
-
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>";
|
|
11104
|
-
}) + "</div></div>" : "<!---->")]);
|
|
11105
|
-
};
|
|
11106
|
-
|
|
11107
11107
|
var __vue_staticRenderFns__$4 = [];
|
|
11108
11108
|
/* style */
|
|
11109
11109
|
|
|
11110
11110
|
var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
11111
11111
|
if (!inject) return;
|
|
11112
|
-
inject("data-v-
|
|
11113
|
-
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}",
|
|
11114
11114
|
map: undefined,
|
|
11115
11115
|
media: undefined
|
|
11116
11116
|
});
|
|
@@ -11118,10 +11118,10 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
|
11118
11118
|
/* scoped */
|
|
11119
11119
|
|
|
11120
11120
|
|
|
11121
|
-
var __vue_scope_id__$4 =
|
|
11121
|
+
var __vue_scope_id__$4 = undefined;
|
|
11122
11122
|
/* module identifier */
|
|
11123
11123
|
|
|
11124
|
-
var __vue_module_identifier__$4 = "data-v-
|
|
11124
|
+
var __vue_module_identifier__$4 = "data-v-265335df";
|
|
11125
11125
|
/* functional template */
|
|
11126
11126
|
|
|
11127
11127
|
var __vue_is_functional_template__$4 = false;
|
|
@@ -11132,7 +11132,7 @@ var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
|
11132
11132
|
staticRenderFns: __vue_staticRenderFns__$4
|
|
11133
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);
|
|
11134
11134
|
|
|
11135
|
-
var
|
|
11135
|
+
var InteratividadeBotoes = __vue_component__$7;var linkPrevue_umd_min = createCommonjsModule(function (module, exports) {
|
|
11136
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;}})}));
|
|
11137
11137
|
|
|
11138
11138
|
});/*! *****************************************************************************
|
|
@@ -36780,7 +36780,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
36780
36780
|
staticRenderFns: __vue_staticRenderFns__
|
|
36781
36781
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, createInjectorSSR, undefined);
|
|
36782
36782
|
|
|
36783
|
-
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__$
|
|
36783
|
+
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) {
|
|
36784
36784
|
Object.entries(components$1).forEach(function (_ref) {
|
|
36785
36785
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
36786
36786
|
componentName = _ref2[0],
|
|
@@ -36789,7 +36789,7 @@ var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object
|
|
|
36789
36789
|
Vue.component(componentName, component);
|
|
36790
36790
|
});
|
|
36791
36791
|
}; // Create module definition for Vue.use()
|
|
36792
|
-
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__$
|
|
36792
|
+
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
|
|
36793
36793
|
// that global var (eg. plugin.component)
|
|
36794
36794
|
|
|
36795
36795
|
Object.entries(components).forEach(function (_ref) {
|