vue-intergrall-plugins 1.1.58 → 1.1.59

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.
@@ -12094,14 +12094,14 @@ var __vue_render__$1 = function () {
12094
12094
  attrs: {
12095
12095
  "icon": ['fas', _vm.origem === 'outros' ? 'user' : 'headset']
12096
12096
  }
12097
- })], 1)]) : _vm._e(), _vm._v(" "), _vm.customButtons && _vm.customButtons.length ? _c('div', {
12097
+ })], 1)]) : _vm._e(), _vm._v(" "), _c('div', {
12098
12098
  staticClass: "email-custom-buttons",
12099
12099
  on: {
12100
12100
  "click": function ($event) {
12101
12101
  $event.stopPropagation();
12102
12102
  }
12103
12103
  }
12104
- }, _vm._l(_vm.customButtons, function (button, index) {
12104
+ }, [_vm.customButtons && _vm.customButtons.length ? _vm._l(_vm.customButtons, function (button, index) {
12105
12105
  return _c('span', {
12106
12106
  directives: [{
12107
12107
  name: "show",
@@ -12132,7 +12132,22 @@ var __vue_render__$1 = function () {
12132
12132
  "innerHTML": _vm._s(button.svgIcon)
12133
12133
  }
12134
12134
  })], 1);
12135
- }), 0) : _vm._e(), _vm._v(" "), _vm.customActionButtons && _vm.customActionButtons.length && _vm.customActionButtons[0].type === 'ja-spam' ? _c('div', {
12135
+ }) : _vm._e(), _vm._v(" "), _vm.isOpen && _vm.filteredFiles && _vm.filteredFiles.length ? _c('span', {
12136
+ staticClass: "email-clip-anchor cursor-pointer",
12137
+ attrs: {
12138
+ "title": _vm.filteredFiles.length + " anexos"
12139
+ },
12140
+ on: {
12141
+ "click": function ($event) {
12142
+ $event.stopPropagation();
12143
+ return _vm.scrollToAttachments.apply(null, arguments);
12144
+ }
12145
+ }
12146
+ }, [_c('fa-icon', {
12147
+ attrs: {
12148
+ "icon": ['fas', 'paperclip']
12149
+ }
12150
+ })], 1) : _vm._e()], 2), _vm._v(" "), _vm.customActionButtons && _vm.customActionButtons.length && _vm.customActionButtons[0].type === 'ja-spam' ? _c('div', {
12136
12151
  key: _vm.customActionButtons[0].id,
12137
12152
  staticClass: "ja-marcado-spam"
12138
12153
  }, [_c('span', {