vue-intergrall-plugins 0.0.174 → 0.0.175
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 +500 -326
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +512 -327
- package/package.json +1 -1
- package/src/lib-components/Messages/ChatMessages.vue +23 -2
- package/src/lib-components/Messages/InteratividadeFormulario.vue +171 -0
|
@@ -91,6 +91,63 @@ function _arrayLikeToArray(arr, len) {
|
|
|
91
91
|
|
|
92
92
|
function _nonIterableRest() {
|
|
93
93
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
function _createForOfIteratorHelper(o, allowArrayLike) {
|
|
97
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
98
|
+
|
|
99
|
+
if (!it) {
|
|
100
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
|
|
101
|
+
if (it) o = it;
|
|
102
|
+
var i = 0;
|
|
103
|
+
|
|
104
|
+
var F = function () {};
|
|
105
|
+
|
|
106
|
+
return {
|
|
107
|
+
s: F,
|
|
108
|
+
n: function () {
|
|
109
|
+
if (i >= o.length) return {
|
|
110
|
+
done: true
|
|
111
|
+
};
|
|
112
|
+
return {
|
|
113
|
+
done: false,
|
|
114
|
+
value: o[i++]
|
|
115
|
+
};
|
|
116
|
+
},
|
|
117
|
+
e: function (e) {
|
|
118
|
+
throw e;
|
|
119
|
+
},
|
|
120
|
+
f: F
|
|
121
|
+
};
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
var normalCompletion = true,
|
|
128
|
+
didErr = false,
|
|
129
|
+
err;
|
|
130
|
+
return {
|
|
131
|
+
s: function () {
|
|
132
|
+
it = it.call(o);
|
|
133
|
+
},
|
|
134
|
+
n: function () {
|
|
135
|
+
var step = it.next();
|
|
136
|
+
normalCompletion = step.done;
|
|
137
|
+
return step;
|
|
138
|
+
},
|
|
139
|
+
e: function (e) {
|
|
140
|
+
didErr = true;
|
|
141
|
+
err = e;
|
|
142
|
+
},
|
|
143
|
+
f: function () {
|
|
144
|
+
try {
|
|
145
|
+
if (!normalCompletion && it.return != null) it.return();
|
|
146
|
+
} finally {
|
|
147
|
+
if (didErr) throw err;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
};
|
|
94
151
|
}var top$1 = 'top';
|
|
95
152
|
var bottom$1 = 'bottom';
|
|
96
153
|
var right = 'right';
|
|
@@ -1836,7 +1893,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1836
1893
|
//
|
|
1837
1894
|
//
|
|
1838
1895
|
//
|
|
1839
|
-
var script$
|
|
1896
|
+
var script$t = {
|
|
1840
1897
|
data: function data() {
|
|
1841
1898
|
return {
|
|
1842
1899
|
varValues: {},
|
|
@@ -2121,10 +2178,10 @@ var script$s = {
|
|
|
2121
2178
|
}
|
|
2122
2179
|
return script;
|
|
2123
2180
|
}/* script */
|
|
2124
|
-
var __vue_script__$
|
|
2181
|
+
var __vue_script__$t = script$t;
|
|
2125
2182
|
/* template */
|
|
2126
2183
|
|
|
2127
|
-
var __vue_render__$
|
|
2184
|
+
var __vue_render__$t = function __vue_render__() {
|
|
2128
2185
|
var _vm = this;
|
|
2129
2186
|
|
|
2130
2187
|
var _h = _vm.$createElement;
|
|
@@ -2156,31 +2213,31 @@ var __vue_render__$s = function __vue_render__() {
|
|
|
2156
2213
|
})], 2)]) : _vm._e()], 2);
|
|
2157
2214
|
};
|
|
2158
2215
|
|
|
2159
|
-
var __vue_staticRenderFns__$
|
|
2216
|
+
var __vue_staticRenderFns__$t = [];
|
|
2160
2217
|
/* style */
|
|
2161
2218
|
|
|
2162
|
-
var __vue_inject_styles__$
|
|
2219
|
+
var __vue_inject_styles__$t = undefined;
|
|
2163
2220
|
/* scoped */
|
|
2164
2221
|
|
|
2165
|
-
var __vue_scope_id__$
|
|
2222
|
+
var __vue_scope_id__$t = undefined;
|
|
2166
2223
|
/* module identifier */
|
|
2167
2224
|
|
|
2168
|
-
var __vue_module_identifier__$
|
|
2225
|
+
var __vue_module_identifier__$t = "data-v-b408301c";
|
|
2169
2226
|
/* functional template */
|
|
2170
2227
|
|
|
2171
|
-
var __vue_is_functional_template__$
|
|
2228
|
+
var __vue_is_functional_template__$t = false;
|
|
2172
2229
|
/* style inject */
|
|
2173
2230
|
|
|
2174
2231
|
/* style inject SSR */
|
|
2175
2232
|
|
|
2176
2233
|
/* style inject shadow dom */
|
|
2177
2234
|
|
|
2178
|
-
var __vue_component__$
|
|
2179
|
-
render: __vue_render__$
|
|
2180
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2181
|
-
}, __vue_inject_styles__$
|
|
2235
|
+
var __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
2236
|
+
render: __vue_render__$t,
|
|
2237
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
2238
|
+
}, __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
2239
|
|
|
2183
|
-
var TemplateSingle = __vue_component__$
|
|
2240
|
+
var TemplateSingle = __vue_component__$A;var setResizeListeners = function setResizeListeners($el, inputClass, parentClass) {
|
|
2184
2241
|
var inputTargets = $el.querySelectorAll(inputClass);
|
|
2185
2242
|
inputTargets.forEach(function (target) {
|
|
2186
2243
|
target.addEventListener("input", function () {
|
|
@@ -2360,7 +2417,7 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2360
2417
|
//
|
|
2361
2418
|
//
|
|
2362
2419
|
//
|
|
2363
|
-
var script$
|
|
2420
|
+
var script$s = {};function createInjectorSSR(context) {
|
|
2364
2421
|
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
|
2365
2422
|
context = __VUE_SSR_CONTEXT__;
|
|
2366
2423
|
}
|
|
@@ -2401,10 +2458,10 @@ function renderStyles(styles) {
|
|
|
2401
2458
|
}
|
|
2402
2459
|
return css;
|
|
2403
2460
|
}/* script */
|
|
2404
|
-
var __vue_script__$
|
|
2461
|
+
var __vue_script__$s = script$s;
|
|
2405
2462
|
/* template */
|
|
2406
2463
|
|
|
2407
|
-
var __vue_render__$
|
|
2464
|
+
var __vue_render__$s = function __vue_render__() {
|
|
2408
2465
|
var _vm = this;
|
|
2409
2466
|
|
|
2410
2467
|
var _h = _vm.$createElement;
|
|
@@ -2416,10 +2473,10 @@ var __vue_render__$r = function __vue_render__() {
|
|
|
2416
2473
|
}, [_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
2474
|
};
|
|
2418
2475
|
|
|
2419
|
-
var __vue_staticRenderFns__$
|
|
2476
|
+
var __vue_staticRenderFns__$s = [];
|
|
2420
2477
|
/* style */
|
|
2421
2478
|
|
|
2422
|
-
var __vue_inject_styles__$
|
|
2479
|
+
var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
|
|
2423
2480
|
if (!inject) return;
|
|
2424
2481
|
inject("data-v-606babe9_0", {
|
|
2425
2482
|
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 +2487,22 @@ var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
|
2430
2487
|
/* scoped */
|
|
2431
2488
|
|
|
2432
2489
|
|
|
2433
|
-
var __vue_scope_id__$
|
|
2490
|
+
var __vue_scope_id__$s = undefined;
|
|
2434
2491
|
/* module identifier */
|
|
2435
2492
|
|
|
2436
|
-
var __vue_module_identifier__$
|
|
2493
|
+
var __vue_module_identifier__$s = "data-v-606babe9";
|
|
2437
2494
|
/* functional template */
|
|
2438
2495
|
|
|
2439
|
-
var __vue_is_functional_template__$
|
|
2496
|
+
var __vue_is_functional_template__$s = false;
|
|
2440
2497
|
/* style inject shadow dom */
|
|
2441
2498
|
|
|
2442
|
-
var __vue_component__$
|
|
2443
|
-
render: __vue_render__$
|
|
2444
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2445
|
-
}, __vue_inject_styles__$
|
|
2499
|
+
var __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
2500
|
+
render: __vue_render__$s,
|
|
2501
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
2502
|
+
}, __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
2503
|
|
|
2447
|
-
var SkeletonPicker = __vue_component__$
|
|
2448
|
-
var script$
|
|
2504
|
+
var SkeletonPicker = __vue_component__$z;//
|
|
2505
|
+
var script$r = {
|
|
2449
2506
|
components: {
|
|
2450
2507
|
SkeletonPicker: SkeletonPicker
|
|
2451
2508
|
},
|
|
@@ -2633,10 +2690,10 @@ var script$q = {
|
|
|
2633
2690
|
}
|
|
2634
2691
|
}
|
|
2635
2692
|
};/* script */
|
|
2636
|
-
var __vue_script__$
|
|
2693
|
+
var __vue_script__$r = script$r;
|
|
2637
2694
|
/* template */
|
|
2638
2695
|
|
|
2639
|
-
var __vue_render__$
|
|
2696
|
+
var __vue_render__$r = function __vue_render__() {
|
|
2640
2697
|
var _vm = this;
|
|
2641
2698
|
|
|
2642
2699
|
var _h = _vm.$createElement;
|
|
@@ -2658,10 +2715,10 @@ var __vue_render__$q = function __vue_render__() {
|
|
|
2658
2715
|
}) + "</div>") + "</div>")], 2);
|
|
2659
2716
|
};
|
|
2660
2717
|
|
|
2661
|
-
var __vue_staticRenderFns__$
|
|
2718
|
+
var __vue_staticRenderFns__$r = [];
|
|
2662
2719
|
/* style */
|
|
2663
2720
|
|
|
2664
|
-
var __vue_inject_styles__$
|
|
2721
|
+
var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
2665
2722
|
if (!inject) return;
|
|
2666
2723
|
inject("data-v-678ca55c_0", {
|
|
2667
2724
|
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 +2729,22 @@ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
|
2672
2729
|
/* scoped */
|
|
2673
2730
|
|
|
2674
2731
|
|
|
2675
|
-
var __vue_scope_id__$
|
|
2732
|
+
var __vue_scope_id__$r = undefined;
|
|
2676
2733
|
/* module identifier */
|
|
2677
2734
|
|
|
2678
|
-
var __vue_module_identifier__$
|
|
2735
|
+
var __vue_module_identifier__$r = "data-v-678ca55c";
|
|
2679
2736
|
/* functional template */
|
|
2680
2737
|
|
|
2681
|
-
var __vue_is_functional_template__$
|
|
2738
|
+
var __vue_is_functional_template__$r = false;
|
|
2682
2739
|
/* style inject shadow dom */
|
|
2683
2740
|
|
|
2684
|
-
var __vue_component__$
|
|
2685
|
-
render: __vue_render__$
|
|
2686
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2687
|
-
}, __vue_inject_styles__$
|
|
2741
|
+
var __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
2742
|
+
render: __vue_render__$r,
|
|
2743
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
2744
|
+
}, __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
2745
|
|
|
2689
|
-
var Picker = __vue_component__$
|
|
2690
|
-
var script$
|
|
2746
|
+
var Picker = __vue_component__$y;//
|
|
2747
|
+
var script$q = {
|
|
2691
2748
|
components: {
|
|
2692
2749
|
Picker: Picker
|
|
2693
2750
|
},
|
|
@@ -2777,10 +2834,10 @@ var script$p = {
|
|
|
2777
2834
|
}
|
|
2778
2835
|
}
|
|
2779
2836
|
};/* script */
|
|
2780
|
-
var __vue_script__$
|
|
2837
|
+
var __vue_script__$q = script$q;
|
|
2781
2838
|
/* template */
|
|
2782
2839
|
|
|
2783
|
-
var __vue_render__$
|
|
2840
|
+
var __vue_render__$q = function __vue_render__() {
|
|
2784
2841
|
var _vm = this;
|
|
2785
2842
|
|
|
2786
2843
|
var _h = _vm.$createElement;
|
|
@@ -2813,10 +2870,10 @@ var __vue_render__$p = function __vue_render__() {
|
|
|
2813
2870
|
})], 1)], 2);
|
|
2814
2871
|
};
|
|
2815
2872
|
|
|
2816
|
-
var __vue_staticRenderFns__$
|
|
2873
|
+
var __vue_staticRenderFns__$q = [];
|
|
2817
2874
|
/* style */
|
|
2818
2875
|
|
|
2819
|
-
var __vue_inject_styles__$
|
|
2876
|
+
var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
2820
2877
|
if (!inject) return;
|
|
2821
2878
|
inject("data-v-7b7b5e22_0", {
|
|
2822
2879
|
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 +2884,27 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
|
2827
2884
|
/* scoped */
|
|
2828
2885
|
|
|
2829
2886
|
|
|
2830
|
-
var __vue_scope_id__$
|
|
2887
|
+
var __vue_scope_id__$q = undefined;
|
|
2831
2888
|
/* module identifier */
|
|
2832
2889
|
|
|
2833
|
-
var __vue_module_identifier__$
|
|
2890
|
+
var __vue_module_identifier__$q = "data-v-7b7b5e22";
|
|
2834
2891
|
/* functional template */
|
|
2835
2892
|
|
|
2836
|
-
var __vue_is_functional_template__$
|
|
2893
|
+
var __vue_is_functional_template__$q = false;
|
|
2837
2894
|
/* style inject shadow dom */
|
|
2838
2895
|
|
|
2839
|
-
var __vue_component__$
|
|
2840
|
-
render: __vue_render__$
|
|
2841
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2842
|
-
}, __vue_inject_styles__$
|
|
2896
|
+
var __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
2897
|
+
render: __vue_render__$q,
|
|
2898
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
2899
|
+
}, __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
2900
|
|
|
2844
|
-
var BtnEmojis = __vue_component__$
|
|
2901
|
+
var BtnEmojis = __vue_component__$x;//
|
|
2845
2902
|
//
|
|
2846
2903
|
//
|
|
2847
2904
|
//
|
|
2848
2905
|
//
|
|
2849
2906
|
//
|
|
2850
|
-
var script$
|
|
2907
|
+
var script$p = {
|
|
2851
2908
|
props: {
|
|
2852
2909
|
hasBg: {
|
|
2853
2910
|
type: Boolean,
|
|
@@ -2868,10 +2925,10 @@ var script$o = {
|
|
|
2868
2925
|
}
|
|
2869
2926
|
}
|
|
2870
2927
|
};/* script */
|
|
2871
|
-
var __vue_script__$
|
|
2928
|
+
var __vue_script__$p = script$p;
|
|
2872
2929
|
/* template */
|
|
2873
2930
|
|
|
2874
|
-
var __vue_render__$
|
|
2931
|
+
var __vue_render__$p = function __vue_render__() {
|
|
2875
2932
|
var _vm = this;
|
|
2876
2933
|
|
|
2877
2934
|
var _h = _vm.$createElement;
|
|
@@ -2890,10 +2947,10 @@ var __vue_render__$o = function __vue_render__() {
|
|
|
2890
2947
|
}) + "></div>")]);
|
|
2891
2948
|
};
|
|
2892
2949
|
|
|
2893
|
-
var __vue_staticRenderFns__$
|
|
2950
|
+
var __vue_staticRenderFns__$p = [];
|
|
2894
2951
|
/* style */
|
|
2895
2952
|
|
|
2896
|
-
var __vue_inject_styles__$
|
|
2953
|
+
var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
2897
2954
|
if (!inject) return;
|
|
2898
2955
|
inject("data-v-423f52bb_0", {
|
|
2899
2956
|
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 +2961,21 @@ var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
|
2904
2961
|
/* scoped */
|
|
2905
2962
|
|
|
2906
2963
|
|
|
2907
|
-
var __vue_scope_id__$
|
|
2964
|
+
var __vue_scope_id__$p = undefined;
|
|
2908
2965
|
/* module identifier */
|
|
2909
2966
|
|
|
2910
|
-
var __vue_module_identifier__$
|
|
2967
|
+
var __vue_module_identifier__$p = "data-v-423f52bb";
|
|
2911
2968
|
/* functional template */
|
|
2912
2969
|
|
|
2913
|
-
var __vue_is_functional_template__$
|
|
2970
|
+
var __vue_is_functional_template__$p = false;
|
|
2914
2971
|
/* style inject shadow dom */
|
|
2915
2972
|
|
|
2916
|
-
var __vue_component__$
|
|
2917
|
-
render: __vue_render__$
|
|
2918
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2919
|
-
}, __vue_inject_styles__$
|
|
2973
|
+
var __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
2974
|
+
render: __vue_render__$p,
|
|
2975
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
2976
|
+
}, __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
2977
|
|
|
2921
|
-
var Loader = __vue_component__$
|
|
2978
|
+
var Loader = __vue_component__$w;//
|
|
2922
2979
|
//
|
|
2923
2980
|
//
|
|
2924
2981
|
//
|
|
@@ -2926,7 +2983,7 @@ var Loader = __vue_component__$v;//
|
|
|
2926
2983
|
//
|
|
2927
2984
|
//
|
|
2928
2985
|
//
|
|
2929
|
-
var script$
|
|
2986
|
+
var script$o = {
|
|
2930
2987
|
props: {
|
|
2931
2988
|
message: {
|
|
2932
2989
|
type: String,
|
|
@@ -2944,10 +3001,10 @@ var script$n = {
|
|
|
2944
3001
|
}
|
|
2945
3002
|
}
|
|
2946
3003
|
};/* script */
|
|
2947
|
-
var __vue_script__$
|
|
3004
|
+
var __vue_script__$o = script$o;
|
|
2948
3005
|
/* template */
|
|
2949
3006
|
|
|
2950
|
-
var __vue_render__$
|
|
3007
|
+
var __vue_render__$o = function __vue_render__() {
|
|
2951
3008
|
var _vm = this;
|
|
2952
3009
|
|
|
2953
3010
|
var _h = _vm.$createElement;
|
|
@@ -2962,37 +3019,37 @@ var __vue_render__$n = function __vue_render__() {
|
|
|
2962
3019
|
}, []) : _vm._e();
|
|
2963
3020
|
};
|
|
2964
3021
|
|
|
2965
|
-
var __vue_staticRenderFns__$
|
|
3022
|
+
var __vue_staticRenderFns__$o = [];
|
|
2966
3023
|
/* style */
|
|
2967
3024
|
|
|
2968
|
-
var __vue_inject_styles__$
|
|
3025
|
+
var __vue_inject_styles__$o = undefined;
|
|
2969
3026
|
/* scoped */
|
|
2970
3027
|
|
|
2971
|
-
var __vue_scope_id__$
|
|
3028
|
+
var __vue_scope_id__$o = undefined;
|
|
2972
3029
|
/* module identifier */
|
|
2973
3030
|
|
|
2974
|
-
var __vue_module_identifier__$
|
|
3031
|
+
var __vue_module_identifier__$o = "data-v-f8dac3e4";
|
|
2975
3032
|
/* functional template */
|
|
2976
3033
|
|
|
2977
|
-
var __vue_is_functional_template__$
|
|
3034
|
+
var __vue_is_functional_template__$o = false;
|
|
2978
3035
|
/* style inject */
|
|
2979
3036
|
|
|
2980
3037
|
/* style inject SSR */
|
|
2981
3038
|
|
|
2982
3039
|
/* style inject shadow dom */
|
|
2983
3040
|
|
|
2984
|
-
var __vue_component__$
|
|
2985
|
-
render: __vue_render__$
|
|
2986
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2987
|
-
}, __vue_inject_styles__$
|
|
3041
|
+
var __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
3042
|
+
render: __vue_render__$o,
|
|
3043
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
3044
|
+
}, __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
3045
|
|
|
2989
|
-
var RemainingCharacters = __vue_component__$
|
|
3046
|
+
var RemainingCharacters = __vue_component__$v;//
|
|
2990
3047
|
//
|
|
2991
3048
|
//
|
|
2992
3049
|
//
|
|
2993
3050
|
//
|
|
2994
3051
|
//
|
|
2995
|
-
var script$
|
|
3052
|
+
var script$n = {
|
|
2996
3053
|
props: {
|
|
2997
3054
|
dictionary: {
|
|
2998
3055
|
type: Object,
|
|
@@ -3062,10 +3119,10 @@ var script$m = {
|
|
|
3062
3119
|
}
|
|
3063
3120
|
}
|
|
3064
3121
|
};/* script */
|
|
3065
|
-
var __vue_script__$
|
|
3122
|
+
var __vue_script__$n = script$n;
|
|
3066
3123
|
/* template */
|
|
3067
3124
|
|
|
3068
|
-
var __vue_render__$
|
|
3125
|
+
var __vue_render__$n = function __vue_render__() {
|
|
3069
3126
|
var _vm = this;
|
|
3070
3127
|
|
|
3071
3128
|
var _h = _vm.$createElement;
|
|
@@ -3087,31 +3144,31 @@ var __vue_render__$m = function __vue_render__() {
|
|
|
3087
3144
|
})], 1);
|
|
3088
3145
|
};
|
|
3089
3146
|
|
|
3090
|
-
var __vue_staticRenderFns__$
|
|
3147
|
+
var __vue_staticRenderFns__$n = [];
|
|
3091
3148
|
/* style */
|
|
3092
3149
|
|
|
3093
|
-
var __vue_inject_styles__$
|
|
3150
|
+
var __vue_inject_styles__$n = undefined;
|
|
3094
3151
|
/* scoped */
|
|
3095
3152
|
|
|
3096
|
-
var __vue_scope_id__$
|
|
3153
|
+
var __vue_scope_id__$n = undefined;
|
|
3097
3154
|
/* module identifier */
|
|
3098
3155
|
|
|
3099
|
-
var __vue_module_identifier__$
|
|
3156
|
+
var __vue_module_identifier__$n = "data-v-291765d5";
|
|
3100
3157
|
/* functional template */
|
|
3101
3158
|
|
|
3102
|
-
var __vue_is_functional_template__$
|
|
3159
|
+
var __vue_is_functional_template__$n = false;
|
|
3103
3160
|
/* style inject */
|
|
3104
3161
|
|
|
3105
3162
|
/* style inject SSR */
|
|
3106
3163
|
|
|
3107
3164
|
/* style inject shadow dom */
|
|
3108
3165
|
|
|
3109
|
-
var __vue_component__$
|
|
3110
|
-
render: __vue_render__$
|
|
3111
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3112
|
-
}, __vue_inject_styles__$
|
|
3166
|
+
var __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
3167
|
+
render: __vue_render__$n,
|
|
3168
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
3169
|
+
}, __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
3170
|
|
|
3114
|
-
var BtnMic = __vue_component__$
|
|
3171
|
+
var BtnMic = __vue_component__$u;//
|
|
3115
3172
|
//
|
|
3116
3173
|
//
|
|
3117
3174
|
//
|
|
@@ -3133,7 +3190,7 @@ var BtnMic = __vue_component__$t;//
|
|
|
3133
3190
|
//
|
|
3134
3191
|
//
|
|
3135
3192
|
//
|
|
3136
|
-
var script$
|
|
3193
|
+
var script$m = {
|
|
3137
3194
|
props: {
|
|
3138
3195
|
dictionary: {
|
|
3139
3196
|
type: Object,
|
|
@@ -3170,10 +3227,10 @@ var script$l = {
|
|
|
3170
3227
|
}
|
|
3171
3228
|
}
|
|
3172
3229
|
};/* script */
|
|
3173
|
-
var __vue_script__$
|
|
3230
|
+
var __vue_script__$m = script$m;
|
|
3174
3231
|
/* template */
|
|
3175
3232
|
|
|
3176
|
-
var __vue_render__$
|
|
3233
|
+
var __vue_render__$m = function __vue_render__() {
|
|
3177
3234
|
var _vm = this;
|
|
3178
3235
|
|
|
3179
3236
|
var _h = _vm.$createElement;
|
|
@@ -3197,10 +3254,10 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
3197
3254
|
}), _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
3255
|
};
|
|
3199
3256
|
|
|
3200
|
-
var __vue_staticRenderFns__$
|
|
3257
|
+
var __vue_staticRenderFns__$m = [];
|
|
3201
3258
|
/* style */
|
|
3202
3259
|
|
|
3203
|
-
var __vue_inject_styles__$
|
|
3260
|
+
var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
3204
3261
|
if (!inject) return;
|
|
3205
3262
|
inject("data-v-da00a08e_0", {
|
|
3206
3263
|
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 +3268,22 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
|
3211
3268
|
/* scoped */
|
|
3212
3269
|
|
|
3213
3270
|
|
|
3214
|
-
var __vue_scope_id__$
|
|
3271
|
+
var __vue_scope_id__$m = undefined;
|
|
3215
3272
|
/* module identifier */
|
|
3216
3273
|
|
|
3217
|
-
var __vue_module_identifier__$
|
|
3274
|
+
var __vue_module_identifier__$m = "data-v-da00a08e";
|
|
3218
3275
|
/* functional template */
|
|
3219
3276
|
|
|
3220
|
-
var __vue_is_functional_template__$
|
|
3277
|
+
var __vue_is_functional_template__$m = false;
|
|
3221
3278
|
/* style inject shadow dom */
|
|
3222
3279
|
|
|
3223
|
-
var __vue_component__$
|
|
3224
|
-
render: __vue_render__$
|
|
3225
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3226
|
-
}, __vue_inject_styles__$
|
|
3280
|
+
var __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
3281
|
+
render: __vue_render__$m,
|
|
3282
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
3283
|
+
}, __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
3284
|
|
|
3228
|
-
var SingleFilePreview = __vue_component__$
|
|
3229
|
-
var script$
|
|
3285
|
+
var SingleFilePreview = __vue_component__$t;//
|
|
3286
|
+
var script$l = {
|
|
3230
3287
|
components: {
|
|
3231
3288
|
Loader: Loader
|
|
3232
3289
|
},
|
|
@@ -3302,10 +3359,10 @@ var script$k = {
|
|
|
3302
3359
|
}
|
|
3303
3360
|
}
|
|
3304
3361
|
};/* script */
|
|
3305
|
-
var __vue_script__$
|
|
3362
|
+
var __vue_script__$l = script$l;
|
|
3306
3363
|
/* template */
|
|
3307
3364
|
|
|
3308
|
-
var __vue_render__$
|
|
3365
|
+
var __vue_render__$l = function __vue_render__() {
|
|
3309
3366
|
var _vm = this;
|
|
3310
3367
|
|
|
3311
3368
|
var _h = _vm.$createElement;
|
|
@@ -3395,10 +3452,10 @@ var __vue_render__$k = function __vue_render__() {
|
|
|
3395
3452
|
})], 2)], 1);
|
|
3396
3453
|
};
|
|
3397
3454
|
|
|
3398
|
-
var __vue_staticRenderFns__$
|
|
3455
|
+
var __vue_staticRenderFns__$l = [];
|
|
3399
3456
|
/* style */
|
|
3400
3457
|
|
|
3401
|
-
var __vue_inject_styles__$
|
|
3458
|
+
var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
3402
3459
|
if (!inject) return;
|
|
3403
3460
|
inject("data-v-22ab2ae5_0", {
|
|
3404
3461
|
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 +3466,22 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
|
3409
3466
|
/* scoped */
|
|
3410
3467
|
|
|
3411
3468
|
|
|
3412
|
-
var __vue_scope_id__$
|
|
3469
|
+
var __vue_scope_id__$l = undefined;
|
|
3413
3470
|
/* module identifier */
|
|
3414
3471
|
|
|
3415
|
-
var __vue_module_identifier__$
|
|
3472
|
+
var __vue_module_identifier__$l = "data-v-22ab2ae5";
|
|
3416
3473
|
/* functional template */
|
|
3417
3474
|
|
|
3418
|
-
var __vue_is_functional_template__$
|
|
3475
|
+
var __vue_is_functional_template__$l = false;
|
|
3419
3476
|
/* style inject shadow dom */
|
|
3420
3477
|
|
|
3421
|
-
var __vue_component__$
|
|
3422
|
-
render: __vue_render__$
|
|
3423
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3424
|
-
}, __vue_inject_styles__$
|
|
3478
|
+
var __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
3479
|
+
render: __vue_render__$l,
|
|
3480
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
3481
|
+
}, __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
3482
|
|
|
3426
|
-
var MultipleFilePreview = __vue_component__$
|
|
3427
|
-
var script$
|
|
3483
|
+
var MultipleFilePreview = __vue_component__$s;//
|
|
3484
|
+
var script$k = {
|
|
3428
3485
|
components: {
|
|
3429
3486
|
SingleFilePreview: SingleFilePreview,
|
|
3430
3487
|
MultipleFilePreview: MultipleFilePreview
|
|
@@ -3666,10 +3723,10 @@ var script$j = {
|
|
|
3666
3723
|
}
|
|
3667
3724
|
}
|
|
3668
3725
|
};/* script */
|
|
3669
|
-
var __vue_script__$
|
|
3726
|
+
var __vue_script__$k = script$k;
|
|
3670
3727
|
/* template */
|
|
3671
3728
|
|
|
3672
|
-
var __vue_render__$
|
|
3729
|
+
var __vue_render__$k = function __vue_render__() {
|
|
3673
3730
|
var _vm = this;
|
|
3674
3731
|
|
|
3675
3732
|
var _h = _vm.$createElement;
|
|
@@ -3814,10 +3871,10 @@ var __vue_render__$j = function __vue_render__() {
|
|
|
3814
3871
|
}) : _vm._e()], 1)])], 2);
|
|
3815
3872
|
};
|
|
3816
3873
|
|
|
3817
|
-
var __vue_staticRenderFns__$
|
|
3874
|
+
var __vue_staticRenderFns__$k = [];
|
|
3818
3875
|
/* style */
|
|
3819
3876
|
|
|
3820
|
-
var __vue_inject_styles__$
|
|
3877
|
+
var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
3821
3878
|
if (!inject) return;
|
|
3822
3879
|
inject("data-v-2ac0bc50_0", {
|
|
3823
3880
|
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 +3885,27 @@ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
|
3828
3885
|
/* scoped */
|
|
3829
3886
|
|
|
3830
3887
|
|
|
3831
|
-
var __vue_scope_id__$
|
|
3888
|
+
var __vue_scope_id__$k = undefined;
|
|
3832
3889
|
/* module identifier */
|
|
3833
3890
|
|
|
3834
|
-
var __vue_module_identifier__$
|
|
3891
|
+
var __vue_module_identifier__$k = "data-v-2ac0bc50";
|
|
3835
3892
|
/* functional template */
|
|
3836
3893
|
|
|
3837
|
-
var __vue_is_functional_template__$
|
|
3894
|
+
var __vue_is_functional_template__$k = false;
|
|
3838
3895
|
/* style inject shadow dom */
|
|
3839
3896
|
|
|
3840
|
-
var __vue_component__$
|
|
3841
|
-
render: __vue_render__$
|
|
3842
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3843
|
-
}, __vue_inject_styles__$
|
|
3897
|
+
var __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
3898
|
+
render: __vue_render__$k,
|
|
3899
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
3900
|
+
}, __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
3901
|
|
|
3845
|
-
var BtnFiles = __vue_component__$
|
|
3902
|
+
var BtnFiles = __vue_component__$r;//
|
|
3846
3903
|
//
|
|
3847
3904
|
//
|
|
3848
3905
|
//
|
|
3849
3906
|
//
|
|
3850
3907
|
//
|
|
3851
|
-
var script$
|
|
3908
|
+
var script$j = {
|
|
3852
3909
|
props: {
|
|
3853
3910
|
dictionary: {
|
|
3854
3911
|
type: Object,
|
|
@@ -3857,10 +3914,10 @@ var script$i = {
|
|
|
3857
3914
|
}
|
|
3858
3915
|
}
|
|
3859
3916
|
};/* script */
|
|
3860
|
-
var __vue_script__$
|
|
3917
|
+
var __vue_script__$j = script$j;
|
|
3861
3918
|
/* template */
|
|
3862
3919
|
|
|
3863
|
-
var __vue_render__$
|
|
3920
|
+
var __vue_render__$j = function __vue_render__() {
|
|
3864
3921
|
var _vm = this;
|
|
3865
3922
|
|
|
3866
3923
|
var _h = _vm.$createElement;
|
|
@@ -3884,37 +3941,37 @@ var __vue_render__$i = function __vue_render__() {
|
|
|
3884
3941
|
})], 1);
|
|
3885
3942
|
};
|
|
3886
3943
|
|
|
3887
|
-
var __vue_staticRenderFns__$
|
|
3944
|
+
var __vue_staticRenderFns__$j = [];
|
|
3888
3945
|
/* style */
|
|
3889
3946
|
|
|
3890
|
-
var __vue_inject_styles__$
|
|
3947
|
+
var __vue_inject_styles__$j = undefined;
|
|
3891
3948
|
/* scoped */
|
|
3892
3949
|
|
|
3893
|
-
var __vue_scope_id__$
|
|
3950
|
+
var __vue_scope_id__$j = undefined;
|
|
3894
3951
|
/* module identifier */
|
|
3895
3952
|
|
|
3896
|
-
var __vue_module_identifier__$
|
|
3953
|
+
var __vue_module_identifier__$j = "data-v-c2fae61e";
|
|
3897
3954
|
/* functional template */
|
|
3898
3955
|
|
|
3899
|
-
var __vue_is_functional_template__$
|
|
3956
|
+
var __vue_is_functional_template__$j = false;
|
|
3900
3957
|
/* style inject */
|
|
3901
3958
|
|
|
3902
3959
|
/* style inject SSR */
|
|
3903
3960
|
|
|
3904
3961
|
/* style inject shadow dom */
|
|
3905
3962
|
|
|
3906
|
-
var __vue_component__$
|
|
3907
|
-
render: __vue_render__$
|
|
3908
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3909
|
-
}, __vue_inject_styles__$
|
|
3963
|
+
var __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
3964
|
+
render: __vue_render__$j,
|
|
3965
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
3966
|
+
}, __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
3967
|
|
|
3911
|
-
var BtnExpand = __vue_component__$
|
|
3968
|
+
var BtnExpand = __vue_component__$q;//
|
|
3912
3969
|
//
|
|
3913
3970
|
//
|
|
3914
3971
|
//
|
|
3915
3972
|
//
|
|
3916
3973
|
//
|
|
3917
|
-
var script$
|
|
3974
|
+
var script$i = {
|
|
3918
3975
|
props: {
|
|
3919
3976
|
dictionary: {
|
|
3920
3977
|
type: Object,
|
|
@@ -3923,10 +3980,10 @@ var script$h = {
|
|
|
3923
3980
|
}
|
|
3924
3981
|
}
|
|
3925
3982
|
};/* script */
|
|
3926
|
-
var __vue_script__$
|
|
3983
|
+
var __vue_script__$i = script$i;
|
|
3927
3984
|
/* template */
|
|
3928
3985
|
|
|
3929
|
-
var __vue_render__$
|
|
3986
|
+
var __vue_render__$i = function __vue_render__() {
|
|
3930
3987
|
var _vm = this;
|
|
3931
3988
|
|
|
3932
3989
|
var _h = _vm.$createElement;
|
|
@@ -3950,31 +4007,31 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
3950
4007
|
})], 1);
|
|
3951
4008
|
};
|
|
3952
4009
|
|
|
3953
|
-
var __vue_staticRenderFns__$
|
|
4010
|
+
var __vue_staticRenderFns__$i = [];
|
|
3954
4011
|
/* style */
|
|
3955
4012
|
|
|
3956
|
-
var __vue_inject_styles__$
|
|
4013
|
+
var __vue_inject_styles__$i = undefined;
|
|
3957
4014
|
/* scoped */
|
|
3958
4015
|
|
|
3959
|
-
var __vue_scope_id__$
|
|
4016
|
+
var __vue_scope_id__$i = undefined;
|
|
3960
4017
|
/* module identifier */
|
|
3961
4018
|
|
|
3962
|
-
var __vue_module_identifier__$
|
|
4019
|
+
var __vue_module_identifier__$i = "data-v-05b2a592";
|
|
3963
4020
|
/* functional template */
|
|
3964
4021
|
|
|
3965
|
-
var __vue_is_functional_template__$
|
|
4022
|
+
var __vue_is_functional_template__$i = false;
|
|
3966
4023
|
/* style inject */
|
|
3967
4024
|
|
|
3968
4025
|
/* style inject SSR */
|
|
3969
4026
|
|
|
3970
4027
|
/* style inject shadow dom */
|
|
3971
4028
|
|
|
3972
|
-
var __vue_component__$
|
|
3973
|
-
render: __vue_render__$
|
|
3974
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3975
|
-
}, __vue_inject_styles__$
|
|
4029
|
+
var __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
4030
|
+
render: __vue_render__$i,
|
|
4031
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
4032
|
+
}, __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
4033
|
|
|
3977
|
-
var BtnStandardMessages = __vue_component__$
|
|
4034
|
+
var BtnStandardMessages = __vue_component__$p;var bind = function bind(fn, thisArg) {
|
|
3978
4035
|
return function wrap() {
|
|
3979
4036
|
var args = new Array(arguments.length);
|
|
3980
4037
|
for (var i = 0; i < args.length; i++) {
|
|
@@ -7819,7 +7876,7 @@ var standardMessages = {
|
|
|
7819
7876
|
}
|
|
7820
7877
|
}
|
|
7821
7878
|
};//
|
|
7822
|
-
var script$
|
|
7879
|
+
var script$h = {
|
|
7823
7880
|
mixins: [standardMessages],
|
|
7824
7881
|
props: {
|
|
7825
7882
|
dictionary: {
|
|
@@ -8015,10 +8072,10 @@ var script$g = {
|
|
|
8015
8072
|
}
|
|
8016
8073
|
}
|
|
8017
8074
|
};/* script */
|
|
8018
|
-
var __vue_script__$
|
|
8075
|
+
var __vue_script__$h = script$h;
|
|
8019
8076
|
/* template */
|
|
8020
8077
|
|
|
8021
|
-
var __vue_render__$
|
|
8078
|
+
var __vue_render__$h = function __vue_render__() {
|
|
8022
8079
|
var _vm = this;
|
|
8023
8080
|
|
|
8024
8081
|
var _h = _vm.$createElement;
|
|
@@ -8130,10 +8187,10 @@ var __vue_render__$g = function __vue_render__() {
|
|
|
8130
8187
|
}, [_c('VueLoader')], 1) : _vm._e()])], 2)], 2);
|
|
8131
8188
|
};
|
|
8132
8189
|
|
|
8133
|
-
var __vue_staticRenderFns__$
|
|
8190
|
+
var __vue_staticRenderFns__$h = [];
|
|
8134
8191
|
/* style */
|
|
8135
8192
|
|
|
8136
|
-
var __vue_inject_styles__$
|
|
8193
|
+
var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
8137
8194
|
if (!inject) return;
|
|
8138
8195
|
inject("data-v-d5920a7e_0", {
|
|
8139
8196
|
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 +8201,22 @@ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
|
8144
8201
|
/* scoped */
|
|
8145
8202
|
|
|
8146
8203
|
|
|
8147
|
-
var __vue_scope_id__$
|
|
8204
|
+
var __vue_scope_id__$h = undefined;
|
|
8148
8205
|
/* module identifier */
|
|
8149
8206
|
|
|
8150
|
-
var __vue_module_identifier__$
|
|
8207
|
+
var __vue_module_identifier__$h = "data-v-d5920a7e";
|
|
8151
8208
|
/* functional template */
|
|
8152
8209
|
|
|
8153
|
-
var __vue_is_functional_template__$
|
|
8210
|
+
var __vue_is_functional_template__$h = false;
|
|
8154
8211
|
/* style inject shadow dom */
|
|
8155
8212
|
|
|
8156
|
-
var __vue_component__$
|
|
8157
|
-
render: __vue_render__$
|
|
8158
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8159
|
-
}, __vue_inject_styles__$
|
|
8213
|
+
var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
8214
|
+
render: __vue_render__$h,
|
|
8215
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
8216
|
+
}, __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
8217
|
|
|
8161
|
-
var StandardMessages = __vue_component__$
|
|
8162
|
-
var script$
|
|
8218
|
+
var StandardMessages = __vue_component__$o;//
|
|
8219
|
+
var script$g = {
|
|
8163
8220
|
components: {
|
|
8164
8221
|
BtnEmojis: BtnEmojis,
|
|
8165
8222
|
Loader: Loader,
|
|
@@ -8600,10 +8657,10 @@ var script$f = {
|
|
|
8600
8657
|
window.removeEventListener("message", this.listenerPostMessage);
|
|
8601
8658
|
}
|
|
8602
8659
|
};/* script */
|
|
8603
|
-
var __vue_script__$
|
|
8660
|
+
var __vue_script__$g = script$g;
|
|
8604
8661
|
/* template */
|
|
8605
8662
|
|
|
8606
|
-
var __vue_render__$
|
|
8663
|
+
var __vue_render__$g = function __vue_render__() {
|
|
8607
8664
|
var _vm = this;
|
|
8608
8665
|
|
|
8609
8666
|
var _h = _vm.$createElement;
|
|
@@ -8761,10 +8818,10 @@ var __vue_render__$f = function __vue_render__() {
|
|
|
8761
8818
|
}) : _vm._e()], 1)], 2) : _vm._e();
|
|
8762
8819
|
};
|
|
8763
8820
|
|
|
8764
|
-
var __vue_staticRenderFns__$
|
|
8821
|
+
var __vue_staticRenderFns__$g = [];
|
|
8765
8822
|
/* style */
|
|
8766
8823
|
|
|
8767
|
-
var __vue_inject_styles__$
|
|
8824
|
+
var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
8768
8825
|
if (!inject) return;
|
|
8769
8826
|
inject("data-v-bb390258_0", {
|
|
8770
8827
|
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 +8832,22 @@ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
|
8775
8832
|
/* scoped */
|
|
8776
8833
|
|
|
8777
8834
|
|
|
8778
|
-
var __vue_scope_id__$
|
|
8835
|
+
var __vue_scope_id__$g = undefined;
|
|
8779
8836
|
/* module identifier */
|
|
8780
8837
|
|
|
8781
|
-
var __vue_module_identifier__$
|
|
8838
|
+
var __vue_module_identifier__$g = "data-v-bb390258";
|
|
8782
8839
|
/* functional template */
|
|
8783
8840
|
|
|
8784
|
-
var __vue_is_functional_template__$
|
|
8841
|
+
var __vue_is_functional_template__$g = false;
|
|
8785
8842
|
/* style inject shadow dom */
|
|
8786
8843
|
|
|
8787
|
-
var __vue_component__$
|
|
8788
|
-
render: __vue_render__$
|
|
8789
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8790
|
-
}, __vue_inject_styles__$
|
|
8844
|
+
var __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
8845
|
+
render: __vue_render__$g,
|
|
8846
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
8847
|
+
}, __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
8848
|
|
|
8792
|
-
var TextFooter = __vue_component__$
|
|
8793
|
-
var script$
|
|
8849
|
+
var TextFooter = __vue_component__$n;//
|
|
8850
|
+
var script$f = {
|
|
8794
8851
|
components: {
|
|
8795
8852
|
TextFooter: TextFooter
|
|
8796
8853
|
},
|
|
@@ -8834,10 +8891,10 @@ var script$e = {
|
|
|
8834
8891
|
}
|
|
8835
8892
|
}
|
|
8836
8893
|
};/* script */
|
|
8837
|
-
var __vue_script__$
|
|
8894
|
+
var __vue_script__$f = script$f;
|
|
8838
8895
|
/* template */
|
|
8839
8896
|
|
|
8840
|
-
var __vue_render__$
|
|
8897
|
+
var __vue_render__$f = function __vue_render__() {
|
|
8841
8898
|
var _vm = this;
|
|
8842
8899
|
|
|
8843
8900
|
var _h = _vm.$createElement;
|
|
@@ -8870,32 +8927,32 @@ var __vue_render__$e = function __vue_render__() {
|
|
|
8870
8927
|
})], 2)]) : _vm._e()], 2)])]);
|
|
8871
8928
|
};
|
|
8872
8929
|
|
|
8873
|
-
var __vue_staticRenderFns__$
|
|
8930
|
+
var __vue_staticRenderFns__$f = [];
|
|
8874
8931
|
/* style */
|
|
8875
8932
|
|
|
8876
|
-
var __vue_inject_styles__$
|
|
8933
|
+
var __vue_inject_styles__$f = undefined;
|
|
8877
8934
|
/* scoped */
|
|
8878
8935
|
|
|
8879
|
-
var __vue_scope_id__$
|
|
8936
|
+
var __vue_scope_id__$f = undefined;
|
|
8880
8937
|
/* module identifier */
|
|
8881
8938
|
|
|
8882
|
-
var __vue_module_identifier__$
|
|
8939
|
+
var __vue_module_identifier__$f = "data-v-4d24e86b";
|
|
8883
8940
|
/* functional template */
|
|
8884
8941
|
|
|
8885
|
-
var __vue_is_functional_template__$
|
|
8942
|
+
var __vue_is_functional_template__$f = false;
|
|
8886
8943
|
/* style inject */
|
|
8887
8944
|
|
|
8888
8945
|
/* style inject SSR */
|
|
8889
8946
|
|
|
8890
8947
|
/* style inject shadow dom */
|
|
8891
8948
|
|
|
8892
|
-
var __vue_component__$
|
|
8893
|
-
render: __vue_render__$
|
|
8894
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8895
|
-
}, __vue_inject_styles__$
|
|
8949
|
+
var __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
8950
|
+
render: __vue_render__$f,
|
|
8951
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
8952
|
+
}, __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
8953
|
|
|
8897
|
-
var TemplateMessage = __vue_component__$
|
|
8898
|
-
var script$
|
|
8954
|
+
var TemplateMessage = __vue_component__$m;//
|
|
8955
|
+
var script$e = {
|
|
8899
8956
|
components: {
|
|
8900
8957
|
TemplateSingle: TemplateSingle,
|
|
8901
8958
|
TemplateMessage: TemplateMessage
|
|
@@ -9082,10 +9139,10 @@ var script$d = {
|
|
|
9082
9139
|
}
|
|
9083
9140
|
}
|
|
9084
9141
|
};/* script */
|
|
9085
|
-
var __vue_script__$
|
|
9142
|
+
var __vue_script__$e = script$e;
|
|
9086
9143
|
/* template */
|
|
9087
9144
|
|
|
9088
|
-
var __vue_render__$
|
|
9145
|
+
var __vue_render__$e = function __vue_render__() {
|
|
9089
9146
|
var _vm = this;
|
|
9090
9147
|
|
|
9091
9148
|
var _h = _vm.$createElement;
|
|
@@ -9152,10 +9209,10 @@ var __vue_render__$d = function __vue_render__() {
|
|
|
9152
9209
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
9153
9210
|
};
|
|
9154
9211
|
|
|
9155
|
-
var __vue_staticRenderFns__$
|
|
9212
|
+
var __vue_staticRenderFns__$e = [];
|
|
9156
9213
|
/* style */
|
|
9157
9214
|
|
|
9158
|
-
var __vue_inject_styles__$
|
|
9215
|
+
var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
9159
9216
|
if (!inject) return;
|
|
9160
9217
|
inject("data-v-1c24c23b_0", {
|
|
9161
9218
|
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 +9223,22 @@ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
|
9166
9223
|
/* scoped */
|
|
9167
9224
|
|
|
9168
9225
|
|
|
9169
|
-
var __vue_scope_id__$
|
|
9226
|
+
var __vue_scope_id__$e = undefined;
|
|
9170
9227
|
/* module identifier */
|
|
9171
9228
|
|
|
9172
|
-
var __vue_module_identifier__$
|
|
9229
|
+
var __vue_module_identifier__$e = "data-v-1c24c23b";
|
|
9173
9230
|
/* functional template */
|
|
9174
9231
|
|
|
9175
|
-
var __vue_is_functional_template__$
|
|
9232
|
+
var __vue_is_functional_template__$e = false;
|
|
9176
9233
|
/* style inject shadow dom */
|
|
9177
9234
|
|
|
9178
|
-
var __vue_component__$
|
|
9179
|
-
render: __vue_render__$
|
|
9180
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9181
|
-
}, __vue_inject_styles__$
|
|
9235
|
+
var __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
9236
|
+
render: __vue_render__$e,
|
|
9237
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
9238
|
+
}, __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
9239
|
|
|
9183
|
-
var __vue_component__$
|
|
9184
|
-
var script$
|
|
9240
|
+
var __vue_component__$l = __vue_component__$k;//
|
|
9241
|
+
var script$d = {
|
|
9185
9242
|
components: {
|
|
9186
9243
|
BtnEmojis: BtnEmojis,
|
|
9187
9244
|
BtnFiles: BtnFiles
|
|
@@ -9447,10 +9504,10 @@ var script$c = {
|
|
|
9447
9504
|
}
|
|
9448
9505
|
}
|
|
9449
9506
|
};/* script */
|
|
9450
|
-
var __vue_script__$
|
|
9507
|
+
var __vue_script__$d = script$d;
|
|
9451
9508
|
/* template */
|
|
9452
9509
|
|
|
9453
|
-
var __vue_render__$
|
|
9510
|
+
var __vue_render__$d = function __vue_render__() {
|
|
9454
9511
|
var _vm = this;
|
|
9455
9512
|
|
|
9456
9513
|
var _h = _vm.$createElement;
|
|
@@ -9516,10 +9573,10 @@ var __vue_render__$c = function __vue_render__() {
|
|
|
9516
9573
|
}) : _vm._e(), _vm._ssrNode(" "), _vm._t("btn-1"), _vm._ssrNode(" "), _vm._t("btn-2")], 2)], 2)], 2);
|
|
9517
9574
|
};
|
|
9518
9575
|
|
|
9519
|
-
var __vue_staticRenderFns__$
|
|
9576
|
+
var __vue_staticRenderFns__$d = [];
|
|
9520
9577
|
/* style */
|
|
9521
9578
|
|
|
9522
|
-
var __vue_inject_styles__$
|
|
9579
|
+
var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
9523
9580
|
if (!inject) return;
|
|
9524
9581
|
inject("data-v-35df0b7d_0", {
|
|
9525
9582
|
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 +9587,21 @@ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
|
9530
9587
|
/* scoped */
|
|
9531
9588
|
|
|
9532
9589
|
|
|
9533
|
-
var __vue_scope_id__$
|
|
9590
|
+
var __vue_scope_id__$d = undefined;
|
|
9534
9591
|
/* module identifier */
|
|
9535
9592
|
|
|
9536
|
-
var __vue_module_identifier__$
|
|
9593
|
+
var __vue_module_identifier__$d = "data-v-35df0b7d";
|
|
9537
9594
|
/* functional template */
|
|
9538
9595
|
|
|
9539
|
-
var __vue_is_functional_template__$
|
|
9596
|
+
var __vue_is_functional_template__$d = false;
|
|
9540
9597
|
/* style inject shadow dom */
|
|
9541
9598
|
|
|
9542
|
-
var __vue_component__$
|
|
9543
|
-
render: __vue_render__$
|
|
9544
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9545
|
-
}, __vue_inject_styles__$
|
|
9599
|
+
var __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
9600
|
+
render: __vue_render__$d,
|
|
9601
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
9602
|
+
}, __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
9603
|
|
|
9547
|
-
var __vue_component__$
|
|
9604
|
+
var __vue_component__$j = __vue_component__$i;var textoLongo = {
|
|
9548
9605
|
methods: {
|
|
9549
9606
|
tratarTextoLongo: function tratarTextoLongo(textoLongo) {
|
|
9550
9607
|
var maxLength = 100;
|
|
@@ -9644,7 +9701,7 @@ var __vue_component__$i = __vue_component__$h;var textoLongo = {
|
|
|
9644
9701
|
console.error(e);
|
|
9645
9702
|
}
|
|
9646
9703
|
}//
|
|
9647
|
-
var script$
|
|
9704
|
+
var script$c = {
|
|
9648
9705
|
props: {
|
|
9649
9706
|
file: {
|
|
9650
9707
|
type: Object,
|
|
@@ -9719,10 +9776,10 @@ var script$b = {
|
|
|
9719
9776
|
}
|
|
9720
9777
|
}
|
|
9721
9778
|
};/* script */
|
|
9722
|
-
var __vue_script__$
|
|
9779
|
+
var __vue_script__$c = script$c;
|
|
9723
9780
|
/* template */
|
|
9724
9781
|
|
|
9725
|
-
var __vue_render__$
|
|
9782
|
+
var __vue_render__$c = function __vue_render__() {
|
|
9726
9783
|
var _vm = this;
|
|
9727
9784
|
|
|
9728
9785
|
var _h = _vm.$createElement;
|
|
@@ -9793,10 +9850,10 @@ var __vue_render__$b = function __vue_render__() {
|
|
|
9793
9850
|
})], 1)]], 2)], 1);
|
|
9794
9851
|
};
|
|
9795
9852
|
|
|
9796
|
-
var __vue_staticRenderFns__$
|
|
9853
|
+
var __vue_staticRenderFns__$c = [];
|
|
9797
9854
|
/* style */
|
|
9798
9855
|
|
|
9799
|
-
var __vue_inject_styles__$
|
|
9856
|
+
var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
9800
9857
|
if (!inject) return;
|
|
9801
9858
|
inject("data-v-6f5fac81_0", {
|
|
9802
9859
|
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 +9868,21 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
|
9811
9868
|
/* scoped */
|
|
9812
9869
|
|
|
9813
9870
|
|
|
9814
|
-
var __vue_scope_id__$
|
|
9871
|
+
var __vue_scope_id__$c = "data-v-6f5fac81";
|
|
9815
9872
|
/* module identifier */
|
|
9816
9873
|
|
|
9817
|
-
var __vue_module_identifier__$
|
|
9874
|
+
var __vue_module_identifier__$c = "data-v-6f5fac81";
|
|
9818
9875
|
/* functional template */
|
|
9819
9876
|
|
|
9820
|
-
var __vue_is_functional_template__$
|
|
9877
|
+
var __vue_is_functional_template__$c = false;
|
|
9821
9878
|
/* style inject shadow dom */
|
|
9822
9879
|
|
|
9823
|
-
var __vue_component__$
|
|
9824
|
-
render: __vue_render__$
|
|
9825
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9826
|
-
}, __vue_inject_styles__$
|
|
9880
|
+
var __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
9881
|
+
render: __vue_render__$c,
|
|
9882
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
9883
|
+
}, __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
9884
|
|
|
9828
|
-
var CardFile = __vue_component__$
|
|
9885
|
+
var CardFile = __vue_component__$h;//
|
|
9829
9886
|
//
|
|
9830
9887
|
//
|
|
9831
9888
|
//
|
|
@@ -9842,7 +9899,7 @@ var CardFile = __vue_component__$g;//
|
|
|
9842
9899
|
//
|
|
9843
9900
|
//
|
|
9844
9901
|
//
|
|
9845
|
-
var script$
|
|
9902
|
+
var script$b = {
|
|
9846
9903
|
props: {
|
|
9847
9904
|
hasReply: {
|
|
9848
9905
|
type: Boolean
|
|
@@ -9858,10 +9915,10 @@ var script$a = {
|
|
|
9858
9915
|
}
|
|
9859
9916
|
}
|
|
9860
9917
|
};/* script */
|
|
9861
|
-
var __vue_script__$
|
|
9918
|
+
var __vue_script__$b = script$b;
|
|
9862
9919
|
/* template */
|
|
9863
9920
|
|
|
9864
|
-
var __vue_render__$
|
|
9921
|
+
var __vue_render__$b = function __vue_render__() {
|
|
9865
9922
|
var _vm = this;
|
|
9866
9923
|
|
|
9867
9924
|
var _h = _vm.$createElement;
|
|
@@ -9997,32 +10054,32 @@ var __vue_render__$a = function __vue_render__() {
|
|
|
9997
10054
|
})], 1) : _vm._e()])], 2);
|
|
9998
10055
|
};
|
|
9999
10056
|
|
|
10000
|
-
var __vue_staticRenderFns__$
|
|
10057
|
+
var __vue_staticRenderFns__$b = [];
|
|
10001
10058
|
/* style */
|
|
10002
10059
|
|
|
10003
|
-
var __vue_inject_styles__$
|
|
10060
|
+
var __vue_inject_styles__$b = undefined;
|
|
10004
10061
|
/* scoped */
|
|
10005
10062
|
|
|
10006
|
-
var __vue_scope_id__$
|
|
10063
|
+
var __vue_scope_id__$b = undefined;
|
|
10007
10064
|
/* module identifier */
|
|
10008
10065
|
|
|
10009
|
-
var __vue_module_identifier__$
|
|
10066
|
+
var __vue_module_identifier__$b = "data-v-5f1ba959";
|
|
10010
10067
|
/* functional template */
|
|
10011
10068
|
|
|
10012
|
-
var __vue_is_functional_template__$
|
|
10069
|
+
var __vue_is_functional_template__$b = false;
|
|
10013
10070
|
/* style inject */
|
|
10014
10071
|
|
|
10015
10072
|
/* style inject SSR */
|
|
10016
10073
|
|
|
10017
10074
|
/* style inject shadow dom */
|
|
10018
10075
|
|
|
10019
|
-
var __vue_component__$
|
|
10020
|
-
render: __vue_render__$
|
|
10021
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10022
|
-
}, __vue_inject_styles__$
|
|
10076
|
+
var __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
10077
|
+
render: __vue_render__$b,
|
|
10078
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
10079
|
+
}, __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
10080
|
|
|
10024
|
-
var CardCheck = __vue_component__$
|
|
10025
|
-
var script$
|
|
10081
|
+
var CardCheck = __vue_component__$g;//
|
|
10082
|
+
var script$a = {
|
|
10026
10083
|
components: {
|
|
10027
10084
|
CardFile: CardFile,
|
|
10028
10085
|
CardCheck: CardCheck
|
|
@@ -10155,10 +10212,10 @@ var script$9 = {
|
|
|
10155
10212
|
}
|
|
10156
10213
|
}
|
|
10157
10214
|
};/* script */
|
|
10158
|
-
var __vue_script__$
|
|
10215
|
+
var __vue_script__$a = script$a;
|
|
10159
10216
|
/* template */
|
|
10160
10217
|
|
|
10161
|
-
var __vue_render__$
|
|
10218
|
+
var __vue_render__$a = function __vue_render__() {
|
|
10162
10219
|
var _vm = this;
|
|
10163
10220
|
|
|
10164
10221
|
var _h = _vm.$createElement;
|
|
@@ -10210,10 +10267,10 @@ var __vue_render__$9 = function __vue_render__() {
|
|
|
10210
10267
|
}) : _vm._e()], 2)], 2)], 2) : _vm._e();
|
|
10211
10268
|
};
|
|
10212
10269
|
|
|
10213
|
-
var __vue_staticRenderFns__$
|
|
10270
|
+
var __vue_staticRenderFns__$a = [];
|
|
10214
10271
|
/* style */
|
|
10215
10272
|
|
|
10216
|
-
var __vue_inject_styles__$
|
|
10273
|
+
var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
10217
10274
|
if (!inject) return;
|
|
10218
10275
|
inject("data-v-4be10146_0", {
|
|
10219
10276
|
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 +10281,22 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
|
10224
10281
|
/* scoped */
|
|
10225
10282
|
|
|
10226
10283
|
|
|
10227
|
-
var __vue_scope_id__$
|
|
10284
|
+
var __vue_scope_id__$a = undefined;
|
|
10228
10285
|
/* module identifier */
|
|
10229
10286
|
|
|
10230
|
-
var __vue_module_identifier__$
|
|
10287
|
+
var __vue_module_identifier__$a = "data-v-4be10146";
|
|
10231
10288
|
/* functional template */
|
|
10232
10289
|
|
|
10233
|
-
var __vue_is_functional_template__$
|
|
10290
|
+
var __vue_is_functional_template__$a = false;
|
|
10234
10291
|
/* style inject shadow dom */
|
|
10235
10292
|
|
|
10236
|
-
var __vue_component__$
|
|
10237
|
-
render: __vue_render__$
|
|
10238
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10239
|
-
}, __vue_inject_styles__$
|
|
10293
|
+
var __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
10294
|
+
render: __vue_render__$a,
|
|
10295
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
10296
|
+
}, __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
10297
|
|
|
10241
|
-
var __vue_component__$
|
|
10242
|
-
var script$
|
|
10298
|
+
var __vue_component__$f = __vue_component__$e;//
|
|
10299
|
+
var script$9 = {
|
|
10243
10300
|
props: {
|
|
10244
10301
|
anexo: {
|
|
10245
10302
|
type: Object,
|
|
@@ -10314,10 +10371,10 @@ var script$8 = {
|
|
|
10314
10371
|
}
|
|
10315
10372
|
}
|
|
10316
10373
|
};/* script */
|
|
10317
|
-
var __vue_script__$
|
|
10374
|
+
var __vue_script__$9 = script$9;
|
|
10318
10375
|
/* template */
|
|
10319
10376
|
|
|
10320
|
-
var __vue_render__$
|
|
10377
|
+
var __vue_render__$9 = function __vue_render__() {
|
|
10321
10378
|
var _vm = this;
|
|
10322
10379
|
|
|
10323
10380
|
var _h = _vm.$createElement;
|
|
@@ -10388,10 +10445,10 @@ var __vue_render__$8 = function __vue_render__() {
|
|
|
10388
10445
|
})], 1)]], 2)], 1);
|
|
10389
10446
|
};
|
|
10390
10447
|
|
|
10391
|
-
var __vue_staticRenderFns__$
|
|
10448
|
+
var __vue_staticRenderFns__$9 = [];
|
|
10392
10449
|
/* style */
|
|
10393
10450
|
|
|
10394
|
-
var __vue_inject_styles__$
|
|
10451
|
+
var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
10395
10452
|
if (!inject) return;
|
|
10396
10453
|
inject("data-v-037d5568_0", {
|
|
10397
10454
|
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 +10459,22 @@ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
|
10402
10459
|
/* scoped */
|
|
10403
10460
|
|
|
10404
10461
|
|
|
10405
|
-
var __vue_scope_id__$
|
|
10462
|
+
var __vue_scope_id__$9 = "data-v-037d5568";
|
|
10406
10463
|
/* module identifier */
|
|
10407
10464
|
|
|
10408
|
-
var __vue_module_identifier__$
|
|
10465
|
+
var __vue_module_identifier__$9 = "data-v-037d5568";
|
|
10409
10466
|
/* functional template */
|
|
10410
10467
|
|
|
10411
|
-
var __vue_is_functional_template__$
|
|
10468
|
+
var __vue_is_functional_template__$9 = false;
|
|
10412
10469
|
/* style inject shadow dom */
|
|
10413
10470
|
|
|
10414
|
-
var __vue_component__$
|
|
10415
|
-
render: __vue_render__$
|
|
10416
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10417
|
-
}, __vue_inject_styles__$
|
|
10471
|
+
var __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
10472
|
+
render: __vue_render__$9,
|
|
10473
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
10474
|
+
}, __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
10475
|
|
|
10419
|
-
var CardAttachment = __vue_component__$
|
|
10420
|
-
var script$
|
|
10476
|
+
var CardAttachment = __vue_component__$d;//
|
|
10477
|
+
var script$8 = {
|
|
10421
10478
|
components: {
|
|
10422
10479
|
CardAttachment: CardAttachment
|
|
10423
10480
|
},
|
|
@@ -10527,10 +10584,10 @@ var script$7 = {
|
|
|
10527
10584
|
}
|
|
10528
10585
|
}
|
|
10529
10586
|
};/* script */
|
|
10530
|
-
var __vue_script__$
|
|
10587
|
+
var __vue_script__$8 = script$8;
|
|
10531
10588
|
/* template */
|
|
10532
10589
|
|
|
10533
|
-
var __vue_render__$
|
|
10590
|
+
var __vue_render__$8 = function __vue_render__() {
|
|
10534
10591
|
var _vm = this;
|
|
10535
10592
|
|
|
10536
10593
|
var _h = _vm.$createElement;
|
|
@@ -10571,10 +10628,10 @@ var __vue_render__$7 = function __vue_render__() {
|
|
|
10571
10628
|
}), 0) : _vm._e()], 2)], 2) : _vm._e();
|
|
10572
10629
|
};
|
|
10573
10630
|
|
|
10574
|
-
var __vue_staticRenderFns__$
|
|
10631
|
+
var __vue_staticRenderFns__$8 = [];
|
|
10575
10632
|
/* style */
|
|
10576
10633
|
|
|
10577
|
-
var __vue_inject_styles__$
|
|
10634
|
+
var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
10578
10635
|
if (!inject) return;
|
|
10579
10636
|
inject("data-v-60eaca73_0", {
|
|
10580
10637
|
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 +10642,22 @@ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
|
10585
10642
|
/* scoped */
|
|
10586
10643
|
|
|
10587
10644
|
|
|
10588
|
-
var __vue_scope_id__$
|
|
10645
|
+
var __vue_scope_id__$8 = "data-v-60eaca73";
|
|
10589
10646
|
/* module identifier */
|
|
10590
10647
|
|
|
10591
|
-
var __vue_module_identifier__$
|
|
10648
|
+
var __vue_module_identifier__$8 = "data-v-60eaca73";
|
|
10592
10649
|
/* functional template */
|
|
10593
10650
|
|
|
10594
|
-
var __vue_is_functional_template__$
|
|
10651
|
+
var __vue_is_functional_template__$8 = false;
|
|
10595
10652
|
/* style inject shadow dom */
|
|
10596
10653
|
|
|
10597
|
-
var __vue_component__$
|
|
10598
|
-
render: __vue_render__$
|
|
10599
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10600
|
-
}, __vue_inject_styles__$
|
|
10654
|
+
var __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
10655
|
+
render: __vue_render__$8,
|
|
10656
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
10657
|
+
}, __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
10658
|
|
|
10602
|
-
var __vue_component__$
|
|
10603
|
-
var script$
|
|
10659
|
+
var __vue_component__$c = __vue_component__$b;//
|
|
10660
|
+
var script$7 = {
|
|
10604
10661
|
components: {
|
|
10605
10662
|
Loader: Loader
|
|
10606
10663
|
},
|
|
@@ -10674,10 +10731,10 @@ var script$6 = {
|
|
|
10674
10731
|
}
|
|
10675
10732
|
}
|
|
10676
10733
|
};/* script */
|
|
10677
|
-
var __vue_script__$
|
|
10734
|
+
var __vue_script__$7 = script$7;
|
|
10678
10735
|
/* template */
|
|
10679
10736
|
|
|
10680
|
-
var __vue_render__$
|
|
10737
|
+
var __vue_render__$7 = function __vue_render__() {
|
|
10681
10738
|
var _vm = this;
|
|
10682
10739
|
|
|
10683
10740
|
var _h = _vm.$createElement;
|
|
@@ -10806,10 +10863,10 @@ var __vue_render__$6 = function __vue_render__() {
|
|
|
10806
10863
|
})], 1) : _vm._e()])], 1)], 1);
|
|
10807
10864
|
};
|
|
10808
10865
|
|
|
10809
|
-
var __vue_staticRenderFns__$
|
|
10866
|
+
var __vue_staticRenderFns__$7 = [];
|
|
10810
10867
|
/* style */
|
|
10811
10868
|
|
|
10812
|
-
var __vue_inject_styles__$
|
|
10869
|
+
var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
10813
10870
|
if (!inject) return;
|
|
10814
10871
|
inject("data-v-23ebefcd_0", {
|
|
10815
10872
|
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 +10877,22 @@ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
|
10820
10877
|
/* scoped */
|
|
10821
10878
|
|
|
10822
10879
|
|
|
10823
|
-
var __vue_scope_id__$
|
|
10880
|
+
var __vue_scope_id__$7 = "data-v-23ebefcd";
|
|
10824
10881
|
/* module identifier */
|
|
10825
10882
|
|
|
10826
|
-
var __vue_module_identifier__$
|
|
10883
|
+
var __vue_module_identifier__$7 = "data-v-23ebefcd";
|
|
10827
10884
|
/* functional template */
|
|
10828
10885
|
|
|
10829
|
-
var __vue_is_functional_template__$
|
|
10886
|
+
var __vue_is_functional_template__$7 = false;
|
|
10830
10887
|
/* style inject shadow dom */
|
|
10831
10888
|
|
|
10832
|
-
var __vue_component__$
|
|
10833
|
-
render: __vue_render__$
|
|
10834
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10835
|
-
}, __vue_inject_styles__$
|
|
10889
|
+
var __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
10890
|
+
render: __vue_render__$7,
|
|
10891
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
10892
|
+
}, __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
10893
|
|
|
10837
|
-
var AnexoMensagem = __vue_component__$
|
|
10838
|
-
var script$
|
|
10894
|
+
var AnexoMensagem = __vue_component__$a;//
|
|
10895
|
+
var script$6 = {
|
|
10839
10896
|
mixins: [mixin_1],
|
|
10840
10897
|
props: {
|
|
10841
10898
|
lista: {
|
|
@@ -10853,10 +10910,10 @@ var script$5 = {
|
|
|
10853
10910
|
}
|
|
10854
10911
|
}
|
|
10855
10912
|
};/* script */
|
|
10856
|
-
var __vue_script__$
|
|
10913
|
+
var __vue_script__$6 = script$6;
|
|
10857
10914
|
/* template */
|
|
10858
10915
|
|
|
10859
|
-
var __vue_render__$
|
|
10916
|
+
var __vue_render__$6 = function __vue_render__() {
|
|
10860
10917
|
var _vm = this;
|
|
10861
10918
|
|
|
10862
10919
|
var _h = _vm.$createElement;
|
|
@@ -10878,10 +10935,10 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
10878
10935
|
}))]);
|
|
10879
10936
|
};
|
|
10880
10937
|
|
|
10881
|
-
var __vue_staticRenderFns__$
|
|
10938
|
+
var __vue_staticRenderFns__$6 = [];
|
|
10882
10939
|
/* style */
|
|
10883
10940
|
|
|
10884
|
-
var __vue_inject_styles__$
|
|
10941
|
+
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
10885
10942
|
if (!inject) return;
|
|
10886
10943
|
inject("data-v-f5d7144e_0", {
|
|
10887
10944
|
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 +10949,22 @@ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
|
10892
10949
|
/* scoped */
|
|
10893
10950
|
|
|
10894
10951
|
|
|
10895
|
-
var __vue_scope_id__$
|
|
10952
|
+
var __vue_scope_id__$6 = undefined;
|
|
10896
10953
|
/* module identifier */
|
|
10897
10954
|
|
|
10898
|
-
var __vue_module_identifier__$
|
|
10955
|
+
var __vue_module_identifier__$6 = "data-v-f5d7144e";
|
|
10899
10956
|
/* functional template */
|
|
10900
10957
|
|
|
10901
|
-
var __vue_is_functional_template__$
|
|
10958
|
+
var __vue_is_functional_template__$6 = false;
|
|
10902
10959
|
/* style inject shadow dom */
|
|
10903
10960
|
|
|
10904
|
-
var __vue_component__$
|
|
10905
|
-
render: __vue_render__$
|
|
10906
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10907
|
-
}, __vue_inject_styles__$
|
|
10961
|
+
var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
10962
|
+
render: __vue_render__$6,
|
|
10963
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
10964
|
+
}, __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
10965
|
|
|
10909
|
-
var InteratividadePopup = __vue_component__$
|
|
10910
|
-
var script$
|
|
10966
|
+
var InteratividadePopup = __vue_component__$9;//
|
|
10967
|
+
var script$5 = {
|
|
10911
10968
|
components: {
|
|
10912
10969
|
InteratividadePopup: InteratividadePopup
|
|
10913
10970
|
},
|
|
@@ -10952,10 +11009,10 @@ var script$4 = {
|
|
|
10952
11009
|
}
|
|
10953
11010
|
}
|
|
10954
11011
|
};/* script */
|
|
10955
|
-
var __vue_script__$
|
|
11012
|
+
var __vue_script__$5 = script$5;
|
|
10956
11013
|
/* template */
|
|
10957
11014
|
|
|
10958
|
-
var __vue_render__$
|
|
11015
|
+
var __vue_render__$5 = function __vue_render__() {
|
|
10959
11016
|
var _vm = this;
|
|
10960
11017
|
|
|
10961
11018
|
var _h = _vm.$createElement;
|
|
@@ -10983,10 +11040,10 @@ var __vue_render__$4 = function __vue_render__() {
|
|
|
10983
11040
|
}) : 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
11041
|
};
|
|
10985
11042
|
|
|
10986
|
-
var __vue_staticRenderFns__$
|
|
11043
|
+
var __vue_staticRenderFns__$5 = [];
|
|
10987
11044
|
/* style */
|
|
10988
11045
|
|
|
10989
|
-
var __vue_inject_styles__$
|
|
11046
|
+
var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
10990
11047
|
if (!inject) return;
|
|
10991
11048
|
inject("data-v-265335df_0", {
|
|
10992
11049
|
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 +11054,107 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
|
10997
11054
|
/* scoped */
|
|
10998
11055
|
|
|
10999
11056
|
|
|
11000
|
-
var __vue_scope_id__$
|
|
11057
|
+
var __vue_scope_id__$5 = undefined;
|
|
11001
11058
|
/* module identifier */
|
|
11002
11059
|
|
|
11003
|
-
var __vue_module_identifier__$
|
|
11060
|
+
var __vue_module_identifier__$5 = "data-v-265335df";
|
|
11061
|
+
/* functional template */
|
|
11062
|
+
|
|
11063
|
+
var __vue_is_functional_template__$5 = false;
|
|
11064
|
+
/* style inject shadow dom */
|
|
11065
|
+
|
|
11066
|
+
var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
11067
|
+
render: __vue_render__$5,
|
|
11068
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
11069
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);
|
|
11070
|
+
|
|
11071
|
+
var InteratividadeBotoes = __vue_component__$8;//
|
|
11072
|
+
var script$4 = {
|
|
11073
|
+
components: {
|
|
11074
|
+
InteratividadePopup: InteratividadePopup
|
|
11075
|
+
},
|
|
11076
|
+
data: function data() {
|
|
11077
|
+
return {
|
|
11078
|
+
informacaoAdicional: [],
|
|
11079
|
+
informacao: []
|
|
11080
|
+
};
|
|
11081
|
+
},
|
|
11082
|
+
props: {
|
|
11083
|
+
interatividade: {
|
|
11084
|
+
type: Object,
|
|
11085
|
+
required: true
|
|
11086
|
+
},
|
|
11087
|
+
dictionary: {
|
|
11088
|
+
type: Object,
|
|
11089
|
+
required: true
|
|
11090
|
+
}
|
|
11091
|
+
},
|
|
11092
|
+
mounted: function mounted() {
|
|
11093
|
+
this.verifyInfoAditional();
|
|
11094
|
+
},
|
|
11095
|
+
computed: {
|
|
11096
|
+
arrBotoes: function arrBotoes() {
|
|
11097
|
+
var formulario = this.interatividade.formulario;
|
|
11098
|
+
return formulario ? formulario : [];
|
|
11099
|
+
}
|
|
11100
|
+
},
|
|
11101
|
+
methods: {
|
|
11102
|
+
verifyInfoAditional: function verifyInfoAditional() {
|
|
11103
|
+
var formulario = this.interatividade.formulario;
|
|
11104
|
+
var foundInfosAdd = formulario.filter(function (f) {
|
|
11105
|
+
return f.TIPO_TEXTO > 999;
|
|
11106
|
+
});
|
|
11107
|
+
var foundInfos = formulario.filter(function (f) {
|
|
11108
|
+
return f.TIPO_TEXTO < 1000;
|
|
11109
|
+
});
|
|
11110
|
+
|
|
11111
|
+
if (foundInfos) {
|
|
11112
|
+
this.informacao = foundInfos;
|
|
11113
|
+
}
|
|
11114
|
+
|
|
11115
|
+
if (foundInfosAdd) {
|
|
11116
|
+
this.informacaoAdicional = foundInfosAdd;
|
|
11117
|
+
}
|
|
11118
|
+
}
|
|
11119
|
+
}
|
|
11120
|
+
};/* script */
|
|
11121
|
+
var __vue_script__$4 = script$4;
|
|
11122
|
+
/* template */
|
|
11123
|
+
|
|
11124
|
+
var __vue_render__$4 = function __vue_render__() {
|
|
11125
|
+
var _vm = this;
|
|
11126
|
+
|
|
11127
|
+
var _h = _vm.$createElement;
|
|
11128
|
+
|
|
11129
|
+
var _c = _vm._self._c || _h;
|
|
11130
|
+
|
|
11131
|
+
return _c('div', {
|
|
11132
|
+
staticClass: "interatividade"
|
|
11133
|
+
}, [_vm._ssrNode(_vm.informacao.length ? "<div class=\"interatividade-form-header\" data-v-8af0de12>" + _vm._ssrEscape("\n " + _vm._s(_vm.dictionary.msg_abertura_reclamacao) + "\n ") + "</div> <div class=\"interatividade-form-body\" data-v-8af0de12>" + _vm._ssrList(_vm.informacao, function (form) {
|
|
11134
|
+
return "<div class=\"interatividade-info-form\" data-v-8af0de12>" + (form.TIPO_TEXTO < 1000 ? "<p class=\"interatividade-titulo-form\" data-v-8af0de12>" + _vm._ssrEscape(_vm._s(form.DESC_TIPO_TEXTO)) + "</p>" : "<!---->") + " " + (form.TIPO_TEXTO < 1000 ? "<p class=\"interatividade-description-form\" data-v-8af0de12>" + _vm._ssrEscape(_vm._s(form.TEXTO)) + "</p>" : "<!---->") + "</div>";
|
|
11135
|
+
}) + " " + (_vm.informacaoAdicional.length ? "<div class=\"interatividade-form-header\" data-v-8af0de12>" + _vm._ssrEscape("\n " + _vm._s(_vm.dictionary.msg_info_adicional) + "\n ") + "</div>" : "<!---->") + " <div class=\"interatividade-form-body\" data-v-8af0de12>" + _vm._ssrList(_vm.informacaoAdicional, function (form) {
|
|
11136
|
+
return "<div class=\"interatividade-add-info-form\" data-v-8af0de12><div class=\"divisor-form-info-aditional\" data-v-8af0de12><div class=\"info-aditional\" data-v-8af0de12>" + (form.TIPO_TEXTO > 999 ? "<p class=\"interatividade-titulo-form\" data-v-8af0de12>" + _vm._ssrEscape(_vm._s(form.DESC_TIPO_TEXTO + ': ')) + "</p>" : "<!---->") + "</div> <div class=\"info-aditional\" data-v-8af0de12>" + (form.TIPO_TEXTO > 999 ? "<p class=\"interatividade-description-form\" data-v-8af0de12>" + _vm._ssrEscape(_vm._s(form.TEXTO)) + "</p>" : "<!---->") + "</div></div></div>";
|
|
11137
|
+
}) + "</div></div>" : "<!---->")]);
|
|
11138
|
+
};
|
|
11139
|
+
|
|
11140
|
+
var __vue_staticRenderFns__$4 = [];
|
|
11141
|
+
/* style */
|
|
11142
|
+
|
|
11143
|
+
var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
11144
|
+
if (!inject) return;
|
|
11145
|
+
inject("data-v-8af0de12_0", {
|
|
11146
|
+
source: ".show-x-enter-active[data-v-8af0de12],.show-x-leave-enter[data-v-8af0de12]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-8af0de12],.show-x-leave-to[data-v-8af0de12]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-8af0de12]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-8af0de12]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-8af0de12]{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-8af0de12]{padding:0 10px;border-right:1px solid #efefef;border-left:1px solid #efefef}.interatividade[data-v-8af0de12]{margin:10px 0}.interatividade-titulo-form[data-v-8af0de12]{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-8af0de12]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-8af0de12]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-8af0de12]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-8af0de12]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-8af0de12]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-8af0de12]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-8af0de12]:hover{color:#00628f}",
|
|
11147
|
+
map: undefined,
|
|
11148
|
+
media: undefined
|
|
11149
|
+
});
|
|
11150
|
+
};
|
|
11151
|
+
/* scoped */
|
|
11152
|
+
|
|
11153
|
+
|
|
11154
|
+
var __vue_scope_id__$4 = "data-v-8af0de12";
|
|
11155
|
+
/* module identifier */
|
|
11156
|
+
|
|
11157
|
+
var __vue_module_identifier__$4 = "data-v-8af0de12";
|
|
11004
11158
|
/* functional template */
|
|
11005
11159
|
|
|
11006
11160
|
var __vue_is_functional_template__$4 = false;
|
|
@@ -11011,7 +11165,7 @@ var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
|
11011
11165
|
staticRenderFns: __vue_staticRenderFns__$4
|
|
11012
11166
|
}, __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
11167
|
|
|
11014
|
-
var
|
|
11168
|
+
var InteratividadeFormulario = __vue_component__$7;var linkPrevue_umd_min = createCommonjsModule(function (module, exports) {
|
|
11015
11169
|
(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
11170
|
|
|
11017
11171
|
});/*! *****************************************************************************
|
|
@@ -35788,11 +35942,11 @@ function getPreviewFromContent(response, options) {
|
|
|
35788
35942
|
});
|
|
35789
35943
|
}
|
|
35790
35944
|
exports.getPreviewFromContent = getPreviewFromContent;
|
|
35791
|
-
})
|
|
35792
|
-
var script$3 = {
|
|
35945
|
+
});var script$3 = {
|
|
35793
35946
|
components: {
|
|
35794
35947
|
AnexoMensagem: AnexoMensagem,
|
|
35795
35948
|
InteratividadeBotoes: InteratividadeBotoes,
|
|
35949
|
+
InteratividadeFormulario: InteratividadeFormulario,
|
|
35796
35950
|
LinkPrevue: linkPrevue_umd_min
|
|
35797
35951
|
},
|
|
35798
35952
|
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 +36028,32 @@ var script$3 = {
|
|
|
35874
36028
|
this.validadeUrlToMsg();
|
|
35875
36029
|
},
|
|
35876
36030
|
methods: {
|
|
36031
|
+
recuperarTabelaInteratividade: function recuperarTabelaInteratividade(interatividade) {
|
|
36032
|
+
var estrutura = '';
|
|
36033
|
+
|
|
36034
|
+
if (!interatividade.formulario) {
|
|
36035
|
+
return false;
|
|
36036
|
+
}
|
|
36037
|
+
|
|
36038
|
+
var _iterator = _createForOfIteratorHelper(interatividade.formulario),
|
|
36039
|
+
_step;
|
|
36040
|
+
|
|
36041
|
+
try {
|
|
36042
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
36043
|
+
var forms = _step.value;
|
|
36044
|
+
|
|
36045
|
+
if (forms.TIPO_TEXTO < 1000) {
|
|
36046
|
+
estrutura += "\n <div class=\"title-consumidor-card\">".concat(forms.DESC_TIPO_TEXTO, "</div>\n <div class=\"description-consumidor-card\">").concat(forms.TEXTO, "</div>\n ");
|
|
36047
|
+
}
|
|
36048
|
+
}
|
|
36049
|
+
} catch (err) {
|
|
36050
|
+
_iterator.e(err);
|
|
36051
|
+
} finally {
|
|
36052
|
+
_iterator.f();
|
|
36053
|
+
}
|
|
36054
|
+
|
|
36055
|
+
return estrutura;
|
|
36056
|
+
},
|
|
35877
36057
|
validadeUrlToMsg: function validadeUrlToMsg() {
|
|
35878
36058
|
var _this = this;
|
|
35879
36059
|
|
|
@@ -36024,10 +36204,15 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
36024
36204
|
"icon": ['fas', 'map-marker-alt']
|
|
36025
36205
|
}
|
|
36026
36206
|
})], 2)], 2);
|
|
36027
|
-
}), 0) : _vm._e()], 2) : _vm._e(), _vm._ssrNode(" <p>" + _vm._s(_vm.formatMsg(_vm.message)) + "</p> "), _vm.interatividade ? _c('InteratividadeBotoes', {
|
|
36207
|
+
}), 0) : _vm._e()], 2) : _vm._e(), _vm._ssrNode(" <p>" + _vm._s(_vm.interatividade.formulario ? '' : _vm.formatMsg(_vm.message)) + "</p> "), _vm.interatividade ? _c('InteratividadeBotoes', {
|
|
36028
36208
|
attrs: {
|
|
36029
36209
|
"interatividade": _vm.interatividade
|
|
36030
36210
|
}
|
|
36211
|
+
}) : _vm._e(), _vm._ssrNode(" "), _vm.interatividade ? _c('InteratividadeFormulario', {
|
|
36212
|
+
attrs: {
|
|
36213
|
+
"interatividade": _vm.interatividade,
|
|
36214
|
+
"dictionary": _vm.dictionary
|
|
36215
|
+
}
|
|
36031
36216
|
}) : _vm._e(), _vm._ssrNode(" <span class=\"horario-envio\">" + _vm._ssrEscape(_vm._s(_vm.horario)) + "</span> "), _c('transition', {
|
|
36032
36217
|
attrs: {
|
|
36033
36218
|
"name": "fade",
|
|
@@ -36207,7 +36392,7 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
36207
36392
|
|
|
36208
36393
|
var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
36209
36394
|
if (!inject) return;
|
|
36210
|
-
inject("data-v-
|
|
36395
|
+
inject("data-v-52588ad8_0", {
|
|
36211
36396
|
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
36397
|
map: undefined,
|
|
36213
36398
|
media: undefined
|
|
@@ -36219,7 +36404,7 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
|
36219
36404
|
var __vue_scope_id__$3 = undefined;
|
|
36220
36405
|
/* module identifier */
|
|
36221
36406
|
|
|
36222
|
-
var __vue_module_identifier__$3 = "data-v-
|
|
36407
|
+
var __vue_module_identifier__$3 = "data-v-52588ad8";
|
|
36223
36408
|
/* functional template */
|
|
36224
36409
|
|
|
36225
36410
|
var __vue_is_functional_template__$3 = false;
|
|
@@ -36599,7 +36784,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
36599
36784
|
staticRenderFns: __vue_staticRenderFns__
|
|
36600
36785
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, createInjectorSSR, undefined);
|
|
36601
36786
|
|
|
36602
|
-
var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object.freeze({__proto__:null,TemplateGenerator:__vue_component__$
|
|
36787
|
+
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
36788
|
Object.entries(components$1).forEach(function (_ref) {
|
|
36604
36789
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
36605
36790
|
componentName = _ref2[0],
|
|
@@ -36608,7 +36793,7 @@ var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object
|
|
|
36608
36793
|
Vue.component(componentName, component);
|
|
36609
36794
|
});
|
|
36610
36795
|
}; // Create module definition for Vue.use()
|
|
36611
|
-
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,TemplateGenerator:__vue_component__$
|
|
36796
|
+
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
36797
|
// that global var (eg. plugin.component)
|
|
36613
36798
|
|
|
36614
36799
|
Object.entries(components).forEach(function (_ref) {
|