vue-intergrall-plugins 0.0.136 → 0.0.140
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 +1027 -402
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +717 -251
- package/package.json +1 -1
- package/src/lib-components/Cards/Card.vue +410 -0
- package/src/lib-components/Cards/CardFile.vue +117 -0
- package/src/lib-components/Messages/AnexoMensagem.vue +5 -5
- package/src/lib-components/Messages/CardAttachment.vue +3 -2
- package/src/lib-components/Messages/InteratividadeBotoes.vue +94 -4
- package/src/lib-components/Messages/InteratividadePopup.vue +78 -0
|
@@ -1803,7 +1803,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1803
1803
|
//
|
|
1804
1804
|
//
|
|
1805
1805
|
//
|
|
1806
|
-
var script$
|
|
1806
|
+
var script$p = {
|
|
1807
1807
|
data() {
|
|
1808
1808
|
return {
|
|
1809
1809
|
varValues: {},
|
|
@@ -2099,10 +2099,10 @@ function normalizeComponent(template, style, script, scopeId, isFunctionalTempla
|
|
|
2099
2099
|
}
|
|
2100
2100
|
|
|
2101
2101
|
/* script */
|
|
2102
|
-
const __vue_script__$
|
|
2102
|
+
const __vue_script__$p = script$p;
|
|
2103
2103
|
/* template */
|
|
2104
2104
|
|
|
2105
|
-
var __vue_render__$
|
|
2105
|
+
var __vue_render__$p = function () {
|
|
2106
2106
|
var _vm = this;
|
|
2107
2107
|
|
|
2108
2108
|
var _h = _vm.$createElement;
|
|
@@ -2186,31 +2186,31 @@ var __vue_render__$m = function () {
|
|
|
2186
2186
|
})], 2)]) : _vm._e()]);
|
|
2187
2187
|
};
|
|
2188
2188
|
|
|
2189
|
-
var __vue_staticRenderFns__$
|
|
2189
|
+
var __vue_staticRenderFns__$p = [];
|
|
2190
2190
|
/* style */
|
|
2191
2191
|
|
|
2192
|
-
const __vue_inject_styles__$
|
|
2192
|
+
const __vue_inject_styles__$p = undefined;
|
|
2193
2193
|
/* scoped */
|
|
2194
2194
|
|
|
2195
|
-
const __vue_scope_id__$
|
|
2195
|
+
const __vue_scope_id__$p = undefined;
|
|
2196
2196
|
/* module identifier */
|
|
2197
2197
|
|
|
2198
|
-
const __vue_module_identifier__$
|
|
2198
|
+
const __vue_module_identifier__$p = undefined;
|
|
2199
2199
|
/* functional template */
|
|
2200
2200
|
|
|
2201
|
-
const __vue_is_functional_template__$
|
|
2201
|
+
const __vue_is_functional_template__$p = false;
|
|
2202
2202
|
/* style inject */
|
|
2203
2203
|
|
|
2204
2204
|
/* style inject SSR */
|
|
2205
2205
|
|
|
2206
2206
|
/* style inject shadow dom */
|
|
2207
2207
|
|
|
2208
|
-
const __vue_component__$
|
|
2209
|
-
render: __vue_render__$
|
|
2210
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2211
|
-
}, __vue_inject_styles__$
|
|
2208
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
2209
|
+
render: __vue_render__$p,
|
|
2210
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
2211
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
|
|
2212
2212
|
|
|
2213
|
-
var TemplateSingle = __vue_component__$
|
|
2213
|
+
var TemplateSingle = __vue_component__$w;
|
|
2214
2214
|
|
|
2215
2215
|
const setResizeListeners = ($el, inputClass, parentClass) => {
|
|
2216
2216
|
const inputTargets = $el.querySelectorAll(inputClass);
|
|
@@ -2399,7 +2399,7 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2399
2399
|
//
|
|
2400
2400
|
//
|
|
2401
2401
|
//
|
|
2402
|
-
var script$
|
|
2402
|
+
var script$o = {};
|
|
2403
2403
|
|
|
2404
2404
|
const isOldIE = typeof navigator !== 'undefined' &&
|
|
2405
2405
|
/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
@@ -2455,10 +2455,10 @@ function addStyle(id, css) {
|
|
|
2455
2455
|
}
|
|
2456
2456
|
|
|
2457
2457
|
/* script */
|
|
2458
|
-
const __vue_script__$
|
|
2458
|
+
const __vue_script__$o = script$o;
|
|
2459
2459
|
/* template */
|
|
2460
2460
|
|
|
2461
|
-
var __vue_render__$
|
|
2461
|
+
var __vue_render__$o = function () {
|
|
2462
2462
|
var _vm = this;
|
|
2463
2463
|
|
|
2464
2464
|
var _h = _vm.$createElement;
|
|
@@ -2468,7 +2468,7 @@ var __vue_render__$l = function () {
|
|
|
2468
2468
|
return _vm._m(0);
|
|
2469
2469
|
};
|
|
2470
2470
|
|
|
2471
|
-
var __vue_staticRenderFns__$
|
|
2471
|
+
var __vue_staticRenderFns__$o = [function () {
|
|
2472
2472
|
var _vm = this;
|
|
2473
2473
|
|
|
2474
2474
|
var _h = _vm.$createElement;
|
|
@@ -2531,7 +2531,7 @@ var __vue_staticRenderFns__$l = [function () {
|
|
|
2531
2531
|
}];
|
|
2532
2532
|
/* style */
|
|
2533
2533
|
|
|
2534
|
-
const __vue_inject_styles__$
|
|
2534
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
2535
2535
|
if (!inject) return;
|
|
2536
2536
|
inject("data-v-606babe9_0", {
|
|
2537
2537
|
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}",
|
|
@@ -2542,26 +2542,26 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
2542
2542
|
/* scoped */
|
|
2543
2543
|
|
|
2544
2544
|
|
|
2545
|
-
const __vue_scope_id__$
|
|
2545
|
+
const __vue_scope_id__$o = undefined;
|
|
2546
2546
|
/* module identifier */
|
|
2547
2547
|
|
|
2548
|
-
const __vue_module_identifier__$
|
|
2548
|
+
const __vue_module_identifier__$o = undefined;
|
|
2549
2549
|
/* functional template */
|
|
2550
2550
|
|
|
2551
|
-
const __vue_is_functional_template__$
|
|
2551
|
+
const __vue_is_functional_template__$o = false;
|
|
2552
2552
|
/* style inject SSR */
|
|
2553
2553
|
|
|
2554
2554
|
/* style inject shadow dom */
|
|
2555
2555
|
|
|
2556
|
-
const __vue_component__$
|
|
2557
|
-
render: __vue_render__$
|
|
2558
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2559
|
-
}, __vue_inject_styles__$
|
|
2556
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
2557
|
+
render: __vue_render__$o,
|
|
2558
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
2559
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
2560
2560
|
|
|
2561
|
-
var SkeletonPicker = __vue_component__$
|
|
2561
|
+
var SkeletonPicker = __vue_component__$v;
|
|
2562
2562
|
|
|
2563
2563
|
//
|
|
2564
|
-
var script$
|
|
2564
|
+
var script$n = {
|
|
2565
2565
|
components: {
|
|
2566
2566
|
SkeletonPicker
|
|
2567
2567
|
},
|
|
@@ -2770,10 +2770,10 @@ var script$k = {
|
|
|
2770
2770
|
};
|
|
2771
2771
|
|
|
2772
2772
|
/* script */
|
|
2773
|
-
const __vue_script__$
|
|
2773
|
+
const __vue_script__$n = script$n;
|
|
2774
2774
|
/* template */
|
|
2775
2775
|
|
|
2776
|
-
var __vue_render__$
|
|
2776
|
+
var __vue_render__$n = function () {
|
|
2777
2777
|
var _vm = this;
|
|
2778
2778
|
|
|
2779
2779
|
var _h = _vm.$createElement;
|
|
@@ -2876,10 +2876,10 @@ var __vue_render__$k = function () {
|
|
|
2876
2876
|
}), 0)]], 2)], 1);
|
|
2877
2877
|
};
|
|
2878
2878
|
|
|
2879
|
-
var __vue_staticRenderFns__$
|
|
2879
|
+
var __vue_staticRenderFns__$n = [];
|
|
2880
2880
|
/* style */
|
|
2881
2881
|
|
|
2882
|
-
const __vue_inject_styles__$
|
|
2882
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
2883
2883
|
if (!inject) return;
|
|
2884
2884
|
inject("data-v-678ca55c_0", {
|
|
2885
2885
|
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}",
|
|
@@ -2890,26 +2890,26 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
2890
2890
|
/* scoped */
|
|
2891
2891
|
|
|
2892
2892
|
|
|
2893
|
-
const __vue_scope_id__$
|
|
2893
|
+
const __vue_scope_id__$n = undefined;
|
|
2894
2894
|
/* module identifier */
|
|
2895
2895
|
|
|
2896
|
-
const __vue_module_identifier__$
|
|
2896
|
+
const __vue_module_identifier__$n = undefined;
|
|
2897
2897
|
/* functional template */
|
|
2898
2898
|
|
|
2899
|
-
const __vue_is_functional_template__$
|
|
2899
|
+
const __vue_is_functional_template__$n = false;
|
|
2900
2900
|
/* style inject SSR */
|
|
2901
2901
|
|
|
2902
2902
|
/* style inject shadow dom */
|
|
2903
2903
|
|
|
2904
|
-
const __vue_component__$
|
|
2905
|
-
render: __vue_render__$
|
|
2906
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2907
|
-
}, __vue_inject_styles__$
|
|
2904
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
2905
|
+
render: __vue_render__$n,
|
|
2906
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
2907
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
2908
2908
|
|
|
2909
|
-
var Picker = __vue_component__$
|
|
2909
|
+
var Picker = __vue_component__$u;
|
|
2910
2910
|
|
|
2911
2911
|
//
|
|
2912
|
-
var script$
|
|
2912
|
+
var script$m = {
|
|
2913
2913
|
components: {
|
|
2914
2914
|
Picker
|
|
2915
2915
|
},
|
|
@@ -3009,10 +3009,10 @@ var script$j = {
|
|
|
3009
3009
|
};
|
|
3010
3010
|
|
|
3011
3011
|
/* script */
|
|
3012
|
-
const __vue_script__$
|
|
3012
|
+
const __vue_script__$m = script$m;
|
|
3013
3013
|
/* template */
|
|
3014
3014
|
|
|
3015
|
-
var __vue_render__$
|
|
3015
|
+
var __vue_render__$m = function () {
|
|
3016
3016
|
var _vm = this;
|
|
3017
3017
|
|
|
3018
3018
|
var _h = _vm.$createElement;
|
|
@@ -3055,10 +3055,10 @@ var __vue_render__$j = function () {
|
|
|
3055
3055
|
})], 1)], 1);
|
|
3056
3056
|
};
|
|
3057
3057
|
|
|
3058
|
-
var __vue_staticRenderFns__$
|
|
3058
|
+
var __vue_staticRenderFns__$m = [];
|
|
3059
3059
|
/* style */
|
|
3060
3060
|
|
|
3061
|
-
const __vue_inject_styles__$
|
|
3061
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
3062
3062
|
if (!inject) return;
|
|
3063
3063
|
inject("data-v-7b7b5e22_0", {
|
|
3064
3064
|
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}",
|
|
@@ -3069,23 +3069,23 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
3069
3069
|
/* scoped */
|
|
3070
3070
|
|
|
3071
3071
|
|
|
3072
|
-
const __vue_scope_id__$
|
|
3072
|
+
const __vue_scope_id__$m = undefined;
|
|
3073
3073
|
/* module identifier */
|
|
3074
3074
|
|
|
3075
|
-
const __vue_module_identifier__$
|
|
3075
|
+
const __vue_module_identifier__$m = undefined;
|
|
3076
3076
|
/* functional template */
|
|
3077
3077
|
|
|
3078
|
-
const __vue_is_functional_template__$
|
|
3078
|
+
const __vue_is_functional_template__$m = false;
|
|
3079
3079
|
/* style inject SSR */
|
|
3080
3080
|
|
|
3081
3081
|
/* style inject shadow dom */
|
|
3082
3082
|
|
|
3083
|
-
const __vue_component__$
|
|
3084
|
-
render: __vue_render__$
|
|
3085
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3086
|
-
}, __vue_inject_styles__$
|
|
3083
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
3084
|
+
render: __vue_render__$m,
|
|
3085
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
3086
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
3087
3087
|
|
|
3088
|
-
var BtnEmojis = __vue_component__$
|
|
3088
|
+
var BtnEmojis = __vue_component__$t;
|
|
3089
3089
|
|
|
3090
3090
|
//
|
|
3091
3091
|
//
|
|
@@ -3093,7 +3093,7 @@ var BtnEmojis = __vue_component__$p;
|
|
|
3093
3093
|
//
|
|
3094
3094
|
//
|
|
3095
3095
|
//
|
|
3096
|
-
var script$
|
|
3096
|
+
var script$l = {
|
|
3097
3097
|
props: {
|
|
3098
3098
|
hasBg: {
|
|
3099
3099
|
type: Boolean,
|
|
@@ -3116,10 +3116,10 @@ var script$i = {
|
|
|
3116
3116
|
};
|
|
3117
3117
|
|
|
3118
3118
|
/* script */
|
|
3119
|
-
const __vue_script__$
|
|
3119
|
+
const __vue_script__$l = script$l;
|
|
3120
3120
|
/* template */
|
|
3121
3121
|
|
|
3122
|
-
var __vue_render__$
|
|
3122
|
+
var __vue_render__$l = function () {
|
|
3123
3123
|
var _vm = this;
|
|
3124
3124
|
|
|
3125
3125
|
var _h = _vm.$createElement;
|
|
@@ -3141,10 +3141,10 @@ var __vue_render__$i = function () {
|
|
|
3141
3141
|
})]);
|
|
3142
3142
|
};
|
|
3143
3143
|
|
|
3144
|
-
var __vue_staticRenderFns__$
|
|
3144
|
+
var __vue_staticRenderFns__$l = [];
|
|
3145
3145
|
/* style */
|
|
3146
3146
|
|
|
3147
|
-
const __vue_inject_styles__$
|
|
3147
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
3148
3148
|
if (!inject) return;
|
|
3149
3149
|
inject("data-v-423f52bb_0", {
|
|
3150
3150
|
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)}}",
|
|
@@ -3155,23 +3155,23 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
3155
3155
|
/* scoped */
|
|
3156
3156
|
|
|
3157
3157
|
|
|
3158
|
-
const __vue_scope_id__$
|
|
3158
|
+
const __vue_scope_id__$l = undefined;
|
|
3159
3159
|
/* module identifier */
|
|
3160
3160
|
|
|
3161
|
-
const __vue_module_identifier__$
|
|
3161
|
+
const __vue_module_identifier__$l = undefined;
|
|
3162
3162
|
/* functional template */
|
|
3163
3163
|
|
|
3164
|
-
const __vue_is_functional_template__$
|
|
3164
|
+
const __vue_is_functional_template__$l = false;
|
|
3165
3165
|
/* style inject SSR */
|
|
3166
3166
|
|
|
3167
3167
|
/* style inject shadow dom */
|
|
3168
3168
|
|
|
3169
|
-
const __vue_component__$
|
|
3170
|
-
render: __vue_render__$
|
|
3171
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3172
|
-
}, __vue_inject_styles__$
|
|
3169
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
3170
|
+
render: __vue_render__$l,
|
|
3171
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
3172
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
3173
3173
|
|
|
3174
|
-
var Loader = __vue_component__$
|
|
3174
|
+
var Loader = __vue_component__$s;
|
|
3175
3175
|
|
|
3176
3176
|
//
|
|
3177
3177
|
//
|
|
@@ -3181,7 +3181,7 @@ var Loader = __vue_component__$o;
|
|
|
3181
3181
|
//
|
|
3182
3182
|
//
|
|
3183
3183
|
//
|
|
3184
|
-
var script$
|
|
3184
|
+
var script$k = {
|
|
3185
3185
|
props: {
|
|
3186
3186
|
message: {
|
|
3187
3187
|
type: String,
|
|
@@ -3202,10 +3202,10 @@ var script$h = {
|
|
|
3202
3202
|
};
|
|
3203
3203
|
|
|
3204
3204
|
/* script */
|
|
3205
|
-
const __vue_script__$
|
|
3205
|
+
const __vue_script__$k = script$k;
|
|
3206
3206
|
/* template */
|
|
3207
3207
|
|
|
3208
|
-
var __vue_render__$
|
|
3208
|
+
var __vue_render__$k = function () {
|
|
3209
3209
|
var _vm = this;
|
|
3210
3210
|
|
|
3211
3211
|
var _h = _vm.$createElement;
|
|
@@ -3220,31 +3220,31 @@ var __vue_render__$h = function () {
|
|
|
3220
3220
|
}) : _vm._e();
|
|
3221
3221
|
};
|
|
3222
3222
|
|
|
3223
|
-
var __vue_staticRenderFns__$
|
|
3223
|
+
var __vue_staticRenderFns__$k = [];
|
|
3224
3224
|
/* style */
|
|
3225
3225
|
|
|
3226
|
-
const __vue_inject_styles__$
|
|
3226
|
+
const __vue_inject_styles__$k = undefined;
|
|
3227
3227
|
/* scoped */
|
|
3228
3228
|
|
|
3229
|
-
const __vue_scope_id__$
|
|
3229
|
+
const __vue_scope_id__$k = undefined;
|
|
3230
3230
|
/* module identifier */
|
|
3231
3231
|
|
|
3232
|
-
const __vue_module_identifier__$
|
|
3232
|
+
const __vue_module_identifier__$k = undefined;
|
|
3233
3233
|
/* functional template */
|
|
3234
3234
|
|
|
3235
|
-
const __vue_is_functional_template__$
|
|
3235
|
+
const __vue_is_functional_template__$k = false;
|
|
3236
3236
|
/* style inject */
|
|
3237
3237
|
|
|
3238
3238
|
/* style inject SSR */
|
|
3239
3239
|
|
|
3240
3240
|
/* style inject shadow dom */
|
|
3241
3241
|
|
|
3242
|
-
const __vue_component__$
|
|
3243
|
-
render: __vue_render__$
|
|
3244
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3245
|
-
}, __vue_inject_styles__$
|
|
3242
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
3243
|
+
render: __vue_render__$k,
|
|
3244
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
3245
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
|
|
3246
3246
|
|
|
3247
|
-
var RemainingCharacters = __vue_component__$
|
|
3247
|
+
var RemainingCharacters = __vue_component__$r;
|
|
3248
3248
|
|
|
3249
3249
|
//
|
|
3250
3250
|
//
|
|
@@ -3252,7 +3252,7 @@ var RemainingCharacters = __vue_component__$n;
|
|
|
3252
3252
|
//
|
|
3253
3253
|
//
|
|
3254
3254
|
//
|
|
3255
|
-
var script$
|
|
3255
|
+
var script$j = {
|
|
3256
3256
|
props: {
|
|
3257
3257
|
dictionary: {
|
|
3258
3258
|
type: Object,
|
|
@@ -3324,10 +3324,10 @@ var script$g = {
|
|
|
3324
3324
|
};
|
|
3325
3325
|
|
|
3326
3326
|
/* script */
|
|
3327
|
-
const __vue_script__$
|
|
3327
|
+
const __vue_script__$j = script$j;
|
|
3328
3328
|
/* template */
|
|
3329
3329
|
|
|
3330
|
-
var __vue_render__$
|
|
3330
|
+
var __vue_render__$j = function () {
|
|
3331
3331
|
var _vm = this;
|
|
3332
3332
|
|
|
3333
3333
|
var _h = _vm.$createElement;
|
|
@@ -3349,31 +3349,31 @@ var __vue_render__$g = function () {
|
|
|
3349
3349
|
})], 1);
|
|
3350
3350
|
};
|
|
3351
3351
|
|
|
3352
|
-
var __vue_staticRenderFns__$
|
|
3352
|
+
var __vue_staticRenderFns__$j = [];
|
|
3353
3353
|
/* style */
|
|
3354
3354
|
|
|
3355
|
-
const __vue_inject_styles__$
|
|
3355
|
+
const __vue_inject_styles__$j = undefined;
|
|
3356
3356
|
/* scoped */
|
|
3357
3357
|
|
|
3358
|
-
const __vue_scope_id__$
|
|
3358
|
+
const __vue_scope_id__$j = undefined;
|
|
3359
3359
|
/* module identifier */
|
|
3360
3360
|
|
|
3361
|
-
const __vue_module_identifier__$
|
|
3361
|
+
const __vue_module_identifier__$j = undefined;
|
|
3362
3362
|
/* functional template */
|
|
3363
3363
|
|
|
3364
|
-
const __vue_is_functional_template__$
|
|
3364
|
+
const __vue_is_functional_template__$j = false;
|
|
3365
3365
|
/* style inject */
|
|
3366
3366
|
|
|
3367
3367
|
/* style inject SSR */
|
|
3368
3368
|
|
|
3369
3369
|
/* style inject shadow dom */
|
|
3370
3370
|
|
|
3371
|
-
const __vue_component__$
|
|
3372
|
-
render: __vue_render__$
|
|
3373
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3374
|
-
}, __vue_inject_styles__$
|
|
3371
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
3372
|
+
render: __vue_render__$j,
|
|
3373
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
3374
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
|
|
3375
3375
|
|
|
3376
|
-
var BtnMic = __vue_component__$
|
|
3376
|
+
var BtnMic = __vue_component__$q;
|
|
3377
3377
|
|
|
3378
3378
|
//
|
|
3379
3379
|
//
|
|
@@ -3397,7 +3397,7 @@ var BtnMic = __vue_component__$m;
|
|
|
3397
3397
|
//
|
|
3398
3398
|
//
|
|
3399
3399
|
//
|
|
3400
|
-
var script$
|
|
3400
|
+
var script$i = {
|
|
3401
3401
|
props: {
|
|
3402
3402
|
dictionary: {
|
|
3403
3403
|
type: Object,
|
|
@@ -3438,10 +3438,10 @@ var script$f = {
|
|
|
3438
3438
|
};
|
|
3439
3439
|
|
|
3440
3440
|
/* script */
|
|
3441
|
-
const __vue_script__$
|
|
3441
|
+
const __vue_script__$i = script$i;
|
|
3442
3442
|
/* template */
|
|
3443
3443
|
|
|
3444
|
-
var __vue_render__$
|
|
3444
|
+
var __vue_render__$i = function () {
|
|
3445
3445
|
var _vm = this;
|
|
3446
3446
|
|
|
3447
3447
|
var _h = _vm.$createElement;
|
|
@@ -3495,10 +3495,10 @@ var __vue_render__$f = function () {
|
|
|
3495
3495
|
})]) : _vm._e()]], 2);
|
|
3496
3496
|
};
|
|
3497
3497
|
|
|
3498
|
-
var __vue_staticRenderFns__$
|
|
3498
|
+
var __vue_staticRenderFns__$i = [];
|
|
3499
3499
|
/* style */
|
|
3500
3500
|
|
|
3501
|
-
const __vue_inject_styles__$
|
|
3501
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
3502
3502
|
if (!inject) return;
|
|
3503
3503
|
inject("data-v-6d0392fe_0", {
|
|
3504
3504
|
source: ".text-footer-invalid-format{color:#222;padding:10px}.text-footer-invalid-format h3{font-weight:500}.text-footer-invalid-format h4{font-size:.9rem}.text-footer-preview-title{font-size:1rem;padding:10px 0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-footer-image-preview{display:flex;justify-content:center;align-items:center;width:100%}.text-footer-image-preview img{cursor:pointer;max-width:98%;max-height:98%;padding:2%}",
|
|
@@ -3509,26 +3509,26 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
3509
3509
|
/* scoped */
|
|
3510
3510
|
|
|
3511
3511
|
|
|
3512
|
-
const __vue_scope_id__$
|
|
3512
|
+
const __vue_scope_id__$i = undefined;
|
|
3513
3513
|
/* module identifier */
|
|
3514
3514
|
|
|
3515
|
-
const __vue_module_identifier__$
|
|
3515
|
+
const __vue_module_identifier__$i = undefined;
|
|
3516
3516
|
/* functional template */
|
|
3517
3517
|
|
|
3518
|
-
const __vue_is_functional_template__$
|
|
3518
|
+
const __vue_is_functional_template__$i = false;
|
|
3519
3519
|
/* style inject SSR */
|
|
3520
3520
|
|
|
3521
3521
|
/* style inject shadow dom */
|
|
3522
3522
|
|
|
3523
|
-
const __vue_component__$
|
|
3524
|
-
render: __vue_render__$
|
|
3525
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3526
|
-
}, __vue_inject_styles__$
|
|
3523
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
3524
|
+
render: __vue_render__$i,
|
|
3525
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
3526
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
3527
3527
|
|
|
3528
|
-
var SingleFilePreview = __vue_component__$
|
|
3528
|
+
var SingleFilePreview = __vue_component__$p;
|
|
3529
3529
|
|
|
3530
3530
|
//
|
|
3531
|
-
var script$
|
|
3531
|
+
var script$h = {
|
|
3532
3532
|
components: {
|
|
3533
3533
|
Loader
|
|
3534
3534
|
},
|
|
@@ -3611,10 +3611,10 @@ var script$e = {
|
|
|
3611
3611
|
};
|
|
3612
3612
|
|
|
3613
3613
|
/* script */
|
|
3614
|
-
const __vue_script__$
|
|
3614
|
+
const __vue_script__$h = script$h;
|
|
3615
3615
|
/* template */
|
|
3616
3616
|
|
|
3617
|
-
var __vue_render__$
|
|
3617
|
+
var __vue_render__$h = function () {
|
|
3618
3618
|
var _vm = this;
|
|
3619
3619
|
|
|
3620
3620
|
var _h = _vm.$createElement;
|
|
@@ -3704,10 +3704,10 @@ var __vue_render__$e = function () {
|
|
|
3704
3704
|
})], 2)], 1);
|
|
3705
3705
|
};
|
|
3706
3706
|
|
|
3707
|
-
var __vue_staticRenderFns__$
|
|
3707
|
+
var __vue_staticRenderFns__$h = [];
|
|
3708
3708
|
/* style */
|
|
3709
3709
|
|
|
3710
|
-
const __vue_inject_styles__$
|
|
3710
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
3711
3711
|
if (!inject) return;
|
|
3712
3712
|
inject("data-v-55cbc293_0", {
|
|
3713
3713
|
source: ".multiple-file-preview{position:relative;display:flex;flex-direction:column;width:100%;height:100%;max-height:100%;overflow-y:auto;overflow-x:hidden;border-top-left-radius:2.5px;border-top-right-radius:2.5px;transition:background-color 150ms;scrollbar-color:#888 rgba(0,0,0,.2);scrollbar-width:4px}.multiple-file-preview::-webkit-scrollbar{width:4px}.multiple-file-preview::-webkit-scrollbar-track{background-color:rgba(0,0,0,.2)}.multiple-file-preview::-webkit-scrollbar-thumb{transition-duration:.5s;background-color:#222}.multiple-file-preview::-webkit-scrollbar-thumb:hover{background-color:#555}.text-footer-invalid-format{color:#222;padding:10px}.text-footer-invalid-format h3{font-weight:500}.text-footer-invalid-format h4{font-size:.9rem}.text-footer-exclude-file{position:absolute;top:5px;right:5px;cursor:pointer;display:flex;justify-content:center;align-items:center;min-width:1rem;min-height:1rem;background-color:#fff;border-radius:50%}.text-footer-exclude-file svg{transition:color .2s;color:#e9594a}.text-footer-exclude-file svg:hover{color:#e74c3c}.file-preview{display:flex;width:100%;align-items:center;padding:5px 10px;transition:background-color 150ms}.file-preview:hover{background-color:rgba(0,0,0,.1)}.file-title{color:#222;display:flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:4px 10px;background-color:#fff;border-radius:30px;display:inline-block}.file-title.red{color:#e74c3c;margin-left:5px}.file-title>svg{margin-right:5px}.small-img{flex:1;margin:0 15px;display:flex;justify-content:center;align-items:center;position:relative}.small-img img{height:40px;cursor:pointer}.small-img .pdf{display:flex;justify-content:center;align-items:center;font-size:30px;color:#e74c3c}.small-img .pdf svg{z-index:1}.small-img .pdf::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.img-container{padding:5px;border-radius:2.5px;background-color:rgba(0,0,0,.15);display:flex;justify-content:center;align-items:center}.delete-file{display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff;min-width:1rem;min-height:1rem;cursor:pointer}.delete-file>svg{font-size:1rem;color:#e74c3c}",
|
|
@@ -3718,26 +3718,26 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
3718
3718
|
/* scoped */
|
|
3719
3719
|
|
|
3720
3720
|
|
|
3721
|
-
const __vue_scope_id__$
|
|
3721
|
+
const __vue_scope_id__$h = undefined;
|
|
3722
3722
|
/* module identifier */
|
|
3723
3723
|
|
|
3724
|
-
const __vue_module_identifier__$
|
|
3724
|
+
const __vue_module_identifier__$h = undefined;
|
|
3725
3725
|
/* functional template */
|
|
3726
3726
|
|
|
3727
|
-
const __vue_is_functional_template__$
|
|
3727
|
+
const __vue_is_functional_template__$h = false;
|
|
3728
3728
|
/* style inject SSR */
|
|
3729
3729
|
|
|
3730
3730
|
/* style inject shadow dom */
|
|
3731
3731
|
|
|
3732
|
-
const __vue_component__$
|
|
3733
|
-
render: __vue_render__$
|
|
3734
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3735
|
-
}, __vue_inject_styles__$
|
|
3732
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
3733
|
+
render: __vue_render__$h,
|
|
3734
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
3735
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
3736
3736
|
|
|
3737
|
-
var MultipleFilePreview = __vue_component__$
|
|
3737
|
+
var MultipleFilePreview = __vue_component__$o;
|
|
3738
3738
|
|
|
3739
3739
|
//
|
|
3740
|
-
var script$
|
|
3740
|
+
var script$g = {
|
|
3741
3741
|
components: {
|
|
3742
3742
|
SingleFilePreview,
|
|
3743
3743
|
MultipleFilePreview
|
|
@@ -3953,10 +3953,10 @@ var script$d = {
|
|
|
3953
3953
|
};
|
|
3954
3954
|
|
|
3955
3955
|
/* script */
|
|
3956
|
-
const __vue_script__$
|
|
3956
|
+
const __vue_script__$g = script$g;
|
|
3957
3957
|
/* template */
|
|
3958
3958
|
|
|
3959
|
-
var __vue_render__$
|
|
3959
|
+
var __vue_render__$g = function () {
|
|
3960
3960
|
var _vm = this;
|
|
3961
3961
|
|
|
3962
3962
|
var _h = _vm.$createElement;
|
|
@@ -4123,10 +4123,10 @@ var __vue_render__$d = function () {
|
|
|
4123
4123
|
})], 1)])], 1);
|
|
4124
4124
|
};
|
|
4125
4125
|
|
|
4126
|
-
var __vue_staticRenderFns__$
|
|
4126
|
+
var __vue_staticRenderFns__$g = [];
|
|
4127
4127
|
/* style */
|
|
4128
4128
|
|
|
4129
|
-
const __vue_inject_styles__$
|
|
4129
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
4130
4130
|
if (!inject) return;
|
|
4131
4131
|
inject("data-v-4859e108_0", {
|
|
4132
4132
|
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}",
|
|
@@ -4137,23 +4137,23 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
4137
4137
|
/* scoped */
|
|
4138
4138
|
|
|
4139
4139
|
|
|
4140
|
-
const __vue_scope_id__$
|
|
4140
|
+
const __vue_scope_id__$g = undefined;
|
|
4141
4141
|
/* module identifier */
|
|
4142
4142
|
|
|
4143
|
-
const __vue_module_identifier__$
|
|
4143
|
+
const __vue_module_identifier__$g = undefined;
|
|
4144
4144
|
/* functional template */
|
|
4145
4145
|
|
|
4146
|
-
const __vue_is_functional_template__$
|
|
4146
|
+
const __vue_is_functional_template__$g = false;
|
|
4147
4147
|
/* style inject SSR */
|
|
4148
4148
|
|
|
4149
4149
|
/* style inject shadow dom */
|
|
4150
4150
|
|
|
4151
|
-
const __vue_component__$
|
|
4152
|
-
render: __vue_render__$
|
|
4153
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4154
|
-
}, __vue_inject_styles__$
|
|
4151
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
4152
|
+
render: __vue_render__$g,
|
|
4153
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
4154
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
4155
4155
|
|
|
4156
|
-
var BtnFiles = __vue_component__$
|
|
4156
|
+
var BtnFiles = __vue_component__$n;
|
|
4157
4157
|
|
|
4158
4158
|
//
|
|
4159
4159
|
//
|
|
@@ -4161,7 +4161,7 @@ var BtnFiles = __vue_component__$j;
|
|
|
4161
4161
|
//
|
|
4162
4162
|
//
|
|
4163
4163
|
//
|
|
4164
|
-
var script$
|
|
4164
|
+
var script$f = {
|
|
4165
4165
|
props: {
|
|
4166
4166
|
dictionary: {
|
|
4167
4167
|
type: Object,
|
|
@@ -4172,10 +4172,10 @@ var script$c = {
|
|
|
4172
4172
|
};
|
|
4173
4173
|
|
|
4174
4174
|
/* script */
|
|
4175
|
-
const __vue_script__$
|
|
4175
|
+
const __vue_script__$f = script$f;
|
|
4176
4176
|
/* template */
|
|
4177
4177
|
|
|
4178
|
-
var __vue_render__$
|
|
4178
|
+
var __vue_render__$f = function () {
|
|
4179
4179
|
var _vm = this;
|
|
4180
4180
|
|
|
4181
4181
|
var _h = _vm.$createElement;
|
|
@@ -4199,34 +4199,34 @@ var __vue_render__$c = function () {
|
|
|
4199
4199
|
})], 1);
|
|
4200
4200
|
};
|
|
4201
4201
|
|
|
4202
|
-
var __vue_staticRenderFns__$
|
|
4202
|
+
var __vue_staticRenderFns__$f = [];
|
|
4203
4203
|
/* style */
|
|
4204
4204
|
|
|
4205
|
-
const __vue_inject_styles__$
|
|
4205
|
+
const __vue_inject_styles__$f = undefined;
|
|
4206
4206
|
/* scoped */
|
|
4207
4207
|
|
|
4208
|
-
const __vue_scope_id__$
|
|
4208
|
+
const __vue_scope_id__$f = undefined;
|
|
4209
4209
|
/* module identifier */
|
|
4210
4210
|
|
|
4211
|
-
const __vue_module_identifier__$
|
|
4211
|
+
const __vue_module_identifier__$f = undefined;
|
|
4212
4212
|
/* functional template */
|
|
4213
4213
|
|
|
4214
|
-
const __vue_is_functional_template__$
|
|
4214
|
+
const __vue_is_functional_template__$f = false;
|
|
4215
4215
|
/* style inject */
|
|
4216
4216
|
|
|
4217
4217
|
/* style inject SSR */
|
|
4218
4218
|
|
|
4219
4219
|
/* style inject shadow dom */
|
|
4220
4220
|
|
|
4221
|
-
const __vue_component__$
|
|
4222
|
-
render: __vue_render__$
|
|
4223
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4224
|
-
}, __vue_inject_styles__$
|
|
4221
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
4222
|
+
render: __vue_render__$f,
|
|
4223
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
4224
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
|
|
4225
4225
|
|
|
4226
|
-
var BtnExpand = __vue_component__$
|
|
4226
|
+
var BtnExpand = __vue_component__$m;
|
|
4227
4227
|
|
|
4228
4228
|
//
|
|
4229
|
-
var script$
|
|
4229
|
+
var script$e = {
|
|
4230
4230
|
components: {
|
|
4231
4231
|
BtnEmojis,
|
|
4232
4232
|
Loader,
|
|
@@ -4637,10 +4637,10 @@ var script$b = {
|
|
|
4637
4637
|
};
|
|
4638
4638
|
|
|
4639
4639
|
/* script */
|
|
4640
|
-
const __vue_script__$
|
|
4640
|
+
const __vue_script__$e = script$e;
|
|
4641
4641
|
/* template */
|
|
4642
4642
|
|
|
4643
|
-
var __vue_render__$
|
|
4643
|
+
var __vue_render__$e = function () {
|
|
4644
4644
|
var _vm = this;
|
|
4645
4645
|
|
|
4646
4646
|
var _h = _vm.$createElement;
|
|
@@ -4842,10 +4842,10 @@ var __vue_render__$b = function () {
|
|
|
4842
4842
|
})], 1) : _vm._e()], 1)]) : _vm._e();
|
|
4843
4843
|
};
|
|
4844
4844
|
|
|
4845
|
-
var __vue_staticRenderFns__$
|
|
4845
|
+
var __vue_staticRenderFns__$e = [];
|
|
4846
4846
|
/* style */
|
|
4847
4847
|
|
|
4848
|
-
const __vue_inject_styles__$
|
|
4848
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
4849
4849
|
if (!inject) return;
|
|
4850
4850
|
inject("data-v-1233d3a5_0", {
|
|
4851
4851
|
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-preview-container{cursor:default;position:absolute;left:0;background-color:#f1f1f1;border:2px solid #ccc;border-bottom:unset;border-top-left-radius:2.5px;border-top-right-radius:2.5px}.text-footer-container .text-footer-preview-container.isDoc{top:-50px;width:100%;height:45px}.text-footer-container .text-footer-preview-container.isImg,.text-footer-container .text-footer-preview-container.isMultiple{top:-205px;width:100%;height:200px}.text-footer-container .text-footer-preview-container.isImg .text-footer-image-preview{height:170px}.text-footer-container .text-footer-preview-container.isError{top:-80px;width:100%;height:75px}.text-footer-container .text-footer-alt{margin-top:-12px;width:100%;padding:0 10px}.text-footer-container .text-footer-alt .text-footer-out-session{margin-top:12px}.text-footer-container .text-footer-alt .text-footer-sem-24h{font-size:.8rem;text-align:right;font-weight:600;letter-spacing:-.5px;color:#dd7f0c;margin-top:5px;position:absolute;right:0}.text-footer-container .text-footer-alt .sem-templates{margin-top:10px;font-size:.8rem;text-align:right;font-weight:600;letter-spacing:-.5px;color:#921e12}.text-footer-container .text-footer-alt .text-footer-templates{position:relative;width:100%}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection{width:100%;display:flex;align-items:center}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection h4{margin-right:5px}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection .sm__select{flex:1}.vs__dropdown-menu{font-size:.85rem!important}.emoji-mart-anchor,.emoji-mart-emoji span{cursor:pointer!important}.emoji-mart{z-index:2!important}.emoji-mart-scroll{overflow-x:hidden}",
|
|
@@ -4856,26 +4856,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
4856
4856
|
/* scoped */
|
|
4857
4857
|
|
|
4858
4858
|
|
|
4859
|
-
const __vue_scope_id__$
|
|
4859
|
+
const __vue_scope_id__$e = undefined;
|
|
4860
4860
|
/* module identifier */
|
|
4861
4861
|
|
|
4862
|
-
const __vue_module_identifier__$
|
|
4862
|
+
const __vue_module_identifier__$e = undefined;
|
|
4863
4863
|
/* functional template */
|
|
4864
4864
|
|
|
4865
|
-
const __vue_is_functional_template__$
|
|
4865
|
+
const __vue_is_functional_template__$e = false;
|
|
4866
4866
|
/* style inject SSR */
|
|
4867
4867
|
|
|
4868
4868
|
/* style inject shadow dom */
|
|
4869
4869
|
|
|
4870
|
-
const __vue_component__$
|
|
4871
|
-
render: __vue_render__$
|
|
4872
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4873
|
-
}, __vue_inject_styles__$
|
|
4870
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
4871
|
+
render: __vue_render__$e,
|
|
4872
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
4873
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
4874
4874
|
|
|
4875
|
-
var TextFooter = __vue_component__$
|
|
4875
|
+
var TextFooter = __vue_component__$l;
|
|
4876
4876
|
|
|
4877
4877
|
//
|
|
4878
|
-
var script$
|
|
4878
|
+
var script$d = {
|
|
4879
4879
|
components: {
|
|
4880
4880
|
TextFooter
|
|
4881
4881
|
},
|
|
@@ -4926,10 +4926,10 @@ var script$a = {
|
|
|
4926
4926
|
};
|
|
4927
4927
|
|
|
4928
4928
|
/* script */
|
|
4929
|
-
const __vue_script__$
|
|
4929
|
+
const __vue_script__$d = script$d;
|
|
4930
4930
|
/* template */
|
|
4931
4931
|
|
|
4932
|
-
var __vue_render__$
|
|
4932
|
+
var __vue_render__$d = function () {
|
|
4933
4933
|
var _vm = this;
|
|
4934
4934
|
|
|
4935
4935
|
var _h = _vm.$createElement;
|
|
@@ -4973,34 +4973,34 @@ var __vue_render__$a = function () {
|
|
|
4973
4973
|
})], 2)]) : _vm._e()], 1)])]);
|
|
4974
4974
|
};
|
|
4975
4975
|
|
|
4976
|
-
var __vue_staticRenderFns__$
|
|
4976
|
+
var __vue_staticRenderFns__$d = [];
|
|
4977
4977
|
/* style */
|
|
4978
4978
|
|
|
4979
|
-
const __vue_inject_styles__$
|
|
4979
|
+
const __vue_inject_styles__$d = undefined;
|
|
4980
4980
|
/* scoped */
|
|
4981
4981
|
|
|
4982
|
-
const __vue_scope_id__$
|
|
4982
|
+
const __vue_scope_id__$d = undefined;
|
|
4983
4983
|
/* module identifier */
|
|
4984
4984
|
|
|
4985
|
-
const __vue_module_identifier__$
|
|
4985
|
+
const __vue_module_identifier__$d = undefined;
|
|
4986
4986
|
/* functional template */
|
|
4987
4987
|
|
|
4988
|
-
const __vue_is_functional_template__$
|
|
4988
|
+
const __vue_is_functional_template__$d = false;
|
|
4989
4989
|
/* style inject */
|
|
4990
4990
|
|
|
4991
4991
|
/* style inject SSR */
|
|
4992
4992
|
|
|
4993
4993
|
/* style inject shadow dom */
|
|
4994
4994
|
|
|
4995
|
-
const __vue_component__$
|
|
4996
|
-
render: __vue_render__$
|
|
4997
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4998
|
-
}, __vue_inject_styles__$
|
|
4995
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
4996
|
+
render: __vue_render__$d,
|
|
4997
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
4998
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);
|
|
4999
4999
|
|
|
5000
|
-
var TemplateMessage = __vue_component__$
|
|
5000
|
+
var TemplateMessage = __vue_component__$k;
|
|
5001
5001
|
|
|
5002
5002
|
//
|
|
5003
|
-
var script$
|
|
5003
|
+
var script$c = {
|
|
5004
5004
|
components: {
|
|
5005
5005
|
TemplateSingle,
|
|
5006
5006
|
TemplateMessage
|
|
@@ -5200,10 +5200,10 @@ var script$9 = {
|
|
|
5200
5200
|
};
|
|
5201
5201
|
|
|
5202
5202
|
/* script */
|
|
5203
|
-
const __vue_script__$
|
|
5203
|
+
const __vue_script__$c = script$c;
|
|
5204
5204
|
/* template */
|
|
5205
5205
|
|
|
5206
|
-
var __vue_render__$
|
|
5206
|
+
var __vue_render__$c = function () {
|
|
5207
5207
|
var _vm = this;
|
|
5208
5208
|
|
|
5209
5209
|
var _h = _vm.$createElement;
|
|
@@ -5277,10 +5277,10 @@ var __vue_render__$9 = function () {
|
|
|
5277
5277
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
5278
5278
|
};
|
|
5279
5279
|
|
|
5280
|
-
var __vue_staticRenderFns__$
|
|
5280
|
+
var __vue_staticRenderFns__$c = [];
|
|
5281
5281
|
/* style */
|
|
5282
5282
|
|
|
5283
|
-
const __vue_inject_styles__$
|
|
5283
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
5284
5284
|
if (!inject) return;
|
|
5285
5285
|
inject("data-v-1c24c23b_0", {
|
|
5286
5286
|
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}",
|
|
@@ -5291,26 +5291,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
5291
5291
|
/* scoped */
|
|
5292
5292
|
|
|
5293
5293
|
|
|
5294
|
-
const __vue_scope_id__$
|
|
5294
|
+
const __vue_scope_id__$c = undefined;
|
|
5295
5295
|
/* module identifier */
|
|
5296
5296
|
|
|
5297
|
-
const __vue_module_identifier__$
|
|
5297
|
+
const __vue_module_identifier__$c = undefined;
|
|
5298
5298
|
/* functional template */
|
|
5299
5299
|
|
|
5300
|
-
const __vue_is_functional_template__$
|
|
5300
|
+
const __vue_is_functional_template__$c = false;
|
|
5301
5301
|
/* style inject SSR */
|
|
5302
5302
|
|
|
5303
5303
|
/* style inject shadow dom */
|
|
5304
5304
|
|
|
5305
|
-
const __vue_component__$
|
|
5306
|
-
render: __vue_render__$
|
|
5307
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5308
|
-
}, __vue_inject_styles__$
|
|
5305
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
5306
|
+
render: __vue_render__$c,
|
|
5307
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
5308
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
5309
5309
|
|
|
5310
|
-
var __vue_component__$
|
|
5310
|
+
var __vue_component__$j = __vue_component__$i;
|
|
5311
5311
|
|
|
5312
5312
|
//
|
|
5313
|
-
var script$
|
|
5313
|
+
var script$b = {
|
|
5314
5314
|
components: {
|
|
5315
5315
|
BtnEmojis,
|
|
5316
5316
|
BtnFiles
|
|
@@ -5596,10 +5596,10 @@ var script$8 = {
|
|
|
5596
5596
|
};
|
|
5597
5597
|
|
|
5598
5598
|
/* script */
|
|
5599
|
-
const __vue_script__$
|
|
5599
|
+
const __vue_script__$b = script$b;
|
|
5600
5600
|
/* template */
|
|
5601
5601
|
|
|
5602
|
-
var __vue_render__$
|
|
5602
|
+
var __vue_render__$b = function () {
|
|
5603
5603
|
var _vm = this;
|
|
5604
5604
|
|
|
5605
5605
|
var _h = _vm.$createElement;
|
|
@@ -5698,10 +5698,10 @@ var __vue_render__$8 = function () {
|
|
|
5698
5698
|
}) : _vm._e(), _vm._v(" "), _vm._t("btn-1"), _vm._v(" "), _vm._t("btn-2")], 2)])], 1);
|
|
5699
5699
|
};
|
|
5700
5700
|
|
|
5701
|
-
var __vue_staticRenderFns__$
|
|
5701
|
+
var __vue_staticRenderFns__$b = [];
|
|
5702
5702
|
/* style */
|
|
5703
5703
|
|
|
5704
|
-
const __vue_inject_styles__$
|
|
5704
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
5705
5705
|
if (!inject) return;
|
|
5706
5706
|
inject("data-v-35df0b7d_0", {
|
|
5707
5707
|
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}",
|
|
@@ -5712,23 +5712,23 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
5712
5712
|
/* scoped */
|
|
5713
5713
|
|
|
5714
5714
|
|
|
5715
|
-
const __vue_scope_id__$
|
|
5715
|
+
const __vue_scope_id__$b = undefined;
|
|
5716
5716
|
/* module identifier */
|
|
5717
5717
|
|
|
5718
|
-
const __vue_module_identifier__$
|
|
5718
|
+
const __vue_module_identifier__$b = undefined;
|
|
5719
5719
|
/* functional template */
|
|
5720
5720
|
|
|
5721
|
-
const __vue_is_functional_template__$
|
|
5721
|
+
const __vue_is_functional_template__$b = false;
|
|
5722
5722
|
/* style inject SSR */
|
|
5723
5723
|
|
|
5724
5724
|
/* style inject shadow dom */
|
|
5725
5725
|
|
|
5726
|
-
const __vue_component__$
|
|
5727
|
-
render: __vue_render__$
|
|
5728
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5729
|
-
}, __vue_inject_styles__$
|
|
5726
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
5727
|
+
render: __vue_render__$b,
|
|
5728
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
5729
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
5730
5730
|
|
|
5731
|
-
var __vue_component__$
|
|
5731
|
+
var __vue_component__$h = __vue_component__$g;
|
|
5732
5732
|
|
|
5733
5733
|
const textoLongo = {
|
|
5734
5734
|
methods: {
|
|
@@ -5839,9 +5839,9 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
5839
5839
|
}
|
|
5840
5840
|
|
|
5841
5841
|
//
|
|
5842
|
-
var script$
|
|
5842
|
+
var script$a = {
|
|
5843
5843
|
props: {
|
|
5844
|
-
|
|
5844
|
+
file: {
|
|
5845
5845
|
type: Object,
|
|
5846
5846
|
required: true
|
|
5847
5847
|
},
|
|
@@ -5849,38 +5849,38 @@ var script$7 = {
|
|
|
5849
5849
|
type: Object,
|
|
5850
5850
|
required: true
|
|
5851
5851
|
},
|
|
5852
|
-
|
|
5852
|
+
domain: {
|
|
5853
5853
|
type: String,
|
|
5854
5854
|
required: true
|
|
5855
5855
|
}
|
|
5856
5856
|
},
|
|
5857
5857
|
computed: {
|
|
5858
|
-
|
|
5859
|
-
return this.
|
|
5858
|
+
currentClass() {
|
|
5859
|
+
return this.fileExt === "pdf" ? "pdf" : "doc";
|
|
5860
5860
|
}
|
|
5861
5861
|
|
|
5862
5862
|
},
|
|
5863
5863
|
|
|
5864
5864
|
data() {
|
|
5865
5865
|
return {
|
|
5866
|
-
|
|
5866
|
+
loading: true,
|
|
5867
5867
|
isAnexo: false,
|
|
5868
|
-
|
|
5869
|
-
|
|
5870
|
-
|
|
5871
|
-
|
|
5868
|
+
imageUrl: "",
|
|
5869
|
+
fileExt: "",
|
|
5870
|
+
docUrl: "",
|
|
5871
|
+
fileName: "",
|
|
5872
5872
|
audio: false,
|
|
5873
5873
|
video: false,
|
|
5874
|
-
|
|
5874
|
+
icon: []
|
|
5875
5875
|
};
|
|
5876
5876
|
},
|
|
5877
5877
|
|
|
5878
5878
|
mounted() {
|
|
5879
|
-
this.
|
|
5879
|
+
this.setFileVars();
|
|
5880
5880
|
},
|
|
5881
5881
|
|
|
5882
5882
|
methods: {
|
|
5883
|
-
|
|
5883
|
+
setFileVars() {
|
|
5884
5884
|
try {
|
|
5885
5885
|
const {
|
|
5886
5886
|
anexo,
|
|
@@ -5890,43 +5890,43 @@ var script$7 = {
|
|
|
5890
5890
|
nomeArquivo,
|
|
5891
5891
|
audio,
|
|
5892
5892
|
video
|
|
5893
|
-
} = gerarVariaveisAnexo(this.
|
|
5894
|
-
dominio: this.
|
|
5893
|
+
} = gerarVariaveisAnexo(this.file, {
|
|
5894
|
+
dominio: this.domain
|
|
5895
5895
|
});
|
|
5896
5896
|
this.isAnexo = anexo;
|
|
5897
|
-
this.
|
|
5898
|
-
this.
|
|
5899
|
-
this.
|
|
5900
|
-
this.
|
|
5897
|
+
this.imageUrl = imgAnexo;
|
|
5898
|
+
this.fileExt = tipoDoc;
|
|
5899
|
+
this.docUrl = docAnexo;
|
|
5900
|
+
this.fileName = nomeArquivo;
|
|
5901
5901
|
this.audio = audio;
|
|
5902
5902
|
this.video = video;
|
|
5903
|
-
this.
|
|
5904
|
-
this.
|
|
5903
|
+
this.generateIcon();
|
|
5904
|
+
this.loading = false;
|
|
5905
5905
|
} catch (e) {
|
|
5906
5906
|
console.error("Erro ao gerar as variaveis dos anexos");
|
|
5907
5907
|
console.error(e);
|
|
5908
5908
|
}
|
|
5909
5909
|
},
|
|
5910
5910
|
|
|
5911
|
-
|
|
5912
|
-
this.
|
|
5911
|
+
generateIcon() {
|
|
5912
|
+
this.icon = this.fileExt === "pdf" ? ['fas', 'file-pdf'] : ['fas', 'file-alt'];
|
|
5913
5913
|
},
|
|
5914
5914
|
|
|
5915
|
-
|
|
5915
|
+
openFile(link, isImg) {
|
|
5916
5916
|
const width = window.innerWidth;
|
|
5917
5917
|
const height = window.innerHeight;
|
|
5918
5918
|
const options = !isImg ? `width=${width},height=${height}` : "width=auto,height=auto";
|
|
5919
|
-
window.open(link, "
|
|
5919
|
+
window.open(link, "card-file", options);
|
|
5920
5920
|
}
|
|
5921
5921
|
|
|
5922
5922
|
}
|
|
5923
5923
|
};
|
|
5924
5924
|
|
|
5925
5925
|
/* script */
|
|
5926
|
-
const __vue_script__$
|
|
5926
|
+
const __vue_script__$a = script$a;
|
|
5927
5927
|
/* template */
|
|
5928
5928
|
|
|
5929
|
-
var __vue_render__$
|
|
5929
|
+
var __vue_render__$a = function () {
|
|
5930
5930
|
var _vm = this;
|
|
5931
5931
|
|
|
5932
5932
|
var _h = _vm.$createElement;
|
|
@@ -5934,59 +5934,61 @@ var __vue_render__$7 = function () {
|
|
|
5934
5934
|
var _c = _vm._self._c || _h;
|
|
5935
5935
|
|
|
5936
5936
|
return _c('span', {
|
|
5937
|
-
staticClass: "
|
|
5937
|
+
staticClass: "file-item"
|
|
5938
5938
|
}, [_c('transition-group', {
|
|
5939
|
-
staticClass: "
|
|
5939
|
+
staticClass: "file-item-transition",
|
|
5940
5940
|
attrs: {
|
|
5941
5941
|
"name": "fade",
|
|
5942
5942
|
"mode": "out-in"
|
|
5943
5943
|
}
|
|
5944
|
-
}, [_vm.
|
|
5945
|
-
key: "
|
|
5944
|
+
}, [_vm.loading ? _c('div', {
|
|
5945
|
+
key: "card-file-loader",
|
|
5946
5946
|
staticClass: "req-loader slow",
|
|
5947
5947
|
attrs: {
|
|
5948
5948
|
"small": true
|
|
5949
5949
|
}
|
|
5950
|
-
}) : [_vm.
|
|
5951
|
-
key: "
|
|
5952
|
-
staticClass: "
|
|
5950
|
+
}) : [_vm.imageUrl ? _c('span', {
|
|
5951
|
+
key: "card-file-img",
|
|
5952
|
+
staticClass: "file-img box-shadow",
|
|
5953
5953
|
attrs: {
|
|
5954
|
-
"title": _vm.
|
|
5954
|
+
"title": _vm.fileName
|
|
5955
5955
|
},
|
|
5956
5956
|
on: {
|
|
5957
5957
|
"click": function ($event) {
|
|
5958
|
-
return _vm.
|
|
5958
|
+
return _vm.openFile(_vm.imageUrl, true);
|
|
5959
5959
|
}
|
|
5960
5960
|
}
|
|
5961
5961
|
}, [_c('img', {
|
|
5962
5962
|
attrs: {
|
|
5963
|
-
"src": "" + _vm.
|
|
5964
|
-
"alt": _vm.
|
|
5963
|
+
"src": "" + _vm.imageUrl,
|
|
5964
|
+
"alt": _vm.fileName
|
|
5965
5965
|
}
|
|
5966
5966
|
})]) : _c('span', {
|
|
5967
|
-
key: "
|
|
5968
|
-
staticClass: "
|
|
5969
|
-
class: [_vm.
|
|
5967
|
+
key: "card-file-doc",
|
|
5968
|
+
staticClass: "file-icon",
|
|
5969
|
+
class: [_vm.currentClass],
|
|
5970
5970
|
attrs: {
|
|
5971
|
-
"title": _vm.
|
|
5972
|
-
"target": "_blank"
|
|
5971
|
+
"title": _vm.fileName,
|
|
5972
|
+
"target": "_blank",
|
|
5973
|
+
"rel": "noreferrer noopener"
|
|
5973
5974
|
},
|
|
5974
5975
|
on: {
|
|
5975
5976
|
"click": function ($event) {
|
|
5976
|
-
return _vm.
|
|
5977
|
+
return _vm.openFile(_vm.docUrl, false);
|
|
5977
5978
|
}
|
|
5978
5979
|
}
|
|
5979
5980
|
}, [_c('fa-icon', {
|
|
5980
5981
|
attrs: {
|
|
5981
|
-
"icon": _vm.
|
|
5982
|
+
"icon": _vm.icon
|
|
5982
5983
|
}
|
|
5983
5984
|
})], 1), _vm._v(" "), _c('a', {
|
|
5984
|
-
key: "
|
|
5985
|
+
key: "card-file-download-icon",
|
|
5985
5986
|
attrs: {
|
|
5986
|
-
"href": _vm.
|
|
5987
|
-
"download": "" + _vm.
|
|
5987
|
+
"href": _vm.imageUrl ? _vm.imageUrl : _vm.docUrl,
|
|
5988
|
+
"download": "" + _vm.fileName,
|
|
5988
5989
|
"target": "_blank",
|
|
5989
|
-
"
|
|
5990
|
+
"rel": "noreferrer noopener",
|
|
5991
|
+
"title": "Download " + _vm.fileName
|
|
5990
5992
|
}
|
|
5991
5993
|
}, [_c('fa-icon', {
|
|
5992
5994
|
attrs: {
|
|
@@ -5995,13 +5997,13 @@ var __vue_render__$7 = function () {
|
|
|
5995
5997
|
})], 1)]], 2)], 1);
|
|
5996
5998
|
};
|
|
5997
5999
|
|
|
5998
|
-
var __vue_staticRenderFns__$
|
|
6000
|
+
var __vue_staticRenderFns__$a = [];
|
|
5999
6001
|
/* style */
|
|
6000
6002
|
|
|
6001
|
-
const __vue_inject_styles__$
|
|
6003
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
6002
6004
|
if (!inject) return;
|
|
6003
|
-
inject("data-v-
|
|
6004
|
-
source: ".fade-enter-active[data-v-
|
|
6005
|
+
inject("data-v-557f96c6_0", {
|
|
6006
|
+
source: ".fade-enter-active[data-v-557f96c6],.fade-leave-active[data-v-557f96c6]{transition:opacity .5s}.fade-enter[data-v-557f96c6],.fade-leave-to[data-v-557f96c6]{opacity:0}",
|
|
6005
6007
|
map: undefined,
|
|
6006
6008
|
media: undefined
|
|
6007
6009
|
});
|
|
@@ -6009,28 +6011,28 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
6009
6011
|
/* scoped */
|
|
6010
6012
|
|
|
6011
6013
|
|
|
6012
|
-
const __vue_scope_id__$
|
|
6014
|
+
const __vue_scope_id__$a = "data-v-557f96c6";
|
|
6013
6015
|
/* module identifier */
|
|
6014
6016
|
|
|
6015
|
-
const __vue_module_identifier__$
|
|
6017
|
+
const __vue_module_identifier__$a = undefined;
|
|
6016
6018
|
/* functional template */
|
|
6017
6019
|
|
|
6018
|
-
const __vue_is_functional_template__$
|
|
6020
|
+
const __vue_is_functional_template__$a = false;
|
|
6019
6021
|
/* style inject SSR */
|
|
6020
6022
|
|
|
6021
6023
|
/* style inject shadow dom */
|
|
6022
6024
|
|
|
6023
|
-
const __vue_component__$
|
|
6024
|
-
render: __vue_render__$
|
|
6025
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6026
|
-
}, __vue_inject_styles__$
|
|
6025
|
+
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
6026
|
+
render: __vue_render__$a,
|
|
6027
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
6028
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
6027
6029
|
|
|
6028
|
-
var
|
|
6030
|
+
var CardFile = __vue_component__$f;
|
|
6029
6031
|
|
|
6030
6032
|
//
|
|
6031
|
-
var script$
|
|
6033
|
+
var script$9 = {
|
|
6032
6034
|
components: {
|
|
6033
|
-
|
|
6035
|
+
CardFile
|
|
6034
6036
|
},
|
|
6035
6037
|
props: {
|
|
6036
6038
|
dictionary: {
|
|
@@ -6041,7 +6043,7 @@ var script$6 = {
|
|
|
6041
6043
|
type: [Number, String],
|
|
6042
6044
|
required: true
|
|
6043
6045
|
},
|
|
6044
|
-
|
|
6046
|
+
domain: {
|
|
6045
6047
|
type: String,
|
|
6046
6048
|
required: true
|
|
6047
6049
|
},
|
|
@@ -6050,39 +6052,30 @@ var script$6 = {
|
|
|
6050
6052
|
required: false,
|
|
6051
6053
|
default: true
|
|
6052
6054
|
},
|
|
6053
|
-
|
|
6055
|
+
origin: {
|
|
6054
6056
|
type: String,
|
|
6055
6057
|
required: true
|
|
6056
6058
|
},
|
|
6057
|
-
|
|
6059
|
+
author: {
|
|
6058
6060
|
type: String
|
|
6059
6061
|
},
|
|
6060
6062
|
login: {
|
|
6061
6063
|
type: String
|
|
6062
6064
|
},
|
|
6063
|
-
|
|
6065
|
+
message: {
|
|
6064
6066
|
type: String
|
|
6065
6067
|
},
|
|
6066
|
-
|
|
6068
|
+
files: {
|
|
6067
6069
|
type: Array
|
|
6068
6070
|
},
|
|
6069
|
-
|
|
6070
|
-
type: String
|
|
6071
|
-
},
|
|
6072
|
-
data_mod: {
|
|
6071
|
+
date: {
|
|
6073
6072
|
type: String
|
|
6074
6073
|
},
|
|
6075
|
-
|
|
6074
|
+
chipInfos: {
|
|
6076
6075
|
type: Object
|
|
6077
6076
|
},
|
|
6078
|
-
|
|
6079
|
-
type: String
|
|
6080
|
-
},
|
|
6081
|
-
msgNova: {
|
|
6077
|
+
newMessage: {
|
|
6082
6078
|
type: Boolean
|
|
6083
|
-
},
|
|
6084
|
-
origemExterna: {
|
|
6085
|
-
type: String
|
|
6086
6079
|
}
|
|
6087
6080
|
},
|
|
6088
6081
|
mixins: [textoLongo],
|
|
@@ -6091,24 +6084,28 @@ var script$6 = {
|
|
|
6091
6084
|
return `${Math.floor(Math.random() * 7770)}${Date.now()}`;
|
|
6092
6085
|
},
|
|
6093
6086
|
|
|
6094
|
-
|
|
6095
|
-
if (this.
|
|
6096
|
-
const regex = /(\n| )/g;
|
|
6097
|
-
if (regex.test(this.
|
|
6087
|
+
formattedMessage() {
|
|
6088
|
+
if (this.message) {
|
|
6089
|
+
const regex = /(\n|\r| )/g;
|
|
6090
|
+
if (regex.test(this.message)) return this.message.replace(regex, "<br>");
|
|
6098
6091
|
}
|
|
6099
6092
|
|
|
6100
|
-
return this.
|
|
6093
|
+
return this.message;
|
|
6101
6094
|
},
|
|
6102
6095
|
|
|
6103
|
-
|
|
6104
|
-
return this.
|
|
6096
|
+
currentIcon() {
|
|
6097
|
+
return this.origin === "outros" ? ['fas', 'user'] : ['fas', 'headset'];
|
|
6105
6098
|
},
|
|
6106
6099
|
|
|
6107
|
-
|
|
6108
|
-
|
|
6100
|
+
currentClasses() {
|
|
6101
|
+
return `${this.origin === "outros" ? "card-cli" : "card-ope"} ${this.newMessage ? "newMessage" : ""}`;
|
|
6102
|
+
},
|
|
6103
|
+
|
|
6104
|
+
chipInfosClasses() {
|
|
6105
|
+
if (!this.chipInfos || !this.chipInfos.cod) return "";
|
|
6109
6106
|
const {
|
|
6110
6107
|
cod
|
|
6111
|
-
} = this.
|
|
6108
|
+
} = this.chipInfos;
|
|
6112
6109
|
|
|
6113
6110
|
switch (cod) {
|
|
6114
6111
|
case 9:
|
|
@@ -6138,59 +6135,57 @@ var script$6 = {
|
|
|
6138
6135
|
return formataDataHora(dataHora, false, false, this.dictionary);
|
|
6139
6136
|
},
|
|
6140
6137
|
|
|
6141
|
-
|
|
6142
|
-
this.$emit("expand
|
|
6143
|
-
// this.$store.dispatch("toggleBlocker", { state: true, origin: "expandir-card-reclamacao"})
|
|
6138
|
+
cardExpand() {
|
|
6139
|
+
this.$emit("card-expand", this.$props);
|
|
6144
6140
|
}
|
|
6145
6141
|
|
|
6146
6142
|
}
|
|
6147
6143
|
};
|
|
6148
6144
|
|
|
6149
6145
|
/* script */
|
|
6150
|
-
const __vue_script__$
|
|
6146
|
+
const __vue_script__$9 = script$9;
|
|
6151
6147
|
/* template */
|
|
6152
6148
|
|
|
6153
|
-
var __vue_render__$
|
|
6149
|
+
var __vue_render__$9 = function () {
|
|
6154
6150
|
var _vm = this;
|
|
6155
6151
|
|
|
6156
6152
|
var _h = _vm.$createElement;
|
|
6157
6153
|
|
|
6158
6154
|
var _c = _vm._self._c || _h;
|
|
6159
6155
|
|
|
6160
|
-
return _vm.
|
|
6161
|
-
class:
|
|
6162
|
-
'card-cli': _vm.origem === 'outros',
|
|
6163
|
-
'card-ope': _vm.origem === 'principal',
|
|
6164
|
-
'msgNova': _vm.msgNova
|
|
6165
|
-
},
|
|
6156
|
+
return _vm.origin ? _c('div', {
|
|
6157
|
+
class: [_vm.currentClasses],
|
|
6166
6158
|
attrs: {
|
|
6167
|
-
"id": "
|
|
6159
|
+
"id": "card-" + (_vm.messageIndex ? _vm.messageIndex : _vm.randomizeValue)
|
|
6168
6160
|
}
|
|
6169
6161
|
}, [_c('transition', {
|
|
6170
6162
|
attrs: {
|
|
6171
6163
|
"name": "fade"
|
|
6172
6164
|
}
|
|
6173
|
-
}, [_vm.
|
|
6174
|
-
staticClass: "
|
|
6175
|
-
|
|
6165
|
+
}, [_vm.newMessage ? _c('span', {
|
|
6166
|
+
staticClass: "new-messages",
|
|
6167
|
+
domProps: {
|
|
6168
|
+
"textContent": _vm._s("Nova mensagem")
|
|
6169
|
+
}
|
|
6170
|
+
}) : _vm._e()]), _vm._v(" "), _c('div', {
|
|
6176
6171
|
staticClass: "card box-shadow"
|
|
6177
6172
|
}, [_c('div', {
|
|
6178
6173
|
staticClass: "card-header"
|
|
6179
6174
|
}, [_c('div', {
|
|
6180
|
-
staticClass: "card-
|
|
6175
|
+
staticClass: "card-author"
|
|
6181
6176
|
}, [_c('fa-icon', {
|
|
6182
6177
|
attrs: {
|
|
6183
|
-
"icon": _vm.
|
|
6178
|
+
"icon": _vm.currentIcon
|
|
6184
6179
|
}
|
|
6185
|
-
}), _vm._v(" "), _vm.
|
|
6180
|
+
}), _vm._v(" "), _vm.author ? _c('p', {
|
|
6186
6181
|
staticClass: "text-bold",
|
|
6187
6182
|
attrs: {
|
|
6188
|
-
"title": _vm.
|
|
6183
|
+
"title": _vm.author
|
|
6189
6184
|
},
|
|
6190
6185
|
domProps: {
|
|
6191
|
-
"textContent": _vm._s("" + _vm.tratarTextoLongo(_vm.
|
|
6186
|
+
"textContent": _vm._s("" + _vm.tratarTextoLongo(_vm.author))
|
|
6192
6187
|
}
|
|
6193
|
-
}) : _vm._e(), _vm._v(" "), _vm.
|
|
6188
|
+
}) : _vm._e(), _vm._v(" "), _vm.origin === 'principal' && _vm.login ? _c('p', {
|
|
6194
6189
|
attrs: {
|
|
6195
6190
|
"title": _vm.login
|
|
6196
6191
|
},
|
|
@@ -6200,73 +6195,64 @@ var __vue_render__$6 = function () {
|
|
|
6200
6195
|
}) : _vm._e()], 1), _vm._v(" "), _c('div', {
|
|
6201
6196
|
staticClass: "card-right"
|
|
6202
6197
|
}, [_c('div', {
|
|
6203
|
-
staticClass: "card-
|
|
6204
|
-
}, [_vm.
|
|
6205
|
-
staticClass: "card-
|
|
6206
|
-
attrs: {
|
|
6207
|
-
"title": _vm.dictionary.data_criacao + ": " + (_vm.origem === 'outros' ? _vm.formataTimezoneData(_vm.data_cri) : _vm.returnFormataDataHora(_vm.data_cri))
|
|
6208
|
-
}
|
|
6209
|
-
}, [_c('span', {
|
|
6210
|
-
domProps: {
|
|
6211
|
-
"textContent": _vm._s(_vm.origem === 'outros' ? _vm.formataTimezoneData(_vm.data_cri) : _vm.returnFormataDataHora(_vm.data_cri))
|
|
6212
|
-
}
|
|
6213
|
-
})]) : _vm._e(), _vm._v(" "), _vm.data_mod ? _c('div', {
|
|
6214
|
-
staticClass: "card-data",
|
|
6198
|
+
staticClass: "card-dates"
|
|
6199
|
+
}, [_vm.date ? _c('div', {
|
|
6200
|
+
staticClass: "card-date",
|
|
6215
6201
|
attrs: {
|
|
6216
|
-
"title": _vm.dictionary.
|
|
6202
|
+
"title": _vm.dictionary.data_criacao + ": " + (_vm.origin === 'outros' ? _vm.formataTimezoneData(_vm.date) : _vm.returnFormataDataHora(_vm.date))
|
|
6217
6203
|
}
|
|
6218
6204
|
}, [_c('span', {
|
|
6219
6205
|
domProps: {
|
|
6220
|
-
"textContent": _vm._s(_vm.
|
|
6206
|
+
"textContent": _vm._s(_vm.origin === 'outros' ? _vm.formataTimezoneData(_vm.date) : _vm.returnFormataDataHora(_vm.date))
|
|
6221
6207
|
}
|
|
6222
6208
|
})]) : _vm._e()]), _vm._v(" "), _vm.hasExpand ? _c('div', {
|
|
6223
6209
|
staticClass: "card-expand",
|
|
6224
6210
|
on: {
|
|
6225
6211
|
"click": function ($event) {
|
|
6226
|
-
return _vm.
|
|
6212
|
+
return _vm.cardExpand();
|
|
6227
6213
|
}
|
|
6228
6214
|
}
|
|
6229
6215
|
}, [_c('fa-icon', {
|
|
6230
6216
|
attrs: {
|
|
6231
6217
|
"icon": ['fas', 'expand-alt']
|
|
6232
6218
|
}
|
|
6233
|
-
})], 1) : _vm._e()])]), _vm._v(" "), _vm.
|
|
6219
|
+
})], 1) : _vm._e()])]), _vm._v(" "), _vm.chipInfos.cod && _vm.chipInfos.desc ? _c('p', {
|
|
6234
6220
|
staticClass: "card-chip",
|
|
6235
|
-
class: [_vm.
|
|
6221
|
+
class: [_vm.chipInfosClasses],
|
|
6236
6222
|
attrs: {
|
|
6237
|
-
"title": _vm.
|
|
6223
|
+
"title": _vm.chipInfos.desc + " (" + _vm.chipInfos.cod + ")"
|
|
6238
6224
|
},
|
|
6239
6225
|
domProps: {
|
|
6240
|
-
"textContent": _vm._s(_vm.
|
|
6226
|
+
"textContent": _vm._s(_vm.chipInfos.desc + " (" + _vm.chipInfos.cod + ")")
|
|
6241
6227
|
}
|
|
6242
6228
|
}) : _vm._e(), _vm._v(" "), _c('p', {
|
|
6243
6229
|
staticClass: "card-message",
|
|
6244
6230
|
domProps: {
|
|
6245
|
-
"innerHTML": _vm._s(_vm.
|
|
6231
|
+
"innerHTML": _vm._s(_vm.formattedMessage)
|
|
6246
6232
|
}
|
|
6247
|
-
}), _vm._v(" "), _vm.
|
|
6233
|
+
}), _vm._v(" "), _vm.files && _vm.files.length ? _c('div', {
|
|
6248
6234
|
staticClass: "card-footer"
|
|
6249
|
-
}, _vm._l(_vm.
|
|
6235
|
+
}, _vm._l(_vm.files, function (file, index) {
|
|
6250
6236
|
return _c('div', {
|
|
6251
6237
|
key: "" + index,
|
|
6252
|
-
staticClass: "card-
|
|
6253
|
-
}, [_c('
|
|
6238
|
+
staticClass: "card-file"
|
|
6239
|
+
}, [_c('CardFile', {
|
|
6254
6240
|
attrs: {
|
|
6255
|
-
"
|
|
6241
|
+
"file": file,
|
|
6256
6242
|
"dictionary": _vm.dictionary,
|
|
6257
|
-
"
|
|
6243
|
+
"domain": _vm.domain
|
|
6258
6244
|
}
|
|
6259
6245
|
})], 1);
|
|
6260
6246
|
}), 0) : _vm._e()])], 1) : _vm._e();
|
|
6261
6247
|
};
|
|
6262
6248
|
|
|
6263
|
-
var __vue_staticRenderFns__$
|
|
6249
|
+
var __vue_staticRenderFns__$9 = [];
|
|
6264
6250
|
/* style */
|
|
6265
6251
|
|
|
6266
|
-
const __vue_inject_styles__$
|
|
6252
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
6267
6253
|
if (!inject) return;
|
|
6268
|
-
inject("data-v-
|
|
6269
|
-
source: ".fade-enter-active[data-v-
|
|
6254
|
+
inject("data-v-20d17c81_0", {
|
|
6255
|
+
source: ".fade-enter-active[data-v-20d17c81],.fade-leave-active[data-v-20d17c81]{transition:opacity .2s}.fade-enter[data-v-20d17c81],.fade-leave-to[data-v-20d17c81]{opacity:0}.card-cli[data-v-20d17c81],.card-ope[data-v-20d17c81]{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.newMessage[data-v-20d17c81],.card-ope.newMessage[data-v-20d17c81]{margin-top:30px}.new-messages[data-v-20d17c81]{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-20d17c81]{border-left:3px solid #90b823}.card-ope[data-v-20d17c81]{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card[data-v-20d17c81]{border-right:3px solid #007535}.card[data-v-20d17c81]{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px}.card p[data-v-20d17c81]{word-break:break-all}.card-header[data-v-20d17c81]{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between}.card-header svg[data-v-20d17c81]{font-size:1rem}.card-author[data-v-20d17c81]{display:flex;align-items:center}.card-author svg[data-v-20d17c81]{margin-right:5px}.card-canal[data-v-20d17c81]{flex:1;margin-right:10px}.card-dates[data-v-20d17c81]{display:flex;flex-direction:column;margin-right:10px;font-size:.9rem}.card-date[data-v-20d17c81]{overflow:hidden;display:flex;align-content:center}.card-date span[data-v-20d17c81]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-date svg[data-v-20d17c81]{margin-right:5px;color:#232323}.card-expand[data-v-20d17c81]{display:flex;justify-content:center;align-items:center;margin:2.5px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand[data-v-20d17c81]:hover{opacity:1}.card-footer[data-v-20d17c81]{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap}.card-chip[data-v-20d17c81]{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-20d17c81]:hover{background-color:#cfd8f4}.card-chip.orange[data-v-20d17c81]{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange[data-v-20d17c81]:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow[data-v-20d17c81]{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow[data-v-20d17c81]:hover{background-color:rgba(252,191,73,.2)}.card-chip.red[data-v-20d17c81]{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red[data-v-20d17c81]:hover{background-color:rgba(231,76,60,.25)}.card-file[data-v-20d17c81]{width:50px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.file-item[data-v-20d17c81]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.file-item-transition[data-v-20d17c81]{max-width:100%;max-height:100%}.file-item .req-loader[data-v-20d17c81]{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.file-item-transition img[data-v-20d17c81]{max-width:45px;max-height:45px}.file-icon[data-v-20d17c81]{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.file-icon[data-v-20d17c81]:hover{opacity:1}.file-icon[data-v-20d17c81]:visited{color:inherit}svg[data-v-20d17c81]{font-size:30px;z-index:1}.file-icon.pdf[data-v-20d17c81]{position:relative}.file-icon.pdf svg[data-v-20d17c81]{color:#e74c3c}.file-icon.pdf[data-v-20d17c81]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.file-icon.doc[data-v-20d17c81]{color:#15517f}.file-icon.doc[data-v-20d17c81]::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.file-img[data-v-20d17c81]{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}.file-img[data-v-20d17c81]:hover{opacity:1}.file-img img[data-v-20d17c81]{width:95%}",
|
|
6270
6256
|
map: undefined,
|
|
6271
6257
|
media: undefined
|
|
6272
6258
|
});
|
|
@@ -6274,46 +6260,45 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
6274
6260
|
/* scoped */
|
|
6275
6261
|
|
|
6276
6262
|
|
|
6277
|
-
const __vue_scope_id__$
|
|
6263
|
+
const __vue_scope_id__$9 = "data-v-20d17c81";
|
|
6278
6264
|
/* module identifier */
|
|
6279
6265
|
|
|
6280
|
-
const __vue_module_identifier__$
|
|
6266
|
+
const __vue_module_identifier__$9 = undefined;
|
|
6281
6267
|
/* functional template */
|
|
6282
6268
|
|
|
6283
|
-
const __vue_is_functional_template__$
|
|
6269
|
+
const __vue_is_functional_template__$9 = false;
|
|
6284
6270
|
/* style inject SSR */
|
|
6285
6271
|
|
|
6286
6272
|
/* style inject shadow dom */
|
|
6287
6273
|
|
|
6288
|
-
const __vue_component__$
|
|
6289
|
-
render: __vue_render__$
|
|
6290
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6291
|
-
}, __vue_inject_styles__$
|
|
6274
|
+
const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
6275
|
+
render: __vue_render__$9,
|
|
6276
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
6277
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
6292
6278
|
|
|
6293
|
-
var __vue_component__$
|
|
6279
|
+
var __vue_component__$e = __vue_component__$d;
|
|
6294
6280
|
|
|
6295
6281
|
//
|
|
6296
|
-
var script$
|
|
6297
|
-
components: {
|
|
6298
|
-
Loader
|
|
6299
|
-
},
|
|
6282
|
+
var script$8 = {
|
|
6300
6283
|
props: {
|
|
6301
6284
|
anexo: {
|
|
6302
6285
|
type: Object,
|
|
6303
6286
|
required: true
|
|
6304
6287
|
},
|
|
6305
|
-
dominio: {
|
|
6306
|
-
type: String,
|
|
6307
|
-
required: true
|
|
6308
|
-
},
|
|
6309
6288
|
dictionary: {
|
|
6310
6289
|
type: Object,
|
|
6311
6290
|
required: true
|
|
6312
6291
|
},
|
|
6313
|
-
|
|
6314
|
-
type:
|
|
6315
|
-
required:
|
|
6292
|
+
dominio: {
|
|
6293
|
+
type: String,
|
|
6294
|
+
required: true
|
|
6295
|
+
}
|
|
6296
|
+
},
|
|
6297
|
+
computed: {
|
|
6298
|
+
iconeClass() {
|
|
6299
|
+
return this.tipoDoc === "pdf" ? "pdf" : "doc";
|
|
6316
6300
|
}
|
|
6301
|
+
|
|
6317
6302
|
},
|
|
6318
6303
|
|
|
6319
6304
|
data() {
|
|
@@ -6335,10 +6320,6 @@ var script$5 = {
|
|
|
6335
6320
|
},
|
|
6336
6321
|
|
|
6337
6322
|
methods: {
|
|
6338
|
-
abrirVisualizacaoImg(imagem) {
|
|
6339
|
-
this.$emit("abrir-imagem", imagem);
|
|
6340
|
-
},
|
|
6341
|
-
|
|
6342
6323
|
setVariaveisAnexo() {
|
|
6343
6324
|
try {
|
|
6344
6325
|
const {
|
|
@@ -6369,52 +6350,513 @@ var script$5 = {
|
|
|
6369
6350
|
|
|
6370
6351
|
gerarIcone() {
|
|
6371
6352
|
this.icone = this.tipoDoc === "pdf" ? ['fas', 'file-pdf'] : ['fas', 'file-alt'];
|
|
6353
|
+
},
|
|
6354
|
+
|
|
6355
|
+
abrirAnexo(link, isImg) {
|
|
6356
|
+
const width = window.innerWidth;
|
|
6357
|
+
const height = window.innerHeight;
|
|
6358
|
+
const options = !isImg ? `width=${width},height=${height}` : "width=auto,height=auto";
|
|
6359
|
+
window.open(link, "anexo-ra", options);
|
|
6372
6360
|
}
|
|
6373
6361
|
|
|
6374
6362
|
}
|
|
6375
6363
|
};
|
|
6376
6364
|
|
|
6377
6365
|
/* script */
|
|
6378
|
-
const __vue_script__$
|
|
6366
|
+
const __vue_script__$8 = script$8;
|
|
6379
6367
|
/* template */
|
|
6380
6368
|
|
|
6381
|
-
var __vue_render__$
|
|
6369
|
+
var __vue_render__$8 = function () {
|
|
6382
6370
|
var _vm = this;
|
|
6383
6371
|
|
|
6384
6372
|
var _h = _vm.$createElement;
|
|
6385
6373
|
|
|
6386
6374
|
var _c = _vm._self._c || _h;
|
|
6387
6375
|
|
|
6388
|
-
return _c('
|
|
6389
|
-
staticClass: "
|
|
6376
|
+
return _c('span', {
|
|
6377
|
+
staticClass: "anexo-item"
|
|
6390
6378
|
}, [_c('transition-group', {
|
|
6391
|
-
staticClass: "anexo-
|
|
6379
|
+
staticClass: "transition-anexo-item",
|
|
6392
6380
|
attrs: {
|
|
6393
6381
|
"name": "fade",
|
|
6394
6382
|
"mode": "out-in"
|
|
6395
6383
|
}
|
|
6396
|
-
}, [_vm.carregando ? _c('
|
|
6397
|
-
key: "
|
|
6384
|
+
}, [_vm.carregando ? _c('div', {
|
|
6385
|
+
key: "ra-loader-anexo",
|
|
6386
|
+
staticClass: "req-loader slow",
|
|
6398
6387
|
attrs: {
|
|
6399
|
-
"small": true
|
|
6400
|
-
"slow": true
|
|
6388
|
+
"small": true
|
|
6401
6389
|
}
|
|
6402
|
-
}) : _c('
|
|
6403
|
-
key: "anexo
|
|
6404
|
-
staticClass: "anexo-
|
|
6405
|
-
}, [_vm.imgAnexo ? _c('img', {
|
|
6390
|
+
}) : [_vm.imgAnexo ? _c('span', {
|
|
6391
|
+
key: "ra-img-anexo",
|
|
6392
|
+
staticClass: "anexo-img box-shadow",
|
|
6406
6393
|
attrs: {
|
|
6407
|
-
"
|
|
6408
|
-
"alt": _vm.dictionary.alt_msg_img
|
|
6394
|
+
"title": _vm.nomeArquivo
|
|
6409
6395
|
},
|
|
6410
6396
|
on: {
|
|
6411
6397
|
"click": function ($event) {
|
|
6412
|
-
return _vm.
|
|
6398
|
+
return _vm.abrirAnexo(_vm.imgAnexo, true);
|
|
6413
6399
|
}
|
|
6414
6400
|
}
|
|
6415
|
-
}
|
|
6416
|
-
|
|
6417
|
-
|
|
6401
|
+
}, [_c('img', {
|
|
6402
|
+
attrs: {
|
|
6403
|
+
"src": "" + _vm.imgAnexo,
|
|
6404
|
+
"alt": _vm.nomeArquivo
|
|
6405
|
+
}
|
|
6406
|
+
})]) : _c('span', {
|
|
6407
|
+
key: "ra-doc-anexo",
|
|
6408
|
+
staticClass: "anexo-icone",
|
|
6409
|
+
class: [_vm.iconeClass],
|
|
6410
|
+
attrs: {
|
|
6411
|
+
"title": _vm.nomeArquivo,
|
|
6412
|
+
"target": "_blank",
|
|
6413
|
+
"rel": "noreferrer noopener"
|
|
6414
|
+
},
|
|
6415
|
+
on: {
|
|
6416
|
+
"click": function ($event) {
|
|
6417
|
+
return _vm.abrirAnexo(_vm.docAnexo, false);
|
|
6418
|
+
}
|
|
6419
|
+
}
|
|
6420
|
+
}, [_c('fa-icon', {
|
|
6421
|
+
attrs: {
|
|
6422
|
+
"icon": _vm.icone
|
|
6423
|
+
}
|
|
6424
|
+
})], 1), _vm._v(" "), _c('a', {
|
|
6425
|
+
key: "ra-download-icon",
|
|
6426
|
+
attrs: {
|
|
6427
|
+
"href": _vm.imgAnexo ? _vm.imgAnexo : _vm.docAnexo,
|
|
6428
|
+
"download": "" + _vm.nomeArquivo,
|
|
6429
|
+
"target": "_blank",
|
|
6430
|
+
"rel": "noreferrer noopener",
|
|
6431
|
+
"title": "Download " + _vm.nomeArquivo
|
|
6432
|
+
}
|
|
6433
|
+
}, [_c('fa-icon', {
|
|
6434
|
+
attrs: {
|
|
6435
|
+
"icon": ['fas', 'download']
|
|
6436
|
+
}
|
|
6437
|
+
})], 1)]], 2)], 1);
|
|
6438
|
+
};
|
|
6439
|
+
|
|
6440
|
+
var __vue_staticRenderFns__$8 = [];
|
|
6441
|
+
/* style */
|
|
6442
|
+
|
|
6443
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
6444
|
+
if (!inject) return;
|
|
6445
|
+
inject("data-v-037d5568_0", {
|
|
6446
|
+
source: ".fade-enter-active[data-v-037d5568],.fade-leave-active[data-v-037d5568]{transition:opacity .5s}.fade-enter[data-v-037d5568],.fade-leave-to[data-v-037d5568]{opacity:0}",
|
|
6447
|
+
map: undefined,
|
|
6448
|
+
media: undefined
|
|
6449
|
+
});
|
|
6450
|
+
};
|
|
6451
|
+
/* scoped */
|
|
6452
|
+
|
|
6453
|
+
|
|
6454
|
+
const __vue_scope_id__$8 = "data-v-037d5568";
|
|
6455
|
+
/* module identifier */
|
|
6456
|
+
|
|
6457
|
+
const __vue_module_identifier__$8 = undefined;
|
|
6458
|
+
/* functional template */
|
|
6459
|
+
|
|
6460
|
+
const __vue_is_functional_template__$8 = false;
|
|
6461
|
+
/* style inject SSR */
|
|
6462
|
+
|
|
6463
|
+
/* style inject shadow dom */
|
|
6464
|
+
|
|
6465
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
6466
|
+
render: __vue_render__$8,
|
|
6467
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
6468
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
6469
|
+
|
|
6470
|
+
var CardAttachment = __vue_component__$c;
|
|
6471
|
+
|
|
6472
|
+
//
|
|
6473
|
+
var script$7 = {
|
|
6474
|
+
components: {
|
|
6475
|
+
CardAttachment
|
|
6476
|
+
},
|
|
6477
|
+
props: {
|
|
6478
|
+
dictionary: {
|
|
6479
|
+
type: Object,
|
|
6480
|
+
required: true
|
|
6481
|
+
},
|
|
6482
|
+
messageIndex: {
|
|
6483
|
+
type: [Number, String],
|
|
6484
|
+
required: true
|
|
6485
|
+
},
|
|
6486
|
+
dominio: {
|
|
6487
|
+
type: String,
|
|
6488
|
+
required: true
|
|
6489
|
+
},
|
|
6490
|
+
hasExpand: {
|
|
6491
|
+
type: Boolean,
|
|
6492
|
+
required: false,
|
|
6493
|
+
default: true
|
|
6494
|
+
},
|
|
6495
|
+
origem: {
|
|
6496
|
+
type: String,
|
|
6497
|
+
required: true
|
|
6498
|
+
},
|
|
6499
|
+
autor: {
|
|
6500
|
+
type: String
|
|
6501
|
+
},
|
|
6502
|
+
login: {
|
|
6503
|
+
type: String
|
|
6504
|
+
},
|
|
6505
|
+
mensagem: {
|
|
6506
|
+
type: String
|
|
6507
|
+
},
|
|
6508
|
+
anexos: {
|
|
6509
|
+
type: Array
|
|
6510
|
+
},
|
|
6511
|
+
data_cri: {
|
|
6512
|
+
type: String
|
|
6513
|
+
},
|
|
6514
|
+
data_mod: {
|
|
6515
|
+
type: String
|
|
6516
|
+
},
|
|
6517
|
+
ticket_id: {
|
|
6518
|
+
type: Object
|
|
6519
|
+
},
|
|
6520
|
+
ticket_name: {
|
|
6521
|
+
type: String
|
|
6522
|
+
},
|
|
6523
|
+
msgNova: {
|
|
6524
|
+
type: Boolean
|
|
6525
|
+
},
|
|
6526
|
+
origemExterna: {
|
|
6527
|
+
type: String
|
|
6528
|
+
}
|
|
6529
|
+
},
|
|
6530
|
+
mixins: [textoLongo],
|
|
6531
|
+
computed: {
|
|
6532
|
+
randomizeValue() {
|
|
6533
|
+
return `${Math.floor(Math.random() * 7770)}${Date.now()}`;
|
|
6534
|
+
},
|
|
6535
|
+
|
|
6536
|
+
mensagemFormatada() {
|
|
6537
|
+
if (this.mensagem) {
|
|
6538
|
+
const regex = /(\n| )/g;
|
|
6539
|
+
if (regex.test(this.mensagem)) return this.mensagem.replace(regex, "<br>");
|
|
6540
|
+
}
|
|
6541
|
+
|
|
6542
|
+
return this.mensagem;
|
|
6543
|
+
},
|
|
6544
|
+
|
|
6545
|
+
iconAutor() {
|
|
6546
|
+
return this.origem === "outros" ? ['fas', 'user'] : ['fas', 'headset'];
|
|
6547
|
+
},
|
|
6548
|
+
|
|
6549
|
+
ticketClassCod() {
|
|
6550
|
+
if (!this.ticket_id || !this.ticket_id.cod) return "";
|
|
6551
|
+
const {
|
|
6552
|
+
cod
|
|
6553
|
+
} = this.ticket_id;
|
|
6554
|
+
|
|
6555
|
+
switch (cod) {
|
|
6556
|
+
case 9:
|
|
6557
|
+
case "9":
|
|
6558
|
+
case 8:
|
|
6559
|
+
case "8":
|
|
6560
|
+
return "red";
|
|
6561
|
+
|
|
6562
|
+
case 3:
|
|
6563
|
+
case "3":
|
|
6564
|
+
case 6:
|
|
6565
|
+
case "6":
|
|
6566
|
+
return "yellow";
|
|
6567
|
+
|
|
6568
|
+
default:
|
|
6569
|
+
return "";
|
|
6570
|
+
}
|
|
6571
|
+
}
|
|
6572
|
+
|
|
6573
|
+
},
|
|
6574
|
+
methods: {
|
|
6575
|
+
formataTimezoneData(timezoneData) {
|
|
6576
|
+
return formataTimezoneData(timezoneData);
|
|
6577
|
+
},
|
|
6578
|
+
|
|
6579
|
+
returnFormataDataHora(dataHora) {
|
|
6580
|
+
return formataDataHora(dataHora, false, false, this.dictionary);
|
|
6581
|
+
},
|
|
6582
|
+
|
|
6583
|
+
expandirCard() {
|
|
6584
|
+
this.$emit("expand-card", this.$props); // this.$store.dispatch("informacoesCardExpandido", this.$props)
|
|
6585
|
+
// this.$store.dispatch("toggleBlocker", { state: true, origin: "expandir-card-reclamacao"})
|
|
6586
|
+
}
|
|
6587
|
+
|
|
6588
|
+
}
|
|
6589
|
+
};
|
|
6590
|
+
|
|
6591
|
+
/* script */
|
|
6592
|
+
const __vue_script__$7 = script$7;
|
|
6593
|
+
/* template */
|
|
6594
|
+
|
|
6595
|
+
var __vue_render__$7 = function () {
|
|
6596
|
+
var _vm = this;
|
|
6597
|
+
|
|
6598
|
+
var _h = _vm.$createElement;
|
|
6599
|
+
|
|
6600
|
+
var _c = _vm._self._c || _h;
|
|
6601
|
+
|
|
6602
|
+
return _vm.origem ? _c('div', {
|
|
6603
|
+
class: {
|
|
6604
|
+
'card-cli': _vm.origem === 'outros',
|
|
6605
|
+
'card-ope': _vm.origem === 'principal',
|
|
6606
|
+
'msgNova': _vm.msgNova
|
|
6607
|
+
},
|
|
6608
|
+
attrs: {
|
|
6609
|
+
"id": "a" + (_vm.messageIndex ? _vm.messageIndex : _vm.randomizeValue)
|
|
6610
|
+
}
|
|
6611
|
+
}, [_c('transition', {
|
|
6612
|
+
attrs: {
|
|
6613
|
+
"name": "fade"
|
|
6614
|
+
}
|
|
6615
|
+
}, [_vm.msgNova ? _c('span', {
|
|
6616
|
+
staticClass: "novas-mensagens"
|
|
6617
|
+
}, [_vm._v("\n Nova mensagem\n ")]) : _vm._e()]), _vm._v(" "), _c('div', {
|
|
6618
|
+
staticClass: "card box-shadow"
|
|
6619
|
+
}, [_c('div', {
|
|
6620
|
+
staticClass: "card-header"
|
|
6621
|
+
}, [_c('div', {
|
|
6622
|
+
staticClass: "card-autor"
|
|
6623
|
+
}, [_c('fa-icon', {
|
|
6624
|
+
attrs: {
|
|
6625
|
+
"icon": _vm.iconAutor
|
|
6626
|
+
}
|
|
6627
|
+
}), _vm._v(" "), _vm.autor ? _c('p', {
|
|
6628
|
+
staticClass: "text-bold",
|
|
6629
|
+
attrs: {
|
|
6630
|
+
"title": _vm.autor
|
|
6631
|
+
},
|
|
6632
|
+
domProps: {
|
|
6633
|
+
"textContent": _vm._s("" + _vm.tratarTextoLongo(_vm.autor))
|
|
6634
|
+
}
|
|
6635
|
+
}) : _vm._e(), _vm._v(" "), _vm.origem === 'principal' && _vm.login ? _c('p', {
|
|
6636
|
+
attrs: {
|
|
6637
|
+
"title": _vm.login
|
|
6638
|
+
},
|
|
6639
|
+
domProps: {
|
|
6640
|
+
"textContent": _vm._s("| " + _vm.login)
|
|
6641
|
+
}
|
|
6642
|
+
}) : _vm._e()], 1), _vm._v(" "), _c('div', {
|
|
6643
|
+
staticClass: "card-right"
|
|
6644
|
+
}, [_c('div', {
|
|
6645
|
+
staticClass: "card-datas"
|
|
6646
|
+
}, [_vm.data_cri ? _c('div', {
|
|
6647
|
+
staticClass: "card-data",
|
|
6648
|
+
attrs: {
|
|
6649
|
+
"title": _vm.dictionary.data_criacao + ": " + (_vm.origem === 'outros' ? _vm.formataTimezoneData(_vm.data_cri) : _vm.returnFormataDataHora(_vm.data_cri))
|
|
6650
|
+
}
|
|
6651
|
+
}, [_c('span', {
|
|
6652
|
+
domProps: {
|
|
6653
|
+
"textContent": _vm._s(_vm.origem === 'outros' ? _vm.formataTimezoneData(_vm.data_cri) : _vm.returnFormataDataHora(_vm.data_cri))
|
|
6654
|
+
}
|
|
6655
|
+
})]) : _vm._e(), _vm._v(" "), _vm.data_mod ? _c('div', {
|
|
6656
|
+
staticClass: "card-data",
|
|
6657
|
+
attrs: {
|
|
6658
|
+
"title": _vm.dictionary.data_mod + ": " + (_vm.origem === 'outros' ? _vm.formataTimezoneData(_vm.data_mod) : _vm.returnFormataDataHora(_vm.data_mod))
|
|
6659
|
+
}
|
|
6660
|
+
}, [_c('span', {
|
|
6661
|
+
domProps: {
|
|
6662
|
+
"textContent": _vm._s(_vm.origem === 'outros' ? _vm.formataTimezoneData(_vm.data_mod) : _vm.returnFormataDataHora(_vm.data_mod))
|
|
6663
|
+
}
|
|
6664
|
+
})]) : _vm._e()]), _vm._v(" "), _vm.hasExpand ? _c('div', {
|
|
6665
|
+
staticClass: "card-expand",
|
|
6666
|
+
on: {
|
|
6667
|
+
"click": function ($event) {
|
|
6668
|
+
return _vm.expandirCard();
|
|
6669
|
+
}
|
|
6670
|
+
}
|
|
6671
|
+
}, [_c('fa-icon', {
|
|
6672
|
+
attrs: {
|
|
6673
|
+
"icon": ['fas', 'expand-alt']
|
|
6674
|
+
}
|
|
6675
|
+
})], 1) : _vm._e()])]), _vm._v(" "), _vm.ticket_id.cod && _vm.ticket_id.desc ? _c('p', {
|
|
6676
|
+
staticClass: "card-chip",
|
|
6677
|
+
class: [_vm.ticketClassCod],
|
|
6678
|
+
attrs: {
|
|
6679
|
+
"title": _vm.ticket_id.desc + " (" + _vm.ticket_id.cod + ")"
|
|
6680
|
+
},
|
|
6681
|
+
domProps: {
|
|
6682
|
+
"textContent": _vm._s(_vm.ticket_id.desc + " (" + _vm.ticket_id.cod + ")")
|
|
6683
|
+
}
|
|
6684
|
+
}) : _vm._e(), _vm._v(" "), _c('p', {
|
|
6685
|
+
staticClass: "card-message",
|
|
6686
|
+
domProps: {
|
|
6687
|
+
"innerHTML": _vm._s(_vm.mensagemFormatada)
|
|
6688
|
+
}
|
|
6689
|
+
}), _vm._v(" "), _vm.anexos && _vm.anexos.length ? _c('div', {
|
|
6690
|
+
staticClass: "card-footer"
|
|
6691
|
+
}, _vm._l(_vm.anexos, function (anexo, index) {
|
|
6692
|
+
return _c('div', {
|
|
6693
|
+
key: "" + index,
|
|
6694
|
+
staticClass: "card-anexo"
|
|
6695
|
+
}, [_c('CardAttachment', {
|
|
6696
|
+
attrs: {
|
|
6697
|
+
"anexo": anexo,
|
|
6698
|
+
"dictionary": _vm.dictionary,
|
|
6699
|
+
"dominio": _vm.dominio
|
|
6700
|
+
}
|
|
6701
|
+
})], 1);
|
|
6702
|
+
}), 0) : _vm._e()])], 1) : _vm._e();
|
|
6703
|
+
};
|
|
6704
|
+
|
|
6705
|
+
var __vue_staticRenderFns__$7 = [];
|
|
6706
|
+
/* style */
|
|
6707
|
+
|
|
6708
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
6709
|
+
if (!inject) return;
|
|
6710
|
+
inject("data-v-152fb67e_0", {
|
|
6711
|
+
source: ".fade-enter-active[data-v-152fb67e],.fade-leave-active[data-v-152fb67e]{transition:opacity .2s}.fade-enter[data-v-152fb67e],.fade-leave-to[data-v-152fb67e]{opacity:0}.card-cli[data-v-152fb67e],.card-ope[data-v-152fb67e]{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.msgNova[data-v-152fb67e],.card-ope.msgNova[data-v-152fb67e]{margin-top:30px}.novas-mensagens[data-v-152fb67e]{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-152fb67e]{border-left:3px solid #90b823}.card-ope[data-v-152fb67e]{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card[data-v-152fb67e]{border-right:3px solid #007535}.card[data-v-152fb67e]{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px}.card p[data-v-152fb67e]{word-break:break-all}.card-header[data-v-152fb67e]{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between}.card-header svg[data-v-152fb67e]{font-size:1rem}.card-canal[data-v-152fb67e]{flex:1;margin-right:10px}.card-datas[data-v-152fb67e]{display:flex;flex-direction:column;margin-right:10px}.card-data[data-v-152fb67e]{overflow:hidden;display:flex;align-content:center}.card-data span[data-v-152fb67e]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-data svg[data-v-152fb67e]{margin-right:5px;color:#232323}.card-expand[data-v-152fb67e]{display:flex;justify-content:center;align-items:center;margin:2.5px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand[data-v-152fb67e]:hover{opacity:1}.card-footer[data-v-152fb67e]{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap}.card-chip[data-v-152fb67e]{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-152fb67e]:hover{background-color:#cfd8f4}.card-chip.orange[data-v-152fb67e]{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange[data-v-152fb67e]:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow[data-v-152fb67e]{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow[data-v-152fb67e]:hover{background-color:rgba(252,191,73,.2)}.card-chip.red[data-v-152fb67e]{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red[data-v-152fb67e]:hover{background-color:rgba(231,76,60,.25)}.card-anexo[data-v-152fb67e]{width:50px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.anexo-item[data-v-152fb67e]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.anexo-item .transition-anexo-item[data-v-152fb67e]{max-width:100%;max-height:100%}.anexo-item .req-loader[data-v-152fb67e]{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.anexo-item .transition-anexo-item img[data-v-152fb67e]{max-width:45px;max-height:45px}.anexo-icone[data-v-152fb67e]{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.anexo-icone[data-v-152fb67e]:hover{opacity:1}.anexo-icone[data-v-152fb67e]:visited{color:inherit}svg[data-v-152fb67e]{font-size:30px;z-index:1}.anexo-icone.pdf[data-v-152fb67e]{position:relative}.anexo-icone.pdf svg[data-v-152fb67e]{color:#e74c3c}.anexo-icone.pdf[data-v-152fb67e]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.anexo-icone.doc[data-v-152fb67e]{color:#15517f}.anexo-icone.doc[data-v-152fb67e]::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.anexo-img[data-v-152fb67e]{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-152fb67e]:hover{opacity:1}.anexo-img img[data-v-152fb67e]{width:95%}",
|
|
6712
|
+
map: undefined,
|
|
6713
|
+
media: undefined
|
|
6714
|
+
});
|
|
6715
|
+
};
|
|
6716
|
+
/* scoped */
|
|
6717
|
+
|
|
6718
|
+
|
|
6719
|
+
const __vue_scope_id__$7 = "data-v-152fb67e";
|
|
6720
|
+
/* module identifier */
|
|
6721
|
+
|
|
6722
|
+
const __vue_module_identifier__$7 = undefined;
|
|
6723
|
+
/* functional template */
|
|
6724
|
+
|
|
6725
|
+
const __vue_is_functional_template__$7 = false;
|
|
6726
|
+
/* style inject SSR */
|
|
6727
|
+
|
|
6728
|
+
/* style inject shadow dom */
|
|
6729
|
+
|
|
6730
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
6731
|
+
render: __vue_render__$7,
|
|
6732
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
6733
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
6734
|
+
|
|
6735
|
+
var __vue_component__$b = __vue_component__$a;
|
|
6736
|
+
|
|
6737
|
+
//
|
|
6738
|
+
var script$6 = {
|
|
6739
|
+
components: {
|
|
6740
|
+
Loader
|
|
6741
|
+
},
|
|
6742
|
+
props: {
|
|
6743
|
+
anexo: {
|
|
6744
|
+
type: Object,
|
|
6745
|
+
required: true
|
|
6746
|
+
},
|
|
6747
|
+
dominio: {
|
|
6748
|
+
type: String,
|
|
6749
|
+
required: true
|
|
6750
|
+
},
|
|
6751
|
+
dictionary: {
|
|
6752
|
+
type: Object,
|
|
6753
|
+
required: true
|
|
6754
|
+
},
|
|
6755
|
+
origemExterna: {
|
|
6756
|
+
type: Boolean,
|
|
6757
|
+
required: false
|
|
6758
|
+
}
|
|
6759
|
+
},
|
|
6760
|
+
|
|
6761
|
+
data() {
|
|
6762
|
+
return {
|
|
6763
|
+
carregando: true,
|
|
6764
|
+
isAnexo: false,
|
|
6765
|
+
imgAnexo: "",
|
|
6766
|
+
tipoDoc: "",
|
|
6767
|
+
docAnexo: "",
|
|
6768
|
+
nomeArquivo: "",
|
|
6769
|
+
audio: false,
|
|
6770
|
+
video: false,
|
|
6771
|
+
icone: []
|
|
6772
|
+
};
|
|
6773
|
+
},
|
|
6774
|
+
|
|
6775
|
+
mounted() {
|
|
6776
|
+
this.setVariaveisAnexo();
|
|
6777
|
+
},
|
|
6778
|
+
|
|
6779
|
+
methods: {
|
|
6780
|
+
abrirVisualizacaoImg(imagem) {
|
|
6781
|
+
this.$emit("abrir-imagem", imagem);
|
|
6782
|
+
},
|
|
6783
|
+
|
|
6784
|
+
setVariaveisAnexo() {
|
|
6785
|
+
try {
|
|
6786
|
+
const {
|
|
6787
|
+
anexo,
|
|
6788
|
+
imgAnexo,
|
|
6789
|
+
tipoDoc,
|
|
6790
|
+
docAnexo,
|
|
6791
|
+
nomeArquivo,
|
|
6792
|
+
audio,
|
|
6793
|
+
video
|
|
6794
|
+
} = gerarVariaveisAnexo(this.anexo, {
|
|
6795
|
+
dominio: this.dominio
|
|
6796
|
+
});
|
|
6797
|
+
this.isAnexo = anexo;
|
|
6798
|
+
this.imgAnexo = imgAnexo;
|
|
6799
|
+
this.tipoDoc = tipoDoc;
|
|
6800
|
+
this.docAnexo = docAnexo;
|
|
6801
|
+
this.nomeArquivo = nomeArquivo;
|
|
6802
|
+
this.audio = audio;
|
|
6803
|
+
this.video = video;
|
|
6804
|
+
this.gerarIcone();
|
|
6805
|
+
this.carregando = false;
|
|
6806
|
+
} catch (e) {
|
|
6807
|
+
console.error("Erro ao gerar as variaveis dos anexos");
|
|
6808
|
+
console.error(e);
|
|
6809
|
+
}
|
|
6810
|
+
},
|
|
6811
|
+
|
|
6812
|
+
gerarIcone() {
|
|
6813
|
+
this.icone = this.tipoDoc === "pdf" ? ['fas', 'file-pdf'] : ['fas', 'file-alt'];
|
|
6814
|
+
}
|
|
6815
|
+
|
|
6816
|
+
}
|
|
6817
|
+
};
|
|
6818
|
+
|
|
6819
|
+
/* script */
|
|
6820
|
+
const __vue_script__$6 = script$6;
|
|
6821
|
+
/* template */
|
|
6822
|
+
|
|
6823
|
+
var __vue_render__$6 = function () {
|
|
6824
|
+
var _vm = this;
|
|
6825
|
+
|
|
6826
|
+
var _h = _vm.$createElement;
|
|
6827
|
+
|
|
6828
|
+
var _c = _vm._self._c || _h;
|
|
6829
|
+
|
|
6830
|
+
return _c('div', {
|
|
6831
|
+
staticClass: "mensagem-div-anexo"
|
|
6832
|
+
}, [_c('transition-group', {
|
|
6833
|
+
staticClass: "anexo-transition",
|
|
6834
|
+
attrs: {
|
|
6835
|
+
"name": "fade",
|
|
6836
|
+
"mode": "out-in"
|
|
6837
|
+
}
|
|
6838
|
+
}, [_vm.carregando ? _c('Loader', {
|
|
6839
|
+
key: "anexo-loader",
|
|
6840
|
+
attrs: {
|
|
6841
|
+
"small": true,
|
|
6842
|
+
"slow": true
|
|
6843
|
+
}
|
|
6844
|
+
}) : _c('div', {
|
|
6845
|
+
key: "anexo-mensagem",
|
|
6846
|
+
staticClass: "anexo-mensagem"
|
|
6847
|
+
}, [_vm.imgAnexo ? _c('img', {
|
|
6848
|
+
attrs: {
|
|
6849
|
+
"src": _vm.imgAnexo,
|
|
6850
|
+
"alt": _vm.dictionary.alt_msg_img
|
|
6851
|
+
},
|
|
6852
|
+
on: {
|
|
6853
|
+
"click": function ($event) {
|
|
6854
|
+
return _vm.abrirVisualizacaoImg(_vm.imgAnexo);
|
|
6855
|
+
}
|
|
6856
|
+
}
|
|
6857
|
+
}) : _vm._e(), _vm._v(" "), _vm.imgAnexo ? _c('div', {
|
|
6858
|
+
staticClass: "anexos-links-container"
|
|
6859
|
+
}, [_c('a', {
|
|
6418
6860
|
attrs: {
|
|
6419
6861
|
"href": "#"
|
|
6420
6862
|
},
|
|
@@ -6443,7 +6885,8 @@ var __vue_render__$5 = function () {
|
|
|
6443
6885
|
}, [_c('p', [_vm._v(" " + _vm._s(_vm.dictionary.msg_erro_audio) + " "), _c('a', {
|
|
6444
6886
|
attrs: {
|
|
6445
6887
|
"href": _vm.docAnexo,
|
|
6446
|
-
"target": "_blank"
|
|
6888
|
+
"target": "_blank",
|
|
6889
|
+
"rel": "noreferrer noopener"
|
|
6447
6890
|
}
|
|
6448
6891
|
}, [_vm._v(" " + _vm._s(_vm.dictionary.msg_abrir_audio) + " ")])])]) : _vm._e(), _vm._v(" "), _vm.video ? _c('video', {
|
|
6449
6892
|
attrs: {
|
|
@@ -6454,12 +6897,14 @@ var __vue_render__$5 = function () {
|
|
|
6454
6897
|
}, [_c('p', [_vm._v(" " + _vm._s(_vm.dictionary.msg_erro_video) + " "), _vm.tipoDoc != 'erro' ? _c('a', {
|
|
6455
6898
|
attrs: {
|
|
6456
6899
|
"href": _vm.docAnexo,
|
|
6457
|
-
"target": "_blank"
|
|
6900
|
+
"target": "_blank",
|
|
6901
|
+
"rel": "noreferrer noopener"
|
|
6458
6902
|
}
|
|
6459
6903
|
}, [_vm._v(" " + _vm._s(_vm.dictionary.msg_abrir_video) + " ")]) : _vm._e()])]) : _vm._e()] : [_vm.tipoDoc != 'erro' ? _c('a', {
|
|
6460
6904
|
attrs: {
|
|
6461
6905
|
"href": _vm.docAnexo,
|
|
6462
6906
|
"target": "_blank",
|
|
6907
|
+
"rel": "noreferrer noopener",
|
|
6463
6908
|
"title": _vm.tipoDoc + " - " + _vm.nomeArquivo
|
|
6464
6909
|
}
|
|
6465
6910
|
}, [_c('fa-icon', {
|
|
@@ -6483,7 +6928,8 @@ var __vue_render__$5 = function () {
|
|
|
6483
6928
|
attrs: {
|
|
6484
6929
|
"href": _vm.imgAnexo,
|
|
6485
6930
|
"download": "" + _vm.nomeArquivo,
|
|
6486
|
-
"target": "_blank"
|
|
6931
|
+
"target": "_blank",
|
|
6932
|
+
"rel": "noreferrer noopener"
|
|
6487
6933
|
}
|
|
6488
6934
|
}, [_vm._v(" " + _vm._s(_vm.dictionary.titulo_baixar_img) + " "), _c('fa-icon', {
|
|
6489
6935
|
attrs: {
|
|
@@ -6493,7 +6939,8 @@ var __vue_render__$5 = function () {
|
|
|
6493
6939
|
attrs: {
|
|
6494
6940
|
"href": _vm.docAnexo,
|
|
6495
6941
|
"download": "" + _vm.nomeArquivo,
|
|
6496
|
-
"target": "_blank"
|
|
6942
|
+
"target": "_blank",
|
|
6943
|
+
"rel": "noreferrer noopener"
|
|
6497
6944
|
}
|
|
6498
6945
|
}, [_vm._v(" " + _vm._s(_vm.dictionary.titulo_baixar_doc) + " "), _c('fa-icon', {
|
|
6499
6946
|
attrs: {
|
|
@@ -6502,13 +6949,114 @@ var __vue_render__$5 = function () {
|
|
|
6502
6949
|
})], 1) : _vm._e()])], 1)], 1);
|
|
6503
6950
|
};
|
|
6504
6951
|
|
|
6952
|
+
var __vue_staticRenderFns__$6 = [];
|
|
6953
|
+
/* style */
|
|
6954
|
+
|
|
6955
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
6956
|
+
if (!inject) return;
|
|
6957
|
+
inject("data-v-23ebefcd_0", {
|
|
6958
|
+
source: ".fade-enter-active[data-v-23ebefcd],.fade-leave-active[data-v-23ebefcd]{transition:opacity .5s}.fade-enter[data-v-23ebefcd],.fade-leave-to[data-v-23ebefcd]{opacity:0}.mensagem-div-anexo[data-v-23ebefcd]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-23ebefcd]{width:100%;margin-top:5px}.anexo-container .arquivo-erro[data-v-23ebefcd],.anexo-container a[data-v-23ebefcd]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container .arquivo-erro[data-v-23ebefcd],.anexo-container p[data-v-23ebefcd]{margin:0;margin-left:15px;font-size:.9rem}.anexo-container svg[data-v-23ebefcd]{font-size:2rem}.anexo-container audio[data-v-23ebefcd]{outline:0;width:100%}.anexo-container video[data-v-23ebefcd]{width:100%;max-width:350px;cursor:pointer}.anexos-links-container[data-v-23ebefcd]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-23ebefcd]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-right:5px;font-weight:550;color:inherit;text-decoration:none}.anexos-links-container svg[data-v-23ebefcd]{cursor:pointer}.mensagem-div-anexo img[data-v-23ebefcd]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-23ebefcd]{width:100%;height:100%}.anexo-mensagem[data-v-23ebefcd]{display:flex;justify-content:center;align-items:center;flex-direction:column}",
|
|
6959
|
+
map: undefined,
|
|
6960
|
+
media: undefined
|
|
6961
|
+
});
|
|
6962
|
+
};
|
|
6963
|
+
/* scoped */
|
|
6964
|
+
|
|
6965
|
+
|
|
6966
|
+
const __vue_scope_id__$6 = "data-v-23ebefcd";
|
|
6967
|
+
/* module identifier */
|
|
6968
|
+
|
|
6969
|
+
const __vue_module_identifier__$6 = undefined;
|
|
6970
|
+
/* functional template */
|
|
6971
|
+
|
|
6972
|
+
const __vue_is_functional_template__$6 = false;
|
|
6973
|
+
/* style inject SSR */
|
|
6974
|
+
|
|
6975
|
+
/* style inject shadow dom */
|
|
6976
|
+
|
|
6977
|
+
const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
6978
|
+
render: __vue_render__$6,
|
|
6979
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
6980
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
6981
|
+
|
|
6982
|
+
var AnexoMensagem = __vue_component__$9;
|
|
6983
|
+
|
|
6984
|
+
//
|
|
6985
|
+
var script$5 = {
|
|
6986
|
+
mixins: [mixin_1],
|
|
6987
|
+
props: {
|
|
6988
|
+
lista: {
|
|
6989
|
+
type: [Array, Object],
|
|
6990
|
+
required: true
|
|
6991
|
+
},
|
|
6992
|
+
titulo: {
|
|
6993
|
+
type: String,
|
|
6994
|
+
required: false
|
|
6995
|
+
}
|
|
6996
|
+
},
|
|
6997
|
+
methods: {
|
|
6998
|
+
away() {
|
|
6999
|
+
this.$emit("close");
|
|
7000
|
+
}
|
|
7001
|
+
|
|
7002
|
+
}
|
|
7003
|
+
};
|
|
7004
|
+
|
|
7005
|
+
/* script */
|
|
7006
|
+
const __vue_script__$5 = script$5;
|
|
7007
|
+
/* template */
|
|
7008
|
+
|
|
7009
|
+
var __vue_render__$5 = function () {
|
|
7010
|
+
var _vm = this;
|
|
7011
|
+
|
|
7012
|
+
var _h = _vm.$createElement;
|
|
7013
|
+
|
|
7014
|
+
var _c = _vm._self._c || _h;
|
|
7015
|
+
|
|
7016
|
+
return _c('div', {
|
|
7017
|
+
directives: [{
|
|
7018
|
+
name: "on-clickaway",
|
|
7019
|
+
rawName: "v-on-clickaway",
|
|
7020
|
+
value: _vm.away,
|
|
7021
|
+
expression: "away"
|
|
7022
|
+
}],
|
|
7023
|
+
staticClass: "interatividade-popup box-shadow"
|
|
7024
|
+
}, [_vm.titulo ? _c('div', {
|
|
7025
|
+
staticClass: "interatividade-popup-titulo"
|
|
7026
|
+
}, [_c('h1', {
|
|
7027
|
+
domProps: {
|
|
7028
|
+
"textContent": _vm._s(_vm.titulo)
|
|
7029
|
+
}
|
|
7030
|
+
})]) : _vm._e(), _vm._v(" "), _vm._l(_vm.lista, function (objItem, index) {
|
|
7031
|
+
return _c('div', {
|
|
7032
|
+
key: index,
|
|
7033
|
+
staticClass: "interatividade-popup-conteudo"
|
|
7034
|
+
}, [objItem.items && objItem.items.length ? _vm._l(objItem.items, function (item, indexItem) {
|
|
7035
|
+
return _c('div', {
|
|
7036
|
+
key: "" + index + indexItem,
|
|
7037
|
+
staticClass: "interatividade-popup-item"
|
|
7038
|
+
}, [item.title ? _c('p', {
|
|
7039
|
+
staticClass: "interatividade-popup-item-titulo",
|
|
7040
|
+
domProps: {
|
|
7041
|
+
"textContent": _vm._s(item.title)
|
|
7042
|
+
}
|
|
7043
|
+
}) : _vm._e(), _vm._v(" "), item.description ? _c('p', {
|
|
7044
|
+
staticClass: "interatividade-popup-item-desc",
|
|
7045
|
+
domProps: {
|
|
7046
|
+
"textContent": _vm._s(item.description)
|
|
7047
|
+
}
|
|
7048
|
+
}) : _vm._e()]);
|
|
7049
|
+
}) : _vm._e()], 2);
|
|
7050
|
+
})], 2);
|
|
7051
|
+
};
|
|
7052
|
+
|
|
6505
7053
|
var __vue_staticRenderFns__$5 = [];
|
|
6506
7054
|
/* style */
|
|
6507
7055
|
|
|
6508
7056
|
const __vue_inject_styles__$5 = function (inject) {
|
|
6509
7057
|
if (!inject) return;
|
|
6510
|
-
inject("data-v-
|
|
6511
|
-
source: ".
|
|
7058
|
+
inject("data-v-f5d7144e_0", {
|
|
7059
|
+
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}",
|
|
6512
7060
|
map: undefined,
|
|
6513
7061
|
media: undefined
|
|
6514
7062
|
});
|
|
@@ -6516,7 +7064,7 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
6516
7064
|
/* scoped */
|
|
6517
7065
|
|
|
6518
7066
|
|
|
6519
|
-
const __vue_scope_id__$5 =
|
|
7067
|
+
const __vue_scope_id__$5 = undefined;
|
|
6520
7068
|
/* module identifier */
|
|
6521
7069
|
|
|
6522
7070
|
const __vue_module_identifier__$5 = undefined;
|
|
@@ -6532,17 +7080,20 @@ const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
|
6532
7080
|
staticRenderFns: __vue_staticRenderFns__$5
|
|
6533
7081
|
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
|
|
6534
7082
|
|
|
6535
|
-
var
|
|
7083
|
+
var InteratividadePopup = __vue_component__$8;
|
|
6536
7084
|
|
|
6537
|
-
//
|
|
6538
|
-
//
|
|
6539
|
-
//
|
|
6540
|
-
//
|
|
6541
|
-
//
|
|
6542
|
-
//
|
|
6543
|
-
//
|
|
6544
7085
|
//
|
|
6545
7086
|
var script$4 = {
|
|
7087
|
+
components: {
|
|
7088
|
+
InteratividadePopup
|
|
7089
|
+
},
|
|
7090
|
+
|
|
7091
|
+
data() {
|
|
7092
|
+
return {
|
|
7093
|
+
listaEstaAberta: false
|
|
7094
|
+
};
|
|
7095
|
+
},
|
|
7096
|
+
|
|
6546
7097
|
props: {
|
|
6547
7098
|
interatividade: {
|
|
6548
7099
|
type: Object,
|
|
@@ -6555,7 +7106,39 @@ var script$4 = {
|
|
|
6555
7106
|
},
|
|
6556
7107
|
|
|
6557
7108
|
arrBotoes() {
|
|
6558
|
-
|
|
7109
|
+
const {
|
|
7110
|
+
botoes
|
|
7111
|
+
} = this.interatividade;
|
|
7112
|
+
return botoes ? botoes : [];
|
|
7113
|
+
},
|
|
7114
|
+
|
|
7115
|
+
objItens() {
|
|
7116
|
+
const {
|
|
7117
|
+
itens
|
|
7118
|
+
} = this.interatividade;
|
|
7119
|
+
return itens ? itens : {};
|
|
7120
|
+
},
|
|
7121
|
+
|
|
7122
|
+
listaExpandida() {
|
|
7123
|
+
try {
|
|
7124
|
+
const {
|
|
7125
|
+
list
|
|
7126
|
+
} = this.objItens;
|
|
7127
|
+
const {
|
|
7128
|
+
sections
|
|
7129
|
+
} = list;
|
|
7130
|
+
return sections ? sections : [];
|
|
7131
|
+
} catch (e) {
|
|
7132
|
+
console.error("Erro ao definir a lista a ser expandida");
|
|
7133
|
+
console.error(e);
|
|
7134
|
+
return [];
|
|
7135
|
+
}
|
|
7136
|
+
}
|
|
7137
|
+
|
|
7138
|
+
},
|
|
7139
|
+
methods: {
|
|
7140
|
+
expandirLista() {
|
|
7141
|
+
this.listaEstaAberta = !this.listaEstaAberta;
|
|
6559
7142
|
}
|
|
6560
7143
|
|
|
6561
7144
|
}
|
|
@@ -6574,7 +7157,21 @@ var __vue_render__$4 = function () {
|
|
|
6574
7157
|
|
|
6575
7158
|
return _c('div', {
|
|
6576
7159
|
staticClass: "interatividade"
|
|
6577
|
-
},
|
|
7160
|
+
}, [_c('transition', {
|
|
7161
|
+
attrs: {
|
|
7162
|
+
"name": "show-x"
|
|
7163
|
+
}
|
|
7164
|
+
}, [_vm.listaEstaAberta ? _c('InteratividadePopup', {
|
|
7165
|
+
attrs: {
|
|
7166
|
+
"lista": _vm.listaExpandida,
|
|
7167
|
+
"titulo": _vm.objItens.list.title
|
|
7168
|
+
},
|
|
7169
|
+
on: {
|
|
7170
|
+
"close": function ($event) {
|
|
7171
|
+
_vm.listaEstaAberta = false;
|
|
7172
|
+
}
|
|
7173
|
+
}
|
|
7174
|
+
}) : _vm._e()], 1), _vm._v(" "), _vm.arrBotoes.length ? _vm._l(_vm.arrBotoes, function (btn, index) {
|
|
6578
7175
|
return _c('div', {
|
|
6579
7176
|
key: index,
|
|
6580
7177
|
staticClass: "interatividade-btn",
|
|
@@ -6587,7 +7184,34 @@ var __vue_render__$4 = function () {
|
|
|
6587
7184
|
"textContent": _vm._s(btn.titulo)
|
|
6588
7185
|
}
|
|
6589
7186
|
})]);
|
|
6590
|
-
}),
|
|
7187
|
+
}) : Object.keys(_vm.objItens).length ? [_c('div', {
|
|
7188
|
+
staticClass: "interatividade-lista"
|
|
7189
|
+
}, [_c('div', {
|
|
7190
|
+
staticClass: "interatividade-lista-conteudo"
|
|
7191
|
+
}, [_vm.objItens.header.text ? _c('p', {
|
|
7192
|
+
staticClass: "interatividade-lista-titulo",
|
|
7193
|
+
domProps: {
|
|
7194
|
+
"textContent": _vm._s(_vm.objItens.header.text)
|
|
7195
|
+
}
|
|
7196
|
+
}) : _vm._e(), _vm._v(" "), _vm.objItens.body.text ? _c('p', {
|
|
7197
|
+
staticClass: "interatividade-lista-corpo",
|
|
7198
|
+
domProps: {
|
|
7199
|
+
"textContent": _vm._s(_vm.objItens.body.text)
|
|
7200
|
+
}
|
|
7201
|
+
}) : _vm._e(), _vm._v(" "), _vm.objItens.footer.text ? _c('p', {
|
|
7202
|
+
staticClass: "interatividade-lista-rodape",
|
|
7203
|
+
domProps: {
|
|
7204
|
+
"textContent": _vm._s(_vm.objItens.footer.text)
|
|
7205
|
+
}
|
|
7206
|
+
}) : _vm._e()]), _vm._v(" "), _vm.objItens.list.title ? _c('p', {
|
|
7207
|
+
staticClass: "interatividade-lista-link",
|
|
7208
|
+
domProps: {
|
|
7209
|
+
"textContent": _vm._s(_vm.objItens.list.title)
|
|
7210
|
+
},
|
|
7211
|
+
on: {
|
|
7212
|
+
"click": _vm.expandirLista
|
|
7213
|
+
}
|
|
7214
|
+
}) : _vm._e()])] : _vm._e()], 2);
|
|
6591
7215
|
};
|
|
6592
7216
|
|
|
6593
7217
|
var __vue_staticRenderFns__$4 = [];
|
|
@@ -6595,8 +7219,8 @@ var __vue_staticRenderFns__$4 = [];
|
|
|
6595
7219
|
|
|
6596
7220
|
const __vue_inject_styles__$4 = function (inject) {
|
|
6597
7221
|
if (!inject) return;
|
|
6598
|
-
inject("data-v-
|
|
6599
|
-
source: ".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}",
|
|
7222
|
+
inject("data-v-265335df_0", {
|
|
7223
|
+
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}",
|
|
6600
7224
|
map: undefined,
|
|
6601
7225
|
media: undefined
|
|
6602
7226
|
});
|
|
@@ -7394,10 +8018,11 @@ var __vue_component__$1 = __vue_component__;
|
|
|
7394
8018
|
|
|
7395
8019
|
var components = /*#__PURE__*/Object.freeze({
|
|
7396
8020
|
__proto__: null,
|
|
7397
|
-
TemplateGenerator: __vue_component__$
|
|
8021
|
+
TemplateGenerator: __vue_component__$j,
|
|
7398
8022
|
TextFooter: TextFooter,
|
|
7399
|
-
ExpandTextarea: __vue_component__$
|
|
7400
|
-
|
|
8023
|
+
ExpandTextarea: __vue_component__$h,
|
|
8024
|
+
Card: __vue_component__$e,
|
|
8025
|
+
CardMessages: __vue_component__$b,
|
|
7401
8026
|
ChatMessages: __vue_component__$6,
|
|
7402
8027
|
BtnEmojis: BtnEmojis,
|
|
7403
8028
|
SimpleButton: __vue_component__$3,
|
|
@@ -7413,4 +8038,4 @@ const install = function installVueIntergrallPlugins(Vue) {
|
|
|
7413
8038
|
});
|
|
7414
8039
|
}; // Create module definition for Vue.use()
|
|
7415
8040
|
|
|
7416
|
-
export { BtnEmojis, __vue_component__$
|
|
8041
|
+
export { BtnEmojis, __vue_component__$e as Card, __vue_component__$b as CardMessages, __vue_component__$6 as ChatMessages, __vue_component__$h as ExpandTextarea, __vue_component__$1 as ScrollContent, __vue_component__$3 as SimpleButton, __vue_component__$j as TemplateGenerator, TextFooter, Loader as VueLoader, install as default };
|