vue-intergrall-plugins 0.0.230 → 0.0.233

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.
@@ -2379,6 +2379,13 @@ function returnMessageWithHexa(originalMessage) {
2379
2379
 
2380
2380
  return output;
2381
2381
  }
2382
+ function formataData(data) {
2383
+ if (!data || data == '1111-11-11') return '';
2384
+ data = data.split("-");
2385
+ data = data.reverse();
2386
+ data = data.join("/");
2387
+ return data;
2388
+ }
2382
2389
  function formataDataHora(dataHora, origem, cortarSegundos, dicionario) {
2383
2390
  dicionario = dicionario ? dicionario : {
2384
2391
  msg_divisao_data_hora: ' - '
@@ -3943,13 +3950,14 @@ var script$n = {
3943
3950
  externalFiles() {
3944
3951
  if (!this.externalFiles.length) return;
3945
3952
 
3946
- if (this.externalFiles.length + this.file.length > this.fileSettings.max) {
3953
+ if (this.externalFiles.length > this.fileSettings.max) {
3947
3954
  this.$emit("reset-file-system");
3948
3955
  return this.$toasted.global.defaultInfo({
3949
3956
  msg: `Limite de ${this.fileSettings.max} arquivos`
3950
3957
  });
3951
3958
  }
3952
3959
 
3960
+ this.file = [];
3953
3961
  this.externalFilesAux = Array.from(this.externalFiles);
3954
3962
  this.externalFilesAux.forEach(files => {
3955
3963
  this.file.push(files);
@@ -4417,7 +4425,7 @@ var __vue_staticRenderFns__$n = [];
4417
4425
 
4418
4426
  const __vue_inject_styles__$n = function (inject) {
4419
4427
  if (!inject) return;
4420
- inject("data-v-30b9703f_0", {
4428
+ inject("data-v-38ede73a_0", {
4421
4429
  source: ".fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.files-counter{position:absolute;top:unset;transform:translate(17.5px,-15px);background-color:#888;z-index:1;font-size:.5rem;width:15px;height:15px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:.9;transition:all .3s;color:#fff;font-weight:900}.files-counter:hover{opacity:1}.files-counter-2{transform:translate(-15px,28px);opacity:.9;position:absolute;display:flex;justify-content:center;align-items:center;color:#888;font-size:.8rem}.files-counter-2 svg{margin-left:5px}.files-counter-2:hover{opacity:1;text-decoration:underline}",
4422
4430
  map: undefined,
4423
4431
  media: undefined
@@ -8951,7 +8959,7 @@ var script$j = {
8951
8959
  },
8952
8960
  externalFiles: {
8953
8961
  type: Array,
8954
- require: false
8962
+ required: false
8955
8963
  }
8956
8964
  },
8957
8965
 
@@ -9591,7 +9599,7 @@ var __vue_staticRenderFns__$j = [];
9591
9599
 
9592
9600
  const __vue_inject_styles__$j = function (inject) {
9593
9601
  if (!inject) return;
9594
- inject("data-v-feffc6a0_0", {
9602
+ inject("data-v-c92a2410_0", {
9595
9603
  source: ".toasted svg{margin-right:10px}.d-none{display:none}ul{list-style-type:none}.text-footer-container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;position:relative}.text-footer-container .text-footer{min-height:48px;box-shadow:0 3px 7px -2px rgba(0,0,0,.45);position:relative;display:flex;justify-content:center;align-items:center;border:1px solid #ccc;padding:5px 2px 5px 5px;border-radius:5px}.text-footer-container .text-footer.full{width:100%}.text-footer-container .text-footer.almostFull{width:95%}.text-footer-container .text-footer.medium{width:75%}.text-footer-container.bigger .text-footer{height:80px}.text-footer-container.bigger .text-footer>textarea{font-size:.875rem;height:75px;max-height:75px;min-height:75px}.text-footer-container textarea{margin:0 5px;border:unset;flex:1;resize:none;min-height:30px;max-height:60px;font-size:.875rem;font-family:inherit;background:inherit}.text-footer-container textarea:focus{outline:unset}.text-footer-container textarea::placeholder{font-size:.75rem}.text-footer-container .text-footer-audio{flex:1;display:flex;justify-content:center;align-items:center}.text-footer-container audio{flex:1;outline:unset;width:auto;height:38px}.text-footer-container .delete-audio{display:flex;justify-content:center;align-items:center;color:#e74c3c;transition:background .3s;border-radius:50%;font-size:1rem;padding:10px;cursor:pointer;margin:0 5px;width:31px;height:31px}.text-footer-container .delete-audio:hover{background-color:rgba(208,0,0,.2)}.text-footer-container .max-characters{font-size:.575rem;z-index:1;color:#444;position:relative;top:30px;left:-30px}.text-footer-container .max-characters.no-width{width:0}.text-footer-container .text-footer-actions{display:flex}.text-footer-container .text-footer-actions.outside-buttons{display:flex;align-items:center;justify-content:flex-end;position:absolute;top:-42px;right:2px;background-color:#ddd;box-shadow:inset 0 -10px 5px -11px rgba(0,0,0,.5)}.text-footer-container .text-footer-actions .text-footer-actions--btn{display:flex;justify-content:center;align-items:center;color:#777;border-radius:50%;transition:background .3s;padding:10px;font-size:1rem;width:36px;height:36px;cursor:pointer;margin-right:2.5px}.text-footer-container .text-footer-actions .text-footer-actions--btn:last-child{margin-right:unset}.text-footer-container .text-footer-actions .text-footer-actions--btn:hover{background-color:rgba(0,0,0,.1)}.text-footer-container .text-footer-actions .text-footer-actions--btn.files-activated{background-color:rgba(0,0,0,.1)}.text-footer-container .text-footer-actions .text-footer-actions--btn.audio-activated{background-color:rgba(208,0,0,.7);color:#fff}.text-footer-container .text-footer-actions .text-footer-actions--btn.left-button{position:absolute;left:0}.text-footer-container .text-footer-hsm-container{margin:12px 0 7px 0}.text-footer-container .text-footer-hsm-container.full{width:100%}.text-footer-container .text-footer-hsm-container.almostFull{width:95%}.text-footer-container .text-footer-hsm-container.medium{width:75%}.text-footer-container .text-footer-hsm-container .text-footer-v-select{border-radius:5px;margin-bottom:5px}.text-footer-container .text-footer-hsm-container .text-footer-select-03{display:flex;align-items:center;flex:1;width:100%}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer-v-select{flex:1}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03{transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -3px rgba(0,0,0,.2);opacity:.9;border-radius:2.5px;display:flex;justify-content:center;align-items:center;margin-left:5px;margin-bottom:5px;background-color:#f7fe72;width:32px;height:32px}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03:hover{opacity:1}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03 svg{font-size:1rem}.text-footer-container .text-footer-files-container{position:absolute;right:0;top:-55px;padding:5px;background-color:rgba(0,0,0,.4);border-radius:5px;display:flex;align-items:center;justify-content:space-between;z-index:1}.text-footer-container .text-footer-files-container.horizontal{right:-55px;flex-direction:column}.text-footer-container .text-footer-files-container .files-btn{transition-duration:.3s;transition-property:opacity;opacity:.8;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:10px;padding:3px;width:40px;height:40px;font-size:1rem;color:#fff}.text-footer-container .text-footer-files-container .files-btn:hover{opacity:1}.text-footer-container .text-footer-files-container .files-btn svg{color:#fff}.text-footer-container .text-footer-files-container .files-btn.images{background-color:#9575cd;margin-right:5px}.text-footer-container .text-footer-files-container .files-btn.images.margin-bottom{margin-right:unset;margin-bottom:5px}.text-footer-container .text-footer-files-container .files-btn.docs{background-color:#7986cb}.text-footer-container .text-footer-files-container .files-btn.system{background-color:#49a349;margin-left:5px}.text-footer-container .text-footer-files-container .files-btn.both{font-size:.95rem;background-color:#5555ec;flex-direction:column}.text-footer-container .text-footer-files-container .files-btn.both svg:nth-child(1){transform:translateX(5px)}.text-footer-container .text-footer-files-container .files-btn.both svg:nth-child(2){transform:translateX(-5px)}.text-footer-container .text-footer-preview-container{width:100%;cursor:default;position:absolute;left:0;background-color:#f1f1f1;border:2px solid #ccc;border-bottom:unset;border-top-left-radius:2.5px;border-top-right-radius:2.5px}.text-footer-container .text-footer-preview-container.isDoc{top:-50px;width:100%;height:45px}.text-footer-container .text-footer-preview-container.isImg,.text-footer-container .text-footer-preview-container.isMultiple{top:-205px;width:100%;height:200px}.text-footer-container .text-footer-preview-container.isImg .text-footer-image-preview{height:170px}.text-footer-container .text-footer-preview-container.isError{top:-80px;width:100%;height:75px}.text-footer-container .text-footer-alt{margin-top:-12px;width:100%;padding:0 10px}.text-footer-container .text-footer-alt .text-footer-out-session{margin-top:12px}.text-footer-container .text-footer-alt .text-footer-sem-24h{font-size:.8rem;text-align:right;font-weight:600;letter-spacing:-.5px;color:#dd7f0c;margin-top:5px;position:absolute;right:0}.text-footer-container .text-footer-alt .sem-templates{margin-top:10px;font-size:.8rem;text-align:right;font-weight:600;letter-spacing:-.5px;color:#921e12}.text-footer-container .text-footer-alt .text-footer-templates{position:relative;width:100%}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection{width:100%;display:flex;align-items:center}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection h4{margin-right:5px}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection .sm__select{flex:1}.vs__dropdown-menu{font-size:.85rem!important}.emoji-mart-anchor,.emoji-mart-emoji span{cursor:pointer!important}.emoji-mart{z-index:2!important}.emoji-mart-scroll{overflow-x:hidden}",
9596
9604
  map: undefined,
9597
9605
  media: undefined
@@ -11456,6 +11464,11 @@ var script$b = {
11456
11464
  type: Object,
11457
11465
  required: true
11458
11466
  },
11467
+ infoCanal: {
11468
+ type: [Object, Array],
11469
+ required: false,
11470
+ default: {}
11471
+ },
11459
11472
  dominio: {
11460
11473
  type: String,
11461
11474
  required: true
@@ -11469,8 +11482,41 @@ var script$b = {
11469
11482
  required: false
11470
11483
  }
11471
11484
  },
11485
+ computed: {
11486
+ situation() {
11487
+ try {
11488
+ const {
11489
+ SITUACAO
11490
+ } = this.infoCanal;
11491
+ return SITUACAO ? SITUACAO : null;
11492
+ } catch (e) {
11493
+ console.error("Erro ao gerar a situacao do atendimento");
11494
+ console.error(e);
11495
+ }
11496
+ },
11497
+
11498
+ deadline() {
11499
+ try {
11500
+ const {
11501
+ PRAZO,
11502
+ NOME_CAMPO_PRAZO
11503
+ } = this.infoCanal;
11504
+ return {
11505
+ text: PRAZO ? formataData(PRAZO) : "---",
11506
+ title: NOME_CAMPO_PRAZO ? NOME_CAMPO_PRAZO : this.dictionary.tit_prazo
11507
+ };
11508
+ } catch (e) {
11509
+ console.error("Erro ao gerar o prazo do atendimento");
11510
+ console.error(e);
11511
+ return {};
11512
+ }
11513
+ }
11514
+
11515
+ },
11472
11516
 
11473
11517
  mounted() {
11518
+ console.log(this.infoCanal);
11519
+
11474
11520
  if (this.validateInterativity()) {
11475
11521
  this.verifyInfoAditional();
11476
11522
  }
@@ -11527,6 +11573,16 @@ var script$b = {
11527
11573
  console.error("Erro ao pegar o objeto interatividade formulario");
11528
11574
  console.error(e);
11529
11575
  }
11576
+ },
11577
+
11578
+ verificaInfos(text) {
11579
+ if (typeof text === 'string') {
11580
+ return text;
11581
+ }
11582
+
11583
+ if (typeof text === 'object') {
11584
+ return text.desc;
11585
+ }
11530
11586
  }
11531
11587
 
11532
11588
  }
@@ -11545,7 +11601,37 @@ var __vue_render__$b = function () {
11545
11601
 
11546
11602
  return _c('div', {
11547
11603
  staticClass: "interatividade"
11548
- }, [_vm.informacao.length ? [_c('div', {
11604
+ }, [Object.keys(_vm.infoCanal).length > 0 ? _c('div', [_c('div', {
11605
+ staticClass: "d-flex overflow-hidden mt-10 w-100 d-flex flex-wrap"
11606
+ }, [_vm.situation || _vm.deadline.text ? _c('div', {
11607
+ staticClass: "d-flex-center flex-column w-100 border-radius-10 border-1 bg-dark-white-2 border-color-gray p-10 mb-10",
11608
+ style: "" + (_vm.situation && _vm.situation.cor ? "border: 1px solid " + _vm.situation.cor : '')
11609
+ }, [_c('div', {
11610
+ staticClass: "d-flex w-100 mb-5"
11611
+ }, [_vm.situation ? _c('strong', {
11612
+ staticClass: "text-ellipsis text-left fs-_85",
11613
+ domProps: {
11614
+ "textContent": _vm._s(_vm.dictionary.chip_situacao + ":")
11615
+ }
11616
+ }) : _vm._e(), _vm._v(" "), _vm.situation ? _c('span', {
11617
+ staticClass: "ml-5 text-left fs-_85 text-shadow",
11618
+ style: "color: " + _vm.situation.cor,
11619
+ domProps: {
11620
+ "textContent": _vm._s(_vm.verificaInfos(_vm.situation))
11621
+ }
11622
+ }) : _vm._e()]), _vm._v(" "), _vm.deadline.text ? _c('div', {
11623
+ staticClass: "d-flex w-100"
11624
+ }, [_c('strong', {
11625
+ staticClass: "text-ellipsis text-left fs-_75",
11626
+ domProps: {
11627
+ "textContent": _vm._s(_vm.deadline.title + ":")
11628
+ }
11629
+ }), _vm._v(" "), _c('span', {
11630
+ staticClass: "ml-5 text-nowrap text-left fs-_75",
11631
+ domProps: {
11632
+ "textContent": _vm._s(_vm.deadline.text)
11633
+ }
11634
+ })]) : _vm._e()]) : _vm._e()])]) : _vm._e(), _vm._v(" "), _vm.informacao.length ? [_c('div', {
11549
11635
  staticClass: "interatividade-form-header"
11550
11636
  }, [_vm._v("\n " + _vm._s(_vm.dictionary.msg_abertura_reclamacao) + "\n ")]), _vm._v(" "), _c('div', {
11551
11637
  staticClass: "interatividade-form-body"
@@ -11654,8 +11740,8 @@ var __vue_staticRenderFns__$b = [];
11654
11740
 
11655
11741
  const __vue_inject_styles__$b = function (inject) {
11656
11742
  if (!inject) return;
11657
- inject("data-v-7b989966_0", {
11658
- source: ".show-x-enter-active[data-v-7b989966],.show-x-leave-enter[data-v-7b989966]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-7b989966],.show-x-leave-to[data-v-7b989966]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-7b989966]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-7b989966]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-7b989966]{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-7b989966]{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-7b989966]{margin:10px 0}.interatividade-titulo-form[data-v-7b989966]{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-7b989966]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-7b989966]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-7b989966]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-7b989966]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-7b989966]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-7b989966]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-7b989966]:hover{color:#00628f}.text-blue[data-v-7b989966]{color:#294ed3}.text-red[data-v-7b989966]{color:#e74c3c}.text-dark[data-v-7b989966]{color:#333}.ml-3[data-v-7b989966]{margin-left:3px}.fs-2[data-v-7b989966]{font-size:2rem}.flex-wrap[data-v-7b989966]{-ms-flex-wrap:wrap;flex-wrap:wrap}.align-items-center[data-v-7b989966]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.d-flex[data-v-7b989966]{display:-webkit-box;display:-ms-flexbox;display:flex}.align-items-end[data-v-7b989966]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.text-bold[data-v-7b989966]{font-weight:700}.m-5[data-v-7b989966]{margin:5px}.mb-5[data-v-7b989966]{margin-bottom:5px}.mx-5[data-v-7b989966]{margin-left:5px;margin-right:5px}.cursor-pointer[data-v-7b989966]{cursor:pointer}",
11743
+ inject("data-v-61f7a677_0", {
11744
+ source: ".show-x-enter-active[data-v-61f7a677],.show-x-leave-enter[data-v-61f7a677]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-61f7a677],.show-x-leave-to[data-v-61f7a677]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-61f7a677]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-61f7a677]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-61f7a677]{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-61f7a677]{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-61f7a677]{margin:10px 0}.interatividade-titulo-form[data-v-61f7a677]{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-61f7a677]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-61f7a677]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-61f7a677]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-61f7a677]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-61f7a677]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-61f7a677]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-61f7a677]:hover{color:#00628f}.text-blue[data-v-61f7a677]{color:#294ed3}.text-red[data-v-61f7a677]{color:#e74c3c}.text-dark[data-v-61f7a677]{color:#333}.ml-3[data-v-61f7a677]{margin-left:3px}.fs-2[data-v-61f7a677]{font-size:2rem}.flex-wrap[data-v-61f7a677]{flex-wrap:wrap}.align-items-center[data-v-61f7a677]{align-items:center}.d-flex[data-v-61f7a677]{display:flex}.align-items-end[data-v-61f7a677]{align-items:flex-end}.flex-column[data-v-61f7a677]{flex-direction:column}.text-bold[data-v-61f7a677]{font-weight:700}.m-5[data-v-61f7a677]{margin:5px}.mb-5[data-v-61f7a677]{margin-bottom:5px}.mx-5[data-v-61f7a677]{margin-left:5px;margin-right:5px}.cursor-pointer[data-v-61f7a677]{cursor:pointer}.bg-dark-white-2[data-v-61f7a677]{background-color:#f7f7f7}.border-radius-10[data-v-61f7a677]{border-radius:10px}.w-100[data-v-61f7a677]{width:100%}.overflow-hidden[data-v-61f7a677]{overflow:hidden}.mt-10[data-v-61f7a677]{margin-top:10px}.flex-wrap[data-v-61f7a677]{flex-wrap:wrap}.d-flex[data-v-61f7a677]{display:flex}.p-10[data-v-61f7a677]{padding:10px}.mb-5[data-v-61f7a677]{margin-bottom:5px}.mb-10[data-v-61f7a677]{margin-bottom:10px}.mx-10[data-v-61f7a677]{margin-left:10px;margin-right:10px}.d-flex-center[data-v-61f7a677]{display:flex;justify-content:center;align-items:center}.fs-_85[data-v-61f7a677]{font-size:.85rem}.text-ellipsis[data-v-61f7a677]{text-overflow:ellipsis}.text-left[data-v-61f7a677]{text-align:left}.text-ellipsis[data-v-61f7a677]{white-space:nowrap;overflow:hidden}.ml-5[data-v-61f7a677]{margin-left:5px}.text-shadow[data-v-61f7a677]{text-shadow:0 0 #000}",
11659
11745
  map: undefined,
11660
11746
  media: undefined
11661
11747
  });
@@ -11663,7 +11749,7 @@ const __vue_inject_styles__$b = function (inject) {
11663
11749
  /* scoped */
11664
11750
 
11665
11751
 
11666
- const __vue_scope_id__$b = "data-v-7b989966";
11752
+ const __vue_scope_id__$b = "data-v-61f7a677";
11667
11753
  /* module identifier */
11668
11754
 
11669
11755
  const __vue_module_identifier__$b = undefined;
@@ -12704,6 +12790,14 @@ var script$5 = {
12704
12790
  center: {},
12705
12791
  marker: {},
12706
12792
  infos: [],
12793
+ infoCanalTeste: {
12794
+ PRAZO: "2022-05-05",
12795
+ SITUACAO: {
12796
+ cod: "3",
12797
+ desc: "Em analise pelo fornecedor",
12798
+ cor: "#03A64A"
12799
+ }
12800
+ },
12707
12801
  mapOptions: {
12708
12802
  zoomControl: true,
12709
12803
  mapTypeControl: false,
@@ -12897,6 +12991,7 @@ var __vue_render__$5 = function () {
12897
12991
  attrs: {
12898
12992
  "interatividade": _vm.interatividade,
12899
12993
  "dominio": _vm.dominio,
12994
+ "infoCanal": _vm.infoCanalTeste,
12900
12995
  "anexos": _vm.anexos,
12901
12996
  "dictionary": _vm.dictionary
12902
12997
  }
@@ -13164,7 +13259,7 @@ var __vue_staticRenderFns__$5 = [];
13164
13259
 
13165
13260
  const __vue_inject_styles__$5 = function (inject) {
13166
13261
  if (!inject) return;
13167
- inject("data-v-8e87a87a_0", {
13262
+ inject("data-v-cfb6e160_0", {
13168
13263
  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.max-w-60{max-width:60%}.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>.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}",
13169
13264
  map: undefined,
13170
13265
  media: undefined
@@ -13637,7 +13732,7 @@ var __vue_render__$1 = function () {
13637
13732
  key: "file-loader"
13638
13733
  }) : _c('div', {
13639
13734
  key: "file-container",
13640
- staticClass: "mb-5 mx-5 d-flex flex-wrap align-items-end"
13735
+ staticClass: "mb-5 mx-5 d-flex flex-wrap align-items-center"
13641
13736
  }, [_vm.imageURL ? _c('span', {
13642
13737
  staticClass: "anexo-img box-shadow",
13643
13738
  attrs: {
@@ -13654,7 +13749,7 @@ var __vue_render__$1 = function () {
13654
13749
  "alt": _vm.filename
13655
13750
  }
13656
13751
  })]) : _c('span', {
13657
- staticClass: "anexo-icone",
13752
+ staticClass: "anexo-icone mr-5",
13658
13753
  class: [_vm.iconClass],
13659
13754
  attrs: {
13660
13755
  "title": "Visualizar " + _vm.filename,
@@ -13688,8 +13783,8 @@ var __vue_staticRenderFns__$1 = [];
13688
13783
 
13689
13784
  const __vue_inject_styles__$1 = function (inject) {
13690
13785
  if (!inject) return;
13691
- inject("data-v-4cac2afe_0", {
13692
- source: ".anexo-img[data-v-4cac2afe]{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-4cac2afe]:hover{opacity:1}.anexo-img img[data-v-4cac2afe]{width:95%;max-height:50px}.box-shadow[data-v-4cac2afe]{-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)}.anexo-icone[data-v-4cac2afe]:hover{opacity:1}.anexo-icone[data-v-4cac2afe]:visited{color:inherit}.anexo-icone svg[data-v-4cac2afe]{font-size:30px;z-index:1}.anexo-icone.pdf[data-v-4cac2afe]{position:relative}.anexo-icone.pdf svg[data-v-4cac2afe]{color:#e74c3c}.anexo-icone.pdf[data-v-4cac2afe]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.anexo-icone.doc[data-v-4cac2afe]{color:#15517f}.anexo-icone.doc[data-v-4cac2afe]::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.anexo-icone[data-v-4cac2afe]{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.align-items-end[data-v-4cac2afe]{align-items:flex-end}.flex-wrap[data-v-4cac2afe]{flex-wrap:wrap}.d-flex[data-v-4cac2afe]{display:flex}.mb-5[data-v-4cac2afe]{margin-bottom:5px}.mx-5[data-v-4cac2afe]{margin-left:5px;margin-right:5px}",
13786
+ inject("data-v-df17eba8_0", {
13787
+ source: ".mr-5[data-v-df17eba8]{margin-right:5px}.anexo-img[data-v-df17eba8]{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-df17eba8]:hover{opacity:1}.anexo-img img[data-v-df17eba8]{width:95%;max-height:50px}.box-shadow[data-v-df17eba8]{-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)}.anexo-icone[data-v-df17eba8]{display:flex;justify-content:center;align-items:center;font-size:30px;cursor:pointer}.anexo-icone[data-v-df17eba8]:hover{opacity:1}.anexo-icone[data-v-df17eba8]:visited{color:inherit}.anexo-icone.pdf[data-v-df17eba8]{position:relative}.anexo-icone.pdf svg[data-v-df17eba8]{color:#e74c3c}.anexo-icone.pdf[data-v-df17eba8]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px}.anexo-icone.doc[data-v-df17eba8]{color:#15517f}.anexo-icone.doc[data-v-df17eba8]::after{content:\"\";position:absolute;width:20px;height:20px}.align-items-center[data-v-df17eba8]{align-items:center}.flex-wrap[data-v-df17eba8]{flex-wrap:wrap}.d-flex[data-v-df17eba8]{display:flex}.mb-5[data-v-df17eba8]{margin-bottom:5px}.mx-5[data-v-df17eba8]{margin-left:5px;margin-right:5px}",
13693
13788
  map: undefined,
13694
13789
  media: undefined
13695
13790
  });
@@ -13697,7 +13792,7 @@ const __vue_inject_styles__$1 = function (inject) {
13697
13792
  /* scoped */
13698
13793
 
13699
13794
 
13700
- const __vue_scope_id__$1 = "data-v-4cac2afe";
13795
+ const __vue_scope_id__$1 = "data-v-df17eba8";
13701
13796
  /* module identifier */
13702
13797
 
13703
13798
  const __vue_module_identifier__$1 = undefined;