vue-intergrall-plugins 0.0.237 → 0.0.240
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 +340 -195
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +323 -187
- package/package.json +1 -1
- package/src/lib-components/Chat/BtnFiles.vue +6 -6
- package/src/lib-components/Chat/BtnScreenShare.vue +32 -0
- package/src/lib-components/Chat/TextFooter.vue +22 -12
- package/src/lib-components/Messages/ChatMessages.vue +42 -8
- package/src/lib-components/Messages/InteratividadeBotoes.vue +1 -1
|
@@ -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;
|
|
@@ -4068,7 +4068,7 @@ var script$n = {
|
|
|
4068
4068
|
|
|
4069
4069
|
if (!this.fileSettings.multiple) {
|
|
4070
4070
|
this.file = this.file[0];
|
|
4071
|
-
this.singleFileUpload(type, this.file.name);
|
|
4071
|
+
this.singleFileUpload(type, this.file.name, this.file.type);
|
|
4072
4072
|
} else {
|
|
4073
4073
|
this.multipleFileUpload();
|
|
4074
4074
|
}
|
|
@@ -4107,7 +4107,7 @@ var script$n = {
|
|
|
4107
4107
|
if (!singleFileType) file.invalid = true;
|
|
4108
4108
|
file.imgOrDoc = singleFileType ? singleFileType : "";
|
|
4109
4109
|
|
|
4110
|
-
if (this.isFileValid(file.imgOrDoc, file.name)) {
|
|
4110
|
+
if (this.isFileValid(file.imgOrDoc, file.name, file.type)) {
|
|
4111
4111
|
if (file.imgOrDoc == "img") {
|
|
4112
4112
|
const fileReader = new FileReader();
|
|
4113
4113
|
waitForImageLoad = true;
|
|
@@ -4140,8 +4140,8 @@ var script$n = {
|
|
|
4140
4140
|
if (this.isDoc && !waitForImageLoad) this.emitFileVars();
|
|
4141
4141
|
},
|
|
4142
4142
|
|
|
4143
|
-
singleFileUpload(type, fileName) {
|
|
4144
|
-
if (this.isFileValid(type, fileName)) {
|
|
4143
|
+
singleFileUpload(type, fileName, fileType) {
|
|
4144
|
+
if (this.isFileValid(type, fileName, fileType)) {
|
|
4145
4145
|
const fileReader = new FileReader();
|
|
4146
4146
|
|
|
4147
4147
|
if (type === "img") {
|
|
@@ -4227,10 +4227,10 @@ var script$n = {
|
|
|
4227
4227
|
};
|
|
4228
4228
|
|
|
4229
4229
|
/* script */
|
|
4230
|
-
const __vue_script__$
|
|
4230
|
+
const __vue_script__$o = script$o;
|
|
4231
4231
|
/* template */
|
|
4232
4232
|
|
|
4233
|
-
var __vue_render__$
|
|
4233
|
+
var __vue_render__$o = function () {
|
|
4234
4234
|
var _vm = this;
|
|
4235
4235
|
|
|
4236
4236
|
var _h = _vm.$createElement;
|
|
@@ -4437,12 +4437,12 @@ var __vue_render__$n = function () {
|
|
|
4437
4437
|
}) : _vm._e()], 1)])], 1);
|
|
4438
4438
|
};
|
|
4439
4439
|
|
|
4440
|
-
var __vue_staticRenderFns__$
|
|
4440
|
+
var __vue_staticRenderFns__$o = [];
|
|
4441
4441
|
/* style */
|
|
4442
4442
|
|
|
4443
|
-
const __vue_inject_styles__$
|
|
4443
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
4444
4444
|
if (!inject) return;
|
|
4445
|
-
inject("data-v-
|
|
4445
|
+
inject("data-v-0a31a0c7_0", {
|
|
4446
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}",
|
|
4447
4447
|
map: undefined,
|
|
4448
4448
|
media: undefined
|
|
@@ -4451,23 +4451,23 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
4451
4451
|
/* scoped */
|
|
4452
4452
|
|
|
4453
4453
|
|
|
4454
|
-
const __vue_scope_id__$
|
|
4454
|
+
const __vue_scope_id__$o = undefined;
|
|
4455
4455
|
/* module identifier */
|
|
4456
4456
|
|
|
4457
|
-
const __vue_module_identifier__$
|
|
4457
|
+
const __vue_module_identifier__$o = undefined;
|
|
4458
4458
|
/* functional template */
|
|
4459
4459
|
|
|
4460
|
-
const __vue_is_functional_template__$
|
|
4460
|
+
const __vue_is_functional_template__$o = false;
|
|
4461
4461
|
/* style inject SSR */
|
|
4462
4462
|
|
|
4463
4463
|
/* style inject shadow dom */
|
|
4464
4464
|
|
|
4465
|
-
const __vue_component__$
|
|
4466
|
-
render: __vue_render__$
|
|
4467
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4468
|
-
}, __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);
|
|
4469
4469
|
|
|
4470
|
-
var BtnFiles = __vue_component__$
|
|
4470
|
+
var BtnFiles = __vue_component__$w;
|
|
4471
4471
|
|
|
4472
4472
|
//
|
|
4473
4473
|
//
|
|
@@ -4475,7 +4475,7 @@ var BtnFiles = __vue_component__$v;
|
|
|
4475
4475
|
//
|
|
4476
4476
|
//
|
|
4477
4477
|
//
|
|
4478
|
-
var script$
|
|
4478
|
+
var script$n = {
|
|
4479
4479
|
props: {
|
|
4480
4480
|
dictionary: {
|
|
4481
4481
|
type: Object,
|
|
@@ -4486,10 +4486,10 @@ var script$m = {
|
|
|
4486
4486
|
};
|
|
4487
4487
|
|
|
4488
4488
|
/* script */
|
|
4489
|
-
const __vue_script__$
|
|
4489
|
+
const __vue_script__$n = script$n;
|
|
4490
4490
|
/* template */
|
|
4491
4491
|
|
|
4492
|
-
var __vue_render__$
|
|
4492
|
+
var __vue_render__$n = function () {
|
|
4493
4493
|
var _vm = this;
|
|
4494
4494
|
|
|
4495
4495
|
var _h = _vm.$createElement;
|
|
@@ -4513,31 +4513,31 @@ var __vue_render__$m = function () {
|
|
|
4513
4513
|
})], 1);
|
|
4514
4514
|
};
|
|
4515
4515
|
|
|
4516
|
-
var __vue_staticRenderFns__$
|
|
4516
|
+
var __vue_staticRenderFns__$n = [];
|
|
4517
4517
|
/* style */
|
|
4518
4518
|
|
|
4519
|
-
const __vue_inject_styles__$
|
|
4519
|
+
const __vue_inject_styles__$n = undefined;
|
|
4520
4520
|
/* scoped */
|
|
4521
4521
|
|
|
4522
|
-
const __vue_scope_id__$
|
|
4522
|
+
const __vue_scope_id__$n = undefined;
|
|
4523
4523
|
/* module identifier */
|
|
4524
4524
|
|
|
4525
|
-
const __vue_module_identifier__$
|
|
4525
|
+
const __vue_module_identifier__$n = undefined;
|
|
4526
4526
|
/* functional template */
|
|
4527
4527
|
|
|
4528
|
-
const __vue_is_functional_template__$
|
|
4528
|
+
const __vue_is_functional_template__$n = false;
|
|
4529
4529
|
/* style inject */
|
|
4530
4530
|
|
|
4531
4531
|
/* style inject SSR */
|
|
4532
4532
|
|
|
4533
4533
|
/* style inject shadow dom */
|
|
4534
4534
|
|
|
4535
|
-
const __vue_component__$
|
|
4536
|
-
render: __vue_render__$
|
|
4537
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4538
|
-
}, __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);
|
|
4539
4539
|
|
|
4540
|
-
var BtnExpand = __vue_component__$
|
|
4540
|
+
var BtnExpand = __vue_component__$v;
|
|
4541
4541
|
|
|
4542
4542
|
//
|
|
4543
4543
|
//
|
|
@@ -4545,7 +4545,7 @@ var BtnExpand = __vue_component__$u;
|
|
|
4545
4545
|
//
|
|
4546
4546
|
//
|
|
4547
4547
|
//
|
|
4548
|
-
var script$
|
|
4548
|
+
var script$m = {
|
|
4549
4549
|
props: {
|
|
4550
4550
|
dictionary: {
|
|
4551
4551
|
type: Object,
|
|
@@ -4556,10 +4556,10 @@ var script$l = {
|
|
|
4556
4556
|
};
|
|
4557
4557
|
|
|
4558
4558
|
/* script */
|
|
4559
|
-
const __vue_script__$
|
|
4559
|
+
const __vue_script__$m = script$m;
|
|
4560
4560
|
/* template */
|
|
4561
4561
|
|
|
4562
|
-
var __vue_render__$
|
|
4562
|
+
var __vue_render__$m = function () {
|
|
4563
4563
|
var _vm = this;
|
|
4564
4564
|
|
|
4565
4565
|
var _h = _vm.$createElement;
|
|
@@ -4583,31 +4583,31 @@ var __vue_render__$l = function () {
|
|
|
4583
4583
|
})], 1);
|
|
4584
4584
|
};
|
|
4585
4585
|
|
|
4586
|
-
var __vue_staticRenderFns__$
|
|
4586
|
+
var __vue_staticRenderFns__$m = [];
|
|
4587
4587
|
/* style */
|
|
4588
4588
|
|
|
4589
|
-
const __vue_inject_styles__$
|
|
4589
|
+
const __vue_inject_styles__$m = undefined;
|
|
4590
4590
|
/* scoped */
|
|
4591
4591
|
|
|
4592
|
-
const __vue_scope_id__$
|
|
4592
|
+
const __vue_scope_id__$m = undefined;
|
|
4593
4593
|
/* module identifier */
|
|
4594
4594
|
|
|
4595
|
-
const __vue_module_identifier__$
|
|
4595
|
+
const __vue_module_identifier__$m = undefined;
|
|
4596
4596
|
/* functional template */
|
|
4597
4597
|
|
|
4598
|
-
const __vue_is_functional_template__$
|
|
4598
|
+
const __vue_is_functional_template__$m = false;
|
|
4599
4599
|
/* style inject */
|
|
4600
4600
|
|
|
4601
4601
|
/* style inject SSR */
|
|
4602
4602
|
|
|
4603
4603
|
/* style inject shadow dom */
|
|
4604
4604
|
|
|
4605
|
-
const __vue_component__$
|
|
4606
|
-
render: __vue_render__$
|
|
4607
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4608
|
-
}, __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);
|
|
4609
4609
|
|
|
4610
|
-
var BtnStandardMessages = __vue_component__$
|
|
4610
|
+
var BtnStandardMessages = __vue_component__$u;
|
|
4611
4611
|
|
|
4612
4612
|
var bind = function bind(fn, thisArg) {
|
|
4613
4613
|
return function wrap() {
|
|
@@ -8522,7 +8522,7 @@ const standardMessages = {
|
|
|
8522
8522
|
};
|
|
8523
8523
|
|
|
8524
8524
|
//
|
|
8525
|
-
var script$
|
|
8525
|
+
var script$l = {
|
|
8526
8526
|
mixins: [standardMessages],
|
|
8527
8527
|
props: {
|
|
8528
8528
|
hasStandardMessages: {
|
|
@@ -8741,10 +8741,10 @@ var script$k = {
|
|
|
8741
8741
|
};
|
|
8742
8742
|
|
|
8743
8743
|
/* script */
|
|
8744
|
-
const __vue_script__$
|
|
8744
|
+
const __vue_script__$l = script$l;
|
|
8745
8745
|
/* template */
|
|
8746
8746
|
|
|
8747
|
-
var __vue_render__$
|
|
8747
|
+
var __vue_render__$l = function () {
|
|
8748
8748
|
var _vm = this;
|
|
8749
8749
|
|
|
8750
8750
|
var _h = _vm.$createElement;
|
|
@@ -8831,10 +8831,10 @@ var __vue_render__$k = function () {
|
|
|
8831
8831
|
}, [_c('VueLoader')], 1) : _vm._e()])], 1)]) : _vm._e();
|
|
8832
8832
|
};
|
|
8833
8833
|
|
|
8834
|
-
var __vue_staticRenderFns__$
|
|
8834
|
+
var __vue_staticRenderFns__$l = [];
|
|
8835
8835
|
/* style */
|
|
8836
8836
|
|
|
8837
|
-
const __vue_inject_styles__$
|
|
8837
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
8838
8838
|
if (!inject) return;
|
|
8839
8839
|
inject("data-v-7cd1c21b_0", {
|
|
8840
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}",
|
|
@@ -8845,7 +8845,102 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
8845
8845
|
/* scoped */
|
|
8846
8846
|
|
|
8847
8847
|
|
|
8848
|
-
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";
|
|
8849
8944
|
/* module identifier */
|
|
8850
8945
|
|
|
8851
8946
|
const __vue_module_identifier__$k = undefined;
|
|
@@ -8861,7 +8956,7 @@ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
|
8861
8956
|
staticRenderFns: __vue_staticRenderFns__$k
|
|
8862
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);
|
|
8863
8958
|
|
|
8864
|
-
var
|
|
8959
|
+
var BtnScreenShare = __vue_component__$s;
|
|
8865
8960
|
|
|
8866
8961
|
//
|
|
8867
8962
|
var script$j = {
|
|
@@ -8873,7 +8968,8 @@ var script$j = {
|
|
|
8873
8968
|
BtnExpand,
|
|
8874
8969
|
RemainingCharacters,
|
|
8875
8970
|
BtnStandardMessages,
|
|
8876
|
-
StandardMessages
|
|
8971
|
+
StandardMessages,
|
|
8972
|
+
BtnScreenShare
|
|
8877
8973
|
},
|
|
8878
8974
|
mixins: [mixin_1],
|
|
8879
8975
|
props: {
|
|
@@ -8885,7 +8981,8 @@ var script$j = {
|
|
|
8885
8981
|
hasSendButton: false,
|
|
8886
8982
|
hasFiles: false,
|
|
8887
8983
|
hasAudio: false,
|
|
8888
|
-
hasExpand: false
|
|
8984
|
+
hasExpand: false,
|
|
8985
|
+
hasScreenShare: false
|
|
8889
8986
|
};
|
|
8890
8987
|
},
|
|
8891
8988
|
required: false
|
|
@@ -9313,6 +9410,10 @@ var script$j = {
|
|
|
9313
9410
|
}
|
|
9314
9411
|
},
|
|
9315
9412
|
|
|
9413
|
+
handleScreenShare() {
|
|
9414
|
+
this.$emit("handle-screen-share");
|
|
9415
|
+
},
|
|
9416
|
+
|
|
9316
9417
|
toggleStandardMessages() {
|
|
9317
9418
|
this.showStandardMessages = !this.showStandardMessages;
|
|
9318
9419
|
},
|
|
@@ -9492,26 +9593,26 @@ var __vue_render__$j = function () {
|
|
|
9492
9593
|
"message": _vm.message,
|
|
9493
9594
|
"maxCharacters": _vm.textareaSettings.maxCharacters
|
|
9494
9595
|
}
|
|
9495
|
-
}), _vm._v(" "), _vm.buttons.
|
|
9496
|
-
staticClass: "text-footer-actions"
|
|
9497
|
-
}, [_c('span', {
|
|
9498
|
-
staticClass: "text-footer-actions--btn",
|
|
9499
|
-
attrs: {
|
|
9500
|
-
"title": _vm.dictionary.title_enviar_msg
|
|
9501
|
-
},
|
|
9502
|
-
on: {
|
|
9503
|
-
"click": _vm.sendMessageHandler
|
|
9504
|
-
}
|
|
9505
|
-
}, [_c('fa-icon', {
|
|
9506
|
-
attrs: {
|
|
9507
|
-
"icon": ['fas', 'paper-plane']
|
|
9508
|
-
}
|
|
9509
|
-
})], 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', {
|
|
9510
9597
|
staticClass: "text-footer-actions",
|
|
9511
9598
|
class: {
|
|
9512
9599
|
'outside-buttons': _vm.cssStyle.outsideButtons && !_vm.audioFile
|
|
9513
9600
|
}
|
|
9514
|
-
}, [_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', {
|
|
9515
9616
|
directives: [{
|
|
9516
9617
|
name: "show",
|
|
9517
9618
|
rawName: "v-show",
|
|
@@ -9583,7 +9684,21 @@ var __vue_render__$j = function () {
|
|
|
9583
9684
|
return _vm.$emit('expand-textarea');
|
|
9584
9685
|
}
|
|
9585
9686
|
}
|
|
9586
|
-
})], 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', {
|
|
9587
9702
|
attrs: {
|
|
9588
9703
|
"name": "fade"
|
|
9589
9704
|
}
|
|
@@ -9616,8 +9731,8 @@ var __vue_staticRenderFns__$j = [];
|
|
|
9616
9731
|
|
|
9617
9732
|
const __vue_inject_styles__$j = function (inject) {
|
|
9618
9733
|
if (!inject) return;
|
|
9619
|
-
inject("data-v-
|
|
9620
|
-
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:-
|
|
9734
|
+
inject("data-v-554a3595_0", {
|
|
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:-20px;right:35px;background-color:#fafafa}.text-footer-container .text-footer-actions .text-footer-actions--btn{display:flex;justify-content:center;align-items:center;color:#777;border-radius:50%;transition:background .3s;padding:10px;font-size:1rem;width:36px;height:36px;cursor:pointer;margin-right:2.5px}.text-footer-container .text-footer-actions .text-footer-actions--btn:last-child{margin-right:unset}.text-footer-container .text-footer-actions .text-footer-actions--btn:hover{background-color:rgba(0,0,0,.1)}.text-footer-container .text-footer-actions .text-footer-actions--btn.files-activated{background-color:rgba(0,0,0,.1)}.text-footer-container .text-footer-actions .text-footer-actions--btn.audio-activated{background-color:rgba(208,0,0,.7);color:#fff}.text-footer-container .text-footer-actions .text-footer-actions--btn.left-button{position:absolute;left:0}.text-footer-container .text-footer-hsm-container{margin:12px 0 7px 0}.text-footer-container .text-footer-hsm-container.full{width:100%}.text-footer-container .text-footer-hsm-container.almostFull{width:95%}.text-footer-container .text-footer-hsm-container.medium{width:75%}.text-footer-container .text-footer-hsm-container .text-footer-v-select{border-radius:5px;margin-bottom:5px}.text-footer-container .text-footer-hsm-container .text-footer-select-03{display:flex;align-items:center;flex:1;width:100%}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer-v-select{flex:1}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03{transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -3px rgba(0,0,0,.2);opacity:.9;border-radius:2.5px;display:flex;justify-content:center;align-items:center;margin-left:5px;margin-bottom:5px;background-color:#f7fe72;width:32px;height:32px}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03:hover{opacity:1}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03 svg{font-size:1rem}.text-footer-container .text-footer-files-container{position:absolute;right:0;top:-55px;padding:5px;background-color:rgba(0,0,0,.4);border-radius:5px;display:flex;align-items:center;justify-content:space-between;z-index:1}.text-footer-container .text-footer-files-container.horizontal{right:-55px;flex-direction:column}.text-footer-container .text-footer-files-container .files-btn{transition-duration:.3s;transition-property:opacity;opacity:.8;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:10px;padding:3px;width:40px;height:40px;font-size:1rem;color:#fff}.text-footer-container .text-footer-files-container .files-btn:hover{opacity:1}.text-footer-container .text-footer-files-container .files-btn svg{color:#fff}.text-footer-container .text-footer-files-container .files-btn.images{background-color:#9575cd;margin-right:5px}.text-footer-container .text-footer-files-container .files-btn.images.margin-bottom{margin-right:unset;margin-bottom:5px}.text-footer-container .text-footer-files-container .files-btn.docs{background-color:#7986cb}.text-footer-container .text-footer-files-container .files-btn.system{background-color:#49a349;margin-left:5px}.text-footer-container .text-footer-files-container .files-btn.both{font-size:.95rem;background-color:#5555ec;flex-direction:column}.text-footer-container .text-footer-files-container .files-btn.both svg:nth-child(1){transform:translateX(5px)}.text-footer-container .text-footer-files-container .files-btn.both svg:nth-child(2){transform:translateX(-5px)}.text-footer-container .text-footer-preview-container{width:100%;cursor:default;position:absolute;left:0;background-color:#f1f1f1;border:2px solid #ccc;border-bottom:unset;border-top-left-radius:2.5px;border-top-right-radius:2.5px}.text-footer-container .text-footer-preview-container.isDoc{top:-50px;width:100%;height:45px}.text-footer-container .text-footer-preview-container.isImg,.text-footer-container .text-footer-preview-container.isMultiple{top:-205px;width:100%;height:200px}.text-footer-container .text-footer-preview-container.isImg .text-footer-image-preview{height:170px}.text-footer-container .text-footer-preview-container.isError{top:-80px;width:100%;height:75px}.text-footer-container .text-footer-alt{margin-top:-12px;width:100%;padding:0 10px}.text-footer-container .text-footer-alt .text-footer-out-session{margin-top:12px}.text-footer-container .text-footer-alt .text-footer-sem-24h{font-size:.8rem;text-align:right;font-weight:600;letter-spacing:-.5px;color:#dd7f0c;margin-top:5px;position:absolute;right:0}.text-footer-container .text-footer-alt .sem-templates{margin-top:10px;font-size:.8rem;text-align:right;font-weight:600;letter-spacing:-.5px;color:#921e12}.text-footer-container .text-footer-alt .text-footer-templates{position:relative;width:100%}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection{width:100%;display:flex;align-items:center}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection h4{margin-right:5px}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection .sm__select{flex:1}.vs__dropdown-menu{font-size:.85rem!important}.emoji-mart-anchor,.emoji-mart-emoji span{cursor:pointer!important}.emoji-mart{z-index:2!important}.emoji-mart-scroll{overflow-x:hidden}",
|
|
9621
9736
|
map: undefined,
|
|
9622
9737
|
media: undefined
|
|
9623
9738
|
});
|
|
@@ -12587,8 +12702,8 @@ var __vue_staticRenderFns__$7 = [];
|
|
|
12587
12702
|
|
|
12588
12703
|
const __vue_inject_styles__$7 = function (inject) {
|
|
12589
12704
|
if (!inject) return;
|
|
12590
|
-
inject("data-v-
|
|
12591
|
-
source: ".show-x-enter-active,.show-x-leave-enter{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter,.show-x-leave-to{opacity:0;transform:translateX(5%)}.interatividade-btn{width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;color:var(--
|
|
12705
|
+
inject("data-v-5c4e7f09_0", {
|
|
12706
|
+
source: ".show-x-enter-active,.show-x-leave-enter{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter,.show-x-leave-to{opacity:0;transform:translateX(5%)}.interatividade-btn{width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;color:var(--text-color);padding:10px 12px;border-radius:5px;margin-bottom:10px}.interatividade-btn:nth-child(1){margin-top:10px}.interatividade-titulo{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape{color:#818181;margin-top:5px}.interatividade-lista-link{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link:hover{color:#00628f}",
|
|
12592
12707
|
map: undefined,
|
|
12593
12708
|
media: undefined
|
|
12594
12709
|
});
|
|
@@ -12950,6 +13065,7 @@ var script$5 = {
|
|
|
12950
13065
|
try {
|
|
12951
13066
|
const root = document.documentElement;
|
|
12952
13067
|
root.style.setProperty('--message-color', this.corMsg);
|
|
13068
|
+
this.adjustFontColor(this.corMsg);
|
|
12953
13069
|
} catch (e) {
|
|
12954
13070
|
console.error("Erro ao atribuir a cor as mensagens");
|
|
12955
13071
|
console.error(e);
|
|
@@ -12989,6 +13105,35 @@ var script$5 = {
|
|
|
12989
13105
|
this.$emit("abrir-imagem", imagem);
|
|
12990
13106
|
},
|
|
12991
13107
|
|
|
13108
|
+
adjustFontColor(cor) {
|
|
13109
|
+
try {
|
|
13110
|
+
let result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(cor);
|
|
13111
|
+
result = result ? {
|
|
13112
|
+
r: parseInt(result[1], 16),
|
|
13113
|
+
g: parseInt(result[2], 16),
|
|
13114
|
+
b: parseInt(result[3], 16)
|
|
13115
|
+
} : null;
|
|
13116
|
+
if (!result) return;
|
|
13117
|
+
const {
|
|
13118
|
+
r,
|
|
13119
|
+
g,
|
|
13120
|
+
b
|
|
13121
|
+
} = result;
|
|
13122
|
+
const rgb = parseInt(`${r}${g}${b}`, 16);
|
|
13123
|
+
const r1 = rgb >> 16 & 0xFF;
|
|
13124
|
+
const g1 = rgb >> 8 & 0xFF;
|
|
13125
|
+
const b1 = rgb & 0xFF;
|
|
13126
|
+
const luma = 0.2126 * r1 + 0.7152 * g1 + 0.0722 * b1;
|
|
13127
|
+
console.log({
|
|
13128
|
+
luma
|
|
13129
|
+
});
|
|
13130
|
+
const root = document.documentElement;
|
|
13131
|
+
root.style.setProperty('--text-color', luma < 50 ? "#111B21" : "#FFF");
|
|
13132
|
+
} catch (e) {
|
|
13133
|
+
console.error("Erro ao ajustar a cor da mensagem: ", e);
|
|
13134
|
+
}
|
|
13135
|
+
},
|
|
13136
|
+
|
|
12992
13137
|
formatMsg(msg) {
|
|
12993
13138
|
const regex = /(\n| )/g;
|
|
12994
13139
|
if (regex.test(msg)) msg = msg.replace(regex, "<br>");
|
|
@@ -13286,8 +13431,8 @@ var __vue_staticRenderFns__$5 = [];
|
|
|
13286
13431
|
|
|
13287
13432
|
const __vue_inject_styles__$5 = function (inject) {
|
|
13288
13433
|
if (!inject) return;
|
|
13289
|
-
inject("data-v-
|
|
13290
|
-
source: ":root{--message-color:#373737}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem{padding:14px 7px;border-radius:
|
|
13434
|
+
inject("data-v-fa87f65e_0", {
|
|
13435
|
+
source: ":root{--message-color:#373737;--text-color:#FFF}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem{padding:14px 7px;border-radius:5px;min-width:150px;min-height:60px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;max-width:80%;margin-bottom:10px;font-size:.75rem;word-break:break-word;-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)}.mensagem.max-w-60{max-width:60%}.mensagem.mapa{width:100%}.mensagem.hist-msg{animation:show 1s}.mensagem a{margin-right:5px;font-weight:550;color:inherit;text-decoration:none}.mensagem a:hover{text-decoration:underline}.message p{white-space:pre-wrap}.mensagem-anexo a,.mensagem-div-mapa a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.reply{cursor:pointer;position:absolute;right:53px;bottom:5px;font-size:.6rem;color:#67a332;width:.9rem;height:.9rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff}.reply svg{margin-top:-1px;margin-right:-1px}.reply-with-2-icons{right:30px}.check{cursor:pointer;position:absolute;right:10px;bottom:2px;font-size:.7rem}.check.visualizado,.check.visualizado svg{color:#006daa}.check.verde,.check.verde svg{color:#4f772d}.check.vermelho,.check.vermelho svg{color:#ba181b}.check.cinza,.check.cinza svg{color:#999}.check.preto,.check.preto svg{color:#666}.star{cursor:pointer;position:absolute;right:30px;bottom:2px;font-size:.4rem;width:11.2px}.default-stick-size{width:180px;height:auto}.horario-envio{margin-right:15px;font-size:.7rem;position:absolute;left:10px;bottom:2px}.autor-mensagem{position:absolute;font-size:.6rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:90%;font-weight:700;top:2px}.mensagem__principal{width:100%;display:flex;justify-content:flex-end}.mensagem__principal>.mensagem::after{content:\"\";width:0;height:0;position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid var(--message-color);bottom:5px;right:-10px;transform:rotate(-90deg)}.mensagem__principal>.mensagem{background-color:var(--message-color);color:var(--text-color)}.mensagem__principal>.mensagem .horario-envio{color:var(--text-color)}.mensagem__principal>.mensagem .autor-mensagem{right:5px;color:var(--text-color)}.mensagem__outros{width:100%;display:flex}.mensagem__outros>.mensagem{background-color:#fff;color:#333}.mensagem__outros>.mensagem::after{content:\"\";width:0;height:0;position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;bottom:5px;left:-10px;transform:rotate(90deg)}.mensagem__outros>.autor-mensagem{left:5px;color:#333}.mensagem-div-mapa{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:5px}.msg-mapa{width:100%;min-height:225px;height:100%;box-sizing:initial}.msg-mapa img{max-width:none!important}.info-mapa{list-style-type:none}.info-mapa li.title{font-size:.85em}.info-mapa li.address,.info-mapa li.url{font-size:.85em}.info-mapa li.url{font-size:.85em}.tooltip-list{margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}",
|
|
13291
13436
|
map: undefined,
|
|
13292
13437
|
media: undefined
|
|
13293
13438
|
});
|