vue-intergrall-plugins 0.0.235 → 0.0.238
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 +318 -186
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +303 -176
- package/package.json +1 -1
- package/src/lib-components/Chat/BtnFiles.vue +14 -1
- package/src/lib-components/Chat/BtnScreenShare.vue +32 -0
- package/src/lib-components/Chat/TextFooter.vue +19 -9
|
@@ -1868,7 +1868,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1868
1868
|
//
|
|
1869
1869
|
//
|
|
1870
1870
|
//
|
|
1871
|
-
var script$
|
|
1871
|
+
var script$x = {
|
|
1872
1872
|
data: function data() {
|
|
1873
1873
|
return {
|
|
1874
1874
|
varValues: {},
|
|
@@ -2153,10 +2153,10 @@ var script$w = {
|
|
|
2153
2153
|
}
|
|
2154
2154
|
return script;
|
|
2155
2155
|
}/* script */
|
|
2156
|
-
var __vue_script__$
|
|
2156
|
+
var __vue_script__$x = script$x;
|
|
2157
2157
|
/* template */
|
|
2158
2158
|
|
|
2159
|
-
var __vue_render__$
|
|
2159
|
+
var __vue_render__$x = function __vue_render__() {
|
|
2160
2160
|
var _vm = this;
|
|
2161
2161
|
|
|
2162
2162
|
var _h = _vm.$createElement;
|
|
@@ -2188,31 +2188,31 @@ var __vue_render__$w = function __vue_render__() {
|
|
|
2188
2188
|
})], 2)]) : _vm._e()], 2);
|
|
2189
2189
|
};
|
|
2190
2190
|
|
|
2191
|
-
var __vue_staticRenderFns__$
|
|
2191
|
+
var __vue_staticRenderFns__$x = [];
|
|
2192
2192
|
/* style */
|
|
2193
2193
|
|
|
2194
|
-
var __vue_inject_styles__$
|
|
2194
|
+
var __vue_inject_styles__$x = undefined;
|
|
2195
2195
|
/* scoped */
|
|
2196
2196
|
|
|
2197
|
-
var __vue_scope_id__$
|
|
2197
|
+
var __vue_scope_id__$x = undefined;
|
|
2198
2198
|
/* module identifier */
|
|
2199
2199
|
|
|
2200
|
-
var __vue_module_identifier__$
|
|
2200
|
+
var __vue_module_identifier__$x = "data-v-b408301c";
|
|
2201
2201
|
/* functional template */
|
|
2202
2202
|
|
|
2203
|
-
var __vue_is_functional_template__$
|
|
2203
|
+
var __vue_is_functional_template__$x = false;
|
|
2204
2204
|
/* style inject */
|
|
2205
2205
|
|
|
2206
2206
|
/* style inject SSR */
|
|
2207
2207
|
|
|
2208
2208
|
/* style inject shadow dom */
|
|
2209
2209
|
|
|
2210
|
-
var __vue_component__$
|
|
2211
|
-
render: __vue_render__$
|
|
2212
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2213
|
-
}, __vue_inject_styles__$
|
|
2210
|
+
var __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
2211
|
+
render: __vue_render__$x,
|
|
2212
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
2213
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
|
|
2214
2214
|
|
|
2215
|
-
var TemplateSingle = __vue_component__$
|
|
2215
|
+
var TemplateSingle = __vue_component__$F;var setResizeListeners = function setResizeListeners($el, inputClass, parentClass) {
|
|
2216
2216
|
var inputTargets = $el.querySelectorAll(inputClass);
|
|
2217
2217
|
inputTargets.forEach(function (target) {
|
|
2218
2218
|
target.addEventListener("input", function () {
|
|
@@ -2399,7 +2399,7 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2399
2399
|
//
|
|
2400
2400
|
//
|
|
2401
2401
|
//
|
|
2402
|
-
var script$
|
|
2402
|
+
var script$w = {};function createInjectorSSR(context) {
|
|
2403
2403
|
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
|
2404
2404
|
context = __VUE_SSR_CONTEXT__;
|
|
2405
2405
|
}
|
|
@@ -2440,10 +2440,10 @@ function renderStyles(styles) {
|
|
|
2440
2440
|
}
|
|
2441
2441
|
return css;
|
|
2442
2442
|
}/* script */
|
|
2443
|
-
var __vue_script__$
|
|
2443
|
+
var __vue_script__$w = script$w;
|
|
2444
2444
|
/* template */
|
|
2445
2445
|
|
|
2446
|
-
var __vue_render__$
|
|
2446
|
+
var __vue_render__$w = function __vue_render__() {
|
|
2447
2447
|
var _vm = this;
|
|
2448
2448
|
|
|
2449
2449
|
var _h = _vm.$createElement;
|
|
@@ -2455,10 +2455,10 @@ var __vue_render__$v = function __vue_render__() {
|
|
|
2455
2455
|
}, [_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
2456
|
};
|
|
2457
2457
|
|
|
2458
|
-
var __vue_staticRenderFns__$
|
|
2458
|
+
var __vue_staticRenderFns__$w = [];
|
|
2459
2459
|
/* style */
|
|
2460
2460
|
|
|
2461
|
-
var __vue_inject_styles__$
|
|
2461
|
+
var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
|
|
2462
2462
|
if (!inject) return;
|
|
2463
2463
|
inject("data-v-606babe9_0", {
|
|
2464
2464
|
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 +2469,22 @@ var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
|
|
|
2469
2469
|
/* scoped */
|
|
2470
2470
|
|
|
2471
2471
|
|
|
2472
|
-
var __vue_scope_id__$
|
|
2472
|
+
var __vue_scope_id__$w = undefined;
|
|
2473
2473
|
/* module identifier */
|
|
2474
2474
|
|
|
2475
|
-
var __vue_module_identifier__$
|
|
2475
|
+
var __vue_module_identifier__$w = "data-v-606babe9";
|
|
2476
2476
|
/* functional template */
|
|
2477
2477
|
|
|
2478
|
-
var __vue_is_functional_template__$
|
|
2478
|
+
var __vue_is_functional_template__$w = false;
|
|
2479
2479
|
/* style inject shadow dom */
|
|
2480
2480
|
|
|
2481
|
-
var __vue_component__$
|
|
2482
|
-
render: __vue_render__$
|
|
2483
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2484
|
-
}, __vue_inject_styles__$
|
|
2481
|
+
var __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
2482
|
+
render: __vue_render__$w,
|
|
2483
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
2484
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, createInjectorSSR, undefined);
|
|
2485
2485
|
|
|
2486
|
-
var SkeletonPicker = __vue_component__$
|
|
2487
|
-
var script$
|
|
2486
|
+
var SkeletonPicker = __vue_component__$E;//
|
|
2487
|
+
var script$v = {
|
|
2488
2488
|
components: {
|
|
2489
2489
|
SkeletonPicker: SkeletonPicker
|
|
2490
2490
|
},
|
|
@@ -2672,10 +2672,10 @@ var script$u = {
|
|
|
2672
2672
|
}
|
|
2673
2673
|
}
|
|
2674
2674
|
};/* script */
|
|
2675
|
-
var __vue_script__$
|
|
2675
|
+
var __vue_script__$v = script$v;
|
|
2676
2676
|
/* template */
|
|
2677
2677
|
|
|
2678
|
-
var __vue_render__$
|
|
2678
|
+
var __vue_render__$v = function __vue_render__() {
|
|
2679
2679
|
var _vm = this;
|
|
2680
2680
|
|
|
2681
2681
|
var _h = _vm.$createElement;
|
|
@@ -2697,10 +2697,10 @@ var __vue_render__$u = function __vue_render__() {
|
|
|
2697
2697
|
}) + "</div>") + "</div>")], 2);
|
|
2698
2698
|
};
|
|
2699
2699
|
|
|
2700
|
-
var __vue_staticRenderFns__$
|
|
2700
|
+
var __vue_staticRenderFns__$v = [];
|
|
2701
2701
|
/* style */
|
|
2702
2702
|
|
|
2703
|
-
var __vue_inject_styles__$
|
|
2703
|
+
var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
|
|
2704
2704
|
if (!inject) return;
|
|
2705
2705
|
inject("data-v-678ca55c_0", {
|
|
2706
2706
|
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 +2711,22 @@ var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
|
|
|
2711
2711
|
/* scoped */
|
|
2712
2712
|
|
|
2713
2713
|
|
|
2714
|
-
var __vue_scope_id__$
|
|
2714
|
+
var __vue_scope_id__$v = undefined;
|
|
2715
2715
|
/* module identifier */
|
|
2716
2716
|
|
|
2717
|
-
var __vue_module_identifier__$
|
|
2717
|
+
var __vue_module_identifier__$v = "data-v-678ca55c";
|
|
2718
2718
|
/* functional template */
|
|
2719
2719
|
|
|
2720
|
-
var __vue_is_functional_template__$
|
|
2720
|
+
var __vue_is_functional_template__$v = false;
|
|
2721
2721
|
/* style inject shadow dom */
|
|
2722
2722
|
|
|
2723
|
-
var __vue_component__$
|
|
2724
|
-
render: __vue_render__$
|
|
2725
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2726
|
-
}, __vue_inject_styles__$
|
|
2723
|
+
var __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
2724
|
+
render: __vue_render__$v,
|
|
2725
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
2726
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, createInjectorSSR, undefined);
|
|
2727
2727
|
|
|
2728
|
-
var Picker = __vue_component__$
|
|
2729
|
-
var script$
|
|
2728
|
+
var Picker = __vue_component__$D;//
|
|
2729
|
+
var script$u = {
|
|
2730
2730
|
components: {
|
|
2731
2731
|
Picker: Picker
|
|
2732
2732
|
},
|
|
@@ -2816,10 +2816,10 @@ var script$t = {
|
|
|
2816
2816
|
}
|
|
2817
2817
|
}
|
|
2818
2818
|
};/* script */
|
|
2819
|
-
var __vue_script__$
|
|
2819
|
+
var __vue_script__$u = script$u;
|
|
2820
2820
|
/* template */
|
|
2821
2821
|
|
|
2822
|
-
var __vue_render__$
|
|
2822
|
+
var __vue_render__$u = function __vue_render__() {
|
|
2823
2823
|
var _vm = this;
|
|
2824
2824
|
|
|
2825
2825
|
var _h = _vm.$createElement;
|
|
@@ -2852,10 +2852,10 @@ var __vue_render__$t = function __vue_render__() {
|
|
|
2852
2852
|
})], 1)], 2);
|
|
2853
2853
|
};
|
|
2854
2854
|
|
|
2855
|
-
var __vue_staticRenderFns__$
|
|
2855
|
+
var __vue_staticRenderFns__$u = [];
|
|
2856
2856
|
/* style */
|
|
2857
2857
|
|
|
2858
|
-
var __vue_inject_styles__$
|
|
2858
|
+
var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
|
|
2859
2859
|
if (!inject) return;
|
|
2860
2860
|
inject("data-v-7b7b5e22_0", {
|
|
2861
2861
|
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 +2866,27 @@ var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
|
|
|
2866
2866
|
/* scoped */
|
|
2867
2867
|
|
|
2868
2868
|
|
|
2869
|
-
var __vue_scope_id__$
|
|
2869
|
+
var __vue_scope_id__$u = undefined;
|
|
2870
2870
|
/* module identifier */
|
|
2871
2871
|
|
|
2872
|
-
var __vue_module_identifier__$
|
|
2872
|
+
var __vue_module_identifier__$u = "data-v-7b7b5e22";
|
|
2873
2873
|
/* functional template */
|
|
2874
2874
|
|
|
2875
|
-
var __vue_is_functional_template__$
|
|
2875
|
+
var __vue_is_functional_template__$u = false;
|
|
2876
2876
|
/* style inject shadow dom */
|
|
2877
2877
|
|
|
2878
|
-
var __vue_component__$
|
|
2879
|
-
render: __vue_render__$
|
|
2880
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2881
|
-
}, __vue_inject_styles__$
|
|
2878
|
+
var __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
2879
|
+
render: __vue_render__$u,
|
|
2880
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
2881
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, createInjectorSSR, undefined);
|
|
2882
2882
|
|
|
2883
|
-
var BtnEmojis = __vue_component__$
|
|
2883
|
+
var BtnEmojis = __vue_component__$C;//
|
|
2884
2884
|
//
|
|
2885
2885
|
//
|
|
2886
2886
|
//
|
|
2887
2887
|
//
|
|
2888
2888
|
//
|
|
2889
|
-
var script$
|
|
2889
|
+
var script$t = {
|
|
2890
2890
|
props: {
|
|
2891
2891
|
hasBg: {
|
|
2892
2892
|
type: Boolean,
|
|
@@ -2907,10 +2907,10 @@ var script$s = {
|
|
|
2907
2907
|
}
|
|
2908
2908
|
}
|
|
2909
2909
|
};/* script */
|
|
2910
|
-
var __vue_script__$
|
|
2910
|
+
var __vue_script__$t = script$t;
|
|
2911
2911
|
/* template */
|
|
2912
2912
|
|
|
2913
|
-
var __vue_render__$
|
|
2913
|
+
var __vue_render__$t = function __vue_render__() {
|
|
2914
2914
|
var _vm = this;
|
|
2915
2915
|
|
|
2916
2916
|
var _h = _vm.$createElement;
|
|
@@ -2929,10 +2929,10 @@ var __vue_render__$s = function __vue_render__() {
|
|
|
2929
2929
|
}) + "></div>")]);
|
|
2930
2930
|
};
|
|
2931
2931
|
|
|
2932
|
-
var __vue_staticRenderFns__$
|
|
2932
|
+
var __vue_staticRenderFns__$t = [];
|
|
2933
2933
|
/* style */
|
|
2934
2934
|
|
|
2935
|
-
var __vue_inject_styles__$
|
|
2935
|
+
var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
|
|
2936
2936
|
if (!inject) return;
|
|
2937
2937
|
inject("data-v-423f52bb_0", {
|
|
2938
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)}}",
|
|
@@ -2943,21 +2943,21 @@ var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
|
|
|
2943
2943
|
/* scoped */
|
|
2944
2944
|
|
|
2945
2945
|
|
|
2946
|
-
var __vue_scope_id__$
|
|
2946
|
+
var __vue_scope_id__$t = undefined;
|
|
2947
2947
|
/* module identifier */
|
|
2948
2948
|
|
|
2949
|
-
var __vue_module_identifier__$
|
|
2949
|
+
var __vue_module_identifier__$t = "data-v-423f52bb";
|
|
2950
2950
|
/* functional template */
|
|
2951
2951
|
|
|
2952
|
-
var __vue_is_functional_template__$
|
|
2952
|
+
var __vue_is_functional_template__$t = false;
|
|
2953
2953
|
/* style inject shadow dom */
|
|
2954
2954
|
|
|
2955
|
-
var __vue_component__$
|
|
2956
|
-
render: __vue_render__$
|
|
2957
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2958
|
-
}, __vue_inject_styles__$
|
|
2955
|
+
var __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
2956
|
+
render: __vue_render__$t,
|
|
2957
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
2958
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, createInjectorSSR, undefined);
|
|
2959
2959
|
|
|
2960
|
-
var Loader = __vue_component__$
|
|
2960
|
+
var Loader = __vue_component__$B;//
|
|
2961
2961
|
//
|
|
2962
2962
|
//
|
|
2963
2963
|
//
|
|
@@ -2965,7 +2965,7 @@ var Loader = __vue_component__$A;//
|
|
|
2965
2965
|
//
|
|
2966
2966
|
//
|
|
2967
2967
|
//
|
|
2968
|
-
var script$
|
|
2968
|
+
var script$s = {
|
|
2969
2969
|
props: {
|
|
2970
2970
|
message: {
|
|
2971
2971
|
type: String,
|
|
@@ -2983,10 +2983,10 @@ var script$r = {
|
|
|
2983
2983
|
}
|
|
2984
2984
|
}
|
|
2985
2985
|
};/* script */
|
|
2986
|
-
var __vue_script__$
|
|
2986
|
+
var __vue_script__$s = script$s;
|
|
2987
2987
|
/* template */
|
|
2988
2988
|
|
|
2989
|
-
var __vue_render__$
|
|
2989
|
+
var __vue_render__$s = function __vue_render__() {
|
|
2990
2990
|
var _vm = this;
|
|
2991
2991
|
|
|
2992
2992
|
var _h = _vm.$createElement;
|
|
@@ -3001,37 +3001,37 @@ var __vue_render__$r = function __vue_render__() {
|
|
|
3001
3001
|
}, []) : _vm._e();
|
|
3002
3002
|
};
|
|
3003
3003
|
|
|
3004
|
-
var __vue_staticRenderFns__$
|
|
3004
|
+
var __vue_staticRenderFns__$s = [];
|
|
3005
3005
|
/* style */
|
|
3006
3006
|
|
|
3007
|
-
var __vue_inject_styles__$
|
|
3007
|
+
var __vue_inject_styles__$s = undefined;
|
|
3008
3008
|
/* scoped */
|
|
3009
3009
|
|
|
3010
|
-
var __vue_scope_id__$
|
|
3010
|
+
var __vue_scope_id__$s = undefined;
|
|
3011
3011
|
/* module identifier */
|
|
3012
3012
|
|
|
3013
|
-
var __vue_module_identifier__$
|
|
3013
|
+
var __vue_module_identifier__$s = "data-v-f8dac3e4";
|
|
3014
3014
|
/* functional template */
|
|
3015
3015
|
|
|
3016
|
-
var __vue_is_functional_template__$
|
|
3016
|
+
var __vue_is_functional_template__$s = false;
|
|
3017
3017
|
/* style inject */
|
|
3018
3018
|
|
|
3019
3019
|
/* style inject SSR */
|
|
3020
3020
|
|
|
3021
3021
|
/* style inject shadow dom */
|
|
3022
3022
|
|
|
3023
|
-
var __vue_component__$
|
|
3024
|
-
render: __vue_render__$
|
|
3025
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3026
|
-
}, __vue_inject_styles__$
|
|
3023
|
+
var __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
3024
|
+
render: __vue_render__$s,
|
|
3025
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
3026
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
|
|
3027
3027
|
|
|
3028
|
-
var RemainingCharacters = __vue_component__$
|
|
3028
|
+
var RemainingCharacters = __vue_component__$A;//
|
|
3029
3029
|
//
|
|
3030
3030
|
//
|
|
3031
3031
|
//
|
|
3032
3032
|
//
|
|
3033
3033
|
//
|
|
3034
|
-
var script$
|
|
3034
|
+
var script$r = {
|
|
3035
3035
|
props: {
|
|
3036
3036
|
dictionary: {
|
|
3037
3037
|
type: Object,
|
|
@@ -3101,10 +3101,10 @@ var script$q = {
|
|
|
3101
3101
|
}
|
|
3102
3102
|
}
|
|
3103
3103
|
};/* script */
|
|
3104
|
-
var __vue_script__$
|
|
3104
|
+
var __vue_script__$r = script$r;
|
|
3105
3105
|
/* template */
|
|
3106
3106
|
|
|
3107
|
-
var __vue_render__$
|
|
3107
|
+
var __vue_render__$r = function __vue_render__() {
|
|
3108
3108
|
var _vm = this;
|
|
3109
3109
|
|
|
3110
3110
|
var _h = _vm.$createElement;
|
|
@@ -3126,31 +3126,31 @@ var __vue_render__$q = function __vue_render__() {
|
|
|
3126
3126
|
})], 1);
|
|
3127
3127
|
};
|
|
3128
3128
|
|
|
3129
|
-
var __vue_staticRenderFns__$
|
|
3129
|
+
var __vue_staticRenderFns__$r = [];
|
|
3130
3130
|
/* style */
|
|
3131
3131
|
|
|
3132
|
-
var __vue_inject_styles__$
|
|
3132
|
+
var __vue_inject_styles__$r = undefined;
|
|
3133
3133
|
/* scoped */
|
|
3134
3134
|
|
|
3135
|
-
var __vue_scope_id__$
|
|
3135
|
+
var __vue_scope_id__$r = undefined;
|
|
3136
3136
|
/* module identifier */
|
|
3137
3137
|
|
|
3138
|
-
var __vue_module_identifier__$
|
|
3138
|
+
var __vue_module_identifier__$r = "data-v-291765d5";
|
|
3139
3139
|
/* functional template */
|
|
3140
3140
|
|
|
3141
|
-
var __vue_is_functional_template__$
|
|
3141
|
+
var __vue_is_functional_template__$r = false;
|
|
3142
3142
|
/* style inject */
|
|
3143
3143
|
|
|
3144
3144
|
/* style inject SSR */
|
|
3145
3145
|
|
|
3146
3146
|
/* style inject shadow dom */
|
|
3147
3147
|
|
|
3148
|
-
var __vue_component__$
|
|
3149
|
-
render: __vue_render__$
|
|
3150
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3151
|
-
}, __vue_inject_styles__$
|
|
3148
|
+
var __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
3149
|
+
render: __vue_render__$r,
|
|
3150
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
3151
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
|
|
3152
3152
|
|
|
3153
|
-
var BtnMic = __vue_component__$
|
|
3153
|
+
var BtnMic = __vue_component__$z;//
|
|
3154
3154
|
//
|
|
3155
3155
|
//
|
|
3156
3156
|
//
|
|
@@ -3173,7 +3173,7 @@ var BtnMic = __vue_component__$y;//
|
|
|
3173
3173
|
//
|
|
3174
3174
|
//
|
|
3175
3175
|
//
|
|
3176
|
-
var script$
|
|
3176
|
+
var script$q = {
|
|
3177
3177
|
props: {
|
|
3178
3178
|
textId: {
|
|
3179
3179
|
type: String,
|
|
@@ -3224,10 +3224,10 @@ var script$p = {
|
|
|
3224
3224
|
}
|
|
3225
3225
|
}
|
|
3226
3226
|
};/* script */
|
|
3227
|
-
var __vue_script__$
|
|
3227
|
+
var __vue_script__$q = script$q;
|
|
3228
3228
|
/* template */
|
|
3229
3229
|
|
|
3230
|
-
var __vue_render__$
|
|
3230
|
+
var __vue_render__$q = function __vue_render__() {
|
|
3231
3231
|
var _vm = this;
|
|
3232
3232
|
|
|
3233
3233
|
var _h = _vm.$createElement;
|
|
@@ -3262,10 +3262,10 @@ var __vue_render__$p = function __vue_render__() {
|
|
|
3262
3262
|
}), _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
3263
|
};
|
|
3264
3264
|
|
|
3265
|
-
var __vue_staticRenderFns__$
|
|
3265
|
+
var __vue_staticRenderFns__$q = [];
|
|
3266
3266
|
/* style */
|
|
3267
3267
|
|
|
3268
|
-
var __vue_inject_styles__$
|
|
3268
|
+
var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
3269
3269
|
if (!inject) return;
|
|
3270
3270
|
inject("data-v-a5119ba8_0", {
|
|
3271
3271
|
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 +3276,22 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
|
3276
3276
|
/* scoped */
|
|
3277
3277
|
|
|
3278
3278
|
|
|
3279
|
-
var __vue_scope_id__$
|
|
3279
|
+
var __vue_scope_id__$q = undefined;
|
|
3280
3280
|
/* module identifier */
|
|
3281
3281
|
|
|
3282
|
-
var __vue_module_identifier__$
|
|
3282
|
+
var __vue_module_identifier__$q = "data-v-a5119ba8";
|
|
3283
3283
|
/* functional template */
|
|
3284
3284
|
|
|
3285
|
-
var __vue_is_functional_template__$
|
|
3285
|
+
var __vue_is_functional_template__$q = false;
|
|
3286
3286
|
/* style inject shadow dom */
|
|
3287
3287
|
|
|
3288
|
-
var __vue_component__$
|
|
3289
|
-
render: __vue_render__$
|
|
3290
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3291
|
-
}, __vue_inject_styles__$
|
|
3288
|
+
var __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
3289
|
+
render: __vue_render__$q,
|
|
3290
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
3291
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);
|
|
3292
3292
|
|
|
3293
|
-
var SingleFilePreview = __vue_component__$
|
|
3294
|
-
var script$
|
|
3293
|
+
var SingleFilePreview = __vue_component__$y;//
|
|
3294
|
+
var script$p = {
|
|
3295
3295
|
components: {
|
|
3296
3296
|
Loader: Loader
|
|
3297
3297
|
},
|
|
@@ -3367,10 +3367,10 @@ var script$o = {
|
|
|
3367
3367
|
}
|
|
3368
3368
|
}
|
|
3369
3369
|
};/* script */
|
|
3370
|
-
var __vue_script__$
|
|
3370
|
+
var __vue_script__$p = script$p;
|
|
3371
3371
|
/* template */
|
|
3372
3372
|
|
|
3373
|
-
var __vue_render__$
|
|
3373
|
+
var __vue_render__$p = function __vue_render__() {
|
|
3374
3374
|
var _vm = this;
|
|
3375
3375
|
|
|
3376
3376
|
var _h = _vm.$createElement;
|
|
@@ -3492,10 +3492,10 @@ var __vue_render__$o = function __vue_render__() {
|
|
|
3492
3492
|
})], 2)], 2);
|
|
3493
3493
|
};
|
|
3494
3494
|
|
|
3495
|
-
var __vue_staticRenderFns__$
|
|
3495
|
+
var __vue_staticRenderFns__$p = [];
|
|
3496
3496
|
/* style */
|
|
3497
3497
|
|
|
3498
|
-
var __vue_inject_styles__$
|
|
3498
|
+
var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
3499
3499
|
if (!inject) return;
|
|
3500
3500
|
inject("data-v-131a11b5_0", {
|
|
3501
3501
|
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 +3506,21 @@ var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
|
3506
3506
|
/* scoped */
|
|
3507
3507
|
|
|
3508
3508
|
|
|
3509
|
-
var __vue_scope_id__$
|
|
3509
|
+
var __vue_scope_id__$p = undefined;
|
|
3510
3510
|
/* module identifier */
|
|
3511
3511
|
|
|
3512
|
-
var __vue_module_identifier__$
|
|
3512
|
+
var __vue_module_identifier__$p = "data-v-131a11b5";
|
|
3513
3513
|
/* functional template */
|
|
3514
3514
|
|
|
3515
|
-
var __vue_is_functional_template__$
|
|
3515
|
+
var __vue_is_functional_template__$p = false;
|
|
3516
3516
|
/* style inject shadow dom */
|
|
3517
3517
|
|
|
3518
|
-
var __vue_component__$
|
|
3519
|
-
render: __vue_render__$
|
|
3520
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3521
|
-
}, __vue_inject_styles__$
|
|
3518
|
+
var __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
3519
|
+
render: __vue_render__$p,
|
|
3520
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
3521
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, createInjectorSSR, undefined);
|
|
3522
3522
|
|
|
3523
|
-
var MultipleFilePreview = __vue_component__$
|
|
3523
|
+
var MultipleFilePreview = __vue_component__$x;var script$o = {
|
|
3524
3524
|
components: {
|
|
3525
3525
|
SingleFilePreview: SingleFilePreview,
|
|
3526
3526
|
MultipleFilePreview: MultipleFilePreview
|
|
@@ -3686,6 +3686,25 @@ var MultipleFilePreview = __vue_component__$w;var script$n = {
|
|
|
3686
3686
|
var isStackable = this.fileSettings.stackFiles && this.fileSettings.multiple;
|
|
3687
3687
|
this.file = filesAux.length ? isStackable ? (_this$file = this.file).concat.apply(_this$file, _toConsumableArray(filesAux)) : filesAux : this.file;
|
|
3688
3688
|
if (!this.file.length) return;
|
|
3689
|
+
var sizeInBytes = 0;
|
|
3690
|
+
Array.from(this.file).forEach(function (file) {
|
|
3691
|
+
return sizeInBytes += file.size;
|
|
3692
|
+
});
|
|
3693
|
+
var sizeInMb = parseFloat((sizeInBytes / (1024 * 1024)).toFixed(2));
|
|
3694
|
+
|
|
3695
|
+
if (sizeInMb == 0) {
|
|
3696
|
+
this.file = [];
|
|
3697
|
+
return this.$toasted.global.defaultInfo({
|
|
3698
|
+
msg: this.dictionary.msg_arquivo_invalido
|
|
3699
|
+
});
|
|
3700
|
+
}
|
|
3701
|
+
|
|
3702
|
+
if (sizeInMb >= 9.5) {
|
|
3703
|
+
this.file = [];
|
|
3704
|
+
return this.$toasted.global.defaultInfo({
|
|
3705
|
+
msg: "Limite de 9.5 MB por arquivo"
|
|
3706
|
+
});
|
|
3707
|
+
}
|
|
3689
3708
|
|
|
3690
3709
|
if (this.file.length > this.fileSettings.max) {
|
|
3691
3710
|
this.file = [];
|
|
@@ -3858,10 +3877,10 @@ var MultipleFilePreview = __vue_component__$w;var script$n = {
|
|
|
3858
3877
|
}
|
|
3859
3878
|
}
|
|
3860
3879
|
};/* script */
|
|
3861
|
-
var __vue_script__$
|
|
3880
|
+
var __vue_script__$o = script$o;
|
|
3862
3881
|
/* template */
|
|
3863
3882
|
|
|
3864
|
-
var __vue_render__$
|
|
3883
|
+
var __vue_render__$o = function __vue_render__() {
|
|
3865
3884
|
var _vm = this;
|
|
3866
3885
|
|
|
3867
3886
|
var _h = _vm.$createElement;
|
|
@@ -3894,7 +3913,7 @@ var __vue_render__$n = function __vue_render__() {
|
|
|
3894
3913
|
}],
|
|
3895
3914
|
class: "" + (_vm.fileSettings.filePreviewStyle == 2 ? 'files-counter-2' : 'files-counter'),
|
|
3896
3915
|
attrs: {
|
|
3897
|
-
"content": _vm.dictionary.msg_abrir_anexos
|
|
3916
|
+
"content": !_vm.fileSettings.handleFilePreview ? _vm.dictionary.msg_abrir_anexos : _vm.file.length + " anexo(s) selecionado(s)"
|
|
3898
3917
|
},
|
|
3899
3918
|
on: {
|
|
3900
3919
|
"click": function click($event) {
|
|
@@ -4032,12 +4051,12 @@ var __vue_render__$n = function __vue_render__() {
|
|
|
4032
4051
|
}) : _vm._e()], 1)])], 2);
|
|
4033
4052
|
};
|
|
4034
4053
|
|
|
4035
|
-
var __vue_staticRenderFns__$
|
|
4054
|
+
var __vue_staticRenderFns__$o = [];
|
|
4036
4055
|
/* style */
|
|
4037
4056
|
|
|
4038
|
-
var __vue_inject_styles__$
|
|
4057
|
+
var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
4039
4058
|
if (!inject) return;
|
|
4040
|
-
inject("data-v-
|
|
4059
|
+
inject("data-v-6bf709f3_0", {
|
|
4041
4060
|
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}",
|
|
4042
4061
|
map: undefined,
|
|
4043
4062
|
media: undefined
|
|
@@ -4046,27 +4065,27 @@ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
|
4046
4065
|
/* scoped */
|
|
4047
4066
|
|
|
4048
4067
|
|
|
4049
|
-
var __vue_scope_id__$
|
|
4068
|
+
var __vue_scope_id__$o = undefined;
|
|
4050
4069
|
/* module identifier */
|
|
4051
4070
|
|
|
4052
|
-
var __vue_module_identifier__$
|
|
4071
|
+
var __vue_module_identifier__$o = "data-v-6bf709f3";
|
|
4053
4072
|
/* functional template */
|
|
4054
4073
|
|
|
4055
|
-
var __vue_is_functional_template__$
|
|
4074
|
+
var __vue_is_functional_template__$o = false;
|
|
4056
4075
|
/* style inject shadow dom */
|
|
4057
4076
|
|
|
4058
|
-
var __vue_component__$
|
|
4059
|
-
render: __vue_render__$
|
|
4060
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4061
|
-
}, __vue_inject_styles__$
|
|
4077
|
+
var __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
4078
|
+
render: __vue_render__$o,
|
|
4079
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
4080
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, createInjectorSSR, undefined);
|
|
4062
4081
|
|
|
4063
|
-
var BtnFiles = __vue_component__$
|
|
4082
|
+
var BtnFiles = __vue_component__$w;//
|
|
4064
4083
|
//
|
|
4065
4084
|
//
|
|
4066
4085
|
//
|
|
4067
4086
|
//
|
|
4068
4087
|
//
|
|
4069
|
-
var script$
|
|
4088
|
+
var script$n = {
|
|
4070
4089
|
props: {
|
|
4071
4090
|
dictionary: {
|
|
4072
4091
|
type: Object,
|
|
@@ -4075,10 +4094,10 @@ var script$m = {
|
|
|
4075
4094
|
}
|
|
4076
4095
|
}
|
|
4077
4096
|
};/* script */
|
|
4078
|
-
var __vue_script__$
|
|
4097
|
+
var __vue_script__$n = script$n;
|
|
4079
4098
|
/* template */
|
|
4080
4099
|
|
|
4081
|
-
var __vue_render__$
|
|
4100
|
+
var __vue_render__$n = function __vue_render__() {
|
|
4082
4101
|
var _vm = this;
|
|
4083
4102
|
|
|
4084
4103
|
var _h = _vm.$createElement;
|
|
@@ -4102,37 +4121,37 @@ var __vue_render__$m = function __vue_render__() {
|
|
|
4102
4121
|
})], 1);
|
|
4103
4122
|
};
|
|
4104
4123
|
|
|
4105
|
-
var __vue_staticRenderFns__$
|
|
4124
|
+
var __vue_staticRenderFns__$n = [];
|
|
4106
4125
|
/* style */
|
|
4107
4126
|
|
|
4108
|
-
var __vue_inject_styles__$
|
|
4127
|
+
var __vue_inject_styles__$n = undefined;
|
|
4109
4128
|
/* scoped */
|
|
4110
4129
|
|
|
4111
|
-
var __vue_scope_id__$
|
|
4130
|
+
var __vue_scope_id__$n = undefined;
|
|
4112
4131
|
/* module identifier */
|
|
4113
4132
|
|
|
4114
|
-
var __vue_module_identifier__$
|
|
4133
|
+
var __vue_module_identifier__$n = "data-v-c2fae61e";
|
|
4115
4134
|
/* functional template */
|
|
4116
4135
|
|
|
4117
|
-
var __vue_is_functional_template__$
|
|
4136
|
+
var __vue_is_functional_template__$n = false;
|
|
4118
4137
|
/* style inject */
|
|
4119
4138
|
|
|
4120
4139
|
/* style inject SSR */
|
|
4121
4140
|
|
|
4122
4141
|
/* style inject shadow dom */
|
|
4123
4142
|
|
|
4124
|
-
var __vue_component__$
|
|
4125
|
-
render: __vue_render__$
|
|
4126
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4127
|
-
}, __vue_inject_styles__$
|
|
4143
|
+
var __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
4144
|
+
render: __vue_render__$n,
|
|
4145
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
4146
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
|
|
4128
4147
|
|
|
4129
|
-
var BtnExpand = __vue_component__$
|
|
4148
|
+
var BtnExpand = __vue_component__$v;//
|
|
4130
4149
|
//
|
|
4131
4150
|
//
|
|
4132
4151
|
//
|
|
4133
4152
|
//
|
|
4134
4153
|
//
|
|
4135
|
-
var script$
|
|
4154
|
+
var script$m = {
|
|
4136
4155
|
props: {
|
|
4137
4156
|
dictionary: {
|
|
4138
4157
|
type: Object,
|
|
@@ -4141,10 +4160,10 @@ var script$l = {
|
|
|
4141
4160
|
}
|
|
4142
4161
|
}
|
|
4143
4162
|
};/* script */
|
|
4144
|
-
var __vue_script__$
|
|
4163
|
+
var __vue_script__$m = script$m;
|
|
4145
4164
|
/* template */
|
|
4146
4165
|
|
|
4147
|
-
var __vue_render__$
|
|
4166
|
+
var __vue_render__$m = function __vue_render__() {
|
|
4148
4167
|
var _vm = this;
|
|
4149
4168
|
|
|
4150
4169
|
var _h = _vm.$createElement;
|
|
@@ -4168,31 +4187,31 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
4168
4187
|
})], 1);
|
|
4169
4188
|
};
|
|
4170
4189
|
|
|
4171
|
-
var __vue_staticRenderFns__$
|
|
4190
|
+
var __vue_staticRenderFns__$m = [];
|
|
4172
4191
|
/* style */
|
|
4173
4192
|
|
|
4174
|
-
var __vue_inject_styles__$
|
|
4193
|
+
var __vue_inject_styles__$m = undefined;
|
|
4175
4194
|
/* scoped */
|
|
4176
4195
|
|
|
4177
|
-
var __vue_scope_id__$
|
|
4196
|
+
var __vue_scope_id__$m = undefined;
|
|
4178
4197
|
/* module identifier */
|
|
4179
4198
|
|
|
4180
|
-
var __vue_module_identifier__$
|
|
4199
|
+
var __vue_module_identifier__$m = "data-v-05b2a592";
|
|
4181
4200
|
/* functional template */
|
|
4182
4201
|
|
|
4183
|
-
var __vue_is_functional_template__$
|
|
4202
|
+
var __vue_is_functional_template__$m = false;
|
|
4184
4203
|
/* style inject */
|
|
4185
4204
|
|
|
4186
4205
|
/* style inject SSR */
|
|
4187
4206
|
|
|
4188
4207
|
/* style inject shadow dom */
|
|
4189
4208
|
|
|
4190
|
-
var __vue_component__$
|
|
4191
|
-
render: __vue_render__$
|
|
4192
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4193
|
-
}, __vue_inject_styles__$
|
|
4209
|
+
var __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
4210
|
+
render: __vue_render__$m,
|
|
4211
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
4212
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
|
|
4194
4213
|
|
|
4195
|
-
var BtnStandardMessages = __vue_component__$
|
|
4214
|
+
var BtnStandardMessages = __vue_component__$u;var bind = function bind(fn, thisArg) {
|
|
4196
4215
|
return function wrap() {
|
|
4197
4216
|
var args = new Array(arguments.length);
|
|
4198
4217
|
for (var i = 0; i < args.length; i++) {
|
|
@@ -8033,7 +8052,7 @@ var dev = window.location.hostname == 'localhost' ? '&teste=levchat2' : '';var s
|
|
|
8033
8052
|
}
|
|
8034
8053
|
}
|
|
8035
8054
|
};//
|
|
8036
|
-
var script$
|
|
8055
|
+
var script$l = {
|
|
8037
8056
|
mixins: [standardMessages],
|
|
8038
8057
|
props: {
|
|
8039
8058
|
hasStandardMessages: {
|
|
@@ -8247,10 +8266,10 @@ var script$k = {
|
|
|
8247
8266
|
}
|
|
8248
8267
|
}
|
|
8249
8268
|
};/* script */
|
|
8250
|
-
var __vue_script__$
|
|
8269
|
+
var __vue_script__$l = script$l;
|
|
8251
8270
|
/* template */
|
|
8252
8271
|
|
|
8253
|
-
var __vue_render__$
|
|
8272
|
+
var __vue_render__$l = function __vue_render__() {
|
|
8254
8273
|
var _vm = this;
|
|
8255
8274
|
|
|
8256
8275
|
var _h = _vm.$createElement;
|
|
@@ -8335,10 +8354,10 @@ var __vue_render__$k = function __vue_render__() {
|
|
|
8335
8354
|
}, [_c('VueLoader')], 1) : _vm._e()])], 2)]) : _vm._e();
|
|
8336
8355
|
};
|
|
8337
8356
|
|
|
8338
|
-
var __vue_staticRenderFns__$
|
|
8357
|
+
var __vue_staticRenderFns__$l = [];
|
|
8339
8358
|
/* style */
|
|
8340
8359
|
|
|
8341
|
-
var __vue_inject_styles__$
|
|
8360
|
+
var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
8342
8361
|
if (!inject) return;
|
|
8343
8362
|
inject("data-v-7cd1c21b_0", {
|
|
8344
8363
|
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}",
|
|
@@ -8349,10 +8368,99 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
|
8349
8368
|
/* scoped */
|
|
8350
8369
|
|
|
8351
8370
|
|
|
8352
|
-
var __vue_scope_id__$
|
|
8371
|
+
var __vue_scope_id__$l = undefined;
|
|
8372
|
+
/* module identifier */
|
|
8373
|
+
|
|
8374
|
+
var __vue_module_identifier__$l = "data-v-7cd1c21b";
|
|
8375
|
+
/* functional template */
|
|
8376
|
+
|
|
8377
|
+
var __vue_is_functional_template__$l = false;
|
|
8378
|
+
/* style inject shadow dom */
|
|
8379
|
+
|
|
8380
|
+
var __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
8381
|
+
render: __vue_render__$l,
|
|
8382
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
8383
|
+
}, __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
|
+
|
|
8385
|
+
var StandardMessages = __vue_component__$t;//
|
|
8386
|
+
//
|
|
8387
|
+
//
|
|
8388
|
+
//
|
|
8389
|
+
//
|
|
8390
|
+
//
|
|
8391
|
+
//
|
|
8392
|
+
//
|
|
8393
|
+
//
|
|
8394
|
+
//
|
|
8395
|
+
//
|
|
8396
|
+
//
|
|
8397
|
+
//
|
|
8398
|
+
//
|
|
8399
|
+
//
|
|
8400
|
+
//
|
|
8401
|
+
//
|
|
8402
|
+
//
|
|
8403
|
+
//
|
|
8404
|
+
//
|
|
8405
|
+
//
|
|
8406
|
+
var script$k = {
|
|
8407
|
+
props: {
|
|
8408
|
+
dictionary: {
|
|
8409
|
+
type: Object,
|
|
8410
|
+
default: {},
|
|
8411
|
+
required: false
|
|
8412
|
+
}
|
|
8413
|
+
}
|
|
8414
|
+
};/* script */
|
|
8415
|
+
var __vue_script__$k = script$k;
|
|
8416
|
+
/* template */
|
|
8417
|
+
|
|
8418
|
+
var __vue_render__$k = function __vue_render__() {
|
|
8419
|
+
var _vm = this;
|
|
8420
|
+
|
|
8421
|
+
var _h = _vm.$createElement;
|
|
8422
|
+
|
|
8423
|
+
var _c = _vm._self._c || _h;
|
|
8424
|
+
|
|
8425
|
+
return _c('div', {
|
|
8426
|
+
staticClass: "text-footer-actions--btn",
|
|
8427
|
+
attrs: {
|
|
8428
|
+
"title": _vm.dictionary.title_screen_share
|
|
8429
|
+
},
|
|
8430
|
+
on: {
|
|
8431
|
+
"click": function click($event) {
|
|
8432
|
+
return _vm.$emit('toggle-standard-messages');
|
|
8433
|
+
}
|
|
8434
|
+
}
|
|
8435
|
+
}, [_c('fa-icon', {
|
|
8436
|
+
attrs: {
|
|
8437
|
+
"icon": ['fas', 'desktop']
|
|
8438
|
+
}
|
|
8439
|
+
}), _vm._ssrNode(" "), _c('fa-icon', {
|
|
8440
|
+
attrs: {
|
|
8441
|
+
"icon": ['fas', 'share']
|
|
8442
|
+
}
|
|
8443
|
+
})], 2);
|
|
8444
|
+
};
|
|
8445
|
+
|
|
8446
|
+
var __vue_staticRenderFns__$k = [];
|
|
8447
|
+
/* style */
|
|
8448
|
+
|
|
8449
|
+
var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
8450
|
+
if (!inject) return;
|
|
8451
|
+
inject("data-v-098c0894_0", {
|
|
8452
|
+
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)}",
|
|
8453
|
+
map: undefined,
|
|
8454
|
+
media: undefined
|
|
8455
|
+
});
|
|
8456
|
+
};
|
|
8457
|
+
/* scoped */
|
|
8458
|
+
|
|
8459
|
+
|
|
8460
|
+
var __vue_scope_id__$k = "data-v-098c0894";
|
|
8353
8461
|
/* module identifier */
|
|
8354
8462
|
|
|
8355
|
-
var __vue_module_identifier__$k = "data-v-
|
|
8463
|
+
var __vue_module_identifier__$k = "data-v-098c0894";
|
|
8356
8464
|
/* functional template */
|
|
8357
8465
|
|
|
8358
8466
|
var __vue_is_functional_template__$k = false;
|
|
@@ -8363,7 +8471,7 @@ var __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
|
8363
8471
|
staticRenderFns: __vue_staticRenderFns__$k
|
|
8364
8472
|
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);
|
|
8365
8473
|
|
|
8366
|
-
var
|
|
8474
|
+
var BtnScreenShare = __vue_component__$s;//
|
|
8367
8475
|
var script$j = {
|
|
8368
8476
|
components: {
|
|
8369
8477
|
BtnEmojis: BtnEmojis,
|
|
@@ -8373,7 +8481,8 @@ var script$j = {
|
|
|
8373
8481
|
BtnExpand: BtnExpand,
|
|
8374
8482
|
RemainingCharacters: RemainingCharacters,
|
|
8375
8483
|
BtnStandardMessages: BtnStandardMessages,
|
|
8376
|
-
StandardMessages: StandardMessages
|
|
8484
|
+
StandardMessages: StandardMessages,
|
|
8485
|
+
BtnScreenShare: BtnScreenShare
|
|
8377
8486
|
},
|
|
8378
8487
|
mixins: [mixin_1],
|
|
8379
8488
|
props: {
|
|
@@ -8385,7 +8494,8 @@ var script$j = {
|
|
|
8385
8494
|
hasSendButton: false,
|
|
8386
8495
|
hasFiles: false,
|
|
8387
8496
|
hasAudio: false,
|
|
8388
|
-
hasExpand: false
|
|
8497
|
+
hasExpand: false,
|
|
8498
|
+
hasScreenShare: false
|
|
8389
8499
|
};
|
|
8390
8500
|
},
|
|
8391
8501
|
required: false
|
|
@@ -8761,7 +8871,7 @@ var script$j = {
|
|
|
8761
8871
|
try {
|
|
8762
8872
|
e.stopPropagation();
|
|
8763
8873
|
e.preventDefault();
|
|
8764
|
-
if (!this.buttons.hasFiles) return false;
|
|
8874
|
+
if (!this.buttons.hasFiles || this.fileSettings.handleFileClick) return false;
|
|
8765
8875
|
var files = e.dataTransfer.files.length ? e.dataTransfer.files : "";
|
|
8766
8876
|
this.filesHandler(files);
|
|
8767
8877
|
} catch (e) {
|
|
@@ -8783,6 +8893,9 @@ var script$j = {
|
|
|
8783
8893
|
console.error(e);
|
|
8784
8894
|
}
|
|
8785
8895
|
},
|
|
8896
|
+
handleScreenShare: function handleScreenShare() {
|
|
8897
|
+
this.$emit("handle-screen-share");
|
|
8898
|
+
},
|
|
8786
8899
|
toggleStandardMessages: function toggleStandardMessages() {
|
|
8787
8900
|
this.showStandardMessages = !this.showStandardMessages;
|
|
8788
8901
|
},
|
|
@@ -8881,13 +8994,23 @@ var __vue_render__$j = function __vue_render__() {
|
|
|
8881
8994
|
"message": _vm.message,
|
|
8882
8995
|
"maxCharacters": _vm.textareaSettings.maxCharacters
|
|
8883
8996
|
}
|
|
8884
|
-
}), _vm._ssrNode(" "), _vm.buttons.
|
|
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", {
|
|
8998
|
+
'outside-buttons': _vm.cssStyle.outsideButtons && !_vm.audioFile
|
|
8999
|
+
}) + ">", "</div>", [_c('BtnScreenShare', {
|
|
9000
|
+
directives: [{
|
|
9001
|
+
name: "show",
|
|
9002
|
+
rawName: "v-show",
|
|
9003
|
+
value: _vm.buttons.hasScreenShare && !_vm.audioFile,
|
|
9004
|
+
expression: "buttons.hasScreenShare && !audioFile"
|
|
9005
|
+
}],
|
|
9006
|
+
ref: _vm.textId + "-screen-share",
|
|
8885
9007
|
attrs: {
|
|
8886
|
-
"
|
|
9008
|
+
"dictionary": _vm.dictionary
|
|
9009
|
+
},
|
|
9010
|
+
on: {
|
|
9011
|
+
"handle-screen-share": _vm.handleScreenShare
|
|
8887
9012
|
}
|
|
8888
|
-
})
|
|
8889
|
-
'outside-buttons': _vm.cssStyle.outsideButtons && !_vm.audioFile
|
|
8890
|
-
}) + ">", "</div>", [_c('BtnMic', {
|
|
9013
|
+
}), _vm._ssrNode(" "), _c('BtnMic', {
|
|
8891
9014
|
directives: [{
|
|
8892
9015
|
name: "show",
|
|
8893
9016
|
rawName: "v-show",
|
|
@@ -8959,7 +9082,11 @@ var __vue_render__$j = function __vue_render__() {
|
|
|
8959
9082
|
return _vm.$emit('expand-textarea');
|
|
8960
9083
|
}
|
|
8961
9084
|
}
|
|
8962
|
-
})], 2) : _vm._e()
|
|
9085
|
+
})], 2) : _vm._e(), _vm._ssrNode(" "), _vm.buttons.hasSendButton ? _vm._ssrNode("<div class=\"text-footer-actions\">", "</div>", [_vm._ssrNode("<span" + _vm._ssrAttr("title", _vm.dictionary.title_enviar_msg) + " class=\"text-footer-actions--btn\">", "</span>", [_c('fa-icon', {
|
|
9086
|
+
attrs: {
|
|
9087
|
+
"icon": ['fas', 'paper-plane']
|
|
9088
|
+
}
|
|
9089
|
+
})], 1)]) : _vm._e()], 2), _vm._ssrNode(" "), _c('transition', {
|
|
8963
9090
|
attrs: {
|
|
8964
9091
|
"name": "fade"
|
|
8965
9092
|
}
|
|
@@ -8992,7 +9119,7 @@ var __vue_staticRenderFns__$j = [];
|
|
|
8992
9119
|
|
|
8993
9120
|
var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
8994
9121
|
if (!inject) return;
|
|
8995
|
-
inject("data-v-
|
|
9122
|
+
inject("data-v-e11c0364_0", {
|
|
8996
9123
|
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:-42px;right:2px;background-color:#ddd;box-shadow:inset 0 -10px 5px -11px rgba(0,0,0,.5)}.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}",
|
|
8997
9124
|
map: undefined,
|
|
8998
9125
|
media: undefined
|
|
@@ -9004,7 +9131,7 @@ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
|
9004
9131
|
var __vue_scope_id__$j = undefined;
|
|
9005
9132
|
/* module identifier */
|
|
9006
9133
|
|
|
9007
|
-
var __vue_module_identifier__$j = "data-v-
|
|
9134
|
+
var __vue_module_identifier__$j = "data-v-e11c0364";
|
|
9008
9135
|
/* functional template */
|
|
9009
9136
|
|
|
9010
9137
|
var __vue_is_functional_template__$j = false;
|