vue-intergrall-plugins 0.0.174 → 0.0.177
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 +547 -368
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +453 -325
- package/package.json +1 -1
- package/src/lib-components/Messages/ChatMessages.vue +17 -2
- package/src/lib-components/Messages/InteratividadeFormulario.vue +185 -0
|
@@ -1836,7 +1836,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1836
1836
|
//
|
|
1837
1837
|
//
|
|
1838
1838
|
//
|
|
1839
|
-
var script$
|
|
1839
|
+
var script$t = {
|
|
1840
1840
|
data: function data() {
|
|
1841
1841
|
return {
|
|
1842
1842
|
varValues: {},
|
|
@@ -2121,10 +2121,10 @@ var script$s = {
|
|
|
2121
2121
|
}
|
|
2122
2122
|
return script;
|
|
2123
2123
|
}/* script */
|
|
2124
|
-
var __vue_script__$
|
|
2124
|
+
var __vue_script__$t = script$t;
|
|
2125
2125
|
/* template */
|
|
2126
2126
|
|
|
2127
|
-
var __vue_render__$
|
|
2127
|
+
var __vue_render__$t = function __vue_render__() {
|
|
2128
2128
|
var _vm = this;
|
|
2129
2129
|
|
|
2130
2130
|
var _h = _vm.$createElement;
|
|
@@ -2156,31 +2156,31 @@ var __vue_render__$s = function __vue_render__() {
|
|
|
2156
2156
|
})], 2)]) : _vm._e()], 2);
|
|
2157
2157
|
};
|
|
2158
2158
|
|
|
2159
|
-
var __vue_staticRenderFns__$
|
|
2159
|
+
var __vue_staticRenderFns__$t = [];
|
|
2160
2160
|
/* style */
|
|
2161
2161
|
|
|
2162
|
-
var __vue_inject_styles__$
|
|
2162
|
+
var __vue_inject_styles__$t = undefined;
|
|
2163
2163
|
/* scoped */
|
|
2164
2164
|
|
|
2165
|
-
var __vue_scope_id__$
|
|
2165
|
+
var __vue_scope_id__$t = undefined;
|
|
2166
2166
|
/* module identifier */
|
|
2167
2167
|
|
|
2168
|
-
var __vue_module_identifier__$
|
|
2168
|
+
var __vue_module_identifier__$t = "data-v-b408301c";
|
|
2169
2169
|
/* functional template */
|
|
2170
2170
|
|
|
2171
|
-
var __vue_is_functional_template__$
|
|
2171
|
+
var __vue_is_functional_template__$t = false;
|
|
2172
2172
|
/* style inject */
|
|
2173
2173
|
|
|
2174
2174
|
/* style inject SSR */
|
|
2175
2175
|
|
|
2176
2176
|
/* style inject shadow dom */
|
|
2177
2177
|
|
|
2178
|
-
var __vue_component__$
|
|
2179
|
-
render: __vue_render__$
|
|
2180
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2181
|
-
}, __vue_inject_styles__$
|
|
2178
|
+
var __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
2179
|
+
render: __vue_render__$t,
|
|
2180
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
2181
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
2182
2182
|
|
|
2183
|
-
var TemplateSingle = __vue_component__$
|
|
2183
|
+
var TemplateSingle = __vue_component__$A;var setResizeListeners = function setResizeListeners($el, inputClass, parentClass) {
|
|
2184
2184
|
var inputTargets = $el.querySelectorAll(inputClass);
|
|
2185
2185
|
inputTargets.forEach(function (target) {
|
|
2186
2186
|
target.addEventListener("input", function () {
|
|
@@ -2360,7 +2360,7 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2360
2360
|
//
|
|
2361
2361
|
//
|
|
2362
2362
|
//
|
|
2363
|
-
var script$
|
|
2363
|
+
var script$s = {};function createInjectorSSR(context) {
|
|
2364
2364
|
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
|
2365
2365
|
context = __VUE_SSR_CONTEXT__;
|
|
2366
2366
|
}
|
|
@@ -2401,10 +2401,10 @@ function renderStyles(styles) {
|
|
|
2401
2401
|
}
|
|
2402
2402
|
return css;
|
|
2403
2403
|
}/* script */
|
|
2404
|
-
var __vue_script__$
|
|
2404
|
+
var __vue_script__$s = script$s;
|
|
2405
2405
|
/* template */
|
|
2406
2406
|
|
|
2407
|
-
var __vue_render__$
|
|
2407
|
+
var __vue_render__$s = function __vue_render__() {
|
|
2408
2408
|
var _vm = this;
|
|
2409
2409
|
|
|
2410
2410
|
var _h = _vm.$createElement;
|
|
@@ -2416,10 +2416,10 @@ var __vue_render__$r = function __vue_render__() {
|
|
|
2416
2416
|
}, [_vm._ssrNode("<div class=\"skeleton-options\"><div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div></div> <div class=\"skeleton-input box-shadow ov__skeleton--animation\"></div> <div class=\"skeleton-label box-shadow ov__skeleton--animation\"></div> <div class=\"skeleton-list\"><div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div></div>")]);
|
|
2417
2417
|
};
|
|
2418
2418
|
|
|
2419
|
-
var __vue_staticRenderFns__$
|
|
2419
|
+
var __vue_staticRenderFns__$s = [];
|
|
2420
2420
|
/* style */
|
|
2421
2421
|
|
|
2422
|
-
var __vue_inject_styles__$
|
|
2422
|
+
var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
|
|
2423
2423
|
if (!inject) return;
|
|
2424
2424
|
inject("data-v-606babe9_0", {
|
|
2425
2425
|
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}",
|
|
@@ -2430,22 +2430,22 @@ var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
|
2430
2430
|
/* scoped */
|
|
2431
2431
|
|
|
2432
2432
|
|
|
2433
|
-
var __vue_scope_id__$
|
|
2433
|
+
var __vue_scope_id__$s = undefined;
|
|
2434
2434
|
/* module identifier */
|
|
2435
2435
|
|
|
2436
|
-
var __vue_module_identifier__$
|
|
2436
|
+
var __vue_module_identifier__$s = "data-v-606babe9";
|
|
2437
2437
|
/* functional template */
|
|
2438
2438
|
|
|
2439
|
-
var __vue_is_functional_template__$
|
|
2439
|
+
var __vue_is_functional_template__$s = false;
|
|
2440
2440
|
/* style inject shadow dom */
|
|
2441
2441
|
|
|
2442
|
-
var __vue_component__$
|
|
2443
|
-
render: __vue_render__$
|
|
2444
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2445
|
-
}, __vue_inject_styles__$
|
|
2442
|
+
var __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
2443
|
+
render: __vue_render__$s,
|
|
2444
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
2445
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, createInjectorSSR, undefined);
|
|
2446
2446
|
|
|
2447
|
-
var SkeletonPicker = __vue_component__$
|
|
2448
|
-
var script$
|
|
2447
|
+
var SkeletonPicker = __vue_component__$z;//
|
|
2448
|
+
var script$r = {
|
|
2449
2449
|
components: {
|
|
2450
2450
|
SkeletonPicker: SkeletonPicker
|
|
2451
2451
|
},
|
|
@@ -2633,10 +2633,10 @@ var script$q = {
|
|
|
2633
2633
|
}
|
|
2634
2634
|
}
|
|
2635
2635
|
};/* script */
|
|
2636
|
-
var __vue_script__$
|
|
2636
|
+
var __vue_script__$r = script$r;
|
|
2637
2637
|
/* template */
|
|
2638
2638
|
|
|
2639
|
-
var __vue_render__$
|
|
2639
|
+
var __vue_render__$r = function __vue_render__() {
|
|
2640
2640
|
var _vm = this;
|
|
2641
2641
|
|
|
2642
2642
|
var _h = _vm.$createElement;
|
|
@@ -2658,10 +2658,10 @@ var __vue_render__$q = function __vue_render__() {
|
|
|
2658
2658
|
}) + "</div>") + "</div>")], 2);
|
|
2659
2659
|
};
|
|
2660
2660
|
|
|
2661
|
-
var __vue_staticRenderFns__$
|
|
2661
|
+
var __vue_staticRenderFns__$r = [];
|
|
2662
2662
|
/* style */
|
|
2663
2663
|
|
|
2664
|
-
var __vue_inject_styles__$
|
|
2664
|
+
var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
2665
2665
|
if (!inject) return;
|
|
2666
2666
|
inject("data-v-678ca55c_0", {
|
|
2667
2667
|
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}",
|
|
@@ -2672,22 +2672,22 @@ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
|
2672
2672
|
/* scoped */
|
|
2673
2673
|
|
|
2674
2674
|
|
|
2675
|
-
var __vue_scope_id__$
|
|
2675
|
+
var __vue_scope_id__$r = undefined;
|
|
2676
2676
|
/* module identifier */
|
|
2677
2677
|
|
|
2678
|
-
var __vue_module_identifier__$
|
|
2678
|
+
var __vue_module_identifier__$r = "data-v-678ca55c";
|
|
2679
2679
|
/* functional template */
|
|
2680
2680
|
|
|
2681
|
-
var __vue_is_functional_template__$
|
|
2681
|
+
var __vue_is_functional_template__$r = false;
|
|
2682
2682
|
/* style inject shadow dom */
|
|
2683
2683
|
|
|
2684
|
-
var __vue_component__$
|
|
2685
|
-
render: __vue_render__$
|
|
2686
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2687
|
-
}, __vue_inject_styles__$
|
|
2684
|
+
var __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
2685
|
+
render: __vue_render__$r,
|
|
2686
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
2687
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, createInjectorSSR, undefined);
|
|
2688
2688
|
|
|
2689
|
-
var Picker = __vue_component__$
|
|
2690
|
-
var script$
|
|
2689
|
+
var Picker = __vue_component__$y;//
|
|
2690
|
+
var script$q = {
|
|
2691
2691
|
components: {
|
|
2692
2692
|
Picker: Picker
|
|
2693
2693
|
},
|
|
@@ -2777,10 +2777,10 @@ var script$p = {
|
|
|
2777
2777
|
}
|
|
2778
2778
|
}
|
|
2779
2779
|
};/* script */
|
|
2780
|
-
var __vue_script__$
|
|
2780
|
+
var __vue_script__$q = script$q;
|
|
2781
2781
|
/* template */
|
|
2782
2782
|
|
|
2783
|
-
var __vue_render__$
|
|
2783
|
+
var __vue_render__$q = function __vue_render__() {
|
|
2784
2784
|
var _vm = this;
|
|
2785
2785
|
|
|
2786
2786
|
var _h = _vm.$createElement;
|
|
@@ -2813,10 +2813,10 @@ var __vue_render__$p = function __vue_render__() {
|
|
|
2813
2813
|
})], 1)], 2);
|
|
2814
2814
|
};
|
|
2815
2815
|
|
|
2816
|
-
var __vue_staticRenderFns__$
|
|
2816
|
+
var __vue_staticRenderFns__$q = [];
|
|
2817
2817
|
/* style */
|
|
2818
2818
|
|
|
2819
|
-
var __vue_inject_styles__$
|
|
2819
|
+
var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
2820
2820
|
if (!inject) return;
|
|
2821
2821
|
inject("data-v-7b7b5e22_0", {
|
|
2822
2822
|
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}",
|
|
@@ -2827,27 +2827,27 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
|
2827
2827
|
/* scoped */
|
|
2828
2828
|
|
|
2829
2829
|
|
|
2830
|
-
var __vue_scope_id__$
|
|
2830
|
+
var __vue_scope_id__$q = undefined;
|
|
2831
2831
|
/* module identifier */
|
|
2832
2832
|
|
|
2833
|
-
var __vue_module_identifier__$
|
|
2833
|
+
var __vue_module_identifier__$q = "data-v-7b7b5e22";
|
|
2834
2834
|
/* functional template */
|
|
2835
2835
|
|
|
2836
|
-
var __vue_is_functional_template__$
|
|
2836
|
+
var __vue_is_functional_template__$q = false;
|
|
2837
2837
|
/* style inject shadow dom */
|
|
2838
2838
|
|
|
2839
|
-
var __vue_component__$
|
|
2840
|
-
render: __vue_render__$
|
|
2841
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2842
|
-
}, __vue_inject_styles__$
|
|
2839
|
+
var __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
2840
|
+
render: __vue_render__$q,
|
|
2841
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
2842
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);
|
|
2843
2843
|
|
|
2844
|
-
var BtnEmojis = __vue_component__$
|
|
2844
|
+
var BtnEmojis = __vue_component__$x;//
|
|
2845
2845
|
//
|
|
2846
2846
|
//
|
|
2847
2847
|
//
|
|
2848
2848
|
//
|
|
2849
2849
|
//
|
|
2850
|
-
var script$
|
|
2850
|
+
var script$p = {
|
|
2851
2851
|
props: {
|
|
2852
2852
|
hasBg: {
|
|
2853
2853
|
type: Boolean,
|
|
@@ -2868,10 +2868,10 @@ var script$o = {
|
|
|
2868
2868
|
}
|
|
2869
2869
|
}
|
|
2870
2870
|
};/* script */
|
|
2871
|
-
var __vue_script__$
|
|
2871
|
+
var __vue_script__$p = script$p;
|
|
2872
2872
|
/* template */
|
|
2873
2873
|
|
|
2874
|
-
var __vue_render__$
|
|
2874
|
+
var __vue_render__$p = function __vue_render__() {
|
|
2875
2875
|
var _vm = this;
|
|
2876
2876
|
|
|
2877
2877
|
var _h = _vm.$createElement;
|
|
@@ -2890,10 +2890,10 @@ var __vue_render__$o = function __vue_render__() {
|
|
|
2890
2890
|
}) + "></div>")]);
|
|
2891
2891
|
};
|
|
2892
2892
|
|
|
2893
|
-
var __vue_staticRenderFns__$
|
|
2893
|
+
var __vue_staticRenderFns__$p = [];
|
|
2894
2894
|
/* style */
|
|
2895
2895
|
|
|
2896
|
-
var __vue_inject_styles__$
|
|
2896
|
+
var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
2897
2897
|
if (!inject) return;
|
|
2898
2898
|
inject("data-v-423f52bb_0", {
|
|
2899
2899
|
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)}}",
|
|
@@ -2904,21 +2904,21 @@ var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
|
2904
2904
|
/* scoped */
|
|
2905
2905
|
|
|
2906
2906
|
|
|
2907
|
-
var __vue_scope_id__$
|
|
2907
|
+
var __vue_scope_id__$p = undefined;
|
|
2908
2908
|
/* module identifier */
|
|
2909
2909
|
|
|
2910
|
-
var __vue_module_identifier__$
|
|
2910
|
+
var __vue_module_identifier__$p = "data-v-423f52bb";
|
|
2911
2911
|
/* functional template */
|
|
2912
2912
|
|
|
2913
|
-
var __vue_is_functional_template__$
|
|
2913
|
+
var __vue_is_functional_template__$p = false;
|
|
2914
2914
|
/* style inject shadow dom */
|
|
2915
2915
|
|
|
2916
|
-
var __vue_component__$
|
|
2917
|
-
render: __vue_render__$
|
|
2918
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2919
|
-
}, __vue_inject_styles__$
|
|
2916
|
+
var __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
2917
|
+
render: __vue_render__$p,
|
|
2918
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
2919
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, createInjectorSSR, undefined);
|
|
2920
2920
|
|
|
2921
|
-
var Loader = __vue_component__$
|
|
2921
|
+
var Loader = __vue_component__$w;//
|
|
2922
2922
|
//
|
|
2923
2923
|
//
|
|
2924
2924
|
//
|
|
@@ -2926,7 +2926,7 @@ var Loader = __vue_component__$v;//
|
|
|
2926
2926
|
//
|
|
2927
2927
|
//
|
|
2928
2928
|
//
|
|
2929
|
-
var script$
|
|
2929
|
+
var script$o = {
|
|
2930
2930
|
props: {
|
|
2931
2931
|
message: {
|
|
2932
2932
|
type: String,
|
|
@@ -2944,10 +2944,10 @@ var script$n = {
|
|
|
2944
2944
|
}
|
|
2945
2945
|
}
|
|
2946
2946
|
};/* script */
|
|
2947
|
-
var __vue_script__$
|
|
2947
|
+
var __vue_script__$o = script$o;
|
|
2948
2948
|
/* template */
|
|
2949
2949
|
|
|
2950
|
-
var __vue_render__$
|
|
2950
|
+
var __vue_render__$o = function __vue_render__() {
|
|
2951
2951
|
var _vm = this;
|
|
2952
2952
|
|
|
2953
2953
|
var _h = _vm.$createElement;
|
|
@@ -2962,37 +2962,37 @@ var __vue_render__$n = function __vue_render__() {
|
|
|
2962
2962
|
}, []) : _vm._e();
|
|
2963
2963
|
};
|
|
2964
2964
|
|
|
2965
|
-
var __vue_staticRenderFns__$
|
|
2965
|
+
var __vue_staticRenderFns__$o = [];
|
|
2966
2966
|
/* style */
|
|
2967
2967
|
|
|
2968
|
-
var __vue_inject_styles__$
|
|
2968
|
+
var __vue_inject_styles__$o = undefined;
|
|
2969
2969
|
/* scoped */
|
|
2970
2970
|
|
|
2971
|
-
var __vue_scope_id__$
|
|
2971
|
+
var __vue_scope_id__$o = undefined;
|
|
2972
2972
|
/* module identifier */
|
|
2973
2973
|
|
|
2974
|
-
var __vue_module_identifier__$
|
|
2974
|
+
var __vue_module_identifier__$o = "data-v-f8dac3e4";
|
|
2975
2975
|
/* functional template */
|
|
2976
2976
|
|
|
2977
|
-
var __vue_is_functional_template__$
|
|
2977
|
+
var __vue_is_functional_template__$o = false;
|
|
2978
2978
|
/* style inject */
|
|
2979
2979
|
|
|
2980
2980
|
/* style inject SSR */
|
|
2981
2981
|
|
|
2982
2982
|
/* style inject shadow dom */
|
|
2983
2983
|
|
|
2984
|
-
var __vue_component__$
|
|
2985
|
-
render: __vue_render__$
|
|
2986
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2987
|
-
}, __vue_inject_styles__$
|
|
2984
|
+
var __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
2985
|
+
render: __vue_render__$o,
|
|
2986
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
2987
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
|
|
2988
2988
|
|
|
2989
|
-
var RemainingCharacters = __vue_component__$
|
|
2989
|
+
var RemainingCharacters = __vue_component__$v;//
|
|
2990
2990
|
//
|
|
2991
2991
|
//
|
|
2992
2992
|
//
|
|
2993
2993
|
//
|
|
2994
2994
|
//
|
|
2995
|
-
var script$
|
|
2995
|
+
var script$n = {
|
|
2996
2996
|
props: {
|
|
2997
2997
|
dictionary: {
|
|
2998
2998
|
type: Object,
|
|
@@ -3062,10 +3062,10 @@ var script$m = {
|
|
|
3062
3062
|
}
|
|
3063
3063
|
}
|
|
3064
3064
|
};/* script */
|
|
3065
|
-
var __vue_script__$
|
|
3065
|
+
var __vue_script__$n = script$n;
|
|
3066
3066
|
/* template */
|
|
3067
3067
|
|
|
3068
|
-
var __vue_render__$
|
|
3068
|
+
var __vue_render__$n = function __vue_render__() {
|
|
3069
3069
|
var _vm = this;
|
|
3070
3070
|
|
|
3071
3071
|
var _h = _vm.$createElement;
|
|
@@ -3087,31 +3087,31 @@ var __vue_render__$m = function __vue_render__() {
|
|
|
3087
3087
|
})], 1);
|
|
3088
3088
|
};
|
|
3089
3089
|
|
|
3090
|
-
var __vue_staticRenderFns__$
|
|
3090
|
+
var __vue_staticRenderFns__$n = [];
|
|
3091
3091
|
/* style */
|
|
3092
3092
|
|
|
3093
|
-
var __vue_inject_styles__$
|
|
3093
|
+
var __vue_inject_styles__$n = undefined;
|
|
3094
3094
|
/* scoped */
|
|
3095
3095
|
|
|
3096
|
-
var __vue_scope_id__$
|
|
3096
|
+
var __vue_scope_id__$n = undefined;
|
|
3097
3097
|
/* module identifier */
|
|
3098
3098
|
|
|
3099
|
-
var __vue_module_identifier__$
|
|
3099
|
+
var __vue_module_identifier__$n = "data-v-291765d5";
|
|
3100
3100
|
/* functional template */
|
|
3101
3101
|
|
|
3102
|
-
var __vue_is_functional_template__$
|
|
3102
|
+
var __vue_is_functional_template__$n = false;
|
|
3103
3103
|
/* style inject */
|
|
3104
3104
|
|
|
3105
3105
|
/* style inject SSR */
|
|
3106
3106
|
|
|
3107
3107
|
/* style inject shadow dom */
|
|
3108
3108
|
|
|
3109
|
-
var __vue_component__$
|
|
3110
|
-
render: __vue_render__$
|
|
3111
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3112
|
-
}, __vue_inject_styles__$
|
|
3109
|
+
var __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
3110
|
+
render: __vue_render__$n,
|
|
3111
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
3112
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
|
|
3113
3113
|
|
|
3114
|
-
var BtnMic = __vue_component__$
|
|
3114
|
+
var BtnMic = __vue_component__$u;//
|
|
3115
3115
|
//
|
|
3116
3116
|
//
|
|
3117
3117
|
//
|
|
@@ -3133,7 +3133,7 @@ var BtnMic = __vue_component__$t;//
|
|
|
3133
3133
|
//
|
|
3134
3134
|
//
|
|
3135
3135
|
//
|
|
3136
|
-
var script$
|
|
3136
|
+
var script$m = {
|
|
3137
3137
|
props: {
|
|
3138
3138
|
dictionary: {
|
|
3139
3139
|
type: Object,
|
|
@@ -3170,10 +3170,10 @@ var script$l = {
|
|
|
3170
3170
|
}
|
|
3171
3171
|
}
|
|
3172
3172
|
};/* script */
|
|
3173
|
-
var __vue_script__$
|
|
3173
|
+
var __vue_script__$m = script$m;
|
|
3174
3174
|
/* template */
|
|
3175
3175
|
|
|
3176
|
-
var __vue_render__$
|
|
3176
|
+
var __vue_render__$m = function __vue_render__() {
|
|
3177
3177
|
var _vm = this;
|
|
3178
3178
|
|
|
3179
3179
|
var _h = _vm.$createElement;
|
|
@@ -3197,10 +3197,10 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
3197
3197
|
}), _vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.file.name) + "\n "))], 2) : _vm._e(), _vm._ssrNode(" " + (_vm.imagePreview ? "<div class=\"text-footer-image-preview\"><img" + _vm._ssrAttr("src", _vm.imagePreview) + _vm._ssrAttr("alt", _vm.dictionary.alt_previa_img) + "></div>" : "<!---->"))]], 2);
|
|
3198
3198
|
};
|
|
3199
3199
|
|
|
3200
|
-
var __vue_staticRenderFns__$
|
|
3200
|
+
var __vue_staticRenderFns__$m = [];
|
|
3201
3201
|
/* style */
|
|
3202
3202
|
|
|
3203
|
-
var __vue_inject_styles__$
|
|
3203
|
+
var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
3204
3204
|
if (!inject) return;
|
|
3205
3205
|
inject("data-v-da00a08e_0", {
|
|
3206
3206
|
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%}",
|
|
@@ -3211,22 +3211,22 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
|
3211
3211
|
/* scoped */
|
|
3212
3212
|
|
|
3213
3213
|
|
|
3214
|
-
var __vue_scope_id__$
|
|
3214
|
+
var __vue_scope_id__$m = undefined;
|
|
3215
3215
|
/* module identifier */
|
|
3216
3216
|
|
|
3217
|
-
var __vue_module_identifier__$
|
|
3217
|
+
var __vue_module_identifier__$m = "data-v-da00a08e";
|
|
3218
3218
|
/* functional template */
|
|
3219
3219
|
|
|
3220
|
-
var __vue_is_functional_template__$
|
|
3220
|
+
var __vue_is_functional_template__$m = false;
|
|
3221
3221
|
/* style inject shadow dom */
|
|
3222
3222
|
|
|
3223
|
-
var __vue_component__$
|
|
3224
|
-
render: __vue_render__$
|
|
3225
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3226
|
-
}, __vue_inject_styles__$
|
|
3223
|
+
var __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
3224
|
+
render: __vue_render__$m,
|
|
3225
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
3226
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);
|
|
3227
3227
|
|
|
3228
|
-
var SingleFilePreview = __vue_component__$
|
|
3229
|
-
var script$
|
|
3228
|
+
var SingleFilePreview = __vue_component__$t;//
|
|
3229
|
+
var script$l = {
|
|
3230
3230
|
components: {
|
|
3231
3231
|
Loader: Loader
|
|
3232
3232
|
},
|
|
@@ -3302,10 +3302,10 @@ var script$k = {
|
|
|
3302
3302
|
}
|
|
3303
3303
|
}
|
|
3304
3304
|
};/* script */
|
|
3305
|
-
var __vue_script__$
|
|
3305
|
+
var __vue_script__$l = script$l;
|
|
3306
3306
|
/* template */
|
|
3307
3307
|
|
|
3308
|
-
var __vue_render__$
|
|
3308
|
+
var __vue_render__$l = function __vue_render__() {
|
|
3309
3309
|
var _vm = this;
|
|
3310
3310
|
|
|
3311
3311
|
var _h = _vm.$createElement;
|
|
@@ -3395,10 +3395,10 @@ var __vue_render__$k = function __vue_render__() {
|
|
|
3395
3395
|
})], 2)], 1);
|
|
3396
3396
|
};
|
|
3397
3397
|
|
|
3398
|
-
var __vue_staticRenderFns__$
|
|
3398
|
+
var __vue_staticRenderFns__$l = [];
|
|
3399
3399
|
/* style */
|
|
3400
3400
|
|
|
3401
|
-
var __vue_inject_styles__$
|
|
3401
|
+
var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
3402
3402
|
if (!inject) return;
|
|
3403
3403
|
inject("data-v-22ab2ae5_0", {
|
|
3404
3404
|
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}",
|
|
@@ -3409,22 +3409,22 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
|
3409
3409
|
/* scoped */
|
|
3410
3410
|
|
|
3411
3411
|
|
|
3412
|
-
var __vue_scope_id__$
|
|
3412
|
+
var __vue_scope_id__$l = undefined;
|
|
3413
3413
|
/* module identifier */
|
|
3414
3414
|
|
|
3415
|
-
var __vue_module_identifier__$
|
|
3415
|
+
var __vue_module_identifier__$l = "data-v-22ab2ae5";
|
|
3416
3416
|
/* functional template */
|
|
3417
3417
|
|
|
3418
|
-
var __vue_is_functional_template__$
|
|
3418
|
+
var __vue_is_functional_template__$l = false;
|
|
3419
3419
|
/* style inject shadow dom */
|
|
3420
3420
|
|
|
3421
|
-
var __vue_component__$
|
|
3422
|
-
render: __vue_render__$
|
|
3423
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3424
|
-
}, __vue_inject_styles__$
|
|
3421
|
+
var __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
3422
|
+
render: __vue_render__$l,
|
|
3423
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
3424
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);
|
|
3425
3425
|
|
|
3426
|
-
var MultipleFilePreview = __vue_component__$
|
|
3427
|
-
var script$
|
|
3426
|
+
var MultipleFilePreview = __vue_component__$s;//
|
|
3427
|
+
var script$k = {
|
|
3428
3428
|
components: {
|
|
3429
3429
|
SingleFilePreview: SingleFilePreview,
|
|
3430
3430
|
MultipleFilePreview: MultipleFilePreview
|
|
@@ -3666,10 +3666,10 @@ var script$j = {
|
|
|
3666
3666
|
}
|
|
3667
3667
|
}
|
|
3668
3668
|
};/* script */
|
|
3669
|
-
var __vue_script__$
|
|
3669
|
+
var __vue_script__$k = script$k;
|
|
3670
3670
|
/* template */
|
|
3671
3671
|
|
|
3672
|
-
var __vue_render__$
|
|
3672
|
+
var __vue_render__$k = function __vue_render__() {
|
|
3673
3673
|
var _vm = this;
|
|
3674
3674
|
|
|
3675
3675
|
var _h = _vm.$createElement;
|
|
@@ -3814,10 +3814,10 @@ var __vue_render__$j = function __vue_render__() {
|
|
|
3814
3814
|
}) : _vm._e()], 1)])], 2);
|
|
3815
3815
|
};
|
|
3816
3816
|
|
|
3817
|
-
var __vue_staticRenderFns__$
|
|
3817
|
+
var __vue_staticRenderFns__$k = [];
|
|
3818
3818
|
/* style */
|
|
3819
3819
|
|
|
3820
|
-
var __vue_inject_styles__$
|
|
3820
|
+
var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
3821
3821
|
if (!inject) return;
|
|
3822
3822
|
inject("data-v-2ac0bc50_0", {
|
|
3823
3823
|
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}",
|
|
@@ -3828,27 +3828,27 @@ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
|
3828
3828
|
/* scoped */
|
|
3829
3829
|
|
|
3830
3830
|
|
|
3831
|
-
var __vue_scope_id__$
|
|
3831
|
+
var __vue_scope_id__$k = undefined;
|
|
3832
3832
|
/* module identifier */
|
|
3833
3833
|
|
|
3834
|
-
var __vue_module_identifier__$
|
|
3834
|
+
var __vue_module_identifier__$k = "data-v-2ac0bc50";
|
|
3835
3835
|
/* functional template */
|
|
3836
3836
|
|
|
3837
|
-
var __vue_is_functional_template__$
|
|
3837
|
+
var __vue_is_functional_template__$k = false;
|
|
3838
3838
|
/* style inject shadow dom */
|
|
3839
3839
|
|
|
3840
|
-
var __vue_component__$
|
|
3841
|
-
render: __vue_render__$
|
|
3842
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3843
|
-
}, __vue_inject_styles__$
|
|
3840
|
+
var __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
3841
|
+
render: __vue_render__$k,
|
|
3842
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
3843
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);
|
|
3844
3844
|
|
|
3845
|
-
var BtnFiles = __vue_component__$
|
|
3845
|
+
var BtnFiles = __vue_component__$r;//
|
|
3846
3846
|
//
|
|
3847
3847
|
//
|
|
3848
3848
|
//
|
|
3849
3849
|
//
|
|
3850
3850
|
//
|
|
3851
|
-
var script$
|
|
3851
|
+
var script$j = {
|
|
3852
3852
|
props: {
|
|
3853
3853
|
dictionary: {
|
|
3854
3854
|
type: Object,
|
|
@@ -3857,10 +3857,10 @@ var script$i = {
|
|
|
3857
3857
|
}
|
|
3858
3858
|
}
|
|
3859
3859
|
};/* script */
|
|
3860
|
-
var __vue_script__$
|
|
3860
|
+
var __vue_script__$j = script$j;
|
|
3861
3861
|
/* template */
|
|
3862
3862
|
|
|
3863
|
-
var __vue_render__$
|
|
3863
|
+
var __vue_render__$j = function __vue_render__() {
|
|
3864
3864
|
var _vm = this;
|
|
3865
3865
|
|
|
3866
3866
|
var _h = _vm.$createElement;
|
|
@@ -3884,37 +3884,37 @@ var __vue_render__$i = function __vue_render__() {
|
|
|
3884
3884
|
})], 1);
|
|
3885
3885
|
};
|
|
3886
3886
|
|
|
3887
|
-
var __vue_staticRenderFns__$
|
|
3887
|
+
var __vue_staticRenderFns__$j = [];
|
|
3888
3888
|
/* style */
|
|
3889
3889
|
|
|
3890
|
-
var __vue_inject_styles__$
|
|
3890
|
+
var __vue_inject_styles__$j = undefined;
|
|
3891
3891
|
/* scoped */
|
|
3892
3892
|
|
|
3893
|
-
var __vue_scope_id__$
|
|
3893
|
+
var __vue_scope_id__$j = undefined;
|
|
3894
3894
|
/* module identifier */
|
|
3895
3895
|
|
|
3896
|
-
var __vue_module_identifier__$
|
|
3896
|
+
var __vue_module_identifier__$j = "data-v-c2fae61e";
|
|
3897
3897
|
/* functional template */
|
|
3898
3898
|
|
|
3899
|
-
var __vue_is_functional_template__$
|
|
3899
|
+
var __vue_is_functional_template__$j = false;
|
|
3900
3900
|
/* style inject */
|
|
3901
3901
|
|
|
3902
3902
|
/* style inject SSR */
|
|
3903
3903
|
|
|
3904
3904
|
/* style inject shadow dom */
|
|
3905
3905
|
|
|
3906
|
-
var __vue_component__$
|
|
3907
|
-
render: __vue_render__$
|
|
3908
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3909
|
-
}, __vue_inject_styles__$
|
|
3906
|
+
var __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
3907
|
+
render: __vue_render__$j,
|
|
3908
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
3909
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
|
|
3910
3910
|
|
|
3911
|
-
var BtnExpand = __vue_component__$
|
|
3911
|
+
var BtnExpand = __vue_component__$q;//
|
|
3912
3912
|
//
|
|
3913
3913
|
//
|
|
3914
3914
|
//
|
|
3915
3915
|
//
|
|
3916
3916
|
//
|
|
3917
|
-
var script$
|
|
3917
|
+
var script$i = {
|
|
3918
3918
|
props: {
|
|
3919
3919
|
dictionary: {
|
|
3920
3920
|
type: Object,
|
|
@@ -3923,10 +3923,10 @@ var script$h = {
|
|
|
3923
3923
|
}
|
|
3924
3924
|
}
|
|
3925
3925
|
};/* script */
|
|
3926
|
-
var __vue_script__$
|
|
3926
|
+
var __vue_script__$i = script$i;
|
|
3927
3927
|
/* template */
|
|
3928
3928
|
|
|
3929
|
-
var __vue_render__$
|
|
3929
|
+
var __vue_render__$i = function __vue_render__() {
|
|
3930
3930
|
var _vm = this;
|
|
3931
3931
|
|
|
3932
3932
|
var _h = _vm.$createElement;
|
|
@@ -3950,31 +3950,31 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
3950
3950
|
})], 1);
|
|
3951
3951
|
};
|
|
3952
3952
|
|
|
3953
|
-
var __vue_staticRenderFns__$
|
|
3953
|
+
var __vue_staticRenderFns__$i = [];
|
|
3954
3954
|
/* style */
|
|
3955
3955
|
|
|
3956
|
-
var __vue_inject_styles__$
|
|
3956
|
+
var __vue_inject_styles__$i = undefined;
|
|
3957
3957
|
/* scoped */
|
|
3958
3958
|
|
|
3959
|
-
var __vue_scope_id__$
|
|
3959
|
+
var __vue_scope_id__$i = undefined;
|
|
3960
3960
|
/* module identifier */
|
|
3961
3961
|
|
|
3962
|
-
var __vue_module_identifier__$
|
|
3962
|
+
var __vue_module_identifier__$i = "data-v-05b2a592";
|
|
3963
3963
|
/* functional template */
|
|
3964
3964
|
|
|
3965
|
-
var __vue_is_functional_template__$
|
|
3965
|
+
var __vue_is_functional_template__$i = false;
|
|
3966
3966
|
/* style inject */
|
|
3967
3967
|
|
|
3968
3968
|
/* style inject SSR */
|
|
3969
3969
|
|
|
3970
3970
|
/* style inject shadow dom */
|
|
3971
3971
|
|
|
3972
|
-
var __vue_component__$
|
|
3973
|
-
render: __vue_render__$
|
|
3974
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3975
|
-
}, __vue_inject_styles__$
|
|
3972
|
+
var __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
3973
|
+
render: __vue_render__$i,
|
|
3974
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
3975
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
|
|
3976
3976
|
|
|
3977
|
-
var BtnStandardMessages = __vue_component__$
|
|
3977
|
+
var BtnStandardMessages = __vue_component__$p;var bind = function bind(fn, thisArg) {
|
|
3978
3978
|
return function wrap() {
|
|
3979
3979
|
var args = new Array(arguments.length);
|
|
3980
3980
|
for (var i = 0; i < args.length; i++) {
|
|
@@ -7819,7 +7819,7 @@ var standardMessages = {
|
|
|
7819
7819
|
}
|
|
7820
7820
|
}
|
|
7821
7821
|
};//
|
|
7822
|
-
var script$
|
|
7822
|
+
var script$h = {
|
|
7823
7823
|
mixins: [standardMessages],
|
|
7824
7824
|
props: {
|
|
7825
7825
|
dictionary: {
|
|
@@ -8015,10 +8015,10 @@ var script$g = {
|
|
|
8015
8015
|
}
|
|
8016
8016
|
}
|
|
8017
8017
|
};/* script */
|
|
8018
|
-
var __vue_script__$
|
|
8018
|
+
var __vue_script__$h = script$h;
|
|
8019
8019
|
/* template */
|
|
8020
8020
|
|
|
8021
|
-
var __vue_render__$
|
|
8021
|
+
var __vue_render__$h = function __vue_render__() {
|
|
8022
8022
|
var _vm = this;
|
|
8023
8023
|
|
|
8024
8024
|
var _h = _vm.$createElement;
|
|
@@ -8130,10 +8130,10 @@ var __vue_render__$g = function __vue_render__() {
|
|
|
8130
8130
|
}, [_c('VueLoader')], 1) : _vm._e()])], 2)], 2);
|
|
8131
8131
|
};
|
|
8132
8132
|
|
|
8133
|
-
var __vue_staticRenderFns__$
|
|
8133
|
+
var __vue_staticRenderFns__$h = [];
|
|
8134
8134
|
/* style */
|
|
8135
8135
|
|
|
8136
|
-
var __vue_inject_styles__$
|
|
8136
|
+
var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
8137
8137
|
if (!inject) return;
|
|
8138
8138
|
inject("data-v-d5920a7e_0", {
|
|
8139
8139
|
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}",
|
|
@@ -8144,22 +8144,22 @@ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
|
8144
8144
|
/* scoped */
|
|
8145
8145
|
|
|
8146
8146
|
|
|
8147
|
-
var __vue_scope_id__$
|
|
8147
|
+
var __vue_scope_id__$h = undefined;
|
|
8148
8148
|
/* module identifier */
|
|
8149
8149
|
|
|
8150
|
-
var __vue_module_identifier__$
|
|
8150
|
+
var __vue_module_identifier__$h = "data-v-d5920a7e";
|
|
8151
8151
|
/* functional template */
|
|
8152
8152
|
|
|
8153
|
-
var __vue_is_functional_template__$
|
|
8153
|
+
var __vue_is_functional_template__$h = false;
|
|
8154
8154
|
/* style inject shadow dom */
|
|
8155
8155
|
|
|
8156
|
-
var __vue_component__$
|
|
8157
|
-
render: __vue_render__$
|
|
8158
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8159
|
-
}, __vue_inject_styles__$
|
|
8156
|
+
var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
8157
|
+
render: __vue_render__$h,
|
|
8158
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
8159
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, createInjectorSSR, undefined);
|
|
8160
8160
|
|
|
8161
|
-
var StandardMessages = __vue_component__$
|
|
8162
|
-
var script$
|
|
8161
|
+
var StandardMessages = __vue_component__$o;//
|
|
8162
|
+
var script$g = {
|
|
8163
8163
|
components: {
|
|
8164
8164
|
BtnEmojis: BtnEmojis,
|
|
8165
8165
|
Loader: Loader,
|
|
@@ -8600,10 +8600,10 @@ var script$f = {
|
|
|
8600
8600
|
window.removeEventListener("message", this.listenerPostMessage);
|
|
8601
8601
|
}
|
|
8602
8602
|
};/* script */
|
|
8603
|
-
var __vue_script__$
|
|
8603
|
+
var __vue_script__$g = script$g;
|
|
8604
8604
|
/* template */
|
|
8605
8605
|
|
|
8606
|
-
var __vue_render__$
|
|
8606
|
+
var __vue_render__$g = function __vue_render__() {
|
|
8607
8607
|
var _vm = this;
|
|
8608
8608
|
|
|
8609
8609
|
var _h = _vm.$createElement;
|
|
@@ -8761,10 +8761,10 @@ var __vue_render__$f = function __vue_render__() {
|
|
|
8761
8761
|
}) : _vm._e()], 1)], 2) : _vm._e();
|
|
8762
8762
|
};
|
|
8763
8763
|
|
|
8764
|
-
var __vue_staticRenderFns__$
|
|
8764
|
+
var __vue_staticRenderFns__$g = [];
|
|
8765
8765
|
/* style */
|
|
8766
8766
|
|
|
8767
|
-
var __vue_inject_styles__$
|
|
8767
|
+
var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
8768
8768
|
if (!inject) return;
|
|
8769
8769
|
inject("data-v-bb390258_0", {
|
|
8770
8770
|
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;margin-right:5px}.text-footer-container .text-footer-files-container .files-btn.system{background-color:#49a349}.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}",
|
|
@@ -8775,22 +8775,22 @@ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
|
8775
8775
|
/* scoped */
|
|
8776
8776
|
|
|
8777
8777
|
|
|
8778
|
-
var __vue_scope_id__$
|
|
8778
|
+
var __vue_scope_id__$g = undefined;
|
|
8779
8779
|
/* module identifier */
|
|
8780
8780
|
|
|
8781
|
-
var __vue_module_identifier__$
|
|
8781
|
+
var __vue_module_identifier__$g = "data-v-bb390258";
|
|
8782
8782
|
/* functional template */
|
|
8783
8783
|
|
|
8784
|
-
var __vue_is_functional_template__$
|
|
8784
|
+
var __vue_is_functional_template__$g = false;
|
|
8785
8785
|
/* style inject shadow dom */
|
|
8786
8786
|
|
|
8787
|
-
var __vue_component__$
|
|
8788
|
-
render: __vue_render__$
|
|
8789
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8790
|
-
}, __vue_inject_styles__$
|
|
8787
|
+
var __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
8788
|
+
render: __vue_render__$g,
|
|
8789
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
8790
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, createInjectorSSR, undefined);
|
|
8791
8791
|
|
|
8792
|
-
var TextFooter = __vue_component__$
|
|
8793
|
-
var script$
|
|
8792
|
+
var TextFooter = __vue_component__$n;//
|
|
8793
|
+
var script$f = {
|
|
8794
8794
|
components: {
|
|
8795
8795
|
TextFooter: TextFooter
|
|
8796
8796
|
},
|
|
@@ -8834,10 +8834,10 @@ var script$e = {
|
|
|
8834
8834
|
}
|
|
8835
8835
|
}
|
|
8836
8836
|
};/* script */
|
|
8837
|
-
var __vue_script__$
|
|
8837
|
+
var __vue_script__$f = script$f;
|
|
8838
8838
|
/* template */
|
|
8839
8839
|
|
|
8840
|
-
var __vue_render__$
|
|
8840
|
+
var __vue_render__$f = function __vue_render__() {
|
|
8841
8841
|
var _vm = this;
|
|
8842
8842
|
|
|
8843
8843
|
var _h = _vm.$createElement;
|
|
@@ -8870,32 +8870,32 @@ var __vue_render__$e = function __vue_render__() {
|
|
|
8870
8870
|
})], 2)]) : _vm._e()], 2)])]);
|
|
8871
8871
|
};
|
|
8872
8872
|
|
|
8873
|
-
var __vue_staticRenderFns__$
|
|
8873
|
+
var __vue_staticRenderFns__$f = [];
|
|
8874
8874
|
/* style */
|
|
8875
8875
|
|
|
8876
|
-
var __vue_inject_styles__$
|
|
8876
|
+
var __vue_inject_styles__$f = undefined;
|
|
8877
8877
|
/* scoped */
|
|
8878
8878
|
|
|
8879
|
-
var __vue_scope_id__$
|
|
8879
|
+
var __vue_scope_id__$f = undefined;
|
|
8880
8880
|
/* module identifier */
|
|
8881
8881
|
|
|
8882
|
-
var __vue_module_identifier__$
|
|
8882
|
+
var __vue_module_identifier__$f = "data-v-4d24e86b";
|
|
8883
8883
|
/* functional template */
|
|
8884
8884
|
|
|
8885
|
-
var __vue_is_functional_template__$
|
|
8885
|
+
var __vue_is_functional_template__$f = false;
|
|
8886
8886
|
/* style inject */
|
|
8887
8887
|
|
|
8888
8888
|
/* style inject SSR */
|
|
8889
8889
|
|
|
8890
8890
|
/* style inject shadow dom */
|
|
8891
8891
|
|
|
8892
|
-
var __vue_component__$
|
|
8893
|
-
render: __vue_render__$
|
|
8894
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8895
|
-
}, __vue_inject_styles__$
|
|
8892
|
+
var __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
8893
|
+
render: __vue_render__$f,
|
|
8894
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
8895
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
|
|
8896
8896
|
|
|
8897
|
-
var TemplateMessage = __vue_component__$
|
|
8898
|
-
var script$
|
|
8897
|
+
var TemplateMessage = __vue_component__$m;//
|
|
8898
|
+
var script$e = {
|
|
8899
8899
|
components: {
|
|
8900
8900
|
TemplateSingle: TemplateSingle,
|
|
8901
8901
|
TemplateMessage: TemplateMessage
|
|
@@ -9082,10 +9082,10 @@ var script$d = {
|
|
|
9082
9082
|
}
|
|
9083
9083
|
}
|
|
9084
9084
|
};/* script */
|
|
9085
|
-
var __vue_script__$
|
|
9085
|
+
var __vue_script__$e = script$e;
|
|
9086
9086
|
/* template */
|
|
9087
9087
|
|
|
9088
|
-
var __vue_render__$
|
|
9088
|
+
var __vue_render__$e = function __vue_render__() {
|
|
9089
9089
|
var _vm = this;
|
|
9090
9090
|
|
|
9091
9091
|
var _h = _vm.$createElement;
|
|
@@ -9152,10 +9152,10 @@ var __vue_render__$d = function __vue_render__() {
|
|
|
9152
9152
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
9153
9153
|
};
|
|
9154
9154
|
|
|
9155
|
-
var __vue_staticRenderFns__$
|
|
9155
|
+
var __vue_staticRenderFns__$e = [];
|
|
9156
9156
|
/* style */
|
|
9157
9157
|
|
|
9158
|
-
var __vue_inject_styles__$
|
|
9158
|
+
var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
9159
9159
|
if (!inject) return;
|
|
9160
9160
|
inject("data-v-1c24c23b_0", {
|
|
9161
9161
|
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}",
|
|
@@ -9166,22 +9166,22 @@ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
|
9166
9166
|
/* scoped */
|
|
9167
9167
|
|
|
9168
9168
|
|
|
9169
|
-
var __vue_scope_id__$
|
|
9169
|
+
var __vue_scope_id__$e = undefined;
|
|
9170
9170
|
/* module identifier */
|
|
9171
9171
|
|
|
9172
|
-
var __vue_module_identifier__$
|
|
9172
|
+
var __vue_module_identifier__$e = "data-v-1c24c23b";
|
|
9173
9173
|
/* functional template */
|
|
9174
9174
|
|
|
9175
|
-
var __vue_is_functional_template__$
|
|
9175
|
+
var __vue_is_functional_template__$e = false;
|
|
9176
9176
|
/* style inject shadow dom */
|
|
9177
9177
|
|
|
9178
|
-
var __vue_component__$
|
|
9179
|
-
render: __vue_render__$
|
|
9180
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9181
|
-
}, __vue_inject_styles__$
|
|
9178
|
+
var __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
9179
|
+
render: __vue_render__$e,
|
|
9180
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
9181
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);
|
|
9182
9182
|
|
|
9183
|
-
var __vue_component__$
|
|
9184
|
-
var script$
|
|
9183
|
+
var __vue_component__$l = __vue_component__$k;//
|
|
9184
|
+
var script$d = {
|
|
9185
9185
|
components: {
|
|
9186
9186
|
BtnEmojis: BtnEmojis,
|
|
9187
9187
|
BtnFiles: BtnFiles
|
|
@@ -9447,10 +9447,10 @@ var script$c = {
|
|
|
9447
9447
|
}
|
|
9448
9448
|
}
|
|
9449
9449
|
};/* script */
|
|
9450
|
-
var __vue_script__$
|
|
9450
|
+
var __vue_script__$d = script$d;
|
|
9451
9451
|
/* template */
|
|
9452
9452
|
|
|
9453
|
-
var __vue_render__$
|
|
9453
|
+
var __vue_render__$d = function __vue_render__() {
|
|
9454
9454
|
var _vm = this;
|
|
9455
9455
|
|
|
9456
9456
|
var _h = _vm.$createElement;
|
|
@@ -9516,10 +9516,10 @@ var __vue_render__$c = function __vue_render__() {
|
|
|
9516
9516
|
}) : _vm._e(), _vm._ssrNode(" "), _vm._t("btn-1"), _vm._ssrNode(" "), _vm._t("btn-2")], 2)], 2)], 2);
|
|
9517
9517
|
};
|
|
9518
9518
|
|
|
9519
|
-
var __vue_staticRenderFns__$
|
|
9519
|
+
var __vue_staticRenderFns__$d = [];
|
|
9520
9520
|
/* style */
|
|
9521
9521
|
|
|
9522
|
-
var __vue_inject_styles__$
|
|
9522
|
+
var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
9523
9523
|
if (!inject) return;
|
|
9524
9524
|
inject("data-v-35df0b7d_0", {
|
|
9525
9525
|
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}",
|
|
@@ -9530,21 +9530,21 @@ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
|
9530
9530
|
/* scoped */
|
|
9531
9531
|
|
|
9532
9532
|
|
|
9533
|
-
var __vue_scope_id__$
|
|
9533
|
+
var __vue_scope_id__$d = undefined;
|
|
9534
9534
|
/* module identifier */
|
|
9535
9535
|
|
|
9536
|
-
var __vue_module_identifier__$
|
|
9536
|
+
var __vue_module_identifier__$d = "data-v-35df0b7d";
|
|
9537
9537
|
/* functional template */
|
|
9538
9538
|
|
|
9539
|
-
var __vue_is_functional_template__$
|
|
9539
|
+
var __vue_is_functional_template__$d = false;
|
|
9540
9540
|
/* style inject shadow dom */
|
|
9541
9541
|
|
|
9542
|
-
var __vue_component__$
|
|
9543
|
-
render: __vue_render__$
|
|
9544
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9545
|
-
}, __vue_inject_styles__$
|
|
9542
|
+
var __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
9543
|
+
render: __vue_render__$d,
|
|
9544
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
9545
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, createInjectorSSR, undefined);
|
|
9546
9546
|
|
|
9547
|
-
var __vue_component__$
|
|
9547
|
+
var __vue_component__$j = __vue_component__$i;var textoLongo = {
|
|
9548
9548
|
methods: {
|
|
9549
9549
|
tratarTextoLongo: function tratarTextoLongo(textoLongo) {
|
|
9550
9550
|
var maxLength = 100;
|
|
@@ -9644,7 +9644,7 @@ var __vue_component__$i = __vue_component__$h;var textoLongo = {
|
|
|
9644
9644
|
console.error(e);
|
|
9645
9645
|
}
|
|
9646
9646
|
}//
|
|
9647
|
-
var script$
|
|
9647
|
+
var script$c = {
|
|
9648
9648
|
props: {
|
|
9649
9649
|
file: {
|
|
9650
9650
|
type: Object,
|
|
@@ -9719,10 +9719,10 @@ var script$b = {
|
|
|
9719
9719
|
}
|
|
9720
9720
|
}
|
|
9721
9721
|
};/* script */
|
|
9722
|
-
var __vue_script__$
|
|
9722
|
+
var __vue_script__$c = script$c;
|
|
9723
9723
|
/* template */
|
|
9724
9724
|
|
|
9725
|
-
var __vue_render__$
|
|
9725
|
+
var __vue_render__$c = function __vue_render__() {
|
|
9726
9726
|
var _vm = this;
|
|
9727
9727
|
|
|
9728
9728
|
var _h = _vm.$createElement;
|
|
@@ -9793,10 +9793,10 @@ var __vue_render__$b = function __vue_render__() {
|
|
|
9793
9793
|
})], 1)]], 2)], 1);
|
|
9794
9794
|
};
|
|
9795
9795
|
|
|
9796
|
-
var __vue_staticRenderFns__$
|
|
9796
|
+
var __vue_staticRenderFns__$c = [];
|
|
9797
9797
|
/* style */
|
|
9798
9798
|
|
|
9799
|
-
var __vue_inject_styles__$
|
|
9799
|
+
var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
9800
9800
|
if (!inject) return;
|
|
9801
9801
|
inject("data-v-6f5fac81_0", {
|
|
9802
9802
|
source: ".fade-enter-active[data-v-6f5fac81],.fade-leave-active[data-v-6f5fac81]{transition:opacity .5s}.fade-enter[data-v-6f5fac81],.fade-leave-to[data-v-6f5fac81]{opacity:0}",
|
|
@@ -9811,21 +9811,21 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
|
9811
9811
|
/* scoped */
|
|
9812
9812
|
|
|
9813
9813
|
|
|
9814
|
-
var __vue_scope_id__$
|
|
9814
|
+
var __vue_scope_id__$c = "data-v-6f5fac81";
|
|
9815
9815
|
/* module identifier */
|
|
9816
9816
|
|
|
9817
|
-
var __vue_module_identifier__$
|
|
9817
|
+
var __vue_module_identifier__$c = "data-v-6f5fac81";
|
|
9818
9818
|
/* functional template */
|
|
9819
9819
|
|
|
9820
|
-
var __vue_is_functional_template__$
|
|
9820
|
+
var __vue_is_functional_template__$c = false;
|
|
9821
9821
|
/* style inject shadow dom */
|
|
9822
9822
|
|
|
9823
|
-
var __vue_component__$
|
|
9824
|
-
render: __vue_render__$
|
|
9825
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9826
|
-
}, __vue_inject_styles__$
|
|
9823
|
+
var __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
9824
|
+
render: __vue_render__$c,
|
|
9825
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
9826
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);
|
|
9827
9827
|
|
|
9828
|
-
var CardFile = __vue_component__$
|
|
9828
|
+
var CardFile = __vue_component__$h;//
|
|
9829
9829
|
//
|
|
9830
9830
|
//
|
|
9831
9831
|
//
|
|
@@ -9842,7 +9842,7 @@ var CardFile = __vue_component__$g;//
|
|
|
9842
9842
|
//
|
|
9843
9843
|
//
|
|
9844
9844
|
//
|
|
9845
|
-
var script$
|
|
9845
|
+
var script$b = {
|
|
9846
9846
|
props: {
|
|
9847
9847
|
hasReply: {
|
|
9848
9848
|
type: Boolean
|
|
@@ -9858,10 +9858,10 @@ var script$a = {
|
|
|
9858
9858
|
}
|
|
9859
9859
|
}
|
|
9860
9860
|
};/* script */
|
|
9861
|
-
var __vue_script__$
|
|
9861
|
+
var __vue_script__$b = script$b;
|
|
9862
9862
|
/* template */
|
|
9863
9863
|
|
|
9864
|
-
var __vue_render__$
|
|
9864
|
+
var __vue_render__$b = function __vue_render__() {
|
|
9865
9865
|
var _vm = this;
|
|
9866
9866
|
|
|
9867
9867
|
var _h = _vm.$createElement;
|
|
@@ -9997,32 +9997,32 @@ var __vue_render__$a = function __vue_render__() {
|
|
|
9997
9997
|
})], 1) : _vm._e()])], 2);
|
|
9998
9998
|
};
|
|
9999
9999
|
|
|
10000
|
-
var __vue_staticRenderFns__$
|
|
10000
|
+
var __vue_staticRenderFns__$b = [];
|
|
10001
10001
|
/* style */
|
|
10002
10002
|
|
|
10003
|
-
var __vue_inject_styles__$
|
|
10003
|
+
var __vue_inject_styles__$b = undefined;
|
|
10004
10004
|
/* scoped */
|
|
10005
10005
|
|
|
10006
|
-
var __vue_scope_id__$
|
|
10006
|
+
var __vue_scope_id__$b = undefined;
|
|
10007
10007
|
/* module identifier */
|
|
10008
10008
|
|
|
10009
|
-
var __vue_module_identifier__$
|
|
10009
|
+
var __vue_module_identifier__$b = "data-v-5f1ba959";
|
|
10010
10010
|
/* functional template */
|
|
10011
10011
|
|
|
10012
|
-
var __vue_is_functional_template__$
|
|
10012
|
+
var __vue_is_functional_template__$b = false;
|
|
10013
10013
|
/* style inject */
|
|
10014
10014
|
|
|
10015
10015
|
/* style inject SSR */
|
|
10016
10016
|
|
|
10017
10017
|
/* style inject shadow dom */
|
|
10018
10018
|
|
|
10019
|
-
var __vue_component__$
|
|
10020
|
-
render: __vue_render__$
|
|
10021
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10022
|
-
}, __vue_inject_styles__$
|
|
10019
|
+
var __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
10020
|
+
render: __vue_render__$b,
|
|
10021
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
10022
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
|
|
10023
10023
|
|
|
10024
|
-
var CardCheck = __vue_component__$
|
|
10025
|
-
var script$
|
|
10024
|
+
var CardCheck = __vue_component__$g;//
|
|
10025
|
+
var script$a = {
|
|
10026
10026
|
components: {
|
|
10027
10027
|
CardFile: CardFile,
|
|
10028
10028
|
CardCheck: CardCheck
|
|
@@ -10155,10 +10155,10 @@ var script$9 = {
|
|
|
10155
10155
|
}
|
|
10156
10156
|
}
|
|
10157
10157
|
};/* script */
|
|
10158
|
-
var __vue_script__$
|
|
10158
|
+
var __vue_script__$a = script$a;
|
|
10159
10159
|
/* template */
|
|
10160
10160
|
|
|
10161
|
-
var __vue_render__$
|
|
10161
|
+
var __vue_render__$a = function __vue_render__() {
|
|
10162
10162
|
var _vm = this;
|
|
10163
10163
|
|
|
10164
10164
|
var _h = _vm.$createElement;
|
|
@@ -10210,10 +10210,10 @@ var __vue_render__$9 = function __vue_render__() {
|
|
|
10210
10210
|
}) : _vm._e()], 2)], 2)], 2) : _vm._e();
|
|
10211
10211
|
};
|
|
10212
10212
|
|
|
10213
|
-
var __vue_staticRenderFns__$
|
|
10213
|
+
var __vue_staticRenderFns__$a = [];
|
|
10214
10214
|
/* style */
|
|
10215
10215
|
|
|
10216
|
-
var __vue_inject_styles__$
|
|
10216
|
+
var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
10217
10217
|
if (!inject) return;
|
|
10218
10218
|
inject("data-v-4be10146_0", {
|
|
10219
10219
|
source: ".fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}.card-cli,.card-ope{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.newMessage,.card-ope.newMessage{margin-top:30px}.new-messages{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{border-left:3px solid #90b823}.card-ope{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card{border-right:3px solid #007535}.card{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px}.card p{word-break:break-all}.card-header{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between}.card-header svg{font-size:1rem}.card-author{display:flex;align-items:center}.card-author svg{margin-right:5px}.card-canal{flex:1;margin-right:10px}.card-dates{display:flex;flex-direction:column;margin-right:10px;font-size:.9rem}.card-date{overflow:hidden;display:flex;align-content:center}.card-date span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-date svg{margin-right:5px;color:#232323}.card-expand{display:flex;justify-content:center;align-items:center;margin:2.5px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand:hover{opacity:1}.card-footer{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap;min-height:25px}.card-chip{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:hover{background-color:#cfd8f4}.card-chip.orange{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow:hover{background-color:rgba(252,191,73,.2)}.card-chip.red{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red:hover{background-color:rgba(231,76,60,.25)}.card-file{width:60px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.card-reply{cursor:pointer;position:absolute;right:30px;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}.card-reply svg{margin-top:-1px;margin-right:-1px}.card-check{position:absolute;bottom:5px;right:5px;cursor:pointer;font-size:.7rem}.card-check svg{font-size:.8rem}.card-check.seen,.card-check.seen svg{color:#006daa}.card-check.green,.card-check.green svg{color:#4f772d}.card-check.red,.card-check.red svg{color:#ba181b}.card-check.gray,.card-check.gray svg{color:#999}.card-check.black,.card-check.black svg{color:#666}",
|
|
@@ -10224,22 +10224,22 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
|
10224
10224
|
/* scoped */
|
|
10225
10225
|
|
|
10226
10226
|
|
|
10227
|
-
var __vue_scope_id__$
|
|
10227
|
+
var __vue_scope_id__$a = undefined;
|
|
10228
10228
|
/* module identifier */
|
|
10229
10229
|
|
|
10230
|
-
var __vue_module_identifier__$
|
|
10230
|
+
var __vue_module_identifier__$a = "data-v-4be10146";
|
|
10231
10231
|
/* functional template */
|
|
10232
10232
|
|
|
10233
|
-
var __vue_is_functional_template__$
|
|
10233
|
+
var __vue_is_functional_template__$a = false;
|
|
10234
10234
|
/* style inject shadow dom */
|
|
10235
10235
|
|
|
10236
|
-
var __vue_component__$
|
|
10237
|
-
render: __vue_render__$
|
|
10238
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10239
|
-
}, __vue_inject_styles__$
|
|
10236
|
+
var __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
10237
|
+
render: __vue_render__$a,
|
|
10238
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
10239
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, createInjectorSSR, undefined);
|
|
10240
10240
|
|
|
10241
|
-
var __vue_component__$
|
|
10242
|
-
var script$
|
|
10241
|
+
var __vue_component__$f = __vue_component__$e;//
|
|
10242
|
+
var script$9 = {
|
|
10243
10243
|
props: {
|
|
10244
10244
|
anexo: {
|
|
10245
10245
|
type: Object,
|
|
@@ -10314,10 +10314,10 @@ var script$8 = {
|
|
|
10314
10314
|
}
|
|
10315
10315
|
}
|
|
10316
10316
|
};/* script */
|
|
10317
|
-
var __vue_script__$
|
|
10317
|
+
var __vue_script__$9 = script$9;
|
|
10318
10318
|
/* template */
|
|
10319
10319
|
|
|
10320
|
-
var __vue_render__$
|
|
10320
|
+
var __vue_render__$9 = function __vue_render__() {
|
|
10321
10321
|
var _vm = this;
|
|
10322
10322
|
|
|
10323
10323
|
var _h = _vm.$createElement;
|
|
@@ -10388,10 +10388,10 @@ var __vue_render__$8 = function __vue_render__() {
|
|
|
10388
10388
|
})], 1)]], 2)], 1);
|
|
10389
10389
|
};
|
|
10390
10390
|
|
|
10391
|
-
var __vue_staticRenderFns__$
|
|
10391
|
+
var __vue_staticRenderFns__$9 = [];
|
|
10392
10392
|
/* style */
|
|
10393
10393
|
|
|
10394
|
-
var __vue_inject_styles__$
|
|
10394
|
+
var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
10395
10395
|
if (!inject) return;
|
|
10396
10396
|
inject("data-v-037d5568_0", {
|
|
10397
10397
|
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}",
|
|
@@ -10402,22 +10402,22 @@ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
|
10402
10402
|
/* scoped */
|
|
10403
10403
|
|
|
10404
10404
|
|
|
10405
|
-
var __vue_scope_id__$
|
|
10405
|
+
var __vue_scope_id__$9 = "data-v-037d5568";
|
|
10406
10406
|
/* module identifier */
|
|
10407
10407
|
|
|
10408
|
-
var __vue_module_identifier__$
|
|
10408
|
+
var __vue_module_identifier__$9 = "data-v-037d5568";
|
|
10409
10409
|
/* functional template */
|
|
10410
10410
|
|
|
10411
|
-
var __vue_is_functional_template__$
|
|
10411
|
+
var __vue_is_functional_template__$9 = false;
|
|
10412
10412
|
/* style inject shadow dom */
|
|
10413
10413
|
|
|
10414
|
-
var __vue_component__$
|
|
10415
|
-
render: __vue_render__$
|
|
10416
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10417
|
-
}, __vue_inject_styles__$
|
|
10414
|
+
var __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
10415
|
+
render: __vue_render__$9,
|
|
10416
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
10417
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);
|
|
10418
10418
|
|
|
10419
|
-
var CardAttachment = __vue_component__$
|
|
10420
|
-
var script$
|
|
10419
|
+
var CardAttachment = __vue_component__$d;//
|
|
10420
|
+
var script$8 = {
|
|
10421
10421
|
components: {
|
|
10422
10422
|
CardAttachment: CardAttachment
|
|
10423
10423
|
},
|
|
@@ -10527,10 +10527,10 @@ var script$7 = {
|
|
|
10527
10527
|
}
|
|
10528
10528
|
}
|
|
10529
10529
|
};/* script */
|
|
10530
|
-
var __vue_script__$
|
|
10530
|
+
var __vue_script__$8 = script$8;
|
|
10531
10531
|
/* template */
|
|
10532
10532
|
|
|
10533
|
-
var __vue_render__$
|
|
10533
|
+
var __vue_render__$8 = function __vue_render__() {
|
|
10534
10534
|
var _vm = this;
|
|
10535
10535
|
|
|
10536
10536
|
var _h = _vm.$createElement;
|
|
@@ -10571,10 +10571,10 @@ var __vue_render__$7 = function __vue_render__() {
|
|
|
10571
10571
|
}), 0) : _vm._e()], 2)], 2) : _vm._e();
|
|
10572
10572
|
};
|
|
10573
10573
|
|
|
10574
|
-
var __vue_staticRenderFns__$
|
|
10574
|
+
var __vue_staticRenderFns__$8 = [];
|
|
10575
10575
|
/* style */
|
|
10576
10576
|
|
|
10577
|
-
var __vue_inject_styles__$
|
|
10577
|
+
var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
10578
10578
|
if (!inject) return;
|
|
10579
10579
|
inject("data-v-60eaca73_0", {
|
|
10580
10580
|
source: ".fade-enter-active[data-v-60eaca73],.fade-leave-active[data-v-60eaca73]{transition:opacity .2s}.fade-enter[data-v-60eaca73],.fade-leave-to[data-v-60eaca73]{opacity:0}.card-cli[data-v-60eaca73],.card-ope[data-v-60eaca73]{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.msgNova[data-v-60eaca73],.card-ope.msgNova[data-v-60eaca73]{margin-top:30px}.novas-mensagens[data-v-60eaca73]{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-60eaca73]{border-left:3px solid #90b823}.card-ope[data-v-60eaca73]{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card[data-v-60eaca73]{border-right:3px solid #007535}.card[data-v-60eaca73]{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px}.card p[data-v-60eaca73]{word-break:break-all}.card-header[data-v-60eaca73]{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between}.card-header svg[data-v-60eaca73]{font-size:1rem}.card-canal[data-v-60eaca73]{flex:1;margin-right:10px}.card-datas[data-v-60eaca73]{display:flex;flex-direction:column;margin-right:10px}.card-data[data-v-60eaca73]{overflow:hidden;display:flex;align-content:center}.card-data span[data-v-60eaca73]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-data svg[data-v-60eaca73]{margin-right:5px;color:#232323}.card-expand[data-v-60eaca73]{display:flex;justify-content:center;align-items:center;margin:2.5px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand[data-v-60eaca73]:hover{opacity:1}.card-footer[data-v-60eaca73]{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap}.card-chip[data-v-60eaca73]{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-60eaca73]:hover{background-color:#cfd8f4}.card-chip.orange[data-v-60eaca73]{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange[data-v-60eaca73]:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow[data-v-60eaca73]{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow[data-v-60eaca73]:hover{background-color:rgba(252,191,73,.2)}.card-chip.red[data-v-60eaca73]{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red[data-v-60eaca73]:hover{background-color:rgba(231,76,60,.25)}.card-anexo[data-v-60eaca73]{width:50px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.anexo-item[data-v-60eaca73]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.anexo-item .transition-anexo-item[data-v-60eaca73]{max-width:100%;max-height:100%}.anexo-item .req-loader[data-v-60eaca73]{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.anexo-item .transition-anexo-item img[data-v-60eaca73]{max-width:45px;max-height:45px}.anexo-icone[data-v-60eaca73]{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.anexo-icone[data-v-60eaca73]:hover{opacity:1}.anexo-icone[data-v-60eaca73]:visited{color:inherit}svg[data-v-60eaca73]{font-size:30px;z-index:1}.anexo-icone.pdf[data-v-60eaca73]{position:relative}.anexo-icone.pdf svg[data-v-60eaca73]{color:#e74c3c}.anexo-icone.pdf[data-v-60eaca73]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.anexo-icone.doc[data-v-60eaca73]{color:#15517f}.anexo-icone.doc[data-v-60eaca73]::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.anexo-img[data-v-60eaca73]{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-60eaca73]:hover{opacity:1}.anexo-img img[data-v-60eaca73]{width:95%}",
|
|
@@ -10585,22 +10585,22 @@ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
|
10585
10585
|
/* scoped */
|
|
10586
10586
|
|
|
10587
10587
|
|
|
10588
|
-
var __vue_scope_id__$
|
|
10588
|
+
var __vue_scope_id__$8 = "data-v-60eaca73";
|
|
10589
10589
|
/* module identifier */
|
|
10590
10590
|
|
|
10591
|
-
var __vue_module_identifier__$
|
|
10591
|
+
var __vue_module_identifier__$8 = "data-v-60eaca73";
|
|
10592
10592
|
/* functional template */
|
|
10593
10593
|
|
|
10594
|
-
var __vue_is_functional_template__$
|
|
10594
|
+
var __vue_is_functional_template__$8 = false;
|
|
10595
10595
|
/* style inject shadow dom */
|
|
10596
10596
|
|
|
10597
|
-
var __vue_component__$
|
|
10598
|
-
render: __vue_render__$
|
|
10599
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10600
|
-
}, __vue_inject_styles__$
|
|
10597
|
+
var __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
10598
|
+
render: __vue_render__$8,
|
|
10599
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
10600
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);
|
|
10601
10601
|
|
|
10602
|
-
var __vue_component__$
|
|
10603
|
-
var script$
|
|
10602
|
+
var __vue_component__$c = __vue_component__$b;//
|
|
10603
|
+
var script$7 = {
|
|
10604
10604
|
components: {
|
|
10605
10605
|
Loader: Loader
|
|
10606
10606
|
},
|
|
@@ -10674,10 +10674,10 @@ var script$6 = {
|
|
|
10674
10674
|
}
|
|
10675
10675
|
}
|
|
10676
10676
|
};/* script */
|
|
10677
|
-
var __vue_script__$
|
|
10677
|
+
var __vue_script__$7 = script$7;
|
|
10678
10678
|
/* template */
|
|
10679
10679
|
|
|
10680
|
-
var __vue_render__$
|
|
10680
|
+
var __vue_render__$7 = function __vue_render__() {
|
|
10681
10681
|
var _vm = this;
|
|
10682
10682
|
|
|
10683
10683
|
var _h = _vm.$createElement;
|
|
@@ -10806,10 +10806,10 @@ var __vue_render__$6 = function __vue_render__() {
|
|
|
10806
10806
|
})], 1) : _vm._e()])], 1)], 1);
|
|
10807
10807
|
};
|
|
10808
10808
|
|
|
10809
|
-
var __vue_staticRenderFns__$
|
|
10809
|
+
var __vue_staticRenderFns__$7 = [];
|
|
10810
10810
|
/* style */
|
|
10811
10811
|
|
|
10812
|
-
var __vue_inject_styles__$
|
|
10812
|
+
var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
10813
10813
|
if (!inject) return;
|
|
10814
10814
|
inject("data-v-23ebefcd_0", {
|
|
10815
10815
|
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}",
|
|
@@ -10820,22 +10820,22 @@ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
|
10820
10820
|
/* scoped */
|
|
10821
10821
|
|
|
10822
10822
|
|
|
10823
|
-
var __vue_scope_id__$
|
|
10823
|
+
var __vue_scope_id__$7 = "data-v-23ebefcd";
|
|
10824
10824
|
/* module identifier */
|
|
10825
10825
|
|
|
10826
|
-
var __vue_module_identifier__$
|
|
10826
|
+
var __vue_module_identifier__$7 = "data-v-23ebefcd";
|
|
10827
10827
|
/* functional template */
|
|
10828
10828
|
|
|
10829
|
-
var __vue_is_functional_template__$
|
|
10829
|
+
var __vue_is_functional_template__$7 = false;
|
|
10830
10830
|
/* style inject shadow dom */
|
|
10831
10831
|
|
|
10832
|
-
var __vue_component__$
|
|
10833
|
-
render: __vue_render__$
|
|
10834
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10835
|
-
}, __vue_inject_styles__$
|
|
10832
|
+
var __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
10833
|
+
render: __vue_render__$7,
|
|
10834
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
10835
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);
|
|
10836
10836
|
|
|
10837
|
-
var AnexoMensagem = __vue_component__$
|
|
10838
|
-
var script$
|
|
10837
|
+
var AnexoMensagem = __vue_component__$a;//
|
|
10838
|
+
var script$6 = {
|
|
10839
10839
|
mixins: [mixin_1],
|
|
10840
10840
|
props: {
|
|
10841
10841
|
lista: {
|
|
@@ -10853,10 +10853,10 @@ var script$5 = {
|
|
|
10853
10853
|
}
|
|
10854
10854
|
}
|
|
10855
10855
|
};/* script */
|
|
10856
|
-
var __vue_script__$
|
|
10856
|
+
var __vue_script__$6 = script$6;
|
|
10857
10857
|
/* template */
|
|
10858
10858
|
|
|
10859
|
-
var __vue_render__$
|
|
10859
|
+
var __vue_render__$6 = function __vue_render__() {
|
|
10860
10860
|
var _vm = this;
|
|
10861
10861
|
|
|
10862
10862
|
var _h = _vm.$createElement;
|
|
@@ -10878,10 +10878,10 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
10878
10878
|
}))]);
|
|
10879
10879
|
};
|
|
10880
10880
|
|
|
10881
|
-
var __vue_staticRenderFns__$
|
|
10881
|
+
var __vue_staticRenderFns__$6 = [];
|
|
10882
10882
|
/* style */
|
|
10883
10883
|
|
|
10884
|
-
var __vue_inject_styles__$
|
|
10884
|
+
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
10885
10885
|
if (!inject) return;
|
|
10886
10886
|
inject("data-v-f5d7144e_0", {
|
|
10887
10887
|
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}",
|
|
@@ -10892,22 +10892,22 @@ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
|
10892
10892
|
/* scoped */
|
|
10893
10893
|
|
|
10894
10894
|
|
|
10895
|
-
var __vue_scope_id__$
|
|
10895
|
+
var __vue_scope_id__$6 = undefined;
|
|
10896
10896
|
/* module identifier */
|
|
10897
10897
|
|
|
10898
|
-
var __vue_module_identifier__$
|
|
10898
|
+
var __vue_module_identifier__$6 = "data-v-f5d7144e";
|
|
10899
10899
|
/* functional template */
|
|
10900
10900
|
|
|
10901
|
-
var __vue_is_functional_template__$
|
|
10901
|
+
var __vue_is_functional_template__$6 = false;
|
|
10902
10902
|
/* style inject shadow dom */
|
|
10903
10903
|
|
|
10904
|
-
var __vue_component__$
|
|
10905
|
-
render: __vue_render__$
|
|
10906
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10907
|
-
}, __vue_inject_styles__$
|
|
10904
|
+
var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
10905
|
+
render: __vue_render__$6,
|
|
10906
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
10907
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);
|
|
10908
10908
|
|
|
10909
|
-
var InteratividadePopup = __vue_component__$
|
|
10910
|
-
var script$
|
|
10909
|
+
var InteratividadePopup = __vue_component__$9;//
|
|
10910
|
+
var script$5 = {
|
|
10911
10911
|
components: {
|
|
10912
10912
|
InteratividadePopup: InteratividadePopup
|
|
10913
10913
|
},
|
|
@@ -10952,10 +10952,10 @@ var script$4 = {
|
|
|
10952
10952
|
}
|
|
10953
10953
|
}
|
|
10954
10954
|
};/* script */
|
|
10955
|
-
var __vue_script__$
|
|
10955
|
+
var __vue_script__$5 = script$5;
|
|
10956
10956
|
/* template */
|
|
10957
10957
|
|
|
10958
|
-
var __vue_render__$
|
|
10958
|
+
var __vue_render__$5 = function __vue_render__() {
|
|
10959
10959
|
var _vm = this;
|
|
10960
10960
|
|
|
10961
10961
|
var _h = _vm.$createElement;
|
|
@@ -10983,10 +10983,10 @@ var __vue_render__$4 = function __vue_render__() {
|
|
|
10983
10983
|
}) : Object.keys(_vm.objItens).length ? "<div class=\"interatividade-lista\"><div class=\"interatividade-lista-conteudo\">" + (_vm.objItens.header.text ? "<p class=\"interatividade-lista-titulo\">" + _vm._ssrEscape(_vm._s(_vm.objItens.header.text)) + "</p>" : "<!---->") + " " + (_vm.objItens.body.text ? "<p class=\"interatividade-lista-corpo\">" + _vm._ssrEscape(_vm._s(_vm.objItens.body.text)) + "</p>" : "<!---->") + " " + (_vm.objItens.footer.text ? "<p class=\"interatividade-lista-rodape\">" + _vm._ssrEscape(_vm._s(_vm.objItens.footer.text)) + "</p>" : "<!---->") + "</div> " + (_vm.objItens.list.title ? "<p class=\"interatividade-lista-link\">" + _vm._ssrEscape(_vm._s(_vm.objItens.list.title)) + "</p>" : "<!---->") + "</div>" : "<!---->"))], 2);
|
|
10984
10984
|
};
|
|
10985
10985
|
|
|
10986
|
-
var __vue_staticRenderFns__$
|
|
10986
|
+
var __vue_staticRenderFns__$5 = [];
|
|
10987
10987
|
/* style */
|
|
10988
10988
|
|
|
10989
|
-
var __vue_inject_styles__$
|
|
10989
|
+
var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
10990
10990
|
if (!inject) return;
|
|
10991
10991
|
inject("data-v-265335df_0", {
|
|
10992
10992
|
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}",
|
|
@@ -10997,10 +10997,123 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
|
10997
10997
|
/* scoped */
|
|
10998
10998
|
|
|
10999
10999
|
|
|
11000
|
-
var __vue_scope_id__$
|
|
11000
|
+
var __vue_scope_id__$5 = undefined;
|
|
11001
11001
|
/* module identifier */
|
|
11002
11002
|
|
|
11003
|
-
var __vue_module_identifier__$
|
|
11003
|
+
var __vue_module_identifier__$5 = "data-v-265335df";
|
|
11004
|
+
/* functional template */
|
|
11005
|
+
|
|
11006
|
+
var __vue_is_functional_template__$5 = false;
|
|
11007
|
+
/* style inject shadow dom */
|
|
11008
|
+
|
|
11009
|
+
var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
11010
|
+
render: __vue_render__$5,
|
|
11011
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
11012
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);
|
|
11013
|
+
|
|
11014
|
+
var InteratividadeBotoes = __vue_component__$8;//
|
|
11015
|
+
var script$4 = {
|
|
11016
|
+
components: {
|
|
11017
|
+
InteratividadePopup: InteratividadePopup
|
|
11018
|
+
},
|
|
11019
|
+
data: function data() {
|
|
11020
|
+
return {
|
|
11021
|
+
informacaoAdicional: [],
|
|
11022
|
+
informacao: []
|
|
11023
|
+
};
|
|
11024
|
+
},
|
|
11025
|
+
props: {
|
|
11026
|
+
interatividade: {
|
|
11027
|
+
type: Object,
|
|
11028
|
+
required: true
|
|
11029
|
+
},
|
|
11030
|
+
dictionary: {
|
|
11031
|
+
type: Object,
|
|
11032
|
+
required: true
|
|
11033
|
+
}
|
|
11034
|
+
},
|
|
11035
|
+
mounted: function mounted() {
|
|
11036
|
+
if (this.validateInterativity()) {
|
|
11037
|
+
this.verifyInfoAditional();
|
|
11038
|
+
}
|
|
11039
|
+
},
|
|
11040
|
+
methods: {
|
|
11041
|
+
validateInterativity: function validateInterativity() {
|
|
11042
|
+
try {
|
|
11043
|
+
if (this.interatividade.formulario) {
|
|
11044
|
+
return true;
|
|
11045
|
+
}
|
|
11046
|
+
} catch (error) {
|
|
11047
|
+
return false;
|
|
11048
|
+
}
|
|
11049
|
+
},
|
|
11050
|
+
verifyInfoAditional: function verifyInfoAditional() {
|
|
11051
|
+
try {
|
|
11052
|
+
var formulario = this.informacao.formulario;
|
|
11053
|
+
formulario = formulario ? formulario : [];
|
|
11054
|
+
|
|
11055
|
+
if (!formulario.length) {
|
|
11056
|
+
return;
|
|
11057
|
+
}
|
|
11058
|
+
|
|
11059
|
+
var foundInfosAdd = formulario.filter(function (f) {
|
|
11060
|
+
return f.TIPO_TEXTO > 999;
|
|
11061
|
+
});
|
|
11062
|
+
var foundInfos = formulario.filter(function (f) {
|
|
11063
|
+
return f.TIPO_TEXTO < 1000;
|
|
11064
|
+
});
|
|
11065
|
+
|
|
11066
|
+
if (foundInfos) {
|
|
11067
|
+
this.informacao = foundInfos;
|
|
11068
|
+
}
|
|
11069
|
+
|
|
11070
|
+
if (foundInfosAdd) {
|
|
11071
|
+
this.informacaoAdicional = foundInfosAdd;
|
|
11072
|
+
}
|
|
11073
|
+
} catch (e) {
|
|
11074
|
+
console.error("Erro ao pegar o objeto interatividade formulario");
|
|
11075
|
+
console.error(e);
|
|
11076
|
+
}
|
|
11077
|
+
}
|
|
11078
|
+
}
|
|
11079
|
+
};/* script */
|
|
11080
|
+
var __vue_script__$4 = script$4;
|
|
11081
|
+
/* template */
|
|
11082
|
+
|
|
11083
|
+
var __vue_render__$4 = function __vue_render__() {
|
|
11084
|
+
var _vm = this;
|
|
11085
|
+
|
|
11086
|
+
var _h = _vm.$createElement;
|
|
11087
|
+
|
|
11088
|
+
var _c = _vm._self._c || _h;
|
|
11089
|
+
|
|
11090
|
+
return _c('div', {
|
|
11091
|
+
staticClass: "interatividade"
|
|
11092
|
+
}, [_vm._ssrNode(_vm.informacao.length ? "<div class=\"interatividade-form-header\" data-v-17b895f7>" + _vm._ssrEscape("\n " + _vm._s(_vm.dictionary.msg_abertura_reclamacao) + "\n ") + "</div> <div class=\"interatividade-form-body\" data-v-17b895f7>" + _vm._ssrList(_vm.informacao, function (form) {
|
|
11093
|
+
return "<div class=\"interatividade-info-form\" data-v-17b895f7>" + (form.TIPO_TEXTO < 1000 ? "<p class=\"interatividade-titulo-form\" data-v-17b895f7>" + _vm._ssrEscape(_vm._s(form.DESC_TIPO_TEXTO)) + "</p>" : "<!---->") + " " + (form.TIPO_TEXTO < 1000 ? "<p class=\"interatividade-description-form\" data-v-17b895f7>" + _vm._ssrEscape(_vm._s(form.TEXTO)) + "</p>" : "<!---->") + "</div>";
|
|
11094
|
+
}) + " " + (_vm.informacaoAdicional.length ? "<div class=\"interatividade-form-header\" data-v-17b895f7>" + _vm._ssrEscape("\n " + _vm._s(_vm.dictionary.msg_info_adicional) + "\n ") + "</div>" : "<!---->") + " <div class=\"interatividade-form-body\" data-v-17b895f7>" + _vm._ssrList(_vm.informacaoAdicional, function (form) {
|
|
11095
|
+
return "<div class=\"interatividade-add-info-form\" data-v-17b895f7><div class=\"divisor-form-info-aditional\" data-v-17b895f7><div class=\"info-aditional\" data-v-17b895f7>" + (form.TIPO_TEXTO > 999 ? "<p class=\"interatividade-titulo-form\" data-v-17b895f7>" + _vm._ssrEscape(_vm._s(form.DESC_TIPO_TEXTO + ': ')) + "</p>" : "<!---->") + "</div> <div class=\"info-aditional\" data-v-17b895f7>" + (form.TIPO_TEXTO > 999 ? "<p class=\"interatividade-description-form\" data-v-17b895f7>" + _vm._ssrEscape(_vm._s(form.TEXTO)) + "</p>" : "<!---->") + "</div></div></div>";
|
|
11096
|
+
}) + "</div></div>" : "<!---->")]);
|
|
11097
|
+
};
|
|
11098
|
+
|
|
11099
|
+
var __vue_staticRenderFns__$4 = [];
|
|
11100
|
+
/* style */
|
|
11101
|
+
|
|
11102
|
+
var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
11103
|
+
if (!inject) return;
|
|
11104
|
+
inject("data-v-17b895f7_0", {
|
|
11105
|
+
source: ".show-x-enter-active[data-v-17b895f7],.show-x-leave-enter[data-v-17b895f7]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-17b895f7],.show-x-leave-to[data-v-17b895f7]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-17b895f7]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-17b895f7]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-17b895f7]{background-color:#efefef;margin-top:5px;border-top-right-radius:10px;border-top-left-radius:10px;padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:5px;justify-content:space-between;display:flex;color:#333;font-weight:700;font-size:.9rem}.interatividade-form-body[data-v-17b895f7]{padding:0 10px;border-right:1px solid #efefef;border-left:1px solid #efefef}.interatividade[data-v-17b895f7]{margin:10px 0}.interatividade-titulo-form[data-v-17b895f7]{white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden;max-width:100%;margin:0;padding:0;padding-top:5px}.interatividade-description-form[data-v-17b895f7]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-17b895f7]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-17b895f7]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-17b895f7]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-17b895f7]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-17b895f7]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-17b895f7]:hover{color:#00628f}",
|
|
11106
|
+
map: undefined,
|
|
11107
|
+
media: undefined
|
|
11108
|
+
});
|
|
11109
|
+
};
|
|
11110
|
+
/* scoped */
|
|
11111
|
+
|
|
11112
|
+
|
|
11113
|
+
var __vue_scope_id__$4 = "data-v-17b895f7";
|
|
11114
|
+
/* module identifier */
|
|
11115
|
+
|
|
11116
|
+
var __vue_module_identifier__$4 = "data-v-17b895f7";
|
|
11004
11117
|
/* functional template */
|
|
11005
11118
|
|
|
11006
11119
|
var __vue_is_functional_template__$4 = false;
|
|
@@ -11011,7 +11124,7 @@ var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
|
11011
11124
|
staticRenderFns: __vue_staticRenderFns__$4
|
|
11012
11125
|
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, createInjectorSSR, undefined);
|
|
11013
11126
|
|
|
11014
|
-
var
|
|
11127
|
+
var InteratividadeFormulario = __vue_component__$7;var linkPrevue_umd_min = createCommonjsModule(function (module, exports) {
|
|
11015
11128
|
(function(t,e){module.exports=e();})("undefined"!==typeof self?self:commonjsGlobal,(function(){return function(t){var e={};function r(n){if(e[n])return e[n].exports;var i=e[n]={i:n,l:!1,exports:{}};return t[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}return r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n});},r.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0});},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)r.d(n,i,function(e){return t[e]}.bind(null,i));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s="fb15")}({"0cfc":function(t,e,r){var n=r("81e7");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var i=r("499e").default;i("4bf9c9d1",n,!0,{sourceMap:!1,shadowMode:!1});},"24fb":function(t,e,r){function n(t,e){var r=t[1]||"",n=t[3];if(!n)return r;if(e&&"function"===typeof btoa){var o=i(n),a=n.sources.map((function(t){return "/*# sourceURL=".concat(n.sourceRoot||"").concat(t," */")}));return [r].concat(a).concat([o]).join("\n")}return [r].join("\n")}function i(t){var e=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),r="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(e);return "/*# ".concat(r," */")}t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var r=n(e,t);return e[2]?"@media ".concat(e[2]," {").concat(r,"}"):r})).join("")},e.i=function(t,r,n){"string"===typeof t&&(t=[[null,t,""]]);var i={};if(n)for(var o=0;o<this.length;o++){var a=this[o][0];null!=a&&(i[a]=!0);}for(var s=0;s<t.length;s++){var d=[].concat(t[s]);n&&i[d[0]]||(r&&(d[2]?d[2]="".concat(r," and ").concat(d[2]):d[2]=r),e.push(d));}},e};},"499e":function(t,e,r){function n(t,e){for(var r=[],n={},i=0;i<e.length;i++){var o=e[i],a=o[0],s=o[1],d=o[2],c=o[3],u={id:t+":"+i,css:s,media:d,sourceMap:c};n[a]?n[a].parts.push(u):r.push(n[a]={id:a,parts:[u]});}return r}r.r(e),r.d(e,"default",(function(){return v}));var i="undefined"!==typeof document;if("undefined"!==typeof DEBUG&&DEBUG&&!i)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var o={},a=i&&(document.head||document.getElementsByTagName("head")[0]),s=null,d=0,c=!1,u=function(){},l=null,f="data-vue-ssr-id",p="undefined"!==typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function v(t,e,r,i){c=r,l=i||{};var a=n(t,e);return h(a),function(e){for(var r=[],i=0;i<a.length;i++){var s=a[i],d=o[s.id];d.refs--,r.push(d);}e?(a=n(t,e),h(a)):a=[];for(i=0;i<r.length;i++){d=r[i];if(0===d.refs){for(var c=0;c<d.parts.length;c++)d.parts[c]();delete o[d.id];}}}}function h(t){for(var e=0;e<t.length;e++){var r=t[e],n=o[r.id];if(n){n.refs++;for(var i=0;i<n.parts.length;i++)n.parts[i](r.parts[i]);for(;i<r.parts.length;i++)n.parts.push(g(r.parts[i]));n.parts.length>r.parts.length&&(n.parts.length=r.parts.length);}else {var a=[];for(i=0;i<r.parts.length;i++)a.push(g(r.parts[i]));o[r.id]={id:r.id,refs:1,parts:a};}}}function m(){var t=document.createElement("style");return t.type="text/css",a.appendChild(t),t}function g(t){var e,r,n=document.querySelector("style["+f+'~="'+t.id+'"]');if(n){if(c)return u;n.parentNode.removeChild(n);}if(p){var i=d++;n=s||(s=m()),e=y.bind(null,n,i,!1),r=y.bind(null,n,i,!0);}else n=m(),e=x.bind(null,n),r=function(){n.parentNode.removeChild(n);};return e(t),function(n){if(n){if(n.css===t.css&&n.media===t.media&&n.sourceMap===t.sourceMap)return;e(t=n);}else r();}}var b=function(){var t=[];return function(e,r){return t[e]=r,t.filter(Boolean).join("\n")}}();function y(t,e,r,n){var i=r?"":n.css;if(t.styleSheet)t.styleSheet.cssText=b(e,i);else {var o=document.createTextNode(i),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(o,a[e]):t.appendChild(o);}}function x(t,e){var r=e.css,n=e.media,i=e.sourceMap;if(n&&t.setAttribute("media",n),l.ssrId&&t.setAttribute(f,e.id),i&&(r+="\n/*# sourceURL="+i.sources[0]+" */",r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */"),t.styleSheet)t.styleSheet.cssText=r;else {while(t.firstChild)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r));}}},"57d8":function(t,e,r){var n=r("0cfc"),i=r.n(n);i.a;},"81e7":function(t,e,r){var n=r("24fb");e=n(!1),e.push([t.i,"@import url(https://fonts.googleapis.com/css?family=Hind+Siliguri:400,600);"]),e.push([t.i,".wrapper[data-v-b618d680]{overflow:auto;border-radius:7px 7px 7px 7px;background-color:#fff;box-shadow:0 14px 32px 0 rgba(0,0,0,.15)}.card-img[data-v-b618d680]{width:100%}.card-img img[data-v-b618d680]{width:100%;border-radius:7px 7px 0 0}img[data-v-b618d680]{vertical-align:middle;border-style:none}.card-info[data-v-b618d680]{border-radius:0 0 7px 7px;background-color:#fff}.card-text[data-v-b618d680]{width:80%;margin:0 auto;text-align:justify}.card-text h1[data-v-b618d680]{font-size:24px;color:#474747;margin:5px 0 5px 0}.card-text h1[data-v-b618d680],.card-text p[data-v-b618d680]{text-align:center;font-family:Hind Siliguri,sans-serif}.card-text p[data-v-b618d680]{color:#8d8d8d;font-size:15px;overflow:hidden;margin:0}.card-btn[data-v-b618d680]{margin:1em 0 1em 0;position:relative;text-align:center}.card-btn a[data-v-b618d680]{border-radius:2em;font-family:Hind Siliguri,sans-serif;font-size:14px;letter-spacing:.1em;color:#fff;background-color:#ffa9be;padding:10px 20px 10px 20px;text-align:center;display:inline-block;text-decoration:none!important;transition:all .2s ease-in-out}.card-btn a[data-v-b618d680]:hover{background-color:#ff8fab}.spinner[data-v-b618d680]{margin-top:40%;margin-left:45%;height:28px;width:28px;-webkit-animation:rotate-data-v-b618d680 .8s linear infinite;animation:rotate-data-v-b618d680 .8s linear infinite;border:5px solid #868686;border-right-color:transparent;border-radius:50%}@-webkit-keyframes rotate-data-v-b618d680{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-data-v-b618d680{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}",""]),t.exports=e;},8875:function(t,e,r){var n,i,o;(function(r,a){i=[],n=a,o="function"===typeof n?n.apply(e,i):n,void 0===o||(t.exports=o);})("undefined"!==typeof self&&self,(function(){function t(){var e=Object.getOwnPropertyDescriptor(document,"currentScript");if(!e&&"currentScript"in document&&document.currentScript)return document.currentScript;if(e&&e.get!==t&&document.currentScript)return document.currentScript;try{throw new Error}catch(p){var r,n,i,o=/.*at [^(]*\((.*):(.+):(.+)\)$/gi,a=/@([^@]*):(\d+):(\d+)\s*$/gi,s=o.exec(p.stack)||a.exec(p.stack),d=s&&s[1]||!1,c=s&&s[2]||!1,u=document.location.href.replace(document.location.hash,""),l=document.getElementsByTagName("script");d===u&&(r=document.documentElement.outerHTML,n=new RegExp("(?:[^\\n]+?\\n){0,"+(c-2)+"}[^<]*<script>([\\d\\D]*?)<\\/script>[\\d\\D]*","i"),i=r.replace(n,"$1").trim());for(var f=0;f<l.length;f++){if("interactive"===l[f].readyState)return l[f];if(l[f].src===d)return l[f];if(d===u&&l[f].innerHTML&&l[f].innerHTML.trim()===i)return l[f]}return null}}return t}));},fb15:function(t,e,r){if(r.r(e),"undefined"!==typeof window){var n=window.document.currentScript,i=r("8875");n=i(),"currentScript"in document||Object.defineProperty(document,"currentScript",{get:i});var o=n&&n.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);o&&(r.p=o[1]);}var a=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",[!t.response&&t.validUrl?r("div",{style:{width:t.cardWidth},attrs:{id:"loader-container"}},[t._t("loading",[r("div",{staticClass:"spinner"})])],2):t._e(),t.response?r("div",[t._t("default",[r("div",{staticClass:"wrapper",style:{width:t.cardWidth}},[r("div",{staticClass:"card-img"},[r("img",{attrs:{src:t.response.image}})]),r("div",{staticClass:"card-info"},[r("div",{staticClass:"card-text"},[r("h1",[t._v(t._s(t.response.title))]),r("p",[t._v(t._s(t.response.description))])]),r("div",{staticClass:"card-btn"},[t.showButton?r("a",{attrs:{href:"javascript:;"},on:{click:t.viewMore}},[t._v("View More")]):t._e()])])])],{img:t.response.image,title:t.response.title,description:t.response.description,url:t.url})],2):t._e()])},s=[],d={name:"link-prevue",props:{url:{type:String,default:""},cardWidth:{type:String,default:"400px"},onButtonClick:{type:Function,default:void 0},showButton:{type:Boolean,default:!0},apiUrl:{type:String,default:"https://link-prevue-api-v2.herokuapp.com/preview/"}},watch:{url:function(){this.response=null,this.getLinkPreview();}},created:function(){this.getLinkPreview();},data:function(){return {response:null,validUrl:!1}},methods:{viewMore:function(){if(void 0!==this.onButtonClick)this.onButtonClick(this.response);else {var t=window.open(this.url,"_blank");t.focus();}},isValidUrl:function(t){var e=/https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_+.~#?&//=]*)/;return this.validUrl=e.test(t),this.validUrl},getLinkPreview:function(){var t=this;this.isValidUrl(this.url)&&this.httpRequest((function(e){t.response=JSON.parse(e);}),(function(){t.response=null,t.validUrl=!1;}));},httpRequest:function(t,e){var r=new XMLHttpRequest,n="url="+this.url;r.open("POST",this.apiUrl,!0),r.setRequestHeader("Content-type","application/x-www-form-urlencoded"),r.onreadystatechange=function(){4===r.readyState&&200===r.status&&t(r.responseText),4===r.readyState&&500===r.status&&e();},r.send(n);}}},c=d;r("57d8");function u(t,e,r,n,i,o,a,s){var d,c="function"===typeof t?t.options:t;if(e&&(c.render=e,c.staticRenderFns=r,c._compiled=!0),n&&(c.functional=!0),o&&(c._scopeId="data-v-"+o),a?(d=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a);},c._ssrRegister=d):i&&(d=s?function(){i.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot);}:i),d)if(c.functional){c._injectStyles=d;var u=c.render;c.render=function(t,e){return d.call(e),u(t,e)};}else {var l=c.beforeCreate;c.beforeCreate=l?[].concat(l,d):[d];}return {exports:t,options:c}}var l=u(c,a,s,!1,null,"b618d680",null),f=l.exports,p=f;e["default"]=p;}})}));
|
|
11016
11129
|
|
|
11017
11130
|
});/*! *****************************************************************************
|
|
@@ -35793,6 +35906,7 @@ var script$3 = {
|
|
|
35793
35906
|
components: {
|
|
35794
35907
|
AnexoMensagem: AnexoMensagem,
|
|
35795
35908
|
InteratividadeBotoes: InteratividadeBotoes,
|
|
35909
|
+
InteratividadeFormulario: InteratividadeFormulario,
|
|
35796
35910
|
LinkPrevue: linkPrevue_umd_min
|
|
35797
35911
|
},
|
|
35798
35912
|
props: ["smartchannel", "messageIndex", "dictionary", "autor", "origem", "msg", "link", "anexo", "imgAnexo", "tipoDoc", "docAnexo", "nomeArquivo", "audio", "video", "horario", "status", "logo", "msgTooltip", "seq", "mapa", "histMsg", "erro", "msgErro", "origemExterna", "anexos", "dominio", "corMsg", "interatividade", "msgReply", "hasReply", "iniDialogo", "dialogoId", "dialogoOrigem", "expSessao"],
|
|
@@ -35874,6 +35988,15 @@ var script$3 = {
|
|
|
35874
35988
|
this.validadeUrlToMsg();
|
|
35875
35989
|
},
|
|
35876
35990
|
methods: {
|
|
35991
|
+
validateInterativity: function validateInterativity() {
|
|
35992
|
+
try {
|
|
35993
|
+
if (this.interatividade.formulario) {
|
|
35994
|
+
return true;
|
|
35995
|
+
}
|
|
35996
|
+
} catch (error) {
|
|
35997
|
+
return false;
|
|
35998
|
+
}
|
|
35999
|
+
},
|
|
35877
36000
|
validadeUrlToMsg: function validadeUrlToMsg() {
|
|
35878
36001
|
var _this = this;
|
|
35879
36002
|
|
|
@@ -36024,10 +36147,15 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
36024
36147
|
"icon": ['fas', 'map-marker-alt']
|
|
36025
36148
|
}
|
|
36026
36149
|
})], 2)], 2);
|
|
36027
|
-
}), 0) : _vm._e()], 2) : _vm._e(), _vm._ssrNode(" <p>" + _vm._s(_vm.formatMsg(_vm.message)) + "</p> "), _vm.interatividade ? _c('InteratividadeBotoes', {
|
|
36150
|
+
}), 0) : _vm._e()], 2) : _vm._e(), _vm._ssrNode(" <p>" + _vm._s(_vm.validateInterativity() ? '' : _vm.formatMsg(_vm.message)) + "</p> "), _vm.interatividade ? _c('InteratividadeBotoes', {
|
|
36028
36151
|
attrs: {
|
|
36029
36152
|
"interatividade": _vm.interatividade
|
|
36030
36153
|
}
|
|
36154
|
+
}) : _vm._e(), _vm._ssrNode(" "), _vm.interatividade ? _c('InteratividadeFormulario', {
|
|
36155
|
+
attrs: {
|
|
36156
|
+
"interatividade": _vm.interatividade,
|
|
36157
|
+
"dictionary": _vm.dictionary
|
|
36158
|
+
}
|
|
36031
36159
|
}) : _vm._e(), _vm._ssrNode(" <span class=\"horario-envio\">" + _vm._ssrEscape(_vm._s(_vm.horario)) + "</span> "), _c('transition', {
|
|
36032
36160
|
attrs: {
|
|
36033
36161
|
"name": "fade",
|
|
@@ -36207,7 +36335,7 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
36207
36335
|
|
|
36208
36336
|
var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
36209
36337
|
if (!inject) return;
|
|
36210
|
-
inject("data-v-
|
|
36338
|
+
inject("data-v-f09a6b36_0", {
|
|
36211
36339
|
source: ":root{--message-color:#373737}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem{padding:14px 7px;border-radius:2.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:.85rem;word-break:break-word}.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:#fff}.mensagem__principal>.mensagem .horario-envio{color:#fff}.mensagem__principal>.mensagem .autor-mensagem{right:5px;color:#fff}.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 .check{display:none}.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:.7em}.info-mapa li.url{font-size:.7em}.tooltip-list{margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}",
|
|
36212
36340
|
map: undefined,
|
|
36213
36341
|
media: undefined
|
|
@@ -36219,7 +36347,7 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
|
36219
36347
|
var __vue_scope_id__$3 = undefined;
|
|
36220
36348
|
/* module identifier */
|
|
36221
36349
|
|
|
36222
|
-
var __vue_module_identifier__$3 = "data-v-
|
|
36350
|
+
var __vue_module_identifier__$3 = "data-v-f09a6b36";
|
|
36223
36351
|
/* functional template */
|
|
36224
36352
|
|
|
36225
36353
|
var __vue_is_functional_template__$3 = false;
|
|
@@ -36599,7 +36727,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
36599
36727
|
staticRenderFns: __vue_staticRenderFns__
|
|
36600
36728
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, createInjectorSSR, undefined);
|
|
36601
36729
|
|
|
36602
|
-
var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object.freeze({__proto__:null,TemplateGenerator:__vue_component__$
|
|
36730
|
+
var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object.freeze({__proto__:null,TemplateGenerator:__vue_component__$l,TextFooter:TextFooter,ExpandTextarea:__vue_component__$j,Card:__vue_component__$f,CardMessages:__vue_component__$c,ChatMessages:__vue_component__$6,BtnEmojis:BtnEmojis,SimpleButton:__vue_component__$3,ScrollContent:__vue_component__$1,VueLoader:Loader});var install = function installVueIntergrallPlugins(Vue) {
|
|
36603
36731
|
Object.entries(components$1).forEach(function (_ref) {
|
|
36604
36732
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
36605
36733
|
componentName = _ref2[0],
|
|
@@ -36608,7 +36736,7 @@ var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object
|
|
|
36608
36736
|
Vue.component(componentName, component);
|
|
36609
36737
|
});
|
|
36610
36738
|
}; // Create module definition for Vue.use()
|
|
36611
|
-
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,TemplateGenerator:__vue_component__$
|
|
36739
|
+
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,TemplateGenerator:__vue_component__$l,TextFooter:TextFooter,ExpandTextarea:__vue_component__$j,Card:__vue_component__$f,CardMessages:__vue_component__$c,ChatMessages:__vue_component__$6,BtnEmojis:BtnEmojis,SimpleButton:__vue_component__$3,ScrollContent:__vue_component__$1,VueLoader:Loader});// only expose one global var, with component exports exposed as properties of
|
|
36612
36740
|
// that global var (eg. plugin.component)
|
|
36613
36741
|
|
|
36614
36742
|
Object.entries(components).forEach(function (_ref) {
|