vue-intergrall-plugins 1.1.60 → 1.1.62
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/dist/vue-intergrall-plugins.esm.js +12 -2
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +15 -5
- package/package.json +58 -58
- package/src/lib-components/Chat/Picker.vue +525 -525
- package/src/lib-components/Email/EmailItem.vue +750 -750
- package/src/lib-components/Messages/ChatMessages.vue +12 -0
|
@@ -3352,7 +3352,7 @@ var __vue_render__$z = function () {
|
|
|
3352
3352
|
var _h = _vm.$createElement;
|
|
3353
3353
|
var _c = _vm._self._c || _h;
|
|
3354
3354
|
return _c('div', {
|
|
3355
|
-
class: "sm-emoji-picker box-shadow " + (!_vm.fullView ? 'small' : ''),
|
|
3355
|
+
class: "ck-reset_all-excluded sm-emoji-picker box-shadow " + (!_vm.fullView ? 'small' : ''),
|
|
3356
3356
|
on: {
|
|
3357
3357
|
"click": function ($event) {
|
|
3358
3358
|
$event.stopPropagation();
|
|
@@ -3485,7 +3485,7 @@ var __vue_staticRenderFns__$z = [];
|
|
|
3485
3485
|
/* style */
|
|
3486
3486
|
const __vue_inject_styles__$z = function (inject) {
|
|
3487
3487
|
if (!inject) return;
|
|
3488
|
-
inject("data-v-
|
|
3488
|
+
inject("data-v-0e1b11f8_0", {
|
|
3489
3489
|
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:306px;height:250px;z-index:2;border:1px solid #ccc;border-radius:5px;background-color:#fff;display:flex;flex-direction:column}.sm-emoji-picker.small{height:40px!important}.sm-emoji-picker.small .sm-emoji-scroll{height:100%;max-height:100%;overflow:hidden}.sm-emoji-picker.small .sm-emoji-scroll .sm-emoji-group.small{justify-content:center;align-items:center;flex-wrap:nowrap}.add-more{--size:26px;background:#f0f0f0;border:1px solid #ccc;border-radius:50%;width:var(--size);min-width:var(--size);height:var(--size);min-height:var(--size);display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:700}.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>span svg{margin:0;padding:0;fill:#999}.sm-emoji-header .sm-emoji-link:nth-last-child(-n+2)>span svg,.sm-emoji-link>span svg[stroke]{fill:none!important}.sm-emoji-link.active>span svg:not([stroke]),.sm-emoji-link:hover>span svg:not([stroke]){opacity:1;fill:#666}.sm-emoji-link.active>span svg[stroke],.sm-emoji-link:hover>span svg[stroke]{opacity:1;fill:none!important;stroke:#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}",
|
|
3490
3490
|
map: undefined,
|
|
3491
3491
|
media: undefined
|
|
@@ -10244,6 +10244,16 @@ var script$7 = {
|
|
|
10244
10244
|
finalEmoji: emoji.finalEmoji
|
|
10245
10245
|
};
|
|
10246
10246
|
this.isEmojisOpen = false;
|
|
10247
|
+
const ckEditorContext = document.querySelector('.ck-editor');
|
|
10248
|
+
if (ckEditorContext) {
|
|
10249
|
+
this.$emit("insert-emoji", {
|
|
10250
|
+
finalEmoji: emoji.finalEmoji,
|
|
10251
|
+
hexa: emoji.hexa,
|
|
10252
|
+
editorType: 'ckeditor'
|
|
10253
|
+
});
|
|
10254
|
+
} else {
|
|
10255
|
+
this.$emit("insert-emoji", emoji);
|
|
10256
|
+
}
|
|
10247
10257
|
this.$emit("reagir-mensagem", {
|
|
10248
10258
|
emoji,
|
|
10249
10259
|
seq: this.seq,
|