vue-intergrall-plugins 0.0.187 → 0.0.190
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 +485 -357
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +540 -358
- package/package.json +2 -3
- package/src/lib-components/Messages/ChatMessages.vue +7 -11
- package/src/lib-components/Messages/LinkPreview.vue +99 -0
|
@@ -1,4 +1,20 @@
|
|
|
1
|
-
'use strict';var vue=require('vue'),http=require('http'),https=require('https'),url=require('url'),stream=require('stream'),assert=require('assert'),tty=require('tty'),util=require('util'),os=require('os'),zlib=require('zlib');function _interopDefaultLegacy(e){return e&&typeof e==='object'&&'default'in e?e:{'default':e}}var vue__default=/*#__PURE__*/_interopDefaultLegacy(vue);var http__default=/*#__PURE__*/_interopDefaultLegacy(http);var https__default=/*#__PURE__*/_interopDefaultLegacy(https);var url__default=/*#__PURE__*/_interopDefaultLegacy(url);var stream__default=/*#__PURE__*/_interopDefaultLegacy(stream);var assert__default=/*#__PURE__*/_interopDefaultLegacy(assert);var tty__default=/*#__PURE__*/_interopDefaultLegacy(tty);var util__default=/*#__PURE__*/_interopDefaultLegacy(util);var os__default=/*#__PURE__*/_interopDefaultLegacy(os);var zlib__default=/*#__PURE__*/_interopDefaultLegacy(zlib);function
|
|
1
|
+
'use strict';var vue=require('vue'),http=require('http'),https=require('https'),url=require('url'),stream=require('stream'),assert=require('assert'),tty=require('tty'),util=require('util'),os=require('os'),zlib=require('zlib');function _interopDefaultLegacy(e){return e&&typeof e==='object'&&'default'in e?e:{'default':e}}var vue__default=/*#__PURE__*/_interopDefaultLegacy(vue);var http__default=/*#__PURE__*/_interopDefaultLegacy(http);var https__default=/*#__PURE__*/_interopDefaultLegacy(https);var url__default=/*#__PURE__*/_interopDefaultLegacy(url);var stream__default=/*#__PURE__*/_interopDefaultLegacy(stream);var assert__default=/*#__PURE__*/_interopDefaultLegacy(assert);var tty__default=/*#__PURE__*/_interopDefaultLegacy(tty);var util__default=/*#__PURE__*/_interopDefaultLegacy(util);var os__default=/*#__PURE__*/_interopDefaultLegacy(os);var zlib__default=/*#__PURE__*/_interopDefaultLegacy(zlib);function _typeof(obj) {
|
|
2
|
+
"@babel/helpers - typeof";
|
|
3
|
+
|
|
4
|
+
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
|
|
5
|
+
_typeof = function (obj) {
|
|
6
|
+
return typeof obj;
|
|
7
|
+
};
|
|
8
|
+
} else {
|
|
9
|
+
_typeof = function (obj) {
|
|
10
|
+
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
return _typeof(obj);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
2
18
|
try {
|
|
3
19
|
var info = gen[key](arg);
|
|
4
20
|
var value = info.value;
|
|
@@ -1836,7 +1852,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1836
1852
|
//
|
|
1837
1853
|
//
|
|
1838
1854
|
//
|
|
1839
|
-
var script$
|
|
1855
|
+
var script$u = {
|
|
1840
1856
|
data: function data() {
|
|
1841
1857
|
return {
|
|
1842
1858
|
varValues: {},
|
|
@@ -2121,10 +2137,10 @@ var script$t = {
|
|
|
2121
2137
|
}
|
|
2122
2138
|
return script;
|
|
2123
2139
|
}/* script */
|
|
2124
|
-
var __vue_script__$
|
|
2140
|
+
var __vue_script__$u = script$u;
|
|
2125
2141
|
/* template */
|
|
2126
2142
|
|
|
2127
|
-
var __vue_render__$
|
|
2143
|
+
var __vue_render__$u = function __vue_render__() {
|
|
2128
2144
|
var _vm = this;
|
|
2129
2145
|
|
|
2130
2146
|
var _h = _vm.$createElement;
|
|
@@ -2156,31 +2172,31 @@ var __vue_render__$t = function __vue_render__() {
|
|
|
2156
2172
|
})], 2)]) : _vm._e()], 2);
|
|
2157
2173
|
};
|
|
2158
2174
|
|
|
2159
|
-
var __vue_staticRenderFns__$
|
|
2175
|
+
var __vue_staticRenderFns__$u = [];
|
|
2160
2176
|
/* style */
|
|
2161
2177
|
|
|
2162
|
-
var __vue_inject_styles__$
|
|
2178
|
+
var __vue_inject_styles__$u = undefined;
|
|
2163
2179
|
/* scoped */
|
|
2164
2180
|
|
|
2165
|
-
var __vue_scope_id__$
|
|
2181
|
+
var __vue_scope_id__$u = undefined;
|
|
2166
2182
|
/* module identifier */
|
|
2167
2183
|
|
|
2168
|
-
var __vue_module_identifier__$
|
|
2184
|
+
var __vue_module_identifier__$u = "data-v-b408301c";
|
|
2169
2185
|
/* functional template */
|
|
2170
2186
|
|
|
2171
|
-
var __vue_is_functional_template__$
|
|
2187
|
+
var __vue_is_functional_template__$u = false;
|
|
2172
2188
|
/* style inject */
|
|
2173
2189
|
|
|
2174
2190
|
/* style inject SSR */
|
|
2175
2191
|
|
|
2176
2192
|
/* style inject shadow dom */
|
|
2177
2193
|
|
|
2178
|
-
var __vue_component__$
|
|
2179
|
-
render: __vue_render__$
|
|
2180
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2181
|
-
}, __vue_inject_styles__$
|
|
2194
|
+
var __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
2195
|
+
render: __vue_render__$u,
|
|
2196
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
2197
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
|
|
2182
2198
|
|
|
2183
|
-
var TemplateSingle = __vue_component__$
|
|
2199
|
+
var TemplateSingle = __vue_component__$B;var setResizeListeners = function setResizeListeners($el, inputClass, parentClass) {
|
|
2184
2200
|
var inputTargets = $el.querySelectorAll(inputClass);
|
|
2185
2201
|
inputTargets.forEach(function (target) {
|
|
2186
2202
|
target.addEventListener("input", function () {
|
|
@@ -2360,7 +2376,7 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2360
2376
|
//
|
|
2361
2377
|
//
|
|
2362
2378
|
//
|
|
2363
|
-
var script$
|
|
2379
|
+
var script$t = {};function createInjectorSSR(context) {
|
|
2364
2380
|
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
|
2365
2381
|
context = __VUE_SSR_CONTEXT__;
|
|
2366
2382
|
}
|
|
@@ -2401,10 +2417,10 @@ function renderStyles(styles) {
|
|
|
2401
2417
|
}
|
|
2402
2418
|
return css;
|
|
2403
2419
|
}/* script */
|
|
2404
|
-
var __vue_script__$
|
|
2420
|
+
var __vue_script__$t = script$t;
|
|
2405
2421
|
/* template */
|
|
2406
2422
|
|
|
2407
|
-
var __vue_render__$
|
|
2423
|
+
var __vue_render__$t = function __vue_render__() {
|
|
2408
2424
|
var _vm = this;
|
|
2409
2425
|
|
|
2410
2426
|
var _h = _vm.$createElement;
|
|
@@ -2416,10 +2432,10 @@ var __vue_render__$s = function __vue_render__() {
|
|
|
2416
2432
|
}, [_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
2433
|
};
|
|
2418
2434
|
|
|
2419
|
-
var __vue_staticRenderFns__$
|
|
2435
|
+
var __vue_staticRenderFns__$t = [];
|
|
2420
2436
|
/* style */
|
|
2421
2437
|
|
|
2422
|
-
var __vue_inject_styles__$
|
|
2438
|
+
var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
|
|
2423
2439
|
if (!inject) return;
|
|
2424
2440
|
inject("data-v-606babe9_0", {
|
|
2425
2441
|
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 +2446,22 @@ var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
|
|
|
2430
2446
|
/* scoped */
|
|
2431
2447
|
|
|
2432
2448
|
|
|
2433
|
-
var __vue_scope_id__$
|
|
2449
|
+
var __vue_scope_id__$t = undefined;
|
|
2434
2450
|
/* module identifier */
|
|
2435
2451
|
|
|
2436
|
-
var __vue_module_identifier__$
|
|
2452
|
+
var __vue_module_identifier__$t = "data-v-606babe9";
|
|
2437
2453
|
/* functional template */
|
|
2438
2454
|
|
|
2439
|
-
var __vue_is_functional_template__$
|
|
2455
|
+
var __vue_is_functional_template__$t = false;
|
|
2440
2456
|
/* style inject shadow dom */
|
|
2441
2457
|
|
|
2442
|
-
var __vue_component__$
|
|
2443
|
-
render: __vue_render__$
|
|
2444
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2445
|
-
}, __vue_inject_styles__$
|
|
2458
|
+
var __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
2459
|
+
render: __vue_render__$t,
|
|
2460
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
2461
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, createInjectorSSR, undefined);
|
|
2446
2462
|
|
|
2447
|
-
var SkeletonPicker = __vue_component__$
|
|
2448
|
-
var script$
|
|
2463
|
+
var SkeletonPicker = __vue_component__$A;//
|
|
2464
|
+
var script$s = {
|
|
2449
2465
|
components: {
|
|
2450
2466
|
SkeletonPicker: SkeletonPicker
|
|
2451
2467
|
},
|
|
@@ -2633,10 +2649,10 @@ var script$r = {
|
|
|
2633
2649
|
}
|
|
2634
2650
|
}
|
|
2635
2651
|
};/* script */
|
|
2636
|
-
var __vue_script__$
|
|
2652
|
+
var __vue_script__$s = script$s;
|
|
2637
2653
|
/* template */
|
|
2638
2654
|
|
|
2639
|
-
var __vue_render__$
|
|
2655
|
+
var __vue_render__$s = function __vue_render__() {
|
|
2640
2656
|
var _vm = this;
|
|
2641
2657
|
|
|
2642
2658
|
var _h = _vm.$createElement;
|
|
@@ -2658,10 +2674,10 @@ var __vue_render__$r = function __vue_render__() {
|
|
|
2658
2674
|
}) + "</div>") + "</div>")], 2);
|
|
2659
2675
|
};
|
|
2660
2676
|
|
|
2661
|
-
var __vue_staticRenderFns__$
|
|
2677
|
+
var __vue_staticRenderFns__$s = [];
|
|
2662
2678
|
/* style */
|
|
2663
2679
|
|
|
2664
|
-
var __vue_inject_styles__$
|
|
2680
|
+
var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
|
|
2665
2681
|
if (!inject) return;
|
|
2666
2682
|
inject("data-v-678ca55c_0", {
|
|
2667
2683
|
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 +2688,22 @@ var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
|
2672
2688
|
/* scoped */
|
|
2673
2689
|
|
|
2674
2690
|
|
|
2675
|
-
var __vue_scope_id__$
|
|
2691
|
+
var __vue_scope_id__$s = undefined;
|
|
2676
2692
|
/* module identifier */
|
|
2677
2693
|
|
|
2678
|
-
var __vue_module_identifier__$
|
|
2694
|
+
var __vue_module_identifier__$s = "data-v-678ca55c";
|
|
2679
2695
|
/* functional template */
|
|
2680
2696
|
|
|
2681
|
-
var __vue_is_functional_template__$
|
|
2697
|
+
var __vue_is_functional_template__$s = false;
|
|
2682
2698
|
/* style inject shadow dom */
|
|
2683
2699
|
|
|
2684
|
-
var __vue_component__$
|
|
2685
|
-
render: __vue_render__$
|
|
2686
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2687
|
-
}, __vue_inject_styles__$
|
|
2700
|
+
var __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
2701
|
+
render: __vue_render__$s,
|
|
2702
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
2703
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, createInjectorSSR, undefined);
|
|
2688
2704
|
|
|
2689
|
-
var Picker = __vue_component__$
|
|
2690
|
-
var script$
|
|
2705
|
+
var Picker = __vue_component__$z;//
|
|
2706
|
+
var script$r = {
|
|
2691
2707
|
components: {
|
|
2692
2708
|
Picker: Picker
|
|
2693
2709
|
},
|
|
@@ -2777,10 +2793,10 @@ var script$q = {
|
|
|
2777
2793
|
}
|
|
2778
2794
|
}
|
|
2779
2795
|
};/* script */
|
|
2780
|
-
var __vue_script__$
|
|
2796
|
+
var __vue_script__$r = script$r;
|
|
2781
2797
|
/* template */
|
|
2782
2798
|
|
|
2783
|
-
var __vue_render__$
|
|
2799
|
+
var __vue_render__$r = function __vue_render__() {
|
|
2784
2800
|
var _vm = this;
|
|
2785
2801
|
|
|
2786
2802
|
var _h = _vm.$createElement;
|
|
@@ -2813,10 +2829,10 @@ var __vue_render__$q = function __vue_render__() {
|
|
|
2813
2829
|
})], 1)], 2);
|
|
2814
2830
|
};
|
|
2815
2831
|
|
|
2816
|
-
var __vue_staticRenderFns__$
|
|
2832
|
+
var __vue_staticRenderFns__$r = [];
|
|
2817
2833
|
/* style */
|
|
2818
2834
|
|
|
2819
|
-
var __vue_inject_styles__$
|
|
2835
|
+
var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
2820
2836
|
if (!inject) return;
|
|
2821
2837
|
inject("data-v-7b7b5e22_0", {
|
|
2822
2838
|
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 +2843,27 @@ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
|
2827
2843
|
/* scoped */
|
|
2828
2844
|
|
|
2829
2845
|
|
|
2830
|
-
var __vue_scope_id__$
|
|
2846
|
+
var __vue_scope_id__$r = undefined;
|
|
2831
2847
|
/* module identifier */
|
|
2832
2848
|
|
|
2833
|
-
var __vue_module_identifier__$
|
|
2849
|
+
var __vue_module_identifier__$r = "data-v-7b7b5e22";
|
|
2834
2850
|
/* functional template */
|
|
2835
2851
|
|
|
2836
|
-
var __vue_is_functional_template__$
|
|
2852
|
+
var __vue_is_functional_template__$r = false;
|
|
2837
2853
|
/* style inject shadow dom */
|
|
2838
2854
|
|
|
2839
|
-
var __vue_component__$
|
|
2840
|
-
render: __vue_render__$
|
|
2841
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2842
|
-
}, __vue_inject_styles__$
|
|
2855
|
+
var __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
2856
|
+
render: __vue_render__$r,
|
|
2857
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
2858
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, createInjectorSSR, undefined);
|
|
2843
2859
|
|
|
2844
|
-
var BtnEmojis = __vue_component__$
|
|
2860
|
+
var BtnEmojis = __vue_component__$y;//
|
|
2845
2861
|
//
|
|
2846
2862
|
//
|
|
2847
2863
|
//
|
|
2848
2864
|
//
|
|
2849
2865
|
//
|
|
2850
|
-
var script$
|
|
2866
|
+
var script$q = {
|
|
2851
2867
|
props: {
|
|
2852
2868
|
hasBg: {
|
|
2853
2869
|
type: Boolean,
|
|
@@ -2868,10 +2884,10 @@ var script$p = {
|
|
|
2868
2884
|
}
|
|
2869
2885
|
}
|
|
2870
2886
|
};/* script */
|
|
2871
|
-
var __vue_script__$
|
|
2887
|
+
var __vue_script__$q = script$q;
|
|
2872
2888
|
/* template */
|
|
2873
2889
|
|
|
2874
|
-
var __vue_render__$
|
|
2890
|
+
var __vue_render__$q = function __vue_render__() {
|
|
2875
2891
|
var _vm = this;
|
|
2876
2892
|
|
|
2877
2893
|
var _h = _vm.$createElement;
|
|
@@ -2890,10 +2906,10 @@ var __vue_render__$p = function __vue_render__() {
|
|
|
2890
2906
|
}) + "></div>")]);
|
|
2891
2907
|
};
|
|
2892
2908
|
|
|
2893
|
-
var __vue_staticRenderFns__$
|
|
2909
|
+
var __vue_staticRenderFns__$q = [];
|
|
2894
2910
|
/* style */
|
|
2895
2911
|
|
|
2896
|
-
var __vue_inject_styles__$
|
|
2912
|
+
var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
2897
2913
|
if (!inject) return;
|
|
2898
2914
|
inject("data-v-423f52bb_0", {
|
|
2899
2915
|
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 +2920,21 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
|
2904
2920
|
/* scoped */
|
|
2905
2921
|
|
|
2906
2922
|
|
|
2907
|
-
var __vue_scope_id__$
|
|
2923
|
+
var __vue_scope_id__$q = undefined;
|
|
2908
2924
|
/* module identifier */
|
|
2909
2925
|
|
|
2910
|
-
var __vue_module_identifier__$
|
|
2926
|
+
var __vue_module_identifier__$q = "data-v-423f52bb";
|
|
2911
2927
|
/* functional template */
|
|
2912
2928
|
|
|
2913
|
-
var __vue_is_functional_template__$
|
|
2929
|
+
var __vue_is_functional_template__$q = false;
|
|
2914
2930
|
/* style inject shadow dom */
|
|
2915
2931
|
|
|
2916
|
-
var __vue_component__$
|
|
2917
|
-
render: __vue_render__$
|
|
2918
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2919
|
-
}, __vue_inject_styles__$
|
|
2932
|
+
var __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
2933
|
+
render: __vue_render__$q,
|
|
2934
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
2935
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);
|
|
2920
2936
|
|
|
2921
|
-
var Loader = __vue_component__$
|
|
2937
|
+
var Loader = __vue_component__$x;//
|
|
2922
2938
|
//
|
|
2923
2939
|
//
|
|
2924
2940
|
//
|
|
@@ -2926,7 +2942,7 @@ var Loader = __vue_component__$w;//
|
|
|
2926
2942
|
//
|
|
2927
2943
|
//
|
|
2928
2944
|
//
|
|
2929
|
-
var script$
|
|
2945
|
+
var script$p = {
|
|
2930
2946
|
props: {
|
|
2931
2947
|
message: {
|
|
2932
2948
|
type: String,
|
|
@@ -2944,10 +2960,10 @@ var script$o = {
|
|
|
2944
2960
|
}
|
|
2945
2961
|
}
|
|
2946
2962
|
};/* script */
|
|
2947
|
-
var __vue_script__$
|
|
2963
|
+
var __vue_script__$p = script$p;
|
|
2948
2964
|
/* template */
|
|
2949
2965
|
|
|
2950
|
-
var __vue_render__$
|
|
2966
|
+
var __vue_render__$p = function __vue_render__() {
|
|
2951
2967
|
var _vm = this;
|
|
2952
2968
|
|
|
2953
2969
|
var _h = _vm.$createElement;
|
|
@@ -2962,37 +2978,37 @@ var __vue_render__$o = function __vue_render__() {
|
|
|
2962
2978
|
}, []) : _vm._e();
|
|
2963
2979
|
};
|
|
2964
2980
|
|
|
2965
|
-
var __vue_staticRenderFns__$
|
|
2981
|
+
var __vue_staticRenderFns__$p = [];
|
|
2966
2982
|
/* style */
|
|
2967
2983
|
|
|
2968
|
-
var __vue_inject_styles__$
|
|
2984
|
+
var __vue_inject_styles__$p = undefined;
|
|
2969
2985
|
/* scoped */
|
|
2970
2986
|
|
|
2971
|
-
var __vue_scope_id__$
|
|
2987
|
+
var __vue_scope_id__$p = undefined;
|
|
2972
2988
|
/* module identifier */
|
|
2973
2989
|
|
|
2974
|
-
var __vue_module_identifier__$
|
|
2990
|
+
var __vue_module_identifier__$p = "data-v-f8dac3e4";
|
|
2975
2991
|
/* functional template */
|
|
2976
2992
|
|
|
2977
|
-
var __vue_is_functional_template__$
|
|
2993
|
+
var __vue_is_functional_template__$p = false;
|
|
2978
2994
|
/* style inject */
|
|
2979
2995
|
|
|
2980
2996
|
/* style inject SSR */
|
|
2981
2997
|
|
|
2982
2998
|
/* style inject shadow dom */
|
|
2983
2999
|
|
|
2984
|
-
var __vue_component__$
|
|
2985
|
-
render: __vue_render__$
|
|
2986
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2987
|
-
}, __vue_inject_styles__$
|
|
3000
|
+
var __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
3001
|
+
render: __vue_render__$p,
|
|
3002
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
3003
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
|
|
2988
3004
|
|
|
2989
|
-
var RemainingCharacters = __vue_component__$
|
|
3005
|
+
var RemainingCharacters = __vue_component__$w;//
|
|
2990
3006
|
//
|
|
2991
3007
|
//
|
|
2992
3008
|
//
|
|
2993
3009
|
//
|
|
2994
3010
|
//
|
|
2995
|
-
var script$
|
|
3011
|
+
var script$o = {
|
|
2996
3012
|
props: {
|
|
2997
3013
|
dictionary: {
|
|
2998
3014
|
type: Object,
|
|
@@ -3062,10 +3078,10 @@ var script$n = {
|
|
|
3062
3078
|
}
|
|
3063
3079
|
}
|
|
3064
3080
|
};/* script */
|
|
3065
|
-
var __vue_script__$
|
|
3081
|
+
var __vue_script__$o = script$o;
|
|
3066
3082
|
/* template */
|
|
3067
3083
|
|
|
3068
|
-
var __vue_render__$
|
|
3084
|
+
var __vue_render__$o = function __vue_render__() {
|
|
3069
3085
|
var _vm = this;
|
|
3070
3086
|
|
|
3071
3087
|
var _h = _vm.$createElement;
|
|
@@ -3087,31 +3103,31 @@ var __vue_render__$n = function __vue_render__() {
|
|
|
3087
3103
|
})], 1);
|
|
3088
3104
|
};
|
|
3089
3105
|
|
|
3090
|
-
var __vue_staticRenderFns__$
|
|
3106
|
+
var __vue_staticRenderFns__$o = [];
|
|
3091
3107
|
/* style */
|
|
3092
3108
|
|
|
3093
|
-
var __vue_inject_styles__$
|
|
3109
|
+
var __vue_inject_styles__$o = undefined;
|
|
3094
3110
|
/* scoped */
|
|
3095
3111
|
|
|
3096
|
-
var __vue_scope_id__$
|
|
3112
|
+
var __vue_scope_id__$o = undefined;
|
|
3097
3113
|
/* module identifier */
|
|
3098
3114
|
|
|
3099
|
-
var __vue_module_identifier__$
|
|
3115
|
+
var __vue_module_identifier__$o = "data-v-291765d5";
|
|
3100
3116
|
/* functional template */
|
|
3101
3117
|
|
|
3102
|
-
var __vue_is_functional_template__$
|
|
3118
|
+
var __vue_is_functional_template__$o = false;
|
|
3103
3119
|
/* style inject */
|
|
3104
3120
|
|
|
3105
3121
|
/* style inject SSR */
|
|
3106
3122
|
|
|
3107
3123
|
/* style inject shadow dom */
|
|
3108
3124
|
|
|
3109
|
-
var __vue_component__$
|
|
3110
|
-
render: __vue_render__$
|
|
3111
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3112
|
-
}, __vue_inject_styles__$
|
|
3125
|
+
var __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
3126
|
+
render: __vue_render__$o,
|
|
3127
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
3128
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
|
|
3113
3129
|
|
|
3114
|
-
var BtnMic = __vue_component__$
|
|
3130
|
+
var BtnMic = __vue_component__$v;//
|
|
3115
3131
|
//
|
|
3116
3132
|
//
|
|
3117
3133
|
//
|
|
@@ -3133,7 +3149,7 @@ var BtnMic = __vue_component__$u;//
|
|
|
3133
3149
|
//
|
|
3134
3150
|
//
|
|
3135
3151
|
//
|
|
3136
|
-
var script$
|
|
3152
|
+
var script$n = {
|
|
3137
3153
|
props: {
|
|
3138
3154
|
dictionary: {
|
|
3139
3155
|
type: Object,
|
|
@@ -3170,10 +3186,10 @@ var script$m = {
|
|
|
3170
3186
|
}
|
|
3171
3187
|
}
|
|
3172
3188
|
};/* script */
|
|
3173
|
-
var __vue_script__$
|
|
3189
|
+
var __vue_script__$n = script$n;
|
|
3174
3190
|
/* template */
|
|
3175
3191
|
|
|
3176
|
-
var __vue_render__$
|
|
3192
|
+
var __vue_render__$n = function __vue_render__() {
|
|
3177
3193
|
var _vm = this;
|
|
3178
3194
|
|
|
3179
3195
|
var _h = _vm.$createElement;
|
|
@@ -3197,10 +3213,10 @@ var __vue_render__$m = function __vue_render__() {
|
|
|
3197
3213
|
}), _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
3214
|
};
|
|
3199
3215
|
|
|
3200
|
-
var __vue_staticRenderFns__$
|
|
3216
|
+
var __vue_staticRenderFns__$n = [];
|
|
3201
3217
|
/* style */
|
|
3202
3218
|
|
|
3203
|
-
var __vue_inject_styles__$
|
|
3219
|
+
var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
3204
3220
|
if (!inject) return;
|
|
3205
3221
|
inject("data-v-da00a08e_0", {
|
|
3206
3222
|
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 +3227,22 @@ var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
|
3211
3227
|
/* scoped */
|
|
3212
3228
|
|
|
3213
3229
|
|
|
3214
|
-
var __vue_scope_id__$
|
|
3230
|
+
var __vue_scope_id__$n = undefined;
|
|
3215
3231
|
/* module identifier */
|
|
3216
3232
|
|
|
3217
|
-
var __vue_module_identifier__$
|
|
3233
|
+
var __vue_module_identifier__$n = "data-v-da00a08e";
|
|
3218
3234
|
/* functional template */
|
|
3219
3235
|
|
|
3220
|
-
var __vue_is_functional_template__$
|
|
3236
|
+
var __vue_is_functional_template__$n = false;
|
|
3221
3237
|
/* style inject shadow dom */
|
|
3222
3238
|
|
|
3223
|
-
var __vue_component__$
|
|
3224
|
-
render: __vue_render__$
|
|
3225
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3226
|
-
}, __vue_inject_styles__$
|
|
3239
|
+
var __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
3240
|
+
render: __vue_render__$n,
|
|
3241
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
3242
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, createInjectorSSR, undefined);
|
|
3227
3243
|
|
|
3228
|
-
var SingleFilePreview = __vue_component__$
|
|
3229
|
-
var script$
|
|
3244
|
+
var SingleFilePreview = __vue_component__$u;//
|
|
3245
|
+
var script$m = {
|
|
3230
3246
|
components: {
|
|
3231
3247
|
Loader: Loader
|
|
3232
3248
|
},
|
|
@@ -3302,10 +3318,10 @@ var script$l = {
|
|
|
3302
3318
|
}
|
|
3303
3319
|
}
|
|
3304
3320
|
};/* script */
|
|
3305
|
-
var __vue_script__$
|
|
3321
|
+
var __vue_script__$m = script$m;
|
|
3306
3322
|
/* template */
|
|
3307
3323
|
|
|
3308
|
-
var __vue_render__$
|
|
3324
|
+
var __vue_render__$m = function __vue_render__() {
|
|
3309
3325
|
var _vm = this;
|
|
3310
3326
|
|
|
3311
3327
|
var _h = _vm.$createElement;
|
|
@@ -3395,10 +3411,10 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
3395
3411
|
})], 2)], 1);
|
|
3396
3412
|
};
|
|
3397
3413
|
|
|
3398
|
-
var __vue_staticRenderFns__$
|
|
3414
|
+
var __vue_staticRenderFns__$m = [];
|
|
3399
3415
|
/* style */
|
|
3400
3416
|
|
|
3401
|
-
var __vue_inject_styles__$
|
|
3417
|
+
var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
3402
3418
|
if (!inject) return;
|
|
3403
3419
|
inject("data-v-22ab2ae5_0", {
|
|
3404
3420
|
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 +3425,22 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
|
3409
3425
|
/* scoped */
|
|
3410
3426
|
|
|
3411
3427
|
|
|
3412
|
-
var __vue_scope_id__$
|
|
3428
|
+
var __vue_scope_id__$m = undefined;
|
|
3413
3429
|
/* module identifier */
|
|
3414
3430
|
|
|
3415
|
-
var __vue_module_identifier__$
|
|
3431
|
+
var __vue_module_identifier__$m = "data-v-22ab2ae5";
|
|
3416
3432
|
/* functional template */
|
|
3417
3433
|
|
|
3418
|
-
var __vue_is_functional_template__$
|
|
3434
|
+
var __vue_is_functional_template__$m = false;
|
|
3419
3435
|
/* style inject shadow dom */
|
|
3420
3436
|
|
|
3421
|
-
var __vue_component__$
|
|
3422
|
-
render: __vue_render__$
|
|
3423
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3424
|
-
}, __vue_inject_styles__$
|
|
3437
|
+
var __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
3438
|
+
render: __vue_render__$m,
|
|
3439
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
3440
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);
|
|
3425
3441
|
|
|
3426
|
-
var MultipleFilePreview = __vue_component__$
|
|
3427
|
-
var script$
|
|
3442
|
+
var MultipleFilePreview = __vue_component__$t;//
|
|
3443
|
+
var script$l = {
|
|
3428
3444
|
components: {
|
|
3429
3445
|
SingleFilePreview: SingleFilePreview,
|
|
3430
3446
|
MultipleFilePreview: MultipleFilePreview
|
|
@@ -3666,10 +3682,10 @@ var script$k = {
|
|
|
3666
3682
|
}
|
|
3667
3683
|
}
|
|
3668
3684
|
};/* script */
|
|
3669
|
-
var __vue_script__$
|
|
3685
|
+
var __vue_script__$l = script$l;
|
|
3670
3686
|
/* template */
|
|
3671
3687
|
|
|
3672
|
-
var __vue_render__$
|
|
3688
|
+
var __vue_render__$l = function __vue_render__() {
|
|
3673
3689
|
var _vm = this;
|
|
3674
3690
|
|
|
3675
3691
|
var _h = _vm.$createElement;
|
|
@@ -3814,10 +3830,10 @@ var __vue_render__$k = function __vue_render__() {
|
|
|
3814
3830
|
}) : _vm._e()], 1)])], 2);
|
|
3815
3831
|
};
|
|
3816
3832
|
|
|
3817
|
-
var __vue_staticRenderFns__$
|
|
3833
|
+
var __vue_staticRenderFns__$l = [];
|
|
3818
3834
|
/* style */
|
|
3819
3835
|
|
|
3820
|
-
var __vue_inject_styles__$
|
|
3836
|
+
var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
3821
3837
|
if (!inject) return;
|
|
3822
3838
|
inject("data-v-2ac0bc50_0", {
|
|
3823
3839
|
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 +3844,27 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
|
3828
3844
|
/* scoped */
|
|
3829
3845
|
|
|
3830
3846
|
|
|
3831
|
-
var __vue_scope_id__$
|
|
3847
|
+
var __vue_scope_id__$l = undefined;
|
|
3832
3848
|
/* module identifier */
|
|
3833
3849
|
|
|
3834
|
-
var __vue_module_identifier__$
|
|
3850
|
+
var __vue_module_identifier__$l = "data-v-2ac0bc50";
|
|
3835
3851
|
/* functional template */
|
|
3836
3852
|
|
|
3837
|
-
var __vue_is_functional_template__$
|
|
3853
|
+
var __vue_is_functional_template__$l = false;
|
|
3838
3854
|
/* style inject shadow dom */
|
|
3839
3855
|
|
|
3840
|
-
var __vue_component__$
|
|
3841
|
-
render: __vue_render__$
|
|
3842
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3843
|
-
}, __vue_inject_styles__$
|
|
3856
|
+
var __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
3857
|
+
render: __vue_render__$l,
|
|
3858
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
3859
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);
|
|
3844
3860
|
|
|
3845
|
-
var BtnFiles = __vue_component__$
|
|
3861
|
+
var BtnFiles = __vue_component__$s;//
|
|
3846
3862
|
//
|
|
3847
3863
|
//
|
|
3848
3864
|
//
|
|
3849
3865
|
//
|
|
3850
3866
|
//
|
|
3851
|
-
var script$
|
|
3867
|
+
var script$k = {
|
|
3852
3868
|
props: {
|
|
3853
3869
|
dictionary: {
|
|
3854
3870
|
type: Object,
|
|
@@ -3857,10 +3873,10 @@ var script$j = {
|
|
|
3857
3873
|
}
|
|
3858
3874
|
}
|
|
3859
3875
|
};/* script */
|
|
3860
|
-
var __vue_script__$
|
|
3876
|
+
var __vue_script__$k = script$k;
|
|
3861
3877
|
/* template */
|
|
3862
3878
|
|
|
3863
|
-
var __vue_render__$
|
|
3879
|
+
var __vue_render__$k = function __vue_render__() {
|
|
3864
3880
|
var _vm = this;
|
|
3865
3881
|
|
|
3866
3882
|
var _h = _vm.$createElement;
|
|
@@ -3884,37 +3900,37 @@ var __vue_render__$j = function __vue_render__() {
|
|
|
3884
3900
|
})], 1);
|
|
3885
3901
|
};
|
|
3886
3902
|
|
|
3887
|
-
var __vue_staticRenderFns__$
|
|
3903
|
+
var __vue_staticRenderFns__$k = [];
|
|
3888
3904
|
/* style */
|
|
3889
3905
|
|
|
3890
|
-
var __vue_inject_styles__$
|
|
3906
|
+
var __vue_inject_styles__$k = undefined;
|
|
3891
3907
|
/* scoped */
|
|
3892
3908
|
|
|
3893
|
-
var __vue_scope_id__$
|
|
3909
|
+
var __vue_scope_id__$k = undefined;
|
|
3894
3910
|
/* module identifier */
|
|
3895
3911
|
|
|
3896
|
-
var __vue_module_identifier__$
|
|
3912
|
+
var __vue_module_identifier__$k = "data-v-c2fae61e";
|
|
3897
3913
|
/* functional template */
|
|
3898
3914
|
|
|
3899
|
-
var __vue_is_functional_template__$
|
|
3915
|
+
var __vue_is_functional_template__$k = false;
|
|
3900
3916
|
/* style inject */
|
|
3901
3917
|
|
|
3902
3918
|
/* style inject SSR */
|
|
3903
3919
|
|
|
3904
3920
|
/* style inject shadow dom */
|
|
3905
3921
|
|
|
3906
|
-
var __vue_component__$
|
|
3907
|
-
render: __vue_render__$
|
|
3908
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3909
|
-
}, __vue_inject_styles__$
|
|
3922
|
+
var __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
3923
|
+
render: __vue_render__$k,
|
|
3924
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
3925
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
|
|
3910
3926
|
|
|
3911
|
-
var BtnExpand = __vue_component__$
|
|
3927
|
+
var BtnExpand = __vue_component__$r;//
|
|
3912
3928
|
//
|
|
3913
3929
|
//
|
|
3914
3930
|
//
|
|
3915
3931
|
//
|
|
3916
3932
|
//
|
|
3917
|
-
var script$
|
|
3933
|
+
var script$j = {
|
|
3918
3934
|
props: {
|
|
3919
3935
|
dictionary: {
|
|
3920
3936
|
type: Object,
|
|
@@ -3923,10 +3939,10 @@ var script$i = {
|
|
|
3923
3939
|
}
|
|
3924
3940
|
}
|
|
3925
3941
|
};/* script */
|
|
3926
|
-
var __vue_script__$
|
|
3942
|
+
var __vue_script__$j = script$j;
|
|
3927
3943
|
/* template */
|
|
3928
3944
|
|
|
3929
|
-
var __vue_render__$
|
|
3945
|
+
var __vue_render__$j = function __vue_render__() {
|
|
3930
3946
|
var _vm = this;
|
|
3931
3947
|
|
|
3932
3948
|
var _h = _vm.$createElement;
|
|
@@ -3950,31 +3966,31 @@ var __vue_render__$i = function __vue_render__() {
|
|
|
3950
3966
|
})], 1);
|
|
3951
3967
|
};
|
|
3952
3968
|
|
|
3953
|
-
var __vue_staticRenderFns__$
|
|
3969
|
+
var __vue_staticRenderFns__$j = [];
|
|
3954
3970
|
/* style */
|
|
3955
3971
|
|
|
3956
|
-
var __vue_inject_styles__$
|
|
3972
|
+
var __vue_inject_styles__$j = undefined;
|
|
3957
3973
|
/* scoped */
|
|
3958
3974
|
|
|
3959
|
-
var __vue_scope_id__$
|
|
3975
|
+
var __vue_scope_id__$j = undefined;
|
|
3960
3976
|
/* module identifier */
|
|
3961
3977
|
|
|
3962
|
-
var __vue_module_identifier__$
|
|
3978
|
+
var __vue_module_identifier__$j = "data-v-05b2a592";
|
|
3963
3979
|
/* functional template */
|
|
3964
3980
|
|
|
3965
|
-
var __vue_is_functional_template__$
|
|
3981
|
+
var __vue_is_functional_template__$j = false;
|
|
3966
3982
|
/* style inject */
|
|
3967
3983
|
|
|
3968
3984
|
/* style inject SSR */
|
|
3969
3985
|
|
|
3970
3986
|
/* style inject shadow dom */
|
|
3971
3987
|
|
|
3972
|
-
var __vue_component__$
|
|
3973
|
-
render: __vue_render__$
|
|
3974
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3975
|
-
}, __vue_inject_styles__$
|
|
3988
|
+
var __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
3989
|
+
render: __vue_render__$j,
|
|
3990
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
3991
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
|
|
3976
3992
|
|
|
3977
|
-
var BtnStandardMessages = __vue_component__$
|
|
3993
|
+
var BtnStandardMessages = __vue_component__$q;var bind = function bind(fn, thisArg) {
|
|
3978
3994
|
return function wrap() {
|
|
3979
3995
|
var args = new Array(arguments.length);
|
|
3980
3996
|
for (var i = 0; i < args.length; i++) {
|
|
@@ -4929,9 +4945,7 @@ var Cancel_1 = Cancel;var defaults$1 = defaults_1;var xhr = function xhrAdapter(
|
|
|
4929
4945
|
// Send the request
|
|
4930
4946
|
request.send(requestData);
|
|
4931
4947
|
});
|
|
4932
|
-
};
|
|
4933
|
-
|
|
4934
|
-
function createCommonjsModule(fn, basedir, module) {
|
|
4948
|
+
};function createCommonjsModule(fn, basedir, module) {
|
|
4935
4949
|
return module = {
|
|
4936
4950
|
path: basedir,
|
|
4937
4951
|
exports: {},
|
|
@@ -7766,8 +7780,7 @@ var axios_1 = axios$1;
|
|
|
7766
7780
|
var _default = axios$1;
|
|
7767
7781
|
axios_1.default = _default;var axios = axios_1;vue__default["default"].prototype.$httpRequest = axios;
|
|
7768
7782
|
var baseURL = window.location.hostname == 'localhost' ? "https://linux07/im/atdHumano/middleware/smartchannel_api.php" : "https://".concat(window.location.hostname, "/im/atdHumano/middleware/smartchannel_api.php");
|
|
7769
|
-
var dev = window.location.hostname == 'localhost' ? '&teste=levchat2' : '';
|
|
7770
|
-
var standardMessages = {
|
|
7783
|
+
var dev = window.location.hostname == 'localhost' ? '&teste=levchat2' : '';var standardMessages = {
|
|
7771
7784
|
methods: {
|
|
7772
7785
|
getStandardMessages: function getStandardMessages(type, token) {
|
|
7773
7786
|
var _this = this;
|
|
@@ -7781,7 +7794,7 @@ var standardMessages = {
|
|
|
7781
7794
|
return _context.abrupt("return", _this.$httpRequest({
|
|
7782
7795
|
method: 'get',
|
|
7783
7796
|
url: "".concat(baseURL, "/messages/").concat(type, "?token_cliente=").concat(token).concat(dev) // headers: {
|
|
7784
|
-
// Authorization: "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.
|
|
7797
|
+
// Authorization: "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdGQiOiJNS1VuNENMdFVlYTVZeDA4VmltQmgwQWN6Rkp0Y3pIUjZBTXd3eGI0NGF3d1ZTTTh2ZFhPS1pnIiwibWFuYWdlciI6Ik1LVVZkRm8zWmFreGJOUHd6bjNBRjVmVnF1MmVReFEyTUh2ZVloZ3V3SzJMbzU1IiwiaGFzX2luZm9zIjp0cnVlLCJucm9zIjpbIjEwIiwiMjYzIl0sImF1dGgiOiJNS1U3YzZNQnBJWTkyamFKbFZJTXQxd3dpbTRsNXd3Mjc4SU0wdkpRT0JnV3lTeHZZM3k0dmRYIiwiaWF0IjoxNjQ4MTQ2MzEwLCJleHAiOjE2NDgyMzI3MTB9.JSgv4e0DY0gkWaz6u9yBSH2P507zBZoTRKf9ki7TP_M"
|
|
7785
7798
|
// }
|
|
7786
7799
|
|
|
7787
7800
|
}).then(function (response) {
|
|
@@ -7815,7 +7828,7 @@ var standardMessages = {
|
|
|
7815
7828
|
}
|
|
7816
7829
|
}
|
|
7817
7830
|
};//
|
|
7818
|
-
var script$
|
|
7831
|
+
var script$i = {
|
|
7819
7832
|
mixins: [standardMessages],
|
|
7820
7833
|
props: {
|
|
7821
7834
|
dictionary: {
|
|
@@ -8011,10 +8024,10 @@ var script$h = {
|
|
|
8011
8024
|
}
|
|
8012
8025
|
}
|
|
8013
8026
|
};/* script */
|
|
8014
|
-
var __vue_script__$
|
|
8027
|
+
var __vue_script__$i = script$i;
|
|
8015
8028
|
/* template */
|
|
8016
8029
|
|
|
8017
|
-
var __vue_render__$
|
|
8030
|
+
var __vue_render__$i = function __vue_render__() {
|
|
8018
8031
|
var _vm = this;
|
|
8019
8032
|
|
|
8020
8033
|
var _h = _vm.$createElement;
|
|
@@ -8126,10 +8139,10 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
8126
8139
|
}, [_c('VueLoader')], 1) : _vm._e()])], 2)], 2);
|
|
8127
8140
|
};
|
|
8128
8141
|
|
|
8129
|
-
var __vue_staticRenderFns__$
|
|
8142
|
+
var __vue_staticRenderFns__$i = [];
|
|
8130
8143
|
/* style */
|
|
8131
8144
|
|
|
8132
|
-
var __vue_inject_styles__$
|
|
8145
|
+
var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
|
|
8133
8146
|
if (!inject) return;
|
|
8134
8147
|
inject("data-v-d5920a7e_0", {
|
|
8135
8148
|
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}",
|
|
@@ -8140,22 +8153,22 @@ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
|
8140
8153
|
/* scoped */
|
|
8141
8154
|
|
|
8142
8155
|
|
|
8143
|
-
var __vue_scope_id__$
|
|
8156
|
+
var __vue_scope_id__$i = undefined;
|
|
8144
8157
|
/* module identifier */
|
|
8145
8158
|
|
|
8146
|
-
var __vue_module_identifier__$
|
|
8159
|
+
var __vue_module_identifier__$i = "data-v-d5920a7e";
|
|
8147
8160
|
/* functional template */
|
|
8148
8161
|
|
|
8149
|
-
var __vue_is_functional_template__$
|
|
8162
|
+
var __vue_is_functional_template__$i = false;
|
|
8150
8163
|
/* style inject shadow dom */
|
|
8151
8164
|
|
|
8152
|
-
var __vue_component__$
|
|
8153
|
-
render: __vue_render__$
|
|
8154
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8155
|
-
}, __vue_inject_styles__$
|
|
8165
|
+
var __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
8166
|
+
render: __vue_render__$i,
|
|
8167
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
8168
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, createInjectorSSR, undefined);
|
|
8156
8169
|
|
|
8157
|
-
var StandardMessages = __vue_component__$
|
|
8158
|
-
var script$
|
|
8170
|
+
var StandardMessages = __vue_component__$p;//
|
|
8171
|
+
var script$h = {
|
|
8159
8172
|
components: {
|
|
8160
8173
|
BtnEmojis: BtnEmojis,
|
|
8161
8174
|
Loader: Loader,
|
|
@@ -8596,10 +8609,10 @@ var script$g = {
|
|
|
8596
8609
|
window.removeEventListener("message", this.listenerPostMessage);
|
|
8597
8610
|
}
|
|
8598
8611
|
};/* script */
|
|
8599
|
-
var __vue_script__$
|
|
8612
|
+
var __vue_script__$h = script$h;
|
|
8600
8613
|
/* template */
|
|
8601
8614
|
|
|
8602
|
-
var __vue_render__$
|
|
8615
|
+
var __vue_render__$h = function __vue_render__() {
|
|
8603
8616
|
var _vm = this;
|
|
8604
8617
|
|
|
8605
8618
|
var _h = _vm.$createElement;
|
|
@@ -8757,10 +8770,10 @@ var __vue_render__$g = function __vue_render__() {
|
|
|
8757
8770
|
}) : _vm._e()], 1)], 2) : _vm._e();
|
|
8758
8771
|
};
|
|
8759
8772
|
|
|
8760
|
-
var __vue_staticRenderFns__$
|
|
8773
|
+
var __vue_staticRenderFns__$h = [];
|
|
8761
8774
|
/* style */
|
|
8762
8775
|
|
|
8763
|
-
var __vue_inject_styles__$
|
|
8776
|
+
var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
8764
8777
|
if (!inject) return;
|
|
8765
8778
|
inject("data-v-bb390258_0", {
|
|
8766
8779
|
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}",
|
|
@@ -8771,22 +8784,22 @@ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
|
8771
8784
|
/* scoped */
|
|
8772
8785
|
|
|
8773
8786
|
|
|
8774
|
-
var __vue_scope_id__$
|
|
8787
|
+
var __vue_scope_id__$h = undefined;
|
|
8775
8788
|
/* module identifier */
|
|
8776
8789
|
|
|
8777
|
-
var __vue_module_identifier__$
|
|
8790
|
+
var __vue_module_identifier__$h = "data-v-bb390258";
|
|
8778
8791
|
/* functional template */
|
|
8779
8792
|
|
|
8780
|
-
var __vue_is_functional_template__$
|
|
8793
|
+
var __vue_is_functional_template__$h = false;
|
|
8781
8794
|
/* style inject shadow dom */
|
|
8782
8795
|
|
|
8783
|
-
var __vue_component__$
|
|
8784
|
-
render: __vue_render__$
|
|
8785
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8786
|
-
}, __vue_inject_styles__$
|
|
8796
|
+
var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
8797
|
+
render: __vue_render__$h,
|
|
8798
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
8799
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, createInjectorSSR, undefined);
|
|
8787
8800
|
|
|
8788
|
-
var TextFooter = __vue_component__$
|
|
8789
|
-
var script$
|
|
8801
|
+
var TextFooter = __vue_component__$o;//
|
|
8802
|
+
var script$g = {
|
|
8790
8803
|
components: {
|
|
8791
8804
|
TextFooter: TextFooter
|
|
8792
8805
|
},
|
|
@@ -8830,10 +8843,10 @@ var script$f = {
|
|
|
8830
8843
|
}
|
|
8831
8844
|
}
|
|
8832
8845
|
};/* script */
|
|
8833
|
-
var __vue_script__$
|
|
8846
|
+
var __vue_script__$g = script$g;
|
|
8834
8847
|
/* template */
|
|
8835
8848
|
|
|
8836
|
-
var __vue_render__$
|
|
8849
|
+
var __vue_render__$g = function __vue_render__() {
|
|
8837
8850
|
var _vm = this;
|
|
8838
8851
|
|
|
8839
8852
|
var _h = _vm.$createElement;
|
|
@@ -8866,32 +8879,32 @@ var __vue_render__$f = function __vue_render__() {
|
|
|
8866
8879
|
})], 2)]) : _vm._e()], 2)])]);
|
|
8867
8880
|
};
|
|
8868
8881
|
|
|
8869
|
-
var __vue_staticRenderFns__$
|
|
8882
|
+
var __vue_staticRenderFns__$g = [];
|
|
8870
8883
|
/* style */
|
|
8871
8884
|
|
|
8872
|
-
var __vue_inject_styles__$
|
|
8885
|
+
var __vue_inject_styles__$g = undefined;
|
|
8873
8886
|
/* scoped */
|
|
8874
8887
|
|
|
8875
|
-
var __vue_scope_id__$
|
|
8888
|
+
var __vue_scope_id__$g = undefined;
|
|
8876
8889
|
/* module identifier */
|
|
8877
8890
|
|
|
8878
|
-
var __vue_module_identifier__$
|
|
8891
|
+
var __vue_module_identifier__$g = "data-v-4d24e86b";
|
|
8879
8892
|
/* functional template */
|
|
8880
8893
|
|
|
8881
|
-
var __vue_is_functional_template__$
|
|
8894
|
+
var __vue_is_functional_template__$g = false;
|
|
8882
8895
|
/* style inject */
|
|
8883
8896
|
|
|
8884
8897
|
/* style inject SSR */
|
|
8885
8898
|
|
|
8886
8899
|
/* style inject shadow dom */
|
|
8887
8900
|
|
|
8888
|
-
var __vue_component__$
|
|
8889
|
-
render: __vue_render__$
|
|
8890
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8891
|
-
}, __vue_inject_styles__$
|
|
8901
|
+
var __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
8902
|
+
render: __vue_render__$g,
|
|
8903
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
8904
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
|
|
8892
8905
|
|
|
8893
|
-
var TemplateMessage = __vue_component__$
|
|
8894
|
-
var script$
|
|
8906
|
+
var TemplateMessage = __vue_component__$n;//
|
|
8907
|
+
var script$f = {
|
|
8895
8908
|
components: {
|
|
8896
8909
|
TemplateSingle: TemplateSingle,
|
|
8897
8910
|
TemplateMessage: TemplateMessage
|
|
@@ -9078,10 +9091,10 @@ var script$e = {
|
|
|
9078
9091
|
}
|
|
9079
9092
|
}
|
|
9080
9093
|
};/* script */
|
|
9081
|
-
var __vue_script__$
|
|
9094
|
+
var __vue_script__$f = script$f;
|
|
9082
9095
|
/* template */
|
|
9083
9096
|
|
|
9084
|
-
var __vue_render__$
|
|
9097
|
+
var __vue_render__$f = function __vue_render__() {
|
|
9085
9098
|
var _vm = this;
|
|
9086
9099
|
|
|
9087
9100
|
var _h = _vm.$createElement;
|
|
@@ -9148,10 +9161,10 @@ var __vue_render__$e = function __vue_render__() {
|
|
|
9148
9161
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
9149
9162
|
};
|
|
9150
9163
|
|
|
9151
|
-
var __vue_staticRenderFns__$
|
|
9164
|
+
var __vue_staticRenderFns__$f = [];
|
|
9152
9165
|
/* style */
|
|
9153
9166
|
|
|
9154
|
-
var __vue_inject_styles__$
|
|
9167
|
+
var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
9155
9168
|
if (!inject) return;
|
|
9156
9169
|
inject("data-v-1c24c23b_0", {
|
|
9157
9170
|
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}",
|
|
@@ -9162,22 +9175,22 @@ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
|
9162
9175
|
/* scoped */
|
|
9163
9176
|
|
|
9164
9177
|
|
|
9165
|
-
var __vue_scope_id__$
|
|
9178
|
+
var __vue_scope_id__$f = undefined;
|
|
9166
9179
|
/* module identifier */
|
|
9167
9180
|
|
|
9168
|
-
var __vue_module_identifier__$
|
|
9181
|
+
var __vue_module_identifier__$f = "data-v-1c24c23b";
|
|
9169
9182
|
/* functional template */
|
|
9170
9183
|
|
|
9171
|
-
var __vue_is_functional_template__$
|
|
9184
|
+
var __vue_is_functional_template__$f = false;
|
|
9172
9185
|
/* style inject shadow dom */
|
|
9173
9186
|
|
|
9174
|
-
var __vue_component__$
|
|
9175
|
-
render: __vue_render__$
|
|
9176
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9177
|
-
}, __vue_inject_styles__$
|
|
9187
|
+
var __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
9188
|
+
render: __vue_render__$f,
|
|
9189
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
9190
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, createInjectorSSR, undefined);
|
|
9178
9191
|
|
|
9179
|
-
var __vue_component__$
|
|
9180
|
-
var script$
|
|
9192
|
+
var __vue_component__$m = __vue_component__$l;//
|
|
9193
|
+
var script$e = {
|
|
9181
9194
|
components: {
|
|
9182
9195
|
BtnEmojis: BtnEmojis,
|
|
9183
9196
|
BtnFiles: BtnFiles
|
|
@@ -9443,10 +9456,10 @@ var script$d = {
|
|
|
9443
9456
|
}
|
|
9444
9457
|
}
|
|
9445
9458
|
};/* script */
|
|
9446
|
-
var __vue_script__$
|
|
9459
|
+
var __vue_script__$e = script$e;
|
|
9447
9460
|
/* template */
|
|
9448
9461
|
|
|
9449
|
-
var __vue_render__$
|
|
9462
|
+
var __vue_render__$e = function __vue_render__() {
|
|
9450
9463
|
var _vm = this;
|
|
9451
9464
|
|
|
9452
9465
|
var _h = _vm.$createElement;
|
|
@@ -9512,10 +9525,10 @@ var __vue_render__$d = function __vue_render__() {
|
|
|
9512
9525
|
}) : _vm._e(), _vm._ssrNode(" "), _vm._t("btn-1"), _vm._ssrNode(" "), _vm._t("btn-2")], 2)], 2)], 2);
|
|
9513
9526
|
};
|
|
9514
9527
|
|
|
9515
|
-
var __vue_staticRenderFns__$
|
|
9528
|
+
var __vue_staticRenderFns__$e = [];
|
|
9516
9529
|
/* style */
|
|
9517
9530
|
|
|
9518
|
-
var __vue_inject_styles__$
|
|
9531
|
+
var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
9519
9532
|
if (!inject) return;
|
|
9520
9533
|
inject("data-v-35df0b7d_0", {
|
|
9521
9534
|
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}",
|
|
@@ -9526,21 +9539,21 @@ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
|
9526
9539
|
/* scoped */
|
|
9527
9540
|
|
|
9528
9541
|
|
|
9529
|
-
var __vue_scope_id__$
|
|
9542
|
+
var __vue_scope_id__$e = undefined;
|
|
9530
9543
|
/* module identifier */
|
|
9531
9544
|
|
|
9532
|
-
var __vue_module_identifier__$
|
|
9545
|
+
var __vue_module_identifier__$e = "data-v-35df0b7d";
|
|
9533
9546
|
/* functional template */
|
|
9534
9547
|
|
|
9535
|
-
var __vue_is_functional_template__$
|
|
9548
|
+
var __vue_is_functional_template__$e = false;
|
|
9536
9549
|
/* style inject shadow dom */
|
|
9537
9550
|
|
|
9538
|
-
var __vue_component__$
|
|
9539
|
-
render: __vue_render__$
|
|
9540
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9541
|
-
}, __vue_inject_styles__$
|
|
9551
|
+
var __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
9552
|
+
render: __vue_render__$e,
|
|
9553
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
9554
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);
|
|
9542
9555
|
|
|
9543
|
-
var __vue_component__$
|
|
9556
|
+
var __vue_component__$k = __vue_component__$j;var textoLongo = {
|
|
9544
9557
|
methods: {
|
|
9545
9558
|
tratarTextoLongo: function tratarTextoLongo(textoLongo) {
|
|
9546
9559
|
var maxLength = 100;
|
|
@@ -9640,7 +9653,7 @@ var __vue_component__$j = __vue_component__$i;var textoLongo = {
|
|
|
9640
9653
|
console.error(e);
|
|
9641
9654
|
}
|
|
9642
9655
|
}//
|
|
9643
|
-
var script$
|
|
9656
|
+
var script$d = {
|
|
9644
9657
|
props: {
|
|
9645
9658
|
file: {
|
|
9646
9659
|
type: Object,
|
|
@@ -9715,10 +9728,10 @@ var script$c = {
|
|
|
9715
9728
|
}
|
|
9716
9729
|
}
|
|
9717
9730
|
};/* script */
|
|
9718
|
-
var __vue_script__$
|
|
9731
|
+
var __vue_script__$d = script$d;
|
|
9719
9732
|
/* template */
|
|
9720
9733
|
|
|
9721
|
-
var __vue_render__$
|
|
9734
|
+
var __vue_render__$d = function __vue_render__() {
|
|
9722
9735
|
var _vm = this;
|
|
9723
9736
|
|
|
9724
9737
|
var _h = _vm.$createElement;
|
|
@@ -9789,10 +9802,10 @@ var __vue_render__$c = function __vue_render__() {
|
|
|
9789
9802
|
})], 1)]], 2)], 1);
|
|
9790
9803
|
};
|
|
9791
9804
|
|
|
9792
|
-
var __vue_staticRenderFns__$
|
|
9805
|
+
var __vue_staticRenderFns__$d = [];
|
|
9793
9806
|
/* style */
|
|
9794
9807
|
|
|
9795
|
-
var __vue_inject_styles__$
|
|
9808
|
+
var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
9796
9809
|
if (!inject) return;
|
|
9797
9810
|
inject("data-v-6f5fac81_0", {
|
|
9798
9811
|
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}",
|
|
@@ -9807,21 +9820,21 @@ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
|
9807
9820
|
/* scoped */
|
|
9808
9821
|
|
|
9809
9822
|
|
|
9810
|
-
var __vue_scope_id__$
|
|
9823
|
+
var __vue_scope_id__$d = "data-v-6f5fac81";
|
|
9811
9824
|
/* module identifier */
|
|
9812
9825
|
|
|
9813
|
-
var __vue_module_identifier__$
|
|
9826
|
+
var __vue_module_identifier__$d = "data-v-6f5fac81";
|
|
9814
9827
|
/* functional template */
|
|
9815
9828
|
|
|
9816
|
-
var __vue_is_functional_template__$
|
|
9829
|
+
var __vue_is_functional_template__$d = false;
|
|
9817
9830
|
/* style inject shadow dom */
|
|
9818
9831
|
|
|
9819
|
-
var __vue_component__$
|
|
9820
|
-
render: __vue_render__$
|
|
9821
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9822
|
-
}, __vue_inject_styles__$
|
|
9832
|
+
var __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
9833
|
+
render: __vue_render__$d,
|
|
9834
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
9835
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, createInjectorSSR, undefined);
|
|
9823
9836
|
|
|
9824
|
-
var CardFile = __vue_component__$
|
|
9837
|
+
var CardFile = __vue_component__$i;//
|
|
9825
9838
|
//
|
|
9826
9839
|
//
|
|
9827
9840
|
//
|
|
@@ -9838,7 +9851,7 @@ var CardFile = __vue_component__$h;//
|
|
|
9838
9851
|
//
|
|
9839
9852
|
//
|
|
9840
9853
|
//
|
|
9841
|
-
var script$
|
|
9854
|
+
var script$c = {
|
|
9842
9855
|
props: {
|
|
9843
9856
|
hasReply: {
|
|
9844
9857
|
type: Boolean
|
|
@@ -9854,10 +9867,10 @@ var script$b = {
|
|
|
9854
9867
|
}
|
|
9855
9868
|
}
|
|
9856
9869
|
};/* script */
|
|
9857
|
-
var __vue_script__$
|
|
9870
|
+
var __vue_script__$c = script$c;
|
|
9858
9871
|
/* template */
|
|
9859
9872
|
|
|
9860
|
-
var __vue_render__$
|
|
9873
|
+
var __vue_render__$c = function __vue_render__() {
|
|
9861
9874
|
var _vm = this;
|
|
9862
9875
|
|
|
9863
9876
|
var _h = _vm.$createElement;
|
|
@@ -9993,32 +10006,32 @@ var __vue_render__$b = function __vue_render__() {
|
|
|
9993
10006
|
})], 1) : _vm._e()])], 2);
|
|
9994
10007
|
};
|
|
9995
10008
|
|
|
9996
|
-
var __vue_staticRenderFns__$
|
|
10009
|
+
var __vue_staticRenderFns__$c = [];
|
|
9997
10010
|
/* style */
|
|
9998
10011
|
|
|
9999
|
-
var __vue_inject_styles__$
|
|
10012
|
+
var __vue_inject_styles__$c = undefined;
|
|
10000
10013
|
/* scoped */
|
|
10001
10014
|
|
|
10002
|
-
var __vue_scope_id__$
|
|
10015
|
+
var __vue_scope_id__$c = undefined;
|
|
10003
10016
|
/* module identifier */
|
|
10004
10017
|
|
|
10005
|
-
var __vue_module_identifier__$
|
|
10018
|
+
var __vue_module_identifier__$c = "data-v-5f1ba959";
|
|
10006
10019
|
/* functional template */
|
|
10007
10020
|
|
|
10008
|
-
var __vue_is_functional_template__$
|
|
10021
|
+
var __vue_is_functional_template__$c = false;
|
|
10009
10022
|
/* style inject */
|
|
10010
10023
|
|
|
10011
10024
|
/* style inject SSR */
|
|
10012
10025
|
|
|
10013
10026
|
/* style inject shadow dom */
|
|
10014
10027
|
|
|
10015
|
-
var __vue_component__$
|
|
10016
|
-
render: __vue_render__$
|
|
10017
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10018
|
-
}, __vue_inject_styles__$
|
|
10028
|
+
var __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
10029
|
+
render: __vue_render__$c,
|
|
10030
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
10031
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
|
|
10019
10032
|
|
|
10020
|
-
var CardCheck = __vue_component__$
|
|
10021
|
-
var script$
|
|
10033
|
+
var CardCheck = __vue_component__$h;//
|
|
10034
|
+
var script$b = {
|
|
10022
10035
|
components: {
|
|
10023
10036
|
CardFile: CardFile,
|
|
10024
10037
|
CardCheck: CardCheck
|
|
@@ -10151,10 +10164,10 @@ var script$a = {
|
|
|
10151
10164
|
}
|
|
10152
10165
|
}
|
|
10153
10166
|
};/* script */
|
|
10154
|
-
var __vue_script__$
|
|
10167
|
+
var __vue_script__$b = script$b;
|
|
10155
10168
|
/* template */
|
|
10156
10169
|
|
|
10157
|
-
var __vue_render__$
|
|
10170
|
+
var __vue_render__$b = function __vue_render__() {
|
|
10158
10171
|
var _vm = this;
|
|
10159
10172
|
|
|
10160
10173
|
var _h = _vm.$createElement;
|
|
@@ -10206,10 +10219,10 @@ var __vue_render__$a = function __vue_render__() {
|
|
|
10206
10219
|
}) : _vm._e()], 2)], 2)], 2) : _vm._e();
|
|
10207
10220
|
};
|
|
10208
10221
|
|
|
10209
|
-
var __vue_staticRenderFns__$
|
|
10222
|
+
var __vue_staticRenderFns__$b = [];
|
|
10210
10223
|
/* style */
|
|
10211
10224
|
|
|
10212
|
-
var __vue_inject_styles__$
|
|
10225
|
+
var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
10213
10226
|
if (!inject) return;
|
|
10214
10227
|
inject("data-v-4be10146_0", {
|
|
10215
10228
|
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}",
|
|
@@ -10220,22 +10233,22 @@ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
|
10220
10233
|
/* scoped */
|
|
10221
10234
|
|
|
10222
10235
|
|
|
10223
|
-
var __vue_scope_id__$
|
|
10236
|
+
var __vue_scope_id__$b = undefined;
|
|
10224
10237
|
/* module identifier */
|
|
10225
10238
|
|
|
10226
|
-
var __vue_module_identifier__$
|
|
10239
|
+
var __vue_module_identifier__$b = "data-v-4be10146";
|
|
10227
10240
|
/* functional template */
|
|
10228
10241
|
|
|
10229
|
-
var __vue_is_functional_template__$
|
|
10242
|
+
var __vue_is_functional_template__$b = false;
|
|
10230
10243
|
/* style inject shadow dom */
|
|
10231
10244
|
|
|
10232
|
-
var __vue_component__$
|
|
10233
|
-
render: __vue_render__$
|
|
10234
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10235
|
-
}, __vue_inject_styles__$
|
|
10245
|
+
var __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
10246
|
+
render: __vue_render__$b,
|
|
10247
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
10248
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, createInjectorSSR, undefined);
|
|
10236
10249
|
|
|
10237
|
-
var __vue_component__$
|
|
10238
|
-
var script$
|
|
10250
|
+
var __vue_component__$g = __vue_component__$f;//
|
|
10251
|
+
var script$a = {
|
|
10239
10252
|
mixins: [mixin_1],
|
|
10240
10253
|
props: {
|
|
10241
10254
|
lista: {
|
|
@@ -10253,10 +10266,10 @@ var script$9 = {
|
|
|
10253
10266
|
}
|
|
10254
10267
|
}
|
|
10255
10268
|
};/* script */
|
|
10256
|
-
var __vue_script__$
|
|
10269
|
+
var __vue_script__$a = script$a;
|
|
10257
10270
|
/* template */
|
|
10258
10271
|
|
|
10259
|
-
var __vue_render__$
|
|
10272
|
+
var __vue_render__$a = function __vue_render__() {
|
|
10260
10273
|
var _vm = this;
|
|
10261
10274
|
|
|
10262
10275
|
var _h = _vm.$createElement;
|
|
@@ -10278,10 +10291,10 @@ var __vue_render__$9 = function __vue_render__() {
|
|
|
10278
10291
|
}))]);
|
|
10279
10292
|
};
|
|
10280
10293
|
|
|
10281
|
-
var __vue_staticRenderFns__$
|
|
10294
|
+
var __vue_staticRenderFns__$a = [];
|
|
10282
10295
|
/* style */
|
|
10283
10296
|
|
|
10284
|
-
var __vue_inject_styles__$
|
|
10297
|
+
var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
10285
10298
|
if (!inject) return;
|
|
10286
10299
|
inject("data-v-f5d7144e_0", {
|
|
10287
10300
|
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}",
|
|
@@ -10292,22 +10305,22 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
|
10292
10305
|
/* scoped */
|
|
10293
10306
|
|
|
10294
10307
|
|
|
10295
|
-
var __vue_scope_id__$
|
|
10308
|
+
var __vue_scope_id__$a = undefined;
|
|
10296
10309
|
/* module identifier */
|
|
10297
10310
|
|
|
10298
|
-
var __vue_module_identifier__$
|
|
10311
|
+
var __vue_module_identifier__$a = "data-v-f5d7144e";
|
|
10299
10312
|
/* functional template */
|
|
10300
10313
|
|
|
10301
|
-
var __vue_is_functional_template__$
|
|
10314
|
+
var __vue_is_functional_template__$a = false;
|
|
10302
10315
|
/* style inject shadow dom */
|
|
10303
10316
|
|
|
10304
|
-
var __vue_component__$
|
|
10305
|
-
render: __vue_render__$
|
|
10306
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10307
|
-
}, __vue_inject_styles__$
|
|
10317
|
+
var __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
10318
|
+
render: __vue_render__$a,
|
|
10319
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
10320
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, createInjectorSSR, undefined);
|
|
10308
10321
|
|
|
10309
|
-
var InteratividadePopup = __vue_component__$
|
|
10310
|
-
var script$
|
|
10322
|
+
var InteratividadePopup = __vue_component__$e;//
|
|
10323
|
+
var script$9 = {
|
|
10311
10324
|
components: {
|
|
10312
10325
|
InteratividadePopup: InteratividadePopup
|
|
10313
10326
|
},
|
|
@@ -10380,10 +10393,10 @@ var script$8 = {
|
|
|
10380
10393
|
}
|
|
10381
10394
|
}
|
|
10382
10395
|
};/* script */
|
|
10383
|
-
var __vue_script__$
|
|
10396
|
+
var __vue_script__$9 = script$9;
|
|
10384
10397
|
/* template */
|
|
10385
10398
|
|
|
10386
|
-
var __vue_render__$
|
|
10399
|
+
var __vue_render__$9 = function __vue_render__() {
|
|
10387
10400
|
var _vm = this;
|
|
10388
10401
|
|
|
10389
10402
|
var _h = _vm.$createElement;
|
|
@@ -10399,10 +10412,10 @@ var __vue_render__$8 = function __vue_render__() {
|
|
|
10399
10412
|
}) + "</div></div>" : "<!---->")]);
|
|
10400
10413
|
};
|
|
10401
10414
|
|
|
10402
|
-
var __vue_staticRenderFns__$
|
|
10415
|
+
var __vue_staticRenderFns__$9 = [];
|
|
10403
10416
|
/* style */
|
|
10404
10417
|
|
|
10405
|
-
var __vue_inject_styles__$
|
|
10418
|
+
var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
10406
10419
|
if (!inject) return;
|
|
10407
10420
|
inject("data-v-7c3f68fa_0", {
|
|
10408
10421
|
source: ".show-x-enter-active[data-v-7c3f68fa],.show-x-leave-enter[data-v-7c3f68fa]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-7c3f68fa],.show-x-leave-to[data-v-7c3f68fa]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-7c3f68fa]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-7c3f68fa]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-7c3f68fa]{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-7c3f68fa]{padding:0 10px;background:#fff;border-right:1px solid #efefef;border-left:1px solid #efefef;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding-bottom:10px}.interatividade[data-v-7c3f68fa]{margin:10px 0}.interatividade-titulo-form[data-v-7c3f68fa]{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-7c3f68fa]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-7c3f68fa]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-7c3f68fa]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-7c3f68fa]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-7c3f68fa]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-7c3f68fa]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-7c3f68fa]:hover{color:#00628f}",
|
|
@@ -10413,22 +10426,22 @@ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
|
10413
10426
|
/* scoped */
|
|
10414
10427
|
|
|
10415
10428
|
|
|
10416
|
-
var __vue_scope_id__$
|
|
10429
|
+
var __vue_scope_id__$9 = "data-v-7c3f68fa";
|
|
10417
10430
|
/* module identifier */
|
|
10418
10431
|
|
|
10419
|
-
var __vue_module_identifier__$
|
|
10432
|
+
var __vue_module_identifier__$9 = "data-v-7c3f68fa";
|
|
10420
10433
|
/* functional template */
|
|
10421
10434
|
|
|
10422
|
-
var __vue_is_functional_template__$
|
|
10435
|
+
var __vue_is_functional_template__$9 = false;
|
|
10423
10436
|
/* style inject shadow dom */
|
|
10424
10437
|
|
|
10425
|
-
var __vue_component__$
|
|
10426
|
-
render: __vue_render__$
|
|
10427
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10428
|
-
}, __vue_inject_styles__$
|
|
10438
|
+
var __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
10439
|
+
render: __vue_render__$9,
|
|
10440
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
10441
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);
|
|
10429
10442
|
|
|
10430
|
-
var InteratividadeFormulario = __vue_component__$
|
|
10431
|
-
var script$
|
|
10443
|
+
var InteratividadeFormulario = __vue_component__$d;//
|
|
10444
|
+
var script$8 = {
|
|
10432
10445
|
props: {
|
|
10433
10446
|
anexo: {
|
|
10434
10447
|
type: Object,
|
|
@@ -10503,10 +10516,10 @@ var script$7 = {
|
|
|
10503
10516
|
}
|
|
10504
10517
|
}
|
|
10505
10518
|
};/* script */
|
|
10506
|
-
var __vue_script__$
|
|
10519
|
+
var __vue_script__$8 = script$8;
|
|
10507
10520
|
/* template */
|
|
10508
10521
|
|
|
10509
|
-
var __vue_render__$
|
|
10522
|
+
var __vue_render__$8 = function __vue_render__() {
|
|
10510
10523
|
var _vm = this;
|
|
10511
10524
|
|
|
10512
10525
|
var _h = _vm.$createElement;
|
|
@@ -10577,10 +10590,10 @@ var __vue_render__$7 = function __vue_render__() {
|
|
|
10577
10590
|
})], 1)]], 2)], 1);
|
|
10578
10591
|
};
|
|
10579
10592
|
|
|
10580
|
-
var __vue_staticRenderFns__$
|
|
10593
|
+
var __vue_staticRenderFns__$8 = [];
|
|
10581
10594
|
/* style */
|
|
10582
10595
|
|
|
10583
|
-
var __vue_inject_styles__$
|
|
10596
|
+
var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
10584
10597
|
if (!inject) return;
|
|
10585
10598
|
inject("data-v-037d5568_0", {
|
|
10586
10599
|
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}",
|
|
@@ -10591,22 +10604,22 @@ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
|
10591
10604
|
/* scoped */
|
|
10592
10605
|
|
|
10593
10606
|
|
|
10594
|
-
var __vue_scope_id__$
|
|
10607
|
+
var __vue_scope_id__$8 = "data-v-037d5568";
|
|
10595
10608
|
/* module identifier */
|
|
10596
10609
|
|
|
10597
|
-
var __vue_module_identifier__$
|
|
10610
|
+
var __vue_module_identifier__$8 = "data-v-037d5568";
|
|
10598
10611
|
/* functional template */
|
|
10599
10612
|
|
|
10600
|
-
var __vue_is_functional_template__$
|
|
10613
|
+
var __vue_is_functional_template__$8 = false;
|
|
10601
10614
|
/* style inject shadow dom */
|
|
10602
10615
|
|
|
10603
|
-
var __vue_component__$
|
|
10604
|
-
render: __vue_render__$
|
|
10605
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10606
|
-
}, __vue_inject_styles__$
|
|
10616
|
+
var __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
10617
|
+
render: __vue_render__$8,
|
|
10618
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
10619
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);
|
|
10607
10620
|
|
|
10608
|
-
var CardAttachment = __vue_component__$
|
|
10609
|
-
var script$
|
|
10621
|
+
var CardAttachment = __vue_component__$c;//
|
|
10622
|
+
var script$7 = {
|
|
10610
10623
|
components: {
|
|
10611
10624
|
CardAttachment: CardAttachment
|
|
10612
10625
|
},
|
|
@@ -10716,10 +10729,10 @@ var script$6 = {
|
|
|
10716
10729
|
}
|
|
10717
10730
|
}
|
|
10718
10731
|
};/* script */
|
|
10719
|
-
var __vue_script__$
|
|
10732
|
+
var __vue_script__$7 = script$7;
|
|
10720
10733
|
/* template */
|
|
10721
10734
|
|
|
10722
|
-
var __vue_render__$
|
|
10735
|
+
var __vue_render__$7 = function __vue_render__() {
|
|
10723
10736
|
var _vm = this;
|
|
10724
10737
|
|
|
10725
10738
|
var _h = _vm.$createElement;
|
|
@@ -10760,10 +10773,10 @@ var __vue_render__$6 = function __vue_render__() {
|
|
|
10760
10773
|
}), 0) : _vm._e()], 2)], 2) : _vm._e();
|
|
10761
10774
|
};
|
|
10762
10775
|
|
|
10763
|
-
var __vue_staticRenderFns__$
|
|
10776
|
+
var __vue_staticRenderFns__$7 = [];
|
|
10764
10777
|
/* style */
|
|
10765
10778
|
|
|
10766
|
-
var __vue_inject_styles__$
|
|
10779
|
+
var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
10767
10780
|
if (!inject) return;
|
|
10768
10781
|
inject("data-v-60eaca73_0", {
|
|
10769
10782
|
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%}",
|
|
@@ -10774,22 +10787,22 @@ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
|
10774
10787
|
/* scoped */
|
|
10775
10788
|
|
|
10776
10789
|
|
|
10777
|
-
var __vue_scope_id__$
|
|
10790
|
+
var __vue_scope_id__$7 = "data-v-60eaca73";
|
|
10778
10791
|
/* module identifier */
|
|
10779
10792
|
|
|
10780
|
-
var __vue_module_identifier__$
|
|
10793
|
+
var __vue_module_identifier__$7 = "data-v-60eaca73";
|
|
10781
10794
|
/* functional template */
|
|
10782
10795
|
|
|
10783
|
-
var __vue_is_functional_template__$
|
|
10796
|
+
var __vue_is_functional_template__$7 = false;
|
|
10784
10797
|
/* style inject shadow dom */
|
|
10785
10798
|
|
|
10786
|
-
var __vue_component__$
|
|
10787
|
-
render: __vue_render__$
|
|
10788
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10789
|
-
}, __vue_inject_styles__$
|
|
10799
|
+
var __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
10800
|
+
render: __vue_render__$7,
|
|
10801
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
10802
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);
|
|
10790
10803
|
|
|
10791
|
-
var __vue_component__$
|
|
10792
|
-
var script$
|
|
10804
|
+
var __vue_component__$b = __vue_component__$a;//
|
|
10805
|
+
var script$6 = {
|
|
10793
10806
|
components: {
|
|
10794
10807
|
Loader: Loader
|
|
10795
10808
|
},
|
|
@@ -10863,10 +10876,10 @@ var script$5 = {
|
|
|
10863
10876
|
}
|
|
10864
10877
|
}
|
|
10865
10878
|
};/* script */
|
|
10866
|
-
var __vue_script__$
|
|
10879
|
+
var __vue_script__$6 = script$6;
|
|
10867
10880
|
/* template */
|
|
10868
10881
|
|
|
10869
|
-
var __vue_render__$
|
|
10882
|
+
var __vue_render__$6 = function __vue_render__() {
|
|
10870
10883
|
var _vm = this;
|
|
10871
10884
|
|
|
10872
10885
|
var _h = _vm.$createElement;
|
|
@@ -10995,10 +11008,10 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
10995
11008
|
})], 1) : _vm._e()])], 1)], 1);
|
|
10996
11009
|
};
|
|
10997
11010
|
|
|
10998
|
-
var __vue_staticRenderFns__$
|
|
11011
|
+
var __vue_staticRenderFns__$6 = [];
|
|
10999
11012
|
/* style */
|
|
11000
11013
|
|
|
11001
|
-
var __vue_inject_styles__$
|
|
11014
|
+
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
11002
11015
|
if (!inject) return;
|
|
11003
11016
|
inject("data-v-23ebefcd_0", {
|
|
11004
11017
|
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}",
|
|
@@ -11009,22 +11022,22 @@ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
|
11009
11022
|
/* scoped */
|
|
11010
11023
|
|
|
11011
11024
|
|
|
11012
|
-
var __vue_scope_id__$
|
|
11025
|
+
var __vue_scope_id__$6 = "data-v-23ebefcd";
|
|
11013
11026
|
/* module identifier */
|
|
11014
11027
|
|
|
11015
|
-
var __vue_module_identifier__$
|
|
11028
|
+
var __vue_module_identifier__$6 = "data-v-23ebefcd";
|
|
11016
11029
|
/* functional template */
|
|
11017
11030
|
|
|
11018
|
-
var __vue_is_functional_template__$
|
|
11031
|
+
var __vue_is_functional_template__$6 = false;
|
|
11019
11032
|
/* style inject shadow dom */
|
|
11020
11033
|
|
|
11021
|
-
var __vue_component__$
|
|
11022
|
-
render: __vue_render__$
|
|
11023
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11024
|
-
}, __vue_inject_styles__$
|
|
11034
|
+
var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
11035
|
+
render: __vue_render__$6,
|
|
11036
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
11037
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);
|
|
11025
11038
|
|
|
11026
|
-
var AnexoMensagem = __vue_component__$
|
|
11027
|
-
var script$
|
|
11039
|
+
var AnexoMensagem = __vue_component__$9;//
|
|
11040
|
+
var script$5 = {
|
|
11028
11041
|
components: {
|
|
11029
11042
|
InteratividadePopup: InteratividadePopup
|
|
11030
11043
|
},
|
|
@@ -11069,10 +11082,10 @@ var script$4 = {
|
|
|
11069
11082
|
}
|
|
11070
11083
|
}
|
|
11071
11084
|
};/* script */
|
|
11072
|
-
var __vue_script__$
|
|
11085
|
+
var __vue_script__$5 = script$5;
|
|
11073
11086
|
/* template */
|
|
11074
11087
|
|
|
11075
|
-
var __vue_render__$
|
|
11088
|
+
var __vue_render__$5 = function __vue_render__() {
|
|
11076
11089
|
var _vm = this;
|
|
11077
11090
|
|
|
11078
11091
|
var _h = _vm.$createElement;
|
|
@@ -11100,10 +11113,10 @@ var __vue_render__$4 = function __vue_render__() {
|
|
|
11100
11113
|
}) : 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);
|
|
11101
11114
|
};
|
|
11102
11115
|
|
|
11103
|
-
var __vue_staticRenderFns__$
|
|
11116
|
+
var __vue_staticRenderFns__$5 = [];
|
|
11104
11117
|
/* style */
|
|
11105
11118
|
|
|
11106
|
-
var __vue_inject_styles__$
|
|
11119
|
+
var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
11107
11120
|
if (!inject) return;
|
|
11108
11121
|
inject("data-v-265335df_0", {
|
|
11109
11122
|
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}",
|
|
@@ -11114,10 +11127,181 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
|
11114
11127
|
/* scoped */
|
|
11115
11128
|
|
|
11116
11129
|
|
|
11117
|
-
var __vue_scope_id__$
|
|
11130
|
+
var __vue_scope_id__$5 = undefined;
|
|
11118
11131
|
/* module identifier */
|
|
11119
11132
|
|
|
11120
|
-
var __vue_module_identifier__$
|
|
11133
|
+
var __vue_module_identifier__$5 = "data-v-265335df";
|
|
11134
|
+
/* functional template */
|
|
11135
|
+
|
|
11136
|
+
var __vue_is_functional_template__$5 = false;
|
|
11137
|
+
/* style inject shadow dom */
|
|
11138
|
+
|
|
11139
|
+
var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
11140
|
+
render: __vue_render__$5,
|
|
11141
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
11142
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);
|
|
11143
|
+
|
|
11144
|
+
var InteratividadeBotoes = __vue_component__$8;var script$4 = {
|
|
11145
|
+
props: {
|
|
11146
|
+
message: {
|
|
11147
|
+
type: String,
|
|
11148
|
+
default: ""
|
|
11149
|
+
}
|
|
11150
|
+
},
|
|
11151
|
+
data: function data() {
|
|
11152
|
+
return {
|
|
11153
|
+
linkPreview: {
|
|
11154
|
+
description: "",
|
|
11155
|
+
imageSource: "",
|
|
11156
|
+
colorTheme: "",
|
|
11157
|
+
isValid: false
|
|
11158
|
+
}
|
|
11159
|
+
};
|
|
11160
|
+
},
|
|
11161
|
+
mounted: function mounted() {
|
|
11162
|
+
var _this = this;
|
|
11163
|
+
|
|
11164
|
+
this.$nextTick(function () {
|
|
11165
|
+
_this.gerarPreview();
|
|
11166
|
+
});
|
|
11167
|
+
},
|
|
11168
|
+
methods: {
|
|
11169
|
+
gerarPreview: function gerarPreview() {
|
|
11170
|
+
var _this2 = this;
|
|
11171
|
+
|
|
11172
|
+
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
11173
|
+
var isSticker, regex, url, encodedURL, response, data, st_ret, msg_ret, raspagem, description, og, theme_color;
|
|
11174
|
+
return regeneratorRuntime.wrap(function _callee$(_context) {
|
|
11175
|
+
while (1) {
|
|
11176
|
+
switch (_context.prev = _context.next) {
|
|
11177
|
+
case 0:
|
|
11178
|
+
_context.prev = 0;
|
|
11179
|
+
|
|
11180
|
+
if (_this2.message) {
|
|
11181
|
+
_context.next = 3;
|
|
11182
|
+
break;
|
|
11183
|
+
}
|
|
11184
|
+
|
|
11185
|
+
return _context.abrupt("return");
|
|
11186
|
+
|
|
11187
|
+
case 3:
|
|
11188
|
+
isSticker = _this2.message.indexOf("KSTICKERK") < 0 ? false : true;
|
|
11189
|
+
|
|
11190
|
+
if (!isSticker) {
|
|
11191
|
+
_context.next = 6;
|
|
11192
|
+
break;
|
|
11193
|
+
}
|
|
11194
|
+
|
|
11195
|
+
return _context.abrupt("return");
|
|
11196
|
+
|
|
11197
|
+
case 6:
|
|
11198
|
+
regex = /(https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|www\.[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9]+\.[^\s]{2,}|www\.[a-zA-Z0-9]+\.[^\s]{2,})/g;
|
|
11199
|
+
url = regex.exec(_this2.message);
|
|
11200
|
+
|
|
11201
|
+
if (url[0]) {
|
|
11202
|
+
_context.next = 10;
|
|
11203
|
+
break;
|
|
11204
|
+
}
|
|
11205
|
+
|
|
11206
|
+
return _context.abrupt("return", console.warn("URL invalida para gerar preview"));
|
|
11207
|
+
|
|
11208
|
+
case 10:
|
|
11209
|
+
encodedURL = Buffer(url[0]).toString("base64");
|
|
11210
|
+
_context.next = 13;
|
|
11211
|
+
return _this2.$httpRequest({
|
|
11212
|
+
method: 'get',
|
|
11213
|
+
url: "".concat(baseURL, "/preview?url=").concat(encodedURL).concat(dev) // headers: {
|
|
11214
|
+
// Authorization: "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdGQiOiJNS1VuNENMdFVlYTVZeDA4VmltQmgwQWN6Rkp0Y3pIUjZBTXd3eGI0NGF3d1ZTTTh2ZFhPS1pnIiwibWFuYWdlciI6Ik1LVVZkRm8zWmFreGJOUHd6bjNBRjVmVnF1MmVReFEyTUh2ZVloZ3V3SzJMbzU1IiwiaGFzX2luZm9zIjp0cnVlLCJucm9zIjpbIjEwIiwiMjYzIl0sImF1dGgiOiJNS1U3YzZNQnBJWTkyamFKbFZJTXQxd3dpbTRsNXd3Mjc4SU0wdkpRT0JnV3lTeHZZM3k0dmRYIiwiaWF0IjoxNjQ4MTQ2MzEwLCJleHAiOjE2NDgyMzI3MTB9.JSgv4e0DY0gkWaz6u9yBSH2P507zBZoTRKf9ki7TP_M"
|
|
11215
|
+
// }
|
|
11216
|
+
|
|
11217
|
+
});
|
|
11218
|
+
|
|
11219
|
+
case 13:
|
|
11220
|
+
response = _context.sent;
|
|
11221
|
+
|
|
11222
|
+
if (!(_typeof(response) != "object" || _typeof(response.data) != "object")) {
|
|
11223
|
+
_context.next = 16;
|
|
11224
|
+
break;
|
|
11225
|
+
}
|
|
11226
|
+
|
|
11227
|
+
throw "Retorno incorreto";
|
|
11228
|
+
|
|
11229
|
+
case 16:
|
|
11230
|
+
data = response.data;
|
|
11231
|
+
st_ret = data.st_ret, msg_ret = data.msg_ret, raspagem = data.raspagem;
|
|
11232
|
+
|
|
11233
|
+
if (!(st_ret != "OK")) {
|
|
11234
|
+
_context.next = 20;
|
|
11235
|
+
break;
|
|
11236
|
+
}
|
|
11237
|
+
|
|
11238
|
+
throw "".concat(st_ret, " - ").concat(msg_ret);
|
|
11239
|
+
|
|
11240
|
+
case 20:
|
|
11241
|
+
if (raspagem) {
|
|
11242
|
+
_context.next = 22;
|
|
11243
|
+
break;
|
|
11244
|
+
}
|
|
11245
|
+
|
|
11246
|
+
throw "".concat(st_ret, " - ").concat(msg_ret, " | (Raspagem nao encontrada no retorno)");
|
|
11247
|
+
|
|
11248
|
+
case 22:
|
|
11249
|
+
description = raspagem.description, og = raspagem.og, theme_color = raspagem.theme_color;
|
|
11250
|
+
if (description) _this2.linkPreview.description = description;
|
|
11251
|
+
if (og && og.image) _this2.linkPreview.imageSource = og.image;
|
|
11252
|
+
if (theme_color) _this2.linkPreview.colorTheme = theme_color;
|
|
11253
|
+
if (_this2.linkPreview.description || _this2.linkPreview.imageSource) _this2.linkPreview.isValid = true;
|
|
11254
|
+
_context.next = 32;
|
|
11255
|
+
break;
|
|
11256
|
+
|
|
11257
|
+
case 29:
|
|
11258
|
+
_context.prev = 29;
|
|
11259
|
+
_context.t0 = _context["catch"](0);
|
|
11260
|
+
console.error("Erro ao gerar o preview do link: ", _context.t0);
|
|
11261
|
+
|
|
11262
|
+
case 32:
|
|
11263
|
+
case "end":
|
|
11264
|
+
return _context.stop();
|
|
11265
|
+
}
|
|
11266
|
+
}
|
|
11267
|
+
}, _callee, null, [[0, 29]]);
|
|
11268
|
+
}))();
|
|
11269
|
+
}
|
|
11270
|
+
}
|
|
11271
|
+
};/* script */
|
|
11272
|
+
var __vue_script__$4 = script$4;
|
|
11273
|
+
/* template */
|
|
11274
|
+
|
|
11275
|
+
var __vue_render__$4 = function __vue_render__() {
|
|
11276
|
+
var _vm = this;
|
|
11277
|
+
|
|
11278
|
+
var _h = _vm.$createElement;
|
|
11279
|
+
|
|
11280
|
+
var _c = _vm._self._c || _h;
|
|
11281
|
+
|
|
11282
|
+
return _vm.linkPreview.isValid ? _c('div', {
|
|
11283
|
+
staticClass: "link-preview"
|
|
11284
|
+
}, [_vm._ssrNode((_vm.linkPreview.imageSource ? "<div class=\"link-preview-image\"" + _vm._ssrStyle(null, _vm.linkPreview.colorTheme ? "background-color: " + _vm.linkPreview.colorTheme : '', null) + " data-v-7adb96a6><img" + _vm._ssrAttr("src", _vm.linkPreview.imageSource) + " alt=\"Imagem referente ao link\" data-v-7adb96a6></div>" : "<!---->") + " " + (_vm.linkPreview.description ? "<div class=\"link-preview-infos\" data-v-7adb96a6>" + (_vm.linkPreview.description ? "<p data-v-7adb96a6>" + _vm._ssrEscape(_vm._s(_vm.linkPreview.description)) + "</p>" : "<!---->") + "</div>" : "<!---->"))]) : _vm._e();
|
|
11285
|
+
};
|
|
11286
|
+
|
|
11287
|
+
var __vue_staticRenderFns__$4 = [];
|
|
11288
|
+
/* style */
|
|
11289
|
+
|
|
11290
|
+
var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
11291
|
+
if (!inject) return;
|
|
11292
|
+
inject("data-v-7adb96a6_0", {
|
|
11293
|
+
source: ".link-preview[data-v-7adb96a6]{display:flex;flex-direction:column}.link-preview-image[data-v-7adb96a6]{display:flex;justify-content:center;align-items:center;padding:10px}.link-preview-image img[data-v-7adb96a6]{max-width:250px}.link-preview-infos[data-v-7adb96a6]{background-color:rgba(0,0,0,.1);padding:10px;font-size:.8rem}",
|
|
11294
|
+
map: undefined,
|
|
11295
|
+
media: undefined
|
|
11296
|
+
});
|
|
11297
|
+
};
|
|
11298
|
+
/* scoped */
|
|
11299
|
+
|
|
11300
|
+
|
|
11301
|
+
var __vue_scope_id__$4 = "data-v-7adb96a6";
|
|
11302
|
+
/* module identifier */
|
|
11303
|
+
|
|
11304
|
+
var __vue_module_identifier__$4 = "data-v-7adb96a6";
|
|
11121
11305
|
/* functional template */
|
|
11122
11306
|
|
|
11123
11307
|
var __vue_is_functional_template__$4 = false;
|
|
@@ -11128,16 +11312,13 @@ var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
|
11128
11312
|
staticRenderFns: __vue_staticRenderFns__$4
|
|
11129
11313
|
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, createInjectorSSR, undefined);
|
|
11130
11314
|
|
|
11131
|
-
var
|
|
11132
|
-
(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;}})}));
|
|
11133
|
-
|
|
11134
|
-
});//
|
|
11315
|
+
var LinkPreview = __vue_component__$7;//
|
|
11135
11316
|
var script$3 = {
|
|
11136
11317
|
components: {
|
|
11137
11318
|
AnexoMensagem: AnexoMensagem,
|
|
11138
11319
|
InteratividadeBotoes: InteratividadeBotoes,
|
|
11139
11320
|
InteratividadeFormulario: InteratividadeFormulario,
|
|
11140
|
-
|
|
11321
|
+
LinkPreview: LinkPreview
|
|
11141
11322
|
},
|
|
11142
11323
|
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"],
|
|
11143
11324
|
data: function data() {
|
|
@@ -11159,8 +11340,7 @@ var script$3 = {
|
|
|
11159
11340
|
rotateControl: false,
|
|
11160
11341
|
fullscreenControl: false,
|
|
11161
11342
|
disableDefaultUI: false
|
|
11162
|
-
}
|
|
11163
|
-
linkPreview: ""
|
|
11343
|
+
}
|
|
11164
11344
|
};
|
|
11165
11345
|
},
|
|
11166
11346
|
computed: {
|
|
@@ -11238,7 +11418,9 @@ var script$3 = {
|
|
|
11238
11418
|
this.urlFileName = this.getUrlFileName();
|
|
11239
11419
|
this.message = this.removeUrlStickerByString(this.urlSticker);
|
|
11240
11420
|
}
|
|
11241
|
-
} catch (error) {
|
|
11421
|
+
} catch (error) {
|
|
11422
|
+
console.error("Error validating url to msg: ", error);
|
|
11423
|
+
}
|
|
11242
11424
|
},
|
|
11243
11425
|
getUrlFileName: function getUrlFileName() {
|
|
11244
11426
|
var urlRegex = /(?<=\/)[^\/\?#]+(?=[^\/]*$)/;
|
|
@@ -11255,10 +11437,7 @@ var script$3 = {
|
|
|
11255
11437
|
return url;
|
|
11256
11438
|
},
|
|
11257
11439
|
validadeIfExistsSticker: function validadeIfExistsSticker() {
|
|
11258
|
-
if (this.message && this.message.indexOf("KSTICKERK https://
|
|
11259
|
-
return true;
|
|
11260
|
-
}
|
|
11261
|
-
|
|
11440
|
+
if (this.message && this.message.indexOf("KSTICKERK https://") === 0) return true;
|
|
11262
11441
|
return false;
|
|
11263
11442
|
},
|
|
11264
11443
|
setCorMsg: function setCorMsg() {
|
|
@@ -11302,8 +11481,7 @@ var script$3 = {
|
|
|
11302
11481
|
},
|
|
11303
11482
|
formatMsg: function formatMsg(msg) {
|
|
11304
11483
|
var regex = /(\n| )/g;
|
|
11305
|
-
if (regex.test(msg)) msg = msg.replace(regex, "<br>");
|
|
11306
|
-
|
|
11484
|
+
if (regex.test(msg)) msg = msg.replace(regex, "<br>");
|
|
11307
11485
|
return msg;
|
|
11308
11486
|
}
|
|
11309
11487
|
}
|
|
@@ -11334,7 +11512,11 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
11334
11512
|
mapa: _vm.mapa,
|
|
11335
11513
|
'hist-msg': _vm.histMsg
|
|
11336
11514
|
}
|
|
11337
|
-
}, [_vm.
|
|
11515
|
+
}, [_vm.link && !_vm.mapa ? _c('LinkPreview', {
|
|
11516
|
+
attrs: {
|
|
11517
|
+
"message": _vm.message
|
|
11518
|
+
}
|
|
11519
|
+
}) : _vm._e(), _vm._v(" "), _vm.anexos && _vm.anexos.length ? _vm._l(_vm.anexos, function (anexo, index) {
|
|
11338
11520
|
return _c('div', {
|
|
11339
11521
|
key: index,
|
|
11340
11522
|
staticClass: "mensagem-anexo"
|
|
@@ -11587,7 +11769,7 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
11587
11769
|
|
|
11588
11770
|
var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
11589
11771
|
if (!inject) return;
|
|
11590
|
-
inject("data-v-
|
|
11772
|
+
inject("data-v-bf266214_0", {
|
|
11591
11773
|
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}",
|
|
11592
11774
|
map: undefined,
|
|
11593
11775
|
media: undefined
|
|
@@ -11599,7 +11781,7 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
|
11599
11781
|
var __vue_scope_id__$3 = undefined;
|
|
11600
11782
|
/* module identifier */
|
|
11601
11783
|
|
|
11602
|
-
var __vue_module_identifier__$3 = "data-v-
|
|
11784
|
+
var __vue_module_identifier__$3 = "data-v-bf266214";
|
|
11603
11785
|
/* functional template */
|
|
11604
11786
|
|
|
11605
11787
|
var __vue_is_functional_template__$3 = false;
|
|
@@ -11979,7 +12161,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
11979
12161
|
staticRenderFns: __vue_staticRenderFns__
|
|
11980
12162
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, createInjectorSSR, undefined);
|
|
11981
12163
|
|
|
11982
|
-
var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object.freeze({__proto__:null,TemplateGenerator:__vue_component__$
|
|
12164
|
+
var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object.freeze({__proto__:null,TemplateGenerator:__vue_component__$m,TextFooter:TextFooter,ExpandTextarea:__vue_component__$k,Card:__vue_component__$g,InteratividadeFormulario:InteratividadeFormulario,CardMessages:__vue_component__$b,ChatMessages:__vue_component__$6,BtnEmojis:BtnEmojis,SimpleButton:__vue_component__$3,ScrollContent:__vue_component__$1,VueLoader:Loader});var install = function installVueIntergrallPlugins(Vue) {
|
|
11983
12165
|
Object.entries(components$1).forEach(function (_ref) {
|
|
11984
12166
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
11985
12167
|
componentName = _ref2[0],
|
|
@@ -11988,7 +12170,7 @@ var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object
|
|
|
11988
12170
|
Vue.component(componentName, component);
|
|
11989
12171
|
});
|
|
11990
12172
|
}; // Create module definition for Vue.use()
|
|
11991
|
-
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,TemplateGenerator:__vue_component__$
|
|
12173
|
+
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,TemplateGenerator:__vue_component__$m,TextFooter:TextFooter,ExpandTextarea:__vue_component__$k,Card:__vue_component__$g,InteratividadeFormulario:InteratividadeFormulario,CardMessages:__vue_component__$b,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
|
|
11992
12174
|
// that global var (eg. plugin.component)
|
|
11993
12175
|
|
|
11994
12176
|
Object.entries(components).forEach(function (_ref) {
|