vue-intergrall-plugins 0.0.244 → 0.0.245
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 +323 -180
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +326 -192
- package/package.json +1 -1
- package/src/lib-components/Chat/BtnDownloadAllFiles.vue +32 -0
- package/src/lib-components/Chat/TextFooter.vue +9 -2
- package/src/lib-components/Loader/Loader.vue +1 -0
- package/src/lib-components/Templates/TemplateGenerator.vue +12 -5
- package/src/lib-components/Templates/TemplateMessage.vue +11 -0
- package/src/lib-components/Templates/TemplateSingle.vue +6 -1
|
@@ -1868,7 +1868,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1868
1868
|
//
|
|
1869
1869
|
//
|
|
1870
1870
|
//
|
|
1871
|
-
var script$
|
|
1871
|
+
var script$y = {
|
|
1872
1872
|
data: function data() {
|
|
1873
1873
|
return {
|
|
1874
1874
|
varValues: {},
|
|
@@ -1924,6 +1924,10 @@ var script$x = {
|
|
|
1924
1924
|
});
|
|
1925
1925
|
},
|
|
1926
1926
|
methods: {
|
|
1927
|
+
handleInitialFocus: function handleInitialFocus() {
|
|
1928
|
+
var allInputs = document.querySelectorAll(".input-var-".concat(this.identifier));
|
|
1929
|
+
if (allInputs.length) allInputs[0].focus();else if (this.$refs["template-single-button"]) this.$refs["template-single-button"].focus();
|
|
1930
|
+
},
|
|
1927
1931
|
limparInputVar: function limparInputVar() {
|
|
1928
1932
|
var _this = this;
|
|
1929
1933
|
|
|
@@ -2153,10 +2157,10 @@ var script$x = {
|
|
|
2153
2157
|
}
|
|
2154
2158
|
return script;
|
|
2155
2159
|
}/* script */
|
|
2156
|
-
var __vue_script__$
|
|
2160
|
+
var __vue_script__$y = script$y;
|
|
2157
2161
|
/* template */
|
|
2158
2162
|
|
|
2159
|
-
var __vue_render__$
|
|
2163
|
+
var __vue_render__$y = function __vue_render__() {
|
|
2160
2164
|
var _vm = this;
|
|
2161
2165
|
|
|
2162
2166
|
var _h = _vm.$createElement;
|
|
@@ -2188,31 +2192,31 @@ var __vue_render__$x = function __vue_render__() {
|
|
|
2188
2192
|
})], 2)]) : _vm._e()], 2);
|
|
2189
2193
|
};
|
|
2190
2194
|
|
|
2191
|
-
var __vue_staticRenderFns__$
|
|
2195
|
+
var __vue_staticRenderFns__$y = [];
|
|
2192
2196
|
/* style */
|
|
2193
2197
|
|
|
2194
|
-
var __vue_inject_styles__$
|
|
2198
|
+
var __vue_inject_styles__$y = undefined;
|
|
2195
2199
|
/* scoped */
|
|
2196
2200
|
|
|
2197
|
-
var __vue_scope_id__$
|
|
2201
|
+
var __vue_scope_id__$y = undefined;
|
|
2198
2202
|
/* module identifier */
|
|
2199
2203
|
|
|
2200
|
-
var __vue_module_identifier__$
|
|
2204
|
+
var __vue_module_identifier__$y = "data-v-add8fb80";
|
|
2201
2205
|
/* functional template */
|
|
2202
2206
|
|
|
2203
|
-
var __vue_is_functional_template__$
|
|
2207
|
+
var __vue_is_functional_template__$y = false;
|
|
2204
2208
|
/* style inject */
|
|
2205
2209
|
|
|
2206
2210
|
/* style inject SSR */
|
|
2207
2211
|
|
|
2208
2212
|
/* style inject shadow dom */
|
|
2209
2213
|
|
|
2210
|
-
var __vue_component__$
|
|
2211
|
-
render: __vue_render__$
|
|
2212
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2213
|
-
}, __vue_inject_styles__$
|
|
2214
|
+
var __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
2215
|
+
render: __vue_render__$y,
|
|
2216
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
2217
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);
|
|
2214
2218
|
|
|
2215
|
-
var TemplateSingle = __vue_component__$
|
|
2219
|
+
var TemplateSingle = __vue_component__$G;var setResizeListeners = function setResizeListeners($el, inputClass, parentClass) {
|
|
2216
2220
|
var inputTargets = $el.querySelectorAll(inputClass);
|
|
2217
2221
|
inputTargets.forEach(function (target) {
|
|
2218
2222
|
target.addEventListener("input", function () {
|
|
@@ -2399,7 +2403,7 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2399
2403
|
//
|
|
2400
2404
|
//
|
|
2401
2405
|
//
|
|
2402
|
-
var script$
|
|
2406
|
+
var script$x = {};function createInjectorSSR(context) {
|
|
2403
2407
|
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
|
2404
2408
|
context = __VUE_SSR_CONTEXT__;
|
|
2405
2409
|
}
|
|
@@ -2440,10 +2444,10 @@ function renderStyles(styles) {
|
|
|
2440
2444
|
}
|
|
2441
2445
|
return css;
|
|
2442
2446
|
}/* script */
|
|
2443
|
-
var __vue_script__$
|
|
2447
|
+
var __vue_script__$x = script$x;
|
|
2444
2448
|
/* template */
|
|
2445
2449
|
|
|
2446
|
-
var __vue_render__$
|
|
2450
|
+
var __vue_render__$x = function __vue_render__() {
|
|
2447
2451
|
var _vm = this;
|
|
2448
2452
|
|
|
2449
2453
|
var _h = _vm.$createElement;
|
|
@@ -2455,10 +2459,10 @@ var __vue_render__$w = function __vue_render__() {
|
|
|
2455
2459
|
}, [_vm._ssrNode("<div class=\"skeleton-options\"><div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div></div> <div class=\"skeleton-input box-shadow ov__skeleton--animation\"></div> <div class=\"skeleton-label box-shadow ov__skeleton--animation\"></div> <div class=\"skeleton-list\"><div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div></div>")]);
|
|
2456
2460
|
};
|
|
2457
2461
|
|
|
2458
|
-
var __vue_staticRenderFns__$
|
|
2462
|
+
var __vue_staticRenderFns__$x = [];
|
|
2459
2463
|
/* style */
|
|
2460
2464
|
|
|
2461
|
-
var __vue_inject_styles__$
|
|
2465
|
+
var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
|
|
2462
2466
|
if (!inject) return;
|
|
2463
2467
|
inject("data-v-606babe9_0", {
|
|
2464
2468
|
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)}.ov__skeleton--animation{animation:skeleton-loading 1s linear infinite alternate}@keyframes skeleton-loading{0%{background-color:#f7f7f7}70%{background-color:#ededed}100%{background-color:#ededed}}.skeleton-picker{position:absolute;width:100%;height:100%;z-index:91;border-radius:5px;background-color:#fff;border:1px solid #ccc}.skeleton-options{width:100%;height:48px;display:flex;justify-content:space-between;align-items:center;padding:0 15px;border-bottom:1px solid #ccc}.skeleton-options .opt{width:25px;height:50%}.skeleton-input{width:calc(100% - 30px);height:25px;margin:7px 15px;border-radius:2.5px}.skeleton-label{margin:15px 0;width:100%;height:30px}.skeleton-list{width:100%;padding-left:7.5px;display:flex;align-items:center;flex-wrap:wrap}.skeleton-list .opt{margin:0 5px 15px 6px;width:25px;height:25px}",
|
|
@@ -2469,22 +2473,22 @@ var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
|
|
|
2469
2473
|
/* scoped */
|
|
2470
2474
|
|
|
2471
2475
|
|
|
2472
|
-
var __vue_scope_id__$
|
|
2476
|
+
var __vue_scope_id__$x = undefined;
|
|
2473
2477
|
/* module identifier */
|
|
2474
2478
|
|
|
2475
|
-
var __vue_module_identifier__$
|
|
2479
|
+
var __vue_module_identifier__$x = "data-v-606babe9";
|
|
2476
2480
|
/* functional template */
|
|
2477
2481
|
|
|
2478
|
-
var __vue_is_functional_template__$
|
|
2482
|
+
var __vue_is_functional_template__$x = false;
|
|
2479
2483
|
/* style inject shadow dom */
|
|
2480
2484
|
|
|
2481
|
-
var __vue_component__$
|
|
2482
|
-
render: __vue_render__$
|
|
2483
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2484
|
-
}, __vue_inject_styles__$
|
|
2485
|
+
var __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
2486
|
+
render: __vue_render__$x,
|
|
2487
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
2488
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, createInjectorSSR, undefined);
|
|
2485
2489
|
|
|
2486
|
-
var SkeletonPicker = __vue_component__$
|
|
2487
|
-
var script$
|
|
2490
|
+
var SkeletonPicker = __vue_component__$F;//
|
|
2491
|
+
var script$w = {
|
|
2488
2492
|
components: {
|
|
2489
2493
|
SkeletonPicker: SkeletonPicker
|
|
2490
2494
|
},
|
|
@@ -2672,10 +2676,10 @@ var script$v = {
|
|
|
2672
2676
|
}
|
|
2673
2677
|
}
|
|
2674
2678
|
};/* script */
|
|
2675
|
-
var __vue_script__$
|
|
2679
|
+
var __vue_script__$w = script$w;
|
|
2676
2680
|
/* template */
|
|
2677
2681
|
|
|
2678
|
-
var __vue_render__$
|
|
2682
|
+
var __vue_render__$w = function __vue_render__() {
|
|
2679
2683
|
var _vm = this;
|
|
2680
2684
|
|
|
2681
2685
|
var _h = _vm.$createElement;
|
|
@@ -2697,10 +2701,10 @@ var __vue_render__$v = function __vue_render__() {
|
|
|
2697
2701
|
}) + "</div>") + "</div>")], 2);
|
|
2698
2702
|
};
|
|
2699
2703
|
|
|
2700
|
-
var __vue_staticRenderFns__$
|
|
2704
|
+
var __vue_staticRenderFns__$w = [];
|
|
2701
2705
|
/* style */
|
|
2702
2706
|
|
|
2703
|
-
var __vue_inject_styles__$
|
|
2707
|
+
var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
|
|
2704
2708
|
if (!inject) return;
|
|
2705
2709
|
inject("data-v-678ca55c_0", {
|
|
2706
2710
|
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:310px;z-index:2;border:1px solid #ccc;border-radius:5px;background-color:#fff;display:flex;flex-direction:column}.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 a{margin:0;padding:0;fill:#999}.sm-emoji-link.active a>svg,.sm-emoji-link:hover a>svg{opacity:1;fill:#666}.sm-emoji-link.active a>svg[stroke-linecap],.sm-emoji-link:hover a>svg[stroke-linecap]{opacity:1;fill:transparent;stroke:#666}.sm-emoji-link.active{border-bottom:2px solid #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:1.375rem}.sm-emoji-item{cursor:pointer;opacity:.8;transition:opacity .2s;margin:3.5px}.sm-emoji-item:hover{opacity:1}",
|
|
@@ -2711,22 +2715,22 @@ var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
|
|
|
2711
2715
|
/* scoped */
|
|
2712
2716
|
|
|
2713
2717
|
|
|
2714
|
-
var __vue_scope_id__$
|
|
2718
|
+
var __vue_scope_id__$w = undefined;
|
|
2715
2719
|
/* module identifier */
|
|
2716
2720
|
|
|
2717
|
-
var __vue_module_identifier__$
|
|
2721
|
+
var __vue_module_identifier__$w = "data-v-678ca55c";
|
|
2718
2722
|
/* functional template */
|
|
2719
2723
|
|
|
2720
|
-
var __vue_is_functional_template__$
|
|
2724
|
+
var __vue_is_functional_template__$w = false;
|
|
2721
2725
|
/* style inject shadow dom */
|
|
2722
2726
|
|
|
2723
|
-
var __vue_component__$
|
|
2724
|
-
render: __vue_render__$
|
|
2725
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2726
|
-
}, __vue_inject_styles__$
|
|
2727
|
+
var __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
2728
|
+
render: __vue_render__$w,
|
|
2729
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
2730
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, createInjectorSSR, undefined);
|
|
2727
2731
|
|
|
2728
|
-
var Picker = __vue_component__$
|
|
2729
|
-
var script$
|
|
2732
|
+
var Picker = __vue_component__$E;//
|
|
2733
|
+
var script$v = {
|
|
2730
2734
|
components: {
|
|
2731
2735
|
Picker: Picker
|
|
2732
2736
|
},
|
|
@@ -2816,10 +2820,10 @@ var script$u = {
|
|
|
2816
2820
|
}
|
|
2817
2821
|
}
|
|
2818
2822
|
};/* script */
|
|
2819
|
-
var __vue_script__$
|
|
2823
|
+
var __vue_script__$v = script$v;
|
|
2820
2824
|
/* template */
|
|
2821
2825
|
|
|
2822
|
-
var __vue_render__$
|
|
2826
|
+
var __vue_render__$v = function __vue_render__() {
|
|
2823
2827
|
var _vm = this;
|
|
2824
2828
|
|
|
2825
2829
|
var _h = _vm.$createElement;
|
|
@@ -2852,10 +2856,10 @@ var __vue_render__$u = function __vue_render__() {
|
|
|
2852
2856
|
})], 1)], 2);
|
|
2853
2857
|
};
|
|
2854
2858
|
|
|
2855
|
-
var __vue_staticRenderFns__$
|
|
2859
|
+
var __vue_staticRenderFns__$v = [];
|
|
2856
2860
|
/* style */
|
|
2857
2861
|
|
|
2858
|
-
var __vue_inject_styles__$
|
|
2862
|
+
var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
|
|
2859
2863
|
if (!inject) return;
|
|
2860
2864
|
inject("data-v-7b7b5e22_0", {
|
|
2861
2865
|
source: ".show-y-enter-active,.show-y-leave-enter{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-enter,.show-y-leave-to{opacity:0;transform:translateY(5%)}.emoji-text-container{position:relative}.emoji-text-container .emoji-text-btn{font-size:1.2rem;cursor:pointer}",
|
|
@@ -2866,27 +2870,27 @@ var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
|
|
|
2866
2870
|
/* scoped */
|
|
2867
2871
|
|
|
2868
2872
|
|
|
2869
|
-
var __vue_scope_id__$
|
|
2873
|
+
var __vue_scope_id__$v = undefined;
|
|
2870
2874
|
/* module identifier */
|
|
2871
2875
|
|
|
2872
|
-
var __vue_module_identifier__$
|
|
2876
|
+
var __vue_module_identifier__$v = "data-v-7b7b5e22";
|
|
2873
2877
|
/* functional template */
|
|
2874
2878
|
|
|
2875
|
-
var __vue_is_functional_template__$
|
|
2879
|
+
var __vue_is_functional_template__$v = false;
|
|
2876
2880
|
/* style inject shadow dom */
|
|
2877
2881
|
|
|
2878
|
-
var __vue_component__$
|
|
2879
|
-
render: __vue_render__$
|
|
2880
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2881
|
-
}, __vue_inject_styles__$
|
|
2882
|
+
var __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
2883
|
+
render: __vue_render__$v,
|
|
2884
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
2885
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, createInjectorSSR, undefined);
|
|
2882
2886
|
|
|
2883
|
-
var BtnEmojis = __vue_component__$
|
|
2887
|
+
var BtnEmojis = __vue_component__$D;//
|
|
2884
2888
|
//
|
|
2885
2889
|
//
|
|
2886
2890
|
//
|
|
2887
2891
|
//
|
|
2888
2892
|
//
|
|
2889
|
-
var script$
|
|
2893
|
+
var script$u = {
|
|
2890
2894
|
props: {
|
|
2891
2895
|
hasBg: {
|
|
2892
2896
|
type: Boolean,
|
|
@@ -2907,10 +2911,10 @@ var script$t = {
|
|
|
2907
2911
|
}
|
|
2908
2912
|
}
|
|
2909
2913
|
};/* script */
|
|
2910
|
-
var __vue_script__$
|
|
2914
|
+
var __vue_script__$u = script$u;
|
|
2911
2915
|
/* template */
|
|
2912
2916
|
|
|
2913
|
-
var __vue_render__$
|
|
2917
|
+
var __vue_render__$u = function __vue_render__() {
|
|
2914
2918
|
var _vm = this;
|
|
2915
2919
|
|
|
2916
2920
|
var _h = _vm.$createElement;
|
|
@@ -2929,13 +2933,13 @@ var __vue_render__$t = function __vue_render__() {
|
|
|
2929
2933
|
}) + "></div>")]);
|
|
2930
2934
|
};
|
|
2931
2935
|
|
|
2932
|
-
var __vue_staticRenderFns__$
|
|
2936
|
+
var __vue_staticRenderFns__$u = [];
|
|
2933
2937
|
/* style */
|
|
2934
2938
|
|
|
2935
|
-
var __vue_inject_styles__$
|
|
2939
|
+
var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
|
|
2936
2940
|
if (!inject) return;
|
|
2937
|
-
inject("data-v-
|
|
2938
|
-
source: ".req-loader-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.req-loader-container.light-bg{background-color:rgba(0,0,0,.3);border-radius:inherit}.req-loader-container.align-right{justify-content:flex-end}.req-loader-container.align-right .req-loader{margin-right:15px}.req-loader{border:2px solid #ccc;border-top:2px solid #333;border-radius:50%;width:20px;height:20px;min-width:20px;min-height:20px;animation:spin 2s linear infinite}.req-loader.big{width:40px;height:40px;animation:spin 3s linear infinite}.req-loader.slow{animation:spin 4s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
|
|
2941
|
+
inject("data-v-0b32f34b_0", {
|
|
2942
|
+
source: ".req-loader-container{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.req-loader-container.light-bg{background-color:rgba(0,0,0,.3);border-radius:inherit}.req-loader-container.align-right{justify-content:flex-end}.req-loader-container.align-right .req-loader{margin-right:15px}.req-loader{border:2px solid #ccc;border-top:2px solid #333;border-radius:50%;width:20px;height:20px;min-width:20px;min-height:20px;animation:spin 2s linear infinite}.req-loader.big{width:40px;height:40px;animation:spin 3s linear infinite}.req-loader.slow{animation:spin 4s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
|
|
2939
2943
|
map: undefined,
|
|
2940
2944
|
media: undefined
|
|
2941
2945
|
});
|
|
@@ -2943,21 +2947,21 @@ var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
|
|
|
2943
2947
|
/* scoped */
|
|
2944
2948
|
|
|
2945
2949
|
|
|
2946
|
-
var __vue_scope_id__$
|
|
2950
|
+
var __vue_scope_id__$u = undefined;
|
|
2947
2951
|
/* module identifier */
|
|
2948
2952
|
|
|
2949
|
-
var __vue_module_identifier__$
|
|
2953
|
+
var __vue_module_identifier__$u = "data-v-0b32f34b";
|
|
2950
2954
|
/* functional template */
|
|
2951
2955
|
|
|
2952
|
-
var __vue_is_functional_template__$
|
|
2956
|
+
var __vue_is_functional_template__$u = false;
|
|
2953
2957
|
/* style inject shadow dom */
|
|
2954
2958
|
|
|
2955
|
-
var __vue_component__$
|
|
2956
|
-
render: __vue_render__$
|
|
2957
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2958
|
-
}, __vue_inject_styles__$
|
|
2959
|
+
var __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
2960
|
+
render: __vue_render__$u,
|
|
2961
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
2962
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, createInjectorSSR, undefined);
|
|
2959
2963
|
|
|
2960
|
-
var Loader = __vue_component__$
|
|
2964
|
+
var Loader = __vue_component__$C;//
|
|
2961
2965
|
//
|
|
2962
2966
|
//
|
|
2963
2967
|
//
|
|
@@ -2965,7 +2969,7 @@ var Loader = __vue_component__$B;//
|
|
|
2965
2969
|
//
|
|
2966
2970
|
//
|
|
2967
2971
|
//
|
|
2968
|
-
var script$
|
|
2972
|
+
var script$t = {
|
|
2969
2973
|
props: {
|
|
2970
2974
|
message: {
|
|
2971
2975
|
type: String,
|
|
@@ -2983,10 +2987,10 @@ var script$s = {
|
|
|
2983
2987
|
}
|
|
2984
2988
|
}
|
|
2985
2989
|
};/* script */
|
|
2986
|
-
var __vue_script__$
|
|
2990
|
+
var __vue_script__$t = script$t;
|
|
2987
2991
|
/* template */
|
|
2988
2992
|
|
|
2989
|
-
var __vue_render__$
|
|
2993
|
+
var __vue_render__$t = function __vue_render__() {
|
|
2990
2994
|
var _vm = this;
|
|
2991
2995
|
|
|
2992
2996
|
var _h = _vm.$createElement;
|
|
@@ -3001,37 +3005,37 @@ var __vue_render__$s = function __vue_render__() {
|
|
|
3001
3005
|
}, []) : _vm._e();
|
|
3002
3006
|
};
|
|
3003
3007
|
|
|
3004
|
-
var __vue_staticRenderFns__$
|
|
3008
|
+
var __vue_staticRenderFns__$t = [];
|
|
3005
3009
|
/* style */
|
|
3006
3010
|
|
|
3007
|
-
var __vue_inject_styles__$
|
|
3011
|
+
var __vue_inject_styles__$t = undefined;
|
|
3008
3012
|
/* scoped */
|
|
3009
3013
|
|
|
3010
|
-
var __vue_scope_id__$
|
|
3014
|
+
var __vue_scope_id__$t = undefined;
|
|
3011
3015
|
/* module identifier */
|
|
3012
3016
|
|
|
3013
|
-
var __vue_module_identifier__$
|
|
3017
|
+
var __vue_module_identifier__$t = "data-v-f8dac3e4";
|
|
3014
3018
|
/* functional template */
|
|
3015
3019
|
|
|
3016
|
-
var __vue_is_functional_template__$
|
|
3020
|
+
var __vue_is_functional_template__$t = false;
|
|
3017
3021
|
/* style inject */
|
|
3018
3022
|
|
|
3019
3023
|
/* style inject SSR */
|
|
3020
3024
|
|
|
3021
3025
|
/* style inject shadow dom */
|
|
3022
3026
|
|
|
3023
|
-
var __vue_component__$
|
|
3024
|
-
render: __vue_render__$
|
|
3025
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3026
|
-
}, __vue_inject_styles__$
|
|
3027
|
+
var __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
3028
|
+
render: __vue_render__$t,
|
|
3029
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
3030
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
3027
3031
|
|
|
3028
|
-
var RemainingCharacters = __vue_component__$
|
|
3032
|
+
var RemainingCharacters = __vue_component__$B;//
|
|
3029
3033
|
//
|
|
3030
3034
|
//
|
|
3031
3035
|
//
|
|
3032
3036
|
//
|
|
3033
3037
|
//
|
|
3034
|
-
var script$
|
|
3038
|
+
var script$s = {
|
|
3035
3039
|
props: {
|
|
3036
3040
|
dictionary: {
|
|
3037
3041
|
type: Object,
|
|
@@ -3101,10 +3105,10 @@ var script$r = {
|
|
|
3101
3105
|
}
|
|
3102
3106
|
}
|
|
3103
3107
|
};/* script */
|
|
3104
|
-
var __vue_script__$
|
|
3108
|
+
var __vue_script__$s = script$s;
|
|
3105
3109
|
/* template */
|
|
3106
3110
|
|
|
3107
|
-
var __vue_render__$
|
|
3111
|
+
var __vue_render__$s = function __vue_render__() {
|
|
3108
3112
|
var _vm = this;
|
|
3109
3113
|
|
|
3110
3114
|
var _h = _vm.$createElement;
|
|
@@ -3126,31 +3130,31 @@ var __vue_render__$r = function __vue_render__() {
|
|
|
3126
3130
|
})], 1);
|
|
3127
3131
|
};
|
|
3128
3132
|
|
|
3129
|
-
var __vue_staticRenderFns__$
|
|
3133
|
+
var __vue_staticRenderFns__$s = [];
|
|
3130
3134
|
/* style */
|
|
3131
3135
|
|
|
3132
|
-
var __vue_inject_styles__$
|
|
3136
|
+
var __vue_inject_styles__$s = undefined;
|
|
3133
3137
|
/* scoped */
|
|
3134
3138
|
|
|
3135
|
-
var __vue_scope_id__$
|
|
3139
|
+
var __vue_scope_id__$s = undefined;
|
|
3136
3140
|
/* module identifier */
|
|
3137
3141
|
|
|
3138
|
-
var __vue_module_identifier__$
|
|
3142
|
+
var __vue_module_identifier__$s = "data-v-291765d5";
|
|
3139
3143
|
/* functional template */
|
|
3140
3144
|
|
|
3141
|
-
var __vue_is_functional_template__$
|
|
3145
|
+
var __vue_is_functional_template__$s = false;
|
|
3142
3146
|
/* style inject */
|
|
3143
3147
|
|
|
3144
3148
|
/* style inject SSR */
|
|
3145
3149
|
|
|
3146
3150
|
/* style inject shadow dom */
|
|
3147
3151
|
|
|
3148
|
-
var __vue_component__$
|
|
3149
|
-
render: __vue_render__$
|
|
3150
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3151
|
-
}, __vue_inject_styles__$
|
|
3152
|
+
var __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
3153
|
+
render: __vue_render__$s,
|
|
3154
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
3155
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
|
|
3152
3156
|
|
|
3153
|
-
var BtnMic = __vue_component__$
|
|
3157
|
+
var BtnMic = __vue_component__$A;//
|
|
3154
3158
|
//
|
|
3155
3159
|
//
|
|
3156
3160
|
//
|
|
@@ -3173,7 +3177,7 @@ var BtnMic = __vue_component__$z;//
|
|
|
3173
3177
|
//
|
|
3174
3178
|
//
|
|
3175
3179
|
//
|
|
3176
|
-
var script$
|
|
3180
|
+
var script$r = {
|
|
3177
3181
|
props: {
|
|
3178
3182
|
textId: {
|
|
3179
3183
|
type: String,
|
|
@@ -3224,10 +3228,10 @@ var script$q = {
|
|
|
3224
3228
|
}
|
|
3225
3229
|
}
|
|
3226
3230
|
};/* script */
|
|
3227
|
-
var __vue_script__$
|
|
3231
|
+
var __vue_script__$r = script$r;
|
|
3228
3232
|
/* template */
|
|
3229
3233
|
|
|
3230
|
-
var __vue_render__$
|
|
3234
|
+
var __vue_render__$r = function __vue_render__() {
|
|
3231
3235
|
var _vm = this;
|
|
3232
3236
|
|
|
3233
3237
|
var _h = _vm.$createElement;
|
|
@@ -3262,10 +3266,10 @@ var __vue_render__$q = function __vue_render__() {
|
|
|
3262
3266
|
}), _vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.file.name) + "\n "))], 2) : _vm._e(), _vm._ssrNode(" " + (_vm.imagePreview ? "<div class=\"text-footer-image-preview\"><img" + _vm._ssrAttr("src", _vm.imagePreview) + _vm._ssrAttr("alt", _vm.dictionary.alt_previa_img) + "></div>" : "<!---->"))]], 2) : _vm._e();
|
|
3263
3267
|
};
|
|
3264
3268
|
|
|
3265
|
-
var __vue_staticRenderFns__$
|
|
3269
|
+
var __vue_staticRenderFns__$r = [];
|
|
3266
3270
|
/* style */
|
|
3267
3271
|
|
|
3268
|
-
var __vue_inject_styles__$
|
|
3272
|
+
var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
3269
3273
|
if (!inject) return;
|
|
3270
3274
|
inject("data-v-a5119ba8_0", {
|
|
3271
3275
|
source: ".single-file-preview .close-icon{color:#e74c3c;cursor:pointer;opacity:.9;transition:opacity .3s}.single-file-preview .close-icon:hover{opacity:1}.text-footer-invalid-format{color:#222;padding:10px}.text-footer-invalid-format h3{font-weight:500}.text-footer-invalid-format h4{font-size:.9rem}.text-footer-preview-title{font-size:1rem;padding:10px 0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-footer-image-preview{display:flex;justify-content:center;align-items:center;width:100%}.text-footer-image-preview img{cursor:pointer;max-width:98%;max-height:98%;padding:2%}",
|
|
@@ -3276,22 +3280,22 @@ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
|
3276
3280
|
/* scoped */
|
|
3277
3281
|
|
|
3278
3282
|
|
|
3279
|
-
var __vue_scope_id__$
|
|
3283
|
+
var __vue_scope_id__$r = undefined;
|
|
3280
3284
|
/* module identifier */
|
|
3281
3285
|
|
|
3282
|
-
var __vue_module_identifier__$
|
|
3286
|
+
var __vue_module_identifier__$r = "data-v-a5119ba8";
|
|
3283
3287
|
/* functional template */
|
|
3284
3288
|
|
|
3285
|
-
var __vue_is_functional_template__$
|
|
3289
|
+
var __vue_is_functional_template__$r = false;
|
|
3286
3290
|
/* style inject shadow dom */
|
|
3287
3291
|
|
|
3288
|
-
var __vue_component__$
|
|
3289
|
-
render: __vue_render__$
|
|
3290
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3291
|
-
}, __vue_inject_styles__$
|
|
3292
|
+
var __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
3293
|
+
render: __vue_render__$r,
|
|
3294
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
3295
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, createInjectorSSR, undefined);
|
|
3292
3296
|
|
|
3293
|
-
var SingleFilePreview = __vue_component__$
|
|
3294
|
-
var script$
|
|
3297
|
+
var SingleFilePreview = __vue_component__$z;//
|
|
3298
|
+
var script$q = {
|
|
3295
3299
|
components: {
|
|
3296
3300
|
Loader: Loader
|
|
3297
3301
|
},
|
|
@@ -3367,10 +3371,10 @@ var script$p = {
|
|
|
3367
3371
|
}
|
|
3368
3372
|
}
|
|
3369
3373
|
};/* script */
|
|
3370
|
-
var __vue_script__$
|
|
3374
|
+
var __vue_script__$q = script$q;
|
|
3371
3375
|
/* template */
|
|
3372
3376
|
|
|
3373
|
-
var __vue_render__$
|
|
3377
|
+
var __vue_render__$q = function __vue_render__() {
|
|
3374
3378
|
var _vm = this;
|
|
3375
3379
|
|
|
3376
3380
|
var _h = _vm.$createElement;
|
|
@@ -3492,10 +3496,10 @@ var __vue_render__$p = function __vue_render__() {
|
|
|
3492
3496
|
})], 2)], 2);
|
|
3493
3497
|
};
|
|
3494
3498
|
|
|
3495
|
-
var __vue_staticRenderFns__$
|
|
3499
|
+
var __vue_staticRenderFns__$q = [];
|
|
3496
3500
|
/* style */
|
|
3497
3501
|
|
|
3498
|
-
var __vue_inject_styles__$
|
|
3502
|
+
var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
3499
3503
|
if (!inject) return;
|
|
3500
3504
|
inject("data-v-131a11b5_0", {
|
|
3501
3505
|
source: ".multiple-file-preview{position:relative;display:flex;flex-direction:column;width:100%;height:100%;max-height:100%;overflow-y:auto;overflow-x:hidden;border-top-left-radius:2.5px;border-top-right-radius:2.5px;transition:background-color 150ms;scrollbar-color:#888 rgba(0,0,0,.2);scrollbar-width:4px}.multiple-file-preview::-webkit-scrollbar{width:4px}.multiple-file-preview .close-icon{color:#e74c3c;cursor:pointer;opacity:.9;transition:opacity .3s}.multiple-file-preview .close-icon:hover{opacity:1}.multiple-file-preview::-webkit-scrollbar-track{background-color:rgba(0,0,0,.2)}.multiple-file-preview::-webkit-scrollbar-thumb{transition-duration:.5s;background-color:#222}.multiple-file-preview::-webkit-scrollbar-thumb:hover{background-color:#555}.text-footer-invalid-format{color:#222;padding:10px}.text-footer-invalid-format h3{text-overflow:ellipsis;overflow:hidden;font-weight:500}.text-footer-invalid-format h4{text-overflow:ellipsis;overflow:hidden;font-size:.9rem}.text-footer-exclude-file{position:absolute;top:5px;right:5px;cursor:pointer;display:flex;justify-content:center;align-items:center;min-width:1rem;min-height:1rem;background-color:#fff;border-radius:50%}.text-footer-exclude-file svg{transition:color .2s;color:#e9594a}.text-footer-exclude-file svg:hover{color:#e74c3c}.file-preview{display:flex;width:100%;align-items:center;padding:5px 10px;transition:background-color 150ms}.file-preview:hover{background-color:rgba(0,0,0,.1)}.file-title{color:#222;display:flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:4px 10px;background-color:#fff;border-radius:30px;display:inline-block}.file-title.red{color:#e74c3c;margin-right:5px}.file-title>svg{margin-right:5px;color:#333}.small-img{flex:1;margin:0 15px;display:flex;justify-content:center;align-items:center;position:relative}.small-img img{height:40px;cursor:pointer}.small-img .doc,.small-img .pdf{display:flex;justify-content:center;align-items:center;font-size:30px}.small-img .pdf{color:#e74c3c}.small-img .doc{color:#006bc9}.small-img .doc svg,.small-img .pdf svg{z-index:1}.small-img .doc::after,.small-img .pdf::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.img-container{padding:5px;border-radius:2.5px;background-color:rgba(0,0,0,.15);display:flex;justify-content:center;align-items:center}.delete-file{display:flex;justify-content:center;align-items:center;cursor:pointer}.delete-file>svg{font-size:1rem;color:#e74c3c}",
|
|
@@ -3506,21 +3510,21 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
|
3506
3510
|
/* scoped */
|
|
3507
3511
|
|
|
3508
3512
|
|
|
3509
|
-
var __vue_scope_id__$
|
|
3513
|
+
var __vue_scope_id__$q = undefined;
|
|
3510
3514
|
/* module identifier */
|
|
3511
3515
|
|
|
3512
|
-
var __vue_module_identifier__$
|
|
3516
|
+
var __vue_module_identifier__$q = "data-v-131a11b5";
|
|
3513
3517
|
/* functional template */
|
|
3514
3518
|
|
|
3515
|
-
var __vue_is_functional_template__$
|
|
3519
|
+
var __vue_is_functional_template__$q = false;
|
|
3516
3520
|
/* style inject shadow dom */
|
|
3517
3521
|
|
|
3518
|
-
var __vue_component__$
|
|
3519
|
-
render: __vue_render__$
|
|
3520
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3521
|
-
}, __vue_inject_styles__$
|
|
3522
|
+
var __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
3523
|
+
render: __vue_render__$q,
|
|
3524
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
3525
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);
|
|
3522
3526
|
|
|
3523
|
-
var MultipleFilePreview = __vue_component__$
|
|
3527
|
+
var MultipleFilePreview = __vue_component__$y;var script$p = {
|
|
3524
3528
|
components: {
|
|
3525
3529
|
SingleFilePreview: SingleFilePreview,
|
|
3526
3530
|
MultipleFilePreview: MultipleFilePreview
|
|
@@ -3877,10 +3881,10 @@ var MultipleFilePreview = __vue_component__$x;var script$o = {
|
|
|
3877
3881
|
}
|
|
3878
3882
|
}
|
|
3879
3883
|
};/* script */
|
|
3880
|
-
var __vue_script__$
|
|
3884
|
+
var __vue_script__$p = script$p;
|
|
3881
3885
|
/* template */
|
|
3882
3886
|
|
|
3883
|
-
var __vue_render__$
|
|
3887
|
+
var __vue_render__$p = function __vue_render__() {
|
|
3884
3888
|
var _vm = this;
|
|
3885
3889
|
|
|
3886
3890
|
var _h = _vm.$createElement;
|
|
@@ -4051,10 +4055,10 @@ var __vue_render__$o = function __vue_render__() {
|
|
|
4051
4055
|
}) : _vm._e()], 1)])], 2);
|
|
4052
4056
|
};
|
|
4053
4057
|
|
|
4054
|
-
var __vue_staticRenderFns__$
|
|
4058
|
+
var __vue_staticRenderFns__$p = [];
|
|
4055
4059
|
/* style */
|
|
4056
4060
|
|
|
4057
|
-
var __vue_inject_styles__$
|
|
4061
|
+
var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
4058
4062
|
if (!inject) return;
|
|
4059
4063
|
inject("data-v-0a31a0c7_0", {
|
|
4060
4064
|
source: ".fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.files-counter{position:absolute;top:unset;transform:translate(17.5px,-15px);background-color:#888;z-index:1;font-size:.5rem;width:15px;height:15px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:.9;transition:all .3s;color:#fff;font-weight:900}.files-counter:hover{opacity:1}.files-counter-2{transform:translate(-15px,28px);opacity:.9;position:absolute;display:flex;justify-content:center;align-items:center;color:#888;font-size:.8rem}.files-counter-2 svg{margin-left:5px}.files-counter-2:hover{opacity:1;text-decoration:underline}",
|
|
@@ -4065,27 +4069,27 @@ var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
|
4065
4069
|
/* scoped */
|
|
4066
4070
|
|
|
4067
4071
|
|
|
4068
|
-
var __vue_scope_id__$
|
|
4072
|
+
var __vue_scope_id__$p = undefined;
|
|
4069
4073
|
/* module identifier */
|
|
4070
4074
|
|
|
4071
|
-
var __vue_module_identifier__$
|
|
4075
|
+
var __vue_module_identifier__$p = "data-v-0a31a0c7";
|
|
4072
4076
|
/* functional template */
|
|
4073
4077
|
|
|
4074
|
-
var __vue_is_functional_template__$
|
|
4078
|
+
var __vue_is_functional_template__$p = false;
|
|
4075
4079
|
/* style inject shadow dom */
|
|
4076
4080
|
|
|
4077
|
-
var __vue_component__$
|
|
4078
|
-
render: __vue_render__$
|
|
4079
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4080
|
-
}, __vue_inject_styles__$
|
|
4081
|
+
var __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
4082
|
+
render: __vue_render__$p,
|
|
4083
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
4084
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, createInjectorSSR, undefined);
|
|
4081
4085
|
|
|
4082
|
-
var BtnFiles = __vue_component__$
|
|
4086
|
+
var BtnFiles = __vue_component__$x;//
|
|
4083
4087
|
//
|
|
4084
4088
|
//
|
|
4085
4089
|
//
|
|
4086
4090
|
//
|
|
4087
4091
|
//
|
|
4088
|
-
var script$
|
|
4092
|
+
var script$o = {
|
|
4089
4093
|
props: {
|
|
4090
4094
|
dictionary: {
|
|
4091
4095
|
type: Object,
|
|
@@ -4094,10 +4098,10 @@ var script$n = {
|
|
|
4094
4098
|
}
|
|
4095
4099
|
}
|
|
4096
4100
|
};/* script */
|
|
4097
|
-
var __vue_script__$
|
|
4101
|
+
var __vue_script__$o = script$o;
|
|
4098
4102
|
/* template */
|
|
4099
4103
|
|
|
4100
|
-
var __vue_render__$
|
|
4104
|
+
var __vue_render__$o = function __vue_render__() {
|
|
4101
4105
|
var _vm = this;
|
|
4102
4106
|
|
|
4103
4107
|
var _h = _vm.$createElement;
|
|
@@ -4121,37 +4125,37 @@ var __vue_render__$n = function __vue_render__() {
|
|
|
4121
4125
|
})], 1);
|
|
4122
4126
|
};
|
|
4123
4127
|
|
|
4124
|
-
var __vue_staticRenderFns__$
|
|
4128
|
+
var __vue_staticRenderFns__$o = [];
|
|
4125
4129
|
/* style */
|
|
4126
4130
|
|
|
4127
|
-
var __vue_inject_styles__$
|
|
4131
|
+
var __vue_inject_styles__$o = undefined;
|
|
4128
4132
|
/* scoped */
|
|
4129
4133
|
|
|
4130
|
-
var __vue_scope_id__$
|
|
4134
|
+
var __vue_scope_id__$o = undefined;
|
|
4131
4135
|
/* module identifier */
|
|
4132
4136
|
|
|
4133
|
-
var __vue_module_identifier__$
|
|
4137
|
+
var __vue_module_identifier__$o = "data-v-c2fae61e";
|
|
4134
4138
|
/* functional template */
|
|
4135
4139
|
|
|
4136
|
-
var __vue_is_functional_template__$
|
|
4140
|
+
var __vue_is_functional_template__$o = false;
|
|
4137
4141
|
/* style inject */
|
|
4138
4142
|
|
|
4139
4143
|
/* style inject SSR */
|
|
4140
4144
|
|
|
4141
4145
|
/* style inject shadow dom */
|
|
4142
4146
|
|
|
4143
|
-
var __vue_component__$
|
|
4144
|
-
render: __vue_render__$
|
|
4145
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4146
|
-
}, __vue_inject_styles__$
|
|
4147
|
+
var __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
4148
|
+
render: __vue_render__$o,
|
|
4149
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
4150
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
|
|
4147
4151
|
|
|
4148
|
-
var BtnExpand = __vue_component__$
|
|
4152
|
+
var BtnExpand = __vue_component__$w;//
|
|
4149
4153
|
//
|
|
4150
4154
|
//
|
|
4151
4155
|
//
|
|
4152
4156
|
//
|
|
4153
4157
|
//
|
|
4154
|
-
var script$
|
|
4158
|
+
var script$n = {
|
|
4155
4159
|
props: {
|
|
4156
4160
|
dictionary: {
|
|
4157
4161
|
type: Object,
|
|
@@ -4160,10 +4164,10 @@ var script$m = {
|
|
|
4160
4164
|
}
|
|
4161
4165
|
}
|
|
4162
4166
|
};/* script */
|
|
4163
|
-
var __vue_script__$
|
|
4167
|
+
var __vue_script__$n = script$n;
|
|
4164
4168
|
/* template */
|
|
4165
4169
|
|
|
4166
|
-
var __vue_render__$
|
|
4170
|
+
var __vue_render__$n = function __vue_render__() {
|
|
4167
4171
|
var _vm = this;
|
|
4168
4172
|
|
|
4169
4173
|
var _h = _vm.$createElement;
|
|
@@ -4187,31 +4191,31 @@ var __vue_render__$m = function __vue_render__() {
|
|
|
4187
4191
|
})], 1);
|
|
4188
4192
|
};
|
|
4189
4193
|
|
|
4190
|
-
var __vue_staticRenderFns__$
|
|
4194
|
+
var __vue_staticRenderFns__$n = [];
|
|
4191
4195
|
/* style */
|
|
4192
4196
|
|
|
4193
|
-
var __vue_inject_styles__$
|
|
4197
|
+
var __vue_inject_styles__$n = undefined;
|
|
4194
4198
|
/* scoped */
|
|
4195
4199
|
|
|
4196
|
-
var __vue_scope_id__$
|
|
4200
|
+
var __vue_scope_id__$n = undefined;
|
|
4197
4201
|
/* module identifier */
|
|
4198
4202
|
|
|
4199
|
-
var __vue_module_identifier__$
|
|
4203
|
+
var __vue_module_identifier__$n = "data-v-05b2a592";
|
|
4200
4204
|
/* functional template */
|
|
4201
4205
|
|
|
4202
|
-
var __vue_is_functional_template__$
|
|
4206
|
+
var __vue_is_functional_template__$n = false;
|
|
4203
4207
|
/* style inject */
|
|
4204
4208
|
|
|
4205
4209
|
/* style inject SSR */
|
|
4206
4210
|
|
|
4207
4211
|
/* style inject shadow dom */
|
|
4208
4212
|
|
|
4209
|
-
var __vue_component__$
|
|
4210
|
-
render: __vue_render__$
|
|
4211
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4212
|
-
}, __vue_inject_styles__$
|
|
4213
|
+
var __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
4214
|
+
render: __vue_render__$n,
|
|
4215
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
4216
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
|
|
4213
4217
|
|
|
4214
|
-
var BtnStandardMessages = __vue_component__$
|
|
4218
|
+
var BtnStandardMessages = __vue_component__$v;var bind = function bind(fn, thisArg) {
|
|
4215
4219
|
return function wrap() {
|
|
4216
4220
|
var args = new Array(arguments.length);
|
|
4217
4221
|
for (var i = 0; i < args.length; i++) {
|
|
@@ -8052,7 +8056,7 @@ var dev = window.location.hostname == 'localhost' ? '&teste=levchat2' : '';var s
|
|
|
8052
8056
|
}
|
|
8053
8057
|
}
|
|
8054
8058
|
};//
|
|
8055
|
-
var script$
|
|
8059
|
+
var script$m = {
|
|
8056
8060
|
mixins: [standardMessages],
|
|
8057
8061
|
props: {
|
|
8058
8062
|
hasStandardMessages: {
|
|
@@ -8266,10 +8270,10 @@ var script$l = {
|
|
|
8266
8270
|
}
|
|
8267
8271
|
}
|
|
8268
8272
|
};/* script */
|
|
8269
|
-
var __vue_script__$
|
|
8273
|
+
var __vue_script__$m = script$m;
|
|
8270
8274
|
/* template */
|
|
8271
8275
|
|
|
8272
|
-
var __vue_render__$
|
|
8276
|
+
var __vue_render__$m = function __vue_render__() {
|
|
8273
8277
|
var _vm = this;
|
|
8274
8278
|
|
|
8275
8279
|
var _h = _vm.$createElement;
|
|
@@ -8354,10 +8358,10 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
8354
8358
|
}, [_c('VueLoader')], 1) : _vm._e()])], 2)]) : _vm._e();
|
|
8355
8359
|
};
|
|
8356
8360
|
|
|
8357
|
-
var __vue_staticRenderFns__$
|
|
8361
|
+
var __vue_staticRenderFns__$m = [];
|
|
8358
8362
|
/* style */
|
|
8359
8363
|
|
|
8360
|
-
var __vue_inject_styles__$
|
|
8364
|
+
var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
8361
8365
|
if (!inject) return;
|
|
8362
8366
|
inject("data-v-7cd1c21b_0", {
|
|
8363
8367
|
source: ".transition-selects{min-height:80px;display:flex;flex-direction:column;width:100%}.loader-select{position:relative;min-height:35px;background:#fff;width:100%;border:1px solid #ccc;border-radius:5px;z-index:1}.loading-message{background-color:#555!important}",
|
|
@@ -8368,10 +8372,99 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
|
8368
8372
|
/* scoped */
|
|
8369
8373
|
|
|
8370
8374
|
|
|
8371
|
-
var __vue_scope_id__$
|
|
8375
|
+
var __vue_scope_id__$m = undefined;
|
|
8376
|
+
/* module identifier */
|
|
8377
|
+
|
|
8378
|
+
var __vue_module_identifier__$m = "data-v-7cd1c21b";
|
|
8379
|
+
/* functional template */
|
|
8380
|
+
|
|
8381
|
+
var __vue_is_functional_template__$m = false;
|
|
8382
|
+
/* style inject shadow dom */
|
|
8383
|
+
|
|
8384
|
+
var __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
8385
|
+
render: __vue_render__$m,
|
|
8386
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
8387
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);
|
|
8388
|
+
|
|
8389
|
+
var StandardMessages = __vue_component__$u;//
|
|
8390
|
+
//
|
|
8391
|
+
//
|
|
8392
|
+
//
|
|
8393
|
+
//
|
|
8394
|
+
//
|
|
8395
|
+
//
|
|
8396
|
+
//
|
|
8397
|
+
//
|
|
8398
|
+
//
|
|
8399
|
+
//
|
|
8400
|
+
//
|
|
8401
|
+
//
|
|
8402
|
+
//
|
|
8403
|
+
//
|
|
8404
|
+
//
|
|
8405
|
+
//
|
|
8406
|
+
//
|
|
8407
|
+
//
|
|
8408
|
+
//
|
|
8409
|
+
//
|
|
8410
|
+
var script$l = {
|
|
8411
|
+
props: {
|
|
8412
|
+
dictionary: {
|
|
8413
|
+
type: Object,
|
|
8414
|
+
default: {},
|
|
8415
|
+
required: false
|
|
8416
|
+
}
|
|
8417
|
+
}
|
|
8418
|
+
};/* script */
|
|
8419
|
+
var __vue_script__$l = script$l;
|
|
8420
|
+
/* template */
|
|
8421
|
+
|
|
8422
|
+
var __vue_render__$l = function __vue_render__() {
|
|
8423
|
+
var _vm = this;
|
|
8424
|
+
|
|
8425
|
+
var _h = _vm.$createElement;
|
|
8426
|
+
|
|
8427
|
+
var _c = _vm._self._c || _h;
|
|
8428
|
+
|
|
8429
|
+
return _c('div', {
|
|
8430
|
+
staticClass: "text-footer-actions--btn",
|
|
8431
|
+
attrs: {
|
|
8432
|
+
"title": _vm.dictionary.title_screen_share
|
|
8433
|
+
},
|
|
8434
|
+
on: {
|
|
8435
|
+
"click": function click($event) {
|
|
8436
|
+
return _vm.$emit('toggle-standard-messages');
|
|
8437
|
+
}
|
|
8438
|
+
}
|
|
8439
|
+
}, [_c('fa-icon', {
|
|
8440
|
+
attrs: {
|
|
8441
|
+
"icon": ['fas', 'desktop']
|
|
8442
|
+
}
|
|
8443
|
+
}), _vm._ssrNode(" "), _c('fa-icon', {
|
|
8444
|
+
attrs: {
|
|
8445
|
+
"icon": ['fas', 'share']
|
|
8446
|
+
}
|
|
8447
|
+
})], 2);
|
|
8448
|
+
};
|
|
8449
|
+
|
|
8450
|
+
var __vue_staticRenderFns__$l = [];
|
|
8451
|
+
/* style */
|
|
8452
|
+
|
|
8453
|
+
var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
8454
|
+
if (!inject) return;
|
|
8455
|
+
inject("data-v-098c0894_0", {
|
|
8456
|
+
source: ".text-footer-actions--btn[data-v-098c0894]{position:relative}.text-footer-actions--btn>svg[data-v-098c0894]:nth-child(1){font-size:1.2rem}.text-footer-actions--btn>svg[data-v-098c0894]:nth-child(2){font-size:.6rem;position:absolute;transform:translateY(-2px)}",
|
|
8457
|
+
map: undefined,
|
|
8458
|
+
media: undefined
|
|
8459
|
+
});
|
|
8460
|
+
};
|
|
8461
|
+
/* scoped */
|
|
8462
|
+
|
|
8463
|
+
|
|
8464
|
+
var __vue_scope_id__$l = "data-v-098c0894";
|
|
8372
8465
|
/* module identifier */
|
|
8373
8466
|
|
|
8374
|
-
var __vue_module_identifier__$l = "data-v-
|
|
8467
|
+
var __vue_module_identifier__$l = "data-v-098c0894";
|
|
8375
8468
|
/* functional template */
|
|
8376
8469
|
|
|
8377
8470
|
var __vue_is_functional_template__$l = false;
|
|
@@ -8382,7 +8475,7 @@ var __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
|
8382
8475
|
staticRenderFns: __vue_staticRenderFns__$l
|
|
8383
8476
|
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);
|
|
8384
8477
|
|
|
8385
|
-
var
|
|
8478
|
+
var BtnScreenShare = __vue_component__$t;//
|
|
8386
8479
|
//
|
|
8387
8480
|
//
|
|
8388
8481
|
//
|
|
@@ -8425,22 +8518,23 @@ var __vue_render__$k = function __vue_render__() {
|
|
|
8425
8518
|
return _c('div', {
|
|
8426
8519
|
staticClass: "text-footer-actions--btn",
|
|
8427
8520
|
attrs: {
|
|
8428
|
-
"title": _vm.dictionary.
|
|
8521
|
+
"title": _vm.dictionary.msg_baixar_todos_anexos
|
|
8429
8522
|
},
|
|
8430
8523
|
on: {
|
|
8431
8524
|
"click": function click($event) {
|
|
8432
|
-
return _vm.$emit('
|
|
8525
|
+
return _vm.$emit('click-trigger');
|
|
8433
8526
|
}
|
|
8434
8527
|
}
|
|
8435
|
-
}, [_c('fa-icon', {
|
|
8528
|
+
}, [_vm._ssrNode("<span class=\"multiplos\" data-v-402fcd8c>", "</span>", [_c('fa-icon', {
|
|
8436
8529
|
attrs: {
|
|
8437
|
-
"icon": ['fas', '
|
|
8530
|
+
"icon": ['fas', 'download']
|
|
8438
8531
|
}
|
|
8439
8532
|
}), _vm._ssrNode(" "), _c('fa-icon', {
|
|
8533
|
+
staticClass: "small",
|
|
8440
8534
|
attrs: {
|
|
8441
|
-
"icon": ['fas', '
|
|
8535
|
+
"icon": ['fas', 'paperclip']
|
|
8442
8536
|
}
|
|
8443
|
-
})], 2);
|
|
8537
|
+
})], 2)]);
|
|
8444
8538
|
};
|
|
8445
8539
|
|
|
8446
8540
|
var __vue_staticRenderFns__$k = [];
|
|
@@ -8448,8 +8542,8 @@ var __vue_staticRenderFns__$k = [];
|
|
|
8448
8542
|
|
|
8449
8543
|
var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
8450
8544
|
if (!inject) return;
|
|
8451
|
-
inject("data-v-
|
|
8452
|
-
source: ".
|
|
8545
|
+
inject("data-v-402fcd8c_0", {
|
|
8546
|
+
source: ".multiplos[data-v-402fcd8c]{display:flex}.multiplos svg[data-v-402fcd8c]{font-size:.95rem}.multiplos svg.small[data-v-402fcd8c]{font-size:.7rem!important}",
|
|
8453
8547
|
map: undefined,
|
|
8454
8548
|
media: undefined
|
|
8455
8549
|
});
|
|
@@ -8457,10 +8551,10 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
|
8457
8551
|
/* scoped */
|
|
8458
8552
|
|
|
8459
8553
|
|
|
8460
|
-
var __vue_scope_id__$k = "data-v-
|
|
8554
|
+
var __vue_scope_id__$k = "data-v-402fcd8c";
|
|
8461
8555
|
/* module identifier */
|
|
8462
8556
|
|
|
8463
|
-
var __vue_module_identifier__$k = "data-v-
|
|
8557
|
+
var __vue_module_identifier__$k = "data-v-402fcd8c";
|
|
8464
8558
|
/* functional template */
|
|
8465
8559
|
|
|
8466
8560
|
var __vue_is_functional_template__$k = false;
|
|
@@ -8471,7 +8565,7 @@ var __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
|
8471
8565
|
staticRenderFns: __vue_staticRenderFns__$k
|
|
8472
8566
|
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);
|
|
8473
8567
|
|
|
8474
|
-
var
|
|
8568
|
+
var BtnDownloadAllFiles = __vue_component__$s;//
|
|
8475
8569
|
var script$j = {
|
|
8476
8570
|
components: {
|
|
8477
8571
|
BtnEmojis: BtnEmojis,
|
|
@@ -8482,7 +8576,8 @@ var script$j = {
|
|
|
8482
8576
|
RemainingCharacters: RemainingCharacters,
|
|
8483
8577
|
BtnStandardMessages: BtnStandardMessages,
|
|
8484
8578
|
StandardMessages: StandardMessages,
|
|
8485
|
-
BtnScreenShare: BtnScreenShare
|
|
8579
|
+
BtnScreenShare: BtnScreenShare,
|
|
8580
|
+
BtnDownloadAllFiles: BtnDownloadAllFiles
|
|
8486
8581
|
},
|
|
8487
8582
|
mixins: [mixin_1],
|
|
8488
8583
|
props: {
|
|
@@ -8994,9 +9089,25 @@ var __vue_render__$j = function __vue_render__() {
|
|
|
8994
9089
|
"message": _vm.message,
|
|
8995
9090
|
"maxCharacters": _vm.textareaSettings.maxCharacters
|
|
8996
9091
|
}
|
|
8997
|
-
}), _vm._ssrNode(" "), _vm.buttons.hasFiles || _vm.buttons.hasAudio || _vm.buttons.hasExpand || _vm.formattedMessageSettings.hasStandardMessages || _vm.buttons.hasScreenShare ? _vm._ssrNode("<div" + _vm._ssrClass("text-footer-actions", {
|
|
9092
|
+
}), _vm._ssrNode(" "), _vm.buttons.hasFiles || _vm.buttons.hasAudio || _vm.buttons.hasExpand || _vm.formattedMessageSettings.hasStandardMessages || _vm.buttons.hasScreenShare || _vm.buttons.hasDownloadAll ? _vm._ssrNode("<div" + _vm._ssrClass("text-footer-actions", {
|
|
8998
9093
|
'outside-buttons': _vm.cssStyle.outsideButtons && !_vm.audioFile
|
|
8999
|
-
}) + ">", "</div>", [_c('
|
|
9094
|
+
}) + ">", "</div>", [_c('BtnDownloadAllFiles', {
|
|
9095
|
+
directives: [{
|
|
9096
|
+
name: "show",
|
|
9097
|
+
rawName: "v-show",
|
|
9098
|
+
value: _vm.buttons.hasDownloadAll && !_vm.audioFile,
|
|
9099
|
+
expression: "buttons.hasDownloadAll && !audioFile"
|
|
9100
|
+
}],
|
|
9101
|
+
ref: _vm.textId + "-download-files",
|
|
9102
|
+
attrs: {
|
|
9103
|
+
"dictionary": _vm.dictionary
|
|
9104
|
+
},
|
|
9105
|
+
on: {
|
|
9106
|
+
"click-trigger": function clickTrigger($event) {
|
|
9107
|
+
return _vm.$emit('handle-download-files');
|
|
9108
|
+
}
|
|
9109
|
+
}
|
|
9110
|
+
}), _vm._ssrNode(" "), _c('BtnScreenShare', {
|
|
9000
9111
|
directives: [{
|
|
9001
9112
|
name: "show",
|
|
9002
9113
|
rawName: "v-show",
|
|
@@ -9119,7 +9230,7 @@ var __vue_staticRenderFns__$j = [];
|
|
|
9119
9230
|
|
|
9120
9231
|
var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
9121
9232
|
if (!inject) return;
|
|
9122
|
-
inject("data-v-
|
|
9233
|
+
inject("data-v-ea7ce0e2_0", {
|
|
9123
9234
|
source: ".toasted svg{margin-right:10px}.d-none{display:none}ul{list-style-type:none}.text-footer-container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;position:relative}.text-footer-container .text-footer{min-height:48px;box-shadow:0 3px 7px -2px rgba(0,0,0,.45);position:relative;display:flex;justify-content:center;align-items:center;border:1px solid #ccc;padding:5px 2px 5px 5px;border-radius:5px}.text-footer-container .text-footer.full{width:100%}.text-footer-container .text-footer.almostFull{width:95%}.text-footer-container .text-footer.medium{width:75%}.text-footer-container.bigger .text-footer{height:80px}.text-footer-container.bigger .text-footer>textarea{font-size:.875rem;height:75px;max-height:75px;min-height:75px}.text-footer-container textarea{margin:0 5px;border:unset;flex:1;resize:none;min-height:30px;max-height:60px;font-size:.875rem;font-family:inherit;background:inherit}.text-footer-container textarea:focus{outline:unset}.text-footer-container textarea::placeholder{font-size:.75rem}.text-footer-container .text-footer-audio{flex:1;display:flex;justify-content:center;align-items:center}.text-footer-container audio{flex:1;outline:unset;width:auto;height:38px}.text-footer-container .delete-audio{display:flex;justify-content:center;align-items:center;color:#e74c3c;transition:background .3s;border-radius:50%;font-size:1rem;padding:10px;cursor:pointer;margin:0 5px;width:31px;height:31px}.text-footer-container .delete-audio:hover{background-color:rgba(208,0,0,.2)}.text-footer-container .max-characters{font-size:.575rem;z-index:1;color:#444;position:relative;top:30px;left:-30px}.text-footer-container .max-characters.no-width{width:0}.text-footer-container .text-footer-actions{display:flex}.text-footer-container .text-footer-actions.outside-buttons{display:flex;align-items:center;justify-content:flex-end;position:absolute;top:-30px;right:35px;background-color:#fafafa}.text-footer-container .text-footer-actions .text-footer-actions--btn{display:flex;justify-content:center;align-items:center;color:#777;border-radius:50%;transition:background .3s;padding:10px;font-size:1rem;width:36px;height:36px;cursor:pointer;margin-right:2.5px}.text-footer-container .text-footer-actions .text-footer-actions--btn:last-child{margin-right:unset}.text-footer-container .text-footer-actions .text-footer-actions--btn:hover{background-color:rgba(0,0,0,.1)}.text-footer-container .text-footer-actions .text-footer-actions--btn.files-activated{background-color:rgba(0,0,0,.1)}.text-footer-container .text-footer-actions .text-footer-actions--btn.audio-activated{background-color:rgba(208,0,0,.7);color:#fff}.text-footer-container .text-footer-actions .text-footer-actions--btn.left-button{position:absolute;left:0}.text-footer-container .text-footer-hsm-container{margin:12px 0 7px 0}.text-footer-container .text-footer-hsm-container.full{width:100%}.text-footer-container .text-footer-hsm-container.almostFull{width:95%}.text-footer-container .text-footer-hsm-container.medium{width:75%}.text-footer-container .text-footer-hsm-container .text-footer-v-select{border-radius:5px;margin-bottom:5px}.text-footer-container .text-footer-hsm-container .text-footer-select-03{display:flex;align-items:center;flex:1;width:100%}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer-v-select{flex:1}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03{transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -3px rgba(0,0,0,.2);opacity:.9;border-radius:2.5px;display:flex;justify-content:center;align-items:center;margin-left:5px;margin-bottom:5px;background-color:#f7fe72;width:32px;height:32px}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03:hover{opacity:1}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03 svg{font-size:1rem}.text-footer-container .text-footer-files-container{position:absolute;right:0;top:-55px;padding:5px;background-color:rgba(0,0,0,.4);border-radius:5px;display:flex;align-items:center;justify-content:space-between;z-index:1}.text-footer-container .text-footer-files-container.horizontal{right:-55px;flex-direction:column}.text-footer-container .text-footer-files-container .files-btn{transition-duration:.3s;transition-property:opacity;opacity:.8;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:10px;padding:3px;width:40px;height:40px;font-size:1rem;color:#fff}.text-footer-container .text-footer-files-container .files-btn:hover{opacity:1}.text-footer-container .text-footer-files-container .files-btn svg{color:#fff}.text-footer-container .text-footer-files-container .files-btn.images{background-color:#9575cd;margin-right:5px}.text-footer-container .text-footer-files-container .files-btn.images.margin-bottom{margin-right:unset;margin-bottom:5px}.text-footer-container .text-footer-files-container .files-btn.docs{background-color:#7986cb}.text-footer-container .text-footer-files-container .files-btn.system{background-color:#49a349;margin-left:5px}.text-footer-container .text-footer-files-container .files-btn.both{font-size:.95rem;background-color:#5555ec;flex-direction:column}.text-footer-container .text-footer-files-container .files-btn.both svg:nth-child(1){transform:translateX(5px)}.text-footer-container .text-footer-files-container .files-btn.both svg:nth-child(2){transform:translateX(-5px)}.text-footer-container .text-footer-preview-container{width:100%;cursor:default;position:absolute;left:0;background-color:#f1f1f1;border:2px solid #ccc;border-bottom:unset;border-top-left-radius:2.5px;border-top-right-radius:2.5px}.text-footer-container .text-footer-preview-container.isDoc{top:-50px;width:100%;height:45px}.text-footer-container .text-footer-preview-container.isImg,.text-footer-container .text-footer-preview-container.isMultiple{top:-205px;width:100%;height:200px}.text-footer-container .text-footer-preview-container.isImg .text-footer-image-preview{height:170px}.text-footer-container .text-footer-preview-container.isError{top:-80px;width:100%;height:75px}.text-footer-container .text-footer-alt{margin-top:-12px;width:100%;padding:0 10px}.text-footer-container .text-footer-alt .text-footer-out-session{margin-top:12px}.text-footer-container .text-footer-alt .text-footer-sem-24h{font-size:.8rem;text-align:right;font-weight:600;letter-spacing:-.5px;color:#dd7f0c;margin-top:5px;position:absolute;right:0}.text-footer-container .text-footer-alt .sem-templates{margin-top:10px;font-size:.8rem;text-align:right;font-weight:600;letter-spacing:-.5px;color:#921e12}.text-footer-container .text-footer-alt .text-footer-templates{position:relative;width:100%}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection{width:100%;display:flex;align-items:center}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection h4{margin-right:5px}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection .sm__select{flex:1}.vs__dropdown-menu{font-size:.85rem!important}.emoji-mart-anchor,.emoji-mart-emoji span{cursor:pointer!important}.emoji-mart{z-index:2!important}.emoji-mart-scroll{overflow-x:hidden}",
|
|
9124
9235
|
map: undefined,
|
|
9125
9236
|
media: undefined
|
|
@@ -9131,7 +9242,7 @@ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
|
9131
9242
|
var __vue_scope_id__$j = undefined;
|
|
9132
9243
|
/* module identifier */
|
|
9133
9244
|
|
|
9134
|
-
var __vue_module_identifier__$j = "data-v-
|
|
9245
|
+
var __vue_module_identifier__$j = "data-v-ea7ce0e2";
|
|
9135
9246
|
/* functional template */
|
|
9136
9247
|
|
|
9137
9248
|
var __vue_is_functional_template__$j = false;
|
|
@@ -9166,7 +9277,19 @@ var script$i = {
|
|
|
9166
9277
|
required: true
|
|
9167
9278
|
}
|
|
9168
9279
|
},
|
|
9280
|
+
mounted: function mounted() {
|
|
9281
|
+
this.initFocus();
|
|
9282
|
+
},
|
|
9169
9283
|
methods: {
|
|
9284
|
+
initFocus: function initFocus() {
|
|
9285
|
+
var _this = this;
|
|
9286
|
+
|
|
9287
|
+
this.$nextTick(function () {
|
|
9288
|
+
if (_this.$refs["text-footer-template-message"] && _this.$refs["text-footer-template-message"].$el) {
|
|
9289
|
+
_this.$refs["text-footer-template-message"].$el.querySelector("textarea").focus();
|
|
9290
|
+
}
|
|
9291
|
+
});
|
|
9292
|
+
},
|
|
9170
9293
|
sendMessage: function sendMessage() {
|
|
9171
9294
|
this.$emit('click-trigger');
|
|
9172
9295
|
},
|
|
@@ -9202,6 +9325,7 @@ var __vue_render__$i = function __vue_render__() {
|
|
|
9202
9325
|
}, [_vm._ssrNode("<div class=\"ts-content\">", "</div>", [_vm._ssrNode("<section" + _vm._ssrClass(null, {
|
|
9203
9326
|
'tm-container': _vm.hasButton
|
|
9204
9327
|
}) + ">", "</section>", [_c('TextFooter', {
|
|
9328
|
+
ref: "text-footer-template-message",
|
|
9205
9329
|
attrs: {
|
|
9206
9330
|
"textId": 'var_1',
|
|
9207
9331
|
"width": "full",
|
|
@@ -9232,7 +9356,7 @@ var __vue_inject_styles__$i = undefined;
|
|
|
9232
9356
|
var __vue_scope_id__$i = undefined;
|
|
9233
9357
|
/* module identifier */
|
|
9234
9358
|
|
|
9235
|
-
var __vue_module_identifier__$i = "data-v-
|
|
9359
|
+
var __vue_module_identifier__$i = "data-v-6d6117ca";
|
|
9236
9360
|
/* functional template */
|
|
9237
9361
|
|
|
9238
9362
|
var __vue_is_functional_template__$i = false;
|
|
@@ -9353,10 +9477,15 @@ var script$h = {
|
|
|
9353
9477
|
}
|
|
9354
9478
|
},
|
|
9355
9479
|
setTemplate: function setTemplate(key) {
|
|
9480
|
+
var _this = this;
|
|
9481
|
+
|
|
9356
9482
|
if (key) {
|
|
9357
9483
|
this.selectedTemplate = this.templates[key];
|
|
9358
9484
|
this.codTemplate = key;
|
|
9359
9485
|
this.$emit('selected-template', key);
|
|
9486
|
+
this.$nextTick(function () {
|
|
9487
|
+
if (_this.$root.$refs["template-single-".concat(_this.identifier)]) _this.$root.$refs["template-single-".concat(_this.identifier)].handleInitialFocus();
|
|
9488
|
+
});
|
|
9360
9489
|
} else {
|
|
9361
9490
|
this.selectedTemplate = null;
|
|
9362
9491
|
}
|
|
@@ -9372,6 +9501,10 @@ var script$h = {
|
|
|
9372
9501
|
this.adjustOnSelect();
|
|
9373
9502
|
}
|
|
9374
9503
|
}
|
|
9504
|
+
|
|
9505
|
+
if (!this.codTemplate && this.$refs["template-v-select"] && this.$refs["template-v-select"].$el) {
|
|
9506
|
+
this.$refs["template-v-select"].$el.querySelector("input").focus();
|
|
9507
|
+
}
|
|
9375
9508
|
},
|
|
9376
9509
|
selectIfHasContact24h: function selectIfHasContact24h() {
|
|
9377
9510
|
if (this.templates['envio_msg']) {
|
|
@@ -9385,7 +9518,7 @@ var script$h = {
|
|
|
9385
9518
|
if (this.resizeParentOnSelect) this.$emit("resize-parent");
|
|
9386
9519
|
},
|
|
9387
9520
|
setFinalMessage: function setFinalMessage(vars) {
|
|
9388
|
-
var
|
|
9521
|
+
var _this2 = this;
|
|
9389
9522
|
|
|
9390
9523
|
var keys = Object.keys(vars),
|
|
9391
9524
|
values = Object.values(vars);
|
|
@@ -9408,19 +9541,19 @@ var script$h = {
|
|
|
9408
9541
|
if (message.text.indexOf(varName) != -1) {
|
|
9409
9542
|
/**Gerando os obejetos de parametros da notificacao para o component */
|
|
9410
9543
|
if (component.type === "header") {
|
|
9411
|
-
|
|
9544
|
+
_this2.selectedTemplate['parameters'][component.type] = {}; //Header s? pode ter uma vari?vel
|
|
9412
9545
|
|
|
9413
|
-
|
|
9546
|
+
_this2.selectedTemplate['parameters'][component.type] = {
|
|
9414
9547
|
tipo: "text",
|
|
9415
9548
|
text: values[keyIndex]
|
|
9416
9549
|
};
|
|
9417
|
-
} else if (!
|
|
9418
|
-
|
|
9550
|
+
} else if (!_this2.selectedTemplate['parameters'][component.type]) {
|
|
9551
|
+
_this2.selectedTemplate['parameters'][component.type] = new Array();
|
|
9419
9552
|
} //Aplicando valores das v?riaveis dentro dos outros componentes com execess?o do header
|
|
9420
9553
|
|
|
9421
9554
|
|
|
9422
|
-
if (
|
|
9423
|
-
|
|
9555
|
+
if (_this2.selectedTemplate['parameters'][component.type] && component.type !== 'header') {
|
|
9556
|
+
_this2.selectedTemplate['parameters'][component.type].push(values[keyIndex]);
|
|
9424
9557
|
}
|
|
9425
9558
|
|
|
9426
9559
|
message.currentText = message.currentText.replace(varName, values[keyIndex]);
|
|
@@ -9457,6 +9590,7 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
9457
9590
|
}, [_vm._ssrNode("<div" + _vm._ssrClass("tg-options", {
|
|
9458
9591
|
'column': _vm.columnSelect
|
|
9459
9592
|
}) + ">", "</div>", [_vm._ssrNode("<h4> Template: </h4> "), _c('v-select', {
|
|
9593
|
+
ref: "template-v-select",
|
|
9460
9594
|
staticClass: "tg-select",
|
|
9461
9595
|
attrs: {
|
|
9462
9596
|
"appendToBody": "",
|
|
@@ -9517,8 +9651,8 @@ var __vue_staticRenderFns__$h = [];
|
|
|
9517
9651
|
|
|
9518
9652
|
var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
9519
9653
|
if (!inject) return;
|
|
9520
|
-
inject("data-v-
|
|
9521
|
-
source: "*{box-sizing:border-box}.toasted svg{margin-right:10px}.d-none{display:none}ul{list-style-type:none}h1,h2,h3,h4,p{margin:0;padding:0}.tg-container{width:100%;max-width:800px;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto}.tg-options{width:100%;display:flex}.tg-options.column{flex-direction:column}.tg-options h4{margin-right:5px}.tg-select{flex:1;height:34px;overflow:hidden}.tg-select .vs__dropdown-toggle{background-color:#fff;height:34px;overflow:hidden;display:flex;align-items:center}.tg-select .vs__selected-options{height:34px;overflow:hidden}.tg-select .vs__selected-options>span{white-space:nowrap;text-overflow:ellipsis;flex:1}.tg-select .vs__selected-options>input{flex-grow:0}.vs__dropdown-option{transition:background-color 150ms;white-space:normal}.vs__dropdown-option:nth-child(odd){background-color:#f1f1f1}.vs__dropdown-option--highlight,.vs__dropdown-option--selected,.vs__dropdown-option:active,.vs__dropdown-option:focus,.vs__dropdown-option:hover{background-color:#5897fb!important;color:#fff}.tg-component{width:100%}.ts-container{width:100%;display:flex;justify-content:space-between}.ts-content{--border-color:#CCC;--background-color:#DFF0D8;--input-background-color:#FFF;--input-border-default:#007BFF;--input-border-error:#E74C3C;--placeholder-color:#BBB;flex:2;font-size:.7rem;padding:10px 0}.ts-content footer,.ts-content header,.ts-content section{padding:3px 5px;background-color:var(--background-color)}.ts-content header,.ts-content section{border-right:1px solid var(--border-color);border-left:1px solid var(--border-color)}.ts-content header{border-top-left-radius:2.5px;border-top-right-radius:2.5px;border-top:1px solid var(--border-color)}.ts-content header{font-weight:550}.ts-content section{line-height:25px}.ts-content section.margin-bottom{border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;border-bottom:1px solid var(--border-color)}.ts-content footer{border:1px solid var(--border-color);border-top:unset;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px}.ts-content input{border:1px solid transparent;outline:0;font-size:.8rem;padding:2.5px 5px;background-color:var(--input-background-color)}.ts-content input::placeholder{color:var(--placeholder-color)}.ts-content input.active,.ts-content input:focus{border:1px solid var(--input-border-default)}.ts-content input.invalid{border:1px solid var(--input-border-error)!important}.ts-content__var{display:inline-block;position:relative}.ts-dropdown{margin:0;padding:0;position:absolute;top:19px;left:0;background:#eee;width:100%;z-index:1;transition:all 150ms;visibility:hidden;opacity:0;list-style-type:none;border:1px solid #444;border-top:unset}.ts-dropdown li{width:100%;opacity:.9;cursor:pointer;font-weight:550;padding:2px 5px;transition:background-color 150ms}.ts-dropdown li:focus,.ts-dropdown li:focus-within,.ts-dropdown li:hover{opacity:1;background-color:#555;color:#fff}.ts-dropdown.visible{visibility:visible;opacity:1}.tg-btn{width:40%;display:flex;justify-content:center;align-items:center}.tg-btn button{
|
|
9654
|
+
inject("data-v-730cbd76_0", {
|
|
9655
|
+
source: "*{box-sizing:border-box}.toasted svg{margin-right:10px}.d-none{display:none}ul{list-style-type:none}h1,h2,h3,h4,p{margin:0;padding:0}.tg-container{width:100%;max-width:800px;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto}.tg-options{width:100%;display:flex}.tg-options.column{flex-direction:column}.tg-options h4{margin-right:5px}.tg-select{flex:1;height:34px;overflow:hidden}.tg-select .vs__dropdown-toggle{background-color:#fff;height:34px;overflow:hidden;display:flex;align-items:center}.tg-select .vs__selected-options{height:34px;overflow:hidden}.tg-select .vs__selected-options>span{white-space:nowrap;text-overflow:ellipsis;flex:1}.tg-select .vs__selected-options>input{flex-grow:0}.vs__dropdown-option{transition:background-color 150ms;white-space:normal}.vs__dropdown-option:nth-child(odd){background-color:#f1f1f1}.vs__dropdown-option--highlight,.vs__dropdown-option--selected,.vs__dropdown-option:active,.vs__dropdown-option:focus,.vs__dropdown-option:hover{background-color:#5897fb!important;color:#fff}.tg-component{width:100%}.ts-container{width:100%;display:flex;justify-content:space-between}.ts-content{--border-color:#CCC;--background-color:#DFF0D8;--input-background-color:#FFF;--input-border-default:#007BFF;--input-border-error:#E74C3C;--placeholder-color:#BBB;flex:2;font-size:.7rem;padding:10px 0}.ts-content footer,.ts-content header,.ts-content section{padding:3px 5px;background-color:var(--background-color)}.ts-content header,.ts-content section{border-right:1px solid var(--border-color);border-left:1px solid var(--border-color)}.ts-content header{border-top-left-radius:2.5px;border-top-right-radius:2.5px;border-top:1px solid var(--border-color)}.ts-content header{font-weight:550}.ts-content section{line-height:25px}.ts-content section.margin-bottom{border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;border-bottom:1px solid var(--border-color)}.ts-content footer{border:1px solid var(--border-color);border-top:unset;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px}.ts-content input{border:1px solid transparent;outline:0;font-size:.8rem;padding:2.5px 5px;background-color:var(--input-background-color)}.ts-content input::placeholder{color:var(--placeholder-color)}.ts-content input.active,.ts-content input:focus{border:1px solid var(--input-border-default)}.ts-content input.invalid{border:1px solid var(--input-border-error)!important}.ts-content__var{display:inline-block;position:relative}.ts-dropdown{margin:0;padding:0;position:absolute;top:19px;left:0;background:#eee;width:100%;z-index:1;transition:all 150ms;visibility:hidden;opacity:0;list-style-type:none;border:1px solid #444;border-top:unset}.ts-dropdown li{width:100%;opacity:.9;cursor:pointer;font-weight:550;padding:2px 5px;transition:background-color 150ms}.ts-dropdown li:focus,.ts-dropdown li:focus-within,.ts-dropdown li:hover{opacity:1;background-color:#555;color:#fff}.ts-dropdown.visible{visibility:visible;opacity:1}.tg-btn{width:40%;display:flex;justify-content:center;align-items:center}.tg-btn button{border:unset;display:block;min-width:180px;height:35px;padding:0 10px;font-weight:500;background-color:#007bff;color:#fff;transition:transform .3s ease-in-out;user-select:none;cursor:pointer;box-shadow:inset 0 -2px rgba(0,0,0,.2);opacity:.9;border-radius:2.5px}.tg-btn button>svg{margin-right:5px;color:#003166}.tg-btn button:hover{opacity:1}.tg-btn button:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.tg-btn button:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.tg-btn button:active,.tg-btn button:focus{outline:2px solid #000}.tg-btn.small-btn{width:auto;margin:0 5px}.tg-btn.small-btn svg{margin-right:0}.tg-btn.small-btn button{min-width:35px;width:35px;padding:0;display:flex;justify-content:center;align-items:center}.tm-container{border:1px solid var(--border-color);border-radius:2.5px;display:flex}",
|
|
9522
9656
|
map: undefined,
|
|
9523
9657
|
media: undefined
|
|
9524
9658
|
});
|
|
@@ -9529,7 +9663,7 @@ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
|
9529
9663
|
var __vue_scope_id__$h = undefined;
|
|
9530
9664
|
/* module identifier */
|
|
9531
9665
|
|
|
9532
|
-
var __vue_module_identifier__$h = "data-v-
|
|
9666
|
+
var __vue_module_identifier__$h = "data-v-730cbd76";
|
|
9533
9667
|
/* functional template */
|
|
9534
9668
|
|
|
9535
9669
|
var __vue_is_functional_template__$h = false;
|