vue-intergrall-plugins 0.0.504 → 0.0.510

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.
Files changed (41) hide show
  1. package/README.md +185 -185
  2. package/dist/vue-intergrall-plugins.esm.js +596 -513
  3. package/dist/vue-intergrall-plugins.min.js +1 -1
  4. package/dist/vue-intergrall-plugins.ssr.js +607 -541
  5. package/package.json +67 -66
  6. package/src/lib-components/Buttons/IconButton.vue +27 -27
  7. package/src/lib-components/Buttons/SimpleButton.vue +140 -140
  8. package/src/lib-components/Cards/Card.vue +429 -429
  9. package/src/lib-components/Cards/CardCheck.vue +35 -35
  10. package/src/lib-components/Cards/CardFile.vue +157 -157
  11. package/src/lib-components/Chat/BtnDownloadAllFiles.vue +36 -36
  12. package/src/lib-components/Chat/BtnEmojis.vue +131 -131
  13. package/src/lib-components/Chat/BtnExpand.vue +17 -17
  14. package/src/lib-components/Chat/BtnFiles.vue +541 -541
  15. package/src/lib-components/Chat/BtnMic.vue +60 -60
  16. package/src/lib-components/Chat/BtnScreenShare.vue +36 -36
  17. package/src/lib-components/Chat/BtnStandardMessages.vue +17 -17
  18. package/src/lib-components/Chat/ExpandTextarea.vue +410 -410
  19. package/src/lib-components/Chat/MultipleFilePreview.vue +266 -266
  20. package/src/lib-components/Chat/Picker.vue +405 -405
  21. package/src/lib-components/Chat/RemainingCharacters.vue +28 -28
  22. package/src/lib-components/Chat/SingleFilePreview.vue +94 -94
  23. package/src/lib-components/Chat/SkeletonPicker.vue +110 -110
  24. package/src/lib-components/Chat/StandardMessages.vue +245 -245
  25. package/src/lib-components/Chat/TextFooter.vue +1030 -1030
  26. package/src/lib-components/Email/EmailFile.vue +125 -125
  27. package/src/lib-components/Email/EmailItem.vue +185 -185
  28. package/src/lib-components/Loader/Loader.vue +78 -78
  29. package/src/lib-components/Messages/AnexoMensagem.vue +442 -442
  30. package/src/lib-components/Messages/CardAttachment.vue +61 -61
  31. package/src/lib-components/Messages/CardMessages.vue +666 -666
  32. package/src/lib-components/Messages/ChatMessages.vue +1082 -1077
  33. package/src/lib-components/Messages/InteratividadeBotoes.vue +165 -165
  34. package/src/lib-components/Messages/InteratividadeFormulario.vue +392 -392
  35. package/src/lib-components/Messages/InteratividadePopup.vue +88 -88
  36. package/src/lib-components/Messages/LinkPreview.vue +163 -163
  37. package/src/lib-components/Midea/Player.vue +25 -0
  38. package/src/lib-components/Scroll/ScrollContent.vue +166 -166
  39. package/src/lib-components/Templates/TemplateGenerator.vue +576 -576
  40. package/src/lib-components/Templates/TemplateMessage.vue +83 -83
  41. package/src/lib-components/Templates/TemplateSingle.vue +481 -481
@@ -1941,7 +1941,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
1941
1941
  //
1942
1942
  //
1943
1943
  //
