vue-intergrall-plugins 0.0.216 → 0.0.219
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 +773 -411
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +711 -419
- package/package.json +1 -1
- package/src/lib-components/Chat/BtnFiles.vue +14 -3
- package/src/lib-components/Chat/TextFooter.vue +4 -0
- package/src/lib-components/Email/EmailFile.vue +131 -0
- package/src/lib-components/Email/EmailItem.vue +186 -0
|
@@ -1852,7 +1852,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1852
1852
|
//
|
|
1853
1853
|
//
|
|
1854
1854
|
//
|
|
1855
|
-
var script$
|
|
1855
|
+
var script$w = {
|
|
1856
1856
|
data: function data() {
|
|
1857
1857
|
return {
|
|
1858
1858
|
varValues: {},
|
|
@@ -2137,10 +2137,10 @@ var script$u = {
|
|
|
2137
2137
|
}
|
|
2138
2138
|
return script;
|
|
2139
2139
|
}/* script */
|
|
2140
|
-
var __vue_script__$
|
|
2140
|
+
var __vue_script__$w = script$w;
|
|
2141
2141
|
/* template */
|
|
2142
2142
|
|
|
2143
|
-
var __vue_render__$
|
|
2143
|
+
var __vue_render__$w = function __vue_render__() {
|
|
2144
2144
|
var _vm = this;
|
|
2145
2145
|
|
|
2146
2146
|
var _h = _vm.$createElement;
|
|
@@ -2172,31 +2172,31 @@ var __vue_render__$u = function __vue_render__() {
|
|
|
2172
2172
|
})], 2)]) : _vm._e()], 2);
|
|
2173
2173
|
};
|
|
2174
2174
|
|
|
2175
|
-
var __vue_staticRenderFns__$
|
|
2175
|
+
var __vue_staticRenderFns__$w = [];
|
|
2176
2176
|
/* style */
|
|
2177
2177
|
|
|
2178
|
-
var __vue_inject_styles__$
|
|
2178
|
+
var __vue_inject_styles__$w = undefined;
|
|
2179
2179
|
/* scoped */
|
|
2180
2180
|
|
|
2181
|
-
var __vue_scope_id__$
|
|
2181
|
+
var __vue_scope_id__$w = undefined;
|
|
2182
2182
|
/* module identifier */
|
|
2183
2183
|
|
|
2184
|
-
var __vue_module_identifier__$
|
|
2184
|
+
var __vue_module_identifier__$w = "data-v-b408301c";
|
|
2185
2185
|
/* functional template */
|
|
2186
2186
|
|
|
2187
|
-
var __vue_is_functional_template__$
|
|
2187
|
+
var __vue_is_functional_template__$w = false;
|
|
2188
2188
|
/* style inject */
|
|
2189
2189
|
|
|
2190
2190
|
/* style inject SSR */
|
|
2191
2191
|
|
|
2192
2192
|
/* style inject shadow dom */
|
|
2193
2193
|
|
|
2194
|
-
var __vue_component__$
|
|
2195
|
-
render: __vue_render__$
|
|
2196
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2197
|
-
}, __vue_inject_styles__$
|
|
2194
|
+
var __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
2195
|
+
render: __vue_render__$w,
|
|
2196
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
2197
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);
|
|
2198
2198
|
|
|
2199
|
-
var TemplateSingle = __vue_component__$
|
|
2199
|
+
var TemplateSingle = __vue_component__$E;var setResizeListeners = function setResizeListeners($el, inputClass, parentClass) {
|
|
2200
2200
|
var inputTargets = $el.querySelectorAll(inputClass);
|
|
2201
2201
|
inputTargets.forEach(function (target) {
|
|
2202
2202
|
target.addEventListener("input", function () {
|
|
@@ -2376,7 +2376,7 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2376
2376
|
//
|
|
2377
2377
|
//
|
|
2378
2378
|
//
|
|
2379
|
-
var script$
|
|
2379
|
+
var script$v = {};function createInjectorSSR(context) {
|
|
2380
2380
|
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
|
2381
2381
|
context = __VUE_SSR_CONTEXT__;
|
|
2382
2382
|
}
|
|
@@ -2417,10 +2417,10 @@ function renderStyles(styles) {
|
|
|
2417
2417
|
}
|
|
2418
2418
|
return css;
|
|
2419
2419
|
}/* script */
|
|
2420
|
-
var __vue_script__$
|
|
2420
|
+
var __vue_script__$v = script$v;
|
|
2421
2421
|
/* template */
|
|
2422
2422
|
|
|
2423
|
-
var __vue_render__$
|
|
2423
|
+
var __vue_render__$v = function __vue_render__() {
|
|
2424
2424
|
var _vm = this;
|
|
2425
2425
|
|
|
2426
2426
|
var _h = _vm.$createElement;
|
|
@@ -2432,10 +2432,10 @@ var __vue_render__$t = function __vue_render__() {
|
|
|
2432
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>")]);
|
|
2433
2433
|
};
|
|
2434
2434
|
|
|
2435
|
-
var __vue_staticRenderFns__$
|
|
2435
|
+
var __vue_staticRenderFns__$v = [];
|
|
2436
2436
|
/* style */
|
|
2437
2437
|
|
|
2438
|
-
var __vue_inject_styles__$
|
|
2438
|
+
var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
|
|
2439
2439
|
if (!inject) return;
|
|
2440
2440
|
inject("data-v-606babe9_0", {
|
|
2441
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}",
|
|
@@ -2446,22 +2446,22 @@ var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
|
|
|
2446
2446
|
/* scoped */
|
|
2447
2447
|
|
|
2448
2448
|
|
|
2449
|
-
var __vue_scope_id__$
|
|
2449
|
+
var __vue_scope_id__$v = undefined;
|
|
2450
2450
|
/* module identifier */
|
|
2451
2451
|
|
|
2452
|
-
var __vue_module_identifier__$
|
|
2452
|
+
var __vue_module_identifier__$v = "data-v-606babe9";
|
|
2453
2453
|
/* functional template */
|
|
2454
2454
|
|
|
2455
|
-
var __vue_is_functional_template__$
|
|
2455
|
+
var __vue_is_functional_template__$v = false;
|
|
2456
2456
|
/* style inject shadow dom */
|
|
2457
2457
|
|
|
2458
|
-
var __vue_component__$
|
|
2459
|
-
render: __vue_render__$
|
|
2460
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2461
|
-
}, __vue_inject_styles__$
|
|
2458
|
+
var __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
2459
|
+
render: __vue_render__$v,
|
|
2460
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
2461
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, createInjectorSSR, undefined);
|
|
2462
2462
|
|
|
2463
|
-
var SkeletonPicker = __vue_component__$
|
|
2464
|
-
var script$
|
|
2463
|
+
var SkeletonPicker = __vue_component__$D;//
|
|
2464
|
+
var script$u = {
|
|
2465
2465
|
components: {
|
|
2466
2466
|
SkeletonPicker: SkeletonPicker
|
|
2467
2467
|
},
|
|
@@ -2649,10 +2649,10 @@ var script$s = {
|
|
|
2649
2649
|
}
|
|
2650
2650
|
}
|
|
2651
2651
|
};/* script */
|
|
2652
|
-
var __vue_script__$
|
|
2652
|
+
var __vue_script__$u = script$u;
|
|
2653
2653
|
/* template */
|
|
2654
2654
|
|
|
2655
|
-
var __vue_render__$
|
|
2655
|
+
var __vue_render__$u = function __vue_render__() {
|
|
2656
2656
|
var _vm = this;
|
|
2657
2657
|
|
|
2658
2658
|
var _h = _vm.$createElement;
|
|
@@ -2674,10 +2674,10 @@ var __vue_render__$s = function __vue_render__() {
|
|
|
2674
2674
|
}) + "</div>") + "</div>")], 2);
|
|
2675
2675
|
};
|
|
2676
2676
|
|
|
2677
|
-
var __vue_staticRenderFns__$
|
|
2677
|
+
var __vue_staticRenderFns__$u = [];
|
|
2678
2678
|
/* style */
|
|
2679
2679
|
|
|
2680
|
-
var __vue_inject_styles__$
|
|
2680
|
+
var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
|
|
2681
2681
|
if (!inject) return;
|
|
2682
2682
|
inject("data-v-678ca55c_0", {
|
|
2683
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}",
|
|
@@ -2688,22 +2688,22 @@ var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
|
|
|
2688
2688
|
/* scoped */
|
|
2689
2689
|
|
|
2690
2690
|
|
|
2691
|
-
var __vue_scope_id__$
|
|
2691
|
+
var __vue_scope_id__$u = undefined;
|
|
2692
2692
|
/* module identifier */
|
|
2693
2693
|
|
|
2694
|
-
var __vue_module_identifier__$
|
|
2694
|
+
var __vue_module_identifier__$u = "data-v-678ca55c";
|
|
2695
2695
|
/* functional template */
|
|
2696
2696
|
|
|
2697
|
-
var __vue_is_functional_template__$
|
|
2697
|
+
var __vue_is_functional_template__$u = false;
|
|
2698
2698
|
/* style inject shadow dom */
|
|
2699
2699
|
|
|
2700
|
-
var __vue_component__$
|
|
2701
|
-
render: __vue_render__$
|
|
2702
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2703
|
-
}, __vue_inject_styles__$
|
|
2700
|
+
var __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
2701
|
+
render: __vue_render__$u,
|
|
2702
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
2703
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, createInjectorSSR, undefined);
|
|
2704
2704
|
|
|
2705
|
-
var Picker = __vue_component__$
|
|
2706
|
-
var script$
|
|
2705
|
+
var Picker = __vue_component__$C;//
|
|
2706
|
+
var script$t = {
|
|
2707
2707
|
components: {
|
|
2708
2708
|
Picker: Picker
|
|
2709
2709
|
},
|
|
@@ -2793,10 +2793,10 @@ var script$r = {
|
|
|
2793
2793
|
}
|
|
2794
2794
|
}
|
|
2795
2795
|
};/* script */
|
|
2796
|
-
var __vue_script__$
|
|
2796
|
+
var __vue_script__$t = script$t;
|
|
2797
2797
|
/* template */
|
|
2798
2798
|
|
|
2799
|
-
var __vue_render__$
|
|
2799
|
+
var __vue_render__$t = function __vue_render__() {
|
|
2800
2800
|
var _vm = this;
|
|
2801
2801
|
|
|
2802
2802
|
var _h = _vm.$createElement;
|
|
@@ -2829,10 +2829,10 @@ var __vue_render__$r = function __vue_render__() {
|
|
|
2829
2829
|
})], 1)], 2);
|
|
2830
2830
|
};
|
|
2831
2831
|
|
|
2832
|
-
var __vue_staticRenderFns__$
|
|
2832
|
+
var __vue_staticRenderFns__$t = [];
|
|
2833
2833
|
/* style */
|
|
2834
2834
|
|
|
2835
|
-
var __vue_inject_styles__$
|
|
2835
|
+
var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
|
|
2836
2836
|
if (!inject) return;
|
|
2837
2837
|
inject("data-v-7b7b5e22_0", {
|
|
2838
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}",
|
|
@@ -2843,27 +2843,27 @@ var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
|
2843
2843
|
/* scoped */
|
|
2844
2844
|
|
|
2845
2845
|
|
|
2846
|
-
var __vue_scope_id__$
|
|
2846
|
+
var __vue_scope_id__$t = undefined;
|
|
2847
2847
|
/* module identifier */
|
|
2848
2848
|
|
|
2849
|
-
var __vue_module_identifier__$
|
|
2849
|
+
var __vue_module_identifier__$t = "data-v-7b7b5e22";
|
|
2850
2850
|
/* functional template */
|
|
2851
2851
|
|
|
2852
|
-
var __vue_is_functional_template__$
|
|
2852
|
+
var __vue_is_functional_template__$t = false;
|
|
2853
2853
|
/* style inject shadow dom */
|
|
2854
2854
|
|
|
2855
|
-
var __vue_component__$
|
|
2856
|
-
render: __vue_render__$
|
|
2857
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2858
|
-
}, __vue_inject_styles__$
|
|
2855
|
+
var __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
2856
|
+
render: __vue_render__$t,
|
|
2857
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
2858
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, createInjectorSSR, undefined);
|
|
2859
2859
|
|
|
2860
|
-
var BtnEmojis = __vue_component__$
|
|
2860
|
+
var BtnEmojis = __vue_component__$B;//
|
|
2861
2861
|
//
|
|
2862
2862
|
//
|
|
2863
2863
|
//
|
|
2864
2864
|
//
|
|
2865
2865
|
//
|
|
2866
|
-
var script$
|
|
2866
|
+
var script$s = {
|
|
2867
2867
|
props: {
|
|
2868
2868
|
hasBg: {
|
|
2869
2869
|
type: Boolean,
|
|
@@ -2884,10 +2884,10 @@ var script$q = {
|
|
|
2884
2884
|
}
|
|
2885
2885
|
}
|
|
2886
2886
|
};/* script */
|
|
2887
|
-
var __vue_script__$
|
|
2887
|
+
var __vue_script__$s = script$s;
|
|
2888
2888
|
/* template */
|
|
2889
2889
|
|
|
2890
|
-
var __vue_render__$
|
|
2890
|
+
var __vue_render__$s = function __vue_render__() {
|
|
2891
2891
|
var _vm = this;
|
|
2892
2892
|
|
|
2893
2893
|
var _h = _vm.$createElement;
|
|
@@ -2906,10 +2906,10 @@ var __vue_render__$q = function __vue_render__() {
|
|
|
2906
2906
|
}) + "></div>")]);
|
|
2907
2907
|
};
|
|
2908
2908
|
|
|
2909
|
-
var __vue_staticRenderFns__$
|
|
2909
|
+
var __vue_staticRenderFns__$s = [];
|
|
2910
2910
|
/* style */
|
|
2911
2911
|
|
|
2912
|
-
var __vue_inject_styles__$
|
|
2912
|
+
var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
|
|
2913
2913
|
if (!inject) return;
|
|
2914
2914
|
inject("data-v-423f52bb_0", {
|
|
2915
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)}}",
|
|
@@ -2920,21 +2920,21 @@ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
|
2920
2920
|
/* scoped */
|
|
2921
2921
|
|
|
2922
2922
|
|
|
2923
|
-
var __vue_scope_id__$
|
|
2923
|
+
var __vue_scope_id__$s = undefined;
|
|
2924
2924
|
/* module identifier */
|
|
2925
2925
|
|
|
2926
|
-
var __vue_module_identifier__$
|
|
2926
|
+
var __vue_module_identifier__$s = "data-v-423f52bb";
|
|
2927
2927
|
/* functional template */
|
|
2928
2928
|
|
|
2929
|
-
var __vue_is_functional_template__$
|
|
2929
|
+
var __vue_is_functional_template__$s = false;
|
|
2930
2930
|
/* style inject shadow dom */
|
|
2931
2931
|
|
|
2932
|
-
var __vue_component__$
|
|
2933
|
-
render: __vue_render__$
|
|
2934
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2935
|
-
}, __vue_inject_styles__$
|
|
2932
|
+
var __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
2933
|
+
render: __vue_render__$s,
|
|
2934
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
2935
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, createInjectorSSR, undefined);
|
|
2936
2936
|
|
|
2937
|
-
var Loader = __vue_component__$
|
|
2937
|
+
var Loader = __vue_component__$A;//
|
|
2938
2938
|
//
|
|
2939
2939
|
//
|
|
2940
2940
|
//
|
|
@@ -2942,7 +2942,7 @@ var Loader = __vue_component__$x;//
|
|
|
2942
2942
|
//
|
|
2943
2943
|
//
|
|
2944
2944
|
//
|
|
2945
|
-
var script$
|
|
2945
|
+
var script$r = {
|
|
2946
2946
|
props: {
|
|
2947
2947
|
message: {
|
|
2948
2948
|
type: String,
|
|
@@ -2960,10 +2960,10 @@ var script$p = {
|
|
|
2960
2960
|
}
|
|
2961
2961
|
}
|
|
2962
2962
|
};/* script */
|
|
2963
|
-
var __vue_script__$
|
|
2963
|
+
var __vue_script__$r = script$r;
|
|
2964
2964
|
/* template */
|
|
2965
2965
|
|
|
2966
|
-
var __vue_render__$
|
|
2966
|
+
var __vue_render__$r = function __vue_render__() {
|
|
2967
2967
|
var _vm = this;
|
|
2968
2968
|
|
|
2969
2969
|
var _h = _vm.$createElement;
|
|
@@ -2978,37 +2978,37 @@ var __vue_render__$p = function __vue_render__() {
|
|
|
2978
2978
|
}, []) : _vm._e();
|
|
2979
2979
|
};
|
|
2980
2980
|
|
|
2981
|
-
var __vue_staticRenderFns__$
|
|
2981
|
+
var __vue_staticRenderFns__$r = [];
|
|
2982
2982
|
/* style */
|
|
2983
2983
|
|
|
2984
|
-
var __vue_inject_styles__$
|
|
2984
|
+
var __vue_inject_styles__$r = undefined;
|
|
2985
2985
|
/* scoped */
|
|
2986
2986
|
|
|
2987
|
-
var __vue_scope_id__$
|
|
2987
|
+
var __vue_scope_id__$r = undefined;
|
|
2988
2988
|
/* module identifier */
|
|
2989
2989
|
|
|
2990
|
-
var __vue_module_identifier__$
|
|
2990
|
+
var __vue_module_identifier__$r = "data-v-f8dac3e4";
|
|
2991
2991
|
/* functional template */
|
|
2992
2992
|
|
|
2993
|
-
var __vue_is_functional_template__$
|
|
2993
|
+
var __vue_is_functional_template__$r = false;
|
|
2994
2994
|
/* style inject */
|
|
2995
2995
|
|
|
2996
2996
|
/* style inject SSR */
|
|
2997
2997
|
|
|
2998
2998
|
/* style inject shadow dom */
|
|
2999
2999
|
|
|
3000
|
-
var __vue_component__$
|
|
3001
|
-
render: __vue_render__$
|
|
3002
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3003
|
-
}, __vue_inject_styles__$
|
|
3000
|
+
var __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
3001
|
+
render: __vue_render__$r,
|
|
3002
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
3003
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
|
|
3004
3004
|
|
|
3005
|
-
var RemainingCharacters = __vue_component__$
|
|
3005
|
+
var RemainingCharacters = __vue_component__$z;//
|
|
3006
3006
|
//
|
|
3007
3007
|
//
|
|
3008
3008
|
//
|
|
3009
3009
|
//
|
|
3010
3010
|
//
|
|
3011
|
-
var script$
|
|
3011
|
+
var script$q = {
|
|
3012
3012
|
props: {
|
|
3013
3013
|
dictionary: {
|
|
3014
3014
|
type: Object,
|
|
@@ -3078,10 +3078,10 @@ var script$o = {
|
|
|
3078
3078
|
}
|
|
3079
3079
|
}
|
|
3080
3080
|
};/* script */
|
|
3081
|
-
var __vue_script__$
|
|
3081
|
+
var __vue_script__$q = script$q;
|
|
3082
3082
|
/* template */
|
|
3083
3083
|
|
|
3084
|
-
var __vue_render__$
|
|
3084
|
+
var __vue_render__$q = function __vue_render__() {
|
|
3085
3085
|
var _vm = this;
|
|
3086
3086
|
|
|
3087
3087
|
var _h = _vm.$createElement;
|
|
@@ -3103,31 +3103,31 @@ var __vue_render__$o = function __vue_render__() {
|
|
|
3103
3103
|
})], 1);
|
|
3104
3104
|
};
|
|
3105
3105
|
|
|
3106
|
-
var __vue_staticRenderFns__$
|
|
3106
|
+
var __vue_staticRenderFns__$q = [];
|
|
3107
3107
|
/* style */
|
|
3108
3108
|
|
|
3109
|
-
var __vue_inject_styles__$
|
|
3109
|
+
var __vue_inject_styles__$q = undefined;
|
|
3110
3110
|
/* scoped */
|
|
3111
3111
|
|
|
3112
|
-
var __vue_scope_id__$
|
|
3112
|
+
var __vue_scope_id__$q = undefined;
|
|
3113
3113
|
/* module identifier */
|
|
3114
3114
|
|
|
3115
|
-
var __vue_module_identifier__$
|
|
3115
|
+
var __vue_module_identifier__$q = "data-v-291765d5";
|
|
3116
3116
|
/* functional template */
|
|
3117
3117
|
|
|
3118
|
-
var __vue_is_functional_template__$
|
|
3118
|
+
var __vue_is_functional_template__$q = false;
|
|
3119
3119
|
/* style inject */
|
|
3120
3120
|
|
|
3121
3121
|
/* style inject SSR */
|
|
3122
3122
|
|
|
3123
3123
|
/* style inject shadow dom */
|
|
3124
3124
|
|
|
3125
|
-
var __vue_component__$
|
|
3126
|
-
render: __vue_render__$
|
|
3127
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3128
|
-
}, __vue_inject_styles__$
|
|
3125
|
+
var __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
3126
|
+
render: __vue_render__$q,
|
|
3127
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
3128
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
|
|
3129
3129
|
|
|
3130
|
-
var BtnMic = __vue_component__$
|
|
3130
|
+
var BtnMic = __vue_component__$y;//
|
|
3131
3131
|
//
|
|
3132
3132
|
//
|
|
3133
3133
|
//
|
|
@@ -3150,7 +3150,7 @@ var BtnMic = __vue_component__$v;//
|
|
|
3150
3150
|
//
|
|
3151
3151
|
//
|
|
3152
3152
|
//
|
|
3153
|
-
var script$
|
|
3153
|
+
var script$p = {
|
|
3154
3154
|
props: {
|
|
3155
3155
|
textId: {
|
|
3156
3156
|
type: String,
|
|
@@ -3201,10 +3201,10 @@ var script$n = {
|
|
|
3201
3201
|
}
|
|
3202
3202
|
}
|
|
3203
3203
|
};/* script */
|
|
3204
|
-
var __vue_script__$
|
|
3204
|
+
var __vue_script__$p = script$p;
|
|
3205
3205
|
/* template */
|
|
3206
3206
|
|
|
3207
|
-
var __vue_render__$
|
|
3207
|
+
var __vue_render__$p = function __vue_render__() {
|
|
3208
3208
|
var _vm = this;
|
|
3209
3209
|
|
|
3210
3210
|
var _h = _vm.$createElement;
|
|
@@ -3239,10 +3239,10 @@ var __vue_render__$n = function __vue_render__() {
|
|
|
3239
3239
|
}), _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) : _vm._e();
|
|
3240
3240
|
};
|
|
3241
3241
|
|
|
3242
|
-
var __vue_staticRenderFns__$
|
|
3242
|
+
var __vue_staticRenderFns__$p = [];
|
|
3243
3243
|
/* style */
|
|
3244
3244
|
|
|
3245
|
-
var __vue_inject_styles__$
|
|
3245
|
+
var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
3246
3246
|
if (!inject) return;
|
|
3247
3247
|
inject("data-v-a5119ba8_0", {
|
|
3248
3248
|
source: ".single-file-preview .close-icon{color:#e74c3c;cursor:pointer;opacity:.9;transition:opacity .3s}.single-file-preview .close-icon:hover{opacity:1}.text-footer-invalid-format{color:#222;padding:10px}.text-footer-invalid-format h3{font-weight:500}.text-footer-invalid-format h4{font-size:.9rem}.text-footer-preview-title{font-size:1rem;padding:10px 0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-footer-image-preview{display:flex;justify-content:center;align-items:center;width:100%}.text-footer-image-preview img{cursor:pointer;max-width:98%;max-height:98%;padding:2%}",
|
|
@@ -3253,22 +3253,22 @@ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
|
3253
3253
|
/* scoped */
|
|
3254
3254
|
|
|
3255
3255
|
|
|
3256
|
-
var __vue_scope_id__$
|
|
3256
|
+
var __vue_scope_id__$p = undefined;
|
|
3257
3257
|
/* module identifier */
|
|
3258
3258
|
|
|
3259
|
-
var __vue_module_identifier__$
|
|
3259
|
+
var __vue_module_identifier__$p = "data-v-a5119ba8";
|
|
3260
3260
|
/* functional template */
|
|
3261
3261
|
|
|
3262
|
-
var __vue_is_functional_template__$
|
|
3262
|
+
var __vue_is_functional_template__$p = false;
|
|
3263
3263
|
/* style inject shadow dom */
|
|
3264
3264
|
|
|
3265
|
-
var __vue_component__$
|
|
3266
|
-
render: __vue_render__$
|
|
3267
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3268
|
-
}, __vue_inject_styles__$
|
|
3265
|
+
var __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
3266
|
+
render: __vue_render__$p,
|
|
3267
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
3268
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, createInjectorSSR, undefined);
|
|
3269
3269
|
|
|
3270
|
-
var SingleFilePreview = __vue_component__$
|
|
3271
|
-
var script$
|
|
3270
|
+
var SingleFilePreview = __vue_component__$x;//
|
|
3271
|
+
var script$o = {
|
|
3272
3272
|
components: {
|
|
3273
3273
|
Loader: Loader
|
|
3274
3274
|
},
|
|
@@ -3344,10 +3344,10 @@ var script$m = {
|
|
|
3344
3344
|
}
|
|
3345
3345
|
}
|
|
3346
3346
|
};/* script */
|
|
3347
|
-
var __vue_script__$
|
|
3347
|
+
var __vue_script__$o = script$o;
|
|
3348
3348
|
/* template */
|
|
3349
3349
|
|
|
3350
|
-
var __vue_render__$
|
|
3350
|
+
var __vue_render__$o = function __vue_render__() {
|
|
3351
3351
|
var _vm = this;
|
|
3352
3352
|
|
|
3353
3353
|
var _h = _vm.$createElement;
|
|
@@ -3469,10 +3469,10 @@ var __vue_render__$m = function __vue_render__() {
|
|
|
3469
3469
|
})], 2)], 2);
|
|
3470
3470
|
};
|
|
3471
3471
|
|
|
3472
|
-
var __vue_staticRenderFns__$
|
|
3472
|
+
var __vue_staticRenderFns__$o = [];
|
|
3473
3473
|
/* style */
|
|
3474
3474
|
|
|
3475
|
-
var __vue_inject_styles__$
|
|
3475
|
+
var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
3476
3476
|
if (!inject) return;
|
|
3477
3477
|
inject("data-v-131a11b5_0", {
|
|
3478
3478
|
source: ".multiple-file-preview{position:relative;display:flex;flex-direction:column;width:100%;height:100%;max-height:100%;overflow-y:auto;overflow-x:hidden;border-top-left-radius:2.5px;border-top-right-radius:2.5px;transition:background-color 150ms;scrollbar-color:#888 rgba(0,0,0,.2);scrollbar-width:4px}.multiple-file-preview::-webkit-scrollbar{width:4px}.multiple-file-preview .close-icon{color:#e74c3c;cursor:pointer;opacity:.9;transition:opacity .3s}.multiple-file-preview .close-icon:hover{opacity:1}.multiple-file-preview::-webkit-scrollbar-track{background-color:rgba(0,0,0,.2)}.multiple-file-preview::-webkit-scrollbar-thumb{transition-duration:.5s;background-color:#222}.multiple-file-preview::-webkit-scrollbar-thumb:hover{background-color:#555}.text-footer-invalid-format{color:#222;padding:10px}.text-footer-invalid-format h3{text-overflow:ellipsis;overflow:hidden;font-weight:500}.text-footer-invalid-format h4{text-overflow:ellipsis;overflow:hidden;font-size:.9rem}.text-footer-exclude-file{position:absolute;top:5px;right:5px;cursor:pointer;display:flex;justify-content:center;align-items:center;min-width:1rem;min-height:1rem;background-color:#fff;border-radius:50%}.text-footer-exclude-file svg{transition:color .2s;color:#e9594a}.text-footer-exclude-file svg:hover{color:#e74c3c}.file-preview{display:flex;width:100%;align-items:center;padding:5px 10px;transition:background-color 150ms}.file-preview:hover{background-color:rgba(0,0,0,.1)}.file-title{color:#222;display:flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:4px 10px;background-color:#fff;border-radius:30px;display:inline-block}.file-title.red{color:#e74c3c;margin-right:5px}.file-title>svg{margin-right:5px;color:#333}.small-img{flex:1;margin:0 15px;display:flex;justify-content:center;align-items:center;position:relative}.small-img img{height:40px;cursor:pointer}.small-img .doc,.small-img .pdf{display:flex;justify-content:center;align-items:center;font-size:30px}.small-img .pdf{color:#e74c3c}.small-img .doc{color:#006bc9}.small-img .doc svg,.small-img .pdf svg{z-index:1}.small-img .doc::after,.small-img .pdf::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.img-container{padding:5px;border-radius:2.5px;background-color:rgba(0,0,0,.15);display:flex;justify-content:center;align-items:center}.delete-file{display:flex;justify-content:center;align-items:center;cursor:pointer}.delete-file>svg{font-size:1rem;color:#e74c3c}",
|
|
@@ -3483,22 +3483,22 @@ var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
|
3483
3483
|
/* scoped */
|
|
3484
3484
|
|
|
3485
3485
|
|
|
3486
|
-
var __vue_scope_id__$
|
|
3486
|
+
var __vue_scope_id__$o = undefined;
|
|
3487
3487
|
/* module identifier */
|
|
3488
3488
|
|
|
3489
|
-
var __vue_module_identifier__$
|
|
3489
|
+
var __vue_module_identifier__$o = "data-v-131a11b5";
|
|
3490
3490
|
/* functional template */
|
|
3491
3491
|
|
|
3492
|
-
var __vue_is_functional_template__$
|
|
3492
|
+
var __vue_is_functional_template__$o = false;
|
|
3493
3493
|
/* style inject shadow dom */
|
|
3494
3494
|
|
|
3495
|
-
var __vue_component__$
|
|
3496
|
-
render: __vue_render__$
|
|
3497
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3498
|
-
}, __vue_inject_styles__$
|
|
3495
|
+
var __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
3496
|
+
render: __vue_render__$o,
|
|
3497
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
3498
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, createInjectorSSR, undefined);
|
|
3499
3499
|
|
|
3500
|
-
var MultipleFilePreview = __vue_component__$
|
|
3501
|
-
var script$
|
|
3500
|
+
var MultipleFilePreview = __vue_component__$w;//
|
|
3501
|
+
var script$n = {
|
|
3502
3502
|
components: {
|
|
3503
3503
|
SingleFilePreview: SingleFilePreview,
|
|
3504
3504
|
MultipleFilePreview: MultipleFilePreview
|
|
@@ -3540,7 +3540,8 @@ var script$l = {
|
|
|
3540
3540
|
isDoc: false,
|
|
3541
3541
|
fileFormatError: false,
|
|
3542
3542
|
validFileFormats: "",
|
|
3543
|
-
hasAnyFile: false
|
|
3543
|
+
hasAnyFile: false,
|
|
3544
|
+
externalFilesAux: []
|
|
3544
3545
|
};
|
|
3545
3546
|
},
|
|
3546
3547
|
computed: {
|
|
@@ -3553,8 +3554,24 @@ var script$l = {
|
|
|
3553
3554
|
},
|
|
3554
3555
|
watch: {
|
|
3555
3556
|
externalFiles: function externalFiles() {
|
|
3556
|
-
|
|
3557
|
-
|
|
3557
|
+
var _this = this;
|
|
3558
|
+
|
|
3559
|
+
if (!this.externalFiles.length) {
|
|
3560
|
+
return;
|
|
3561
|
+
}
|
|
3562
|
+
|
|
3563
|
+
if (this.externalFiles.length + this.file.length > this.fileSettings.max) {
|
|
3564
|
+
this.$emit("reset-file-system");
|
|
3565
|
+
return this.$toasted.global.defaultInfo({
|
|
3566
|
+
msg: "Limite de ".concat(this.fileSettings.max, " arquivos")
|
|
3567
|
+
});
|
|
3568
|
+
}
|
|
3569
|
+
|
|
3570
|
+
this.externalFilesAux = Array.from(this.externalFiles);
|
|
3571
|
+
this.externalFilesAux.forEach(function (files) {
|
|
3572
|
+
_this.file.push(files);
|
|
3573
|
+
});
|
|
3574
|
+
this.fileSize = this.externalFilesAux.length + this.file.length;
|
|
3558
3575
|
this.multipleFileUpload();
|
|
3559
3576
|
}
|
|
3560
3577
|
},
|
|
@@ -3650,7 +3667,7 @@ var script$l = {
|
|
|
3650
3667
|
return "";
|
|
3651
3668
|
},
|
|
3652
3669
|
multipleFileUpload: function multipleFileUpload() {
|
|
3653
|
-
var
|
|
3670
|
+
var _this2 = this;
|
|
3654
3671
|
|
|
3655
3672
|
var hasImgExt = this.fileSettings.imagesExtensions ? true : false;
|
|
3656
3673
|
var hasDocExt = this.fileSettings.docsExtensions ? true : false;
|
|
@@ -3667,12 +3684,12 @@ var script$l = {
|
|
|
3667
3684
|
var hasAnyInvalidFile = false;
|
|
3668
3685
|
this.file = Array.from(this.file);
|
|
3669
3686
|
this.file.forEach(function (file) {
|
|
3670
|
-
var singleFileType =
|
|
3687
|
+
var singleFileType = _this2.returnFileType(file);
|
|
3671
3688
|
|
|
3672
3689
|
if (!singleFileType) file.invalid = true;
|
|
3673
3690
|
file.imgOrDoc = singleFileType ? singleFileType : "";
|
|
3674
3691
|
|
|
3675
|
-
if (
|
|
3692
|
+
if (_this2.isFileValid(file.imgOrDoc, file.name)) {
|
|
3676
3693
|
if (file.imgOrDoc == "img") {
|
|
3677
3694
|
var fileReader = new FileReader();
|
|
3678
3695
|
waitForImageLoad = true;
|
|
@@ -3682,22 +3699,22 @@ var script$l = {
|
|
|
3682
3699
|
};
|
|
3683
3700
|
|
|
3684
3701
|
fileReader.onloadend = function () {
|
|
3685
|
-
return
|
|
3702
|
+
return _this2.emitFileVars(true);
|
|
3686
3703
|
};
|
|
3687
3704
|
|
|
3688
3705
|
fileReader.readAsDataURL(file);
|
|
3689
3706
|
}
|
|
3690
3707
|
|
|
3691
|
-
if (file.imgOrDoc === "doc")
|
|
3708
|
+
if (file.imgOrDoc === "doc") _this2.isDoc = true;
|
|
3692
3709
|
file.invalid = false;
|
|
3693
|
-
|
|
3710
|
+
_this2.fileFormatError = !hasAnyInvalidFile ? false : true;
|
|
3694
3711
|
} else {
|
|
3695
3712
|
hasAnyInvalidFile = true;
|
|
3696
3713
|
file.invalid = true;
|
|
3697
|
-
|
|
3698
|
-
if (hasImgExt && !hasDocExt)
|
|
3699
|
-
if (hasDocExt && hasImgExt)
|
|
3700
|
-
if (hasImgExt && hasDocExt)
|
|
3714
|
+
_this2.fileFormatError = true;
|
|
3715
|
+
if (hasImgExt && !hasDocExt) _this2.validFileFormats = "Imagens: ".concat(_this2.fileSettings.imagesExtensions.split("|").join(", "));
|
|
3716
|
+
if (hasDocExt && hasImgExt) _this2.validFileFormats = "Documentos: ".concat(_this2.fileSettings.docsExtensions.split("|").join(", "));
|
|
3717
|
+
if (hasImgExt && hasDocExt) _this2.validFileFormats = "Imagens: ".concat(_this2.fileSettings.imagesExtensions.split("|").join(", "), " - Documentos: ").concat(_this2.fileSettings.docsExtensions.split("|").join(", "));
|
|
3701
3718
|
}
|
|
3702
3719
|
});
|
|
3703
3720
|
|
|
@@ -3709,18 +3726,18 @@ var script$l = {
|
|
|
3709
3726
|
if (this.isDoc && !waitForImageLoad) this.emitFileVars();
|
|
3710
3727
|
},
|
|
3711
3728
|
singleFileUpload: function singleFileUpload(type, fileName) {
|
|
3712
|
-
var
|
|
3729
|
+
var _this3 = this;
|
|
3713
3730
|
|
|
3714
3731
|
if (this.isFileValid(type, fileName)) {
|
|
3715
3732
|
var fileReader = new FileReader();
|
|
3716
3733
|
|
|
3717
3734
|
if (type === "img") {
|
|
3718
3735
|
fileReader.onload = function () {
|
|
3719
|
-
return
|
|
3736
|
+
return _this3.imagePreview = fileReader.result;
|
|
3720
3737
|
};
|
|
3721
3738
|
|
|
3722
3739
|
fileReader.onloadend = function () {
|
|
3723
|
-
return
|
|
3740
|
+
return _this3.emitFileVars();
|
|
3724
3741
|
};
|
|
3725
3742
|
|
|
3726
3743
|
fileReader.readAsDataURL(this.file);
|
|
@@ -3784,10 +3801,10 @@ var script$l = {
|
|
|
3784
3801
|
}
|
|
3785
3802
|
}
|
|
3786
3803
|
};/* script */
|
|
3787
|
-
var __vue_script__$
|
|
3804
|
+
var __vue_script__$n = script$n;
|
|
3788
3805
|
/* template */
|
|
3789
3806
|
|
|
3790
|
-
var __vue_render__$
|
|
3807
|
+
var __vue_render__$n = function __vue_render__() {
|
|
3791
3808
|
var _vm = this;
|
|
3792
3809
|
|
|
3793
3810
|
var _h = _vm.$createElement;
|
|
@@ -3953,12 +3970,12 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
3953
3970
|
}) : _vm._e()], 1)])], 2);
|
|
3954
3971
|
};
|
|
3955
3972
|
|
|
3956
|
-
var __vue_staticRenderFns__$
|
|
3973
|
+
var __vue_staticRenderFns__$n = [];
|
|
3957
3974
|
/* style */
|
|
3958
3975
|
|
|
3959
|
-
var __vue_inject_styles__$
|
|
3976
|
+
var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
3960
3977
|
if (!inject) return;
|
|
3961
|
-
inject("data-v-
|
|
3978
|
+
inject("data-v-0b67df57_0", {
|
|
3962
3979
|
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}",
|
|
3963
3980
|
map: undefined,
|
|
3964
3981
|
media: undefined
|
|
@@ -3967,27 +3984,27 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
|
3967
3984
|
/* scoped */
|
|
3968
3985
|
|
|
3969
3986
|
|
|
3970
|
-
var __vue_scope_id__$
|
|
3987
|
+
var __vue_scope_id__$n = undefined;
|
|
3971
3988
|
/* module identifier */
|
|
3972
3989
|
|
|
3973
|
-
var __vue_module_identifier__$
|
|
3990
|
+
var __vue_module_identifier__$n = "data-v-0b67df57";
|
|
3974
3991
|
/* functional template */
|
|
3975
3992
|
|
|
3976
|
-
var __vue_is_functional_template__$
|
|
3993
|
+
var __vue_is_functional_template__$n = false;
|
|
3977
3994
|
/* style inject shadow dom */
|
|
3978
3995
|
|
|
3979
|
-
var __vue_component__$
|
|
3980
|
-
render: __vue_render__$
|
|
3981
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3982
|
-
}, __vue_inject_styles__$
|
|
3996
|
+
var __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
3997
|
+
render: __vue_render__$n,
|
|
3998
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
3999
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, createInjectorSSR, undefined);
|
|
3983
4000
|
|
|
3984
|
-
var BtnFiles = __vue_component__$
|
|
4001
|
+
var BtnFiles = __vue_component__$v;//
|
|
3985
4002
|
//
|
|
3986
4003
|
//
|
|
3987
4004
|
//
|
|
3988
4005
|
//
|
|
3989
4006
|
//
|
|
3990
|
-
var script$
|
|
4007
|
+
var script$m = {
|
|
3991
4008
|
props: {
|
|
3992
4009
|
dictionary: {
|
|
3993
4010
|
type: Object,
|
|
@@ -3996,10 +4013,10 @@ var script$k = {
|
|
|
3996
4013
|
}
|
|
3997
4014
|
}
|
|
3998
4015
|
};/* script */
|
|
3999
|
-
var __vue_script__$
|
|
4016
|
+
var __vue_script__$m = script$m;
|
|
4000
4017
|
/* template */
|
|
4001
4018
|
|
|
4002
|
-
var __vue_render__$
|
|
4019
|
+
var __vue_render__$m = function __vue_render__() {
|
|
4003
4020
|
var _vm = this;
|
|
4004
4021
|
|
|
4005
4022
|
var _h = _vm.$createElement;
|
|
@@ -4023,37 +4040,37 @@ var __vue_render__$k = function __vue_render__() {
|
|
|
4023
4040
|
})], 1);
|
|
4024
4041
|
};
|
|
4025
4042
|
|
|
4026
|
-
var __vue_staticRenderFns__$
|
|
4043
|
+
var __vue_staticRenderFns__$m = [];
|
|
4027
4044
|
/* style */
|
|
4028
4045
|
|
|
4029
|
-
var __vue_inject_styles__$
|
|
4046
|
+
var __vue_inject_styles__$m = undefined;
|
|
4030
4047
|
/* scoped */
|
|
4031
4048
|
|
|
4032
|
-
var __vue_scope_id__$
|
|
4049
|
+
var __vue_scope_id__$m = undefined;
|
|
4033
4050
|
/* module identifier */
|
|
4034
4051
|
|
|
4035
|
-
var __vue_module_identifier__$
|
|
4052
|
+
var __vue_module_identifier__$m = "data-v-c2fae61e";
|
|
4036
4053
|
/* functional template */
|
|
4037
4054
|
|
|
4038
|
-
var __vue_is_functional_template__$
|
|
4055
|
+
var __vue_is_functional_template__$m = false;
|
|
4039
4056
|
/* style inject */
|
|
4040
4057
|
|
|
4041
4058
|
/* style inject SSR */
|
|
4042
4059
|
|
|
4043
4060
|
/* style inject shadow dom */
|
|
4044
4061
|
|
|
4045
|
-
var __vue_component__$
|
|
4046
|
-
render: __vue_render__$
|
|
4047
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4048
|
-
}, __vue_inject_styles__$
|
|
4062
|
+
var __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
4063
|
+
render: __vue_render__$m,
|
|
4064
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
4065
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
|
|
4049
4066
|
|
|
4050
|
-
var BtnExpand = __vue_component__$
|
|
4067
|
+
var BtnExpand = __vue_component__$u;//
|
|
4051
4068
|
//
|
|
4052
4069
|
//
|
|
4053
4070
|
//
|
|
4054
4071
|
//
|
|
4055
4072
|
//
|
|
4056
|
-
var script$
|
|
4073
|
+
var script$l = {
|
|
4057
4074
|
props: {
|
|
4058
4075
|
dictionary: {
|
|
4059
4076
|
type: Object,
|
|
@@ -4062,10 +4079,10 @@ var script$j = {
|
|
|
4062
4079
|
}
|
|
4063
4080
|
}
|
|
4064
4081
|
};/* script */
|
|
4065
|
-
var __vue_script__$
|
|
4082
|
+
var __vue_script__$l = script$l;
|
|
4066
4083
|
/* template */
|
|
4067
4084
|
|
|
4068
|
-
var __vue_render__$
|
|
4085
|
+
var __vue_render__$l = function __vue_render__() {
|
|
4069
4086
|
var _vm = this;
|
|
4070
4087
|
|
|
4071
4088
|
var _h = _vm.$createElement;
|
|
@@ -4089,31 +4106,31 @@ var __vue_render__$j = function __vue_render__() {
|
|
|
4089
4106
|
})], 1);
|
|
4090
4107
|
};
|
|
4091
4108
|
|
|
4092
|
-
var __vue_staticRenderFns__$
|
|
4109
|
+
var __vue_staticRenderFns__$l = [];
|
|
4093
4110
|
/* style */
|
|
4094
4111
|
|
|
4095
|
-
var __vue_inject_styles__$
|
|
4112
|
+
var __vue_inject_styles__$l = undefined;
|
|
4096
4113
|
/* scoped */
|
|
4097
4114
|
|
|
4098
|
-
var __vue_scope_id__$
|
|
4115
|
+
var __vue_scope_id__$l = undefined;
|
|
4099
4116
|
/* module identifier */
|
|
4100
4117
|
|
|
4101
|
-
var __vue_module_identifier__$
|
|
4118
|
+
var __vue_module_identifier__$l = "data-v-05b2a592";
|
|
4102
4119
|
/* functional template */
|
|
4103
4120
|
|
|
4104
|
-
var __vue_is_functional_template__$
|
|
4121
|
+
var __vue_is_functional_template__$l = false;
|
|
4105
4122
|
/* style inject */
|
|
4106
4123
|
|
|
4107
4124
|
/* style inject SSR */
|
|
4108
4125
|
|
|
4109
4126
|
/* style inject shadow dom */
|
|
4110
4127
|
|
|
4111
|
-
var __vue_component__$
|
|
4112
|
-
render: __vue_render__$
|
|
4113
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4114
|
-
}, __vue_inject_styles__$
|
|
4128
|
+
var __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
4129
|
+
render: __vue_render__$l,
|
|
4130
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
4131
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, undefined, undefined);
|
|
4115
4132
|
|
|
4116
|
-
var BtnStandardMessages = __vue_component__$
|
|
4133
|
+
var BtnStandardMessages = __vue_component__$t;var bind = function bind(fn, thisArg) {
|
|
4117
4134
|
return function wrap() {
|
|
4118
4135
|
var args = new Array(arguments.length);
|
|
4119
4136
|
for (var i = 0; i < args.length; i++) {
|
|
@@ -7954,7 +7971,7 @@ var dev = window.location.hostname == 'localhost' ? '&teste=levchat2' : '';var s
|
|
|
7954
7971
|
}
|
|
7955
7972
|
}
|
|
7956
7973
|
};//
|
|
7957
|
-
var script$
|
|
7974
|
+
var script$k = {
|
|
7958
7975
|
mixins: [standardMessages],
|
|
7959
7976
|
props: {
|
|
7960
7977
|
dictionary: {
|
|
@@ -8155,10 +8172,10 @@ var script$i = {
|
|
|
8155
8172
|
}
|
|
8156
8173
|
}
|
|
8157
8174
|
};/* script */
|
|
8158
|
-
var __vue_script__$
|
|
8175
|
+
var __vue_script__$k = script$k;
|
|
8159
8176
|
/* template */
|
|
8160
8177
|
|
|
8161
|
-
var __vue_render__$
|
|
8178
|
+
var __vue_render__$k = function __vue_render__() {
|
|
8162
8179
|
var _vm = this;
|
|
8163
8180
|
|
|
8164
8181
|
var _h = _vm.$createElement;
|
|
@@ -8243,10 +8260,10 @@ var __vue_render__$i = function __vue_render__() {
|
|
|
8243
8260
|
}, [_c('VueLoader')], 1) : _vm._e()])], 2)]);
|
|
8244
8261
|
};
|
|
8245
8262
|
|
|
8246
|
-
var __vue_staticRenderFns__$
|
|
8263
|
+
var __vue_staticRenderFns__$k = [];
|
|
8247
8264
|
/* style */
|
|
8248
8265
|
|
|
8249
|
-
var __vue_inject_styles__$
|
|
8266
|
+
var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
8250
8267
|
if (!inject) return;
|
|
8251
8268
|
inject("data-v-324084df_0", {
|
|
8252
8269
|
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}",
|
|
@@ -8257,22 +8274,22 @@ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
|
|
|
8257
8274
|
/* scoped */
|
|
8258
8275
|
|
|
8259
8276
|
|
|
8260
|
-
var __vue_scope_id__$
|
|
8277
|
+
var __vue_scope_id__$k = undefined;
|
|
8261
8278
|
/* module identifier */
|
|
8262
8279
|
|
|
8263
|
-
var __vue_module_identifier__$
|
|
8280
|
+
var __vue_module_identifier__$k = "data-v-324084df";
|
|
8264
8281
|
/* functional template */
|
|
8265
8282
|
|
|
8266
|
-
var __vue_is_functional_template__$
|
|
8283
|
+
var __vue_is_functional_template__$k = false;
|
|
8267
8284
|
/* style inject shadow dom */
|
|
8268
8285
|
|
|
8269
|
-
var __vue_component__$
|
|
8270
|
-
render: __vue_render__$
|
|
8271
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8272
|
-
}, __vue_inject_styles__$
|
|
8286
|
+
var __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
8287
|
+
render: __vue_render__$k,
|
|
8288
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
8289
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);
|
|
8273
8290
|
|
|
8274
|
-
var StandardMessages = __vue_component__$
|
|
8275
|
-
var script$
|
|
8291
|
+
var StandardMessages = __vue_component__$s;//
|
|
8292
|
+
var script$j = {
|
|
8276
8293
|
components: {
|
|
8277
8294
|
BtnEmojis: BtnEmojis,
|
|
8278
8295
|
Loader: Loader,
|
|
@@ -8589,6 +8606,9 @@ var script$h = {
|
|
|
8589
8606
|
openFileSystem: function openFileSystem() {
|
|
8590
8607
|
this.$emit("open-file-system");
|
|
8591
8608
|
},
|
|
8609
|
+
resetFileSystem: function resetFileSystem() {
|
|
8610
|
+
this.$emit("reset-file-system");
|
|
8611
|
+
},
|
|
8592
8612
|
setAudio: function setAudio(audioObj) {
|
|
8593
8613
|
var audioFile = audioObj.audioFile,
|
|
8594
8614
|
audioSource = audioObj.audioSource;
|
|
@@ -8716,10 +8736,10 @@ var script$h = {
|
|
|
8716
8736
|
window.removeEventListener("message", this.listenerPostMessage);
|
|
8717
8737
|
}
|
|
8718
8738
|
};/* script */
|
|
8719
|
-
var __vue_script__$
|
|
8739
|
+
var __vue_script__$j = script$j;
|
|
8720
8740
|
/* template */
|
|
8721
8741
|
|
|
8722
|
-
var __vue_render__$
|
|
8742
|
+
var __vue_render__$j = function __vue_render__() {
|
|
8723
8743
|
var _vm = this;
|
|
8724
8744
|
|
|
8725
8745
|
var _h = _vm.$createElement;
|
|
@@ -8835,7 +8855,8 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
8835
8855
|
on: {
|
|
8836
8856
|
"set-file-vars": _vm.setFileVars,
|
|
8837
8857
|
"open-image": _vm.openImage,
|
|
8838
|
-
"open-file-system": _vm.openFileSystem
|
|
8858
|
+
"open-file-system": _vm.openFileSystem,
|
|
8859
|
+
"reset-file-system": _vm.resetFileSystem
|
|
8839
8860
|
}
|
|
8840
8861
|
}), _vm._ssrNode(" "), _c('BtnExpand', {
|
|
8841
8862
|
directives: [{
|
|
@@ -8877,12 +8898,12 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
8877
8898
|
}) : _vm._e()], 1)], 2) : _vm._e();
|
|
8878
8899
|
};
|
|
8879
8900
|
|
|
8880
|
-
var __vue_staticRenderFns__$
|
|
8901
|
+
var __vue_staticRenderFns__$j = [];
|
|
8881
8902
|
/* style */
|
|
8882
8903
|
|
|
8883
|
-
var __vue_inject_styles__$
|
|
8904
|
+
var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
8884
8905
|
if (!inject) return;
|
|
8885
|
-
inject("data-v-
|
|
8906
|
+
inject("data-v-c431d0e0_0", {
|
|
8886
8907
|
source: ".toasted svg{margin-right:10px}.d-none{display:none}ul{list-style-type:none}.text-footer-container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;position:relative}.text-footer-container .text-footer{min-height:48px;box-shadow:0 3px 7px -2px rgba(0,0,0,.45);position:relative;display:flex;justify-content:center;align-items:center;border:1px solid #ccc;padding:5px 2px 5px 5px;border-radius:5px}.text-footer-container .text-footer.full{width:100%}.text-footer-container .text-footer.almostFull{width:95%}.text-footer-container .text-footer.medium{width:75%}.text-footer-container.bigger .text-footer{height:80px}.text-footer-container.bigger .text-footer>textarea{font-size:.875rem;height:75px;max-height:75px;min-height:75px}.text-footer-container textarea{margin:0 5px;border:unset;flex:1;resize:none;min-height:30px;max-height:60px;font-size:.875rem;font-family:inherit;background:inherit}.text-footer-container textarea:focus{outline:unset}.text-footer-container textarea::placeholder{font-size:.75rem}.text-footer-container .text-footer-audio{flex:1;display:flex;justify-content:center;align-items:center}.text-footer-container audio{flex:1;outline:unset;width:auto;height:38px}.text-footer-container .delete-audio{display:flex;justify-content:center;align-items:center;color:#e74c3c;transition:background .3s;border-radius:50%;font-size:1rem;padding:10px;cursor:pointer;margin:0 5px;width:31px;height:31px}.text-footer-container .delete-audio:hover{background-color:rgba(208,0,0,.2)}.text-footer-container .max-characters{font-size:.575rem;z-index:1;color:#444;position:relative;top:30px;left:-30px}.text-footer-container .max-characters.no-width{width:0}.text-footer-container .text-footer-actions{display:flex}.text-footer-container .text-footer-actions.outside-buttons{display:flex;align-items:center;justify-content:flex-end;position:absolute;top:-42px;right:2px;background-color:#ddd;box-shadow:inset 0 -10px 5px -11px rgba(0,0,0,.5)}.text-footer-container .text-footer-actions .text-footer-actions--btn{display:flex;justify-content:center;align-items:center;color:#777;border-radius:50%;transition:background .3s;padding:10px;font-size:1rem;width:36px;height:36px;cursor:pointer;margin-right:2.5px}.text-footer-container .text-footer-actions .text-footer-actions--btn:last-child{margin-right:unset}.text-footer-container .text-footer-actions .text-footer-actions--btn:hover{background-color:rgba(0,0,0,.1)}.text-footer-container .text-footer-actions .text-footer-actions--btn.files-activated{background-color:rgba(0,0,0,.1)}.text-footer-container .text-footer-actions .text-footer-actions--btn.audio-activated{background-color:rgba(208,0,0,.7);color:#fff}.text-footer-container .text-footer-actions .text-footer-actions--btn.left-button{position:absolute;left:0}.text-footer-container .text-footer-hsm-container{margin:12px 0 7px 0}.text-footer-container .text-footer-hsm-container.full{width:100%}.text-footer-container .text-footer-hsm-container.almostFull{width:95%}.text-footer-container .text-footer-hsm-container.medium{width:75%}.text-footer-container .text-footer-hsm-container .text-footer-v-select{border-radius:5px;margin-bottom:5px}.text-footer-container .text-footer-hsm-container .text-footer-select-03{display:flex;align-items:center;flex:1;width:100%}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer-v-select{flex:1}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03{transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -3px rgba(0,0,0,.2);opacity:.9;border-radius:2.5px;display:flex;justify-content:center;align-items:center;margin-left:5px;margin-bottom:5px;background-color:#f7fe72;width:32px;height:32px}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03:hover{opacity:1}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03 svg{font-size:1rem}.text-footer-container .text-footer-files-container{position:absolute;right:0;top:-55px;padding:5px;background-color:rgba(0,0,0,.4);border-radius:5px;display:flex;align-items:center;justify-content:space-between;z-index:1}.text-footer-container .text-footer-files-container.horizontal{right:-55px;flex-direction:column}.text-footer-container .text-footer-files-container .files-btn{transition-duration:.3s;transition-property:opacity;opacity:.8;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:10px;padding:3px;width:40px;height:40px;font-size:1rem;color:#fff}.text-footer-container .text-footer-files-container .files-btn:hover{opacity:1}.text-footer-container .text-footer-files-container .files-btn svg{color:#fff}.text-footer-container .text-footer-files-container .files-btn.images{background-color:#9575cd;margin-right:5px}.text-footer-container .text-footer-files-container .files-btn.images.margin-bottom{margin-right:unset;margin-bottom:5px}.text-footer-container .text-footer-files-container .files-btn.docs{background-color:#7986cb}.text-footer-container .text-footer-files-container .files-btn.system{background-color:#49a349;margin-left:5px}.text-footer-container .text-footer-files-container .files-btn.both{font-size:.95rem;background-color:#5555ec;flex-direction:column}.text-footer-container .text-footer-files-container .files-btn.both svg:nth-child(1){transform:translateX(5px)}.text-footer-container .text-footer-files-container .files-btn.both svg:nth-child(2){transform:translateX(-5px)}.text-footer-container .text-footer-preview-container{width:100%;cursor:default;position:absolute;left:0;background-color:#f1f1f1;border:2px solid #ccc;border-bottom:unset;border-top-left-radius:2.5px;border-top-right-radius:2.5px}.text-footer-container .text-footer-preview-container.isDoc{top:-50px;width:100%;height:45px}.text-footer-container .text-footer-preview-container.isImg,.text-footer-container .text-footer-preview-container.isMultiple{top:-205px;width:100%;height:200px}.text-footer-container .text-footer-preview-container.isImg .text-footer-image-preview{height:170px}.text-footer-container .text-footer-preview-container.isError{top:-80px;width:100%;height:75px}.text-footer-container .text-footer-alt{margin-top:-12px;width:100%;padding:0 10px}.text-footer-container .text-footer-alt .text-footer-out-session{margin-top:12px}.text-footer-container .text-footer-alt .text-footer-sem-24h{font-size:.8rem;text-align:right;font-weight:600;letter-spacing:-.5px;color:#dd7f0c;margin-top:5px;position:absolute;right:0}.text-footer-container .text-footer-alt .sem-templates{margin-top:10px;font-size:.8rem;text-align:right;font-weight:600;letter-spacing:-.5px;color:#921e12}.text-footer-container .text-footer-alt .text-footer-templates{position:relative;width:100%}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection{width:100%;display:flex;align-items:center}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection h4{margin-right:5px}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection .sm__select{flex:1}.vs__dropdown-menu{font-size:.85rem!important}.emoji-mart-anchor,.emoji-mart-emoji span{cursor:pointer!important}.emoji-mart{z-index:2!important}.emoji-mart-scroll{overflow-x:hidden}",
|
|
8887
8908
|
map: undefined,
|
|
8888
8909
|
media: undefined
|
|
@@ -8891,22 +8912,22 @@ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
|
8891
8912
|
/* scoped */
|
|
8892
8913
|
|
|
8893
8914
|
|
|
8894
|
-
var __vue_scope_id__$
|
|
8915
|
+
var __vue_scope_id__$j = undefined;
|
|
8895
8916
|
/* module identifier */
|
|
8896
8917
|
|
|
8897
|
-
var __vue_module_identifier__$
|
|
8918
|
+
var __vue_module_identifier__$j = "data-v-c431d0e0";
|
|
8898
8919
|
/* functional template */
|
|
8899
8920
|
|
|
8900
|
-
var __vue_is_functional_template__$
|
|
8921
|
+
var __vue_is_functional_template__$j = false;
|
|
8901
8922
|
/* style inject shadow dom */
|
|
8902
8923
|
|
|
8903
|
-
var __vue_component__$
|
|
8904
|
-
render: __vue_render__$
|
|
8905
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8906
|
-
}, __vue_inject_styles__$
|
|
8924
|
+
var __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
8925
|
+
render: __vue_render__$j,
|
|
8926
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
8927
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, createInjectorSSR, undefined);
|
|
8907
8928
|
|
|
8908
|
-
var TextFooter = __vue_component__$
|
|
8909
|
-
var script$
|
|
8929
|
+
var TextFooter = __vue_component__$r;//
|
|
8930
|
+
var script$i = {
|
|
8910
8931
|
components: {
|
|
8911
8932
|
TextFooter: TextFooter
|
|
8912
8933
|
},
|
|
@@ -8950,10 +8971,10 @@ var script$g = {
|
|
|
8950
8971
|
}
|
|
8951
8972
|
}
|
|
8952
8973
|
};/* script */
|
|
8953
|
-
var __vue_script__$
|
|
8974
|
+
var __vue_script__$i = script$i;
|
|
8954
8975
|
/* template */
|
|
8955
8976
|
|
|
8956
|
-
var __vue_render__$
|
|
8977
|
+
var __vue_render__$i = function __vue_render__() {
|
|
8957
8978
|
var _vm = this;
|
|
8958
8979
|
|
|
8959
8980
|
var _h = _vm.$createElement;
|
|
@@ -8986,32 +9007,32 @@ var __vue_render__$g = function __vue_render__() {
|
|
|
8986
9007
|
})], 2)]) : _vm._e()], 2)])]);
|
|
8987
9008
|
};
|
|
8988
9009
|
|
|
8989
|
-
var __vue_staticRenderFns__$
|
|
9010
|
+
var __vue_staticRenderFns__$i = [];
|
|
8990
9011
|
/* style */
|
|
8991
9012
|
|
|
8992
|
-
var __vue_inject_styles__$
|
|
9013
|
+
var __vue_inject_styles__$i = undefined;
|
|
8993
9014
|
/* scoped */
|
|
8994
9015
|
|
|
8995
|
-
var __vue_scope_id__$
|
|
9016
|
+
var __vue_scope_id__$i = undefined;
|
|
8996
9017
|
/* module identifier */
|
|
8997
9018
|
|
|
8998
|
-
var __vue_module_identifier__$
|
|
9019
|
+
var __vue_module_identifier__$i = "data-v-4d24e86b";
|
|
8999
9020
|
/* functional template */
|
|
9000
9021
|
|
|
9001
|
-
var __vue_is_functional_template__$
|
|
9022
|
+
var __vue_is_functional_template__$i = false;
|
|
9002
9023
|
/* style inject */
|
|
9003
9024
|
|
|
9004
9025
|
/* style inject SSR */
|
|
9005
9026
|
|
|
9006
9027
|
/* style inject shadow dom */
|
|
9007
9028
|
|
|
9008
|
-
var __vue_component__$
|
|
9009
|
-
render: __vue_render__$
|
|
9010
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9011
|
-
}, __vue_inject_styles__$
|
|
9029
|
+
var __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
9030
|
+
render: __vue_render__$i,
|
|
9031
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
9032
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
|
|
9012
9033
|
|
|
9013
|
-
var TemplateMessage = __vue_component__$
|
|
9014
|
-
var script$
|
|
9034
|
+
var TemplateMessage = __vue_component__$q;//
|
|
9035
|
+
var script$h = {
|
|
9015
9036
|
components: {
|
|
9016
9037
|
TemplateSingle: TemplateSingle,
|
|
9017
9038
|
TemplateMessage: TemplateMessage
|
|
@@ -9205,10 +9226,10 @@ var script$f = {
|
|
|
9205
9226
|
}
|
|
9206
9227
|
}
|
|
9207
9228
|
};/* script */
|
|
9208
|
-
var __vue_script__$
|
|
9229
|
+
var __vue_script__$h = script$h;
|
|
9209
9230
|
/* template */
|
|
9210
9231
|
|
|
9211
|
-
var __vue_render__$
|
|
9232
|
+
var __vue_render__$h = function __vue_render__() {
|
|
9212
9233
|
var _vm = this;
|
|
9213
9234
|
|
|
9214
9235
|
var _h = _vm.$createElement;
|
|
@@ -9275,10 +9296,10 @@ var __vue_render__$f = function __vue_render__() {
|
|
|
9275
9296
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
9276
9297
|
};
|
|
9277
9298
|
|
|
9278
|
-
var __vue_staticRenderFns__$
|
|
9299
|
+
var __vue_staticRenderFns__$h = [];
|
|
9279
9300
|
/* style */
|
|
9280
9301
|
|
|
9281
|
-
var __vue_inject_styles__$
|
|
9302
|
+
var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
9282
9303
|
if (!inject) return;
|
|
9283
9304
|
inject("data-v-5a97ed34_0", {
|
|
9284
9305
|
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}",
|
|
@@ -9289,22 +9310,22 @@ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
|
9289
9310
|
/* scoped */
|
|
9290
9311
|
|
|
9291
9312
|
|
|
9292
|
-
var __vue_scope_id__$
|
|
9313
|
+
var __vue_scope_id__$h = undefined;
|
|
9293
9314
|
/* module identifier */
|
|
9294
9315
|
|
|
9295
|
-
var __vue_module_identifier__$
|
|
9316
|
+
var __vue_module_identifier__$h = "data-v-5a97ed34";
|
|
9296
9317
|
/* functional template */
|
|
9297
9318
|
|
|
9298
|
-
var __vue_is_functional_template__$
|
|
9319
|
+
var __vue_is_functional_template__$h = false;
|
|
9299
9320
|
/* style inject shadow dom */
|
|
9300
9321
|
|
|
9301
|
-
var __vue_component__$
|
|
9302
|
-
render: __vue_render__$
|
|
9303
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9304
|
-
}, __vue_inject_styles__$
|
|
9322
|
+
var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
9323
|
+
render: __vue_render__$h,
|
|
9324
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
9325
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, createInjectorSSR, undefined);
|
|
9305
9326
|
|
|
9306
|
-
var __vue_component__$
|
|
9307
|
-
var script$
|
|
9327
|
+
var __vue_component__$p = __vue_component__$o;//
|
|
9328
|
+
var script$g = {
|
|
9308
9329
|
components: {
|
|
9309
9330
|
BtnEmojis: BtnEmojis,
|
|
9310
9331
|
BtnFiles: BtnFiles
|
|
@@ -9570,10 +9591,10 @@ var script$e = {
|
|
|
9570
9591
|
}
|
|
9571
9592
|
}
|
|
9572
9593
|
};/* script */
|
|
9573
|
-
var __vue_script__$
|
|
9594
|
+
var __vue_script__$g = script$g;
|
|
9574
9595
|
/* template */
|
|
9575
9596
|
|
|
9576
|
-
var __vue_render__$
|
|
9597
|
+
var __vue_render__$g = function __vue_render__() {
|
|
9577
9598
|
var _vm = this;
|
|
9578
9599
|
|
|
9579
9600
|
var _h = _vm.$createElement;
|
|
@@ -9639,10 +9660,10 @@ var __vue_render__$e = function __vue_render__() {
|
|
|
9639
9660
|
}) : _vm._e(), _vm._ssrNode(" "), _vm._t("btn-1"), _vm._ssrNode(" "), _vm._t("btn-2")], 2)], 2)], 2);
|
|
9640
9661
|
};
|
|
9641
9662
|
|
|
9642
|
-
var __vue_staticRenderFns__$
|
|
9663
|
+
var __vue_staticRenderFns__$g = [];
|
|
9643
9664
|
/* style */
|
|
9644
9665
|
|
|
9645
|
-
var __vue_inject_styles__$
|
|
9666
|
+
var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
9646
9667
|
if (!inject) return;
|
|
9647
9668
|
inject("data-v-35df0b7d_0", {
|
|
9648
9669
|
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}",
|
|
@@ -9653,21 +9674,21 @@ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
|
9653
9674
|
/* scoped */
|
|
9654
9675
|
|
|
9655
9676
|
|
|
9656
|
-
var __vue_scope_id__$
|
|
9677
|
+
var __vue_scope_id__$g = undefined;
|
|
9657
9678
|
/* module identifier */
|
|
9658
9679
|
|
|
9659
|
-
var __vue_module_identifier__$
|
|
9680
|
+
var __vue_module_identifier__$g = "data-v-35df0b7d";
|
|
9660
9681
|
/* functional template */
|
|
9661
9682
|
|
|
9662
|
-
var __vue_is_functional_template__$
|
|
9683
|
+
var __vue_is_functional_template__$g = false;
|
|
9663
9684
|
/* style inject shadow dom */
|
|
9664
9685
|
|
|
9665
|
-
var __vue_component__$
|
|
9666
|
-
render: __vue_render__$
|
|
9667
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9668
|
-
}, __vue_inject_styles__$
|
|
9686
|
+
var __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
9687
|
+
render: __vue_render__$g,
|
|
9688
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
9689
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, createInjectorSSR, undefined);
|
|
9669
9690
|
|
|
9670
|
-
var __vue_component__$
|
|
9691
|
+
var __vue_component__$n = __vue_component__$m;var textoLongo = {
|
|
9671
9692
|
methods: {
|
|
9672
9693
|
tratarTextoLongo: function tratarTextoLongo(textoLongo) {
|
|
9673
9694
|
var maxLength = 100;
|
|
@@ -9678,6 +9699,33 @@ var __vue_component__$k = __vue_component__$j;var textoLongo = {
|
|
|
9678
9699
|
}
|
|
9679
9700
|
|
|
9680
9701
|
return "".concat(textoLongo);
|
|
9702
|
+
},
|
|
9703
|
+
formataDataHora: function formataDataHora(dataHora, origem, cortarSegundos) {
|
|
9704
|
+
try {
|
|
9705
|
+
if (!dataHora) return "";
|
|
9706
|
+
if (dataHora == '1111-11-11 00:00:00') return '';
|
|
9707
|
+
var arrDataHora = dataHora.split(" ");
|
|
9708
|
+
|
|
9709
|
+
if (arrDataHora.length) {
|
|
9710
|
+
var data = arrDataHora[0];
|
|
9711
|
+
var hora = arrDataHora[1];
|
|
9712
|
+
if (!data || !hora) return dataHora;
|
|
9713
|
+
data = data.split("-").reverse().join("/");
|
|
9714
|
+
|
|
9715
|
+
if (!origem) {
|
|
9716
|
+
hora = hora.slice(0, 5);
|
|
9717
|
+
return "".concat(data, " ").concat(this.dicionario.msg_divisao_data_hora, " ").concat(hora);
|
|
9718
|
+
}
|
|
9719
|
+
|
|
9720
|
+
hora = cortarSegundos ? hora.slice(0, 5) : hora.slice(0, 8);
|
|
9721
|
+
return "".concat(data, " ").concat(hora);
|
|
9722
|
+
} else {
|
|
9723
|
+
return dataHora;
|
|
9724
|
+
}
|
|
9725
|
+
} catch (e) {
|
|
9726
|
+
console.error("Nao foi possivel formatar a data hora");
|
|
9727
|
+
console.error(e);
|
|
9728
|
+
}
|
|
9681
9729
|
}
|
|
9682
9730
|
}
|
|
9683
9731
|
};function gerarVariaveisAnexo(anexos, storeObj) {
|
|
@@ -9845,7 +9893,7 @@ var __vue_component__$k = __vue_component__$j;var textoLongo = {
|
|
|
9845
9893
|
}
|
|
9846
9894
|
}
|
|
9847
9895
|
};//
|
|
9848
|
-
var script$
|
|
9896
|
+
var script$f = {
|
|
9849
9897
|
mixins: [fileHandler],
|
|
9850
9898
|
props: {
|
|
9851
9899
|
file: {
|
|
@@ -9867,10 +9915,10 @@ var script$d = {
|
|
|
9867
9915
|
});
|
|
9868
9916
|
}
|
|
9869
9917
|
};/* script */
|
|
9870
|
-
var __vue_script__$
|
|
9918
|
+
var __vue_script__$f = script$f;
|
|
9871
9919
|
/* template */
|
|
9872
9920
|
|
|
9873
|
-
var __vue_render__$
|
|
9921
|
+
var __vue_render__$f = function __vue_render__() {
|
|
9874
9922
|
var _vm = this;
|
|
9875
9923
|
|
|
9876
9924
|
var _h = _vm.$createElement;
|
|
@@ -9941,10 +9989,10 @@ var __vue_render__$d = function __vue_render__() {
|
|
|
9941
9989
|
})], 1)]], 2)], 1);
|
|
9942
9990
|
};
|
|
9943
9991
|
|
|
9944
|
-
var __vue_staticRenderFns__$
|
|
9992
|
+
var __vue_staticRenderFns__$f = [];
|
|
9945
9993
|
/* style */
|
|
9946
9994
|
|
|
9947
|
-
var __vue_inject_styles__$
|
|
9995
|
+
var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
9948
9996
|
if (!inject) return;
|
|
9949
9997
|
inject("data-v-c0bc7096_0", {
|
|
9950
9998
|
source: ".fade-enter-active[data-v-c0bc7096],.fade-leave-active[data-v-c0bc7096]{transition:opacity .5s}.fade-enter[data-v-c0bc7096],.fade-leave-to[data-v-c0bc7096]{opacity:0}",
|
|
@@ -9959,21 +10007,21 @@ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
|
9959
10007
|
/* scoped */
|
|
9960
10008
|
|
|
9961
10009
|
|
|
9962
|
-
var __vue_scope_id__$
|
|
10010
|
+
var __vue_scope_id__$f = "data-v-c0bc7096";
|
|
9963
10011
|
/* module identifier */
|
|
9964
10012
|
|
|
9965
|
-
var __vue_module_identifier__$
|
|
10013
|
+
var __vue_module_identifier__$f = "data-v-c0bc7096";
|
|
9966
10014
|
/* functional template */
|
|
9967
10015
|
|
|
9968
|
-
var __vue_is_functional_template__$
|
|
10016
|
+
var __vue_is_functional_template__$f = false;
|
|
9969
10017
|
/* style inject shadow dom */
|
|
9970
10018
|
|
|
9971
|
-
var __vue_component__$
|
|
9972
|
-
render: __vue_render__$
|
|
9973
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9974
|
-
}, __vue_inject_styles__$
|
|
10019
|
+
var __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
10020
|
+
render: __vue_render__$f,
|
|
10021
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
10022
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, createInjectorSSR, undefined);
|
|
9975
10023
|
|
|
9976
|
-
var CardFile = __vue_component__$
|
|
10024
|
+
var CardFile = __vue_component__$l;//
|
|
9977
10025
|
//
|
|
9978
10026
|
//
|
|
9979
10027
|
//
|
|
@@ -9990,7 +10038,7 @@ var CardFile = __vue_component__$i;//
|
|
|
9990
10038
|
//
|
|
9991
10039
|
//
|
|
9992
10040
|
//
|
|
9993
|
-
var script$
|
|
10041
|
+
var script$e = {
|
|
9994
10042
|
props: {
|
|
9995
10043
|
hasReply: {
|
|
9996
10044
|
type: Boolean
|
|
@@ -10006,10 +10054,10 @@ var script$c = {
|
|
|
10006
10054
|
}
|
|
10007
10055
|
}
|
|
10008
10056
|
};/* script */
|
|
10009
|
-
var __vue_script__$
|
|
10057
|
+
var __vue_script__$e = script$e;
|
|
10010
10058
|
/* template */
|
|
10011
10059
|
|
|
10012
|
-
var __vue_render__$
|
|
10060
|
+
var __vue_render__$e = function __vue_render__() {
|
|
10013
10061
|
var _vm = this;
|
|
10014
10062
|
|
|
10015
10063
|
var _h = _vm.$createElement;
|
|
@@ -10145,32 +10193,32 @@ var __vue_render__$c = function __vue_render__() {
|
|
|
10145
10193
|
})], 1) : _vm._e()])], 2);
|
|
10146
10194
|
};
|
|
10147
10195
|
|
|
10148
|
-
var __vue_staticRenderFns__$
|
|
10196
|
+
var __vue_staticRenderFns__$e = [];
|
|
10149
10197
|
/* style */
|
|
10150
10198
|
|
|
10151
|
-
var __vue_inject_styles__$
|
|
10199
|
+
var __vue_inject_styles__$e = undefined;
|
|
10152
10200
|
/* scoped */
|
|
10153
10201
|
|
|
10154
|
-
var __vue_scope_id__$
|
|
10202
|
+
var __vue_scope_id__$e = undefined;
|
|
10155
10203
|
/* module identifier */
|
|
10156
10204
|
|
|
10157
|
-
var __vue_module_identifier__$
|
|
10205
|
+
var __vue_module_identifier__$e = "data-v-5f1ba959";
|
|
10158
10206
|
/* functional template */
|
|
10159
10207
|
|
|
10160
|
-
var __vue_is_functional_template__$
|
|
10208
|
+
var __vue_is_functional_template__$e = false;
|
|
10161
10209
|
/* style inject */
|
|
10162
10210
|
|
|
10163
10211
|
/* style inject SSR */
|
|
10164
10212
|
|
|
10165
10213
|
/* style inject shadow dom */
|
|
10166
10214
|
|
|
10167
|
-
var __vue_component__$
|
|
10168
|
-
render: __vue_render__$
|
|
10169
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10170
|
-
}, __vue_inject_styles__$
|
|
10215
|
+
var __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
10216
|
+
render: __vue_render__$e,
|
|
10217
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
10218
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
|
|
10171
10219
|
|
|
10172
|
-
var CardCheck = __vue_component__$
|
|
10173
|
-
var script$
|
|
10220
|
+
var CardCheck = __vue_component__$k;//
|
|
10221
|
+
var script$d = {
|
|
10174
10222
|
components: {
|
|
10175
10223
|
CardFile: CardFile,
|
|
10176
10224
|
CardCheck: CardCheck
|
|
@@ -10303,10 +10351,10 @@ var script$b = {
|
|
|
10303
10351
|
}
|
|
10304
10352
|
}
|
|
10305
10353
|
};/* script */
|
|
10306
|
-
var __vue_script__$
|
|
10354
|
+
var __vue_script__$d = script$d;
|
|
10307
10355
|
/* template */
|
|
10308
10356
|
|
|
10309
|
-
var __vue_render__$
|
|
10357
|
+
var __vue_render__$d = function __vue_render__() {
|
|
10310
10358
|
var _vm = this;
|
|
10311
10359
|
|
|
10312
10360
|
var _h = _vm.$createElement;
|
|
@@ -10358,10 +10406,10 @@ var __vue_render__$b = function __vue_render__() {
|
|
|
10358
10406
|
}) : _vm._e()], 2)], 2)], 2) : _vm._e();
|
|
10359
10407
|
};
|
|
10360
10408
|
|
|
10361
|
-
var __vue_staticRenderFns__$
|
|
10409
|
+
var __vue_staticRenderFns__$d = [];
|
|
10362
10410
|
/* style */
|
|
10363
10411
|
|
|
10364
|
-
var __vue_inject_styles__$
|
|
10412
|
+
var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
10365
10413
|
if (!inject) return;
|
|
10366
10414
|
inject("data-v-4be10146_0", {
|
|
10367
10415
|
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}",
|
|
@@ -10372,22 +10420,22 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
|
10372
10420
|
/* scoped */
|
|
10373
10421
|
|
|
10374
10422
|
|
|
10375
|
-
var __vue_scope_id__$
|
|
10423
|
+
var __vue_scope_id__$d = undefined;
|
|
10376
10424
|
/* module identifier */
|
|
10377
10425
|
|
|
10378
|
-
var __vue_module_identifier__$
|
|
10426
|
+
var __vue_module_identifier__$d = "data-v-4be10146";
|
|
10379
10427
|
/* functional template */
|
|
10380
10428
|
|
|
10381
|
-
var __vue_is_functional_template__$
|
|
10429
|
+
var __vue_is_functional_template__$d = false;
|
|
10382
10430
|
/* style inject shadow dom */
|
|
10383
10431
|
|
|
10384
|
-
var __vue_component__$
|
|
10385
|
-
render: __vue_render__$
|
|
10386
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10387
|
-
}, __vue_inject_styles__$
|
|
10432
|
+
var __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
10433
|
+
render: __vue_render__$d,
|
|
10434
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
10435
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, createInjectorSSR, undefined);
|
|
10388
10436
|
|
|
10389
|
-
var __vue_component__$
|
|
10390
|
-
var script$
|
|
10437
|
+
var __vue_component__$j = __vue_component__$i;//
|
|
10438
|
+
var script$c = {
|
|
10391
10439
|
mixins: [mixin_1],
|
|
10392
10440
|
props: {
|
|
10393
10441
|
lista: {
|
|
@@ -10405,10 +10453,10 @@ var script$a = {
|
|
|
10405
10453
|
}
|
|
10406
10454
|
}
|
|
10407
10455
|
};/* script */
|
|
10408
|
-
var __vue_script__$
|
|
10456
|
+
var __vue_script__$c = script$c;
|
|
10409
10457
|
/* template */
|
|
10410
10458
|
|
|
10411
|
-
var __vue_render__$
|
|
10459
|
+
var __vue_render__$c = function __vue_render__() {
|
|
10412
10460
|
var _vm = this;
|
|
10413
10461
|
|
|
10414
10462
|
var _h = _vm.$createElement;
|
|
@@ -10430,10 +10478,10 @@ var __vue_render__$a = function __vue_render__() {
|
|
|
10430
10478
|
}))]);
|
|
10431
10479
|
};
|
|
10432
10480
|
|
|
10433
|
-
var __vue_staticRenderFns__$
|
|
10481
|
+
var __vue_staticRenderFns__$c = [];
|
|
10434
10482
|
/* style */
|
|
10435
10483
|
|
|
10436
|
-
var __vue_inject_styles__$
|
|
10484
|
+
var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
10437
10485
|
if (!inject) return;
|
|
10438
10486
|
inject("data-v-f5d7144e_0", {
|
|
10439
10487
|
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}",
|
|
@@ -10444,22 +10492,22 @@ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
|
10444
10492
|
/* scoped */
|
|
10445
10493
|
|
|
10446
10494
|
|
|
10447
|
-
var __vue_scope_id__$
|
|
10495
|
+
var __vue_scope_id__$c = undefined;
|
|
10448
10496
|
/* module identifier */
|
|
10449
10497
|
|
|
10450
|
-
var __vue_module_identifier__$
|
|
10498
|
+
var __vue_module_identifier__$c = "data-v-f5d7144e";
|
|
10451
10499
|
/* functional template */
|
|
10452
10500
|
|
|
10453
|
-
var __vue_is_functional_template__$
|
|
10501
|
+
var __vue_is_functional_template__$c = false;
|
|
10454
10502
|
/* style inject shadow dom */
|
|
10455
10503
|
|
|
10456
|
-
var __vue_component__$
|
|
10457
|
-
render: __vue_render__$
|
|
10458
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10459
|
-
}, __vue_inject_styles__$
|
|
10504
|
+
var __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
10505
|
+
render: __vue_render__$c,
|
|
10506
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
10507
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);
|
|
10460
10508
|
|
|
10461
|
-
var InteratividadePopup = __vue_component__$
|
|
10462
|
-
var script$
|
|
10509
|
+
var InteratividadePopup = __vue_component__$h;//
|
|
10510
|
+
var script$b = {
|
|
10463
10511
|
components: {
|
|
10464
10512
|
InteratividadePopup: InteratividadePopup
|
|
10465
10513
|
},
|
|
@@ -10546,10 +10594,10 @@ var script$9 = {
|
|
|
10546
10594
|
}
|
|
10547
10595
|
}
|
|
10548
10596
|
};/* script */
|
|
10549
|
-
var __vue_script__$
|
|
10597
|
+
var __vue_script__$b = script$b;
|
|
10550
10598
|
/* template */
|
|
10551
10599
|
|
|
10552
|
-
var __vue_render__$
|
|
10600
|
+
var __vue_render__$b = function __vue_render__() {
|
|
10553
10601
|
var _vm = this;
|
|
10554
10602
|
|
|
10555
10603
|
var _h = _vm.$createElement;
|
|
@@ -10586,10 +10634,10 @@ var __vue_render__$9 = function __vue_render__() {
|
|
|
10586
10634
|
}), 0), _vm._ssrNode(" " + (!_vm.anexos.length ? "<p class=\"text-center mb-5\" data-v-7b989966>" + _vm._ssrEscape(_vm._s("Sem anexos")) + "</p>" : "<!---->"))], 2)] : _vm._e()], 2);
|
|
10587
10635
|
};
|
|
10588
10636
|
|
|
10589
|
-
var __vue_staticRenderFns__$
|
|
10637
|
+
var __vue_staticRenderFns__$b = [];
|
|
10590
10638
|
/* style */
|
|
10591
10639
|
|
|
10592
|
-
var __vue_inject_styles__$
|
|
10640
|
+
var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
10593
10641
|
if (!inject) return;
|
|
10594
10642
|
inject("data-v-7b989966_0", {
|
|
10595
10643
|
source: ".show-x-enter-active[data-v-7b989966],.show-x-leave-enter[data-v-7b989966]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-7b989966],.show-x-leave-to[data-v-7b989966]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-7b989966]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-7b989966]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-7b989966]{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-7b989966]{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-7b989966]{margin:10px 0}.interatividade-titulo-form[data-v-7b989966]{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-7b989966]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-7b989966]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-7b989966]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-7b989966]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-7b989966]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-7b989966]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-7b989966]:hover{color:#00628f}.text-blue[data-v-7b989966]{color:#294ed3}.text-red[data-v-7b989966]{color:#e74c3c}.text-dark[data-v-7b989966]{color:#333}.ml-3[data-v-7b989966]{margin-left:3px}.fs-2[data-v-7b989966]{font-size:2rem}.flex-wrap[data-v-7b989966]{-ms-flex-wrap:wrap;flex-wrap:wrap}.align-items-center[data-v-7b989966]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.d-flex[data-v-7b989966]{display:-webkit-box;display:-ms-flexbox;display:flex}.align-items-end[data-v-7b989966]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.text-bold[data-v-7b989966]{font-weight:700}.m-5[data-v-7b989966]{margin:5px}.mb-5[data-v-7b989966]{margin-bottom:5px}.mx-5[data-v-7b989966]{margin-left:5px;margin-right:5px}.cursor-pointer[data-v-7b989966]{cursor:pointer}",
|
|
@@ -10600,22 +10648,22 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
|
10600
10648
|
/* scoped */
|
|
10601
10649
|
|
|
10602
10650
|
|
|
10603
|
-
var __vue_scope_id__$
|
|
10651
|
+
var __vue_scope_id__$b = "data-v-7b989966";
|
|
10604
10652
|
/* module identifier */
|
|
10605
10653
|
|
|
10606
|
-
var __vue_module_identifier__$
|
|
10654
|
+
var __vue_module_identifier__$b = "data-v-7b989966";
|
|
10607
10655
|
/* functional template */
|
|
10608
10656
|
|
|
10609
|
-
var __vue_is_functional_template__$
|
|
10657
|
+
var __vue_is_functional_template__$b = false;
|
|
10610
10658
|
/* style inject shadow dom */
|
|
10611
10659
|
|
|
10612
|
-
var __vue_component__$
|
|
10613
|
-
render: __vue_render__$
|
|
10614
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10615
|
-
}, __vue_inject_styles__$
|
|
10660
|
+
var __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
10661
|
+
render: __vue_render__$b,
|
|
10662
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
10663
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, createInjectorSSR, undefined);
|
|
10616
10664
|
|
|
10617
|
-
var InteratividadeFormulario = __vue_component__$
|
|
10618
|
-
var script$
|
|
10665
|
+
var InteratividadeFormulario = __vue_component__$g;//
|
|
10666
|
+
var script$a = {
|
|
10619
10667
|
mixins: [fileHandler],
|
|
10620
10668
|
props: {
|
|
10621
10669
|
anexo: {
|
|
@@ -10637,10 +10685,10 @@ var script$8 = {
|
|
|
10637
10685
|
});
|
|
10638
10686
|
}
|
|
10639
10687
|
};/* script */
|
|
10640
|
-
var __vue_script__$
|
|
10688
|
+
var __vue_script__$a = script$a;
|
|
10641
10689
|
/* template */
|
|
10642
10690
|
|
|
10643
|
-
var __vue_render__$
|
|
10691
|
+
var __vue_render__$a = function __vue_render__() {
|
|
10644
10692
|
var _vm = this;
|
|
10645
10693
|
|
|
10646
10694
|
var _h = _vm.$createElement;
|
|
@@ -10711,10 +10759,10 @@ var __vue_render__$8 = function __vue_render__() {
|
|
|
10711
10759
|
})], 1)]], 2)], 1);
|
|
10712
10760
|
};
|
|
10713
10761
|
|
|
10714
|
-
var __vue_staticRenderFns__$
|
|
10762
|
+
var __vue_staticRenderFns__$a = [];
|
|
10715
10763
|
/* style */
|
|
10716
10764
|
|
|
10717
|
-
var __vue_inject_styles__$
|
|
10765
|
+
var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
10718
10766
|
if (!inject) return;
|
|
10719
10767
|
inject("data-v-0408a7b0_0", {
|
|
10720
10768
|
source: ".fade-enter-active[data-v-0408a7b0],.fade-leave-active[data-v-0408a7b0]{transition:opacity .5s}.fade-enter[data-v-0408a7b0],.fade-leave-to[data-v-0408a7b0]{opacity:0}",
|
|
@@ -10725,22 +10773,22 @@ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
|
10725
10773
|
/* scoped */
|
|
10726
10774
|
|
|
10727
10775
|
|
|
10728
|
-
var __vue_scope_id__$
|
|
10776
|
+
var __vue_scope_id__$a = "data-v-0408a7b0";
|
|
10729
10777
|
/* module identifier */
|
|
10730
10778
|
|
|
10731
|
-
var __vue_module_identifier__$
|
|
10779
|
+
var __vue_module_identifier__$a = "data-v-0408a7b0";
|
|
10732
10780
|
/* functional template */
|
|
10733
10781
|
|
|
10734
|
-
var __vue_is_functional_template__$
|
|
10782
|
+
var __vue_is_functional_template__$a = false;
|
|
10735
10783
|
/* style inject shadow dom */
|
|
10736
10784
|
|
|
10737
|
-
var __vue_component__$
|
|
10738
|
-
render: __vue_render__$
|
|
10739
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10740
|
-
}, __vue_inject_styles__$
|
|
10785
|
+
var __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
10786
|
+
render: __vue_render__$a,
|
|
10787
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
10788
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, createInjectorSSR, undefined);
|
|
10741
10789
|
|
|
10742
|
-
var CardAttachment = __vue_component__$
|
|
10743
|
-
var script$
|
|
10790
|
+
var CardAttachment = __vue_component__$f;//
|
|
10791
|
+
var script$9 = {
|
|
10744
10792
|
components: {
|
|
10745
10793
|
CardAttachment: CardAttachment
|
|
10746
10794
|
},
|
|
@@ -10850,10 +10898,10 @@ var script$7 = {
|
|
|
10850
10898
|
}
|
|
10851
10899
|
}
|
|
10852
10900
|
};/* script */
|
|
10853
|
-
var __vue_script__$
|
|
10901
|
+
var __vue_script__$9 = script$9;
|
|
10854
10902
|
/* template */
|
|
10855
10903
|
|
|
10856
|
-
var __vue_render__$
|
|
10904
|
+
var __vue_render__$9 = function __vue_render__() {
|
|
10857
10905
|
var _vm = this;
|
|
10858
10906
|
|
|
10859
10907
|
var _h = _vm.$createElement;
|
|
@@ -10894,10 +10942,10 @@ var __vue_render__$7 = function __vue_render__() {
|
|
|
10894
10942
|
}), 0) : _vm._e()], 2)], 2) : _vm._e();
|
|
10895
10943
|
};
|
|
10896
10944
|
|
|
10897
|
-
var __vue_staticRenderFns__$
|
|
10945
|
+
var __vue_staticRenderFns__$9 = [];
|
|
10898
10946
|
/* style */
|
|
10899
10947
|
|
|
10900
|
-
var __vue_inject_styles__$
|
|
10948
|
+
var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
10901
10949
|
if (!inject) return;
|
|
10902
10950
|
inject("data-v-60eaca73_0", {
|
|
10903
10951
|
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%}",
|
|
@@ -10908,22 +10956,22 @@ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
|
10908
10956
|
/* scoped */
|
|
10909
10957
|
|
|
10910
10958
|
|
|
10911
|
-
var __vue_scope_id__$
|
|
10959
|
+
var __vue_scope_id__$9 = "data-v-60eaca73";
|
|
10912
10960
|
/* module identifier */
|
|
10913
10961
|
|
|
10914
|
-
var __vue_module_identifier__$
|
|
10962
|
+
var __vue_module_identifier__$9 = "data-v-60eaca73";
|
|
10915
10963
|
/* functional template */
|
|
10916
10964
|
|
|
10917
|
-
var __vue_is_functional_template__$
|
|
10965
|
+
var __vue_is_functional_template__$9 = false;
|
|
10918
10966
|
/* style inject shadow dom */
|
|
10919
10967
|
|
|
10920
|
-
var __vue_component__$
|
|
10921
|
-
render: __vue_render__$
|
|
10922
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10923
|
-
}, __vue_inject_styles__$
|
|
10968
|
+
var __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
10969
|
+
render: __vue_render__$9,
|
|
10970
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
10971
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);
|
|
10924
10972
|
|
|
10925
|
-
var __vue_component__$
|
|
10926
|
-
var script$
|
|
10973
|
+
var __vue_component__$e = __vue_component__$d;//
|
|
10974
|
+
var script$8 = {
|
|
10927
10975
|
mixins: [fileHandler],
|
|
10928
10976
|
components: {
|
|
10929
10977
|
Loader: Loader
|
|
@@ -10989,10 +11037,10 @@ var script$6 = {
|
|
|
10989
11037
|
}
|
|
10990
11038
|
}
|
|
10991
11039
|
};/* script */
|
|
10992
|
-
var __vue_script__$
|
|
11040
|
+
var __vue_script__$8 = script$8;
|
|
10993
11041
|
/* template */
|
|
10994
11042
|
|
|
10995
|
-
var __vue_render__$
|
|
11043
|
+
var __vue_render__$8 = function __vue_render__() {
|
|
10996
11044
|
var _vm = this;
|
|
10997
11045
|
|
|
10998
11046
|
var _h = _vm.$createElement;
|
|
@@ -11141,10 +11189,10 @@ var __vue_render__$6 = function __vue_render__() {
|
|
|
11141
11189
|
})], 1) : _vm._e()])], 1)], 1);
|
|
11142
11190
|
};
|
|
11143
11191
|
|
|
11144
|
-
var __vue_staticRenderFns__$
|
|
11192
|
+
var __vue_staticRenderFns__$8 = [];
|
|
11145
11193
|
/* style */
|
|
11146
11194
|
|
|
11147
|
-
var __vue_inject_styles__$
|
|
11195
|
+
var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
11148
11196
|
if (!inject) return;
|
|
11149
11197
|
inject("data-v-433c38d2_0", {
|
|
11150
11198
|
source: ".fade-enter-active[data-v-433c38d2],.fade-leave-active[data-v-433c38d2]{transition:opacity .5s}.fade-enter[data-v-433c38d2],.fade-leave-to[data-v-433c38d2]{opacity:0}.mensagem-div-anexo[data-v-433c38d2]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-433c38d2]{width:100%;margin-top:5px;overflow:hidden;display:flex;max-height:300px}.anexo-container .arquivo-erro[data-v-433c38d2],.anexo-container a[data-v-433c38d2]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container p[data-v-433c38d2]{text-overflow:ellipsis;overflow:hidden}.anexo-container .arquivo-erro[data-v-433c38d2],.anexo-container p[data-v-433c38d2]{margin:0;margin-left:15px;font-size:.9rem}.anexo-container svg[data-v-433c38d2]{font-size:2rem}.anexo-container audio[data-v-433c38d2]{outline:0;width:100%}.anexo-container video[data-v-433c38d2]{flex:1;width:100%;max-width:350px;cursor:pointer}.anexos-links-container[data-v-433c38d2]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-433c38d2]{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-433c38d2]{cursor:pointer}.mensagem-div-anexo img[data-v-433c38d2]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-433c38d2]{width:100%;height:100%}.anexo-mensagem[data-v-433c38d2]{display:flex;justify-content:center;align-items:center;flex-direction:column}.alert-danger[data-v-433c38d2]{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert[data-v-433c38d2]{position:relative;padding:.65rem 1.2rem;margin:5px 0;border:1px solid transparent;border-radius:.25rem;text-align:center}.alert svg[data-v-433c38d2]{font-size:1.025em;margin-right:2px}.pdf[data-v-433c38d2]{color:#e74c3c}.doc[data-v-433c38d2]{color:#006bc9}",
|
|
@@ -11155,22 +11203,22 @@ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
|
11155
11203
|
/* scoped */
|
|
11156
11204
|
|
|
11157
11205
|
|
|
11158
|
-
var __vue_scope_id__$
|
|
11206
|
+
var __vue_scope_id__$8 = "data-v-433c38d2";
|
|
11159
11207
|
/* module identifier */
|
|
11160
11208
|
|
|
11161
|
-
var __vue_module_identifier__$
|
|
11209
|
+
var __vue_module_identifier__$8 = "data-v-433c38d2";
|
|
11162
11210
|
/* functional template */
|
|
11163
11211
|
|
|
11164
|
-
var __vue_is_functional_template__$
|
|
11212
|
+
var __vue_is_functional_template__$8 = false;
|
|
11165
11213
|
/* style inject shadow dom */
|
|
11166
11214
|
|
|
11167
|
-
var __vue_component__$
|
|
11168
|
-
render: __vue_render__$
|
|
11169
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11170
|
-
}, __vue_inject_styles__$
|
|
11215
|
+
var __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
11216
|
+
render: __vue_render__$8,
|
|
11217
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
11218
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);
|
|
11171
11219
|
|
|
11172
|
-
var AnexoMensagem = __vue_component__$
|
|
11173
|
-
var script$
|
|
11220
|
+
var AnexoMensagem = __vue_component__$c;//
|
|
11221
|
+
var script$7 = {
|
|
11174
11222
|
components: {
|
|
11175
11223
|
InteratividadePopup: InteratividadePopup
|
|
11176
11224
|
},
|
|
@@ -11215,10 +11263,10 @@ var script$5 = {
|
|
|
11215
11263
|
}
|
|
11216
11264
|
}
|
|
11217
11265
|
};/* script */
|
|
11218
|
-
var __vue_script__$
|
|
11266
|
+
var __vue_script__$7 = script$7;
|
|
11219
11267
|
/* template */
|
|
11220
11268
|
|
|
11221
|
-
var __vue_render__$
|
|
11269
|
+
var __vue_render__$7 = function __vue_render__() {
|
|
11222
11270
|
var _vm = this;
|
|
11223
11271
|
|
|
11224
11272
|
var _h = _vm.$createElement;
|
|
@@ -11246,10 +11294,10 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
11246
11294
|
}) : 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);
|
|
11247
11295
|
};
|
|
11248
11296
|
|
|
11249
|
-
var __vue_staticRenderFns__$
|
|
11297
|
+
var __vue_staticRenderFns__$7 = [];
|
|
11250
11298
|
/* style */
|
|
11251
11299
|
|
|
11252
|
-
var __vue_inject_styles__$
|
|
11300
|
+
var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
11253
11301
|
if (!inject) return;
|
|
11254
11302
|
inject("data-v-265335df_0", {
|
|
11255
11303
|
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}",
|
|
@@ -11260,21 +11308,21 @@ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
|
11260
11308
|
/* scoped */
|
|
11261
11309
|
|
|
11262
11310
|
|
|
11263
|
-
var __vue_scope_id__$
|
|
11311
|
+
var __vue_scope_id__$7 = undefined;
|
|
11264
11312
|
/* module identifier */
|
|
11265
11313
|
|
|
11266
|
-
var __vue_module_identifier__$
|
|
11314
|
+
var __vue_module_identifier__$7 = "data-v-265335df";
|
|
11267
11315
|
/* functional template */
|
|
11268
11316
|
|
|
11269
|
-
var __vue_is_functional_template__$
|
|
11317
|
+
var __vue_is_functional_template__$7 = false;
|
|
11270
11318
|
/* style inject shadow dom */
|
|
11271
11319
|
|
|
11272
|
-
var __vue_component__$
|
|
11273
|
-
render: __vue_render__$
|
|
11274
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11275
|
-
}, __vue_inject_styles__$
|
|
11320
|
+
var __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
11321
|
+
render: __vue_render__$7,
|
|
11322
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
11323
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);
|
|
11276
11324
|
|
|
11277
|
-
var InteratividadeBotoes = __vue_component__$
|
|
11325
|
+
var InteratividadeBotoes = __vue_component__$b;var script$6 = {
|
|
11278
11326
|
props: {
|
|
11279
11327
|
message: {
|
|
11280
11328
|
type: String,
|
|
@@ -11410,10 +11458,10 @@ var InteratividadeBotoes = __vue_component__$8;var script$4 = {
|
|
|
11410
11458
|
}
|
|
11411
11459
|
}
|
|
11412
11460
|
};/* script */
|
|
11413
|
-
var __vue_script__$
|
|
11461
|
+
var __vue_script__$6 = script$6;
|
|
11414
11462
|
/* template */
|
|
11415
11463
|
|
|
11416
|
-
var __vue_render__$
|
|
11464
|
+
var __vue_render__$6 = function __vue_render__() {
|
|
11417
11465
|
var _vm = this;
|
|
11418
11466
|
|
|
11419
11467
|
var _h = _vm.$createElement;
|
|
@@ -11435,10 +11483,10 @@ var __vue_render__$4 = function __vue_render__() {
|
|
|
11435
11483
|
}) + " data-v-17ba3e86><h1 data-v-17ba3e86>" + _vm._ssrEscape(_vm._s(_vm.linkPreview.author)) + "</h1></div>" : "<!---->") + " " + (_vm.linkPreview.description ? "<div class=\"link-preview-infos\" data-v-17ba3e86>" + (_vm.linkPreview.description ? "<p data-v-17ba3e86>" + _vm._ssrEscape(_vm._s(_vm.linkPreview.description)) + "</p>" : "<!---->") + "</div>" : "<!---->"))]) : _vm._e();
|
|
11436
11484
|
};
|
|
11437
11485
|
|
|
11438
|
-
var __vue_staticRenderFns__$
|
|
11486
|
+
var __vue_staticRenderFns__$6 = [];
|
|
11439
11487
|
/* style */
|
|
11440
11488
|
|
|
11441
|
-
var __vue_inject_styles__$
|
|
11489
|
+
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
11442
11490
|
if (!inject) return;
|
|
11443
11491
|
inject("data-v-17ba3e86_0", {
|
|
11444
11492
|
source: ".link-preview[data-v-17ba3e86]{display:flex;flex-direction:column;background-color:#eee;color:#333;cursor:pointer;margin:5px 0;border-radius:5px;opacity:.95;transition:opacity .3s ease-in-out;font-size:.85rem}.link-preview-image[data-v-17ba3e86]{display:flex;justify-content:center;align-items:center;padding:1px;border-top-left-radius:5px;border-top-right-radius:5px}.link-preview-author[data-v-17ba3e86]{margin:5px;font-size:.615em;font-weight:700}.link-preview-author.mb-0[data-v-17ba3e86]{margin-bottom:0}.link-preview-author h1[data-v-17ba3e86]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-preview-image img[data-v-17ba3e86]{min-width:100px;max-width:200px;border-top-left-radius:5px;border-top-right-radius:5px}.link-preview-infos[data-v-17ba3e86]{background-color:#2626261a;padding:5px;margin:5px;font-size:.83em;border-radius:5px}.link-preview[data-v-17ba3e86]:hover{opacity:1}.link-preview:hover .link-preview-infos p[data-v-17ba3e86]{text-decoration:underline}",
|
|
@@ -11449,23 +11497,23 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
|
11449
11497
|
/* scoped */
|
|
11450
11498
|
|
|
11451
11499
|
|
|
11452
|
-
var __vue_scope_id__$
|
|
11500
|
+
var __vue_scope_id__$6 = "data-v-17ba3e86";
|
|
11453
11501
|
/* module identifier */
|
|
11454
11502
|
|
|
11455
|
-
var __vue_module_identifier__$
|
|
11503
|
+
var __vue_module_identifier__$6 = "data-v-17ba3e86";
|
|
11456
11504
|
/* functional template */
|
|
11457
11505
|
|
|
11458
|
-
var __vue_is_functional_template__$
|
|
11506
|
+
var __vue_is_functional_template__$6 = false;
|
|
11459
11507
|
/* style inject shadow dom */
|
|
11460
11508
|
|
|
11461
|
-
var __vue_component__$
|
|
11462
|
-
render: __vue_render__$
|
|
11463
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11464
|
-
}, __vue_inject_styles__$
|
|
11465
|
-
|
|
11466
|
-
var LinkPreview = __vue_component__$
|
|
11467
|
-
var script$
|
|
11468
|
-
components: {
|
|
11509
|
+
var __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
11510
|
+
render: __vue_render__$6,
|
|
11511
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
11512
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);
|
|
11513
|
+
|
|
11514
|
+
var LinkPreview = __vue_component__$a;//
|
|
11515
|
+
var script$5 = {
|
|
11516
|
+
components: {
|
|
11469
11517
|
AnexoMensagem: AnexoMensagem,
|
|
11470
11518
|
InteratividadeBotoes: InteratividadeBotoes,
|
|
11471
11519
|
InteratividadeFormulario: InteratividadeFormulario,
|
|
@@ -11634,10 +11682,10 @@ var script$3 = {
|
|
|
11634
11682
|
}
|
|
11635
11683
|
}
|
|
11636
11684
|
};/* script */
|
|
11637
|
-
var __vue_script__$
|
|
11685
|
+
var __vue_script__$5 = script$5;
|
|
11638
11686
|
/* template */
|
|
11639
11687
|
|
|
11640
|
-
var __vue_render__$
|
|
11688
|
+
var __vue_render__$5 = function __vue_render__() {
|
|
11641
11689
|
var _vm = this;
|
|
11642
11690
|
|
|
11643
11691
|
var _h = _vm.$createElement;
|
|
@@ -11915,10 +11963,10 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
11915
11963
|
})], 2)], 1) : _vm._e();
|
|
11916
11964
|
};
|
|
11917
11965
|
|
|
11918
|
-
var __vue_staticRenderFns__$
|
|
11966
|
+
var __vue_staticRenderFns__$5 = [];
|
|
11919
11967
|
/* style */
|
|
11920
11968
|
|
|
11921
|
-
var __vue_inject_styles__$
|
|
11969
|
+
var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
11922
11970
|
if (!inject) return;
|
|
11923
11971
|
inject("data-v-8e87a87a_0", {
|
|
11924
11972
|
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.max-w-60{max-width:60%}.mensagem.mapa{width:100%}.mensagem.hist-msg{animation:show 1s}.mensagem a{margin-right:5px;font-weight:550;color:inherit;text-decoration:none}.mensagem a:hover{text-decoration:underline}.message p{white-space:pre-wrap}.mensagem-anexo a,.mensagem-div-mapa a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.reply{cursor:pointer;position:absolute;right:53px;bottom:5px;font-size:.6rem;color:#67a332;width:.9rem;height:.9rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff}.reply svg{margin-top:-1px;margin-right:-1px}.reply-with-2-icons{right:30px}.check{cursor:pointer;position:absolute;right:10px;bottom:2px;font-size:.7rem}.check.visualizado,.check.visualizado svg{color:#006daa}.check.verde,.check.verde svg{color:#4f772d}.check.vermelho,.check.vermelho svg{color:#ba181b}.check.cinza,.check.cinza svg{color:#999}.check.preto,.check.preto svg{color:#666}.star{cursor:pointer;position:absolute;right:30px;bottom:2px;font-size:.4rem;width:11.2px}.default-stick-size{width:180px;height:auto}.horario-envio{margin-right:15px;font-size:.7rem;position:absolute;left:10px;bottom:2px}.autor-mensagem{position:absolute;font-size:.6rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:90%;font-weight:700;top:2px}.mensagem__principal{width:100%;display:flex;justify-content:flex-end}.mensagem__principal>.mensagem::after{content:\"\";width:0;height:0;position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid var(--message-color);bottom:5px;right:-10px;transform:rotate(-90deg)}.mensagem__principal>.mensagem{background-color:var(--message-color);color:#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>.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}",
|
|
@@ -11929,28 +11977,28 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
|
11929
11977
|
/* scoped */
|
|
11930
11978
|
|
|
11931
11979
|
|
|
11932
|
-
var __vue_scope_id__$
|
|
11980
|
+
var __vue_scope_id__$5 = undefined;
|
|
11933
11981
|
/* module identifier */
|
|
11934
11982
|
|
|
11935
|
-
var __vue_module_identifier__$
|
|
11983
|
+
var __vue_module_identifier__$5 = "data-v-8e87a87a";
|
|
11936
11984
|
/* functional template */
|
|
11937
11985
|
|
|
11938
|
-
var __vue_is_functional_template__$
|
|
11986
|
+
var __vue_is_functional_template__$5 = false;
|
|
11939
11987
|
/* style inject shadow dom */
|
|
11940
11988
|
|
|
11941
|
-
var __vue_component__$
|
|
11942
|
-
render: __vue_render__$
|
|
11943
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11944
|
-
}, __vue_inject_styles__$
|
|
11989
|
+
var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
11990
|
+
render: __vue_render__$5,
|
|
11991
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
11992
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);
|
|
11945
11993
|
|
|
11946
|
-
var __vue_component__$
|
|
11994
|
+
var __vue_component__$9 = __vue_component__$8;//
|
|
11947
11995
|
//
|
|
11948
11996
|
//
|
|
11949
11997
|
//
|
|
11950
11998
|
//
|
|
11951
11999
|
//
|
|
11952
12000
|
//
|
|
11953
|
-
var script$
|
|
12001
|
+
var script$4 = {
|
|
11954
12002
|
props: {
|
|
11955
12003
|
icon: [String, Array],
|
|
11956
12004
|
default: ""
|
|
@@ -11961,10 +12009,10 @@ var script$2 = {
|
|
|
11961
12009
|
}
|
|
11962
12010
|
}
|
|
11963
12011
|
};/* script */
|
|
11964
|
-
var __vue_script__$
|
|
12012
|
+
var __vue_script__$4 = script$4;
|
|
11965
12013
|
/* template */
|
|
11966
12014
|
|
|
11967
|
-
var __vue_render__$
|
|
12015
|
+
var __vue_render__$4 = function __vue_render__() {
|
|
11968
12016
|
var _vm = this;
|
|
11969
12017
|
|
|
11970
12018
|
var _h = _vm.$createElement;
|
|
@@ -11987,10 +12035,10 @@ var __vue_render__$2 = function __vue_render__() {
|
|
|
11987
12035
|
})], 1);
|
|
11988
12036
|
};
|
|
11989
12037
|
|
|
11990
|
-
var __vue_staticRenderFns__$
|
|
12038
|
+
var __vue_staticRenderFns__$4 = [];
|
|
11991
12039
|
/* style */
|
|
11992
12040
|
|
|
11993
|
-
var __vue_inject_styles__$
|
|
12041
|
+
var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
11994
12042
|
if (!inject) return;
|
|
11995
12043
|
inject("data-v-f9c5e7d8_0", {
|
|
11996
12044
|
source: ".simple-btn--icon.custom>span{width:20px;height:20px}",
|
|
@@ -12001,22 +12049,22 @@ var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
|
12001
12049
|
/* scoped */
|
|
12002
12050
|
|
|
12003
12051
|
|
|
12004
|
-
var __vue_scope_id__$
|
|
12052
|
+
var __vue_scope_id__$4 = undefined;
|
|
12005
12053
|
/* module identifier */
|
|
12006
12054
|
|
|
12007
|
-
var __vue_module_identifier__$
|
|
12055
|
+
var __vue_module_identifier__$4 = "data-v-f9c5e7d8";
|
|
12008
12056
|
/* functional template */
|
|
12009
12057
|
|
|
12010
|
-
var __vue_is_functional_template__$
|
|
12058
|
+
var __vue_is_functional_template__$4 = false;
|
|
12011
12059
|
/* style inject shadow dom */
|
|
12012
12060
|
|
|
12013
|
-
var __vue_component__$
|
|
12014
|
-
render: __vue_render__$
|
|
12015
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12016
|
-
}, __vue_inject_styles__$
|
|
12061
|
+
var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
12062
|
+
render: __vue_render__$4,
|
|
12063
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
12064
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, createInjectorSSR, undefined);
|
|
12017
12065
|
|
|
12018
|
-
var IconButton = __vue_component__$
|
|
12019
|
-
var script$
|
|
12066
|
+
var IconButton = __vue_component__$7;//
|
|
12067
|
+
var script$3 = {
|
|
12020
12068
|
components: {
|
|
12021
12069
|
IconButton: IconButton
|
|
12022
12070
|
},
|
|
@@ -12070,10 +12118,10 @@ var script$1 = {
|
|
|
12070
12118
|
}
|
|
12071
12119
|
}
|
|
12072
12120
|
};/* script */
|
|
12073
|
-
var __vue_script__$
|
|
12121
|
+
var __vue_script__$3 = script$3;
|
|
12074
12122
|
/* template */
|
|
12075
12123
|
|
|
12076
|
-
var __vue_render__$
|
|
12124
|
+
var __vue_render__$3 = function __vue_render__() {
|
|
12077
12125
|
var _vm = this;
|
|
12078
12126
|
|
|
12079
12127
|
var _h = _vm.$createElement;
|
|
@@ -12100,10 +12148,10 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
12100
12148
|
})], 1)] : _vm._e(), _vm._ssrNode(" " + (!_vm.activeLoader ? "<span class=\"simple-btn--text\">" + _vm._ssrEscape(_vm._s(_vm.btnText)) + "</span>" : "<VueLoader></VueLoader>"))], 2);
|
|
12101
12149
|
};
|
|
12102
12150
|
|
|
12103
|
-
var __vue_staticRenderFns__$
|
|
12151
|
+
var __vue_staticRenderFns__$3 = [];
|
|
12104
12152
|
/* style */
|
|
12105
12153
|
|
|
12106
|
-
var __vue_inject_styles__$
|
|
12154
|
+
var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
12107
12155
|
if (!inject) return;
|
|
12108
12156
|
inject("data-v-b7424d62_0", {
|
|
12109
12157
|
source: ".default-btn-style{transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -2px rgba(0,0,0,.2);opacity:.9;border-radius:5px;display:flex;justify-content:center;align-items:center;padding:5px;cursor:pointer;min-height:28px}.default-btn-style:hover{opacity:1}.default-btn-style:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.simple-btn{position:relative}.simple-btn--icon{display:flex;justify-content:center;align-items:center;margin-right:5px}.simple-btn--icon.custom{min-width:25px}.simple-btn--text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.icon-container{position:absolute;left:-15px;padding:5px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%}.icon-container svg{color:rgba(255,255,255,.5);width:23px;height:23px}",
|
|
@@ -12114,21 +12162,21 @@ var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
|
12114
12162
|
/* scoped */
|
|
12115
12163
|
|
|
12116
12164
|
|
|
12117
|
-
var __vue_scope_id__$
|
|
12165
|
+
var __vue_scope_id__$3 = undefined;
|
|
12118
12166
|
/* module identifier */
|
|
12119
12167
|
|
|
12120
|
-
var __vue_module_identifier__$
|
|
12168
|
+
var __vue_module_identifier__$3 = "data-v-b7424d62";
|
|
12121
12169
|
/* functional template */
|
|
12122
12170
|
|
|
12123
|
-
var __vue_is_functional_template__$
|
|
12171
|
+
var __vue_is_functional_template__$3 = false;
|
|
12124
12172
|
/* style inject shadow dom */
|
|
12125
12173
|
|
|
12126
|
-
var __vue_component__$
|
|
12127
|
-
render: __vue_render__$
|
|
12128
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12129
|
-
}, __vue_inject_styles__$
|
|
12174
|
+
var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
12175
|
+
render: __vue_render__$3,
|
|
12176
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
12177
|
+
}, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, undefined, createInjectorSSR, undefined);
|
|
12130
12178
|
|
|
12131
|
-
var __vue_component__$
|
|
12179
|
+
var __vue_component__$6 = __vue_component__$5;//
|
|
12132
12180
|
//
|
|
12133
12181
|
//
|
|
12134
12182
|
//
|
|
@@ -12147,7 +12195,7 @@ var __vue_component__$3 = __vue_component__$2;//
|
|
|
12147
12195
|
//
|
|
12148
12196
|
//
|
|
12149
12197
|
//
|
|
12150
|
-
var script = {
|
|
12198
|
+
var script$2 = {
|
|
12151
12199
|
props: {
|
|
12152
12200
|
identificador: {
|
|
12153
12201
|
type: String,
|
|
@@ -12232,10 +12280,10 @@ var script = {
|
|
|
12232
12280
|
}
|
|
12233
12281
|
}
|
|
12234
12282
|
};/* script */
|
|
12235
|
-
var __vue_script__ = script;
|
|
12283
|
+
var __vue_script__$2 = script$2;
|
|
12236
12284
|
/* template */
|
|
12237
12285
|
|
|
12238
|
-
var __vue_render__ = function __vue_render__() {
|
|
12286
|
+
var __vue_render__$2 = function __vue_render__() {
|
|
12239
12287
|
var _vm = this;
|
|
12240
12288
|
|
|
12241
12289
|
var _h = _vm.$createElement;
|
|
@@ -12280,10 +12328,10 @@ var __vue_render__ = function __vue_render__() {
|
|
|
12280
12328
|
})], 1)]);
|
|
12281
12329
|
};
|
|
12282
12330
|
|
|
12283
|
-
var __vue_staticRenderFns__ = [];
|
|
12331
|
+
var __vue_staticRenderFns__$2 = [];
|
|
12284
12332
|
/* style */
|
|
12285
12333
|
|
|
12286
|
-
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
12334
|
+
var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
12287
12335
|
if (!inject) return;
|
|
12288
12336
|
inject("data-v-179843a2_0", {
|
|
12289
12337
|
source: ".fade-enter-active[data-v-179843a2],.fade-leave-active[data-v-179843a2]{transition:opacity .3s}.fade-enter[data-v-179843a2],.fade-leave-to[data-v-179843a2]{opacity:0}",
|
|
@@ -12298,10 +12346,254 @@ var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
|
12298
12346
|
/* scoped */
|
|
12299
12347
|
|
|
12300
12348
|
|
|
12301
|
-
var __vue_scope_id__ = "data-v-179843a2";
|
|
12349
|
+
var __vue_scope_id__$2 = "data-v-179843a2";
|
|
12350
|
+
/* module identifier */
|
|
12351
|
+
|
|
12352
|
+
var __vue_module_identifier__$2 = "data-v-179843a2";
|
|
12353
|
+
/* functional template */
|
|
12354
|
+
|
|
12355
|
+
var __vue_is_functional_template__$2 = false;
|
|
12356
|
+
/* style inject shadow dom */
|
|
12357
|
+
|
|
12358
|
+
var __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
12359
|
+
render: __vue_render__$2,
|
|
12360
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
12361
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, createInjectorSSR, undefined);
|
|
12362
|
+
|
|
12363
|
+
var __vue_component__$4 = __vue_component__$3;//
|
|
12364
|
+
var script$1 = {
|
|
12365
|
+
mixins: [fileHandler],
|
|
12366
|
+
props: {
|
|
12367
|
+
anexo: {
|
|
12368
|
+
type: [Object, String],
|
|
12369
|
+
default: function _default() {
|
|
12370
|
+
return {};
|
|
12371
|
+
}
|
|
12372
|
+
},
|
|
12373
|
+
dominio: {
|
|
12374
|
+
type: String,
|
|
12375
|
+
required: true
|
|
12376
|
+
}
|
|
12377
|
+
},
|
|
12378
|
+
mounted: function mounted() {
|
|
12379
|
+
this.setFileVars(this.anexo, {
|
|
12380
|
+
dominio: this.dominio
|
|
12381
|
+
});
|
|
12382
|
+
}
|
|
12383
|
+
};/* script */
|
|
12384
|
+
var __vue_script__$1 = script$1;
|
|
12385
|
+
/* template */
|
|
12386
|
+
|
|
12387
|
+
var __vue_render__$1 = function __vue_render__() {
|
|
12388
|
+
var _vm = this;
|
|
12389
|
+
|
|
12390
|
+
var _h = _vm.$createElement;
|
|
12391
|
+
|
|
12392
|
+
var _c = _vm._self._c || _h;
|
|
12393
|
+
|
|
12394
|
+
return _c('transition-group', {
|
|
12395
|
+
attrs: {
|
|
12396
|
+
"name": "fade",
|
|
12397
|
+
"mode": "out-in"
|
|
12398
|
+
}
|
|
12399
|
+
}, [_vm.isLoading ? _c('VueLoader', {
|
|
12400
|
+
key: "file-loader"
|
|
12401
|
+
}) : _c('div', {
|
|
12402
|
+
key: "file-container",
|
|
12403
|
+
staticClass: "mb-5 mx-5 d-flex flex-wrap align-items-end"
|
|
12404
|
+
}, [_vm.imageURL ? _c('span', {
|
|
12405
|
+
staticClass: "anexo-img box-shadow",
|
|
12406
|
+
attrs: {
|
|
12407
|
+
"title": "Visualizar " + _vm.filename
|
|
12408
|
+
},
|
|
12409
|
+
on: {
|
|
12410
|
+
"click": function click($event) {
|
|
12411
|
+
return _vm.openWindowFromURL(_vm.imageURL, true);
|
|
12412
|
+
}
|
|
12413
|
+
}
|
|
12414
|
+
}, [_c('img', {
|
|
12415
|
+
attrs: {
|
|
12416
|
+
"src": "" + _vm.imageURL,
|
|
12417
|
+
"alt": _vm.filename
|
|
12418
|
+
}
|
|
12419
|
+
})]) : _c('span', {
|
|
12420
|
+
staticClass: "anexo-icone",
|
|
12421
|
+
class: [_vm.iconeClass],
|
|
12422
|
+
attrs: {
|
|
12423
|
+
"title": "Visualizar " + _vm.filename,
|
|
12424
|
+
"target": "_blank"
|
|
12425
|
+
},
|
|
12426
|
+
on: {
|
|
12427
|
+
"click": function click($event) {
|
|
12428
|
+
return _vm.openWindowFromURL(_vm.docURL, false);
|
|
12429
|
+
}
|
|
12430
|
+
}
|
|
12431
|
+
}, [_c('fa-icon', {
|
|
12432
|
+
attrs: {
|
|
12433
|
+
"icon": _vm.icon
|
|
12434
|
+
}
|
|
12435
|
+
})], 1), _vm._v(" "), _c('a', {
|
|
12436
|
+
attrs: {
|
|
12437
|
+
"href": _vm.imageURL ? _vm.imageURL : _vm.docURL,
|
|
12438
|
+
"download": "" + _vm.filename,
|
|
12439
|
+
"target": "_blank",
|
|
12440
|
+
"title": "Download " + _vm.filename
|
|
12441
|
+
}
|
|
12442
|
+
}, [_c('fa-icon', {
|
|
12443
|
+
attrs: {
|
|
12444
|
+
"icon": ['fas', 'download']
|
|
12445
|
+
}
|
|
12446
|
+
})], 1)])], 1);
|
|
12447
|
+
};
|
|
12448
|
+
|
|
12449
|
+
var __vue_staticRenderFns__$1 = [];
|
|
12450
|
+
/* style */
|
|
12451
|
+
|
|
12452
|
+
var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
12453
|
+
if (!inject) return;
|
|
12454
|
+
inject("data-v-298444ef_0", {
|
|
12455
|
+
source: ".anexo-img[data-v-298444ef]{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-298444ef]:hover{opacity:1}.anexo-img img[data-v-298444ef]{width:95%;max-height:50px}.box-shadow[data-v-298444ef]{-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)}.anexo-icone[data-v-298444ef]:hover{opacity:1}.anexo-icone[data-v-298444ef]:visited{color:inherit}.anexo-icone svg[data-v-298444ef]{font-size:30px;z-index:1}.anexo-icone.pdf[data-v-298444ef]{position:relative}.anexo-icone.pdf svg[data-v-298444ef]{color:#e74c3c}.anexo-icone.pdf[data-v-298444ef]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.anexo-icone.doc[data-v-298444ef]{color:#15517f}.anexo-icone.doc[data-v-298444ef]::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.anexo-icone[data-v-298444ef]{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.align-items-end[data-v-298444ef]{align-items:flex-end}.flex-wrap[data-v-298444ef]{flex-wrap:wrap}.d-flex[data-v-298444ef]{display:flex}.mb-5[data-v-298444ef]{margin-bottom:5px}.mx-5[data-v-298444ef]{margin-left:5px;margin-right:5px}",
|
|
12456
|
+
map: undefined,
|
|
12457
|
+
media: undefined
|
|
12458
|
+
});
|
|
12459
|
+
};
|
|
12460
|
+
/* scoped */
|
|
12461
|
+
|
|
12462
|
+
|
|
12463
|
+
var __vue_scope_id__$1 = "data-v-298444ef";
|
|
12464
|
+
/* module identifier */
|
|
12465
|
+
|
|
12466
|
+
var __vue_module_identifier__$1 = "data-v-298444ef";
|
|
12467
|
+
/* functional template */
|
|
12468
|
+
|
|
12469
|
+
var __vue_is_functional_template__$1 = false;
|
|
12470
|
+
/* style inject shadow dom */
|
|
12471
|
+
|
|
12472
|
+
var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
12473
|
+
render: __vue_render__$1,
|
|
12474
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
12475
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, createInjectorSSR, undefined);
|
|
12476
|
+
|
|
12477
|
+
var EmailFile = __vue_component__$2;//
|
|
12478
|
+
var script = {
|
|
12479
|
+
mixins: [textoLongo],
|
|
12480
|
+
components: {
|
|
12481
|
+
EmailFile: EmailFile
|
|
12482
|
+
},
|
|
12483
|
+
props: {
|
|
12484
|
+
dominio: {
|
|
12485
|
+
type: String,
|
|
12486
|
+
required: true
|
|
12487
|
+
},
|
|
12488
|
+
dicionario: {
|
|
12489
|
+
type: Object,
|
|
12490
|
+
required: true
|
|
12491
|
+
},
|
|
12492
|
+
de: {
|
|
12493
|
+
type: String,
|
|
12494
|
+
required: false,
|
|
12495
|
+
default: ""
|
|
12496
|
+
},
|
|
12497
|
+
para: {
|
|
12498
|
+
type: String,
|
|
12499
|
+
required: false,
|
|
12500
|
+
default: ""
|
|
12501
|
+
},
|
|
12502
|
+
html: {
|
|
12503
|
+
type: String,
|
|
12504
|
+
required: false,
|
|
12505
|
+
default: ""
|
|
12506
|
+
},
|
|
12507
|
+
assunto: {
|
|
12508
|
+
type: String,
|
|
12509
|
+
required: false,
|
|
12510
|
+
default: ""
|
|
12511
|
+
},
|
|
12512
|
+
dataHora: {
|
|
12513
|
+
type: String,
|
|
12514
|
+
required: false,
|
|
12515
|
+
default: ""
|
|
12516
|
+
},
|
|
12517
|
+
mensagem: {
|
|
12518
|
+
type: String,
|
|
12519
|
+
required: false,
|
|
12520
|
+
default: ""
|
|
12521
|
+
},
|
|
12522
|
+
anexos: {
|
|
12523
|
+
type: [Array, String],
|
|
12524
|
+
required: false,
|
|
12525
|
+
default: function _default() {
|
|
12526
|
+
return [];
|
|
12527
|
+
}
|
|
12528
|
+
},
|
|
12529
|
+
iniciarAberto: {
|
|
12530
|
+
type: Boolean,
|
|
12531
|
+
required: false,
|
|
12532
|
+
default: false
|
|
12533
|
+
}
|
|
12534
|
+
},
|
|
12535
|
+
data: function data() {
|
|
12536
|
+
return {
|
|
12537
|
+
estado: 0
|
|
12538
|
+
};
|
|
12539
|
+
},
|
|
12540
|
+
computed: {
|
|
12541
|
+
siglaNome: function siglaNome() {
|
|
12542
|
+
return this.de[0] ? this.de[0].toUpperCase() : "";
|
|
12543
|
+
}
|
|
12544
|
+
},
|
|
12545
|
+
methods: {
|
|
12546
|
+
toggleEstado: function toggleEstado() {
|
|
12547
|
+
this.estado = this.estado == 0 ? 1 : 0;
|
|
12548
|
+
}
|
|
12549
|
+
}
|
|
12550
|
+
};/* script */
|
|
12551
|
+
var __vue_script__ = script;
|
|
12552
|
+
/* template */
|
|
12553
|
+
|
|
12554
|
+
var __vue_render__ = function __vue_render__() {
|
|
12555
|
+
var _vm = this;
|
|
12556
|
+
|
|
12557
|
+
var _h = _vm.$createElement;
|
|
12558
|
+
|
|
12559
|
+
var _c = _vm._self._c || _h;
|
|
12560
|
+
|
|
12561
|
+
return _c('div', {
|
|
12562
|
+
staticClass: "w-100 text-dark min-h-60 d-flex flex-wrap px-35 border-bottom-1 border-color-gray transition-150"
|
|
12563
|
+
}, [_vm._ssrNode("<div class=\"w-100 d-flex d-flex align-items-center justify-content-between cursor-pointer\" data-v-06a38972>", "</div>", [_vm._ssrNode("<div class=\"d-flex-center m-10\" data-v-06a38972><span class=\"align-self-start border-radius-round d-flex-center w-36px h-36px border-color-gray border-1 mr-10\" data-v-06a38972>" + _vm._ssrEscape(_vm._s(_vm.siglaNome)) + "</span> <div class=\"d-flex flex-column\" data-v-06a38972><p" + _vm._ssrAttr("title", _vm.de) + " class=\"text-bold fs-_9\" data-v-06a38972>" + _vm._ssrEscape(_vm._s(_vm.de)) + "</p> " + (_vm.estado != 0 ? "<p" + _vm._ssrAttr("title", _vm.para) + " class=\"text-gray fs-_8\" data-v-06a38972>" + _vm._ssrEscape(_vm._s(_vm.para)) + "</p>" : "<!---->") + " <p" + _vm._ssrAttr("title", _vm.assunto) + " class=\"text-gray fs-_8\" data-v-06a38972>" + _vm._ssrEscape(_vm._s(_vm.tratarTextoLongo(_vm.assunto, 30))) + "</p></div></div> "), _vm._ssrNode("<span" + _vm._ssrAttr("title", _vm.formataDataHora(_vm.dataHora)) + " class=\"fs-_8 mr-10 text-ellipsis\" data-v-06a38972>", "</span>", [_c('fa-icon', {
|
|
12564
|
+
attrs: {
|
|
12565
|
+
"icon": ['fas', 'calendar']
|
|
12566
|
+
}
|
|
12567
|
+
}), _vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.formataDataHora(_vm.dataHora)) + "\n "))], 2)], 2), _vm._ssrNode(" " + (_vm.estado != 0 ? "<div class=\"d-flex-center w-100 p-15\" data-v-06a38972><section data-v-06a38972>" + _vm._s(_vm.html) + "</section></div>" : "<!---->") + " "), _vm.anexos && _vm.anexos.length ? _vm._l(_vm.anexos, function (anexo, index) {
|
|
12568
|
+
return _c('EmailFile', {
|
|
12569
|
+
key: index,
|
|
12570
|
+
staticClass: "d-flex flex-wrap align-items-center",
|
|
12571
|
+
attrs: {
|
|
12572
|
+
"anexo": anexo,
|
|
12573
|
+
"dominio": _vm.dominio
|
|
12574
|
+
}
|
|
12575
|
+
});
|
|
12576
|
+
}) : _vm._e()], 2);
|
|
12577
|
+
};
|
|
12578
|
+
|
|
12579
|
+
var __vue_staticRenderFns__ = [];
|
|
12580
|
+
/* style */
|
|
12581
|
+
|
|
12582
|
+
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
12583
|
+
if (!inject) return;
|
|
12584
|
+
inject("data-v-06a38972_0", {
|
|
12585
|
+
source: ".w-100[data-v-06a38972]{width:100%}.text-dark[data-v-06a38972]{color:#333}.min-h-60[data-v-06a38972]{min-height:60px}.d-flex[data-v-06a38972]{display:flex}.flex-wrap[data-v-06a38972]{flex-wrap:wrap}.border-bottom-1[data-v-06a38972]{border-bottom:1px solid}.border-color-gray[data-v-06a38972]{border-color:#ccc}.transition-150[data-v-06a38972]{transition:all 150ms ease-in-out}.cursor-pointer[data-v-06a38972]{cursor:pointer}.justify-content-between[data-v-06a38972]{justify-content:space-between}.align-items-center[data-v-06a38972]{align-items:center}.align-self-start[data-v-06a38972]{align-self:flex-start}.border-radius-round[data-v-06a38972]{border-radius:50%!important}.w-36px[data-v-06a38972]{width:36px}.h-36px[data-v-06a38972]{height:36px}.border-1[data-v-06a38972]{border:1px solid}.mr-10[data-v-06a38972]{margin-right:10px}.flex-column[data-v-06a38972]{display:flex;flex-direction:column}.text-bold[data-v-06a38972]{font-weight:700}.fs-_9[data-v-06a38972]{font-size:.9rem}.fs-_8[data-v-06a38972]{font-size:.8rem}.text-gray[data-v-06a38972]{color:gray}.p-15[data-v-06a38972]{padding:15px}.text-ellipsis[data-v-06a38972]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.d-flex-center[data-v-06a38972]{display:flex;justify-content:center;align-items:center}",
|
|
12586
|
+
map: undefined,
|
|
12587
|
+
media: undefined
|
|
12588
|
+
});
|
|
12589
|
+
};
|
|
12590
|
+
/* scoped */
|
|
12591
|
+
|
|
12592
|
+
|
|
12593
|
+
var __vue_scope_id__ = "data-v-06a38972";
|
|
12302
12594
|
/* module identifier */
|
|
12303
12595
|
|
|
12304
|
-
var __vue_module_identifier__ = "data-v-
|
|
12596
|
+
var __vue_module_identifier__ = "data-v-06a38972";
|
|
12305
12597
|
/* functional template */
|
|
12306
12598
|
|
|
12307
12599
|
var __vue_is_functional_template__ = false;
|
|
@@ -12312,7 +12604,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
12312
12604
|
staticRenderFns: __vue_staticRenderFns__
|
|
12313
12605
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, createInjectorSSR, undefined);
|
|
12314
12606
|
|
|
12315
|
-
var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object.freeze({__proto__:null,TemplateGenerator:__vue_component__$
|
|
12607
|
+
var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object.freeze({__proto__:null,TemplateGenerator:__vue_component__$p,TextFooter:TextFooter,ExpandTextarea:__vue_component__$n,Card:__vue_component__$j,InteratividadeFormulario:InteratividadeFormulario,CardMessages:__vue_component__$e,ChatMessages:__vue_component__$9,BtnEmojis:BtnEmojis,SimpleButton:__vue_component__$6,ScrollContent:__vue_component__$4,VueLoader:Loader,Email:__vue_component__$1});var install = function installVueIntergrallPlugins(Vue) {
|
|
12316
12608
|
Object.entries(components$1).forEach(function (_ref) {
|
|
12317
12609
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
12318
12610
|
componentName = _ref2[0],
|
|
@@ -12321,7 +12613,7 @@ var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object
|
|
|
12321
12613
|
Vue.component(componentName, component);
|
|
12322
12614
|
});
|
|
12323
12615
|
}; // Create module definition for Vue.use()
|
|
12324
|
-
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,TemplateGenerator:__vue_component__$
|
|
12616
|
+
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,TemplateGenerator:__vue_component__$p,TextFooter:TextFooter,ExpandTextarea:__vue_component__$n,Card:__vue_component__$j,InteratividadeFormulario:InteratividadeFormulario,CardMessages:__vue_component__$e,ChatMessages:__vue_component__$9,BtnEmojis:BtnEmojis,SimpleButton:__vue_component__$6,ScrollContent:__vue_component__$4,VueLoader:Loader,Email:__vue_component__$1});// only expose one global var, with component exports exposed as properties of
|
|
12325
12617
|
// that global var (eg. plugin.component)
|
|
12326
12618
|
|
|
12327
12619
|
Object.entries(components).forEach(function (_ref) {
|