vue-intergrall-plugins 1.0.53 → 1.0.54

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.
@@ -6770,9 +6770,10 @@ var __vue_component__$r = __vue_component__$q;var textoLongo = {
6770
6770
  var regexAnexos = /(\w+)\/(\w+)/g;
6771
6771
  var type = anexos.type,
6772
6772
  mku = anexos.mku,
6773
+ mkuDownload = anexos.mkuDownload,
6773
6774
  name = anexos.name;
6774
6775
  var ignoreMku = false;
6775
- if (!type || !mku || !name) {
6776
+ if (!type || !mku || !name || !mkuDownload) {
6776
6777
  if (anexos.anexo) {
6777
6778
  ignoreMku = true;
6778
6779
  imgAnexo = anexos.imgAnexo ? anexos.imgAnexo : '';
@@ -6787,7 +6788,7 @@ var __vue_component__$r = __vue_component__$q;var textoLongo = {
6787
6788
  var tipoAnexo = regexAnexos.exec(type);
6788
6789
  tipoAnexo = !tipoAnexo ? type : tipoAnexo[1];
6789
6790
  if (type === "application/octet-stream") audio = true;
6790
- switch (tipoAnexo) {
6791
+ switch (tipoAnexo.toLowerCase()) {
6791
6792
  case "image":
6792
6793
  case "image/jpg":
6793
6794
  case "jpg":
@@ -6798,7 +6799,7 @@ var __vue_component__$r = __vue_component__$q;var textoLongo = {
6798
6799
  case "image/jpeg":
6799
6800
  case "jpeg":
6800
6801
  if (!ignoreMku) {
6801
- imgAnexo = "".concat(dominio, "/callcenter/docs.php?mku=").concat(mku);
6802
+ imgAnexo = "".concat(dominio, "/callcenter/docs.php?mku=").concat(mkuDownload);
6802
6803
  nomeArquivo = name;
6803
6804
  }
6804
6805
  break;
@@ -6820,7 +6821,7 @@ var __vue_component__$r = __vue_component__$q;var textoLongo = {
6820
6821
  tipoDoc = "audio/mpeg";
6821
6822
  }
6822
6823
  if (!ignoreMku) {
6823
- docAnexo = "".concat(dominio, "/callcenter/docs.php?mku=").concat(mku);
6824
+ docAnexo = "".concat(dominio, "/callcenter/docs.php?mku=").concat(mkuDownload);
6824
6825
  nomeArquivo = name;
6825
6826
  }
6826
6827
  audio = true;
@@ -6836,7 +6837,7 @@ var __vue_component__$r = __vue_component__$q;var textoLongo = {
6836
6837
  tipoDoc = "video/webm";
6837
6838
  }
6838
6839
  if (!ignoreMku) {
6839
- docAnexo = "".concat(dominio, "/callcenter/docs.php?mku=").concat(mku);
6840
+ docAnexo = "".concat(dominio, "/callcenter/docs.php?mku=").concat(mkuDownload);
6840
6841
  nomeArquivo = name;
6841
6842
  }
6842
6843
  video = true;
@@ -6844,7 +6845,7 @@ var __vue_component__$r = __vue_component__$q;var textoLongo = {
6844
6845
  default:
6845
6846
  tipoDoc = type;
6846
6847
  if (!ignoreMku) {
6847
- docAnexo = "".concat(dominio, "/callcenter/docs.php?mku=").concat(mku);
6848
+ docAnexo = "".concat(dominio, "/callcenter/docs.php?mku=").concat(mkuDownload);
6848
6849
  nomeArquivo = name;
6849
6850
  }
6850
6851
  break;
@@ -9991,8 +9992,8 @@ var __vue_staticRenderFns__$3 = [];
9991
9992
  /* style */
9992
9993
  var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
9993
9994
  if (!inject) return;
9994
- inject("data-v-f05f5d6c_0", {
9995
- source: ".email-file{display:flex;align-items:center;justify-content:flex-end;flex-direction:column;min-width:50px;width:auto;max-width:100px;height:70px;position:relative}.anexo-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}.anexo-img:hover{opacity:1}.anexo-img img{max-width:100%;max-height:100%}.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)}.anexo-icone{display:flex;justify-content:center;align-items:center;font-size:30px;cursor:pointer}.anexo-icone:hover{opacity:1}.anexo-icone:visited{color:inherit}.anexo-icone.pdf{position:relative}.anexo-icone.pdf svg{color:#e74c3c}.anexo-icone.pdf::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px}.anexo-icone.doc{color:#15517f}.anexo-icone.doc::after{content:\"\";position:absolute;width:20px;height:20px}.anexo-download{position:absolute;top:0;right:0;border-radius:5px;padding:5px;display:flex;justify-content:center;align-items:center;color:#222;background-color:#fff;z-index:1;font-size:.8rem}.anexo-name{max-width:100%;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:2px 0 5px 0}",
9995
+ inject("data-v-56ef8c0e_0", {
9996
+ source: ".email-file{display:flex;align-items:center;justify-content:flex-end;flex-direction:column;min-width:50px;width:auto;max-width:100px;height:70px;position:relative}.anexo-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}.anexo-img:hover{opacity:1}.anexo-img img{max-width:100%;max-height:100%;font-size:.8rem}.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)}.anexo-icone{display:flex;justify-content:center;align-items:center;font-size:30px;cursor:pointer}.anexo-icone:hover{opacity:1}.anexo-icone:visited{color:inherit}.anexo-icone.pdf{position:relative}.anexo-icone.pdf svg{color:#e74c3c}.anexo-icone.pdf::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px}.anexo-icone.doc{color:#15517f}.anexo-icone.doc::after{content:\"\";position:absolute;width:20px;height:20px}.anexo-download{position:absolute;top:0;right:0;border-radius:5px;padding:5px;display:flex;justify-content:center;align-items:center;color:#222;background-color:#fff;z-index:1;font-size:.8rem}.anexo-name{max-width:100%;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:2px 0 5px 0}",
9996
9997
  map: undefined,
9997
9998
  media: undefined
9998
9999
  });
@@ -10000,7 +10001,7 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
10000
10001
  /* scoped */
10001
10002
  var __vue_scope_id__$3 = undefined;
10002
10003
  /* module identifier */
10003
- var __vue_module_identifier__$3 = "data-v-f05f5d6c";
10004
+ var __vue_module_identifier__$3 = "data-v-56ef8c0e";
10004
10005
  /* functional template */
10005
10006
  var __vue_is_functional_template__$3 = false;
10006
10007
  /* style inject shadow dom */
@@ -10324,19 +10325,19 @@ var __vue_render__$1 = function __vue_render__() {
10324
10325
  var _c = _vm._self._c || _h;
10325
10326
  return _c('div', {
10326
10327
  class: ['email-item box-shadow-active', _vm.isOpen ? _vm.isOpenClass : _vm.isClosedClass, _vm.showInfos ? 'info-open' : '', _vm.origem]
10327
- }, [_vm._ssrNode((_vm.showInfos ? "<div class=\"email-overlay\" data-v-5e5d98d2></div>" : "<!---->") + " "), _vm.autor ? _vm._ssrNode("<div" + _vm._ssrClass("email-author", [_vm.origem]) + " data-v-5e5d98d2>", "</div>", [_c('fa-icon', {
10328
+ }, [_vm._ssrNode((_vm.showInfos ? "<div class=\"email-overlay\" data-v-7b2d9d14></div>" : "<!---->") + " "), _vm.autor ? _vm._ssrNode("<div" + _vm._ssrClass("email-author", [_vm.origem]) + " data-v-7b2d9d14>", "</div>", [_c('fa-icon', {
10328
10329
  class: [_vm.origem],
10329
10330
  attrs: {
10330
10331
  "icon": ['fas', 'reply'],
10331
10332
  "title": "Enviado por: " + _vm.autor
10332
10333
  }
10333
- }), _vm._ssrNode(" <p" + _vm._ssrAttr("title", _vm.returnAuthorName()) + " class=\"email-author-name\" data-v-5e5d98d2>" + _vm._ssrEscape(_vm._s(_vm.returnAuthorName())) + "</p> "), _c('fa-icon', {
10334
+ }), _vm._ssrNode(" <p" + _vm._ssrAttr("title", _vm.returnAuthorName()) + " class=\"email-author-name\" data-v-7b2d9d14>" + _vm._ssrEscape(_vm._s(_vm.returnAuthorName())) + "</p> "), _c('fa-icon', {
10334
10335
  staticClass: "email-to-svg",
10335
10336
  attrs: {
10336
10337
  "icon": ['fas', _vm.origem === 'outros' ? 'user' : 'headset'],
10337
10338
  "title": "E-mail " + (_vm.origem === 'outros' ? 'recebido' : 'enviado')
10338
10339
  }
10339
- })], 2) : _vm._e(), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"email-header\" data-v-5e5d98d2>", "</div>", [_vm._ssrNode("<p" + _vm._ssrAttr("title", _vm.returnMainValue()) + " class=\"email-subject\" data-v-5e5d98d2>" + _vm._ssrEscape("\n " + _vm._s(_vm.returnMainValue()) + "\n ") + "</p> "), _vm._ssrNode("<div class=\"header-container\" data-v-5e5d98d2>", "</div>", [_vm._ssrNode("<div class=\"email-header-content\" data-v-5e5d98d2>", "</div>", [_vm._ssrNode("<div class=\"email-header-infos\" data-v-5e5d98d2>", "</div>", [_vm.para && _vm.para.length && _vm.isOpen ? [_vm._ssrNode("<div class=\"email-to-from-container\" data-v-5e5d98d2>", "</div>", [_vm._l(_vm.para, function (recipient, index) {
10340
+ })], 2) : _vm._e(), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"email-header\" data-v-7b2d9d14>", "</div>", [_vm._ssrNode("<p" + _vm._ssrAttr("title", _vm.returnMainValue()) + " class=\"email-subject\" data-v-7b2d9d14>" + _vm._ssrEscape("\n " + _vm._s(_vm.returnMainValue()) + "\n ") + "</p> "), _vm._ssrNode("<div class=\"header-container\" data-v-7b2d9d14>", "</div>", [_vm._ssrNode("<div class=\"email-header-content\" data-v-7b2d9d14>", "</div>", [_vm._ssrNode("<div class=\"email-header-infos\" data-v-7b2d9d14>", "</div>", [_vm.para && _vm.para.length && _vm.isOpen ? [_vm._ssrNode("<div class=\"email-to-from-container\" data-v-7b2d9d14>", "</div>", [_vm._l(_vm.para, function (recipient, index) {
10340
10341
  return _c('EmailTo', {
10341
10342
  key: "to-" + index,
10342
10343
  attrs: {
@@ -10345,11 +10346,11 @@ var __vue_render__$1 = function __vue_render__() {
10345
10346
  "showMail": _vm.para.length === 1
10346
10347
  }
10347
10348
  });
10348
- }), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"email-to-btn\" data-v-5e5d98d2>", "</div>", [_c('fa-icon', {
10349
+ }), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"email-to-btn\" data-v-7b2d9d14>", "</div>", [_c('fa-icon', {
10349
10350
  attrs: {
10350
10351
  "icon": ['fas', 'caret-down']
10351
10352
  }
10352
- })], 1)], 2)] : _vm._e(), _vm._ssrNode(" " + (!_vm.isMainEmail && _vm.isOpen ? "<div class=\"email-subject-secondary\" data-v-5e5d98d2><span class=\"email-subject-span\" data-v-5e5d98d2>" + _vm._ssrEscape(_vm._s("Assunto: " + (_vm.htmlEntityToEmoji(_vm.replaceUnicodeWithEmoji(_vm.assunto)) || '(Sem assunto)'))) + "</span></div>" : "<!---->"))], 2)]), _vm._ssrNode(" "), _vm._ssrNode("<span" + _vm._ssrAttr("title", _vm.formattedDate) + _vm._ssrClass(null, "email-date " + (_vm.isOpen ? _vm.isOpenClass : _vm.isClosedClass)) + " data-v-5e5d98d2>", "</span>", [_c('fa-icon', {
10353
+ })], 1)], 2)] : _vm._e(), _vm._ssrNode(" " + (!_vm.isMainEmail && _vm.isOpen ? "<div class=\"email-subject-secondary\" data-v-7b2d9d14><span class=\"email-subject-span\" data-v-7b2d9d14>" + _vm._ssrEscape(_vm._s("Assunto: " + (_vm.htmlEntityToEmoji(_vm.replaceUnicodeWithEmoji(_vm.assunto)) || '(Sem assunto)'))) + "</span></div>" : "<!---->"))], 2)]), _vm._ssrNode(" "), _vm._ssrNode("<span" + _vm._ssrAttr("title", _vm.formattedDate) + _vm._ssrClass(null, "email-date " + (_vm.isOpen ? _vm.isOpenClass : _vm.isClosedClass)) + " data-v-7b2d9d14>", "</span>", [_c('fa-icon', {
10353
10354
  attrs: {
10354
10355
  "icon": ['fas', 'calendar']
10355
10356
  }
@@ -10369,10 +10370,10 @@ var __vue_render__$1 = function __vue_render__() {
10369
10370
  }
10370
10371
  }
10371
10372
  }, [_vm._ssrNode(_vm._ssrList(_vm.mailInfos, function (info, index) {
10372
- return "<li class=\"email-info\" data-v-5e5d98d2><span data-v-5e5d98d2>" + _vm._ssrEscape(_vm._s(info.label)) + "</span>" + _vm._ssrEscape("\n " + _vm._s(info.value) + "\n ") + "</li>";
10373
+ return "<li class=\"email-info\" data-v-7b2d9d14><span data-v-7b2d9d14>" + _vm._ssrEscape(_vm._s(info.label)) + "</span>" + _vm._ssrEscape("\n " + _vm._s(info.value) + "\n ") + "</li>";
10373
10374
  }))]) : _vm._e(), _vm._ssrNode(" " + (_vm.isOpen ? "<span" + _vm._ssrClass(null, ['email-actions box-shadow', {
10374
10375
  active: _vm.actionsOpen
10375
- }]) + " data-v-5e5d98d2><span data-v-5e5d98d2></span> <span data-v-5e5d98d2></span> <span data-v-5e5d98d2></span></span>" : "<!---->") + " "), _vm.actionsOpen && _vm.isOpen ? _c('ul', {
10376
+ }]) + " data-v-7b2d9d14><span data-v-7b2d9d14></span> <span data-v-7b2d9d14></span> <span data-v-7b2d9d14></span></span>" : "<!---->") + " "), _vm.actionsOpen && _vm.isOpen ? _c('ul', {
10376
10377
  directives: [{
10377
10378
  name: "clickaway",
10378
10379
  rawName: "v-clickaway",
@@ -10385,7 +10386,7 @@ var __vue_render__$1 = function __vue_render__() {
10385
10386
  $event.stopPropagation();
10386
10387
  }
10387
10388
  }
10388
- }, [_vm._ssrNode("<li class=\"email-action\" data-v-5e5d98d2>" + _vm._ssrEscape("\n " + _vm._s(!_vm.openMessage ? 'Visualizar' : 'Esconder') + " texto do e-mail\n ") + "</li>")]) : _vm._e()], 2), _vm._ssrNode(" "), _c('transition', {
10389
+ }, [_vm._ssrNode("<li class=\"email-action\" data-v-7b2d9d14>" + _vm._ssrEscape("\n " + _vm._s(!_vm.openMessage ? 'Visualizar' : 'Esconder') + " texto do e-mail\n ") + "</li>")]) : _vm._e()], 2), _vm._ssrNode(" "), _c('transition', {
10389
10390
  attrs: {
10390
10391
  "name": "show-y-top"
10391
10392
  }
@@ -10397,7 +10398,7 @@ var __vue_render__$1 = function __vue_render__() {
10397
10398
  staticClass: "email-html"
10398
10399
  }), _vm._v(" "), _vm.openMessage ? _c('span', {
10399
10400
  staticClass: "email-raw"
10400
- }, [_vm._v(_vm._s(_vm.mensagem))]) : _vm._e()]) : _vm._e()]), _vm._ssrNode(" "), _vm.anexos && _vm.anexos.length ? _vm._ssrNode("<div class=\"email-files\" data-v-5e5d98d2>", "</div>", _vm._l(_vm.anexos, function (anexo, index) {
10401
+ }, [_vm._v(_vm._s(_vm.mensagem))]) : _vm._e()]) : _vm._e()]), _vm._ssrNode(" "), _vm.anexos && _vm.anexos.length ? _vm._ssrNode("<div class=\"email-files\" data-v-7b2d9d14>", "</div>", _vm._l(_vm.anexos, function (anexo, index) {
10401
10402
  return _c('EmailFile', {
10402
10403
  key: index,
10403
10404
  attrs: {
@@ -10412,20 +10413,20 @@ var __vue_staticRenderFns__$1 = [];
10412
10413
  /* style */
10413
10414
  var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
10414
10415
  if (!inject) return;
10415
- inject("data-v-5e5d98d2_0", {
10416
- source: ".show-y-top-enter-active[data-v-5e5d98d2],.show-y-top-leave-enter[data-v-5e5d98d2]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-5e5d98d2],.show-y-top-leave-to[data-v-5e5d98d2]{opacity:0;transform:translateY(-2%)}",
10416
+ inject("data-v-7b2d9d14_0", {
10417
+ source: ".show-y-top-enter-active[data-v-7b2d9d14],.show-y-top-leave-enter[data-v-7b2d9d14]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-7b2d9d14],.show-y-top-leave-to[data-v-7b2d9d14]{opacity:0;transform:translateY(-2%)}",
10417
10418
  map: undefined,
10418
10419
  media: undefined
10419
- }), inject("data-v-5e5d98d2_1", {
10420
- source: "@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);.box-shadow-active{box-shadow:0 0 4px 2px rgba(0,0,0,.25)!important}.bg-dark-white-2{background-color:#f7f7f7}.bg-white{background-color:#fff}.email-overlay{width:100%;height:100%;background-color:transparent;z-index:1;position:absolute;top:0;left:0}.email-item{font-family:Roboto,sans-serif;flex:1;margin:0 0 10px 0;color:#222;min-height:60px;display:flex;flex-wrap:wrap;padding:10px;border-radius:5px;transition:all 150ms ease-in-out;max-width:100%;width:100%;overflow:hidden;position:relative}.email-item.outros{border-left:3px solid #33b8df}.email-author-name{margin:0 5px}.email-author.outros{color:#33b8df}.email-author.outros>svg:nth-child(1){transform:rotate(180deg)}.email-author.principal{color:#ebb552}.email-item.principal{border-left:3px solid #ebb552}.email-item.info-open{overflow:visible}.email-header{width:100%;display:flex;flex-direction:column;cursor:pointer;border-top-right-radius:5px;border-top-left-radius:5px;position:relative;overflow:visible}.header-container{display:flex;overflow:hidden;position:relative}.email-header-content{display:flex;align-items:center;flex:1;min-width:250px}.email-header-infos{display:flex;flex-direction:column;flex:1}.email-subject{margin:0 0 5px 0;font-size:1.025rem;cursor:pointer}.email-date{--width:245px;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:absolute;right:0;top:0;min-width:var(--width);width:var(--width);max-width:var(--width);display:flex;justify-content:flex-end;gap:3px;align-items:center}.email-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;background-color:#fff;position:relative;max-width:100%}.email-actions{align-self:flex-end;display:flex;border-radius:10px;cursor:pointer;align-items:center;justify-content:center;gap:3px;padding:5px 7px;background-color:#ddd;position:absolute;right:5px;top:5px;z-index:1}.email-actions.active{background-color:#dfdfdf}.email-actions>span{width:4px;height:4px;min-width:4px;min-height:4px;max-width:4px;max-height:4px;background-color:#222;border-radius:50%}.email-actions-list{position:absolute;right:45px;width:250px;top:5px;margin:0;list-style-type:none;padding:0;border-radius:5px;z-index:1}.email-action{background-color:#dfdfdf;padding:5px 10px;cursor:pointer;transition:background-color 150ms ease-in-out;font-size:.9rem;user-select:none}.email-action:nth-child(1){border-top-left-radius:5px;border-top-right-radius:5px}.email-action:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.email-action:hover{background-color:#ccc}.email-html{width:100%;min-width:300px;max-width:100%;border:none;overflow:auto}.email-raw{width:100%;max-width:100%;padding:15px;font-size:.9rem;color:#222}.email-files{display:flex;gap:10px;flex-wrap:wrap;width:100%}.email-header-content,.email-header-infos{max-width:100%;overflow:hidden}.email-to-from-container{margin-bottom:5px;max-width:100%;min-width:250px;overflow:hidden;display:flex;align-items:center;flex-wrap:wrap;flex:1;gap:5px}.email-to-btn{padding:0 5px;font-size:.9rem;cursor:pointer;color:#666}.email-to-infos{position:absolute;bottom:-325px;border:1px solid #ccc;z-index:2;padding:10px;background-color:#fff;height:300px;max-height:300px;overflow-y:auto;overflow-x:hidden;width:300px;display:flex;flex-direction:column;gap:5px;margin:0;cursor:default}.email-info{width:100%;font-size:.8rem}.email-info>span{font-size:.75rem;color:gray;margin-right:3px}.email-author{display:flex;align-items:center;height:5px;font-size:.65rem;font-weight:700;transform:translateY(-2px);width:100%;cursor:pointer}.email-subject-secondary{margin-top:-5px}.email-subject-span{font-size:.7rem;color:gray}.email-to-svg{font-size:.85rem}",
10420
+ }), inject("data-v-7b2d9d14_1", {
10421
+ source: "@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);.box-shadow-active{box-shadow:0 0 4px 2px rgba(0,0,0,.25)!important}.bg-dark-white-2{background-color:#f7f7f7}.bg-white{background-color:#fff}.email-overlay{width:100%;height:100%;background-color:transparent;z-index:1;position:absolute;top:0;left:0}.email-item{font-family:Roboto,sans-serif;flex:1;margin:0 0 10px 0;color:#222;min-height:60px;display:flex;flex-wrap:wrap;padding:10px;border-radius:5px;transition:all 150ms ease-in-out;max-width:100%;width:100%;overflow:hidden;position:relative}.email-item.outros{border-left:3px solid #33b8df}.email-author-name{margin:0 5px}.email-author.outros{color:#33b8df}.email-author.outros>svg:nth-child(1){transform:rotate(180deg)}.email-author.principal{color:#ebb552}.email-item.principal{border-left:3px solid #ebb552}.email-item.info-open{overflow:visible}.email-header{width:100%;display:flex;flex-direction:column;cursor:pointer;border-top-right-radius:5px;border-top-left-radius:5px;position:relative;overflow:visible}.header-container{display:flex;overflow:hidden;position:relative}.email-header-content{display:flex;align-items:center;flex:1;min-width:250px}.email-header-infos{display:flex;flex-direction:column;flex:1}.email-subject{margin:0 0 5px 0;font-size:1.025rem;cursor:pointer}.email-date{--width:245px;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:absolute;right:0;top:0;min-width:var(--width);width:var(--width);max-width:var(--width);display:flex;justify-content:flex-end;gap:3px;align-items:center}.email-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;background-color:#fff;position:relative;max-width:100%}.email-actions{align-self:flex-end;display:flex;border-radius:10px;cursor:pointer;align-items:center;justify-content:center;gap:3px;padding:5px 7px;background-color:#ddd;position:absolute;right:5px;top:5px;z-index:1}.email-actions.active{background-color:#dfdfdf}.email-actions>span{width:4px;height:4px;min-width:4px;min-height:4px;max-width:4px;max-height:4px;background-color:#222;border-radius:50%}.email-actions-list{position:absolute;right:45px;width:250px;top:5px;margin:0;list-style-type:none;padding:0;border-radius:5px;z-index:1}.email-action{background-color:#dfdfdf;padding:5px 10px;cursor:pointer;transition:background-color 150ms ease-in-out;font-size:.9rem;user-select:none}.email-action:nth-child(1){border-top-left-radius:5px;border-top-right-radius:5px}.email-action:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.email-action:hover{background-color:#ccc}.email-html{width:100%;min-width:300px;max-width:100%;border:none;overflow:auto}.email-raw{width:100%;max-width:100%;padding:15px;font-size:.9rem;color:#222}.email-files{display:flex;gap:10px;flex-wrap:wrap;width:100%}.email-header-content,.email-header-infos{max-width:100%;overflow:hidden}.email-to-from-container{margin-bottom:5px;max-width:100%;min-width:250px;overflow:hidden;display:flex;align-items:center;flex-wrap:wrap;flex:1;gap:5px}.email-to-btn{padding:0 5px;font-size:.9rem;cursor:pointer;color:#666}.email-to-infos{position:absolute;bottom:-325px;border:1px solid #ccc;z-index:2;padding:10px;background-color:#fff;height:300px;max-height:300px;overflow-y:auto;overflow-x:hidden;width:300px;display:flex;flex-direction:column;gap:5px;margin:0;cursor:default}.email-info{width:100%;font-size:.8rem}.email-info>span{font-size:.75rem;color:gray;margin-right:3px}.email-author{display:flex;align-items:center;height:5px;font-size:.75rem;font-weight:700;transform:translateY(-2px);width:100%;cursor:pointer}.email-subject-secondary{margin-top:-5px}.email-subject-span{font-size:.7rem;color:gray}.email-to-svg{font-size:.85rem}",
10421
10422
  map: undefined,
10422
10423
  media: undefined
10423
10424
  });
10424
10425
  };
10425
10426
  /* scoped */
10426
- var __vue_scope_id__$1 = "data-v-5e5d98d2";
10427
+ var __vue_scope_id__$1 = "data-v-7b2d9d14";
10427
10428
  /* module identifier */
10428
- var __vue_module_identifier__$1 = "data-v-5e5d98d2";
10429
+ var __vue_module_identifier__$1 = "data-v-7b2d9d14";
10429
10430
  /* functional template */
10430
10431
  var __vue_is_functional_template__$1 = false;
10431
10432
  /* style inject shadow dom */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-intergrall-plugins",
3
- "version": "1.0.53",
3
+ "version": "1.0.54",
4
4
  "description": "",
5
5
  "main": "dist/vue-intergrall-plugins.ssr.js",
6
6
  "browser": "dist/vue-intergrall-plugins.esm.js",
@@ -73,6 +73,7 @@ export default {
73
73
  .anexo-img img {
74
74
  max-width: 100%;
75
75
  max-height: 100%;
76
+ font-size: .8rem;
76
77
  }
77
78
 
78
79
  .box-shadow {
@@ -579,7 +579,7 @@ export default {
579
579
  display: flex;
580
580
  align-items: center;
581
581
  height: 5px;
582
- font-size: .65rem;
582
+ font-size: .75rem;
583
583
  font-weight: bold;
584
584
  transform: translateY(-2px);
585
585
  width: 100%;