1944
- var script$z = {
1944
+ var script$A = {
1945
1945
  data: function data() {
1946
1946
  return {
1947
1947
  varValues: {},
@@ -2457,10 +2457,10 @@ function renderStyles(styles) {
2457
2457
  }
2458
2458
  return css;
2459
2459
  }/* script */
2460
- var __vue_script__$z = script$z;
2460
+ var __vue_script__$A = script$A;
2461
2461
  /* template */
2462
2462
 
2463
- var __vue_render__$z = function __vue_render__() {
2463
+ var __vue_render__$A = function __vue_render__() {
2464
2464
  var _vm = this;
2465
2465
 
2466
2466
  var _h = _vm.$createElement;
@@ -2469,9 +2469,9 @@ var __vue_render__$z = function __vue_render__() {
2469
2469
 
2470
2470
  return _c('div', {
2471
2471
  staticClass: "ts-container"
2472
- }, [_vm._ssrNode("<div class=\"ts-content\" data-v-c437017a>", "</div>", _vm._l(_vm.template.components, function (component, cIndex) {
2473
- return _vm._ssrNode("<div" + _vm._ssrClass(null, "" + (component.type == 'footer' ? 'order-1 custom-box-shadow-bottom' : '') + (_vm.template.components.length == 1 ? 'custom-box-shadow-bottom' : '')) + " data-v-c437017a>", "</div>", [component.type === 'header' ? _vm._ssrNode("<header id=\"template_header\"" + _vm._ssrClass(null, "" + (_vm.template.components.length == 1 ? 'border-radius-5 custom-border-gray' : '')) + " data-v-c437017a>", "</header>", _vm._l(component.parameters, function (param, pIndex) {
2474
- return _vm._ssrNode("<div data-v-c437017a>", "</div>", [param.type === 'text' ? [_vm._ssrNode(_vm.regexVars.test(param.text) ? "<div data-v-c437017a>" + _vm._s(param.text.replace(_vm.regexVars, "<div class='ts-content__var'>" + _vm.htmlInputString + _vm.varListValues + "</div>")) + "</div>" : "<p data-v-c437017a>" + _vm._s(param.text) + "</p>")] : param.type == 'image' ? _vm._ssrNode("<div class=\"ts-image-type\" data-v-c437017a>", "</div>", [_vm._ssrNode("<input type=\"file\"" + _vm._ssrAttr("accept", _vm.acceptedExtensions) + " class=\"d-none\" data-v-c437017a> "), _vm.headerFiles[0] ? [_c('fa-icon', {
2472
+ }, [_vm._ssrNode("<div class=\"ts-content\" data-v-317a5454>", "</div>", _vm._l(_vm.template.components, function (component, cIndex) {
2473
+ return _vm._ssrNode("<div" + _vm._ssrClass(null, "" + (component.type == 'footer' ? 'order-1 custom-box-shadow-bottom' : '') + (_vm.template.components.length == 1 ? 'custom-box-shadow-bottom' : '')) + " data-v-317a5454>", "</div>", [component.type === 'header' ? _vm._ssrNode("<header id=\"template_header\"" + _vm._ssrClass(null, "" + (_vm.template.components.length == 1 ? 'border-radius-5 custom-border-gray' : '')) + " data-v-317a5454>", "</header>", _vm._l(component.parameters, function (param, pIndex) {
2474
+ return _vm._ssrNode("<div data-v-317a5454>", "</div>", [param.type === 'text' ? [_vm._ssrNode(_vm.regexVars.test(param.text) ? "<div data-v-317a5454>" + _vm._s(param.text.replace(_vm.regexVars, "<div class='ts-content__var'>" + _vm.htmlInputString + _vm.varListValues + "</div>")) + "</div>" : "<p data-v-317a5454>" + _vm._s(param.text) + "</p>")] : param.type == 'image' ? _vm._ssrNode("<div class=\"ts-image-type\" data-v-317a5454>", "</div>", [_vm._ssrNode("<input type=\"file\"" + _vm._ssrAttr("accept", _vm.acceptedExtensions) + " class=\"d-none\" data-v-317a5454> "), _vm.headerFiles[0] ? [_c('fa-icon', {
2475
2475
  directives: [{
2476
2476
  name: "tippy",
2477
2477
  rawName: "v-tippy",
@@ -2510,16 +2510,16 @@ var __vue_render__$z = function __vue_render__() {
2510
2510
  }
2511
2511
  }
2512
2512
  })], 2) : _vm._e()], 2);
2513
- }), 0) : _vm._e(), _vm._ssrNode(" " + (component.type === 'body' ? "<section id=\"template_body\"" + _vm._ssrClass(null, (_vm.template.components.length == 1 ? 'border-radius-5 custom-border-gray' : '') + " " + (!_vm.hasButtonOrFooterComponent ? 'custom-footer-style custom-box-shadow-bottom custom-border-gray' : '')) + " data-v-c437017a>" + _vm._ssrList(component.parameters, function (param, pIndex) {
2514
- return "<div data-v-c437017a>" + (param.type === 'text' ? _vm.regexVars.test(param.text) ? "<div data-v-c437017a>" + _vm._s(param.text.replace(_vm.regexVars, "<div class='ts-content__var'>" + _vm.htmlInputString + _vm.varListValues + "</div>")) + "</div>" : "<p data-v-c437017a>" + _vm._s(param.text) + "</p>" : "<!---->") + "</div>";
2515
- }) + "</section>" : "<!---->") + " " + (component.type == 'button' ? "<section id=\"template_buttons\"" + _vm._ssrClass(null, (_vm.template.components.length == 1 ? 'border-radius-5 custom-border-gray' : '') + " " + (!_vm.hasFooterComponent ? 'custom-footer-style custom-box-shadow-bottom' : '')) + " data-v-c437017a>" + _vm._ssrList(component.parameters, function (param, pIndex) {
2516
- return "<div class=\"ts-button\" data-v-c437017a>" + (param.text ? "<p data-v-c437017a>" + _vm._s(param.text) + "</p>" : "<!---->") + "</div>";
2517
- }) + "</section>" : "<!---->") + " " + (component.type == 'footer' ? "<footer id=\"template_footer\"" + _vm._ssrClass(null, "" + (_vm.template.components.length == 1 ? 'border-radius-5 custom-border-gray' : '')) + " data-v-c437017a>" + _vm._ssrList(component.parameters, function (param, pIndex) {
2518
- return "<div data-v-c437017a>" + (param.type == 'text' ? "<small data-v-c437017a>" + _vm._s(param.text) + "</small>" : "<!---->") + "</div>";
2513
+ }), 0) : _vm._e(), _vm._ssrNode(" " + (component.type === 'body' ? "<section id=\"template_body\"" + _vm._ssrClass(null, (_vm.template.components.length == 1 ? 'border-radius-5 custom-border-gray' : '') + " " + (!_vm.hasButtonOrFooterComponent ? 'custom-footer-style custom-box-shadow-bottom custom-border-gray' : '')) + " data-v-317a5454>" + _vm._ssrList(component.parameters, function (param, pIndex) {
2514
+ return "<div data-v-317a5454>" + (param.type === 'text' ? _vm.regexVars.test(param.text) ? "<div data-v-317a5454>" + _vm._s(param.text.replace(_vm.regexVars, "<div class='ts-content__var'>" + _vm.htmlInputString + _vm.varListValues + "</div>")) + "</div>" : "<p data-v-317a5454>" + _vm._s(param.text) + "</p>" : "<!---->") + "</div>";
2515
+ }) + "</section>" : "<!---->") + " " + (component.type == 'button' ? "<section id=\"template_buttons\"" + _vm._ssrClass(null, (_vm.template.components.length == 1 ? 'border-radius-5 custom-border-gray' : '') + " " + (!_vm.hasFooterComponent ? 'custom-footer-style custom-box-shadow-bottom' : '')) + " data-v-317a5454>" + _vm._ssrList(component.parameters, function (param, pIndex) {
2516
+ return "<div class=\"ts-button\" data-v-317a5454>" + (param.text ? "<p data-v-317a5454>" + _vm._s(param.text) + "</p>" : "<!---->") + "</div>";
2517
+ }) + "</section>" : "<!---->") + " " + (component.type == 'footer' ? "<footer id=\"template_footer\"" + _vm._ssrClass(null, "" + (_vm.template.components.length == 1 ? 'border-radius-5 custom-border-gray' : '')) + " data-v-317a5454>" + _vm._ssrList(component.parameters, function (param, pIndex) {
2518
+ return "<div data-v-317a5454>" + (param.type == 'text' ? "<small data-v-317a5454>" + _vm._s(param.text) + "</small>" : "<!---->") + "</div>";
2519
2519
  }) + "</footer>" : "<!---->"))], 2);
2520
- }), 0), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"container-btns\" data-v-c437017a>", "</div>", [_vm.hasButton ? _vm._ssrNode("<div" + _vm._ssrClass("tg-btn", {
2520
+ }), 0), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"container-btns\" data-v-317a5454>", "</div>", [_vm.hasButton ? _vm._ssrNode("<div" + _vm._ssrClass("tg-btn", {
2521
2521
  'small-btn': _vm.iconButton
2522
- }) + " data-v-c437017a>", "</div>", [_vm._ssrNode("<button data-v-c437017a>", "</button>", [!_vm.iconButton ? [_c('fa-icon', {
2522
+ }) + " data-v-317a5454>", "</div>", [_vm._ssrNode("<button data-v-317a5454>", "</button>", [!_vm.iconButton ? [_c('fa-icon', {
2523
2523
  attrs: {
2524
2524
  "icon": ['fas', 'paper-plane']
2525
2525
  }
@@ -2529,7 +2529,7 @@ var __vue_render__$z = function __vue_render__() {
2529
2529
  }
2530
2530
  })], 2)]) : _vm._e(), _vm._ssrNode(" "), _vm.hasSecondaryButton ? _vm._ssrNode("<div" + _vm._ssrClass("tg-btn btn-red", {
2531
2531
  'small-btn': _vm.iconButton
2532
- }) + " data-v-c437017a>", "</div>", [_vm.hasSecondaryButton ? _vm._ssrNode("<button data-v-c437017a>", "</button>", [!_vm.iconButton ? [_c('fa-icon', {
2532
+ }) + " data-v-317a5454>", "</div>", [_vm.hasSecondaryButton ? _vm._ssrNode("<button data-v-317a5454>", "</button>", [!_vm.iconButton ? [_c('fa-icon', {
2533
2533
  attrs: {
2534
2534
  "icon": ['fas', 'paper-plane']
2535
2535
  }
@@ -2540,13 +2540,13 @@ var __vue_render__$z = function __vue_render__() {
2540
2540
  })], 2) : _vm._e()]) : _vm._e()], 2)], 2);
2541
2541
  };
2542
2542
 
2543
- var __vue_staticRenderFns__$z = [];
2543
+ var __vue_staticRenderFns__$A = [];
2544
2544
  /* style */
2545
2545
 
2546
- var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
2546
+ var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
2547
2547
  if (!inject) return;
2548
- inject("data-v-c437017a_0", {
2549
- source: ".btn-red button[data-v-c437017a]{background-color:red}.btn-red svg[data-v-c437017a]{color:#b60000}.container-btns[data-v-c437017a]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}",
2548
+ inject("data-v-317a5454_0", {
2549
+ source: ".btn-red button[data-v-317a5454]{background-color:red}.btn-red svg[data-v-317a5454]{color:#b60000}.container-btns[data-v-317a5454]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}",
2550
2550
  map: undefined,
2551
2551
  media: undefined
2552
2552
  });
@@ -2554,21 +2554,21 @@ var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
2554
2554
  /* scoped */
2555
2555
 
2556
2556
 
2557
- var __vue_scope_id__$z = "data-v-c437017a";
2557
+ var __vue_scope_id__$A = "data-v-317a5454";
2558
2558
  /* module identifier */
2559
2559
 
2560
- var __vue_module_identifier__$z = "data-v-c437017a";
2560
+ var __vue_module_identifier__$A = "data-v-317a5454";
2561
2561
  /* functional template */
2562
2562
 
2563
- var __vue_is_functional_template__$z = false;
2563
+ var __vue_is_functional_template__$A = false;
2564
2564
  /* style inject shadow dom */
2565
2565
 
2566
- var __vue_component__$H = /*#__PURE__*/normalizeComponent({
2567
- render: __vue_render__$z,
2568
- staticRenderFns: __vue_staticRenderFns__$z
2569
- }, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, createInjectorSSR, undefined);
2566
+ var __vue_component__$J = /*#__PURE__*/normalizeComponent({
2567
+ render: __vue_render__$A,
2568
+ staticRenderFns: __vue_staticRenderFns__$A
2569
+ }, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, createInjectorSSR, undefined);
2570
2570
 
2571
- var TemplateSingle = __vue_component__$H;var setResizeListeners = function setResizeListeners($el, inputClass, parentClass) {
2571
+ var TemplateSingle = __vue_component__$J;var setResizeListeners = function setResizeListeners($el, inputClass, parentClass) {
2572
2572
  var inputTargets = $el.querySelectorAll(inputClass);
2573
2573
  inputTargets.forEach(function (target) {
2574
2574
  target.addEventListener("input", function () {
@@ -2755,11 +2755,11 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
2755
2755
  //
2756
2756
  //
2757
2757
  //
2758
- var script$y = {};/* script */
2759
- var __vue_script__$y = script$y;
2758
+ var script$z = {};/* script */
2759
+ var __vue_script__$z = script$z;
2760
2760
  /* template */
2761
2761
 
2762
- var __vue_render__$y = function __vue_render__() {
2762
+ var __vue_render__$z = function __vue_render__() {
2763
2763
  var _vm = this;
2764
2764
 
2765
2765
  var _h = _vm.$createElement;
@@ -2771,12 +2771,12 @@ var __vue_render__$y = function __vue_render__() {
2771
2771
  }, [_vm._ssrNode("<div class=\"skeleton-options\"><div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div></div> <div class=\"skeleton-input box-shadow ov__skeleton--animation\"></div> <div class=\"skeleton-label box-shadow ov__skeleton--animation\"></div> <div class=\"skeleton-list\"><div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div></div>")]);
2772
2772
  };
2773
2773
 
2774
- var __vue_staticRenderFns__$y = [];
2774
+ var __vue_staticRenderFns__$z = [];
2775
2775
  /* style */
2776
2776
 
2777
- var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
2777
+ var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
2778
2778
  if (!inject) return;
2779
- inject("data-v-606babe9_0", {
2779
+ inject("data-v-5cb744d5_0", {
2780
2780
  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)}.ov__skeleton--animation{animation:skeleton-loading 1s linear infinite alternate}@keyframes skeleton-loading{0%{background-color:#f7f7f7}70%{background-color:#ededed}100%{background-color:#ededed}}.skeleton-picker{position:absolute;width:100%;height:100%;z-index:91;border-radius:5px;background-color:#fff;border:1px solid #ccc}.skeleton-options{width:100%;height:48px;display:flex;justify-content:space-between;align-items:center;padding:0 15px;border-bottom:1px solid #ccc}.skeleton-options .opt{width:25px;height:50%}.skeleton-input{width:calc(100% - 30px);height:25px;margin:7px 15px;border-radius:2.5px}.skeleton-label{margin:15px 0;width:100%;height:30px}.skeleton-list{width:100%;padding-left:7.5px;display:flex;align-items:center;flex-wrap:wrap}.skeleton-list .opt{margin:0 5px 15px 6px;width:25px;height:25px}",
2781
2781
  map: undefined,
2782
2782
  media: undefined
@@ -2785,22 +2785,22 @@ var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
2785
2785
  /* scoped */
2786
2786
 
2787
2787
 
2788
- var __vue_scope_id__$y = undefined;
2788
+ var __vue_scope_id__$z = undefined;
2789
2789
  /* module identifier */
2790
2790
 
2791
- var __vue_module_identifier__$y = "data-v-606babe9";
2791
+ var __vue_module_identifier__$z = "data-v-5cb744d5";
2792
2792
  /* functional template */
2793
2793
 
2794
- var __vue_is_functional_template__$y = false;
2794
+ var __vue_is_functional_template__$z = false;
2795
2795
  /* style inject shadow dom */
2796
2796
 
2797
- var __vue_component__$G = /*#__PURE__*/normalizeComponent({
2798
- render: __vue_render__$y,
2799
- staticRenderFns: __vue_staticRenderFns__$y
2800
- }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, createInjectorSSR, undefined);
2797
+ var __vue_component__$I = /*#__PURE__*/normalizeComponent({
2798
+ render: __vue_render__$z,
2799
+ staticRenderFns: __vue_staticRenderFns__$z
2800
+ }, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, createInjectorSSR, undefined);
2801
2801
 
2802
- var SkeletonPicker = __vue_component__$G;//
2803
- var script$x = {
2802
+ var SkeletonPicker = __vue_component__$I;//
2803
+ var script$y = {
2804
2804
  components: {
2805
2805
  SkeletonPicker: SkeletonPicker
2806
2806
  },
@@ -2988,10 +2988,10 @@ var script$x = {
2988
2988
  }
2989
2989
  }
2990
2990
  };/* script */
2991
- var __vue_script__$x = script$x;
2991
+ var __vue_script__$y = script$y;
2992
2992
  /* template */
2993
2993
 
2994
- var __vue_render__$x = function __vue_render__() {
2994
+ var __vue_render__$y = function __vue_render__() {
2995
2995
  var _vm = this;
2996
2996
 
2997
2997
  var _h = _vm.$createElement;
@@ -3018,12 +3018,12 @@ var __vue_render__$x = function __vue_render__() {
3018
3018
  }) + "</div>") + "</div>")], 2);
3019
3019
  };
3020
3020
 
3021
- var __vue_staticRenderFns__$x = [];
3021
+ var __vue_staticRenderFns__$y = [];
3022
3022
  /* style */
3023
3023
 
3024
- var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
3024
+ var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
3025
3025
  if (!inject) return;
3026
- inject("data-v-7495d16e_0", {
3026
+ inject("data-v-b2483a3e_0", {
3027
3027
  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)}.sm-emoji-picker{width:310px;z-index:2;border:1px solid #ccc;border-radius:5px;background-color:#fff;display:flex;flex-direction:column}.sm-emoji-header{width:100%;display:flex;align-items:center;justify-content:space-between;margin:10px 0;border-bottom:1px solid #ccc}.sm-emoji-link{padding:0 5px 5px 5px;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:.9;transition:all .2s;border-bottom:2px solid transparent}.sm-emoji-link a{margin:0;padding:0;fill:#999}.sm-emoji-link.active a>svg,.sm-emoji-link:hover a>svg{opacity:1;fill:#666}.sm-emoji-link.active a>svg[stroke-linecap],.sm-emoji-link:hover a>svg[stroke-linecap]{opacity:1;fill:transparent;stroke:#666}.sm-emoji-link.active{border-bottom:2px solid #666}.sm-emoji-scroll{width:100%;height:calc(100% - 52px);max-height:calc(100% - 52px);scroll-behavior:smooth;overflow-y:auto;overflow-x:hidden;scrollbar-color:#888 rgba(0,0,0,.2);scrollbar-width:8px;position:relative}.sm-emoji-scroll::-webkit-scrollbar{width:8px}.sm-emoji-scroll::-webkit-scrollbar-track{background-color:rgba(0,0,0,.2)}.sm-emoji-scroll::-webkit-scrollbar-thumb{transition-duration:.5s;background-color:#666}.sm-emoji-scroll::-webkit-scrollbar-thumb:hover{background-color:#555}.sm-emoji-search{width:100%;display:flex;align-items:center;justify-content:center;position:sticky;top:0;z-index:1;background:#fff;padding-bottom:10px}.sm-emoji-search>input{width:90%;outline:0;border:1px solid #ccc;border-radius:2.5px;padding:5px 10px;transition:border .2s}.sm-emoji-search>input:active,.sm-emoji-search>input:focus,.sm-emoji-search>input:hover{outline:0;border:1px solid #999}.sm-emoji-search.sticky{position:fixed;width:310px;background-color:#fff}.sm-emoji-selection{width:100%;margin-bottom:10px}.sm-emoji-title{width:100%;display:flex;justify-content:flex-start;align-items:center;background-color:#f7f7f7;padding:5px 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sm-emoji-title svg{margin:0 5px}.sm-emoji-group{width:100%;display:flex;flex-wrap:wrap;font-size:22px}.sm-emoji-item{cursor:pointer;opacity:.8;transition:opacity .2s;margin:3.5px}.sm-emoji-item:hover{opacity:1}",
3028
3028
  map: undefined,
3029
3029
  media: undefined
@@ -3032,22 +3032,22 @@ var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
3032
3032
  /* scoped */
3033
3033
 
3034
3034
 
3035
- var __vue_scope_id__$x = undefined;
3035
+ var __vue_scope_id__$y = undefined;
3036
3036
  /* module identifier */
3037
3037
 
3038
- var __vue_module_identifier__$x = "data-v-7495d16e";
3038
+ var __vue_module_identifier__$y = "data-v-b2483a3e";
3039
3039
  /* functional template */
3040
3040
 
3041
- var __vue_is_functional_template__$x = false;
3041
+ var __vue_is_functional_template__$y = false;
3042
3042
  /* style inject shadow dom */
3043
3043
 
3044
- var __vue_component__$F = /*#__PURE__*/normalizeComponent({
3045
- render: __vue_render__$x,
3046
- staticRenderFns: __vue_staticRenderFns__$x
3047
- }, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, createInjectorSSR, undefined);
3044
+ var __vue_component__$H = /*#__PURE__*/normalizeComponent({
3045
+ render: __vue_render__$y,
3046
+ staticRenderFns: __vue_staticRenderFns__$y
3047
+ }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, createInjectorSSR, undefined);
3048
3048
 
3049
- var Picker = __vue_component__$F;//
3050
- var script$w = {
3049
+ var Picker = __vue_component__$H;//
3050
+ var script$x = {
3051
3051
  components: {
3052
3052
  Picker: Picker
3053
3053
  },
@@ -3137,10 +3137,10 @@ var script$w = {
3137
3137
  }
3138
3138
  }
3139
3139
  };/* script */
3140
- var __vue_script__$w = script$w;
3140
+ var __vue_script__$x = script$x;
3141
3141
  /* template */
3142
3142
 
3143
- var __vue_render__$w = function __vue_render__() {
3143
+ var __vue_render__$x = function __vue_render__() {
3144
3144
  var _vm = this;
3145
3145
 
3146
3146
  var _h = _vm.$createElement;
@@ -3173,12 +3173,12 @@ var __vue_render__$w = function __vue_render__() {
3173
3173
  })], 1)], 2);
3174
3174
  };
3175
3175
 
3176
- var __vue_staticRenderFns__$w = [];
3176
+ var __vue_staticRenderFns__$x = [];
3177
3177
  /* style */
3178
3178
 
3179
- var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
3179
+ var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
3180
3180
  if (!inject) return;
3181
- inject("data-v-5bae6207_0", {
3181
+ inject("data-v-40aef988_0", {
3182
3182
  source: ".show-y-enter-active,.show-y-leave-enter{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-enter,.show-y-leave-to{opacity:0;transform:translateY(5%)}.emoji-text-container{position:relative}.emoji-text-container .emoji-text-btn{font-size:19.2px;cursor:pointer}",
3183
3183
  map: undefined,
3184
3184
  media: undefined
@@ -3187,27 +3187,27 @@ var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
3187
3187
  /* scoped */
3188
3188
 
3189
3189
 
3190
- var __vue_scope_id__$w = undefined;
3190
+ var __vue_scope_id__$x = undefined;
3191
3191
  /* module identifier */
3192
3192
 
3193
- var __vue_module_identifier__$w = "data-v-5bae6207";
3193
+ var __vue_module_identifier__$x = "data-v-40aef988";
3194
3194
  /* functional template */
3195
3195
 
3196
- var __vue_is_functional_template__$w = false;
3196
+ var __vue_is_functional_template__$x = false;
3197
3197
  /* style inject shadow dom */
3198
3198
 
3199
- var __vue_component__$E = /*#__PURE__*/normalizeComponent({
3200
- render: __vue_render__$w,
3201
- staticRenderFns: __vue_staticRenderFns__$w
3202
- }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, createInjectorSSR, undefined);
3199
+ var __vue_component__$G = /*#__PURE__*/normalizeComponent({
3200
+ render: __vue_render__$x,
3201
+ staticRenderFns: __vue_staticRenderFns__$x
3202
+ }, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, createInjectorSSR, undefined);
3203
3203
 
3204
- var BtnEmojis = __vue_component__$E;//
3204
+ var BtnEmojis = __vue_component__$G;//
3205
3205
  //
3206
3206
  //
3207
3207
  //
3208
3208
  //
3209
3209
  //
3210
- var script$v = {
3210
+ var script$w = {
3211
3211
  props: {
3212
3212
  hasBg: {
3213
3213
  type: Boolean,
@@ -3228,10 +3228,10 @@ var script$v = {
3228
3228
  }
3229
3229
  }
3230
3230
  };/* script */
3231
- var __vue_script__$v = script$v;
3231
+ var __vue_script__$w = script$w;
3232
3232
  /* template */
3233
3233
 
3234
- var __vue_render__$v = function __vue_render__() {
3234
+ var __vue_render__$w = function __vue_render__() {
3235
3235
  var _vm = this;
3236
3236
 
3237
3237
  var _h = _vm.$createElement;
@@ -3250,12 +3250,12 @@ var __vue_render__$v = function __vue_render__() {
3250
3250
  }) + "></div>")]);
3251
3251
  };
3252
3252
 
3253
- var __vue_staticRenderFns__$v = [];
3253
+ var __vue_staticRenderFns__$w = [];
3254
3254
  /* style */
3255
3255
 
3256
- var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
3256
+ var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
3257
3257
  if (!inject) return;
3258
- inject("data-v-0b32f34b_0", {
3258
+ inject("data-v-2f9b92af_0", {
3259
3259
  source: ".req-loader-container{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.req-loader-container.light-bg{background-color:rgba(0,0,0,.3);border-radius:inherit}.req-loader-container.align-right{justify-content:flex-end}.req-loader-container.align-right .req-loader{margin-right:15px}.req-loader{border:2px solid #ccc;border-top:2px solid #333;border-radius:50%;width:20px;height:20px;min-width:20px;min-height:20px;animation:spin 2s linear infinite}.req-loader.big{width:40px;height:40px;animation:spin 3s linear infinite}.req-loader.slow{animation:spin 4s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
3260
3260
  map: undefined,
3261
3261
  media: undefined
@@ -3264,21 +3264,21 @@ var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
3264
3264
  /* scoped */
3265
3265
 
3266
3266
 
3267
- var __vue_scope_id__$v = undefined;
3267
+ var __vue_scope_id__$w = undefined;
3268
3268
  /* module identifier */
3269
3269
 
3270
- var __vue_module_identifier__$v = "data-v-0b32f34b";
3270
+ var __vue_module_identifier__$w = "data-v-2f9b92af";
3271
3271
  /* functional template */
3272
3272
 
3273
- var __vue_is_functional_template__$v = false;
3273
+ var __vue_is_functional_template__$w = false;
3274
3274
  /* style inject shadow dom */
3275
3275
 
3276
- var __vue_component__$D = /*#__PURE__*/normalizeComponent({
3277
- render: __vue_render__$v,
3278
- staticRenderFns: __vue_staticRenderFns__$v
3279
- }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, createInjectorSSR, undefined);
3276
+ var __vue_component__$F = /*#__PURE__*/normalizeComponent({
3277
+ render: __vue_render__$w,
3278
+ staticRenderFns: __vue_staticRenderFns__$w
3279
+ }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, createInjectorSSR, undefined);
3280
3280
 
3281
- var Loader = __vue_component__$D;//
3281
+ var Loader = __vue_component__$F;//
3282
3282
  //
3283
3283
  //
3284
3284
  //
@@ -3286,7 +3286,7 @@ var Loader = __vue_component__$D;//
3286
3286
  //
3287
3287
  //
3288
3288
  //
3289
- var script$u = {
3289
+ var script$v = {
3290
3290
  props: {
3291
3291
  message: {
3292
3292
  type: String,
@@ -3304,10 +3304,10 @@ var script$u = {
3304
3304
  }
3305
3305
  }
3306
3306
  };/* script */
3307
- var __vue_script__$u = script$u;
3307
+ var __vue_script__$v = script$v;
3308
3308
  /* template */
3309
3309
 
3310
- var __vue_render__$u = function __vue_render__() {
3310
+ var __vue_render__$v = function __vue_render__() {
3311
3311
  var _vm = this;
3312
3312
 
3313
3313
  var _h = _vm.$createElement;
@@ -3322,37 +3322,37 @@ var __vue_render__$u = function __vue_render__() {
3322
3322
  }, []) : _vm._e();
3323
3323
  };
3324
3324
 
3325
- var __vue_staticRenderFns__$u = [];
3325
+ var __vue_staticRenderFns__$v = [];
3326
3326
  /* style */
3327
3327
 
3328
- var __vue_inject_styles__$u = undefined;
3328
+ var __vue_inject_styles__$v = undefined;
3329
3329
  /* scoped */
3330
3330
 
3331
- var __vue_scope_id__$u = undefined;
3331
+ var __vue_scope_id__$v = undefined;
3332
3332
  /* module identifier */
3333
3333
 
3334
- var __vue_module_identifier__$u = "data-v-f8dac3e4";
3334
+ var __vue_module_identifier__$v = "data-v-28b16894";
3335
3335
  /* functional template */
3336
3336
 
3337
- var __vue_is_functional_template__$u = false;
3337
+ var __vue_is_functional_template__$v = false;
3338
3338
  /* style inject */
3339
3339
 
3340
3340
  /* style inject SSR */
3341
3341
 
3342
3342
  /* style inject shadow dom */
3343
3343
 
3344
- var __vue_component__$C = /*#__PURE__*/normalizeComponent({
3345
- render: __vue_render__$u,
3346
- staticRenderFns: __vue_staticRenderFns__$u
3347
- }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
3344
+ var __vue_component__$E = /*#__PURE__*/normalizeComponent({
3345
+ render: __vue_render__$v,
3346
+ staticRenderFns: __vue_staticRenderFns__$v
3347
+ }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, undefined, undefined);
3348
3348
 
3349
- var RemainingCharacters = __vue_component__$C;//
3349
+ var RemainingCharacters = __vue_component__$E;//
3350
3350
  //
3351
3351
  //
3352
3352
  //
3353
3353
  //
3354
3354
  //
3355
- var script$t = {
3355
+ var script$u = {
3356
3356
  props: {
3357
3357
  dictionary: {
3358
3358
  type: Object,
@@ -3422,10 +3422,10 @@ var script$t = {
3422
3422
  }
3423
3423
  }
3424
3424
  };/* script */
3425
- var __vue_script__$t = script$t;
3425
+ var __vue_script__$u = script$u;
3426
3426
  /* template */
3427
3427
 
3428
- var __vue_render__$t = function __vue_render__() {
3428
+ var __vue_render__$u = function __vue_render__() {
3429
3429
  var _vm = this;
3430
3430
 
3431
3431
  var _h = _vm.$createElement;
@@ -3447,31 +3447,31 @@ var __vue_render__$t = function __vue_render__() {
3447
3447
  })], 1);
3448
3448
  };
3449
3449
 
3450
- var __vue_staticRenderFns__$t = [];
3450
+ var __vue_staticRenderFns__$u = [];
3451
3451
  /* style */
3452
3452
 
3453
- var __vue_inject_styles__$t = undefined;
3453
+ var __vue_inject_styles__$u = undefined;
3454
3454
  /* scoped */
3455
3455
 
3456
- var __vue_scope_id__$t = undefined;
3456
+ var __vue_scope_id__$u = undefined;
3457
3457
  /* module identifier */
3458
3458
 
3459
- var __vue_module_identifier__$t = "data-v-291765d5";
3459
+ var __vue_module_identifier__$u = "data-v-6ff2746d";
3460
3460
  /* functional template */
3461
3461
 
3462
- var __vue_is_functional_template__$t = false;
3462
+ var __vue_is_functional_template__$u = false;
3463
3463
  /* style inject */
3464
3464
 
3465
3465
  /* style inject SSR */
3466
3466
 
3467
3467
  /* style inject shadow dom */
3468
3468
 
3469
- var __vue_component__$B = /*#__PURE__*/normalizeComponent({
3470
- render: __vue_render__$t,
3471
- staticRenderFns: __vue_staticRenderFns__$t
3472
- }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
3469
+ var __vue_component__$D = /*#__PURE__*/normalizeComponent({
3470
+ render: __vue_render__$u,
3471
+ staticRenderFns: __vue_staticRenderFns__$u
3472
+ }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
3473
3473
 
3474
- var BtnMic = __vue_component__$B;//
3474
+ var BtnMic = __vue_component__$D;//
3475
3475
  //
3476
3476
  //
3477
3477
  //
@@ -3494,7 +3494,7 @@ var BtnMic = __vue_component__$B;//
3494
3494
  //
3495
3495
  //
3496
3496
  //
3497
- var script$s = {
3497
+ var script$t = {
3498
3498
  props: {
3499
3499
  textId: {
3500
3500
  type: String,
@@ -3545,10 +3545,10 @@ var script$s = {
3545
3545
  }
3546
3546
  }
3547
3547
  };/* script */
3548
- var __vue_script__$s = script$s;
3548
+ var __vue_script__$t = script$t;
3549
3549
  /* template */
3550
3550
 
3551
- var __vue_render__$s = function __vue_render__() {
3551
+ var __vue_render__$t = function __vue_render__() {
3552
3552
  var _vm = this;
3553
3553
 
3554
3554
  var _h = _vm.$createElement;
@@ -3583,12 +3583,12 @@ var __vue_render__$s = function __vue_render__() {
3583
3583
  }), _vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.file.name) + "\n "))], 2) : _vm._e(), _vm._ssrNode(" " + (_vm.imagePreview ? "<div class=\"text-footer-image-preview\"><img" + _vm._ssrAttr("src", _vm.imagePreview) + _vm._ssrAttr("alt", _vm.dictionary.alt_previa_img) + "></div>" : "<!---->"))]], 2) : _vm._e();
3584
3584
  };
3585
3585
 
3586
- var __vue_staticRenderFns__$s = [];
3586
+ var __vue_staticRenderFns__$t = [];
3587
3587
  /* style */
3588
3588
 
3589
- var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
3589
+ var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
3590
3590
  if (!inject) return;
3591
- inject("data-v-47011c08_0", {
3591
+ inject("data-v-7223c0a4_0", {
3592
3592
  source: ".single-file-preview .close-icon{color:#e74c3c;cursor:pointer;opacity:.9;transition:opacity .3s}.single-file-preview .close-icon:hover{opacity:1}.text-footer-invalid-format{color:#222;padding:10px}.text-footer-invalid-format h3{font-weight:500}.text-footer-invalid-format h4{font-size:14.4px}.text-footer-preview-title{font-size:16px;padding:10px 0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-footer-image-preview{display:flex;justify-content:center;align-items:center;width:100%}.text-footer-image-preview img{cursor:pointer;max-width:98%;max-height:98%;padding:2%}",
3593
3593
  map: undefined,
3594
3594
  media: undefined
@@ -3597,22 +3597,22 @@ var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
3597
3597
  /* scoped */
3598
3598
 
3599
3599
 
3600
- var __vue_scope_id__$s = undefined;
3600
+ var __vue_scope_id__$t = undefined;
3601
3601
  /* module identifier */
3602
3602
 
3603
- var __vue_module_identifier__$s = "data-v-47011c08";
3603
+ var __vue_module_identifier__$t = "data-v-7223c0a4";
3604
3604
  /* functional template */
3605
3605
 
3606
- var __vue_is_functional_template__$s = false;
3606
+ var __vue_is_functional_template__$t = false;
3607
3607
  /* style inject shadow dom */
3608
3608
 
3609
- var __vue_component__$A = /*#__PURE__*/normalizeComponent({
3610
- render: __vue_render__$s,
3611
- staticRenderFns: __vue_staticRenderFns__$s
3612
- }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, createInjectorSSR, undefined);
3609
+ var __vue_component__$C = /*#__PURE__*/normalizeComponent({
3610
+ render: __vue_render__$t,
3611
+ staticRenderFns: __vue_staticRenderFns__$t
3612
+ }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, createInjectorSSR, undefined);
3613
3613
 
3614
- var SingleFilePreview = __vue_component__$A;//
3615
- var script$r = {
3614
+ var SingleFilePreview = __vue_component__$C;//
3615
+ var script$s = {
3616
3616
  components: {
3617
3617
  Loader: Loader
3618
3618
  },
@@ -3688,10 +3688,10 @@ var script$r = {
3688
3688
  }
3689
3689
  }
3690
3690
  };/* script */
3691
- var __vue_script__$r = script$r;
3691
+ var __vue_script__$s = script$s;
3692
3692
  /* template */
3693
3693
 
3694
- var __vue_render__$r = function __vue_render__() {
3694
+ var __vue_render__$s = function __vue_render__() {
3695
3695
  var _vm = this;
3696
3696
 
3697
3697
  var _h = _vm.$createElement;
@@ -3813,12 +3813,12 @@ var __vue_render__$r = function __vue_render__() {
3813
3813
  })], 2)], 2);
3814
3814
  };
3815
3815
 
3816
- var __vue_staticRenderFns__$r = [];
3816
+ var __vue_staticRenderFns__$s = [];
3817
3817
  /* style */
3818
3818
 
3819
- var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
3819
+ var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
3820
3820
  if (!inject) return;
3821
- inject("data-v-3493a28d_0", {
3821
+ inject("data-v-6d6ff3b9_0", {
3822
3822
  source: ".multiple-file-preview{position:relative;display:flex;flex-direction:column;width:100%;height:100%;max-height:100%;overflow-y:auto;overflow-x:hidden;border-top-left-radius:2.5px;border-top-right-radius:2.5px;transition:background-color 150ms;scrollbar-color:#888 rgba(0,0,0,.2);scrollbar-width:4px}.multiple-file-preview::-webkit-scrollbar{width:4px}.multiple-file-preview .close-icon{color:#e74c3c;cursor:pointer;opacity:.9;transition:opacity .3s}.multiple-file-preview .close-icon:hover{opacity:1}.multiple-file-preview::-webkit-scrollbar-track{background-color:rgba(0,0,0,.2)}.multiple-file-preview::-webkit-scrollbar-thumb{transition-duration:.5s;background-color:#222}.multiple-file-preview::-webkit-scrollbar-thumb:hover{background-color:#555}.text-footer-invalid-format{color:#222;padding:10px}.text-footer-invalid-format h3{text-overflow:ellipsis;overflow:hidden;font-weight:500}.text-footer-invalid-format h4{text-overflow:ellipsis;overflow:hidden;font-size:14.4px}.text-footer-exclude-file{position:absolute;top:5px;right:5px;cursor:pointer;display:flex;justify-content:center;align-items:center;min-width:16px;min-height:16px;background-color:#fff;border-radius:50%}.text-footer-exclude-file svg{transition:color .2s;color:#e9594a}.text-footer-exclude-file svg:hover{color:#e74c3c}.file-preview{display:flex;width:100%;align-items:center;padding:5px 10px;transition:background-color 150ms}.file-preview:hover{background-color:rgba(0,0,0,.1)}.file-title{color:#222;display:flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:4px 10px;background-color:#fff;border-radius:30px;display:inline-block}.file-title.red{color:#e74c3c;margin-right:5px}.file-title>svg{margin-right:5px;color:#333}.small-img{flex:1;margin:0 15px;display:flex;justify-content:center;align-items:center;position:relative}.small-img img{height:40px;cursor:pointer}.small-img .doc,.small-img .pdf{display:flex;justify-content:center;align-items:center;font-size:30px}.small-img .pdf{color:#e74c3c}.small-img .doc{color:#006bc9}.small-img .doc svg,.small-img .pdf svg{z-index:1}.small-img .doc::after,.small-img .pdf::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.img-container{padding:5px;border-radius:2.5px;background-color:rgba(0,0,0,.15);display:flex;justify-content:center;align-items:center}.delete-file{display:flex;justify-content:center;align-items:center;cursor:pointer}.delete-file>svg{font-size:16px;color:#e74c3c}",
3823
3823
  map: undefined,
3824
3824
  media: undefined
@@ -3827,21 +3827,21 @@ var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
3827
3827
  /* scoped */
3828
3828
 
3829
3829
 
3830
- var __vue_scope_id__$r = undefined;
3830
+ var __vue_scope_id__$s = undefined;
3831
3831
  /* module identifier */
3832
3832
 
3833
- var __vue_module_identifier__$r = "data-v-3493a28d";
3833
+ var __vue_module_identifier__$s = "data-v-6d6ff3b9";
3834
3834
  /* functional template */
3835
3835
 
3836
- var __vue_is_functional_template__$r = false;
3836
+ var __vue_is_functional_template__$s = false;
3837
3837
  /* style inject shadow dom */
3838
3838
 
3839
- var __vue_component__$z = /*#__PURE__*/normalizeComponent({
3840
- render: __vue_render__$r,
3841
- staticRenderFns: __vue_staticRenderFns__$r
3842
- }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, createInjectorSSR, undefined);
3839
+ var __vue_component__$B = /*#__PURE__*/normalizeComponent({
3840
+ render: __vue_render__$s,
3841
+ staticRenderFns: __vue_staticRenderFns__$s
3842
+ }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, createInjectorSSR, undefined);
3843
3843
 
3844
- var MultipleFilePreview = __vue_component__$z;var script$q = {
3844
+ var MultipleFilePreview = __vue_component__$B;var script$r = {
3845
3845
  components: {
3846
3846
  SingleFilePreview: SingleFilePreview,
3847
3847
  MultipleFilePreview: MultipleFilePreview
@@ -4198,10 +4198,10 @@ var MultipleFilePreview = __vue_component__$z;var script$q = {
4198
4198
  }
4199
4199
  }
4200
4200
  };/* script */
4201
- var __vue_script__$q = script$q;
4201
+ var __vue_script__$r = script$r;
4202
4202
  /* template */
4203
4203
 
4204
- var __vue_render__$q = function __vue_render__() {
4204
+ var __vue_render__$r = function __vue_render__() {
4205
4205
  var _vm = this;
4206
4206
 
4207
4207
  var _h = _vm.$createElement;
@@ -4372,12 +4372,12 @@ var __vue_render__$q = function __vue_render__() {
4372
4372
  }) : _vm._e()], 1)])], 2);
4373
4373
  };
4374
4374
 
4375
- var __vue_staticRenderFns__$q = [];
4375
+ var __vue_staticRenderFns__$r = [];
4376
4376
  /* style */
4377
4377
 
4378
- var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
4378
+ var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
4379
4379
  if (!inject) return;
4380
- inject("data-v-31a61ba4_0", {
4380
+ inject("data-v-2b84b5de_0", {
4381
4381
  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:8px;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:12.8px}.files-counter-2 svg{margin-left:5px}.files-counter-2:hover{opacity:1;text-decoration:underline}",
4382
4382
  map: undefined,
4383
4383
  media: undefined
@@ -4386,27 +4386,27 @@ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
4386
4386
  /* scoped */
4387
4387
 
4388
4388
 
4389
- var __vue_scope_id__$q = undefined;
4389
+ var __vue_scope_id__$r = undefined;
4390
4390
  /* module identifier */
4391
4391
 
4392
- var __vue_module_identifier__$q = "data-v-31a61ba4";
4392
+ var __vue_module_identifier__$r = "data-v-2b84b5de";
4393
4393
  /* functional template */
4394
4394
 
4395
- var __vue_is_functional_template__$q = false;
4395
+ var __vue_is_functional_template__$r = false;
4396
4396
  /* style inject shadow dom */
4397
4397
 
4398
- var __vue_component__$y = /*#__PURE__*/normalizeComponent({
4399
- render: __vue_render__$q,
4400
- staticRenderFns: __vue_staticRenderFns__$q
4401
- }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);
4398
+ var __vue_component__$A = /*#__PURE__*/normalizeComponent({
4399
+ render: __vue_render__$r,
4400
+ staticRenderFns: __vue_staticRenderFns__$r
4401
+ }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, createInjectorSSR, undefined);
4402
4402
 
4403
- var BtnFiles = __vue_component__$y;//
4403
+ var BtnFiles = __vue_component__$A;//
4404
4404
  //
4405
4405
  //
4406
4406
  //
4407
4407
  //
4408
4408
  //
4409
- var script$p = {
4409
+ var script$q = {
4410
4410
  props: {
4411
4411
  dictionary: {
4412
4412
  type: Object,
@@ -4415,10 +4415,10 @@ var script$p = {
4415
4415
  }
4416
4416
  }
4417
4417
  };/* script */
4418
- var __vue_script__$p = script$p;
4418
+ var __vue_script__$q = script$q;
4419
4419
  /* template */
4420
4420
 
4421
- var __vue_render__$p = function __vue_render__() {
4421
+ var __vue_render__$q = function __vue_render__() {
4422
4422
  var _vm = this;
4423
4423
 
4424
4424
  var _h = _vm.$createElement;
@@ -4442,37 +4442,37 @@ var __vue_render__$p = function __vue_render__() {
4442
4442
  })], 1);
4443
4443
  };
4444
4444
 
4445
- var __vue_staticRenderFns__$p = [];
4445
+ var __vue_staticRenderFns__$q = [];
4446
4446
  /* style */
4447
4447
 
4448
- var __vue_inject_styles__$p = undefined;
4448
+ var __vue_inject_styles__$q = undefined;
4449
4449
  /* scoped */
4450
4450
 
4451
- var __vue_scope_id__$p = undefined;
4451
+ var __vue_scope_id__$q = undefined;
4452
4452
  /* module identifier */
4453
4453
 
4454
- var __vue_module_identifier__$p = "data-v-c2fae61e";
4454
+ var __vue_module_identifier__$q = "data-v-52e9b7ec";
4455
4455
  /* functional template */
4456
4456
 
4457
- var __vue_is_functional_template__$p = false;
4457
+ var __vue_is_functional_template__$q = false;
4458
4458
  /* style inject */
4459
4459
 
4460
4460
  /* style inject SSR */
4461
4461
 
4462
4462
  /* style inject shadow dom */
4463
4463
 
4464
- var __vue_component__$x = /*#__PURE__*/normalizeComponent({
4465
- render: __vue_render__$p,
4466
- staticRenderFns: __vue_staticRenderFns__$p
4467
- }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
4464
+ var __vue_component__$z = /*#__PURE__*/normalizeComponent({
4465
+ render: __vue_render__$q,
4466
+ staticRenderFns: __vue_staticRenderFns__$q
4467
+ }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
4468
4468
 
4469
- var BtnExpand = __vue_component__$x;//
4469
+ var BtnExpand = __vue_component__$z;//
4470
4470
  //
4471
4471
  //
4472
4472
  //
4473
4473
  //
4474
4474
  //
4475
- var script$o = {
4475
+ var script$p = {
4476
4476
  props: {
4477
4477
  dictionary: {
4478
4478
  type: Object,
@@ -4481,10 +4481,10 @@ var script$o = {
4481
4481
  }
4482
4482
  }
4483
4483
  };/* script */
4484
- var __vue_script__$o = script$o;
4484
+ var __vue_script__$p = script$p;
4485
4485
  /* template */
4486
4486
 
4487
- var __vue_render__$o = function __vue_render__() {
4487
+ var __vue_render__$p = function __vue_render__() {
4488
4488
  var _vm = this;
4489
4489
 
4490
4490
  var _h = _vm.$createElement;
@@ -4508,31 +4508,31 @@ var __vue_render__$o = function __vue_render__() {
4508
4508
  })], 1);
4509
4509
  };
4510
4510
 
4511
- var __vue_staticRenderFns__$o = [];
4511
+ var __vue_staticRenderFns__$p = [];
4512
4512
  /* style */
4513
4513
 
4514
- var __vue_inject_styles__$o = undefined;
4514
+ var __vue_inject_styles__$p = undefined;
4515
4515
  /* scoped */
4516
4516
 
4517
- var __vue_scope_id__$o = undefined;
4517
+ var __vue_scope_id__$p = undefined;
4518
4518
  /* module identifier */
4519
4519
 
4520
- var __vue_module_identifier__$o = "data-v-05b2a592";
4520
+ var __vue_module_identifier__$p = "data-v-618f2ce6";
4521
4521
  /* functional template */
4522
4522
 
4523
- var __vue_is_functional_template__$o = false;
4523
+ var __vue_is_functional_template__$p = false;
4524
4524
  /* style inject */
4525
4525
 
4526
4526
  /* style inject SSR */
4527
4527
 
4528
4528
  /* style inject shadow dom */
4529
4529
 
4530
- var __vue_component__$w = /*#__PURE__*/normalizeComponent({
4531
- render: __vue_render__$o,
4532
- staticRenderFns: __vue_staticRenderFns__$o
4533
- }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
4530
+ var __vue_component__$y = /*#__PURE__*/normalizeComponent({
4531
+ render: __vue_render__$p,
4532
+ staticRenderFns: __vue_staticRenderFns__$p
4533
+ }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
4534
4534
 
4535
- var BtnStandardMessages = __vue_component__$w;var bind = function bind(fn, thisArg) {
4535
+ var BtnStandardMessages = __vue_component__$y;var bind = function bind(fn, thisArg) {
4536
4536
  return function wrap() {
4537
4537
  var args = new Array(arguments.length);
4538
4538
  for (var i = 0; i < args.length; i++) {
@@ -8373,7 +8373,7 @@ var dev = window.location.hostname == 'localhost' ? '&teste=levchat2' : '';var s
8373
8373
  }
8374
8374
  }
8375
8375
  };//
8376
- var script$n = {
8376
+ var script$o = {
8377
8377
  mixins: [standardMessages],
8378
8378
  props: {
8379
8379
  hasStandardMessages: {
@@ -8587,10 +8587,10 @@ var script$n = {
8587
8587
  }
8588
8588
  }
8589
8589
  };/* script */
8590
- var __vue_script__$n = script$n;
8590
+ var __vue_script__$o = script$o;
8591
8591
  /* template */
8592
8592
 
8593
- var __vue_render__$n = function __vue_render__() {
8593
+ var __vue_render__$o = function __vue_render__() {
8594
8594
  var _vm = this;
8595
8595
 
8596
8596
  var _h = _vm.$createElement;
@@ -8675,12 +8675,12 @@ var __vue_render__$n = function __vue_render__() {
8675
8675
  }, [_c('VueLoader')], 1) : _vm._e()])], 2)]) : _vm._e();
8676
8676
  };
8677
8677
 
8678
- var __vue_staticRenderFns__$n = [];
8678
+ var __vue_staticRenderFns__$o = [];
8679
8679
  /* style */
8680
8680
 
8681
- var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
8681
+ var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
8682
8682
  if (!inject) return;
8683
- inject("data-v-7cd1c21b_0", {
8683
+ inject("data-v-9024288c_0", {
8684
8684
  source: ".transition-selects{min-height:80px;display:flex;flex-direction:column;width:100%}.loader-select{position:relative;min-height:35px;background:#fff;width:100%;border:1px solid #ccc;border-radius:5px;z-index:1}.loading-message{background-color:#555!important}",
8685
8685
  map: undefined,
8686
8686
  media: undefined
@@ -8689,21 +8689,21 @@ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
8689
8689
  /* scoped */
8690
8690
 
8691
8691
 
8692
- var __vue_scope_id__$n = undefined;
8692
+ var __vue_scope_id__$o = undefined;
8693
8693
  /* module identifier */
8694
8694
 
8695
- var __vue_module_identifier__$n = "data-v-7cd1c21b";
8695
+ var __vue_module_identifier__$o = "data-v-9024288c";
8696
8696
  /* functional template */
8697
8697
 
8698
- var __vue_is_functional_template__$n = false;
8698
+ var __vue_is_functional_template__$o = false;
8699
8699
  /* style inject shadow dom */
8700
8700
 
8701
- var __vue_component__$v = /*#__PURE__*/normalizeComponent({
8702
- render: __vue_render__$n,
8703
- staticRenderFns: __vue_staticRenderFns__$n
8704
- }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, createInjectorSSR, undefined);
8701
+ var __vue_component__$x = /*#__PURE__*/normalizeComponent({
8702
+ render: __vue_render__$o,
8703
+ staticRenderFns: __vue_staticRenderFns__$o
8704
+ }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, createInjectorSSR, undefined);
8705
8705
 
8706
- var StandardMessages = __vue_component__$v;//
8706
+ var StandardMessages = __vue_component__$x;//
8707
8707
  //
8708
8708
  //
8709
8709
  //
@@ -8728,7 +8728,7 @@ var StandardMessages = __vue_component__$v;//
8728
8728
  //
8729
8729
  //
8730
8730
  //
8731
- var script$m = {
8731
+ var script$n = {
8732
8732
  props: {
8733
8733
  dictionary: {
8734
8734
  type: Object,
@@ -8737,10 +8737,10 @@ var script$m = {
8737
8737
  }
8738
8738
  }
8739
8739
  };/* script */
8740
- var __vue_script__$m = script$m;
8740
+ var __vue_script__$n = script$n;
8741
8741
  /* template */
8742
8742
 
8743
- var __vue_render__$m = function __vue_render__() {
8743
+ var __vue_render__$n = function __vue_render__() {
8744
8744
  var _vm = this;
8745
8745
 
8746
8746
  var _h = _vm.$createElement;
@@ -8768,13 +8768,13 @@ var __vue_render__$m = function __vue_render__() {
8768
8768
  })], 2);
8769
8769
  };
8770
8770
 
8771
- var __vue_staticRenderFns__$m = [];
8771
+ var __vue_staticRenderFns__$n = [];
8772
8772
  /* style */
8773
8773
 
8774
- var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
8774
+ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
8775
8775
  if (!inject) return;
8776
- inject("data-v-55b9e1b4_0", {
8777
- source: ".text-footer-actions--btn[data-v-55b9e1b4]{position:relative}.text-footer-actions--btn>svg[data-v-55b9e1b4]:nth-child(1){font-size:19.2px}.text-footer-actions--btn>svg[data-v-55b9e1b4]:nth-child(2){font-size:9.6px;position:absolute;transform:translateY(-2px)}",
8776
+ inject("data-v-1bcfefe8_0", {
8777
+ source: ".text-footer-actions--btn[data-v-1bcfefe8]{position:relative}.text-footer-actions--btn>svg[data-v-1bcfefe8]:nth-child(1){font-size:19.2px}.text-footer-actions--btn>svg[data-v-1bcfefe8]:nth-child(2){font-size:9.6px;position:absolute;transform:translateY(-2px)}",
8778
8778
  map: undefined,
8779
8779
  media: undefined
8780
8780
  });
@@ -8782,21 +8782,21 @@ var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
8782
8782
  /* scoped */
8783
8783
 
8784
8784
 
8785
- var __vue_scope_id__$m = "data-v-55b9e1b4";
8785
+ var __vue_scope_id__$n = "data-v-1bcfefe8";
8786
8786
  /* module identifier */
8787
8787
 
8788
- var __vue_module_identifier__$m = "data-v-55b9e1b4";
8788
+ var __vue_module_identifier__$n = "data-v-1bcfefe8";
8789
8789
  /* functional template */
8790
8790
 
8791
- var __vue_is_functional_template__$m = false;
8791
+ var __vue_is_functional_template__$n = false;
8792
8792
  /* style inject shadow dom */
8793
8793
 
8794
- var __vue_component__$u = /*#__PURE__*/normalizeComponent({
8795
- render: __vue_render__$m,
8796
- staticRenderFns: __vue_staticRenderFns__$m
8797
- }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);
8794
+ var __vue_component__$w = /*#__PURE__*/normalizeComponent({
8795
+ render: __vue_render__$n,
8796
+ staticRenderFns: __vue_staticRenderFns__$n
8797
+ }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, createInjectorSSR, undefined);
8798
8798
 
8799
- var BtnScreenShare = __vue_component__$u;//
8799
+ var BtnScreenShare = __vue_component__$w;//
8800
8800
  //
8801
8801
  //
8802
8802
  //
@@ -8821,7 +8821,7 @@ var BtnScreenShare = __vue_component__$u;//
8821
8821
  //
8822
8822
  //
8823
8823
  //
8824
- var script$l = {
8824
+ var script$m = {
8825
8825
  props: {
8826
8826
  dictionary: {
8827
8827
  type: Object,
@@ -8830,10 +8830,10 @@ var script$l = {
8830
8830
  }
8831
8831
  }
8832
8832
  };/* script */
8833
- var __vue_script__$l = script$l;
8833
+ var __vue_script__$m = script$m;
8834
8834
  /* template */
8835
8835
 
8836
- var __vue_render__$l = function __vue_render__() {
8836
+ var __vue_render__$m = function __vue_render__() {
8837
8837
  var _vm = this;
8838
8838
 
8839
8839
  var _h = _vm.$createElement;
@@ -8850,7 +8850,7 @@ var __vue_render__$l = function __vue_render__() {
8850
8850
  return _vm.$emit('click-trigger');
8851
8851
  }
8852
8852
  }
8853
- }, [_vm._ssrNode("<span class=\"multiplos\" data-v-6fafc393>", "</span>", [_c('fa-icon', {
8853
+ }, [_vm._ssrNode("<span class=\"multiplos\" data-v-2020500d>", "</span>", [_c('fa-icon', {
8854
8854
  attrs: {
8855
8855
  "icon": ['fas', 'download']
8856
8856
  }
@@ -8862,13 +8862,13 @@ var __vue_render__$l = function __vue_render__() {
8862
8862
  })], 2)]);
8863
8863
  };
8864
8864
 
8865
- var __vue_staticRenderFns__$l = [];
8865
+ var __vue_staticRenderFns__$m = [];
8866
8866
  /* style */
8867
8867
 
8868
- var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
8868
+ var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
8869
8869
  if (!inject) return;
8870
- inject("data-v-6fafc393_0", {
8871
- source: ".multiplos[data-v-6fafc393]{display:flex}.multiplos svg[data-v-6fafc393]{font-size:15.2px}.multiplos svg.small[data-v-6fafc393]{font-size:11.2px!important}",
8870
+ inject("data-v-2020500d_0", {
8871
+ source: ".multiplos[data-v-2020500d]{display:flex}.multiplos svg[data-v-2020500d]{font-size:15.2px}.multiplos svg.small[data-v-2020500d]{font-size:11.2px!important}",
8872
8872
  map: undefined,
8873
8873
  media: undefined
8874
8874
  });
@@ -8876,22 +8876,22 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
8876
8876
  /* scoped */
8877
8877
 
8878
8878
 
8879
- var __vue_scope_id__$l = "data-v-6fafc393";
8879
+ var __vue_scope_id__$m = "data-v-2020500d";
8880
8880
  /* module identifier */
8881
8881
 
8882
- var __vue_module_identifier__$l = "data-v-6fafc393";
8882
+ var __vue_module_identifier__$m = "data-v-2020500d";
8883
8883
  /* functional template */
8884
8884
 
8885
- var __vue_is_functional_template__$l = false;
8885
+ var __vue_is_functional_template__$m = false;
8886
8886
  /* style inject shadow dom */
8887
8887
 
8888
- var __vue_component__$t = /*#__PURE__*/normalizeComponent({
8889
- render: __vue_render__$l,
8890
- staticRenderFns: __vue_staticRenderFns__$l
8891
- }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);
8888
+ var __vue_component__$v = /*#__PURE__*/normalizeComponent({
8889
+ render: __vue_render__$m,
8890
+ staticRenderFns: __vue_staticRenderFns__$m
8891
+ }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);
8892
8892
 
8893
- var BtnDownloadAllFiles = __vue_component__$t;//
8894
- var script$k = {
8893
+ var BtnDownloadAllFiles = __vue_component__$v;//
8894
+ var script$l = {
8895
8895
  components: {
8896
8896
  BtnEmojis: BtnEmojis,
8897
8897
  Loader: Loader,
@@ -9349,10 +9349,10 @@ var script$k = {
9349
9349
  window.removeEventListener("message", this.listenerPostMessage);
9350
9350
  }
9351
9351
  };/* script */
9352
- var __vue_script__$k = script$k;
9352
+ var __vue_script__$l = script$l;
9353
9353
  /* template */
9354
9354
 
9355
- var __vue_render__$k = function __vue_render__() {
9355
+ var __vue_render__$l = function __vue_render__() {
9356
9356
  var _vm = this;
9357
9357
 
9358
9358
  var _h = _vm.$createElement;
@@ -9551,12 +9551,12 @@ var __vue_render__$k = function __vue_render__() {
9551
9551
  }) : _vm._e()], 1)], 2) : _vm._e();
9552
9552
  };
9553
9553
 
9554
- var __vue_staticRenderFns__$k = [];
9554
+ var __vue_staticRenderFns__$l = [];
9555
9555
  /* style */
9556
9556
 
9557
- var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
9557
+ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
9558
9558
  if (!inject) return;
9559
- inject("data-v-020f42f5_0", {
9559
+ inject("data-v-7b08667a_0", {
9560
9560
  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:14px;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:14px;font-family:inherit;background:inherit}.text-footer-container textarea:focus{outline:unset}.text-footer-container textarea::placeholder{font-size:12px}.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:16px;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:9.2px;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:-30px;right:35px;background-color:#fafafa}.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:16px;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:16px}.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:16px;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:15.2px;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:12.8px;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:12.8px;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:13.6px!important}.emoji-mart-anchor,.emoji-mart-emoji span{cursor:pointer!important}.emoji-mart{z-index:2!important}.emoji-mart-scroll{overflow-x:hidden}",
9561
9561
  map: undefined,
9562
9562
  media: undefined
@@ -9565,22 +9565,22 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
9565
9565
  /* scoped */
9566
9566
 
9567
9567
 
9568
- var __vue_scope_id__$k = undefined;
9568
+ var __vue_scope_id__$l = undefined;
9569
9569
  /* module identifier */
9570
9570
 
9571
- var __vue_module_identifier__$k = "data-v-020f42f5";
9571
+ var __vue_module_identifier__$l = "data-v-7b08667a";
9572
9572
  /* functional template */
9573
9573
 
9574
- var __vue_is_functional_template__$k = false;
9574
+ var __vue_is_functional_template__$l = false;
9575
9575
  /* style inject shadow dom */
9576
9576
 
9577
- var __vue_component__$s = /*#__PURE__*/normalizeComponent({
9578
- render: __vue_render__$k,
9579
- staticRenderFns: __vue_staticRenderFns__$k
9580
- }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);
9577
+ var __vue_component__$u = /*#__PURE__*/normalizeComponent({
9578
+ render: __vue_render__$l,
9579
+ staticRenderFns: __vue_staticRenderFns__$l
9580
+ }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);
9581
9581
 
9582
- var TextFooter = __vue_component__$s;//
9583
- var script$j = {
9582
+ var TextFooter = __vue_component__$u;//
9583
+ var script$k = {
9584
9584
  components: {
9585
9585
  TextFooter: TextFooter
9586
9586
  },
@@ -9636,10 +9636,10 @@ var script$j = {
9636
9636
  }
9637
9637
  }
9638
9638
  };/* script */
9639
- var __vue_script__$j = script$j;
9639
+ var __vue_script__$k = script$k;
9640
9640
  /* template */
9641
9641
 
9642
- var __vue_render__$j = function __vue_render__() {
9642
+ var __vue_render__$k = function __vue_render__() {
9643
9643
  var _vm = this;
9644
9644
 
9645
9645
  var _h = _vm.$createElement;
@@ -9673,32 +9673,32 @@ var __vue_render__$j = function __vue_render__() {
9673
9673
  })], 2)]) : _vm._e()], 2)])]);
9674
9674
  };
9675
9675
 
9676
- var __vue_staticRenderFns__$j = [];
9676
+ var __vue_staticRenderFns__$k = [];
9677
9677
  /* style */
9678
9678
 
9679
- var __vue_inject_styles__$j = undefined;
9679
+ var __vue_inject_styles__$k = undefined;
9680
9680
  /* scoped */
9681
9681
 
9682
- var __vue_scope_id__$j = undefined;
9682
+ var __vue_scope_id__$k = undefined;
9683
9683
  /* module identifier */
9684
9684
 
9685
- var __vue_module_identifier__$j = "data-v-5971fd9f";
9685
+ var __vue_module_identifier__$k = "data-v-27551f8a";
9686
9686
  /* functional template */
9687
9687
 
9688
- var __vue_is_functional_template__$j = false;
9688
+ var __vue_is_functional_template__$k = false;
9689
9689
  /* style inject */
9690
9690
 
9691
9691
  /* style inject SSR */
9692
9692
 
9693
9693
  /* style inject shadow dom */
9694
9694
 
9695
- var __vue_component__$r = /*#__PURE__*/normalizeComponent({
9696
- render: __vue_render__$j,
9697
- staticRenderFns: __vue_staticRenderFns__$j
9698
- }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
9695
+ var __vue_component__$t = /*#__PURE__*/normalizeComponent({
9696
+ render: __vue_render__$k,
9697
+ staticRenderFns: __vue_staticRenderFns__$k
9698
+ }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
9699
9699
 
9700
- var TemplateMessage = __vue_component__$r;//
9701
- var script$i = {
9700
+ var TemplateMessage = __vue_component__$t;//
9701
+ var script$j = {
9702
9702
  components: {
9703
9703
  TemplateSingle: TemplateSingle,
9704
9704
  TemplateMessage: TemplateMessage
@@ -9931,10 +9931,10 @@ var script$i = {
9931
9931
  }
9932
9932
  }
9933
9933
  };/* script */
9934
- var __vue_script__$i = script$i;
9934
+ var __vue_script__$j = script$j;
9935
9935
  /* template */
9936
9936
 
9937
- var __vue_render__$i = function __vue_render__() {
9937
+ var __vue_render__$j = function __vue_render__() {
9938
9938
  var _vm = this;
9939
9939
 
9940
9940
  var _h = _vm.$createElement;
@@ -10008,12 +10008,12 @@ var __vue_render__$i = function __vue_render__() {
10008
10008
  })], 1)] : _vm._e()], 2) : _vm._e();
10009
10009
  };
10010
10010
 
10011
- var __vue_staticRenderFns__$i = [];
10011
+ var __vue_staticRenderFns__$j = [];
10012
10012
  /* style */
10013
10013
 
10014
- var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
10014
+ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
10015
10015
  if (!inject) return;
10016
- inject("data-v-84838958_0", {
10016
+ inject("data-v-7c073b7a_0", {
10017
10017
  source: "*{box-sizing:border-box}.toasted svg{margin-right:10px}.d-none{display:none}ul{list-style-type:none}h1,h2,h3,h4,p{margin:0;padding:0}.tg-container{width:100%;max-width:800px;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto}.tg-options{width:100%;display:flex}.tg-options.column{flex-direction:column}.tg-options h4{margin-right:5px}.ts-image-type{display:flex;align-items:center}.ts-image-type img{cursor:pointer}.ts-image-type svg{font-size:25px;cursor:pointer}.ts-image-type .select-image{color:#838383}.color-red{color:#e74c3c}.color-blue{color:#007bff}.color-black{color:#333}.color-purple{color:#a312a3}.custom-tooltip-image{display:flex;justify-content:center;align-items:center;overflow:visible;padding:5px}.custom-tooltip-image img{max-width:75px;max-height:75px}.ts-button{background-color:#fff;border-radius:10px;display:flex;justify-content:center;align-items:center;padding:3px 15px;transition:background-color 150ms ease-in-out}.ts-button:hover{background-color:#fdfdfd}.tg-select{flex:1;height:34px;overflow:hidden}.tg-select .vs__dropdown-toggle{background-color:#fff;height:34px;overflow:hidden;display:flex;align-items:center}.tg-select .vs__selected-options{height:34px;overflow:hidden}.tg-select .vs__selected-options>span{white-space:nowrap;text-overflow:ellipsis;flex:1}.vs__dropdown-option.vs__dropdown-option--selected{background-color:#1a5fad!important;color:#fff}.vs__dropdown-menu li{padding:10px 15px}.vs__dropdown-option{transition:background-color 150ms;white-space:normal}.vs__dropdown-option:nth-child(odd){background-color:#f1f1f1}.vs__dropdown-option--highlight,.vs__dropdown-option--selected,.vs__dropdown-option:active,.vs__dropdown-option:focus,.vs__dropdown-option:hover{background-color:#5897fb!important;color:#fff}.tg-component{width:100%}.ts-container{width:100%;display:flex;justify-content:space-between;gap:10px}.ts-content{--border-color:#CCC;--background-color:#DFF0D8;--input-background-color:#FFF;--input-border-default:#007BFF;--input-border-error:#E74C3C;--placeholder-color:#BBB;--border-radius:5px;flex:2;font-size:11.2px;padding:10px 0;display:flex;flex-direction:column}.order-1{order:1}.custom-box-shadow-bottom{box-shadow:0 3px 4px -3px rgba(0,0,0,.3)}.custom-border-gray{border:1px solid var(--border-color)!important}.ts-content footer,.ts-content header,.ts-content section{padding:3px 5px;background-color:var(--background-color)}.ts-content header,.ts-content section{border-right:1px solid var(--border-color);border-left:1px solid var(--border-color)}.ts-content header{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);border-top:1px solid var(--border-color)}.ts-content header{font-weight:550}.ts-content section{line-height:25px}.ts-content section.margin-bottom{border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);border-bottom:1px solid var(--border-color)}.custom-footer-style,.ts-content footer{border:1px solid var(--border-color);border-top:unset;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.ts-content input{border:1px solid transparent;outline:0;font-size:12.8px;padding:2.5px 5px;background-color:var(--input-background-color)}.ts-content input::placeholder{color:var(--placeholder-color)}.ts-content input.active,.ts-content input:focus{border:1px solid var(--input-border-default)}.ts-content input.invalid{border:1px solid var(--input-border-error)!important}.ts-content__var{display:inline-block;position:relative}.ts-dropdown{margin:0;padding:0;position:absolute;top:19px;left:0;background:#eee;width:100%;z-index:1;transition:all 150ms;visibility:hidden;opacity:0;list-style-type:none;border:1px solid #444;border-top:unset}.ts-dropdown li{width:100%;opacity:.9;cursor:pointer;font-weight:550;padding:2px 3px;font-size:12.8px;transition:background-color 150ms}.ts-dropdown li:focus,.ts-dropdown li:focus-within,.ts-dropdown li:hover{opacity:1;background-color:#555;color:#fff}.ts-dropdown.visible{visibility:visible;opacity:1}.tg-btn{width:auto;display:flex;justify-content:center;align-items:center}.tg-btn button{border:unset;display:block;min-width:180px;height:35px;padding:0 10px;font-weight:500;background-color:#007bff;color:#fff;transition:transform .3s ease-in-out;user-select:none;cursor:pointer;box-shadow:inset 0 -2px rgba(0,0,0,.2);opacity:.9;border-radius:2.5px}.tg-btn button>svg{margin-right:5px;color:#003166}.tg-btn button:hover{opacity:1}.tg-btn button: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)}.tg-btn button: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)}.tg-btn button:active,.tg-btn button:focus{outline:2px solid #000}.tg-btn.small-btn{width:auto;margin:0 5px}.tg-btn.small-btn svg{margin-right:0}.tg-btn.small-btn button{min-width:35px;width:35px;padding:0;display:flex;justify-content:center;align-items:center}.tm-container{border:1px solid var(--border-color);border-radius:5px;display:flex}",
10018
10018
  map: undefined,
10019
10019
  media: undefined
@@ -10022,22 +10022,22 @@ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
10022
10022
  /* scoped */
10023
10023
 
10024
10024
 
10025
- var __vue_scope_id__$i = undefined;
10025
+ var __vue_scope_id__$j = undefined;
10026
10026
  /* module identifier */
10027
10027
 
10028
- var __vue_module_identifier__$i = "data-v-84838958";
10028
+ var __vue_module_identifier__$j = "data-v-7c073b7a";
10029
10029
  /* functional template */
10030
10030
 
10031
- var __vue_is_functional_template__$i = false;
10031
+ var __vue_is_functional_template__$j = false;
10032
10032
  /* style inject shadow dom */
10033
10033
 
10034
- var __vue_component__$p = /*#__PURE__*/normalizeComponent({
10035
- render: __vue_render__$i,
10036
- staticRenderFns: __vue_staticRenderFns__$i
10037
- }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, createInjectorSSR, undefined);
10034
+ var __vue_component__$r = /*#__PURE__*/normalizeComponent({
10035
+ render: __vue_render__$j,
10036
+ staticRenderFns: __vue_staticRenderFns__$j
10037
+ }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, createInjectorSSR, undefined);
10038
10038
 
10039
- var __vue_component__$q = __vue_component__$p;//
10040
- var script$h = {
10039
+ var __vue_component__$s = __vue_component__$r;//
10040
+ var script$i = {
10041
10041
  components: {
10042
10042
  BtnEmojis: BtnEmojis,
10043
10043
  BtnFiles: BtnFiles
@@ -10304,10 +10304,10 @@ var script$h = {
10304
10304
  }
10305
10305
  }
10306
10306
  };/* script */
10307
- var __vue_script__$h = script$h;
10307
+ var __vue_script__$i = script$i;
10308
10308
  /* template */
10309
10309
 
10310
- var __vue_render__$h = function __vue_render__() {
10310
+ var __vue_render__$i = function __vue_render__() {
10311
10311
  var _vm = this;
10312
10312
 
10313
10313
  var _h = _vm.$createElement;
@@ -10373,12 +10373,12 @@ var __vue_render__$h = function __vue_render__() {
10373
10373
  }) : _vm._e(), _vm._ssrNode(" "), _vm._t("btn-1"), _vm._ssrNode(" "), _vm._t("btn-2")], 2)], 2)], 2);
10374
10374
  };
10375
10375
 
10376
- var __vue_staticRenderFns__$h = [];
10376
+ var __vue_staticRenderFns__$i = [];
10377
10377
  /* style */
10378
10378
 
10379
- var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
10379
+ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
10380
10380
  if (!inject) return;
10381
- inject("data-v-ceed6dc6_0", {
10381
+ inject("data-v-12dc5c87_0", {
10382
10382
  source: ".sc-icone-fechar{cursor:pointer;position:absolute;top:0;right:0;background-color:#fff;border-radius:50%;z-index:1;color:#e74c3c;font-size:20.8px}.sc-icone-fechar.sc-icone-fechar--externo{top:-10px;right:-10px}.sc-icone-fechar.sc-icone-fechar--interno{top:10px;right:10px}.expand-textarea{position:relative;width:90%;height:90%;z-index:1}.expand-textarea-content{overflow-x:hidden;overflow-y:auto;background-color:#fff;width:100%;height:100%;display:flex;flex-direction:column}.expand-textarea-title{padding:2.5px 8px;min-height:38px;display:flex;align-items:center;width:100%;font-size:20.8px;background-color:#222;color:#fff}.expand-textarea-content textarea{padding:10px;flex:1;width:100%;border:unset;resize:none;outline:0;overflow-x:hidden}.expand-textarea-content textarea:active,.expand-textarea-content textarea:hover{outline:0}.expand-textarea-footer{display:flex;justify-content:flex-end;align-items:center;padding:10px;background-color:#f7f7f7;position:relative}.expand-textarea-footer .text-footer-preview-container{position:absolute;top:-200px;right:145px;height:200px;background:#f7f7f7}.expand-textarea-footer .text-footer-actions--btn{width:36px;height:36px;border-radius:50%;background-color:rgba(255,255,255,0);color:#333;padding:2.5px;margin:0 15px 0 10px;display:flex;justify-content:center;align-items:center;font-size:20.8px;cursor:pointer;opacity:.9;transition:all .3s}.expand-textarea-footer .text-footer-actions--btn:hover{opacity:1;background-color:rgba(30,30,30,.1)}.expand-textarea-button{width:125px;height:30px;display:flex;justify-content:center;align-items:center;transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -2px rgba(0,0,0,.2);opacity:.9;border-radius:5px;padding:5px 10px;border-radius:2.5px;position:relative}.expand-textarea-button.green{background-color:#2a963a;color:#fff;margin-right:10px}.expand-textarea-button.red{background-color:#e74c3c;color:#fff}.expand-textarea-button:hover{opacity:1}.expand-textarea-button: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)}.expand-textarea-button.carregando{background-color:#777}",
10383
10383
  map: undefined,
10384
10384
  media: undefined
@@ -10387,21 +10387,21 @@ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
10387
10387
  /* scoped */
10388
10388
 
10389
10389
 
10390
- var __vue_scope_id__$h = undefined;
10390
+ var __vue_scope_id__$i = undefined;
10391
10391
  /* module identifier */
10392
10392
 
10393
- var __vue_module_identifier__$h = "data-v-ceed6dc6";
10393
+ var __vue_module_identifier__$i = "data-v-12dc5c87";
10394
10394
  /* functional template */
10395
10395
 
10396
- var __vue_is_functional_template__$h = false;
10396
+ var __vue_is_functional_template__$i = false;
10397
10397
  /* style inject shadow dom */
10398
10398
 
10399
- var __vue_component__$n = /*#__PURE__*/normalizeComponent({
10400
- render: __vue_render__$h,
10401
- staticRenderFns: __vue_staticRenderFns__$h
10402
- }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, createInjectorSSR, undefined);
10399
+ var __vue_component__$p = /*#__PURE__*/normalizeComponent({
10400
+ render: __vue_render__$i,
10401
+ staticRenderFns: __vue_staticRenderFns__$i
10402
+ }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, createInjectorSSR, undefined);
10403
10403
 
10404
- var __vue_component__$o = __vue_component__$n;var textoLongo = {
10404
+ var __vue_component__$q = __vue_component__$p;var textoLongo = {
10405
10405
  methods: {
10406
10406
  tratarTextoLongo: function tratarTextoLongo(textoLongo) {
10407
10407
  var maxLength = 100;
@@ -10688,7 +10688,7 @@ var __vue_component__$o = __vue_component__$n;var textoLongo = {
10688
10688
  }
10689
10689
  }
10690
10690
  };//
10691
- var script$g = {
10691
+ var script$h = {
10692
10692
  mixins: [fileHandler],
10693
10693
  props: {
10694
10694
  file: {
@@ -10710,10 +10710,10 @@ var script$g = {
10710
10710
  });
10711
10711
  }
10712
10712
  };/* script */
10713
- var __vue_script__$g = script$g;
10713
+ var __vue_script__$h = script$h;
10714
10714
  /* template */
10715
10715
 
10716
- var __vue_render__$g = function __vue_render__() {
10716
+ var __vue_render__$h = function __vue_render__() {
10717
10717
  var _vm = this;
10718
10718
 
10719
10719
  var _h = _vm.$createElement;
@@ -10784,16 +10784,16 @@ var __vue_render__$g = function __vue_render__() {
10784
10784
  })], 1)]], 2)], 1);
10785
10785
  };
10786
10786
 
10787
- var __vue_staticRenderFns__$g = [];
10787
+ var __vue_staticRenderFns__$h = [];
10788
10788
  /* style */
10789
10789
 
10790
- var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
10790
+ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
10791
10791
  if (!inject) return;
10792
- inject("data-v-c0bc7096_0", {
10793
- source: ".fade-enter-active[data-v-c0bc7096],.fade-leave-active[data-v-c0bc7096]{transition:opacity .5s}.fade-enter[data-v-c0bc7096],.fade-leave-to[data-v-c0bc7096]{opacity:0}",
10792
+ inject("data-v-6af76ab4_0", {
10793
+ source: ".fade-enter-active[data-v-6af76ab4],.fade-leave-active[data-v-6af76ab4]{transition:opacity .5s}.fade-enter[data-v-6af76ab4],.fade-leave-to[data-v-6af76ab4]{opacity:0}",
10794
10794
  map: undefined,
10795
10795
  media: undefined
10796
- }), inject("data-v-c0bc7096_1", {
10796
+ }), inject("data-v-6af76ab4_1", {
10797
10797
  source: ".file-item{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.file-item-transition{max-width:100%;max-height:100%;display:flex;justify-content:center;align-items:center;position:relative}.file-item .req-loader{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.file-item-transition img{max-width:45px;max-height:45px}.file-item a{margin-left:5px;text-decoration:none;color:#333}.file-icon{display:flex;justify-content:center;align-items:center;font-size:30px;cursor:pointer}.file-icon:hover{opacity:1}.file-icon:visited{color:inherit}svg{font-size:30px;z-index:1}.file-icon.pdf{position:relative}.file-icon.pdf svg{color:#e74c3c}.file-icon.pdf::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.file-icon.doc{color:#15517f}.file-icon.doc::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.file-img{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}.file-img:hover{opacity:1}.file-img img{width:95%}",
10798
10798
  map: undefined,
10799
10799
  media: undefined
@@ -10802,21 +10802,21 @@ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
10802
10802
  /* scoped */
10803
10803
 
10804
10804
 
10805
- var __vue_scope_id__$g = "data-v-c0bc7096";
10805
+ var __vue_scope_id__$h = "data-v-6af76ab4";
10806
10806
  /* module identifier */
10807
10807
 
10808
- var __vue_module_identifier__$g = "data-v-c0bc7096";
10808
+ var __vue_module_identifier__$h = "data-v-6af76ab4";
10809
10809
  /* functional template */
10810
10810
 
10811
- var __vue_is_functional_template__$g = false;
10811
+ var __vue_is_functional_template__$h = false;
10812
10812
  /* style inject shadow dom */
10813
10813
 
10814
- var __vue_component__$m = /*#__PURE__*/normalizeComponent({
10815
- render: __vue_render__$g,
10816
- staticRenderFns: __vue_staticRenderFns__$g
10817
- }, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, createInjectorSSR, undefined);
10814
+ var __vue_component__$o = /*#__PURE__*/normalizeComponent({
10815
+ render: __vue_render__$h,
10816
+ staticRenderFns: __vue_staticRenderFns__$h
10817
+ }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, createInjectorSSR, undefined);
10818
10818
 
10819
- var CardFile = __vue_component__$m;//
10819
+ var CardFile = __vue_component__$o;//
10820
10820
  //
10821
10821
  //
10822
10822
  //
@@ -10833,7 +10833,7 @@ var CardFile = __vue_component__$m;//
10833
10833
  //
10834
10834
  //
10835
10835
  //
10836
- var script$f = {
10836
+ var script$g = {
10837
10837
  props: {
10838
10838
  hasReply: {
10839
10839
  type: Boolean
@@ -10849,10 +10849,10 @@ var script$f = {
10849
10849
  }
10850
10850
  }
10851
10851
  };/* script */
10852
- var __vue_script__$f = script$f;
10852
+ var __vue_script__$g = script$g;
10853
10853
  /* template */
10854
10854
 
10855
- var __vue_render__$f = function __vue_render__() {
10855
+ var __vue_render__$g = function __vue_render__() {
10856
10856
  var _vm = this;
10857
10857
 
10858
10858
  var _h = _vm.$createElement;
@@ -10988,32 +10988,32 @@ var __vue_render__$f = function __vue_render__() {
10988
10988
  })], 1) : _vm._e()])], 2);
10989
10989
  };
10990
10990
 
10991
- var __vue_staticRenderFns__$f = [];
10991
+ var __vue_staticRenderFns__$g = [];
10992
10992
  /* style */
10993
10993
 
10994
- var __vue_inject_styles__$f = undefined;
10994
+ var __vue_inject_styles__$g = undefined;
10995
10995
  /* scoped */
10996
10996
 
10997
- var __vue_scope_id__$f = undefined;
10997
+ var __vue_scope_id__$g = undefined;
10998
10998
  /* module identifier */
10999
10999
 
11000
- var __vue_module_identifier__$f = "data-v-5f1ba959";
11000
+ var __vue_module_identifier__$g = "data-v-8ed61404";
11001
11001
  /* functional template */
11002
11002
 
11003
- var __vue_is_functional_template__$f = false;
11003
+ var __vue_is_functional_template__$g = false;
11004
11004
  /* style inject */
11005
11005
 
11006
11006
  /* style inject SSR */
11007
11007
 
11008
11008
  /* style inject shadow dom */
11009
11009
 
11010
- var __vue_component__$l = /*#__PURE__*/normalizeComponent({
11011
- render: __vue_render__$f,
11012
- staticRenderFns: __vue_staticRenderFns__$f
11013
- }, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
11010
+ var __vue_component__$n = /*#__PURE__*/normalizeComponent({
11011
+ render: __vue_render__$g,
11012
+ staticRenderFns: __vue_staticRenderFns__$g
11013
+ }, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
11014
11014
 
11015
- var CardCheck = __vue_component__$l;//
11016
- var script$e = {
11015
+ var CardCheck = __vue_component__$n;//
11016
+ var script$f = {
11017
11017
  components: {
11018
11018
  CardFile: CardFile,
11019
11019
  CardCheck: CardCheck
@@ -11146,10 +11146,10 @@ var script$e = {
11146
11146
  }
11147
11147
  }
11148
11148
  };/* script */
11149
- var __vue_script__$e = script$e;
11149
+ var __vue_script__$f = script$f;
11150
11150
  /* template */
11151
11151
 
11152
- var __vue_render__$e = function __vue_render__() {
11152
+ var __vue_render__$f = function __vue_render__() {
11153
11153
  var _vm = this;
11154
11154
 
11155
11155
  var _h = _vm.$createElement;
@@ -11201,12 +11201,12 @@ var __vue_render__$e = function __vue_render__() {
11201
11201
  }) : _vm._e()], 2)], 2)], 2) : _vm._e();
11202
11202
  };
11203
11203
 
11204
- var __vue_staticRenderFns__$e = [];
11204
+ var __vue_staticRenderFns__$f = [];
11205
11205
  /* style */
11206
11206
 
11207
- var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
11207
+ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
11208
11208
  if (!inject) return;
11209
- inject("data-v-48f7f880_0", {
11209
+ inject("data-v-628cf78b_0", {
11210
11210
  source: ".fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}.card-cli,.card-ope{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.newMessage,.card-ope.newMessage{margin-top:30px}.new-messages{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{border-left:3px solid #90b823}.card-ope{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card{border-right:3px solid #007535}.card{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px}.card p{word-break:break-all}.card-header{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between}.card-header svg{font-size:16px}.card-author{display:flex;align-items:center}.card-author svg{margin-right:5px}.card-canal{flex:1;margin-right:10px}.card-dates{display:flex;flex-direction:column;margin-right:10px;font-size:14.4px}.card-date{overflow:hidden;display:flex;align-content:center}.card-date span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-date svg{margin-right:5px;color:#232323}.card-expand{display:flex;justify-content:center;align-items:center;margin:2.5px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand:hover{opacity:1}.card-footer{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap;min-height:25px}.card-chip{font-size:12.8px;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:hover{background-color:#cfd8f4}.card-chip.orange{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow:hover{background-color:rgba(252,191,73,.2)}.card-chip.red{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red:hover{background-color:rgba(231,76,60,.25)}.card-file{width:60px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.card-reply{cursor:pointer;position:absolute;right:30px;bottom:5px;font-size:9.6px;color:#67a332;width:14.4px;height:14.4px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff}.card-reply svg{margin-top:-1px;margin-right:-1px}.card-check{position:absolute;bottom:5px;right:5px;cursor:pointer;font-size:11.2px}.card-check svg{font-size:12.8px}.card-check.seen,.card-check.seen svg{color:#006daa}.card-check.green,.card-check.green svg{color:#4f772d}.card-check.red,.card-check.red svg{color:#ba181b}.card-check.gray,.card-check.gray svg{color:#999}.card-check.black,.card-check.black svg{color:#666}",
11211
11211
  map: undefined,
11212
11212
  media: undefined
@@ -11215,22 +11215,22 @@ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
11215
11215
  /* scoped */
11216
11216
 
11217
11217
 
11218
- var __vue_scope_id__$e = undefined;
11218
+ var __vue_scope_id__$f = undefined;
11219
11219
  /* module identifier */
11220
11220
 
11221
- var __vue_module_identifier__$e = "data-v-48f7f880";
11221
+ var __vue_module_identifier__$f = "data-v-628cf78b";
11222
11222
  /* functional template */
11223
11223
 
11224
- var __vue_is_functional_template__$e = false;
11224
+ var __vue_is_functional_template__$f = false;
11225
11225
  /* style inject shadow dom */
11226
11226
 
11227
- var __vue_component__$j = /*#__PURE__*/normalizeComponent({
11228
- render: __vue_render__$e,
11229
- staticRenderFns: __vue_staticRenderFns__$e
11230
- }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);
11227
+ var __vue_component__$l = /*#__PURE__*/normalizeComponent({
11228
+ render: __vue_render__$f,
11229
+ staticRenderFns: __vue_staticRenderFns__$f
11230
+ }, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, createInjectorSSR, undefined);
11231
11231
 
11232
- var __vue_component__$k = __vue_component__$j;//
11233
- var script$d = {
11232
+ var __vue_component__$m = __vue_component__$l;//
11233
+ var script$e = {
11234
11234
  mixins: [mixin_1],
11235
11235
  props: {
11236
11236
  lista: {
@@ -11248,10 +11248,10 @@ var script$d = {
11248
11248
  }
11249
11249
  }
11250
11250
  };/* script */
11251
- var __vue_script__$d = script$d;
11251
+ var __vue_script__$e = script$e;
11252
11252
  /* template */
11253
11253
 
11254
- var __vue_render__$d = function __vue_render__() {
11254
+ var __vue_render__$e = function __vue_render__() {
11255
11255
  var _vm = this;
11256
11256
 
11257
11257
  var _h = _vm.$createElement;
@@ -11280,12 +11280,12 @@ var __vue_render__$d = function __vue_render__() {
11280
11280
  }))], 2);
11281
11281
  };
11282
11282
 
11283
- var __vue_staticRenderFns__$d = [];
11283
+ var __vue_staticRenderFns__$e = [];
11284
11284
  /* style */
11285
11285
 
11286
- var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
11286
+ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
11287
11287
  if (!inject) return;
11288
- inject("data-v-6517890c_0", {
11288
+ inject("data-v-c881ad98_0", {
11289
11289
  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:15px;right:0;width:250px;height:auto;max-height:300px;overflow-y:auto;overflow-x:hidden;background-color:#fff;border-radius:15px;color:#333;font-size:14px}.interatividade-popup-titulo h1{padding:4px 10px;background-color:#333;color:#fff;font-size:1.2em;display:flex;justify-content:space-between;align-items:center}.interatividade-popup-titulo h1 svg{color:#e74c3c;cursor:pointer;font-size:.9em}.interatividade-popup-item{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-popup-item-desc{font-size:.9em;color:#767676}",
11290
11290
  map: undefined,
11291
11291
  media: undefined
@@ -11294,21 +11294,21 @@ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
11294
11294
  /* scoped */
11295
11295
 
11296
11296
 
11297
- var __vue_scope_id__$d = undefined;
11297
+ var __vue_scope_id__$e = undefined;
11298
11298
  /* module identifier */
11299
11299
 
11300
- var __vue_module_identifier__$d = "data-v-6517890c";
11300
+ var __vue_module_identifier__$e = "data-v-c881ad98";
11301
11301
  /* functional template */
11302
11302
 
11303
- var __vue_is_functional_template__$d = false;
11303
+ var __vue_is_functional_template__$e = false;
11304
11304
  /* style inject shadow dom */
11305
11305
 
11306
- var __vue_component__$i = /*#__PURE__*/normalizeComponent({
11307
- render: __vue_render__$d,
11308
- staticRenderFns: __vue_staticRenderFns__$d
11309
- }, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, createInjectorSSR, undefined);
11306
+ var __vue_component__$k = /*#__PURE__*/normalizeComponent({
11307
+ render: __vue_render__$e,
11308
+ staticRenderFns: __vue_staticRenderFns__$e
11309
+ }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);
11310
11310
 
11311
- var InteratividadePopup = __vue_component__$i;var script$c = {
11311
+ var InteratividadePopup = __vue_component__$k;var script$d = {
11312
11312
  components: {
11313
11313
  InteratividadePopup: InteratividadePopup
11314
11314
  },
@@ -11438,10 +11438,10 @@ var InteratividadePopup = __vue_component__$i;var script$c = {
11438
11438
  }
11439
11439
  }
11440
11440
  };/* script */
11441
- var __vue_script__$c = script$c;
11441
+ var __vue_script__$d = script$d;
11442
11442
  /* template */
11443
11443
 
11444
- var __vue_render__$c = function __vue_render__() {
11444
+ var __vue_render__$d = function __vue_render__() {
11445
11445
  var _vm = this;
11446
11446
 
11447
11447
  var _h = _vm.$createElement;
@@ -11450,21 +11450,21 @@ var __vue_render__$c = function __vue_render__() {
11450
11450
 
11451
11451
  return _c('div', {
11452
11452
  staticClass: "interatividade"
11453
- }, [_vm._ssrNode((Object.keys(_vm.infoCanal).length > 0 ? "<div data-v-4adc3208><div class=\"d-flex overflow-hidden mt-10 w-100 d-flex flex-wrap\" data-v-4adc3208>" + (_vm.situation || _vm.deadline.text ? "<div class=\"d-flex-center flex-column w-100 border-radius-10 border-1 bg-dark-white-2 border-color-gray p-10 mb-10\"" + _vm._ssrStyle(null, "" + (_vm.situation && _vm.situation.cor ? "border: 1px solid " + _vm.situation.cor : ''), null) + " data-v-4adc3208><div class=\"d-flex w-100 mb-5\" data-v-4adc3208>" + (_vm.situation ? "<strong class=\"text-ellipsis text-left fs-_85\" data-v-4adc3208>" + _vm._ssrEscape(_vm._s(_vm.dictionary.chip_situacao + ":")) + "</strong>" : "<!---->") + " " + (_vm.situation ? "<span class=\"ml-5 text-left fs-_85 text-shadow\"" + _vm._ssrStyle(null, "color: " + _vm.situation.cor, null) + " data-v-4adc3208>" + _vm._ssrEscape(_vm._s(_vm.verificaInfos(_vm.situation))) + "</span>" : "<!---->") + "</div> " + (_vm.deadline.text ? "<div class=\"d-flex w-100\" data-v-4adc3208><strong class=\"text-ellipsis text-left fs-_75\" data-v-4adc3208>" + _vm._ssrEscape(_vm._s(_vm.deadline.title + ":")) + "</strong> <span class=\"ml-5 text-nowrap text-left fs-_75\" data-v-4adc3208>" + _vm._ssrEscape(_vm._s(_vm.deadline.text)) + "</span></div>" : "<!---->") + "</div>" : "<!---->") + "</div></div>" : "<!---->") + " "), _vm.informacao.length ? [_vm._ssrNode("<div class=\"interatividade-form-header d-flex justify-content-between\" data-v-4adc3208>", "</div>", [_vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.dictionary.msg_abertura_reclamacao) + "\n ")), _vm._ssrNode("<span class=\"d-flex-center\" data-v-4adc3208>", "</span>", [_c('fa-icon', {
11453
+ }, [_vm._ssrNode((Object.keys(_vm.infoCanal).length > 0 ? "<div data-v-319c0274><div class=\"d-flex overflow-hidden mt-10 w-100 d-flex flex-wrap\" data-v-319c0274>" + (_vm.situation || _vm.deadline.text ? "<div class=\"d-flex-center flex-column w-100 border-radius-10 border-1 bg-dark-white-2 border-color-gray p-10 mb-10\"" + _vm._ssrStyle(null, "" + (_vm.situation && _vm.situation.cor ? "border: 1px solid " + _vm.situation.cor : ''), null) + " data-v-319c0274><div class=\"d-flex w-100 mb-5\" data-v-319c0274>" + (_vm.situation ? "<strong class=\"text-ellipsis text-left fs-_85\" data-v-319c0274>" + _vm._ssrEscape(_vm._s(_vm.dictionary.chip_situacao + ":")) + "</strong>" : "<!---->") + " " + (_vm.situation ? "<span class=\"ml-5 text-left fs-_85 text-shadow\"" + _vm._ssrStyle(null, "color: " + _vm.situation.cor, null) + " data-v-319c0274>" + _vm._ssrEscape(_vm._s(_vm.verificaInfos(_vm.situation))) + "</span>" : "<!---->") + "</div> " + (_vm.deadline.text ? "<div class=\"d-flex w-100\" data-v-319c0274><strong class=\"text-ellipsis text-left fs-_75\" data-v-319c0274>" + _vm._ssrEscape(_vm._s(_vm.deadline.title + ":")) + "</strong> <span class=\"ml-5 text-nowrap text-left fs-_75\" data-v-319c0274>" + _vm._ssrEscape(_vm._s(_vm.deadline.text)) + "</span></div>" : "<!---->") + "</div>" : "<!---->") + "</div></div>" : "<!---->") + " "), _vm.informacao.length ? [_vm._ssrNode("<div class=\"interatividade-form-header d-flex justify-content-between\" data-v-319c0274>", "</div>", [_vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.dictionary.msg_abertura_reclamacao) + "\n ")), _vm._ssrNode("<span class=\"d-flex-center\" data-v-319c0274>", "</span>", [_c('fa-icon', {
11454
11454
  staticClass: "mr-5",
11455
11455
  attrs: {
11456
11456
  "icon": ['fas', 'calendar']
11457
11457
  }
11458
- }), _vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.formataDataHora(_vm.infoCanal.DATA_ABERTURA)) + "\n "))], 2)], 2), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"interatividade-form-body\" data-v-4adc3208>", "</div>", [_vm._ssrNode(_vm._ssrList(_vm.informacao, function (form) {
11459
- return "<div class=\"interatividade-info-form\" data-v-4adc3208>" + (form.TIPO_TEXTO < 1000 ? "<p class=\"interatividade-titulo-form\" data-v-4adc3208>" + _vm._ssrEscape(_vm._s(form.DESC_TIPO_TEXTO)) + "</p>" : "<!---->") + " " + (form.TIPO_TEXTO < 1000 ? "<p class=\"interatividade-description-form\" data-v-4adc3208>" + _vm._ssrEscape(_vm._s(form.TEXTO)) + "</p>" : "<!---->") + "</div>";
11460
- }) + " " + (_vm.informacaoAdicional.length ? "<div class=\"interatividade-form-header\" data-v-4adc3208>" + _vm._ssrEscape("\n " + _vm._s(_vm.dictionary.msg_info_adicional) + "\n ") + "</div>" : "<!---->") + " <div class=\"interatividade-form-body\" data-v-4adc3208>" + _vm._ssrList(_vm.informacaoAdicional, function (form) {
11461
- return "<div class=\"interatividade-add-info-form\" data-v-4adc3208><div class=\"divisor-form-info-aditional\" data-v-4adc3208><div class=\"info-aditional\" data-v-4adc3208>" + (form.TIPO_TEXTO > 999 ? "<p class=\"interatividade-titulo-form\" data-v-4adc3208>" + _vm._ssrEscape(_vm._s(form.DESC_TIPO_TEXTO + ': ')) + "</p>" : "<!---->") + "</div> <div class=\"info-aditional\" data-v-4adc3208>" + (form.TIPO_TEXTO > 999 ? "<p class=\"interatividade-description-form\" data-v-4adc3208>" + _vm._ssrEscape(_vm._s(form.TEXTO)) + "</p>" : "<!---->") + "</div></div></div>";
11462
- }) + "</div> <h3 class=\"m-5 text-bold\" data-v-4adc3208>" + _vm._ssrEscape(_vm._s("Anexos")) + "</h3> "), _vm._ssrNode("<div class=\"d-flex flex-wrap align-items-center\" data-v-4adc3208>", "</div>", _vm._l(_vm.anexos, function (ref, fileIndex) {
11458
+ }), _vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.formataDataHora(_vm.infoCanal.DATA_ABERTURA)) + "\n "))], 2)], 2), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"interatividade-form-body\" data-v-319c0274>", "</div>", [_vm._ssrNode(_vm._ssrList(_vm.informacao, function (form) {
11459
+ return "<div class=\"interatividade-info-form\" data-v-319c0274>" + (form.TIPO_TEXTO < 1000 ? "<p class=\"interatividade-titulo-form\" data-v-319c0274>" + _vm._ssrEscape(_vm._s(form.DESC_TIPO_TEXTO)) + "</p>" : "<!---->") + " " + (form.TIPO_TEXTO < 1000 ? "<p class=\"interatividade-description-form\" data-v-319c0274>" + _vm._ssrEscape(_vm._s(form.TEXTO)) + "</p>" : "<!---->") + "</div>";
11460
+ }) + " " + (_vm.informacaoAdicional.length ? "<div class=\"interatividade-form-header\" data-v-319c0274>" + _vm._ssrEscape("\n " + _vm._s(_vm.dictionary.msg_info_adicional) + "\n ") + "</div>" : "<!---->") + " <div class=\"interatividade-form-body\" data-v-319c0274>" + _vm._ssrList(_vm.informacaoAdicional, function (form) {
11461
+ return "<div class=\"interatividade-add-info-form\" data-v-319c0274><div class=\"divisor-form-info-aditional\" data-v-319c0274><div class=\"info-aditional\" data-v-319c0274>" + (form.TIPO_TEXTO > 999 ? "<p class=\"interatividade-titulo-form\" data-v-319c0274>" + _vm._ssrEscape(_vm._s(form.DESC_TIPO_TEXTO + ': ')) + "</p>" : "<!---->") + "</div> <div class=\"info-aditional\" data-v-319c0274>" + (form.TIPO_TEXTO > 999 ? "<p class=\"interatividade-description-form\" data-v-319c0274>" + _vm._ssrEscape(_vm._s(form.TEXTO)) + "</p>" : "<!---->") + "</div></div></div>";
11462
+ }) + "</div> <h3 class=\"m-5 text-bold\" data-v-319c0274>" + _vm._ssrEscape(_vm._s("Anexos")) + "</h3> "), _vm._ssrNode("<div class=\"d-flex flex-wrap align-items-center\" data-v-319c0274>", "</div>", _vm._l(_vm.anexos, function (ref, fileIndex) {
11463
11463
  var name = ref.name;
11464
11464
  var type = ref.type;
11465
11465
  var mkuDownload = ref.mkuDownload;
11466
11466
  var mku = ref.mku;
11467
- return _vm._ssrNode("<div class=\"mb-5 mx-5 d-flex\" data-v-4adc3208>", "</div>", [!type ? _vm._ssrNode("<img" + _vm._ssrAttr("src", _vm.dominio + "/callcenter/docs.php?mku=" + mku) + _vm._ssrAttr("alt", name) + _vm._ssrAttr("title", name) + " class=\"box-shadow max-w-75px max-h-75px cursor-pointer\" data-v-4adc3208>", "</img>") : _c('fa-icon', {
11467
+ return _vm._ssrNode("<div class=\"mb-5 mx-5 d-flex\" data-v-319c0274>", "</div>", [!type ? _vm._ssrNode("<img" + _vm._ssrAttr("src", _vm.dominio + "/callcenter/docs.php?mku=" + mku) + _vm._ssrAttr("alt", name) + _vm._ssrAttr("title", name) + " class=\"box-shadow max-w-75px max-h-75px cursor-pointer\" data-v-319c0274>", "</img>") : _c('fa-icon', {
11468
11468
  class: _vm.returnCurrentClass(type),
11469
11469
  attrs: {
11470
11470
  "icon": _vm.returnCurrentIcon(type),
@@ -11475,21 +11475,21 @@ var __vue_render__$c = function __vue_render__() {
11475
11475
  return _vm.openFile(mku, type);
11476
11476
  }
11477
11477
  }
11478
- }), _vm._ssrNode(" "), _vm._ssrNode("<a" + _vm._ssrAttr("href", _vm.dominio + "/callcenter/docs.php?mku=" + mkuDownload) + _vm._ssrAttr("download", "" + name) + " target=\"_blank\" rel=\"noreferrer noopener\"" + _vm._ssrAttr("title", "Download " + name) + " class=\"d-flex align-items-end ml-3 text-dark\" data-v-4adc3208>", "</a>", [_c('fa-icon', {
11478
+ }), _vm._ssrNode(" "), _vm._ssrNode("<a" + _vm._ssrAttr("href", _vm.dominio + "/callcenter/docs.php?mku=" + mkuDownload) + _vm._ssrAttr("download", "" + name) + " target=\"_blank\" rel=\"noreferrer noopener\"" + _vm._ssrAttr("title", "Download " + name) + " class=\"d-flex align-items-end ml-3 text-dark\" data-v-319c0274>", "</a>", [_c('fa-icon', {
11479
11479
  attrs: {
11480
11480
  "icon": ['fas', 'download']
11481
11481
  }
11482
11482
  })], 1)], 2);
11483
- }), 0), _vm._ssrNode(" " + (!_vm.anexos.length ? "<p class=\"text-center mb-5\" data-v-4adc3208>" + _vm._ssrEscape(_vm._s("Sem anexos")) + "</p>" : "<!---->"))], 2)] : _vm._e()], 2);
11483
+ }), 0), _vm._ssrNode(" " + (!_vm.anexos.length ? "<p class=\"text-center mb-5\" data-v-319c0274>" + _vm._ssrEscape(_vm._s("Sem anexos")) + "</p>" : "<!---->"))], 2)] : _vm._e()], 2);
11484
11484
  };
11485
11485
 
11486
- var __vue_staticRenderFns__$c = [];
11486
+ var __vue_staticRenderFns__$d = [];
11487
11487
  /* style */
11488
11488
 
11489
- var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
11489
+ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
11490
11490
  if (!inject) return;
11491
- inject("data-v-4adc3208_0", {
11492
- source: ".show-x-enter-active[data-v-4adc3208],.show-x-leave-enter[data-v-4adc3208]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-4adc3208],.show-x-leave-to[data-v-4adc3208]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-4adc3208]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-4adc3208]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-4adc3208]{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:14.4px}.interatividade-form-body[data-v-4adc3208]{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-4adc3208]{margin:10px 0}.interatividade-titulo-form[data-v-4adc3208]{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-4adc3208]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-4adc3208]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-4adc3208]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-4adc3208]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-4adc3208]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-4adc3208]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-4adc3208]:hover{color:#00628f}.text-blue[data-v-4adc3208]{color:#294ed3}.text-red[data-v-4adc3208]{color:#e74c3c}.text-dark[data-v-4adc3208]{color:#333}.ml-3[data-v-4adc3208]{margin-left:3px}.fs-2[data-v-4adc3208]{font-size:32px}.flex-wrap[data-v-4adc3208]{flex-wrap:wrap}.align-items-center[data-v-4adc3208]{align-items:center}.d-flex[data-v-4adc3208]{display:flex}.align-items-end[data-v-4adc3208]{align-items:flex-end}.flex-column[data-v-4adc3208]{flex-direction:column}.text-bold[data-v-4adc3208]{font-weight:700}.m-5[data-v-4adc3208]{margin:5px}.mb-5[data-v-4adc3208]{margin-bottom:5px}.mx-5[data-v-4adc3208]{margin-left:5px;margin-right:5px}.cursor-pointer[data-v-4adc3208]{cursor:pointer}.bg-dark-white-2[data-v-4adc3208]{background-color:#f7f7f7}.border-radius-10[data-v-4adc3208]{border-radius:10px}.w-100[data-v-4adc3208]{width:100%}.overflow-hidden[data-v-4adc3208]{overflow:hidden}.mt-10[data-v-4adc3208]{margin-top:10px}.flex-wrap[data-v-4adc3208]{flex-wrap:wrap}.d-flex[data-v-4adc3208]{display:flex}.p-10[data-v-4adc3208]{padding:10px}.mb-5[data-v-4adc3208]{margin-bottom:5px}.mb-10[data-v-4adc3208]{margin-bottom:10px}.mx-10[data-v-4adc3208]{margin-left:10px;margin-right:10px}.d-flex-center[data-v-4adc3208]{display:flex;justify-content:center;align-items:center}.fs-_85[data-v-4adc3208]{font-size:13.6px}.text-ellipsis[data-v-4adc3208]{text-overflow:ellipsis}.text-left[data-v-4adc3208]{text-align:left}.text-ellipsis[data-v-4adc3208]{white-space:nowrap;overflow:hidden}.ml-5[data-v-4adc3208]{margin-left:5px}.text-shadow[data-v-4adc3208]{text-shadow:0 0 #000}.justify-content-between[data-v-4adc3208]{justify-content:space-between}.mr-5[data-v-4adc3208]{margin-right:5px}",
11491
+ inject("data-v-319c0274_0", {
11492
+ source: ".show-x-enter-active[data-v-319c0274],.show-x-leave-enter[data-v-319c0274]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-319c0274],.show-x-leave-to[data-v-319c0274]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-319c0274]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-319c0274]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-319c0274]{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:14.4px}.interatividade-form-body[data-v-319c0274]{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-319c0274]{margin:10px 0}.interatividade-titulo-form[data-v-319c0274]{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-319c0274]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-319c0274]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-319c0274]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-319c0274]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-319c0274]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-319c0274]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-319c0274]:hover{color:#00628f}.text-blue[data-v-319c0274]{color:#294ed3}.text-red[data-v-319c0274]{color:#e74c3c}.text-dark[data-v-319c0274]{color:#333}.ml-3[data-v-319c0274]{margin-left:3px}.fs-2[data-v-319c0274]{font-size:32px}.flex-wrap[data-v-319c0274]{flex-wrap:wrap}.align-items-center[data-v-319c0274]{align-items:center}.d-flex[data-v-319c0274]{display:flex}.align-items-end[data-v-319c0274]{align-items:flex-end}.flex-column[data-v-319c0274]{flex-direction:column}.text-bold[data-v-319c0274]{font-weight:700}.m-5[data-v-319c0274]{margin:5px}.mb-5[data-v-319c0274]{margin-bottom:5px}.mx-5[data-v-319c0274]{margin-left:5px;margin-right:5px}.cursor-pointer[data-v-319c0274]{cursor:pointer}.bg-dark-white-2[data-v-319c0274]{background-color:#f7f7f7}.border-radius-10[data-v-319c0274]{border-radius:10px}.w-100[data-v-319c0274]{width:100%}.overflow-hidden[data-v-319c0274]{overflow:hidden}.mt-10[data-v-319c0274]{margin-top:10px}.flex-wrap[data-v-319c0274]{flex-wrap:wrap}.d-flex[data-v-319c0274]{display:flex}.p-10[data-v-319c0274]{padding:10px}.mb-5[data-v-319c0274]{margin-bottom:5px}.mb-10[data-v-319c0274]{margin-bottom:10px}.mx-10[data-v-319c0274]{margin-left:10px;margin-right:10px}.d-flex-center[data-v-319c0274]{display:flex;justify-content:center;align-items:center}.fs-_85[data-v-319c0274]{font-size:13.6px}.text-ellipsis[data-v-319c0274]{text-overflow:ellipsis}.text-left[data-v-319c0274]{text-align:left}.text-ellipsis[data-v-319c0274]{white-space:nowrap;overflow:hidden}.ml-5[data-v-319c0274]{margin-left:5px}.text-shadow[data-v-319c0274]{text-shadow:0 0 #000}.justify-content-between[data-v-319c0274]{justify-content:space-between}.mr-5[data-v-319c0274]{margin-right:5px}",
11493
11493
  map: undefined,
11494
11494
  media: undefined
11495
11495
  });
@@ -11497,22 +11497,22 @@ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
11497
11497
  /* scoped */
11498
11498
 
11499
11499
 
11500
- var __vue_scope_id__$c = "data-v-4adc3208";
11500
+ var __vue_scope_id__$d = "data-v-319c0274";
11501
11501
  /* module identifier */
11502
11502
 
11503
- var __vue_module_identifier__$c = "data-v-4adc3208";
11503
+ var __vue_module_identifier__$d = "data-v-319c0274";
11504
11504
  /* functional template */
11505
11505
 
11506
- var __vue_is_functional_template__$c = false;
11506
+ var __vue_is_functional_template__$d = false;
11507
11507
  /* style inject shadow dom */
11508
11508
 
11509
- var __vue_component__$h = /*#__PURE__*/normalizeComponent({
11510
- render: __vue_render__$c,
11511
- staticRenderFns: __vue_staticRenderFns__$c
11512
- }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);
11509
+ var __vue_component__$j = /*#__PURE__*/normalizeComponent({
11510
+ render: __vue_render__$d,
11511
+ staticRenderFns: __vue_staticRenderFns__$d
11512
+ }, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, createInjectorSSR, undefined);
11513
11513
 
11514
- var InteratividadeFormulario = __vue_component__$h;//
11515
- var script$b = {
11514
+ var InteratividadeFormulario = __vue_component__$j;//
11515
+ var script$c = {
11516
11516
  mixins: [fileHandler],
11517
11517
  props: {
11518
11518
  anexo: {
@@ -11534,10 +11534,10 @@ var script$b = {
11534
11534
  });
11535
11535
  }
11536
11536
  };/* script */
11537
- var __vue_script__$b = script$b;
11537
+ var __vue_script__$c = script$c;
11538
11538
  /* template */
11539
11539
 
11540
- var __vue_render__$b = function __vue_render__() {
11540
+ var __vue_render__$c = function __vue_render__() {
11541
11541
  var _vm = this;
11542
11542
 
11543
11543
  var _h = _vm.$createElement;
@@ -11608,13 +11608,13 @@ var __vue_render__$b = function __vue_render__() {
11608
11608
  })], 1)]], 2)], 1);
11609
11609
  };
11610
11610
 
11611
- var __vue_staticRenderFns__$b = [];
11611
+ var __vue_staticRenderFns__$c = [];
11612
11612
  /* style */
11613
11613
 
11614
- var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
11614
+ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
11615
11615
  if (!inject) return;
11616
- inject("data-v-0408a7b0_0", {
11617
- source: ".fade-enter-active[data-v-0408a7b0],.fade-leave-active[data-v-0408a7b0]{transition:opacity .5s}.fade-enter[data-v-0408a7b0],.fade-leave-to[data-v-0408a7b0]{opacity:0}",
11616
+ inject("data-v-6ebf6985_0", {
11617
+ source: ".fade-enter-active[data-v-6ebf6985],.fade-leave-active[data-v-6ebf6985]{transition:opacity .5s}.fade-enter[data-v-6ebf6985],.fade-leave-to[data-v-6ebf6985]{opacity:0}",
11618
11618
  map: undefined,
11619
11619
  media: undefined
11620
11620
  });
@@ -11622,22 +11622,22 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
11622
11622
  /* scoped */
11623
11623
 
11624
11624
 
11625
- var __vue_scope_id__$b = "data-v-0408a7b0";
11625
+ var __vue_scope_id__$c = "data-v-6ebf6985";
11626
11626
  /* module identifier */
11627
11627
 
11628
- var __vue_module_identifier__$b = "data-v-0408a7b0";
11628
+ var __vue_module_identifier__$c = "data-v-6ebf6985";
11629
11629
  /* functional template */
11630
11630
 
11631
- var __vue_is_functional_template__$b = false;
11631
+ var __vue_is_functional_template__$c = false;
11632
11632
  /* style inject shadow dom */
11633
11633
 
11634
- var __vue_component__$g = /*#__PURE__*/normalizeComponent({
11635
- render: __vue_render__$b,
11636
- staticRenderFns: __vue_staticRenderFns__$b
11637
- }, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, createInjectorSSR, undefined);
11634
+ var __vue_component__$i = /*#__PURE__*/normalizeComponent({
11635
+ render: __vue_render__$c,
11636
+ staticRenderFns: __vue_staticRenderFns__$c
11637
+ }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);
11638
11638
 
11639
- var CardAttachment = __vue_component__$g;//
11640
- var script$a = {
11639
+ var CardAttachment = __vue_component__$i;//
11640
+ var script$b = {
11641
11641
  components: {
11642
11642
  CardAttachment: CardAttachment
11643
11643
  },
@@ -11833,10 +11833,10 @@ var script$a = {
11833
11833
  }
11834
11834
  }
11835
11835
  };/* script */
11836
- var __vue_script__$a = script$a;
11836
+ var __vue_script__$b = script$b;
11837
11837
  /* template */
11838
11838
 
11839
- var __vue_render__$a = function __vue_render__() {
11839
+ var __vue_render__$b = function __vue_render__() {
11840
11840
  var _vm = this;
11841
11841
 
11842
11842
  var _h = _vm.$createElement;
@@ -11858,20 +11858,20 @@ var __vue_render__$a = function __vue_render__() {
11858
11858
  }
11859
11859
  }, [_vm.msgNova ? _c('span', {
11860
11860
  staticClass: "novas-mensagens"
11861
- }, [_vm._v(" Nova mensagem ")]) : _vm._e()]), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"card box-shadow\" data-v-02f4abf4>", "</div>", [_vm._ssrNode("<div class=\"card-header\" data-v-02f4abf4>", "</div>", [_vm._ssrNode("<div class=\"card-autor\" data-v-02f4abf4>", "</div>", [_c('fa-icon', {
11861
+ }, [_vm._v(" Nova mensagem ")]) : _vm._e()]), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"card box-shadow\" data-v-d99e7ddc>", "</div>", [_vm._ssrNode("<div class=\"card-header\" data-v-d99e7ddc>", "</div>", [_vm._ssrNode("<div class=\"card-autor\" data-v-d99e7ddc>", "</div>", [_c('fa-icon', {
11862
11862
  attrs: {
11863
11863
  "icon": _vm.iconAutor
11864
11864
  }
11865
- }), _vm._ssrNode(" " + (_vm.autor ? "<p" + _vm._ssrAttr("title", _vm.autor) + " class=\"text-bold\" data-v-02f4abf4>" + _vm._ssrEscape(_vm._s("" + _vm.tratarTextoLongo(_vm.autor))) + "</p>" : "<!---->") + " " + (_vm.origem === 'principal' && _vm.autor && _vm.login ? "<p" + _vm._ssrAttr("title", _vm.returnLoginText) + " data-v-02f4abf4>" + _vm._ssrEscape(_vm._s(_vm.returnLoginText)) + "</p>" : "<!---->"))], 2), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"card-right\" data-v-02f4abf4>", "</div>", [_vm._ssrNode("<div class=\"card-datas\" data-v-02f4abf4>" + (_vm.data_cri ? "<div" + _vm._ssrAttr("title", _vm.dictionary.data_criacao + ": " + (_vm.origem === 'outros' ? _vm.formataTimezoneData(_vm.data_cri) : _vm.returnFormataDataHora(_vm.data_cri))) + " class=\"card-data\" data-v-02f4abf4><span data-v-02f4abf4>" + _vm._ssrEscape(_vm._s(_vm.origem === 'outros' ? _vm.formataTimezoneData(_vm.data_cri) : _vm.returnFormataDataHora(_vm.data_cri))) + "</span></div>" : "<!---->") + " " + (_vm.data_mod ? "<div" + _vm._ssrAttr("title", _vm.dictionary.data_mod + ": " + (_vm.origem === 'outros' ? _vm.formataTimezoneData(_vm.data_mod) : _vm.returnFormataDataHora(_vm.data_mod))) + " class=\"card-data\" data-v-02f4abf4><span data-v-02f4abf4>" + _vm._ssrEscape(_vm._s(_vm.origem === 'outros' ? _vm.formataTimezoneData(_vm.data_mod) : _vm.returnFormataDataHora(_vm.data_mod))) + "</span></div>" : "<!---->") + "</div> "), _vm.hasExpand ? _vm._ssrNode("<div class=\"card-expand\" data-v-02f4abf4>", "</div>", [_c('fa-icon', {
11865
+ }), _vm._ssrNode(" " + (_vm.autor ? "<p" + _vm._ssrAttr("title", _vm.autor) + " class=\"text-bold\" data-v-d99e7ddc>" + _vm._ssrEscape(_vm._s("" + _vm.tratarTextoLongo(_vm.autor))) + "</p>" : "<!---->") + " " + (_vm.origem === 'principal' && _vm.autor && _vm.login ? "<p" + _vm._ssrAttr("title", _vm.returnLoginText) + " data-v-d99e7ddc>" + _vm._ssrEscape(_vm._s(_vm.returnLoginText)) + "</p>" : "<!---->"))], 2), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"card-right\" data-v-d99e7ddc>", "</div>", [_vm._ssrNode("<div class=\"card-datas\" data-v-d99e7ddc>" + (_vm.data_cri ? "<div" + _vm._ssrAttr("title", _vm.dictionary.data_criacao + ": " + (_vm.origem === 'outros' ? _vm.formataTimezoneData(_vm.data_cri) : _vm.returnFormataDataHora(_vm.data_cri))) + " class=\"card-data\" data-v-d99e7ddc><span data-v-d99e7ddc>" + _vm._ssrEscape(_vm._s(_vm.origem === 'outros' ? _vm.formataTimezoneData(_vm.data_cri) : _vm.returnFormataDataHora(_vm.data_cri))) + "</span></div>" : "<!---->") + " " + (_vm.data_mod ? "<div" + _vm._ssrAttr("title", _vm.dictionary.data_mod + ": " + (_vm.origem === 'outros' ? _vm.formataTimezoneData(_vm.data_mod) : _vm.returnFormataDataHora(_vm.data_mod))) + " class=\"card-data\" data-v-d99e7ddc><span data-v-d99e7ddc>" + _vm._ssrEscape(_vm._s(_vm.origem === 'outros' ? _vm.formataTimezoneData(_vm.data_mod) : _vm.returnFormataDataHora(_vm.data_mod))) + "</span></div>" : "<!---->") + "</div> "), _vm.hasExpand ? _vm._ssrNode("<div class=\"card-expand\" data-v-d99e7ddc>", "</div>", [_c('fa-icon', {
11866
11866
  attrs: {
11867
11867
  "icon": ['fas', 'expand-alt']
11868
11868
  }
11869
- })], 1) : _vm._e()], 2)], 2), _vm._ssrNode(" <div class=\"card-chip-container\" data-v-02f4abf4>" + (_vm.ticket_id.cod && _vm.ticket_id.desc ? "<p" + _vm._ssrAttr("title", _vm.ticket_id.desc + " (" + _vm.ticket_id.cod + ")") + _vm._ssrClass("card-chip", [_vm.ticketClassCod]) + " data-v-02f4abf4>" + _vm._ssrEscape(_vm._s(_vm.ticket_id.desc + " (" + _vm.ticket_id.cod + ")")) + "</p>" : "<!---->") + " " + (_vm.ticket_id.hasOwnProperty('back_doing_business') ? "<p" + _vm._ssrAttr("title", _vm.dictionary.title_voltaria_fazer_negocio + " " + (_vm.ticket_id.back_doing_business ? "" + _vm.dictionary.title_sim : "" + _vm.dictionary.title_nao)) + _vm._ssrClass(null, (_vm.ticket_id.back_doing_business ? 'green' : 'red') + " card-chip") + " data-v-02f4abf4>" + _vm._ssrEscape(_vm._s(_vm.dictionary.title_voltaria_fazer_negocio + " " + (_vm.ticket_id.back_doing_business ? "" + _vm.dictionary.title_sim : "" + _vm.dictionary.title_nao))) + "</p>" : "<!---->") + " " + (_vm.ticket_id.hasOwnProperty('rating') ? "<p" + _vm._ssrAttr("title", _vm.dictionary.title_avaliacao + " " + _vm.ticket_id.rating) + _vm._ssrClass(null, (_vm.isNumberBiggerThanSix ? 'green' : 'red') + " card-chip") + " data-v-02f4abf4>" + _vm._ssrEscape(_vm._s(_vm.dictionary.title_avaliacao + " " + _vm.ticket_id.rating)) + "</p>" : "<!---->") + " " + (_vm.ticket_id.hasOwnProperty('resolved_issue') ? "<p" + _vm._ssrAttr("title", _vm.dictionary.title_problema_resolvido + " " + (_vm.ticket_id.resolved_issue ? "" + _vm.dictionary.title_sim : "" + _vm.dictionary.title_nao)) + _vm._ssrClass(null, (_vm.ticket_id.resolved_issue ? 'green' : 'red') + " card-chip") + " data-v-02f4abf4>" + _vm._ssrEscape(_vm._s(_vm.dictionary.title_problema_resolvido + " " + (_vm.ticket_id.resolved_issue ? "" + _vm.dictionary.title_sim : "" + _vm.dictionary.title_nao))) + "</p>" : "<!---->") + "</div> <p class=\"card-message\" data-v-02f4abf4>" + _vm._s(_vm.mensagemFormatada) + "</p> " + (_vm.filteredInteratividadeData && _vm.filteredInteratividadeData.length ? "<div class=\"card-interatividade\" data-v-02f4abf4><p class=\"card-interatividade-title\" data-v-02f4abf4>" + _vm._ssrEscape(_vm._s(_vm.dictionary.ra_infos_interatividade) + ":") + "</p> <ul class=\"card-interatividade-list\" data-v-02f4abf4>" + _vm._ssrList(_vm.filteredInteratividadeData, function (values, index) {
11870
- return "<li data-v-02f4abf4>" + _vm._ssrList(values, function (value, key) {
11871
- return "<p data-v-02f4abf4>" + (key.indexOf(_vm.dictionary.ra_ask_avaliation_title) <= -1 ? "<span data-v-02f4abf4>" + _vm._s(_vm.formatInteratividadeValue(key, value)) + "</span>" : "<span data-v-02f4abf4><strong data-v-02f4abf4>" + _vm._ssrEscape(_vm._s(key + ":")) + "</strong> <button class=\"box-shadow\" data-v-02f4abf4>" + _vm._ssrEscape(_vm._s(value)) + "</button></span>") + "</p>";
11872
- }) + " <hr data-v-02f4abf4></li>";
11873
- }) + "</ul></div>" : "<!---->") + " "), _vm.anexos && _vm.anexos.length ? _vm._ssrNode("<div class=\"card-footer\" data-v-02f4abf4>", "</div>", _vm._l(_vm.anexos, function (anexo, index) {
11874
- return _vm._ssrNode("<div class=\"card-anexo\" data-v-02f4abf4>", "</div>", [_c('CardAttachment', {
11869
+ })], 1) : _vm._e()], 2)], 2), _vm._ssrNode(" <div class=\"card-chip-container\" data-v-d99e7ddc>" + (_vm.ticket_id.cod && _vm.ticket_id.desc ? "<p" + _vm._ssrAttr("title", _vm.ticket_id.desc + " (" + _vm.ticket_id.cod + ")") + _vm._ssrClass("card-chip", [_vm.ticketClassCod]) + " data-v-d99e7ddc>" + _vm._ssrEscape(_vm._s(_vm.ticket_id.desc + " (" + _vm.ticket_id.cod + ")")) + "</p>" : "<!---->") + " " + (_vm.ticket_id.hasOwnProperty('back_doing_business') ? "<p" + _vm._ssrAttr("title", _vm.dictionary.title_voltaria_fazer_negocio + " " + (_vm.ticket_id.back_doing_business ? "" + _vm.dictionary.title_sim : "" + _vm.dictionary.title_nao)) + _vm._ssrClass(null, (_vm.ticket_id.back_doing_business ? 'green' : 'red') + " card-chip") + " data-v-d99e7ddc>" + _vm._ssrEscape(_vm._s(_vm.dictionary.title_voltaria_fazer_negocio + " " + (_vm.ticket_id.back_doing_business ? "" + _vm.dictionary.title_sim : "" + _vm.dictionary.title_nao))) + "</p>" : "<!---->") + " " + (_vm.ticket_id.hasOwnProperty('rating') ? "<p" + _vm._ssrAttr("title", _vm.dictionary.title_avaliacao + " " + _vm.ticket_id.rating) + _vm._ssrClass(null, (_vm.isNumberBiggerThanSix ? 'green' : 'red') + " card-chip") + " data-v-d99e7ddc>" + _vm._ssrEscape(_vm._s(_vm.dictionary.title_avaliacao + " " + _vm.ticket_id.rating)) + "</p>" : "<!---->") + " " + (_vm.ticket_id.hasOwnProperty('resolved_issue') ? "<p" + _vm._ssrAttr("title", _vm.dictionary.title_problema_resolvido + " " + (_vm.ticket_id.resolved_issue ? "" + _vm.dictionary.title_sim : "" + _vm.dictionary.title_nao)) + _vm._ssrClass(null, (_vm.ticket_id.resolved_issue ? 'green' : 'red') + " card-chip") + " data-v-d99e7ddc>" + _vm._ssrEscape(_vm._s(_vm.dictionary.title_problema_resolvido + " " + (_vm.ticket_id.resolved_issue ? "" + _vm.dictionary.title_sim : "" + _vm.dictionary.title_nao))) + "</p>" : "<!---->") + "</div> <p class=\"card-message\" data-v-d99e7ddc>" + _vm._s(_vm.mensagemFormatada) + "</p> " + (_vm.filteredInteratividadeData && _vm.filteredInteratividadeData.length ? "<div class=\"card-interatividade\" data-v-d99e7ddc><p class=\"card-interatividade-title\" data-v-d99e7ddc>" + _vm._ssrEscape(_vm._s(_vm.dictionary.ra_infos_interatividade) + ":") + "</p> <ul class=\"card-interatividade-list\" data-v-d99e7ddc>" + _vm._ssrList(_vm.filteredInteratividadeData, function (values, index) {
11870
+ return "<li data-v-d99e7ddc>" + _vm._ssrList(values, function (value, key) {
11871
+ return "<p data-v-d99e7ddc>" + (key.indexOf(_vm.dictionary.ra_ask_avaliation_title) <= -1 ? "<span data-v-d99e7ddc>" + _vm._s(_vm.formatInteratividadeValue(key, value)) + "</span>" : "<span data-v-d99e7ddc><strong data-v-d99e7ddc>" + _vm._ssrEscape(_vm._s(key + ":")) + "</strong> <button class=\"box-shadow\" data-v-d99e7ddc>" + _vm._ssrEscape(_vm._s(value)) + "</button></span>") + "</p>";
11872
+ }) + " <hr data-v-d99e7ddc></li>";
11873
+ }) + "</ul></div>" : "<!---->") + " "), _vm.anexos && _vm.anexos.length ? _vm._ssrNode("<div class=\"card-footer\" data-v-d99e7ddc>", "</div>", _vm._l(_vm.anexos, function (anexo, index) {
11874
+ return _vm._ssrNode("<div class=\"card-anexo\" data-v-d99e7ddc>", "</div>", [_c('CardAttachment', {
11875
11875
  attrs: {
11876
11876
  "anexo": anexo,
11877
11877
  "dictionary": _vm.dictionary,
@@ -11881,13 +11881,13 @@ var __vue_render__$a = function __vue_render__() {
11881
11881
  }), 0) : _vm._e()], 2)], 2) : _vm._e();
11882
11882
  };
11883
11883
 
11884
- var __vue_staticRenderFns__$a = [];
11884
+ var __vue_staticRenderFns__$b = [];
11885
11885
  /* style */
11886
11886
 
11887
- var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
11887
+ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
11888
11888
  if (!inject) return;
11889
- inject("data-v-02f4abf4_0", {
11890
- source: ".fade-enter-active[data-v-02f4abf4],.fade-leave-active[data-v-02f4abf4]{transition:opacity .2s}.fade-enter[data-v-02f4abf4],.fade-leave-to[data-v-02f4abf4]{opacity:0}.card-cli[data-v-02f4abf4],.card-ope[data-v-02f4abf4]{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.msgNova[data-v-02f4abf4],.card-ope.msgNova[data-v-02f4abf4]{margin-top:30px}.novas-mensagens[data-v-02f4abf4]{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-02f4abf4]{border-left:3px solid #90b823}.card-ope[data-v-02f4abf4]{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card[data-v-02f4abf4]{border-right:3px solid #007535}.card[data-v-02f4abf4]{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px;border-radius:7px;box-shadow:rgba(0,0,0,.15) 1px 2px 3px 0}.card p[data-v-02f4abf4]{word-break:break-all}.card-header[data-v-02f4abf4]{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between;padding:10px 5px}.card-header svg[data-v-02f4abf4]{font-size:16px}.card-canal[data-v-02f4abf4]{flex:1;margin-right:10px}.card-datas[data-v-02f4abf4]{display:flex;flex-direction:column;margin-right:10px;background:#008845;padding:5px 10px;border-top-left-radius:15px;border-bottom-left-radius:15px;color:#fff}.card-right[data-v-02f4abf4]{margin-right:-20px;display:flex;flex-direction:row-reverse;align-items:center}.card-data[data-v-02f4abf4]{overflow:hidden;display:flex;align-content:center}.card-data span[data-v-02f4abf4]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-data svg[data-v-02f4abf4]{margin-right:5px;color:#232323}.card-expand[data-v-02f4abf4]{display:flex;justify-content:center;align-items:center;margin:0 10px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand[data-v-02f4abf4]:hover{opacity:1}.card-footer[data-v-02f4abf4]{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap}.card-chip-container[data-v-02f4abf4]{display:flex;flex-wrap:wrap;width:100%;gap:5px}.card-autor[data-v-02f4abf4]{display:flex;align-items:center;margin-right:10px;overflow:hidden;min-width:14px;max-width:calc(100% - 215px);gap:5px}.card-chip[data-v-02f4abf4]{font-size:12.8px;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-02f4abf4]:hover{background-color:#cfd8f4}.card-chip.orange[data-v-02f4abf4]{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange[data-v-02f4abf4]:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow[data-v-02f4abf4]{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow[data-v-02f4abf4]:hover{background-color:rgba(252,191,73,.2)}.card-chip.red[data-v-02f4abf4]{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red[data-v-02f4abf4]:hover{background-color:rgba(231,76,60,.25)}.card-chip.green[data-v-02f4abf4]{color:#0e3213;background-color:rgba(15,177,39,.3)}.card-chip.green[data-v-02f4abf4]:hover{background-color:rgba(15,177,39,.4)}.card-anexo[data-v-02f4abf4]{width:50px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.anexo-item[data-v-02f4abf4]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.anexo-item .transition-anexo-item[data-v-02f4abf4]{max-width:100%;max-height:100%}.anexo-item .req-loader[data-v-02f4abf4]{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.anexo-item .transition-anexo-item img[data-v-02f4abf4]{max-width:45px;max-height:45px}.anexo-icone[data-v-02f4abf4]{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.anexo-icone[data-v-02f4abf4]:hover{opacity:1}.anexo-icone[data-v-02f4abf4]:visited{color:inherit}svg[data-v-02f4abf4]{font-size:30px;z-index:1}.anexo-icone.pdf[data-v-02f4abf4]{position:relative}.anexo-icone.pdf svg[data-v-02f4abf4]{color:#e74c3c}.anexo-icone.pdf[data-v-02f4abf4]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.anexo-icone.doc[data-v-02f4abf4]{color:#15517f}.anexo-icone.doc[data-v-02f4abf4]::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.anexo-img[data-v-02f4abf4]{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-02f4abf4]:hover{opacity:1}.anexo-img img[data-v-02f4abf4]{width:95%}.card-interatividade[data-v-02f4abf4]{display:flex;flex-direction:column;margin-top:10px;margin-bottom:5px;font-size:.9em}.card-interatividade-title[data-v-02f4abf4]{font-weight:700;margin-bottom:5px}.card-interatividade-list[data-v-02f4abf4]{margin:0;padding:0;font-size:.9em}.card-interatividade-list hr[data-v-02f4abf4]{height:1px;background-color:#ccc;width:100%;border:0}.card-interatividade-list button[data-v-02f4abf4]{margin-left:5px;border-radius:5px;border:unset;cursor:pointer;padding:5px 10px;background-color:#b5f778}.card-interatividade-list button[data-v-02f4abf4]:hover{text-decoration:underline}",
11889
+ inject("data-v-d99e7ddc_0", {
11890
+ source: ".fade-enter-active[data-v-d99e7ddc],.fade-leave-active[data-v-d99e7ddc]{transition:opacity .2s}.fade-enter[data-v-d99e7ddc],.fade-leave-to[data-v-d99e7ddc]{opacity:0}.card-cli[data-v-d99e7ddc],.card-ope[data-v-d99e7ddc]{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.msgNova[data-v-d99e7ddc],.card-ope.msgNova[data-v-d99e7ddc]{margin-top:30px}.novas-mensagens[data-v-d99e7ddc]{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-d99e7ddc]{border-left:3px solid #90b823}.card-ope[data-v-d99e7ddc]{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card[data-v-d99e7ddc]{border-right:3px solid #007535}.card[data-v-d99e7ddc]{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px;border-radius:7px;box-shadow:rgba(0,0,0,.15) 1px 2px 3px 0}.card p[data-v-d99e7ddc]{word-break:break-all}.card-header[data-v-d99e7ddc]{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between;padding:10px 5px}.card-header svg[data-v-d99e7ddc]{font-size:16px}.card-canal[data-v-d99e7ddc]{flex:1;margin-right:10px}.card-datas[data-v-d99e7ddc]{display:flex;flex-direction:column;margin-right:10px;background:#008845;padding:5px 10px;border-top-left-radius:15px;border-bottom-left-radius:15px;color:#fff}.card-right[data-v-d99e7ddc]{margin-right:-20px;display:flex;flex-direction:row-reverse;align-items:center}.card-data[data-v-d99e7ddc]{overflow:hidden;display:flex;align-content:center}.card-data span[data-v-d99e7ddc]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-data svg[data-v-d99e7ddc]{margin-right:5px;color:#232323}.card-expand[data-v-d99e7ddc]{display:flex;justify-content:center;align-items:center;margin:0 10px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand[data-v-d99e7ddc]:hover{opacity:1}.card-footer[data-v-d99e7ddc]{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap}.card-chip-container[data-v-d99e7ddc]{display:flex;flex-wrap:wrap;width:100%;gap:5px}.card-autor[data-v-d99e7ddc]{display:flex;align-items:center;margin-right:10px;overflow:hidden;min-width:14px;max-width:calc(100% - 215px);gap:5px}.card-chip[data-v-d99e7ddc]{font-size:12.8px;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-d99e7ddc]:hover{background-color:#cfd8f4}.card-chip.orange[data-v-d99e7ddc]{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange[data-v-d99e7ddc]:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow[data-v-d99e7ddc]{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow[data-v-d99e7ddc]:hover{background-color:rgba(252,191,73,.2)}.card-chip.red[data-v-d99e7ddc]{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red[data-v-d99e7ddc]:hover{background-color:rgba(231,76,60,.25)}.card-chip.green[data-v-d99e7ddc]{color:#0e3213;background-color:rgba(15,177,39,.3)}.card-chip.green[data-v-d99e7ddc]:hover{background-color:rgba(15,177,39,.4)}.card-anexo[data-v-d99e7ddc]{width:50px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.anexo-item[data-v-d99e7ddc]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.anexo-item .transition-anexo-item[data-v-d99e7ddc]{max-width:100%;max-height:100%}.anexo-item .req-loader[data-v-d99e7ddc]{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.anexo-item .transition-anexo-item img[data-v-d99e7ddc]{max-width:45px;max-height:45px}.anexo-icone[data-v-d99e7ddc]{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.anexo-icone[data-v-d99e7ddc]:hover{opacity:1}.anexo-icone[data-v-d99e7ddc]:visited{color:inherit}svg[data-v-d99e7ddc]{font-size:30px;z-index:1}.anexo-icone.pdf[data-v-d99e7ddc]{position:relative}.anexo-icone.pdf svg[data-v-d99e7ddc]{color:#e74c3c}.anexo-icone.pdf[data-v-d99e7ddc]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.anexo-icone.doc[data-v-d99e7ddc]{color:#15517f}.anexo-icone.doc[data-v-d99e7ddc]::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.anexo-img[data-v-d99e7ddc]{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-d99e7ddc]:hover{opacity:1}.anexo-img img[data-v-d99e7ddc]{width:95%}.card-interatividade[data-v-d99e7ddc]{display:flex;flex-direction:column;margin-top:10px;margin-bottom:5px;font-size:.9em}.card-interatividade-title[data-v-d99e7ddc]{font-weight:700;margin-bottom:5px}.card-interatividade-list[data-v-d99e7ddc]{margin:0;padding:0;font-size:.9em}.card-interatividade-list hr[data-v-d99e7ddc]{height:1px;background-color:#ccc;width:100%;border:0}.card-interatividade-list button[data-v-d99e7ddc]{margin-left:5px;border-radius:5px;border:unset;cursor:pointer;padding:5px 10px;background-color:#b5f778}.card-interatividade-list button[data-v-d99e7ddc]:hover{text-decoration:underline}",
11891
11891
  map: undefined,
11892
11892
  media: undefined
11893
11893
  });
@@ -11895,21 +11895,21 @@ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
11895
11895
  /* scoped */
11896
11896
 
11897
11897
 
11898
- var __vue_scope_id__$a = "data-v-02f4abf4";
11898
+ var __vue_scope_id__$b = "data-v-d99e7ddc";
11899
11899
  /* module identifier */
11900
11900
 
11901
- var __vue_module_identifier__$a = "data-v-02f4abf4";
11901
+ var __vue_module_identifier__$b = "data-v-d99e7ddc";
11902
11902
  /* functional template */
11903
11903
 
11904
- var __vue_is_functional_template__$a = false;
11904
+ var __vue_is_functional_template__$b = false;
11905
11905
  /* style inject shadow dom */
11906
11906
 
11907
- var __vue_component__$e = /*#__PURE__*/normalizeComponent({
11908
- render: __vue_render__$a,
11909
- staticRenderFns: __vue_staticRenderFns__$a
11910
- }, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, createInjectorSSR, undefined);
11907
+ var __vue_component__$g = /*#__PURE__*/normalizeComponent({
11908
+ render: __vue_render__$b,
11909
+ staticRenderFns: __vue_staticRenderFns__$b
11910
+ }, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, createInjectorSSR, undefined);
11911
11911
 
11912
- var __vue_component__$f = __vue_component__$e;//
11912
+ var __vue_component__$h = __vue_component__$g;//
11913
11913
  //
11914
11914
  //
11915
11915
  //
@@ -11917,7 +11917,7 @@ var __vue_component__$f = __vue_component__$e;//
11917
11917
  //
11918
11918
  //
11919
11919
  //
11920
- var script$9 = {
11920
+ var script$a = {
11921
11921
  data: function data() {
11922
11922
  return {
11923
11923
  audioSpeed: 1.0 // Velocidade padrão
@@ -11939,10 +11939,10 @@ var script$9 = {
11939
11939
  }
11940
11940
  }
11941
11941
  };/* script */
11942
- var __vue_script__$9 = script$9;
11942
+ var __vue_script__$a = script$a;
11943
11943
  /* template */
11944
11944
 
11945
- var __vue_render__$9 = function __vue_render__() {
11945
+ var __vue_render__$a = function __vue_render__() {
11946
11946
  var _vm = this;
11947
11947
 
11948
11948
  var _h = _vm.$createElement;
@@ -11959,10 +11959,10 @@ var __vue_render__$9 = function __vue_render__() {
11959
11959
  }) + " data-v-19e08482>" + _vm._ssrEscape("\n " + _vm._s(_vm.audioSpeed === 1 ? '1x' : _vm.audioSpeed + 'x') + "\n ") + "</div>")]);
11960
11960
  };
11961
11961
 
11962
- var __vue_staticRenderFns__$9 = [];
11962
+ var __vue_staticRenderFns__$a = [];
11963
11963
  /* style */
11964
11964
 
11965
- var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
11965
+ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
11966
11966
  if (!inject) return;
11967
11967
  inject("data-v-19e08482_0", {
11968
11968
  source: ".audio-speed-control[data-v-19e08482]{display:flex;align-items:center;cursor:pointer;margin-left:10px}.speed-circle[data-v-19e08482]{width:40px;height:40px;background-color:#f1f3f4;border:solid #000 1px;color:#000;display:flex;justify-content:center;align-items:center;border-radius:50%;font-weight:700;transition:background-color .3s}.speed-circle.active[data-v-19e08482]{background-color:#f1f3f4;border:solid #00f 1px}",
@@ -11973,22 +11973,22 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
11973
11973
  /* scoped */
11974
11974
 
11975
11975
 
11976
- var __vue_scope_id__$9 = "data-v-19e08482";
11976
+ var __vue_scope_id__$a = "data-v-19e08482";
11977
11977
  /* module identifier */
11978
11978
 
11979
- var __vue_module_identifier__$9 = "data-v-19e08482";
11979
+ var __vue_module_identifier__$a = "data-v-19e08482";
11980
11980
  /* functional template */
11981
11981
 
11982
- var __vue_is_functional_template__$9 = false;
11982
+ var __vue_is_functional_template__$a = false;
11983
11983
  /* style inject shadow dom */
11984
11984
 
11985
- var __vue_component__$d = /*#__PURE__*/normalizeComponent({
11986
- render: __vue_render__$9,
11987
- staticRenderFns: __vue_staticRenderFns__$9
11988
- }, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);
11985
+ var __vue_component__$f = /*#__PURE__*/normalizeComponent({
11986
+ render: __vue_render__$a,
11987
+ staticRenderFns: __vue_staticRenderFns__$a
11988
+ }, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, createInjectorSSR, undefined);
11989
11989
 
11990
- var AudioSpeedControl = __vue_component__$d;//
11991
- var script$8 = {
11990
+ var AudioSpeedControl = __vue_component__$f;//
11991
+ var script$9 = {
11992
11992
  mixins: [fileHandler],
11993
11993
  components: {
11994
11994
  Loader: Loader,
@@ -12069,10 +12069,10 @@ var script$8 = {
12069
12069
  }
12070
12070
  }
12071
12071
  };/* script */
12072
- var __vue_script__$8 = script$8;
12072
+ var __vue_script__$9 = script$9;
12073
12073
  /* template */
12074
12074
 
12075
- var __vue_render__$8 = function __vue_render__() {
12075
+ var __vue_render__$9 = function __vue_render__() {
12076
12076
  var _vm = this;
12077
12077
 
12078
12078
  var _h = _vm.$createElement;
@@ -12081,21 +12081,21 @@ var __vue_render__$8 = function __vue_render__() {
12081
12081
 
12082
12082
  return _c('div', {
12083
12083
  staticClass: "mensagem-div-anexo"
12084
- }, [_vm._ssrNode("<div class=\"anexo-mensagem\" data-v-ef7961ea>", "</div>", [_vm.imageURL ? _vm._ssrNode("<img" + _vm._ssrAttr("src", _vm.imageURL) + _vm._ssrAttr("alt", _vm.dictionary.alt_msg_img) + " data-v-ef7961ea>", "</img>") : _vm.audio ? _vm._ssrNode("<div class=\"divAudioPai\" data-v-ef7961ea>", "</div>", [_vm._ssrNode("<audio controls=\"controls\" class=\"audioStyle\" data-v-ef7961ea><source" + _vm._ssrAttr("src", _vm.docURL) + _vm._ssrAttr("type", _vm.fileType) + " data-v-ef7961ea>\n Sem suporte para o elemento audio\n </audio> "), _c('audio-speed-control', {
12084
+ }, [_vm._ssrNode("<div class=\"anexo-mensagem\" data-v-ef54db8e>", "</div>", [_vm.imageURL ? _vm._ssrNode("<img" + _vm._ssrAttr("src", _vm.imageURL) + _vm._ssrAttr("alt", _vm.dictionary.alt_msg_img) + " data-v-ef54db8e>", "</img>") : _vm.audio ? _vm._ssrNode("<div class=\"divAudioPai\" data-v-ef54db8e>", "</div>", [_vm._ssrNode("<audio controls=\"controls\" class=\"audioStyle\" data-v-ef54db8e><source" + _vm._ssrAttr("src", _vm.docURL) + _vm._ssrAttr("type", _vm.fileType) + " data-v-ef54db8e>\n Sem suporte para o elemento audio\n </audio> "), _c('audio-speed-control', {
12085
12085
  on: {
12086
12086
  "change-speed": _vm.changeAudioSpeed
12087
12087
  }
12088
- })], 2) : _vm.video ? _vm._ssrNode("<video controls=\"controls\" data-v-ef7961ea><source" + _vm._ssrAttr("src", _vm.docURL) + _vm._ssrAttr("type", _vm.fileType) + " data-v-ef7961ea>\n Sem suporte para o elemento video\n </video>") : _vm.docURL ? _vm._ssrNode("<span class=\"default-doc\" data-v-ef7961ea>", "</span>", [_c('fa-icon', {
12088
+ })], 2) : _vm.video ? _vm._ssrNode("<video controls=\"controls\" data-v-ef54db8e><source" + _vm._ssrAttr("src", _vm.docURL) + _vm._ssrAttr("type", _vm.fileType) + " data-v-ef54db8e>\n Sem suporte para o elemento video\n </video>") : _vm.docURL ? _vm._ssrNode("<span class=\"default-doc\" data-v-ef54db8e>", "</span>", [_c('fa-icon', {
12089
12089
  class: [_vm.iconClass],
12090
12090
  attrs: {
12091
12091
  "icon": _vm.icon
12092
12092
  }
12093
- }), _vm._ssrNode(" <p" + _vm._ssrAttr("title", _vm.filename) + " data-v-ef7961ea>" + _vm._ssrEscape(_vm._s(_vm.filename)) + "</p>")], 2) : _vm._ssrNode("<span class=\"default-doc\" data-v-ef7961ea>", "</span>", [_c('fa-icon', {
12093
+ }), _vm._ssrNode(" <p" + _vm._ssrAttr("title", _vm.filename) + " data-v-ef54db8e>" + _vm._ssrEscape(_vm._s(_vm.filename)) + "</p>")], 2) : _vm._ssrNode("<span class=\"default-doc\" data-v-ef54db8e>", "</span>", [_c('fa-icon', {
12094
12094
  class: [_vm.iconClass ? _vm.iconClass : ''],
12095
12095
  attrs: {
12096
12096
  "icon": ['fas', 'file-alt']
12097
12097
  }
12098
- }), _vm._ssrNode(" <p" + _vm._ssrAttr("title", _vm.filename) + " data-v-ef7961ea>" + _vm._ssrEscape(_vm._s(_vm.filename)) + "</p>")], 2), _vm._ssrNode(" "), _vm.showControlFiles ? _vm._ssrNode("<div class=\"file-actions\" data-v-ef7961ea>", "</div>", [_vm.imageURL ? _vm._ssrNode("<span class=\"file-action-button\" data-v-ef7961ea>", "</span>", [_c('fa-icon', {
12098
+ }), _vm._ssrNode(" <p" + _vm._ssrAttr("title", _vm.filename) + " data-v-ef54db8e>" + _vm._ssrEscape(_vm._s(_vm.filename)) + "</p>")], 2), _vm._ssrNode(" "), _vm.showControlFiles ? _vm._ssrNode("<div class=\"file-actions\" data-v-ef54db8e>", "</div>", [_vm.imageURL ? _vm._ssrNode("<span class=\"file-action-button\" data-v-ef54db8e>", "</span>", [_c('fa-icon', {
12099
12099
  directives: [{
12100
12100
  name: "tippy",
12101
12101
  rawName: "v-tippy"
@@ -12191,17 +12191,17 @@ var __vue_render__$8 = function __vue_render__() {
12191
12191
  }, [_vm._v("\n Confirmar\n ")])])])] : _vm._e()], 2) : _vm._e()], 2)]);
12192
12192
  };
12193
12193
 
12194
- var __vue_staticRenderFns__$8 = [];
12194
+ var __vue_staticRenderFns__$9 = [];
12195
12195
  /* style */
12196
12196
 
12197
- var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
12197
+ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
12198
12198
  if (!inject) return;
12199
- inject("data-v-ef7961ea_0", {
12199
+ inject("data-v-ef54db8e_0", {
12200
12200
  source: ".tippy-tooltip.light-theme .tippy-backdrop{background-color:#fff}.tippy-tooltip.light-theme{background-color:#fff;border:1px solid #ccc;color:#333;-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)}.tippy-confirmation p{margin-bottom:3px}.tippy-confirmation button{border:unset;background-color:#f1f1f1;border-radius:3px;padding:5px 8px;cursor:pointer;font-size:12px}.tippy-confirmation button.cancel{border-bottom:2px solid red;margin-right:15px}.tippy-confirmation button.confirm{border-bottom:2px solid green}",
12201
12201
  map: undefined,
12202
12202
  media: undefined
12203
- }), inject("data-v-ef7961ea_1", {
12204
- source: ".mensagem__principal .default-doc[data-v-ef7961ea]{background-color:var(--files-bg)}.mensagem__principal .default-doc[data-v-ef7961ea]:hover{background-color:var(--files-bg-hover)}.mensagem__outros .default-doc[data-v-ef7961ea]{background-color:rgba(100,100,100,.1)}.mensagem__outros .default-doc[data-v-ef7961ea]:hover{background-color:rgba(100,100,100,.3)}.default-doc:hover p[data-v-ef7961ea]{text-decoration:underline}.default-doc[data-v-ef7961ea]{display:flex;align-items:center;padding:10px;border-radius:5px;width:100%;max-width:100%;cursor:pointer;transition:background-color 150ms ease-in-out}.default-doc svg[data-v-ef7961ea]{font-size:19.2px;margin-right:5px}.default-doc p[data-v-ef7961ea]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-actions[data-v-ef7961ea]{display:flex;justify-content:flex-end;width:100%;padding:5px}.file-actions a[data-v-ef7961ea]{margin-right:0}.mensagem__principal .file-action-button[data-v-ef7961ea]{background-color:var(--files-bg)}.mensagem__outros .file-action-button[data-v-ef7961ea]{background-color:rgba(100,100,100,.1)}.mensagem__principal .file-action-button[data-v-ef7961ea]:hover{background-color:var(--files-bg-hover)}.mensagem__outros .file-action-button[data-v-ef7961ea]:hover{background-color:rgba(100,100,100,.3)}.file-action-button[data-v-ef7961ea]{display:flex;justify-content:center;align-items:center;margin-left:12px;cursor:pointer;padding:5px;border-radius:5px;transition:background-color 150ms ease-in-out}.file-action-button a[data-v-ef7961ea]{margin:0}.fade-enter-active[data-v-ef7961ea],.fade-leave-active[data-v-ef7961ea]{transition:opacity .5s}.fade-enter[data-v-ef7961ea],.fade-leave-to[data-v-ef7961ea]{opacity:0}.mensagem-div-anexo[data-v-ef7961ea]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-ef7961ea]{width:100%;margin-top:5px;overflow:hidden;display:flex;max-height:300px}.anexo-container .arquivo-erro[data-v-ef7961ea],.anexo-container a[data-v-ef7961ea]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container p[data-v-ef7961ea]{text-overflow:ellipsis;overflow:hidden}.anexo-container .arquivo-erro[data-v-ef7961ea],.anexo-container p[data-v-ef7961ea]{margin:0;margin-left:15px;font-size:14.4px}.anexo-container svg[data-v-ef7961ea]{font-size:32px}.anexo-mensagem audio .divAudioPai[data-v-ef7961ea]{outline:0;width:100%;margin-bottom:5px}.audioStyle[data-v-ef7961ea]{width:370px}.divAudioPai[data-v-ef7961ea]{display:flex;background-color:#f1f3f4;border-radius:50%;width:100%;border-bottom-right-radius:26px;border-top-right-radius:26px}.anexo-mensagem video[data-v-ef7961ea]{flex:1;width:100%;max-width:350px;cursor:pointer;margin-bottom:5px}.anexos-links-container[data-v-ef7961ea]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-ef7961ea]{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-ef7961ea]{cursor:pointer}.mensagem-div-anexo img[data-v-ef7961ea]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-ef7961ea]{width:100%;height:100%}.anexo-mensagem[data-v-ef7961ea]{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.alert-danger[data-v-ef7961ea]{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert[data-v-ef7961ea]{position:relative;padding:10.4px 19.2px;margin:5px 0;border:1px solid transparent;border-radius:4px;text-align:center}.alert svg[data-v-ef7961ea]{font-size:1.025em;margin-right:2px}.pdf[data-v-ef7961ea]{color:#e74c3c}.doc[data-v-ef7961ea]{color:#006bc9}",
12203
+ }), inject("data-v-ef54db8e_1", {
12204
+ source: ".mensagem__principal .default-doc[data-v-ef54db8e]{background-color:var(--files-bg)}.mensagem__principal .default-doc[data-v-ef54db8e]:hover{background-color:var(--files-bg-hover)}.mensagem__outros .default-doc[data-v-ef54db8e]{background-color:rgba(100,100,100,.1)}.mensagem__outros .default-doc[data-v-ef54db8e]:hover{background-color:rgba(100,100,100,.3)}.default-doc:hover p[data-v-ef54db8e]{text-decoration:underline}.default-doc[data-v-ef54db8e]{display:flex;align-items:center;padding:10px;border-radius:5px;width:100%;max-width:100%;cursor:pointer;transition:background-color 150ms ease-in-out}.default-doc svg[data-v-ef54db8e]{font-size:19.2px;margin-right:5px}.default-doc p[data-v-ef54db8e]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-actions[data-v-ef54db8e]{display:flex;justify-content:flex-end;width:100%;padding:5px}.file-actions a[data-v-ef54db8e]{margin-right:0}.mensagem__principal .file-action-button[data-v-ef54db8e]{background-color:var(--files-bg)}.mensagem__outros .file-action-button[data-v-ef54db8e]{background-color:rgba(100,100,100,.1)}.mensagem__principal .file-action-button[data-v-ef54db8e]:hover{background-color:var(--files-bg-hover)}.mensagem__outros .file-action-button[data-v-ef54db8e]:hover{background-color:rgba(100,100,100,.3)}.file-action-button[data-v-ef54db8e]{display:flex;justify-content:center;align-items:center;margin-left:12px;cursor:pointer;padding:5px;border-radius:5px;transition:background-color 150ms ease-in-out}.file-action-button a[data-v-ef54db8e]{margin:0}.fade-enter-active[data-v-ef54db8e],.fade-leave-active[data-v-ef54db8e]{transition:opacity .5s}.fade-enter[data-v-ef54db8e],.fade-leave-to[data-v-ef54db8e]{opacity:0}.mensagem-div-anexo[data-v-ef54db8e]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-ef54db8e]{width:100%;margin-top:5px;overflow:hidden;display:flex;max-height:300px}.anexo-container .arquivo-erro[data-v-ef54db8e],.anexo-container a[data-v-ef54db8e]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container p[data-v-ef54db8e]{text-overflow:ellipsis;overflow:hidden}.anexo-container .arquivo-erro[data-v-ef54db8e],.anexo-container p[data-v-ef54db8e]{margin:0;margin-left:15px;font-size:14.4px}.anexo-container svg[data-v-ef54db8e]{font-size:32px}.anexo-mensagem audio .divAudioPai[data-v-ef54db8e]{outline:0;width:100%;margin-bottom:5px}.audioStyle[data-v-ef54db8e]{width:370px}.divAudioPai[data-v-ef54db8e]{display:flex;background-color:#f1f3f4;border-radius:50%;width:100%;border-bottom-right-radius:26px;border-top-right-radius:26px}.anexo-mensagem video[data-v-ef54db8e]{flex:1;width:100%;max-width:350px;cursor:pointer;margin-bottom:5px}.anexos-links-container[data-v-ef54db8e]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-ef54db8e]{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-ef54db8e]{cursor:pointer}.mensagem-div-anexo img[data-v-ef54db8e]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-ef54db8e]{width:100%;height:100%}.anexo-mensagem[data-v-ef54db8e]{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.alert-danger[data-v-ef54db8e]{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert[data-v-ef54db8e]{position:relative;padding:10.4px 19.2px;margin:5px 0;border:1px solid transparent;border-radius:4px;text-align:center}.alert svg[data-v-ef54db8e]{font-size:1.025em;margin-right:2px}.pdf[data-v-ef54db8e]{color:#e74c3c}.doc[data-v-ef54db8e]{color:#006bc9}",
12205
12205
  map: undefined,
12206
12206
  media: undefined
12207
12207
  });
@@ -12209,22 +12209,22 @@ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
12209
12209
  /* scoped */
12210
12210
 
12211
12211
 
12212
- var __vue_scope_id__$8 = "data-v-ef7961ea";
12212
+ var __vue_scope_id__$9 = "data-v-ef54db8e";
12213
12213
  /* module identifier */
12214
12214
 
12215
- var __vue_module_identifier__$8 = "data-v-ef7961ea";
12215
+ var __vue_module_identifier__$9 = "data-v-ef54db8e";
12216
12216
  /* functional template */
12217
12217
 
12218
- var __vue_is_functional_template__$8 = false;
12218
+ var __vue_is_functional_template__$9 = false;
12219
12219
  /* style inject shadow dom */
12220
12220
 
12221
- var __vue_component__$c = /*#__PURE__*/normalizeComponent({
12222
- render: __vue_render__$8,
12223
- staticRenderFns: __vue_staticRenderFns__$8
12224
- }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);
12221
+ var __vue_component__$e = /*#__PURE__*/normalizeComponent({
12222
+ render: __vue_render__$9,
12223
+ staticRenderFns: __vue_staticRenderFns__$9
12224
+ }, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);
12225
12225
 
12226
- var AnexoMensagem = __vue_component__$c;//
12227
- var script$7 = {
12226
+ var AnexoMensagem = __vue_component__$e;//
12227
+ var script$8 = {
12228
12228
  components: {
12229
12229
  InteratividadePopup: InteratividadePopup
12230
12230
  },
@@ -12269,10 +12269,10 @@ var script$7 = {
12269
12269
  }
12270
12270
  }
12271
12271
  };/* script */
12272
- var __vue_script__$7 = script$7;
12272
+ var __vue_script__$8 = script$8;
12273
12273
  /* template */
12274
12274
 
12275
- var __vue_render__$7 = function __vue_render__() {
12275
+ var __vue_render__$8 = function __vue_render__() {
12276
12276
  var _vm = this;
12277
12277
 
12278
12278
  var _h = _vm.$createElement;
@@ -12300,12 +12300,12 @@ var __vue_render__$7 = function __vue_render__() {
12300
12300
  }) : Object.keys(_vm.objItens).length ? "<div" + _vm._ssrClass("interatividade-lista", _vm.tipoBotoes == 'listItem' ? 'bg-none' : '') + "><div" + _vm._ssrClass("interatividade-lista-conteudo", _vm.tipoBotoes == 'listItem' ? 'border-bottom-none padding-none' : '') + ">" + (_vm.objItens.header && _vm.objItens.header.text ? "<p class=\"interatividade-lista-titulo\">" + _vm._s(_vm.objItens.header.text) + "</p>" : "<!---->") + " " + (_vm.objItens.body && _vm.objItens.body.text ? "<p class=\"interatividade-lista-corpo\">" + _vm._s(_vm.objItens.body.text) + "</p>" : "<!---->") + " " + (_vm.objItens.footer && _vm.objItens.footer.text ? "<p class=\"interatividade-lista-rodape\">" + _vm._s(_vm.objItens.footer.text) + "</p>" : "<!---->") + "</div> " + (_vm.objItens.list && _vm.objItens.list.title ? "<p" + _vm._ssrClass("interatividade-lista-link", _vm.tipoBotoes == 'listItem' ? 'bg-white border-radius-5 mt-5' : '') + ">" + _vm._s(_vm.objItens.list.title) + "</p>" : "<!---->") + "</div>" : "<!---->"))], 2);
12301
12301
  };
12302
12302
 
12303
- var __vue_staticRenderFns__$7 = [];
12303
+ var __vue_staticRenderFns__$8 = [];
12304
12304
  /* style */
12305
12305
 
12306
- var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
12306
+ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
12307
12307
  if (!inject) return;
12308
- inject("data-v-180b8532_0", {
12308
+ inject("data-v-245b9d47_0", {
12309
12309
  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%)}.bg-none{background-color:transparent!important}.bg-white{background-color:#fff}.border-radius-5{border-radius:5px}.mt-5{margin-top:5px}.interatividade-btn{width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;color:#111b21;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}.border-bottom-none{border-bottom:none!important}.padding-none{padding:unset!important}.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}",
12310
12310
  map: undefined,
12311
12311
  media: undefined
@@ -12314,21 +12314,21 @@ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
12314
12314
  /* scoped */
12315
12315
 
12316
12316
 
12317
- var __vue_scope_id__$7 = undefined;
12317
+ var __vue_scope_id__$8 = undefined;
12318
12318
  /* module identifier */
12319
12319
 
12320
- var __vue_module_identifier__$7 = "data-v-180b8532";
12320
+ var __vue_module_identifier__$8 = "data-v-245b9d47";
12321
12321
  /* functional template */
12322
12322
 
12323
- var __vue_is_functional_template__$7 = false;
12323
+ var __vue_is_functional_template__$8 = false;
12324
12324
  /* style inject shadow dom */
12325
12325
 
12326
- var __vue_component__$b = /*#__PURE__*/normalizeComponent({
12327
- render: __vue_render__$7,
12328
- staticRenderFns: __vue_staticRenderFns__$7
12329
- }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);
12326
+ var __vue_component__$d = /*#__PURE__*/normalizeComponent({
12327
+ render: __vue_render__$8,
12328
+ staticRenderFns: __vue_staticRenderFns__$8
12329
+ }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);
12330
12330
 
12331
- var InteratividadeBotoes = __vue_component__$b;var script$6 = {
12331
+ var InteratividadeBotoes = __vue_component__$d;var script$7 = {
12332
12332
  props: {
12333
12333
  message: {
12334
12334
  type: String,
@@ -12466,10 +12466,10 @@ var InteratividadeBotoes = __vue_component__$b;var script$6 = {
12466
12466
  }
12467
12467
  }
12468
12468
  };/* script */
12469
- var __vue_script__$6 = script$6;
12469
+ var __vue_script__$7 = script$7;
12470
12470
  /* template */
12471
12471
 
12472
- var __vue_render__$6 = function __vue_render__() {
12472
+ var __vue_render__$7 = function __vue_render__() {
12473
12473
  var _vm = this;
12474
12474
 
12475
12475
  var _h = _vm.$createElement;
@@ -12486,18 +12486,18 @@ var __vue_render__$6 = function __vue_render__() {
12486
12486
  return _vm.openUrl();
12487
12487
  }
12488
12488
  }
12489
- }, [_vm._ssrNode((_vm.linkPreview.imageSource ? "<div class=\"link-preview-image\"" + _vm._ssrStyle(null, _vm.linkPreview.colorTheme ? "background-color: " + _vm.linkPreview.colorTheme : '', null) + " data-v-303b4cce><img" + _vm._ssrAttr("src", _vm.linkPreview.imageSource) + " alt=\"Imagem referente ao link\" data-v-303b4cce></div>" : "<!---->") + " " + (_vm.linkPreview.author ? "<div" + _vm._ssrClass("link-preview-author", {
12489
+ }, [_vm._ssrNode((_vm.linkPreview.imageSource ? "<div class=\"link-preview-image\"" + _vm._ssrStyle(null, _vm.linkPreview.colorTheme ? "background-color: " + _vm.linkPreview.colorTheme : '', null) + " data-v-65b4fbd8><img" + _vm._ssrAttr("src", _vm.linkPreview.imageSource) + " alt=\"Imagem referente ao link\" data-v-65b4fbd8></div>" : "<!---->") + " " + (_vm.linkPreview.author ? "<div" + _vm._ssrClass("link-preview-author", {
12490
12490
  'mb-0': _vm.linkPreview.description
12491
- }) + " data-v-303b4cce><h1 data-v-303b4cce>" + _vm._ssrEscape(_vm._s(_vm.linkPreview.author)) + "</h1></div>" : "<!---->") + " " + (_vm.linkPreview.description ? "<div class=\"link-preview-infos\" data-v-303b4cce>" + (_vm.linkPreview.description ? "<p data-v-303b4cce>" + _vm._ssrEscape(_vm._s(_vm.linkPreview.description)) + "</p>" : "<!---->") + "</div>" : "<!---->"))]) : _vm._e();
12491
+ }) + " data-v-65b4fbd8><h1 data-v-65b4fbd8>" + _vm._ssrEscape(_vm._s(_vm.linkPreview.author)) + "</h1></div>" : "<!---->") + " " + (_vm.linkPreview.description ? "<div class=\"link-preview-infos\" data-v-65b4fbd8>" + (_vm.linkPreview.description ? "<p data-v-65b4fbd8>" + _vm._ssrEscape(_vm._s(_vm.linkPreview.description)) + "</p>" : "<!---->") + "</div>" : "<!---->"))]) : _vm._e();
12492
12492
  };
12493
12493
 
12494
- var __vue_staticRenderFns__$6 = [];
12494
+ var __vue_staticRenderFns__$7 = [];
12495
12495
  /* style */
12496
12496
 
12497
- var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
12497
+ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
12498
12498
  if (!inject) return;
12499
- inject("data-v-303b4cce_0", {
12500
- source: ".link-preview[data-v-303b4cce]{display:flex;flex-direction:column;background-color:#eee;color:#333;cursor:pointer;margin:5px 0;border-radius:5px;opacity:.95;transition:opacity .3s ease-in-out;font-size:13.6px}.link-preview-image[data-v-303b4cce]{display:flex;justify-content:center;align-items:center;padding:1px;border-top-left-radius:5px;border-top-right-radius:5px}.link-preview-author[data-v-303b4cce]{margin:5px;font-size:.615em;font-weight:700}.link-preview-author.mb-0[data-v-303b4cce]{margin-bottom:0}.link-preview-author h1[data-v-303b4cce]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-preview-image img[data-v-303b4cce]{min-width:100px;max-width:200px;border-top-left-radius:5px;border-top-right-radius:5px}.link-preview-infos[data-v-303b4cce]{background-color:#2626261a;padding:5px;margin:5px;font-size:.83em;border-radius:5px}.link-preview[data-v-303b4cce]:hover{opacity:1}.link-preview:hover .link-preview-infos p[data-v-303b4cce]{text-decoration:underline}",
12499
+ inject("data-v-65b4fbd8_0", {
12500
+ source: ".link-preview[data-v-65b4fbd8]{display:flex;flex-direction:column;background-color:#eee;color:#333;cursor:pointer;margin:5px 0;border-radius:5px;opacity:.95;transition:opacity .3s ease-in-out;font-size:13.6px}.link-preview-image[data-v-65b4fbd8]{display:flex;justify-content:center;align-items:center;padding:1px;border-top-left-radius:5px;border-top-right-radius:5px}.link-preview-author[data-v-65b4fbd8]{margin:5px;font-size:.615em;font-weight:700}.link-preview-author.mb-0[data-v-65b4fbd8]{margin-bottom:0}.link-preview-author h1[data-v-65b4fbd8]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-preview-image img[data-v-65b4fbd8]{min-width:100px;max-width:200px;border-top-left-radius:5px;border-top-right-radius:5px}.link-preview-infos[data-v-65b4fbd8]{background-color:#2626261a;padding:5px;margin:5px;font-size:.83em;border-radius:5px}.link-preview[data-v-65b4fbd8]:hover{opacity:1}.link-preview:hover .link-preview-infos p[data-v-65b4fbd8]{text-decoration:underline}",
12501
12501
  map: undefined,
12502
12502
  media: undefined
12503
12503
  });
@@ -12505,21 +12505,21 @@ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
12505
12505
  /* scoped */
12506
12506
 
12507
12507
 
12508
- var __vue_scope_id__$6 = "data-v-303b4cce";
12508
+ var __vue_scope_id__$7 = "data-v-65b4fbd8";
12509
12509
  /* module identifier */
12510
12510
 
12511
- var __vue_module_identifier__$6 = "data-v-303b4cce";
12511
+ var __vue_module_identifier__$7 = "data-v-65b4fbd8";
12512
12512
  /* functional template */
12513
12513
 
12514
- var __vue_is_functional_template__$6 = false;
12514
+ var __vue_is_functional_template__$7 = false;
12515
12515
  /* style inject shadow dom */
12516
12516
 
12517
- var __vue_component__$a = /*#__PURE__*/normalizeComponent({
12518
- render: __vue_render__$6,
12519
- staticRenderFns: __vue_staticRenderFns__$6
12520
- }, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);
12517
+ var __vue_component__$c = /*#__PURE__*/normalizeComponent({
12518
+ render: __vue_render__$7,
12519
+ staticRenderFns: __vue_staticRenderFns__$7
12520
+ }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);
12521
12521
 
12522
- var LinkPreview = __vue_component__$a;var script$5 = {
12522
+ var LinkPreview = __vue_component__$c;var script$6 = {
12523
12523
  components: {
12524
12524
  AnexoMensagem: AnexoMensagem,
12525
12525
  InteratividadeBotoes: InteratividadeBotoes,
@@ -12821,10 +12821,10 @@ var LinkPreview = __vue_component__$a;var script$5 = {
12821
12821
  }
12822
12822
  }
12823
12823
  };/* script */
12824
- var __vue_script__$5 = script$5;
12824
+ var __vue_script__$6 = script$6;
12825
12825
  /* template */
12826
12826
 
12827
- var __vue_render__$5 = function __vue_render__() {
12827
+ var __vue_render__$6 = function __vue_render__() {
12828
12828
  var _vm = this;
12829
12829
 
12830
12830
  var _h = _vm.$createElement;
@@ -13178,7 +13178,15 @@ var __vue_render__$5 = function __vue_render__() {
13178
13178
  expression: "closeEmojis"
13179
13179
  }],
13180
13180
  staticClass: "emoji-message-container"
13181
- }, [_c('Picker', {
13181
+ }, [_c('fa-icon', {
13182
+ staticClass: "sc-icone-fechar sc-icone-fechar--externo",
13183
+ attrs: {
13184
+ "icon": ['fas', 'times-circle']
13185
+ },
13186
+ on: {
13187
+ "click": _vm.closeEmojis
13188
+ }
13189
+ }), _vm._v(" "), _c('Picker', {
13182
13190
  on: {
13183
13191
  "insert-emoji": _vm.addReaction
13184
13192
  }
@@ -13225,12 +13233,12 @@ var __vue_render__$5 = function __vue_render__() {
13225
13233
  })])]) : _vm._e()], 2)], 1) : _vm._e();
13226
13234
  };
13227
13235
 
13228
- var __vue_staticRenderFns__$5 = [];
13236
+ var __vue_staticRenderFns__$6 = [];
13229
13237
  /* style */
13230
13238
 
13231
- var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
13239
+ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
13232
13240
  if (!inject) return;
13233
- inject("data-v-2f7d008a_0", {
13241
+ inject("data-v-199fa0c0_0", {
13234
13242
  source: ":root{--message-color:#373737;--text-color:#fff;--files-bg:rgba(255, 255, 255, 0.1);--files-bg-hover:rgba(255, 255, 255, 0.1);--light:80;--threshold:60}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem-reply{padding:5px 10px;font-size:12px;color:#666;transition:background-color 150ms ease-in-out;border-radius:5px;margin:5px 0;overflow:hidden;max-width:100%}.mensagem-reply p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-reply-principal{border-left:3px solid transparent;background-color:rgba(100,100,100,.1)}.message-reply-principal:hover{background-color:rgba(100,100,100,.2)}.message-reply-outros{background-color:#f5f5f5;border-left:3px solid var(--message-color)}.message-reply-outros:hover{background-color:#ebebeb}.mensagem-reply-vazia{display:flex;align-items:center}.mensagem-reply-vazia svg{margin-right:5px;color:#ba181b}.mensagem{padding:20px 7px 14px 7px;border-radius: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:12px;word-break:break-word;-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)}.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:hover .menu-primario{visibility:visible;opacity:1}.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:9.6px;color:#67a332;width:14.4px;height:14.4px;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:11.2px}.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:6.4px;width:11.2px}.default-stick-size{width:180px;height:auto}.horario-envio{margin-right:15px;font-size:11.2px;position:absolute;left:10px;bottom:2px}.autor-mensagem{position:absolute;font-size:9.6px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:90%;font-weight:700;top:2px}.menu-primario{visibility:hidden;opacity:0;transition:opacity 150ms ease-in-out;position:absolute;font-size:11.2px;top:3px;display:flex;gap:5px;padding:2px 4px}.menu-primario.principal{left:4px;color:var(--text-color);background-color:var(--message-color)}.menu-primario.outros{right:4px;color:var(--text-color);background-color:#fff}.menu-primario.outros>span:nth-child(1){order:10}.menu-mensagem{cursor:pointer;padding:1px}.menu-flutuante{background-color:#fff;-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);border-radius:10px;position:absolute;top:20px;width:120px;min-height:50px;height:50px;max-height:50px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;display:flex;flex-direction:column;z-index:1}.menu-flutuante.principal{left:3px}.menu-flutuante.outros{right:3px}.menu-flutuante li{transition:background-color .3s ease-in-out;width:100%;cursor:pointer;padding:5px 10px;display:flex;align-items:center}.menu-flutuante li:hover{background-color:#e9e9e9}.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:var(--text-color)}.mensagem__principal>.mensagem .horario-envio{color:var(--text-color)}.mensagem__principal>.mensagem .autor-mensagem{right:5px;color:var(--text-color)}.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:.85em}.info-mapa li.url{font-size:.85em}.tooltip-list{margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.emoji-message-container{position:absolute;top:0;z-index:1;width:300px;height:250px}.emoji-message-container .sm-emoji-picker{width:300px;height:250px}.emoji-message-container .sm-emoji-picker .sm-emoji-header{overflow-x:auto;overflow-y:hidden}.reaction{position:absolute;bottom:0;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:rgba(100,100,100,.4);padding:5px;font-size:1.3em;min-width:1.8em;min-height:1.8em;max-width:1.8em;max-height:1.8em}.reaction>span{display:block;transform:translateY(-1px)}.mensagem__outros .reaction{right:-30px}.mensagem__principal .reaction{left:-30px}",
13235
13243
  map: undefined,
13236
13244
  media: undefined
@@ -13239,28 +13247,28 @@ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
13239
13247
  /* scoped */
13240
13248
 
13241
13249
 
13242
- var __vue_scope_id__$5 = undefined;
13250
+ var __vue_scope_id__$6 = undefined;
13243
13251
  /* module identifier */
13244
13252
 
13245
- var __vue_module_identifier__$5 = "data-v-2f7d008a";
13253
+ var __vue_module_identifier__$6 = "data-v-199fa0c0";
13246
13254
  /* functional template */
13247
13255
 
13248
- var __vue_is_functional_template__$5 = false;
13256
+ var __vue_is_functional_template__$6 = false;
13249
13257
  /* style inject shadow dom */
13250
13258
 
13251
- var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
13252
- render: __vue_render__$5,
13253
- staticRenderFns: __vue_staticRenderFns__$5
13254
- }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);
13259
+ var __vue_component__$a = /*#__PURE__*/normalizeComponent({
13260
+ render: __vue_render__$6,
13261
+ staticRenderFns: __vue_staticRenderFns__$6
13262
+ }, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);
13255
13263
 
13256
- var __vue_component__$9 = __vue_component__$8;//
13264
+ var __vue_component__$b = __vue_component__$a;//
13257
13265
  //
13258
13266
  //
13259
13267
  //
13260
13268
  //
13261
13269
  //
13262
13270
  //
13263
- var script$4 = {
13271
+ var script$5 = {
13264
13272
  props: {
13265
13273
  icon: [String, Array],
13266
13274
  default: ""
@@ -13271,10 +13279,10 @@ var script$4 = {
13271
13279
  }
13272
13280
  }
13273
13281
  };/* script */
13274
- var __vue_script__$4 = script$4;
13282
+ var __vue_script__$5 = script$5;
13275
13283
  /* template */
13276
13284
 
13277
- var __vue_render__$4 = function __vue_render__() {
13285
+ var __vue_render__$5 = function __vue_render__() {
13278
13286
  var _vm = this;
13279
13287
 
13280
13288
  var _h = _vm.$createElement;
@@ -13297,12 +13305,12 @@ var __vue_render__$4 = function __vue_render__() {
13297
13305
  })], 1);
13298
13306
  };
13299
13307
 
13300
- var __vue_staticRenderFns__$4 = [];
13308
+ var __vue_staticRenderFns__$5 = [];
13301
13309
  /* style */
13302
13310
 
13303
- var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
13311
+ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
13304
13312
  if (!inject) return;
13305
- inject("data-v-f9c5e7d8_0", {
13313
+ inject("data-v-0e0fb9d2_0", {
13306
13314
  source: ".simple-btn--icon.custom>span{width:20px;height:20px}",
13307
13315
  map: undefined,
13308
13316
  media: undefined
@@ -13311,22 +13319,22 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
13311
13319
  /* scoped */
13312
13320
 
13313
13321
 
13314
- var __vue_scope_id__$4 = undefined;
13322
+ var __vue_scope_id__$5 = undefined;
13315
13323
  /* module identifier */
13316
13324
 
13317
- var __vue_module_identifier__$4 = "data-v-f9c5e7d8";
13325
+ var __vue_module_identifier__$5 = "data-v-0e0fb9d2";
13318
13326
  /* functional template */
13319
13327
 
13320
- var __vue_is_functional_template__$4 = false;
13328
+ var __vue_is_functional_template__$5 = false;
13321
13329
  /* style inject shadow dom */
13322
13330
 
13323
- var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
13324
- render: __vue_render__$4,
13325
- staticRenderFns: __vue_staticRenderFns__$4
13326
- }, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, createInjectorSSR, undefined);
13331
+ var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
13332
+ render: __vue_render__$5,
13333
+ staticRenderFns: __vue_staticRenderFns__$5
13334
+ }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);
13327
13335
 
13328
- var IconButton = __vue_component__$7;//
13329
- var script$3 = {
13336
+ var IconButton = __vue_component__$9;//
13337
+ var script$4 = {
13330
13338
  components: {
13331
13339
  IconButton: IconButton
13332
13340
  },
@@ -13380,10 +13388,10 @@ var script$3 = {
13380
13388
  }
13381
13389
  }
13382
13390
  };/* script */
13383
- var __vue_script__$3 = script$3;
13391
+ var __vue_script__$4 = script$4;
13384
13392
  /* template */
13385
13393
 
13386
- var __vue_render__$3 = function __vue_render__() {
13394
+ var __vue_render__$4 = function __vue_render__() {
13387
13395
  var _vm = this;
13388
13396
 
13389
13397
  var _h = _vm.$createElement;
@@ -13410,12 +13418,12 @@ var __vue_render__$3 = function __vue_render__() {
13410
13418
  })], 1)] : _vm._e(), _vm._ssrNode(" " + (!_vm.activeLoader ? "<span class=\"simple-btn--text\">" + _vm._ssrEscape(_vm._s(_vm.btnText)) + "</span>" : "<VueLoader></VueLoader>"))], 2);
13411
13419
  };
13412
13420
 
13413
- var __vue_staticRenderFns__$3 = [];
13421
+ var __vue_staticRenderFns__$4 = [];
13414
13422
  /* style */
13415
13423
 
13416
- var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
13424
+ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
13417
13425
  if (!inject) return;
13418
- inject("data-v-b7424d62_0", {
13426
+ inject("data-v-e320bcca_0", {
13419
13427
  source: ".default-btn-style{transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -2px rgba(0,0,0,.2);opacity:.9;border-radius:5px;display:flex;justify-content:center;align-items:center;padding:5px;cursor:pointer;min-height:28px}.default-btn-style:hover{opacity:1}.default-btn-style: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)}.simple-btn{position:relative}.simple-btn--icon{display:flex;justify-content:center;align-items:center;margin-right:5px}.simple-btn--icon.custom{min-width:25px}.simple-btn--text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.icon-container{position:absolute;left:-15px;padding:5px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%}.icon-container svg{color:rgba(255,255,255,.5);width:23px;height:23px}",
13420
13428
  map: undefined,
13421
13429
  media: undefined
@@ -13424,21 +13432,21 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
13424
13432
  /* scoped */
13425
13433
 
13426
13434
 
13427
- var __vue_scope_id__$3 = undefined;
13435
+ var __vue_scope_id__$4 = undefined;
13428
13436
  /* module identifier */
13429
13437
 
13430
- var __vue_module_identifier__$3 = "data-v-b7424d62";
13438
+ var __vue_module_identifier__$4 = "data-v-e320bcca";
13431
13439
  /* functional template */
13432
13440
 
13433
- var __vue_is_functional_template__$3 = false;
13441
+ var __vue_is_functional_template__$4 = false;
13434
13442
  /* style inject shadow dom */
13435
13443
 
13436
- var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
13437
- render: __vue_render__$3,
13438
- staticRenderFns: __vue_staticRenderFns__$3
13439
- }, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, undefined, createInjectorSSR, undefined);
13444
+ var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
13445
+ render: __vue_render__$4,
13446
+ staticRenderFns: __vue_staticRenderFns__$4
13447
+ }, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, createInjectorSSR, undefined);
13440
13448
 
13441
- var __vue_component__$6 = __vue_component__$5;//
13449
+ var __vue_component__$8 = __vue_component__$7;//
13442
13450
  //
13443
13451
  //
13444
13452
  //
@@ -13463,7 +13471,7 @@ var __vue_component__$6 = __vue_component__$5;//
13463
13471
  //
13464
13472
  //
13465
13473
  //
13466
- var script$2 = {
13474
+ var script$3 = {
13467
13475
  props: {
13468
13476
  identificador: {
13469
13477
  type: String,
@@ -13548,10 +13556,10 @@ var script$2 = {
13548
13556
  }
13549
13557
  }
13550
13558
  };/* script */
13551
- var __vue_script__$2 = script$2;
13559
+ var __vue_script__$3 = script$3;
13552
13560
  /* template */
13553
13561
 
13554
- var __vue_render__$2 = function __vue_render__() {
13562
+ var __vue_render__$3 = function __vue_render__() {
13555
13563
  var _vm = this;
13556
13564
 
13557
13565
  var _h = _vm.$createElement;
@@ -13596,16 +13604,16 @@ var __vue_render__$2 = function __vue_render__() {
13596
13604
  })], 1)]);
13597
13605
  };
13598
13606
 
13599
- var __vue_staticRenderFns__$2 = [];
13607
+ var __vue_staticRenderFns__$3 = [];
13600
13608
  /* style */
13601
13609
 
13602
- var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
13610
+ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
13603
13611
  if (!inject) return;
13604
- inject("data-v-590ec4cf_0", {
13605
- source: ".fade-enter-active[data-v-590ec4cf],.fade-leave-active[data-v-590ec4cf]{transition:opacity .3s}.fade-enter[data-v-590ec4cf],.fade-leave-to[data-v-590ec4cf]{opacity:0}",
13612
+ inject("data-v-11a31a7b_0", {
13613
+ source: ".fade-enter-active[data-v-11a31a7b],.fade-leave-active[data-v-11a31a7b]{transition:opacity .3s}.fade-enter[data-v-11a31a7b],.fade-leave-to[data-v-11a31a7b]{opacity:0}",
13606
13614
  map: undefined,
13607
13615
  media: undefined
13608
- }), inject("data-v-590ec4cf_1", {
13616
+ }), inject("data-v-11a31a7b_1", {
13609
13617
  source: ".btn-rolagem{position:absolute;bottom:10px;right:20px}.btn-rolagem.higher{bottom:36px}.btn-rolagem svg{font-size:38.4px;color:#757575;transition-duration:.3s;transition-property:opacity;opacity:.8;cursor:pointer}.btn-rolagem svg:hover{opacity:1}.sinalizar-msg-nova{position:absolute;top:-10px;left:-10px;background-color:#4f772d;width:12.5px;height:12.5px;border-radius:50%;animation-name:blink;animation-duration:1s;animation-direction:alternate;animation-iteration-count:infinite}@keyframes blink{from{opacity:.8 - .1}to{opacity:1}}",
13610
13618
  map: undefined,
13611
13619
  media: undefined
@@ -13614,22 +13622,22 @@ var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
13614
13622
  /* scoped */
13615
13623
 
13616
13624
 
13617
- var __vue_scope_id__$2 = "data-v-590ec4cf";
13625
+ var __vue_scope_id__$3 = "data-v-11a31a7b";
13618
13626
  /* module identifier */
13619
13627
 
13620
- var __vue_module_identifier__$2 = "data-v-590ec4cf";
13628
+ var __vue_module_identifier__$3 = "data-v-11a31a7b";
13621
13629
  /* functional template */
13622
13630
 
13623
- var __vue_is_functional_template__$2 = false;
13631
+ var __vue_is_functional_template__$3 = false;
13624
13632
  /* style inject shadow dom */
13625
13633
 
13626
- var __vue_component__$3 = /*#__PURE__*/normalizeComponent({
13627
- render: __vue_render__$2,
13628
- staticRenderFns: __vue_staticRenderFns__$2
13629
- }, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, createInjectorSSR, undefined);
13634
+ var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
13635
+ render: __vue_render__$3,
13636
+ staticRenderFns: __vue_staticRenderFns__$3
13637
+ }, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, undefined, createInjectorSSR, undefined);
13630
13638
 
13631
- var __vue_component__$4 = __vue_component__$3;//
13632
- var script$1 = {
13639
+ var __vue_component__$6 = __vue_component__$5;//
13640
+ var script$2 = {
13633
13641
  mixins: [fileHandler],
13634
13642
  props: {
13635
13643
  anexo: {
@@ -13649,10 +13657,10 @@ var script$1 = {
13649
13657
  });
13650
13658
  }
13651
13659
  };/* script */
13652
- var __vue_script__$1 = script$1;
13660
+ var __vue_script__$2 = script$2;
13653
13661
  /* template */
13654
13662
 
13655
- var __vue_render__$1 = function __vue_render__() {
13663
+ var __vue_render__$2 = function __vue_render__() {
13656
13664
  var _vm = this;
13657
13665
 
13658
13666
  var _h = _vm.$createElement;
@@ -13714,13 +13722,13 @@ var __vue_render__$1 = function __vue_render__() {
13714
13722
  })], 1)])], 1);
13715
13723
  };
13716
13724
 
13717
- var __vue_staticRenderFns__$1 = [];
13725
+ var __vue_staticRenderFns__$2 = [];
13718
13726
  /* style */
13719
13727
 
13720
- var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
13728
+ var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
13721
13729
  if (!inject) return;
13722
- inject("data-v-df17eba8_0", {
13723
- 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}",
13730
+ inject("data-v-ded4f6c2_0", {
13731
+ source: ".mr-5[data-v-ded4f6c2]{margin-right:5px}.anexo-img[data-v-ded4f6c2]{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-ded4f6c2]:hover{opacity:1}.anexo-img img[data-v-ded4f6c2]{width:95%;max-height:50px}.box-shadow[data-v-ded4f6c2]{-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-ded4f6c2]{display:flex;justify-content:center;align-items:center;font-size:30px;cursor:pointer}.anexo-icone[data-v-ded4f6c2]:hover{opacity:1}.anexo-icone[data-v-ded4f6c2]:visited{color:inherit}.anexo-icone.pdf[data-v-ded4f6c2]{position:relative}.anexo-icone.pdf svg[data-v-ded4f6c2]{color:#e74c3c}.anexo-icone.pdf[data-v-ded4f6c2]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px}.anexo-icone.doc[data-v-ded4f6c2]{color:#15517f}.anexo-icone.doc[data-v-ded4f6c2]::after{content:\"\";position:absolute;width:20px;height:20px}.align-items-center[data-v-ded4f6c2]{align-items:center}.flex-wrap[data-v-ded4f6c2]{flex-wrap:wrap}.d-flex[data-v-ded4f6c2]{display:flex}.mb-5[data-v-ded4f6c2]{margin-bottom:5px}.mx-5[data-v-ded4f6c2]{margin-left:5px;margin-right:5px}",
13724
13732
  map: undefined,
13725
13733
  media: undefined
13726
13734
  });
@@ -13728,22 +13736,22 @@ var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
13728
13736
  /* scoped */
13729
13737
 
13730
13738
 
13731
- var __vue_scope_id__$1 = "data-v-df17eba8";
13739
+ var __vue_scope_id__$2 = "data-v-ded4f6c2";
13732
13740
  /* module identifier */
13733
13741
 
13734
- var __vue_module_identifier__$1 = "data-v-df17eba8";
13742
+ var __vue_module_identifier__$2 = "data-v-ded4f6c2";
13735
13743
  /* functional template */
13736
13744
 
13737
- var __vue_is_functional_template__$1 = false;
13745
+ var __vue_is_functional_template__$2 = false;
13738
13746
  /* style inject shadow dom */
13739
13747
 
13740
- var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
13741
- render: __vue_render__$1,
13742
- staticRenderFns: __vue_staticRenderFns__$1
13743
- }, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, createInjectorSSR, undefined);
13748
+ var __vue_component__$4 = /*#__PURE__*/normalizeComponent({
13749
+ render: __vue_render__$2,
13750
+ staticRenderFns: __vue_staticRenderFns__$2
13751
+ }, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, createInjectorSSR, undefined);
13744
13752
 
13745
- var EmailFile = __vue_component__$2;//
13746
- var script = {
13753
+ var EmailFile = __vue_component__$4;//
13754
+ var script$1 = {
13747
13755
  mixins: [textoLongo],
13748
13756
  components: {
13749
13757
  EmailFile: EmailFile
@@ -13816,10 +13824,10 @@ var script = {
13816
13824
  }
13817
13825
  }
13818
13826
  };/* script */
13819
- var __vue_script__ = script;
13827
+ var __vue_script__$1 = script$1;
13820
13828
  /* template */
13821
13829
 
13822
- var __vue_render__ = function __vue_render__() {
13830
+ var __vue_render__$1 = function __vue_render__() {
13823
13831
  var _vm = this;
13824
13832
 
13825
13833
  var _h = _vm.$createElement;
@@ -13828,11 +13836,11 @@ var __vue_render__ = function __vue_render__() {
13828
13836
 
13829
13837
  return _c('div', {
13830
13838
  staticClass: "w-100 text-dark min-h-60 d-flex flex-wrap px-35 border-bottom-1 border-color-gray transition-150"
13831
- }, [_vm._ssrNode("<div class=\"w-100 d-flex d-flex align-items-center justify-content-between cursor-pointer\" data-v-bec46256>", "</div>", [_vm._ssrNode("<div class=\"d-flex-center m-10\" data-v-bec46256><span class=\"align-self-start border-radius-round d-flex-center w-36px h-36px border-color-gray border-1 mr-10\" data-v-bec46256>" + _vm._ssrEscape(_vm._s(_vm.siglaNome)) + "</span> <div class=\"d-flex flex-column\" data-v-bec46256><p" + _vm._ssrAttr("title", _vm.de) + " class=\"text-bold fs-_9\" data-v-bec46256>" + _vm._ssrEscape(_vm._s(_vm.de)) + "</p> " + (_vm.estado != 0 ? "<p" + _vm._ssrAttr("title", _vm.para) + " class=\"text-gray fs-_8\" data-v-bec46256>" + _vm._ssrEscape(_vm._s(_vm.para)) + "</p>" : "<!---->") + " <p" + _vm._ssrAttr("title", _vm.assunto) + " class=\"text-gray fs-_8\" data-v-bec46256>" + _vm._ssrEscape(_vm._s(_vm.tratarTextoLongo(_vm.assunto, 30))) + "</p></div></div> "), _vm._ssrNode("<span" + _vm._ssrAttr("title", _vm.formataDataHora(_vm.dataHora)) + " class=\"fs-_8 mr-10 text-ellipsis\" data-v-bec46256>", "</span>", [_c('fa-icon', {
13839
+ }, [_vm._ssrNode("<div class=\"w-100 d-flex d-flex align-items-center justify-content-between cursor-pointer\" data-v-6d32ac0a>", "</div>", [_vm._ssrNode("<div class=\"d-flex-center m-10\" data-v-6d32ac0a><span class=\"align-self-start border-radius-round d-flex-center w-36px h-36px border-color-gray border-1 mr-10\" data-v-6d32ac0a>" + _vm._ssrEscape(_vm._s(_vm.siglaNome)) + "</span> <div class=\"d-flex flex-column\" data-v-6d32ac0a><p" + _vm._ssrAttr("title", _vm.de) + " class=\"text-bold fs-_9\" data-v-6d32ac0a>" + _vm._ssrEscape(_vm._s(_vm.de)) + "</p> " + (_vm.estado != 0 ? "<p" + _vm._ssrAttr("title", _vm.para) + " class=\"text-gray fs-_8\" data-v-6d32ac0a>" + _vm._ssrEscape(_vm._s(_vm.para)) + "</p>" : "<!---->") + " <p" + _vm._ssrAttr("title", _vm.assunto) + " class=\"text-gray fs-_8\" data-v-6d32ac0a>" + _vm._ssrEscape(_vm._s(_vm.tratarTextoLongo(_vm.assunto, 30))) + "</p></div></div> "), _vm._ssrNode("<span" + _vm._ssrAttr("title", _vm.formataDataHora(_vm.dataHora)) + " class=\"fs-_8 mr-10 text-ellipsis\" data-v-6d32ac0a>", "</span>", [_c('fa-icon', {
13832
13840
  attrs: {
13833
13841
  "icon": ['fas', 'calendar']
13834
13842
  }
13835
- }), _vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.formataDataHora(_vm.dataHora)) + "\n "))], 2)], 2), _vm._ssrNode(" " + (_vm.estado != 0 ? "<div class=\"d-flex-center w-100 p-15\" data-v-bec46256><section data-v-bec46256>" + _vm._s(_vm.html) + "</section></div>" : "<!---->") + " "), _vm.anexos && _vm.anexos.length ? _vm._l(_vm.anexos, function (anexo, index) {
13843
+ }), _vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.formataDataHora(_vm.dataHora)) + "\n "))], 2)], 2), _vm._ssrNode(" " + (_vm.estado != 0 ? "<div class=\"d-flex-center w-100 p-15\" data-v-6d32ac0a><section data-v-6d32ac0a>" + _vm._s(_vm.html) + "</section></div>" : "<!---->") + " "), _vm.anexos && _vm.anexos.length ? _vm._l(_vm.anexos, function (anexo, index) {
13836
13844
  return _c('EmailFile', {
13837
13845
  key: index,
13838
13846
  staticClass: "d-flex flex-wrap align-items-center",
@@ -13844,13 +13852,71 @@ var __vue_render__ = function __vue_render__() {
13844
13852
  }) : _vm._e()], 2);
13845
13853
  };
13846
13854
 
13855
+ var __vue_staticRenderFns__$1 = [];
13856
+ /* style */
13857
+
13858
+ var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
13859
+ if (!inject) return;
13860
+ inject("data-v-6d32ac0a_0", {
13861
+ source: ".w-100[data-v-6d32ac0a]{width:100%}.text-dark[data-v-6d32ac0a]{color:#333}.min-h-60[data-v-6d32ac0a]{min-height:60px}.d-flex[data-v-6d32ac0a]{display:flex}.flex-wrap[data-v-6d32ac0a]{flex-wrap:wrap}.border-bottom-1[data-v-6d32ac0a]{border-bottom:1px solid}.border-color-gray[data-v-6d32ac0a]{border-color:#ccc}.transition-150[data-v-6d32ac0a]{transition:all 150ms ease-in-out}.cursor-pointer[data-v-6d32ac0a]{cursor:pointer}.justify-content-between[data-v-6d32ac0a]{justify-content:space-between}.align-items-center[data-v-6d32ac0a]{align-items:center}.align-self-start[data-v-6d32ac0a]{align-self:flex-start}.border-radius-round[data-v-6d32ac0a]{border-radius:50%!important}.w-36px[data-v-6d32ac0a]{width:36px}.h-36px[data-v-6d32ac0a]{height:36px}.border-1[data-v-6d32ac0a]{border:1px solid}.mr-10[data-v-6d32ac0a]{margin-right:10px}.flex-column[data-v-6d32ac0a]{display:flex;flex-direction:column}.text-bold[data-v-6d32ac0a]{font-weight:700}.fs-_9[data-v-6d32ac0a]{font-size:14.4px}.fs-_8[data-v-6d32ac0a]{font-size:12.8px}.text-gray[data-v-6d32ac0a]{color:gray}.p-15[data-v-6d32ac0a]{padding:15px}.text-ellipsis[data-v-6d32ac0a]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.d-flex-center[data-v-6d32ac0a]{display:flex;justify-content:center;align-items:center}",
13862
+ map: undefined,
13863
+ media: undefined
13864
+ });
13865
+ };
13866
+ /* scoped */
13867
+
13868
+
13869
+ var __vue_scope_id__$1 = "data-v-6d32ac0a";
13870
+ /* module identifier */
13871
+
13872
+ var __vue_module_identifier__$1 = "data-v-6d32ac0a";
13873
+ /* functional template */
13874
+
13875
+ var __vue_is_functional_template__$1 = false;
13876
+ /* style inject shadow dom */
13877
+
13878
+ var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
13879
+ render: __vue_render__$1,
13880
+ staticRenderFns: __vue_staticRenderFns__$1
13881
+ }, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, createInjectorSSR, undefined);
13882
+
13883
+ var __vue_component__$3 = __vue_component__$2;//
13884
+ //
13885
+ //
13886
+ //
13887
+ //
13888
+ //
13889
+ //
13890
+ var script = {
13891
+ props: {
13892
+ videoLink: {
13893
+ type: String,
13894
+ require: true
13895
+ }
13896
+ }
13897
+ };/* script */
13898
+ var __vue_script__ = script;
13899
+ /* template */
13900
+
13901
+ var __vue_render__ = function __vue_render__() {
13902
+ var _vm = this;
13903
+
13904
+ var _h = _vm.$createElement;
13905
+
13906
+ var _c = _vm._self._c || _h;
13907
+
13908
+ return _c('div', {
13909
+ staticClass: "netflix-like-player"
13910
+ }, [_vm._ssrNode("<video" + _vm._ssrAttr("src", _vm.videoLink) + " controls=\"controls\" class=\"video\" data-v-8ef765b6></video>")]);
13911
+ };
13912
+
13847
13913
  var __vue_staticRenderFns__ = [];
13848
13914
  /* style */
13849
13915
 
13850
13916
  var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
13851
13917
  if (!inject) return;
13852
- inject("data-v-bec46256_0", {
13853
- source: ".w-100[data-v-bec46256]{width:100%}.text-dark[data-v-bec46256]{color:#333}.min-h-60[data-v-bec46256]{min-height:60px}.d-flex[data-v-bec46256]{display:flex}.flex-wrap[data-v-bec46256]{flex-wrap:wrap}.border-bottom-1[data-v-bec46256]{border-bottom:1px solid}.border-color-gray[data-v-bec46256]{border-color:#ccc}.transition-150[data-v-bec46256]{transition:all 150ms ease-in-out}.cursor-pointer[data-v-bec46256]{cursor:pointer}.justify-content-between[data-v-bec46256]{justify-content:space-between}.align-items-center[data-v-bec46256]{align-items:center}.align-self-start[data-v-bec46256]{align-self:flex-start}.border-radius-round[data-v-bec46256]{border-radius:50%!important}.w-36px[data-v-bec46256]{width:36px}.h-36px[data-v-bec46256]{height:36px}.border-1[data-v-bec46256]{border:1px solid}.mr-10[data-v-bec46256]{margin-right:10px}.flex-column[data-v-bec46256]{display:flex;flex-direction:column}.text-bold[data-v-bec46256]{font-weight:700}.fs-_9[data-v-bec46256]{font-size:14.4px}.fs-_8[data-v-bec46256]{font-size:12.8px}.text-gray[data-v-bec46256]{color:gray}.p-15[data-v-bec46256]{padding:15px}.text-ellipsis[data-v-bec46256]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.d-flex-center[data-v-bec46256]{display:flex;justify-content:center;align-items:center}",
13918
+ inject("data-v-8ef765b6_0", {
13919
+ source: ".video[data-v-8ef765b6]{width:100%;height:auto;display:block}",
13854
13920
  map: undefined,
13855
13921
  media: undefined
13856
13922
  });
@@ -13858,10 +13924,10 @@ var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
13858
13924
  /* scoped */
13859
13925
 
13860
13926
 
13861
- var __vue_scope_id__ = "data-v-bec46256";
13927
+ var __vue_scope_id__ = "data-v-8ef765b6";
13862
13928
  /* module identifier */
13863
13929
 
13864
- var __vue_module_identifier__ = "data-v-bec46256";
13930
+ var __vue_module_identifier__ = "data-v-8ef765b6";
13865
13931
  /* functional template */
13866
13932
 
13867
13933
  var __vue_is_functional_template__ = false;
@@ -13872,7 +13938,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
13872
13938
  staticRenderFns: __vue_staticRenderFns__
13873
13939
  }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, createInjectorSSR, undefined);
13874
13940
 
13875
- var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object.freeze({__proto__:null,TemplateGenerator:__vue_component__$q,TextFooter:TextFooter,ExpandTextarea:__vue_component__$o,Card:__vue_component__$k,InteratividadeFormulario:InteratividadeFormulario,CardMessages:__vue_component__$f,ChatMessages:__vue_component__$9,BtnEmojis:BtnEmojis,SimpleButton:__vue_component__$6,ScrollContent:__vue_component__$4,VueLoader:Loader,Email:__vue_component__$1});var install = function installVueIntergrallPlugins(Vue) {
13941
+ var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object.freeze({__proto__:null,TemplateGenerator:__vue_component__$s,TextFooter:TextFooter,ExpandTextarea:__vue_component__$q,Card:__vue_component__$m,InteratividadeFormulario:InteratividadeFormulario,CardMessages:__vue_component__$h,ChatMessages:__vue_component__$b,BtnEmojis:BtnEmojis,SimpleButton:__vue_component__$8,ScrollContent:__vue_component__$6,VueLoader:Loader,Email:__vue_component__$3,Player:__vue_component__$1});var install = function installVueIntergrallPlugins(Vue) {
13876
13942
  Object.entries(components$1).forEach(function (_ref) {
13877
13943
  var _ref2 = _slicedToArray(_ref, 2),
13878
13944
  componentName = _ref2[0],
@@ -13881,7 +13947,7 @@ var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object
13881
13947
  Vue.component(componentName, component);
13882
13948
  });
13883
13949
  }; // Create module definition for Vue.use()
13884
- var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,TemplateGenerator:__vue_component__$q,TextFooter:TextFooter,ExpandTextarea:__vue_component__$o,Card:__vue_component__$k,InteratividadeFormulario:InteratividadeFormulario,CardMessages:__vue_component__$f,ChatMessages:__vue_component__$9,BtnEmojis:BtnEmojis,SimpleButton:__vue_component__$6,ScrollContent:__vue_component__$4,VueLoader:Loader,Email:__vue_component__$1});// only expose one global var, with component exports exposed as properties of
13950
+ var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,TemplateGenerator:__vue_component__$s,TextFooter:TextFooter,ExpandTextarea:__vue_component__$q,Card:__vue_component__$m,InteratividadeFormulario:InteratividadeFormulario,CardMessages:__vue_component__$h,ChatMessages:__vue_component__$b,BtnEmojis:BtnEmojis,SimpleButton:__vue_component__$8,ScrollContent:__vue_component__$6,VueLoader:Loader,Email:__vue_component__$3,Player:__vue_component__$1});// only expose one global var, with component exports exposed as properties of
13885
13951
  // that global var (eg. plugin.component)
13886
13952
 
13887
13953
  Object.entries(components).forEach(function (_ref) {