vue-intergrall-plugins 0.0.242 → 0.0.245
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vue-intergrall-plugins.esm.js +365 -199
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +368 -210
- package/package.json +1 -1
- package/src/lib-components/Chat/BtnDownloadAllFiles.vue +32 -0
- package/src/lib-components/Chat/TextFooter.vue +10 -3
- package/src/lib-components/Loader/Loader.vue +1 -0
- package/src/lib-components/Messages/ChatMessages.vue +28 -16
- package/src/lib-components/Templates/TemplateGenerator.vue +12 -5
- package/src/lib-components/Templates/TemplateMessage.vue +11 -0
- package/src/lib-components/Templates/TemplateSingle.vue +6 -1
|
@@ -1857,7 +1857,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1857
1857
|
//
|
|
1858
1858
|
//
|
|
1859
1859
|
//
|
|
1860
|
-
var script$
|
|
1860
|
+
var script$y = {
|
|
1861
1861
|
data() {
|
|
1862
1862
|
return {
|
|
1863
1863
|
varValues: {},
|
|
@@ -1918,6 +1918,11 @@ var script$x = {
|
|
|
1918
1918
|
},
|
|
1919
1919
|
|
|
1920
1920
|
methods: {
|
|
1921
|
+
handleInitialFocus() {
|
|
1922
|
+
const allInputs = document.querySelectorAll(`.input-var-${this.identifier}`);
|
|
1923
|
+
if (allInputs.length) allInputs[0].focus();else if (this.$refs["template-single-button"]) this.$refs["template-single-button"].focus();
|
|
1924
|
+
},
|
|
1925
|
+
|
|
1921
1926
|
limparInputVar() {
|
|
1922
1927
|
const allInputs = document.querySelectorAll(`.input-var-${this.identifier}`);
|
|
1923
1928
|
allInputs.forEach(input => {
|
|
@@ -2153,10 +2158,10 @@ function normalizeComponent(template, style, script, scopeId, isFunctionalTempla
|
|
|
2153
2158
|
}
|
|
2154
2159
|
|
|
2155
2160
|
/* script */
|
|
2156
|
-
const __vue_script__$
|
|
2161
|
+
const __vue_script__$y = script$y;
|
|
2157
2162
|
/* template */
|
|
2158
2163
|
|
|
2159
|
-
var __vue_render__$
|
|
2164
|
+
var __vue_render__$y = function () {
|
|
2160
2165
|
var _vm = this;
|
|
2161
2166
|
|
|
2162
2167
|
var _h = _vm.$createElement;
|
|
@@ -2224,6 +2229,7 @@ var __vue_render__$x = function () {
|
|
|
2224
2229
|
'small-btn': _vm.iconButton
|
|
2225
2230
|
}
|
|
2226
2231
|
}, [_c('button', {
|
|
2232
|
+
ref: "template-single-button",
|
|
2227
2233
|
on: {
|
|
2228
2234
|
"click": function ($event) {
|
|
2229
2235
|
return _vm.$emit('click-trigger');
|
|
@@ -2240,31 +2246,31 @@ var __vue_render__$x = function () {
|
|
|
2240
2246
|
})], 2)]) : _vm._e()]);
|
|
2241
2247
|
};
|
|
2242
2248
|
|
|
2243
|
-
var __vue_staticRenderFns__$
|
|
2249
|
+
var __vue_staticRenderFns__$y = [];
|
|
2244
2250
|
/* style */
|
|
2245
2251
|
|
|
2246
|
-
const __vue_inject_styles__$
|
|
2252
|
+
const __vue_inject_styles__$y = undefined;
|
|
2247
2253
|
/* scoped */
|
|
2248
2254
|
|
|
2249
|
-
const __vue_scope_id__$
|
|
2255
|
+
const __vue_scope_id__$y = undefined;
|
|
2250
2256
|
/* module identifier */
|
|
2251
2257
|
|
|
2252
|
-
const __vue_module_identifier__$
|
|
2258
|
+
const __vue_module_identifier__$y = undefined;
|
|
2253
2259
|
/* functional template */
|
|
2254
2260
|
|
|
2255
|
-
const __vue_is_functional_template__$
|
|
2261
|
+
const __vue_is_functional_template__$y = false;
|
|
2256
2262
|
/* style inject */
|
|
2257
2263
|
|
|
2258
2264
|
/* style inject SSR */
|
|
2259
2265
|
|
|
2260
2266
|
/* style inject shadow dom */
|
|
2261
2267
|
|
|
2262
|
-
const __vue_component__$
|
|
2263
|
-
render: __vue_render__$
|
|
2264
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2265
|
-
}, __vue_inject_styles__$
|
|
2268
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
2269
|
+
render: __vue_render__$y,
|
|
2270
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
2271
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);
|
|
2266
2272
|
|
|
2267
|
-
var TemplateSingle = __vue_component__$
|
|
2273
|
+
var TemplateSingle = __vue_component__$G;
|
|
2268
2274
|
|
|
2269
2275
|
const setResizeListeners = ($el, inputClass, parentClass) => {
|
|
2270
2276
|
const inputTargets = $el.querySelectorAll(inputClass);
|
|
@@ -2460,7 +2466,7 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2460
2466
|
//
|
|
2461
2467
|
//
|
|
2462
2468
|
//
|
|
2463
|
-
var script$
|
|
2469
|
+
var script$x = {};
|
|
2464
2470
|
|
|
2465
2471
|
const isOldIE = typeof navigator !== 'undefined' &&
|
|
2466
2472
|
/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
@@ -2516,10 +2522,10 @@ function addStyle(id, css) {
|
|
|
2516
2522
|
}
|
|
2517
2523
|
|
|
2518
2524
|
/* script */
|
|
2519
|
-
const __vue_script__$
|
|
2525
|
+
const __vue_script__$x = script$x;
|
|
2520
2526
|
/* template */
|
|
2521
2527
|
|
|
2522
|
-
var __vue_render__$
|
|
2528
|
+
var __vue_render__$x = function () {
|
|
2523
2529
|
var _vm = this;
|
|
2524
2530
|
|
|
2525
2531
|
var _h = _vm.$createElement;
|
|
@@ -2529,7 +2535,7 @@ var __vue_render__$w = function () {
|
|
|
2529
2535
|
return _vm._m(0);
|
|
2530
2536
|
};
|
|
2531
2537
|
|
|
2532
|
-
var __vue_staticRenderFns__$
|
|
2538
|
+
var __vue_staticRenderFns__$x = [function () {
|
|
2533
2539
|
var _vm = this;
|
|
2534
2540
|
|
|
2535
2541
|
var _h = _vm.$createElement;
|
|
@@ -2592,7 +2598,7 @@ var __vue_staticRenderFns__$w = [function () {
|
|
|
2592
2598
|
}];
|
|
2593
2599
|
/* style */
|
|
2594
2600
|
|
|
2595
|
-
const __vue_inject_styles__$
|
|
2601
|
+
const __vue_inject_styles__$x = function (inject) {
|
|
2596
2602
|
if (!inject) return;
|
|
2597
2603
|
inject("data-v-606babe9_0", {
|
|
2598
2604
|
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 +2609,26 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
2603
2609
|
/* scoped */
|
|
2604
2610
|
|
|
2605
2611
|
|
|
2606
|
-
const __vue_scope_id__$
|
|
2612
|
+
const __vue_scope_id__$x = undefined;
|
|
2607
2613
|
/* module identifier */
|
|
2608
2614
|
|
|
2609
|
-
const __vue_module_identifier__$
|
|
2615
|
+
const __vue_module_identifier__$x = undefined;
|
|
2610
2616
|
/* functional template */
|
|
2611
2617
|
|
|
2612
|
-
const __vue_is_functional_template__$
|
|
2618
|
+
const __vue_is_functional_template__$x = false;
|
|
2613
2619
|
/* style inject SSR */
|
|
2614
2620
|
|
|
2615
2621
|
/* style inject shadow dom */
|
|
2616
2622
|
|
|
2617
|
-
const __vue_component__$
|
|
2618
|
-
render: __vue_render__$
|
|
2619
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2620
|
-
}, __vue_inject_styles__$
|
|
2623
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
2624
|
+
render: __vue_render__$x,
|
|
2625
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
2626
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
|
|
2621
2627
|
|
|
2622
|
-
var SkeletonPicker = __vue_component__$
|
|
2628
|
+
var SkeletonPicker = __vue_component__$F;
|
|
2623
2629
|
|
|
2624
2630
|
//
|
|
2625
|
-
var script$
|
|
2631
|
+
var script$w = {
|
|
2626
2632
|
components: {
|
|
2627
2633
|
SkeletonPicker
|
|
2628
2634
|
},
|
|
@@ -2831,10 +2837,10 @@ var script$v = {
|
|
|
2831
2837
|
};
|
|
2832
2838
|
|
|
2833
2839
|
/* script */
|
|
2834
|
-
const __vue_script__$
|
|
2840
|
+
const __vue_script__$w = script$w;
|
|
2835
2841
|
/* template */
|
|
2836
2842
|
|
|
2837
|
-
var __vue_render__$
|
|
2843
|
+
var __vue_render__$w = function () {
|
|
2838
2844
|
var _vm = this;
|
|
2839
2845
|
|
|
2840
2846
|
var _h = _vm.$createElement;
|
|
@@ -2937,10 +2943,10 @@ var __vue_render__$v = function () {
|
|
|
2937
2943
|
}), 0)]], 2)], 1);
|
|
2938
2944
|
};
|
|
2939
2945
|
|
|
2940
|
-
var __vue_staticRenderFns__$
|
|
2946
|
+
var __vue_staticRenderFns__$w = [];
|
|
2941
2947
|
/* style */
|
|
2942
2948
|
|
|
2943
|
-
const __vue_inject_styles__$
|
|
2949
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
2944
2950
|
if (!inject) return;
|
|
2945
2951
|
inject("data-v-678ca55c_0", {
|
|
2946
2952
|
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 +2957,26 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
2951
2957
|
/* scoped */
|
|
2952
2958
|
|
|
2953
2959
|
|
|
2954
|
-
const __vue_scope_id__$
|
|
2960
|
+
const __vue_scope_id__$w = undefined;
|
|
2955
2961
|
/* module identifier */
|
|
2956
2962
|
|
|
2957
|
-
const __vue_module_identifier__$
|
|
2963
|
+
const __vue_module_identifier__$w = undefined;
|
|
2958
2964
|
/* functional template */
|
|
2959
2965
|
|
|
2960
|
-
const __vue_is_functional_template__$
|
|
2966
|
+
const __vue_is_functional_template__$w = false;
|
|
2961
2967
|
/* style inject SSR */
|
|
2962
2968
|
|
|
2963
2969
|
/* style inject shadow dom */
|
|
2964
2970
|
|
|
2965
|
-
const __vue_component__$
|
|
2966
|
-
render: __vue_render__$
|
|
2967
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2968
|
-
}, __vue_inject_styles__$
|
|
2971
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
2972
|
+
render: __vue_render__$w,
|
|
2973
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
2974
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
2969
2975
|
|
|
2970
|
-
var Picker = __vue_component__$
|
|
2976
|
+
var Picker = __vue_component__$E;
|
|
2971
2977
|
|
|
2972
2978
|
//
|
|
2973
|
-
var script$
|
|
2979
|
+
var script$v = {
|
|
2974
2980
|
components: {
|
|
2975
2981
|
Picker
|
|
2976
2982
|
},
|
|
@@ -3070,10 +3076,10 @@ var script$u = {
|
|
|
3070
3076
|
};
|
|
3071
3077
|
|
|
3072
3078
|
/* script */
|
|
3073
|
-
const __vue_script__$
|
|
3079
|
+
const __vue_script__$v = script$v;
|
|
3074
3080
|
/* template */
|
|
3075
3081
|
|
|
3076
|
-
var __vue_render__$
|
|
3082
|
+
var __vue_render__$v = function () {
|
|
3077
3083
|
var _vm = this;
|
|
3078
3084
|
|
|
3079
3085
|
var _h = _vm.$createElement;
|
|
@@ -3116,10 +3122,10 @@ var __vue_render__$u = function () {
|
|
|
3116
3122
|
})], 1)], 1);
|
|
3117
3123
|
};
|
|
3118
3124
|
|
|
3119
|
-
var __vue_staticRenderFns__$
|
|
3125
|
+
var __vue_staticRenderFns__$v = [];
|
|
3120
3126
|
/* style */
|
|
3121
3127
|
|
|
3122
|
-
const __vue_inject_styles__$
|
|
3128
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
3123
3129
|
if (!inject) return;
|
|
3124
3130
|
inject("data-v-7b7b5e22_0", {
|
|
3125
3131
|
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 +3136,23 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
3130
3136
|
/* scoped */
|
|
3131
3137
|
|
|
3132
3138
|
|
|
3133
|
-
const __vue_scope_id__$
|
|
3139
|
+
const __vue_scope_id__$v = undefined;
|
|
3134
3140
|
/* module identifier */
|
|
3135
3141
|
|
|
3136
|
-
const __vue_module_identifier__$
|
|
3142
|
+
const __vue_module_identifier__$v = undefined;
|
|
3137
3143
|
/* functional template */
|
|
3138
3144
|
|
|
3139
|
-
const __vue_is_functional_template__$
|
|
3145
|
+
const __vue_is_functional_template__$v = false;
|
|
3140
3146
|
/* style inject SSR */
|
|
3141
3147
|
|
|
3142
3148
|
/* style inject shadow dom */
|
|
3143
3149
|
|
|
3144
|
-
const __vue_component__$
|
|
3145
|
-
render: __vue_render__$
|
|
3146
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3147
|
-
}, __vue_inject_styles__$
|
|
3150
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
3151
|
+
render: __vue_render__$v,
|
|
3152
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
3153
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
3148
3154
|
|
|
3149
|
-
var BtnEmojis = __vue_component__$
|
|
3155
|
+
var BtnEmojis = __vue_component__$D;
|
|
3150
3156
|
|
|
3151
3157
|
//
|
|
3152
3158
|
//
|
|
@@ -3154,7 +3160,7 @@ var BtnEmojis = __vue_component__$C;
|
|
|
3154
3160
|
//
|
|
3155
3161
|
//
|
|
3156
3162
|
//
|
|
3157
|
-
var script$
|
|
3163
|
+
var script$u = {
|
|
3158
3164
|
props: {
|
|
3159
3165
|
hasBg: {
|
|
3160
3166
|
type: Boolean,
|
|
@@ -3177,10 +3183,10 @@ var script$t = {
|
|
|
3177
3183
|
};
|
|
3178
3184
|
|
|
3179
3185
|
/* script */
|
|
3180
|
-
const __vue_script__$
|
|
3186
|
+
const __vue_script__$u = script$u;
|
|
3181
3187
|
/* template */
|
|
3182
3188
|
|
|
3183
|
-
var __vue_render__$
|
|
3189
|
+
var __vue_render__$u = function () {
|
|
3184
3190
|
var _vm = this;
|
|
3185
3191
|
|
|
3186
3192
|
var _h = _vm.$createElement;
|
|
@@ -3202,13 +3208,13 @@ var __vue_render__$t = function () {
|
|
|
3202
3208
|
})]);
|
|
3203
3209
|
};
|
|
3204
3210
|
|
|
3205
|
-
var __vue_staticRenderFns__$
|
|
3211
|
+
var __vue_staticRenderFns__$u = [];
|
|
3206
3212
|
/* style */
|
|
3207
3213
|
|
|
3208
|
-
const __vue_inject_styles__$
|
|
3214
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
3209
3215
|
if (!inject) return;
|
|
3210
|
-
inject("data-v-
|
|
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
|
+
inject("data-v-0b32f34b_0", {
|
|
3217
|
+
source: ".req-loader-container{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.req-loader-container.light-bg{background-color:rgba(0,0,0,.3);border-radius:inherit}.req-loader-container.align-right{justify-content:flex-end}.req-loader-container.align-right .req-loader{margin-right:15px}.req-loader{border:2px solid #ccc;border-top:2px solid #333;border-radius:50%;width:20px;height:20px;min-width:20px;min-height:20px;animation:spin 2s linear infinite}.req-loader.big{width:40px;height:40px;animation:spin 3s linear infinite}.req-loader.slow{animation:spin 4s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
|
|
3212
3218
|
map: undefined,
|
|
3213
3219
|
media: undefined
|
|
3214
3220
|
});
|
|
@@ -3216,23 +3222,23 @@ const __vue_inject_styles__$t = function (inject) {
|
|
|
3216
3222
|
/* scoped */
|
|
3217
3223
|
|
|
3218
3224
|
|
|
3219
|
-
const __vue_scope_id__$
|
|
3225
|
+
const __vue_scope_id__$u = undefined;
|
|
3220
3226
|
/* module identifier */
|
|
3221
3227
|
|
|
3222
|
-
const __vue_module_identifier__$
|
|
3228
|
+
const __vue_module_identifier__$u = undefined;
|
|
3223
3229
|
/* functional template */
|
|
3224
3230
|
|
|
3225
|
-
const __vue_is_functional_template__$
|
|
3231
|
+
const __vue_is_functional_template__$u = false;
|
|
3226
3232
|
/* style inject SSR */
|
|
3227
3233
|
|
|
3228
3234
|
/* style inject shadow dom */
|
|
3229
3235
|
|
|
3230
|
-
const __vue_component__$
|
|
3231
|
-
render: __vue_render__$
|
|
3232
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3233
|
-
}, __vue_inject_styles__$
|
|
3236
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
3237
|
+
render: __vue_render__$u,
|
|
3238
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
3239
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
3234
3240
|
|
|
3235
|
-
var Loader = __vue_component__$
|
|
3241
|
+
var Loader = __vue_component__$C;
|
|
3236
3242
|
|
|
3237
3243
|
//
|
|
3238
3244
|
//
|
|
@@ -3242,7 +3248,7 @@ var Loader = __vue_component__$B;
|
|
|
3242
3248
|
//
|
|
3243
3249
|
//
|
|
3244
3250
|
//
|
|
3245
|
-
var script$
|
|
3251
|
+
var script$t = {
|
|
3246
3252
|
props: {
|
|
3247
3253
|
message: {
|
|
3248
3254
|
type: String,
|
|
@@ -3263,10 +3269,10 @@ var script$s = {
|
|
|
3263
3269
|
};
|
|
3264
3270
|
|
|
3265
3271
|
/* script */
|
|
3266
|
-
const __vue_script__$
|
|
3272
|
+
const __vue_script__$t = script$t;
|
|
3267
3273
|
/* template */
|
|
3268
3274
|
|
|
3269
|
-
var __vue_render__$
|
|
3275
|
+
var __vue_render__$t = function () {
|
|
3270
3276
|
var _vm = this;
|
|
3271
3277
|
|
|
3272
3278
|
var _h = _vm.$createElement;
|
|
@@ -3281,31 +3287,31 @@ var __vue_render__$s = function () {
|
|
|
3281
3287
|
}) : _vm._e();
|
|
3282
3288
|
};
|
|
3283
3289
|
|
|
3284
|
-
var __vue_staticRenderFns__$
|
|
3290
|
+
var __vue_staticRenderFns__$t = [];
|
|
3285
3291
|
/* style */
|
|
3286
3292
|
|
|
3287
|
-
const __vue_inject_styles__$
|
|
3293
|
+
const __vue_inject_styles__$t = undefined;
|
|
3288
3294
|
/* scoped */
|
|
3289
3295
|
|
|
3290
|
-
const __vue_scope_id__$
|
|
3296
|
+
const __vue_scope_id__$t = undefined;
|
|
3291
3297
|
/* module identifier */
|
|
3292
3298
|
|
|
3293
|
-
const __vue_module_identifier__$
|
|
3299
|
+
const __vue_module_identifier__$t = undefined;
|
|
3294
3300
|
/* functional template */
|
|
3295
3301
|
|
|
3296
|
-
const __vue_is_functional_template__$
|
|
3302
|
+
const __vue_is_functional_template__$t = false;
|
|
3297
3303
|
/* style inject */
|
|
3298
3304
|
|
|
3299
3305
|
/* style inject SSR */
|
|
3300
3306
|
|
|
3301
3307
|
/* style inject shadow dom */
|
|
3302
3308
|
|
|
3303
|
-
const __vue_component__$
|
|
3304
|
-
render: __vue_render__$
|
|
3305
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3306
|
-
}, __vue_inject_styles__$
|
|
3309
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
3310
|
+
render: __vue_render__$t,
|
|
3311
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
3312
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
3307
3313
|
|
|
3308
|
-
var RemainingCharacters = __vue_component__$
|
|
3314
|
+
var RemainingCharacters = __vue_component__$B;
|
|
3309
3315
|
|
|
3310
3316
|
//
|
|
3311
3317
|
//
|
|
@@ -3313,7 +3319,7 @@ var RemainingCharacters = __vue_component__$A;
|
|
|
3313
3319
|
//
|
|
3314
3320
|
//
|
|
3315
3321
|
//
|
|
3316
|
-
var script$
|
|
3322
|
+
var script$s = {
|
|
3317
3323
|
props: {
|
|
3318
3324
|
dictionary: {
|
|
3319
3325
|
type: Object,
|
|
@@ -3385,10 +3391,10 @@ var script$r = {
|
|
|
3385
3391
|
};
|
|
3386
3392
|
|
|
3387
3393
|
/* script */
|
|
3388
|
-
const __vue_script__$
|
|
3394
|
+
const __vue_script__$s = script$s;
|
|
3389
3395
|
/* template */
|
|
3390
3396
|
|
|
3391
|
-
var __vue_render__$
|
|
3397
|
+
var __vue_render__$s = function () {
|
|
3392
3398
|
var _vm = this;
|
|
3393
3399
|
|
|
3394
3400
|
var _h = _vm.$createElement;
|
|
@@ -3410,31 +3416,31 @@ var __vue_render__$r = function () {
|
|
|
3410
3416
|
})], 1);
|
|
3411
3417
|
};
|
|
3412
3418
|
|
|
3413
|
-
var __vue_staticRenderFns__$
|
|
3419
|
+
var __vue_staticRenderFns__$s = [];
|
|
3414
3420
|
/* style */
|
|
3415
3421
|
|
|
3416
|
-
const __vue_inject_styles__$
|
|
3422
|
+
const __vue_inject_styles__$s = undefined;
|
|
3417
3423
|
/* scoped */
|
|
3418
3424
|
|
|
3419
|
-
const __vue_scope_id__$
|
|
3425
|
+
const __vue_scope_id__$s = undefined;
|
|
3420
3426
|
/* module identifier */
|
|
3421
3427
|
|
|
3422
|
-
const __vue_module_identifier__$
|
|
3428
|
+
const __vue_module_identifier__$s = undefined;
|
|
3423
3429
|
/* functional template */
|
|
3424
3430
|
|
|
3425
|
-
const __vue_is_functional_template__$
|
|
3431
|
+
const __vue_is_functional_template__$s = false;
|
|
3426
3432
|
/* style inject */
|
|
3427
3433
|
|
|
3428
3434
|
/* style inject SSR */
|
|
3429
3435
|
|
|
3430
3436
|
/* style inject shadow dom */
|
|
3431
3437
|
|
|
3432
|
-
const __vue_component__$
|
|
3433
|
-
render: __vue_render__$
|
|
3434
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3435
|
-
}, __vue_inject_styles__$
|
|
3438
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
3439
|
+
render: __vue_render__$s,
|
|
3440
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
3441
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
|
|
3436
3442
|
|
|
3437
|
-
var BtnMic = __vue_component__$
|
|
3443
|
+
var BtnMic = __vue_component__$A;
|
|
3438
3444
|
|
|
3439
3445
|
//
|
|
3440
3446
|
//
|
|
@@ -3459,7 +3465,7 @@ var BtnMic = __vue_component__$z;
|
|
|
3459
3465
|
//
|
|
3460
3466
|
//
|
|
3461
3467
|
//
|
|
3462
|
-
var script$
|
|
3468
|
+
var script$r = {
|
|
3463
3469
|
props: {
|
|
3464
3470
|
textId: {
|
|
3465
3471
|
type: String,
|
|
@@ -3517,10 +3523,10 @@ var script$q = {
|
|
|
3517
3523
|
};
|
|
3518
3524
|
|
|
3519
3525
|
/* script */
|
|
3520
|
-
const __vue_script__$
|
|
3526
|
+
const __vue_script__$r = script$r;
|
|
3521
3527
|
/* template */
|
|
3522
3528
|
|
|
3523
|
-
var __vue_render__$
|
|
3529
|
+
var __vue_render__$r = function () {
|
|
3524
3530
|
var _vm = this;
|
|
3525
3531
|
|
|
3526
3532
|
var _h = _vm.$createElement;
|
|
@@ -3591,10 +3597,10 @@ var __vue_render__$q = function () {
|
|
|
3591
3597
|
})]) : _vm._e()]], 2) : _vm._e();
|
|
3592
3598
|
};
|
|
3593
3599
|
|
|
3594
|
-
var __vue_staticRenderFns__$
|
|
3600
|
+
var __vue_staticRenderFns__$r = [];
|
|
3595
3601
|
/* style */
|
|
3596
3602
|
|
|
3597
|
-
const __vue_inject_styles__$
|
|
3603
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
3598
3604
|
if (!inject) return;
|
|
3599
3605
|
inject("data-v-a5119ba8_0", {
|
|
3600
3606
|
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 +3611,26 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
3605
3611
|
/* scoped */
|
|
3606
3612
|
|
|
3607
3613
|
|
|
3608
|
-
const __vue_scope_id__$
|
|
3614
|
+
const __vue_scope_id__$r = undefined;
|
|
3609
3615
|
/* module identifier */
|
|
3610
3616
|
|
|
3611
|
-
const __vue_module_identifier__$
|
|
3617
|
+
const __vue_module_identifier__$r = undefined;
|
|
3612
3618
|
/* functional template */
|
|
3613
3619
|
|
|
3614
|
-
const __vue_is_functional_template__$
|
|
3620
|
+
const __vue_is_functional_template__$r = false;
|
|
3615
3621
|
/* style inject SSR */
|
|
3616
3622
|
|
|
3617
3623
|
/* style inject shadow dom */
|
|
3618
3624
|
|
|
3619
|
-
const __vue_component__$
|
|
3620
|
-
render: __vue_render__$
|
|
3621
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3622
|
-
}, __vue_inject_styles__$
|
|
3625
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
3626
|
+
render: __vue_render__$r,
|
|
3627
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
3628
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
3623
3629
|
|
|
3624
|
-
var SingleFilePreview = __vue_component__$
|
|
3630
|
+
var SingleFilePreview = __vue_component__$z;
|
|
3625
3631
|
|
|
3626
3632
|
//
|
|
3627
|
-
var script$
|
|
3633
|
+
var script$q = {
|
|
3628
3634
|
components: {
|
|
3629
3635
|
Loader
|
|
3630
3636
|
},
|
|
@@ -3707,10 +3713,10 @@ var script$p = {
|
|
|
3707
3713
|
};
|
|
3708
3714
|
|
|
3709
3715
|
/* script */
|
|
3710
|
-
const __vue_script__$
|
|
3716
|
+
const __vue_script__$q = script$q;
|
|
3711
3717
|
/* template */
|
|
3712
3718
|
|
|
3713
|
-
var __vue_render__$
|
|
3719
|
+
var __vue_render__$q = function () {
|
|
3714
3720
|
var _vm = this;
|
|
3715
3721
|
|
|
3716
3722
|
var _h = _vm.$createElement;
|
|
@@ -3832,10 +3838,10 @@ var __vue_render__$p = function () {
|
|
|
3832
3838
|
})], 2)], 1);
|
|
3833
3839
|
};
|
|
3834
3840
|
|
|
3835
|
-
var __vue_staticRenderFns__$
|
|
3841
|
+
var __vue_staticRenderFns__$q = [];
|
|
3836
3842
|
/* style */
|
|
3837
3843
|
|
|
3838
|
-
const __vue_inject_styles__$
|
|
3844
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
3839
3845
|
if (!inject) return;
|
|
3840
3846
|
inject("data-v-131a11b5_0", {
|
|
3841
3847
|
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 +3852,26 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
3846
3852
|
/* scoped */
|
|
3847
3853
|
|
|
3848
3854
|
|
|
3849
|
-
const __vue_scope_id__$
|
|
3855
|
+
const __vue_scope_id__$q = undefined;
|
|
3850
3856
|
/* module identifier */
|
|
3851
3857
|
|
|
3852
|
-
const __vue_module_identifier__$
|
|
3858
|
+
const __vue_module_identifier__$q = undefined;
|
|
3853
3859
|
/* functional template */
|
|
3854
3860
|
|
|
3855
|
-
const __vue_is_functional_template__$
|
|
3861
|
+
const __vue_is_functional_template__$q = false;
|
|
3856
3862
|
/* style inject SSR */
|
|
3857
3863
|
|
|
3858
3864
|
/* style inject shadow dom */
|
|
3859
3865
|
|
|
3860
|
-
const __vue_component__$
|
|
3861
|
-
render: __vue_render__$
|
|
3862
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3863
|
-
}, __vue_inject_styles__$
|
|
3866
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
3867
|
+
render: __vue_render__$q,
|
|
3868
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
3869
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
3864
3870
|
|
|
3865
|
-
var MultipleFilePreview = __vue_component__$
|
|
3871
|
+
var MultipleFilePreview = __vue_component__$y;
|
|
3866
3872
|
|
|
3867
3873
|
//
|
|
3868
|
-
var script$
|
|
3874
|
+
var script$p = {
|
|
3869
3875
|
components: {
|
|
3870
3876
|
SingleFilePreview,
|
|
3871
3877
|
MultipleFilePreview
|
|
@@ -4227,10 +4233,10 @@ var script$o = {
|
|
|
4227
4233
|
};
|
|
4228
4234
|
|
|
4229
4235
|
/* script */
|
|
4230
|
-
const __vue_script__$
|
|
4236
|
+
const __vue_script__$p = script$p;
|
|
4231
4237
|
/* template */
|
|
4232
4238
|
|
|
4233
|
-
var __vue_render__$
|
|
4239
|
+
var __vue_render__$p = function () {
|
|
4234
4240
|
var _vm = this;
|
|
4235
4241
|
|
|
4236
4242
|
var _h = _vm.$createElement;
|
|
@@ -4437,10 +4443,10 @@ var __vue_render__$o = function () {
|
|
|
4437
4443
|
}) : _vm._e()], 1)])], 1);
|
|
4438
4444
|
};
|
|
4439
4445
|
|
|
4440
|
-
var __vue_staticRenderFns__$
|
|
4446
|
+
var __vue_staticRenderFns__$p = [];
|
|
4441
4447
|
/* style */
|
|
4442
4448
|
|
|
4443
|
-
const __vue_inject_styles__$
|
|
4449
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
4444
4450
|
if (!inject) return;
|
|
4445
4451
|
inject("data-v-0a31a0c7_0", {
|
|
4446
4452
|
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}",
|
|
@@ -4451,23 +4457,23 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
4451
4457
|
/* scoped */
|
|
4452
4458
|
|
|
4453
4459
|
|
|
4454
|
-
const __vue_scope_id__$
|
|
4460
|
+
const __vue_scope_id__$p = undefined;
|
|
4455
4461
|
/* module identifier */
|
|
4456
4462
|
|
|
4457
|
-
const __vue_module_identifier__$
|
|
4463
|
+
const __vue_module_identifier__$p = undefined;
|
|
4458
4464
|
/* functional template */
|
|
4459
4465
|
|
|
4460
|
-
const __vue_is_functional_template__$
|
|
4466
|
+
const __vue_is_functional_template__$p = false;
|
|
4461
4467
|
/* style inject SSR */
|
|
4462
4468
|
|
|
4463
4469
|
/* style inject shadow dom */
|
|
4464
4470
|
|
|
4465
|
-
const __vue_component__$
|
|
4466
|
-
render: __vue_render__$
|
|
4467
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4468
|
-
}, __vue_inject_styles__$
|
|
4471
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
4472
|
+
render: __vue_render__$p,
|
|
4473
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
4474
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
4469
4475
|
|
|
4470
|
-
var BtnFiles = __vue_component__$
|
|
4476
|
+
var BtnFiles = __vue_component__$x;
|
|
4471
4477
|
|
|
4472
4478
|
//
|
|
4473
4479
|
//
|
|
@@ -4475,7 +4481,7 @@ var BtnFiles = __vue_component__$w;
|
|
|
4475
4481
|
//
|
|
4476
4482
|
//
|
|
4477
4483
|
//
|
|
4478
|
-
var script$
|
|
4484
|
+
var script$o = {
|
|
4479
4485
|
props: {
|
|
4480
4486
|
dictionary: {
|
|
4481
4487
|
type: Object,
|
|
@@ -4486,10 +4492,10 @@ var script$n = {
|
|
|
4486
4492
|
};
|
|
4487
4493
|
|
|
4488
4494
|
/* script */
|
|
4489
|
-
const __vue_script__$
|
|
4495
|
+
const __vue_script__$o = script$o;
|
|
4490
4496
|
/* template */
|
|
4491
4497
|
|
|
4492
|
-
var __vue_render__$
|
|
4498
|
+
var __vue_render__$o = function () {
|
|
4493
4499
|
var _vm = this;
|
|
4494
4500
|
|
|
4495
4501
|
var _h = _vm.$createElement;
|
|
@@ -4513,31 +4519,31 @@ var __vue_render__$n = function () {
|
|
|
4513
4519
|
})], 1);
|
|
4514
4520
|
};
|
|
4515
4521
|
|
|
4516
|
-
var __vue_staticRenderFns__$
|
|
4522
|
+
var __vue_staticRenderFns__$o = [];
|
|
4517
4523
|
/* style */
|
|
4518
4524
|
|
|
4519
|
-
const __vue_inject_styles__$
|
|
4525
|
+
const __vue_inject_styles__$o = undefined;
|
|
4520
4526
|
/* scoped */
|
|
4521
4527
|
|
|
4522
|
-
const __vue_scope_id__$
|
|
4528
|
+
const __vue_scope_id__$o = undefined;
|
|
4523
4529
|
/* module identifier */
|
|
4524
4530
|
|
|
4525
|
-
const __vue_module_identifier__$
|
|
4531
|
+
const __vue_module_identifier__$o = undefined;
|
|
4526
4532
|
/* functional template */
|
|
4527
4533
|
|
|
4528
|
-
const __vue_is_functional_template__$
|
|
4534
|
+
const __vue_is_functional_template__$o = false;
|
|
4529
4535
|
/* style inject */
|
|
4530
4536
|
|
|
4531
4537
|
/* style inject SSR */
|
|
4532
4538
|
|
|
4533
4539
|
/* style inject shadow dom */
|
|
4534
4540
|
|
|
4535
|
-
const __vue_component__$
|
|
4536
|
-
render: __vue_render__$
|
|
4537
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4538
|
-
}, __vue_inject_styles__$
|
|
4541
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
4542
|
+
render: __vue_render__$o,
|
|
4543
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
4544
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
|
|
4539
4545
|
|
|
4540
|
-
var BtnExpand = __vue_component__$
|
|
4546
|
+
var BtnExpand = __vue_component__$w;
|
|
4541
4547
|
|
|
4542
4548
|
//
|
|
4543
4549
|
//
|
|
@@ -4545,7 +4551,7 @@ var BtnExpand = __vue_component__$v;
|
|
|
4545
4551
|
//
|
|
4546
4552
|
//
|
|
4547
4553
|
//
|
|
4548
|
-
var script$
|
|
4554
|
+
var script$n = {
|
|
4549
4555
|
props: {
|
|
4550
4556
|
dictionary: {
|
|
4551
4557
|
type: Object,
|
|
@@ -4556,10 +4562,10 @@ var script$m = {
|
|
|
4556
4562
|
};
|
|
4557
4563
|
|
|
4558
4564
|
/* script */
|
|
4559
|
-
const __vue_script__$
|
|
4565
|
+
const __vue_script__$n = script$n;
|
|
4560
4566
|
/* template */
|
|
4561
4567
|
|
|
4562
|
-
var __vue_render__$
|
|
4568
|
+
var __vue_render__$n = function () {
|
|
4563
4569
|
var _vm = this;
|
|
4564
4570
|
|
|
4565
4571
|
var _h = _vm.$createElement;
|
|
@@ -4583,31 +4589,31 @@ var __vue_render__$m = function () {
|
|
|
4583
4589
|
})], 1);
|
|
4584
4590
|
};
|
|
4585
4591
|
|
|
4586
|
-
var __vue_staticRenderFns__$
|
|
4592
|
+
var __vue_staticRenderFns__$n = [];
|
|
4587
4593
|
/* style */
|
|
4588
4594
|
|
|
4589
|
-
const __vue_inject_styles__$
|
|
4595
|
+
const __vue_inject_styles__$n = undefined;
|
|
4590
4596
|
/* scoped */
|
|
4591
4597
|
|
|
4592
|
-
const __vue_scope_id__$
|
|
4598
|
+
const __vue_scope_id__$n = undefined;
|
|
4593
4599
|
/* module identifier */
|
|
4594
4600
|
|
|
4595
|
-
const __vue_module_identifier__$
|
|
4601
|
+
const __vue_module_identifier__$n = undefined;
|
|
4596
4602
|
/* functional template */
|
|
4597
4603
|
|
|
4598
|
-
const __vue_is_functional_template__$
|
|
4604
|
+
const __vue_is_functional_template__$n = false;
|
|
4599
4605
|
/* style inject */
|
|
4600
4606
|
|
|
4601
4607
|
/* style inject SSR */
|
|
4602
4608
|
|
|
4603
4609
|
/* style inject shadow dom */
|
|
4604
4610
|
|
|
4605
|
-
const __vue_component__$
|
|
4606
|
-
render: __vue_render__$
|
|
4607
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4608
|
-
}, __vue_inject_styles__$
|
|
4611
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
4612
|
+
render: __vue_render__$n,
|
|
4613
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
4614
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
|
|
4609
4615
|
|
|
4610
|
-
var BtnStandardMessages = __vue_component__$
|
|
4616
|
+
var BtnStandardMessages = __vue_component__$v;
|
|
4611
4617
|
|
|
4612
4618
|
var bind = function bind(fn, thisArg) {
|
|
4613
4619
|
return function wrap() {
|
|
@@ -8522,7 +8528,7 @@ const standardMessages = {
|
|
|
8522
8528
|
};
|
|
8523
8529
|
|
|
8524
8530
|
//
|
|
8525
|
-
var script$
|
|
8531
|
+
var script$m = {
|
|
8526
8532
|
mixins: [standardMessages],
|
|
8527
8533
|
props: {
|
|
8528
8534
|
hasStandardMessages: {
|
|
@@ -8741,10 +8747,10 @@ var script$l = {
|
|
|
8741
8747
|
};
|
|
8742
8748
|
|
|
8743
8749
|
/* script */
|
|
8744
|
-
const __vue_script__$
|
|
8750
|
+
const __vue_script__$m = script$m;
|
|
8745
8751
|
/* template */
|
|
8746
8752
|
|
|
8747
|
-
var __vue_render__$
|
|
8753
|
+
var __vue_render__$m = function () {
|
|
8748
8754
|
var _vm = this;
|
|
8749
8755
|
|
|
8750
8756
|
var _h = _vm.$createElement;
|
|
@@ -8831,10 +8837,10 @@ var __vue_render__$l = function () {
|
|
|
8831
8837
|
}, [_c('VueLoader')], 1) : _vm._e()])], 1)]) : _vm._e();
|
|
8832
8838
|
};
|
|
8833
8839
|
|
|
8834
|
-
var __vue_staticRenderFns__$
|
|
8840
|
+
var __vue_staticRenderFns__$m = [];
|
|
8835
8841
|
/* style */
|
|
8836
8842
|
|
|
8837
|
-
const __vue_inject_styles__$
|
|
8843
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
8838
8844
|
if (!inject) return;
|
|
8839
8845
|
inject("data-v-7cd1c21b_0", {
|
|
8840
8846
|
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 +8851,102 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
8845
8851
|
/* scoped */
|
|
8846
8852
|
|
|
8847
8853
|
|
|
8848
|
-
const __vue_scope_id__$
|
|
8854
|
+
const __vue_scope_id__$m = undefined;
|
|
8855
|
+
/* module identifier */
|
|
8856
|
+
|
|
8857
|
+
const __vue_module_identifier__$m = undefined;
|
|
8858
|
+
/* functional template */
|
|
8859
|
+
|
|
8860
|
+
const __vue_is_functional_template__$m = false;
|
|
8861
|
+
/* style inject SSR */
|
|
8862
|
+
|
|
8863
|
+
/* style inject shadow dom */
|
|
8864
|
+
|
|
8865
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
8866
|
+
render: __vue_render__$m,
|
|
8867
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
8868
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
8869
|
+
|
|
8870
|
+
var StandardMessages = __vue_component__$u;
|
|
8871
|
+
|
|
8872
|
+
//
|
|
8873
|
+
//
|
|
8874
|
+
//
|
|
8875
|
+
//
|
|
8876
|
+
//
|
|
8877
|
+
//
|
|
8878
|
+
//
|
|
8879
|
+
//
|
|
8880
|
+
//
|
|
8881
|
+
//
|
|
8882
|
+
//
|
|
8883
|
+
//
|
|
8884
|
+
//
|
|
8885
|
+
//
|
|
8886
|
+
//
|
|
8887
|
+
//
|
|
8888
|
+
//
|
|
8889
|
+
//
|
|
8890
|
+
//
|
|
8891
|
+
//
|
|
8892
|
+
//
|
|
8893
|
+
var script$l = {
|
|
8894
|
+
props: {
|
|
8895
|
+
dictionary: {
|
|
8896
|
+
type: Object,
|
|
8897
|
+
default: {},
|
|
8898
|
+
required: false
|
|
8899
|
+
}
|
|
8900
|
+
}
|
|
8901
|
+
};
|
|
8902
|
+
|
|
8903
|
+
/* script */
|
|
8904
|
+
const __vue_script__$l = script$l;
|
|
8905
|
+
/* template */
|
|
8906
|
+
|
|
8907
|
+
var __vue_render__$l = function () {
|
|
8908
|
+
var _vm = this;
|
|
8909
|
+
|
|
8910
|
+
var _h = _vm.$createElement;
|
|
8911
|
+
|
|
8912
|
+
var _c = _vm._self._c || _h;
|
|
8913
|
+
|
|
8914
|
+
return _c('div', {
|
|
8915
|
+
staticClass: "text-footer-actions--btn",
|
|
8916
|
+
attrs: {
|
|
8917
|
+
"title": _vm.dictionary.title_screen_share
|
|
8918
|
+
},
|
|
8919
|
+
on: {
|
|
8920
|
+
"click": function ($event) {
|
|
8921
|
+
return _vm.$emit('toggle-standard-messages');
|
|
8922
|
+
}
|
|
8923
|
+
}
|
|
8924
|
+
}, [_c('fa-icon', {
|
|
8925
|
+
attrs: {
|
|
8926
|
+
"icon": ['fas', 'desktop']
|
|
8927
|
+
}
|
|
8928
|
+
}), _vm._v(" "), _c('fa-icon', {
|
|
8929
|
+
attrs: {
|
|
8930
|
+
"icon": ['fas', 'share']
|
|
8931
|
+
}
|
|
8932
|
+
})], 1);
|
|
8933
|
+
};
|
|
8934
|
+
|
|
8935
|
+
var __vue_staticRenderFns__$l = [];
|
|
8936
|
+
/* style */
|
|
8937
|
+
|
|
8938
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
8939
|
+
if (!inject) return;
|
|
8940
|
+
inject("data-v-098c0894_0", {
|
|
8941
|
+
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)}",
|
|
8942
|
+
map: undefined,
|
|
8943
|
+
media: undefined
|
|
8944
|
+
});
|
|
8945
|
+
};
|
|
8946
|
+
/* scoped */
|
|
8947
|
+
|
|
8948
|
+
|
|
8949
|
+
const __vue_scope_id__$l = "data-v-098c0894";
|
|
8849
8950
|
/* module identifier */
|
|
8850
8951
|
|
|
8851
8952
|
const __vue_module_identifier__$l = undefined;
|
|
@@ -8861,7 +8962,7 @@ const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
|
8861
8962
|
staticRenderFns: __vue_staticRenderFns__$l
|
|
8862
8963
|
}, __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
8964
|
|
|
8864
|
-
var
|
|
8965
|
+
var BtnScreenShare = __vue_component__$t;
|
|
8865
8966
|
|
|
8866
8967
|
//
|
|
8867
8968
|
//
|
|
@@ -8908,22 +9009,25 @@ var __vue_render__$k = function () {
|
|
|
8908
9009
|
return _c('div', {
|
|
8909
9010
|
staticClass: "text-footer-actions--btn",
|
|
8910
9011
|
attrs: {
|
|
8911
|
-
"title": _vm.dictionary.
|
|
9012
|
+
"title": _vm.dictionary.msg_baixar_todos_anexos
|
|
8912
9013
|
},
|
|
8913
9014
|
on: {
|
|
8914
9015
|
"click": function ($event) {
|
|
8915
|
-
return _vm.$emit('
|
|
9016
|
+
return _vm.$emit('click-trigger');
|
|
8916
9017
|
}
|
|
8917
9018
|
}
|
|
9019
|
+
}, [_c('span', {
|
|
9020
|
+
staticClass: "multiplos"
|
|
8918
9021
|
}, [_c('fa-icon', {
|
|
8919
9022
|
attrs: {
|
|
8920
|
-
"icon": ['fas', '
|
|
9023
|
+
"icon": ['fas', 'download']
|
|
8921
9024
|
}
|
|
8922
9025
|
}), _vm._v(" "), _c('fa-icon', {
|
|
9026
|
+
staticClass: "small",
|
|
8923
9027
|
attrs: {
|
|
8924
|
-
"icon": ['fas', '
|
|
9028
|
+
"icon": ['fas', 'paperclip']
|
|
8925
9029
|
}
|
|
8926
|
-
})], 1);
|
|
9030
|
+
})], 1)]);
|
|
8927
9031
|
};
|
|
8928
9032
|
|
|
8929
9033
|
var __vue_staticRenderFns__$k = [];
|
|
@@ -8931,8 +9035,8 @@ var __vue_staticRenderFns__$k = [];
|
|
|
8931
9035
|
|
|
8932
9036
|
const __vue_inject_styles__$k = function (inject) {
|
|
8933
9037
|
if (!inject) return;
|
|
8934
|
-
inject("data-v-
|
|
8935
|
-
source: ".
|
|
9038
|
+
inject("data-v-402fcd8c_0", {
|
|
9039
|
+
source: ".multiplos[data-v-402fcd8c]{display:flex}.multiplos svg[data-v-402fcd8c]{font-size:.95rem}.multiplos svg.small[data-v-402fcd8c]{font-size:.7rem!important}",
|
|
8936
9040
|
map: undefined,
|
|
8937
9041
|
media: undefined
|
|
8938
9042
|
});
|
|
@@ -8940,7 +9044,7 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
8940
9044
|
/* scoped */
|
|
8941
9045
|
|
|
8942
9046
|
|
|
8943
|
-
const __vue_scope_id__$k = "data-v-
|
|
9047
|
+
const __vue_scope_id__$k = "data-v-402fcd8c";
|
|
8944
9048
|
/* module identifier */
|
|
8945
9049
|
|
|
8946
9050
|
const __vue_module_identifier__$k = undefined;
|
|
@@ -8956,7 +9060,7 @@ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
|
8956
9060
|
staticRenderFns: __vue_staticRenderFns__$k
|
|
8957
9061
|
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
8958
9062
|
|
|
8959
|
-
var
|
|
9063
|
+
var BtnDownloadAllFiles = __vue_component__$s;
|
|
8960
9064
|
|
|
8961
9065
|
//
|
|
8962
9066
|
var script$j = {
|
|
@@ -8969,7 +9073,8 @@ var script$j = {
|
|
|
8969
9073
|
RemainingCharacters,
|
|
8970
9074
|
BtnStandardMessages,
|
|
8971
9075
|
StandardMessages,
|
|
8972
|
-
BtnScreenShare
|
|
9076
|
+
BtnScreenShare,
|
|
9077
|
+
BtnDownloadAllFiles
|
|
8973
9078
|
},
|
|
8974
9079
|
mixins: [mixin_1],
|
|
8975
9080
|
props: {
|
|
@@ -9593,12 +9698,28 @@ var __vue_render__$j = function () {
|
|
|
9593
9698
|
"message": _vm.message,
|
|
9594
9699
|
"maxCharacters": _vm.textareaSettings.maxCharacters
|
|
9595
9700
|
}
|
|
9596
|
-
}), _vm._v(" "), _vm.buttons.hasFiles || _vm.buttons.hasAudio || _vm.buttons.hasExpand || _vm.formattedMessageSettings.hasStandardMessages || _vm.buttons.hasScreenShare ? _c('div', {
|
|
9701
|
+
}), _vm._v(" "), _vm.buttons.hasFiles || _vm.buttons.hasAudio || _vm.buttons.hasExpand || _vm.formattedMessageSettings.hasStandardMessages || _vm.buttons.hasScreenShare || _vm.buttons.hasDownloadAll ? _c('div', {
|
|
9597
9702
|
staticClass: "text-footer-actions",
|
|
9598
9703
|
class: {
|
|
9599
9704
|
'outside-buttons': _vm.cssStyle.outsideButtons && !_vm.audioFile
|
|
9600
9705
|
}
|
|
9601
|
-
}, [_c('
|
|
9706
|
+
}, [_c('BtnDownloadAllFiles', {
|
|
9707
|
+
directives: [{
|
|
9708
|
+
name: "show",
|
|
9709
|
+
rawName: "v-show",
|
|
9710
|
+
value: _vm.buttons.hasDownloadAll && !_vm.audioFile,
|
|
9711
|
+
expression: "buttons.hasDownloadAll && !audioFile"
|
|
9712
|
+
}],
|
|
9713
|
+
ref: _vm.textId + "-download-files",
|
|
9714
|
+
attrs: {
|
|
9715
|
+
"dictionary": _vm.dictionary
|
|
9716
|
+
},
|
|
9717
|
+
on: {
|
|
9718
|
+
"click-trigger": function ($event) {
|
|
9719
|
+
return _vm.$emit('handle-download-files');
|
|
9720
|
+
}
|
|
9721
|
+
}
|
|
9722
|
+
}), _vm._v(" "), _c('BtnScreenShare', {
|
|
9602
9723
|
directives: [{
|
|
9603
9724
|
name: "show",
|
|
9604
9725
|
rawName: "v-show",
|
|
@@ -9731,8 +9852,8 @@ var __vue_staticRenderFns__$j = [];
|
|
|
9731
9852
|
|
|
9732
9853
|
const __vue_inject_styles__$j = function (inject) {
|
|
9733
9854
|
if (!inject) return;
|
|
9734
|
-
inject("data-v-
|
|
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:-
|
|
9855
|
+
inject("data-v-ea7ce0e2_0", {
|
|
9856
|
+
source: ".toasted svg{margin-right:10px}.d-none{display:none}ul{list-style-type:none}.text-footer-container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;position:relative}.text-footer-container .text-footer{min-height:48px;box-shadow:0 3px 7px -2px rgba(0,0,0,.45);position:relative;display:flex;justify-content:center;align-items:center;border:1px solid #ccc;padding:5px 2px 5px 5px;border-radius:5px}.text-footer-container .text-footer.full{width:100%}.text-footer-container .text-footer.almostFull{width:95%}.text-footer-container .text-footer.medium{width:75%}.text-footer-container.bigger .text-footer{height:80px}.text-footer-container.bigger .text-footer>textarea{font-size:.875rem;height:75px;max-height:75px;min-height:75px}.text-footer-container textarea{margin:0 5px;border:unset;flex:1;resize:none;min-height:30px;max-height:60px;font-size:.875rem;font-family:inherit;background:inherit}.text-footer-container textarea:focus{outline:unset}.text-footer-container textarea::placeholder{font-size:.75rem}.text-footer-container .text-footer-audio{flex:1;display:flex;justify-content:center;align-items:center}.text-footer-container audio{flex:1;outline:unset;width:auto;height:38px}.text-footer-container .delete-audio{display:flex;justify-content:center;align-items:center;color:#e74c3c;transition:background .3s;border-radius:50%;font-size:1rem;padding:10px;cursor:pointer;margin:0 5px;width:31px;height:31px}.text-footer-container .delete-audio:hover{background-color:rgba(208,0,0,.2)}.text-footer-container .max-characters{font-size:.575rem;z-index:1;color:#444;position:relative;top:30px;left:-30px}.text-footer-container .max-characters.no-width{width:0}.text-footer-container .text-footer-actions{display:flex}.text-footer-container .text-footer-actions.outside-buttons{display:flex;align-items:center;justify-content:flex-end;position:absolute;top:-30px;right:35px;background-color:#fafafa}.text-footer-container .text-footer-actions .text-footer-actions--btn{display:flex;justify-content:center;align-items:center;color:#777;border-radius:50%;transition:background .3s;padding:10px;font-size:1rem;width:36px;height:36px;cursor:pointer;margin-right:2.5px}.text-footer-container .text-footer-actions .text-footer-actions--btn:last-child{margin-right:unset}.text-footer-container .text-footer-actions .text-footer-actions--btn:hover{background-color:rgba(0,0,0,.1)}.text-footer-container .text-footer-actions .text-footer-actions--btn.files-activated{background-color:rgba(0,0,0,.1)}.text-footer-container .text-footer-actions .text-footer-actions--btn.audio-activated{background-color:rgba(208,0,0,.7);color:#fff}.text-footer-container .text-footer-actions .text-footer-actions--btn.left-button{position:absolute;left:0}.text-footer-container .text-footer-hsm-container{margin:12px 0 7px 0}.text-footer-container .text-footer-hsm-container.full{width:100%}.text-footer-container .text-footer-hsm-container.almostFull{width:95%}.text-footer-container .text-footer-hsm-container.medium{width:75%}.text-footer-container .text-footer-hsm-container .text-footer-v-select{border-radius:5px;margin-bottom:5px}.text-footer-container .text-footer-hsm-container .text-footer-select-03{display:flex;align-items:center;flex:1;width:100%}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer-v-select{flex:1}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03{transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -3px rgba(0,0,0,.2);opacity:.9;border-radius:2.5px;display:flex;justify-content:center;align-items:center;margin-left:5px;margin-bottom:5px;background-color:#f7fe72;width:32px;height:32px}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03:hover{opacity:1}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03 svg{font-size:1rem}.text-footer-container .text-footer-files-container{position:absolute;right:0;top:-55px;padding:5px;background-color:rgba(0,0,0,.4);border-radius:5px;display:flex;align-items:center;justify-content:space-between;z-index:1}.text-footer-container .text-footer-files-container.horizontal{right:-55px;flex-direction:column}.text-footer-container .text-footer-files-container .files-btn{transition-duration:.3s;transition-property:opacity;opacity:.8;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:10px;padding:3px;width:40px;height:40px;font-size:1rem;color:#fff}.text-footer-container .text-footer-files-container .files-btn:hover{opacity:1}.text-footer-container .text-footer-files-container .files-btn svg{color:#fff}.text-footer-container .text-footer-files-container .files-btn.images{background-color:#9575cd;margin-right:5px}.text-footer-container .text-footer-files-container .files-btn.images.margin-bottom{margin-right:unset;margin-bottom:5px}.text-footer-container .text-footer-files-container .files-btn.docs{background-color:#7986cb}.text-footer-container .text-footer-files-container .files-btn.system{background-color:#49a349;margin-left:5px}.text-footer-container .text-footer-files-container .files-btn.both{font-size:.95rem;background-color:#5555ec;flex-direction:column}.text-footer-container .text-footer-files-container .files-btn.both svg:nth-child(1){transform:translateX(5px)}.text-footer-container .text-footer-files-container .files-btn.both svg:nth-child(2){transform:translateX(-5px)}.text-footer-container .text-footer-preview-container{width:100%;cursor:default;position:absolute;left:0;background-color:#f1f1f1;border:2px solid #ccc;border-bottom:unset;border-top-left-radius:2.5px;border-top-right-radius:2.5px}.text-footer-container .text-footer-preview-container.isDoc{top:-50px;width:100%;height:45px}.text-footer-container .text-footer-preview-container.isImg,.text-footer-container .text-footer-preview-container.isMultiple{top:-205px;width:100%;height:200px}.text-footer-container .text-footer-preview-container.isImg .text-footer-image-preview{height:170px}.text-footer-container .text-footer-preview-container.isError{top:-80px;width:100%;height:75px}.text-footer-container .text-footer-alt{margin-top:-12px;width:100%;padding:0 10px}.text-footer-container .text-footer-alt .text-footer-out-session{margin-top:12px}.text-footer-container .text-footer-alt .text-footer-sem-24h{font-size:.8rem;text-align:right;font-weight:600;letter-spacing:-.5px;color:#dd7f0c;margin-top:5px;position:absolute;right:0}.text-footer-container .text-footer-alt .sem-templates{margin-top:10px;font-size:.8rem;text-align:right;font-weight:600;letter-spacing:-.5px;color:#921e12}.text-footer-container .text-footer-alt .text-footer-templates{position:relative;width:100%}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection{width:100%;display:flex;align-items:center}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection h4{margin-right:5px}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection .sm__select{flex:1}.vs__dropdown-menu{font-size:.85rem!important}.emoji-mart-anchor,.emoji-mart-emoji span{cursor:pointer!important}.emoji-mart{z-index:2!important}.emoji-mart-scroll{overflow-x:hidden}",
|
|
9736
9857
|
map: undefined,
|
|
9737
9858
|
media: undefined
|
|
9738
9859
|
});
|
|
@@ -9784,7 +9905,20 @@ var script$i = {
|
|
|
9784
9905
|
required: true
|
|
9785
9906
|
}
|
|
9786
9907
|
},
|
|
9908
|
+
|
|
9909
|
+
mounted() {
|
|
9910
|
+
this.initFocus();
|
|
9911
|
+
},
|
|
9912
|
+
|
|
9787
9913
|
methods: {
|
|
9914
|
+
initFocus() {
|
|
9915
|
+
this.$nextTick(() => {
|
|
9916
|
+
if (this.$refs["text-footer-template-message"] && this.$refs["text-footer-template-message"].$el) {
|
|
9917
|
+
this.$refs["text-footer-template-message"].$el.querySelector("textarea").focus();
|
|
9918
|
+
}
|
|
9919
|
+
});
|
|
9920
|
+
},
|
|
9921
|
+
|
|
9788
9922
|
sendMessage() {
|
|
9789
9923
|
this.$emit('click-trigger');
|
|
9790
9924
|
},
|
|
@@ -9829,6 +9963,7 @@ var __vue_render__$i = function () {
|
|
|
9829
9963
|
'tm-container': _vm.hasButton
|
|
9830
9964
|
}
|
|
9831
9965
|
}, [_c('TextFooter', {
|
|
9966
|
+
ref: "text-footer-template-message",
|
|
9832
9967
|
attrs: {
|
|
9833
9968
|
"textId": 'var_1',
|
|
9834
9969
|
"width": "full",
|
|
@@ -10000,6 +10135,9 @@ var script$h = {
|
|
|
10000
10135
|
this.selectedTemplate = this.templates[key];
|
|
10001
10136
|
this.codTemplate = key;
|
|
10002
10137
|
this.$emit('selected-template', key);
|
|
10138
|
+
this.$nextTick(() => {
|
|
10139
|
+
if (this.$root.$refs[`template-single-${this.identifier}`]) this.$root.$refs[`template-single-${this.identifier}`].handleInitialFocus();
|
|
10140
|
+
});
|
|
10003
10141
|
} else {
|
|
10004
10142
|
this.selectedTemplate = null;
|
|
10005
10143
|
}
|
|
@@ -10016,6 +10154,10 @@ var script$h = {
|
|
|
10016
10154
|
this.adjustOnSelect();
|
|
10017
10155
|
}
|
|
10018
10156
|
}
|
|
10157
|
+
|
|
10158
|
+
if (!this.codTemplate && this.$refs["template-v-select"] && this.$refs["template-v-select"].$el) {
|
|
10159
|
+
this.$refs["template-v-select"].$el.querySelector("input").focus();
|
|
10160
|
+
}
|
|
10019
10161
|
},
|
|
10020
10162
|
|
|
10021
10163
|
selectIfHasContact24h() {
|
|
@@ -10109,6 +10251,7 @@ var __vue_render__$h = function () {
|
|
|
10109
10251
|
'column': _vm.columnSelect
|
|
10110
10252
|
}
|
|
10111
10253
|
}, [_c('h4', [_vm._v(" Template: ")]), _vm._v(" "), _c('v-select', {
|
|
10254
|
+
ref: "template-v-select",
|
|
10112
10255
|
staticClass: "tg-select",
|
|
10113
10256
|
attrs: {
|
|
10114
10257
|
"appendToBody": "",
|
|
@@ -10173,8 +10316,8 @@ var __vue_staticRenderFns__$h = [];
|
|
|
10173
10316
|
|
|
10174
10317
|
const __vue_inject_styles__$h = function (inject) {
|
|
10175
10318
|
if (!inject) return;
|
|
10176
|
-
inject("data-v-
|
|
10177
|
-
source: "*{box-sizing:border-box}.toasted svg{margin-right:10px}.d-none{display:none}ul{list-style-type:none}h1,h2,h3,h4,p{margin:0;padding:0}.tg-container{width:100%;max-width:800px;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto}.tg-options{width:100%;display:flex}.tg-options.column{flex-direction:column}.tg-options h4{margin-right:5px}.tg-select{flex:1;height:34px;overflow:hidden}.tg-select .vs__dropdown-toggle{background-color:#fff;height:34px;overflow:hidden;display:flex;align-items:center}.tg-select .vs__selected-options{height:34px;overflow:hidden}.tg-select .vs__selected-options>span{white-space:nowrap;text-overflow:ellipsis;flex:1}.tg-select .vs__selected-options>input{flex-grow:0}.vs__dropdown-option{transition:background-color 150ms;white-space:normal}.vs__dropdown-option:nth-child(odd){background-color:#f1f1f1}.vs__dropdown-option--highlight,.vs__dropdown-option--selected,.vs__dropdown-option:active,.vs__dropdown-option:focus,.vs__dropdown-option:hover{background-color:#5897fb!important;color:#fff}.tg-component{width:100%}.ts-container{width:100%;display:flex;justify-content:space-between}.ts-content{--border-color:#CCC;--background-color:#DFF0D8;--input-background-color:#FFF;--input-border-default:#007BFF;--input-border-error:#E74C3C;--placeholder-color:#BBB;flex:2;font-size:.7rem;padding:10px 0}.ts-content footer,.ts-content header,.ts-content section{padding:3px 5px;background-color:var(--background-color)}.ts-content header,.ts-content section{border-right:1px solid var(--border-color);border-left:1px solid var(--border-color)}.ts-content header{border-top-left-radius:2.5px;border-top-right-radius:2.5px;border-top:1px solid var(--border-color)}.ts-content header{font-weight:550}.ts-content section{line-height:25px}.ts-content section.margin-bottom{border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;border-bottom:1px solid var(--border-color)}.ts-content footer{border:1px solid var(--border-color);border-top:unset;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px}.ts-content input{border:1px solid transparent;outline:0;font-size:.8rem;padding:2.5px 5px;background-color:var(--input-background-color)}.ts-content input::placeholder{color:var(--placeholder-color)}.ts-content input.active,.ts-content input:focus{border:1px solid var(--input-border-default)}.ts-content input.invalid{border:1px solid var(--input-border-error)!important}.ts-content__var{display:inline-block;position:relative}.ts-dropdown{margin:0;padding:0;position:absolute;top:19px;left:0;background:#eee;width:100%;z-index:1;transition:all 150ms;visibility:hidden;opacity:0;list-style-type:none;border:1px solid #444;border-top:unset}.ts-dropdown li{width:100%;opacity:.9;cursor:pointer;font-weight:550;padding:2px 5px;transition:background-color 150ms}.ts-dropdown li:focus,.ts-dropdown li:focus-within,.ts-dropdown li:hover{opacity:1;background-color:#555;color:#fff}.ts-dropdown.visible{visibility:visible;opacity:1}.tg-btn{width:40%;display:flex;justify-content:center;align-items:center}.tg-btn button{
|
|
10319
|
+
inject("data-v-730cbd76_0", {
|
|
10320
|
+
source: "*{box-sizing:border-box}.toasted svg{margin-right:10px}.d-none{display:none}ul{list-style-type:none}h1,h2,h3,h4,p{margin:0;padding:0}.tg-container{width:100%;max-width:800px;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto}.tg-options{width:100%;display:flex}.tg-options.column{flex-direction:column}.tg-options h4{margin-right:5px}.tg-select{flex:1;height:34px;overflow:hidden}.tg-select .vs__dropdown-toggle{background-color:#fff;height:34px;overflow:hidden;display:flex;align-items:center}.tg-select .vs__selected-options{height:34px;overflow:hidden}.tg-select .vs__selected-options>span{white-space:nowrap;text-overflow:ellipsis;flex:1}.tg-select .vs__selected-options>input{flex-grow:0}.vs__dropdown-option{transition:background-color 150ms;white-space:normal}.vs__dropdown-option:nth-child(odd){background-color:#f1f1f1}.vs__dropdown-option--highlight,.vs__dropdown-option--selected,.vs__dropdown-option:active,.vs__dropdown-option:focus,.vs__dropdown-option:hover{background-color:#5897fb!important;color:#fff}.tg-component{width:100%}.ts-container{width:100%;display:flex;justify-content:space-between}.ts-content{--border-color:#CCC;--background-color:#DFF0D8;--input-background-color:#FFF;--input-border-default:#007BFF;--input-border-error:#E74C3C;--placeholder-color:#BBB;flex:2;font-size:.7rem;padding:10px 0}.ts-content footer,.ts-content header,.ts-content section{padding:3px 5px;background-color:var(--background-color)}.ts-content header,.ts-content section{border-right:1px solid var(--border-color);border-left:1px solid var(--border-color)}.ts-content header{border-top-left-radius:2.5px;border-top-right-radius:2.5px;border-top:1px solid var(--border-color)}.ts-content header{font-weight:550}.ts-content section{line-height:25px}.ts-content section.margin-bottom{border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;border-bottom:1px solid var(--border-color)}.ts-content footer{border:1px solid var(--border-color);border-top:unset;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px}.ts-content input{border:1px solid transparent;outline:0;font-size:.8rem;padding:2.5px 5px;background-color:var(--input-background-color)}.ts-content input::placeholder{color:var(--placeholder-color)}.ts-content input.active,.ts-content input:focus{border:1px solid var(--input-border-default)}.ts-content input.invalid{border:1px solid var(--input-border-error)!important}.ts-content__var{display:inline-block;position:relative}.ts-dropdown{margin:0;padding:0;position:absolute;top:19px;left:0;background:#eee;width:100%;z-index:1;transition:all 150ms;visibility:hidden;opacity:0;list-style-type:none;border:1px solid #444;border-top:unset}.ts-dropdown li{width:100%;opacity:.9;cursor:pointer;font-weight:550;padding:2px 5px;transition:background-color 150ms}.ts-dropdown li:focus,.ts-dropdown li:focus-within,.ts-dropdown li:hover{opacity:1;background-color:#555;color:#fff}.ts-dropdown.visible{visibility:visible;opacity:1}.tg-btn{width:40%;display:flex;justify-content:center;align-items:center}.tg-btn button{border:unset;display:block;min-width:180px;height:35px;padding:0 10px;font-weight:500;background-color:#007bff;color:#fff;transition:transform .3s ease-in-out;user-select:none;cursor:pointer;box-shadow:inset 0 -2px rgba(0,0,0,.2);opacity:.9;border-radius:2.5px}.tg-btn button>svg{margin-right:5px;color:#003166}.tg-btn button:hover{opacity:1}.tg-btn button:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.tg-btn button:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.tg-btn button:active,.tg-btn button:focus{outline:2px solid #000}.tg-btn.small-btn{width:auto;margin:0 5px}.tg-btn.small-btn svg{margin-right:0}.tg-btn.small-btn button{min-width:35px;width:35px;padding:0;display:flex;justify-content:center;align-items:center}.tm-container{border:1px solid var(--border-color);border-radius:2.5px;display:flex}",
|
|
10178
10321
|
map: undefined,
|
|
10179
10322
|
media: undefined
|
|
10180
10323
|
});
|
|
@@ -13107,25 +13250,48 @@ var script$5 = {
|
|
|
13107
13250
|
|
|
13108
13251
|
adjustFontColor(cor) {
|
|
13109
13252
|
try {
|
|
13110
|
-
|
|
13111
|
-
result = result ? {
|
|
13112
|
-
r: parseInt(result[1], 16),
|
|
13113
|
-
g: parseInt(result[2], 16),
|
|
13114
|
-
b: parseInt(result[3], 16)
|
|
13115
|
-
} : null;
|
|
13253
|
+
var result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(cor);
|
|
13116
13254
|
if (!result) return;
|
|
13117
|
-
|
|
13118
|
-
|
|
13119
|
-
|
|
13120
|
-
|
|
13121
|
-
|
|
13122
|
-
|
|
13123
|
-
|
|
13124
|
-
|
|
13125
|
-
|
|
13126
|
-
|
|
13255
|
+
var r = parseInt(result[1], 16);
|
|
13256
|
+
var g = parseInt(result[2], 16);
|
|
13257
|
+
var b = parseInt(result[3], 16);
|
|
13258
|
+
r /= 255, g /= 255, b /= 255;
|
|
13259
|
+
var max = Math.max(r, g, b),
|
|
13260
|
+
min = Math.min(r, g, b);
|
|
13261
|
+
var h,
|
|
13262
|
+
s,
|
|
13263
|
+
l = (max + min) / 2;
|
|
13264
|
+
|
|
13265
|
+
if (max == min) {
|
|
13266
|
+
h = s = 0; // achromatic
|
|
13267
|
+
} else {
|
|
13268
|
+
var d = max - min;
|
|
13269
|
+
s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
|
|
13270
|
+
|
|
13271
|
+
switch (max) {
|
|
13272
|
+
case r:
|
|
13273
|
+
h = (g - b) / d + (g < b ? 6 : 0);
|
|
13274
|
+
break;
|
|
13275
|
+
|
|
13276
|
+
case g:
|
|
13277
|
+
h = (b - r) / d + 2;
|
|
13278
|
+
break;
|
|
13279
|
+
|
|
13280
|
+
case b:
|
|
13281
|
+
h = (r - g) / d + 4;
|
|
13282
|
+
break;
|
|
13283
|
+
}
|
|
13284
|
+
|
|
13285
|
+
h /= 6;
|
|
13286
|
+
}
|
|
13287
|
+
|
|
13288
|
+
s = s * 100;
|
|
13289
|
+
s = Math.round(s);
|
|
13290
|
+
l = l * 100;
|
|
13291
|
+
l = Math.round(l);
|
|
13292
|
+
h = Math.round(360 * h);
|
|
13127
13293
|
const root = document.documentElement;
|
|
13128
|
-
root.style.setProperty('--text-color',
|
|
13294
|
+
root.style.setProperty('--text-color', l <= 50 ? "#FFF" : "#111B21");
|
|
13129
13295
|
} catch (e) {
|
|
13130
13296
|
console.error("Erro ao ajustar a cor da mensagem: ", e);
|
|
13131
13297
|
}
|
|
@@ -13428,7 +13594,7 @@ var __vue_staticRenderFns__$5 = [];
|
|
|
13428
13594
|
|
|
13429
13595
|
const __vue_inject_styles__$5 = function (inject) {
|
|
13430
13596
|
if (!inject) return;
|
|
13431
|
-
inject("data-v-
|
|
13597
|
+
inject("data-v-44a68ecf_0", {
|
|
13432
13598
|
source: ":root{--message-color:#373737;--text-color:#FFF;--light:80;--threshold:60}.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}",
|
|
13433
13599
|
map: undefined,
|
|
13434
13600
|
media: undefined
|