vue-intergrall-plugins 1.0.30 → 1.0.31

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.
@@ -10339,7 +10339,7 @@ var __vue_render__ = function __vue_render__() {
10339
10339
  return _c('div', {
10340
10340
  staticClass: "email-item box-shadow",
10341
10341
  class: "" + (_vm.isOpen ? _vm.isOpenClass : _vm.isClosedClass)
10342
- }, [_vm._ssrNode("<div class=\"email-header\" data-v-5e15fd05>", "</div>", [_vm._ssrNode("<div class=\"email-header-content\" data-v-5e15fd05>", "</div>", [_vm._ssrNode("<div class=\"email-header-infos\" data-v-5e15fd05>", "</div>", [_vm._ssrNode("<p" + _vm._ssrAttr("title", _vm.assunto || '(Sem assunto)') + " class=\"email-subject\" data-v-5e15fd05>" + _vm._ssrEscape(_vm._s(_vm.tratarTextoLongo(_vm.assunto || '(Sem assunto)', 30))) + "</p> "), _vm.from && _vm.from.length ? _vm._l(_vm.from, function (ref, index) {
10342
+ }, [_vm._ssrNode("<div class=\"email-header\" data-v-47eec7ab>", "</div>", [_vm._ssrNode("<div class=\"email-header-content\" data-v-47eec7ab>", "</div>", [_vm._ssrNode("<div class=\"email-header-infos\" data-v-47eec7ab>", "</div>", [_vm._ssrNode("<p" + _vm._ssrAttr("title", _vm.assunto || '(Sem assunto)') + " class=\"email-subject\" data-v-47eec7ab>" + _vm._ssrEscape(_vm._s(_vm.tratarTextoLongo(_vm.assunto || '(Sem assunto)', 30))) + "</p> "), _vm.from && _vm.from.length ? _vm._l(_vm.from, function (ref, index) {
10343
10343
  var name = ref.name;
10344
10344
  var mail = ref.mail;
10345
10345
  return _c('EmailFrom', {
@@ -10363,7 +10363,7 @@ var __vue_render__ = function __vue_render__() {
10363
10363
  "isLastIndex": index == _vm.para.length - 1
10364
10364
  }
10365
10365
  });
10366
- }) : _vm._e()], 2)]), _vm._ssrNode(" "), _vm._ssrNode("<span" + _vm._ssrAttr("title", _vm.formataDateHoraDateFns(_vm.dataHora, _vm.dataServer, _vm.dicionario)) + " class=\"email-date\" data-v-5e15fd05>", "</span>", [_c('fa-icon', {
10366
+ }) : _vm._e()], 2)]), _vm._ssrNode(" "), _vm._ssrNode("<span" + _vm._ssrAttr("title", _vm.formataDateHoraDateFns(_vm.dataHora, _vm.dataServer, _vm.dicionario)) + " class=\"email-date\" data-v-47eec7ab>", "</span>", [_c('fa-icon', {
10367
10367
  attrs: {
10368
10368
  "icon": ['fas', 'calendar']
10369
10369
  }
@@ -10410,7 +10410,7 @@ var __vue_render__ = function __vue_render__() {
10410
10410
  domProps: {
10411
10411
  "textContent": _vm._s(_vm.mensagem)
10412
10412
  }
10413
- }) : _vm._e()]) : _vm._e()]), _vm._ssrNode(" "), _vm.anexos && _vm.anexos.length ? _vm._ssrNode("<div class=\"email-files\" data-v-5e15fd05>", "</div>", _vm._l(_vm.anexos, function (anexo, index) {
10413
+ }) : _vm._e()]) : _vm._e()]), _vm._ssrNode(" "), _vm.anexos && _vm.anexos.length ? _vm._ssrNode("<div class=\"email-files\" data-v-47eec7ab>", "</div>", _vm._l(_vm.anexos, function (anexo, index) {
10414
10414
  return _c('EmailFile', {
10415
10415
  key: index,
10416
10416
  attrs: {
@@ -10425,20 +10425,20 @@ var __vue_staticRenderFns__ = [];
10425
10425
  /* style */
10426
10426
  var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
10427
10427
  if (!inject) return;
10428
- inject("data-v-5e15fd05_0", {
10429
- source: ".show-y-top-enter-active[data-v-5e15fd05],.show-y-top-leave-enter[data-v-5e15fd05]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-5e15fd05],.show-y-top-leave-to[data-v-5e15fd05]{opacity:0;transform:translateY(-2%)}",
10428
+ inject("data-v-47eec7ab_0", {
10429
+ source: ".show-y-top-enter-active[data-v-47eec7ab],.show-y-top-leave-enter[data-v-47eec7ab]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-47eec7ab],.show-y-top-leave-to[data-v-47eec7ab]{opacity:0;transform:translateY(-2%)}",
10430
10430
  map: undefined,
10431
10431
  media: undefined
10432
- }), inject("data-v-5e15fd05_1", {
10432
+ }), inject("data-v-47eec7ab_1", {
10433
10433
  source: ".bg-dark-white-2{background-color:#f7f7f7}.bg-light-gray-2{background-color:#d8d8d8}.email-item{flex:1;margin:0 10px 10px;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%}.email-header{width:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-top-right-radius:5px;border-top-left-radius:5px}.email-header-content{display:flex;justify-content:center;align-items:center;margin:10px}.email-header-infos{display:flex;flex-direction:column}.email-subject{margin:0;font-weight:700;font-size:.9rem}.email-date{font-size:.8rem;margin-right:10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.email-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:15px;background-color:#fff;position:relative;max-width:100%}.email-actions{align-self:flex-end;display:flex;border-radius:5px;cursor:pointer;align-items:center;justify-content:center;gap:3px;padding:10px 5px;background-color:#fff}.email-actions.active{background-color:#dfdfdf}.email-actions>span{width:7px;height:7px;background-color:#222;border-radius:50%}.email-actions-list{position:absolute;right:60px;width:250px;top:15px;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{max-width:100%;padding:10px}.email-raw{max-width:100%;font-size:.9rem;color:#222}.email-files{display:flex;gap:10px;flex-wrap:wrap;width:100%}",
10434
10434
  map: undefined,
10435
10435
  media: undefined
10436
10436
  });
10437
10437
  };
10438
10438
  /* scoped */
10439
- var __vue_scope_id__ = "data-v-5e15fd05";
10439
+ var __vue_scope_id__ = "data-v-47eec7ab";
10440
10440
  /* module identifier */
10441
- var __vue_module_identifier__ = "data-v-5e15fd05";
10441
+ var __vue_module_identifier__ = "data-v-47eec7ab";
10442
10442
  /* functional template */
10443
10443
  var __vue_is_functional_template__ = false;
10444
10444
  /* style inject shadow dom */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-intergrall-plugins",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "",
5
5
  "main": "dist/vue-intergrall-plugins.ssr.js",
6
6
  "browser": "dist/vue-intergrall-plugins.esm.js",
@@ -48,10 +48,10 @@ import EmailFile from "./EmailFile.vue"
48
48
  import EmailTo from "./EmailTo.vue"
49
49
  import EmailFrom from "./EmailFrom.vue"
50
50
  import { textoLongo } from "@/mixins/formatarTexto"
51
- import * as VueClickAway from "vue-clickaway";
51
+ import { mixin as clickaway } from "vue-clickaway";
52
52
 
53
53
  export default {
54
- mixins: [textoLongo, VueClickAway.mixin],
54
+ mixins: [textoLongo, clickaway],
55
55
  components: { EmailFile, EmailTo, EmailFrom },
56
56
  props: {
57
57
  dominio: {