vue-intergrall-plugins 0.0.215 → 0.0.218
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 +774 -411
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +710 -417
- package/package.json +1 -1
- package/src/lib-components/Chat/BtnFiles.vue +13 -1
- package/src/lib-components/Chat/TextFooter.vue +4 -0
- package/src/lib-components/Email/EmailFile.vue +131 -0
- package/src/lib-components/Email/EmailItem.vue +186 -0
- package/src/lib-components/Messages/AnexoMensagem.vue +3 -0
|
@@ -1857,7 +1857,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1857
1857
|
//
|
|
1858
1858
|
//
|
|
1859
1859
|
//
|
|
1860
|
-
var script$
|
|
1860
|
+
var script$w = {
|
|
1861
1861
|
data() {
|
|
1862
1862
|
return {
|
|
1863
1863
|
varValues: {},
|
|
@@ -2153,10 +2153,10 @@ function normalizeComponent(template, style, script, scopeId, isFunctionalTempla
|
|
|
2153
2153
|
}
|
|
2154
2154
|
|
|
2155
2155
|
/* script */
|
|
2156
|
-
const __vue_script__$
|
|
2156
|
+
const __vue_script__$w = script$w;
|
|
2157
2157
|
/* template */
|
|
2158
2158
|
|
|
2159
|
-
var __vue_render__$
|
|
2159
|
+
var __vue_render__$w = function () {
|
|
2160
2160
|
var _vm = this;
|
|
2161
2161
|
|
|
2162
2162
|
var _h = _vm.$createElement;
|
|
@@ -2240,31 +2240,31 @@ var __vue_render__$u = function () {
|
|
|
2240
2240
|
})], 2)]) : _vm._e()]);
|
|
2241
2241
|
};
|
|
2242
2242
|
|
|
2243
|
-
var __vue_staticRenderFns__$
|
|
2243
|
+
var __vue_staticRenderFns__$w = [];
|
|
2244
2244
|
/* style */
|
|
2245
2245
|
|
|
2246
|
-
const __vue_inject_styles__$
|
|
2246
|
+
const __vue_inject_styles__$w = undefined;
|
|
2247
2247
|
/* scoped */
|
|
2248
2248
|
|
|
2249
|
-
const __vue_scope_id__$
|
|
2249
|
+
const __vue_scope_id__$w = undefined;
|
|
2250
2250
|
/* module identifier */
|
|
2251
2251
|
|
|
2252
|
-
const __vue_module_identifier__$
|
|
2252
|
+
const __vue_module_identifier__$w = undefined;
|
|
2253
2253
|
/* functional template */
|
|
2254
2254
|
|
|
2255
|
-
const __vue_is_functional_template__$
|
|
2255
|
+
const __vue_is_functional_template__$w = false;
|
|
2256
2256
|
/* style inject */
|
|
2257
2257
|
|
|
2258
2258
|
/* style inject SSR */
|
|
2259
2259
|
|
|
2260
2260
|
/* style inject shadow dom */
|
|
2261
2261
|
|
|
2262
|
-
const __vue_component__$
|
|
2263
|
-
render: __vue_render__$
|
|
2264
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2265
|
-
}, __vue_inject_styles__$
|
|
2262
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
2263
|
+
render: __vue_render__$w,
|
|
2264
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
2265
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);
|
|
2266
2266
|
|
|
2267
|
-
var TemplateSingle = __vue_component__$
|
|
2267
|
+
var TemplateSingle = __vue_component__$E;
|
|
2268
2268
|
|
|
2269
2269
|
const setResizeListeners = ($el, inputClass, parentClass) => {
|
|
2270
2270
|
const inputTargets = $el.querySelectorAll(inputClass);
|
|
@@ -2453,7 +2453,7 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2453
2453
|
//
|
|
2454
2454
|
//
|
|
2455
2455
|
//
|
|
2456
|
-
var script$
|
|
2456
|
+
var script$v = {};
|
|
2457
2457
|
|
|
2458
2458
|
const isOldIE = typeof navigator !== 'undefined' &&
|
|
2459
2459
|
/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
@@ -2509,10 +2509,10 @@ function addStyle(id, css) {
|
|
|
2509
2509
|
}
|
|
2510
2510
|
|
|
2511
2511
|
/* script */
|
|
2512
|
-
const __vue_script__$
|
|
2512
|
+
const __vue_script__$v = script$v;
|
|
2513
2513
|
/* template */
|
|
2514
2514
|
|
|
2515
|
-
var __vue_render__$
|
|
2515
|
+
var __vue_render__$v = function () {
|
|
2516
2516
|
var _vm = this;
|
|
2517
2517
|
|
|
2518
2518
|
var _h = _vm.$createElement;
|
|
@@ -2522,7 +2522,7 @@ var __vue_render__$t = function () {
|
|
|
2522
2522
|
return _vm._m(0);
|
|
2523
2523
|
};
|
|
2524
2524
|
|
|
2525
|
-
var __vue_staticRenderFns__$
|
|
2525
|
+
var __vue_staticRenderFns__$v = [function () {
|
|
2526
2526
|
var _vm = this;
|
|
2527
2527
|
|
|
2528
2528
|
var _h = _vm.$createElement;
|
|
@@ -2585,7 +2585,7 @@ var __vue_staticRenderFns__$t = [function () {
|
|
|
2585
2585
|
}];
|
|
2586
2586
|
/* style */
|
|
2587
2587
|
|
|
2588
|
-
const __vue_inject_styles__$
|
|
2588
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
2589
2589
|
if (!inject) return;
|
|
2590
2590
|
inject("data-v-606babe9_0", {
|
|
2591
2591
|
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}",
|
|
@@ -2596,26 +2596,26 @@ const __vue_inject_styles__$t = function (inject) {
|
|
|
2596
2596
|
/* scoped */
|
|
2597
2597
|
|
|
2598
2598
|
|
|
2599
|
-
const __vue_scope_id__$
|
|
2599
|
+
const __vue_scope_id__$v = undefined;
|
|
2600
2600
|
/* module identifier */
|
|
2601
2601
|
|
|
2602
|
-
const __vue_module_identifier__$
|
|
2602
|
+
const __vue_module_identifier__$v = undefined;
|
|
2603
2603
|
/* functional template */
|
|
2604
2604
|
|
|
2605
|
-
const __vue_is_functional_template__$
|
|
2605
|
+
const __vue_is_functional_template__$v = false;
|
|
2606
2606
|
/* style inject SSR */
|
|
2607
2607
|
|
|
2608
2608
|
/* style inject shadow dom */
|
|
2609
2609
|
|
|
2610
|
-
const __vue_component__$
|
|
2611
|
-
render: __vue_render__$
|
|
2612
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2613
|
-
}, __vue_inject_styles__$
|
|
2610
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
2611
|
+
render: __vue_render__$v,
|
|
2612
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
2613
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
2614
2614
|
|
|
2615
|
-
var SkeletonPicker = __vue_component__$
|
|
2615
|
+
var SkeletonPicker = __vue_component__$D;
|
|
2616
2616
|
|
|
2617
2617
|
//
|
|
2618
|
-
var script$
|
|
2618
|
+
var script$u = {
|
|
2619
2619
|
components: {
|
|
2620
2620
|
SkeletonPicker
|
|
2621
2621
|
},
|
|
@@ -2824,10 +2824,10 @@ var script$s = {
|
|
|
2824
2824
|
};
|
|
2825
2825
|
|
|
2826
2826
|
/* script */
|
|
2827
|
-
const __vue_script__$
|
|
2827
|
+
const __vue_script__$u = script$u;
|
|
2828
2828
|
/* template */
|
|
2829
2829
|
|
|
2830
|
-
var __vue_render__$
|
|
2830
|
+
var __vue_render__$u = function () {
|
|
2831
2831
|
var _vm = this;
|
|
2832
2832
|
|
|
2833
2833
|
var _h = _vm.$createElement;
|
|
@@ -2930,10 +2930,10 @@ var __vue_render__$s = function () {
|
|
|
2930
2930
|
}), 0)]], 2)], 1);
|
|
2931
2931
|
};
|
|
2932
2932
|
|
|
2933
|
-
var __vue_staticRenderFns__$
|
|
2933
|
+
var __vue_staticRenderFns__$u = [];
|
|
2934
2934
|
/* style */
|
|
2935
2935
|
|
|
2936
|
-
const __vue_inject_styles__$
|
|
2936
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
2937
2937
|
if (!inject) return;
|
|
2938
2938
|
inject("data-v-678ca55c_0", {
|
|
2939
2939
|
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}",
|
|
@@ -2944,26 +2944,26 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
2944
2944
|
/* scoped */
|
|
2945
2945
|
|
|
2946
2946
|
|
|
2947
|
-
const __vue_scope_id__$
|
|
2947
|
+
const __vue_scope_id__$u = undefined;
|
|
2948
2948
|
/* module identifier */
|
|
2949
2949
|
|
|
2950
|
-
const __vue_module_identifier__$
|
|
2950
|
+
const __vue_module_identifier__$u = undefined;
|
|
2951
2951
|
/* functional template */
|
|
2952
2952
|
|
|
2953
|
-
const __vue_is_functional_template__$
|
|
2953
|
+
const __vue_is_functional_template__$u = false;
|
|
2954
2954
|
/* style inject SSR */
|
|
2955
2955
|
|
|
2956
2956
|
/* style inject shadow dom */
|
|
2957
2957
|
|
|
2958
|
-
const __vue_component__$
|
|
2959
|
-
render: __vue_render__$
|
|
2960
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2961
|
-
}, __vue_inject_styles__$
|
|
2958
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
2959
|
+
render: __vue_render__$u,
|
|
2960
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
2961
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
2962
2962
|
|
|
2963
|
-
var Picker = __vue_component__$
|
|
2963
|
+
var Picker = __vue_component__$C;
|
|
2964
2964
|
|
|
2965
2965
|
//
|
|
2966
|
-
var script$
|
|
2966
|
+
var script$t = {
|
|
2967
2967
|
components: {
|
|
2968
2968
|
Picker
|
|
2969
2969
|
},
|
|
@@ -3063,10 +3063,10 @@ var script$r = {
|
|
|
3063
3063
|
};
|
|
3064
3064
|
|
|
3065
3065
|
/* script */
|
|
3066
|
-
const __vue_script__$
|
|
3066
|
+
const __vue_script__$t = script$t;
|
|
3067
3067
|
/* template */
|
|
3068
3068
|
|
|
3069
|
-
var __vue_render__$
|
|
3069
|
+
var __vue_render__$t = function () {
|
|
3070
3070
|
var _vm = this;
|
|
3071
3071
|
|
|
3072
3072
|
var _h = _vm.$createElement;
|
|
@@ -3109,10 +3109,10 @@ var __vue_render__$r = function () {
|
|
|
3109
3109
|
})], 1)], 1);
|
|
3110
3110
|
};
|
|
3111
3111
|
|
|
3112
|
-
var __vue_staticRenderFns__$
|
|
3112
|
+
var __vue_staticRenderFns__$t = [];
|
|
3113
3113
|
/* style */
|
|
3114
3114
|
|
|
3115
|
-
const __vue_inject_styles__$
|
|
3115
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
3116
3116
|
if (!inject) return;
|
|
3117
3117
|
inject("data-v-7b7b5e22_0", {
|
|
3118
3118
|
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}",
|
|
@@ -3123,23 +3123,23 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
3123
3123
|
/* scoped */
|
|
3124
3124
|
|
|
3125
3125
|
|
|
3126
|
-
const __vue_scope_id__$
|
|
3126
|
+
const __vue_scope_id__$t = undefined;
|
|
3127
3127
|
/* module identifier */
|
|
3128
3128
|
|
|
3129
|
-
const __vue_module_identifier__$
|
|
3129
|
+
const __vue_module_identifier__$t = undefined;
|
|
3130
3130
|
/* functional template */
|
|
3131
3131
|
|
|
3132
|
-
const __vue_is_functional_template__$
|
|
3132
|
+
const __vue_is_functional_template__$t = false;
|
|
3133
3133
|
/* style inject SSR */
|
|
3134
3134
|
|
|
3135
3135
|
/* style inject shadow dom */
|
|
3136
3136
|
|
|
3137
|
-
const __vue_component__$
|
|
3138
|
-
render: __vue_render__$
|
|
3139
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3140
|
-
}, __vue_inject_styles__$
|
|
3137
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
3138
|
+
render: __vue_render__$t,
|
|
3139
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
3140
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
3141
3141
|
|
|
3142
|
-
var BtnEmojis = __vue_component__$
|
|
3142
|
+
var BtnEmojis = __vue_component__$B;
|
|
3143
3143
|
|
|
3144
3144
|
//
|
|
3145
3145
|
//
|
|
@@ -3147,7 +3147,7 @@ var BtnEmojis = __vue_component__$y;
|
|
|
3147
3147
|
//
|
|
3148
3148
|
//
|
|
3149
3149
|
//
|
|
3150
|
-
var script$
|
|
3150
|
+
var script$s = {
|
|
3151
3151
|
props: {
|
|
3152
3152
|
hasBg: {
|
|
3153
3153
|
type: Boolean,
|
|
@@ -3170,10 +3170,10 @@ var script$q = {
|
|
|
3170
3170
|
};
|
|
3171
3171
|
|
|
3172
3172
|
/* script */
|
|
3173
|
-
const __vue_script__$
|
|
3173
|
+
const __vue_script__$s = script$s;
|
|
3174
3174
|
/* template */
|
|
3175
3175
|
|
|
3176
|
-
var __vue_render__$
|
|
3176
|
+
var __vue_render__$s = function () {
|
|
3177
3177
|
var _vm = this;
|
|
3178
3178
|
|
|
3179
3179
|
var _h = _vm.$createElement;
|
|
@@ -3195,10 +3195,10 @@ var __vue_render__$q = function () {
|
|
|
3195
3195
|
})]);
|
|
3196
3196
|
};
|
|
3197
3197
|
|
|
3198
|
-
var __vue_staticRenderFns__$
|
|
3198
|
+
var __vue_staticRenderFns__$s = [];
|
|
3199
3199
|
/* style */
|
|
3200
3200
|
|
|
3201
|
-
const __vue_inject_styles__$
|
|
3201
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
3202
3202
|
if (!inject) return;
|
|
3203
3203
|
inject("data-v-423f52bb_0", {
|
|
3204
3204
|
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)}}",
|
|
@@ -3209,23 +3209,23 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
3209
3209
|
/* scoped */
|
|
3210
3210
|
|
|
3211
3211
|
|
|
3212
|
-
const __vue_scope_id__$
|
|
3212
|
+
const __vue_scope_id__$s = undefined;
|
|
3213
3213
|
/* module identifier */
|
|
3214
3214
|
|
|
3215
|
-
const __vue_module_identifier__$
|
|
3215
|
+
const __vue_module_identifier__$s = undefined;
|
|
3216
3216
|
/* functional template */
|
|
3217
3217
|
|
|
3218
|
-
const __vue_is_functional_template__$
|
|
3218
|
+
const __vue_is_functional_template__$s = false;
|
|
3219
3219
|
/* style inject SSR */
|
|
3220
3220
|
|
|
3221
3221
|
/* style inject shadow dom */
|
|
3222
3222
|
|
|
3223
|
-
const __vue_component__$
|
|
3224
|
-
render: __vue_render__$
|
|
3225
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3226
|
-
}, __vue_inject_styles__$
|
|
3223
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
3224
|
+
render: __vue_render__$s,
|
|
3225
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
3226
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
3227
3227
|
|
|
3228
|
-
var Loader = __vue_component__$
|
|
3228
|
+
var Loader = __vue_component__$A;
|
|
3229
3229
|
|
|
3230
3230
|
//
|
|
3231
3231
|
//
|
|
@@ -3235,7 +3235,7 @@ var Loader = __vue_component__$x;
|
|
|
3235
3235
|
//
|
|
3236
3236
|
//
|
|
3237
3237
|
//
|
|
3238
|
-
var script$
|
|
3238
|
+
var script$r = {
|
|
3239
3239
|
props: {
|
|
3240
3240
|
message: {
|
|
3241
3241
|
type: String,
|
|
@@ -3256,10 +3256,10 @@ var script$p = {
|
|
|
3256
3256
|
};
|
|
3257
3257
|
|
|
3258
3258
|
/* script */
|
|
3259
|
-
const __vue_script__$
|
|
3259
|
+
const __vue_script__$r = script$r;
|
|
3260
3260
|
/* template */
|
|
3261
3261
|
|
|
3262
|
-
var __vue_render__$
|
|
3262
|
+
var __vue_render__$r = function () {
|
|
3263
3263
|
var _vm = this;
|
|
3264
3264
|
|
|
3265
3265
|
var _h = _vm.$createElement;
|
|
@@ -3274,31 +3274,31 @@ var __vue_render__$p = function () {
|
|
|
3274
3274
|
}) : _vm._e();
|
|
3275
3275
|
};
|
|
3276
3276
|
|
|
3277
|
-
var __vue_staticRenderFns__$
|
|
3277
|
+
var __vue_staticRenderFns__$r = [];
|
|
3278
3278
|
/* style */
|
|
3279
3279
|
|
|
3280
|
-
const __vue_inject_styles__$
|
|
3280
|
+
const __vue_inject_styles__$r = undefined;
|
|
3281
3281
|
/* scoped */
|
|
3282
3282
|
|
|
3283
|
-
const __vue_scope_id__$
|
|
3283
|
+
const __vue_scope_id__$r = undefined;
|
|
3284
3284
|
/* module identifier */
|
|
3285
3285
|
|
|
3286
|
-
const __vue_module_identifier__$
|
|
3286
|
+
const __vue_module_identifier__$r = undefined;
|
|
3287
3287
|
/* functional template */
|
|
3288
3288
|
|
|
3289
|
-
const __vue_is_functional_template__$
|
|
3289
|
+
const __vue_is_functional_template__$r = false;
|
|
3290
3290
|
/* style inject */
|
|
3291
3291
|
|
|
3292
3292
|
/* style inject SSR */
|
|
3293
3293
|
|
|
3294
3294
|
/* style inject shadow dom */
|
|
3295
3295
|
|
|
3296
|
-
const __vue_component__$
|
|
3297
|
-
render: __vue_render__$
|
|
3298
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3299
|
-
}, __vue_inject_styles__$
|
|
3296
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
3297
|
+
render: __vue_render__$r,
|
|
3298
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
3299
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
|
|
3300
3300
|
|
|
3301
|
-
var RemainingCharacters = __vue_component__$
|
|
3301
|
+
var RemainingCharacters = __vue_component__$z;
|
|
3302
3302
|
|
|
3303
3303
|
//
|
|
3304
3304
|
//
|
|
@@ -3306,7 +3306,7 @@ var RemainingCharacters = __vue_component__$w;
|
|
|
3306
3306
|
//
|
|
3307
3307
|
//
|
|
3308
3308
|
//
|
|
3309
|
-
var script$
|
|
3309
|
+
var script$q = {
|
|
3310
3310
|
props: {
|
|
3311
3311
|
dictionary: {
|
|
3312
3312
|
type: Object,
|
|
@@ -3378,10 +3378,10 @@ var script$o = {
|
|
|
3378
3378
|
};
|
|
3379
3379
|
|
|
3380
3380
|
/* script */
|
|
3381
|
-
const __vue_script__$
|
|
3381
|
+
const __vue_script__$q = script$q;
|
|
3382
3382
|
/* template */
|
|
3383
3383
|
|
|
3384
|
-
var __vue_render__$
|
|
3384
|
+
var __vue_render__$q = function () {
|
|
3385
3385
|
var _vm = this;
|
|
3386
3386
|
|
|
3387
3387
|
var _h = _vm.$createElement;
|
|
@@ -3403,31 +3403,31 @@ var __vue_render__$o = function () {
|
|
|
3403
3403
|
})], 1);
|
|
3404
3404
|
};
|
|
3405
3405
|
|
|
3406
|
-
var __vue_staticRenderFns__$
|
|
3406
|
+
var __vue_staticRenderFns__$q = [];
|
|
3407
3407
|
/* style */
|
|
3408
3408
|
|
|
3409
|
-
const __vue_inject_styles__$
|
|
3409
|
+
const __vue_inject_styles__$q = undefined;
|
|
3410
3410
|
/* scoped */
|
|
3411
3411
|
|
|
3412
|
-
const __vue_scope_id__$
|
|
3412
|
+
const __vue_scope_id__$q = undefined;
|
|
3413
3413
|
/* module identifier */
|
|
3414
3414
|
|
|
3415
|
-
const __vue_module_identifier__$
|
|
3415
|
+
const __vue_module_identifier__$q = undefined;
|
|
3416
3416
|
/* functional template */
|
|
3417
3417
|
|
|
3418
|
-
const __vue_is_functional_template__$
|
|
3418
|
+
const __vue_is_functional_template__$q = false;
|
|
3419
3419
|
/* style inject */
|
|
3420
3420
|
|
|
3421
3421
|
/* style inject SSR */
|
|
3422
3422
|
|
|
3423
3423
|
/* style inject shadow dom */
|
|
3424
3424
|
|
|
3425
|
-
const __vue_component__$
|
|
3426
|
-
render: __vue_render__$
|
|
3427
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3428
|
-
}, __vue_inject_styles__$
|
|
3425
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
3426
|
+
render: __vue_render__$q,
|
|
3427
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
3428
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
|
|
3429
3429
|
|
|
3430
|
-
var BtnMic = __vue_component__$
|
|
3430
|
+
var BtnMic = __vue_component__$y;
|
|
3431
3431
|
|
|
3432
3432
|
//
|
|
3433
3433
|
//
|
|
@@ -3452,7 +3452,7 @@ var BtnMic = __vue_component__$v;
|
|
|
3452
3452
|
//
|
|
3453
3453
|
//
|
|
3454
3454
|
//
|
|
3455
|
-
var script$
|
|
3455
|
+
var script$p = {
|
|
3456
3456
|
props: {
|
|
3457
3457
|
textId: {
|
|
3458
3458
|
type: String,
|
|
@@ -3510,10 +3510,10 @@ var script$n = {
|
|
|
3510
3510
|
};
|
|
3511
3511
|
|
|
3512
3512
|
/* script */
|
|
3513
|
-
const __vue_script__$
|
|
3513
|
+
const __vue_script__$p = script$p;
|
|
3514
3514
|
/* template */
|
|
3515
3515
|
|
|
3516
|
-
var __vue_render__$
|
|
3516
|
+
var __vue_render__$p = function () {
|
|
3517
3517
|
var _vm = this;
|
|
3518
3518
|
|
|
3519
3519
|
var _h = _vm.$createElement;
|
|
@@ -3584,10 +3584,10 @@ var __vue_render__$n = function () {
|
|
|
3584
3584
|
})]) : _vm._e()]], 2) : _vm._e();
|
|
3585
3585
|
};
|
|
3586
3586
|
|
|
3587
|
-
var __vue_staticRenderFns__$
|
|
3587
|
+
var __vue_staticRenderFns__$p = [];
|
|
3588
3588
|
/* style */
|
|
3589
3589
|
|
|
3590
|
-
const __vue_inject_styles__$
|
|
3590
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
3591
3591
|
if (!inject) return;
|
|
3592
3592
|
inject("data-v-a5119ba8_0", {
|
|
3593
3593
|
source: ".single-file-preview .close-icon{color:#e74c3c;cursor:pointer;opacity:.9;transition:opacity .3s}.single-file-preview .close-icon:hover{opacity:1}.text-footer-invalid-format{color:#222;padding:10px}.text-footer-invalid-format h3{font-weight:500}.text-footer-invalid-format h4{font-size:.9rem}.text-footer-preview-title{font-size:1rem;padding:10px 0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-footer-image-preview{display:flex;justify-content:center;align-items:center;width:100%}.text-footer-image-preview img{cursor:pointer;max-width:98%;max-height:98%;padding:2%}",
|
|
@@ -3598,26 +3598,26 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
3598
3598
|
/* scoped */
|
|
3599
3599
|
|
|
3600
3600
|
|
|
3601
|
-
const __vue_scope_id__$
|
|
3601
|
+
const __vue_scope_id__$p = undefined;
|
|
3602
3602
|
/* module identifier */
|
|
3603
3603
|
|
|
3604
|
-
const __vue_module_identifier__$
|
|
3604
|
+
const __vue_module_identifier__$p = undefined;
|
|
3605
3605
|
/* functional template */
|
|
3606
3606
|
|
|
3607
|
-
const __vue_is_functional_template__$
|
|
3607
|
+
const __vue_is_functional_template__$p = false;
|
|
3608
3608
|
/* style inject SSR */
|
|
3609
3609
|
|
|
3610
3610
|
/* style inject shadow dom */
|
|
3611
3611
|
|
|
3612
|
-
const __vue_component__$
|
|
3613
|
-
render: __vue_render__$
|
|
3614
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3615
|
-
}, __vue_inject_styles__$
|
|
3612
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
3613
|
+
render: __vue_render__$p,
|
|
3614
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
3615
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
3616
3616
|
|
|
3617
|
-
var SingleFilePreview = __vue_component__$
|
|
3617
|
+
var SingleFilePreview = __vue_component__$x;
|
|
3618
3618
|
|
|
3619
3619
|
//
|
|
3620
|
-
var script$
|
|
3620
|
+
var script$o = {
|
|
3621
3621
|
components: {
|
|
3622
3622
|
Loader
|
|
3623
3623
|
},
|
|
@@ -3700,10 +3700,10 @@ var script$m = {
|
|
|
3700
3700
|
};
|
|
3701
3701
|
|
|
3702
3702
|
/* script */
|
|
3703
|
-
const __vue_script__$
|
|
3703
|
+
const __vue_script__$o = script$o;
|
|
3704
3704
|
/* template */
|
|
3705
3705
|
|
|
3706
|
-
var __vue_render__$
|
|
3706
|
+
var __vue_render__$o = function () {
|
|
3707
3707
|
var _vm = this;
|
|
3708
3708
|
|
|
3709
3709
|
var _h = _vm.$createElement;
|
|
@@ -3825,10 +3825,10 @@ var __vue_render__$m = function () {
|
|
|
3825
3825
|
})], 2)], 1);
|
|
3826
3826
|
};
|
|
3827
3827
|
|
|
3828
|
-
var __vue_staticRenderFns__$
|
|
3828
|
+
var __vue_staticRenderFns__$o = [];
|
|
3829
3829
|
/* style */
|
|
3830
3830
|
|
|
3831
|
-
const __vue_inject_styles__$
|
|
3831
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
3832
3832
|
if (!inject) return;
|
|
3833
3833
|
inject("data-v-131a11b5_0", {
|
|
3834
3834
|
source: ".multiple-file-preview{position:relative;display:flex;flex-direction:column;width:100%;height:100%;max-height:100%;overflow-y:auto;overflow-x:hidden;border-top-left-radius:2.5px;border-top-right-radius:2.5px;transition:background-color 150ms;scrollbar-color:#888 rgba(0,0,0,.2);scrollbar-width:4px}.multiple-file-preview::-webkit-scrollbar{width:4px}.multiple-file-preview .close-icon{color:#e74c3c;cursor:pointer;opacity:.9;transition:opacity .3s}.multiple-file-preview .close-icon:hover{opacity:1}.multiple-file-preview::-webkit-scrollbar-track{background-color:rgba(0,0,0,.2)}.multiple-file-preview::-webkit-scrollbar-thumb{transition-duration:.5s;background-color:#222}.multiple-file-preview::-webkit-scrollbar-thumb:hover{background-color:#555}.text-footer-invalid-format{color:#222;padding:10px}.text-footer-invalid-format h3{text-overflow:ellipsis;overflow:hidden;font-weight:500}.text-footer-invalid-format h4{text-overflow:ellipsis;overflow:hidden;font-size:.9rem}.text-footer-exclude-file{position:absolute;top:5px;right:5px;cursor:pointer;display:flex;justify-content:center;align-items:center;min-width:1rem;min-height:1rem;background-color:#fff;border-radius:50%}.text-footer-exclude-file svg{transition:color .2s;color:#e9594a}.text-footer-exclude-file svg:hover{color:#e74c3c}.file-preview{display:flex;width:100%;align-items:center;padding:5px 10px;transition:background-color 150ms}.file-preview:hover{background-color:rgba(0,0,0,.1)}.file-title{color:#222;display:flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:4px 10px;background-color:#fff;border-radius:30px;display:inline-block}.file-title.red{color:#e74c3c;margin-right:5px}.file-title>svg{margin-right:5px;color:#333}.small-img{flex:1;margin:0 15px;display:flex;justify-content:center;align-items:center;position:relative}.small-img img{height:40px;cursor:pointer}.small-img .doc,.small-img .pdf{display:flex;justify-content:center;align-items:center;font-size:30px}.small-img .pdf{color:#e74c3c}.small-img .doc{color:#006bc9}.small-img .doc svg,.small-img .pdf svg{z-index:1}.small-img .doc::after,.small-img .pdf::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.img-container{padding:5px;border-radius:2.5px;background-color:rgba(0,0,0,.15);display:flex;justify-content:center;align-items:center}.delete-file{display:flex;justify-content:center;align-items:center;cursor:pointer}.delete-file>svg{font-size:1rem;color:#e74c3c}",
|
|
@@ -3839,26 +3839,26 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
3839
3839
|
/* scoped */
|
|
3840
3840
|
|
|
3841
3841
|
|
|
3842
|
-
const __vue_scope_id__$
|
|
3842
|
+
const __vue_scope_id__$o = undefined;
|
|
3843
3843
|
/* module identifier */
|
|
3844
3844
|
|
|
3845
|
-
const __vue_module_identifier__$
|
|
3845
|
+
const __vue_module_identifier__$o = undefined;
|
|
3846
3846
|
/* functional template */
|
|
3847
3847
|
|
|
3848
|
-
const __vue_is_functional_template__$
|
|
3848
|
+
const __vue_is_functional_template__$o = false;
|
|
3849
3849
|
/* style inject SSR */
|
|
3850
3850
|
|
|
3851
3851
|
/* style inject shadow dom */
|
|
3852
3852
|
|
|
3853
|
-
const __vue_component__$
|
|
3854
|
-
render: __vue_render__$
|
|
3855
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3856
|
-
}, __vue_inject_styles__$
|
|
3853
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
3854
|
+
render: __vue_render__$o,
|
|
3855
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
3856
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
3857
3857
|
|
|
3858
|
-
var MultipleFilePreview = __vue_component__$
|
|
3858
|
+
var MultipleFilePreview = __vue_component__$w;
|
|
3859
3859
|
|
|
3860
3860
|
//
|
|
3861
|
-
var script$
|
|
3861
|
+
var script$n = {
|
|
3862
3862
|
components: {
|
|
3863
3863
|
SingleFilePreview,
|
|
3864
3864
|
MultipleFilePreview
|
|
@@ -3916,7 +3916,23 @@ var script$l = {
|
|
|
3916
3916
|
},
|
|
3917
3917
|
watch: {
|
|
3918
3918
|
externalFiles() {
|
|
3919
|
-
|
|
3919
|
+
if (!this.externalFiles.length) {
|
|
3920
|
+
return;
|
|
3921
|
+
}
|
|
3922
|
+
|
|
3923
|
+
if (this.externalFiles.length + this.file.length > this.fileSettings.max) {
|
|
3924
|
+
this.$emit("reset-file-system");
|
|
3925
|
+
return this.$toasted.global.defaultInfo({
|
|
3926
|
+
msg: `Limite de ${this.fileSettings.max} arquivos`
|
|
3927
|
+
});
|
|
3928
|
+
}
|
|
3929
|
+
|
|
3930
|
+
this.externalFiles = Array.from(this.externalFiles);
|
|
3931
|
+
this.externalFiles.forEach(files => {
|
|
3932
|
+
this.file.push(files);
|
|
3933
|
+
}); // this.file = this.externalFiles
|
|
3934
|
+
|
|
3935
|
+
console.log(this.file);
|
|
3920
3936
|
this.fileSize = this.externalFiles.length;
|
|
3921
3937
|
this.multipleFileUpload();
|
|
3922
3938
|
}
|
|
@@ -4154,10 +4170,10 @@ var script$l = {
|
|
|
4154
4170
|
};
|
|
4155
4171
|
|
|
4156
4172
|
/* script */
|
|
4157
|
-
const __vue_script__$
|
|
4173
|
+
const __vue_script__$n = script$n;
|
|
4158
4174
|
/* template */
|
|
4159
4175
|
|
|
4160
|
-
var __vue_render__$
|
|
4176
|
+
var __vue_render__$n = function () {
|
|
4161
4177
|
var _vm = this;
|
|
4162
4178
|
|
|
4163
4179
|
var _h = _vm.$createElement;
|
|
@@ -4359,12 +4375,12 @@ var __vue_render__$l = function () {
|
|
|
4359
4375
|
}) : _vm._e()], 1)])], 1);
|
|
4360
4376
|
};
|
|
4361
4377
|
|
|
4362
|
-
var __vue_staticRenderFns__$
|
|
4378
|
+
var __vue_staticRenderFns__$n = [];
|
|
4363
4379
|
/* style */
|
|
4364
4380
|
|
|
4365
|
-
const __vue_inject_styles__$
|
|
4381
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
4366
4382
|
if (!inject) return;
|
|
4367
|
-
inject("data-v-
|
|
4383
|
+
inject("data-v-7aef3103_0", {
|
|
4368
4384
|
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}",
|
|
4369
4385
|
map: undefined,
|
|
4370
4386
|
media: undefined
|
|
@@ -4373,23 +4389,23 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
4373
4389
|
/* scoped */
|
|
4374
4390
|
|
|
4375
4391
|
|
|
4376
|
-
const __vue_scope_id__$
|
|
4392
|
+
const __vue_scope_id__$n = undefined;
|
|
4377
4393
|
/* module identifier */
|
|
4378
4394
|
|
|
4379
|
-
const __vue_module_identifier__$
|
|
4395
|
+
const __vue_module_identifier__$n = undefined;
|
|
4380
4396
|
/* functional template */
|
|
4381
4397
|
|
|
4382
|
-
const __vue_is_functional_template__$
|
|
4398
|
+
const __vue_is_functional_template__$n = false;
|
|
4383
4399
|
/* style inject SSR */
|
|
4384
4400
|
|
|
4385
4401
|
/* style inject shadow dom */
|
|
4386
4402
|
|
|
4387
|
-
const __vue_component__$
|
|
4388
|
-
render: __vue_render__$
|
|
4389
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4390
|
-
}, __vue_inject_styles__$
|
|
4403
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
4404
|
+
render: __vue_render__$n,
|
|
4405
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
4406
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
4391
4407
|
|
|
4392
|
-
var BtnFiles = __vue_component__$
|
|
4408
|
+
var BtnFiles = __vue_component__$v;
|
|
4393
4409
|
|
|
4394
4410
|
//
|
|
4395
4411
|
//
|
|
@@ -4397,7 +4413,7 @@ var BtnFiles = __vue_component__$s;
|
|
|
4397
4413
|
//
|
|
4398
4414
|
//
|
|
4399
4415
|
//
|
|
4400
|
-
var script$
|
|
4416
|
+
var script$m = {
|
|
4401
4417
|
props: {
|
|
4402
4418
|
dictionary: {
|
|
4403
4419
|
type: Object,
|
|
@@ -4408,10 +4424,10 @@ var script$k = {
|
|
|
4408
4424
|
};
|
|
4409
4425
|
|
|
4410
4426
|
/* script */
|
|
4411
|
-
const __vue_script__$
|
|
4427
|
+
const __vue_script__$m = script$m;
|
|
4412
4428
|
/* template */
|
|
4413
4429
|
|
|
4414
|
-
var __vue_render__$
|
|
4430
|
+
var __vue_render__$m = function () {
|
|
4415
4431
|
var _vm = this;
|
|
4416
4432
|
|
|
4417
4433
|
var _h = _vm.$createElement;
|
|
@@ -4435,31 +4451,31 @@ var __vue_render__$k = function () {
|
|
|
4435
4451
|
})], 1);
|
|
4436
4452
|
};
|
|
4437
4453
|
|
|
4438
|
-
var __vue_staticRenderFns__$
|
|
4454
|
+
var __vue_staticRenderFns__$m = [];
|
|
4439
4455
|
/* style */
|
|
4440
4456
|
|
|
4441
|
-
const __vue_inject_styles__$
|
|
4457
|
+
const __vue_inject_styles__$m = undefined;
|
|
4442
4458
|
/* scoped */
|
|
4443
4459
|
|
|
4444
|
-
const __vue_scope_id__$
|
|
4460
|
+
const __vue_scope_id__$m = undefined;
|
|
4445
4461
|
/* module identifier */
|
|
4446
4462
|
|
|
4447
|
-
const __vue_module_identifier__$
|
|
4463
|
+
const __vue_module_identifier__$m = undefined;
|
|
4448
4464
|
/* functional template */
|
|
4449
4465
|
|
|
4450
|
-
const __vue_is_functional_template__$
|
|
4466
|
+
const __vue_is_functional_template__$m = false;
|
|
4451
4467
|
/* style inject */
|
|
4452
4468
|
|
|
4453
4469
|
/* style inject SSR */
|
|
4454
4470
|
|
|
4455
4471
|
/* style inject shadow dom */
|
|
4456
4472
|
|
|
4457
|
-
const __vue_component__$
|
|
4458
|
-
render: __vue_render__$
|
|
4459
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4460
|
-
}, __vue_inject_styles__$
|
|
4473
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
4474
|
+
render: __vue_render__$m,
|
|
4475
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
4476
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
|
|
4461
4477
|
|
|
4462
|
-
var BtnExpand = __vue_component__$
|
|
4478
|
+
var BtnExpand = __vue_component__$u;
|
|
4463
4479
|
|
|
4464
4480
|
//
|
|
4465
4481
|
//
|
|
@@ -4467,7 +4483,7 @@ var BtnExpand = __vue_component__$r;
|
|
|
4467
4483
|
//
|
|
4468
4484
|
//
|
|
4469
4485
|
//
|
|
4470
|
-
var script$
|
|
4486
|
+
var script$l = {
|
|
4471
4487
|
props: {
|
|
4472
4488
|
dictionary: {
|
|
4473
4489
|
type: Object,
|
|
@@ -4478,10 +4494,10 @@ var script$j = {
|
|
|
4478
4494
|
};
|
|
4479
4495
|
|
|
4480
4496
|
/* script */
|
|
4481
|
-
const __vue_script__$
|
|
4497
|
+
const __vue_script__$l = script$l;
|
|
4482
4498
|
/* template */
|
|
4483
4499
|
|
|
4484
|
-
var __vue_render__$
|
|
4500
|
+
var __vue_render__$l = function () {
|
|
4485
4501
|
var _vm = this;
|
|
4486
4502
|
|
|
4487
4503
|
var _h = _vm.$createElement;
|
|
@@ -4505,31 +4521,31 @@ var __vue_render__$j = function () {
|
|
|
4505
4521
|
})], 1);
|
|
4506
4522
|
};
|
|
4507
4523
|
|
|
4508
|
-
var __vue_staticRenderFns__$
|
|
4524
|
+
var __vue_staticRenderFns__$l = [];
|
|
4509
4525
|
/* style */
|
|
4510
4526
|
|
|
4511
|
-
const __vue_inject_styles__$
|
|
4527
|
+
const __vue_inject_styles__$l = undefined;
|
|
4512
4528
|
/* scoped */
|
|
4513
4529
|
|
|
4514
|
-
const __vue_scope_id__$
|
|
4530
|
+
const __vue_scope_id__$l = undefined;
|
|
4515
4531
|
/* module identifier */
|
|
4516
4532
|
|
|
4517
|
-
const __vue_module_identifier__$
|
|
4533
|
+
const __vue_module_identifier__$l = undefined;
|
|
4518
4534
|
/* functional template */
|
|
4519
4535
|
|
|
4520
|
-
const __vue_is_functional_template__$
|
|
4536
|
+
const __vue_is_functional_template__$l = false;
|
|
4521
4537
|
/* style inject */
|
|
4522
4538
|
|
|
4523
4539
|
/* style inject SSR */
|
|
4524
4540
|
|
|
4525
4541
|
/* style inject shadow dom */
|
|
4526
4542
|
|
|
4527
|
-
const __vue_component__$
|
|
4528
|
-
render: __vue_render__$
|
|
4529
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4530
|
-
}, __vue_inject_styles__$
|
|
4543
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
4544
|
+
render: __vue_render__$l,
|
|
4545
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
4546
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, undefined, undefined);
|
|
4531
4547
|
|
|
4532
|
-
var BtnStandardMessages = __vue_component__$
|
|
4548
|
+
var BtnStandardMessages = __vue_component__$t;
|
|
4533
4549
|
|
|
4534
4550
|
var bind = function bind(fn, thisArg) {
|
|
4535
4551
|
return function wrap() {
|
|
@@ -8444,7 +8460,7 @@ const standardMessages = {
|
|
|
8444
8460
|
};
|
|
8445
8461
|
|
|
8446
8462
|
//
|
|
8447
|
-
var script$
|
|
8463
|
+
var script$k = {
|
|
8448
8464
|
mixins: [standardMessages],
|
|
8449
8465
|
props: {
|
|
8450
8466
|
dictionary: {
|
|
@@ -8651,10 +8667,10 @@ var script$i = {
|
|
|
8651
8667
|
};
|
|
8652
8668
|
|
|
8653
8669
|
/* script */
|
|
8654
|
-
const __vue_script__$
|
|
8670
|
+
const __vue_script__$k = script$k;
|
|
8655
8671
|
/* template */
|
|
8656
8672
|
|
|
8657
|
-
var __vue_render__$
|
|
8673
|
+
var __vue_render__$k = function () {
|
|
8658
8674
|
var _vm = this;
|
|
8659
8675
|
|
|
8660
8676
|
var _h = _vm.$createElement;
|
|
@@ -8741,10 +8757,10 @@ var __vue_render__$i = function () {
|
|
|
8741
8757
|
}, [_c('VueLoader')], 1) : _vm._e()])], 1)]);
|
|
8742
8758
|
};
|
|
8743
8759
|
|
|
8744
|
-
var __vue_staticRenderFns__$
|
|
8760
|
+
var __vue_staticRenderFns__$k = [];
|
|
8745
8761
|
/* style */
|
|
8746
8762
|
|
|
8747
|
-
const __vue_inject_styles__$
|
|
8763
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
8748
8764
|
if (!inject) return;
|
|
8749
8765
|
inject("data-v-324084df_0", {
|
|
8750
8766
|
source: ".transition-selects{min-height:80px;display:flex;flex-direction:column;width:100%}.loader-select{position:relative;min-height:35px;background:#fff;width:100%;border:1px solid #ccc;border-radius:5px;z-index:1}.loading-message{background-color:#555!important}",
|
|
@@ -8755,26 +8771,26 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
8755
8771
|
/* scoped */
|
|
8756
8772
|
|
|
8757
8773
|
|
|
8758
|
-
const __vue_scope_id__$
|
|
8774
|
+
const __vue_scope_id__$k = undefined;
|
|
8759
8775
|
/* module identifier */
|
|
8760
8776
|
|
|
8761
|
-
const __vue_module_identifier__$
|
|
8777
|
+
const __vue_module_identifier__$k = undefined;
|
|
8762
8778
|
/* functional template */
|
|
8763
8779
|
|
|
8764
|
-
const __vue_is_functional_template__$
|
|
8780
|
+
const __vue_is_functional_template__$k = false;
|
|
8765
8781
|
/* style inject SSR */
|
|
8766
8782
|
|
|
8767
8783
|
/* style inject shadow dom */
|
|
8768
8784
|
|
|
8769
|
-
const __vue_component__$
|
|
8770
|
-
render: __vue_render__$
|
|
8771
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8772
|
-
}, __vue_inject_styles__$
|
|
8785
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
8786
|
+
render: __vue_render__$k,
|
|
8787
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
8788
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
8773
8789
|
|
|
8774
|
-
var StandardMessages = __vue_component__$
|
|
8790
|
+
var StandardMessages = __vue_component__$s;
|
|
8775
8791
|
|
|
8776
8792
|
//
|
|
8777
|
-
var script$
|
|
8793
|
+
var script$j = {
|
|
8778
8794
|
components: {
|
|
8779
8795
|
BtnEmojis,
|
|
8780
8796
|
Loader,
|
|
@@ -9114,6 +9130,10 @@ var script$h = {
|
|
|
9114
9130
|
this.$emit("open-file-system");
|
|
9115
9131
|
},
|
|
9116
9132
|
|
|
9133
|
+
resetFileSystem() {
|
|
9134
|
+
this.$emit("reset-file-system");
|
|
9135
|
+
},
|
|
9136
|
+
|
|
9117
9137
|
setAudio(audioObj) {
|
|
9118
9138
|
const {
|
|
9119
9139
|
audioFile,
|
|
@@ -9258,10 +9278,10 @@ var script$h = {
|
|
|
9258
9278
|
};
|
|
9259
9279
|
|
|
9260
9280
|
/* script */
|
|
9261
|
-
const __vue_script__$
|
|
9281
|
+
const __vue_script__$j = script$j;
|
|
9262
9282
|
/* template */
|
|
9263
9283
|
|
|
9264
|
-
var __vue_render__$
|
|
9284
|
+
var __vue_render__$j = function () {
|
|
9265
9285
|
var _vm = this;
|
|
9266
9286
|
|
|
9267
9287
|
var _h = _vm.$createElement;
|
|
@@ -9460,7 +9480,8 @@ var __vue_render__$h = function () {
|
|
|
9460
9480
|
on: {
|
|
9461
9481
|
"set-file-vars": _vm.setFileVars,
|
|
9462
9482
|
"open-image": _vm.openImage,
|
|
9463
|
-
"open-file-system": _vm.openFileSystem
|
|
9483
|
+
"open-file-system": _vm.openFileSystem,
|
|
9484
|
+
"reset-file-system": _vm.resetFileSystem
|
|
9464
9485
|
}
|
|
9465
9486
|
}), _vm._v(" "), _c('BtnExpand', {
|
|
9466
9487
|
directives: [{
|
|
@@ -9502,12 +9523,12 @@ var __vue_render__$h = function () {
|
|
|
9502
9523
|
}) : _vm._e()], 1)], 1) : _vm._e();
|
|
9503
9524
|
};
|
|
9504
9525
|
|
|
9505
|
-
var __vue_staticRenderFns__$
|
|
9526
|
+
var __vue_staticRenderFns__$j = [];
|
|
9506
9527
|
/* style */
|
|
9507
9528
|
|
|
9508
|
-
const __vue_inject_styles__$
|
|
9529
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
9509
9530
|
if (!inject) return;
|
|
9510
|
-
inject("data-v-
|
|
9531
|
+
inject("data-v-c431d0e0_0", {
|
|
9511
9532
|
source: ".toasted svg{margin-right:10px}.d-none{display:none}ul{list-style-type:none}.text-footer-container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;position:relative}.text-footer-container .text-footer{min-height:48px;box-shadow:0 3px 7px -2px rgba(0,0,0,.45);position:relative;display:flex;justify-content:center;align-items:center;border:1px solid #ccc;padding:5px 2px 5px 5px;border-radius:5px}.text-footer-container .text-footer.full{width:100%}.text-footer-container .text-footer.almostFull{width:95%}.text-footer-container .text-footer.medium{width:75%}.text-footer-container.bigger .text-footer{height:80px}.text-footer-container.bigger .text-footer>textarea{font-size:.875rem;height:75px;max-height:75px;min-height:75px}.text-footer-container textarea{margin:0 5px;border:unset;flex:1;resize:none;min-height:30px;max-height:60px;font-size:.875rem;font-family:inherit;background:inherit}.text-footer-container textarea:focus{outline:unset}.text-footer-container textarea::placeholder{font-size:.75rem}.text-footer-container .text-footer-audio{flex:1;display:flex;justify-content:center;align-items:center}.text-footer-container audio{flex:1;outline:unset;width:auto;height:38px}.text-footer-container .delete-audio{display:flex;justify-content:center;align-items:center;color:#e74c3c;transition:background .3s;border-radius:50%;font-size:1rem;padding:10px;cursor:pointer;margin:0 5px;width:31px;height:31px}.text-footer-container .delete-audio:hover{background-color:rgba(208,0,0,.2)}.text-footer-container .max-characters{font-size:.575rem;z-index:1;color:#444;position:relative;top:30px;left:-30px}.text-footer-container .max-characters.no-width{width:0}.text-footer-container .text-footer-actions{display:flex}.text-footer-container .text-footer-actions.outside-buttons{display:flex;align-items:center;justify-content:flex-end;position:absolute;top:-42px;right:2px;background-color:#ddd;box-shadow:inset 0 -10px 5px -11px rgba(0,0,0,.5)}.text-footer-container .text-footer-actions .text-footer-actions--btn{display:flex;justify-content:center;align-items:center;color:#777;border-radius:50%;transition:background .3s;padding:10px;font-size:1rem;width:36px;height:36px;cursor:pointer;margin-right:2.5px}.text-footer-container .text-footer-actions .text-footer-actions--btn:last-child{margin-right:unset}.text-footer-container .text-footer-actions .text-footer-actions--btn:hover{background-color:rgba(0,0,0,.1)}.text-footer-container .text-footer-actions .text-footer-actions--btn.files-activated{background-color:rgba(0,0,0,.1)}.text-footer-container .text-footer-actions .text-footer-actions--btn.audio-activated{background-color:rgba(208,0,0,.7);color:#fff}.text-footer-container .text-footer-actions .text-footer-actions--btn.left-button{position:absolute;left:0}.text-footer-container .text-footer-hsm-container{margin:12px 0 7px 0}.text-footer-container .text-footer-hsm-container.full{width:100%}.text-footer-container .text-footer-hsm-container.almostFull{width:95%}.text-footer-container .text-footer-hsm-container.medium{width:75%}.text-footer-container .text-footer-hsm-container .text-footer-v-select{border-radius:5px;margin-bottom:5px}.text-footer-container .text-footer-hsm-container .text-footer-select-03{display:flex;align-items:center;flex:1;width:100%}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer-v-select{flex:1}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03{transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -3px rgba(0,0,0,.2);opacity:.9;border-radius:2.5px;display:flex;justify-content:center;align-items:center;margin-left:5px;margin-bottom:5px;background-color:#f7fe72;width:32px;height:32px}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03:hover{opacity:1}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03 svg{font-size:1rem}.text-footer-container .text-footer-files-container{position:absolute;right:0;top:-55px;padding:5px;background-color:rgba(0,0,0,.4);border-radius:5px;display:flex;align-items:center;justify-content:space-between;z-index:1}.text-footer-container .text-footer-files-container.horizontal{right:-55px;flex-direction:column}.text-footer-container .text-footer-files-container .files-btn{transition-duration:.3s;transition-property:opacity;opacity:.8;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:10px;padding:3px;width:40px;height:40px;font-size:1rem;color:#fff}.text-footer-container .text-footer-files-container .files-btn:hover{opacity:1}.text-footer-container .text-footer-files-container .files-btn svg{color:#fff}.text-footer-container .text-footer-files-container .files-btn.images{background-color:#9575cd;margin-right:5px}.text-footer-container .text-footer-files-container .files-btn.images.margin-bottom{margin-right:unset;margin-bottom:5px}.text-footer-container .text-footer-files-container .files-btn.docs{background-color:#7986cb}.text-footer-container .text-footer-files-container .files-btn.system{background-color:#49a349;margin-left:5px}.text-footer-container .text-footer-files-container .files-btn.both{font-size:.95rem;background-color:#5555ec;flex-direction:column}.text-footer-container .text-footer-files-container .files-btn.both svg:nth-child(1){transform:translateX(5px)}.text-footer-container .text-footer-files-container .files-btn.both svg:nth-child(2){transform:translateX(-5px)}.text-footer-container .text-footer-preview-container{width:100%;cursor:default;position:absolute;left:0;background-color:#f1f1f1;border:2px solid #ccc;border-bottom:unset;border-top-left-radius:2.5px;border-top-right-radius:2.5px}.text-footer-container .text-footer-preview-container.isDoc{top:-50px;width:100%;height:45px}.text-footer-container .text-footer-preview-container.isImg,.text-footer-container .text-footer-preview-container.isMultiple{top:-205px;width:100%;height:200px}.text-footer-container .text-footer-preview-container.isImg .text-footer-image-preview{height:170px}.text-footer-container .text-footer-preview-container.isError{top:-80px;width:100%;height:75px}.text-footer-container .text-footer-alt{margin-top:-12px;width:100%;padding:0 10px}.text-footer-container .text-footer-alt .text-footer-out-session{margin-top:12px}.text-footer-container .text-footer-alt .text-footer-sem-24h{font-size:.8rem;text-align:right;font-weight:600;letter-spacing:-.5px;color:#dd7f0c;margin-top:5px;position:absolute;right:0}.text-footer-container .text-footer-alt .sem-templates{margin-top:10px;font-size:.8rem;text-align:right;font-weight:600;letter-spacing:-.5px;color:#921e12}.text-footer-container .text-footer-alt .text-footer-templates{position:relative;width:100%}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection{width:100%;display:flex;align-items:center}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection h4{margin-right:5px}.text-footer-container .text-footer-alt .text-footer-templates .text-footer-group-selection .sm__select{flex:1}.vs__dropdown-menu{font-size:.85rem!important}.emoji-mart-anchor,.emoji-mart-emoji span{cursor:pointer!important}.emoji-mart{z-index:2!important}.emoji-mart-scroll{overflow-x:hidden}",
|
|
9512
9533
|
map: undefined,
|
|
9513
9534
|
media: undefined
|
|
@@ -9516,26 +9537,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
9516
9537
|
/* scoped */
|
|
9517
9538
|
|
|
9518
9539
|
|
|
9519
|
-
const __vue_scope_id__$
|
|
9540
|
+
const __vue_scope_id__$j = undefined;
|
|
9520
9541
|
/* module identifier */
|
|
9521
9542
|
|
|
9522
|
-
const __vue_module_identifier__$
|
|
9543
|
+
const __vue_module_identifier__$j = undefined;
|
|
9523
9544
|
/* functional template */
|
|
9524
9545
|
|
|
9525
|
-
const __vue_is_functional_template__$
|
|
9546
|
+
const __vue_is_functional_template__$j = false;
|
|
9526
9547
|
/* style inject SSR */
|
|
9527
9548
|
|
|
9528
9549
|
/* style inject shadow dom */
|
|
9529
9550
|
|
|
9530
|
-
const __vue_component__$
|
|
9531
|
-
render: __vue_render__$
|
|
9532
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9533
|
-
}, __vue_inject_styles__$
|
|
9551
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
9552
|
+
render: __vue_render__$j,
|
|
9553
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
9554
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
9534
9555
|
|
|
9535
|
-
var TextFooter = __vue_component__$
|
|
9556
|
+
var TextFooter = __vue_component__$r;
|
|
9536
9557
|
|
|
9537
9558
|
//
|
|
9538
|
-
var script$
|
|
9559
|
+
var script$i = {
|
|
9539
9560
|
components: {
|
|
9540
9561
|
TextFooter
|
|
9541
9562
|
},
|
|
@@ -9586,10 +9607,10 @@ var script$g = {
|
|
|
9586
9607
|
};
|
|
9587
9608
|
|
|
9588
9609
|
/* script */
|
|
9589
|
-
const __vue_script__$
|
|
9610
|
+
const __vue_script__$i = script$i;
|
|
9590
9611
|
/* template */
|
|
9591
9612
|
|
|
9592
|
-
var __vue_render__$
|
|
9613
|
+
var __vue_render__$i = function () {
|
|
9593
9614
|
var _vm = this;
|
|
9594
9615
|
|
|
9595
9616
|
var _h = _vm.$createElement;
|
|
@@ -9633,34 +9654,34 @@ var __vue_render__$g = function () {
|
|
|
9633
9654
|
})], 2)]) : _vm._e()], 1)])]);
|
|
9634
9655
|
};
|
|
9635
9656
|
|
|
9636
|
-
var __vue_staticRenderFns__$
|
|
9657
|
+
var __vue_staticRenderFns__$i = [];
|
|
9637
9658
|
/* style */
|
|
9638
9659
|
|
|
9639
|
-
const __vue_inject_styles__$
|
|
9660
|
+
const __vue_inject_styles__$i = undefined;
|
|
9640
9661
|
/* scoped */
|
|
9641
9662
|
|
|
9642
|
-
const __vue_scope_id__$
|
|
9663
|
+
const __vue_scope_id__$i = undefined;
|
|
9643
9664
|
/* module identifier */
|
|
9644
9665
|
|
|
9645
|
-
const __vue_module_identifier__$
|
|
9666
|
+
const __vue_module_identifier__$i = undefined;
|
|
9646
9667
|
/* functional template */
|
|
9647
9668
|
|
|
9648
|
-
const __vue_is_functional_template__$
|
|
9669
|
+
const __vue_is_functional_template__$i = false;
|
|
9649
9670
|
/* style inject */
|
|
9650
9671
|
|
|
9651
9672
|
/* style inject SSR */
|
|
9652
9673
|
|
|
9653
9674
|
/* style inject shadow dom */
|
|
9654
9675
|
|
|
9655
|
-
const __vue_component__$
|
|
9656
|
-
render: __vue_render__$
|
|
9657
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9658
|
-
}, __vue_inject_styles__$
|
|
9676
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
9677
|
+
render: __vue_render__$i,
|
|
9678
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
9679
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
|
|
9659
9680
|
|
|
9660
|
-
var TemplateMessage = __vue_component__$
|
|
9681
|
+
var TemplateMessage = __vue_component__$q;
|
|
9661
9682
|
|
|
9662
9683
|
//
|
|
9663
|
-
var script$
|
|
9684
|
+
var script$h = {
|
|
9664
9685
|
components: {
|
|
9665
9686
|
TemplateSingle,
|
|
9666
9687
|
TemplateMessage
|
|
@@ -9867,10 +9888,10 @@ var script$f = {
|
|
|
9867
9888
|
};
|
|
9868
9889
|
|
|
9869
9890
|
/* script */
|
|
9870
|
-
const __vue_script__$
|
|
9891
|
+
const __vue_script__$h = script$h;
|
|
9871
9892
|
/* template */
|
|
9872
9893
|
|
|
9873
|
-
var __vue_render__$
|
|
9894
|
+
var __vue_render__$h = function () {
|
|
9874
9895
|
var _vm = this;
|
|
9875
9896
|
|
|
9876
9897
|
var _h = _vm.$createElement;
|
|
@@ -9944,10 +9965,10 @@ var __vue_render__$f = function () {
|
|
|
9944
9965
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
9945
9966
|
};
|
|
9946
9967
|
|
|
9947
|
-
var __vue_staticRenderFns__$
|
|
9968
|
+
var __vue_staticRenderFns__$h = [];
|
|
9948
9969
|
/* style */
|
|
9949
9970
|
|
|
9950
|
-
const __vue_inject_styles__$
|
|
9971
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
9951
9972
|
if (!inject) return;
|
|
9952
9973
|
inject("data-v-5a97ed34_0", {
|
|
9953
9974
|
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}",
|
|
@@ -9958,26 +9979,26 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
9958
9979
|
/* scoped */
|
|
9959
9980
|
|
|
9960
9981
|
|
|
9961
|
-
const __vue_scope_id__$
|
|
9982
|
+
const __vue_scope_id__$h = undefined;
|
|
9962
9983
|
/* module identifier */
|
|
9963
9984
|
|
|
9964
|
-
const __vue_module_identifier__$
|
|
9985
|
+
const __vue_module_identifier__$h = undefined;
|
|
9965
9986
|
/* functional template */
|
|
9966
9987
|
|
|
9967
|
-
const __vue_is_functional_template__$
|
|
9988
|
+
const __vue_is_functional_template__$h = false;
|
|
9968
9989
|
/* style inject SSR */
|
|
9969
9990
|
|
|
9970
9991
|
/* style inject shadow dom */
|
|
9971
9992
|
|
|
9972
|
-
const __vue_component__$
|
|
9973
|
-
render: __vue_render__$
|
|
9974
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9975
|
-
}, __vue_inject_styles__$
|
|
9993
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
9994
|
+
render: __vue_render__$h,
|
|
9995
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
9996
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
9976
9997
|
|
|
9977
|
-
var __vue_component__$
|
|
9998
|
+
var __vue_component__$p = __vue_component__$o;
|
|
9978
9999
|
|
|
9979
10000
|
//
|
|
9980
|
-
var script$
|
|
10001
|
+
var script$g = {
|
|
9981
10002
|
components: {
|
|
9982
10003
|
BtnEmojis,
|
|
9983
10004
|
BtnFiles
|
|
@@ -10263,10 +10284,10 @@ var script$e = {
|
|
|
10263
10284
|
};
|
|
10264
10285
|
|
|
10265
10286
|
/* script */
|
|
10266
|
-
const __vue_script__$
|
|
10287
|
+
const __vue_script__$g = script$g;
|
|
10267
10288
|
/* template */
|
|
10268
10289
|
|
|
10269
|
-
var __vue_render__$
|
|
10290
|
+
var __vue_render__$g = function () {
|
|
10270
10291
|
var _vm = this;
|
|
10271
10292
|
|
|
10272
10293
|
var _h = _vm.$createElement;
|
|
@@ -10365,10 +10386,10 @@ var __vue_render__$e = function () {
|
|
|
10365
10386
|
}) : _vm._e(), _vm._v(" "), _vm._t("btn-1"), _vm._v(" "), _vm._t("btn-2")], 2)])], 1);
|
|
10366
10387
|
};
|
|
10367
10388
|
|
|
10368
|
-
var __vue_staticRenderFns__$
|
|
10389
|
+
var __vue_staticRenderFns__$g = [];
|
|
10369
10390
|
/* style */
|
|
10370
10391
|
|
|
10371
|
-
const __vue_inject_styles__$
|
|
10392
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
10372
10393
|
if (!inject) return;
|
|
10373
10394
|
inject("data-v-35df0b7d_0", {
|
|
10374
10395
|
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}",
|
|
@@ -10379,23 +10400,23 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
10379
10400
|
/* scoped */
|
|
10380
10401
|
|
|
10381
10402
|
|
|
10382
|
-
const __vue_scope_id__$
|
|
10403
|
+
const __vue_scope_id__$g = undefined;
|
|
10383
10404
|
/* module identifier */
|
|
10384
10405
|
|
|
10385
|
-
const __vue_module_identifier__$
|
|
10406
|
+
const __vue_module_identifier__$g = undefined;
|
|
10386
10407
|
/* functional template */
|
|
10387
10408
|
|
|
10388
|
-
const __vue_is_functional_template__$
|
|
10409
|
+
const __vue_is_functional_template__$g = false;
|
|
10389
10410
|
/* style inject SSR */
|
|
10390
10411
|
|
|
10391
10412
|
/* style inject shadow dom */
|
|
10392
10413
|
|
|
10393
|
-
const __vue_component__$
|
|
10394
|
-
render: __vue_render__$
|
|
10395
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10396
|
-
}, __vue_inject_styles__$
|
|
10414
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
10415
|
+
render: __vue_render__$g,
|
|
10416
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
10417
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
10397
10418
|
|
|
10398
|
-
var __vue_component__$
|
|
10419
|
+
var __vue_component__$n = __vue_component__$m;
|
|
10399
10420
|
|
|
10400
10421
|
const textoLongo = {
|
|
10401
10422
|
methods: {
|
|
@@ -10408,6 +10429,34 @@ const textoLongo = {
|
|
|
10408
10429
|
}
|
|
10409
10430
|
|
|
10410
10431
|
return `${textoLongo}`;
|
|
10432
|
+
},
|
|
10433
|
+
|
|
10434
|
+
formataDataHora(dataHora, origem, cortarSegundos) {
|
|
10435
|
+
try {
|
|
10436
|
+
if (!dataHora) return "";
|
|
10437
|
+
if (dataHora == '1111-11-11 00:00:00') return '';
|
|
10438
|
+
const arrDataHora = dataHora.split(" ");
|
|
10439
|
+
|
|
10440
|
+
if (arrDataHora.length) {
|
|
10441
|
+
let data = arrDataHora[0];
|
|
10442
|
+
let hora = arrDataHora[1];
|
|
10443
|
+
if (!data || !hora) return dataHora;
|
|
10444
|
+
data = data.split("-").reverse().join("/");
|
|
10445
|
+
|
|
10446
|
+
if (!origem) {
|
|
10447
|
+
hora = hora.slice(0, 5);
|
|
10448
|
+
return `${data} ${this.dicionario.msg_divisao_data_hora} ${hora}`;
|
|
10449
|
+
}
|
|
10450
|
+
|
|
10451
|
+
hora = cortarSegundos ? hora.slice(0, 5) : hora.slice(0, 8);
|
|
10452
|
+
return `${data} ${hora}`;
|
|
10453
|
+
} else {
|
|
10454
|
+
return dataHora;
|
|
10455
|
+
}
|
|
10456
|
+
} catch (e) {
|
|
10457
|
+
console.error("Nao foi possivel formatar a data hora");
|
|
10458
|
+
console.error(e);
|
|
10459
|
+
}
|
|
10411
10460
|
}
|
|
10412
10461
|
|
|
10413
10462
|
}
|
|
@@ -10592,7 +10641,7 @@ const fileHandler = {
|
|
|
10592
10641
|
};
|
|
10593
10642
|
|
|
10594
10643
|
//
|
|
10595
|
-
var script$
|
|
10644
|
+
var script$f = {
|
|
10596
10645
|
mixins: [fileHandler],
|
|
10597
10646
|
props: {
|
|
10598
10647
|
file: {
|
|
@@ -10618,10 +10667,10 @@ var script$d = {
|
|
|
10618
10667
|
};
|
|
10619
10668
|
|
|
10620
10669
|
/* script */
|
|
10621
|
-
const __vue_script__$
|
|
10670
|
+
const __vue_script__$f = script$f;
|
|
10622
10671
|
/* template */
|
|
10623
10672
|
|
|
10624
|
-
var __vue_render__$
|
|
10673
|
+
var __vue_render__$f = function () {
|
|
10625
10674
|
var _vm = this;
|
|
10626
10675
|
|
|
10627
10676
|
var _h = _vm.$createElement;
|
|
@@ -10692,10 +10741,10 @@ var __vue_render__$d = function () {
|
|
|
10692
10741
|
})], 1)]], 2)], 1);
|
|
10693
10742
|
};
|
|
10694
10743
|
|
|
10695
|
-
var __vue_staticRenderFns__$
|
|
10744
|
+
var __vue_staticRenderFns__$f = [];
|
|
10696
10745
|
/* style */
|
|
10697
10746
|
|
|
10698
|
-
const __vue_inject_styles__$
|
|
10747
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
10699
10748
|
if (!inject) return;
|
|
10700
10749
|
inject("data-v-c0bc7096_0", {
|
|
10701
10750
|
source: ".fade-enter-active[data-v-c0bc7096],.fade-leave-active[data-v-c0bc7096]{transition:opacity .5s}.fade-enter[data-v-c0bc7096],.fade-leave-to[data-v-c0bc7096]{opacity:0}",
|
|
@@ -10710,23 +10759,23 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
10710
10759
|
/* scoped */
|
|
10711
10760
|
|
|
10712
10761
|
|
|
10713
|
-
const __vue_scope_id__$
|
|
10762
|
+
const __vue_scope_id__$f = "data-v-c0bc7096";
|
|
10714
10763
|
/* module identifier */
|
|
10715
10764
|
|
|
10716
|
-
const __vue_module_identifier__$
|
|
10765
|
+
const __vue_module_identifier__$f = undefined;
|
|
10717
10766
|
/* functional template */
|
|
10718
10767
|
|
|
10719
|
-
const __vue_is_functional_template__$
|
|
10768
|
+
const __vue_is_functional_template__$f = false;
|
|
10720
10769
|
/* style inject SSR */
|
|
10721
10770
|
|
|
10722
10771
|
/* style inject shadow dom */
|
|
10723
10772
|
|
|
10724
|
-
const __vue_component__$
|
|
10725
|
-
render: __vue_render__$
|
|
10726
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10727
|
-
}, __vue_inject_styles__$
|
|
10773
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
10774
|
+
render: __vue_render__$f,
|
|
10775
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
10776
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
10728
10777
|
|
|
10729
|
-
var CardFile = __vue_component__$
|
|
10778
|
+
var CardFile = __vue_component__$l;
|
|
10730
10779
|
|
|
10731
10780
|
//
|
|
10732
10781
|
//
|
|
@@ -10745,7 +10794,7 @@ var CardFile = __vue_component__$i;
|
|
|
10745
10794
|
//
|
|
10746
10795
|
//
|
|
10747
10796
|
//
|
|
10748
|
-
var script$
|
|
10797
|
+
var script$e = {
|
|
10749
10798
|
props: {
|
|
10750
10799
|
hasReply: {
|
|
10751
10800
|
type: Boolean
|
|
@@ -10763,10 +10812,10 @@ var script$c = {
|
|
|
10763
10812
|
};
|
|
10764
10813
|
|
|
10765
10814
|
/* script */
|
|
10766
|
-
const __vue_script__$
|
|
10815
|
+
const __vue_script__$e = script$e;
|
|
10767
10816
|
/* template */
|
|
10768
10817
|
|
|
10769
|
-
var __vue_render__$
|
|
10818
|
+
var __vue_render__$e = function () {
|
|
10770
10819
|
var _vm = this;
|
|
10771
10820
|
|
|
10772
10821
|
var _h = _vm.$createElement;
|
|
@@ -10902,34 +10951,34 @@ var __vue_render__$c = function () {
|
|
|
10902
10951
|
})], 1) : _vm._e()])], 1);
|
|
10903
10952
|
};
|
|
10904
10953
|
|
|
10905
|
-
var __vue_staticRenderFns__$
|
|
10954
|
+
var __vue_staticRenderFns__$e = [];
|
|
10906
10955
|
/* style */
|
|
10907
10956
|
|
|
10908
|
-
const __vue_inject_styles__$
|
|
10957
|
+
const __vue_inject_styles__$e = undefined;
|
|
10909
10958
|
/* scoped */
|
|
10910
10959
|
|
|
10911
|
-
const __vue_scope_id__$
|
|
10960
|
+
const __vue_scope_id__$e = undefined;
|
|
10912
10961
|
/* module identifier */
|
|
10913
10962
|
|
|
10914
|
-
const __vue_module_identifier__$
|
|
10963
|
+
const __vue_module_identifier__$e = undefined;
|
|
10915
10964
|
/* functional template */
|
|
10916
10965
|
|
|
10917
|
-
const __vue_is_functional_template__$
|
|
10966
|
+
const __vue_is_functional_template__$e = false;
|
|
10918
10967
|
/* style inject */
|
|
10919
10968
|
|
|
10920
10969
|
/* style inject SSR */
|
|
10921
10970
|
|
|
10922
10971
|
/* style inject shadow dom */
|
|
10923
10972
|
|
|
10924
|
-
const __vue_component__$
|
|
10925
|
-
render: __vue_render__$
|
|
10926
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10927
|
-
}, __vue_inject_styles__$
|
|
10973
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
10974
|
+
render: __vue_render__$e,
|
|
10975
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
10976
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
|
|
10928
10977
|
|
|
10929
|
-
var CardCheck = __vue_component__$
|
|
10978
|
+
var CardCheck = __vue_component__$k;
|
|
10930
10979
|
|
|
10931
10980
|
//
|
|
10932
|
-
var script$
|
|
10981
|
+
var script$d = {
|
|
10933
10982
|
components: {
|
|
10934
10983
|
CardFile,
|
|
10935
10984
|
CardCheck
|
|
@@ -11077,10 +11126,10 @@ var script$b = {
|
|
|
11077
11126
|
};
|
|
11078
11127
|
|
|
11079
11128
|
/* script */
|
|
11080
|
-
const __vue_script__$
|
|
11129
|
+
const __vue_script__$d = script$d;
|
|
11081
11130
|
/* template */
|
|
11082
11131
|
|
|
11083
|
-
var __vue_render__$
|
|
11132
|
+
var __vue_render__$d = function () {
|
|
11084
11133
|
var _vm = this;
|
|
11085
11134
|
|
|
11086
11135
|
var _h = _vm.$createElement;
|
|
@@ -11193,10 +11242,10 @@ var __vue_render__$b = function () {
|
|
|
11193
11242
|
}) : _vm._e()], 2)])], 1) : _vm._e();
|
|
11194
11243
|
};
|
|
11195
11244
|
|
|
11196
|
-
var __vue_staticRenderFns__$
|
|
11245
|
+
var __vue_staticRenderFns__$d = [];
|
|
11197
11246
|
/* style */
|
|
11198
11247
|
|
|
11199
|
-
const __vue_inject_styles__$
|
|
11248
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
11200
11249
|
if (!inject) return;
|
|
11201
11250
|
inject("data-v-4be10146_0", {
|
|
11202
11251
|
source: ".fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}.card-cli,.card-ope{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.newMessage,.card-ope.newMessage{margin-top:30px}.new-messages{position:absolute;top:-30px;width:100%;display:flex;justify-content:center;align-items:center;margin:2.5px 0;background-color:lighten(#fff249,15)}.card-cli .card{border-left:3px solid #90b823}.card-ope{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card{border-right:3px solid #007535}.card{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px}.card p{word-break:break-all}.card-header{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between}.card-header svg{font-size:1rem}.card-author{display:flex;align-items:center}.card-author svg{margin-right:5px}.card-canal{flex:1;margin-right:10px}.card-dates{display:flex;flex-direction:column;margin-right:10px;font-size:.9rem}.card-date{overflow:hidden;display:flex;align-content:center}.card-date span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-date svg{margin-right:5px;color:#232323}.card-expand{display:flex;justify-content:center;align-items:center;margin:2.5px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand:hover{opacity:1}.card-footer{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap;min-height:25px}.card-chip{font-size:.8rem;width:fit-content;border-radius:15px;transition:all 150ms ease-in-out;padding:2.5px 7px;color:#1f69c1;background-color:rgba(207,216,244,.6);margin-bottom:5px}.card-chip:hover{background-color:#cfd8f4}.card-chip.orange{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow:hover{background-color:rgba(252,191,73,.2)}.card-chip.red{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red:hover{background-color:rgba(231,76,60,.25)}.card-file{width:60px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.card-reply{cursor:pointer;position:absolute;right:30px;bottom:5px;font-size:.6rem;color:#67a332;width:.9rem;height:.9rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff}.card-reply svg{margin-top:-1px;margin-right:-1px}.card-check{position:absolute;bottom:5px;right:5px;cursor:pointer;font-size:.7rem}.card-check svg{font-size:.8rem}.card-check.seen,.card-check.seen svg{color:#006daa}.card-check.green,.card-check.green svg{color:#4f772d}.card-check.red,.card-check.red svg{color:#ba181b}.card-check.gray,.card-check.gray svg{color:#999}.card-check.black,.card-check.black svg{color:#666}",
|
|
@@ -11207,26 +11256,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
11207
11256
|
/* scoped */
|
|
11208
11257
|
|
|
11209
11258
|
|
|
11210
|
-
const __vue_scope_id__$
|
|
11259
|
+
const __vue_scope_id__$d = undefined;
|
|
11211
11260
|
/* module identifier */
|
|
11212
11261
|
|
|
11213
|
-
const __vue_module_identifier__$
|
|
11262
|
+
const __vue_module_identifier__$d = undefined;
|
|
11214
11263
|
/* functional template */
|
|
11215
11264
|
|
|
11216
|
-
const __vue_is_functional_template__$
|
|
11265
|
+
const __vue_is_functional_template__$d = false;
|
|
11217
11266
|
/* style inject SSR */
|
|
11218
11267
|
|
|
11219
11268
|
/* style inject shadow dom */
|
|
11220
11269
|
|
|
11221
|
-
const __vue_component__$
|
|
11222
|
-
render: __vue_render__$
|
|
11223
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11224
|
-
}, __vue_inject_styles__$
|
|
11270
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
11271
|
+
render: __vue_render__$d,
|
|
11272
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
11273
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
11225
11274
|
|
|
11226
|
-
var __vue_component__$
|
|
11275
|
+
var __vue_component__$j = __vue_component__$i;
|
|
11227
11276
|
|
|
11228
11277
|
//
|
|
11229
|
-
var script$
|
|
11278
|
+
var script$c = {
|
|
11230
11279
|
mixins: [mixin_1],
|
|
11231
11280
|
props: {
|
|
11232
11281
|
lista: {
|
|
@@ -11247,10 +11296,10 @@ var script$a = {
|
|
|
11247
11296
|
};
|
|
11248
11297
|
|
|
11249
11298
|
/* script */
|
|
11250
|
-
const __vue_script__$
|
|
11299
|
+
const __vue_script__$c = script$c;
|
|
11251
11300
|
/* template */
|
|
11252
11301
|
|
|
11253
|
-
var __vue_render__$
|
|
11302
|
+
var __vue_render__$c = function () {
|
|
11254
11303
|
var _vm = this;
|
|
11255
11304
|
|
|
11256
11305
|
var _h = _vm.$createElement;
|
|
@@ -11294,10 +11343,10 @@ var __vue_render__$a = function () {
|
|
|
11294
11343
|
})], 2);
|
|
11295
11344
|
};
|
|
11296
11345
|
|
|
11297
|
-
var __vue_staticRenderFns__$
|
|
11346
|
+
var __vue_staticRenderFns__$c = [];
|
|
11298
11347
|
/* style */
|
|
11299
11348
|
|
|
11300
|
-
const __vue_inject_styles__$
|
|
11349
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
11301
11350
|
if (!inject) return;
|
|
11302
11351
|
inject("data-v-f5d7144e_0", {
|
|
11303
11352
|
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}",
|
|
@@ -11308,26 +11357,26 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
11308
11357
|
/* scoped */
|
|
11309
11358
|
|
|
11310
11359
|
|
|
11311
|
-
const __vue_scope_id__$
|
|
11360
|
+
const __vue_scope_id__$c = undefined;
|
|
11312
11361
|
/* module identifier */
|
|
11313
11362
|
|
|
11314
|
-
const __vue_module_identifier__$
|
|
11363
|
+
const __vue_module_identifier__$c = undefined;
|
|
11315
11364
|
/* functional template */
|
|
11316
11365
|
|
|
11317
|
-
const __vue_is_functional_template__$
|
|
11366
|
+
const __vue_is_functional_template__$c = false;
|
|
11318
11367
|
/* style inject SSR */
|
|
11319
11368
|
|
|
11320
11369
|
/* style inject shadow dom */
|
|
11321
11370
|
|
|
11322
|
-
const __vue_component__$
|
|
11323
|
-
render: __vue_render__$
|
|
11324
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11325
|
-
}, __vue_inject_styles__$
|
|
11371
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
11372
|
+
render: __vue_render__$c,
|
|
11373
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
11374
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
11326
11375
|
|
|
11327
|
-
var InteratividadePopup = __vue_component__$
|
|
11376
|
+
var InteratividadePopup = __vue_component__$h;
|
|
11328
11377
|
|
|
11329
11378
|
//
|
|
11330
|
-
var script$
|
|
11379
|
+
var script$b = {
|
|
11331
11380
|
components: {
|
|
11332
11381
|
InteratividadePopup
|
|
11333
11382
|
},
|
|
@@ -11421,10 +11470,10 @@ var script$9 = {
|
|
|
11421
11470
|
};
|
|
11422
11471
|
|
|
11423
11472
|
/* script */
|
|
11424
|
-
const __vue_script__$
|
|
11473
|
+
const __vue_script__$b = script$b;
|
|
11425
11474
|
/* template */
|
|
11426
11475
|
|
|
11427
|
-
var __vue_render__$
|
|
11476
|
+
var __vue_render__$b = function () {
|
|
11428
11477
|
var _vm = this;
|
|
11429
11478
|
|
|
11430
11479
|
var _h = _vm.$createElement;
|
|
@@ -11537,10 +11586,10 @@ var __vue_render__$9 = function () {
|
|
|
11537
11586
|
}) : _vm._e()], 2)] : _vm._e()], 2);
|
|
11538
11587
|
};
|
|
11539
11588
|
|
|
11540
|
-
var __vue_staticRenderFns__$
|
|
11589
|
+
var __vue_staticRenderFns__$b = [];
|
|
11541
11590
|
/* style */
|
|
11542
11591
|
|
|
11543
|
-
const __vue_inject_styles__$
|
|
11592
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
11544
11593
|
if (!inject) return;
|
|
11545
11594
|
inject("data-v-7b989966_0", {
|
|
11546
11595
|
source: ".show-x-enter-active[data-v-7b989966],.show-x-leave-enter[data-v-7b989966]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-7b989966],.show-x-leave-to[data-v-7b989966]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-7b989966]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-7b989966]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-7b989966]{background-color:#efefef;margin-top:5px;border-top-right-radius:10px;border-top-left-radius:10px;padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:5px;justify-content:space-between;display:flex;color:#333;font-weight:700;font-size:.9rem}.interatividade-form-body[data-v-7b989966]{padding:0 10px;background:#fff;border-right:1px solid #efefef;border-left:1px solid #efefef;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding-bottom:10px}.interatividade[data-v-7b989966]{margin:10px 0}.interatividade-titulo-form[data-v-7b989966]{white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden;max-width:100%;margin:0;padding:0;padding-top:5px}.interatividade-description-form[data-v-7b989966]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-7b989966]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-7b989966]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-7b989966]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-7b989966]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-7b989966]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-7b989966]:hover{color:#00628f}.text-blue[data-v-7b989966]{color:#294ed3}.text-red[data-v-7b989966]{color:#e74c3c}.text-dark[data-v-7b989966]{color:#333}.ml-3[data-v-7b989966]{margin-left:3px}.fs-2[data-v-7b989966]{font-size:2rem}.flex-wrap[data-v-7b989966]{-ms-flex-wrap:wrap;flex-wrap:wrap}.align-items-center[data-v-7b989966]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.d-flex[data-v-7b989966]{display:-webkit-box;display:-ms-flexbox;display:flex}.align-items-end[data-v-7b989966]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.text-bold[data-v-7b989966]{font-weight:700}.m-5[data-v-7b989966]{margin:5px}.mb-5[data-v-7b989966]{margin-bottom:5px}.mx-5[data-v-7b989966]{margin-left:5px;margin-right:5px}.cursor-pointer[data-v-7b989966]{cursor:pointer}",
|
|
@@ -11551,26 +11600,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
11551
11600
|
/* scoped */
|
|
11552
11601
|
|
|
11553
11602
|
|
|
11554
|
-
const __vue_scope_id__$
|
|
11603
|
+
const __vue_scope_id__$b = "data-v-7b989966";
|
|
11555
11604
|
/* module identifier */
|
|
11556
11605
|
|
|
11557
|
-
const __vue_module_identifier__$
|
|
11606
|
+
const __vue_module_identifier__$b = undefined;
|
|
11558
11607
|
/* functional template */
|
|
11559
11608
|
|
|
11560
|
-
const __vue_is_functional_template__$
|
|
11609
|
+
const __vue_is_functional_template__$b = false;
|
|
11561
11610
|
/* style inject SSR */
|
|
11562
11611
|
|
|
11563
11612
|
/* style inject shadow dom */
|
|
11564
11613
|
|
|
11565
|
-
const __vue_component__$
|
|
11566
|
-
render: __vue_render__$
|
|
11567
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11568
|
-
}, __vue_inject_styles__$
|
|
11614
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
11615
|
+
render: __vue_render__$b,
|
|
11616
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
11617
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
11569
11618
|
|
|
11570
|
-
var InteratividadeFormulario = __vue_component__$
|
|
11619
|
+
var InteratividadeFormulario = __vue_component__$g;
|
|
11571
11620
|
|
|
11572
11621
|
//
|
|
11573
|
-
var script$
|
|
11622
|
+
var script$a = {
|
|
11574
11623
|
mixins: [fileHandler],
|
|
11575
11624
|
props: {
|
|
11576
11625
|
anexo: {
|
|
@@ -11596,10 +11645,10 @@ var script$8 = {
|
|
|
11596
11645
|
};
|
|
11597
11646
|
|
|
11598
11647
|
/* script */
|
|
11599
|
-
const __vue_script__$
|
|
11648
|
+
const __vue_script__$a = script$a;
|
|
11600
11649
|
/* template */
|
|
11601
11650
|
|
|
11602
|
-
var __vue_render__$
|
|
11651
|
+
var __vue_render__$a = function () {
|
|
11603
11652
|
var _vm = this;
|
|
11604
11653
|
|
|
11605
11654
|
var _h = _vm.$createElement;
|
|
@@ -11670,10 +11719,10 @@ var __vue_render__$8 = function () {
|
|
|
11670
11719
|
})], 1)]], 2)], 1);
|
|
11671
11720
|
};
|
|
11672
11721
|
|
|
11673
|
-
var __vue_staticRenderFns__$
|
|
11722
|
+
var __vue_staticRenderFns__$a = [];
|
|
11674
11723
|
/* style */
|
|
11675
11724
|
|
|
11676
|
-
const __vue_inject_styles__$
|
|
11725
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
11677
11726
|
if (!inject) return;
|
|
11678
11727
|
inject("data-v-0408a7b0_0", {
|
|
11679
11728
|
source: ".fade-enter-active[data-v-0408a7b0],.fade-leave-active[data-v-0408a7b0]{transition:opacity .5s}.fade-enter[data-v-0408a7b0],.fade-leave-to[data-v-0408a7b0]{opacity:0}",
|
|
@@ -11684,26 +11733,26 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
11684
11733
|
/* scoped */
|
|
11685
11734
|
|
|
11686
11735
|
|
|
11687
|
-
const __vue_scope_id__$
|
|
11736
|
+
const __vue_scope_id__$a = "data-v-0408a7b0";
|
|
11688
11737
|
/* module identifier */
|
|
11689
11738
|
|
|
11690
|
-
const __vue_module_identifier__$
|
|
11739
|
+
const __vue_module_identifier__$a = undefined;
|
|
11691
11740
|
/* functional template */
|
|
11692
11741
|
|
|
11693
|
-
const __vue_is_functional_template__$
|
|
11742
|
+
const __vue_is_functional_template__$a = false;
|
|
11694
11743
|
/* style inject SSR */
|
|
11695
11744
|
|
|
11696
11745
|
/* style inject shadow dom */
|
|
11697
11746
|
|
|
11698
|
-
const __vue_component__$
|
|
11699
|
-
render: __vue_render__$
|
|
11700
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11701
|
-
}, __vue_inject_styles__$
|
|
11747
|
+
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
11748
|
+
render: __vue_render__$a,
|
|
11749
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
11750
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
11702
11751
|
|
|
11703
|
-
var CardAttachment = __vue_component__$
|
|
11752
|
+
var CardAttachment = __vue_component__$f;
|
|
11704
11753
|
|
|
11705
11754
|
//
|
|
11706
|
-
var script$
|
|
11755
|
+
var script$9 = {
|
|
11707
11756
|
components: {
|
|
11708
11757
|
CardAttachment
|
|
11709
11758
|
},
|
|
@@ -11824,10 +11873,10 @@ var script$7 = {
|
|
|
11824
11873
|
};
|
|
11825
11874
|
|
|
11826
11875
|
/* script */
|
|
11827
|
-
const __vue_script__$
|
|
11876
|
+
const __vue_script__$9 = script$9;
|
|
11828
11877
|
/* template */
|
|
11829
11878
|
|
|
11830
|
-
var __vue_render__$
|
|
11879
|
+
var __vue_render__$9 = function () {
|
|
11831
11880
|
var _vm = this;
|
|
11832
11881
|
|
|
11833
11882
|
var _h = _vm.$createElement;
|
|
@@ -11937,10 +11986,10 @@ var __vue_render__$7 = function () {
|
|
|
11937
11986
|
}), 0) : _vm._e()])], 1) : _vm._e();
|
|
11938
11987
|
};
|
|
11939
11988
|
|
|
11940
|
-
var __vue_staticRenderFns__$
|
|
11989
|
+
var __vue_staticRenderFns__$9 = [];
|
|
11941
11990
|
/* style */
|
|
11942
11991
|
|
|
11943
|
-
const __vue_inject_styles__$
|
|
11992
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
11944
11993
|
if (!inject) return;
|
|
11945
11994
|
inject("data-v-60eaca73_0", {
|
|
11946
11995
|
source: ".fade-enter-active[data-v-60eaca73],.fade-leave-active[data-v-60eaca73]{transition:opacity .2s}.fade-enter[data-v-60eaca73],.fade-leave-to[data-v-60eaca73]{opacity:0}.card-cli[data-v-60eaca73],.card-ope[data-v-60eaca73]{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.msgNova[data-v-60eaca73],.card-ope.msgNova[data-v-60eaca73]{margin-top:30px}.novas-mensagens[data-v-60eaca73]{position:absolute;top:-30px;width:100%;display:flex;justify-content:center;align-items:center;margin:2.5px 0;background-color:lighten(#fff249,15)}.card-cli .card[data-v-60eaca73]{border-left:3px solid #90b823}.card-ope[data-v-60eaca73]{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card[data-v-60eaca73]{border-right:3px solid #007535}.card[data-v-60eaca73]{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px}.card p[data-v-60eaca73]{word-break:break-all}.card-header[data-v-60eaca73]{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between}.card-header svg[data-v-60eaca73]{font-size:1rem}.card-canal[data-v-60eaca73]{flex:1;margin-right:10px}.card-datas[data-v-60eaca73]{display:flex;flex-direction:column;margin-right:10px}.card-data[data-v-60eaca73]{overflow:hidden;display:flex;align-content:center}.card-data span[data-v-60eaca73]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-data svg[data-v-60eaca73]{margin-right:5px;color:#232323}.card-expand[data-v-60eaca73]{display:flex;justify-content:center;align-items:center;margin:2.5px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand[data-v-60eaca73]:hover{opacity:1}.card-footer[data-v-60eaca73]{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap}.card-chip[data-v-60eaca73]{font-size:.8rem;width:fit-content;border-radius:15px;transition:all 150ms ease-in-out;padding:2.5px 7px;color:#1f69c1;background-color:rgba(207,216,244,.6);margin-bottom:5px}.card-chip[data-v-60eaca73]:hover{background-color:#cfd8f4}.card-chip.orange[data-v-60eaca73]{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange[data-v-60eaca73]:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow[data-v-60eaca73]{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow[data-v-60eaca73]:hover{background-color:rgba(252,191,73,.2)}.card-chip.red[data-v-60eaca73]{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red[data-v-60eaca73]:hover{background-color:rgba(231,76,60,.25)}.card-anexo[data-v-60eaca73]{width:50px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.anexo-item[data-v-60eaca73]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.anexo-item .transition-anexo-item[data-v-60eaca73]{max-width:100%;max-height:100%}.anexo-item .req-loader[data-v-60eaca73]{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.anexo-item .transition-anexo-item img[data-v-60eaca73]{max-width:45px;max-height:45px}.anexo-icone[data-v-60eaca73]{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.anexo-icone[data-v-60eaca73]:hover{opacity:1}.anexo-icone[data-v-60eaca73]:visited{color:inherit}svg[data-v-60eaca73]{font-size:30px;z-index:1}.anexo-icone.pdf[data-v-60eaca73]{position:relative}.anexo-icone.pdf svg[data-v-60eaca73]{color:#e74c3c}.anexo-icone.pdf[data-v-60eaca73]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.anexo-icone.doc[data-v-60eaca73]{color:#15517f}.anexo-icone.doc[data-v-60eaca73]::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.anexo-img[data-v-60eaca73]{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,.2);border-radius:2.5px;cursor:pointer;opacity:.9;transition:opacity 150ms}.anexo-img[data-v-60eaca73]:hover{opacity:1}.anexo-img img[data-v-60eaca73]{width:95%}",
|
|
@@ -11951,26 +12000,26 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
11951
12000
|
/* scoped */
|
|
11952
12001
|
|
|
11953
12002
|
|
|
11954
|
-
const __vue_scope_id__$
|
|
12003
|
+
const __vue_scope_id__$9 = "data-v-60eaca73";
|
|
11955
12004
|
/* module identifier */
|
|
11956
12005
|
|
|
11957
|
-
const __vue_module_identifier__$
|
|
12006
|
+
const __vue_module_identifier__$9 = undefined;
|
|
11958
12007
|
/* functional template */
|
|
11959
12008
|
|
|
11960
|
-
const __vue_is_functional_template__$
|
|
12009
|
+
const __vue_is_functional_template__$9 = false;
|
|
11961
12010
|
/* style inject SSR */
|
|
11962
12011
|
|
|
11963
12012
|
/* style inject shadow dom */
|
|
11964
12013
|
|
|
11965
|
-
const __vue_component__$
|
|
11966
|
-
render: __vue_render__$
|
|
11967
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11968
|
-
}, __vue_inject_styles__$
|
|
12014
|
+
const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
12015
|
+
render: __vue_render__$9,
|
|
12016
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
12017
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
11969
12018
|
|
|
11970
|
-
var __vue_component__$
|
|
12019
|
+
var __vue_component__$e = __vue_component__$d;
|
|
11971
12020
|
|
|
11972
12021
|
//
|
|
11973
|
-
var script$
|
|
12022
|
+
var script$8 = {
|
|
11974
12023
|
mixins: [fileHandler],
|
|
11975
12024
|
components: {
|
|
11976
12025
|
Loader
|
|
@@ -12042,10 +12091,10 @@ var script$6 = {
|
|
|
12042
12091
|
};
|
|
12043
12092
|
|
|
12044
12093
|
/* script */
|
|
12045
|
-
const __vue_script__$
|
|
12094
|
+
const __vue_script__$8 = script$8;
|
|
12046
12095
|
/* template */
|
|
12047
12096
|
|
|
12048
|
-
var __vue_render__$
|
|
12097
|
+
var __vue_render__$8 = function () {
|
|
12049
12098
|
var _vm = this;
|
|
12050
12099
|
|
|
12051
12100
|
var _h = _vm.$createElement;
|
|
@@ -12194,13 +12243,13 @@ var __vue_render__$6 = function () {
|
|
|
12194
12243
|
})], 1) : _vm._e()])], 1)], 1);
|
|
12195
12244
|
};
|
|
12196
12245
|
|
|
12197
|
-
var __vue_staticRenderFns__$
|
|
12246
|
+
var __vue_staticRenderFns__$8 = [];
|
|
12198
12247
|
/* style */
|
|
12199
12248
|
|
|
12200
|
-
const __vue_inject_styles__$
|
|
12249
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
12201
12250
|
if (!inject) return;
|
|
12202
|
-
inject("data-v-
|
|
12203
|
-
source: ".fade-enter-active[data-v-
|
|
12251
|
+
inject("data-v-433c38d2_0", {
|
|
12252
|
+
source: ".fade-enter-active[data-v-433c38d2],.fade-leave-active[data-v-433c38d2]{transition:opacity .5s}.fade-enter[data-v-433c38d2],.fade-leave-to[data-v-433c38d2]{opacity:0}.mensagem-div-anexo[data-v-433c38d2]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-433c38d2]{width:100%;margin-top:5px;overflow:hidden;display:flex;max-height:300px}.anexo-container .arquivo-erro[data-v-433c38d2],.anexo-container a[data-v-433c38d2]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container p[data-v-433c38d2]{text-overflow:ellipsis;overflow:hidden}.anexo-container .arquivo-erro[data-v-433c38d2],.anexo-container p[data-v-433c38d2]{margin:0;margin-left:15px;font-size:.9rem}.anexo-container svg[data-v-433c38d2]{font-size:2rem}.anexo-container audio[data-v-433c38d2]{outline:0;width:100%}.anexo-container video[data-v-433c38d2]{flex:1;width:100%;max-width:350px;cursor:pointer}.anexos-links-container[data-v-433c38d2]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-433c38d2]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-right:5px;font-weight:550;color:inherit;text-decoration:none}.anexos-links-container svg[data-v-433c38d2]{cursor:pointer}.mensagem-div-anexo img[data-v-433c38d2]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-433c38d2]{width:100%;height:100%}.anexo-mensagem[data-v-433c38d2]{display:flex;justify-content:center;align-items:center;flex-direction:column}.alert-danger[data-v-433c38d2]{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert[data-v-433c38d2]{position:relative;padding:.65rem 1.2rem;margin:5px 0;border:1px solid transparent;border-radius:.25rem;text-align:center}.alert svg[data-v-433c38d2]{font-size:1.025em;margin-right:2px}.pdf[data-v-433c38d2]{color:#e74c3c}.doc[data-v-433c38d2]{color:#006bc9}",
|
|
12204
12253
|
map: undefined,
|
|
12205
12254
|
media: undefined
|
|
12206
12255
|
});
|
|
@@ -12208,26 +12257,26 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
12208
12257
|
/* scoped */
|
|
12209
12258
|
|
|
12210
12259
|
|
|
12211
|
-
const __vue_scope_id__$
|
|
12260
|
+
const __vue_scope_id__$8 = "data-v-433c38d2";
|
|
12212
12261
|
/* module identifier */
|
|
12213
12262
|
|
|
12214
|
-
const __vue_module_identifier__$
|
|
12263
|
+
const __vue_module_identifier__$8 = undefined;
|
|
12215
12264
|
/* functional template */
|
|
12216
12265
|
|
|
12217
|
-
const __vue_is_functional_template__$
|
|
12266
|
+
const __vue_is_functional_template__$8 = false;
|
|
12218
12267
|
/* style inject SSR */
|
|
12219
12268
|
|
|
12220
12269
|
/* style inject shadow dom */
|
|
12221
12270
|
|
|
12222
|
-
const __vue_component__$
|
|
12223
|
-
render: __vue_render__$
|
|
12224
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12225
|
-
}, __vue_inject_styles__$
|
|
12271
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
12272
|
+
render: __vue_render__$8,
|
|
12273
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
12274
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
12226
12275
|
|
|
12227
|
-
var AnexoMensagem = __vue_component__$
|
|
12276
|
+
var AnexoMensagem = __vue_component__$c;
|
|
12228
12277
|
|
|
12229
12278
|
//
|
|
12230
|
-
var script$
|
|
12279
|
+
var script$7 = {
|
|
12231
12280
|
components: {
|
|
12232
12281
|
InteratividadePopup
|
|
12233
12282
|
},
|
|
@@ -12289,10 +12338,10 @@ var script$5 = {
|
|
|
12289
12338
|
};
|
|
12290
12339
|
|
|
12291
12340
|
/* script */
|
|
12292
|
-
const __vue_script__$
|
|
12341
|
+
const __vue_script__$7 = script$7;
|
|
12293
12342
|
/* template */
|
|
12294
12343
|
|
|
12295
|
-
var __vue_render__$
|
|
12344
|
+
var __vue_render__$7 = function () {
|
|
12296
12345
|
var _vm = this;
|
|
12297
12346
|
|
|
12298
12347
|
var _h = _vm.$createElement;
|
|
@@ -12358,10 +12407,10 @@ var __vue_render__$5 = function () {
|
|
|
12358
12407
|
}) : _vm._e()])] : _vm._e()], 2);
|
|
12359
12408
|
};
|
|
12360
12409
|
|
|
12361
|
-
var __vue_staticRenderFns__$
|
|
12410
|
+
var __vue_staticRenderFns__$7 = [];
|
|
12362
12411
|
/* style */
|
|
12363
12412
|
|
|
12364
|
-
const __vue_inject_styles__$
|
|
12413
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
12365
12414
|
if (!inject) return;
|
|
12366
12415
|
inject("data-v-265335df_0", {
|
|
12367
12416
|
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}",
|
|
@@ -12372,26 +12421,26 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
12372
12421
|
/* scoped */
|
|
12373
12422
|
|
|
12374
12423
|
|
|
12375
|
-
const __vue_scope_id__$
|
|
12424
|
+
const __vue_scope_id__$7 = undefined;
|
|
12376
12425
|
/* module identifier */
|
|
12377
12426
|
|
|
12378
|
-
const __vue_module_identifier__$
|
|
12427
|
+
const __vue_module_identifier__$7 = undefined;
|
|
12379
12428
|
/* functional template */
|
|
12380
12429
|
|
|
12381
|
-
const __vue_is_functional_template__$
|
|
12430
|
+
const __vue_is_functional_template__$7 = false;
|
|
12382
12431
|
/* style inject SSR */
|
|
12383
12432
|
|
|
12384
12433
|
/* style inject shadow dom */
|
|
12385
12434
|
|
|
12386
|
-
const __vue_component__$
|
|
12387
|
-
render: __vue_render__$
|
|
12388
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12389
|
-
}, __vue_inject_styles__$
|
|
12435
|
+
const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
12436
|
+
render: __vue_render__$7,
|
|
12437
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
12438
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
12390
12439
|
|
|
12391
|
-
var InteratividadeBotoes = __vue_component__$
|
|
12440
|
+
var InteratividadeBotoes = __vue_component__$b;
|
|
12392
12441
|
|
|
12393
12442
|
//
|
|
12394
|
-
var script$
|
|
12443
|
+
var script$6 = {
|
|
12395
12444
|
props: {
|
|
12396
12445
|
message: {
|
|
12397
12446
|
type: String,
|
|
@@ -12493,10 +12542,10 @@ var script$4 = {
|
|
|
12493
12542
|
};
|
|
12494
12543
|
|
|
12495
12544
|
/* script */
|
|
12496
|
-
const __vue_script__$
|
|
12545
|
+
const __vue_script__$6 = script$6;
|
|
12497
12546
|
/* template */
|
|
12498
12547
|
|
|
12499
|
-
var __vue_render__$
|
|
12548
|
+
var __vue_render__$6 = function () {
|
|
12500
12549
|
var _vm = this;
|
|
12501
12550
|
|
|
12502
12551
|
var _h = _vm.$createElement;
|
|
@@ -12539,10 +12588,10 @@ var __vue_render__$4 = function () {
|
|
|
12539
12588
|
}) : _vm._e()]) : _vm._e()]) : _vm._e();
|
|
12540
12589
|
};
|
|
12541
12590
|
|
|
12542
|
-
var __vue_staticRenderFns__$
|
|
12591
|
+
var __vue_staticRenderFns__$6 = [];
|
|
12543
12592
|
/* style */
|
|
12544
12593
|
|
|
12545
|
-
const __vue_inject_styles__$
|
|
12594
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
12546
12595
|
if (!inject) return;
|
|
12547
12596
|
inject("data-v-17ba3e86_0", {
|
|
12548
12597
|
source: ".link-preview[data-v-17ba3e86]{display:flex;flex-direction:column;background-color:#eee;color:#333;cursor:pointer;margin:5px 0;border-radius:5px;opacity:.95;transition:opacity .3s ease-in-out;font-size:.85rem}.link-preview-image[data-v-17ba3e86]{display:flex;justify-content:center;align-items:center;padding:1px;border-top-left-radius:5px;border-top-right-radius:5px}.link-preview-author[data-v-17ba3e86]{margin:5px;font-size:.615em;font-weight:700}.link-preview-author.mb-0[data-v-17ba3e86]{margin-bottom:0}.link-preview-author h1[data-v-17ba3e86]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-preview-image img[data-v-17ba3e86]{min-width:100px;max-width:200px;border-top-left-radius:5px;border-top-right-radius:5px}.link-preview-infos[data-v-17ba3e86]{background-color:#2626261a;padding:5px;margin:5px;font-size:.83em;border-radius:5px}.link-preview[data-v-17ba3e86]:hover{opacity:1}.link-preview:hover .link-preview-infos p[data-v-17ba3e86]{text-decoration:underline}",
|
|
@@ -12553,26 +12602,26 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
12553
12602
|
/* scoped */
|
|
12554
12603
|
|
|
12555
12604
|
|
|
12556
|
-
const __vue_scope_id__$
|
|
12605
|
+
const __vue_scope_id__$6 = "data-v-17ba3e86";
|
|
12557
12606
|
/* module identifier */
|
|
12558
12607
|
|
|
12559
|
-
const __vue_module_identifier__$
|
|
12608
|
+
const __vue_module_identifier__$6 = undefined;
|
|
12560
12609
|
/* functional template */
|
|
12561
12610
|
|
|
12562
|
-
const __vue_is_functional_template__$
|
|
12611
|
+
const __vue_is_functional_template__$6 = false;
|
|
12563
12612
|
/* style inject SSR */
|
|
12564
12613
|
|
|
12565
12614
|
/* style inject shadow dom */
|
|
12566
12615
|
|
|
12567
|
-
const __vue_component__$
|
|
12568
|
-
render: __vue_render__$
|
|
12569
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12570
|
-
}, __vue_inject_styles__$
|
|
12616
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
12617
|
+
render: __vue_render__$6,
|
|
12618
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
12619
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
12571
12620
|
|
|
12572
|
-
var LinkPreview = __vue_component__$
|
|
12621
|
+
var LinkPreview = __vue_component__$a;
|
|
12573
12622
|
|
|
12574
12623
|
//
|
|
12575
|
-
var script$
|
|
12624
|
+
var script$5 = {
|
|
12576
12625
|
components: {
|
|
12577
12626
|
AnexoMensagem,
|
|
12578
12627
|
InteratividadeBotoes,
|
|
@@ -12766,10 +12815,10 @@ var script$3 = {
|
|
|
12766
12815
|
};
|
|
12767
12816
|
|
|
12768
12817
|
/* script */
|
|
12769
|
-
const __vue_script__$
|
|
12818
|
+
const __vue_script__$5 = script$5;
|
|
12770
12819
|
/* template */
|
|
12771
12820
|
|
|
12772
|
-
var __vue_render__$
|
|
12821
|
+
var __vue_render__$5 = function () {
|
|
12773
12822
|
var _vm = this;
|
|
12774
12823
|
|
|
12775
12824
|
var _h = _vm.$createElement;
|
|
@@ -13047,10 +13096,10 @@ var __vue_render__$3 = function () {
|
|
|
13047
13096
|
})], 2)], 1) : _vm._e();
|
|
13048
13097
|
};
|
|
13049
13098
|
|
|
13050
|
-
var __vue_staticRenderFns__$
|
|
13099
|
+
var __vue_staticRenderFns__$5 = [];
|
|
13051
13100
|
/* style */
|
|
13052
13101
|
|
|
13053
|
-
const __vue_inject_styles__$
|
|
13102
|
+
const __vue_inject_styles__$5 = function (inject) {
|
|
13054
13103
|
if (!inject) return;
|
|
13055
13104
|
inject("data-v-8e87a87a_0", {
|
|
13056
13105
|
source: ":root{--message-color:#373737}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem{padding:14px 7px;border-radius:2.5px;min-width:150px;min-height:60px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;max-width:80%;margin-bottom:10px;font-size:.85rem;word-break:break-word}.mensagem.max-w-60{max-width:60%}.mensagem.mapa{width:100%}.mensagem.hist-msg{animation:show 1s}.mensagem a{margin-right:5px;font-weight:550;color:inherit;text-decoration:none}.mensagem a:hover{text-decoration:underline}.message p{white-space:pre-wrap}.mensagem-anexo a,.mensagem-div-mapa a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.reply{cursor:pointer;position:absolute;right:53px;bottom:5px;font-size:.6rem;color:#67a332;width:.9rem;height:.9rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff}.reply svg{margin-top:-1px;margin-right:-1px}.reply-with-2-icons{right:30px}.check{cursor:pointer;position:absolute;right:10px;bottom:2px;font-size:.7rem}.check.visualizado,.check.visualizado svg{color:#006daa}.check.verde,.check.verde svg{color:#4f772d}.check.vermelho,.check.vermelho svg{color:#ba181b}.check.cinza,.check.cinza svg{color:#999}.check.preto,.check.preto svg{color:#666}.star{cursor:pointer;position:absolute;right:30px;bottom:2px;font-size:.4rem;width:11.2px}.default-stick-size{width:180px;height:auto}.horario-envio{margin-right:15px;font-size:.7rem;position:absolute;left:10px;bottom:2px}.autor-mensagem{position:absolute;font-size:.6rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:90%;font-weight:700;top:2px}.mensagem__principal{width:100%;display:flex;justify-content:flex-end}.mensagem__principal>.mensagem::after{content:\"\";width:0;height:0;position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid var(--message-color);bottom:5px;right:-10px;transform:rotate(-90deg)}.mensagem__principal>.mensagem{background-color:var(--message-color);color:#fff}.mensagem__principal>.mensagem .horario-envio{color:#fff}.mensagem__principal>.mensagem .autor-mensagem{right:5px;color:#fff}.mensagem__outros{width:100%;display:flex}.mensagem__outros>.mensagem{background-color:#fff;color:#333}.mensagem__outros>.mensagem::after{content:\"\";width:0;height:0;position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;bottom:5px;left:-10px;transform:rotate(90deg)}.mensagem__outros>.autor-mensagem{left:5px;color:#333}.mensagem-div-mapa{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:5px}.msg-mapa{width:100%;min-height:225px;height:100%;box-sizing:initial}.msg-mapa img{max-width:none!important}.info-mapa{list-style-type:none}.info-mapa li.title{font-size:.85em}.info-mapa li.address,.info-mapa li.url{font-size:.7em}.info-mapa li.url{font-size:.7em}.tooltip-list{margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}",
|
|
@@ -13061,23 +13110,23 @@ const __vue_inject_styles__$3 = function (inject) {
|
|
|
13061
13110
|
/* scoped */
|
|
13062
13111
|
|
|
13063
13112
|
|
|
13064
|
-
const __vue_scope_id__$
|
|
13113
|
+
const __vue_scope_id__$5 = undefined;
|
|
13065
13114
|
/* module identifier */
|
|
13066
13115
|
|
|
13067
|
-
const __vue_module_identifier__$
|
|
13116
|
+
const __vue_module_identifier__$5 = undefined;
|
|
13068
13117
|
/* functional template */
|
|
13069
13118
|
|
|
13070
|
-
const __vue_is_functional_template__$
|
|
13119
|
+
const __vue_is_functional_template__$5 = false;
|
|
13071
13120
|
/* style inject SSR */
|
|
13072
13121
|
|
|
13073
13122
|
/* style inject shadow dom */
|
|
13074
13123
|
|
|
13075
|
-
const __vue_component__$
|
|
13076
|
-
render: __vue_render__$
|
|
13077
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
13078
|
-
}, __vue_inject_styles__$
|
|
13124
|
+
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
13125
|
+
render: __vue_render__$5,
|
|
13126
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
13127
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
|
|
13079
13128
|
|
|
13080
|
-
var __vue_component__$
|
|
13129
|
+
var __vue_component__$9 = __vue_component__$8;
|
|
13081
13130
|
|
|
13082
13131
|
//
|
|
13083
13132
|
//
|
|
@@ -13086,7 +13135,7 @@ var __vue_component__$6 = __vue_component__$5;
|
|
|
13086
13135
|
//
|
|
13087
13136
|
//
|
|
13088
13137
|
//
|
|
13089
|
-
var script$
|
|
13138
|
+
var script$4 = {
|
|
13090
13139
|
props: {
|
|
13091
13140
|
icon: [String, Array],
|
|
13092
13141
|
default: ""
|
|
@@ -13100,10 +13149,10 @@ var script$2 = {
|
|
|
13100
13149
|
};
|
|
13101
13150
|
|
|
13102
13151
|
/* script */
|
|
13103
|
-
const __vue_script__$
|
|
13152
|
+
const __vue_script__$4 = script$4;
|
|
13104
13153
|
/* template */
|
|
13105
13154
|
|
|
13106
|
-
var __vue_render__$
|
|
13155
|
+
var __vue_render__$4 = function () {
|
|
13107
13156
|
var _vm = this;
|
|
13108
13157
|
|
|
13109
13158
|
var _h = _vm.$createElement;
|
|
@@ -13126,10 +13175,10 @@ var __vue_render__$2 = function () {
|
|
|
13126
13175
|
})], 1);
|
|
13127
13176
|
};
|
|
13128
13177
|
|
|
13129
|
-
var __vue_staticRenderFns__$
|
|
13178
|
+
var __vue_staticRenderFns__$4 = [];
|
|
13130
13179
|
/* style */
|
|
13131
13180
|
|
|
13132
|
-
const __vue_inject_styles__$
|
|
13181
|
+
const __vue_inject_styles__$4 = function (inject) {
|
|
13133
13182
|
if (!inject) return;
|
|
13134
13183
|
inject("data-v-f9c5e7d8_0", {
|
|
13135
13184
|
source: ".simple-btn--icon.custom>span{width:20px;height:20px}",
|
|
@@ -13140,26 +13189,26 @@ const __vue_inject_styles__$2 = function (inject) {
|
|
|
13140
13189
|
/* scoped */
|
|
13141
13190
|
|
|
13142
13191
|
|
|
13143
|
-
const __vue_scope_id__$
|
|
13192
|
+
const __vue_scope_id__$4 = undefined;
|
|
13144
13193
|
/* module identifier */
|
|
13145
13194
|
|
|
13146
|
-
const __vue_module_identifier__$
|
|
13195
|
+
const __vue_module_identifier__$4 = undefined;
|
|
13147
13196
|
/* functional template */
|
|
13148
13197
|
|
|
13149
|
-
const __vue_is_functional_template__$
|
|
13198
|
+
const __vue_is_functional_template__$4 = false;
|
|
13150
13199
|
/* style inject SSR */
|
|
13151
13200
|
|
|
13152
13201
|
/* style inject shadow dom */
|
|
13153
13202
|
|
|
13154
|
-
const __vue_component__$
|
|
13155
|
-
render: __vue_render__$
|
|
13156
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
13157
|
-
}, __vue_inject_styles__$
|
|
13203
|
+
const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
13204
|
+
render: __vue_render__$4,
|
|
13205
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
13206
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
|
|
13158
13207
|
|
|
13159
|
-
var IconButton = __vue_component__$
|
|
13208
|
+
var IconButton = __vue_component__$7;
|
|
13160
13209
|
|
|
13161
13210
|
//
|
|
13162
|
-
var script$
|
|
13211
|
+
var script$3 = {
|
|
13163
13212
|
components: {
|
|
13164
13213
|
IconButton
|
|
13165
13214
|
},
|
|
@@ -13215,10 +13264,10 @@ var script$1 = {
|
|
|
13215
13264
|
};
|
|
13216
13265
|
|
|
13217
13266
|
/* script */
|
|
13218
|
-
const __vue_script__$
|
|
13267
|
+
const __vue_script__$3 = script$3;
|
|
13219
13268
|
/* template */
|
|
13220
13269
|
|
|
13221
|
-
var __vue_render__$
|
|
13270
|
+
var __vue_render__$3 = function () {
|
|
13222
13271
|
var _vm = this;
|
|
13223
13272
|
|
|
13224
13273
|
var _h = _vm.$createElement;
|
|
@@ -13253,10 +13302,10 @@ var __vue_render__$1 = function () {
|
|
|
13253
13302
|
}) : _c('VueLoader')], 2);
|
|
13254
13303
|
};
|
|
13255
13304
|
|
|
13256
|
-
var __vue_staticRenderFns__$
|
|
13305
|
+
var __vue_staticRenderFns__$3 = [];
|
|
13257
13306
|
/* style */
|
|
13258
13307
|
|
|
13259
|
-
const __vue_inject_styles__$
|
|
13308
|
+
const __vue_inject_styles__$3 = function (inject) {
|
|
13260
13309
|
if (!inject) return;
|
|
13261
13310
|
inject("data-v-b7424d62_0", {
|
|
13262
13311
|
source: ".default-btn-style{transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -2px rgba(0,0,0,.2);opacity:.9;border-radius:5px;display:flex;justify-content:center;align-items:center;padding:5px;cursor:pointer;min-height:28px}.default-btn-style:hover{opacity:1}.default-btn-style:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.simple-btn{position:relative}.simple-btn--icon{display:flex;justify-content:center;align-items:center;margin-right:5px}.simple-btn--icon.custom{min-width:25px}.simple-btn--text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.icon-container{position:absolute;left:-15px;padding:5px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%}.icon-container svg{color:rgba(255,255,255,.5);width:23px;height:23px}",
|
|
@@ -13267,23 +13316,23 @@ const __vue_inject_styles__$1 = function (inject) {
|
|
|
13267
13316
|
/* scoped */
|
|
13268
13317
|
|
|
13269
13318
|
|
|
13270
|
-
const __vue_scope_id__$
|
|
13319
|
+
const __vue_scope_id__$3 = undefined;
|
|
13271
13320
|
/* module identifier */
|
|
13272
13321
|
|
|
13273
|
-
const __vue_module_identifier__$
|
|
13322
|
+
const __vue_module_identifier__$3 = undefined;
|
|
13274
13323
|
/* functional template */
|
|
13275
13324
|
|
|
13276
|
-
const __vue_is_functional_template__$
|
|
13325
|
+
const __vue_is_functional_template__$3 = false;
|
|
13277
13326
|
/* style inject SSR */
|
|
13278
13327
|
|
|
13279
13328
|
/* style inject shadow dom */
|
|
13280
13329
|
|
|
13281
|
-
const __vue_component__$
|
|
13282
|
-
render: __vue_render__$
|
|
13283
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
13284
|
-
}, __vue_inject_styles__$
|
|
13330
|
+
const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
13331
|
+
render: __vue_render__$3,
|
|
13332
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
13333
|
+
}, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, createInjector, undefined, undefined);
|
|
13285
13334
|
|
|
13286
|
-
var __vue_component__$
|
|
13335
|
+
var __vue_component__$6 = __vue_component__$5;
|
|
13287
13336
|
|
|
13288
13337
|
//
|
|
13289
13338
|
//
|
|
@@ -13304,7 +13353,7 @@ var __vue_component__$3 = __vue_component__$2;
|
|
|
13304
13353
|
//
|
|
13305
13354
|
//
|
|
13306
13355
|
//
|
|
13307
|
-
var script = {
|
|
13356
|
+
var script$2 = {
|
|
13308
13357
|
props: {
|
|
13309
13358
|
identificador: {
|
|
13310
13359
|
type: String,
|
|
@@ -13397,10 +13446,10 @@ var script = {
|
|
|
13397
13446
|
};
|
|
13398
13447
|
|
|
13399
13448
|
/* script */
|
|
13400
|
-
const __vue_script__ = script;
|
|
13449
|
+
const __vue_script__$2 = script$2;
|
|
13401
13450
|
/* template */
|
|
13402
13451
|
|
|
13403
|
-
var __vue_render__ = function () {
|
|
13452
|
+
var __vue_render__$2 = function () {
|
|
13404
13453
|
var _vm = this;
|
|
13405
13454
|
|
|
13406
13455
|
var _h = _vm.$createElement;
|
|
@@ -13445,10 +13494,10 @@ var __vue_render__ = function () {
|
|
|
13445
13494
|
})], 1)]);
|
|
13446
13495
|
};
|
|
13447
13496
|
|
|
13448
|
-
var __vue_staticRenderFns__ = [];
|
|
13497
|
+
var __vue_staticRenderFns__$2 = [];
|
|
13449
13498
|
/* style */
|
|
13450
13499
|
|
|
13451
|
-
const __vue_inject_styles__ = function (inject) {
|
|
13500
|
+
const __vue_inject_styles__$2 = function (inject) {
|
|
13452
13501
|
if (!inject) return;
|
|
13453
13502
|
inject("data-v-179843a2_0", {
|
|
13454
13503
|
source: ".fade-enter-active[data-v-179843a2],.fade-leave-active[data-v-179843a2]{transition:opacity .3s}.fade-enter[data-v-179843a2],.fade-leave-to[data-v-179843a2]{opacity:0}",
|
|
@@ -13463,7 +13512,320 @@ const __vue_inject_styles__ = function (inject) {
|
|
|
13463
13512
|
/* scoped */
|
|
13464
13513
|
|
|
13465
13514
|
|
|
13466
|
-
const __vue_scope_id__ = "data-v-179843a2";
|
|
13515
|
+
const __vue_scope_id__$2 = "data-v-179843a2";
|
|
13516
|
+
/* module identifier */
|
|
13517
|
+
|
|
13518
|
+
const __vue_module_identifier__$2 = undefined;
|
|
13519
|
+
/* functional template */
|
|
13520
|
+
|
|
13521
|
+
const __vue_is_functional_template__$2 = false;
|
|
13522
|
+
/* style inject SSR */
|
|
13523
|
+
|
|
13524
|
+
/* style inject shadow dom */
|
|
13525
|
+
|
|
13526
|
+
const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
13527
|
+
render: __vue_render__$2,
|
|
13528
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
13529
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
|
|
13530
|
+
|
|
13531
|
+
var __vue_component__$4 = __vue_component__$3;
|
|
13532
|
+
|
|
13533
|
+
//
|
|
13534
|
+
var script$1 = {
|
|
13535
|
+
mixins: [fileHandler],
|
|
13536
|
+
props: {
|
|
13537
|
+
anexo: {
|
|
13538
|
+
type: [Object, String],
|
|
13539
|
+
default: () => {
|
|
13540
|
+
return {};
|
|
13541
|
+
}
|
|
13542
|
+
},
|
|
13543
|
+
dominio: {
|
|
13544
|
+
type: String,
|
|
13545
|
+
required: true
|
|
13546
|
+
}
|
|
13547
|
+
},
|
|
13548
|
+
|
|
13549
|
+
mounted() {
|
|
13550
|
+
this.setFileVars(this.anexo, {
|
|
13551
|
+
dominio: this.dominio
|
|
13552
|
+
});
|
|
13553
|
+
}
|
|
13554
|
+
|
|
13555
|
+
};
|
|
13556
|
+
|
|
13557
|
+
/* script */
|
|
13558
|
+
const __vue_script__$1 = script$1;
|
|
13559
|
+
/* template */
|
|
13560
|
+
|
|
13561
|
+
var __vue_render__$1 = function () {
|
|
13562
|
+
var _vm = this;
|
|
13563
|
+
|
|
13564
|
+
var _h = _vm.$createElement;
|
|
13565
|
+
|
|
13566
|
+
var _c = _vm._self._c || _h;
|
|
13567
|
+
|
|
13568
|
+
return _c('transition-group', {
|
|
13569
|
+
attrs: {
|
|
13570
|
+
"name": "fade",
|
|
13571
|
+
"mode": "out-in"
|
|
13572
|
+
}
|
|
13573
|
+
}, [_vm.isLoading ? _c('VueLoader', {
|
|
13574
|
+
key: "file-loader"
|
|
13575
|
+
}) : _c('div', {
|
|
13576
|
+
key: "file-container",
|
|
13577
|
+
staticClass: "mb-5 mx-5 d-flex flex-wrap align-items-end"
|
|
13578
|
+
}, [_vm.imageURL ? _c('span', {
|
|
13579
|
+
staticClass: "anexo-img box-shadow",
|
|
13580
|
+
attrs: {
|
|
13581
|
+
"title": "Visualizar " + _vm.filename
|
|
13582
|
+
},
|
|
13583
|
+
on: {
|
|
13584
|
+
"click": function ($event) {
|
|
13585
|
+
return _vm.openWindowFromURL(_vm.imageURL, true);
|
|
13586
|
+
}
|
|
13587
|
+
}
|
|
13588
|
+
}, [_c('img', {
|
|
13589
|
+
attrs: {
|
|
13590
|
+
"src": "" + _vm.imageURL,
|
|
13591
|
+
"alt": _vm.filename
|
|
13592
|
+
}
|
|
13593
|
+
})]) : _c('span', {
|
|
13594
|
+
staticClass: "anexo-icone",
|
|
13595
|
+
class: [_vm.iconeClass],
|
|
13596
|
+
attrs: {
|
|
13597
|
+
"title": "Visualizar " + _vm.filename,
|
|
13598
|
+
"target": "_blank"
|
|
13599
|
+
},
|
|
13600
|
+
on: {
|
|
13601
|
+
"click": function ($event) {
|
|
13602
|
+
return _vm.openWindowFromURL(_vm.docURL, false);
|
|
13603
|
+
}
|
|
13604
|
+
}
|
|
13605
|
+
}, [_c('fa-icon', {
|
|
13606
|
+
attrs: {
|
|
13607
|
+
"icon": _vm.icon
|
|
13608
|
+
}
|
|
13609
|
+
})], 1), _vm._v(" "), _c('a', {
|
|
13610
|
+
attrs: {
|
|
13611
|
+
"href": _vm.imageURL ? _vm.imageURL : _vm.docURL,
|
|
13612
|
+
"download": "" + _vm.filename,
|
|
13613
|
+
"target": "_blank",
|
|
13614
|
+
"title": "Download " + _vm.filename
|
|
13615
|
+
}
|
|
13616
|
+
}, [_c('fa-icon', {
|
|
13617
|
+
attrs: {
|
|
13618
|
+
"icon": ['fas', 'download']
|
|
13619
|
+
}
|
|
13620
|
+
})], 1)])], 1);
|
|
13621
|
+
};
|
|
13622
|
+
|
|
13623
|
+
var __vue_staticRenderFns__$1 = [];
|
|
13624
|
+
/* style */
|
|
13625
|
+
|
|
13626
|
+
const __vue_inject_styles__$1 = function (inject) {
|
|
13627
|
+
if (!inject) return;
|
|
13628
|
+
inject("data-v-298444ef_0", {
|
|
13629
|
+
source: ".anexo-img[data-v-298444ef]{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,.2);border-radius:2.5px;cursor:pointer;opacity:.9;transition:opacity 150ms}.anexo-img[data-v-298444ef]:hover{opacity:1}.anexo-img img[data-v-298444ef]{width:95%;max-height:50px}.box-shadow[data-v-298444ef]{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.anexo-icone[data-v-298444ef]:hover{opacity:1}.anexo-icone[data-v-298444ef]:visited{color:inherit}.anexo-icone svg[data-v-298444ef]{font-size:30px;z-index:1}.anexo-icone.pdf[data-v-298444ef]{position:relative}.anexo-icone.pdf svg[data-v-298444ef]{color:#e74c3c}.anexo-icone.pdf[data-v-298444ef]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.anexo-icone.doc[data-v-298444ef]{color:#15517f}.anexo-icone.doc[data-v-298444ef]::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.anexo-icone[data-v-298444ef]{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.align-items-end[data-v-298444ef]{align-items:flex-end}.flex-wrap[data-v-298444ef]{flex-wrap:wrap}.d-flex[data-v-298444ef]{display:flex}.mb-5[data-v-298444ef]{margin-bottom:5px}.mx-5[data-v-298444ef]{margin-left:5px;margin-right:5px}",
|
|
13630
|
+
map: undefined,
|
|
13631
|
+
media: undefined
|
|
13632
|
+
});
|
|
13633
|
+
};
|
|
13634
|
+
/* scoped */
|
|
13635
|
+
|
|
13636
|
+
|
|
13637
|
+
const __vue_scope_id__$1 = "data-v-298444ef";
|
|
13638
|
+
/* module identifier */
|
|
13639
|
+
|
|
13640
|
+
const __vue_module_identifier__$1 = undefined;
|
|
13641
|
+
/* functional template */
|
|
13642
|
+
|
|
13643
|
+
const __vue_is_functional_template__$1 = false;
|
|
13644
|
+
/* style inject SSR */
|
|
13645
|
+
|
|
13646
|
+
/* style inject shadow dom */
|
|
13647
|
+
|
|
13648
|
+
const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
13649
|
+
render: __vue_render__$1,
|
|
13650
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
13651
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
|
|
13652
|
+
|
|
13653
|
+
var EmailFile = __vue_component__$2;
|
|
13654
|
+
|
|
13655
|
+
//
|
|
13656
|
+
var script = {
|
|
13657
|
+
mixins: [textoLongo],
|
|
13658
|
+
components: {
|
|
13659
|
+
EmailFile
|
|
13660
|
+
},
|
|
13661
|
+
props: {
|
|
13662
|
+
dominio: {
|
|
13663
|
+
type: String,
|
|
13664
|
+
required: true
|
|
13665
|
+
},
|
|
13666
|
+
dicionario: {
|
|
13667
|
+
type: Object,
|
|
13668
|
+
required: true
|
|
13669
|
+
},
|
|
13670
|
+
de: {
|
|
13671
|
+
type: String,
|
|
13672
|
+
required: false,
|
|
13673
|
+
default: ""
|
|
13674
|
+
},
|
|
13675
|
+
para: {
|
|
13676
|
+
type: String,
|
|
13677
|
+
required: false,
|
|
13678
|
+
default: ""
|
|
13679
|
+
},
|
|
13680
|
+
html: {
|
|
13681
|
+
type: String,
|
|
13682
|
+
required: false,
|
|
13683
|
+
default: ""
|
|
13684
|
+
},
|
|
13685
|
+
assunto: {
|
|
13686
|
+
type: String,
|
|
13687
|
+
required: false,
|
|
13688
|
+
default: ""
|
|
13689
|
+
},
|
|
13690
|
+
dataHora: {
|
|
13691
|
+
type: String,
|
|
13692
|
+
required: false,
|
|
13693
|
+
default: ""
|
|
13694
|
+
},
|
|
13695
|
+
mensagem: {
|
|
13696
|
+
type: String,
|
|
13697
|
+
required: false,
|
|
13698
|
+
default: ""
|
|
13699
|
+
},
|
|
13700
|
+
anexos: {
|
|
13701
|
+
type: [Array, String],
|
|
13702
|
+
required: false,
|
|
13703
|
+
default: () => {
|
|
13704
|
+
return [];
|
|
13705
|
+
}
|
|
13706
|
+
},
|
|
13707
|
+
iniciarAberto: {
|
|
13708
|
+
type: Boolean,
|
|
13709
|
+
required: false,
|
|
13710
|
+
default: false
|
|
13711
|
+
}
|
|
13712
|
+
},
|
|
13713
|
+
|
|
13714
|
+
data() {
|
|
13715
|
+
return {
|
|
13716
|
+
estado: 0
|
|
13717
|
+
};
|
|
13718
|
+
},
|
|
13719
|
+
|
|
13720
|
+
computed: {
|
|
13721
|
+
siglaNome() {
|
|
13722
|
+
return this.de[0] ? this.de[0].toUpperCase() : "";
|
|
13723
|
+
}
|
|
13724
|
+
|
|
13725
|
+
},
|
|
13726
|
+
methods: {
|
|
13727
|
+
toggleEstado() {
|
|
13728
|
+
this.estado = this.estado == 0 ? 1 : 0;
|
|
13729
|
+
}
|
|
13730
|
+
|
|
13731
|
+
}
|
|
13732
|
+
};
|
|
13733
|
+
|
|
13734
|
+
/* script */
|
|
13735
|
+
const __vue_script__ = script;
|
|
13736
|
+
/* template */
|
|
13737
|
+
|
|
13738
|
+
var __vue_render__ = function () {
|
|
13739
|
+
var _vm = this;
|
|
13740
|
+
|
|
13741
|
+
var _h = _vm.$createElement;
|
|
13742
|
+
|
|
13743
|
+
var _c = _vm._self._c || _h;
|
|
13744
|
+
|
|
13745
|
+
return _c('div', {
|
|
13746
|
+
staticClass: "w-100 text-dark min-h-60 d-flex flex-wrap px-35 border-bottom-1 border-color-gray transition-150"
|
|
13747
|
+
}, [_c('div', {
|
|
13748
|
+
staticClass: "w-100 d-flex d-flex align-items-center justify-content-between cursor-pointer",
|
|
13749
|
+
on: {
|
|
13750
|
+
"click": function ($event) {
|
|
13751
|
+
return _vm.toggleEstado();
|
|
13752
|
+
}
|
|
13753
|
+
}
|
|
13754
|
+
}, [_c('div', {
|
|
13755
|
+
staticClass: "d-flex-center m-10"
|
|
13756
|
+
}, [_c('span', {
|
|
13757
|
+
staticClass: "align-self-start border-radius-round d-flex-center w-36px h-36px border-color-gray border-1 mr-10",
|
|
13758
|
+
domProps: {
|
|
13759
|
+
"textContent": _vm._s(_vm.siglaNome)
|
|
13760
|
+
}
|
|
13761
|
+
}), _vm._v(" "), _c('div', {
|
|
13762
|
+
staticClass: "d-flex flex-column"
|
|
13763
|
+
}, [_c('p', {
|
|
13764
|
+
staticClass: "text-bold fs-_9",
|
|
13765
|
+
attrs: {
|
|
13766
|
+
"title": _vm.de
|
|
13767
|
+
},
|
|
13768
|
+
domProps: {
|
|
13769
|
+
"textContent": _vm._s(_vm.de)
|
|
13770
|
+
}
|
|
13771
|
+
}), _vm._v(" "), _vm.estado != 0 ? _c('p', {
|
|
13772
|
+
staticClass: "text-gray fs-_8",
|
|
13773
|
+
attrs: {
|
|
13774
|
+
"title": _vm.para
|
|
13775
|
+
},
|
|
13776
|
+
domProps: {
|
|
13777
|
+
"textContent": _vm._s(_vm.para)
|
|
13778
|
+
}
|
|
13779
|
+
}) : _vm._e(), _vm._v(" "), _c('p', {
|
|
13780
|
+
staticClass: "text-gray fs-_8",
|
|
13781
|
+
attrs: {
|
|
13782
|
+
"title": _vm.assunto
|
|
13783
|
+
},
|
|
13784
|
+
domProps: {
|
|
13785
|
+
"textContent": _vm._s(_vm.tratarTextoLongo(_vm.assunto, 30))
|
|
13786
|
+
}
|
|
13787
|
+
})])]), _vm._v(" "), _c('span', {
|
|
13788
|
+
staticClass: "fs-_8 mr-10 text-ellipsis",
|
|
13789
|
+
attrs: {
|
|
13790
|
+
"title": _vm.formataDataHora(_vm.dataHora)
|
|
13791
|
+
}
|
|
13792
|
+
}, [_c('fa-icon', {
|
|
13793
|
+
attrs: {
|
|
13794
|
+
"icon": ['fas', 'calendar']
|
|
13795
|
+
}
|
|
13796
|
+
}), _vm._v("\n " + _vm._s(_vm.formataDataHora(_vm.dataHora)) + "\n ")], 1)]), _vm._v(" "), _vm.estado != 0 ? _c('div', {
|
|
13797
|
+
staticClass: "d-flex-center w-100 p-15"
|
|
13798
|
+
}, [_c('section', {
|
|
13799
|
+
domProps: {
|
|
13800
|
+
"innerHTML": _vm._s(_vm.html)
|
|
13801
|
+
}
|
|
13802
|
+
})]) : _vm._e(), _vm._v(" "), _vm.anexos && _vm.anexos.length ? _vm._l(_vm.anexos, function (anexo, index) {
|
|
13803
|
+
return _c('EmailFile', {
|
|
13804
|
+
key: index,
|
|
13805
|
+
staticClass: "d-flex flex-wrap align-items-center",
|
|
13806
|
+
attrs: {
|
|
13807
|
+
"anexo": anexo,
|
|
13808
|
+
"dominio": _vm.dominio
|
|
13809
|
+
}
|
|
13810
|
+
});
|
|
13811
|
+
}) : _vm._e()], 2);
|
|
13812
|
+
};
|
|
13813
|
+
|
|
13814
|
+
var __vue_staticRenderFns__ = [];
|
|
13815
|
+
/* style */
|
|
13816
|
+
|
|
13817
|
+
const __vue_inject_styles__ = function (inject) {
|
|
13818
|
+
if (!inject) return;
|
|
13819
|
+
inject("data-v-06a38972_0", {
|
|
13820
|
+
source: ".w-100[data-v-06a38972]{width:100%}.text-dark[data-v-06a38972]{color:#333}.min-h-60[data-v-06a38972]{min-height:60px}.d-flex[data-v-06a38972]{display:flex}.flex-wrap[data-v-06a38972]{flex-wrap:wrap}.border-bottom-1[data-v-06a38972]{border-bottom:1px solid}.border-color-gray[data-v-06a38972]{border-color:#ccc}.transition-150[data-v-06a38972]{transition:all 150ms ease-in-out}.cursor-pointer[data-v-06a38972]{cursor:pointer}.justify-content-between[data-v-06a38972]{justify-content:space-between}.align-items-center[data-v-06a38972]{align-items:center}.align-self-start[data-v-06a38972]{align-self:flex-start}.border-radius-round[data-v-06a38972]{border-radius:50%!important}.w-36px[data-v-06a38972]{width:36px}.h-36px[data-v-06a38972]{height:36px}.border-1[data-v-06a38972]{border:1px solid}.mr-10[data-v-06a38972]{margin-right:10px}.flex-column[data-v-06a38972]{display:flex;flex-direction:column}.text-bold[data-v-06a38972]{font-weight:700}.fs-_9[data-v-06a38972]{font-size:.9rem}.fs-_8[data-v-06a38972]{font-size:.8rem}.text-gray[data-v-06a38972]{color:gray}.p-15[data-v-06a38972]{padding:15px}.text-ellipsis[data-v-06a38972]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.d-flex-center[data-v-06a38972]{display:flex;justify-content:center;align-items:center}",
|
|
13821
|
+
map: undefined,
|
|
13822
|
+
media: undefined
|
|
13823
|
+
});
|
|
13824
|
+
};
|
|
13825
|
+
/* scoped */
|
|
13826
|
+
|
|
13827
|
+
|
|
13828
|
+
const __vue_scope_id__ = "data-v-06a38972";
|
|
13467
13829
|
/* module identifier */
|
|
13468
13830
|
|
|
13469
13831
|
const __vue_module_identifier__ = undefined;
|
|
@@ -13483,17 +13845,18 @@ var __vue_component__$1 = __vue_component__;
|
|
|
13483
13845
|
|
|
13484
13846
|
var components = /*#__PURE__*/Object.freeze({
|
|
13485
13847
|
__proto__: null,
|
|
13486
|
-
TemplateGenerator: __vue_component__$
|
|
13848
|
+
TemplateGenerator: __vue_component__$p,
|
|
13487
13849
|
TextFooter: TextFooter,
|
|
13488
|
-
ExpandTextarea: __vue_component__$
|
|
13489
|
-
Card: __vue_component__$
|
|
13850
|
+
ExpandTextarea: __vue_component__$n,
|
|
13851
|
+
Card: __vue_component__$j,
|
|
13490
13852
|
InteratividadeFormulario: InteratividadeFormulario,
|
|
13491
|
-
CardMessages: __vue_component__$
|
|
13492
|
-
ChatMessages: __vue_component__$
|
|
13853
|
+
CardMessages: __vue_component__$e,
|
|
13854
|
+
ChatMessages: __vue_component__$9,
|
|
13493
13855
|
BtnEmojis: BtnEmojis,
|
|
13494
|
-
SimpleButton: __vue_component__$
|
|
13495
|
-
ScrollContent: __vue_component__$
|
|
13496
|
-
VueLoader: Loader
|
|
13856
|
+
SimpleButton: __vue_component__$6,
|
|
13857
|
+
ScrollContent: __vue_component__$4,
|
|
13858
|
+
VueLoader: Loader,
|
|
13859
|
+
Email: __vue_component__$1
|
|
13497
13860
|
});
|
|
13498
13861
|
|
|
13499
13862
|
// Import vue components
|
|
@@ -13504,4 +13867,4 @@ const install = function installVueIntergrallPlugins(Vue) {
|
|
|
13504
13867
|
});
|
|
13505
13868
|
}; // Create module definition for Vue.use()
|
|
13506
13869
|
|
|
13507
|
-
export { BtnEmojis, __vue_component__$
|
|
13870
|
+
export { BtnEmojis, __vue_component__$j as Card, __vue_component__$e as CardMessages, __vue_component__$9 as ChatMessages, __vue_component__$1 as Email, __vue_component__$n as ExpandTextarea, InteratividadeFormulario, __vue_component__$4 as ScrollContent, __vue_component__$6 as SimpleButton, __vue_component__$p as TemplateGenerator, TextFooter, Loader as VueLoader, install as default };
|