vue-intergrall-plugins 1.1.16 → 1.1.17
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.
- package/README.md +0 -0
- package/dist/vue-intergrall-plugins.esm.js +24 -12
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +37 -25
- package/package.json +66 -66
- package/src/lib-components/Buttons/IconButton.vue +0 -0
- package/src/lib-components/Buttons/SimpleButton.vue +0 -0
- package/src/lib-components/Cards/Card.vue +0 -0
- package/src/lib-components/Cards/CardCheck.vue +0 -0
- package/src/lib-components/Cards/CardFile.vue +0 -0
- package/src/lib-components/Chat/AudioSpeedControl.vue +0 -0
- package/src/lib-components/Chat/BtnDownloadAllFiles.vue +0 -0
- package/src/lib-components/Chat/BtnEmojis.vue +0 -0
- package/src/lib-components/Chat/BtnExpand.vue +0 -0
- package/src/lib-components/Chat/BtnFiles.vue +0 -0
- package/src/lib-components/Chat/BtnMic.vue +0 -0
- package/src/lib-components/Chat/BtnScreenShare.vue +0 -0
- package/src/lib-components/Chat/BtnStandardMessages.vue +0 -0
- package/src/lib-components/Chat/ExpandTextarea.vue +0 -0
- package/src/lib-components/Chat/MultipleFilePreview.vue +0 -0
- package/src/lib-components/Chat/Picker.vue +0 -0
- package/src/lib-components/Chat/RemainingCharacters.vue +0 -0
- package/src/lib-components/Chat/SingleFilePreview.vue +0 -0
- package/src/lib-components/Chat/SkeletonPicker.vue +0 -0
- package/src/lib-components/Chat/StandardMessages.vue +0 -0
- package/src/lib-components/Chat/TextFooter.vue +0 -0
- package/src/lib-components/Email/EmailExpanded.vue +0 -0
- package/src/lib-components/Email/EmailFile.vue +0 -0
- package/src/lib-components/Email/EmailFrom.vue +0 -0
- package/src/lib-components/Email/EmailItem.vue +1017 -1010
- package/src/lib-components/Email/EmailTo.vue +8 -1
- package/src/lib-components/Loader/Loader.vue +0 -0
- package/src/lib-components/Messages/AnexoMensagem.vue +0 -0
- package/src/lib-components/Messages/CardAttachment.vue +0 -0
- package/src/lib-components/Messages/CardMessages.vue +0 -0
- package/src/lib-components/Messages/ChatMessages.vue +0 -0
- package/src/lib-components/Messages/InteratividadeBotoes.vue +0 -0
- package/src/lib-components/Messages/InteratividadeContato.vue +0 -0
- package/src/lib-components/Messages/InteratividadeContatoItem.vue +0 -0
- package/src/lib-components/Messages/InteratividadeFormulario.vue +0 -0
- package/src/lib-components/Messages/InteratividadePopup.vue +0 -0
- package/src/lib-components/Messages/LinkPreview.vue +0 -0
- package/src/lib-components/Scroll/ScrollContent.vue +0 -0
- package/src/lib-components/Templates/TemplateGenerator.vue +0 -0
- package/src/lib-components/Templates/TemplateMessage.vue +0 -0
- package/src/lib-components/Templates/TemplateSingle.vue +0 -0
|
@@ -10523,6 +10523,13 @@ var script$2 = {
|
|
|
10523
10523
|
required: false,
|
|
10524
10524
|
default: 'email-to'
|
|
10525
10525
|
}
|
|
10526
|
+
},
|
|
10527
|
+
computed: {
|
|
10528
|
+
nameToRender: function nameToRender() {
|
|
10529
|
+
if (this.currentName) return this.currentName;
|
|
10530
|
+
if (this.email) return this.email;
|
|
10531
|
+
return '--';
|
|
10532
|
+
}
|
|
10526
10533
|
}
|
|
10527
10534
|
};/* script */
|
|
10528
10535
|
var __vue_script__$2 = script$2;
|
|
@@ -10534,23 +10541,23 @@ var __vue_render__$2 = function __vue_render__() {
|
|
|
10534
10541
|
var _c = _vm._self._c || _h;
|
|
10535
10542
|
return _c('div', {
|
|
10536
10543
|
class: _vm.emailToClass
|
|
10537
|
-
}, [_vm._ssrNode((_vm.
|
|
10544
|
+
}, [_vm._ssrNode((_vm.nameToRender ? "<p" + _vm._ssrAttr("title", _vm.nameToRender) + " class=\"to\" data-v-edc7fc2e>" + _vm._ssrEscape(_vm._s(_vm.nameToRender)) + "</p>" : "<!---->") + " " + (_vm.showMail && _vm.email ? "<span" + _vm._ssrAttr("title", _vm.email) + " class=\"additional\" data-v-edc7fc2e>" + _vm._ssrEscape(_vm._s("<" + _vm.email + ">")) + "</span>" : "<!---->"))]);
|
|
10538
10545
|
};
|
|
10539
10546
|
var __vue_staticRenderFns__$2 = [];
|
|
10540
10547
|
|
|
10541
10548
|
/* style */
|
|
10542
10549
|
var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
10543
10550
|
if (!inject) return;
|
|
10544
|
-
inject("data-v-
|
|
10545
|
-
source: ".email-to[data-v-
|
|
10551
|
+
inject("data-v-edc7fc2e_0", {
|
|
10552
|
+
source: ".email-to[data-v-edc7fc2e]{display:flex;align-items:center}.email-to .to[data-v-edc7fc2e]{margin:0}.email-to .additional[data-v-edc7fc2e],.email-to .to[data-v-edc7fc2e]{font-size:11.2px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:gray}.email-to .additional[data-v-edc7fc2e]{margin-left:5px}",
|
|
10546
10553
|
map: undefined,
|
|
10547
10554
|
media: undefined
|
|
10548
10555
|
});
|
|
10549
10556
|
};
|
|
10550
10557
|
/* scoped */
|
|
10551
|
-
var __vue_scope_id__$2 = "data-v-
|
|
10558
|
+
var __vue_scope_id__$2 = "data-v-edc7fc2e";
|
|
10552
10559
|
/* module identifier */
|
|
10553
|
-
var __vue_module_identifier__$2 = "data-v-
|
|
10560
|
+
var __vue_module_identifier__$2 = "data-v-edc7fc2e";
|
|
10554
10561
|
/* functional template */
|
|
10555
10562
|
var __vue_is_functional_template__$2 = false;
|
|
10556
10563
|
/* style inject shadow dom */
|
|
@@ -10668,6 +10675,10 @@ var EmailTo = __vue_component__$4;var script$1 = {
|
|
|
10668
10675
|
status_msg: {
|
|
10669
10676
|
type: String,
|
|
10670
10677
|
default: ''
|
|
10678
|
+
},
|
|
10679
|
+
hasReplyEmail: {
|
|
10680
|
+
type: Boolean,
|
|
10681
|
+
default: false
|
|
10671
10682
|
}
|
|
10672
10683
|
},
|
|
10673
10684
|
data: function data() {
|
|
@@ -10775,6 +10786,7 @@ var EmailTo = __vue_component__$4;var script$1 = {
|
|
|
10775
10786
|
this.$nextTick(this.updateIframeContent());
|
|
10776
10787
|
},
|
|
10777
10788
|
emitReplyEmail: function emitReplyEmail() {
|
|
10789
|
+
if (!this.hasReplyEmail) return;
|
|
10778
10790
|
this.$emit('reply-email', {
|
|
10779
10791
|
html: this.html,
|
|
10780
10792
|
mensagem: this.mensagem,
|
|
@@ -11013,17 +11025,17 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
11013
11025
|
return _vm.openByItem($event);
|
|
11014
11026
|
}
|
|
11015
11027
|
}
|
|
11016
|
-
}, [_vm._ssrNode((_vm.showInfos ? "<div class=\"email-overlay\" data-v-
|
|
11028
|
+
}, [_vm._ssrNode((_vm.showInfos ? "<div class=\"email-overlay\" data-v-46655018></div>" : "<!---->") + " "), _vm.autor ? _vm._ssrNode("<div" + _vm._ssrClass("email-author", [_vm.origem, _vm.isMainEmail ? 'main' : '']) + " data-v-46655018>", "</div>", [_vm._ssrNode("<span" + _vm._ssrAttr("title", _vm.statusTitle) + " data-v-46655018>", "</span>", [_c('fa-icon', {
|
|
11017
11029
|
class: [_vm.origem],
|
|
11018
11030
|
attrs: {
|
|
11019
11031
|
"icon": ['fas', _vm.status !== 'C' ? 'reply' : 'times']
|
|
11020
11032
|
}
|
|
11021
|
-
})], 1), _vm._ssrNode(" <p" + _vm._ssrAttr("title", _vm.returnAuthorName) + " class=\"email-author-name\" data-v-
|
|
11033
|
+
})], 1), _vm._ssrNode(" <p" + _vm._ssrAttr("title", _vm.returnAuthorName) + " class=\"email-author-name\" data-v-46655018>" + _vm._ssrEscape(_vm._s(_vm.returnAuthorName)) + "</p> "), _vm._ssrNode("<span" + _vm._ssrAttr("title", "E-mail " + (_vm.origem === 'outros' ? 'recebido' : 'enviado')) + " data-v-46655018>", "</span>", [_c('fa-icon', {
|
|
11022
11034
|
staticClass: "email-to-svg",
|
|
11023
11035
|
attrs: {
|
|
11024
11036
|
"icon": ['fas', _vm.origem === 'outros' ? 'user' : 'headset']
|
|
11025
11037
|
}
|
|
11026
|
-
})], 1)], 2) : _vm._e(), _vm._ssrNode(" "), _vm.customButtons && _vm.customButtons.length ? _vm._ssrNode("<div class=\"email-custom-buttons\" data-v-
|
|
11038
|
+
})], 1)], 2) : _vm._e(), _vm._ssrNode(" "), _vm.customButtons && _vm.customButtons.length ? _vm._ssrNode("<div class=\"email-custom-buttons\" data-v-46655018>", "</div>", _vm._l(_vm.customButtons, function (button, index) {
|
|
11027
11039
|
return _c('span', {
|
|
11028
11040
|
directives: [{
|
|
11029
11041
|
name: "show",
|
|
@@ -11054,7 +11066,7 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
11054
11066
|
"innerHTML": _vm._s(button.svgIcon)
|
|
11055
11067
|
}
|
|
11056
11068
|
})], 1);
|
|
11057
|
-
}), 0) : _vm._e(), _vm._ssrNode(" "), _vm.customActionButtons && _vm.customActionButtons.length ? _vm._ssrNode("<div class=\"email-custom-action-buttons\" data-v-
|
|
11069
|
+
}), 0) : _vm._e(), _vm._ssrNode(" "), _vm.customActionButtons && _vm.customActionButtons.length ? _vm._ssrNode("<div class=\"email-custom-action-buttons\" data-v-46655018>", "</div>", _vm._l(_vm.customActionButtons, function (button, index) {
|
|
11058
11070
|
return _c('button', {
|
|
11059
11071
|
directives: [{
|
|
11060
11072
|
name: "show",
|
|
@@ -11084,8 +11096,8 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
11084
11096
|
domProps: {
|
|
11085
11097
|
"innerHTML": _vm._s(button.svgIcon)
|
|
11086
11098
|
}
|
|
11087
|
-
}), _vm._ssrNode(" " + (button.label ? "<span class=\"email-custom-action-label\" data-v-
|
|
11088
|
-
}), 0) : _vm._e(), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"email-header\" data-v-
|
|
11099
|
+
}), _vm._ssrNode(" " + (button.label ? "<span class=\"email-custom-action-label\" data-v-46655018>" + _vm._ssrEscape(_vm._s(button.label)) + "</span>" : "<!---->"))], 2);
|
|
11100
|
+
}), 0) : _vm._e(), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"email-header\" data-v-46655018>", "</div>", [_vm._ssrNode("<p" + _vm._ssrAttr("title", _vm.returnMainValue()) + " class=\"email-subject\" data-v-46655018>" + _vm._ssrEscape("\n " + _vm._s(_vm.returnMainValue()) + "\n ") + "</p> " + (_vm.status === 'C' ? "<div class=\"divBtnReplyEmail\" data-v-46655018><strong class=\"strongMsg\" data-v-46655018>" + _vm._ssrEscape(_vm._s(_vm.status_msg) + " ") + "</strong> " + (_vm.hasReplyEmail ? "<button class=\"btnReplyEmail\" data-v-46655018><strong data-v-46655018>Reenviar</strong></button>" : "<!---->") + "</div>" : "<!---->") + " "), _vm._ssrNode("<div class=\"header-container\" data-v-46655018>", "</div>", [_vm._ssrNode("<div" + _vm._ssrClass(null, "email-header-content" + (_vm.isOpen ? ' open' : '')) + " data-v-46655018>", "</div>", [_vm._ssrNode("<div class=\"email-header-infos\" data-v-46655018>", "</div>", [_vm.para && _vm.para.length ? [_vm._ssrNode("<div class=\"email-to-from-container\" data-v-46655018>", "</div>", [_vm._l(_vm.paraCopia, function (recipient, index) {
|
|
11089
11101
|
return _c('EmailTo', {
|
|
11090
11102
|
key: "to-" + recipient.email,
|
|
11091
11103
|
attrs: {
|
|
@@ -11096,13 +11108,13 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
11096
11108
|
});
|
|
11097
11109
|
}), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"email-to-btn\"" + _vm._ssrStyle(null, null, {
|
|
11098
11110
|
display: _vm.isOpen ? '' : 'none'
|
|
11099
|
-
}) + " data-v-
|
|
11111
|
+
}) + " data-v-46655018>", "</div>", [_c('fa-icon', {
|
|
11100
11112
|
attrs: {
|
|
11101
11113
|
"icon": ['fas', 'caret-down']
|
|
11102
11114
|
}
|
|
11103
|
-
})], 1)], 2)] : _vm._e(), _vm._ssrNode(" " + (!_vm.isMainEmail && _vm.isOpen ? "<div class=\"email-subject-secondary\" data-v-
|
|
11115
|
+
})], 1)], 2)] : _vm._e(), _vm._ssrNode(" " + (!_vm.isMainEmail && _vm.isOpen ? "<div class=\"email-subject-secondary\" data-v-46655018><span class=\"email-subject-span\" data-v-46655018>" + _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)) + _vm._ssrStyle(null, null, {
|
|
11104
11116
|
display: _vm.formattedDate ? '' : 'none'
|
|
11105
|
-
}) + " data-v-
|
|
11117
|
+
}) + " data-v-46655018>", "</span>", [_c('fa-icon', {
|
|
11106
11118
|
attrs: {
|
|
11107
11119
|
"icon": ['fas', 'calendar']
|
|
11108
11120
|
}
|
|
@@ -11123,12 +11135,12 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
11123
11135
|
}
|
|
11124
11136
|
}
|
|
11125
11137
|
}, [_vm._ssrNode(_vm._ssrList(_vm.mailInfos, function (info, index) {
|
|
11126
|
-
return "<li class=\"email-info\" data-v-
|
|
11138
|
+
return "<li class=\"email-info\" data-v-46655018><span data-v-46655018>" + _vm._ssrEscape(_vm._s(info.label)) + "</span>" + _vm._ssrEscape("\n " + _vm._s(info.value) + "\n ") + "</li>";
|
|
11127
11139
|
}))]) : _vm._e(), _vm._ssrNode(" " + (_vm.isOpen ? "<span" + _vm._ssrClass(null, ['email-actions box-shadow', {
|
|
11128
11140
|
active: _vm.actionsOpen
|
|
11129
11141
|
}, {
|
|
11130
11142
|
main: _vm.isMainEmail
|
|
11131
|
-
}]) + " data-v-
|
|
11143
|
+
}]) + " data-v-46655018><span data-v-46655018></span> <span data-v-46655018></span> <span data-v-46655018></span></span>" : "<!---->") + " "), _vm.actionsOpen && _vm.isOpen ? _c('ul', {
|
|
11132
11144
|
directives: [{
|
|
11133
11145
|
name: "clickaway",
|
|
11134
11146
|
rawName: "v-clickaway",
|
|
@@ -11141,13 +11153,13 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
11141
11153
|
$event.stopPropagation();
|
|
11142
11154
|
}
|
|
11143
11155
|
}
|
|
11144
|
-
}, [_vm._ssrNode("<li class=\"email-action\" data-v-
|
|
11156
|
+
}, [_vm._ssrNode("<li class=\"email-action\" data-v-46655018>" + _vm._ssrEscape("\n " + _vm._s(!_vm.openMessage ? 'Visualizar' : 'Esconder') + " texto do e-mail\n ") + "</li>")]) : _vm._e()], 2), _vm._ssrNode(" "), _vm._ssrNode("<div class=\"email-content\"" + _vm._ssrStyle(null, null, {
|
|
11145
11157
|
display: _vm.isOpen ? '' : 'none'
|
|
11146
|
-
}) + " data-v-
|
|
11158
|
+
}) + " data-v-46655018>", "</div>", [_vm.isIframeLoading ? _c('VueLoader') : _vm._e(), _vm._ssrNode(" " + (_vm.hasError ? "<div class=\"email-error-content\" data-v-46655018><p data-v-46655018>Erro ao carregar o e-mail</p> <button class=\"box-shadow\" data-v-46655018>Tentar novamente</button></div>" : "<!---->") + " <iframe" + _vm._ssrClass(null, "email-html " + (_vm.isIframeLoading ? 'visibility-hidden' : '')) + _vm._ssrStyle(null, null, {
|
|
11147
11159
|
display: !_vm.hasError ? '' : 'none'
|
|
11148
|
-
}) + " data-v-
|
|
11160
|
+
}) + " data-v-46655018></iframe> " + (_vm.openMessage ? "<span class=\"email-raw\" data-v-46655018>" + _vm._ssrEscape(_vm._s(_vm.mensagem)) + "</span>" : "<!---->"))], 2), _vm._ssrNode(" "), _vm.filteredFiles && _vm.filteredFiles.length ? _vm._ssrNode("<div class=\"email-files\"" + _vm._ssrStyle(null, null, {
|
|
11149
11161
|
display: _vm.isOpen || _vm.isMainEmail ? '' : 'none'
|
|
11150
|
-
}) + " data-v-
|
|
11162
|
+
}) + " data-v-46655018>", "</div>", _vm._l(_vm.filteredFiles, function (anexo, index) {
|
|
11151
11163
|
return _c('EmailFile', {
|
|
11152
11164
|
key: index,
|
|
11153
11165
|
attrs: {
|
|
@@ -11162,20 +11174,20 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
11162
11174
|
/* style */
|
|
11163
11175
|
var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
11164
11176
|
if (!inject) return;
|
|
11165
|
-
inject("data-v-
|
|
11166
|
-
source: ".show-y-top-enter-active[data-v-
|
|
11177
|
+
inject("data-v-46655018_0", {
|
|
11178
|
+
source: ".show-y-top-enter-active[data-v-46655018],.show-y-top-leave-enter[data-v-46655018]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-46655018],.show-y-top-leave-to[data-v-46655018]{opacity:0;transform:translateY(-2%)}",
|
|
11167
11179
|
map: undefined,
|
|
11168
11180
|
media: undefined
|
|
11169
|
-
}), inject("data-v-
|
|
11181
|
+
}), inject("data-v-46655018_1", {
|
|
11170
11182
|
source: ".visibility-hidden{visibility:hidden}.box-shadow-active{box-shadow:0 0 4px 2px rgba(0,0,0,.25)}.bg-dark-white-2{background-color:#f7f7f7}.bg-white{background-color:#fff}.cursor-pointer{cursor:pointer}.email-overlay{width:100%;height:100%;background-color:transparent;z-index:1;position:absolute;top:0;left:0}.email-item{--konecta-gray-3:#515050;--konecta-light:#f8f9fa;--blue-silver-4:#dae0e5;--email-principal:#faa732;--email-outros:#86b7fe;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}.divBtnReplyEmail{display:flex;align-items:center;background-color:#f0adad;border-radius:6px;padding:7px 9px;margin:7px 0;width:calc(100% - 10px * 2);gap:8px}.btnReplyEmail{display:block;background-color:#faa732;border:1px solid #da8205;margin:8px 0 8px 5px;padding:7px 9px;font-size:16px;border-radius:3px;color:#000;cursor:pointer}.strongMsg{flex:1}.email-custom-action-buttons{display:flex;gap:7px;align-items:center;flex-wrap:wrap;max-width:100%;cursor:default}.email-custom-action-button{margin-top:10px;background-color:var(--konecta-light)!important;color:var(--konecta-dark)!important;border:1px solid var(--blue-silver-4)!important;flex:1;min-width:100px;display:flex;align-items:center;justify-content:center;gap:5px;padding:5px;overflow:hidden;border-radius:5px;text-overflow:ellipsis;white-space:nowrap;transition:all .1s ease-in-out;max-width:100%;cursor:pointer}.email-custom-action-button:hover{background-color:#e9ecef!important}.email-custom-action-button:disabled{background-color:var(--konecta-gray-3)!important;border:1px solid #25282b!important;cursor:not-allowed!important}.email-item.outros{border-left:3px solid var(--email-outros)}.email-author-name{margin:0 5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-author.outros{color:var(--email-outros)}.email-author.outros>svg:nth-child(1){transform:rotate(180deg)}.email-author.principal{color:var(--email-principal)}.email-author.main{font-size:16.4px}.email-item.principal{border-left:3px solid var(--email-principal)}.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:5px 0 0 0;font-size:16.4px;cursor:pointer}.email-date{--width:245px;font-size:12.8px;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:0;top:30px;z-index:1}.email-actions.main{top:10px}.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:14.4px;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:14.4px;color:#222}.email-files{display:flex;gap:10px;flex-wrap:wrap;width:100%;margin-top:5px}.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:14.4px;cursor:pointer;color:#666}.email-to-infos{position:absolute;bottom:-325px;border:1px solid #ccc;z-index:2;padding:10px;background-color:#fff;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:12.8px}.email-info>span{font-size:12px;color:gray;margin-right:3px}.email-author{display:flex;align-items:center;height:5px;font-size:12px;font-weight:700;transform:translateY(-2px);width:100%;cursor:pointer}.email-subject-secondary{margin-top:-5px}.email-subject-span{font-size:11.2px;color:gray}.email-to-svg{font-size:13.6px}.email-custom-buttons{display:flex;gap:7px;position:absolute;top:5px;right:5px;z-index:1;font-size:12.8px}.menu-mensagem{cursor:pointer;padding:1px;opacity:.7;transition:opacity .1s ease-in-out}.menu-mensagem:active,.menu-mensagem:focus,.menu-mensagem:hover{opacity:1}.email-error-content{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px;padding:10px}.email-error-content p{margin:0;color:#e74c3c}.email-error-content button{border:1px solid #ccc;border-radius:3px;padding:5px 10px;background-color:#fff;cursor:pointer;transition:background-color 150ms ease-in-out}.email-error-content button:hover{background-color:#eee}.btnReplyEmail:active,.btnReplyEmail:hover{background-color:#da8205;color:#000}",
|
|
11171
11183
|
map: undefined,
|
|
11172
11184
|
media: undefined
|
|
11173
11185
|
});
|
|
11174
11186
|
};
|
|
11175
11187
|
/* scoped */
|
|
11176
|
-
var __vue_scope_id__$1 = "data-v-
|
|
11188
|
+
var __vue_scope_id__$1 = "data-v-46655018";
|
|
11177
11189
|
/* module identifier */
|
|
11178
|
-
var __vue_module_identifier__$1 = "data-v-
|
|
11190
|
+
var __vue_module_identifier__$1 = "data-v-46655018";
|
|
11179
11191
|
/* functional template */
|
|
11180
11192
|
var __vue_is_functional_template__$1 = false;
|
|
11181
11193
|
/* style inject shadow dom */
|
package/package.json
CHANGED
|
@@ -1,66 +1,66 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "vue-intergrall-plugins",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "dist/vue-intergrall-plugins.ssr.js",
|
|
6
|
-
"browser": "dist/vue-intergrall-plugins.esm.js",
|
|
7
|
-
"module": "dist/vue-intergrall-plugins.esm.js",
|
|
8
|
-
"unpkg": "dist/vue-intergrall-plugins.min.js",
|
|
9
|
-
"files": [
|
|
10
|
-
"dist/*",
|
|
11
|
-
"src/**/*.vue"
|
|
12
|
-
],
|
|
13
|
-
"sideEffects": false,
|
|
14
|
-
"scripts": {
|
|
15
|
-
"serve": "vue-cli-service serve dev/serve.js",
|
|
16
|
-
"prebuild": "rimraf ./dist",
|
|
17
|
-
"build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
|
|
18
|
-
"build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
|
|
19
|
-
"build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
|
|
20
|
-
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife"
|
|
21
|
-
},
|
|
22
|
-
"devDependencies": {
|
|
23
|
-
"@babel/core": "^7.15.5",
|
|
24
|
-
"@babel/preset-env": "^7.15.6",
|
|
25
|
-
"@rollup/plugin-alias": "^3.1.2",
|
|
26
|
-
"@rollup/plugin-babel": "^5.3.0",
|
|
27
|
-
"@rollup/plugin-commonjs": "^14.0.0",
|
|
28
|
-
"@rollup/plugin-json": "^4.1.0",
|
|
29
|
-
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
30
|
-
"@rollup/plugin-replace": "^2.4.2",
|
|
31
|
-
"@vue/cli-plugin-babel": "^4.5.13",
|
|
32
|
-
"@vue/cli-service": "^4.5.13",
|
|
33
|
-
"autoprefixer": "^10.3.6",
|
|
34
|
-
"cross-env": "^7.0.3",
|
|
35
|
-
"cssnano": "^5.0.8",
|
|
36
|
-
"minimist": "^1.2.5",
|
|
37
|
-
"rimraf": "^3.0.2",
|
|
38
|
-
"rollup": "^2.58.0",
|
|
39
|
-
"rollup-plugin-terser": "^7.0.2",
|
|
40
|
-
"rollup-plugin-vue": "^5.1.9",
|
|
41
|
-
"vue": "^2.6.14",
|
|
42
|
-
"vue-template-compiler": "^2.6.14"
|
|
43
|
-
},
|
|
44
|
-
"peerDependencies": {
|
|
45
|
-
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
46
|
-
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
|
47
|
-
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
|
48
|
-
"@fortawesome/vue-fontawesome": "^2.0.2",
|
|
49
|
-
"@popperjs/core": "^2.11.2",
|
|
50
|
-
"core-js": "^3.18.1",
|
|
51
|
-
"postcss": "^8.3.8",
|
|
52
|
-
"vue": "^2.6.14",
|
|
53
|
-
"vue-select": "^3.13.0",
|
|
54
|
-
"vue-tippy": "^4.12.0",
|
|
55
|
-
"vue-toasted": "^1.1.28",
|
|
56
|
-
"vue2-google-maps": "^0.10.7"
|
|
57
|
-
},
|
|
58
|
-
"engines": {
|
|
59
|
-
"node": ">=12"
|
|
60
|
-
},
|
|
61
|
-
"dependencies": {
|
|
62
|
-
"axios": "^0.26.0",
|
|
63
|
-
"kind-of": "^6.0.3",
|
|
64
|
-
"vue-sanitize": "^0.2.3"
|
|
65
|
-
}
|
|
66
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "vue-intergrall-plugins",
|
|
3
|
+
"version": "1.1.17",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "dist/vue-intergrall-plugins.ssr.js",
|
|
6
|
+
"browser": "dist/vue-intergrall-plugins.esm.js",
|
|
7
|
+
"module": "dist/vue-intergrall-plugins.esm.js",
|
|
8
|
+
"unpkg": "dist/vue-intergrall-plugins.min.js",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist/*",
|
|
11
|
+
"src/**/*.vue"
|
|
12
|
+
],
|
|
13
|
+
"sideEffects": false,
|
|
14
|
+
"scripts": {
|
|
15
|
+
"serve": "vue-cli-service serve dev/serve.js",
|
|
16
|
+
"prebuild": "rimraf ./dist",
|
|
17
|
+
"build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
|
|
18
|
+
"build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
|
|
19
|
+
"build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
|
|
20
|
+
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife"
|
|
21
|
+
},
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"@babel/core": "^7.15.5",
|
|
24
|
+
"@babel/preset-env": "^7.15.6",
|
|
25
|
+
"@rollup/plugin-alias": "^3.1.2",
|
|
26
|
+
"@rollup/plugin-babel": "^5.3.0",
|
|
27
|
+
"@rollup/plugin-commonjs": "^14.0.0",
|
|
28
|
+
"@rollup/plugin-json": "^4.1.0",
|
|
29
|
+
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
30
|
+
"@rollup/plugin-replace": "^2.4.2",
|
|
31
|
+
"@vue/cli-plugin-babel": "^4.5.13",
|
|
32
|
+
"@vue/cli-service": "^4.5.13",
|
|
33
|
+
"autoprefixer": "^10.3.6",
|
|
34
|
+
"cross-env": "^7.0.3",
|
|
35
|
+
"cssnano": "^5.0.8",
|
|
36
|
+
"minimist": "^1.2.5",
|
|
37
|
+
"rimraf": "^3.0.2",
|
|
38
|
+
"rollup": "^2.58.0",
|
|
39
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
40
|
+
"rollup-plugin-vue": "^5.1.9",
|
|
41
|
+
"vue": "^2.6.14",
|
|
42
|
+
"vue-template-compiler": "^2.6.14"
|
|
43
|
+
},
|
|
44
|
+
"peerDependencies": {
|
|
45
|
+
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
46
|
+
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
|
47
|
+
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
|
48
|
+
"@fortawesome/vue-fontawesome": "^2.0.2",
|
|
49
|
+
"@popperjs/core": "^2.11.2",
|
|
50
|
+
"core-js": "^3.18.1",
|
|
51
|
+
"postcss": "^8.3.8",
|
|
52
|
+
"vue": "^2.6.14",
|
|
53
|
+
"vue-select": "^3.13.0",
|
|
54
|
+
"vue-tippy": "^4.12.0",
|
|
55
|
+
"vue-toasted": "^1.1.28",
|
|
56
|
+
"vue2-google-maps": "^0.10.7"
|
|
57
|
+
},
|
|
58
|
+
"engines": {
|
|
59
|
+
"node": ">=12"
|
|
60
|
+
},
|
|
61
|
+
"dependencies": {
|
|
62
|
+
"axios": "^0.26.0",
|
|
63
|
+
"kind-of": "^6.0.3",
|
|
64
|
+
"vue-sanitize": "^0.2.3"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|