vue-intergrall-plugins 0.0.216 → 0.0.217
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 +769 -411
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +703 -415
- package/package.json +1 -1
- package/src/lib-components/Chat/BtnFiles.vue +9 -1
- 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
|
|
@@ -3553,7 +3553,20 @@ var script$l = {
|
|
|
3553
3553
|
},
|
|
3554
3554
|
watch: {
|
|
3555
3555
|
externalFiles: function externalFiles() {
|
|
3556
|
-
|
|
3556
|
+
var _this = this;
|
|
3557
|
+
|
|
3558
|
+
if (this.externalFiles.length + this.file.length > this.fileSettings.max) {
|
|
3559
|
+
this.$emit("reset-file-system");
|
|
3560
|
+
return this.$toasted.global.defaultInfo({
|
|
3561
|
+
msg: "Limite de ".concat(this.fileSettings.max, " arquivos")
|
|
3562
|
+
});
|
|
3563
|
+
}
|
|
3564
|
+
|
|
3565
|
+
this.externalFiles = Array.from(this.externalFiles);
|
|
3566
|
+
this.externalFiles.forEach(function (files) {
|
|
3567
|
+
_this.file.push(files);
|
|
3568
|
+
}); // this.file = this.externalFiles
|
|
3569
|
+
|
|
3557
3570
|
this.fileSize = this.externalFiles.length;
|
|
3558
3571
|
this.multipleFileUpload();
|
|
3559
3572
|
}
|
|
@@ -3650,7 +3663,7 @@ var script$l = {
|
|
|
3650
3663
|
return "";
|
|
3651
3664
|
},
|
|
3652
3665
|
multipleFileUpload: function multipleFileUpload() {
|
|
3653
|
-
var
|
|
3666
|
+
var _this2 = this;
|
|
3654
3667
|
|
|
3655
3668
|
var hasImgExt = this.fileSettings.imagesExtensions ? true : false;
|
|
3656
3669
|
var hasDocExt = this.fileSettings.docsExtensions ? true : false;
|
|
@@ -3667,12 +3680,12 @@ var script$l = {
|
|
|
3667
3680
|
var hasAnyInvalidFile = false;
|
|
3668
3681
|
this.file = Array.from(this.file);
|
|
3669
3682
|
this.file.forEach(function (file) {
|
|
3670
|
-
var singleFileType =
|
|
3683
|
+
var singleFileType = _this2.returnFileType(file);
|
|
3671
3684
|
|
|
3672
3685
|
if (!singleFileType) file.invalid = true;
|
|
3673
3686
|
file.imgOrDoc = singleFileType ? singleFileType : "";
|
|
3674
3687
|
|
|
3675
|
-
if (
|
|
3688
|
+
if (_this2.isFileValid(file.imgOrDoc, file.name)) {
|
|
3676
3689
|
if (file.imgOrDoc == "img") {
|
|
3677
3690
|
var fileReader = new FileReader();
|
|
3678
3691
|
waitForImageLoad = true;
|
|
@@ -3682,22 +3695,22 @@ var script$l = {
|
|
|
3682
3695
|
};
|
|
3683
3696
|
|
|
3684
3697
|
fileReader.onloadend = function () {
|
|
3685
|
-
return
|
|
3698
|
+
return _this2.emitFileVars(true);
|
|
3686
3699
|
};
|
|
3687
3700
|
|
|
3688
3701
|
fileReader.readAsDataURL(file);
|
|
3689
3702
|
}
|
|
3690
3703
|
|
|
3691
|
-
if (file.imgOrDoc === "doc")
|
|
3704
|
+
if (file.imgOrDoc === "doc") _this2.isDoc = true;
|
|
3692
3705
|
file.invalid = false;
|
|
3693
|
-
|
|
3706
|
+
_this2.fileFormatError = !hasAnyInvalidFile ? false : true;
|
|
3694
3707
|
} else {
|
|
3695
3708
|
hasAnyInvalidFile = true;
|
|
3696
3709
|
file.invalid = true;
|
|
3697
|
-
|
|
3698
|
-
if (hasImgExt && !hasDocExt)
|
|
3699
|
-
if (hasDocExt && hasImgExt)
|
|
3700
|
-
if (hasImgExt && hasDocExt)
|
|
3710
|
+
_this2.fileFormatError = true;
|
|
3711
|
+
if (hasImgExt && !hasDocExt) _this2.validFileFormats = "Imagens: ".concat(_this2.fileSettings.imagesExtensions.split("|").join(", "));
|
|
3712
|
+
if (hasDocExt && hasImgExt) _this2.validFileFormats = "Documentos: ".concat(_this2.fileSettings.docsExtensions.split("|").join(", "));
|
|
3713
|
+
if (hasImgExt && hasDocExt) _this2.validFileFormats = "Imagens: ".concat(_this2.fileSettings.imagesExtensions.split("|").join(", "), " - Documentos: ").concat(_this2.fileSettings.docsExtensions.split("|").join(", "));
|
|
3701
3714
|
}
|
|
3702
3715
|
});
|
|
3703
3716
|
|
|
@@ -3709,18 +3722,18 @@ var script$l = {
|
|
|
3709
3722
|
if (this.isDoc && !waitForImageLoad) this.emitFileVars();
|
|
3710
3723
|
},
|
|
3711
3724
|
singleFileUpload: function singleFileUpload(type, fileName) {
|
|
3712
|
-
var
|
|
3725
|
+
var _this3 = this;
|
|
3713
3726
|
|
|
3714
3727
|
if (this.isFileValid(type, fileName)) {
|
|
3715
3728
|
var fileReader = new FileReader();
|
|
3716
3729
|
|
|
3717
3730
|
if (type === "img") {
|
|
3718
3731
|
fileReader.onload = function () {
|
|
3719
|
-
return
|
|
3732
|
+
return _this3.imagePreview = fileReader.result;
|
|
3720
3733
|
};
|
|
3721
3734
|
|
|
3722
3735
|
fileReader.onloadend = function () {
|
|
3723
|
-
return
|
|
3736
|
+
return _this3.emitFileVars();
|
|
3724
3737
|
};
|
|
3725
3738
|
|
|
3726
3739
|
fileReader.readAsDataURL(this.file);
|
|
@@ -3784,10 +3797,10 @@ var script$l = {
|
|
|
3784
3797
|
}
|
|
3785
3798
|
}
|
|
3786
3799
|
};/* script */
|
|
3787
|
-
var __vue_script__$
|
|
3800
|
+
var __vue_script__$n = script$n;
|
|
3788
3801
|
/* template */
|
|
3789
3802
|
|
|
3790
|
-
var __vue_render__$
|
|
3803
|
+
var __vue_render__$n = function __vue_render__() {
|
|
3791
3804
|
var _vm = this;
|
|
3792
3805
|
|
|
3793
3806
|
var _h = _vm.$createElement;
|
|
@@ -3953,12 +3966,12 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
3953
3966
|
}) : _vm._e()], 1)])], 2);
|
|
3954
3967
|
};
|
|
3955
3968
|
|
|
3956
|
-
var __vue_staticRenderFns__$
|
|
3969
|
+
var __vue_staticRenderFns__$n = [];
|
|
3957
3970
|
/* style */
|
|
3958
3971
|
|
|
3959
|
-
var __vue_inject_styles__$
|
|
3972
|
+
var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
3960
3973
|
if (!inject) return;
|
|
3961
|
-
inject("data-v-
|
|
3974
|
+
inject("data-v-76b7dc16_0", {
|
|
3962
3975
|
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
3976
|
map: undefined,
|
|
3964
3977
|
media: undefined
|
|
@@ -3967,27 +3980,27 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
|
3967
3980
|
/* scoped */
|
|
3968
3981
|
|
|
3969
3982
|
|
|
3970
|
-
var __vue_scope_id__$
|
|
3983
|
+
var __vue_scope_id__$n = undefined;
|
|
3971
3984
|
/* module identifier */
|
|
3972
3985
|
|
|
3973
|
-
var __vue_module_identifier__$
|
|
3986
|
+
var __vue_module_identifier__$n = "data-v-76b7dc16";
|
|
3974
3987
|
/* functional template */
|
|
3975
3988
|
|
|
3976
|
-
var __vue_is_functional_template__$
|
|
3989
|
+
var __vue_is_functional_template__$n = false;
|
|
3977
3990
|
/* style inject shadow dom */
|
|
3978
3991
|
|
|
3979
|
-
var __vue_component__$
|
|
3980
|
-
render: __vue_render__$
|
|
3981
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3982
|
-
}, __vue_inject_styles__$
|
|
3992
|
+
var __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
3993
|
+
render: __vue_render__$n,
|
|
3994
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
3995
|
+
}, __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
3996
|
|
|
3984
|
-
var BtnFiles = __vue_component__$
|
|
3997
|
+
var BtnFiles = __vue_component__$v;//
|
|
3985
3998
|
//
|
|
3986
3999
|
//
|
|
3987
4000
|
//
|
|
3988
4001
|
//
|
|
3989
4002
|
//
|
|
3990
|
-
var script$
|
|
4003
|
+
var script$m = {
|
|
3991
4004
|
props: {
|
|
3992
4005
|
dictionary: {
|
|
3993
4006
|
type: Object,
|
|
@@ -3996,10 +4009,10 @@ var script$k = {
|
|
|
3996
4009
|
}
|
|
3997
4010
|
}
|
|
3998
4011
|
};/* script */
|
|
3999
|
-
var __vue_script__$
|
|
4012
|
+
var __vue_script__$m = script$m;
|
|
4000
4013
|
/* template */
|
|
4001
4014
|
|
|
4002
|
-
var __vue_render__$
|
|
4015
|
+
var __vue_render__$m = function __vue_render__() {
|
|
4003
4016
|
var _vm = this;
|
|
4004
4017
|
|
|
4005
4018
|
var _h = _vm.$createElement;
|
|
@@ -4023,37 +4036,37 @@ var __vue_render__$k = function __vue_render__() {
|
|
|
4023
4036
|
})], 1);
|
|
4024
4037
|
};
|
|
4025
4038
|
|
|
4026
|
-
var __vue_staticRenderFns__$
|
|
4039
|
+
var __vue_staticRenderFns__$m = [];
|
|
4027
4040
|
/* style */
|
|
4028
4041
|
|
|
4029
|
-
var __vue_inject_styles__$
|
|
4042
|
+
var __vue_inject_styles__$m = undefined;
|
|
4030
4043
|
/* scoped */
|
|
4031
4044
|
|
|
4032
|
-
var __vue_scope_id__$
|
|
4045
|
+
var __vue_scope_id__$m = undefined;
|
|
4033
4046
|
/* module identifier */
|
|
4034
4047
|
|
|
4035
|
-
var __vue_module_identifier__$
|
|
4048
|
+
var __vue_module_identifier__$m = "data-v-c2fae61e";
|
|
4036
4049
|
/* functional template */
|
|
4037
4050
|
|
|
4038
|
-
var __vue_is_functional_template__$
|
|
4051
|
+
var __vue_is_functional_template__$m = false;
|
|
4039
4052
|
/* style inject */
|
|
4040
4053
|
|
|
4041
4054
|
/* style inject SSR */
|
|
4042
4055
|
|
|
4043
4056
|
/* style inject shadow dom */
|
|
4044
4057
|
|
|
4045
|
-
var __vue_component__$
|
|
4046
|
-
render: __vue_render__$
|
|
4047
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4048
|
-
}, __vue_inject_styles__$
|
|
4058
|
+
var __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
4059
|
+
render: __vue_render__$m,
|
|
4060
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
4061
|
+
}, __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
4062
|
|
|
4050
|
-
var BtnExpand = __vue_component__$
|
|
4063
|
+
var BtnExpand = __vue_component__$u;//
|
|
4051
4064
|
//
|
|
4052
4065
|
//
|
|
4053
4066
|
//
|
|
4054
4067
|
//
|
|
4055
4068
|
//
|
|
4056
|
-
var script$
|
|
4069
|
+
var script$l = {
|
|
4057
4070
|
props: {
|
|
4058
4071
|
dictionary: {
|
|
4059
4072
|
type: Object,
|
|
@@ -4062,10 +4075,10 @@ var script$j = {
|
|
|
4062
4075
|
}
|
|
4063
4076
|
}
|
|
4064
4077
|
};/* script */
|
|
4065
|
-
var __vue_script__$
|
|
4078
|
+
var __vue_script__$l = script$l;
|
|
4066
4079
|
/* template */
|
|
4067
4080
|
|
|
4068
|
-
var __vue_render__$
|
|
4081
|
+
var __vue_render__$l = function __vue_render__() {
|
|
4069
4082
|
var _vm = this;
|
|
4070
4083
|
|
|
4071
4084
|
var _h = _vm.$createElement;
|
|
@@ -4089,31 +4102,31 @@ var __vue_render__$j = function __vue_render__() {
|
|
|
4089
4102
|
})], 1);
|
|
4090
4103
|
};
|
|
4091
4104
|
|
|
4092
|
-
var __vue_staticRenderFns__$
|
|
4105
|
+
var __vue_staticRenderFns__$l = [];
|
|
4093
4106
|
/* style */
|
|
4094
4107
|
|
|
4095
|
-
var __vue_inject_styles__$
|
|
4108
|
+
var __vue_inject_styles__$l = undefined;
|
|
4096
4109
|
/* scoped */
|
|
4097
4110
|
|
|
4098
|
-
var __vue_scope_id__$
|
|
4111
|
+
var __vue_scope_id__$l = undefined;
|
|
4099
4112
|
/* module identifier */
|
|
4100
4113
|
|
|
4101
|
-
var __vue_module_identifier__$
|
|
4114
|
+
var __vue_module_identifier__$l = "data-v-05b2a592";
|
|
4102
4115
|
/* functional template */
|
|
4103
4116
|
|
|
4104
|
-
var __vue_is_functional_template__$
|
|
4117
|
+
var __vue_is_functional_template__$l = false;
|
|
4105
4118
|
/* style inject */
|
|
4106
4119
|
|
|
4107
4120
|
/* style inject SSR */
|
|
4108
4121
|
|
|
4109
4122
|
/* style inject shadow dom */
|
|
4110
4123
|
|
|
4111
|
-
var __vue_component__$
|
|
4112
|
-
render: __vue_render__$
|
|
4113
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4114
|
-
}, __vue_inject_styles__$
|
|
4124
|
+
var __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
4125
|
+
render: __vue_render__$l,
|
|
4126
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
4127
|
+
}, __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
4128
|
|
|
4116
|
-
var BtnStandardMessages = __vue_component__$
|
|
4129
|
+
var BtnStandardMessages = __vue_component__$t;var bind = function bind(fn, thisArg) {
|
|
4117
4130
|
return function wrap() {
|
|
4118
4131
|
var args = new Array(arguments.length);
|
|
4119
4132
|
for (var i = 0; i < args.length; i++) {
|
|
@@ -7954,7 +7967,7 @@ var dev = window.location.hostname == 'localhost' ? '&teste=levchat2' : '';var s
|
|
|
7954
7967
|
}
|
|
7955
7968
|
}
|
|
7956
7969
|
};//
|
|
7957
|
-
var script$
|
|
7970
|
+
var script$k = {
|
|
7958
7971
|
mixins: [standardMessages],
|
|
7959
7972
|
props: {
|
|
7960
7973
|
dictionary: {
|
|
@@ -8155,10 +8168,10 @@ var script$i = {
|
|
|
8155
8168
|
}
|
|
8156
8169
|
}
|
|
8157
8170
|
};/* script */
|
|
8158
|
-
var __vue_script__$
|
|
8171
|
+
var __vue_script__$k = script$k;
|
|
8159
8172
|
/* template */
|
|
8160
8173
|
|
|
8161
|
-
var __vue_render__$
|
|
8174
|
+
var __vue_render__$k = function __vue_render__() {
|
|
8162
8175
|
var _vm = this;
|
|
8163
8176
|
|
|
8164
8177
|
var _h = _vm.$createElement;
|
|
@@ -8243,10 +8256,10 @@ var __vue_render__$i = function __vue_render__() {
|
|
|
8243
8256
|
}, [_c('VueLoader')], 1) : _vm._e()])], 2)]);
|
|
8244
8257
|
};
|
|
8245
8258
|
|
|
8246
|
-
var __vue_staticRenderFns__$
|
|
8259
|
+
var __vue_staticRenderFns__$k = [];
|
|
8247
8260
|
/* style */
|
|
8248
8261
|
|
|
8249
|
-
var __vue_inject_styles__$
|
|
8262
|
+
var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
8250
8263
|
if (!inject) return;
|
|
8251
8264
|
inject("data-v-324084df_0", {
|
|
8252
8265
|
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 +8270,22 @@ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
|
|
|
8257
8270
|
/* scoped */
|
|
8258
8271
|
|
|
8259
8272
|
|
|
8260
|
-
var __vue_scope_id__$
|
|
8273
|
+
var __vue_scope_id__$k = undefined;
|
|
8261
8274
|
/* module identifier */
|
|
8262
8275
|
|
|
8263
|
-
var __vue_module_identifier__$
|
|
8276
|
+
var __vue_module_identifier__$k = "data-v-324084df";
|
|
8264
8277
|
/* functional template */
|
|
8265
8278
|
|
|
8266
|
-
var __vue_is_functional_template__$
|
|
8279
|
+
var __vue_is_functional_template__$k = false;
|
|
8267
8280
|
/* style inject shadow dom */
|
|
8268
8281
|
|
|
8269
|
-
var __vue_component__$
|
|
8270
|
-
render: __vue_render__$
|
|
8271
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8272
|
-
}, __vue_inject_styles__$
|
|
8282
|
+
var __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
8283
|
+
render: __vue_render__$k,
|
|
8284
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
8285
|
+
}, __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
8286
|
|
|
8274
|
-
var StandardMessages = __vue_component__$
|
|
8275
|
-
var script$
|
|
8287
|
+
var StandardMessages = __vue_component__$s;//
|
|
8288
|
+
var script$j = {
|
|
8276
8289
|
components: {
|
|
8277
8290
|
BtnEmojis: BtnEmojis,
|
|
8278
8291
|
Loader: Loader,
|
|
@@ -8589,6 +8602,9 @@ var script$h = {
|
|
|
8589
8602
|
openFileSystem: function openFileSystem() {
|
|
8590
8603
|
this.$emit("open-file-system");
|
|
8591
8604
|
},
|
|
8605
|
+
resetFileSystem: function resetFileSystem() {
|
|
8606
|
+
this.$emit("reset-file-system");
|
|
8607
|
+
},
|
|
8592
8608
|
setAudio: function setAudio(audioObj) {
|
|
8593
8609
|
var audioFile = audioObj.audioFile,
|
|
8594
8610
|
audioSource = audioObj.audioSource;
|
|
@@ -8716,10 +8732,10 @@ var script$h = {
|
|
|
8716
8732
|
window.removeEventListener("message", this.listenerPostMessage);
|
|
8717
8733
|
}
|
|
8718
8734
|
};/* script */
|
|
8719
|
-
var __vue_script__$
|
|
8735
|
+
var __vue_script__$j = script$j;
|
|
8720
8736
|
/* template */
|
|
8721
8737
|
|
|
8722
|
-
var __vue_render__$
|
|
8738
|
+
var __vue_render__$j = function __vue_render__() {
|
|
8723
8739
|
var _vm = this;
|
|
8724
8740
|
|
|
8725
8741
|
var _h = _vm.$createElement;
|
|
@@ -8835,7 +8851,8 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
8835
8851
|
on: {
|
|
8836
8852
|
"set-file-vars": _vm.setFileVars,
|
|
8837
8853
|
"open-image": _vm.openImage,
|
|
8838
|
-
"open-file-system": _vm.openFileSystem
|
|
8854
|
+
"open-file-system": _vm.openFileSystem,
|
|
8855
|
+
"reset-file-system": _vm.resetFileSystem
|
|
8839
8856
|
}
|
|
8840
8857
|
}), _vm._ssrNode(" "), _c('BtnExpand', {
|
|
8841
8858
|
directives: [{
|
|
@@ -8877,12 +8894,12 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
8877
8894
|
}) : _vm._e()], 1)], 2) : _vm._e();
|
|
8878
8895
|
};
|
|
8879
8896
|
|
|
8880
|
-
var __vue_staticRenderFns__$
|
|
8897
|
+
var __vue_staticRenderFns__$j = [];
|
|
8881
8898
|
/* style */
|
|
8882
8899
|
|
|
8883
|
-
var __vue_inject_styles__$
|
|
8900
|
+
var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
8884
8901
|
if (!inject) return;
|
|
8885
|
-
inject("data-v-
|
|
8902
|
+
inject("data-v-c431d0e0_0", {
|
|
8886
8903
|
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
8904
|
map: undefined,
|
|
8888
8905
|
media: undefined
|
|
@@ -8891,22 +8908,22 @@ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
|
8891
8908
|
/* scoped */
|
|
8892
8909
|
|
|
8893
8910
|
|
|
8894
|
-
var __vue_scope_id__$
|
|
8911
|
+
var __vue_scope_id__$j = undefined;
|
|
8895
8912
|
/* module identifier */
|
|
8896
8913
|
|
|
8897
|
-
var __vue_module_identifier__$
|
|
8914
|
+
var __vue_module_identifier__$j = "data-v-c431d0e0";
|
|
8898
8915
|
/* functional template */
|
|
8899
8916
|
|
|
8900
|
-
var __vue_is_functional_template__$
|
|
8917
|
+
var __vue_is_functional_template__$j = false;
|
|
8901
8918
|
/* style inject shadow dom */
|
|
8902
8919
|
|
|
8903
|
-
var __vue_component__$
|
|
8904
|
-
render: __vue_render__$
|
|
8905
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8906
|
-
}, __vue_inject_styles__$
|
|
8920
|
+
var __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
8921
|
+
render: __vue_render__$j,
|
|
8922
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
8923
|
+
}, __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
8924
|
|
|
8908
|
-
var TextFooter = __vue_component__$
|
|
8909
|
-
var script$
|
|
8925
|
+
var TextFooter = __vue_component__$r;//
|
|
8926
|
+
var script$i = {
|
|
8910
8927
|
components: {
|
|
8911
8928
|
TextFooter: TextFooter
|
|
8912
8929
|
},
|
|
@@ -8950,10 +8967,10 @@ var script$g = {
|
|
|
8950
8967
|
}
|
|
8951
8968
|
}
|
|
8952
8969
|
};/* script */
|
|
8953
|
-
var __vue_script__$
|
|
8970
|
+
var __vue_script__$i = script$i;
|
|
8954
8971
|
/* template */
|
|
8955
8972
|
|
|
8956
|
-
var __vue_render__$
|
|
8973
|
+
var __vue_render__$i = function __vue_render__() {
|
|
8957
8974
|
var _vm = this;
|
|
8958
8975
|
|
|
8959
8976
|
var _h = _vm.$createElement;
|
|
@@ -8986,32 +9003,32 @@ var __vue_render__$g = function __vue_render__() {
|
|
|
8986
9003
|
})], 2)]) : _vm._e()], 2)])]);
|
|
8987
9004
|
};
|
|
8988
9005
|
|
|
8989
|
-
var __vue_staticRenderFns__$
|
|
9006
|
+
var __vue_staticRenderFns__$i = [];
|
|
8990
9007
|
/* style */
|
|
8991
9008
|
|
|
8992
|
-
var __vue_inject_styles__$
|
|
9009
|
+
var __vue_inject_styles__$i = undefined;
|
|
8993
9010
|
/* scoped */
|
|
8994
9011
|
|
|
8995
|
-
var __vue_scope_id__$
|
|
9012
|
+
var __vue_scope_id__$i = undefined;
|
|
8996
9013
|
/* module identifier */
|
|
8997
9014
|
|
|
8998
|
-
var __vue_module_identifier__$
|
|
9015
|
+
var __vue_module_identifier__$i = "data-v-4d24e86b";
|
|
8999
9016
|
/* functional template */
|
|
9000
9017
|
|
|
9001
|
-
var __vue_is_functional_template__$
|
|
9018
|
+
var __vue_is_functional_template__$i = false;
|
|
9002
9019
|
/* style inject */
|
|
9003
9020
|
|
|
9004
9021
|
/* style inject SSR */
|
|
9005
9022
|
|
|
9006
9023
|
/* style inject shadow dom */
|
|
9007
9024
|
|
|
9008
|
-
var __vue_component__$
|
|
9009
|
-
render: __vue_render__$
|
|
9010
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9011
|
-
}, __vue_inject_styles__$
|
|
9025
|
+
var __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
9026
|
+
render: __vue_render__$i,
|
|
9027
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
9028
|
+
}, __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
9029
|
|
|
9013
|
-
var TemplateMessage = __vue_component__$
|
|
9014
|
-
var script$
|
|
9030
|
+
var TemplateMessage = __vue_component__$q;//
|
|
9031
|
+
var script$h = {
|
|
9015
9032
|
components: {
|
|
9016
9033
|
TemplateSingle: TemplateSingle,
|
|
9017
9034
|
TemplateMessage: TemplateMessage
|
|
@@ -9205,10 +9222,10 @@ var script$f = {
|
|
|
9205
9222
|
}
|
|
9206
9223
|
}
|
|
9207
9224
|
};/* script */
|
|
9208
|
-
var __vue_script__$
|
|
9225
|
+
var __vue_script__$h = script$h;
|
|
9209
9226
|
/* template */
|
|
9210
9227
|
|
|
9211
|
-
var __vue_render__$
|
|
9228
|
+
var __vue_render__$h = function __vue_render__() {
|
|
9212
9229
|
var _vm = this;
|
|
9213
9230
|
|
|
9214
9231
|
var _h = _vm.$createElement;
|
|
@@ -9275,10 +9292,10 @@ var __vue_render__$f = function __vue_render__() {
|
|
|
9275
9292
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
9276
9293
|
};
|
|
9277
9294
|
|
|
9278
|
-
var __vue_staticRenderFns__$
|
|
9295
|
+
var __vue_staticRenderFns__$h = [];
|
|
9279
9296
|
/* style */
|
|
9280
9297
|
|
|
9281
|
-
var __vue_inject_styles__$
|
|
9298
|
+
var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
9282
9299
|
if (!inject) return;
|
|
9283
9300
|
inject("data-v-5a97ed34_0", {
|
|
9284
9301
|
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 +9306,22 @@ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
|
9289
9306
|
/* scoped */
|
|
9290
9307
|
|
|
9291
9308
|
|
|
9292
|
-
var __vue_scope_id__$
|
|
9309
|
+
var __vue_scope_id__$h = undefined;
|
|
9293
9310
|
/* module identifier */
|
|
9294
9311
|
|
|
9295
|
-
var __vue_module_identifier__$
|
|
9312
|
+
var __vue_module_identifier__$h = "data-v-5a97ed34";
|
|
9296
9313
|
/* functional template */
|
|
9297
9314
|
|
|
9298
|
-
var __vue_is_functional_template__$
|
|
9315
|
+
var __vue_is_functional_template__$h = false;
|
|
9299
9316
|
/* style inject shadow dom */
|
|
9300
9317
|
|
|
9301
|
-
var __vue_component__$
|
|
9302
|
-
render: __vue_render__$
|
|
9303
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9304
|
-
}, __vue_inject_styles__$
|
|
9318
|
+
var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
9319
|
+
render: __vue_render__$h,
|
|
9320
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
9321
|
+
}, __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
9322
|
|
|
9306
|
-
var __vue_component__$
|
|
9307
|
-
var script$
|
|
9323
|
+
var __vue_component__$p = __vue_component__$o;//
|
|
9324
|
+
var script$g = {
|
|
9308
9325
|
components: {
|
|
9309
9326
|
BtnEmojis: BtnEmojis,
|
|
9310
9327
|
BtnFiles: BtnFiles
|
|
@@ -9570,10 +9587,10 @@ var script$e = {
|
|
|
9570
9587
|
}
|
|
9571
9588
|
}
|
|
9572
9589
|
};/* script */
|
|
9573
|
-
var __vue_script__$
|
|
9590
|
+
var __vue_script__$g = script$g;
|
|
9574
9591
|
/* template */
|
|
9575
9592
|
|
|
9576
|
-
var __vue_render__$
|
|
9593
|
+
var __vue_render__$g = function __vue_render__() {
|
|
9577
9594
|
var _vm = this;
|
|
9578
9595
|
|
|
9579
9596
|
var _h = _vm.$createElement;
|
|
@@ -9639,10 +9656,10 @@ var __vue_render__$e = function __vue_render__() {
|
|
|
9639
9656
|
}) : _vm._e(), _vm._ssrNode(" "), _vm._t("btn-1"), _vm._ssrNode(" "), _vm._t("btn-2")], 2)], 2)], 2);
|
|
9640
9657
|
};
|
|
9641
9658
|
|
|
9642
|
-
var __vue_staticRenderFns__$
|
|
9659
|
+
var __vue_staticRenderFns__$g = [];
|
|
9643
9660
|
/* style */
|
|
9644
9661
|
|
|
9645
|
-
var __vue_inject_styles__$
|
|
9662
|
+
var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
9646
9663
|
if (!inject) return;
|
|
9647
9664
|
inject("data-v-35df0b7d_0", {
|
|
9648
9665
|
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 +9670,21 @@ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
|
9653
9670
|
/* scoped */
|
|
9654
9671
|
|
|
9655
9672
|
|
|
9656
|
-
var __vue_scope_id__$
|
|
9673
|
+
var __vue_scope_id__$g = undefined;
|
|
9657
9674
|
/* module identifier */
|
|
9658
9675
|
|
|
9659
|
-
var __vue_module_identifier__$
|
|
9676
|
+
var __vue_module_identifier__$g = "data-v-35df0b7d";
|
|
9660
9677
|
/* functional template */
|
|
9661
9678
|
|
|
9662
|
-
var __vue_is_functional_template__$
|
|
9679
|
+
var __vue_is_functional_template__$g = false;
|
|
9663
9680
|
/* style inject shadow dom */
|
|
9664
9681
|
|
|
9665
|
-
var __vue_component__$
|
|
9666
|
-
render: __vue_render__$
|
|
9667
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9668
|
-
}, __vue_inject_styles__$
|
|
9682
|
+
var __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
9683
|
+
render: __vue_render__$g,
|
|
9684
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
9685
|
+
}, __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
9686
|
|
|
9670
|
-
var __vue_component__$
|
|
9687
|
+
var __vue_component__$n = __vue_component__$m;var textoLongo = {
|
|
9671
9688
|
methods: {
|
|
9672
9689
|
tratarTextoLongo: function tratarTextoLongo(textoLongo) {
|
|
9673
9690
|
var maxLength = 100;
|
|
@@ -9678,6 +9695,33 @@ var __vue_component__$k = __vue_component__$j;var textoLongo = {
|
|
|
9678
9695
|
}
|
|
9679
9696
|
|
|
9680
9697
|
return "".concat(textoLongo);
|
|
9698
|
+
},
|
|
9699
|
+
formataDataHora: function formataDataHora(dataHora, origem, cortarSegundos) {
|
|
9700
|
+
try {
|
|
9701
|
+
if (!dataHora) return "";
|
|
9702
|
+
if (dataHora == '1111-11-11 00:00:00') return '';
|
|
9703
|
+
var arrDataHora = dataHora.split(" ");
|
|
9704
|
+
|
|
9705
|
+
if (arrDataHora.length) {
|
|
9706
|
+
var data = arrDataHora[0];
|
|
9707
|
+
var hora = arrDataHora[1];
|
|
9708
|
+
if (!data || !hora) return dataHora;
|
|
9709
|
+
data = data.split("-").reverse().join("/");
|
|
9710
|
+
|
|
9711
|
+
if (!origem) {
|
|
9712
|
+
hora = hora.slice(0, 5);
|
|
9713
|
+
return "".concat(data, " ").concat(this.dicionario.msg_divisao_data_hora, " ").concat(hora);
|
|
9714
|
+
}
|
|
9715
|
+
|
|
9716
|
+
hora = cortarSegundos ? hora.slice(0, 5) : hora.slice(0, 8);
|
|
9717
|
+
return "".concat(data, " ").concat(hora);
|
|
9718
|
+
} else {
|
|
9719
|
+
return dataHora;
|
|
9720
|
+
}
|
|
9721
|
+
} catch (e) {
|
|
9722
|
+
console.error("Nao foi possivel formatar a data hora");
|
|
9723
|
+
console.error(e);
|
|
9724
|
+
}
|
|
9681
9725
|
}
|
|
9682
9726
|
}
|
|
9683
9727
|
};function gerarVariaveisAnexo(anexos, storeObj) {
|
|
@@ -9845,7 +9889,7 @@ var __vue_component__$k = __vue_component__$j;var textoLongo = {
|
|
|
9845
9889
|
}
|
|
9846
9890
|
}
|
|
9847
9891
|
};//
|
|
9848
|
-
var script$
|
|
9892
|
+
var script$f = {
|
|
9849
9893
|
mixins: [fileHandler],
|
|
9850
9894
|
props: {
|
|
9851
9895
|
file: {
|
|
@@ -9867,10 +9911,10 @@ var script$d = {
|
|
|
9867
9911
|
});
|
|
9868
9912
|
}
|
|
9869
9913
|
};/* script */
|
|
9870
|
-
var __vue_script__$
|
|
9914
|
+
var __vue_script__$f = script$f;
|
|
9871
9915
|
/* template */
|
|
9872
9916
|
|
|
9873
|
-
var __vue_render__$
|
|
9917
|
+
var __vue_render__$f = function __vue_render__() {
|
|
9874
9918
|
var _vm = this;
|
|
9875
9919
|
|
|
9876
9920
|
var _h = _vm.$createElement;
|
|
@@ -9941,10 +9985,10 @@ var __vue_render__$d = function __vue_render__() {
|
|
|
9941
9985
|
})], 1)]], 2)], 1);
|
|
9942
9986
|
};
|
|
9943
9987
|
|
|
9944
|
-
var __vue_staticRenderFns__$
|
|
9988
|
+
var __vue_staticRenderFns__$f = [];
|
|
9945
9989
|
/* style */
|
|
9946
9990
|
|
|
9947
|
-
var __vue_inject_styles__$
|
|
9991
|
+
var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
9948
9992
|
if (!inject) return;
|
|
9949
9993
|
inject("data-v-c0bc7096_0", {
|
|
9950
9994
|
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 +10003,21 @@ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
|
9959
10003
|
/* scoped */
|
|
9960
10004
|
|
|
9961
10005
|
|
|
9962
|
-
var __vue_scope_id__$
|
|
10006
|
+
var __vue_scope_id__$f = "data-v-c0bc7096";
|
|
9963
10007
|
/* module identifier */
|
|
9964
10008
|
|
|
9965
|
-
var __vue_module_identifier__$
|
|
10009
|
+
var __vue_module_identifier__$f = "data-v-c0bc7096";
|
|
9966
10010
|
/* functional template */
|
|
9967
10011
|
|
|
9968
|
-
var __vue_is_functional_template__$
|
|
10012
|
+
var __vue_is_functional_template__$f = false;
|
|
9969
10013
|
/* style inject shadow dom */
|
|
9970
10014
|
|
|
9971
|
-
var __vue_component__$
|
|
9972
|
-
render: __vue_render__$
|
|
9973
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9974
|
-
}, __vue_inject_styles__$
|
|
10015
|
+
var __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
10016
|
+
render: __vue_render__$f,
|
|
10017
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
10018
|
+
}, __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
10019
|
|
|
9976
|
-
var CardFile = __vue_component__$
|
|
10020
|
+
var CardFile = __vue_component__$l;//
|
|
9977
10021
|
//
|
|
9978
10022
|
//
|
|
9979
10023
|
//
|
|
@@ -9990,7 +10034,7 @@ var CardFile = __vue_component__$i;//
|
|
|
9990
10034
|
//
|
|
9991
10035
|
//
|
|
9992
10036
|
//
|
|
9993
|
-
var script$
|
|
10037
|
+
var script$e = {
|
|
9994
10038
|
props: {
|
|
9995
10039
|
hasReply: {
|
|
9996
10040
|
type: Boolean
|
|
@@ -10006,10 +10050,10 @@ var script$c = {
|
|
|
10006
10050
|
}
|
|
10007
10051
|
}
|
|
10008
10052
|
};/* script */
|
|
10009
|
-
var __vue_script__$
|
|
10053
|
+
var __vue_script__$e = script$e;
|
|
10010
10054
|
/* template */
|
|
10011
10055
|
|
|
10012
|
-
var __vue_render__$
|
|
10056
|
+
var __vue_render__$e = function __vue_render__() {
|
|
10013
10057
|
var _vm = this;
|
|
10014
10058
|
|
|
10015
10059
|
var _h = _vm.$createElement;
|
|
@@ -10145,32 +10189,32 @@ var __vue_render__$c = function __vue_render__() {
|
|
|
10145
10189
|
})], 1) : _vm._e()])], 2);
|
|
10146
10190
|
};
|
|
10147
10191
|
|
|
10148
|
-
var __vue_staticRenderFns__$
|
|
10192
|
+
var __vue_staticRenderFns__$e = [];
|
|
10149
10193
|
/* style */
|
|
10150
10194
|
|
|
10151
|
-
var __vue_inject_styles__$
|
|
10195
|
+
var __vue_inject_styles__$e = undefined;
|
|
10152
10196
|
/* scoped */
|
|
10153
10197
|
|
|
10154
|
-
var __vue_scope_id__$
|
|
10198
|
+
var __vue_scope_id__$e = undefined;
|
|
10155
10199
|
/* module identifier */
|
|
10156
10200
|
|
|
10157
|
-
var __vue_module_identifier__$
|
|
10201
|
+
var __vue_module_identifier__$e = "data-v-5f1ba959";
|
|
10158
10202
|
/* functional template */
|
|
10159
10203
|
|
|
10160
|
-
var __vue_is_functional_template__$
|
|
10204
|
+
var __vue_is_functional_template__$e = false;
|
|
10161
10205
|
/* style inject */
|
|
10162
10206
|
|
|
10163
10207
|
/* style inject SSR */
|
|
10164
10208
|
|
|
10165
10209
|
/* style inject shadow dom */
|
|
10166
10210
|
|
|
10167
|
-
var __vue_component__$
|
|
10168
|
-
render: __vue_render__$
|
|
10169
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10170
|
-
}, __vue_inject_styles__$
|
|
10211
|
+
var __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
10212
|
+
render: __vue_render__$e,
|
|
10213
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
10214
|
+
}, __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
10215
|
|
|
10172
|
-
var CardCheck = __vue_component__$
|
|
10173
|
-
var script$
|
|
10216
|
+
var CardCheck = __vue_component__$k;//
|
|
10217
|
+
var script$d = {
|
|
10174
10218
|
components: {
|
|
10175
10219
|
CardFile: CardFile,
|
|
10176
10220
|
CardCheck: CardCheck
|
|
@@ -10303,10 +10347,10 @@ var script$b = {
|
|
|
10303
10347
|
}
|
|
10304
10348
|
}
|
|
10305
10349
|
};/* script */
|
|
10306
|
-
var __vue_script__$
|
|
10350
|
+
var __vue_script__$d = script$d;
|
|
10307
10351
|
/* template */
|
|
10308
10352
|
|
|
10309
|
-
var __vue_render__$
|
|
10353
|
+
var __vue_render__$d = function __vue_render__() {
|
|
10310
10354
|
var _vm = this;
|
|
10311
10355
|
|
|
10312
10356
|
var _h = _vm.$createElement;
|
|
@@ -10358,10 +10402,10 @@ var __vue_render__$b = function __vue_render__() {
|
|
|
10358
10402
|
}) : _vm._e()], 2)], 2)], 2) : _vm._e();
|
|
10359
10403
|
};
|
|
10360
10404
|
|
|
10361
|
-
var __vue_staticRenderFns__$
|
|
10405
|
+
var __vue_staticRenderFns__$d = [];
|
|
10362
10406
|
/* style */
|
|
10363
10407
|
|
|
10364
|
-
var __vue_inject_styles__$
|
|
10408
|
+
var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
10365
10409
|
if (!inject) return;
|
|
10366
10410
|
inject("data-v-4be10146_0", {
|
|
10367
10411
|
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 +10416,22 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
|
10372
10416
|
/* scoped */
|
|
10373
10417
|
|
|
10374
10418
|
|
|
10375
|
-
var __vue_scope_id__$
|
|
10419
|
+
var __vue_scope_id__$d = undefined;
|
|
10376
10420
|
/* module identifier */
|
|
10377
10421
|
|
|
10378
|
-
var __vue_module_identifier__$
|
|
10422
|
+
var __vue_module_identifier__$d = "data-v-4be10146";
|
|
10379
10423
|
/* functional template */
|
|
10380
10424
|
|
|
10381
|
-
var __vue_is_functional_template__$
|
|
10425
|
+
var __vue_is_functional_template__$d = false;
|
|
10382
10426
|
/* style inject shadow dom */
|
|
10383
10427
|
|
|
10384
|
-
var __vue_component__$
|
|
10385
|
-
render: __vue_render__$
|
|
10386
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10387
|
-
}, __vue_inject_styles__$
|
|
10428
|
+
var __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
10429
|
+
render: __vue_render__$d,
|
|
10430
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
10431
|
+
}, __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
10432
|
|
|
10389
|
-
var __vue_component__$
|
|
10390
|
-
var script$
|
|
10433
|
+
var __vue_component__$j = __vue_component__$i;//
|
|
10434
|
+
var script$c = {
|
|
10391
10435
|
mixins: [mixin_1],
|
|
10392
10436
|
props: {
|
|
10393
10437
|
lista: {
|
|
@@ -10405,10 +10449,10 @@ var script$a = {
|
|
|
10405
10449
|
}
|
|
10406
10450
|
}
|
|
10407
10451
|
};/* script */
|
|
10408
|
-
var __vue_script__$
|
|
10452
|
+
var __vue_script__$c = script$c;
|
|
10409
10453
|
/* template */
|
|
10410
10454
|
|
|
10411
|
-
var __vue_render__$
|
|
10455
|
+
var __vue_render__$c = function __vue_render__() {
|
|
10412
10456
|
var _vm = this;
|
|
10413
10457
|
|
|
10414
10458
|
var _h = _vm.$createElement;
|
|
@@ -10430,10 +10474,10 @@ var __vue_render__$a = function __vue_render__() {
|
|
|
10430
10474
|
}))]);
|
|
10431
10475
|
};
|
|
10432
10476
|
|
|
10433
|
-
var __vue_staticRenderFns__$
|
|
10477
|
+
var __vue_staticRenderFns__$c = [];
|
|
10434
10478
|
/* style */
|
|
10435
10479
|
|
|
10436
|
-
var __vue_inject_styles__$
|
|
10480
|
+
var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
10437
10481
|
if (!inject) return;
|
|
10438
10482
|
inject("data-v-f5d7144e_0", {
|
|
10439
10483
|
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 +10488,22 @@ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
|
10444
10488
|
/* scoped */
|
|
10445
10489
|
|
|
10446
10490
|
|
|
10447
|
-
var __vue_scope_id__$
|
|
10491
|
+
var __vue_scope_id__$c = undefined;
|
|
10448
10492
|
/* module identifier */
|
|
10449
10493
|
|
|
10450
|
-
var __vue_module_identifier__$
|
|
10494
|
+
var __vue_module_identifier__$c = "data-v-f5d7144e";
|
|
10451
10495
|
/* functional template */
|
|
10452
10496
|
|
|
10453
|
-
var __vue_is_functional_template__$
|
|
10497
|
+
var __vue_is_functional_template__$c = false;
|
|
10454
10498
|
/* style inject shadow dom */
|
|
10455
10499
|
|
|
10456
|
-
var __vue_component__$
|
|
10457
|
-
render: __vue_render__$
|
|
10458
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10459
|
-
}, __vue_inject_styles__$
|
|
10500
|
+
var __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
10501
|
+
render: __vue_render__$c,
|
|
10502
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
10503
|
+
}, __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
10504
|
|
|
10461
|
-
var InteratividadePopup = __vue_component__$
|
|
10462
|
-
var script$
|
|
10505
|
+
var InteratividadePopup = __vue_component__$h;//
|
|
10506
|
+
var script$b = {
|
|
10463
10507
|
components: {
|
|
10464
10508
|
InteratividadePopup: InteratividadePopup
|
|
10465
10509
|
},
|
|
@@ -10546,10 +10590,10 @@ var script$9 = {
|
|
|
10546
10590
|
}
|
|
10547
10591
|
}
|
|
10548
10592
|
};/* script */
|
|
10549
|
-
var __vue_script__$
|
|
10593
|
+
var __vue_script__$b = script$b;
|
|
10550
10594
|
/* template */
|
|
10551
10595
|
|
|
10552
|
-
var __vue_render__$
|
|
10596
|
+
var __vue_render__$b = function __vue_render__() {
|
|
10553
10597
|
var _vm = this;
|
|
10554
10598
|
|
|
10555
10599
|
var _h = _vm.$createElement;
|
|
@@ -10586,10 +10630,10 @@ var __vue_render__$9 = function __vue_render__() {
|
|
|
10586
10630
|
}), 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
10631
|
};
|
|
10588
10632
|
|
|
10589
|
-
var __vue_staticRenderFns__$
|
|
10633
|
+
var __vue_staticRenderFns__$b = [];
|
|
10590
10634
|
/* style */
|
|
10591
10635
|
|
|
10592
|
-
var __vue_inject_styles__$
|
|
10636
|
+
var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
10593
10637
|
if (!inject) return;
|
|
10594
10638
|
inject("data-v-7b989966_0", {
|
|
10595
10639
|
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 +10644,22 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
|
10600
10644
|
/* scoped */
|
|
10601
10645
|
|
|
10602
10646
|
|
|
10603
|
-
var __vue_scope_id__$
|
|
10647
|
+
var __vue_scope_id__$b = "data-v-7b989966";
|
|
10604
10648
|
/* module identifier */
|
|
10605
10649
|
|
|
10606
|
-
var __vue_module_identifier__$
|
|
10650
|
+
var __vue_module_identifier__$b = "data-v-7b989966";
|
|
10607
10651
|
/* functional template */
|
|
10608
10652
|
|
|
10609
|
-
var __vue_is_functional_template__$
|
|
10653
|
+
var __vue_is_functional_template__$b = false;
|
|
10610
10654
|
/* style inject shadow dom */
|
|
10611
10655
|
|
|
10612
|
-
var __vue_component__$
|
|
10613
|
-
render: __vue_render__$
|
|
10614
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10615
|
-
}, __vue_inject_styles__$
|
|
10656
|
+
var __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
10657
|
+
render: __vue_render__$b,
|
|
10658
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
10659
|
+
}, __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
10660
|
|
|
10617
|
-
var InteratividadeFormulario = __vue_component__$
|
|
10618
|
-
var script$
|
|
10661
|
+
var InteratividadeFormulario = __vue_component__$g;//
|
|
10662
|
+
var script$a = {
|
|
10619
10663
|
mixins: [fileHandler],
|
|
10620
10664
|
props: {
|
|
10621
10665
|
anexo: {
|
|
@@ -10637,10 +10681,10 @@ var script$8 = {
|
|
|
10637
10681
|
});
|
|
10638
10682
|
}
|
|
10639
10683
|
};/* script */
|
|
10640
|
-
var __vue_script__$
|
|
10684
|
+
var __vue_script__$a = script$a;
|
|
10641
10685
|
/* template */
|
|
10642
10686
|
|
|
10643
|
-
var __vue_render__$
|
|
10687
|
+
var __vue_render__$a = function __vue_render__() {
|
|
10644
10688
|
var _vm = this;
|
|
10645
10689
|
|
|
10646
10690
|
var _h = _vm.$createElement;
|
|
@@ -10711,10 +10755,10 @@ var __vue_render__$8 = function __vue_render__() {
|
|
|
10711
10755
|
})], 1)]], 2)], 1);
|
|
10712
10756
|
};
|
|
10713
10757
|
|
|
10714
|
-
var __vue_staticRenderFns__$
|
|
10758
|
+
var __vue_staticRenderFns__$a = [];
|
|
10715
10759
|
/* style */
|
|
10716
10760
|
|
|
10717
|
-
var __vue_inject_styles__$
|
|
10761
|
+
var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
10718
10762
|
if (!inject) return;
|
|
10719
10763
|
inject("data-v-0408a7b0_0", {
|
|
10720
10764
|
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 +10769,22 @@ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
|
10725
10769
|
/* scoped */
|
|
10726
10770
|
|
|
10727
10771
|
|
|
10728
|
-
var __vue_scope_id__$
|
|
10772
|
+
var __vue_scope_id__$a = "data-v-0408a7b0";
|
|
10729
10773
|
/* module identifier */
|
|
10730
10774
|
|
|
10731
|
-
var __vue_module_identifier__$
|
|
10775
|
+
var __vue_module_identifier__$a = "data-v-0408a7b0";
|
|
10732
10776
|
/* functional template */
|
|
10733
10777
|
|
|
10734
|
-
var __vue_is_functional_template__$
|
|
10778
|
+
var __vue_is_functional_template__$a = false;
|
|
10735
10779
|
/* style inject shadow dom */
|
|
10736
10780
|
|
|
10737
|
-
var __vue_component__$
|
|
10738
|
-
render: __vue_render__$
|
|
10739
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10740
|
-
}, __vue_inject_styles__$
|
|
10781
|
+
var __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
10782
|
+
render: __vue_render__$a,
|
|
10783
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
10784
|
+
}, __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
10785
|
|
|
10742
|
-
var CardAttachment = __vue_component__$
|
|
10743
|
-
var script$
|
|
10786
|
+
var CardAttachment = __vue_component__$f;//
|
|
10787
|
+
var script$9 = {
|
|
10744
10788
|
components: {
|
|
10745
10789
|
CardAttachment: CardAttachment
|
|
10746
10790
|
},
|
|
@@ -10850,10 +10894,10 @@ var script$7 = {
|
|
|
10850
10894
|
}
|
|
10851
10895
|
}
|
|
10852
10896
|
};/* script */
|
|
10853
|
-
var __vue_script__$
|
|
10897
|
+
var __vue_script__$9 = script$9;
|
|
10854
10898
|
/* template */
|
|
10855
10899
|
|
|
10856
|
-
var __vue_render__$
|
|
10900
|
+
var __vue_render__$9 = function __vue_render__() {
|
|
10857
10901
|
var _vm = this;
|
|
10858
10902
|
|
|
10859
10903
|
var _h = _vm.$createElement;
|
|
@@ -10894,10 +10938,10 @@ var __vue_render__$7 = function __vue_render__() {
|
|
|
10894
10938
|
}), 0) : _vm._e()], 2)], 2) : _vm._e();
|
|
10895
10939
|
};
|
|
10896
10940
|
|
|
10897
|
-
var __vue_staticRenderFns__$
|
|
10941
|
+
var __vue_staticRenderFns__$9 = [];
|
|
10898
10942
|
/* style */
|
|
10899
10943
|
|
|
10900
|
-
var __vue_inject_styles__$
|
|
10944
|
+
var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
10901
10945
|
if (!inject) return;
|
|
10902
10946
|
inject("data-v-60eaca73_0", {
|
|
10903
10947
|
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 +10952,22 @@ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
|
10908
10952
|
/* scoped */
|
|
10909
10953
|
|
|
10910
10954
|
|
|
10911
|
-
var __vue_scope_id__$
|
|
10955
|
+
var __vue_scope_id__$9 = "data-v-60eaca73";
|
|
10912
10956
|
/* module identifier */
|
|
10913
10957
|
|
|
10914
|
-
var __vue_module_identifier__$
|
|
10958
|
+
var __vue_module_identifier__$9 = "data-v-60eaca73";
|
|
10915
10959
|
/* functional template */
|
|
10916
10960
|
|
|
10917
|
-
var __vue_is_functional_template__$
|
|
10961
|
+
var __vue_is_functional_template__$9 = false;
|
|
10918
10962
|
/* style inject shadow dom */
|
|
10919
10963
|
|
|
10920
|
-
var __vue_component__$
|
|
10921
|
-
render: __vue_render__$
|
|
10922
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10923
|
-
}, __vue_inject_styles__$
|
|
10964
|
+
var __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
10965
|
+
render: __vue_render__$9,
|
|
10966
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
10967
|
+
}, __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
10968
|
|
|
10925
|
-
var __vue_component__$
|
|
10926
|
-
var script$
|
|
10969
|
+
var __vue_component__$e = __vue_component__$d;//
|
|
10970
|
+
var script$8 = {
|
|
10927
10971
|
mixins: [fileHandler],
|
|
10928
10972
|
components: {
|
|
10929
10973
|
Loader: Loader
|
|
@@ -10989,10 +11033,10 @@ var script$6 = {
|
|
|
10989
11033
|
}
|
|
10990
11034
|
}
|
|
10991
11035
|
};/* script */
|
|
10992
|
-
var __vue_script__$
|
|
11036
|
+
var __vue_script__$8 = script$8;
|
|
10993
11037
|
/* template */
|
|
10994
11038
|
|
|
10995
|
-
var __vue_render__$
|
|
11039
|
+
var __vue_render__$8 = function __vue_render__() {
|
|
10996
11040
|
var _vm = this;
|
|
10997
11041
|
|
|
10998
11042
|
var _h = _vm.$createElement;
|
|
@@ -11141,10 +11185,10 @@ var __vue_render__$6 = function __vue_render__() {
|
|
|
11141
11185
|
})], 1) : _vm._e()])], 1)], 1);
|
|
11142
11186
|
};
|
|
11143
11187
|
|
|
11144
|
-
var __vue_staticRenderFns__$
|
|
11188
|
+
var __vue_staticRenderFns__$8 = [];
|
|
11145
11189
|
/* style */
|
|
11146
11190
|
|
|
11147
|
-
var __vue_inject_styles__$
|
|
11191
|
+
var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
11148
11192
|
if (!inject) return;
|
|
11149
11193
|
inject("data-v-433c38d2_0", {
|
|
11150
11194
|
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 +11199,22 @@ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
|
11155
11199
|
/* scoped */
|
|
11156
11200
|
|
|
11157
11201
|
|
|
11158
|
-
var __vue_scope_id__$
|
|
11202
|
+
var __vue_scope_id__$8 = "data-v-433c38d2";
|
|
11159
11203
|
/* module identifier */
|
|
11160
11204
|
|
|
11161
|
-
var __vue_module_identifier__$
|
|
11205
|
+
var __vue_module_identifier__$8 = "data-v-433c38d2";
|
|
11162
11206
|
/* functional template */
|
|
11163
11207
|
|
|
11164
|
-
var __vue_is_functional_template__$
|
|
11208
|
+
var __vue_is_functional_template__$8 = false;
|
|
11165
11209
|
/* style inject shadow dom */
|
|
11166
11210
|
|
|
11167
|
-
var __vue_component__$
|
|
11168
|
-
render: __vue_render__$
|
|
11169
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11170
|
-
}, __vue_inject_styles__$
|
|
11211
|
+
var __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
11212
|
+
render: __vue_render__$8,
|
|
11213
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
11214
|
+
}, __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
11215
|
|
|
11172
|
-
var AnexoMensagem = __vue_component__$
|
|
11173
|
-
var script$
|
|
11216
|
+
var AnexoMensagem = __vue_component__$c;//
|
|
11217
|
+
var script$7 = {
|
|
11174
11218
|
components: {
|
|
11175
11219
|
InteratividadePopup: InteratividadePopup
|
|
11176
11220
|
},
|
|
@@ -11215,10 +11259,10 @@ var script$5 = {
|
|
|
11215
11259
|
}
|
|
11216
11260
|
}
|
|
11217
11261
|
};/* script */
|
|
11218
|
-
var __vue_script__$
|
|
11262
|
+
var __vue_script__$7 = script$7;
|
|
11219
11263
|
/* template */
|
|
11220
11264
|
|
|
11221
|
-
var __vue_render__$
|
|
11265
|
+
var __vue_render__$7 = function __vue_render__() {
|
|
11222
11266
|
var _vm = this;
|
|
11223
11267
|
|
|
11224
11268
|
var _h = _vm.$createElement;
|
|
@@ -11246,10 +11290,10 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
11246
11290
|
}) : 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
11291
|
};
|
|
11248
11292
|
|
|
11249
|
-
var __vue_staticRenderFns__$
|
|
11293
|
+
var __vue_staticRenderFns__$7 = [];
|
|
11250
11294
|
/* style */
|
|
11251
11295
|
|
|
11252
|
-
var __vue_inject_styles__$
|
|
11296
|
+
var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
11253
11297
|
if (!inject) return;
|
|
11254
11298
|
inject("data-v-265335df_0", {
|
|
11255
11299
|
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 +11304,21 @@ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
|
11260
11304
|
/* scoped */
|
|
11261
11305
|
|
|
11262
11306
|
|
|
11263
|
-
var __vue_scope_id__$
|
|
11307
|
+
var __vue_scope_id__$7 = undefined;
|
|
11264
11308
|
/* module identifier */
|
|
11265
11309
|
|
|
11266
|
-
var __vue_module_identifier__$
|
|
11310
|
+
var __vue_module_identifier__$7 = "data-v-265335df";
|
|
11267
11311
|
/* functional template */
|
|
11268
11312
|
|
|
11269
|
-
var __vue_is_functional_template__$
|
|
11313
|
+
var __vue_is_functional_template__$7 = false;
|
|
11270
11314
|
/* style inject shadow dom */
|
|
11271
11315
|
|
|
11272
|
-
var __vue_component__$
|
|
11273
|
-
render: __vue_render__$
|
|
11274
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11275
|
-
}, __vue_inject_styles__$
|
|
11316
|
+
var __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
11317
|
+
render: __vue_render__$7,
|
|
11318
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
11319
|
+
}, __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
11320
|
|
|
11277
|
-
var InteratividadeBotoes = __vue_component__$
|
|
11321
|
+
var InteratividadeBotoes = __vue_component__$b;var script$6 = {
|
|
11278
11322
|
props: {
|
|
11279
11323
|
message: {
|
|
11280
11324
|
type: String,
|
|
@@ -11410,10 +11454,10 @@ var InteratividadeBotoes = __vue_component__$8;var script$4 = {
|
|
|
11410
11454
|
}
|
|
11411
11455
|
}
|
|
11412
11456
|
};/* script */
|
|
11413
|
-
var __vue_script__$
|
|
11457
|
+
var __vue_script__$6 = script$6;
|
|
11414
11458
|
/* template */
|
|
11415
11459
|
|
|
11416
|
-
var __vue_render__$
|
|
11460
|
+
var __vue_render__$6 = function __vue_render__() {
|
|
11417
11461
|
var _vm = this;
|
|
11418
11462
|
|
|
11419
11463
|
var _h = _vm.$createElement;
|
|
@@ -11435,10 +11479,10 @@ var __vue_render__$4 = function __vue_render__() {
|
|
|
11435
11479
|
}) + " 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
11480
|
};
|
|
11437
11481
|
|
|
11438
|
-
var __vue_staticRenderFns__$
|
|
11482
|
+
var __vue_staticRenderFns__$6 = [];
|
|
11439
11483
|
/* style */
|
|
11440
11484
|
|
|
11441
|
-
var __vue_inject_styles__$
|
|
11485
|
+
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
11442
11486
|
if (!inject) return;
|
|
11443
11487
|
inject("data-v-17ba3e86_0", {
|
|
11444
11488
|
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,22 +11493,22 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
|
11449
11493
|
/* scoped */
|
|
11450
11494
|
|
|
11451
11495
|
|
|
11452
|
-
var __vue_scope_id__$
|
|
11496
|
+
var __vue_scope_id__$6 = "data-v-17ba3e86";
|
|
11453
11497
|
/* module identifier */
|
|
11454
11498
|
|
|
11455
|
-
var __vue_module_identifier__$
|
|
11499
|
+
var __vue_module_identifier__$6 = "data-v-17ba3e86";
|
|
11456
11500
|
/* functional template */
|
|
11457
11501
|
|
|
11458
|
-
var __vue_is_functional_template__$
|
|
11502
|
+
var __vue_is_functional_template__$6 = false;
|
|
11459
11503
|
/* style inject shadow dom */
|
|
11460
11504
|
|
|
11461
|
-
var __vue_component__$
|
|
11462
|
-
render: __vue_render__$
|
|
11463
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11464
|
-
}, __vue_inject_styles__$
|
|
11505
|
+
var __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
11506
|
+
render: __vue_render__$6,
|
|
11507
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
11508
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);
|
|
11465
11509
|
|
|
11466
|
-
var LinkPreview = __vue_component__$
|
|
11467
|
-
var script$
|
|
11510
|
+
var LinkPreview = __vue_component__$a;//
|
|
11511
|
+
var script$5 = {
|
|
11468
11512
|
components: {
|
|
11469
11513
|
AnexoMensagem: AnexoMensagem,
|
|
11470
11514
|
InteratividadeBotoes: InteratividadeBotoes,
|
|
@@ -11634,10 +11678,10 @@ var script$3 = {
|
|
|
11634
11678
|
}
|
|
11635
11679
|
}
|
|
11636
11680
|
};/* script */
|
|
11637
|
-
var __vue_script__$
|
|
11681
|
+
var __vue_script__$5 = script$5;
|
|
11638
11682
|
/* template */
|
|
11639
11683
|
|
|
11640
|
-
var __vue_render__$
|
|
11684
|
+
var __vue_render__$5 = function __vue_render__() {
|
|
11641
11685
|
var _vm = this;
|
|
11642
11686
|
|
|
11643
11687
|
var _h = _vm.$createElement;
|
|
@@ -11915,10 +11959,10 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
11915
11959
|
})], 2)], 1) : _vm._e();
|
|
11916
11960
|
};
|
|
11917
11961
|
|
|
11918
|
-
var __vue_staticRenderFns__$
|
|
11962
|
+
var __vue_staticRenderFns__$5 = [];
|
|
11919
11963
|
/* style */
|
|
11920
11964
|
|
|
11921
|
-
var __vue_inject_styles__$
|
|
11965
|
+
var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
11922
11966
|
if (!inject) return;
|
|
11923
11967
|
inject("data-v-8e87a87a_0", {
|
|
11924
11968
|
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 +11973,28 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
|
11929
11973
|
/* scoped */
|
|
11930
11974
|
|
|
11931
11975
|
|
|
11932
|
-
var __vue_scope_id__$
|
|
11976
|
+
var __vue_scope_id__$5 = undefined;
|
|
11933
11977
|
/* module identifier */
|
|
11934
11978
|
|
|
11935
|
-
var __vue_module_identifier__$
|
|
11979
|
+
var __vue_module_identifier__$5 = "data-v-8e87a87a";
|
|
11936
11980
|
/* functional template */
|
|
11937
11981
|
|
|
11938
|
-
var __vue_is_functional_template__$
|
|
11982
|
+
var __vue_is_functional_template__$5 = false;
|
|
11939
11983
|
/* style inject shadow dom */
|
|
11940
11984
|
|
|
11941
|
-
var __vue_component__$
|
|
11942
|
-
render: __vue_render__$
|
|
11943
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11944
|
-
}, __vue_inject_styles__$
|
|
11985
|
+
var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
11986
|
+
render: __vue_render__$5,
|
|
11987
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
11988
|
+
}, __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
11989
|
|
|
11946
|
-
var __vue_component__$
|
|
11990
|
+
var __vue_component__$9 = __vue_component__$8;//
|
|
11947
11991
|
//
|
|
11948
11992
|
//
|
|
11949
11993
|
//
|
|
11950
11994
|
//
|
|
11951
11995
|
//
|
|
11952
11996
|
//
|
|
11953
|
-
var script$
|
|
11997
|
+
var script$4 = {
|
|
11954
11998
|
props: {
|
|
11955
11999
|
icon: [String, Array],
|
|
11956
12000
|
default: ""
|
|
@@ -11961,10 +12005,10 @@ var script$2 = {
|
|
|
11961
12005
|
}
|
|
11962
12006
|
}
|
|
11963
12007
|
};/* script */
|
|
11964
|
-
var __vue_script__$
|
|
12008
|
+
var __vue_script__$4 = script$4;
|
|
11965
12009
|
/* template */
|
|
11966
12010
|
|
|
11967
|
-
var __vue_render__$
|
|
12011
|
+
var __vue_render__$4 = function __vue_render__() {
|
|
11968
12012
|
var _vm = this;
|
|
11969
12013
|
|
|
11970
12014
|
var _h = _vm.$createElement;
|
|
@@ -11987,10 +12031,10 @@ var __vue_render__$2 = function __vue_render__() {
|
|
|
11987
12031
|
})], 1);
|
|
11988
12032
|
};
|
|
11989
12033
|
|
|
11990
|
-
var __vue_staticRenderFns__$
|
|
12034
|
+
var __vue_staticRenderFns__$4 = [];
|
|
11991
12035
|
/* style */
|
|
11992
12036
|
|
|
11993
|
-
var __vue_inject_styles__$
|
|
12037
|
+
var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
11994
12038
|
if (!inject) return;
|
|
11995
12039
|
inject("data-v-f9c5e7d8_0", {
|
|
11996
12040
|
source: ".simple-btn--icon.custom>span{width:20px;height:20px}",
|
|
@@ -12001,22 +12045,22 @@ var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
|
12001
12045
|
/* scoped */
|
|
12002
12046
|
|
|
12003
12047
|
|
|
12004
|
-
var __vue_scope_id__$
|
|
12048
|
+
var __vue_scope_id__$4 = undefined;
|
|
12005
12049
|
/* module identifier */
|
|
12006
12050
|
|
|
12007
|
-
var __vue_module_identifier__$
|
|
12051
|
+
var __vue_module_identifier__$4 = "data-v-f9c5e7d8";
|
|
12008
12052
|
/* functional template */
|
|
12009
12053
|
|
|
12010
|
-
var __vue_is_functional_template__$
|
|
12054
|
+
var __vue_is_functional_template__$4 = false;
|
|
12011
12055
|
/* style inject shadow dom */
|
|
12012
12056
|
|
|
12013
|
-
var __vue_component__$
|
|
12014
|
-
render: __vue_render__$
|
|
12015
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12016
|
-
}, __vue_inject_styles__$
|
|
12057
|
+
var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
12058
|
+
render: __vue_render__$4,
|
|
12059
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
12060
|
+
}, __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
12061
|
|
|
12018
|
-
var IconButton = __vue_component__$
|
|
12019
|
-
var script$
|
|
12062
|
+
var IconButton = __vue_component__$7;//
|
|
12063
|
+
var script$3 = {
|
|
12020
12064
|
components: {
|
|
12021
12065
|
IconButton: IconButton
|
|
12022
12066
|
},
|
|
@@ -12070,10 +12114,10 @@ var script$1 = {
|
|
|
12070
12114
|
}
|
|
12071
12115
|
}
|
|
12072
12116
|
};/* script */
|
|
12073
|
-
var __vue_script__$
|
|
12117
|
+
var __vue_script__$3 = script$3;
|
|
12074
12118
|
/* template */
|
|
12075
12119
|
|
|
12076
|
-
var __vue_render__$
|
|
12120
|
+
var __vue_render__$3 = function __vue_render__() {
|
|
12077
12121
|
var _vm = this;
|
|
12078
12122
|
|
|
12079
12123
|
var _h = _vm.$createElement;
|
|
@@ -12100,10 +12144,10 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
12100
12144
|
})], 1)] : _vm._e(), _vm._ssrNode(" " + (!_vm.activeLoader ? "<span class=\"simple-btn--text\">" + _vm._ssrEscape(_vm._s(_vm.btnText)) + "</span>" : "<VueLoader></VueLoader>"))], 2);
|
|
12101
12145
|
};
|
|
12102
12146
|
|
|
12103
|
-
var __vue_staticRenderFns__$
|
|
12147
|
+
var __vue_staticRenderFns__$3 = [];
|
|
12104
12148
|
/* style */
|
|
12105
12149
|
|
|
12106
|
-
var __vue_inject_styles__$
|
|
12150
|
+
var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
12107
12151
|
if (!inject) return;
|
|
12108
12152
|
inject("data-v-b7424d62_0", {
|
|
12109
12153
|
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 +12158,21 @@ var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
|
12114
12158
|
/* scoped */
|
|
12115
12159
|
|
|
12116
12160
|
|
|
12117
|
-
var __vue_scope_id__$
|
|
12161
|
+
var __vue_scope_id__$3 = undefined;
|
|
12118
12162
|
/* module identifier */
|
|
12119
12163
|
|
|
12120
|
-
var __vue_module_identifier__$
|
|
12164
|
+
var __vue_module_identifier__$3 = "data-v-b7424d62";
|
|
12121
12165
|
/* functional template */
|
|
12122
12166
|
|
|
12123
|
-
var __vue_is_functional_template__$
|
|
12167
|
+
var __vue_is_functional_template__$3 = false;
|
|
12124
12168
|
/* style inject shadow dom */
|
|
12125
12169
|
|
|
12126
|
-
var __vue_component__$
|
|
12127
|
-
render: __vue_render__$
|
|
12128
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12129
|
-
}, __vue_inject_styles__$
|
|
12170
|
+
var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
12171
|
+
render: __vue_render__$3,
|
|
12172
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
12173
|
+
}, __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
12174
|
|
|
12131
|
-
var __vue_component__$
|
|
12175
|
+
var __vue_component__$6 = __vue_component__$5;//
|
|
12132
12176
|
//
|
|
12133
12177
|
//
|
|
12134
12178
|
//
|
|
@@ -12147,7 +12191,7 @@ var __vue_component__$3 = __vue_component__$2;//
|
|
|
12147
12191
|
//
|
|
12148
12192
|
//
|
|
12149
12193
|
//
|
|
12150
|
-
var script = {
|
|
12194
|
+
var script$2 = {
|
|
12151
12195
|
props: {
|
|
12152
12196
|
identificador: {
|
|
12153
12197
|
type: String,
|
|
@@ -12232,10 +12276,10 @@ var script = {
|
|
|
12232
12276
|
}
|
|
12233
12277
|
}
|
|
12234
12278
|
};/* script */
|
|
12235
|
-
var __vue_script__ = script;
|
|
12279
|
+
var __vue_script__$2 = script$2;
|
|
12236
12280
|
/* template */
|
|
12237
12281
|
|
|
12238
|
-
var __vue_render__ = function __vue_render__() {
|
|
12282
|
+
var __vue_render__$2 = function __vue_render__() {
|
|
12239
12283
|
var _vm = this;
|
|
12240
12284
|
|
|
12241
12285
|
var _h = _vm.$createElement;
|
|
@@ -12280,10 +12324,10 @@ var __vue_render__ = function __vue_render__() {
|
|
|
12280
12324
|
})], 1)]);
|
|
12281
12325
|
};
|
|
12282
12326
|
|
|
12283
|
-
var __vue_staticRenderFns__ = [];
|
|
12327
|
+
var __vue_staticRenderFns__$2 = [];
|
|
12284
12328
|
/* style */
|
|
12285
12329
|
|
|
12286
|
-
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
12330
|
+
var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
12287
12331
|
if (!inject) return;
|
|
12288
12332
|
inject("data-v-179843a2_0", {
|
|
12289
12333
|
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 +12342,254 @@ var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
|
12298
12342
|
/* scoped */
|
|
12299
12343
|
|
|
12300
12344
|
|
|
12301
|
-
var __vue_scope_id__ = "data-v-179843a2";
|
|
12345
|
+
var __vue_scope_id__$2 = "data-v-179843a2";
|
|
12346
|
+
/* module identifier */
|
|
12347
|
+
|
|
12348
|
+
var __vue_module_identifier__$2 = "data-v-179843a2";
|
|
12349
|
+
/* functional template */
|
|
12350
|
+
|
|
12351
|
+
var __vue_is_functional_template__$2 = false;
|
|
12352
|
+
/* style inject shadow dom */
|
|
12353
|
+
|
|
12354
|
+
var __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
12355
|
+
render: __vue_render__$2,
|
|
12356
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
12357
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, createInjectorSSR, undefined);
|
|
12358
|
+
|
|
12359
|
+
var __vue_component__$4 = __vue_component__$3;//
|
|
12360
|
+
var script$1 = {
|
|
12361
|
+
mixins: [fileHandler],
|
|
12362
|
+
props: {
|
|
12363
|
+
anexo: {
|
|
12364
|
+
type: [Object, String],
|
|
12365
|
+
default: function _default() {
|
|
12366
|
+
return {};
|
|
12367
|
+
}
|
|
12368
|
+
},
|
|
12369
|
+
dominio: {
|
|
12370
|
+
type: String,
|
|
12371
|
+
required: true
|
|
12372
|
+
}
|
|
12373
|
+
},
|
|
12374
|
+
mounted: function mounted() {
|
|
12375
|
+
this.setFileVars(this.anexo, {
|
|
12376
|
+
dominio: this.dominio
|
|
12377
|
+
});
|
|
12378
|
+
}
|
|
12379
|
+
};/* script */
|
|
12380
|
+
var __vue_script__$1 = script$1;
|
|
12381
|
+
/* template */
|
|
12382
|
+
|
|
12383
|
+
var __vue_render__$1 = function __vue_render__() {
|
|
12384
|
+
var _vm = this;
|
|
12385
|
+
|
|
12386
|
+
var _h = _vm.$createElement;
|
|
12387
|
+
|
|
12388
|
+
var _c = _vm._self._c || _h;
|
|
12389
|
+
|
|
12390
|
+
return _c('transition-group', {
|
|
12391
|
+
attrs: {
|
|
12392
|
+
"name": "fade",
|
|
12393
|
+
"mode": "out-in"
|
|
12394
|
+
}
|
|
12395
|
+
}, [_vm.isLoading ? _c('VueLoader', {
|
|
12396
|
+
key: "file-loader"
|
|
12397
|
+
}) : _c('div', {
|
|
12398
|
+
key: "file-container",
|
|
12399
|
+
staticClass: "mb-5 mx-5 d-flex flex-wrap align-items-end"
|
|
12400
|
+
}, [_vm.imageURL ? _c('span', {
|
|
12401
|
+
staticClass: "anexo-img box-shadow",
|
|
12402
|
+
attrs: {
|
|
12403
|
+
"title": "Visualizar " + _vm.filename
|
|
12404
|
+
},
|
|
12405
|
+
on: {
|
|
12406
|
+
"click": function click($event) {
|
|
12407
|
+
return _vm.openWindowFromURL(_vm.imageURL, true);
|
|
12408
|
+
}
|
|
12409
|
+
}
|
|
12410
|
+
}, [_c('img', {
|
|
12411
|
+
attrs: {
|
|
12412
|
+
"src": "" + _vm.imageURL,
|
|
12413
|
+
"alt": _vm.filename
|
|
12414
|
+
}
|
|
12415
|
+
})]) : _c('span', {
|
|
12416
|
+
staticClass: "anexo-icone",
|
|
12417
|
+
class: [_vm.iconeClass],
|
|
12418
|
+
attrs: {
|
|
12419
|
+
"title": "Visualizar " + _vm.filename,
|
|
12420
|
+
"target": "_blank"
|
|
12421
|
+
},
|
|
12422
|
+
on: {
|
|
12423
|
+
"click": function click($event) {
|
|
12424
|
+
return _vm.openWindowFromURL(_vm.docURL, false);
|
|
12425
|
+
}
|
|
12426
|
+
}
|
|
12427
|
+
}, [_c('fa-icon', {
|
|
12428
|
+
attrs: {
|
|
12429
|
+
"icon": _vm.icon
|
|
12430
|
+
}
|
|
12431
|
+
})], 1), _vm._v(" "), _c('a', {
|
|
12432
|
+
attrs: {
|
|
12433
|
+
"href": _vm.imageURL ? _vm.imageURL : _vm.docURL,
|
|
12434
|
+
"download": "" + _vm.filename,
|
|
12435
|
+
"target": "_blank",
|
|
12436
|
+
"title": "Download " + _vm.filename
|
|
12437
|
+
}
|
|
12438
|
+
}, [_c('fa-icon', {
|
|
12439
|
+
attrs: {
|
|
12440
|
+
"icon": ['fas', 'download']
|
|
12441
|
+
}
|
|
12442
|
+
})], 1)])], 1);
|
|
12443
|
+
};
|
|
12444
|
+
|
|
12445
|
+
var __vue_staticRenderFns__$1 = [];
|
|
12446
|
+
/* style */
|
|
12447
|
+
|
|
12448
|
+
var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
12449
|
+
if (!inject) return;
|
|
12450
|
+
inject("data-v-298444ef_0", {
|
|
12451
|
+
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}",
|
|
12452
|
+
map: undefined,
|
|
12453
|
+
media: undefined
|
|
12454
|
+
});
|
|
12455
|
+
};
|
|
12456
|
+
/* scoped */
|
|
12457
|
+
|
|
12458
|
+
|
|
12459
|
+
var __vue_scope_id__$1 = "data-v-298444ef";
|
|
12460
|
+
/* module identifier */
|
|
12461
|
+
|
|
12462
|
+
var __vue_module_identifier__$1 = "data-v-298444ef";
|
|
12463
|
+
/* functional template */
|
|
12464
|
+
|
|
12465
|
+
var __vue_is_functional_template__$1 = false;
|
|
12466
|
+
/* style inject shadow dom */
|
|
12467
|
+
|
|
12468
|
+
var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
12469
|
+
render: __vue_render__$1,
|
|
12470
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
12471
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, createInjectorSSR, undefined);
|
|
12472
|
+
|
|
12473
|
+
var EmailFile = __vue_component__$2;//
|
|
12474
|
+
var script = {
|
|
12475
|
+
mixins: [textoLongo],
|
|
12476
|
+
components: {
|
|
12477
|
+
EmailFile: EmailFile
|
|
12478
|
+
},
|
|
12479
|
+
props: {
|
|
12480
|
+
dominio: {
|
|
12481
|
+
type: String,
|
|
12482
|
+
required: true
|
|
12483
|
+
},
|
|
12484
|
+
dicionario: {
|
|
12485
|
+
type: Object,
|
|
12486
|
+
required: true
|
|
12487
|
+
},
|
|
12488
|
+
de: {
|
|
12489
|
+
type: String,
|
|
12490
|
+
required: false,
|
|
12491
|
+
default: ""
|
|
12492
|
+
},
|
|
12493
|
+
para: {
|
|
12494
|
+
type: String,
|
|
12495
|
+
required: false,
|
|
12496
|
+
default: ""
|
|
12497
|
+
},
|
|
12498
|
+
html: {
|
|
12499
|
+
type: String,
|
|
12500
|
+
required: false,
|
|
12501
|
+
default: ""
|
|
12502
|
+
},
|
|
12503
|
+
assunto: {
|
|
12504
|
+
type: String,
|
|
12505
|
+
required: false,
|
|
12506
|
+
default: ""
|
|
12507
|
+
},
|
|
12508
|
+
dataHora: {
|
|
12509
|
+
type: String,
|
|
12510
|
+
required: false,
|
|
12511
|
+
default: ""
|
|
12512
|
+
},
|
|
12513
|
+
mensagem: {
|
|
12514
|
+
type: String,
|
|
12515
|
+
required: false,
|
|
12516
|
+
default: ""
|
|
12517
|
+
},
|
|
12518
|
+
anexos: {
|
|
12519
|
+
type: [Array, String],
|
|
12520
|
+
required: false,
|
|
12521
|
+
default: function _default() {
|
|
12522
|
+
return [];
|
|
12523
|
+
}
|
|
12524
|
+
},
|
|
12525
|
+
iniciarAberto: {
|
|
12526
|
+
type: Boolean,
|
|
12527
|
+
required: false,
|
|
12528
|
+
default: false
|
|
12529
|
+
}
|
|
12530
|
+
},
|
|
12531
|
+
data: function data() {
|
|
12532
|
+
return {
|
|
12533
|
+
estado: 0
|
|
12534
|
+
};
|
|
12535
|
+
},
|
|
12536
|
+
computed: {
|
|
12537
|
+
siglaNome: function siglaNome() {
|
|
12538
|
+
return this.de[0] ? this.de[0].toUpperCase() : "";
|
|
12539
|
+
}
|
|
12540
|
+
},
|
|
12541
|
+
methods: {
|
|
12542
|
+
toggleEstado: function toggleEstado() {
|
|
12543
|
+
this.estado = this.estado == 0 ? 1 : 0;
|
|
12544
|
+
}
|
|
12545
|
+
}
|
|
12546
|
+
};/* script */
|
|
12547
|
+
var __vue_script__ = script;
|
|
12548
|
+
/* template */
|
|
12549
|
+
|
|
12550
|
+
var __vue_render__ = function __vue_render__() {
|
|
12551
|
+
var _vm = this;
|
|
12552
|
+
|
|
12553
|
+
var _h = _vm.$createElement;
|
|
12554
|
+
|
|
12555
|
+
var _c = _vm._self._c || _h;
|
|
12556
|
+
|
|
12557
|
+
return _c('div', {
|
|
12558
|
+
staticClass: "w-100 text-dark min-h-60 d-flex flex-wrap px-35 border-bottom-1 border-color-gray transition-150"
|
|
12559
|
+
}, [_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', {
|
|
12560
|
+
attrs: {
|
|
12561
|
+
"icon": ['fas', 'calendar']
|
|
12562
|
+
}
|
|
12563
|
+
}), _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) {
|
|
12564
|
+
return _c('EmailFile', {
|
|
12565
|
+
key: index,
|
|
12566
|
+
staticClass: "d-flex flex-wrap align-items-center",
|
|
12567
|
+
attrs: {
|
|
12568
|
+
"anexo": anexo,
|
|
12569
|
+
"dominio": _vm.dominio
|
|
12570
|
+
}
|
|
12571
|
+
});
|
|
12572
|
+
}) : _vm._e()], 2);
|
|
12573
|
+
};
|
|
12574
|
+
|
|
12575
|
+
var __vue_staticRenderFns__ = [];
|
|
12576
|
+
/* style */
|
|
12577
|
+
|
|
12578
|
+
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
12579
|
+
if (!inject) return;
|
|
12580
|
+
inject("data-v-06a38972_0", {
|
|
12581
|
+
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}",
|
|
12582
|
+
map: undefined,
|
|
12583
|
+
media: undefined
|
|
12584
|
+
});
|
|
12585
|
+
};
|
|
12586
|
+
/* scoped */
|
|
12587
|
+
|
|
12588
|
+
|
|
12589
|
+
var __vue_scope_id__ = "data-v-06a38972";
|
|
12302
12590
|
/* module identifier */
|
|
12303
12591
|
|
|
12304
|
-
var __vue_module_identifier__ = "data-v-
|
|
12592
|
+
var __vue_module_identifier__ = "data-v-06a38972";
|
|
12305
12593
|
/* functional template */
|
|
12306
12594
|
|
|
12307
12595
|
var __vue_is_functional_template__ = false;
|
|
@@ -12312,7 +12600,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
12312
12600
|
staticRenderFns: __vue_staticRenderFns__
|
|
12313
12601
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, createInjectorSSR, undefined);
|
|
12314
12602
|
|
|
12315
|
-
var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object.freeze({__proto__:null,TemplateGenerator:__vue_component__$
|
|
12603
|
+
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
12604
|
Object.entries(components$1).forEach(function (_ref) {
|
|
12317
12605
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
12318
12606
|
componentName = _ref2[0],
|
|
@@ -12321,7 +12609,7 @@ var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object
|
|
|
12321
12609
|
Vue.component(componentName, component);
|
|
12322
12610
|
});
|
|
12323
12611
|
}; // Create module definition for Vue.use()
|
|
12324
|
-
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,TemplateGenerator:__vue_component__$
|
|
12612
|
+
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
12613
|
// that global var (eg. plugin.component)
|
|
12326
12614
|
|
|
12327
12615
|
Object.entries(components).forEach(function (_ref) {
|