vue-intergrall-plugins 0.0.236 → 0.0.239
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 -191
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +308 -181
- package/package.json +1 -1
- package/src/lib-components/Chat/BtnFiles.vue +20 -7
- package/src/lib-components/Chat/BtnScreenShare.vue +32 -0
- package/src/lib-components/Chat/TextFooter.vue +18 -8
|
@@ -1857,7 +1857,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1857
1857
|
//
|
|
1858
1858
|
//
|
|
1859
1859
|
//
|
|
1860
|
-
var script$
|
|
1860
|
+
var script$x = {
|
|
1861
1861
|
data() {
|
|
1862
1862
|
return {
|
|
1863
1863
|
varValues: {},
|
|
@@ -2153,10 +2153,10 @@ function normalizeComponent(template, style, script, scopeId, isFunctionalTempla
|
|
|
2153
2153
|
}
|
|
2154
2154
|
|
|
2155
2155
|
/* script */
|
|
2156
|
-
const __vue_script__$
|
|
2156
|
+
const __vue_script__$x = script$x;
|
|
2157
2157
|
/* template */
|
|
2158
2158
|
|
|
2159
|
-
var __vue_render__$
|
|
2159
|
+
var __vue_render__$x = function () {
|
|
2160
2160
|
var _vm = this;
|
|
2161
2161
|
|
|
2162
2162
|
var _h = _vm.$createElement;
|
|
@@ -2240,31 +2240,31 @@ var __vue_render__$w = function () {
|
|
|
2240
2240
|
})], 2)]) : _vm._e()]);
|
|
2241
2241
|
};
|
|
2242
2242
|
|
|
2243
|
-
var __vue_staticRenderFns__$
|
|
2243
|
+
var __vue_staticRenderFns__$x = [];
|
|
2244
2244
|
/* style */
|
|
2245
2245
|
|
|
2246
|
-
const __vue_inject_styles__$
|
|
2246
|
+
const __vue_inject_styles__$x = undefined;
|
|
2247
2247
|
/* scoped */
|
|
2248
2248
|
|
|
2249
|
-
const __vue_scope_id__$
|
|
2249
|
+
const __vue_scope_id__$x = undefined;
|
|
2250
2250
|
/* module identifier */
|
|
2251
2251
|
|
|
2252
|
-
const __vue_module_identifier__$
|
|
2252
|
+
const __vue_module_identifier__$x = undefined;
|
|
2253
2253
|
/* functional template */
|
|
2254
2254
|
|
|
2255
|
-
const __vue_is_functional_template__$
|
|
2255
|
+
const __vue_is_functional_template__$x = false;
|
|
2256
2256
|
/* style inject */
|
|
2257
2257
|
|
|
2258
2258
|
/* style inject SSR */
|
|
2259
2259
|
|
|
2260
2260
|
/* style inject shadow dom */
|
|
2261
2261
|
|
|
2262
|
-
const __vue_component__$
|
|
2263
|
-
render: __vue_render__$
|
|
2264
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2265
|
-
}, __vue_inject_styles__$
|
|
2262
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
2263
|
+
render: __vue_render__$x,
|
|
2264
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
2265
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
|
|
2266
2266
|
|
|
2267
|
-
var TemplateSingle = __vue_component__$
|
|
2267
|
+
var TemplateSingle = __vue_component__$F;
|
|
2268
2268
|
|
|
2269
2269
|
const setResizeListeners = ($el, inputClass, parentClass) => {
|
|
2270
2270
|
const inputTargets = $el.querySelectorAll(inputClass);
|
|
@@ -2460,7 +2460,7 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2460
2460
|
//
|
|
2461
2461
|
//
|
|
2462
2462
|
//
|
|
2463
|
-
var script$
|
|
2463
|
+
var script$w = {};
|
|
2464
2464
|
|
|
2465
2465
|
const isOldIE = typeof navigator !== 'undefined' &&
|
|
2466
2466
|
/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
@@ -2516,10 +2516,10 @@ function addStyle(id, css) {
|
|
|
2516
2516
|
}
|
|
2517
2517
|
|
|
2518
2518
|
/* script */
|
|
2519
|
-
const __vue_script__$
|
|
2519
|
+
const __vue_script__$w = script$w;
|
|
2520
2520
|
/* template */
|
|
2521
2521
|
|
|
2522
|
-
var __vue_render__$
|
|
2522
|
+
var __vue_render__$w = function () {
|
|
2523
2523
|
var _vm = this;
|
|
2524
2524
|
|
|
2525
2525
|
var _h = _vm.$createElement;
|
|
@@ -2529,7 +2529,7 @@ var __vue_render__$v = function () {
|
|
|
2529
2529
|
return _vm._m(0);
|
|
2530
2530
|
};
|
|
2531
2531
|
|
|
2532
|
-
var __vue_staticRenderFns__$
|
|
2532
|
+
var __vue_staticRenderFns__$w = [function () {
|
|
2533
2533
|
var _vm = this;
|
|
2534
2534
|
|
|
2535
2535
|
var _h = _vm.$createElement;
|
|
@@ -2592,7 +2592,7 @@ var __vue_staticRenderFns__$v = [function () {
|
|
|
2592
2592
|
}];
|
|
2593
2593
|
/* style */
|
|
2594
2594
|
|
|
2595
|
-
const __vue_inject_styles__$
|
|
2595
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
2596
2596
|
if (!inject) return;
|
|
2597
2597
|
inject("data-v-606babe9_0", {
|
|
2598
2598
|
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}",
|
|
@@ -2603,26 +2603,26 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
2603
2603
|
/* scoped */
|
|
2604
2604
|
|
|
2605
2605
|
|
|
2606
|
-
const __vue_scope_id__$
|
|
2606
|
+
const __vue_scope_id__$w = undefined;
|
|
2607
2607
|
/* module identifier */
|
|
2608
2608
|
|
|
2609
|
-
const __vue_module_identifier__$
|
|
2609
|
+
const __vue_module_identifier__$w = undefined;
|
|
2610
2610
|
/* functional template */
|
|
2611
2611
|
|
|
2612
|
-
const __vue_is_functional_template__$
|
|
2612
|
+
const __vue_is_functional_template__$w = false;
|
|
2613
2613
|
/* style inject SSR */
|
|
2614
2614
|
|
|
2615
2615
|
/* style inject shadow dom */
|
|
2616
2616
|
|
|
2617
|
-
const __vue_component__$
|
|
2618
|
-
render: __vue_render__$
|
|
2619
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2620
|
-
}, __vue_inject_styles__$
|
|
2617
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
2618
|
+
render: __vue_render__$w,
|
|
2619
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
2620
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
2621
2621
|
|
|
2622
|
-
var SkeletonPicker = __vue_component__$
|
|
2622
|
+
var SkeletonPicker = __vue_component__$E;
|
|
2623
2623
|
|
|
2624
2624
|
//
|
|
2625
|
-
var script$
|
|
2625
|
+
var script$v = {
|
|
2626
2626
|
components: {
|
|
2627
2627
|
SkeletonPicker
|
|
2628
2628
|
},
|
|
@@ -2831,10 +2831,10 @@ var script$u = {
|
|
|
2831
2831
|
};
|
|
2832
2832
|
|
|
2833
2833
|
/* script */
|
|
2834
|
-
const __vue_script__$
|
|
2834
|
+
const __vue_script__$v = script$v;
|
|
2835
2835
|
/* template */
|
|
2836
2836
|
|
|
2837
|
-
var __vue_render__$
|
|
2837
|
+
var __vue_render__$v = function () {
|
|
2838
2838
|
var _vm = this;
|
|
2839
2839
|
|
|
2840
2840
|
var _h = _vm.$createElement;
|
|
@@ -2937,10 +2937,10 @@ var __vue_render__$u = function () {
|
|
|
2937
2937
|
}), 0)]], 2)], 1);
|
|
2938
2938
|
};
|
|
2939
2939
|
|
|
2940
|
-
var __vue_staticRenderFns__$
|
|
2940
|
+
var __vue_staticRenderFns__$v = [];
|
|
2941
2941
|
/* style */
|
|
2942
2942
|
|
|
2943
|
-
const __vue_inject_styles__$
|
|
2943
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
2944
2944
|
if (!inject) return;
|
|
2945
2945
|
inject("data-v-678ca55c_0", {
|
|
2946
2946
|
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}",
|
|
@@ -2951,26 +2951,26 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
2951
2951
|
/* scoped */
|
|
2952
2952
|
|
|
2953
2953
|
|
|
2954
|
-
const __vue_scope_id__$
|
|
2954
|
+
const __vue_scope_id__$v = undefined;
|
|
2955
2955
|
/* module identifier */
|
|
2956
2956
|
|
|
2957
|
-
const __vue_module_identifier__$
|
|
2957
|
+
const __vue_module_identifier__$v = undefined;
|
|
2958
2958
|
/* functional template */
|
|
2959
2959
|
|
|
2960
|
-
const __vue_is_functional_template__$
|
|
2960
|
+
const __vue_is_functional_template__$v = false;
|
|
2961
2961
|
/* style inject SSR */
|
|
2962
2962
|
|
|
2963
2963
|
/* style inject shadow dom */
|
|
2964
2964
|
|
|
2965
|
-
const __vue_component__$
|
|
2966
|
-
render: __vue_render__$
|
|
2967
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2968
|
-
}, __vue_inject_styles__$
|
|
2965
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
2966
|
+
render: __vue_render__$v,
|
|
2967
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
2968
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
2969
2969
|
|
|
2970
|
-
var Picker = __vue_component__$
|
|
2970
|
+
var Picker = __vue_component__$D;
|
|
2971
2971
|
|
|
2972
2972
|
//
|
|
2973
|
-
var script$
|
|
2973
|
+
var script$u = {
|
|
2974
2974
|
components: {
|
|
2975
2975
|
Picker
|
|
2976
2976
|
},
|
|
@@ -3070,10 +3070,10 @@ var script$t = {
|
|
|
3070
3070
|
};
|
|
3071
3071
|
|
|
3072
3072
|
/* script */
|
|
3073
|
-
const __vue_script__$
|
|
3073
|
+
const __vue_script__$u = script$u;
|
|
3074
3074
|
/* template */
|
|
3075
3075
|
|
|
3076
|
-
var __vue_render__$
|
|
3076
|
+
var __vue_render__$u = function () {
|
|
3077
3077
|
var _vm = this;
|
|
3078
3078
|
|
|
3079
3079
|
var _h = _vm.$createElement;
|
|
@@ -3116,10 +3116,10 @@ var __vue_render__$t = function () {
|
|
|
3116
3116
|
})], 1)], 1);
|
|
3117
3117
|
};
|
|
3118
3118
|
|
|
3119
|
-
var __vue_staticRenderFns__$
|
|
3119
|
+
var __vue_staticRenderFns__$u = [];
|
|
3120
3120
|
/* style */
|
|
3121
3121
|
|
|
3122
|
-
const __vue_inject_styles__$
|
|
3122
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
3123
3123
|
if (!inject) return;
|
|
3124
3124
|
inject("data-v-7b7b5e22_0", {
|
|
3125
3125
|
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}",
|
|
@@ -3130,23 +3130,23 @@ const __vue_inject_styles__$t = function (inject) {
|
|
|
3130
3130
|
/* scoped */
|
|
3131
3131
|
|
|
3132
3132
|
|
|
3133
|
-
const __vue_scope_id__$
|
|
3133
|
+
const __vue_scope_id__$u = undefined;
|
|
3134
3134
|
/* module identifier */
|
|
3135
3135
|
|
|
3136
|
-
const __vue_module_identifier__$
|
|
3136
|
+
const __vue_module_identifier__$u = undefined;
|
|
3137
3137
|
/* functional template */
|
|
3138
3138
|
|
|
3139
|
-
const __vue_is_functional_template__$
|
|
3139
|
+
const __vue_is_functional_template__$u = false;
|
|
3140
3140
|
/* style inject SSR */
|
|
3141
3141
|
|
|
3142
3142
|
/* style inject shadow dom */
|
|
3143
3143
|
|
|
3144
|
-
const __vue_component__$
|
|
3145
|
-
render: __vue_render__$
|
|
3146
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3147
|
-
}, __vue_inject_styles__$
|
|
3144
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
3145
|
+
render: __vue_render__$u,
|
|
3146
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
3147
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
3148
3148
|
|
|
3149
|
-
var BtnEmojis = __vue_component__$
|
|
3149
|
+
var BtnEmojis = __vue_component__$C;
|
|
3150
3150
|
|
|
3151
3151
|
//
|
|
3152
3152
|
//
|
|
@@ -3154,7 +3154,7 @@ var BtnEmojis = __vue_component__$B;
|
|
|
3154
3154
|
//
|
|
3155
3155
|
//
|
|
3156
3156
|
//
|
|
3157
|
-
var script$
|
|
3157
|
+
var script$t = {
|
|
3158
3158
|
props: {
|
|
3159
3159
|
hasBg: {
|
|
3160
3160
|
type: Boolean,
|
|
@@ -3177,10 +3177,10 @@ var script$s = {
|
|
|
3177
3177
|
};
|
|
3178
3178
|
|
|
3179
3179
|
/* script */
|
|
3180
|
-
const __vue_script__$
|
|
3180
|
+
const __vue_script__$t = script$t;
|
|
3181
3181
|
/* template */
|
|
3182
3182
|
|
|
3183
|
-
var __vue_render__$
|
|
3183
|
+
var __vue_render__$t = function () {
|
|
3184
3184
|
var _vm = this;
|
|
3185
3185
|
|
|
3186
3186
|
var _h = _vm.$createElement;
|
|
@@ -3202,10 +3202,10 @@ var __vue_render__$s = function () {
|
|
|
3202
3202
|
})]);
|
|
3203
3203
|
};
|
|
3204
3204
|
|
|
3205
|
-
var __vue_staticRenderFns__$
|
|
3205
|
+
var __vue_staticRenderFns__$t = [];
|
|
3206
3206
|
/* style */
|
|
3207
3207
|
|
|
3208
|
-
const __vue_inject_styles__$
|
|
3208
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
3209
3209
|
if (!inject) return;
|
|
3210
3210
|
inject("data-v-423f52bb_0", {
|
|
3211
3211
|
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)}}",
|
|
@@ -3216,23 +3216,23 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
3216
3216
|
/* scoped */
|
|
3217
3217
|
|
|
3218
3218
|
|
|
3219
|
-
const __vue_scope_id__$
|
|
3219
|
+
const __vue_scope_id__$t = undefined;
|
|
3220
3220
|
/* module identifier */
|
|
3221
3221
|
|
|
3222
|
-
const __vue_module_identifier__$
|
|
3222
|
+
const __vue_module_identifier__$t = undefined;
|
|
3223
3223
|
/* functional template */
|
|
3224
3224
|
|
|
3225
|
-
const __vue_is_functional_template__$
|
|
3225
|
+
const __vue_is_functional_template__$t = false;
|
|
3226
3226
|
/* style inject SSR */
|
|
3227
3227
|
|
|
3228
3228
|
/* style inject shadow dom */
|
|
3229
3229
|
|
|
3230
|
-
const __vue_component__$
|
|
3231
|
-
render: __vue_render__$
|
|
3232
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3233
|
-
}, __vue_inject_styles__$
|
|
3230
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
3231
|
+
render: __vue_render__$t,
|
|
3232
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
3233
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
3234
3234
|
|
|
3235
|
-
var Loader = __vue_component__$
|
|
3235
|
+
var Loader = __vue_component__$B;
|
|
3236
3236
|
|
|
3237
3237
|
//
|
|
3238
3238
|
//
|
|
@@ -3242,7 +3242,7 @@ var Loader = __vue_component__$A;
|
|
|
3242
3242
|
//
|
|
3243
3243
|
//
|
|
3244
3244
|
//
|
|
3245
|
-
var script$
|
|
3245
|
+
var script$s = {
|
|
3246
3246
|
props: {
|
|
3247
3247
|
message: {
|
|
3248
3248
|
type: String,
|
|
@@ -3263,10 +3263,10 @@ var script$r = {
|
|
|
3263
3263
|
};
|
|
3264
3264
|
|
|
3265
3265
|
/* script */
|
|
3266
|
-
const __vue_script__$
|
|
3266
|
+
const __vue_script__$s = script$s;
|
|
3267
3267
|
/* template */
|
|
3268
3268
|
|
|
3269
|
-
var __vue_render__$
|
|
3269
|
+
var __vue_render__$s = function () {
|
|
3270
3270
|
var _vm = this;
|
|
3271
3271
|
|
|
3272
3272
|
var _h = _vm.$createElement;
|
|
@@ -3281,31 +3281,31 @@ var __vue_render__$r = function () {
|
|
|
3281
3281
|
}) : _vm._e();
|
|
3282
3282
|
};
|
|
3283
3283
|
|
|
3284
|
-
var __vue_staticRenderFns__$
|
|
3284
|
+
var __vue_staticRenderFns__$s = [];
|
|
3285
3285
|
/* style */
|
|
3286
3286
|
|
|
3287
|
-
const __vue_inject_styles__$
|
|
3287
|
+
const __vue_inject_styles__$s = undefined;
|
|
3288
3288
|
/* scoped */
|
|
3289
3289
|
|
|
3290
|
-
const __vue_scope_id__$
|
|
3290
|
+
const __vue_scope_id__$s = undefined;
|
|
3291
3291
|
/* module identifier */
|
|
3292
3292
|
|
|
3293
|
-
const __vue_module_identifier__$
|
|
3293
|
+
const __vue_module_identifier__$s = undefined;
|
|
3294
3294
|
/* functional template */
|
|
3295
3295
|
|
|
3296
|
-
const __vue_is_functional_template__$
|
|
3296
|
+
const __vue_is_functional_template__$s = false;
|
|
3297
3297
|
/* style inject */
|
|
3298
3298
|
|
|
3299
3299
|
/* style inject SSR */
|
|
3300
3300
|
|
|
3301
3301
|
/* style inject shadow dom */
|
|
3302
3302
|
|
|
3303
|
-
const __vue_component__$
|
|
3304
|
-
render: __vue_render__$
|
|
3305
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3306
|
-
}, __vue_inject_styles__$
|
|
3303
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
3304
|
+
render: __vue_render__$s,
|
|
3305
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
3306
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
|
|
3307
3307
|
|
|
3308
|
-
var RemainingCharacters = __vue_component__$
|
|
3308
|
+
var RemainingCharacters = __vue_component__$A;
|
|
3309
3309
|
|
|
3310
3310
|
//
|
|
3311
3311
|
//
|
|
@@ -3313,7 +3313,7 @@ var RemainingCharacters = __vue_component__$z;
|
|
|
3313
3313
|
//
|
|
3314
3314
|
//
|
|
3315
3315
|
//
|
|
3316
|
-
var script$
|
|
3316
|
+
var script$r = {
|
|
3317
3317
|
props: {
|
|
3318
3318
|
dictionary: {
|
|
3319
3319
|
type: Object,
|
|
@@ -3385,10 +3385,10 @@ var script$q = {
|
|
|
3385
3385
|
};
|
|
3386
3386
|
|
|
3387
3387
|
/* script */
|
|
3388
|
-
const __vue_script__$
|
|
3388
|
+
const __vue_script__$r = script$r;
|
|
3389
3389
|
/* template */
|
|
3390
3390
|
|
|
3391
|
-
var __vue_render__$
|
|
3391
|
+
var __vue_render__$r = function () {
|
|
3392
3392
|
var _vm = this;
|
|
3393
3393
|
|
|
3394
3394
|
var _h = _vm.$createElement;
|
|
@@ -3410,31 +3410,31 @@ var __vue_render__$q = function () {
|
|
|
3410
3410
|
})], 1);
|
|
3411
3411
|
};
|
|
3412
3412
|
|
|
3413
|
-
var __vue_staticRenderFns__$
|
|
3413
|
+
var __vue_staticRenderFns__$r = [];
|
|
3414
3414
|
/* style */
|
|
3415
3415
|
|
|
3416
|
-
const __vue_inject_styles__$
|
|
3416
|
+
const __vue_inject_styles__$r = undefined;
|
|
3417
3417
|
/* scoped */
|
|
3418
3418
|
|
|
3419
|
-
const __vue_scope_id__$
|
|
3419
|
+
const __vue_scope_id__$r = undefined;
|
|
3420
3420
|
/* module identifier */
|
|
3421
3421
|
|
|
3422
|
-
const __vue_module_identifier__$
|
|
3422
|
+
const __vue_module_identifier__$r = undefined;
|
|
3423
3423
|
/* functional template */
|
|
3424
3424
|
|
|
3425
|
-
const __vue_is_functional_template__$
|
|
3425
|
+
const __vue_is_functional_template__$r = false;
|
|
3426
3426
|
/* style inject */
|
|
3427
3427
|
|
|
3428
3428
|
/* style inject SSR */
|
|
3429
3429
|
|
|
3430
3430
|
/* style inject shadow dom */
|
|
3431
3431
|
|
|
3432
|
-
const __vue_component__$
|
|
3433
|
-
render: __vue_render__$
|
|
3434
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3435
|
-
}, __vue_inject_styles__$
|
|
3432
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
3433
|
+
render: __vue_render__$r,
|
|
3434
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
3435
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
|
|
3436
3436
|
|
|
3437
|
-
var BtnMic = __vue_component__$
|
|
3437
|
+
var BtnMic = __vue_component__$z;
|
|
3438
3438
|
|
|
3439
3439
|
//
|
|
3440
3440
|
//
|
|
@@ -3459,7 +3459,7 @@ var BtnMic = __vue_component__$y;
|
|
|
3459
3459
|
//
|
|
3460
3460
|
//
|
|
3461
3461
|
//
|
|
3462
|
-
var script$
|
|
3462
|
+
var script$q = {
|
|
3463
3463
|
props: {
|
|
3464
3464
|
textId: {
|
|
3465
3465
|
type: String,
|
|
@@ -3517,10 +3517,10 @@ var script$p = {
|
|
|
3517
3517
|
};
|
|
3518
3518
|
|
|
3519
3519
|
/* script */
|
|
3520
|
-
const __vue_script__$
|
|
3520
|
+
const __vue_script__$q = script$q;
|
|
3521
3521
|
/* template */
|
|
3522
3522
|
|
|
3523
|
-
var __vue_render__$
|
|
3523
|
+
var __vue_render__$q = function () {
|
|
3524
3524
|
var _vm = this;
|
|
3525
3525
|
|
|
3526
3526
|
var _h = _vm.$createElement;
|
|
@@ -3591,10 +3591,10 @@ var __vue_render__$p = function () {
|
|
|
3591
3591
|
})]) : _vm._e()]], 2) : _vm._e();
|
|
3592
3592
|
};
|
|
3593
3593
|
|
|
3594
|
-
var __vue_staticRenderFns__$
|
|
3594
|
+
var __vue_staticRenderFns__$q = [];
|
|
3595
3595
|
/* style */
|
|
3596
3596
|
|
|
3597
|
-
const __vue_inject_styles__$
|
|
3597
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
3598
3598
|
if (!inject) return;
|
|
3599
3599
|
inject("data-v-a5119ba8_0", {
|
|
3600
3600
|
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%}",
|
|
@@ -3605,26 +3605,26 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
3605
3605
|
/* scoped */
|
|
3606
3606
|
|
|
3607
3607
|
|
|
3608
|
-
const __vue_scope_id__$
|
|
3608
|
+
const __vue_scope_id__$q = undefined;
|
|
3609
3609
|
/* module identifier */
|
|
3610
3610
|
|
|
3611
|
-
const __vue_module_identifier__$
|
|
3611
|
+
const __vue_module_identifier__$q = undefined;
|
|
3612
3612
|
/* functional template */
|
|
3613
3613
|
|
|
3614
|
-
const __vue_is_functional_template__$
|
|
3614
|
+
const __vue_is_functional_template__$q = false;
|
|
3615
3615
|
/* style inject SSR */
|
|
3616
3616
|
|
|
3617
3617
|
/* style inject shadow dom */
|
|
3618
3618
|
|
|
3619
|
-
const __vue_component__$
|
|
3620
|
-
render: __vue_render__$
|
|
3621
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3622
|
-
}, __vue_inject_styles__$
|
|
3619
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
3620
|
+
render: __vue_render__$q,
|
|
3621
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
3622
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
3623
3623
|
|
|
3624
|
-
var SingleFilePreview = __vue_component__$
|
|
3624
|
+
var SingleFilePreview = __vue_component__$y;
|
|
3625
3625
|
|
|
3626
3626
|
//
|
|
3627
|
-
var script$
|
|
3627
|
+
var script$p = {
|
|
3628
3628
|
components: {
|
|
3629
3629
|
Loader
|
|
3630
3630
|
},
|
|
@@ -3707,10 +3707,10 @@ var script$o = {
|
|
|
3707
3707
|
};
|
|
3708
3708
|
|
|
3709
3709
|
/* script */
|
|
3710
|
-
const __vue_script__$
|
|
3710
|
+
const __vue_script__$p = script$p;
|
|
3711
3711
|
/* template */
|
|
3712
3712
|
|
|
3713
|
-
var __vue_render__$
|
|
3713
|
+
var __vue_render__$p = function () {
|
|
3714
3714
|
var _vm = this;
|
|
3715
3715
|
|
|
3716
3716
|
var _h = _vm.$createElement;
|
|
@@ -3832,10 +3832,10 @@ var __vue_render__$o = function () {
|
|
|
3832
3832
|
})], 2)], 1);
|
|
3833
3833
|
};
|
|
3834
3834
|
|
|
3835
|
-
var __vue_staticRenderFns__$
|
|
3835
|
+
var __vue_staticRenderFns__$p = [];
|
|
3836
3836
|
/* style */
|
|
3837
3837
|
|
|
3838
|
-
const __vue_inject_styles__$
|
|
3838
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
3839
3839
|
if (!inject) return;
|
|
3840
3840
|
inject("data-v-131a11b5_0", {
|
|
3841
3841
|
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}",
|
|
@@ -3846,26 +3846,26 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
3846
3846
|
/* scoped */
|
|
3847
3847
|
|
|
3848
3848
|
|
|
3849
|
-
const __vue_scope_id__$
|
|
3849
|
+
const __vue_scope_id__$p = undefined;
|
|
3850
3850
|
/* module identifier */
|
|
3851
3851
|
|
|
3852
|
-
const __vue_module_identifier__$
|
|
3852
|
+
const __vue_module_identifier__$p = undefined;
|
|
3853
3853
|
/* functional template */
|
|
3854
3854
|
|
|
3855
|
-
const __vue_is_functional_template__$
|
|
3855
|
+
const __vue_is_functional_template__$p = false;
|
|
3856
3856
|
/* style inject SSR */
|
|
3857
3857
|
|
|
3858
3858
|
/* style inject shadow dom */
|
|
3859
3859
|
|
|
3860
|
-
const __vue_component__$
|
|
3861
|
-
render: __vue_render__$
|
|
3862
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3863
|
-
}, __vue_inject_styles__$
|
|
3860
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
3861
|
+
render: __vue_render__$p,
|
|
3862
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
3863
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
3864
3864
|
|
|
3865
|
-
var MultipleFilePreview = __vue_component__$
|
|
3865
|
+
var MultipleFilePreview = __vue_component__$x;
|
|
3866
3866
|
|
|
3867
3867
|
//
|
|
3868
|
-
var script$
|
|
3868
|
+
var script$o = {
|
|
3869
3869
|
components: {
|
|
3870
3870
|
SingleFilePreview,
|
|
3871
3871
|
MultipleFilePreview
|
|
@@ -3999,7 +3999,7 @@ var script$n = {
|
|
|
3999
3999
|
if (!fileInput) if (!document.querySelector(".toasted.toasted-primary.error")) this.$toasted.global.defaultError();
|
|
4000
4000
|
},
|
|
4001
4001
|
|
|
4002
|
-
isFileValid(type, fileName) {
|
|
4002
|
+
isFileValid(type, fileName, fileType) {
|
|
4003
4003
|
if (type == "img" && !this.fileSettings.imagesExtensions || type == "doc" && !this.fileSettings.docsExtensions) {
|
|
4004
4004
|
this.$toasted.global.defaultInfo({
|
|
4005
4005
|
msg: this.dictionary.sem_extensoes_parametrizadas
|
|
@@ -4010,7 +4010,7 @@ var script$n = {
|
|
|
4010
4010
|
|
|
4011
4011
|
const extensions = type === "img" ? this.fileSettings.imagesExtensions : this.fileSettings.docsExtensions;
|
|
4012
4012
|
const regex = new RegExp("(" + extensions + ")", "i");
|
|
4013
|
-
if (regex.test(fileName)) return true;
|
|
4013
|
+
if (regex.test(fileName) || regex.test(fileType)) return true;
|
|
4014
4014
|
this.hasAnyFile = false;
|
|
4015
4015
|
this.showToastedValidFormats();
|
|
4016
4016
|
return false;
|
|
@@ -4038,6 +4038,23 @@ var script$n = {
|
|
|
4038
4038
|
const isStackable = this.fileSettings.stackFiles && this.fileSettings.multiple;
|
|
4039
4039
|
this.file = filesAux.length ? isStackable ? this.file.concat(...filesAux) : filesAux : this.file;
|
|
4040
4040
|
if (!this.file.length) return;
|
|
4041
|
+
let sizeInBytes = 0;
|
|
4042
|
+
Array.from(this.file).forEach(file => sizeInBytes += file.size);
|
|
4043
|
+
const sizeInMb = parseFloat((sizeInBytes / (1024 * 1024)).toFixed(2));
|
|
4044
|
+
|
|
4045
|
+
if (sizeInMb == 0) {
|
|
4046
|
+
this.file = [];
|
|
4047
|
+
return this.$toasted.global.defaultInfo({
|
|
4048
|
+
msg: this.dictionary.msg_arquivo_invalido
|
|
4049
|
+
});
|
|
4050
|
+
}
|
|
4051
|
+
|
|
4052
|
+
if (sizeInMb >= 9.5) {
|
|
4053
|
+
this.file = [];
|
|
4054
|
+
return this.$toasted.global.defaultInfo({
|
|
4055
|
+
msg: `Limite de 9.5 MB por arquivo`
|
|
4056
|
+
});
|
|
4057
|
+
}
|
|
4041
4058
|
|
|
4042
4059
|
if (this.file.length > this.fileSettings.max) {
|
|
4043
4060
|
this.file = [];
|
|
@@ -4051,7 +4068,7 @@ var script$n = {
|
|
|
4051
4068
|
|
|
4052
4069
|
if (!this.fileSettings.multiple) {
|
|
4053
4070
|
this.file = this.file[0];
|
|
4054
|
-
this.singleFileUpload(type, this.file.name);
|
|
4071
|
+
this.singleFileUpload(type, this.file.name, this.file.type);
|
|
4055
4072
|
} else {
|
|
4056
4073
|
this.multipleFileUpload();
|
|
4057
4074
|
}
|
|
@@ -4090,7 +4107,7 @@ var script$n = {
|
|
|
4090
4107
|
if (!singleFileType) file.invalid = true;
|
|
4091
4108
|
file.imgOrDoc = singleFileType ? singleFileType : "";
|
|
4092
4109
|
|
|
4093
|
-
if (this.isFileValid(file.imgOrDoc, file.name)) {
|
|
4110
|
+
if (this.isFileValid(file.imgOrDoc, file.name, file.type)) {
|
|
4094
4111
|
if (file.imgOrDoc == "img") {
|
|
4095
4112
|
const fileReader = new FileReader();
|
|
4096
4113
|
waitForImageLoad = true;
|
|
@@ -4123,8 +4140,8 @@ var script$n = {
|
|
|
4123
4140
|
if (this.isDoc && !waitForImageLoad) this.emitFileVars();
|
|
4124
4141
|
},
|
|
4125
4142
|
|
|
4126
|
-
singleFileUpload(type, fileName) {
|
|
4127
|
-
if (this.isFileValid(type, fileName)) {
|
|
4143
|
+
singleFileUpload(type, fileName, fileType) {
|
|
4144
|
+
if (this.isFileValid(type, fileName, fileType)) {
|
|
4128
4145
|
const fileReader = new FileReader();
|
|
4129
4146
|
|
|
4130
4147
|
if (type === "img") {
|
|
@@ -4210,10 +4227,10 @@ var script$n = {
|
|
|
4210
4227
|
};
|
|
4211
4228
|
|
|
4212
4229
|
/* script */
|
|
4213
|
-
const __vue_script__$
|
|
4230
|
+
const __vue_script__$o = script$o;
|
|
4214
4231
|
/* template */
|
|
4215
4232
|
|
|
4216
|
-
var __vue_render__$
|
|
4233
|
+
var __vue_render__$o = function () {
|
|
4217
4234
|
var _vm = this;
|
|
4218
4235
|
|
|
4219
4236
|
var _h = _vm.$createElement;
|
|
@@ -4246,7 +4263,7 @@ var __vue_render__$n = function () {
|
|
|
4246
4263
|
}],
|
|
4247
4264
|
class: "" + (_vm.fileSettings.filePreviewStyle == 2 ? 'files-counter-2' : 'files-counter'),
|
|
4248
4265
|
attrs: {
|
|
4249
|
-
"content": _vm.dictionary.msg_abrir_anexos
|
|
4266
|
+
"content": !_vm.fileSettings.handleFilePreview ? _vm.dictionary.msg_abrir_anexos : _vm.file.length + " anexo(s) selecionado(s)"
|
|
4250
4267
|
},
|
|
4251
4268
|
on: {
|
|
4252
4269
|
"click": function ($event) {
|
|
@@ -4420,12 +4437,12 @@ var __vue_render__$n = function () {
|
|
|
4420
4437
|
}) : _vm._e()], 1)])], 1);
|
|
4421
4438
|
};
|
|
4422
4439
|
|
|
4423
|
-
var __vue_staticRenderFns__$
|
|
4440
|
+
var __vue_staticRenderFns__$o = [];
|
|
4424
4441
|
/* style */
|
|
4425
4442
|
|
|
4426
|
-
const __vue_inject_styles__$
|
|
4443
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
4427
4444
|
if (!inject) return;
|
|
4428
|
-
inject("data-v-
|
|
4445
|
+
inject("data-v-0a31a0c7_0", {
|
|
4429
4446
|
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}",
|
|
4430
4447
|
map: undefined,
|
|
4431
4448
|
media: undefined
|
|
@@ -4434,23 +4451,23 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
4434
4451
|
/* scoped */
|
|
4435
4452
|
|
|
4436
4453
|
|
|
4437
|
-
const __vue_scope_id__$
|
|
4454
|
+
const __vue_scope_id__$o = undefined;
|
|
4438
4455
|
/* module identifier */
|
|
4439
4456
|
|
|
4440
|
-
const __vue_module_identifier__$
|
|
4457
|
+
const __vue_module_identifier__$o = undefined;
|
|
4441
4458
|
/* functional template */
|
|
4442
4459
|
|
|
4443
|
-
const __vue_is_functional_template__$
|
|
4460
|
+
const __vue_is_functional_template__$o = false;
|
|
4444
4461
|
/* style inject SSR */
|
|
4445
4462
|
|
|
4446
4463
|
/* style inject shadow dom */
|
|
4447
4464
|
|
|
4448
|
-
const __vue_component__$
|
|
4449
|
-
render: __vue_render__$
|
|
4450
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4451
|
-
}, __vue_inject_styles__$
|
|
4465
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
4466
|
+
render: __vue_render__$o,
|
|
4467
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
4468
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
4452
4469
|
|
|
4453
|
-
var BtnFiles = __vue_component__$
|
|
4470
|
+
var BtnFiles = __vue_component__$w;
|
|
4454
4471
|
|
|
4455
4472
|
//
|
|
4456
4473
|
//
|
|
@@ -4458,7 +4475,7 @@ var BtnFiles = __vue_component__$v;
|
|
|
4458
4475
|
//
|
|
4459
4476
|
//
|
|
4460
4477
|
//
|
|
4461
|
-
var script$
|
|
4478
|
+
var script$n = {
|
|
4462
4479
|
props: {
|
|
4463
4480
|
dictionary: {
|
|
4464
4481
|
type: Object,
|
|
@@ -4469,10 +4486,10 @@ var script$m = {
|
|
|
4469
4486
|
};
|
|
4470
4487
|
|
|
4471
4488
|
/* script */
|
|
4472
|
-
const __vue_script__$
|
|
4489
|
+
const __vue_script__$n = script$n;
|
|
4473
4490
|
/* template */
|
|
4474
4491
|
|
|
4475
|
-
var __vue_render__$
|
|
4492
|
+
var __vue_render__$n = function () {
|
|
4476
4493
|
var _vm = this;
|
|
4477
4494
|
|
|
4478
4495
|
var _h = _vm.$createElement;
|
|
@@ -4496,31 +4513,31 @@ var __vue_render__$m = function () {
|
|
|
4496
4513
|
})], 1);
|
|
4497
4514
|
};
|
|
4498
4515
|
|
|
4499
|
-
var __vue_staticRenderFns__$
|
|
4516
|
+
var __vue_staticRenderFns__$n = [];
|
|
4500
4517
|
/* style */
|
|
4501
4518
|
|
|
4502
|
-
const __vue_inject_styles__$
|
|
4519
|
+
const __vue_inject_styles__$n = undefined;
|
|
4503
4520
|
/* scoped */
|
|
4504
4521
|
|
|
4505
|
-
const __vue_scope_id__$
|
|
4522
|
+
const __vue_scope_id__$n = undefined;
|
|
4506
4523
|
/* module identifier */
|
|
4507
4524
|
|
|
4508
|
-
const __vue_module_identifier__$
|
|
4525
|
+
const __vue_module_identifier__$n = undefined;
|
|
4509
4526
|
/* functional template */
|
|
4510
4527
|
|
|
4511
|
-
const __vue_is_functional_template__$
|
|
4528
|
+
const __vue_is_functional_template__$n = false;
|
|
4512
4529
|
/* style inject */
|
|
4513
4530
|
|
|
4514
4531
|
/* style inject SSR */
|
|
4515
4532
|
|
|
4516
4533
|
/* style inject shadow dom */
|
|
4517
4534
|
|
|
4518
|
-
const __vue_component__$
|
|
4519
|
-
render: __vue_render__$
|
|
4520
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4521
|
-
}, __vue_inject_styles__$
|
|
4535
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
4536
|
+
render: __vue_render__$n,
|
|
4537
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
4538
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
|
|
4522
4539
|
|
|
4523
|
-
var BtnExpand = __vue_component__$
|
|
4540
|
+
var BtnExpand = __vue_component__$v;
|
|
4524
4541
|
|
|
4525
4542
|
//
|
|
4526
4543
|
//
|
|
@@ -4528,7 +4545,7 @@ var BtnExpand = __vue_component__$u;
|
|
|
4528
4545
|
//
|
|
4529
4546
|
//
|
|
4530
4547
|
//
|
|
4531
|
-
var script$
|
|
4548
|
+
var script$m = {
|
|
4532
4549
|
props: {
|
|
4533
4550
|
dictionary: {
|
|
4534
4551
|
type: Object,
|
|
@@ -4539,10 +4556,10 @@ var script$l = {
|
|
|
4539
4556
|
};
|
|
4540
4557
|
|
|
4541
4558
|
/* script */
|
|
4542
|
-
const __vue_script__$
|
|
4559
|
+
const __vue_script__$m = script$m;
|
|
4543
4560
|
/* template */
|
|
4544
4561
|
|
|
4545
|
-
var __vue_render__$
|
|
4562
|
+
var __vue_render__$m = function () {
|
|
4546
4563
|
var _vm = this;
|
|
4547
4564
|
|
|
4548
4565
|
var _h = _vm.$createElement;
|
|
@@ -4566,31 +4583,31 @@ var __vue_render__$l = function () {
|
|
|
4566
4583
|
})], 1);
|
|
4567
4584
|
};
|
|
4568
4585
|
|
|
4569
|
-
var __vue_staticRenderFns__$
|
|
4586
|
+
var __vue_staticRenderFns__$m = [];
|
|
4570
4587
|
/* style */
|
|
4571
4588
|
|
|
4572
|
-
const __vue_inject_styles__$
|
|
4589
|
+
const __vue_inject_styles__$m = undefined;
|
|
4573
4590
|
/* scoped */
|
|
4574
4591
|
|
|
4575
|
-
const __vue_scope_id__$
|
|
4592
|
+
const __vue_scope_id__$m = undefined;
|
|
4576
4593
|
/* module identifier */
|
|
4577
4594
|
|
|
4578
|
-
const __vue_module_identifier__$
|
|
4595
|
+
const __vue_module_identifier__$m = undefined;
|
|
4579
4596
|
/* functional template */
|
|
4580
4597
|
|
|
4581
|
-
const __vue_is_functional_template__$
|
|
4598
|
+
const __vue_is_functional_template__$m = false;
|
|
4582
4599
|
/* style inject */
|
|
4583
4600
|
|
|
4584
4601
|
/* style inject SSR */
|
|
4585
4602
|
|
|
4586
4603
|
/* style inject shadow dom */
|
|
4587
4604
|
|
|
4588
|
-
const __vue_component__$
|
|
4589
|
-
render: __vue_render__$
|
|
4590
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4591
|
-
}, __vue_inject_styles__$
|
|
4605
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
4606
|
+
render: __vue_render__$m,
|
|
4607
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
4608
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
|
|
4592
4609
|
|
|
4593
|
-
var BtnStandardMessages = __vue_component__$
|
|
4610
|
+
var BtnStandardMessages = __vue_component__$u;
|
|
4594
4611
|
|
|
4595
4612
|
var bind = function bind(fn, thisArg) {
|
|
4596
4613
|
return function wrap() {
|
|
@@ -8505,7 +8522,7 @@ const standardMessages = {
|
|
|
8505
8522
|
};
|
|
8506
8523
|
|
|
8507
8524
|
//
|
|
8508
|
-
var script$
|
|
8525
|
+
var script$l = {
|
|
8509
8526
|
mixins: [standardMessages],
|
|
8510
8527
|
props: {
|
|
8511
8528
|
hasStandardMessages: {
|
|
@@ -8724,10 +8741,10 @@ var script$k = {
|
|
|
8724
8741
|
};
|
|
8725
8742
|
|
|
8726
8743
|
/* script */
|
|
8727
|
-
const __vue_script__$
|
|
8744
|
+
const __vue_script__$l = script$l;
|
|
8728
8745
|
/* template */
|
|
8729
8746
|
|
|
8730
|
-
var __vue_render__$
|
|
8747
|
+
var __vue_render__$l = function () {
|
|
8731
8748
|
var _vm = this;
|
|
8732
8749
|
|
|
8733
8750
|
var _h = _vm.$createElement;
|
|
@@ -8814,10 +8831,10 @@ var __vue_render__$k = function () {
|
|
|
8814
8831
|
}, [_c('VueLoader')], 1) : _vm._e()])], 1)]) : _vm._e();
|
|
8815
8832
|
};
|
|
8816
8833
|
|
|
8817
|
-
var __vue_staticRenderFns__$
|
|
8834
|
+
var __vue_staticRenderFns__$l = [];
|
|
8818
8835
|
/* style */
|
|
8819
8836
|
|
|
8820
|
-
const __vue_inject_styles__$
|
|
8837
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
8821
8838
|
if (!inject) return;
|
|
8822
8839
|
inject("data-v-7cd1c21b_0", {
|
|
8823
8840
|
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}",
|
|
@@ -8828,7 +8845,102 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
8828
8845
|
/* scoped */
|
|
8829
8846
|
|
|
8830
8847
|
|
|
8831
|
-
const __vue_scope_id__$
|
|
8848
|
+
const __vue_scope_id__$l = undefined;
|
|
8849
|
+
/* module identifier */
|
|
8850
|
+
|
|
8851
|
+
const __vue_module_identifier__$l = undefined;
|
|
8852
|
+
/* functional template */
|
|
8853
|
+
|
|
8854
|
+
const __vue_is_functional_template__$l = false;
|
|
8855
|
+
/* style inject SSR */
|
|
8856
|
+
|
|
8857
|
+
/* style inject shadow dom */
|
|
8858
|
+
|
|
8859
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
8860
|
+
render: __vue_render__$l,
|
|
8861
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
8862
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
8863
|
+
|
|
8864
|
+
var StandardMessages = __vue_component__$t;
|
|
8865
|
+
|
|
8866
|
+
//
|
|
8867
|
+
//
|
|
8868
|
+
//
|
|
8869
|
+
//
|
|
8870
|
+
//
|
|
8871
|
+
//
|
|
8872
|
+
//
|
|
8873
|
+
//
|
|
8874
|
+
//
|
|
8875
|
+
//
|
|
8876
|
+
//
|
|
8877
|
+
//
|
|
8878
|
+
//
|
|
8879
|
+
//
|
|
8880
|
+
//
|
|
8881
|
+
//
|
|
8882
|
+
//
|
|
8883
|
+
//
|
|
8884
|
+
//
|
|
8885
|
+
//
|
|
8886
|
+
//
|
|
8887
|
+
var script$k = {
|
|
8888
|
+
props: {
|
|
8889
|
+
dictionary: {
|
|
8890
|
+
type: Object,
|
|
8891
|
+
default: {},
|
|
8892
|
+
required: false
|
|
8893
|
+
}
|
|
8894
|
+
}
|
|
8895
|
+
};
|
|
8896
|
+
|
|
8897
|
+
/* script */
|
|
8898
|
+
const __vue_script__$k = script$k;
|
|
8899
|
+
/* template */
|
|
8900
|
+
|
|
8901
|
+
var __vue_render__$k = function () {
|
|
8902
|
+
var _vm = this;
|
|
8903
|
+
|
|
8904
|
+
var _h = _vm.$createElement;
|
|
8905
|
+
|
|
8906
|
+
var _c = _vm._self._c || _h;
|
|
8907
|
+
|
|
8908
|
+
return _c('div', {
|
|
8909
|
+
staticClass: "text-footer-actions--btn",
|
|
8910
|
+
attrs: {
|
|
8911
|
+
"title": _vm.dictionary.title_screen_share
|
|
8912
|
+
},
|
|
8913
|
+
on: {
|
|
8914
|
+
"click": function ($event) {
|
|
8915
|
+
return _vm.$emit('toggle-standard-messages');
|
|
8916
|
+
}
|
|
8917
|
+
}
|
|
8918
|
+
}, [_c('fa-icon', {
|
|
8919
|
+
attrs: {
|
|
8920
|
+
"icon": ['fas', 'desktop']
|
|
8921
|
+
}
|
|
8922
|
+
}), _vm._v(" "), _c('fa-icon', {
|
|
8923
|
+
attrs: {
|
|
8924
|
+
"icon": ['fas', 'share']
|
|
8925
|
+
}
|
|
8926
|
+
})], 1);
|
|
8927
|
+
};
|
|
8928
|
+
|
|
8929
|
+
var __vue_staticRenderFns__$k = [];
|
|
8930
|
+
/* style */
|
|
8931
|
+
|
|
8932
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
8933
|
+
if (!inject) return;
|
|
8934
|
+
inject("data-v-098c0894_0", {
|
|
8935
|
+
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)}",
|
|
8936
|
+
map: undefined,
|
|
8937
|
+
media: undefined
|
|
8938
|
+
});
|
|
8939
|
+
};
|
|
8940
|
+
/* scoped */
|
|
8941
|
+
|
|
8942
|
+
|
|
8943
|
+
const __vue_scope_id__$k = "data-v-098c0894";
|
|
8832
8944
|
/* module identifier */
|
|
8833
8945
|
|
|
8834
8946
|
const __vue_module_identifier__$k = undefined;
|
|
@@ -8844,7 +8956,7 @@ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
|
8844
8956
|
staticRenderFns: __vue_staticRenderFns__$k
|
|
8845
8957
|
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
8846
8958
|
|
|
8847
|
-
var
|
|
8959
|
+
var BtnScreenShare = __vue_component__$s;
|
|
8848
8960
|
|
|
8849
8961
|
//
|
|
8850
8962
|
var script$j = {
|
|
@@ -8856,7 +8968,8 @@ var script$j = {
|
|
|
8856
8968
|
BtnExpand,
|
|
8857
8969
|
RemainingCharacters,
|
|
8858
8970
|
BtnStandardMessages,
|
|
8859
|
-
StandardMessages
|
|
8971
|
+
StandardMessages,
|
|
8972
|
+
BtnScreenShare
|
|
8860
8973
|
},
|
|
8861
8974
|
mixins: [mixin_1],
|
|
8862
8975
|
props: {
|
|
@@ -8868,7 +8981,8 @@ var script$j = {
|
|
|
8868
8981
|
hasSendButton: false,
|
|
8869
8982
|
hasFiles: false,
|
|
8870
8983
|
hasAudio: false,
|
|
8871
|
-
hasExpand: false
|
|
8984
|
+
hasExpand: false,
|
|
8985
|
+
hasScreenShare: false
|
|
8872
8986
|
};
|
|
8873
8987
|
},
|
|
8874
8988
|
required: false
|
|
@@ -9296,6 +9410,10 @@ var script$j = {
|
|
|
9296
9410
|
}
|
|
9297
9411
|
},
|
|
9298
9412
|
|
|
9413
|
+
handleScreenShare() {
|
|
9414
|
+
this.$emit("handle-screen-share");
|
|
9415
|
+
},
|
|
9416
|
+
|
|
9299
9417
|
toggleStandardMessages() {
|
|
9300
9418
|
this.showStandardMessages = !this.showStandardMessages;
|
|
9301
9419
|
},
|
|
@@ -9475,26 +9593,26 @@ var __vue_render__$j = function () {
|
|
|
9475
9593
|
"message": _vm.message,
|
|
9476
9594
|
"maxCharacters": _vm.textareaSettings.maxCharacters
|
|
9477
9595
|
}
|
|
9478
|
-
}), _vm._v(" "), _vm.buttons.
|
|
9479
|
-
staticClass: "text-footer-actions"
|
|
9480
|
-
}, [_c('span', {
|
|
9481
|
-
staticClass: "text-footer-actions--btn",
|
|
9482
|
-
attrs: {
|
|
9483
|
-
"title": _vm.dictionary.title_enviar_msg
|
|
9484
|
-
},
|
|
9485
|
-
on: {
|
|
9486
|
-
"click": _vm.sendMessageHandler
|
|
9487
|
-
}
|
|
9488
|
-
}, [_c('fa-icon', {
|
|
9489
|
-
attrs: {
|
|
9490
|
-
"icon": ['fas', 'paper-plane']
|
|
9491
|
-
}
|
|
9492
|
-
})], 1)]) : _vm._e(), _vm._v(" "), _vm.buttons.hasFiles || _vm.buttons.hasAudio || _vm.buttons.hasExpand || _vm.formattedMessageSettings.hasStandardMessages ? _c('div', {
|
|
9596
|
+
}), _vm._v(" "), _vm.buttons.hasFiles || _vm.buttons.hasAudio || _vm.buttons.hasExpand || _vm.formattedMessageSettings.hasStandardMessages || _vm.buttons.hasScreenShare ? _c('div', {
|
|
9493
9597
|
staticClass: "text-footer-actions",
|
|
9494
9598
|
class: {
|
|
9495
9599
|
'outside-buttons': _vm.cssStyle.outsideButtons && !_vm.audioFile
|
|
9496
9600
|
}
|
|
9497
|
-
}, [_c('
|
|
9601
|
+
}, [_c('BtnScreenShare', {
|
|
9602
|
+
directives: [{
|
|
9603
|
+
name: "show",
|
|
9604
|
+
rawName: "v-show",
|
|
9605
|
+
value: _vm.buttons.hasScreenShare && !_vm.audioFile,
|
|
9606
|
+
expression: "buttons.hasScreenShare && !audioFile"
|
|
9607
|
+
}],
|
|
9608
|
+
ref: _vm.textId + "-screen-share",
|
|
9609
|
+
attrs: {
|
|
9610
|
+
"dictionary": _vm.dictionary
|
|
9611
|
+
},
|
|
9612
|
+
on: {
|
|
9613
|
+
"handle-screen-share": _vm.handleScreenShare
|
|
9614
|
+
}
|
|
9615
|
+
}), _vm._v(" "), _c('BtnMic', {
|
|
9498
9616
|
directives: [{
|
|
9499
9617
|
name: "show",
|
|
9500
9618
|
rawName: "v-show",
|
|
@@ -9566,7 +9684,21 @@ var __vue_render__$j = function () {
|
|
|
9566
9684
|
return _vm.$emit('expand-textarea');
|
|
9567
9685
|
}
|
|
9568
9686
|
}
|
|
9569
|
-
})], 1) : _vm._e()
|
|
9687
|
+
})], 1) : _vm._e(), _vm._v(" "), _vm.buttons.hasSendButton ? _c('div', {
|
|
9688
|
+
staticClass: "text-footer-actions"
|
|
9689
|
+
}, [_c('span', {
|
|
9690
|
+
staticClass: "text-footer-actions--btn",
|
|
9691
|
+
attrs: {
|
|
9692
|
+
"title": _vm.dictionary.title_enviar_msg
|
|
9693
|
+
},
|
|
9694
|
+
on: {
|
|
9695
|
+
"click": _vm.sendMessageHandler
|
|
9696
|
+
}
|
|
9697
|
+
}, [_c('fa-icon', {
|
|
9698
|
+
attrs: {
|
|
9699
|
+
"icon": ['fas', 'paper-plane']
|
|
9700
|
+
}
|
|
9701
|
+
})], 1)]) : _vm._e()], 1), _vm._v(" "), _c('transition', {
|
|
9570
9702
|
attrs: {
|
|
9571
9703
|
"name": "fade"
|
|
9572
9704
|
}
|
|
@@ -9599,7 +9731,7 @@ var __vue_staticRenderFns__$j = [];
|
|
|
9599
9731
|
|
|
9600
9732
|
const __vue_inject_styles__$j = function (inject) {
|
|
9601
9733
|
if (!inject) return;
|
|
9602
|
-
inject("data-v-
|
|
9734
|
+
inject("data-v-e11c0364_0", {
|
|
9603
9735
|
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}",
|
|
9604
9736
|
map: undefined,
|
|
9605
9737
|
media: undefined
|