vue-intergrall-plugins 0.0.134 → 0.0.138
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 +441 -263
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +372 -263
- package/package.json +1 -1
- package/src/lib-components/Buttons/SimpleButton.vue +1 -1
- package/src/lib-components/Chat/ExpandTextarea.vue +0 -2
- package/src/lib-components/Chat/Picker.vue +0 -1
- package/src/lib-components/Chat/TextFooter.vue +0 -2
- package/src/lib-components/Messages/AnexoMensagem.vue +5 -5
- package/src/lib-components/Messages/CardAttachment.vue +3 -2
- package/src/lib-components/Messages/InteratividadeBotoes.vue +94 -4
- package/src/lib-components/Messages/InteratividadePopup.vue +78 -0
|
@@ -1803,7 +1803,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1803
1803
|
//
|
|
1804
1804
|
//
|
|
1805
1805
|
//
|
|
1806
|
-
var script$
|
|
1806
|
+
var script$n = {
|
|
1807
1807
|
data() {
|
|
1808
1808
|
return {
|
|
1809
1809
|
varValues: {},
|
|
@@ -2099,10 +2099,10 @@ function normalizeComponent(template, style, script, scopeId, isFunctionalTempla
|
|
|
2099
2099
|
}
|
|
2100
2100
|
|
|
2101
2101
|
/* script */
|
|
2102
|
-
const __vue_script__$
|
|
2102
|
+
const __vue_script__$n = script$n;
|
|
2103
2103
|
/* template */
|
|
2104
2104
|
|
|
2105
|
-
var __vue_render__$
|
|
2105
|
+
var __vue_render__$n = function () {
|
|
2106
2106
|
var _vm = this;
|
|
2107
2107
|
|
|
2108
2108
|
var _h = _vm.$createElement;
|
|
@@ -2186,31 +2186,31 @@ var __vue_render__$m = function () {
|
|
|
2186
2186
|
})], 2)]) : _vm._e()]);
|
|
2187
2187
|
};
|
|
2188
2188
|
|
|
2189
|
-
var __vue_staticRenderFns__$
|
|
2189
|
+
var __vue_staticRenderFns__$n = [];
|
|
2190
2190
|
/* style */
|
|
2191
2191
|
|
|
2192
|
-
const __vue_inject_styles__$
|
|
2192
|
+
const __vue_inject_styles__$n = undefined;
|
|
2193
2193
|
/* scoped */
|
|
2194
2194
|
|
|
2195
|
-
const __vue_scope_id__$
|
|
2195
|
+
const __vue_scope_id__$n = undefined;
|
|
2196
2196
|
/* module identifier */
|
|
2197
2197
|
|
|
2198
|
-
const __vue_module_identifier__$
|
|
2198
|
+
const __vue_module_identifier__$n = undefined;
|
|
2199
2199
|
/* functional template */
|
|
2200
2200
|
|
|
2201
|
-
const __vue_is_functional_template__$
|
|
2201
|
+
const __vue_is_functional_template__$n = false;
|
|
2202
2202
|
/* style inject */
|
|
2203
2203
|
|
|
2204
2204
|
/* style inject SSR */
|
|
2205
2205
|
|
|
2206
2206
|
/* style inject shadow dom */
|
|
2207
2207
|
|
|
2208
|
-
const __vue_component__$
|
|
2209
|
-
render: __vue_render__$
|
|
2210
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2211
|
-
}, __vue_inject_styles__$
|
|
2208
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
2209
|
+
render: __vue_render__$n,
|
|
2210
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
2211
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
|
|
2212
2212
|
|
|
2213
|
-
var TemplateSingle = __vue_component__$
|
|
2213
|
+
var TemplateSingle = __vue_component__$t;
|
|
2214
2214
|
|
|
2215
2215
|
const setResizeListeners = ($el, inputClass, parentClass) => {
|
|
2216
2216
|
const inputTargets = $el.querySelectorAll(inputClass);
|
|
@@ -2399,7 +2399,7 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2399
2399
|
//
|
|
2400
2400
|
//
|
|
2401
2401
|
//
|
|
2402
|
-
var script$
|
|
2402
|
+
var script$m = {};
|
|
2403
2403
|
|
|
2404
2404
|
const isOldIE = typeof navigator !== 'undefined' &&
|
|
2405
2405
|
/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
@@ -2455,10 +2455,10 @@ function addStyle(id, css) {
|
|
|
2455
2455
|
}
|
|
2456
2456
|
|
|
2457
2457
|
/* script */
|
|
2458
|
-
const __vue_script__$
|
|
2458
|
+
const __vue_script__$m = script$m;
|
|
2459
2459
|
/* template */
|
|
2460
2460
|
|
|
2461
|
-
var __vue_render__$
|
|
2461
|
+
var __vue_render__$m = function () {
|
|
2462
2462
|
var _vm = this;
|
|
2463
2463
|
|
|
2464
2464
|
var _h = _vm.$createElement;
|
|
@@ -2468,7 +2468,7 @@ var __vue_render__$l = function () {
|
|
|
2468
2468
|
return _vm._m(0);
|
|
2469
2469
|
};
|
|
2470
2470
|
|
|
2471
|
-
var __vue_staticRenderFns__$
|
|
2471
|
+
var __vue_staticRenderFns__$m = [function () {
|
|
2472
2472
|
var _vm = this;
|
|
2473
2473
|
|
|
2474
2474
|
var _h = _vm.$createElement;
|
|
@@ -2531,7 +2531,7 @@ var __vue_staticRenderFns__$l = [function () {
|
|
|
2531
2531
|
}];
|
|
2532
2532
|
/* style */
|
|
2533
2533
|
|
|
2534
|
-
const __vue_inject_styles__$
|
|
2534
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
2535
2535
|
if (!inject) return;
|
|
2536
2536
|
inject("data-v-606babe9_0", {
|
|
2537
2537
|
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}",
|
|
@@ -2542,26 +2542,26 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
2542
2542
|
/* scoped */
|
|
2543
2543
|
|
|
2544
2544
|
|
|
2545
|
-
const __vue_scope_id__$
|
|
2545
|
+
const __vue_scope_id__$m = undefined;
|
|
2546
2546
|
/* module identifier */
|
|
2547
2547
|
|
|
2548
|
-
const __vue_module_identifier__$
|
|
2548
|
+
const __vue_module_identifier__$m = undefined;
|
|
2549
2549
|
/* functional template */
|
|
2550
2550
|
|
|
2551
|
-
const __vue_is_functional_template__$
|
|
2551
|
+
const __vue_is_functional_template__$m = false;
|
|
2552
2552
|
/* style inject SSR */
|
|
2553
2553
|
|
|
2554
2554
|
/* style inject shadow dom */
|
|
2555
2555
|
|
|
2556
|
-
const __vue_component__$
|
|
2557
|
-
render: __vue_render__$
|
|
2558
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2559
|
-
}, __vue_inject_styles__$
|
|
2556
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
2557
|
+
render: __vue_render__$m,
|
|
2558
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
2559
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
2560
2560
|
|
|
2561
|
-
var SkeletonPicker = __vue_component__$
|
|
2561
|
+
var SkeletonPicker = __vue_component__$s;
|
|
2562
2562
|
|
|
2563
2563
|
//
|
|
2564
|
-
var script$
|
|
2564
|
+
var script$l = {
|
|
2565
2565
|
components: {
|
|
2566
2566
|
SkeletonPicker
|
|
2567
2567
|
},
|
|
@@ -2764,18 +2764,16 @@ var script$k = {
|
|
|
2764
2764
|
} else {
|
|
2765
2765
|
this.filteredList = [];
|
|
2766
2766
|
}
|
|
2767
|
-
|
|
2768
|
-
console.log("this.filteredList: ", this.filteredList);
|
|
2769
2767
|
}
|
|
2770
2768
|
|
|
2771
2769
|
}
|
|
2772
2770
|
};
|
|
2773
2771
|
|
|
2774
2772
|
/* script */
|
|
2775
|
-
const __vue_script__$
|
|
2773
|
+
const __vue_script__$l = script$l;
|
|
2776
2774
|
/* template */
|
|
2777
2775
|
|
|
2778
|
-
var __vue_render__$
|
|
2776
|
+
var __vue_render__$l = function () {
|
|
2779
2777
|
var _vm = this;
|
|
2780
2778
|
|
|
2781
2779
|
var _h = _vm.$createElement;
|
|
@@ -2878,12 +2876,12 @@ var __vue_render__$k = function () {
|
|
|
2878
2876
|
}), 0)]], 2)], 1);
|
|
2879
2877
|
};
|
|
2880
2878
|
|
|
2881
|
-
var __vue_staticRenderFns__$
|
|
2879
|
+
var __vue_staticRenderFns__$l = [];
|
|
2882
2880
|
/* style */
|
|
2883
2881
|
|
|
2884
|
-
const __vue_inject_styles__$
|
|
2882
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
2885
2883
|
if (!inject) return;
|
|
2886
|
-
inject("data-v-
|
|
2884
|
+
inject("data-v-678ca55c_0", {
|
|
2887
2885
|
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}",
|
|
2888
2886
|
map: undefined,
|
|
2889
2887
|
media: undefined
|
|
@@ -2892,26 +2890,26 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
2892
2890
|
/* scoped */
|
|
2893
2891
|
|
|
2894
2892
|
|
|
2895
|
-
const __vue_scope_id__$
|
|
2893
|
+
const __vue_scope_id__$l = undefined;
|
|
2896
2894
|
/* module identifier */
|
|
2897
2895
|
|
|
2898
|
-
const __vue_module_identifier__$
|
|
2896
|
+
const __vue_module_identifier__$l = undefined;
|
|
2899
2897
|
/* functional template */
|
|
2900
2898
|
|
|
2901
|
-
const __vue_is_functional_template__$
|
|
2899
|
+
const __vue_is_functional_template__$l = false;
|
|
2902
2900
|
/* style inject SSR */
|
|
2903
2901
|
|
|
2904
2902
|
/* style inject shadow dom */
|
|
2905
2903
|
|
|
2906
|
-
const __vue_component__$
|
|
2907
|
-
render: __vue_render__$
|
|
2908
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2909
|
-
}, __vue_inject_styles__$
|
|
2904
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
2905
|
+
render: __vue_render__$l,
|
|
2906
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
2907
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
2910
2908
|
|
|
2911
|
-
var Picker = __vue_component__$
|
|
2909
|
+
var Picker = __vue_component__$r;
|
|
2912
2910
|
|
|
2913
2911
|
//
|
|
2914
|
-
var script$
|
|
2912
|
+
var script$k = {
|
|
2915
2913
|
components: {
|
|
2916
2914
|
Picker
|
|
2917
2915
|
},
|
|
@@ -3011,10 +3009,10 @@ var script$j = {
|
|
|
3011
3009
|
};
|
|
3012
3010
|
|
|
3013
3011
|
/* script */
|
|
3014
|
-
const __vue_script__$
|
|
3012
|
+
const __vue_script__$k = script$k;
|
|
3015
3013
|
/* template */
|
|
3016
3014
|
|
|
3017
|
-
var __vue_render__$
|
|
3015
|
+
var __vue_render__$k = function () {
|
|
3018
3016
|
var _vm = this;
|
|
3019
3017
|
|
|
3020
3018
|
var _h = _vm.$createElement;
|
|
@@ -3057,10 +3055,10 @@ var __vue_render__$j = function () {
|
|
|
3057
3055
|
})], 1)], 1);
|
|
3058
3056
|
};
|
|
3059
3057
|
|
|
3060
|
-
var __vue_staticRenderFns__$
|
|
3058
|
+
var __vue_staticRenderFns__$k = [];
|
|
3061
3059
|
/* style */
|
|
3062
3060
|
|
|
3063
|
-
const __vue_inject_styles__$
|
|
3061
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
3064
3062
|
if (!inject) return;
|
|
3065
3063
|
inject("data-v-7b7b5e22_0", {
|
|
3066
3064
|
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}",
|
|
@@ -3071,23 +3069,23 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
3071
3069
|
/* scoped */
|
|
3072
3070
|
|
|
3073
3071
|
|
|
3074
|
-
const __vue_scope_id__$
|
|
3072
|
+
const __vue_scope_id__$k = undefined;
|
|
3075
3073
|
/* module identifier */
|
|
3076
3074
|
|
|
3077
|
-
const __vue_module_identifier__$
|
|
3075
|
+
const __vue_module_identifier__$k = undefined;
|
|
3078
3076
|
/* functional template */
|
|
3079
3077
|
|
|
3080
|
-
const __vue_is_functional_template__$
|
|
3078
|
+
const __vue_is_functional_template__$k = false;
|
|
3081
3079
|
/* style inject SSR */
|
|
3082
3080
|
|
|
3083
3081
|
/* style inject shadow dom */
|
|
3084
3082
|
|
|
3085
|
-
const __vue_component__$
|
|
3086
|
-
render: __vue_render__$
|
|
3087
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3088
|
-
}, __vue_inject_styles__$
|
|
3083
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
3084
|
+
render: __vue_render__$k,
|
|
3085
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
3086
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
3089
3087
|
|
|
3090
|
-
var BtnEmojis = __vue_component__$
|
|
3088
|
+
var BtnEmojis = __vue_component__$q;
|
|
3091
3089
|
|
|
3092
3090
|
//
|
|
3093
3091
|
//
|
|
@@ -3095,7 +3093,7 @@ var BtnEmojis = __vue_component__$p;
|
|
|
3095
3093
|
//
|
|
3096
3094
|
//
|
|
3097
3095
|
//
|
|
3098
|
-
var script$
|
|
3096
|
+
var script$j = {
|
|
3099
3097
|
props: {
|
|
3100
3098
|
hasBg: {
|
|
3101
3099
|
type: Boolean,
|
|
@@ -3118,10 +3116,10 @@ var script$i = {
|
|
|
3118
3116
|
};
|
|
3119
3117
|
|
|
3120
3118
|
/* script */
|
|
3121
|
-
const __vue_script__$
|
|
3119
|
+
const __vue_script__$j = script$j;
|
|
3122
3120
|
/* template */
|
|
3123
3121
|
|
|
3124
|
-
var __vue_render__$
|
|
3122
|
+
var __vue_render__$j = function () {
|
|
3125
3123
|
var _vm = this;
|
|
3126
3124
|
|
|
3127
3125
|
var _h = _vm.$createElement;
|
|
@@ -3143,10 +3141,10 @@ var __vue_render__$i = function () {
|
|
|
3143
3141
|
})]);
|
|
3144
3142
|
};
|
|
3145
3143
|
|
|
3146
|
-
var __vue_staticRenderFns__$
|
|
3144
|
+
var __vue_staticRenderFns__$j = [];
|
|
3147
3145
|
/* style */
|
|
3148
3146
|
|
|
3149
|
-
const __vue_inject_styles__$
|
|
3147
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
3150
3148
|
if (!inject) return;
|
|
3151
3149
|
inject("data-v-423f52bb_0", {
|
|
3152
3150
|
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)}}",
|
|
@@ -3157,23 +3155,23 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
3157
3155
|
/* scoped */
|
|
3158
3156
|
|
|
3159
3157
|
|
|
3160
|
-
const __vue_scope_id__$
|
|
3158
|
+
const __vue_scope_id__$j = undefined;
|
|
3161
3159
|
/* module identifier */
|
|
3162
3160
|
|
|
3163
|
-
const __vue_module_identifier__$
|
|
3161
|
+
const __vue_module_identifier__$j = undefined;
|
|
3164
3162
|
/* functional template */
|
|
3165
3163
|
|
|
3166
|
-
const __vue_is_functional_template__$
|
|
3164
|
+
const __vue_is_functional_template__$j = false;
|
|
3167
3165
|
/* style inject SSR */
|
|
3168
3166
|
|
|
3169
3167
|
/* style inject shadow dom */
|
|
3170
3168
|
|
|
3171
|
-
const __vue_component__$
|
|
3172
|
-
render: __vue_render__$
|
|
3173
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3174
|
-
}, __vue_inject_styles__$
|
|
3169
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
3170
|
+
render: __vue_render__$j,
|
|
3171
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
3172
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
3175
3173
|
|
|
3176
|
-
var Loader = __vue_component__$
|
|
3174
|
+
var Loader = __vue_component__$p;
|
|
3177
3175
|
|
|
3178
3176
|
//
|
|
3179
3177
|
//
|
|
@@ -3183,7 +3181,7 @@ var Loader = __vue_component__$o;
|
|
|
3183
3181
|
//
|
|
3184
3182
|
//
|
|
3185
3183
|
//
|
|
3186
|
-
var script$
|
|
3184
|
+
var script$i = {
|
|
3187
3185
|
props: {
|
|
3188
3186
|
message: {
|
|
3189
3187
|
type: String,
|
|
@@ -3204,10 +3202,10 @@ var script$h = {
|
|
|
3204
3202
|
};
|
|
3205
3203
|
|
|
3206
3204
|
/* script */
|
|
3207
|
-
const __vue_script__$
|
|
3205
|
+
const __vue_script__$i = script$i;
|
|
3208
3206
|
/* template */
|
|
3209
3207
|
|
|
3210
|
-
var __vue_render__$
|
|
3208
|
+
var __vue_render__$i = function () {
|
|
3211
3209
|
var _vm = this;
|
|
3212
3210
|
|
|
3213
3211
|
var _h = _vm.$createElement;
|
|
@@ -3222,31 +3220,31 @@ var __vue_render__$h = function () {
|
|
|
3222
3220
|
}) : _vm._e();
|
|
3223
3221
|
};
|
|
3224
3222
|
|
|
3225
|
-
var __vue_staticRenderFns__$
|
|
3223
|
+
var __vue_staticRenderFns__$i = [];
|
|
3226
3224
|
/* style */
|
|
3227
3225
|
|
|
3228
|
-
const __vue_inject_styles__$
|
|
3226
|
+
const __vue_inject_styles__$i = undefined;
|
|
3229
3227
|
/* scoped */
|
|
3230
3228
|
|
|
3231
|
-
const __vue_scope_id__$
|
|
3229
|
+
const __vue_scope_id__$i = undefined;
|
|
3232
3230
|
/* module identifier */
|
|
3233
3231
|
|
|
3234
|
-
const __vue_module_identifier__$
|
|
3232
|
+
const __vue_module_identifier__$i = undefined;
|
|
3235
3233
|
/* functional template */
|
|
3236
3234
|
|
|
3237
|
-
const __vue_is_functional_template__$
|
|
3235
|
+
const __vue_is_functional_template__$i = false;
|
|
3238
3236
|
/* style inject */
|
|
3239
3237
|
|
|
3240
3238
|
/* style inject SSR */
|
|
3241
3239
|
|
|
3242
3240
|
/* style inject shadow dom */
|
|
3243
3241
|
|
|
3244
|
-
const __vue_component__$
|
|
3245
|
-
render: __vue_render__$
|
|
3246
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3247
|
-
}, __vue_inject_styles__$
|
|
3242
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
3243
|
+
render: __vue_render__$i,
|
|
3244
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
3245
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
|
|
3248
3246
|
|
|
3249
|
-
var RemainingCharacters = __vue_component__$
|
|
3247
|
+
var RemainingCharacters = __vue_component__$o;
|
|
3250
3248
|
|
|
3251
3249
|
//
|
|
3252
3250
|
//
|
|
@@ -3254,7 +3252,7 @@ var RemainingCharacters = __vue_component__$n;
|
|
|
3254
3252
|
//
|
|
3255
3253
|
//
|
|
3256
3254
|
//
|
|
3257
|
-
var script$
|
|
3255
|
+
var script$h = {
|
|
3258
3256
|
props: {
|
|
3259
3257
|
dictionary: {
|
|
3260
3258
|
type: Object,
|
|
@@ -3326,10 +3324,10 @@ var script$g = {
|
|
|
3326
3324
|
};
|
|
3327
3325
|
|
|
3328
3326
|
/* script */
|
|
3329
|
-
const __vue_script__$
|
|
3327
|
+
const __vue_script__$h = script$h;
|
|
3330
3328
|
/* template */
|
|
3331
3329
|
|
|
3332
|
-
var __vue_render__$
|
|
3330
|
+
var __vue_render__$h = function () {
|
|
3333
3331
|
var _vm = this;
|
|
3334
3332
|
|
|
3335
3333
|
var _h = _vm.$createElement;
|
|
@@ -3351,31 +3349,31 @@ var __vue_render__$g = function () {
|
|
|
3351
3349
|
})], 1);
|
|
3352
3350
|
};
|
|
3353
3351
|
|
|
3354
|
-
var __vue_staticRenderFns__$
|
|
3352
|
+
var __vue_staticRenderFns__$h = [];
|
|
3355
3353
|
/* style */
|
|
3356
3354
|
|
|
3357
|
-
const __vue_inject_styles__$
|
|
3355
|
+
const __vue_inject_styles__$h = undefined;
|
|
3358
3356
|
/* scoped */
|
|
3359
3357
|
|
|
3360
|
-
const __vue_scope_id__$
|
|
3358
|
+
const __vue_scope_id__$h = undefined;
|
|
3361
3359
|
/* module identifier */
|
|
3362
3360
|
|
|
3363
|
-
const __vue_module_identifier__$
|
|
3361
|
+
const __vue_module_identifier__$h = undefined;
|
|
3364
3362
|
/* functional template */
|
|
3365
3363
|
|
|
3366
|
-
const __vue_is_functional_template__$
|
|
3364
|
+
const __vue_is_functional_template__$h = false;
|
|
3367
3365
|
/* style inject */
|
|
3368
3366
|
|
|
3369
3367
|
/* style inject SSR */
|
|
3370
3368
|
|
|
3371
3369
|
/* style inject shadow dom */
|
|
3372
3370
|
|
|
3373
|
-
const __vue_component__$
|
|
3374
|
-
render: __vue_render__$
|
|
3375
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3376
|
-
}, __vue_inject_styles__$
|
|
3371
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
3372
|
+
render: __vue_render__$h,
|
|
3373
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
3374
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
|
|
3377
3375
|
|
|
3378
|
-
var BtnMic = __vue_component__$
|
|
3376
|
+
var BtnMic = __vue_component__$n;
|
|
3379
3377
|
|
|
3380
3378
|
//
|
|
3381
3379
|
//
|
|
@@ -3399,7 +3397,7 @@ var BtnMic = __vue_component__$m;
|
|
|
3399
3397
|
//
|
|
3400
3398
|
//
|
|
3401
3399
|
//
|
|
3402
|
-
var script$
|
|
3400
|
+
var script$g = {
|
|
3403
3401
|
props: {
|
|
3404
3402
|
dictionary: {
|
|
3405
3403
|
type: Object,
|
|
@@ -3440,10 +3438,10 @@ var script$f = {
|
|
|
3440
3438
|
};
|
|
3441
3439
|
|
|
3442
3440
|
/* script */
|
|
3443
|
-
const __vue_script__$
|
|
3441
|
+
const __vue_script__$g = script$g;
|
|
3444
3442
|
/* template */
|
|
3445
3443
|
|
|
3446
|
-
var __vue_render__$
|
|
3444
|
+
var __vue_render__$g = function () {
|
|
3447
3445
|
var _vm = this;
|
|
3448
3446
|
|
|
3449
3447
|
var _h = _vm.$createElement;
|
|
@@ -3497,10 +3495,10 @@ var __vue_render__$f = function () {
|
|
|
3497
3495
|
})]) : _vm._e()]], 2);
|
|
3498
3496
|
};
|
|
3499
3497
|
|
|
3500
|
-
var __vue_staticRenderFns__$
|
|
3498
|
+
var __vue_staticRenderFns__$g = [];
|
|
3501
3499
|
/* style */
|
|
3502
3500
|
|
|
3503
|
-
const __vue_inject_styles__$
|
|
3501
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
3504
3502
|
if (!inject) return;
|
|
3505
3503
|
inject("data-v-6d0392fe_0", {
|
|
3506
3504
|
source: ".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%}",
|
|
@@ -3511,26 +3509,26 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
3511
3509
|
/* scoped */
|
|
3512
3510
|
|
|
3513
3511
|
|
|
3514
|
-
const __vue_scope_id__$
|
|
3512
|
+
const __vue_scope_id__$g = undefined;
|
|
3515
3513
|
/* module identifier */
|
|
3516
3514
|
|
|
3517
|
-
const __vue_module_identifier__$
|
|
3515
|
+
const __vue_module_identifier__$g = undefined;
|
|
3518
3516
|
/* functional template */
|
|
3519
3517
|
|
|
3520
|
-
const __vue_is_functional_template__$
|
|
3518
|
+
const __vue_is_functional_template__$g = false;
|
|
3521
3519
|
/* style inject SSR */
|
|
3522
3520
|
|
|
3523
3521
|
/* style inject shadow dom */
|
|
3524
3522
|
|
|
3525
|
-
const __vue_component__$
|
|
3526
|
-
render: __vue_render__$
|
|
3527
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3528
|
-
}, __vue_inject_styles__$
|
|
3523
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
3524
|
+
render: __vue_render__$g,
|
|
3525
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
3526
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
3529
3527
|
|
|
3530
|
-
var SingleFilePreview = __vue_component__$
|
|
3528
|
+
var SingleFilePreview = __vue_component__$m;
|
|
3531
3529
|
|
|
3532
3530
|
//
|
|
3533
|
-
var script$
|
|
3531
|
+
var script$f = {
|
|
3534
3532
|
components: {
|
|
3535
3533
|
Loader
|
|
3536
3534
|
},
|
|
@@ -3613,10 +3611,10 @@ var script$e = {
|
|
|
3613
3611
|
};
|
|
3614
3612
|
|
|
3615
3613
|
/* script */
|
|
3616
|
-
const __vue_script__$
|
|
3614
|
+
const __vue_script__$f = script$f;
|
|
3617
3615
|
/* template */
|
|
3618
3616
|
|
|
3619
|
-
var __vue_render__$
|
|
3617
|
+
var __vue_render__$f = function () {
|
|
3620
3618
|
var _vm = this;
|
|
3621
3619
|
|
|
3622
3620
|
var _h = _vm.$createElement;
|
|
@@ -3706,10 +3704,10 @@ var __vue_render__$e = function () {
|
|
|
3706
3704
|
})], 2)], 1);
|
|
3707
3705
|
};
|
|
3708
3706
|
|
|
3709
|
-
var __vue_staticRenderFns__$
|
|
3707
|
+
var __vue_staticRenderFns__$f = [];
|
|
3710
3708
|
/* style */
|
|
3711
3709
|
|
|
3712
|
-
const __vue_inject_styles__$
|
|
3710
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
3713
3711
|
if (!inject) return;
|
|
3714
3712
|
inject("data-v-55cbc293_0", {
|
|
3715
3713
|
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::-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{font-weight:500}.text-footer-invalid-format h4{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-left:5px}.file-title>svg{margin-right:5px}.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 .pdf{display:flex;justify-content:center;align-items:center;font-size:30px;color:#e74c3c}.small-img .pdf svg{z-index:1}.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;border-radius:50%;background-color:#fff;min-width:1rem;min-height:1rem;cursor:pointer}.delete-file>svg{font-size:1rem;color:#e74c3c}",
|
|
@@ -3720,26 +3718,26 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
3720
3718
|
/* scoped */
|
|
3721
3719
|
|
|
3722
3720
|
|
|
3723
|
-
const __vue_scope_id__$
|
|
3721
|
+
const __vue_scope_id__$f = undefined;
|
|
3724
3722
|
/* module identifier */
|
|
3725
3723
|
|
|
3726
|
-
const __vue_module_identifier__$
|
|
3724
|
+
const __vue_module_identifier__$f = undefined;
|
|
3727
3725
|
/* functional template */
|
|
3728
3726
|
|
|
3729
|
-
const __vue_is_functional_template__$
|
|
3727
|
+
const __vue_is_functional_template__$f = false;
|
|
3730
3728
|
/* style inject SSR */
|
|
3731
3729
|
|
|
3732
3730
|
/* style inject shadow dom */
|
|
3733
3731
|
|
|
3734
|
-
const __vue_component__$
|
|
3735
|
-
render: __vue_render__$
|
|
3736
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3737
|
-
}, __vue_inject_styles__$
|
|
3732
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
3733
|
+
render: __vue_render__$f,
|
|
3734
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
3735
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
3738
3736
|
|
|
3739
|
-
var MultipleFilePreview = __vue_component__$
|
|
3737
|
+
var MultipleFilePreview = __vue_component__$l;
|
|
3740
3738
|
|
|
3741
3739
|
//
|
|
3742
|
-
var script$
|
|
3740
|
+
var script$e = {
|
|
3743
3741
|
components: {
|
|
3744
3742
|
SingleFilePreview,
|
|
3745
3743
|
MultipleFilePreview
|
|
@@ -3955,10 +3953,10 @@ var script$d = {
|
|
|
3955
3953
|
};
|
|
3956
3954
|
|
|
3957
3955
|
/* script */
|
|
3958
|
-
const __vue_script__$
|
|
3956
|
+
const __vue_script__$e = script$e;
|
|
3959
3957
|
/* template */
|
|
3960
3958
|
|
|
3961
|
-
var __vue_render__$
|
|
3959
|
+
var __vue_render__$e = function () {
|
|
3962
3960
|
var _vm = this;
|
|
3963
3961
|
|
|
3964
3962
|
var _h = _vm.$createElement;
|
|
@@ -4125,10 +4123,10 @@ var __vue_render__$d = function () {
|
|
|
4125
4123
|
})], 1)])], 1);
|
|
4126
4124
|
};
|
|
4127
4125
|
|
|
4128
|
-
var __vue_staticRenderFns__$
|
|
4126
|
+
var __vue_staticRenderFns__$e = [];
|
|
4129
4127
|
/* style */
|
|
4130
4128
|
|
|
4131
|
-
const __vue_inject_styles__$
|
|
4129
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
4132
4130
|
if (!inject) return;
|
|
4133
4131
|
inject("data-v-4859e108_0", {
|
|
4134
4132
|
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}",
|
|
@@ -4139,23 +4137,23 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
4139
4137
|
/* scoped */
|
|
4140
4138
|
|
|
4141
4139
|
|
|
4142
|
-
const __vue_scope_id__$
|
|
4140
|
+
const __vue_scope_id__$e = undefined;
|
|
4143
4141
|
/* module identifier */
|
|
4144
4142
|
|
|
4145
|
-
const __vue_module_identifier__$
|
|
4143
|
+
const __vue_module_identifier__$e = undefined;
|
|
4146
4144
|
/* functional template */
|
|
4147
4145
|
|
|
4148
|
-
const __vue_is_functional_template__$
|
|
4146
|
+
const __vue_is_functional_template__$e = false;
|
|
4149
4147
|
/* style inject SSR */
|
|
4150
4148
|
|
|
4151
4149
|
/* style inject shadow dom */
|
|
4152
4150
|
|
|
4153
|
-
const __vue_component__$
|
|
4154
|
-
render: __vue_render__$
|
|
4155
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4156
|
-
}, __vue_inject_styles__$
|
|
4151
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
4152
|
+
render: __vue_render__$e,
|
|
4153
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
4154
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
4157
4155
|
|
|
4158
|
-
var BtnFiles = __vue_component__$
|
|
4156
|
+
var BtnFiles = __vue_component__$k;
|
|
4159
4157
|
|
|
4160
4158
|
//
|
|
4161
4159
|
//
|
|
@@ -4163,7 +4161,7 @@ var BtnFiles = __vue_component__$j;
|
|
|
4163
4161
|
//
|
|
4164
4162
|
//
|
|
4165
4163
|
//
|
|
4166
|
-
var script$
|
|
4164
|
+
var script$d = {
|
|
4167
4165
|
props: {
|
|
4168
4166
|
dictionary: {
|
|
4169
4167
|
type: Object,
|
|
@@ -4174,10 +4172,10 @@ var script$c = {
|
|
|
4174
4172
|
};
|
|
4175
4173
|
|
|
4176
4174
|
/* script */
|
|
4177
|
-
const __vue_script__$
|
|
4175
|
+
const __vue_script__$d = script$d;
|
|
4178
4176
|
/* template */
|
|
4179
4177
|
|
|
4180
|
-
var __vue_render__$
|
|
4178
|
+
var __vue_render__$d = function () {
|
|
4181
4179
|
var _vm = this;
|
|
4182
4180
|
|
|
4183
4181
|
var _h = _vm.$createElement;
|
|
@@ -4201,34 +4199,34 @@ var __vue_render__$c = function () {
|
|
|
4201
4199
|
})], 1);
|
|
4202
4200
|
};
|
|
4203
4201
|
|
|
4204
|
-
var __vue_staticRenderFns__$
|
|
4202
|
+
var __vue_staticRenderFns__$d = [];
|
|
4205
4203
|
/* style */
|
|
4206
4204
|
|
|
4207
|
-
const __vue_inject_styles__$
|
|
4205
|
+
const __vue_inject_styles__$d = undefined;
|
|
4208
4206
|
/* scoped */
|
|
4209
4207
|
|
|
4210
|
-
const __vue_scope_id__$
|
|
4208
|
+
const __vue_scope_id__$d = undefined;
|
|
4211
4209
|
/* module identifier */
|
|
4212
4210
|
|
|
4213
|
-
const __vue_module_identifier__$
|
|
4211
|
+
const __vue_module_identifier__$d = undefined;
|
|
4214
4212
|
/* functional template */
|
|
4215
4213
|
|
|
4216
|
-
const __vue_is_functional_template__$
|
|
4214
|
+
const __vue_is_functional_template__$d = false;
|
|
4217
4215
|
/* style inject */
|
|
4218
4216
|
|
|
4219
4217
|
/* style inject SSR */
|
|
4220
4218
|
|
|
4221
4219
|
/* style inject shadow dom */
|
|
4222
4220
|
|
|
4223
|
-
const __vue_component__$
|
|
4224
|
-
render: __vue_render__$
|
|
4225
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4226
|
-
}, __vue_inject_styles__$
|
|
4221
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
4222
|
+
render: __vue_render__$d,
|
|
4223
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
4224
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);
|
|
4227
4225
|
|
|
4228
|
-
var BtnExpand = __vue_component__$
|
|
4226
|
+
var BtnExpand = __vue_component__$j;
|
|
4229
4227
|
|
|
4230
4228
|
//
|
|
4231
|
-
var script$
|
|
4229
|
+
var script$c = {
|
|
4232
4230
|
components: {
|
|
4233
4231
|
BtnEmojis,
|
|
4234
4232
|
Loader,
|
|
@@ -4376,8 +4374,6 @@ var script$b = {
|
|
|
4376
4374
|
insertEmoji(emoji) {
|
|
4377
4375
|
try {
|
|
4378
4376
|
const textarea = document.querySelector(`#text-footer-${this.textId}`);
|
|
4379
|
-
console.log("emoji: ", emoji);
|
|
4380
|
-
console.log(textarea);
|
|
4381
4377
|
|
|
4382
4378
|
if (document.activeElement === textarea) {
|
|
4383
4379
|
const cursorStart = textarea.selectionStart;
|
|
@@ -4641,10 +4637,10 @@ var script$b = {
|
|
|
4641
4637
|
};
|
|
4642
4638
|
|
|
4643
4639
|
/* script */
|
|
4644
|
-
const __vue_script__$
|
|
4640
|
+
const __vue_script__$c = script$c;
|
|
4645
4641
|
/* template */
|
|
4646
4642
|
|
|
4647
|
-
var __vue_render__$
|
|
4643
|
+
var __vue_render__$c = function () {
|
|
4648
4644
|
var _vm = this;
|
|
4649
4645
|
|
|
4650
4646
|
var _h = _vm.$createElement;
|
|
@@ -4846,12 +4842,12 @@ var __vue_render__$b = function () {
|
|
|
4846
4842
|
})], 1) : _vm._e()], 1)]) : _vm._e();
|
|
4847
4843
|
};
|
|
4848
4844
|
|
|
4849
|
-
var __vue_staticRenderFns__$
|
|
4845
|
+
var __vue_staticRenderFns__$c = [];
|
|
4850
4846
|
/* style */
|
|
4851
4847
|
|
|
4852
|
-
const __vue_inject_styles__$
|
|
4848
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
4853
4849
|
if (!inject) return;
|
|
4854
|
-
inject("data-v-
|
|
4850
|
+
inject("data-v-1233d3a5_0", {
|
|
4855
4851
|
source: ".toasted svg{margin-right:10px}.d-none{display:none}ul{list-style-type:none}.text-footer-container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;position:relative}.text-footer-container .text-footer{min-height:48px;box-shadow:0 3px 7px -2px rgba(0,0,0,.45);position:relative;display:flex;justify-content:center;align-items:center;border:1px solid #ccc;padding:5px 2px 5px 5px;border-radius:5px}.text-footer-container .text-footer.full{width:100%}.text-footer-container .text-footer.almostFull{width:95%}.text-footer-container .text-footer.medium{width:75%}.text-footer-container.bigger .text-footer{height:80px}.text-footer-container.bigger .text-footer>textarea{font-size:.875rem;height:75px;max-height:75px;min-height:75px}.text-footer-container textarea{margin:0 5px;border:unset;flex:1;resize:none;min-height:30px;max-height:60px;font-size:.875rem;font-family:inherit;background:inherit}.text-footer-container textarea:focus{outline:unset}.text-footer-container textarea::placeholder{font-size:.75rem}.text-footer-container .text-footer-audio{flex:1;display:flex;justify-content:center;align-items:center}.text-footer-container audio{flex:1;outline:unset;width:auto;height:38px}.text-footer-container .delete-audio{display:flex;justify-content:center;align-items:center;color:#e74c3c;transition:background .3s;border-radius:50%;font-size:1rem;padding:10px;cursor:pointer;margin:0 5px;width:31px;height:31px}.text-footer-container .delete-audio:hover{background-color:rgba(208,0,0,.2)}.text-footer-container .max-characters{font-size:.575rem;z-index:1;color:#444;position:relative;top:30px;left:-30px}.text-footer-container .max-characters.no-width{width:0}.text-footer-container .text-footer-actions{display:flex}.text-footer-container .text-footer-actions.outside-buttons{display:flex;align-items:center;justify-content:flex-end;position:absolute;top:-42px;right:2px;background-color:#ddd;box-shadow:inset 0 -10px 5px -11px rgba(0,0,0,.5)}.text-footer-container .text-footer-actions .text-footer-actions--btn{display:flex;justify-content:center;align-items:center;color:#777;border-radius:50%;transition:background .3s;padding:10px;font-size:1rem;width:36px;height:36px;cursor:pointer;margin-right:2.5px}.text-footer-container .text-footer-actions .text-footer-actions--btn:last-child{margin-right:unset}.text-footer-container .text-footer-actions .text-footer-actions--btn:hover{background-color:rgba(0,0,0,.1)}.text-footer-container .text-footer-actions .text-footer-actions--btn.files-activated{background-color:rgba(0,0,0,.1)}.text-footer-container .text-footer-actions .text-footer-actions--btn.audio-activated{background-color:rgba(208,0,0,.7);color:#fff}.text-footer-container .text-footer-actions .text-footer-actions--btn.left-button{position:absolute;left:0}.text-footer-container .text-footer-hsm-container{margin:12px 0 7px 0}.text-footer-container .text-footer-hsm-container.full{width:100%}.text-footer-container .text-footer-hsm-container.almostFull{width:95%}.text-footer-container .text-footer-hsm-container.medium{width:75%}.text-footer-container .text-footer-hsm-container .text-footer-v-select{border-radius:5px;margin-bottom:5px}.text-footer-container .text-footer-hsm-container .text-footer-select-03{display:flex;align-items:center;flex:1;width:100%}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer-v-select{flex:1}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03{transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -3px rgba(0,0,0,.2);opacity:.9;border-radius:2.5px;display:flex;justify-content:center;align-items:center;margin-left:5px;margin-bottom:5px;background-color:#f7fe72;width:32px;height:32px}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03:hover{opacity:1}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03 svg{font-size:1rem}.text-footer-container .text-footer-files-container{position:absolute;right:0;top:-55px;padding:5px;background-color:rgba(0,0,0,.4);border-radius:5px;display:flex;align-items:center;justify-content:space-between;z-index:1}.text-footer-container .text-footer-files-container.horizontal{right:-55px;flex-direction:column}.text-footer-container .text-footer-files-container .files-btn{transition-duration:.3s;transition-property:opacity;opacity:.8;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:10px;padding:3px;width:40px;height:40px;font-size:1rem;color:#fff}.text-footer-container .text-footer-files-container .files-btn:hover{opacity:1}.text-footer-container .text-footer-files-container .files-btn svg{color:#fff}.text-footer-container .text-footer-files-container .files-btn.images{background-color:#9575cd;margin-right:5px}.text-footer-container .text-footer-files-container .files-btn.images.margin-bottom{margin-right:unset;margin-bottom:5px}.text-footer-container .text-footer-files-container .files-btn.docs{background-color:#7986cb}.text-footer-container .text-footer-preview-container{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}",
|
|
4856
4852
|
map: undefined,
|
|
4857
4853
|
media: undefined
|
|
@@ -4860,26 +4856,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
4860
4856
|
/* scoped */
|
|
4861
4857
|
|
|
4862
4858
|
|
|
4863
|
-
const __vue_scope_id__$
|
|
4859
|
+
const __vue_scope_id__$c = undefined;
|
|
4864
4860
|
/* module identifier */
|
|
4865
4861
|
|
|
4866
|
-
const __vue_module_identifier__$
|
|
4862
|
+
const __vue_module_identifier__$c = undefined;
|
|
4867
4863
|
/* functional template */
|
|
4868
4864
|
|
|
4869
|
-
const __vue_is_functional_template__$
|
|
4865
|
+
const __vue_is_functional_template__$c = false;
|
|
4870
4866
|
/* style inject SSR */
|
|
4871
4867
|
|
|
4872
4868
|
/* style inject shadow dom */
|
|
4873
4869
|
|
|
4874
|
-
const __vue_component__$
|
|
4875
|
-
render: __vue_render__$
|
|
4876
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4877
|
-
}, __vue_inject_styles__$
|
|
4870
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
4871
|
+
render: __vue_render__$c,
|
|
4872
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
4873
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
4878
4874
|
|
|
4879
|
-
var TextFooter = __vue_component__$
|
|
4875
|
+
var TextFooter = __vue_component__$i;
|
|
4880
4876
|
|
|
4881
4877
|
//
|
|
4882
|
-
var script$
|
|
4878
|
+
var script$b = {
|
|
4883
4879
|
components: {
|
|
4884
4880
|
TextFooter
|
|
4885
4881
|
},
|
|
@@ -4930,10 +4926,10 @@ var script$a = {
|
|
|
4930
4926
|
};
|
|
4931
4927
|
|
|
4932
4928
|
/* script */
|
|
4933
|
-
const __vue_script__$
|
|
4929
|
+
const __vue_script__$b = script$b;
|
|
4934
4930
|
/* template */
|
|
4935
4931
|
|
|
4936
|
-
var __vue_render__$
|
|
4932
|
+
var __vue_render__$b = function () {
|
|
4937
4933
|
var _vm = this;
|
|
4938
4934
|
|
|
4939
4935
|
var _h = _vm.$createElement;
|
|
@@ -4977,34 +4973,34 @@ var __vue_render__$a = function () {
|
|
|
4977
4973
|
})], 2)]) : _vm._e()], 1)])]);
|
|
4978
4974
|
};
|
|
4979
4975
|
|
|
4980
|
-
var __vue_staticRenderFns__$
|
|
4976
|
+
var __vue_staticRenderFns__$b = [];
|
|
4981
4977
|
/* style */
|
|
4982
4978
|
|
|
4983
|
-
const __vue_inject_styles__$
|
|
4979
|
+
const __vue_inject_styles__$b = undefined;
|
|
4984
4980
|
/* scoped */
|
|
4985
4981
|
|
|
4986
|
-
const __vue_scope_id__$
|
|
4982
|
+
const __vue_scope_id__$b = undefined;
|
|
4987
4983
|
/* module identifier */
|
|
4988
4984
|
|
|
4989
|
-
const __vue_module_identifier__$
|
|
4985
|
+
const __vue_module_identifier__$b = undefined;
|
|
4990
4986
|
/* functional template */
|
|
4991
4987
|
|
|
4992
|
-
const __vue_is_functional_template__$
|
|
4988
|
+
const __vue_is_functional_template__$b = false;
|
|
4993
4989
|
/* style inject */
|
|
4994
4990
|
|
|
4995
4991
|
/* style inject SSR */
|
|
4996
4992
|
|
|
4997
4993
|
/* style inject shadow dom */
|
|
4998
4994
|
|
|
4999
|
-
const __vue_component__$
|
|
5000
|
-
render: __vue_render__$
|
|
5001
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5002
|
-
}, __vue_inject_styles__$
|
|
4995
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
4996
|
+
render: __vue_render__$b,
|
|
4997
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
4998
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
|
|
5003
4999
|
|
|
5004
|
-
var TemplateMessage = __vue_component__$
|
|
5000
|
+
var TemplateMessage = __vue_component__$h;
|
|
5005
5001
|
|
|
5006
5002
|
//
|
|
5007
|
-
var script$
|
|
5003
|
+
var script$a = {
|
|
5008
5004
|
components: {
|
|
5009
5005
|
TemplateSingle,
|
|
5010
5006
|
TemplateMessage
|
|
@@ -5204,10 +5200,10 @@ var script$9 = {
|
|
|
5204
5200
|
};
|
|
5205
5201
|
|
|
5206
5202
|
/* script */
|
|
5207
|
-
const __vue_script__$
|
|
5203
|
+
const __vue_script__$a = script$a;
|
|
5208
5204
|
/* template */
|
|
5209
5205
|
|
|
5210
|
-
var __vue_render__$
|
|
5206
|
+
var __vue_render__$a = function () {
|
|
5211
5207
|
var _vm = this;
|
|
5212
5208
|
|
|
5213
5209
|
var _h = _vm.$createElement;
|
|
@@ -5281,10 +5277,10 @@ var __vue_render__$9 = function () {
|
|
|
5281
5277
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
5282
5278
|
};
|
|
5283
5279
|
|
|
5284
|
-
var __vue_staticRenderFns__$
|
|
5280
|
+
var __vue_staticRenderFns__$a = [];
|
|
5285
5281
|
/* style */
|
|
5286
5282
|
|
|
5287
|
-
const __vue_inject_styles__$
|
|
5283
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
5288
5284
|
if (!inject) return;
|
|
5289
5285
|
inject("data-v-1c24c23b_0", {
|
|
5290
5286
|
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{outline:unset;border:unset;display:block;min-width:180px;height:35px;padding:0 10px;font-weight:500;background-color:#007bff;color:#fff;transition-duration:.3s;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:unset}.tg-btn.small-btn{width:auto;margin-left: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}",
|
|
@@ -5295,26 +5291,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
5295
5291
|
/* scoped */
|
|
5296
5292
|
|
|
5297
5293
|
|
|
5298
|
-
const __vue_scope_id__$
|
|
5294
|
+
const __vue_scope_id__$a = undefined;
|
|
5299
5295
|
/* module identifier */
|
|
5300
5296
|
|
|
5301
|
-
const __vue_module_identifier__$
|
|
5297
|
+
const __vue_module_identifier__$a = undefined;
|
|
5302
5298
|
/* functional template */
|
|
5303
5299
|
|
|
5304
|
-
const __vue_is_functional_template__$
|
|
5300
|
+
const __vue_is_functional_template__$a = false;
|
|
5305
5301
|
/* style inject SSR */
|
|
5306
5302
|
|
|
5307
5303
|
/* style inject shadow dom */
|
|
5308
5304
|
|
|
5309
|
-
const __vue_component__$
|
|
5310
|
-
render: __vue_render__$
|
|
5311
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5312
|
-
}, __vue_inject_styles__$
|
|
5305
|
+
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
5306
|
+
render: __vue_render__$a,
|
|
5307
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
5308
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
5313
5309
|
|
|
5314
|
-
var __vue_component__$
|
|
5310
|
+
var __vue_component__$g = __vue_component__$f;
|
|
5315
5311
|
|
|
5316
5312
|
//
|
|
5317
|
-
var script$
|
|
5313
|
+
var script$9 = {
|
|
5318
5314
|
components: {
|
|
5319
5315
|
BtnEmojis,
|
|
5320
5316
|
BtnFiles
|
|
@@ -5571,8 +5567,6 @@ var script$8 = {
|
|
|
5571
5567
|
insertEmoji(emoji) {
|
|
5572
5568
|
try {
|
|
5573
5569
|
const textarea = this.$refs[`${this.identifier}`];
|
|
5574
|
-
console.log("emoji: ", emoji);
|
|
5575
|
-
console.log(textarea);
|
|
5576
5570
|
|
|
5577
5571
|
if (document.activeElement === textarea) {
|
|
5578
5572
|
const cursorStart = textarea.selectionStart;
|
|
@@ -5602,10 +5596,10 @@ var script$8 = {
|
|
|
5602
5596
|
};
|
|
5603
5597
|
|
|
5604
5598
|
/* script */
|
|
5605
|
-
const __vue_script__$
|
|
5599
|
+
const __vue_script__$9 = script$9;
|
|
5606
5600
|
/* template */
|
|
5607
5601
|
|
|
5608
|
-
var __vue_render__$
|
|
5602
|
+
var __vue_render__$9 = function () {
|
|
5609
5603
|
var _vm = this;
|
|
5610
5604
|
|
|
5611
5605
|
var _h = _vm.$createElement;
|
|
@@ -5704,12 +5698,12 @@ var __vue_render__$8 = function () {
|
|
|
5704
5698
|
}) : _vm._e(), _vm._v(" "), _vm._t("btn-1"), _vm._v(" "), _vm._t("btn-2")], 2)])], 1);
|
|
5705
5699
|
};
|
|
5706
5700
|
|
|
5707
|
-
var __vue_staticRenderFns__$
|
|
5701
|
+
var __vue_staticRenderFns__$9 = [];
|
|
5708
5702
|
/* style */
|
|
5709
5703
|
|
|
5710
|
-
const __vue_inject_styles__$
|
|
5704
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
5711
5705
|
if (!inject) return;
|
|
5712
|
-
inject("data-v-
|
|
5706
|
+
inject("data-v-35df0b7d_0", {
|
|
5713
5707
|
source: ".sc-icone-fechar{cursor:pointer;position:absolute;top:0;right:0;background-color:#fff;border-radius:50%;z-index:1;color:#e74c3c;font-size:1.3rem}.sc-icone-fechar.sc-icone-fechar--externo{top:-10px;right:-10px}.sc-icone-fechar.sc-icone-fechar--interno{top:10px;right:10px}.expand-textarea{position:relative;width:90%;height:90%;z-index:1}.expand-textarea-content{overflow-x:hidden;overflow-y:auto;background-color:#fff;width:100%;height:100%;display:flex;flex-direction:column}.expand-textarea-title{padding:2.5px 8px;min-height:38px;display:flex;align-items:center;width:100%;font-size:1.3rem;background-color:#222;color:#fff}.expand-textarea-content textarea{padding:10px;flex:1;width:100%;border:unset;resize:none;outline:0;overflow-x:hidden}.expand-textarea-content textarea:active,.expand-textarea-content textarea:hover{outline:0}.expand-textarea-footer{display:flex;justify-content:flex-end;align-items:center;padding:10px;background-color:#f7f7f7;position:relative}.expand-textarea-footer .text-footer-preview-container{position:absolute;top:-200px;right:145px;height:200px;background:#f7f7f7}.expand-textarea-footer .text-footer-actions--btn{width:36px;height:36px;border-radius:50%;background-color:rgba(255,255,255,0);color:#333;padding:2.5px;margin:0 15px 0 10px;display:flex;justify-content:center;align-items:center;font-size:1.3rem;cursor:pointer;opacity:.9;transition:all .3s}.expand-textarea-footer .text-footer-actions--btn:hover{opacity:1;background-color:rgba(30,30,30,.1)}.expand-textarea-button{width:125px;height:30px;display:flex;justify-content:center;align-items:center;transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -2px rgba(0,0,0,.2);opacity:.9;border-radius:5px;padding:5px 10px;border-radius:2.5px;position:relative}.expand-textarea-button.green{background-color:#2a963a;color:#fff;margin-right:10px}.expand-textarea-button.red{background-color:#e74c3c;color:#fff}.expand-textarea-button:hover{opacity:1}.expand-textarea-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)}.expand-textarea-button.carregando{background-color:#777}",
|
|
5714
5708
|
map: undefined,
|
|
5715
5709
|
media: undefined
|
|
@@ -5718,23 +5712,23 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
5718
5712
|
/* scoped */
|
|
5719
5713
|
|
|
5720
5714
|
|
|
5721
|
-
const __vue_scope_id__$
|
|
5715
|
+
const __vue_scope_id__$9 = undefined;
|
|
5722
5716
|
/* module identifier */
|
|
5723
5717
|
|
|
5724
|
-
const __vue_module_identifier__$
|
|
5718
|
+
const __vue_module_identifier__$9 = undefined;
|
|
5725
5719
|
/* functional template */
|
|
5726
5720
|
|
|
5727
|
-
const __vue_is_functional_template__$
|
|
5721
|
+
const __vue_is_functional_template__$9 = false;
|
|
5728
5722
|
/* style inject SSR */
|
|
5729
5723
|
|
|
5730
5724
|
/* style inject shadow dom */
|
|
5731
5725
|
|
|
5732
|
-
const __vue_component__$
|
|
5733
|
-
render: __vue_render__$
|
|
5734
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5735
|
-
}, __vue_inject_styles__$
|
|
5726
|
+
const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
5727
|
+
render: __vue_render__$9,
|
|
5728
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
5729
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
5736
5730
|
|
|
5737
|
-
var __vue_component__$
|
|
5731
|
+
var __vue_component__$e = __vue_component__$d;
|
|
5738
5732
|
|
|
5739
5733
|
const textoLongo = {
|
|
5740
5734
|
methods: {
|
|
@@ -5845,7 +5839,7 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
5845
5839
|
}
|
|
5846
5840
|
|
|
5847
5841
|
//
|
|
5848
|
-
var script$
|
|
5842
|
+
var script$8 = {
|
|
5849
5843
|
props: {
|
|
5850
5844
|
anexo: {
|
|
5851
5845
|
type: Object,
|
|
@@ -5929,10 +5923,10 @@ var script$7 = {
|
|
|
5929
5923
|
};
|
|
5930
5924
|
|
|
5931
5925
|
/* script */
|
|
5932
|
-
const __vue_script__$
|
|
5926
|
+
const __vue_script__$8 = script$8;
|
|
5933
5927
|
/* template */
|
|
5934
5928
|
|
|
5935
|
-
var __vue_render__$
|
|
5929
|
+
var __vue_render__$8 = function () {
|
|
5936
5930
|
var _vm = this;
|
|
5937
5931
|
|
|
5938
5932
|
var _h = _vm.$createElement;
|
|
@@ -5975,7 +5969,8 @@ var __vue_render__$7 = function () {
|
|
|
5975
5969
|
class: [_vm.iconeClass],
|
|
5976
5970
|
attrs: {
|
|
5977
5971
|
"title": _vm.nomeArquivo,
|
|
5978
|
-
"target": "_blank"
|
|
5972
|
+
"target": "_blank",
|
|
5973
|
+
"rel": "noreferrer noopener"
|
|
5979
5974
|
},
|
|
5980
5975
|
on: {
|
|
5981
5976
|
"click": function ($event) {
|
|
@@ -5992,6 +5987,7 @@ var __vue_render__$7 = function () {
|
|
|
5992
5987
|
"href": _vm.imgAnexo ? _vm.imgAnexo : _vm.docAnexo,
|
|
5993
5988
|
"download": "" + _vm.nomeArquivo,
|
|
5994
5989
|
"target": "_blank",
|
|
5990
|
+
"rel": "noreferrer noopener",
|
|
5995
5991
|
"title": "Download " + _vm.nomeArquivo
|
|
5996
5992
|
}
|
|
5997
5993
|
}, [_c('fa-icon', {
|
|
@@ -6001,13 +5997,13 @@ var __vue_render__$7 = function () {
|
|
|
6001
5997
|
})], 1)]], 2)], 1);
|
|
6002
5998
|
};
|
|
6003
5999
|
|
|
6004
|
-
var __vue_staticRenderFns__$
|
|
6000
|
+
var __vue_staticRenderFns__$8 = [];
|
|
6005
6001
|
/* style */
|
|
6006
6002
|
|
|
6007
|
-
const __vue_inject_styles__$
|
|
6003
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
6008
6004
|
if (!inject) return;
|
|
6009
|
-
inject("data-v-
|
|
6010
|
-
source: ".fade-enter-active[data-v-
|
|
6005
|
+
inject("data-v-037d5568_0", {
|
|
6006
|
+
source: ".fade-enter-active[data-v-037d5568],.fade-leave-active[data-v-037d5568]{transition:opacity .5s}.fade-enter[data-v-037d5568],.fade-leave-to[data-v-037d5568]{opacity:0}",
|
|
6011
6007
|
map: undefined,
|
|
6012
6008
|
media: undefined
|
|
6013
6009
|
});
|
|
@@ -6015,26 +6011,26 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
6015
6011
|
/* scoped */
|
|
6016
6012
|
|
|
6017
6013
|
|
|
6018
|
-
const __vue_scope_id__$
|
|
6014
|
+
const __vue_scope_id__$8 = "data-v-037d5568";
|
|
6019
6015
|
/* module identifier */
|
|
6020
6016
|
|
|
6021
|
-
const __vue_module_identifier__$
|
|
6017
|
+
const __vue_module_identifier__$8 = undefined;
|
|
6022
6018
|
/* functional template */
|
|
6023
6019
|
|
|
6024
|
-
const __vue_is_functional_template__$
|
|
6020
|
+
const __vue_is_functional_template__$8 = false;
|
|
6025
6021
|
/* style inject SSR */
|
|
6026
6022
|
|
|
6027
6023
|
/* style inject shadow dom */
|
|
6028
6024
|
|
|
6029
|
-
const __vue_component__$
|
|
6030
|
-
render: __vue_render__$
|
|
6031
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6032
|
-
}, __vue_inject_styles__$
|
|
6025
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
6026
|
+
render: __vue_render__$8,
|
|
6027
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
6028
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
6033
6029
|
|
|
6034
|
-
var CardAttachment = __vue_component__$
|
|
6030
|
+
var CardAttachment = __vue_component__$c;
|
|
6035
6031
|
|
|
6036
6032
|
//
|
|
6037
|
-
var script$
|
|
6033
|
+
var script$7 = {
|
|
6038
6034
|
components: {
|
|
6039
6035
|
CardAttachment
|
|
6040
6036
|
},
|
|
@@ -6153,10 +6149,10 @@ var script$6 = {
|
|
|
6153
6149
|
};
|
|
6154
6150
|
|
|
6155
6151
|
/* script */
|
|
6156
|
-
const __vue_script__$
|
|
6152
|
+
const __vue_script__$7 = script$7;
|
|
6157
6153
|
/* template */
|
|
6158
6154
|
|
|
6159
|
-
var __vue_render__$
|
|
6155
|
+
var __vue_render__$7 = function () {
|
|
6160
6156
|
var _vm = this;
|
|
6161
6157
|
|
|
6162
6158
|
var _h = _vm.$createElement;
|
|
@@ -6266,10 +6262,10 @@ var __vue_render__$6 = function () {
|
|
|
6266
6262
|
}), 0) : _vm._e()])], 1) : _vm._e();
|
|
6267
6263
|
};
|
|
6268
6264
|
|
|
6269
|
-
var __vue_staticRenderFns__$
|
|
6265
|
+
var __vue_staticRenderFns__$7 = [];
|
|
6270
6266
|
/* style */
|
|
6271
6267
|
|
|
6272
|
-
const __vue_inject_styles__$
|
|
6268
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
6273
6269
|
if (!inject) return;
|
|
6274
6270
|
inject("data-v-152fb67e_0", {
|
|
6275
6271
|
source: ".fade-enter-active[data-v-152fb67e],.fade-leave-active[data-v-152fb67e]{transition:opacity .2s}.fade-enter[data-v-152fb67e],.fade-leave-to[data-v-152fb67e]{opacity:0}.card-cli[data-v-152fb67e],.card-ope[data-v-152fb67e]{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.msgNova[data-v-152fb67e],.card-ope.msgNova[data-v-152fb67e]{margin-top:30px}.novas-mensagens[data-v-152fb67e]{position:absolute;top:-30px;width:100%;display:flex;justify-content:center;align-items:center;margin:2.5px 0;background-color:lighten(#fff249,15)}.card-cli .card[data-v-152fb67e]{border-left:3px solid #90b823}.card-ope[data-v-152fb67e]{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card[data-v-152fb67e]{border-right:3px solid #007535}.card[data-v-152fb67e]{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px}.card p[data-v-152fb67e]{word-break:break-all}.card-header[data-v-152fb67e]{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between}.card-header svg[data-v-152fb67e]{font-size:1rem}.card-canal[data-v-152fb67e]{flex:1;margin-right:10px}.card-datas[data-v-152fb67e]{display:flex;flex-direction:column;margin-right:10px}.card-data[data-v-152fb67e]{overflow:hidden;display:flex;align-content:center}.card-data span[data-v-152fb67e]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-data svg[data-v-152fb67e]{margin-right:5px;color:#232323}.card-expand[data-v-152fb67e]{display:flex;justify-content:center;align-items:center;margin:2.5px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand[data-v-152fb67e]:hover{opacity:1}.card-footer[data-v-152fb67e]{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap}.card-chip[data-v-152fb67e]{font-size:.8rem;width:fit-content;border-radius:15px;transition:all 150ms ease-in-out;padding:2.5px 7px;color:#1f69c1;background-color:rgba(207,216,244,.6);margin-bottom:5px}.card-chip[data-v-152fb67e]:hover{background-color:#cfd8f4}.card-chip.orange[data-v-152fb67e]{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange[data-v-152fb67e]:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow[data-v-152fb67e]{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow[data-v-152fb67e]:hover{background-color:rgba(252,191,73,.2)}.card-chip.red[data-v-152fb67e]{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red[data-v-152fb67e]:hover{background-color:rgba(231,76,60,.25)}.card-anexo[data-v-152fb67e]{width:50px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.anexo-item[data-v-152fb67e]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.anexo-item .transition-anexo-item[data-v-152fb67e]{max-width:100%;max-height:100%}.anexo-item .req-loader[data-v-152fb67e]{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.anexo-item .transition-anexo-item img[data-v-152fb67e]{max-width:45px;max-height:45px}.anexo-icone[data-v-152fb67e]{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.anexo-icone[data-v-152fb67e]:hover{opacity:1}.anexo-icone[data-v-152fb67e]:visited{color:inherit}svg[data-v-152fb67e]{font-size:30px;z-index:1}.anexo-icone.pdf[data-v-152fb67e]{position:relative}.anexo-icone.pdf svg[data-v-152fb67e]{color:#e74c3c}.anexo-icone.pdf[data-v-152fb67e]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.anexo-icone.doc[data-v-152fb67e]{color:#15517f}.anexo-icone.doc[data-v-152fb67e]::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.anexo-img[data-v-152fb67e]{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,.2);border-radius:2.5px;cursor:pointer;opacity:.9;transition:opacity 150ms}.anexo-img[data-v-152fb67e]:hover{opacity:1}.anexo-img img[data-v-152fb67e]{width:95%}",
|
|
@@ -6280,26 +6276,26 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
6280
6276
|
/* scoped */
|
|
6281
6277
|
|
|
6282
6278
|
|
|
6283
|
-
const __vue_scope_id__$
|
|
6279
|
+
const __vue_scope_id__$7 = "data-v-152fb67e";
|
|
6284
6280
|
/* module identifier */
|
|
6285
6281
|
|
|
6286
|
-
const __vue_module_identifier__$
|
|
6282
|
+
const __vue_module_identifier__$7 = undefined;
|
|
6287
6283
|
/* functional template */
|
|
6288
6284
|
|
|
6289
|
-
const __vue_is_functional_template__$
|
|
6285
|
+
const __vue_is_functional_template__$7 = false;
|
|
6290
6286
|
/* style inject SSR */
|
|
6291
6287
|
|
|
6292
6288
|
/* style inject shadow dom */
|
|
6293
6289
|
|
|
6294
|
-
const __vue_component__$
|
|
6295
|
-
render: __vue_render__$
|
|
6296
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6297
|
-
}, __vue_inject_styles__$
|
|
6290
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
6291
|
+
render: __vue_render__$7,
|
|
6292
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
6293
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
6298
6294
|
|
|
6299
|
-
var __vue_component__$
|
|
6295
|
+
var __vue_component__$b = __vue_component__$a;
|
|
6300
6296
|
|
|
6301
6297
|
//
|
|
6302
|
-
var script$
|
|
6298
|
+
var script$6 = {
|
|
6303
6299
|
components: {
|
|
6304
6300
|
Loader
|
|
6305
6301
|
},
|
|
@@ -6381,10 +6377,10 @@ var script$5 = {
|
|
|
6381
6377
|
};
|
|
6382
6378
|
|
|
6383
6379
|
/* script */
|
|
6384
|
-
const __vue_script__$
|
|
6380
|
+
const __vue_script__$6 = script$6;
|
|
6385
6381
|
/* template */
|
|
6386
6382
|
|
|
6387
|
-
var __vue_render__$
|
|
6383
|
+
var __vue_render__$6 = function () {
|
|
6388
6384
|
var _vm = this;
|
|
6389
6385
|
|
|
6390
6386
|
var _h = _vm.$createElement;
|
|
@@ -6449,7 +6445,8 @@ var __vue_render__$5 = function () {
|
|
|
6449
6445
|
}, [_c('p', [_vm._v(" " + _vm._s(_vm.dictionary.msg_erro_audio) + " "), _c('a', {
|
|
6450
6446
|
attrs: {
|
|
6451
6447
|
"href": _vm.docAnexo,
|
|
6452
|
-
"target": "_blank"
|
|
6448
|
+
"target": "_blank",
|
|
6449
|
+
"rel": "noreferrer noopener"
|
|
6453
6450
|
}
|
|
6454
6451
|
}, [_vm._v(" " + _vm._s(_vm.dictionary.msg_abrir_audio) + " ")])])]) : _vm._e(), _vm._v(" "), _vm.video ? _c('video', {
|
|
6455
6452
|
attrs: {
|
|
@@ -6460,12 +6457,14 @@ var __vue_render__$5 = function () {
|
|
|
6460
6457
|
}, [_c('p', [_vm._v(" " + _vm._s(_vm.dictionary.msg_erro_video) + " "), _vm.tipoDoc != 'erro' ? _c('a', {
|
|
6461
6458
|
attrs: {
|
|
6462
6459
|
"href": _vm.docAnexo,
|
|
6463
|
-
"target": "_blank"
|
|
6460
|
+
"target": "_blank",
|
|
6461
|
+
"rel": "noreferrer noopener"
|
|
6464
6462
|
}
|
|
6465
6463
|
}, [_vm._v(" " + _vm._s(_vm.dictionary.msg_abrir_video) + " ")]) : _vm._e()])]) : _vm._e()] : [_vm.tipoDoc != 'erro' ? _c('a', {
|
|
6466
6464
|
attrs: {
|
|
6467
6465
|
"href": _vm.docAnexo,
|
|
6468
6466
|
"target": "_blank",
|
|
6467
|
+
"rel": "noreferrer noopener",
|
|
6469
6468
|
"title": _vm.tipoDoc + " - " + _vm.nomeArquivo
|
|
6470
6469
|
}
|
|
6471
6470
|
}, [_c('fa-icon', {
|
|
@@ -6489,7 +6488,8 @@ var __vue_render__$5 = function () {
|
|
|
6489
6488
|
attrs: {
|
|
6490
6489
|
"href": _vm.imgAnexo,
|
|
6491
6490
|
"download": "" + _vm.nomeArquivo,
|
|
6492
|
-
"target": "_blank"
|
|
6491
|
+
"target": "_blank",
|
|
6492
|
+
"rel": "noreferrer noopener"
|
|
6493
6493
|
}
|
|
6494
6494
|
}, [_vm._v(" " + _vm._s(_vm.dictionary.titulo_baixar_img) + " "), _c('fa-icon', {
|
|
6495
6495
|
attrs: {
|
|
@@ -6499,7 +6499,8 @@ var __vue_render__$5 = function () {
|
|
|
6499
6499
|
attrs: {
|
|
6500
6500
|
"href": _vm.docAnexo,
|
|
6501
6501
|
"download": "" + _vm.nomeArquivo,
|
|
6502
|
-
"target": "_blank"
|
|
6502
|
+
"target": "_blank",
|
|
6503
|
+
"rel": "noreferrer noopener"
|
|
6503
6504
|
}
|
|
6504
6505
|
}, [_vm._v(" " + _vm._s(_vm.dictionary.titulo_baixar_doc) + " "), _c('fa-icon', {
|
|
6505
6506
|
attrs: {
|
|
@@ -6508,13 +6509,114 @@ var __vue_render__$5 = function () {
|
|
|
6508
6509
|
})], 1) : _vm._e()])], 1)], 1);
|
|
6509
6510
|
};
|
|
6510
6511
|
|
|
6512
|
+
var __vue_staticRenderFns__$6 = [];
|
|
6513
|
+
/* style */
|
|
6514
|
+
|
|
6515
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
6516
|
+
if (!inject) return;
|
|
6517
|
+
inject("data-v-23ebefcd_0", {
|
|
6518
|
+
source: ".fade-enter-active[data-v-23ebefcd],.fade-leave-active[data-v-23ebefcd]{transition:opacity .5s}.fade-enter[data-v-23ebefcd],.fade-leave-to[data-v-23ebefcd]{opacity:0}.mensagem-div-anexo[data-v-23ebefcd]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-23ebefcd]{width:100%;margin-top:5px}.anexo-container .arquivo-erro[data-v-23ebefcd],.anexo-container a[data-v-23ebefcd]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container .arquivo-erro[data-v-23ebefcd],.anexo-container p[data-v-23ebefcd]{margin:0;margin-left:15px;font-size:.9rem}.anexo-container svg[data-v-23ebefcd]{font-size:2rem}.anexo-container audio[data-v-23ebefcd]{outline:0;width:100%}.anexo-container video[data-v-23ebefcd]{width:100%;max-width:350px;cursor:pointer}.anexos-links-container[data-v-23ebefcd]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-23ebefcd]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-right:5px;font-weight:550;color:inherit;text-decoration:none}.anexos-links-container svg[data-v-23ebefcd]{cursor:pointer}.mensagem-div-anexo img[data-v-23ebefcd]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-23ebefcd]{width:100%;height:100%}.anexo-mensagem[data-v-23ebefcd]{display:flex;justify-content:center;align-items:center;flex-direction:column}",
|
|
6519
|
+
map: undefined,
|
|
6520
|
+
media: undefined
|
|
6521
|
+
});
|
|
6522
|
+
};
|
|
6523
|
+
/* scoped */
|
|
6524
|
+
|
|
6525
|
+
|
|
6526
|
+
const __vue_scope_id__$6 = "data-v-23ebefcd";
|
|
6527
|
+
/* module identifier */
|
|
6528
|
+
|
|
6529
|
+
const __vue_module_identifier__$6 = undefined;
|
|
6530
|
+
/* functional template */
|
|
6531
|
+
|
|
6532
|
+
const __vue_is_functional_template__$6 = false;
|
|
6533
|
+
/* style inject SSR */
|
|
6534
|
+
|
|
6535
|
+
/* style inject shadow dom */
|
|
6536
|
+
|
|
6537
|
+
const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
6538
|
+
render: __vue_render__$6,
|
|
6539
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
6540
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
6541
|
+
|
|
6542
|
+
var AnexoMensagem = __vue_component__$9;
|
|
6543
|
+
|
|
6544
|
+
//
|
|
6545
|
+
var script$5 = {
|
|
6546
|
+
mixins: [mixin_1],
|
|
6547
|
+
props: {
|
|
6548
|
+
lista: {
|
|
6549
|
+
type: [Array, Object],
|
|
6550
|
+
required: true
|
|
6551
|
+
},
|
|
6552
|
+
titulo: {
|
|
6553
|
+
type: String,
|
|
6554
|
+
required: false
|
|
6555
|
+
}
|
|
6556
|
+
},
|
|
6557
|
+
methods: {
|
|
6558
|
+
away() {
|
|
6559
|
+
this.$emit("close");
|
|
6560
|
+
}
|
|
6561
|
+
|
|
6562
|
+
}
|
|
6563
|
+
};
|
|
6564
|
+
|
|
6565
|
+
/* script */
|
|
6566
|
+
const __vue_script__$5 = script$5;
|
|
6567
|
+
/* template */
|
|
6568
|
+
|
|
6569
|
+
var __vue_render__$5 = function () {
|
|
6570
|
+
var _vm = this;
|
|
6571
|
+
|
|
6572
|
+
var _h = _vm.$createElement;
|
|
6573
|
+
|
|
6574
|
+
var _c = _vm._self._c || _h;
|
|
6575
|
+
|
|
6576
|
+
return _c('div', {
|
|
6577
|
+
directives: [{
|
|
6578
|
+
name: "on-clickaway",
|
|
6579
|
+
rawName: "v-on-clickaway",
|
|
6580
|
+
value: _vm.away,
|
|
6581
|
+
expression: "away"
|
|
6582
|
+
}],
|
|
6583
|
+
staticClass: "interatividade-popup box-shadow"
|
|
6584
|
+
}, [_vm.titulo ? _c('div', {
|
|
6585
|
+
staticClass: "interatividade-popup-titulo"
|
|
6586
|
+
}, [_c('h1', {
|
|
6587
|
+
domProps: {
|
|
6588
|
+
"textContent": _vm._s(_vm.titulo)
|
|
6589
|
+
}
|
|
6590
|
+
})]) : _vm._e(), _vm._v(" "), _vm._l(_vm.lista, function (objItem, index) {
|
|
6591
|
+
return _c('div', {
|
|
6592
|
+
key: index,
|
|
6593
|
+
staticClass: "interatividade-popup-conteudo"
|
|
6594
|
+
}, [objItem.items && objItem.items.length ? _vm._l(objItem.items, function (item, indexItem) {
|
|
6595
|
+
return _c('div', {
|
|
6596
|
+
key: "" + index + indexItem,
|
|
6597
|
+
staticClass: "interatividade-popup-item"
|
|
6598
|
+
}, [item.title ? _c('p', {
|
|
6599
|
+
staticClass: "interatividade-popup-item-titulo",
|
|
6600
|
+
domProps: {
|
|
6601
|
+
"textContent": _vm._s(item.title)
|
|
6602
|
+
}
|
|
6603
|
+
}) : _vm._e(), _vm._v(" "), item.description ? _c('p', {
|
|
6604
|
+
staticClass: "interatividade-popup-item-desc",
|
|
6605
|
+
domProps: {
|
|
6606
|
+
"textContent": _vm._s(item.description)
|
|
6607
|
+
}
|
|
6608
|
+
}) : _vm._e()]);
|
|
6609
|
+
}) : _vm._e()], 2);
|
|
6610
|
+
})], 2);
|
|
6611
|
+
};
|
|
6612
|
+
|
|
6511
6613
|
var __vue_staticRenderFns__$5 = [];
|
|
6512
6614
|
/* style */
|
|
6513
6615
|
|
|
6514
6616
|
const __vue_inject_styles__$5 = function (inject) {
|
|
6515
6617
|
if (!inject) return;
|
|
6516
|
-
inject("data-v-
|
|
6517
|
-
source: ".
|
|
6618
|
+
inject("data-v-f5d7144e_0", {
|
|
6619
|
+
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)}.interatividade-popup{position:absolute;top:-55px;left:-265px;width:250px;height:auto;max-height:300px;overflow-y:auto;overflow-x:hidden;background-color:#fff;border-radius:15px;color:#333;font-size:.875rem}.interatividade-popup-titulo h1{padding:4px 10px;background-color:#333;color:#fff;font-size:1.2em}.interatividade-popup-item{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-popup-item-desc{font-size:.9em;color:#767676}",
|
|
6518
6620
|
map: undefined,
|
|
6519
6621
|
media: undefined
|
|
6520
6622
|
});
|
|
@@ -6522,7 +6624,7 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
6522
6624
|
/* scoped */
|
|
6523
6625
|
|
|
6524
6626
|
|
|
6525
|
-
const __vue_scope_id__$5 =
|
|
6627
|
+
const __vue_scope_id__$5 = undefined;
|
|
6526
6628
|
/* module identifier */
|
|
6527
6629
|
|
|
6528
6630
|
const __vue_module_identifier__$5 = undefined;
|
|
@@ -6538,17 +6640,20 @@ const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
|
6538
6640
|
staticRenderFns: __vue_staticRenderFns__$5
|
|
6539
6641
|
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
|
|
6540
6642
|
|
|
6541
|
-
var
|
|
6643
|
+
var InteratividadePopup = __vue_component__$8;
|
|
6542
6644
|
|
|
6543
|
-
//
|
|
6544
|
-
//
|
|
6545
|
-
//
|
|
6546
|
-
//
|
|
6547
|
-
//
|
|
6548
|
-
//
|
|
6549
|
-
//
|
|
6550
6645
|
//
|
|
6551
6646
|
var script$4 = {
|
|
6647
|
+
components: {
|
|
6648
|
+
InteratividadePopup
|
|
6649
|
+
},
|
|
6650
|
+
|
|
6651
|
+
data() {
|
|
6652
|
+
return {
|
|
6653
|
+
listaEstaAberta: false
|
|
6654
|
+
};
|
|
6655
|
+
},
|
|
6656
|
+
|
|
6552
6657
|
props: {
|
|
6553
6658
|
interatividade: {
|
|
6554
6659
|
type: Object,
|
|
@@ -6561,7 +6666,39 @@ var script$4 = {
|
|
|
6561
6666
|
},
|
|
6562
6667
|
|
|
6563
6668
|
arrBotoes() {
|
|
6564
|
-
|
|
6669
|
+
const {
|
|
6670
|
+
botoes
|
|
6671
|
+
} = this.interatividade;
|
|
6672
|
+
return botoes ? botoes : [];
|
|
6673
|
+
},
|
|
6674
|
+
|
|
6675
|
+
objItens() {
|
|
6676
|
+
const {
|
|
6677
|
+
itens
|
|
6678
|
+
} = this.interatividade;
|
|
6679
|
+
return itens ? itens : {};
|
|
6680
|
+
},
|
|
6681
|
+
|
|
6682
|
+
listaExpandida() {
|
|
6683
|
+
try {
|
|
6684
|
+
const {
|
|
6685
|
+
list
|
|
6686
|
+
} = this.objItens;
|
|
6687
|
+
const {
|
|
6688
|
+
sections
|
|
6689
|
+
} = list;
|
|
6690
|
+
return sections ? sections : [];
|
|
6691
|
+
} catch (e) {
|
|
6692
|
+
console.error("Erro ao definir a lista a ser expandida");
|
|
6693
|
+
console.error(e);
|
|
6694
|
+
return [];
|
|
6695
|
+
}
|
|
6696
|
+
}
|
|
6697
|
+
|
|
6698
|
+
},
|
|
6699
|
+
methods: {
|
|
6700
|
+
expandirLista() {
|
|
6701
|
+
this.listaEstaAberta = !this.listaEstaAberta;
|
|
6565
6702
|
}
|
|
6566
6703
|
|
|
6567
6704
|
}
|
|
@@ -6580,7 +6717,21 @@ var __vue_render__$4 = function () {
|
|
|
6580
6717
|
|
|
6581
6718
|
return _c('div', {
|
|
6582
6719
|
staticClass: "interatividade"
|
|
6583
|
-
},
|
|
6720
|
+
}, [_c('transition', {
|
|
6721
|
+
attrs: {
|
|
6722
|
+
"name": "show-x"
|
|
6723
|
+
}
|
|
6724
|
+
}, [_vm.listaEstaAberta ? _c('InteratividadePopup', {
|
|
6725
|
+
attrs: {
|
|
6726
|
+
"lista": _vm.listaExpandida,
|
|
6727
|
+
"titulo": _vm.objItens.list.title
|
|
6728
|
+
},
|
|
6729
|
+
on: {
|
|
6730
|
+
"close": function ($event) {
|
|
6731
|
+
_vm.listaEstaAberta = false;
|
|
6732
|
+
}
|
|
6733
|
+
}
|
|
6734
|
+
}) : _vm._e()], 1), _vm._v(" "), _vm.arrBotoes.length ? _vm._l(_vm.arrBotoes, function (btn, index) {
|
|
6584
6735
|
return _c('div', {
|
|
6585
6736
|
key: index,
|
|
6586
6737
|
staticClass: "interatividade-btn",
|
|
@@ -6593,7 +6744,34 @@ var __vue_render__$4 = function () {
|
|
|
6593
6744
|
"textContent": _vm._s(btn.titulo)
|
|
6594
6745
|
}
|
|
6595
6746
|
})]);
|
|
6596
|
-
}),
|
|
6747
|
+
}) : Object.keys(_vm.objItens).length ? [_c('div', {
|
|
6748
|
+
staticClass: "interatividade-lista"
|
|
6749
|
+
}, [_c('div', {
|
|
6750
|
+
staticClass: "interatividade-lista-conteudo"
|
|
6751
|
+
}, [_vm.objItens.header.text ? _c('p', {
|
|
6752
|
+
staticClass: "interatividade-lista-titulo",
|
|
6753
|
+
domProps: {
|
|
6754
|
+
"textContent": _vm._s(_vm.objItens.header.text)
|
|
6755
|
+
}
|
|
6756
|
+
}) : _vm._e(), _vm._v(" "), _vm.objItens.body.text ? _c('p', {
|
|
6757
|
+
staticClass: "interatividade-lista-corpo",
|
|
6758
|
+
domProps: {
|
|
6759
|
+
"textContent": _vm._s(_vm.objItens.body.text)
|
|
6760
|
+
}
|
|
6761
|
+
}) : _vm._e(), _vm._v(" "), _vm.objItens.footer.text ? _c('p', {
|
|
6762
|
+
staticClass: "interatividade-lista-rodape",
|
|
6763
|
+
domProps: {
|
|
6764
|
+
"textContent": _vm._s(_vm.objItens.footer.text)
|
|
6765
|
+
}
|
|
6766
|
+
}) : _vm._e()]), _vm._v(" "), _vm.objItens.list.title ? _c('p', {
|
|
6767
|
+
staticClass: "interatividade-lista-link",
|
|
6768
|
+
domProps: {
|
|
6769
|
+
"textContent": _vm._s(_vm.objItens.list.title)
|
|
6770
|
+
},
|
|
6771
|
+
on: {
|
|
6772
|
+
"click": _vm.expandirLista
|
|
6773
|
+
}
|
|
6774
|
+
}) : _vm._e()])] : _vm._e()], 2);
|
|
6597
6775
|
};
|
|
6598
6776
|
|
|
6599
6777
|
var __vue_staticRenderFns__$4 = [];
|
|
@@ -6601,8 +6779,8 @@ var __vue_staticRenderFns__$4 = [];
|
|
|
6601
6779
|
|
|
6602
6780
|
const __vue_inject_styles__$4 = function (inject) {
|
|
6603
6781
|
if (!inject) return;
|
|
6604
|
-
inject("data-v-
|
|
6605
|
-
source: ".interatividade-btn{width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;color:var(--message-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}",
|
|
6782
|
+
inject("data-v-265335df_0", {
|
|
6783
|
+
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(--message-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}",
|
|
6606
6784
|
map: undefined,
|
|
6607
6785
|
media: undefined
|
|
6608
6786
|
});
|
|
@@ -7167,7 +7345,7 @@ var __vue_render__$1 = function () {
|
|
|
7167
7345
|
domProps: {
|
|
7168
7346
|
"textContent": _vm._s(_vm.btnText)
|
|
7169
7347
|
}
|
|
7170
|
-
}) : _c('
|
|
7348
|
+
}) : _c('VueLoader')], 2);
|
|
7171
7349
|
};
|
|
7172
7350
|
|
|
7173
7351
|
var __vue_staticRenderFns__$1 = [];
|
|
@@ -7175,7 +7353,7 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
7175
7353
|
|
|
7176
7354
|
const __vue_inject_styles__$1 = function (inject) {
|
|
7177
7355
|
if (!inject) return;
|
|
7178
|
-
inject("data-v-
|
|
7356
|
+
inject("data-v-b7424d62_0", {
|
|
7179
7357
|
source: ".default-btn-style{transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -2px rgba(0,0,0,.2);opacity:.9;border-radius:5px;display:flex;justify-content:center;align-items:center;padding:5px;cursor:pointer;min-height:28px}.default-btn-style:hover{opacity:1}.default-btn-style: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)}.simple-btn{position:relative}.simple-btn--icon{display:flex;justify-content:center;align-items:center;margin-right:5px}.simple-btn--icon.custom{min-width:25px}.simple-btn--text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.icon-container{position:absolute;left:-15px;padding:5px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%}.icon-container svg{color:rgba(255,255,255,.5);width:23px;height:23px}",
|
|
7180
7358
|
map: undefined,
|
|
7181
7359
|
media: undefined
|
|
@@ -7400,15 +7578,15 @@ var __vue_component__$1 = __vue_component__;
|
|
|
7400
7578
|
|
|
7401
7579
|
var components = /*#__PURE__*/Object.freeze({
|
|
7402
7580
|
__proto__: null,
|
|
7403
|
-
TemplateGenerator: __vue_component__$
|
|
7581
|
+
TemplateGenerator: __vue_component__$g,
|
|
7404
7582
|
TextFooter: TextFooter,
|
|
7405
|
-
ExpandTextarea: __vue_component__$
|
|
7406
|
-
CardMessages: __vue_component__$
|
|
7583
|
+
ExpandTextarea: __vue_component__$e,
|
|
7584
|
+
CardMessages: __vue_component__$b,
|
|
7407
7585
|
ChatMessages: __vue_component__$6,
|
|
7408
7586
|
BtnEmojis: BtnEmojis,
|
|
7409
7587
|
SimpleButton: __vue_component__$3,
|
|
7410
7588
|
ScrollContent: __vue_component__$1,
|
|
7411
|
-
|
|
7589
|
+
VueLoader: Loader
|
|
7412
7590
|
});
|
|
7413
7591
|
|
|
7414
7592
|
// Import vue components
|
|
@@ -7419,4 +7597,4 @@ const install = function installVueIntergrallPlugins(Vue) {
|
|
|
7419
7597
|
});
|
|
7420
7598
|
}; // Create module definition for Vue.use()
|
|
7421
7599
|
|
|
7422
|
-
export { BtnEmojis, __vue_component__$
|
|
7600
|
+
export { BtnEmojis, __vue_component__$b as CardMessages, __vue_component__$6 as ChatMessages, __vue_component__$e as ExpandTextarea, __vue_component__$1 as ScrollContent, __vue_component__$3 as SimpleButton, __vue_component__$g as TemplateGenerator, TextFooter, Loader as VueLoader, install as default };
|